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