Uses of Class
org.apache.mina.proxy.handlers.socks.SocksProxyRequest
-
Packages that use SocksProxyRequest Package Description 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 Modifier and Type Field Description protected SocksProxyRequest
AbstractSocksLogicHandler. request
The request sent to the proxy.Methods in org.apache.mina.proxy.handlers.socks with parameters of type SocksProxyRequest Modifier and Type Method Description 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.
-