protected class AbstractNioByteChannel.NioByteUnsafe extends AbstractNioChannel.AbstractNioUnsafe
Modifier | Constructor and Description |
---|---|
protected |
NioByteUnsafe() |
Modifier and Type | Method and Description |
---|---|
void |
read()
阅读底层
SelectableChannel
|
ch, connect, finishConnect, flush0, forceFlush, removeReadOp
annotateConnectException, beginRead, bind, close, closeForcibly, closeIfClosed, deregister, disconnect, ensureOpen, flush, localAddress, outboundBuffer, prepareToClose, recvBufAllocHandle, register, remoteAddress, safeSetFailure, safeSetSuccess, shutdownOutput, voidPromise, write
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
beginRead, bind, close, closeForcibly, deregister, disconnect, flush, localAddress, outboundBuffer, recvBufAllocHandle, register, remoteAddress, voidPromise, write
public final void read()
AbstractNioChannel.NioUnsafe
SelectableChannel
读取
Copyright © 2008–2018 The Netty Project. All rights reserved.