public abstract class AbstractClientProxyChannel extends AbstractWrappedByteChannel
构造器和说明 |
---|
AbstractClientProxyChannel(java.nio.channels.ByteChannel towrap) |
限定符和类型 | 方法和说明 |
---|---|
abstract java.lang.String |
buildHandShake() |
int |
write(java.nio.ByteBuffer src) |
close, isBlocking, isNeedRead, isNeedWrite, isOpen, read, readMore, writeMore
public AbstractClientProxyChannel(java.nio.channels.ByteChannel towrap)
towrap
- The channel to the proxy serverpublic int write(java.nio.ByteBuffer src) throws java.io.IOException
write
在接口中 java.nio.channels.WritableByteChannel
write
在类中 AbstractWrappedByteChannel
java.io.IOException
public abstract java.lang.String buildHandShake()