@Deprecated public abstract class AbstractClientProxyChannel extends AbstractWrappedByteChannel
| Modifier and Type | Field and Description |
|---|---|
protected ByteBuffer |
proxyHandshake
Deprecated.
|
| Constructor and Description |
|---|
AbstractClientProxyChannel(ByteChannel towrap)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
abstract String |
buildHandShake()
Deprecated.
|
int |
write(ByteBuffer src)
Deprecated.
|
close, isBlocking, isNeedRead, isNeedWrite, isOpen, read, readMore, writeMoreprotected final ByteBuffer proxyHandshake
@Deprecated public AbstractClientProxyChannel(ByteChannel towrap)
towrap - The channel to the proxy server@Deprecated public int write(ByteBuffer src) throws IOException
write in interface WritableByteChannelwrite in class AbstractWrappedByteChannelIOException@Deprecated public abstract String buildHandShake()
Copyright © 2017. All rights reserved.