Uses of Interface
io.netty5.util.Constant
-
Packages that use Constant Package Description io.netty5.channel The core channel API which is asynchronous and event-driven abstraction of various transports such as a NIO Channel.io.netty5.channel.epoll Optimized transport for linux which uses EPOLL Edge-Triggered Mode for maximal performance.io.netty5.channel.kqueue BSD specific transport.io.netty5.channel.socket.nio NIO-based socket channel API implementation - recommended for a large number of connections (>= 1000).io.netty5.channel.unix Unix specific transport.io.netty5.handler.ssl io.netty5.util Utility classes used across multiple packages. -
-
Uses of Constant in io.netty5.channel
Classes in io.netty5.channel that implement Constant Modifier and Type Class Description classChannelOption<T>AChannelOptionallows to configure aChannelin a type-safe way. -
Uses of Constant in io.netty5.channel.epoll
Classes in io.netty5.channel.epoll that implement Constant Modifier and Type Class Description classEpollChannelOption<T> -
Uses of Constant in io.netty5.channel.kqueue
Classes in io.netty5.channel.kqueue that implement Constant Modifier and Type Class Description classKQueueChannelOption<T> -
Uses of Constant in io.netty5.channel.socket.nio
Classes in io.netty5.channel.socket.nio that implement Constant Modifier and Type Class Description classNioChannelOption<T>ProvidesChannelOptionover a givenSocketOptionwhich is then passed through the underlyingNetworkChannel. -
Uses of Constant in io.netty5.channel.unix
Classes in io.netty5.channel.unix that implement Constant Modifier and Type Class Description classGenericUnixChannelOption<T>A generic socket option.classIntegerUnixChannelOptionclassRawUnixChannelOptionclassUnixChannelOption<T> -
Uses of Constant in io.netty5.handler.ssl
Classes in io.netty5.handler.ssl that implement Constant Modifier and Type Class Description classOpenSslContextOption<T>classSslContextOption<T>ASslContextOptionallows to configure aSslContextin a type-safe way. -
Uses of Constant in io.netty5.util
Classes in io.netty5.util with type parameters of type Constant Modifier and Type Interface Description interfaceConstant<T extends Constant<T>>A singleton which is safe to compare via the==operator.classConstantPool<T extends Constant<T>>A pool ofConstants.Classes in io.netty5.util that implement Constant Modifier and Type Class Description classAbstractConstant<T extends AbstractConstant<T>>Base implementation ofConstant.classAttributeKey<T>Key which can be used to accessAttributeout of theAttributeMap.
-