Uses of Class
org.apache.mina.proxy.session.ProxyIoSession
Packages that use ProxyIoSession
Package
Description
-
Uses of ProxyIoSession in org.apache.mina.proxy
Fields in org.apache.mina.proxy declared as ProxyIoSessionModifier and TypeFieldDescriptionprivate ProxyIoSessionAbstractProxyLogicHandler.proxyIoSessionObject that contains all the proxy authentication session informations.private ProxyIoSessionProxyConnector.proxyIoSessionTheProxyIoSessionin use.Methods in org.apache.mina.proxy that return ProxyIoSessionModifier and TypeMethodDescriptionAbstractProxyLogicHandler.getProxyIoSession()ProxyConnector.getProxyIoSession()ProxyLogicHandler.getProxyIoSession()Methods in org.apache.mina.proxy with parameters of type ProxyIoSessionModifier and TypeMethodDescriptionvoidProxyConnector.setProxyIoSession(ProxyIoSession proxyIoSession) Sets the proxy session object of this connector.Constructors in org.apache.mina.proxy with parameters of type ProxyIoSessionModifierConstructorDescriptionAbstractProxyLogicHandler(ProxyIoSession proxyIoSession) Creates a newAbstractProxyLogicHandler. -
Uses of ProxyIoSession in org.apache.mina.proxy.event
Fields in org.apache.mina.proxy.event declared as ProxyIoSessionModifier and TypeFieldDescriptionprivate ProxyIoSessionIoSessionEventQueue.proxyIoSessionThe proxy session object.Constructors in org.apache.mina.proxy.event with parameters of type ProxyIoSessionModifierConstructorDescriptionIoSessionEventQueue(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 ProxyIoSessionModifier and TypeFieldDescriptionprotected ProxyIoSessionAbstractAuthLogicHandler.proxyIoSessionObject that contains all the proxy authentication session informations.Methods in org.apache.mina.proxy.handlers.http with parameters of type ProxyIoSessionModifier and TypeMethodDescriptionstatic AbstractAuthLogicHandlerHttpAuthenticationMethods.getNewHandler(int method, ProxyIoSession proxyIoSession) Creates anAbstractAuthLogicHandlerto handle the authentication mechanism.HttpAuthenticationMethods.getNewHandler(ProxyIoSession proxyIoSession) Creates anAbstractAuthLogicHandlerto handle the authentication mechanism.Constructors in org.apache.mina.proxy.handlers.http with parameters of type ProxyIoSessionModifierConstructorDescriptionprotectedAbstractAuthLogicHandler(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 ProxyIoSessionModifierConstructorDescriptionHttpBasicAuthLogicHandler(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 ProxyIoSessionModifierConstructorDescriptionHttpDigestAuthLogicHandler(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 ProxyIoSessionModifierConstructorDescriptionHttpNTLMAuthLogicHandler(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 ProxyIoSessionModifierConstructorDescriptionAbstractSocksLogicHandler(ProxyIoSession proxyIoSession) Creates a newAbstractSocksLogicHandler.Socks4LogicHandler(ProxyIoSession proxyIoSession) Socks5LogicHandler(ProxyIoSession proxyIoSession) -
Uses of ProxyIoSession in org.apache.mina.proxy.session
Fields in org.apache.mina.proxy.session declared as ProxyIoSessionModifier and TypeFieldDescriptionprivate final ProxyIoSessionProxyIoSessionInitializer.proxyIoSessionMethods in org.apache.mina.proxy.session that return ProxyIoSessionConstructors in org.apache.mina.proxy.session with parameters of type ProxyIoSessionModifierConstructorDescriptionProxyIoSessionInitializer(IoSessionInitializer<T> wrappedSessionInitializer, ProxyIoSession proxyIoSession) Creates a new ProxyIoSessionInitializer instance