Uses of Class
io.netty.channel.nio.NioIoOps
Packages that use NioIoOps
Package
Description
NIO-based channel
API implementation - recommended for a large number of connections (>= 1000).
-
Uses of NioIoOps in io.netty.channel.nio
Fields in io.netty.channel.nio declared as NioIoOpsModifier and TypeFieldDescriptionstatic final NioIoOpsNioIoOps.ACCEPTInterested in IO events that should be handled by accepting new connectionsstatic final NioIoOpsNioIoOps.CONNECTInterested in IO events which should be handled by finish pending connect operationsstatic final NioIoOpsNioIoOps.NONEInterested in NO IO events.static final NioIoOpsNioIoOps.READInterested in IO events which should be handled by reading data.static final NioIoOpsNioIoOps.READ_AND_ACCEPTInterested in IO events which should be either handled by reading or accepting.static final NioIoOpsNioIoOps.READ_AND_WRITEInterested in IO events which should be either handled by reading or writing.protected final NioIoOpsAbstractNioChannel.readOpsstatic final NioIoOpsNioIoOps.WRITEInterested in IO events which tell that the underlying channel is writable again.Methods in io.netty.channel.nio that return NioIoOpsModifier and TypeMethodDescriptionNioIoEvent.ops()Returns theNioIoOpswhich did trigger theNioIoEvent.static NioIoOpsNioIoOps.valueOf(int value) Returns aNioIoOpsfor the given value.Methods in io.netty.channel.nio with parameters of type NioIoOpsModifier and TypeMethodDescriptionprotected voidAbstractNioChannel.addAndSubmit(NioIoOps addOps) booleanprotected voidAbstractNioChannel.removeAndSubmit(NioIoOps removeOps) Constructors in io.netty.channel.nio with parameters of type NioIoOpsModifierConstructorDescriptionprotectedAbstractNioChannel(Channel parent, SelectableChannel ch, NioIoOps readOps) protectedAbstractNioMessageChannel(Channel parent, SelectableChannel ch, NioIoOps readOps)