protected class AbstractNioByteChannel.NioByteUnsafe extends AbstractNioChannel.AbstractNioUnsafe
| 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,
RecvByteBufAllocator.Handle allocHandle) |
void |
read()
Read from underlying
SelectableChannel |
ch, connect, finishConnect, flush0, forceFlush, removeReadOpannotateConnectException, beginRead, bind, close, closeForcibly, closeIfClosed, deregister, disconnect, ensureOpen, flush, localAddress, outboundBuffer, prepareToClose, recvBufAllocHandle, register, remoteAddress, safeSetFailure, safeSetSuccess, voidPromise, writeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbeginRead, bind, close, closeForcibly, deregister, disconnect, flush, localAddress, outboundBuffer, recvBufAllocHandle, register, remoteAddress, voidPromise, writeprivate void closeOnRead(ChannelPipeline pipeline)
private void handleReadException(ChannelPipeline pipeline, ByteBuf byteBuf, java.lang.Throwable cause, boolean close, RecvByteBufAllocator.Handle allocHandle)
public final void read()
AbstractNioChannel.NioUnsafeSelectableChannel