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, 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 在接口中 java.nio.channels.WritableByteChannelwrite 在类中 AbstractWrappedByteChanneljava.io.IOExceptionpublic abstract java.lang.String buildHandShake()