Uses of Class
org.apache.mina.proxy.session.ProxyIoSession
-
-
Uses of ProxyIoSession in org.apache.mina.proxy
Methods in org.apache.mina.proxy that return ProxyIoSession Modifier and Type Method Description ProxyIoSession
AbstractProxyLogicHandler. getProxyIoSession()
ProxyIoSession
ProxyConnector. getProxyIoSession()
ProxyIoSession
ProxyLogicHandler. getProxyIoSession()
Methods in org.apache.mina.proxy with parameters of type ProxyIoSession Modifier and Type Method Description void
ProxyConnector. setProxyIoSession(ProxyIoSession proxyIoSession)
Sets the proxy session object of this connector.Constructors in org.apache.mina.proxy with parameters of type ProxyIoSession Constructor Description AbstractProxyLogicHandler(ProxyIoSession proxyIoSession)
Creates a newAbstractProxyLogicHandler
. -
Uses of ProxyIoSession in org.apache.mina.proxy.event
Constructors in org.apache.mina.proxy.event with parameters of type ProxyIoSession Constructor Description IoSessionEventQueue(ProxyIoSession proxyIoSession)
Creates a new proxyIoSession instance -
Uses of ProxyIoSession in org.apache.mina.proxy.handlers.http
Fields in org.apache.mina.proxy.handlers.http declared as ProxyIoSession Modifier and Type Field Description 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 Modifier and Type Method Description static AbstractAuthLogicHandler
HttpAuthenticationMethods. getNewHandler(int method, ProxyIoSession proxyIoSession)
Creates anAbstractAuthLogicHandler
to handle the authentication mechanism.AbstractAuthLogicHandler
HttpAuthenticationMethods. getNewHandler(ProxyIoSession proxyIoSession)
Creates anAbstractAuthLogicHandler
to handle the authentication mechanism.Constructors in org.apache.mina.proxy.handlers.http with parameters of type ProxyIoSession Constructor Description AbstractAuthLogicHandler(ProxyIoSession proxyIoSession)
Instantiates a handler for the given proxy session.AbstractHttpLogicHandler(ProxyIoSession proxyIoSession)
Creates a newAbstractHttpLogicHandler
.HttpSmartProxyHandler(ProxyIoSession proxyIoSession)
Creates a new HttpSmartProxyHandler instance -
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 Constructor Description HttpBasicAuthLogicHandler(ProxyIoSession proxyIoSession)
Build an HttpBasicAuthLogicHandlerHttpNoAuthLogicHandler(ProxyIoSession proxyIoSession)
Build an HttpNoAuthLogicHandler -
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 Constructor Description HttpDigestAuthLogicHandler(ProxyIoSession proxyIoSession)
Creates a new HttpDigestAuthLogicHandler instance -
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 Constructor Description HttpNTLMAuthLogicHandler(ProxyIoSession proxyIoSession)
Build an HttpNTLMAuthLogicHandler -
Uses of ProxyIoSession in org.apache.mina.proxy.handlers.socks
Constructors in org.apache.mina.proxy.handlers.socks with parameters of type ProxyIoSession Constructor Description AbstractSocksLogicHandler(ProxyIoSession proxyIoSession)
Creates a newAbstractSocksLogicHandler
.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 Modifier and Type Method Description ProxyIoSession
ProxyIoSessionInitializer. getProxySession()
Constructors in org.apache.mina.proxy.session with parameters of type ProxyIoSession Constructor Description ProxyIoSessionInitializer(IoSessionInitializer<T> wrappedSessionInitializer, ProxyIoSession proxyIoSession)
Creates a new ProxyIoSessionInitializer instance
-