Uses of Interface
org.apache.mina.proxy.ProxyLogicHandler
Packages that use ProxyLogicHandler
Package
Description
-
Uses of ProxyLogicHandler in org.apache.mina.proxy
Classes in org.apache.mina.proxy that implement ProxyLogicHandlerModifier and TypeClassDescriptionclassAbstractProxyLogicHandler.java - Helper class to handle proxy handshaking logic. -
Uses of ProxyLogicHandler in org.apache.mina.proxy.filter
Methods in org.apache.mina.proxy.filter that return ProxyLogicHandlerModifier and TypeMethodDescriptionprivate ProxyLogicHandlerProxyFilter.getProxyHandler(IoSession session) Get theProxyLogicHandlerfor a given session. -
Uses of ProxyLogicHandler in org.apache.mina.proxy.handlers.http
Classes in org.apache.mina.proxy.handlers.http that implement ProxyLogicHandlerModifier and TypeClassDescriptionclassAbstractHttpLogicHandler.java - Base class for HTTP proxyAbstractProxyLogicHandlerimplementations.classHttpSmartProxyHandler.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 ProxyLogicHandlerModifier and TypeClassDescriptionclassAbstractSocksLogicHandler.java - Base class for SOCKSAbstractProxyLogicHandlerimplementations.classSocks4LogicHandler.java - SOCKS4/SOCKS4a authentication mechanisms logic handler.classSocks5LogicHandler.java - SOCKS5 authentication mechanisms logic handler. -
Uses of ProxyLogicHandler in org.apache.mina.proxy.session
Fields in org.apache.mina.proxy.session declared as ProxyLogicHandlerModifier and TypeFieldDescriptionprivate ProxyLogicHandlerProxyIoSession.handlerThe currently selected proxy handler.Methods in org.apache.mina.proxy.session that return ProxyLogicHandlerMethods in org.apache.mina.proxy.session with parameters of type ProxyLogicHandlerModifier and TypeMethodDescriptionvoidProxyIoSession.setHandler(ProxyLogicHandler handler) Sets theProxyLogicHandlerto use.