Package io.netty.channel.nio
Class AbstractNioMessageChannel.NioMessageUnsafe
java.lang.Object
io.netty.channel.AbstractChannel.AbstractUnsafe
io.netty.channel.nio.AbstractNioChannel.AbstractNioUnsafe
io.netty.channel.nio.AbstractNioMessageChannel.NioMessageUnsafe
- All Implemented Interfaces:
Channel.Unsafe,AbstractNioChannel.NioUnsafe
- Enclosing class:
AbstractNioMessageChannel
private final class AbstractNioMessageChannel.NioMessageUnsafe
extends AbstractNioChannel.AbstractNioUnsafe
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class io.netty.channel.nio.AbstractNioChannel.AbstractNioUnsafe
ch, connect, finishConnect, flush0, forceFlush, removeReadOpMethods inherited from class io.netty.channel.AbstractChannel.AbstractUnsafe
annotateConnectException, beginRead, bind, close, closeForcibly, closeIfClosed, deregister, disconnect, ensureOpen, flush, handleWriteError, localAddress, outboundBuffer, prepareToClose, recvBufAllocHandle, register, remoteAddress, safeSetFailure, safeSetSuccess, shutdownOutput, voidPromise, writeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.netty.channel.Channel.Unsafe
beginRead, bind, close, closeForcibly, deregister, disconnect, flush, localAddress, outboundBuffer, recvBufAllocHandle, register, remoteAddress, voidPromise, write
-
Field Details
-
readBuf
-
-
Constructor Details
-
NioMessageUnsafe
private NioMessageUnsafe()
-
-
Method Details
-
read
public void read()Description copied from interface:AbstractNioChannel.NioUnsafeRead from underlyingSelectableChannel
-