Uses of Class
io.netty5.util.AbstractConstant
-
Packages that use AbstractConstant 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 AbstractConstant in io.netty5.channel
Subclasses of AbstractConstant in io.netty5.channel Modifier and Type Class Description classChannelOption<T>AChannelOptionallows to configure aChannelin a type-safe way. -
Uses of AbstractConstant in io.netty5.channel.epoll
Subclasses of AbstractConstant in io.netty5.channel.epoll Modifier and Type Class Description classEpollChannelOption<T> -
Uses of AbstractConstant in io.netty5.channel.kqueue
Subclasses of AbstractConstant in io.netty5.channel.kqueue Modifier and Type Class Description classKQueueChannelOption<T> -
Uses of AbstractConstant in io.netty5.channel.socket.nio
Subclasses of AbstractConstant in io.netty5.channel.socket.nio Modifier and Type Class Description classNioChannelOption<T>ProvidesChannelOptionover a givenSocketOptionwhich is then passed through the underlyingNetworkChannel. -
Uses of AbstractConstant in io.netty5.channel.unix
Subclasses of AbstractConstant in io.netty5.channel.unix Modifier and Type Class Description classGenericUnixChannelOption<T>A generic socket option.classIntegerUnixChannelOptionclassRawUnixChannelOptionclassUnixChannelOption<T> -
Uses of AbstractConstant in io.netty5.handler.ssl
Subclasses of AbstractConstant in io.netty5.handler.ssl Modifier and Type Class Description classOpenSslContextOption<T>classSslContextOption<T>ASslContextOptionallows to configure aSslContextin a type-safe way. -
Uses of AbstractConstant in io.netty5.util
Classes in io.netty5.util with type parameters of type AbstractConstant Modifier and Type Class Description classAbstractConstant<T extends AbstractConstant<T>>Base implementation ofConstant.Subclasses of AbstractConstant in io.netty5.util Modifier and Type Class Description classAttributeKey<T>Key which can be used to accessAttributeout of theAttributeMap.
-