|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ProxyIoSession in org.apache.mina.proxy |
---|
Methods in org.apache.mina.proxy that return ProxyIoSession | |
---|---|
ProxyIoSession |
AbstractProxyLogicHandler.getProxyIoSession()
Returns the ProxyIoSession object. |
ProxyIoSession |
ProxyConnector.getProxyIoSession()
|
ProxyIoSession |
ProxyLogicHandler.getProxyIoSession()
Returns the ProxyIoSession . |
Methods in org.apache.mina.proxy with parameters of type ProxyIoSession | |
---|---|
void |
ProxyConnector.setProxyIoSession(ProxyIoSession proxyIoSession)
|
void |
AbstractProxyLogicHandler.setProxySession(ProxyIoSession proxyIoSession)
|
Constructors in org.apache.mina.proxy with parameters of type ProxyIoSession | |
---|---|
AbstractProxyLogicHandler(ProxyIoSession proxyIoSession)
Creates a new AbstractProxyLogicHandler . |
Uses of ProxyIoSession in org.apache.mina.proxy.event |
---|
Constructors in org.apache.mina.proxy.event with parameters of type ProxyIoSession | |
---|---|
IoSessionEventQueue(ProxyIoSession proxyIoSession)
|
Uses of ProxyIoSession in org.apache.mina.proxy.handlers.http |
---|
Fields in org.apache.mina.proxy.handlers.http declared as ProxyIoSession | |
---|---|
protected ProxyIoSession |
AbstractAuthLogicHandler.proxyIoSession
Object that contains all the proxy authentication session informations. |
Methods in org.apache.mina.proxy.handlers.http with parameters of type ProxyIoSession | |
---|---|
AbstractAuthLogicHandler |
HttpAuthenticationMethods.getNewHandler(ProxyIoSession proxyIoSession)
Creates an AbstractAuthLogicHandler to handle this authentication mechanism. |
Constructors in org.apache.mina.proxy.handlers.http with parameters of type ProxyIoSession | |
---|---|
AbstractAuthLogicHandler(ProxyIoSession proxyIoSession)
|
|
AbstractHttpLogicHandler(ProxyIoSession proxyIoSession)
Creates a new AbstractHttpLogicHandler . |
|
HttpSmartProxyHandler(ProxyIoSession proxyIoSession)
|
Uses of ProxyIoSession in org.apache.mina.proxy.handlers.http.basic |
---|
Constructors in org.apache.mina.proxy.handlers.http.basic with parameters of type ProxyIoSession | |
---|---|
HttpBasicAuthLogicHandler(ProxyIoSession proxyIoSession)
|
|
HttpNoAuthLogicHandler(ProxyIoSession proxyIoSession)
|
Uses of ProxyIoSession in org.apache.mina.proxy.handlers.http.digest |
---|
Constructors in org.apache.mina.proxy.handlers.http.digest with parameters of type ProxyIoSession | |
---|---|
HttpDigestAuthLogicHandler(ProxyIoSession proxyIoSession)
|
Uses of ProxyIoSession in org.apache.mina.proxy.handlers.http.ntlm |
---|
Constructors in org.apache.mina.proxy.handlers.http.ntlm with parameters of type ProxyIoSession | |
---|---|
HttpNTLMAuthLogicHandler(ProxyIoSession proxyIoSession)
|
Uses of ProxyIoSession in org.apache.mina.proxy.handlers.socks |
---|
Constructors in org.apache.mina.proxy.handlers.socks with parameters of type ProxyIoSession | |
---|---|
AbstractSocksLogicHandler(ProxyIoSession proxyIoSession)
Creates a new AbstractSocksLogicHandler . |
|
Socks4LogicHandler(ProxyIoSession proxyIoSession)
|
|
Socks5LogicHandler(ProxyIoSession proxyIoSession)
|
Uses of ProxyIoSession in org.apache.mina.proxy.session |
---|
Methods in org.apache.mina.proxy.session that return ProxyIoSession | |
---|---|
ProxyIoSession |
ProxyIoSessionInitializer.getProxySession()
|
Constructors in org.apache.mina.proxy.session with parameters of type ProxyIoSession | |
---|---|
ProxyIoSessionInitializer(IoSessionInitializer<T> wrappedSessionInitializer,
ProxyIoSession proxyIoSession)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |