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 SocksProxyRequestAbstractSocksLogicHandler. requestThe request sent to the proxy.Methods in org.apache.mina.proxy.handlers.socks with parameters of type SocksProxyRequest Modifier and Type Method Description private IoBufferSocks5LogicHandler. encodeAuthenticationPacket(SocksProxyRequest request)Encodes the authentication packet for supported authentication methods.private IoBufferSocks5LogicHandler. encodeGSSAPIAuthenticationPacket(SocksProxyRequest request)Encodes the authentication packet for supported authentication methods.private IoBufferSocks5LogicHandler. encodeInitialGreetingPacket(SocksProxyRequest request)Encodes the initial greeting packet.private IoBufferSocks5LogicHandler. encodeProxyRequestPacket(SocksProxyRequest request)Encodes the proxy authorization request packet.protected voidSocks4LogicHandler. 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.private voidSocks5LogicHandler. writeRequest(IoFilter.NextFilter nextFilter, SocksProxyRequest request, int step)Encodes a SOCKS5 request and writes it to the next filter so it can be sent to the proxy server.
-