Package io.netty.channel.epoll
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 io.netty.channel.epoll.AbstractEpollChannel.AbstractEpollUnsafe
maybeMoreDataToRead, readPending
-
-
Constructor Summary
Constructors Constructor Description EpollDatagramChannelUnsafe()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) void
epollInReady()
Called once EPOLLIN event is ready to be processed-
Methods inherited from class io.netty.channel.epoll.AbstractEpollChannel.AbstractEpollUnsafe
clearEpollIn0, connect, epollInBefore, epollInFinally, epollOutReady, epollRdHupReady, executeEpollInReadyRunnable, flush0, newEpollHandle, recvBufAllocHandle, shutdownInput
-
Methods inherited from class io.netty.channel.AbstractChannel.AbstractUnsafe
annotateConnectException, beginRead, bind, close, closeForcibly, closeIfClosed, deregister, disconnect, ensureOpen, flush, handleWriteError, localAddress, outboundBuffer, prepareToClose, register, remoteAddress, safeSetFailure, safeSetSuccess, shutdownOutput, voidPromise, write
-
-
-
-
Method Detail
-
epollInReady
void epollInReady()
Description copied from class:AbstractEpollChannel.AbstractEpollUnsafe
Called once EPOLLIN event is ready to be processed- Specified by:
epollInReady
in classAbstractEpollChannel.AbstractEpollUnsafe
-
-