Uses of Class
io.netty.channel.epoll.EpollIoOps
-
Packages that use EpollIoOps Package Description io.netty.channel.epoll Optimized transport for linux which uses EPOLL Edge-Triggered Mode for maximal performance. -
-
Uses of EpollIoOps in io.netty.channel.epoll
Fields in io.netty.channel.epoll declared as EpollIoOps Modifier and Type Field Description static EpollIoOpsEpollIoOps. EPOLLERRError condition happened on the associated file descriptor.static EpollIoOpsEpollIoOps. EPOLLETstatic EpollIoOpsEpollIoOps. EPOLLINInterested in IO events which should be handled by finish pending connect operationsstatic EpollIoOpsEpollIoOps. EPOLLOUTInterested in IO events which tell that the underlying channel is writable again or a connection attempt can be continued.static EpollIoOpsEpollIoOps. EPOLLRDHUPInterested in IO events which should be handled by reading data.Methods in io.netty.channel.epoll that return EpollIoOps Modifier and Type Method Description EpollIoOpsEpollIoEvent. ops()Returns theEpollIoOpswhich did trigger theEpollIoEvent.static EpollIoOpsEpollIoOps. valueOf(int value)Returns aEpollIoOpsfor the given value.EpollIoOpsEpollIoOps. with(EpollIoOps ops)Return aEpollIoOpswhich is a combination of the current and the givenEpollIoOps.EpollIoOpsEpollIoOps. 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 EpollIoOps Modifier and Type Method Description booleanEpollIoOps. contains(EpollIoOps ops)EpollIoOpsEpollIoOps. with(EpollIoOps ops)Return aEpollIoOpswhich is a combination of the current and the givenEpollIoOps.EpollIoOpsEpollIoOps. without(EpollIoOps ops)Return aEpollIoOpswhich is not a combination of the current and the givenEpollIoOps.
-