@Deprecated public abstract class AbstractClientProxyChannel extends AbstractWrappedByteChannel
| Modifier and Type | Field and Description |
|---|---|
protected java.nio.ByteBuffer |
proxyHandshake
Deprecated.
|
| Constructor and Description |
|---|
AbstractClientProxyChannel(java.nio.channels.ByteChannel towrap)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
abstract java.lang.String |
buildHandShake()
Deprecated.
|
int |
write(java.nio.ByteBuffer src)
Deprecated.
|
close, isBlocking, isNeedRead, isNeedWrite, isOpen, read, readMore, writeMore@Deprecated public AbstractClientProxyChannel(java.nio.channels.ByteChannel towrap)
towrap - The channel to the proxy server@Deprecated
public int write(java.nio.ByteBuffer src)
throws java.io.IOException
write in interface java.nio.channels.WritableByteChannelwrite in class AbstractWrappedByteChanneljava.io.IOException@Deprecated public abstract java.lang.String buildHandShake()