Class EpollDatagramChannel.EpollDatagramChannelUnsafe
java.lang.Object
io.netty.channel.AbstractChannel.AbstractUnsafe
io.netty.channel.epoll.AbstractEpollChannel.AbstractEpollUnsafe
io.netty.channel.epoll.EpollDatagramChannel.EpollDatagramChannelUnsafe
- All Implemented Interfaces:
Channel.Unsafe
- Enclosing class:
EpollDatagramChannel
final class EpollDatagramChannel.EpollDatagramChannelUnsafe
extends AbstractEpollChannel.AbstractEpollUnsafe
-
Field Summary
Fields inherited from class AbstractEpollChannel.AbstractEpollUnsafe
maybeMoreDataToRead, readPending -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) voidCalled once EPOLLIN event is ready to be processedMethods inherited from class AbstractEpollChannel.AbstractEpollUnsafe
clearEpollIn0, connect, epollInBefore, epollInFinally, epollOutReady, epollRdHupReady, executeEpollInReadyRunnable, flush0, newEpollHandle, recvBufAllocHandle, shutdownInputMethods inherited from class AbstractChannel.AbstractUnsafe
annotateConnectException, beginRead, bind, close, closeForcibly, closeIfClosed, deregister, disconnect, ensureOpen, flush, handleWriteError, localAddress, outboundBuffer, prepareToClose, register, remoteAddress, safeSetFailure, safeSetSuccess, shutdownOutput, voidPromise, write
-
Constructor Details
-
EpollDatagramChannelUnsafe
EpollDatagramChannelUnsafe()
-
-
Method Details
-
epollInReady
void epollInReady()Description copied from class:AbstractEpollChannel.AbstractEpollUnsafeCalled once EPOLLIN event is ready to be processed- Specified by:
epollInReadyin classAbstractEpollChannel.AbstractEpollUnsafe
-