public class SocksProxy.Socks5 extends SocksProxy.Proxy
| Modifier and Type | Field and Description |
|---|---|
private byte[] |
authMethods |
private Buffer |
response |
channel, session| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
getBLString(Buffer buffer) |
protected void |
onChannelOpened(OpenFuture future) |
protected void |
onMessage(Buffer buffer) |
close, getUByte, getUShortprivate byte[] authMethods
private Buffer response
public Socks5(IoSession session)
protected void onMessage(Buffer buffer) throws java.io.IOException
onMessage in class SocksProxy.Proxyjava.io.IOExceptionprotected void onChannelOpened(OpenFuture future)
protected java.lang.String getBLString(Buffer buffer)