Uses of Class
org.apache.mina.proxy.session.ProxyIoSession

Packages that use ProxyIoSession
org.apache.mina.proxy   
org.apache.mina.proxy.event   
org.apache.mina.proxy.handlers.http   
org.apache.mina.proxy.handlers.http.basic   
org.apache.mina.proxy.handlers.http.digest   
org.apache.mina.proxy.handlers.http.ntlm   
org.apache.mina.proxy.handlers.socks   
org.apache.mina.proxy.session   
 

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)
           
 



Copyright © 2004-2009 Apache MINA Project. All Rights Reserved.