| Package | Description |
|---|---|
| org.apache.mina.proxy | |
| org.apache.mina.proxy.session |
| Modifier and Type | Field and Description |
|---|---|
private ProxyFilter |
ProxyConnector.proxyFilter
Proxy filter instance.
|
| Modifier and Type | Method and Description |
|---|---|
protected ProxyFilter |
AbstractProxyLogicHandler.getProxyFilter()
Returns the proxy filter
ProxyFilter. |
| Modifier and Type | Field and Description |
|---|---|
private ProxyFilter |
ProxyIoSession.proxyFilter
Parent
ProxyFilter handling the session. |
| Modifier and Type | Method and Description |
|---|---|
ProxyFilter |
ProxyIoSession.getProxyFilter()
Returns the
ProxyFilter. |
| Modifier and Type | Method and Description |
|---|---|
void |
ProxyIoSession.setProxyFilter(ProxyFilter proxyFilter)
Sets the
ProxyFilter. |