Package | Description |
---|---|
org.apache.mina.proxy | |
org.apache.mina.proxy.handlers.http | |
org.apache.mina.proxy.handlers.socks | |
org.apache.mina.proxy.session |
Modifier and Type | Class | Description |
---|---|---|
class |
AbstractProxyLogicHandler |
AbstractProxyLogicHandler.java - Helper class to handle proxy handshaking logic.
|
Modifier and Type | Class | Description |
---|---|---|
class |
AbstractHttpLogicHandler |
AbstractHttpLogicHandler.java - Base class for HTTP proxy
AbstractProxyLogicHandler implementations. |
class |
HttpSmartProxyHandler |
HttpSmartProxyHandler.java - HTTP proxy handler that automatically handles forwarding a request
to the appropriate authentication mechanism logic handler.
|
Modifier and Type | Class | Description |
---|---|---|
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.
|
Modifier and Type | Method | Description |
---|---|---|
ProxyLogicHandler |
ProxyIoSession.getHandler() |
Modifier and Type | Method | Description |
---|---|---|
void |
ProxyIoSession.setHandler(ProxyLogicHandler handler) |
Sets the
ProxyLogicHandler to use. |
Copyright © 2004–2018 Apache MINA Project. All rights reserved.