Uses of Class
io.netty.channel.epoll.EpollIoOps
Packages that use EpollIoOps
-
Uses of EpollIoOps in io.netty.channel.epoll
Fields in io.netty.channel.epoll declared as EpollIoOpsModifier and TypeFieldDescriptionstatic final EpollIoOpsEpollIoOps.EPOLLERRError condition happened on the associated file descriptor.static final EpollIoOpsEpollIoOps.EPOLLETstatic final EpollIoOpsEpollIoOps.EPOLLINInterested in IO events which should be handled by finish pending connect operationsstatic final EpollIoOpsEpollIoOps.EPOLLOUTInterested in IO events which tell that the underlying channel is writable again or a connection attempt can be continued.static final EpollIoOpsEpollIoOps.EPOLLRDHUPInterested in IO events which should be handled by reading data.static final EpollIoOpsEpollIoOps.NONESpecialEpollIoOpswhich basically means we are not interested in any event and so should remove the fd from underlying epoll fd.Methods in io.netty.channel.epoll that return EpollIoOpsModifier and TypeMethodDescriptionEpollIoEvent.ops()Returns theEpollIoOpswhich did trigger theEpollIoEvent.static EpollIoOpsEpollIoOps.valueOf(int value) Returns aEpollIoOpsfor the given value.EpollIoOps.with(EpollIoOps ops) Return aEpollIoOpswhich is a combination of the current and the givenEpollIoOps.EpollIoOps.without(EpollIoOps ops) Return aEpollIoOpswhich is not a combination of the current and the givenEpollIoOps.Methods in io.netty.channel.epoll with parameters of type EpollIoOpsModifier and TypeMethodDescriptionbooleanEpollIoOps.contains(EpollIoOps ops) EpollIoOps.with(EpollIoOps ops) Return aEpollIoOpswhich is a combination of the current and the givenEpollIoOps.EpollIoOps.without(EpollIoOps ops) Return aEpollIoOpswhich is not a combination of the current and the givenEpollIoOps.