| Modifier and Type | Method and Description |
|---|---|
ProxyIoSession |
AbstractProxyLogicHandler.getProxyIoSession()
Returns the
ProxyIoSession object. |
ProxyIoSession |
ProxyConnector.getProxyIoSession()
Returns the
ProxyIoSession linked with this connector. |
ProxyIoSession |
ProxyLogicHandler.getProxyIoSession()
Returns the
ProxyIoSession. |
| Modifier and Type | Method and Description |
|---|---|
void |
ProxyConnector.setProxyIoSession(ProxyIoSession proxyIoSession)
Sets the proxy session object of this connector.
|
| Constructor and Description |
|---|
AbstractProxyLogicHandler(ProxyIoSession proxyIoSession)
Creates a new
AbstractProxyLogicHandler. |
| Constructor and Description |
|---|
IoSessionEventQueue(ProxyIoSession proxyIoSession) |
| Modifier and Type | Field and Description |
|---|---|
protected ProxyIoSession |
AbstractAuthLogicHandler.proxyIoSession
Object that contains all the proxy authentication session informations.
|
| Modifier and Type | Method and Description |
|---|---|
static AbstractAuthLogicHandler |
HttpAuthenticationMethods.getNewHandler(int method,
ProxyIoSession proxyIoSession)
Creates an
AbstractAuthLogicHandler to handle the authentication mechanism. |
AbstractAuthLogicHandler |
HttpAuthenticationMethods.getNewHandler(ProxyIoSession proxyIoSession)
Creates an
AbstractAuthLogicHandler to handle the authentication mechanism. |
| Constructor and Description |
|---|
AbstractAuthLogicHandler(ProxyIoSession proxyIoSession)
Instantiates a handler for the given proxy session.
|
AbstractHttpLogicHandler(ProxyIoSession proxyIoSession)
Creates a new
AbstractHttpLogicHandler. |
HttpSmartProxyHandler(ProxyIoSession proxyIoSession) |
| Constructor and Description |
|---|
HttpBasicAuthLogicHandler(ProxyIoSession proxyIoSession)
Build an HttpBasicAuthLogicHandler
|
HttpNoAuthLogicHandler(ProxyIoSession proxyIoSession)
Build an HttpNoAuthLogicHandler
|
| Constructor and Description |
|---|
HttpDigestAuthLogicHandler(ProxyIoSession proxyIoSession) |
| Constructor and Description |
|---|
HttpNTLMAuthLogicHandler(ProxyIoSession proxyIoSession)
Build an HttpNTLMAuthLogicHandler
|
| Constructor and Description |
|---|
AbstractSocksLogicHandler(ProxyIoSession proxyIoSession)
Creates a new
AbstractSocksLogicHandler. |
Socks4LogicHandler(ProxyIoSession proxyIoSession) |
Socks5LogicHandler(ProxyIoSession proxyIoSession) |
| Modifier and Type | Method and Description |
|---|---|
ProxyIoSession |
ProxyIoSessionInitializer.getProxySession() |
| Constructor and Description |
|---|
ProxyIoSessionInitializer(IoSessionInitializer<T> wrappedSessionInitializer,
ProxyIoSession proxyIoSession) |
Copyright © 2004–2017 Apache MINA Project. All rights reserved.