Uses of Interface
org.apache.mina.proxy.ProxyLogicHandler

Packages that use ProxyLogicHandler
org.apache.mina.proxy   
org.apache.mina.proxy.handlers.http   
org.apache.mina.proxy.handlers.socks   
org.apache.mina.proxy.session   
 

Uses of ProxyLogicHandler in org.apache.mina.proxy
 

Classes in org.apache.mina.proxy that implement ProxyLogicHandler
 class AbstractProxyLogicHandler
          AbstractProxyLogicHandler.java - Helper class to handle proxy handshaking logic.
 

Uses of ProxyLogicHandler in org.apache.mina.proxy.handlers.http
 

Classes in org.apache.mina.proxy.handlers.http that implement ProxyLogicHandler
 class AbstractHttpLogicHandler
          AbstractHttpLogicHandler.java - Base class for HTTP proxy AbstractProxyLogicHandler implementations.
 class HttpSmartProxyHandler
          HttpSmartProxyHandler.java - HTTP proxy handler that automatically handles forwarding request to the appropriate authentication mechanism logic handler.
 

Uses of ProxyLogicHandler in org.apache.mina.proxy.handlers.socks
 

Classes in org.apache.mina.proxy.handlers.socks that implement ProxyLogicHandler
 class AbstractSocksLogicHandler
          AbstractSocksLogicHandler.java - Base class for SOCKS AbstractProxyLogicHandler implementations.
 class Socks4LogicHandler
          Socks4LogicHandler.java - SOCKS4/SOCKS4a authentication mechanisms logic handler.
 class Socks5LogicHandler
          Socks5LogicHandler.java - SOCKS5 authentication mechanisms logic handler.
 

Uses of ProxyLogicHandler in org.apache.mina.proxy.session
 

Methods in org.apache.mina.proxy.session that return ProxyLogicHandler
 ProxyLogicHandler ProxyIoSession.getHandler()
           
 

Methods in org.apache.mina.proxy.session with parameters of type ProxyLogicHandler
 void ProxyIoSession.setHandler(ProxyLogicHandler handler)
           
 



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