Uses of Interface
org.apache.mina.proxy.ProxyLogicHandler
-
Packages that use ProxyLogicHandler Package Description 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 Modifier and Type Class Description 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 Modifier and Type Class Description class
AbstractHttpLogicHandler
AbstractHttpLogicHandler.java - Base class for HTTP proxyAbstractProxyLogicHandler
implementations.class
HttpSmartProxyHandler
HttpSmartProxyHandler.java - HTTP proxy handler that automatically handles forwarding a 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 Modifier and Type Class Description class
AbstractSocksLogicHandler
AbstractSocksLogicHandler.java - Base class for SOCKSAbstractProxyLogicHandler
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 Modifier and Type Method Description ProxyLogicHandler
ProxyIoSession. getHandler()
Methods in org.apache.mina.proxy.session with parameters of type ProxyLogicHandler Modifier and Type Method Description void
ProxyIoSession. setHandler(ProxyLogicHandler handler)
Sets theProxyLogicHandler
to use.
-