Uses of Class
io.netty.util.AbstractConstant
Packages that use AbstractConstant
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 AbstractConstant in io.netty.channel
Subclasses of AbstractConstant in io.netty.channelModifier and TypeClassDescriptionclassAChannelOptionallows to configure aChannelConfigin a type-safe way. -
Uses of AbstractConstant in io.netty.channel.epoll
Subclasses of AbstractConstant in io.netty.channel.epoll -
Uses of AbstractConstant in io.netty.channel.kqueue
Subclasses of AbstractConstant in io.netty.channel.kqueue -
Uses of AbstractConstant in io.netty.channel.rxtx
Subclasses of AbstractConstant in io.netty.channel.rxtxModifier and TypeClassDescriptionfinal classDeprecated.this transport will be removed in the next major version. -
Uses of AbstractConstant in io.netty.channel.sctp
Subclasses of AbstractConstant in io.netty.channel.sctpModifier and TypeClassDescriptionfinal classOption for configuring the SCTP transport -
Uses of AbstractConstant in io.netty.channel.socket.nio
Subclasses of AbstractConstant in io.netty.channel.socket.nioModifier and TypeClassDescriptionfinal classProvidesChannelOptionover a givenSocketOptionwhich is then passed through the underlyingNetworkChannel. -
Uses of AbstractConstant in io.netty.channel.udt
Subclasses of AbstractConstant in io.netty.channel.udtModifier and TypeClassDescriptionfinal classDeprecated.The UDT transport is no longer maintained and will be removed. -
Uses of AbstractConstant in io.netty.channel.unix
Subclasses of AbstractConstant in io.netty.channel.unixModifier and TypeClassDescriptionclassA generic socket option.final classfinal classclass -
Uses of AbstractConstant in io.netty.channel.uring
Subclasses of AbstractConstant in io.netty.channel.uring -
Uses of AbstractConstant in io.netty.handler.codec.http2
Subclasses of AbstractConstant in io.netty.handler.codec.http2Modifier and TypeClassDescriptionfinal classChannelOptions that are specific toHttp2StreamChannels. -
Uses of AbstractConstant in io.netty.handler.codec.quic
Subclasses of AbstractConstant in io.netty.handler.codec.quicModifier and TypeClassDescriptionfinal classSslContextOptions that are specific to BoringSSL.final classChannelOptions specific to QUIC. -
Uses of AbstractConstant in io.netty.handler.ssl
Subclasses of AbstractConstant in io.netty.handler.sslModifier and TypeClassDescriptionfinal classclassASslContextOptionallows to configure aSslContextin a type-safe way. -
Uses of AbstractConstant in io.netty.util
Classes in io.netty.util with type parameters of type AbstractConstantModifier and TypeClassDescriptionclassAbstractConstant<T extends AbstractConstant<T>>Base implementation ofConstant.Subclasses of AbstractConstant in io.netty.utilModifier and TypeClassDescriptionfinal classAttributeKey<T>Key which can be used to accessAttributeout of theAttributeMap.