Uses of Interface
io.netty.util.Constant
Packages that use Constant
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.
A serial and parallel port communication transport based on RXTX.
Abstract SCTP socket interfaces which extend the core channel API.
NIO-based socket channel
API implementation - recommended for a large number of connections (>= 1000).
UDT Transport.
Unix specific transport.
io_uring is a high I/O performance scalable interface for fully
asynchronous Linux syscalls.
Handlers for sending and receiving HTTP/2 frames.
QUIC implementation
Utility classes used across multiple packages.
-
Uses of Constant in io.netty.channel
Classes in io.netty.channel that implement ConstantModifier and TypeClassDescriptionclassAChannelOptionallows to configure aChannelConfigin a type-safe way. -
Uses of Constant in io.netty.channel.epoll
Classes in io.netty.channel.epoll that implement Constant -
Uses of Constant in io.netty.channel.kqueue
Classes in io.netty.channel.kqueue that implement Constant -
Uses of Constant in io.netty.channel.rxtx
Classes in io.netty.channel.rxtx that implement ConstantModifier and TypeClassDescriptionfinal classDeprecated.this transport will be removed in the next major version. -
Uses of Constant in io.netty.channel.sctp
Classes in io.netty.channel.sctp that implement ConstantModifier and TypeClassDescriptionfinal classOption for configuring the SCTP transport -
Uses of Constant in io.netty.channel.socket.nio
Classes in io.netty.channel.socket.nio that implement ConstantModifier and TypeClassDescriptionfinal classProvidesChannelOptionover a givenSocketOptionwhich is then passed through the underlyingNetworkChannel. -
Uses of Constant in io.netty.channel.udt
Classes in io.netty.channel.udt that implement ConstantModifier and TypeClassDescriptionfinal classDeprecated.The UDT transport is no longer maintained and will be removed. -
Uses of Constant in io.netty.channel.unix
Classes in io.netty.channel.unix that implement ConstantModifier and TypeClassDescriptionclassA generic socket option.final classfinal classclass -
Uses of Constant in io.netty.channel.uring
Classes in io.netty.channel.uring that implement Constant -
Uses of Constant in io.netty.handler.codec.http2
Classes in io.netty.handler.codec.http2 that implement ConstantModifier and TypeClassDescriptionfinal classChannelOptions that are specific toHttp2StreamChannels. -
Uses of Constant in io.netty.handler.codec.quic
Classes in io.netty.handler.codec.quic that implement ConstantModifier and TypeClassDescriptionfinal classSslContextOptions that are specific to BoringSSL.final classChannelOptions specific to QUIC. -
Uses of Constant in io.netty.handler.ssl
Classes in io.netty.handler.ssl that implement ConstantModifier and TypeClassDescriptionfinal classclassASslContextOptionallows to configure aSslContextin a type-safe way. -
Uses of Constant in io.netty.util
Classes in io.netty.util with type parameters of type ConstantModifier and TypeInterfaceDescriptioninterfaceA singleton which is safe to compare via the==operator.classConstantPool<T extends Constant<T>>A pool ofConstants.Classes in io.netty.util that implement ConstantModifier and TypeClassDescriptionclassAbstractConstant<T extends AbstractConstant<T>>Base implementation ofConstant.final classAttributeKey<T>Key which can be used to accessAttributeout of theAttributeMap.final classA specialErrorwhich is used to signal some state or request by throwing it.