| Package | Description |
|---|---|
| org.apache.mina.proxy.handlers.socks |
| Modifier and Type | Field and Description |
|---|---|
protected SocksProxyRequest |
AbstractSocksLogicHandler.request
The request sent to the proxy.
|
| Modifier and Type | Method and Description |
|---|---|
private IoBuffer |
Socks5LogicHandler.encodeAuthenticationPacket(SocksProxyRequest request)
Encodes the authentication packet for supported authentication methods.
|
private IoBuffer |
Socks5LogicHandler.encodeGSSAPIAuthenticationPacket(SocksProxyRequest request)
Encodes the authentication packet for supported authentication methods.
|
private IoBuffer |
Socks5LogicHandler.encodeInitialGreetingPacket(SocksProxyRequest request)
Encodes the initial greeting packet.
|
private IoBuffer |
Socks5LogicHandler.encodeProxyRequestPacket(SocksProxyRequest request)
Encodes the proxy authorization request packet.
|
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.
|
private void |
Socks5LogicHandler.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.
|