| 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 | Field and Description |
|---|---|
private ProxyRequest |
ProxyIoSession.request
The request to send to the proxy.
|
| Modifier and Type | Method and Description |
|---|---|
ProxyRequest |
ProxyIoSession.getRequest()
Returns the proxy request.
|
| Modifier and Type | Method and Description |
|---|---|
private void |
ProxyIoSession.setRequest(ProxyRequest request)
Sets the proxy request.
|
| Constructor and Description |
|---|
ProxyIoSession(java.net.InetSocketAddress proxyAddress,
ProxyRequest request)
Constructor.
|