protected class AbstractNioByteChannel.NioByteUnsafe extends AbstractNioChannel.AbstractNioUnsafe
Modifier and Type | Field and Description |
---|---|
private RecvByteBufAllocator.Handle |
allocHandle |
Modifier | Constructor and Description |
---|---|
protected |
NioByteUnsafe() |
Modifier and Type | Method and Description |
---|---|
private void |
closeOnRead(ChannelPipeline pipeline) |
private void |
handleReadException(ChannelPipeline pipeline,
ByteBuf byteBuf,
java.lang.Throwable cause,
boolean close) |
void |
read()
Read from underlying
SelectableChannel |
ch, connect, finishConnect, flush0, forceFlush, removeReadOp
annotateConnectException, beginRead, bind, close, closeForcibly, closeIfClosed, deregister, disconnect, ensureOpen, flush, localAddress, outboundBuffer, prepareToClose, register, remoteAddress, safeSetFailure, safeSetSuccess, voidPromise, write
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
beginRead, bind, close, closeForcibly, deregister, disconnect, flush, localAddress, outboundBuffer, register, remoteAddress, voidPromise, write
private RecvByteBufAllocator.Handle allocHandle
private void closeOnRead(ChannelPipeline pipeline)
private void handleReadException(ChannelPipeline pipeline, ByteBuf byteBuf, java.lang.Throwable cause, boolean close)
public final void read()
AbstractNioChannel.NioUnsafe
SelectableChannel