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 class
ChannelOption<T>
AChannelOption
allows to configure aChannel
in 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 class
EpollChannelOption<T>
-
Uses of AbstractConstant in io.netty5.channel.kqueue
Subclasses of AbstractConstant in io.netty5.channel.kqueue Modifier and Type Class Description class
KQueueChannelOption<T>
-
Uses of AbstractConstant in io.netty5.channel.socket.nio
Subclasses of AbstractConstant in io.netty5.channel.socket.nio Modifier and Type Class Description class
NioChannelOption<T>
ProvidesChannelOption
over a givenSocketOption
which 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 class
GenericUnixChannelOption<T>
A generic socket option.class
IntegerUnixChannelOption
class
RawUnixChannelOption
class
UnixChannelOption<T>
-
Uses of AbstractConstant in io.netty5.handler.ssl
Subclasses of AbstractConstant in io.netty5.handler.ssl Modifier and Type Class Description class
OpenSslContextOption<T>
class
SslContextOption<T>
ASslContextOption
allows to configure aSslContext
in 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 class
AbstractConstant<T extends AbstractConstant<T>>
Base implementation ofConstant
.Subclasses of AbstractConstant in io.netty5.util Modifier and Type Class Description class
AttributeKey<T>
Key which can be used to accessAttribute
out of theAttributeMap
.
-