限定符和类型 | 方法和说明 |
---|---|
ProxyIoSession |
ProxyLogicHandler.getProxyIoSession() |
ProxyIoSession |
ProxyConnector.getProxyIoSession() |
ProxyIoSession |
AbstractProxyLogicHandler.getProxyIoSession() |
限定符和类型 | 方法和说明 |
---|---|
void |
ProxyConnector.setProxyIoSession(ProxyIoSession proxyIoSession)
Sets the proxy session object of this connector.
|
构造器和说明 |
---|
AbstractProxyLogicHandler(ProxyIoSession proxyIoSession)
Creates a new
AbstractProxyLogicHandler . |
构造器和说明 |
---|
IoSessionEventQueue(ProxyIoSession proxyIoSession) |
限定符和类型 | 字段和说明 |
---|---|
protected ProxyIoSession |
AbstractAuthLogicHandler.proxyIoSession
Object that contains all the proxy authentication session informations.
|
限定符和类型 | 方法和说明 |
---|---|
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. |
构造器和说明 |
---|
AbstractAuthLogicHandler(ProxyIoSession proxyIoSession)
Instantiates a handler for the given proxy session.
|
AbstractHttpLogicHandler(ProxyIoSession proxyIoSession)
Creates a new
AbstractHttpLogicHandler . |
HttpSmartProxyHandler(ProxyIoSession proxyIoSession) |
构造器和说明 |
---|
HttpBasicAuthLogicHandler(ProxyIoSession proxyIoSession)
Build an HttpBasicAuthLogicHandler
|
HttpNoAuthLogicHandler(ProxyIoSession proxyIoSession)
Build an HttpNoAuthLogicHandler
|
构造器和说明 |
---|
HttpDigestAuthLogicHandler(ProxyIoSession proxyIoSession) |
构造器和说明 |
---|
HttpNTLMAuthLogicHandler(ProxyIoSession proxyIoSession)
Build an HttpNTLMAuthLogicHandler
|
构造器和说明 |
---|
AbstractSocksLogicHandler(ProxyIoSession proxyIoSession)
Creates a new
AbstractSocksLogicHandler . |
Socks4LogicHandler(ProxyIoSession proxyIoSession) |
Socks5LogicHandler(ProxyIoSession proxyIoSession) |
限定符和类型 | 方法和说明 |
---|---|
ProxyIoSession |
ProxyIoSessionInitializer.getProxySession() |
构造器和说明 |
---|
ProxyIoSessionInitializer(IoSessionInitializer<T> wrappedSessionInitializer,
ProxyIoSession proxyIoSession) |