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