Uses of Class
org.apache.mina.proxy.handlers.ProxyRequest
-
Packages that use ProxyRequest Package Description org.apache.mina.proxy.handlers.http org.apache.mina.proxy.handlers.socks org.apache.mina.proxy.session -
-
Uses of ProxyRequest in org.apache.mina.proxy.handlers.http
Subclasses of ProxyRequest in org.apache.mina.proxy.handlers.http Modifier and Type Class Description classHttpProxyRequestHttpProxyRequest.java - Wrapper class for HTTP requests.Fields in org.apache.mina.proxy.handlers.http declared as ProxyRequest Modifier and Type Field Description protected ProxyRequestAbstractAuthLogicHandler. requestThe request to be handled by the proxy. -
Uses of ProxyRequest in org.apache.mina.proxy.handlers.socks
Subclasses of ProxyRequest in org.apache.mina.proxy.handlers.socks Modifier and Type Class Description classSocksProxyRequestSocksProxyRequest.java - Wrapper class for SOCKS requests. -
Uses of ProxyRequest in org.apache.mina.proxy.session
Methods in org.apache.mina.proxy.session that return ProxyRequest Modifier and Type Method Description ProxyRequestProxyIoSession. getRequest()Constructors in org.apache.mina.proxy.session with parameters of type ProxyRequest Constructor Description ProxyIoSession(InetSocketAddress proxyAddress, ProxyRequest request)Constructor.
-