Uses of Interface
io.netty.util.IntSupplier
Packages that use IntSupplier
Package
Description
The core channel API which is asynchronous and event-driven abstraction of
various transports such as a
NIO Channel.
Optimized transport for linux which uses EPOLL Edge-Triggered Mode
for maximal performance.
BSD specific transport.
NIO-based channel
API implementation - recommended for a large number of connections (>= 1000).
-
Uses of IntSupplier in io.netty.channel
Methods in io.netty.channel with parameters of type IntSupplierModifier and TypeMethodDescriptionint
DefaultSelectStrategy.calculateStrategy
(IntSupplier selectSupplier, boolean hasTasks) int
SelectStrategy.calculateStrategy
(IntSupplier selectSupplier, boolean hasTasks) TheSelectStrategy
can be used to steer the outcome of a potential select call. -
Uses of IntSupplier in io.netty.channel.epoll
Fields in io.netty.channel.epoll declared as IntSupplier -
Uses of IntSupplier in io.netty.channel.kqueue
Fields in io.netty.channel.kqueue declared as IntSupplier -
Uses of IntSupplier in io.netty.channel.nio
Fields in io.netty.channel.nio declared as IntSupplier