| Package | Description |
|---|---|
| org.apache.mina.proxy.handlers.http | |
| org.apache.mina.proxy.handlers.socks | |
| org.apache.mina.proxy.session |
| Modifier and Type | Class and Description |
|---|---|
class |
HttpProxyRequest
HttpProxyRequest.java - Wrapper class for HTTP requests.
|
| Modifier and Type | Field and Description |
|---|---|
protected ProxyRequest |
AbstractAuthLogicHandler.request
The request to be handled by the proxy.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SocksProxyRequest
SocksProxyRequest.java - Wrapper class for SOCKS requests.
|
| Modifier and Type | Method and Description |
|---|---|
ProxyRequest |
ProxyIoSession.getRequest()
Returns the proxy request.
|
| Constructor and Description |
|---|
ProxyIoSession(InetSocketAddress proxyAddress,
ProxyRequest request)
Constructor.
|
Copyright © 2004–2017 Apache MINA Project. All rights reserved.