Class AbstractSocksLogicHandler
java.lang.Object
org.apache.mina.proxy.AbstractProxyLogicHandler
org.apache.mina.proxy.handlers.socks.AbstractSocksLogicHandler
- All Implemented Interfaces:
ProxyLogicHandler
- Direct Known Subclasses:
Socks4LogicHandler, Socks5LogicHandler
AbstractSocksLogicHandler.java - Base class for SOCKS
AbstractProxyLogicHandler
implementations.- Since:
- MINA 2.0.0-M3
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final SocksProxyRequestThe request sent to the proxy. -
Constructor Summary
ConstructorsConstructorDescriptionAbstractSocksLogicHandler(ProxyIoSession proxyIoSession) Creates a newAbstractSocksLogicHandler. -
Method Summary
Methods inherited from class AbstractProxyLogicHandler
closeSession, closeSession, enqueueWriteRequest, flushPendingWriteRequests, getProxyFilter, getProxyIoSession, getSession, isHandshakeComplete, setHandshakeComplete, writeDataMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ProxyLogicHandler
doHandshake, messageReceived
-
Field Details
-
request
The request sent to the proxy.
-
-
Constructor Details
-
AbstractSocksLogicHandler
Creates a newAbstractSocksLogicHandler.- Parameters:
proxyIoSession- the proxy session object
-