java.io.Closeable, java.lang.AutoCloseable, java.nio.channels.ByteChannel, java.nio.channels.Channel, java.nio.channels.ReadableByteChannel, java.nio.channels.WritableByteChannel, WrappedByteChannel@Deprecated public abstract class AbstractClientProxyChannel extends AbstractWrappedByteChannel
| Modifier and Type | Field | Description |
|---|---|---|
protected java.nio.ByteBuffer |
proxyHandshake |
Deprecated.
|
| Constructor | Description |
|---|---|
AbstractClientProxyChannel(java.nio.channels.ByteChannel towrap) |
Deprecated.
|
| Modifier and Type | Method | 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()