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
IOException
public void close() throws IOException
close
in interface Closeable
close
in interface AutoCloseable
IOException
protected int getUByte(Buffer buffer)
protected int getUShort(Buffer buffer)
Copyright © 2008–2024 The Apache Software Foundation. All rights reserved.