public abstract static class SocksProxy.Proxy extends Object implements Closeable
| Modifier and Type | Field and Description |
|---|---|
protected TcpipClientChannel |
channel |
protected IoSession |
session |
| Modifier | Constructor and Description |
|---|---|
protected |
Proxy(IoSession session) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
protected int |
getUByte(Buffer buffer) |
protected int |
getUShort(Buffer buffer) |
protected void |
onMessage(Buffer buffer) |
protected IoSession session
protected TcpipClientChannel channel
protected Proxy(IoSession session)
protected void onMessage(Buffer buffer) throws IOException
IOExceptionpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableIOExceptionprotected int getUByte(Buffer buffer)
protected int getUShort(Buffer buffer)
Copyright © 2008–2021 The Apache Software Foundation. All rights reserved.