Uses of Class
org.apache.mina.proxy.handlers.socks.SocksProxyRequest

Packages that use SocksProxyRequest
org.apache.mina.proxy.handlers.socks   
 

Uses of SocksProxyRequest in org.apache.mina.proxy.handlers.socks
 

Fields in org.apache.mina.proxy.handlers.socks declared as SocksProxyRequest
protected  SocksProxyRequest AbstractSocksLogicHandler.request
          The request we will ask to the proxy.
 

Methods in org.apache.mina.proxy.handlers.socks with parameters of type SocksProxyRequest
protected  void Socks4LogicHandler.writeRequest(IoFilter.NextFilter nextFilter, SocksProxyRequest request)
          Encode a SOCKS4/SOCKS4a request and writes it to the next filter so it can be sent to the proxy server.
 



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