|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.mina.proxy.AbstractProxyLogicHandler
org.apache.mina.proxy.handlers.socks.AbstractSocksLogicHandler
public abstract class AbstractSocksLogicHandler
AbstractSocksLogicHandler.java - Base class for SOCKS AbstractProxyLogicHandler
implementations.
| Field Summary | |
|---|---|
protected SocksProxyRequest |
request
The request sent to the proxy. |
| Constructor Summary | |
|---|---|
AbstractSocksLogicHandler(ProxyIoSession proxyIoSession)
Creates a new AbstractSocksLogicHandler. |
|
| Method Summary |
|---|
| Methods inherited from class org.apache.mina.proxy.AbstractProxyLogicHandler |
|---|
closeSession, closeSession, enqueueWriteRequest, flushPendingWriteRequests, getProxyFilter, getProxyIoSession, getSession, isHandshakeComplete, setHandshakeComplete, writeData |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.apache.mina.proxy.ProxyLogicHandler |
|---|
doHandshake, messageReceived |
| Field Detail |
|---|
protected final SocksProxyRequest request
| Constructor Detail |
|---|
public AbstractSocksLogicHandler(ProxyIoSession proxyIoSession)
AbstractSocksLogicHandler.
proxyIoSession - the proxy session object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||