A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
All Classes All Packages
All Classes All Packages
A
- A - Static variable in class io.netty5.handler.codec.dns.DnsRecordType
-
Address record RFC 1035 Returns a 32-bit IPv4 address, most commonly used to map hostnames to an IP address of the host, but also used for DNSBLs, storing subnet masks in RFC 1101, etc.
- AAAA - Static variable in class io.netty5.handler.codec.dns.DnsRecordType
-
IPv6 address record RFC 3596 Returns a 128-bit IPv6 address, most commonly used to map hostnames to an IP address of the host.
- ABNORMAL_CLOSURE - Static variable in class io.netty5.handler.codec.http.websocketx.WebSocketCloseStatus
- absoluteUpgradeUrl() - Method in class io.netty5.handler.codec.http.websocketx.WebSocketClientProtocolConfig
- absoluteUpgradeUrl(boolean) - Method in class io.netty5.handler.codec.http.websocketx.WebSocketClientProtocolConfig.Builder
-
Use an absolute url for the Upgrade request, typically when connecting through an HTTP proxy over clear HTTP
- AbstractAddressResolver<T extends SocketAddress> - Class in io.netty5.resolver
-
A skeletal
AddressResolver
implementation. - AbstractAddressResolver(EventExecutor) - Constructor for class io.netty5.resolver.AbstractAddressResolver
- AbstractAddressResolver(EventExecutor, Class<? extends T>) - Constructor for class io.netty5.resolver.AbstractAddressResolver
- AbstractBootstrap<B extends AbstractBootstrap<B,C,F>,C extends Channel,F> - Class in io.netty5.bootstrap
-
AbstractBootstrap
is a helper class that makes it easy to bootstrap aChannel
. - AbstractBootstrapConfig<B extends AbstractBootstrap<B,C,F>,C extends Channel,F> - Class in io.netty5.bootstrap
-
Exposes the configuration of an
AbstractBootstrap
. - abstractChannel() - Method in class io.netty5.channel.AbstractChannel.DefaultAbstractChannelPipeline
- AbstractChannel<P extends Channel,L extends SocketAddress,R extends SocketAddress> - Class in io.netty5.channel
-
A skeletal
Channel
implementation. - AbstractChannel(P, EventLoop, ChannelMetadata) - Constructor for class io.netty5.channel.AbstractChannel
-
Creates a new instance.
- AbstractChannel(P, EventLoop, ChannelMetadata, RecvBufferAllocator) - Constructor for class io.netty5.channel.AbstractChannel
-
Creates a new instance.
- AbstractChannel(P, EventLoop, ChannelMetadata, RecvBufferAllocator, ChannelId) - Constructor for class io.netty5.channel.AbstractChannel
-
Creates a new instance.
- AbstractChannel.DefaultAbstractChannelPipeline - Class in io.netty5.channel
- AbstractCoalescingBufferQueue - Class in io.netty5.channel
- AbstractCoalescingBufferQueue(int) - Constructor for class io.netty5.channel.AbstractCoalescingBufferQueue
-
Create a new instance.
- AbstractConstant<T extends AbstractConstant<T>> - Class in io.netty5.util
-
Base implementation of
Constant
. - AbstractConstant(int, String) - Constructor for class io.netty5.util.AbstractConstant
-
Creates a new instance.
- AbstractDnsMessage - Class in io.netty5.handler.codec.dns
-
A skeletal implementation of
DnsMessage
. - AbstractDnsMessage(int) - Constructor for class io.netty5.handler.codec.dns.AbstractDnsMessage
-
Creates a new instance with the specified
id
andDnsOpCode.QUERY
opCode. - AbstractDnsMessage(int, DnsOpCode) - Constructor for class io.netty5.handler.codec.dns.AbstractDnsMessage
-
Creates a new instance with the specified
id
andopCode
. - AbstractDnsOptPseudoRrRecord - Class in io.netty5.handler.codec.dns
-
An OPT RR record.
- AbstractDnsOptPseudoRrRecord(int) - Constructor for class io.netty5.handler.codec.dns.AbstractDnsOptPseudoRrRecord
- AbstractDnsOptPseudoRrRecord(int, int, int) - Constructor for class io.netty5.handler.codec.dns.AbstractDnsOptPseudoRrRecord
- AbstractDnsRecord - Class in io.netty5.handler.codec.dns
-
A skeletal implementation of
DnsRecord
. - AbstractDnsRecord(String, DnsRecordType, int, long) - Constructor for class io.netty5.handler.codec.dns.AbstractDnsRecord
-
Creates a new record.
- AbstractDnsRecord(String, DnsRecordType, long) - Constructor for class io.netty5.handler.codec.dns.AbstractDnsRecord
-
Creates a new
IN-class
record. - AbstractEventExecutor - Class in io.netty5.util.concurrent
-
Abstract base class for
EventExecutor
implementations. - AbstractEventExecutor() - Constructor for class io.netty5.util.concurrent.AbstractEventExecutor
- AbstractHttp2ConnectionHandlerBuilder<T extends Http2ConnectionHandler,B extends AbstractHttp2ConnectionHandlerBuilder<T,B>> - Class in io.netty5.handler.codec.http2
-
Abstract base class which defines commonly used features required to build
Http2ConnectionHandler
instances. - AbstractHttp2ConnectionHandlerBuilder() - Constructor for class io.netty5.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
- AbstractHttp2StreamFrame - Class in io.netty5.handler.codec.http2
-
Abstract implementation of
Http2StreamFrame
. - AbstractHttp2StreamFrame() - Constructor for class io.netty5.handler.codec.http2.AbstractHttp2StreamFrame
- AbstractInboundHttp2ToHttpAdapterBuilder<T extends InboundHttp2ToHttpAdapter,B extends AbstractInboundHttp2ToHttpAdapterBuilder<T,B>> - Class in io.netty5.handler.codec.http2
-
A skeletal builder implementation of
InboundHttp2ToHttpAdapter
and its subtypes. - AbstractInboundHttp2ToHttpAdapterBuilder(Http2Connection) - Constructor for class io.netty5.handler.codec.http2.AbstractInboundHttp2ToHttpAdapterBuilder
-
Creates a new
InboundHttp2ToHttpAdapter
builder for the specifiedHttp2Connection
. - AbstractInternalLogger - Class in io.netty5.util.internal.logging
-
A skeletal implementation of
InternalLogger
. - AbstractInternalLogger(String) - Constructor for class io.netty5.util.internal.logging.AbstractInternalLogger
-
Creates a new instance.
- AbstractNioByteChannel<P extends Channel,L extends SocketAddress,R extends SocketAddress> - Class in io.netty5.channel.nio
-
AbstractNioChannel
base class forChannel
s that operate on bytes. - AbstractNioByteChannel(P, EventLoop, SelectableChannel) - Constructor for class io.netty5.channel.nio.AbstractNioByteChannel
-
Create a new instance
- AbstractNioChannel<P extends Channel,L extends SocketAddress,R extends SocketAddress> - Class in io.netty5.channel.nio
-
Abstract base class for
Channel
implementations which use a Selector based approach. - AbstractNioChannel(P, EventLoop, ChannelMetadata, RecvBufferAllocator, SelectableChannel, int) - Constructor for class io.netty5.channel.nio.AbstractNioChannel
-
Create a new instance
- AbstractNioMessageChannel<P extends Channel,L extends SocketAddress,R extends SocketAddress> - Class in io.netty5.channel.nio
-
AbstractNioChannel
base class forChannel
s that operate on messages. - AbstractNioMessageChannel(P, EventLoop, ChannelMetadata, RecvBufferAllocator, SelectableChannel, int) - Constructor for class io.netty5.channel.nio.AbstractNioMessageChannel
- AbstractReferenceCounted - Class in io.netty5.util
-
Abstract base class for classes wants to implement
ReferenceCounted
. - AbstractReferenceCounted() - Constructor for class io.netty5.util.AbstractReferenceCounted
- AbstractRemoteAddressFilter<T extends SocketAddress> - Class in io.netty5.handler.ipfilter
-
This class provides the functionality to either accept or reject new
Channel
s based on their IP address. - AbstractRemoteAddressFilter() - Constructor for class io.netty5.handler.ipfilter.AbstractRemoteAddressFilter
- AbstractScheduledEventExecutor - Class in io.netty5.util.concurrent
-
Abstract base class for
EventExecutor
s that want to support scheduling. - AbstractScheduledEventExecutor() - Constructor for class io.netty5.util.concurrent.AbstractScheduledEventExecutor
- AbstractServerChannel<P extends Channel,L extends SocketAddress,R extends SocketAddress> - Class in io.netty5.channel
-
A skeletal server-side
Channel
implementation. - AbstractServerChannel(EventLoop, EventLoopGroup, ChannelMetadata, Class<? extends Channel>) - Constructor for class io.netty5.channel.AbstractServerChannel
- AbstractServerChannel(EventLoop, EventLoopGroup, Class<? extends Channel>) - Constructor for class io.netty5.channel.AbstractServerChannel
-
Creates a new instance.
- AbstractSniHandler<T> - Class in io.netty5.handler.ssl
-
Enables SNI (Server Name Indication) extension for server side SSL.
- AbstractSniHandler() - Constructor for class io.netty5.handler.ssl.AbstractSniHandler
- AbstractTrafficShapingHandler - Class in io.netty5.handler.traffic
-
AbstractTrafficShapingHandler allows to limit the global bandwidth (see
GlobalTrafficShapingHandler
) or per session bandwidth (seeChannelTrafficShapingHandler
), as traffic shaping. - AbstractTrafficShapingHandler() - Constructor for class io.netty5.handler.traffic.AbstractTrafficShapingHandler
- AbstractTrafficShapingHandler(long) - Constructor for class io.netty5.handler.traffic.AbstractTrafficShapingHandler
-
Constructor using NO LIMIT and default max time as delay allowed value of 15000L ms.
- AbstractTrafficShapingHandler(long, long) - Constructor for class io.netty5.handler.traffic.AbstractTrafficShapingHandler
- AbstractTrafficShapingHandler(long, long, long) - Constructor for class io.netty5.handler.traffic.AbstractTrafficShapingHandler
-
Constructor using default max time as delay allowed value of 15000L ms.
- AbstractTrafficShapingHandler(long, long, long, long) - Constructor for class io.netty5.handler.traffic.AbstractTrafficShapingHandler
- accelerationFactor() - Method in class io.netty5.handler.traffic.GlobalChannelTrafficShapingHandler
- accept() - Method in class io.netty5.handler.ssl.OpenSslSessionStats
-
Returns the number of started SSL/TLS handshakes in server mode.
- accept(byte[]) - Method in class io.netty5.channel.unix.Socket
- accept(LeakInfo) - Method in class io.netty5.buffer.api.LoggingLeakCallback
- accept(ChannelHandlerContext, InetSocketAddress) - Method in class io.netty5.handler.ipfilter.IpSubnetFilter
- accept(ChannelHandlerContext, InetSocketAddress) - Method in class io.netty5.handler.ipfilter.RuleBasedIpFilter
- accept(ChannelHandlerContext, InetSocketAddress) - Method in class io.netty5.handler.ipfilter.UniqueIpFilter
- accept(ChannelHandlerContext, T) - Method in class io.netty5.handler.ipfilter.AbstractRemoteAddressFilter
-
This method is called immediately after a
Channel
gets registered. - accept(ServerSocketChannel) - Static method in class io.netty5.util.internal.SocketUtils
- accept(SecretKey, SSLSession) - Method in class io.netty5.handler.ssl.SslMasterKeyHandler
-
Consume the master key for the session and the sessionId
- ACCEPT - io.netty5.handler.ipfilter.IpFilterRuleType
- ACCEPT - io.netty5.handler.ssl.ApplicationProtocolConfig.SelectedListenerFailureBehavior
-
If the peer who is notified what protocol was selected determines the selection was not matched, or the peer didn't advertise support for the TLS extension then the handshake will continue and the application protocol is assumed to be accepted.
- ACCEPT - Static variable in class io.netty5.handler.codec.http.HttpHeaderNames
-
"accept"
- ACCEPT - Static variable in class io.netty5.handler.codec.rtsp.RtspHeaderNames
-
"accept"
- ACCEPT_CHARSET - Static variable in class io.netty5.handler.codec.http.HttpHeaderNames
-
"accept-charset"
- ACCEPT_ENCODING - Static variable in class io.netty5.handler.codec.http.HttpHeaderNames
-
"accept-encoding"
- ACCEPT_ENCODING - Static variable in class io.netty5.handler.codec.rtsp.RtspHeaderNames
-
"accept-encoding"
- ACCEPT_LANGUAGE - Static variable in class io.netty5.handler.codec.http.HttpHeaderNames
-
"accept-language"
- ACCEPT_LANGUAGE - Static variable in class io.netty5.handler.codec.rtsp.RtspHeaderNames
-
"accept-language"
- ACCEPT_PATCH - Static variable in class io.netty5.handler.codec.http.HttpHeaderNames
-
"accept-patch"
- ACCEPT_RANGES - Static variable in class io.netty5.handler.codec.http.HttpHeaderNames
-
"accept-ranges"
- ACCEPTED - Static variable in class io.netty5.handler.codec.http.HttpResponseStatus
-
202 Accepted
- acceptEither(CompletionStage<? extends V>, Consumer<? super V>) - Method in class io.netty5.util.concurrent.DefaultPromise
- acceptEither(CompletionStage<? extends V>, Consumer<? super V>) - Method in interface io.netty5.util.concurrent.FutureCompletionStage
- acceptEitherAsync(CompletionStage<? extends V>, Consumer<? super V>) - Method in class io.netty5.util.concurrent.DefaultPromise
- acceptEitherAsync(CompletionStage<? extends V>, Consumer<? super V>) - Method in interface io.netty5.util.concurrent.FutureCompletionStage
- acceptEitherAsync(CompletionStage<? extends V>, Consumer<? super V>, Executor) - Method in class io.netty5.util.concurrent.DefaultPromise
- acceptEitherAsync(CompletionStage<? extends V>, Consumer<? super V>, Executor) - Method in interface io.netty5.util.concurrent.FutureCompletionStage
- acceptEvent(Object) - Method in class io.netty5.channel.SimpleUserEventChannelHandler
-
Returns
true
if the given user event should be handled. - AcceptFilter - Class in io.netty5.channel.kqueue
- AcceptFilter(String, String) - Constructor for class io.netty5.channel.kqueue.AcceptFilter
- acceptGood() - Method in class io.netty5.handler.ssl.OpenSslSessionStats
-
Returns the number of successfully established SSL/TLS sessions in server mode.
- acceptInboundMessage(Object) - Method in class io.netty5.channel.SimpleChannelInboundHandler
-
Returns
true
if the given message should be handled. - acceptInboundMessage(Object) - Method in class io.netty5.handler.codec.DatagramPacketDecoder
- acceptInboundMessage(Object) - Method in class io.netty5.handler.codec.http2.Http2StreamFrameToHttpObjectCodec
- acceptInboundMessage(Object) - Method in class io.netty5.handler.codec.MessageAggregator
- acceptInboundMessage(Object) - Method in class io.netty5.handler.codec.MessageToMessageCodec
-
Returns
true
if and only if the specified message can be decoded by this codec. - acceptInboundMessage(Object) - Method in class io.netty5.handler.codec.MessageToMessageDecoder
-
Returns
true
if the given message should be handled. - acceptMessage(BufferAllocator, HttpRequest) - Method in class io.netty5.handler.codec.http.HttpServerExpectContinueHandler
-
Produces a
HttpResponse
forHttpRequest
s which define an expectation. - acceptOutboundMessage(Object) - Method in class io.netty5.handler.codec.ByteToMessageCodec
-
Returns
true
if and only if the specified message can be encoded by this codec. - acceptOutboundMessage(Object) - Method in class io.netty5.handler.codec.DatagramPacketEncoder
- acceptOutboundMessage(Object) - Method in class io.netty5.handler.codec.http.HttpContentEncoder
- acceptOutboundMessage(Object) - Method in class io.netty5.handler.codec.http.HttpObjectEncoder
- acceptOutboundMessage(Object) - Method in class io.netty5.handler.codec.http.HttpRequestEncoder
- acceptOutboundMessage(Object) - Method in class io.netty5.handler.codec.http.HttpResponseEncoder
- acceptOutboundMessage(Object) - Method in class io.netty5.handler.codec.MessageToByteEncoder
-
Returns
true
if the given message should be handled. - acceptOutboundMessage(Object) - Method in class io.netty5.handler.codec.MessageToMessageCodec
-
Returns
true
if and only if the specified message can be encoded by this codec. - acceptOutboundMessage(Object) - Method in class io.netty5.handler.codec.MessageToMessageEncoder
-
Returns
true
if the given message should be handled. - acceptOutboundMessage(Object) - Method in class io.netty5.handler.codec.rtsp.RtspEncoder
- acceptRenegotiate() - Method in class io.netty5.handler.ssl.OpenSslSessionStats
-
Returns the number of start renegotiations in server mode.
- ACCESS_CONTROL_ALLOW_CREDENTIALS - Static variable in class io.netty5.handler.codec.http.HttpHeaderNames
-
"access-control-allow-credentials"
- ACCESS_CONTROL_ALLOW_HEADERS - Static variable in class io.netty5.handler.codec.http.HttpHeaderNames
-
"access-control-allow-headers"
- ACCESS_CONTROL_ALLOW_METHODS - Static variable in class io.netty5.handler.codec.http.HttpHeaderNames
-
"access-control-allow-methods"
- ACCESS_CONTROL_ALLOW_ORIGIN - Static variable in class io.netty5.handler.codec.http.HttpHeaderNames
-
"access-control-allow-origin"
- ACCESS_CONTROL_ALLOW_PRIVATE_NETWORK - Static variable in class io.netty5.handler.codec.http.HttpHeaderNames
-
"access-control-allow-origin"
- ACCESS_CONTROL_EXPOSE_HEADERS - Static variable in class io.netty5.handler.codec.http.HttpHeaderNames
-
"access-control-expose-headers"
- ACCESS_CONTROL_MAX_AGE - Static variable in class io.netty5.handler.codec.http.HttpHeaderNames
-
"access-control-max-age"
- ACCESS_CONTROL_REQUEST_HEADERS - Static variable in class io.netty5.handler.codec.http.HttpHeaderNames
-
"access-control-request-headers"
- ACCESS_CONTROL_REQUEST_METHOD - Static variable in class io.netty5.handler.codec.http.HttpHeaderNames
-
"access-control-request-method"
- ACCESS_CONTROL_REQUEST_PRIVATE_NETWORK - Static variable in class io.netty5.handler.codec.http.HttpHeaderNames
-
"access-control-request-private-network"
- ack() - Method in class io.netty5.handler.codec.http2.DefaultHttp2PingFrame
- ack() - Method in class io.netty5.handler.codec.http2.Http2Flags
-
Determines whether the flag is set indicating that this frame is an ACK.
- ack() - Method in interface io.netty5.handler.codec.http2.Http2PingFrame
-
When
true
, indicates that this ping is a ping response. - ack(boolean) - Method in class io.netty5.handler.codec.http2.Http2Flags
-
Sets the
Http2Flags.ACK
flag. - ACK - Static variable in class io.netty5.handler.codec.http2.Http2Flags
- acquire() - Method in class io.netty5.buffer.api.internal.ResourceSupport
-
Increment the reference count.
- acquire(int) - Method in class io.netty5.buffer.api.internal.LifecycleTracer
-
Add to the trace log that the object has been acquired, in other words the reference count has been incremented.
- acquire(Drop<X>) - Static method in class io.netty5.buffer.api.internal.ArcDrop
- acquire(ResourceSupport<?, ?>) - Static method in interface io.netty5.buffer.api.internal.Statics
- actualReadableBytes() - Method in class io.netty5.handler.codec.ByteToMessageDecoder
-
Returns the actual number of readable bytes in the internal cumulative buffer of this decoder.
- actualSubprotocol() - Method in class io.netty5.handler.codec.http.websocketx.WebSocketClientHandshaker
-
Returns the subprotocol response sent by the server.
- AdaptableBuffer<T extends ResourceSupport<Buffer,T>> - Class in io.netty5.buffer.api.internal
- AdaptableBuffer(Drop<T>, AllocatorControl) - Constructor for class io.netty5.buffer.api.internal.AdaptableBuffer
- AdaptiveRecvBufferAllocator - Class in io.netty5.channel
-
The
RecvBufferAllocator
that automatically increases and decreases the predicted buffer size on feed back. - AdaptiveRecvBufferAllocator() - Constructor for class io.netty5.channel.AdaptiveRecvBufferAllocator
-
Creates a new predictor with the default parameters.
- AdaptiveRecvBufferAllocator(int, int, int) - Constructor for class io.netty5.channel.AdaptiveRecvBufferAllocator
-
Creates a new predictor with the specified parameters.
- add(int, Object) - Method in class io.netty5.util.internal.RecyclableArrayList
- add(Buffer) - Method in class io.netty5.channel.AbstractCoalescingBufferQueue
-
Add a buffer to the end of the queue.
- add(Buffer, FutureListener<Void>) - Method in class io.netty5.channel.AbstractCoalescingBufferQueue
-
Add a buffer to the end of the queue and associate a listener with it that should be completed when all the buffers bytes have been consumed from the queue and written.
- add(Buffer, Promise<Void>) - Method in class io.netty5.channel.AbstractCoalescingBufferQueue
-
Add a buffer to the end of the queue and associate a promise with it that should be completed when all the buffer's bytes have been consumed from the queue and written.
- add(Channel) - Method in class io.netty5.channel.group.DefaultChannelGroup
- add(Headers<? extends CharSequence, ? extends CharSequence, ?>) - Method in class io.netty5.handler.codec.http2.ReadOnlyHttp2Headers
- add(Headers<? extends K, ? extends V, ?>) - Method in class io.netty5.handler.codec.DefaultHeaders
- add(Headers<? extends K, ? extends V, ?>) - Method in class io.netty5.handler.codec.EmptyHeaders
- add(Headers<? extends K, ? extends V, ?>) - Method in interface io.netty5.handler.codec.Headers
-
Adds all header names and values of
headers
to this object. - add(HttpHeaders) - Method in class io.netty5.handler.codec.http.DefaultHttpHeaders
- add(HttpHeaders) - Method in class io.netty5.handler.codec.http.HttpHeaders
-
Adds all header entries of the specified
headers
. - add(Http2Exception.StreamException) - Method in exception io.netty5.handler.codec.http2.Http2Exception.CompositeStreamException
- add(Future<?>) - Method in class io.netty5.util.concurrent.PromiseCombiner
-
Adds a new future to be combined.
- add(CharSequence, CharSequence) - Method in class io.netty5.handler.codec.http2.ReadOnlyHttp2Headers
- add(CharSequence, CharSequence...) - Method in class io.netty5.handler.codec.http2.ReadOnlyHttp2Headers
- add(CharSequence, Iterable<?>) - Method in class io.netty5.handler.codec.http.DefaultHttpHeaders
- add(CharSequence, Iterable<?>) - Method in class io.netty5.handler.codec.http.HttpHeaders
-
Adds a new header with the specified name and values.
- add(CharSequence, Iterable<? extends CharSequence>) - Method in class io.netty5.handler.codec.http2.ReadOnlyHttp2Headers
- add(CharSequence, Object) - Method in class io.netty5.handler.codec.http.DefaultHttpHeaders
- add(CharSequence, Object) - Method in class io.netty5.handler.codec.http.HttpHeaders
-
Adds a new header with the specified name and value.
- add(Object) - Method in class io.netty5.util.internal.RecyclableArrayList
- add(Object, Promise<Void>) - Method in class io.netty5.channel.PendingWriteQueue
-
Add the given
msg
andPromise
. - add(String, Iterable<?>) - Method in class io.netty5.handler.codec.http.DefaultHttpHeaders
- add(String, Iterable<?>) - Method in class io.netty5.handler.codec.http.EmptyHttpHeaders
- add(String, Iterable<?>) - Method in class io.netty5.handler.codec.http.HttpHeaders
- add(String, Iterable<?>) - Method in class io.netty5.handler.codec.http.ReadOnlyHttpHeaders
- add(String, Object) - Method in class io.netty5.handler.codec.http.DefaultHttpHeaders
- add(String, Object) - Method in class io.netty5.handler.codec.http.EmptyHttpHeaders
- add(String, Object) - Method in class io.netty5.handler.codec.http.HttpHeaders
- add(String, Object) - Method in class io.netty5.handler.codec.http.ReadOnlyHttpHeaders
- add(String, V) - Method in class io.netty5.util.DomainMappingBuilder
-
Deprecated.Adds a mapping that maps the specified (optionally wildcard) host name to the specified output value.
- add(String, V) - Method in class io.netty5.util.DomainNameMapping
-
Deprecated.use
DomainNameMappingBuilder
to create and fill the mapping instead - add(String, V) - Method in class io.netty5.util.DomainNameMappingBuilder
-
Deprecated.Adds a mapping that maps the specified (optionally wildcard) host name to the specified output value.
- add(String, V) - Method in class io.netty5.util.DomainWildcardMappingBuilder
-
Adds a mapping that maps the specified (optionally wildcard) host name to the specified output value.
- add(K, Iterable<? extends V>) - Method in class io.netty5.handler.codec.DefaultHeaders
- add(K, Iterable<? extends V>) - Method in class io.netty5.handler.codec.EmptyHeaders
- add(K, Iterable<? extends V>) - Method in interface io.netty5.handler.codec.Headers
-
Adds new headers with the specified
name
andvalues
. - add(K, V) - Method in class io.netty5.handler.codec.DefaultHeaders
- add(K, V) - Method in class io.netty5.handler.codec.EmptyHeaders
- add(K, V) - Method in interface io.netty5.handler.codec.Headers
-
Adds a new header with the specified
name
andvalue
. - add(K, V...) - Method in class io.netty5.handler.codec.DefaultHeaders
- add(K, V...) - Method in class io.netty5.handler.codec.EmptyHeaders
- add(K, V...) - Method in interface io.netty5.handler.codec.Headers
-
Adds new headers with the specified
name
andvalues
. - add(T) - Method in class io.netty5.util.internal.EmptyPriorityQueue
- addAfter(String, String, ChannelHandler) - Method in interface io.netty5.channel.ChannelPipeline
-
Inserts a
ChannelHandler
after an existing handler of this pipeline. - addAfter(String, String, ChannelHandler) - Method in class io.netty5.channel.DefaultChannelPipeline
- addAlgorithm(OpenSslCertificateCompressionAlgorithm, OpenSslCertificateCompressionConfig.AlgorithmMode) - Method in class io.netty5.handler.ssl.OpenSslCertificateCompressionConfig.Builder
-
Adds a certificate compression algorithm.
- addAll(int, Collection<?>) - Method in class io.netty5.util.internal.RecyclableArrayList
- addAll(Future<?>...) - Method in class io.netty5.util.concurrent.PromiseCombiner
-
Adds new futures to be combined.
- addAll(Collection<?>) - Method in class io.netty5.util.internal.RecyclableArrayList
- addAll(Collection<? extends T>) - Method in class io.netty5.util.internal.EmptyPriorityQueue
- addBefore(String, String, ChannelHandler) - Method in interface io.netty5.channel.ChannelPipeline
-
Inserts a
ChannelHandler
before an existing handler of this pipeline. - addBefore(String, String, ChannelHandler) - Method in class io.netty5.channel.DefaultChannelPipeline
- addBoolean(CharSequence, boolean) - Method in class io.netty5.handler.codec.http2.ReadOnlyHttp2Headers
- addBoolean(K, boolean) - Method in class io.netty5.handler.codec.DefaultHeaders
- addBoolean(K, boolean) - Method in class io.netty5.handler.codec.EmptyHeaders
- addBoolean(K, boolean) - Method in interface io.netty5.handler.codec.Headers
-
Adds a new header.
- addByte(CharSequence, byte) - Method in class io.netty5.handler.codec.http2.ReadOnlyHttp2Headers
- addByte(K, byte) - Method in class io.netty5.handler.codec.DefaultHeaders
- addByte(K, byte) - Method in class io.netty5.handler.codec.EmptyHeaders
- addByte(K, byte) - Method in interface io.netty5.handler.codec.Headers
-
Adds a new header.
- addChar(CharSequence, char) - Method in class io.netty5.handler.codec.http2.ReadOnlyHttp2Headers
- addChar(K, char) - Method in class io.netty5.handler.codec.DefaultHeaders
- addChar(K, char) - Method in class io.netty5.handler.codec.EmptyHeaders
- addChar(K, char) - Method in interface io.netty5.handler.codec.Headers
-
Adds a new header.
- addDateHeader(HttpMessage, CharSequence, Date) - Static method in class io.netty5.handler.codec.http.HttpHeaders
-
Deprecated.Use
HttpHeaders.add(CharSequence, Object)
instead. Adds a new date header with the specified name and value. The specified value is formatted as defined in RFC2616 - addDateHeader(HttpMessage, String, Date) - Static method in class io.netty5.handler.codec.http.HttpHeaders
-
Deprecated.Use
HttpHeaders.add(CharSequence, Object)
instead. - addDouble(CharSequence, double) - Method in class io.netty5.handler.codec.http2.ReadOnlyHttp2Headers
- addDouble(K, double) - Method in class io.netty5.handler.codec.DefaultHeaders
- addDouble(K, double) - Method in class io.netty5.handler.codec.EmptyHeaders
- addDouble(K, double) - Method in interface io.netty5.handler.codec.Headers
-
Adds a new header.
- addExclusions(Class<?>, String...) - Static method in class io.netty5.util.ResourceLeakDetector
- addFirst(Buffer, Promise<Void>) - Method in class io.netty5.channel.AbstractCoalescingBufferQueue
-
Add a buffer to the front of the queue and associate a promise with it that should be completed when all the buffer's bytes have been consumed from the queue and written.
- addFirst(ChannelHandler) - Method in class io.netty5.channel.DefaultChannelPipeline
- addFirst(ChannelHandler...) - Method in interface io.netty5.channel.ChannelPipeline
-
Inserts
ChannelHandler
s at the first position of this pipeline. - addFirst(ChannelHandler...) - Method in class io.netty5.channel.DefaultChannelPipeline
- addFirst(String, ChannelHandler) - Method in interface io.netty5.channel.ChannelPipeline
-
Inserts a
ChannelHandler
at the first position of this pipeline. - addFirst(String, ChannelHandler) - Method in class io.netty5.channel.DefaultChannelPipeline
- addFloat(CharSequence, float) - Method in class io.netty5.handler.codec.http2.ReadOnlyHttp2Headers
- addFloat(K, float) - Method in class io.netty5.handler.codec.DefaultHeaders
- addFloat(K, float) - Method in class io.netty5.handler.codec.EmptyHeaders
- addFloat(K, float) - Method in interface io.netty5.handler.codec.Headers
-
Adds a new header.
- addFlowControlled(Http2Stream, Http2RemoteFlowController.FlowControlled) - Method in class io.netty5.handler.codec.http2.DefaultHttp2RemoteFlowController
- addFlowControlled(Http2Stream, Http2RemoteFlowController.FlowControlled) - Method in interface io.netty5.handler.codec.http2.Http2RemoteFlowController
-
Queues a payload for transmission to the remote endpoint.
- addFlush() - Method in class io.netty5.channel.ChannelOutboundBuffer
-
Add a flush to this
ChannelOutboundBuffer
. - addHeader(HttpMessage, CharSequence, Object) - Static method in class io.netty5.handler.codec.http.HttpHeaders
-
Deprecated.Use
HttpHeaders.add(CharSequence, Object)
instead. Adds a new header with the specified name and value. If the specified value is not aString
, it is converted into aString
byObject.toString()
, except forDate
andCalendar
which are formatted to the date format defined in RFC2616. - addHeader(HttpMessage, String, Object) - Static method in class io.netty5.handler.codec.http.HttpHeaders
-
Deprecated.Use
HttpHeaders.add(CharSequence, Object)
instead. - addHttp2ToHttpHeaders(int, Http2Headers, FullHttpMessage, boolean) - Static method in class io.netty5.handler.codec.http2.HttpConversionUtil
-
Translate and add HTTP/2 headers to HTTP/1.x headers.
- addHttp2ToHttpHeaders(int, Http2Headers, HttpHeaders, HttpVersion, boolean, boolean) - Static method in class io.netty5.handler.codec.http2.HttpConversionUtil
-
Translate and add HTTP/2 headers to HTTP/1.x headers.
- addImpl(Headers<? extends K, ? extends V, ?>) - Method in class io.netty5.handler.codec.DefaultHeaders
- addInt(CharSequence, int) - Method in class io.netty5.handler.codec.http.DefaultHttpHeaders
- addInt(CharSequence, int) - Method in class io.netty5.handler.codec.http.EmptyHttpHeaders
- addInt(CharSequence, int) - Method in class io.netty5.handler.codec.http.HttpHeaders
-
Add the
name
tovalue
. - addInt(CharSequence, int) - Method in class io.netty5.handler.codec.http.ReadOnlyHttpHeaders
- addInt(CharSequence, int) - Method in class io.netty5.handler.codec.http2.ReadOnlyHttp2Headers
- addInt(K, int) - Method in class io.netty5.handler.codec.DefaultHeaders
- addInt(K, int) - Method in class io.netty5.handler.codec.EmptyHeaders
- addInt(K, int) - Method in interface io.netty5.handler.codec.Headers
-
Adds a new header.
- addIntHeader(HttpMessage, CharSequence, int) - Static method in class io.netty5.handler.codec.http.HttpHeaders
-
Deprecated.Use
HttpHeaders.addInt(CharSequence, int)
instead. Adds a new integer header with the specified name and value. - addIntHeader(HttpMessage, String, int) - Static method in class io.netty5.handler.codec.http.HttpHeaders
-
Deprecated.Use
HttpHeaders.add(CharSequence, Iterable)
instead. - ADDITIONAL - io.netty5.handler.codec.dns.DnsSection
-
The section that contains the additional
DnsRecord
s. - addLast(ChannelHandler) - Method in class io.netty5.channel.DefaultChannelPipeline
- addLast(ChannelHandler...) - Method in interface io.netty5.channel.ChannelPipeline
-
Inserts
ChannelHandler
s at the last position of this pipeline. - addLast(ChannelHandler...) - Method in class io.netty5.channel.DefaultChannelPipeline
- addLast(String, ChannelHandler) - Method in interface io.netty5.channel.ChannelPipeline
-
Appends a
ChannelHandler
at the last position of this pipeline. - addLast(String, ChannelHandler) - Method in class io.netty5.channel.DefaultChannelPipeline
- addListener(C, FutureContextListener<? super C, ? super V>) - Method in class io.netty5.util.concurrent.DefaultPromise
- addListener(C, FutureContextListener<? super C, ? super V>) - Method in interface io.netty5.util.concurrent.Future
-
Adds the specified listener to this future.
- addListener(C, FutureContextListener<? super C, ? super V>) - Method in interface io.netty5.util.concurrent.RunnableFuture
- addListener(C, FutureContextListener<? super C, ? super V>) - Method in interface io.netty5.util.concurrent.RunnableScheduledFuture
- addListener(Http2Connection.Listener) - Method in class io.netty5.handler.codec.http2.DefaultHttp2Connection
- addListener(Http2Connection.Listener) - Method in interface io.netty5.handler.codec.http2.Http2Connection
-
Adds a listener of stream life-cycle events.
- addListener(FutureListener<? super Void>) - Method in interface io.netty5.channel.group.ChannelGroupFuture
- addListener(FutureListener<? super V>) - Method in class io.netty5.util.concurrent.DefaultPromise
- addListener(FutureListener<? super V>) - Method in interface io.netty5.util.concurrent.Future
-
Adds the specified listener to this future.
- addListener(FutureListener<? super V>) - Method in interface io.netty5.util.concurrent.RunnableFuture
- addListener(FutureListener<? super V>) - Method in interface io.netty5.util.concurrent.RunnableScheduledFuture
- addLong(CharSequence, long) - Method in class io.netty5.handler.codec.http2.ReadOnlyHttp2Headers
- addLong(K, long) - Method in class io.netty5.handler.codec.DefaultHeaders
- addLong(K, long) - Method in class io.netty5.handler.codec.EmptyHeaders
- addLong(K, long) - Method in interface io.netty5.handler.codec.Headers
-
Adds a new header.
- addMessage(Object, int, Promise<Void>) - Method in class io.netty5.channel.ChannelOutboundBuffer
-
Add given message to this
ChannelOutboundBuffer
. - addObject(CharSequence, Iterable<?>) - Method in class io.netty5.handler.codec.http2.ReadOnlyHttp2Headers
- addObject(CharSequence, Object) - Method in class io.netty5.handler.codec.http2.ReadOnlyHttp2Headers
- addObject(CharSequence, Object...) - Method in class io.netty5.handler.codec.http2.ReadOnlyHttp2Headers
- addObject(K, Iterable<?>) - Method in class io.netty5.handler.codec.DefaultHeaders
- addObject(K, Iterable<?>) - Method in class io.netty5.handler.codec.EmptyHeaders
- addObject(K, Iterable<?>) - Method in interface io.netty5.handler.codec.Headers
-
Adds a new header with the specified name and values.
- addObject(K, Object) - Method in class io.netty5.handler.codec.DefaultHeaders
- addObject(K, Object) - Method in class io.netty5.handler.codec.EmptyHeaders
- addObject(K, Object) - Method in interface io.netty5.handler.codec.Headers
-
Adds a new header.
- addObject(K, Object...) - Method in class io.netty5.handler.codec.DefaultHeaders
- addObject(K, Object...) - Method in class io.netty5.handler.codec.EmptyHeaders
- addObject(K, Object...) - Method in interface io.netty5.handler.codec.Headers
-
Adds a new header with the specified name and values.
- addParam(String, String) - Method in class io.netty5.handler.codec.http.QueryStringEncoder
-
Adds a parameter with the specified name and value to this encoder.
- addRecord(DnsSection, int, DnsRecord) - Method in class io.netty5.handler.codec.dns.AbstractDnsMessage
- addRecord(DnsSection, int, DnsRecord) - Method in class io.netty5.handler.codec.dns.DatagramDnsQuery
- addRecord(DnsSection, int, DnsRecord) - Method in class io.netty5.handler.codec.dns.DatagramDnsResponse
- addRecord(DnsSection, int, DnsRecord) - Method in class io.netty5.handler.codec.dns.DefaultDnsQuery
- addRecord(DnsSection, int, DnsRecord) - Method in class io.netty5.handler.codec.dns.DefaultDnsResponse
- addRecord(DnsSection, int, DnsRecord) - Method in interface io.netty5.handler.codec.dns.DnsMessage
-
Adds the specified
record
at the specifiedindex
of the specifiedsection
of this DNS message. - addRecord(DnsSection, int, DnsRecord) - Method in interface io.netty5.handler.codec.dns.DnsQuery
- addRecord(DnsSection, int, DnsRecord) - Method in interface io.netty5.handler.codec.dns.DnsResponse
- addRecord(DnsSection, DnsRecord) - Method in class io.netty5.handler.codec.dns.AbstractDnsMessage
- addRecord(DnsSection, DnsRecord) - Method in class io.netty5.handler.codec.dns.DatagramDnsQuery
- addRecord(DnsSection, DnsRecord) - Method in class io.netty5.handler.codec.dns.DatagramDnsResponse
- addRecord(DnsSection, DnsRecord) - Method in class io.netty5.handler.codec.dns.DefaultDnsQuery
- addRecord(DnsSection, DnsRecord) - Method in class io.netty5.handler.codec.dns.DefaultDnsResponse
- addRecord(DnsSection, DnsRecord) - Method in interface io.netty5.handler.codec.dns.DnsMessage
-
Adds the specified
record
at the end of the specifiedsection
of this DNS message. - addRecord(DnsSection, DnsRecord) - Method in interface io.netty5.handler.codec.dns.DnsQuery
- addRecord(DnsSection, DnsRecord) - Method in interface io.netty5.handler.codec.dns.DnsResponse
- address() - Method in class io.netty5.channel.unix.NativeInetAddress
- address() - Method in class io.netty5.handler.codec.dns.DefaultDnsOptEcsRecord
- address() - Method in interface io.netty5.handler.codec.dns.DnsOptEcsRecord
-
Returns the bytes of the
InetAddress
to use. - address() - Method in interface io.netty5.resolver.dns.DnsCacheEntry
-
Get the resolved address.
- address(byte[], int, int) - Static method in class io.netty5.channel.unix.NativeInetAddress
- address(String, ResolvedAddressTypes) - Method in class io.netty5.resolver.DefaultHostsFileEntriesResolver
- address(String, ResolvedAddressTypes) - Method in interface io.netty5.resolver.HostsFileEntriesResolver
-
Resolve the address of a hostname against the entries in a hosts file, depending on some address types.
- addressByName(String) - Static method in class io.netty5.util.internal.SocketUtils
- AddressedEnvelope<M,A extends SocketAddress> - Interface in io.netty5.channel
-
A message that wraps another message with a sender address and a recipient address.
- addresses(String, ResolvedAddressTypes) - Method in class io.netty5.resolver.DefaultHostsFileEntriesResolver
-
Resolves all addresses of a hostname against the entries in a hosts file, depending on the specified
ResolvedAddressTypes
. - addressesFromNetworkInterface(NetworkInterface) - Static method in class io.netty5.util.internal.SocketUtils
- AddressResolver<T extends SocketAddress> - Interface in io.netty5.resolver
-
Resolves a possibility unresolved
SocketAddress
. - AddressResolverGroup<T extends SocketAddress> - Class in io.netty5.resolver
-
Creates and manages
NameResolver
s so that eachEventExecutor
has its own resolver instance. - AddressResolverGroup() - Constructor for class io.netty5.resolver.AddressResolverGroup
- addressSize() - Static method in class io.netty5.channel.unix.Buffer
-
Returns the size of a pointer.
- addressSize() - Static method in class io.netty5.util.internal.PlatformDependent
-
Return the address size of the OS. 4 (for 32 bits systems ) and 8 (for 64 bits systems).
- addressType(ProtocolFamily) - Static method in class io.netty5.util.NetUtil
-
Returns the address type for the given
ProtocolFamily
. - addShort(CharSequence, short) - Method in class io.netty5.handler.codec.http.DefaultHttpHeaders
- addShort(CharSequence, short) - Method in class io.netty5.handler.codec.http.EmptyHttpHeaders
- addShort(CharSequence, short) - Method in class io.netty5.handler.codec.http.HttpHeaders
-
Add the
name
tovalue
. - addShort(CharSequence, short) - Method in class io.netty5.handler.codec.http.ReadOnlyHttpHeaders
- addShort(CharSequence, short) - Method in class io.netty5.handler.codec.http2.ReadOnlyHttp2Headers
- addShort(K, short) - Method in class io.netty5.handler.codec.DefaultHeaders
- addShort(K, short) - Method in class io.netty5.handler.codec.EmptyHeaders
- addShort(K, short) - Method in interface io.netty5.handler.codec.Headers
-
Adds a new header.
- addShutdownHook(Runnable) - Method in class io.netty5.util.concurrent.SingleThreadEventExecutor
-
Add a
Runnable
which will be executed on shutdown of this instance - addSuppressed(Throwable, Throwable) - Static method in class io.netty5.util.internal.ThrowableUtil
- addSuppressed(Throwable, List<Throwable>) - Static method in class io.netty5.util.internal.ThrowableUtil
- addSuppressedAndClear(Throwable, List<Throwable>) - Static method in class io.netty5.util.internal.ThrowableUtil
- addTimeMillis(CharSequence, long) - Method in class io.netty5.handler.codec.http2.ReadOnlyHttp2Headers
- addTimeMillis(K, long) - Method in class io.netty5.handler.codec.DefaultHeaders
- addTimeMillis(K, long) - Method in class io.netty5.handler.codec.EmptyHeaders
- addTimeMillis(K, long) - Method in interface io.netty5.handler.codec.Headers
-
Adds a new header.
- ADVANCED - io.netty5.util.ResourceLeakDetector.Level
-
Enables advanced sampling resource leak detection which reports where the leaked object was accessed recently at the cost of high overhead.
- advanceTimeBy(long, TimeUnit) - Method in class io.netty5.channel.embedded.EmbeddedChannel
-
Advance the clock of the event loop of this channel by the given duration.
- advmss() - Method in class io.netty5.channel.epoll.EpollTcpInfo
- AES_KEY_SIZE - Static variable in class io.netty5.handler.ssl.OpenSslSessionTicketKey
-
Size of session ticket key AES key
- aesKey() - Method in class io.netty5.handler.ssl.OpenSslSessionTicketKey
-
Get AES Key.
- AFSDB - Static variable in class io.netty5.handler.codec.dns.DnsRecordType
-
AFS database record RFC 1183 Location of database servers of an AFS cell.
- after - Variable in class io.netty5.handler.codec.DefaultHeaders.HeaderEntry
-
Overall insertion order linked list
- after() - Method in class io.netty5.handler.codec.DefaultHeaders.HeaderEntry
- AGE - Static variable in class io.netty5.handler.codec.http.HttpHeaderNames
-
"age"
- aggregate(BufferAllocator, A, C) - Method in class io.netty5.handler.codec.MessageAggregator
-
Aggregated the passed
content
in the passedaggregate
. - aggregate(BufferAllocator, FullHttpMessage<?>, HttpContent<C>) - Method in class io.netty5.handler.codec.http.HttpObjectAggregator
- aggregate(BufferAllocator, WebSocketFrame, ContinuationWebSocketFrame) - Method in class io.netty5.handler.codec.http.websocketx.WebSocketFrameAggregator
- AGGREGATE_OPERATION_NOT_ALLOWED - Static variable in class io.netty5.handler.codec.rtsp.RtspResponseStatuses
-
459 Aggregate operation not allowed
- algorithm() - Method in class io.netty5.handler.ssl.OpenSslCertificateCompressionConfig.AlgorithmConfig
-
The configured
OpenSslCertificateCompressionAlgorithm
. - algorithmId() - Method in interface io.netty5.handler.ssl.OpenSslCertificateCompressionAlgorithm
-
Return the ID for the compression algorithm provided for by a given implementation.
- align(long, int) - Static method in class io.netty5.util.internal.PlatformDependent
- alignDirectBuffer(ByteBuffer, int) - Static method in class io.netty5.util.internal.PlatformDependent
- all() - Static method in class io.netty5.channel.group.ChannelMatchers
-
Returns a
ChannelMatcher
that matches allChannel
s. - ALL_IDLE - io.netty5.handler.timeout.IdleState
-
No data was either received or sent for a while.
- ALL_IDLE_STATE_EVENT - Static variable in class io.netty5.handler.timeout.IdleStateEvent
- allAddressesByName(String) - Static method in class io.netty5.util.internal.SocketUtils
- alloc() - Method in class io.netty5.channel.unix.SocketWritableByteChannel
- allocate() - Method in class io.netty5.buffer.api.internal.LifecycleTracer
-
Add to the trace log that the object has been allocated.
- allocate(int) - Method in interface io.netty5.buffer.api.BufferAllocator
-
Allocate a
Buffer
of the given size in bytes. - allocate(int) - Method in class io.netty5.buffer.api.pool.PooledBufferAllocator
- allocate(int) - Method in class io.netty5.buffer.api.SensitiveBufferAllocator
- allocate(BufferAllocator) - Method in class io.netty5.channel.DefaultMaxMessagesRecvBufferAllocator.MaxMessageHandle
- allocate(BufferAllocator) - Method in interface io.netty5.channel.RecvBufferAllocator.Handle
-
Creates a new receive buffer whose capacity is probably large enough to read all inbound data and small enough not to waste its space.
- allocateBuffer(ChannelHandlerContext, I) - Method in class io.netty5.handler.codec.MessageToByteEncoder
-
Allocate a
Buffer
which will be used as argument of#encode(ChannelHandlerContext, I, Buffer)
. - allocateBuffer(ChannelHandlerContext, AddressedEnvelope<DnsQuery, InetSocketAddress>) - Method in class io.netty5.handler.codec.dns.DatagramDnsQueryEncoder
-
Allocate a
Buffer
which will be used for constructing a datagram packet. - allocateBuffer(ChannelHandlerContext, AddressedEnvelope<DnsResponse, InetSocketAddress>) - Method in class io.netty5.handler.codec.dns.DatagramDnsResponseEncoder
-
Allocate a
Buffer
which will be used for constructing a datagram packet. - allocateBuffer(ChannelHandlerContext, DnsQuery) - Method in class io.netty5.handler.codec.dns.TcpDnsQueryEncoder
- allocateConstChild(Buffer) - Method in class io.netty5.buffer.api.bytebuffer.ByteBufferMemoryManager
- allocateConstChild(Buffer) - Method in interface io.netty5.buffer.api.MemoryManager
-
Allocates a constant buffer based on the given parent.
- allocateConstChild(Buffer) - Method in class io.netty5.buffer.api.unsafe.UnsafeMemoryManager
- allocateDirectNoCleaner(int) - Static method in class io.netty5.util.internal.PlatformDependent
-
Allocate a new
ByteBuffer
with the givencapacity
. - allocateDirectWithNativeOrder(int) - Static method in class io.netty5.channel.unix.Buffer
-
Returns a new
ByteBuffer
which has the sameByteOrder
as the native order of the machine. - allocateMemory(long) - Static method in class io.netty5.util.internal.PlatformDependent
- allocateShared(AllocatorControl, long, Function<Drop<Buffer>, Drop<Buffer>>, AllocationType) - Method in class io.netty5.buffer.api.bytebuffer.ByteBufferMemoryManager
- allocateShared(AllocatorControl, long, Function<Drop<Buffer>, Drop<Buffer>>, AllocationType) - Method in interface io.netty5.buffer.api.MemoryManager
-
Allocates a shared buffer.
- allocateShared(AllocatorControl, long, Function<Drop<Buffer>, Drop<Buffer>>, AllocationType) - Method in class io.netty5.buffer.api.unsafe.UnsafeMemoryManager
- allocateUninitializedArray(int) - Static method in class io.netty5.util.internal.PlatformDependent
- allocationQuantum(int) - Method in class io.netty5.handler.codec.http2.WeightedFairQueueByteDistributor
-
Sets the amount of bytes that will be allocated to each stream.
- AllocationType - Interface in io.netty5.buffer.api
-
An object used by buffer allocators to communicate desirable properties of an allocation to a memory manager, such as whether an allocation should be off-heap.
- AllocatorAwareSslEngineWrapperFactory() - Constructor for class io.netty5.handler.ssl.JdkApplicationProtocolNegotiator.AllocatorAwareSslEngineWrapperFactory
-
Deprecated.
- allocatorClosedException() - Static method in interface io.netty5.buffer.api.internal.Statics
- AllocatorControl - Interface in io.netty5.buffer.api
-
Methods for accessing and controlling the internals of an allocator.
- ALLOW - Static variable in class io.netty5.handler.codec.http.HttpHeaderNames
-
"allow"
- ALLOW - Static variable in class io.netty5.handler.codec.rtsp.RtspHeaderNames
-
"allow"
- ALLOW_HALF_CLOSURE - Static variable in class io.netty5.channel.ChannelOption
- allowCredentials() - Method in class io.netty5.handler.codec.http.cors.CorsConfig.Builder
-
Deprecated.Use
CorsConfigBuilder.allowCredentials()
instead. - allowCredentials() - Method in class io.netty5.handler.codec.http.cors.CorsConfigBuilder
-
By default cookies are not included in CORS requests, but this method will enable cookies to be added to CORS requests.
- allowedRequestHeaders() - Method in class io.netty5.handler.codec.http.cors.CorsConfig
-
Returns the allowed set of Request Headers.
- allowedRequestHeaders(CharSequence...) - Method in class io.netty5.handler.codec.http.cors.CorsConfigBuilder
-
Specifies the if headers that should be returned in the CORS 'Access-Control-Allow-Headers' response header.
- allowedRequestHeaders(String...) - Method in class io.netty5.handler.codec.http.cors.CorsConfig.Builder
-
Deprecated.Use
CorsConfigBuilder.allowedRequestHeaders(String...)
instead. - allowedRequestHeaders(String...) - Method in class io.netty5.handler.codec.http.cors.CorsConfigBuilder
-
Specifies the if headers that should be returned in the CORS 'Access-Control-Allow-Headers' response header.
- allowedRequestMethods() - Method in class io.netty5.handler.codec.http.cors.CorsConfig
-
Returns the allowed set of Request Methods.
- allowedRequestMethods(HttpMethod...) - Method in class io.netty5.handler.codec.http.cors.CorsConfig.Builder
-
Deprecated.
- allowedRequestMethods(HttpMethod...) - Method in class io.netty5.handler.codec.http.cors.CorsConfigBuilder
-
Specifies the allowed set of HTTP Request Methods that should be returned in the CORS 'Access-Control-Request-Method' response header.
- allowExtensions() - Method in class io.netty5.handler.codec.http.websocketx.WebSocketClientProtocolConfig
- allowExtensions() - Method in class io.netty5.handler.codec.http.websocketx.WebSocketDecoderConfig
- allowExtensions(boolean) - Method in class io.netty5.handler.codec.http.websocketx.WebSocketClientProtocolConfig.Builder
-
Allow extensions to be used in the reserved bits of the web socket frame
- allowExtensions(boolean) - Method in class io.netty5.handler.codec.http.websocketx.WebSocketDecoderConfig.Builder
- allowExtensions(boolean) - Method in class io.netty5.handler.codec.http.websocketx.WebSocketServerProtocolConfig.Builder
- allowMaskMismatch() - Method in class io.netty5.handler.codec.http.websocketx.WebSocketClientProtocolConfig
- allowMaskMismatch() - Method in class io.netty5.handler.codec.http.websocketx.WebSocketDecoderConfig
- allowMaskMismatch(boolean) - Method in class io.netty5.handler.codec.http.websocketx.WebSocketClientProtocolConfig.Builder
-
When set to true, frames which are not masked properly according to the standard will still be accepted.
- allowMaskMismatch(boolean) - Method in class io.netty5.handler.codec.http.websocketx.WebSocketDecoderConfig.Builder
- allowMaskMismatch(boolean) - Method in class io.netty5.handler.codec.http.websocketx.WebSocketServerProtocolConfig.Builder
- allowNullOrigin() - Method in class io.netty5.handler.codec.http.cors.CorsConfig.Builder
-
Deprecated.Use
CorsConfigBuilder.allowNullOrigin()
instead. - allowNullOrigin() - Method in class io.netty5.handler.codec.http.cors.CorsConfigBuilder
-
Web browsers may set the 'Origin' request header to 'null' if a resource is loaded from the local file system.
- allowPrivateNetwork() - Method in class io.netty5.handler.codec.http.cors.CorsConfigBuilder
-
Web browsers may set the 'Access-Control-Request-Private-Network' request header if a resource is loaded from a local network.
- allowPushTo() - Method in interface io.netty5.handler.codec.http2.Http2Connection.Endpoint
-
This is the SETTINGS_ENABLE_PUSH value sent from the opposite endpoint.
- allowPushTo(boolean) - Method in interface io.netty5.handler.codec.http2.Http2Connection.Endpoint
-
This is the SETTINGS_ENABLE_PUSH value sent from the opposite endpoint.
- ALPN - io.netty5.handler.ssl.ApplicationProtocolConfig.Protocol
- ALWAYS_SENSITIVE - Static variable in interface io.netty5.handler.codec.http2.Http2HeadersEncoder
-
Always return
true
forHttp2HeadersEncoder.SensitivityDetector.isSensitive(CharSequence, CharSequence)
. - ALWAYS_SKIP - Static variable in interface io.netty5.handler.codec.http.websocketx.extensions.WebSocketExtensionFilter
-
A
WebSocketExtensionFilter
that always skip the evaluation of an any given extensionsWebSocketExtension
. - ALWAYS_VERIFY - Static variable in interface io.netty5.handler.codec.http2.Http2PromisedRequestVerifier
-
A default implementation of
Http2PromisedRequestVerifier
which always returns positive responses for all verification challenges. - annotateConnectException(Throwable, SocketAddress) - Static method in class io.netty5.channel.AbstractChannel
-
Appends the remote address to the message of the exceptions caused by connection attempt failure.
- ANNOUNCE - Static variable in class io.netty5.handler.codec.rtsp.RtspMethods
-
The ANNOUNCE posts the description of a presentation or media object identified by the request URL to a server, or updates the client-side session description in real-time.
- ANSWER - io.netty5.handler.codec.dns.DnsSection
-
The section that contains the answer
DnsRecord
s. - ANY - Static variable in class io.netty5.channel.local.LocalAddress
- ANY - Static variable in class io.netty5.handler.codec.dns.DnsRecordType
-
All cached records RFC 1035 Returns all records of all types known to the name server.
- APL - Static variable in class io.netty5.handler.codec.dns.DnsRecordType
-
Address Prefix List record RFC 3123 Specify lists of address ranges, e.g.
- append(char) - Method in class io.netty5.util.internal.AppendableCharSequence
- append(CharSequence) - Method in class io.netty5.util.internal.AppendableCharSequence
- append(CharSequence, int, int) - Method in class io.netty5.util.internal.AppendableCharSequence
- append(Date, StringBuilder) - Static method in class io.netty5.handler.codec.DateFormatter
-
Append a
Date
to aStringBuilder
into RFC1123 format - APPEND - Static variable in class io.netty5.handler.codec.rtsp.RtspHeaderValues
-
"append"
- AppendableCharSequence - Class in io.netty5.util.internal
- AppendableCharSequence(int) - Constructor for class io.netty5.util.internal.AppendableCharSequence
- appendPrettyHexDump(StringBuilder, Buffer) - Static method in class io.netty5.buffer.BufferUtil
-
Appends the prettified multi-line hexadecimal dump of the specified
Buffer
to the specifiedStringBuilder
that is easy to read by humans. - appendPrettyHexDump(StringBuilder, Buffer, int, int) - Static method in class io.netty5.buffer.BufferUtil
-
Appends the prettified multi-line hexadecimal dump of the specified
Buffer
to the specifiedStringBuilder
that is easy to read by humans, starting at the givenoffset
using the givenlength
. - APPLICATION_JSON - Static variable in class io.netty5.handler.codec.http.HttpHeaderValues
-
"application/json"
- APPLICATION_OCTET_STREAM - Static variable in class io.netty5.handler.codec.http.HttpHeaderValues
-
"application/octet-stream"
- APPLICATION_X_WWW_FORM_URLENCODED - Static variable in class io.netty5.handler.codec.http.HttpHeaderValues
-
"application/x-www-form-urlencoded"
- APPLICATION_XHTML - Static variable in class io.netty5.handler.codec.http.HttpHeaderValues
-
"application/xhtml+xml"
- APPLICATION_XML - Static variable in class io.netty5.handler.codec.http.HttpHeaderValues
-
"application/xml"
- APPLICATION_ZSTD - Static variable in class io.netty5.handler.codec.http.HttpHeaderValues
-
"application/zstd"
- applicationProtocol() - Method in class io.netty5.handler.ssl.SslHandler
-
Returns the name of the current application-level protocol.
- applicationProtocol() - Method in class io.netty5.handler.ssl.SslHandshakeCompletionEvent
-
Return the application protocol that was selected or
null
if none was selected. - applicationProtocolConfig(ApplicationProtocolConfig) - Method in class io.netty5.handler.ssl.SslContextBuilder
-
Application protocol negotiation configuration.
- ApplicationProtocolConfig - Class in io.netty5.handler.ssl
-
Provides an
SSLEngine
agnostic way to configure aApplicationProtocolNegotiator
. - ApplicationProtocolConfig(ApplicationProtocolConfig.Protocol, ApplicationProtocolConfig.SelectorFailureBehavior, ApplicationProtocolConfig.SelectedListenerFailureBehavior, Iterable<String>) - Constructor for class io.netty5.handler.ssl.ApplicationProtocolConfig
-
Create a new instance.
- ApplicationProtocolConfig(ApplicationProtocolConfig.Protocol, ApplicationProtocolConfig.SelectorFailureBehavior, ApplicationProtocolConfig.SelectedListenerFailureBehavior, String...) - Constructor for class io.netty5.handler.ssl.ApplicationProtocolConfig
-
Create a new instance.
- ApplicationProtocolConfig.Protocol - Enum in io.netty5.handler.ssl
-
Defines which application level protocol negotiation to use.
- ApplicationProtocolConfig.SelectedListenerFailureBehavior - Enum in io.netty5.handler.ssl
-
Defines the most common behaviors for the peer which is notified of the selected protocol.
- ApplicationProtocolConfig.SelectorFailureBehavior - Enum in io.netty5.handler.ssl
-
Defines the most common behaviors for the peer that selects the application protocol.
- ApplicationProtocolNames - Class in io.netty5.handler.ssl
-
Provides a set of protocol names used in ALPN and NPN.
- ApplicationProtocolNegotiationHandler - Class in io.netty5.handler.ssl
-
Configures a
ChannelPipeline
depending on the application-level protocol negotiation result ofSslHandler
. - ApplicationProtocolNegotiationHandler(String) - Constructor for class io.netty5.handler.ssl.ApplicationProtocolNegotiationHandler
-
Creates a new instance with the specified fallback protocol name.
- applicationProtocolNegotiator() - Method in class io.netty5.handler.ssl.DelegatingSslContext
- applicationProtocolNegotiator() - Method in class io.netty5.handler.ssl.JdkSslContext
- applicationProtocolNegotiator() - Method in class io.netty5.handler.ssl.ReferenceCountedOpenSslContext
- applicationProtocolNegotiator() - Method in class io.netty5.handler.ssl.SslContext
-
Returns the object responsible for negotiating application layer protocols for the TLS NPN/ALPN extensions.
- ApplicationProtocolNegotiator - Interface in io.netty5.handler.ssl
-
Deprecated.
- apply(Drop<T>) - Method in class io.netty5.buffer.api.internal.DropCaptor
- apply(Runnable, EventExecutor) - Static method in class io.netty5.util.internal.ThreadExecutorMap
-
Decorate the given
Runnable
and ensureThreadExecutorMap.currentExecutor()
will returneventExecutor
when called from within theRunnable
during execution. - apply(Executor, EventExecutor) - Static method in class io.netty5.util.internal.ThreadExecutorMap
-
Decorate the given
Executor
and ensureThreadExecutorMap.currentExecutor()
will returneventExecutor
when called from within theRunnable
during execution. - apply(ThreadFactory, EventExecutor) - Static method in class io.netty5.util.internal.ThreadExecutorMap
-
Decorate the given
ThreadFactory
and ensureThreadExecutorMap.currentExecutor()
will returneventExecutor
when called from within theRunnable
during execution. - applyToEither(CompletionStage<? extends V>, Function<? super V, U>) - Method in class io.netty5.util.concurrent.DefaultPromise
- applyToEither(CompletionStage<? extends V>, Function<? super V, U>) - Method in interface io.netty5.util.concurrent.FutureCompletionStage
- applyToEitherAsync(CompletionStage<? extends V>, Function<? super V, U>) - Method in class io.netty5.util.concurrent.DefaultPromise
- applyToEitherAsync(CompletionStage<? extends V>, Function<? super V, U>) - Method in interface io.netty5.util.concurrent.FutureCompletionStage
- applyToEitherAsync(CompletionStage<? extends V>, Function<? super V, U>, Executor) - Method in class io.netty5.util.concurrent.DefaultPromise
- applyToEitherAsync(CompletionStage<? extends V>, Function<? super V, U>, Executor) - Method in interface io.netty5.util.concurrent.FutureCompletionStage
- ArcDrop<T> - Class in io.netty5.buffer.api.internal
- ArcDrop(Drop<T>) - Constructor for class io.netty5.buffer.api.internal.ArcDrop
- arenaMetrics() - Method in interface io.netty5.buffer.api.pool.BufferAllocatorMetric
-
Return a
List
of allPoolArenaMetric
s that are provided by this pool. - array() - Method in class io.netty5.util.AsciiString
-
This gives direct access to the underlying storage array.
- arrayChanged() - Method in class io.netty5.util.AsciiString
-
During normal use cases the
AsciiString
should be immutable, but if the underlying array is shared, and changes then this needs to be called. - arrayOffset() - Method in class io.netty5.util.AsciiString
-
The offset into
AsciiString.array()
for which data for this ByteString begins. - artifactId() - Method in class io.netty5.util.Version
- artifactVersion() - Method in class io.netty5.util.Version
- asAddressResolver() - Method in class io.netty5.resolver.InetNameResolver
-
Return a
AddressResolver
that will use this name resolver underneath. - asciiName() - Method in class io.netty5.handler.codec.http.HttpMethod
-
Returns the name of this method.
- AsciiString - Class in io.netty5.util
-
A string which has been encoded into a character encoding whose character always takes a single byte, similarly to ASCII.
- AsciiString(byte[]) - Constructor for class io.netty5.util.AsciiString
-
Initialize this byte string based upon a byte array.
- AsciiString(byte[], boolean) - Constructor for class io.netty5.util.AsciiString
-
Initialize this byte string based upon a byte array.
- AsciiString(byte[], int, int, boolean) - Constructor for class io.netty5.util.AsciiString
-
Construct a new instance from a
byte[]
array. - AsciiString(char[]) - Constructor for class io.netty5.util.AsciiString
-
Create a copy of
value
into this instance assuming ASCII encoding. - AsciiString(char[], int, int) - Constructor for class io.netty5.util.AsciiString
-
Create a copy of
value
into this instance assuming ASCII encoding. - AsciiString(char[], Charset) - Constructor for class io.netty5.util.AsciiString
-
Create a copy of
value
into this instance using the encoding type ofcharset
. - AsciiString(char[], Charset, int, int) - Constructor for class io.netty5.util.AsciiString
-
Create a copy of
value
into a this instance using the encoding type ofcharset
. - AsciiString(CharSequence) - Constructor for class io.netty5.util.AsciiString
-
Create a copy of
value
into this instance assuming ASCII encoding. - AsciiString(CharSequence, int, int) - Constructor for class io.netty5.util.AsciiString
-
Create a copy of
value
into this instance assuming ASCII encoding. - AsciiString(CharSequence, Charset) - Constructor for class io.netty5.util.AsciiString
-
Create a copy of
value
into this instance using the encoding type ofcharset
. - AsciiString(CharSequence, Charset, int, int) - Constructor for class io.netty5.util.AsciiString
-
Create a copy of
value
into this instance using the encoding type ofcharset
. - AsciiString(ByteBuffer) - Constructor for class io.netty5.util.AsciiString
-
Create a copy of the underlying storage from
value
. - AsciiString(ByteBuffer, boolean) - Constructor for class io.netty5.util.AsciiString
-
Initialize an instance based upon the underlying storage from
value
. - AsciiString(ByteBuffer, int, int, boolean) - Constructor for class io.netty5.util.AsciiString
-
Initialize an
AsciiString
based upon the underlying storage fromvalue
. - asFuture() - Method in class io.netty5.util.concurrent.DefaultPromise
- asFuture() - Method in interface io.netty5.util.concurrent.Promise
-
Return the
Future
instance is associated with this promise. - asLongText() - Method in interface io.netty5.channel.ChannelId
-
Returns the long yet globally unique string representation of the
ChannelId
. - asLongText() - Method in class io.netty5.channel.DefaultChannelId
- asMap() - Method in class io.netty5.util.DomainNameMapping
-
Deprecated.Returns a read-only
Map
of the domain mapping patterns and their associated value objects. - assertEventLoop() - Method in class io.netty5.channel.AbstractChannel
- assertValidBufferSize(long) - Static method in interface io.netty5.buffer.api.internal.Statics
-
Check the given
size
argument is a valid buffer size, or throw anIllegalArgumentException
. - asShortText() - Method in interface io.netty5.channel.ChannelId
-
Returns the short but globally non-unique string representation of the
ChannelId
. - asShortText() - Method in class io.netty5.channel.DefaultChannelId
- asStage() - Method in class io.netty5.util.concurrent.DefaultPromise
- asStage() - Method in interface io.netty5.util.concurrent.Future
-
Returns a
FutureCompletionStage
that reflects the state of thisFuture
and so will receive all updates as well. - ASYNC_PRIVATE_KEY_METHOD - Static variable in class io.netty5.handler.ssl.OpenSslContextOption
-
Set the
OpenSslAsyncPrivateKeyMethod
to use. - AsyncMapping<IN,OUT> - Interface in io.netty5.util
- ato() - Method in class io.netty5.channel.epoll.EpollTcpInfo
- attach(T) - Method in interface io.netty5.buffer.api.Drop
-
Called when the resource changes owner.
- attach(T) - Method in class io.netty5.buffer.api.internal.ArcDrop
- attach(T) - Method in class io.netty5.buffer.api.internal.CleanerDrop
- ATTACHMENT - Static variable in class io.netty5.handler.codec.http.HttpHeaderValues
-
"attachment"
SeeHttpHeaderNames.CONTENT_DISPOSITION
- attachTrace(E) - Method in class io.netty5.buffer.api.internal.LifecycleTracer
-
Attach a life cycle trace log to the given exception.
- attachTrace(E) - Method in class io.netty5.buffer.api.internal.ResourceSupport
-
Attach a trace of the life-cycle of this object as suppressed exceptions to the given throwable.
- attachTrace(ResourceSupport<?, ?>, E) - Static method in interface io.netty5.buffer.api.internal.Statics
- attemptedBytesRead() - Method in class io.netty5.channel.DefaultMaxMessagesRecvBufferAllocator.MaxMessageHandle
- attemptedBytesRead() - Method in interface io.netty5.channel.RecvBufferAllocator.Handle
-
Get how many bytes the read operation will (or did) attempt to read.
- attemptedBytesRead(int) - Method in class io.netty5.channel.DefaultMaxMessagesRecvBufferAllocator.MaxMessageHandle
- attemptedBytesRead(int) - Method in interface io.netty5.channel.RecvBufferAllocator.Handle
-
Set how many bytes the read operation will (or did) attempt to read.
- attr(AttributeKey<T>) - Method in interface io.netty5.util.AttributeMap
-
Get the
Attribute
for the givenAttributeKey
. - attr(AttributeKey<T>) - Method in class io.netty5.util.DefaultAttributeMap
- attr(AttributeKey<T>, T) - Method in class io.netty5.bootstrap.AbstractBootstrap
-
Allow to specify an initial attribute of the newly created
Channel
. - attr(AttributeKey<T>, T) - Method in class io.netty5.handler.codec.http2.Http2StreamChannelBootstrap
-
Allow to specify an initial attribute of the newly created
Http2StreamChannel
. - Attribute<T> - Interface in io.netty5.util
-
An attribute which allows to store a value reference.
- AttributeKey<T> - Class in io.netty5.util
-
Key which can be used to access
Attribute
out of theAttributeMap
. - AttributeMap - Interface in io.netty5.util
-
Holds
Attribute
s which can be accessed viaAttributeKey
. - attributes() - Method in class io.netty5.handler.ssl.SslContext
-
Returns the
AttributeMap
that belongs to thisSslContext
. - attrs() - Method in class io.netty5.bootstrap.AbstractBootstrapConfig
-
Returns a copy of the configured attributes.
- authoritativeDnsServerCache() - Method in class io.netty5.resolver.dns.DnsNameResolver
-
Returns the cache used for authoritative DNS servers for a domain.
- authoritativeDnsServerCache(AuthoritativeDnsServerCache) - Method in class io.netty5.resolver.dns.DnsNameResolverBuilder
-
Sets the cache for authoritative NS servers
- authoritativeDnsServerCache(DnsCache) - Method in class io.netty5.resolver.dns.DnsNameResolverBuilder
- AuthoritativeDnsServerCache - Interface in io.netty5.resolver.dns
-
Cache which stores the nameservers that should be used to resolve a specific hostname.
- authority() - Method in class io.netty5.handler.codec.http2.DefaultHttp2Headers
- authority() - Method in class io.netty5.handler.codec.http2.EmptyHttp2Headers
- authority() - Method in interface io.netty5.handler.codec.http2.Http2Headers
-
Gets the
Http2Headers.PseudoHeaderName.AUTHORITY
header ornull
if there is no such header - authority() - Method in class io.netty5.handler.codec.http2.ReadOnlyHttp2Headers
- authority(CharSequence) - Method in class io.netty5.handler.codec.http2.DefaultHttp2Headers
- authority(CharSequence) - Method in class io.netty5.handler.codec.http2.EmptyHttp2Headers
- authority(CharSequence) - Method in interface io.netty5.handler.codec.http2.Http2Headers
-
Sets the
Http2Headers.PseudoHeaderName.AUTHORITY
header - authority(CharSequence) - Method in class io.netty5.handler.codec.http2.ReadOnlyHttp2Headers
- AUTHORITY - io.netty5.handler.codec.dns.DnsSection
-
The section that contains the authority
DnsRecord
s. - AUTHORITY - io.netty5.handler.codec.http2.Http2Headers.PseudoHeaderName
-
:authority
. - AUTHORIZATION - Static variable in class io.netty5.handler.codec.http.HttpHeaderNames
-
"authorization"
- AUTHORIZATION - Static variable in class io.netty5.handler.codec.rtsp.RtspHeaderNames
-
"authorization"
- AUTO_CLOSE - Static variable in class io.netty5.channel.ChannelOption
-
If
true
then theChannel
is closed automatically and immediately on write failure. - AUTO_READ - Static variable in class io.netty5.channel.ChannelOption
- autoAckPingFrame(boolean) - Method in class io.netty5.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
-
Determine if PING frame should automatically be acknowledged or not.
- autoAckPingFrame(boolean) - Method in class io.netty5.handler.codec.http2.Http2FrameCodecBuilder
- autoAckSettingsFrame(boolean) - Method in class io.netty5.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
-
Determine if settings frame should automatically be acknowledged and applied.
- autoAckSettingsFrame(boolean) - Method in class io.netty5.handler.codec.http2.Http2FrameCodecBuilder
- autoClosing(Object) - Static method in class io.netty5.util.internal.SilentDispose
-
Return an
AutoCloseable
for the given object, which can be used to dispose of it using a try-with-resources clause. - autoReadCleared() - Method in class io.netty5.channel.AbstractChannel
-
Is called once
AbstractChannel.setAutoRead(boolean)
is called withfalse
andAbstractChannel.isAutoRead()
wastrue
before. - autoReadCleared() - Method in class io.netty5.channel.socket.nio.NioServerSocketChannel
- autoReadCleared() - Method in class io.netty5.channel.socket.nio.NioSocketChannel
- available() - Method in class io.netty5.buffer.BufferInputStream
- availableCipherSuites() - Static method in class io.netty5.handler.ssl.OpenSsl
-
Deprecated.
- availableJavaCipherSuites() - Static method in class io.netty5.handler.ssl.OpenSsl
-
Returns all the available cipher suites (Java-style).
- availableManagers() - Static method in interface io.netty5.buffer.api.MemoryManager
-
Get a stream of all available memory managers.
- availableOpenSslCipherSuites() - Static method in class io.netty5.handler.ssl.OpenSsl
-
Returns all the available OpenSSL cipher suites.
- availableProcessors() - Static method in class io.netty5.util.NettyRuntime
-
Get the configured number of available processors.
- AVP - Static variable in class io.netty5.handler.codec.rtsp.RtspHeaderValues
-
"AVP"
- await() - Method in class io.netty5.util.concurrent.DefaultPromise
- await() - Method in interface io.netty5.util.concurrent.FutureCompletionStage
-
Waits for this future to be completed.
- await(long, TimeUnit) - Method in class io.netty5.util.concurrent.DefaultPromise
- await(long, TimeUnit) - Method in interface io.netty5.util.concurrent.FutureCompletionStage
-
Waits for this future to be completed within the specified time limit.
- awaitInactivity(long, TimeUnit) - Method in class io.netty5.util.concurrent.GlobalEventExecutor
-
Waits until the worker thread of this executor has no tasks left in its task queue and terminates itself.
- awaitTermination(long, TimeUnit) - Method in interface io.netty5.util.concurrent.EventExecutorGroup
-
Wait for this
EventExecutorGroup
to terminate, up to the given timeout. - awaitTermination(long, TimeUnit) - Method in class io.netty5.util.concurrent.GlobalEventExecutor
- awaitTermination(long, TimeUnit) - Method in class io.netty5.util.concurrent.ImmediateEventExecutor
- awaitTermination(long, TimeUnit) - Method in class io.netty5.util.concurrent.MultithreadEventExecutorGroup
- awaitTermination(long, TimeUnit) - Method in class io.netty5.util.concurrent.NonStickyEventExecutorGroup
- awaitTermination(long, TimeUnit) - Method in class io.netty5.util.concurrent.SingleThreadEventExecutor
- awaitTermination(long, TimeUnit) - Method in class io.netty5.util.concurrent.UnorderedThreadPoolEventExecutor
- AXFR - Static variable in class io.netty5.handler.codec.dns.DnsRecordType
-
Authoritative Zone Transfer record RFC 1035 Transfer entire zone file from the master name server to secondary name servers.
B
- b2c(byte) - Static method in class io.netty5.util.AsciiString
- backoff() - Method in class io.netty5.channel.epoll.EpollTcpInfo
- backoff(int, long, TimeUnit) - Static method in class io.netty5.util.concurrent.RejectedExecutionHandlers
-
Tries to backoff when the task can not be added due restrictions for an configured amount of time.
- BAD_GATEWAY - Static variable in class io.netty5.handler.codec.http.HttpResponseStatus
-
502 Bad Gateway
- BAD_GATEWAY - Static variable in class io.netty5.handler.codec.http.websocketx.WebSocketCloseStatus
- BAD_GATEWAY - Static variable in class io.netty5.handler.codec.rtsp.RtspResponseStatuses
-
502 Bad Gateway
- BAD_REQUEST - Static variable in class io.netty5.handler.codec.http.HttpResponseStatus
-
400 Bad Request
- BAD_REQUEST - Static variable in class io.netty5.handler.codec.rtsp.RtspResponseStatuses
-
400 Bad Request
- BADALG - Static variable in class io.netty5.handler.codec.dns.DnsResponseCode
-
The 'BADALG' DNS RCODE (21), as defined in RFC2930.
- BADKEY - Static variable in class io.netty5.handler.codec.dns.DnsResponseCode
-
The 'BADKEY' DNS RCODE (17), as defined in RFC2845.
- BADMODE - Static variable in class io.netty5.handler.codec.dns.DnsResponseCode
-
The 'BADMODE' DNS RCODE (19), as defined in RFC2930.
- BADNAME - Static variable in class io.netty5.handler.codec.dns.DnsResponseCode
-
The 'BADNAME' DNS RCODE (20), as defined in RFC2930.
- BADTIME - Static variable in class io.netty5.handler.codec.dns.DnsResponseCode
-
The 'BADTIME' DNS RCODE (18), as defined in RFC2845.
- BADVERS_OR_BADSIG - Static variable in class io.netty5.handler.codec.dns.DnsResponseCode
- BANDWIDTH - Static variable in class io.netty5.handler.codec.rtsp.RtspHeaderNames
-
"bandwidth"
- Base64 - Class in io.netty5.handler.codec.base64
- BASE64 - Static variable in class io.netty5.handler.codec.http.HttpHeaderValues
-
"base64"
- Base64Decoder - Class in io.netty5.handler.codec.base64
- Base64Decoder() - Constructor for class io.netty5.handler.codec.base64.Base64Decoder
- Base64Decoder(Base64Dialect) - Constructor for class io.netty5.handler.codec.base64.Base64Decoder
- Base64Dialect - Enum in io.netty5.handler.codec.base64
-
Enumeration of supported Base64 dialects.
- Base64Encoder - Class in io.netty5.handler.codec.base64
- Base64Encoder() - Constructor for class io.netty5.handler.codec.base64.Base64Encoder
- Base64Encoder(boolean) - Constructor for class io.netty5.handler.codec.base64.Base64Encoder
- Base64Encoder(boolean, Base64Dialect) - Constructor for class io.netty5.handler.codec.base64.Base64Encoder
- BB_PUT_OFFSETS - Static variable in interface io.netty5.buffer.api.internal.Statics
- BB_SLICE_OFFSETS - Static variable in interface io.netty5.buffer.api.internal.Statics
- bbput(ByteBuffer, int, ByteBuffer, int, int) - Static method in interface io.netty5.buffer.api.internal.Statics
-
The ByteBuffer put-buffer-with-offset-and-length method is not available in Java 11.
- bbslice(ByteBuffer, int, int) - Static method in interface io.netty5.buffer.api.internal.Statics
-
The ByteBuffer slice-with-offset-and-length method is only available from Java 13 and onwards, but we need to support Java 11.
- before - Variable in class io.netty5.handler.codec.DefaultHeaders.HeaderEntry
-
Overall insertion order linked list
- before() - Method in class io.netty5.handler.codec.DefaultHeaders.HeaderEntry
- beginAggregation(BufferAllocator, HttpMessage) - Method in class io.netty5.handler.codec.http.HttpObjectAggregator
- beginAggregation(BufferAllocator, WebSocketFrame) - Method in class io.netty5.handler.codec.http.websocketx.WebSocketFrameAggregator
- beginAggregation(BufferAllocator, S) - Method in class io.netty5.handler.codec.MessageAggregator
-
Creates a new aggregated message from the specified start message.
- beginEncode(HttpResponse, String) - Method in class io.netty5.handler.codec.http.HttpContentCompressor
- beginEncode(HttpResponse, String) - Method in class io.netty5.handler.codec.http.HttpContentEncoder
-
Prepare to encode the HTTP message content.
- beginHandshake() - Method in class io.netty5.handler.ssl.ReferenceCountedOpenSslEngine
- bestAvailableMac() - Static method in class io.netty5.util.internal.MacAddressUtil
-
Obtains the best MAC address found on local network interfaces.
- BiDnsQueryLifecycleObserver - Class in io.netty5.resolver.dns
-
Combines two
DnsQueryLifecycleObserver
into a singleDnsQueryLifecycleObserver
. - BiDnsQueryLifecycleObserver(DnsQueryLifecycleObserver, DnsQueryLifecycleObserver) - Constructor for class io.netty5.resolver.dns.BiDnsQueryLifecycleObserver
-
Create a new instance.
- BiDnsQueryLifecycleObserverFactory - Class in io.netty5.resolver.dns
-
Combines two
DnsQueryLifecycleObserverFactory
into a singleDnsQueryLifecycleObserverFactory
. - BiDnsQueryLifecycleObserverFactory(DnsQueryLifecycleObserverFactory, DnsQueryLifecycleObserverFactory) - Constructor for class io.netty5.resolver.dns.BiDnsQueryLifecycleObserverFactory
-
Create a new instance.
- BIG_ENDIAN_NATIVE_ORDER - Static variable in class io.netty5.util.internal.PlatformDependent
- BINARY - Static variable in class io.netty5.handler.codec.http.HttpHeaderValues
-
"binary"
- binaryData() - Method in class io.netty5.handler.codec.http.websocketx.WebSocketFrame
- BinaryWebSocketFrame - Class in io.netty5.handler.codec.http.websocketx
-
Web Socket frame containing binary data.
- BinaryWebSocketFrame(boolean, int, Buffer) - Constructor for class io.netty5.handler.codec.http.websocketx.BinaryWebSocketFrame
-
Creates a new binary frame with the specified binary data and the final fragment flag.
- BinaryWebSocketFrame(Buffer) - Constructor for class io.netty5.handler.codec.http.websocketx.BinaryWebSocketFrame
-
Creates a new binary frame with the specified binary data.
- bind() - Method in class io.netty5.bootstrap.AbstractBootstrap
-
Create a new
Channel
and bind it. - bind(int) - Method in class io.netty5.bootstrap.AbstractBootstrap
-
Create a new
Channel
and bind it. - bind(ChannelHandlerContext, SocketAddress) - Method in interface io.netty5.channel.ChannelHandler
-
Called once a bind operation is made.
- bind(ChannelHandlerContext, SocketAddress) - Method in class io.netty5.channel.CombinedChannelDuplexHandler
- bind(ChannelHandlerContext, SocketAddress) - Method in class io.netty5.handler.codec.DatagramPacketEncoder
- bind(ChannelHandlerContext, SocketAddress) - Method in class io.netty5.handler.logging.LoggingHandler
- bind(String, int) - Method in class io.netty5.bootstrap.AbstractBootstrap
-
Create a new
Channel
and bind it. - bind(InetAddress, int) - Method in class io.netty5.bootstrap.AbstractBootstrap
-
Create a new
Channel
and bind it. - bind(SocketAddress) - Method in class io.netty5.bootstrap.AbstractBootstrap
-
Create a new
Channel
and bind it. - bind(SocketAddress) - Method in interface io.netty5.channel.Channel
- bind(SocketAddress) - Method in interface io.netty5.channel.ChannelOutboundInvoker
-
Request to bind to the given
SocketAddress
and notify theFuture
once the operation completes, either because the operation was successful or because of an error. - bind(SocketAddress) - Method in class io.netty5.channel.DefaultChannelPipeline
- bind(SocketAddress) - Method in class io.netty5.channel.internal.DelegatingChannelHandlerContext
- bind(SocketAddress) - Method in class io.netty5.channel.unix.Socket
- bind(Socket, SocketAddress) - Static method in class io.netty5.util.internal.SocketUtils
- bind(DatagramChannel, SocketAddress) - Static method in class io.netty5.util.internal.SocketUtils
- bind(SocketChannel, SocketAddress) - Static method in class io.netty5.util.internal.SocketUtils
- bindTransport(SocketAddress, Promise<Void>) - Method in class io.netty5.channel.AbstractChannel.DefaultAbstractChannelPipeline
- bindTransport(SocketAddress, Promise<Void>) - Method in class io.netty5.channel.DefaultChannelPipeline
-
Bind the
SocketAddress
to the transport and notify thePromise
once the operation was completed. - bitMode() - Static method in class io.netty5.util.internal.PlatformDependent
-
Returns the bit mode of the current VM (usually 32 or 64.)
- block(InetAddress, InetAddress) - Method in class io.netty5.channel.epoll.EpollDatagramChannel
- block(InetAddress, InetAddress) - Method in class io.netty5.channel.kqueue.KQueueDatagramChannel
- block(InetAddress, InetAddress) - Method in interface io.netty5.channel.socket.DatagramChannel
-
Block the given sourceToBlock address for the given multicastAddress and notifies the
Future
once the operation completes. - block(InetAddress, InetAddress) - Method in class io.netty5.channel.socket.nio.NioDatagramChannel
-
Block the given sourceToBlock address for the given multicastAddress
- block(InetAddress, NetworkInterface, InetAddress) - Method in class io.netty5.channel.epoll.EpollDatagramChannel
- block(InetAddress, NetworkInterface, InetAddress) - Method in class io.netty5.channel.kqueue.KQueueDatagramChannel
- block(InetAddress, NetworkInterface, InetAddress) - Method in interface io.netty5.channel.socket.DatagramChannel
-
Block the given sourceToBlock address for the given multicastAddress on the given networkInterface and notifies the
Future
once the operation completes. - block(InetAddress, NetworkInterface, InetAddress) - Method in class io.netty5.channel.socket.nio.NioDatagramChannel
-
Block the given sourceToBlock address for the given multicastAddress on the given networkInterface
- BlockingOperationException - Exception in io.netty5.util.concurrent
-
An
IllegalStateException
which is raised when a user performed a blocking operation when the user is in an event loop thread. - BlockingOperationException() - Constructor for exception io.netty5.util.concurrent.BlockingOperationException
- BlockingOperationException(String) - Constructor for exception io.netty5.util.concurrent.BlockingOperationException
- BlockingOperationException(String, Throwable) - Constructor for exception io.netty5.util.concurrent.BlockingOperationException
- BlockingOperationException(Throwable) - Constructor for exception io.netty5.util.concurrent.BlockingOperationException
- blockSize() - Method in class io.netty5.handler.codec.compression.ZstdOptions
- BLOCKSIZE - Static variable in class io.netty5.handler.codec.rtsp.RtspHeaderNames
-
"blocksize"
- bootstrap - Variable in class io.netty5.bootstrap.AbstractBootstrapConfig
- Bootstrap - Class in io.netty5.bootstrap
- Bootstrap() - Constructor for class io.netty5.bootstrap.Bootstrap
- BootstrapConfig - Class in io.netty5.bootstrap
-
Exposes the configuration of a
Bootstrap
. - Both - io.netty5.handler.ssl.OpenSslCertificateCompressionConfig.AlgorithmMode
-
Compression and Decompression are supported and both should be advertised.
- BOUNDARY - Static variable in class io.netty5.handler.codec.http.HttpHeaderValues
-
"boundary"
- BR - Static variable in class io.netty5.handler.codec.http.HttpHeaderValues
-
"br"
- brotli() - Static method in class io.netty5.handler.codec.compression.StandardCompressionOptions
-
Default implementation of
BrotliOptions
withEncoder.Parameters.setQuality(int)
set to 4 andEncoder.Parameters.setMode(Encoder.Mode)
set toEncoder.Mode.TEXT
- brotli(Encoder.Parameters) - Static method in class io.netty5.handler.codec.compression.StandardCompressionOptions
-
Create a new
BrotliOptions
- Brotli - Class in io.netty5.handler.codec.compression
- BrotliCompressor - Class in io.netty5.handler.codec.compression
-
Compress a
Buffer
with the brotli format. - BrotliDecompressor - Class in io.netty5.handler.codec.compression
-
Uncompresses a
Buffer
encoded with the brotli format. - BrotliOptions - Class in io.netty5.handler.codec.compression
-
BrotliOptions
holdsEncoder.Parameters
for Brotli compression. - buffer() - Method in class io.netty5.buffer.BufferOutputStream
-
Returns the buffer where this stream is writing data.
- Buffer - Class in io.netty5.channel.unix
- Buffer - Interface in io.netty5.buffer.api
-
A life cycled buffer of memory, with separate reader and writer offsets.
- BUFFER_ALLOCATOR - Static variable in class io.netty5.channel.ChannelOption
- BufferAccessor - Interface in io.netty5.buffer.api
-
This interface is just the primitive data accessor methods that
Buffer
exposes. - BufferAddressedEnvelope<A extends SocketAddress,T extends BufferAddressedEnvelope<A,T>> - Class in io.netty5.channel
-
Base class for addressed envelopes that have
Buffer
instances as messages. - BufferAddressedEnvelope(Buffer, A) - Constructor for class io.netty5.channel.BufferAddressedEnvelope
- BufferAddressedEnvelope(Buffer, A, A) - Constructor for class io.netty5.channel.BufferAddressedEnvelope
- bufferAllocator() - Method in class io.netty5.channel.AbstractChannel
- bufferAllocator() - Method in interface io.netty5.channel.Channel
-
Return the assigned
BufferAllocator
which will be used to allocateBuffer
s. - bufferAllocator() - Method in interface io.netty5.channel.ChannelHandlerContext
-
Return the assigned
BufferAllocator
which will be used to allocateBuffer
s. - bufferAllocator() - Method in class io.netty5.channel.internal.DelegatingChannelHandlerContext
- BufferAllocator - Interface in io.netty5.buffer.api
-
Interface for allocating
Buffer
s. - BufferAllocatorMetric - Interface in io.netty5.buffer.api.pool
- BufferAllocatorMetricProvider - Interface in io.netty5.buffer.api.pool
- BufferClosedException - Exception in io.netty5.buffer.api
-
An exception thrown when an operation is attempted on a
Buffer
when it has been closed. - BufferClosedException() - Constructor for exception io.netty5.buffer.api.BufferClosedException
- BufferClosedException(String) - Constructor for exception io.netty5.buffer.api.BufferClosedException
- bufferFormat() - Method in class io.netty5.handler.logging.LoggingHandler
-
Returns the
BufferFormat
that this handler uses to log - BufferFormat - Enum in io.netty5.handler.logging
-
Used to control the format and verbosity of logging for buffers and buffer-like objects.
- BufferHolder<T extends Resource<T>> - Class in io.netty5.buffer.api
-
The
BufferHolder
is an abstract class that simplifies the implementation of objects that themselves contain aBuffer
instance. - BufferHolder(Buffer) - Constructor for class io.netty5.buffer.api.BufferHolder
-
Create a new
BufferHolder
to hold the given buffer. - BufferHolder(Send<Buffer>) - Constructor for class io.netty5.buffer.api.BufferHolder
- BufferInputStream - Class in io.netty5.buffer
-
An
InputStream
which reads data from aBuffer
. - BufferInputStream(Send<Buffer>) - Constructor for class io.netty5.buffer.BufferInputStream
-
Creates a new stream which reads data from the specified
buffer
starting at the currentreaderOffset
and ending at the currentwriterOffset
. - bufferIsClosed(Buffer) - Static method in interface io.netty5.buffer.api.internal.Statics
- bufferIsReadOnly(Buffer) - Static method in interface io.netty5.buffer.api.internal.Statics
- BufferOutputStream - Class in io.netty5.buffer
-
An
OutputStream
which writes data to aBuffer
. - BufferOutputStream(Buffer) - Constructor for class io.netty5.buffer.BufferOutputStream
-
Creates a new stream which writes data to the specified
buffer
. - BufferReadOnlyException - Exception in io.netty5.buffer.api
- BufferReadOnlyException() - Constructor for exception io.netty5.buffer.api.BufferReadOnlyException
- BufferReadOnlyException(String) - Constructor for exception io.netty5.buffer.api.BufferReadOnlyException
- BufferRef - Class in io.netty5.buffer.api
-
A mutable reference to a buffer.
- BufferRef(Send<Buffer>) - Constructor for class io.netty5.buffer.api.BufferRef
-
Create a reference that holds the exclusive ownership of the sent buffer.
- BufferStub - Class in io.netty5.buffer.api
-
A stub of a
Buffer
implementation that implements all buffer methods by delegating them to a wrapped buffer instance. - BufferStub(Buffer) - Constructor for class io.netty5.buffer.api.BufferStub
-
Create a new buffer stub that delegates all calls to the given instance.
- BufferUtil - Class in io.netty5.buffer
-
A collection of utility methods that is related with handling
ByteBuf
, such as the generation of hex dump and swapping an integer's byte order. - build() - Method in class io.netty5.handler.codec.http.cors.CorsConfig.Builder
-
Deprecated.Use
CorsConfigBuilder.build()
instead. - build() - Method in class io.netty5.handler.codec.http.cors.CorsConfigBuilder
-
Builds a
CorsConfig
with settings specified by previous method calls. - build() - Method in class io.netty5.handler.codec.http.websocketx.WebSocketClientProtocolConfig.Builder
-
Build unmodifiable client protocol configuration.
- build() - Method in class io.netty5.handler.codec.http.websocketx.WebSocketDecoderConfig.Builder
- build() - Method in class io.netty5.handler.codec.http.websocketx.WebSocketServerProtocolConfig.Builder
-
Build unmodifiable server protocol configuration.
- build() - Method in class io.netty5.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
-
Create a new
Http2ConnectionHandler
. - build() - Method in class io.netty5.handler.codec.http2.AbstractInboundHttp2ToHttpAdapterBuilder
-
Builds/creates a new
InboundHttp2ToHttpAdapter
instance using this builder's current settings. - build() - Method in class io.netty5.handler.codec.http2.Http2ConnectionHandlerBuilder
- build() - Method in class io.netty5.handler.codec.http2.Http2FrameCodecBuilder
-
Build a
Http2FrameCodec
object. - build() - Method in class io.netty5.handler.codec.http2.HttpToHttp2ConnectionHandlerBuilder
- build() - Method in class io.netty5.handler.codec.http2.InboundHttp2ToHttpAdapterBuilder
- build() - Method in class io.netty5.handler.ssl.OpenSslCertificateCompressionConfig.Builder
-
Build a new
OpenSslCertificateCompressionConfig
based on the previous addedOpenSslCertificateCompressionAlgorithm
s. - build() - Method in class io.netty5.handler.ssl.SslContextBuilder
-
Create new
SslContext
instance with configured settings. - build() - Method in class io.netty5.handler.ssl.util.FingerprintTrustManagerFactoryBuilder
-
Creates a
FingerprintTrustManagerFactory
. - build() - Method in class io.netty5.resolver.dns.DnsNameResolverBuilder
-
Returns a new
DnsNameResolver
instance. - build() - Method in class io.netty5.util.DomainMappingBuilder
-
Deprecated.Creates a new instance of immutable
DomainNameMapping
Attempts to add new mappings to the result object will causeUnsupportedOperationException
to be thrown - build() - Method in class io.netty5.util.DomainNameMappingBuilder
-
Deprecated.Creates a new instance of immutable
DomainNameMapping
Attempts to add new mappings to the result object will causeUnsupportedOperationException
to be thrown - build() - Method in class io.netty5.util.DomainWildcardMappingBuilder
-
Creates a new instance of an immutable
Mapping
. - build(Http2ConnectionDecoder, Http2ConnectionEncoder, Http2Settings) - Method in class io.netty5.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
-
Implement this method to create a new
Http2ConnectionHandler
or its subtype instance. - build(Http2ConnectionDecoder, Http2ConnectionEncoder, Http2Settings) - Method in class io.netty5.handler.codec.http2.Http2ConnectionHandlerBuilder
- build(Http2ConnectionDecoder, Http2ConnectionEncoder, Http2Settings) - Method in class io.netty5.handler.codec.http2.Http2FrameCodecBuilder
- build(Http2ConnectionDecoder, Http2ConnectionEncoder, Http2Settings) - Method in class io.netty5.handler.codec.http2.HttpToHttp2ConnectionHandlerBuilder
- build(Http2Connection, int, boolean, boolean) - Method in class io.netty5.handler.codec.http2.AbstractInboundHttp2ToHttpAdapterBuilder
-
Creates a new
InboundHttp2ToHttpAdapter
with the specified properties. - build(Http2Connection, int, boolean, boolean) - Method in class io.netty5.handler.codec.http2.InboundHttp2ToHttpAdapterBuilder
- builder(String) - Static method in class io.netty5.handler.ssl.util.FingerprintTrustManagerFactory
-
Creates a builder for
FingerprintTrustManagerFactory
. - Builder() - Constructor for class io.netty5.handler.codec.http.cors.CorsConfig.Builder
-
Deprecated.Use
CorsConfigBuilder
instead. - Builder(String...) - Constructor for class io.netty5.handler.codec.http.cors.CorsConfig.Builder
-
Deprecated.Use
CorsConfigBuilder
instead. - buildHandshakeException(String) - Method in class io.netty5.handler.codec.http.websocketx.WebSocketClientProtocolHandler
- buildHandshakeException(String) - Method in class io.netty5.handler.codec.http.websocketx.WebSocketServerProtocolHandler
- buildKeyManagerFactory(File, File, String, KeyManagerFactory) - Static method in class io.netty5.handler.ssl.JdkSslContext
-
Deprecated.will be removed.
- buildKeyManagerFactory(File, String, File, String, KeyManagerFactory) - Static method in class io.netty5.handler.ssl.JdkSslContext
-
Deprecated.will be removed.
- buildKeyManagerFactory(X509Certificate[], String, PrivateKey, String, KeyManagerFactory, String) - Static method in class io.netty5.handler.ssl.SslContext
- buildKeyStore(X509Certificate[], PrivateKey, char[], String) - Static method in class io.netty5.handler.ssl.SslContext
-
Generates a new
KeyStore
. - buildTimeMillis() - Method in class io.netty5.util.Version
- buildTrustManagerFactory(File, TrustManagerFactory) - Static method in class io.netty5.handler.ssl.SslContext
-
Deprecated.
- buildTrustManagerFactory(File, TrustManagerFactory, String) - Static method in class io.netty5.handler.ssl.SslContext
-
Build a
TrustManagerFactory
from a certificate chain file. - buildTrustManagerFactory(X509Certificate[], TrustManagerFactory, String) - Static method in class io.netty5.handler.ssl.SslContext
- BUSY_WAIT - Static variable in interface io.netty5.channel.SelectStrategy
-
Indicates the IO loop to poll for new events without blocking.
- byteArrayBaseOffset() - Static method in class io.netty5.util.internal.PlatformDependent
- ByteArrayDecoder - Class in io.netty5.handler.codec.bytes
-
Decodes a received
Buffer
into an array of bytes. - ByteArrayDecoder() - Constructor for class io.netty5.handler.codec.bytes.ByteArrayDecoder
- ByteArrayEncoder - Class in io.netty5.handler.codec.bytes
-
Encodes the requested array of bytes into a
Buffer
. - ByteArrayEncoder() - Constructor for class io.netty5.handler.codec.bytes.ByteArrayEncoder
- byteAt(int) - Method in class io.netty5.util.AsciiString
- ByteBufferMemoryManager - Class in io.netty5.buffer.api.bytebuffer
-
This memory manager produces and manages
Buffer
instances that are backed by NIOByteBuffer
instances. - ByteBufferMemoryManager() - Constructor for class io.netty5.buffer.api.bytebuffer.ByteBufferMemoryManager
- ByteCollections - Class in io.netty5.util.collection
-
Utilities for byte-based primitive collections.
- ByteCursor - Interface in io.netty5.buffer.api
-
The ByteCursor scans through a sequence of bytes.
- ByteObjectHashMap<V> - Class in io.netty5.util.collection
-
A hash map implementation of
ByteObjectMap
that uses open addressing for keys. - ByteObjectHashMap() - Constructor for class io.netty5.util.collection.ByteObjectHashMap
- ByteObjectHashMap(int) - Constructor for class io.netty5.util.collection.ByteObjectHashMap
- ByteObjectHashMap(int, float) - Constructor for class io.netty5.util.collection.ByteObjectHashMap
- ByteObjectMap<V> - Interface in io.netty5.util.collection
-
Interface for a primitive map that uses
byte
s as keys. - ByteObjectMap.PrimitiveEntry<V> - Interface in io.netty5.util.collection
-
A primitive entry in the map, provided by the iterator from
ByteObjectMap.entries()
- ByteProcessor - Interface in io.netty5.util
-
Provides a mechanism to iterate over a collection of bytes.
- ByteProcessor.IndexNotOfProcessor - Class in io.netty5.util
-
A
ByteProcessor
which finds the first appearance which is not of a specific byte. - ByteProcessor.IndexOfProcessor - Class in io.netty5.util
-
A
ByteProcessor
which finds the first appearance of a specific byte. - bytes() - Method in class io.netty5.channel.PendingWriteQueue
-
Returns the total number of bytes that are pending because of pending messages.
- BYTES - io.netty5.channel.unix.DomainSocketReadMode
-
Read
Buffer
s from theUnixChannel
. - BYTES - Static variable in class io.netty5.handler.codec.http.HttpHeaderValues
-
"bytes"
- BYTES - Static variable in class io.netty5.handler.codec.rtsp.RtspHeaderValues
-
"bytes"
- bytesBefore(byte) - Method in interface io.netty5.buffer.api.Buffer
-
Get the number of readable bytes, until the given
needle
is found in this buffer. - bytesBefore(byte) - Method in class io.netty5.buffer.api.BufferStub
- bytesBefore(Buffer) - Method in interface io.netty5.buffer.api.Buffer
-
Get the number of readable bytes, until the given
needle
is found in this buffer. - bytesBefore(Buffer) - Method in class io.netty5.buffer.api.BufferStub
- bytesBefore(Buffer, Statics.UncheckedLoadByte, Buffer, Statics.UncheckedLoadByte) - Static method in interface io.netty5.buffer.api.internal.Statics
- bytesLeft() - Method in interface io.netty5.buffer.api.ByteCursor
-
Get the current number of bytes left in the iterator.
- bytesToIpAddress(byte[]) - Static method in class io.netty5.util.NetUtil
-
Converts 4-byte or 16-byte data into an IPv4 or IPv6 string respectively.
- bytesToIpAddress(byte[], int, int) - Static method in class io.netty5.util.NetUtil
-
Converts 4-byte or 16-byte data into an IPv4 or IPv6 string respectively.
- byteToHexString(int) - Static method in class io.netty5.util.internal.StringUtil
-
Converts the specified byte value into a hexadecimal integer.
- byteToHexString(T, int) - Static method in class io.netty5.util.internal.StringUtil
-
Converts the specified byte value into a hexadecimal integer and appends it to the specified buffer.
- byteToHexStringPadded(int) - Static method in class io.netty5.util.internal.StringUtil
-
Converts the specified byte value into a 2-digit hexadecimal integer.
- byteToHexStringPadded(T, int) - Static method in class io.netty5.util.internal.StringUtil
-
Converts the specified byte value into a 2-digit hexadecimal integer and appends it to the specified buffer.
- ByteToMessageCodec<I> - Class in io.netty5.handler.codec
-
A Codec for on-the-fly encoding/decoding of bytes to messages and vise-versa.
- ByteToMessageCodec() - Constructor for class io.netty5.handler.codec.ByteToMessageCodec
-
see
ByteToMessageCodec(BufferAllocator)
withtrue
as boolean parameter. - ByteToMessageCodec(BufferAllocator) - Constructor for class io.netty5.handler.codec.ByteToMessageCodec
-
Create a new instance which will try to detect the types to match out of the type parameter of the class.
- ByteToMessageCodec(Class<? extends I>) - Constructor for class io.netty5.handler.codec.ByteToMessageCodec
-
see
ByteToMessageCodec(Class, BufferAllocator)
withtrue
as boolean value. - ByteToMessageCodec(Class<? extends I>, BufferAllocator) - Constructor for class io.netty5.handler.codec.ByteToMessageCodec
-
Create a new instance
- ByteToMessageDecoder - Class in io.netty5.handler.codec
-
ChannelHandler
which decodes bytes in a stream-like fashion from oneBuffer
to an other Message type. - ByteToMessageDecoder() - Constructor for class io.netty5.handler.codec.ByteToMessageDecoder
- ByteToMessageDecoder(ByteToMessageDecoder.Cumulator) - Constructor for class io.netty5.handler.codec.ByteToMessageDecoder
- ByteToMessageDecoder.Cumulator - Interface in io.netty5.handler.codec
-
Cumulate
Buffer
s. - byteValue() - Method in class io.netty5.handler.codec.dns.DnsOpCode
- Bzip2Compressor - Class in io.netty5.handler.codec.compression
-
Compresses a
Buffer
using the Bzip2 algorithm. - Bzip2Decompressor - Class in io.netty5.handler.codec.compression
-
Uncompresses a
Buffer
encoded with the Bzip2 format.
C
- c2b(char) - Static method in class io.netty5.util.AsciiString
- CAA - Static variable in class io.netty5.handler.codec.dns.DnsRecordType
-
Certification Authority Authorization record RFC 6844 CA pinning, constraining acceptable CAs for a host/domain.
- cache(String, DnsRecord[], Throwable, EventLoop) - Method in class io.netty5.resolver.dns.DefaultDnsCache
- cache(String, DnsRecord[], Throwable, EventLoop) - Method in interface io.netty5.resolver.dns.DnsCache
-
Cache the resolution failure for a given hostname.
- cache(String, DnsRecord[], Throwable, EventLoop) - Method in class io.netty5.resolver.dns.NoopDnsCache
- cache(String, DnsRecord[], InetAddress, long, EventLoop) - Method in class io.netty5.resolver.dns.DefaultDnsCache
- cache(String, DnsRecord[], InetAddress, long, EventLoop) - Method in interface io.netty5.resolver.dns.DnsCache
-
Create a new
DnsCacheEntry
and cache a resolved address for a given hostname. - cache(String, DnsRecord[], InetAddress, long, EventLoop) - Method in class io.netty5.resolver.dns.NoopDnsCache
- cache(String, String, long, EventLoop) - Method in class io.netty5.resolver.dns.DefaultDnsCnameCache
- cache(String, String, long, EventLoop) - Method in interface io.netty5.resolver.dns.DnsCnameCache
-
Caches a cname entry that should be used for the given hostname.
- cache(String, String, long, EventLoop) - Method in class io.netty5.resolver.dns.NoopDnsCnameCache
- cache(String, InetSocketAddress, long, EventLoop) - Method in interface io.netty5.resolver.dns.AuthoritativeDnsServerCache
-
Caches a nameserver that should be used to resolve the given hostname.
- cache(String, InetSocketAddress, long, EventLoop) - Method in class io.netty5.resolver.dns.DefaultAuthoritativeDnsServerCache
- cache(String, InetSocketAddress, long, EventLoop) - Method in class io.netty5.resolver.dns.NoopAuthoritativeDnsServerCache
- CACHE_CONTROL - Static variable in class io.netty5.handler.codec.http.HttpHeaderNames
-
"cache-control"
- CACHE_CONTROL - Static variable in class io.netty5.handler.codec.rtsp.RtspHeaderNames
-
"cache-control"
- cacheAddresses(L, R) - Method in class io.netty5.channel.AbstractChannel
- cached(String) - Static method in class io.netty5.util.AsciiString
-
Returns an
AsciiString
containing the given string and retains/caches the input string for later use inAsciiString.toString()
. - cacheFull() - Method in class io.netty5.handler.ssl.OpenSslSessionStats
-
Returns the number of sessions that were removed because the maximum session cache size was exceeded.
- calculateMaxHeaderListSizeGoAway(long) - Method in class io.netty5.handler.codec.http2.DefaultHttp2ConnectionDecoder
-
Calculate the threshold in bytes which should trigger a
GO_AWAY
if a set of headers exceeds this amount. - calculateMaxHeaderListSizeGoAway(long) - Static method in class io.netty5.handler.codec.http2.Http2CodecUtil
-
Calculate the threshold in bytes which should trigger a
GO_AWAY
if a set of headers exceeds this amount. - calculateSize(Object) - Method in class io.netty5.handler.traffic.AbstractTrafficShapingHandler
-
Calculate the size of the given
Object
. - calculateStrategy(IntSupplier, boolean) - Method in interface io.netty5.channel.SelectStrategy
-
The
SelectStrategy
can be used to steer the outcome of a potential select call. - call() - Method in class io.netty5.handler.codec.http.cors.CorsConfig.DateValueGenerator
-
Deprecated.
- canBlock() - Method in interface io.netty5.channel.IoExecutionContext
-
Returns
true
if blocking for IO is allowed or if we should try to do a non-blocking request for IO to be ready. - cancel() - Method in class io.netty5.util.concurrent.DefaultPromise
- cancel() - Method in interface io.netty5.util.concurrent.FutureCompletionStage
- cancel() - Method in interface io.netty5.util.Timeout
-
Attempts to cancel the
TimerTask
associated with this handle. - cancel(boolean) - Method in class io.netty5.util.concurrent.DefaultPromise
- CANCEL - io.netty5.handler.codec.http2.Http2Error
- cancelScheduledTasks() - Method in class io.netty5.util.concurrent.AbstractScheduledEventExecutor
-
Cancel all scheduled tasks.
- canEnableTcpNoDelayByDefault() - Static method in class io.netty5.util.internal.PlatformDependent
-
Returns
true
if and only if it is fine to enable TCP_NODELAY socket option by default. - canOpenStream() - Method in interface io.netty5.handler.codec.http2.Http2Connection.Endpoint
-
Indicates whether or a stream created by this endpoint can be opened without violating
Http2Connection.Endpoint.maxActiveStreams()
. - capacity() - Method in interface io.netty5.buffer.api.Buffer
-
The capacity of this buffer, that is, the maximum number of bytes it can contain.
- capacity() - Method in class io.netty5.buffer.api.BufferStub
- capture(Drop<T>) - Method in class io.netty5.buffer.api.internal.DropCaptor
- CARRIAGE_RETURN - Static variable in class io.netty5.util.internal.StringUtil
- cascadeTo(Promise<? super V>) - Method in interface io.netty5.util.concurrent.Future
- CASE_INSENSITIVE_HASHER - Static variable in class io.netty5.util.AsciiString
- CASE_SENSITIVE_HASHER - Static variable in class io.netty5.util.AsciiString
- caState() - Method in class io.netty5.channel.epoll.EpollTcpInfo
- cause() - Method in interface io.netty5.channel.group.ChannelGroupFuture
- cause() - Static method in class io.netty5.handler.codec.compression.Brotli
-
Returns
Throwable
of unavailability cause - cause() - Static method in class io.netty5.handler.codec.compression.Zstd
-
Returns
Throwable
of unavailability cause - cause() - Method in class io.netty5.handler.codec.DecoderResult
- cause() - Method in class io.netty5.handler.codec.http.websocketx.WebSocketHandshakeCompletionEvent
- cause() - Method in interface io.netty5.handler.codec.ProtocolEvent
-
Returns the cause of the failure, or
null
ifProtocolEvent.isSuccess()
. - cause() - Method in class io.netty5.handler.ssl.SslCompletionEvent
- cause() - Method in interface io.netty5.resolver.dns.DnsCacheEntry
-
If the DNS query failed this will provide the rational.
- cause() - Method in class io.netty5.util.concurrent.DefaultPromise
- cause() - Method in interface io.netty5.util.concurrent.FutureCompletionStage
- cbHits() - Method in class io.netty5.handler.ssl.OpenSslSessionStats
-
Returns the number of successfully retrieved sessions from the external session cache in server mode.
- cert() - Method in class io.netty5.handler.ssl.util.SelfSignedCertificate
-
Returns the generated X.509 certificate.
- CERT - Static variable in class io.netty5.handler.codec.dns.DnsRecordType
-
Certificate record RFC 4398 Stores PKIX, SPKI, PGP, etc.
- certificate() - Method in class io.netty5.handler.ssl.util.SelfSignedCertificate
-
Returns the generated X.509 certificate file in PEM format.
- CERTIFICATE_COMPRESSION_ALGORITHMS - Static variable in class io.netty5.handler.ssl.OpenSslContextOption
-
Set the
OpenSslCertificateCompressionConfig
to use. - certificates(byte[][]) - Static method in class io.netty5.handler.ssl.ReferenceCountedOpenSslContext
- channel() - Method in interface io.netty5.channel.ChannelHandlerContext
-
Return the
Channel
which is bound to theChannelHandlerContext
. - channel() - Method in interface io.netty5.channel.ChannelPipeline
-
Returns the
Channel
that this pipeline is attached to. - channel() - Method in class io.netty5.channel.DefaultChannelPipeline
- channel() - Method in class io.netty5.channel.internal.DelegatingChannelHandlerContext
- channel(Class<? extends Channel>) - Method in class io.netty5.bootstrap.Bootstrap
- channel(Class<? extends ServerChannel>) - Method in class io.netty5.bootstrap.ServerBootstrap
-
The
Class
which is used to createServerChannel
instances from. - Channel - Interface in io.netty5.channel
-
A nexus to a network socket or a component which is capable of I/O operations such as read, write, connect, and bind.
- channelAccepted(ChannelHandlerContext, T) - Method in class io.netty5.handler.ipfilter.AbstractRemoteAddressFilter
-
This method is called if
remoteAddress
gets accepted byAbstractRemoteAddressFilter.accept(ChannelHandlerContext, SocketAddress)
. - channelActive(ChannelHandlerContext) - Method in interface io.netty5.channel.ChannelHandler
-
The
Channel
of theChannelHandlerContext
is now active - channelActive(ChannelHandlerContext) - Method in class io.netty5.channel.CombinedChannelDuplexHandler
- channelActive(ChannelHandlerContext) - Method in class io.netty5.handler.codec.DatagramPacketDecoder
- channelActive(ChannelHandlerContext) - Method in class io.netty5.handler.codec.http2.Http2ConnectionHandler
- channelActive(ChannelHandlerContext) - Method in class io.netty5.handler.ipfilter.AbstractRemoteAddressFilter
- channelActive(ChannelHandlerContext) - Method in class io.netty5.handler.logging.LoggingHandler
- channelActive(ChannelHandlerContext) - Method in class io.netty5.handler.ssl.SslHandler
-
Issues an initial TLS handshake once connected when used in client-mode
- channelActive(ChannelHandlerContext) - Method in class io.netty5.handler.timeout.IdleStateHandler
- ChannelException - Exception in io.netty5.channel
-
A
RuntimeException
which is thrown when an I/O operation fails. - ChannelException() - Constructor for exception io.netty5.channel.ChannelException
-
Creates a new exception.
- ChannelException(String) - Constructor for exception io.netty5.channel.ChannelException
-
Creates a new exception.
- ChannelException(String, Throwable) - Constructor for exception io.netty5.channel.ChannelException
-
Creates a new exception.
- ChannelException(String, Throwable, boolean) - Constructor for exception io.netty5.channel.ChannelException
- ChannelException(Throwable) - Constructor for exception io.netty5.channel.ChannelException
-
Creates a new exception.
- channelExceptionCaught(ChannelHandlerContext, Throwable) - Method in interface io.netty5.channel.ChannelHandler
-
Gets called if a
Throwable
was thrown when handling inbound events. - channelExceptionCaught(ChannelHandlerContext, Throwable) - Method in class io.netty5.channel.ChannelInitializer
- channelExceptionCaught(ChannelHandlerContext, Throwable) - Method in class io.netty5.channel.CombinedChannelDuplexHandler
- channelExceptionCaught(ChannelHandlerContext, Throwable) - Method in class io.netty5.handler.codec.DatagramPacketDecoder
- channelExceptionCaught(ChannelHandlerContext, Throwable) - Method in class io.netty5.handler.codec.http.HttpObjectAggregator
- channelExceptionCaught(ChannelHandlerContext, Throwable) - Method in class io.netty5.handler.codec.http.websocketx.WebSocketServerProtocolHandler
- channelExceptionCaught(ChannelHandlerContext, Throwable) - Method in class io.netty5.handler.codec.http2.Http2ConnectionHandler
-
Handles
Http2Exception
objects that were thrown from other handlers. - channelExceptionCaught(ChannelHandlerContext, Throwable) - Method in class io.netty5.handler.codec.http2.Http2MultiplexHandler
- channelExceptionCaught(ChannelHandlerContext, Throwable) - Method in class io.netty5.handler.flush.FlushConsolidationHandler
- channelExceptionCaught(ChannelHandlerContext, Throwable) - Method in class io.netty5.handler.logging.LoggingHandler
- channelExceptionCaught(ChannelHandlerContext, Throwable) - Method in class io.netty5.handler.ssl.ApplicationProtocolNegotiationHandler
- channelExceptionCaught(ChannelHandlerContext, Throwable) - Method in class io.netty5.handler.ssl.SslHandler
- channelFactory() - Method in class io.netty5.bootstrap.AbstractBootstrapConfig
- channelFactory() - Method in class io.netty5.bootstrap.BootstrapConfig
- channelFactory() - Method in class io.netty5.bootstrap.ServerBootstrapConfig
- channelFactory() - Method in class io.netty5.resolver.dns.DnsNameResolverBuilder
- channelFactory(ChannelFactory<? extends Channel>) - Method in class io.netty5.bootstrap.Bootstrap
-
ChannelFactory
which is used to createChannel
instances from when callingAbstractBootstrap.bind()
. - channelFactory(ChannelFactory<? extends DatagramChannel>) - Method in class io.netty5.resolver.dns.DnsNameResolverBuilder
-
Sets the
ChannelFactory
that will create aDatagramChannel
. - channelFactory(ServerChannelFactory<? extends ServerChannel>) - Method in class io.netty5.bootstrap.ServerBootstrap
-
ServerChannelFactory
which is used to createChannel
instances from when callingAbstractBootstrap.bind()
. - ChannelFactory<T extends Channel> - Interface in io.netty5.channel
-
Creates a new
Channel
. - ChannelFutureListeners - Class in io.netty5.channel
-
FutureContextListener
listeners that take a context, and listens to the result of aFuture
. - ChannelGroup - Interface in io.netty5.channel.group
- ChannelGroupException - Exception in io.netty5.channel.group
-
ChannelException
which holdsFuture
s that failed because of an error. - ChannelGroupException(Collection<Map.Entry<Channel, Throwable>>) - Constructor for exception io.netty5.channel.group.ChannelGroupException
- ChannelGroupFuture - Interface in io.netty5.channel.group
-
The result of an asynchronous
ChannelGroup
operation. - ChannelGroupFutureListener - Interface in io.netty5.channel.group
-
Listens to the result of a
ChannelGroupFuture
. - ChannelHandler - Interface in io.netty5.channel
-
Handles an I/O event or intercepts an I/O operation, and forwards it to its next handler in its
ChannelPipeline
. - ChannelHandlerAdapter - Class in io.netty5.channel
-
Skeleton implementation of a
ChannelHandler
. - ChannelHandlerAdapter() - Constructor for class io.netty5.channel.ChannelHandlerAdapter
- channelHandlerContext() - Method in class io.netty5.handler.codec.http2.DefaultHttp2RemoteFlowController
- channelHandlerContext() - Method in interface io.netty5.handler.codec.http2.Http2RemoteFlowController
-
Get the
ChannelHandlerContext
for which to apply flow control on. - channelHandlerContext(ChannelHandlerContext) - Method in class io.netty5.handler.codec.http2.DefaultHttp2LocalFlowController
- channelHandlerContext(ChannelHandlerContext) - Method in class io.netty5.handler.codec.http2.DefaultHttp2RemoteFlowController
-
Set the
ChannelHandlerContext
for which to apply flow control on. - channelHandlerContext(ChannelHandlerContext) - Method in interface io.netty5.handler.codec.http2.Http2FlowController
-
Set the
ChannelHandlerContext
for which to apply flow control on. - ChannelHandlerContext - Interface in io.netty5.channel
-
Enables a
ChannelHandler
to interact with itsChannelPipeline
and other handlers. - ChannelId - Interface in io.netty5.channel
-
Represents the globally unique identifier of a
Channel
. - channelIdle(ChannelHandlerContext, IdleStateEvent) - Method in class io.netty5.handler.timeout.IdleStateHandler
-
Is called when an
IdleStateEvent
should be fired. - channelIdle(ChannelHandlerContext, IdleStateEvent) - Method in class io.netty5.handler.timeout.ReadTimeoutHandler
- channelInactive(ChannelHandlerContext) - Method in interface io.netty5.channel.ChannelHandler
-
The
Channel
of theChannelHandlerContext
was registered is now inactive and reached its end of lifetime. - channelInactive(ChannelHandlerContext) - Method in class io.netty5.channel.CombinedChannelDuplexHandler
- channelInactive(ChannelHandlerContext) - Method in class io.netty5.handler.codec.ByteToMessageCodec
- channelInactive(ChannelHandlerContext) - Method in class io.netty5.handler.codec.ByteToMessageDecoder
- channelInactive(ChannelHandlerContext) - Method in class io.netty5.handler.codec.compression.CompressionHandler
- channelInactive(ChannelHandlerContext) - Method in class io.netty5.handler.codec.compression.DecompressionHandler
- channelInactive(ChannelHandlerContext) - Method in class io.netty5.handler.codec.DatagramPacketDecoder
- channelInactive(ChannelHandlerContext) - Method in class io.netty5.handler.codec.http.HttpContentDecoder
- channelInactive(ChannelHandlerContext) - Method in class io.netty5.handler.codec.http.HttpContentEncoder
- channelInactive(ChannelHandlerContext) - Method in class io.netty5.handler.codec.http2.Http2ConnectionHandler
- channelInactive(ChannelHandlerContext) - Method in class io.netty5.handler.codec.MessageAggregator
- channelInactive(ChannelHandlerContext) - Method in class io.netty5.handler.flow.FlowControlHandler
- channelInactive(ChannelHandlerContext) - Method in class io.netty5.handler.logging.LoggingHandler
- channelInactive(ChannelHandlerContext) - Method in class io.netty5.handler.ssl.ApplicationProtocolNegotiationHandler
- channelInactive(ChannelHandlerContext) - Method in class io.netty5.handler.ssl.SslHandler
- channelInactive(ChannelHandlerContext) - Method in class io.netty5.handler.stream.ChunkedWriteHandler
- channelInactive(ChannelHandlerContext) - Method in class io.netty5.handler.timeout.IdleStateHandler
- channelInboundEvent(ChannelHandlerContext, Object) - Method in interface io.netty5.channel.ChannelHandler
-
Gets called if a custom inbound event happened.
- channelInboundEvent(ChannelHandlerContext, Object) - Method in class io.netty5.channel.CombinedChannelDuplexHandler
- channelInboundEvent(ChannelHandlerContext, Object) - Method in class io.netty5.channel.SimpleUserEventChannelHandler
- channelInboundEvent(ChannelHandlerContext, Object) - Method in class io.netty5.handler.codec.DatagramPacketDecoder
- channelInboundEvent(ChannelHandlerContext, Object) - Method in class io.netty5.handler.codec.http.HttpObjectDecoder
- channelInboundEvent(ChannelHandlerContext, Object) - Method in class io.netty5.handler.codec.http2.Http2FrameCodec
-
Handles the cleartext HTTP upgrade event.
- channelInboundEvent(ChannelHandlerContext, Object) - Method in class io.netty5.handler.codec.http2.Http2MultiplexHandler
- channelInboundEvent(ChannelHandlerContext, Object) - Method in class io.netty5.handler.logging.LoggingHandler
- channelInboundEvent(ChannelHandlerContext, Object) - Method in class io.netty5.handler.ssl.ApplicationProtocolNegotiationHandler
- channelInboundEvent(ChannelHandlerContext, Object) - Method in class io.netty5.handler.ssl.ocsp.OcspClientHandler
- channelInboundEvent(ChannelHandlerContext, Object) - Method in class io.netty5.handler.ssl.SslMasterKeyHandler
- ChannelInboundInvoker - Interface in io.netty5.channel
- ChannelInitializer<C extends Channel> - Class in io.netty5.channel
-
A special
ChannelHandler
which offers an easy way to initialize aChannel
once it was registered to itsEventLoop
. - ChannelInitializer() - Constructor for class io.netty5.channel.ChannelInitializer
- ChannelMatcher - Interface in io.netty5.channel.group
-
Allows to only match some
Channel
's for operations inChannelGroup
. - ChannelMatchers - Class in io.netty5.channel.group
-
Helper class which provides often used
ChannelMatcher
implementations. - ChannelMetadata - Class in io.netty5.channel
-
Represents the properties of a
Channel
implementation. - ChannelMetadata(boolean) - Constructor for class io.netty5.channel.ChannelMetadata
-
Create a new instance
- ChannelMetadata(boolean, int) - Constructor for class io.netty5.channel.ChannelMetadata
-
Create a new instance
- ChannelOption<T> - Class in io.netty5.channel
-
A
ChannelOption
allows to configure aChannel
in a type-safe way. - ChannelOption(String) - Constructor for class io.netty5.channel.ChannelOption
-
Deprecated.
- ChannelOutboundBuffer - Class in io.netty5.channel
-
(Transport implementors only) an internal data structure used by
AbstractChannel
to store its pending outbound write requests. - ChannelOutboundBuffer.MessageProcessor<T extends Exception> - Interface in io.netty5.channel
- ChannelOutboundInvoker - Interface in io.netty5.channel
- ChannelOutputShutdownException - Exception in io.netty5.channel
-
Used to fail pending writes when a channel's output has been shutdown.
- ChannelOutputShutdownException() - Constructor for exception io.netty5.channel.ChannelOutputShutdownException
- ChannelOutputShutdownException(String) - Constructor for exception io.netty5.channel.ChannelOutputShutdownException
- ChannelOutputShutdownException(String, Throwable) - Constructor for exception io.netty5.channel.ChannelOutputShutdownException
- ChannelPipeline - Interface in io.netty5.channel
-
A list of
ChannelHandler
s which handles or intercepts inbound events and outbound operations of aChannel
. - ChannelPipelineException - Exception in io.netty5.channel
-
A
ChannelException
which is thrown when aChannelPipeline
failed to execute an operation. - ChannelPipelineException() - Constructor for exception io.netty5.channel.ChannelPipelineException
-
Creates a new instance.
- ChannelPipelineException(String) - Constructor for exception io.netty5.channel.ChannelPipelineException
-
Creates a new instance.
- ChannelPipelineException(String, Throwable) - Constructor for exception io.netty5.channel.ChannelPipelineException
-
Creates a new instance.
- ChannelPipelineException(Throwable) - Constructor for exception io.netty5.channel.ChannelPipelineException
-
Creates a new instance.
- channelRead(ChannelHandlerContext, Object) - Method in interface io.netty5.channel.ChannelHandler
-
Invoked when the current
Channel
has read a message from the peer. - channelRead(ChannelHandlerContext, Object) - Method in class io.netty5.channel.CombinedChannelDuplexHandler
- channelRead(ChannelHandlerContext, Object) - Method in class io.netty5.channel.SimpleChannelInboundHandler
- channelRead(ChannelHandlerContext, Object) - Method in class io.netty5.handler.codec.ByteToMessageCodec
- channelRead(ChannelHandlerContext, Object) - Method in class io.netty5.handler.codec.ByteToMessageDecoder
- channelRead(ChannelHandlerContext, Object) - Method in class io.netty5.handler.codec.http.cors.CorsHandler
- channelRead(ChannelHandlerContext, Object) - Method in class io.netty5.handler.codec.http.HttpServerExpectContinueHandler
- channelRead(ChannelHandlerContext, Object) - Method in class io.netty5.handler.codec.http.HttpServerKeepAliveHandler
- channelRead(ChannelHandlerContext, Object) - Method in class io.netty5.handler.codec.http.websocketx.extensions.WebSocketClientExtensionHandler
- channelRead(ChannelHandlerContext, Object) - Method in class io.netty5.handler.codec.http.websocketx.extensions.WebSocketServerExtensionHandler
- channelRead(ChannelHandlerContext, Object) - Method in class io.netty5.handler.codec.http.websocketx.Utf8FrameValidator
- channelRead(ChannelHandlerContext, Object) - Method in class io.netty5.handler.codec.http2.Http2MultiplexHandler
- channelRead(ChannelHandlerContext, Object) - Method in class io.netty5.handler.codec.http2.InboundHttpToHttp2Adapter
- channelRead(ChannelHandlerContext, Object) - Method in class io.netty5.handler.codec.MessageToMessageCodec
- channelRead(ChannelHandlerContext, Object) - Method in class io.netty5.handler.codec.MessageToMessageDecoder
- channelRead(ChannelHandlerContext, Object) - Method in class io.netty5.handler.flow.FlowControlHandler
- channelRead(ChannelHandlerContext, Object) - Method in class io.netty5.handler.flush.FlushConsolidationHandler
- channelRead(ChannelHandlerContext, Object) - Method in class io.netty5.handler.logging.LoggingHandler
- channelRead(ChannelHandlerContext, Object) - Method in class io.netty5.handler.ssl.ApplicationProtocolNegotiationHandler
- channelRead(ChannelHandlerContext, Object) - Method in class io.netty5.handler.timeout.IdleStateHandler
- channelRead(ChannelHandlerContext, Object) - Method in class io.netty5.handler.traffic.AbstractTrafficShapingHandler
- channelRead(ChannelHandlerContext, Object) - Method in class io.netty5.handler.traffic.GlobalChannelTrafficShapingHandler
- channelReadComplete(ChannelHandlerContext) - Method in interface io.netty5.channel.ChannelHandler
-
Invoked when the last message read by the current read operation has been consumed by
ChannelHandler.channelRead(ChannelHandlerContext, Object)
. - channelReadComplete(ChannelHandlerContext) - Method in class io.netty5.channel.CombinedChannelDuplexHandler
- channelReadComplete(ChannelHandlerContext) - Method in class io.netty5.handler.codec.ByteToMessageCodec
- channelReadComplete(ChannelHandlerContext) - Method in class io.netty5.handler.codec.ByteToMessageDecoder
- channelReadComplete(ChannelHandlerContext) - Method in class io.netty5.handler.codec.DatagramPacketDecoder
- channelReadComplete(ChannelHandlerContext) - Method in class io.netty5.handler.codec.http.HttpContentDecoder
- channelReadComplete(ChannelHandlerContext) - Method in class io.netty5.handler.codec.http2.Http2ConnectionHandler
- channelReadComplete(ChannelHandlerContext) - Method in class io.netty5.handler.codec.http2.Http2MultiplexHandler
-
Notifies any child streams of the read completion.
- channelReadComplete(ChannelHandlerContext) - Method in class io.netty5.handler.codec.MessageAggregator
- channelReadComplete(ChannelHandlerContext) - Method in class io.netty5.handler.flow.FlowControlHandler
- channelReadComplete(ChannelHandlerContext) - Method in class io.netty5.handler.flush.FlushConsolidationHandler
- channelReadComplete(ChannelHandlerContext) - Method in class io.netty5.handler.logging.LoggingHandler
- channelReadComplete(ChannelHandlerContext) - Method in class io.netty5.handler.ssl.SslHandler
- channelReadComplete(ChannelHandlerContext) - Method in class io.netty5.handler.timeout.IdleStateHandler
- channelReady(C, SelectionKey) - Method in interface io.netty5.channel.nio.NioTask
-
Invoked when the
SelectableChannel
has been selected by theSelector
. - channelRegistered(ChannelHandlerContext) - Method in interface io.netty5.channel.ChannelHandler
- channelRegistered(ChannelHandlerContext) - Method in class io.netty5.channel.CombinedChannelDuplexHandler
- channelRegistered(ChannelHandlerContext) - Method in class io.netty5.handler.codec.DatagramPacketDecoder
- channelRegistered(ChannelHandlerContext) - Method in class io.netty5.handler.ipfilter.AbstractRemoteAddressFilter
- channelRegistered(ChannelHandlerContext) - Method in class io.netty5.handler.logging.LoggingHandler
- channelRegistered(ChannelHandlerContext) - Method in class io.netty5.handler.timeout.IdleStateHandler
- channelRegistered(ChannelHandlerContext) - Method in class io.netty5.handler.traffic.AbstractTrafficShapingHandler
- channelRejected(ChannelHandlerContext, T) - Method in class io.netty5.handler.ipfilter.AbstractRemoteAddressFilter
-
This method is called if
remoteAddress
gets rejected byAbstractRemoteAddressFilter.accept(ChannelHandlerContext, SocketAddress)
. - channelShutdown(ChannelHandlerContext, ChannelShutdownDirection) - Method in interface io.netty5.channel.ChannelHandler
-
The
Channel
of theChannelHandlerContext
was shutdown in one direction. - channelShutdown(ChannelHandlerContext, ChannelShutdownDirection) - Method in class io.netty5.channel.CombinedChannelDuplexHandler
- channelShutdown(ChannelHandlerContext, ChannelShutdownDirection) - Method in class io.netty5.handler.codec.ByteToMessageDecoder
- channelShutdown(ChannelHandlerContext, ChannelShutdownDirection) - Method in class io.netty5.handler.ssl.ApplicationProtocolNegotiationHandler
- ChannelShutdownDirection - Enum in io.netty5.channel
-
The direction of a shutdown.
- channelTrafficCounters() - Method in class io.netty5.handler.traffic.GlobalChannelTrafficShapingHandler
-
To allow for instance doAccounting to use the TrafficCounter per channel.
- ChannelTrafficShapingHandler - Class in io.netty5.handler.traffic
-
This implementation of the
AbstractTrafficShapingHandler
is for channel traffic shaping, that is to say a per channel limitation of the bandwidth. - ChannelTrafficShapingHandler(long) - Constructor for class io.netty5.handler.traffic.ChannelTrafficShapingHandler
-
Create a new instance using default max time as delay allowed value of 15000 ms and no limit.
- ChannelTrafficShapingHandler(long, long) - Constructor for class io.netty5.handler.traffic.ChannelTrafficShapingHandler
-
Create a new instance using default Check Interval value of 1000 ms and max time as delay allowed value of 15000 ms.
- ChannelTrafficShapingHandler(long, long, long) - Constructor for class io.netty5.handler.traffic.ChannelTrafficShapingHandler
-
Create a new instance using default max time as delay allowed value of 15000 ms.
- ChannelTrafficShapingHandler(long, long, long, long) - Constructor for class io.netty5.handler.traffic.ChannelTrafficShapingHandler
-
Create a new instance.
- channelType(Class<? extends DatagramChannel>) - Method in class io.netty5.resolver.dns.DnsNameResolverBuilder
-
Sets the
ChannelFactory
as aReflectiveChannelFactory
of this type. - channelUnregistered(C, Throwable) - Method in interface io.netty5.channel.nio.NioTask
-
Invoked when the
SelectionKey
of the specifiedSelectableChannel
has been cancelled and thus thisNioTask
will not be notified anymore. - channelUnregistered(ChannelHandlerContext) - Method in interface io.netty5.channel.ChannelHandler
- channelUnregistered(ChannelHandlerContext) - Method in class io.netty5.channel.CombinedChannelDuplexHandler
- channelUnregistered(ChannelHandlerContext) - Method in class io.netty5.handler.codec.DatagramPacketDecoder
- channelUnregistered(ChannelHandlerContext) - Method in class io.netty5.handler.logging.LoggingHandler
- ChannelUtils - Class in io.netty5.channel.internal
- channelWritabilityChanged() - Method in class io.netty5.handler.codec.http2.DefaultHttp2RemoteFlowController
- channelWritabilityChanged() - Method in interface io.netty5.handler.codec.http2.Http2RemoteFlowController
-
Notification that the writability of
Http2RemoteFlowController.channelHandlerContext()
has changed. - channelWritabilityChanged(ChannelHandlerContext) - Method in interface io.netty5.channel.ChannelHandler
-
Gets called once the writable state of a
Channel
changed. - channelWritabilityChanged(ChannelHandlerContext) - Method in class io.netty5.channel.CombinedChannelDuplexHandler
- channelWritabilityChanged(ChannelHandlerContext) - Method in class io.netty5.handler.codec.DatagramPacketDecoder
- channelWritabilityChanged(ChannelHandlerContext) - Method in class io.netty5.handler.codec.http2.Http2ConnectionHandler
- channelWritabilityChanged(ChannelHandlerContext) - Method in class io.netty5.handler.codec.http2.Http2MultiplexHandler
- channelWritabilityChanged(ChannelHandlerContext) - Method in class io.netty5.handler.flush.FlushConsolidationHandler
- channelWritabilityChanged(ChannelHandlerContext) - Method in class io.netty5.handler.logging.LoggingHandler
- channelWritabilityChanged(ChannelHandlerContext) - Method in class io.netty5.handler.stream.ChunkedWriteHandler
- charAt(int) - Method in class io.netty5.util.AsciiString
- charAt(int) - Method in class io.netty5.util.internal.AppendableCharSequence
- charAtUnsafe(int) - Method in class io.netty5.util.internal.AppendableCharSequence
-
Access a value in this
CharSequence
. - CharCollections - Class in io.netty5.util.collection
-
Utilities for char-based primitive collections.
- CharObjectHashMap<V> - Class in io.netty5.util.collection
-
A hash map implementation of
CharObjectMap
that uses open addressing for keys. - CharObjectHashMap() - Constructor for class io.netty5.util.collection.CharObjectHashMap
- CharObjectHashMap(int) - Constructor for class io.netty5.util.collection.CharObjectHashMap
- CharObjectHashMap(int, float) - Constructor for class io.netty5.util.collection.CharObjectHashMap
- CharObjectMap<V> - Interface in io.netty5.util.collection
-
Interface for a primitive map that uses
char
s as keys. - CharObjectMap.PrimitiveEntry<V> - Interface in io.netty5.util.collection
-
A primitive entry in the map, provided by the iterator from
CharObjectMap.entries()
- CharSequenceMap<V> - Class in io.netty5.handler.codec.http2
-
Internal use only!
- CharSequenceMap() - Constructor for class io.netty5.handler.codec.http2.CharSequenceMap
- CharSequenceMap(boolean) - Constructor for class io.netty5.handler.codec.http2.CharSequenceMap
- CharSequenceMap(boolean, ValueConverter<V>) - Constructor for class io.netty5.handler.codec.http2.CharSequenceMap
- CharSequenceMap(boolean, ValueConverter<V>, int) - Constructor for class io.netty5.handler.codec.http2.CharSequenceMap
- CharSequenceValueConverter - Class in io.netty5.handler.codec
-
Converts to/from native types, general
Object
, andCharSequence
s. - CharSequenceValueConverter() - Constructor for class io.netty5.handler.codec.CharSequenceValueConverter
- CHARSET - Static variable in class io.netty5.handler.codec.http.HttpHeaderValues
-
"charset"
- CHARSET - Static variable in class io.netty5.handler.codec.rtsp.RtspHeaderValues
-
"charset"
- CharsetUtil - Class in io.netty5.util
-
A utility class that provides various common operations and constants related with
Charset
and its relevant classes. - checkCloseFrameBody(ChannelHandlerContext, Buffer) - Method in class io.netty5.handler.codec.http.websocketx.WebSocket13FrameDecoder
- checkDeadLock() - Method in class io.netty5.util.concurrent.DefaultPromise
- checkDeadLock(EventExecutor) - Method in class io.netty5.util.concurrent.DefaultPromise
- checkException() - Method in class io.netty5.channel.embedded.EmbeddedChannel
-
Check if there was any
Throwable
received and if so rethrow it. - checkImplicitCapacity(int, int) - Static method in interface io.netty5.buffer.api.internal.Statics
- checkInRange(int, int, int, String) - Static method in class io.netty5.util.internal.ObjectUtil
-
Checks that the given argument is in range.
- checkInRange(long, long, long, String) - Static method in class io.netty5.util.internal.ObjectUtil
-
Checks that the given argument is in range.
- checkInterval - Variable in class io.netty5.handler.traffic.AbstractTrafficShapingHandler
-
Delay between two performance snapshots
- checkInterval() - Method in class io.netty5.handler.traffic.TrafficCounter
- checkLength(int) - Static method in interface io.netty5.buffer.api.internal.Statics
- checkNonEmpty(byte[], String) - Static method in class io.netty5.util.internal.ObjectUtil
-
Checks that the given argument is neither null nor empty.
- checkNonEmpty(char[], String) - Static method in class io.netty5.util.internal.ObjectUtil
-
Checks that the given argument is neither null nor empty.
- checkNonEmpty(CharSequence, String) - Static method in class io.netty5.util.internal.ObjectUtil
-
Checks that the given argument is neither null nor empty.
- checkNonEmpty(String, String) - Static method in class io.netty5.util.internal.ObjectUtil
-
Checks that the given argument is neither null nor empty.
- checkNonEmpty(T[], String) - Static method in class io.netty5.util.internal.ObjectUtil
-
Checks that the given argument is neither null nor empty.
- checkNonEmpty(T, String) - Static method in class io.netty5.util.internal.ObjectUtil
-
Checks that the given argument is neither null nor empty.
- checkNonEmptyAfterTrim(String, String) - Static method in class io.netty5.util.internal.ObjectUtil
-
Trims the given argument and checks whether it is neither null nor empty.
- checkNotNullArrayParam(T, int, String) - Static method in class io.netty5.util.internal.ObjectUtil
-
Checks that the given argument is not null.
- checkNotNullWithIAE(T, String) - Static method in class io.netty5.util.internal.ObjectUtil
-
Checks that the given argument is not null.
- checkPositive(double, String) - Static method in class io.netty5.util.internal.ObjectUtil
-
Checks that the given argument is strictly positive.
- checkPositive(float, String) - Static method in class io.netty5.util.internal.ObjectUtil
-
Checks that the given argument is strictly positive.
- checkPositive(int, String) - Static method in class io.netty5.util.internal.ObjectUtil
-
Checks that the given argument is strictly positive.
- checkPositive(long, String) - Static method in class io.netty5.util.internal.ObjectUtil
-
Checks that the given argument is strictly positive.
- checkPositiveOrZero(double, String) - Static method in class io.netty5.util.internal.ObjectUtil
-
Checks that the given argument is positive or zero.
- checkPositiveOrZero(float, String) - Static method in class io.netty5.util.internal.ObjectUtil
-
Checks that the given argument is positive or zero.
- checkPositiveOrZero(int, String) - Static method in class io.netty5.util.internal.ObjectUtil
-
Checks that the given argument is positive or zero.
- checkPositiveOrZero(long, String) - Static method in class io.netty5.util.internal.ObjectUtil
-
Checks that the given argument is positive or zero.
- checkStartsWith() - Method in class io.netty5.handler.codec.http.websocketx.WebSocketServerProtocolConfig
- checkStartsWith(boolean) - Method in class io.netty5.handler.codec.http.websocketx.WebSocketServerProtocolConfig.Builder
-
true
to handle all requests, where URI path component starts fromWebSocketServerProtocolConfig.websocketPath()
,false
for exact match (default). - checkValidity() - Method in class io.netty5.handler.ssl.PemX509Certificate
- checkValidity() - Method in class io.netty5.handler.ssl.util.LazyJavaxX509Certificate
- checkValidity() - Method in class io.netty5.handler.ssl.util.LazyX509Certificate
- checkValidity(Date) - Method in class io.netty5.handler.ssl.PemX509Certificate
- checkValidity(Date) - Method in class io.netty5.handler.ssl.util.LazyJavaxX509Certificate
- checkValidity(Date) - Method in class io.netty5.handler.ssl.util.LazyX509Certificate
- checkWaitReadTime(ChannelHandlerContext, long, long) - Method in class io.netty5.handler.traffic.GlobalChannelTrafficShapingHandler
- childAttr(AttributeKey<T>, T) - Method in class io.netty5.bootstrap.ServerBootstrap
-
Set the specific
AttributeKey
with the given value on every childChannel
. - childAttrs() - Method in class io.netty5.bootstrap.ServerBootstrapConfig
-
Returns a copy of the configured attributes which will be used for the child channels.
- childEventLoopGroup() - Method in class io.netty5.channel.AbstractServerChannel
- childEventLoopGroup() - Method in class io.netty5.channel.epoll.EpollServerSocketChannel
- childEventLoopGroup() - Method in class io.netty5.channel.kqueue.KQueueServerSocketChannel
- childEventLoopGroup() - Method in interface io.netty5.channel.ServerChannel
-
Returns the
EventLoopGroup
that is used to register the childChannel
s on. - childEventLoopGroup() - Method in class io.netty5.channel.socket.nio.NioServerSocketChannel
- childGroup() - Method in class io.netty5.bootstrap.ServerBootstrap
-
Deprecated.Use
ServerBootstrap.config()
instead. - childGroup() - Method in class io.netty5.bootstrap.ServerBootstrapConfig
-
Returns the configured
EventLoopGroup
which will be used for the child channels ornull
if non is configured yet. - childHandler() - Method in class io.netty5.bootstrap.ServerBootstrapConfig
-
Returns the configured
ChannelHandler
be used for the child channels ornull
if non is configured yet. - childHandler(ChannelHandler) - Method in class io.netty5.bootstrap.ServerBootstrap
-
Set the
ChannelHandler
which is used to serve the request for theChannel
's. - childOption(ChannelOption<T>, T) - Method in class io.netty5.bootstrap.ServerBootstrap
-
Allow to specify a
ChannelOption
which is used for theChannel
instances once they get created (after the acceptor accepted theChannel
). - childOptions() - Method in class io.netty5.bootstrap.ServerBootstrapConfig
-
Returns a copy of the configured options which will be used for the child channels.
- CHOOSE_MY_LAST_PROTOCOL - io.netty5.handler.ssl.ApplicationProtocolConfig.SelectedListenerFailureBehavior
-
If the peer who is notified what protocol was selected determines the selection was not matched, or the peer didn't advertise support for the TLS extension then the handshake will continue assuming the last protocol supported by this peer is used.
- CHOOSE_MY_LAST_PROTOCOL - io.netty5.handler.ssl.ApplicationProtocolConfig.SelectorFailureBehavior
-
If the peer who selects the application protocol doesn't find a match it will just select the last protocol it advertised support for.
- chooseTrustManager(TrustManager[]) - Static method in class io.netty5.handler.ssl.ReferenceCountedOpenSslContext
- chooseX509KeyManager(KeyManager[]) - Static method in class io.netty5.handler.ssl.ReferenceCountedOpenSslContext
- CHUNKED - Static variable in class io.netty5.handler.codec.http.HttpHeaderValues
-
"chunked"
- ChunkedFile - Class in io.netty5.handler.stream
-
A
ChunkedInput
that fetches data from a file chunk by chunk. - ChunkedFile(File) - Constructor for class io.netty5.handler.stream.ChunkedFile
-
Creates a new instance that fetches data from the specified file.
- ChunkedFile(File, int) - Constructor for class io.netty5.handler.stream.ChunkedFile
-
Creates a new instance that fetches data from the specified file.
- ChunkedFile(RandomAccessFile) - Constructor for class io.netty5.handler.stream.ChunkedFile
-
Creates a new instance that fetches data from the specified file.
- ChunkedFile(RandomAccessFile, int) - Constructor for class io.netty5.handler.stream.ChunkedFile
-
Creates a new instance that fetches data from the specified file.
- ChunkedFile(RandomAccessFile, long, long, int) - Constructor for class io.netty5.handler.stream.ChunkedFile
-
Creates a new instance that fetches data from the specified file.
- ChunkedInput<B> - Interface in io.netty5.handler.stream
-
A data stream of indefinite length which is consumed by
ChunkedWriteHandler
. - ChunkedNioFile - Class in io.netty5.handler.stream
-
A
ChunkedInput
that fetches data from a file chunk by chunk using NIOFileChannel
. - ChunkedNioFile(File) - Constructor for class io.netty5.handler.stream.ChunkedNioFile
-
Creates a new instance that fetches data from the specified file.
- ChunkedNioFile(File, int) - Constructor for class io.netty5.handler.stream.ChunkedNioFile
-
Creates a new instance that fetches data from the specified file.
- ChunkedNioFile(FileChannel) - Constructor for class io.netty5.handler.stream.ChunkedNioFile
-
Creates a new instance that fetches data from the specified file.
- ChunkedNioFile(FileChannel, int) - Constructor for class io.netty5.handler.stream.ChunkedNioFile
-
Creates a new instance that fetches data from the specified file.
- ChunkedNioFile(FileChannel, long, long, int) - Constructor for class io.netty5.handler.stream.ChunkedNioFile
-
Creates a new instance that fetches data from the specified file.
- ChunkedNioStream - Class in io.netty5.handler.stream
-
A
ChunkedInput
that fetches data from aReadableByteChannel
chunk by chunk. - ChunkedNioStream(ReadableByteChannel) - Constructor for class io.netty5.handler.stream.ChunkedNioStream
-
Creates a new instance that fetches data from the specified channel.
- ChunkedNioStream(ReadableByteChannel, int) - Constructor for class io.netty5.handler.stream.ChunkedNioStream
-
Creates a new instance that fetches data from the specified channel.
- ChunkedStream - Class in io.netty5.handler.stream
-
A
ChunkedInput
that fetches data from anInputStream
chunk by chunk. - ChunkedStream(InputStream) - Constructor for class io.netty5.handler.stream.ChunkedStream
-
Creates a new instance that fetches data from the specified stream.
- ChunkedStream(InputStream, int) - Constructor for class io.netty5.handler.stream.ChunkedStream
-
Creates a new instance that fetches data from the specified stream.
- ChunkedWriteHandler - Class in io.netty5.handler.stream
-
A
ChannelHandler
that adds support for writing a large data stream asynchronously neither spending a lot of memory nor gettingOutOfMemoryError
. - ChunkedWriteHandler() - Constructor for class io.netty5.handler.stream.ChunkedWriteHandler
- ChunkedWriteHandler(int) - Constructor for class io.netty5.handler.stream.ChunkedWriteHandler
-
Deprecated.
- chunkLists() - Method in interface io.netty5.buffer.api.pool.PoolArenaMetric
-
Returns an unmodifiable
List
which holdsPoolChunkListMetric
s. - chunkSize() - Method in interface io.netty5.buffer.api.pool.BufferAllocatorMetric
-
Return the chunk size for an arena.
- chunkSize() - Method in interface io.netty5.buffer.api.pool.PoolChunkMetric
-
Return the size of the chunk in bytes, this is the maximum of bytes that can be served out of the chunk.
- ciphers(Iterable<String>) - Method in class io.netty5.handler.ssl.SslContextBuilder
-
The cipher suites to enable, in the order of preference.
- ciphers(Iterable<String>, CipherSuiteFilter) - Method in class io.netty5.handler.ssl.SslContextBuilder
-
The cipher suites to enable, in the order of preference.
- Ciphers - Class in io.netty5.handler.ssl
-
Cipher suites
- CIPHERS - Static variable in class io.netty5.handler.codec.http2.Http2SecurityUtil
-
The following list is derived from SunJSSE Supported Ciphers and Mozilla Modern Cipher Suites in accordance with the HTTP/2 Specification.
- CipherSuiteConverter - Class in io.netty5.handler.ssl
-
Converts a Java cipher suite string to an OpenSSL cipher suite string and vice versa.
- CipherSuiteFilter - Interface in io.netty5.handler.ssl
-
Provides a means to filter the supplied cipher suite based upon the supported and default cipher suites.
- cipherSuites() - Method in class io.netty5.handler.ssl.DelegatingSslContext
- cipherSuites() - Method in class io.netty5.handler.ssl.JdkSslContext
- cipherSuites() - Method in class io.netty5.handler.ssl.ReferenceCountedOpenSslContext
- cipherSuites() - Method in class io.netty5.handler.ssl.SslContext
-
Returns the list of enabled cipher suites, in the order of preference.
- CLASS_ANY - Static variable in interface io.netty5.handler.codec.dns.DnsRecord
-
DNS resource record class:
ANY
- CLASS_CHAOS - Static variable in interface io.netty5.handler.codec.dns.DnsRecord
-
DNS resource record class:
CHAOS
- CLASS_CSNET - Static variable in interface io.netty5.handler.codec.dns.DnsRecord
-
DNS resource record class:
CSNET
- CLASS_HESIOD - Static variable in interface io.netty5.handler.codec.dns.DnsRecord
-
DNS resource record class:
HESIOD
- CLASS_IN - Static variable in interface io.netty5.handler.codec.dns.DnsRecord
-
DNS resource record class:
IN
- CLASS_NONE - Static variable in interface io.netty5.handler.codec.dns.DnsRecord
-
DNS resource record class:
NONE
- ClassInitializerUtil - Class in io.netty5.util.internal
-
Utility which ensures that classes are loaded by the
ClassLoader
. - CLEANER - Static variable in interface io.netty5.buffer.api.internal.Statics
- CleanerDrop<T extends Buffer> - Class in io.netty5.buffer.api.internal
-
A drop implementation that delegates to another drop instance, either when called directly, or when it becomes cleanable.
- cleanup() - Method in class io.netty5.channel.SingleThreadEventLoop
- cleanup() - Method in class io.netty5.util.concurrent.SingleThreadEventExecutor
-
Do nothing, sub-classes may override.
- clear() - Method in class io.netty5.channel.group.DefaultChannelGroup
- clear() - Method in class io.netty5.channel.unix.IovArray
- clear() - Method in class io.netty5.handler.codec.DefaultHeaders
- clear() - Method in class io.netty5.handler.codec.dns.AbstractDnsMessage
- clear() - Method in class io.netty5.handler.codec.dns.DatagramDnsQuery
- clear() - Method in class io.netty5.handler.codec.dns.DatagramDnsResponse
- clear() - Method in class io.netty5.handler.codec.dns.DefaultDnsQuery
- clear() - Method in class io.netty5.handler.codec.dns.DefaultDnsResponse
- clear() - Method in interface io.netty5.handler.codec.dns.DnsMessage
-
Removes all the records in this DNS message.
- clear() - Method in interface io.netty5.handler.codec.dns.DnsQuery
- clear() - Method in interface io.netty5.handler.codec.dns.DnsResponse
- clear() - Method in class io.netty5.handler.codec.EmptyHeaders
- clear() - Method in interface io.netty5.handler.codec.Headers
-
Removes all headers.
- clear() - Method in class io.netty5.handler.codec.http.DefaultHttpHeaders
- clear() - Method in class io.netty5.handler.codec.http.EmptyHttpHeaders
- clear() - Method in class io.netty5.handler.codec.http.HttpHeaders
-
Removes all headers from this
HttpMessage
. - clear() - Method in class io.netty5.handler.codec.http.ReadOnlyHttpHeaders
- clear() - Method in class io.netty5.handler.codec.http2.DefaultHttp2Headers
- clear() - Method in class io.netty5.handler.codec.http2.ReadOnlyHttp2Headers
- clear() - Method in interface io.netty5.resolver.dns.AuthoritativeDnsServerCache
-
Clears all cached nameservers.
- clear() - Method in class io.netty5.resolver.dns.DefaultAuthoritativeDnsServerCache
- clear() - Method in class io.netty5.resolver.dns.DefaultDnsCache
- clear() - Method in class io.netty5.resolver.dns.DefaultDnsCnameCache
- clear() - Method in interface io.netty5.resolver.dns.DnsCache
-
Clears all the resolved addresses cached by this resolver.
- clear() - Method in interface io.netty5.resolver.dns.DnsCnameCache
-
Clears all cached nameservers.
- clear() - Method in class io.netty5.resolver.dns.NoopAuthoritativeDnsServerCache
- clear() - Method in class io.netty5.resolver.dns.NoopDnsCache
- clear() - Method in class io.netty5.resolver.dns.NoopDnsCnameCache
- clear() - Method in class io.netty5.util.collection.ByteObjectHashMap
- clear() - Method in class io.netty5.util.collection.CharObjectHashMap
- clear() - Method in class io.netty5.util.collection.IntObjectHashMap
- clear() - Method in class io.netty5.util.collection.LongObjectHashMap
- clear() - Method in class io.netty5.util.collection.ShortObjectHashMap
- clear() - Method in class io.netty5.util.internal.DefaultPriorityQueue
- clear() - Method in class io.netty5.util.internal.EmptyPriorityQueue
- clear(DnsSection) - Method in class io.netty5.handler.codec.dns.AbstractDnsMessage
- clear(DnsSection) - Method in class io.netty5.handler.codec.dns.DatagramDnsQuery
- clear(DnsSection) - Method in class io.netty5.handler.codec.dns.DatagramDnsResponse
- clear(DnsSection) - Method in class io.netty5.handler.codec.dns.DefaultDnsQuery
- clear(DnsSection) - Method in class io.netty5.handler.codec.dns.DefaultDnsResponse
- clear(DnsSection) - Method in interface io.netty5.handler.codec.dns.DnsMessage
-
Removes all the records in the specified
section
of this DNS message. - clear(DnsSection) - Method in interface io.netty5.handler.codec.dns.DnsQuery
- clear(DnsSection) - Method in interface io.netty5.handler.codec.dns.DnsResponse
- clear(String) - Method in interface io.netty5.resolver.dns.AuthoritativeDnsServerCache
-
Clears the cached nameservers for the specified hostname.
- clear(String) - Method in class io.netty5.resolver.dns.DefaultAuthoritativeDnsServerCache
- clear(String) - Method in class io.netty5.resolver.dns.DefaultDnsCache
- clear(String) - Method in class io.netty5.resolver.dns.DefaultDnsCnameCache
- clear(String) - Method in interface io.netty5.resolver.dns.DnsCache
-
Clears the resolved addresses of the specified host name from the cache of this resolver.
- clear(String) - Method in interface io.netty5.resolver.dns.DnsCnameCache
-
Clears the cached nameservers for the specified hostname.
- clear(String) - Method in class io.netty5.resolver.dns.NoopAuthoritativeDnsServerCache
- clear(String) - Method in class io.netty5.resolver.dns.NoopDnsCache
- clear(String) - Method in class io.netty5.resolver.dns.NoopDnsCnameCache
- clearHeaders(HttpMessage) - Static method in class io.netty5.handler.codec.http.HttpHeaders
-
Deprecated.Use
HttpHeaders.clear()
instead. Removes all headers from the specified message. - clearIgnoringIndexes() - Method in class io.netty5.util.internal.DefaultPriorityQueue
- clearIgnoringIndexes() - Method in class io.netty5.util.internal.EmptyPriorityQueue
- clearIgnoringIndexes() - Method in interface io.netty5.util.internal.PriorityQueue
-
Removes all of the elements from this
PriorityQueue
without callingPriorityQueueNode.priorityQueueIndex(DefaultPriorityQueue)
or explicitly removing references to them to allow them to be garbage collected. - clearMemory(Object) - Method in class io.netty5.buffer.api.bytebuffer.ByteBufferMemoryManager
- clearMemory(Object) - Method in interface io.netty5.buffer.api.MemoryManager
-
Overwrite the given recoverable memory object with zeroes, erasing all data that it contains.
- clearMemory(Object) - Method in class io.netty5.buffer.api.unsafe.UnsafeMemoryManager
- clearOpWrite() - Method in class io.netty5.channel.nio.AbstractNioByteChannel
- clearReadPending() - Method in class io.netty5.channel.nio.AbstractNioChannel
-
Set read pending to
false
. - CleartextHttp2ServerUpgradeHandler - Class in io.netty5.handler.codec.http2
-
Performing clear-text upgrade, by h2c HTTP upgrade or Prior Knowledge.
- CleartextHttp2ServerUpgradeHandler(HttpServerCodec, HttpServerUpgradeHandler<?>, ChannelHandler) - Constructor for class io.netty5.handler.codec.http2.CleartextHttp2ServerUpgradeHandler
-
Creates the channel handler provide cleartext HTTP/2 upgrade from HTTP upgrade or prior knowledge
- CleartextHttp2ServerUpgradeHandler.PriorKnowledgeUpgradeEvent - Class in io.netty5.handler.codec.http2
-
User event that is fired to notify about HTTP/2 protocol is started.
- CLIENT_ERROR - io.netty5.handler.codec.http.HttpStatusClass
-
The client error class (4xx)
- CLIENT_PORT - Static variable in class io.netty5.handler.codec.rtsp.RtspHeaderValues
-
"client_port"
- clientAuth(ClientAuth) - Method in class io.netty5.handler.ssl.SslContextBuilder
-
Sets the client authentication mode.
- ClientAuth - Enum in io.netty5.handler.ssl
-
Indicates the state of the
SSLEngine
with respect to client authentication. - ClientCookieDecoder - Class in io.netty5.handler.codec.http.cookie
-
A RFC6265 compliant cookie decoder to be used client side.
- ClientCookieEncoder - Class in io.netty5.handler.codec.http.cookie
-
A RFC6265 compliant cookie encoder to be used client side, so only name=value pairs are sent.
- clientHeaders(boolean, AsciiString, AsciiString, AsciiString, AsciiString, AsciiString...) - Static method in class io.netty5.handler.codec.http2.ReadOnlyHttp2Headers
-
Create a new read only representation of headers used by clients.
- CLOCK - Static variable in class io.netty5.handler.codec.rtsp.RtspHeaderValues
-
"clock"
- clone() - Method in class io.netty5.bootstrap.AbstractBootstrap
-
Returns a deep clone of this bootstrap which has the identical configuration.
- clone() - Method in class io.netty5.bootstrap.Bootstrap
- clone() - Method in class io.netty5.bootstrap.ServerBootstrap
- clone(EventLoopGroup) - Method in class io.netty5.bootstrap.Bootstrap
-
Returns a deep clone of this bootstrap which has the identical configuration except that it uses the given
EventLoopGroup
. - close() - Method in interface io.netty5.buffer.api.BufferAllocator
-
Close this allocator, freeing all of its internal resources.
- close() - Method in class io.netty5.buffer.api.BufferHolder
- close() - Method in class io.netty5.buffer.api.BufferStub
- close() - Method in class io.netty5.buffer.api.internal.ResourceSupport
-
Decrement the reference count, and dispose of the resource if the last reference is closed.
- close() - Method in class io.netty5.buffer.api.internal.SendFromOwned
- close() - Method in class io.netty5.buffer.api.internal.SingleComponentIterator
- close() - Method in class io.netty5.buffer.api.pool.PooledBufferAllocator
- close() - Method in class io.netty5.buffer.api.SensitiveBufferAllocator
- close() - Method in class io.netty5.buffer.BufferInputStream
- close() - Method in class io.netty5.buffer.BufferOutputStream
- close() - Method in class io.netty5.channel.BufferAddressedEnvelope
- close() - Method in interface io.netty5.channel.Channel
- close() - Method in interface io.netty5.channel.ChannelOutboundInvoker
- close() - Method in class io.netty5.channel.DefaultChannelPipeline
- close() - Method in class io.netty5.channel.embedded.EmbeddedChannel
- close() - Method in interface io.netty5.channel.group.ChannelGroup
-
Closes all
Channel
s in this group. - close() - Method in class io.netty5.channel.group.DefaultChannelGroup
- close() - Method in class io.netty5.channel.internal.DelegatingChannelHandlerContext
- close() - Method in class io.netty5.channel.unix.FileDescriptor
-
Close the file descriptor.
- close() - Method in class io.netty5.channel.unix.SocketWritableByteChannel
- close() - Method in class io.netty5.handler.codec.compression.BrotliCompressor
- close() - Method in class io.netty5.handler.codec.compression.BrotliDecompressor
- close() - Method in class io.netty5.handler.codec.compression.Bzip2Compressor
- close() - Method in class io.netty5.handler.codec.compression.Bzip2Decompressor
- close() - Method in interface io.netty5.handler.codec.compression.Compressor
-
# Close the compressor.
- close() - Method in interface io.netty5.handler.codec.compression.Decompressor
-
Close the decompressor.
- close() - Method in class io.netty5.handler.codec.compression.FastLzCompressor
- close() - Method in class io.netty5.handler.codec.compression.FastLzDecompressor
- close() - Method in class io.netty5.handler.codec.compression.Lz4Compressor
- close() - Method in class io.netty5.handler.codec.compression.Lz4Decompressor
- close() - Method in class io.netty5.handler.codec.compression.LzfCompressor
- close() - Method in class io.netty5.handler.codec.compression.LzfDecompressor
- close() - Method in class io.netty5.handler.codec.compression.LzmaCompressor
- close() - Method in class io.netty5.handler.codec.compression.SnappyCompressor
- close() - Method in class io.netty5.handler.codec.compression.SnappyDecompressor
- close() - Method in class io.netty5.handler.codec.compression.ZlibCompressor
- close() - Method in class io.netty5.handler.codec.compression.ZlibDecompressor
- close() - Method in class io.netty5.handler.codec.compression.ZstdCompressor
- close() - Method in class io.netty5.handler.codec.dns.DefaultDnsRawRecord
- close() - Method in class io.netty5.handler.codec.http.DefaultFullHttpRequest
- close() - Method in class io.netty5.handler.codec.http.DefaultFullHttpResponse
- close() - Method in class io.netty5.handler.codec.http.DefaultHttpContent
- close() - Method in class io.netty5.handler.codec.http.DefaultLastHttpContent
- close() - Method in class io.netty5.handler.codec.http.EmptyLastHttpContent
- close() - Method in class io.netty5.handler.codec.http.HttpChunkedInput
- close() - Method in class io.netty5.handler.codec.http.HttpServerUpgradeHandler.UpgradeEvent
- close() - Method in class io.netty5.handler.codec.http.websocketx.WebSocketChunkedInput
-
Releases the resources associated with the input.
- close() - Method in class io.netty5.handler.codec.http2.DecoratingHttp2ConnectionDecoder
- close() - Method in class io.netty5.handler.codec.http2.DecoratingHttp2FrameWriter
- close() - Method in class io.netty5.handler.codec.http2.DefaultHttp2ConnectionDecoder
- close() - Method in class io.netty5.handler.codec.http2.DefaultHttp2ConnectionEncoder
- close() - Method in class io.netty5.handler.codec.http2.DefaultHttp2DataFrame
- close() - Method in class io.netty5.handler.codec.http2.DefaultHttp2FrameReader
- close() - Method in class io.netty5.handler.codec.http2.DefaultHttp2FrameWriter
- close() - Method in interface io.netty5.handler.codec.http2.Http2ConnectionDecoder
- close() - Method in class io.netty5.handler.codec.http2.Http2DataChunkedInput
- close() - Method in interface io.netty5.handler.codec.http2.Http2FrameReader
-
Closes this reader and frees any allocated resources.
- close() - Method in interface io.netty5.handler.codec.http2.Http2FrameWriter
-
Closes this writer and frees any allocated resources.
- close() - Method in class io.netty5.handler.codec.http2.Http2InboundFrameLogger
- close() - Method in class io.netty5.handler.codec.http2.Http2OutboundFrameLogger
- close() - Method in interface io.netty5.handler.codec.http2.Http2Stream
-
Closes the stream.
- close() - Method in class io.netty5.handler.codec.http2.StreamBufferingEncoder
- close() - Method in class io.netty5.handler.ssl.PemX509Certificate
- close() - Method in class io.netty5.handler.stream.ChunkedFile
- close() - Method in class io.netty5.handler.stream.ChunkedNioFile
- close() - Method in class io.netty5.handler.stream.ChunkedNioStream
- close() - Method in class io.netty5.handler.stream.ChunkedStream
- close() - Method in class io.netty5.resolver.AbstractAddressResolver
- close() - Method in interface io.netty5.resolver.AddressResolver
-
Closes all the resources allocated and used by this resolver.
- close() - Method in class io.netty5.resolver.AddressResolverGroup
-
Closes all
NameResolver
s created by this group. - close() - Method in class io.netty5.resolver.dns.DnsNameResolver
-
Closes the internal datagram channel used for sending and receiving DNS messages, and clears all DNS resource records from the cache.
- close() - Method in class io.netty5.resolver.InetSocketAddressResolver
- close() - Method in interface io.netty5.resolver.NameResolver
-
Closes all the resources allocated and used by this resolver.
- close() - Method in class io.netty5.resolver.RoundRobinInetAddressResolver
- close() - Method in class io.netty5.resolver.SimpleNameResolver
- close() - Method in class io.netty5.util.internal.SendFromSupplier
- close() - Method in interface io.netty5.util.Resource
-
Close the resource, making it inaccessible.
- close() - Method in interface io.netty5.util.SafeCloseable
- close() - Method in interface io.netty5.util.Send
-
Discard this
Send
and the object it contains. - close(int) - Method in class io.netty5.buffer.api.internal.LifecycleTracer
-
Add to the trace log that the object has been closed, in other words, the reference count has been decremented.
- close(ChannelHandlerContext) - Method in interface io.netty5.channel.ChannelHandler
-
Called once a close operation is made.
- close(ChannelHandlerContext) - Method in class io.netty5.channel.CombinedChannelDuplexHandler
- close(ChannelHandlerContext) - Method in class io.netty5.handler.codec.compression.CompressionHandler
- close(ChannelHandlerContext) - Method in class io.netty5.handler.codec.DatagramPacketEncoder
- close(ChannelHandlerContext) - Method in class io.netty5.handler.codec.http2.Http2ConnectionHandler
- close(ChannelHandlerContext) - Method in class io.netty5.handler.flush.FlushConsolidationHandler
- close(ChannelHandlerContext) - Method in class io.netty5.handler.logging.LoggingHandler
- close(ChannelHandlerContext) - Method in class io.netty5.handler.ssl.SslHandler
- close(ChannelHandlerContext, CloseWebSocketFrame) - Method in class io.netty5.handler.codec.http.websocketx.WebSocketClientHandshaker
-
Performs the closing handshake
- close(ChannelHandlerContext, CloseWebSocketFrame) - Method in class io.netty5.handler.codec.http.websocketx.WebSocketServerHandshaker
-
Performs the closing handshake.
- close(Channel, CloseWebSocketFrame) - Method in class io.netty5.handler.codec.http.websocketx.WebSocketClientHandshaker
-
Performs the closing handshake.
- close(Channel, CloseWebSocketFrame) - Method in class io.netty5.handler.codec.http.websocketx.WebSocketServerHandshaker
-
Performs the closing handshake.
- close(ChannelMatcher) - Method in interface io.netty5.channel.group.ChannelGroup
-
Closes all
Channel
s in this group that are matched by the givenChannelMatcher
. - close(ChannelMatcher) - Method in class io.netty5.channel.group.DefaultChannelGroup
- close(Promise<Void>) - Method in class io.netty5.handler.codec.http2.DefaultHttp2Connection
- close(Promise<Void>) - Method in interface io.netty5.handler.codec.http2.Http2Connection
-
Close this connection.
- close(T) - Method in interface io.netty5.util.ResourceLeakTracker
-
Close the leak so that
ResourceLeakTracker
does not warn about leaked resources. - CLOSE - Static variable in class io.netty5.channel.ChannelFutureListeners
-
A
FutureContextListener
that closes theChannelOutboundInvoker
which is associated with the specifiedFuture
. - CLOSE - Static variable in class io.netty5.handler.codec.http.HttpHeaderValues
-
"close"
- CLOSE - Static variable in class io.netty5.handler.codec.rtsp.RtspHeaderValues
-
"close"
- CLOSE_ON_FAILURE - Static variable in class io.netty5.channel.ChannelFutureListeners
-
A
FutureContextListener
that closes theChannelOutboundInvoker
when the operation ended up with a failure or cancellation rather than a success. - closeAfterContinueResponse(Object) - Method in class io.netty5.handler.codec.http.HttpObjectAggregator
- closeAfterContinueResponse(Object) - Method in class io.netty5.handler.codec.http.websocketx.WebSocketFrameAggregator
- closeAfterContinueResponse(Object) - Method in class io.netty5.handler.codec.MessageAggregator
-
Determine if the channel should be closed after the result of
MessageAggregator.newContinueResponse(Object, int, ChannelPipeline)
is written. - CLOSED - io.netty5.handler.codec.http2.Http2Stream.State
- ClosedStreamCreationException(Http2Error) - Constructor for exception io.netty5.handler.codec.http2.Http2Exception.ClosedStreamCreationException
- ClosedStreamCreationException(Http2Error, String) - Constructor for exception io.netty5.handler.codec.http2.Http2Exception.ClosedStreamCreationException
- ClosedStreamCreationException(Http2Error, String, Throwable) - Constructor for exception io.netty5.handler.codec.http2.Http2Exception.ClosedStreamCreationException
- closedStreamError(Http2Error, String, Object...) - Static method in exception io.netty5.handler.codec.http2.Http2Exception
-
Use if an error has occurred which can not be isolated to a single stream, but instead applies to the entire connection.
- closeForciblyTransport() - Method in class io.netty5.channel.AbstractChannel
- closeFuture() - Method in class io.netty5.channel.AbstractChannel
- closeFuture() - Method in interface io.netty5.channel.Channel
-
Returns the
Future
which will be notified when this channel is closed. - closeIfClosed() - Method in class io.netty5.channel.AbstractChannel
- closeInbound() - Method in class io.netty5.handler.ssl.ReferenceCountedOpenSslEngine
- closeLocalSide() - Method in interface io.netty5.handler.codec.http2.Http2Stream
-
Closes the local side of this stream.
- closeOnProtocolViolation() - Method in class io.netty5.handler.codec.http.websocketx.WebSocketDecoderConfig
- closeOnProtocolViolation(boolean) - Method in class io.netty5.handler.codec.http.websocketx.WebSocketDecoderConfig.Builder
- closeOnProtocolViolation(boolean) - Method in class io.netty5.handler.codec.http.websocketx.WebSocketServerProtocolConfig.Builder
- closeOnReadError(Throwable) - Method in class io.netty5.channel.nio.AbstractNioMessageChannel
- closeOnReadError(Throwable) - Method in class io.netty5.channel.socket.nio.NioDatagramChannel
- closeOnReadError(Throwable) - Method in class io.netty5.channel.socket.nio.NioServerSocketChannel
- closeOutbound() - Method in class io.netty5.handler.ssl.ReferenceCountedOpenSslEngine
- closeOutbound() - Method in class io.netty5.handler.ssl.SslHandler
-
Sends an SSL
close_notify
message to the specified channel and destroys the underlyingSSLEngine
. - closeRemoteSide() - Method in interface io.netty5.handler.codec.http2.Http2Stream
-
Closes the remote side of this stream.
- closeStatus() - Method in exception io.netty5.handler.codec.http.websocketx.CorruptedWebSocketFrameException
- closeStream(Http2Stream, Future<Void>) - Method in class io.netty5.handler.codec.http2.Http2ConnectionHandler
- closeStream(Http2Stream, Future<Void>) - Method in interface io.netty5.handler.codec.http2.Http2LifecycleManager
-
Closes and deactivates the given
stream
. - closeStreamLocal(Http2Stream, Future<Void>) - Method in class io.netty5.handler.codec.http2.Http2ConnectionHandler
-
Closes the local side of the given stream.
- closeStreamLocal(Http2Stream, Future<Void>) - Method in interface io.netty5.handler.codec.http2.Http2LifecycleManager
-
Closes the local side of the
stream
. - closeStreamRemote(Http2Stream, Future<Void>) - Method in class io.netty5.handler.codec.http2.Http2ConnectionHandler
-
Closes the remote side of the given stream.
- closeStreamRemote(Http2Stream, Future<Void>) - Method in interface io.netty5.handler.codec.http2.Http2LifecycleManager
-
Closes the remote side of the
stream
. - closeTransport(Promise<Void>) - Method in class io.netty5.channel.AbstractChannel
- closeTransport(Promise<Void>) - Method in class io.netty5.channel.AbstractChannel.DefaultAbstractChannelPipeline
- closeTransport(Promise<Void>) - Method in class io.netty5.channel.DefaultChannelPipeline
-
Close the transport and notify the
Promise
once the operation was completed. - closeTransportNow() - Method in class io.netty5.channel.local.LocalChannel
- closeTransportNow() - Method in class io.netty5.channel.local.LocalServerChannel
- CloseWebSocketFrame - Class in io.netty5.handler.codec.http.websocketx
-
Web Socket Frame for closing the connection.
- CloseWebSocketFrame(boolean, int, Buffer) - Constructor for class io.netty5.handler.codec.http.websocketx.CloseWebSocketFrame
-
Creates a new close frame
- CloseWebSocketFrame(BufferAllocator, boolean, int) - Constructor for class io.netty5.handler.codec.http.websocketx.CloseWebSocketFrame
-
Creates a new close frame with no losing status code and no reason text
- CloseWebSocketFrame(BufferAllocator, boolean, int, int, String) - Constructor for class io.netty5.handler.codec.http.websocketx.CloseWebSocketFrame
-
Creates a new close frame with closing status code and reason text
- CloseWebSocketFrame(BufferAllocator, int, String) - Constructor for class io.netty5.handler.codec.http.websocketx.CloseWebSocketFrame
-
Creates a new empty close frame with closing status code and reason text
- CloseWebSocketFrame(BufferAllocator, WebSocketCloseStatus) - Constructor for class io.netty5.handler.codec.http.websocketx.CloseWebSocketFrame
-
Creates a new empty close frame with closing status code and reason text
- CloseWebSocketFrame(BufferAllocator, WebSocketCloseStatus, String) - Constructor for class io.netty5.handler.codec.http.websocketx.CloseWebSocketFrame
-
Creates a new empty close frame with closing status code and reason text
- CNAME - Static variable in class io.netty5.handler.codec.dns.DnsRecordType
-
Canonical name record RFC 1035 Alias of one name to another: the DNS lookup will continue by retrying the lookup with the new name.
- cnameCache() - Method in class io.netty5.resolver.dns.DnsNameResolver
-
Returns the
DnsCnameCache
. - cnameCache(DnsCnameCache) - Method in class io.netty5.resolver.dns.DnsNameResolverBuilder
-
Sets the cache for
CNAME
mappings. - CoalescingBufferQueue - Class in io.netty5.channel
-
A FIFO queue of bytes where producers add bytes by repeatedly adding
Buffer
and consumers take bytes in arbitrary lengths. - CoalescingBufferQueue(Channel) - Constructor for class io.netty5.channel.CoalescingBufferQueue
- CoalescingBufferQueue(Channel, int) - Constructor for class io.netty5.channel.CoalescingBufferQueue
- code() - Method in class io.netty5.handler.codec.dns.DefaultDnsResponse
- code() - Method in interface io.netty5.handler.codec.dns.DnsResponse
-
Returns the 4 bit return code.
- code() - Method in class io.netty5.handler.codec.http.HttpResponseStatus
-
Returns the code of this
HttpResponseStatus
. - code() - Method in class io.netty5.handler.codec.http.websocketx.WebSocketCloseStatus
- code() - Method in enum io.netty5.handler.codec.http2.Http2Error
-
Gets the code for this error used on the wire.
- codeAsText() - Method in class io.netty5.handler.codec.http.HttpResponseStatus
-
Returns the status code as
AsciiString
. - codec(Http2ConnectionDecoder, Http2ConnectionEncoder) - Method in class io.netty5.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
-
Sets the
Http2ConnectionDecoder
andHttp2ConnectionEncoder
to use. - codec(Http2ConnectionDecoder, Http2ConnectionEncoder) - Method in class io.netty5.handler.codec.http2.Http2ConnectionHandlerBuilder
- codec(Http2ConnectionDecoder, Http2ConnectionEncoder) - Method in class io.netty5.handler.codec.http2.HttpToHttp2ConnectionHandlerBuilder
- CodecException - Exception in io.netty5.handler.codec
-
An
Exception
which is thrown by a codec. - CodecException() - Constructor for exception io.netty5.handler.codec.CodecException
-
Creates a new instance.
- CodecException(String) - Constructor for exception io.netty5.handler.codec.CodecException
-
Creates a new instance.
- CodecException(String, Throwable) - Constructor for exception io.netty5.handler.codec.CodecException
-
Creates a new instance.
- CodecException(Throwable) - Constructor for exception io.netty5.handler.codec.CodecException
-
Creates a new instance.
- codeClass() - Method in class io.netty5.handler.codec.http.HttpResponseStatus
-
Returns the class of this
HttpResponseStatus
- collectTraces() - Method in class io.netty5.buffer.api.internal.LifecycleTracer
-
Return the life-cycle trace as an ordered
Collection
ofLeakInfo.TracePoint
s. - COLON - Static variable in class io.netty5.handler.codec.http.HttpConstants
-
Colon ':'
- CombinedChannelDuplexHandler<I extends ChannelHandler,O extends ChannelHandler> - Class in io.netty5.channel
-
Combines the inbound handling of one
ChannelHandler
with the outbound handling of anotherChannelHandler
. - CombinedChannelDuplexHandler() - Constructor for class io.netty5.channel.CombinedChannelDuplexHandler
-
Creates a new uninitialized instance.
- CombinedChannelDuplexHandler(I, O) - Constructor for class io.netty5.channel.CombinedChannelDuplexHandler
-
Creates a new instance that combines the specified two handlers into one.
- CombinedHttpHeaders - Class in io.netty5.handler.codec.http
-
Will add multiple values for the same header as single header with a comma separated list of values.
- CombinedHttpHeaders(boolean) - Constructor for class io.netty5.handler.codec.http.CombinedHttpHeaders
- COMMA - Static variable in class io.netty5.handler.codec.http.HttpConstants
-
Comma ','
- COMMA - Static variable in class io.netty5.util.internal.StringUtil
- commitTimeMillis() - Method in class io.netty5.util.Version
- CommonsLoggerFactory - Class in io.netty5.util.internal.logging
-
Deprecated.
- CommonsLoggerFactory() - Constructor for class io.netty5.util.internal.logging.CommonsLoggerFactory
-
Deprecated.Use
CommonsLoggerFactory.INSTANCE
instead. - commonSuffixOfLength(String, String, int) - Static method in class io.netty5.util.internal.StringUtil
-
Checks if two strings have the same suffix of specified length
- compact() - Method in interface io.netty5.buffer.api.Buffer
-
Discards the read bytes, and moves the buffer contents to the beginning of the buffer.
- compact() - Method in class io.netty5.buffer.api.BufferStub
- compact() - Method in interface io.netty5.buffer.api.CompositeBuffer
- compare(InetSocketAddress, InetSocketAddress) - Method in class io.netty5.resolver.dns.NameServerComparator
- compareAndSet(T, T) - Method in interface io.netty5.util.Attribute
-
Atomically sets the value to the given updated value if the current value == the expected value.
- compareTo(Channel) - Method in class io.netty5.channel.AbstractChannel
- compareTo(ChannelId) - Method in class io.netty5.channel.DefaultChannelId
- compareTo(ChannelGroup) - Method in class io.netty5.channel.group.DefaultChannelGroup
- compareTo(LocalAddress) - Method in class io.netty5.channel.local.LocalAddress
- compareTo(DnsOpCode) - Method in class io.netty5.handler.codec.dns.DnsOpCode
- compareTo(DnsRecordType) - Method in class io.netty5.handler.codec.dns.DnsRecordType
- compareTo(DnsResponseCode) - Method in class io.netty5.handler.codec.dns.DnsResponseCode
- compareTo(Cookie) - Method in class io.netty5.handler.codec.http.cookie.DefaultCookie
- compareTo(HttpMethod) - Method in class io.netty5.handler.codec.http.HttpMethod
- compareTo(HttpResponseStatus) - Method in class io.netty5.handler.codec.http.HttpResponseStatus
-
Equality of
HttpResponseStatus
only depends onHttpResponseStatus.code()
. - compareTo(HttpVersion) - Method in class io.netty5.handler.codec.http.HttpVersion
- compareTo(WebSocketCloseStatus) - Method in class io.netty5.handler.codec.http.websocketx.WebSocketCloseStatus
-
Order of
WebSocketCloseStatus
only depends onWebSocketCloseStatus.code()
. - compareTo(IpSubnetFilterRule) - Method in class io.netty5.handler.ipfilter.IpSubnetFilterRule
- compareTo(CharSequence) - Method in class io.netty5.util.AsciiString
-
Compares the specified string to this string using the ASCII values of the characters.
- compareTo(T) - Method in class io.netty5.util.AbstractConstant
- completeOncePreferredResolved(boolean) - Method in class io.netty5.resolver.dns.DnsNameResolverBuilder
-
If
true
SimpleNameResolver.resolveAll(String)
will notify the returnedFuture
as soon as all queries for the preferred address-type are complete. - ComponentIterator<T extends ComponentIterator.Next> - Interface in io.netty5.buffer.api
-
A facade for iterating the readable or writable components of a
Buffer
. - ComponentIterator.Next - Interface in io.netty5.buffer.api
-
This interface exposes external iteration on components.
- compose() - Method in interface io.netty5.buffer.api.BufferAllocator
-
Create an empty composite buffer, that has no components.
- compose(BufferAllocator) - Static method in interface io.netty5.buffer.api.CompositeBuffer
-
Create an empty composite buffer, that has no components.
- compose(BufferAllocator, Buffer, Buffer) - Method in class io.netty5.channel.AbstractCoalescingBufferQueue
-
Calculate the result of
current + next
. - compose(BufferAllocator, Buffer, Buffer) - Method in class io.netty5.channel.CoalescingBufferQueue
- compose(ChannelMatcher...) - Static method in class io.netty5.channel.group.ChannelMatchers
-
Return a composite of the given
ChannelMatcher
s. - compose(Send<Buffer>) - Method in interface io.netty5.buffer.api.BufferAllocator
-
Compose the send of a buffer and present them as a single buffer.
- compose(Iterable<Send<Buffer>>) - Method in interface io.netty5.buffer.api.BufferAllocator
-
Compose the given sequence of sends of buffers and present them as a single buffer.
- composeFirst(BufferAllocator, Buffer) - Method in class io.netty5.channel.AbstractCoalescingBufferQueue
-
Calculate the first
Buffer
which will be used in subsequent calls toAbstractCoalescingBufferQueue.compose(BufferAllocator, Buffer, Buffer)
. - composeIntoComposite(BufferAllocator, Buffer, Buffer) - Method in class io.netty5.channel.AbstractCoalescingBufferQueue
- COMPOSITE_CUMULATOR - Static variable in class io.netty5.handler.codec.ByteToMessageDecoder
-
Cumulate
Buffer
s by add them to aCompositeBuffer
and so do no memory copy whenever possible. - CompositeBuffer - Interface in io.netty5.buffer.api
-
The
CompositeBuffer
is a concreteBuffer
implementation that make a number of other buffers appear as one. - CompositeNameResolver<T> - Class in io.netty5.resolver
-
A composite
SimpleNameResolver
that resolves a host name against a sequence ofNameResolver
s. - CompositeNameResolver(EventExecutor, NameResolver<T>...) - Constructor for class io.netty5.resolver.CompositeNameResolver
- CompositeStreamException(Http2Error, int) - Constructor for exception io.netty5.handler.codec.http2.Http2Exception.CompositeStreamException
- compress(Buffer, BufferAllocator) - Method in class io.netty5.handler.codec.compression.BrotliCompressor
- compress(Buffer, BufferAllocator) - Method in class io.netty5.handler.codec.compression.Bzip2Compressor
- compress(Buffer, BufferAllocator) - Method in interface io.netty5.handler.codec.compression.Compressor
-
This method will read from the input
Buffer
and compress into a newBuffer
that will be allocated (if needed) from theBufferAllocator
. - compress(Buffer, BufferAllocator) - Method in class io.netty5.handler.codec.compression.FastLzCompressor
- compress(Buffer, BufferAllocator) - Method in class io.netty5.handler.codec.compression.Lz4Compressor
- compress(Buffer, BufferAllocator) - Method in class io.netty5.handler.codec.compression.LzfCompressor
- compress(Buffer, BufferAllocator) - Method in class io.netty5.handler.codec.compression.LzmaCompressor
- compress(Buffer, BufferAllocator) - Method in class io.netty5.handler.codec.compression.SnappyCompressor
- compress(Buffer, BufferAllocator) - Method in class io.netty5.handler.codec.compression.ZlibCompressor
- compress(Buffer, BufferAllocator) - Method in class io.netty5.handler.codec.compression.ZstdCompressor
- compress(SSLEngine, byte[]) - Method in interface io.netty5.handler.ssl.OpenSslCertificateCompressionAlgorithm
-
Compress the given input with the specified algorithm and return the compressed bytes.
- Compress - io.netty5.handler.ssl.OpenSslCertificateCompressionConfig.AlgorithmMode
-
Compression supported and should be advertised.
- COMPRESS - Static variable in class io.netty5.handler.codec.http.HttpHeaderValues
-
"compress"
- COMPRESS - Static variable in class io.netty5.handler.codec.rtsp.RtspHeaderValues
-
"compress"
- COMPRESSION_ERROR - io.netty5.handler.codec.http2.Http2Error
- CompressionException - Exception in io.netty5.handler.codec.compression
-
An
EncoderException
that is raised when compression failed. - CompressionException() - Constructor for exception io.netty5.handler.codec.compression.CompressionException
-
Creates a new instance.
- CompressionException(String) - Constructor for exception io.netty5.handler.codec.compression.CompressionException
-
Creates a new instance.
- CompressionException(String, Throwable) - Constructor for exception io.netty5.handler.codec.compression.CompressionException
-
Creates a new instance.
- CompressionException(Throwable) - Constructor for exception io.netty5.handler.codec.compression.CompressionException
-
Creates a new instance.
- CompressionHandler - Class in io.netty5.handler.codec.compression
- CompressionHandler(Supplier<? extends Compressor>) - Constructor for class io.netty5.handler.codec.compression.CompressionHandler
-
Creates a new instance.
- CompressionHandler(Supplier<? extends Compressor>, long, TimeUnit, boolean) - Constructor for class io.netty5.handler.codec.compression.CompressionHandler
-
Creates a new instance.
- compressionLevel() - Method in class io.netty5.handler.codec.compression.DeflateOptions
- compressionLevel() - Method in class io.netty5.handler.codec.compression.ZstdOptions
- CompressionOptions - Interface in io.netty5.handler.codec.compression
-
CompressionOptions
provides compression options for various types of compressor types, like Brotli. - Compressor - Interface in io.netty5.handler.codec.compression
-
Compressor that takes care of compress some input.
- CompressorHttp2ConnectionEncoder - Class in io.netty5.handler.codec.http2
-
A decorating HTTP2 encoder that will compress data frames according to the
content-encoding
header for each stream. - CompressorHttp2ConnectionEncoder(Http2ConnectionEncoder) - Constructor for class io.netty5.handler.codec.http2.CompressorHttp2ConnectionEncoder
-
Create a new
CompressorHttp2ConnectionEncoder
instance with default implementation ofStandardCompressionOptions
- CompressorHttp2ConnectionEncoder(Http2ConnectionEncoder, int, int, int) - Constructor for class io.netty5.handler.codec.http2.CompressorHttp2ConnectionEncoder
-
Deprecated.
- CompressorHttp2ConnectionEncoder(Http2ConnectionEncoder, CompressionOptions...) - Constructor for class io.netty5.handler.codec.http2.CompressorHttp2ConnectionEncoder
-
Create a new
CompressorHttp2ConnectionEncoder
with specifiedStandardCompressionOptions
- computeRemoteAddr(InetSocketAddress, InetSocketAddress) - Static method in class io.netty5.channel.unix.UnixChannelUtil
- computeResolvedAddressTypes(ProtocolFamily...) - Static method in class io.netty5.resolver.dns.DnsNameResolverBuilder
-
Compute a
ResolvedAddressTypes
from someProtocolFamily
s. - concat(CharSequence) - Method in class io.netty5.util.AsciiString
-
Concatenates this string and the specified string.
- CONFERENCE - Static variable in class io.netty5.handler.codec.rtsp.RtspHeaderNames
-
"conference"
- CONFERENCE_NOT_FOUND - Static variable in class io.netty5.handler.codec.rtsp.RtspResponseStatuses
-
452 Conference Not Found
- config() - Method in class io.netty5.bootstrap.AbstractBootstrap
-
Returns the
AbstractBootstrapConfig
object that can be used to obtain the current config of the bootstrap. - config() - Method in class io.netty5.bootstrap.Bootstrap
- config() - Method in class io.netty5.bootstrap.ServerBootstrap
- configuration() - Method in class io.netty5.handler.codec.http2.DecoratingHttp2FrameWriter
- configuration() - Method in class io.netty5.handler.codec.http2.DefaultHttp2ConnectionEncoder
- configuration() - Method in class io.netty5.handler.codec.http2.DefaultHttp2FrameReader
- configuration() - Method in class io.netty5.handler.codec.http2.DefaultHttp2FrameWriter
- configuration() - Method in class io.netty5.handler.codec.http2.DefaultHttp2HeadersDecoder
- configuration() - Method in class io.netty5.handler.codec.http2.DefaultHttp2HeadersEncoder
- configuration() - Method in interface io.netty5.handler.codec.http2.Http2FrameReader
-
Get the configuration related elements for this
Http2FrameReader
- configuration() - Method in interface io.netty5.handler.codec.http2.Http2FrameWriter
-
Get the configuration related elements for this
Http2FrameWriter
- configuration() - Method in interface io.netty5.handler.codec.http2.Http2HeadersDecoder
-
Get the
Http2HeadersDecoder.Configuration
for thisHttp2HeadersDecoder
- configuration() - Method in interface io.netty5.handler.codec.http2.Http2HeadersEncoder
-
Get the
Http2HeadersEncoder.Configuration
for thisHttp2HeadersEncoder
- configuration() - Method in class io.netty5.handler.codec.http2.Http2InboundFrameLogger
- configuration() - Method in class io.netty5.handler.codec.http2.Http2OutboundFrameLogger
- configure(long) - Method in class io.netty5.handler.traffic.AbstractTrafficShapingHandler
-
Change the check interval.
- configure(long) - Method in class io.netty5.handler.traffic.TrafficCounter
-
Change checkInterval between two computations in millisecond.
- configure(long, long) - Method in class io.netty5.handler.traffic.AbstractTrafficShapingHandler
-
Change the underlying limitations.
- configure(long, long, long) - Method in class io.netty5.handler.traffic.AbstractTrafficShapingHandler
-
Change the underlying limitations and check interval.
- configureChannel(long, long) - Method in class io.netty5.handler.traffic.GlobalChannelTrafficShapingHandler
- configuredOrDefaultManager() - Static method in class io.netty5.buffer.api.internal.MemoryManagerOverride
- configuredOrDefaultManager(MemoryManager) - Static method in class io.netty5.buffer.api.internal.MemoryManagerOverride
- configurePipeline(ChannelHandlerContext, String) - Method in class io.netty5.handler.ssl.ApplicationProtocolNegotiationHandler
-
Invoked on successful initial SSL/TLS handshake.
- confirmShutdown() - Method in class io.netty5.util.concurrent.SingleThreadEventExecutor
-
Confirm that the shutdown if the instance should be done now!
- CONFLICT - Static variable in class io.netty5.handler.codec.http.HttpResponseStatus
-
409 Conflict
- connect() - Method in class io.netty5.bootstrap.Bootstrap
-
Connect a
Channel
to the remote peer. - connect() - Method in class io.netty5.handler.ssl.OpenSslSessionStats
-
Returns the number of started SSL/TLS handshakes in client mode.
- connect(ChannelHandlerContext, SocketAddress, SocketAddress) - Method in interface io.netty5.channel.ChannelHandler
-
Called once a connect operation is made.
- connect(ChannelHandlerContext, SocketAddress, SocketAddress) - Method in class io.netty5.channel.CombinedChannelDuplexHandler
- connect(ChannelHandlerContext, SocketAddress, SocketAddress) - Method in class io.netty5.handler.address.DynamicAddressConnectHandler
- connect(ChannelHandlerContext, SocketAddress, SocketAddress) - Method in class io.netty5.handler.address.ResolveAddressHandler
- connect(ChannelHandlerContext, SocketAddress, SocketAddress) - Method in class io.netty5.handler.codec.DatagramPacketEncoder
- connect(ChannelHandlerContext, SocketAddress, SocketAddress) - Method in class io.netty5.handler.logging.LoggingHandler
- connect(String, int) - Method in class io.netty5.bootstrap.Bootstrap
-
Connect a
Channel
to the remote peer. - connect(InetAddress, int) - Method in class io.netty5.bootstrap.Bootstrap
-
Connect a
Channel
to the remote peer. - connect(SocketAddress) - Method in class io.netty5.bootstrap.Bootstrap
-
Connect a
Channel
to the remote peer. - connect(SocketAddress) - Method in interface io.netty5.channel.Channel
- connect(SocketAddress) - Method in interface io.netty5.channel.ChannelOutboundInvoker
-
Request to connect to the given
SocketAddress
and notify theFuture
once the operation completes, either because the operation was successful or because of an error. - connect(SocketAddress) - Method in class io.netty5.channel.DefaultChannelPipeline
- connect(SocketAddress) - Method in class io.netty5.channel.internal.DelegatingChannelHandlerContext
- connect(SocketAddress) - Method in class io.netty5.channel.unix.Socket
- connect(SocketAddress, SocketAddress) - Method in class io.netty5.bootstrap.Bootstrap
-
Connect a
Channel
to the remote peer. - connect(SocketAddress, SocketAddress) - Method in interface io.netty5.channel.Channel
- connect(SocketAddress, SocketAddress) - Method in interface io.netty5.channel.ChannelOutboundInvoker
-
Request to connect to the given
SocketAddress
while bind to the localAddress and notify theFuture
once the operation completes, either because the operation was successful or because of an error. - connect(SocketAddress, SocketAddress) - Method in class io.netty5.channel.DefaultChannelPipeline
- connect(SocketAddress, SocketAddress) - Method in class io.netty5.channel.internal.DelegatingChannelHandlerContext
- connect(Socket, SocketAddress, int) - Static method in class io.netty5.util.internal.SocketUtils
- connect(SocketChannel, SocketAddress) - Static method in class io.netty5.util.internal.SocketUtils
- CONNECT - Static variable in class io.netty5.handler.codec.http.HttpMethod
-
This specification reserves the method name CONNECT for use with a proxy that can dynamically switch to being a tunnel
- CONNECT_ERROR - io.netty5.handler.codec.http2.Http2Error
- CONNECT_TIMEOUT_MILLIS - Static variable in class io.netty5.channel.ChannelOption
- connectGood() - Method in class io.netty5.handler.ssl.OpenSslSessionStats
-
Returns the number of successfully established SSL/TLS sessions in client mode.
- connection - Variable in class io.netty5.handler.codec.http2.InboundHttp2ToHttpAdapter
- connection() - Method in class io.netty5.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
-
Returns the
Http2Connection
to use. - connection() - Method in class io.netty5.handler.codec.http2.AbstractInboundHttp2ToHttpAdapterBuilder
-
Returns the
Http2Connection
. - connection() - Method in class io.netty5.handler.codec.http2.DecoratingHttp2ConnectionDecoder
- connection() - Method in class io.netty5.handler.codec.http2.DecoratingHttp2ConnectionEncoder
- connection() - Method in class io.netty5.handler.codec.http2.DefaultHttp2ConnectionDecoder
- connection() - Method in class io.netty5.handler.codec.http2.DefaultHttp2ConnectionEncoder
- connection() - Method in interface io.netty5.handler.codec.http2.Http2ConnectionDecoder
-
Provides direct access to the underlying connection.
- connection() - Method in interface io.netty5.handler.codec.http2.Http2ConnectionEncoder
-
Provides direct access to the underlying connection.
- connection() - Method in class io.netty5.handler.codec.http2.Http2ConnectionHandler
- connection(Http2Connection) - Method in class io.netty5.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
-
Sets the
Http2Connection
to use. - connection(Http2Connection) - Method in class io.netty5.handler.codec.http2.Http2ConnectionHandlerBuilder
- connection(Http2Connection) - Method in class io.netty5.handler.codec.http2.HttpToHttp2ConnectionHandlerBuilder
- CONNECTION - Static variable in class io.netty5.handler.codec.http.HttpHeaderNames
-
"connection"
- CONNECTION - Static variable in class io.netty5.handler.codec.rtsp.RtspHeaderNames
-
"connection"
- CONNECTION_PREFACE_BUFFER - Static variable in class io.netty5.handler.codec.http2.Http2CodecUtil
- CONNECTION_STREAM_ID - Static variable in class io.netty5.handler.codec.http2.Http2CodecUtil
- connectionError(Http2Error, String, Object...) - Static method in exception io.netty5.handler.codec.http2.Http2Exception
-
Use if an error has occurred which can not be isolated to a single stream, but instead applies to the entire connection.
- connectionError(Http2Error, Throwable, String, Object...) - Static method in exception io.netty5.handler.codec.http2.Http2Exception
-
Use if an error has occurred which can not be isolated to a single stream, but instead applies to the entire connection.
- connectionPrefaceBuffer() - Static method in class io.netty5.handler.codec.http2.Http2CodecUtil
-
Returns a buffer containing the
Http2CodecUtil.CONNECTION_PREFACE_BUFFER
. - connectionStream() - Method in class io.netty5.handler.codec.http2.DefaultHttp2Connection
- connectionStream() - Method in interface io.netty5.handler.codec.http2.Http2Connection
-
Gets the stream object representing the connection, itself (i.e. stream zero).
- connectRenegotiate() - Method in class io.netty5.handler.ssl.OpenSslSessionStats
-
Returns the number of start renegotiations in client mode.
- ConnectTimeoutException - Exception in io.netty5.channel
-
ConnectException
which will be thrown if a connection could not be established because of a connection timeout. - ConnectTimeoutException() - Constructor for exception io.netty5.channel.ConnectTimeoutException
- ConnectTimeoutException(String) - Constructor for exception io.netty5.channel.ConnectTimeoutException
- connectTransport(SocketAddress, SocketAddress, Promise<Void>) - Method in class io.netty5.channel.AbstractChannel.DefaultAbstractChannelPipeline
- connectTransport(SocketAddress, SocketAddress, Promise<Void>) - Method in class io.netty5.channel.DefaultChannelPipeline
-
Connect the transport with the given remote
SocketAddress
. - Constant<T extends Constant<T>> - Interface in io.netty5.util
-
A singleton which is safe to compare via the
==
operator. - ConstantPool<T extends Constant<T>> - Class in io.netty5.util
-
A pool of
Constant
s. - ConstantPool() - Constructor for class io.netty5.util.ConstantPool
- ConstantTimeUtils - Class in io.netty5.util.internal
- constBufferSupplier(byte[]) - Method in interface io.netty5.buffer.api.BufferAllocator
-
Create a supplier of "constant" Buffers from this allocator, that all have the given byte contents.
- constBufferSupplier(byte[]) - Method in class io.netty5.buffer.api.pool.PooledBufferAllocator
- constBufferSupplier(byte[]) - Method in class io.netty5.buffer.api.SensitiveBufferAllocator
- consumeBytes(Http2Stream, int) - Method in class io.netty5.handler.codec.http2.DefaultHttp2LocalFlowController
- consumeBytes(Http2Stream, int) - Method in interface io.netty5.handler.codec.http2.Http2LocalFlowController
-
Indicates that the application has consumed a number of bytes for the given stream and is therefore ready to receive more data from the remote endpoint.
- consumeReceivedSettings(Http2Settings) - Method in class io.netty5.handler.codec.http2.DecoratingHttp2ConnectionEncoder
- consumeReceivedSettings(Http2Settings) - Method in class io.netty5.handler.codec.http2.DefaultHttp2ConnectionEncoder
- consumeReceivedSettings(Http2Settings) - Method in interface io.netty5.handler.codec.http2.Http2SettingsReceivedConsumer
-
Consume the most recently received but not yet ACKed settings.
- contains(int) - Method in enum io.netty5.handler.codec.http.HttpStatusClass
-
Returns
true
if and only if the specified HTTP status code falls into this class. - contains(CharSequence) - Method in class io.netty5.handler.codec.http.DefaultHttpHeaders
- contains(CharSequence) - Method in class io.netty5.handler.codec.http.HttpHeaders
-
Checks to see if there is a header with the specified name
- contains(CharSequence) - Method in class io.netty5.handler.codec.http2.ReadOnlyHttp2Headers
- contains(CharSequence) - Method in class io.netty5.util.AsciiString
-
Determines if this
String
contains the sequence of characters in theCharSequence
passed. - contains(CharSequence, CharSequence) - Method in class io.netty5.handler.codec.http2.DefaultHttp2Headers
- contains(CharSequence, CharSequence) - Method in class io.netty5.handler.codec.http2.ReadOnlyHttp2Headers
- contains(CharSequence, CharSequence) - Static method in class io.netty5.util.AsciiString
-
Determine if
a
containsb
in a case sensitive manner. - contains(CharSequence, CharSequence, boolean) - Method in class io.netty5.handler.codec.http.DefaultHttpHeaders
- contains(CharSequence, CharSequence, boolean) - Method in class io.netty5.handler.codec.http.HttpHeaders
-
Returns
true
if a header with thename
andvalue
exists,false
otherwise. - contains(CharSequence, CharSequence, boolean) - Method in class io.netty5.handler.codec.http2.DefaultHttp2Headers
- contains(CharSequence, CharSequence, boolean) - Method in class io.netty5.handler.codec.http2.EmptyHttp2Headers
- contains(CharSequence, CharSequence, boolean) - Method in interface io.netty5.handler.codec.http2.Http2Headers
-
Returns
true
if a header with thename
andvalue
exists,false
otherwise. - contains(CharSequence, CharSequence, boolean) - Method in class io.netty5.handler.codec.http2.ReadOnlyHttp2Headers
- contains(Object) - Method in class io.netty5.channel.group.DefaultChannelGroup
- contains(Object) - Method in class io.netty5.util.internal.DefaultPriorityQueue
- contains(Object) - Method in class io.netty5.util.internal.EmptyPriorityQueue
- contains(String) - Method in class io.netty5.handler.codec.http.DefaultHttpHeaders
- contains(String) - Method in class io.netty5.handler.codec.http.EmptyHttpHeaders
- contains(String) - Method in class io.netty5.handler.codec.http.HttpHeaders
- contains(String) - Method in class io.netty5.handler.codec.http.ReadOnlyHttpHeaders
- contains(String) - Static method in class io.netty5.util.internal.SystemPropertyUtil
-
Returns
true
if and only if the system property with the specifiedkey
exists. - contains(String, String, boolean) - Method in class io.netty5.handler.codec.http.DefaultHttpHeaders
- contains(String, String, boolean) - Method in class io.netty5.handler.codec.http.HttpHeaders
- contains(String, String, boolean) - Method in class io.netty5.handler.codec.http.ReadOnlyHttpHeaders
- contains(K) - Method in class io.netty5.handler.codec.DefaultHeaders
- contains(K) - Method in class io.netty5.handler.codec.EmptyHeaders
- contains(K) - Method in interface io.netty5.handler.codec.Headers
-
Returns
true
if a header with thename
exists,false
otherwise. - contains(K, V) - Method in class io.netty5.handler.codec.DefaultHeaders
- contains(K, V) - Method in class io.netty5.handler.codec.EmptyHeaders
- contains(K, V) - Method in interface io.netty5.handler.codec.Headers
-
Returns
true
if a header with thename
andvalue
exists,false
otherwise. - contains(K, V, HashingStrategy<? super V>) - Method in class io.netty5.handler.codec.DefaultHeaders
- containsAll(Collection<?>) - Method in class io.netty5.util.internal.EmptyPriorityQueue
- containsAllContentEqualsIgnoreCase(Collection<CharSequence>, Collection<CharSequence>) - Static method in class io.netty5.util.AsciiString
-
Determine if
a
contains all of the values inb
usingAsciiString.contentEqualsIgnoreCase(CharSequence, CharSequence)
to compare values. - containsBoolean(CharSequence, boolean) - Method in class io.netty5.handler.codec.http2.ReadOnlyHttp2Headers
- containsBoolean(K, boolean) - Method in class io.netty5.handler.codec.DefaultHeaders
- containsBoolean(K, boolean) - Method in class io.netty5.handler.codec.EmptyHeaders
- containsBoolean(K, boolean) - Method in interface io.netty5.handler.codec.Headers
-
Returns
true
if a header with the name and value exists. - containsByte(CharSequence, byte) - Method in class io.netty5.handler.codec.http2.ReadOnlyHttp2Headers
- containsByte(K, byte) - Method in class io.netty5.handler.codec.DefaultHeaders
- containsByte(K, byte) - Method in class io.netty5.handler.codec.EmptyHeaders
- containsByte(K, byte) - Method in interface io.netty5.handler.codec.Headers
-
Returns
true
if a header with the name and value exists. - containsChar(CharSequence, char) - Method in class io.netty5.handler.codec.http2.ReadOnlyHttp2Headers
- containsChar(K, char) - Method in class io.netty5.handler.codec.DefaultHeaders
- containsChar(K, char) - Method in class io.netty5.handler.codec.EmptyHeaders
- containsChar(K, char) - Method in interface io.netty5.handler.codec.Headers
-
Returns
true
if a header with the name and value exists. - containsContentEqualsIgnoreCase(Collection<CharSequence>, CharSequence) - Static method in class io.netty5.util.AsciiString
-
Determine if
collection
containsvalue
and usingAsciiString.contentEqualsIgnoreCase(CharSequence, CharSequence)
to compare values. - containsDouble(CharSequence, double) - Method in class io.netty5.handler.codec.http2.ReadOnlyHttp2Headers
- containsDouble(K, double) - Method in class io.netty5.handler.codec.DefaultHeaders
- containsDouble(K, double) - Method in class io.netty5.handler.codec.EmptyHeaders
- containsDouble(K, double) - Method in interface io.netty5.handler.codec.Headers
-
Returns
true
if a header with the name and value exists. - containsFloat(CharSequence, float) - Method in class io.netty5.handler.codec.http2.ReadOnlyHttp2Headers
- containsFloat(K, float) - Method in class io.netty5.handler.codec.DefaultHeaders
- containsFloat(K, float) - Method in class io.netty5.handler.codec.EmptyHeaders
- containsFloat(K, float) - Method in interface io.netty5.handler.codec.Headers
-
Returns
true
if a header with the name and value exists. - containsIgnoreCase(CharSequence, CharSequence) - Static method in class io.netty5.util.AsciiString
-
Determine if
a
containsb
in a case insensitive manner. - containsInt(CharSequence, int) - Method in class io.netty5.handler.codec.http2.ReadOnlyHttp2Headers
- containsInt(K, int) - Method in class io.netty5.handler.codec.DefaultHeaders
- containsInt(K, int) - Method in class io.netty5.handler.codec.EmptyHeaders
- containsInt(K, int) - Method in interface io.netty5.handler.codec.Headers
-
Returns
true
if a header with the name and value exists. - containsKey(byte) - Method in class io.netty5.util.collection.ByteObjectHashMap
- containsKey(byte) - Method in interface io.netty5.util.collection.ByteObjectMap
-
Indicates whether or not this map contains a value for the specified key.
- containsKey(char) - Method in class io.netty5.util.collection.CharObjectHashMap
- containsKey(char) - Method in interface io.netty5.util.collection.CharObjectMap
-
Indicates whether or not this map contains a value for the specified key.
- containsKey(int) - Method in class io.netty5.util.collection.IntObjectHashMap
- containsKey(int) - Method in interface io.netty5.util.collection.IntObjectMap
-
Indicates whether or not this map contains a value for the specified key.
- containsKey(long) - Method in class io.netty5.util.collection.LongObjectHashMap
- containsKey(long) - Method in interface io.netty5.util.collection.LongObjectMap
-
Indicates whether or not this map contains a value for the specified key.
- containsKey(short) - Method in class io.netty5.util.collection.ShortObjectHashMap
- containsKey(short) - Method in interface io.netty5.util.collection.ShortObjectMap
-
Indicates whether or not this map contains a value for the specified key.
- containsKey(Object) - Method in class io.netty5.util.collection.ByteObjectHashMap
- containsKey(Object) - Method in class io.netty5.util.collection.CharObjectHashMap
- containsKey(Object) - Method in class io.netty5.util.collection.IntObjectHashMap
- containsKey(Object) - Method in class io.netty5.util.collection.LongObjectHashMap
- containsKey(Object) - Method in class io.netty5.util.collection.ShortObjectHashMap
- containsLong(CharSequence, long) - Method in class io.netty5.handler.codec.http2.ReadOnlyHttp2Headers
- containsLong(K, long) - Method in class io.netty5.handler.codec.DefaultHeaders
- containsLong(K, long) - Method in class io.netty5.handler.codec.EmptyHeaders
- containsLong(K, long) - Method in interface io.netty5.handler.codec.Headers
-
Returns
true
if a header with the name and value exists. - containsObject(CharSequence, Object) - Method in class io.netty5.handler.codec.http2.ReadOnlyHttp2Headers
- containsObject(K, Object) - Method in class io.netty5.handler.codec.DefaultHeaders
- containsObject(K, Object) - Method in class io.netty5.handler.codec.EmptyHeaders
- containsObject(K, Object) - Method in interface io.netty5.handler.codec.Headers
-
Returns
true
if a header with the name and value exists. - containsShort(CharSequence, short) - Method in class io.netty5.handler.codec.http2.ReadOnlyHttp2Headers
- containsShort(K, short) - Method in class io.netty5.handler.codec.DefaultHeaders
- containsShort(K, short) - Method in class io.netty5.handler.codec.EmptyHeaders
- containsShort(K, short) - Method in interface io.netty5.handler.codec.Headers
-
Returns
true
if a header with the name and value exists. - containsTimeMillis(CharSequence, long) - Method in class io.netty5.handler.codec.http2.ReadOnlyHttp2Headers
- containsTimeMillis(K, long) - Method in class io.netty5.handler.codec.DefaultHeaders
- containsTimeMillis(K, long) - Method in class io.netty5.handler.codec.EmptyHeaders
- containsTimeMillis(K, long) - Method in interface io.netty5.handler.codec.Headers
-
Returns
true
if a header with the name and value exists. - containsTyped(T) - Method in class io.netty5.util.internal.DefaultPriorityQueue
- containsTyped(T) - Method in class io.netty5.util.internal.EmptyPriorityQueue
- containsTyped(T) - Method in interface io.netty5.util.internal.PriorityQueue
-
Same as
Collection.contains(Object)
but typed using generics. - containsValue(CharSequence, CharSequence, boolean) - Method in class io.netty5.handler.codec.http.CombinedHttpHeaders
- containsValue(CharSequence, CharSequence, boolean) - Method in class io.netty5.handler.codec.http.HttpHeaders
-
Returns
true
if a header with thename
andvalue
exists,false
otherwise. - containsValue(CharSequence, CharSequence, boolean) - Method in class io.netty5.handler.codec.http.ReadOnlyHttpHeaders
- containsValue(Object) - Method in class io.netty5.util.collection.ByteObjectHashMap
- containsValue(Object) - Method in class io.netty5.util.collection.CharObjectHashMap
- containsValue(Object) - Method in class io.netty5.util.collection.IntObjectHashMap
- containsValue(Object) - Method in class io.netty5.util.collection.LongObjectHashMap
- containsValue(Object) - Method in class io.netty5.util.collection.ShortObjectHashMap
- content() - Method in class io.netty5.buffer.api.BufferRef
-
Access the buffer in this reference.
- content() - Method in interface io.netty5.channel.AddressedEnvelope
-
Returns the message wrapped by this envelope message.
- content() - Method in class io.netty5.channel.DefaultAddressedEnvelope
- content() - Method in class io.netty5.handler.codec.dns.DatagramDnsQuery
- content() - Method in class io.netty5.handler.codec.dns.DatagramDnsResponse
- content() - Method in class io.netty5.handler.codec.dns.DefaultDnsRawRecord
- content() - Method in interface io.netty5.handler.codec.dns.DnsRawRecord
-
Get a reference to the
Buffer
backing this raw DNS record. - content() - Method in class io.netty5.handler.codec.http2.DefaultHttp2DataFrame
- content() - Method in class io.netty5.handler.codec.http2.DefaultHttp2GoAwayFrame
- content() - Method in class io.netty5.handler.codec.http2.DefaultHttp2PingFrame
- content() - Method in class io.netty5.handler.codec.http2.DefaultHttp2UnknownFrame
- content() - Method in interface io.netty5.handler.codec.http2.Http2DataFrame
-
Payload of DATA frame.
- content() - Method in interface io.netty5.handler.codec.http2.Http2GoAwayFrame
-
Optional debugging information describing cause the GOAWAY.
- content() - Method in interface io.netty5.handler.codec.http2.Http2PingFrame
-
Returns the eight byte opaque data.
- content() - Method in interface io.netty5.handler.codec.http2.Http2UnknownFrame
-
Get the data content associated with this unknown frame.
- content() - Method in class io.netty5.handler.ssl.PemPrivateKey
- content() - Method in class io.netty5.handler.ssl.PemX509Certificate
- CONTENT_BASE - Static variable in class io.netty5.handler.codec.http.HttpHeaderNames
-
"content-base"
- CONTENT_BASE - Static variable in class io.netty5.handler.codec.rtsp.RtspHeaderNames
-
"content-base"
- CONTENT_DISPOSITION - Static variable in class io.netty5.handler.codec.http.HttpHeaderNames
-
"content-disposition"
- CONTENT_ENCODING - Static variable in class io.netty5.handler.codec.http.HttpHeaderNames
-
"content-encoding"
- CONTENT_ENCODING - Static variable in class io.netty5.handler.codec.rtsp.RtspHeaderNames
-
"content-encoding"
- CONTENT_LANGUAGE - Static variable in class io.netty5.handler.codec.http.HttpHeaderNames
-
"content-language"
- CONTENT_LANGUAGE - Static variable in class io.netty5.handler.codec.rtsp.RtspHeaderNames
-
"content-language"
- CONTENT_LENGTH - Static variable in class io.netty5.handler.codec.http.HttpHeaderNames
-
"content-length"
- CONTENT_LENGTH - Static variable in class io.netty5.handler.codec.rtsp.RtspHeaderNames
-
"content-length"
- CONTENT_LOCATION - Static variable in class io.netty5.handler.codec.http.HttpHeaderNames
-
"content-location"
- CONTENT_LOCATION - Static variable in class io.netty5.handler.codec.rtsp.RtspHeaderNames
-
"content-location"
- CONTENT_MD5 - Static variable in class io.netty5.handler.codec.http.HttpHeaderNames
-
"content-md5"
- CONTENT_RANGE - Static variable in class io.netty5.handler.codec.http.HttpHeaderNames
-
"content-range"
- CONTENT_SECURITY_POLICY - Static variable in class io.netty5.handler.codec.http.HttpHeaderNames
-
"content-security-policy"
- CONTENT_TRANSFER_ENCODING - Static variable in class io.netty5.handler.codec.http.HttpHeaderNames
-
"content-transfer-encoding"
- CONTENT_TYPE - Static variable in class io.netty5.handler.codec.http.HttpHeaderNames
-
"content-type"
- CONTENT_TYPE - Static variable in class io.netty5.handler.codec.rtsp.RtspHeaderNames
-
"content-type"
- contentCompressor() - Method in class io.netty5.handler.codec.http.HttpContentEncoder.Result
- contentEquals(CharSequence) - Method in class io.netty5.util.AsciiString
-
Compares a
CharSequence
to thisString
to determine if their contents are equal. - contentEquals(CharSequence, CharSequence) - Static method in class io.netty5.util.AsciiString
-
Returns
true
if the content of bothCharSequence
's are equals. - contentEqualsIgnoreCase(CharSequence) - Method in class io.netty5.util.AsciiString
-
Compares the specified string to this string ignoring the case of the characters and returns true if they are equal.
- contentEqualsIgnoreCase(CharSequence, CharSequence) - Static method in class io.netty5.util.AsciiString
-
Returns
true
if bothCharSequence
's are equals when ignore the case. - context() - Method in class io.netty5.handler.ssl.JdkSslContext
-
Returns the JDK
SSLContext
object held by this context. - context() - Method in class io.netty5.handler.ssl.ReferenceCountedOpenSslContext
-
Deprecated.this method is considered unsafe as the returned pointer may be released later. Dont use it!
- context(ChannelHandler) - Method in interface io.netty5.channel.ChannelPipeline
-
Returns the context object of the specified
ChannelHandler
in this pipeline. - context(ChannelHandler) - Method in class io.netty5.channel.DefaultChannelPipeline
- context(Class<? extends ChannelHandler>) - Method in interface io.netty5.channel.ChannelPipeline
-
Returns the context object of the
ChannelHandler
of the specified type in this pipeline. - context(Class<? extends ChannelHandler>) - Method in class io.netty5.channel.DefaultChannelPipeline
- context(String) - Method in interface io.netty5.channel.ChannelPipeline
-
Returns the context object of the
ChannelHandler
with the specified name in this pipeline. - context(String) - Method in class io.netty5.channel.DefaultChannelPipeline
- CONTINUATION - Static variable in class io.netty5.handler.codec.http2.Http2FrameTypes
- CONTINUATION_FRAME_HEADER_LENGTH - Static variable in class io.netty5.handler.codec.http2.Http2CodecUtil
- ContinuationWebSocketFrame - Class in io.netty5.handler.codec.http.websocketx
-
Web Socket continuation frame containing continuation text or binary data.
- ContinuationWebSocketFrame(boolean, int, Buffer) - Constructor for class io.netty5.handler.codec.http.websocketx.ContinuationWebSocketFrame
-
Creates a new continuation frame with the specified binary data.
- ContinuationWebSocketFrame(Buffer) - Constructor for class io.netty5.handler.codec.http.websocketx.ContinuationWebSocketFrame
-
Creates a new continuation frame with the specified binary data.
- ContinuationWebSocketFrame(BufferAllocator, boolean, int, String) - Constructor for class io.netty5.handler.codec.http.websocketx.ContinuationWebSocketFrame
-
Creates a new continuation frame with the specified text data
- CONTINUE - Static variable in interface io.netty5.channel.SelectStrategy
-
Indicates the IO loop should be retried, no blocking select to follow directly.
- CONTINUE - Static variable in class io.netty5.handler.codec.http.HttpHeaderValues
-
"100-continue"
- CONTINUE - Static variable in class io.netty5.handler.codec.http.HttpResponseStatus
-
100 Continue
- CONTINUE - Static variable in class io.netty5.handler.codec.rtsp.RtspHeaderValues
-
"100-continue"
- CONTINUE - Static variable in class io.netty5.handler.codec.rtsp.RtspResponseStatuses
-
100 Continue
- continueOnWriteError() - Method in class io.netty5.channel.nio.AbstractNioMessageChannel
-
Returns
true
if we should continue the write loop on a write error. - continueOnWriteError() - Method in class io.netty5.channel.socket.nio.NioDatagramChannel
- continueReading(boolean) - Method in class io.netty5.channel.DefaultMaxMessagesRecvBufferAllocator.MaxMessageHandle
- continueReading(boolean) - Method in interface io.netty5.channel.RecvBufferAllocator.Handle
-
Determine if the current read loop should continue.
- continueReading(boolean, Predicate<RecvBufferAllocator.Handle>) - Method in class io.netty5.channel.DefaultMaxMessagesRecvBufferAllocator.MaxMessageHandle
- continueReading(boolean, Predicate<RecvBufferAllocator.Handle>) - Method in interface io.netty5.channel.RecvBufferAllocator.Handle
-
Same as
RecvBufferAllocator.Handle.continueReading(boolean)
except "more data" is determined by the supplier parameter. - continueReading(RecvBufferAllocator.Handle) - Method in class io.netty5.channel.nio.AbstractNioMessageChannel
- continueReading(RecvBufferAllocator.Handle) - Method in class io.netty5.channel.socket.nio.NioDatagramChannel
- control - Variable in class io.netty5.buffer.api.internal.AdaptableBuffer
- convert(Drop<T>) - Static method in interface io.netty5.buffer.api.internal.Statics
- convertBoolean(boolean) - Method in class io.netty5.handler.codec.CharSequenceValueConverter
- convertBoolean(boolean) - Method in class io.netty5.handler.codec.UnsupportedValueConverter
- convertBoolean(boolean) - Method in interface io.netty5.handler.codec.ValueConverter
- convertByte(byte) - Method in class io.netty5.handler.codec.CharSequenceValueConverter
- convertByte(byte) - Method in class io.netty5.handler.codec.UnsupportedValueConverter
- convertByte(byte) - Method in interface io.netty5.handler.codec.ValueConverter
- convertChar(char) - Method in class io.netty5.handler.codec.CharSequenceValueConverter
- convertChar(char) - Method in class io.netty5.handler.codec.UnsupportedValueConverter
- convertChar(char) - Method in interface io.netty5.handler.codec.ValueConverter
- convertDouble(double) - Method in class io.netty5.handler.codec.CharSequenceValueConverter
- convertDouble(double) - Method in class io.netty5.handler.codec.UnsupportedValueConverter
- convertDouble(double) - Method in interface io.netty5.handler.codec.ValueConverter
- convertFloat(float) - Method in class io.netty5.handler.codec.CharSequenceValueConverter
- convertFloat(float) - Method in class io.netty5.handler.codec.UnsupportedValueConverter
- convertFloat(float) - Method in interface io.netty5.handler.codec.ValueConverter
- convertInt(int) - Method in class io.netty5.handler.codec.CharSequenceValueConverter
- convertInt(int) - Method in class io.netty5.handler.codec.UnsupportedValueConverter
- convertInt(int) - Method in interface io.netty5.handler.codec.ValueConverter
- convertLong(long) - Method in class io.netty5.handler.codec.CharSequenceValueConverter
- convertLong(long) - Method in class io.netty5.handler.codec.UnsupportedValueConverter
- convertLong(long) - Method in interface io.netty5.handler.codec.ValueConverter
- convertObject(Object) - Method in class io.netty5.handler.codec.CharSequenceValueConverter
- convertObject(Object) - Method in class io.netty5.handler.codec.UnsupportedValueConverter
- convertObject(Object) - Method in interface io.netty5.handler.codec.ValueConverter
- convertShort(short) - Method in class io.netty5.handler.codec.CharSequenceValueConverter
- convertShort(short) - Method in class io.netty5.handler.codec.UnsupportedValueConverter
- convertShort(short) - Method in interface io.netty5.handler.codec.ValueConverter
- convertTimeMillis(long) - Method in class io.netty5.handler.codec.CharSequenceValueConverter
- convertTimeMillis(long) - Method in class io.netty5.handler.codec.UnsupportedValueConverter
- convertTimeMillis(long) - Method in interface io.netty5.handler.codec.ValueConverter
- convertToBoolean(CharSequence) - Method in class io.netty5.handler.codec.CharSequenceValueConverter
- convertToBoolean(T) - Method in interface io.netty5.handler.codec.ValueConverter
- convertToBoolean(V) - Method in class io.netty5.handler.codec.UnsupportedValueConverter
- convertToByte(CharSequence) - Method in class io.netty5.handler.codec.CharSequenceValueConverter
- convertToByte(T) - Method in interface io.netty5.handler.codec.ValueConverter
- convertToByte(V) - Method in class io.netty5.handler.codec.UnsupportedValueConverter
- convertToChar(CharSequence) - Method in class io.netty5.handler.codec.CharSequenceValueConverter
- convertToChar(T) - Method in interface io.netty5.handler.codec.ValueConverter
- convertToChar(V) - Method in class io.netty5.handler.codec.UnsupportedValueConverter
- convertToDouble(CharSequence) - Method in class io.netty5.handler.codec.CharSequenceValueConverter
- convertToDouble(T) - Method in interface io.netty5.handler.codec.ValueConverter
- convertToDouble(V) - Method in class io.netty5.handler.codec.UnsupportedValueConverter
- convertToFloat(CharSequence) - Method in class io.netty5.handler.codec.CharSequenceValueConverter
- convertToFloat(T) - Method in interface io.netty5.handler.codec.ValueConverter
- convertToFloat(V) - Method in class io.netty5.handler.codec.UnsupportedValueConverter
- convertToInt(CharSequence) - Method in class io.netty5.handler.codec.CharSequenceValueConverter
- convertToInt(T) - Method in interface io.netty5.handler.codec.ValueConverter
- convertToInt(V) - Method in class io.netty5.handler.codec.UnsupportedValueConverter
- convertToLong(CharSequence) - Method in class io.netty5.handler.codec.CharSequenceValueConverter
- convertToLong(T) - Method in interface io.netty5.handler.codec.ValueConverter
- convertToLong(V) - Method in class io.netty5.handler.codec.UnsupportedValueConverter
- convertToShort(CharSequence) - Method in class io.netty5.handler.codec.CharSequenceValueConverter
- convertToShort(T) - Method in interface io.netty5.handler.codec.ValueConverter
- convertToShort(V) - Method in class io.netty5.handler.codec.UnsupportedValueConverter
- convertToTimeMillis(CharSequence) - Method in class io.netty5.handler.codec.CharSequenceValueConverter
- convertToTimeMillis(T) - Method in interface io.netty5.handler.codec.ValueConverter
- convertToTimeMillis(V) - Method in class io.netty5.handler.codec.UnsupportedValueConverter
- Cookie - Interface in io.netty5.handler.codec.http.cookie
-
An interface defining an HTTP cookie.
- COOKIE - Static variable in class io.netty5.handler.codec.http.HttpHeaderNames
-
"cookie"
- CookieDecoder - Class in io.netty5.handler.codec.http.cookie
-
Parent of Client and Server side cookie decoders
- CookieDecoder(boolean) - Constructor for class io.netty5.handler.codec.http.cookie.CookieDecoder
- CookieEncoder - Class in io.netty5.handler.codec.http.cookie
-
Parent of Client and Server side cookie encoders
- CookieEncoder(boolean) - Constructor for class io.netty5.handler.codec.http.cookie.CookieEncoder
- CookieHeaderNames - Class in io.netty5.handler.codec.http.cookie
- CookieHeaderNames.SameSite - Enum in io.netty5.handler.codec.http.cookie
-
Possible values for the SameSite attribute.
- copy() - Method in interface io.netty5.buffer.api.Buffer
-
Returns a copy of this buffer's readable bytes.
- copy() - Method in class io.netty5.buffer.api.BufferStub
- copy() - Method in interface io.netty5.buffer.api.CompositeBuffer
- copy() - Method in class io.netty5.handler.codec.DefaultHeaders
-
Returns a deep copy of this instance.
- copy() - Method in class io.netty5.handler.codec.dns.DefaultDnsOptEcsRecord
- copy() - Method in class io.netty5.handler.codec.dns.DefaultDnsPtrRecord
- copy() - Method in class io.netty5.handler.codec.dns.DefaultDnsQuestion
- copy() - Method in class io.netty5.handler.codec.dns.DefaultDnsRawRecord
- copy() - Method in interface io.netty5.handler.codec.dns.DnsOptEcsRecord
- copy() - Method in interface io.netty5.handler.codec.dns.DnsOptPseudoRecord
- copy() - Method in interface io.netty5.handler.codec.dns.DnsPtrRecord
- copy() - Method in interface io.netty5.handler.codec.dns.DnsQuestion
- copy() - Method in interface io.netty5.handler.codec.dns.DnsRawRecord
- copy() - Method in interface io.netty5.handler.codec.dns.DnsRecord
-
Returns a copy of this record object.
- copy() - Method in class io.netty5.handler.codec.http.DefaultFullHttpRequest
- copy() - Method in class io.netty5.handler.codec.http.DefaultFullHttpResponse
- copy() - Method in class io.netty5.handler.codec.http.DefaultHttpContent
- copy() - Method in class io.netty5.handler.codec.http.DefaultHttpHeaders
- copy() - Method in class io.netty5.handler.codec.http.DefaultLastHttpContent
- copy() - Method in class io.netty5.handler.codec.http.EmptyLastHttpContent
- copy() - Method in interface io.netty5.handler.codec.http.HttpContent
-
Create a copy of this HTTP content instance, and return it.
- copy() - Method in class io.netty5.handler.codec.http.HttpHeaders
-
Returns a deep copy of the passed in
HttpHeaders
. - copy() - Method in class io.netty5.handler.codec.http.HttpServerUpgradeHandler.UpgradeEvent
- copy() - Method in class io.netty5.handler.codec.http2.DefaultHttp2DataFrame
- copy() - Method in class io.netty5.handler.codec.http2.DefaultHttp2GoAwayFrame
- copy() - Method in class io.netty5.handler.codec.http2.DefaultHttp2UnknownFrame
- copy() - Method in interface io.netty5.handler.codec.http2.Http2DataFrame
-
Produce a copy of this data frame, which contain a copy of the frame contents.
- copy() - Method in interface io.netty5.handler.codec.http2.Http2GoAwayFrame
-
Produce a copy of this GOAWAY frame, which contain a copy of the frame contents.
- copy() - Method in interface io.netty5.handler.codec.http2.Http2UnknownFrame
-
Create a copy of this unknown frame, which in turn contain a copy of the frame contents.
- copy() - Method in class io.netty5.handler.ssl.PemPrivateKey
- copy() - Method in class io.netty5.handler.ssl.PemX509Certificate
- copy() - Method in class io.netty5.resolver.dns.DnsNameResolverBuilder
-
Creates a copy of this
DnsNameResolverBuilder
- copy(boolean) - Method in interface io.netty5.buffer.api.Buffer
-
Returns a copy of this buffer's readable bytes, with the given read-only setting.
- copy(boolean) - Method in class io.netty5.buffer.api.BufferStub
- copy(int, byte[], int, int) - Method in class io.netty5.util.AsciiString
-
Copies the content of this string to a byte array.
- copy(int, char[], int, int) - Method in class io.netty5.util.AsciiString
-
Copied the content of this string to a character array.
- copy(int, int) - Method in interface io.netty5.buffer.api.Buffer
-
Returns a copy of the given region of this buffer.
- copy(int, int) - Method in class io.netty5.buffer.api.BufferStub
- copy(int, int) - Method in interface io.netty5.buffer.api.CompositeBuffer
- copy(int, int, boolean) - Method in interface io.netty5.buffer.api.Buffer
-
Returns a copy of the given region of this buffer.
- copy(int, int, boolean) - Method in class io.netty5.buffer.api.BufferStub
- copy(int, int, boolean) - Method in interface io.netty5.buffer.api.CompositeBuffer
- copyAndCompose(BufferAllocator, Buffer, Buffer, int) - Method in class io.netty5.channel.AbstractCoalescingBufferQueue
- copyFrom(Http2Settings) - Method in class io.netty5.handler.codec.http2.Http2Settings
-
Clears and then copies the given settings into this object.
- copyInto(int, byte[], int, int) - Method in interface io.netty5.buffer.api.Buffer
-
Copies the given length of data from this buffer into the given destination array, beginning at the given source position in this buffer, and the given destination position in the destination array.
- copyInto(int, byte[], int, int) - Method in class io.netty5.buffer.api.BufferStub
- copyInto(int, Buffer, int, int) - Method in interface io.netty5.buffer.api.Buffer
-
Copies the given length of data from this buffer into the given destination buffer, beginning at the given source position in this buffer, and the given destination position in the destination buffer.
- copyInto(int, Buffer, int, int) - Method in class io.netty5.buffer.api.BufferStub
- copyInto(int, ByteBuffer, int, int) - Method in interface io.netty5.buffer.api.Buffer
-
Copies the given length of data from this buffer into the given destination byte buffer, beginning at the given source position in this buffer, and the given destination position in the destination byte buffer.
- copyInto(int, ByteBuffer, int, int) - Method in class io.netty5.buffer.api.BufferStub
- copyIpv4MappedIpv6Address(byte[], byte[]) - Static method in class io.netty5.channel.unix.NativeInetAddress
- copyMemory(byte[], int, byte[], int, long) - Static method in class io.netty5.util.internal.PlatformDependent
- copyMemory(byte[], int, long, long) - Static method in class io.netty5.util.internal.PlatformDependent
- copyMemory(long, byte[], int, long) - Static method in class io.netty5.util.internal.PlatformDependent
- copyMemory(long, long, long) - Static method in class io.netty5.util.internal.PlatformDependent
- copyMemory(Object, long, Object, long, long) - Static method in class io.netty5.util.internal.PlatformDependent
- copyOf(byte[]) - Method in interface io.netty5.buffer.api.BufferAllocator
-
Allocate a
Buffer
with the same size and contents of the given byte array. - copyOf(String, Charset) - Method in interface io.netty5.buffer.api.BufferAllocator
- copyOf(ByteBuffer) - Method in interface io.netty5.buffer.api.BufferAllocator
-
Allocate a
Buffer
with the same size and contents, as the contents of the givenByteBuffer
. - copyTo(AbstractCoalescingBufferQueue) - Method in class io.netty5.channel.AbstractCoalescingBufferQueue
-
Copy all pending entries in this queue into the destination queue.
- copyToCharSequence(Buffer, int, int, Charset) - Static method in interface io.netty5.buffer.api.internal.Statics
- copyToViaReverseLoop(Buffer, int, Buffer, int, int) - Static method in interface io.netty5.buffer.api.internal.Statics
- CorruptedFrameException - Exception in io.netty5.handler.codec
-
An
DecoderException
which is thrown when the received frame data could not be decoded by an inbound handler. - CorruptedFrameException() - Constructor for exception io.netty5.handler.codec.CorruptedFrameException
-
Creates a new instance.
- CorruptedFrameException(String) - Constructor for exception io.netty5.handler.codec.CorruptedFrameException
-
Creates a new instance.
- CorruptedFrameException(String, Throwable) - Constructor for exception io.netty5.handler.codec.CorruptedFrameException
-
Creates a new instance.
- CorruptedFrameException(Throwable) - Constructor for exception io.netty5.handler.codec.CorruptedFrameException
-
Creates a new instance.
- CorruptedWebSocketFrameException - Exception in io.netty5.handler.codec.http.websocketx
-
An
DecoderException
which is thrown when the receivedWebSocketFrame
data could not be decoded by an inbound handler. - CorruptedWebSocketFrameException() - Constructor for exception io.netty5.handler.codec.http.websocketx.CorruptedWebSocketFrameException
-
Creates a new instance.
- CorruptedWebSocketFrameException(WebSocketCloseStatus, String) - Constructor for exception io.netty5.handler.codec.http.websocketx.CorruptedWebSocketFrameException
-
Creates a new instance.
- CorruptedWebSocketFrameException(WebSocketCloseStatus, String, Throwable) - Constructor for exception io.netty5.handler.codec.http.websocketx.CorruptedWebSocketFrameException
-
Creates a new instance.
- CorruptedWebSocketFrameException(WebSocketCloseStatus, Throwable) - Constructor for exception io.netty5.handler.codec.http.websocketx.CorruptedWebSocketFrameException
-
Creates a new instance.
- CorsConfig - Class in io.netty5.handler.codec.http.cors
-
Configuration for Cross-Origin Resource Sharing (CORS).
- CorsConfig.Builder - Class in io.netty5.handler.codec.http.cors
-
Deprecated.Use
CorsConfigBuilder
instead. - CorsConfig.DateValueGenerator - Class in io.netty5.handler.codec.http.cors
-
Deprecated.Removed without alternatives.
- CorsConfigBuilder - Class in io.netty5.handler.codec.http.cors
-
Builder used to configure and build a
CorsConfig
instance. - CorsHandler - Class in io.netty5.handler.codec.http.cors
-
Handles Cross Origin Resource Sharing (CORS) requests.
- CorsHandler(CorsConfig) - Constructor for class io.netty5.handler.codec.http.cors.CorsHandler
-
Creates a new instance with a single
CorsConfig
. - CorsHandler(List<CorsConfig>, boolean) - Constructor for class io.netty5.handler.codec.http.cors.CorsHandler
-
Creates a new instance with the specified config list.
- count() - Method in class io.netty5.channel.DefaultFileRegion
- count() - Method in interface io.netty5.channel.FileRegion
-
Returns the number of bytes to transfer.
- count() - Method in class io.netty5.channel.unix.IovArray
-
Returns the number if iov entries.
- count() - Method in class io.netty5.handler.codec.dns.AbstractDnsMessage
- count() - Method in interface io.netty5.handler.codec.dns.DnsMessage
-
Returns the number of records in this DNS message.
- count(DnsSection) - Method in class io.netty5.handler.codec.dns.AbstractDnsMessage
- count(DnsSection) - Method in interface io.netty5.handler.codec.dns.DnsMessage
-
Returns the number of records in the specified
section
of this DNS message. - countBorrows() - Method in class io.netty5.buffer.api.internal.ResourceSupport
-
Count the number of borrows of this object.
- countBorrows(ResourceSupport<?, ?>) - Static method in interface io.netty5.buffer.api.internal.Statics
- countComponents() - Method in interface io.netty5.buffer.api.Buffer
-
Get the number of "components" in this buffer.
- countComponents() - Method in class io.netty5.buffer.api.BufferStub
- countReadableComponents() - Method in interface io.netty5.buffer.api.Buffer
-
Get the number of "components" in this buffer, that are readable.
- countReadableComponents() - Method in class io.netty5.buffer.api.BufferStub
- countWritableComponents() - Method in interface io.netty5.buffer.api.Buffer
-
Get the number of "components" in this buffer, that are writable.
- countWritableComponents() - Method in class io.netty5.buffer.api.BufferStub
- CR - Static variable in class io.netty5.handler.codec.http.HttpConstants
-
Carriage return
- createByteArrayFromIpAddressString(String) - Static method in class io.netty5.util.NetUtil
-
Creates an byte[] based on an ipAddressString.
- created(Http2Stream) - Method in interface io.netty5.handler.codec.http2.Http2Connection.Endpoint
-
Indicates whether or not this endpoint created the given stream.
- CREATED - Static variable in class io.netty5.handler.codec.http.HttpResponseStatus
-
201 Created
- CREATED - Static variable in class io.netty5.handler.codec.rtsp.RtspResponseStatuses
-
201 Created
- createInetAddressFromIpAddressString(String) - Static method in class io.netty5.util.NetUtil
-
Creates an
InetAddress
based on an ipAddressString or might return null if it can't be parsed. - createInvalidMessage(ChannelHandlerContext) - Method in class io.netty5.handler.codec.http.HttpObjectDecoder
- createInvalidMessage(ChannelHandlerContext) - Method in class io.netty5.handler.codec.http.HttpRequestDecoder
- createInvalidMessage(ChannelHandlerContext) - Method in class io.netty5.handler.codec.http.HttpResponseDecoder
- createInvalidMessage(ChannelHandlerContext) - Method in class io.netty5.handler.codec.rtsp.RtspDecoder
- createMessage(String[]) - Method in class io.netty5.handler.codec.http.HttpObjectDecoder
- createMessage(String[]) - Method in class io.netty5.handler.codec.http.HttpRequestDecoder
- createMessage(String[]) - Method in class io.netty5.handler.codec.http.HttpResponseDecoder
- createMessage(String[]) - Method in class io.netty5.handler.codec.rtsp.RtspDecoder
- createResourceClosedException() - Method in class io.netty5.buffer.api.internal.ResourceSupport
- createStream(int, boolean) - Method in interface io.netty5.handler.codec.http2.Http2Connection.Endpoint
-
Creates a stream initiated by this endpoint.
- createTempFile(String, String, File) - Static method in class io.netty5.util.internal.PlatformDependent
- createUnregistered() - Method in class io.netty5.bootstrap.AbstractBootstrap
-
Create a new unregistered channel.
- crlfBuffer(BufferAllocator) - Method in class io.netty5.handler.codec.http.HttpObjectEncoder
- CSEQ - Static variable in class io.netty5.handler.codec.rtsp.RtspHeaderNames
-
"cseq"
- ctx - Variable in class io.netty5.handler.codec.http.HttpContentDecoder
- ctx - Variable in class io.netty5.handler.ssl.ReferenceCountedOpenSslContext
-
The OpenSSL SSL_CTX object.
- ctx() - Method in class io.netty5.handler.codec.MessageAggregator
- cumulate(BufferAllocator, Buffer, Buffer) - Method in interface io.netty5.handler.codec.ByteToMessageDecoder.Cumulator
- cumulativeReadBytes() - Method in class io.netty5.handler.traffic.TrafficCounter
- cumulativeWrittenBytes() - Method in class io.netty5.handler.traffic.TrafficCounter
- current() - Method in class io.netty5.channel.ChannelOutboundBuffer
-
Return the current message to write or
null
if nothing was flushed before and so is ready to be written. - current() - Method in class io.netty5.channel.PendingWriteQueue
-
Return the current message or
null
if empty. - currentExecutor() - Static method in class io.netty5.util.internal.ThreadExecutorMap
- currentOffset() - Method in interface io.netty5.buffer.api.ByteCursor
-
The current position of this iterator into the underlying sequence of bytes.
- currentOffset() - Method in class io.netty5.handler.stream.ChunkedFile
-
Returns the offset in the file where the transfer is happening currently.
- currentOffset() - Method in class io.netty5.handler.stream.ChunkedNioFile
-
Returns the offset in the file where the transfer is happening currently.
- currentProgress() - Method in class io.netty5.channel.ChannelOutboundBuffer
-
Return the current message flush progress.
- currentReadBytes() - Method in class io.netty5.handler.traffic.TrafficCounter
- currentWrittenBytes() - Method in class io.netty5.handler.traffic.TrafficCounter
- customHeaders - Variable in class io.netty5.handler.codec.http.websocketx.WebSocketClientHandshaker
- customHeaders() - Method in class io.netty5.handler.codec.http.websocketx.WebSocketClientProtocolConfig
- customHeaders(HttpHeaders) - Method in class io.netty5.handler.codec.http.websocketx.WebSocketClientProtocolConfig.Builder
-
Map of custom headers to add to the client request
D
- DATA - Static variable in class io.netty5.handler.codec.http2.Http2FrameTypes
- DATA_FRAME_HEADER_LENGTH - Static variable in class io.netty5.handler.codec.http2.Http2CodecUtil
- DATAGRAM_CHANNEL_ACTIVE_ON_REGISTRATION - Static variable in class io.netty5.channel.ChannelOption
- DatagramChannel - Interface in io.netty5.channel.socket
-
A UDP/IP
Channel
. - DatagramDnsQuery - Class in io.netty5.handler.codec.dns
-
A
DnsQuery
implementation for UDP/IP. - DatagramDnsQuery(InetSocketAddress, InetSocketAddress, int) - Constructor for class io.netty5.handler.codec.dns.DatagramDnsQuery
-
Creates a new instance with the
DnsOpCode.QUERY
opCode
. - DatagramDnsQuery(SocketAddress, SocketAddress, int, DnsOpCode) - Constructor for class io.netty5.handler.codec.dns.DatagramDnsQuery
-
Creates a new instance.
- DatagramDnsQueryDecoder - Class in io.netty5.handler.codec.dns
-
Decodes a
DatagramPacket
into aDatagramDnsQuery
. - DatagramDnsQueryDecoder() - Constructor for class io.netty5.handler.codec.dns.DatagramDnsQueryDecoder
-
Creates a new decoder with the default record decoder.
- DatagramDnsQueryDecoder(DnsRecordDecoder) - Constructor for class io.netty5.handler.codec.dns.DatagramDnsQueryDecoder
-
Creates a new decoder with the specified
recordDecoder
. - DatagramDnsQueryEncoder - Class in io.netty5.handler.codec.dns
- DatagramDnsQueryEncoder() - Constructor for class io.netty5.handler.codec.dns.DatagramDnsQueryEncoder
-
Creates a new encoder with the default record encoder.
- DatagramDnsQueryEncoder(DnsRecordEncoder) - Constructor for class io.netty5.handler.codec.dns.DatagramDnsQueryEncoder
-
Creates a new encoder with the specified
recordEncoder
. - DatagramDnsResponse - Class in io.netty5.handler.codec.dns
-
A
DnsResponse
implementation for UDP/IP. - DatagramDnsResponse(InetSocketAddress, InetSocketAddress, int) - Constructor for class io.netty5.handler.codec.dns.DatagramDnsResponse
- DatagramDnsResponse(InetSocketAddress, InetSocketAddress, int, DnsOpCode) - Constructor for class io.netty5.handler.codec.dns.DatagramDnsResponse
-
Creates a new instance with the
DnsResponseCode.NOERROR
responseCode. - DatagramDnsResponse(InetSocketAddress, InetSocketAddress, int, DnsOpCode, DnsResponseCode) - Constructor for class io.netty5.handler.codec.dns.DatagramDnsResponse
-
Creates a new instance.
- DatagramDnsResponseDecoder - Class in io.netty5.handler.codec.dns
-
Decodes a
DatagramPacket
into aDatagramDnsResponse
. - DatagramDnsResponseDecoder() - Constructor for class io.netty5.handler.codec.dns.DatagramDnsResponseDecoder
-
Creates a new decoder with the default record decoder.
- DatagramDnsResponseDecoder(DnsRecordDecoder) - Constructor for class io.netty5.handler.codec.dns.DatagramDnsResponseDecoder
-
Creates a new decoder with the specified
recordDecoder
. - DatagramDnsResponseEncoder - Class in io.netty5.handler.codec.dns
- DatagramDnsResponseEncoder() - Constructor for class io.netty5.handler.codec.dns.DatagramDnsResponseEncoder
-
Creates a new encoder with the default record encoder.
- DatagramDnsResponseEncoder(DnsRecordEncoder) - Constructor for class io.netty5.handler.codec.dns.DatagramDnsResponseEncoder
-
Creates a new encoder with the specified
recordEncoder
. - DatagramPacket - Class in io.netty5.channel.socket
-
The message container that is used for
DatagramChannel
to communicate with the remote peer. - DatagramPacket(Buffer, SocketAddress) - Constructor for class io.netty5.channel.socket.DatagramPacket
-
Create a new instance with the specified packet
data
andrecipient
address. - DatagramPacket(Buffer, SocketAddress, SocketAddress) - Constructor for class io.netty5.channel.socket.DatagramPacket
-
Create a new instance with the specified packet
data
,recipient
address, andsender
address. - DatagramPacketDecoder - Class in io.netty5.handler.codec
-
A decoder that decodes the content of the received
DatagramPacket
using the specifiedBuffer
decoder. - DatagramPacketDecoder(MessageToMessageDecoder<Buffer>) - Constructor for class io.netty5.handler.codec.DatagramPacketDecoder
-
Create a
DatagramPacket
decoder using the specifiedBuffer
decoder. - DatagramPacketEncoder<M> - Class in io.netty5.handler.codec
-
An encoder that encodes the content in
AddressedEnvelope
toDatagramPacket
using the specified message encoder. - DatagramPacketEncoder(MessageToMessageEncoder<? super M>) - Constructor for class io.netty5.handler.codec.DatagramPacketEncoder
-
Create an encoder that encodes the content in
AddressedEnvelope
toDatagramPacket
using the specified message encoder. - DatagramSocketAddress - Class in io.netty5.channel.unix
-
Act as special
InetSocketAddress
to be able to easily pass all needed data from JNI without the need to create more objects then needed. - DATE - Static variable in class io.netty5.handler.codec.http.HttpHeaderNames
-
"date"
- DATE - Static variable in class io.netty5.handler.codec.rtsp.RtspHeaderNames
-
"date"
- DateFormatter - Class in io.netty5.handler.codec
-
A formatter for HTTP header dates, such as "Expires" and "Date" headers, or "expires" field in "Set-Cookie".
- DateValueGenerator() - Constructor for class io.netty5.handler.codec.http.cors.CorsConfig.DateValueGenerator
-
Deprecated.
- deadlineNanos() - Method in interface io.netty5.channel.IoExecutionContext
-
Returns the absolute point in time at which the next closest scheduled task should run or
-1
if nothing is scheduled to run. - deadlineNanos() - Method in interface io.netty5.util.concurrent.RunnableScheduledFuture
-
Returns the deadline in nanos when the
Runnable.run()
method should be called again. - deadlineNanos() - Method in class io.netty5.util.concurrent.SingleThreadEventExecutor
-
Returns the absolute point in time (relative to
AbstractScheduledEventExecutor.getCurrentTimeNanos()
()}) at which the next closest scheduled task should run or-1
if none is scheduled at the mment. - deallocate() - Method in class io.netty5.channel.DefaultFileRegion
- deallocate() - Method in class io.netty5.handler.codec.dns.AbstractDnsMessage
- deallocate() - Method in class io.netty5.util.AbstractReferenceCounted
-
Called once
AbstractReferenceCounted.refCnt()
is equals 0. - debug(String) - Method in interface io.netty5.util.internal.logging.InternalLogger
-
Log a message at the DEBUG level.
- debug(String, Object) - Method in interface io.netty5.util.internal.logging.InternalLogger
-
Log a message at the DEBUG level according to the specified format and argument.
- debug(String, Object...) - Method in interface io.netty5.util.internal.logging.InternalLogger
-
Log a message at the DEBUG level according to the specified format and arguments.
- debug(String, Object, Object) - Method in interface io.netty5.util.internal.logging.InternalLogger
-
Log a message at the DEBUG level according to the specified format and arguments.
- debug(String, Throwable) - Method in interface io.netty5.util.internal.logging.InternalLogger
-
Log an exception (throwable) at the DEBUG level with an accompanying message.
- debug(Throwable) - Method in class io.netty5.util.internal.logging.AbstractInternalLogger
- debug(Throwable) - Method in interface io.netty5.util.internal.logging.InternalLogger
-
Log an exception (throwable) at the DEBUG level.
- DEBUG - io.netty5.handler.logging.LogLevel
- DEBUG - io.netty5.util.internal.logging.InternalLogLevel
-
'DEBUG' log level.
- debugData() - Method in exception io.netty5.handler.codec.http2.StreamBufferingEncoder.Http2GoAwayException
- decode(Buffer) - Static method in class io.netty5.handler.codec.base64.Base64
- decode(Buffer, int, int) - Static method in class io.netty5.handler.codec.base64.Base64
- decode(Buffer, int, int, Base64Dialect) - Static method in class io.netty5.handler.codec.base64.Base64
- decode(Buffer, int, int, Base64Dialect, BufferAllocator) - Static method in class io.netty5.handler.codec.base64.Base64
- decode(Buffer, Buffer) - Method in class io.netty5.handler.codec.compression.Snappy
- decode(Buffer, Base64Dialect) - Static method in class io.netty5.handler.codec.base64.Base64
- decode(ChannelHandlerContext, I) - Method in class io.netty5.handler.codec.MessageAggregator
- decode(ChannelHandlerContext, I) - Method in class io.netty5.handler.codec.MessageToMessageDecoder
-
Decode from one message to another.
- decode(ChannelHandlerContext, INBOUND_IN) - Method in class io.netty5.handler.codec.MessageToMessageCodec
- decode(ChannelHandlerContext, Buffer) - Method in class io.netty5.handler.codec.base64.Base64Decoder
- decode(ChannelHandlerContext, Buffer) - Method in class io.netty5.handler.codec.bytes.ByteArrayDecoder
- decode(ChannelHandlerContext, Buffer) - Method in class io.netty5.handler.codec.ByteToMessageCodec
- decode(ChannelHandlerContext, Buffer) - Method in class io.netty5.handler.codec.ByteToMessageDecoder
-
Decode the from one
Buffer
to another. - decode(ChannelHandlerContext, Buffer) - Method in class io.netty5.handler.codec.compression.DecompressionHandler
- decode(ChannelHandlerContext, Buffer) - Method in class io.netty5.handler.codec.DelimiterBasedFrameDecoder
- decode(ChannelHandlerContext, Buffer) - Method in class io.netty5.handler.codec.FixedLengthFrameDecoder
- decode(ChannelHandlerContext, Buffer) - Method in class io.netty5.handler.codec.http.HttpObjectDecoder
- decode(ChannelHandlerContext, Buffer) - Method in class io.netty5.handler.codec.http.websocketx.WebSocket13FrameDecoder
- decode(ChannelHandlerContext, Buffer) - Method in class io.netty5.handler.codec.http2.CleartextHttp2ServerUpgradeHandler
-
Peek inbound message to determine current connection wants to start HTTP/2 by HTTP upgrade or prior knowledge
- decode(ChannelHandlerContext, Buffer) - Method in class io.netty5.handler.codec.http2.Http2ConnectionHandler
- decode(ChannelHandlerContext, Buffer) - Method in class io.netty5.handler.codec.LengthFieldBasedFrameDecoder
- decode(ChannelHandlerContext, Buffer) - Method in class io.netty5.handler.codec.LineBasedFrameDecoder
- decode(ChannelHandlerContext, Buffer) - Method in class io.netty5.handler.codec.string.StringDecoder
- decode(ChannelHandlerContext, Buffer) - Method in class io.netty5.handler.ssl.OptionalSslHandler
- decode(ChannelHandlerContext, Buffer) - Method in class io.netty5.handler.ssl.SslClientHelloHandler
- decode(ChannelHandlerContext, Buffer) - Method in class io.netty5.handler.ssl.SslHandler
- decode(ChannelHandlerContext, DatagramPacket) - Method in class io.netty5.handler.codec.DatagramPacketDecoder
- decode(ChannelHandlerContext, DatagramPacket) - Method in class io.netty5.handler.codec.dns.DatagramDnsQueryDecoder
- decode(ChannelHandlerContext, DatagramPacket) - Method in class io.netty5.handler.codec.dns.DatagramDnsResponseDecoder
- decode(ChannelHandlerContext, HttpObject) - Method in class io.netty5.handler.codec.http.HttpClientUpgradeHandler
- decode(ChannelHandlerContext, HttpRequest) - Method in class io.netty5.handler.codec.http.HttpContentEncoder
- decode(String) - Method in class io.netty5.handler.codec.http.cookie.ClientCookieDecoder
-
Decodes the specified Set-Cookie HTTP header value into a
Cookie
. - decode(String) - Method in class io.netty5.handler.codec.http.cookie.ServerCookieDecoder
-
Decodes the specified
Cookie
HTTP header value into aCookie
. - decode0(ChannelHandlerContext, Buffer) - Method in class io.netty5.handler.codec.DelimiterBasedFrameDecoder
-
Create a frame out of the
Buffer
and return it. - decode0(ChannelHandlerContext, Buffer) - Method in class io.netty5.handler.codec.dns.TcpDnsQueryDecoder
- decode0(ChannelHandlerContext, Buffer) - Method in class io.netty5.handler.codec.dns.TcpDnsResponseDecoder
- decode0(ChannelHandlerContext, Buffer) - Method in class io.netty5.handler.codec.FixedLengthFrameDecoder
-
Create a frame out of the
Buffer
and return it. - decode0(ChannelHandlerContext, Buffer) - Method in class io.netty5.handler.codec.LengthFieldBasedFrameDecoder
-
Create a frame out of the
Buffer
and return it. - decode0(ChannelHandlerContext, Buffer) - Method in class io.netty5.handler.codec.LineBasedFrameDecoder
-
Create a frame out of the
Buffer
and return it. - decodeAll(String) - Method in class io.netty5.handler.codec.http.cookie.ServerCookieDecoder
-
Decodes the specified
Cookie
HTTP header value into aCookie
. - decodeAndClose(ChannelHandlerContext, I) - Method in class io.netty5.handler.codec.MessageToMessageDecoder
-
Decode from one message to another.
- decodeAndClose(ChannelHandlerContext, INBOUND_IN) - Method in class io.netty5.handler.codec.MessageToMessageCodec
- decodeAndClose(ChannelHandlerContext, HttpObject) - Method in class io.netty5.handler.codec.http.HttpContentDecoder
- decodeAndClose(ChannelHandlerContext, HttpObject) - Method in class io.netty5.handler.codec.http.HttpServerUpgradeHandler
- decodeAndClose(ChannelHandlerContext, HttpRequest) - Method in class io.netty5.handler.codec.http.HttpContentEncoder
- decodeAndClose(ChannelHandlerContext, WebSocketFrame) - Method in class io.netty5.handler.codec.http.websocketx.WebSocketClientProtocolHandler
- decodeAndClose(ChannelHandlerContext, WebSocketFrame) - Method in class io.netty5.handler.codec.http.websocketx.WebSocketServerProtocolHandler
- decodeAndClose(ChannelHandlerContext, Http2StreamFrame) - Method in class io.netty5.handler.codec.http2.Http2StreamFrameToHttpObjectCodec
- decodeComponent(String) - Static method in class io.netty5.handler.codec.http.QueryStringDecoder
-
Decodes a bit of a URL encoded by a browser.
- decodeComponent(String, Charset) - Static method in class io.netty5.handler.codec.http.QueryStringDecoder
-
Decodes a bit of a URL encoded by a browser.
- decodeFrame(ChannelHandlerContext, Buffer) - Method in class io.netty5.handler.codec.http2.DecoratingHttp2ConnectionDecoder
- decodeFrame(ChannelHandlerContext, Buffer) - Method in class io.netty5.handler.codec.http2.DefaultHttp2ConnectionDecoder
- decodeFrame(ChannelHandlerContext, Buffer) - Method in interface io.netty5.handler.codec.http2.Http2ConnectionDecoder
-
Called by the
Http2ConnectionHandler
to decode the next frame from the input buffer. - decodeHeaders(int, Buffer) - Method in class io.netty5.handler.codec.http2.DefaultHttp2HeadersDecoder
- decodeHeaders(int, Buffer) - Method in interface io.netty5.handler.codec.http2.Http2HeadersDecoder
-
Decodes the given headers block and returns the headers.
- decodeHexByte(CharSequence, int) - Static method in class io.netty5.util.internal.StringUtil
-
Decode a 2-digit hex byte from within a string.
- decodeHexDump(CharSequence) - Static method in class io.netty5.util.internal.StringUtil
-
Decodes a hex dump
- decodeHexDump(CharSequence, int, int) - Static method in class io.netty5.util.internal.StringUtil
-
Decodes part of a string with hex dump
- decodeHexNibble(char) - Static method in class io.netty5.util.internal.StringUtil
-
Helper to decode half of a hexadecimal number from a string.
- decodeIdn(boolean) - Method in class io.netty5.resolver.dns.DnsNameResolverBuilder
-
Set if domain / host names should be decoded to unicode when received.
- decodeLast(ChannelHandlerContext, Buffer) - Method in class io.netty5.handler.codec.ByteToMessageCodec
- decodeLast(ChannelHandlerContext, Buffer) - Method in class io.netty5.handler.codec.ByteToMessageDecoder
-
Is called one last time when the
ChannelHandlerContext
goes in-active. - decodeLast(ChannelHandlerContext, Buffer) - Method in class io.netty5.handler.codec.http.HttpObjectDecoder
- decodeName(Buffer) - Static method in class io.netty5.handler.codec.dns.DefaultDnsRecordDecoder
-
Retrieves a domain name given a buffer containing a DNS packet.
- decodeName0(Buffer) - Method in class io.netty5.handler.codec.dns.DefaultDnsRecordDecoder
-
Retrieves a domain name given a buffer containing a DNS packet.
- decodeQuestion(Buffer) - Method in class io.netty5.handler.codec.dns.DefaultDnsRecordDecoder
- decodeQuestion(Buffer) - Method in interface io.netty5.handler.codec.dns.DnsRecordDecoder
-
Decodes a DNS question into its object representation.
- decoder() - Method in class io.netty5.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
-
Returns the
Http2ConnectionDecoder
to use. - decoder() - Method in class io.netty5.handler.codec.http2.Http2ConnectionHandler
- decoder(Charset) - Static method in class io.netty5.util.CharsetUtil
-
Returns a cached thread-local
CharsetDecoder
for the specifiedCharset
. - decoder(Charset, CodingErrorAction) - Static method in class io.netty5.util.CharsetUtil
-
Returns a new
CharsetDecoder
for theCharset
with the specified error action. - decoder(Charset, CodingErrorAction, CodingErrorAction) - Static method in class io.netty5.util.CharsetUtil
-
Returns a new
CharsetDecoder
for theCharset
with specified error actions. - decoderConfig() - Method in class io.netty5.handler.codec.http.websocketx.WebSocketServerHandshaker
-
Gets this decoder configuration.
- decoderConfig() - Method in class io.netty5.handler.codec.http.websocketx.WebSocketServerProtocolConfig
- decoderConfig(WebSocketDecoderConfig) - Method in class io.netty5.handler.codec.http.websocketx.WebSocketServerProtocolConfig.Builder
-
Frames decoder configuration.
- decodeRecord(BufferAllocator, Buffer) - Method in class io.netty5.handler.codec.dns.DefaultDnsRecordDecoder
- decodeRecord(BufferAllocator, Buffer) - Method in interface io.netty5.handler.codec.dns.DnsRecordDecoder
-
Decodes a DNS record into its object representation.
- decodeRecord(String, DnsRecordType, int, long, BufferAllocator, Buffer, int, int) - Method in class io.netty5.handler.codec.dns.DefaultDnsRecordDecoder
-
Decodes a record from the information decoded so far by
DnsRecordDecoder.decodeRecord(BufferAllocator, Buffer)
. - decoderEnforceMaxConsecutiveEmptyDataFrames() - Method in class io.netty5.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
-
Returns the maximum number of consecutive empty DATA frames (without end_of_stream flag) that are allowed before the connection is closed.
- decoderEnforceMaxConsecutiveEmptyDataFrames() - Method in class io.netty5.handler.codec.http2.Http2FrameCodecBuilder
- decoderEnforceMaxConsecutiveEmptyDataFrames(int) - Method in class io.netty5.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
-
Sets the maximum number of consecutive empty DATA frames (without end_of_stream flag) that are allowed before the connection is closed.
- decoderEnforceMaxConsecutiveEmptyDataFrames(int) - Method in class io.netty5.handler.codec.http2.Http2FrameCodecBuilder
- decodeResponse(ChannelHandlerContext, DatagramPacket) - Method in class io.netty5.handler.codec.dns.DatagramDnsResponseDecoder
- DecoderException - Exception in io.netty5.handler.codec
-
An
CodecException
which is thrown by a decoder. - DecoderException() - Constructor for exception io.netty5.handler.codec.DecoderException
-
Creates a new instance.
- DecoderException(String) - Constructor for exception io.netty5.handler.codec.DecoderException
-
Creates a new instance.
- DecoderException(String, Throwable) - Constructor for exception io.netty5.handler.codec.DecoderException
-
Creates a new instance.
- DecoderException(Throwable) - Constructor for exception io.netty5.handler.codec.DecoderException
-
Creates a new instance.
- decoderFilter() - Method in interface io.netty5.handler.codec.http.websocketx.extensions.WebSocketExtensionFilterProvider
-
Returns the extension filter for
WebSocketExtensionDecoder
decoder. - decoderResult() - Method in interface io.netty5.handler.codec.DecoderResultProvider
-
Returns the result of decoding this object.
- decoderResult() - Method in class io.netty5.handler.codec.http.DefaultHttpObject
- decoderResult() - Method in class io.netty5.handler.codec.http.EmptyLastHttpContent
- DecoderResult - Class in io.netty5.handler.codec
- DecoderResult() - Constructor for class io.netty5.handler.codec.DecoderResult
- DecoderResult(Throwable) - Constructor for class io.netty5.handler.codec.DecoderResult
- DecoderResultProvider - Interface in io.netty5.handler.codec
-
Provides the accessor methods for the
DecoderResult
property of a decoded message. - decomposeBuffer() - Method in interface io.netty5.buffer.api.CompositeBuffer
-
Break a composite buffer into its constituent components.
- decompress(Buffer, BufferAllocator) - Method in class io.netty5.handler.codec.compression.BrotliDecompressor
- decompress(Buffer, BufferAllocator) - Method in class io.netty5.handler.codec.compression.Bzip2Decompressor
- decompress(Buffer, BufferAllocator) - Method in interface io.netty5.handler.codec.compression.Decompressor
-
This method will read from the input
Buffer
and decompress into a newBuffer
that will be allocated (if needed) from theBufferAllocator
. - decompress(Buffer, BufferAllocator) - Method in class io.netty5.handler.codec.compression.FastLzDecompressor
- decompress(Buffer, BufferAllocator) - Method in class io.netty5.handler.codec.compression.Lz4Decompressor
- decompress(Buffer, BufferAllocator) - Method in class io.netty5.handler.codec.compression.LzfDecompressor
- decompress(Buffer, BufferAllocator) - Method in class io.netty5.handler.codec.compression.SnappyDecompressor
- decompress(Buffer, BufferAllocator) - Method in class io.netty5.handler.codec.compression.ZlibDecompressor
- decompress(SSLEngine, int, byte[]) - Method in interface io.netty5.handler.ssl.OpenSslCertificateCompressionAlgorithm
-
Decompress the given input with the specified algorithm and return the decompressed bytes.
- Decompress - io.netty5.handler.ssl.OpenSslCertificateCompressionConfig.AlgorithmMode
-
Decompression supported and should be advertised.
- decompressionBufferExhausted(Buffer) - Method in class io.netty5.handler.codec.compression.ZlibDecompressor
- DecompressionException - Exception in io.netty5.handler.codec.compression
-
A
DecoderException
that is raised when decompression failed. - DecompressionException() - Constructor for exception io.netty5.handler.codec.compression.DecompressionException
-
Creates a new instance.
- DecompressionException(String) - Constructor for exception io.netty5.handler.codec.compression.DecompressionException
-
Creates a new instance.
- DecompressionException(String, Throwable) - Constructor for exception io.netty5.handler.codec.compression.DecompressionException
-
Creates a new instance.
- DecompressionException(Throwable) - Constructor for exception io.netty5.handler.codec.compression.DecompressionException
-
Creates a new instance.
- DecompressionHandler - Class in io.netty5.handler.codec.compression
- DecompressionHandler(Supplier<? extends Decompressor>) - Constructor for class io.netty5.handler.codec.compression.DecompressionHandler
-
Creates a new instance.
- DecompressionHandler(Supplier<? extends Decompressor>, boolean) - Constructor for class io.netty5.handler.codec.compression.DecompressionHandler
-
Creates a new instance.
- Decompressor - Interface in io.netty5.handler.codec.compression
-
Decompressor that takes care of decompress some input.
- DecoratingHttp2ConnectionDecoder - Class in io.netty5.handler.codec.http2
-
Decorator around another
Http2ConnectionDecoder
instance. - DecoratingHttp2ConnectionDecoder(Http2ConnectionDecoder) - Constructor for class io.netty5.handler.codec.http2.DecoratingHttp2ConnectionDecoder
- DecoratingHttp2ConnectionEncoder - Class in io.netty5.handler.codec.http2
-
A decorator around another
Http2ConnectionEncoder
instance. - DecoratingHttp2ConnectionEncoder(Http2ConnectionEncoder) - Constructor for class io.netty5.handler.codec.http2.DecoratingHttp2ConnectionEncoder
- DecoratingHttp2FrameWriter - Class in io.netty5.handler.codec.http2
-
Decorator around another
Http2FrameWriter
instance. - DecoratingHttp2FrameWriter(Http2FrameWriter) - Constructor for class io.netty5.handler.codec.http2.DecoratingHttp2FrameWriter
- decoupleCloseAndGoAway() - Method in class io.netty5.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
-
Determine if the
Channel.close()
should be coupled with goaway and graceful close. - decoupleCloseAndGoAway(boolean) - Method in class io.netty5.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
-
Determine if the
Channel.close()
should be coupled with goaway and graceful close. - decoupleCloseAndGoAway(boolean) - Method in class io.netty5.handler.codec.http2.Http2ConnectionHandlerBuilder
- decoupleCloseAndGoAway(boolean) - Method in class io.netty5.handler.codec.http2.Http2FrameCodecBuilder
- decoupleCloseAndGoAway(boolean) - Method in class io.netty5.handler.codec.http2.HttpToHttp2ConnectionHandlerBuilder
- decrypt(SSLEngine, byte[]) - Method in interface io.netty5.handler.ssl.OpenSslAsyncPrivateKeyMethod
-
Decrypts the input with the given key and notifies the returned
Future
with the decrypted bytes. - decrypt(SSLEngine, byte[]) - Method in interface io.netty5.handler.ssl.OpenSslPrivateKeyMethod
-
Decrypts the input with the given key and returns the decrypted bytes.
- deepCheckNotNull(String, T...) - Static method in class io.netty5.util.internal.ObjectUtil
-
Check that the given varargs is not null and does not contain elements null elements.
- DEFAULT - Static variable in class io.netty5.channel.AdaptiveRecvBufferAllocator
-
Deprecated.There is state for
DefaultMaxMessagesRecvBufferAllocator.maxMessagesPerRead()
which is typically based upon channel type. - DEFAULT - Static variable in class io.netty5.channel.DefaultMessageSizeEstimator
-
Return the default implementation which returns
8
for unknown messages. - DEFAULT - Static variable in class io.netty5.channel.WriteBufferWaterMark
- DEFAULT - Static variable in interface io.netty5.handler.codec.dns.DnsRecordDecoder
- DEFAULT - Static variable in interface io.netty5.handler.codec.dns.DnsRecordEncoder
- DEFAULT - Static variable in interface io.netty5.handler.codec.http.websocketx.extensions.WebSocketExtensionFilterProvider
- DEFAULT - Static variable in class io.netty5.handler.codec.string.LineSeparator
-
The default line separator in the current system.
- DEFAULT - Static variable in interface io.netty5.resolver.HostsFileEntriesResolver
-
Default instance: a
DefaultHostsFileEntriesResolver
. - DEFAULT_ALLOW_DUPLICATE_CONTENT_LENGTHS - Static variable in class io.netty5.handler.codec.http.HttpObjectDecoder
- DEFAULT_CAPACITY - Static variable in class io.netty5.util.collection.ByteObjectHashMap
-
Default initial capacity.
- DEFAULT_CAPACITY - Static variable in class io.netty5.util.collection.CharObjectHashMap
-
Default initial capacity.
- DEFAULT_CAPACITY - Static variable in class io.netty5.util.collection.IntObjectHashMap
-
Default initial capacity.
- DEFAULT_CAPACITY - Static variable in class io.netty5.util.collection.LongObjectHashMap
-
Default initial capacity.
- DEFAULT_CAPACITY - Static variable in class io.netty5.util.collection.ShortObjectHashMap
-
Default initial capacity.
- DEFAULT_CHARSET - Static variable in class io.netty5.handler.codec.http.HttpConstants
-
Default character set (UTF-8)
- DEFAULT_CHECK_INTERVAL - Static variable in class io.netty5.handler.traffic.AbstractTrafficShapingHandler
-
Default delay between two checks: 1s
- DEFAULT_CHUNKED_SUPPORTED - Static variable in class io.netty5.handler.codec.http.HttpObjectDecoder
- DEFAULT_EVENT_LOOP_THREADS - Static variable in class io.netty5.channel.MultithreadEventLoopGroup
- DEFAULT_EXPLICIT_FLUSH_AFTER_FLUSHES - Static variable in class io.netty5.handler.flush.FlushConsolidationHandler
-
The default number of flushes after which a flush will be forwarded to downstream handlers (whether while in a read loop, or while batching outside of a read loop).
- DEFAULT_FAIL_ON_MISSING_RESPONSE - Static variable in class io.netty5.handler.codec.http.HttpClientCodec
- DEFAULT_FORCE_CLOSE_TIMEOUT_MILLIS - Static variable in class io.netty5.handler.codec.http.websocketx.WebSocketClientHandshaker
- DEFAULT_GRACEFUL_SHUTDOWN_TIMEOUT_MILLIS - Static variable in class io.netty5.handler.codec.http2.Http2CodecUtil
- DEFAULT_HEADER_LIST_SIZE - Static variable in class io.netty5.handler.codec.http2.Http2CodecUtil
- DEFAULT_HEADER_TABLE_SIZE - Static variable in class io.netty5.handler.codec.http2.Http2CodecUtil
- DEFAULT_INITIAL_BUFFER_SIZE - Static variable in class io.netty5.handler.codec.http.HttpObjectDecoder
- DEFAULT_LOAD_FACTOR - Static variable in class io.netty5.util.collection.ByteObjectHashMap
-
Default load factor.
- DEFAULT_LOAD_FACTOR - Static variable in class io.netty5.util.collection.CharObjectHashMap
-
Default load factor.
- DEFAULT_LOAD_FACTOR - Static variable in class io.netty5.util.collection.IntObjectHashMap
-
Default load factor.
- DEFAULT_LOAD_FACTOR - Static variable in class io.netty5.util.collection.LongObjectHashMap
-
Default load factor.
- DEFAULT_LOAD_FACTOR - Static variable in class io.netty5.util.collection.ShortObjectHashMap
-
Default load factor.
- DEFAULT_MAX_CONTENT_LENGTH - Static variable in class io.netty5.handler.codec.rtsp.RtspDecoder
-
Constant for default max content length.
- DEFAULT_MAX_FRAME_SIZE - Static variable in class io.netty5.handler.codec.http2.Http2CodecUtil
- DEFAULT_MAX_HEADER_SIZE - Static variable in class io.netty5.handler.codec.http.HttpObjectDecoder
- DEFAULT_MAX_INITIAL_LINE_LENGTH - Static variable in class io.netty5.handler.codec.http.HttpObjectDecoder
- DEFAULT_MAX_PENDING_EXECUTOR_TASKS - Static variable in class io.netty5.util.concurrent.SingleThreadEventExecutor
- DEFAULT_MAX_PENDING_TASKS - Static variable in class io.netty5.channel.SingleThreadEventLoop
- DEFAULT_MAX_QUEUED_CONTROL_FRAMES - Static variable in class io.netty5.handler.codec.http2.Http2CodecUtil
- DEFAULT_MAX_TASKS_PER_RUN - Static variable in class io.netty5.channel.SingleThreadEventLoop
- DEFAULT_MAX_TIME - Static variable in class io.netty5.handler.traffic.AbstractTrafficShapingHandler
-
Default max delay in case of traffic shaping (during which no communication will occur).
- DEFAULT_PARSE_HTTP_AFTER_CONNECT_REQUEST - Static variable in class io.netty5.handler.codec.http.HttpClientCodec
- DEFAULT_PRIORITY_WEIGHT - Static variable in class io.netty5.handler.codec.http2.Http2CodecUtil
- DEFAULT_VALIDATE_HEADERS - Static variable in class io.netty5.handler.codec.http.HttpObjectDecoder
- DEFAULT_WINDOW_SIZE - Static variable in class io.netty5.handler.codec.http2.Http2CodecUtil
- DEFAULT_WINDOW_UPDATE_RATIO - Static variable in class io.netty5.handler.codec.http2.DefaultHttp2LocalFlowController
-
The default ratio of window size to initial window size below which a
WINDOW_UPDATE
is sent to expand the window. - DefaultAbstractChannelPipeline(AbstractChannel<?, ?, ?>) - Constructor for class io.netty5.channel.AbstractChannel.DefaultAbstractChannelPipeline
- DefaultAddressedEnvelope<M,A extends SocketAddress> - Class in io.netty5.channel
-
The default
AddressedEnvelope
implementation. - DefaultAddressedEnvelope(M, A) - Constructor for class io.netty5.channel.DefaultAddressedEnvelope
-
Creates a new instance with the specified
message
andrecipient
address. - DefaultAddressedEnvelope(M, A, A) - Constructor for class io.netty5.channel.DefaultAddressedEnvelope
-
Creates a new instance with the specified
message
,recipient
address, andsender
address. - defaultAddresses() - Static method in class io.netty5.resolver.dns.DefaultDnsServerAddressStreamProvider
-
Returns the
DnsServerAddresses
that yields the system DNS server addresses sequentially. - defaultAddresses() - Static method in class io.netty5.resolver.dns.DnsServerAddresses
-
Deprecated.