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
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.Use
DefaultDnsServerAddressStreamProvider.defaultAddresses()
.Returns the
DnsServerAddresses
that yields the system DNS server addresses sequentially. If it failed to retrieve the list of the system DNS server addresses from the environment, it will use"8.8.8.8"
and"8.8.4.4"
, the addresses of the Google public DNS servers.This method has the same effect with the following code:
DnsServerAddresses.sequential(DnsServerAddresses.defaultAddressList());
- defaultAddressList() - Static method in class io.netty5.resolver.dns.DefaultDnsServerAddressStreamProvider
-
Returns the list of the system DNS server addresses.
- defaultAddressList() - Static method in class io.netty5.resolver.dns.DnsServerAddresses
-
Deprecated.Use
DefaultDnsServerAddressStreamProvider.defaultAddressList()
.Returns the list of the system DNS server addresses. If it failed to retrieve the list of the system DNS server addresses from the environment, it will return
"8.8.8.8"
and"8.8.4.4"
, the addresses of the Google public DNS servers. - DefaultAddressResolverGroup - Class in io.netty5.resolver
- DefaultAttributeMap - Class in io.netty5.util
-
Default
AttributeMap
implementation which not exibit any blocking behaviour on attribute lookup while using a copy-on-write approach on the modify path.
Attributes lookup and remove exibitO(logn)
time worst-case complexity, henceattribute::set(null)
is to be preferred toremove
. - DefaultAttributeMap() - Constructor for class io.netty5.util.DefaultAttributeMap
- DefaultAuthoritativeDnsServerCache - Class in io.netty5.resolver.dns
-
Default implementation of
AuthoritativeDnsServerCache
, backed by aConcurrentMap
. - DefaultAuthoritativeDnsServerCache() - Constructor for class io.netty5.resolver.dns.DefaultAuthoritativeDnsServerCache
-
Create a cache that respects the TTL returned by the DNS server.
- DefaultAuthoritativeDnsServerCache(int, int, Comparator<InetSocketAddress>) - Constructor for class io.netty5.resolver.dns.DefaultAuthoritativeDnsServerCache
-
Create a cache.
- DefaultBufferAddressedEnvelope<A extends SocketAddress> - Class in io.netty5.channel
-
The default
AddressedEnvelope
implementation forBuffer
messages. - DefaultBufferAddressedEnvelope(Buffer, A) - Constructor for class io.netty5.channel.DefaultBufferAddressedEnvelope
-
Creates a new instance with the specified
message
andrecipient
address. - DefaultBufferAddressedEnvelope(Buffer, A, A) - Constructor for class io.netty5.channel.DefaultBufferAddressedEnvelope
-
Creates a new instance with the specified
message
,recipient
address, andsender
address. - DefaultBufferAllocators - Class in io.netty5.buffer.api
-
Accessor for the default, shared
BufferAllocator
instances. - DefaultChannelGroup - Class in io.netty5.channel.group
-
The default
ChannelGroup
implementation. - DefaultChannelGroup(EventExecutor) - Constructor for class io.netty5.channel.group.DefaultChannelGroup
-
Creates a new group with a generated name and the provided
EventExecutor
to notify theChannelGroupFuture
s. - DefaultChannelGroup(EventExecutor, boolean) - Constructor for class io.netty5.channel.group.DefaultChannelGroup
-
Creates a new group with a generated name and the provided
EventExecutor
to notify theChannelGroupFuture
s. - DefaultChannelGroup(String, EventExecutor) - Constructor for class io.netty5.channel.group.DefaultChannelGroup
- DefaultChannelGroup(String, EventExecutor, boolean) - Constructor for class io.netty5.channel.group.DefaultChannelGroup
- DefaultChannelId - Class in io.netty5.channel
-
The default
ChannelId
implementation. - DefaultChannelPipeline - Class in io.netty5.channel
-
The default
ChannelPipeline
implementation. - DefaultChannelPipeline(Channel) - Constructor for class io.netty5.channel.DefaultChannelPipeline
- defaultClientProvider() - Static method in class io.netty5.handler.ssl.SslContext
-
Returns the default client-side implementation provider currently in use.
- DefaultCookie - Class in io.netty5.handler.codec.http.cookie
-
The default
Cookie
implementation. - DefaultCookie(String, String) - Constructor for class io.netty5.handler.codec.http.cookie.DefaultCookie
-
Creates a new cookie with the specified name and value.
- DefaultDnsCache - Class in io.netty5.resolver.dns
-
Default implementation of
DnsCache
, backed by aConcurrentMap
. - DefaultDnsCache() - Constructor for class io.netty5.resolver.dns.DefaultDnsCache
-
Create a cache that respects the TTL returned by the DNS server and doesn't cache negative responses.
- DefaultDnsCache(int, int, int) - Constructor for class io.netty5.resolver.dns.DefaultDnsCache
-
Create a cache.
- DefaultDnsCnameCache - Class in io.netty5.resolver.dns
-
Default implementation of a
DnsCnameCache
. - DefaultDnsCnameCache() - Constructor for class io.netty5.resolver.dns.DefaultDnsCnameCache
-
Create a cache that respects the TTL returned by the DNS server.
- DefaultDnsCnameCache(int, int) - Constructor for class io.netty5.resolver.dns.DefaultDnsCnameCache
-
Create a cache.
- DefaultDnsOptEcsRecord - Class in io.netty5.handler.codec.dns
-
Default
DnsOptEcsRecord
implementation. - DefaultDnsOptEcsRecord(int, int, byte[]) - Constructor for class io.netty5.handler.codec.dns.DefaultDnsOptEcsRecord
-
Creates a new instance.
- DefaultDnsOptEcsRecord(int, int, int, int, byte[]) - Constructor for class io.netty5.handler.codec.dns.DefaultDnsOptEcsRecord
-
Creates a new instance.
- DefaultDnsOptEcsRecord(int, ProtocolFamily) - Constructor for class io.netty5.handler.codec.dns.DefaultDnsOptEcsRecord
-
Creates a new instance.
- DefaultDnsPtrRecord - Class in io.netty5.handler.codec.dns
- DefaultDnsPtrRecord(String, int, long, String) - Constructor for class io.netty5.handler.codec.dns.DefaultDnsPtrRecord
-
Creates a new PTR record.
- DefaultDnsQuery - Class in io.netty5.handler.codec.dns
-
The default
DnsQuery
implementation. - DefaultDnsQuery(int) - Constructor for class io.netty5.handler.codec.dns.DefaultDnsQuery
-
Creates a new instance with the
DnsOpCode.QUERY
opCode
. - DefaultDnsQuery(int, DnsOpCode) - Constructor for class io.netty5.handler.codec.dns.DefaultDnsQuery
-
Creates a new instance.
- DefaultDnsQuestion - Class in io.netty5.handler.codec.dns
-
The default
DnsQuestion
implementation. - DefaultDnsQuestion(String, DnsRecordType) - Constructor for class io.netty5.handler.codec.dns.DefaultDnsQuestion
-
Creates a new
IN-class
question. - DefaultDnsQuestion(String, DnsRecordType, int) - Constructor for class io.netty5.handler.codec.dns.DefaultDnsQuestion
-
Creates a new question.
- DefaultDnsRawRecord - Class in io.netty5.handler.codec.dns
-
The default
DnsRawRecord
implementation. - DefaultDnsRawRecord(String, DnsRecordType, int, long, Buffer) - Constructor for class io.netty5.handler.codec.dns.DefaultDnsRawRecord
-
Creates a new record.
- DefaultDnsRawRecord(String, DnsRecordType, int, long, Send<Buffer>) - Constructor for class io.netty5.handler.codec.dns.DefaultDnsRawRecord
- DefaultDnsRawRecord(String, DnsRecordType, long, Buffer) - Constructor for class io.netty5.handler.codec.dns.DefaultDnsRawRecord
-
Creates a new
IN-class
record. - DefaultDnsRecordDecoder - Class in io.netty5.handler.codec.dns
-
The default
DnsRecordDecoder
implementation. - DefaultDnsRecordDecoder() - Constructor for class io.netty5.handler.codec.dns.DefaultDnsRecordDecoder
-
Creates a new instance.
- DefaultDnsRecordEncoder - Class in io.netty5.handler.codec.dns
-
The default
DnsRecordEncoder
implementation. - DefaultDnsRecordEncoder() - Constructor for class io.netty5.handler.codec.dns.DefaultDnsRecordEncoder
-
Creates a new instance.
- DefaultDnsResponse - Class in io.netty5.handler.codec.dns
-
The default
DnsResponse
implementation. - DefaultDnsResponse(int) - Constructor for class io.netty5.handler.codec.dns.DefaultDnsResponse
- DefaultDnsResponse(int, DnsOpCode) - Constructor for class io.netty5.handler.codec.dns.DefaultDnsResponse
-
Creates a new instance with the
DnsResponseCode.NOERROR
RCODE
. - DefaultDnsResponse(int, DnsOpCode, DnsResponseCode) - Constructor for class io.netty5.handler.codec.dns.DefaultDnsResponse
-
Creates a new instance.
- DefaultDnsServerAddressStreamProvider - Class in io.netty5.resolver.dns
-
A
DnsServerAddressStreamProvider
which will use predefined default DNS servers to use for DNS resolution. - DefaultEventExecutorGroup - Class in io.netty5.util.concurrent
-
Default implementation of
MultithreadEventExecutorGroup
which will useSingleThreadEventExecutor
instances to handle the tasks. - DefaultEventExecutorGroup(int) - Constructor for class io.netty5.util.concurrent.DefaultEventExecutorGroup
- DefaultEventExecutorGroup(int, ThreadFactory) - Constructor for class io.netty5.util.concurrent.DefaultEventExecutorGroup
-
Create a new instance.
- DefaultEventExecutorGroup(int, ThreadFactory, int, RejectedExecutionHandler) - Constructor for class io.netty5.util.concurrent.DefaultEventExecutorGroup
-
Create a new instance.
- DefaultFileRegion - Class in io.netty5.channel
- DefaultFileRegion(File, long, long) - Constructor for class io.netty5.channel.DefaultFileRegion
-
Create a new instance using the given
File
. - DefaultFileRegion(FileChannel, long, long) - Constructor for class io.netty5.channel.DefaultFileRegion
-
Create a new instance
- DefaultFullHttpRequest - Class in io.netty5.handler.codec.http
-
Default implementation of
FullHttpRequest
. - DefaultFullHttpRequest(HttpVersion, HttpMethod, String, Buffer) - Constructor for class io.netty5.handler.codec.http.DefaultFullHttpRequest
- DefaultFullHttpRequest(HttpVersion, HttpMethod, String, Buffer, boolean) - Constructor for class io.netty5.handler.codec.http.DefaultFullHttpRequest
- DefaultFullHttpRequest(HttpVersion, HttpMethod, String, Buffer, HttpHeaders, HttpHeaders) - Constructor for class io.netty5.handler.codec.http.DefaultFullHttpRequest
- DefaultFullHttpResponse - Class in io.netty5.handler.codec.http
-
Default implementation of a
FullHttpResponse
. - DefaultFullHttpResponse(HttpVersion, HttpResponseStatus, Buffer) - Constructor for class io.netty5.handler.codec.http.DefaultFullHttpResponse
- DefaultFullHttpResponse(HttpVersion, HttpResponseStatus, Buffer, boolean) - Constructor for class io.netty5.handler.codec.http.DefaultFullHttpResponse
- DefaultFullHttpResponse(HttpVersion, HttpResponseStatus, Buffer, boolean, boolean) - Constructor for class io.netty5.handler.codec.http.DefaultFullHttpResponse
- DefaultFullHttpResponse(HttpVersion, HttpResponseStatus, Buffer, HttpHeaders, HttpHeaders) - Constructor for class io.netty5.handler.codec.http.DefaultFullHttpResponse
- DefaultHeaders<K,V,T extends Headers<K,V,T>> - Class in io.netty5.handler.codec
-
Default implementation of
Headers
; - DefaultHeaders(ValueConverter<V>) - Constructor for class io.netty5.handler.codec.DefaultHeaders
- DefaultHeaders(ValueConverter<V>, DefaultHeaders.NameValidator<K>) - Constructor for class io.netty5.handler.codec.DefaultHeaders
- DefaultHeaders(HashingStrategy<K>, ValueConverter<V>) - Constructor for class io.netty5.handler.codec.DefaultHeaders
- DefaultHeaders(HashingStrategy<K>, ValueConverter<V>, DefaultHeaders.NameValidator<K>) - Constructor for class io.netty5.handler.codec.DefaultHeaders
- DefaultHeaders(HashingStrategy<K>, ValueConverter<V>, DefaultHeaders.NameValidator<K>, int) - Constructor for class io.netty5.handler.codec.DefaultHeaders
-
Create a new instance.
- DefaultHeaders.HeaderEntry<K,V> - Class in io.netty5.handler.codec
- DefaultHeaders.NameValidator<K> - Interface in io.netty5.handler.codec
- DefaultHeadersImpl<K,V> - Class in io.netty5.handler.codec
-
A concrete implementation of
DefaultHeaders
that allows for direct instantiation. - DefaultHeadersImpl(HashingStrategy<K>, ValueConverter<V>, DefaultHeaders.NameValidator<K>) - Constructor for class io.netty5.handler.codec.DefaultHeadersImpl
- DefaultHostsFileEntriesResolver - Class in io.netty5.resolver
-
Default
HostsFileEntriesResolver
that resolves hosts file entries only once. - DefaultHostsFileEntriesResolver() - Constructor for class io.netty5.resolver.DefaultHostsFileEntriesResolver
- DefaultHttp2Connection - Class in io.netty5.handler.codec.http2
-
Simple implementation of
Http2Connection
. - DefaultHttp2Connection(boolean) - Constructor for class io.netty5.handler.codec.http2.DefaultHttp2Connection
-
Creates a new connection with the given settings.
- DefaultHttp2Connection(boolean, int) - Constructor for class io.netty5.handler.codec.http2.DefaultHttp2Connection
-
Creates a new connection with the given settings.
- DefaultHttp2ConnectionDecoder - Class in io.netty5.handler.codec.http2
-
Provides the default implementation for processing inbound frame events and delegates to a
Http2FrameListener
- DefaultHttp2ConnectionDecoder(Http2Connection, Http2ConnectionEncoder, Http2FrameReader) - Constructor for class io.netty5.handler.codec.http2.DefaultHttp2ConnectionDecoder
- DefaultHttp2ConnectionDecoder(Http2Connection, Http2ConnectionEncoder, Http2FrameReader, Http2PromisedRequestVerifier) - Constructor for class io.netty5.handler.codec.http2.DefaultHttp2ConnectionDecoder
- DefaultHttp2ConnectionDecoder(Http2Connection, Http2ConnectionEncoder, Http2FrameReader, Http2PromisedRequestVerifier, boolean) - Constructor for class io.netty5.handler.codec.http2.DefaultHttp2ConnectionDecoder
-
Create a new instance.
- DefaultHttp2ConnectionDecoder(Http2Connection, Http2ConnectionEncoder, Http2FrameReader, Http2PromisedRequestVerifier, boolean, boolean) - Constructor for class io.netty5.handler.codec.http2.DefaultHttp2ConnectionDecoder
-
Create a new instance.
- DefaultHttp2ConnectionEncoder - Class in io.netty5.handler.codec.http2
-
Default implementation of
Http2ConnectionEncoder
. - DefaultHttp2ConnectionEncoder(Http2Connection, Http2FrameWriter) - Constructor for class io.netty5.handler.codec.http2.DefaultHttp2ConnectionEncoder
- DefaultHttp2ConnectionEncoder.FlowControlledBase - Class in io.netty5.handler.codec.http2
-
Common base type for payloads to deliver via flow-control.
- DefaultHttp2DataFrame - Class in io.netty5.handler.codec.http2
-
The default
Http2DataFrame
implementation. - DefaultHttp2DataFrame(boolean) - Constructor for class io.netty5.handler.codec.http2.DefaultHttp2DataFrame
-
Equivalent to
new DefaultHttp2DataFrame(Unpooled.EMPTY_BUFFER, endStream)
. - DefaultHttp2DataFrame(Send<Buffer>) - Constructor for class io.netty5.handler.codec.http2.DefaultHttp2DataFrame
-
Equivalent to
new DefaultHttp2DataFrame(content, false)
. - DefaultHttp2DataFrame(Send<Buffer>, boolean) - Constructor for class io.netty5.handler.codec.http2.DefaultHttp2DataFrame
-
Equivalent to
new DefaultHttp2DataFrame(content, endStream, 0)
. - DefaultHttp2DataFrame(Send<Buffer>, boolean, int) - Constructor for class io.netty5.handler.codec.http2.DefaultHttp2DataFrame
-
Construct a new data message.
- DefaultHttp2FrameReader - Class in io.netty5.handler.codec.http2
-
A
Http2FrameReader
that supports all frame types defined by the HTTP/2 specification. - DefaultHttp2FrameReader() - Constructor for class io.netty5.handler.codec.http2.DefaultHttp2FrameReader
-
Create a new instance.
- DefaultHttp2FrameReader(boolean) - Constructor for class io.netty5.handler.codec.http2.DefaultHttp2FrameReader
-
Create a new instance.
- DefaultHttp2FrameReader(Http2HeadersDecoder) - Constructor for class io.netty5.handler.codec.http2.DefaultHttp2FrameReader
- DefaultHttp2FrameReader.HeadersBlockBuilder - Class in io.netty5.handler.codec.http2
-
Utility class to help with construction of the headers block that may potentially span multiple frames.
- DefaultHttp2FrameWriter - Class in io.netty5.handler.codec.http2
-
A
Http2FrameWriter
that supports all frame types defined by the HTTP/2 specification. - DefaultHttp2FrameWriter() - Constructor for class io.netty5.handler.codec.http2.DefaultHttp2FrameWriter
- DefaultHttp2FrameWriter(Http2HeadersEncoder) - Constructor for class io.netty5.handler.codec.http2.DefaultHttp2FrameWriter
- DefaultHttp2FrameWriter(Http2HeadersEncoder.SensitivityDetector) - Constructor for class io.netty5.handler.codec.http2.DefaultHttp2FrameWriter
- DefaultHttp2FrameWriter(Http2HeadersEncoder.SensitivityDetector, boolean) - Constructor for class io.netty5.handler.codec.http2.DefaultHttp2FrameWriter
- DefaultHttp2GoAwayFrame - Class in io.netty5.handler.codec.http2
-
The default
Http2GoAwayFrame
implementation. - DefaultHttp2GoAwayFrame(long) - Constructor for class io.netty5.handler.codec.http2.DefaultHttp2GoAwayFrame
-
Equivalent to
new DefaultHttp2GoAwayFrame(content, Unpooled.EMPTY_BUFFER)
. - DefaultHttp2GoAwayFrame(long, Send<Buffer>) - Constructor for class io.netty5.handler.codec.http2.DefaultHttp2GoAwayFrame
-
Construct a new GOAWAY message.
- DefaultHttp2GoAwayFrame(Http2Error) - Constructor for class io.netty5.handler.codec.http2.DefaultHttp2GoAwayFrame
-
Equivalent to
new DefaultHttp2GoAwayFrame(error.code())
. - DefaultHttp2GoAwayFrame(Http2Error, Send<Buffer>) - Constructor for class io.netty5.handler.codec.http2.DefaultHttp2GoAwayFrame
- DefaultHttp2Headers - Class in io.netty5.handler.codec.http2
- DefaultHttp2Headers() - Constructor for class io.netty5.handler.codec.http2.DefaultHttp2Headers
-
Create a new instance.
- DefaultHttp2Headers(boolean) - Constructor for class io.netty5.handler.codec.http2.DefaultHttp2Headers
-
Create a new instance.
- DefaultHttp2Headers(boolean, int) - Constructor for class io.netty5.handler.codec.http2.DefaultHttp2Headers
-
Create a new instance.
- DefaultHttp2HeadersDecoder - Class in io.netty5.handler.codec.http2
- DefaultHttp2HeadersDecoder() - Constructor for class io.netty5.handler.codec.http2.DefaultHttp2HeadersDecoder
- DefaultHttp2HeadersDecoder(boolean) - Constructor for class io.netty5.handler.codec.http2.DefaultHttp2HeadersDecoder
- DefaultHttp2HeadersDecoder(boolean, long) - Constructor for class io.netty5.handler.codec.http2.DefaultHttp2HeadersDecoder
-
Create a new instance.
- DefaultHttp2HeadersEncoder - Class in io.netty5.handler.codec.http2
- DefaultHttp2HeadersEncoder() - Constructor for class io.netty5.handler.codec.http2.DefaultHttp2HeadersEncoder
- DefaultHttp2HeadersEncoder(Http2HeadersEncoder.SensitivityDetector) - Constructor for class io.netty5.handler.codec.http2.DefaultHttp2HeadersEncoder
- DefaultHttp2HeadersEncoder(Http2HeadersEncoder.SensitivityDetector, boolean) - Constructor for class io.netty5.handler.codec.http2.DefaultHttp2HeadersEncoder
- DefaultHttp2HeadersEncoder(Http2HeadersEncoder.SensitivityDetector, boolean, int) - Constructor for class io.netty5.handler.codec.http2.DefaultHttp2HeadersEncoder
- DefaultHttp2HeadersEncoder(Http2HeadersEncoder.SensitivityDetector, boolean, int, int) - Constructor for class io.netty5.handler.codec.http2.DefaultHttp2HeadersEncoder
- DefaultHttp2HeadersFrame - Class in io.netty5.handler.codec.http2
-
The default
Http2HeadersFrame
implementation. - DefaultHttp2HeadersFrame(Http2Headers) - Constructor for class io.netty5.handler.codec.http2.DefaultHttp2HeadersFrame
-
Equivalent to
new DefaultHttp2HeadersFrame(headers, false)
. - DefaultHttp2HeadersFrame(Http2Headers, boolean) - Constructor for class io.netty5.handler.codec.http2.DefaultHttp2HeadersFrame
-
Equivalent to
new DefaultHttp2HeadersFrame(headers, endStream, 0)
. - DefaultHttp2HeadersFrame(Http2Headers, boolean, int) - Constructor for class io.netty5.handler.codec.http2.DefaultHttp2HeadersFrame
-
Construct a new headers message.
- DefaultHttp2LocalFlowController - Class in io.netty5.handler.codec.http2
-
Basic implementation of
Http2LocalFlowController
. - DefaultHttp2LocalFlowController(Http2Connection) - Constructor for class io.netty5.handler.codec.http2.DefaultHttp2LocalFlowController
- DefaultHttp2LocalFlowController(Http2Connection, float, boolean) - Constructor for class io.netty5.handler.codec.http2.DefaultHttp2LocalFlowController
-
Constructs a controller with the given settings.
- DefaultHttp2PingFrame - Class in io.netty5.handler.codec.http2
-
The default
Http2PingFrame
implementation. - DefaultHttp2PingFrame(long) - Constructor for class io.netty5.handler.codec.http2.DefaultHttp2PingFrame
- DefaultHttp2PingFrame(long, boolean) - Constructor for class io.netty5.handler.codec.http2.DefaultHttp2PingFrame
- DefaultHttp2PriorityFrame - Class in io.netty5.handler.codec.http2
-
Default implementation of Http2PriorityFrame
- DefaultHttp2PriorityFrame(int, short, boolean) - Constructor for class io.netty5.handler.codec.http2.DefaultHttp2PriorityFrame
- DefaultHttp2PushPromiseFrame - Class in io.netty5.handler.codec.http2
-
Default implementation of
Http2PushPromiseFrame
- DefaultHttp2PushPromiseFrame(Http2Headers) - Constructor for class io.netty5.handler.codec.http2.DefaultHttp2PushPromiseFrame
- DefaultHttp2PushPromiseFrame(Http2Headers, int) - Constructor for class io.netty5.handler.codec.http2.DefaultHttp2PushPromiseFrame
- DefaultHttp2RemoteFlowController - Class in io.netty5.handler.codec.http2
-
Basic implementation of
Http2RemoteFlowController
. - DefaultHttp2RemoteFlowController(Http2Connection) - Constructor for class io.netty5.handler.codec.http2.DefaultHttp2RemoteFlowController
- DefaultHttp2RemoteFlowController(Http2Connection, Http2RemoteFlowController.Listener) - Constructor for class io.netty5.handler.codec.http2.DefaultHttp2RemoteFlowController
- DefaultHttp2RemoteFlowController(Http2Connection, StreamByteDistributor) - Constructor for class io.netty5.handler.codec.http2.DefaultHttp2RemoteFlowController
- DefaultHttp2RemoteFlowController(Http2Connection, StreamByteDistributor, Http2RemoteFlowController.Listener) - Constructor for class io.netty5.handler.codec.http2.DefaultHttp2RemoteFlowController
- DefaultHttp2ResetFrame - Class in io.netty5.handler.codec.http2
-
The default
Http2ResetFrame
implementation. - DefaultHttp2ResetFrame(long) - Constructor for class io.netty5.handler.codec.http2.DefaultHttp2ResetFrame
-
Construct a reset message.
- DefaultHttp2ResetFrame(Http2Error) - Constructor for class io.netty5.handler.codec.http2.DefaultHttp2ResetFrame
-
Construct a reset message.
- DefaultHttp2SettingsFrame - Class in io.netty5.handler.codec.http2
-
The default
Http2SettingsFrame
implementation. - DefaultHttp2SettingsFrame(Http2Settings) - Constructor for class io.netty5.handler.codec.http2.DefaultHttp2SettingsFrame
- DefaultHttp2UnknownFrame - Class in io.netty5.handler.codec.http2
- DefaultHttp2UnknownFrame(byte, Http2Flags) - Constructor for class io.netty5.handler.codec.http2.DefaultHttp2UnknownFrame
- DefaultHttp2UnknownFrame(byte, Http2Flags, Buffer) - Constructor for class io.netty5.handler.codec.http2.DefaultHttp2UnknownFrame
- DefaultHttp2WindowUpdateFrame - Class in io.netty5.handler.codec.http2
-
The default
Http2WindowUpdateFrame
implementation. - DefaultHttp2WindowUpdateFrame(int) - Constructor for class io.netty5.handler.codec.http2.DefaultHttp2WindowUpdateFrame
- DefaultHttpContent - Class in io.netty5.handler.codec.http
-
The default
HttpContent
implementation. - DefaultHttpContent(Buffer) - Constructor for class io.netty5.handler.codec.http.DefaultHttpContent
-
Creates a new instance with the specified chunk content.
- DefaultHttpHeaders - Class in io.netty5.handler.codec.http
-
Default implementation of
HttpHeaders
. - DefaultHttpHeaders() - Constructor for class io.netty5.handler.codec.http.DefaultHttpHeaders
- DefaultHttpHeaders(boolean) - Constructor for class io.netty5.handler.codec.http.DefaultHttpHeaders
-
Warning!
- DefaultHttpHeaders(boolean, DefaultHeaders.NameValidator<CharSequence>) - Constructor for class io.netty5.handler.codec.http.DefaultHttpHeaders
- DefaultHttpHeaders(DefaultHeaders<CharSequence, CharSequence, ?>) - Constructor for class io.netty5.handler.codec.http.DefaultHttpHeaders
- DefaultHttpMessage - Class in io.netty5.handler.codec.http
-
The default
HttpMessage
implementation. - DefaultHttpMessage(HttpVersion) - Constructor for class io.netty5.handler.codec.http.DefaultHttpMessage
-
Creates a new instance.
- DefaultHttpMessage(HttpVersion, boolean, boolean) - Constructor for class io.netty5.handler.codec.http.DefaultHttpMessage
-
Creates a new instance.
- DefaultHttpMessage(HttpVersion, HttpHeaders) - Constructor for class io.netty5.handler.codec.http.DefaultHttpMessage
-
Creates a new instance.
- DefaultHttpObject - Class in io.netty5.handler.codec.http
- DefaultHttpObject() - Constructor for class io.netty5.handler.codec.http.DefaultHttpObject
- DefaultHttpRequest - Class in io.netty5.handler.codec.http
-
The default
HttpRequest
implementation. - DefaultHttpRequest(HttpVersion, HttpMethod, String) - Constructor for class io.netty5.handler.codec.http.DefaultHttpRequest
-
Creates a new instance.
- DefaultHttpRequest(HttpVersion, HttpMethod, String, boolean) - Constructor for class io.netty5.handler.codec.http.DefaultHttpRequest
-
Creates a new instance.
- DefaultHttpRequest(HttpVersion, HttpMethod, String, HttpHeaders) - Constructor for class io.netty5.handler.codec.http.DefaultHttpRequest
-
Creates a new instance.
- DefaultHttpResponse - Class in io.netty5.handler.codec.http
-
The default
HttpResponse
implementation. - DefaultHttpResponse(HttpVersion, HttpResponseStatus) - Constructor for class io.netty5.handler.codec.http.DefaultHttpResponse
-
Creates a new instance.
- DefaultHttpResponse(HttpVersion, HttpResponseStatus, boolean) - Constructor for class io.netty5.handler.codec.http.DefaultHttpResponse
-
Creates a new instance.
- DefaultHttpResponse(HttpVersion, HttpResponseStatus, boolean, boolean) - Constructor for class io.netty5.handler.codec.http.DefaultHttpResponse
-
Creates a new instance.
- DefaultHttpResponse(HttpVersion, HttpResponseStatus, HttpHeaders) - Constructor for class io.netty5.handler.codec.http.DefaultHttpResponse
-
Creates a new instance.
- DefaultLastHttpContent - Class in io.netty5.handler.codec.http
-
The default
LastHttpContent
implementation. - DefaultLastHttpContent(Buffer) - Constructor for class io.netty5.handler.codec.http.DefaultLastHttpContent
- DefaultLastHttpContent(Buffer, boolean) - Constructor for class io.netty5.handler.codec.http.DefaultLastHttpContent
- DefaultLastHttpContent(Buffer, HttpHeaders) - Constructor for class io.netty5.handler.codec.http.DefaultLastHttpContent
- defaultMachineId() - Static method in class io.netty5.util.internal.MacAddressUtil
-
Returns the result of
MacAddressUtil.bestAvailableMac()
if non-null
otherwise returns a random EUI-64 MAC address. - DefaultMaxBytesRecvBufferAllocator - Class in io.netty5.channel
-
The
RecvBufferAllocator
that yields a buffer size prediction based upon decrementing the value from the max bytes per read. - DefaultMaxBytesRecvBufferAllocator() - Constructor for class io.netty5.channel.DefaultMaxBytesRecvBufferAllocator
- DefaultMaxBytesRecvBufferAllocator(int, int) - Constructor for class io.netty5.channel.DefaultMaxBytesRecvBufferAllocator
- defaultMaxMessagesPerRead() - Method in class io.netty5.channel.ChannelMetadata
-
If a
MaxMessagesRecvBufferAllocator
is in use, then this is the default value forMaxMessagesRecvBufferAllocator.maxMessagesPerRead()
. - DefaultMaxMessagesRecvBufferAllocator - Class in io.netty5.channel
-
Default implementation of
MaxMessagesRecvBufferAllocator
which respectsChannelOption.AUTO_READ
and also prevents overflow. - DefaultMaxMessagesRecvBufferAllocator() - Constructor for class io.netty5.channel.DefaultMaxMessagesRecvBufferAllocator
- DefaultMaxMessagesRecvBufferAllocator(int) - Constructor for class io.netty5.channel.DefaultMaxMessagesRecvBufferAllocator
- DefaultMaxMessagesRecvBufferAllocator.MaxMessageHandle - Class in io.netty5.channel
-
Focuses on enforcing the maximum messages per read condition for
DefaultMaxMessagesRecvBufferAllocator.MaxMessageHandle.continueReading(boolean)
. - defaultMaxOrder() - Static method in class io.netty5.buffer.api.pool.PooledBufferAllocator
-
Default maximum order - System Property: io.netty5.allocator.maxOrder - default 11
- DefaultMessageSizeEstimator - Class in io.netty5.channel
-
Default
MessageSizeEstimator
implementation which supports the estimation of the size ofBuffer
andFileRegion
. - DefaultMessageSizeEstimator(int) - Constructor for class io.netty5.channel.DefaultMessageSizeEstimator
-
Create a new instance
- DefaultNameResolver - Class in io.netty5.resolver
-
A
InetNameResolver
that resolves using JDK's built-in domain name lookup mechanism. - DefaultNameResolver(EventExecutor) - Constructor for class io.netty5.resolver.DefaultNameResolver
- defaultNormalCacheSize() - Static method in class io.netty5.buffer.api.pool.PooledBufferAllocator
-
Default normal cache size - System Property: io.netty5.allocator.normalCacheSize - default 64
- defaultNumDirectArena() - Static method in class io.netty5.buffer.api.pool.PooledBufferAllocator
-
Default number of direct arenas - System Property: io.netty5.allocator.numDirectArenas - default 2 * cores
- defaultNumHeapArena() - Static method in class io.netty5.buffer.api.pool.PooledBufferAllocator
-
Default number of heap arenas - System Property: io.netty5.allocator.numHeapArenas - default 2 * cores
- defaultPageSize() - Static method in class io.netty5.buffer.api.pool.PooledBufferAllocator
-
Default buffer page size - System Property: io.netty5.allocator.pageSize - default 8192
- defaultPreferDirect() - Static method in class io.netty5.buffer.api.pool.PooledBufferAllocator
-
Default prefer direct - System Property: io.netty5.noPreferDirect - default false
- DefaultPriorityQueue<T extends PriorityQueueNode> - Class in io.netty5.util.internal
-
A priority queue which uses natural ordering of elements.
- DefaultPriorityQueue(Comparator<T>, int) - Constructor for class io.netty5.util.internal.DefaultPriorityQueue
- DefaultPromise<V> - Class in io.netty5.util.concurrent
- DefaultPromise(EventExecutor) - Constructor for class io.netty5.util.concurrent.DefaultPromise
-
Creates a new unfulfilled promise.
- DefaultSelectStrategyFactory - Class in io.netty5.channel
-
Factory which uses the default select strategy.
- defaultServerProvider() - Static method in class io.netty5.handler.ssl.SslContext
-
Returns the default server-side implementation provider currently in use.
- defaultSettings() - Static method in class io.netty5.handler.codec.http2.Http2Settings
- defaultSmallCacheSize() - Static method in class io.netty5.buffer.api.pool.PooledBufferAllocator
-
Default small cache size - System Property: io.netty5.allocator.smallCacheSize - default 256
- DefaultThreadFactory - Class in io.netty5.util.concurrent
-
A
ThreadFactory
implementation with a simple naming rule. - DefaultThreadFactory(Class<?>) - Constructor for class io.netty5.util.concurrent.DefaultThreadFactory
- DefaultThreadFactory(Class<?>, boolean) - Constructor for class io.netty5.util.concurrent.DefaultThreadFactory
- DefaultThreadFactory(Class<?>, boolean, int) - Constructor for class io.netty5.util.concurrent.DefaultThreadFactory
- DefaultThreadFactory(Class<?>, int) - Constructor for class io.netty5.util.concurrent.DefaultThreadFactory
- DefaultThreadFactory(String) - Constructor for class io.netty5.util.concurrent.DefaultThreadFactory
- DefaultThreadFactory(String, boolean) - Constructor for class io.netty5.util.concurrent.DefaultThreadFactory
- DefaultThreadFactory(String, boolean, int) - Constructor for class io.netty5.util.concurrent.DefaultThreadFactory
- DefaultThreadFactory(String, boolean, int, ThreadGroup) - Constructor for class io.netty5.util.concurrent.DefaultThreadFactory
- DefaultThreadFactory(String, int) - Constructor for class io.netty5.util.concurrent.DefaultThreadFactory
- defaultUseCacheForAllThreads() - Static method in class io.netty5.buffer.api.pool.PooledBufferAllocator
-
Default thread caching behavior - System Property: io.netty5.allocator.useCacheForAllThreads - default true
- deflate() - Static method in class io.netty5.handler.codec.compression.StandardCompressionOptions
-
Default implementation of
DeflateOptions
withcompressionLevel
set to 6,windowBits
set to 15 andmemLevel
set to 8. - deflate(int, int, int) - Static method in class io.netty5.handler.codec.compression.StandardCompressionOptions
-
Create a new
DeflateOptions
Instance - DEFLATE - Static variable in class io.netty5.handler.codec.http.HttpHeaderValues
-
"deflate"
- DEFLATE - Static variable in class io.netty5.handler.codec.rtsp.RtspHeaderValues
-
"deflate"
- DeflateFrameClientExtensionHandshaker - Class in io.netty5.handler.codec.http.websocketx.extensions.compression
-
perframe-deflate handshake implementation.
- DeflateFrameClientExtensionHandshaker(boolean) - Constructor for class io.netty5.handler.codec.http.websocketx.extensions.compression.DeflateFrameClientExtensionHandshaker
-
Constructor with default configuration.
- DeflateFrameClientExtensionHandshaker(int, boolean) - Constructor for class io.netty5.handler.codec.http.websocketx.extensions.compression.DeflateFrameClientExtensionHandshaker
-
Constructor with custom configuration.
- DeflateFrameClientExtensionHandshaker(int, boolean, WebSocketExtensionFilterProvider) - Constructor for class io.netty5.handler.codec.http.websocketx.extensions.compression.DeflateFrameClientExtensionHandshaker
-
Constructor with custom configuration.
- DeflateFrameServerExtensionHandshaker - Class in io.netty5.handler.codec.http.websocketx.extensions.compression
-
perframe-deflate handshake implementation.
- DeflateFrameServerExtensionHandshaker() - Constructor for class io.netty5.handler.codec.http.websocketx.extensions.compression.DeflateFrameServerExtensionHandshaker
-
Constructor with default configuration.
- DeflateFrameServerExtensionHandshaker(int) - Constructor for class io.netty5.handler.codec.http.websocketx.extensions.compression.DeflateFrameServerExtensionHandshaker
-
Constructor with custom configuration.
- DeflateFrameServerExtensionHandshaker(int, WebSocketExtensionFilterProvider) - Constructor for class io.netty5.handler.codec.http.websocketx.extensions.compression.DeflateFrameServerExtensionHandshaker
-
Constructor with custom configuration.
- DeflateOptions - Class in io.netty5.handler.codec.compression
-
DeflateOptions
holdsDeflateOptions.compressionLevel()
,DeflateOptions.memLevel()
andDeflateOptions.windowBits()
for Deflate compression. - delayNanos() - Method in interface io.netty5.util.concurrent.RunnableScheduledFuture
-
Returns the delay in nanos when the
Runnable.run()
method should be called again. - delayNanos(long) - Method in interface io.netty5.channel.IoExecutionContext
-
Returns the amount of time left until the scheduled task with the closest deadline should run.
- delayNanos(long) - Method in interface io.netty5.util.concurrent.RunnableScheduledFuture
-
Returns the delay in nanos (taking the given
currentTimeNanos
into account) when theRunnable.run()
method should be called again. - delayNanos(long) - Method in class io.netty5.util.concurrent.SingleThreadEventExecutor
-
Returns the amount of time left until the scheduled task with the closest dead line is executed.
- delegate - Variable in class io.netty5.buffer.api.BufferStub
- DelegatingChannelHandlerContext - Class in io.netty5.channel.internal
- DelegatingChannelHandlerContext(ChannelHandlerContext) - Constructor for class io.netty5.channel.internal.DelegatingChannelHandlerContext
- delegatingCtx() - Method in class io.netty5.channel.internal.DelegatingChannelHandlerContext
- DelegatingDecompressorFrameListener - Class in io.netty5.handler.codec.http2
-
An HTTP2 frame listener that will decompress data frames according to the
content-encoding
header for each stream. - DelegatingDecompressorFrameListener(Http2Connection, Http2FrameListener) - Constructor for class io.netty5.handler.codec.http2.DelegatingDecompressorFrameListener
- DelegatingDecompressorFrameListener(Http2Connection, Http2FrameListener, boolean) - Constructor for class io.netty5.handler.codec.http2.DelegatingDecompressorFrameListener
- DelegatingSslContext - Class in io.netty5.handler.ssl
-
Adapter class which allows to wrap another
SslContext
and initSSLEngine
instances. - DelegatingSslContext(SslContext) - Constructor for class io.netty5.handler.ssl.DelegatingSslContext
- delete() - Method in class io.netty5.handler.ssl.util.SelfSignedCertificate
-
Deletes the generated X.509 certificate file and EC/RSA private key file.
- DELETE - Static variable in class io.netty5.handler.codec.http.HttpMethod
-
The DELETE method requests that the origin server delete the resource identified by the Request-URI.
- DelimiterBasedFrameDecoder - Class in io.netty5.handler.codec
-
A decoder that splits the received
Buffer
s by one or more delimiters. - DelimiterBasedFrameDecoder(int, boolean, boolean, Buffer...) - Constructor for class io.netty5.handler.codec.DelimiterBasedFrameDecoder
-
Creates a new instance.
- DelimiterBasedFrameDecoder(int, boolean, Buffer...) - Constructor for class io.netty5.handler.codec.DelimiterBasedFrameDecoder
-
Creates a new instance.
- DelimiterBasedFrameDecoder(int, Buffer...) - Constructor for class io.netty5.handler.codec.DelimiterBasedFrameDecoder
-
Creates a new instance.
- Delimiters - Class in io.netty5.handler.codec
-
A set of commonly used delimiters for
DelimiterBasedFrameDecoder
. - deregister() - Method in interface io.netty5.channel.Channel
- deregister() - Method in interface io.netty5.channel.ChannelOutboundInvoker
-
Request to deregister from the previous assigned
EventExecutor
and notify theFuture
once the operation completes, either because the operation was successful or because of an error. - deregister() - Method in class io.netty5.channel.DefaultChannelPipeline
- deregister() - Method in interface io.netty5.channel.group.ChannelGroup
-
Deprecated.This method will be removed in the next major feature release. Deregister all
Channel
s in this group from theirEventLoop
. Please note that this operation is asynchronous asChannel.deregister()
is. - deregister() - Method in class io.netty5.channel.group.DefaultChannelGroup
- deregister() - Method in class io.netty5.channel.internal.DelegatingChannelHandlerContext
- deregister(ChannelHandlerContext) - Method in interface io.netty5.channel.ChannelHandler
-
Called once a deregister operation is made from the current registered
EventLoop
. - deregister(ChannelHandlerContext) - Method in class io.netty5.channel.CombinedChannelDuplexHandler
- deregister(ChannelHandlerContext) - Method in class io.netty5.handler.codec.DatagramPacketEncoder
- deregister(ChannelHandlerContext) - Method in class io.netty5.handler.logging.LoggingHandler
- deregister(ChannelMatcher) - Method in interface io.netty5.channel.group.ChannelGroup
-
Deprecated.This method will be removed in the next major feature release. Deregister all
Channel
s in this group from theirEventLoop
that are matched by the givenChannelMatcher
. Please note that this operation is asynchronous asChannel.deregister()
is. - deregister(ChannelMatcher) - Method in class io.netty5.channel.group.DefaultChannelGroup
- deregister(IoHandle) - Method in class io.netty5.channel.epoll.EpollHandler
- deregister(IoHandle) - Method in interface io.netty5.channel.IoHandler
-
Deregister a
IoHandle
for IO. - deregister(IoHandle) - Method in class io.netty5.channel.kqueue.KQueueHandler
- deregister(IoHandle) - Method in class io.netty5.channel.local.LocalHandler
- deregister(IoHandle) - Method in class io.netty5.channel.nio.NioHandler
- deregisterForIo(IoHandle) - Method in interface io.netty5.channel.EventLoop
- deregisterForIo(IoHandle) - Method in class io.netty5.channel.SingleThreadEventLoop
- deregisterTransport(Promise<Void>) - Method in class io.netty5.channel.AbstractChannel.DefaultAbstractChannelPipeline
- deregisterTransport(Promise<Void>) - Method in class io.netty5.channel.AbstractChannel
- deregisterTransport(Promise<Void>) - Method in class io.netty5.channel.DefaultChannelPipeline
- deregisterTransportNow() - Method in class io.netty5.channel.local.LocalChannel
- deregisterTransportNow() - Method in class io.netty5.channel.local.LocalServerChannel
- DESCRIBE - Static variable in class io.netty5.handler.codec.rtsp.RtspMethods
-
The DESCRIBE getMethod retrieves the description of a presentation or media object identified by the request URL from a server.
- DESTINATION - Static variable in class io.netty5.handler.codec.rtsp.RtspHeaderValues
-
"destination"
- DESTINATION_UNREACHABLE - Static variable in class io.netty5.handler.codec.rtsp.RtspResponseStatuses
-
462 Destination unreachable
- destroy() - Method in class io.netty5.channel.epoll.EpollHandler
- destroy() - Method in interface io.netty5.channel.IoHandler
-
Destroy the
IoHandler
and free all its resources. - destroy() - Method in class io.netty5.channel.kqueue.KQueueHandler
- destroy() - Method in class io.netty5.channel.local.LocalHandler
- destroy() - Method in class io.netty5.channel.nio.NioHandler
- destroy() - Method in class io.netty5.handler.ssl.PemPrivateKey
- destroy() - Static method in class io.netty5.util.concurrent.FastThreadLocal
-
Destroys the data structure that keeps all
FastThreadLocal
variables accessed from non-FastThreadLocalThread
s. - detected(T) - Static method in class io.netty5.handler.codec.ProtocolDetectionResult
-
Returns a
ProtocolDetectionResult
which holds the detected protocol. - DETECTED - io.netty5.handler.codec.ProtocolDetectionState
-
Protocol was detected,
- detectedProtocol() - Method in class io.netty5.handler.codec.ProtocolDetectionResult
-
Returns the protocol if
ProtocolDetectionResult.state()
returnsProtocolDetectionState.DETECTED
, otherwisenull
. - determineEncoding(String) - Method in class io.netty5.handler.codec.http.HttpContentCompressor
- determineWrapper(String) - Method in class io.netty5.handler.codec.http.HttpContentCompressor
-
Deprecated.
- DHCID - Static variable in class io.netty5.handler.codec.dns.DnsRecordType
-
DHCP identifier record RFC 4701 Used in conjunction with the FQDN option to DHCP.
- directBuffer(long, int, Object) - Static method in class io.netty5.util.internal.PlatformDependent
- directBufferAddress(ByteBuffer) - Static method in class io.netty5.util.internal.PlatformDependent
- directBufferPreferred() - Static method in class io.netty5.util.internal.PlatformDependent
-
Returns
true
if the platform has reliable low-level direct buffer access API and a user has not specified-Dio.netty5.noPreferDirect
option. - disable() - Method in class io.netty5.handler.codec.http.cors.CorsConfig.Builder
-
Deprecated.Use
CorsConfigBuilder.disable()
instead. - disable() - Method in class io.netty5.handler.codec.http.cors.CorsConfigBuilder
-
Disables CORS support.
- DISABLED - io.netty5.util.ResourceLeakDetector.Level
-
Disables resource leak detection.
- DISABLED - Static variable in class io.netty5.handler.ssl.ApplicationProtocolConfig
-
The configuration that disables application protocol negotiation.
- discardSomeReadBytes() - Method in class io.netty5.handler.codec.ByteToMessageDecoder
- discardSomeReadBytes(Buffer) - Method in interface io.netty5.handler.codec.ByteToMessageDecoder.Cumulator
-
Consume the given buffer and return a new buffer with the same readable data, but where any data before the read offset may have been removed.
- disconnect() - Method in interface io.netty5.channel.Channel
- disconnect() - Method in interface io.netty5.channel.ChannelOutboundInvoker
-
Request to disconnect from the remote peer and notify the
Future
once the operation completes, either because the operation was successful or because of an error. - disconnect() - Method in class io.netty5.channel.DefaultChannelPipeline
- disconnect() - Method in class io.netty5.channel.embedded.EmbeddedChannel
- disconnect() - Method in interface io.netty5.channel.group.ChannelGroup
-
Disconnects all
Channel
s in this group from their remote peers. - disconnect() - Method in class io.netty5.channel.group.DefaultChannelGroup
- disconnect() - Method in class io.netty5.channel.internal.DelegatingChannelHandlerContext
- disconnect() - Method in class io.netty5.channel.unix.Socket
- disconnect(ChannelHandlerContext) - Method in interface io.netty5.channel.ChannelHandler
-
Called once a disconnect operation is made.
- disconnect(ChannelHandlerContext) - Method in class io.netty5.channel.CombinedChannelDuplexHandler
- disconnect(ChannelHandlerContext) - Method in class io.netty5.handler.codec.DatagramPacketEncoder
- disconnect(ChannelHandlerContext) - Method in class io.netty5.handler.flush.FlushConsolidationHandler
- disconnect(ChannelHandlerContext) - Method in class io.netty5.handler.logging.LoggingHandler
- disconnect(ChannelHandlerContext) - Method in class io.netty5.handler.ssl.SslHandler
- disconnect(ChannelMatcher) - Method in interface io.netty5.channel.group.ChannelGroup
-
Disconnects all
Channel
s in this group from their remote peers, that are matched by the givenChannelMatcher
. - disconnect(ChannelMatcher) - Method in class io.netty5.channel.group.DefaultChannelGroup
- disconnectTransport(Promise<Void>) - Method in class io.netty5.channel.AbstractChannel.DefaultAbstractChannelPipeline
- disconnectTransport(Promise<Void>) - Method in class io.netty5.channel.DefaultChannelPipeline
-
Disconnect the transport and notify the
Promise
once the operation was completed. - dispose(Object) - Static method in interface io.netty5.util.Resource
-
Attempt to dispose of whatever the given object is.
- dispose(Object, InternalLogger) - Static method in class io.netty5.util.internal.SilentDispose
-
Attempt to dispose of whatever the given object is.
- distribute(int, StreamByteDistributor.Writer) - Method in interface io.netty5.handler.codec.http2.StreamByteDistributor
-
Distributes up to
maxBytes
to those streams containing streamable bytes and iterates across those streams to write the appropriate bytes. - distribute(int, StreamByteDistributor.Writer) - Method in class io.netty5.handler.codec.http2.UniformStreamByteDistributor
- distribute(int, StreamByteDistributor.Writer) - Method in class io.netty5.handler.codec.http2.WeightedFairQueueByteDistributor
- DLV - Static variable in class io.netty5.handler.codec.dns.DnsRecordType
-
DNSSEC Lookaside Validation record RFC 4431 For publishing DNSSEC trust anchors outside of the DNS delegation chain.
- DNAME - Static variable in class io.netty5.handler.codec.dns.DnsRecordType
-
Delegation name record RFC 2672 DNAME creates an alias for a name and all its subnames, unlike CNAME, which aliases only the exact name in its label.
- DnsAddressResolverGroup - Class in io.netty5.resolver.dns
- DnsAddressResolverGroup(ChannelFactory<? extends DatagramChannel>, DnsServerAddressStreamProvider) - Constructor for class io.netty5.resolver.dns.DnsAddressResolverGroup
- DnsAddressResolverGroup(DnsNameResolverBuilder) - Constructor for class io.netty5.resolver.dns.DnsAddressResolverGroup
- DnsAddressResolverGroup(Class<? extends DatagramChannel>, DnsServerAddressStreamProvider) - Constructor for class io.netty5.resolver.dns.DnsAddressResolverGroup
- DnsCache - Interface in io.netty5.resolver.dns
-
A cache for DNS resolution entries.
- DnsCacheEntry - Interface in io.netty5.resolver.dns
-
Represents the results from a previous DNS query which can be cached.
- dnsClass() - Method in class io.netty5.handler.codec.dns.AbstractDnsRecord
- dnsClass() - Method in interface io.netty5.handler.codec.dns.DnsRecord
-
Returns the class of this resource record.
- DnsCnameCache - Interface in io.netty5.resolver.dns
-
A cache for
CNAME
s. - DNSKEY - Static variable in class io.netty5.handler.codec.dns.DnsRecordType
-
DNS Key record RFC 4034 The key record used in DNSSEC.
- DnsMessage - Interface in io.netty5.handler.codec.dns
-
The superclass which contains core information concerning a
DnsQuery
and aDnsResponse
. - DnsNameResolver - Class in io.netty5.resolver.dns
-
A DNS-based
InetNameResolver
. - DnsNameResolver(EventLoop, ChannelFactory<? extends DatagramChannel>, DnsCache, AuthoritativeDnsServerCache, DnsQueryLifecycleObserverFactory, long, ResolvedAddressTypes, boolean, int, int, boolean, HostsFileEntriesResolver, DnsServerAddressStreamProvider, String[], int, boolean) - Constructor for class io.netty5.resolver.dns.DnsNameResolver
-
Deprecated.
- DnsNameResolver(EventLoop, ChannelFactory<? extends DatagramChannel>, DnsCache, DnsCache, DnsQueryLifecycleObserverFactory, long, ResolvedAddressTypes, boolean, int, int, boolean, HostsFileEntriesResolver, DnsServerAddressStreamProvider, String[], int, boolean) - Constructor for class io.netty5.resolver.dns.DnsNameResolver
-
Deprecated.
- DnsNameResolverBuilder - Class in io.netty5.resolver.dns
-
A
DnsNameResolver
builder. - DnsNameResolverBuilder() - Constructor for class io.netty5.resolver.dns.DnsNameResolverBuilder
-
Creates a new builder.
- DnsNameResolverBuilder(EventLoop) - Constructor for class io.netty5.resolver.dns.DnsNameResolverBuilder
-
Creates a new builder.
- DnsNameResolverException - Exception in io.netty5.resolver.dns
-
A
RuntimeException
raised whenDnsNameResolver
failed to perform a successful query. - DnsNameResolverException(InetSocketAddress, DnsQuestion, String) - Constructor for exception io.netty5.resolver.dns.DnsNameResolverException
- DnsNameResolverException(InetSocketAddress, DnsQuestion, String, Throwable) - Constructor for exception io.netty5.resolver.dns.DnsNameResolverException
- DnsNameResolverTimeoutException - Exception in io.netty5.resolver.dns
-
A
DnsNameResolverException
raised whenDnsNameResolver
failed to perform a successful query because of an timeout. - DnsNameResolverTimeoutException(InetSocketAddress, DnsQuestion, String) - Constructor for exception io.netty5.resolver.dns.DnsNameResolverTimeoutException
- DnsOpCode - Class in io.netty5.handler.codec.dns
-
The DNS
OpCode
as defined in RFC2929. - DnsOpCode(int, String) - Constructor for class io.netty5.handler.codec.dns.DnsOpCode
- DnsOptEcsRecord - Interface in io.netty5.handler.codec.dns
-
An ECS record as defined in Client Subnet in DNS Queries.
- DnsOptPseudoRecord - Interface in io.netty5.handler.codec.dns
-
An OPT RR record.
- DnsPtrRecord - Interface in io.netty5.handler.codec.dns
- DnsQuery - Interface in io.netty5.handler.codec.dns
-
A DNS query message.
- DnsQueryLifecycleObserver - Interface in io.netty5.resolver.dns
-
This interface provides visibility into individual DNS queries.
- dnsQueryLifecycleObserverFactory(DnsQueryLifecycleObserverFactory) - Method in class io.netty5.resolver.dns.DnsNameResolverBuilder
-
Set the factory used to generate objects which can observe individual DNS queries.
- DnsQueryLifecycleObserverFactory - Interface in io.netty5.resolver.dns
-
Used to generate new instances of
DnsQueryLifecycleObserver
. - DnsQuestion - Interface in io.netty5.handler.codec.dns
-
A DNS question.
- DnsRawRecord - Interface in io.netty5.handler.codec.dns
-
A generic
DnsRecord
that contains an undecodedRDATA
. - DnsRecord - Interface in io.netty5.handler.codec.dns
-
A DNS resource record.
- DnsRecordDecoder - Interface in io.netty5.handler.codec.dns
-
Decodes a DNS record into its object representation.
- DnsRecordEncoder - Interface in io.netty5.handler.codec.dns
-
Encodes a
DnsRecord
into binary representation. - DnsRecordType - Class in io.netty5.handler.codec.dns
-
Represents a DNS record type.
- DnsRecordType(int, String) - Constructor for class io.netty5.handler.codec.dns.DnsRecordType
- DnsResponse - Interface in io.netty5.handler.codec.dns
-
A DNS response message.
- DnsResponseCode - Class in io.netty5.handler.codec.dns
-
The DNS
RCODE
, as defined in RFC2929. - DnsResponseCode(int, String) - Constructor for class io.netty5.handler.codec.dns.DnsResponseCode
- DnsSection - Enum in io.netty5.handler.codec.dns
-
Represents a section of a
DnsMessage
. - DnsServerAddresses - Class in io.netty5.resolver.dns
-
Provides an infinite sequence of DNS server addresses to
DnsNameResolver
. - DnsServerAddresses() - Constructor for class io.netty5.resolver.dns.DnsServerAddresses
- DnsServerAddressStream - Interface in io.netty5.resolver.dns
-
An infinite stream of DNS server addresses.
- DnsServerAddressStreamProvider - Interface in io.netty5.resolver.dns
-
Provides an opportunity to override which
DnsServerAddressStream
is used to resolve a specific hostname. - DnsServerAddressStreamProviders - Class in io.netty5.resolver.dns
-
Utility methods related to
DnsServerAddressStreamProvider
. - DNT - Static variable in class io.netty5.handler.codec.http.HttpHeaderNames
-
"dnt"
- doAccounting(TrafficCounter) - Method in class io.netty5.handler.traffic.AbstractTrafficShapingHandler
-
Called each time the accounting is computed from the TrafficCounters.
- doAccounting(TrafficCounter) - Method in class io.netty5.handler.traffic.GlobalChannelTrafficShapingHandler
- doBeginRead() - Method in class io.netty5.channel.AbstractChannel
-
Schedule a read operation.
- doBeginRead() - Method in class io.netty5.channel.embedded.EmbeddedChannel
- doBeginRead() - Method in class io.netty5.channel.local.LocalChannel
- doBeginRead() - Method in class io.netty5.channel.local.LocalServerChannel
- doBeginRead() - Method in class io.netty5.channel.nio.AbstractNioChannel
- doBeginRead() - Method in class io.netty5.channel.nio.AbstractNioMessageChannel
- doBind(SocketAddress) - Method in class io.netty5.channel.AbstractChannel
-
Bind the
Channel
to theSocketAddress
- doBind(SocketAddress) - Method in class io.netty5.channel.embedded.EmbeddedChannel
- doBind(SocketAddress) - Method in class io.netty5.channel.epoll.EpollDatagramChannel
- doBind(SocketAddress) - Method in class io.netty5.channel.epoll.EpollServerSocketChannel
- doBind(SocketAddress) - Method in class io.netty5.channel.kqueue.KQueueDatagramChannel
- doBind(SocketAddress) - Method in class io.netty5.channel.kqueue.KQueueServerSocketChannel
- doBind(SocketAddress) - Method in class io.netty5.channel.local.LocalChannel
- doBind(SocketAddress) - Method in class io.netty5.channel.local.LocalServerChannel
- doBind(SocketAddress) - Method in class io.netty5.channel.socket.nio.NioDatagramChannel
- doBind(SocketAddress) - Method in class io.netty5.channel.socket.nio.NioServerSocketChannel
- doBind(SocketAddress) - Method in class io.netty5.channel.socket.nio.NioSocketChannel
- doClose() - Method in class io.netty5.channel.AbstractChannel
-
Close the
Channel
- doClose() - Method in class io.netty5.channel.embedded.EmbeddedChannel
- doClose() - Method in class io.netty5.channel.epoll.EpollDatagramChannel
- doClose() - Method in class io.netty5.channel.epoll.EpollServerSocketChannel
- doClose() - Method in class io.netty5.channel.kqueue.KQueueDatagramChannel
- doClose() - Method in class io.netty5.channel.kqueue.KQueueServerSocketChannel
- doClose() - Method in class io.netty5.channel.local.LocalChannel
- doClose() - Method in class io.netty5.channel.local.LocalServerChannel
- doClose() - Method in class io.netty5.channel.nio.AbstractNioChannel
- doConnect(SocketAddress, SocketAddress) - Method in class io.netty5.channel.AbstractChannel
-
Connect to remote peer.
- doConnect(SocketAddress, SocketAddress) - Method in class io.netty5.channel.AbstractServerChannel
- doConnect(SocketAddress, SocketAddress) - Method in class io.netty5.channel.embedded.EmbeddedChannel
- doConnect(SocketAddress, SocketAddress) - Method in class io.netty5.channel.epoll.EpollDatagramChannel
- doConnect(SocketAddress, SocketAddress) - Method in class io.netty5.channel.epoll.EpollServerSocketChannel
- doConnect(SocketAddress, SocketAddress) - Method in class io.netty5.channel.kqueue.KQueueDatagramChannel
- doConnect(SocketAddress, SocketAddress) - Method in class io.netty5.channel.kqueue.KQueueServerSocketChannel
- doConnect(SocketAddress, SocketAddress) - Method in class io.netty5.channel.local.LocalChannel
- doConnect(SocketAddress, SocketAddress) - Method in class io.netty5.channel.socket.nio.NioDatagramChannel
- doConnect(SocketAddress, SocketAddress) - Method in class io.netty5.channel.socket.nio.NioServerSocketChannel
- doConnect(SocketAddress, SocketAddress) - Method in class io.netty5.channel.socket.nio.NioSocketChannel
- doConnect0(SocketAddress) - Method in class io.netty5.channel.epoll.EpollSocketChannel
- doConnect0(SocketAddress, SocketAddress) - Method in class io.netty5.channel.kqueue.KQueueSocketChannel
- doDisconnect() - Method in class io.netty5.channel.AbstractChannel
-
Disconnect this
Channel
from its remote peer - doDisconnect() - Method in class io.netty5.channel.AbstractServerChannel
- doDisconnect() - Method in class io.netty5.channel.embedded.EmbeddedChannel
- doDisconnect() - Method in class io.netty5.channel.epoll.EpollDatagramChannel
- doDisconnect() - Method in class io.netty5.channel.kqueue.KQueueDatagramChannel
- doDisconnect() - Method in class io.netty5.channel.local.LocalChannel
- doDisconnect() - Method in class io.netty5.channel.socket.nio.NioDatagramChannel
- doDisconnect() - Method in class io.netty5.channel.socket.nio.NioServerSocketChannel
- doDisconnect() - Method in class io.netty5.channel.socket.nio.NioSocketChannel
- doFinishConnect(LocalAddress) - Method in class io.netty5.channel.local.LocalChannel
- doFinishConnect(SocketAddress) - Method in class io.netty5.channel.embedded.EmbeddedChannel
- doFinishConnect(SocketAddress) - Method in class io.netty5.channel.epoll.EpollServerSocketChannel
- doFinishConnect(SocketAddress) - Method in class io.netty5.channel.socket.nio.NioDatagramChannel
- doFinishConnect(SocketAddress) - Method in class io.netty5.channel.socket.nio.NioServerSocketChannel
- doFinishConnect(SocketAddress) - Method in class io.netty5.channel.socket.nio.NioSocketChannel
- doFinishConnect(R) - Method in class io.netty5.channel.AbstractChannel
-
Finish a connect request.
- doFinishConnect(R) - Method in class io.netty5.channel.AbstractServerChannel
- doIsResolved(InetSocketAddress) - Method in class io.netty5.resolver.InetSocketAddressResolver
- doIsResolved(SocketAddress) - Method in class io.netty5.resolver.NoopAddressResolver
- doIsResolved(T) - Method in class io.netty5.resolver.AbstractAddressResolver
-
Invoked by
AbstractAddressResolver.isResolved(SocketAddress)
to check if the specifiedaddress
has been resolved already. - domain() - Method in interface io.netty5.handler.codec.http.cookie.Cookie
-
Returns the domain of this
Cookie
. - domain() - Method in class io.netty5.handler.codec.http.cookie.DefaultCookie
- DOMAIN - Static variable in class io.netty5.handler.codec.http.cookie.CookieHeaderNames
- DOMAIN_SOCKET_READ_MODE - Static variable in class io.netty5.channel.unix.UnixChannelOption
- DomainDatagramSocketAddress - Class in io.netty5.channel.unix
-
Act as special
DomainSocketAddress
to be able to easily pass all needed data from JNI without the need to create more objects then needed. - DomainDatagramSocketAddress(byte[], int, DomainDatagramSocketAddress) - Constructor for class io.netty5.channel.unix.DomainDatagramSocketAddress
- DomainMappingBuilder<V> - Class in io.netty5.util
-
Deprecated.Use
DomainWildcardMappingBuilder
instead. - DomainMappingBuilder(int, V) - Constructor for class io.netty5.util.DomainMappingBuilder
-
Deprecated.Constructor with initial capacity of the map holding the mappings
- DomainMappingBuilder(V) - Constructor for class io.netty5.util.DomainMappingBuilder
-
Deprecated.Constructor with default initial capacity of the map holding the mappings
- DomainNameMapping<V> - Class in io.netty5.util
-
Deprecated.
- DomainNameMapping(int, V) - Constructor for class io.netty5.util.DomainNameMapping
-
Deprecated.use
DomainNameMappingBuilder
to create and fill the mapping instead - DomainNameMapping(V) - Constructor for class io.netty5.util.DomainNameMapping
-
Deprecated.use
DomainNameMappingBuilder
to create and fill the mapping instead - DomainNameMappingBuilder<V> - Class in io.netty5.util
-
Deprecated.
- DomainNameMappingBuilder(int, V) - Constructor for class io.netty5.util.DomainNameMappingBuilder
-
Deprecated.Constructor with initial capacity of the map holding the mappings
- DomainNameMappingBuilder(V) - Constructor for class io.netty5.util.DomainNameMappingBuilder
-
Deprecated.Constructor with default initial capacity of the map holding the mappings
- DomainSocketAddress - Class in io.netty5.channel.socket
-
An address for a Unix Domain Socket.
- DomainSocketAddress(File) - Constructor for class io.netty5.channel.socket.DomainSocketAddress
- DomainSocketAddress(String) - Constructor for class io.netty5.channel.socket.DomainSocketAddress
- DomainSocketReadMode - Enum in io.netty5.channel.unix
-
Different modes of reading from a
UnixChannel
that uses Unix Domain Sockets. - DomainWildcardMappingBuilder<V> - Class in io.netty5.util
-
Builder that allows to build
Mapping
s that support DNS wildcard matching. - DomainWildcardMappingBuilder(int, V) - Constructor for class io.netty5.util.DomainWildcardMappingBuilder
-
Constructor with initial capacity of the map holding the mappings
- DomainWildcardMappingBuilder(V) - Constructor for class io.netty5.util.DomainWildcardMappingBuilder
-
Constructor with default initial capacity of the map holding the mappings
- doReadBytes(Buffer) - Method in class io.netty5.channel.nio.AbstractNioByteChannel
-
Read bytes into the given
Buffer
and return the amount. - doReadBytes(Buffer) - Method in class io.netty5.channel.socket.nio.NioSocketChannel
- doReadMessages(List<Object>) - Method in class io.netty5.channel.nio.AbstractNioMessageChannel
-
Read messages into the given array and return the amount which was read.
- doReadMessages(List<Object>) - Method in class io.netty5.channel.socket.nio.NioDatagramChannel
- doReadMessages(List<Object>) - Method in class io.netty5.channel.socket.nio.NioServerSocketChannel
- doResolve(String, DnsRecord[], Promise<InetAddress>, DnsCache) - Method in class io.netty5.resolver.dns.DnsNameResolver
-
Hook designed for extensibility so one can pass a different cache on each resolution attempt instead of using the global one.
- doResolve(String, Promise<InetAddress>) - Method in class io.netty5.resolver.DefaultNameResolver
- doResolve(String, Promise<InetAddress>) - Method in class io.netty5.resolver.dns.DnsNameResolver
- doResolve(String, Promise<InetAddress>) - Method in class io.netty5.resolver.RoundRobinInetAddressResolver
- doResolve(String, Promise<T>) - Method in class io.netty5.resolver.CompositeNameResolver
- doResolve(String, Promise<T>) - Method in class io.netty5.resolver.SimpleNameResolver
-
Invoked by
SimpleNameResolver.resolve(String)
to perform the actual name resolution. - doResolve(InetSocketAddress, Promise<InetSocketAddress>) - Method in class io.netty5.resolver.InetSocketAddressResolver
- doResolve(SocketAddress, Promise<SocketAddress>) - Method in class io.netty5.resolver.NoopAddressResolver
- doResolve(T, Promise<T>) - Method in class io.netty5.resolver.AbstractAddressResolver
-
Invoked by
AbstractAddressResolver.resolve(SocketAddress)
to perform the actual name resolution. - doResolveAll(String, DnsRecord[], Promise<List<InetAddress>>, DnsCache) - Method in class io.netty5.resolver.dns.DnsNameResolver
-
Hook designed for extensibility so one can pass a different cache on each resolution attempt instead of using the global one.
- doResolveAll(String, Promise<List<InetAddress>>) - Method in class io.netty5.resolver.DefaultNameResolver
- doResolveAll(String, Promise<List<InetAddress>>) - Method in class io.netty5.resolver.dns.DnsNameResolver
- doResolveAll(String, Promise<List<InetAddress>>) - Method in class io.netty5.resolver.RoundRobinInetAddressResolver
- doResolveAll(String, Promise<List<T>>) - Method in class io.netty5.resolver.CompositeNameResolver
- doResolveAll(String, Promise<List<T>>) - Method in class io.netty5.resolver.SimpleNameResolver
-
Invoked by
SimpleNameResolver.resolveAll(String)
to perform the actual name resolution. - doResolveAll(InetSocketAddress, Promise<List<InetSocketAddress>>) - Method in class io.netty5.resolver.InetSocketAddressResolver
- doResolveAll(SocketAddress, Promise<List<SocketAddress>>) - Method in class io.netty5.resolver.NoopAddressResolver
- doResolveAll(T, Promise<List<T>>) - Method in class io.netty5.resolver.AbstractAddressResolver
-
Invoked by
AbstractAddressResolver.resolveAll(SocketAddress)
to perform the actual name resolution. - doShutdown(ChannelShutdownDirection) - Method in class io.netty5.channel.AbstractChannel
-
Shutdown one direction of the
Channel
. - doShutdown(ChannelShutdownDirection) - Method in class io.netty5.channel.AbstractServerChannel
- doShutdown(ChannelShutdownDirection) - Method in class io.netty5.channel.embedded.EmbeddedChannel
- doShutdown(ChannelShutdownDirection) - Method in class io.netty5.channel.epoll.EpollDatagramChannel
- doShutdown(ChannelShutdownDirection) - Method in class io.netty5.channel.epoll.EpollServerSocketChannel
- doShutdown(ChannelShutdownDirection) - Method in class io.netty5.channel.epoll.EpollSocketChannel
- doShutdown(ChannelShutdownDirection) - Method in class io.netty5.channel.kqueue.KQueueDatagramChannel
- doShutdown(ChannelShutdownDirection) - Method in class io.netty5.channel.kqueue.KQueueServerSocketChannel
- doShutdown(ChannelShutdownDirection) - Method in class io.netty5.channel.kqueue.KQueueSocketChannel
- doShutdown(ChannelShutdownDirection) - Method in class io.netty5.channel.local.LocalChannel
- doShutdown(ChannelShutdownDirection) - Method in class io.netty5.channel.socket.nio.NioDatagramChannel
- doShutdown(ChannelShutdownDirection) - Method in class io.netty5.channel.socket.nio.NioServerSocketChannel
- doShutdown(ChannelShutdownDirection) - Method in class io.netty5.channel.socket.nio.NioSocketChannel
- DOUBLE_QUOTE - Static variable in class io.netty5.handler.codec.http.HttpConstants
-
Double quote '"'
- DOUBLE_QUOTE - Static variable in class io.netty5.util.internal.StringUtil
- doWrite(ChannelOutboundBuffer) - Method in class io.netty5.channel.AbstractChannel
-
Flush the content of the given buffer to the remote peer.
- doWrite(ChannelOutboundBuffer) - Method in class io.netty5.channel.AbstractServerChannel
- doWrite(ChannelOutboundBuffer) - Method in class io.netty5.channel.embedded.EmbeddedChannel
- doWrite(ChannelOutboundBuffer) - Method in class io.netty5.channel.epoll.EpollDatagramChannel
- doWrite(ChannelOutboundBuffer) - Method in class io.netty5.channel.epoll.EpollServerSocketChannel
- doWrite(ChannelOutboundBuffer) - Method in class io.netty5.channel.epoll.EpollSocketChannel
- doWrite(ChannelOutboundBuffer) - Method in class io.netty5.channel.kqueue.KQueueDatagramChannel
- doWrite(ChannelOutboundBuffer) - Method in class io.netty5.channel.kqueue.KQueueServerSocketChannel
- doWrite(ChannelOutboundBuffer) - Method in class io.netty5.channel.kqueue.KQueueSocketChannel
- doWrite(ChannelOutboundBuffer) - Method in class io.netty5.channel.local.LocalChannel
- doWrite(ChannelOutboundBuffer) - Method in class io.netty5.channel.nio.AbstractNioByteChannel
- doWrite(ChannelOutboundBuffer) - Method in class io.netty5.channel.nio.AbstractNioMessageChannel
- doWrite(ChannelOutboundBuffer) - Method in class io.netty5.channel.socket.nio.NioSocketChannel
- doWrite0(ChannelOutboundBuffer) - Method in class io.netty5.channel.nio.AbstractNioByteChannel
-
Write objects to the OS.
- doWriteBytes(Buffer) - Method in class io.netty5.channel.nio.AbstractNioByteChannel
- doWriteBytes(Buffer) - Method in class io.netty5.channel.socket.nio.NioSocketChannel
- doWriteFileRegion(FileRegion) - Method in class io.netty5.channel.nio.AbstractNioByteChannel
-
Write a
FileRegion
- doWriteFileRegion(FileRegion) - Method in class io.netty5.channel.socket.nio.NioSocketChannel
- doWriteMessage(Object, ChannelOutboundBuffer) - Method in class io.netty5.channel.nio.AbstractNioMessageChannel
-
Write a message to the underlying
Channel
. - doWriteMessage(Object, ChannelOutboundBuffer) - Method in class io.netty5.channel.socket.nio.NioDatagramChannel
- doWriteMessage(Object, ChannelOutboundBuffer) - Method in class io.netty5.channel.socket.nio.NioServerSocketChannel
- drop() - Method in interface io.netty5.buffer.api.pool.UntetheredMemory
-
Produces the drop instance associated with this piece of untethered memory.
- drop(int) - Method in class io.netty5.buffer.api.internal.LifecycleTracer
-
Add to the trace log that the object has been dropped.
- drop(T) - Method in interface io.netty5.buffer.api.Drop
-
Dispose of the resources in the given
Resource
instance. - drop(T) - Method in class io.netty5.buffer.api.internal.ArcDrop
- drop(T) - Method in class io.netty5.buffer.api.internal.CleanerDrop
- Drop<T> - Interface in io.netty5.buffer.api
-
An interface used by
Resource
instances to implement their resource disposal mechanics. - DropCaptor<T> - Class in io.netty5.buffer.api.internal
-
Utility class to capture or hold on to a drop instance.
- DropCaptor() - Constructor for class io.netty5.buffer.api.internal.DropCaptor
- dropPongFrames() - Method in class io.netty5.handler.codec.http.websocketx.WebSocketClientProtocolConfig
- dropPongFrames() - Method in class io.netty5.handler.codec.http.websocketx.WebSocketServerProtocolConfig
- dropPongFrames(boolean) - Method in class io.netty5.handler.codec.http.websocketx.WebSocketClientProtocolConfig.Builder
-
true
if pong frames should not be forwarded - dropPongFrames(boolean) - Method in class io.netty5.handler.codec.http.websocketx.WebSocketServerProtocolConfig.Builder
-
true
if pong frames should not be forwarded - DS - Static variable in class io.netty5.handler.codec.dns.DnsRecordType
-
Delegation signer record RFC 4034 The record used to identify the DNSSEC signing key of a delegated zone.
- dumpStats() - Method in class io.netty5.buffer.api.pool.PooledBufferAllocator
-
Returns the status of the allocator (which contains all metrics) as string.
- duplicate() - Method in interface io.netty5.resolver.dns.DnsServerAddressStream
-
Duplicate this object.
- duringDecode() - Method in exception io.netty5.handler.codec.http2.Http2Exception.HeaderListSizeException
- DynamicAddressConnectHandler - Class in io.netty5.handler.address
-
ChannelHandler
implementation which allows to dynamically replace the usedremoteAddress
and / orlocalAddress
when making a connection attempt. - DynamicAddressConnectHandler() - Constructor for class io.netty5.handler.address.DynamicAddressConnectHandler
E
- element() - Method in class io.netty5.util.internal.EmptyPriorityQueue
- elementSize() - Method in interface io.netty5.buffer.api.pool.PoolSubpageMetric
-
Return the size (in bytes) of the elements that will be allocated.
- EmbeddedChannel - Class in io.netty5.channel.embedded
-
Base class for
Channel
implementations that are used in an embedded fashion. - EmbeddedChannel() - Constructor for class io.netty5.channel.embedded.EmbeddedChannel
-
Create a new instance with an
EmbeddedChannelId
and an empty pipeline. - EmbeddedChannel(boolean, boolean, ChannelHandler...) - Constructor for class io.netty5.channel.embedded.EmbeddedChannel
-
Create a new instance with the pipeline initialized with the specified handlers.
- EmbeddedChannel(boolean, ChannelHandler...) - Constructor for class io.netty5.channel.embedded.EmbeddedChannel
-
Create a new instance with the pipeline initialized with the specified handlers.
- EmbeddedChannel(ChannelHandler...) - Constructor for class io.netty5.channel.embedded.EmbeddedChannel
-
Create a new instance with the pipeline initialized with the specified handlers.
- EmbeddedChannel(ChannelId) - Constructor for class io.netty5.channel.embedded.EmbeddedChannel
-
Create a new instance with the specified ID and an empty pipeline.
- EmbeddedChannel(ChannelId, boolean, boolean, ChannelHandler...) - Constructor for class io.netty5.channel.embedded.EmbeddedChannel
-
Create a new instance with the channel ID set to the given ID and the pipeline initialized with the specified handlers.
- EmbeddedChannel(ChannelId, boolean, ChannelHandler...) - Constructor for class io.netty5.channel.embedded.EmbeddedChannel
-
Create a new instance with the channel ID set to the given ID and the pipeline initialized with the specified handlers.
- EmbeddedChannel(ChannelId, ChannelHandler...) - Constructor for class io.netty5.channel.embedded.EmbeddedChannel
-
Create a new instance with the channel ID set to the given ID and the pipeline initialized with the specified handlers.
- EmbeddedChannel(Channel, ChannelId, boolean, boolean, ChannelHandler...) - Constructor for class io.netty5.channel.embedded.EmbeddedChannel
-
Create a new instance with the channel ID set to the given ID and the pipeline initialized with the specified handlers.
- EMPTY - Static variable in class io.netty5.handler.codec.http.websocketx.WebSocketCloseStatus
- EMPTY_ASCII_STRINGS - Static variable in class io.netty5.util.internal.EmptyArrays
- EMPTY_BYTE_BUFFERS - Static variable in class io.netty5.util.internal.EmptyArrays
- EMPTY_BYTES - Static variable in class io.netty5.util.internal.EmptyArrays
- EMPTY_BYTES_BYTES - Static variable in class io.netty5.util.internal.EmptyArrays
- EMPTY_CERTIFICATES - Static variable in class io.netty5.util.internal.EmptyArrays
- EMPTY_CHARS - Static variable in class io.netty5.util.internal.EmptyArrays
- EMPTY_CLASSES - Static variable in class io.netty5.util.internal.EmptyArrays
- EMPTY_INTS - Static variable in class io.netty5.util.internal.EmptyArrays
- EMPTY_JAVAX_X509_CERTIFICATES - Static variable in class io.netty5.util.internal.EmptyArrays
- EMPTY_OBJECTS - Static variable in class io.netty5.util.internal.EmptyArrays
- EMPTY_STACK_TRACE - Static variable in class io.netty5.util.internal.EmptyArrays
- EMPTY_STRING - Static variable in class io.netty5.util.AsciiString
- EMPTY_STRING - Static variable in class io.netty5.util.internal.StringUtil
- EMPTY_STRINGS - Static variable in class io.netty5.util.internal.EmptyArrays
- EMPTY_X509_CERTIFICATES - Static variable in class io.netty5.util.internal.EmptyArrays
- EmptyArrays - Class in io.netty5.util.internal
- EmptyHeaders<K,V,T extends Headers<K,V,T>> - Class in io.netty5.handler.codec
- EmptyHeaders() - Constructor for class io.netty5.handler.codec.EmptyHeaders
- EmptyHttp2Headers - Class in io.netty5.handler.codec.http2
- EmptyHttpHeaders - Class in io.netty5.handler.codec.http
- EmptyHttpHeaders() - Constructor for class io.netty5.handler.codec.http.EmptyHttpHeaders
- EmptyLastHttpContent - Class in io.netty5.handler.codec.http
- EmptyLastHttpContent(BufferAllocator) - Constructor for class io.netty5.handler.codec.http.EmptyLastHttpContent
- emptyMap() - Static method in class io.netty5.util.collection.ByteCollections
-
Returns an unmodifiable empty
ByteObjectMap
. - emptyMap() - Static method in class io.netty5.util.collection.CharCollections
-
Returns an unmodifiable empty
CharObjectMap
. - emptyMap() - Static method in class io.netty5.util.collection.IntCollections
-
Returns an unmodifiable empty
IntObjectMap
. - emptyMap() - Static method in class io.netty5.util.collection.LongCollections
-
Returns an unmodifiable empty
LongObjectMap
. - emptyMap() - Static method in class io.netty5.util.collection.ShortCollections
-
Returns an unmodifiable empty
ShortObjectMap
. - EmptyPriorityQueue<T> - Class in io.netty5.util.internal
- enableOcsp(boolean) - Method in class io.netty5.handler.ssl.SslContextBuilder
-
Enables OCSP stapling.
- encode(Buffer) - Static method in class io.netty5.handler.codec.base64.Base64
- encode(Buffer, boolean) - Static method in class io.netty5.handler.codec.base64.Base64
- encode(Buffer, boolean, Base64Dialect) - Static method in class io.netty5.handler.codec.base64.Base64
- encode(Buffer, int, int) - Static method in class io.netty5.handler.codec.base64.Base64
- encode(Buffer, int, int, boolean) - Static method in class io.netty5.handler.codec.base64.Base64
- encode(Buffer, int, int, boolean, Base64Dialect) - Static method in class io.netty5.handler.codec.base64.Base64
- encode(Buffer, int, int, boolean, Base64Dialect, BufferAllocator) - Static method in class io.netty5.handler.codec.base64.Base64
- encode(Buffer, int, int, Base64Dialect) - Static method in class io.netty5.handler.codec.base64.Base64
- encode(Buffer, Buffer, int) - Method in class io.netty5.handler.codec.compression.Snappy
- encode(Buffer, Base64Dialect) - Static method in class io.netty5.handler.codec.base64.Base64
- encode(ChannelHandlerContext, byte[], List<Object>) - Method in class io.netty5.handler.codec.bytes.ByteArrayEncoder
- encode(ChannelHandlerContext, Buffer, List<Object>) - Method in class io.netty5.handler.codec.base64.Base64Encoder
- encode(ChannelHandlerContext, Buffer, List<Object>) - Method in class io.netty5.handler.codec.LengthFieldPrepender
- encode(ChannelHandlerContext, AddressedEnvelope<DnsQuery, InetSocketAddress>, List<Object>) - Method in class io.netty5.handler.codec.dns.DatagramDnsQueryEncoder
- encode(ChannelHandlerContext, AddressedEnvelope<DnsResponse, InetSocketAddress>, List<Object>) - Method in class io.netty5.handler.codec.dns.DatagramDnsResponseEncoder
- encode(ChannelHandlerContext, AddressedEnvelope<M, InetSocketAddress>, List<Object>) - Method in class io.netty5.handler.codec.DatagramPacketEncoder
- encode(ChannelHandlerContext, DnsQuery, Buffer) - Method in class io.netty5.handler.codec.dns.TcpDnsQueryEncoder
- encode(ChannelHandlerContext, DnsResponse, List<Object>) - Method in class io.netty5.handler.codec.dns.TcpDnsResponseEncoder
- encode(ChannelHandlerContext, I, Buffer) - Method in class io.netty5.handler.codec.ByteToMessageCodec
- encode(ChannelHandlerContext, I, Buffer) - Method in class io.netty5.handler.codec.MessageToByteEncoder
-
Encode a message into a
Buffer
. - encode(ChannelHandlerContext, I, List<Object>) - Method in class io.netty5.handler.codec.MessageToMessageEncoder
-
Encode from one message to another.
- encode(ChannelHandlerContext, CharSequence, List<Object>) - Method in class io.netty5.handler.codec.string.LineEncoder
- encode(ChannelHandlerContext, CharSequence, List<Object>) - Method in class io.netty5.handler.codec.string.StringEncoder
- encode(ChannelHandlerContext, OUTBOUND_IN, List<Object>) - Method in class io.netty5.handler.codec.MessageToMessageCodec
- encode(Cookie) - Method in class io.netty5.handler.codec.http.cookie.ClientCookieEncoder
-
Encodes the specified cookie into a Cookie header value.
- encode(Cookie) - Method in class io.netty5.handler.codec.http.cookie.ServerCookieEncoder
-
Encodes the specified cookie into a Set-Cookie header value.
- encode(Cookie...) - Method in class io.netty5.handler.codec.http.cookie.ClientCookieEncoder
-
Encodes the specified cookies into a single Cookie header value.
- encode(Cookie...) - Method in class io.netty5.handler.codec.http.cookie.ServerCookieEncoder
-
Batch encodes cookies into Set-Cookie header values.
- encode(Iterable<? extends Cookie>) - Method in class io.netty5.handler.codec.http.cookie.ClientCookieEncoder
-
Encodes the specified cookies into a single Cookie header value.
- encode(Iterable<? extends Cookie>) - Method in class io.netty5.handler.codec.http.cookie.ServerCookieEncoder
-
Batch encodes cookies into Set-Cookie header values.
- encode(String, String) - Method in class io.netty5.handler.codec.http.cookie.ClientCookieEncoder
-
Encodes the specified cookie into a Cookie header value.
- encode(String, String) - Method in class io.netty5.handler.codec.http.cookie.ServerCookieEncoder
-
Encodes the specified cookie name-value pair into a Set-Cookie header value.
- encode(Collection<? extends Cookie>) - Method in class io.netty5.handler.codec.http.cookie.ClientCookieEncoder
-
Encodes the specified cookies into a single Cookie header value.
- encode(Collection<? extends Cookie>) - Method in class io.netty5.handler.codec.http.cookie.ServerCookieEncoder
-
Batch encodes cookies into Set-Cookie header values.
- encodeAndClose(ChannelHandlerContext, HttpObject, List<Object>) - Method in class io.netty5.handler.codec.http.HttpContentEncoder
- encodeAndClose(ChannelHandlerContext, HttpObject, List<Object>) - Method in class io.netty5.handler.codec.http2.Http2StreamFrameToHttpObjectCodec
-
Encode from an
HttpObject
to anHttp2StreamFrame
. - encodeAndClose(ChannelHandlerContext, WebSocketFrame, List<Object>) - Method in class io.netty5.handler.codec.http.websocketx.WebSocket13FrameEncoder
- encodeAndClose(ChannelHandlerContext, I, List<Object>) - Method in class io.netty5.handler.codec.MessageToMessageEncoder
-
Encode from one message to another.
- encodeAndClose(ChannelHandlerContext, Object, List<Object>) - Method in class io.netty5.handler.codec.http.HttpObjectEncoder
- encodeAndClose(ChannelHandlerContext, OUTBOUND_IN, List<Object>) - Method in class io.netty5.handler.codec.MessageToMessageCodec
- encodeHeaders(int, Http2Headers, Buffer) - Method in class io.netty5.handler.codec.http2.DefaultHttp2HeadersEncoder
- encodeHeaders(int, Http2Headers, Buffer) - Method in interface io.netty5.handler.codec.http2.Http2HeadersEncoder
-
Encodes the given headers and writes the output headers block to the given output buffer.
- encodeHeaders(HttpHeaders, Buffer) - Method in class io.netty5.handler.codec.http.HttpObjectEncoder
-
Encode the
HttpHeaders
into aBuffer
. - encodeInitialLine(Buffer, H) - Method in class io.netty5.handler.codec.http.HttpObjectEncoder
- encodeInitialLine(Buffer, HttpMessage) - Method in class io.netty5.handler.codec.rtsp.RtspEncoder
- encodeInitialLine(Buffer, HttpRequest) - Method in class io.netty5.handler.codec.http.HttpRequestEncoder
- encodeInitialLine(Buffer, HttpResponse) - Method in class io.netty5.handler.codec.http.HttpResponseEncoder
- encodeName(String, Buffer) - Method in class io.netty5.handler.codec.dns.DefaultDnsRecordEncoder
- encodeQuestion(DnsQuestion, Buffer) - Method in class io.netty5.handler.codec.dns.DefaultDnsRecordEncoder
- encodeQuestion(DnsQuestion, Buffer) - Method in interface io.netty5.handler.codec.dns.DnsRecordEncoder
-
Encodes a
DnsQuestion
. - encoder() - Method in class io.netty5.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
-
Returns the
Http2ConnectionEncoder
to use. - encoder() - Method in class io.netty5.handler.codec.http2.Http2ConnectionHandler
- encoder(Charset) - Static method in class io.netty5.util.CharsetUtil
-
Returns a cached thread-local
CharsetEncoder
for the specifiedCharset
. - encoder(Charset, CodingErrorAction) - Static method in class io.netty5.util.CharsetUtil
-
Returns a new
CharsetEncoder
for theCharset
with the specified error action. - encoder(Charset, CodingErrorAction, CodingErrorAction) - Static method in class io.netty5.util.CharsetUtil
-
Returns a new
CharsetEncoder
for theCharset
with specified error actions. - encodeRecord(DnsRecord, Buffer) - Method in class io.netty5.handler.codec.dns.DefaultDnsRecordEncoder
- encodeRecord(DnsRecord, Buffer) - Method in interface io.netty5.handler.codec.dns.DnsRecordEncoder
-
Encodes a
DnsRecord
. - encoderEnforceMaxConcurrentStreams() - Method in class io.netty5.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
-
Returns if the encoder should queue frames if the maximum number of concurrent streams would otherwise be exceeded.
- encoderEnforceMaxConcurrentStreams() - Method in class io.netty5.handler.codec.http2.Http2FrameCodecBuilder
- encoderEnforceMaxConcurrentStreams(boolean) - Method in class io.netty5.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
-
Sets if the encoder should queue frames if the maximum number of concurrent streams would otherwise be exceeded.
- encoderEnforceMaxConcurrentStreams(boolean) - Method in class io.netty5.handler.codec.http2.Http2ConnectionHandlerBuilder
- encoderEnforceMaxConcurrentStreams(boolean) - Method in class io.netty5.handler.codec.http2.Http2FrameCodecBuilder
- encoderEnforceMaxConcurrentStreams(boolean) - Method in class io.netty5.handler.codec.http2.HttpToHttp2ConnectionHandlerBuilder
- encoderEnforceMaxQueuedControlFrames() - Method in class io.netty5.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
-
Returns the maximum number of queued control frames that are allowed before the connection is closed.
- encoderEnforceMaxQueuedControlFrames() - Method in class io.netty5.handler.codec.http2.Http2FrameCodecBuilder
- encoderEnforceMaxQueuedControlFrames(int) - Method in class io.netty5.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
-
Sets the maximum number of queued control frames that are allowed before the connection is closed.
- encoderEnforceMaxQueuedControlFrames(int) - Method in class io.netty5.handler.codec.http2.Http2FrameCodecBuilder
- EncoderException - Exception in io.netty5.handler.codec
-
An
CodecException
which is thrown by an encoder. - EncoderException() - Constructor for exception io.netty5.handler.codec.EncoderException
-
Creates a new instance.
- EncoderException(String) - Constructor for exception io.netty5.handler.codec.EncoderException
-
Creates a new instance.
- EncoderException(String, Throwable) - Constructor for exception io.netty5.handler.codec.EncoderException
-
Creates a new instance.
- EncoderException(Throwable) - Constructor for exception io.netty5.handler.codec.EncoderException
-
Creates a new instance.
- encoderFilter() - Method in interface io.netty5.handler.codec.http.websocketx.extensions.WebSocketExtensionFilterProvider
-
Returns the extension filter for
WebSocketExtensionEncoder
encoder. - encoderIgnoreMaxHeaderListSize(boolean) - Method in class io.netty5.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
-
Sets if the SETTINGS_MAX_HEADER_LIST_SIZE should be ignored when encoding headers.
- encoderIgnoreMaxHeaderListSize(boolean) - Method in class io.netty5.handler.codec.http2.Http2ConnectionHandlerBuilder
- encoderIgnoreMaxHeaderListSize(boolean) - Method in class io.netty5.handler.codec.http2.Http2FrameCodecBuilder
- END_HEADERS - Static variable in class io.netty5.handler.codec.http2.Http2Flags
- END_STREAM - Static variable in class io.netty5.handler.codec.http2.Http2Flags
- endOffset() - Method in class io.netty5.handler.stream.ChunkedFile
-
Returns the offset in the file where the transfer will end.
- endOffset() - Method in class io.netty5.handler.stream.ChunkedNioFile
-
Returns the offset in the file where the transfer will end.
- endOfHeaders() - Method in class io.netty5.handler.codec.http2.Http2Flags
-
Determines whether the
Http2Flags.END_HEADERS
flag is set. - endOfHeaders(boolean) - Method in class io.netty5.handler.codec.http2.Http2Flags
-
Sets the
Http2Flags.END_HEADERS
flag. - endOfStream - Variable in class io.netty5.handler.codec.http2.DefaultHttp2ConnectionEncoder.FlowControlledBase
- endOfStream() - Method in class io.netty5.handler.codec.http2.Http2Flags
-
Determines whether the
Http2Flags.END_STREAM
flag is set. - endOfStream(boolean) - Method in class io.netty5.handler.codec.http2.Http2Flags
-
Sets the
Http2Flags.END_STREAM
flag. - ENDPOINT_UNAVAILABLE - Static variable in class io.netty5.handler.codec.http.websocketx.WebSocketCloseStatus
- endsWith(CharSequence) - Method in class io.netty5.util.AsciiString
-
Compares the specified string to this string to determine if the specified string is a suffix.
- endsWith(CharSequence, char) - Static method in class io.netty5.util.internal.StringUtil
-
Determine if the string
s
ends with the charc
. - engine() - Method in class io.netty5.handler.ssl.SslHandler
-
Returns the
SSLEngine
which is used by this handler. - engineGetKeyManagers() - Method in class io.netty5.handler.ssl.util.KeyManagerFactoryWrapper
- engineGetKeyManagers() - Method in class io.netty5.handler.ssl.util.SimpleKeyManagerFactory
-
Returns one key manager for each type of key material.
- engineGetTrustManagers() - Method in class io.netty5.handler.ssl.util.FingerprintTrustManagerFactory
- engineGetTrustManagers() - Method in class io.netty5.handler.ssl.util.InsecureTrustManagerFactory
- engineGetTrustManagers() - Method in class io.netty5.handler.ssl.util.SimpleTrustManagerFactory
-
Returns one trust manager for each type of trust material.
- engineGetTrustManagers() - Method in class io.netty5.handler.ssl.util.TrustManagerFactoryWrapper
- engineInit(KeyStore) - Method in class io.netty5.handler.ssl.util.FingerprintTrustManagerFactory
- engineInit(KeyStore) - Method in class io.netty5.handler.ssl.util.InsecureTrustManagerFactory
- engineInit(KeyStore) - Method in class io.netty5.handler.ssl.util.SimpleTrustManagerFactory
-
Initializes this factory with a source of certificate authorities and related trust material.
- engineInit(KeyStore) - Method in class io.netty5.handler.ssl.util.TrustManagerFactoryWrapper
- engineInit(KeyStore, char[]) - Method in class io.netty5.handler.ssl.util.KeyManagerFactoryWrapper
- engineInit(KeyStore, char[]) - Method in class io.netty5.handler.ssl.util.SimpleKeyManagerFactory
-
Initializes this factory with a source of certificate authorities and related key material.
- engineInit(ManagerFactoryParameters) - Method in class io.netty5.handler.ssl.util.FingerprintTrustManagerFactory
- engineInit(ManagerFactoryParameters) - Method in class io.netty5.handler.ssl.util.InsecureTrustManagerFactory
- engineInit(ManagerFactoryParameters) - Method in class io.netty5.handler.ssl.util.KeyManagerFactoryWrapper
- engineInit(ManagerFactoryParameters) - Method in class io.netty5.handler.ssl.util.SimpleKeyManagerFactory
-
Initializes this factory with a source of provider-specific key material.
- engineInit(ManagerFactoryParameters) - Method in class io.netty5.handler.ssl.util.SimpleTrustManagerFactory
-
Initializes this factory with a source of provider-specific key material.
- engineInit(ManagerFactoryParameters) - Method in class io.netty5.handler.ssl.util.TrustManagerFactoryWrapper
- ENHANCE_YOUR_CALM - io.netty5.handler.codec.http2.Http2Error
- ensureAvailability() - Static method in class io.netty5.channel.epoll.Epoll
-
Ensure that
netty-transport-native-epoll
is available. - ensureAvailability() - Static method in class io.netty5.channel.kqueue.KQueue
-
Ensure that
netty-transport-native-kqueue
is available. - ensureAvailability() - Static method in class io.netty5.channel.unix.Unix
-
Deprecated.
- ensureAvailability() - Static method in class io.netty5.handler.codec.compression.Brotli
-
Throws when brotli support is missing from the classpath or is unavailable on this platform
- ensureAvailability() - Static method in class io.netty5.handler.codec.compression.Zstd
-
Throws when zstd support is missing from the classpath or is unavailable on this platform
- ensureAvailability() - Static method in class io.netty5.handler.ssl.OpenSsl
-
Ensure that
netty-tcnative
and its OpenSSL support are available. - ensureAvailability() - Static method in class io.netty5.resolver.dns.macos.MacOSDnsServerAddressStreamProvider
- ensureOpen() - Method in class io.netty5.channel.embedded.EmbeddedChannel
-
Ensure the
Channel
is open and if not throw an exception. - ensureOpen(Promise<Void>) - Method in class io.netty5.channel.AbstractChannel
- ensureSunSslEngineAvailability() - Static method in class io.netty5.handler.ssl.SslMasterKeyHandler
-
Ensure that SSLSessionImpl is available.
- ensureWritable(int) - Method in interface io.netty5.buffer.api.Buffer
-
Ensures that this buffer has at least the given number of bytes of available space for writing.
- ensureWritable(int) - Method in class io.netty5.buffer.api.BufferStub
- ensureWritable(int) - Method in interface io.netty5.buffer.api.CompositeBuffer
- ensureWritable(int, int, boolean) - Method in interface io.netty5.buffer.api.Buffer
-
Ensures that this buffer has at least the given number of bytes of available space for writing.
- ensureWritable(int, int, boolean) - Method in class io.netty5.buffer.api.BufferStub
- ensureWritable(int, int, boolean) - Method in interface io.netty5.buffer.api.CompositeBuffer
- entries() - Method in class io.netty5.handler.codec.http.DefaultHttpHeaders
- entries() - Method in class io.netty5.handler.codec.http.EmptyHttpHeaders
- entries() - Method in class io.netty5.handler.codec.http.HttpHeaders
-
Returns a new
List
that contains all headers in this object. - entries() - Method in class io.netty5.handler.codec.http.ReadOnlyHttpHeaders
- entries() - Method in class io.netty5.util.collection.ByteObjectHashMap
- entries() - Method in interface io.netty5.util.collection.ByteObjectMap
-
Gets an iterable to traverse over the primitive entries contained in this map.
- entries() - Method in class io.netty5.util.collection.CharObjectHashMap
- entries() - Method in interface io.netty5.util.collection.CharObjectMap
-
Gets an iterable to traverse over the primitive entries contained in this map.
- entries() - Method in class io.netty5.util.collection.IntObjectHashMap
- entries() - Method in interface io.netty5.util.collection.IntObjectMap
-
Gets an iterable to traverse over the primitive entries contained in this map.
- entries() - Method in class io.netty5.util.collection.LongObjectHashMap
- entries() - Method in interface io.netty5.util.collection.LongObjectMap
-
Gets an iterable to traverse over the primitive entries contained in this map.
- entries() - Method in class io.netty5.util.collection.ShortObjectHashMap
- entries() - Method in interface io.netty5.util.collection.ShortObjectMap
-
Gets an iterable to traverse over the primitive entries contained in this map.
- entrySet() - Method in class io.netty5.util.collection.ByteObjectHashMap
- entrySet() - Method in class io.netty5.util.collection.CharObjectHashMap
- entrySet() - Method in class io.netty5.util.collection.IntObjectHashMap
- entrySet() - Method in class io.netty5.util.collection.LongObjectHashMap
- entrySet() - Method in class io.netty5.util.collection.ShortObjectHashMap
- Epoll - Class in io.netty5.channel.epoll
-
Tells if
netty-transport-native-epoll
is supported. - epollBusyWait(FileDescriptor, EpollEventArray) - Static method in class io.netty5.channel.epoll.Native
-
Non-blocking variant of
Native.epollWait(FileDescriptor, EpollEventArray, FileDescriptor, int, int, long)
that will also hint to processor we are in a busy-wait loop. - EpollChannelOption<T> - Class in io.netty5.channel.epoll
- epollCtlAdd(int, int, int) - Static method in class io.netty5.channel.epoll.Native
- epollCtlDel(int, int) - Static method in class io.netty5.channel.epoll.Native
- epollCtlMod(int, int, int) - Static method in class io.netty5.channel.epoll.Native
- EpollDatagramChannel - Class in io.netty5.channel.epoll
-
DatagramChannel
implementation that uses linux EPOLL Edge-Triggered Mode for maximal performance. - EpollDatagramChannel(EventLoop) - Constructor for class io.netty5.channel.epoll.EpollDatagramChannel
-
Create a new instance which selects the
ProtocolFamily
to use depending on the Operation Systems default which will be chosen. - EpollDatagramChannel(EventLoop, int, ProtocolFamily) - Constructor for class io.netty5.channel.epoll.EpollDatagramChannel
-
Create a new instance which selects the
ProtocolFamily
to use depending on the Operation Systems default which will be chosen. - EpollDatagramChannel(EventLoop, ProtocolFamily) - Constructor for class io.netty5.channel.epoll.EpollDatagramChannel
-
Create a new instance using the given
ProtocolFamily
. - EPOLLERR - Static variable in class io.netty5.channel.epoll.Native
- EPOLLET - Static variable in class io.netty5.channel.epoll.Native
- EpollEventArray - Class in io.netty5.channel.epoll
-
This is an internal datastructure which can be directly passed to epoll_wait to reduce the overhead.
- EpollHandler - Class in io.netty5.channel.epoll
-
IoHandler
which uses epoll under the covers. - EPOLLIN - Static variable in class io.netty5.channel.epoll.Native
- epollInReady(RecvBufferAllocator.Handle, BufferAllocator, boolean) - Method in class io.netty5.channel.epoll.EpollDatagramChannel
- epollInReady(RecvBufferAllocator.Handle, BufferAllocator, boolean) - Method in class io.netty5.channel.epoll.EpollServerSocketChannel
- epollInReady(RecvBufferAllocator.Handle, BufferAllocator, boolean) - Method in class io.netty5.channel.epoll.EpollSocketChannel
- EPOLLOUT - Static variable in class io.netty5.channel.epoll.Native
- EPOLLRDHUP - Static variable in class io.netty5.channel.epoll.Native
- EpollServerSocketChannel - Class in io.netty5.channel.epoll
-
ServerSocketChannel
implementation that uses linux EPOLL Edge-Triggered Mode for maximal performance. - EpollServerSocketChannel(EventLoop, EventLoopGroup) - Constructor for class io.netty5.channel.epoll.EpollServerSocketChannel
- EpollServerSocketChannel(EventLoop, EventLoopGroup, int, ProtocolFamily) - Constructor for class io.netty5.channel.epoll.EpollServerSocketChannel
- EpollServerSocketChannel(EventLoop, EventLoopGroup, ProtocolFamily) - Constructor for class io.netty5.channel.epoll.EpollServerSocketChannel
- EpollSocketChannel - Class in io.netty5.channel.epoll
-
SocketChannel
implementation that uses linux EPOLL Edge-Triggered Mode for maximal performance. - EpollSocketChannel(EventLoop) - Constructor for class io.netty5.channel.epoll.EpollSocketChannel
- EpollSocketChannel(EventLoop, int, ProtocolFamily) - Constructor for class io.netty5.channel.epoll.EpollSocketChannel
- EpollSocketChannel(EventLoop, ProtocolFamily) - Constructor for class io.netty5.channel.epoll.EpollSocketChannel
- EpollTcpInfo - Class in io.netty5.channel.epoll
-
struct tcp_info { __u8 tcpi_state; __u8 tcpi_ca_state; __u8 tcpi_retransmits; __u8 tcpi_probes; __u8 tcpi_backoff; __u8 tcpi_options; __u8 tcpi_snd_wscale : 4, tcpi_rcv_wscale : 4; __u32 tcpi_rto; __u32 tcpi_ato; __u32 tcpi_snd_mss; __u32 tcpi_rcv_mss; __u32 tcpi_unacked; __u32 tcpi_sacked; __u32 tcpi_lost; __u32 tcpi_retrans; __u32 tcpi_fackets; __u32 tcpi_last_data_sent; __u32 tcpi_last_ack_sent; __u32 tcpi_last_data_recv; __u32 tcpi_last_ack_recv; __u32 tcpi_pmtu; __u32 tcpi_rcv_ssthresh; __u32 tcpi_rtt; __u32 tcpi_rttvar; __u32 tcpi_snd_ssthresh; __u32 tcpi_snd_cwnd; __u32 tcpi_advmss; __u32 tcpi_reordering; __u32 tcpi_rcv_rtt; __u32 tcpi_rcv_space; __u32 tcpi_total_retrans; };
- EpollTcpInfo() - Constructor for class io.netty5.channel.epoll.EpollTcpInfo
- equals(byte[], int, byte[], int, int) - Static method in class io.netty5.util.internal.PlatformDependent
-
Compare two
byte
arrays for equality. - equals(Buffer, int, Buffer, int, int) - Static method in interface io.netty5.buffer.api.internal.Statics
- equals(Buffer, int, Buffer, int, int) - Static method in class io.netty5.buffer.BufferUtil
-
Returns
true
if and only if the two specified buffers are identical to each other forlength
bytes starting atfirstReaderOffset
index for thefirst
buffer andsecondReaderOffset
index for thesecond
buffer. - equals(Buffer, Buffer) - Static method in interface io.netty5.buffer.api.internal.Statics
- equals(Headers<K, V, ?>, HashingStrategy<V>) - Method in class io.netty5.handler.codec.DefaultHeaders
-
Test this object for equality against
h2
. - equals(Object) - Method in class io.netty5.buffer.api.BufferHolder
-
This implementation of the
equals
operation is restricted to work only with instances of the same class. - equals(Object) - Method in class io.netty5.buffer.api.BufferStub
- equals(Object) - Method in class io.netty5.buffer.api.internal.AdaptableBuffer
- equals(Object) - Method in class io.netty5.channel.AbstractChannel
-
Returns
true
if and only if the specified object is identical with this channel (i.e:this == o
). - equals(Object) - Method in class io.netty5.channel.DefaultChannelId
- equals(Object) - Method in class io.netty5.channel.group.DefaultChannelGroup
- equals(Object) - Method in class io.netty5.channel.kqueue.AcceptFilter
- equals(Object) - Method in class io.netty5.channel.local.LocalAddress
- equals(Object) - Method in class io.netty5.channel.socket.DomainSocketAddress
- equals(Object) - Method in class io.netty5.channel.unix.FileDescriptor
- equals(Object) - Method in class io.netty5.handler.codec.DefaultHeaders
- equals(Object) - Method in class io.netty5.handler.codec.DefaultHeaders.HeaderEntry
- equals(Object) - Method in class io.netty5.handler.codec.dns.AbstractDnsMessage
- equals(Object) - Method in class io.netty5.handler.codec.dns.AbstractDnsRecord
- equals(Object) - Method in class io.netty5.handler.codec.dns.DatagramDnsQuery
- equals(Object) - Method in class io.netty5.handler.codec.dns.DatagramDnsResponse
- equals(Object) - Method in class io.netty5.handler.codec.dns.DnsOpCode
- equals(Object) - Method in class io.netty5.handler.codec.dns.DnsRecordType
- equals(Object) - Method in class io.netty5.handler.codec.dns.DnsResponseCode
-
Equality of
DnsResponseCode
only depends onDnsResponseCode.intValue()
. - equals(Object) - Method in class io.netty5.handler.codec.EmptyHeaders
- equals(Object) - Method in class io.netty5.handler.codec.http.cookie.DefaultCookie
- equals(Object) - Method in class io.netty5.handler.codec.http.DefaultFullHttpRequest
- equals(Object) - Method in class io.netty5.handler.codec.http.DefaultFullHttpResponse
- equals(Object) - Method in class io.netty5.handler.codec.http.DefaultHttpHeaders
- equals(Object) - Method in class io.netty5.handler.codec.http.DefaultHttpMessage
- equals(Object) - Method in class io.netty5.handler.codec.http.DefaultHttpObject
- equals(Object) - Method in class io.netty5.handler.codec.http.DefaultHttpRequest
- equals(Object) - Method in class io.netty5.handler.codec.http.DefaultHttpResponse
- equals(Object) - Method in class io.netty5.handler.codec.http.EmptyLastHttpContent
- equals(Object) - Method in class io.netty5.handler.codec.http.HttpMethod
- equals(Object) - Method in class io.netty5.handler.codec.http.HttpResponseStatus
-
Equality of
HttpResponseStatus
only depends onHttpResponseStatus.code()
. - equals(Object) - Method in class io.netty5.handler.codec.http.HttpScheme
- equals(Object) - Method in class io.netty5.handler.codec.http.HttpVersion
- equals(Object) - Method in class io.netty5.handler.codec.http.websocketx.WebSocketCloseStatus
-
Equality of
WebSocketCloseStatus
only depends onWebSocketCloseStatus.code()
. - equals(Object) - Method in class io.netty5.handler.codec.http.websocketx.WebSocketScheme
- equals(Object) - Method in class io.netty5.handler.codec.http2.AbstractHttp2StreamFrame
-
Returns
true
ifo
has equalstream
to this object. - equals(Object) - Method in class io.netty5.handler.codec.http2.DefaultHttp2DataFrame
- equals(Object) - Method in class io.netty5.handler.codec.http2.DefaultHttp2GoAwayFrame
- equals(Object) - Method in class io.netty5.handler.codec.http2.DefaultHttp2Headers
- equals(Object) - Method in class io.netty5.handler.codec.http2.DefaultHttp2HeadersFrame
- equals(Object) - Method in class io.netty5.handler.codec.http2.DefaultHttp2PingFrame
- equals(Object) - Method in class io.netty5.handler.codec.http2.DefaultHttp2PriorityFrame
- equals(Object) - Method in class io.netty5.handler.codec.http2.DefaultHttp2ResetFrame
- equals(Object) - Method in class io.netty5.handler.codec.http2.DefaultHttp2SettingsFrame
- equals(Object) - Method in class io.netty5.handler.codec.http2.DefaultHttp2UnknownFrame
- equals(Object) - Method in class io.netty5.handler.codec.http2.Http2Flags
- equals(Object) - Method in class io.netty5.handler.codec.string.LineSeparator
- equals(Object) - Method in class io.netty5.handler.ssl.PemX509Certificate
- equals(Object) - Method in class io.netty5.util.AbstractConstant
- equals(Object) - Method in class io.netty5.util.AsciiString
- equals(Object) - Method in class io.netty5.util.collection.ByteObjectHashMap
- equals(Object) - Method in class io.netty5.util.collection.CharObjectHashMap
- equals(Object) - Method in class io.netty5.util.collection.IntObjectHashMap
- equals(Object) - Method in class io.netty5.util.collection.LongObjectHashMap
- equals(Object) - Method in class io.netty5.util.collection.ShortObjectHashMap
- equals(Object) - Method in class io.netty5.util.internal.EmptyPriorityQueue
- equals(T, T) - Method in interface io.netty5.util.HashingStrategy
-
Returns
true
if the arguments are equal to each other andfalse
otherwise. - EQUALS - Static variable in class io.netty5.handler.codec.http.HttpConstants
-
Equals '='
- equalsConstantTime(byte[], int, byte[], int, int) - Static method in class io.netty5.util.internal.ConstantTimeUtils
-
Compare two
byte
arrays for equality without leaking timing information. - equalsConstantTime(byte[], int, byte[], int, int) - Static method in class io.netty5.util.internal.PlatformDependent
-
Compare two
byte
arrays for equality without leaking timing information. - equalsConstantTime(int, int) - Static method in class io.netty5.util.internal.ConstantTimeUtils
-
Compare two
int
s without leaking timing information. - equalsConstantTime(long, long) - Static method in class io.netty5.util.internal.ConstantTimeUtils
-
Compare two
longs
s without leaking timing information. - equalsConstantTime(CharSequence, CharSequence) - Static method in class io.netty5.util.internal.ConstantTimeUtils
-
Compare two
CharSequence
objects without leaking timing information. - equalsIgnoreCase(CharSequence, CharSequence) - Static method in class io.netty5.handler.codec.http.HttpHeaders
-
Deprecated.
- ERRNO_EAGAIN_NEGATIVE - Static variable in class io.netty5.channel.unix.Errors
- ERRNO_EBADF_NEGATIVE - Static variable in class io.netty5.channel.unix.Errors
- ERRNO_ECONNRESET_NEGATIVE - Static variable in class io.netty5.channel.unix.Errors
- ERRNO_EINPROGRESS_NEGATIVE - Static variable in class io.netty5.channel.unix.Errors
- ERRNO_ENOENT_NEGATIVE - Static variable in class io.netty5.channel.unix.Errors
- ERRNO_ENOTCONN_NEGATIVE - Static variable in class io.netty5.channel.unix.Errors
- ERRNO_EPIPE_NEGATIVE - Static variable in class io.netty5.channel.unix.Errors
- ERRNO_EWOULDBLOCK_NEGATIVE - Static variable in class io.netty5.channel.unix.Errors
- error() - Method in exception io.netty5.handler.codec.http2.Http2Exception
- error() - Method in exception io.netty5.handler.codec.http2.Http2FrameStreamException
- error(ChannelHandlerContext, Throwable) - Method in interface io.netty5.handler.codec.http2.Http2RemoteFlowController.FlowControlled
-
Called to indicate that an error occurred before this object could be completely written.
- error(String) - Method in interface io.netty5.util.internal.logging.InternalLogger
-
Log a message at the ERROR level.
- error(String, Object) - Method in interface io.netty5.util.internal.logging.InternalLogger
-
Log a message at the ERROR level according to the specified format and argument.
- error(String, Object...) - Method in interface io.netty5.util.internal.logging.InternalLogger
-
Log a message at the ERROR level according to the specified format and arguments.
- error(String, Object, Object) - Method in interface io.netty5.util.internal.logging.InternalLogger
-
Log a message at the ERROR level according to the specified format and arguments.
- error(String, Throwable) - Method in interface io.netty5.util.internal.logging.InternalLogger
-
Log an exception (throwable) at the ERROR level with an accompanying message.
- error(Throwable) - Method in class io.netty5.util.internal.logging.AbstractInternalLogger
- error(Throwable) - Method in interface io.netty5.util.internal.logging.InternalLogger
-
Log an exception (throwable) at the ERROR level.
- ERROR - io.netty5.handler.logging.LogLevel
- ERROR - io.netty5.util.internal.logging.InternalLogLevel
-
'ERROR' log level.
- ERROR_EALREADY_NEGATIVE - Static variable in class io.netty5.channel.unix.Errors
- ERROR_ECONNREFUSED_NEGATIVE - Static variable in class io.netty5.channel.unix.Errors
- ERROR_EISCONN_NEGATIVE - Static variable in class io.netty5.channel.unix.Errors
- ERROR_ENETUNREACH_NEGATIVE - Static variable in class io.netty5.channel.unix.Errors
- errorCode() - Method in class io.netty5.handler.codec.http2.DefaultHttp2GoAwayFrame
- errorCode() - Method in class io.netty5.handler.codec.http2.DefaultHttp2ResetFrame
- errorCode() - Method in interface io.netty5.handler.codec.http2.Http2GoAwayFrame
-
The reason for beginning closure of the connection.
- errorCode() - Method in interface io.netty5.handler.codec.http2.Http2ResetFrame
-
The reason for resetting the stream.
- errorCode() - Method in exception io.netty5.handler.codec.http2.StreamBufferingEncoder.Http2GoAwayException
- errorCode() - Method in exception io.netty5.handler.ssl.OpenSslCertificateException
-
Return the error code to use.
- Errors - Class in io.netty5.channel.unix
-
Internal usage only!
- Errors.NativeIoException - Exception in io.netty5.channel.unix
-
Internal usage only!
- escapeCsv(CharSequence) - Static method in class io.netty5.util.internal.StringUtil
-
Escapes the specified value, if necessary according to RFC-4180.
- escapeCsv(CharSequence, boolean) - Static method in class io.netty5.util.internal.StringUtil
-
Escapes the specified value, if necessary according to RFC-4180.
- estimateMaxDirectMemory() - Static method in class io.netty5.util.internal.PlatformDependent
-
Compute an estimate of the maximum amount of direct memory available to this JVM.
- ETAG - Static variable in class io.netty5.handler.codec.http.HttpHeaderNames
-
"etag"
- EventExecutor - Interface in io.netty5.util.concurrent
-
The
EventExecutor
is a specialEventExecutorGroup
which comes with some handy methods to see if aThread
is executed in a event loop. - EventExecutorGroup - Interface in io.netty5.util.concurrent
-
The
EventExecutorGroup
is responsible for providing theEventExecutor
's to use via itsEventExecutorGroup.next()
method. - eventFdWrite(int, long) - Static method in class io.netty5.channel.epoll.Native
- eventLoop(EventLoop) - Method in class io.netty5.resolver.dns.DnsNameResolverBuilder
-
Sets the
EventLoop
which will perform the communication with the DNS servers. - EventLoop - Interface in io.netty5.channel
-
Will handle all the I/O operations for a
IoHandle
once registered. - EventLoopException - Exception in io.netty5.channel
-
Special
ChannelException
which will be thrown byEventLoop
andEventLoopGroup
implementations when an error occurs. - EventLoopException() - Constructor for exception io.netty5.channel.EventLoopException
- EventLoopException(String) - Constructor for exception io.netty5.channel.EventLoopException
- EventLoopException(String, Throwable) - Constructor for exception io.netty5.channel.EventLoopException
- EventLoopException(Throwable) - Constructor for exception io.netty5.channel.EventLoopException
- EventLoopGroup - Interface in io.netty5.channel
-
Special
EventExecutorGroup
which allows registeringIoHandle
s that get processed for later selection during the event loop. - eventReceived(ChannelHandlerContext, I) - Method in class io.netty5.channel.SimpleUserEventChannelHandler
-
Is called for each user event triggered of type
SimpleUserEventChannelHandler
. - exceptionally(Function<Throwable, ? extends V>) - Method in class io.netty5.util.concurrent.DefaultPromise
- exceptionally(Function<Throwable, ? extends V>) - Method in interface io.netty5.util.concurrent.FutureCompletionStage
- exclusive() - Method in class io.netty5.handler.codec.http2.DefaultHttp2PriorityFrame
- exclusive() - Method in interface io.netty5.handler.codec.http2.Http2PriorityFrame
-
Set to
true
if this stream is exclusive else set tofalse
- execute(Runnable) - Method in interface io.netty5.util.concurrent.EventExecutor
- execute(Runnable) - Method in interface io.netty5.util.concurrent.EventExecutorGroup
- execute(Runnable) - Method in class io.netty5.util.concurrent.GlobalEventExecutor
- execute(Runnable) - Method in class io.netty5.util.concurrent.ImmediateEventExecutor
- execute(Runnable) - Method in class io.netty5.util.concurrent.ImmediateExecutor
- execute(Runnable) - Method in class io.netty5.util.concurrent.NonStickyEventExecutorGroup
- execute(Runnable) - Method in class io.netty5.util.concurrent.SingleThreadEventExecutor
- execute(Runnable) - Method in class io.netty5.util.concurrent.ThreadPerTaskExecutor
- execute(Runnable) - Method in class io.netty5.util.concurrent.UnorderedThreadPoolEventExecutor
- executor() - Method in class io.netty5.channel.AbstractChannel
- executor() - Method in interface io.netty5.channel.Channel
- executor() - Method in interface io.netty5.channel.ChannelOutboundInvoker
-
Returns the
EventExecutor
that is used to execute the operations of thisChannelOutboundInvoker
. - executor() - Method in class io.netty5.channel.DefaultChannelPipeline
- executor() - Method in class io.netty5.channel.internal.DelegatingChannelHandlerContext
- executor() - Method in class io.netty5.resolver.AbstractAddressResolver
-
Returns the
EventExecutor
which is used to notify the listeners of theFuture
returned byAbstractAddressResolver.resolve(SocketAddress)
. - executor() - Method in class io.netty5.resolver.dns.DnsNameResolver
- executor() - Method in class io.netty5.resolver.SimpleNameResolver
-
Returns the
EventExecutor
which is used to notify the listeners of theFuture
returned bySimpleNameResolver.resolve(String)
. - executor() - Method in class io.netty5.util.concurrent.DefaultPromise
-
Get the executor used to notify listeners when this promise is complete.
- executor() - Method in interface io.netty5.util.concurrent.FutureCompletionStage
- executorCount() - Method in class io.netty5.util.concurrent.MultithreadEventExecutorGroup
-
Return the number of
EventExecutor
this implementation uses. - executors() - Method in class io.netty5.util.concurrent.MultithreadEventExecutorGroup
-
The
EventExecutor
s that are used by thisMultithreadEventExecutorGroup
. - exists(String) - Static method in class io.netty5.channel.ChannelOption
- exists(String) - Static method in class io.netty5.handler.ssl.SslContextOption
- exists(String) - Static method in class io.netty5.util.AttributeKey
- exists(String) - Method in class io.netty5.util.ConstantPool
- EXPECT - Static variable in class io.netty5.handler.codec.http.HttpHeaderNames
-
"expect"
- EXPECTATION_FAILED - Static variable in class io.netty5.handler.codec.http.HttpResponseStatus
-
417 Expectation Failed
- expectedErr() - Method in exception io.netty5.channel.unix.Errors.NativeIoException
- expectedSubprotocol() - Method in class io.netty5.handler.codec.http.websocketx.WebSocketClientHandshaker
-
Returns the CSV of requested subprotocol(s) sent to the server as specified in the constructor
- expectMaskedFrames() - Method in class io.netty5.handler.codec.http.websocketx.WebSocketDecoderConfig
- expectMaskedFrames(boolean) - Method in class io.netty5.handler.codec.http.websocketx.WebSocketDecoderConfig.Builder
- expectMaskedFrames(boolean) - Method in class io.netty5.handler.codec.http.websocketx.WebSocketServerProtocolConfig.Builder
- EXPIRES - Static variable in class io.netty5.handler.codec.http.cookie.CookieHeaderNames
- EXPIRES - Static variable in class io.netty5.handler.codec.http.HttpHeaderNames
-
"expires"
- EXPIRES - Static variable in class io.netty5.handler.codec.rtsp.RtspHeaderNames
-
"expires"
- exposedHeaders() - Method in class io.netty5.handler.codec.http.cors.CorsConfig
-
Returns a set of headers to be exposed to calling clients.
- exposeHeaders(CharSequence...) - Method in class io.netty5.handler.codec.http.cors.CorsConfigBuilder
-
Specifies the headers to be exposed to calling clients.
- exposeHeaders(String...) - Method in class io.netty5.handler.codec.http.cors.CorsConfig.Builder
-
Deprecated.Use
CorsConfigBuilder.exposeHeaders(String...)
instead. - exposeHeaders(String...) - Method in class io.netty5.handler.codec.http.cors.CorsConfigBuilder
-
Specifies the headers to be exposed to calling clients.
- extendedRcode() - Method in class io.netty5.handler.codec.dns.AbstractDnsOptPseudoRrRecord
- extendedRcode() - Method in interface io.netty5.handler.codec.dns.DnsOptPseudoRecord
-
Returns the
EXTENDED-RCODE
which is encoded intoDnsRecord.timeToLive()
. - extendWith(Send<Buffer>) - Method in interface io.netty5.buffer.api.CompositeBuffer
-
Extend this composite buffer with the given extension buffer.
- extractExtensions(String) - Static method in class io.netty5.handler.codec.http.websocketx.extensions.WebSocketExtensionUtil
- extractFrame(ChannelHandlerContext, Buffer, int) - Method in class io.netty5.handler.codec.LengthFieldBasedFrameDecoder
-
Extract the sub-region of the specified buffer.
- extraStreamIds() - Method in class io.netty5.handler.codec.http2.DefaultHttp2GoAwayFrame
- extraStreamIds() - Method in interface io.netty5.handler.codec.http2.Http2GoAwayFrame
-
The number of IDs to reserve for the receiver to use while GOAWAY is in transit.
F
- fackets() - Method in class io.netty5.channel.epoll.EpollTcpInfo
- failAndRecycle(Throwable) - Method in class io.netty5.util.internal.PendingWrite
-
Fails the underlying
Promise
with the given cause and recycle this instance. - FAILED_DEPENDENCY - Static variable in class io.netty5.handler.codec.http.HttpResponseStatus
-
424 Failed Dependency (WebDAV, RFC4918)
- failure(Throwable) - Static method in class io.netty5.handler.codec.DecoderResult
- family(Class<? extends InetAddress>) - Static method in class io.netty5.util.NetUtil
-
Returns the
ProtocolFamily
for the given address type. - family(InetAddress) - Static method in class io.netty5.util.NetUtil
-
Returns the
ProtocolFamily
for the givenInetAddress
. - FastLzCompressor - Class in io.netty5.handler.codec.compression
-
Compresses a
Buffer
using the FastLZ algorithm. - FastLzDecompressor - Class in io.netty5.handler.codec.compression
-
Uncompresses a
Buffer
encoded byFastLzCompressor
using the FastLZ algorithm. - FastThreadLocal<V> - Class in io.netty5.util.concurrent
-
A special variant of
ThreadLocal
that yields higher access performance when accessed from aFastThreadLocalThread
. - FastThreadLocal() - Constructor for class io.netty5.util.concurrent.FastThreadLocal
- FastThreadLocalThread - Class in io.netty5.util.concurrent
-
A special
Thread
that provides fast access toFastThreadLocal
variables. - FastThreadLocalThread() - Constructor for class io.netty5.util.concurrent.FastThreadLocalThread
- FastThreadLocalThread(Runnable) - Constructor for class io.netty5.util.concurrent.FastThreadLocalThread
- FastThreadLocalThread(Runnable, String) - Constructor for class io.netty5.util.concurrent.FastThreadLocalThread
- FastThreadLocalThread(String) - Constructor for class io.netty5.util.concurrent.FastThreadLocalThread
- FastThreadLocalThread(ThreadGroup, Runnable) - Constructor for class io.netty5.util.concurrent.FastThreadLocalThread
- FastThreadLocalThread(ThreadGroup, Runnable, String) - Constructor for class io.netty5.util.concurrent.FastThreadLocalThread
- FastThreadLocalThread(ThreadGroup, Runnable, String, long) - Constructor for class io.netty5.util.concurrent.FastThreadLocalThread
- FastThreadLocalThread(ThreadGroup, String) - Constructor for class io.netty5.util.concurrent.FastThreadLocalThread
- FATAL_ALERT - 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 be failed with a fatal alert.
- FATAL_ALERT - io.netty5.handler.ssl.ApplicationProtocolConfig.SelectorFailureBehavior
-
If the peer who selects the application protocol doesn't find a match this will result in the failing the handshake with a fatal alert.
- fd() - Method in interface io.netty5.channel.unix.UnixChannel
-
Returns the
FileDescriptor
that is used by thisChannel
. - FILE - Static variable in class io.netty5.handler.codec.http.HttpHeaderValues
-
"file"
SeeHttpHeaderNames.CONTENT_DISPOSITION
- FILE_DESCRIPTORS - io.netty5.channel.unix.DomainSocketReadMode
-
Read
FileDescriptor
s from theUnixChannel
. - FileDescriptor - Class in io.netty5.channel.unix
-
Native
FileDescriptor
implementation which allows to wrap anint
and provide aFileDescriptor
for it. - FileDescriptor(int) - Constructor for class io.netty5.channel.unix.FileDescriptor
- FILENAME - Static variable in class io.netty5.handler.codec.http.HttpHeaderValues
-
"filename"
SeeHttpHeaderNames.CONTENT_DISPOSITION
- FileRegion - Interface in io.netty5.channel
-
A region of a file that is sent via a
Channel
which supports zero-copy file transfer. - fill(byte) - Method in interface io.netty5.buffer.api.Buffer
-
Fills the buffer with the given byte value.
- fill(byte) - Method in class io.netty5.buffer.api.BufferStub
- fill(byte) - Method in interface io.netty5.buffer.api.CompositeBuffer
- fillInStackTrace() - Method in exception io.netty5.channel.unix.Errors.NativeIoException
- filterArgs() - Method in class io.netty5.channel.kqueue.AcceptFilter
- filterCipherSuites(Iterable<String>, List<String>, Set<String>) - Method in interface io.netty5.handler.ssl.CipherSuiteFilter
-
Filter the requested
ciphers
based upon other cipher characteristics. - filterCipherSuites(Iterable<String>, List<String>, Set<String>) - Method in class io.netty5.handler.ssl.IdentityCipherSuiteFilter
- filterCipherSuites(Iterable<String>, List<String>, Set<String>) - Method in class io.netty5.handler.ssl.SupportedCipherSuiteFilter
- filterName() - Method in class io.netty5.channel.kqueue.AcceptFilter
- filterOutboundMessage(Object) - Method in class io.netty5.channel.AbstractChannel
-
Invoked when a new message is added to a
ChannelOutboundBuffer
of thisAbstractChannel
, so that theChannel
implementation converts the message to another. - filterOutboundMessage(Object) - Method in class io.netty5.channel.AbstractServerChannel
- filterOutboundMessage(Object) - Method in class io.netty5.channel.epoll.EpollDatagramChannel
- filterOutboundMessage(Object) - Method in class io.netty5.channel.epoll.EpollServerSocketChannel
- filterOutboundMessage(Object) - Method in class io.netty5.channel.epoll.EpollSocketChannel
- filterOutboundMessage(Object) - Method in class io.netty5.channel.kqueue.KQueueDatagramChannel
- filterOutboundMessage(Object) - Method in class io.netty5.channel.kqueue.KQueueServerSocketChannel
- filterOutboundMessage(Object) - Method in class io.netty5.channel.kqueue.KQueueSocketChannel
- filterOutboundMessage(Object) - Method in class io.netty5.channel.nio.AbstractNioByteChannel
- filterOutboundMessage(Object) - Method in class io.netty5.channel.socket.nio.NioDatagramChannel
- filterOutboundMessage(Object) - Method in class io.netty5.channel.socket.nio.NioServerSocketChannel
- finalize() - Method in class io.netty5.handler.ssl.OpenSslContext
- finalize() - Method in class io.netty5.handler.ssl.OpenSslEngine
- finalize() - Method in class io.netty5.util.HashedWheelTimer
- find(Channel) - Method in interface io.netty5.channel.group.ChannelGroupFuture
- find(ChannelId) - Method in interface io.netty5.channel.group.ChannelGroup
- find(ChannelId) - Method in class io.netty5.channel.group.DefaultChannelGroup
- find(Object, Class<?>, String) - Static method in class io.netty5.util.internal.TypeParameterMatcher
- FIND_ASCII_SPACE - Static variable in interface io.netty5.util.ByteProcessor
-
Aborts on a ascii space character (
' '
). - FIND_COMMA - Static variable in interface io.netty5.util.ByteProcessor
-
Aborts on a comma
(',')
. - FIND_CR - Static variable in interface io.netty5.util.ByteProcessor
-
Aborts on a
CR ('\r')
. - FIND_CRLF - Static variable in interface io.netty5.util.ByteProcessor
-
Aborts on a
CR ('\r')
or aLF ('\n')
. - FIND_LF - Static variable in interface io.netty5.util.ByteProcessor
-
Aborts on a
LF ('\n')
. - FIND_LINEAR_WHITESPACE - Static variable in interface io.netty5.util.ByteProcessor
-
Aborts on a linear whitespace (a (
' '
or a'\t'
). - FIND_NON_CR - Static variable in interface io.netty5.util.ByteProcessor
-
Aborts on a non-
CR ('\r')
. - FIND_NON_CRLF - Static variable in interface io.netty5.util.ByteProcessor
-
Aborts on a byte which is neither a
CR ('\r')
nor aLF ('\n')
. - FIND_NON_LF - Static variable in interface io.netty5.util.ByteProcessor
-
Aborts on a non-
LF ('\n')
. - FIND_NON_LINEAR_WHITESPACE - Static variable in interface io.netty5.util.ByteProcessor
-
Aborts on a byte which is not a linear whitespace (neither
' '
nor'\t'
). - FIND_NON_NUL - Static variable in interface io.netty5.util.ByteProcessor
-
Aborts on a non-
NUL (0x00)
. - FIND_NUL - Static variable in interface io.netty5.util.ByteProcessor
-
Aborts on a
NUL (0x00)
. - FIND_SEMI_COLON - Static variable in interface io.netty5.util.ByteProcessor
-
Aborts on a semicolon
(';')
. - findNextPositivePowerOfTwo(int) - Static method in class io.netty5.util.internal.MathUtil
-
Fast method of finding the next power of 2 greater than or equal to the supplied value.
- findVarHandle(MethodHandles.Lookup, Class<?>, String, Class<?>) - Static method in interface io.netty5.buffer.api.internal.Statics
- fingerprints(CharSequence...) - Method in class io.netty5.handler.ssl.util.FingerprintTrustManagerFactoryBuilder
-
Adds fingerprints.
- fingerprints(Iterable<? extends CharSequence>) - Method in class io.netty5.handler.ssl.util.FingerprintTrustManagerFactoryBuilder
-
Adds fingerprints.
- FingerprintTrustManagerFactory - Class in io.netty5.handler.ssl.util
-
An
TrustManagerFactory
that trusts an X.509 certificate whose hash matches. - FingerprintTrustManagerFactoryBuilder - Class in io.netty5.handler.ssl.util
-
A builder for creating
FingerprintTrustManagerFactory
. - finish() - Method in class io.netty5.channel.embedded.EmbeddedChannel
-
Mark this
Channel
as finished. - finish(BufferAllocator) - Method in class io.netty5.handler.codec.compression.BrotliCompressor
- finish(BufferAllocator) - Method in class io.netty5.handler.codec.compression.Bzip2Compressor
- finish(BufferAllocator) - Method in interface io.netty5.handler.codec.compression.Compressor
-
By calling this method we signal that the compression stream is marked as finish.
- finish(BufferAllocator) - Method in class io.netty5.handler.codec.compression.FastLzCompressor
- finish(BufferAllocator) - Method in class io.netty5.handler.codec.compression.Lz4Compressor
- finish(BufferAllocator) - Method in class io.netty5.handler.codec.compression.LzfCompressor
- finish(BufferAllocator) - Method in class io.netty5.handler.codec.compression.LzmaCompressor
- finish(BufferAllocator) - Method in class io.netty5.handler.codec.compression.SnappyCompressor
- finish(BufferAllocator) - Method in class io.netty5.handler.codec.compression.ZlibCompressor
- finish(BufferAllocator) - Method in class io.netty5.handler.codec.compression.ZstdCompressor
- finish(Promise<Void>) - Method in class io.netty5.util.concurrent.PromiseCombiner
-
Sets the promise to be notified when all combined futures have finished.
- finishAggregation(BufferAllocator, A) - Method in class io.netty5.handler.codec.MessageAggregator
-
Invoked when the specified
aggregated
message is about to be passed to the next handler in the pipeline. - finishAggregation(BufferAllocator, FullHttpMessage<?>) - Method in class io.netty5.handler.codec.http.HttpObjectAggregator
- finishAndReleaseAll() - Method in class io.netty5.channel.embedded.EmbeddedChannel
-
Mark this
Channel
as finished and release all pending message in the inbound and outbound buffer. - finishConnect() - Method in class io.netty5.channel.AbstractChannel
-
Should be called once the connect request is ready to be completed.
- finishConnect() - Method in class io.netty5.channel.unix.Socket
- finishHandshake(Channel, FullHttpResponse) - Method in class io.netty5.handler.codec.http.websocketx.WebSocketClientHandshaker
-
Validates and finishes the opening handshake initiated by
WebSocketClientHandshaker.handshake(io.netty5.channel.Channel)
}. - FIRE_EXCEPTION_ON_FAILURE - Static variable in class io.netty5.channel.ChannelFutureListeners
- fireChannelActive() - Method in interface io.netty5.channel.ChannelHandlerContext
- fireChannelActive() - Method in interface io.netty5.channel.ChannelInboundInvoker
-
A
Channel
is active now, which means it is connected. - fireChannelActive() - Method in interface io.netty5.channel.ChannelPipeline
- fireChannelActive() - Method in class io.netty5.channel.DefaultChannelPipeline
- fireChannelActive() - Method in class io.netty5.channel.internal.DelegatingChannelHandlerContext
- fireChannelActiveIfNotActiveBefore() - Method in class io.netty5.channel.AbstractChannel
-
Calls
ChannelPipeline.fireChannelActive()
if it was not done yet. - fireChannelExceptionCaught(Throwable) - Method in interface io.netty5.channel.ChannelHandlerContext
- fireChannelExceptionCaught(Throwable) - Method in interface io.netty5.channel.ChannelInboundInvoker
- fireChannelExceptionCaught(Throwable) - Method in interface io.netty5.channel.ChannelPipeline
- fireChannelExceptionCaught(Throwable) - Method in class io.netty5.channel.DefaultChannelPipeline
- fireChannelExceptionCaught(Throwable) - Method in class io.netty5.channel.internal.DelegatingChannelHandlerContext
- fireChannelInactive() - Method in interface io.netty5.channel.ChannelHandlerContext
- fireChannelInactive() - Method in interface io.netty5.channel.ChannelInboundInvoker
-
A
Channel
is inactive now, which means it is closed. - fireChannelInactive() - Method in interface io.netty5.channel.ChannelPipeline
- fireChannelInactive() - Method in class io.netty5.channel.DefaultChannelPipeline
- fireChannelInactive() - Method in class io.netty5.channel.internal.DelegatingChannelHandlerContext
- fireChannelInboundEvent(Object) - Method in interface io.netty5.channel.ChannelHandlerContext
- fireChannelInboundEvent(Object) - Method in interface io.netty5.channel.ChannelInboundInvoker
-
A
Channel
received a custom defined inbound event. - fireChannelInboundEvent(Object) - Method in interface io.netty5.channel.ChannelPipeline
- fireChannelInboundEvent(Object) - Method in class io.netty5.channel.DefaultChannelPipeline
- fireChannelInboundEvent(Object) - Method in class io.netty5.channel.internal.DelegatingChannelHandlerContext
- fireChannelRead(ChannelHandlerContext, FullHttpMessage<?>, boolean, Http2Stream) - Method in class io.netty5.handler.codec.http2.InboundHttp2ToHttpAdapter
-
Set final headers and fire a channel read event
- fireChannelRead(Object) - Method in interface io.netty5.channel.ChannelHandlerContext
- fireChannelRead(Object) - Method in interface io.netty5.channel.ChannelInboundInvoker
-
A
Channel
received a message. - fireChannelRead(Object) - Method in interface io.netty5.channel.ChannelPipeline
- fireChannelRead(Object) - Method in class io.netty5.channel.DefaultChannelPipeline
- fireChannelRead(Object) - Method in class io.netty5.channel.internal.DelegatingChannelHandlerContext
- fireChannelReadComplete() - Method in interface io.netty5.channel.ChannelHandlerContext
- fireChannelReadComplete() - Method in interface io.netty5.channel.ChannelInboundInvoker
-
Triggers an
ChannelHandler.channelReadComplete(ChannelHandlerContext)
event to the nextChannelHandler
in theChannelPipeline
. - fireChannelReadComplete() - Method in interface io.netty5.channel.ChannelPipeline
- fireChannelReadComplete() - Method in class io.netty5.channel.DefaultChannelPipeline
- fireChannelReadComplete() - Method in class io.netty5.channel.internal.DelegatingChannelHandlerContext
- fireChannelRegistered() - Method in interface io.netty5.channel.ChannelHandlerContext
- fireChannelRegistered() - Method in interface io.netty5.channel.ChannelInboundInvoker
- fireChannelRegistered() - Method in interface io.netty5.channel.ChannelPipeline
- fireChannelRegistered() - Method in class io.netty5.channel.DefaultChannelPipeline
- fireChannelRegistered() - Method in class io.netty5.channel.internal.DelegatingChannelHandlerContext
- fireChannelShutdown(ChannelShutdownDirection) - Method in interface io.netty5.channel.ChannelHandlerContext
- fireChannelShutdown(ChannelShutdownDirection) - Method in interface io.netty5.channel.ChannelInboundInvoker
-
A
Channel
was shutdown in a specific direction. - fireChannelShutdown(ChannelShutdownDirection) - Method in interface io.netty5.channel.ChannelPipeline
- fireChannelShutdown(ChannelShutdownDirection) - Method in class io.netty5.channel.DefaultChannelPipeline
- fireChannelShutdown(ChannelShutdownDirection) - Method in class io.netty5.channel.internal.DelegatingChannelHandlerContext
- fireChannelUnregistered() - Method in interface io.netty5.channel.ChannelHandlerContext
- fireChannelUnregistered() - Method in interface io.netty5.channel.ChannelInboundInvoker
- fireChannelUnregistered() - Method in interface io.netty5.channel.ChannelPipeline
- fireChannelUnregistered() - Method in class io.netty5.channel.DefaultChannelPipeline
- fireChannelUnregistered() - Method in class io.netty5.channel.internal.DelegatingChannelHandlerContext
- fireChannelWritabilityChanged() - Method in interface io.netty5.channel.ChannelHandlerContext
- fireChannelWritabilityChanged() - Method in interface io.netty5.channel.ChannelInboundInvoker
-
Triggers an
ChannelHandler.channelWritabilityChanged(ChannelHandlerContext)
event to the nextChannelHandler
in theChannelPipeline
. - fireChannelWritabilityChanged() - Method in interface io.netty5.channel.ChannelPipeline
- fireChannelWritabilityChanged() - Method in class io.netty5.channel.DefaultChannelPipeline
- fireChannelWritabilityChanged() - Method in class io.netty5.channel.internal.DelegatingChannelHandlerContext
- first() - Method in interface io.netty5.buffer.api.ComponentIterator
-
Get the first component of the iteration, or
null
if there are no components. - first() - Method in class io.netty5.buffer.api.internal.SingleComponentIterator
- first() - Method in interface io.netty5.channel.ChannelPipeline
-
Returns the first
ChannelHandler
in this pipeline. - first() - Method in class io.netty5.channel.DefaultChannelPipeline
- FIRST_ALL_IDLE_STATE_EVENT - Static variable in class io.netty5.handler.timeout.IdleStateEvent
- FIRST_READER_IDLE_STATE_EVENT - Static variable in class io.netty5.handler.timeout.IdleStateEvent
- FIRST_WRITER_IDLE_STATE_EVENT - Static variable in class io.netty5.handler.timeout.IdleStateEvent
- firstContext() - Method in interface io.netty5.channel.ChannelPipeline
-
Returns the context of the first
ChannelHandler
in this pipeline. - firstContext() - Method in class io.netty5.channel.DefaultChannelPipeline
- FixedLengthFrameDecoder - Class in io.netty5.handler.codec
-
A decoder that splits the received
Buffer
s by the fixed number of bytes. - FixedLengthFrameDecoder(int) - Constructor for class io.netty5.handler.codec.FixedLengthFrameDecoder
-
Creates a new instance.
- FixedLengthFrameDecoder(int, ByteToMessageDecoder.Cumulator) - Constructor for class io.netty5.handler.codec.FixedLengthFrameDecoder
-
Creates a new instance.
- FixedRecvBufferAllocator - Class in io.netty5.channel
-
The
RecvBufferAllocator
that always yields the same buffer size prediction. - FixedRecvBufferAllocator(int) - Constructor for class io.netty5.channel.FixedRecvBufferAllocator
-
Creates a new predictor that always returns the same prediction of the specified buffer size.
- flags() - Method in class io.netty5.handler.codec.dns.AbstractDnsOptPseudoRrRecord
- flags() - Method in interface io.netty5.handler.codec.dns.DnsOptPseudoRecord
- flags() - Method in class io.netty5.handler.codec.http2.DefaultHttp2UnknownFrame
- flags() - Method in interface io.netty5.handler.codec.http2.Http2UnknownFrame
-
Get the
Http2Flags
set on this unknown frame. - flatMap(Function<V, Future<R>>) - Method in interface io.netty5.util.concurrent.Future
- FLOW_CONTROL_ERROR - io.netty5.handler.codec.http2.Http2Error
- FlowControlHandler - Class in io.netty5.handler.flow
-
The
FlowControlHandler
ensures that only one message perread()
is sent downstream. - FlowControlHandler() - Constructor for class io.netty5.handler.flow.FlowControlHandler
- FlowControlHandler(boolean) - Constructor for class io.netty5.handler.flow.FlowControlHandler
- flowController() - Method in class io.netty5.handler.codec.http2.DecoratingHttp2ConnectionDecoder
- flowController() - Method in class io.netty5.handler.codec.http2.DecoratingHttp2ConnectionEncoder
- flowController() - Method in class io.netty5.handler.codec.http2.DefaultHttp2ConnectionDecoder
- flowController() - Method in class io.netty5.handler.codec.http2.DefaultHttp2ConnectionEncoder
- flowController() - Method in interface io.netty5.handler.codec.http2.Http2Connection.Endpoint
-
Gets the flow controller for this endpoint.
- flowController() - Method in interface io.netty5.handler.codec.http2.Http2ConnectionDecoder
-
Provides the local flow controller for managing inbound traffic.
- flowController() - Method in interface io.netty5.handler.codec.http2.Http2ConnectionEncoder
-
Provides the remote flow controller for managing outbound traffic.
- flowController(F) - Method in interface io.netty5.handler.codec.http2.Http2Connection.Endpoint
-
Sets the flow controller for this endpoint.
- flush() - Method in interface io.netty5.channel.Channel
- flush() - Method in interface io.netty5.channel.ChannelHandlerContext
- flush() - Method in interface io.netty5.channel.ChannelOutboundInvoker
-
Request to flush all pending messages via this ChannelOutboundInvoker.
- flush() - Method in interface io.netty5.channel.ChannelPipeline
- flush() - Method in class io.netty5.channel.DefaultChannelPipeline
- flush() - Method in interface io.netty5.channel.group.ChannelGroup
-
Flush all
Channel
s in this group. - flush() - Method in class io.netty5.channel.group.DefaultChannelGroup
- flush() - Method in class io.netty5.channel.internal.DelegatingChannelHandlerContext
- flush(ChannelHandlerContext) - Method in interface io.netty5.channel.ChannelHandler
-
Called once a flush operation is made.
- flush(ChannelHandlerContext) - Method in class io.netty5.channel.CombinedChannelDuplexHandler
- flush(ChannelHandlerContext) - Method in class io.netty5.handler.codec.DatagramPacketEncoder
- flush(ChannelHandlerContext) - Method in class io.netty5.handler.codec.http2.Http2ConnectionHandler
- flush(ChannelHandlerContext) - Method in class io.netty5.handler.flush.FlushConsolidationHandler
- flush(ChannelHandlerContext) - Method in class io.netty5.handler.logging.LoggingHandler
- flush(ChannelHandlerContext) - Method in class io.netty5.handler.ssl.SslHandler
- flush(ChannelHandlerContext) - Method in class io.netty5.handler.stream.ChunkedWriteHandler
- flush(ChannelMatcher) - Method in interface io.netty5.channel.group.ChannelGroup
-
Flush all
Channel
s in this group that are matched by the givenChannelMatcher
. - flush(ChannelMatcher) - Method in class io.netty5.channel.group.DefaultChannelGroup
- flushAndWrite(Object) - Method in interface io.netty5.channel.group.ChannelGroup
-
Deprecated.Use
ChannelGroup.writeAndFlush(Object)
instead. - flushAndWrite(Object) - Method in class io.netty5.channel.group.DefaultChannelGroup
- flushAndWrite(Object, ChannelMatcher) - Method in interface io.netty5.channel.group.ChannelGroup
-
Deprecated.Use
ChannelGroup.writeAndFlush(Object, ChannelMatcher)
instead. - flushAndWrite(Object, ChannelMatcher) - Method in class io.netty5.channel.group.DefaultChannelGroup
- FlushConsolidationHandler - Class in io.netty5.handler.flush
-
ChannelHandler
which consolidatesChannel.flush()
/ChannelHandlerContext.flush()
operations (which also includesChannel.writeAndFlush(Object)
andChannelOutboundInvoker.writeAndFlush(Object)
. - FlushConsolidationHandler() - Constructor for class io.netty5.handler.flush.FlushConsolidationHandler
-
Create new instance which explicit flush after 256 pending flush operations at the latest.
- FlushConsolidationHandler(int) - Constructor for class io.netty5.handler.flush.FlushConsolidationHandler
-
Create new instance which doesn't consolidate flushes when no read is in progress.
- FlushConsolidationHandler(int, boolean) - Constructor for class io.netty5.handler.flush.FlushConsolidationHandler
-
Create new instance.
- flushInbound() - Method in class io.netty5.channel.embedded.EmbeddedChannel
-
Flushes the inbound of this
Channel
. - flushOutbound() - Method in class io.netty5.channel.embedded.EmbeddedChannel
-
Flushes the outbound of this
Channel
. - flushPreface() - Method in class io.netty5.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
- flushPreface(boolean) - Method in class io.netty5.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
- flushPreface(boolean) - Method in class io.netty5.handler.codec.http2.Http2ConnectionHandlerBuilder
- flushPreface(boolean) - Method in class io.netty5.handler.codec.http2.Http2FrameCodecBuilder
- flushPreface(boolean) - Method in class io.netty5.handler.codec.http2.HttpToHttp2ConnectionHandlerBuilder
- flushTransport() - Method in class io.netty5.channel.AbstractChannel.DefaultAbstractChannelPipeline
- flushTransport() - Method in class io.netty5.channel.DefaultChannelPipeline
-
Flush out all (previous) scheduled write operations, scheduled via
DefaultChannelPipeline.writeTransport(Object, Promise)
. - forAnyOrigin() - Static method in class io.netty5.handler.codec.http.cors.CorsConfigBuilder
-
Creates a Builder instance with it's origin set to '*'.
- FORBIDDEN - Static variable in class io.netty5.handler.codec.http.HttpResponseStatus
-
403 Forbidden
- FORBIDDEN - Static variable in class io.netty5.handler.codec.rtsp.RtspResponseStatuses
-
403 Forbidden
- forceCloseTimeoutMillis() - Method in class io.netty5.handler.codec.http.websocketx.WebSocketClientHandshaker
- forceCloseTimeoutMillis() - Method in class io.netty5.handler.codec.http.websocketx.WebSocketClientProtocolConfig
- forceCloseTimeoutMillis() - Method in class io.netty5.handler.codec.http.websocketx.WebSocketServerProtocolConfig
- forceCloseTimeoutMillis(long) - Method in class io.netty5.handler.codec.http.websocketx.WebSocketClientProtocolConfig.Builder
-
Close the connection if it was not closed by the server after timeout specified
- forceCloseTimeoutMillis(long) - Method in class io.netty5.handler.codec.http.websocketx.WebSocketServerProtocolConfig.Builder
-
Close the connection if it was not closed by the client after timeout specified
- forClient() - Static method in class io.netty5.handler.codec.http2.Http2FrameCodecBuilder
-
Creates a builder for an HTTP/2 client.
- forClient() - Static method in class io.netty5.handler.ssl.SslContextBuilder
-
Creates a builder for new client-side
SslContext
. - forEachActiveStream(Http2FrameStreamVisitor) - Method in class io.netty5.handler.codec.http2.Http2ChannelDuplexHandler
-
Allows to iterate over all currently active streams.
- forEachActiveStream(Http2StreamVisitor) - Method in class io.netty5.handler.codec.http2.DefaultHttp2Connection
- forEachActiveStream(Http2StreamVisitor) - Method in interface io.netty5.handler.codec.http2.Http2Connection
-
Provide a means of iterating over the collection of active streams.
- forEachByte(int, int, ByteProcessor) - Method in class io.netty5.util.AsciiString
-
Iterates over the specified area of this buffer with the specified
processor
in ascending order. - forEachByte(ByteProcessor) - Method in class io.netty5.util.AsciiString
-
Iterates over the readable bytes of this buffer with the specified
processor
in ascending order. - forEachByteDesc(int, int, ByteProcessor) - Method in class io.netty5.util.AsciiString
-
Iterates over the specified area of this buffer with the specified
processor
in descending order. - forEachByteDesc(ByteProcessor) - Method in class io.netty5.util.AsciiString
-
Iterates over the readable bytes of this buffer with the specified
processor
in descending order. - forEachFlushedMessage(ChannelOutboundBuffer.MessageProcessor<T>) - Method in class io.netty5.channel.ChannelOutboundBuffer
-
Call
ChannelOutboundBuffer.MessageProcessor.processMessage(Object)
for each flushed message in thisChannelOutboundBuffer
untilChannelOutboundBuffer.MessageProcessor.processMessage(Object)
returnsfalse
or there are no more flushed messages to process. - forEachReadable() - Method in interface io.netty5.buffer.api.Buffer
-
Create a component iterator for all readable components in this buffer.
- forEachReadable() - Method in class io.netty5.buffer.api.BufferStub
- forEachReadable(int, ReadableComponentProcessor<E>) - Method in interface io.netty5.buffer.api.Buffer
-
Processes all readable components of this buffer, and return the number of components processed.
- forEachReadable(int, ReadableComponentProcessor<E>) - Method in class io.netty5.buffer.api.BufferStub
- forEachWritable() - Method in interface io.netty5.buffer.api.Buffer
-
Create a component iterator for all writable components in this buffer.
- forEachWritable() - Method in class io.netty5.buffer.api.BufferStub
- forEachWritable(int, WritableComponentProcessor<E>) - Method in interface io.netty5.buffer.api.Buffer
-
Process all writable components of this buffer, and return the number of components processed.
- forEachWritable(int, WritableComponentProcessor<E>) - Method in class io.netty5.buffer.api.BufferStub
- fork() - Method in interface io.netty5.buffer.api.Drop
-
Branch the responsibility of dropping a resource.
- fork() - Method in class io.netty5.buffer.api.internal.ArcDrop
- fork() - Method in class io.netty5.buffer.api.internal.CleanerDrop
- FORM_DATA - Static variable in class io.netty5.handler.codec.http.HttpHeaderValues
-
"form-data"
SeeHttpHeaderNames.CONTENT_DISPOSITION
- format(ChannelHandlerContext, String) - Method in class io.netty5.handler.logging.LoggingHandler
-
Formats an event and returns the formatted message.
- format(ChannelHandlerContext, String, Object) - Method in class io.netty5.handler.logging.LoggingHandler
-
Formats an event and returns the formatted message.
- format(ChannelHandlerContext, String, Object, Object) - Method in class io.netty5.handler.logging.LoggingHandler
-
Formats an event and returns the formatted message.
- format(Date) - Static method in class io.netty5.handler.codec.DateFormatter
-
Format a
Date
into RFC1123 format - formatAddress(byte[]) - Static method in class io.netty5.util.internal.MacAddressUtil
- formatHostnameForHttp(InetSocketAddress) - Static method in class io.netty5.handler.codec.http.HttpUtil
-
Formats the host string of an address so it can be used for computing an HTTP component such as a URL or a Host header
- FormattingTuple - Class in io.netty5.util.internal.logging
-
Holds the results of formatting done by
MessageFormatter
. - FORMERR - Static variable in class io.netty5.handler.codec.dns.DnsResponseCode
-
The 'FormErr' DNS RCODE (1), as defined in RFC1035.
- forOrigin(String) - Static method in class io.netty5.handler.codec.http.cors.CorsConfigBuilder
-
Creates a
CorsConfigBuilder
instance with the specified origin. - forOrigins(String...) - Static method in class io.netty5.handler.codec.http.cors.CorsConfigBuilder
-
Creates a
CorsConfigBuilder
instance with the specified origins. - forServer() - Static method in class io.netty5.handler.codec.http2.Http2FrameCodecBuilder
-
Creates a builder for an HTTP/2 server.
- forServer(File, File) - Static method in class io.netty5.handler.ssl.SslContextBuilder
-
Creates a builder for new server-side
SslContext
. - forServer(File, File, String) - Static method in class io.netty5.handler.ssl.SslContextBuilder
-
Creates a builder for new server-side
SslContext
. - forServer(InputStream, InputStream) - Static method in class io.netty5.handler.ssl.SslContextBuilder
-
Creates a builder for new server-side
SslContext
. - forServer(InputStream, InputStream, String) - Static method in class io.netty5.handler.ssl.SslContextBuilder
-
Creates a builder for new server-side
SslContext
. - forServer(PrivateKey, Iterable<? extends X509Certificate>) - Static method in class io.netty5.handler.ssl.SslContextBuilder
-
Creates a builder for new server-side
SslContext
. - forServer(PrivateKey, String, Iterable<? extends X509Certificate>) - Static method in class io.netty5.handler.ssl.SslContextBuilder
-
Creates a builder for new server-side
SslContext
. - forServer(PrivateKey, String, X509Certificate...) - Static method in class io.netty5.handler.ssl.SslContextBuilder
-
Creates a builder for new server-side
SslContext
. - forServer(PrivateKey, X509Certificate...) - Static method in class io.netty5.handler.ssl.SslContextBuilder
-
Creates a builder for new server-side
SslContext
. - forServer(KeyManager) - Static method in class io.netty5.handler.ssl.SslContextBuilder
-
Creates a builder for new server-side
SslContext
withKeyManager
. - forServer(KeyManagerFactory) - Static method in class io.netty5.handler.ssl.SslContextBuilder
-
Creates a builder for new server-side
SslContext
. - FOUND - Static variable in class io.netty5.handler.codec.http.HttpResponseStatus
-
302 Found
- FRAME_HEADER_LENGTH - Static variable in class io.netty5.handler.codec.http2.Http2CodecUtil
- FRAME_SIZE_ERROR - io.netty5.handler.codec.http2.Http2Error
- frameListener() - Method in class io.netty5.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
-
Returns the listener of inbound frames.
- frameListener() - Method in class io.netty5.handler.codec.http2.DecoratingHttp2ConnectionDecoder
- frameListener() - Method in class io.netty5.handler.codec.http2.DefaultHttp2ConnectionDecoder
- frameListener() - Method in interface io.netty5.handler.codec.http2.Http2ConnectionDecoder
-
Get the
Http2FrameListener
which will be notified when frames are decoded. - frameListener(Http2FrameListener) - Method in class io.netty5.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
-
Sets the listener of inbound frames.
- frameListener(Http2FrameListener) - Method in class io.netty5.handler.codec.http2.DecoratingHttp2ConnectionDecoder
- frameListener(Http2FrameListener) - Method in class io.netty5.handler.codec.http2.DefaultHttp2ConnectionDecoder
- frameListener(Http2FrameListener) - Method in interface io.netty5.handler.codec.http2.Http2ConnectionDecoder
-
Set the
Http2FrameListener
which will be notified when frames are decoded. - frameListener(Http2FrameListener) - Method in class io.netty5.handler.codec.http2.Http2ConnectionHandlerBuilder
- frameListener(Http2FrameListener) - Method in class io.netty5.handler.codec.http2.HttpToHttp2ConnectionHandlerBuilder
- frameLogger() - Method in class io.netty5.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
-
Returns the logger that is used for the encoder and decoder.
- frameLogger() - Method in class io.netty5.handler.codec.http2.Http2FrameCodecBuilder
- frameLogger(Http2FrameLogger) - Method in class io.netty5.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
-
Sets the logger that is used for the encoder and decoder.
- frameLogger(Http2FrameLogger) - Method in class io.netty5.handler.codec.http2.Http2ConnectionHandlerBuilder
- frameLogger(Http2FrameLogger) - Method in class io.netty5.handler.codec.http2.Http2FrameCodecBuilder
- frameLogger(Http2FrameLogger) - Method in class io.netty5.handler.codec.http2.HttpToHttp2ConnectionHandlerBuilder
- frameSizePolicy() - Method in class io.netty5.handler.codec.http2.DefaultHttp2FrameReader
- frameSizePolicy() - Method in class io.netty5.handler.codec.http2.DefaultHttp2FrameWriter
- frameSizePolicy() - Method in interface io.netty5.handler.codec.http2.Http2FrameReader.Configuration
-
Get the
Http2FrameSizePolicy
for thisHttp2FrameReader
- frameSizePolicy() - Method in interface io.netty5.handler.codec.http2.Http2FrameWriter.Configuration
-
Get the
Http2FrameSizePolicy
for thisHttp2FrameWriter
- frameType() - Method in class io.netty5.handler.codec.http2.DefaultHttp2UnknownFrame
- frameType() - Method in interface io.netty5.handler.codec.http2.Http2UnknownFrame
-
Get the raw frame type.
- frameWriter() - Method in class io.netty5.handler.codec.http2.DecoratingHttp2ConnectionEncoder
- frameWriter() - Method in class io.netty5.handler.codec.http2.DefaultHttp2ConnectionEncoder
- frameWriter() - Method in interface io.netty5.handler.codec.http2.Http2ConnectionEncoder
-
Provides direct access to the underlying frame writer object.
- frameWriter() - Method in class io.netty5.handler.codec.http2.Http2ConnectionHandler
- frameWriter(Http2FrameWriter) - Method in class io.netty5.handler.codec.http2.DefaultHttp2LocalFlowController
- frameWriter(Http2FrameWriter) - Method in interface io.netty5.handler.codec.http2.Http2LocalFlowController
-
Sets the writer to be use for sending
WINDOW_UPDATE
frames. - free(ByteBuffer) - Static method in class io.netty5.channel.unix.Buffer
-
Free the direct
ByteBuffer
. - freeBytes() - Method in interface io.netty5.buffer.api.pool.PoolChunkMetric
-
Return the number of free bytes in the chunk.
- freeDirectBuffer(ByteBuffer) - Static method in class io.netty5.util.internal.PlatformDependent
-
Try to deallocate the specified direct
ByteBuffer
. - freeDirectNoCleaner(ByteBuffer) - Static method in class io.netty5.util.internal.PlatformDependent
-
This method MUST only be called for
ByteBuffer
s that were allocated viaPlatformDependent.allocateDirectNoCleaner(int)
. - freeMemory(long) - Static method in class io.netty5.util.internal.PlatformDependent
- freezeTime() - Method in class io.netty5.channel.embedded.EmbeddedChannel
-
Freeze the clock of this channel's event loop.
- from(File) - Static method in class io.netty5.channel.unix.FileDescriptor
-
Open a new
FileDescriptor
for the givenFile
. - from(String) - Static method in class io.netty5.channel.unix.FileDescriptor
-
Open a new
FileDescriptor
for the given path. - FROM - Static variable in class io.netty5.handler.codec.http.HttpHeaderNames
-
"from"
- FROM - Static variable in class io.netty5.handler.codec.rtsp.RtspHeaderNames
-
"from"
- FullHttpMessage<R extends FullHttpMessage<R>> - Interface in io.netty5.handler.codec.http
-
Combines
HttpMessage
andLastHttpContent
into one message. - FullHttpRequest - Interface in io.netty5.handler.codec.http
-
Combine the
HttpRequest
andFullHttpMessage
, so the request is a complete HTTP request. - FullHttpResponse - Interface in io.netty5.handler.codec.http
-
Combination of a
HttpResponse
andFullHttpMessage
. - future() - Method in class io.netty5.util.concurrent.DefaultPromise
- future() - Method in interface io.netty5.util.concurrent.FutureCompletionStage
-
Returns the underlying
Future
of thisFutureCompletionStage
. - Future<V> - Interface in io.netty5.util.concurrent
-
The result of an asynchronous operation.
- FutureCompletionStage<V> - Interface in io.netty5.util.concurrent
-
A
CompletionStage
that provides the same threading semantics and guarantees as the underlyingFuture
, which means that all the callbacks will be executed byFutureCompletionStage.executor()
if not specified otherwise (by calling the corresponding *Async methods). - FutureContextListener<C,V> - Interface in io.netty5.util.concurrent
-
Listens to the result of a
Future
. - FutureListener<V> - Interface in io.netty5.util.concurrent
-
Listens to the result of a
Future
. - FuturePromiseFactory - Interface in io.netty5.util.concurrent
G
- GATEWAY_TIMEOUT - Static variable in class io.netty5.handler.codec.http.HttpResponseStatus
-
504 Gateway Timeout
- GATEWAY_TIMEOUT - Static variable in class io.netty5.handler.codec.rtsp.RtspResponseStatuses
-
504 Gateway Timeout
- generateKeySpec(char[], byte[]) - Static method in class io.netty5.handler.ssl.SslContext
-
Deprecated.
- GenericUnixChannelOption<T> - Class in io.netty5.channel.unix
-
A generic socket option.
- get() - Static method in class io.netty5.buffer.api.internal.LifecycleTracer
-
Get a tracer for a newly allocated resource.
- get() - Method in interface io.netty5.util.Attribute
-
Returns the current value, which may be
null
- get() - Method in class io.netty5.util.concurrent.DefaultPromise
- get() - Method in class io.netty5.util.concurrent.FastThreadLocal
-
Returns the current value for the current thread
- get() - Method in class io.netty5.util.internal.ObjectPool
-
Get a
Object
from theObjectPool
. - get() - Method in class io.netty5.util.Recycler
- get(byte) - Method in class io.netty5.util.collection.ByteObjectHashMap
- get(byte) - Method in interface io.netty5.util.collection.ByteObjectMap
-
Gets the value in the map with the specified key.
- get(char) - Method in class io.netty5.util.collection.CharObjectHashMap
- get(char) - Method in interface io.netty5.util.collection.CharObjectMap
-
Gets the value in the map with the specified key.
- get(int) - Method in class io.netty5.util.collection.IntObjectHashMap
- get(int) - Method in interface io.netty5.util.collection.IntObjectMap
-
Gets the value in the map with the specified key.
- get(long) - Method in class io.netty5.util.collection.LongObjectHashMap
- get(long) - Method in interface io.netty5.util.collection.LongObjectMap
-
Gets the value in the map with the specified key.
- get(long) - Method in class io.netty5.util.internal.LongLongHashMap
- get(long, TimeUnit) - Method in class io.netty5.util.concurrent.DefaultPromise
- get(short) - Method in class io.netty5.util.collection.ShortObjectHashMap
- get(short) - Method in interface io.netty5.util.collection.ShortObjectMap
-
Gets the value in the map with the specified key.
- get(CharSequence) - Method in class io.netty5.handler.codec.http.DefaultHttpHeaders
- get(CharSequence) - Method in class io.netty5.handler.codec.http.HttpHeaders
-
Returns the value of a header with the specified name.
- get(CharSequence) - Method in class io.netty5.handler.codec.http2.ReadOnlyHttp2Headers
- get(CharSequence, CharSequence) - Method in class io.netty5.handler.codec.http2.ReadOnlyHttp2Headers
- get(CharSequence, String) - Method in class io.netty5.handler.codec.http.HttpHeaders
-
Returns the value of a header with the specified name.
- get(Class<?>) - Static method in class io.netty5.util.internal.TypeParameterMatcher
- get(Class<T>) - Method in interface io.netty5.channel.ChannelPipeline
-
Returns the
ChannelHandler
of the specified type in this pipeline. - get(Class<T>) - Method in class io.netty5.channel.DefaultChannelPipeline
- get(Object) - Method in class io.netty5.util.collection.ByteObjectHashMap
- get(Object) - Method in class io.netty5.util.collection.CharObjectHashMap
- get(Object) - Method in class io.netty5.util.collection.IntObjectHashMap
- get(Object) - Method in class io.netty5.util.collection.LongObjectHashMap
- get(Object) - Method in class io.netty5.util.collection.ShortObjectHashMap
- get(String) - Method in interface io.netty5.channel.ChannelPipeline
-
Returns the
ChannelHandler
with the specified name in this pipeline. - get(String) - Method in class io.netty5.channel.DefaultChannelPipeline
- get(String) - Method in class io.netty5.handler.codec.http.DefaultHttpHeaders
- get(String) - Method in class io.netty5.handler.codec.http.EmptyHttpHeaders
- get(String) - Method in class io.netty5.handler.codec.http.HttpHeaders
- get(String) - Method in class io.netty5.handler.codec.http.ReadOnlyHttpHeaders
- get(String) - Method in interface io.netty5.resolver.dns.AuthoritativeDnsServerCache
-
Returns the cached nameservers that should be used to resolve the given hostname.
- get(String) - Method in class io.netty5.resolver.dns.DefaultAuthoritativeDnsServerCache
- get(String) - Method in class io.netty5.resolver.dns.DefaultDnsCnameCache
- get(String) - Method in interface io.netty5.resolver.dns.DnsCnameCache
-
Returns the cached cname for the given hostname.
- get(String) - Method in class io.netty5.resolver.dns.NoopAuthoritativeDnsServerCache
- get(String) - Method in class io.netty5.resolver.dns.NoopDnsCnameCache
- get(String) - Static method in class io.netty5.util.internal.SystemPropertyUtil
-
Returns the value of the Java system property with the specified
key
, while falling back tonull
if the property access fails. - get(String, DnsRecord[]) - Method in class io.netty5.resolver.dns.DefaultDnsCache
- get(String, DnsRecord[]) - Method in interface io.netty5.resolver.dns.DnsCache
-
Return the cached entries for the given hostname.
- get(String, DnsRecord[]) - Method in class io.netty5.resolver.dns.NoopDnsCache
- get(String, String) - Static method in class io.netty5.util.internal.SystemPropertyUtil
-
Returns the value of the Java system property with the specified
key
, while falling back to the specified default value if the property access fails. - get(K) - Method in class io.netty5.handler.codec.DefaultHeaders
- get(K) - Method in class io.netty5.handler.codec.EmptyHeaders
- get(K) - Method in interface io.netty5.handler.codec.Headers
-
Returns the value of a header with the specified name.
- get(K, V) - Method in class io.netty5.handler.codec.DefaultHeaders
- get(K, V) - Method in class io.netty5.handler.codec.EmptyHeaders
- get(K, V) - Method in interface io.netty5.handler.codec.Headers
-
Returns the value of a header with the specified name.
- GET - Static variable in class io.netty5.handler.codec.http.HttpMethod
-
The GET method means retrieve whatever information (in the form of an entity) is identified by the Request-URI.
- GET_PARAMETER - Static variable in class io.netty5.handler.codec.rtsp.RtspMethods
-
The GET_PARAMETER request retrieves the value of a parameter of a presentation or stream specified in the URI.
- getAlgorithm() - Method in class io.netty5.handler.ssl.PemPrivateKey
- getAll(CharSequence) - Method in class io.netty5.handler.codec.http.DefaultHttpHeaders
- getAll(CharSequence) - Method in class io.netty5.handler.codec.http.HttpHeaders
-
Returns the values of headers with the specified name
- getAll(CharSequence) - Method in class io.netty5.handler.codec.http2.ReadOnlyHttp2Headers
- getAll(String) - Method in class io.netty5.handler.codec.http.DefaultHttpHeaders
- getAll(String) - Method in class io.netty5.handler.codec.http.EmptyHttpHeaders
- getAll(String) - Method in class io.netty5.handler.codec.http.HttpHeaders
- getAll(String) - Method in class io.netty5.handler.codec.http.ReadOnlyHttpHeaders
- getAll(K) - Method in class io.netty5.handler.codec.DefaultHeaders
- getAll(K) - Method in class io.netty5.handler.codec.EmptyHeaders
- getAll(K) - Method in interface io.netty5.handler.codec.Headers
-
Returns all values for the header with the specified name.
- getAllAndRemove(CharSequence) - Method in class io.netty5.handler.codec.http2.ReadOnlyHttp2Headers
- getAllAndRemove(K) - Method in class io.netty5.handler.codec.DefaultHeaders
- getAllAndRemove(K) - Method in class io.netty5.handler.codec.EmptyHeaders
- getAllAndRemove(K) - Method in interface io.netty5.handler.codec.Headers
-
Returns all values for the header with the specified name and removes them from this object.
- getAllAsString(Headers<K, V, ?>, K) - Static method in class io.netty5.handler.codec.HeadersUtils
- getAllAsString(CharSequence) - Method in class io.netty5.handler.codec.http.HttpHeaders
- getAllIdleTimeInMillis() - Method in class io.netty5.handler.timeout.IdleStateHandler
-
Return the allIdleTime that was given when instance this class in milliseconds.
- getAllocationType() - Method in interface io.netty5.buffer.api.BufferAllocator
-
Get the
AllocationType
from this allocator. - getAllocationType() - Method in class io.netty5.buffer.api.pool.PooledBufferAllocator
- getAllocationType() - Method in class io.netty5.buffer.api.SensitiveBufferAllocator
- getAllocator() - Method in interface io.netty5.buffer.api.AllocatorControl
-
Get the
BufferAllocator
instance that is the source of this allocator control. - getAndRemove() - Method in interface io.netty5.util.Attribute
-
Deprecated.please consider using
Attribute.getAndSet(Object)
(with value ofnull
). - getAndRemove(CharSequence) - Method in class io.netty5.handler.codec.http2.ReadOnlyHttp2Headers
- getAndRemove(CharSequence, CharSequence) - Method in class io.netty5.handler.codec.http2.ReadOnlyHttp2Headers
- getAndRemove(K) - Method in class io.netty5.handler.codec.DefaultHeaders
- getAndRemove(K) - Method in class io.netty5.handler.codec.EmptyHeaders
- getAndRemove(K) - Method in interface io.netty5.handler.codec.Headers
-
Returns the value of a header with the specified name and removes it from this object.
- getAndRemove(K, V) - Method in class io.netty5.handler.codec.DefaultHeaders
- getAndRemove(K, V) - Method in class io.netty5.handler.codec.EmptyHeaders
- getAndRemove(K, V) - Method in interface io.netty5.handler.codec.Headers
-
Returns the value of a header with the specified name and removes it from this object.
- getAndSet(T) - Method in interface io.netty5.util.Attribute
-
Atomically sets to the given value and returns the old value which may be
null
if non was set before. - getApplicationProtocol() - Method in class io.netty5.handler.ssl.ReferenceCountedOpenSslEngine
- getArray() - Method in class io.netty5.buffer.api.internal.WrappingAllocation
- getAsString(Headers<K, V, ?>, K) - Static method in class io.netty5.handler.codec.HeadersUtils
-
Headers.get(Object)
and convert the result to aString
. - getAsString(CharSequence) - Method in class io.netty5.handler.codec.http.HttpHeaders
-
Headers.get(Object)
and convert the result to aString
. - getBasicConstraints() - Method in class io.netty5.handler.ssl.PemX509Certificate
- getBasicConstraints() - Method in class io.netty5.handler.ssl.util.LazyX509Certificate
- getBioNonApplicationBufferSize() - Method in class io.netty5.handler.ssl.ReferenceCountedOpenSslContext
-
Returns the size of the buffer used by the BIO for non-application based writes
- getBoolean(int) - Method in interface io.netty5.buffer.api.BufferAccessor
-
Get the boolean value at the given reader offset.
- getBoolean(int) - Method in class io.netty5.buffer.api.BufferStub
- getBoolean(CharSequence) - Method in class io.netty5.handler.codec.http2.ReadOnlyHttp2Headers
- getBoolean(CharSequence, boolean) - Method in class io.netty5.handler.codec.http2.ReadOnlyHttp2Headers
- getBoolean(String, boolean) - Static method in class io.netty5.util.internal.SystemPropertyUtil
-
Returns the value of the Java system property with the specified
key
, while falling back to the specified default value if the property access fails. - getBoolean(K) - Method in class io.netty5.handler.codec.DefaultHeaders
- getBoolean(K) - Method in class io.netty5.handler.codec.EmptyHeaders
- getBoolean(K) - Method in interface io.netty5.handler.codec.Headers
-
Returns the
boolean
value of a header with the specified name. - getBoolean(K, boolean) - Method in class io.netty5.handler.codec.DefaultHeaders
- getBoolean(K, boolean) - Method in class io.netty5.handler.codec.EmptyHeaders
- getBoolean(K, boolean) - Method in interface io.netty5.handler.codec.Headers
-
Returns the
boolean
value of a header with the specified name. - getBooleanAndRemove(CharSequence) - Method in class io.netty5.handler.codec.http2.ReadOnlyHttp2Headers
- getBooleanAndRemove(CharSequence, boolean) - Method in class io.netty5.handler.codec.http2.ReadOnlyHttp2Headers
- getBooleanAndRemove(K) - Method in class io.netty5.handler.codec.DefaultHeaders
- getBooleanAndRemove(K) - Method in class io.netty5.handler.codec.EmptyHeaders
- getBooleanAndRemove(K) - Method in interface io.netty5.handler.codec.Headers
-
Returns the
boolean
value of a header with the specifiedname
and removes the header from this object. - getBooleanAndRemove(K, boolean) - Method in class io.netty5.handler.codec.DefaultHeaders
- getBooleanAndRemove(K, boolean) - Method in class io.netty5.handler.codec.EmptyHeaders
- getBooleanAndRemove(K, boolean) - Method in interface io.netty5.handler.codec.Headers
-
Returns the
boolean
value of a header with the specifiedname
and removes the header from this object. - getBuffer() - Method in class io.netty5.buffer.api.BufferHolder
-
Access the held
Buffer
instance. - getBufferVolatile() - Method in class io.netty5.buffer.api.BufferHolder
-
Access the held
Buffer
instance. - getByName(CharSequence) - Static method in class io.netty5.util.NetUtil
-
Returns the
Inet6Address
representation of aCharSequence
IP address. - getByName(CharSequence, boolean) - Static method in class io.netty5.util.NetUtil
-
Returns the
Inet6Address
representation of aCharSequence
IP address. - getByte() - Method in interface io.netty5.buffer.api.ByteCursor
-
Return the last byte that was read by
ByteCursor.readByte()
. - getByte(byte[], int) - Static method in class io.netty5.util.internal.PlatformDependent
- getByte(byte[], long) - Static method in class io.netty5.util.internal.PlatformDependent
- getByte(int) - Method in interface io.netty5.buffer.api.BufferAccessor
-
Get the byte value at the given reader offset.
- getByte(int) - Method in class io.netty5.buffer.api.BufferStub
- getByte(long) - Static method in class io.netty5.util.internal.PlatformDependent
- getByte(CharSequence) - Method in class io.netty5.handler.codec.http2.ReadOnlyHttp2Headers
- getByte(CharSequence, byte) - Method in class io.netty5.handler.codec.http2.ReadOnlyHttp2Headers
- getByte(Object, long) - Static method in class io.netty5.util.internal.PlatformDependent
- getByte(K) - Method in class io.netty5.handler.codec.DefaultHeaders
- getByte(K) - Method in class io.netty5.handler.codec.EmptyHeaders
- getByte(K) - Method in interface io.netty5.handler.codec.Headers
-
Returns the
byte
value of a header with the specified name. - getByte(K, byte) - Method in class io.netty5.handler.codec.DefaultHeaders
- getByte(K, byte) - Method in class io.netty5.handler.codec.EmptyHeaders
- getByte(K, byte) - Method in interface io.netty5.handler.codec.Headers
-
Returns the
byte
value of a header with the specified name. - getByteAndRemove(CharSequence) - Method in class io.netty5.handler.codec.http2.ReadOnlyHttp2Headers
- getByteAndRemove(CharSequence, byte) - Method in class io.netty5.handler.codec.http2.ReadOnlyHttp2Headers
- getByteAndRemove(K) - Method in class io.netty5.handler.codec.DefaultHeaders
- getByteAndRemove(K) - Method in class io.netty5.handler.codec.EmptyHeaders
- getByteAndRemove(K) - Method in interface io.netty5.handler.codec.Headers
-
Returns the
byte
value of a header with the specifiedname
and removes the header from this object. - getByteAndRemove(K, byte) - Method in class io.netty5.handler.codec.DefaultHeaders
- getByteAndRemove(K, byte) - Method in class io.netty5.handler.codec.EmptyHeaders
- getByteAndRemove(K, byte) - Method in interface io.netty5.handler.codec.Headers
-
Returns the
byte
value of a header with the specifiedname
and removes the header from this object. - getByteBufferPutOffsetsMethodHandle() - Static method in interface io.netty5.buffer.api.internal.Statics
- getByteBufferSliceOffsetsMethodHandle() - Static method in interface io.netty5.buffer.api.internal.Statics
- getBytes(Buffer) - Static method in class io.netty5.buffer.BufferUtil
-
Create a copy of the underlying storage from
buf
into a byte array. - getBytes(Buffer, int, int) - Static method in class io.netty5.buffer.BufferUtil
-
Create a copy of the underlying storage from
buf
into a byte array. - getCause() - Method in interface io.netty5.util.concurrent.FutureCompletionStage
-
Wait for the future to complete, and return the cause if it failed, or
null
if it succeeded. - getChar(int) - Method in interface io.netty5.buffer.api.BufferAccessor
-
Get the char value at the given reader offset.
- getChar(int) - Method in class io.netty5.buffer.api.BufferStub
- getChar(CharSequence) - Method in class io.netty5.handler.codec.http2.ReadOnlyHttp2Headers
- getChar(CharSequence, char) - Method in class io.netty5.handler.codec.http2.ReadOnlyHttp2Headers
- getChar(Object, long) - Static method in class io.netty5.util.internal.PlatformDependent
- getChar(K) - Method in class io.netty5.handler.codec.DefaultHeaders
- getChar(K) - Method in class io.netty5.handler.codec.EmptyHeaders
- getChar(K) - Method in interface io.netty5.handler.codec.Headers
-
Returns the
char
value of a header with the specified name. - getChar(K, char) - Method in class io.netty5.handler.codec.DefaultHeaders
- getChar(K, char) - Method in class io.netty5.handler.codec.EmptyHeaders
- getChar(K, char) - Method in interface io.netty5.handler.codec.Headers
-
Returns the
char
value of a header with the specified name. - getCharAndRemove(CharSequence) - Method in class io.netty5.handler.codec.http2.ReadOnlyHttp2Headers
- getCharAndRemove(CharSequence, char) - Method in class io.netty5.handler.codec.http2.ReadOnlyHttp2Headers
- getCharAndRemove(K) - Method in class io.netty5.handler.codec.DefaultHeaders
- getCharAndRemove(K) - Method in class io.netty5.handler.codec.EmptyHeaders
- getCharAndRemove(K) - Method in interface io.netty5.handler.codec.Headers
-
Returns the
char
value of a header with the specifiedname
and removes the header from this object. - getCharAndRemove(K, char) - Method in class io.netty5.handler.codec.DefaultHeaders
- getCharAndRemove(K, char) - Method in class io.netty5.handler.codec.EmptyHeaders
- getCharAndRemove(K, char) - Method in interface io.netty5.handler.codec.Headers
-
Returns the
char
value of a header with the specifiedname
and removes the header from this object. - getCharset(HttpMessage) - Static method in class io.netty5.handler.codec.http.HttpUtil
-
Fetch charset from message's Content-Type header.
- getCharset(HttpMessage, Charset) - Static method in class io.netty5.handler.codec.http.HttpUtil
-
Fetch charset from message's Content-Type header.
- getCharset(CharSequence) - Static method in class io.netty5.handler.codec.http.HttpUtil
-
Fetch charset from Content-Type header value.
- getCharset(CharSequence, Charset) - Static method in class io.netty5.handler.codec.http.HttpUtil
-
Fetch charset from Content-Type header value.
- getCharsetAsSequence(HttpMessage) - Static method in class io.netty5.handler.codec.http.HttpUtil
-
Fetch charset from message's Content-Type header as a char sequence.
- getCharsetAsSequence(CharSequence) - Static method in class io.netty5.handler.codec.http.HttpUtil
-
Fetch charset from Content-Type header value as a char sequence.
- getCharsetAsString(HttpMessage) - Static method in class io.netty5.handler.codec.http.HttpUtil
-
Deprecated.
- getCheckInterval() - Method in class io.netty5.handler.traffic.AbstractTrafficShapingHandler
- getClassLoader(Class<?>) - Static method in class io.netty5.util.internal.PlatformDependent
-
Return the
ClassLoader
for the givenClass
. - getCloseNotifyFlushTimeoutMillis() - Method in class io.netty5.handler.ssl.SslHandler
-
Gets the timeout for flushing the close_notify that was triggered by closing the
Channel
. - getCloseNotifyReadTimeoutMillis() - Method in class io.netty5.handler.ssl.SslHandler
-
Gets the timeout (in ms) for receiving the response for the close_notify that was triggered by closing the
Channel
. - getCloseNotifyTimeoutMillis() - Method in class io.netty5.handler.ssl.SslHandler
-
Deprecated.
- getContentLength(HttpMessage) - Static method in class io.netty5.handler.codec.http.HttpHeaders
-
Deprecated.Use
HttpUtil.getContentLength(HttpMessage)
instead. Returns the length of the content. Please note that this value is not retrieved fromHttpContent.payload()
but from the"Content-Length"
header, and thus they are independent from each other. - getContentLength(HttpMessage) - Static method in class io.netty5.handler.codec.http.HttpUtil
-
Returns the length of the content.
- getContentLength(HttpMessage, int) - Static method in class io.netty5.handler.codec.http.HttpUtil
-
Get an
int
representation ofHttpUtil.getContentLength(HttpMessage, long)
. - getContentLength(HttpMessage, long) - Static method in class io.netty5.handler.codec.http.HttpHeaders
-
Deprecated.Use
HttpUtil.getContentLength(HttpMessage, long)
instead. Returns the length of the content. Please note that this value is not retrieved fromHttpContent.payload()
but from the"Content-Length"
header, and thus they are independent from each other. - getContentLength(HttpMessage, long) - Static method in class io.netty5.handler.codec.http.HttpUtil
-
Returns the length of the content or the specified default value if the message does not have the
"Content-Length" header
. - getContextClassLoader() - Static method in class io.netty5.util.internal.PlatformDependent
-
Return the context
ClassLoader
for the currentThread
. - getCriticalExtensionOIDs() - Method in class io.netty5.handler.ssl.PemX509Certificate
- getCriticalExtensionOIDs() - Method in class io.netty5.handler.ssl.util.LazyX509Certificate
- getCurrentTimeNanos() - Method in class io.netty5.util.concurrent.AbstractScheduledEventExecutor
-
Get the current time in nanoseconds by this executor's clock.
- getDate(HttpMessage) - Static method in class io.netty5.handler.codec.http.HttpHeaders
-
Deprecated.Use
HttpHeaders.getTimeMillis(CharSequence)
instead. Returns the value of the"Date"
header. - getDate(HttpMessage, Date) - Static method in class io.netty5.handler.codec.http.HttpHeaders
-
Deprecated.Use
HttpHeaders.getTimeMillis(CharSequence, long)
instead. Returns the value of the"Date"
header. If there is no such header or the header is not a formatted date, thedefaultValue
is returned. - getDateHeader(HttpMessage, CharSequence) - Static method in class io.netty5.handler.codec.http.HttpHeaders
-
Deprecated.Use
HttpHeaders.getTimeMillis(CharSequence)
instead. Returns the date header value with the specified header name. If there are more than one header value for the specified header name, the first value is returned. - getDateHeader(HttpMessage, CharSequence, Date) - Static method in class io.netty5.handler.codec.http.HttpHeaders
-
Deprecated.Use
HttpHeaders.getTimeMillis(CharSequence, long)
instead. Returns the date header value with the specified header name. If there are more than one header value for the specified header name, the first value is returned. - getDateHeader(HttpMessage, String) - Static method in class io.netty5.handler.codec.http.HttpHeaders
-
Deprecated.Use
HttpHeaders.getTimeMillis(CharSequence)
instead. - getDateHeader(HttpMessage, String, Date) - Static method in class io.netty5.handler.codec.http.HttpHeaders
-
Deprecated.Use
HttpHeaders.getTimeMillis(CharSequence, long)
instead. - getDecoder(Charset) - Static method in class io.netty5.util.CharsetUtil
-
Deprecated.
- getDefaultFactory() - Static method in class io.netty5.util.internal.logging.InternalLoggerFactory
-
Get the default factory that was either initialized automatically based on logging implementations on the classpath, or set explicitly via
InternalLoggerFactory.setDefaultFactory(InternalLoggerFactory)
. - getDelegatedTask() - Method in class io.netty5.handler.ssl.ReferenceCountedOpenSslEngine
- getDouble(int) - Method in interface io.netty5.buffer.api.BufferAccessor
-
Get the double value at the given reader offset.
- getDouble(int) - Method in class io.netty5.buffer.api.BufferStub
- getDouble(CharSequence) - Method in class io.netty5.handler.codec.http2.ReadOnlyHttp2Headers
- getDouble(CharSequence, double) - Method in class io.netty5.handler.codec.http2.ReadOnlyHttp2Headers
- getDouble(Object, long) - Static method in class io.netty5.util.internal.PlatformDependent
- getDouble(K) - Method in class io.netty5.handler.codec.DefaultHeaders
- getDouble(K) - Method in class io.netty5.handler.codec.EmptyHeaders
- getDouble(K) - Method in interface io.netty5.handler.codec.Headers
-
Returns the
double
value of a header with the specified name. - getDouble(K, double) - Method in class io.netty5.handler.codec.DefaultHeaders
- getDouble(K, double) - Method in class io.netty5.handler.codec.EmptyHeaders
- getDouble(K, double) - Method in interface io.netty5.handler.codec.Headers
-
Returns the
double
value of a header with the specified name. - getDoubleAndRemove(CharSequence) - Method in class io.netty5.handler.codec.http2.ReadOnlyHttp2Headers
- getDoubleAndRemove(CharSequence, double) - Method in class io.netty5.handler.codec.http2.ReadOnlyHttp2Headers
- getDoubleAndRemove(K) - Method in class io.netty5.handler.codec.DefaultHeaders
- getDoubleAndRemove(K) - Method in class io.netty5.handler.codec.EmptyHeaders
- getDoubleAndRemove(K) - Method in interface io.netty5.handler.codec.Headers
-
Returns the
double
value of a header with the specifiedname
and removes the header from this object. - getDoubleAndRemove(K, double) - Method in class io.netty5.handler.codec.DefaultHeaders
- getDoubleAndRemove(K, double) - Method in class io.netty5.handler.codec.EmptyHeaders
- getDoubleAndRemove(K, double) - Method in interface io.netty5.handler.codec.Headers
-
Returns the
double
value of a header with the specifiedname
and removes the header from this object. - getDrop() - Method in class io.netty5.buffer.api.internal.DropCaptor
- getEmbeddedHttp2Exception(Throwable) - Static method in class io.netty5.handler.codec.http2.Http2CodecUtil
-
Iteratively looks through the causality chain for the given exception and returns the first
Http2Exception
ornull
if none. - getEnabledCipherSuites() - Method in class io.netty5.handler.ssl.ReferenceCountedOpenSslEngine
- getEnabledProtocols() - Method in class io.netty5.handler.ssl.ReferenceCountedOpenSslEngine
- getEnableSessionCreation() - Method in class io.netty5.handler.ssl.ReferenceCountedOpenSslEngine
- getEncoded() - Method in class io.netty5.handler.ssl.PemPrivateKey
- getEncoded() - Method in class io.netty5.handler.ssl.PemX509Certificate
- getEncoded() - Method in class io.netty5.handler.ssl.util.LazyJavaxX509Certificate
- getEncoded() - Method in class io.netty5.handler.ssl.util.LazyX509Certificate
- getEncoder(Charset) - Static method in class io.netty5.util.CharsetUtil
-
Deprecated.
- getExtendedKeyUsage() - Method in class io.netty5.handler.ssl.util.LazyX509Certificate
- getExtendedOption(ChannelOption<T>) - Method in class io.netty5.channel.AbstractChannel
-
Override to add support for more
ChannelOption
s. - getExtendedOption(ChannelOption<T>) - Method in class io.netty5.channel.epoll.EpollDatagramChannel
- getExtendedOption(ChannelOption<T>) - Method in class io.netty5.channel.epoll.EpollServerSocketChannel
- getExtendedOption(ChannelOption<T>) - Method in class io.netty5.channel.epoll.EpollSocketChannel
- getExtendedOption(ChannelOption<T>) - Method in class io.netty5.channel.kqueue.KQueueDatagramChannel
- getExtendedOption(ChannelOption<T>) - Method in class io.netty5.channel.kqueue.KQueueServerSocketChannel
- getExtendedOption(ChannelOption<T>) - Method in class io.netty5.channel.kqueue.KQueueSocketChannel
- getExtendedOption(ChannelOption<T>) - Method in class io.netty5.channel.socket.nio.NioDatagramChannel
- getExtendedOption(ChannelOption<T>) - Method in class io.netty5.channel.socket.nio.NioServerSocketChannel
- getExtendedOption(ChannelOption<T>) - Method in class io.netty5.channel.socket.nio.NioSocketChannel
- getExtensionValue(String) - Method in class io.netty5.handler.ssl.PemX509Certificate
- getExtensionValue(String) - Method in class io.netty5.handler.ssl.util.LazyX509Certificate
- getFile(Class, String) - Static method in class io.netty5.util.internal.ResourcesUtil
- getFloat(int) - Method in interface io.netty5.buffer.api.BufferAccessor
-
Get the float value at the given reader offset.
- getFloat(int) - Method in class io.netty5.buffer.api.BufferStub
- getFloat(CharSequence) - Method in class io.netty5.handler.codec.http2.ReadOnlyHttp2Headers
- getFloat(CharSequence, float) - Method in class io.netty5.handler.codec.http2.ReadOnlyHttp2Headers
- getFloat(Object, long) - Static method in class io.netty5.util.internal.PlatformDependent
- getFloat(K) - Method in class io.netty5.handler.codec.DefaultHeaders
- getFloat(K) - Method in class io.netty5.handler.codec.EmptyHeaders
- getFloat(K) - Method in interface io.netty5.handler.codec.Headers
-
Returns the
float
value of a header with the specified name. - getFloat(K, float) - Method in class io.netty5.handler.codec.DefaultHeaders
- getFloat(K, float) - Method in class io.netty5.handler.codec.EmptyHeaders
- getFloat(K, float) - Method in interface io.netty5.handler.codec.Headers
-
Returns the
float
value of a header with the specified name. - getFloatAndRemove(CharSequence) - Method in class io.netty5.handler.codec.http2.ReadOnlyHttp2Headers
- getFloatAndRemove(CharSequence, float) - Method in class io.netty5.handler.codec.http2.ReadOnlyHttp2Headers
- getFloatAndRemove(K) - Method in class io.netty5.handler.codec.DefaultHeaders
- getFloatAndRemove(K) - Method in class io.netty5.handler.codec.EmptyHeaders
- getFloatAndRemove(K) - Method in interface io.netty5.handler.codec.Headers
-
Returns the
float
value of a header with the specifiedname
and removes the header from this object. - getFloatAndRemove(K, float) - Method in class io.netty5.handler.codec.DefaultHeaders
- getFloatAndRemove(K, float) - Method in class io.netty5.handler.codec.EmptyHeaders
- getFloatAndRemove(K, float) - Method in interface io.netty5.handler.codec.Headers
-
Returns the
float
value of a header with the specifiedname
and removes the header from this object. - getFormat() - Method in class io.netty5.handler.ssl.PemPrivateKey
- getHandshakeApplicationProtocol() - Method in class io.netty5.handler.ssl.ReferenceCountedOpenSslEngine
- getHandshakeSession() - Method in class io.netty5.handler.ssl.ReferenceCountedOpenSslEngine
- getHandshakeStatus() - Method in class io.netty5.handler.ssl.ReferenceCountedOpenSslEngine
- getHandshakeTimeoutMillis() - Method in class io.netty5.handler.ssl.SslHandler
- getHeader(HttpMessage, CharSequence) - Static method in class io.netty5.handler.codec.http.HttpHeaders
-
Deprecated.Use
HttpHeaders.get(CharSequence)
instead. Returns the header value with the specified header name. If there are more than one header value for the specified header name, the first value is returned. - getHeader(HttpMessage, CharSequence, String) - Static method in class io.netty5.handler.codec.http.HttpHeaders
-
Deprecated.Use
HttpHeaders.get(CharSequence, String)
instead. Returns the header value with the specified header name. If there are more than one header value for the specified header name, the first value is returned. - getHeader(HttpMessage, String) - Static method in class io.netty5.handler.codec.http.HttpHeaders
-
Deprecated.Use
HttpHeaders.get(CharSequence)
instead. - getHeader(HttpMessage, String, String) - Static method in class io.netty5.handler.codec.http.HttpHeaders
-
Deprecated.Use
HttpHeaders.get(CharSequence, String)
instead. - getHost(HttpMessage) - Static method in class io.netty5.handler.codec.http.HttpHeaders
-
Deprecated.Use
HttpHeaders.get(CharSequence)
instead. Returns the value of the"Host"
header. - getHost(HttpMessage, String) - Static method in class io.netty5.handler.codec.http.HttpHeaders
-
Deprecated.Use
HttpHeaders.get(CharSequence, String)
instead. Returns the value of the"Host"
header. If there is no such header, thedefaultValue
is returned. - getHostname(InetSocketAddress) - Static method in class io.netty5.util.NetUtil
-
Returns
InetSocketAddress.getHostString()
if Java >= 7, orInetSocketAddress.getHostName()
otherwise. - getIds() - Method in class io.netty5.handler.ssl.OpenSslSessionContext
- getIfExists() - Method in class io.netty5.util.concurrent.FastThreadLocal
-
Returns the current value for the current thread if it exists,
null
otherwise. - getInitialHint(String) - Method in class io.netty5.util.ResourceLeakDetector
-
Create a hint object to be attached to an object tracked by this record.
- getInstance() - Static method in class io.netty5.buffer.api.LoggingLeakCallback
-
Get an instance of the
LoggingLeakCallback
. - getInstance(Class<?>) - Static method in class io.netty5.util.internal.logging.InternalLoggerFactory
-
Creates a new logger instance with the name of the specified class.
- getInstance(String) - Static method in class io.netty5.util.internal.logging.InternalLoggerFactory
-
Creates a new logger instance with the specified name.
- getInt(byte[], int) - Static method in class io.netty5.util.internal.PlatformDependent
- getInt(int) - Method in interface io.netty5.buffer.api.BufferAccessor
-
Get the int value at the given reader offset.
- getInt(int) - Method in class io.netty5.buffer.api.BufferStub
- getInt(int[], long) - Static method in class io.netty5.util.internal.PlatformDependent
- getInt(long) - Static method in class io.netty5.util.internal.PlatformDependent
- getInt(CharSequence) - Method in class io.netty5.handler.codec.http.DefaultHttpHeaders
- getInt(CharSequence) - Method in class io.netty5.handler.codec.http.EmptyHttpHeaders
- getInt(CharSequence) - Method in class io.netty5.handler.codec.http.HttpHeaders
-
Returns the integer value of a header with the specified name.
- getInt(CharSequence) - Method in class io.netty5.handler.codec.http.ReadOnlyHttpHeaders
- getInt(CharSequence) - Method in class io.netty5.handler.codec.http2.ReadOnlyHttp2Headers
- getInt(CharSequence, int) - Method in class io.netty5.handler.codec.http.DefaultHttpHeaders
- getInt(CharSequence, int) - Method in class io.netty5.handler.codec.http.EmptyHttpHeaders
- getInt(CharSequence, int) - Method in class io.netty5.handler.codec.http.HttpHeaders
-
Returns the integer value of a header with the specified name.
- getInt(CharSequence, int) - Method in class io.netty5.handler.codec.http.ReadOnlyHttpHeaders
- getInt(CharSequence, int) - Method in class io.netty5.handler.codec.http2.ReadOnlyHttp2Headers
- getInt(Object, long) - Static method in class io.netty5.util.internal.PlatformDependent
- getInt(String, int) - Static method in class io.netty5.util.internal.SystemPropertyUtil
-
Returns the value of the Java system property with the specified
key
, while falling back to the specified default value if the property access fails. - getInt(K) - Method in class io.netty5.handler.codec.DefaultHeaders
- getInt(K) - Method in class io.netty5.handler.codec.EmptyHeaders
- getInt(K) - Method in interface io.netty5.handler.codec.Headers
-
Returns the
int
value of a header with the specified name. - getInt(K, int) - Method in class io.netty5.handler.codec.DefaultHeaders
- getInt(K, int) - Method in class io.netty5.handler.codec.EmptyHeaders
- getInt(K, int) - Method in interface io.netty5.handler.codec.Headers
-
Returns the
int
value of a header with the specified name. - getIntAndRemove(CharSequence) - Method in class io.netty5.handler.codec.http2.ReadOnlyHttp2Headers
- getIntAndRemove(CharSequence, int) - Method in class io.netty5.handler.codec.http2.ReadOnlyHttp2Headers
- getIntAndRemove(K) - Method in class io.netty5.handler.codec.DefaultHeaders
- getIntAndRemove(K) - Method in class io.netty5.handler.codec.EmptyHeaders
- getIntAndRemove(K) - Method in interface io.netty5.handler.codec.Headers
-
Returns the
int
value of a header with the specifiedname
and removes the header from this object. - getIntAndRemove(K, int) - Method in class io.netty5.handler.codec.DefaultHeaders
- getIntAndRemove(K, int) - Method in class io.netty5.handler.codec.EmptyHeaders
- getIntAndRemove(K, int) - Method in interface io.netty5.handler.codec.Headers
-
Returns the
int
value of a header with the specifiedname
and removes the header from this object. - getIntHeader(HttpMessage, CharSequence) - Static method in class io.netty5.handler.codec.http.HttpHeaders
-
Deprecated.Use
HttpHeaders.getInt(CharSequence)
instead. Returns the integer header value with the specified header name. If there are more than one header value for the specified header name, the first value is returned. - getIntHeader(HttpMessage, CharSequence, int) - Static method in class io.netty5.handler.codec.http.HttpHeaders
-
Deprecated.Use
HttpHeaders.getInt(CharSequence, int)
instead. Returns the integer header value with the specified header name. If there are more than one header value for the specified header name, the first value is returned. - getIntHeader(HttpMessage, String) - Static method in class io.netty5.handler.codec.http.HttpHeaders
-
Deprecated.Use
HttpHeaders.getInt(CharSequence)
instead. - getIntHeader(HttpMessage, String, int) - Static method in class io.netty5.handler.codec.http.HttpHeaders
-
Deprecated.Use
HttpHeaders.getInt(CharSequence, int)
instead. - getIntOpt(int, int) - Method in class io.netty5.channel.unix.Socket
- getIntValue(char) - Method in class io.netty5.handler.codec.http2.Http2Settings
-
A helper method that returns
Long.intValue()
on the return ofCharObjectHashMap.get(char)
, if present. - getIntVolatile(long) - Static method in class io.netty5.util.internal.PlatformDependent
- getIssuerAlternativeNames() - Method in class io.netty5.handler.ssl.util.LazyX509Certificate
- getIssuerDN() - Method in class io.netty5.handler.ssl.PemX509Certificate
- getIssuerDN() - Method in class io.netty5.handler.ssl.util.LazyJavaxX509Certificate
- getIssuerDN() - Method in class io.netty5.handler.ssl.util.LazyX509Certificate
- getIssuerUniqueID() - Method in class io.netty5.handler.ssl.PemX509Certificate
- getIssuerUniqueID() - Method in class io.netty5.handler.ssl.util.LazyX509Certificate
- getIssuerX500Principal() - Method in class io.netty5.handler.ssl.util.LazyX509Certificate
- getKey() - Method in class io.netty5.handler.codec.DefaultHeaders.HeaderEntry
- getKeyUsage() - Method in class io.netty5.handler.ssl.PemX509Certificate
- getKeyUsage() - Method in class io.netty5.handler.ssl.util.LazyX509Certificate
- getLengthFieldBuffer(ChannelHandlerContext, int, int, ByteOrder) - Method in class io.netty5.handler.codec.LengthFieldPrepender
-
Encodes the length into a buffer which will be prepended as the length field.
- getLevel() - Static method in class io.netty5.util.ResourceLeakDetector
-
Returns the current resource leak detection level.
- getLong(byte[], int) - Static method in class io.netty5.util.internal.PlatformDependent
- getLong(int) - Method in interface io.netty5.buffer.api.BufferAccessor
-
Get the long value at the given reader offset.
- getLong(int) - Method in class io.netty5.buffer.api.BufferStub
- getLong(long) - Static method in class io.netty5.util.internal.PlatformDependent
- getLong(long[], long) - Static method in class io.netty5.util.internal.PlatformDependent
- getLong(CharSequence) - Method in class io.netty5.handler.codec.http2.ReadOnlyHttp2Headers
- getLong(CharSequence, long) - Method in class io.netty5.handler.codec.http2.ReadOnlyHttp2Headers
- getLong(Object, long) - Static method in class io.netty5.util.internal.PlatformDependent
- getLong(String, long) - Static method in class io.netty5.util.internal.SystemPropertyUtil
-
Returns the value of the Java system property with the specified
key
, while falling back to the specified default value if the property access fails. - getLong(K) - Method in class io.netty5.handler.codec.DefaultHeaders
- getLong(K) - Method in class io.netty5.handler.codec.EmptyHeaders
- getLong(K) - Method in interface io.netty5.handler.codec.Headers
-
Returns the
long
value of a header with the specified name. - getLong(K, long) - Method in class io.netty5.handler.codec.DefaultHeaders
- getLong(K, long) - Method in class io.netty5.handler.codec.EmptyHeaders
- getLong(K, long) - Method in interface io.netty5.handler.codec.Headers
-
Returns the
long
value of a header with the specified name. - getLongAndRemove(CharSequence) - Method in class io.netty5.handler.codec.http2.ReadOnlyHttp2Headers
- getLongAndRemove(CharSequence, long) - Method in class io.netty5.handler.codec.http2.ReadOnlyHttp2Headers
- getLongAndRemove(K) - Method in class io.netty5.handler.codec.DefaultHeaders
- getLongAndRemove(K) - Method in class io.netty5.handler.codec.EmptyHeaders
- getLongAndRemove(K) - Method in interface io.netty5.handler.codec.Headers
-
Returns the
long
value of a header with the specifiedname
and removes the header from this object. - getLongAndRemove(K, long) - Method in class io.netty5.handler.codec.DefaultHeaders
- getLongAndRemove(K, long) - Method in class io.netty5.handler.codec.EmptyHeaders
- getLongAndRemove(K, long) - Method in interface io.netty5.handler.codec.Headers
-
Returns the
long
value of a header with the specifiedname
and removes the header from this object. - getMaxGlobalWriteSize() - Method in class io.netty5.handler.traffic.GlobalChannelTrafficShapingHandler
- getMaxGlobalWriteSize() - Method in class io.netty5.handler.traffic.GlobalTrafficShapingHandler
- getMaxMessagesPerWrite() - Method in class io.netty5.channel.AbstractChannel
-
Get the maximum number of message to write per eventloop run.
- getMaxTimeWait() - Method in class io.netty5.handler.traffic.AbstractTrafficShapingHandler
- getMaxWriteDelay() - Method in class io.netty5.handler.traffic.AbstractTrafficShapingHandler
- getMaxWriteSize() - Method in class io.netty5.handler.traffic.AbstractTrafficShapingHandler
- getMedium(int) - Method in interface io.netty5.buffer.api.BufferAccessor
-
Get the int value at the given reader offset.
- getMedium(int) - Method in class io.netty5.buffer.api.BufferStub
- getMessage() - Method in class io.netty5.util.internal.logging.FormattingTuple
- getMessage(Http2Stream) - Method in class io.netty5.handler.codec.http2.InboundHttp2ToHttpAdapter
-
Get the
FullHttpMessage
associated withstream
. - getMimeType(HttpMessage) - Static method in class io.netty5.handler.codec.http.HttpUtil
-
Fetch MIME type part from message's Content-Type header as a char sequence.
- getMimeType(CharSequence) - Static method in class io.netty5.handler.codec.http.HttpUtil
-
Fetch MIME type part from Content-Type header value as a char sequence.
- getNeedClientAuth() - Method in class io.netty5.handler.ssl.ReferenceCountedOpenSslEngine
- getNegotiatedApplicationProtocol() - Method in class io.netty5.handler.ssl.ReferenceCountedOpenSslEngine
- getNonCriticalExtensionOIDs() - Method in class io.netty5.handler.ssl.PemX509Certificate
- getNonCriticalExtensionOIDs() - Method in class io.netty5.handler.ssl.util.LazyX509Certificate
- getNotAfter() - Method in class io.netty5.handler.ssl.PemX509Certificate
- getNotAfter() - Method in class io.netty5.handler.ssl.util.LazyJavaxX509Certificate
- getNotAfter() - Method in class io.netty5.handler.ssl.util.LazyX509Certificate
- getNotBefore() - Method in class io.netty5.handler.ssl.PemX509Certificate
- getNotBefore() - Method in class io.netty5.handler.ssl.util.LazyJavaxX509Certificate
- getNotBefore() - Method in class io.netty5.handler.ssl.util.LazyX509Certificate
- getNow() - Method in class io.netty5.util.concurrent.DefaultPromise
- getNow() - Method in interface io.netty5.util.concurrent.FutureCompletionStage
- getNumPriorityBytes() - Method in class io.netty5.handler.codec.http2.Http2Flags
-
Gets the number of bytes expected for the priority fields of the payload.
- getObject(Object, long) - Static method in class io.netty5.util.internal.PlatformDependent
- getOcspResponse() - Method in class io.netty5.handler.ssl.ReferenceCountedOpenSslEngine
-
Returns the OCSP response or
null
if the server didn't provide a stapled OCSP response. - getOption(ChannelOption<T>) - Method in class io.netty5.channel.AbstractChannel
- getOption(ChannelOption<T>) - Method in interface io.netty5.channel.Channel
-
Return the value of the given
ChannelOption
- getPaddingPresenceFieldLength() - Method in class io.netty5.handler.codec.http2.Http2Flags
-
Gets the length in bytes of the padding presence field expected in the payload.
- getProperty(Http2Connection.PropertyKey) - Method in interface io.netty5.handler.codec.http2.Http2Stream
-
Returns application-defined data if any was associated with this stream.
- getProtocolVersion() - Method in class io.netty5.handler.codec.http.DefaultHttpMessage
-
Deprecated.
- getProtocolVersion() - Method in interface io.netty5.handler.codec.http.HttpMessage
-
Deprecated.Use
HttpMessage.protocolVersion()
instead. - getPseudoHeader(CharSequence) - Static method in enum io.netty5.handler.codec.http2.Http2Headers.PseudoHeaderName
-
Returns the
Http2Headers.PseudoHeaderName
corresponding to the specified header name. - getPublicKey() - Method in class io.netty5.handler.ssl.PemX509Certificate
- getPublicKey() - Method in class io.netty5.handler.ssl.util.LazyJavaxX509Certificate
- getPublicKey() - Method in class io.netty5.handler.ssl.util.LazyX509Certificate
- getRawOpt(int, int, ByteBuffer) - Method in class io.netty5.channel.unix.Socket
- getReadChannelLimit() - Method in class io.netty5.handler.traffic.GlobalChannelTrafficShapingHandler
- getReaderIdleTimeInMillis() - Method in class io.netty5.handler.timeout.IdleStateHandler
-
Return the readerIdleTime that was given when instance this class in milliseconds.
- getReadLimit() - Method in class io.netty5.handler.traffic.AbstractTrafficShapingHandler
- getRealWriteThroughput() - Method in class io.netty5.handler.traffic.TrafficCounter
- getRealWrittenBytes() - Method in class io.netty5.handler.traffic.TrafficCounter
- getReceiveBufferSize() - Method in class io.netty5.channel.unix.Socket
- getRejectRemoteInitiatedRenegotiation() - Method in class io.netty5.handler.ssl.ReferenceCountedOpenSslContext
-
Deprecated.
- getResolver(EventExecutor) - Method in class io.netty5.resolver.AddressResolverGroup
-
Returns the
AddressResolver
associated with the specifiedEventExecutor
. - getSendBufferSize() - Method in class io.netty5.channel.unix.Socket
- getSerialNumber() - Method in class io.netty5.handler.ssl.PemX509Certificate
- getSerialNumber() - Method in class io.netty5.handler.ssl.util.LazyJavaxX509Certificate
- getSerialNumber() - Method in class io.netty5.handler.ssl.util.LazyX509Certificate
- getSession() - Method in class io.netty5.handler.ssl.ReferenceCountedOpenSslEngine
- getSession(byte[]) - Method in class io.netty5.handler.ssl.OpenSslSessionContext
- getSessionCacheSize() - Method in class io.netty5.handler.ssl.OpenSslSessionContext
- getSessionTimeout() - Method in class io.netty5.handler.ssl.OpenSslSessionContext
- getShort(byte[], int) - Static method in class io.netty5.util.internal.PlatformDependent
- getShort(int) - Method in interface io.netty5.buffer.api.BufferAccessor
-
Get the short value at the given reader offset.
- getShort(int) - Method in class io.netty5.buffer.api.BufferStub
- getShort(long) - Static method in class io.netty5.util.internal.PlatformDependent
- getShort(CharSequence) - Method in class io.netty5.handler.codec.http.DefaultHttpHeaders
- getShort(CharSequence) - Method in class io.netty5.handler.codec.http.EmptyHttpHeaders
- getShort(CharSequence) - Method in class io.netty5.handler.codec.http.HttpHeaders
-
Returns the short value of a header with the specified name.
- getShort(CharSequence) - Method in class io.netty5.handler.codec.http.ReadOnlyHttpHeaders
- getShort(CharSequence) - Method in class io.netty5.handler.codec.http2.ReadOnlyHttp2Headers
- getShort(CharSequence, short) - Method in class io.netty5.handler.codec.http.DefaultHttpHeaders
- getShort(CharSequence, short) - Method in class io.netty5.handler.codec.http.EmptyHttpHeaders
- getShort(CharSequence, short) - Method in class io.netty5.handler.codec.http.HttpHeaders
-
Returns the short value of a header with the specified name.
- getShort(CharSequence, short) - Method in class io.netty5.handler.codec.http.ReadOnlyHttpHeaders
- getShort(CharSequence, short) - Method in class io.netty5.handler.codec.http2.ReadOnlyHttp2Headers
- getShort(Object, long) - Static method in class io.netty5.util.internal.PlatformDependent
- getShort(K) - Method in class io.netty5.handler.codec.DefaultHeaders
- getShort(K) - Method in class io.netty5.handler.codec.EmptyHeaders
- getShort(K) - Method in interface io.netty5.handler.codec.Headers
-
Returns the
short
value of a header with the specified name. - getShort(K, short) - Method in class io.netty5.handler.codec.DefaultHeaders
- getShort(K, short) - Method in class io.netty5.handler.codec.EmptyHeaders
- getShort(K, short) - Method in interface io.netty5.handler.codec.Headers
-
Returns the
short
value of a header with the specified name. - getShortAndRemove(CharSequence) - Method in class io.netty5.handler.codec.http2.ReadOnlyHttp2Headers
- getShortAndRemove(CharSequence, short) - Method in class io.netty5.handler.codec.http2.ReadOnlyHttp2Headers
- getShortAndRemove(K) - Method in class io.netty5.handler.codec.DefaultHeaders
- getShortAndRemove(K) - Method in class io.netty5.handler.codec.EmptyHeaders
- getShortAndRemove(K) - Method in interface io.netty5.handler.codec.Headers
-
Returns the
short
value of a header with the specifiedname
and removes the header from this object. - getShortAndRemove(K, short) - Method in class io.netty5.handler.codec.DefaultHeaders
- getShortAndRemove(K, short) - Method in class io.netty5.handler.codec.EmptyHeaders
- getShortAndRemove(K, short) - Method in interface io.netty5.handler.codec.Headers
-
Returns the
short
value of a header with the specifiedname
and removes the header from this object. - getSigAlgName() - Method in class io.netty5.handler.ssl.PemX509Certificate
- getSigAlgName() - Method in class io.netty5.handler.ssl.util.LazyJavaxX509Certificate
- getSigAlgName() - Method in class io.netty5.handler.ssl.util.LazyX509Certificate
- getSigAlgOID() - Method in class io.netty5.handler.ssl.PemX509Certificate
- getSigAlgOID() - Method in class io.netty5.handler.ssl.util.LazyJavaxX509Certificate
- getSigAlgOID() - Method in class io.netty5.handler.ssl.util.LazyX509Certificate
- getSigAlgParams() - Method in class io.netty5.handler.ssl.PemX509Certificate
- getSigAlgParams() - Method in class io.netty5.handler.ssl.util.LazyJavaxX509Certificate
- getSigAlgParams() - Method in class io.netty5.handler.ssl.util.LazyX509Certificate
- getSignature() - Method in class io.netty5.handler.ssl.PemX509Certificate
- getSignature() - Method in class io.netty5.handler.ssl.util.LazyX509Certificate
- getSoError() - Method in class io.netty5.channel.unix.Socket
- getSoLinger() - Method in class io.netty5.channel.unix.Socket
- getSSLParameters() - Method in class io.netty5.handler.ssl.ReferenceCountedOpenSslEngine
- getSubjectAlternativeNames() - Method in class io.netty5.handler.ssl.util.LazyX509Certificate
- getSubjectDN() - Method in class io.netty5.handler.ssl.PemX509Certificate
- getSubjectDN() - Method in class io.netty5.handler.ssl.util.LazyJavaxX509Certificate
- getSubjectDN() - Method in class io.netty5.handler.ssl.util.LazyX509Certificate
- getSubjectUniqueID() - Method in class io.netty5.handler.ssl.PemX509Certificate
- getSubjectUniqueID() - Method in class io.netty5.handler.ssl.util.LazyX509Certificate
- getSubjectX500Principal() - Method in class io.netty5.handler.ssl.util.LazyX509Certificate
- getSupportedCipherSuites() - Method in class io.netty5.handler.ssl.ReferenceCountedOpenSslEngine
- getSupportedProtocols() - Method in class io.netty5.handler.ssl.ReferenceCountedOpenSslEngine
- getSystemClassLoader() - Static method in class io.netty5.util.internal.PlatformDependent
-
Return the system
ClassLoader
. - getTargetContentEncoding(CharSequence) - Method in class io.netty5.handler.codec.http2.CompressorHttp2ConnectionEncoder
-
Returns the expected content encoding of the decoded content.
- getTargetContentEncoding(CharSequence) - Method in class io.netty5.handler.codec.http2.DelegatingDecompressorFrameListener
-
Returns the expected content encoding of the decoded content.
- getTargetContentEncoding(String) - Method in class io.netty5.handler.codec.http.HttpContentDecoder
-
Returns the expected content encoding of the decoded content.
- getTBSCertificate() - Method in class io.netty5.handler.ssl.PemX509Certificate
- getTBSCertificate() - Method in class io.netty5.handler.ssl.util.LazyX509Certificate
- getThrowable() - Method in class io.netty5.util.internal.logging.FormattingTuple
- getTimeMillis(CharSequence) - Method in class io.netty5.handler.codec.http.DefaultHttpHeaders
- getTimeMillis(CharSequence) - Method in class io.netty5.handler.codec.http.EmptyHttpHeaders
- getTimeMillis(CharSequence) - Method in class io.netty5.handler.codec.http.HttpHeaders
-
Returns the date value of a header with the specified name.
- getTimeMillis(CharSequence) - Method in class io.netty5.handler.codec.http.ReadOnlyHttpHeaders
- getTimeMillis(CharSequence) - Method in class io.netty5.handler.codec.http2.ReadOnlyHttp2Headers
- getTimeMillis(CharSequence, long) - Method in class io.netty5.handler.codec.http.DefaultHttpHeaders
- getTimeMillis(CharSequence, long) - Method in class io.netty5.handler.codec.http.EmptyHttpHeaders
- getTimeMillis(CharSequence, long) - Method in class io.netty5.handler.codec.http.HttpHeaders
-
Returns the date value of a header with the specified name.
- getTimeMillis(CharSequence, long) - Method in class io.netty5.handler.codec.http.ReadOnlyHttpHeaders
- getTimeMillis(CharSequence, long) - Method in class io.netty5.handler.codec.http2.ReadOnlyHttp2Headers
- getTimeMillis(K) - Method in class io.netty5.handler.codec.DefaultHeaders
- getTimeMillis(K) - Method in class io.netty5.handler.codec.EmptyHeaders
- getTimeMillis(K) - Method in interface io.netty5.handler.codec.Headers
-
Returns the value of a header with the specified name in milliseconds.
- getTimeMillis(K, long) - Method in class io.netty5.handler.codec.DefaultHeaders
- getTimeMillis(K, long) - Method in class io.netty5.handler.codec.EmptyHeaders
- getTimeMillis(K, long) - Method in interface io.netty5.handler.codec.Headers
-
Returns the value of a header with the specified name in milliseconds.
- getTimeMillisAndRemove(CharSequence) - Method in class io.netty5.handler.codec.http2.ReadOnlyHttp2Headers
- getTimeMillisAndRemove(CharSequence, long) - Method in class io.netty5.handler.codec.http2.ReadOnlyHttp2Headers
- getTimeMillisAndRemove(K) - Method in class io.netty5.handler.codec.DefaultHeaders
- getTimeMillisAndRemove(K) - Method in class io.netty5.handler.codec.EmptyHeaders
- getTimeMillisAndRemove(K) - Method in interface io.netty5.handler.codec.Headers
-
Returns the value of a header with the specified
name
in milliseconds and removes the header from this object. - getTimeMillisAndRemove(K, long) - Method in class io.netty5.handler.codec.DefaultHeaders
- getTimeMillisAndRemove(K, long) - Method in class io.netty5.handler.codec.EmptyHeaders
- getTimeMillisAndRemove(K, long) - Method in interface io.netty5.handler.codec.Headers
-
Returns the value of a header with the specified
name
in milliseconds and removes the header from this object. - getTrafficClass() - Method in class io.netty5.channel.unix.Socket
- getUnadjustedFrameLength(Buffer, int, int, ByteOrder) - Method in class io.netty5.handler.codec.LengthFieldBasedFrameDecoder
-
Decodes the specified region of the buffer into an unadjusted frame length.
- getUnsafeOffset(Class<? extends ReferenceCounted>, String) - Static method in class io.netty5.util.internal.ReferenceCountUpdater
- getUnsafeUnavailabilityCause() - Static method in class io.netty5.util.internal.PlatformDependent
-
Return the reason (if any) why
sun.misc.Unsafe
was not available. - getUnsignedByte(int) - Method in interface io.netty5.buffer.api.BufferAccessor
-
Get the unsigned byte value at the given reader offset.
- getUnsignedByte(int) - Method in class io.netty5.buffer.api.BufferStub
- getUnsignedInt(int) - Method in interface io.netty5.buffer.api.BufferAccessor
-
Get the unsigned int value at the given reader offset.
- getUnsignedInt(int) - Method in class io.netty5.buffer.api.BufferStub
- getUnsignedMedium(int) - Method in interface io.netty5.buffer.api.BufferAccessor
-
Get the unsigned int value at the given reader offset.
- getUnsignedMedium(int) - Method in class io.netty5.buffer.api.BufferStub
- getUnsignedShort(int) - Method in interface io.netty5.buffer.api.BufferAccessor
-
Get the unsigned short value at the given reader offset.
- getUnsignedShort(int) - Method in class io.netty5.buffer.api.BufferStub
- getUseClientMode() - Method in class io.netty5.handler.ssl.ReferenceCountedOpenSslEngine
- getValue() - Method in class io.netty5.handler.codec.compression.Lz4XXHash32
- getValue() - Method in class io.netty5.handler.codec.DefaultHeaders.HeaderEntry
- getVersion() - Method in class io.netty5.handler.ssl.PemX509Certificate
- getVersion() - Method in class io.netty5.handler.ssl.util.LazyJavaxX509Certificate
- getVersion() - Method in class io.netty5.handler.ssl.util.LazyX509Certificate
- getWantClientAuth() - Method in class io.netty5.handler.ssl.ReferenceCountedOpenSslEngine
- getWriteChannelLimit() - Method in class io.netty5.handler.traffic.GlobalChannelTrafficShapingHandler
- getWriteLimit() - Method in class io.netty5.handler.traffic.AbstractTrafficShapingHandler
- getWriterIdleTimeInMillis() - Method in class io.netty5.handler.timeout.IdleStateHandler
-
Return the writerIdleTime that was given when instance this class in milliseconds.
- getWriteSpinCount() - Method in class io.netty5.channel.AbstractChannel
- gids() - Method in class io.netty5.channel.unix.PeerCredentials
- GlobalChannelTrafficCounter - Class in io.netty5.handler.traffic
-
Version for
GlobalChannelTrafficShapingHandler
. - GlobalChannelTrafficCounter(GlobalChannelTrafficShapingHandler, EventExecutorGroup, String, long) - Constructor for class io.netty5.handler.traffic.GlobalChannelTrafficCounter
- GlobalChannelTrafficShapingHandler - Class in io.netty5.handler.traffic
-
This implementation of the
AbstractTrafficShapingHandler
is for global and per channel traffic shaping, that is to say a global limitation of the bandwidth, whatever the number of opened channels and a per channel limitation of the bandwidth.
This version shall not be in the same pipeline than other TrafficShapingHandler.
The general use should be as follow:
Create your unique GlobalChannelTrafficShapingHandler like:
GlobalChannelTrafficShapingHandler myHandler = new GlobalChannelTrafficShapingHandler(executor);
The executor could be the underlying IO worker pool
pipeline.addLast(myHandler);
Note that this handler has a Pipeline Coverage of "all" which means only one such handler must be created and shared among all channels as the counter must be shared among all channels.
Other arguments can be passed like write or read limitation (in bytes/s where 0 means no limitation) or the check interval (in millisecond) that represents the delay between two computations of the bandwidth and so the call back of the doAccounting method (0 means no accounting at all).
Note that as this is a fusion of both Global and Channel Traffic Shaping, limits are in 2 sets, respectively Global and Channel.
A value of 0 means no accounting for checkInterval. - GlobalChannelTrafficShapingHandler(EventExecutorGroup) - Constructor for class io.netty5.handler.traffic.GlobalChannelTrafficShapingHandler
-
Create a new instance.
- GlobalChannelTrafficShapingHandler(EventExecutorGroup, long) - Constructor for class io.netty5.handler.traffic.GlobalChannelTrafficShapingHandler
-
Create a new instance.
- GlobalChannelTrafficShapingHandler(EventExecutorGroup, long, long, long, long) - Constructor for class io.netty5.handler.traffic.GlobalChannelTrafficShapingHandler
-
Create a new instance.
- GlobalChannelTrafficShapingHandler(EventExecutorGroup, long, long, long, long, long) - Constructor for class io.netty5.handler.traffic.GlobalChannelTrafficShapingHandler
-
Create a new instance.
- GlobalChannelTrafficShapingHandler(EventExecutorGroup, long, long, long, long, long, long) - Constructor for class io.netty5.handler.traffic.GlobalChannelTrafficShapingHandler
-
Create a new instance.
- GlobalEventExecutor - Class in io.netty5.util.concurrent
-
Single-thread singleton
EventExecutor
. - GlobalTrafficShapingHandler - Class in io.netty5.handler.traffic
-
This implementation of the
AbstractTrafficShapingHandler
is for global traffic shaping, that is to say a global limitation of the bandwidth, whatever the number of opened channels. - GlobalTrafficShapingHandler(EventExecutor) - Constructor for class io.netty5.handler.traffic.GlobalTrafficShapingHandler
-
Create a new instance using default Check Interval value of 1000 ms and default max time as delay allowed value of 15000 ms and no limit.
- GlobalTrafficShapingHandler(EventExecutorGroup, long) - Constructor for class io.netty5.handler.traffic.GlobalTrafficShapingHandler
-
Create a new instance using default max time as delay allowed value of 15000 ms and no limit.
- GlobalTrafficShapingHandler(EventExecutorGroup, long, long) - Constructor for class io.netty5.handler.traffic.GlobalTrafficShapingHandler
-
Create a new instance using default Check Interval value of 1000 ms and default max time as delay allowed value of 15000 ms.
- GlobalTrafficShapingHandler(EventExecutorGroup, long, long, long) - Constructor for class io.netty5.handler.traffic.GlobalTrafficShapingHandler
-
Create a new instance using default max time as delay allowed value of 15000 ms.
- GlobalTrafficShapingHandler(EventExecutorGroup, long, long, long, long) - Constructor for class io.netty5.handler.traffic.GlobalTrafficShapingHandler
-
Create a new instance.
- GO_AWAY - Static variable in class io.netty5.handler.codec.http2.Http2FrameTypes
- GO_AWAY_FRAME_HEADER_LENGTH - Static variable in class io.netty5.handler.codec.http2.Http2CodecUtil
- goAway(ChannelHandlerContext, int, long, Buffer) - Method in class io.netty5.handler.codec.http2.Http2ConnectionHandler
- goAway(ChannelHandlerContext, int, long, Buffer) - Method in interface io.netty5.handler.codec.http2.Http2LifecycleManager
-
Prevents the peer from creating streams and close the connection if
errorCode
is notHttp2Error.NO_ERROR
. - goAwayReceived() - Method in class io.netty5.handler.codec.http2.DefaultHttp2Connection
- goAwayReceived() - Method in interface io.netty5.handler.codec.http2.Http2Connection
-
Indicates whether or not a
GOAWAY
was received from the remote endpoint. - goAwayReceived(int, long, Buffer) - Method in class io.netty5.handler.codec.http2.DefaultHttp2Connection
- goAwayReceived(int, long, Buffer) - Method in interface io.netty5.handler.codec.http2.Http2Connection
-
Indicates that a
GOAWAY
was received from the remote endpoint and sets the last known stream. - goAwaySent() - Method in class io.netty5.handler.codec.http2.DefaultHttp2Connection
- goAwaySent() - Method in interface io.netty5.handler.codec.http2.Http2Connection
-
Indicates whether or not a
GOAWAY
was sent to the remote endpoint. - goAwaySent(int, long, Buffer) - Method in class io.netty5.handler.codec.http2.DefaultHttp2Connection
- goAwaySent(int, long, Buffer) - Method in interface io.netty5.handler.codec.http2.Http2Connection
-
Updates the local state of this
Http2Connection
as a result of aGOAWAY
to send to the remote endpoint. - GONE - Static variable in class io.netty5.handler.codec.http.HttpResponseStatus
-
410 Gone
- GONE - Static variable in class io.netty5.handler.codec.rtsp.RtspResponseStatuses
-
410 Gone
- GRACEFUL_SHUTDOWN - io.netty5.handler.codec.http2.Http2Exception.ShutdownHint
-
Attempt to execute a "graceful" shutdown.
- gracefulShutdownTimeoutMillis() - Method in class io.netty5.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
-
Returns the graceful shutdown timeout of the
Http2Connection
in milliseconds. - gracefulShutdownTimeoutMillis() - Method in class io.netty5.handler.codec.http2.Http2ConnectionHandler
-
Get the amount of time (in milliseconds) this endpoint will wait for all streams to be closed before closing the connection during the graceful shutdown process.
- gracefulShutdownTimeoutMillis() - Method in class io.netty5.handler.codec.http2.Http2FrameCodecBuilder
- gracefulShutdownTimeoutMillis(long) - Method in class io.netty5.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
-
Sets the graceful shutdown timeout of the
Http2Connection
in milliseconds. - gracefulShutdownTimeoutMillis(long) - Method in class io.netty5.handler.codec.http2.Http2ConnectionHandler
-
Set the amount of time (in milliseconds) this endpoint will wait for all streams to be closed before closing the connection during the graceful shutdown process.
- gracefulShutdownTimeoutMillis(long) - Method in class io.netty5.handler.codec.http2.Http2ConnectionHandlerBuilder
- gracefulShutdownTimeoutMillis(long) - Method in class io.netty5.handler.codec.http2.Http2FrameCodecBuilder
- gracefulShutdownTimeoutMillis(long) - Method in class io.netty5.handler.codec.http2.HttpToHttp2ConnectionHandlerBuilder
- group() - Method in class io.netty5.bootstrap.AbstractBootstrap
-
Deprecated.Use
AbstractBootstrap.config()
instead. - group() - Method in class io.netty5.bootstrap.AbstractBootstrapConfig
-
Returns the configured
EventLoopGroup
ornull
if non is configured yet. - group() - Method in interface io.netty5.channel.group.ChannelGroupFuture
-
Returns the
ChannelGroup
which is associated with this future. - group(EventLoopGroup) - Method in class io.netty5.bootstrap.AbstractBootstrap
-
The
EventLoopGroup
which is used to handle all the events for the to-be-createdChannel
- group(EventLoopGroup) - Method in class io.netty5.bootstrap.ServerBootstrap
-
Specify the
EventLoopGroup
which is used for the parent (acceptor) and the child (client). - group(EventLoopGroup, EventLoopGroup) - Method in class io.netty5.bootstrap.ServerBootstrap
-
Set the
EventLoopGroup
for the parent (acceptor) and the child (client). - guess() - Method in interface io.netty5.channel.RecvBufferAllocator.Handle
-
Similar to
RecvBufferAllocator.Handle.allocate(BufferAllocator)
except that it does not allocate anything but just tells the capacity. - gzip() - Static method in class io.netty5.handler.codec.compression.StandardCompressionOptions
-
Default implementation of
GzipOptions
withcompressionLevel()
set to 6,windowBits()
set to 15 andmemLevel()
set to 8. - gzip(int, int, int) - Static method in class io.netty5.handler.codec.compression.StandardCompressionOptions
-
Create a new
GzipOptions
Instance - GZIP - io.netty5.handler.codec.compression.ZlibWrapper
-
The GZIP wrapper as specified in RFC 1952.
- GZIP - Static variable in class io.netty5.handler.codec.http.HttpHeaderValues
-
"gzip"
- GZIP - Static variable in class io.netty5.handler.codec.rtsp.RtspHeaderValues
-
"gzip"
- GZIP_DEFLATE - Static variable in class io.netty5.handler.codec.http.HttpHeaderValues
-
"gzip,deflate"
- GzipOptions - Class in io.netty5.handler.codec.compression
-
GzipOptions
holdsDeflateOptions.compressionLevel()
,DeflateOptions.memLevel()
andDeflateOptions.windowBits()
for Gzip compression.
H
- HALF_CLOSED_LOCAL - io.netty5.handler.codec.http2.Http2Stream.State
- HALF_CLOSED_REMOTE - io.netty5.handler.codec.http2.Http2Stream.State
- handle(BiFunction<? super V, Throwable, ? extends U>) - Method in class io.netty5.util.concurrent.DefaultPromise
- handle(BiFunction<? super V, Throwable, ? extends U>) - Method in interface io.netty5.util.concurrent.FutureCompletionStage
- handleAsync(BiFunction<? super V, Throwable, ? extends U>) - Method in class io.netty5.util.concurrent.DefaultPromise
- handleAsync(BiFunction<? super V, Throwable, ? extends U>) - Method in interface io.netty5.util.concurrent.FutureCompletionStage
- handleAsync(BiFunction<? super V, Throwable, ? extends U>, Executor) - Method in class io.netty5.util.concurrent.DefaultPromise
- handleAsync(BiFunction<? super V, Throwable, ? extends U>, Executor) - Method in interface io.netty5.util.concurrent.FutureCompletionStage
- handleCloseFrames() - Method in class io.netty5.handler.codec.http.websocketx.WebSocketClientProtocolConfig
- handleCloseFrames() - Method in class io.netty5.handler.codec.http.websocketx.WebSocketServerProtocolConfig
- handleCloseFrames(boolean) - Method in class io.netty5.handler.codec.http.websocketx.WebSocketClientProtocolConfig.Builder
-
true
if close frames should not be forwarded and just close the channel - handleCloseFrames(boolean) - Method in class io.netty5.handler.codec.http.websocketx.WebSocketServerProtocolConfig.Builder
-
true
if close frames should not be forwarded and just close the channel - handleInboundMessage(Object) - Method in class io.netty5.channel.embedded.EmbeddedChannel
-
Called for each inbound message.
- handleOutboundMessage(Object) - Method in class io.netty5.channel.embedded.EmbeddedChannel
-
Called for each outbound message.
- handleOversizedMessage(ChannelHandlerContext, Object) - Method in class io.netty5.handler.codec.http.HttpObjectAggregator
- handleOversizedMessage(ChannelHandlerContext, Object) - Method in class io.netty5.handler.codec.MessageAggregator
-
Invoked when an incoming request exceeds the maximum content length.
- handler() - Method in class io.netty5.bootstrap.AbstractBootstrapConfig
-
Returns the configured
ChannelHandler
ornull
if non is configured yet. - handler() - Method in interface io.netty5.channel.ChannelHandlerContext
-
The
ChannelHandler
that is bound thisChannelHandlerContext
. - handler() - Method in class io.netty5.channel.internal.DelegatingChannelHandlerContext
- handler(ChannelHandler) - Method in class io.netty5.bootstrap.AbstractBootstrap
-
the
ChannelHandler
to use for serving the requests. - handler(ChannelHandler) - Method in class io.netty5.handler.codec.http2.Http2StreamChannelBootstrap
-
the
ChannelHandler
to use for serving the requests. - handlerAdded(ChannelHandlerContext) - Method in interface io.netty5.channel.ChannelHandler
-
Gets called after the
ChannelHandler
was added to the actual context and it's ready to handle events. - handlerAdded(ChannelHandlerContext) - Method in class io.netty5.channel.ChannelInitializer
-
Gets called after the
ChannelHandler
was added to the actual context and it's ready to handle events. - handlerAdded(ChannelHandlerContext) - Method in class io.netty5.channel.CombinedChannelDuplexHandler
- handlerAdded(ChannelHandlerContext) - Method in class io.netty5.handler.codec.ByteToMessageCodec
- handlerAdded(ChannelHandlerContext) - Method in class io.netty5.handler.codec.ByteToMessageDecoder
- handlerAdded(ChannelHandlerContext) - Method in class io.netty5.handler.codec.compression.CompressionHandler
- handlerAdded(ChannelHandlerContext) - Method in class io.netty5.handler.codec.DatagramPacketDecoder
- handlerAdded(ChannelHandlerContext) - Method in class io.netty5.handler.codec.DatagramPacketEncoder
- handlerAdded(ChannelHandlerContext) - Method in class io.netty5.handler.codec.http.HttpContentDecoder
- handlerAdded(ChannelHandlerContext) - Method in class io.netty5.handler.codec.http.websocketx.WebSocketClientProtocolHandler
- handlerAdded(ChannelHandlerContext) - Method in class io.netty5.handler.codec.http.websocketx.WebSocketServerProtocolHandler
- handlerAdded(ChannelHandlerContext) - Method in class io.netty5.handler.codec.http2.Http2ChannelDuplexHandler
- handlerAdded(ChannelHandlerContext) - Method in class io.netty5.handler.codec.http2.Http2StreamFrameToHttpObjectCodec
- handlerAdded(ChannelHandlerContext) - Method in class io.netty5.handler.codec.MessageAggregator
- handlerAdded(ChannelHandlerContext) - Method in class io.netty5.handler.flush.FlushConsolidationHandler
- handlerAdded(ChannelHandlerContext) - Method in class io.netty5.handler.ssl.ApplicationProtocolNegotiationHandler
- handlerAdded(ChannelHandlerContext) - Method in class io.netty5.handler.stream.ChunkedWriteHandler
- handlerAdded(ChannelHandlerContext) - Method in class io.netty5.handler.timeout.IdleStateHandler
- handlerAdded(ChannelHandlerContext) - Method in class io.netty5.handler.traffic.ChannelTrafficShapingHandler
- handlerAdded(ChannelHandlerContext) - Method in class io.netty5.handler.traffic.GlobalChannelTrafficShapingHandler
- handlerAdded(ChannelHandlerContext) - Method in class io.netty5.handler.traffic.GlobalTrafficShapingHandler
- handlerAdded0(ChannelHandlerContext) - Method in class io.netty5.handler.codec.ByteToMessageDecoder
- handlerAdded0(ChannelHandlerContext) - Method in class io.netty5.handler.codec.compression.DecompressionHandler
- handlerAdded0(ChannelHandlerContext) - Method in class io.netty5.handler.codec.http2.CleartextHttp2ServerUpgradeHandler
- handlerAdded0(ChannelHandlerContext) - Method in class io.netty5.handler.codec.http2.Http2ChannelDuplexHandler
- handlerAdded0(ChannelHandlerContext) - Method in class io.netty5.handler.codec.http2.Http2ConnectionHandler
- handlerAdded0(ChannelHandlerContext) - Method in class io.netty5.handler.codec.http2.Http2FrameCodec
- handlerAdded0(ChannelHandlerContext) - Method in class io.netty5.handler.codec.http2.Http2MultiplexHandler
- handlerAdded0(ChannelHandlerContext) - Method in class io.netty5.handler.ssl.SslHandler
- handlerRemoved(ChannelHandlerContext) - Method in interface io.netty5.channel.ChannelHandler
-
Gets called after the
ChannelHandler
was removed from the actual context and it doesn't handle events anymore. - handlerRemoved(ChannelHandlerContext) - Method in class io.netty5.channel.CombinedChannelDuplexHandler
- handlerRemoved(ChannelHandlerContext) - Method in class io.netty5.handler.codec.ByteToMessageCodec
- handlerRemoved(ChannelHandlerContext) - Method in class io.netty5.handler.codec.ByteToMessageDecoder
- handlerRemoved(ChannelHandlerContext) - Method in class io.netty5.handler.codec.compression.CompressionHandler
- handlerRemoved(ChannelHandlerContext) - Method in class io.netty5.handler.codec.DatagramPacketDecoder
- handlerRemoved(ChannelHandlerContext) - Method in class io.netty5.handler.codec.DatagramPacketEncoder
- handlerRemoved(ChannelHandlerContext) - Method in class io.netty5.handler.codec.http.HttpContentDecoder
- handlerRemoved(ChannelHandlerContext) - Method in class io.netty5.handler.codec.http.HttpContentEncoder
- handlerRemoved(ChannelHandlerContext) - Method in class io.netty5.handler.codec.http2.Http2ChannelDuplexHandler
- handlerRemoved(ChannelHandlerContext) - Method in class io.netty5.handler.codec.MessageAggregator
- handlerRemoved(ChannelHandlerContext) - Method in class io.netty5.handler.flow.FlowControlHandler
- handlerRemoved(ChannelHandlerContext) - Method in class io.netty5.handler.flush.FlushConsolidationHandler
- handlerRemoved(ChannelHandlerContext) - Method in class io.netty5.handler.ssl.ApplicationProtocolNegotiationHandler
- handlerRemoved(ChannelHandlerContext) - Method in class io.netty5.handler.timeout.IdleStateHandler
- handlerRemoved(ChannelHandlerContext) - Method in class io.netty5.handler.timeout.WriteTimeoutHandler
- handlerRemoved(ChannelHandlerContext) - Method in class io.netty5.handler.traffic.AbstractTrafficShapingHandler
- handlerRemoved(ChannelHandlerContext) - Method in class io.netty5.handler.traffic.ChannelTrafficShapingHandler
- handlerRemoved(ChannelHandlerContext) - Method in class io.netty5.handler.traffic.GlobalChannelTrafficShapingHandler
- handlerRemoved(ChannelHandlerContext) - Method in class io.netty5.handler.traffic.GlobalTrafficShapingHandler
- handlerRemoved0(ChannelHandlerContext) - Method in class io.netty5.handler.codec.ByteToMessageDecoder
-
Gets called after the
ByteToMessageDecoder
was removed from the actual context and it doesn't handle events anymore. - handlerRemoved0(ChannelHandlerContext) - Method in class io.netty5.handler.codec.compression.DecompressionHandler
- handlerRemoved0(ChannelHandlerContext) - Method in class io.netty5.handler.codec.DelimiterBasedFrameDecoder
- handlerRemoved0(ChannelHandlerContext) - Method in class io.netty5.handler.codec.http2.Http2ChannelDuplexHandler
- handlerRemoved0(ChannelHandlerContext) - Method in class io.netty5.handler.codec.http2.Http2ConnectionHandler
- handlerRemoved0(ChannelHandlerContext) - Method in class io.netty5.handler.codec.http2.Http2MultiplexHandler
- handlerRemoved0(ChannelHandlerContext) - Method in class io.netty5.handler.ssl.SslClientHelloHandler
- handlerRemoved0(ChannelHandlerContext) - Method in class io.netty5.handler.ssl.SslHandler
- handleServerHeaderDecodeSizeError(ChannelHandlerContext, Http2Stream) - Method in class io.netty5.handler.codec.http2.Http2ConnectionHandler
-
Notifies client that this server has received headers that are larger than what it is willing to accept.
- handleTransferEncodingChunkedWithContentLength(HttpMessage) - Method in class io.netty5.handler.codec.http.HttpObjectDecoder
-
Invoked when a message with both a "Transfer-Encoding: chunked" and a "Content-Length" header field is detected.
- handleWriteError(Throwable) - Method in class io.netty5.channel.AbstractChannel
- handshake(Channel) - Method in class io.netty5.handler.codec.http.websocketx.WebSocketClientHandshaker
-
Begins the opening handshake
- handshake(Channel, FullHttpRequest) - Method in class io.netty5.handler.codec.http.websocketx.WebSocketServerHandshaker
-
Performs the opening handshake.
- handshake(Channel, FullHttpRequest, HttpHeaders) - Method in class io.netty5.handler.codec.http.websocketx.WebSocketServerHandshaker
-
Performs the opening handshake When call this method you MUST NOT retain the
FullHttpRequest
which is passed in. - handshake(Channel, HttpRequest) - Method in class io.netty5.handler.codec.http.websocketx.WebSocketServerHandshaker
-
Performs the opening handshake.
- handshake(Channel, HttpRequest, HttpHeaders) - Method in class io.netty5.handler.codec.http.websocketx.WebSocketServerHandshaker
-
Performs the opening handshake When call this method you MUST NOT retain the
HttpRequest
which is passed in. - handshakeExtension(WebSocketExtensionData) - Method in class io.netty5.handler.codec.http.websocketx.extensions.compression.DeflateFrameClientExtensionHandshaker
- handshakeExtension(WebSocketExtensionData) - Method in class io.netty5.handler.codec.http.websocketx.extensions.compression.DeflateFrameServerExtensionHandshaker
- handshakeExtension(WebSocketExtensionData) - Method in class io.netty5.handler.codec.http.websocketx.extensions.compression.PerMessageDeflateClientExtensionHandshaker
- handshakeExtension(WebSocketExtensionData) - Method in class io.netty5.handler.codec.http.websocketx.extensions.compression.PerMessageDeflateServerExtensionHandshaker
- handshakeExtension(WebSocketExtensionData) - Method in interface io.netty5.handler.codec.http.websocketx.extensions.WebSocketClientExtensionHandshaker
-
Handshake based on server response.
- handshakeExtension(WebSocketExtensionData) - Method in interface io.netty5.handler.codec.http.websocketx.extensions.WebSocketServerExtensionHandshaker
-
Handshake based on client request.
- handshakeFailure(ChannelHandlerContext, Throwable) - Method in class io.netty5.handler.ssl.ApplicationProtocolNegotiationHandler
-
Invoked on failed initial SSL/TLS handshake.
- handshakeFuture() - Method in class io.netty5.handler.ssl.SslHandler
-
Returns a
Future
that will get notified once the current TLS handshake completes. - handshaker() - Method in class io.netty5.handler.codec.http.websocketx.WebSocketClientProtocolHandler
-
Returns the used handshaker
- handshakeTimeoutMillis() - Method in class io.netty5.handler.codec.http.websocketx.WebSocketClientProtocolConfig
- handshakeTimeoutMillis() - Method in class io.netty5.handler.codec.http.websocketx.WebSocketServerProtocolConfig
- handshakeTimeoutMillis(long) - Method in class io.netty5.handler.codec.http.websocketx.WebSocketClientProtocolConfig.Builder
-
Handshake timeout in millis, when handshake timeout, will trigger an inbound channel event
WebSocketClientHandshakeCompletionEvent
with aWebSocketHandshakeException
. - handshakeTimeoutMillis(long) - Method in class io.netty5.handler.codec.http.websocketx.WebSocketServerProtocolConfig.Builder
-
Handshake timeout in millis, when handshake timeout, will trigger an inbound channel event
WebSocketHandshakeCompletionEvent
with aWebSocketHandshakeException
. - HARD_SHUTDOWN - io.netty5.handler.codec.http2.Http2Exception.ShutdownHint
-
Close the channel immediately after a
GOAWAY
is sent. - hardwareAddressFromNetworkInterface(NetworkInterface) - Static method in class io.netty5.util.internal.SocketUtils
- hasAlignDirectByteBuffer() - Static method in class io.netty5.util.internal.PlatformDependent
- hasAttr(AttributeKey<T>) - Method in interface io.netty5.util.AttributeMap
- hasAttr(AttributeKey<T>) - Method in class io.netty5.util.DefaultAttributeMap
- hasDirectBufferNoCleanerConstructor() - Static method in class io.netty5.util.internal.PlatformDependent
- hasDisconnect() - Method in class io.netty5.channel.ChannelMetadata
-
Returns
true
if and only if the channel has thedisconnect()
operation that allows a user to disconnect and then callChannel.connect(SocketAddress)
again, such as UDP/IP. - hasFlowControlled(Http2Stream) - Method in class io.netty5.handler.codec.http2.DefaultHttp2RemoteFlowController
- hasFlowControlled(Http2Stream) - Method in interface io.netty5.handler.codec.http2.Http2RemoteFlowController
-
Determine if
stream
has anyHttp2RemoteFlowController.FlowControlled
frames currently queued. - hasFrame() - Method in interface io.netty5.handler.codec.http2.StreamByteDistributor.StreamState
-
Indicates whether or not there are frames pending for this stream.
- hash - Variable in class io.netty5.handler.codec.DefaultHeaders.HeaderEntry
- hashCode() - Method in class io.netty5.buffer.api.BufferHolder
- hashCode() - Method in class io.netty5.buffer.api.BufferStub
- hashCode() - Method in class io.netty5.buffer.api.internal.AdaptableBuffer
- hashCode() - Method in class io.netty5.channel.AbstractChannel
-
Returns the ID of this channel.
- hashCode() - Method in class io.netty5.channel.DefaultChannelId
- hashCode() - Method in class io.netty5.channel.group.DefaultChannelGroup
- hashCode() - Method in class io.netty5.channel.kqueue.AcceptFilter
- hashCode() - Method in class io.netty5.channel.local.LocalAddress
- hashCode() - Method in class io.netty5.channel.socket.DomainSocketAddress
- hashCode() - Method in class io.netty5.channel.unix.FileDescriptor
- hashCode() - Method in class io.netty5.handler.codec.DefaultHeaders
- hashCode() - Method in class io.netty5.handler.codec.DefaultHeaders.HeaderEntry
- hashCode() - Method in class io.netty5.handler.codec.dns.AbstractDnsMessage
- hashCode() - Method in class io.netty5.handler.codec.dns.AbstractDnsRecord
- hashCode() - Method in class io.netty5.handler.codec.dns.DatagramDnsQuery
- hashCode() - Method in class io.netty5.handler.codec.dns.DatagramDnsResponse
- hashCode() - Method in class io.netty5.handler.codec.dns.DnsOpCode
- hashCode() - Method in class io.netty5.handler.codec.dns.DnsRecordType
- hashCode() - Method in class io.netty5.handler.codec.dns.DnsResponseCode
- hashCode() - Method in class io.netty5.handler.codec.EmptyHeaders
- hashCode() - Method in class io.netty5.handler.codec.http.cookie.DefaultCookie
- hashCode() - Method in class io.netty5.handler.codec.http.DefaultFullHttpRequest
- hashCode() - Method in class io.netty5.handler.codec.http.DefaultFullHttpResponse
- hashCode() - Method in class io.netty5.handler.codec.http.DefaultHttpHeaders
- hashCode() - Method in class io.netty5.handler.codec.http.DefaultHttpMessage
- hashCode() - Method in class io.netty5.handler.codec.http.DefaultHttpObject
- hashCode() - Method in class io.netty5.handler.codec.http.DefaultHttpRequest
- hashCode() - Method in class io.netty5.handler.codec.http.DefaultHttpResponse
- hashCode() - Method in class io.netty5.handler.codec.http.EmptyLastHttpContent
- hashCode() - Method in class io.netty5.handler.codec.http.HttpMethod
- hashCode() - Method in class io.netty5.handler.codec.http.HttpResponseStatus
- hashCode() - Method in class io.netty5.handler.codec.http.HttpScheme
- hashCode() - Method in class io.netty5.handler.codec.http.HttpVersion
- hashCode() - Method in class io.netty5.handler.codec.http.websocketx.WebSocketCloseStatus
- hashCode() - Method in class io.netty5.handler.codec.http.websocketx.WebSocketScheme
- hashCode() - Method in class io.netty5.handler.codec.http2.AbstractHttp2StreamFrame
- hashCode() - Method in class io.netty5.handler.codec.http2.DefaultHttp2DataFrame
- hashCode() - Method in class io.netty5.handler.codec.http2.DefaultHttp2GoAwayFrame
- hashCode() - Method in class io.netty5.handler.codec.http2.DefaultHttp2Headers
- hashCode() - Method in class io.netty5.handler.codec.http2.DefaultHttp2HeadersFrame
- hashCode() - Method in class io.netty5.handler.codec.http2.DefaultHttp2PingFrame
- hashCode() - Method in class io.netty5.handler.codec.http2.DefaultHttp2PriorityFrame
- hashCode() - Method in class io.netty5.handler.codec.http2.DefaultHttp2ResetFrame
- hashCode() - Method in class io.netty5.handler.codec.http2.DefaultHttp2SettingsFrame
- hashCode() - Method in class io.netty5.handler.codec.http2.DefaultHttp2UnknownFrame
- hashCode() - Method in class io.netty5.handler.codec.http2.Http2Flags
- hashCode() - Method in class io.netty5.handler.codec.string.LineSeparator
- hashCode() - Method in class io.netty5.handler.ssl.PemX509Certificate
- hashCode() - Method in class io.netty5.util.AbstractConstant
- hashCode() - Method in class io.netty5.util.AsciiString
- hashCode() - Method in class io.netty5.util.collection.ByteObjectHashMap
- hashCode() - Method in class io.netty5.util.collection.CharObjectHashMap
- hashCode() - Method in class io.netty5.util.collection.IntObjectHashMap
- hashCode() - Method in class io.netty5.util.collection.LongObjectHashMap
- hashCode() - Method in class io.netty5.util.collection.ShortObjectHashMap
- hashCode() - Method in class io.netty5.util.internal.EmptyPriorityQueue
- hashCode(Buffer) - Static method in interface io.netty5.buffer.api.internal.Statics
- hashCode(HashingStrategy<V>) - Method in class io.netty5.handler.codec.DefaultHeaders
-
Generate a hash code for this object given a
HashingStrategy
to generate hash codes for individual values. - hashCode(CharSequence) - Static method in class io.netty5.util.AsciiString
-
Returns the case-insensitive hash code of the specified string.
- hashCode(T) - Method in interface io.netty5.util.HashingStrategy
-
Generate a hash code for
obj
. - hashCodeAscii(byte[], int, int) - Static method in class io.netty5.util.internal.PlatformDependent
-
Calculate a hash code of a byte array assuming ASCII character encoding.
- hashCodeAscii(CharSequence) - Static method in class io.netty5.util.internal.PlatformDependent
-
Calculate a hash code of a byte array assuming ASCII character encoding.
- HashedWheelTimer - Class in io.netty5.util
-
A
Timer
optimized for approximated I/O timeout scheduling. - HashedWheelTimer() - Constructor for class io.netty5.util.HashedWheelTimer
-
Creates a new timer with the default thread factory (
Executors.defaultThreadFactory()
), default tick duration, and default number of ticks per wheel. - HashedWheelTimer(long, TimeUnit) - Constructor for class io.netty5.util.HashedWheelTimer
-
Creates a new timer with the default thread factory (
Executors.defaultThreadFactory()
) and default number of ticks per wheel. - HashedWheelTimer(long, TimeUnit, int) - Constructor for class io.netty5.util.HashedWheelTimer
-
Creates a new timer with the default thread factory (
Executors.defaultThreadFactory()
). - HashedWheelTimer(ThreadFactory) - Constructor for class io.netty5.util.HashedWheelTimer
-
Creates a new timer with the default tick duration and default number of ticks per wheel.
- HashedWheelTimer(ThreadFactory, long, TimeUnit) - Constructor for class io.netty5.util.HashedWheelTimer
-
Creates a new timer with the default number of ticks per wheel.
- HashedWheelTimer(ThreadFactory, long, TimeUnit, int) - Constructor for class io.netty5.util.HashedWheelTimer
-
Creates a new timer.
- HashedWheelTimer(ThreadFactory, long, TimeUnit, int, boolean) - Constructor for class io.netty5.util.HashedWheelTimer
-
Creates a new timer.
- HashedWheelTimer(ThreadFactory, long, TimeUnit, int, boolean, long) - Constructor for class io.netty5.util.HashedWheelTimer
-
Creates a new timer.
- HashedWheelTimer(ThreadFactory, long, TimeUnit, int, boolean, long, Executor) - Constructor for class io.netty5.util.HashedWheelTimer
-
Creates a new timer.
- HashingStrategy<T> - Interface in io.netty5.util
-
Abstraction for hash code generation and equality comparison.
- hasNext() - Method in class io.netty5.util.internal.ReadOnlyIterator
- hasPendingTasks() - Method in class io.netty5.channel.embedded.EmbeddedChannel
-
Check whether this channel has any pending tasks that would be executed by a call to
EmbeddedChannel.runPendingTasks()
. - hasPseudoHeaderFormat(CharSequence) - Static method in enum io.netty5.handler.codec.http2.Http2Headers.PseudoHeaderName
-
Indicates whether the specified header follows the pseudo-header format (begins with ':' character)
- hasReadableArray() - Method in interface io.netty5.buffer.api.ReadableComponent
-
Check if this component is backed by a cached byte array that can be accessed cheaply.
- hasScheduledTasks() - Method in class io.netty5.util.concurrent.AbstractScheduledEventExecutor
-
Returns
true
if a scheduled task is ready for processing. - hasTasks() - Method in class io.netty5.util.concurrent.SingleThreadEventExecutor
- hasUnsafe() - Static method in class io.netty5.util.internal.PlatformDependent
-
Return
true
ifsun.misc.Unsafe
was found on the classpath and can be used for accelerated direct memory access. - hasUnsupportedCriticalExtension() - Method in class io.netty5.handler.ssl.PemX509Certificate
- hasUnsupportedCriticalExtension() - Method in class io.netty5.handler.ssl.util.LazyX509Certificate
- hasWritableArray() - Method in interface io.netty5.buffer.api.WritableComponent
-
Check if this component is backed by a cached byte array that can be accessed cheaply.
- head - Variable in class io.netty5.handler.codec.DefaultHeaders
- HEAD - Static variable in class io.netty5.handler.codec.http.HttpMethod
-
The HEAD method is identical to GET except that the server MUST NOT return a message-body in the response.
- HEADER_FIELD_NOT_VALID - Static variable in class io.netty5.handler.codec.rtsp.RtspResponseStatuses
-
456 Header Field Not Valid for Resource
- HeaderEntry(int, K) - Constructor for class io.netty5.handler.codec.DefaultHeaders.HeaderEntry
- headerListSizeError(int, Http2Error, boolean, String, Object...) - Static method in exception io.netty5.handler.codec.http2.Http2Exception
-
A specific stream error resulting from failing to decode headers that exceeds the max header size list.
- headerListSizeExceeded(int, long, boolean) - Static method in class io.netty5.handler.codec.http2.Http2CodecUtil
-
Results in a RST_STREAM being sent for
streamId
due to violating SETTINGS_MAX_HEADER_LIST_SIZE. - headerListSizeExceeded(long) - Static method in class io.netty5.handler.codec.http2.Http2CodecUtil
-
Results in a GO_AWAY being sent due to violating SETTINGS_MAX_HEADER_LIST_SIZE in an unrecoverable manner.
- headers() - Method in class io.netty5.handler.codec.http.DefaultHttpMessage
- headers() - Method in interface io.netty5.handler.codec.http.HttpMessage
-
Returns the headers of this message.
- headers() - Method in class io.netty5.handler.codec.http2.DefaultHttp2HeadersFrame
- headers() - Method in interface io.netty5.handler.codec.http2.Http2HeadersFrame
-
A complete header list.
- Headers<K,V,T extends Headers<K,V,T>> - Interface in io.netty5.handler.codec
-
Common interface for
Headers
which represents a mapping of key to value. - HEADERS - Static variable in class io.netty5.handler.codec.http2.Http2FrameTypes
- HEADERS_FRAME_HEADER_LENGTH - Static variable in class io.netty5.handler.codec.http2.Http2CodecUtil
- HeadersBlockBuilder() - Constructor for class io.netty5.handler.codec.http2.DefaultHttp2FrameReader.HeadersBlockBuilder
- headersConfiguration() - Method in class io.netty5.handler.codec.http2.DefaultHttp2FrameReader
- headersConfiguration() - Method in class io.netty5.handler.codec.http2.DefaultHttp2FrameWriter
- headersConfiguration() - Method in interface io.netty5.handler.codec.http2.Http2FrameReader.Configuration
-
Get the
Http2HeadersDecoder.Configuration
for thisHttp2FrameReader
- headersConfiguration() - Method in interface io.netty5.handler.codec.http2.Http2FrameWriter.Configuration
-
Get the
Http2HeadersEncoder.Configuration
for thisHttp2FrameWriter
- headerSensitivityDetector() - Method in class io.netty5.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
-
Returns the
Http2HeadersEncoder.SensitivityDetector
to use. - headerSensitivityDetector() - Method in class io.netty5.handler.codec.http2.Http2FrameCodecBuilder
- headerSensitivityDetector(Http2HeadersEncoder.SensitivityDetector) - Method in class io.netty5.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
-
Sets the
Http2HeadersEncoder.SensitivityDetector
to use. - headerSensitivityDetector(Http2HeadersEncoder.SensitivityDetector) - Method in class io.netty5.handler.codec.http2.Http2ConnectionHandlerBuilder
- headerSensitivityDetector(Http2HeadersEncoder.SensitivityDetector) - Method in class io.netty5.handler.codec.http2.Http2FrameCodecBuilder
- headerSensitivityDetector(Http2HeadersEncoder.SensitivityDetector) - Method in class io.netty5.handler.codec.http2.HttpToHttp2ConnectionHandlerBuilder
- headerSize() - Method in class io.netty5.handler.codec.http.HttpMessageDecoderResult
-
The decoded header size (in bytes), as controlled by
maxHeaderSize
. - headersReceived(boolean) - Method in interface io.netty5.handler.codec.http2.Http2Stream
-
Indicates that headers have been received.
- headersSent(boolean) - Method in interface io.netty5.handler.codec.http2.Http2Stream
-
Indicates that headers have been sent to the remote endpoint on this stream.
- HeadersUtils - Class in io.netty5.handler.codec
-
Provides utility methods related to
Headers
. - headerTableSize() - Method in class io.netty5.handler.codec.http2.Http2Settings
-
Gets the
SETTINGS_HEADER_TABLE_SIZE
value. - headerTableSize(long) - Method in class io.netty5.handler.codec.http2.Http2Settings
-
Sets the
SETTINGS_HEADER_TABLE_SIZE
value. - HEX_DUMP - io.netty5.handler.logging.BufferFormat
-
Buffers will be logged as hex-dumps.
- hexDump(byte[]) - Static method in class io.netty5.buffer.BufferUtil
-
Returns a hex dump of the specified byte array.
- hexDump(byte[], int, int) - Static method in class io.netty5.buffer.BufferUtil
-
Returns a hex dump of the specified byte array's sub-region.
- hexDump(Buffer) - Static method in class io.netty5.buffer.BufferUtil
-
Returns a hex dump of the specified buffer's readable bytes.
- hexDump(Buffer, int, int) - Static method in class io.netty5.buffer.BufferUtil
-
Returns a hex dump of the specified buffer's sub-region.
- high() - Method in class io.netty5.channel.WriteBufferWaterMark
-
Returns the high water mark for the write buffer.
- hint() - Method in interface io.netty5.buffer.api.LeakInfo.TracePoint
-
Get the hint object from a touch call, if any.
- HIP - Static variable in class io.netty5.handler.codec.dns.DnsRecordType
-
Host Identity Protocol record RFC 5205 Method of separating the end-point identifier and locator roles of IP addresses.
- hits() - Method in class io.netty5.handler.ssl.OpenSslSessionStats
-
Returns the number of successfully reused sessions.
- HMAC_KEY_SIZE - Static variable in class io.netty5.handler.ssl.OpenSslSessionTicketKey
-
Size of session ticket key HMAC key
- hmacKey() - Method in class io.netty5.handler.ssl.OpenSslSessionTicketKey
-
Get HMAC key.
- HOST - Static variable in class io.netty5.handler.codec.http.HttpHeaderNames
-
"host"
- HOST - Static variable in class io.netty5.handler.codec.rtsp.RtspHeaderNames
-
"host"
- hostname() - Method in class io.netty5.handler.codec.dns.DefaultDnsPtrRecord
- hostname() - Method in interface io.netty5.handler.codec.dns.DnsPtrRecord
-
Returns the hostname this PTR record resolves to.
- hostname() - Method in class io.netty5.handler.ssl.SniCompletionEvent
-
Returns the SNI hostname send by the client if we were able to parse it,
null
otherwise. - hostname() - Method in class io.netty5.handler.ssl.SniHandler
- HostsFileEntries - Class in io.netty5.resolver
-
A container of hosts file entries.
- HostsFileEntries(Map<String, Inet4Address>, Map<String, Inet6Address>) - Constructor for class io.netty5.resolver.HostsFileEntries
- HostsFileEntriesProvider - Class in io.netty5.resolver
-
A container of hosts file entries
- HostsFileEntriesProvider.Parser - Interface in io.netty5.resolver
- hostsFileEntriesResolver() - Method in class io.netty5.resolver.dns.DnsNameResolver
-
Returns the component that tries to resolve hostnames against the hosts file prior to asking to remotes DNS servers.
- hostsFileEntriesResolver(HostsFileEntriesResolver) - Method in class io.netty5.resolver.dns.DnsNameResolverBuilder
- HostsFileEntriesResolver - Interface in io.netty5.resolver
-
Resolves a hostname against the hosts file entries.
- HostsFileParser - Class in io.netty5.resolver
-
A parser for hosts files.
- HT - Static variable in class io.netty5.handler.codec.http.HttpConstants
-
Horizontal tab
- HTTP - Static variable in class io.netty5.handler.codec.http.HttpScheme
-
Scheme for non-secure HTTP connection.
- HTTP_1_0 - Static variable in class io.netty5.handler.codec.http.HttpVersion
-
HTTP/1.0
- HTTP_1_1 - Static variable in class io.netty5.handler.codec.http.HttpVersion
-
HTTP/1.1
- HTTP_1_1 - Static variable in class io.netty5.handler.ssl.ApplicationProtocolNames
-
"http/1.1"
: HTTP version 1.1 - HTTP_1_1_REQUIRED - io.netty5.handler.codec.http2.Http2Error
- HTTP_2 - Static variable in class io.netty5.handler.ssl.ApplicationProtocolNames
-
"h2"
: HTTP version 2 - HTTP_UPGRADE_PROTOCOL_NAME - Static variable in class io.netty5.handler.codec.http2.Http2CodecUtil
- HTTP_UPGRADE_SETTINGS_HEADER - Static variable in class io.netty5.handler.codec.http2.Http2CodecUtil
- HTTP_UPGRADE_STREAM_ID - Static variable in class io.netty5.handler.codec.http2.Http2CodecUtil
- HTTP_VERSION_NOT_SUPPORTED - Static variable in class io.netty5.handler.codec.http.HttpResponseStatus
-
505 HTTP Version Not Supported
- Http2ChannelClosedException() - Constructor for exception io.netty5.handler.codec.http2.StreamBufferingEncoder.Http2ChannelClosedException
- Http2ChannelDuplexHandler - Class in io.netty5.handler.codec.http2
-
A
ChannelHandler
providing additional functionality for HTTP/2. - Http2ChannelDuplexHandler() - Constructor for class io.netty5.handler.codec.http2.Http2ChannelDuplexHandler
- Http2ClientUpgradeCodec - Class in io.netty5.handler.codec.http2
-
Client-side clear-text upgrade codec from HTTP to HTTP/2.
- Http2ClientUpgradeCodec(Http2ConnectionHandler) - Constructor for class io.netty5.handler.codec.http2.Http2ClientUpgradeCodec
-
Creates the codec using a default name for the connection handler when adding to the pipeline.
- Http2ClientUpgradeCodec(Http2ConnectionHandler, Http2MultiplexHandler) - Constructor for class io.netty5.handler.codec.http2.Http2ClientUpgradeCodec
-
Creates the codec using a default name for the connection handler when adding to the pipeline.
- Http2ClientUpgradeCodec(Http2FrameCodec, ChannelHandler) - Constructor for class io.netty5.handler.codec.http2.Http2ClientUpgradeCodec
- Http2ClientUpgradeCodec(String, Http2ConnectionHandler) - Constructor for class io.netty5.handler.codec.http2.Http2ClientUpgradeCodec
-
Creates the codec providing an upgrade to the given handler for HTTP/2.
- Http2ClientUpgradeCodec(String, Http2ConnectionHandler, Http2MultiplexHandler) - Constructor for class io.netty5.handler.codec.http2.Http2ClientUpgradeCodec
-
Creates the codec providing an upgrade to the given handler for HTTP/2.
- Http2ClientUpgradeCodec(String, Http2FrameCodec, ChannelHandler) - Constructor for class io.netty5.handler.codec.http2.Http2ClientUpgradeCodec
- Http2CodecUtil - Class in io.netty5.handler.codec.http2
-
Constants and utility method used for encoding/decoding HTTP2 frames.
- Http2Connection - Interface in io.netty5.handler.codec.http2
-
Manager for the state of an HTTP/2 connection with the remote end-point.
- Http2Connection.Endpoint<F extends Http2FlowController> - Interface in io.netty5.handler.codec.http2
-
A view of the connection from one endpoint (local or remote).
- Http2Connection.Listener - Interface in io.netty5.handler.codec.http2
-
Listener for life-cycle events for streams in this connection.
- Http2Connection.PropertyKey - Interface in io.netty5.handler.codec.http2
-
A key to be used for associating application-defined properties with streams within this connection.
- Http2ConnectionAdapter - Class in io.netty5.handler.codec.http2
-
Provides empty implementations of all
Http2Connection.Listener
methods. - Http2ConnectionAdapter() - Constructor for class io.netty5.handler.codec.http2.Http2ConnectionAdapter
- Http2ConnectionDecoder - Interface in io.netty5.handler.codec.http2
-
Handler for inbound traffic on behalf of
Http2ConnectionHandler
. - Http2ConnectionEncoder - Interface in io.netty5.handler.codec.http2
-
Handler for outbound HTTP/2 traffic.
- Http2ConnectionHandler - Class in io.netty5.handler.codec.http2
-
Provides the default implementation for processing inbound frame events and delegates to a
Http2FrameListener
- Http2ConnectionHandler(Http2ConnectionDecoder, Http2ConnectionEncoder, Http2Settings) - Constructor for class io.netty5.handler.codec.http2.Http2ConnectionHandler
- Http2ConnectionHandler(Http2ConnectionDecoder, Http2ConnectionEncoder, Http2Settings, boolean) - Constructor for class io.netty5.handler.codec.http2.Http2ConnectionHandler
- Http2ConnectionHandler(Http2ConnectionDecoder, Http2ConnectionEncoder, Http2Settings, boolean, boolean) - Constructor for class io.netty5.handler.codec.http2.Http2ConnectionHandler
- Http2ConnectionHandlerBuilder - Class in io.netty5.handler.codec.http2
-
Builder which builds
Http2ConnectionHandler
objects. - Http2ConnectionHandlerBuilder() - Constructor for class io.netty5.handler.codec.http2.Http2ConnectionHandlerBuilder
- Http2ConnectionPrefaceAndSettingsFrameWrittenEvent - Class in io.netty5.handler.codec.http2
-
Signifies that the connection preface and the initial SETTINGS frame have been sent.
- Http2DataChunkedInput - Class in io.netty5.handler.codec.http2
-
A
ChunkedInput
that fetches data chunk by chunk for use with HTTP/2 Data Frames. - Http2DataChunkedInput(ChunkedInput<Buffer>, Http2FrameStream) - Constructor for class io.netty5.handler.codec.http2.Http2DataChunkedInput
-
Creates a new instance using the specified input.
- Http2DataFrame - Interface in io.netty5.handler.codec.http2
-
HTTP/2 DATA frame.
- Http2DataWriter - Interface in io.netty5.handler.codec.http2
-
Interface that defines an object capable of producing HTTP/2 data frames.
- Http2Error - Enum in io.netty5.handler.codec.http2
-
All error codes identified by the HTTP/2 spec.
- Http2EventAdapter - Class in io.netty5.handler.codec.http2
-
This class brings
Http2Connection.Listener
andHttp2FrameListener
together to provide NOOP implementation so inheriting classes can selectively choose which methods to override. - Http2EventAdapter() - Constructor for class io.netty5.handler.codec.http2.Http2EventAdapter
- Http2Exception - Exception in io.netty5.handler.codec.http2
-
Exception thrown when an HTTP/2 error was encountered.
- Http2Exception(Http2Error) - Constructor for exception io.netty5.handler.codec.http2.Http2Exception
- Http2Exception(Http2Error, Http2Exception.ShutdownHint) - Constructor for exception io.netty5.handler.codec.http2.Http2Exception
- Http2Exception(Http2Error, String) - Constructor for exception io.netty5.handler.codec.http2.Http2Exception
- Http2Exception(Http2Error, String, Http2Exception.ShutdownHint) - Constructor for exception io.netty5.handler.codec.http2.Http2Exception
- Http2Exception(Http2Error, String, Throwable) - Constructor for exception io.netty5.handler.codec.http2.Http2Exception
- Http2Exception(Http2Error, String, Throwable, Http2Exception.ShutdownHint) - Constructor for exception io.netty5.handler.codec.http2.Http2Exception
- Http2Exception.ClosedStreamCreationException - Exception in io.netty5.handler.codec.http2
-
Used when a stream creation attempt fails but may be because the stream was previously closed.
- Http2Exception.CompositeStreamException - Exception in io.netty5.handler.codec.http2
-
Provides the ability to handle multiple stream exceptions with one throw statement.
- Http2Exception.HeaderListSizeException - Exception in io.netty5.handler.codec.http2
- Http2Exception.ShutdownHint - Enum in io.netty5.handler.codec.http2
-
Provides a hint as to if shutdown is justified, what type of shutdown should be executed.
- Http2Exception.StreamException - Exception in io.netty5.handler.codec.http2
-
Represents an exception that can be isolated to a single stream (as opposed to the entire connection).
- Http2Flags - Class in io.netty5.handler.codec.http2
-
Provides utility methods for accessing specific flags as defined by the HTTP/2 spec.
- Http2Flags() - Constructor for class io.netty5.handler.codec.http2.Http2Flags
- Http2Flags(short) - Constructor for class io.netty5.handler.codec.http2.Http2Flags
- Http2FlowController - Interface in io.netty5.handler.codec.http2
-
Base interface for all HTTP/2 flow controllers.
- Http2Frame - Interface in io.netty5.handler.codec.http2
-
An HTTP/2 frame.
- Http2FrameAdapter - Class in io.netty5.handler.codec.http2
-
Convenience class that provides no-op implementations for all methods of
Http2FrameListener
. - Http2FrameAdapter() - Constructor for class io.netty5.handler.codec.http2.Http2FrameAdapter
- Http2FrameCodec - Class in io.netty5.handler.codec.http2
-
This API is very immature. The Http2Connection-based API is currently preferred over this API.
- Http2FrameCodecBuilder - Class in io.netty5.handler.codec.http2
-
Builder for the
Http2FrameCodec
. - Http2FrameCodecBuilder() - Constructor for class io.netty5.handler.codec.http2.Http2FrameCodecBuilder
-
Allows overriding behavior of existing builder.
- Http2FrameListener - Interface in io.netty5.handler.codec.http2
-
An listener of HTTP/2 frames.
- Http2FrameListenerDecorator - Class in io.netty5.handler.codec.http2
-
Provides a decorator around a
Http2FrameListener
and delegates all method calls - Http2FrameListenerDecorator(Http2FrameListener) - Constructor for class io.netty5.handler.codec.http2.Http2FrameListenerDecorator
- Http2FrameLogger - Class in io.netty5.handler.codec.http2
-
Logs HTTP2 frames for debugging purposes.
- Http2FrameLogger(LogLevel) - Constructor for class io.netty5.handler.codec.http2.Http2FrameLogger
- Http2FrameLogger(LogLevel, Class<?>) - Constructor for class io.netty5.handler.codec.http2.Http2FrameLogger
- Http2FrameLogger(LogLevel, String) - Constructor for class io.netty5.handler.codec.http2.Http2FrameLogger
- Http2FrameLogger.Direction - Enum in io.netty5.handler.codec.http2
- Http2FrameReader - Interface in io.netty5.handler.codec.http2
-
Reads HTTP/2 frames from an input
Buffer
and notifies the specifiedHttp2FrameListener
when frames are complete. - Http2FrameReader.Configuration - Interface in io.netty5.handler.codec.http2
-
Configuration specific to
Http2FrameReader
- Http2FrameSizePolicy - Interface in io.netty5.handler.codec.http2
- Http2FrameStream - Interface in io.netty5.handler.codec.http2
-
A single stream within an HTTP/2 connection.
- Http2FrameStreamEvent - Class in io.netty5.handler.codec.http2
- Http2FrameStreamEvent.Type - Enum in io.netty5.handler.codec.http2
- Http2FrameStreamException - Exception in io.netty5.handler.codec.http2
-
An HTTP/2 exception for a specific
Http2FrameStream
. - Http2FrameStreamException(Http2FrameStream, Http2Error, Throwable) - Constructor for exception io.netty5.handler.codec.http2.Http2FrameStreamException
- Http2FrameStreamVisitor - Interface in io.netty5.handler.codec.http2
-
A visitor that allows to iterate over a collection of
Http2FrameStream
s. - Http2FrameTypes - Class in io.netty5.handler.codec.http2
-
Registry of all standard frame types defined by the HTTP/2 specification.
- Http2FrameWriter - Interface in io.netty5.handler.codec.http2
-
A writer responsible for marshaling HTTP/2 frames to the channel.
- Http2FrameWriter.Configuration - Interface in io.netty5.handler.codec.http2
-
Configuration specific to
Http2FrameWriter
- Http2GoAwayException(int, long, byte[]) - Constructor for exception io.netty5.handler.codec.http2.StreamBufferingEncoder.Http2GoAwayException
- Http2GoAwayFrame - Interface in io.netty5.handler.codec.http2
-
HTTP/2 GOAWAY frame.
- http2Headers() - Method in class io.netty5.handler.codec.http2.DefaultHttp2PushPromiseFrame
- http2Headers() - Method in interface io.netty5.handler.codec.http2.Http2PushPromiseFrame
-
Http2Headers
sent in Push Promise - Http2Headers - Interface in io.netty5.handler.codec.http2
-
A collection of headers sent or received via HTTP/2.
- Http2Headers.PseudoHeaderName - Enum in io.netty5.handler.codec.http2
-
HTTP/2 pseudo-headers names.
- Http2HeadersDecoder - Interface in io.netty5.handler.codec.http2
-
Decodes HPACK-encoded headers blocks into
Http2Headers
. - Http2HeadersDecoder.Configuration - Interface in io.netty5.handler.codec.http2
-
Configuration related elements for the
Http2HeadersDecoder
interface - Http2HeadersEncoder - Interface in io.netty5.handler.codec.http2
-
Encodes
Http2Headers
into HPACK-encoded headers blocks. - Http2HeadersEncoder.Configuration - Interface in io.netty5.handler.codec.http2
-
Configuration related elements for the
Http2HeadersEncoder
interface - Http2HeadersEncoder.SensitivityDetector - Interface in io.netty5.handler.codec.http2
-
Determine if a header name/value pair is treated as sensitive.
- Http2HeadersFrame - Interface in io.netty5.handler.codec.http2
-
HTTP/2 HEADERS frame.
- Http2InboundFrameLogger - Class in io.netty5.handler.codec.http2
-
Decorator around a
Http2FrameReader
that logs all inbound frames before calling back the listener. - Http2InboundFrameLogger(Http2FrameReader, Http2FrameLogger) - Constructor for class io.netty5.handler.codec.http2.Http2InboundFrameLogger
- Http2LifecycleManager - Interface in io.netty5.handler.codec.http2
-
Manager for the life cycle of the HTTP/2 connection.
- Http2LocalFlowController - Interface in io.netty5.handler.codec.http2
-
A
Http2FlowController
for controlling the inbound flow ofDATA
frames from the remote endpoint. - Http2MultiplexHandler - Class in io.netty5.handler.codec.http2
-
An HTTP/2 handler that creates child channels for each stream.
- Http2MultiplexHandler(ChannelHandler) - Constructor for class io.netty5.handler.codec.http2.Http2MultiplexHandler
-
Creates a new instance
- Http2MultiplexHandler(ChannelHandler, ChannelHandler) - Constructor for class io.netty5.handler.codec.http2.Http2MultiplexHandler
-
Creates a new instance
- Http2NoMoreStreamIdsException - Exception in io.netty5.handler.codec.http2
-
This exception is thrown when there are no more stream IDs available for the current connection
- Http2NoMoreStreamIdsException() - Constructor for exception io.netty5.handler.codec.http2.Http2NoMoreStreamIdsException
- Http2NoMoreStreamIdsException(Throwable) - Constructor for exception io.netty5.handler.codec.http2.Http2NoMoreStreamIdsException
- Http2OutboundFrameLogger - Class in io.netty5.handler.codec.http2
-
Decorator around a
Http2FrameWriter
that logs all outbound frames before calling the writer. - Http2OutboundFrameLogger(Http2FrameWriter, Http2FrameLogger) - Constructor for class io.netty5.handler.codec.http2.Http2OutboundFrameLogger
- Http2PingFrame - Interface in io.netty5.handler.codec.http2
-
HTTP/2 PING Frame.
- Http2PriorityFrame - Interface in io.netty5.handler.codec.http2
-
HTTP/2 Priority Frame
- Http2PromisedRequestVerifier - Interface in io.netty5.handler.codec.http2
-
Provides an extensibility point for users to define the validity of push requests.
- Http2PushPromiseFrame - Interface in io.netty5.handler.codec.http2
-
HTTP/2 Push Promise Frame
- Http2RemoteFlowController - Interface in io.netty5.handler.codec.http2
-
A
Http2FlowController
for controlling the flow of outboundDATA
frames to the remote endpoint. - Http2RemoteFlowController.FlowControlled - Interface in io.netty5.handler.codec.http2
-
Implementations of this interface are used to progressively write chunks of the underlying payload to the stream.
- Http2RemoteFlowController.Listener - Interface in io.netty5.handler.codec.http2
-
Listener to the number of flow-controlled bytes written per stream.
- Http2ResetFrame - Interface in io.netty5.handler.codec.http2
-
HTTP/2 RST_STREAM frame.
- Http2SecurityUtil - Class in io.netty5.handler.codec.http2
-
Provides utilities related to security requirements specific to HTTP/2.
- Http2ServerUpgradeCodec - Class in io.netty5.handler.codec.http2
-
Server-side codec for performing a cleartext upgrade from HTTP/1.x to HTTP/2.
- Http2ServerUpgradeCodec(Http2ConnectionHandler) - Constructor for class io.netty5.handler.codec.http2.Http2ServerUpgradeCodec
-
Creates the codec using a default name for the connection handler when adding to the pipeline.
- Http2ServerUpgradeCodec(Http2FrameCodec, ChannelHandler...) - Constructor for class io.netty5.handler.codec.http2.Http2ServerUpgradeCodec
-
Creates the codec using a default name for the connection handler when adding to the pipeline.
- Http2ServerUpgradeCodec(String, Http2ConnectionHandler) - Constructor for class io.netty5.handler.codec.http2.Http2ServerUpgradeCodec
-
Creates the codec providing an upgrade to the given handler for HTTP/2.
- Http2Settings - Class in io.netty5.handler.codec.http2
-
Settings for one endpoint in an HTTP/2 connection.
- Http2Settings() - Constructor for class io.netty5.handler.codec.http2.Http2Settings
- Http2Settings(int) - Constructor for class io.netty5.handler.codec.http2.Http2Settings
- Http2Settings(int, float) - Constructor for class io.netty5.handler.codec.http2.Http2Settings
- Http2SettingsAckFrame - Interface in io.netty5.handler.codec.http2
-
An ack for a previously received
Http2SettingsFrame
. - Http2SettingsFrame - Interface in io.netty5.handler.codec.http2
-
HTTP/2 SETTINGS frame.
- Http2SettingsReceivedConsumer - Interface in io.netty5.handler.codec.http2
-
Provides a Consumer like interface to consume remote settings received but not yet ACKed.
- Http2Stream - Interface in io.netty5.handler.codec.http2
-
A single stream within an HTTP2 connection.
- Http2Stream.State - Enum in io.netty5.handler.codec.http2
-
The allowed states of an HTTP2 stream.
- Http2StreamChannel - Interface in io.netty5.handler.codec.http2
- Http2StreamChannelBootstrap - Class in io.netty5.handler.codec.http2
- Http2StreamChannelBootstrap(Channel) - Constructor for class io.netty5.handler.codec.http2.Http2StreamChannelBootstrap
- Http2StreamFrame - Interface in io.netty5.handler.codec.http2
-
A frame whose meaning may apply to a particular stream, instead of the entire connection.
- Http2StreamFrameToHttpObjectCodec - Class in io.netty5.handler.codec.http2
-
This handler converts from
Http2StreamFrame
toHttpObject
, and back. - Http2StreamFrameToHttpObjectCodec(boolean) - Constructor for class io.netty5.handler.codec.http2.Http2StreamFrameToHttpObjectCodec
- Http2StreamFrameToHttpObjectCodec(boolean, boolean) - Constructor for class io.netty5.handler.codec.http2.Http2StreamFrameToHttpObjectCodec
- Http2StreamVisitor - Interface in io.netty5.handler.codec.http2
-
A visitor that allows iteration over a collection of streams.
- Http2UnknownFrame - Interface in io.netty5.handler.codec.http2
- Http2WindowUpdateFrame - Interface in io.netty5.handler.codec.http2
-
HTTP/2 WINDOW_UPDATE frame.
- HttpChunkedInput - Class in io.netty5.handler.codec.http
-
A
ChunkedInput
that fetches data chunk by chunk for use with HTTP chunked transfers. - HttpChunkedInput(ChunkedInput<Buffer>, LastHttpContent<?>) - Constructor for class io.netty5.handler.codec.http.HttpChunkedInput
-
Creates a new instance using the specified input.
- HttpClientCodec - Class in io.netty5.handler.codec.http
-
A combination of
HttpRequestEncoder
andHttpResponseDecoder
which enables easier client side HTTP implementation. - HttpClientCodec() - Constructor for class io.netty5.handler.codec.http.HttpClientCodec
-
Creates a new instance with the default decoder options (
maxInitialLineLength (4096
},maxHeaderSize (8192)
, andmaxChunkSize (8192)
). - HttpClientCodec(int, int) - Constructor for class io.netty5.handler.codec.http.HttpClientCodec
-
Creates a new instance with the specified decoder options.
- HttpClientCodec(int, int, boolean) - Constructor for class io.netty5.handler.codec.http.HttpClientCodec
-
Creates a new instance with the specified decoder options.
- HttpClientCodec(int, int, boolean, boolean) - Constructor for class io.netty5.handler.codec.http.HttpClientCodec
-
Creates a new instance with the specified decoder options.
- HttpClientCodec(int, int, boolean, boolean, boolean) - Constructor for class io.netty5.handler.codec.http.HttpClientCodec
-
Creates a new instance with the specified decoder options.
- HttpClientCodec(int, int, boolean, boolean, int) - Constructor for class io.netty5.handler.codec.http.HttpClientCodec
-
Creates a new instance with the specified decoder options.
- HttpClientCodec(int, int, boolean, boolean, int, boolean) - Constructor for class io.netty5.handler.codec.http.HttpClientCodec
-
Creates a new instance with the specified decoder options.
- HttpClientCodec(int, int, boolean, boolean, int, boolean, boolean) - Constructor for class io.netty5.handler.codec.http.HttpClientCodec
-
Creates a new instance with the specified decoder options.
- HttpClientUpgradeHandler<C extends HttpContent<C>> - Class in io.netty5.handler.codec.http
-
Client-side handler for handling an HTTP upgrade handshake to another protocol.
- HttpClientUpgradeHandler(HttpClientUpgradeHandler.SourceCodec, HttpClientUpgradeHandler.UpgradeCodec, int) - Constructor for class io.netty5.handler.codec.http.HttpClientUpgradeHandler
-
Constructs the client upgrade handler.
- HttpClientUpgradeHandler.SourceCodec - Interface in io.netty5.handler.codec.http
-
The source codec that is used in the pipeline initially.
- HttpClientUpgradeHandler.UpgradeCodec - Interface in io.netty5.handler.codec.http
-
A codec that the source can be upgraded to.
- HttpClientUpgradeHandler.UpgradeEvent - Enum in io.netty5.handler.codec.http
-
User events that are fired to notify about upgrade status.
- HttpConstants - Class in io.netty5.handler.codec.http
- HttpContent<R extends HttpContent<R>> - Interface in io.netty5.handler.codec.http
-
An HTTP chunk which is used for HTTP chunked transfer-encoding.
- HttpContentCompressor - Class in io.netty5.handler.codec.http
-
Compresses an
HttpMessage
and anHttpContent
ingzip
ordeflate
encoding while respecting the"Accept-Encoding"
header. - HttpContentCompressor() - Constructor for class io.netty5.handler.codec.http.HttpContentCompressor
-
Creates a new handler with the default compression level (6), default window size (15) and default memory level (8).
- HttpContentCompressor(int) - Constructor for class io.netty5.handler.codec.http.HttpContentCompressor
-
Deprecated.
- HttpContentCompressor(int, int, int) - Constructor for class io.netty5.handler.codec.http.HttpContentCompressor
-
Deprecated.
- HttpContentCompressor(int, int, int, int) - Constructor for class io.netty5.handler.codec.http.HttpContentCompressor
-
Deprecated.
- HttpContentCompressor(int, CompressionOptions...) - Constructor for class io.netty5.handler.codec.http.HttpContentCompressor
-
Create a new
HttpContentCompressor
instance with specifiedCompressionOptions
s - HttpContentCompressor(CompressionOptions...) - Constructor for class io.netty5.handler.codec.http.HttpContentCompressor
-
Create a new
HttpContentCompressor
Instance with specifiedCompressionOptions
s and contentSizeThreshold set to0
- HttpContentDecoder - Class in io.netty5.handler.codec.http
-
Decodes the content of the received
HttpRequest
andHttpContent
. - HttpContentDecoder() - Constructor for class io.netty5.handler.codec.http.HttpContentDecoder
- HttpContentDecompressor - Class in io.netty5.handler.codec.http
- HttpContentDecompressor() - Constructor for class io.netty5.handler.codec.http.HttpContentDecompressor
-
Create a new
HttpContentDecompressor
in non-strict mode. - HttpContentDecompressor(boolean) - Constructor for class io.netty5.handler.codec.http.HttpContentDecompressor
-
Create a new
HttpContentDecompressor
. - HttpContentEncoder - Class in io.netty5.handler.codec.http
-
Encodes the content of the outbound
HttpResponse
andHttpContent
. - HttpContentEncoder() - Constructor for class io.netty5.handler.codec.http.HttpContentEncoder
- HttpContentEncoder.Result - Class in io.netty5.handler.codec.http
- HttpConversionUtil - Class in io.netty5.handler.codec.http2
-
Provides utility methods and constants for the HTTP/2 to HTTP conversion
- HttpConversionUtil.ExtensionHeaderNames - Enum in io.netty5.handler.codec.http2
-
Provides the HTTP header extensions used to carry HTTP/2 information in HTTP objects
- HttpExpectationFailedEvent - Class in io.netty5.handler.codec.http
-
A user event designed to communicate that a expectation has failed and there should be no expectation that a body will follow.
- HttpHeaderNames - Class in io.netty5.handler.codec.http
-
Standard HTTP header names.
- HttpHeaders - Class in io.netty5.handler.codec.http
-
Provides the constants for the standard HTTP header names and values and commonly used utility methods that accesses an
HttpMessage
. - HttpHeaders() - Constructor for class io.netty5.handler.codec.http.HttpHeaders
- HttpHeaderValues - Class in io.netty5.handler.codec.http
-
Standard HTTP header values.
- HttpMessage - Interface in io.netty5.handler.codec.http
-
An interface that defines an HTTP message, providing common properties for
HttpRequest
andHttpResponse
. - HttpMessageDecoderResult - Class in io.netty5.handler.codec.http
- HttpMethod - Class in io.netty5.handler.codec.http
- HttpMethod(String) - Constructor for class io.netty5.handler.codec.http.HttpMethod
-
Creates a new HTTP method with the specified name.
- HttpObject - Interface in io.netty5.handler.codec.http
- HttpObjectAggregator<C extends HttpContent<C>> - Class in io.netty5.handler.codec.http
-
A
ChannelHandler
that aggregates anHttpMessage
and its followingHttpContent
s into a singleFullHttpRequest
orFullHttpResponse
(depending on if it used to handle requests or responses) with no followingHttpContent
s. - HttpObjectAggregator(int) - Constructor for class io.netty5.handler.codec.http.HttpObjectAggregator
-
Creates a new instance.
- HttpObjectAggregator(int, boolean) - Constructor for class io.netty5.handler.codec.http.HttpObjectAggregator
-
Creates a new instance.
- HttpObjectDecoder - Class in io.netty5.handler.codec.http
- HttpObjectDecoder() - Constructor for class io.netty5.handler.codec.http.HttpObjectDecoder
-
Creates a new instance with the default
maxInitialLineLength (4096
},maxHeaderSize (8192)
, andmaxChunkSize (8192)
. - HttpObjectDecoder(int, int, boolean) - Constructor for class io.netty5.handler.codec.http.HttpObjectDecoder
-
Creates a new instance with the specified parameters.
- HttpObjectDecoder(int, int, boolean, boolean) - Constructor for class io.netty5.handler.codec.http.HttpObjectDecoder
-
Creates a new instance with the specified parameters.
- HttpObjectDecoder(int, int, boolean, boolean, int) - Constructor for class io.netty5.handler.codec.http.HttpObjectDecoder
-
Creates a new instance with the specified parameters.
- HttpObjectDecoder(int, int, boolean, boolean, int, boolean) - Constructor for class io.netty5.handler.codec.http.HttpObjectDecoder
- HttpObjectEncoder<H extends HttpMessage> - Class in io.netty5.handler.codec.http
- HttpObjectEncoder() - Constructor for class io.netty5.handler.codec.http.HttpObjectEncoder
- HTTPONLY - Static variable in class io.netty5.handler.codec.http.cookie.CookieHeaderNames
- HttpRequest - Interface in io.netty5.handler.codec.http
-
An HTTP request.
- HttpRequestDecoder - Class in io.netty5.handler.codec.http
- HttpRequestDecoder() - Constructor for class io.netty5.handler.codec.http.HttpRequestDecoder
-
Creates a new instance with the default
maxInitialLineLength (4096)
,maxHeaderSize (8192)
, andmaxChunkSize (8192)
. - HttpRequestDecoder(int, int) - Constructor for class io.netty5.handler.codec.http.HttpRequestDecoder
-
Creates a new instance with the specified parameters.
- HttpRequestDecoder(int, int, boolean) - Constructor for class io.netty5.handler.codec.http.HttpRequestDecoder
- HttpRequestDecoder(int, int, boolean, int) - Constructor for class io.netty5.handler.codec.http.HttpRequestDecoder
- HttpRequestDecoder(int, int, boolean, int, boolean) - Constructor for class io.netty5.handler.codec.http.HttpRequestDecoder
- HttpRequestEncoder - Class in io.netty5.handler.codec.http
- HttpRequestEncoder() - Constructor for class io.netty5.handler.codec.http.HttpRequestEncoder
- HttpResponse - Interface in io.netty5.handler.codec.http
-
An HTTP response.
- HttpResponseDecoder - Class in io.netty5.handler.codec.http
- HttpResponseDecoder() - Constructor for class io.netty5.handler.codec.http.HttpResponseDecoder
-
Creates a new instance with the default
maxInitialLineLength (4096)
,maxHeaderSize (8192)
, andmaxChunkSize (8192)
. - HttpResponseDecoder(int, int) - Constructor for class io.netty5.handler.codec.http.HttpResponseDecoder
-
Creates a new instance with the specified parameters.
- HttpResponseDecoder(int, int, boolean) - Constructor for class io.netty5.handler.codec.http.HttpResponseDecoder
- HttpResponseDecoder(int, int, boolean, int) - Constructor for class io.netty5.handler.codec.http.HttpResponseDecoder
- HttpResponseDecoder(int, int, boolean, int, boolean) - Constructor for class io.netty5.handler.codec.http.HttpResponseDecoder
- HttpResponseEncoder - Class in io.netty5.handler.codec.http
- HttpResponseEncoder() - Constructor for class io.netty5.handler.codec.http.HttpResponseEncoder
- HttpResponseStatus - Class in io.netty5.handler.codec.http
- HttpResponseStatus(int, String) - Constructor for class io.netty5.handler.codec.http.HttpResponseStatus
-
Creates a new instance with the specified
code
and itsreasonPhrase
. - HTTPS - Static variable in class io.netty5.handler.codec.http.HttpScheme
-
Scheme for secure HTTP connection.
- httpScheme(HttpScheme) - Method in class io.netty5.handler.codec.http2.HttpToHttp2ConnectionHandlerBuilder
-
Add
scheme
inHttp2Headers
if not already present. - HttpScheme - Class in io.netty5.handler.codec.http
-
Defines the common schemes used for the HTTP protocol as defined by rfc7230.
- HttpServerCodec - Class in io.netty5.handler.codec.http
-
A combination of
HttpRequestDecoder
andHttpResponseEncoder
which enables easier server side HTTP implementation. - HttpServerCodec() - Constructor for class io.netty5.handler.codec.http.HttpServerCodec
-
Creates a new instance with the default decoder options (
maxInitialLineLength (4096
},maxHeaderSize (8192)
, andmaxChunkSize (8192)
). - HttpServerCodec(int, int) - Constructor for class io.netty5.handler.codec.http.HttpServerCodec
-
Creates a new instance with the specified decoder options.
- HttpServerCodec(int, int, boolean) - Constructor for class io.netty5.handler.codec.http.HttpServerCodec
-
Creates a new instance with the specified decoder options.
- HttpServerCodec(int, int, boolean, int) - Constructor for class io.netty5.handler.codec.http.HttpServerCodec
-
Creates a new instance with the specified decoder options.
- HttpServerCodec(int, int, boolean, int, boolean) - Constructor for class io.netty5.handler.codec.http.HttpServerCodec
-
Creates a new instance with the specified decoder options.
- HttpServerExpectContinueHandler - Class in io.netty5.handler.codec.http
- HttpServerExpectContinueHandler() - Constructor for class io.netty5.handler.codec.http.HttpServerExpectContinueHandler
- HttpServerKeepAliveHandler - Class in io.netty5.handler.codec.http
-
HttpServerKeepAliveHandler helps close persistent connections when appropriate.
- HttpServerKeepAliveHandler() - Constructor for class io.netty5.handler.codec.http.HttpServerKeepAliveHandler
- HttpServerUpgradeHandler<C extends HttpContent<C>> - Class in io.netty5.handler.codec.http
-
A server-side handler that receives HTTP requests and optionally performs a protocol switch if the requested protocol is supported.
- HttpServerUpgradeHandler(HttpServerUpgradeHandler.SourceCodec, HttpServerUpgradeHandler.UpgradeCodecFactory) - Constructor for class io.netty5.handler.codec.http.HttpServerUpgradeHandler
-
Constructs the upgrader with the supported codecs.
- HttpServerUpgradeHandler(HttpServerUpgradeHandler.SourceCodec, HttpServerUpgradeHandler.UpgradeCodecFactory, int) - Constructor for class io.netty5.handler.codec.http.HttpServerUpgradeHandler
-
Constructs the upgrader with the supported codecs.
- HttpServerUpgradeHandler(HttpServerUpgradeHandler.SourceCodec, HttpServerUpgradeHandler.UpgradeCodecFactory, int, boolean) - Constructor for class io.netty5.handler.codec.http.HttpServerUpgradeHandler
-
Constructs the upgrader with the supported codecs.
- HttpServerUpgradeHandler.SourceCodec - Interface in io.netty5.handler.codec.http
-
The source codec that is used in the pipeline initially.
- HttpServerUpgradeHandler.UpgradeCodec - Interface in io.netty5.handler.codec.http
-
A codec that the source can be upgraded to.
- HttpServerUpgradeHandler.UpgradeCodecFactory - Interface in io.netty5.handler.codec.http
-
Creates a new
HttpServerUpgradeHandler.UpgradeCodec
for the requested protocol name. - HttpServerUpgradeHandler.UpgradeEvent - Class in io.netty5.handler.codec.http
-
User event that is fired to notify about the completion of an HTTP upgrade to another protocol.
- HttpStatusClass - Enum in io.netty5.handler.codec.http
-
The class of HTTP status.
- HttpToHttp2ConnectionHandler - Class in io.netty5.handler.codec.http2
-
Translates HTTP/1.x object writes into HTTP/2 frames.
- HttpToHttp2ConnectionHandler(Http2ConnectionDecoder, Http2ConnectionEncoder, Http2Settings, boolean) - Constructor for class io.netty5.handler.codec.http2.HttpToHttp2ConnectionHandler
- HttpToHttp2ConnectionHandler(Http2ConnectionDecoder, Http2ConnectionEncoder, Http2Settings, boolean, boolean) - Constructor for class io.netty5.handler.codec.http2.HttpToHttp2ConnectionHandler
- HttpToHttp2ConnectionHandler(Http2ConnectionDecoder, Http2ConnectionEncoder, Http2Settings, boolean, boolean, boolean, HttpScheme) - Constructor for class io.netty5.handler.codec.http2.HttpToHttp2ConnectionHandler
- HttpToHttp2ConnectionHandler(Http2ConnectionDecoder, Http2ConnectionEncoder, Http2Settings, boolean, boolean, HttpScheme) - Constructor for class io.netty5.handler.codec.http2.HttpToHttp2ConnectionHandler
- HttpToHttp2ConnectionHandlerBuilder - Class in io.netty5.handler.codec.http2
-
Builder which builds
HttpToHttp2ConnectionHandler
objects. - HttpToHttp2ConnectionHandlerBuilder() - Constructor for class io.netty5.handler.codec.http2.HttpToHttp2ConnectionHandlerBuilder
- HttpUtil - Class in io.netty5.handler.codec.http
-
Utility methods useful in the HTTP context.
- HttpVersion - Class in io.netty5.handler.codec.http
- HttpVersion(String, boolean) - Constructor for class io.netty5.handler.codec.http.HttpVersion
-
Creates a new HTTP version with the specified version string.
- HttpVersion(String, int, int, boolean) - Constructor for class io.netty5.handler.codec.http.HttpVersion
-
Creates a new HTTP version with the specified protocol name and version numbers.
I
- id() - Method in class io.netty5.channel.AbstractChannel
- id() - Method in interface io.netty5.channel.Channel
-
Returns the globally unique identifier of this
Channel
. - id() - Method in class io.netty5.channel.local.LocalAddress
-
Returns the ID of this address.
- id() - Method in class io.netty5.handler.codec.dns.AbstractDnsMessage
- id() - Method in interface io.netty5.handler.codec.dns.DnsMessage
-
Returns the
ID
of this DNS message. - id() - Method in interface io.netty5.handler.codec.http2.Http2FrameStream
-
Returns the stream identifier.
- id() - Method in interface io.netty5.handler.codec.http2.Http2Stream
-
Gets the unique identifier for this stream within the connection.
- id() - Method in class io.netty5.util.AbstractConstant
- id() - Method in interface io.netty5.util.concurrent.ThreadProperties
- id() - Method in interface io.netty5.util.Constant
-
Returns the unique number assigned to this
Constant
. - identify() - Static method in class io.netty5.util.Version
-
Retrieves the version information of Netty artifacts using the current context class loader.
- identify(ClassLoader) - Static method in class io.netty5.util.Version
-
Retrieves the version information of Netty artifacts using the specified
ClassLoader
. - IDENTITY - Static variable in class io.netty5.handler.codec.http.HttpHeaderValues
-
"identity"
- IDENTITY - Static variable in class io.netty5.handler.codec.rtsp.RtspHeaderValues
-
"identity"
- IdentityCipherSuiteFilter - Class in io.netty5.handler.ssl
-
This class will not do any filtering of ciphers suites.
- IDLE - io.netty5.handler.codec.http2.Http2Stream.State
- IdleState - Enum in io.netty5.handler.timeout
- IdleStateEvent - Class in io.netty5.handler.timeout
-
A user event triggered by
IdleStateHandler
when aChannel
is idle. - IdleStateEvent(IdleState, boolean) - Constructor for class io.netty5.handler.timeout.IdleStateEvent
-
Constructor for sub-classes.
- IdleStateHandler - Class in io.netty5.handler.timeout
-
Triggers an
IdleStateEvent
when aChannel
has not performed read, write, or both operation for a while. - IdleStateHandler(int, int, int) - Constructor for class io.netty5.handler.timeout.IdleStateHandler
-
Creates a new instance firing
IdleStateEvent
s. - IdleStateHandler(long, long, long, TimeUnit) - Constructor for class io.netty5.handler.timeout.IdleStateHandler
-
Creates a new instance firing
IdleStateEvent
s. - IF_MATCH - Static variable in class io.netty5.handler.codec.http.HttpHeaderNames
-
"if-match"
- IF_MATCH - Static variable in class io.netty5.handler.codec.rtsp.RtspHeaderNames
-
"if-match"
- IF_MODIFIED_SINCE - Static variable in class io.netty5.handler.codec.http.HttpHeaderNames
-
"if-modified-since"
- IF_MODIFIED_SINCE - Static variable in class io.netty5.handler.codec.rtsp.RtspHeaderNames
-
"if-modified-since"
- IF_NONE_MATCH - Static variable in class io.netty5.handler.codec.http.HttpHeaderNames
-
"if-none-match"
- IF_RANGE - Static variable in class io.netty5.handler.codec.http.HttpHeaderNames
-
"if-range"
- IF_UNMODIFIED_SINCE - Static variable in class io.netty5.handler.codec.http.HttpHeaderNames
-
"if-unmodified-since"
- ignoreContentAfterContinueResponse(Object) - Method in class io.netty5.handler.codec.http.HttpObjectAggregator
- ignoreContentAfterContinueResponse(Object) - Method in class io.netty5.handler.codec.http.websocketx.WebSocketFrameAggregator
- ignoreContentAfterContinueResponse(Object) - Method in class io.netty5.handler.codec.MessageAggregator
-
Determine if all objects for the current request/response should be ignored or not.
- IllegalReferenceCountException - Exception in io.netty5.util
-
An
IllegalStateException
which is raised when a user attempts to access aReferenceCounted
whose reference count has been decreased to 0 (and consequently freed). - IllegalReferenceCountException() - Constructor for exception io.netty5.util.IllegalReferenceCountException
- IllegalReferenceCountException(int) - Constructor for exception io.netty5.util.IllegalReferenceCountException
- IllegalReferenceCountException(int, int) - Constructor for exception io.netty5.util.IllegalReferenceCountException
- IllegalReferenceCountException(String) - Constructor for exception io.netty5.util.IllegalReferenceCountException
- IllegalReferenceCountException(String, Throwable) - Constructor for exception io.netty5.util.IllegalReferenceCountException
- IllegalReferenceCountException(Throwable) - Constructor for exception io.netty5.util.IllegalReferenceCountException
- ImmediateEventExecutor - Class in io.netty5.util.concurrent
-
Executes
Runnable
objects in the caller's thread. - ImmediateExecutor - Class in io.netty5.util.concurrent
-
Executor
which execute tasks in the callers thread. - implementationName() - Method in class io.netty5.buffer.api.bytebuffer.ByteBufferMemoryManager
- implementationName() - Method in interface io.netty5.buffer.api.MemoryManager
-
Get the name for this implementation, which can be used for finding this particular implementation via the
MemoryManager.lookupImplementation(String)
method. - implementationName() - Method in class io.netty5.buffer.api.unsafe.UnsafeMemoryManager
- implicitCapacityLimit() - Method in interface io.netty5.buffer.api.Buffer
-
Returns the implicit capacity limit of the buffer.
- implicitCapacityLimit() - Method in class io.netty5.buffer.api.BufferStub
- implicitCapacityLimit(int) - Method in interface io.netty5.buffer.api.Buffer
-
Set an upper limit to the implicit capacity growth.
- implicitCapacityLimit(int) - Method in class io.netty5.buffer.api.BufferStub
- implicitCapacityLimit(int) - Method in interface io.netty5.buffer.api.CompositeBuffer
- INADEQUATE_SECURITY - io.netty5.handler.codec.http2.Http2Error
- Inbound - io.netty5.channel.ChannelShutdownDirection
-
The inbound direction of a
Channel
was or should be shutdown. - INBOUND - io.netty5.handler.codec.http2.Http2FrameLogger.Direction
- inboundHandler() - Method in class io.netty5.channel.CombinedChannelDuplexHandler
- InboundHttp2ToHttpAdapter - Class in io.netty5.handler.codec.http2
-
This adapter provides just header/data events from the HTTP message flow defined in [RFC 7540], Section 8.1.
- InboundHttp2ToHttpAdapter(Http2Connection, int, boolean, boolean) - Constructor for class io.netty5.handler.codec.http2.InboundHttp2ToHttpAdapter
- InboundHttp2ToHttpAdapterBuilder - Class in io.netty5.handler.codec.http2
-
Builds an
InboundHttp2ToHttpAdapter
. - InboundHttp2ToHttpAdapterBuilder(Http2Connection) - Constructor for class io.netty5.handler.codec.http2.InboundHttp2ToHttpAdapterBuilder
-
Creates a new
InboundHttp2ToHttpAdapter
builder for the specifiedHttp2Connection
. - InboundHttpToHttp2Adapter - Class in io.netty5.handler.codec.http2
-
Translates HTTP/1.x object reads into HTTP/2 frames.
- InboundHttpToHttp2Adapter(Http2Connection, Http2FrameListener) - Constructor for class io.netty5.handler.codec.http2.InboundHttpToHttp2Adapter
- inboundMessages() - Method in class io.netty5.channel.embedded.EmbeddedChannel
- incMessagesRead(int) - Method in class io.netty5.channel.DefaultMaxMessagesRecvBufferAllocator.MaxMessageHandle
- incMessagesRead(int) - Method in interface io.netty5.channel.RecvBufferAllocator.Handle
-
Increment the number of messages that have been read for the current read loop.
- incompleteWrite(boolean) - Method in class io.netty5.channel.nio.AbstractNioByteChannel
- increment() - Method in class io.netty5.buffer.api.internal.ArcDrop
- incrementAndGetNextStreamId() - Method in interface io.netty5.handler.codec.http2.Http2Connection.Endpoint
-
Increment and get the next generated stream id this endpoint.
- incrementWindowSize(Http2Stream, int) - Method in class io.netty5.handler.codec.http2.DefaultHttp2LocalFlowController
- incrementWindowSize(Http2Stream, int) - Method in class io.netty5.handler.codec.http2.DefaultHttp2RemoteFlowController
- incrementWindowSize(Http2Stream, int) - Method in interface io.netty5.handler.codec.http2.Http2FlowController
-
Increments the size of the stream's flow control window by the given delta.
- INDEX_NOT_FOUND - Static variable in class io.netty5.util.AsciiString
- INDEX_NOT_IN_QUEUE - Static variable in interface io.netty5.util.internal.PriorityQueueNode
-
This should be used to initialize the storage returned by
PriorityQueueNode.priorityQueueIndex(DefaultPriorityQueue)
. - IndexNotOfProcessor(byte) - Constructor for class io.netty5.util.ByteProcessor.IndexNotOfProcessor
- indexOf(char, int) - Method in class io.netty5.util.AsciiString
-
Searches in this string for the index of the specified char
ch
. - indexOf(CharSequence) - Method in class io.netty5.util.AsciiString
-
Searches in this string for the first index of the specified string.
- indexOf(CharSequence, char, int) - Static method in class io.netty5.util.AsciiString
-
Finds the first index in the
CharSequence
that matches the specified character. - indexOf(CharSequence, int) - Method in class io.netty5.util.AsciiString
-
Searches in this string for the index of the specified string.
- indexOfIgnoreCase(CharSequence, CharSequence, int) - Static method in class io.netty5.util.AsciiString
-
Case in-sensitive find of the first index within a CharSequence from the specified position.
- indexOfIgnoreCaseAscii(CharSequence, CharSequence, int) - Static method in class io.netty5.util.AsciiString
-
Case in-sensitive find of the first index within a CharSequence from the specified position.
- indexOfNonWhiteSpace(CharSequence, int) - Static method in class io.netty5.util.internal.StringUtil
-
Find the index of the first non-white space character in
s
starting atoffset
. - IndexOfProcessor(byte) - Constructor for class io.netty5.util.ByteProcessor.IndexOfProcessor
- indexOfWhiteSpace(CharSequence, int) - Static method in class io.netty5.util.internal.StringUtil
-
Find the index of the first white space character in
s
starting atoffset
. - INET - io.netty5.channel.socket.SocketProtocolFamily
-
IPv4
- inet4Entries() - Method in class io.netty5.resolver.HostsFileEntries
-
The IPv4 entries
- INET6 - io.netty5.channel.socket.SocketProtocolFamily
-
IPv6
- inet6Entries() - Method in class io.netty5.resolver.HostsFileEntries
-
The IPv6 entries
- InetNameResolver - Class in io.netty5.resolver
-
A skeletal
NameResolver
implementation that resolvesInetAddress
. - InetNameResolver(EventExecutor) - Constructor for class io.netty5.resolver.InetNameResolver
- InetSocketAddressResolver - Class in io.netty5.resolver
-
A
AbstractAddressResolver
that resolvesInetSocketAddress
. - InetSocketAddressResolver(EventExecutor, NameResolver<InetAddress>) - Constructor for class io.netty5.resolver.InetSocketAddressResolver
- inEventLoop() - Method in interface io.netty5.util.concurrent.EventExecutor
-
Calls
EventExecutor.inEventLoop(Thread)
withThread.currentThread()
as argument - inEventLoop(Thread) - Method in interface io.netty5.util.concurrent.EventExecutor
- inEventLoop(Thread) - Method in class io.netty5.util.concurrent.GlobalEventExecutor
- inEventLoop(Thread) - Method in class io.netty5.util.concurrent.ImmediateEventExecutor
- inEventLoop(Thread) - Method in class io.netty5.util.concurrent.SingleThreadEventExecutor
- inEventLoop(Thread) - Method in class io.netty5.util.concurrent.UnorderedThreadPoolEventExecutor
- info(String) - Method in interface io.netty5.util.internal.logging.InternalLogger
-
Log a message at the INFO level.
- info(String, Object) - Method in interface io.netty5.util.internal.logging.InternalLogger
-
Log a message at the INFO level according to the specified format and argument.
- info(String, Object...) - Method in interface io.netty5.util.internal.logging.InternalLogger
-
Log a message at the INFO level according to the specified format and arguments.
- info(String, Object, Object) - Method in interface io.netty5.util.internal.logging.InternalLogger
-
Log a message at the INFO level according to the specified format and arguments.
- info(String, Throwable) - Method in interface io.netty5.util.internal.logging.InternalLogger
-
Log an exception (throwable) at the INFO level with an accompanying message.
- info(Throwable) - Method in class io.netty5.util.internal.logging.AbstractInternalLogger
- info(Throwable) - Method in interface io.netty5.util.internal.logging.InternalLogger
-
Log an exception (throwable) at the INFO level.
- INFO - io.netty5.handler.logging.LogLevel
- INFO - io.netty5.util.internal.logging.InternalLogLevel
-
'INFO' log level.
- INFORMATIONAL - io.netty5.handler.codec.http.HttpStatusClass
-
The informational class (1xx)
- informReadOperation(ChannelHandlerContext, long) - Method in class io.netty5.handler.traffic.GlobalChannelTrafficShapingHandler
- init(I, O) - Method in class io.netty5.channel.CombinedChannelDuplexHandler
-
Initialized this handler with the specified handlers.
- initChannel(C) - Method in class io.netty5.channel.ChannelInitializer
-
This method will be called once the
Channel
was registered. - initCookie(String, int, int, int, int) - Method in class io.netty5.handler.codec.http.cookie.CookieDecoder
- initEngine(SSLEngine) - Method in class io.netty5.handler.ssl.DelegatingSslContext
-
Init the
SSLEngine
. - initHandler(SslHandler) - Method in class io.netty5.handler.ssl.DelegatingSslContext
-
Init the
SslHandler
. - initialFlowControlledBytes() - Method in class io.netty5.handler.codec.http2.DefaultHttp2DataFrame
- initialFlowControlledBytes() - Method in interface io.netty5.handler.codec.http2.Http2DataFrame
-
Returns the number of bytes that are flow-controlled initially, so even if the
Http2DataFrame.content()
is consumed this will not change. - initialHuffmanDecodeCapacity(int) - Method in class io.netty5.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
-
Deprecated.Huffman decoding no longer depends on having a decode capacity.
- initialHuffmanDecodeCapacity(int) - Method in class io.netty5.handler.codec.http2.Http2ConnectionHandlerBuilder
-
Deprecated.
- initialHuffmanDecodeCapacity(int) - Method in class io.netty5.handler.codec.http2.Http2FrameCodecBuilder
-
Deprecated.
- initialHuffmanDecodeCapacity(int) - Method in class io.netty5.handler.codec.http2.HttpToHttp2ConnectionHandlerBuilder
-
Deprecated.
- initialize() - Static method in class io.netty5.channel.unix.Socket
- initialLineLength() - Method in class io.netty5.handler.codec.http.HttpMessageDecoderResult
-
The decoded initial line length (in bytes), as controlled by
maxInitialLineLength
. - initialNanoTime() - Static method in class io.netty5.util.concurrent.AbstractScheduledEventExecutor
-
The initial value used for delay and computations based upon a monatomic time source.
- initialSettings() - Method in class io.netty5.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
-
Sets the
Http2Settings
to use for the initial connection settings exchange. - initialSettings() - Method in class io.netty5.handler.codec.http2.Http2ConnectionHandlerBuilder
- initialSettings() - Method in class io.netty5.handler.codec.http2.Http2FrameCodecBuilder
- initialSettings(Http2Settings) - Method in class io.netty5.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
-
Sets the
Http2Settings
to use for the initial connection settings exchange. - initialSettings(Http2Settings) - Method in class io.netty5.handler.codec.http2.Http2ConnectionHandlerBuilder
- initialSettings(Http2Settings) - Method in class io.netty5.handler.codec.http2.Http2FrameCodecBuilder
- initialSettings(Http2Settings) - Method in class io.netty5.handler.codec.http2.HttpToHttp2ConnectionHandlerBuilder
- initialValue() - Method in class io.netty5.util.concurrent.FastThreadLocal
-
Returns the initial value for this thread-local variable.
- initialValue() - Method in class io.netty5.util.internal.ReferenceCountUpdater
- initialWindowSize() - Method in class io.netty5.handler.codec.http2.DefaultHttp2LocalFlowController
- initialWindowSize() - Method in class io.netty5.handler.codec.http2.DefaultHttp2RemoteFlowController
- initialWindowSize() - Method in interface io.netty5.handler.codec.http2.Http2FlowController
-
Gets the connection-wide initial flow control window size that is used as the basis for new stream flow control windows.
- initialWindowSize() - Method in class io.netty5.handler.codec.http2.Http2Settings
-
Gets the
SETTINGS_INITIAL_WINDOW_SIZE
value. - initialWindowSize(int) - Method in class io.netty5.handler.codec.http2.DefaultHttp2LocalFlowController
- initialWindowSize(int) - Method in class io.netty5.handler.codec.http2.DefaultHttp2RemoteFlowController
- initialWindowSize(int) - Method in interface io.netty5.handler.codec.http2.Http2FlowController
-
Sets the connection-wide initial flow control window and updates all stream windows (but not the connection stream window) by the delta.
- initialWindowSize(int) - Method in class io.netty5.handler.codec.http2.Http2Settings
-
Sets the
SETTINGS_INITIAL_WINDOW_SIZE
value. - initialWindowSize(Http2Stream) - Method in class io.netty5.handler.codec.http2.DefaultHttp2LocalFlowController
- initialWindowSize(Http2Stream) - Method in interface io.netty5.handler.codec.http2.Http2LocalFlowController
-
Get the initial flow control window size for the given stream.
- InsecureTrustManagerFactory - Class in io.netty5.handler.ssl.util
-
An insecure
TrustManagerFactory
that trusts all X.509 certificates without any verification. - insertSinceRecycled() - Method in class io.netty5.util.internal.RecyclableArrayList
-
Returns
true
if any elements where added or set. - instance() - Static method in interface io.netty5.buffer.api.MemoryManager
-
Get the default, or currently configured, memory managers instance.
- instance() - Static method in class io.netty5.handler.codec.UnsupportedValueConverter
- instance() - Static method in class io.netty5.util.internal.EmptyPriorityQueue
-
Returns an unmodifiable empty
PriorityQueue
. - instance() - Static method in class io.netty5.util.ResourceLeakDetectorFactory
-
Get the singleton instance of this factory class.
- INSTANCE - Static variable in class io.netty5.channel.DefaultSelectStrategyFactory
- INSTANCE - Static variable in class io.netty5.handler.codec.CharSequenceValueConverter
- INSTANCE - Static variable in class io.netty5.handler.codec.http.EmptyHttpHeaders
- INSTANCE - Static variable in class io.netty5.handler.codec.http.HttpExpectationFailedEvent
- INSTANCE - Static variable in class io.netty5.handler.codec.http.websocketx.extensions.compression.WebSocketClientCompressionHandler
- INSTANCE - Static variable in class io.netty5.handler.codec.http2.EmptyHttp2Headers
- INSTANCE - Static variable in interface io.netty5.handler.codec.http2.Http2SettingsAckFrame
- INSTANCE - Static variable in class io.netty5.handler.ssl.IdentityCipherSuiteFilter
-
Defaults to default ciphers when provided ciphers are null
- INSTANCE - Static variable in class io.netty5.handler.ssl.SupportedCipherSuiteFilter
- INSTANCE - Static variable in class io.netty5.handler.ssl.util.InsecureTrustManagerFactory
- INSTANCE - Static variable in exception io.netty5.handler.timeout.ReadTimeoutException
- INSTANCE - Static variable in exception io.netty5.handler.timeout.WriteTimeoutException
- INSTANCE - Static variable in class io.netty5.resolver.DefaultAddressResolverGroup
- INSTANCE - Static variable in class io.netty5.resolver.dns.DefaultDnsServerAddressStreamProvider
- INSTANCE - Static variable in class io.netty5.resolver.dns.NoopAuthoritativeDnsServerCache
- INSTANCE - Static variable in class io.netty5.resolver.dns.NoopDnsCache
- INSTANCE - Static variable in class io.netty5.resolver.dns.NoopDnsCnameCache
- INSTANCE - Static variable in class io.netty5.resolver.dns.NoopDnsQueryLifecycleObserverFactory
- INSTANCE - Static variable in class io.netty5.resolver.NoopAddressResolverGroup
- INSTANCE - Static variable in class io.netty5.util.concurrent.GlobalEventExecutor
- INSTANCE - Static variable in class io.netty5.util.concurrent.ImmediateEventExecutor
- INSTANCE - Static variable in class io.netty5.util.concurrent.ImmediateExecutor
- INSTANCE - Static variable in class io.netty5.util.internal.logging.CommonsLoggerFactory
-
Deprecated.
- INSTANCE - Static variable in class io.netty5.util.internal.logging.JdkLoggerFactory
- INSTANCE - Static variable in class io.netty5.util.internal.logging.Log4J2LoggerFactory
- INSTANCE - Static variable in class io.netty5.util.internal.logging.Slf4JLoggerFactory
- INSTANCE_DEFAULTING_TO_SUPPORTED_CIPHERS - Static variable in class io.netty5.handler.ssl.IdentityCipherSuiteFilter
-
Defaults to supported ciphers when provided ciphers are null
- INSUFFICIENT_STORAGE - Static variable in class io.netty5.handler.codec.http.HttpResponseStatus
-
507 Insufficient Storage (WebDAV, RFC4918)
- INT_FIELD_LENGTH - Static variable in class io.netty5.handler.codec.http2.Http2CodecUtil
- IntCollections - Class in io.netty5.util.collection
-
Utilities for int-based primitive collections.
- IntegerUnixChannelOption - Class in io.netty5.channel.unix
- IntegerUnixChannelOption(String, int, int) - Constructor for class io.netty5.channel.unix.IntegerUnixChannelOption
-
Creates a new instance.
- INTERLEAVED - Static variable in class io.netty5.handler.codec.rtsp.RtspHeaderValues
-
"interleaved"
- INTERNAL_ERROR - io.netty5.handler.codec.http2.Http2Error
- INTERNAL_SERVER_ERROR - Static variable in class io.netty5.handler.codec.http.HttpResponseStatus
-
500 Internal Server Error
- INTERNAL_SERVER_ERROR - Static variable in class io.netty5.handler.codec.http.websocketx.WebSocketCloseStatus
- INTERNAL_SERVER_ERROR - Static variable in class io.netty5.handler.codec.rtsp.RtspResponseStatuses
-
500 Internal Server Error
- internalBuffer() - Method in class io.netty5.handler.codec.ByteToMessageDecoder
-
Returns the internal cumulative buffer of this decoder, if exists, else
null
. - internalLevel - Variable in class io.netty5.handler.logging.LoggingHandler
- InternalLogger - Interface in io.netty5.util.internal.logging
-
Internal-use-only logger used by Netty.
- InternalLoggerFactory - Class in io.netty5.util.internal.logging
-
Creates
InternalLogger
s. - InternalLoggerFactory() - Constructor for class io.netty5.util.internal.logging.InternalLoggerFactory
- InternalLogLevel - Enum in io.netty5.util.internal.logging
-
The log level that
InternalLogger
can log at. - interruptThread() - Method in class io.netty5.util.concurrent.SingleThreadEventExecutor
-
Interrupt the current running
Thread
. - IntObjectHashMap<V> - Class in io.netty5.util.collection
-
A hash map implementation of
IntObjectMap
that uses open addressing for keys. - IntObjectHashMap() - Constructor for class io.netty5.util.collection.IntObjectHashMap
- IntObjectHashMap(int) - Constructor for class io.netty5.util.collection.IntObjectHashMap
- IntObjectHashMap(int, float) - Constructor for class io.netty5.util.collection.IntObjectHashMap
- IntObjectMap<V> - Interface in io.netty5.util.collection
-
Interface for a primitive map that uses
int
s as keys. - IntObjectMap.PrimitiveEntry<V> - Interface in io.netty5.util.collection
-
A primitive entry in the map, provided by the iterator from
IntObjectMap.entries()
- intToIpAddress(int) - Static method in class io.netty5.util.NetUtil
-
Converts a 32-bit integer into an IPv4 address.
- intValue() - Method in class io.netty5.channel.unix.FileDescriptor
-
Return the int value of the filedescriptor.
- intValue() - Method in class io.netty5.handler.codec.dns.DnsRecordType
-
Returns the value of this DnsType as it appears in DNS protocol
- intValue() - Method in class io.netty5.handler.codec.dns.DnsResponseCode
-
Returns the error code for this
DnsResponseCode
. - intValue(Integer, int) - Static method in class io.netty5.util.internal.ObjectUtil
-
Resolves a possibly null Integer to a primitive int, using a default value.
- invalid() - Static method in class io.netty5.handler.codec.ProtocolDetectionResult
-
Returns a
ProtocolDetectionResult
that signals the data was invalid for the protocol. - INVALID - io.netty5.handler.codec.ProtocolDetectionState
-
The data was invalid.
- INVALID_MESSAGE_TYPE - Static variable in class io.netty5.handler.codec.http.websocketx.WebSocketCloseStatus
- INVALID_PAYLOAD_DATA - Static variable in class io.netty5.handler.codec.http.websocketx.WebSocketCloseStatus
- INVALID_RANGE - Static variable in class io.netty5.handler.codec.rtsp.RtspResponseStatuses
-
457 Invalid Range
- invert(ChannelMatcher) - Static method in class io.netty5.channel.group.ChannelMatchers
-
Invert the given
ChannelMatcher
. - io.netty.codec.http2 - module io.netty.codec.http2
- io.netty5.bootstrap - package io.netty5.bootstrap
-
The helper classes with fluent API which enable an easy implementation of typical client side and server side channel initialization.
- io.netty5.buffer - module io.netty5.buffer
- io.netty5.buffer - package io.netty5.buffer
-
Abstraction of a byte buffer - the fundamental data structure to represent a low-level binary and text message.
- io.netty5.buffer.api - package io.netty5.buffer.api
-
Incubating
Buffer
API, as a proposed alternative toByteBuf
. - io.netty5.buffer.api.bytebuffer - package io.netty5.buffer.api.bytebuffer
-
Safe ByteBuffer based implementation.
- io.netty5.buffer.api.internal - package io.netty5.buffer.api.internal
-
Internal implementation details that can be shared among Buffer implementations.
- io.netty5.buffer.api.pool - package io.netty5.buffer.api.pool
-
A pooling
BufferAllocator
implementation based on jemalloc. - io.netty5.buffer.api.unsafe - package io.netty5.buffer.api.unsafe
-
A
Buffer
implementation that is based onsun.misc.Unsafe
. - io.netty5.channel - package io.netty5.channel
-
The core channel API which is asynchronous and event-driven abstraction of various transports such as a NIO Channel.
- io.netty5.channel.embedded - package io.netty5.channel.embedded
-
A virtual
Channel
that helps wrapping a series of handlers to unit test the handlers or use them in non-I/O context. - io.netty5.channel.epoll - package io.netty5.channel.epoll
-
Optimized transport for linux which uses EPOLL Edge-Triggered Mode for maximal performance.
- io.netty5.channel.group - package io.netty5.channel.group
-
A channel registry which helps a user maintain the list of open
Channel
s and perform bulk operations on them. - io.netty5.channel.internal - package io.netty5.channel.internal
-
Internal utilities for channel implementations.
- io.netty5.channel.kqueue - package io.netty5.channel.kqueue
-
BSD specific transport.
- io.netty5.channel.local - package io.netty5.channel.local
-
A virtual transport that enables the communication between the two parties in the same virtual machine.
- io.netty5.channel.nio - package io.netty5.channel.nio
-
NIO-based channel API implementation - recommended for a large number of connections (>= 1000).
- io.netty5.channel.socket - package io.netty5.channel.socket
-
Abstract TCP and UDP socket interfaces which extend the core channel API.
- io.netty5.channel.socket.nio - package io.netty5.channel.socket.nio
-
NIO-based socket channel API implementation - recommended for a large number of connections (>= 1000).
- io.netty5.channel.unix - package io.netty5.channel.unix
-
Unix specific transport.
- io.netty5.codec - module io.netty5.codec
- io.netty5.codec.dns - module io.netty5.codec.dns
- io.netty5.codec.http - module io.netty5.codec.http
- io.netty5.common - module io.netty5.common
- io.netty5.handler - module io.netty5.handler
- io.netty5.handler.address - package io.netty5.handler.address
-
Package to dynamically replace local / remote
SocketAddress
. - io.netty5.handler.codec - package io.netty5.handler.codec
-
Extensible decoder and its common implementations which deal with the packet fragmentation and reassembly issue found in a stream-based transport such as TCP/IP.
- io.netty5.handler.codec.base64 - package io.netty5.handler.codec.base64
- io.netty5.handler.codec.bytes - package io.netty5.handler.codec.bytes
-
Encoder and decoder which transform an array of bytes into a
io.netty5.buffer.ByteBuf
and vice versa. - io.netty5.handler.codec.compression - package io.netty5.handler.codec.compression
- io.netty5.handler.codec.dns - package io.netty5.handler.codec.dns
-
DNS codec.
- io.netty5.handler.codec.http - package io.netty5.handler.codec.http
-
Encoder, decoder and their related message types for HTTP.
- io.netty5.handler.codec.http.cookie - package io.netty5.handler.codec.http.cookie
-
This package contains Cookie related classes.
- io.netty5.handler.codec.http.cors - package io.netty5.handler.codec.http.cors
-
This package contains Cross Origin Resource Sharing (CORS) related classes.
- io.netty5.handler.codec.http.websocketx - package io.netty5.handler.codec.http.websocketx
-
Encoder, decoder, handshakers and their related message types for Web Socket data frames.
- io.netty5.handler.codec.http.websocketx.extensions - package io.netty5.handler.codec.http.websocketx.extensions
-
Encoder, decoder, handshakers to handle WebSocket Extensions.
- io.netty5.handler.codec.http.websocketx.extensions.compression - package io.netty5.handler.codec.http.websocketx.extensions.compression
-
Encoder, decoder, handshakers to handle most common WebSocket Compression Extensions.
- io.netty5.handler.codec.http2 - package io.netty5.handler.codec.http2
-
Handlers for sending and receiving HTTP/2 frames.
- io.netty5.handler.codec.rtsp - package io.netty5.handler.codec.rtsp
-
An RTSP extension based on the HTTP codec.
- io.netty5.handler.codec.string - package io.netty5.handler.codec.string
-
Encoder and decoder which transform a
String
into aio.netty5.buffer.ByteBuf
and vice versa. - io.netty5.handler.flow - package io.netty5.handler.flow
-
Package to control the flow of messages.
- io.netty5.handler.flush - package io.netty5.handler.flush
-
Package to control flush behavior.
- io.netty5.handler.ipfilter - package io.netty5.handler.ipfilter
-
Package to filter IP addresses (allow/deny).
- io.netty5.handler.logging - package io.netty5.handler.logging
-
Logs the I/O events for debugging purpose.
- io.netty5.handler.ssl - package io.netty5.handler.ssl
- io.netty5.handler.ssl.ocsp - package io.netty5.handler.ssl.ocsp
-
OCSP stapling, formally known as the TLS Certificate Status Request extension, is an alternative approach to the Online Certificate Status Protocol (OCSP) for checking the revocation status of X.509 digital certificates.
- io.netty5.handler.ssl.util - package io.netty5.handler.ssl.util
-
Utility classes that helps easier development of TLS/SSL applications.
- io.netty5.handler.stream - package io.netty5.handler.stream
-
Writes very large data stream asynchronously neither spending a lot of memory nor getting
OutOfMemoryError
. - io.netty5.handler.timeout - package io.netty5.handler.timeout
-
Adds support for read and write timeout and idle connection notification using a
Timer
. - io.netty5.handler.traffic - package io.netty5.handler.traffic
-
Implementation of a Traffic Shaping Handler and Dynamic Statistics.
- io.netty5.resolver - module io.netty5.resolver
- io.netty5.resolver - package io.netty5.resolver
-
Resolves an arbitrary string that represents the name of an endpoint into an address.
- io.netty5.resolver.dns - module io.netty5.resolver.dns
- io.netty5.resolver.dns - package io.netty5.resolver.dns
-
An alternative to Java's built-in domain name lookup mechanism that resolves a domain name asynchronously, which supports the queries of an arbitrary DNS record type as well.
- io.netty5.resolver.dns.classes.macos - module io.netty5.resolver.dns.classes.macos
- io.netty5.resolver.dns.macos - package io.netty5.resolver.dns.macos
-
MacOS specific nameserver resolution.
- io.netty5.transport - module io.netty5.transport
- io.netty5.transport.classes.epoll - module io.netty5.transport.classes.epoll
- io.netty5.transport.classes.kqueue - module io.netty5.transport.classes.kqueue
- io.netty5.transport.unix.common - module io.netty5.transport.unix.common
- io.netty5.util - package io.netty5.util
-
Utility classes used across multiple packages.
- io.netty5.util.collection - package io.netty5.util.collection
- io.netty5.util.concurrent - package io.netty5.util.concurrent
-
Utility classes for concurrent / async tasks.
- io.netty5.util.internal - package io.netty5.util.internal
-
Internal-use-only utilities which is not allowed to be used outside Netty.
- io.netty5.util.internal.logging - package io.netty5.util.internal.logging
-
Internal-use-only logging API which is not allowed to be used outside Netty.
- IoExecutionContext - Interface in io.netty5.channel
-
The execution context for an
IoHandler
. - IoHandle - Interface in io.netty5.channel
-
A handle that will process I/O.
- IoHandler - Interface in io.netty5.channel
-
Handles IO dispatching for an
EventLoop
All operations exceptIoHandler.wakeup(boolean)
andIoHandler.isCompatible(Class)
MUST be executed on theEventLoop
thread and should never be called from the user-directly. - IoHandlerFactory - Interface in io.netty5.channel
-
Factory for
IoHandler
instances. - ioResult(String, int) - Static method in class io.netty5.channel.unix.Errors
- ioResult(String, int, Errors.NativeIoException, ClosedChannelException) - Static method in class io.netty5.channel.unix.Errors
-
Deprecated.
- IOV_MAX - Static variable in class io.netty5.channel.unix.Limits
- IOV_SIZE - Static variable in class io.netty5.channel.unix.IovArray
-
The size of an
iovec
struct in bytes. - IovArray - Class in io.netty5.channel.unix
-
Represent an array of struct array and so can be passed directly over via JNI without the need to do any more array copies.
- IovArray() - Constructor for class io.netty5.channel.unix.IovArray
- IovArray(ByteBuffer) - Constructor for class io.netty5.channel.unix.IovArray
- IP_FREEBIND - Static variable in class io.netty5.channel.epoll.EpollChannelOption
- IP_MULTICAST_IF - Static variable in class io.netty5.channel.ChannelOption
- IP_MULTICAST_LOOP_DISABLED - Static variable in class io.netty5.channel.ChannelOption
- IP_MULTICAST_TTL - Static variable in class io.netty5.channel.ChannelOption
- IP_RECVORIGDSTADDR - Static variable in class io.netty5.channel.epoll.EpollChannelOption
- IP_TOS - Static variable in class io.netty5.channel.ChannelOption
- IP_TRANSPARENT - Static variable in class io.netty5.channel.epoll.EpollChannelOption
- IpFilterRule - Interface in io.netty5.handler.ipfilter
-
Implement this interface to create new rules.
- IpFilterRuleType - Enum in io.netty5.handler.ipfilter
-
Used in
IpFilterRule
to decide if a matching IP Address should be allowed or denied to connect. - IPSECKEY - Static variable in class io.netty5.handler.codec.dns.DnsRecordType
-
IPsec Key record RFC 4025 Key record that can be used with IPsec.
- IpSubnetFilter - Class in io.netty5.handler.ipfilter
-
This class allows one to filter new
Channel
s based on theIpSubnetFilter
s passed to its constructor. - IpSubnetFilter(boolean, IpSubnetFilterRule...) - Constructor for class io.netty5.handler.ipfilter.IpSubnetFilter
-
Create new
IpSubnetFilter
Instance with specifiedIpSubnetFilterRule
as array and specify if we'll accept a connection if we don't find it in the rule(s). - IpSubnetFilter(boolean, List<IpSubnetFilterRule>) - Constructor for class io.netty5.handler.ipfilter.IpSubnetFilter
-
Create new
IpSubnetFilter
Instance with specifiedIpSubnetFilterRule
asList
and specify if we'll accept a connection if we don't find it in the rule(s). - IpSubnetFilter(IpSubnetFilterRule...) - Constructor for class io.netty5.handler.ipfilter.IpSubnetFilter
-
Create new
IpSubnetFilter
Instance with specifiedIpSubnetFilterRule
as array. - IpSubnetFilter(List<IpSubnetFilterRule>) - Constructor for class io.netty5.handler.ipfilter.IpSubnetFilter
- IpSubnetFilterRule - Class in io.netty5.handler.ipfilter
-
Use this class to create rules for
RuleBasedIpFilter
that group IP addresses into subnets. - IpSubnetFilterRule(String, int, IpFilterRuleType) - Constructor for class io.netty5.handler.ipfilter.IpSubnetFilterRule
- IpSubnetFilterRule(InetAddress, int, IpFilterRuleType) - Constructor for class io.netty5.handler.ipfilter.IpSubnetFilterRule
- IPV4_ONLY - io.netty5.resolver.ResolvedAddressTypes
-
Only resolve IPv4 addresses
- IPV4_PREFERRED - io.netty5.resolver.ResolvedAddressTypes
-
Prefer IPv4 addresses over IPv6 ones
- ipv4AddressToInt(Inet4Address) - Static method in class io.netty5.util.NetUtil
-
Convert
Inet4Address
intoint
- ipv4Entries() - Method in class io.netty5.resolver.HostsFileEntriesProvider
-
The IPv4 entries.
- ipv4MappedIpv6Address(byte[]) - Static method in class io.netty5.channel.unix.NativeInetAddress
- ipv6 - Variable in class io.netty5.channel.unix.Socket
- IPV6_ONLY - io.netty5.resolver.ResolvedAddressTypes
-
Only resolve IPv6 addresses
- IPV6_PREFERRED - io.netty5.resolver.ResolvedAddressTypes
-
Prefer IPv6 addresses over IPv4 ones
- ipv6Entries() - Method in class io.netty5.resolver.HostsFileEntriesProvider
-
The IPv6 entries.
- IQUERY - Static variable in class io.netty5.handler.codec.dns.DnsOpCode
-
The 'IQuery' DNS OpCode, as defined in RFC1035.
- is(Channel) - Static method in class io.netty5.channel.group.ChannelMatchers
-
Returns a
ChannelMatcher
that matches the givenChannel
. - IS_SUPPORTING_SENDMMSG - Static variable in class io.netty5.channel.epoll.Native
- IS_SUPPORTING_TCP_FASTOPEN - Static variable in class io.netty5.channel.epoll.Native
-
Deprecated.
- is100ContinueExpected(HttpMessage) - Static method in class io.netty5.handler.codec.http.HttpHeaders
-
Deprecated.Use
HttpUtil.is100ContinueExpected(HttpMessage)
instead. Returnstrue
if and only if the specified message contains the"Expect: 100-continue"
header. - is100ContinueExpected(HttpMessage) - Static method in class io.netty5.handler.codec.http.HttpUtil
-
Returns
true
if and only if the specified message contains an expect header and the only expectation present is the 100-continue expectation. - isAccessible() - Method in class io.netty5.buffer.api.BufferHolder
- isAccessible() - Method in class io.netty5.buffer.api.BufferStub
- isAccessible() - Method in class io.netty5.buffer.api.internal.ResourceSupport
- isAccessible() - Method in class io.netty5.channel.BufferAddressedEnvelope
- isAccessible() - Method in class io.netty5.handler.codec.dns.DefaultDnsRawRecord
- isAccessible() - Method in class io.netty5.handler.codec.http.DefaultFullHttpRequest
- isAccessible() - Method in class io.netty5.handler.codec.http.DefaultFullHttpResponse
- isAccessible() - Method in class io.netty5.handler.codec.http.DefaultHttpContent
- isAccessible() - Method in class io.netty5.handler.codec.http.DefaultLastHttpContent
- isAccessible() - Method in class io.netty5.handler.codec.http.EmptyLastHttpContent
- isAccessible() - Method in class io.netty5.handler.codec.http.HttpServerUpgradeHandler.UpgradeEvent
- isAccessible() - Method in class io.netty5.handler.codec.http2.DefaultHttp2DataFrame
- isAccessible() - Method in class io.netty5.handler.ssl.PemX509Certificate
- isAccessible() - Method in interface io.netty5.util.Resource
-
Check if this object is accessible.
- isAccessible(Object, boolean) - Static method in interface io.netty5.util.Resource
-
Check if an object is accessible.
- isActive() - Method in interface io.netty5.channel.Channel
-
Return
true
if theChannel
is active and so connected. - isActive() - Method in class io.netty5.channel.embedded.EmbeddedChannel
- isActive() - Method in class io.netty5.channel.epoll.EpollDatagramChannel
- isActive() - Method in class io.netty5.channel.kqueue.KQueueDatagramChannel
- isActive() - Method in class io.netty5.channel.local.LocalChannel
- isActive() - Method in class io.netty5.channel.local.LocalServerChannel
- isActive() - Method in class io.netty5.channel.socket.nio.NioDatagramChannel
- isActive() - Method in class io.netty5.channel.socket.nio.NioServerSocketChannel
- isActive() - Method in class io.netty5.channel.socket.nio.NioSocketChannel
- isAggregated(Object) - Method in class io.netty5.handler.codec.http.HttpObjectAggregator
- isAggregated(Object) - Method in class io.netty5.handler.codec.http.websocketx.WebSocketFrameAggregator
- isAggregated(Object) - Method in class io.netty5.handler.codec.MessageAggregator
-
Returns
true
if and only if the specified message is already aggregated. - isAlive() - Method in interface io.netty5.util.concurrent.ThreadProperties
- isAllowHalfClosure() - Method in class io.netty5.channel.AbstractChannel
- isAlpnSupported() - Static method in class io.netty5.handler.ssl.OpenSsl
-
Deprecated.
- isAlpnSupported(SslProvider) - Static method in enum io.netty5.handler.ssl.SslProvider
- isAndroid() - Static method in class io.netty5.util.internal.PlatformDependent
-
Returns
true
if and only if the current platform is Android - isAnyOriginSupported() - Method in class io.netty5.handler.codec.http.cors.CorsConfig
-
Determines whether a wildcard origin, '*', is supported.
- isAsteriskForm(String) - Static method in class io.netty5.handler.codec.http.HttpUtil
-
Determine if a string uri is in asterisk-form according to rfc7230, 5.3.
- isAsteriskForm(URI) - Static method in class io.netty5.handler.codec.http.HttpUtil
-
Determine if a uri is in asterisk-form according to rfc7230, 5.3.
- isAuthoritative(ChannelHandlerContext, Http2Headers) - Method in interface io.netty5.handler.codec.http2.Http2PromisedRequestVerifier
-
Determine if a
Http2Headers
are authoritative for a particularChannelHandlerContext
. - isAuthoritativeAnswer() - Method in class io.netty5.handler.codec.dns.DefaultDnsResponse
- isAuthoritativeAnswer() - Method in interface io.netty5.handler.codec.dns.DnsResponse
-
Returns
true
if responding server is authoritative for the domain name in the query message. - isAutoAckPingFrame() - Method in class io.netty5.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
-
Determine if the PING frames should be automatically acknowledged or not.
- isAutoAckSettingsFrame() - Method in class io.netty5.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
-
Determine if the SETTINGS frames should be automatically acknowledged and applied.
- isAutoRead() - Method in class io.netty5.channel.AbstractChannel
- isAvailable() - Static method in class io.netty5.channel.epoll.Epoll
-
Returns
true
if and only if thenetty-transport-native-epoll
is available. - isAvailable() - Static method in class io.netty5.channel.kqueue.KQueue
-
Returns
true
if and only if thenetty-transport-native-kqueue
is available. - isAvailable() - Static method in class io.netty5.channel.unix.Unix
-
Deprecated.
- isAvailable() - Static method in class io.netty5.handler.codec.compression.Brotli
- isAvailable() - Static method in class io.netty5.handler.codec.compression.Zstd
- isAvailable() - Static method in class io.netty5.handler.ssl.OpenSsl
-
Returns
true
if and only ifnetty-tcnative
and its OpenSSL support are available. - isAvailable() - Static method in class io.netty5.resolver.dns.macos.MacOSDnsServerAddressStreamProvider
- isBroadcast() - Method in class io.netty5.channel.unix.Socket
- isBufferCopyNeededForWrite(Buffer) - Static method in class io.netty5.channel.unix.UnixChannelUtil
-
Checks if the specified buffer has memory address or is composed of n(n <= IOV_MAX) NIO direct buffers.
- isCacheable(Http2Headers) - Method in interface io.netty5.handler.codec.http2.Http2PromisedRequestVerifier
-
Determine if a request is cacheable.
- isCancellable() - Method in class io.netty5.util.concurrent.DefaultPromise
- isCancellable() - Method in interface io.netty5.util.concurrent.FutureCompletionStage
- isCancelled() - Method in class io.netty5.util.concurrent.DefaultPromise
- isCancelled() - Method in interface io.netty5.util.Timeout
-
Returns
true
if and only if theTimerTask
associated with this handle has been cancelled. - isCipherSuiteAvailable(String) - Static method in class io.netty5.handler.ssl.OpenSsl
-
Returns
true
if and only if the specified cipher suite is available in OpenSSL. - isClient() - Method in class io.netty5.handler.ssl.DelegatingSslContext
- isClient() - Method in class io.netty5.handler.ssl.JdkSslContext
- isClient() - Method in class io.netty5.handler.ssl.ReferenceCountedOpenSslContext
- isClient() - Method in class io.netty5.handler.ssl.SslContext
-
Returns the
true
if and only if this context is for client-side. - isClosed() - Method in class io.netty5.handler.codec.compression.BrotliCompressor
- isClosed() - Method in class io.netty5.handler.codec.compression.BrotliDecompressor
- isClosed() - Method in class io.netty5.handler.codec.compression.Bzip2Compressor
- isClosed() - Method in class io.netty5.handler.codec.compression.Bzip2Decompressor
- isClosed() - Method in interface io.netty5.handler.codec.compression.Compressor
-
Return
true
if the decompressor was closed,false
otherwise. - isClosed() - Method in interface io.netty5.handler.codec.compression.Decompressor
-
Return
true
if the decompressor was closed,false
otherwise. - isClosed() - Method in class io.netty5.handler.codec.compression.FastLzCompressor
- isClosed() - Method in class io.netty5.handler.codec.compression.FastLzDecompressor
- isClosed() - Method in class io.netty5.handler.codec.compression.Lz4Compressor
- isClosed() - Method in class io.netty5.handler.codec.compression.Lz4Decompressor
- isClosed() - Method in class io.netty5.handler.codec.compression.LzfCompressor
- isClosed() - Method in class io.netty5.handler.codec.compression.LzfDecompressor
- isClosed() - Method in class io.netty5.handler.codec.compression.LzmaCompressor
- isClosed() - Method in class io.netty5.handler.codec.compression.SnappyCompressor
- isClosed() - Method in class io.netty5.handler.codec.compression.SnappyDecompressor
- isClosed() - Method in class io.netty5.handler.codec.compression.ZlibCompressor
- isClosed() - Method in class io.netty5.handler.codec.compression.ZlibDecompressor
- isClosed() - Method in class io.netty5.handler.codec.compression.ZstdCompressor
- isCompatible(Class<? extends IoHandle>) - Method in class io.netty5.channel.epoll.EpollHandler
- isCompatible(Class<? extends IoHandle>) - Method in interface io.netty5.channel.EventLoop
- isCompatible(Class<? extends IoHandle>) - Method in interface io.netty5.channel.EventLoopGroup
-
Returns
true
if the given type is compatible with thisEventLoopGroup
and so can be registered to the containedEventLoop
s,false
otherwise. - isCompatible(Class<? extends IoHandle>) - Method in interface io.netty5.channel.IoHandler
-
Returns
true
if the given type is compatible with thisIoHandler
and so can be registered,false
otherwise. - isCompatible(Class<? extends IoHandle>) - Method in class io.netty5.channel.kqueue.KQueueHandler
- isCompatible(Class<? extends IoHandle>) - Method in class io.netty5.channel.local.LocalHandler
- isCompatible(Class<? extends IoHandle>) - Method in class io.netty5.channel.nio.NioHandler
- isCompatible(Class<? extends IoHandle>) - Method in class io.netty5.channel.SingleThreadEventLoop
- isComposite(Buffer) - Static method in interface io.netty5.buffer.api.CompositeBuffer
-
Check if the given buffer is a composite buffer or not.
- isConnected() - Method in class io.netty5.channel.epoll.EpollDatagramChannel
- isConnected() - Method in class io.netty5.channel.kqueue.KQueueDatagramChannel
- isConnected() - Method in interface io.netty5.channel.socket.DatagramChannel
-
Return
true
if theDatagramChannel
is connected to the remote peer. - isConnected() - Method in class io.netty5.channel.socket.nio.NioDatagramChannel
- isConnectPending() - Method in class io.netty5.channel.AbstractChannel
-
Returns if a connect request was issued before and we are waiting for
AbstractChannel.finishConnect()
to be called. - isContentAlwaysEmpty(H) - Method in class io.netty5.handler.codec.http.HttpObjectEncoder
-
Determine whether a message has a content or not.
- isContentAlwaysEmpty(HttpMessage) - Method in class io.netty5.handler.codec.http.HttpObjectDecoder
- isContentAlwaysEmpty(HttpMessage) - Method in class io.netty5.handler.codec.rtsp.RtspDecoder
- isContentAlwaysEmpty(HttpResponse) - Method in class io.netty5.handler.codec.http.HttpResponseEncoder
- isContentLengthInvalid(HttpMessage, int) - Method in class io.netty5.handler.codec.http.HttpObjectAggregator
- isContentLengthInvalid(WebSocketFrame, int) - Method in class io.netty5.handler.codec.http.websocketx.WebSocketFrameAggregator
- isContentLengthInvalid(S, int) - Method in class io.netty5.handler.codec.MessageAggregator
-
Determine if the message
start
's content length is known, and if it greater thanmaxContentLength
. - isContentLengthSet(HttpMessage) - Static method in class io.netty5.handler.codec.http.HttpHeaders
-
Deprecated.Use
HttpUtil.isContentLengthSet(HttpMessage)
instead. - isContentLengthSet(HttpMessage) - Static method in class io.netty5.handler.codec.http.HttpUtil
- isCorsSupportEnabled() - Method in class io.netty5.handler.codec.http.cors.CorsConfig
-
Determines if support for CORS is enabled.
- isCredentialsAllowed() - Method in class io.netty5.handler.codec.http.cors.CorsConfig
-
Determines if cookies are supported for CORS requests.
- isDaemon() - Method in interface io.netty5.util.concurrent.ThreadProperties
- isDebugEnabled() - Method in interface io.netty5.util.internal.logging.InternalLogger
-
Is the logger instance enabled for the DEBUG level?
- isDecodingRequest() - Method in class io.netty5.handler.codec.http.HttpObjectDecoder
- isDecodingRequest() - Method in class io.netty5.handler.codec.http.HttpRequestDecoder
- isDecodingRequest() - Method in class io.netty5.handler.codec.http.HttpResponseDecoder
- isDecodingRequest() - Method in class io.netty5.handler.codec.rtsp.RtspDecoder
- isDestroyed() - Method in class io.netty5.handler.ssl.PemPrivateKey
- isDirect() - Method in interface io.netty5.buffer.api.AllocationType
- isDirect() - Method in interface io.netty5.buffer.api.Buffer
-
Queries if this buffer is backed by native memory, or not.
- isDirect() - Method in class io.netty5.buffer.api.BufferStub
- isDirect() - Method in class io.netty5.buffer.api.internal.WrappingAllocation
- isDirect() - Method in enum io.netty5.buffer.api.StandardAllocationTypes
- isDirectBufferPooled() - Method in class io.netty5.buffer.api.pool.PooledBufferAllocator
- isDirectMemoryCacheAlignmentSupported() - Static method in class io.netty5.buffer.api.pool.PooledBufferAllocator
-
Return
true
if direct memory cache alignment is supported,false
otherwise. - isDone() - Method in class io.netty5.util.concurrent.DefaultPromise
- isEmpty() - Method in class io.netty5.channel.AbstractCoalescingBufferQueue
-
Are there pending buffers in the queue.
- isEmpty() - Method in class io.netty5.channel.ChannelOutboundBuffer
- isEmpty() - Method in interface io.netty5.channel.ChannelPipeline
- isEmpty() - Method in class io.netty5.channel.group.DefaultChannelGroup
- isEmpty() - Method in class io.netty5.channel.PendingWriteQueue
-
Returns
true
if there are no pending write operations left in this queue. - isEmpty() - Method in class io.netty5.handler.codec.DefaultHeaders
- isEmpty() - Method in class io.netty5.handler.codec.EmptyHeaders
- isEmpty() - Method in interface io.netty5.handler.codec.Headers
- isEmpty() - Method in class io.netty5.handler.codec.http.DefaultHttpHeaders
- isEmpty() - Method in class io.netty5.handler.codec.http.EmptyHttpHeaders
- isEmpty() - Method in class io.netty5.handler.codec.http.HttpHeaders
-
Checks if no header exists.
- isEmpty() - Method in class io.netty5.handler.codec.http.ReadOnlyHttpHeaders
- isEmpty() - Method in class io.netty5.handler.codec.http2.ReadOnlyHttp2Headers
- isEmpty() - Method in class io.netty5.util.AsciiString
-
Determine if this instance has 0 length.
- isEmpty() - Method in class io.netty5.util.collection.ByteObjectHashMap
- isEmpty() - Method in class io.netty5.util.collection.CharObjectHashMap
- isEmpty() - Method in class io.netty5.util.collection.IntObjectHashMap
- isEmpty() - Method in class io.netty5.util.collection.LongObjectHashMap
- isEmpty() - Method in class io.netty5.util.collection.ShortObjectHashMap
- isEmpty() - Method in class io.netty5.util.internal.DefaultPriorityQueue
- isEmpty() - Method in class io.netty5.util.internal.EmptyPriorityQueue
- isEmpty() - Method in class io.netty5.util.internal.LongPriorityQueue
- isEnabled() - Method in class io.netty5.handler.codec.http2.Http2FrameLogger
- isEnabled() - Static method in class io.netty5.util.ResourceLeakDetector
-
Returns
true
if resource leak detection is enabled. - isEnabled(InternalLogLevel) - Method in class io.netty5.util.internal.logging.AbstractInternalLogger
- isEnabled(InternalLogLevel) - Method in interface io.netty5.util.internal.logging.InternalLogger
-
Is the logger instance enabled for the specified
level
? - isEncrypted(Buffer) - Static method in class io.netty5.handler.ssl.SslHandler
-
Returns
true
if the givenBuffer
is encrypted. - isEndOfInput() - Method in class io.netty5.handler.codec.http.HttpChunkedInput
- isEndOfInput() - Method in class io.netty5.handler.codec.http.websocketx.WebSocketChunkedInput
- isEndOfInput() - Method in class io.netty5.handler.codec.http2.Http2DataChunkedInput
- isEndOfInput() - Method in class io.netty5.handler.stream.ChunkedFile
- isEndOfInput() - Method in interface io.netty5.handler.stream.ChunkedInput
-
Return
true
if and only if there is no data left in the stream and the stream has reached at its end. - isEndOfInput() - Method in class io.netty5.handler.stream.ChunkedNioFile
- isEndOfInput() - Method in class io.netty5.handler.stream.ChunkedNioStream
- isEndOfInput() - Method in class io.netty5.handler.stream.ChunkedStream
- isEndStream() - Method in class io.netty5.handler.codec.http2.DefaultHttp2DataFrame
- isEndStream() - Method in class io.netty5.handler.codec.http2.DefaultHttp2HeadersFrame
- isEndStream() - Method in interface io.netty5.handler.codec.http2.Http2DataFrame
-
Returns
true
if the END_STREAM flag is set. - isEndStream() - Method in interface io.netty5.handler.codec.http2.Http2HeadersFrame
-
Returns
true
if the END_STREAM flag is set. - isEntireArrayUsed() - Method in class io.netty5.util.AsciiString
-
Determine if the storage represented by
AsciiString.array()
is entirely used. - isErrorEnabled() - Method in interface io.netty5.util.internal.logging.InternalLogger
-
Is the logger instance enabled for the ERROR level?
- isExpired() - Method in interface io.netty5.util.Timeout
-
Returns
true
if and only if theTimerTask
associated with this handle has been expired. - isExtendedOptionSupported(ChannelOption<?>) - Method in class io.netty5.channel.AbstractChannel
-
Override to add support for more
ChannelOption
s. - isExtendedOptionSupported(ChannelOption<?>) - Method in class io.netty5.channel.epoll.EpollDatagramChannel
- isExtendedOptionSupported(ChannelOption<?>) - Method in class io.netty5.channel.epoll.EpollServerSocketChannel
- isExtendedOptionSupported(ChannelOption<?>) - Method in class io.netty5.channel.epoll.EpollSocketChannel
- isExtendedOptionSupported(ChannelOption<?>) - Method in class io.netty5.channel.kqueue.KQueueDatagramChannel
- isExtendedOptionSupported(ChannelOption<?>) - Method in class io.netty5.channel.kqueue.KQueueServerSocketChannel
- isExtendedOptionSupported(ChannelOption<?>) - Method in class io.netty5.channel.kqueue.KQueueSocketChannel
- isExtendedOptionSupported(ChannelOption<?>) - Method in class io.netty5.channel.socket.nio.NioDatagramChannel
- isExtendedOptionSupported(ChannelOption<?>) - Method in class io.netty5.channel.socket.nio.NioServerSocketChannel
- isExtendedOptionSupported(ChannelOption<?>) - Method in class io.netty5.channel.socket.nio.NioSocketChannel
- isFailed() - Method in interface io.netty5.handler.codec.ProtocolEvent
-
Returns
true
if the event was sent because of some unsuccessful protocol event. - isFailed() - Method in class io.netty5.util.concurrent.DefaultPromise
- isFailed() - Method in interface io.netty5.util.concurrent.FutureCompletionStage
- isFailure() - Method in class io.netty5.handler.codec.DecoderResult
- isFamilySupported(Class<? extends InetAddress>, ProtocolFamily) - Static method in class io.netty5.util.NetUtil
-
Returns
true
if theProtocolFamily
is supported by the given address type. - isFamilySupported(InetAddress, ProtocolFamily) - Static method in class io.netty5.util.NetUtil
- isFinalFragment() - Method in class io.netty5.handler.codec.http.websocketx.WebSocketFrame
-
Flag to indicate if this frame is the final fragment in a message.
- isFinished() - Method in class io.netty5.handler.codec.compression.BrotliCompressor
- isFinished() - Method in class io.netty5.handler.codec.compression.BrotliDecompressor
- isFinished() - Method in class io.netty5.handler.codec.compression.Bzip2Compressor
- isFinished() - Method in class io.netty5.handler.codec.compression.Bzip2Decompressor
-
Returns
true
if and only if the end of the compressed stream has been reached. - isFinished() - Method in interface io.netty5.handler.codec.compression.Compressor
-
Returns true if the compressor was finished or closed.
- isFinished() - Method in interface io.netty5.handler.codec.compression.Decompressor
-
Returns true if the decompressor was finish.
- isFinished() - Method in class io.netty5.handler.codec.compression.FastLzCompressor
- isFinished() - Method in class io.netty5.handler.codec.compression.FastLzDecompressor
- isFinished() - Method in class io.netty5.handler.codec.compression.Lz4Compressor
- isFinished() - Method in class io.netty5.handler.codec.compression.Lz4Decompressor
- isFinished() - Method in class io.netty5.handler.codec.compression.LzfCompressor
- isFinished() - Method in class io.netty5.handler.codec.compression.LzfDecompressor
- isFinished() - Method in class io.netty5.handler.codec.compression.LzmaCompressor
- isFinished() - Method in class io.netty5.handler.codec.compression.SnappyCompressor
- isFinished() - Method in class io.netty5.handler.codec.compression.SnappyDecompressor
- isFinished() - Method in class io.netty5.handler.codec.compression.ZlibCompressor
- isFinished() - Method in class io.netty5.handler.codec.compression.ZlibDecompressor
- isFinished() - Method in class io.netty5.handler.codec.compression.ZstdCompressor
- isFirst() - Method in class io.netty5.handler.timeout.IdleStateEvent
-
Returns
true
if this was the first event for theIdleState
- isFlagSet(short) - Method in class io.netty5.handler.codec.http2.Http2Flags
-
Indicates whether or not a particular flag is set.
- isForceCloseComplete() - Method in class io.netty5.handler.codec.http.websocketx.WebSocketClientHandshaker
-
Flag to indicate if the closing handshake was initiated because of timeout.
- isGracefulShutdownComplete() - Method in class io.netty5.handler.codec.http2.Http2ConnectionHandler
-
Called by the graceful shutdown logic to determine when it is safe to close the connection.
- isGracefulShutdownComplete() - Method in class io.netty5.handler.codec.http2.Http2FrameCodec
- isHandlerActive(ChannelHandlerContext) - Static method in class io.netty5.handler.traffic.AbstractTrafficShapingHandler
- isHandshakeComplete() - Method in class io.netty5.handler.codec.http.websocketx.WebSocketClientHandshaker
-
Flag to indicate if the opening handshake is complete
- isHeadersReceived() - Method in interface io.netty5.handler.codec.http2.Http2Stream
-
Indicates whether or not the initial headers have been received.
- isHeadersSent() - Method in interface io.netty5.handler.codec.http2.Http2Stream
-
Indicates whether or not headers were sent to the remote endpoint.
- isHttpOnly() - Method in interface io.netty5.handler.codec.http.cookie.Cookie
-
Checks to see if this
Cookie
can only be accessed via HTTP. - isHttpOnly() - Method in class io.netty5.handler.codec.http.cookie.DefaultCookie
- isIkvmDotNet() - Static method in class io.netty5.util.internal.PlatformDependent
- isInboundDone() - Method in class io.netty5.handler.ssl.ReferenceCountedOpenSslEngine
- isInfoEnabled() - Method in interface io.netty5.util.internal.logging.InternalLogger
-
Is the logger instance enabled for the INFO level?
- isInputShutdown() - Method in class io.netty5.channel.unix.Socket
- isInstanceOf(Class<? extends Channel>) - Static method in class io.netty5.channel.group.ChannelMatchers
-
Returns a
ChannelMatcher
that matches allChannel
s that are an instance of sub-type of the given class. - isInterrupted() - Method in interface io.netty5.util.concurrent.ThreadProperties
- isIpTransparent() - Method in class io.netty5.channel.epoll.EpollSocketChannel
- isIpV4StackPreferred() - Static method in class io.netty5.util.NetUtil
-
Returns
true
if IPv4 should be used even if the system supports both IPv4 and IPv6. - isIpV6AddressesPreferred() - Static method in class io.netty5.util.NetUtil
-
Returns
true
if an IPv6 address should be preferred when a host has both an IPv4 address and an IPv6 address. - isIPv6Preferred() - Static method in class io.netty5.channel.unix.Socket
- isJ9Jvm() - Static method in class io.netty5.util.internal.PlatformDependent
- isKeepAlive() - Method in class io.netty5.channel.unix.Socket
- isKeepAlive(HttpMessage) - Static method in class io.netty5.handler.codec.http.HttpHeaders
-
Deprecated.Use
HttpUtil.isKeepAlive(HttpMessage)
instead. Returnstrue
if and only if the connection can remain open and thus 'kept alive'. This methods respects the value of the"Connection"
header first and then the return value ofHttpVersion.isKeepAliveDefault()
. - isKeepAlive(HttpMessage) - Static method in class io.netty5.handler.codec.http.HttpUtil
-
Returns
true
if and only if the connection can remain open and thus 'kept alive'. - isKeepAliveDefault() - Method in class io.netty5.handler.codec.http.HttpVersion
-
Returns
true
if and only if the connection is kept alive unless the"Connection"
header is set to"close"
explicitly. - isLastContentMessage(C) - Method in class io.netty5.handler.codec.MessageAggregator
-
Returns
true
if and only if the specified message is the last content message. - isLastContentMessage(HttpContent<C>) - Method in class io.netty5.handler.codec.http.HttpObjectAggregator
- isLastContentMessage(ContinuationWebSocketFrame) - Method in class io.netty5.handler.codec.http.websocketx.WebSocketFrameAggregator
- isLiveNonVolatile(T) - Method in class io.netty5.util.internal.ReferenceCountUpdater
- isMaxFrameSizeValid(int) - Static method in class io.netty5.handler.codec.http2.Http2CodecUtil
-
Indicates whether or not the given value for max frame size falls within the valid range.
- isNonServerChannel() - Static method in class io.netty5.channel.group.ChannelMatchers
- isNot(Channel) - Static method in class io.netty5.channel.group.ChannelMatchers
-
Returns a
ChannelMatcher
that matches allChannel
s except the given. - isNotInstanceOf(Class<? extends Channel>) - Static method in class io.netty5.channel.group.ChannelMatchers
-
Returns a
ChannelMatcher
that matches allChannel
s that are not an instance of sub-type of the given class. - isNullOrEmpty(String) - Static method in class io.netty5.util.internal.StringUtil
- isNullOriginAllowed() - Method in class io.netty5.handler.codec.http.cors.CorsConfig
-
Web browsers may set the 'Origin' request header to 'null' if a resource is loaded from the local file system.
- ISO_8859_1 - Static variable in class io.netty5.util.CharsetUtil
-
ISO Latin Alphabet No. 1, as known as ISO-LATIN-1
- isOcspSupported() - Static method in class io.netty5.handler.ssl.OpenSsl
-
Returns
true
if the used version of OpenSSL supports OCSP stapling. - isOpen() - Method in interface io.netty5.channel.Channel
-
Returns
true
if theChannel
is open and may get active later - isOpen() - Method in class io.netty5.channel.DefaultFileRegion
-
Returns
true
if theFileRegion
has a open file-descriptor - isOpen() - Method in class io.netty5.channel.embedded.EmbeddedChannel
- isOpen() - Method in class io.netty5.channel.local.LocalChannel
- isOpen() - Method in class io.netty5.channel.local.LocalServerChannel
- isOpen() - Method in class io.netty5.channel.nio.AbstractNioChannel
- isOpen() - Method in class io.netty5.channel.unix.FileDescriptor
-
Returns
true
if the file descriptor is open. - isOpen() - Method in class io.netty5.channel.unix.SocketWritableByteChannel
- isOptionSupported(ChannelOption<?>) - Method in class io.netty5.channel.AbstractChannel
- isOptionSupported(ChannelOption<?>) - Method in interface io.netty5.channel.Channel
- isOptResourceEnabled() - Method in class io.netty5.resolver.dns.DnsNameResolver
-
Returns the automatic inclusion of a optional records that tries to give the remote DNS server a hint about how much data the resolver can read per response is enabled.
- isOriginForm(String) - Static method in class io.netty5.handler.codec.http.HttpUtil
-
Determine if a string uri is in origin-form according to rfc7230, 5.3.
- isOriginForm(URI) - Static method in class io.netty5.handler.codec.http.HttpUtil
-
Determine if a uri is in origin-form according to rfc7230, 5.3.
- isOsx() - Static method in class io.netty5.util.internal.PlatformDependent
-
Return
true
if the JVM is running on OSX / MacOS - isOutboundDone() - Method in class io.netty5.handler.ssl.ReferenceCountedOpenSslEngine
- isOutboundStream(boolean, int) - Static method in class io.netty5.handler.codec.http2.Http2CodecUtil
-
Returns
true
if the stream is an outbound stream. - isOutOfBounds(int, int, int) - Static method in class io.netty5.util.internal.MathUtil
-
Determine if the requested
index
andlength
will fit withincapacity
. - isOutputShutdown() - Method in class io.netty5.channel.unix.Socket
- isOwned() - Method in class io.netty5.buffer.api.internal.ResourceSupport
-
Query if this object is in an "owned" state, which means no other references have been acquired to it.
- isOwned(ResourceSupport<?, ?>) - Static method in interface io.netty5.buffer.api.internal.Statics
- isPartialFailure() - Method in interface io.netty5.channel.group.ChannelGroupFuture
-
Returns
true
if and only if the I/O operations associated with this future have failed partially with some success. - isPartialSuccess() - Method in interface io.netty5.channel.group.ChannelGroupFuture
-
Returns
true
if and only if the I/O operations associated with this future were partially successful with some failure. - isPeriodic() - Method in interface io.netty5.util.concurrent.RunnableScheduledFuture
-
Return
true
if the task is periodic, which means it may be executed multiple times, as opposed to a delayed task or a normal task, that only execute once. - isPooling() - Method in interface io.netty5.buffer.api.BufferAllocator
-
Determine if this allocator is pooling and reusing its allocated memory.
- isPooling() - Method in class io.netty5.buffer.api.pool.PooledBufferAllocator
- isPooling() - Method in class io.netty5.buffer.api.SensitiveBufferAllocator
- isPrivateNetworkAllowed() - Method in class io.netty5.handler.codec.http.cors.CorsConfig
-
Web browsers may set the 'Access-Control-Request-Private-Network' request header if a resource is loaded from a local network.
- isPropagateSettings() - Method in class io.netty5.handler.codec.http2.AbstractInboundHttp2ToHttpAdapterBuilder
-
Returns
true
if a read settings frame should be propagated along the channel pipeline. - isPseudoHeader(CharSequence) - Static method in enum io.netty5.handler.codec.http2.Http2Headers.PseudoHeaderName
-
Indicates whether the given header name is a valid HTTP/2 pseudo header.
- isPushPromiseSent() - Method in interface io.netty5.handler.codec.http2.Http2Stream
-
Indicates whether or not a push promise was sent to the remote endpoint.
- isReadPending() - Method in class io.netty5.channel.nio.AbstractNioChannel
-
Deprecated.No longer supported. No longer supported.
- isRecursionAvailable() - Method in class io.netty5.handler.codec.dns.DefaultDnsResponse
- isRecursionAvailable() - Method in interface io.netty5.handler.codec.dns.DnsResponse
-
Returns
true
if DNS server can handle recursive queries. - isRecursionDesired() - Method in class io.netty5.handler.codec.dns.AbstractDnsMessage
- isRecursionDesired() - Method in interface io.netty5.handler.codec.dns.DnsMessage
-
Returns the
RD
(recursion desired} field of this DNS message. - isRecursionDesired() - Method in class io.netty5.resolver.dns.DnsNameResolver
-
Returns
true
if and only if this resolver sends a DNS query with the RD (recursion desired) flag set. - isReferenceCounted(Object) - Static method in class io.netty5.util.ReferenceCountUtil
-
Tests whether the given object implements the
ReferenceCounted
interface. - isRegistered() - Method in class io.netty5.channel.AbstractChannel
- isRegistered() - Method in interface io.netty5.channel.IoHandle
-
Return true if registered already.
- isRegistered() - Method in class io.netty5.channel.nio.NioSelectableChannelHandle
- isRemoved() - Method in interface io.netty5.channel.ChannelHandlerContext
-
Return
true
if theChannelHandler
which belongs to this context was removed from theChannelPipeline
. - isRemoved() - Method in class io.netty5.channel.internal.DelegatingChannelHandlerContext
- isRequestOnly() - Method in enum io.netty5.handler.codec.http2.Http2Headers.PseudoHeaderName
-
Indicates whether the pseudo-header is to be used in a request context.
- isResetSent() - Method in interface io.netty5.handler.codec.http2.Http2Stream
-
Indicates whether a
RST_STREAM
frame has been sent from the local endpoint for this stream. - isResolved(SocketAddress) - Method in class io.netty5.resolver.AbstractAddressResolver
- isResolved(SocketAddress) - Method in interface io.netty5.resolver.AddressResolver
-
Returns
true
if and only if the specified address has been resolved. - isReuseAddress() - Method in class io.netty5.channel.unix.Socket
- isReusePort() - Method in class io.netty5.channel.unix.Socket
- isSafe(Http2Headers) - Method in interface io.netty5.handler.codec.http2.Http2PromisedRequestVerifier
-
Determine if a request is safe.
- isSecure() - Method in interface io.netty5.handler.codec.http.cookie.Cookie
-
Checks to see if this
Cookie
is secure - isSecure() - Method in class io.netty5.handler.codec.http.cookie.DefaultCookie
- isSegmentedDatagramPacketSupported() - Static method in class io.netty5.channel.epoll.EpollDatagramChannel
-
Returns
true
ifSegmentedDatagramPacket
is supported natively. - isSendOf(Class<?>, Object) - Static method in interface io.netty5.util.Send
-
Determine if the given candidate object is an instance of a
Send
from which an object of the given type can be received. - isSensitive(CharSequence, CharSequence) - Method in interface io.netty5.handler.codec.http2.Http2HeadersEncoder.SensitivityDetector
- isServer() - Method in class io.netty5.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
-
Returns if
AbstractHttp2ConnectionHandlerBuilder.build()
will to create aHttp2Connection
in server mode (true
) or client mode (false
). - isServer() - Method in class io.netty5.handler.codec.http2.DefaultHttp2Connection
- isServer() - Method in interface io.netty5.handler.codec.http2.Http2Connection.Endpoint
-
Indicates whether or not this endpoint is the server-side of the connection.
- isServer() - Method in interface io.netty5.handler.codec.http2.Http2Connection
-
Indicates whether or not the local endpoint for this connection is the server.
- isServer() - Method in class io.netty5.handler.codec.http2.Http2FrameCodecBuilder
- isServer() - Method in class io.netty5.handler.ssl.SslContext
-
Returns
true
if and only if this context is for server-side. - isServerChannel() - Static method in class io.netty5.channel.group.ChannelMatchers
- isSessionCacheEnabled() - Method in class io.netty5.handler.ssl.OpenSslSessionContext
-
Return
true
if caching of SSL sessions is enabled,false
otherwise. - isSet() - Method in class io.netty5.util.concurrent.FastThreadLocal
-
Returns
true
if and only if this thread-local variable is set. - isSharable() - Method in interface io.netty5.channel.ChannelHandler
-
Returns
true
if this handler is sharable and thus can be added to more than oneChannelPipeline
. - isSharable() - Method in class io.netty5.channel.ChannelInitializer
- isSharable() - Method in class io.netty5.channel.CombinedChannelDuplexHandler
- isSharable() - Method in class io.netty5.handler.address.ResolveAddressHandler
- isSharable() - Method in class io.netty5.handler.codec.base64.Base64Decoder
- isSharable() - Method in class io.netty5.handler.codec.base64.Base64Encoder
- isSharable() - Method in class io.netty5.handler.codec.bytes.ByteArrayEncoder
- isSharable() - Method in class io.netty5.handler.codec.ByteToMessageCodec
- isSharable() - Method in class io.netty5.handler.codec.ByteToMessageDecoder
- isSharable() - Method in class io.netty5.handler.codec.DatagramPacketDecoder
- isSharable() - Method in class io.netty5.handler.codec.DatagramPacketEncoder
- isSharable() - Method in class io.netty5.handler.codec.dns.DatagramDnsQueryDecoder
- isSharable() - Method in class io.netty5.handler.codec.dns.DatagramDnsQueryEncoder
- isSharable() - Method in class io.netty5.handler.codec.dns.DatagramDnsResponseDecoder
- isSharable() - Method in class io.netty5.handler.codec.dns.DatagramDnsResponseEncoder
- isSharable() - Method in class io.netty5.handler.codec.dns.TcpDnsQueryEncoder
- isSharable() - Method in class io.netty5.handler.codec.dns.TcpDnsResponseEncoder
- isSharable() - Method in class io.netty5.handler.codec.http.websocketx.extensions.compression.WebSocketClientCompressionHandler
- isSharable() - Method in class io.netty5.handler.codec.http2.Http2StreamFrameToHttpObjectCodec
- isSharable() - Method in class io.netty5.handler.codec.LengthFieldPrepender
- isSharable() - Method in class io.netty5.handler.codec.string.LineEncoder
- isSharable() - Method in class io.netty5.handler.codec.string.StringDecoder
- isSharable() - Method in class io.netty5.handler.codec.string.StringEncoder
- isSharable() - Method in class io.netty5.handler.ipfilter.IpSubnetFilter
- isSharable() - Method in class io.netty5.handler.ipfilter.RuleBasedIpFilter
- isSharable() - Method in class io.netty5.handler.ipfilter.UniqueIpFilter
- isSharable() - Method in class io.netty5.handler.logging.LoggingHandler
- isSharable() - Method in class io.netty5.handler.traffic.GlobalChannelTrafficShapingHandler
- isSharable() - Method in class io.netty5.handler.traffic.GlobalTrafficShapingHandler
- isShortCircuit() - Method in class io.netty5.handler.codec.http.cors.CorsConfig
-
Determines whether a CORS request should be rejected if it's invalid before being further processing.
- isShortCurcuit() - Method in class io.netty5.handler.codec.http.cors.CorsConfig
-
Deprecated.Use
CorsConfig.isShortCircuit()
instead. - isShutdown() - Method in class io.netty5.channel.unix.Socket
- isShutdown() - Method in interface io.netty5.util.concurrent.EventExecutorGroup
-
Returns
true
if allEventExecutor
s managed by thisEventExecutorGroup
have been shut down gracefully and moved past the grace period so that they are no longer accepting any new tasks. - isShutdown() - Method in class io.netty5.util.concurrent.GlobalEventExecutor
- isShutdown() - Method in class io.netty5.util.concurrent.ImmediateEventExecutor
- isShutdown() - Method in class io.netty5.util.concurrent.MultithreadEventExecutorGroup
- isShutdown() - Method in class io.netty5.util.concurrent.NonStickyEventExecutorGroup
- isShutdown() - Method in class io.netty5.util.concurrent.SingleThreadEventExecutor
- isShutdown() - Method in class io.netty5.util.concurrent.UnorderedThreadPoolEventExecutor
- isShutdown(ChannelShutdownDirection) - Method in class io.netty5.channel.AbstractServerChannel
- isShutdown(ChannelShutdownDirection) - Method in interface io.netty5.channel.Channel
- isShutdown(ChannelShutdownDirection) - Method in class io.netty5.channel.embedded.EmbeddedChannel
- isShutdown(ChannelShutdownDirection) - Method in class io.netty5.channel.epoll.EpollDatagramChannel
- isShutdown(ChannelShutdownDirection) - Method in class io.netty5.channel.epoll.EpollServerSocketChannel
- isShutdown(ChannelShutdownDirection) - Method in class io.netty5.channel.epoll.EpollSocketChannel
- isShutdown(ChannelShutdownDirection) - Method in class io.netty5.channel.kqueue.KQueueDatagramChannel
- isShutdown(ChannelShutdownDirection) - Method in class io.netty5.channel.kqueue.KQueueServerSocketChannel
- isShutdown(ChannelShutdownDirection) - Method in class io.netty5.channel.kqueue.KQueueSocketChannel
- isShutdown(ChannelShutdownDirection) - Method in class io.netty5.channel.local.LocalChannel
- isShutdown(ChannelShutdownDirection) - Method in class io.netty5.channel.socket.nio.NioDatagramChannel
- isShutdown(ChannelShutdownDirection) - Method in class io.netty5.channel.socket.nio.NioServerSocketChannel
- isShutdown(ChannelShutdownDirection) - Method in class io.netty5.channel.socket.nio.NioSocketChannel
- isShuttingDown() - Method in interface io.netty5.util.concurrent.EventExecutorGroup
-
Returns
true
if and only if allEventExecutor
s managed by thisEventExecutorGroup
are being shut down gracefully or was shut down. - isShuttingDown() - Method in class io.netty5.util.concurrent.GlobalEventExecutor
- isShuttingDown() - Method in class io.netty5.util.concurrent.ImmediateEventExecutor
- isShuttingDown() - Method in class io.netty5.util.concurrent.MultithreadEventExecutorGroup
- isShuttingDown() - Method in class io.netty5.util.concurrent.NonStickyEventExecutorGroup
- isShuttingDown() - Method in class io.netty5.util.concurrent.SingleThreadEventExecutor
- isShuttingDown() - Method in class io.netty5.util.concurrent.UnorderedThreadPoolEventExecutor
- isSingleDecode() - Method in class io.netty5.handler.codec.ByteToMessageDecoder
-
If
true
then only one message is decoded on eachByteToMessageDecoder.channelRead(ChannelHandlerContext, Object)
call. - isSingleDecode() - Method in class io.netty5.handler.codec.http.HttpClientCodec
- isSsl(ChannelHandlerContext) - Method in class io.netty5.handler.codec.http2.Http2StreamFrameToHttpObjectCodec
- isStreamError(Http2Exception) - Static method in exception io.netty5.handler.codec.http2.Http2Exception
-
Check if an exception is isolated to a single stream or the entire connection.
- isStreamIdValid(int) - Static method in class io.netty5.handler.codec.http2.Http2CodecUtil
-
Returns true if the
streamId
is a valid HTTP/2 stream identifier. - isSuccess() - Method in interface io.netty5.channel.group.ChannelGroupFuture
-
Returns
true
if and only if all I/O operations associated with this future were successful without any failure. - isSuccess() - Method in class io.netty5.handler.codec.DecoderResult
- isSuccess() - Method in interface io.netty5.handler.codec.ProtocolEvent
-
Returns
true
if the event was sent because of some successful protocol event. - isSuccess() - Method in class io.netty5.util.concurrent.DefaultPromise
- isSuccess() - Method in interface io.netty5.util.concurrent.FutureCompletionStage
- isSunSslEngineAvailable() - Static method in class io.netty5.handler.ssl.SslMasterKeyHandler
- isSupported(SocketAddress) - Method in class io.netty5.resolver.AbstractAddressResolver
- isSupported(SocketAddress) - Method in interface io.netty5.resolver.AddressResolver
-
Returns
true
if and only if the specified address is supported by this resolved. - isSupportingWindowSizeAndMemLevel() - Static method in class io.netty5.handler.codec.compression.ZlibCodecFactory
-
Returns
true
if specify a custom window size and mem level is supported. - isSurrogate(char) - Static method in class io.netty5.util.internal.StringUtil
-
Determine if
c
lies within the range of values defined for Surrogate Code Point. - isSwitchingToNonHttp1Protocol(HttpResponse) - Method in class io.netty5.handler.codec.http.HttpObjectDecoder
-
Returns true if the server switched to a different protocol than HTTP/1.0 or HTTP/1.1, e.g.
- isTcpFastOpenClientSideAvailable() - Static method in class io.netty5.channel.epoll.Epoll
- isTcpFastOpenClientSideAvailable() - Static method in class io.netty5.channel.kqueue.KQueue
-
Returns
true
if the kqueue native transport is both available and supports client-side TCP FastOpen. - isTcpFastOpenServerSideAvailable() - Static method in class io.netty5.channel.epoll.Epoll
- isTcpFastOpenServerSideAvailable() - Static method in class io.netty5.channel.kqueue.KQueue
-
Returns
true
if the kqueue native transport is both available and supports server-side TCP FastOpen. - isTcpNoDelay() - Method in class io.netty5.channel.unix.Socket
- isTerminated() - Method in interface io.netty5.util.concurrent.EventExecutorGroup
-
Returns
true
if allEventExecutor
s managed by thisEventExecutorGroup
are shut down, and all of their tasks have completed. - isTerminated() - Method in class io.netty5.util.concurrent.GlobalEventExecutor
- isTerminated() - Method in class io.netty5.util.concurrent.ImmediateEventExecutor
- isTerminated() - Method in class io.netty5.util.concurrent.MultithreadEventExecutorGroup
- isTerminated() - Method in class io.netty5.util.concurrent.NonStickyEventExecutorGroup
- isTerminated() - Method in class io.netty5.util.concurrent.SingleThreadEventExecutor
- isTerminated() - Method in class io.netty5.util.concurrent.UnorderedThreadPoolEventExecutor
- isTimeoutError(Throwable) - Static method in class io.netty5.resolver.dns.DnsNameResolver
-
Returns
true
if theThrowable
was caused by an timeout. - isTlsv13Supported(SslProvider) - Static method in enum io.netty5.handler.ssl.SslProvider
- isTlsv13Supported(SslProvider, Provider) - Static method in enum io.netty5.handler.ssl.SslProvider
- isTraceEnabled() - Method in interface io.netty5.util.internal.logging.InternalLogger
-
Is the logger instance enabled for the TRACE level?
- isTrailersReceived() - Method in interface io.netty5.handler.codec.http2.Http2Stream
-
Indicates whether or not the trailers have been received.
- isTrailersSent() - Method in interface io.netty5.handler.codec.http2.Http2Stream
-
Indicates whether or not trailers were sent to the remote endpoint.
- isTransferEncodingChunked(HttpMessage) - Static method in class io.netty5.handler.codec.http.HttpHeaders
-
Deprecated.Use
HttpUtil.isTransferEncodingChunked(HttpMessage)
instead. Checks to see if the transfer encoding in a specifiedHttpMessage
is chunked - isTransferEncodingChunked(HttpMessage) - Static method in class io.netty5.handler.codec.http.HttpUtil
-
Checks to see if the transfer encoding in a specified
HttpMessage
is chunked - isTransportOrTimeoutError(Throwable) - Static method in class io.netty5.resolver.dns.DnsNameResolver
-
Returns
true
if theThrowable
was caused by an timeout or transport error. - isTruncated() - Method in class io.netty5.handler.codec.dns.DefaultDnsResponse
- isTruncated() - Method in interface io.netty5.handler.codec.dns.DnsResponse
-
Returns
true
if response has been truncated, usually if it is over 512 bytes. - isUnaligned() - Static method in class io.netty5.util.internal.PlatformDependent
-
true
if and only if the platform supports unaligned access. - isUpperCase(byte) - Static method in class io.netty5.util.AsciiString
- isUpperCase(char) - Static method in class io.netty5.util.AsciiString
- isValidateHeaders() - Method in class io.netty5.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
-
Returns if HTTP headers should be validated according to RFC 7540, 8.1.2.6.
- isValidateHeaders() - Method in class io.netty5.handler.codec.http2.Http2FrameCodecBuilder
- isValidateHttpHeaders() - Method in class io.netty5.handler.codec.http2.AbstractInboundHttp2ToHttpAdapterBuilder
-
Return
true
if HTTP header validation should be performed. - isValidIpV4Address(CharSequence) - Static method in class io.netty5.util.NetUtil
-
Takes a
CharSequence
and parses it to see if it is a valid IPV4 address. - isValidIpV4Address(String) - Static method in class io.netty5.util.NetUtil
-
Takes a
String
and parses it to see if it is a valid IPV4 address. - isValidIpV6Address(CharSequence) - Static method in class io.netty5.util.NetUtil
- isValidIpV6Address(String) - Static method in class io.netty5.util.NetUtil
- isValidStatusCode(int) - Static method in class io.netty5.handler.codec.http.websocketx.WebSocketCloseStatus
- isValidStreamId(int) - Method in interface io.netty5.handler.codec.http2.Http2Connection.Endpoint
-
Indicates whether the given streamId is from the set of IDs used by this endpoint to create new streams.
- isWarnEnabled() - Method in interface io.netty5.util.internal.logging.InternalLogger
-
Is the logger instance enabled for the WARN level?
- isWindows() - Static method in class io.netty5.util.internal.PlatformDependent
-
Return
true
if the JVM is running on Windows - isWritable() - Method in interface io.netty5.channel.Channel
-
Returns
true
if and only if the I/O thread will perform the requested flush operation immediately. - isWritable(Http2Stream) - Method in class io.netty5.handler.codec.http2.DefaultHttp2RemoteFlowController
- isWritable(Http2Stream) - Method in interface io.netty5.handler.codec.http2.Http2RemoteFlowController
-
Determine if the
stream
has bytes remaining for use in the flow control window. - isZero(byte[], int, int) - Static method in class io.netty5.util.internal.PlatformDependent
-
Determine if a subsection of an array is zero.
- iterator() - Method in class io.netty5.channel.DefaultChannelPipeline
- iterator() - Method in exception io.netty5.channel.group.ChannelGroupException
- iterator() - Method in interface io.netty5.channel.group.ChannelGroupFuture
- iterator() - Method in class io.netty5.channel.group.DefaultChannelGroup
- iterator() - Method in class io.netty5.handler.codec.DefaultHeaders
- iterator() - Method in class io.netty5.handler.codec.EmptyHeaders
- iterator() - Method in interface io.netty5.handler.codec.Headers
- iterator() - Method in class io.netty5.handler.codec.http.DefaultHttpHeaders
-
Deprecated.
- iterator() - Method in class io.netty5.handler.codec.http.EmptyHttpHeaders
- iterator() - Method in class io.netty5.handler.codec.http.HttpHeaders
-
Deprecated.It is preferred to use
HttpHeaders.iteratorCharSequence()
unless you needString
. IfString
is required then useHttpHeaders.iteratorAsString()
. - iterator() - Method in class io.netty5.handler.codec.http.ReadOnlyHttpHeaders
- iterator() - Method in exception io.netty5.handler.codec.http2.Http2Exception.CompositeStreamException
- iterator() - Method in interface io.netty5.handler.codec.http2.Http2Headers
-
Returns an iterator over all HTTP/2 headers.
- iterator() - Method in class io.netty5.handler.codec.http2.ReadOnlyHttp2Headers
- iterator() - Method in class io.netty5.handler.ssl.OpenSslCertificateCompressionConfig
- iterator() - Method in interface io.netty5.util.concurrent.EventExecutor
- iterator() - Method in interface io.netty5.util.concurrent.EventExecutorGroup
- iterator() - Method in class io.netty5.util.concurrent.MultithreadEventExecutorGroup
- iterator() - Method in class io.netty5.util.concurrent.NonStickyEventExecutorGroup
- iterator() - Method in class io.netty5.util.internal.DefaultPriorityQueue
-
This iterator does not return elements in any particular order.
- iterator() - Method in class io.netty5.util.internal.EmptyPriorityQueue
- iteratorAsString() - Method in class io.netty5.handler.codec.http.HttpHeaders
- iteratorAsString(Iterable<Map.Entry<CharSequence, CharSequence>>) - Static method in class io.netty5.handler.codec.HeadersUtils
- iteratorCharSequence() - Method in class io.netty5.handler.codec.http.DefaultHttpHeaders
- iteratorCharSequence() - Method in class io.netty5.handler.codec.http.EmptyHttpHeaders
- iteratorCharSequence() - Method in class io.netty5.handler.codec.http.HttpHeaders
- iteratorCharSequence() - Method in class io.netty5.handler.codec.http.ReadOnlyHttpHeaders
- IXFR - Static variable in class io.netty5.handler.codec.dns.DnsRecordType
-
Incremental Zone Transfer record RFC 1996 Requests a zone transfer of the given zone but only differences from a previous serial number.
J
- JAVA_HASHER - Static variable in interface io.netty5.util.HashingStrategy
- javaChannel() - Method in class io.netty5.channel.nio.AbstractNioChannel
- javaChannel() - Method in class io.netty5.channel.socket.nio.NioDatagramChannel
- javaChannel() - Method in class io.netty5.channel.socket.nio.NioServerSocketChannel
- javaChannel() - Method in class io.netty5.channel.socket.nio.NioSocketChannel
- javaVersion() - Static method in class io.netty5.util.internal.PlatformDependent
-
Return the version of Java under which this library is used.
- JDK - io.netty5.handler.ssl.SslProvider
-
JDK's default implementation.
- JdkAlpnApplicationProtocolNegotiator - Class in io.netty5.handler.ssl
-
Deprecated.
- JdkAlpnApplicationProtocolNegotiator(boolean, boolean, Iterable<String>) - Constructor for class io.netty5.handler.ssl.JdkAlpnApplicationProtocolNegotiator
-
Deprecated.Create a new instance.
- JdkAlpnApplicationProtocolNegotiator(boolean, boolean, String...) - Constructor for class io.netty5.handler.ssl.JdkAlpnApplicationProtocolNegotiator
-
Deprecated.Create a new instance.
- JdkAlpnApplicationProtocolNegotiator(boolean, Iterable<String>) - Constructor for class io.netty5.handler.ssl.JdkAlpnApplicationProtocolNegotiator
-
Deprecated.Create a new instance.
- JdkAlpnApplicationProtocolNegotiator(boolean, String...) - Constructor for class io.netty5.handler.ssl.JdkAlpnApplicationProtocolNegotiator
-
Deprecated.Create a new instance.
- JdkAlpnApplicationProtocolNegotiator(JdkApplicationProtocolNegotiator.ProtocolSelectorFactory, JdkApplicationProtocolNegotiator.ProtocolSelectionListenerFactory, Iterable<String>) - Constructor for class io.netty5.handler.ssl.JdkAlpnApplicationProtocolNegotiator
-
Deprecated.Create a new instance.
- JdkAlpnApplicationProtocolNegotiator(JdkApplicationProtocolNegotiator.ProtocolSelectorFactory, JdkApplicationProtocolNegotiator.ProtocolSelectionListenerFactory, String...) - Constructor for class io.netty5.handler.ssl.JdkAlpnApplicationProtocolNegotiator
-
Deprecated.Create a new instance.
- JdkAlpnApplicationProtocolNegotiator(Iterable<String>) - Constructor for class io.netty5.handler.ssl.JdkAlpnApplicationProtocolNegotiator
-
Deprecated.Create a new instance.
- JdkAlpnApplicationProtocolNegotiator(String...) - Constructor for class io.netty5.handler.ssl.JdkAlpnApplicationProtocolNegotiator
-
Deprecated.Create a new instance.
- JdkApplicationProtocolNegotiator - Interface in io.netty5.handler.ssl
-
Deprecated.
- JdkApplicationProtocolNegotiator.AllocatorAwareSslEngineWrapperFactory - Class in io.netty5.handler.ssl
-
Deprecated.
- JdkApplicationProtocolNegotiator.ProtocolSelectionListener - Interface in io.netty5.handler.ssl
-
Deprecated.A listener to be notified by which protocol was select by its peer.
- JdkApplicationProtocolNegotiator.ProtocolSelectionListenerFactory - Interface in io.netty5.handler.ssl
-
Deprecated.Factory interface for
JdkApplicationProtocolNegotiator.ProtocolSelectionListener
objects. - JdkApplicationProtocolNegotiator.ProtocolSelector - Interface in io.netty5.handler.ssl
-
Deprecated.Interface to define the role of an application protocol selector in the SSL handshake process.
- JdkApplicationProtocolNegotiator.ProtocolSelectorFactory - Interface in io.netty5.handler.ssl
-
Deprecated.Factory interface for
JdkApplicationProtocolNegotiator.ProtocolSelector
objects. - JdkApplicationProtocolNegotiator.SslEngineWrapperFactory - Interface in io.netty5.handler.ssl
-
Deprecated.Abstract factory pattern for wrapping an
SSLEngine
object. - JdkLoggerFactory - Class in io.netty5.util.internal.logging
-
Logger factory which creates a java.util.logging logger.
- JdkLoggerFactory() - Constructor for class io.netty5.util.internal.logging.JdkLoggerFactory
-
Deprecated.Use
JdkLoggerFactory.INSTANCE
instead. - JdkNpnApplicationProtocolNegotiator - Class in io.netty5.handler.ssl
-
Deprecated.
- JdkNpnApplicationProtocolNegotiator(boolean, boolean, Iterable<String>) - Constructor for class io.netty5.handler.ssl.JdkNpnApplicationProtocolNegotiator
-
Deprecated.Create a new instance.
- JdkNpnApplicationProtocolNegotiator(boolean, boolean, String...) - Constructor for class io.netty5.handler.ssl.JdkNpnApplicationProtocolNegotiator
-
Deprecated.Create a new instance.
- JdkNpnApplicationProtocolNegotiator(boolean, Iterable<String>) - Constructor for class io.netty5.handler.ssl.JdkNpnApplicationProtocolNegotiator
-
Deprecated.Create a new instance.
- JdkNpnApplicationProtocolNegotiator(boolean, String...) - Constructor for class io.netty5.handler.ssl.JdkNpnApplicationProtocolNegotiator
-
Deprecated.Create a new instance.
- JdkNpnApplicationProtocolNegotiator(JdkApplicationProtocolNegotiator.ProtocolSelectorFactory, JdkApplicationProtocolNegotiator.ProtocolSelectionListenerFactory, Iterable<String>) - Constructor for class io.netty5.handler.ssl.JdkNpnApplicationProtocolNegotiator
-
Deprecated.Create a new instance.
- JdkNpnApplicationProtocolNegotiator(JdkApplicationProtocolNegotiator.ProtocolSelectorFactory, JdkApplicationProtocolNegotiator.ProtocolSelectionListenerFactory, String...) - Constructor for class io.netty5.handler.ssl.JdkNpnApplicationProtocolNegotiator
-
Deprecated.Create a new instance.
- JdkNpnApplicationProtocolNegotiator(Iterable<String>) - Constructor for class io.netty5.handler.ssl.JdkNpnApplicationProtocolNegotiator
-
Deprecated.Create a new instance.
- JdkNpnApplicationProtocolNegotiator(String...) - Constructor for class io.netty5.handler.ssl.JdkNpnApplicationProtocolNegotiator
-
Deprecated.Create a new instance.
- JdkSslContext - Class in io.netty5.handler.ssl
-
An
SslContext
which uses JDK's SSL/TLS implementation. - JdkSslContext(SSLContext, boolean, ClientAuth) - Constructor for class io.netty5.handler.ssl.JdkSslContext
- JdkSslContext(SSLContext, boolean, Iterable<String>, CipherSuiteFilter, ApplicationProtocolConfig, ClientAuth) - Constructor for class io.netty5.handler.ssl.JdkSslContext
- JdkSslContext(SSLContext, boolean, Iterable<String>, CipherSuiteFilter, ApplicationProtocolConfig, ClientAuth, String[], boolean) - Constructor for class io.netty5.handler.ssl.JdkSslContext
-
Creates a new
JdkSslContext
from a pre-configuredSSLContext
. - join(CharSequence, Iterable<? extends CharSequence>) - Static method in class io.netty5.util.internal.StringUtil
-
Returns a char sequence that contains all
elements
joined by a given separator. - join(BiFunction<V, Throwable, T>) - Method in interface io.netty5.util.concurrent.FutureCompletionStage
-
Waits for the future to complete, then calls the given result handler with the outcome.
- joinGroup(InetAddress) - Method in class io.netty5.channel.epoll.EpollDatagramChannel
- joinGroup(InetAddress) - Method in class io.netty5.channel.kqueue.KQueueDatagramChannel
- joinGroup(InetAddress) - Method in interface io.netty5.channel.socket.DatagramChannel
-
Joins a multicast group and notifies the
Future
once the operation completes. - joinGroup(InetAddress) - Method in class io.netty5.channel.socket.nio.NioDatagramChannel
- joinGroup(InetAddress, NetworkInterface, InetAddress) - Method in class io.netty5.channel.epoll.EpollDatagramChannel
- joinGroup(InetAddress, NetworkInterface, InetAddress) - Method in class io.netty5.channel.kqueue.KQueueDatagramChannel
- joinGroup(InetAddress, NetworkInterface, InetAddress) - Method in interface io.netty5.channel.socket.DatagramChannel
-
Joins the specified multicast group at the specified interface and notifies the
Future
once the operation completes. - joinGroup(InetAddress, NetworkInterface, InetAddress) - Method in class io.netty5.channel.socket.nio.NioDatagramChannel
K
- KEEP_ALIVE - Static variable in class io.netty5.handler.codec.http.HttpHeaderNames
-
Deprecated.use
HttpHeaderNames.CONNECTION
"keep-alive"
- KEEP_ALIVE - Static variable in class io.netty5.handler.codec.http.HttpHeaderValues
-
"keep-alive"
- KEEP_ALIVE - Static variable in class io.netty5.handler.codec.rtsp.RtspHeaderValues
-
"keep-alive"
- KERNEL_VERSION - Static variable in class io.netty5.channel.epoll.Native
- key - Variable in class io.netty5.handler.codec.DefaultHeaders.HeaderEntry
- key() - Method in class io.netty5.handler.ssl.util.SelfSignedCertificate
-
Returns the generated EC/RSA private key.
- key() - Method in interface io.netty5.util.Attribute
-
Returns the key of this attribute.
- key() - Method in interface io.netty5.util.collection.ByteObjectMap.PrimitiveEntry
-
Gets the key for this entry.
- key() - Method in interface io.netty5.util.collection.CharObjectMap.PrimitiveEntry
-
Gets the key for this entry.
- key() - Method in interface io.netty5.util.collection.IntObjectMap.PrimitiveEntry
-
Gets the key for this entry.
- key() - Method in interface io.netty5.util.collection.LongObjectMap.PrimitiveEntry
-
Gets the key for this entry.
- key() - Method in interface io.netty5.util.collection.ShortObjectMap.PrimitiveEntry
-
Gets the key for this entry.
- KEY - Static variable in class io.netty5.handler.codec.dns.DnsRecordType
-
key record RFC 2535 and RFC 2930 Used only for SIG(0) (RFC 2931) and TKEY (RFC 2930).
- KEY_MANAGEMENT_FAILURE - Static variable in class io.netty5.handler.codec.rtsp.RtspResponseStatuses
-
463 Key management failure
- keyManager(File, File) - Method in class io.netty5.handler.ssl.SslContextBuilder
-
Identifying certificate for this host.
- keyManager(File, File, String) - Method in class io.netty5.handler.ssl.SslContextBuilder
-
Identifying certificate for this host.
- keyManager(InputStream, InputStream) - Method in class io.netty5.handler.ssl.SslContextBuilder
-
Identifying certificate for this host.
- keyManager(InputStream, InputStream, String) - Method in class io.netty5.handler.ssl.SslContextBuilder
-
Identifying certificate for this host.
- keyManager(PrivateKey, Iterable<? extends X509Certificate>) - Method in class io.netty5.handler.ssl.SslContextBuilder
-
Identifying certificate for this host.
- keyManager(PrivateKey, String, Iterable<? extends X509Certificate>) - Method in class io.netty5.handler.ssl.SslContextBuilder
-
Identifying certificate for this host.
- keyManager(PrivateKey, String, X509Certificate...) - Method in class io.netty5.handler.ssl.SslContextBuilder
-
Identifying certificate for this host.
- keyManager(PrivateKey, X509Certificate...) - Method in class io.netty5.handler.ssl.SslContextBuilder
-
Identifying certificate for this host.
- keyManager(KeyManager) - Method in class io.netty5.handler.ssl.SslContextBuilder
-
A single key manager managing the identity information of this host.
- keyManager(KeyManagerFactory) - Method in class io.netty5.handler.ssl.SslContextBuilder
-
Identifying manager for this host.
- KeyManagerFactoryWrapper - Class in io.netty5.handler.ssl.util
- KeyManagerFactoryWrapper(KeyManager) - Constructor for class io.netty5.handler.ssl.util.KeyManagerFactoryWrapper
- KEYMGMT - Static variable in class io.netty5.handler.codec.rtsp.RtspHeaderNames
-
"keymgmt"
- keySet() - Method in class io.netty5.util.collection.ByteObjectHashMap
- keySet() - Method in class io.netty5.util.collection.CharObjectHashMap
- keySet() - Method in class io.netty5.util.collection.IntObjectHashMap
- keySet() - Method in class io.netty5.util.collection.LongObjectHashMap
- keySet() - Method in class io.netty5.util.collection.ShortObjectHashMap
- keyStoreType(String) - Method in class io.netty5.handler.ssl.SslContextBuilder
-
Sets the
KeyStore
type that should be used. - keyToString(byte) - Method in class io.netty5.util.collection.ByteObjectHashMap
-
Helper method called by
ByteObjectHashMap.toString()
in order to convert a single map key into a string. - keyToString(char) - Method in class io.netty5.handler.codec.http2.Http2Settings
- keyToString(char) - Method in class io.netty5.util.collection.CharObjectHashMap
-
Helper method called by
CharObjectHashMap.toString()
in order to convert a single map key into a string. - keyToString(int) - Method in class io.netty5.util.collection.IntObjectHashMap
-
Helper method called by
IntObjectHashMap.toString()
in order to convert a single map key into a string. - keyToString(long) - Method in class io.netty5.util.collection.LongObjectHashMap
-
Helper method called by
LongObjectHashMap.toString()
in order to convert a single map key into a string. - keyToString(short) - Method in class io.netty5.util.collection.ShortObjectHashMap
-
Helper method called by
ShortObjectHashMap.toString()
in order to convert a single map key into a string. - KQueue - Class in io.netty5.channel.kqueue
-
If KQueue is available the JNI resources will be loaded when this class loads.
- KQueueChannelOption<T> - Class in io.netty5.channel.kqueue
- KQueueDatagramChannel - Class in io.netty5.channel.kqueue
-
DatagramChannel
implementation that uses KQueue. - KQueueDatagramChannel(EventLoop) - Constructor for class io.netty5.channel.kqueue.KQueueDatagramChannel
- KQueueDatagramChannel(EventLoop, int, ProtocolFamily) - Constructor for class io.netty5.channel.kqueue.KQueueDatagramChannel
- KQueueDatagramChannel(EventLoop, ProtocolFamily) - Constructor for class io.netty5.channel.kqueue.KQueueDatagramChannel
- KQueueGuessRecvBufferAllocator - Class in io.netty5.channel.kqueue
-
DefaultMaxMessagesRecvBufferAllocator
which always try to allocate buffers as big as kqueue tells us in terms of pending bytes to read. - KQueueGuessRecvBufferAllocator() - Constructor for class io.netty5.channel.kqueue.KQueueGuessRecvBufferAllocator
- KQueueHandler - Class in io.netty5.channel.kqueue
-
IoHandler
which uses kqueue under the covers. - KQueueServerSocketChannel - Class in io.netty5.channel.kqueue
-
ServerSocketChannel
implementation that uses KQueue. - KQueueServerSocketChannel(EventLoop, EventLoopGroup) - Constructor for class io.netty5.channel.kqueue.KQueueServerSocketChannel
- KQueueServerSocketChannel(EventLoop, EventLoopGroup, int, ProtocolFamily) - Constructor for class io.netty5.channel.kqueue.KQueueServerSocketChannel
- KQueueServerSocketChannel(EventLoop, EventLoopGroup, SocketProtocolFamily) - Constructor for class io.netty5.channel.kqueue.KQueueServerSocketChannel
- KQueueSocketChannel - Class in io.netty5.channel.kqueue
-
SocketChannel
implementation that uses KQueue. - KQueueSocketChannel(EventLoop) - Constructor for class io.netty5.channel.kqueue.KQueueSocketChannel
- KQueueSocketChannel(EventLoop, int, ProtocolFamily) - Constructor for class io.netty5.channel.kqueue.KQueueSocketChannel
- KQueueSocketChannel(EventLoop, ProtocolFamily) - Constructor for class io.netty5.channel.kqueue.KQueueSocketChannel
- KX - Static variable in class io.netty5.handler.codec.dns.DnsRecordType
-
Key eXchanger record RFC 2230 Used with some cryptographic systems (not including DNSSEC) to identify a key management agent for the associated domain-name.
L
- last() - Method in interface io.netty5.channel.ChannelPipeline
-
Returns the last
ChannelHandler
in this pipeline. - last() - Method in class io.netty5.channel.DefaultChannelPipeline
- LAST_MODIFIED - Static variable in class io.netty5.handler.codec.http.HttpHeaderNames
-
"last-modified"
- LAST_MODIFIED - Static variable in class io.netty5.handler.codec.rtsp.RtspHeaderNames
-
"last-modified"
- lastAckRecv() - Method in class io.netty5.channel.epoll.EpollTcpInfo
- lastAckSent() - Method in class io.netty5.channel.epoll.EpollTcpInfo
- lastBytesRead() - Method in class io.netty5.channel.DefaultMaxMessagesRecvBufferAllocator.MaxMessageHandle
- lastBytesRead() - Method in interface io.netty5.channel.RecvBufferAllocator.Handle
-
Get the amount of bytes for the previous read operation.
- lastBytesRead(int) - Method in class io.netty5.channel.DefaultMaxMessagesRecvBufferAllocator.MaxMessageHandle
- lastBytesRead(int) - Method in interface io.netty5.channel.RecvBufferAllocator.Handle
-
Set the bytes that have been read for the last read operation.
- lastContext() - Method in interface io.netty5.channel.ChannelPipeline
-
Returns the context of the last
ChannelHandler
in this pipeline. - lastContext() - Method in class io.netty5.channel.DefaultChannelPipeline
- lastCumulativeTime() - Method in class io.netty5.handler.traffic.TrafficCounter
- lastDataRecv() - Method in class io.netty5.channel.epoll.EpollTcpInfo
- lastDataSent() - Method in class io.netty5.channel.epoll.EpollTcpInfo
- LastHttpContent<R extends LastHttpContent<R>> - Interface in io.netty5.handler.codec.http
-
The last
HttpContent
which has trailing headers. - lastInboundBuffer() - Method in class io.netty5.channel.embedded.EmbeddedChannel
-
Deprecated.
- lastIndexOf(CharSequence) - Method in class io.netty5.util.AsciiString
-
Searches in this string for the last index of the specified string.
- lastIndexOf(CharSequence, int) - Method in class io.netty5.util.AsciiString
-
Searches in this string for the index of the specified string.
- lastOutboundBuffer() - Method in class io.netty5.channel.embedded.EmbeddedChannel
-
Deprecated.
- lastReadBytes() - Method in class io.netty5.handler.traffic.TrafficCounter
- lastReadThroughput() - Method in class io.netty5.handler.traffic.TrafficCounter
- lastStreamCreated() - Method in interface io.netty5.handler.codec.http2.Http2Connection.Endpoint
-
Gets the ID of the stream last successfully created by this endpoint.
- lastStreamId() - Method in class io.netty5.handler.codec.http2.DefaultHttp2GoAwayFrame
- lastStreamId() - Method in interface io.netty5.handler.codec.http2.Http2GoAwayFrame
-
Returns the last stream identifier if set, or
-1
else. - lastStreamId() - Method in exception io.netty5.handler.codec.http2.StreamBufferingEncoder.Http2GoAwayException
- lastStreamKnownByPeer() - Method in interface io.netty5.handler.codec.http2.Http2Connection.Endpoint
-
If a GOAWAY was received for this endpoint, this will be the last stream ID from the GOAWAY frame.
- lastTime() - Method in class io.netty5.handler.traffic.TrafficCounter
- lastWriteThroughput() - Method in class io.netty5.handler.traffic.TrafficCounter
- lastWrittenBytes() - Method in class io.netty5.handler.traffic.TrafficCounter
- Lax - io.netty5.handler.codec.http.cookie.CookieHeaderNames.SameSite
- LAX - Static variable in class io.netty5.handler.codec.http.cookie.ClientCookieDecoder
-
Lax instance that doesn't validate name and value
- LAX - Static variable in class io.netty5.handler.codec.http.cookie.ClientCookieEncoder
-
Lax instance that doesn't validate name and value, and (for methods that accept multiple cookies) keeps cookies in the order in which they were given.
- LAX - Static variable in class io.netty5.handler.codec.http.cookie.ServerCookieDecoder
-
Lax instance that doesn't validate name and value
- LAX - Static variable in class io.netty5.handler.codec.http.cookie.ServerCookieEncoder
-
Lax instance that doesn't validate name and value, and that allows multiple cookies with the same name.
- LAYERS - Static variable in class io.netty5.handler.codec.rtsp.RtspHeaderValues
-
"layers"
- LazyJavaxX509Certificate - Class in io.netty5.handler.ssl.util
- LazyJavaxX509Certificate(byte[]) - Constructor for class io.netty5.handler.ssl.util.LazyJavaxX509Certificate
-
Creates a new instance which will lazy parse the given bytes.
- LazyX509Certificate - Class in io.netty5.handler.ssl.util
- LazyX509Certificate(byte[]) - Constructor for class io.netty5.handler.ssl.util.LazyX509Certificate
-
Creates a new instance which will lazy parse the given bytes.
- LeakDetection - Class in io.netty5.buffer.api.internal
-
Utility class for the leak detection parts that are static and shared system-wide.
- LeakInfo - Interface in io.netty5.buffer.api
-
Information about a resource leak that happened.
- LeakInfo.TracePoint - Interface in io.netty5.buffer.api
-
A moment in the life of the leaked object, for which some information was recorded.
- leaveGroup(InetAddress) - Method in class io.netty5.channel.epoll.EpollDatagramChannel
- leaveGroup(InetAddress) - Method in class io.netty5.channel.kqueue.KQueueDatagramChannel
- leaveGroup(InetAddress) - Method in interface io.netty5.channel.socket.DatagramChannel
-
Leaves a multicast group and notifies the
Future
once the operation completes. - leaveGroup(InetAddress) - Method in class io.netty5.channel.socket.nio.NioDatagramChannel
- leaveGroup(InetAddress, NetworkInterface, InetAddress) - Method in class io.netty5.channel.epoll.EpollDatagramChannel
- leaveGroup(InetAddress, NetworkInterface, InetAddress) - Method in class io.netty5.channel.kqueue.KQueueDatagramChannel
- leaveGroup(InetAddress, NetworkInterface, InetAddress) - Method in interface io.netty5.channel.socket.DatagramChannel
-
Leave the specified multicast group at the specified interface using the specified source and notifies the
Future
once the operation completes. - leaveGroup(InetAddress, NetworkInterface, InetAddress) - Method in class io.netty5.channel.socket.nio.NioDatagramChannel
- length() - Method in class io.netty5.channel.unix.RawUnixChannelOption
-
The length of the optval.
- length() - Method in class io.netty5.handler.codec.http.HttpChunkedInput
- length() - Method in class io.netty5.handler.codec.http.websocketx.WebSocketChunkedInput
- length() - Method in class io.netty5.handler.codec.http2.Http2DataChunkedInput
- length() - Method in class io.netty5.handler.stream.ChunkedFile
- length() - Method in interface io.netty5.handler.stream.ChunkedInput
-
Returns the length of the input.
- length() - Method in class io.netty5.handler.stream.ChunkedNioFile
- length() - Method in class io.netty5.handler.stream.ChunkedNioStream
- length() - Method in class io.netty5.handler.stream.ChunkedStream
- length() - Method in class io.netty5.util.AsciiString
-
The length in bytes of this instance.
- length() - Method in class io.netty5.util.internal.AppendableCharSequence
- length(String) - Static method in class io.netty5.util.internal.StringUtil
-
Get the length of a string,
null
input is considered0
length. - LENGTH_REQUIRED - Static variable in class io.netty5.handler.codec.http.HttpResponseStatus
-
411 Length Required
- LENGTH_REQUIRED - Static variable in class io.netty5.handler.codec.rtsp.RtspResponseStatuses
-
411 Length Required
- LengthFieldBasedFrameDecoder - Class in io.netty5.handler.codec
-
A decoder that splits the received
Buffer
s dynamically by the value of the length field in the message. - LengthFieldBasedFrameDecoder(int, int, int) - Constructor for class io.netty5.handler.codec.LengthFieldBasedFrameDecoder
-
Creates a new instance.
- LengthFieldBasedFrameDecoder(int, int, int, int, int) - Constructor for class io.netty5.handler.codec.LengthFieldBasedFrameDecoder
-
Creates a new instance.
- LengthFieldBasedFrameDecoder(int, int, int, int, int, boolean) - Constructor for class io.netty5.handler.codec.LengthFieldBasedFrameDecoder
-
Creates a new instance.
- LengthFieldBasedFrameDecoder(ByteOrder, int, int, int, int, int, boolean) - Constructor for class io.netty5.handler.codec.LengthFieldBasedFrameDecoder
-
Creates a new instance.
- LengthFieldPrepender - Class in io.netty5.handler.codec
-
An encoder that prepends the length of the message.
- LengthFieldPrepender(int) - Constructor for class io.netty5.handler.codec.LengthFieldPrepender
-
Creates a new instance.
- LengthFieldPrepender(int, boolean) - Constructor for class io.netty5.handler.codec.LengthFieldPrepender
-
Creates a new instance.
- LengthFieldPrepender(int, int) - Constructor for class io.netty5.handler.codec.LengthFieldPrepender
-
Creates a new instance.
- LengthFieldPrepender(int, int, boolean) - Constructor for class io.netty5.handler.codec.LengthFieldPrepender
-
Creates a new instance.
- LengthFieldPrepender(ByteOrder, int, int, boolean) - Constructor for class io.netty5.handler.codec.LengthFieldPrepender
-
Creates a new instance.
- lengthForAggregation(A) - Method in class io.netty5.handler.codec.MessageAggregator
-
Returns the length in bytes of the passed message.
- lengthForAggregation(FullHttpMessage<?>) - Method in class io.netty5.handler.codec.http.HttpObjectAggregator
- lengthForAggregation(WebSocketFrame) - Method in class io.netty5.handler.codec.http.websocketx.WebSocketFrameAggregator
- lengthForContent(C) - Method in class io.netty5.handler.codec.MessageAggregator
-
Returns the length in bytes of the passed message.
- lengthForContent(HttpContent<C>) - Method in class io.netty5.handler.codec.http.HttpObjectAggregator
- lengthForContent(ContinuationWebSocketFrame) - Method in class io.netty5.handler.codec.http.websocketx.WebSocketFrameAggregator
- level() - Method in class io.netty5.channel.unix.GenericUnixChannelOption
-
Returns the level.
- level() - Method in class io.netty5.handler.logging.LoggingHandler
-
Returns the
LogLevel
that this handler uses to log - LF - Static variable in class io.netty5.handler.codec.http.HttpConstants
-
Line feed character
- lifecycleManager(Http2LifecycleManager) - Method in class io.netty5.handler.codec.http2.DecoratingHttp2ConnectionDecoder
- lifecycleManager(Http2LifecycleManager) - Method in class io.netty5.handler.codec.http2.DecoratingHttp2ConnectionEncoder
- lifecycleManager(Http2LifecycleManager) - Method in class io.netty5.handler.codec.http2.DefaultHttp2ConnectionDecoder
- lifecycleManager(Http2LifecycleManager) - Method in class io.netty5.handler.codec.http2.DefaultHttp2ConnectionEncoder
- lifecycleManager(Http2LifecycleManager) - Method in interface io.netty5.handler.codec.http2.Http2ConnectionDecoder
-
Sets the lifecycle manager.
- lifecycleManager(Http2LifecycleManager) - Method in interface io.netty5.handler.codec.http2.Http2ConnectionEncoder
-
Sets the lifecycle manager.
- LifecycleTracer - Class in io.netty5.buffer.api.internal
-
Instances of this class record life cycle events of resources, to help debug life-cycle errors.
- LifecycleTracer() - Constructor for class io.netty5.buffer.api.internal.LifecycleTracer
- Limits - Class in io.netty5.channel.unix
- LINE_FEED - Static variable in class io.netty5.util.internal.StringUtil
- LineBasedFrameDecoder - Class in io.netty5.handler.codec
-
A decoder that splits the received
Buffer
s on line endings. - LineBasedFrameDecoder(int) - Constructor for class io.netty5.handler.codec.LineBasedFrameDecoder
-
Creates a new decoder.
- LineBasedFrameDecoder(int, boolean, boolean) - Constructor for class io.netty5.handler.codec.LineBasedFrameDecoder
-
Creates a new decoder.
- lineDelimiter() - Static method in class io.netty5.handler.codec.Delimiters
-
Returns
CR ('\r')
andLF ('\n')
delimiters, which could be used for text-based line protocols. - LineEncoder - Class in io.netty5.handler.codec.string
- LineEncoder() - Constructor for class io.netty5.handler.codec.string.LineEncoder
-
Creates a new instance with the current system line separator and UTF-8 charset encoding.
- LineEncoder(LineSeparator) - Constructor for class io.netty5.handler.codec.string.LineEncoder
-
Creates a new instance with the specified line separator and UTF-8 charset encoding.
- LineEncoder(LineSeparator, Charset) - Constructor for class io.netty5.handler.codec.string.LineEncoder
-
Creates a new instance with the specified line separator and character set.
- LineEncoder(Charset) - Constructor for class io.netty5.handler.codec.string.LineEncoder
-
Creates a new instance with the specified character set.
- LineSeparator - Class in io.netty5.handler.codec.string
-
A class to represent line separators in different environments.
- LineSeparator(String) - Constructor for class io.netty5.handler.codec.string.LineSeparator
-
Create
LineSeparator
with the specifiedlineSeparator
string. - LinuxSocket - Class in io.netty5.channel.epoll
-
A socket which provides access Linux native methods.
- listen(int) - Method in class io.netty5.channel.unix.Socket
- listener - Variable in class io.netty5.handler.codec.http2.Http2FrameListenerDecorator
- listener(Http2RemoteFlowController.Listener) - Method in class io.netty5.handler.codec.http2.DefaultHttp2RemoteFlowController
- listener(Http2RemoteFlowController.Listener) - Method in interface io.netty5.handler.codec.http2.Http2RemoteFlowController
-
Set the active listener on the flow-controller.
- load(Buffer, int) - Method in interface io.netty5.buffer.api.internal.Statics.UncheckedLoadByte
- load(String, ClassLoader) - Static method in class io.netty5.util.internal.NativeLibraryLoader
-
Load the given library with the specified
ClassLoader
- loadFirstAvailable(ClassLoader, String...) - Static method in class io.netty5.util.internal.NativeLibraryLoader
-
Loads the first available library in the collection with the specified
ClassLoader
. - LOC - Static variable in class io.netty5.handler.codec.dns.DnsRecordType
-
Location record RFC 1876 Specifies a geographical location associated with a domain name.
- local() - Method in class io.netty5.handler.codec.http2.DefaultHttp2Connection
- local() - Method in interface io.netty5.handler.codec.http2.Http2Connection
-
Gets a view of this connection from the local
Http2Connection.Endpoint
. - localAddress() - Method in class io.netty5.bootstrap.AbstractBootstrapConfig
-
Returns the configured local address or
null
if non is configured yet. - localAddress() - Method in class io.netty5.channel.AbstractChannel
- localAddress() - Method in interface io.netty5.channel.Channel
-
Returns the local address where this channel is bound to.
- localAddress() - Method in class io.netty5.channel.unix.DatagramSocketAddress
- localAddress() - Method in class io.netty5.channel.unix.DomainDatagramSocketAddress
- localAddress() - Method in class io.netty5.channel.unix.Socket
- localAddress(int) - Method in class io.netty5.bootstrap.AbstractBootstrap
- localAddress(String, int) - Method in class io.netty5.bootstrap.AbstractBootstrap
- localAddress(InetAddress, int) - Method in class io.netty5.bootstrap.AbstractBootstrap
- localAddress(SocketAddress) - Method in class io.netty5.bootstrap.AbstractBootstrap
-
The
SocketAddress
which is used to bind the local "end" to. - localAddress(SocketAddress) - Method in class io.netty5.resolver.dns.DnsNameResolverBuilder
-
Configure the address that will be used to bind too.
- localAddress(SocketAddress, SocketAddress) - Method in class io.netty5.handler.address.DynamicAddressConnectHandler
-
Returns the local
SocketAddress
to use forChannelOutboundInvoker.connect(SocketAddress, SocketAddress)
based on the originalremoteAddress
andlocalAddress
. - LocalAddress - Class in io.netty5.channel.local
-
An endpoint in the local transport.
- LocalAddress(Class<?>) - Constructor for class io.netty5.channel.local.LocalAddress
-
Creates a new instance with a random ID based on the given class.
- LocalAddress(String) - Constructor for class io.netty5.channel.local.LocalAddress
-
Creates a new instance with the specified ID.
- localAddress0() - Method in class io.netty5.channel.AbstractChannel
-
Returns the
SocketAddress
which is bound locally. - localAddress0() - Method in class io.netty5.channel.embedded.EmbeddedChannel
- localAddress0() - Method in class io.netty5.channel.local.LocalChannel
- localAddress0() - Method in class io.netty5.channel.local.LocalServerChannel
- localAddress0() - Method in class io.netty5.channel.socket.nio.NioDatagramChannel
- localAddress0() - Method in class io.netty5.channel.socket.nio.NioServerSocketChannel
- localAddress0() - Method in class io.netty5.channel.socket.nio.NioSocketChannel
- LocalChannel - Class in io.netty5.channel.local
-
A
Channel
for the local transport. - LocalChannel(EventLoop) - Constructor for class io.netty5.channel.local.LocalChannel
- LocalChannel(LocalServerChannel, EventLoop, LocalChannel) - Constructor for class io.netty5.channel.local.LocalChannel
- LocalHandler - Class in io.netty5.channel.local
- localHost(ProtocolFamily) - Static method in class io.netty5.util.NetUtil
-
Returns the localhost
InetAddress
for this family. - LOCALHOST - Static variable in class io.netty5.util.NetUtil
-
The
InetAddress
that represents the loopback address. - LOCALHOST4 - Static variable in class io.netty5.util.NetUtil
-
The
Inet4Address
that represents the IPv4 loopback address '127.0.0.1' - LOCALHOST6 - Static variable in class io.netty5.util.NetUtil
-
The
Inet6Address
that represents the IPv6 loopback address '::1' - LocalServerChannel - Class in io.netty5.channel.local
-
A
ServerChannel
for the local transport which allows in VM communication. - LocalServerChannel(EventLoop, EventLoopGroup) - Constructor for class io.netty5.channel.local.LocalServerChannel
- localSettings() - Method in class io.netty5.handler.codec.http2.DecoratingHttp2ConnectionDecoder
- localSettings() - Method in class io.netty5.handler.codec.http2.DefaultHttp2ConnectionDecoder
- localSettings() - Method in interface io.netty5.handler.codec.http2.Http2ConnectionDecoder
-
Gets the local settings for this endpoint of the HTTP/2 connection.
- localSideOpen() - Method in enum io.netty5.handler.codec.http2.Http2Stream.State
-
Indicates whether the local side of this stream is open (i.e. the state is either
Http2Stream.State.OPEN
orHttp2Stream.State.HALF_CLOSED_REMOTE
). - localSocketAddress(ServerSocket) - Static method in class io.netty5.util.internal.SocketUtils
- LOCATION - Static variable in class io.netty5.handler.codec.http.HttpHeaderNames
-
"location"
- LOCKED - Static variable in class io.netty5.handler.codec.http.HttpResponseStatus
-
423 Locked (WebDAV, RFC4918)
- log(InternalLogLevel, String) - Method in class io.netty5.util.internal.logging.AbstractInternalLogger
- log(InternalLogLevel, String) - Method in interface io.netty5.util.internal.logging.InternalLogger
-
Log a message at the specified
level
. - log(InternalLogLevel, String, Object) - Method in class io.netty5.util.internal.logging.AbstractInternalLogger
- log(InternalLogLevel, String, Object) - Method in interface io.netty5.util.internal.logging.InternalLogger
-
Log a message at the specified
level
according to the specified format and argument. - log(InternalLogLevel, String, Object...) - Method in class io.netty5.util.internal.logging.AbstractInternalLogger
- log(InternalLogLevel, String, Object...) - Method in interface io.netty5.util.internal.logging.InternalLogger
-
Log a message at the specified
level
according to the specified format and arguments. - log(InternalLogLevel, String, Object, Object) - Method in class io.netty5.util.internal.logging.AbstractInternalLogger
- log(InternalLogLevel, String, Object, Object) - Method in interface io.netty5.util.internal.logging.InternalLogger
-
Log a message at the specified
level
according to the specified format and arguments. - log(InternalLogLevel, String, Throwable) - Method in class io.netty5.util.internal.logging.AbstractInternalLogger
- log(InternalLogLevel, String, Throwable) - Method in interface io.netty5.util.internal.logging.InternalLogger
-
Log an exception (throwable) at the specified
level
with an accompanying message. - log(InternalLogLevel, Throwable) - Method in class io.netty5.util.internal.logging.AbstractInternalLogger
- log(InternalLogLevel, Throwable) - Method in interface io.netty5.util.internal.logging.InternalLogger
-
Log an exception (throwable) at the specified
level
. - Log4J2LoggerFactory - Class in io.netty5.util.internal.logging
- Log4J2LoggerFactory() - Constructor for class io.netty5.util.internal.logging.Log4J2LoggerFactory
-
Deprecated.Use
Log4J2LoggerFactory.INSTANCE
instead. - logData(Http2FrameLogger.Direction, ChannelHandlerContext, int, Buffer, int, boolean) - Method in class io.netty5.handler.codec.http2.Http2FrameLogger
- logger - Static variable in class io.netty5.handler.codec.http.websocketx.WebSocketServerHandshaker
- logger - Variable in class io.netty5.handler.logging.LoggingHandler
- LoggingDnsQueryLifeCycleObserverFactory - Class in io.netty5.resolver.dns
-
A
DnsQueryLifecycleObserverFactory
that enables detailed logging in theDnsNameResolver
. - LoggingDnsQueryLifeCycleObserverFactory() - Constructor for class io.netty5.resolver.dns.LoggingDnsQueryLifeCycleObserverFactory
-
Create
DnsQueryLifecycleObserver
instances that log events at the defaultLogLevel.DEBUG
level. - LoggingDnsQueryLifeCycleObserverFactory(LogLevel) - Constructor for class io.netty5.resolver.dns.LoggingDnsQueryLifeCycleObserverFactory
-
Create
DnsQueryLifecycleObserver
instances that log events at the given log level. - LoggingDnsQueryLifeCycleObserverFactory(Class<?>, LogLevel) - Constructor for class io.netty5.resolver.dns.LoggingDnsQueryLifeCycleObserverFactory
-
Create
DnsQueryLifecycleObserver
instances that log events to a logger with the given class context, at the given log level. - LoggingDnsQueryLifeCycleObserverFactory(String, LogLevel) - Constructor for class io.netty5.resolver.dns.LoggingDnsQueryLifeCycleObserverFactory
-
Create
DnsQueryLifecycleObserver
instances that log events to a logger with the given name context, at the given log level. - LoggingHandler - Class in io.netty5.handler.logging
-
A
ChannelHandler
that logs all events using a logging framework. - LoggingHandler() - Constructor for class io.netty5.handler.logging.LoggingHandler
-
Creates a new instance whose logger name is the fully qualified class name of the instance with hex dump enabled.
- LoggingHandler(BufferFormat) - Constructor for class io.netty5.handler.logging.LoggingHandler
-
Creates a new instance whose logger name is the fully qualified class name of the instance.
- LoggingHandler(LogLevel) - Constructor for class io.netty5.handler.logging.LoggingHandler
-
Creates a new instance whose logger name is the fully qualified class name of the instance.
- LoggingHandler(LogLevel, BufferFormat) - Constructor for class io.netty5.handler.logging.LoggingHandler
-
Creates a new instance whose logger name is the fully qualified class name of the instance.
- LoggingHandler(Class<?>) - Constructor for class io.netty5.handler.logging.LoggingHandler
-
Creates a new instance with the specified logger name and with hex dump enabled.
- LoggingHandler(Class<?>, LogLevel) - Constructor for class io.netty5.handler.logging.LoggingHandler
-
Creates a new instance with the specified logger name.
- LoggingHandler(Class<?>, LogLevel, BufferFormat) - Constructor for class io.netty5.handler.logging.LoggingHandler
-
Creates a new instance with the specified logger name.
- LoggingHandler(String) - Constructor for class io.netty5.handler.logging.LoggingHandler
-
Creates a new instance with the specified logger name using the default log level.
- LoggingHandler(String, LogLevel) - Constructor for class io.netty5.handler.logging.LoggingHandler
-
Creates a new instance with the specified logger name.
- LoggingHandler(String, LogLevel, BufferFormat) - Constructor for class io.netty5.handler.logging.LoggingHandler
-
Creates a new instance with the specified logger name.
- LoggingLeakCallback - Class in io.netty5.buffer.api
-
The
LoggingLeakCallback
can be installed to enable logging output when a leak is detected. - logGoAway(Http2FrameLogger.Direction, ChannelHandlerContext, int, long, Buffer) - Method in class io.netty5.handler.codec.http2.Http2FrameLogger
- logHeaders(Http2FrameLogger.Direction, ChannelHandlerContext, int, Http2Headers, int, boolean) - Method in class io.netty5.handler.codec.http2.Http2FrameLogger
- logHeaders(Http2FrameLogger.Direction, ChannelHandlerContext, int, Http2Headers, int, short, boolean, int, boolean) - Method in class io.netty5.handler.codec.http2.Http2FrameLogger
- LogLevel - Enum in io.netty5.handler.logging
-
Maps the regular
LogLevel
s with theInternalLogLevel
ones. - logPing(Http2FrameLogger.Direction, ChannelHandlerContext, long) - Method in class io.netty5.handler.codec.http2.Http2FrameLogger
- logPingAck(Http2FrameLogger.Direction, ChannelHandlerContext, long) - Method in class io.netty5.handler.codec.http2.Http2FrameLogger
- logPriority(Http2FrameLogger.Direction, ChannelHandlerContext, int, int, short, boolean) - Method in class io.netty5.handler.codec.http2.Http2FrameLogger
- logPushPromise(Http2FrameLogger.Direction, ChannelHandlerContext, int, int, Http2Headers, int) - Method in class io.netty5.handler.codec.http2.Http2FrameLogger
- logRstStream(Http2FrameLogger.Direction, ChannelHandlerContext, int, long) - Method in class io.netty5.handler.codec.http2.Http2FrameLogger
- logSettings(Http2FrameLogger.Direction, ChannelHandlerContext, Http2Settings) - Method in class io.netty5.handler.codec.http2.Http2FrameLogger
- logSettingsAck(Http2FrameLogger.Direction, ChannelHandlerContext) - Method in class io.netty5.handler.codec.http2.Http2FrameLogger
- logUnknownFrame(Http2FrameLogger.Direction, ChannelHandlerContext, byte, int, Http2Flags, Buffer) - Method in class io.netty5.handler.codec.http2.Http2FrameLogger
- logWindowsUpdate(Http2FrameLogger.Direction, ChannelHandlerContext, int, int) - Method in class io.netty5.handler.codec.http2.Http2FrameLogger
- LongCollections - Class in io.netty5.util.collection
-
Utilities for long-based primitive collections.
- longCommitHash() - Method in class io.netty5.util.Version
- LongLongHashMap - Class in io.netty5.util.internal
-
Internal primitive map implementation that is specifically optimised for the runs availability map use case in
PoolChunk
. - LongLongHashMap(long) - Constructor for class io.netty5.util.internal.LongLongHashMap
- LongObjectHashMap<V> - Class in io.netty5.util.collection
-
A hash map implementation of
LongObjectMap
that uses open addressing for keys. - LongObjectHashMap() - Constructor for class io.netty5.util.collection.LongObjectHashMap
- LongObjectHashMap(int) - Constructor for class io.netty5.util.collection.LongObjectHashMap
- LongObjectHashMap(int, float) - Constructor for class io.netty5.util.collection.LongObjectHashMap
- LongObjectMap<V> - Interface in io.netty5.util.collection
-
Interface for a primitive map that uses
long
s as keys. - LongObjectMap.PrimitiveEntry<V> - Interface in io.netty5.util.collection
-
A primitive entry in the map, provided by the iterator from
LongObjectMap.entries()
- LongPriorityQueue - Class in io.netty5.util.internal
-
Internal primitive priority queue, used by
PoolChunk
. - LongPriorityQueue() - Constructor for class io.netty5.util.internal.LongPriorityQueue
- longValue(Long, long) - Static method in class io.netty5.util.internal.ObjectUtil
-
Resolves a possibly null Long to a primitive long, using a default value.
- lookup(ChannelHandlerContext, Buffer) - Method in class io.netty5.handler.ssl.AbstractSniHandler
- lookup(ChannelHandlerContext, Buffer) - Method in class io.netty5.handler.ssl.SslClientHelloHandler
-
Kicks off a lookup for the given
ClientHello
and returns aFuture
which in turn will notify theSslClientHelloHandler.onLookupComplete(ChannelHandlerContext, Future)
on completion. - lookup(ChannelHandlerContext, String) - Method in class io.netty5.handler.ssl.AbstractSniHandler
-
Kicks off a lookup for the given SNI value and returns a
Future
which in turn will notify theAbstractSniHandler.onLookupComplete(ChannelHandlerContext, String, Future)
on completion. - lookup(ChannelHandlerContext, String) - Method in class io.netty5.handler.ssl.SniHandler
-
The default implementation will simply call
AsyncMapping.map(Object, Promise)
but users can override this method to implement custom behavior. - lookupImplementation(String) - Static method in interface io.netty5.buffer.api.MemoryManager
-
Find a
MemoryManager
implementation by its implementation name. - LOOPBACK_IF - Static variable in class io.netty5.util.NetUtil
-
The loopback
NetworkInterface
of the current machine - loopbackAddress() - Static method in class io.netty5.util.internal.SocketUtils
- lost() - Method in class io.netty5.channel.epoll.EpollTcpInfo
- low() - Method in class io.netty5.channel.WriteBufferWaterMark
-
Returns the low water mark for the write buffer.
- LOW_STORAGE_SPACE - Static variable in class io.netty5.handler.codec.rtsp.RtspResponseStatuses
-
250 Low on Storage Space
- Lz4Compressor - Class in io.netty5.handler.codec.compression
-
Compresses a
Buffer
using the LZ4 format. - Lz4Decompressor - Class in io.netty5.handler.codec.compression
-
Uncompresses a
Buffer
encoded with the LZ4 format. - Lz4XXHash32 - Class in io.netty5.handler.codec.compression
- Lz4XXHash32(int) - Constructor for class io.netty5.handler.codec.compression.Lz4XXHash32
- LzfCompressor - Class in io.netty5.handler.codec.compression
-
Compresses a
Buffer
using the LZF format. - LzfDecompressor - Class in io.netty5.handler.codec.compression
-
Uncompresses a
Buffer
encoded with the LZF format. - LzmaCompressor - Class in io.netty5.handler.codec.compression
-
Compresses a
Buffer
using the LZMA algorithm.
M
- MacAddressUtil - Class in io.netty5.util.internal
- MacOSDnsServerAddressStreamProvider - Class in io.netty5.resolver.dns.macos
-
DnsServerAddressStreamProvider
implementation which makes use of the same mechanism as Apple's open source mDNSResponder to retrieve the current nameserver configuration of the system. - MacOSDnsServerAddressStreamProvider() - Constructor for class io.netty5.resolver.dns.macos.MacOSDnsServerAddressStreamProvider
- main(String[]) - Static method in class io.netty5.util.Version
-
Prints the version information to
System.err
. - majorVersion() - Method in class io.netty5.handler.codec.http.HttpVersion
-
Returns the name of the protocol such as
1
in"HTTP/1.0"
. - makeInaccessible() - Method in class io.netty5.buffer.api.internal.ResourceSupport
-
Called when this resource needs to be considered inaccessible.
- makeReadOnly() - Method in interface io.netty5.buffer.api.Buffer
-
Makes this buffer read-only.
- makeReadOnly() - Method in class io.netty5.buffer.api.BufferStub
- makeReadOnly() - Method in interface io.netty5.buffer.api.CompositeBuffer
- MANDATORY_EXTENSION - Static variable in class io.netty5.handler.codec.http.websocketx.WebSocketCloseStatus
- map(IN) - Method in interface io.netty5.util.Mapping
-
Returns mapped value of the specified input.
- map(IN, Promise<OUT>) - Method in interface io.netty5.util.AsyncMapping
-
Returns the
Future
that will provide the result of the mapping. - map(Class<R>, Function<T, R>) - Method in interface io.netty5.util.Send
-
Apply a mapping function to the object being sent.
- map(String) - Method in class io.netty5.util.DomainNameMapping
-
Deprecated.
- map(Function<V, R>) - Method in interface io.netty5.util.concurrent.Future
- mapping - Variable in class io.netty5.handler.ssl.SniHandler
- Mapping<IN,OUT> - Interface in io.netty5.util
-
Maintains the mapping from the objects of one type to the objects of the other type.
- mark(int) - Method in class io.netty5.buffer.BufferInputStream
- markClosed() - Method in class io.netty5.channel.unix.FileDescriptor
- markSupported() - Method in class io.netty5.buffer.BufferInputStream
- masterKeyHandlerEnabled() - Method in class io.netty5.handler.ssl.SslMasterKeyHandler
-
Checks if the handler is set up to actually handle/accept the event.
- match(Object) - Method in class io.netty5.util.internal.NoOpTypeParameterMatcher
- match(Object) - Method in class io.netty5.util.internal.TypeParameterMatcher
- matches(Channel) - Method in interface io.netty5.channel.group.ChannelMatcher
-
Returns
true
if the operation should be also executed on the givenChannel
. - matches(String) - Method in class io.netty5.util.AsciiString
-
Determines whether this string matches a given regular expression.
- matches(InetSocketAddress) - Method in interface io.netty5.handler.ipfilter.IpFilterRule
- matches(InetSocketAddress) - Method in class io.netty5.handler.ipfilter.IpSubnetFilterRule
- MathUtil - Class in io.netty5.util.internal
-
Math utility methods.
- MAX_AGE - Static variable in class io.netty5.handler.codec.http.cookie.CookieHeaderNames
- MAX_AGE - Static variable in class io.netty5.handler.codec.http.HttpHeaderValues
-
"max-age"
- MAX_AGE - Static variable in class io.netty5.handler.codec.rtsp.RtspHeaderValues
-
"max-age"
- MAX_BUFFER_SIZE - Static variable in interface io.netty5.buffer.api.internal.Statics
-
The maximum buffer size we support is the maximum array length generally supported by JVMs, because on-heap buffers will be backed by byte-arrays.
- MAX_BYTES_PER_GATHERING_WRITE_ATTEMPTED_LOW_THRESHOLD - Static variable in class io.netty5.channel.internal.ChannelUtils
- MAX_CONCURRENT_STREAMS - Static variable in class io.netty5.handler.codec.http2.Http2CodecUtil
- MAX_DATAGRAM_PAYLOAD_SIZE - Static variable in class io.netty5.channel.epoll.EpollChannelOption
- MAX_FORWARDS - Static variable in class io.netty5.handler.codec.http.HttpHeaderNames
-
"max-forwards"
- MAX_FRAME_SIZE_LOWER_BOUND - Static variable in class io.netty5.handler.codec.http2.Http2CodecUtil
- MAX_FRAME_SIZE_UPPER_BOUND - Static variable in class io.netty5.handler.codec.http2.Http2CodecUtil
- MAX_HEADER_LIST_SIZE - Static variable in class io.netty5.handler.codec.http2.Http2CodecUtil
- MAX_HEADER_TABLE_SIZE - Static variable in class io.netty5.handler.codec.http2.Http2CodecUtil
- MAX_INITIAL_WINDOW_SIZE - Static variable in class io.netty5.handler.codec.http2.Http2CodecUtil
- MAX_MESSAGES_PER_READ - Static variable in class io.netty5.channel.ChannelOption
-
Deprecated.
- MAX_MESSAGES_PER_WRITE - Static variable in class io.netty5.channel.ChannelOption
- MAX_PADDING - Static variable in class io.netty5.handler.codec.http2.Http2CodecUtil
-
The maximum number of padding bytes.
- MAX_STALE - Static variable in class io.netty5.handler.codec.http.HttpHeaderValues
-
"max-stale"
- MAX_STALE - Static variable in class io.netty5.handler.codec.rtsp.RtspHeaderValues
-
"max-stale"
- MAX_UNSIGNED_BYTE - Static variable in class io.netty5.handler.codec.http2.Http2CodecUtil
- MAX_UNSIGNED_INT - Static variable in class io.netty5.handler.codec.http2.Http2CodecUtil
- MAX_WEIGHT - Static variable in class io.netty5.handler.codec.http2.Http2CodecUtil
- MAX_WINDOW_SIZE - Static variable in class io.netty5.handler.codec.http.websocketx.extensions.compression.PerMessageDeflateServerExtensionHandshaker
- maxActiveStreams() - Method in interface io.netty5.handler.codec.http2.Http2Connection.Endpoint
-
Gets the maximum number of streams (created by this endpoint) that are allowed to be active at the same time.
- maxActiveStreams(int) - Method in interface io.netty5.handler.codec.http2.Http2Connection.Endpoint
-
Sets the limit for
SETTINGS_MAX_CONCURRENT_STREAMS
. - maxAge() - Method in interface io.netty5.handler.codec.http.cookie.Cookie
-
Returns the maximum age of this
Cookie
in seconds orCookie.UNDEFINED_MAX_AGE
if unspecified - maxAge() - Method in class io.netty5.handler.codec.http.cookie.DefaultCookie
- maxAge() - Method in class io.netty5.handler.codec.http.cors.CorsConfig
-
Gets the maxAge setting.
- maxAge(long) - Method in class io.netty5.handler.codec.http.cors.CorsConfig.Builder
-
Deprecated.Use
CorsConfigBuilder.maxAge(long)
instead. - maxAge(long) - Method in class io.netty5.handler.codec.http.cors.CorsConfigBuilder
-
When making a preflight request the client has to perform two request with can be inefficient.
- maxBytes() - Method in class io.netty5.channel.unix.IovArray
-
Get the maximum amount of bytes that can be added to this
IovArray
. - maxBytes(long) - Method in class io.netty5.channel.unix.IovArray
-
Set the maximum amount of bytes that can be added to this
IovArray
viaIovArray.add(long, long, int)
orIovArray.processMessage(Object)
. - maxBytesPerIndividualRead() - Method in class io.netty5.channel.DefaultMaxBytesRecvBufferAllocator
- maxBytesPerIndividualRead() - Method in interface io.netty5.channel.MaxBytesRecvBufferAllocator
-
Returns the maximum number of bytes to read per individual read operation.
- maxBytesPerIndividualRead(int) - Method in class io.netty5.channel.DefaultMaxBytesRecvBufferAllocator
- maxBytesPerIndividualRead(int) - Method in interface io.netty5.channel.MaxBytesRecvBufferAllocator
-
Sets the maximum number of bytes to read per individual read operation.
- maxBytesPerRead() - Method in class io.netty5.channel.DefaultMaxBytesRecvBufferAllocator
- maxBytesPerRead() - Method in interface io.netty5.channel.MaxBytesRecvBufferAllocator
-
Returns the maximum number of bytes to read per read loop.
- maxBytesPerRead(int) - Method in class io.netty5.channel.DefaultMaxBytesRecvBufferAllocator
- maxBytesPerRead(int) - Method in interface io.netty5.channel.MaxBytesRecvBufferAllocator
-
Sets the maximum number of bytes to read per read loop.
- maxBytesPerReadPair() - Method in class io.netty5.channel.DefaultMaxBytesRecvBufferAllocator
- maxBytesPerReadPair() - Method in interface io.netty5.channel.MaxBytesRecvBufferAllocator
-
Atomic way to get the maximum number of bytes to read for a read loop and per individual read operation.
- maxBytesPerReadPair(int, int) - Method in class io.netty5.channel.DefaultMaxBytesRecvBufferAllocator
- maxBytesPerReadPair(int, int) - Method in interface io.netty5.channel.MaxBytesRecvBufferAllocator
-
Sets the maximum number of bytes to read for a read loop and per individual read operation.
- MaxBytesRecvBufferAllocator - Interface in io.netty5.channel
-
RecvBufferAllocator
that limits a read operation based upon a maximum value per individual read and a maximum amount when a read operation is attempted by the event loop. - maxConcurrentStreams() - Method in class io.netty5.handler.codec.http2.Http2Settings
-
Gets the
SETTINGS_MAX_CONCURRENT_STREAMS
value. - maxConcurrentStreams(long) - Method in class io.netty5.handler.codec.http2.Http2Settings
-
Sets the
SETTINGS_MAX_CONCURRENT_STREAMS
value. - maxContentLength() - Method in class io.netty5.handler.codec.http2.AbstractInboundHttp2ToHttpAdapterBuilder
-
Returns the maximum length of the message content.
- maxContentLength() - Method in class io.netty5.handler.codec.MessageAggregator
-
Returns the maximum allowed length of the aggregated message in bytes.
- maxContentLength(int) - Method in class io.netty5.handler.codec.http2.AbstractInboundHttp2ToHttpAdapterBuilder
-
Specifies the maximum length of the message content.
- maxContentLength(int) - Method in class io.netty5.handler.codec.http2.InboundHttp2ToHttpAdapterBuilder
- maxDeviation() - Method in class io.netty5.handler.traffic.GlobalChannelTrafficShapingHandler
- maxDirectMemory() - Static method in class io.netty5.util.internal.PlatformDependent
-
Returns the maximum memory reserved for direct buffer allocation.
- maxEncodeSize() - Method in class io.netty5.handler.codec.compression.ZstdOptions
- maxFramePayloadLength() - Method in class io.netty5.handler.codec.http.websocketx.WebSocketClientHandshaker
-
Returns the max length for any frame's payload
- maxFramePayloadLength() - Method in class io.netty5.handler.codec.http.websocketx.WebSocketClientProtocolConfig
- maxFramePayloadLength() - Method in class io.netty5.handler.codec.http.websocketx.WebSocketDecoderConfig
- maxFramePayloadLength() - Method in class io.netty5.handler.codec.http.websocketx.WebSocketServerHandshaker
-
Gets the maximum length for any frame's payload.
- maxFramePayloadLength(int) - Method in class io.netty5.handler.codec.http.websocketx.WebSocketClientProtocolConfig.Builder
-
Maximum length of a frame's payload
- maxFramePayloadLength(int) - Method in class io.netty5.handler.codec.http.websocketx.WebSocketDecoderConfig.Builder
- maxFramePayloadLength(int) - Method in class io.netty5.handler.codec.http.websocketx.WebSocketServerProtocolConfig.Builder
- maxFrameSize() - Method in class io.netty5.handler.codec.http2.DefaultHttp2FrameReader
- maxFrameSize() - Method in class io.netty5.handler.codec.http2.DefaultHttp2FrameWriter
- maxFrameSize() - Method in interface io.netty5.handler.codec.http2.Http2FrameSizePolicy
-
Gets the maximum allowed frame size.
- maxFrameSize() - Method in class io.netty5.handler.codec.http2.Http2Settings
-
Gets the
SETTINGS_MAX_FRAME_SIZE
value. - maxFrameSize(int) - Method in class io.netty5.handler.codec.http2.DefaultHttp2FrameReader
- maxFrameSize(int) - Method in class io.netty5.handler.codec.http2.DefaultHttp2FrameWriter
- maxFrameSize(int) - Method in interface io.netty5.handler.codec.http2.Http2FrameSizePolicy
-
Sets the maximum allowed frame size.
- maxFrameSize(int) - Method in class io.netty5.handler.codec.http2.Http2Settings
-
Sets the
SETTINGS_MAX_FRAME_SIZE
value. - maxHeaderListSize() - Method in class io.netty5.handler.codec.http2.DefaultHttp2HeadersDecoder
- maxHeaderListSize() - Method in class io.netty5.handler.codec.http2.DefaultHttp2HeadersEncoder
- maxHeaderListSize() - Method in interface io.netty5.handler.codec.http2.Http2HeadersDecoder.Configuration
-
Represents the value for SETTINGS_MAX_HEADER_LIST_SIZE.
- maxHeaderListSize() - Method in interface io.netty5.handler.codec.http2.Http2HeadersEncoder.Configuration
-
Represents the value for SETTINGS_MAX_HEADER_LIST_SIZE.
- maxHeaderListSize() - Method in class io.netty5.handler.codec.http2.Http2Settings
-
Gets the
SETTINGS_MAX_HEADER_LIST_SIZE
value. - maxHeaderListSize(long) - Method in class io.netty5.handler.codec.http2.DefaultHttp2HeadersEncoder
- maxHeaderListSize(long) - Method in interface io.netty5.handler.codec.http2.Http2HeadersEncoder.Configuration
-
Represents the value for SETTINGS_MAX_HEADER_LIST_SIZE.
- maxHeaderListSize(long) - Method in class io.netty5.handler.codec.http2.Http2Settings
-
Sets the
SETTINGS_MAX_HEADER_LIST_SIZE
value. - maxHeaderListSize(long, long) - Method in class io.netty5.handler.codec.http2.DefaultHttp2HeadersDecoder
- maxHeaderListSize(long, long) - Method in interface io.netty5.handler.codec.http2.Http2HeadersDecoder.Configuration
-
Configure the maximum allowed size in bytes of each set of headers.
- maxHeaderListSizeGoAway() - Method in class io.netty5.handler.codec.http2.DefaultHttp2HeadersDecoder
- maxHeaderListSizeGoAway() - Method in interface io.netty5.handler.codec.http2.Http2HeadersDecoder.Configuration
-
Represents the upper bound in bytes for a set of headers before a
GO_AWAY
should be sent. - maxHeaderTableSize() - Method in class io.netty5.handler.codec.http2.DefaultHttp2HeadersDecoder
- maxHeaderTableSize() - Method in class io.netty5.handler.codec.http2.DefaultHttp2HeadersEncoder
- maxHeaderTableSize() - Method in interface io.netty5.handler.codec.http2.Http2HeadersDecoder.Configuration
-
Represents the value for SETTINGS_HEADER_TABLE_SIZE.
- maxHeaderTableSize() - Method in interface io.netty5.handler.codec.http2.Http2HeadersEncoder.Configuration
-
Represents the value for SETTINGS_HEADER_TABLE_SIZE.
- maxHeaderTableSize(long) - Method in class io.netty5.handler.codec.http2.DefaultHttp2HeadersDecoder
- maxHeaderTableSize(long) - Method in class io.netty5.handler.codec.http2.DefaultHttp2HeadersEncoder
- maxHeaderTableSize(long) - Method in interface io.netty5.handler.codec.http2.Http2HeadersDecoder.Configuration
-
Represents the value for SETTINGS_HEADER_TABLE_SIZE.
- maxHeaderTableSize(long) - Method in interface io.netty5.handler.codec.http2.Http2HeadersEncoder.Configuration
-
Represents the value for SETTINGS_HEADER_TABLE_SIZE.
- maximumCumulativeReadBytes() - Method in class io.netty5.handler.traffic.GlobalChannelTrafficShapingHandler
- maximumCumulativeWrittenBytes() - Method in class io.netty5.handler.traffic.GlobalChannelTrafficShapingHandler
- MaxMessageHandle() - Constructor for class io.netty5.channel.DefaultMaxMessagesRecvBufferAllocator.MaxMessageHandle
- maxMessagesPerRead() - Method in class io.netty5.channel.DefaultMaxMessagesRecvBufferAllocator
- maxMessagesPerRead() - Method in interface io.netty5.channel.MaxMessagesRecvBufferAllocator
-
Returns the maximum number of messages to read per read loop.
- maxMessagesPerRead(int) - Method in class io.netty5.channel.DefaultMaxMessagesRecvBufferAllocator
- maxMessagesPerRead(int) - Method in interface io.netty5.channel.MaxMessagesRecvBufferAllocator
-
Sets the maximum number of messages to read per read loop.
- MaxMessagesRecvBufferAllocator - Interface in io.netty5.channel
-
RecvBufferAllocator
that limits the number of read operations that will be attempted when a read operation is attempted by the event loop. - maxNumElements() - Method in interface io.netty5.buffer.api.pool.PoolSubpageMetric
-
Return the number of maximal elements that can be allocated out of the sub-page.
- maxPayloadSize() - Method in class io.netty5.resolver.dns.DnsNameResolver
-
Returns the capacity of the datagram packet buffer (in bytes).
- maxPayloadSize(int) - Method in class io.netty5.resolver.dns.DnsNameResolverBuilder
-
Sets the capacity of the datagram packet buffer (in bytes).
- maxQueriesPerResolve() - Method in class io.netty5.resolver.dns.DnsNameResolver
-
Returns the maximum allowed number of DNS queries to send when resolving a host name.
- maxQueriesPerResolve(int) - Method in class io.netty5.resolver.dns.DnsNameResolverBuilder
-
Sets the maximum allowed number of DNS queries to send when resolving a host name.
- maxReservedStreams() - Method in class io.netty5.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
-
Get the maximum number of streams which can be in the reserved state at any given time.
- maxReservedStreams() - Method in class io.netty5.handler.codec.http2.Http2FrameCodecBuilder
- maxReservedStreams(int) - Method in class io.netty5.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
-
Set the maximum number of streams which can be in the reserved state at any given time.
- maxReservedStreams(int) - Method in class io.netty5.handler.codec.http2.Http2ConnectionHandlerBuilder
- maxReservedStreams(int) - Method in class io.netty5.handler.codec.http2.Http2FrameCodecBuilder
- maxTime - Variable in class io.netty5.handler.traffic.AbstractTrafficShapingHandler
-
Max delay in wait
- maxTtl() - Method in class io.netty5.resolver.dns.DefaultDnsCache
-
Returns the maximum TTL of the cached DNS resource records (in seconds).
- maxUsage() - Method in interface io.netty5.buffer.api.pool.PoolChunkListMetric
-
Return the maximum usage of the chunk list after which chunks are promoted to the next list.
- maybeMoreDataToRead(RecvBufferAllocator.Handle) - Method in class io.netty5.channel.epoll.EpollDatagramChannel
- maybeMoreDataToRead(RecvBufferAllocator.Handle) - Method in class io.netty5.channel.epoll.EpollServerSocketChannel
- maybeMoreDataToRead(RecvBufferAllocator.Handle) - Method in class io.netty5.channel.epoll.EpollSocketChannel
- maybeSuperUser() - Static method in class io.netty5.util.internal.PlatformDependent
-
Return
true
if the current user may be a super-user. - mayHaveCreatedStream(int) - Method in interface io.netty5.handler.codec.http2.Http2Connection.Endpoint
-
Indicates whether or not this endpoint may have created the given stream.
- MEM_USAGE_NATIVE - Static variable in interface io.netty5.buffer.api.internal.Statics
- memLevel() - Method in class io.netty5.handler.codec.compression.DeflateOptions
- memory() - Method in interface io.netty5.buffer.api.pool.UntetheredMemory
-
Produces the recoverable memory object associated with this piece of untethered memory.
- memoryAddress(int) - Method in class io.netty5.channel.unix.IovArray
-
Returns the
memoryAddress
for the givenindex
. - MemoryManager - Interface in io.netty5.buffer.api
-
The choice of
MemoryManager
implementation also determines the choice ofBuffer
implementation. - MemoryManagerLoader - Class in io.netty5.buffer.api.internal
- MemoryManagerOverride - Class in io.netty5.buffer.api.internal
- merge(ChannelHandlerContext, Http2RemoteFlowController.FlowControlled) - Method in interface io.netty5.handler.codec.http2.Http2RemoteFlowController.FlowControlled
-
Merge the contents of the
next
message into this message so they can be written out as one unit. - MERGE_CUMULATOR - Static variable in class io.netty5.handler.codec.ByteToMessageDecoder
- MESSAGE_SIZE_ESTIMATOR - Static variable in class io.netty5.channel.ChannelOption
- MESSAGE_TOO_BIG - Static variable in class io.netty5.handler.codec.http.websocketx.WebSocketCloseStatus
- MessageAggregationException - Exception in io.netty5.handler.codec
-
Raised by
MessageAggregator
when aggregation fails due to an unexpected message sequence. - MessageAggregationException() - Constructor for exception io.netty5.handler.codec.MessageAggregationException
- MessageAggregationException(String) - Constructor for exception io.netty5.handler.codec.MessageAggregationException
- MessageAggregationException(String, Throwable) - Constructor for exception io.netty5.handler.codec.MessageAggregationException
- MessageAggregationException(Throwable) - Constructor for exception io.netty5.handler.codec.MessageAggregationException
- MessageAggregator<I,S,C extends AutoCloseable,A extends AutoCloseable> - Class in io.netty5.handler.codec
-
An abstract
ChannelHandler
that aggregates a series of message objects into a single aggregated message. - MessageAggregator(int) - Constructor for class io.netty5.handler.codec.MessageAggregator
-
Creates a new instance.
- MessageAggregator(int, Class<? extends I>) - Constructor for class io.netty5.handler.codec.MessageAggregator
- MessageFormatter - Class in io.netty5.util.internal.logging
-
Formats messages according to very simple substitution rules.
- messageReceived(ChannelHandlerContext, I) - Method in class io.netty5.channel.SimpleChannelInboundHandler
-
Is called for each message of type
SimpleChannelInboundHandler
. - MessageSizeEstimator - Interface in io.netty5.channel
-
Responsible to estimate the size of a message.
- MessageSizeEstimator.Handle - Interface in io.netty5.channel
- MessageToByteEncoder<I> - Class in io.netty5.handler.codec
-
ChannelHandler
which encodes message in a stream-like fashion from one message to aBuffer
. - MessageToByteEncoder() - Constructor for class io.netty5.handler.codec.MessageToByteEncoder
-
Create a new instance which will try to detect the types to match out of the type parameter of the class.
- MessageToByteEncoder(Class<? extends I>) - Constructor for class io.netty5.handler.codec.MessageToByteEncoder
-
Create a new instance.
- MessageToMessageCodec<INBOUND_IN,OUTBOUND_IN> - Class in io.netty5.handler.codec
-
A Codec for on-the-fly encoding/decoding of message.
- MessageToMessageCodec() - Constructor for class io.netty5.handler.codec.MessageToMessageCodec
-
Create a new instance which will try to detect the types to decode and encode out of the type parameter of the class.
- MessageToMessageCodec(Class<? extends INBOUND_IN>, Class<? extends OUTBOUND_IN>) - Constructor for class io.netty5.handler.codec.MessageToMessageCodec
-
Create a new instance.
- MessageToMessageDecoder<I> - Class in io.netty5.handler.codec
-
ChannelHandler
which decodes from one message to another message. - MessageToMessageDecoder() - Constructor for class io.netty5.handler.codec.MessageToMessageDecoder
-
Create a new instance which will try to detect the types to match out of the type parameter of the class.
- MessageToMessageDecoder(Class<? extends I>) - Constructor for class io.netty5.handler.codec.MessageToMessageDecoder
-
Create a new instance
- MessageToMessageEncoder<I> - Class in io.netty5.handler.codec
-
ChannelHandler
which encodes from one message to another message For example here is an implementation which decodes anInteger
to anString
. - MessageToMessageEncoder() - Constructor for class io.netty5.handler.codec.MessageToMessageEncoder
-
Create a new instance which will try to detect the types to match out of the type parameter of the class.
- MessageToMessageEncoder(Class<? extends I>) - Constructor for class io.netty5.handler.codec.MessageToMessageEncoder
-
Create a new instance
- metadata() - Method in class io.netty5.channel.AbstractChannel
- metadata() - Method in interface io.netty5.channel.Channel
- method() - Method in class io.netty5.handler.codec.http.DefaultHttpRequest
- method() - Method in interface io.netty5.handler.codec.http.HttpRequest
-
Returns the
HttpMethod
of thisHttpRequest
. - method() - Method in class io.netty5.handler.codec.http2.DefaultHttp2Headers
- method() - Method in class io.netty5.handler.codec.http2.EmptyHttp2Headers
- method() - Method in interface io.netty5.handler.codec.http2.Http2Headers
-
Gets the
Http2Headers.PseudoHeaderName.METHOD
header ornull
if there is no such header - method() - Method in class io.netty5.handler.codec.http2.ReadOnlyHttp2Headers
- method(CharSequence) - Method in class io.netty5.handler.codec.http2.DefaultHttp2Headers
- method(CharSequence) - Method in class io.netty5.handler.codec.http2.EmptyHttp2Headers
- method(CharSequence) - Method in interface io.netty5.handler.codec.http2.Http2Headers
-
Sets the
Http2Headers.PseudoHeaderName.METHOD
header - method(CharSequence) - Method in class io.netty5.handler.codec.http2.ReadOnlyHttp2Headers
- METHOD - io.netty5.handler.codec.http2.Http2Headers.PseudoHeaderName
-
:method
. - METHOD_NOT_ALLOWED - Static variable in class io.netty5.handler.codec.http.HttpResponseStatus
-
405 Method Not Allowed
- METHOD_NOT_ALLOWED - Static variable in class io.netty5.handler.codec.rtsp.RtspResponseStatuses
-
405 Method Not Allowed
- METHOD_NOT_VALID - Static variable in class io.netty5.handler.codec.rtsp.RtspResponseStatuses
-
455 Method Not Valid in This State
- metric() - Method in interface io.netty5.buffer.api.pool.BufferAllocatorMetricProvider
-
Returns a
BufferAllocatorMetric
for aBufferAllocator
. - metric() - Method in class io.netty5.buffer.api.pool.PooledBufferAllocator
- milliSecondFromNano() - Static method in class io.netty5.handler.traffic.TrafficCounter
- MIN_CONCURRENT_STREAMS - Static variable in class io.netty5.handler.codec.http2.Http2CodecUtil
- MIN_FRESH - Static variable in class io.netty5.handler.codec.http.HttpHeaderValues
-
"min-fresh"
- MIN_FRESH - Static variable in class io.netty5.handler.codec.rtsp.RtspHeaderValues
-
"min-fresh"
- MIN_HEADER_LIST_SIZE - Static variable in class io.netty5.handler.codec.http2.Http2CodecUtil
- MIN_HEADER_TABLE_SIZE - Static variable in class io.netty5.handler.codec.http2.Http2CodecUtil
- MIN_INITIAL_WINDOW_SIZE - Static variable in class io.netty5.handler.codec.http2.Http2CodecUtil
- MIN_WEIGHT - Static variable in class io.netty5.handler.codec.http2.Http2CodecUtil
- MIN_WINDOW_SIZE - Static variable in class io.netty5.handler.codec.http.websocketx.extensions.compression.PerMessageDeflateServerExtensionHandshaker
- minAllocationChunk(int) - Method in class io.netty5.handler.codec.http2.UniformStreamByteDistributor
-
Sets the minimum allocation chunk that will be allocated to each stream.
- minorVersion() - Method in class io.netty5.handler.codec.http.HttpVersion
-
Returns the name of the protocol such as
0
in"HTTP/1.0"
. - minTtl() - Method in class io.netty5.resolver.dns.DefaultDnsCache
-
Returns the minimum TTL of the cached DNS resource records (in seconds).
- minUsage() - Method in interface io.netty5.buffer.api.pool.PoolChunkListMetric
-
Return the minimum usage of the chunk list before which chunks are promoted to the previous list.
- MISDIRECTED_REQUEST - Static variable in class io.netty5.handler.codec.http.HttpResponseStatus
-
421 Misdirected Request
- misses() - Method in class io.netty5.handler.ssl.OpenSslSessionStats
-
Returns the number of sessions proposed by clients that were not found in the internal session cache in server mode.
- mode() - Method in class io.netty5.handler.ssl.OpenSslCertificateCompressionConfig.AlgorithmConfig
- MODE - Static variable in class io.netty5.handler.codec.rtsp.RtspHeaderValues
-
"mode"
- MOVED_PERMANENTLY - Static variable in class io.netty5.handler.codec.http.HttpResponseStatus
-
301 Moved Permanently
- MOVED_PERMANENTLY - Static variable in class io.netty5.handler.codec.rtsp.RtspResponseStatuses
-
301 Moved Permanently
- MOVED_TEMPORARILY - Static variable in class io.netty5.handler.codec.rtsp.RtspResponseStatuses
-
302 Moved Temporarily
- msg() - Method in class io.netty5.util.internal.PendingWrite
- MULTI_STATUS - Static variable in class io.netty5.handler.codec.http.HttpResponseStatus
-
207 Multi-Status (WebDAV, RFC2518)
- MULTICAST - Static variable in class io.netty5.handler.codec.rtsp.RtspHeaderValues
-
"multicast"
- MultiDnsServerAddressStreamProvider - Class in io.netty5.resolver.dns
-
A
DnsServerAddressStreamProvider
which iterates through a collection ofDnsServerAddressStreamProvider
until the first non-null
result is found. - MultiDnsServerAddressStreamProvider(DnsServerAddressStreamProvider...) - Constructor for class io.netty5.resolver.dns.MultiDnsServerAddressStreamProvider
-
Create a new instance.
- MultiDnsServerAddressStreamProvider(List<DnsServerAddressStreamProvider>) - Constructor for class io.netty5.resolver.dns.MultiDnsServerAddressStreamProvider
-
Create a new instance.
- MULTIPART_FORM_DATA - Static variable in class io.netty5.handler.codec.http.HttpHeaderValues
-
"multipart/form-data"
- MULTIPART_MIXED - Static variable in class io.netty5.handler.codec.http.HttpHeaderValues
-
"multipart/mixed"
- MULTIPLE_CHOICES - Static variable in class io.netty5.handler.codec.http.HttpResponseStatus
-
300 Multiple Choices
- MULTIPLE_CHOICES - Static variable in class io.netty5.handler.codec.rtsp.RtspResponseStatuses
-
300 Multiple Choices
- MultithreadEventExecutorGroup - Class in io.netty5.util.concurrent
-
EventExecutorGroup
implementation that handles their tasks with multiple threads at the same time. - MultithreadEventExecutorGroup(int, Executor) - Constructor for class io.netty5.util.concurrent.MultithreadEventExecutorGroup
-
Create a new instance.
- MultithreadEventExecutorGroup(int, Executor, int, RejectedExecutionHandler) - Constructor for class io.netty5.util.concurrent.MultithreadEventExecutorGroup
-
Create a new instance.
- MultithreadEventExecutorGroup(int, Executor, int, RejectedExecutionHandler, Object...) - Constructor for class io.netty5.util.concurrent.MultithreadEventExecutorGroup
-
Create a new instance.
- MultithreadEventExecutorGroup(int, ThreadFactory) - Constructor for class io.netty5.util.concurrent.MultithreadEventExecutorGroup
-
Create a new instance.
- MultithreadEventExecutorGroup(int, ThreadFactory, int, RejectedExecutionHandler) - Constructor for class io.netty5.util.concurrent.MultithreadEventExecutorGroup
-
Create a new instance.
- MultithreadEventExecutorGroup(int, ThreadFactory, int, RejectedExecutionHandler, Object...) - Constructor for class io.netty5.util.concurrent.MultithreadEventExecutorGroup
-
Create a new instance.
- MultithreadEventLoopGroup - Class in io.netty5.channel
-
EventLoopGroup
implementation that will handle its tasks with multiple threads. - MultithreadEventLoopGroup(int, IoHandlerFactory) - Constructor for class io.netty5.channel.MultithreadEventLoopGroup
-
Create a new instance.
- MultithreadEventLoopGroup(int, Executor, IoHandlerFactory) - Constructor for class io.netty5.channel.MultithreadEventLoopGroup
-
Create a new instance.
- MultithreadEventLoopGroup(int, Executor, IoHandlerFactory, int, RejectedExecutionHandler) - Constructor for class io.netty5.channel.MultithreadEventLoopGroup
-
Create a new instance.
- MultithreadEventLoopGroup(int, Executor, IoHandlerFactory, int, RejectedExecutionHandler, int) - Constructor for class io.netty5.channel.MultithreadEventLoopGroup
-
Create a new instance.
- MultithreadEventLoopGroup(int, Executor, IoHandlerFactory, int, RejectedExecutionHandler, int, Object...) - Constructor for class io.netty5.channel.MultithreadEventLoopGroup
-
Create a new instance.
- MultithreadEventLoopGroup(int, ThreadFactory, IoHandlerFactory) - Constructor for class io.netty5.channel.MultithreadEventLoopGroup
-
Create a new instance.
- MultithreadEventLoopGroup(int, ThreadFactory, IoHandlerFactory, int, RejectedExecutionHandler) - Constructor for class io.netty5.channel.MultithreadEventLoopGroup
-
Create a new instance.
- MultithreadEventLoopGroup(int, ThreadFactory, IoHandlerFactory, int, RejectedExecutionHandler, int) - Constructor for class io.netty5.channel.MultithreadEventLoopGroup
-
Create a new instance.
- MultithreadEventLoopGroup(int, ThreadFactory, IoHandlerFactory, int, RejectedExecutionHandler, int, Object...) - Constructor for class io.netty5.channel.MultithreadEventLoopGroup
-
Create a new instance.
- MultithreadEventLoopGroup(IoHandlerFactory) - Constructor for class io.netty5.channel.MultithreadEventLoopGroup
-
Create a new instance.
- MultithreadEventLoopGroup(Executor, IoHandlerFactory) - Constructor for class io.netty5.channel.MultithreadEventLoopGroup
-
Create a new instance.
- MultithreadEventLoopGroup(ThreadFactory, IoHandlerFactory) - Constructor for class io.netty5.channel.MultithreadEventLoopGroup
-
Create a new instance.
- MUST_REVALIDATE - Static variable in class io.netty5.handler.codec.http.HttpHeaderValues
-
"must-revalidate"
- MUST_REVALIDATE - Static variable in class io.netty5.handler.codec.rtsp.RtspHeaderValues
-
"must-revalidate"
- mustSkip(WebSocketFrame) - Method in interface io.netty5.handler.codec.http.websocketx.extensions.WebSocketExtensionFilter
-
Returns
true
if the evaluation of the extension must skipped for the given frame otherwisefalse
. - mutableReadableBuffer() - Method in interface io.netty5.buffer.api.internal.NotReadOnlyReadableComponent
-
Get a
ByteBuffer
instance for this memory component. - MX - Static variable in class io.netty5.handler.codec.dns.DnsRecordType
-
Mail exchange record RFC 1035 Maps a domain name to a list of message transfer agents for that domain.
N
- name() - Method in interface io.netty5.channel.ChannelHandlerContext
-
The unique name of the
ChannelHandlerContext
.The name was used when thenChannelHandler
was added to theChannelPipeline
. - name() - Method in interface io.netty5.channel.group.ChannelGroup
-
Returns the name of this group.
- name() - Method in class io.netty5.channel.group.DefaultChannelGroup
- name() - Method in class io.netty5.channel.internal.DelegatingChannelHandlerContext
- name() - Method in class io.netty5.handler.codec.dns.AbstractDnsRecord
- name() - Method in interface io.netty5.handler.codec.dns.DnsRecord
-
Returns the name of this resource record.
- name() - Method in class io.netty5.handler.codec.dns.DnsRecordType
-
Returns the name of this type, as seen in bind config files
- name() - Method in interface io.netty5.handler.codec.http.cookie.Cookie
-
Returns the name of this
Cookie
. - name() - Method in class io.netty5.handler.codec.http.cookie.DefaultCookie
- name() - Method in class io.netty5.handler.codec.http.HttpMethod
-
Returns the name of this method.
- name() - Method in class io.netty5.handler.codec.http.HttpScheme
- name() - Method in class io.netty5.handler.codec.http.websocketx.extensions.WebSocketExtensionData
- name() - Method in class io.netty5.handler.codec.http.websocketx.WebSocketScheme
- name() - Method in class io.netty5.handler.codec.http2.DefaultHttp2DataFrame
- name() - Method in class io.netty5.handler.codec.http2.DefaultHttp2GoAwayFrame
- name() - Method in class io.netty5.handler.codec.http2.DefaultHttp2HeadersFrame
- name() - Method in class io.netty5.handler.codec.http2.DefaultHttp2PingFrame
- name() - Method in class io.netty5.handler.codec.http2.DefaultHttp2PriorityFrame
- name() - Method in class io.netty5.handler.codec.http2.DefaultHttp2PushPromiseFrame
- name() - Method in class io.netty5.handler.codec.http2.DefaultHttp2ResetFrame
- name() - Method in class io.netty5.handler.codec.http2.DefaultHttp2SettingsFrame
- name() - Method in class io.netty5.handler.codec.http2.DefaultHttp2UnknownFrame
- name() - Method in class io.netty5.handler.codec.http2.DefaultHttp2WindowUpdateFrame
- name() - Method in interface io.netty5.handler.codec.http2.Http2Frame
-
Returns the name of the HTTP/2 frame e.g.
- name() - Method in interface io.netty5.handler.codec.http2.Http2SettingsAckFrame
- name() - Method in interface io.netty5.handler.codec.http2.Http2SettingsFrame
- name() - Method in class io.netty5.handler.ssl.OpenSslSessionTicketKey
-
Get name.
- name() - Method in class io.netty5.handler.traffic.TrafficCounter
- name() - Method in class io.netty5.util.AbstractConstant
- name() - Method in interface io.netty5.util.concurrent.ThreadProperties
- name() - Method in interface io.netty5.util.Constant
-
Returns the name of this
Constant
. - name() - Method in class io.netty5.util.internal.logging.AbstractInternalLogger
- name() - Method in interface io.netty5.util.internal.logging.InternalLogger
-
Return the name of this
InternalLogger
instance. - NAME - Static variable in class io.netty5.handler.codec.http.HttpHeaderValues
-
"name"
SeeHttpHeaderNames.CONTENT_DISPOSITION
- NAME_SIZE - Static variable in class io.netty5.handler.ssl.OpenSslSessionTicketKey
-
Size of session ticket key name
- NameResolver<T> - Interface in io.netty5.resolver
-
Resolves an arbitrary string that represents the name of an endpoint into an address.
- names() - Method in interface io.netty5.channel.ChannelPipeline
-
Returns the
List
of the handler names. - names() - Method in class io.netty5.channel.DefaultChannelPipeline
- names() - Method in class io.netty5.handler.codec.DefaultHeaders
- names() - Method in class io.netty5.handler.codec.EmptyHeaders
- names() - Method in interface io.netty5.handler.codec.Headers
-
Returns a
Set
of all header names in this object. - names() - Method in class io.netty5.handler.codec.http.DefaultHttpHeaders
- names() - Method in class io.netty5.handler.codec.http.EmptyHttpHeaders
- names() - Method in class io.netty5.handler.codec.http.HttpHeaders
-
Returns a new
Set
that contains the names of all headers in this object. - names() - Method in class io.netty5.handler.codec.http.ReadOnlyHttpHeaders
- names() - Method in class io.netty5.handler.codec.http2.ReadOnlyHttp2Headers
- namesAsString(Headers<CharSequence, CharSequence, ?>) - Static method in class io.netty5.handler.codec.HeadersUtils
- nameServerAddressStream(String) - Method in class io.netty5.resolver.dns.DefaultDnsServerAddressStreamProvider
- nameServerAddressStream(String) - Method in interface io.netty5.resolver.dns.DnsServerAddressStreamProvider
-
Ask this provider for the name servers to query for
hostname
. - nameServerAddressStream(String) - Method in class io.netty5.resolver.dns.macos.MacOSDnsServerAddressStreamProvider
- nameServerAddressStream(String) - Method in class io.netty5.resolver.dns.MultiDnsServerAddressStreamProvider
- nameServerAddressStream(String) - Method in class io.netty5.resolver.dns.UnixResolverDnsServerAddressStreamProvider
- NameServerComparator - Class in io.netty5.resolver.dns
-
Special
Comparator
implementation to sort the nameservers to use when follow redirects. - NameServerComparator(Class<? extends InetAddress>) - Constructor for class io.netty5.resolver.dns.NameServerComparator
- nameServerProvider() - Method in class io.netty5.resolver.dns.DnsNameResolverBuilder
- nameServerProvider(DnsServerAddressStreamProvider) - Method in class io.netty5.resolver.dns.DnsNameResolverBuilder
-
Set the
DnsServerAddressStreamProvider
which is used to determine which DNS server is used to resolve each hostname. - nanoTime() - Static method in class io.netty5.util.concurrent.AbstractScheduledEventExecutor
-
The time elapsed since initialization of this class in nanoseconds.
- NAPTR - Static variable in class io.netty5.handler.codec.dns.DnsRecordType
-
Naming Authority Pointer record RFC 3403 Allows regular expression based rewriting of domain names which can then be used as URIs, further domain names to lookups, etc.
- Native - Class in io.netty5.channel.epoll
-
Native helper methods
- nativeAddressOf(ByteBuffer) - Static method in class io.netty5.channel.unix.Buffer
-
Returns the memory address of the given direct
ByteBuffer
. - nativeAddressOfDirectByteBuffer(ByteBuffer) - Static method in interface io.netty5.buffer.api.internal.Statics
- nativeAddressWithOffset(long, int) - Static method in interface io.netty5.buffer.api.internal.Statics
-
Compute an offset into a native address.
- NativeInetAddress - Class in io.netty5.channel.unix
-
Internal usage only!
- NativeInetAddress(byte[]) - Constructor for class io.netty5.channel.unix.NativeInetAddress
- NativeInetAddress(byte[], int) - Constructor for class io.netty5.channel.unix.NativeInetAddress
- NativeIoException(String, int) - Constructor for exception io.netty5.channel.unix.Errors.NativeIoException
- NativeIoException(String, int, boolean) - Constructor for exception io.netty5.channel.unix.Errors.NativeIoException
- NativeLibraryLoader - Class in io.netty5.util.internal
-
Helper class to load JNI resources.
- ndots(int) - Method in class io.netty5.resolver.dns.DnsNameResolverBuilder
-
Set the number of dots which must appear in a name before an initial absolute query is made.
- needReport() - Method in class io.netty5.util.ResourceLeakDetector
-
When the return value is
true
,ResourceLeakDetector.reportTracedLeak(java.lang.String, java.lang.String)
andResourceLeakDetector.reportUntracedLeak(java.lang.String)
will be called once a leak is detected, otherwise not. - NEEDS_MORE_DATA - io.netty5.handler.codec.ProtocolDetectionState
-
Need more data to detect the protocol.
- needsMoreData() - Static method in class io.netty5.handler.codec.ProtocolDetectionResult
-
Returns a
ProtocolDetectionResult
that signals that more data is needed to detect the protocol. - negativeTtl() - Method in class io.netty5.resolver.dns.DefaultDnsCache
-
Returns the TTL of the cache for the failed DNS queries (in seconds).
- negativeTtl(int) - Method in class io.netty5.resolver.dns.DnsNameResolverBuilder
-
Sets the TTL of the cache for the failed DNS queries (in seconds).
- NettyRuntime - Class in io.netty5.util
-
A utility class for wrapping calls to
Runtime
. - NetUtil - Class in io.netty5.util
-
A class that holds a number of network-related constants.
- NETWORK_AUTHENTICATION_REQUIRED - Static variable in class io.netty5.handler.codec.http.HttpResponseStatus
-
511 Network Authentication Required (RFC6585)
- NEVER_SENSITIVE - Static variable in interface io.netty5.handler.codec.http2.Http2HeadersEncoder
-
Always return
false
forHttp2HeadersEncoder.SensitivityDetector.isSensitive(CharSequence, CharSequence)
. - NEVER_SKIP - Static variable in interface io.netty5.handler.codec.http.websocketx.extensions.WebSocketExtensionFilter
-
A
WebSocketExtensionFilter
that never skip the evaluation of an any given extensionsWebSocketExtension
. - newAddressResolver(EventLoop, NameResolver<InetAddress>) - Method in class io.netty5.resolver.dns.DnsAddressResolverGroup
-
Creates a new
AddressResolver
. - newAddressResolver(EventLoop, NameResolver<InetAddress>) - Method in class io.netty5.resolver.dns.RoundRobinDnsAddressResolverGroup
-
We need to override this method, not
DnsAddressResolverGroup.newNameResolver(EventLoop, ChannelFactory, DnsServerAddressStreamProvider)
, because we need to eliminate possible caching ofNameResolver.resolve(java.lang.String)
byInflightNameResolver
created inDnsAddressResolverGroup.newResolver(EventLoop, ChannelFactory, DnsServerAddressStreamProvider)
. - newBuilder() - Static method in class io.netty5.handler.codec.http.websocketx.WebSocketClientProtocolConfig
- newBuilder() - Static method in class io.netty5.handler.codec.http.websocketx.WebSocketDecoderConfig
- newBuilder() - Static method in class io.netty5.handler.codec.http.websocketx.WebSocketServerProtocolConfig
- newBuilder() - Static method in class io.netty5.handler.ssl.OpenSslCertificateCompressionConfig
-
Creates a new
OpenSslCertificateCompressionConfig.Builder
for a config. - newChannel(EventLoop) - Method in interface io.netty5.channel.ChannelFactory
-
Creates a new channel.
- newChannel(EventLoop) - Method in class io.netty5.channel.ReflectiveChannelFactory
- newChannel(EventLoop, EventLoopGroup) - Method in class io.netty5.channel.ReflectiveServerChannelFactory
- newChannel(EventLoop, EventLoopGroup) - Method in interface io.netty5.channel.ServerChannelFactory
-
Creates a new channel.
- newChannelPipeline() - Method in class io.netty5.channel.AbstractChannel
-
Returns a new
ChannelPipeline
instance. - newChannelPipeline() - Method in class io.netty5.channel.embedded.EmbeddedChannel
- newChild(Executor, int, RejectedExecutionHandler, IoHandler, int, Object...) - Method in class io.netty5.channel.MultithreadEventLoopGroup
-
Creates a new
EventLoop
to use. - newChild(Executor, int, RejectedExecutionHandler, Object...) - Method in class io.netty5.channel.MultithreadEventLoopGroup
- newChild(Executor, int, RejectedExecutionHandler, Object...) - Method in class io.netty5.util.concurrent.MultithreadEventExecutorGroup
-
Create a new EventExecutor which will later then accessible via the
MultithreadEventExecutorGroup.next()
method. - newClientContext() - Static method in class io.netty5.handler.ssl.SslContext
-
Deprecated.Replaced by
SslContextBuilder
- newClientContext(SslProvider) - Static method in class io.netty5.handler.ssl.SslContext
-
Deprecated.Replaced by
SslContextBuilder
- newClientContext(SslProvider, File) - Static method in class io.netty5.handler.ssl.SslContext
-
Deprecated.Replaced by
SslContextBuilder
- newClientContext(SslProvider, File, TrustManagerFactory) - Static method in class io.netty5.handler.ssl.SslContext
-
Deprecated.Replaced by
SslContextBuilder
- newClientContext(SslProvider, File, TrustManagerFactory, File, File, String, KeyManagerFactory, Iterable<String>, CipherSuiteFilter, ApplicationProtocolConfig, long, long) - Static method in class io.netty5.handler.ssl.SslContext
-
Deprecated.Replaced by
SslContextBuilder
- newClientContext(SslProvider, File, TrustManagerFactory, Iterable<String>, CipherSuiteFilter, ApplicationProtocolConfig, long, long) - Static method in class io.netty5.handler.ssl.SslContext
-
Deprecated.Replaced by
SslContextBuilder
- newClientContext(SslProvider, File, TrustManagerFactory, Iterable<String>, Iterable<String>, long, long) - Static method in class io.netty5.handler.ssl.SslContext
-
Deprecated.Replaced by
SslContextBuilder
- newClientContext(SslProvider, TrustManagerFactory) - Static method in class io.netty5.handler.ssl.SslContext
-
Deprecated.Replaced by
SslContextBuilder
- newClientContext(File) - Static method in class io.netty5.handler.ssl.SslContext
-
Deprecated.Replaced by
SslContextBuilder
- newClientContext(File, TrustManagerFactory) - Static method in class io.netty5.handler.ssl.SslContext
-
Deprecated.Replaced by
SslContextBuilder
- newClientContext(File, TrustManagerFactory, Iterable<String>, CipherSuiteFilter, ApplicationProtocolConfig, long, long) - Static method in class io.netty5.handler.ssl.SslContext
-
Deprecated.Replaced by
SslContextBuilder
- newClientContext(File, TrustManagerFactory, Iterable<String>, Iterable<String>, long, long) - Static method in class io.netty5.handler.ssl.SslContext
-
Deprecated.Replaced by
SslContextBuilder
- newClientContext(TrustManagerFactory) - Static method in class io.netty5.handler.ssl.SslContext
-
Deprecated.Replaced by
SslContextBuilder
- newCloseFuture() - Method in interface io.netty5.channel.group.ChannelGroup
-
Returns the
ChannelGroupFuture
which will be notified when allChannel
s that are part of thisChannelGroup
, at the time of calling, are closed. - newCloseFuture() - Method in class io.netty5.channel.group.DefaultChannelGroup
- newCloseFuture(ChannelMatcher) - Method in interface io.netty5.channel.group.ChannelGroup
-
Returns the
ChannelGroupFuture
which will be notified when allChannel
s that are part of thisChannelGroup
, at the time of calling, are closed. - newCloseFuture(ChannelMatcher) - Method in class io.netty5.channel.group.DefaultChannelGroup
- newConcurrentDeque() - Static method in class io.netty5.util.internal.PlatformDependent
-
Returns a new concurrent
Deque
. - newConnectionResetException(String, int) - Static method in class io.netty5.channel.unix.Errors
- newConstant(int, String) - Method in class io.netty5.util.ConstantPool
- newContentCompressor(ChannelHandlerContext, CharSequence) - Method in class io.netty5.handler.codec.http2.CompressorHttp2ConnectionEncoder
-
Returns a new
Compressor
that encodes the HTTP2 message content encoded in the specifiedcontentEncoding
. - newContentDecoder(String) - Method in class io.netty5.handler.codec.http.HttpContentDecoder
-
Returns a new
Decompressor
that decodes the HTTP message content encoded in the specified contentEncoding. - newContentDecoder(String) - Method in class io.netty5.handler.codec.http.HttpContentDecompressor
- newContentDecompressor(ChannelHandlerContext, CharSequence) - Method in class io.netty5.handler.codec.http2.DelegatingDecompressorFrameListener
-
Returns a new
EmbeddedChannel
that decodes the HTTP2 message content encoded in the specifiedcontentEncoding
. - newContinueResponse(HttpMessage, int, ChannelPipeline) - Method in class io.netty5.handler.codec.http.HttpObjectAggregator
- newContinueResponse(WebSocketFrame, int, ChannelPipeline) - Method in class io.netty5.handler.codec.http.websocketx.WebSocketFrameAggregator
- newContinueResponse(S, int, ChannelPipeline) - Method in class io.netty5.handler.codec.MessageAggregator
-
Returns the 'continue response' for the specified start message if necessary.
- newDatagramSocket(ProtocolFamily) - Static method in class io.netty5.channel.epoll.LinuxSocket
- newDirectBuffer(Buffer) - Method in class io.netty5.channel.nio.AbstractNioChannel
-
Allocates a new off-heap copy of the given buffer, unless the cost of doing so is too high.
- newDirectBuffer(Resource<?>, Buffer) - Method in class io.netty5.channel.nio.AbstractNioChannel
-
Allocates a new off-heap copy of the given buffer, unless the cost of doing so is too high.
- newDnsQueryLifecycleObserver(DnsQuestion) - Method in class io.netty5.resolver.dns.BiDnsQueryLifecycleObserverFactory
- newDnsQueryLifecycleObserver(DnsQuestion) - Method in interface io.netty5.resolver.dns.DnsQueryLifecycleObserverFactory
-
Create a new instance of a
DnsQueryLifecycleObserver
. - newDnsQueryLifecycleObserver(DnsQuestion) - Method in class io.netty5.resolver.dns.LoggingDnsQueryLifeCycleObserverFactory
- newDnsQueryLifecycleObserver(DnsQuestion) - Method in class io.netty5.resolver.dns.NoopDnsQueryLifecycleObserverFactory
- newEngine(BufferAllocator) - Method in class io.netty5.handler.ssl.DelegatingSslContext
- newEngine(BufferAllocator) - Method in class io.netty5.handler.ssl.JdkSslContext
- newEngine(BufferAllocator) - Method in class io.netty5.handler.ssl.ReferenceCountedOpenSslContext
-
Returns a new server-side
SSLEngine
with the current configuration. - newEngine(BufferAllocator) - Method in class io.netty5.handler.ssl.SslContext
-
Creates a new
SSLEngine
. - newEngine(BufferAllocator, String, int) - Method in class io.netty5.handler.ssl.DelegatingSslContext
- newEngine(BufferAllocator, String, int) - Method in class io.netty5.handler.ssl.JdkSslContext
- newEngine(BufferAllocator, String, int) - Method in class io.netty5.handler.ssl.ReferenceCountedOpenSslContext
- newEngine(BufferAllocator, String, int) - Method in class io.netty5.handler.ssl.SslContext
-
Creates a new
SSLEngine
using advisory peer information. - newEngineBased(File, String) - Static method in class io.netty5.handler.ssl.OpenSslX509KeyManagerFactory
-
Create a new initialized
OpenSslX509KeyManagerFactory
which loads itsPrivateKey
directly from anOpenSSL engine
via the ENGINE_load_private_key function. - newEngineBased(X509Certificate[], String) - Static method in class io.netty5.handler.ssl.OpenSslX509KeyManagerFactory
-
Create a new initialized
OpenSslX509KeyManagerFactory
which loads itsPrivateKey
directly from anOpenSSL engine
via the ENGINE_load_private_key function. - newEntity(String) - Static method in class io.netty5.handler.codec.http.HttpHeaders
-
Deprecated.Use
AsciiString
instead.Create a new
CharSequence
which is optimized for reuse asHttpHeaders
name or value. So if you have a Header name or value that you want to reuse you should make use of this. - newEpollCreate() - Static method in class io.netty5.channel.epoll.Native
- newEventFd() - Static method in class io.netty5.channel.epoll.Native
- newExtensionDecoder() - Method in interface io.netty5.handler.codec.http.websocketx.extensions.WebSocketExtension
- newExtensionEncoder() - Method in interface io.netty5.handler.codec.http.websocketx.extensions.WebSocketExtension
- newFactory() - Static method in class io.netty5.channel.epoll.EpollHandler
-
Returns a new
IoHandlerFactory
that createsEpollHandler
instances. - newFactory() - Static method in class io.netty5.channel.kqueue.KQueueHandler
-
Returns a new
IoHandlerFactory
that createsKQueueHandler
instances. - newFactory() - Static method in class io.netty5.channel.local.LocalHandler
-
Returns a new
IoHandlerFactory
that createsLocalHandler
instances. - newFactory() - Static method in class io.netty5.channel.nio.NioHandler
-
Returns a new
IoHandlerFactory
that createsNioHandler
instances. - newFactory() - Static method in class io.netty5.handler.codec.compression.BrotliCompressor
-
Create a new
BrotliCompressor
factory withEncoder.Parameters.setQuality(int)
set to 4 andEncoder.Parameters.setMode(Encoder.Mode)
set toEncoder.Mode.TEXT
- newFactory() - Static method in class io.netty5.handler.codec.compression.BrotliDecompressor
-
Creates a new factory for
BrotliDecompressor
s with a default 8kB input buffer - newFactory() - Static method in class io.netty5.handler.codec.compression.Bzip2Compressor
-
Creates a new bzip2 compressor factory with the maximum (900,000 byte) block size.
- newFactory() - Static method in class io.netty5.handler.codec.compression.Bzip2Decompressor
-
Returns a factory for
Bzip2Decompressor
s. - newFactory() - Static method in class io.netty5.handler.codec.compression.FastLzCompressor
-
Creates a FastLZ compressor factory without checksum calculator and with auto detection of compression level.
- newFactory() - Static method in class io.netty5.handler.codec.compression.FastLzDecompressor
-
Creates the fastest FastLZ decompressor factory without checksum calculation.
- newFactory() - Static method in class io.netty5.handler.codec.compression.Lz4Compressor
-
Creates the fastest LZ4 compressor factory with default block size (64 KB) and xxhash hashing for Java, based on Yann Collet's work available at Github.
- newFactory() - Static method in class io.netty5.handler.codec.compression.Lz4Decompressor
-
Creates the fastest LZ4 decompressor factory.
- newFactory() - Static method in class io.netty5.handler.codec.compression.LzfCompressor
-
Creates a new LZF compressor factory with the most optimal available methods for underlying data access.
- newFactory() - Static method in class io.netty5.handler.codec.compression.LzfDecompressor
-
Creates a new LZF decompressor factory with the most optimal available methods for underlying data access.
- newFactory() - Static method in class io.netty5.handler.codec.compression.LzmaCompressor
-
Creates LZMA compressor factory with default settings.
- newFactory() - Static method in class io.netty5.handler.codec.compression.SnappyCompressor
-
Creates a new snappy compressor factory.
- newFactory() - Static method in class io.netty5.handler.codec.compression.SnappyDecompressor
-
Creates a new snappy decompressor factory with validation of checksums turned OFF.
- newFactory() - Static method in class io.netty5.handler.codec.compression.ZlibCompressor
-
Creates a zlib compressor factory with the default compression level (
6
) and the default wrapper (ZlibWrapper.ZLIB
). - newFactory() - Static method in class io.netty5.handler.codec.compression.ZlibDecompressor
-
Creates a zlib decompressor factory with the default wrapper (
ZlibWrapper.ZLIB
). - newFactory() - Static method in class io.netty5.handler.codec.compression.ZstdCompressor
-
Creates a new Zstd compressor factory.
- newFactory(boolean) - Static method in class io.netty5.handler.codec.compression.FastLzCompressor
-
Creates a FastLZ compressor factory with auto detection of compression level and calculation of checksums as specified.
- newFactory(boolean) - Static method in class io.netty5.handler.codec.compression.FastLzDecompressor
-
Creates a FastLZ decompressor factory with calculation of checksums as specified.
- newFactory(boolean) - Static method in class io.netty5.handler.codec.compression.Lz4Compressor
-
Creates a new LZ4 compressor factory with high or fast compression, default block size (64 KB) and xxhash hashing for Java, based on Yann Collet's work available at Github.
- newFactory(boolean) - Static method in class io.netty5.handler.codec.compression.Lz4Decompressor
-
Creates a LZ4 decompressor factory with fastest decoder instance available on your machine.
- newFactory(boolean) - Static method in class io.netty5.handler.codec.compression.LzfCompressor
-
Creates a new LZF compressor factory with specified encoding instance.
- newFactory(boolean) - Static method in class io.netty5.handler.codec.compression.LzfDecompressor
-
Creates a new LZF decompressor factory with specified decoding instance.
- newFactory(boolean) - Static method in class io.netty5.handler.codec.compression.SnappyDecompressor
-
Creates a new snappy decompressor factory with validation of checksums as specified.
- newFactory(boolean) - Static method in class io.netty5.handler.codec.compression.ZlibDecompressor
- newFactory(boolean, int) - Static method in class io.netty5.handler.codec.compression.LzfCompressor
-
Creates a new LZF compressor factory with specified encoding instance and compressThreshold.
- newFactory(boolean, int) - Static method in class io.netty5.handler.codec.compression.ZlibDecompressor
- newFactory(boolean, int, int) - Static method in class io.netty5.handler.codec.compression.LzfCompressor
-
Creates a new LZF compressor factory with specified settings.
- newFactory(byte[]) - Static method in class io.netty5.handler.codec.compression.ZlibCompressor
-
Creates a zlib compressor factory with the default compression level (
6
) and the specified preset dictionary. - newFactory(byte[]) - Static method in class io.netty5.handler.codec.compression.ZlibDecompressor
-
Creates a zlib decompressor factory with the specified preset dictionary.
- newFactory(byte[], int) - Static method in class io.netty5.handler.codec.compression.ZlibDecompressor
-
Creates zlib decompressor factory with the specified preset dictionary and maximum buffer allocation.
- newFactory(int) - Static method in class io.netty5.handler.codec.compression.BrotliDecompressor
-
Creates a new factory for
BrotliDecompressor
s. - newFactory(int) - Static method in class io.netty5.handler.codec.compression.Bzip2Compressor
-
Creates a new bzip2 compressor factory with the specified
blockSizeMultiplier
. - newFactory(int) - Static method in class io.netty5.handler.codec.compression.FastLzCompressor
-
Creates a FastLZ compressor factory with specified compression level and without checksum calculator.
- newFactory(int) - Static method in class io.netty5.handler.codec.compression.LzfCompressor
-
Creates a new LZF compressor factory with specified total length of encoded chunk.
- newFactory(int) - Static method in class io.netty5.handler.codec.compression.LzmaCompressor
- newFactory(int) - Static method in class io.netty5.handler.codec.compression.ZlibCompressor
-
Creates a zlib compressor factory with the specified
compressionLevel
and the default wrapper (ZlibWrapper.ZLIB
). - newFactory(int) - Static method in class io.netty5.handler.codec.compression.ZlibDecompressor
-
Creates a zlib decompressor factory with the default wrapper (
ZlibWrapper.ZLIB
) and the specified maximum buffer allocation. - newFactory(int) - Static method in class io.netty5.handler.codec.compression.ZstdCompressor
-
Creates a new Zstd compressor factory.
- newFactory(int, byte[]) - Static method in class io.netty5.handler.codec.compression.ZlibCompressor
-
Creates a zlib compressor factory with the specified
compressionLevel
and the specified preset dictionary. - newFactory(int, int) - Static method in class io.netty5.handler.codec.compression.ZstdCompressor
-
Creates a new Zstd compressor factory.
- newFactory(int, int, int) - Static method in class io.netty5.handler.codec.compression.LzmaCompressor
-
Creates LZMA compressor factory with specified
lc
,lp
,pb
values and the medium dictionary size of 65536. - newFactory(int, int, int) - Static method in class io.netty5.handler.codec.compression.ZstdCompressor
- newFactory(int, int, int, int) - Static method in class io.netty5.handler.codec.compression.LzmaCompressor
-
Creates LZMA compressor factory with specified
lc
,lp
,pb
values and custom dictionary size. - newFactory(int, int, int, int, boolean, int) - Static method in class io.netty5.handler.codec.compression.LzmaCompressor
-
Creates LZMA compressor factory with specified settings.
- newFactory(int, SelectStrategyFactory) - Static method in class io.netty5.channel.epoll.EpollHandler
-
Returns a new
IoHandlerFactory
that createsEpollHandler
instances. - newFactory(int, SelectStrategyFactory) - Static method in class io.netty5.channel.kqueue.KQueueHandler
-
Returns a new
IoHandlerFactory
that createsKQueueHandler
instances. - newFactory(int, Checksum) - Static method in class io.netty5.handler.codec.compression.FastLzCompressor
-
Creates a FastLZ compressor factory with specified compression level and checksum calculator.
- newFactory(Encoder.Parameters) - Static method in class io.netty5.handler.codec.compression.BrotliCompressor
-
Create a new
BrotliCompressor
factory - newFactory(BrotliOptions) - Static method in class io.netty5.handler.codec.compression.BrotliCompressor
-
Create a new
BrotliCompressor
factory - newFactory(ZlibWrapper) - Static method in class io.netty5.handler.codec.compression.ZlibCompressor
-
Creates a zlib compressor factory with the default compression level (
6
) and the specified wrapper. - newFactory(ZlibWrapper) - Static method in class io.netty5.handler.codec.compression.ZlibDecompressor
-
Creates zlib decompressor factory with the specified wrapper.
- newFactory(ZlibWrapper, boolean) - Static method in class io.netty5.handler.codec.compression.ZlibDecompressor
- newFactory(ZlibWrapper, boolean, int) - Static method in class io.netty5.handler.codec.compression.ZlibDecompressor
- newFactory(ZlibWrapper, int) - Static method in class io.netty5.handler.codec.compression.ZlibCompressor
-
Creates a zlib compressor factory with the specified
compressionLevel
and the specified wrapper. - newFactory(ZlibWrapper, int) - Static method in class io.netty5.handler.codec.compression.ZlibDecompressor
-
Creates zlib decompressor factory with the specified wrapper and maximum buffer allocation.
- newFactory(SelectorProvider, SelectStrategyFactory) - Static method in class io.netty5.channel.nio.NioHandler
-
Returns a new
IoHandlerFactory
that createsNioHandler
instances. - newFactory(Checksum) - Static method in class io.netty5.handler.codec.compression.FastLzDecompressor
-
Creates a FastLZ decompressor factory with specified checksum calculator.
- newFactory(LZ4Factory, boolean) - Static method in class io.netty5.handler.codec.compression.Lz4Decompressor
-
Creates a LZ4 decompressor factory with customizable implementation.
- newFactory(LZ4Factory, boolean, int, Checksum) - Static method in class io.netty5.handler.codec.compression.Lz4Compressor
-
Creates a new customizable LZ4 compressor factory.
- newFactory(LZ4Factory, boolean, int, Checksum, int) - Static method in class io.netty5.handler.codec.compression.Lz4Compressor
-
Creates a new customizable LZ4 compressor factory.
- newFactory(LZ4Factory, Checksum) - Static method in class io.netty5.handler.codec.compression.Lz4Decompressor
-
Creates a customizable LZ4 decompressor factory.
- newFailedFuture(Throwable) - Method in interface io.netty5.channel.ChannelOutboundInvoker
- newFailedFuture(Throwable) - Method in class io.netty5.channel.DefaultChannelPipeline
- newFailedFuture(Throwable) - Method in class io.netty5.channel.internal.DelegatingChannelHandlerContext
- newFailedFuture(Throwable) - Method in interface io.netty5.util.concurrent.EventExecutor
-
Create a new
Future
which is marked as failed already. - newFailedFuture(Throwable) - Method in interface io.netty5.util.concurrent.FuturePromiseFactory
-
Create a new
Future
which is marked as failed already. - newFixedMpscQueue(int) - Static method in class io.netty5.util.internal.PlatformDependent
-
Create a new
Queue
which is safe to use for multiple producers (different threads) and a single consumer (one thread!) - newHandle() - Method in class io.netty5.channel.AdaptiveRecvBufferAllocator
- newHandle() - Method in class io.netty5.channel.DefaultMaxBytesRecvBufferAllocator
- newHandle() - Method in class io.netty5.channel.DefaultMessageSizeEstimator
- newHandle() - Method in class io.netty5.channel.FixedRecvBufferAllocator
- newHandle() - Method in class io.netty5.channel.kqueue.KQueueGuessRecvBufferAllocator
- newHandle() - Method in interface io.netty5.channel.MessageSizeEstimator
-
Creates a new handle.
- newHandle() - Method in interface io.netty5.channel.RecvBufferAllocator
-
Creates a new handle.
- newHandle() - Method in class io.netty5.channel.ServerChannelRecvBufferAllocator
- newHandler() - Method in interface io.netty5.channel.IoHandlerFactory
-
Creates a new
IoHandler
instance. - newHandler(BufferAllocator) - Method in class io.netty5.handler.ssl.SslContext
-
Create a new SslHandler.
- newHandler(BufferAllocator, boolean) - Method in class io.netty5.handler.ssl.DelegatingSslContext
- newHandler(BufferAllocator, boolean) - Method in class io.netty5.handler.ssl.ReferenceCountedOpenSslContext
- newHandler(BufferAllocator, boolean) - Method in class io.netty5.handler.ssl.SslContext
-
Create a new SslHandler.
- newHandler(BufferAllocator, boolean, Executor) - Method in class io.netty5.handler.ssl.DelegatingSslContext
- newHandler(BufferAllocator, boolean, Executor) - Method in class io.netty5.handler.ssl.ReferenceCountedOpenSslContext
- newHandler(BufferAllocator, boolean, Executor) - Method in class io.netty5.handler.ssl.SslContext
-
Create a new SslHandler.
- newHandler(BufferAllocator, String, int) - Method in class io.netty5.handler.ssl.SslContext
-
Creates a new
SslHandler
- newHandler(BufferAllocator, String, int, boolean) - Method in class io.netty5.handler.ssl.DelegatingSslContext
- newHandler(BufferAllocator, String, int, boolean) - Method in class io.netty5.handler.ssl.ReferenceCountedOpenSslContext
- newHandler(BufferAllocator, String, int, boolean) - Method in class io.netty5.handler.ssl.SslContext
-
Create a new SslHandler.
- newHandler(BufferAllocator, String, int, boolean, Executor) - Method in class io.netty5.handler.ssl.DelegatingSslContext
- newHandler(BufferAllocator, String, int, boolean, Executor) - Method in class io.netty5.handler.ssl.ReferenceCountedOpenSslContext
- newHandler(BufferAllocator, String, int, boolean, Executor) - Method in class io.netty5.handler.ssl.SslContext
- newHandler(BufferAllocator, String, int, Executor) - Method in class io.netty5.handler.ssl.SslContext
-
Creates a new
SslHandler
with advisory peer information. - newHandler(BufferAllocator, Executor) - Method in class io.netty5.handler.ssl.SslContext
-
Creates a new
SslHandler
. - newHandshaker(HttpRequest) - Method in class io.netty5.handler.codec.http.websocketx.WebSocketServerHandshakerFactory
-
Instances a new handshaker
- newHandshaker(URI, WebSocketVersion, String, boolean, HttpHeaders) - Static method in class io.netty5.handler.codec.http.websocketx.WebSocketClientHandshakerFactory
-
Creates a new handshaker.
- newHandshaker(URI, WebSocketVersion, String, boolean, HttpHeaders, int) - Static method in class io.netty5.handler.codec.http.websocketx.WebSocketClientHandshakerFactory
-
Creates a new handshaker.
- newHandshaker(URI, WebSocketVersion, String, boolean, HttpHeaders, int, boolean, boolean) - Static method in class io.netty5.handler.codec.http.websocketx.WebSocketClientHandshakerFactory
-
Creates a new handshaker.
- newHandshaker(URI, WebSocketVersion, String, boolean, HttpHeaders, int, boolean, boolean, long) - Static method in class io.netty5.handler.codec.http.websocketx.WebSocketClientHandshakerFactory
-
Creates a new handshaker.
- newHandshaker(URI, WebSocketVersion, String, boolean, HttpHeaders, int, boolean, boolean, long, boolean) - Static method in class io.netty5.handler.codec.http.websocketx.WebSocketClientHandshakerFactory
-
Creates a new handshaker.
- newHandshakeRequest(BufferAllocator) - Method in class io.netty5.handler.codec.http.websocketx.WebSocketClientHandshaker
-
Returns a new {@link FullHttpRequest) which will be used for the handshake.
- newHandshakeRequest(BufferAllocator) - Method in class io.netty5.handler.codec.http.websocketx.WebSocketClientHandshaker13
-
/**
- newHandshakeResponse(BufferAllocator, FullHttpRequest, HttpHeaders) - Method in class io.netty5.handler.codec.http.websocketx.WebSocketServerHandshaker
-
Returns a new {@link FullHttpResponse) which will be used for as response to the handshake request.
- newHandshakeResponse(BufferAllocator, FullHttpRequest, HttpHeaders) - Method in class io.netty5.handler.codec.http.websocketx.WebSocketServerHandshaker13
-
Handle the web socket handshake for the web socket specification HyBi versions 13-17.
- newHeaderEntry(int, CharSequence, CharSequence, DefaultHeaders.HeaderEntry<CharSequence, CharSequence>) - Method in class io.netty5.handler.codec.http2.DefaultHttp2Headers
- newHeaderEntry(int, K, V, DefaultHeaders.HeaderEntry<K, V>) - Method in class io.netty5.handler.codec.DefaultHeaders
- newHeaders() - Method in class io.netty5.handler.codec.http2.DefaultHttp2HeadersDecoder
-
Create a new
Http2Headers
object which will store the results of the decode operation. - newIdleStateEvent(IdleState, boolean) - Method in class io.netty5.handler.timeout.IdleStateHandler
-
Returns a
IdleStateEvent
. - newInstance() - Static method in class io.netty5.channel.DefaultChannelId
-
Returns a new
DefaultChannelId
instance. - newInstance() - Static method in class io.netty5.util.internal.RecyclableArrayList
-
Create a new empty
RecyclableArrayList
instance - newInstance(int) - Static method in class io.netty5.util.internal.RecyclableArrayList
-
Create a new empty
RecyclableArrayList
instance with the given capacity. - newInstance(Object, Promise<Void>) - Static method in class io.netty5.util.internal.PendingWrite
-
Create a new empty
RecyclableArrayList
instance - newInstance(String) - Static method in class io.netty5.channel.ChannelOption
-
Deprecated.
- newInstance(String) - Static method in class io.netty5.util.AttributeKey
-
Creates a new
AttributeKey
for the givenname
or fail with anIllegalArgumentException
if aAttributeKey
for the givenname
exists. - newInstance(String) - Method in class io.netty5.util.ConstantPool
-
Creates a new
Constant
for the givenname
or fail with anIllegalArgumentException
if aConstant
for the givenname
exists. - newInstance(String) - Method in class io.netty5.util.internal.logging.CommonsLoggerFactory
-
Deprecated.
- newInstance(String) - Method in class io.netty5.util.internal.logging.InternalLoggerFactory
-
Creates a new logger instance with the specified name.
- newInstance(String) - Method in class io.netty5.util.internal.logging.JdkLoggerFactory
- newInstance(String) - Method in class io.netty5.util.internal.logging.Log4J2LoggerFactory
- newInstance(String) - Method in class io.netty5.util.internal.logging.Slf4JLoggerFactory
- newInstance(InetAddress) - Static method in class io.netty5.channel.unix.NativeInetAddress
- newIOException(String, int) - Static method in class io.netty5.channel.unix.Errors
- newKey() - Method in class io.netty5.handler.codec.http2.DefaultHttp2Connection
- newKey() - Method in interface io.netty5.handler.codec.http2.Http2Connection
-
Creates a new key that is unique within this
Http2Connection
. - newKeyless(File) - Static method in class io.netty5.handler.ssl.OpenSslX509KeyManagerFactory
- newKeyless(InputStream) - Static method in class io.netty5.handler.ssl.OpenSslX509KeyManagerFactory
- newKeyless(X509Certificate...) - Static method in class io.netty5.handler.ssl.OpenSslX509KeyManagerFactory
-
Returns a new initialized
OpenSslX509KeyManagerFactory
which will provide its private key by using theOpenSslPrivateKeyMethod
. - NEWLINE - Static variable in class io.netty5.util.internal.StringUtil
- newListener(SSLEngine, List<String>) - Method in interface io.netty5.handler.ssl.JdkApplicationProtocolNegotiator.ProtocolSelectionListenerFactory
-
Deprecated.Generate a new instance of
JdkApplicationProtocolNegotiator.ProtocolSelectionListener
. - newLocalChannel(LocalChannel) - Method in class io.netty5.channel.local.LocalServerChannel
-
A factory method for
LocalChannel
s. - newMessage(Http2Stream, Http2Headers, boolean, BufferAllocator) - Method in class io.netty5.handler.codec.http2.InboundHttp2ToHttpAdapter
-
Create a new
FullHttpMessage
based upon the current connection parameters - newMpscQueue() - Static method in class io.netty5.util.internal.PlatformDependent
-
Create a new
Queue
which is safe to use for multiple producers (different threads) and a single consumer (one thread!). - newMpscQueue(int) - Static method in class io.netty5.util.internal.PlatformDependent
-
Create a new
Queue
which is safe to use for multiple producers (different threads) and a single consumer (one thread!). - newMpscQueue(int, int) - Static method in class io.netty5.util.internal.PlatformDependent
-
Create a new
Queue
which is safe to use for multiple producers (different threads) and a single consumer (one thread!). - newNameResolver(EventLoop, ChannelFactory<? extends DatagramChannel>, DnsServerAddressStreamProvider) - Method in class io.netty5.resolver.dns.DnsAddressResolverGroup
-
Creates a new
NameResolver
. - newNonSslHandler(ChannelHandlerContext) - Method in class io.netty5.handler.ssl.OptionalSslHandler
-
Override to configure the ChannelHandler.
- newNonSslHandlerName() - Method in class io.netty5.handler.ssl.OptionalSslHandler
-
Optionally specify the non-SSL handler name, this method may return
null
. - newObject(ObjectPool.Handle<T>) - Method in interface io.netty5.util.internal.ObjectPool.ObjectCreator
-
Creates an returns a new
Object
that can be used and later recycled viaObjectPool.Handle.recycle(Object)
. - newObject(Recycler.Handle<T>) - Method in class io.netty5.util.Recycler
- newPool(ObjectPool.ObjectCreator<T>) - Static method in class io.netty5.util.internal.ObjectPool
-
Creates a new
ObjectPool
which will use the givenObjectPool.ObjectCreator
to create theObject
that should be pooled. - newPromise() - Method in interface io.netty5.channel.ChannelOutboundInvoker
- newPromise() - Method in class io.netty5.channel.DefaultChannelPipeline
- newPromise() - Method in class io.netty5.channel.internal.DelegatingChannelHandlerContext
- newPromise() - Method in interface io.netty5.util.concurrent.EventExecutor
-
Return a new
Promise
. - newPromise() - Method in interface io.netty5.util.concurrent.FuturePromiseFactory
-
Return a new
Promise
. - newPromise() - Method in class io.netty5.util.concurrent.ImmediateEventExecutor
- newRedirectDnsServerStream(String, List<InetSocketAddress>) - Method in class io.netty5.resolver.dns.DnsNameResolver
-
Creates a new
DnsServerAddressStream
to following a redirected DNS query. - newRequestData() - Method in class io.netty5.handler.codec.http.websocketx.extensions.compression.DeflateFrameClientExtensionHandshaker
- newRequestData() - Method in class io.netty5.handler.codec.http.websocketx.extensions.compression.PerMessageDeflateClientExtensionHandshaker
- newRequestData() - Method in interface io.netty5.handler.codec.http.websocketx.extensions.WebSocketClientExtensionHandshaker
-
Return extension configuration to submit to the server.
- newResolver(EventLoop, ChannelFactory<? extends DatagramChannel>, DnsServerAddressStreamProvider) - Method in class io.netty5.resolver.dns.DnsAddressResolverGroup
- newResolver(EventExecutor) - Method in class io.netty5.resolver.AddressResolverGroup
-
Invoked by
AddressResolverGroup.getResolver(EventExecutor)
to create a newAddressResolver
. - newResolver(EventExecutor) - Method in class io.netty5.resolver.DefaultAddressResolverGroup
- newResolver(EventExecutor) - Method in class io.netty5.resolver.dns.DnsAddressResolverGroup
- newResolver(EventExecutor) - Method in class io.netty5.resolver.NoopAddressResolverGroup
- newResourceLeakDetector(Class<T>) - Method in class io.netty5.util.ResourceLeakDetectorFactory
-
Returns a new instance of a
ResourceLeakDetector
with the given resource class. - newResourceLeakDetector(Class<T>, int) - Method in class io.netty5.util.ResourceLeakDetectorFactory
-
Returns a new instance of a
ResourceLeakDetector
with the given resource class. - newResponseData() - Method in interface io.netty5.handler.codec.http.websocketx.extensions.WebSocketServerExtension
-
Return an extension configuration to submit to the client as an acknowledge.
- newRunnableScheduledFuture(AbstractScheduledEventExecutor, Promise<V>, Callable<V>, long, long) - Static method in class io.netty5.util.concurrent.AbstractScheduledEventExecutor
- newScheduledTaskFor(Callable<V>, long, long) - Method in class io.netty5.util.concurrent.AbstractScheduledEventExecutor
-
Returns a
RunnableScheduledFuture
for the given values. - newSelector(SSLEngine, Set<String>) - Method in interface io.netty5.handler.ssl.JdkApplicationProtocolNegotiator.ProtocolSelectorFactory
-
Deprecated.Generate a new instance of
JdkApplicationProtocolNegotiator.ProtocolSelector
. - newSelectStrategy() - Method in class io.netty5.channel.DefaultSelectStrategyFactory
- newSelectStrategy() - Method in interface io.netty5.channel.SelectStrategyFactory
-
Creates a new
SelectStrategy
. - newServerContext(SslProvider, File, File) - Static method in class io.netty5.handler.ssl.SslContext
-
Deprecated.Replaced by
SslContextBuilder
- newServerContext(SslProvider, File, File, String) - Static method in class io.netty5.handler.ssl.SslContext
-
Deprecated.Replaced by
SslContextBuilder
- newServerContext(SslProvider, File, File, String, Iterable<String>, CipherSuiteFilter, ApplicationProtocolConfig, long, long) - Static method in class io.netty5.handler.ssl.SslContext
-
Deprecated.Replaced by
SslContextBuilder
- newServerContext(SslProvider, File, File, String, Iterable<String>, Iterable<String>, long, long) - Static method in class io.netty5.handler.ssl.SslContext
-
Deprecated.Replaced by
SslContextBuilder
- newServerContext(SslProvider, File, File, String, TrustManagerFactory, Iterable<String>, Iterable<String>, long, long) - Static method in class io.netty5.handler.ssl.SslContext
-
Deprecated.Replaced by
SslContextBuilder
- newServerContext(SslProvider, File, TrustManagerFactory, File, File, String, KeyManagerFactory, Iterable<String>, CipherSuiteFilter, ApplicationProtocolConfig, long, long) - Static method in class io.netty5.handler.ssl.SslContext
-
Deprecated.Replaced by
SslContextBuilder
- newServerContext(File, File) - Static method in class io.netty5.handler.ssl.SslContext
-
Deprecated.Replaced by
SslContextBuilder
- newServerContext(File, File, String) - Static method in class io.netty5.handler.ssl.SslContext
-
Deprecated.Replaced by
SslContextBuilder
- newServerContext(File, File, String, Iterable<String>, CipherSuiteFilter, ApplicationProtocolConfig, long, long) - Static method in class io.netty5.handler.ssl.SslContext
-
Deprecated.Replaced by
SslContextBuilder
- newServerContext(File, File, String, Iterable<String>, Iterable<String>, long, long) - Static method in class io.netty5.handler.ssl.SslContext
-
Deprecated.Replaced by
SslContextBuilder
- newSocket(ProtocolFamily) - Static method in class io.netty5.channel.epoll.LinuxSocket
- newSocketDgram() - Static method in class io.netty5.channel.epoll.LinuxSocket
- newSocketDgram() - Static method in class io.netty5.channel.unix.Socket
- newSocketDgram(boolean) - Static method in class io.netty5.channel.epoll.LinuxSocket
- newSocketDgram(ProtocolFamily) - Static method in class io.netty5.channel.epoll.LinuxSocket
- newSocketDgram0() - Static method in class io.netty5.channel.unix.Socket
- newSocketDgram0(boolean) - Static method in class io.netty5.channel.unix.Socket
- newSocketDgram0(ProtocolFamily) - Static method in class io.netty5.channel.unix.Socket
- newSocketDomain() - Static method in class io.netty5.channel.epoll.LinuxSocket
- newSocketDomain() - Static method in class io.netty5.channel.unix.Socket
- newSocketDomain0() - Static method in class io.netty5.channel.unix.Socket
- newSocketDomainDgram() - Static method in class io.netty5.channel.epoll.LinuxSocket
- newSocketDomainDgram() - Static method in class io.netty5.channel.unix.Socket
- newSocketDomainDgram0() - Static method in class io.netty5.channel.unix.Socket
- newSocketStream() - Static method in class io.netty5.channel.epoll.LinuxSocket
- newSocketStream() - Static method in class io.netty5.channel.unix.Socket
- newSocketStream(boolean) - Static method in class io.netty5.channel.epoll.LinuxSocket
- newSocketStream(ProtocolFamily) - Static method in class io.netty5.channel.epoll.LinuxSocket
- newSocketStream0() - Static method in class io.netty5.channel.unix.Socket
- newSocketStream0(boolean) - Static method in class io.netty5.channel.unix.Socket
- newSocketStream0(ProtocolFamily) - Static method in class io.netty5.channel.unix.Socket
- newSpscQueue() - Static method in class io.netty5.util.internal.PlatformDependent
-
Create a new
Queue
which is safe to use for single producer (one thread!) - newSslHandler(ChannelHandlerContext, SslContext) - Method in class io.netty5.handler.ssl.OptionalSslHandler
-
Override to configure the SslHandler eg.
- newSslHandler(SslContext, BufferAllocator) - Method in class io.netty5.handler.ssl.SniHandler
- newSslHandlerName() - Method in class io.netty5.handler.ssl.OptionalSslHandler
-
Optionally specify the SSL handler name, this method may return
null
. - newStream() - Method in class io.netty5.handler.codec.http2.Http2ChannelDuplexHandler
-
Creates a new
Http2FrameStream
object. - newSucceededFuture() - Method in interface io.netty5.channel.ChannelOutboundInvoker
- newSucceededFuture() - Method in class io.netty5.channel.DefaultChannelPipeline
- newSucceededFuture() - Method in class io.netty5.channel.internal.DelegatingChannelHandlerContext
- newSucceededFuture() - Method in interface io.netty5.util.concurrent.FuturePromiseFactory
-
Create a new
Future
which is marked as succeeded already. - newSucceededFuture(V) - Method in interface io.netty5.channel.ChannelOutboundInvoker
- newSucceededFuture(V) - Method in class io.netty5.channel.DefaultChannelPipeline
- newSucceededFuture(V) - Method in class io.netty5.channel.internal.DelegatingChannelHandlerContext
- newSucceededFuture(V) - Method in class io.netty5.util.concurrent.AbstractEventExecutor
- newSucceededFuture(V) - Method in interface io.netty5.util.concurrent.EventExecutor
-
Create a new
Future
which is marked as succeeded already. - newSucceededFuture(V) - Method in interface io.netty5.util.concurrent.FuturePromiseFactory
-
Create a new
Future
which is marked as succeeded already. - newSupportedIdentityOptionsSet(ChannelOption<?>...) - Static method in class io.netty5.channel.AbstractChannel
- newTaskFor(Runnable, T) - Method in class io.netty5.util.concurrent.AbstractEventExecutor
-
Decorate the given
Runnable
and its return value, as aRunnableFuture
, such that the returnedRunnableFuture
completes with the given result at the end of executing itsRunnable.run()
method. - newTaskFor(Callable<T>) - Method in class io.netty5.util.concurrent.AbstractEventExecutor
-
Decorate the given
Callable
and its return value, as aRunnableFuture
, such that the returnedRunnableFuture
completes with the returned result from theCallable
at the end of executing itsRunnable.run()
method. - newTaskQueue(int) - Method in class io.netty5.channel.SingleThreadEventLoop
- newTaskQueue(int) - Method in class io.netty5.util.concurrent.SingleThreadEventExecutor
-
Create a new
Queue
which will holds the tasks to execute. - newThread(Runnable) - Method in class io.netty5.util.concurrent.DefaultThreadFactory
- newThread(Runnable, String) - Method in class io.netty5.util.concurrent.DefaultThreadFactory
- newTimeout(TimerTask, long, TimeUnit) - Method in class io.netty5.util.HashedWheelTimer
- newTimeout(TimerTask, long, TimeUnit) - Method in interface io.netty5.util.Timer
-
Schedules the specified
TimerTask
for one-time execution after the specified delay. - newTimerFd() - Static method in class io.netty5.channel.epoll.Native
- newUpgradeCodec(CharSequence) - Method in interface io.netty5.handler.codec.http.HttpServerUpgradeHandler.UpgradeCodecFactory
-
Invoked by
HttpServerUpgradeHandler
for all the requested protocol names in the order of the client preference. - newWebsocketDecoder() - Method in class io.netty5.handler.codec.http.websocketx.WebSocketClientHandshaker
-
Returns the decoder to use after handshake is complete.
- newWebsocketDecoder() - Method in class io.netty5.handler.codec.http.websocketx.WebSocketClientHandshaker13
- newWebsocketDecoder() - Method in class io.netty5.handler.codec.http.websocketx.WebSocketServerHandshaker
-
Returns the decoder to use after handshake is complete.
- newWebsocketDecoder() - Method in class io.netty5.handler.codec.http.websocketx.WebSocketServerHandshaker13
- newWebSocketEncoder() - Method in class io.netty5.handler.codec.http.websocketx.WebSocketClientHandshaker
-
Returns the encoder to use after the handshake is complete.
- newWebSocketEncoder() - Method in class io.netty5.handler.codec.http.websocketx.WebSocketClientHandshaker13
- newWebSocketEncoder() - Method in class io.netty5.handler.codec.http.websocketx.WebSocketServerHandshaker
-
Returns the encoder to use after the handshake is complete.
- newWebSocketEncoder() - Method in class io.netty5.handler.codec.http.websocketx.WebSocketServerHandshaker13
- newWireSharkSslMasterKeyHandler() - Static method in class io.netty5.handler.ssl.SslMasterKeyHandler
-
Create a
SslMasterKeyHandler.WiresharkSslMasterKeyHandler
instance. - newZlibDecoder() - Static method in class io.netty5.handler.codec.compression.ZlibCodecFactory
- newZlibDecoder(byte[]) - Static method in class io.netty5.handler.codec.compression.ZlibCodecFactory
- newZlibDecoder(ZlibWrapper) - Static method in class io.netty5.handler.codec.compression.ZlibCodecFactory
- newZlibEncoder(byte[]) - Static method in class io.netty5.handler.codec.compression.ZlibCodecFactory
- newZlibEncoder(int) - Static method in class io.netty5.handler.codec.compression.ZlibCodecFactory
- newZlibEncoder(int, byte[]) - Static method in class io.netty5.handler.codec.compression.ZlibCodecFactory
- newZlibEncoder(int, int, int, byte[]) - Static method in class io.netty5.handler.codec.compression.ZlibCodecFactory
- newZlibEncoder(ZlibWrapper) - Static method in class io.netty5.handler.codec.compression.ZlibCodecFactory
- newZlibEncoder(ZlibWrapper, int) - Static method in class io.netty5.handler.codec.compression.ZlibCodecFactory
- newZlibEncoder(ZlibWrapper, int, int, int) - Static method in class io.netty5.handler.codec.compression.ZlibCodecFactory
- next - Variable in class io.netty5.handler.codec.DefaultHeaders.HeaderEntry
-
In bucket linked list
- next() - Method in interface io.netty5.buffer.api.ComponentIterator.Next
-
Get the next component of the iteration, or
null
if there are no more components. - next() - Method in interface io.netty5.channel.EventLoop
- next() - Method in interface io.netty5.channel.EventLoopGroup
-
Return the next
EventLoop
to use - next() - Method in class io.netty5.channel.MultithreadEventLoopGroup
- next() - Method in interface io.netty5.resolver.dns.DnsServerAddressStream
-
Retrieves the next DNS server address from the stream.
- next() - Method in interface io.netty5.util.concurrent.EventExecutor
-
Returns a reference to itself.
- next() - Method in interface io.netty5.util.concurrent.EventExecutorGroup
-
Returns one of the
EventExecutor
s managed by thisEventExecutorGroup
. - next() - Method in class io.netty5.util.concurrent.MultithreadEventExecutorGroup
-
Returns the next
EventExecutor
to use. - next() - Method in class io.netty5.util.concurrent.NonStickyEventExecutorGroup
- next() - Method in class io.netty5.util.internal.ReadOnlyIterator
- nextId() - Method in class io.netty5.util.ConstantPool
-
Deprecated.
- nextProtocols() - Method in class io.netty5.handler.ssl.SslContext
-
Deprecated.Use
SslContext.applicationProtocolNegotiator()
instead. - nextScheduledTaskNano() - Method in class io.netty5.util.concurrent.AbstractScheduledEventExecutor
-
Return the nanoseconds when the next scheduled task is ready to be run or
-1
if no task is scheduled. - nioBufferCount() - Method in class io.netty5.channel.ChannelOutboundBuffer
-
Returns the number of
ByteBuffer
that can be written out of theByteBuffer
array that was obtained viaChannelOutboundBuffer.nioBuffers()
. - nioBuffers() - Method in class io.netty5.channel.ChannelOutboundBuffer
-
Returns an array of direct NIO buffers if the currently pending messages are made of
Buffer
only. - nioBuffers(int, long) - Method in class io.netty5.channel.ChannelOutboundBuffer
-
Returns an array of direct NIO buffers if the currently pending messages are made of
Buffer
only. - nioBufferSize() - Method in class io.netty5.channel.ChannelOutboundBuffer
-
Returns the number of bytes that can be written out of the
ByteBuffer
array that was obtained viaChannelOutboundBuffer.nioBuffers()
. - NioChannelOption<T> - Class in io.netty5.channel.socket.nio
-
Provides
ChannelOption
over a givenSocketOption
which is then passed through the underlyingNetworkChannel
. - NioDatagramChannel - Class in io.netty5.channel.socket.nio
-
An NIO
DatagramChannel
that sends and receives anAddressedEnvelope
. - NioDatagramChannel(EventLoop) - Constructor for class io.netty5.channel.socket.nio.NioDatagramChannel
-
Create a new instance which will use the Operation Systems default
ProtocolFamily
. - NioDatagramChannel(EventLoop, ProtocolFamily) - Constructor for class io.netty5.channel.socket.nio.NioDatagramChannel
-
Create a new instance using the given
ProtocolFamily
. - NioDatagramChannel(EventLoop, DatagramChannel, ProtocolFamily) - Constructor for class io.netty5.channel.socket.nio.NioDatagramChannel
-
Create a new instance from the given
DatagramChannel
. - NioDatagramChannel(EventLoop, SelectorProvider) - Constructor for class io.netty5.channel.socket.nio.NioDatagramChannel
-
Create a new instance using the given
SelectorProvider
which will use the Operation Systems defaultProtocolFamily
. - NioDatagramChannel(EventLoop, SelectorProvider, ProtocolFamily) - Constructor for class io.netty5.channel.socket.nio.NioDatagramChannel
-
Create a new instance using the given
SelectorProvider
andProtocolFamily
. - NioHandler - Class in io.netty5.channel.nio
- NioSelectableChannelHandle<S extends SelectableChannel> - Class in io.netty5.channel.nio
-
Allows to create an
IoHandle
for aSelectableChannel
, not necessarily created by Netty. - NioSelectableChannelHandle(S, int, BiConsumer<S, SelectionKey>) - Constructor for class io.netty5.channel.nio.NioSelectableChannelHandle
- NioServerSocketChannel - Class in io.netty5.channel.socket.nio
-
A
ServerSocketChannel
implementation which uses NIO selector based implementation to accept new connections. - NioServerSocketChannel(EventLoop, EventLoopGroup) - Constructor for class io.netty5.channel.socket.nio.NioServerSocketChannel
-
Create a new instance
- NioServerSocketChannel(EventLoop, EventLoopGroup, ServerSocketChannel) - Constructor for class io.netty5.channel.socket.nio.NioServerSocketChannel
-
Create a new instance using the given
ServerSocketChannel
. - NioServerSocketChannel(EventLoop, EventLoopGroup, ServerSocketChannel, ProtocolFamily) - Constructor for class io.netty5.channel.socket.nio.NioServerSocketChannel
-
Create a new instance using the given
ServerSocketChannel
. - NioServerSocketChannel(EventLoop, EventLoopGroup, SelectorProvider) - Constructor for class io.netty5.channel.socket.nio.NioServerSocketChannel
-
Create a new instance using the given
SelectorProvider
. - NioServerSocketChannel(EventLoop, EventLoopGroup, SelectorProvider, ProtocolFamily) - Constructor for class io.netty5.channel.socket.nio.NioServerSocketChannel
-
Create a new instance using the given
SelectorProvider
and protocol family (supported only since JDK 15). - NioSocketChannel - Class in io.netty5.channel.socket.nio
-
SocketChannel
which uses NIO selector based implementation. - NioSocketChannel(EventLoop) - Constructor for class io.netty5.channel.socket.nio.NioSocketChannel
-
Create a new instance
- NioSocketChannel(EventLoop, SocketChannel) - Constructor for class io.netty5.channel.socket.nio.NioSocketChannel
-
Create a new instance using the given
SocketChannel
. - NioSocketChannel(EventLoop, SelectorProvider) - Constructor for class io.netty5.channel.socket.nio.NioSocketChannel
-
Create a new instance using the given
SelectorProvider
. - NioSocketChannel(EventLoop, SelectorProvider, ProtocolFamily) - Constructor for class io.netty5.channel.socket.nio.NioSocketChannel
-
Create a new instance using the given
SelectorProvider
and protocol family (supported only since JDK 15). - NioSocketChannel(NioServerSocketChannel, EventLoop, SocketChannel) - Constructor for class io.netty5.channel.socket.nio.NioSocketChannel
-
Create a new instance
- NioSocketChannel(NioServerSocketChannel, EventLoop, SocketChannel, ProtocolFamily) - Constructor for class io.netty5.channel.socket.nio.NioSocketChannel
-
Create a new instance
- NioTask<C extends SelectableChannel> - Interface in io.netty5.channel.nio
-
An arbitrary task that can be executed by
NioHandler
when aSelectableChannel
becomes ready. - NO_ADVERTISE - io.netty5.handler.ssl.ApplicationProtocolConfig.SelectorFailureBehavior
-
If the peer who selects the application protocol doesn't find a match it will pretend no to support the TLS extension by not advertising support for the TLS extension in the handshake.
- NO_CACHE - Static variable in class io.netty5.handler.codec.http.HttpHeaderValues
-
"no-cache"
- NO_CACHE - Static variable in class io.netty5.handler.codec.rtsp.RtspHeaderValues
-
"no-cache"
- NO_CONTENT - Static variable in class io.netty5.handler.codec.http.HttpResponseStatus
-
204 No Content
- NO_ERROR - io.netty5.handler.codec.http2.Http2Error
- NO_OP_DROP - Static variable in interface io.netty5.buffer.api.internal.Statics
- NO_SHUTDOWN - io.netty5.handler.codec.http2.Http2Exception.ShutdownHint
-
Do not shutdown the underlying channel.
- NO_STORE - Static variable in class io.netty5.handler.codec.http.HttpHeaderValues
-
"no-store"
- NO_TRANSFORM - Static variable in class io.netty5.handler.codec.http.HttpHeaderValues
-
"no-transform"
- NO_TRANSFORM - Static variable in class io.netty5.handler.codec.rtsp.RtspHeaderValues
-
"no-transform"
- NO_VALUE - Static variable in class io.netty5.util.internal.LongPriorityQueue
- NOERROR - Static variable in class io.netty5.handler.codec.dns.DnsResponseCode
-
The 'NoError' DNS RCODE (0), as defined in RFC1035.
- NON_AUTHORITATIVE_INFORMATION - Static variable in class io.netty5.handler.codec.http.HttpResponseStatus
-
203 Non-Authoritative Information (since HTTP/1.1)
- None - io.netty5.handler.codec.http.cookie.CookieHeaderNames.SameSite
- NONE - io.netty5.handler.codec.compression.ZlibWrapper
-
Raw DEFLATE stream only (no header and no footer).
- NONE - io.netty5.handler.ssl.ApplicationProtocolConfig.Protocol
- NONE - io.netty5.handler.ssl.ClientAuth
-
Indicates that the
SSLEngine
will not request client authentication. - NONE - Static variable in class io.netty5.handler.codec.http.HttpHeaderValues
-
"none"
- NONE - Static variable in class io.netty5.handler.codec.rtsp.RtspHeaderValues
-
"none"
- NonStickyEventExecutorGroup - Class in io.netty5.util.concurrent
-
EventExecutorGroup
which will preserveRunnable
execution order but makes no guarantees about whatEventExecutor
(and thereforeThread
) will be used to execute theRunnable
s. - NonStickyEventExecutorGroup(EventExecutorGroup) - Constructor for class io.netty5.util.concurrent.NonStickyEventExecutorGroup
-
Creates a new instance.
- NonStickyEventExecutorGroup(EventExecutorGroup, int) - Constructor for class io.netty5.util.concurrent.NonStickyEventExecutorGroup
-
Creates a new instance.
- NoopAddressResolver - Class in io.netty5.resolver
-
A
AddressResolver
that does not perform any resolution but always reports successful resolution. - NoopAddressResolver(EventExecutor) - Constructor for class io.netty5.resolver.NoopAddressResolver
- NoopAddressResolverGroup - Class in io.netty5.resolver
- NoopAuthoritativeDnsServerCache - Class in io.netty5.resolver.dns
-
A noop
AuthoritativeDnsServerCache
that actually never caches anything. - NoopDnsCache - Class in io.netty5.resolver.dns
-
A noop DNS cache that actually never caches anything.
- NoopDnsCnameCache - Class in io.netty5.resolver.dns
- NoopDnsQueryLifecycleObserverFactory - Class in io.netty5.resolver.dns
- NoOpTypeParameterMatcher - Class in io.netty5.util.internal
- NoOpTypeParameterMatcher() - Constructor for class io.netty5.util.internal.NoOpTypeParameterMatcher
- noPreflightResponseHeaders() - Method in class io.netty5.handler.codec.http.cors.CorsConfig.Builder
-
Deprecated.Use
CorsConfigBuilder.noPreflightResponseHeaders()
instead. - noPreflightResponseHeaders() - Method in class io.netty5.handler.codec.http.cors.CorsConfigBuilder
-
Specifies that no preflight response headers should be added to a preflight response.
- NORMAL_CLOSURE - Static variable in class io.netty5.handler.codec.http.websocketx.WebSocketCloseStatus
- normalCacheSize() - Method in interface io.netty5.buffer.api.pool.BufferAllocatorMetric
-
Return the size of the normal cache.
- normalizeAndGetContentLength(List<? extends CharSequence>, boolean, boolean) - Static method in class io.netty5.handler.codec.http.HttpUtil
-
Validates, and optionally extracts the content length from headers.
- normalizedArch() - Static method in class io.netty5.util.internal.PlatformDependent
- normalizedLinuxClassifiers() - Static method in class io.netty5.util.internal.PlatformDependent
- normalizedOs() - Static method in class io.netty5.util.internal.PlatformDependent
- normalizeSize(int) - Method in interface io.netty5.buffer.api.pool.SizeClassesMetric
-
Normalizes usable size that would result from allocating an object with the specified size and alignment.
- NOT_ACCEPTABLE - Static variable in class io.netty5.handler.codec.http.HttpResponseStatus
-
406 Not Acceptable
- NOT_ACCEPTABLE - Static variable in class io.netty5.handler.codec.rtsp.RtspResponseStatuses
-
406 Not Acceptable
- NOT_ENOUGH_BANDWIDTH - Static variable in class io.netty5.handler.codec.rtsp.RtspResponseStatuses
-
453 Not Enough Bandwidth
- NOT_EXTENDED - Static variable in class io.netty5.handler.codec.http.HttpResponseStatus
-
510 Not Extended (RFC2774)
- NOT_FOUND - Static variable in class io.netty5.handler.codec.http.HttpResponseStatus
-
404 Not Found
- NOT_FOUND - Static variable in class io.netty5.handler.codec.rtsp.RtspResponseStatuses
-
404 Not Found
- NOT_IMPLEMENTED - Static variable in class io.netty5.handler.codec.http.HttpResponseStatus
-
501 Not Implemented
- NOT_IMPLEMENTED - Static variable in class io.netty5.handler.codec.rtsp.RtspResponseStatuses
-
501 Not Implemented
- NOT_MODIFIED - Static variable in class io.netty5.handler.codec.http.HttpResponseStatus
-
304 Not Modified
- NOT_MODIFIED - Static variable in class io.netty5.handler.codec.rtsp.RtspResponseStatuses
-
304 Not Modified
- NOT_NULL - Static variable in interface io.netty5.handler.codec.DefaultHeaders.NameValidator
- NOTAUTH - Static variable in class io.netty5.handler.codec.dns.DnsResponseCode
-
The 'NotAuth' DNS RCODE (9), as defined in RFC2136.
- NOTIFY - Static variable in class io.netty5.handler.codec.dns.DnsOpCode
-
The 'Notify' DNS OpCode, as defined in RFC1996.
- NOTIMP - Static variable in class io.netty5.handler.codec.dns.DnsResponseCode
-
The 'NotImp' DNS RCODE (4), as defined in RFC1035.
- NotReadOnlyReadableComponent - Interface in io.netty5.buffer.api.internal
-
Safety by-pass that let us get
ByteBuffer
s from aReadableComponent
that is not read-only. - notSendableException() - Method in class io.netty5.buffer.api.internal.ResourceSupport
-
Create an
IllegalStateException
with a custom message, tailored to this particularResource
instance, for when the object cannot be sent for some reason. - NotSslRecordException - Exception in io.netty5.handler.ssl
-
Special
SSLException
which will get thrown if a packet is received that not looks like a TLS/SSL record. - NotSslRecordException() - Constructor for exception io.netty5.handler.ssl.NotSslRecordException
- NotSslRecordException(String) - Constructor for exception io.netty5.handler.ssl.NotSslRecordException
- NotSslRecordException(String, Throwable) - Constructor for exception io.netty5.handler.ssl.NotSslRecordException
- NotSslRecordException(Throwable) - Constructor for exception io.netty5.handler.ssl.NotSslRecordException
- NOTZONE - Static variable in class io.netty5.handler.codec.dns.DnsResponseCode
-
The 'NotZone' DNS RCODE (10), as defined in RFC2136.
- NPN - io.netty5.handler.ssl.ApplicationProtocolConfig.Protocol
- NPN_AND_ALPN - io.netty5.handler.ssl.ApplicationProtocolConfig.Protocol
- NS - Static variable in class io.netty5.handler.codec.dns.DnsRecordType
-
Name server record RFC 1035 Delegates a DNS zone to use the given authoritative name servers
- NSEC - Static variable in class io.netty5.handler.codec.dns.DnsRecordType
-
Next-Secure record RFC 4034 Part of DNSSEC, used to prove a name does not exist.
- NSEC3 - Static variable in class io.netty5.handler.codec.dns.DnsRecordType
-
NSEC record version 3 RFC 5155 An extension to DNSSEC that allows proof of nonexistence for a name without permitting zonewalking.
- NSEC3PARAM - Static variable in class io.netty5.handler.codec.dns.DnsRecordType
-
NSEC3 parameters record RFC 5155 Parameter record for use with NSEC3.
- nulDelimiter() - Static method in class io.netty5.handler.codec.Delimiters
-
Returns a
NUL (0x00)
delimiter, which could be used for Flash XML socket or any similar protocols. - NUM_STANDARD_SETTINGS - Static variable in class io.netty5.handler.codec.http2.Http2CodecUtil
- numActiveAllocations() - Method in interface io.netty5.buffer.api.pool.PoolArenaMetric
-
Return the number of currently active allocations.
- numActiveBytes() - Method in interface io.netty5.buffer.api.pool.PoolArenaMetric
-
Return the number of active bytes that are currently allocated by the arena.
- numActiveHugeAllocations() - Method in interface io.netty5.buffer.api.pool.PoolArenaMetric
-
Return the number of currently active huge allocations.
- numActiveNormalAllocations() - Method in interface io.netty5.buffer.api.pool.PoolArenaMetric
-
Return the number of currently active normal allocations.
- numActiveSmallAllocations() - Method in interface io.netty5.buffer.api.pool.PoolArenaMetric
-
Return the number of currently active small allocations.
- numActiveStreams() - Method in class io.netty5.handler.codec.http2.DefaultHttp2Connection
- numActiveStreams() - Method in interface io.netty5.handler.codec.http2.Http2Connection.Endpoint
-
Gets the number of active streams (i.e.
- numActiveStreams() - Method in interface io.netty5.handler.codec.http2.Http2Connection
-
Gets the number of streams that are actively in use (i.e.
- numAllocations() - Method in interface io.netty5.buffer.api.pool.PoolArenaMetric
-
Return the number of allocations done via the arena.
- numArenas() - Method in interface io.netty5.buffer.api.pool.BufferAllocatorMetric
-
Return the number of arenas.
- numArenas() - Method in class io.netty5.buffer.api.pool.PooledBufferAllocator
- numAvailable() - Method in interface io.netty5.buffer.api.pool.PoolSubpageMetric
-
Return the number of available elements to be allocated.
- number() - Method in class io.netty5.handler.ssl.OpenSslSessionStats
-
Returns the current number of sessions in the internal session cache.
- numberOfHeadersGuess() - Method in class io.netty5.handler.codec.http2.DefaultHttp2HeadersDecoder
-
A weighted moving average estimating how many headers are expected during the decode process.
- numBufferedStreams() - Method in class io.netty5.handler.codec.http2.StreamBufferingEncoder
-
Indicates the number of streams that are currently buffered, awaiting creation.
- numChunkLists() - Method in interface io.netty5.buffer.api.pool.PoolArenaMetric
-
Returns the number of chunk lists for the arena.
- numDeallocations() - Method in interface io.netty5.buffer.api.pool.PoolArenaMetric
-
Return the number of deallocations done via the arena.
- numHugeAllocations() - Method in interface io.netty5.buffer.api.pool.PoolArenaMetric
-
Return the number of huge allocations done via the arena.
- numHugeDeallocations() - Method in interface io.netty5.buffer.api.pool.PoolArenaMetric
-
Return the number of huge deallocations done via the arena.
- numNormalAllocations() - Method in interface io.netty5.buffer.api.pool.PoolArenaMetric
-
Return the number of normal allocations done via the arena.
- numNormalDeallocations() - Method in interface io.netty5.buffer.api.pool.PoolArenaMetric
-
Return the number of normal deallocations done via the arena.
- numPinnedBytes() - Method in interface io.netty5.buffer.api.pool.PoolArenaMetric
-
Return the number of bytes that are currently pinned to buffer instances, by the arena.
- numSmallAllocations() - Method in interface io.netty5.buffer.api.pool.PoolArenaMetric
-
Return the number of small allocations done via the arena.
- numSmallDeallocations() - Method in interface io.netty5.buffer.api.pool.PoolArenaMetric
-
Return the number of small deallocations done via the arena.
- numSmallSubpages() - Method in interface io.netty5.buffer.api.pool.PoolArenaMetric
-
Returns the number of small sub-pages for the arena.
- numThreadCaches() - Method in interface io.netty5.buffer.api.pool.PoolArenaMetric
-
Returns the number of thread caches backed by this arena.
- numThreadLocalCaches() - Method in interface io.netty5.buffer.api.pool.BufferAllocatorMetric
-
Return the number of thread local caches used by this
PooledBufferAllocator
. - NXDOMAIN - Static variable in class io.netty5.handler.codec.dns.DnsResponseCode
-
The 'NXDomain' DNS RCODE (3), as defined in RFC1035.
- NXRRSET - Static variable in class io.netty5.handler.codec.dns.DnsResponseCode
-
The 'NXRRSet' DNS RCODE (8), as defined in RFC2136.
O
- objectDescription() - Method in interface io.netty5.buffer.api.LeakInfo
-
A human-readable description of the object that leaked.
- objectFieldOffset(Field) - Static method in class io.netty5.util.internal.PlatformDependent
- ObjectPool<T> - Class in io.netty5.util.internal
-
Light-weight object pool.
- ObjectPool.Handle<T> - Interface in io.netty5.util.internal
-
Handle for an pooled
Object
that will be used to notify theObjectPool
once it can reuse the pooledObject
again. - ObjectPool.ObjectCreator<T> - Interface in io.netty5.util.internal
-
Creates a new Object which references the given
ObjectPool.Handle
and callsObjectPool.Handle.recycle(Object)
once it can be re-used. - ObjectUtil - Class in io.netty5.util.internal
-
A grab-bag of useful utility methods.
- OcspClientHandler - Class in io.netty5.handler.ssl.ocsp
-
A handler for SSL clients to handle and act upon stapled OCSP responses.
- OcspClientHandler(ReferenceCountedOpenSslEngine) - Constructor for class io.netty5.handler.ssl.ocsp.OcspClientHandler
- of(CharSequence) - Static method in class io.netty5.util.AsciiString
-
Returns an
AsciiString
containing the given character sequence. - of(ProtocolFamily) - Static method in enum io.netty5.channel.socket.SocketProtocolFamily
-
Return the
SocketProtocolFamily
for the givenProtocolFamily
if possible. - of(SocketOption<T>) - Static method in class io.netty5.channel.socket.nio.NioChannelOption
-
Returns a
ChannelOption
for the givenSocketOption
. - OFF_HEAP - io.netty5.buffer.api.StandardAllocationTypes
-
The allocation should use native (non-heap) memory.
- offer(long) - Method in class io.netty5.util.internal.LongPriorityQueue
- offer(T) - Method in class io.netty5.util.internal.DefaultPriorityQueue
- offer(T) - Method in class io.netty5.util.internal.EmptyPriorityQueue
- offerTask(Runnable) - Method in class io.netty5.util.concurrent.SingleThreadEventExecutor
- offHeapAllocator() - Static method in class io.netty5.buffer.api.DefaultBufferAllocators
-
Get the shared off-heap allocator.
- offHeapPooled() - Static method in interface io.netty5.buffer.api.BufferAllocator
-
Produces a pooling
BufferAllocator
that allocates and recycles off-heap buffers. - offHeapUnpooled() - Static method in interface io.netty5.buffer.api.BufferAllocator
-
Produces a
BufferAllocator
that allocates unpooled, off-heap buffers. - offsetofEpollData() - Static method in class io.netty5.channel.epoll.Native
- OK - Static variable in class io.netty5.handler.codec.http.HttpResponseStatus
-
200 OK
- OK - Static variable in class io.netty5.handler.codec.rtsp.RtspResponseStatuses
-
200 OK
- ON_HEAP - io.netty5.buffer.api.StandardAllocationTypes
-
The allocation should use Java heap memory.
- onConnectionError(ChannelHandlerContext, boolean, Throwable, Http2Exception) - Method in class io.netty5.handler.codec.http2.Http2ConnectionHandler
-
Handler for a connection error.
- onConnectionError(ChannelHandlerContext, boolean, Throwable, Http2Exception) - Method in class io.netty5.handler.codec.http2.Http2FrameCodec
- onDataRead(ChannelHandlerContext, int, Buffer, int, boolean) - Method in class io.netty5.handler.codec.http2.DelegatingDecompressorFrameListener
- onDataRead(ChannelHandlerContext, int, Buffer, int, boolean) - Method in class io.netty5.handler.codec.http2.Http2EventAdapter
- onDataRead(ChannelHandlerContext, int, Buffer, int, boolean) - Method in class io.netty5.handler.codec.http2.Http2FrameAdapter
- onDataRead(ChannelHandlerContext, int, Buffer, int, boolean) - Method in interface io.netty5.handler.codec.http2.Http2FrameListener
-
Handles an inbound
DATA
frame. - onDataRead(ChannelHandlerContext, int, Buffer, int, boolean) - Method in class io.netty5.handler.codec.http2.Http2FrameListenerDecorator
- onDataRead(ChannelHandlerContext, int, Buffer, int, boolean) - Method in class io.netty5.handler.codec.http2.InboundHttp2ToHttpAdapter
- onError(ChannelHandlerContext, boolean, Throwable) - Method in class io.netty5.handler.codec.http2.Http2ConnectionHandler
-
Central handler for all exceptions caught during HTTP/2 processing.
- onError(ChannelHandlerContext, boolean, Throwable) - Method in interface io.netty5.handler.codec.http2.Http2LifecycleManager
-
Processes the given error.
- onGoAwayRead(ChannelHandlerContext, int, long, Buffer) - Method in class io.netty5.handler.codec.http2.Http2EventAdapter
- onGoAwayRead(ChannelHandlerContext, int, long, Buffer) - Method in class io.netty5.handler.codec.http2.Http2FrameAdapter
- onGoAwayRead(ChannelHandlerContext, int, long, Buffer) - Method in interface io.netty5.handler.codec.http2.Http2FrameListener
-
Handles an inbound
GO_AWAY
frame. - onGoAwayRead(ChannelHandlerContext, int, long, Buffer) - Method in class io.netty5.handler.codec.http2.Http2FrameListenerDecorator
- onGoAwayReceived(int, long, Buffer) - Method in interface io.netty5.handler.codec.http2.Http2Connection.Listener
-
Called when a
GOAWAY
was received from the remote endpoint. - onGoAwayReceived(int, long, Buffer) - Method in class io.netty5.handler.codec.http2.Http2ConnectionAdapter
- onGoAwayReceived(int, long, Buffer) - Method in class io.netty5.handler.codec.http2.Http2EventAdapter
- onGoAwaySent(int, long, Buffer) - Method in interface io.netty5.handler.codec.http2.Http2Connection.Listener
-
Called when a
GOAWAY
frame was sent for the connection. - onGoAwaySent(int, long, Buffer) - Method in class io.netty5.handler.codec.http2.Http2ConnectionAdapter
- onGoAwaySent(int, long, Buffer) - Method in class io.netty5.handler.codec.http2.Http2EventAdapter
- onHeadersRead(ChannelHandlerContext, int, Http2Headers, int, boolean) - Method in class io.netty5.handler.codec.http2.DelegatingDecompressorFrameListener
- onHeadersRead(ChannelHandlerContext, int, Http2Headers, int, boolean) - Method in class io.netty5.handler.codec.http2.Http2EventAdapter
- onHeadersRead(ChannelHandlerContext, int, Http2Headers, int, boolean) - Method in class io.netty5.handler.codec.http2.Http2FrameAdapter
- onHeadersRead(ChannelHandlerContext, int, Http2Headers, int, boolean) - Method in interface io.netty5.handler.codec.http2.Http2FrameListener
-
Handles an inbound
HEADERS
frame. - onHeadersRead(ChannelHandlerContext, int, Http2Headers, int, boolean) - Method in class io.netty5.handler.codec.http2.Http2FrameListenerDecorator
- onHeadersRead(ChannelHandlerContext, int, Http2Headers, int, boolean) - Method in class io.netty5.handler.codec.http2.InboundHttp2ToHttpAdapter
- onHeadersRead(ChannelHandlerContext, int, Http2Headers, int, short, boolean, int, boolean) - Method in class io.netty5.handler.codec.http2.DelegatingDecompressorFrameListener
- onHeadersRead(ChannelHandlerContext, int, Http2Headers, int, short, boolean, int, boolean) - Method in class io.netty5.handler.codec.http2.Http2EventAdapter
- onHeadersRead(ChannelHandlerContext, int, Http2Headers, int, short, boolean, int, boolean) - Method in class io.netty5.handler.codec.http2.Http2FrameAdapter
- onHeadersRead(ChannelHandlerContext, int, Http2Headers, int, short, boolean, int, boolean) - Method in interface io.netty5.handler.codec.http2.Http2FrameListener
-
Handles an inbound
HEADERS
frame with priority information specified. - onHeadersRead(ChannelHandlerContext, int, Http2Headers, int, short, boolean, int, boolean) - Method in class io.netty5.handler.codec.http2.Http2FrameListenerDecorator
- onHeadersRead(ChannelHandlerContext, int, Http2Headers, int, short, boolean, int, boolean) - Method in class io.netty5.handler.codec.http2.InboundHttp2ToHttpAdapter
- onHeapAllocator() - Static method in class io.netty5.buffer.api.DefaultBufferAllocators
-
Get the shared on-heap allocator.
- onHeapPooled() - Static method in interface io.netty5.buffer.api.BufferAllocator
-
Produces a pooling
BufferAllocator
that allocates and recycles on-heap buffers. - onHeapUnpooled() - Static method in interface io.netty5.buffer.api.BufferAllocator
-
Produces a
BufferAllocator
that allocates unpooled, on-heap buffers. - onHttpClientUpgrade() - Method in class io.netty5.handler.codec.http2.Http2ConnectionHandler
-
Handles the client-side (cleartext) upgrade from HTTP to HTTP/2.
- onHttpServerUpgrade(Http2Settings) - Method in class io.netty5.handler.codec.http2.Http2ConnectionHandler
-
Handles the server-side (cleartext) upgrade from HTTP to HTTP/2.
- onLeakDetected(Consumer<LeakInfo>) - Static method in class io.netty5.buffer.api.internal.LeakDetection
-
Internal API for
MemoryManager.onLeakDetected(Consumer)
. - onLeakDetected(Consumer<LeakInfo>) - Static method in interface io.netty5.buffer.api.MemoryManager
-
Register a callback that will be called whenever a
Buffer
instance is leaked. - onLookupComplete(ChannelHandlerContext, Future<? extends T>) - Method in class io.netty5.handler.ssl.AbstractSniHandler
- onLookupComplete(ChannelHandlerContext, Future<? extends T>) - Method in class io.netty5.handler.ssl.SslClientHelloHandler
-
Called upon completion of the
SslClientHelloHandler.lookup(ChannelHandlerContext, Buffer)
Future
. - onLookupComplete(ChannelHandlerContext, String, Future<? extends SslContext>) - Method in class io.netty5.handler.ssl.SniHandler
- onLookupComplete(ChannelHandlerContext, String, Future<? extends T>) - Method in class io.netty5.handler.ssl.AbstractSniHandler
-
Called upon completion of the
AbstractSniHandler.lookup(ChannelHandlerContext, String)
Future
. - ONLY_AGGREGATE_OPERATION_ALLOWED - Static variable in class io.netty5.handler.codec.rtsp.RtspResponseStatuses
-
460 Only Aggregate operation allowed
- ONLY_IF_CACHED - Static variable in class io.netty5.handler.codec.http.HttpHeaderValues
-
"only-if-cached"
- ONLY_IF_CACHED - Static variable in class io.netty5.handler.codec.rtsp.RtspHeaderValues
-
"only-if-cached"
- onPingAckRead(ChannelHandlerContext, long) - Method in class io.netty5.handler.codec.http2.Http2EventAdapter
- onPingAckRead(ChannelHandlerContext, long) - Method in class io.netty5.handler.codec.http2.Http2FrameAdapter
- onPingAckRead(ChannelHandlerContext, long) - Method in interface io.netty5.handler.codec.http2.Http2FrameListener
-
Handles an inbound
PING
acknowledgment. - onPingAckRead(ChannelHandlerContext, long) - Method in class io.netty5.handler.codec.http2.Http2FrameListenerDecorator
- onPingRead(ChannelHandlerContext, long) - Method in class io.netty5.handler.codec.http2.Http2EventAdapter
- onPingRead(ChannelHandlerContext, long) - Method in class io.netty5.handler.codec.http2.Http2FrameAdapter
- onPingRead(ChannelHandlerContext, long) - Method in interface io.netty5.handler.codec.http2.Http2FrameListener
-
Handles an inbound
PING
frame. - onPingRead(ChannelHandlerContext, long) - Method in class io.netty5.handler.codec.http2.Http2FrameListenerDecorator
- onPriorityRead(ChannelHandlerContext, int, int, short, boolean) - Method in class io.netty5.handler.codec.http2.Http2EventAdapter
- onPriorityRead(ChannelHandlerContext, int, int, short, boolean) - Method in class io.netty5.handler.codec.http2.Http2FrameAdapter
- onPriorityRead(ChannelHandlerContext, int, int, short, boolean) - Method in interface io.netty5.handler.codec.http2.Http2FrameListener
-
Handles an inbound
PRIORITY
frame. - onPriorityRead(ChannelHandlerContext, int, int, short, boolean) - Method in class io.netty5.handler.codec.http2.Http2FrameListenerDecorator
- onPushPromiseRead(ChannelHandlerContext, int, int, Http2Headers, int) - Method in class io.netty5.handler.codec.http2.Http2EventAdapter
- onPushPromiseRead(ChannelHandlerContext, int, int, Http2Headers, int) - Method in class io.netty5.handler.codec.http2.Http2FrameAdapter
- onPushPromiseRead(ChannelHandlerContext, int, int, Http2Headers, int) - Method in interface io.netty5.handler.codec.http2.Http2FrameListener
-
Handles an inbound
PUSH_PROMISE
frame. - onPushPromiseRead(ChannelHandlerContext, int, int, Http2Headers, int) - Method in class io.netty5.handler.codec.http2.Http2FrameListenerDecorator
- onPushPromiseRead(ChannelHandlerContext, int, int, Http2Headers, int) - Method in class io.netty5.handler.codec.http2.InboundHttp2ToHttpAdapter
- onRemoval(V) - Method in class io.netty5.util.concurrent.FastThreadLocal
-
Invoked when this thread local variable is removed by
FastThreadLocal.remove()
. - onRstStreamRead(ChannelHandlerContext, int, long) - Method in class io.netty5.handler.codec.http2.Http2EventAdapter
- onRstStreamRead(ChannelHandlerContext, int, long) - Method in class io.netty5.handler.codec.http2.Http2FrameAdapter
- onRstStreamRead(ChannelHandlerContext, int, long) - Method in interface io.netty5.handler.codec.http2.Http2FrameListener
-
Handles an inbound
RST_STREAM
frame. - onRstStreamRead(ChannelHandlerContext, int, long) - Method in class io.netty5.handler.codec.http2.Http2FrameListenerDecorator
- onRstStreamRead(ChannelHandlerContext, int, long) - Method in class io.netty5.handler.codec.http2.InboundHttp2ToHttpAdapter
- onRstStreamRead(Http2Stream, FullHttpMessage<?>) - Method in class io.netty5.handler.codec.http2.InboundHttp2ToHttpAdapter
-
Called if a
RST_STREAM
is received but we have some data for that stream. - onSettingsAckRead(ChannelHandlerContext) - Method in class io.netty5.handler.codec.http2.Http2EventAdapter
- onSettingsAckRead(ChannelHandlerContext) - Method in class io.netty5.handler.codec.http2.Http2FrameAdapter
- onSettingsAckRead(ChannelHandlerContext) - Method in interface io.netty5.handler.codec.http2.Http2FrameListener
-
Handles an inbound
SETTINGS
acknowledgment frame. - onSettingsAckRead(ChannelHandlerContext) - Method in class io.netty5.handler.codec.http2.Http2FrameListenerDecorator
- onSettingsRead(ChannelHandlerContext, Http2Settings) - Method in class io.netty5.handler.codec.http2.Http2EventAdapter
- onSettingsRead(ChannelHandlerContext, Http2Settings) - Method in class io.netty5.handler.codec.http2.Http2FrameAdapter
- onSettingsRead(ChannelHandlerContext, Http2Settings) - Method in interface io.netty5.handler.codec.http2.Http2FrameListener
-
Handles an inbound
SETTINGS
frame. - onSettingsRead(ChannelHandlerContext, Http2Settings) - Method in class io.netty5.handler.codec.http2.Http2FrameListenerDecorator
- onSettingsRead(ChannelHandlerContext, Http2Settings) - Method in class io.netty5.handler.codec.http2.InboundHttp2ToHttpAdapter
- onStreamActive(Http2Stream) - Method in interface io.netty5.handler.codec.http2.Http2Connection.Listener
-
Notifies the listener that the given stream was made active (i.e.
- onStreamActive(Http2Stream) - Method in class io.netty5.handler.codec.http2.Http2ConnectionAdapter
- onStreamActive(Http2Stream) - Method in class io.netty5.handler.codec.http2.Http2EventAdapter
- onStreamAdded(Http2Stream) - Method in interface io.netty5.handler.codec.http2.Http2Connection.Listener
-
Notifies the listener that the given stream was added to the connection.
- onStreamAdded(Http2Stream) - Method in class io.netty5.handler.codec.http2.Http2ConnectionAdapter
- onStreamAdded(Http2Stream) - Method in class io.netty5.handler.codec.http2.Http2EventAdapter
- onStreamClosed(Http2Stream) - Method in interface io.netty5.handler.codec.http2.Http2Connection.Listener
-
Notifies the listener that the given stream is now
CLOSED
in both directions and will no longer be accessible viaHttp2Connection.forEachActiveStream(Http2StreamVisitor)
. - onStreamClosed(Http2Stream) - Method in class io.netty5.handler.codec.http2.Http2ConnectionAdapter
- onStreamClosed(Http2Stream) - Method in class io.netty5.handler.codec.http2.Http2EventAdapter
- onStreamError(ChannelHandlerContext, boolean, Throwable, Http2Exception.StreamException) - Method in class io.netty5.handler.codec.http2.Http2ConnectionHandler
-
Handler for a stream error.
- onStreamError(ChannelHandlerContext, boolean, Throwable, Http2Exception.StreamException) - Method in class io.netty5.handler.codec.http2.Http2FrameCodec
-
Exceptions for unknown streams, that is streams that have no
Http2FrameStream
object attached are simply logged and replied to by sending a RST_STREAM frame. - onStreamHalfClosed(Http2Stream) - Method in interface io.netty5.handler.codec.http2.Http2Connection.Listener
-
Notifies the listener that the given stream has transitioned from
OPEN
toHALF CLOSED
. - onStreamHalfClosed(Http2Stream) - Method in class io.netty5.handler.codec.http2.Http2ConnectionAdapter
- onStreamHalfClosed(Http2Stream) - Method in class io.netty5.handler.codec.http2.Http2EventAdapter
- onStreamRemoved(Http2Stream) - Method in interface io.netty5.handler.codec.http2.Http2Connection.Listener
-
Notifies the listener that the given stream has now been removed from the connection and will no longer be returned via
Http2Connection.stream(int)
. - onStreamRemoved(Http2Stream) - Method in class io.netty5.handler.codec.http2.Http2ConnectionAdapter
- onStreamRemoved(Http2Stream) - Method in class io.netty5.handler.codec.http2.Http2EventAdapter
- onStreamRemoved(Http2Stream) - Method in class io.netty5.handler.codec.http2.InboundHttp2ToHttpAdapter
- onUnhandledChannelInboundEvent(Object) - Method in class io.netty5.channel.DefaultChannelPipeline
-
Called once an user event hit the end of the
ChannelPipeline
without been handled by the user inChannelHandler.channelInboundEvent(ChannelHandlerContext, Object)
. - onUnhandledChannelWritabilityChanged() - Method in class io.netty5.channel.DefaultChannelPipeline
-
Called once the
ChannelHandler.channelWritabilityChanged(ChannelHandlerContext)
event hit the end of theChannelPipeline
. - onUnhandledInboundChannelActive() - Method in class io.netty5.channel.DefaultChannelPipeline
-
Called once the
ChannelHandler.channelActive(ChannelHandlerContext)
event hit the end of theChannelPipeline
. - onUnhandledInboundChannelInactive() - Method in class io.netty5.channel.DefaultChannelPipeline
-
Called once the
ChannelHandler.channelInactive(ChannelHandlerContext)
event hit the end of theChannelPipeline
. - onUnhandledInboundChannelReadComplete() - Method in class io.netty5.channel.DefaultChannelPipeline
-
Called once the
ChannelHandler.channelReadComplete(ChannelHandlerContext)
event hit the end of theChannelPipeline
. - onUnhandledInboundChannelShutdown(ChannelShutdownDirection) - Method in class io.netty5.channel.DefaultChannelPipeline
-
Called once the
ChannelHandler.channelShutdown(ChannelHandlerContext, ChannelShutdownDirection)
event hit the end of theChannelPipeline
. - onUnhandledInboundException(Throwable) - Method in class io.netty5.channel.DefaultChannelPipeline
-
Called once a
Throwable
hit the end of theChannelPipeline
without been handled by the user inChannelHandler.channelExceptionCaught(ChannelHandlerContext, Throwable)
. - onUnhandledInboundMessage(ChannelHandlerContext, Object) - Method in class io.netty5.channel.DefaultChannelPipeline
-
Called once a message hit the end of the
ChannelPipeline
without been handled by the user inChannelHandler.channelRead(ChannelHandlerContext, Object)
. - onUnknownFrame(ChannelHandlerContext, byte, int, Http2Flags, Buffer) - Method in class io.netty5.handler.codec.http2.Http2EventAdapter
- onUnknownFrame(ChannelHandlerContext, byte, int, Http2Flags, Buffer) - Method in class io.netty5.handler.codec.http2.Http2FrameAdapter
- onUnknownFrame(ChannelHandlerContext, byte, int, Http2Flags, Buffer) - Method in interface io.netty5.handler.codec.http2.Http2FrameListener
-
Handler for a frame not defined by the HTTP/2 spec.
- onUnknownFrame(ChannelHandlerContext, byte, int, Http2Flags, Buffer) - Method in class io.netty5.handler.codec.http2.Http2FrameListenerDecorator
- onWindowUpdateRead(ChannelHandlerContext, int, int) - Method in class io.netty5.handler.codec.http2.Http2EventAdapter
- onWindowUpdateRead(ChannelHandlerContext, int, int) - Method in class io.netty5.handler.codec.http2.Http2FrameAdapter
- onWindowUpdateRead(ChannelHandlerContext, int, int) - Method in interface io.netty5.handler.codec.http2.Http2FrameListener
-
Handles an inbound
WINDOW_UPDATE
frame. - onWindowUpdateRead(ChannelHandlerContext, int, int) - Method in class io.netty5.handler.codec.http2.Http2FrameListenerDecorator
- opCode() - Method in class io.netty5.handler.codec.dns.AbstractDnsMessage
- opCode() - Method in interface io.netty5.handler.codec.dns.DnsMessage
-
Returns the
opCode
of this DNS message. - open() - Method in class io.netty5.channel.DefaultFileRegion
-
Explicitly open the underlying file-descriptor if not done yet.
- open() - Method in class io.netty5.handler.codec.http2.Http2StreamChannelBootstrap
-
Open a new
Http2StreamChannel
to use. - open(boolean) - Method in interface io.netty5.handler.codec.http2.Http2Stream
-
Opens this stream, making it available via
Http2Connection.forEachActiveStream(Http2StreamVisitor)
and transition state to:Http2Stream.State.OPEN
ifHttp2Stream.state()
isHttp2Stream.State.IDLE
andhalfClosed
isfalse
.Http2Stream.State.HALF_CLOSED_LOCAL
ifHttp2Stream.state()
isHttp2Stream.State.IDLE
andhalfClosed
istrue
and the stream is local. - open(Promise<Http2StreamChannel>) - Method in class io.netty5.handler.codec.http2.Http2StreamChannelBootstrap
-
Open a new
Http2StreamChannel
to use and notifies the givenPromise
. - OPEN - io.netty5.handler.codec.http2.Http2Stream.State
- open0(ChannelHandlerContext, Promise<Http2StreamChannel>) - Method in class io.netty5.handler.codec.http2.Http2StreamChannelBootstrap
-
Deprecated.should not be used directly. Use
Http2StreamChannelBootstrap.open()
orHttp2StreamChannelBootstrap.open(Promise)
- openCursor() - Method in interface io.netty5.buffer.api.Buffer
-
Opens a cursor to iterate the readable bytes of this buffer.
- openCursor() - Method in class io.netty5.buffer.api.BufferStub
- openCursor() - Method in interface io.netty5.buffer.api.ReadableComponent
-
Open a cursor to iterate the readable bytes of this component.
- openCursor(int, int) - Method in interface io.netty5.buffer.api.Buffer
-
Opens a cursor to iterate the given number bytes of this buffer, starting at the given offset.
- openCursor(int, int) - Method in class io.netty5.buffer.api.BufferStub
- openReverseCursor() - Method in interface io.netty5.buffer.api.Buffer
-
Opens a cursor to iterate the readable bytes of this buffer, in reverse.
- openReverseCursor() - Method in class io.netty5.buffer.api.BufferStub
- openReverseCursor(int, int) - Method in interface io.netty5.buffer.api.Buffer
-
Opens a cursor to iterate the given number bytes of this buffer, in reverse, starting at the given offset.
- openReverseCursor(int, int) - Method in class io.netty5.buffer.api.BufferStub
- OpenSsl - Class in io.netty5.handler.ssl
-
Tells if
netty-tcnative
and its OpenSSL support are available. - OPENSSL - io.netty5.handler.ssl.SslProvider
-
OpenSSL-based implementation.
- OPENSSL_REFCNT - io.netty5.handler.ssl.SslProvider
-
OpenSSL-based implementation which does not have finalizers and instead implements
ReferenceCounted
. - OpenSslApplicationProtocolNegotiator - Interface in io.netty5.handler.ssl
-
Deprecated.
- OpenSslAsyncPrivateKeyMethod - Interface in io.netty5.handler.ssl
- OpenSslCachingX509KeyManagerFactory - Class in io.netty5.handler.ssl
-
Wraps another
KeyManagerFactory
and caches its chains / certs for an alias for better performance when usingSslProvider.OPENSSL
orSslProvider.OPENSSL_REFCNT
. - OpenSslCachingX509KeyManagerFactory(KeyManagerFactory) - Constructor for class io.netty5.handler.ssl.OpenSslCachingX509KeyManagerFactory
- OpenSslCachingX509KeyManagerFactory(KeyManagerFactory, int) - Constructor for class io.netty5.handler.ssl.OpenSslCachingX509KeyManagerFactory
- OpenSslCertificateCompressionAlgorithm - Interface in io.netty5.handler.ssl
-
Provides compression and decompression implementations for TLS Certificate Compression (RFC 8879).
- OpenSslCertificateCompressionConfig - Class in io.netty5.handler.ssl
-
Configuration for TLS1.3 certificate compression extension.
- OpenSslCertificateCompressionConfig.AlgorithmConfig - Class in io.netty5.handler.ssl
-
The configuration for the algorithm.
- OpenSslCertificateCompressionConfig.AlgorithmMode - Enum in io.netty5.handler.ssl
-
The usage mode of the
OpenSslCertificateCompressionAlgorithm
. - OpenSslCertificateCompressionConfig.Builder - Class in io.netty5.handler.ssl
-
Builder for an
OpenSslCertificateCompressionAlgorithm
. - OpenSslCertificateException - Exception in io.netty5.handler.ssl
-
A special
CertificateException
which allows to specify which error code is included in the SSL Record. - OpenSslCertificateException(int) - Constructor for exception io.netty5.handler.ssl.OpenSslCertificateException
-
Construct a new exception with the error code.
- OpenSslCertificateException(String, int) - Constructor for exception io.netty5.handler.ssl.OpenSslCertificateException
-
Construct a new exception with the msg and error code .
- OpenSslCertificateException(String, Throwable, int) - Constructor for exception io.netty5.handler.ssl.OpenSslCertificateException
-
Construct a new exception with the msg, cause and error code .
- OpenSslCertificateException(Throwable, int) - Constructor for exception io.netty5.handler.ssl.OpenSslCertificateException
-
Construct a new exception with the cause and error code .
- OpenSslContext - Class in io.netty5.handler.ssl
-
This class will use a finalizer to ensure native resources are automatically cleaned up.
- OpenSslContextOption<T> - Class in io.netty5.handler.ssl
- OpenSslDefaultApplicationProtocolNegotiator - Class in io.netty5.handler.ssl
-
Deprecated.
- OpenSslDefaultApplicationProtocolNegotiator(ApplicationProtocolConfig) - Constructor for class io.netty5.handler.ssl.OpenSslDefaultApplicationProtocolNegotiator
-
Deprecated.
- OpenSslEngine - Class in io.netty5.handler.ssl
-
Implements a
SSLEngine
using OpenSSL BIO abstractions. - OpenSslNpnApplicationProtocolNegotiator - Class in io.netty5.handler.ssl
-
Deprecated.
- OpenSslNpnApplicationProtocolNegotiator(Iterable<String>) - Constructor for class io.netty5.handler.ssl.OpenSslNpnApplicationProtocolNegotiator
-
Deprecated.
- OpenSslNpnApplicationProtocolNegotiator(String...) - Constructor for class io.netty5.handler.ssl.OpenSslNpnApplicationProtocolNegotiator
-
Deprecated.
- OpenSslPrivateKeyMethod - Interface in io.netty5.handler.ssl
-
Allow customization of private key signing / decrypting (when using RSA).
- OpenSslServerSessionContext - Class in io.netty5.handler.ssl
-
OpenSslSessionContext
implementation which offers extra methods which are only useful for the server-side. - OpenSslSessionContext - Class in io.netty5.handler.ssl
-
OpenSSL specific
SSLSessionContext
implementation. - OpenSslSessionStats - Class in io.netty5.handler.ssl
-
Stats exposed by an OpenSSL session context.
- OpenSslSessionTicketKey - Class in io.netty5.handler.ssl
-
Session Ticket Key
- OpenSslSessionTicketKey(byte[], byte[], byte[]) - Constructor for class io.netty5.handler.ssl.OpenSslSessionTicketKey
-
Construct a OpenSslSessionTicketKey.
- OpenSslX509KeyManagerFactory - Class in io.netty5.handler.ssl
-
Special
KeyManagerFactory
that pre-compute the keymaterial used whenSslProvider.OPENSSL
orSslProvider.OPENSSL_REFCNT
is used and so will improve handshake times and its performance. - OpenSslX509KeyManagerFactory() - Constructor for class io.netty5.handler.ssl.OpenSslX509KeyManagerFactory
- OpenSslX509KeyManagerFactory(String, Provider) - Constructor for class io.netty5.handler.ssl.OpenSslX509KeyManagerFactory
- OpenSslX509KeyManagerFactory(Provider) - Constructor for class io.netty5.handler.ssl.OpenSslX509KeyManagerFactory
- operationComplete(C, Future<? extends V>) - Method in interface io.netty5.util.concurrent.FutureContextListener
-
Invoked when the operation associated with the
Future
has been completed. - operationComplete(Future<? extends Void>) - Method in class io.netty5.handler.codec.http2.DefaultHttp2ConnectionEncoder.FlowControlledBase
- operationComplete(Future<? extends V>) - Method in interface io.netty5.util.concurrent.FutureListener
-
Invoked when the operation associated with the
Future
has been completed. - opposite() - Method in interface io.netty5.handler.codec.http2.Http2Connection.Endpoint
-
Gets the
Http2Connection.Endpoint
opposite this one. - OPT - Static variable in class io.netty5.handler.codec.dns.DnsRecordType
-
Option record RFC 2671 This is a pseudo DNS record type needed to support EDNS.
- option(ChannelOption<T>, T) - Method in class io.netty5.bootstrap.AbstractBootstrap
-
Allow to specify a
ChannelOption
which is used for theChannel
instances once they got created. - option(ChannelOption<T>, T) - Method in class io.netty5.handler.codec.http2.Http2StreamChannelBootstrap
-
Allow to specify a
ChannelOption
which is used for theHttp2StreamChannel
instances once they got created. - option(SslContextOption<T>, T) - Method in class io.netty5.handler.ssl.SslContextBuilder
-
Configure a
SslContextOption
. - OPTION_NOT_SUPPORTED - Static variable in class io.netty5.handler.codec.rtsp.RtspResponseStatuses
-
551 Option not supported
- OPTIONAL - io.netty5.handler.ssl.ClientAuth
-
Indicates that the
SSLEngine
will request client authentication. - OptionalSslHandler - Class in io.netty5.handler.ssl
-
OptionalSslHandler
is a utility decoder to support both SSL and non-SSL handlers based on the first message received. - OptionalSslHandler(SslContext) - Constructor for class io.netty5.handler.ssl.OptionalSslHandler
- options() - Method in class io.netty5.bootstrap.AbstractBootstrapConfig
-
Returns a copy of the configured options.
- options() - Method in class io.netty5.channel.epoll.EpollTcpInfo
- OPTIONS - Static variable in class io.netty5.handler.codec.http.HttpMethod
-
The OPTIONS method represents a request for information about the communication options available on the request/response chain identified by the Request-URI.
- OPTIONS - Static variable in class io.netty5.handler.codec.rtsp.RtspMethods
-
The OPTIONS getMethod represents a request for information about the communication options available on the request/response chain identified by the Request-URI.
- optname() - Method in class io.netty5.channel.unix.GenericUnixChannelOption
-
Returns the optname.
- optResourceEnabled(boolean) - Method in class io.netty5.resolver.dns.DnsNameResolverBuilder
-
Enable the automatic inclusion of a optional records that tries to give the remote DNS server a hint about how much data the resolver can read per response.
- ORDERED - io.netty5.handler.codec.base64.Base64Dialect
-
Special "ordered" dialect of Base64 described in RFC1940.
- OrderedEventExecutor - Interface in io.netty5.util.concurrent
-
Marker interface for
EventExecutor
s that will process all submitted tasks in an ordered / serial fashion. - origin() - Method in class io.netty5.handler.codec.http.cors.CorsConfig
-
Returns the allowed origin.
- ORIGIN - Static variable in class io.netty5.handler.codec.http.HttpHeaderNames
-
"origin"
- origins() - Method in class io.netty5.handler.codec.http.cors.CorsConfig
-
Returns the set of allowed origins.
- OUT_OF_MESSAGE_SEQUENCE_METHOD - Static variable in class io.netty5.handler.codec.http2.HttpConversionUtil
-
This will be the method used for
HttpRequest
objects generated out of the HTTP message flow defined in [RFC 7540], Section 8.1 - OUT_OF_MESSAGE_SEQUENCE_PATH - Static variable in class io.netty5.handler.codec.http2.HttpConversionUtil
-
This will be the path used for
HttpRequest
objects generated out of the HTTP message flow defined in [RFC 7540], Section 8.1 - OUT_OF_MESSAGE_SEQUENCE_RETURN_CODE - Static variable in class io.netty5.handler.codec.http2.HttpConversionUtil
-
This will be the status code used for
HttpResponse
objects generated out of the HTTP message flow defined in [RFC 7540], Section 8.1 - Outbound - io.netty5.channel.ChannelShutdownDirection
-
The outbound direction of a
Channel
was or should be shutdown. - OUTBOUND - io.netty5.handler.codec.http2.Http2FrameLogger.Direction
- outboundBuffer() - Method in class io.netty5.channel.AbstractChannel
-
Returns the
ChannelOutboundBuffer
that is used by thisAbstractChannel
. - outboundHandler() - Method in class io.netty5.channel.CombinedChannelDuplexHandler
- outboundMessages() - Method in class io.netty5.channel.embedded.EmbeddedChannel
- OutOfDirectMemoryError - Error in io.netty5.util.internal
-
OutOfMemoryError
that is throws ifPlatformDependent.allocateDirectNoCleaner(int)
can not allocate a newByteBuffer
due memory restrictions. - Owned<T> - Interface in io.netty5.buffer.api
-
This interface encapsulates the ownership of a
Resource
, and exposes a method that may be used to transfer this ownership to the specified recipient thread.
P
- PADDED - Static variable in class io.netty5.handler.codec.http2.Http2Flags
- padding - Variable in class io.netty5.handler.codec.http2.DefaultHttp2ConnectionEncoder.FlowControlledBase
- padding() - Method in class io.netty5.handler.codec.http2.DefaultHttp2DataFrame
- padding() - Method in class io.netty5.handler.codec.http2.DefaultHttp2HeadersFrame
- padding() - Method in class io.netty5.handler.codec.http2.DefaultHttp2PushPromiseFrame
- padding() - Method in interface io.netty5.handler.codec.http2.Http2DataFrame
-
Frame padding to use.
- padding() - Method in interface io.netty5.handler.codec.http2.Http2HeadersFrame
-
Frame padding to use.
- padding() - Method in interface io.netty5.handler.codec.http2.Http2PushPromiseFrame
-
Frame padding to use.
- paddingPresent() - Method in class io.netty5.handler.codec.http2.Http2Flags
-
For frames that include padding, indicates if the
Http2Flags.PADDED
field is present. - paddingPresent(boolean) - Method in class io.netty5.handler.codec.http2.Http2Flags
-
Sets the
Http2Flags.PADDED
flag. - pageIdx2size(int) - Method in interface io.netty5.buffer.api.pool.SizeClassesMetric
-
Computes size from lookup table according to pageIdx.
- pageIdx2sizeCompute(int) - Method in interface io.netty5.buffer.api.pool.SizeClassesMetric
-
Computes size according to pageIdx.
- pages2pageIdx(int) - Method in interface io.netty5.buffer.api.pool.SizeClassesMetric
-
Normalizes request size up to the nearest pageSize class.
- pages2pageIdxFloor(int) - Method in interface io.netty5.buffer.api.pool.SizeClassesMetric
-
Normalizes request size down to the nearest pageSize class.
- pageSize() - Method in interface io.netty5.buffer.api.pool.PoolSubpageMetric
-
Return the page size (in bytes) of this page.
- PARAMETER_IS_READONLY - Static variable in class io.netty5.handler.codec.rtsp.RtspResponseStatuses
-
458 Parameter Is Read-Only
- PARAMETER_NOT_UNDERSTOOD - Static variable in class io.netty5.handler.codec.rtsp.RtspResponseStatuses
-
451 Parameter Not Understood
- parameters() - Method in class io.netty5.handler.codec.compression.BrotliOptions
- parameters() - Method in class io.netty5.handler.codec.http.QueryStringDecoder
-
Returns the decoded key-value parameter pairs of the URI.
- parameters() - Method in class io.netty5.handler.codec.http.websocketx.extensions.WebSocketExtensionData
- PARANOID - io.netty5.util.ResourceLeakDetector.Level
-
Enables paranoid resource leak detection which reports where the leaked object was accessed recently, at the cost of the highest possible overhead (for testing purposes only).
- parent() - Method in class io.netty5.channel.AbstractChannel
- parent() - Method in interface io.netty5.channel.Channel
-
Returns the parent of this channel.
- parent() - Method in interface io.netty5.channel.socket.SocketChannel
- parse() - Method in interface io.netty5.resolver.HostsFileEntriesProvider.Parser
-
Parses the hosts file at standard OS location using the system default
Charset
for decoding. - parse() - Static method in class io.netty5.resolver.HostsFileParser
-
Parse hosts file at standard OS location using the system default
Charset
for decoding. - parse(File) - Static method in class io.netty5.resolver.HostsFileParser
-
Parse a hosts file using the system default
Charset
for decoding. - parse(File, Charset...) - Method in interface io.netty5.resolver.HostsFileEntriesProvider.Parser
-
Parses the provided hosts file using the given
Charset
s one after another until parse something or none is left. - parse(File, Charset...) - Static method in class io.netty5.resolver.HostsFileParser
-
Parse a hosts file.
- parse(Reader) - Method in interface io.netty5.resolver.HostsFileEntriesProvider.Parser
-
Performs the parsing operation using the provided reader of hosts file format.
- parse(Reader) - Static method in class io.netty5.resolver.HostsFileParser
-
Parse a reader of hosts file format.
- parse(Charset...) - Method in interface io.netty5.resolver.HostsFileEntriesProvider.Parser
-
Parses the hosts file at standard OS location using the given
Charset
s one after another until parse something or none is left. - parseBoolean() - Method in class io.netty5.util.AsciiString
- parseChar() - Method in class io.netty5.util.AsciiString
- parseChar(int) - Method in class io.netty5.util.AsciiString
- parseDouble() - Method in class io.netty5.util.AsciiString
- parseDouble(int, int) - Method in class io.netty5.util.AsciiString
- parseFloat() - Method in class io.netty5.util.AsciiString
- parseFloat(int, int) - Method in class io.netty5.util.AsciiString
- parseHttpDate(CharSequence) - Static method in class io.netty5.handler.codec.DateFormatter
-
Parse some text into a
Date
, according to RFC6265 - parseHttpDate(CharSequence, int, int) - Static method in class io.netty5.handler.codec.DateFormatter
-
Parse some text into a
Date
, according to RFC6265 - parseInt() - Method in class io.netty5.util.AsciiString
- parseInt(int) - Method in class io.netty5.util.AsciiString
- parseInt(int, int) - Method in class io.netty5.util.AsciiString
- parseInt(int, int, int) - Method in class io.netty5.util.AsciiString
- parseLine(AsciiString) - Static method in class io.netty5.handler.codec.http.HttpResponseStatus
-
Parses the specified HTTP status line into a
HttpResponseStatus
. - parseLine(CharSequence) - Static method in class io.netty5.handler.codec.http.HttpResponseStatus
-
Parses the specified HTTP status line into a
HttpResponseStatus
. - parseLine(String) - Static method in class io.netty5.handler.codec.http.HttpResponseStatus
-
Parses the specified HTTP status line into a
HttpResponseStatus
. - parseLong() - Method in class io.netty5.util.AsciiString
- parseLong(int) - Method in class io.netty5.util.AsciiString
- parseLong(int, int) - Method in class io.netty5.util.AsciiString
- parseLong(int, int, int) - Method in class io.netty5.util.AsciiString
- parseMAC(String) - Static method in class io.netty5.util.internal.MacAddressUtil
-
Parse a EUI-48, MAC-48, or EUI-64 MAC address from a
String
and return it as abyte[]
. - parser() - Static method in class io.netty5.resolver.HostsFileEntriesProvider
-
Creates a parser for
HostsFileEntriesProvider
. - parseShort() - Method in class io.netty5.util.AsciiString
- parseShort(int) - Method in class io.netty5.util.AsciiString
- parseShort(int, int) - Method in class io.netty5.util.AsciiString
- parseShort(int, int, int) - Method in class io.netty5.util.AsciiString
- parseSilently() - Method in interface io.netty5.resolver.HostsFileEntriesProvider.Parser
-
Parses the hosts file at standard OS location using the system default
Charset
for decoding. - parseSilently() - Static method in class io.netty5.resolver.HostsFileParser
-
Parse hosts file at standard OS location using the systems default
Charset
for decoding. - parseSilently(File, Charset...) - Method in interface io.netty5.resolver.HostsFileEntriesProvider.Parser
-
Parses the provided hosts file using the given
Charset
s one after another until parse something or none is left. - parseSilently(Charset...) - Method in interface io.netty5.resolver.HostsFileEntriesProvider.Parser
-
Parses the hosts file at standard OS location using the given
Charset
s one after another until parse something or none is left. - parseSilently(Charset...) - Static method in class io.netty5.resolver.HostsFileParser
-
Parse hosts file at standard OS location using the given
Charset
s one after each other until we were able to parse something or none is left. - parseStatus(CharSequence) - Static method in class io.netty5.handler.codec.http2.HttpConversionUtil
-
Apply HTTP/2 rules while translating status code to
HttpResponseStatus
- PARTIAL_CONTENT - Static variable in class io.netty5.handler.codec.http.HttpResponseStatus
-
206 Partial Content
- PATCH - Static variable in class io.netty5.handler.codec.http.HttpMethod
-
The PATCH method requests that a set of changes described in the request entity be applied to the resource identified by the Request-URI.
- path() - Method in class io.netty5.channel.socket.DomainSocketAddress
-
The path to the domain socket.
- path() - Method in interface io.netty5.handler.codec.http.cookie.Cookie
-
Returns the path of this
Cookie
. - path() - Method in class io.netty5.handler.codec.http.cookie.DefaultCookie
- path() - Method in class io.netty5.handler.codec.http.QueryStringDecoder
-
Returns the decoded path string of the URI.
- path() - Method in class io.netty5.handler.codec.http2.DefaultHttp2Headers
- path() - Method in class io.netty5.handler.codec.http2.EmptyHttp2Headers
- path() - Method in interface io.netty5.handler.codec.http2.Http2Headers
-
Gets the
Http2Headers.PseudoHeaderName.PATH
header ornull
if there is no such header - path() - Method in class io.netty5.handler.codec.http2.ReadOnlyHttp2Headers
- path(CharSequence) - Method in class io.netty5.handler.codec.http2.DefaultHttp2Headers
- path(CharSequence) - Method in class io.netty5.handler.codec.http2.EmptyHttp2Headers
- path(CharSequence) - Method in interface io.netty5.handler.codec.http2.Http2Headers
-
Sets the
Http2Headers.PseudoHeaderName.PATH
header - path(CharSequence) - Method in class io.netty5.handler.codec.http2.ReadOnlyHttp2Headers
- PATH - io.netty5.handler.codec.http2.Http2Headers.PseudoHeaderName
-
:path
. - PATH - io.netty5.handler.codec.http2.HttpConversionUtil.ExtensionHeaderNames
-
HTTP extension header which will identify the path pseudo header from the HTTP/2 event(s) responsible for generating an
HttpObject
- PATH - Static variable in class io.netty5.handler.codec.http.cookie.CookieHeaderNames
- PAUSE - Static variable in class io.netty5.handler.codec.rtsp.RtspMethods
-
The PAUSE request causes the stream delivery to be interrupted (halted) temporarily.
- payload() - Method in class io.netty5.handler.codec.http.DefaultFullHttpRequest
- payload() - Method in class io.netty5.handler.codec.http.DefaultFullHttpResponse
- payload() - Method in class io.netty5.handler.codec.http.DefaultHttpContent
- payload() - Method in class io.netty5.handler.codec.http.DefaultLastHttpContent
- payload() - Method in class io.netty5.handler.codec.http.EmptyLastHttpContent
- payload() - Method in interface io.netty5.handler.codec.http.HttpContent
-
Returns the
Buffer
representing the payload of the HTTP message. - PAYMENT_REQUIRED - Static variable in class io.netty5.handler.codec.http.HttpResponseStatus
-
402 Payment Required
- PAYMENT_REQUIRED - Static variable in class io.netty5.handler.codec.rtsp.RtspResponseStatuses
-
402 Payment Required
- peek() - Method in class io.netty5.util.internal.DefaultPriorityQueue
- peek() - Method in class io.netty5.util.internal.EmptyPriorityQueue
- peek() - Method in class io.netty5.util.internal.LongPriorityQueue
- PeerCredentials - Class in io.netty5.channel.unix
-
User credentials discovered for the peer unix domain socket.
- PemPrivateKey - Class in io.netty5.handler.ssl
-
This is a special purpose implementation of a
PrivateKey
which allows the user to pass PEM/PKCS#8 encoded key material straight intoOpenSslContext
without having to parse and re-encode bytes in Java land. - PemX509Certificate - Class in io.netty5.handler.ssl
-
This is a special purpose implementation of a
X509Certificate
which allows the user to pass PEM/PKCS#8 encoded data straight intoOpenSslContext
without having to parse and re-encode bytes in Java land. - pendingBytes() - Method in interface io.netty5.handler.codec.http2.StreamByteDistributor.StreamState
-
Get the amount of bytes this stream has pending to send.
- pendingOutboundBytes() - Method in interface io.netty5.channel.ChannelPipeline
-
The number of the outbound bytes that are buffered / queued in this
ChannelPipeline
. - pendingOutboundBytes() - Method in class io.netty5.channel.DefaultChannelPipeline
- pendingOutboundBytes(ChannelHandlerContext) - Method in interface io.netty5.channel.ChannelHandler
-
The number of the outbound bytes that are buffered / queued in this
ChannelHandler
. - pendingOutboundBytes(ChannelHandlerContext) - Method in class io.netty5.channel.CombinedChannelDuplexHandler
- pendingOutboundBytes(ChannelHandlerContext) - Method in class io.netty5.handler.ssl.SslHandler
- pendingOutboundBytesUpdated(long) - Method in class io.netty5.channel.AbstractChannel.DefaultAbstractChannelPipeline
- pendingOutboundBytesUpdated(long) - Method in class io.netty5.channel.DefaultChannelPipeline
-
Called once the
DefaultChannelPipeline.pendingOutboundBytes()
were changed. - pendingTasks() - Method in class io.netty5.util.concurrent.GlobalEventExecutor
-
Return the number of tasks that are pending for processing.
- pendingTasks() - Method in class io.netty5.util.concurrent.SingleThreadEventExecutor
-
Return the number of tasks that are pending for processing (excluding the scheduled tasks).
- pendingTimeouts() - Method in class io.netty5.util.HashedWheelTimer
-
Returns the number of pending timeouts of this
Timer
. - PendingWrite - Class in io.netty5.util.internal
-
Some pending write which should be picked up later.
- PendingWriteQueue - Class in io.netty5.channel
-
A queue of write operations which are pending for later execution.
- PendingWriteQueue(EventExecutor, MessageSizeEstimator.Handle) - Constructor for class io.netty5.channel.PendingWriteQueue
- performMasking() - Method in class io.netty5.handler.codec.http.websocketx.WebSocketClientProtocolConfig
- performMasking(boolean) - Method in class io.netty5.handler.codec.http.websocketx.WebSocketClientProtocolConfig.Builder
-
Whether to mask all written websocket frames.
- PERMANENT_REDIRECT - Static variable in class io.netty5.handler.codec.http.HttpResponseStatus
-
308 Permanent Redirect (RFC7538)
- PerMessageDeflateClientExtensionHandshaker - Class in io.netty5.handler.codec.http.websocketx.extensions.compression
-
permessage-deflate handshake implementation.
- PerMessageDeflateClientExtensionHandshaker() - Constructor for class io.netty5.handler.codec.http.websocketx.extensions.compression.PerMessageDeflateClientExtensionHandshaker
-
Constructor with default configuration.
- PerMessageDeflateClientExtensionHandshaker(int, boolean, int, boolean, boolean) - Constructor for class io.netty5.handler.codec.http.websocketx.extensions.compression.PerMessageDeflateClientExtensionHandshaker
-
Constructor with custom configuration.
- PerMessageDeflateClientExtensionHandshaker(int, boolean, int, boolean, boolean, WebSocketExtensionFilterProvider) - Constructor for class io.netty5.handler.codec.http.websocketx.extensions.compression.PerMessageDeflateClientExtensionHandshaker
-
Constructor with custom configuration.
- PerMessageDeflateServerExtensionHandshaker - Class in io.netty5.handler.codec.http.websocketx.extensions.compression
-
permessage-deflate handshake implementation.
- PerMessageDeflateServerExtensionHandshaker() - Constructor for class io.netty5.handler.codec.http.websocketx.extensions.compression.PerMessageDeflateServerExtensionHandshaker
-
Constructor with default configuration.
- PerMessageDeflateServerExtensionHandshaker(int, boolean, int, boolean, boolean) - Constructor for class io.netty5.handler.codec.http.websocketx.extensions.compression.PerMessageDeflateServerExtensionHandshaker
-
Constructor with custom configuration.
- PerMessageDeflateServerExtensionHandshaker(int, boolean, int, boolean, boolean, WebSocketExtensionFilterProvider) - Constructor for class io.netty5.handler.codec.http.websocketx.extensions.compression.PerMessageDeflateServerExtensionHandshaker
-
Constructor with custom configuration.
- pickThreadCount(int) - Static method in class io.netty5.channel.MultithreadEventLoopGroup
-
Return the number of threads to use based on the given
nThreads
. - pid() - Method in class io.netty5.channel.unix.PeerCredentials
-
Get the PID of the peer process.
- PING - Static variable in class io.netty5.handler.codec.http2.Http2FrameTypes
- PING_FRAME_PAYLOAD_LENGTH - Static variable in class io.netty5.handler.codec.http2.Http2CodecUtil
- PingWebSocketFrame - Class in io.netty5.handler.codec.http.websocketx
-
Web Socket frame containing binary data.
- PingWebSocketFrame(boolean, int, Buffer) - Constructor for class io.netty5.handler.codec.http.websocketx.PingWebSocketFrame
-
Creates a new ping frame with the specified binary data.
- PingWebSocketFrame(Buffer) - Constructor for class io.netty5.handler.codec.http.websocketx.PingWebSocketFrame
-
Creates a new ping frame with the specified binary data.
- pinnedBytes() - Method in interface io.netty5.buffer.api.pool.PoolChunkMetric
-
Return the number of pinned bytes in the chunk.
- pinnedMemory() - Method in interface io.netty5.buffer.api.pool.BufferAllocatorMetric
-
Returns the number of bytes of memory that is currently pinned to the buffers allocated by a
BufferAllocator
, or-1
if unknown. - pipe() - Static method in class io.netty5.channel.unix.FileDescriptor
- pipeline() - Method in class io.netty5.channel.AbstractChannel
- pipeline() - Method in interface io.netty5.channel.Channel
-
Return the assigned
ChannelPipeline
. - pipeline() - Method in interface io.netty5.channel.ChannelHandlerContext
-
Return the assigned
ChannelPipeline
- pipeline() - Method in class io.netty5.channel.internal.DelegatingChannelHandlerContext
- platformDefault() - Static method in class io.netty5.resolver.dns.DnsServerAddressStreamProviders
-
A
DnsServerAddressStreamProvider
which inherits the DNS servers from your local host's configuration. - PlatformDependent - Class in io.netty5.util.internal
-
Utility that detects various properties specific to the current runtime environment, such as Java version and the availability of the
sun.misc.Unsafe
object. - PLAY - Static variable in class io.netty5.handler.codec.rtsp.RtspMethods
-
The PLAY getMethod tells the server to start sending data via the mechanism specified in SETUP.
- pmtu() - Method in class io.netty5.channel.epoll.EpollTcpInfo
- pointNeighborsToThis() - Method in class io.netty5.handler.codec.DefaultHeaders.HeaderEntry
- POLICY_VIOLATION - Static variable in class io.netty5.handler.codec.http.websocketx.WebSocketCloseStatus
- poll() - Method in class io.netty5.util.internal.DefaultPriorityQueue
- poll() - Method in class io.netty5.util.internal.EmptyPriorityQueue
- poll() - Method in class io.netty5.util.internal.LongPriorityQueue
- pollScheduledTask() - Method in class io.netty5.util.concurrent.AbstractScheduledEventExecutor
- pollScheduledTask(long) - Method in class io.netty5.util.concurrent.AbstractScheduledEventExecutor
-
Return the
Runnable
which is ready to be executed with the givennanoTime
. - pollSentSettings() - Method in class io.netty5.handler.codec.http2.DecoratingHttp2ConnectionEncoder
- pollSentSettings() - Method in class io.netty5.handler.codec.http2.DefaultHttp2ConnectionEncoder
- pollSentSettings() - Method in interface io.netty5.handler.codec.http2.Http2ConnectionEncoder
-
Gets the local settings on the top of the queue that has been sent but not ACKed.
- pollTask() - Method in class io.netty5.util.concurrent.SingleThreadEventExecutor
- PongWebSocketFrame - Class in io.netty5.handler.codec.http.websocketx
-
Web Socket frame containing binary data.
- PongWebSocketFrame(boolean, int, Buffer) - Constructor for class io.netty5.handler.codec.http.websocketx.PongWebSocketFrame
-
Creates a new pong frame with the specified binary data
- PongWebSocketFrame(Buffer) - Constructor for class io.netty5.handler.codec.http.websocketx.PongWebSocketFrame
-
Creates a new pong frame with the specified binary data.
- PongWebSocketFrame(Send<Buffer>) - Constructor for class io.netty5.handler.codec.http.websocketx.PongWebSocketFrame
-
Creates a new pong frame with the specified binary data.
- PoolArenaMetric - Interface in io.netty5.buffer.api.pool
-
Expose metrics for an arena.
- PoolChunkListMetric - Interface in io.netty5.buffer.api.pool
-
Metrics for a list of chunks.
- PoolChunkMetric - Interface in io.netty5.buffer.api.pool
-
Metrics for a chunk.
- PooledBufferAllocator - Class in io.netty5.buffer.api.pool
- PooledBufferAllocator(MemoryManager, boolean) - Constructor for class io.netty5.buffer.api.pool.PooledBufferAllocator
- PooledBufferAllocator(MemoryManager, boolean, int, int, int) - Constructor for class io.netty5.buffer.api.pool.PooledBufferAllocator
- PooledBufferAllocator(MemoryManager, boolean, int, int, int, int, int, boolean) - Constructor for class io.netty5.buffer.api.pool.PooledBufferAllocator
- PooledBufferAllocator(MemoryManager, boolean, int, int, int, int, int, boolean, int) - Constructor for class io.netty5.buffer.api.pool.PooledBufferAllocator
- PoolSubpageMetric - Interface in io.netty5.buffer.api.pool
-
Metrics for a sub-page.
- port() - Method in class io.netty5.handler.codec.http.HttpScheme
- port() - Method in class io.netty5.handler.codec.http.websocketx.WebSocketScheme
- PORT - Static variable in class io.netty5.handler.codec.rtsp.RtspHeaderValues
-
"port"
- position() - Method in class io.netty5.channel.DefaultFileRegion
- position() - Method in interface io.netty5.channel.FileRegion
-
Returns the offset in the file where the transfer began.
- POST - Static variable in class io.netty5.handler.codec.http.HttpMethod
-
The POST method is used to request that the origin server accept the entity enclosed in the request as a new subordinate of the resource identified by the Request-URI in the Request-Line.
- PRAGMA - Static variable in class io.netty5.handler.codec.http.HttpHeaderNames
-
"pragma"
- PRECONDITION_FAILED - Static variable in class io.netty5.handler.codec.http.HttpResponseStatus
-
412 Precondition Failed
- PRECONDITION_FAILED - Static variable in class io.netty5.handler.codec.rtsp.RtspResponseStatuses
-
412 Precondition Failed
- PRECONDITION_REQUIRED - Static variable in class io.netty5.handler.codec.http.HttpResponseStatus
-
428 Precondition Required (RFC6585)
- prefaceReceived() - Method in class io.netty5.handler.codec.http2.DecoratingHttp2ConnectionDecoder
- prefaceReceived() - Method in class io.netty5.handler.codec.http2.DefaultHttp2ConnectionDecoder
- prefaceReceived() - Method in interface io.netty5.handler.codec.http2.Http2ConnectionDecoder
-
Indicates whether or not the first initial
SETTINGS
frame was received from the remote endpoint. - preferredAllocator() - Static method in class io.netty5.buffer.api.DefaultBufferAllocators
-
Get the preferred, shared allocator.
- preflightResponseHeader(CharSequence, Iterable<T>) - Method in class io.netty5.handler.codec.http.cors.CorsConfig.Builder
-
Deprecated.
- preflightResponseHeader(CharSequence, Iterable<T>) - Method in class io.netty5.handler.codec.http.cors.CorsConfigBuilder
-
Returns HTTP response headers that should be added to a CORS preflight response.
- preflightResponseHeader(CharSequence, Object...) - Method in class io.netty5.handler.codec.http.cors.CorsConfig.Builder
-
Deprecated.
- preflightResponseHeader(CharSequence, Object...) - Method in class io.netty5.handler.codec.http.cors.CorsConfigBuilder
-
Returns HTTP response headers that should be added to a CORS preflight response.
- preflightResponseHeader(CharSequence, Callable<T>) - Method in class io.netty5.handler.codec.http.cors.CorsConfigBuilder
-
Returns HTTP response headers that should be added to a CORS preflight response.
- preflightResponseHeader(String, Callable<T>) - Method in class io.netty5.handler.codec.http.cors.CorsConfig.Builder
-
Deprecated.
- preflightResponseHeaders() - Method in class io.netty5.handler.codec.http.cors.CorsConfig
-
Returns HTTP response headers that should be added to a CORS preflight response.
- PrematureChannelClosureException - Exception in io.netty5.handler.codec
-
A
CodecException
which is thrown when aChannel
is closed unexpectedly before the codec finishes handling the current message, such as missing response while waiting for a request. - PrematureChannelClosureException() - Constructor for exception io.netty5.handler.codec.PrematureChannelClosureException
-
Creates a new instance.
- PrematureChannelClosureException(String) - Constructor for exception io.netty5.handler.codec.PrematureChannelClosureException
-
Creates a new instance.
- PrematureChannelClosureException(String, Throwable) - Constructor for exception io.netty5.handler.codec.PrematureChannelClosureException
-
Creates a new instance.
- PrematureChannelClosureException(Throwable) - Constructor for exception io.netty5.handler.codec.PrematureChannelClosureException
-
Creates a new instance.
- prepareDecompressBuffer(BufferAllocator, Buffer, int) - Method in class io.netty5.handler.codec.compression.ZlibDecompressor
-
Allocate or expand the decompression buffer, without exceeding the maximum allocation.
- prepareSend() - Method in class io.netty5.buffer.api.internal.ResourceSupport
-
Prepare this instance for ownership transfer.
- prepareToClose() - Method in class io.netty5.channel.AbstractChannel
-
Prepares to close the
Channel
. - prepareToClose() - Method in class io.netty5.channel.epoll.EpollSocketChannel
- prepareToClose() - Method in class io.netty5.channel.kqueue.KQueueSocketChannel
- prepareToClose() - Method in class io.netty5.channel.socket.nio.NioSocketChannel
- prepareToDestroy() - Method in class io.netty5.channel.epoll.EpollHandler
- prepareToDestroy() - Method in interface io.netty5.channel.IoHandler
-
Prepare to destroy this
IoHandler
. - prepareToDestroy() - Method in class io.netty5.channel.kqueue.KQueueHandler
- prepareToDestroy() - Method in class io.netty5.channel.local.LocalHandler
- prepareToDestroy() - Method in class io.netty5.channel.nio.NioHandler
- prepareUpgradeFrom(ChannelHandlerContext) - Method in class io.netty5.handler.codec.http.HttpClientCodec
-
Prepares to upgrade to another protocol from HTTP.
- prepareUpgradeFrom(ChannelHandlerContext) - Method in interface io.netty5.handler.codec.http.HttpClientUpgradeHandler.SourceCodec
-
Removes or disables the encoder of this codec so that the
HttpClientUpgradeHandler.UpgradeCodec
can send an initial greeting (if any). - prepareUpgradeResponse(ChannelHandlerContext, FullHttpRequest, HttpHeaders) - Method in interface io.netty5.handler.codec.http.HttpServerUpgradeHandler.UpgradeCodec
-
Prepares the
upgradeHeaders
for a protocol update based upon the contents ofupgradeRequest
. - prepareUpgradeResponse(ChannelHandlerContext, FullHttpRequest, HttpHeaders) - Method in class io.netty5.handler.codec.http2.Http2ServerUpgradeCodec
- priority() - Method in interface io.netty5.util.concurrent.ThreadProperties
- PRIORITY - Static variable in class io.netty5.handler.codec.http2.Http2Flags
- PRIORITY - Static variable in class io.netty5.handler.codec.http2.Http2FrameTypes
- PRIORITY_ENTRY_LENGTH - Static variable in class io.netty5.handler.codec.http2.Http2CodecUtil
- PRIORITY_FRAME_LENGTH - Static variable in class io.netty5.handler.codec.http2.Http2CodecUtil
- priorityChanged(T) - Method in class io.netty5.util.internal.DefaultPriorityQueue
- priorityChanged(T) - Method in class io.netty5.util.internal.EmptyPriorityQueue
- priorityChanged(T) - Method in interface io.netty5.util.internal.PriorityQueue
-
Notify the queue that the priority for
node
has changed. - priorityPresent() - Method in class io.netty5.handler.codec.http2.Http2Flags
-
Determines whether the flag is set indicating the presence of the exclusive, stream dependency, and weight fields in a HEADERS frame.
- priorityPresent(boolean) - Method in class io.netty5.handler.codec.http2.Http2Flags
-
Sets the
Http2Flags.PRIORITY
flag. - PriorityQueue<T> - Interface in io.netty5.util.internal
- priorityQueueIndex(DefaultPriorityQueue<?>) - Method in interface io.netty5.util.internal.PriorityQueueNode
-
Get the last value set by
PriorityQueueNode.priorityQueueIndex(DefaultPriorityQueue, int)
for the value corresponding toqueue
. - priorityQueueIndex(DefaultPriorityQueue<?>, int) - Method in interface io.netty5.util.internal.PriorityQueueNode
-
Used by
DefaultPriorityQueue
to maintain state for an element in the queue. - PriorityQueueNode - Interface in io.netty5.util.internal
-
Provides methods for
DefaultPriorityQueue
to maintain internal state. - PRIVATE - Static variable in class io.netty5.handler.codec.http.HttpHeaderValues
-
"private"
- PRIVATE - Static variable in class io.netty5.handler.codec.rtsp.RtspHeaderValues
-
"private"
- PRIVATE_KEY_METHOD - Static variable in class io.netty5.handler.ssl.OpenSslContextOption
-
Set the
OpenSslPrivateKeyMethod
to use. - privateKey() - Method in class io.netty5.handler.ssl.util.SelfSignedCertificate
-
Returns the generated EC/RSA private key file in PEM format.
- probes() - Method in class io.netty5.channel.epoll.EpollTcpInfo
- process(byte) - Method in class io.netty5.util.ByteProcessor.IndexNotOfProcessor
- process(byte) - Method in class io.netty5.util.ByteProcessor.IndexOfProcessor
- process(byte) - Method in interface io.netty5.util.ByteProcessor
- process(int, ReadableComponent) - Method in interface io.netty5.buffer.api.ReadableComponentProcessor
-
Process the given component at the given index in the
iteration
. - process(int, ReadableComponent) - Method in class io.netty5.channel.unix.IovArray
- process(int, WritableComponent) - Method in interface io.netty5.buffer.api.WritableComponentProcessor
-
Process the given component at the given index in the
Buffer.forEachWritable(int, WritableComponentProcessor)
iteration}. - process(int, WritableComponent) - Method in class io.netty5.channel.unix.IovArray
- process(int, WritableComponent) - Method in class io.netty5.channel.unix.RecvFromAddressDomainSocket
- process(ReadableComponent, int) - Method in class io.netty5.channel.unix.IovArray
- process(WritableComponent, int) - Method in class io.netty5.channel.unix.IovArray
- process(ByteProcessor) - Method in interface io.netty5.buffer.api.ByteCursor
-
Process the remaining bytes in this iterator with the given
ByteProcessor
. - processHandshake(Channel, HttpResponse) - Method in class io.netty5.handler.codec.http.websocketx.WebSocketClientHandshaker
-
Process the opening handshake initiated by
WebSocketClientHandshaker.handshake(io.netty5.channel.Channel)
}. - processHeadersBegin(ChannelHandlerContext, Http2Stream, Http2Headers, boolean, boolean, boolean) - Method in class io.netty5.handler.codec.http2.InboundHttp2ToHttpAdapter
-
Provides translation between HTTP/2 and HTTP header objects while ensuring the stream is in a valid state for additional headers.
- PROCESSING - Static variable in class io.netty5.handler.codec.http.HttpResponseStatus
-
102 Processing (WebDAV, RFC2518)
- processMessage(Object) - Method in interface io.netty5.channel.ChannelOutboundBuffer.MessageProcessor
-
Will be called for each flushed message until it either there are no more flushed messages or this method returns
false
. - processMessage(Object) - Method in class io.netty5.channel.unix.IovArray
- progress() - Method in class io.netty5.handler.codec.http.HttpChunkedInput
- progress() - Method in class io.netty5.handler.codec.http.websocketx.WebSocketChunkedInput
- progress() - Method in class io.netty5.handler.codec.http2.Http2DataChunkedInput
- progress() - Method in class io.netty5.handler.stream.ChunkedFile
- progress() - Method in interface io.netty5.handler.stream.ChunkedInput
-
Returns current transfer progress.
- progress() - Method in class io.netty5.handler.stream.ChunkedNioFile
- progress() - Method in class io.netty5.handler.stream.ChunkedNioStream
- progress() - Method in class io.netty5.handler.stream.ChunkedStream
- progress(long) - Method in class io.netty5.channel.ChannelOutboundBuffer
-
Notify the
Promise
of the current message about writing progress. - promise - Variable in class io.netty5.handler.codec.http2.DefaultHttp2ConnectionEncoder.FlowControlledBase
- promise() - Method in class io.netty5.util.internal.PendingWrite
- Promise<V> - Interface in io.netty5.util.concurrent
-
Special
Future
which is writable. - PromiseCombiner - Class in io.netty5.util.concurrent
-
A promise combiner monitors the outcome of a number of discrete futures, then notifies a final, aggregate promise when all of the combined futures are finished.
- PromiseCombiner(EventExecutor) - Constructor for class io.netty5.util.concurrent.PromiseCombiner
-
The
EventExecutor
to use for notifications. - promisedRequestVerifier() - Method in class io.netty5.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
-
Get the
Http2PromisedRequestVerifier
to use. - promisedRequestVerifier(Http2PromisedRequestVerifier) - Method in class io.netty5.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
-
Set the
Http2PromisedRequestVerifier
to use. - promisedStreamId() - Method in class io.netty5.handler.codec.http2.DefaultHttp2PushPromiseFrame
- promisedStreamId() - Method in interface io.netty5.handler.codec.http2.Http2PushPromiseFrame
-
Promised Stream ID
- PromiseNotificationUtil - Class in io.netty5.util.internal
-
Internal utilities to notify
Promise
s. - propagateSettings(boolean) - Method in class io.netty5.handler.codec.http2.AbstractInboundHttp2ToHttpAdapterBuilder
-
Specifies whether a read settings frame should be propagated along the channel pipeline.
- propagateSettings(boolean) - Method in class io.netty5.handler.codec.http2.InboundHttp2ToHttpAdapterBuilder
- protocol() - Method in interface io.netty5.handler.codec.http.HttpClientUpgradeHandler.UpgradeCodec
-
Returns the name of the protocol supported by this codec, as indicated by the
'UPGRADE'
header. - protocol() - Method in class io.netty5.handler.codec.http.HttpServerUpgradeHandler.UpgradeEvent
-
The protocol that the channel has been upgraded to.
- protocol() - Method in class io.netty5.handler.codec.http2.Http2ClientUpgradeCodec
- protocol() - Method in class io.netty5.handler.ssl.ApplicationProtocolConfig
-
Get which application level protocol negotiation to use.
- protocol() - Method in interface io.netty5.handler.ssl.OpenSslApplicationProtocolNegotiator
-
Deprecated.Returns the
ApplicationProtocolConfig.Protocol
which should be used. - protocol() - Method in class io.netty5.handler.ssl.OpenSslDefaultApplicationProtocolNegotiator
-
Deprecated.
- protocol() - Method in class io.netty5.handler.ssl.OpenSslNpnApplicationProtocolNegotiator
-
Deprecated.
- PROTOCOL - io.netty5.handler.codec.http2.Http2Headers.PseudoHeaderName
-
:protocol
, as defined in RFC 8441, Bootstrapping WebSockets with HTTP/2. - PROTOCOL_ERROR - io.netty5.handler.codec.http2.Http2Error
- PROTOCOL_ERROR - Static variable in class io.netty5.handler.codec.http.websocketx.WebSocketCloseStatus
- ProtocolDetectionResult<T> - Class in io.netty5.handler.codec
-
Result of detecting a protocol.
- ProtocolDetectionState - Enum in io.netty5.handler.codec
-
The state of the current detection.
- ProtocolEvent - Interface in io.netty5.handler.codec
-
An application-level event propagated via an
ChannelPipeline
, such as a TLS or WebSocket handshake event. - protocolFamily() - Method in class io.netty5.channel.unix.Socket
- protocolListenerFactory() - Method in interface io.netty5.handler.ssl.JdkApplicationProtocolNegotiator
-
Deprecated.
- protocolName() - Method in class io.netty5.handler.codec.http.HttpVersion
-
Returns the name of the protocol such as
"HTTP"
in"HTTP/1.0"
. - protocols() - Method in interface io.netty5.handler.ssl.ApplicationProtocolNegotiator
-
Deprecated.Get the collection of application protocols supported by this application (in preference order).
- protocols() - Method in class io.netty5.handler.ssl.OpenSslDefaultApplicationProtocolNegotiator
-
Deprecated.
- protocols() - Method in class io.netty5.handler.ssl.OpenSslNpnApplicationProtocolNegotiator
-
Deprecated.
- protocols(Iterable<String>) - Method in class io.netty5.handler.ssl.SslContextBuilder
-
The TLS protocol versions to enable.
- protocols(String...) - Method in class io.netty5.handler.ssl.SslContextBuilder
-
The TLS protocol versions to enable.
- protocolSelectorFactory() - Method in interface io.netty5.handler.ssl.JdkApplicationProtocolNegotiator
-
Deprecated.
- protocolVersion() - Method in class io.netty5.handler.codec.http.DefaultHttpMessage
- protocolVersion() - Method in interface io.netty5.handler.codec.http.HttpMessage
-
Returns the protocol version of this
HttpMessage
- PROXY_AUTHENTICATE - Static variable in class io.netty5.handler.codec.http.HttpHeaderNames
-
"proxy-authenticate"
- PROXY_AUTHENTICATE - Static variable in class io.netty5.handler.codec.rtsp.RtspHeaderNames
-
"proxy-authenticate"
- PROXY_AUTHENTICATION_REQUIRED - Static variable in class io.netty5.handler.codec.http.HttpResponseStatus
-
407 Proxy Authentication Required
- PROXY_AUTHENTICATION_REQUIRED - Static variable in class io.netty5.handler.codec.rtsp.RtspResponseStatuses
-
407 Proxy Authentication Required
- PROXY_AUTHORIZATION - Static variable in class io.netty5.handler.codec.http.HttpHeaderNames
-
"proxy-authorization"
- PROXY_CONNECTION - Static variable in class io.netty5.handler.codec.http.HttpHeaderNames
-
Deprecated.use
HttpHeaderNames.CONNECTION
"proxy-connection"
- PROXY_REQUIRE - Static variable in class io.netty5.handler.codec.rtsp.RtspHeaderNames
-
"proxy-require"
- PROXY_REVALIDATE - Static variable in class io.netty5.handler.codec.http.HttpHeaderValues
-
"proxy-revalidate"
- PROXY_REVALIDATE - Static variable in class io.netty5.handler.codec.rtsp.RtspHeaderValues
-
"proxy-revalidate"
- PTR - Static variable in class io.netty5.handler.codec.dns.DnsRecordType
-
Pointer record RFC 1035 Pointer to a canonical name.
- PUBLIC - Static variable in class io.netty5.handler.codec.http.HttpHeaderValues
-
"public"
- PUBLIC - Static variable in class io.netty5.handler.codec.rtsp.RtspHeaderNames
-
"public"
- PUBLIC - Static variable in class io.netty5.handler.codec.rtsp.RtspHeaderValues
-
"public"
- PUSH_PROMISE - Static variable in class io.netty5.handler.codec.http2.Http2FrameTypes
- PUSH_PROMISE_FRAME_HEADER_LENGTH - Static variable in class io.netty5.handler.codec.http2.Http2CodecUtil
- pushEnabled() - Method in class io.netty5.handler.codec.http2.Http2Settings
-
Gets the
SETTINGS_ENABLE_PUSH
value. - pushEnabled(boolean) - Method in class io.netty5.handler.codec.http2.Http2Settings
-
Sets the
SETTINGS_ENABLE_PUSH
value. - pushPromiseSent() - Method in interface io.netty5.handler.codec.http2.Http2Stream
-
Indicates that a push promise was sent to the remote endpoint.
- pushStream() - Method in class io.netty5.handler.codec.http2.DefaultHttp2PushPromiseFrame
- pushStream() - Method in interface io.netty5.handler.codec.http2.Http2PushPromiseFrame
-
Returns the Promise
Http2FrameStream
object for this frame, ornull
if the frame has yet to be associated with a stream. - pushStream(Http2FrameStream) - Method in class io.netty5.handler.codec.http2.DefaultHttp2PushPromiseFrame
- pushStream(Http2FrameStream) - Method in interface io.netty5.handler.codec.http2.Http2PushPromiseFrame
-
Set the Promise
Http2FrameStream
object for this frame. - put(byte, V) - Method in class io.netty5.util.collection.ByteObjectHashMap
- put(byte, V) - Method in interface io.netty5.util.collection.ByteObjectMap
-
Puts the given entry into the map.
- put(char, Long) - Method in class io.netty5.handler.codec.http2.Http2Settings
-
Adds the given setting key/value pair.
- put(char, V) - Method in class io.netty5.util.collection.CharObjectHashMap
- put(char, V) - Method in interface io.netty5.util.collection.CharObjectMap
-
Puts the given entry into the map.
- put(int, V) - Method in class io.netty5.util.collection.IntObjectHashMap
- put(int, V) - Method in interface io.netty5.util.collection.IntObjectMap
-
Puts the given entry into the map.
- put(long, long) - Method in class io.netty5.util.internal.LongLongHashMap
- put(long, V) - Method in class io.netty5.util.collection.LongObjectHashMap
- put(long, V) - Method in interface io.netty5.util.collection.LongObjectMap
-
Puts the given entry into the map.
- put(short, V) - Method in class io.netty5.util.collection.ShortObjectHashMap
- put(short, V) - Method in interface io.netty5.util.collection.ShortObjectMap
-
Puts the given entry into the map.
- put(Byte, V) - Method in class io.netty5.util.collection.ByteObjectHashMap
- put(Character, V) - Method in class io.netty5.util.collection.CharObjectHashMap
- put(Integer, V) - Method in class io.netty5.util.collection.IntObjectHashMap
- put(Long, V) - Method in class io.netty5.util.collection.LongObjectHashMap
- put(Short, V) - Method in class io.netty5.util.collection.ShortObjectHashMap
- PUT - Static variable in class io.netty5.handler.codec.http.HttpMethod
-
The PUT method requests that the enclosed entity be stored under the supplied Request-URI.
- putAll(Map<? extends Byte, ? extends V>) - Method in class io.netty5.util.collection.ByteObjectHashMap
- putAll(Map<? extends Character, ? extends V>) - Method in class io.netty5.util.collection.CharObjectHashMap
- putAll(Map<? extends Integer, ? extends V>) - Method in class io.netty5.util.collection.IntObjectHashMap
- putAll(Map<? extends Long, ? extends V>) - Method in class io.netty5.util.collection.LongObjectHashMap
- putAll(Map<? extends Short, ? extends V>) - Method in class io.netty5.util.collection.ShortObjectHashMap
- putByte(byte[], int, byte) - Static method in class io.netty5.util.internal.PlatformDependent
- putByte(long, byte) - Static method in class io.netty5.util.internal.PlatformDependent
- putByte(Object, long, byte) - Static method in class io.netty5.util.internal.PlatformDependent
- putChar(Object, long, char) - Static method in class io.netty5.util.internal.PlatformDependent
- putDouble(Object, long, double) - Static method in class io.netty5.util.internal.PlatformDependent
- putFloat(Object, long, float) - Static method in class io.netty5.util.internal.PlatformDependent
- putInt(byte[], int, int) - Static method in class io.netty5.util.internal.PlatformDependent
- putInt(long, int) - Static method in class io.netty5.util.internal.PlatformDependent
- putInt(Object, long, int) - Static method in class io.netty5.util.internal.PlatformDependent
- putIntOrdered(long, int) - Static method in class io.netty5.util.internal.PlatformDependent
- putLong(byte[], int, long) - Static method in class io.netty5.util.internal.PlatformDependent
- putLong(long, long) - Static method in class io.netty5.util.internal.PlatformDependent
- putLong(Object, long, long) - Static method in class io.netty5.util.internal.PlatformDependent
- putMessage(Http2Stream, FullHttpMessage<?>) - Method in class io.netty5.handler.codec.http2.InboundHttp2ToHttpAdapter
-
Make
message
be the state associated withstream
. - putObject(Object, long, Object) - Static method in class io.netty5.util.internal.PlatformDependent
- putShort(byte[], int, short) - Static method in class io.netty5.util.internal.PlatformDependent
- putShort(long, short) - Static method in class io.netty5.util.internal.PlatformDependent
- putShort(Object, long, short) - Static method in class io.netty5.util.internal.PlatformDependent
Q
- query(DnsQuestion) - Method in class io.netty5.resolver.dns.DnsNameResolver
-
Sends a DNS query with the specified question.
- query(DnsQuestion, Promise<AddressedEnvelope<? extends DnsResponse, InetSocketAddress>>) - Method in class io.netty5.resolver.dns.DnsNameResolver
-
Sends a DNS query with the specified question.
- query(DnsQuestion, Iterable<DnsRecord>) - Method in class io.netty5.resolver.dns.DnsNameResolver
-
Sends a DNS query with the specified question with additional records.
- query(InetSocketAddress, DnsQuestion) - Method in class io.netty5.resolver.dns.DnsNameResolver
-
Sends a DNS query with the specified question using the specified name server list.
- query(InetSocketAddress, DnsQuestion, Promise<AddressedEnvelope<? extends DnsResponse, InetSocketAddress>>) - Method in class io.netty5.resolver.dns.DnsNameResolver
-
Sends a DNS query with the specified question using the specified name server list.
- query(InetSocketAddress, DnsQuestion, Iterable<DnsRecord>) - Method in class io.netty5.resolver.dns.DnsNameResolver
-
Sends a DNS query with the specified question with additional records using the specified name server list.
- query(InetSocketAddress, DnsQuestion, Iterable<DnsRecord>, Promise<AddressedEnvelope<? extends DnsResponse, InetSocketAddress>>) - Method in class io.netty5.resolver.dns.DnsNameResolver
-
Sends a DNS query with the specified question with additional records using the specified name server list.
- QUERY - Static variable in class io.netty5.handler.codec.dns.DnsOpCode
-
The 'Query' DNS OpCode, as defined in RFC1035.
- queryCancelled(int) - Method in class io.netty5.resolver.dns.BiDnsQueryLifecycleObserver
- queryCancelled(int) - Method in interface io.netty5.resolver.dns.DnsQueryLifecycleObserver
-
The query may have been written but it was cancelled at some point.
- queryCNAMEd(DnsQuestion) - Method in class io.netty5.resolver.dns.BiDnsQueryLifecycleObserver
- queryCNAMEd(DnsQuestion) - Method in interface io.netty5.resolver.dns.DnsQueryLifecycleObserver
-
The query returned a CNAME which we may attempt to follow with a new query.
- queryFailed(Throwable) - Method in class io.netty5.resolver.dns.BiDnsQueryLifecycleObserver
- queryFailed(Throwable) - Method in interface io.netty5.resolver.dns.DnsQueryLifecycleObserver
-
The following criteria are possible: IO Error Server responded with an invalid DNS response Server responded with a valid DNS response, but it didn't progress the resolution
- queryNoAnswer(DnsResponseCode) - Method in class io.netty5.resolver.dns.BiDnsQueryLifecycleObserver
- queryNoAnswer(DnsResponseCode) - Method in interface io.netty5.resolver.dns.DnsQueryLifecycleObserver
-
The response to the query didn't provide the expected response code, but it didn't return
DnsResponseCode.NXDOMAIN
so we may try to query again. - queryRedirected(List<InetSocketAddress>) - Method in class io.netty5.resolver.dns.BiDnsQueryLifecycleObserver
- queryRedirected(List<InetSocketAddress>) - Method in interface io.netty5.resolver.dns.DnsQueryLifecycleObserver
-
The query has been redirected to another list of DNS servers.
- QueryStringDecoder - Class in io.netty5.handler.codec.http
-
Splits an HTTP query string into a path string and key-value parameter pairs.
- QueryStringDecoder(String) - Constructor for class io.netty5.handler.codec.http.QueryStringDecoder
-
Creates a new decoder that decodes the specified URI.
- QueryStringDecoder(String, boolean) - Constructor for class io.netty5.handler.codec.http.QueryStringDecoder
-
Creates a new decoder that decodes the specified URI encoded in the specified charset.
- QueryStringDecoder(String, Charset) - Constructor for class io.netty5.handler.codec.http.QueryStringDecoder
-
Creates a new decoder that decodes the specified URI encoded in the specified charset.
- QueryStringDecoder(String, Charset, boolean) - Constructor for class io.netty5.handler.codec.http.QueryStringDecoder
-
Creates a new decoder that decodes the specified URI encoded in the specified charset.
- QueryStringDecoder(String, Charset, boolean, int) - Constructor for class io.netty5.handler.codec.http.QueryStringDecoder
-
Creates a new decoder that decodes the specified URI encoded in the specified charset.
- QueryStringDecoder(String, Charset, boolean, int, boolean) - Constructor for class io.netty5.handler.codec.http.QueryStringDecoder
-
Creates a new decoder that decodes the specified URI encoded in the specified charset.
- QueryStringDecoder(URI) - Constructor for class io.netty5.handler.codec.http.QueryStringDecoder
-
Creates a new decoder that decodes the specified URI.
- QueryStringDecoder(URI, Charset) - Constructor for class io.netty5.handler.codec.http.QueryStringDecoder
-
Creates a new decoder that decodes the specified URI encoded in the specified charset.
- QueryStringDecoder(URI, Charset, int) - Constructor for class io.netty5.handler.codec.http.QueryStringDecoder
-
Creates a new decoder that decodes the specified URI encoded in the specified charset.
- QueryStringDecoder(URI, Charset, int, boolean) - Constructor for class io.netty5.handler.codec.http.QueryStringDecoder
-
Creates a new decoder that decodes the specified URI encoded in the specified charset.
- QueryStringEncoder - Class in io.netty5.handler.codec.http
-
Creates a URL-encoded URI from a path string and key-value parameter pairs.
- QueryStringEncoder(String) - Constructor for class io.netty5.handler.codec.http.QueryStringEncoder
-
Creates a new encoder that encodes a URI that starts with the specified path string.
- QueryStringEncoder(String, Charset) - Constructor for class io.netty5.handler.codec.http.QueryStringEncoder
-
Creates a new encoder that encodes a URI that starts with the specified path string in the specified charset.
- querySucceed() - Method in class io.netty5.resolver.dns.BiDnsQueryLifecycleObserver
- querySucceed() - Method in interface io.netty5.resolver.dns.DnsQueryLifecycleObserver
-
The query received the expected results.
- queryTimeoutMillis() - Method in class io.netty5.resolver.dns.DnsNameResolver
-
Returns the timeout of each DNS query performed by this resolver (in milliseconds).
- queryTimeoutMillis(long) - Method in class io.netty5.resolver.dns.DnsNameResolverBuilder
-
Sets the timeout of each DNS query performed by this resolver (in milliseconds).
- queryWritten(InetSocketAddress, Future<Void>) - Method in class io.netty5.resolver.dns.BiDnsQueryLifecycleObserver
- queryWritten(InetSocketAddress, Future<Void>) - Method in interface io.netty5.resolver.dns.DnsQueryLifecycleObserver
-
The query has been written.
- question() - Method in exception io.netty5.resolver.dns.DnsNameResolverException
-
Returns the
DnsQuestion
of the DNS query that has failed. - QUESTION - io.netty5.handler.codec.dns.DnsSection
-
The section that contains
DnsQuestion
s. - queueSize() - Method in class io.netty5.handler.traffic.ChannelTrafficShapingHandler
- queuesSize() - Method in class io.netty5.handler.traffic.GlobalChannelTrafficShapingHandler
- queuesSize() - Method in class io.netty5.handler.traffic.GlobalTrafficShapingHandler
- QUOTED_PRINTABLE - Static variable in class io.netty5.handler.codec.http.HttpHeaderValues
-
"quoted-printable"
R
- RANGE - Static variable in class io.netty5.handler.codec.http.HttpHeaderNames
-
"range"
- RANGE - Static variable in class io.netty5.handler.codec.rtsp.RtspHeaderNames
-
"range"
- rawPath() - Method in class io.netty5.handler.codec.http.QueryStringDecoder
-
Returns the raw path string of the URI.
- rawQuery() - Method in class io.netty5.handler.codec.http.QueryStringDecoder
-
Returns raw query string of the URI.
- RawUnixChannelOption - Class in io.netty5.channel.unix
- RawUnixChannelOption(String, int, int, int) - Constructor for class io.netty5.channel.unix.RawUnixChannelOption
-
Creates a new instance.
- RCVBUFFER_ALLOCATOR - Static variable in class io.netty5.channel.ChannelOption
- rcvMss() - Method in class io.netty5.channel.epoll.EpollTcpInfo
- rcvRtt() - Method in class io.netty5.channel.epoll.EpollTcpInfo
- rcvSpace() - Method in class io.netty5.channel.epoll.EpollTcpInfo
- rcvSsthresh() - Method in class io.netty5.channel.epoll.EpollTcpInfo
- rcvWscale() - Method in class io.netty5.channel.epoll.EpollTcpInfo
- read() - Method in class io.netty5.buffer.BufferInputStream
- read() - Method in interface io.netty5.channel.Channel
- read() - Method in interface io.netty5.channel.ChannelHandlerContext
- read() - Method in interface io.netty5.channel.ChannelOutboundInvoker
-
Request to Read data from the
Channel
into the first inbound buffer, triggers anChannelHandler.channelRead(ChannelHandlerContext, Object)
event if data was read, and triggers achannelReadComplete
event so the handler can decide to continue reading. - read() - Method in class io.netty5.channel.DefaultChannelPipeline
- read() - Method in class io.netty5.channel.internal.DelegatingChannelHandlerContext
- read(byte[], int, int) - Method in class io.netty5.buffer.BufferInputStream
- read(ChannelHandlerContext) - Method in interface io.netty5.channel.ChannelHandler
-
Intercepts
ChannelHandlerContext.read()
. - read(ChannelHandlerContext) - Method in class io.netty5.channel.CombinedChannelDuplexHandler
- read(ChannelHandlerContext) - Method in class io.netty5.handler.codec.DatagramPacketEncoder
- read(ChannelHandlerContext) - Method in class io.netty5.handler.flow.FlowControlHandler
- read(ChannelHandlerContext) - Method in class io.netty5.handler.ssl.SslClientHelloHandler
- read(ChannelHandlerContext) - Method in class io.netty5.handler.ssl.SslHandler
- read(ChannelHandlerContext) - Method in class io.netty5.handler.traffic.AbstractTrafficShapingHandler
- read(ByteBuffer, int, int) - Method in class io.netty5.channel.unix.FileDescriptor
- readableArray() - Method in interface io.netty5.buffer.api.ReadableComponent
-
Get a byte array of the contents of this component.
- readableArrayLength() - Method in interface io.netty5.buffer.api.ReadableComponent
-
The number of bytes in the
ReadableComponent.readableArray()
that belong to this component. - readableArrayOffset() - Method in interface io.netty5.buffer.api.ReadableComponent
-
An offset into the
ReadableComponent.readableArray()
where this component starts. - readableBuffer() - Method in interface io.netty5.buffer.api.ReadableComponent
-
Get a
ByteBuffer
instance for this memory component. - readableBytes() - Method in interface io.netty5.buffer.api.Buffer
-
Returns the number of readable bytes which is equal to
(writerOffset() - readerOffset())
. - readableBytes() - Method in class io.netty5.buffer.api.BufferStub
- readableBytes() - Method in interface io.netty5.buffer.api.ReadableComponent
-
Get the number of readable bytes from this component.
- readableBytes() - Method in class io.netty5.channel.AbstractCoalescingBufferQueue
-
The number of readable bytes.
- ReadableComponent - Interface in io.netty5.buffer.api
-
A view onto the buffer component being processed in a given iteration of
Buffer.forEachReadable(int, ReadableComponentProcessor)
. - ReadableComponentProcessor<E extends Exception> - Interface in io.netty5.buffer.api
-
A processor of readable components.
- readableNativeAddress() - Method in interface io.netty5.buffer.api.ReadableComponent
-
Give the native memory address backing this buffer, or return 0 if this buffer has no native memory address.
- readAddress(long, int, int) - Method in class io.netty5.channel.unix.FileDescriptor
- readBoolean() - Method in interface io.netty5.buffer.api.BufferAccessor
-
Read the boolean value at the current
Buffer.readerOffset()
, and increases the reader offset byByte.BYTES
. - readBoolean() - Method in class io.netty5.buffer.api.BufferStub
- readBoolean() - Method in class io.netty5.buffer.BufferInputStream
- readByte() - Method in interface io.netty5.buffer.api.BufferAccessor
-
Read the byte value at the current
Buffer.readerOffset()
, and increases the reader offset byByte.BYTES
. - readByte() - Method in class io.netty5.buffer.api.BufferStub
- readByte() - Method in interface io.netty5.buffer.api.ByteCursor
-
Check if the iterator has at least one byte left, and if so, read that byte and move the cursor forward.
- readByte() - Method in class io.netty5.buffer.BufferInputStream
- readBytes() - Method in class io.netty5.buffer.BufferInputStream
-
Returns the number of read bytes by this stream so far.
- readBytes(byte[], int, int) - Method in interface io.netty5.buffer.api.Buffer
-
Read from this buffer, into the destination array, the given number of bytes.
- readBytes(byte[], int, int) - Method in class io.netty5.buffer.api.BufferStub
- readBytes(byte[], int, int) - Method in interface io.netty5.buffer.api.CompositeBuffer
- readBytes(ByteBuffer) - Method in interface io.netty5.buffer.api.Buffer
-
Read from this buffer, into the destination
ByteBuffer
This updates the read offset of this buffer and also the position of the destinationByteBuffer
. - readBytes(ByteBuffer) - Method in class io.netty5.buffer.api.BufferStub
- readBytes(ByteBuffer) - Method in interface io.netty5.buffer.api.CompositeBuffer
- readChar() - Method in interface io.netty5.buffer.api.BufferAccessor
-
Read the char value at the current
Buffer.readerOffset()
, and increases the reader offset by 2. - readChar() - Method in class io.netty5.buffer.api.BufferStub
- readChar() - Method in class io.netty5.buffer.BufferInputStream
- readCharSequence(int, Charset) - Method in interface io.netty5.buffer.api.Buffer
- readCharSequence(int, Charset) - Method in class io.netty5.buffer.api.BufferStub
- readCharSequence(Buffer, int, Charset) - Static method in interface io.netty5.buffer.api.internal.Statics
- readChunk(BufferAllocator) - Method in class io.netty5.handler.codec.http.HttpChunkedInput
- readChunk(BufferAllocator) - Method in class io.netty5.handler.codec.http.websocketx.WebSocketChunkedInput
-
Fetches a chunked data from the stream.
- readChunk(BufferAllocator) - Method in class io.netty5.handler.codec.http2.Http2DataChunkedInput
- readChunk(BufferAllocator) - Method in class io.netty5.handler.stream.ChunkedFile
- readChunk(BufferAllocator) - Method in interface io.netty5.handler.stream.ChunkedInput
-
Fetches a chunked data from the stream.
- readChunk(BufferAllocator) - Method in class io.netty5.handler.stream.ChunkedNioFile
- readChunk(BufferAllocator) - Method in class io.netty5.handler.stream.ChunkedNioStream
- readChunk(BufferAllocator) - Method in class io.netty5.handler.stream.ChunkedStream
- readComplete() - Method in class io.netty5.channel.DefaultMaxMessagesRecvBufferAllocator.MaxMessageHandle
- readComplete() - Method in interface io.netty5.channel.RecvBufferAllocator.Handle
-
The read has completed.
- readDouble() - Method in interface io.netty5.buffer.api.BufferAccessor
-
Read the double value at the current
Buffer.readerOffset()
, and increases the reader offset byDouble.BYTES
. - readDouble() - Method in class io.netty5.buffer.api.BufferStub
- readDouble() - Method in class io.netty5.buffer.BufferInputStream
- READER_IDLE - io.netty5.handler.timeout.IdleState
-
No data was received for a while.
- READER_IDLE_STATE_EVENT - Static variable in class io.netty5.handler.timeout.IdleStateEvent
- readerOffset() - Method in interface io.netty5.buffer.api.Buffer
-
Get the current reader offset.
- readerOffset() - Method in class io.netty5.buffer.api.BufferStub
- readerOffset(int) - Method in interface io.netty5.buffer.api.Buffer
-
Set the reader offset.
- readerOffset(int) - Method in class io.netty5.buffer.api.BufferStub
- readerOffset(int) - Method in interface io.netty5.buffer.api.CompositeBuffer
- readFloat() - Method in interface io.netty5.buffer.api.BufferAccessor
-
Read the float value at the current
Buffer.readerOffset()
, and increases the reader offset byFloat.BYTES
. - readFloat() - Method in class io.netty5.buffer.api.BufferStub
- readFloat() - Method in class io.netty5.buffer.BufferInputStream
- readFrame(ChannelHandlerContext, Buffer, Http2FrameListener) - Method in class io.netty5.handler.codec.http2.DefaultHttp2FrameReader
- readFrame(ChannelHandlerContext, Buffer, Http2FrameListener) - Method in interface io.netty5.handler.codec.http2.Http2FrameReader
-
Attempts to read the next frame from the input buffer.
- readFrame(ChannelHandlerContext, Buffer, Http2FrameListener) - Method in class io.netty5.handler.codec.http2.Http2InboundFrameLogger
- readFully(byte[]) - Method in class io.netty5.buffer.BufferInputStream
- readFully(byte[], int, int) - Method in class io.netty5.buffer.BufferInputStream
- readIfIsAutoRead() - Method in class io.netty5.channel.AbstractChannel
- readInbound() - Method in class io.netty5.channel.embedded.EmbeddedChannel
-
Return received data from this
Channel
- readInt() - Method in interface io.netty5.buffer.api.BufferAccessor
-
Read the int value at the current
Buffer.readerOffset()
, and increases the reader offset byInteger.BYTES
. - readInt() - Method in class io.netty5.buffer.api.BufferStub
- readInt() - Method in class io.netty5.buffer.BufferInputStream
- readInterestOp - Variable in class io.netty5.channel.nio.AbstractNioChannel
- readLine() - Method in class io.netty5.buffer.BufferInputStream
- readLong() - Method in interface io.netty5.buffer.api.BufferAccessor
-
Read the long value at the current
Buffer.readerOffset()
, and increases the reader offset byLong.BYTES
. - readLong() - Method in class io.netty5.buffer.api.BufferStub
- readLong() - Method in class io.netty5.buffer.BufferInputStream
- readMedium() - Method in interface io.netty5.buffer.api.BufferAccessor
-
Read the int value at the current
Buffer.readerOffset()
, and increases the reader offset by 3. - readMedium() - Method in class io.netty5.buffer.api.BufferStub
- readNow() - Method in class io.netty5.channel.nio.AbstractNioByteChannel
- readNow() - Method in class io.netty5.channel.nio.AbstractNioChannel
- readNow() - Method in class io.netty5.channel.nio.AbstractNioMessageChannel
- readOnly() - Method in interface io.netty5.buffer.api.Buffer
-
Queries if this buffer is read-only or not.
- readOnly() - Method in class io.netty5.buffer.api.BufferStub
- ReadOnlyHttp2Headers - Class in io.netty5.handler.codec.http2
-
A variant of
Http2Headers
which only supports read-only methods. - ReadOnlyHttpHeaders - Class in io.netty5.handler.codec.http
-
A variant of
HttpHeaders
which only supports read-only methods. - ReadOnlyHttpHeaders(boolean, CharSequence...) - Constructor for class io.netty5.handler.codec.http.ReadOnlyHttpHeaders
-
Create a new instance.
- ReadOnlyIterator<T> - Class in io.netty5.util.internal
- ReadOnlyIterator(Iterator<? extends T>) - Constructor for class io.netty5.util.internal.ReadOnlyIterator
- readOutbound() - Method in class io.netty5.channel.embedded.EmbeddedChannel
-
Read data from the outbound.
- readResolve() - Method in class io.netty5.util.internal.logging.AbstractInternalLogger
- readShort() - Method in interface io.netty5.buffer.api.BufferAccessor
-
Read the short value at the current
Buffer.readerOffset()
, and increases the reader offset byShort.BYTES
. - readShort() - Method in class io.netty5.buffer.api.BufferStub
- readShort() - Method in class io.netty5.buffer.BufferInputStream
- readSplit(int) - Method in interface io.netty5.buffer.api.Buffer
-
Splits the buffer into two, at
length
number of bytes from the current Buffer.readerOffset() reader offset} position. - readSplit(int) - Method in class io.netty5.buffer.api.BufferStub
- readTimedOut(ChannelHandlerContext) - Method in class io.netty5.handler.timeout.ReadTimeoutHandler
-
Is called when a read timeout was detected.
- ReadTimeoutException - Exception in io.netty5.handler.timeout
-
A
TimeoutException
raised byReadTimeoutHandler
when no data was read within a certain period of time. - ReadTimeoutException() - Constructor for exception io.netty5.handler.timeout.ReadTimeoutException
- ReadTimeoutException(String) - Constructor for exception io.netty5.handler.timeout.ReadTimeoutException
- ReadTimeoutHandler - Class in io.netty5.handler.timeout
-
Raises a
ReadTimeoutException
when no data was read within a certain period of time. - ReadTimeoutHandler(int) - Constructor for class io.netty5.handler.timeout.ReadTimeoutHandler
-
Creates a new instance.
- ReadTimeoutHandler(long, TimeUnit) - Constructor for class io.netty5.handler.timeout.ReadTimeoutHandler
-
Creates a new instance.
- readTimeToWait(long, long, long) - Method in class io.netty5.handler.traffic.TrafficCounter
-
Deprecated.
- readTimeToWait(long, long, long, long) - Method in class io.netty5.handler.traffic.TrafficCounter
-
Returns the time to wait (if any) for the given length message, using the given limitTraffic and the max wait time.
- readTransport() - Method in class io.netty5.channel.AbstractChannel.DefaultAbstractChannelPipeline
- readTransport() - Method in class io.netty5.channel.DefaultChannelPipeline
-
Schedules a read operation on the transport that fills the inbound buffer of the first
ChannelHandler
in theChannelPipeline
. - readUnsignedByte() - Method in interface io.netty5.buffer.api.BufferAccessor
-
Read the unsigned byte value at the current
Buffer.readerOffset()
, and increases the reader offset byByte.BYTES
. - readUnsignedByte() - Method in class io.netty5.buffer.api.BufferStub
- readUnsignedByte() - Method in class io.netty5.buffer.BufferInputStream
- readUnsignedInt() - Method in interface io.netty5.buffer.api.BufferAccessor
-
Read the unsigned int value at the current
Buffer.readerOffset()
, and increases the reader offset byInteger.BYTES
. - readUnsignedInt() - Method in class io.netty5.buffer.api.BufferStub
- readUnsignedInt(Buffer) - Static method in class io.netty5.handler.codec.http2.Http2CodecUtil
-
Reads a big-endian (31-bit) integer from the buffer.
- readUnsignedMedium() - Method in interface io.netty5.buffer.api.BufferAccessor
-
Read the unsigned int value at the current
Buffer.readerOffset()
, and increases the reader offset by 3. - readUnsignedMedium() - Method in class io.netty5.buffer.api.BufferStub
- readUnsignedShort() - Method in interface io.netty5.buffer.api.BufferAccessor
-
Read the unsigned short value at the current
Buffer.readerOffset()
, and increases the reader offset byShort.BYTES
. - readUnsignedShort() - Method in class io.netty5.buffer.api.BufferStub
- readUnsignedShort() - Method in class io.netty5.buffer.BufferInputStream
- readUTF() - Method in class io.netty5.buffer.BufferInputStream
- reallocateDirectNoCleaner(ByteBuffer, int) - Static method in class io.netty5.util.internal.PlatformDependent
-
Reallocate a new
ByteBuffer
with the givencapacity
. - reallocateMemory(long, long) - Static method in class io.netty5.util.internal.PlatformDependent
- reason() - Method in annotation type io.netty5.util.SuppressForbidden
- reasonPhrase() - Method in class io.netty5.handler.codec.http.HttpResponseStatus
-
Returns the reason phrase of this
HttpResponseStatus
. - reasonText() - Method in class io.netty5.handler.codec.http.websocketx.CloseWebSocketFrame
-
Returns the reason text as per RFC 6455 If a reason text is not supplied, an empty string is returned.
- reasonText() - Method in class io.netty5.handler.codec.http.websocketx.WebSocketCloseStatus
- receive() - Method in class io.netty5.buffer.api.internal.SendFromOwned
- receive() - Method in class io.netty5.util.internal.SendFromSupplier
- receive() - Method in interface io.netty5.util.Send
-
Receive the
Resource
instance being sent, and bind its ownership to the calling thread. - receive(Buffer) - Method in class io.netty5.buffer.api.BufferHolder
-
Called when a sent
BufferHolder
is received by the recipient. - receive(Buffer) - Method in class io.netty5.buffer.api.BufferRef
- receive(Buffer) - Method in class io.netty5.handler.codec.http.websocketx.BinaryWebSocketFrame
- receive(Buffer) - Method in class io.netty5.handler.codec.http.websocketx.CloseWebSocketFrame
- receive(Buffer) - Method in class io.netty5.handler.codec.http.websocketx.ContinuationWebSocketFrame
- receive(Buffer) - Method in class io.netty5.handler.codec.http.websocketx.PingWebSocketFrame
- receive(Buffer) - Method in class io.netty5.handler.codec.http.websocketx.PongWebSocketFrame
- receive(Buffer) - Method in class io.netty5.handler.codec.http.websocketx.TextWebSocketFrame
- receive(Buffer) - Method in class io.netty5.handler.codec.http2.DefaultHttp2GoAwayFrame
- receive(Buffer) - Method in class io.netty5.handler.codec.http2.DefaultHttp2UnknownFrame
- receive(Buffer) - Method in class io.netty5.handler.ssl.PemPrivateKey
- receivedAmount() - Method in class io.netty5.channel.unix.DatagramSocketAddress
- receivedAmount() - Method in class io.netty5.channel.unix.DomainDatagramSocketAddress
- receiveFlowControlledFrame(Http2Stream, Buffer, int, boolean) - Method in class io.netty5.handler.codec.http2.DefaultHttp2LocalFlowController
- receiveFlowControlledFrame(Http2Stream, Buffer, int, boolean) - Method in interface io.netty5.handler.codec.http2.Http2LocalFlowController
-
Receives an inbound
DATA
frame from the remote endpoint and applies flow control policies to it for both thestream
as well as the connection. - recipient() - Method in interface io.netty5.channel.AddressedEnvelope
-
Returns the address of the recipient of this message.
- recipient() - Method in class io.netty5.channel.DefaultAddressedEnvelope
- recipient() - Method in class io.netty5.handler.codec.dns.DatagramDnsQuery
- recipient() - Method in class io.netty5.handler.codec.dns.DatagramDnsResponse
- record() - Method in interface io.netty5.util.ResourceLeakTracker
-
Records the caller's current stack trace so that the
ResourceLeakDetector
can tell where the leaked resource was accessed lastly. - record(Object) - Method in interface io.netty5.util.ResourceLeakTracker
-
Records the caller's current stack trace and the specified additional arbitrary information so that the
ResourceLeakDetector
can tell where the leaked resource was accessed lastly. - RECORD - Static variable in class io.netty5.handler.codec.rtsp.RtspMethods
-
The RECORD getMethod initiates recording a range of media data according to the presentation description.
- recordAt(DnsSection) - Method in class io.netty5.handler.codec.dns.AbstractDnsMessage
- recordAt(DnsSection) - Method in interface io.netty5.handler.codec.dns.DnsMessage
-
Returns the first record in the specified
section
of this DNS message. - recordAt(DnsSection, int) - Method in class io.netty5.handler.codec.dns.AbstractDnsMessage
- recordAt(DnsSection, int) - Method in interface io.netty5.handler.codec.dns.DnsMessage
-
Returns the record at the specified
index
of the specifiedsection
of this DNS message. - recoverMemory(AllocatorControl, Object, Drop<Buffer>) - Method in class io.netty5.buffer.api.bytebuffer.ByteBufferMemoryManager
- recoverMemory(AllocatorControl, Object, Drop<Buffer>) - Method in interface io.netty5.buffer.api.MemoryManager
-
Recover the memory from a prior
MemoryManager.unwrapRecoverableMemory(Buffer)
call, and wrap it in aBuffer
instance. - recoverMemory(AllocatorControl, Object, Drop<Buffer>) - Method in class io.netty5.buffer.api.unsafe.UnsafeMemoryManager
- recursionDesired(boolean) - Method in class io.netty5.resolver.dns.DnsNameResolverBuilder
-
Sets if this resolver has to send a DNS query with the RD (recursion desired) flag set.
- recvBufAllocHandle() - Method in class io.netty5.channel.AbstractChannel
- RecvBufferAllocator - Interface in io.netty5.channel
-
Allocates a new receive buffer whose capacity is probably large enough to read all inbound data and small enough not to waste its space.
- RecvBufferAllocator.Handle - Interface in io.netty5.channel
- recvFd() - Method in class io.netty5.channel.unix.Socket
- recvFrom(ByteBuffer, int, int) - Method in class io.netty5.channel.unix.Socket
- recvFromAddress(long, int, int) - Method in class io.netty5.channel.unix.Socket
- recvFromAddressDomainSocket(long, int, int) - Method in class io.netty5.channel.unix.Socket
- RecvFromAddressDomainSocket - Class in io.netty5.channel.unix
-
This class facilitates datagram reads from domain sockets, into buffers.
- RecvFromAddressDomainSocket(Socket) - Constructor for class io.netty5.channel.unix.RecvFromAddressDomainSocket
- recvFromDomainSocket(ByteBuffer, int, int) - Method in class io.netty5.channel.unix.Socket
- RecyclableArrayList - Class in io.netty5.util.internal
-
A simple list which is recyclable.
- recycle() - Method in class io.netty5.util.internal.PendingWrite
-
Clear and recycle this instance.
- recycle() - Method in class io.netty5.util.internal.RecyclableArrayList
-
Clear and recycle this instance.
- recycle(T) - Method in interface io.netty5.util.internal.ObjectPool.Handle
-
Recycle the
Object
if possible and so make it ready to be reused. - recycle(T, Recycler.Handle<T>) - Method in class io.netty5.util.Recycler
-
Deprecated.
- recycleAndGet() - Method in class io.netty5.util.internal.PendingWrite
-
Recycle this instance and return the
Promise
. - Recycler<T> - Class in io.netty5.util
-
Light-weight object pool based on a thread-local stack.
- Recycler() - Constructor for class io.netty5.util.Recycler
- Recycler(int) - Constructor for class io.netty5.util.Recycler
- Recycler(int, int) - Constructor for class io.netty5.util.Recycler
-
Deprecated.
- Recycler(int, int, int) - Constructor for class io.netty5.util.Recycler
- Recycler(int, int, int, int) - Constructor for class io.netty5.util.Recycler
-
Deprecated.
- Recycler(int, int, int, int, int) - Constructor for class io.netty5.util.Recycler
-
Deprecated.
- Recycler.Handle<T> - Interface in io.netty5.util
- REDIRECT - Static variable in class io.netty5.handler.codec.rtsp.RtspMethods
-
The REDIRECT request informs the client that it must connect to another server location.
- REDIRECTION - io.netty5.handler.codec.http.HttpStatusClass
-
The redirection class (3xx)
- refCnt() - Method in class io.netty5.handler.ssl.ReferenceCountedOpenSslContext
- refCnt() - Method in class io.netty5.handler.ssl.ReferenceCountedOpenSslEngine
- refCnt() - Method in class io.netty5.util.AbstractReferenceCounted
- refCnt() - Method in interface io.netty5.util.ReferenceCounted
-
Returns the reference count of this object.
- refCnt(Object) - Static method in class io.netty5.util.ReferenceCountUtil
-
Returns reference count of a
ReferenceCounted
object. - refCnt(T) - Method in class io.netty5.util.internal.ReferenceCountUpdater
- ReferenceCounted - Interface in io.netty5.util
-
A reference-counted object that requires explicit deallocation.
- ReferenceCountedOpenSslClientContext - Class in io.netty5.handler.ssl
-
A client-side
SslContext
which uses OpenSSL's SSL/TLS implementation. - ReferenceCountedOpenSslContext - Class in io.netty5.handler.ssl
-
An implementation of
SslContext
which works with libraries that support the OpenSsl C library API. - ReferenceCountedOpenSslEngine - Class in io.netty5.handler.ssl
-
Implements a
SSLEngine
using OpenSSL BIO abstractions. - ReferenceCountedOpenSslServerContext - Class in io.netty5.handler.ssl
-
A server-side
SslContext
which uses OpenSSL's SSL/TLS implementation. - ReferenceCountUpdater<T extends ReferenceCounted> - Class in io.netty5.util.internal
-
Common logic for
ReferenceCounted
implementations - ReferenceCountUpdater() - Constructor for class io.netty5.util.internal.ReferenceCountUpdater
- ReferenceCountUtil - Class in io.netty5.util
-
Collection of method to handle objects that may implement
ReferenceCounted
. - referentIsInstanceOf(Class<?>) - Method in class io.netty5.buffer.api.internal.SendFromOwned
- referentIsInstanceOf(Class<?>) - Method in class io.netty5.util.internal.SendFromSupplier
- referentIsInstanceOf(Class<?>) - Method in interface io.netty5.util.Send
-
Determine if the object received from this
Send
is an instance of the given class. - REFERER - Static variable in class io.netty5.handler.codec.http.HttpHeaderNames
-
"referer"
- REFERER - Static variable in class io.netty5.handler.codec.rtsp.RtspHeaderNames
-
"referer"
- ReflectionUtil - Class in io.netty5.util.internal
- ReflectiveChannelFactory<T extends Channel> - Class in io.netty5.channel
-
A
ChannelFactory
that instantiates a newChannel
by invoking its default constructor reflectively. - ReflectiveChannelFactory(Class<? extends T>) - Constructor for class io.netty5.channel.ReflectiveChannelFactory
- ReflectiveServerChannelFactory<T extends ServerChannel> - Class in io.netty5.channel
-
A
ChannelFactory
that instantiates a newServerChannel
by invoking its default constructor reflectively. - ReflectiveServerChannelFactory(Class<? extends T>) - Constructor for class io.netty5.channel.ReflectiveServerChannelFactory
- REFUSED - Static variable in class io.netty5.handler.codec.dns.DnsResponseCode
-
The 'Refused' DNS RCODE (5), as defined in RFC1035.
- REFUSED_STREAM - io.netty5.handler.codec.http2.Http2Error
- regionMatches(boolean, int, CharSequence, int, int) - Method in class io.netty5.util.AsciiString
-
Compares the specified string to this string and compares the specified range of characters to determine if they are the same.
- regionMatches(int, CharSequence, int, int) - Method in class io.netty5.util.AsciiString
-
Compares the specified string to this string and compares the specified range of characters to determine if they are the same.
- regionMatches(CharSequence, boolean, int, CharSequence, int, int) - Static method in class io.netty5.util.AsciiString
-
This methods make regionMatches operation correctly for any chars in strings
- regionMatchesAscii(CharSequence, boolean, int, CharSequence, int, int) - Static method in class io.netty5.util.AsciiString
-
This is optimized version of regionMatches for string with ASCII chars only
- register() - Method in class io.netty5.bootstrap.AbstractBootstrap
- register() - Method in interface io.netty5.channel.Channel
- register() - Method in interface io.netty5.channel.ChannelOutboundInvoker
-
Request to register on the
EventExecutor
for I/O processing. - register() - Method in class io.netty5.channel.DefaultChannelPipeline
- register() - Method in class io.netty5.channel.embedded.EmbeddedChannel
- register() - Method in class io.netty5.channel.internal.DelegatingChannelHandlerContext
- register(ChannelHandlerContext) - Method in interface io.netty5.channel.ChannelHandler
-
Called once a register operation is made to register for IO on the
EventLoop
. - register(ChannelHandlerContext) - Method in class io.netty5.channel.CombinedChannelDuplexHandler
- register(IoHandle) - Method in class io.netty5.channel.epoll.EpollHandler
- register(IoHandle) - Method in interface io.netty5.channel.IoHandler
-
Register a
Channel
for IO. - register(IoHandle) - Method in class io.netty5.channel.kqueue.KQueueHandler
- register(IoHandle) - Method in class io.netty5.channel.local.LocalHandler
- register(IoHandle) - Method in class io.netty5.channel.nio.NioHandler
- registerForIo(IoHandle) - Method in interface io.netty5.channel.EventLoop
- registerForIo(IoHandle) - Method in class io.netty5.channel.SingleThreadEventLoop
- registerInternal(Runnable) - Static method in class io.netty5.channel.unix.Unix
-
Internal method...
- registerTransport(Promise<Void>) - Method in class io.netty5.channel.AbstractChannel.DefaultAbstractChannelPipeline
- registerTransport(Promise<Void>) - Method in class io.netty5.channel.DefaultChannelPipeline
-
Register the transport and notify the
Promise
once the operation was completed. - registerTransportNow() - Method in class io.netty5.channel.local.LocalChannel
- registerTransportNow() - Method in class io.netty5.channel.local.LocalServerChannel
- reject() - Static method in class io.netty5.util.concurrent.RejectedExecutionHandlers
-
Returns a
RejectedExecutionHandler
that will always just throw aRejectedExecutionException
. - reject() - Static method in class io.netty5.util.concurrent.SingleThreadEventExecutor
- REJECT - io.netty5.handler.ipfilter.IpFilterRuleType
- rejected(Runnable, SingleThreadEventExecutor) - Method in interface io.netty5.util.concurrent.RejectedExecutionHandler
-
Called when someone tried to add a task to
SingleThreadEventExecutor
but this failed due capacity restrictions. - RejectedExecutionHandler - Interface in io.netty5.util.concurrent
-
Similar to
RejectedExecutionHandler
but specific toSingleThreadEventExecutor
. - RejectedExecutionHandlers - Class in io.netty5.util.concurrent
-
Expose helper methods which create different
RejectedExecutionHandler
s. - rejectResponse(BufferAllocator, HttpRequest) - Method in class io.netty5.handler.codec.http.HttpServerExpectContinueHandler
-
Returns the appropriate 4XX
HttpResponse
for the givenHttpRequest
. - release() - Method in class io.netty5.channel.unix.IovArray
-
Release the
IovArray
. - release() - Method in class io.netty5.handler.ssl.ReferenceCountedOpenSslContext
- release() - Method in class io.netty5.handler.ssl.ReferenceCountedOpenSslEngine
- release() - Method in class io.netty5.handler.traffic.GlobalChannelTrafficShapingHandler
-
Release all internal resources of this instance.
- release() - Method in class io.netty5.handler.traffic.GlobalTrafficShapingHandler
-
Release all internal resources of this instance.
- release() - Method in class io.netty5.util.AbstractReferenceCounted
- release() - Method in interface io.netty5.util.ReferenceCounted
-
Decreases the reference count by
1
and deallocates this object if the reference count reaches at0
. - release(int) - Method in class io.netty5.handler.ssl.ReferenceCountedOpenSslContext
- release(int) - Method in class io.netty5.handler.ssl.ReferenceCountedOpenSslEngine
- release(int) - Method in class io.netty5.util.AbstractReferenceCounted
- release(int) - Method in interface io.netty5.util.ReferenceCounted
-
Decreases the reference count by the specified
decrement
and deallocates this object if the reference count reaches at0
. - release(Object) - Static method in class io.netty5.util.ReferenceCountUtil
-
Try to call
ReferenceCounted.release()
if the specified message implementsReferenceCounted
. - release(Object, int) - Static method in class io.netty5.util.ReferenceCountUtil
-
Try to call
ReferenceCounted.release(int)
if the specified message implementsReferenceCounted
. - release(T) - Method in class io.netty5.util.internal.ReferenceCountUpdater
- release(T, int) - Method in class io.netty5.util.internal.ReferenceCountUpdater
- releaseAndFailAll(ChannelOutboundInvoker, Throwable) - Method in class io.netty5.channel.AbstractCoalescingBufferQueue
-
Release all buffers in the queue and complete all listeners and promises.
- releaseAndFailAll(Throwable) - Method in class io.netty5.channel.CoalescingBufferQueue
-
Release all buffers in the queue and complete all listeners and promises.
- releaseInbound() - Method in class io.netty5.channel.embedded.EmbeddedChannel
-
Release all buffered inbound messages and return
true
if any were in the inbound buffer,false
otherwise. - releaseOutbound() - Method in class io.netty5.channel.embedded.EmbeddedChannel
-
Release all buffered outbound messages and return
true
if any were in the outbound buffer,false
otherwise. - remote() - Method in class io.netty5.handler.codec.http2.DefaultHttp2Connection
- remote() - Method in interface io.netty5.handler.codec.http2.Http2Connection
-
Gets a view of this connection from the remote
Http2Connection.Endpoint
. - remoteAddress() - Method in class io.netty5.bootstrap.BootstrapConfig
-
Returns the configured remote address or
null
if non is configured yet. - remoteAddress() - Method in class io.netty5.channel.AbstractChannel
- remoteAddress() - Method in interface io.netty5.channel.Channel
-
Returns the remote address where this channel is connected to.
- remoteAddress() - Method in class io.netty5.channel.unix.RecvFromAddressDomainSocket
- remoteAddress() - Method in class io.netty5.channel.unix.Socket
- remoteAddress() - Method in exception io.netty5.resolver.dns.DnsNameResolverException
-
Returns the
InetSocketAddress
of the DNS query that has failed. - remoteAddress(String, int) - Method in class io.netty5.bootstrap.Bootstrap
- remoteAddress(InetAddress, int) - Method in class io.netty5.bootstrap.Bootstrap
- remoteAddress(SocketAddress) - Method in class io.netty5.bootstrap.Bootstrap
-
The
SocketAddress
to connect to once theBootstrap.connect()
method is called. - remoteAddress(SocketAddress, SocketAddress) - Method in class io.netty5.handler.address.DynamicAddressConnectHandler
-
Returns the remote
SocketAddress
to use forChannelOutboundInvoker.connect(SocketAddress, SocketAddress)
based on the originalremoteAddress
andlocalAddress
. - remoteAddress0() - Method in class io.netty5.channel.AbstractChannel
-
Return the
SocketAddress
which theChannel
is connected to. - remoteAddress0() - Method in class io.netty5.channel.AbstractServerChannel
- remoteAddress0() - Method in class io.netty5.channel.embedded.EmbeddedChannel
- remoteAddress0() - Method in class io.netty5.channel.kqueue.KQueueServerSocketChannel
- remoteAddress0() - Method in class io.netty5.channel.local.LocalChannel
- remoteAddress0() - Method in class io.netty5.channel.socket.nio.NioDatagramChannel
- remoteAddress0() - Method in class io.netty5.channel.socket.nio.NioServerSocketChannel
- remoteAddress0() - Method in class io.netty5.channel.socket.nio.NioSocketChannel
- remoteSettings(Http2Settings) - Method in class io.netty5.handler.codec.http2.DecoratingHttp2ConnectionEncoder
- remoteSettings(Http2Settings) - Method in class io.netty5.handler.codec.http2.DefaultHttp2ConnectionEncoder
- remoteSettings(Http2Settings) - Method in interface io.netty5.handler.codec.http2.Http2ConnectionEncoder
-
Sets the settings for the remote endpoint of the HTTP/2 connection.
- remoteSettings(Http2Settings) - Method in class io.netty5.handler.codec.http2.StreamBufferingEncoder
- remoteSideOpen() - Method in enum io.netty5.handler.codec.http2.Http2Stream.State
-
Indicates whether the remote side of this stream is open (i.e. the state is either
Http2Stream.State.OPEN
orHttp2Stream.State.HALF_CLOSED_LOCAL
). - remove() - Method in class io.netty5.channel.ChannelOutboundBuffer
-
Will remove the current message, mark its
Promise
as success and returntrue
. - remove() - Method in class io.netty5.channel.PendingWriteQueue
-
Removes a pending write operation and release its message via
Resource.dispose(Object)
. - remove() - Method in class io.netty5.handler.codec.DefaultHeaders.HeaderEntry
- remove() - Method in interface io.netty5.util.Attribute
-
Deprecated.please consider using
Attribute.set(Object)
(with value ofnull
). - remove() - Method in class io.netty5.util.concurrent.FastThreadLocal
-
Sets the value to uninitialized for the specified thread local map.
- remove() - Method in class io.netty5.util.internal.EmptyPriorityQueue
- remove() - Method in class io.netty5.util.internal.ReadOnlyIterator
- remove(byte) - Method in class io.netty5.util.collection.ByteObjectHashMap
- remove(byte) - Method in interface io.netty5.util.collection.ByteObjectMap
-
Removes the entry with the specified key.
- remove(char) - Method in class io.netty5.util.collection.CharObjectHashMap
- remove(char) - Method in interface io.netty5.util.collection.CharObjectMap
-
Removes the entry with the specified key.
- remove(int) - Method in class io.netty5.util.collection.IntObjectHashMap
- remove(int) - Method in interface io.netty5.util.collection.IntObjectMap
-
Removes the entry with the specified key.
- remove(int, Promise<Void>) - Method in class io.netty5.channel.CoalescingBufferQueue
-
Remove a
Buffer
from the queue with the specified number of bytes. - remove(long) - Method in class io.netty5.util.collection.LongObjectHashMap
- remove(long) - Method in interface io.netty5.util.collection.LongObjectMap
-
Removes the entry with the specified key.
- remove(long) - Method in class io.netty5.util.internal.LongLongHashMap
- remove(long) - Method in class io.netty5.util.internal.LongPriorityQueue
- remove(short) - Method in class io.netty5.util.collection.ShortObjectHashMap
- remove(short) - Method in interface io.netty5.util.collection.ShortObjectMap
-
Removes the entry with the specified key.
- remove(BufferAllocator, int, Promise<Void>) - Method in class io.netty5.channel.AbstractCoalescingBufferQueue
-
Remove a
Buffer
from the queue with the specified number of bytes. - remove(ChannelHandler) - Method in interface io.netty5.channel.ChannelPipeline
-
Removes the specified
ChannelHandler
from this pipeline. - remove(ChannelHandler) - Method in class io.netty5.channel.DefaultChannelPipeline
- remove(CharSequence) - Method in class io.netty5.handler.codec.http.DefaultHttpHeaders
- remove(CharSequence) - Method in class io.netty5.handler.codec.http.HttpHeaders
-
Removes the header with the specified name.
- remove(CharSequence) - Method in class io.netty5.handler.codec.http2.ReadOnlyHttp2Headers
- remove(Class<T>) - Method in interface io.netty5.channel.ChannelPipeline
-
Removes the
ChannelHandler
of the specified type from this pipeline. - remove(Class<T>) - Method in class io.netty5.channel.DefaultChannelPipeline
- remove(Object) - Method in class io.netty5.channel.group.DefaultChannelGroup
- remove(Object) - Method in class io.netty5.util.collection.ByteObjectHashMap
- remove(Object) - Method in class io.netty5.util.collection.CharObjectHashMap
- remove(Object) - Method in class io.netty5.util.collection.IntObjectHashMap
- remove(Object) - Method in class io.netty5.util.collection.LongObjectHashMap
- remove(Object) - Method in class io.netty5.util.collection.ShortObjectHashMap
- remove(Object) - Method in class io.netty5.util.internal.DefaultPriorityQueue
- remove(Object) - Method in class io.netty5.util.internal.EmptyPriorityQueue
- remove(String) - Method in interface io.netty5.channel.ChannelPipeline
-
Removes the
ChannelHandler
with the specified name from this pipeline. - remove(String) - Method in class io.netty5.channel.DefaultChannelPipeline
- remove(String) - Method in class io.netty5.handler.codec.http.DefaultHttpHeaders
- remove(String) - Method in class io.netty5.handler.codec.http.EmptyHttpHeaders
- remove(String) - Method in class io.netty5.handler.codec.http.HttpHeaders
- remove(String) - Method in class io.netty5.handler.codec.http.ReadOnlyHttpHeaders
- remove(Throwable) - Method in class io.netty5.channel.ChannelOutboundBuffer
- remove(K) - Method in class io.netty5.handler.codec.DefaultHeaders
- remove(K) - Method in class io.netty5.handler.codec.EmptyHeaders
- remove(K) - Method in interface io.netty5.handler.codec.Headers
-
Removes all headers with the specified
name
. - removeAll() - Static method in class io.netty5.util.concurrent.FastThreadLocal
-
Removes all
FastThreadLocal
variables bound to the current thread. - removeAll(Collection<?>) - Method in class io.netty5.util.internal.EmptyPriorityQueue
- removeAndFail(Throwable) - Method in class io.netty5.channel.PendingWriteQueue
-
Remove a pending write operation and fail it with the given
Throwable
. - removeAndFailAll(Throwable) - Method in class io.netty5.channel.PendingWriteQueue
-
Remove all pending write operation and fail them with the given
Throwable
. - removeAndTransfer(Function<Object, Future<Void>>) - Method in class io.netty5.channel.PendingWriteQueue
-
Removes a pending write operation and performs it via
Function.apply(Object)
. - removeAndTransferAll(Function<Object, Future<Void>>) - Method in class io.netty5.channel.PendingWriteQueue
-
Remove all pending write operation and performs them via
Function.apply(Object)
. - removeBytes(long) - Method in class io.netty5.channel.ChannelOutboundBuffer
-
Removes the fully written entries and update the reader index of the partially written entry.
- removeEmptyValue() - Method in class io.netty5.channel.AbstractCoalescingBufferQueue
-
The value to return when
AbstractCoalescingBufferQueue.remove(BufferAllocator, int, Promise)
is called but the queue is empty. - removeEmptyValue() - Method in class io.netty5.channel.CoalescingBufferQueue
- removeFirst() - Method in interface io.netty5.channel.ChannelPipeline
-
Removes the first
ChannelHandler
in this pipeline. - removeFirst() - Method in class io.netty5.channel.DefaultChannelPipeline
- removeFirst(Promise<Void>) - Method in class io.netty5.channel.AbstractCoalescingBufferQueue
-
Remove the first
Buffer
from the queue. - removeHeader(HttpMessage, CharSequence) - Static method in class io.netty5.handler.codec.http.HttpHeaders
-
Deprecated.Use
HttpHeaders.remove(CharSequence)
instead. Removes the header with the specified name. - removeHeader(HttpMessage, String) - Static method in class io.netty5.handler.codec.http.HttpHeaders
-
Deprecated.Use
HttpHeaders.remove(CharSequence)
instead. - removeIfExists(ChannelHandler) - Method in interface io.netty5.channel.ChannelPipeline
-
Removes the specified
ChannelHandler
from this pipeline if it exists - removeIfExists(ChannelHandler) - Method in class io.netty5.channel.DefaultChannelPipeline
- removeIfExists(Class<T>) - Method in interface io.netty5.channel.ChannelPipeline
-
Removes the
ChannelHandler
of the specified type from this pipeline if it exists. - removeIfExists(Class<T>) - Method in class io.netty5.channel.DefaultChannelPipeline
- removeIfExists(String) - Method in interface io.netty5.channel.ChannelPipeline
-
Removes the
ChannelHandler
with the specified name from this pipeline if it exists. - removeIfExists(String) - Method in class io.netty5.channel.DefaultChannelPipeline
- removeInboundHandler() - Method in class io.netty5.channel.CombinedChannelDuplexHandler
-
Removes the inbound
ChannelHandler
that was combined in thisCombinedChannelDuplexHandler
. - removeLast() - Method in interface io.netty5.channel.ChannelPipeline
-
Removes the last
ChannelHandler
in this pipeline. - removeLast() - Method in class io.netty5.channel.DefaultChannelPipeline
- removeListener(Http2Connection.Listener) - Method in class io.netty5.handler.codec.http2.DefaultHttp2Connection
- removeListener(Http2Connection.Listener) - Method in interface io.netty5.handler.codec.http2.Http2Connection
-
Removes a listener of stream life-cycle events.
- removeMessage(Http2Stream, boolean) - Method in class io.netty5.handler.codec.http2.InboundHttp2ToHttpAdapter
-
The stream is out of scope for the HTTP message flow and will no longer be tracked
- removeOutboundHandler() - Method in class io.netty5.channel.CombinedChannelDuplexHandler
-
Removes the outbound
ChannelHandler
that was combined in thisCombinedChannelDuplexHandler
. - removeProperty(Http2Connection.PropertyKey) - Method in interface io.netty5.handler.codec.http2.Http2Stream
-
Returns and removes application-defined data if any was associated with this stream.
- removeReadOp() - Method in class io.netty5.channel.nio.AbstractNioChannel
- removeRecord(DnsSection, int) - Method in class io.netty5.handler.codec.dns.AbstractDnsMessage
- removeRecord(DnsSection, int) - Method in interface io.netty5.handler.codec.dns.DnsMessage
-
Removes the record at the specified
index
of the specifiedsection
from this DNS message. - removeShutdownHook(Runnable) - Method in class io.netty5.util.concurrent.SingleThreadEventExecutor
-
Remove a previous added
Runnable
as a shutdown hook - removeTask(Runnable) - Method in class io.netty5.util.concurrent.SingleThreadEventExecutor
- removeTransferEncodingChunked(HttpMessage) - Static method in class io.netty5.handler.codec.http.HttpHeaders
-
Deprecated.
- removeTyped(T) - Method in class io.netty5.util.internal.DefaultPriorityQueue
- removeTyped(T) - Method in class io.netty5.util.internal.EmptyPriorityQueue
- removeTyped(T) - Method in interface io.netty5.util.internal.PriorityQueue
-
Same as
Collection.remove(Object)
but typed using generics. - renegotiate() - Method in class io.netty5.handler.ssl.SslHandler
-
Performs TLS renegotiation.
- renegotiate(Promise<Channel>) - Method in class io.netty5.handler.ssl.SslHandler
-
Performs TLS renegotiation.
- reordering() - Method in class io.netty5.channel.epoll.EpollTcpInfo
- replace(char, char) - Method in class io.netty5.util.AsciiString
-
Copies this string replacing occurrences of the specified character with another character.
- replace(Buffer) - Method in class io.netty5.channel.BufferAddressedEnvelope
-
Create a new addressed envelope instance, that has the same recipient and sender as this one, but the given content.
- replace(Buffer) - Method in class io.netty5.channel.DefaultBufferAddressedEnvelope
- replace(Buffer) - Method in class io.netty5.channel.socket.DatagramPacket
- replace(Buffer) - Method in class io.netty5.channel.unix.SegmentedDatagramPacket
- replace(Buffer) - Method in class io.netty5.handler.codec.dns.DefaultDnsRawRecord
- replace(ChannelHandler, String, ChannelHandler) - Method in interface io.netty5.channel.ChannelPipeline
-
Replaces the specified
ChannelHandler
with a new handler in this pipeline. - replace(ChannelHandler, String, ChannelHandler) - Method in class io.netty5.channel.DefaultChannelPipeline
- replace(Send<Buffer>) - Method in class io.netty5.buffer.api.BufferRef
-
Replace the underlying referenced buffer with the given buffer.
- replace(Class<T>, String, ChannelHandler) - Method in interface io.netty5.channel.ChannelPipeline
-
Replaces the
ChannelHandler
of the specified type with a new handler in this pipeline. - replace(Class<T>, String, ChannelHandler) - Method in class io.netty5.channel.DefaultChannelPipeline
- replace(String, String, ChannelHandler) - Method in interface io.netty5.channel.ChannelPipeline
-
Replaces the
ChannelHandler
of the specified name with a new handler in this pipeline. - replace(String, String, ChannelHandler) - Method in class io.netty5.channel.DefaultChannelPipeline
- replaceBuffer(Send<Buffer>) - Method in class io.netty5.buffer.api.BufferHolder
-
Replace the underlying referenced buffer with the given buffer.
- replaceBufferVolatile(Send<Buffer>) - Method in class io.netty5.buffer.api.BufferHolder
-
Replace the underlying referenced buffer with the given buffer.
- replaceHandler(ChannelHandlerContext, String, SslContext) - Method in class io.netty5.handler.ssl.SniHandler
-
The default implementation of this method will simply replace
this
SniHandler
instance with aSslHandler
. - reportInstancesLeak(String) - Method in class io.netty5.util.ResourceLeakDetector
-
Deprecated.This method will no longer be invoked by
ResourceLeakDetector
. - reportLeak(LifecycleTracer, String) - Static method in class io.netty5.buffer.api.internal.LeakDetection
-
Called when a leak is detected.
- reportTracedLeak(String, String) - Method in class io.netty5.util.ResourceLeakDetector
-
This method is called when a traced leak is detected.
- reportUntracedLeak(String) - Method in class io.netty5.util.ResourceLeakDetector
-
This method is called when an untraced leak is detected.
- repositoryStatus() - Method in class io.netty5.util.Version
- request() - Method in exception io.netty5.handler.codec.http.websocketx.WebSocketServerHandshakeException
-
Returns a
request
if exception occurs during request validation otherwisenull
. - REQUEST_ENTITY_TOO_LARGE - Static variable in class io.netty5.handler.codec.http.HttpResponseStatus
-
413 Request Entity Too Large
- REQUEST_ENTITY_TOO_LARGE - Static variable in class io.netty5.handler.codec.rtsp.RtspResponseStatuses
-
413 Request Entity Too Large
- REQUEST_HEADER_FIELDS_TOO_LARGE - Static variable in class io.netty5.handler.codec.http.HttpResponseStatus
-
431 Request Header Fields Too Large (RFC6585)
- REQUEST_TIMEOUT - Static variable in class io.netty5.handler.codec.http.HttpResponseStatus
-
408 Request Timeout
- REQUEST_TIMEOUT - Static variable in class io.netty5.handler.codec.rtsp.RtspResponseStatuses
-
408 Request Timeout
- REQUEST_URI_TOO_LONG - Static variable in class io.netty5.handler.codec.http.HttpResponseStatus
-
414 Request-URI Too Long
- REQUEST_URI_TOO_LONG - Static variable in class io.netty5.handler.codec.rtsp.RtspResponseStatuses
-
414 Request-URI Too Long
- REQUESTED_RANGE_NOT_SATISFIABLE - Static variable in class io.netty5.handler.codec.http.HttpResponseStatus
-
416 Requested Range Not Satisfiable
- requestHeaders() - Method in class io.netty5.handler.codec.http.websocketx.WebSocketServerHandshakeCompletionEvent
-
Return the request
HttpHeaders
of the handshake ifProtocolEvent.isSuccess()
returnstrue
,null
otherwise. - requestUri() - Method in class io.netty5.handler.codec.http.websocketx.WebSocketServerHandshakeCompletionEvent
- REQUIRE - io.netty5.handler.ssl.ClientAuth
-
Indicates that the
SSLEngine
will *require* client authentication. - REQUIRE - Static variable in class io.netty5.handler.codec.rtsp.RtspHeaderNames
-
"require"
- requiredUpgradeHeaders() - Method in interface io.netty5.handler.codec.http.HttpServerUpgradeHandler.UpgradeCodec
-
Gets all protocol-specific headers required by this protocol for a successful upgrade.
- requiredUpgradeHeaders() - Method in class io.netty5.handler.codec.http2.Http2ServerUpgradeCodec
- RESERVED_LOCAL - io.netty5.handler.codec.http2.Http2Stream.State
- RESERVED_REMOTE - io.netty5.handler.codec.http2.Http2Stream.State
- reservePushStream(int, Http2Stream) - Method in interface io.netty5.handler.codec.http2.Http2Connection.Endpoint
-
Creates a push stream in the reserved state for this endpoint and notifies all listeners.
- reset() - Method in class io.netty5.buffer.BufferInputStream
- reset() - Method in class io.netty5.channel.DefaultMaxMessagesRecvBufferAllocator.MaxMessageHandle
-
Only
ChannelOption.MAX_MESSAGES_PER_READ
is used. - reset() - Method in interface io.netty5.channel.RecvBufferAllocator.Handle
-
Reset any counters that have accumulated and recommend how many messages/bytes should be read for the next read loop.
- reset() - Method in class io.netty5.handler.codec.compression.Lz4XXHash32
- reset() - Method in class io.netty5.handler.codec.compression.Snappy
- reset() - Method in class io.netty5.handler.codec.DateFormatter
- reset() - Method in class io.netty5.handler.codec.http.HttpObjectDecoder
-
Resets the state of the decoder so that it is ready to decode a new message.
- reset() - Method in class io.netty5.util.internal.AppendableCharSequence
-
Reset the
AppendableCharSequence
. - RESET_CONTENT - Static variable in class io.netty5.handler.codec.http.HttpResponseStatus
-
205 Reset Content
- resetCumulativeTime() - Method in class io.netty5.handler.traffic.GlobalChannelTrafficCounter
- resetCumulativeTime() - Method in class io.netty5.handler.traffic.TrafficCounter
-
Reset both read and written cumulative bytes counters and the associated absolute time from System.currentTimeMillis().
- resetOffsets() - Method in interface io.netty5.buffer.api.Buffer
-
Resets the read offset and the write offset on this buffer to zero, and return this buffer.
- resetOffsets() - Method in class io.netty5.buffer.api.BufferStub
- resetOffsets() - Method in interface io.netty5.buffer.api.CompositeBuffer
- resetRefCnt(T) - Method in class io.netty5.util.internal.ReferenceCountUpdater
-
Resets the reference count to 1
- resetSent() - Method in interface io.netty5.handler.codec.http2.Http2Stream
-
Sets the flag indicating that a
RST_STREAM
frame has been sent from the local endpoint for this stream. - resetStream(ChannelHandlerContext, int, long) - Method in class io.netty5.handler.codec.http2.Http2ConnectionHandler
- resetStream(ChannelHandlerContext, int, long) - Method in interface io.netty5.handler.codec.http2.Http2LifecycleManager
-
Ensure the stream identified by
streamId
is reset. - resolve(String) - Method in interface io.netty5.resolver.NameResolver
-
Resolves the specified name into an address.
- resolve(String) - Method in class io.netty5.resolver.SimpleNameResolver
- resolve(String, Promise<T>) - Method in interface io.netty5.resolver.NameResolver
-
Resolves the specified name into an address.
- resolve(String, Promise<T>) - Method in class io.netty5.resolver.SimpleNameResolver
- resolve(String, Iterable<DnsRecord>) - Method in class io.netty5.resolver.dns.DnsNameResolver
-
Resolves the specified name into an address.
- resolve(String, Iterable<DnsRecord>, Promise<InetAddress>) - Method in class io.netty5.resolver.dns.DnsNameResolver
-
Resolves the specified name into an address.
- resolve(SocketAddress) - Method in class io.netty5.resolver.AbstractAddressResolver
- resolve(SocketAddress) - Method in interface io.netty5.resolver.AddressResolver
-
Resolves the specified address.
- resolve(SocketAddress, Promise<T>) - Method in class io.netty5.resolver.AbstractAddressResolver
- resolve(SocketAddress, Promise<T>) - Method in interface io.netty5.resolver.AddressResolver
-
Resolves the specified address.
- ResolveAddressHandler - Class in io.netty5.handler.address
-
ChannelHandler
which will resolve theSocketAddress
that is passed toResolveAddressHandler.connect(ChannelHandlerContext, SocketAddress, SocketAddress)
if it is not already resolved and theAddressResolver
supports the type ofSocketAddress
. - ResolveAddressHandler(AddressResolverGroup<? extends SocketAddress>) - Constructor for class io.netty5.handler.address.ResolveAddressHandler
- resolveAll(DnsQuestion) - Method in class io.netty5.resolver.dns.DnsNameResolver
-
Resolves the
DnsRecord
s that are matched by the specifiedDnsQuestion
. - resolveAll(DnsQuestion, Iterable<DnsRecord>) - Method in class io.netty5.resolver.dns.DnsNameResolver
-
Resolves the
DnsRecord
s that are matched by the specifiedDnsQuestion
. - resolveAll(DnsQuestion, Iterable<DnsRecord>, Promise<List<DnsRecord>>) - Method in class io.netty5.resolver.dns.DnsNameResolver
-
Resolves the
DnsRecord
s that are matched by the specifiedDnsQuestion
. - resolveAll(String) - Method in interface io.netty5.resolver.NameResolver
-
Resolves the specified host name and port into a list of address.
- resolveAll(String) - Method in class io.netty5.resolver.SimpleNameResolver
- resolveAll(String, Promise<List<T>>) - Method in interface io.netty5.resolver.NameResolver
-
Resolves the specified host name and port into a list of address.
- resolveAll(String, Promise<List<T>>) - Method in class io.netty5.resolver.SimpleNameResolver
- resolveAll(String, Iterable<DnsRecord>) - Method in class io.netty5.resolver.dns.DnsNameResolver
-
Resolves the specified host name and port into a list of address.
- resolveAll(String, Iterable<DnsRecord>, Promise<List<InetAddress>>) - Method in class io.netty5.resolver.dns.DnsNameResolver
-
Resolves the specified host name and port into a list of address.
- resolveAll(SocketAddress) - Method in class io.netty5.resolver.AbstractAddressResolver
- resolveAll(SocketAddress) - Method in interface io.netty5.resolver.AddressResolver
-
Resolves the specified address.
- resolveAll(SocketAddress, Promise<List<T>>) - Method in class io.netty5.resolver.AbstractAddressResolver
- resolveAll(SocketAddress, Promise<List<T>>) - Method in interface io.netty5.resolver.AddressResolver
-
Resolves the specified address.
- resolveCache() - Method in class io.netty5.resolver.dns.DnsNameResolver
-
Returns the resolution cache.
- resolveCache(DnsCache) - Method in class io.netty5.resolver.dns.DnsNameResolverBuilder
-
Sets the cache for resolution results.
- resolvedAddressTypes() - Method in class io.netty5.resolver.dns.DnsNameResolver
-
Returns the
ResolvedAddressTypes
resolved bySimpleNameResolver.resolve(String)
. - resolvedAddressTypes(ResolvedAddressTypes) - Method in class io.netty5.resolver.dns.DnsNameResolverBuilder
-
Sets the list of the protocol families of the address resolved.
- ResolvedAddressTypes - Enum in io.netty5.resolver
-
Defined resolved address types.
- resolver() - Method in class io.netty5.bootstrap.BootstrapConfig
-
Returns the configured
AddressResolverGroup
or the default if non is configured yet. - resolver(AddressResolverGroup<?>) - Method in class io.netty5.bootstrap.Bootstrap
-
Sets the
NameResolver
which will resolve the address of the unresolved named address. - Resource<T extends Resource<T>> - Interface in io.netty5.util
-
A resource that has a life-time, and can be closed.
- ResourceLeakDetector<T> - Class in io.netty5.util
- ResourceLeakDetector(Class<?>, int) - Constructor for class io.netty5.util.ResourceLeakDetector
-
This should not be used directly by users of
ResourceLeakDetector
. - ResourceLeakDetector.Level - Enum in io.netty5.util
-
Represents the level of resource leak detection.
- ResourceLeakDetectorFactory - Class in io.netty5.util
-
This static factory should be used to load
ResourceLeakDetector
s as needed - ResourceLeakDetectorFactory() - Constructor for class io.netty5.util.ResourceLeakDetectorFactory
- ResourceLeakHint - Interface in io.netty5.util
-
A hint object that provides human-readable message for easier resource leak tracking.
- ResourceLeakTracker<T> - Interface in io.netty5.util
- ResourceSupport<I extends Resource<I>,T extends ResourceSupport<I,T>> - Class in io.netty5.buffer.api.internal
-
Internal support class for resources.
- ResourceSupport(Drop<T>) - Constructor for class io.netty5.buffer.api.internal.ResourceSupport
- ResourcesUtil - Class in io.netty5.util.internal
-
A utility class that provides various common operations and constants related to loading resources
- response() - Method in exception io.netty5.handler.codec.http.websocketx.WebSocketClientHandshakeException
-
Returns a
response
if exception occurs during response validation otherwisenull
. - Result(String, Compressor) - Constructor for class io.netty5.handler.codec.http.HttpContentEncoder.Result
- resumeTransfer() - Method in class io.netty5.handler.stream.ChunkedWriteHandler
-
Continues to fetch the chunks from the input.
- retain() - Method in class io.netty5.channel.DefaultFileRegion
- retain() - Method in interface io.netty5.channel.FileRegion
- retain() - Method in class io.netty5.handler.codec.dns.AbstractDnsMessage
- retain() - Method in class io.netty5.handler.codec.dns.DatagramDnsQuery
- retain() - Method in class io.netty5.handler.codec.dns.DatagramDnsResponse
- retain() - Method in class io.netty5.handler.codec.dns.DefaultDnsQuery
- retain() - Method in class io.netty5.handler.codec.dns.DefaultDnsResponse
- retain() - Method in interface io.netty5.handler.codec.dns.DnsMessage
- retain() - Method in interface io.netty5.handler.codec.dns.DnsQuery
- retain() - Method in interface io.netty5.handler.codec.dns.DnsResponse
- retain() - Method in class io.netty5.handler.ssl.ReferenceCountedOpenSslContext
- retain() - Method in class io.netty5.handler.ssl.ReferenceCountedOpenSslEngine
- retain() - Method in class io.netty5.util.AbstractReferenceCounted
- retain() - Method in interface io.netty5.util.ReferenceCounted
-
Increases the reference count by
1
. - retain(int) - Method in class io.netty5.channel.DefaultFileRegion
- retain(int) - Method in interface io.netty5.channel.FileRegion
- retain(int) - Method in class io.netty5.handler.codec.dns.AbstractDnsMessage
- retain(int) - Method in class io.netty5.handler.codec.dns.DatagramDnsQuery
- retain(int) - Method in class io.netty5.handler.codec.dns.DatagramDnsResponse
- retain(int) - Method in class io.netty5.handler.codec.dns.DefaultDnsQuery
- retain(int) - Method in class io.netty5.handler.codec.dns.DefaultDnsResponse
- retain(int) - Method in interface io.netty5.handler.codec.dns.DnsMessage
- retain(int) - Method in interface io.netty5.handler.codec.dns.DnsQuery
- retain(int) - Method in interface io.netty5.handler.codec.dns.DnsResponse
- retain(int) - Method in class io.netty5.handler.ssl.ReferenceCountedOpenSslContext
- retain(int) - Method in class io.netty5.handler.ssl.ReferenceCountedOpenSslEngine
- retain(int) - Method in class io.netty5.util.AbstractReferenceCounted
- retain(int) - Method in interface io.netty5.util.ReferenceCounted
-
Increases the reference count by the specified
increment
. - retain(T) - Method in class io.netty5.util.internal.ReferenceCountUpdater
- retain(T) - Static method in class io.netty5.util.ReferenceCountUtil
-
Try to call
ReferenceCounted.retain()
if the specified message implementsReferenceCounted
. - retain(T, int) - Method in class io.netty5.util.internal.ReferenceCountUpdater
- retain(T, int) - Static method in class io.netty5.util.ReferenceCountUtil
-
Try to call
ReferenceCounted.retain(int)
if the specified message implementsReferenceCounted
. - retainAll(Collection<?>) - Method in class io.netty5.util.internal.EmptyPriorityQueue
- retrans() - Method in class io.netty5.channel.epoll.EpollTcpInfo
- retransmits() - Method in class io.netty5.channel.epoll.EpollTcpInfo
- RETRT_AFTER - Static variable in class io.netty5.handler.codec.rtsp.RtspHeaderNames
-
"retry-after"
- RETRY_AFTER - Static variable in class io.netty5.handler.codec.http.HttpHeaderNames
-
"retry-after"
- reverseMedium(int) - Static method in class io.netty5.buffer.BufferUtil
-
Reverses the byte order (endianness) of a medium
- reverseUnsignedInt(long) - Static method in class io.netty5.buffer.BufferUtil
-
Reverses the byte order (endianness) of an unsigned integer
- reverseUnsignedMedium(int) - Static method in class io.netty5.buffer.BufferUtil
-
Reverses the byte order (endianness) of an unsigned medium
- reverseUnsignedShort(int) - Static method in class io.netty5.buffer.BufferUtil
-
Reverses the byte order (endianness) of an unsigned short
- rotational(Iterable<? extends InetSocketAddress>) - Static method in class io.netty5.resolver.dns.DnsServerAddresses
-
Returns the
DnsServerAddresses
that yields the specifiedaddresses
in a rotational sequential order. - rotational(InetSocketAddress...) - Static method in class io.netty5.resolver.dns.DnsServerAddresses
-
Returns the
DnsServerAddresses
that yields the specifiedaddresses
in a rotational sequential order. - RoundRobinDnsAddressResolverGroup - Class in io.netty5.resolver.dns
-
A
AddressResolverGroup
ofDnsNameResolver
s that supports random selection of destination addresses if multiple are provided by the nameserver. - RoundRobinDnsAddressResolverGroup(ChannelFactory<? extends DatagramChannel>, DnsServerAddressStreamProvider) - Constructor for class io.netty5.resolver.dns.RoundRobinDnsAddressResolverGroup
- RoundRobinDnsAddressResolverGroup(DnsNameResolverBuilder) - Constructor for class io.netty5.resolver.dns.RoundRobinDnsAddressResolverGroup
- RoundRobinDnsAddressResolverGroup(Class<? extends DatagramChannel>, DnsServerAddressStreamProvider) - Constructor for class io.netty5.resolver.dns.RoundRobinDnsAddressResolverGroup
- RoundRobinInetAddressResolver - Class in io.netty5.resolver
-
A
NameResolver
that resolvesInetAddress
and force Round Robin by choosing a single address randomly inSimpleNameResolver.resolve(String)
andSimpleNameResolver.resolve(String, Promise)
if multiple are returned by theNameResolver
. - RoundRobinInetAddressResolver(EventExecutor, NameResolver<InetAddress>) - Constructor for class io.netty5.resolver.RoundRobinInetAddressResolver
- roundToPowerOfTwo(int) - Static method in class io.netty5.util.internal.PlatformDependent
- RP - Static variable in class io.netty5.handler.codec.dns.DnsRecordType
-
Responsible person record RFC 1183 Information about the responsible person(s) for the domain.
- RRSIG - Static variable in class io.netty5.handler.codec.dns.DnsRecordType
-
DNSSEC signature record RFC 4034 Signature for a DNSSEC-secured record set.
- RST_STREAM - Static variable in class io.netty5.handler.codec.http2.Http2FrameTypes
- RST_STREAM_FRAME_LENGTH - Static variable in class io.netty5.handler.codec.http2.Http2CodecUtil
- rsv() - Method in interface io.netty5.handler.codec.http.websocketx.extensions.WebSocketExtension
- rsv() - Method in class io.netty5.handler.codec.http.websocketx.WebSocketFrame
-
Bits used for extensions to the standard.
- RSV1 - Static variable in interface io.netty5.handler.codec.http.websocketx.extensions.WebSocketExtension
- RSV2 - Static variable in interface io.netty5.handler.codec.http.websocketx.extensions.WebSocketExtension
- RSV3 - Static variable in interface io.netty5.handler.codec.http.websocketx.extensions.WebSocketExtension
- rto() - Method in class io.netty5.channel.epoll.EpollTcpInfo
- RTP - Static variable in class io.netty5.handler.codec.rtsp.RtspHeaderValues
-
"RTP"
- RTP_INFO - Static variable in class io.netty5.handler.codec.rtsp.RtspHeaderNames
-
"rtp-info"
- RTPTIME - Static variable in class io.netty5.handler.codec.rtsp.RtspHeaderValues
-
"rtptime"
- RTSP_1_0 - Static variable in class io.netty5.handler.codec.rtsp.RtspVersions
-
RTSP/1.0
- RTSP_VERSION_NOT_SUPPORTED - Static variable in class io.netty5.handler.codec.rtsp.RtspResponseStatuses
-
505 RTSP Version not supported
- RtspDecoder - Class in io.netty5.handler.codec.rtsp
-
Decodes
io.netty5.buffer.ByteBuf
s into RTSP messages represented inHttpMessage
s. - RtspDecoder() - Constructor for class io.netty5.handler.codec.rtsp.RtspDecoder
-
Creates a new instance with the default
maxInitialLineLength (4096)
,maxHeaderSize (8192)
, andmaxContentLength (8192)
. - RtspDecoder(int, int, int) - Constructor for class io.netty5.handler.codec.rtsp.RtspDecoder
-
Creates a new instance with the specified parameters.
- RtspDecoder(int, int, int, boolean) - Constructor for class io.netty5.handler.codec.rtsp.RtspDecoder
-
Creates a new instance with the specified parameters.
- RtspEncoder - Class in io.netty5.handler.codec.rtsp
- RtspEncoder() - Constructor for class io.netty5.handler.codec.rtsp.RtspEncoder
- RtspHeaderNames - Class in io.netty5.handler.codec.rtsp
-
Standard RTSP header names.
- RtspHeaderValues - Class in io.netty5.handler.codec.rtsp
-
Standard RTSP header names.
- RtspMethods - Class in io.netty5.handler.codec.rtsp
-
The request getMethod of RTSP.
- RtspResponseStatuses - Class in io.netty5.handler.codec.rtsp
-
The getStatus code and its description of a RTSP response.
- RtspVersions - Class in io.netty5.handler.codec.rtsp
-
The version of RTSP.
- rtt() - Method in class io.netty5.channel.epoll.EpollTcpInfo
- rttvar() - Method in class io.netty5.channel.epoll.EpollTcpInfo
- RuleBasedIpFilter - Class in io.netty5.handler.ipfilter
-
This class allows one to filter new
Channel
s based on theIpFilterRule
s passed to its constructor. - RuleBasedIpFilter(boolean, IpFilterRule...) - Constructor for class io.netty5.handler.ipfilter.RuleBasedIpFilter
-
Create new Instance of
RuleBasedIpFilter
and filter incoming connections based on their IP address andrules
applied. - RuleBasedIpFilter(IpFilterRule...) - Constructor for class io.netty5.handler.ipfilter.RuleBasedIpFilter
-
Create new Instance of
RuleBasedIpFilter
and filter incoming connections based on their IP address andrules
applied. - ruleType() - Method in interface io.netty5.handler.ipfilter.IpFilterRule
- ruleType() - Method in class io.netty5.handler.ipfilter.IpSubnetFilterRule
- run() - Method in class io.netty5.channel.SingleThreadEventLoop
- run() - Method in class io.netty5.util.concurrent.SingleThreadEventExecutor
-
Run tasks that are submitted to this
SingleThreadEventExecutor
. - run(IoExecutionContext) - Method in class io.netty5.channel.epoll.EpollHandler
- run(IoExecutionContext) - Method in interface io.netty5.channel.IoHandler
-
Run the IO handled by this
IoHandler
. - run(IoExecutionContext) - Method in class io.netty5.channel.kqueue.KQueueHandler
- run(IoExecutionContext) - Method in class io.netty5.channel.local.LocalHandler
- run(IoExecutionContext) - Method in class io.netty5.channel.nio.NioHandler
- run(Timeout) - Method in interface io.netty5.util.TimerTask
-
Executed after the delay specified with
Timer.newTimeout(TimerTask, long, TimeUnit)
. - runAfterBoth(CompletionStage<?>, Runnable) - Method in class io.netty5.util.concurrent.DefaultPromise
- runAfterBoth(CompletionStage<?>, Runnable) - Method in interface io.netty5.util.concurrent.FutureCompletionStage
- runAfterBothAsync(CompletionStage<?>, Runnable) - Method in class io.netty5.util.concurrent.DefaultPromise
- runAfterBothAsync(CompletionStage<?>, Runnable) - Method in interface io.netty5.util.concurrent.FutureCompletionStage
- runAfterBothAsync(CompletionStage<?>, Runnable, Executor) - Method in class io.netty5.util.concurrent.DefaultPromise
- runAfterBothAsync(CompletionStage<?>, Runnable, Executor) - Method in interface io.netty5.util.concurrent.FutureCompletionStage
- runAfterEither(CompletionStage<?>, Runnable) - Method in class io.netty5.util.concurrent.DefaultPromise
- runAfterEither(CompletionStage<?>, Runnable) - Method in interface io.netty5.util.concurrent.FutureCompletionStage
- runAfterEitherAsync(CompletionStage<?>, Runnable) - Method in class io.netty5.util.concurrent.DefaultPromise
- runAfterEitherAsync(CompletionStage<?>, Runnable) - Method in interface io.netty5.util.concurrent.FutureCompletionStage
- runAfterEitherAsync(CompletionStage<?>, Runnable, Executor) - Method in class io.netty5.util.concurrent.DefaultPromise
- runAfterEitherAsync(CompletionStage<?>, Runnable, Executor) - Method in interface io.netty5.util.concurrent.FutureCompletionStage
- runAfterTransportAction() - Method in class io.netty5.channel.AbstractChannel
- runAfterTransportAction() - Method in class io.netty5.channel.embedded.EmbeddedChannel
- runAllTasks(int) - Method in class io.netty5.util.concurrent.SingleThreadEventExecutor
-
Poll all tasks from the task queue and run them via
Runnable.run()
method. - runIO() - Method in class io.netty5.channel.SingleThreadEventLoop
-
Called when IO will be processed for all the
Channel
s on thisSingleThreadEventLoop
. - RunnableFuture<V> - Interface in io.netty5.util.concurrent
-
A combination of
RunnableFuture
andFuture
. - RunnableScheduledFuture<V> - Interface in io.netty5.util.concurrent
-
A combination of
RunnableFuture
andComparable
(sorting by their next deadline), with additional methods for scheduling, periodicity, and delay. - runPendingTasks() - Method in class io.netty5.channel.embedded.EmbeddedChannel
- runScheduledPendingTasks() - Method in class io.netty5.channel.embedded.EmbeddedChannel
S
- S_MAXAGE - Static variable in class io.netty5.handler.codec.http.HttpHeaderValues
-
"s-maxage"
- sacked() - Method in class io.netty5.channel.epoll.EpollTcpInfo
- SafeCloseable - Interface in io.netty5.util
-
A
SafeCloseable
can be safely closed without risk of an exception being thrown. - safeFindNextPositivePowerOfTwo(int) - Static method in class io.netty5.util.internal.MathUtil
-
Fast method of finding the next power of 2 greater than or equal to the supplied value.
- safeRelease(Object) - Static method in class io.netty5.util.ReferenceCountUtil
-
Try to call
ReferenceCounted.release()
if the specified message implementsReferenceCounted
. - safeRelease(Object, int) - Static method in class io.netty5.util.ReferenceCountUtil
-
Try to call
ReferenceCounted.release(int)
if the specified message implementsReferenceCounted
. - safeSetFailure(Promise<Void>, Throwable) - Method in class io.netty5.channel.AbstractChannel
-
Marks the specified
promise
as failure. - safeSetSuccess(Promise<Void>) - Method in class io.netty5.channel.AbstractChannel
-
Marks the specified
promise
as success. - sameSite() - Method in class io.netty5.handler.codec.http.cookie.DefaultCookie
-
Checks to see if this
Cookie
can be sent along cross-site requests. - SAMESITE - Static variable in class io.netty5.handler.codec.http.cookie.CookieHeaderNames
- sanitizeHeadersBeforeEncode(H, boolean) - Method in class io.netty5.handler.codec.http.HttpObjectEncoder
-
Allows to sanitize headers of the message before encoding these.
- sanitizeHeadersBeforeEncode(HttpResponse, boolean) - Method in class io.netty5.handler.codec.http.HttpResponseEncoder
- SCALE - Static variable in class io.netty5.handler.codec.rtsp.RtspHeaderNames
-
"scale"
- schedule(RunnableScheduledFuture<V>) - Method in class io.netty5.util.concurrent.AbstractScheduledEventExecutor
-
Add the
RunnableScheduledFuture
for execution. - schedule(Runnable, long, TimeUnit) - Method in class io.netty5.util.concurrent.AbstractScheduledEventExecutor
- schedule(Runnable, long, TimeUnit) - Method in interface io.netty5.util.concurrent.EventExecutor
- schedule(Runnable, long, TimeUnit) - Method in interface io.netty5.util.concurrent.EventExecutorGroup
-
Schedule the given task for execution after the given delay, in the next available
EventExecutor
in this group, and return a future that produces anull
result when the task completes. - schedule(Runnable, long, TimeUnit) - Method in class io.netty5.util.concurrent.ImmediateEventExecutor
- schedule(Runnable, long, TimeUnit) - Method in class io.netty5.util.concurrent.NonStickyEventExecutorGroup
- schedule(Runnable, long, TimeUnit) - Method in class io.netty5.util.concurrent.UnorderedThreadPoolEventExecutor
- schedule(Callable<V>, long, TimeUnit) - Method in class io.netty5.util.concurrent.AbstractScheduledEventExecutor
- schedule(Callable<V>, long, TimeUnit) - Method in interface io.netty5.util.concurrent.EventExecutor
- schedule(Callable<V>, long, TimeUnit) - Method in interface io.netty5.util.concurrent.EventExecutorGroup
-
Schedule the given task for execution after the given delay, in the next available
EventExecutor
in this group, and return a future that will return the result of the callable when the task completes. - schedule(Callable<V>, long, TimeUnit) - Method in class io.netty5.util.concurrent.ImmediateEventExecutor
- schedule(Callable<V>, long, TimeUnit) - Method in class io.netty5.util.concurrent.NonStickyEventExecutorGroup
- schedule(Callable<V>, long, TimeUnit) - Method in class io.netty5.util.concurrent.UnorderedThreadPoolEventExecutor
- scheduleAtFixedRate(Runnable, long, long, TimeUnit) - Method in class io.netty5.util.concurrent.AbstractScheduledEventExecutor
- scheduleAtFixedRate(Runnable, long, long, TimeUnit) - Method in interface io.netty5.util.concurrent.EventExecutor
- scheduleAtFixedRate(Runnable, long, long, TimeUnit) - Method in interface io.netty5.util.concurrent.EventExecutorGroup
-
Schedule the given task for periodic execution in the next available
EventExecutor
. - scheduleAtFixedRate(Runnable, long, long, TimeUnit) - Method in class io.netty5.util.concurrent.ImmediateEventExecutor
- scheduleAtFixedRate(Runnable, long, long, TimeUnit) - Method in class io.netty5.util.concurrent.NonStickyEventExecutorGroup
- scheduleAtFixedRate(Runnable, long, long, TimeUnit) - Method in class io.netty5.util.concurrent.UnorderedThreadPoolEventExecutor
- scheduleWithFixedDelay(Runnable, long, long, TimeUnit) - Method in class io.netty5.util.concurrent.AbstractScheduledEventExecutor
- scheduleWithFixedDelay(Runnable, long, long, TimeUnit) - Method in interface io.netty5.util.concurrent.EventExecutor
- scheduleWithFixedDelay(Runnable, long, long, TimeUnit) - Method in interface io.netty5.util.concurrent.EventExecutorGroup
-
Schedule the given task for periodic execution in the next available
EventExecutor
. - scheduleWithFixedDelay(Runnable, long, long, TimeUnit) - Method in class io.netty5.util.concurrent.ImmediateEventExecutor
- scheduleWithFixedDelay(Runnable, long, long, TimeUnit) - Method in class io.netty5.util.concurrent.NonStickyEventExecutorGroup
- scheduleWithFixedDelay(Runnable, long, long, TimeUnit) - Method in class io.netty5.util.concurrent.UnorderedThreadPoolEventExecutor
- scheme() - Method in class io.netty5.handler.codec.http2.DefaultHttp2Headers
- scheme() - Method in class io.netty5.handler.codec.http2.EmptyHttp2Headers
- scheme() - Method in interface io.netty5.handler.codec.http2.Http2Headers
-
Gets the
Http2Headers.PseudoHeaderName.SCHEME
header ornull
if there is no such header - scheme() - Method in class io.netty5.handler.codec.http2.ReadOnlyHttp2Headers
- scheme(CharSequence) - Method in class io.netty5.handler.codec.http2.DefaultHttp2Headers
- scheme(CharSequence) - Method in class io.netty5.handler.codec.http2.EmptyHttp2Headers
- scheme(CharSequence) - Method in interface io.netty5.handler.codec.http2.Http2Headers
-
Sets the
Http2Headers.PseudoHeaderName.SCHEME
header - scheme(CharSequence) - Method in class io.netty5.handler.codec.http2.ReadOnlyHttp2Headers
- SCHEME - io.netty5.handler.codec.http2.Http2Headers.PseudoHeaderName
-
:scheme
. - SCHEME - io.netty5.handler.codec.http2.HttpConversionUtil.ExtensionHeaderNames
-
HTTP extension header which will identify the scheme pseudo header from the HTTP/2 event(s) responsible for generating an
HttpObject
- scopeId() - Method in class io.netty5.channel.unix.NativeInetAddress
- scopePrefixLength() - Method in class io.netty5.handler.codec.dns.DefaultDnsOptEcsRecord
- scopePrefixLength() - Method in interface io.netty5.handler.codec.dns.DnsOptEcsRecord
-
Returns the leftmost number of significant bits of ADDRESS that the response covers.
- searchDomains(Iterable<String>) - Method in class io.netty5.resolver.dns.DnsNameResolverBuilder
-
Set the list of search domains of the resolver.
- SEC_WEBSOCKET_ACCEPT - Static variable in class io.netty5.handler.codec.http.HttpHeaderNames
-
"sec-websocket-accept"
- SEC_WEBSOCKET_EXTENSIONS - Static variable in class io.netty5.handler.codec.http.HttpHeaderNames
-
"sec-websocket-protocol"
- SEC_WEBSOCKET_KEY - Static variable in class io.netty5.handler.codec.http.HttpHeaderNames
-
"sec-websocket-key"
- SEC_WEBSOCKET_ORIGIN - Static variable in class io.netty5.handler.codec.http.HttpHeaderNames
-
"Sec-WebSocket-Origin"
- SEC_WEBSOCKET_PROTOCOL - Static variable in class io.netty5.handler.codec.http.HttpHeaderNames
-
"sec-websocket-protocol"
- SEC_WEBSOCKET_VERSION - Static variable in class io.netty5.handler.codec.http.HttpHeaderNames
-
"sec-websocket-version"
- SECURE - Static variable in class io.netty5.handler.codec.http.cookie.CookieHeaderNames
- SEE_OTHER - Static variable in class io.netty5.handler.codec.http.HttpResponseStatus
-
303 See Other (since HTTP/1.1)
- SegmentedDatagramPacket - Class in io.netty5.channel.unix
-
Allows to use GSO if the underlying OS supports it.
- SegmentedDatagramPacket(Buffer, int, InetSocketAddress) - Constructor for class io.netty5.channel.unix.SegmentedDatagramPacket
-
Create a new segmented datagram packet.
- SegmentedDatagramPacket(Buffer, int, SocketAddress, SocketAddress) - Constructor for class io.netty5.channel.unix.SegmentedDatagramPacket
-
Create a new segmented datagram packet.
- segmentSize() - Method in class io.netty5.channel.unix.SegmentedDatagramPacket
-
Return the size of each segment (the last segment can be smaller).
- select(List<String>) - Method in interface io.netty5.handler.ssl.JdkApplicationProtocolNegotiator.ProtocolSelector
-
Deprecated.Callback invoked to select the application level protocol from the
protocols
provided. - SELECT - Static variable in interface io.netty5.channel.SelectStrategy
-
Indicates a blocking select should follow.
- selected(String) - Method in interface io.netty5.handler.ssl.JdkApplicationProtocolNegotiator.ProtocolSelectionListener
-
Deprecated.Callback invoked to let this application know the protocol chosen by the peer.
- selectedListenerFailureBehavior() - Method in class io.netty5.handler.ssl.ApplicationProtocolConfig
-
Get the desired behavior for the peer who is notified of the selected protocol.
- selectedListenerFailureBehavior() - Method in interface io.netty5.handler.ssl.OpenSslApplicationProtocolNegotiator
-
Deprecated.Get the desired behavior for the peer who is notified of the selected protocol.
- selectedListenerFailureBehavior() - Method in class io.netty5.handler.ssl.OpenSslDefaultApplicationProtocolNegotiator
-
Deprecated.
- selectedListenerFailureBehavior() - Method in class io.netty5.handler.ssl.OpenSslNpnApplicationProtocolNegotiator
-
Deprecated.
- selectedSubprotocol() - Method in class io.netty5.handler.codec.http.websocketx.WebSocketServerHandshakeCompletionEvent
-
Return the selected sub-protocol of the handshake if
ProtocolEvent.isSuccess()
returnstrue
and one was selected,null
otherwise. - selectedSubprotocol() - Method in class io.netty5.handler.codec.http.websocketx.WebSocketServerHandshaker
-
Returns the selected subprotocol.
- selectionKey() - Method in class io.netty5.channel.nio.AbstractNioChannel
-
Return the current
SelectionKey
ornull
if the underlying channel was not registered with theSelector
yet. - selectorFailureBehavior() - Method in class io.netty5.handler.ssl.ApplicationProtocolConfig
-
Get the desired behavior for the peer who selects the application protocol.
- selectorFailureBehavior() - Method in interface io.netty5.handler.ssl.OpenSslApplicationProtocolNegotiator
-
Deprecated.Get the desired behavior for the peer who selects the application protocol.
- selectorFailureBehavior() - Method in class io.netty5.handler.ssl.OpenSslDefaultApplicationProtocolNegotiator
-
Deprecated.
- selectorFailureBehavior() - Method in class io.netty5.handler.ssl.OpenSslNpnApplicationProtocolNegotiator
-
Deprecated.
- selectorProvider() - Method in class io.netty5.channel.nio.NioHandler
- SelectStrategy - Interface in io.netty5.channel
-
Select strategy interface.
- SelectStrategyFactory - Interface in io.netty5.channel
-
Factory that creates a new
SelectStrategy
every time. - selectSubprotocol(String) - Method in class io.netty5.handler.codec.http.websocketx.WebSocketServerHandshaker
-
Selects the first matching supported sub protocol
- self() - Method in class io.netty5.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
-
Returns
this
. - self() - Method in class io.netty5.handler.codec.http2.AbstractInboundHttp2ToHttpAdapterBuilder
- SelfSignedCertificate - Class in io.netty5.handler.ssl.util
-
Generates a temporary self-signed certificate for testing purposes.
- SelfSignedCertificate() - Constructor for class io.netty5.handler.ssl.util.SelfSignedCertificate
-
Creates a new instance.
- SelfSignedCertificate(String) - Constructor for class io.netty5.handler.ssl.util.SelfSignedCertificate
-
Creates a new instance.
- SelfSignedCertificate(String, String, int) - Constructor for class io.netty5.handler.ssl.util.SelfSignedCertificate
-
Creates a new instance.
- SelfSignedCertificate(String, SecureRandom, int) - Constructor for class io.netty5.handler.ssl.util.SelfSignedCertificate
-
Creates a new instance.
- SelfSignedCertificate(String, SecureRandom, int, Date, Date) - Constructor for class io.netty5.handler.ssl.util.SelfSignedCertificate
-
Creates a new instance.
- SelfSignedCertificate(String, SecureRandom, int, Date, Date, String) - Constructor for class io.netty5.handler.ssl.util.SelfSignedCertificate
-
Creates a new instance.
- SelfSignedCertificate(String, SecureRandom, String, int) - Constructor for class io.netty5.handler.ssl.util.SelfSignedCertificate
-
Creates a new instance.
- SelfSignedCertificate(String, Date, Date) - Constructor for class io.netty5.handler.ssl.util.SelfSignedCertificate
-
Creates a new instance.
- SelfSignedCertificate(String, Date, Date, String, int) - Constructor for class io.netty5.handler.ssl.util.SelfSignedCertificate
-
Creates a new instance.
- SelfSignedCertificate(Date, Date) - Constructor for class io.netty5.handler.ssl.util.SelfSignedCertificate
-
Creates a new instance.
- SelfSignedCertificate(Date, Date, String, int) - Constructor for class io.netty5.handler.ssl.util.SelfSignedCertificate
-
Creates a new instance.
- SEMICOLON - Static variable in class io.netty5.handler.codec.http.HttpConstants
-
Semicolon ';'
- send() - Method in class io.netty5.buffer.api.BufferHolder
- send() - Method in class io.netty5.buffer.api.BufferStub
- send() - Method in class io.netty5.buffer.api.internal.ResourceSupport
-
Send this Resource instance to another Thread, transferring the ownership to the recipient.
- send() - Method in class io.netty5.channel.BufferAddressedEnvelope
- send() - Method in class io.netty5.handler.codec.dns.DefaultDnsRawRecord
- send() - Method in class io.netty5.handler.codec.http.DefaultFullHttpRequest
- send() - Method in class io.netty5.handler.codec.http.DefaultFullHttpResponse
- send() - Method in class io.netty5.handler.codec.http.DefaultHttpContent
- send() - Method in class io.netty5.handler.codec.http.DefaultLastHttpContent
- send() - Method in class io.netty5.handler.codec.http.EmptyLastHttpContent
- send() - Method in class io.netty5.handler.codec.http.HttpServerUpgradeHandler.UpgradeEvent
- send() - Method in class io.netty5.handler.codec.http2.DefaultHttp2DataFrame
- send() - Method in class io.netty5.handler.ssl.PemX509Certificate
- send() - Method in interface io.netty5.util.Resource
-
Send this object instance to another Thread, transferring the ownership to the recipient.
- send(Owned<T>) - Method in class io.netty5.buffer.api.internal.LifecycleTracer
-
Add to the trace log that the object is being sent.
- Send<T extends Resource<T>> - Interface in io.netty5.util
-
A temporary holder of a
Resource
, used for transferring the ownership of the resource from one thread to another. - sendCloseFrame() - Method in class io.netty5.handler.codec.http.websocketx.WebSocketClientProtocolConfig
- sendCloseFrame() - Method in class io.netty5.handler.codec.http.websocketx.WebSocketServerProtocolConfig
- sendCloseFrame(WebSocketCloseStatus) - Method in class io.netty5.handler.codec.http.websocketx.WebSocketClientProtocolConfig.Builder
-
Close frame to send, when close frame was not send manually.
- sendCloseFrame(WebSocketCloseStatus) - Method in class io.netty5.handler.codec.http.websocketx.WebSocketServerProtocolConfig.Builder
-
Close frame to send, when close frame was not send manually.
- sender() - Method in interface io.netty5.channel.AddressedEnvelope
-
Returns the address of the sender of this message.
- sender() - Method in class io.netty5.channel.DefaultAddressedEnvelope
- sender() - Method in class io.netty5.handler.codec.dns.DatagramDnsQuery
- sender() - Method in class io.netty5.handler.codec.dns.DatagramDnsResponse
- sendFd(int) - Method in class io.netty5.channel.unix.Socket
- SendFromOwned<I extends Resource<I>,T extends ResourceSupport<I,T>> - Class in io.netty5.buffer.api.internal
- SendFromOwned(Owned<T>, Drop<T>, Class<?>) - Constructor for class io.netty5.buffer.api.internal.SendFromOwned
- SendFromSupplier<T extends Resource<T>> - Class in io.netty5.util.internal
- SendFromSupplier(Class<T>, Supplier<? extends T>) - Constructor for class io.netty5.util.internal.SendFromSupplier
- sending(Class<T>, Supplier<? extends T>) - Static method in interface io.netty5.util.Send
- sendmmsg(int, NativeDatagramPacketArray.NativeDatagramPacket[], int, int) - Static method in class io.netty5.channel.epoll.Native
-
Deprecated.
- sendOutboundEvent(ChannelHandlerContext, Object) - Method in interface io.netty5.channel.ChannelHandler
-
Called once a custom defined outbound event was sent.
- sendOutboundEvent(ChannelHandlerContext, Object) - Method in class io.netty5.channel.CombinedChannelDuplexHandler
- sendOutboundEvent(Object) - Method in interface io.netty5.channel.Channel
- sendOutboundEvent(Object) - Method in interface io.netty5.channel.ChannelOutboundInvoker
-
Send a custom outbound event via this
ChannelOutboundInvoker
through theChannelPipeline
. - sendOutboundEvent(Object) - Method in class io.netty5.channel.DefaultChannelPipeline
- sendOutboundEvent(Object) - Method in class io.netty5.channel.internal.DelegatingChannelHandlerContext
- sendOutboundEventTransport(Object, Promise<Void>) - Method in class io.netty5.channel.AbstractChannel.DefaultAbstractChannelPipeline
- sendOutboundEventTransport(Object, Promise<Void>) - Method in class io.netty5.channel.DefaultChannelPipeline
-
Send a custom outbound event on the transport.
- sendTo(ByteBuffer, int, int, InetAddress, int) - Method in class io.netty5.channel.unix.Socket
- sendTo(ByteBuffer, int, int, InetAddress, int, boolean) - Method in class io.netty5.channel.unix.Socket
- sendToAddress(long, int, int, InetAddress, int) - Method in class io.netty5.channel.unix.Socket
- sendToAddress(long, int, int, InetAddress, int, boolean) - Method in class io.netty5.channel.unix.Socket
- sendToAddressDomainSocket(long, int, int, byte[]) - Method in class io.netty5.channel.unix.Socket
- sendToAddresses(long, int, InetAddress, int) - Method in class io.netty5.channel.unix.Socket
- sendToAddresses(long, int, InetAddress, int, boolean) - Method in class io.netty5.channel.unix.Socket
- sendToAddressesDomainSocket(long, int, byte[]) - Method in class io.netty5.channel.unix.Socket
- sendToDomainSocket(ByteBuffer, int, int, byte[]) - Method in class io.netty5.channel.unix.Socket
- sendUnsupportedVersionResponse(Channel) - Static method in class io.netty5.handler.codec.http.websocketx.WebSocketServerHandshakerFactory
-
Return that we need cannot not support the web socket version
- sendUnsupportedWebSocketVersionResponse(Channel) - Static method in class io.netty5.handler.codec.http.websocketx.WebSocketServerHandshakerFactory
- SensitiveBufferAllocator - Class in io.netty5.buffer.api
-
This
BufferAllocator
is for allocating off-heapBuffer
s that may contain sensitive information, which should be erased from memory (overwritten) when the buffer is closed. - sensitiveOffHeapAllocator() - Static method in class io.netty5.buffer.api.SensitiveBufferAllocator
-
Get the sensitive off-heap buffer allocator instance.
- SEQ - Static variable in class io.netty5.handler.codec.rtsp.RtspHeaderValues
-
"seq"
- sequential(Iterable<? extends InetSocketAddress>) - Static method in class io.netty5.resolver.dns.DnsServerAddresses
-
Returns the
DnsServerAddresses
that yields the specifiedaddresses
sequentially. - sequential(InetSocketAddress...) - Static method in class io.netty5.resolver.dns.DnsServerAddresses
-
Returns the
DnsServerAddresses
that yields the specifiedaddresses
sequentially. - SequentialDnsServerAddressStreamProvider - Class in io.netty5.resolver.dns
-
A
DnsServerAddressStreamProvider
which is backed by a sequential list of DNS servers. - SequentialDnsServerAddressStreamProvider(Iterable<? extends InetSocketAddress>) - Constructor for class io.netty5.resolver.dns.SequentialDnsServerAddressStreamProvider
-
Create a new instance.
- SequentialDnsServerAddressStreamProvider(InetSocketAddress...) - Constructor for class io.netty5.resolver.dns.SequentialDnsServerAddressStreamProvider
-
Create a new instance.
- server(boolean) - Method in class io.netty5.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
-
Sets if
AbstractHttp2ConnectionHandlerBuilder.build()
will to create aHttp2Connection
in server mode (true
) or client mode (false
). - server(boolean) - Method in class io.netty5.handler.codec.http2.Http2ConnectionHandlerBuilder
- server(boolean) - Method in class io.netty5.handler.codec.http2.HttpToHttp2ConnectionHandlerBuilder
- SERVER - Static variable in class io.netty5.handler.codec.http.HttpHeaderNames
-
"server"
- SERVER - Static variable in class io.netty5.handler.codec.rtsp.RtspHeaderNames
-
"server"
- SERVER_ERROR - io.netty5.handler.codec.http.HttpStatusClass
-
The server error class (5xx)
- SERVER_PORT - Static variable in class io.netty5.handler.codec.rtsp.RtspHeaderValues
-
"server_port"
- ServerBootstrap - Class in io.netty5.bootstrap
-
Bootstrap
sub-class which allows easy bootstrap ofServerChannel
- ServerBootstrap() - Constructor for class io.netty5.bootstrap.ServerBootstrap
- ServerBootstrapConfig - Class in io.netty5.bootstrap
-
Exposes the configuration of a
ServerBootstrapConfig
. - ServerChannel - Interface in io.netty5.channel
- ServerChannelFactory<T extends ServerChannel> - Interface in io.netty5.channel
-
Creates a new
ServerChannel
. - ServerChannelRecvBufferAllocator - Class in io.netty5.channel
-
MaxMessagesRecvBufferAllocator
implementation which should be used forServerChannel
s. - ServerChannelRecvBufferAllocator() - Constructor for class io.netty5.channel.ServerChannelRecvBufferAllocator
- ServerCookieDecoder - Class in io.netty5.handler.codec.http.cookie
-
A RFC6265 compliant cookie decoder to be used server side.
- ServerCookieEncoder - Class in io.netty5.handler.codec.http.cookie
-
A RFC6265 compliant cookie encoder to be used server side, so some fields are sent (Version is typically ignored).
- serverHeaders(boolean, AsciiString, AsciiString...) - Static method in class io.netty5.handler.codec.http2.ReadOnlyHttp2Headers
-
Create a new read only representation of headers used by servers.
- ServerSocketChannel - Interface in io.netty5.channel.socket
-
A Socket
ServerChannel
which accepts incoming Socket connections. - SERVFAIL - Static variable in class io.netty5.handler.codec.dns.DnsResponseCode
-
The 'ServFail' DNS RCODE (2), as defined in RFC1035.
- SERVICE_RESTART - Static variable in class io.netty5.handler.codec.http.websocketx.WebSocketCloseStatus
- SERVICE_UNAVAILABLE - Static variable in class io.netty5.handler.codec.http.HttpResponseStatus
-
503 Service Unavailable
- SERVICE_UNAVAILABLE - Static variable in class io.netty5.handler.codec.rtsp.RtspResponseStatuses
-
503 Service Unavailable
- session() - Method in class io.netty5.handler.ssl.SslCompletionEvent
-
Returns the
SSLSession
ornull
if none existed yet. - session() - Method in class io.netty5.handler.ssl.SslHandshakeCompletionEvent
- SESSION - Static variable in class io.netty5.handler.codec.rtsp.RtspHeaderNames
-
"session"
- SESSION_NOT_FOUND - Static variable in class io.netty5.handler.codec.rtsp.RtspResponseStatuses
-
454 Session Not Found
- sessionCacheSize() - Method in class io.netty5.handler.ssl.DelegatingSslContext
- sessionCacheSize() - Method in class io.netty5.handler.ssl.SslContext
-
Returns the size of the cache used for storing SSL session objects.
- sessionCacheSize(long) - Method in class io.netty5.handler.ssl.SslContextBuilder
-
Set the size of the cache used for storing SSL session objects.
- sessionContext() - Method in class io.netty5.handler.ssl.DelegatingSslContext
- sessionContext() - Method in class io.netty5.handler.ssl.JdkSslContext
-
Returns the JDK
SSLSessionContext
object held by this context. - sessionContext() - Method in class io.netty5.handler.ssl.ReferenceCountedOpenSslClientContext
- sessionContext() - Method in class io.netty5.handler.ssl.ReferenceCountedOpenSslContext
- sessionContext() - Method in class io.netty5.handler.ssl.ReferenceCountedOpenSslServerContext
- sessionContext() - Method in class io.netty5.handler.ssl.SslContext
-
Returns the
SSLSessionContext
object held by this context. - sessionTimeout() - Method in class io.netty5.handler.ssl.DelegatingSslContext
- sessionTimeout() - Method in class io.netty5.handler.ssl.SslContext
-
Returns the timeout for the cached SSL session objects, in seconds.
- sessionTimeout(long) - Method in class io.netty5.handler.ssl.SslContextBuilder
-
Set the timeout for the cached SSL session objects, in seconds.
- set(int, Object) - Method in class io.netty5.util.internal.RecyclableArrayList
- set(Headers<? extends CharSequence, ? extends CharSequence, ?>) - Method in class io.netty5.handler.codec.http2.ReadOnlyHttp2Headers
- set(Headers<? extends K, ? extends V, ?>) - Method in class io.netty5.handler.codec.DefaultHeaders
- set(Headers<? extends K, ? extends V, ?>) - Method in class io.netty5.handler.codec.EmptyHeaders
- set(Headers<? extends K, ? extends V, ?>) - Method in interface io.netty5.handler.codec.Headers
-
Clears the current header entries and copies all header entries of the specified
headers
. - set(HttpHeaders) - Method in class io.netty5.handler.codec.http.DefaultHttpHeaders
- set(HttpHeaders) - Method in class io.netty5.handler.codec.http.HttpHeaders
-
Cleans the current header entries and copies all header entries of the specified
headers
. - set(CharSequence, CharSequence) - Method in class io.netty5.handler.codec.http2.ReadOnlyHttp2Headers
- set(CharSequence, CharSequence...) - Method in class io.netty5.handler.codec.http2.ReadOnlyHttp2Headers
- set(CharSequence, Iterable<?>) - Method in class io.netty5.handler.codec.http.DefaultHttpHeaders
- set(CharSequence, Iterable<?>) - Method in class io.netty5.handler.codec.http.HttpHeaders
-
Sets a header with the specified name and values.
- set(CharSequence, Iterable<? extends CharSequence>) - Method in class io.netty5.handler.codec.http2.ReadOnlyHttp2Headers
- set(CharSequence, Object) - Method in class io.netty5.handler.codec.http.DefaultHttpHeaders
- set(CharSequence, Object) - Method in class io.netty5.handler.codec.http.HttpHeaders
-
Sets a header with the specified name and value.
- set(String, Iterable<?>) - Method in class io.netty5.handler.codec.http.DefaultHttpHeaders
- set(String, Iterable<?>) - Method in class io.netty5.handler.codec.http.EmptyHttpHeaders
- set(String, Iterable<?>) - Method in class io.netty5.handler.codec.http.HttpHeaders
- set(String, Iterable<?>) - Method in class io.netty5.handler.codec.http.ReadOnlyHttpHeaders
- set(String, Object) - Method in class io.netty5.handler.codec.http.DefaultHttpHeaders
- set(String, Object) - Method in class io.netty5.handler.codec.http.EmptyHttpHeaders
- set(String, Object) - Method in class io.netty5.handler.codec.http.HttpHeaders
- set(String, Object) - Method in class io.netty5.handler.codec.http.ReadOnlyHttpHeaders
- set(K, Iterable<? extends V>) - Method in class io.netty5.handler.codec.DefaultHeaders
- set(K, Iterable<? extends V>) - Method in class io.netty5.handler.codec.EmptyHeaders
- set(K, Iterable<? extends V>) - Method in interface io.netty5.handler.codec.Headers
-
Sets a new header with the specified name and values.
- set(K, V) - Method in class io.netty5.handler.codec.DefaultHeaders
- set(K, V) - Method in class io.netty5.handler.codec.EmptyHeaders
- set(K, V) - Method in interface io.netty5.handler.codec.Headers
-
Sets a header with the specified name and value.
- set(K, V...) - Method in class io.netty5.handler.codec.DefaultHeaders
- set(K, V...) - Method in class io.netty5.handler.codec.EmptyHeaders
- set(K, V...) - Method in interface io.netty5.handler.codec.Headers
-
Sets a header with the specified name and values.
- set(T) - Method in interface io.netty5.util.Attribute
-
Sets the value
- set(V) - Method in class io.netty5.util.concurrent.FastThreadLocal
-
Set the value for the current thread.
- SET_COOKIE - Static variable in class io.netty5.handler.codec.http.HttpHeaderNames
-
"set-cookie"
- SET_COOKIE2 - Static variable in class io.netty5.handler.codec.http.HttpHeaderNames
-
"set-cookie2"
- SET_PARAMETER - Static variable in class io.netty5.handler.codec.rtsp.RtspMethods
-
The SET_PARAMETER requests to set the value of a parameter for a presentation or stream specified by the URI.
- set100ContinueExpected(HttpMessage) - Static method in class io.netty5.handler.codec.http.HttpHeaders
-
Deprecated.Use
HttpUtil.set100ContinueExpected(HttpMessage, boolean)
instead. Sets the"Expect: 100-continue"
header to the specified message. If there is any existing"Expect"
header, they are replaced with the new one. - set100ContinueExpected(HttpMessage, boolean) - Static method in class io.netty5.handler.codec.http.HttpHeaders
-
Deprecated.Use
HttpUtil.set100ContinueExpected(HttpMessage, boolean)
instead. Sets or removes the"Expect: 100-continue"
header to / from the specified message. Ifset
istrue
, the"Expect: 100-continue"
header is set and all other previous"Expect"
headers are removed. Otherwise, all"Expect"
headers are removed completely. - set100ContinueExpected(HttpMessage, boolean) - Static method in class io.netty5.handler.codec.http.HttpUtil
-
Sets or removes the
"Expect: 100-continue"
header to / from the specified message. - setAll(Headers<? extends CharSequence, ? extends CharSequence, ?>) - Method in class io.netty5.handler.codec.http2.ReadOnlyHttp2Headers
- setAll(Headers<? extends K, ? extends V, ?>) - Method in class io.netty5.handler.codec.DefaultHeaders
- setAll(Headers<? extends K, ? extends V, ?>) - Method in class io.netty5.handler.codec.EmptyHeaders
- setAll(Headers<? extends K, ? extends V, ?>) - Method in interface io.netty5.handler.codec.Headers
-
Retains all current headers but calls
#set(K, V)
for each entry inheaders
. - setAll(HttpHeaders) - Method in class io.netty5.handler.codec.http.HttpHeaders
-
Retains all current headers but calls
HttpHeaders.set(String, Object)
for each entry inheaders
- setAuthoritativeAnswer(boolean) - Method in class io.netty5.handler.codec.dns.DatagramDnsResponse
- setAuthoritativeAnswer(boolean) - Method in class io.netty5.handler.codec.dns.DefaultDnsResponse
- setAuthoritativeAnswer(boolean) - Method in interface io.netty5.handler.codec.dns.DnsResponse
-
Set to
true
if responding server is authoritative for the domain name in the query message. - setAvailableProcessors(int) - Static method in class io.netty5.util.NettyRuntime
-
Set the number of available processors.
- setBioNonApplicationBufferSize(int) - Method in class io.netty5.handler.ssl.ReferenceCountedOpenSslContext
-
Set the size of the buffer used by the BIO for non-application based writes (e.g. handshake, renegotiation, etc...).
- setBoolean(int, boolean) - Method in interface io.netty5.buffer.api.BufferAccessor
-
Set the given boolean value at the given write offset.
- setBoolean(int, boolean) - Method in class io.netty5.buffer.api.BufferStub
- setBoolean(int, boolean) - Method in interface io.netty5.buffer.api.CompositeBuffer
- setBoolean(CharSequence, boolean) - Method in class io.netty5.handler.codec.http2.ReadOnlyHttp2Headers
- setBoolean(K, boolean) - Method in class io.netty5.handler.codec.DefaultHeaders
- setBoolean(K, boolean) - Method in class io.netty5.handler.codec.EmptyHeaders
- setBoolean(K, boolean) - Method in interface io.netty5.handler.codec.Headers
-
Set the
name
tovalue
. - setBroadcast(boolean) - Method in class io.netty5.channel.unix.Socket
- setBufferAllocator(BufferAllocator) - Method in class io.netty5.channel.AbstractChannel
- setByte(int, byte) - Method in interface io.netty5.buffer.api.BufferAccessor
-
Set the given byte value at the given write offset.
- setByte(int, byte) - Method in class io.netty5.buffer.api.BufferStub
- setByte(int, byte) - Method in interface io.netty5.buffer.api.CompositeBuffer
- setByte(CharSequence, byte) - Method in class io.netty5.handler.codec.http2.ReadOnlyHttp2Headers
- setByte(K, byte) - Method in class io.netty5.handler.codec.DefaultHeaders
- setByte(K, byte) - Method in class io.netty5.handler.codec.EmptyHeaders
- setByte(K, byte) - Method in interface io.netty5.handler.codec.Headers
-
Set the
name
tovalue
. - setChar(int, char) - Method in interface io.netty5.buffer.api.BufferAccessor
-
Set the given char value at the given write offset.
- setChar(int, char) - Method in class io.netty5.buffer.api.BufferStub
- setChar(int, char) - Method in interface io.netty5.buffer.api.CompositeBuffer
- setChar(CharSequence, char) - Method in class io.netty5.handler.codec.http2.ReadOnlyHttp2Headers
- setChar(K, char) - Method in class io.netty5.handler.codec.DefaultHeaders
- setChar(K, char) - Method in class io.netty5.handler.codec.EmptyHeaders
- setChar(K, char) - Method in interface io.netty5.handler.codec.Headers
-
Set the
name
tovalue
. - setCheckInterval(long) - Method in class io.netty5.handler.traffic.AbstractTrafficShapingHandler
- setCloseNotifyFlushTimeout(long, TimeUnit) - Method in class io.netty5.handler.ssl.SslHandler
-
Sets the timeout for flushing the close_notify that was triggered by closing the
Channel
. - setCloseNotifyFlushTimeoutMillis(long) - Method in class io.netty5.handler.ssl.SslHandler
- setCloseNotifyReadTimeout(long, TimeUnit) - Method in class io.netty5.handler.ssl.SslHandler
-
Sets the timeout for receiving the response for the close_notify that was triggered by closing the
Channel
. - setCloseNotifyReadTimeoutMillis(long) - Method in class io.netty5.handler.ssl.SslHandler
- setCloseNotifyTimeout(long, TimeUnit) - Method in class io.netty5.handler.ssl.SslHandler
-
Deprecated.
- setCloseNotifyTimeoutMillis(long) - Method in class io.netty5.handler.ssl.SslHandler
-
Deprecated.
- setCode(DnsResponseCode) - Method in class io.netty5.handler.codec.dns.DatagramDnsResponse
- setCode(DnsResponseCode) - Method in class io.netty5.handler.codec.dns.DefaultDnsResponse
- setCode(DnsResponseCode) - Method in interface io.netty5.handler.codec.dns.DnsResponse
-
Sets the response code for this message.
- setContentLength(HttpMessage, long) - Static method in class io.netty5.handler.codec.http.HttpHeaders
-
Deprecated.Use
HttpUtil.setContentLength(HttpMessage, long)
instead. - setContentLength(HttpMessage, long) - Static method in class io.netty5.handler.codec.http.HttpUtil
-
Sets the
"Content-Length"
header. - setDate(HttpMessage, Date) - Static method in class io.netty5.handler.codec.http.HttpHeaders
-
Deprecated.Use
HttpHeaders.set(CharSequence, Object)
instead. Sets the"Date"
header. - setDateHeader(HttpMessage, CharSequence, Iterable<Date>) - Static method in class io.netty5.handler.codec.http.HttpHeaders
-
Deprecated.Use
HttpHeaders.set(CharSequence, Iterable)
instead. Sets a new date header with the specified name and values. If there is an existing header with the same name, the existing header is removed. The specified values are formatted as defined in RFC2616 - setDateHeader(HttpMessage, CharSequence, Date) - Static method in class io.netty5.handler.codec.http.HttpHeaders
-
Deprecated.Use
HttpHeaders.set(CharSequence, Object)
instead. Sets a new date header with the specified name and value. If there is an existing header with the same name, the existing header is removed. The specified value is formatted as defined in RFC2616 - setDateHeader(HttpMessage, String, Iterable<Date>) - Static method in class io.netty5.handler.codec.http.HttpHeaders
-
Deprecated.Use
HttpHeaders.set(CharSequence, Iterable)
instead. - setDateHeader(HttpMessage, String, Date) - Static method in class io.netty5.handler.codec.http.HttpHeaders
-
Deprecated.Use
HttpHeaders.set(CharSequence, Object)
instead. - setDecoderResult(DecoderResult) - Method in interface io.netty5.handler.codec.DecoderResultProvider
-
Updates the result of decoding this object.
- setDecoderResult(DecoderResult) - Method in class io.netty5.handler.codec.http.DefaultHttpObject
- setDecoderResult(DecoderResult) - Method in class io.netty5.handler.codec.http.EmptyLastHttpContent
- setDefaultFactory(InternalLoggerFactory) - Static method in class io.netty5.util.internal.logging.InternalLoggerFactory
-
Set the default factory.
- setDomain(String) - Method in interface io.netty5.handler.codec.http.cookie.Cookie
-
Sets the domain of this
Cookie
. - setDomain(String) - Method in class io.netty5.handler.codec.http.cookie.DefaultCookie
- setDouble(int, double) - Method in interface io.netty5.buffer.api.BufferAccessor
-
Set the given double value at the given write offset.
- setDouble(int, double) - Method in class io.netty5.buffer.api.BufferStub
- setDouble(int, double) - Method in interface io.netty5.buffer.api.CompositeBuffer
- setDouble(CharSequence, double) - Method in class io.netty5.handler.codec.http2.ReadOnlyHttp2Headers
- setDouble(K, double) - Method in class io.netty5.handler.codec.DefaultHeaders
- setDouble(K, double) - Method in class io.netty5.handler.codec.EmptyHeaders
- setDouble(K, double) - Method in interface io.netty5.handler.codec.Headers
-
Set the
name
tovalue
. - setEnabledCipherSuites(String[]) - Method in class io.netty5.handler.ssl.ReferenceCountedOpenSslEngine
- setEnabledProtocols(String[]) - Method in class io.netty5.handler.ssl.ReferenceCountedOpenSslEngine
-
TLS doesn't support a way to advertise non-contiguous versions from the client's perspective, and the client just advertises the max supported version.
- setEnableSessionCreation(boolean) - Method in class io.netty5.handler.ssl.ReferenceCountedOpenSslEngine
- setExtendedOption(ChannelOption<T>, T) - Method in class io.netty5.channel.AbstractChannel
-
Override to add support for more
ChannelOption
s. - setExtendedOption(ChannelOption<T>, T) - Method in class io.netty5.channel.epoll.EpollDatagramChannel
- setExtendedOption(ChannelOption<T>, T) - Method in class io.netty5.channel.epoll.EpollServerSocketChannel
- setExtendedOption(ChannelOption<T>, T) - Method in class io.netty5.channel.epoll.EpollSocketChannel
- setExtendedOption(ChannelOption<T>, T) - Method in class io.netty5.channel.kqueue.KQueueDatagramChannel
- setExtendedOption(ChannelOption<T>, T) - Method in class io.netty5.channel.kqueue.KQueueServerSocketChannel
- setExtendedOption(ChannelOption<T>, T) - Method in class io.netty5.channel.kqueue.KQueueSocketChannel
- setExtendedOption(ChannelOption<T>, T) - Method in class io.netty5.channel.socket.nio.NioDatagramChannel
- setExtendedOption(ChannelOption<T>, T) - Method in class io.netty5.channel.socket.nio.NioServerSocketChannel
- setExtendedOption(ChannelOption<T>, T) - Method in class io.netty5.channel.socket.nio.NioSocketChannel
- setExtraStreamIds(int) - Method in class io.netty5.handler.codec.http2.DefaultHttp2GoAwayFrame
- setExtraStreamIds(int) - Method in interface io.netty5.handler.codec.http2.Http2GoAwayFrame
-
Sets the number of IDs to reserve for the receiver to use while GOAWAY is in transit.
- setFailure(Throwable) - Method in class io.netty5.util.concurrent.DefaultPromise
- setFailure(Throwable) - Method in interface io.netty5.util.concurrent.Promise
-
Marks this promise as a failure and notifies all listeners attached to the future.
- setFlag(boolean, short) - Method in class io.netty5.handler.codec.http2.Http2Flags
-
Generic method to set any flag.
- setFloat(int, float) - Method in interface io.netty5.buffer.api.BufferAccessor
-
Set the given float value at the given write offset.
- setFloat(int, float) - Method in class io.netty5.buffer.api.BufferStub
- setFloat(int, float) - Method in interface io.netty5.buffer.api.CompositeBuffer
- setFloat(CharSequence, float) - Method in class io.netty5.handler.codec.http2.ReadOnlyHttp2Headers
- setFloat(K, float) - Method in class io.netty5.handler.codec.DefaultHeaders
- setFloat(K, float) - Method in class io.netty5.handler.codec.EmptyHeaders
- setFloat(K, float) - Method in interface io.netty5.handler.codec.Headers
-
Set the
name
tovalue
. - setForceCloseTimeoutMillis(long) - Method in class io.netty5.handler.codec.http.websocketx.WebSocketClientHandshaker
-
Sets timeout to close the connection if it was not closed by the server.
- setForceCloseTimeoutMillis(long) - Method in class io.netty5.handler.codec.http.websocketx.WebSocketClientHandshaker13
- setHandshakeTimeout(long, TimeUnit) - Method in class io.netty5.handler.ssl.SslHandler
- setHandshakeTimeoutMillis(long) - Method in class io.netty5.handler.ssl.SslHandler
- setHeader(HttpMessage, CharSequence, Iterable<?>) - Static method in class io.netty5.handler.codec.http.HttpHeaders
-
Deprecated.Use
HttpHeaders.set(CharSequence, Iterable)
instead. Sets a new header with the specified name and values. If there is an existing header with the same name, the existing header is removed. This getMethod can be represented approximately as the following code:removeHeader(message, name); for (Object v: values) { if (v == null) { break; } addHeader(message, name, v); }
- setHeader(HttpMessage, CharSequence, Object) - Static method in class io.netty5.handler.codec.http.HttpHeaders
-
Deprecated.Use
HttpHeaders.set(CharSequence, Object)
instead. Sets a new header with the specified name and value. If there is an existing header with the same name, the existing header is removed. 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. - setHeader(HttpMessage, String, Iterable<?>) - Static method in class io.netty5.handler.codec.http.HttpHeaders
-
Deprecated.Use
HttpHeaders.set(CharSequence, Iterable)
instead. - setHeader(HttpMessage, String, Object) - Static method in class io.netty5.handler.codec.http.HttpHeaders
-
Deprecated.Use
HttpHeaders.set(CharSequence, Object)
instead. - setHost(HttpMessage, CharSequence) - Static method in class io.netty5.handler.codec.http.HttpHeaders
-
Deprecated.Use
HttpHeaders.set(CharSequence, Object)
instead. Sets the"Host"
header. - setHost(HttpMessage, String) - Static method in class io.netty5.handler.codec.http.HttpHeaders
-
Deprecated.Use
HttpHeaders.set(CharSequence, Object)
instead. - setHttpOnly(boolean) - Method in interface io.netty5.handler.codec.http.cookie.Cookie
-
Determines if this
Cookie
is HTTP only. - setHttpOnly(boolean) - Method in class io.netty5.handler.codec.http.cookie.DefaultCookie
- setId(int) - Method in class io.netty5.handler.codec.dns.AbstractDnsMessage
- setId(int) - Method in class io.netty5.handler.codec.dns.DatagramDnsQuery
- setId(int) - Method in class io.netty5.handler.codec.dns.DatagramDnsResponse
- setId(int) - Method in class io.netty5.handler.codec.dns.DefaultDnsQuery
- setId(int) - Method in class io.netty5.handler.codec.dns.DefaultDnsResponse
- setId(int) - Method in interface io.netty5.handler.codec.dns.DnsMessage
-
Sets the
ID
of this DNS message. - setId(int) - Method in interface io.netty5.handler.codec.dns.DnsQuery
- setId(int) - Method in interface io.netty5.handler.codec.dns.DnsResponse
- setIfAbsent(T) - Method in interface io.netty5.util.Attribute
-
Atomically sets to the given value if this
Attribute
's value isnull
. - setInt(int, int) - Method in interface io.netty5.buffer.api.BufferAccessor
-
Set the given int value at the given write offset.
- setInt(int, int) - Method in class io.netty5.buffer.api.BufferStub
- setInt(int, int) - Method in interface io.netty5.buffer.api.CompositeBuffer
- setInt(CharSequence, int) - Method in class io.netty5.handler.codec.http.DefaultHttpHeaders
- setInt(CharSequence, int) - Method in class io.netty5.handler.codec.http.EmptyHttpHeaders
- setInt(CharSequence, int) - Method in class io.netty5.handler.codec.http.HttpHeaders
-
Set the
name
tovalue
. - setInt(CharSequence, int) - Method in class io.netty5.handler.codec.http.ReadOnlyHttpHeaders
- setInt(CharSequence, int) - Method in class io.netty5.handler.codec.http2.ReadOnlyHttp2Headers
- setInt(K, int) - Method in class io.netty5.handler.codec.DefaultHeaders
- setInt(K, int) - Method in class io.netty5.handler.codec.EmptyHeaders
- setInt(K, int) - Method in interface io.netty5.handler.codec.Headers
-
Set the
name
tovalue
. - setIntHeader(HttpMessage, CharSequence, int) - Static method in class io.netty5.handler.codec.http.HttpHeaders
-
Deprecated.Use
HttpHeaders.setInt(CharSequence, int)
instead. Sets a new integer header with the specified name and value. If there is an existing header with the same name, the existing header is removed. - setIntHeader(HttpMessage, CharSequence, Iterable<Integer>) - Static method in class io.netty5.handler.codec.http.HttpHeaders
-
Deprecated.Use
HttpHeaders.set(CharSequence, Iterable)
instead. Sets a new integer header with the specified name and values. If there is an existing header with the same name, the existing header is removed. - setIntHeader(HttpMessage, String, int) - Static method in class io.netty5.handler.codec.http.HttpHeaders
-
Deprecated.Use
HttpHeaders.setInt(CharSequence, int)
instead. - setIntHeader(HttpMessage, String, Iterable<Integer>) - Static method in class io.netty5.handler.codec.http.HttpHeaders
-
Deprecated.Use
HttpHeaders.set(CharSequence, Iterable)
instead. - setIntOpt(int, int, int) - Method in class io.netty5.channel.unix.Socket
- setKeepAlive(boolean) - Method in class io.netty5.channel.unix.Socket
- setKeepAlive(HttpHeaders, HttpVersion, boolean) - Static method in class io.netty5.handler.codec.http.HttpUtil
-
Sets the value of the
"Connection"
header depending on the protocol version of the specified message. - setKeepAlive(HttpMessage, boolean) - Static method in class io.netty5.handler.codec.http.HttpHeaders
-
Deprecated.Use
HttpUtil.setKeepAlive(HttpMessage, boolean)
instead. Sets the value of the"Connection"
header depending on the protocol version of the specified message. This getMethod sets or removes the"Connection"
header depending on what the default keep alive mode of the message's protocol version is, as specified byHttpVersion.isKeepAliveDefault()
.- If the connection is kept alive by default:
- set to
"close"
ifkeepAlive
isfalse
. - remove otherwise.
- set to
- If the connection is closed by default:
- set to
"keep-alive"
ifkeepAlive
istrue
. - remove otherwise.
- set to
- If the connection is kept alive by default:
- setKeepAlive(HttpMessage, boolean) - Static method in class io.netty5.handler.codec.http.HttpUtil
-
Sets the value of the
"Connection"
header depending on the protocol version of the specified message. - setLength(int) - Method in class io.netty5.util.internal.AppendableCharSequence
- setLevel(ResourceLeakDetector.Level) - Static method in class io.netty5.util.ResourceLeakDetector
-
Sets the resource leak detection level.
- setLong(int, long) - Method in interface io.netty5.buffer.api.BufferAccessor
-
Set the given long value at the given write offset.
- setLong(int, long) - Method in class io.netty5.buffer.api.BufferStub
- setLong(int, long) - Method in interface io.netty5.buffer.api.CompositeBuffer
- setLong(CharSequence, long) - Method in class io.netty5.handler.codec.http2.ReadOnlyHttp2Headers
- setLong(K, long) - Method in class io.netty5.handler.codec.DefaultHeaders
- setLong(K, long) - Method in class io.netty5.handler.codec.EmptyHeaders
- setLong(K, long) - Method in interface io.netty5.handler.codec.Headers
-
Set the
name
tovalue
. - setMaxAge(long) - Method in interface io.netty5.handler.codec.http.cookie.Cookie
-
Sets the maximum age of this
Cookie
in seconds. - setMaxAge(long) - Method in class io.netty5.handler.codec.http.cookie.DefaultCookie
- setMaxDeviation(float, float, float) - Method in class io.netty5.handler.traffic.GlobalChannelTrafficShapingHandler
- setMaxGlobalWriteSize(long) - Method in class io.netty5.handler.traffic.GlobalChannelTrafficShapingHandler
-
Note the change will be taken as best effort, meaning that all already scheduled traffics will not be changed, but only applied to new traffics.
So the expected usage of this method is to be used not too often, accordingly to the traffic shaping configuration. - setMaxGlobalWriteSize(long) - Method in class io.netty5.handler.traffic.GlobalTrafficShapingHandler
-
Note the change will be taken as best effort, meaning that all already scheduled traffics will not be changed, but only applied to new traffics.
So the expected usage of this method is to be used not too often, accordingly to the traffic shaping configuration. - setMaxTimeWait(long) - Method in class io.netty5.handler.traffic.AbstractTrafficShapingHandler
-
Note the change will be taken as best effort, meaning that all already scheduled traffics will not be changed, but only applied to new traffics.
- setMaxWriteDelay(long) - Method in class io.netty5.handler.traffic.AbstractTrafficShapingHandler
-
Note the change will be taken as best effort, meaning that all already scheduled traffics will not be changed, but only applied to new traffics.
- setMaxWriteSize(long) - Method in class io.netty5.handler.traffic.AbstractTrafficShapingHandler
-
Note that this limit is a best effort on memory limitation to prevent Out Of Memory Exception.
- setMedium(int, int) - Method in interface io.netty5.buffer.api.BufferAccessor
-
Set the given int value at the given write offset.
- setMedium(int, int) - Method in class io.netty5.buffer.api.BufferStub
- setMedium(int, int) - Method in interface io.netty5.buffer.api.CompositeBuffer
- setMemory(byte[], int, long, byte) - Static method in class io.netty5.util.internal.PlatformDependent
- setMemory(long, long, byte) - Static method in class io.netty5.util.internal.PlatformDependent
- setMemory(Object, long, long, byte) - Static method in class io.netty5.util.internal.PlatformDependent
- setMemory(ByteBuffer, int, byte) - Static method in interface io.netty5.buffer.api.internal.Statics
- setMethod(HttpMethod) - Method in class io.netty5.handler.codec.http.DefaultFullHttpRequest
- setMethod(HttpMethod) - Method in class io.netty5.handler.codec.http.DefaultHttpRequest
- setMethod(HttpMethod) - Method in interface io.netty5.handler.codec.http.FullHttpRequest
- setMethod(HttpMethod) - Method in interface io.netty5.handler.codec.http.HttpRequest
-
Set the
HttpMethod
of thisHttpRequest
. - setNeedClientAuth(boolean) - Method in class io.netty5.handler.ssl.ReferenceCountedOpenSslEngine
- setObject(CharSequence, Iterable<?>) - Method in class io.netty5.handler.codec.http2.ReadOnlyHttp2Headers
- setObject(CharSequence, Object) - Method in class io.netty5.handler.codec.http2.ReadOnlyHttp2Headers
- setObject(CharSequence, Object...) - Method in class io.netty5.handler.codec.http2.ReadOnlyHttp2Headers
- setObject(K, Iterable<?>) - Method in class io.netty5.handler.codec.DefaultHeaders
- setObject(K, Iterable<?>) - Method in class io.netty5.handler.codec.EmptyHeaders
- setObject(K, Iterable<?>) - Method in interface io.netty5.handler.codec.Headers
-
Sets a header with the specified name and values.
- setObject(K, Object) - Method in class io.netty5.handler.codec.DefaultHeaders
- setObject(K, Object) - Method in class io.netty5.handler.codec.EmptyHeaders
- setObject(K, Object) - Method in interface io.netty5.handler.codec.Headers
-
Sets a new header.
- setObject(K, Object...) - Method in class io.netty5.handler.codec.DefaultHeaders
- setObject(K, Object...) - Method in class io.netty5.handler.codec.EmptyHeaders
- setObject(K, Object...) - Method in interface io.netty5.handler.codec.Headers
-
Sets a header with the specified name and values.
- setOcspResponse(byte[]) - Method in class io.netty5.handler.ssl.ReferenceCountedOpenSslEngine
-
Sets the OCSP response.
- setOpCode(DnsOpCode) - Method in class io.netty5.handler.codec.dns.AbstractDnsMessage
- setOpCode(DnsOpCode) - Method in class io.netty5.handler.codec.dns.DatagramDnsQuery
- setOpCode(DnsOpCode) - Method in class io.netty5.handler.codec.dns.DatagramDnsResponse
- setOpCode(DnsOpCode) - Method in class io.netty5.handler.codec.dns.DefaultDnsQuery
- setOpCode(DnsOpCode) - Method in class io.netty5.handler.codec.dns.DefaultDnsResponse
- setOpCode(DnsOpCode) - Method in interface io.netty5.handler.codec.dns.DnsMessage
-
Sets the
opCode
of this DNS message. - setOpCode(DnsOpCode) - Method in interface io.netty5.handler.codec.dns.DnsQuery
- setOpCode(DnsOpCode) - Method in interface io.netty5.handler.codec.dns.DnsResponse
- setOption(ChannelOption<T>, T) - Method in class io.netty5.channel.AbstractChannel
- setOption(ChannelOption<T>, T) - Method in interface io.netty5.channel.Channel
-
Sets a configuration property with the specified name and value.
- setOpWrite() - Method in class io.netty5.channel.nio.AbstractNioByteChannel
- setPath(String) - Method in interface io.netty5.handler.codec.http.cookie.Cookie
-
Sets the path of this
Cookie
. - setPath(String) - Method in class io.netty5.handler.codec.http.cookie.DefaultCookie
- setPrivateKeyMethod(OpenSslPrivateKeyMethod) - Method in class io.netty5.handler.ssl.ReferenceCountedOpenSslContext
-
Deprecated.
- setProperty(Http2Connection.PropertyKey, V) - Method in interface io.netty5.handler.codec.http2.Http2Stream
-
Associates the application-defined data with this stream.
- setProtocolVersion(HttpVersion) - Method in class io.netty5.handler.codec.http.DefaultFullHttpRequest
- setProtocolVersion(HttpVersion) - Method in class io.netty5.handler.codec.http.DefaultFullHttpResponse
- setProtocolVersion(HttpVersion) - Method in class io.netty5.handler.codec.http.DefaultHttpMessage
- setProtocolVersion(HttpVersion) - Method in class io.netty5.handler.codec.http.DefaultHttpRequest
- setProtocolVersion(HttpVersion) - Method in class io.netty5.handler.codec.http.DefaultHttpResponse
- setProtocolVersion(HttpVersion) - Method in interface io.netty5.handler.codec.http.FullHttpRequest
- setProtocolVersion(HttpVersion) - Method in interface io.netty5.handler.codec.http.FullHttpResponse
- setProtocolVersion(HttpVersion) - Method in interface io.netty5.handler.codec.http.HttpMessage
-
Set the protocol version of this
HttpMessage
- setProtocolVersion(HttpVersion) - Method in interface io.netty5.handler.codec.http.HttpRequest
- setProtocolVersion(HttpVersion) - Method in interface io.netty5.handler.codec.http.HttpResponse
- setRawOpt(int, int, ByteBuffer) - Method in class io.netty5.channel.unix.Socket
- setReadChannelLimit(long) - Method in class io.netty5.handler.traffic.GlobalChannelTrafficShapingHandler
- setReadLimit(long) - Method in class io.netty5.handler.traffic.AbstractTrafficShapingHandler
-
Note the change will be taken as best effort, meaning that all already scheduled traffics will not be changed, but only applied to new traffics.
- setReadPending(boolean) - Method in class io.netty5.channel.nio.AbstractNioChannel
-
Deprecated.Use
AbstractNioChannel.clearReadPending()
if appropriate instead. No longer supported. - setReceiveBufferSize(int) - Method in class io.netty5.channel.unix.Socket
- setRecord(DnsSection, int, DnsRecord) - Method in class io.netty5.handler.codec.dns.AbstractDnsMessage
- setRecord(DnsSection, int, DnsRecord) - Method in interface io.netty5.handler.codec.dns.DnsMessage
-
Sets the specified
record
at the specifiedindex
of the specifiedsection
of this DNS message. - setRecord(DnsSection, DnsRecord) - Method in class io.netty5.handler.codec.dns.AbstractDnsMessage
- setRecord(DnsSection, DnsRecord) - Method in class io.netty5.handler.codec.dns.DatagramDnsQuery
- setRecord(DnsSection, DnsRecord) - Method in class io.netty5.handler.codec.dns.DatagramDnsResponse
- setRecord(DnsSection, DnsRecord) - Method in class io.netty5.handler.codec.dns.DefaultDnsQuery
- setRecord(DnsSection, DnsRecord) - Method in class io.netty5.handler.codec.dns.DefaultDnsResponse
- setRecord(DnsSection, DnsRecord) - Method in interface io.netty5.handler.codec.dns.DnsMessage
-
Sets the specified
section
of this DNS message to the specifiedrecord
, making it a single-record section. - setRecord(DnsSection, DnsRecord) - Method in interface io.netty5.handler.codec.dns.DnsQuery
- setRecord(DnsSection, DnsRecord) - Method in interface io.netty5.handler.codec.dns.DnsResponse
- setRecursionAvailable(boolean) - Method in class io.netty5.handler.codec.dns.DatagramDnsResponse
- setRecursionAvailable(boolean) - Method in class io.netty5.handler.codec.dns.DefaultDnsResponse
- setRecursionAvailable(boolean) - Method in interface io.netty5.handler.codec.dns.DnsResponse
-
Set to
true
if DNS server can handle recursive queries. - setRecursionDesired(boolean) - Method in class io.netty5.handler.codec.dns.AbstractDnsMessage
- setRecursionDesired(boolean) - Method in class io.netty5.handler.codec.dns.DatagramDnsQuery
- setRecursionDesired(boolean) - Method in class io.netty5.handler.codec.dns.DatagramDnsResponse
- setRecursionDesired(boolean) - Method in class io.netty5.handler.codec.dns.DefaultDnsQuery
- setRecursionDesired(boolean) - Method in class io.netty5.handler.codec.dns.DefaultDnsResponse
- setRecursionDesired(boolean) - Method in interface io.netty5.handler.codec.dns.DnsMessage
-
Sets the
RD
(recursion desired} field of this DNS message. - setRecursionDesired(boolean) - Method in interface io.netty5.handler.codec.dns.DnsQuery
- setRecursionDesired(boolean) - Method in interface io.netty5.handler.codec.dns.DnsResponse
- setRefCnt(int) - Method in class io.netty5.util.AbstractReferenceCounted
-
An unsafe operation intended for use by a subclass that sets the reference count of the buffer directly
- setRefCnt(T, int) - Method in class io.netty5.util.internal.ReferenceCountUpdater
-
An unsafe operation that sets the reference count directly
- setRejectRemoteInitiatedRenegotiation(boolean) - Method in class io.netty5.handler.ssl.ReferenceCountedOpenSslContext
-
Deprecated.
- setResourceLeakDetectorFactory(ResourceLeakDetectorFactory) - Static method in class io.netty5.util.ResourceLeakDetectorFactory
-
Set the factory's singleton instance.
- setReuseAddress(boolean) - Method in class io.netty5.channel.unix.Socket
- setReusePort(boolean) - Method in class io.netty5.channel.unix.Socket
- setSameSite(CookieHeaderNames.SameSite) - Method in class io.netty5.handler.codec.http.cookie.DefaultCookie
-
Determines if this this
Cookie
can be sent along cross-site requests. - setSecure(boolean) - Method in interface io.netty5.handler.codec.http.cookie.Cookie
-
Sets the security getStatus of this
Cookie
- setSecure(boolean) - Method in class io.netty5.handler.codec.http.cookie.DefaultCookie
- setSendBufferSize(int) - Method in class io.netty5.channel.kqueue.KQueueDatagramChannel
- setSendBufferSize(int) - Method in class io.netty5.channel.unix.Socket
- setSessionCacheEnabled(boolean) - Method in class io.netty5.handler.ssl.OpenSslSessionContext
-
Enable or disable caching of SSL sessions.
- setSessionCacheSize(int) - Method in class io.netty5.handler.ssl.OpenSslSessionContext
- setSessionIdContext(byte[]) - Method in class io.netty5.handler.ssl.OpenSslServerSessionContext
-
Set the context within which session be reused (server side only) See man SSL_CTX_set_session_id_context
- setSessionTimeout(int) - Method in class io.netty5.handler.ssl.OpenSslSessionContext
- setShort(int, short) - Method in interface io.netty5.buffer.api.BufferAccessor
-
Set the given short value at the given write offset.
- setShort(int, short) - Method in class io.netty5.buffer.api.BufferStub
- setShort(int, short) - Method in interface io.netty5.buffer.api.CompositeBuffer
- setShort(CharSequence, short) - Method in class io.netty5.handler.codec.http.DefaultHttpHeaders
- setShort(CharSequence, short) - Method in class io.netty5.handler.codec.http.EmptyHttpHeaders
- setShort(CharSequence, short) - Method in class io.netty5.handler.codec.http.HttpHeaders
-
Set the
name
tovalue
. - setShort(CharSequence, short) - Method in class io.netty5.handler.codec.http.ReadOnlyHttpHeaders
- setShort(CharSequence, short) - Method in class io.netty5.handler.codec.http2.ReadOnlyHttp2Headers
- setShort(K, short) - Method in class io.netty5.handler.codec.DefaultHeaders
- setShort(K, short) - Method in class io.netty5.handler.codec.EmptyHeaders
- setShort(K, short) - Method in interface io.netty5.handler.codec.Headers
-
Set the
name
tovalue
. - setSingleDecode(boolean) - Method in class io.netty5.handler.codec.ByteToMessageDecoder
-
If set then only one message is decoded on each
ByteToMessageDecoder.channelRead(ChannelHandlerContext, Object)
call. - setSingleDecode(boolean) - Method in class io.netty5.handler.codec.http.HttpClientCodec
- setSoLinger(int) - Method in class io.netty5.channel.unix.Socket
- setSSLParameters(SSLParameters) - Method in class io.netty5.handler.ssl.ReferenceCountedOpenSslEngine
- setStatus(HttpResponseStatus) - Method in class io.netty5.handler.codec.http.DefaultFullHttpResponse
- setStatus(HttpResponseStatus) - Method in class io.netty5.handler.codec.http.DefaultHttpResponse
- setStatus(HttpResponseStatus) - Method in interface io.netty5.handler.codec.http.FullHttpResponse
- setStatus(HttpResponseStatus) - Method in interface io.netty5.handler.codec.http.HttpResponse
-
Set the status of this
HttpResponse
. - setSuccess(V) - Method in class io.netty5.util.concurrent.DefaultPromise
- setSuccess(V) - Method in interface io.netty5.util.concurrent.Promise
-
Marks this promise as a success and notifies all listeners attached to the future.
- setTcpNoDelay(boolean) - Method in class io.netty5.channel.unix.Socket
- setTicketKeys(byte[]) - Method in class io.netty5.handler.ssl.OpenSslSessionContext
-
Deprecated.
- setTicketKeys(byte[]) - Method in class io.netty5.handler.ssl.ReferenceCountedOpenSslContext
-
Deprecated.
- setTicketKeys(OpenSslSessionTicketKey...) - Method in class io.netty5.handler.ssl.OpenSslSessionContext
-
Sets the SSL session ticket keys of this context.
- setTimeMillis(CharSequence, long) - Method in class io.netty5.handler.codec.http2.ReadOnlyHttp2Headers
- setTimeMillis(K, long) - Method in class io.netty5.handler.codec.DefaultHeaders
- setTimeMillis(K, long) - Method in class io.netty5.handler.codec.EmptyHeaders
- setTimeMillis(K, long) - Method in interface io.netty5.handler.codec.Headers
-
Set the
name
tovalue
. - SETTING_ENTRY_LENGTH - Static variable in class io.netty5.handler.codec.http2.Http2CodecUtil
- settings() - Method in class io.netty5.handler.codec.http2.DefaultHttp2SettingsFrame
- settings() - Method in interface io.netty5.handler.codec.http2.Http2SettingsFrame
- SETTINGS - Static variable in class io.netty5.handler.codec.http2.Http2FrameTypes
- SETTINGS_ENABLE_PUSH - Static variable in class io.netty5.handler.codec.http2.Http2CodecUtil
- SETTINGS_HEADER_TABLE_SIZE - Static variable in class io.netty5.handler.codec.http2.Http2CodecUtil
- SETTINGS_INITIAL_WINDOW_SIZE - Static variable in class io.netty5.handler.codec.http2.Http2CodecUtil
- SETTINGS_MAX_CONCURRENT_STREAMS - Static variable in class io.netty5.handler.codec.http2.Http2CodecUtil
- SETTINGS_MAX_FRAME_SIZE - Static variable in class io.netty5.handler.codec.http2.Http2CodecUtil
- SETTINGS_MAX_HEADER_LIST_SIZE - Static variable in class io.netty5.handler.codec.http2.Http2CodecUtil
- SETTINGS_TIMEOUT - io.netty5.handler.codec.http2.Http2Error
- setTrafficClass(int) - Method in class io.netty5.channel.unix.Socket
- setTransferEncodingChunked(HttpMessage) - Static method in class io.netty5.handler.codec.http.HttpHeaders
-
Deprecated.
- setTransferEncodingChunked(HttpMessage, boolean) - Static method in class io.netty5.handler.codec.http.HttpUtil
-
Set the
HttpHeaderNames.TRANSFER_ENCODING
to either includeHttpHeaderValues.CHUNKED
ifchunked
istrue
, or removeHttpHeaderValues.CHUNKED
ifchunked
isfalse
. - setTruncated(boolean) - Method in class io.netty5.handler.codec.dns.DatagramDnsResponse
- setTruncated(boolean) - Method in class io.netty5.handler.codec.dns.DefaultDnsResponse
- setTruncated(boolean) - Method in interface io.netty5.handler.codec.dns.DnsResponse
-
Set to
true
if response has been truncated (usually happens for responses over 512 bytes). - setUncancellable() - Method in class io.netty5.util.concurrent.DefaultPromise
- setUncancellable() - Method in interface io.netty5.util.concurrent.Promise
-
Make this promise impossible to cancel.
- setUnsignedByte(int, int) - Method in interface io.netty5.buffer.api.BufferAccessor
-
Set the given unsigned byte value at the given write offset.
- setUnsignedByte(int, int) - Method in class io.netty5.buffer.api.BufferStub
- setUnsignedByte(int, int) - Method in interface io.netty5.buffer.api.CompositeBuffer
- setUnsignedInt(int, long) - Method in interface io.netty5.buffer.api.BufferAccessor
-
Set the given unsigned int value at the given write offset.
- setUnsignedInt(int, long) - Method in class io.netty5.buffer.api.BufferStub
- setUnsignedInt(int, long) - Method in interface io.netty5.buffer.api.CompositeBuffer
- setUnsignedMedium(int, int) - Method in interface io.netty5.buffer.api.BufferAccessor
-
Set the given unsigned int value at the given write offset.
- setUnsignedMedium(int, int) - Method in class io.netty5.buffer.api.BufferStub
- setUnsignedMedium(int, int) - Method in interface io.netty5.buffer.api.CompositeBuffer
- setUnsignedShort(int, int) - Method in interface io.netty5.buffer.api.BufferAccessor
-
Set the given unsigned short value at the given write offset.
- setUnsignedShort(int, int) - Method in class io.netty5.buffer.api.BufferStub
- setUnsignedShort(int, int) - Method in interface io.netty5.buffer.api.CompositeBuffer
- SETUP - Static variable in class io.netty5.handler.codec.rtsp.RtspMethods
-
The SETUP request for a URI specifies the transport mechanism to be used for the streamed media.
- setUpgradeHeaders(ChannelHandlerContext, HttpRequest) - Method in interface io.netty5.handler.codec.http.HttpClientUpgradeHandler.UpgradeCodec
-
Sets any protocol-specific headers required to the upgrade request.
- setUpgradeHeaders(ChannelHandlerContext, HttpRequest) - Method in class io.netty5.handler.codec.http2.Http2ClientUpgradeCodec
- setUri(String) - Method in class io.netty5.handler.codec.http.DefaultFullHttpRequest
- setUri(String) - Method in class io.netty5.handler.codec.http.DefaultHttpRequest
- setUri(String) - Method in interface io.netty5.handler.codec.http.FullHttpRequest
- setUri(String) - Method in interface io.netty5.handler.codec.http.HttpRequest
-
Set the requested URI (or alternatively, path)
- setUseClientMode(boolean) - Method in class io.netty5.handler.ssl.ReferenceCountedOpenSslEngine
- setUseTasks(boolean) - Method in class io.netty5.handler.ssl.ReferenceCountedOpenSslContext
-
Deprecated.
- setValue(String) - Method in interface io.netty5.handler.codec.http.cookie.Cookie
-
Sets the value of this
Cookie
. - setValue(String) - Method in class io.netty5.handler.codec.http.cookie.DefaultCookie
- setValue(V) - Method in class io.netty5.handler.codec.DefaultHeaders.HeaderEntry
- setValue(V) - Method in interface io.netty5.util.collection.ByteObjectMap.PrimitiveEntry
-
Sets the value for this entry.
- setValue(V) - Method in interface io.netty5.util.collection.CharObjectMap.PrimitiveEntry
-
Sets the value for this entry.
- setValue(V) - Method in interface io.netty5.util.collection.IntObjectMap.PrimitiveEntry
-
Sets the value for this entry.
- setValue(V) - Method in interface io.netty5.util.collection.LongObjectMap.PrimitiveEntry
-
Sets the value for this entry.
- setValue(V) - Method in interface io.netty5.util.collection.ShortObjectMap.PrimitiveEntry
-
Sets the value for this entry.
- setVerify(int, int) - Method in class io.netty5.handler.ssl.ReferenceCountedOpenSslEngine
-
See SSL_set_verify and
SSL.setVerify(long, int, int)
. - setWantClientAuth(boolean) - Method in class io.netty5.handler.ssl.ReferenceCountedOpenSslEngine
- setWrap(boolean) - Method in interface io.netty5.handler.codec.http.cookie.Cookie
-
Sets true if the value of this
Cookie
is to be wrapped with double quotes. - setWrap(boolean) - Method in class io.netty5.handler.codec.http.cookie.DefaultCookie
- setWrapDataSize(int) - Method in class io.netty5.handler.ssl.SslHandler
-
Sets the number of bytes to pass to each
SSLEngine.wrap(ByteBuffer[], int, int, ByteBuffer)
call. - setWriteChannelLimit(long) - Method in class io.netty5.handler.traffic.GlobalChannelTrafficShapingHandler
- setWriteLimit(long) - Method in class io.netty5.handler.traffic.AbstractTrafficShapingHandler
-
Note the change will be taken as best effort, meaning that all already scheduled traffics will not be changed, but only applied to new traffics.
- setZ(int) - Method in class io.netty5.handler.codec.dns.AbstractDnsMessage
- setZ(int) - Method in class io.netty5.handler.codec.dns.DatagramDnsQuery
- setZ(int) - Method in class io.netty5.handler.codec.dns.DatagramDnsResponse
- setZ(int) - Method in class io.netty5.handler.codec.dns.DefaultDnsQuery
- setZ(int) - Method in class io.netty5.handler.codec.dns.DefaultDnsResponse
- setZ(int) - Method in interface io.netty5.handler.codec.dns.DnsMessage
-
Sets the
Z
(reserved for future use) field of this DNS message. - setZ(int) - Method in interface io.netty5.handler.codec.dns.DnsQuery
- setZ(int) - Method in interface io.netty5.handler.codec.dns.DnsResponse
- shortCircuit() - Method in class io.netty5.handler.codec.http.cors.CorsConfigBuilder
-
Specifies that a CORS request should be rejected if it's invalid before being further processing.
- ShortCollections - Class in io.netty5.util.collection
-
Utilities for short-based primitive collections.
- shortCommitHash() - Method in class io.netty5.util.Version
- shortCurcuit() - Method in class io.netty5.handler.codec.http.cors.CorsConfig.Builder
-
Deprecated.Use
CorsConfigBuilder.shortCircuit()
instead. - ShortObjectHashMap<V> - Class in io.netty5.util.collection
-
A hash map implementation of
ShortObjectMap
that uses open addressing for keys. - ShortObjectHashMap() - Constructor for class io.netty5.util.collection.ShortObjectHashMap
- ShortObjectHashMap(int) - Constructor for class io.netty5.util.collection.ShortObjectHashMap
- ShortObjectHashMap(int, float) - Constructor for class io.netty5.util.collection.ShortObjectHashMap
- ShortObjectMap<V> - Interface in io.netty5.util.collection
-
Interface for a primitive map that uses
short
s as keys. - ShortObjectMap.PrimitiveEntry<V> - Interface in io.netty5.util.collection
-
A primitive entry in the map, provided by the iterator from
ShortObjectMap.entries()
- shouldHandleUpgradeRequest(HttpRequest) - Method in class io.netty5.handler.codec.http.HttpServerUpgradeHandler
-
Determines whether the specified upgrade
HttpRequest
should be handled by this handler or not. - shouldUseIpv6(ProtocolFamily) - Static method in class io.netty5.channel.unix.Socket
- shuffled(Iterable<? extends InetSocketAddress>) - Static method in class io.netty5.resolver.dns.DnsServerAddresses
-
Returns the
DnsServerAddresses
that yields the specifiedaddress
in a shuffled order. - shuffled(InetSocketAddress...) - Static method in class io.netty5.resolver.dns.DnsServerAddresses
-
Returns the
DnsServerAddresses
that yields the specifiedaddresses
in a shuffled order. - shutdown() - Method in class io.netty5.channel.unix.Socket
- shutdown() - Method in class io.netty5.handler.ssl.ReferenceCountedOpenSslEngine
-
Destroys this engine.
- shutdown(boolean, boolean) - Method in class io.netty5.channel.unix.Socket
- shutdown(ChannelHandlerContext, ChannelShutdownDirection) - Method in interface io.netty5.channel.ChannelHandler
-
Called once a shutdown operation was requested and should be executed.
- shutdown(ChannelHandlerContext, ChannelShutdownDirection) - Method in class io.netty5.channel.CombinedChannelDuplexHandler
- shutdown(ChannelShutdownDirection) - Method in interface io.netty5.channel.Channel
- shutdown(ChannelShutdownDirection) - Method in interface io.netty5.channel.ChannelOutboundInvoker
- shutdown(ChannelShutdownDirection) - Method in class io.netty5.channel.DefaultChannelPipeline
- shutdown(ChannelShutdownDirection) - Method in class io.netty5.channel.internal.DelegatingChannelHandlerContext
- shutdownGracefully() - Method in interface io.netty5.util.concurrent.EventExecutorGroup
-
Shortcut method for
EventExecutorGroup.shutdownGracefully(long, long, TimeUnit)
with sensible default values. - shutdownGracefully() - Method in class io.netty5.util.concurrent.NonStickyEventExecutorGroup
- shutdownGracefully(long, long, TimeUnit) - Method in interface io.netty5.util.concurrent.EventExecutorGroup
-
Signals this executor that the caller wants the executor to be shut down.
- shutdownGracefully(long, long, TimeUnit) - Method in class io.netty5.util.concurrent.GlobalEventExecutor
- shutdownGracefully(long, long, TimeUnit) - Method in class io.netty5.util.concurrent.ImmediateEventExecutor
- shutdownGracefully(long, long, TimeUnit) - Method in class io.netty5.util.concurrent.MultithreadEventExecutorGroup
- shutdownGracefully(long, long, TimeUnit) - Method in class io.netty5.util.concurrent.NonStickyEventExecutorGroup
- shutdownGracefully(long, long, TimeUnit) - Method in class io.netty5.util.concurrent.SingleThreadEventExecutor
- shutdownGracefully(long, long, TimeUnit) - Method in class io.netty5.util.concurrent.UnorderedThreadPoolEventExecutor
- shutdownHint() - Method in exception io.netty5.handler.codec.http2.Http2Exception
-
Provide a hint as to what type of shutdown should be executed.
- shutdownTransport(ChannelShutdownDirection, Promise<Void>) - Method in class io.netty5.channel.AbstractChannel.DefaultAbstractChannelPipeline
- shutdownTransport(ChannelShutdownDirection, Promise<Void>) - Method in class io.netty5.channel.AbstractChannel
- shutdownTransport(ChannelShutdownDirection, Promise<Void>) - Method in class io.netty5.channel.DefaultChannelPipeline
-
Shutdown the given direction of the transport and notify the
Promise
once the operation was completed. - SIG - Static variable in class io.netty5.handler.codec.dns.DnsRecordType
-
Signature record RFC 2535 Signature record used in SIG(0) (RFC 2931) and TKEY (RFC 2930).
- sign(SSLEngine, int, byte[]) - Method in interface io.netty5.handler.ssl.OpenSslAsyncPrivateKeyMethod
-
Signs the input with the given key and notifies the returned
Future
with the signed bytes. - sign(SSLEngine, int, byte[]) - Method in interface io.netty5.handler.ssl.OpenSslPrivateKeyMethod
-
Signs the input with the given key and returns the signed bytes.
- SilentDispose - Class in io.netty5.util.internal
-
Utility class for disposing of resources without propagating any exception that
Resource.close()
might throw. - SIMPLE - io.netty5.handler.logging.BufferFormat
-
Buffers will be logged in a simple format, with no hex dump included.
- SIMPLE - io.netty5.util.ResourceLeakDetector.Level
-
Enables simplistic sampling resource leak detection which reports there is a leak or not, at the cost of small overhead (default).
- SimpleChannelInboundHandler<I> - Class in io.netty5.channel
-
ChannelHandler
which allows to explicit only handle a specific type of messages. - SimpleChannelInboundHandler() - Constructor for class io.netty5.channel.SimpleChannelInboundHandler
-
see
SimpleChannelInboundHandler(boolean)
withtrue
as boolean parameter. - SimpleChannelInboundHandler(boolean) - Constructor for class io.netty5.channel.SimpleChannelInboundHandler
-
Create a new instance which will try to detect the types to match out of the type parameter of the class.
- SimpleChannelInboundHandler(Class<? extends I>) - Constructor for class io.netty5.channel.SimpleChannelInboundHandler
-
see
SimpleChannelInboundHandler(Class, boolean)
withtrue
as boolean value. - SimpleChannelInboundHandler(Class<? extends I>, boolean) - Constructor for class io.netty5.channel.SimpleChannelInboundHandler
-
Create a new instance
- simpleClassName(Class<?>) - Static method in class io.netty5.util.internal.StringUtil
-
Generates a simplified name from a
Class
. - simpleClassName(Object) - Static method in class io.netty5.util.internal.StringUtil
-
The shortcut to
simpleClassName(o.getClass())
. - SimpleKeyManagerFactory - Class in io.netty5.handler.ssl.util
-
Helps to implement a custom
KeyManagerFactory
. - SimpleKeyManagerFactory() - Constructor for class io.netty5.handler.ssl.util.SimpleKeyManagerFactory
-
Creates a new instance.
- SimpleKeyManagerFactory(String) - Constructor for class io.netty5.handler.ssl.util.SimpleKeyManagerFactory
-
Creates a new instance.
- SimpleNameResolver<T> - Class in io.netty5.resolver
-
A skeletal
NameResolver
implementation. - SimpleNameResolver(EventExecutor) - Constructor for class io.netty5.resolver.SimpleNameResolver
- SimpleTrustManagerFactory - Class in io.netty5.handler.ssl.util
-
Helps to implement a custom
TrustManagerFactory
. - SimpleTrustManagerFactory() - Constructor for class io.netty5.handler.ssl.util.SimpleTrustManagerFactory
-
Creates a new instance.
- SimpleTrustManagerFactory(String) - Constructor for class io.netty5.handler.ssl.util.SimpleTrustManagerFactory
-
Creates a new instance.
- SimpleUserEventChannelHandler<I> - Class in io.netty5.channel
-
ChannelHandler
which allows to conveniently only handle a specific type of user events. - SimpleUserEventChannelHandler() - Constructor for class io.netty5.channel.SimpleUserEventChannelHandler
-
see
SimpleUserEventChannelHandler(boolean)
withtrue
as boolean parameter. - SimpleUserEventChannelHandler(boolean) - Constructor for class io.netty5.channel.SimpleUserEventChannelHandler
-
Create a new instance which will try to detect the types to match out of the type parameter of the class.
- SimpleUserEventChannelHandler(Class<? extends I>) - Constructor for class io.netty5.channel.SimpleUserEventChannelHandler
-
see
SimpleUserEventChannelHandler(Class, boolean)
withtrue
as boolean value. - SimpleUserEventChannelHandler(Class<? extends I>, boolean) - Constructor for class io.netty5.channel.SimpleUserEventChannelHandler
-
Create a new instance
- SingleComponentIterator<T extends ComponentIterator.Next> - Class in io.netty5.buffer.api.internal
- SingleComponentIterator(Resource<?>, Object) - Constructor for class io.netty5.buffer.api.internal.SingleComponentIterator
- SingleThreadEventExecutor - Class in io.netty5.util.concurrent
-
OrderedEventExecutor
's implementation that execute all its submitted tasks in a single thread. - SingleThreadEventExecutor() - Constructor for class io.netty5.util.concurrent.SingleThreadEventExecutor
-
Create a new instance
- SingleThreadEventExecutor(Executor) - Constructor for class io.netty5.util.concurrent.SingleThreadEventExecutor
-
Create a new instance
- SingleThreadEventExecutor(Executor, int, RejectedExecutionHandler) - Constructor for class io.netty5.util.concurrent.SingleThreadEventExecutor
-
Create a new instance
- SingleThreadEventExecutor(ThreadFactory) - Constructor for class io.netty5.util.concurrent.SingleThreadEventExecutor
-
Create a new instance
- SingleThreadEventExecutor(ThreadFactory, int, RejectedExecutionHandler) - Constructor for class io.netty5.util.concurrent.SingleThreadEventExecutor
-
Create a new instance
- SingleThreadEventLoop - Class in io.netty5.channel
- SingleThreadEventLoop(Executor, IoHandler) - Constructor for class io.netty5.channel.SingleThreadEventLoop
-
Create a new instance
- SingleThreadEventLoop(Executor, IoHandler, int, RejectedExecutionHandler) - Constructor for class io.netty5.channel.SingleThreadEventLoop
-
Create a new instance
- SingleThreadEventLoop(Executor, IoHandler, int, RejectedExecutionHandler, int) - Constructor for class io.netty5.channel.SingleThreadEventLoop
-
Create a new instance
- SingleThreadEventLoop(ThreadFactory, IoHandler) - Constructor for class io.netty5.channel.SingleThreadEventLoop
-
Create a new instance
- SingleThreadEventLoop(ThreadFactory, IoHandler, int, RejectedExecutionHandler) - Constructor for class io.netty5.channel.SingleThreadEventLoop
-
Create a new instance
- SingleThreadEventLoop(ThreadFactory, IoHandler, int, RejectedExecutionHandler, int) - Constructor for class io.netty5.channel.SingleThreadEventLoop
-
Create a new instance
- singleton(InetSocketAddress) - Static method in class io.netty5.resolver.dns.DnsServerAddresses
-
Returns the
DnsServerAddresses
that yields only a singleaddress
. - SingletonDnsServerAddressStreamProvider - Class in io.netty5.resolver.dns
-
A
DnsServerAddressStreamProvider
which always uses a single DNS server for resolution. - SingletonDnsServerAddressStreamProvider(InetSocketAddress) - Constructor for class io.netty5.resolver.dns.SingletonDnsServerAddressStreamProvider
-
Create a new instance.
- size() - Method in class io.netty5.channel.AbstractCoalescingBufferQueue
-
Get the number of elements in this queue added via one of the
AbstractCoalescingBufferQueue.add(Buffer)
methods. - size() - Method in class io.netty5.channel.ChannelOutboundBuffer
-
Returns the number of flushed messages in this
ChannelOutboundBuffer
. - size() - Method in class io.netty5.channel.group.DefaultChannelGroup
- size() - Method in class io.netty5.channel.PendingWriteQueue
-
Returns the number of pending write operations.
- size() - Method in class io.netty5.channel.unix.IovArray
-
Returns the size in bytes
- size() - Method in class io.netty5.handler.codec.DefaultHeaders
- size() - Method in class io.netty5.handler.codec.EmptyHeaders
- size() - Method in interface io.netty5.handler.codec.Headers
-
Returns the number of headers in this object.
- size() - Method in class io.netty5.handler.codec.http.DefaultHttpHeaders
- size() - Method in class io.netty5.handler.codec.http.EmptyHttpHeaders
- size() - Method in class io.netty5.handler.codec.http.HttpHeaders
-
Returns the number of headers in this object.
- size() - Method in class io.netty5.handler.codec.http.ReadOnlyHttpHeaders
- size() - Method in interface io.netty5.handler.codec.http2.Http2RemoteFlowController.FlowControlled
-
The size of the payload in terms of bytes applied to the flow-control window.
- size() - Method in class io.netty5.handler.codec.http2.ReadOnlyHttp2Headers
- size() - Method in interface io.netty5.resolver.dns.DnsServerAddressStream
-
Get the number of times
DnsServerAddressStream.next()
will return a distinct element before repeating or terminating. - size() - Method in class io.netty5.util.collection.ByteObjectHashMap
- size() - Method in class io.netty5.util.collection.CharObjectHashMap
- size() - Method in class io.netty5.util.collection.IntObjectHashMap
- size() - Method in class io.netty5.util.collection.LongObjectHashMap
- size() - Method in class io.netty5.util.collection.ShortObjectHashMap
- size() - Static method in class io.netty5.util.concurrent.FastThreadLocal
-
Returns the number of thread local variables bound to the current thread.
- size() - Method in class io.netty5.util.internal.DefaultPriorityQueue
- size() - Method in class io.netty5.util.internal.EmptyPriorityQueue
- size(Object) - Method in interface io.netty5.channel.MessageSizeEstimator.Handle
-
Calculate the size of the given message.
- size2SizeIdx(int) - Method in interface io.netty5.buffer.api.pool.SizeClassesMetric
-
Normalizes request size up to the nearest size class.
- SizeClassesMetric - Interface in io.netty5.buffer.api.pool
-
Expose metrics for an SizeClasses.
- sizeIdx2size(int) - Method in interface io.netty5.buffer.api.pool.SizeClassesMetric
-
Computes size from lookup table according to sizeIdx.
- sizeIdx2sizeCompute(int) - Method in interface io.netty5.buffer.api.pool.SizeClassesMetric
-
Computes size according to sizeIdx.
- SIZEOF_JLONG - Static variable in class io.netty5.channel.unix.Limits
- sizeofEpollEvent() - Static method in class io.netty5.channel.epoll.Native
- skip(long) - Method in class io.netty5.buffer.BufferInputStream
- skipBytes(int) - Method in class io.netty5.buffer.BufferInputStream
- skipReadableBytes(int) - Method in interface io.netty5.buffer.api.Buffer
-
Move the reader offset forward by the given delta.
- skipReadableBytes(int) - Method in class io.netty5.buffer.api.BufferStub
- skipReadableBytes(int) - Method in interface io.netty5.buffer.api.CompositeBuffer
- skipReadableBytes(int) - Method in interface io.netty5.buffer.api.ReadableComponent
-
Move the read-offset to indicate that the given number of bytes were read from this component.
- skipWritableBytes(int) - Method in interface io.netty5.buffer.api.Buffer
-
Move the writer offset to ahead by the given delta.
- skipWritableBytes(int) - Method in class io.netty5.buffer.api.BufferStub
- skipWritableBytes(int) - Method in interface io.netty5.buffer.api.CompositeBuffer
- skipWritableBytes(int) - Method in interface io.netty5.buffer.api.WritableComponent
-
Move the write-offset to indicate that the given number of bytes were written to this component.
- Slf4JLoggerFactory - Class in io.netty5.util.internal.logging
-
Logger factory which creates a SLF4J logger.
- Slf4JLoggerFactory() - Constructor for class io.netty5.util.internal.logging.Slf4JLoggerFactory
-
Deprecated.Use
Slf4JLoggerFactory.INSTANCE
instead. - sliceMemory(Object, int, int) - Method in class io.netty5.buffer.api.bytebuffer.ByteBufferMemoryManager
- sliceMemory(Object, int, int) - Method in interface io.netty5.buffer.api.MemoryManager
-
Produces a slice of the given internal memory representation object.
- sliceMemory(Object, int, int) - Method in class io.netty5.buffer.api.unsafe.UnsafeMemoryManager
- slowDownFactor() - Method in class io.netty5.handler.traffic.GlobalChannelTrafficShapingHandler
- smallCacheSize() - Method in interface io.netty5.buffer.api.pool.BufferAllocatorMetric
-
Return the size of the small cache.
- SMALLEST_MAX_CONCURRENT_STREAMS - Static variable in class io.netty5.handler.codec.http2.Http2CodecUtil
-
The assumed minimum value for
SETTINGS_MAX_CONCURRENT_STREAMS
as recommended by the HTTP/2 spec. - smallSubpages() - Method in interface io.netty5.buffer.api.pool.PoolArenaMetric
-
Returns an unmodifiable
List
which holdsPoolSubpageMetric
s for small sub-pages. - Snappy - Class in io.netty5.handler.codec.compression
- Snappy() - Constructor for class io.netty5.handler.codec.compression.Snappy
- SnappyCompressor - Class in io.netty5.handler.codec.compression
-
Compresses a
Buffer
using the Snappy framing format. - SnappyDecompressor - Class in io.netty5.handler.codec.compression
-
Uncompresses a
Buffer
encoded with the Snappy framing format. - sndCwnd() - Method in class io.netty5.channel.epoll.EpollTcpInfo
- sndMss() - Method in class io.netty5.channel.epoll.EpollTcpInfo
- sndSsthresh() - Method in class io.netty5.channel.epoll.EpollTcpInfo
- sndWscale() - Method in class io.netty5.channel.epoll.EpollTcpInfo
- SniCompletionEvent - Class in io.netty5.handler.ssl
-
Event that is fired once we did a selection of a
SslContext
based on theSNI hostname
, which may be because it was successful or there was an error. - SniCompletionEvent(String) - Constructor for class io.netty5.handler.ssl.SniCompletionEvent
-
Creates a new event that indicates a successful processing of the SNI extension.
- SniCompletionEvent(String, Throwable) - Constructor for class io.netty5.handler.ssl.SniCompletionEvent
-
Creates a new event that indicates a failed processing of the SNI extension.
- SniCompletionEvent(Throwable) - Constructor for class io.netty5.handler.ssl.SniCompletionEvent
-
Creates a new event that indicates a failed processing of the SNI extension.
- SniHandler - Class in io.netty5.handler.ssl
-
Enables SNI (Server Name Indication) extension for server side SSL.
- SniHandler(AsyncMapping<? super String, ? extends SslContext>) - Constructor for class io.netty5.handler.ssl.SniHandler
-
Creates a SNI detection handler with configured
SslContext
maintained byAsyncMapping
- SniHandler(DomainNameMapping<? extends SslContext>) - Constructor for class io.netty5.handler.ssl.SniHandler
-
Creates a SNI detection handler with configured
SslContext
maintained byDomainNameMapping
- SniHandler(Mapping<? super String, ? extends SslContext>) - Constructor for class io.netty5.handler.ssl.SniHandler
-
Creates a SNI detection handler with configured
SslContext
maintained byMapping
- SO_ACCEPTFILTER - Static variable in class io.netty5.channel.kqueue.KQueueChannelOption
- SO_BACKLOG - Static variable in class io.netty5.channel.ChannelOption
- SO_BROADCAST - Static variable in class io.netty5.channel.ChannelOption
- SO_BUSY_POLL - Static variable in class io.netty5.channel.epoll.EpollChannelOption
- SO_KEEPALIVE - Static variable in class io.netty5.channel.ChannelOption
- SO_LINGER - Static variable in class io.netty5.channel.ChannelOption
- SO_PEERCRED - Static variable in class io.netty5.channel.unix.UnixChannelOption
-
Returns the unix credentials (uid, gid, pid) of the peer SO_PEERCRED
- SO_RCVBUF - Static variable in class io.netty5.channel.ChannelOption
- SO_REUSEADDR - Static variable in class io.netty5.channel.ChannelOption
- SO_REUSEPORT - Static variable in class io.netty5.channel.unix.UnixChannelOption
- SO_SNDBUF - Static variable in class io.netty5.channel.ChannelOption
- SO_SNDLOWAT - Static variable in class io.netty5.channel.kqueue.KQueueChannelOption
- SO_TIMEOUT - Static variable in class io.netty5.channel.ChannelOption
- SOA - Static variable in class io.netty5.handler.codec.dns.DnsRecordType
-
Start of [a zone of] authority record RFC 1035 and RFC 2308 Specifies authoritative information about a DNS zone, including the primary name server, the email of the domain administrator, the domain serial number, and several timers relating to refreshing the zone.
- Socket - Class in io.netty5.channel.unix
-
Provides a JNI bridge to native socket operations.
- Socket(int, SocketProtocolFamily) - Constructor for class io.netty5.channel.unix.Socket
- socketAddress(String, int) - Static method in class io.netty5.util.internal.SocketUtils
- SocketChannel - Interface in io.netty5.channel.socket
-
A Socket
Channel
. - socketChannelFactory(ChannelFactory<? extends SocketChannel>) - Method in class io.netty5.resolver.dns.DnsNameResolverBuilder
- socketChannelType(Class<? extends SocketChannel>) - Method in class io.netty5.resolver.dns.DnsNameResolverBuilder
- SocketProtocolFamily - Enum in io.netty5.channel.socket
-
ProtocolFamily
implementation that is used by the different transport implementations. - SocketUtils - Class in io.netty5.util.internal
-
Provides socket operations with privileges enabled.
- SocketWritableByteChannel - Class in io.netty5.channel.unix
- SocketWritableByteChannel(FileDescriptor) - Constructor for class io.netty5.channel.unix.SocketWritableByteChannel
- SOMAXCONN - Static variable in class io.netty5.util.NetUtil
-
The SOMAXCONN value of the current machine.
- sourcePrefixLength() - Method in class io.netty5.handler.codec.dns.DefaultDnsOptEcsRecord
- sourcePrefixLength() - Method in interface io.netty5.handler.codec.dns.DnsOptEcsRecord
-
Returns the leftmost number of significant bits of ADDRESS to be used for the lookup.
- SP - Static variable in class io.netty5.handler.codec.http.HttpConstants
-
Horizontal space
- SP_CHAR - Static variable in class io.netty5.handler.codec.http.HttpConstants
-
Horizontal space
- SPACE - Static variable in class io.netty5.util.internal.StringUtil
- SPEED - Static variable in class io.netty5.handler.codec.rtsp.RtspHeaderNames
-
"speed"
- SPF - Static variable in class io.netty5.handler.codec.dns.DnsRecordType
-
Sender Policy Framework record RFC 4408 Specified as part of the SPF protocol as an alternative to of storing SPF data in TXT records.
- split() - Method in interface io.netty5.buffer.api.Buffer
-
Splits the buffer into two, at the write offset position.
- split() - Method in class io.netty5.buffer.api.BufferStub
- split() - Method in interface io.netty5.buffer.api.CompositeBuffer
- split(char) - Method in class io.netty5.util.AsciiString
-
Splits the specified
String
with the specified delimiter. - split(int) - Method in interface io.netty5.buffer.api.Buffer
-
Splits the buffer into two, at the given
splitOffset
. - split(int) - Method in class io.netty5.buffer.api.BufferStub
- split(int) - Method in interface io.netty5.buffer.api.CompositeBuffer
- split(String, int) - Method in class io.netty5.util.AsciiString
-
Splits this string using the supplied regular expression
expr
. - splitComponentsCeil(int) - Method in interface io.netty5.buffer.api.CompositeBuffer
-
Split this buffer at a component boundary that is greater than or equal to the given offset.
- splitComponentsFloor(int) - Method in interface io.netty5.buffer.api.CompositeBuffer
-
Split this buffer at a component boundary that is less than or equal to the given offset.
- splitTo(LifecycleTracer) - Method in class io.netty5.buffer.api.internal.LifecycleTracer
-
Attach a trace to both life-cycles, that a single life-cycle has been split into two.
- SRV - Static variable in class io.netty5.handler.codec.dns.DnsRecordType
-
Service locator RFC 2782 Generalized service location record, used for newer protocols instead of creating protocol-specific records such as MX.
- SSHFP - Static variable in class io.netty5.handler.codec.dns.DnsRecordType
-
SSH Public Key Fingerprint record RFC 4255 Resource record for publishing SSH public host key fingerprints in the DNS System, in order to aid in verifying the authenticity of the host.
- SSIZE_MAX - Static variable in class io.netty5.channel.unix.Limits
- SSL_SIGN_ECDSA_SECP256R1_SHA256 - Static variable in interface io.netty5.handler.ssl.OpenSslAsyncPrivateKeyMethod
- SSL_SIGN_ECDSA_SECP256R1_SHA256 - Static variable in interface io.netty5.handler.ssl.OpenSslPrivateKeyMethod
- SSL_SIGN_ECDSA_SECP384R1_SHA384 - Static variable in interface io.netty5.handler.ssl.OpenSslAsyncPrivateKeyMethod
- SSL_SIGN_ECDSA_SECP384R1_SHA384 - Static variable in interface io.netty5.handler.ssl.OpenSslPrivateKeyMethod
- SSL_SIGN_ECDSA_SECP521R1_SHA512 - Static variable in interface io.netty5.handler.ssl.OpenSslAsyncPrivateKeyMethod
- SSL_SIGN_ECDSA_SECP521R1_SHA512 - Static variable in interface io.netty5.handler.ssl.OpenSslPrivateKeyMethod
- SSL_SIGN_ECDSA_SHA1 - Static variable in interface io.netty5.handler.ssl.OpenSslAsyncPrivateKeyMethod
- SSL_SIGN_ECDSA_SHA1 - Static variable in interface io.netty5.handler.ssl.OpenSslPrivateKeyMethod
- SSL_SIGN_ED25519 - Static variable in interface io.netty5.handler.ssl.OpenSslAsyncPrivateKeyMethod
- SSL_SIGN_ED25519 - Static variable in interface io.netty5.handler.ssl.OpenSslPrivateKeyMethod
- SSL_SIGN_RSA_PKCS1_MD5_SHA1 - Static variable in interface io.netty5.handler.ssl.OpenSslAsyncPrivateKeyMethod
- SSL_SIGN_RSA_PKCS1_MD5_SHA1 - Static variable in interface io.netty5.handler.ssl.OpenSslPrivateKeyMethod
- SSL_SIGN_RSA_PKCS1_SHA1 - Static variable in interface io.netty5.handler.ssl.OpenSslAsyncPrivateKeyMethod
- SSL_SIGN_RSA_PKCS1_SHA1 - Static variable in interface io.netty5.handler.ssl.OpenSslPrivateKeyMethod
- SSL_SIGN_RSA_PKCS1_SHA256 - Static variable in interface io.netty5.handler.ssl.OpenSslAsyncPrivateKeyMethod
- SSL_SIGN_RSA_PKCS1_SHA256 - Static variable in interface io.netty5.handler.ssl.OpenSslPrivateKeyMethod
- SSL_SIGN_RSA_PKCS1_SHA384 - Static variable in interface io.netty5.handler.ssl.OpenSslAsyncPrivateKeyMethod
- SSL_SIGN_RSA_PKCS1_SHA384 - Static variable in interface io.netty5.handler.ssl.OpenSslPrivateKeyMethod
- SSL_SIGN_RSA_PKCS1_SHA512 - Static variable in interface io.netty5.handler.ssl.OpenSslAsyncPrivateKeyMethod
- SSL_SIGN_RSA_PKCS1_SHA512 - Static variable in interface io.netty5.handler.ssl.OpenSslPrivateKeyMethod
- SSL_SIGN_RSA_PSS_RSAE_SHA256 - Static variable in interface io.netty5.handler.ssl.OpenSslAsyncPrivateKeyMethod
- SSL_SIGN_RSA_PSS_RSAE_SHA256 - Static variable in interface io.netty5.handler.ssl.OpenSslPrivateKeyMethod
- SSL_SIGN_RSA_PSS_RSAE_SHA384 - Static variable in interface io.netty5.handler.ssl.OpenSslAsyncPrivateKeyMethod
- SSL_SIGN_RSA_PSS_RSAE_SHA384 - Static variable in interface io.netty5.handler.ssl.OpenSslPrivateKeyMethod
- SSL_SIGN_RSA_PSS_RSAE_SHA512 - Static variable in interface io.netty5.handler.ssl.OpenSslAsyncPrivateKeyMethod
- SSL_SIGN_RSA_PSS_RSAE_SHA512 - Static variable in interface io.netty5.handler.ssl.OpenSslPrivateKeyMethod
- SSL_v2 - Static variable in class io.netty5.handler.ssl.SslProtocols
-
Deprecated.SSLv2 is no longer secure. Consider using
SslProtocols.TLS_v1_2
orSslProtocols.TLS_v1_3
- SSL_v2_HELLO - Static variable in class io.netty5.handler.ssl.SslProtocols
-
Deprecated.SSLv2Hello is no longer secure. Consider using
SslProtocols.TLS_v1_2
orSslProtocols.TLS_v1_3
- SSL_v3 - Static variable in class io.netty5.handler.ssl.SslProtocols
-
Deprecated.SSLv3 is no longer secure. Consider using
SslProtocols.TLS_v1_2
orSslProtocols.TLS_v1_3
- SslClientHelloHandler<T> - Class in io.netty5.handler.ssl
-
ByteToMessageDecoder
which allows to be notified once a fullClientHello
was received. - SslClientHelloHandler() - Constructor for class io.netty5.handler.ssl.SslClientHelloHandler
- SslCloseCompletionEvent - Class in io.netty5.handler.ssl
-
Event that is fired once the
close_notify
was received or if a failure happens before it was received. - SslCloseCompletionEvent(SSLSession) - Constructor for class io.netty5.handler.ssl.SslCloseCompletionEvent
-
Creates a new event that indicates a successful receiving of
close_notify
. - SslCloseCompletionEvent(SSLSession, Throwable) - Constructor for class io.netty5.handler.ssl.SslCloseCompletionEvent
-
Creates a new event that indicates a
close_notify
was not received because of a previous error. - SslClosedEngineException - Exception in io.netty5.handler.ssl
-
SSLException
which signals that the exception was caused by anSSLEngine
which was closed already. - SslClosedEngineException(String) - Constructor for exception io.netty5.handler.ssl.SslClosedEngineException
- sslCloseFuture() - Method in class io.netty5.handler.ssl.SslHandler
- SslCompletionEvent - Class in io.netty5.handler.ssl
-
A
ProtocolEvent
for a completed SSL related event. - sslContext() - Method in class io.netty5.handler.ssl.SniHandler
- SslContext - Class in io.netty5.handler.ssl
-
A secure socket protocol implementation which acts as a factory for
SSLEngine
andSslHandler
. - SslContext() - Constructor for class io.netty5.handler.ssl.SslContext
-
Creates a new instance (startTls set to
false
). - SslContext(boolean) - Constructor for class io.netty5.handler.ssl.SslContext
-
Creates a new instance.
- SslContextBuilder - Class in io.netty5.handler.ssl
-
Builder for configuring a new SslContext for creation.
- SslContextOption<T> - Class in io.netty5.handler.ssl
-
A
SslContextOption
allows to configure aSslContext
in a type-safe way. - SslContextOption(String) - Constructor for class io.netty5.handler.ssl.SslContextOption
-
Should be used by sub-classes.
- sslContextProvider(Provider) - Method in class io.netty5.handler.ssl.SslContextBuilder
-
The SSLContext
Provider
to use. - sslCtxPointer() - 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!
- SslHandler - Class in io.netty5.handler.ssl
- SslHandler(SSLEngine) - Constructor for class io.netty5.handler.ssl.SslHandler
-
Creates a new instance which runs all delegated tasks directly on the
EventExecutor
. - SslHandler(SSLEngine, boolean) - Constructor for class io.netty5.handler.ssl.SslHandler
-
Creates a new instance which runs all delegated tasks directly on the
EventExecutor
. - SslHandler(SSLEngine, boolean, Executor) - Constructor for class io.netty5.handler.ssl.SslHandler
-
Creates a new instance.
- SslHandler(SSLEngine, Executor) - Constructor for class io.netty5.handler.ssl.SslHandler
-
Creates a new instance.
- SslHandshakeCompletionEvent - Class in io.netty5.handler.ssl
-
Event that is fired once the SSL handshake is complete, which may be because it was successful or there was an error.
- SslHandshakeCompletionEvent(Throwable) - Constructor for class io.netty5.handler.ssl.SslHandshakeCompletionEvent
-
Creates a new event that indicates an unsuccessful handshake.
- SslHandshakeCompletionEvent(SSLSession, String) - Constructor for class io.netty5.handler.ssl.SslHandshakeCompletionEvent
-
Creates a new event that indicates a successful handshake.
- SslHandshakeCompletionEvent(SSLSession, String, Throwable) - Constructor for class io.netty5.handler.ssl.SslHandshakeCompletionEvent
-
Creates a new event that indicates an unsuccessful handshake.
- SslHandshakeTimeoutException - Exception in io.netty5.handler.ssl
-
SSLHandshakeException
that is used when a handshake failed due a configured timeout. - SslMasterKeyHandler - Class in io.netty5.handler.ssl
-
The
SslMasterKeyHandler
is a channel-handler you can include in your pipeline to consume the master key & session identifier for a TLS session. - SslMasterKeyHandler() - Constructor for class io.netty5.handler.ssl.SslMasterKeyHandler
-
Constructor.
- sslPointer() - Method in class io.netty5.handler.ssl.ReferenceCountedOpenSslEngine
-
Returns the pointer to the
SSL
object for thisReferenceCountedOpenSslEngine
. - SslProtocols - Class in io.netty5.handler.ssl
-
SSL/TLS protocols
- sslProvider(SslProvider) - Method in class io.netty5.handler.ssl.SslContextBuilder
-
The
SslContext
implementation to use. - SslProvider - Enum in io.netty5.handler.ssl
-
An enumeration of SSL/TLS protocol providers.
- SSRC - Static variable in class io.netty5.handler.codec.rtsp.RtspHeaderValues
-
"ssrc"
- stackTrace() - Method in interface io.netty5.util.concurrent.ThreadProperties
- stackTraceToString(Throwable) - Static method in class io.netty5.util.internal.ThrowableUtil
-
Gets the stack trace from a Throwable as a String.
- STANDARD - io.netty5.handler.codec.base64.Base64Dialect
-
Standard Base64 encoding as described in the Section 3 of RFC3548.
- StandardAllocationTypes - Enum in io.netty5.buffer.api
-
Standard implementations of
AllocationType
that all memory managers should support. - StandardCompressionOptions - Class in io.netty5.handler.codec.compression
- standardDrop(MemoryManager) - Static method in interface io.netty5.buffer.api.internal.Statics
- start() - Method in class io.netty5.handler.traffic.GlobalChannelTrafficCounter
-
Start the monitoring process.
- start() - Method in class io.netty5.handler.traffic.TrafficCounter
-
Start the monitoring process.
- start() - Method in class io.netty5.util.HashedWheelTimer
-
Starts the background thread explicitly.
- startOffset() - Method in class io.netty5.handler.stream.ChunkedFile
-
Returns the offset in the file where the transfer began.
- startOffset() - Method in class io.netty5.handler.stream.ChunkedNioFile
-
Returns the offset in the file where the transfer began.
- startsWith(CharSequence) - Method in class io.netty5.util.AsciiString
-
Compares the specified string to this string to determine if the specified string is a prefix.
- startsWith(CharSequence, int) - Method in class io.netty5.util.AsciiString
-
Compares the specified string to this string, starting at the specified offset, to determine if the specified string is a prefix.
- startTls(boolean) - Method in class io.netty5.handler.ssl.SslContextBuilder
-
true
if the first write request shouldn't be encrypted. - state() - Method in class io.netty5.channel.epoll.EpollTcpInfo
- state() - Method in interface io.netty5.handler.codec.http2.Http2FrameStream
-
Returns the state of this stream.
- state() - Method in interface io.netty5.handler.codec.http2.Http2Stream
-
Gets the state of this stream.
- state() - Method in class io.netty5.handler.codec.ProtocolDetectionResult
-
Return the
ProtocolDetectionState
. - state() - Method in class io.netty5.handler.timeout.IdleStateEvent
-
Returns the idle state.
- state() - Method in interface io.netty5.util.concurrent.ThreadProperties
- State - io.netty5.handler.codec.http2.Http2FrameStreamEvent.Type
- Statics - Interface in io.netty5.buffer.api.internal
- Statics.UncheckedLoadByte - Interface in io.netty5.buffer.api.internal
-
This interface provides the fastest possible offsetted byte-access to a buffer.
- stats() - Method in class io.netty5.handler.ssl.OpenSslSessionContext
-
Returns the stats of this context.
- stats() - Method in class io.netty5.handler.ssl.ReferenceCountedOpenSslContext
-
Deprecated.use {@link #sessionContext#stats()}
- status() - Method in class io.netty5.handler.codec.http.DefaultHttpResponse
- status() - Method in interface io.netty5.handler.codec.http.HttpResponse
-
Returns the status of this
HttpResponse
. - status() - Method in class io.netty5.handler.codec.http2.DefaultHttp2Headers
- status() - Method in class io.netty5.handler.codec.http2.EmptyHttp2Headers
- status() - Method in interface io.netty5.handler.codec.http2.Http2Headers
-
Gets the
Http2Headers.PseudoHeaderName.STATUS
header ornull
if there is no such header - status() - Method in class io.netty5.handler.codec.http2.ReadOnlyHttp2Headers
- status(CharSequence) - Method in class io.netty5.handler.codec.http2.DefaultHttp2Headers
- status(CharSequence) - Method in class io.netty5.handler.codec.http2.EmptyHttp2Headers
- status(CharSequence) - Method in interface io.netty5.handler.codec.http2.Http2Headers
-
Sets the
Http2Headers.PseudoHeaderName.STATUS
header - status(CharSequence) - Method in class io.netty5.handler.codec.http2.ReadOnlyHttp2Headers
- STATUS - io.netty5.handler.codec.http2.Http2Headers.PseudoHeaderName
-
:status
. - STATUS - Static variable in class io.netty5.handler.codec.dns.DnsOpCode
-
The 'Status' DNS OpCode, as defined in RFC1035.
- statusCode() - Method in class io.netty5.handler.codec.http.websocketx.CloseWebSocketFrame
-
Returns the closing status code as per RFC 6455.
- stop() - Method in class io.netty5.handler.traffic.GlobalChannelTrafficCounter
-
Stop the monitoring process.
- stop() - Method in class io.netty5.handler.traffic.TrafficCounter
-
Stop the monitoring process.
- stop() - Method in class io.netty5.util.HashedWheelTimer
- stop() - Method in interface io.netty5.util.Timer
-
Releases all resources acquired by this
Timer
and cancels all tasks which were scheduled but not executed yet. - stream - Variable in class io.netty5.handler.codec.http2.DefaultHttp2ConnectionEncoder.FlowControlledBase
- stream() - Static method in class io.netty5.buffer.api.internal.MemoryManagerLoader
- stream() - Method in interface io.netty5.buffer.api.LeakInfo
- stream() - Method in class io.netty5.handler.codec.http2.AbstractHttp2StreamFrame
- stream() - Method in class io.netty5.handler.codec.http2.DefaultHttp2PushPromiseFrame
- stream() - Method in class io.netty5.handler.codec.http2.DefaultHttp2UnknownFrame
- stream() - Method in class io.netty5.handler.codec.http2.Http2FrameStreamEvent
- stream() - Method in exception io.netty5.handler.codec.http2.Http2FrameStreamException
- stream() - Method in interface io.netty5.handler.codec.http2.Http2StreamChannel
-
Returns the
Http2FrameStream
that belongs to this channel. - stream() - Method in interface io.netty5.handler.codec.http2.Http2StreamFrame
-
Returns the
Http2FrameStream
object for this frame, ornull
if the frame has yet to be associated with a stream. - stream() - Method in interface io.netty5.handler.codec.http2.Http2UnknownFrame
- stream() - Method in interface io.netty5.handler.codec.http2.StreamByteDistributor.StreamState
-
Gets the stream this state is associated with.
- stream() - Method in class io.netty5.resolver.dns.DnsServerAddresses
-
Starts a new infinite stream of DNS server addresses.
- stream(int) - Method in class io.netty5.handler.codec.http2.DefaultHttp2Connection
- stream(int) - Method in interface io.netty5.handler.codec.http2.Http2Connection
-
Gets the stream if it exists.
- stream(Http2FrameStream) - Method in class io.netty5.handler.codec.http2.AbstractHttp2StreamFrame
- stream(Http2FrameStream) - Method in class io.netty5.handler.codec.http2.DefaultHttp2DataFrame
- stream(Http2FrameStream) - Method in class io.netty5.handler.codec.http2.DefaultHttp2HeadersFrame
- stream(Http2FrameStream) - Method in class io.netty5.handler.codec.http2.DefaultHttp2PriorityFrame
- stream(Http2FrameStream) - Method in class io.netty5.handler.codec.http2.DefaultHttp2PushPromiseFrame
- stream(Http2FrameStream) - Method in class io.netty5.handler.codec.http2.DefaultHttp2ResetFrame
- stream(Http2FrameStream) - Method in class io.netty5.handler.codec.http2.DefaultHttp2UnknownFrame
- stream(Http2FrameStream) - Method in class io.netty5.handler.codec.http2.DefaultHttp2WindowUpdateFrame
- stream(Http2FrameStream) - Method in interface io.netty5.handler.codec.http2.Http2PriorityFrame
- stream(Http2FrameStream) - Method in interface io.netty5.handler.codec.http2.Http2PushPromiseFrame
- stream(Http2FrameStream) - Method in interface io.netty5.handler.codec.http2.Http2StreamFrame
-
Set the
Http2FrameStream
object for this frame. - stream(Http2FrameStream) - Method in interface io.netty5.handler.codec.http2.Http2UnknownFrame
- STREAM_CLOSED - io.netty5.handler.codec.http2.Http2Error
- STREAM_DEPENDENCY_ID - io.netty5.handler.codec.http2.HttpConversionUtil.ExtensionHeaderNames
-
HTTP extension header which will identify the stream id which this stream is dependent on.
- STREAM_ID - io.netty5.handler.codec.http2.HttpConversionUtil.ExtensionHeaderNames
-
HTTP extension header which will identify the stream id from the HTTP/2 event(s) responsible for generating an
HttpObject
- STREAM_PROMISE_ID - io.netty5.handler.codec.http2.HttpConversionUtil.ExtensionHeaderNames
-
HTTP extension header which will identify the stream id used to create this stream in an HTTP/2 push promise frame
- STREAM_WEIGHT - io.netty5.handler.codec.http2.HttpConversionUtil.ExtensionHeaderNames
-
HTTP extension header which will identify the weight (if non-default and the priority is not on the default stream) of the associated HTTP/2 stream responsible responsible for generating an
HttpObject
- streamableBytes(StreamByteDistributor.StreamState) - Static method in class io.netty5.handler.codec.http2.Http2CodecUtil
-
Calculate the amount of bytes that can be sent by
state
. - StreamBufferingEncoder - Class in io.netty5.handler.codec.http2
-
Implementation of a
Http2ConnectionEncoder
that dispatches all method call to anotherHttp2ConnectionEncoder
, untilSETTINGS_MAX_CONCURRENT_STREAMS
is reached. - StreamBufferingEncoder(Http2ConnectionEncoder) - Constructor for class io.netty5.handler.codec.http2.StreamBufferingEncoder
- StreamBufferingEncoder(Http2ConnectionEncoder, int) - Constructor for class io.netty5.handler.codec.http2.StreamBufferingEncoder
- StreamBufferingEncoder.Http2ChannelClosedException - Exception in io.netty5.handler.codec.http2
-
Thrown if buffered streams are terminated due to this encoder being closed.
- StreamBufferingEncoder.Http2GoAwayException - Exception in io.netty5.handler.codec.http2
-
Thrown by
StreamBufferingEncoder
if buffered streams are terminated due to receipt of aGOAWAY
. - StreamByteDistributor - Interface in io.netty5.handler.codec.http2
-
An object (used by remote flow control) that is responsible for distributing the bytes to be written across the streams in the connection.
- StreamByteDistributor.StreamState - Interface in io.netty5.handler.codec.http2
-
State information for the stream, indicating the number of bytes that are currently streamable.
- StreamByteDistributor.Writer - Interface in io.netty5.handler.codec.http2
-
Object that performs the writing of the bytes that have been allocated for a stream.
- streamDependency() - Method in class io.netty5.handler.codec.http2.DefaultHttp2PriorityFrame
- streamDependency() - Method in interface io.netty5.handler.codec.http2.Http2PriorityFrame
-
Parent Stream Id of this Priority request
- streamError(int, Http2Error, String, Object...) - Static method in exception io.netty5.handler.codec.http2.Http2Exception
-
Use if an error which can be isolated to a single stream has occurred.
- streamError(int, Http2Error, Throwable, String, Object...) - Static method in exception io.netty5.handler.codec.http2.Http2Exception
-
Use if an error which can be isolated to a single stream has occurred.
- streamId() - Method in exception io.netty5.handler.codec.http2.Http2Exception.StreamException
- streamId(Http2Exception) - Static method in exception io.netty5.handler.codec.http2.Http2Exception
-
Get the stream id associated with an exception.
- streamKey - Variable in class io.netty5.handler.codec.http2.Http2FrameCodec
- streamMayHaveExisted(int) - Method in class io.netty5.handler.codec.http2.DefaultHttp2Connection
- streamMayHaveExisted(int) - Method in interface io.netty5.handler.codec.http2.Http2Connection
-
Indicates whether or not the given stream may have existed within this connection.
- strict - Variable in class io.netty5.handler.codec.http.cookie.CookieEncoder
- Strict - io.netty5.handler.codec.http.cookie.CookieHeaderNames.SameSite
- STRICT - Static variable in class io.netty5.handler.codec.http.cookie.ClientCookieDecoder
-
Strict encoder that validates that name and value chars are in the valid scope defined in RFC6265
- STRICT - Static variable in class io.netty5.handler.codec.http.cookie.ClientCookieEncoder
-
Strict encoder that validates that name and value chars are in the valid scope and (for methods that accept multiple cookies) sorts cookies into order of decreasing path length, as specified in RFC6265.
- STRICT - Static variable in class io.netty5.handler.codec.http.cookie.ServerCookieDecoder
-
Strict encoder that validates that name and value chars are in the valid scope defined in RFC6265
- STRICT - Static variable in class io.netty5.handler.codec.http.cookie.ServerCookieEncoder
-
Strict encoder that validates that name and value chars are in the valid scope defined in RFC6265, and (for methods that accept multiple cookies) that only one cookie is encoded with any given name.
- StringDecoder - Class in io.netty5.handler.codec.string
- StringDecoder() - Constructor for class io.netty5.handler.codec.string.StringDecoder
-
Creates a new instance with the current system character set.
- StringDecoder(Charset) - Constructor for class io.netty5.handler.codec.string.StringDecoder
-
Creates a new instance with the specified character set.
- StringEncoder - Class in io.netty5.handler.codec.string
- StringEncoder() - Constructor for class io.netty5.handler.codec.string.StringEncoder
-
Creates a new instance with the current system character set.
- StringEncoder(Charset) - Constructor for class io.netty5.handler.codec.string.StringEncoder
-
Creates a new instance with the specified character set.
- StringUtil - Class in io.netty5.util.internal
-
String utility class.
- SUB_PROTOCOL_WILDCARD - Static variable in class io.netty5.handler.codec.http.websocketx.WebSocketServerHandshaker
-
Use this as wildcard to support all requested sub-protocols
- submit(Runnable) - Method in class io.netty5.util.concurrent.AbstractEventExecutor
- submit(Runnable) - Method in interface io.netty5.util.concurrent.EventExecutor
- submit(Runnable) - Method in interface io.netty5.util.concurrent.EventExecutorGroup
-
Submit the given task for execution in the next available
EventExecutor
in this group, and return a future that produces anull
result when the task completes. - submit(Runnable) - Method in class io.netty5.util.concurrent.NonStickyEventExecutorGroup
- submit(Runnable) - Method in class io.netty5.util.concurrent.UnorderedThreadPoolEventExecutor
- submit(Runnable, T) - Method in class io.netty5.util.concurrent.AbstractEventExecutor
- submit(Runnable, T) - Method in interface io.netty5.util.concurrent.EventExecutor
- submit(Runnable, T) - Method in interface io.netty5.util.concurrent.EventExecutorGroup
-
Submit the given task for execution in the next available
EventExecutor
in this group, and return a future that produces the given result when the task completes. - submit(Runnable, T) - Method in class io.netty5.util.concurrent.NonStickyEventExecutorGroup
- submit(Runnable, T) - Method in class io.netty5.util.concurrent.UnorderedThreadPoolEventExecutor
- submit(Callable<T>) - Method in class io.netty5.util.concurrent.AbstractEventExecutor
- submit(Callable<T>) - Method in interface io.netty5.util.concurrent.EventExecutor
- submit(Callable<T>) - Method in interface io.netty5.util.concurrent.EventExecutorGroup
-
Submit the given task for execution in the next available
EventExecutor
in this group, and return a future that will return the result of the callable when the task completes. - submit(Callable<T>) - Method in class io.netty5.util.concurrent.NonStickyEventExecutorGroup
- submit(Callable<T>) - Method in class io.netty5.util.concurrent.UnorderedThreadPoolEventExecutor
- submitWrite(ChannelHandlerContext, Object, long, long, long, Promise<Void>) - Method in class io.netty5.handler.traffic.GlobalChannelTrafficShapingHandler
- submitWrite(ChannelHandlerContext, Object, long, Promise<Void>) - Method in class io.netty5.handler.traffic.AbstractTrafficShapingHandler
-
Deprecated.
- subprotocol() - Method in class io.netty5.handler.codec.http.websocketx.WebSocketClientProtocolConfig
- subprotocol(String) - Method in class io.netty5.handler.codec.http.websocketx.WebSocketClientProtocolConfig.Builder
-
Sub protocol request sent to the server.
- subprotocols() - Method in class io.netty5.handler.codec.http.websocketx.WebSocketServerHandshaker
-
Returns the CSV of supported sub protocols
- subprotocols() - Method in class io.netty5.handler.codec.http.websocketx.WebSocketServerProtocolConfig
- subprotocols(String) - Method in class io.netty5.handler.codec.http.websocketx.WebSocketServerProtocolConfig.Builder
-
CSV of supported protocols
- subSequence(int) - Method in class io.netty5.util.AsciiString
-
Copies a range of characters into a new string.
- subSequence(int, int) - Method in class io.netty5.util.AsciiString
-
Copies a range of characters into a new string.
- subSequence(int, int) - Method in class io.netty5.util.internal.AppendableCharSequence
- subSequence(int, int, boolean) - Method in class io.netty5.util.AsciiString
-
Either copy or share a subset of underlying sub-sequence of bytes.
- substring(int, int) - Method in class io.netty5.util.internal.AppendableCharSequence
-
Create a new
String
from the given start to end. - substringAfter(String, char) - Static method in class io.netty5.util.internal.StringUtil
-
Get the item after one char delim if the delim is found (else null).
- subStringUnsafe(int, int) - Method in class io.netty5.util.internal.AppendableCharSequence
-
Create a new
String
from the given start to end. - success() - Static method in class io.netty5.handler.codec.DecoderResult
- SUCCESS - io.netty5.handler.codec.http.HttpStatusClass
-
The success class (2xx)
- successAndRecycle() - Method in class io.netty5.util.internal.PendingWrite
-
Mark the underlying
Promise
successfully and recycle this instance. - sunSslEngineUnavailabilityCause() - Static method in class io.netty5.handler.ssl.SslMasterKeyHandler
-
Returns the cause of unavailability.
- SupportedCipherSuiteFilter - Class in io.netty5.handler.ssl
-
This class will filter all requested ciphers out that are not supported by the current
SSLEngine
. - supportedProtocols() - Method in class io.netty5.handler.ssl.ApplicationProtocolConfig
-
The application level protocols supported.
- supportsHostnameValidation() - Static method in class io.netty5.handler.ssl.OpenSsl
-
Deprecated.Will be removed because hostname validation is always done by a
TrustManager
implementation. - supportsKeyManagerFactory() - Static method in class io.netty5.handler.ssl.OpenSsl
-
Returns
true
ifKeyManagerFactory
is supported when using OpenSSL. - SuppressForbidden - Annotation Type in io.netty5.util
-
Annotation to suppress forbidden-apis errors inside a whole class, a method, or a field.
- SWITCHING_PROTOCOLS - Static variable in class io.netty5.handler.codec.http.HttpResponseStatus
-
101 Switching Protocols
- sync() - Method in class io.netty5.util.concurrent.DefaultPromise
- sync() - Method in interface io.netty5.util.concurrent.FutureCompletionStage
-
Waits for this future until it is done, and rethrows the cause of the failure if this future failed.
- SYSTEM_PROP_KEY - Static variable in class io.netty5.handler.ssl.SslMasterKeyHandler
-
A system property that can be used to turn on/off the
SslMasterKeyHandler
dynamically without having to edit your pipeline. - SystemPropertyUtil - Class in io.netty5.util.internal
-
A collection of utility methods to retrieve and parse the values of the Java system properties.
T
- TA - Static variable in class io.netty5.handler.codec.dns.DnsRecordType
-
DNSSEC Trust Authorities record N/A Part of a deployment proposal for DNSSEC without a signed DNS root.
- TAB - Static variable in class io.netty5.util.internal.StringUtil
- takeTask() - Method in class io.netty5.util.concurrent.SingleThreadEventExecutor
-
Take the next
Runnable
from the task queue and so will block if no task is currently present. - targetContentEncoding() - Method in class io.netty5.handler.codec.http.HttpContentEncoder.Result
- task() - Method in interface io.netty5.util.Timeout
-
Returns the
TimerTask
which is associated with this handle. - TCP - Static variable in class io.netty5.handler.codec.rtsp.RtspHeaderValues
-
"TCP"
- TCP_CORK - Static variable in class io.netty5.channel.epoll.EpollChannelOption
- TCP_DEFER_ACCEPT - Static variable in class io.netty5.channel.epoll.EpollChannelOption
- TCP_FASTOPEN - Static variable in class io.netty5.channel.ChannelOption
-
Server-side TCP FastOpen.
- TCP_FASTOPEN - Static variable in class io.netty5.channel.epoll.EpollChannelOption
-
Deprecated.Use
ChannelOption.TCP_FASTOPEN
instead. - TCP_FASTOPEN_CONNECT - Static variable in class io.netty5.channel.ChannelOption
-
Client-side TCP FastOpen.
- TCP_FASTOPEN_CONNECT - Static variable in class io.netty5.channel.epoll.EpollChannelOption
-
Deprecated.Use
ChannelOption.TCP_FASTOPEN_CONNECT
instead. - TCP_INFO - Static variable in class io.netty5.channel.epoll.EpollChannelOption
-
Returns the
TCP_INFO
for the current socket. - TCP_KEEPCNT - Static variable in class io.netty5.channel.epoll.EpollChannelOption
- TCP_KEEPIDLE - Static variable in class io.netty5.channel.epoll.EpollChannelOption
- TCP_KEEPINTVL - Static variable in class io.netty5.channel.epoll.EpollChannelOption
- TCP_MD5SIG - Static variable in class io.netty5.channel.epoll.EpollChannelOption
- TCP_MD5SIG_MAXKEYLEN - Static variable in class io.netty5.channel.epoll.Native
- TCP_NODELAY - Static variable in class io.netty5.channel.ChannelOption
- TCP_NOPUSH - Static variable in class io.netty5.channel.kqueue.KQueueChannelOption
- TCP_NOTSENT_LOWAT - Static variable in class io.netty5.channel.epoll.EpollChannelOption
- TCP_QUICKACK - Static variable in class io.netty5.channel.epoll.EpollChannelOption
- TCP_USER_TIMEOUT - Static variable in class io.netty5.channel.epoll.EpollChannelOption
- TcpDnsQueryDecoder - Class in io.netty5.handler.codec.dns
- TcpDnsQueryDecoder() - Constructor for class io.netty5.handler.codec.dns.TcpDnsQueryDecoder
-
Creates a new decoder with the default record decoder.
- TcpDnsQueryDecoder(DnsRecordDecoder, int) - Constructor for class io.netty5.handler.codec.dns.TcpDnsQueryDecoder
-
Creates a new decoder with the specified
decoder
. - TcpDnsQueryEncoder - Class in io.netty5.handler.codec.dns
- TcpDnsQueryEncoder() - Constructor for class io.netty5.handler.codec.dns.TcpDnsQueryEncoder
-
Creates a new encoder with the default record encoder.
- TcpDnsQueryEncoder(DnsRecordEncoder) - Constructor for class io.netty5.handler.codec.dns.TcpDnsQueryEncoder
-
Creates a new encoder with the specified
recordEncoder
. - TcpDnsResponseDecoder - Class in io.netty5.handler.codec.dns
- TcpDnsResponseDecoder() - Constructor for class io.netty5.handler.codec.dns.TcpDnsResponseDecoder
-
Creates a new decoder with the default record decoder.
- TcpDnsResponseDecoder(DnsRecordDecoder, int) - Constructor for class io.netty5.handler.codec.dns.TcpDnsResponseDecoder
-
Creates a new decoder with the specified
recordDecoder
andmaxFrameLength
- TcpDnsResponseEncoder - Class in io.netty5.handler.codec.dns
- TcpDnsResponseEncoder() - Constructor for class io.netty5.handler.codec.dns.TcpDnsResponseEncoder
-
Creates a new encoder with the default record encoder.
- TcpDnsResponseEncoder(DnsRecordEncoder) - Constructor for class io.netty5.handler.codec.dns.TcpDnsResponseEncoder
-
Creates a new encoder with the specified
encoder
. - TE - Static variable in class io.netty5.handler.codec.http.HttpHeaderNames
-
"te"
- TEARDOWN - Static variable in class io.netty5.handler.codec.rtsp.RtspMethods
-
The TEARDOWN request stops the stream delivery for the given URI, freeing the resources associated with it.
- TEMPORARY_REDIRECT - Static variable in class io.netty5.handler.codec.http.HttpResponseStatus
-
307 Temporary Redirect (since HTTP/1.1)
- terminationFuture() - Method in interface io.netty5.util.concurrent.EventExecutorGroup
-
Returns the
Future
which is notified when allEventExecutor
s managed by thisEventExecutorGroup
have been terminated. - terminationFuture() - Method in class io.netty5.util.concurrent.GlobalEventExecutor
- terminationFuture() - Method in class io.netty5.util.concurrent.ImmediateEventExecutor
- terminationFuture() - Method in class io.netty5.util.concurrent.MultithreadEventExecutorGroup
- terminationFuture() - Method in class io.netty5.util.concurrent.NonStickyEventExecutorGroup
- terminationFuture() - Method in class io.netty5.util.concurrent.SingleThreadEventExecutor
- terminationFuture() - Method in class io.netty5.util.concurrent.UnorderedThreadPoolEventExecutor
- text() - Method in class io.netty5.handler.codec.http.HttpVersion
-
Returns the full protocol version text such as
"HTTP/1.0"
. - text() - Method in class io.netty5.handler.codec.http.websocketx.ContinuationWebSocketFrame
-
Returns the text data in this frame.
- text() - Method in class io.netty5.handler.codec.http.websocketx.TextWebSocketFrame
-
Returns the text data in this frame.
- text() - Method in enum io.netty5.handler.codec.http2.HttpConversionUtil.ExtensionHeaderNames
- TEXT_CSS - Static variable in class io.netty5.handler.codec.http.HttpHeaderValues
-
"text/css"
- TEXT_EVENT_STREAM - Static variable in class io.netty5.handler.codec.http.HttpHeaderValues
-
"text/event-stream"
- TEXT_HTML - Static variable in class io.netty5.handler.codec.http.HttpHeaderValues
-
"text/html"
- TEXT_PLAIN - Static variable in class io.netty5.handler.codec.http.HttpHeaderValues
-
"text/plain"
- TextWebSocketFrame - Class in io.netty5.handler.codec.http.websocketx
-
Web Socket text frame.
- TextWebSocketFrame(boolean, int, Buffer) - Constructor for class io.netty5.handler.codec.http.websocketx.TextWebSocketFrame
-
Creates a new text frame with the specified binary data and the final fragment flag.
- TextWebSocketFrame(Buffer) - Constructor for class io.netty5.handler.codec.http.websocketx.TextWebSocketFrame
-
Creates a new text frame with the specified binary data.
- TextWebSocketFrame(BufferAllocator, boolean, int, String) - Constructor for class io.netty5.handler.codec.http.websocketx.TextWebSocketFrame
-
Creates a new text frame with the specified text string.
- TextWebSocketFrame(BufferAllocator, String) - Constructor for class io.netty5.handler.codec.http.websocketx.TextWebSocketFrame
-
Creates a new text frame with the specified text string.
- thenAccept(Consumer<? super V>) - Method in class io.netty5.util.concurrent.DefaultPromise
- thenAccept(Consumer<? super V>) - Method in interface io.netty5.util.concurrent.FutureCompletionStage
- thenAcceptAsync(Consumer<? super V>) - Method in class io.netty5.util.concurrent.DefaultPromise
- thenAcceptAsync(Consumer<? super V>) - Method in interface io.netty5.util.concurrent.FutureCompletionStage
- thenAcceptAsync(Consumer<? super V>, Executor) - Method in class io.netty5.util.concurrent.DefaultPromise
- thenAcceptAsync(Consumer<? super V>, Executor) - Method in interface io.netty5.util.concurrent.FutureCompletionStage
- thenAcceptBoth(CompletionStage<? extends U>, BiConsumer<? super V, ? super U>) - Method in class io.netty5.util.concurrent.DefaultPromise
- thenAcceptBoth(CompletionStage<? extends U>, BiConsumer<? super V, ? super U>) - Method in interface io.netty5.util.concurrent.FutureCompletionStage
- thenAcceptBothAsync(CompletionStage<? extends U>, BiConsumer<? super V, ? super U>) - Method in class io.netty5.util.concurrent.DefaultPromise
- thenAcceptBothAsync(CompletionStage<? extends U>, BiConsumer<? super V, ? super U>) - Method in interface io.netty5.util.concurrent.FutureCompletionStage
- thenAcceptBothAsync(CompletionStage<? extends U>, BiConsumer<? super V, ? super U>, Executor) - Method in class io.netty5.util.concurrent.DefaultPromise
- thenAcceptBothAsync(CompletionStage<? extends U>, BiConsumer<? super V, ? super U>, Executor) - Method in interface io.netty5.util.concurrent.FutureCompletionStage
- thenApply(Function<? super V, ? extends U>) - Method in class io.netty5.util.concurrent.DefaultPromise
- thenApply(Function<? super V, ? extends U>) - Method in interface io.netty5.util.concurrent.FutureCompletionStage
- thenApplyAsync(Function<? super V, ? extends U>) - Method in class io.netty5.util.concurrent.DefaultPromise
- thenApplyAsync(Function<? super V, ? extends U>) - Method in interface io.netty5.util.concurrent.FutureCompletionStage
- thenApplyAsync(Function<? super V, ? extends U>, Executor) - Method in class io.netty5.util.concurrent.DefaultPromise
- thenApplyAsync(Function<? super V, ? extends U>, Executor) - Method in interface io.netty5.util.concurrent.FutureCompletionStage
- thenCombine(CompletionStage<? extends U>, BiFunction<? super V, ? super U, ? extends V1>) - Method in class io.netty5.util.concurrent.DefaultPromise
- thenCombine(CompletionStage<? extends U>, BiFunction<? super V, ? super U, ? extends V1>) - Method in interface io.netty5.util.concurrent.FutureCompletionStage
- thenCombineAsync(CompletionStage<? extends U>, BiFunction<? super V, ? super U, ? extends V1>) - Method in class io.netty5.util.concurrent.DefaultPromise
- thenCombineAsync(CompletionStage<? extends U>, BiFunction<? super V, ? super U, ? extends V1>) - Method in interface io.netty5.util.concurrent.FutureCompletionStage
- thenCombineAsync(CompletionStage<? extends U>, BiFunction<? super V, ? super U, ? extends V1>, Executor) - Method in class io.netty5.util.concurrent.DefaultPromise
- thenCombineAsync(CompletionStage<? extends U>, BiFunction<? super V, ? super U, ? extends V1>, Executor) - Method in interface io.netty5.util.concurrent.FutureCompletionStage
- thenCompose(Function<? super V, ? extends CompletionStage<U>>) - Method in class io.netty5.util.concurrent.DefaultPromise
- thenCompose(Function<? super V, ? extends CompletionStage<U>>) - Method in interface io.netty5.util.concurrent.FutureCompletionStage
- thenComposeAsync(Function<? super V, ? extends CompletionStage<U>>) - Method in class io.netty5.util.concurrent.DefaultPromise
- thenComposeAsync(Function<? super V, ? extends CompletionStage<U>>) - Method in interface io.netty5.util.concurrent.FutureCompletionStage
- thenComposeAsync(Function<? super V, ? extends CompletionStage<U>>, Executor) - Method in class io.netty5.util.concurrent.DefaultPromise
- thenComposeAsync(Function<? super V, ? extends CompletionStage<U>>, Executor) - Method in interface io.netty5.util.concurrent.FutureCompletionStage
- thenRun(Runnable) - Method in class io.netty5.util.concurrent.DefaultPromise
- thenRun(Runnable) - Method in interface io.netty5.util.concurrent.FutureCompletionStage
- thenRunAsync(Runnable) - Method in class io.netty5.util.concurrent.DefaultPromise
- thenRunAsync(Runnable) - Method in interface io.netty5.util.concurrent.FutureCompletionStage
- thenRunAsync(Runnable, Executor) - Method in class io.netty5.util.concurrent.DefaultPromise
- thenRunAsync(Runnable, Executor) - Method in interface io.netty5.util.concurrent.FutureCompletionStage
- ThreadExecutorMap - Class in io.netty5.util.internal
-
Allow to retrieve the
EventExecutor
for the callingThread
. - threadGroup - Variable in class io.netty5.util.concurrent.DefaultThreadFactory
- threadLocalDirectBuffer() - Static method in class io.netty5.buffer.BufferUtil
-
Returns a cached thread-local direct buffer, if available.
- threadLocalStringBuilder() - Static method in class io.netty5.util.internal.StringUtil
- ThreadPerTaskExecutor - Class in io.netty5.util.concurrent
- ThreadPerTaskExecutor(ThreadFactory) - Constructor for class io.netty5.util.concurrent.ThreadPerTaskExecutor
- threadProperties() - Method in class io.netty5.util.concurrent.SingleThreadEventExecutor
- ThreadProperties - Interface in io.netty5.util.concurrent
-
Expose details for a
Thread
. - ThrowableUtil - Class in io.netty5.util.internal
- throwConnectException(String, int) - Static method in class io.netty5.channel.unix.Errors
-
Deprecated.
- throwException(Throwable) - Static method in class io.netty5.util.internal.PlatformDependent
-
Raises an exception bypassing compiler checks for checked exceptions.
- TICKET_KEY_SIZE - Static variable in class io.netty5.handler.ssl.OpenSslSessionTicketKey
-
Size of session ticker key
- ticketKeyFail() - Method in class io.netty5.handler.ssl.OpenSslSessionStats
-
Returns the number of times a client presented a ticket that did not match any key in the list.
- ticketKeyNew() - Method in class io.netty5.handler.ssl.OpenSslSessionStats
-
Returns the number of times a client did not present a ticket and we issued a new one
- ticketKeyRenew() - Method in class io.netty5.handler.ssl.OpenSslSessionStats
-
Returns the number of times a client presented a ticket derived from an older key, and we upgraded to the primary key.
- ticketKeyResume() - Method in class io.netty5.handler.ssl.OpenSslSessionStats
-
Returns the number of times a client presented a ticket derived from the primary key.
- TIME - Static variable in class io.netty5.handler.codec.rtsp.RtspHeaderValues
-
"time"
- Timeout - Interface in io.netty5.util
- TIMEOUT - Static variable in class io.netty5.handler.codec.rtsp.RtspHeaderValues
-
"timeout"
- TimeoutException - Exception in io.netty5.handler.timeout
-
A
TimeoutException
when no data was either read or written within a certain period of time. - timeouts() - Method in class io.netty5.handler.ssl.OpenSslSessionStats
-
Returns the number of sessions proposed by clients and either found in the internal or external session cache in server mode, but that were invalid due to timeout.
- timer() - Method in interface io.netty5.util.Timeout
-
Returns the
Timer
that created this handle. - Timer - Interface in io.netty5.util
-
Schedules
TimerTask
s for one-time future execution in a background thread. - TimerTask - Interface in io.netty5.util
-
A task which is executed after the delay specified with
Timer.newTimeout(TimerTask, long, TimeUnit)
. - TIMESTAMP - Static variable in class io.netty5.handler.codec.rtsp.RtspHeaderNames
-
"timestamp"
- timeToLive() - Method in class io.netty5.handler.codec.dns.AbstractDnsRecord
- timeToLive() - Method in interface io.netty5.handler.codec.dns.DnsQuestion
-
An unused property.
- timeToLive() - Method in interface io.netty5.handler.codec.dns.DnsRecord
-
Returns the time to live after reading for this resource record.
- TKEY - Static variable in class io.netty5.handler.codec.dns.DnsRecordType
-
Secret key record RFC 2930 A method of providing keying material to be used with TSIG that is encrypted under the public key in an accompanying KEY RR..
- TLS_AES_128_GCM_SHA256 - Static variable in class io.netty5.handler.ssl.Ciphers
-
TLS_AES_128_GCM_SHA256
- TLS_AES_256_GCM_SHA384 - Static variable in class io.netty5.handler.ssl.Ciphers
-
TLS_AES_256_GCM_SHA384
- TLS_CHACHA20_POLY1305_SHA256 - Static variable in class io.netty5.handler.ssl.Ciphers
-
TLS_CHACHA20_POLY1305_SHA256
- TLS_DH_anon_WITH_AES_128_CBC_SHA - Static variable in class io.netty5.handler.ssl.Ciphers
-
TLS_DH_anon_WITH_AES_128_CBC_SHA
- TLS_DH_anon_WITH_AES_128_CBC_SHA256 - Static variable in class io.netty5.handler.ssl.Ciphers
-
TLS_DH_anon_WITH_AES_128_CBC_SHA256
- TLS_DH_anon_WITH_AES_128_GCM_SHA256 - Static variable in class io.netty5.handler.ssl.Ciphers
-
TLS_DH_anon_WITH_AES_128_GCM_SHA256
- TLS_DH_anon_WITH_AES_256_CBC_SHA - Static variable in class io.netty5.handler.ssl.Ciphers
-
TLS_DH_anon_WITH_AES_256_CBC_SHA
- TLS_DH_anon_WITH_AES_256_CBC_SHA256 - Static variable in class io.netty5.handler.ssl.Ciphers
-
TLS_DH_anon_WITH_AES_256_CBC_SHA256
- TLS_DH_anon_WITH_AES_256_GCM_SHA384 - Static variable in class io.netty5.handler.ssl.Ciphers
-
TLS_DH_anon_WITH_AES_256_GCM_SHA384
- TLS_DH_anon_WITH_CAMELLIA128_SHA - Static variable in class io.netty5.handler.ssl.Ciphers
-
TLS_DH_anon_WITH_CAMELLIA128_SHA
- TLS_DH_anon_WITH_CAMELLIA128_SHA256 - Static variable in class io.netty5.handler.ssl.Ciphers
-
TLS_DH_anon_WITH_CAMELLIA128_SHA256
- TLS_DH_anon_WITH_CAMELLIA256_SHA - Static variable in class io.netty5.handler.ssl.Ciphers
-
TLS_DH_anon_WITH_CAMELLIA256_SHA
- TLS_DH_anon_WITH_CAMELLIA256_SHA256 - Static variable in class io.netty5.handler.ssl.Ciphers
-
TLS_DH_anon_WITH_CAMELLIA256_SHA256
- TLS_DH_anon_WITH_SEED_SHA - Static variable in class io.netty5.handler.ssl.Ciphers
-
TLS_DH_anon_WITH_SEED_SHA
- TLS_DHE_DSS_WITH_AES_128_CBC_SHA - Static variable in class io.netty5.handler.ssl.Ciphers
-
TLS_DHE_DSS_WITH_AES_128_CBC_SHA
- TLS_DHE_DSS_WITH_AES_128_CBC_SHA256 - Static variable in class io.netty5.handler.ssl.Ciphers
-
TLS_DHE_DSS_WITH_AES_128_CBC_SHA256
- TLS_DHE_DSS_WITH_AES_128_GCM_SHA256 - Static variable in class io.netty5.handler.ssl.Ciphers
-
TLS_DHE_DSS_WITH_AES_128_GCM_SHA256
- TLS_DHE_DSS_WITH_AES_256_CBC_SHA - Static variable in class io.netty5.handler.ssl.Ciphers
-
TLS_DHE_DSS_WITH_AES_256_CBC_SHA
- TLS_DHE_DSS_WITH_AES_256_CBC_SHA256 - Static variable in class io.netty5.handler.ssl.Ciphers
-
TLS_DHE_DSS_WITH_AES_256_CBC_SHA256
- TLS_DHE_DSS_WITH_AES_256_GCM_SHA384 - Static variable in class io.netty5.handler.ssl.Ciphers
-
TLS_DHE_DSS_WITH_AES_256_GCM_SHA384
- TLS_DHE_DSS_WITH_ARIA128_GCM_SHA256 - Static variable in class io.netty5.handler.ssl.Ciphers
-
TLS_DHE_DSS_WITH_ARIA128_GCM_SHA256
- TLS_DHE_DSS_WITH_ARIA256_GCM_SHA384 - Static variable in class io.netty5.handler.ssl.Ciphers
-
TLS_DHE_DSS_WITH_ARIA256_GCM_SHA384
- TLS_DHE_DSS_WITH_CAMELLIA128_SHA - Static variable in class io.netty5.handler.ssl.Ciphers
-
TLS_DHE_DSS_WITH_CAMELLIA128_SHA
- TLS_DHE_DSS_WITH_CAMELLIA128_SHA256 - Static variable in class io.netty5.handler.ssl.Ciphers
-
TLS_DHE_DSS_WITH_CAMELLIA128_SHA256
- TLS_DHE_DSS_WITH_CAMELLIA256_SHA - Static variable in class io.netty5.handler.ssl.Ciphers
-
TLS_DHE_DSS_WITH_CAMELLIA256_SHA
- TLS_DHE_DSS_WITH_CAMELLIA256_SHA256 - Static variable in class io.netty5.handler.ssl.Ciphers
-
TLS_DHE_DSS_WITH_CAMELLIA256_SHA256
- TLS_DHE_DSS_WITH_SEED_SHA - Static variable in class io.netty5.handler.ssl.Ciphers
-
TLS_DHE_DSS_WITH_SEED_SHA
- TLS_DHE_PSK_WITH_AES_128_CBC_CCM - Static variable in class io.netty5.handler.ssl.Ciphers
-
TLS_DHE_PSK_WITH_AES_128_CBC_CCM
- TLS_DHE_PSK_WITH_AES_128_CBC_CCM8 - Static variable in class io.netty5.handler.ssl.Ciphers
-
TLS_DHE_PSK_WITH_AES_128_CBC_CCM8
- TLS_DHE_PSK_WITH_AES_128_CBC_SHA - Static variable in class io.netty5.handler.ssl.Ciphers
-
TLS_DHE_PSK_WITH_AES_128_CBC_SHA
- TLS_DHE_PSK_WITH_AES_128_CBC_SHA256 - Static variable in class io.netty5.handler.ssl.Ciphers
-
TLS_DHE_PSK_WITH_AES_128_CBC_SHA256
- TLS_DHE_PSK_WITH_AES_128_GCM_SHA256 - Static variable in class io.netty5.handler.ssl.Ciphers
-
TLS_DHE_PSK_WITH_AES_128_GCM_SHA256
- TLS_DHE_PSK_WITH_AES_256_CBC_CCM - Static variable in class io.netty5.handler.ssl.Ciphers
-
TLS_DHE_PSK_WITH_AES_256_CBC_CCM
- TLS_DHE_PSK_WITH_AES_256_CBC_CCM8 - Static variable in class io.netty5.handler.ssl.Ciphers
-
TLS_DHE_PSK_WITH_AES_256_CBC_CCM8
- TLS_DHE_PSK_WITH_AES_256_CBC_SHA - Static variable in class io.netty5.handler.ssl.Ciphers
-
TLS_DHE_PSK_WITH_AES_256_CBC_SHA
- TLS_DHE_PSK_WITH_AES_256_CBC_SHA384 - Static variable in class io.netty5.handler.ssl.Ciphers
-
TLS_DHE_PSK_WITH_AES_256_CBC_SHA384
- TLS_DHE_PSK_WITH_AES_256_GCM_SHA384 - Static variable in class io.netty5.handler.ssl.Ciphers
-
TLS_DHE_PSK_WITH_AES_256_GCM_SHA384
- TLS_DHE_PSK_WITH_ARIA128_GCM_SHA256 - Static variable in class io.netty5.handler.ssl.Ciphers
-
TLS_DHE_PSK_WITH_ARIA128_GCM_SHA256
- TLS_DHE_PSK_WITH_ARIA256_GCM_SHA384 - Static variable in class io.netty5.handler.ssl.Ciphers
-
TLS_DHE_PSK_WITH_ARIA256_GCM_SHA384
- TLS_DHE_PSK_WITH_CAMELLIA128_SHA256 - Static variable in class io.netty5.handler.ssl.Ciphers
-
TLS_DHE_PSK_WITH_CAMELLIA128_SHA256
- TLS_DHE_PSK_WITH_CAMELLIA256_SHA384 - Static variable in class io.netty5.handler.ssl.Ciphers
-
TLS_DHE_PSK_WITH_CAMELLIA256_SHA384
- TLS_DHE_PSK_WITH_CHACHA20_POLY1305_SHA256 - Static variable in class io.netty5.handler.ssl.Ciphers
-
TLS_DHE_PSK_WITH_CHACHA20_POLY1305_SHA256
- TLS_DHE_RSA_WITH_AES_128_CBC_CCM - Static variable in class io.netty5.handler.ssl.Ciphers
-
TLS_DHE_RSA_WITH_AES_128_CBC_CCM
- TLS_DHE_RSA_WITH_AES_128_CBC_CCM8 - Static variable in class io.netty5.handler.ssl.Ciphers
-
TLS_DHE_RSA_WITH_AES_128_CBC_CCM8
- TLS_DHE_RSA_WITH_AES_128_CBC_SHA - Static variable in class io.netty5.handler.ssl.Ciphers
-
TLS_DHE_RSA_WITH_AES_128_CBC_SHA
- TLS_DHE_RSA_WITH_AES_128_CBC_SHA256 - Static variable in class io.netty5.handler.ssl.Ciphers
-
TLS_DHE_RSA_WITH_AES_128_CBC_SHA256
- TLS_DHE_RSA_WITH_AES_128_GCM_SHA256 - Static variable in class io.netty5.handler.ssl.Ciphers
-
TLS_DHE_RSA_WITH_AES_128_GCM_SHA256
- TLS_DHE_RSA_WITH_AES_256_CBC_CCM - Static variable in class io.netty5.handler.ssl.Ciphers
-
TLS_DHE_RSA_WITH_AES_256_CBC_CCM
- TLS_DHE_RSA_WITH_AES_256_CBC_CCM8 - Static variable in class io.netty5.handler.ssl.Ciphers
-
TLS_DHE_RSA_WITH_AES_256_CBC_CCM8
- TLS_DHE_RSA_WITH_AES_256_CBC_SHA - Static variable in class io.netty5.handler.ssl.Ciphers
-
TLS_DHE_RSA_WITH_AES_256_CBC_SHA
- TLS_DHE_RSA_WITH_AES_256_CBC_SHA256 - Static variable in class io.netty5.handler.ssl.Ciphers
-
TLS_DHE_RSA_WITH_AES_256_CBC_SHA256
- TLS_DHE_RSA_WITH_AES_256_GCM_SHA384 - Static variable in class io.netty5.handler.ssl.Ciphers
-
TLS_DHE_RSA_WITH_AES_256_GCM_SHA384
- TLS_DHE_RSA_WITH_ARIA128_GCM_SHA256 - Static variable in class io.netty5.handler.ssl.Ciphers
-
TLS_DHE_RSA_WITH_ARIA128_GCM_SHA256
- TLS_DHE_RSA_WITH_ARIA256_GCM_SHA384 - Static variable in class io.netty5.handler.ssl.Ciphers
-
TLS_DHE_RSA_WITH_ARIA256_GCM_SHA384
- TLS_DHE_RSA_WITH_CAMELLIA128_SHA - Static variable in class io.netty5.handler.ssl.Ciphers
-
TLS_DHE_RSA_WITH_CAMELLIA128_SHA
- TLS_DHE_RSA_WITH_CAMELLIA128_SHA256 - Static variable in class io.netty5.handler.ssl.Ciphers
-
TLS_DHE_RSA_WITH_CAMELLIA128_SHA256
- TLS_DHE_RSA_WITH_CAMELLIA256_SHA - Static variable in class io.netty5.handler.ssl.Ciphers
-
TLS_DHE_RSA_WITH_CAMELLIA256_SHA
- TLS_DHE_RSA_WITH_CAMELLIA256_SHA256 - Static variable in class io.netty5.handler.ssl.Ciphers
-
TLS_DHE_RSA_WITH_CAMELLIA256_SHA256
- TLS_DHE_RSA_WITH_CHACHA20_POLY1305_SHA256 - Static variable in class io.netty5.handler.ssl.Ciphers
-
TLS_DHE_RSA_WITH_CHACHA20_POLY1305_SHA256
- TLS_DHE_RSA_WITH_SEED_SHA - Static variable in class io.netty5.handler.ssl.Ciphers
-
TLS_DHE_RSA_WITH_SEED_SHA
- TLS_ECDH_anon_WITH_AES_128_CBC_SHA - Static variable in class io.netty5.handler.ssl.Ciphers
-
TLS_ECDH_anon_WITH_AES_128_CBC_SHA
- TLS_ECDH_anon_WITH_AES_256_CBC_SHA - Static variable in class io.netty5.handler.ssl.Ciphers
-
TLS_ECDH_anon_WITH_AES_256_CBC_SHA
- TLS_ECDHE_ECDSA_WITH_AES_128_CBC_CCM - Static variable in class io.netty5.handler.ssl.Ciphers
-
TLS_ECDHE_ECDSA_WITH_AES_128_CBC_CCM
- TLS_ECDHE_ECDSA_WITH_AES_128_CBC_CCM8 - Static variable in class io.netty5.handler.ssl.Ciphers
-
TLS_ECDHE_ECDSA_WITH_AES_128_CBC_CCM8
- TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA - Static variable in class io.netty5.handler.ssl.Ciphers
-
TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA
- TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256 - Static variable in class io.netty5.handler.ssl.Ciphers
-
TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256
- TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256 - Static variable in class io.netty5.handler.ssl.Ciphers
-
TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256
- TLS_ECDHE_ECDSA_WITH_AES_256_CBC_CCM - Static variable in class io.netty5.handler.ssl.Ciphers
-
TLS_ECDHE_ECDSA_WITH_AES_256_CBC_CCM
- TLS_ECDHE_ECDSA_WITH_AES_256_CBC_CCM8 - Static variable in class io.netty5.handler.ssl.Ciphers
-
TLS_ECDHE_ECDSA_WITH_AES_256_CBC_CCM8
- TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA - Static variable in class io.netty5.handler.ssl.Ciphers
-
TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA
- TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384 - Static variable in class io.netty5.handler.ssl.Ciphers
-
TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384
- TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384 - Static variable in class io.netty5.handler.ssl.Ciphers
-
TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384
- TLS_ECDHE_ECDSA_WITH_ARIA128_GCM_SHA256 - Static variable in class io.netty5.handler.ssl.Ciphers
-
TLS_ECDHE_ECDSA_WITH_ARIA128_GCM_SHA256
- TLS_ECDHE_ECDSA_WITH_ARIA256_GCM_SHA384 - Static variable in class io.netty5.handler.ssl.Ciphers
-
TLS_ECDHE_ECDSA_WITH_ARIA256_GCM_SHA384
- TLS_ECDHE_ECDSA_WITH_CAMELLIA128_SHA256 - Static variable in class io.netty5.handler.ssl.Ciphers
-
TLS_ECDHE_ECDSA_WITH_CAMELLIA128_SHA256
- TLS_ECDHE_ECDSA_WITH_CAMELLIA256_SHA384 - Static variable in class io.netty5.handler.ssl.Ciphers
-
TLS_ECDHE_ECDSA_WITH_CAMELLIA256_SHA384
- TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA256 - Static variable in class io.netty5.handler.ssl.Ciphers
-
TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA256
- TLS_ECDHE_PSK_WITH_AES_128_CBC_SHA - Static variable in class io.netty5.handler.ssl.Ciphers
-
TLS_ECDHE_PSK_WITH_AES_128_CBC_SHA
- TLS_ECDHE_PSK_WITH_AES_128_CBC_SHA256 - Static variable in class io.netty5.handler.ssl.Ciphers
-
TLS_ECDHE_PSK_WITH_AES_128_CBC_SHA256
- TLS_ECDHE_PSK_WITH_AES_256_CBC_SHA - Static variable in class io.netty5.handler.ssl.Ciphers
-
TLS_ECDHE_PSK_WITH_AES_256_CBC_SHA
- TLS_ECDHE_PSK_WITH_AES_256_CBC_SHA384 - Static variable in class io.netty5.handler.ssl.Ciphers
-
TLS_ECDHE_PSK_WITH_AES_256_CBC_SHA384
- TLS_ECDHE_PSK_WITH_CAMELLIA128_SHA256 - Static variable in class io.netty5.handler.ssl.Ciphers
-
TLS_ECDHE_PSK_WITH_CAMELLIA128_SHA256
- TLS_ECDHE_PSK_WITH_CAMELLIA256_SHA384 - Static variable in class io.netty5.handler.ssl.Ciphers
-
TLS_ECDHE_PSK_WITH_CAMELLIA256_SHA384
- TLS_ECDHE_PSK_WITH_CHACHA20_POLY1305_SHA256 - Static variable in class io.netty5.handler.ssl.Ciphers
-
TLS_ECDHE_PSK_WITH_CHACHA20_POLY1305_SHA256
- TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA - Static variable in class io.netty5.handler.ssl.Ciphers
-
TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA
- TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256 - Static variable in class io.netty5.handler.ssl.Ciphers
-
TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256
- TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 - Static variable in class io.netty5.handler.ssl.Ciphers
-
TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256
- TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA - Static variable in class io.netty5.handler.ssl.Ciphers
-
TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA
- TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384 - Static variable in class io.netty5.handler.ssl.Ciphers
-
TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384
- TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 - Static variable in class io.netty5.handler.ssl.Ciphers
-
TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384
- TLS_ECDHE_RSA_WITH_CAMELLIA128_SHA256 - Static variable in class io.netty5.handler.ssl.Ciphers
-
TLS_ECDHE_RSA_WITH_CAMELLIA128_SHA256
- TLS_ECDHE_RSA_WITH_CAMELLIA256_SHA384 - Static variable in class io.netty5.handler.ssl.Ciphers
-
TLS_ECDHE_RSA_WITH_CAMELLIA256_SHA384
- TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256 - Static variable in class io.netty5.handler.ssl.Ciphers
-
TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256
- TLS_FALSE_START - Static variable in class io.netty5.handler.ssl.OpenSslContextOption
-
If enabled TLS false start will be enabled if supported.
- TLS_HANDSHAKE_FAILED - Static variable in class io.netty5.handler.codec.http.websocketx.WebSocketCloseStatus
- TLS_PSK_WITH_AES_128_CBC_CCM - Static variable in class io.netty5.handler.ssl.Ciphers
-
TLS_PSK_WITH_AES_128_CBC_CCM
- TLS_PSK_WITH_AES_128_CBC_CCM8 - Static variable in class io.netty5.handler.ssl.Ciphers
-
TLS_PSK_WITH_AES_128_CBC_CCM8
- TLS_PSK_WITH_AES_128_CBC_SHA - Static variable in class io.netty5.handler.ssl.Ciphers
-
TLS_PSK_WITH_AES_128_CBC_SHA
- TLS_PSK_WITH_AES_128_CBC_SHA256 - Static variable in class io.netty5.handler.ssl.Ciphers
-
TLS_PSK_WITH_AES_128_CBC_SHA256
- TLS_PSK_WITH_AES_128_GCM_SHA256 - Static variable in class io.netty5.handler.ssl.Ciphers
-
TLS_PSK_WITH_AES_128_GCM_SHA256
- TLS_PSK_WITH_AES_256_CBC_CCM - Static variable in class io.netty5.handler.ssl.Ciphers
-
TLS_PSK_WITH_AES_256_CBC_CCM
- TLS_PSK_WITH_AES_256_CBC_CCM8 - Static variable in class io.netty5.handler.ssl.Ciphers
-
TLS_PSK_WITH_AES_256_CBC_CCM8
- TLS_PSK_WITH_AES_256_CBC_SHA - Static variable in class io.netty5.handler.ssl.Ciphers
-
TLS_PSK_WITH_AES_256_CBC_SHA
- TLS_PSK_WITH_AES_256_CBC_SHA384 - Static variable in class io.netty5.handler.ssl.Ciphers
-
TLS_PSK_WITH_AES_256_CBC_SHA384
- TLS_PSK_WITH_AES_256_GCM_SHA384 - Static variable in class io.netty5.handler.ssl.Ciphers
-
TLS_PSK_WITH_AES_256_GCM_SHA384
- TLS_PSK_WITH_ARIA128_GCM_SHA256 - Static variable in class io.netty5.handler.ssl.Ciphers
-
TLS_PSK_WITH_ARIA128_GCM_SHA256
- TLS_PSK_WITH_ARIA256_GCM_SHA384 - Static variable in class io.netty5.handler.ssl.Ciphers
-
TLS_PSK_WITH_ARIA256_GCM_SHA384
- TLS_PSK_WITH_CAMELLIA128_SHA256 - Static variable in class io.netty5.handler.ssl.Ciphers
-
TLS_PSK_WITH_CAMELLIA128_SHA256
- TLS_PSK_WITH_CAMELLIA256_SHA384 - Static variable in class io.netty5.handler.ssl.Ciphers
-
TLS_PSK_WITH_CAMELLIA256_SHA384
- TLS_PSK_WITH_CHACHA20_POLY1305_SHA256 - Static variable in class io.netty5.handler.ssl.Ciphers
-
TLS_PSK_WITH_CHACHA20_POLY1305_SHA256
- TLS_RSA_PSK_WITH_AES_128_CBC_SHA - Static variable in class io.netty5.handler.ssl.Ciphers
-
TLS_RSA_PSK_WITH_AES_128_CBC_SHA
- TLS_RSA_PSK_WITH_AES_128_CBC_SHA256 - Static variable in class io.netty5.handler.ssl.Ciphers
-
TLS_RSA_PSK_WITH_AES_128_CBC_SHA256
- TLS_RSA_PSK_WITH_AES_128_GCM_SHA256 - Static variable in class io.netty5.handler.ssl.Ciphers
-
TLS_RSA_PSK_WITH_AES_128_GCM_SHA256
- TLS_RSA_PSK_WITH_AES_256_CBC_SHA - Static variable in class io.netty5.handler.ssl.Ciphers
-
TLS_RSA_PSK_WITH_AES_256_CBC_SHA
- TLS_RSA_PSK_WITH_AES_256_CBC_SHA384 - Static variable in class io.netty5.handler.ssl.Ciphers
-
TLS_RSA_PSK_WITH_AES_256_CBC_SHA384
- TLS_RSA_PSK_WITH_AES_256_GCM_SHA384 - Static variable in class io.netty5.handler.ssl.Ciphers
-
TLS_RSA_PSK_WITH_AES_256_GCM_SHA384
- TLS_RSA_PSK_WITH_ARIA128_GCM_SHA256 - Static variable in class io.netty5.handler.ssl.Ciphers
-
TLS_RSA_PSK_WITH_ARIA128_GCM_SHA256
- TLS_RSA_PSK_WITH_ARIA256_GCM_SHA384 - Static variable in class io.netty5.handler.ssl.Ciphers
-
TLS_RSA_PSK_WITH_ARIA256_GCM_SHA384
- TLS_RSA_PSK_WITH_CAMELLIA128_SHA256 - Static variable in class io.netty5.handler.ssl.Ciphers
-
TLS_RSA_PSK_WITH_CAMELLIA128_SHA256
- TLS_RSA_PSK_WITH_CAMELLIA256_SHA384 - Static variable in class io.netty5.handler.ssl.Ciphers
-
TLS_RSA_PSK_WITH_CAMELLIA256_SHA384
- TLS_RSA_PSK_WITH_CHACHA20_POLY1305_SHA256 - Static variable in class io.netty5.handler.ssl.Ciphers
-
TLS_RSA_PSK_WITH_CHACHA20_POLY1305_SHA256
- TLS_RSA_WITH_AES_128_CBC_CCM - Static variable in class io.netty5.handler.ssl.Ciphers
-
TLS_RSA_WITH_AES_128_CBC_CCM
- TLS_RSA_WITH_AES_128_CBC_CCM8 - Static variable in class io.netty5.handler.ssl.Ciphers
-
TLS_RSA_WITH_AES_128_CBC_CCM8
- TLS_RSA_WITH_AES_128_CBC_SHA - Static variable in class io.netty5.handler.ssl.Ciphers
-
TLS_RSA_WITH_AES_128_CBC_SHA
- TLS_RSA_WITH_AES_128_CBC_SHA256 - Static variable in class io.netty5.handler.ssl.Ciphers
-
TLS_RSA_WITH_AES_128_CBC_SHA256
- TLS_RSA_WITH_AES_128_GCM_SHA256 - Static variable in class io.netty5.handler.ssl.Ciphers
-
TLS_RSA_WITH_AES_128_GCM_SHA256
- TLS_RSA_WITH_AES_256_CBC_CCM - Static variable in class io.netty5.handler.ssl.Ciphers
-
TLS_RSA_WITH_AES_256_CBC_CCM
- TLS_RSA_WITH_AES_256_CBC_CCM8 - Static variable in class io.netty5.handler.ssl.Ciphers
-
TLS_RSA_WITH_AES_256_CBC_CCM8
- TLS_RSA_WITH_AES_256_CBC_SHA - Static variable in class io.netty5.handler.ssl.Ciphers
-
TLS_RSA_WITH_AES_256_CBC_SHA
- TLS_RSA_WITH_AES_256_CBC_SHA256 - Static variable in class io.netty5.handler.ssl.Ciphers
-
TLS_RSA_WITH_AES_256_CBC_SHA256
- TLS_RSA_WITH_AES_256_GCM_SHA384 - Static variable in class io.netty5.handler.ssl.Ciphers
-
TLS_RSA_WITH_AES_256_GCM_SHA384
- TLS_RSA_WITH_ARIA128_GCM_SHA256 - Static variable in class io.netty5.handler.ssl.Ciphers
-
TLS_RSA_WITH_ARIA128_GCM_SHA256
- TLS_RSA_WITH_ARIA256_GCM_SHA384 - Static variable in class io.netty5.handler.ssl.Ciphers
-
TLS_RSA_WITH_ARIA256_GCM_SHA384
- TLS_RSA_WITH_CAMELLIA128_SHA - Static variable in class io.netty5.handler.ssl.Ciphers
-
TLS_RSA_WITH_CAMELLIA128_SHA
- TLS_RSA_WITH_CAMELLIA128_SHA256 - Static variable in class io.netty5.handler.ssl.Ciphers
-
TLS_RSA_WITH_CAMELLIA128_SHA256
- TLS_RSA_WITH_CAMELLIA256_SHA - Static variable in class io.netty5.handler.ssl.Ciphers
-
TLS_RSA_WITH_CAMELLIA256_SHA
- TLS_RSA_WITH_CAMELLIA256_SHA256 - Static variable in class io.netty5.handler.ssl.Ciphers
-
TLS_RSA_WITH_CAMELLIA256_SHA256
- TLS_RSA_WITH_ECDHE_ARIA128_GCM_SHA256 - Static variable in class io.netty5.handler.ssl.Ciphers
-
TLS_RSA_WITH_ECDHE_ARIA128_GCM_SHA256
- TLS_RSA_WITH_ECDHE_ARIA256_GCM_SHA384 - Static variable in class io.netty5.handler.ssl.Ciphers
-
TLS_RSA_WITH_ECDHE_ARIA256_GCM_SHA384
- TLS_RSA_WITH_IDEA_CBC_SHA - Static variable in class io.netty5.handler.ssl.Ciphers
-
TLS_RSA_WITH_IDEA_CBC_SHA
- TLS_RSA_WITH_SEED_SHA - Static variable in class io.netty5.handler.ssl.Ciphers
-
TLS_RSA_WITH_SEED_SHA
- TLS_SRP_DSS_WITH_AES_128_CBC_SHA - Static variable in class io.netty5.handler.ssl.Ciphers
-
TLS_SRP_DSS_WITH_AES_128_CBC_SHA
- TLS_SRP_DSS_WITH_AES_256_CBC_SHA - Static variable in class io.netty5.handler.ssl.Ciphers
-
TLS_SRP_DSS_WITH_AES_256_CBC_SHA
- TLS_SRP_RSA_WITH_AES_128_CBC_SHA - Static variable in class io.netty5.handler.ssl.Ciphers
-
TLS_SRP_RSA_WITH_AES_128_CBC_SHA
- TLS_SRP_RSA_WITH_AES_256_CBC_SHA - Static variable in class io.netty5.handler.ssl.Ciphers
-
TLS_SRP_RSA_WITH_AES_256_CBC_SHA
- TLS_SRP_WITH_AES_128_CBC_SHA - Static variable in class io.netty5.handler.ssl.Ciphers
-
TLS_SRP_WITH_AES_128_CBC_SHA
- TLS_SRP_WITH_AES_256_CBC_SHA - Static variable in class io.netty5.handler.ssl.Ciphers
-
TLS_SRP_WITH_AES_256_CBC_SHA
- TLS_UPGRADE_PROTOCOL_NAME - Static variable in class io.netty5.handler.codec.http2.Http2CodecUtil
- TLS_v1 - Static variable in class io.netty5.handler.ssl.SslProtocols
-
Deprecated.TLSv1 is no longer secure. Consider using
SslProtocols.TLS_v1_2
orSslProtocols.TLS_v1_3
- TLS_v1_1 - Static variable in class io.netty5.handler.ssl.SslProtocols
-
Deprecated.TLSv1.1 is no longer secure. Consider using
SslProtocols.TLS_v1_2
orSslProtocols.TLS_v1_3
- TLS_v1_2 - Static variable in class io.netty5.handler.ssl.SslProtocols
-
TLS v1.2
- TLS_v1_3 - Static variable in class io.netty5.handler.ssl.SslProtocols
-
TLS v1.3
- TLSA - Static variable in class io.netty5.handler.codec.dns.DnsRecordType
-
TLSA certificate association record RFC 6698 A record for DNS-based Authentication of Named Entities (DANE).
- tmpdir() - Static method in class io.netty5.util.internal.PlatformDependent
-
Returns the temporary directory.
- toAddressString(InetAddress) - Static method in class io.netty5.util.NetUtil
-
Returns the
String
representation of anInetAddress
. - toAddressString(InetAddress, boolean) - Static method in class io.netty5.util.NetUtil
-
Returns the
String
representation of anInetAddress
. - toArray() - Method in class io.netty5.channel.group.DefaultChannelGroup
- toArray() - Method in class io.netty5.util.internal.DefaultPriorityQueue
- toArray() - Method in class io.netty5.util.internal.EmptyPriorityQueue
- toArray(T[]) - Method in class io.netty5.channel.group.DefaultChannelGroup
- toArray(T1[]) - Method in class io.netty5.util.internal.EmptyPriorityQueue
- toArray(X[]) - Method in class io.netty5.util.internal.DefaultPriorityQueue
- toBuffer(ChannelHandlerContext, Throwable) - Static method in class io.netty5.handler.codec.http2.Http2CodecUtil
-
Creates a buffer containing the error message from the given exception.
- toBuilder() - Method in class io.netty5.handler.codec.http.websocketx.WebSocketClientProtocolConfig
- toBuilder() - Method in class io.netty5.handler.codec.http.websocketx.WebSocketDecoderConfig
- toBuilder() - Method in class io.netty5.handler.codec.http.websocketx.WebSocketServerProtocolConfig
- toByteArray() - Method in class io.netty5.util.AsciiString
-
Converts this string to a byte array.
- toByteArray(int, int) - Method in class io.netty5.util.AsciiString
-
Converts a subset of this string to a byte array.
- toCharArray() - Method in class io.netty5.util.AsciiString
-
Copies the characters in this string to a character array.
- toCharArray(int, int) - Method in class io.netty5.util.AsciiString
-
Copies the characters in this string to a character array.
- toCompletableFuture() - Method in interface io.netty5.util.concurrent.FutureCompletionStage
-
Not supported and so throws an
UnsupportedOperationException
. - toFullHttpRequest(int, Http2Headers, BufferAllocator, boolean) - Static method in class io.netty5.handler.codec.http2.HttpConversionUtil
-
Create a new object to contain the request data
- toFullHttpRequest(int, Http2Headers, Buffer, boolean, BufferAllocator) - Static method in class io.netty5.handler.codec.http2.HttpConversionUtil
-
Create a new object to contain the request data
- toFullHttpResponse(int, Http2Headers, BufferAllocator, boolean) - Static method in class io.netty5.handler.codec.http2.HttpConversionUtil
-
Create a new object to contain the response data
- toFullHttpResponse(int, Http2Headers, Buffer, boolean) - Static method in class io.netty5.handler.codec.http2.HttpConversionUtil
-
Create a new object to contain the response data
- toFutureCompletionStage(CompletionStage<U>, EventExecutor) - Static method in interface io.netty5.util.concurrent.FutureCompletionStage
-
Returns a
FutureCompletionStage
for the givenCompletionStage
that is pinned to the givenEventExecutor
. - toHexString(byte[]) - Static method in class io.netty5.util.internal.StringUtil
-
Converts the specified byte array into a hexadecimal value.
- toHexString(byte[], int, int) - Static method in class io.netty5.util.internal.StringUtil
-
Converts the specified byte array into a hexadecimal value.
- toHexString(T, byte[]) - Static method in class io.netty5.util.internal.StringUtil
-
Converts the specified byte array into a hexadecimal value and appends it to the specified buffer.
- toHexString(T, byte[], int, int) - Static method in class io.netty5.util.internal.StringUtil
-
Converts the specified byte array into a hexadecimal value and appends it to the specified buffer.
- toHexStringPadded(byte[]) - Static method in class io.netty5.util.internal.StringUtil
-
Converts the specified byte array into a hexadecimal value.
- toHexStringPadded(byte[], int, int) - Static method in class io.netty5.util.internal.StringUtil
-
Converts the specified byte array into a hexadecimal value.
- toHexStringPadded(T, byte[]) - Static method in class io.netty5.util.internal.StringUtil
-
Converts the specified byte array into a hexadecimal value and appends it to the specified buffer.
- toHexStringPadded(T, byte[], int, int) - Static method in class io.netty5.util.internal.StringUtil
-
Converts the specified byte array into a hexadecimal value and appends it to the specified buffer.
- toHintString() - Method in interface io.netty5.util.ResourceLeakHint
-
Returns a human-readable message that potentially enables easier resource leak tracking.
- toHttp2Headers(HttpHeaders, boolean) - Static method in class io.netty5.handler.codec.http2.HttpConversionUtil
- toHttp2Headers(HttpHeaders, Http2Headers) - Static method in class io.netty5.handler.codec.http2.HttpConversionUtil
- toHttp2Headers(HttpMessage, boolean) - Static method in class io.netty5.handler.codec.http2.HttpConversionUtil
-
Converts the given HTTP/1.x headers into HTTP/2 headers.
- toHttpHeaderValue() - Method in enum io.netty5.handler.codec.http.websocketx.WebSocketVersion
- toHttpRequest(int, Http2Headers, boolean) - Static method in class io.netty5.handler.codec.http2.HttpConversionUtil
-
Create a new object to contain the request data.
- toHttpResponse(int, Http2Headers, boolean) - Static method in class io.netty5.handler.codec.http2.HttpConversionUtil
-
Create a new object to contain the response data.
- toInternalLevel() - Method in enum io.netty5.handler.logging.LogLevel
-
For internal use only.
- toJava(String, String) - Static method in class io.netty5.handler.ssl.CipherSuiteConverter
-
Convert from OpenSSL cipher suite name convention to java cipher suite name convention.
- toJdkFamily() - Method in enum io.netty5.channel.socket.SocketProtocolFamily
-
Return a
ProtocolFamily
that is "known" by the JDK itself and represent the same asSocketProtocolFamily
. - toLowerCase() - Method in class io.netty5.util.AsciiString
-
Converts the characters in this string to lowercase, using the default Locale.
- toLowerCase(char) - Static method in class io.netty5.util.AsciiString
-
If the character is uppercase - converts the character to lowercase, otherwise returns the character as it is.
- toMap() - Method in interface io.netty5.channel.ChannelPipeline
-
Converts this pipeline into an ordered
Map
whose keys are handler names and whose values are handlers. - toMap() - Method in class io.netty5.channel.DefaultChannelPipeline
- TOO_MANY_REQUESTS - Static variable in class io.netty5.handler.codec.http.HttpResponseStatus
-
429 Too Many Requests (RFC6585)
- TooLongFrameException - Exception in io.netty5.handler.codec
-
An
DecoderException
which is thrown when the length of the frame decoded is greater than the allowed maximum. - TooLongFrameException() - Constructor for exception io.netty5.handler.codec.TooLongFrameException
-
Creates a new instance.
- TooLongFrameException(String) - Constructor for exception io.netty5.handler.codec.TooLongFrameException
-
Creates a new instance.
- TooLongFrameException(String, Throwable) - Constructor for exception io.netty5.handler.codec.TooLongFrameException
-
Creates a new instance.
- TooLongFrameException(Throwable) - Constructor for exception io.netty5.handler.codec.TooLongFrameException
-
Creates a new instance.
- TooLongHttpContentException - Exception in io.netty5.handler.codec.http
-
An
TooLongFrameException
which is thrown when the length of the content decoded is greater than the allowed maximum. - TooLongHttpContentException() - Constructor for exception io.netty5.handler.codec.http.TooLongHttpContentException
-
Creates a new instance.
- TooLongHttpContentException(String) - Constructor for exception io.netty5.handler.codec.http.TooLongHttpContentException
-
Creates a new instance.
- TooLongHttpContentException(String, Throwable) - Constructor for exception io.netty5.handler.codec.http.TooLongHttpContentException
-
Creates a new instance.
- TooLongHttpContentException(Throwable) - Constructor for exception io.netty5.handler.codec.http.TooLongHttpContentException
-
Creates a new instance.
- TooLongHttpHeaderException - Exception in io.netty5.handler.codec.http
-
An
TooLongFrameException
which is thrown when the length of the header decoded is greater than the allowed maximum. - TooLongHttpHeaderException() - Constructor for exception io.netty5.handler.codec.http.TooLongHttpHeaderException
-
Creates a new instance.
- TooLongHttpHeaderException(String) - Constructor for exception io.netty5.handler.codec.http.TooLongHttpHeaderException
-
Creates a new instance.
- TooLongHttpHeaderException(String, Throwable) - Constructor for exception io.netty5.handler.codec.http.TooLongHttpHeaderException
-
Creates a new instance.
- TooLongHttpHeaderException(Throwable) - Constructor for exception io.netty5.handler.codec.http.TooLongHttpHeaderException
-
Creates a new instance.
- TooLongHttpLineException - Exception in io.netty5.handler.codec.http
-
An
TooLongFrameException
which is thrown when the length of the line decoded is greater than the allowed maximum. - TooLongHttpLineException() - Constructor for exception io.netty5.handler.codec.http.TooLongHttpLineException
-
Creates a new instance.
- TooLongHttpLineException(String) - Constructor for exception io.netty5.handler.codec.http.TooLongHttpLineException
-
Creates a new instance.
- TooLongHttpLineException(String, Throwable) - Constructor for exception io.netty5.handler.codec.http.TooLongHttpLineException
-
Creates a new instance.
- TooLongHttpLineException(Throwable) - Constructor for exception io.netty5.handler.codec.http.TooLongHttpLineException
-
Creates a new instance.
- toOpenSsl(String, boolean) - Static method in class io.netty5.handler.ssl.CipherSuiteConverter
-
Converts the specified Java cipher suite to its corresponding OpenSSL cipher suite name.
- toPoolName(Class<?>) - Static method in class io.netty5.util.concurrent.DefaultThreadFactory
- toPrivateKey(File, String) - Static method in class io.netty5.handler.ssl.SslContext
- toPrivateKey(InputStream, String) - Static method in class io.netty5.handler.ssl.SslContext
- toSocketAddressString(String, int) - Static method in class io.netty5.util.NetUtil
-
Returns the
String
representation of a host port combo. - toSocketAddressString(InetSocketAddress) - Static method in class io.netty5.util.NetUtil
-
Returns the
String
representation of anInetSocketAddress
. - toString() - Method in class io.netty5.bootstrap.AbstractBootstrap
- toString() - Method in class io.netty5.bootstrap.AbstractBootstrapConfig
- toString() - Method in class io.netty5.bootstrap.BootstrapConfig
- toString() - Method in class io.netty5.bootstrap.ServerBootstrapConfig
- toString() - Method in class io.netty5.buffer.api.internal.ArcDrop
- toString() - Method in class io.netty5.buffer.api.internal.CleanerDrop
- toString() - Method in class io.netty5.channel.AbstractChannel
-
Returns the
String
representation of this channel. - toString() - Method in class io.netty5.channel.AbstractCoalescingBufferQueue
- toString() - Method in class io.netty5.channel.DefaultAddressedEnvelope
- toString() - Method in class io.netty5.channel.DefaultChannelId
- toString() - Method in class io.netty5.channel.DefaultChannelPipeline
-
Returns the
String
representation of this pipeline. - toString() - Method in class io.netty5.channel.group.DefaultChannelGroup
- toString() - Method in class io.netty5.channel.kqueue.AcceptFilter
- toString() - Method in class io.netty5.channel.local.LocalAddress
- toString() - Method in class io.netty5.channel.ReflectiveChannelFactory
- toString() - Method in class io.netty5.channel.ReflectiveServerChannelFactory
- toString() - Method in class io.netty5.channel.socket.DomainSocketAddress
- toString() - Method in class io.netty5.channel.unix.FileDescriptor
- toString() - Method in class io.netty5.channel.unix.PeerCredentials
- toString() - Method in class io.netty5.channel.unix.Socket
- toString() - Method in class io.netty5.channel.WriteBufferWaterMark
- toString() - Method in class io.netty5.handler.codec.DecoderResult
- toString() - Method in class io.netty5.handler.codec.DefaultHeaders.HeaderEntry
- toString() - Method in class io.netty5.handler.codec.DefaultHeaders
- toString() - Method in class io.netty5.handler.codec.dns.AbstractDnsOptPseudoRrRecord
- toString() - Method in class io.netty5.handler.codec.dns.AbstractDnsRecord
- toString() - Method in class io.netty5.handler.codec.dns.DefaultDnsOptEcsRecord
- toString() - Method in class io.netty5.handler.codec.dns.DefaultDnsPtrRecord
- toString() - Method in class io.netty5.handler.codec.dns.DefaultDnsQuery
- toString() - Method in class io.netty5.handler.codec.dns.DefaultDnsQuestion
- toString() - Method in class io.netty5.handler.codec.dns.DefaultDnsRawRecord
- toString() - Method in class io.netty5.handler.codec.dns.DefaultDnsResponse
- toString() - Method in class io.netty5.handler.codec.dns.DnsOpCode
- toString() - Method in class io.netty5.handler.codec.dns.DnsRecordType
- toString() - Method in class io.netty5.handler.codec.dns.DnsResponseCode
-
Returns a formatted error message for this
DnsResponseCode
. - toString() - Method in class io.netty5.handler.codec.EmptyHeaders
- toString() - Method in class io.netty5.handler.codec.http.cookie.DefaultCookie
- toString() - Method in class io.netty5.handler.codec.http.cors.CorsConfig
- toString() - Method in class io.netty5.handler.codec.http.DefaultFullHttpRequest
- toString() - Method in class io.netty5.handler.codec.http.DefaultFullHttpResponse
- toString() - Method in class io.netty5.handler.codec.http.DefaultHttpContent
- toString() - Method in class io.netty5.handler.codec.http.DefaultHttpRequest
- toString() - Method in class io.netty5.handler.codec.http.DefaultHttpResponse
- toString() - Method in class io.netty5.handler.codec.http.DefaultLastHttpContent
- toString() - Method in class io.netty5.handler.codec.http.EmptyLastHttpContent
- toString() - Method in class io.netty5.handler.codec.http.HttpHeaders
- toString() - Method in class io.netty5.handler.codec.http.HttpMethod
- toString() - Method in class io.netty5.handler.codec.http.HttpResponseStatus
- toString() - Method in class io.netty5.handler.codec.http.HttpScheme
- toString() - Method in class io.netty5.handler.codec.http.HttpServerUpgradeHandler.UpgradeEvent
- toString() - Method in class io.netty5.handler.codec.http.HttpVersion
-
Returns the full protocol version text such as
"HTTP/1.0"
. - toString() - Method in class io.netty5.handler.codec.http.QueryStringDecoder
- toString() - Method in class io.netty5.handler.codec.http.QueryStringEncoder
-
Returns the URL-encoded URI which was created from the path string specified in the constructor and the parameters added by
QueryStringEncoder.addParam(String, String)
method. - toString() - Method in class io.netty5.handler.codec.http.websocketx.WebSocketClientProtocolConfig
- toString() - Method in class io.netty5.handler.codec.http.websocketx.WebSocketCloseStatus
- toString() - Method in class io.netty5.handler.codec.http.websocketx.WebSocketDecoderConfig
- toString() - Method in class io.netty5.handler.codec.http.websocketx.WebSocketFrame
- toString() - Method in class io.netty5.handler.codec.http.websocketx.WebSocketHandshakeCompletionEvent
- toString() - Method in class io.netty5.handler.codec.http.websocketx.WebSocketScheme
- toString() - Method in class io.netty5.handler.codec.http.websocketx.WebSocketServerProtocolConfig
- toString() - Method in class io.netty5.handler.codec.http2.DefaultHttp2DataFrame
- toString() - Method in class io.netty5.handler.codec.http2.DefaultHttp2GoAwayFrame
- toString() - Method in class io.netty5.handler.codec.http2.DefaultHttp2HeadersFrame
- toString() - Method in class io.netty5.handler.codec.http2.DefaultHttp2PingFrame
- toString() - Method in class io.netty5.handler.codec.http2.DefaultHttp2PriorityFrame
- toString() - Method in class io.netty5.handler.codec.http2.DefaultHttp2PushPromiseFrame
- toString() - Method in class io.netty5.handler.codec.http2.DefaultHttp2ResetFrame
- toString() - Method in class io.netty5.handler.codec.http2.DefaultHttp2SettingsFrame
- toString() - Method in class io.netty5.handler.codec.http2.DefaultHttp2UnknownFrame
- toString() - Method in class io.netty5.handler.codec.http2.DefaultHttp2WindowUpdateFrame
- toString() - Method in class io.netty5.handler.codec.http2.Http2Flags
- toString() - Method in class io.netty5.handler.codec.http2.ReadOnlyHttp2Headers
- toString() - Method in class io.netty5.handler.codec.string.LineSeparator
-
Return a hex dump of the line separator in UTF-8 encoding.
- toString() - Method in class io.netty5.handler.ssl.PemX509Certificate
- toString() - Method in class io.netty5.handler.ssl.SniCompletionEvent
- toString() - Method in class io.netty5.handler.ssl.SslCompletionEvent
- toString() - Method in class io.netty5.handler.ssl.util.LazyJavaxX509Certificate
- toString() - Method in class io.netty5.handler.ssl.util.LazyX509Certificate
- toString() - Method in class io.netty5.handler.timeout.IdleStateEvent
- toString() - Method in class io.netty5.handler.traffic.AbstractTrafficShapingHandler
- toString() - Method in class io.netty5.handler.traffic.GlobalChannelTrafficShapingHandler
- toString() - Method in class io.netty5.handler.traffic.TrafficCounter
- toString() - Method in class io.netty5.resolver.dns.DefaultAuthoritativeDnsServerCache
- toString() - Method in class io.netty5.resolver.dns.DefaultDnsCache
- toString() - Method in class io.netty5.resolver.dns.NoopDnsCache
- toString() - Method in class io.netty5.util.AbstractConstant
- toString() - Method in class io.netty5.util.AsciiString
-
Translates the entire byte string to a
String
. - toString() - Method in class io.netty5.util.collection.ByteObjectHashMap
- toString() - Method in class io.netty5.util.collection.CharObjectHashMap
- toString() - Method in class io.netty5.util.collection.IntObjectHashMap
- toString() - Method in class io.netty5.util.collection.LongObjectHashMap
- toString() - Method in class io.netty5.util.collection.ShortObjectHashMap
- toString() - Method in class io.netty5.util.concurrent.DefaultPromise
- toString() - Method in class io.netty5.util.DomainNameMapping
-
Deprecated.
- toString() - Method in class io.netty5.util.internal.AppendableCharSequence
- toString() - Method in class io.netty5.util.internal.EmptyPriorityQueue
- toString() - Method in class io.netty5.util.internal.logging.AbstractInternalLogger
- toString() - Method in class io.netty5.util.Version
- toString(int) - Method in class io.netty5.util.AsciiString
-
Translates the entire byte string to a
String
using thecharset
encoding. - toString(int, int) - Method in class io.netty5.util.AsciiString
- toString(Buffer, Charset) - Static method in interface io.netty5.buffer.api.internal.Statics
- toString(Class<?>, Iterator<Map.Entry<K, V>>, int) - Static method in class io.netty5.handler.codec.HeadersUtils
-
Helper for implementing toString for
DefaultHeaders
and wrappers such as DefaultHttpHeaders. - toString(Charset) - Method in interface io.netty5.buffer.api.Buffer
-
Decodes this buffer's readable bytes into a string with the specified Charset.
- toString(Charset) - Method in class io.netty5.buffer.api.BufferStub
- toStringBuilder() - Method in class io.netty5.util.concurrent.DefaultPromise
- totalBytesRead() - Method in class io.netty5.channel.DefaultMaxMessagesRecvBufferAllocator.MaxMessageHandle
- totalPendingWriteBytes() - Method in class io.netty5.channel.ChannelOutboundBuffer
- totalRetrans() - Method in class io.netty5.channel.epoll.EpollTcpInfo
- totalSize() - Method in class io.netty5.handler.codec.http.HttpMessageDecoderResult
-
The decoded initial line length plus the decoded header size (in bytes).
- touch() - Method in class io.netty5.channel.DefaultFileRegion
- touch() - Method in interface io.netty5.channel.FileRegion
- touch() - Method in class io.netty5.handler.codec.dns.AbstractDnsMessage
- touch() - Method in class io.netty5.handler.codec.dns.DatagramDnsQuery
- touch() - Method in class io.netty5.handler.codec.dns.DatagramDnsResponse
- touch() - Method in class io.netty5.handler.codec.dns.DefaultDnsQuery
- touch() - Method in class io.netty5.handler.codec.dns.DefaultDnsResponse
- touch() - Method in interface io.netty5.handler.codec.dns.DnsMessage
- touch() - Method in interface io.netty5.handler.codec.dns.DnsQuery
- touch() - Method in interface io.netty5.handler.codec.dns.DnsResponse
- touch() - Method in class io.netty5.handler.ssl.ReferenceCountedOpenSslContext
- touch() - Method in class io.netty5.handler.ssl.ReferenceCountedOpenSslEngine
- touch() - Method in class io.netty5.util.AbstractReferenceCounted
- touch() - Method in interface io.netty5.util.ReferenceCounted
-
Records the current access location of this object for debugging purposes.
- touch(Object) - Method in class io.netty5.buffer.api.BufferHolder
- touch(Object) - Method in class io.netty5.buffer.api.BufferStub
- touch(Object) - Method in class io.netty5.buffer.api.internal.AdaptableBuffer
- touch(Object) - Method in class io.netty5.buffer.api.internal.LifecycleTracer
-
Add the hint object to the trace log.
- touch(Object) - Method in class io.netty5.buffer.api.internal.ResourceSupport
- touch(Object) - Method in class io.netty5.channel.DefaultBufferAddressedEnvelope
- touch(Object) - Method in class io.netty5.channel.DefaultFileRegion
- touch(Object) - Method in interface io.netty5.channel.FileRegion
- touch(Object) - Method in class io.netty5.channel.socket.DatagramPacket
- touch(Object) - Method in class io.netty5.channel.unix.SegmentedDatagramPacket
- touch(Object) - Method in class io.netty5.handler.codec.dns.AbstractDnsMessage
- touch(Object) - Method in class io.netty5.handler.codec.dns.DatagramDnsQuery
- touch(Object) - Method in class io.netty5.handler.codec.dns.DatagramDnsResponse
- touch(Object) - Method in class io.netty5.handler.codec.dns.DefaultDnsQuery
- touch(Object) - Method in class io.netty5.handler.codec.dns.DefaultDnsRawRecord
- touch(Object) - Method in class io.netty5.handler.codec.dns.DefaultDnsResponse
- touch(Object) - Method in interface io.netty5.handler.codec.dns.DnsMessage
- touch(Object) - Method in interface io.netty5.handler.codec.dns.DnsQuery
- touch(Object) - Method in interface io.netty5.handler.codec.dns.DnsRawRecord
- touch(Object) - Method in interface io.netty5.handler.codec.dns.DnsResponse
- touch(Object) - Method in class io.netty5.handler.codec.http.DefaultFullHttpRequest
- touch(Object) - Method in class io.netty5.handler.codec.http.DefaultFullHttpResponse
- touch(Object) - Method in class io.netty5.handler.codec.http.DefaultHttpContent
- touch(Object) - Method in class io.netty5.handler.codec.http.DefaultLastHttpContent
- touch(Object) - Method in class io.netty5.handler.codec.http.EmptyLastHttpContent
- touch(Object) - Method in class io.netty5.handler.codec.http.HttpServerUpgradeHandler.UpgradeEvent
- touch(Object) - Method in class io.netty5.handler.codec.http2.DefaultHttp2DataFrame
- touch(Object) - Method in class io.netty5.handler.codec.http2.DefaultHttp2GoAwayFrame
- touch(Object) - Method in class io.netty5.handler.ssl.ReferenceCountedOpenSslContext
- touch(Object) - Method in class io.netty5.handler.ssl.ReferenceCountedOpenSslEngine
- touch(Object) - Method in interface io.netty5.util.ReferenceCounted
-
Records the current access location of this object with an additional arbitrary information for debugging purposes.
- touch(Object) - Method in interface io.netty5.util.Resource
-
Record the current access location for debugging purposes.
- touch(Object, Object) - Static method in interface io.netty5.util.Resource
-
Record the current access location for debugging purposes.
- touch(T) - Static method in class io.netty5.util.ReferenceCountUtil
-
Tries to call
ReferenceCounted.touch()
if the specified message implementsReferenceCounted
. - touch(T, Object) - Static method in class io.netty5.util.ReferenceCountUtil
-
Tries to call
ReferenceCounted.touch(Object)
if the specified message implementsReferenceCounted
. - toUpperCase() - Method in class io.netty5.util.AsciiString
-
Converts the characters in this string to uppercase, using the default Locale.
- toUri() - Method in class io.netty5.handler.codec.http.QueryStringEncoder
-
Returns the URL-encoded URI object which was created from the path string specified in the constructor and the parameters added by
QueryStringEncoder.addParam(String, String)
method. - toX509Certificates(File) - Static method in class io.netty5.handler.ssl.SslContext
- toX509Certificates(InputStream) - Static method in class io.netty5.handler.ssl.SslContext
- trace(String) - Method in interface io.netty5.util.internal.logging.InternalLogger
-
Log a message at the TRACE level.
- trace(String, Object) - Method in interface io.netty5.util.internal.logging.InternalLogger
-
Log a message at the TRACE level according to the specified format and argument.
- trace(String, Object...) - Method in interface io.netty5.util.internal.logging.InternalLogger
-
Log a message at the TRACE level according to the specified format and arguments.
- trace(String, Object, Object) - Method in interface io.netty5.util.internal.logging.InternalLogger
-
Log a message at the TRACE level according to the specified format and arguments.
- trace(String, Throwable) - Method in interface io.netty5.util.internal.logging.InternalLogger
-
Log an exception (throwable) at the TRACE level with an accompanying message.
- trace(Throwable) - Method in class io.netty5.util.internal.logging.AbstractInternalLogger
- trace(Throwable) - Method in interface io.netty5.util.internal.logging.InternalLogger
-
Log an exception (throwable) at the TRACE level.
- TRACE - io.netty5.handler.logging.LogLevel
- TRACE - io.netty5.util.internal.logging.InternalLogLevel
-
'TRACE' log level.
- TRACE - Static variable in class io.netty5.handler.codec.http.HttpMethod
-
The TRACE method is used to invoke a remote, application-layer loop- back of the request message.
- traceback() - Method in interface io.netty5.buffer.api.LeakInfo.TracePoint
-
Get a
Throwable
instance that holds the recorded stack trace of this trace point. - track(T) - Method in class io.netty5.util.ResourceLeakDetector
-
Creates a new
ResourceLeakTracker
which is expected to be closed viaResourceLeakTracker.close(Object)
when the related resource is deallocated. - trafficCounter - Variable in class io.netty5.handler.traffic.AbstractTrafficShapingHandler
-
Traffic Counter
- trafficCounter() - Method in class io.netty5.handler.traffic.AbstractTrafficShapingHandler
- TrafficCounter - Class in io.netty5.handler.traffic
-
Counts the number of read and written bytes for rate-limiting traffic.
- TrafficCounter(AbstractTrafficShapingHandler, EventExecutorGroup, String, long) - Constructor for class io.netty5.handler.traffic.TrafficCounter
-
Constructor with the
AbstractTrafficShapingHandler
that hosts it, the Timer to use, its name, the checkInterval between two computations in millisecond. - TrafficCounter(EventExecutor, String, long) - Constructor for class io.netty5.handler.traffic.TrafficCounter
-
Constructor with the
AbstractTrafficShapingHandler
that hosts it, theScheduledExecutorService
to use, its name, the checkInterval between two computations in milliseconds. - TRAILER - Static variable in class io.netty5.handler.codec.http.HttpHeaderNames
-
"trailer"
- trailers(boolean, AsciiString...) - Static method in class io.netty5.handler.codec.http2.ReadOnlyHttp2Headers
-
Used to create read only object designed to represent trailers.
- TRAILERS - Static variable in class io.netty5.handler.codec.http.HttpHeaderValues
-
"trailers"
- trailingHeaders() - Method in class io.netty5.handler.codec.http.DefaultFullHttpRequest
- trailingHeaders() - Method in class io.netty5.handler.codec.http.DefaultFullHttpResponse
- trailingHeaders() - Method in class io.netty5.handler.codec.http.DefaultLastHttpContent
- trailingHeaders() - Method in class io.netty5.handler.codec.http.EmptyLastHttpContent
- trailingHeaders() - Method in interface io.netty5.handler.codec.http.LastHttpContent
- TRANSFER_ENCODING - Static variable in class io.netty5.handler.codec.http.HttpHeaderNames
-
"transfer-encoding"
- transfered() - Method in class io.netty5.channel.DefaultFileRegion
-
Deprecated.
- transfered() - Method in interface io.netty5.channel.FileRegion
-
Deprecated.Use
FileRegion.transferred()
instead. - transferFrom(FileChannel, long, int) - Method in interface io.netty5.buffer.api.Buffer
-
Read from the given channel starting from the given position and write to this buffer.
- transferFrom(FileChannel, long, int) - Method in class io.netty5.buffer.api.BufferStub
- transferFrom(ReadableByteChannel, int) - Method in interface io.netty5.buffer.api.Buffer
-
Read from the given channel and write to this buffer.
- transferFrom(ReadableByteChannel, int) - Method in class io.netty5.buffer.api.BufferStub
- transferOwnership(Drop<T>) - Method in interface io.netty5.buffer.api.Owned
-
Transfer the ownership of the resource, to the calling thread.
- transferred() - Method in class io.netty5.channel.DefaultFileRegion
- transferred() - Method in interface io.netty5.channel.FileRegion
-
Returns the bytes which was transferred already.
- transferredBytes() - Method in class io.netty5.handler.stream.ChunkedNioStream
-
Returns the number of transferred bytes.
- transferredBytes() - Method in class io.netty5.handler.stream.ChunkedStream
-
Returns the number of transferred bytes.
- transferTo(WritableByteChannel, int) - Method in interface io.netty5.buffer.api.Buffer
-
Read from this buffer and write to the given channel.
- transferTo(WritableByteChannel, int) - Method in class io.netty5.buffer.api.BufferStub
- transferTo(WritableByteChannel, long) - Method in class io.netty5.channel.DefaultFileRegion
- transferTo(WritableByteChannel, long) - Method in interface io.netty5.channel.FileRegion
-
Transfers the content of this file region to the specified channel.
- TRANSPORT - Static variable in class io.netty5.handler.codec.rtsp.RtspHeaderNames
-
"transport"
- transportExecutor() - Method in class io.netty5.channel.AbstractChannel.DefaultAbstractChannelPipeline
- transportExecutor() - Method in class io.netty5.channel.DefaultChannelPipeline
-
Returns the
EventExecutor
that is used for all the abstract transport operations. - trim() - Method in class io.netty5.util.AsciiString
-
Duplicates this string removing white space characters from the beginning and end of the string, without copying.
- trim(CharSequence) - Static method in class io.netty5.util.AsciiString
-
Copies this string removing white space characters from the beginning and end of the string, and tries not to copy if possible.
- trimCurrentThreadCache() - Method in class io.netty5.buffer.api.pool.PooledBufferAllocator
-
Trim thread local cache for the current
Thread
, which will give back any cached memory that was not allocated frequently since the last trim operation. - trimOws(CharSequence) - Static method in class io.netty5.util.internal.StringUtil
-
Trim optional white-space characters from the specified value, according to RFC-7230.
- trustManager(File) - Method in class io.netty5.handler.ssl.SslContextBuilder
-
Trusted certificates for verifying the remote endpoint's certificate.
- trustManager(InputStream) - Method in class io.netty5.handler.ssl.SslContextBuilder
-
Trusted certificates for verifying the remote endpoint's certificate.
- trustManager(Iterable<? extends X509Certificate>) - Method in class io.netty5.handler.ssl.SslContextBuilder
-
Trusted certificates for verifying the remote endpoint's certificate,
null
uses the system default. - trustManager(X509Certificate...) - Method in class io.netty5.handler.ssl.SslContextBuilder
-
Trusted certificates for verifying the remote endpoint's certificate,
null
uses the system default. - trustManager(TrustManager) - Method in class io.netty5.handler.ssl.SslContextBuilder
-
A single trusted manager for verifying the remote endpoint's certificate.
- trustManager(TrustManagerFactory) - Method in class io.netty5.handler.ssl.SslContextBuilder
-
Trusted manager for verifying the remote endpoint's certificate.
- TrustManagerFactoryWrapper - Class in io.netty5.handler.ssl.util
- TrustManagerFactoryWrapper(TrustManager) - Constructor for class io.netty5.handler.ssl.util.TrustManagerFactoryWrapper
- TRY_AGAIN_LATER - Static variable in class io.netty5.handler.codec.http.websocketx.WebSocketCloseStatus
- tryCancel(Promise<?>, InternalLogger) - Static method in class io.netty5.util.internal.PromiseNotificationUtil
- tryContentMessage(Object) - Method in class io.netty5.handler.codec.http.HttpObjectAggregator
- tryContentMessage(Object) - Method in class io.netty5.handler.codec.http.websocketx.WebSocketFrameAggregator
- tryContentMessage(Object) - Method in class io.netty5.handler.codec.MessageAggregator
- tryFailure(Promise<?>, Throwable, InternalLogger) - Static method in class io.netty5.util.internal.PromiseNotificationUtil
- tryFailure(Throwable) - Method in class io.netty5.util.concurrent.DefaultPromise
- tryFailure(Throwable) - Method in interface io.netty5.util.concurrent.Promise
-
Marks this promise as a failure and notifies all listeners.
- tryGetWritableBufferFromReadableComponent(ReadableComponent) - Static method in interface io.netty5.buffer.api.internal.Statics
- tryLoadClasses(Class<?>, Class<?>...) - Static method in class io.netty5.util.internal.ClassInitializerUtil
-
Preload the given classes and so ensure the
ClassLoader
has these loaded after this method call. - tryPropagatingDispose(Object) - Static method in class io.netty5.util.internal.SilentDispose
-
Attempt to dispose of whatever the given object is, but only if it is disposable.
- trySetAccessible(AccessibleObject, boolean) - Static method in class io.netty5.util.internal.ReflectionUtil
-
Try to call
AccessibleObject.setAccessible(boolean)
but will catch anySecurityException
andInaccessibleObjectException
and return it. - trySilentDispose(Object, InternalLogger) - Static method in class io.netty5.util.internal.SilentDispose
-
Attempt to dispose of whatever the given object is, but only if it is disposable.
- tryStartMessage(Object) - Method in class io.netty5.handler.codec.http.HttpObjectAggregator
- tryStartMessage(Object) - Method in class io.netty5.handler.codec.http.websocketx.WebSocketFrameAggregator
- tryStartMessage(Object) - Method in class io.netty5.handler.codec.MessageAggregator
- trySuccess(Promise<? super V>, V, InternalLogger) - Static method in class io.netty5.util.internal.PromiseNotificationUtil
- trySuccess(V) - Method in class io.netty5.util.concurrent.DefaultPromise
- trySuccess(V) - Method in interface io.netty5.util.concurrent.Promise
-
Marks this future as a success and notifies all listeners.
- TSIG - Static variable in class io.netty5.handler.codec.dns.DnsRecordType
-
Transaction Signature record RFC 2845 Can be used to authenticate dynamic updates as coming from an approved client, or to authenticate responses as coming from an approved recursive name server similar to DNSSEC.
- ttl(int, int) - Method in class io.netty5.resolver.dns.DnsNameResolverBuilder
-
Sets the minimum and maximum TTL of the cached DNS resource records (in seconds).
- TTL - Static variable in class io.netty5.handler.codec.rtsp.RtspHeaderValues
-
"ttl"
- TXT - Static variable in class io.netty5.handler.codec.dns.DnsRecordType
-
Text record RFC 1035 Originally for arbitrary human-readable text in a DNS record.
- type() - Method in class io.netty5.handler.codec.dns.AbstractDnsRecord
- type() - Method in interface io.netty5.handler.codec.dns.DnsRecord
-
Returns the type of this resource record.
- type() - Method in class io.netty5.handler.codec.http2.Http2FrameStreamEvent
- TypeParameterMatcher - Class in io.netty5.util.internal
U
- UDP - Static variable in class io.netty5.handler.codec.rtsp.RtspHeaderValues
-
"UDP"
- UDP_GRO - Static variable in class io.netty5.channel.epoll.EpollChannelOption
- UDS_SUN_PATH_SIZE - Static variable in class io.netty5.channel.unix.Socket
-
Deprecated.
- uid() - Method in class io.netty5.channel.unix.PeerCredentials
- UIO_MAX_IOV - Static variable in class io.netty5.channel.unix.Limits
- unacked() - Method in class io.netty5.channel.epoll.EpollTcpInfo
- UNAUTHORIZED - Static variable in class io.netty5.handler.codec.http.HttpResponseStatus
-
401 Unauthorized
- UNAUTHORIZED - Static variable in class io.netty5.handler.codec.rtsp.RtspResponseStatuses
-
401 Unauthorized
- unavailabilityCause() - Static method in class io.netty5.channel.epoll.Epoll
-
Returns the cause of unavailability of
netty-transport-native-epoll
. - unavailabilityCause() - Static method in class io.netty5.channel.kqueue.KQueue
-
Returns the cause of unavailability of
netty-transport-native-kqueue
. - unavailabilityCause() - Static method in class io.netty5.channel.unix.Unix
-
Deprecated.
- unavailabilityCause() - Static method in class io.netty5.handler.ssl.OpenSsl
-
Returns the cause of unavailability of
netty-tcnative
and its OpenSSL support. - unavailabilityCause() - Static method in class io.netty5.resolver.dns.macos.MacOSDnsServerAddressStreamProvider
- UNCHECKED_LOAD_BYTE_BUFFER - Static variable in interface io.netty5.buffer.api.internal.Statics
- unconsumedBytes(Http2Stream) - Method in class io.netty5.handler.codec.http2.DefaultHttp2LocalFlowController
- unconsumedBytes(Http2Stream) - Method in interface io.netty5.handler.codec.http2.Http2LocalFlowController
-
The number of bytes for the given stream that have been received but not yet consumed by the application.
- UNDEFINED_MAX_AGE - Static variable in interface io.netty5.handler.codec.http.cookie.Cookie
-
Constant for undefined MaxAge attribute value.
- unescapeCsv(CharSequence) - Static method in class io.netty5.util.internal.StringUtil
-
Unescapes the specified escaped CSV field, if necessary according to RFC-4180.
- unescapeCsvFields(CharSequence) - Static method in class io.netty5.util.internal.StringUtil
-
Unescapes the specified escaped CSV fields according to RFC-4180.
- unfreezeTime() - Method in class io.netty5.channel.embedded.EmbeddedChannel
-
Unfreeze an event loop that was
frozen
. - UNICAST - Static variable in class io.netty5.handler.codec.rtsp.RtspHeaderValues
-
"unicast"
- UniformStreamByteDistributor - Class in io.netty5.handler.codec.http2
-
A
StreamByteDistributor
that ignores stream priority and uniformly allocates bytes to all streams. - UniformStreamByteDistributor(Http2Connection) - Constructor for class io.netty5.handler.codec.http2.UniformStreamByteDistributor
- UniqueIpFilter - Class in io.netty5.handler.ipfilter
-
This class allows one to ensure that at all times for every IP address there is at most one
Channel
connected to the server. - UniqueIpFilter() - Constructor for class io.netty5.handler.ipfilter.UniqueIpFilter
- Unix - Class in io.netty5.channel.unix
-
Tells if
netty-transport-native-unix
is supported. - UNIX - io.netty5.channel.socket.SocketProtocolFamily
-
Unix Domain Socket
- UNIX - Static variable in class io.netty5.handler.codec.string.LineSeparator
-
The Unix line separator(LF)
- UnixChannel - Interface in io.netty5.channel.unix
-
Channel
that expose operations that are only present onUNIX
like systems. - UnixChannelOption<T> - Class in io.netty5.channel.unix
- UnixChannelOption() - Constructor for class io.netty5.channel.unix.UnixChannelOption
- UnixChannelUtil - Class in io.netty5.channel.unix
- unixDefault() - Static method in class io.netty5.resolver.dns.DnsServerAddressStreamProviders
- UnixResolverDnsServerAddressStreamProvider - Class in io.netty5.resolver.dns
-
Able to parse files such as /etc/resolv.conf and /etc/resolver to respect the system default domain servers.
- UnixResolverDnsServerAddressStreamProvider(File, File...) - Constructor for class io.netty5.resolver.dns.UnixResolverDnsServerAddressStreamProvider
-
Parse a file of the format /etc/resolv.conf which may contain the default DNS server to use, and also overrides for individual domains.
- UnixResolverDnsServerAddressStreamProvider(String, String) - Constructor for class io.netty5.resolver.dns.UnixResolverDnsServerAddressStreamProvider
-
Parse a file of the format /etc/resolv.conf which may contain the default DNS server to use, and also overrides for individual domains.
- UNKNOWN - io.netty5.handler.codec.http.HttpStatusClass
-
The unknown class
- UNKNOWN - io.netty5.handler.codec.http.websocketx.WebSocketVersion
- unknownStackTrace(T, Class<?>, String) - Static method in class io.netty5.util.internal.ThrowableUtil
- unmodifiableMap(ByteObjectMap<V>) - Static method in class io.netty5.util.collection.ByteCollections
-
Creates an unmodifiable wrapper around the given map.
- unmodifiableMap(CharObjectMap<V>) - Static method in class io.netty5.util.collection.CharCollections
-
Creates an unmodifiable wrapper around the given map.
- unmodifiableMap(IntObjectMap<V>) - Static method in class io.netty5.util.collection.IntCollections
-
Creates an unmodifiable wrapper around the given map.
- unmodifiableMap(LongObjectMap<V>) - Static method in class io.netty5.util.collection.LongCollections
-
Creates an unmodifiable wrapper around the given map.
- unmodifiableMap(ShortObjectMap<V>) - Static method in class io.netty5.util.collection.ShortCollections
-
Creates an unmodifiable wrapper around the given map.
- UNORDERED_COLLECTION - Static variable in class io.netty5.handler.codec.http.HttpResponseStatus
-
425 Unordered Collection (WebDAV, RFC3648)
- UnorderedThreadPoolEventExecutor - Class in io.netty5.util.concurrent
-
EventExecutor
implementation which makes no guarantees about the ordering of task execution that are submitted because there may be multiple threads executing these tasks. - UnorderedThreadPoolEventExecutor(int) - Constructor for class io.netty5.util.concurrent.UnorderedThreadPoolEventExecutor
- UnorderedThreadPoolEventExecutor(int, RejectedExecutionHandler) - Constructor for class io.netty5.util.concurrent.UnorderedThreadPoolEventExecutor
- UnorderedThreadPoolEventExecutor(int, ThreadFactory) - Constructor for class io.netty5.util.concurrent.UnorderedThreadPoolEventExecutor
- UnorderedThreadPoolEventExecutor(int, ThreadFactory, RejectedExecutionHandler) - Constructor for class io.netty5.util.concurrent.UnorderedThreadPoolEventExecutor
- UNPROCESSABLE_ENTITY - Static variable in class io.netty5.handler.codec.http.HttpResponseStatus
-
422 Unprocessable Entity (WebDAV, RFC4918)
- UnsafeAccess - Annotation Type in io.netty5.util.internal
-
Marker annotation for internal Netty classes that gives them permission to directly access the
Unsafe
instance, if available. - unsafeGetDrop() - Method in class io.netty5.buffer.api.internal.ResourceSupport
-
Get access to the underlying
Drop
object. - UnsafeMemoryManager - Class in io.netty5.buffer.api.unsafe
-
This memory manager produces and manages
Buffer
instances that are usingUnsafe
to allocate and access memory. - UnsafeMemoryManager() - Constructor for class io.netty5.buffer.api.unsafe.UnsafeMemoryManager
- unsafeOffset() - Method in class io.netty5.util.internal.ReferenceCountUpdater
- unsafeSetDrop(Drop<T>) - Method in class io.netty5.buffer.api.internal.ResourceSupport
-
Replace the current underlying
Drop
object with the given one. - unsafeSetDrop(ResourceSupport<?, ?>, Drop<?>) - Static method in interface io.netty5.buffer.api.internal.Statics
- unsafeWrap(byte[]) - Static method in interface io.netty5.buffer.api.MemoryManager
-
Create a new on-heap
Buffer
instance that directly wraps the given array. - UnstableApi - Annotation Type in io.netty5.util.internal
-
Indicates a public API that can change at any time (even in minor/bugfix releases).
- unsupported() - Method in interface io.netty5.handler.ssl.JdkApplicationProtocolNegotiator.ProtocolSelectionListener
-
Deprecated.Callback invoked to let the application know that the peer does not support this
ApplicationProtocolNegotiator
. - unsupported() - Method in interface io.netty5.handler.ssl.JdkApplicationProtocolNegotiator.ProtocolSelector
-
Deprecated.Callback invoked to let the application know that the peer does not support this
ApplicationProtocolNegotiator
. - UNSUPPORTED - Static variable in class io.netty5.handler.codec.rtsp.RtspHeaderNames
-
"unsupported"
- UNSUPPORTED_MEDIA_TYPE - Static variable in class io.netty5.handler.codec.http.HttpResponseStatus
-
415 Unsupported Media Type
- UNSUPPORTED_MEDIA_TYPE - Static variable in class io.netty5.handler.codec.rtsp.RtspResponseStatuses
-
415 Unsupported Media Type
- UNSUPPORTED_TRANSPORT - Static variable in class io.netty5.handler.codec.rtsp.RtspResponseStatuses
-
461 Unsupported transport
- UnsupportedMessageTypeException - Exception in io.netty5.handler.codec
-
Thrown if an unsupported message is received by a codec.
- UnsupportedMessageTypeException() - Constructor for exception io.netty5.handler.codec.UnsupportedMessageTypeException
- UnsupportedMessageTypeException(Object, Class<?>...) - Constructor for exception io.netty5.handler.codec.UnsupportedMessageTypeException
- UnsupportedMessageTypeException(String) - Constructor for exception io.netty5.handler.codec.UnsupportedMessageTypeException
- UnsupportedMessageTypeException(String, Throwable) - Constructor for exception io.netty5.handler.codec.UnsupportedMessageTypeException
- UnsupportedMessageTypeException(Throwable) - Constructor for exception io.netty5.handler.codec.UnsupportedMessageTypeException
- UnsupportedValueConverter<V> - Class in io.netty5.handler.codec
-
UnsupportedOperationException
will be thrown from allValueConverter
methods. - UntetheredMemory - Interface in io.netty5.buffer.api.pool
-
Memory that isn't attached to any particular buffer.
- unwrap() - Method in class io.netty5.buffer.api.internal.ArcDrop
- unwrap(ByteBuffer[], int, int, ByteBuffer[], int, int) - Method in class io.netty5.handler.ssl.ReferenceCountedOpenSslEngine
- unwrap(ByteBuffer[], ByteBuffer[]) - Method in class io.netty5.handler.ssl.ReferenceCountedOpenSslEngine
- unwrap(ByteBuffer, ByteBuffer) - Method in class io.netty5.handler.ssl.ReferenceCountedOpenSslEngine
- unwrap(ByteBuffer, ByteBuffer[]) - Method in class io.netty5.handler.ssl.ReferenceCountedOpenSslEngine
- unwrap(ByteBuffer, ByteBuffer[], int, int) - Method in class io.netty5.handler.ssl.ReferenceCountedOpenSslEngine
- unwrapRecoverableMemory(Buffer) - Method in class io.netty5.buffer.api.bytebuffer.ByteBufferMemoryManager
- unwrapRecoverableMemory(Buffer) - Method in interface io.netty5.buffer.api.MemoryManager
-
Create an object that represents the internal memory of the given buffer.
- unwrapRecoverableMemory(Buffer) - Method in class io.netty5.buffer.api.unsafe.UnsafeMemoryManager
- unwrapUnsafeOrNull() - Static method in class io.netty5.util.internal.PlatformDependent
- update(byte[], int, int) - Method in class io.netty5.handler.codec.compression.Lz4XXHash32
- update(int) - Method in class io.netty5.handler.codec.compression.Lz4XXHash32
- update(Buffer, int, int) - Method in class io.netty5.handler.codec.compression.Lz4XXHash32
- update(ByteBuffer) - Method in class io.netty5.handler.codec.compression.Lz4XXHash32
- UPDATE - Static variable in class io.netty5.handler.codec.dns.DnsOpCode
-
The 'Update' DNS OpCode, as defined in RFC2136.
- updateDependencyTree(int, int, short, boolean) - Method in class io.netty5.handler.codec.http2.DefaultHttp2RemoteFlowController
- updateDependencyTree(int, int, short, boolean) - Method in interface io.netty5.handler.codec.http2.Http2RemoteFlowController
-
Explicitly update the dependency tree.
- updateDependencyTree(int, int, short, boolean) - Method in interface io.netty5.handler.codec.http2.StreamByteDistributor
-
Explicitly update the dependency tree.
- updateDependencyTree(int, int, short, boolean) - Method in class io.netty5.handler.codec.http2.UniformStreamByteDistributor
- updateDependencyTree(int, int, short, boolean) - Method in class io.netty5.handler.codec.http2.WeightedFairQueueByteDistributor
- updateLastExecutionTime() - Method in class io.netty5.util.concurrent.SingleThreadEventExecutor
-
Updates the internal timestamp that tells when a submitted task was executed most recently.
- updater() - Method in class io.netty5.util.internal.ReferenceCountUpdater
- updateStreamableBytes(StreamByteDistributor.StreamState) - Method in interface io.netty5.handler.codec.http2.StreamByteDistributor
-
Called when the streamable bytes for a stream has changed.
- updateStreamableBytes(StreamByteDistributor.StreamState) - Method in class io.netty5.handler.codec.http2.UniformStreamByteDistributor
- updateStreamableBytes(StreamByteDistributor.StreamState) - Method in class io.netty5.handler.codec.http2.WeightedFairQueueByteDistributor
- UPGRADE - Static variable in class io.netty5.handler.codec.http.HttpHeaderNames
-
"upgrade"
- UPGRADE - Static variable in class io.netty5.handler.codec.http.HttpHeaderValues
-
"upgrade"
- UPGRADE_INSECURE_REQUESTS - Static variable in class io.netty5.handler.codec.http.HttpHeaderNames
-
"upgrade-insecure-requests"
- UPGRADE_ISSUED - io.netty5.handler.codec.http.HttpClientUpgradeHandler.UpgradeEvent
-
The Upgrade request was sent to the server.
- UPGRADE_REJECTED - io.netty5.handler.codec.http.HttpClientUpgradeHandler.UpgradeEvent
-
The Upgrade was unsuccessful due to the server not issuing with a 101 Switching Protocols response.
- UPGRADE_REQUIRED - Static variable in class io.netty5.handler.codec.http.HttpResponseStatus
-
426 Upgrade Required (RFC2817)
- UPGRADE_SUCCESSFUL - io.netty5.handler.codec.http.HttpClientUpgradeHandler.UpgradeEvent
-
The Upgrade to the new protocol was successful.
- upgradeFrom(ChannelHandlerContext) - Method in class io.netty5.handler.codec.http.HttpClientCodec
-
Upgrades to another protocol from HTTP.
- upgradeFrom(ChannelHandlerContext) - Method in interface io.netty5.handler.codec.http.HttpClientUpgradeHandler.SourceCodec
-
Removes this codec (i.e. all associated handlers) from the pipeline.
- upgradeFrom(ChannelHandlerContext) - Method in class io.netty5.handler.codec.http.HttpServerCodec
-
Upgrades to another protocol from HTTP.
- upgradeFrom(ChannelHandlerContext) - Method in interface io.netty5.handler.codec.http.HttpServerUpgradeHandler.SourceCodec
-
Removes this codec (i.e. all associated handlers) from the pipeline.
- upgradeRequest() - Method in class io.netty5.handler.codec.http.HttpServerUpgradeHandler.UpgradeEvent
-
Gets the request that triggered the protocol upgrade.
- upgradeTo(ChannelHandlerContext, FullHttpRequest) - Method in interface io.netty5.handler.codec.http.HttpServerUpgradeHandler.UpgradeCodec
-
Performs an HTTP protocol upgrade from the source codec.
- upgradeTo(ChannelHandlerContext, FullHttpRequest) - Method in class io.netty5.handler.codec.http2.Http2ServerUpgradeCodec
- upgradeTo(ChannelHandlerContext, Send<FullHttpResponse>) - Method in interface io.netty5.handler.codec.http.HttpClientUpgradeHandler.UpgradeCodec
-
Performs an HTTP protocol upgrade from the source codec.
- upgradeTo(ChannelHandlerContext, Send<FullHttpResponse>) - Method in class io.netty5.handler.codec.http2.Http2ClientUpgradeCodec
- upgradeUrl(URI) - Method in class io.netty5.handler.codec.http.websocketx.WebSocketClientHandshaker
-
Return the constructed raw path for the give
URI
. - uri() - Method in class io.netty5.handler.codec.http.DefaultHttpRequest
- uri() - Method in interface io.netty5.handler.codec.http.HttpRequest
-
Returns the requested URI (or alternatively, path)
- uri() - Method in class io.netty5.handler.codec.http.QueryStringDecoder
-
Returns the uri used to initialize this
QueryStringDecoder
. - uri() - Method in class io.netty5.handler.codec.http.websocketx.WebSocketClientHandshaker
-
Returns the URI to the web socket. e.g.
- uri() - Method in class io.netty5.handler.codec.http.websocketx.WebSocketServerHandshaker
-
Returns the URL of the web socket
- URL - Static variable in class io.netty5.handler.codec.rtsp.RtspHeaderValues
-
"url"
- URL_SAFE - io.netty5.handler.codec.base64.Base64Dialect
-
Base64-like encoding that is URL-safe as described in the Section 4 of RFC3548.
- US_ASCII - Static variable in class io.netty5.util.CharsetUtil
-
7-bit ASCII, as known as ISO646-US or the Basic Latin block of the Unicode character set
- usage() - Method in interface io.netty5.buffer.api.pool.PoolChunkMetric
-
Return the percentage of the current usage of the chunk.
- USE_PROXY - Static variable in class io.netty5.handler.codec.http.HttpResponseStatus
-
305 Use Proxy (since HTTP/1.1)
- USE_PROXY - Static variable in class io.netty5.handler.codec.rtsp.RtspResponseStatuses
-
305 Use Proxy
- USE_TASKS - Static variable in class io.netty5.handler.ssl.OpenSslContextOption
-
If enabled heavy-operations may be offloaded from the
EventLoop
if possible. - usedDirectMemory() - Static method in class io.netty5.util.internal.PlatformDependent
-
Returns the current memory reserved for direct buffer allocation.
- useDirectBufferNoCleaner() - Static method in class io.netty5.util.internal.PlatformDependent
- usedMemory() - Method in interface io.netty5.buffer.api.pool.BufferAllocatorMetric
-
Returns the number of bytes of heap memory used by a
BufferAllocator
or-1
if unknown. - useIpv6(Socket, InetAddress) - Static method in class io.netty5.channel.unix.Socket
-
Returns
true
if the given socket and address combination should use IPv6 internally,false
otherwise. - USER_AGENT - Static variable in class io.netty5.handler.codec.http.HttpHeaderNames
-
"user-agent"
- USER_AGENT - Static variable in class io.netty5.handler.codec.rtsp.RtspHeaderNames
-
"user-agent"
- userDefinedWritabilityIndex() - Method in class io.netty5.handler.traffic.AbstractTrafficShapingHandler
- userDefinedWritabilityIndex() - Method in class io.netty5.handler.traffic.GlobalChannelTrafficShapingHandler
- userDefinedWritabilityIndex() - Method in class io.netty5.handler.traffic.GlobalTrafficShapingHandler
- using(MemoryManager, Supplier<T>) - Static method in class io.netty5.buffer.api.internal.MemoryManagerOverride
- using(MemoryManager, Supplier<T>) - Static method in interface io.netty5.buffer.api.MemoryManager
-
Temporarily override the default configured memory managers instance.
- UTF_16 - Static variable in class io.netty5.util.CharsetUtil
-
16-bit UTF (UCS Transformation Format) whose byte order is identified by an optional byte-order mark
- UTF_16BE - Static variable in class io.netty5.util.CharsetUtil
-
16-bit UTF (UCS Transformation Format) whose byte order is big-endian
- UTF_16LE - Static variable in class io.netty5.util.CharsetUtil
-
16-bit UTF (UCS Transformation Format) whose byte order is little-endian
- UTF_8 - Static variable in class io.netty5.util.CharsetUtil
-
8-bit UTF (UCS Transformation Format)
- Utf8FrameValidator - Class in io.netty5.handler.codec.http.websocketx
- Utf8FrameValidator() - Constructor for class io.netty5.handler.codec.http.websocketx.Utf8FrameValidator
- Utf8FrameValidator(boolean) - Constructor for class io.netty5.handler.codec.http.websocketx.Utf8FrameValidator
V
- V13 - io.netty5.handler.codec.http.websocketx.WebSocketVersion
- validate() - Method in class io.netty5.bootstrap.AbstractBootstrap
-
Validate all the parameters.
- validate() - Method in class io.netty5.bootstrap.Bootstrap
- validate() - Method in class io.netty5.bootstrap.ServerBootstrap
- validate(ChannelOption<T>, T) - Method in class io.netty5.channel.AbstractChannel
- validate(ByteBuffer) - Method in class io.netty5.channel.unix.RawUnixChannelOption
- validate(T) - Method in class io.netty5.channel.ChannelOption
-
Validate the value which is set for the
ChannelOption
. - validate(T) - Method in class io.netty5.handler.ssl.SslContextOption
-
Validate the value which is set for the
SslContextOption
. - validateCookie(String, String) - Method in class io.netty5.handler.codec.http.cookie.CookieEncoder
- validateEventLoopGroup(T, String, Class<? extends Channel>) - Static method in class io.netty5.channel.AbstractChannel
- validateFileRegion(DefaultFileRegion, long) - Static method in class io.netty5.channel.AbstractChannel
- validateHeaders - Variable in class io.netty5.handler.codec.http.HttpObjectDecoder
- validateHeaders() - Method in class io.netty5.handler.codec.http2.DefaultHttp2HeadersDecoder
-
Determines if the headers should be validated as a result of the decode operation.
- validateHeaders(boolean) - Method in class io.netty5.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
-
Sets if HTTP headers should be validated according to RFC 7540, 8.1.2.6.
- validateHeaders(boolean) - Method in class io.netty5.handler.codec.http2.Http2ConnectionHandlerBuilder
- validateHeaders(boolean) - Method in class io.netty5.handler.codec.http2.Http2FrameCodecBuilder
- validateHeaders(boolean) - Method in class io.netty5.handler.codec.http2.HttpToHttp2ConnectionHandlerBuilder
- validateHttpHeaders - Variable in class io.netty5.handler.codec.http2.InboundHttp2ToHttpAdapter
- validateHttpHeaders(boolean) - Method in class io.netty5.handler.codec.http2.AbstractInboundHttp2ToHttpAdapterBuilder
-
Specifies whether validation of HTTP headers should be performed.
- validateHttpHeaders(boolean) - Method in class io.netty5.handler.codec.http2.InboundHttp2ToHttpAdapterBuilder
- validateName(K) - Method in interface io.netty5.handler.codec.DefaultHeaders.NameValidator
-
Verify that
name
is valid. - value - Variable in class io.netty5.handler.codec.DefaultHeaders.HeaderEntry
- value() - Method in interface io.netty5.handler.codec.http.cookie.Cookie
-
Returns the value of this
Cookie
. - value() - Method in class io.netty5.handler.codec.http.cookie.DefaultCookie
- value() - Method in class io.netty5.handler.codec.http2.Http2Flags
-
Gets the underlying flags value.
- value() - Method in enum io.netty5.handler.codec.http2.Http2Headers.PseudoHeaderName
- value() - Method in class io.netty5.handler.codec.string.LineSeparator
-
Return the string value of this line separator.
- value() - Method in interface io.netty5.util.collection.ByteObjectMap.PrimitiveEntry
-
Gets the value for this entry.
- value() - Method in interface io.netty5.util.collection.CharObjectMap.PrimitiveEntry
-
Gets the value for this entry.
- value() - Method in interface io.netty5.util.collection.IntObjectMap.PrimitiveEntry
-
Gets the value for this entry.
- value() - Method in interface io.netty5.util.collection.LongObjectMap.PrimitiveEntry
-
Gets the value for this entry.
- value() - Method in interface io.netty5.util.collection.ShortObjectMap.PrimitiveEntry
-
Gets the value for this entry.
- valueCharSequenceIterator(CharSequence) - Method in class io.netty5.handler.codec.http.DefaultHttpHeaders
- valueCharSequenceIterator(CharSequence) - Method in class io.netty5.handler.codec.http.HttpHeaders
-
Equivalent to
HttpHeaders.getAll(String)
but it is possible that no intermediate list is generated. - valueCharSequenceIterator(CharSequence) - Method in class io.netty5.handler.codec.http.ReadOnlyHttpHeaders
- valueConverter() - Method in class io.netty5.handler.codec.DefaultHeaders
- ValueConverter<T> - Interface in io.netty5.handler.codec
-
Converts to/from a generic object to the type.
- valueIterator(CharSequence) - Method in interface io.netty5.handler.codec.http2.Http2Headers
-
Equivalent to
Headers.getAll(Object)
but no intermediate list is generated. - valueIterator(CharSequence) - Method in class io.netty5.handler.codec.http2.ReadOnlyHttp2Headers
- valueIterator(K) - Method in class io.netty5.handler.codec.DefaultHeaders
-
Equivalent to
DefaultHeaders.getAll(Object)
but no intermediate list is generated. - valueIterator(K) - Method in class io.netty5.handler.codec.EmptyHeaders
-
Equivalent to
EmptyHeaders.getAll(Object)
but no intermediate list is generated. - valueOf(byte[]) - Static method in class io.netty5.handler.ssl.PemPrivateKey
-
Creates a
PemPrivateKey
from rawbyte[]
. - valueOf(byte[]) - Static method in class io.netty5.handler.ssl.PemX509Certificate
-
Creates a
PemX509Certificate
from rawbyte[]
. - valueOf(int) - Static method in class io.netty5.handler.codec.dns.DnsOpCode
-
Returns the
DnsOpCode
instance of the specified byte value. - valueOf(int) - Static method in class io.netty5.handler.codec.dns.DnsRecordType
- valueOf(int) - Static method in class io.netty5.handler.codec.dns.DnsResponseCode
-
Returns the
DnsResponseCode
that corresponds with the givenresponseCode
. - valueOf(int) - Static method in class io.netty5.handler.codec.http.HttpResponseStatus
-
Returns the
HttpResponseStatus
represented by the specified code. - valueOf(int) - Static method in enum io.netty5.handler.codec.http.HttpStatusClass
-
Returns the class of the specified HTTP status code.
- valueOf(int) - Static method in class io.netty5.handler.codec.http.websocketx.WebSocketCloseStatus
- valueOf(int) - Static method in class io.netty5.handler.codec.rtsp.RtspResponseStatuses
-
Returns the
HttpResponseStatus
represented by the specified code. - valueOf(int, String) - Static method in class io.netty5.handler.codec.http.HttpResponseStatus
- valueOf(long) - Static method in enum io.netty5.handler.codec.http2.Http2Error
-
Returns the enum constant of this type with the specified name.
- valueOf(Buffer) - Static method in class io.netty5.handler.ssl.PemPrivateKey
-
Creates a
PemPrivateKey
from rawBuffer
. - valueOf(Buffer) - Static method in class io.netty5.handler.ssl.PemX509Certificate
-
Creates a
PemX509Certificate
from rawBuffer
. - valueOf(CharSequence) - Static method in enum io.netty5.handler.codec.http.HttpStatusClass
-
Returns the class of the specified HTTP status code.
- valueOf(Class<?>, String) - Static method in class io.netty5.channel.ChannelOption
- valueOf(Class<?>, String) - Static method in class io.netty5.handler.ssl.SslContextOption
- valueOf(Class<?>, String) - Static method in class io.netty5.util.AttributeKey
- valueOf(Class<?>, String) - Method in class io.netty5.util.ConstantPool
- valueOf(String) - Static method in enum io.netty5.buffer.api.StandardAllocationTypes
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in class io.netty5.channel.ChannelOption
-
Returns the
ChannelOption
of the specified name. - valueOf(String) - Static method in enum io.netty5.channel.ChannelShutdownDirection
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.netty5.channel.socket.SocketProtocolFamily
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.netty5.channel.unix.DomainSocketReadMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.netty5.handler.codec.base64.Base64Dialect
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.netty5.handler.codec.compression.ZlibWrapper
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in class io.netty5.handler.codec.dns.DnsRecordType
- valueOf(String) - Static method in enum io.netty5.handler.codec.dns.DnsSection
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.netty5.handler.codec.http.cookie.CookieHeaderNames.SameSite
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.netty5.handler.codec.http.HttpClientUpgradeHandler.UpgradeEvent
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in class io.netty5.handler.codec.http.HttpMethod
-
Returns the
HttpMethod
represented by the specified name. - valueOf(String) - Static method in enum io.netty5.handler.codec.http.HttpStatusClass
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in class io.netty5.handler.codec.http.HttpVersion
-
Returns an existing or new
HttpVersion
instance which matches to the specified protocol version string. - valueOf(String) - Static method in enum io.netty5.handler.codec.http.websocketx.WebSocketVersion
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.netty5.handler.codec.http2.Http2Error
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.netty5.handler.codec.http2.Http2Exception.ShutdownHint
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.netty5.handler.codec.http2.Http2FrameLogger.Direction
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.netty5.handler.codec.http2.Http2FrameStreamEvent.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.netty5.handler.codec.http2.Http2Headers.PseudoHeaderName
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.netty5.handler.codec.http2.Http2Stream.State
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.netty5.handler.codec.http2.HttpConversionUtil.ExtensionHeaderNames
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.netty5.handler.codec.ProtocolDetectionState
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in class io.netty5.handler.codec.rtsp.RtspMethods
-
Returns the
HttpMethod
represented by the specified name. - valueOf(String) - Static method in class io.netty5.handler.codec.rtsp.RtspVersions
-
Returns an existing or new
HttpVersion
instance which matches to the specified RTSP version string. - valueOf(String) - Static method in enum io.netty5.handler.ipfilter.IpFilterRuleType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.netty5.handler.logging.BufferFormat
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.netty5.handler.logging.LogLevel
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.netty5.handler.ssl.ApplicationProtocolConfig.Protocol
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.netty5.handler.ssl.ApplicationProtocolConfig.SelectedListenerFailureBehavior
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.netty5.handler.ssl.ApplicationProtocolConfig.SelectorFailureBehavior
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.netty5.handler.ssl.ClientAuth
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.netty5.handler.ssl.OpenSslCertificateCompressionConfig.AlgorithmMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in class io.netty5.handler.ssl.SslContextOption
-
Returns the
SslContextOption
of the specified name. - valueOf(String) - Static method in enum io.netty5.handler.ssl.SslProvider
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.netty5.handler.timeout.IdleState
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.netty5.resolver.ResolvedAddressTypes
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in class io.netty5.util.AttributeKey
-
Returns the singleton instance of the
AttributeKey
which has the specifiedname
. - valueOf(String) - Method in class io.netty5.util.ConstantPool
-
Returns the
Constant
which is assigned to the specifiedname
. - valueOf(String) - Static method in enum io.netty5.util.internal.logging.InternalLogLevel
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.netty5.util.ResourceLeakDetector.Level
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum io.netty5.buffer.api.StandardAllocationTypes
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.netty5.channel.ChannelShutdownDirection
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.netty5.channel.socket.SocketProtocolFamily
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.netty5.channel.unix.DomainSocketReadMode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.netty5.handler.codec.base64.Base64Dialect
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.netty5.handler.codec.compression.ZlibWrapper
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.netty5.handler.codec.dns.DnsSection
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.netty5.handler.codec.http.cookie.CookieHeaderNames.SameSite
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.netty5.handler.codec.http.HttpClientUpgradeHandler.UpgradeEvent
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.netty5.handler.codec.http.HttpStatusClass
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.netty5.handler.codec.http.websocketx.WebSocketVersion
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.netty5.handler.codec.http2.Http2Error
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.netty5.handler.codec.http2.Http2Exception.ShutdownHint
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.netty5.handler.codec.http2.Http2FrameLogger.Direction
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.netty5.handler.codec.http2.Http2FrameStreamEvent.Type
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.netty5.handler.codec.http2.Http2Headers.PseudoHeaderName
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.netty5.handler.codec.http2.Http2Stream.State
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.netty5.handler.codec.http2.HttpConversionUtil.ExtensionHeaderNames
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.netty5.handler.codec.ProtocolDetectionState
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.netty5.handler.ipfilter.IpFilterRuleType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.netty5.handler.logging.BufferFormat
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.netty5.handler.logging.LogLevel
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.netty5.handler.ssl.ApplicationProtocolConfig.Protocol
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.netty5.handler.ssl.ApplicationProtocolConfig.SelectedListenerFailureBehavior
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.netty5.handler.ssl.ApplicationProtocolConfig.SelectorFailureBehavior
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.netty5.handler.ssl.ClientAuth
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.netty5.handler.ssl.OpenSslCertificateCompressionConfig.AlgorithmMode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.netty5.handler.ssl.SslProvider
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.netty5.handler.timeout.IdleState
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.netty5.resolver.ResolvedAddressTypes
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Method in class io.netty5.util.collection.ByteObjectHashMap
- values() - Method in class io.netty5.util.collection.CharObjectHashMap
- values() - Method in class io.netty5.util.collection.IntObjectHashMap
- values() - Method in class io.netty5.util.collection.LongObjectHashMap
- values() - Method in class io.netty5.util.collection.ShortObjectHashMap
- values() - Static method in enum io.netty5.util.internal.logging.InternalLogLevel
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.netty5.util.ResourceLeakDetector.Level
-
Returns an array containing the constants of this enum type, in the order they are declared.
- valueStringIterator(CharSequence) - Method in class io.netty5.handler.codec.http.DefaultHttpHeaders
- valueStringIterator(CharSequence) - Method in class io.netty5.handler.codec.http.HttpHeaders
-
Equivalent to
HttpHeaders.getAll(String)
but it is possible that no intermediate list is generated. - valueStringIterator(CharSequence) - Method in class io.netty5.handler.codec.http.ReadOnlyHttpHeaders
- VARIANT_ALSO_NEGOTIATES - Static variable in class io.netty5.handler.codec.http.HttpResponseStatus
-
506 Variant Also Negotiates (RFC2295)
- VARY - Static variable in class io.netty5.handler.codec.http.HttpHeaderNames
-
"vary"
- VARY - Static variable in class io.netty5.handler.codec.rtsp.RtspHeaderNames
-
"vary"
- verify(ChannelHandlerContext, ReferenceCountedOpenSslEngine) - Method in class io.netty5.handler.ssl.ocsp.OcspClientHandler
- verify(FullHttpResponse) - Method in class io.netty5.handler.codec.http.websocketx.WebSocketClientHandshaker
-
Verify the
FullHttpResponse
and throws aWebSocketHandshakeException
if something is wrong. - verify(FullHttpResponse) - Method in class io.netty5.handler.codec.http.websocketx.WebSocketClientHandshaker13
-
Process server response:
- verify(PublicKey) - Method in class io.netty5.handler.ssl.PemX509Certificate
- verify(PublicKey) - Method in class io.netty5.handler.ssl.util.LazyJavaxX509Certificate
- verify(PublicKey) - Method in class io.netty5.handler.ssl.util.LazyX509Certificate
- verify(PublicKey, String) - Method in class io.netty5.handler.ssl.PemX509Certificate
- verify(PublicKey, String) - Method in class io.netty5.handler.ssl.util.LazyJavaxX509Certificate
- verify(PublicKey, String) - Method in class io.netty5.handler.ssl.util.LazyX509Certificate
- verify(PublicKey, Provider) - Method in class io.netty5.handler.ssl.util.LazyX509Certificate
- VERIFY_DEPTH - Static variable in class io.netty5.handler.ssl.ReferenceCountedOpenSslContext
- verifyPadding(int) - Static method in class io.netty5.handler.codec.http2.Http2CodecUtil
- version() - Method in class io.netty5.handler.codec.dns.AbstractDnsOptPseudoRrRecord
- version() - Method in interface io.netty5.handler.codec.dns.DnsOptPseudoRecord
-
Returns the
VERSION
which is encoded intoDnsRecord.timeToLive()
. - version() - Method in class io.netty5.handler.codec.http.websocketx.WebSocketClientHandshaker
-
Version of the web socket specification that is being used
- version() - Method in class io.netty5.handler.codec.http.websocketx.WebSocketClientProtocolConfig
- version() - Method in class io.netty5.handler.codec.http.websocketx.WebSocketHandshakeCompletionEvent
-
Return the
WebSocketVersion
of the handshake ornull
in case of a failure. - version() - Method in class io.netty5.handler.codec.http.websocketx.WebSocketServerHandshaker
-
Returns the version of the specification being supported
- version() - Static method in class io.netty5.handler.ssl.OpenSsl
-
Returns the version of the used available OpenSSL library or
-1
ifOpenSsl.isAvailable()
returnsfalse
. - version(WebSocketVersion) - Method in class io.netty5.handler.codec.http.websocketx.WebSocketClientProtocolConfig.Builder
-
Version of web socket specification to use to connect to the server
- Version - Class in io.netty5.util
-
Retrieves the version information of available Netty artifacts.
- versionString() - Static method in class io.netty5.handler.ssl.OpenSsl
-
Returns the version string of the used available OpenSSL library or
null
ifOpenSsl.isAvailable()
returnsfalse
. - VIA - Static variable in class io.netty5.handler.codec.http.HttpHeaderNames
-
"via"
- VIA - Static variable in class io.netty5.handler.codec.rtsp.RtspHeaderNames
-
"via"
- visit(Http2FrameStream) - Method in interface io.netty5.handler.codec.http2.Http2FrameStreamVisitor
-
This method is called once for each stream of the collection.
- visit(Http2Stream) - Method in interface io.netty5.handler.codec.http2.Http2StreamVisitor
W
- wakesUpForTask(Runnable) - Method in class io.netty5.channel.SingleThreadEventLoop
- wakesUpForTask(Runnable) - Method in class io.netty5.util.concurrent.SingleThreadEventExecutor
-
Returns
true
ifSingleThreadEventExecutor.wakeup(boolean)
should be called for thisRunnable
,false
otherwise. - wakeup(boolean) - Method in class io.netty5.channel.epoll.EpollHandler
- wakeup(boolean) - Method in interface io.netty5.channel.IoHandler
-
Wakeup the
IoHandler
, which means if any operation blocks it should be unblocked and return as soon as possible. - wakeup(boolean) - Method in class io.netty5.channel.kqueue.KQueueHandler
- wakeup(boolean) - Method in class io.netty5.channel.local.LocalHandler
- wakeup(boolean) - Method in class io.netty5.channel.nio.NioHandler
- wakeup(boolean) - Method in class io.netty5.channel.SingleThreadEventLoop
- wakeup(boolean) - Method in class io.netty5.util.concurrent.SingleThreadEventExecutor
- warn(String) - Method in interface io.netty5.util.internal.logging.InternalLogger
-
Log a message at the WARN level.
- warn(String, Object) - Method in interface io.netty5.util.internal.logging.InternalLogger
-
Log a message at the WARN level according to the specified format and argument.
- warn(String, Object...) - Method in interface io.netty5.util.internal.logging.InternalLogger
-
Log a message at the WARN level according to the specified format and arguments.
- warn(String, Object, Object) - Method in interface io.netty5.util.internal.logging.InternalLogger
-
Log a message at the WARN level according to the specified format and arguments.
- warn(String, Throwable) - Method in interface io.netty5.util.internal.logging.InternalLogger
-
Log an exception (throwable) at the WARN level with an accompanying message.
- warn(Throwable) - Method in class io.netty5.util.internal.logging.AbstractInternalLogger
- warn(Throwable) - Method in interface io.netty5.util.internal.logging.InternalLogger
-
Log an exception (throwable) at the WARN level.
- WARN - io.netty5.handler.logging.LogLevel
- WARN - io.netty5.util.internal.logging.InternalLogLevel
-
'WARN' log level.
- WARNING - Static variable in class io.netty5.handler.codec.http.HttpHeaderNames
-
"warning"
- WEBSOCKET - Static variable in class io.netty5.handler.codec.http.HttpHeaderValues
-
"websocket"
- WebSocket13FrameDecoder - Class in io.netty5.handler.codec.http.websocketx
-
Decodes a web socket frame from wire protocol version 13 format.
- WebSocket13FrameDecoder(boolean, boolean, int) - Constructor for class io.netty5.handler.codec.http.websocketx.WebSocket13FrameDecoder
-
Constructor
- WebSocket13FrameDecoder(boolean, boolean, int, boolean) - Constructor for class io.netty5.handler.codec.http.websocketx.WebSocket13FrameDecoder
-
Constructor
- WebSocket13FrameDecoder(WebSocketDecoderConfig) - Constructor for class io.netty5.handler.codec.http.websocketx.WebSocket13FrameDecoder
-
Constructor
- WebSocket13FrameEncoder - Class in io.netty5.handler.codec.http.websocketx
-
Encodes a web socket frame into wire protocol version 13 format.
- WebSocket13FrameEncoder(boolean) - Constructor for class io.netty5.handler.codec.http.websocketx.WebSocket13FrameEncoder
-
Constructor
- WebSocketChunkedInput - Class in io.netty5.handler.codec.http.websocketx
-
A
ChunkedInput
that fetches data chunk by chunk for use with WebSocket chunked transfers. - WebSocketChunkedInput(ChunkedInput<Buffer>) - Constructor for class io.netty5.handler.codec.http.websocketx.WebSocketChunkedInput
-
Creates a new instance using the specified input.
- WebSocketChunkedInput(ChunkedInput<Buffer>, int) - Constructor for class io.netty5.handler.codec.http.websocketx.WebSocketChunkedInput
-
Creates a new instance using the specified input.
- WebSocketClientCompressionHandler - Class in io.netty5.handler.codec.http.websocketx.extensions.compression
-
Extends io.netty5.handler.codec.http.websocketx.extensions.compression.WebSocketClientExtensionHandler to handle the most common WebSocket Compression Extensions.
- WebSocketClientExtension - Interface in io.netty5.handler.codec.http.websocketx.extensions
-
Created once the handshake phase is done.
- WebSocketClientExtensionHandler - Class in io.netty5.handler.codec.http.websocketx.extensions
-
This handler negotiates and initializes the WebSocket Extensions.
- WebSocketClientExtensionHandler(WebSocketClientExtensionHandshaker...) - Constructor for class io.netty5.handler.codec.http.websocketx.extensions.WebSocketClientExtensionHandler
-
Constructor
- WebSocketClientExtensionHandshaker - Interface in io.netty5.handler.codec.http.websocketx.extensions
-
Handshakes a client extension with the server.
- WebSocketClientHandshakeCompletionEvent - Class in io.netty5.handler.codec.http.websocketx
-
A websocket handshake was completed on the client-side.
- WebSocketClientHandshakeCompletionEvent(WebSocketVersion) - Constructor for class io.netty5.handler.codec.http.websocketx.WebSocketClientHandshakeCompletionEvent
-
Create a new event that indicate a successful websocket handshake.
- WebSocketClientHandshakeCompletionEvent(Throwable) - Constructor for class io.netty5.handler.codec.http.websocketx.WebSocketClientHandshakeCompletionEvent
-
Create a new event that indicate a failed websocket handshake.
- WebSocketClientHandshakeException - Exception in io.netty5.handler.codec.http.websocketx
-
Client exception during handshaking process.
- WebSocketClientHandshakeException(String) - Constructor for exception io.netty5.handler.codec.http.websocketx.WebSocketClientHandshakeException
- WebSocketClientHandshakeException(String, HttpResponse) - Constructor for exception io.netty5.handler.codec.http.websocketx.WebSocketClientHandshakeException
- WebSocketClientHandshaker - Class in io.netty5.handler.codec.http.websocketx
-
Base class for web socket client handshake implementations
- WebSocketClientHandshaker(URI, WebSocketVersion, String, HttpHeaders, int) - Constructor for class io.netty5.handler.codec.http.websocketx.WebSocketClientHandshaker
-
Base constructor
- WebSocketClientHandshaker(URI, WebSocketVersion, String, HttpHeaders, int, long) - Constructor for class io.netty5.handler.codec.http.websocketx.WebSocketClientHandshaker
-
Base constructor
- WebSocketClientHandshaker(URI, WebSocketVersion, String, HttpHeaders, int, long, boolean) - Constructor for class io.netty5.handler.codec.http.websocketx.WebSocketClientHandshaker
-
Base constructor
- WebSocketClientHandshaker13 - Class in io.netty5.handler.codec.http.websocketx
-
Performs client side opening and closing handshakes for web socket specification version websocketprotocol-v13
- WebSocketClientHandshaker13(URI, String, boolean, HttpHeaders, int) - Constructor for class io.netty5.handler.codec.http.websocketx.WebSocketClientHandshaker13
-
Creates a new instance.
- WebSocketClientHandshaker13(URI, String, boolean, HttpHeaders, int, boolean, boolean) - Constructor for class io.netty5.handler.codec.http.websocketx.WebSocketClientHandshaker13
-
Creates a new instance.
- WebSocketClientHandshaker13(URI, String, boolean, HttpHeaders, int, boolean, boolean, long) - Constructor for class io.netty5.handler.codec.http.websocketx.WebSocketClientHandshaker13
-
Creates a new instance.
- WebSocketClientHandshakerFactory - Class in io.netty5.handler.codec.http.websocketx
-
Creates a new
WebSocketClientHandshaker
of desired protocol version. - WebSocketClientProtocolConfig - Class in io.netty5.handler.codec.http.websocketx
-
WebSocket server configuration.
- WebSocketClientProtocolConfig.Builder - Class in io.netty5.handler.codec.http.websocketx
- WebSocketClientProtocolHandler - Class in io.netty5.handler.codec.http.websocketx
-
This handler does all the heavy lifting for you to run a websocket client.
- WebSocketClientProtocolHandler(WebSocketClientHandshaker) - Constructor for class io.netty5.handler.codec.http.websocketx.WebSocketClientProtocolHandler
-
Base constructor
- WebSocketClientProtocolHandler(WebSocketClientHandshaker, boolean) - Constructor for class io.netty5.handler.codec.http.websocketx.WebSocketClientProtocolHandler
-
Base constructor
- WebSocketClientProtocolHandler(WebSocketClientHandshaker, boolean, boolean) - Constructor for class io.netty5.handler.codec.http.websocketx.WebSocketClientProtocolHandler
-
Base constructor
- WebSocketClientProtocolHandler(WebSocketClientHandshaker, boolean, boolean, long) - Constructor for class io.netty5.handler.codec.http.websocketx.WebSocketClientProtocolHandler
-
Base constructor
- WebSocketClientProtocolHandler(WebSocketClientHandshaker, boolean, long) - Constructor for class io.netty5.handler.codec.http.websocketx.WebSocketClientProtocolHandler
-
Base constructor
- WebSocketClientProtocolHandler(WebSocketClientHandshaker, long) - Constructor for class io.netty5.handler.codec.http.websocketx.WebSocketClientProtocolHandler
-
Base constructor
- WebSocketClientProtocolHandler(WebSocketClientProtocolConfig) - Constructor for class io.netty5.handler.codec.http.websocketx.WebSocketClientProtocolHandler
-
Base constructor
- WebSocketClientProtocolHandler(URI, WebSocketVersion, String, boolean, HttpHeaders, int) - Constructor for class io.netty5.handler.codec.http.websocketx.WebSocketClientProtocolHandler
-
Base constructor
- WebSocketClientProtocolHandler(URI, WebSocketVersion, String, boolean, HttpHeaders, int, boolean) - Constructor for class io.netty5.handler.codec.http.websocketx.WebSocketClientProtocolHandler
-
Base constructor
- WebSocketClientProtocolHandler(URI, WebSocketVersion, String, boolean, HttpHeaders, int, boolean, boolean, boolean) - Constructor for class io.netty5.handler.codec.http.websocketx.WebSocketClientProtocolHandler
-
Base constructor
- WebSocketClientProtocolHandler(URI, WebSocketVersion, String, boolean, HttpHeaders, int, boolean, boolean, boolean, long) - Constructor for class io.netty5.handler.codec.http.websocketx.WebSocketClientProtocolHandler
-
Base constructor
- WebSocketClientProtocolHandler(URI, WebSocketVersion, String, boolean, HttpHeaders, int, boolean, long) - Constructor for class io.netty5.handler.codec.http.websocketx.WebSocketClientProtocolHandler
-
Base constructor
- WebSocketClientProtocolHandler(URI, WebSocketVersion, String, boolean, HttpHeaders, int, long) - Constructor for class io.netty5.handler.codec.http.websocketx.WebSocketClientProtocolHandler
-
Base constructor
- WebSocketCloseStatus - Class in io.netty5.handler.codec.http.websocketx
-
WebSocket status codes specified in RFC-6455.
- WebSocketCloseStatus(int, String) - Constructor for class io.netty5.handler.codec.http.websocketx.WebSocketCloseStatus
- WebSocketCloseStatus(int, String, boolean) - Constructor for class io.netty5.handler.codec.http.websocketx.WebSocketCloseStatus
- WebSocketDecoderConfig - Class in io.netty5.handler.codec.http.websocketx
-
Frames decoder configuration.
- WebSocketDecoderConfig.Builder - Class in io.netty5.handler.codec.http.websocketx
- WebSocketExtension - Interface in io.netty5.handler.codec.http.websocketx.extensions
-
Created once the handshake phase is done.
- WebSocketExtensionData - Class in io.netty5.handler.codec.http.websocketx.extensions
-
A WebSocket Extension data from the Sec-WebSocket-Extensions header.
- WebSocketExtensionData(String, Map<String, String>) - Constructor for class io.netty5.handler.codec.http.websocketx.extensions.WebSocketExtensionData
- WebSocketExtensionDecoder - Class in io.netty5.handler.codec.http.websocketx.extensions
-
Convenient class for io.netty5.handler.codec.http.websocketx.extensions.WebSocketExtension decoder.
- WebSocketExtensionDecoder() - Constructor for class io.netty5.handler.codec.http.websocketx.extensions.WebSocketExtensionDecoder
- WebSocketExtensionEncoder - Class in io.netty5.handler.codec.http.websocketx.extensions
-
Convenient class for io.netty5.handler.codec.http.websocketx.extensions.WebSocketExtension encoder.
- WebSocketExtensionEncoder() - Constructor for class io.netty5.handler.codec.http.websocketx.extensions.WebSocketExtensionEncoder
- WebSocketExtensionFilter - Interface in io.netty5.handler.codec.http.websocketx.extensions
-
Filter that is responsible to skip the evaluation of a certain extension according to standard.
- WebSocketExtensionFilterProvider - Interface in io.netty5.handler.codec.http.websocketx.extensions
-
Extension filter provider that is responsible to provide filters for a certain
WebSocketExtension
extension. - WebSocketExtensionUtil - Class in io.netty5.handler.codec.http.websocketx.extensions
- WebSocketFrame - Class in io.netty5.handler.codec.http.websocketx
-
Base class for web socket frames.
- WebSocketFrame(boolean, int, Buffer) - Constructor for class io.netty5.handler.codec.http.websocketx.WebSocketFrame
- WebSocketFrame(Buffer) - Constructor for class io.netty5.handler.codec.http.websocketx.WebSocketFrame
- WebSocketFrame(WebSocketFrame, Buffer) - Constructor for class io.netty5.handler.codec.http.websocketx.WebSocketFrame
-
This is a copy-constructor, used by sub-classes to implement
Resource.send()
. - WebSocketFrame(Send<Buffer>) - Constructor for class io.netty5.handler.codec.http.websocketx.WebSocketFrame
- WebSocketFrameAggregator - Class in io.netty5.handler.codec.http.websocketx
-
Handler that aggregate fragmented WebSocketFrame's.
- WebSocketFrameAggregator(int) - Constructor for class io.netty5.handler.codec.http.websocketx.WebSocketFrameAggregator
-
Creates a new instance
- WebSocketFrameDecoder - Interface in io.netty5.handler.codec.http.websocketx
-
Marker interface which all WebSocketFrame decoders need to implement.
- WebSocketFrameEncoder - Interface in io.netty5.handler.codec.http.websocketx
-
Marker interface which all WebSocketFrame encoders need to implement.
- WebSocketHandshakeCompletionEvent - Class in io.netty5.handler.codec.http.websocketx
-
ProtocolEvent
that indicate the completion of a websocket handshake. - WebSocketHandshakeException - Exception in io.netty5.handler.codec.http.websocketx
-
Exception during handshaking process
- WebSocketHandshakeException(String) - Constructor for exception io.netty5.handler.codec.http.websocketx.WebSocketHandshakeException
- WebSocketHandshakeException(String, Throwable) - Constructor for exception io.netty5.handler.codec.http.websocketx.WebSocketHandshakeException
- WebSocketHandshakeTimeoutException - Exception in io.netty5.handler.codec.http.websocketx
-
WebSocketHandshakeException
that is used when a handshake failed due a configured timeout. - WebSocketHandshakeTimeoutException(String) - Constructor for exception io.netty5.handler.codec.http.websocketx.WebSocketHandshakeTimeoutException
- websocketPath() - Method in class io.netty5.handler.codec.http.websocketx.WebSocketServerProtocolConfig
- websocketPath(String) - Method in class io.netty5.handler.codec.http.websocketx.WebSocketServerProtocolConfig.Builder
-
URI path component to handle websocket upgrade requests on.
- WebSocketScheme - Class in io.netty5.handler.codec.http.websocketx
-
Defines the common schemes used for the WebSocket protocol as defined by rfc6455.
- WebSocketServerCompressionHandler - Class in io.netty5.handler.codec.http.websocketx.extensions.compression
-
Extends io.netty5.handler.codec.http.websocketx.extensions.compression.WebSocketServerExtensionHandler to handle the most common WebSocket Compression Extensions.
- WebSocketServerCompressionHandler() - Constructor for class io.netty5.handler.codec.http.websocketx.extensions.compression.WebSocketServerCompressionHandler
-
Constructor with default configuration.
- WebSocketServerExtension - Interface in io.netty5.handler.codec.http.websocketx.extensions
-
Created once the handshake phase is done.
- WebSocketServerExtensionHandler - Class in io.netty5.handler.codec.http.websocketx.extensions
-
This handler negotiates and initializes the WebSocket Extensions.
- WebSocketServerExtensionHandler(WebSocketServerExtensionHandshaker...) - Constructor for class io.netty5.handler.codec.http.websocketx.extensions.WebSocketServerExtensionHandler
-
Constructor
- WebSocketServerExtensionHandshaker - Interface in io.netty5.handler.codec.http.websocketx.extensions
-
Handshakes a client extension based on this server capabilities.
- WebSocketServerHandshakeCompletionEvent - Class in io.netty5.handler.codec.http.websocketx
-
A websocket handshake was completed on the server-side.
- WebSocketServerHandshakeCompletionEvent(WebSocketVersion, String, HttpHeaders, String) - Constructor for class io.netty5.handler.codec.http.websocketx.WebSocketServerHandshakeCompletionEvent
-
Create a new event that indicate a successful websocket handshake.
- WebSocketServerHandshakeCompletionEvent(Throwable) - Constructor for class io.netty5.handler.codec.http.websocketx.WebSocketServerHandshakeCompletionEvent
-
Create a new event that indicate a failed websocket handshake.
- WebSocketServerHandshakeException - Exception in io.netty5.handler.codec.http.websocketx
-
Server exception during handshaking process.
- WebSocketServerHandshakeException(String) - Constructor for exception io.netty5.handler.codec.http.websocketx.WebSocketServerHandshakeException
- WebSocketServerHandshakeException(String, HttpRequest) - Constructor for exception io.netty5.handler.codec.http.websocketx.WebSocketServerHandshakeException
- WebSocketServerHandshaker - Class in io.netty5.handler.codec.http.websocketx
-
Base class for server side web socket opening and closing handshakes
- WebSocketServerHandshaker(WebSocketVersion, String, String, int) - Constructor for class io.netty5.handler.codec.http.websocketx.WebSocketServerHandshaker
-
Constructor specifying the destination web socket location
- WebSocketServerHandshaker(WebSocketVersion, String, String, WebSocketDecoderConfig) - Constructor for class io.netty5.handler.codec.http.websocketx.WebSocketServerHandshaker
-
Constructor specifying the destination web socket location
- WebSocketServerHandshaker13 - Class in io.netty5.handler.codec.http.websocketx
-
Performs server side opening and closing handshakes for RFC 6455 (originally web socket specification draft-ietf-hybi-thewebsocketprotocol-17).
- WebSocketServerHandshaker13(String, String, boolean, int) - Constructor for class io.netty5.handler.codec.http.websocketx.WebSocketServerHandshaker13
-
Constructor specifying the destination web socket location
- WebSocketServerHandshaker13(String, String, boolean, int, boolean) - Constructor for class io.netty5.handler.codec.http.websocketx.WebSocketServerHandshaker13
-
Constructor specifying the destination web socket location
- WebSocketServerHandshaker13(String, String, WebSocketDecoderConfig) - Constructor for class io.netty5.handler.codec.http.websocketx.WebSocketServerHandshaker13
-
Constructor specifying the destination web socket location
- WebSocketServerHandshakerFactory - Class in io.netty5.handler.codec.http.websocketx
-
Auto-detects the version of the Web Socket protocol in use and creates a new proper
WebSocketServerHandshaker
. - WebSocketServerHandshakerFactory(String, String, boolean) - Constructor for class io.netty5.handler.codec.http.websocketx.WebSocketServerHandshakerFactory
-
Constructor specifying the destination web socket location
- WebSocketServerHandshakerFactory(String, String, boolean, int) - Constructor for class io.netty5.handler.codec.http.websocketx.WebSocketServerHandshakerFactory
-
Constructor specifying the destination web socket location
- WebSocketServerHandshakerFactory(String, String, boolean, int, boolean) - Constructor for class io.netty5.handler.codec.http.websocketx.WebSocketServerHandshakerFactory
-
Constructor specifying the destination web socket location
- WebSocketServerHandshakerFactory(String, String, WebSocketDecoderConfig) - Constructor for class io.netty5.handler.codec.http.websocketx.WebSocketServerHandshakerFactory
-
Constructor specifying the destination web socket location
- WebSocketServerProtocolConfig - Class in io.netty5.handler.codec.http.websocketx
-
WebSocket server configuration.
- WebSocketServerProtocolConfig.Builder - Class in io.netty5.handler.codec.http.websocketx
- WebSocketServerProtocolHandler - Class in io.netty5.handler.codec.http.websocketx
-
This handler does all the heavy lifting for you to run a websocket server.
- WebSocketServerProtocolHandler(WebSocketServerProtocolConfig) - Constructor for class io.netty5.handler.codec.http.websocketx.WebSocketServerProtocolHandler
-
Base constructor
- WebSocketServerProtocolHandler(String) - Constructor for class io.netty5.handler.codec.http.websocketx.WebSocketServerProtocolHandler
- WebSocketServerProtocolHandler(String, boolean) - Constructor for class io.netty5.handler.codec.http.websocketx.WebSocketServerProtocolHandler
- WebSocketServerProtocolHandler(String, boolean, long) - Constructor for class io.netty5.handler.codec.http.websocketx.WebSocketServerProtocolHandler
- WebSocketServerProtocolHandler(String, long) - Constructor for class io.netty5.handler.codec.http.websocketx.WebSocketServerProtocolHandler
- WebSocketServerProtocolHandler(String, String) - Constructor for class io.netty5.handler.codec.http.websocketx.WebSocketServerProtocolHandler
- WebSocketServerProtocolHandler(String, String, boolean) - Constructor for class io.netty5.handler.codec.http.websocketx.WebSocketServerProtocolHandler
- WebSocketServerProtocolHandler(String, String, boolean, boolean, long, WebSocketDecoderConfig) - Constructor for class io.netty5.handler.codec.http.websocketx.WebSocketServerProtocolHandler
- WebSocketServerProtocolHandler(String, String, boolean, int) - Constructor for class io.netty5.handler.codec.http.websocketx.WebSocketServerProtocolHandler
- WebSocketServerProtocolHandler(String, String, boolean, int, boolean) - Constructor for class io.netty5.handler.codec.http.websocketx.WebSocketServerProtocolHandler
- WebSocketServerProtocolHandler(String, String, boolean, int, boolean, boolean) - Constructor for class io.netty5.handler.codec.http.websocketx.WebSocketServerProtocolHandler
- WebSocketServerProtocolHandler(String, String, boolean, int, boolean, boolean, boolean) - Constructor for class io.netty5.handler.codec.http.websocketx.WebSocketServerProtocolHandler
- WebSocketServerProtocolHandler(String, String, boolean, int, boolean, boolean, boolean, long) - Constructor for class io.netty5.handler.codec.http.websocketx.WebSocketServerProtocolHandler
- WebSocketServerProtocolHandler(String, String, boolean, int, boolean, boolean, long) - Constructor for class io.netty5.handler.codec.http.websocketx.WebSocketServerProtocolHandler
- WebSocketServerProtocolHandler(String, String, boolean, int, boolean, long) - Constructor for class io.netty5.handler.codec.http.websocketx.WebSocketServerProtocolHandler
- WebSocketServerProtocolHandler(String, String, boolean, int, long) - Constructor for class io.netty5.handler.codec.http.websocketx.WebSocketServerProtocolHandler
- WebSocketServerProtocolHandler(String, String, boolean, long) - Constructor for class io.netty5.handler.codec.http.websocketx.WebSocketServerProtocolHandler
- WebSocketServerProtocolHandler(String, String, long) - Constructor for class io.netty5.handler.codec.http.websocketx.WebSocketServerProtocolHandler
- webSocketUri() - Method in class io.netty5.handler.codec.http.websocketx.WebSocketClientProtocolConfig
- webSocketUri(String) - Method in class io.netty5.handler.codec.http.websocketx.WebSocketClientProtocolConfig.Builder
-
URL for web socket communications. e.g "ws://myhost.com/mypath".
- webSocketUri(URI) - Method in class io.netty5.handler.codec.http.websocketx.WebSocketClientProtocolConfig.Builder
-
URL for web socket communications. e.g "ws://myhost.com/mypath".
- WebSocketVersion - Enum in io.netty5.handler.codec.http.websocketx
-
Versions of the web socket specification.
- weight() - Method in class io.netty5.handler.codec.http2.DefaultHttp2PriorityFrame
- weight() - Method in interface io.netty5.handler.codec.http2.Http2PriorityFrame
-
Stream weight
- WeightedFairQueueByteDistributor - Class in io.netty5.handler.codec.http2
-
A
StreamByteDistributor
that is sensitive to stream priority and uses Weighted Fair Queueing approach for distributing bytes. - WeightedFairQueueByteDistributor(Http2Connection) - Constructor for class io.netty5.handler.codec.http2.WeightedFairQueueByteDistributor
- WeightedFairQueueByteDistributor(Http2Connection, int) - Constructor for class io.netty5.handler.codec.http2.WeightedFairQueueByteDistributor
- whenComplete(BiConsumer<? super V, ? super Throwable>) - Method in class io.netty5.util.concurrent.DefaultPromise
- whenComplete(BiConsumer<? super V, ? super Throwable>) - Method in interface io.netty5.util.concurrent.FutureCompletionStage
- whenCompleteAsync(BiConsumer<? super V, ? super Throwable>) - Method in class io.netty5.util.concurrent.DefaultPromise
- whenCompleteAsync(BiConsumer<? super V, ? super Throwable>) - Method in interface io.netty5.util.concurrent.FutureCompletionStage
- whenCompleteAsync(BiConsumer<? super V, ? super Throwable>, Executor) - Method in class io.netty5.util.concurrent.DefaultPromise
- whenCompleteAsync(BiConsumer<? super V, ? super Throwable>, Executor) - Method in interface io.netty5.util.concurrent.FutureCompletionStage
- willCleanupFastThreadLocals() - Method in class io.netty5.util.concurrent.FastThreadLocalThread
- willCleanupFastThreadLocals(Thread) - Static method in class io.netty5.util.concurrent.FastThreadLocalThread
- WINDOW_UPDATE - Static variable in class io.netty5.handler.codec.http2.Http2FrameTypes
- WINDOW_UPDATE_FRAME_LENGTH - Static variable in class io.netty5.handler.codec.http2.Http2CodecUtil
- windowBits() - Method in class io.netty5.handler.codec.compression.DeflateOptions
- WINDOWS - Static variable in class io.netty5.handler.codec.string.LineSeparator
-
The Windows line separator(CRLF)
- windowSize() - Method in interface io.netty5.handler.codec.http2.StreamByteDistributor.StreamState
-
The size (in bytes) of the stream's flow control window.
- windowSize(Http2Stream) - Method in class io.netty5.handler.codec.http2.DefaultHttp2LocalFlowController
- windowSize(Http2Stream) - Method in class io.netty5.handler.codec.http2.DefaultHttp2RemoteFlowController
- windowSize(Http2Stream) - Method in interface io.netty5.handler.codec.http2.Http2FlowController
-
Get the portion of the flow control window for the given stream that is currently available for sending/receiving frames which are subject to flow control.
- windowSizeIncrement() - Method in class io.netty5.handler.codec.http2.DefaultHttp2WindowUpdateFrame
- windowSizeIncrement() - Method in interface io.netty5.handler.codec.http2.Http2WindowUpdateFrame
-
Number of bytes to increment the HTTP/2 stream's or connection's flow control window.
- windowUpdateRatio() - Method in class io.netty5.handler.codec.http2.DefaultHttp2LocalFlowController
-
The window update ratio is used to determine when a window update must be sent.
- windowUpdateRatio(float) - Method in class io.netty5.handler.codec.http2.DefaultHttp2LocalFlowController
-
The window update ratio is used to determine when a window update must be sent.
- windowUpdateRatio(Http2Stream) - Method in class io.netty5.handler.codec.http2.DefaultHttp2LocalFlowController
-
The window update ratio is used to determine when a window update must be sent.
- windowUpdateRatio(Http2Stream, float) - Method in class io.netty5.handler.codec.http2.DefaultHttp2LocalFlowController
-
The window update ratio is used to determine when a window update must be sent.
- withAnyOrigin() - Static method in class io.netty5.handler.codec.http.cors.CorsConfig
-
Deprecated.Use
CorsConfigBuilder.forAnyOrigin()
instead. - withOrigin(String) - Static method in class io.netty5.handler.codec.http.cors.CorsConfig
-
Deprecated.Use
CorsConfigBuilder.forOrigin(String)
instead. - withOrigins(String...) - Static method in class io.netty5.handler.codec.http.cors.CorsConfig
-
Deprecated.Use
CorsConfigBuilder.forOrigins(String...)
instead. - withUTF8Validator() - Method in class io.netty5.handler.codec.http.websocketx.WebSocketDecoderConfig
- withUTF8Validator(boolean) - Method in class io.netty5.handler.codec.http.websocketx.WebSocketDecoderConfig.Builder
- withUTF8Validator(boolean) - Method in class io.netty5.handler.codec.http.websocketx.WebSocketServerProtocolConfig.Builder
- WORKER_STATE_INIT - Static variable in class io.netty5.util.HashedWheelTimer
- WORKER_STATE_SHUTDOWN - Static variable in class io.netty5.util.HashedWheelTimer
- WORKER_STATE_STARTED - Static variable in class io.netty5.util.HashedWheelTimer
- wrap() - Method in interface io.netty5.handler.codec.http.cookie.Cookie
-
Returns true if the raw value of this
Cookie
, was wrapped with double quotes in original Set-Cookie header. - wrap() - Method in class io.netty5.handler.codec.http.cookie.DefaultCookie
- wrap(Drop<T>, MemoryManager) - Static method in class io.netty5.buffer.api.internal.CleanerDrop
-
Wrap the given drop instance, and produce a new drop instance that will also call the delegate drop instance if it becomes cleanable.
- wrap(Drop<X>) - Static method in class io.netty5.buffer.api.internal.ArcDrop
- wrap(ByteBuffer[], int, int, ByteBuffer) - Method in class io.netty5.handler.ssl.ReferenceCountedOpenSslEngine
- wrap(ByteBuffer, ByteBuffer) - Method in class io.netty5.handler.ssl.ReferenceCountedOpenSslEngine
- wrapperFactory() - Method in interface io.netty5.handler.ssl.JdkApplicationProtocolNegotiator
-
Deprecated.
- WrappingAllocation - Class in io.netty5.buffer.api.internal
-
An
AllocationType
for on-heap buffer allocations that wrap an existing byte array. - WrappingAllocation(byte[]) - Constructor for class io.netty5.buffer.api.internal.WrappingAllocation
- wrapSslEngine(SSLEngine, JdkApplicationProtocolNegotiator, boolean) - Method in class io.netty5.handler.ssl.JdkApplicationProtocolNegotiator.AllocatorAwareSslEngineWrapperFactory
-
Deprecated.
- wrapSslEngine(SSLEngine, JdkApplicationProtocolNegotiator, boolean) - Method in interface io.netty5.handler.ssl.JdkApplicationProtocolNegotiator.SslEngineWrapperFactory
-
Deprecated.Abstract factory pattern for wrapping an
SSLEngine
object. - Writability - io.netty5.handler.codec.http2.Http2FrameStreamEvent.Type
- writabilityChanged(Http2Stream) - Method in interface io.netty5.handler.codec.http2.Http2RemoteFlowController.Listener
-
Notification that
Http2RemoteFlowController.isWritable(Http2Stream)
has changed forstream
. - writableArray() - Method in interface io.netty5.buffer.api.WritableComponent
-
Get a byte array of the contents of this component.
- writableArrayLength() - Method in interface io.netty5.buffer.api.WritableComponent
-
The number of bytes in the
WritableComponent.writableArray()
that belong to this component. - writableArrayOffset() - Method in interface io.netty5.buffer.api.WritableComponent
-
An offset into the
WritableComponent.writableArray()
where this component starts. - writableBuffer() - Method in interface io.netty5.buffer.api.WritableComponent
-
Get a
ByteBuffer
instance for this memory component, which can be used for modifying the buffer contents. - writableBytes() - Method in interface io.netty5.buffer.api.Buffer
-
Returns the number of writable bytes which is equal to
(capacity() - writerOffset())
. - writableBytes() - Method in class io.netty5.buffer.api.BufferStub
- writableBytes() - Method in interface io.netty5.buffer.api.WritableComponent
-
Get the space available to be written to this component, as a number of bytes.
- writableBytes() - Method in class io.netty5.channel.AbstractChannel
- writableBytes() - Method in interface io.netty5.channel.Channel
-
Returns how many bytes can be written before the
Channel
becomes 'unwritable'. - WritableComponent - Interface in io.netty5.buffer.api
-
A view onto the buffer component being processed in a given iteration of
Buffer.forEachWritable(int, WritableComponentProcessor)
. - WritableComponentProcessor<E extends Exception> - Interface in io.netty5.buffer.api
-
A processor of writable components.
- writableNativeAddress() - Method in interface io.netty5.buffer.api.WritableComponent
-
Give the native memory address backing this buffer, or return 0 if this buffer has no native memory address.
- write(byte[]) - Method in class io.netty5.buffer.BufferOutputStream
- write(byte[], int, int) - Method in class io.netty5.buffer.BufferOutputStream
- write(int) - Method in class io.netty5.buffer.BufferOutputStream
- write(ChannelHandlerContext, int) - Method in interface io.netty5.handler.codec.http2.Http2RemoteFlowController.FlowControlled
-
Writes up to
allowedBytes
of the encapsulated payload to the stream. - write(ChannelHandlerContext, Object) - Method in interface io.netty5.channel.ChannelHandler
-
Called once a write operation is made.
- write(ChannelHandlerContext, Object) - Method in class io.netty5.channel.CombinedChannelDuplexHandler
- write(ChannelHandlerContext, Object) - Method in class io.netty5.handler.codec.ByteToMessageCodec
- write(ChannelHandlerContext, Object) - Method in class io.netty5.handler.codec.compression.CompressionHandler
- write(ChannelHandlerContext, Object) - Method in class io.netty5.handler.codec.http.cors.CorsHandler
- write(ChannelHandlerContext, Object) - Method in class io.netty5.handler.codec.http.HttpClientUpgradeHandler
- write(ChannelHandlerContext, Object) - Method in class io.netty5.handler.codec.http.HttpServerKeepAliveHandler
- write(ChannelHandlerContext, Object) - Method in class io.netty5.handler.codec.http.websocketx.extensions.WebSocketClientExtensionHandler
- write(ChannelHandlerContext, Object) - Method in class io.netty5.handler.codec.http.websocketx.extensions.WebSocketServerExtensionHandler
- write(ChannelHandlerContext, Object) - Method in class io.netty5.handler.codec.http2.Http2FrameCodec
-
Processes all
Http2Frame
s. - write(ChannelHandlerContext, Object) - Method in class io.netty5.handler.codec.http2.HttpToHttp2ConnectionHandler
-
Handles conversion of
HttpMessage
andHttpContent
to HTTP/2 frames. - write(ChannelHandlerContext, Object) - Method in class io.netty5.handler.codec.MessageToByteEncoder
- write(ChannelHandlerContext, Object) - Method in class io.netty5.handler.codec.MessageToMessageCodec
- write(ChannelHandlerContext, Object) - Method in class io.netty5.handler.codec.MessageToMessageEncoder
- write(ChannelHandlerContext, Object) - Method in class io.netty5.handler.logging.LoggingHandler
- write(ChannelHandlerContext, Object) - Method in class io.netty5.handler.ssl.SslHandler
- write(ChannelHandlerContext, Object) - Method in class io.netty5.handler.stream.ChunkedWriteHandler
- write(ChannelHandlerContext, Object) - Method in class io.netty5.handler.timeout.IdleStateHandler
- write(ChannelHandlerContext, Object) - Method in class io.netty5.handler.timeout.WriteTimeoutHandler
- write(ChannelHandlerContext, Object) - Method in class io.netty5.handler.traffic.AbstractTrafficShapingHandler
- write(ChannelHandlerContext, Object) - Method in class io.netty5.handler.traffic.GlobalChannelTrafficShapingHandler
- write(Http2Stream, int) - Method in interface io.netty5.handler.codec.http2.StreamByteDistributor.Writer
-
Writes the allocated bytes for this stream.
- write(Object) - Method in interface io.netty5.channel.Channel
- write(Object) - Method in interface io.netty5.channel.ChannelOutboundInvoker
-
Request to write a message via this
ChannelHandlerContext
through theChannelPipeline
. - write(Object) - Method in class io.netty5.channel.DefaultChannelPipeline
- write(Object) - Method in interface io.netty5.channel.group.ChannelGroup
-
Writes the specified
message
to allChannel
s in this group. - write(Object) - Method in class io.netty5.channel.group.DefaultChannelGroup
- write(Object) - Method in class io.netty5.channel.internal.DelegatingChannelHandlerContext
- write(Object, ChannelMatcher) - Method in interface io.netty5.channel.group.ChannelGroup
-
Writes the specified
message
to allChannel
s in this group that are matched by the givenChannelMatcher
. - write(Object, ChannelMatcher) - Method in class io.netty5.channel.group.DefaultChannelGroup
- write(ByteBuffer) - Method in class io.netty5.channel.unix.SocketWritableByteChannel
- write(ByteBuffer, int, int) - Method in class io.netty5.channel.unix.FileDescriptor
- WRITE_BUFFER_WATER_MARK - Static variable in class io.netty5.channel.ChannelOption
- WRITE_SPIN_COUNT - Static variable in class io.netty5.channel.ChannelOption
- WRITE_STATUS_SNDBUF_FULL - Static variable in class io.netty5.channel.internal.ChannelUtils
- writeAddress(long, int, int) - Method in class io.netty5.channel.unix.FileDescriptor
- writeAndFlush(Object) - Method in interface io.netty5.channel.Channel
- writeAndFlush(Object) - Method in interface io.netty5.channel.ChannelOutboundInvoker
-
Shortcut for call
ChannelOutboundInvoker.write(Object)
andChannelOutboundInvoker.flush()
. - writeAndFlush(Object) - Method in class io.netty5.channel.DefaultChannelPipeline
- writeAndFlush(Object) - Method in interface io.netty5.channel.group.ChannelGroup
-
Shortcut for calling
ChannelGroup.write(Object)
andChannelGroup.flush()
. - writeAndFlush(Object) - Method in class io.netty5.channel.group.DefaultChannelGroup
- writeAndFlush(Object) - Method in class io.netty5.channel.internal.DelegatingChannelHandlerContext
- writeAndFlush(Object, ChannelMatcher) - Method in interface io.netty5.channel.group.ChannelGroup
-
Shortcut for calling
ChannelGroup.write(Object)
andChannelGroup.flush()
and only act onChannel
s that are matched by theChannelMatcher
. - writeAndFlush(Object, ChannelMatcher) - Method in class io.netty5.channel.group.DefaultChannelGroup
- writeAndRemoveAll(ChannelHandlerContext) - Method in class io.netty5.channel.AbstractCoalescingBufferQueue
-
Writes all remaining elements in this queue.
- writeAscii(BufferAllocator, CharSequence) - Static method in class io.netty5.buffer.BufferUtil
- writeBoolean(boolean) - Method in interface io.netty5.buffer.api.BufferAccessor
-
Write the given boolean value at the current
Buffer.writerOffset()
, and increase the writer offset byByte.BYTES
. - writeBoolean(boolean) - Method in class io.netty5.buffer.api.BufferStub
- writeBoolean(boolean) - Method in interface io.netty5.buffer.api.CompositeBuffer
- writeBoolean(boolean) - Method in class io.netty5.buffer.BufferOutputStream
- WriteBufferWaterMark - Class in io.netty5.channel
-
WriteBufferWaterMark
is used to set low water mark and high water mark for the write buffer. - WriteBufferWaterMark(int, int) - Constructor for class io.netty5.channel.WriteBufferWaterMark
-
Create a new instance.
- writeByte(byte) - Method in interface io.netty5.buffer.api.BufferAccessor
-
Write the given byte value at the current
Buffer.writerOffset()
, and increase the writer offset byByte.BYTES
. - writeByte(byte) - Method in class io.netty5.buffer.api.BufferStub
- writeByte(byte) - Method in interface io.netty5.buffer.api.CompositeBuffer
- writeByte(int) - Method in class io.netty5.buffer.BufferOutputStream
- writeBytes(byte[]) - Method in interface io.netty5.buffer.api.Buffer
-
Writes into this buffer, all the bytes from the given byte array.
- writeBytes(byte[]) - Method in class io.netty5.buffer.api.BufferStub
- writeBytes(byte[]) - Method in interface io.netty5.buffer.api.CompositeBuffer
- writeBytes(byte[], int, int) - Method in interface io.netty5.buffer.api.Buffer
-
Writes into this buffer, the given number of bytes from the byte array.
- writeBytes(byte[], int, int) - Method in class io.netty5.buffer.api.BufferStub
- writeBytes(byte[], int, int) - Method in interface io.netty5.buffer.api.CompositeBuffer
- writeBytes(Buffer) - Method in interface io.netty5.buffer.api.Buffer
-
Writes into this buffer, all the readable bytes from the given buffer.
- writeBytes(Buffer) - Method in class io.netty5.buffer.api.BufferStub
- writeBytes(Buffer) - Method in interface io.netty5.buffer.api.CompositeBuffer
- writeBytes(String) - Method in class io.netty5.buffer.BufferOutputStream
- writeBytes(ByteBuffer) - Method in interface io.netty5.buffer.api.Buffer
-
Writes into this buffer from the source
ByteBuffer
. - writeBytes(ByteBuffer) - Method in class io.netty5.buffer.api.BufferStub
- writeBytes(ByteBuffer) - Method in interface io.netty5.buffer.api.CompositeBuffer
- writeChar(char) - Method in interface io.netty5.buffer.api.BufferAccessor
-
Write the given char value at the current
Buffer.writerOffset()
, and increase the writer offset by 2. - writeChar(char) - Method in class io.netty5.buffer.api.BufferStub
- writeChar(char) - Method in interface io.netty5.buffer.api.CompositeBuffer
- writeChar(int) - Method in class io.netty5.buffer.BufferOutputStream
- writeChars(String) - Method in class io.netty5.buffer.BufferOutputStream
- writeCharSequence(CharSequence, Buffer, Charset) - Static method in interface io.netty5.buffer.api.internal.Statics
- writeCharSequence(CharSequence, Charset) - Method in interface io.netty5.buffer.api.Buffer
-
Writes into this buffer, all the bytes from the given
source
using the passedcharset
. - writeCharSequence(CharSequence, Charset) - Method in class io.netty5.buffer.api.BufferStub
- writeCharSequence(CharSequence, Charset) - Method in interface io.netty5.buffer.api.CompositeBuffer
- writeComplete() - Method in class io.netty5.handler.codec.http2.DefaultHttp2ConnectionEncoder.FlowControlledBase
- writeComplete() - Method in interface io.netty5.handler.codec.http2.Http2RemoteFlowController.FlowControlled
-
Called after this object has been successfully written.
- writeData(ChannelHandlerContext, int, Buffer, int, boolean) - Method in class io.netty5.handler.codec.http2.CompressorHttp2ConnectionEncoder
- writeData(ChannelHandlerContext, int, Buffer, int, boolean) - Method in class io.netty5.handler.codec.http2.DecoratingHttp2FrameWriter
- writeData(ChannelHandlerContext, int, Buffer, int, boolean) - Method in class io.netty5.handler.codec.http2.DefaultHttp2ConnectionEncoder
- writeData(ChannelHandlerContext, int, Buffer, int, boolean) - Method in class io.netty5.handler.codec.http2.DefaultHttp2FrameWriter
- writeData(ChannelHandlerContext, int, Buffer, int, boolean) - Method in interface io.netty5.handler.codec.http2.Http2DataWriter
-
Writes a
DATA
frame to the remote endpoint. - writeData(ChannelHandlerContext, int, Buffer, int, boolean) - Method in class io.netty5.handler.codec.http2.Http2OutboundFrameLogger
- writeData(ChannelHandlerContext, int, Buffer, int, boolean) - Method in class io.netty5.handler.codec.http2.StreamBufferingEncoder
- writeDouble(double) - Method in interface io.netty5.buffer.api.BufferAccessor
-
Write the given double value at the current
Buffer.writerOffset()
, and increase the writer offset byDouble.BYTES
. - writeDouble(double) - Method in class io.netty5.buffer.api.BufferStub
- writeDouble(double) - Method in interface io.netty5.buffer.api.CompositeBuffer
- writeDouble(double) - Method in class io.netty5.buffer.BufferOutputStream
- writeFloat(float) - Method in interface io.netty5.buffer.api.BufferAccessor
-
Write the given float value at the current
Buffer.writerOffset()
, and increase the writer offset byFloat.BYTES
. - writeFloat(float) - Method in class io.netty5.buffer.api.BufferStub
- writeFloat(float) - Method in interface io.netty5.buffer.api.CompositeBuffer
- writeFloat(float) - Method in class io.netty5.buffer.BufferOutputStream
- writeFlushed() - Method in class io.netty5.channel.AbstractChannel
-
Write previous flushed messages.
- writeFlushed() - Method in class io.netty5.channel.nio.AbstractNioChannel
- writeFrame(ChannelHandlerContext, byte, int, Http2Flags, Buffer) - Method in class io.netty5.handler.codec.http2.DecoratingHttp2FrameWriter
- writeFrame(ChannelHandlerContext, byte, int, Http2Flags, Buffer) - Method in class io.netty5.handler.codec.http2.DefaultHttp2ConnectionEncoder
- writeFrame(ChannelHandlerContext, byte, int, Http2Flags, Buffer) - Method in class io.netty5.handler.codec.http2.DefaultHttp2FrameWriter
- writeFrame(ChannelHandlerContext, byte, int, Http2Flags, Buffer) - Method in interface io.netty5.handler.codec.http2.Http2ConnectionEncoder
-
Writes the given data to the internal
Http2FrameWriter
without performing any state checks on the connection/stream. - writeFrame(ChannelHandlerContext, byte, int, Http2Flags, Buffer) - Method in interface io.netty5.handler.codec.http2.Http2FrameWriter
-
Generic write method for any HTTP/2 frame.
- writeFrame(ChannelHandlerContext, byte, int, Http2Flags, Buffer) - Method in class io.netty5.handler.codec.http2.Http2OutboundFrameLogger
- writeFrameHeader(Buffer, int, byte, Http2Flags, int) - Static method in class io.netty5.handler.codec.http2.Http2CodecUtil
-
Writes an HTTP/2 frame header to the output buffer.
- writeGoAway(ChannelHandlerContext, int, long, Buffer) - Method in class io.netty5.handler.codec.http2.DecoratingHttp2FrameWriter
- writeGoAway(ChannelHandlerContext, int, long, Buffer) - Method in class io.netty5.handler.codec.http2.DefaultHttp2ConnectionEncoder
- writeGoAway(ChannelHandlerContext, int, long, Buffer) - Method in class io.netty5.handler.codec.http2.DefaultHttp2FrameWriter
- writeGoAway(ChannelHandlerContext, int, long, Buffer) - Method in interface io.netty5.handler.codec.http2.Http2FrameWriter
-
Writes a GO_AWAY frame to the remote endpoint.
- writeGoAway(ChannelHandlerContext, int, long, Buffer) - Method in class io.netty5.handler.codec.http2.Http2OutboundFrameLogger
- writeHeaders(ChannelHandlerContext, int, Http2Headers, int, boolean) - Method in class io.netty5.handler.codec.http2.CompressorHttp2ConnectionEncoder
- writeHeaders(ChannelHandlerContext, int, Http2Headers, int, boolean) - Method in class io.netty5.handler.codec.http2.DecoratingHttp2FrameWriter
- writeHeaders(ChannelHandlerContext, int, Http2Headers, int, boolean) - Method in class io.netty5.handler.codec.http2.DefaultHttp2ConnectionEncoder
- writeHeaders(ChannelHandlerContext, int, Http2Headers, int, boolean) - Method in class io.netty5.handler.codec.http2.DefaultHttp2FrameWriter
- writeHeaders(ChannelHandlerContext, int, Http2Headers, int, boolean) - Method in interface io.netty5.handler.codec.http2.Http2FrameWriter
-
Writes a HEADERS frame to the remote endpoint.
- writeHeaders(ChannelHandlerContext, int, Http2Headers, int, boolean) - Method in class io.netty5.handler.codec.http2.Http2OutboundFrameLogger
- writeHeaders(ChannelHandlerContext, int, Http2Headers, int, boolean) - Method in class io.netty5.handler.codec.http2.StreamBufferingEncoder
- writeHeaders(ChannelHandlerContext, int, Http2Headers, int, short, boolean, int, boolean) - Method in class io.netty5.handler.codec.http2.CompressorHttp2ConnectionEncoder
- writeHeaders(ChannelHandlerContext, int, Http2Headers, int, short, boolean, int, boolean) - Method in class io.netty5.handler.codec.http2.DecoratingHttp2FrameWriter
- writeHeaders(ChannelHandlerContext, int, Http2Headers, int, short, boolean, int, boolean) - Method in class io.netty5.handler.codec.http2.DefaultHttp2ConnectionEncoder
- writeHeaders(ChannelHandlerContext, int, Http2Headers, int, short, boolean, int, boolean) - Method in class io.netty5.handler.codec.http2.DefaultHttp2FrameWriter
- writeHeaders(ChannelHandlerContext, int, Http2Headers, int, short, boolean, int, boolean) - Method in interface io.netty5.handler.codec.http2.Http2FrameWriter
-
Writes a HEADERS frame with priority specified to the remote endpoint.
- writeHeaders(ChannelHandlerContext, int, Http2Headers, int, short, boolean, int, boolean) - Method in class io.netty5.handler.codec.http2.Http2OutboundFrameLogger
- writeHeaders(ChannelHandlerContext, int, Http2Headers, int, short, boolean, int, boolean) - Method in class io.netty5.handler.codec.http2.StreamBufferingEncoder
- writeInbound(Object...) - Method in class io.netty5.channel.embedded.EmbeddedChannel
-
Write messages to the inbound of this
Channel
. - writeInt(int) - Method in interface io.netty5.buffer.api.BufferAccessor
-
Write the given int value at the current
Buffer.writerOffset()
, and increase the writer offset byInteger.BYTES
. - writeInt(int) - Method in class io.netty5.buffer.api.BufferStub
- writeInt(int) - Method in interface io.netty5.buffer.api.CompositeBuffer
- writeInt(int) - Method in class io.netty5.buffer.BufferOutputStream
- writeLong(long) - Method in interface io.netty5.buffer.api.BufferAccessor
-
Write the given long value at the current
Buffer.writerOffset()
, and increase the writer offset byLong.BYTES
. - writeLong(long) - Method in class io.netty5.buffer.api.BufferStub
- writeLong(long) - Method in interface io.netty5.buffer.api.CompositeBuffer
- writeLong(long) - Method in class io.netty5.buffer.BufferOutputStream
- writeMedium(int) - Method in interface io.netty5.buffer.api.BufferAccessor
-
Write the given int value at the current
Buffer.writerOffset()
, and increase the writer offset by 3. - writeMedium(int) - Method in class io.netty5.buffer.api.BufferStub
- writeMedium(int) - Method in interface io.netty5.buffer.api.CompositeBuffer
- writeOneInbound(Object) - Method in class io.netty5.channel.embedded.EmbeddedChannel
-
Writes one message to the inbound of this
Channel
and does not flush it. - writeOneOutbound(Object) - Method in class io.netty5.channel.embedded.EmbeddedChannel
-
Writes one message to the outbound of this
Channel
and does not flush it. - writeOutbound(Object...) - Method in class io.netty5.channel.embedded.EmbeddedChannel
-
Write messages to the outbound of this
Channel
. - writePendingBytes() - Method in class io.netty5.handler.codec.http2.DefaultHttp2RemoteFlowController
- writePendingBytes() - Method in interface io.netty5.handler.codec.http2.Http2RemoteFlowController
-
Write all data pending in the flow controller up to the flow-control limits.
- writePing(ChannelHandlerContext, boolean, long) - Method in class io.netty5.handler.codec.http2.DecoratingHttp2FrameWriter
- writePing(ChannelHandlerContext, boolean, long) - Method in class io.netty5.handler.codec.http2.DefaultHttp2ConnectionEncoder
- writePing(ChannelHandlerContext, boolean, long) - Method in class io.netty5.handler.codec.http2.DefaultHttp2FrameWriter
- writePing(ChannelHandlerContext, boolean, long) - Method in interface io.netty5.handler.codec.http2.Http2FrameWriter
-
Writes a PING frame to the remote endpoint.
- writePing(ChannelHandlerContext, boolean, long) - Method in class io.netty5.handler.codec.http2.Http2OutboundFrameLogger
- writePriority(ChannelHandlerContext, int, int, short, boolean) - Method in class io.netty5.handler.codec.http2.DecoratingHttp2FrameWriter
- writePriority(ChannelHandlerContext, int, int, short, boolean) - Method in class io.netty5.handler.codec.http2.DefaultHttp2ConnectionEncoder
- writePriority(ChannelHandlerContext, int, int, short, boolean) - Method in class io.netty5.handler.codec.http2.DefaultHttp2FrameWriter
- writePriority(ChannelHandlerContext, int, int, short, boolean) - Method in interface io.netty5.handler.codec.http2.Http2FrameWriter
-
Writes a PRIORITY frame to the remote endpoint.
- writePriority(ChannelHandlerContext, int, int, short, boolean) - Method in class io.netty5.handler.codec.http2.Http2OutboundFrameLogger
- writePushPromise(ChannelHandlerContext, int, int, Http2Headers, int) - Method in class io.netty5.handler.codec.http2.DecoratingHttp2FrameWriter
- writePushPromise(ChannelHandlerContext, int, int, Http2Headers, int) - Method in class io.netty5.handler.codec.http2.DefaultHttp2ConnectionEncoder
- writePushPromise(ChannelHandlerContext, int, int, Http2Headers, int) - Method in class io.netty5.handler.codec.http2.DefaultHttp2FrameWriter
- writePushPromise(ChannelHandlerContext, int, int, Http2Headers, int) - Method in interface io.netty5.handler.codec.http2.Http2FrameWriter
-
Writes a PUSH_PROMISE frame to the remote endpoint.
- writePushPromise(ChannelHandlerContext, int, int, Http2Headers, int) - Method in class io.netty5.handler.codec.http2.Http2OutboundFrameLogger
- WRITER_IDLE - io.netty5.handler.timeout.IdleState
-
No data was sent for a while.
- WRITER_IDLE_STATE_EVENT - Static variable in class io.netty5.handler.timeout.IdleStateEvent
- writerOffset() - Method in interface io.netty5.buffer.api.Buffer
-
Get the current writer offset.
- writerOffset() - Method in class io.netty5.buffer.api.BufferStub
- writerOffset(int) - Method in interface io.netty5.buffer.api.Buffer
-
Set the writer offset.
- writerOffset(int) - Method in class io.netty5.buffer.api.BufferStub
- writerOffset(int) - Method in interface io.netty5.buffer.api.CompositeBuffer
- writeRstStream(ChannelHandlerContext, int, long) - Method in class io.netty5.handler.codec.http2.DecoratingHttp2FrameWriter
- writeRstStream(ChannelHandlerContext, int, long) - Method in class io.netty5.handler.codec.http2.DefaultHttp2ConnectionEncoder
- writeRstStream(ChannelHandlerContext, int, long) - Method in class io.netty5.handler.codec.http2.DefaultHttp2FrameWriter
- writeRstStream(ChannelHandlerContext, int, long) - Method in interface io.netty5.handler.codec.http2.Http2FrameWriter
-
Writes a RST_STREAM frame to the remote endpoint.
- writeRstStream(ChannelHandlerContext, int, long) - Method in class io.netty5.handler.codec.http2.Http2OutboundFrameLogger
- writeRstStream(ChannelHandlerContext, int, long) - Method in class io.netty5.handler.codec.http2.StreamBufferingEncoder
- writeSettings(ChannelHandlerContext, Http2Settings) - Method in class io.netty5.handler.codec.http2.DecoratingHttp2FrameWriter
- writeSettings(ChannelHandlerContext, Http2Settings) - Method in class io.netty5.handler.codec.http2.DefaultHttp2ConnectionEncoder
- writeSettings(ChannelHandlerContext, Http2Settings) - Method in class io.netty5.handler.codec.http2.DefaultHttp2FrameWriter
- writeSettings(ChannelHandlerContext, Http2Settings) - Method in interface io.netty5.handler.codec.http2.Http2FrameWriter
-
Writes a SETTINGS frame to the remote endpoint.
- writeSettings(ChannelHandlerContext, Http2Settings) - Method in class io.netty5.handler.codec.http2.Http2OutboundFrameLogger
- writeSettingsAck(ChannelHandlerContext) - Method in class io.netty5.handler.codec.http2.DecoratingHttp2FrameWriter
- writeSettingsAck(ChannelHandlerContext) - Method in class io.netty5.handler.codec.http2.DefaultHttp2ConnectionEncoder
- writeSettingsAck(ChannelHandlerContext) - Method in class io.netty5.handler.codec.http2.DefaultHttp2FrameWriter
- writeSettingsAck(ChannelHandlerContext) - Method in interface io.netty5.handler.codec.http2.Http2FrameWriter
-
Writes a SETTINGS acknowledgment to the remote endpoint.
- writeSettingsAck(ChannelHandlerContext) - Method in class io.netty5.handler.codec.http2.Http2OutboundFrameLogger
- writeShort(int) - Method in class io.netty5.buffer.BufferOutputStream
- writeShort(short) - Method in interface io.netty5.buffer.api.BufferAccessor
-
Write the given short value at the current
Buffer.writerOffset()
, and increase the writer offset byShort.BYTES
. - writeShort(short) - Method in class io.netty5.buffer.api.BufferStub
- writeShort(short) - Method in interface io.netty5.buffer.api.CompositeBuffer
- writeSplit(int) - Method in interface io.netty5.buffer.api.Buffer
-
Splits the buffer into two, at
length
number of bytes from the current Buffer.writerOffset() writer offset} position. - writeSplit(int) - Method in class io.netty5.buffer.api.BufferStub
- writeTimedOut(ChannelHandlerContext) - Method in class io.netty5.handler.timeout.WriteTimeoutHandler
-
Is called when a write timeout was detected
- WriteTimeoutException - Exception in io.netty5.handler.timeout
-
A
TimeoutException
raised byWriteTimeoutHandler
when a write operation cannot finish in a certain period of time. - WriteTimeoutException() - Constructor for exception io.netty5.handler.timeout.WriteTimeoutException
- WriteTimeoutException(String) - Constructor for exception io.netty5.handler.timeout.WriteTimeoutException
- WriteTimeoutHandler - Class in io.netty5.handler.timeout
-
Raises a
WriteTimeoutException
when a write operation cannot finish in a certain period of time. - WriteTimeoutHandler(int) - Constructor for class io.netty5.handler.timeout.WriteTimeoutHandler
-
Creates a new instance.
- WriteTimeoutHandler(long, TimeUnit) - Constructor for class io.netty5.handler.timeout.WriteTimeoutHandler
-
Creates a new instance.
- writeTimeToWait(long, long, long) - Method in class io.netty5.handler.traffic.TrafficCounter
-
Deprecated.
- writeTimeToWait(long, long, long, long) - Method in class io.netty5.handler.traffic.TrafficCounter
-
Returns the time to wait (if any) for the given length message, using the given limitTraffic and the max wait time.
- writeTransport(Object, Promise<Void>) - Method in class io.netty5.channel.AbstractChannel.DefaultAbstractChannelPipeline
- writeTransport(Object, Promise<Void>) - Method in class io.netty5.channel.DefaultChannelPipeline
-
Schedules a write operation on the transport.
- writeUnsignedByte(int) - Method in interface io.netty5.buffer.api.BufferAccessor
-
Write the given unsigned byte value at the current
Buffer.writerOffset()
, and increase the writer offset byByte.BYTES
. - writeUnsignedByte(int) - Method in class io.netty5.buffer.api.BufferStub
- writeUnsignedByte(int) - Method in interface io.netty5.buffer.api.CompositeBuffer
- writeUnsignedInt(long) - Method in interface io.netty5.buffer.api.BufferAccessor
-
Write the given unsigned int value at the current
Buffer.writerOffset()
, and increase the writer offset byInteger.BYTES
. - writeUnsignedInt(long) - Method in class io.netty5.buffer.api.BufferStub
- writeUnsignedInt(long) - Method in interface io.netty5.buffer.api.CompositeBuffer
- writeUnsignedMedium(int) - Method in interface io.netty5.buffer.api.BufferAccessor
-
Write the given unsigned int value at the current
Buffer.writerOffset()
, and increase the writer offset by 3. - writeUnsignedMedium(int) - Method in class io.netty5.buffer.api.BufferStub
- writeUnsignedMedium(int) - Method in interface io.netty5.buffer.api.CompositeBuffer
- writeUnsignedShort(int) - Method in interface io.netty5.buffer.api.BufferAccessor
-
Write the given unsigned short value at the current
Buffer.writerOffset()
, and increase the writer offset byShort.BYTES
. - writeUnsignedShort(int) - Method in class io.netty5.buffer.api.BufferStub
- writeUnsignedShort(int) - Method in interface io.netty5.buffer.api.CompositeBuffer
- writeUTF(String) - Method in class io.netty5.buffer.BufferOutputStream
- writev(ByteBuffer[], int, int, long) - Method in class io.netty5.channel.unix.FileDescriptor
- writevAddresses(long, int) - Method in class io.netty5.channel.unix.FileDescriptor
- writeWindowUpdate(ChannelHandlerContext, int, int) - Method in class io.netty5.handler.codec.http2.DecoratingHttp2FrameWriter
- writeWindowUpdate(ChannelHandlerContext, int, int) - Method in class io.netty5.handler.codec.http2.DefaultHttp2ConnectionEncoder
- writeWindowUpdate(ChannelHandlerContext, int, int) - Method in class io.netty5.handler.codec.http2.DefaultHttp2FrameWriter
- writeWindowUpdate(ChannelHandlerContext, int, int) - Method in interface io.netty5.handler.codec.http2.Http2FrameWriter
-
Writes a WINDOW_UPDATE frame to the remote endpoint.
- writeWindowUpdate(ChannelHandlerContext, int, int) - Method in class io.netty5.handler.codec.http2.Http2OutboundFrameLogger
- writtenBytes() - Method in class io.netty5.buffer.BufferOutputStream
-
Returns the number of written bytes by this stream so far.
- WS - Static variable in class io.netty5.handler.codec.http.websocketx.WebSocketScheme
-
Scheme for non-secure WebSocket connection.
- WSS - Static variable in class io.netty5.handler.codec.http.websocketx.WebSocketScheme
-
Scheme for secure WebSocket connection.
- WWW_AUTHENTICATE - Static variable in class io.netty5.handler.codec.http.HttpHeaderNames
-
"www-authenticate"
- WWW_AUTHENTICATE - Static variable in class io.netty5.handler.codec.rtsp.RtspHeaderNames
-
"www-authenticate"
X
- X_DEFLATE - Static variable in class io.netty5.handler.codec.http.HttpHeaderValues
-
"x-deflate"
- X_FRAME_OPTIONS - Static variable in class io.netty5.handler.codec.http.HttpHeaderNames
-
"x-frame-options"
- X_GZIP - Static variable in class io.netty5.handler.codec.http.HttpHeaderValues
-
"x-gzip"
- X_REQUESTED_WITH - Static variable in class io.netty5.handler.codec.http.HttpHeaderNames
-
"x-requested-with"
- XML_HTTP_REQUEST - Static variable in class io.netty5.handler.codec.http.HttpHeaderValues
-
"XmlHttpRequest"
Y
- YXDOMAIN - Static variable in class io.netty5.handler.codec.dns.DnsResponseCode
-
The 'YXDomain' DNS RCODE (6), as defined in RFC2136.
- YXRRSET - Static variable in class io.netty5.handler.codec.dns.DnsResponseCode
-
The 'YXRRSet' DNS RCODE (7), as defined in RFC2136.
Z
- z() - Method in class io.netty5.handler.codec.dns.AbstractDnsMessage
- z() - Method in interface io.netty5.handler.codec.dns.DnsMessage
-
Returns the
Z
(reserved for future use) field of this DNS message. - ZERO - Static variable in class io.netty5.handler.codec.http.HttpHeaderValues
-
"0"
- zeroCrlfCrlfBuffer(BufferAllocator) - Method in class io.netty5.handler.codec.http.HttpObjectEncoder
- ZLIB - io.netty5.handler.codec.compression.ZlibWrapper
-
The ZLIB wrapper as specified in RFC 1950.
- ZLIB_OR_NONE - io.netty5.handler.codec.compression.ZlibWrapper
-
Try
ZlibWrapper.ZLIB
first and thenZlibWrapper.NONE
if the first attempt fails. - ZlibCodecFactory - Class in io.netty5.handler.codec.compression
-
Creates a new ZLIB encoder / decoder.
- ZlibCompressor - Class in io.netty5.handler.codec.compression
-
Compresses a
Buffer
using the deflate algorithm. - ZlibDecompressor - Class in io.netty5.handler.codec.compression
-
Decompress a
Buffer
using the inflate algorithm. - ZlibWrapper - Enum in io.netty5.handler.codec.compression
-
The container file formats that wrap the stream compressed by the DEFLATE algorithm.
- zstd() - Static method in class io.netty5.handler.codec.compression.StandardCompressionOptions
-
Default implementation of
ZstdOptions
with{compressionLevel(int)} set toZstdConstants.DEFAULT_COMPRESSION_LEVEL
,ZstdConstants.DEFAULT_BLOCK_SIZE
,ZstdConstants.MAX_BLOCK_SIZE
- zstd(int, int, int) - Static method in class io.netty5.handler.codec.compression.StandardCompressionOptions
-
Create a new
ZstdOptions
- Zstd - Class in io.netty5.handler.codec.compression
- ZSTD - Static variable in class io.netty5.handler.codec.http.HttpHeaderValues
-
"zstd"
- ZstdCompressor - Class in io.netty5.handler.codec.compression
-
Compresses a
Buffer
using the Zstandard algorithm. - ZstdOptions - Class in io.netty5.handler.codec.compression
-
ZstdOptions
holds compressionLevel for Zstd compression.
All Classes All Packages