Uses of Class
org.apache.mina.proxy.handlers.ProxyRequest

Packages that use ProxyRequest
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
 class HttpProxyRequest
          HttpProxyRequest.java - Wrapper class for HTTP requests.
 

Fields in org.apache.mina.proxy.handlers.http declared as ProxyRequest
protected  ProxyRequest AbstractAuthLogicHandler.request
          The 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
 class SocksProxyRequest
          SocksProxyRequest.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
 ProxyRequest ProxyIoSession.getRequest()
          Returns the proxy request.
 

Constructors in org.apache.mina.proxy.session with parameters of type ProxyRequest
ProxyIoSession(java.net.InetSocketAddress proxyAddress, ProxyRequest request)
          Constructor.
 



Copyright © 2004-2011 Apache MINA Project. All Rights Reserved.