Uses of Class
io.netty.util.AbstractConstant
-
Packages that use AbstractConstant Package Description io.netty.channel The core channel API which is asynchronous and event-driven abstraction of various transports such as a NIO Channel.io.netty.channel.epoll Optimized transport for linux which uses EPOLL Edge-Triggered Mode for maximal performance.io.netty.channel.kqueue BSD specific transport.io.netty.channel.rxtx A serial and parallel port communication transport based on RXTX.io.netty.channel.sctp Abstract SCTP socket interfaces which extend the core channel API.io.netty.channel.socket.nio NIO-based socket channel API implementation - recommended for a large number of connections (>= 1000).io.netty.channel.udt UDT Transport.io.netty.channel.unix Unix specific transport.io.netty.channel.uring io_uring is a high I/O performance scalable interface for fully asynchronous Linux syscalls.io.netty.handler.codec.http2 Handlers for sending and receiving HTTP/2 frames.io.netty.handler.codec.quic QUIC implementationio.netty.handler.ssl SSL · TLS implementation based onSSLEngineio.netty.util Utility classes used across multiple packages. -
-
Uses of AbstractConstant in io.netty.channel
Subclasses of AbstractConstant in io.netty.channel Modifier and Type Class Description classChannelOption<T>AChannelOptionallows to configure aChannelConfigin a type-safe way. -
Uses of AbstractConstant in io.netty.channel.epoll
Subclasses of AbstractConstant in io.netty.channel.epoll Modifier and Type Class Description classEpollChannelOption<T> -
Uses of AbstractConstant in io.netty.channel.kqueue
Subclasses of AbstractConstant in io.netty.channel.kqueue Modifier and Type Class Description classKQueueChannelOption<T> -
Uses of AbstractConstant in io.netty.channel.rxtx
Subclasses of AbstractConstant in io.netty.channel.rxtx Modifier and Type Class Description classRxtxChannelOption<T>Deprecated.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.sctp Modifier and Type Class Description classSctpChannelOption<T>Option for configuring the SCTP transport -
Uses of AbstractConstant in io.netty.channel.socket.nio
Subclasses of AbstractConstant in io.netty.channel.socket.nio Modifier and Type Class Description classNioChannelOption<T>ProvidesChannelOptionover a givenSocketOptionwhich is then passed through the underlyingNetworkChannel. -
Uses of AbstractConstant in io.netty.channel.udt
Subclasses of AbstractConstant in io.netty.channel.udt Modifier and Type Class Description classUdtChannelOption<T>Deprecated.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.unix Modifier and Type Class Description classGenericUnixChannelOption<T>A generic socket option.classIntegerUnixChannelOptionclassRawUnixChannelOptionclassUnixChannelOption<T> -
Uses of AbstractConstant in io.netty.channel.uring
Subclasses of AbstractConstant in io.netty.channel.uring Modifier and Type Class Description classIoUringChannelOption<T> -
Uses of AbstractConstant in io.netty.handler.codec.http2
Subclasses of AbstractConstant in io.netty.handler.codec.http2 Modifier and Type Class Description classHttp2StreamChannelOption<T>ChannelOptions that are specific toHttp2StreamChannels. -
Uses of AbstractConstant in io.netty.handler.codec.quic
Subclasses of AbstractConstant in io.netty.handler.codec.quic Modifier and Type Class Description classBoringSSLContextOption<T>SslContextOptions that are specific to BoringSSL.classQuicChannelOption<T>ChannelOptions specific to QUIC. -
Uses of AbstractConstant in io.netty.handler.ssl
Subclasses of AbstractConstant in io.netty.handler.ssl Modifier and Type Class Description classOpenSslContextOption<T>classSslContextOption<T>ASslContextOptionallows to configure aSslContextin a type-safe way. -
Uses of AbstractConstant in io.netty.util
Classes in io.netty.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.netty.util Modifier and Type Class Description classAttributeKey<T>Key which can be used to accessAttributeout of theAttributeMap.
-