All Classes All Packages
A
- A - Static variable in class io.netty.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.netty.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.netty.handler.codec.http.websocketx.WebSocketCloseStatus
- ABORT - io.netty.handler.codec.stomp.StompCommand
- absoluteUpgradeUrl() - Method in class io.netty.handler.codec.http.websocketx.WebSocketClientProtocolConfig
- absoluteUpgradeUrl(boolean) - Method in class io.netty.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 java.net.SocketAddress> - Class in io.netty.resolver
-
A skeletal
AddressResolverimplementation. - AbstractAddressResolver(EventExecutor) - Constructor for class io.netty.resolver.AbstractAddressResolver
- AbstractAddressResolver(EventExecutor, Class<? extends T>) - Constructor for class io.netty.resolver.AbstractAddressResolver
- AbstractBinaryMemcacheDecoder<M extends BinaryMemcacheMessage> - Class in io.netty.handler.codec.memcache.binary
-
Decoder for both
BinaryMemcacheRequestandBinaryMemcacheResponse. - AbstractBinaryMemcacheDecoder() - Constructor for class io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheDecoder
-
Create a new
AbstractBinaryMemcacheDecoderwith default settings. - AbstractBinaryMemcacheDecoder(int) - Constructor for class io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheDecoder
-
Create a new
AbstractBinaryMemcacheDecoderwith custom settings. - AbstractBinaryMemcacheEncoder<M extends BinaryMemcacheMessage> - Class in io.netty.handler.codec.memcache.binary
-
A
MessageToByteEncoderthat encodes binary memcache messages into bytes. - AbstractBinaryMemcacheEncoder() - Constructor for class io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheEncoder
- AbstractBinaryMemcacheMessage - Class in io.netty.handler.codec.memcache.binary
-
Default implementation of a
BinaryMemcacheMessage. - AbstractBinaryMemcacheMessage(ByteBuf, ByteBuf) - Constructor for class io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage
-
Create a new instance with all properties set.
- AbstractBootstrap<B extends AbstractBootstrap<B,C>,C extends Channel> - Class in io.netty.bootstrap
-
AbstractBootstrapis a helper class that makes it easy to bootstrap aChannel. - AbstractBootstrapConfig<B extends AbstractBootstrap<B,C>,C extends Channel> - Class in io.netty.bootstrap
-
Exposes the configuration of an
AbstractBootstrap. - AbstractBootstrapConfig(B) - Constructor for class io.netty.bootstrap.AbstractBootstrapConfig
- AbstractByteBuf - Class in io.netty.buffer
-
A skeletal implementation of a buffer.
- AbstractByteBuf(int) - Constructor for class io.netty.buffer.AbstractByteBuf
- AbstractByteBufAllocator - Class in io.netty.buffer
-
Skeletal
ByteBufAllocatorimplementation to extend. - AbstractByteBufAllocator() - Constructor for class io.netty.buffer.AbstractByteBufAllocator
-
Instance use heap buffers by default
- AbstractByteBufAllocator(boolean) - Constructor for class io.netty.buffer.AbstractByteBufAllocator
-
Create new instance
- AbstractChannel - Class in io.netty.channel
-
A skeletal
Channelimplementation. - AbstractChannel(Channel) - Constructor for class io.netty.channel.AbstractChannel
-
Creates a new instance.
- AbstractChannel(Channel, ChannelId) - Constructor for class io.netty.channel.AbstractChannel
-
Creates a new instance.
- AbstractChannel.AbstractUnsafe - Class in io.netty.channel
-
Channel.Unsafeimplementation which sub-classes must extend and use. - AbstractChannelPoolHandler - Class in io.netty.channel.pool
-
A skeletal
ChannelPoolHandlerimplementation. - AbstractChannelPoolHandler() - Constructor for class io.netty.channel.pool.AbstractChannelPoolHandler
- AbstractChannelPoolMap<K,P extends ChannelPool> - Class in io.netty.channel.pool
-
A skeletal
ChannelPoolMapimplementation. - AbstractChannelPoolMap() - Constructor for class io.netty.channel.pool.AbstractChannelPoolMap
- AbstractCoalescingBufferQueue - Class in io.netty.channel
- AbstractCoalescingBufferQueue(Channel, int) - Constructor for class io.netty.channel.AbstractCoalescingBufferQueue
-
Create a new instance.
- AbstractConstant<T extends AbstractConstant<T>> - Class in io.netty.util
-
Base implementation of
Constant. - AbstractConstant(int, String) - Constructor for class io.netty.util.AbstractConstant
-
Creates a new instance.
- AbstractDerivedByteBuf - Class in io.netty.buffer
-
Deprecated.Do not use.
- AbstractDerivedByteBuf(int) - Constructor for class io.netty.buffer.AbstractDerivedByteBuf
-
Deprecated.
- AbstractDiskHttpData - Class in io.netty.handler.codec.http.multipart
-
Abstract Disk HttpData implementation
- AbstractDiskHttpData(String, Charset, long) - Constructor for class io.netty.handler.codec.http.multipart.AbstractDiskHttpData
- AbstractDnsMessage - Class in io.netty.handler.codec.dns
-
A skeletal implementation of
DnsMessage. - AbstractDnsMessage(int) - Constructor for class io.netty.handler.codec.dns.AbstractDnsMessage
-
Creates a new instance with the specified
idandDnsOpCode.QUERYopCode. - AbstractDnsMessage(int, DnsOpCode) - Constructor for class io.netty.handler.codec.dns.AbstractDnsMessage
-
Creates a new instance with the specified
idandopCode. - AbstractDnsOptPseudoRrRecord - Class in io.netty.handler.codec.dns
-
An OPT RR record.
- AbstractDnsOptPseudoRrRecord(int) - Constructor for class io.netty.handler.codec.dns.AbstractDnsOptPseudoRrRecord
- AbstractDnsOptPseudoRrRecord(int, int, int) - Constructor for class io.netty.handler.codec.dns.AbstractDnsOptPseudoRrRecord
- AbstractDnsRecord - Class in io.netty.handler.codec.dns
-
A skeletal implementation of
DnsRecord. - AbstractDnsRecord(String, DnsRecordType, int, long) - Constructor for class io.netty.handler.codec.dns.AbstractDnsRecord
-
Creates a new record.
- AbstractDnsRecord(String, DnsRecordType, long) - Constructor for class io.netty.handler.codec.dns.AbstractDnsRecord
-
Creates a new
IN-classrecord. - AbstractEpollServerChannel - Class in io.netty.channel.epoll
- AbstractEpollServerChannel(int) - Constructor for class io.netty.channel.epoll.AbstractEpollServerChannel
- AbstractEpollServerChannel(LinuxSocket) - Constructor for class io.netty.channel.epoll.AbstractEpollServerChannel
- AbstractEpollServerChannel(LinuxSocket, boolean) - Constructor for class io.netty.channel.epoll.AbstractEpollServerChannel
- AbstractEpollStreamChannel - Class in io.netty.channel.epoll
- AbstractEpollStreamChannel(int) - Constructor for class io.netty.channel.epoll.AbstractEpollStreamChannel
- AbstractEpollStreamChannel(Channel, int) - Constructor for class io.netty.channel.epoll.AbstractEpollStreamChannel
- AbstractEpollStreamChannel(Channel, LinuxSocket, SocketAddress) - Constructor for class io.netty.channel.epoll.AbstractEpollStreamChannel
- AbstractEpollStreamChannel(LinuxSocket, boolean) - Constructor for class io.netty.channel.epoll.AbstractEpollStreamChannel
- AbstractEpollStreamChannel.SpliceInTask - Class in io.netty.channel.epoll
- AbstractEventExecutor - Class in io.netty.util.concurrent
-
Abstract base class for
EventExecutorimplementations. - AbstractEventExecutor() - Constructor for class io.netty.util.concurrent.AbstractEventExecutor
- AbstractEventExecutor(EventExecutorGroup) - Constructor for class io.netty.util.concurrent.AbstractEventExecutor
- AbstractEventExecutor.LazyRunnable - Interface in io.netty.util.concurrent
-
Deprecated.override
SingleThreadEventExecutor.wakesUpForTask(java.lang.Runnable)to re-create this behaviour - AbstractEventExecutorGroup - Class in io.netty.util.concurrent
-
Abstract base class for
EventExecutorGroupimplementations. - AbstractEventExecutorGroup() - Constructor for class io.netty.util.concurrent.AbstractEventExecutorGroup
- AbstractEventLoop - Class in io.netty.channel
-
Skeletal implementation of
EventLoop. - AbstractEventLoop() - Constructor for class io.netty.channel.AbstractEventLoop
- AbstractEventLoop(EventLoopGroup) - Constructor for class io.netty.channel.AbstractEventLoop
- AbstractEventLoopGroup - Class in io.netty.channel
-
Skeletal implementation of
EventLoopGroup. - AbstractEventLoopGroup() - Constructor for class io.netty.channel.AbstractEventLoopGroup
- AbstractFuture<V> - Class in io.netty.util.concurrent
-
Abstract
Futureimplementation which does not allow for cancellation. - AbstractFuture() - Constructor for class io.netty.util.concurrent.AbstractFuture
- AbstractHttp2ConnectionHandlerBuilder<T extends Http2ConnectionHandler,B extends AbstractHttp2ConnectionHandlerBuilder<T,B>> - Class in io.netty.handler.codec.http2
-
Abstract base class which defines commonly used features required to build
Http2ConnectionHandlerinstances. - AbstractHttp2ConnectionHandlerBuilder() - Constructor for class io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
- AbstractHttp2StreamFrame - Class in io.netty.handler.codec.http2
-
Abstract implementation of
Http2StreamFrame. - AbstractHttp2StreamFrame() - Constructor for class io.netty.handler.codec.http2.AbstractHttp2StreamFrame
- AbstractHttpData - Class in io.netty.handler.codec.http.multipart
-
Abstract HttpData implementation
- AbstractHttpData(String, Charset, long) - Constructor for class io.netty.handler.codec.http.multipart.AbstractHttpData
- AbstractInboundHttp2ToHttpAdapterBuilder<T extends InboundHttp2ToHttpAdapter,B extends AbstractInboundHttp2ToHttpAdapterBuilder<T,B>> - Class in io.netty.handler.codec.http2
-
A skeletal builder implementation of
InboundHttp2ToHttpAdapterand its subtypes. - AbstractInboundHttp2ToHttpAdapterBuilder(Http2Connection) - Constructor for class io.netty.handler.codec.http2.AbstractInboundHttp2ToHttpAdapterBuilder
-
Creates a new
InboundHttp2ToHttpAdapterbuilder for the specifiedHttp2Connection. - AbstractInternalLogger - Class in io.netty.util.internal.logging
-
A skeletal implementation of
InternalLogger. - AbstractInternalLogger(String) - Constructor for class io.netty.util.internal.logging.AbstractInternalLogger
-
Creates a new instance.
- AbstractIoUringBufferRingAllocator - Class in io.netty.channel.uring
-
Base class for
IoUringBufferRingAllocatorimplementations which support large allocations. - AbstractIoUringBufferRingAllocator(ByteBufAllocator, boolean) - Constructor for class io.netty.channel.uring.AbstractIoUringBufferRingAllocator
-
Creates new instance.
- AbstractKQueueServerChannel - Class in io.netty.channel.kqueue
- AbstractKQueueStreamChannel - Class in io.netty.channel.kqueue
- AbstractMemcacheObject - Class in io.netty.handler.codec.memcache
-
The default
MemcacheObjectimplementation. - AbstractMemcacheObject() - Constructor for class io.netty.handler.codec.memcache.AbstractMemcacheObject
- AbstractMemcacheObjectAggregator<H extends MemcacheMessage> - Class in io.netty.handler.codec.memcache
-
A
ChannelHandlerthat aggregates anMemcacheMessageand its followingMemcacheContents into a singleMemcacheMessagewith no followingMemcacheContents. - AbstractMemcacheObjectAggregator(int) - Constructor for class io.netty.handler.codec.memcache.AbstractMemcacheObjectAggregator
- AbstractMemcacheObjectDecoder - Class in io.netty.handler.codec.memcache
-
Abstract super class for both ascii and binary decoders.
- AbstractMemcacheObjectDecoder() - Constructor for class io.netty.handler.codec.memcache.AbstractMemcacheObjectDecoder
- AbstractMemcacheObjectEncoder<M extends MemcacheMessage> - Class in io.netty.handler.codec.memcache
-
A general purpose
AbstractMemcacheObjectEncoderthat encodesMemcacheMessages. - AbstractMemcacheObjectEncoder() - Constructor for class io.netty.handler.codec.memcache.AbstractMemcacheObjectEncoder
- AbstractMemoryHttpData - Class in io.netty.handler.codec.http.multipart
-
Abstract Memory HttpData implementation
- AbstractMemoryHttpData(String, Charset, long) - Constructor for class io.netty.handler.codec.http.multipart.AbstractMemoryHttpData
- AbstractMultiSearchProcessorFactory - Class in io.netty.buffer.search
-
Base class for precomputed factories that create
MultiSearchProcessors. - AbstractMultiSearchProcessorFactory() - Constructor for class io.netty.buffer.search.AbstractMultiSearchProcessorFactory
- AbstractNioByteChannel - Class in io.netty.channel.nio
-
AbstractNioChannelbase class forChannels that operate on bytes. - AbstractNioByteChannel(Channel, SelectableChannel) - Constructor for class io.netty.channel.nio.AbstractNioByteChannel
-
Create a new instance
- AbstractNioByteChannel.NioByteUnsafe - Class in io.netty.channel.nio
- AbstractNioChannel - Class in io.netty.channel.nio
-
Abstract base class for
Channelimplementations which use a Selector based approach. - AbstractNioChannel(Channel, SelectableChannel, int) - Constructor for class io.netty.channel.nio.AbstractNioChannel
-
Create a new instance
- AbstractNioChannel(Channel, SelectableChannel, NioIoOps) - Constructor for class io.netty.channel.nio.AbstractNioChannel
- AbstractNioChannel.AbstractNioUnsafe - Class in io.netty.channel.nio
- AbstractNioChannel.NioUnsafe - Interface in io.netty.channel.nio
-
Special
Channel.Unsafesub-type which allows to access the underlyingSelectableChannel - AbstractNioMessageChannel - Class in io.netty.channel.nio
-
AbstractNioChannelbase class forChannels that operate on messages. - AbstractNioMessageChannel(Channel, SelectableChannel, int) - Constructor for class io.netty.channel.nio.AbstractNioMessageChannel
- AbstractNioMessageChannel(Channel, SelectableChannel, NioIoOps) - Constructor for class io.netty.channel.nio.AbstractNioMessageChannel
- AbstractNioUnsafe() - Constructor for class io.netty.channel.nio.AbstractNioChannel.AbstractNioUnsafe
- AbstractOioByteChannel - Class in io.netty.channel.oio
-
Deprecated.use NIO / EPOLL / KQUEUE transport.
- AbstractOioByteChannel(Channel) - Constructor for class io.netty.channel.oio.AbstractOioByteChannel
-
Deprecated.
- AbstractOioChannel - Class in io.netty.channel.oio
-
Deprecated.use NIO / EPOLL / KQUEUE transport.
- AbstractOioChannel(Channel) - Constructor for class io.netty.channel.oio.AbstractOioChannel
-
Deprecated.
- AbstractOioMessageChannel - Class in io.netty.channel.oio
-
Deprecated.use NIO / EPOLL / KQUEUE transport.
- AbstractOioMessageChannel(Channel) - Constructor for class io.netty.channel.oio.AbstractOioMessageChannel
-
Deprecated.
- AbstractReferenceCounted - Class in io.netty.util
-
Abstract base class for classes wants to implement
ReferenceCounted. - AbstractReferenceCounted() - Constructor for class io.netty.util.AbstractReferenceCounted
- AbstractReferenceCountedByteBuf - Class in io.netty.buffer
-
Abstract base class for
ByteBufimplementations that count references. - AbstractReferenceCountedByteBuf(int) - Constructor for class io.netty.buffer.AbstractReferenceCountedByteBuf
- AbstractRemoteAddressFilter<T extends java.net.SocketAddress> - Class in io.netty.handler.ipfilter
-
This class provides the functionality to either accept or reject new
Channels based on their IP address. - AbstractRemoteAddressFilter() - Constructor for class io.netty.handler.ipfilter.AbstractRemoteAddressFilter
- AbstractScheduledEventExecutor - Class in io.netty.util.concurrent
-
Abstract base class for
EventExecutors that want to support scheduling. - AbstractScheduledEventExecutor() - Constructor for class io.netty.util.concurrent.AbstractScheduledEventExecutor
- AbstractScheduledEventExecutor(EventExecutorGroup) - Constructor for class io.netty.util.concurrent.AbstractScheduledEventExecutor
- AbstractSearchProcessorFactory - Class in io.netty.buffer.search
-
Base class for precomputed factories that create
SearchProcessors. - AbstractSearchProcessorFactory() - Constructor for class io.netty.buffer.search.AbstractSearchProcessorFactory
- AbstractServerChannel - Class in io.netty.channel
-
A skeletal server-side
Channelimplementation. - AbstractServerChannel() - Constructor for class io.netty.channel.AbstractServerChannel
-
Creates a new instance.
- AbstractSniHandler<T> - Class in io.netty.handler.ssl
-
Enables SNI (Server Name Indication) extension for server side SSL.
- AbstractSniHandler() - Constructor for class io.netty.handler.ssl.AbstractSniHandler
- AbstractSniHandler(int, long) - Constructor for class io.netty.handler.ssl.AbstractSniHandler
- AbstractSniHandler(long) - Constructor for class io.netty.handler.ssl.AbstractSniHandler
- AbstractSocks4Message - Class in io.netty.handler.codec.socksx.v4
-
An abstract
Socks4Message. - AbstractSocks4Message() - Constructor for class io.netty.handler.codec.socksx.v4.AbstractSocks4Message
- AbstractSocks5Message - Class in io.netty.handler.codec.socksx.v5
-
An abstract
Socks5Message. - AbstractSocks5Message() - Constructor for class io.netty.handler.codec.socksx.v5.AbstractSocks5Message
- AbstractSocksMessage - Class in io.netty.handler.codec.socksx
-
An abstract
SocksMessage. - AbstractSocksMessage() - Constructor for class io.netty.handler.codec.socksx.AbstractSocksMessage
- AbstractStringRedisMessage - Class in io.netty.handler.codec.redis
-
Abstract class for Simple Strings or Errors.
- AbstractTrafficShapingHandler - Class in io.netty.handler.traffic
-
AbstractTrafficShapingHandler allows to limit the global bandwidth (see
GlobalTrafficShapingHandler) or per session bandwidth (seeChannelTrafficShapingHandler), as traffic shaping. - AbstractTrafficShapingHandler() - Constructor for class io.netty.handler.traffic.AbstractTrafficShapingHandler
- AbstractTrafficShapingHandler(long) - Constructor for class io.netty.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.netty.handler.traffic.AbstractTrafficShapingHandler
- AbstractTrafficShapingHandler(long, long, long) - Constructor for class io.netty.handler.traffic.AbstractTrafficShapingHandler
-
Constructor using default max time as delay allowed value of 15000L ms.
- AbstractTrafficShapingHandler(long, long, long, long) - Constructor for class io.netty.handler.traffic.AbstractTrafficShapingHandler
- AbstractUnsafe() - Constructor for class io.netty.channel.AbstractChannel.AbstractUnsafe
- accelerationFactor() - Method in class io.netty.handler.traffic.GlobalChannelTrafficShapingHandler
- accept() - Method in class io.netty.handler.ssl.OpenSslSessionStats
-
Returns the number of started SSL/TLS handshakes in server mode.
- accept(byte[]) - Method in class io.netty.channel.unix.Socket
- accept(ChannelHandlerContext, InetSocketAddress) - Method in class io.netty.handler.ipfilter.IpSubnetFilter
- accept(ChannelHandlerContext, InetSocketAddress) - Method in class io.netty.handler.ipfilter.RuleBasedIpFilter
- accept(ChannelHandlerContext, InetSocketAddress) - Method in class io.netty.handler.ipfilter.UniqueIpFilter
- accept(ChannelHandlerContext, T) - Method in class io.netty.handler.ipfilter.AbstractRemoteAddressFilter
-
This method is called immediately after a
Channelgets registered. - accept(ServerSocketChannel) - Static method in class io.netty.util.internal.SocketUtils
- accept(SecretKey, SSLSession) - Method in class io.netty.handler.ssl.SslMasterKeyHandler
-
Consume the master key for the session and the sessionId
- ACCEPT - io.netty.handler.ipfilter.IpFilterRuleType
- ACCEPT - io.netty.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.netty.channel.nio.NioIoOps
-
Interested in IO events that should be handled by accepting new connections
- ACCEPT - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
-
"accept" - ACCEPT - Static variable in class io.netty.handler.codec.http.HttpHeaders.Names
-
Deprecated.
"Accept" - ACCEPT - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderNames
-
"accept" - ACCEPT - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Names
-
Deprecated.
"Accept" - ACCEPT_CHARSET - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
-
"accept-charset" - ACCEPT_CHARSET - Static variable in class io.netty.handler.codec.http.HttpHeaders.Names
-
Deprecated.
"Accept-Charset" - ACCEPT_ENCODING - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
-
"accept-encoding" - ACCEPT_ENCODING - Static variable in class io.netty.handler.codec.http.HttpHeaders.Names
-
Deprecated.
"Accept-Encoding" - ACCEPT_ENCODING - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderNames
-
"accept-encoding" - ACCEPT_ENCODING - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Names
-
Deprecated.
"Accept-Encoding" - ACCEPT_LANGUAGE - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
-
"accept-language" - ACCEPT_LANGUAGE - Static variable in class io.netty.handler.codec.http.HttpHeaders.Names
-
Deprecated.
"Accept-Language" - ACCEPT_LANGUAGE - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderNames
-
"accept-language" - ACCEPT_LANGUAGE - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Names
-
Deprecated.
"Accept-Language" - ACCEPT_PATCH - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
-
"accept-patch" - ACCEPT_PATCH - Static variable in class io.netty.handler.codec.http.HttpHeaders.Names
-
Deprecated.
"Accept-Patch" - ACCEPT_RANGES - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
-
"accept-ranges" - ACCEPT_RANGES - Static variable in class io.netty.handler.codec.http.HttpHeaders.Names
-
Deprecated.
"Accept-Ranges" - ACCEPT_VERSION - Static variable in interface io.netty.handler.codec.stomp.StompHeaders
- ACCEPTED - Static variable in class io.netty.handler.codec.http.HttpResponseStatus
-
202 Accepted
- acceptEvent(Object) - Method in class io.netty.channel.SimpleUserEventChannelHandler
-
Returns
trueif the given user event should be handled. - AcceptFilter - Class in io.netty.channel.kqueue
- AcceptFilter(String, String) - Constructor for class io.netty.channel.kqueue.AcceptFilter
- acceptGood() - Method in class io.netty.handler.ssl.OpenSslSessionStats
-
Returns the number of successfully established SSL/TLS sessions in server mode.
- acceptInboundMessage(SctpMessage) - Method in class io.netty.handler.codec.sctp.SctpInboundByteStreamHandler
- acceptInboundMessage(Object) - Method in class io.netty.channel.SimpleChannelInboundHandler
-
Returns
trueif the given message should be handled. - acceptInboundMessage(Object) - Method in class io.netty.handler.codec.DatagramPacketDecoder
- acceptInboundMessage(Object) - Method in class io.netty.handler.codec.http2.Http2StreamFrameToHttpObjectCodec
- acceptInboundMessage(Object) - Method in class io.netty.handler.codec.MessageAggregator
- acceptInboundMessage(Object) - Method in class io.netty.handler.codec.MessageToMessageCodec
-
Returns
trueif and only if the specified message can be decoded by this codec. - acceptInboundMessage(Object) - Method in class io.netty.handler.codec.MessageToMessageDecoder
-
Returns
trueif the given message should be handled. - acceptInboundMessage(Object) - Method in class io.netty.handler.codec.sctp.SctpInboundByteStreamHandler
- acceptInboundMessage(Object) - Method in class io.netty.handler.codec.sctp.SctpMessageToMessageDecoder
- acceptInboundMessage(Object) - Method in class io.netty.handler.codec.spdy.SpdyHttpResponseStreamIdHandler
- acceptMessage(HttpRequest) - Method in class io.netty.handler.codec.http.HttpServerExpectContinueHandler
-
Produces a
HttpResponseforHttpRequests which define an expectation. - acceptOutboundMessage(Object) - Method in class io.netty.handler.codec.ByteToMessageCodec
-
Returns
trueif and only if the specified message can be encoded by this codec. - acceptOutboundMessage(Object) - Method in class io.netty.handler.codec.DatagramPacketEncoder
- acceptOutboundMessage(Object) - Method in class io.netty.handler.codec.http.HttpContentEncoder
- acceptOutboundMessage(Object) - Method in class io.netty.handler.codec.http.HttpObjectEncoder
- acceptOutboundMessage(Object) - Method in class io.netty.handler.codec.http.HttpRequestEncoder
- acceptOutboundMessage(Object) - Method in class io.netty.handler.codec.http.HttpResponseEncoder
- acceptOutboundMessage(Object) - Method in class io.netty.handler.codec.memcache.AbstractMemcacheObjectEncoder
- acceptOutboundMessage(Object) - Method in class io.netty.handler.codec.MessageToByteEncoder
-
Returns
trueif the given message should be handled. - acceptOutboundMessage(Object) - Method in class io.netty.handler.codec.MessageToMessageCodec
-
Returns
trueif and only if the specified message can be encoded by this codec. - acceptOutboundMessage(Object) - Method in class io.netty.handler.codec.MessageToMessageEncoder
-
Returns
trueif the given message should be handled. - acceptOutboundMessage(Object) - Method in class io.netty.handler.codec.rtsp.RtspEncoder
- acceptOutboundMessage(Object) - Method in class io.netty.handler.codec.rtsp.RtspObjectEncoder
-
Deprecated.
- acceptOutboundMessage(Object) - Method in class io.netty.handler.codec.smtp.SmtpRequestEncoder
- acceptRenegotiate() - Method in class io.netty.handler.ssl.OpenSslSessionStats
-
Returns the number of start renegotiations in server mode.
- ACCESS_CONTROL_ALLOW_CREDENTIALS - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
-
"access-control-allow-credentials" - ACCESS_CONTROL_ALLOW_CREDENTIALS - Static variable in class io.netty.handler.codec.http.HttpHeaders.Names
-
Deprecated.
"Access-Control-Allow-Credentials" - ACCESS_CONTROL_ALLOW_HEADERS - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
-
"access-control-allow-headers" - ACCESS_CONTROL_ALLOW_HEADERS - Static variable in class io.netty.handler.codec.http.HttpHeaders.Names
-
Deprecated.
"Access-Control-Allow-Headers" - ACCESS_CONTROL_ALLOW_METHODS - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
-
"access-control-allow-methods" - ACCESS_CONTROL_ALLOW_METHODS - Static variable in class io.netty.handler.codec.http.HttpHeaders.Names
-
Deprecated.
"Access-Control-Allow-Methods" - ACCESS_CONTROL_ALLOW_ORIGIN - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
-
"access-control-allow-origin" - ACCESS_CONTROL_ALLOW_ORIGIN - Static variable in class io.netty.handler.codec.http.HttpHeaders.Names
-
Deprecated.
"Access-Control-Allow-Origin" - ACCESS_CONTROL_ALLOW_PRIVATE_NETWORK - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
-
"access-control-allow-origin" - ACCESS_CONTROL_EXPOSE_HEADERS - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
-
"access-control-expose-headers" - ACCESS_CONTROL_EXPOSE_HEADERS - Static variable in class io.netty.handler.codec.http.HttpHeaders.Names
-
Deprecated.
"Access-Control-Expose-Headers" - ACCESS_CONTROL_MAX_AGE - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
-
"access-control-max-age" - ACCESS_CONTROL_MAX_AGE - Static variable in class io.netty.handler.codec.http.HttpHeaders.Names
-
Deprecated.
"Access-Control-Max-Age" - ACCESS_CONTROL_REQUEST_HEADERS - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
-
"access-control-request-headers" - ACCESS_CONTROL_REQUEST_HEADERS - Static variable in class io.netty.handler.codec.http.HttpHeaders.Names
-
Deprecated.
"Access-Control-Request-Headers" - ACCESS_CONTROL_REQUEST_METHOD - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
-
"access-control-request-method" - ACCESS_CONTROL_REQUEST_METHOD - Static variable in class io.netty.handler.codec.http.HttpHeaders.Names
-
Deprecated.
"Access-Control-Request-Method" - ACCESS_CONTROL_REQUEST_PRIVATE_NETWORK - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
-
"access-control-request-private-network" - ack() - Method in class io.netty.handler.codec.http2.DefaultHttp2PingFrame
- ack() - Method in class io.netty.handler.codec.http2.Http2Flags
-
Determines whether the flag is set indicating that this frame is an ACK.
- ack() - Method in interface io.netty.handler.codec.http2.Http2PingFrame
-
When
true, indicates that this ping is a ping response. - ack(boolean) - Method in class io.netty.handler.codec.http2.Http2Flags
-
Sets the
Http2Flags.ACKflag. - ACK - io.netty.handler.codec.stomp.StompCommand
- ACK - Static variable in class io.netty.handler.codec.http2.Http2Flags
- ACK - Static variable in interface io.netty.handler.codec.stomp.StompHeaders
- ackDelayExponent() - Method in interface io.netty.handler.codec.quic.QuicTransportParameters
-
The ACK delay exponent
- ackDelayExponent(long) - Method in class io.netty.handler.codec.quic.QuicCodecBuilder
- ackEachInsert() - Static method in interface io.netty.handler.codec.http3.QpackDecoderStateSyncStrategy
-
Returns a
QpackDecoderStateSyncStrategythat will acknowledge each entry added viaQpackDecoderStateSyncStrategy.entryAdded(int)unless a priorQpackDecoderStateSyncStrategy.sectionAcknowledged(int)call has implicitly acknowledged the addition. - acquire() - Method in interface io.netty.channel.pool.ChannelPool
-
Acquire a
Channelfrom thisChannelPool. - acquire() - Method in class io.netty.channel.pool.SimpleChannelPool
- acquire(Promise<Channel>) - Method in interface io.netty.channel.pool.ChannelPool
-
Acquire a
Channelfrom thisChannelPool. - acquire(Promise<Channel>) - Method in class io.netty.channel.pool.FixedChannelPool
- acquire(Promise<Channel>) - Method in class io.netty.channel.pool.SimpleChannelPool
- acquiredChannelCount() - Method in class io.netty.channel.pool.FixedChannelPool
-
Returns the number of acquired channels that this pool thinks it has.
- activate(InputStream, OutputStream) - Method in class io.netty.channel.oio.OioByteStreamChannel
-
Deprecated.Activate this instance.
- active() - Method in interface io.netty.handler.codec.quic.QuicConnectionPathStats
- ACTIVE - Static variable in interface io.netty.channel.pool.ChannelHealthChecker
- activeConnectionIdLimit(long) - Method in class io.netty.handler.codec.quic.QuicCodecBuilder
-
Allows to configure the
active connect id limitthat should be used. - activeConnIdLimit() - Method in interface io.netty.handler.codec.quic.QuicTransportParameters
-
The active connection ID limit.
- activeExecutorCount() - Method in interface io.netty.util.concurrent.EventExecutorChooserFactory.ObservableEventExecutorChooser
-
Returns the current number of active
EventExecutors. - activeExecutorCount() - Method in class io.netty.util.concurrent.MultithreadEventExecutorGroup
-
Returns the number of currently active threads if the group is using an
EventExecutorChooserFactory.ObservableEventExecutorChooser. - activeMigration(boolean) - Method in class io.netty.handler.codec.quic.QuicCodecBuilder
- actualReadableBytes() - Method in class io.netty.handler.codec.ByteToMessageDecoder
-
Returns the actual number of readable bytes in the internal cumulative buffer of this decoder.
- actualSubprotocol() - Method in class io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker
-
Returns the subprotocol response sent by the server.
- AdaptiveByteBufAllocator - Class in io.netty.buffer
-
An auto-tuning pooling
ByteBufAllocator, that follows an anti-generational hypothesis. - AdaptiveByteBufAllocator() - Constructor for class io.netty.buffer.AdaptiveByteBufAllocator
- AdaptiveByteBufAllocator(boolean) - Constructor for class io.netty.buffer.AdaptiveByteBufAllocator
- AdaptiveByteBufAllocator(boolean, boolean) - Constructor for class io.netty.buffer.AdaptiveByteBufAllocator
- AdaptiveCalculator - Class in io.netty.util.internal
-
Calculate sizes in a adaptive way.
- AdaptiveCalculator(int, int, int) - Constructor for class io.netty.util.internal.AdaptiveCalculator
- AdaptiveRecvByteBufAllocator - Class in io.netty.channel
-
The
RecvByteBufAllocatorthat automatically increases and decreases the predicted buffer size on feed back. - AdaptiveRecvByteBufAllocator() - Constructor for class io.netty.channel.AdaptiveRecvByteBufAllocator
-
Creates a new predictor with the default parameters.
- AdaptiveRecvByteBufAllocator(int, int, int) - Constructor for class io.netty.channel.AdaptiveRecvByteBufAllocator
-
Creates a new predictor with the specified parameters.
- add(int, Object) - Method in class io.netty.util.internal.RecyclableArrayList
- add(long) - Method in interface io.netty.util.internal.LongCounter
- add(E) - Method in class io.netty.util.internal.ConcurrentSet
-
Deprecated.
- add(ByteBuf) - Method in class io.netty.channel.AbstractCoalescingBufferQueue
-
Add a buffer to the end of the queue.
- add(ByteBuf) - Method in class io.netty.channel.unix.IovArray
-
Deprecated.
- add(ByteBuf, int, int) - Method in class io.netty.channel.unix.IovArray
- add(ByteBuf, ChannelFutureListener) - Method in class io.netty.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(ByteBuf, ChannelPromise) - Method in class io.netty.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.netty.channel.group.DefaultChannelGroup
- add(ChannelPromise, int) - Method in class io.netty.channel.ChannelFlushPromiseNotifier
-
Deprecated.
- add(ChannelPromise, long) - Method in class io.netty.channel.ChannelFlushPromiseNotifier
-
Add a
ChannelPromiseto thisChannelFlushPromiseNotifierwhich will be notified after the givenpendingDataSizewas reached. - add(Headers<? extends CharSequence, ? extends CharSequence, ?>) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
- add(Headers<? extends K, ? extends V, ?>) - Method in class io.netty.handler.codec.DefaultHeaders
- add(Headers<? extends K, ? extends V, ?>) - Method in class io.netty.handler.codec.EmptyHeaders
- add(Headers<? extends K, ? extends V, ?>) - Method in interface io.netty.handler.codec.Headers
-
Adds all header names and values of
headersto this object. - add(HttpHeaders) - Method in class io.netty.handler.codec.http.DefaultHttpHeaders
- add(HttpHeaders) - Method in class io.netty.handler.codec.http.HttpHeaders
-
Adds all header entries of the specified
headers. - add(Http2Exception.StreamException) - Method in exception io.netty.handler.codec.http2.Http2Exception.CompositeStreamException
- add(MqttProperties.MqttProperty) - Method in class io.netty.handler.codec.mqtt.MqttProperties
- add(MqttProperties.StringPair) - Method in class io.netty.handler.codec.mqtt.MqttProperties.UserProperties
- add(Future) - Method in class io.netty.util.concurrent.PromiseCombiner
-
Adds a new future to be combined.
- add(Promise) - Method in class io.netty.util.concurrent.PromiseCombiner
-
Deprecated.Replaced by
PromiseCombiner.add(Future). - add(Promise<V>...) - Method in class io.netty.util.concurrent.PromiseAggregator
-
Deprecated.Add the given
Promises to the aggregator. - add(CharSequence, CharSequence) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
- add(CharSequence, CharSequence...) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
- add(CharSequence, Iterable<?>) - Method in class io.netty.handler.codec.http.DefaultHttpHeaders
- add(CharSequence, Iterable<?>) - Method in class io.netty.handler.codec.http.HttpHeaders
-
Adds a new header with the specified name and values.
- add(CharSequence, Iterable<? extends CharSequence>) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
- add(CharSequence, Object) - Method in class io.netty.handler.codec.http.DefaultHttpHeaders
- add(CharSequence, Object) - Method in class io.netty.handler.codec.http.HttpHeaders
-
Adds a new header with the specified name and value.
- add(Object) - Method in class io.netty.util.internal.RecyclableArrayList
- add(Object, ChannelPromise) - Method in class io.netty.channel.PendingWriteQueue
-
Add the given
msgandChannelPromise. - add(String, Iterable<?>) - Method in class io.netty.handler.codec.http.DefaultHttpHeaders
- add(String, Iterable<?>) - Method in class io.netty.handler.codec.http.EmptyHttpHeaders
- add(String, Iterable<?>) - Method in class io.netty.handler.codec.http.HttpHeaders
- add(String, Iterable<?>) - Method in class io.netty.handler.codec.http.ReadOnlyHttpHeaders
- add(String, Object) - Method in class io.netty.handler.codec.http.DefaultHttpHeaders
- add(String, Object) - Method in class io.netty.handler.codec.http.EmptyHttpHeaders
- add(String, Object) - Method in class io.netty.handler.codec.http.HttpHeaders
- add(String, Object) - Method in class io.netty.handler.codec.http.ReadOnlyHttpHeaders
- add(String, String) - Method in class io.netty.handler.codec.mqtt.MqttProperties.UserProperties
- add(String, V) - Method in class io.netty.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.netty.util.DomainNameMapping
-
Deprecated.use
DomainNameMappingBuilderto create and fill the mapping instead - add(String, V) - Method in class io.netty.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.netty.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.netty.handler.codec.DefaultHeaders
- add(K, Iterable<? extends V>) - Method in class io.netty.handler.codec.EmptyHeaders
- add(K, Iterable<? extends V>) - Method in interface io.netty.handler.codec.Headers
-
Adds new headers with the specified
nameandvalues. - add(K, V) - Method in class io.netty.handler.codec.DefaultHeaders
- add(K, V) - Method in class io.netty.handler.codec.EmptyHeaders
- add(K, V) - Method in interface io.netty.handler.codec.Headers
-
Adds a new header with the specified
nameandvalue. - add(K, V...) - Method in class io.netty.handler.codec.DefaultHeaders
- add(K, V...) - Method in class io.netty.handler.codec.EmptyHeaders
- add(K, V...) - Method in interface io.netty.handler.codec.Headers
-
Adds new headers with the specified
nameandvalues. - add(T) - Method in class io.netty.util.internal.EmptyPriorityQueue
- ADD - Static variable in class io.netty.handler.codec.memcache.binary.BinaryMemcacheOpcodes
- addAfter(EventExecutorGroup, String, String, ChannelHandler) - Method in interface io.netty.channel.ChannelPipeline
-
Deprecated.
- addAfter(EventExecutorGroup, String, String, ChannelHandler) - Method in class io.netty.channel.DefaultChannelPipeline
- addAfter(String, String, ChannelHandler) - Method in interface io.netty.channel.ChannelPipeline
-
Inserts a
ChannelHandlerafter an existing handler of this pipeline. - addAfter(String, String, ChannelHandler) - Method in class io.netty.channel.DefaultChannelPipeline
- addAlgorithm(OpenSslCertificateCompressionAlgorithm, OpenSslCertificateCompressionConfig.AlgorithmMode) - Method in class io.netty.handler.ssl.OpenSslCertificateCompressionConfig.Builder
-
Adds a certificate compression algorithm.
- addAll(int, Collection<?>) - Method in class io.netty.util.internal.RecyclableArrayList
- addAll(Future...) - Method in class io.netty.util.concurrent.PromiseCombiner
-
Adds new futures to be combined.
- addAll(Promise...) - Method in class io.netty.util.concurrent.PromiseCombiner
-
Deprecated.Replaced by
PromiseCombiner.addAll(Future[]) - addAll(Collection<?>) - Method in class io.netty.util.internal.RecyclableArrayList
- addAll(Collection<? extends T>) - Method in class io.netty.util.internal.EmptyPriorityQueue
- addAndSubmit(NioIoOps) - Method in class io.netty.channel.nio.AbstractNioChannel
- addBefore(EventExecutorGroup, String, String, ChannelHandler) - Method in interface io.netty.channel.ChannelPipeline
-
Deprecated.
- addBefore(EventExecutorGroup, String, String, ChannelHandler) - Method in class io.netty.channel.DefaultChannelPipeline
- addBefore(String, String, ChannelHandler) - Method in interface io.netty.channel.ChannelPipeline
-
Inserts a
ChannelHandlerbefore an existing handler of this pipeline. - addBefore(String, String, ChannelHandler) - Method in class io.netty.channel.DefaultChannelPipeline
- addBodyAttribute(String, String) - Method in class io.netty.handler.codec.http.multipart.HttpPostRequestEncoder
-
Add a simple attribute in the body as Name=Value
- addBodyFileUpload(String, File, String, boolean) - Method in class io.netty.handler.codec.http.multipart.HttpPostRequestEncoder
-
Add a file as a FileUpload
- addBodyFileUpload(String, String, File, String, boolean) - Method in class io.netty.handler.codec.http.multipart.HttpPostRequestEncoder
-
Add a file as a FileUpload
- addBodyFileUploads(String, File[], String[], boolean[]) - Method in class io.netty.handler.codec.http.multipart.HttpPostRequestEncoder
-
Add a series of Files associated with one File parameter
- addBodyHttpData(InterfaceHttpData) - Method in class io.netty.handler.codec.http.multipart.HttpPostRequestEncoder
-
Add the InterfaceHttpData to the Body list
- addBoolean(CharSequence, boolean) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
- addBoolean(K, boolean) - Method in class io.netty.handler.codec.DefaultHeaders
- addBoolean(K, boolean) - Method in class io.netty.handler.codec.EmptyHeaders
- addBoolean(K, boolean) - Method in interface io.netty.handler.codec.Headers
-
Adds a new header.
- addByte(CharSequence, byte) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
- addByte(K, byte) - Method in class io.netty.handler.codec.DefaultHeaders
- addByte(K, byte) - Method in class io.netty.handler.codec.EmptyHeaders
- addByte(K, byte) - Method in interface io.netty.handler.codec.Headers
-
Adds a new header.
- addChar(CharSequence, char) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
- addChar(K, char) - Method in class io.netty.handler.codec.DefaultHeaders
- addChar(K, char) - Method in class io.netty.handler.codec.EmptyHeaders
- addChar(K, char) - Method in interface io.netty.handler.codec.Headers
-
Adds a new header.
- addCodec(ChannelHandlerContext) - Method in class io.netty.handler.proxy.HttpProxyHandler
- addCodec(ChannelHandlerContext) - Method in class io.netty.handler.proxy.ProxyHandler
-
Adds the codec handlers required to communicate with the proxy server.
- addCodec(ChannelHandlerContext) - Method in class io.netty.handler.proxy.Socks4ProxyHandler
- addCodec(ChannelHandlerContext) - Method in class io.netty.handler.proxy.Socks5ProxyHandler
- addComponent(boolean, int, ByteBuf) - Method in class io.netty.buffer.CompositeByteBuf
-
Add the given
ByteBufon the specific index and increase thewriterIndexifincreaseWriterIndexistrue. - addComponent(boolean, ByteBuf) - Method in class io.netty.buffer.CompositeByteBuf
- addComponent(int, ByteBuf) - Method in class io.netty.buffer.CompositeByteBuf
-
Add the given
ByteBufon the specific index. - addComponent(ByteBuf) - Method in class io.netty.buffer.CompositeByteBuf
-
Add the given
ByteBuf. - addComponents(boolean, ByteBuf...) - Method in class io.netty.buffer.CompositeByteBuf
- addComponents(boolean, Iterable<ByteBuf>) - Method in class io.netty.buffer.CompositeByteBuf
- addComponents(int, ByteBuf...) - Method in class io.netty.buffer.CompositeByteBuf
-
Add the given
ByteBufs on the specific index - addComponents(int, Iterable<ByteBuf>) - Method in class io.netty.buffer.CompositeByteBuf
-
Add the given
ByteBufs on the specific index Be aware that this method does not increase thewriterIndexof theCompositeByteBuf. - addComponents(ByteBuf...) - Method in class io.netty.buffer.CompositeByteBuf
-
Add the given
ByteBufs. - addComponents(Iterable<ByteBuf>) - Method in class io.netty.buffer.CompositeByteBuf
-
Add the given
ByteBufs. - addContent(ByteBuf, boolean) - Method in class io.netty.handler.codec.http.multipart.AbstractDiskHttpData
- addContent(ByteBuf, boolean) - Method in class io.netty.handler.codec.http.multipart.AbstractMemoryHttpData
- addContent(ByteBuf, boolean) - Method in class io.netty.handler.codec.http.multipart.DiskAttribute
- addContent(ByteBuf, boolean) - Method in interface io.netty.handler.codec.http.multipart.HttpData
-
Add the content from the ChannelBuffer
- addContent(ByteBuf, boolean) - Method in class io.netty.handler.codec.http.multipart.MemoryAttribute
- addCrlDistributionPoint(URI) - Method in class io.netty.pkitesting.CertificateBuilder
-
Add a URI distribution point for a certificate revocation list.
- addCrlDistributionPoint(URI, X500Principal) - Method in class io.netty.pkitesting.CertificateBuilder
-
Add a URI distribution point for a certificate revocation list.
- addDateHeader(HttpMessage, CharSequence, Date) - Static method in class io.netty.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.netty.handler.codec.http.HttpHeaders
-
Deprecated.Use
HttpHeaders.add(CharSequence, Object)instead. - addDouble(CharSequence, double) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
- addDouble(K, double) - Method in class io.netty.handler.codec.DefaultHeaders
- addDouble(K, double) - Method in class io.netty.handler.codec.EmptyHeaders
- addDouble(K, double) - Method in interface io.netty.handler.codec.Headers
-
Adds a new header.
- addExclusions(Class, String...) - Static method in class io.netty.util.ResourceLeakDetector
- addExtendedKeyUsage(CertificateBuilder.ExtendedKeyUsage) - Method in class io.netty.pkitesting.CertificateBuilder
-
Add the given
CertificateBuilder.ExtendedKeyUsageto the list of extended key usages. - addExtendedKeyUsage(String) - Method in class io.netty.pkitesting.CertificateBuilder
-
Add the given OID to the list of extended key usages.
- addExtendedKeyUsageClientAuth() - Method in class io.netty.pkitesting.CertificateBuilder
-
Add client-authentication to the list of extended key usages.
- addExtendedKeyUsageCodeSigning() - Method in class io.netty.pkitesting.CertificateBuilder
-
Add code signing to the list of extended key usages.
- addExtendedKeyUsageEmailProtection() - Method in class io.netty.pkitesting.CertificateBuilder
-
Add email protection to the list of extended key usages.
- addExtendedKeyUsageKerberosClientAuth() - Method in class io.netty.pkitesting.CertificateBuilder
-
Add Kerberos client authentication to the list of extended key usages.
- addExtendedKeyUsageMicrosoftSmartcardLogin() - Method in class io.netty.pkitesting.CertificateBuilder
-
Add Microsoft smartcard login to the list of extended key usages.
- addExtendedKeyUsageOcspSigning() - Method in class io.netty.pkitesting.CertificateBuilder
-
Add OCSP signing to the list of extended key usages.
- addExtendedKeyUsageServerAuth() - Method in class io.netty.pkitesting.CertificateBuilder
-
Add server-authentication to the list of extended key usages.
- addExtendedKeyUsageTimeStamping() - Method in class io.netty.pkitesting.CertificateBuilder
-
Add time-stamping to the list of extended key usages.
- addExtensionAsciiString(String, boolean, String) - Method in class io.netty.pkitesting.CertificateBuilder
-
Add a custom DER-encoded ASN.1 IA5String (an ASCII string) extension to the certificate, with the given OID, criticality, and string value.
- addExtensionOctetString(String, boolean, byte[]) - Method in class io.netty.pkitesting.CertificateBuilder
-
Add a custom extension to the certificate, with the given OID, criticality flag, and DER-encoded contents.
- addExtensionUtf8String(String, boolean, String) - Method in class io.netty.pkitesting.CertificateBuilder
-
Add a custom DER-encoded ASN.1 UTF-8 string extension to the certificate, with the given OID, criticality, and string value.
- addFirst(ByteBuf, ChannelPromise) - Method in class io.netty.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.netty.channel.DefaultChannelPipeline
- addFirst(ChannelHandler...) - Method in interface io.netty.channel.ChannelPipeline
-
Inserts
ChannelHandlers at the first position of this pipeline. - addFirst(ChannelHandler...) - Method in class io.netty.channel.DefaultChannelPipeline
- addFirst(EventExecutorGroup, ChannelHandler...) - Method in interface io.netty.channel.ChannelPipeline
-
Deprecated.
- addFirst(EventExecutorGroup, ChannelHandler...) - Method in class io.netty.channel.DefaultChannelPipeline
- addFirst(EventExecutorGroup, String, ChannelHandler) - Method in interface io.netty.channel.ChannelPipeline
-
Deprecated.
- addFirst(EventExecutorGroup, String, ChannelHandler) - Method in class io.netty.channel.DefaultChannelPipeline
- addFirst(String, ChannelHandler) - Method in interface io.netty.channel.ChannelPipeline
-
Inserts a
ChannelHandlerat the first position of this pipeline. - addFirst(String, ChannelHandler) - Method in class io.netty.channel.DefaultChannelPipeline
- addFlattenedComponents(boolean, ByteBuf) - Method in class io.netty.buffer.CompositeByteBuf
- addFloat(CharSequence, float) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
- addFloat(K, float) - Method in class io.netty.handler.codec.DefaultHeaders
- addFloat(K, float) - Method in class io.netty.handler.codec.EmptyHeaders
- addFloat(K, float) - Method in interface io.netty.handler.codec.Headers
-
Adds a new header.
- addFlowControlled(Http2Stream, Http2RemoteFlowController.FlowControlled) - Method in class io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController
- addFlowControlled(Http2Stream, Http2RemoteFlowController.FlowControlled) - Method in interface io.netty.handler.codec.http2.Http2RemoteFlowController
-
Queues a payload for transmission to the remote endpoint.
- addFlush() - Method in class io.netty.channel.ChannelOutboundBuffer
-
Add a flush to this
ChannelOutboundBuffer. - addGrantedQos(MqttQoS) - Method in class io.netty.handler.codec.mqtt.MqttMessageBuilders.SubAckBuilder
- addGrantedQoses(MqttQoS...) - Method in class io.netty.handler.codec.mqtt.MqttMessageBuilders.SubAckBuilder
- addHeader(HttpMessage, CharSequence, Object) - Static method in class io.netty.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 aStringbyObject.toString(), except forDateandCalendarwhich are formatted to the date format defined in RFC2616. - addHeader(HttpMessage, String, Object) - Static method in class io.netty.handler.codec.http.HttpHeaders
-
Deprecated.Use
HttpHeaders.add(CharSequence, Object)instead. - addHttp2ToHttpHeaders(int, Http2Headers, FullHttpMessage, boolean) - Static method in class io.netty.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.netty.handler.codec.http2.HttpConversionUtil
-
Translate and add HTTP/2 headers to HTTP/1.x headers.
- addHttpData(InterfaceHttpData) - Method in class io.netty.handler.codec.http.multipart.HttpPostMultipartRequestDecoder
-
Utility function to add a new decoded data
- addHttpData(InterfaceHttpData) - Method in class io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder
-
Utility function to add a new decoded data
- addImpl(Headers<? extends K, ? extends V, ?>) - Method in class io.netty.handler.codec.DefaultHeaders
- addInt(CharSequence, int) - Method in class io.netty.handler.codec.http.DefaultHttpHeaders
- addInt(CharSequence, int) - Method in class io.netty.handler.codec.http.EmptyHttpHeaders
- addInt(CharSequence, int) - Method in class io.netty.handler.codec.http.HttpHeaders
-
Add the
nametovalue. - addInt(CharSequence, int) - Method in class io.netty.handler.codec.http.ReadOnlyHttpHeaders
- addInt(CharSequence, int) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
- addInt(K, int) - Method in class io.netty.handler.codec.DefaultHeaders
- addInt(K, int) - Method in class io.netty.handler.codec.EmptyHeaders
- addInt(K, int) - Method in interface io.netty.handler.codec.Headers
-
Adds a new header.
- addIntHeader(HttpMessage, CharSequence, int) - Static method in class io.netty.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.netty.handler.codec.http.HttpHeaders
-
Deprecated.Use
HttpHeaders.add(CharSequence, Iterable)instead. - ADDITIONAL - io.netty.handler.codec.dns.DnsSection
-
The section that contains the additional
DnsRecords. - addLast(ChannelHandler) - Method in class io.netty.channel.DefaultChannelPipeline
- addLast(ChannelHandler...) - Method in interface io.netty.channel.ChannelPipeline
-
Inserts
ChannelHandlers at the last position of this pipeline. - addLast(ChannelHandler...) - Method in class io.netty.channel.DefaultChannelPipeline
- addLast(EventExecutorGroup, ChannelHandler...) - Method in interface io.netty.channel.ChannelPipeline
-
Deprecated.
- addLast(EventExecutorGroup, ChannelHandler...) - Method in class io.netty.channel.DefaultChannelPipeline
- addLast(EventExecutorGroup, String, ChannelHandler) - Method in interface io.netty.channel.ChannelPipeline
-
Deprecated.
- addLast(EventExecutorGroup, String, ChannelHandler) - Method in class io.netty.channel.DefaultChannelPipeline
- addLast(String, ChannelHandler) - Method in interface io.netty.channel.ChannelPipeline
-
Appends a
ChannelHandlerat the last position of this pipeline. - addLast(String, ChannelHandler) - Method in class io.netty.channel.DefaultChannelPipeline
- addListener(Http2Connection.Listener) - Method in class io.netty.handler.codec.http2.DefaultHttp2Connection
- addListener(Http2Connection.Listener) - Method in interface io.netty.handler.codec.http2.Http2Connection
-
Adds a listener of stream life-cycle events.
- addListener(GenericFutureListener<? extends Future<? super Void>>) - Method in interface io.netty.channel.ChannelFuture
- addListener(GenericFutureListener<? extends Future<? super Void>>) - Method in interface io.netty.channel.ChannelProgressiveFuture
- addListener(GenericFutureListener<? extends Future<? super Void>>) - Method in interface io.netty.channel.ChannelProgressivePromise
- addListener(GenericFutureListener<? extends Future<? super Void>>) - Method in interface io.netty.channel.ChannelPromise
- addListener(GenericFutureListener<? extends Future<? super Void>>) - Method in class io.netty.channel.DefaultChannelProgressivePromise
- addListener(GenericFutureListener<? extends Future<? super Void>>) - Method in class io.netty.channel.DefaultChannelPromise
- addListener(GenericFutureListener<? extends Future<? super Void>>) - Method in class io.netty.channel.DelegatingChannelPromiseNotifier
- addListener(GenericFutureListener<? extends Future<? super Void>>) - Method in interface io.netty.channel.group.ChannelGroupFuture
- addListener(GenericFutureListener<? extends Future<? super Void>>) - Method in class io.netty.channel.VoidChannelPromise
- addListener(GenericFutureListener<? extends Future<? super V>>) - Method in class io.netty.util.concurrent.CompleteFuture
- addListener(GenericFutureListener<? extends Future<? super V>>) - Method in class io.netty.util.concurrent.DefaultProgressivePromise
- addListener(GenericFutureListener<? extends Future<? super V>>) - Method in class io.netty.util.concurrent.DefaultPromise
- addListener(GenericFutureListener<? extends Future<? super V>>) - Method in interface io.netty.util.concurrent.Future
-
Adds the specified listener to this future.
- addListener(GenericFutureListener<? extends Future<? super V>>) - Method in interface io.netty.util.concurrent.ProgressiveFuture
- addListener(GenericFutureListener<? extends Future<? super V>>) - Method in interface io.netty.util.concurrent.ProgressivePromise
- addListener(GenericFutureListener<? extends Future<? super V>>) - Method in interface io.netty.util.concurrent.Promise
- addListeners(GenericFutureListener<? extends Future<? super Void>>...) - Method in interface io.netty.channel.ChannelFuture
- addListeners(GenericFutureListener<? extends Future<? super Void>>...) - Method in interface io.netty.channel.ChannelProgressiveFuture
- addListeners(GenericFutureListener<? extends Future<? super Void>>...) - Method in interface io.netty.channel.ChannelProgressivePromise
- addListeners(GenericFutureListener<? extends Future<? super Void>>...) - Method in interface io.netty.channel.ChannelPromise
- addListeners(GenericFutureListener<? extends Future<? super Void>>...) - Method in class io.netty.channel.DefaultChannelProgressivePromise
- addListeners(GenericFutureListener<? extends Future<? super Void>>...) - Method in class io.netty.channel.DefaultChannelPromise
- addListeners(GenericFutureListener<? extends Future<? super Void>>...) - Method in class io.netty.channel.DelegatingChannelPromiseNotifier
- addListeners(GenericFutureListener<? extends Future<? super Void>>...) - Method in interface io.netty.channel.group.ChannelGroupFuture
- addListeners(GenericFutureListener<? extends Future<? super Void>>...) - Method in class io.netty.channel.VoidChannelPromise
- addListeners(GenericFutureListener<? extends Future<? super V>>...) - Method in class io.netty.util.concurrent.CompleteFuture
- addListeners(GenericFutureListener<? extends Future<? super V>>...) - Method in class io.netty.util.concurrent.DefaultProgressivePromise
- addListeners(GenericFutureListener<? extends Future<? super V>>...) - Method in class io.netty.util.concurrent.DefaultPromise
- addListeners(GenericFutureListener<? extends Future<? super V>>...) - Method in interface io.netty.util.concurrent.Future
-
Adds the specified listeners to this future.
- addListeners(GenericFutureListener<? extends Future<? super V>>...) - Method in interface io.netty.util.concurrent.ProgressiveFuture
- addListeners(GenericFutureListener<? extends Future<? super V>>...) - Method in interface io.netty.util.concurrent.ProgressivePromise
- addListeners(GenericFutureListener<? extends Future<? super V>>...) - Method in interface io.netty.util.concurrent.Promise
- addLong(CharSequence, long) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
- addLong(K, long) - Method in class io.netty.handler.codec.DefaultHeaders
- addLong(K, long) - Method in class io.netty.handler.codec.EmptyHeaders
- addLong(K, long) - Method in interface io.netty.handler.codec.Headers
-
Adds a new header.
- addMessage(Object, int, ChannelPromise) - Method in class io.netty.channel.ChannelOutboundBuffer
-
Add given message to this
ChannelOutboundBuffer. - addObject(CharSequence, Iterable<?>) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
- addObject(CharSequence, Object) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
- addObject(CharSequence, Object...) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
- addObject(K, Iterable<?>) - Method in class io.netty.handler.codec.DefaultHeaders
- addObject(K, Iterable<?>) - Method in class io.netty.handler.codec.EmptyHeaders
- addObject(K, Iterable<?>) - Method in interface io.netty.handler.codec.Headers
-
Adds a new header with the specified name and values.
- addObject(K, Object) - Method in class io.netty.handler.codec.DefaultHeaders
- addObject(K, Object) - Method in class io.netty.handler.codec.EmptyHeaders
- addObject(K, Object) - Method in interface io.netty.handler.codec.Headers
-
Adds a new header.
- addObject(K, Object...) - Method in class io.netty.handler.codec.DefaultHeaders
- addObject(K, Object...) - Method in class io.netty.handler.codec.EmptyHeaders
- addObject(K, Object...) - Method in interface io.netty.handler.codec.Headers
-
Adds a new header with the specified name and values.
- addParam(String, String) - Method in class io.netty.handler.codec.http.QueryStringEncoder
-
Adds a parameter with the specified name and value to this encoder.
- ADDQ - Static variable in class io.netty.handler.codec.memcache.binary.BinaryMemcacheOpcodes
- addReasonCode(short) - Method in class io.netty.handler.codec.mqtt.MqttMessageBuilders.UnsubAckBuilder
- addReasonCodes(Short...) - Method in class io.netty.handler.codec.mqtt.MqttMessageBuilders.UnsubAckBuilder
- addRecord(DnsSection, int, DnsRecord) - Method in class io.netty.handler.codec.dns.AbstractDnsMessage
- addRecord(DnsSection, int, DnsRecord) - Method in class io.netty.handler.codec.dns.DatagramDnsQuery
- addRecord(DnsSection, int, DnsRecord) - Method in class io.netty.handler.codec.dns.DatagramDnsResponse
- addRecord(DnsSection, int, DnsRecord) - Method in class io.netty.handler.codec.dns.DefaultDnsQuery
- addRecord(DnsSection, int, DnsRecord) - Method in class io.netty.handler.codec.dns.DefaultDnsResponse
- addRecord(DnsSection, int, DnsRecord) - Method in interface io.netty.handler.codec.dns.DnsMessage
-
Adds the specified
recordat the specifiedindexof the specifiedsectionof this DNS message. - addRecord(DnsSection, int, DnsRecord) - Method in interface io.netty.handler.codec.dns.DnsQuery
- addRecord(DnsSection, int, DnsRecord) - Method in interface io.netty.handler.codec.dns.DnsResponse
- addRecord(DnsSection, DnsRecord) - Method in class io.netty.handler.codec.dns.AbstractDnsMessage
- addRecord(DnsSection, DnsRecord) - Method in class io.netty.handler.codec.dns.DatagramDnsQuery
- addRecord(DnsSection, DnsRecord) - Method in class io.netty.handler.codec.dns.DatagramDnsResponse
- addRecord(DnsSection, DnsRecord) - Method in class io.netty.handler.codec.dns.DefaultDnsQuery
- addRecord(DnsSection, DnsRecord) - Method in class io.netty.handler.codec.dns.DefaultDnsResponse
- addRecord(DnsSection, DnsRecord) - Method in interface io.netty.handler.codec.dns.DnsMessage
-
Adds the specified
recordat the end of the specifiedsectionof this DNS message. - addRecord(DnsSection, DnsRecord) - Method in interface io.netty.handler.codec.dns.DnsQuery
- addRecord(DnsSection, DnsRecord) - Method in interface io.netty.handler.codec.dns.DnsResponse
- address() - Method in class io.netty.channel.unix.NativeInetAddress
- address() - Method in class io.netty.handler.codec.dns.DefaultDnsOptEcsRecord
- address() - Method in interface io.netty.handler.codec.dns.DnsOptEcsRecord
-
Returns the bytes of the
InetAddressto use. - address() - Method in interface io.netty.resolver.dns.DnsCacheEntry
-
Get the resolved address.
- address(byte[], int, int) - Static method in class io.netty.channel.unix.NativeInetAddress
- address(String, ResolvedAddressTypes) - Method in class io.netty.resolver.DefaultHostsFileEntriesResolver
- address(String, ResolvedAddressTypes) - Method in interface io.netty.resolver.HostsFileEntriesResolver
-
Resolve the address of a hostname against the entries in a hosts file, depending on some address types.
- ADDRESS_NOT_SUPPORTED - io.netty.handler.codec.socks.SocksCmdStatus
- ADDRESS_UNSUPPORTED - Static variable in class io.netty.handler.codec.socksx.v5.Socks5CommandStatus
- addressByName(String) - Static method in class io.netty.util.internal.SocketUtils
- AddressedEnvelope<M,A extends java.net.SocketAddress> - Interface in io.netty.channel
-
A message that wraps another message with a sender address and a recipient address.
- addressEncoder() - Method in class io.netty.handler.codec.socksx.v5.Socks5ClientEncoder
-
Returns the
Socks5AddressEncoderof this encoder. - addressEncoder() - Method in class io.netty.handler.codec.socksx.v5.Socks5ServerEncoder
-
Returns the
Socks5AddressEncoderof this encoder. - addresses(String, ResolvedAddressTypes) - Method in class io.netty.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.netty.util.internal.SocketUtils
- addressFamily() - Method in enum io.netty.handler.codec.haproxy.HAProxyProxiedProtocol
-
Returns the
HAProxyProxiedProtocol.AddressFamilyof this protocol and address family. - addressNumber() - Method in enum io.netty.channel.socket.InternetProtocolFamily
-
Deprecated.Returns the address number of the family.
- AddressResolver<T extends java.net.SocketAddress> - Interface in io.netty.resolver
-
Resolves a possibility unresolved
SocketAddress. - AddressResolverGroup<T extends java.net.SocketAddress> - Class in io.netty.resolver
-
Creates and manages
NameResolvers so that eachEventExecutorhas its own resolver instance. - AddressResolverGroup() - Constructor for class io.netty.resolver.AddressResolverGroup
- addressSize() - Static method in class io.netty.channel.unix.Buffer
-
Returns the size of a pointer.
- addressSize() - Static method in class io.netty.util.internal.PlatformDependent
-
Return the address size of the OS. 4 (for 32 bits systems ) and 8 (for 64 bits systems).
- addressType() - Method in enum io.netty.channel.socket.InternetProtocolFamily
-
Deprecated.Returns the address type of this protocol family.
- addressType() - Method in class io.netty.handler.codec.socks.SocksCmdRequest
-
Returns the
SocksAddressTypeof thisSocksCmdRequest - addressType() - Method in class io.netty.handler.codec.socks.SocksCmdResponse
-
Returns the
SocksAddressTypeof thisSocksCmdResponse - addSanDirectoryName(String) - Method in class io.netty.pkitesting.CertificateBuilder
-
Add a Directory Name to the Subject Alternative Names.
- addSanDnsName(String) - Method in class io.netty.pkitesting.CertificateBuilder
-
Add a DNS name to the Subject Alternate Names.
- addSanIpAddress(String) - Method in class io.netty.pkitesting.CertificateBuilder
-
Add an IP address to the Subject Alternative Names.
- addSanIpAddress(InetAddress) - Method in class io.netty.pkitesting.CertificateBuilder
-
Add an IP address to the Subject Alternative Names.
- addSanOtherName(String, byte[]) - Method in class io.netty.pkitesting.CertificateBuilder
-
Add an Other Name to the Subject Alternative Names, of the given OID type, and with the given encoded value.
- addSanRegisteredId(String) - Method in class io.netty.pkitesting.CertificateBuilder
-
Add a registeredID to the Subject Alternative Names.
- addSanRfc822Name(String) - Method in class io.netty.pkitesting.CertificateBuilder
-
Add an RFC 822 name to the Subject Alternative Names.
- addSanUriName(String) - Method in class io.netty.pkitesting.CertificateBuilder
-
Add a URI name to the Subject Alternative Names.
- addSanUriName(URI) - Method in class io.netty.pkitesting.CertificateBuilder
-
Add a URI name to the Subject Alternative Names.
- addShort(CharSequence, short) - Method in class io.netty.handler.codec.http.DefaultHttpHeaders
- addShort(CharSequence, short) - Method in class io.netty.handler.codec.http.EmptyHttpHeaders
- addShort(CharSequence, short) - Method in class io.netty.handler.codec.http.HttpHeaders
-
Add the
nametovalue. - addShort(CharSequence, short) - Method in class io.netty.handler.codec.http.ReadOnlyHttpHeaders
- addShort(CharSequence, short) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
- addShort(K, short) - Method in class io.netty.handler.codec.DefaultHeaders
- addShort(K, short) - Method in class io.netty.handler.codec.EmptyHeaders
- addShort(K, short) - Method in interface io.netty.handler.codec.Headers
-
Adds a new header.
- addShutdownHook(Runnable) - Method in class io.netty.util.concurrent.SingleThreadEventExecutor
-
Add a
Runnablewhich will be executed on shutdown of this instance - addSubscription(MqttQoS, String) - Method in class io.netty.handler.codec.mqtt.MqttMessageBuilders.SubscribeBuilder
- addSubscription(String, MqttSubscriptionOption) - Method in class io.netty.handler.codec.mqtt.MqttMessageBuilders.SubscribeBuilder
- addSuppressed(Throwable, Throwable) - Static method in class io.netty.util.internal.ThrowableUtil
- addSuppressed(Throwable, List<Throwable>) - Static method in class io.netty.util.internal.ThrowableUtil
- addSuppressedAndClear(Throwable, List<Throwable>) - Static method in class io.netty.util.internal.ThrowableUtil
- addTask(Runnable) - Method in class io.netty.util.concurrent.SingleThreadEventExecutor
-
Add a task to the task queue, or throws a
RejectedExecutionExceptionif this instance was shutdown before. - addTimeMillis(CharSequence, long) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
- addTimeMillis(K, long) - Method in class io.netty.handler.codec.DefaultHeaders
- addTimeMillis(K, long) - Method in class io.netty.handler.codec.EmptyHeaders
- addTimeMillis(K, long) - Method in interface io.netty.handler.codec.Headers
-
Adds a new header.
- addTopicFilter(String) - Method in class io.netty.handler.codec.mqtt.MqttMessageBuilders.UnsubscribeBuilder
- adjustMarkers(int) - Method in class io.netty.buffer.AbstractByteBuf
- ADMINISTRATIVE_ACTION - io.netty.handler.codec.mqtt.MqttReasonCodes.Disconnect
- advance(long, TimeUnit) - Method in interface io.netty.util.concurrent.MockTicker
-
Advances the current
Ticker.nanoTime()by the given amount of time. - ADVANCED - io.netty.util.ResourceLeakDetector.Level
-
Enables advanced sampling resource leak detection which reports where the leaked object was accessed recently at the cost of high overhead.
- advanceMillis(long) - Method in interface io.netty.util.concurrent.MockTicker
-
Advances the current
Ticker.nanoTime()by the given amount of time. - advanceTimeBy(long, TimeUnit) - Method in class io.netty.channel.embedded.EmbeddedChannel
-
Advance the clock of the event loop of this channel by the given duration.
- advmss() - Method in class io.netty.channel.epoll.EpollTcpInfo
- advmss() - Method in class io.netty.channel.uring.IoUringTcpInfo
- AEAD_LIMIT_REACHED - Static variable in class io.netty.handler.codec.quic.QuicTransportError
-
An endpoint has reached the confidentiality or integrity limit for the AEAD algorithm used by the given connection.
- AES_KEY_SIZE - Static variable in class io.netty.handler.codec.quic.SslSessionTicketKey
-
Size of session ticket key AES key
- AES_KEY_SIZE - Static variable in class io.netty.handler.ssl.OpenSslSessionTicketKey
-
Size of session ticket key AES key
- aesKey() - Method in class io.netty.handler.codec.quic.SslSessionTicketKey
-
Get AES Key.
- aesKey() - Method in class io.netty.handler.ssl.OpenSslSessionTicketKey
-
Get AES Key.
- AF_IPv4 - io.netty.handler.codec.haproxy.HAProxyProxiedProtocol.AddressFamily
-
The IPV4 address family represents a connection which was forwarded for an IPV4 client.
- AF_IPv6 - io.netty.handler.codec.haproxy.HAProxyProxiedProtocol.AddressFamily
-
The IPV6 address family represents a connection which was forwarded for an IPV6 client.
- AF_UNIX - io.netty.handler.codec.haproxy.HAProxyProxiedProtocol.AddressFamily
-
The UNIX address family represents a connection which was forwarded for a unix socket.
- AF_UNSPEC - io.netty.handler.codec.haproxy.HAProxyProxiedProtocol.AddressFamily
-
The UNSPECIFIED address family represents a connection which was forwarded for an unknown protocol.
- AFSDB - Static variable in class io.netty.handler.codec.dns.DnsRecordType
-
AFS database record RFC 1183 Location of database servers of an AFS cell.
- after - Variable in class io.netty.handler.codec.DefaultHeaders.HeaderEntry
-
Overall insertion order linked list
- after() - Method in class io.netty.handler.codec.DefaultHeaders.HeaderEntry
- afterAll(ExtensionContext) - Method in class io.netty.util.test.LeakPresenceExtension
- afterEach(ExtensionContext) - Method in class io.netty.util.test.LeakPresenceExtension
- afterNumBytes(int) - Static method in interface io.netty.handler.codec.quic.FlushStrategy
-
Implementation that flushes after a number of bytes.
- afterNumPackets(int) - Static method in interface io.netty.handler.codec.quic.FlushStrategy
-
Implementation that flushes after a number of packets.
- afterRunningAllTasks() - Method in class io.netty.channel.SingleThreadEventLoop
- afterRunningAllTasks() - Method in class io.netty.util.concurrent.SingleThreadEventExecutor
-
Invoked before returning from
SingleThreadEventExecutor.runAllTasks()andSingleThreadEventExecutor.runAllTasks(long). - afterScheduledTaskSubmitted(long) - Method in class io.netty.util.concurrent.AbstractScheduledEventExecutor
- AGE - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
-
"age" - AGE - Static variable in class io.netty.handler.codec.http.HttpHeaders.Names
-
Deprecated.
"Age" - aggregate(FullHttpMessage, HttpContent) - Method in class io.netty.handler.codec.http.HttpObjectAggregator
- aggregate(O, C) - Method in class io.netty.handler.codec.MessageAggregator
-
Transfers the information provided by the specified content message to the specified aggregated message.
- AGGREGATE_OPERATION_NOT_ALLOWED - Static variable in class io.netty.handler.codec.rtsp.RtspResponseStatuses
-
459 Aggregate operation not allowed
- AhoCorasicSearchProcessorFactory - Class in io.netty.buffer.search
-
Implements Aho–Corasick string search algorithm.
- AhoCorasicSearchProcessorFactory.Processor - Class in io.netty.buffer.search
- algorithm() - Method in class io.netty.handler.ssl.OpenSslCertificateCompressionConfig.AlgorithmConfig
-
The configured
OpenSslCertificateCompressionAlgorithm. - algorithm(CertificateBuilder.Algorithm) - Method in class io.netty.pkitesting.CertificateBuilder
-
Set the key algorithm to use.
- algorithm(String) - Method in class io.netty.handler.ssl.util.SelfSignedCertificate.Builder
-
Deprecated.Set the key algorithm.
- algorithmId() - Method in interface io.netty.handler.ssl.OpenSslCertificateCompressionAlgorithm
-
Return the ID for the compression algorithm provided for by a given implementation.
- align(long, int) - Static method in class io.netty.util.internal.PlatformDependent
- alignDirectBuffer(ByteBuffer, int) - Static method in class io.netty.util.internal.PlatformDependent
- all() - Static method in class io.netty.channel.group.ChannelMatchers
-
Returns a
ChannelMatcherthat matches allChannels. - ALL_IDLE - io.netty.handler.timeout.IdleState
-
No data was either received or sent for a while.
- ALL_IDLE_STATE_EVENT - Static variable in class io.netty.handler.timeout.IdleStateEvent
- allAddressesByName(String) - Static method in class io.netty.util.internal.SocketUtils
- allLocalAddresses() - Method in class io.netty.channel.sctp.nio.NioSctpChannel
- allLocalAddresses() - Method in class io.netty.channel.sctp.nio.NioSctpServerChannel
- allLocalAddresses() - Method in class io.netty.channel.sctp.oio.OioSctpChannel
-
Deprecated.
- allLocalAddresses() - Method in class io.netty.channel.sctp.oio.OioSctpServerChannel
-
Deprecated.
- allLocalAddresses() - Method in interface io.netty.channel.sctp.SctpChannel
-
Return all local addresses of the SCTP channel.
- allLocalAddresses() - Method in interface io.netty.channel.sctp.SctpServerChannel
-
Return all local addresses of the SCTP server channel.
- alloc() - Method in class io.netty.buffer.ByteBuf
-
Returns the
ByteBufAllocatorwhich created this buffer. - alloc() - Method in class io.netty.buffer.CompositeByteBuf
- alloc() - Method in class io.netty.buffer.DuplicatedByteBuf
-
Deprecated.
- alloc() - Method in class io.netty.buffer.EmptyByteBuf
- alloc() - Method in class io.netty.buffer.ReadOnlyByteBuf
-
Deprecated.
- alloc() - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- alloc() - Method in class io.netty.buffer.UnpooledDirectByteBuf
- alloc() - Method in class io.netty.buffer.UnpooledHeapByteBuf
- alloc() - Method in class io.netty.buffer.WrappedByteBuf
- alloc() - Method in interface io.netty.channel.Channel
-
Return the assigned
ByteBufAllocatorwhich will be used to allocateByteBufs. - alloc() - Method in interface io.netty.channel.ChannelHandlerContext
-
Return the assigned
ByteBufAllocatorwhich will be used to allocateByteBufs. - alloc() - Method in class io.netty.channel.unix.SocketWritableByteChannel
- allocate() - Method in class io.netty.channel.uring.AbstractIoUringBufferRingAllocator
- allocate() - Method in interface io.netty.channel.uring.IoUringBufferRingAllocator
-
Creates a new receive buffer to use by the buffer ring.
- allocate(int) - Method in class io.netty.util.internal.CleanerJava24Linker
- allocate(ByteBufAllocator) - Method in class io.netty.channel.DefaultMaxMessagesRecvByteBufAllocator.MaxMessageHandle
- allocate(ByteBufAllocator) - Method in class io.netty.channel.RecvByteBufAllocator.DelegatingHandle
- allocate(ByteBufAllocator) - Method in interface io.netty.channel.RecvByteBufAllocator.Handle
-
Deprecated.Creates a new receive buffer whose capacity is probably large enough to read all inbound data and small enough not to waste its space.
- allocateArray(int) - Method in class io.netty.buffer.UnpooledHeapByteBuf
- allocateArray(int) - Method in class io.netty.buffer.UnpooledUnsafeHeapByteBuf
- allocateBatch(Consumer<ByteBuf>, int) - Method in class io.netty.channel.uring.AbstractIoUringBufferRingAllocator
- allocateBatch(Consumer<ByteBuf>, int) - Method in interface io.netty.channel.uring.IoUringBufferRingAllocator
-
Fill in
numofByteBufs. - allocateBuffer(ChannelHandlerContext, ByteBuf, boolean) - Method in class io.netty.handler.codec.compression.BrotliEncoder
- allocateBuffer(ChannelHandlerContext, ByteBuf, boolean) - Method in class io.netty.handler.codec.compression.JdkZlibEncoder
- allocateBuffer(ChannelHandlerContext, ByteBuf, boolean) - Method in class io.netty.handler.codec.compression.Lz4FrameEncoder
- allocateBuffer(ChannelHandlerContext, ByteBuf, boolean) - Method in class io.netty.handler.codec.compression.LzmaFrameEncoder
- allocateBuffer(ChannelHandlerContext, ByteBuf, boolean) - Method in class io.netty.handler.codec.compression.ZstdEncoder
- allocateBuffer(ChannelHandlerContext, AddressedEnvelope<DnsQuery, InetSocketAddress>) - Method in class io.netty.handler.codec.dns.DatagramDnsQueryEncoder
-
Allocate a
ByteBufwhich will be used for constructing a datagram packet. - allocateBuffer(ChannelHandlerContext, AddressedEnvelope<DnsResponse, InetSocketAddress>) - Method in class io.netty.handler.codec.dns.DatagramDnsResponseEncoder
-
Allocate a
ByteBufwhich will be used for constructing a datagram packet. - allocateBuffer(ChannelHandlerContext, DnsQuery, boolean) - Method in class io.netty.handler.codec.dns.TcpDnsQueryEncoder
- allocateBuffer(ChannelHandlerContext, I, boolean) - Method in class io.netty.handler.codec.MessageToByteEncoder
-
Allocate a
ByteBufwhich will be used as argument of#encode(ChannelHandlerContext, I, ByteBuf). - allocateDirect(int) - Method in class io.netty.buffer.UnpooledDirectByteBuf
-
Deprecated.Use
UnpooledDirectByteBuf.allocateDirectBuffer(int)instead. - allocateDirect(int) - Static method in class io.netty.util.internal.PlatformDependent
-
Allocate a direct
ByteBufferof the given capacity, and return it alongside its deallocation mechanism. - allocateDirectBuffer(int) - Method in class io.netty.buffer.UnpooledDirectByteBuf
- allocateDirectBufferNoCleaner(int) - Static method in class io.netty.util.internal.PlatformDependent
- allocateDirectBufferWithNativeOrder(int) - Static method in class io.netty.channel.unix.Buffer
-
Returns a new
CleanableDirectBufferwhich has the sameByteOrderas the native order of the machine. - allocateDirectNoCleaner(int) - Static method in class io.netty.util.internal.PlatformDependent
-
Allocate a new
ByteBufferwith the givencapacity. - allocateDirectWithNativeOrder(int) - Static method in class io.netty.channel.unix.Buffer
-
Deprecated.Use
Buffer.allocateDirectBufferWithNativeOrder(int)instead. - allocateMemory(long) - Static method in class io.netty.util.internal.PlatformDependent
- allocateUninitializedArray(int) - Static method in class io.netty.util.internal.PlatformDependent
- allocationQuantum(int) - Method in class io.netty.handler.codec.http2.WeightedFairQueueByteDistributor
-
Sets the amount of bytes that will be allocated to each stream.
- allocator() - Method in class io.netty.channel.uring.IoUringBufferRingConfig
-
Returns the
IoUringBufferRingAllocatorto use to allocateByteBufs. - allocator(IoUringBufferRingAllocator) - Method in class io.netty.channel.uring.IoUringBufferRingConfig.Builder
-
Set the
IoUringBufferRingAllocatorto use to allocateByteBufs. - ALLOCATOR - Static variable in class io.netty.channel.ChannelOption
- AllocatorAwareSslEngineWrapperFactory() - Constructor for class io.netty.handler.ssl.JdkApplicationProtocolNegotiator.AllocatorAwareSslEngineWrapperFactory
-
Deprecated.
- ALLOW - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
-
"allow" - ALLOW - Static variable in class io.netty.handler.codec.http.HttpHeaders.Names
-
Deprecated.
"Allow" - ALLOW - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderNames
-
"allow" - ALLOW - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Names
-
Deprecated.
"Allow" - ALLOW_HALF_CLOSURE - Static variable in class io.netty.channel.ChannelOption
- allowCredentials() - Method in class io.netty.handler.codec.http.cors.CorsConfig.Builder
-
Deprecated.Use
CorsConfigBuilder.allowCredentials()instead. - allowCredentials() - Method in class io.netty.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.netty.handler.codec.http.cors.CorsConfig
-
Returns the allowed set of Request Headers.
- allowedRequestHeaders(CharSequence...) - Method in class io.netty.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.netty.handler.codec.http.cors.CorsConfig.Builder
-
Deprecated.Use
CorsConfigBuilder.allowedRequestHeaders(String...)instead. - allowedRequestHeaders(String...) - Method in class io.netty.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.netty.handler.codec.http.cors.CorsConfig
-
Returns the allowed set of Request Methods.
- allowedRequestMethods(HttpMethod...) - Method in class io.netty.handler.codec.http.cors.CorsConfig.Builder
-
Deprecated.
- allowedRequestMethods(HttpMethod...) - Method in class io.netty.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.netty.handler.codec.http.websocketx.WebSocketClientProtocolConfig
- allowExtensions() - Method in class io.netty.handler.codec.http.websocketx.WebSocketDecoderConfig
- allowExtensions(boolean) - Method in class io.netty.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.netty.handler.codec.http.websocketx.WebSocketDecoderConfig.Builder
- allowExtensions(boolean) - Method in class io.netty.handler.codec.http.websocketx.WebSocketServerProtocolConfig.Builder
- allowMaskMismatch() - Method in class io.netty.handler.codec.http.websocketx.WebSocketClientProtocolConfig
- allowMaskMismatch() - Method in class io.netty.handler.codec.http.websocketx.WebSocketDecoderConfig
- allowMaskMismatch(boolean) - Method in class io.netty.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.netty.handler.codec.http.websocketx.WebSocketDecoderConfig.Builder
- allowMaskMismatch(boolean) - Method in class io.netty.handler.codec.http.websocketx.WebSocketServerProtocolConfig.Builder
- allowMultiShotPollIn() - Method in class io.netty.channel.uring.IoUringDomainSocketChannel
- allowNullOrigin() - Method in class io.netty.handler.codec.http.cors.CorsConfig.Builder
-
Deprecated.Use
CorsConfigBuilder.allowNullOrigin()instead. - allowNullOrigin() - Method in class io.netty.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.netty.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.netty.handler.codec.http2.Http2Connection.Endpoint
-
This is the SETTINGS_ENABLE_PUSH value sent from the opposite endpoint.
- allowPushTo(boolean) - Method in interface io.netty.handler.codec.http2.Http2Connection.Endpoint
-
This is the SETTINGS_ENABLE_PUSH value sent from the opposite endpoint.
- allRemoteAddresses() - Method in class io.netty.channel.sctp.nio.NioSctpChannel
- allRemoteAddresses() - Method in class io.netty.channel.sctp.oio.OioSctpChannel
-
Deprecated.
- allRemoteAddresses() - Method in interface io.netty.channel.sctp.SctpChannel
-
Return all remote addresses of the SCTP server channel.
- ALPN - io.netty.handler.ssl.ApplicationProtocolConfig.Protocol
- ALT_SVC - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
-
"alt-svc" - ALWAYS_SENSITIVE - Static variable in interface io.netty.handler.codec.http2.Http2HeadersEncoder
-
Always return
trueforHttp2HeadersEncoder.SensitivityDetector.isSensitive(CharSequence, CharSequence). - ALWAYS_SKIP - Static variable in interface io.netty.handler.codec.http.websocketx.extensions.WebSocketExtensionFilter
-
A
WebSocketExtensionFilterthat always skip the evaluation of an any given extensionsWebSocketExtension. - ALWAYS_VERIFY - Static variable in interface io.netty.handler.codec.http2.Http2PromisedRequestVerifier
-
A default implementation of
Http2PromisedRequestVerifierwhich always returns positive responses for all verification challenges. - annotateConnectException(Throwable, SocketAddress) - Method in class io.netty.channel.AbstractChannel.AbstractUnsafe
-
Appends the remote address to the message of the exceptions caused by connection attempt failure.
- ANNOUNCE - Static variable in class io.netty.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.netty.handler.codec.dns.DnsSection
-
The section that contains the answer
DnsRecords. - ANY - Static variable in class io.netty.channel.local.LocalAddress
- ANY - Static variable in class io.netty.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.netty.handler.codec.dns.DnsRecordType
-
Address Prefix List record RFC 3123 Specify lists of address ranges, e.g.
- append(char) - Method in class io.netty.util.internal.AppendableCharSequence
- append(CharSequence) - Method in class io.netty.util.internal.AppendableCharSequence
- append(CharSequence, int, int) - Method in class io.netty.util.internal.AppendableCharSequence
- append(Date, StringBuilder) - Static method in class io.netty.handler.codec.DateFormatter
-
Append a
Dateto aStringBuilderinto RFC1123 format - APPEND - Static variable in class io.netty.handler.codec.memcache.binary.BinaryMemcacheOpcodes
- APPEND - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Values
-
Deprecated.
"append" - APPEND - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderValues
-
"append" - AppendableCharSequence - Class in io.netty.util.internal
- AppendableCharSequence(int) - Constructor for class io.netty.util.internal.AppendableCharSequence
- appendHeaders(StringBuilder) - Method in class io.netty.handler.codec.spdy.DefaultSpdyHeadersFrame
- appendPrettyHexDump(StringBuilder, ByteBuf) - Static method in class io.netty.buffer.ByteBufUtil
-
Appends the prettified multi-line hexadecimal dump of the specified
ByteBufto the specifiedStringBuilderthat is easy to read by humans. - appendPrettyHexDump(StringBuilder, ByteBuf, int, int) - Static method in class io.netty.buffer.ByteBufUtil
-
Appends the prettified multi-line hexadecimal dump of the specified
ByteBufto the specifiedStringBuilderthat is easy to read by humans, starting at the givenoffsetusing the givenlength. - APPENDQ - Static variable in class io.netty.handler.codec.memcache.binary.BinaryMemcacheOpcodes
- APPLICATION_ERROR - Static variable in class io.netty.handler.codec.quic.QuicTransportError
-
The application or application protocol caused the connection to be closed.
- APPLICATION_JSON - Static variable in class io.netty.handler.codec.http.HttpHeaders.Values
-
Deprecated.
"application/json" - APPLICATION_JSON - Static variable in class io.netty.handler.codec.http.HttpHeaderValues
-
"application/json" - APPLICATION_OCTET_STREAM - Static variable in class io.netty.handler.codec.http.HttpHeaderValues
-
"application/octet-stream" - APPLICATION_X_WWW_FORM_URLENCODED - Static variable in class io.netty.handler.codec.http.HttpHeaders.Values
-
Deprecated.
"application/x-www-form-urlencoded" - APPLICATION_X_WWW_FORM_URLENCODED - Static variable in class io.netty.handler.codec.http.HttpHeaderValues
-
"application/x-www-form-urlencoded" - APPLICATION_XHTML - Static variable in class io.netty.handler.codec.http.HttpHeaderValues
-
"application/xhtml+xml" - APPLICATION_XML - Static variable in class io.netty.handler.codec.http.HttpHeaderValues
-
"application/xml" - APPLICATION_ZSTD - Static variable in class io.netty.handler.codec.http.HttpHeaderValues
-
"application/zstd" - applicationProtocol() - Method in class io.netty.handler.ssl.SslHandler
-
Returns the name of the current application-level protocol.
- applicationProtocolConfig(ApplicationProtocolConfig) - Method in class io.netty.handler.ssl.SslContextBuilder
-
Application protocol negotiation configuration.
- ApplicationProtocolConfig - Class in io.netty.handler.ssl
-
Provides an
SSLEngineagnostic way to configure aApplicationProtocolNegotiator. - ApplicationProtocolConfig(ApplicationProtocolConfig.Protocol, ApplicationProtocolConfig.SelectorFailureBehavior, ApplicationProtocolConfig.SelectedListenerFailureBehavior, Iterable<String>) - Constructor for class io.netty.handler.ssl.ApplicationProtocolConfig
-
Create a new instance.
- ApplicationProtocolConfig(ApplicationProtocolConfig.Protocol, ApplicationProtocolConfig.SelectorFailureBehavior, ApplicationProtocolConfig.SelectedListenerFailureBehavior, String...) - Constructor for class io.netty.handler.ssl.ApplicationProtocolConfig
-
Create a new instance.
- ApplicationProtocolConfig.Protocol - Enum in io.netty.handler.ssl
-
Defines which application level protocol negotiation to use.
- ApplicationProtocolConfig.SelectedListenerFailureBehavior - Enum in io.netty.handler.ssl
-
Defines the most common behaviors for the peer which is notified of the selected protocol.
- ApplicationProtocolConfig.SelectorFailureBehavior - Enum in io.netty.handler.ssl
-
Defines the most common behaviors for the peer that selects the application protocol.
- ApplicationProtocolNames - Class in io.netty.handler.ssl
-
Provides a set of protocol names used in ALPN and NPN.
- ApplicationProtocolNegotiationHandler - Class in io.netty.handler.ssl
-
Configures a
ChannelPipelinedepending on the application-level protocol negotiation result ofSslHandler. - ApplicationProtocolNegotiationHandler(String) - Constructor for class io.netty.handler.ssl.ApplicationProtocolNegotiationHandler
-
Creates a new instance with the specified fallback protocol name.
- applicationProtocolNegotiator() - Method in class io.netty.handler.ssl.DelegatingSslContext
- applicationProtocolNegotiator() - Method in class io.netty.handler.ssl.JdkSslContext
- applicationProtocolNegotiator() - Method in class io.netty.handler.ssl.ReferenceCountedOpenSslContext
- applicationProtocolNegotiator() - Method in class io.netty.handler.ssl.SslContext
-
Returns the object responsible for negotiating application layer protocols for the TLS NPN/ALPN extensions.
- ApplicationProtocolNegotiator - Interface in io.netty.handler.ssl
-
Deprecated.
- applicationProtocols(String...) - Method in class io.netty.handler.codec.quic.QuicSslContextBuilder
-
Application protocol negotiation configuration.
- apply(ChannelUDT) - Method in class io.netty.channel.udt.DefaultUdtChannelConfig
-
Deprecated.
- apply(ChannelUDT) - Method in class io.netty.channel.udt.DefaultUdtServerChannelConfig
-
Deprecated.
- apply(Runnable, EventExecutor) - Static method in class io.netty.util.internal.ThreadExecutorMap
-
Decorate the given
Runnableand ensureThreadExecutorMap.currentExecutor()will returneventExecutorwhen called from within theRunnableduring execution. - apply(Executor, EventExecutor) - Static method in class io.netty.util.internal.ThreadExecutorMap
-
Decorate the given
Executorand ensureThreadExecutorMap.currentExecutor()will returneventExecutorwhen called from within theRunnableduring execution. - apply(ThreadFactory, EventExecutor) - Static method in class io.netty.util.internal.ThreadExecutorMap
-
Decorate the given
ThreadFactoryand ensureThreadExecutorMap.currentExecutor()will returneventExecutorwhen called from within theRunnableduring execution. - apply(T) - Method in interface io.netty.handler.codec.mqtt.MqttMessageBuilders.PropertiesInitializer
- applyPattern(long, long) - Static method in class io.netty.util.internal.SWARUtil
-
Applies a compiled pattern to given word.
- array() - Method in class io.netty.buffer.ByteBuf
-
Returns the backing byte array of this buffer.
- array() - Method in class io.netty.buffer.CompositeByteBuf
- array() - Method in class io.netty.buffer.DuplicatedByteBuf
-
Deprecated.
- array() - Method in class io.netty.buffer.EmptyByteBuf
- array() - Method in class io.netty.buffer.ReadOnlyByteBuf
-
Deprecated.
- array() - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- array() - Method in class io.netty.buffer.UnpooledDirectByteBuf
- array() - Method in class io.netty.buffer.UnpooledHeapByteBuf
- array() - Method in class io.netty.buffer.WrappedByteBuf
- array() - Method in class io.netty.util.AsciiString
-
This gives direct access to the underlying storage array.
- ARRAY_HEADER - io.netty.handler.codec.redis.RedisMessageType
- arrayChanged() - Method in class io.netty.util.AsciiString
-
During normal use cases the
AsciiStringshould be immutable, but if the underlying array is shared, and changes then this needs to be called. - arrayFormat(String, Object[]) - Static method in class io.netty.util.internal.logging.MessageFormatter
-
Same principle as the
MessageFormatter.format(String, Object)andMessageFormatter.format(String, Object, Object)methods except that any number of arguments can be passed in an array. - ArrayHeaderRedisMessage - Class in io.netty.handler.codec.redis
-
Header of Redis Array Message.
- ArrayHeaderRedisMessage(long) - Constructor for class io.netty.handler.codec.redis.ArrayHeaderRedisMessage
-
Creates a
ArrayHeaderRedisMessagefor the givenlength. - arrayList() - Method in class io.netty.util.internal.InternalThreadLocalMap
- arrayList(int) - Method in class io.netty.util.internal.InternalThreadLocalMap
- arrayOffset() - Method in class io.netty.buffer.ByteBuf
-
Returns the offset of the first byte within the backing byte array of this buffer.
- arrayOffset() - Method in class io.netty.buffer.CompositeByteBuf
- arrayOffset() - Method in class io.netty.buffer.DuplicatedByteBuf
-
Deprecated.
- arrayOffset() - Method in class io.netty.buffer.EmptyByteBuf
- arrayOffset() - Method in class io.netty.buffer.ReadOnlyByteBuf
-
Deprecated.
- arrayOffset() - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- arrayOffset() - Method in class io.netty.buffer.UnpooledDirectByteBuf
- arrayOffset() - Method in class io.netty.buffer.UnpooledHeapByteBuf
- arrayOffset() - Method in class io.netty.buffer.WrappedByteBuf
- arrayOffset() - Method in class io.netty.util.AsciiString
-
The offset into
AsciiString.array()for which data for this ByteString begins. - ArrayRedisMessage - Class in io.netty.handler.codec.redis
-
Arrays of RESP.
- ArrayRedisMessage(List<RedisMessage>) - Constructor for class io.netty.handler.codec.redis.ArrayRedisMessage
-
Creates a
ArrayRedisMessagefor the givencontent. - artifactId() - Method in class io.netty.util.Version
- artifactVersion() - Method in class io.netty.util.Version
- asAddressResolver() - Method in class io.netty.resolver.InetNameResolver
-
Return a
AddressResolverthat will use this name resolver underneath. - asByteBuf() - Method in class io.netty.buffer.ByteBuf
-
A
ByteBufcan turn into itself. - asByteBuf() - Method in interface io.netty.buffer.ByteBufConvertible
-
Turn this object into a
ByteBuf. - AsciiHeadersEncoder - Class in io.netty.handler.codec
- AsciiHeadersEncoder(ByteBuf) - Constructor for class io.netty.handler.codec.AsciiHeadersEncoder
- AsciiHeadersEncoder(ByteBuf, AsciiHeadersEncoder.SeparatorType, AsciiHeadersEncoder.NewlineType) - Constructor for class io.netty.handler.codec.AsciiHeadersEncoder
- AsciiHeadersEncoder.NewlineType - Enum in io.netty.handler.codec
-
The newline characters to insert between header entries.
- AsciiHeadersEncoder.SeparatorType - Enum in io.netty.handler.codec
-
The separator characters to insert between a header name and a header value.
- asciiName() - Method in class io.netty.handler.codec.http.HttpMethod
-
Returns the name of this method.
- AsciiString - Class in io.netty.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.netty.util.AsciiString
-
Initialize this byte string based upon a byte array.
- AsciiString(byte[], boolean) - Constructor for class io.netty.util.AsciiString
-
Initialize this byte string based upon a byte array.
- AsciiString(byte[], int, int, boolean) - Constructor for class io.netty.util.AsciiString
-
Construct a new instance from a
byte[]array. - AsciiString(char[]) - Constructor for class io.netty.util.AsciiString
-
Create a copy of
valueinto this instance assuming ASCII encoding. - AsciiString(char[], int, int) - Constructor for class io.netty.util.AsciiString
-
Create a copy of
valueinto this instance assuming ASCII encoding. - AsciiString(char[], Charset) - Constructor for class io.netty.util.AsciiString
-
Create a copy of
valueinto this instance using the encoding type ofcharset. - AsciiString(char[], Charset, int, int) - Constructor for class io.netty.util.AsciiString
-
Create a copy of
valueinto a this instance using the encoding type ofcharset. - AsciiString(CharSequence) - Constructor for class io.netty.util.AsciiString
-
Create a copy of
valueinto this instance assuming ASCII encoding. - AsciiString(CharSequence, int, int) - Constructor for class io.netty.util.AsciiString
-
Create a copy of
valueinto this instance assuming ASCII encoding. - AsciiString(CharSequence, Charset) - Constructor for class io.netty.util.AsciiString
-
Create a copy of
valueinto this instance using the encoding type ofcharset. - AsciiString(CharSequence, Charset, int, int) - Constructor for class io.netty.util.AsciiString
-
Create a copy of
valueinto this instance using the encoding type ofcharset. - AsciiString(ByteBuffer) - Constructor for class io.netty.util.AsciiString
-
Create a copy of the underlying storage from
value. - AsciiString(ByteBuffer, boolean) - Constructor for class io.netty.util.AsciiString
-
Initialize an instance based upon the underlying storage from
value. - AsciiString(ByteBuffer, int, int, boolean) - Constructor for class io.netty.util.AsciiString
-
Initialize an
AsciiStringbased upon the underlying storage fromvalue. - asLongText() - Method in interface io.netty.channel.ChannelId
-
Returns the long yet globally unique string representation of the
ChannelId. - asLongText() - Method in class io.netty.channel.DefaultChannelId
- asMap() - Method in class io.netty.util.DomainNameMapping
-
Deprecated.Returns a read-only
Mapof the domain mapping patterns and their associated value objects. - asReadOnly() - Method in class io.netty.buffer.AbstractByteBuf
- asReadOnly() - Method in class io.netty.buffer.ByteBuf
-
Returns a read-only version of this buffer.
- asReadOnly() - Method in class io.netty.buffer.EmptyByteBuf
- asReadOnly() - Method in class io.netty.buffer.ReadOnlyByteBuf
-
Deprecated.
- asReadOnly() - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- asReadOnly() - Method in class io.netty.buffer.WrappedByteBuf
- asShortText() - Method in interface io.netty.channel.ChannelId
-
Returns the short but globally non-unique string representation of the
ChannelId. - asShortText() - Method in class io.netty.channel.DefaultChannelId
- ASSIGNED_CLIENT_IDENTIFIER - io.netty.handler.codec.mqtt.MqttProperties.MqttPropertyType
-
Deprecated.
- assignedClientId(String) - Method in class io.netty.handler.codec.mqtt.MqttMessageBuilders.ConnAckPropertiesBuilder
- ASSOCIATED_TO_STREAM_ID - Static variable in class io.netty.handler.codec.spdy.SpdyHttpHeaders.Names
-
"x-spdy-associated-to-stream-id" - associatedStreamId() - Method in class io.netty.handler.codec.spdy.DefaultSpdySynStreamFrame
- associatedStreamId() - Method in interface io.netty.handler.codec.spdy.SpdySynStreamFrame
-
Returns the Associated-To-Stream-ID of this frame.
- association() - Method in class io.netty.channel.sctp.nio.NioSctpChannel
- association() - Method in class io.netty.channel.sctp.oio.OioSctpChannel
-
Deprecated.
- association() - Method in interface io.netty.channel.sctp.SctpChannel
-
Returns the underlying SCTP association.
- ASYNC_PRIVATE_KEY_METHOD - Static variable in class io.netty.handler.ssl.OpenSslContextOption
-
Set the
OpenSslAsyncPrivateKeyMethodto use. - AsyncMapping<IN,OUT> - Interface in io.netty.util
- AT_LEAST_ONCE - io.netty.handler.codec.mqtt.MqttQoS
- AT_MOST_ONCE - io.netty.handler.codec.mqtt.MqttQoS
- ato() - Method in class io.netty.channel.epoll.EpollTcpInfo
- ato() - Method in class io.netty.channel.uring.IoUringTcpInfo
- Atomic - io.netty.util.internal.ReferenceCountUpdater.UpdaterType
- AtomicReferenceCountUpdater<T extends ReferenceCounted> - Class in io.netty.util.internal
- AtomicReferenceCountUpdater() - Constructor for class io.netty.util.internal.AtomicReferenceCountUpdater
- attachment() - Method in interface io.netty.channel.IoRegistration
-
Implementation specific attachment, which might be
null. - ATTACHMENT - Static variable in class io.netty.handler.codec.http.HttpHeaderValues
-
"attachment"SeeHttpHeaderNames.CONTENT_DISPOSITION - attemptedBytesRead() - Method in class io.netty.channel.DefaultMaxMessagesRecvByteBufAllocator.MaxMessageHandle
- attemptedBytesRead() - Method in class io.netty.channel.RecvByteBufAllocator.DelegatingHandle
- attemptedBytesRead() - Method in interface io.netty.channel.RecvByteBufAllocator.Handle
-
Deprecated.Get how many bytes the read operation will (or did) attempt to read.
- attemptedBytesRead(int) - Method in class io.netty.channel.DefaultMaxMessagesRecvByteBufAllocator.MaxMessageHandle
- attemptedBytesRead(int) - Method in class io.netty.channel.RecvByteBufAllocator.DelegatingHandle
- attemptedBytesRead(int) - Method in interface io.netty.channel.RecvByteBufAllocator.Handle
-
Deprecated.Set how many bytes the read operation will (or did) attempt to read.
- attr(AttributeKey<T>) - Method in interface io.netty.channel.ChannelHandlerContext
-
Deprecated.
- attr(AttributeKey<T>) - Method in interface io.netty.util.AttributeMap
-
Get the
Attributefor the givenAttributeKey. - attr(AttributeKey<T>) - Method in class io.netty.util.DefaultAttributeMap
- attr(AttributeKey<T>, T) - Method in class io.netty.bootstrap.AbstractBootstrap
-
Allow to specify an initial attribute of the newly created
Channel. - attr(AttributeKey<T>, T) - Method in class io.netty.handler.codec.http2.Http2StreamChannelBootstrap
-
Allow to specify an initial attribute of the newly created
Http2StreamChannel. - attr(AttributeKey<T>, T) - Method in class io.netty.handler.codec.quic.QuicChannelBootstrap
-
Allow to specify an initial attribute of the newly created
QuicChannel. - attr(AttributeKey<T>, T) - Method in class io.netty.handler.codec.quic.QuicServerCodecBuilder
-
Allow to specify an initial attribute of the newly created
QuicChannel. - attr(AttributeKey<T>, T) - Method in class io.netty.handler.codec.quic.QuicStreamChannelBootstrap
-
Allow to specify an initial attribute of the newly created
QuicStreamChannel. - Attribute - io.netty.handler.codec.http.multipart.InterfaceHttpData.HttpDataType
- Attribute - Interface in io.netty.handler.codec.http.multipart
-
Attribute interface
- Attribute<T> - Interface in io.netty.util
-
An attribute which allows to store a value reference.
- AttributeKey<T> - Class in io.netty.util
-
Key which can be used to access
Attributeout of theAttributeMap. - AttributeMap - Interface in io.netty.util
-
Holds
Attributes which can be accessed viaAttributeKey. - attributes() - Method in class io.netty.handler.codec.xml.XmlElementStart
- attributes() - Method in class io.netty.handler.ssl.SslContext
-
Returns the
AttributeMapthat belongs to thisSslContext. - attrs() - Method in class io.netty.bootstrap.AbstractBootstrapConfig
-
Returns a copy of the configured attributes.
- auth() - Static method in class io.netty.handler.codec.mqtt.MqttMessageBuilders
- auth(CharSequence...) - Static method in class io.netty.handler.codec.smtp.SmtpRequests
-
Creates a
AUTHrequest. - AUTH - io.netty.handler.codec.mqtt.MqttMessageType
- AUTH - io.netty.handler.codec.socks.SocksRequestType
- AUTH - io.netty.handler.codec.socks.SocksResponseType
- AUTH - Static variable in class io.netty.handler.codec.smtp.SmtpCommand
- AUTH_CONTINUE - Static variable in class io.netty.handler.codec.memcache.binary.BinaryMemcacheResponseStatus
- AUTH_ERROR - Static variable in class io.netty.handler.codec.memcache.binary.BinaryMemcacheResponseStatus
- AUTH_GSSAPI - io.netty.handler.codec.socks.SocksAuthScheme
- AUTH_PASSWORD - io.netty.handler.codec.socks.SocksAuthScheme
- AUTH_PASSWORD - io.netty.handler.codec.socks.SocksSubnegotiationVersion
- AUTHENTICATION_DATA - io.netty.handler.codec.mqtt.MqttProperties.MqttPropertyType
-
Deprecated.
- AUTHENTICATION_METHOD - io.netty.handler.codec.mqtt.MqttProperties.MqttPropertyType
-
Deprecated.
- authenticationData(byte[]) - Method in class io.netty.handler.codec.mqtt.MqttMessageBuilders.ConnAckPropertiesBuilder
- authenticationMethod(String) - Method in class io.netty.handler.codec.mqtt.MqttMessageBuilders.ConnAckPropertiesBuilder
- authMethod() - Method in class io.netty.handler.codec.socksx.v5.DefaultSocks5InitialResponse
- authMethod() - Method in interface io.netty.handler.codec.socksx.v5.Socks5InitialResponse
-
Returns the
METHODfield of this response. - authMethods() - Method in class io.netty.handler.codec.socksx.v5.DefaultSocks5InitialRequest
- authMethods() - Method in interface io.netty.handler.codec.socksx.v5.Socks5InitialRequest
-
Returns the list of desired authentication methods.
- authoritativeDnsServerCache() - Method in class io.netty.resolver.dns.DnsNameResolver
-
Returns the cache used for authoritative DNS servers for a domain.
- authoritativeDnsServerCache(AuthoritativeDnsServerCache) - Method in class io.netty.resolver.dns.DnsNameResolverBuilder
-
Sets the cache for authoritative NS servers
- authoritativeDnsServerCache(DnsCache) - Method in class io.netty.resolver.dns.DnsNameResolverBuilder
- AuthoritativeDnsServerCache - Interface in io.netty.resolver.dns
-
Cache which stores the nameservers that should be used to resolve a specific hostname.
- authority() - Method in class io.netty.handler.codec.http2.DefaultHttp2Headers
- authority() - Method in class io.netty.handler.codec.http2.EmptyHttp2Headers
- authority() - Method in interface io.netty.handler.codec.http2.Http2Headers
-
Gets the
Http2Headers.PseudoHeaderName.AUTHORITYheader ornullif there is no such header - authority() - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
- authority() - Method in class io.netty.handler.codec.http3.DefaultHttp3Headers
- authority() - Method in interface io.netty.handler.codec.http3.Http3Headers
-
Gets the
Http3Headers.PseudoHeaderName.AUTHORITYheader ornullif there is no such header - authority(CharSequence) - Method in class io.netty.handler.codec.http2.DefaultHttp2Headers
- authority(CharSequence) - Method in class io.netty.handler.codec.http2.EmptyHttp2Headers
- authority(CharSequence) - Method in interface io.netty.handler.codec.http2.Http2Headers
-
Sets the
Http2Headers.PseudoHeaderName.AUTHORITYheader - authority(CharSequence) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
- authority(CharSequence) - Method in class io.netty.handler.codec.http3.DefaultHttp3Headers
- authority(CharSequence) - Method in interface io.netty.handler.codec.http3.Http3Headers
-
Sets the
Http3Headers.PseudoHeaderName.AUTHORITYheader - AUTHORITY - io.netty.handler.codec.dns.DnsSection
-
The section that contains the authority
DnsRecords. - AUTHORITY - io.netty.handler.codec.http2.Http2Headers.PseudoHeaderName
-
:authority. - AUTHORITY - io.netty.handler.codec.http3.Http3Headers.PseudoHeaderName
-
:authority. - AUTHORIZATION - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
-
"authorization" - AUTHORIZATION - Static variable in class io.netty.handler.codec.http.HttpHeaders.Names
-
Deprecated.
"Authorization" - AUTHORIZATION - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderNames
-
"authorization" - AUTHORIZATION - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Names
-
Deprecated.
"Authorization" - authScheme() - Method in class io.netty.handler.codec.socks.SocksInitResponse
-
Returns the
SocksAuthSchemeof thisSocksInitResponse - authScheme() - Method in class io.netty.handler.proxy.HttpProxyHandler
- authScheme() - Method in class io.netty.handler.proxy.ProxyConnectionEvent
-
Returns the name of the authentication scheme in use.
- authScheme() - Method in class io.netty.handler.proxy.ProxyHandler
-
Returns the name of the authentication scheme in use.
- authScheme() - Method in class io.netty.handler.proxy.Socks4ProxyHandler
- authScheme() - Method in class io.netty.handler.proxy.Socks5ProxyHandler
- authSchemes() - Method in class io.netty.handler.codec.socks.SocksInitRequest
-
Returns the List<
SocksAuthScheme> of thisSocksInitRequest - authStatus() - Method in class io.netty.handler.codec.socks.SocksAuthResponse
-
Returns the
SocksAuthStatusof thisSocksAuthResponse - AUTO_CLOSE - Static variable in class io.netty.channel.ChannelOption
-
If
truethen theChannelis closed automatically and immediately on write failure. - AUTO_READ - Static variable in class io.netty.channel.ChannelOption
- AUTO_STREAM_FLOW_CONTROL - Static variable in class io.netty.handler.codec.http2.Http2StreamChannelOption
-
When set to
trueHttp2WindowUpdateFrames will be automatically be generated and written forHttp2StreamChannels as soon as frames are passed to the user viaChannelPipeline.fireChannelRead(Object). - autoAckPingFrame(boolean) - Method in class io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
-
Determine if PING frame should automatically be acknowledged or not.
- autoAckPingFrame(boolean) - Method in class io.netty.handler.codec.http2.Http2FrameCodecBuilder
- autoAckPingFrame(boolean) - Method in class io.netty.handler.codec.http2.Http2MultiplexCodecBuilder
-
Deprecated.
- autoAckSettingsFrame(boolean) - Method in class io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
-
Determine if settings frame should automatically be acknowledged and applied.
- autoAckSettingsFrame(boolean) - Method in class io.netty.handler.codec.http2.Http2FrameCodecBuilder
- autoAckSettingsFrame(boolean) - Method in class io.netty.handler.codec.http2.Http2MultiplexCodecBuilder
-
Deprecated.
- autoReadCleared() - Method in class io.netty.channel.DefaultChannelConfig
-
Is called once
DefaultChannelConfig.setAutoRead(boolean)is called withfalseandDefaultChannelConfig.isAutoRead()wastruebefore. - autoReadCleared() - Method in class io.netty.channel.epoll.EpollChannelConfig
- autoReadCleared() - Method in class io.netty.channel.kqueue.KQueueChannelConfig
- autoReadCleared() - Method in class io.netty.channel.socket.oio.DefaultOioServerSocketChannelConfig
-
Deprecated.
- autoReadCleared() - Method in class io.netty.channel.socket.oio.DefaultOioSocketChannelConfig
-
Deprecated.
- AutoScalingEventExecutorChooserFactory - Class in io.netty.util.concurrent
-
A factory that creates auto-scaling
EventExecutorChooserFactory.EventExecutorChooserinstances. - AutoScalingEventExecutorChooserFactory(int, int, long, TimeUnit, double, double, int, int, int) - Constructor for class io.netty.util.concurrent.AutoScalingEventExecutorChooserFactory
-
Creates a new factory for a scaling-enabled
EventExecutorChooserFactory.EventExecutorChooser. - AutoScalingEventExecutorChooserFactory.AutoScalingUtilizationMetric - Class in io.netty.util.concurrent
-
A container for the utilization metric of a single EventExecutor.
- available() - Method in class io.netty.buffer.ByteBufInputStream
- available() - Method in class io.netty.channel.oio.AbstractOioByteChannel
-
Deprecated.Return the number of bytes ready to read from the underlying Socket.
- available() - Method in class io.netty.channel.oio.OioByteStreamChannel
-
Deprecated.
- available() - Method in class io.netty.handler.codec.serialization.ObjectDecoderInputStream
-
Deprecated.
- availableCipherSuites() - Static method in class io.netty.handler.ssl.OpenSsl
-
Deprecated.
- availableJavaCipherSuites() - Static method in class io.netty.handler.ssl.OpenSsl
-
Returns all the available cipher suites (Java-style).
- availableOpenSslCipherSuites() - Static method in class io.netty.handler.ssl.OpenSsl
-
Returns all the available OpenSSL cipher suites.
- availableProcessors() - Static method in class io.netty.util.NettyRuntime
-
Get the configured number of available processors.
- AVP - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Values
-
Deprecated.
"AVP" - AVP - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderValues
-
"AVP" - await() - Method in interface io.netty.channel.ChannelFuture
- await() - Method in interface io.netty.channel.ChannelProgressiveFuture
- await() - Method in interface io.netty.channel.ChannelProgressivePromise
- await() - Method in interface io.netty.channel.ChannelPromise
- await() - Method in class io.netty.channel.DefaultChannelProgressivePromise
- await() - Method in class io.netty.channel.DefaultChannelPromise
- await() - Method in class io.netty.channel.DelegatingChannelPromiseNotifier
- await() - Method in interface io.netty.channel.group.ChannelGroupFuture
- await() - Method in class io.netty.channel.VoidChannelPromise
- await() - Method in class io.netty.util.concurrent.CompleteFuture
- await() - Method in class io.netty.util.concurrent.DefaultProgressivePromise
- await() - Method in class io.netty.util.concurrent.DefaultPromise
- await() - Method in interface io.netty.util.concurrent.Future
-
Waits for this future to be completed.
- await() - Method in interface io.netty.util.concurrent.ProgressiveFuture
- await() - Method in interface io.netty.util.concurrent.ProgressivePromise
- await() - Method in interface io.netty.util.concurrent.Promise
- await(long) - Method in class io.netty.channel.DelegatingChannelPromiseNotifier
- await(long) - Method in class io.netty.channel.VoidChannelPromise
- await(long) - Method in class io.netty.util.concurrent.CompleteFuture
- await(long) - Method in class io.netty.util.concurrent.DefaultPromise
- await(long) - Method in interface io.netty.util.concurrent.Future
-
Waits for this future to be completed within the specified time limit.
- await(long, TimeUnit) - Method in class io.netty.channel.DelegatingChannelPromiseNotifier
- await(long, TimeUnit) - Method in class io.netty.channel.VoidChannelPromise
- await(long, TimeUnit) - Method in class io.netty.util.concurrent.CompleteFuture
- await(long, TimeUnit) - Method in class io.netty.util.concurrent.DefaultPromise
- await(long, TimeUnit) - Method in interface io.netty.util.concurrent.Future
-
Waits for this future to be completed within the specified time limit.
- awaitInactivity(long, TimeUnit) - Method in class io.netty.util.concurrent.GlobalEventExecutor
-
Waits until the worker thread of this executor has no tasks left in its task queue and terminates itself.
- awaitInactivity(long, TimeUnit) - Static method in class io.netty.util.ThreadDeathWatcher
-
Deprecated.Waits until the thread of this watcher has no threads to watch and terminates itself.
- awaitTermination(long, TimeUnit) - Method in class io.netty.channel.ManualIoEventLoop
- awaitTermination(long, TimeUnit) - Method in class io.netty.channel.ThreadPerChannelEventLoopGroup
-
Deprecated.
- awaitTermination(long, TimeUnit) - Method in class io.netty.util.concurrent.GlobalEventExecutor
- awaitTermination(long, TimeUnit) - Method in class io.netty.util.concurrent.ImmediateEventExecutor
- awaitTermination(long, TimeUnit) - Method in class io.netty.util.concurrent.MultithreadEventExecutorGroup
- awaitTermination(long, TimeUnit) - Method in class io.netty.util.concurrent.NonStickyEventExecutorGroup
- awaitTermination(long, TimeUnit) - Method in class io.netty.util.concurrent.SingleThreadEventExecutor
- awaitUninterruptibly() - Method in interface io.netty.channel.ChannelFuture
- awaitUninterruptibly() - Method in interface io.netty.channel.ChannelProgressiveFuture
- awaitUninterruptibly() - Method in interface io.netty.channel.ChannelProgressivePromise
- awaitUninterruptibly() - Method in interface io.netty.channel.ChannelPromise
- awaitUninterruptibly() - Method in class io.netty.channel.DefaultChannelProgressivePromise
- awaitUninterruptibly() - Method in class io.netty.channel.DefaultChannelPromise
- awaitUninterruptibly() - Method in class io.netty.channel.DelegatingChannelPromiseNotifier
- awaitUninterruptibly() - Method in interface io.netty.channel.group.ChannelGroupFuture
- awaitUninterruptibly() - Method in class io.netty.channel.VoidChannelPromise
- awaitUninterruptibly() - Method in class io.netty.util.concurrent.CompleteFuture
- awaitUninterruptibly() - Method in class io.netty.util.concurrent.DefaultProgressivePromise
- awaitUninterruptibly() - Method in class io.netty.util.concurrent.DefaultPromise
- awaitUninterruptibly() - Method in interface io.netty.util.concurrent.Future
-
Waits for this future to be completed without interruption.
- awaitUninterruptibly() - Method in interface io.netty.util.concurrent.ProgressiveFuture
- awaitUninterruptibly() - Method in interface io.netty.util.concurrent.ProgressivePromise
- awaitUninterruptibly() - Method in interface io.netty.util.concurrent.Promise
- awaitUninterruptibly(long) - Method in class io.netty.channel.DelegatingChannelPromiseNotifier
- awaitUninterruptibly(long) - Method in class io.netty.channel.VoidChannelPromise
- awaitUninterruptibly(long) - Method in class io.netty.util.concurrent.CompleteFuture
- awaitUninterruptibly(long) - Method in class io.netty.util.concurrent.DefaultPromise
- awaitUninterruptibly(long) - Method in interface io.netty.util.concurrent.Future
-
Waits for this future to be completed within the specified time limit without interruption.
- awaitUninterruptibly(long, TimeUnit) - Method in class io.netty.channel.DelegatingChannelPromiseNotifier
- awaitUninterruptibly(long, TimeUnit) - Method in class io.netty.channel.VoidChannelPromise
- awaitUninterruptibly(long, TimeUnit) - Method in class io.netty.util.concurrent.CompleteFuture
- awaitUninterruptibly(long, TimeUnit) - Method in class io.netty.util.concurrent.DefaultPromise
- awaitUninterruptibly(long, TimeUnit) - Method in interface io.netty.util.concurrent.Future
-
Waits for this future to be completed within the specified time limit without interruption.
- AXFR - Static variable in class io.netty.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.netty.util.AsciiString
- backoff() - Method in class io.netty.channel.epoll.EpollTcpInfo
- backoff() - Method in class io.netty.channel.uring.IoUringTcpInfo
- backoff(int, long, TimeUnit) - Static method in class io.netty.util.concurrent.RejectedExecutionHandlers
-
Tries to backoff when the task can not be added due restrictions for an configured amount of time.
- BAD_FRAME - io.netty.handler.codec.stomp.StompSubframeDecoder.State
-
Deprecated.
- BAD_GATEWAY - Static variable in class io.netty.handler.codec.http.HttpResponseStatus
-
502 Bad Gateway
- BAD_GATEWAY - Static variable in class io.netty.handler.codec.http.websocketx.WebSocketCloseStatus
- BAD_GATEWAY - Static variable in class io.netty.handler.codec.rtsp.RtspResponseStatuses
-
502 Bad Gateway
- BAD_REQUEST - Static variable in class io.netty.handler.codec.http.HttpResponseStatus
-
400 Bad Request
- BAD_REQUEST - Static variable in class io.netty.handler.codec.rtsp.RtspResponseStatuses
-
400 Bad Request
- BADALG - Static variable in class io.netty.handler.codec.dns.DnsResponseCode
-
The 'BADALG' DNS RCODE (21), as defined in RFC2930.
- BADKEY - Static variable in class io.netty.handler.codec.dns.DnsResponseCode
-
The 'BADKEY' DNS RCODE (17), as defined in RFC2845.
- BADMODE - Static variable in class io.netty.handler.codec.dns.DnsResponseCode
-
The 'BADMODE' DNS RCODE (19), as defined in RFC2930.
- BADNAME - Static variable in class io.netty.handler.codec.dns.DnsResponseCode
-
The 'BADNAME' DNS RCODE (20), as defined in RFC2930.
- BADTIME - Static variable in class io.netty.handler.codec.dns.DnsResponseCode
-
The 'BADTIME' DNS RCODE (18), as defined in RFC2845.
- BADVERS_OR_BADSIG - Static variable in class io.netty.handler.codec.dns.DnsResponseCode
- BANDWIDTH - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderNames
-
"bandwidth" - BANDWIDTH - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Names
-
Deprecated.
"Bandwidth" - Base64 - Class in io.netty.handler.codec.base64
- BASE64 - Static variable in class io.netty.handler.codec.http.HttpHeaders.Values
-
Deprecated.
"base64" - BASE64 - Static variable in class io.netty.handler.codec.http.HttpHeaderValues
-
"base64" - Base64Decoder - Class in io.netty.handler.codec.base64
- Base64Decoder() - Constructor for class io.netty.handler.codec.base64.Base64Decoder
- Base64Decoder(Base64Dialect) - Constructor for class io.netty.handler.codec.base64.Base64Decoder
- Base64Dialect - Enum in io.netty.handler.codec.base64
-
Enumeration of supported Base64 dialects.
- Base64Encoder - Class in io.netty.handler.codec.base64
- Base64Encoder() - Constructor for class io.netty.handler.codec.base64.Base64Encoder
- Base64Encoder(boolean) - Constructor for class io.netty.handler.codec.base64.Base64Encoder
- Base64Encoder(boolean, Base64Dialect) - Constructor for class io.netty.handler.codec.base64.Base64Encoder
- baseDirectory - Static variable in class io.netty.handler.codec.http.multipart.DiskAttribute
- baseDirectory - Static variable in class io.netty.handler.codec.http.multipart.DiskFileUpload
- batchAllocation(boolean) - Method in class io.netty.channel.uring.IoUringBufferRingConfig.Builder
-
Set allocation strategy that is used to allocate
ByteBufs. - batchSize() - Method in class io.netty.channel.uring.IoUringBufferRingConfig
-
Returns the size of the batch on how many buffers are added everytime we need to expand the buffer ring.
- batchSize(int) - Method in class io.netty.channel.uring.IoUringBufferRingConfig.Builder
-
Set the size of the batch on how many buffers are added everytime we need to expand the buffer ring.
- BAUD_RATE - Static variable in class io.netty.channel.rxtx.RxtxChannelOption
-
Deprecated.
- BBR - io.netty.handler.codec.quic.QuicCongestionControlAlgorithm
- before - Variable in class io.netty.handler.codec.DefaultHeaders.HeaderEntry
-
Overall insertion order linked list
- before() - Method in class io.netty.handler.codec.DefaultHeaders.HeaderEntry
- beforeAll(ExtensionContext) - Method in class io.netty.util.test.LeakPresenceExtension
- beforeEach(ExtensionContext) - Method in class io.netty.util.test.LeakPresenceExtension
- beforeScheduledTaskSubmitted(long) - Method in class io.netty.util.concurrent.AbstractScheduledEventExecutor
-
Called from arbitrary non-
EventExecutorthreads prior to scheduled task submission. - BEGIN - io.netty.handler.codec.stomp.StompCommand
- beginAggregation(HttpMessage, ByteBuf) - Method in class io.netty.handler.codec.http.HttpObjectAggregator
- beginAggregation(HttpMessage, ByteBuf) - Method in class io.netty.handler.codec.http.HttpServerUpgradeHandler
- beginAggregation(WebSocketFrame, ByteBuf) - Method in class io.netty.handler.codec.http.websocketx.WebSocketFrameAggregator
- beginAggregation(BinaryMemcacheMessage, ByteBuf) - Method in class io.netty.handler.codec.memcache.binary.BinaryMemcacheObjectAggregator
- beginAggregation(BulkStringHeaderRedisMessage, ByteBuf) - Method in class io.netty.handler.codec.redis.RedisBulkStringAggregator
- beginAggregation(StompHeadersSubframe, ByteBuf) - Method in class io.netty.handler.codec.stomp.StompSubframeAggregator
- beginAggregation(S, ByteBuf) - Method in class io.netty.handler.codec.MessageAggregator
-
Creates a new aggregated message from the specified start message and the specified content.
- beginEncode(HttpResponse, String) - Method in class io.netty.handler.codec.http.HttpContentCompressor
- beginEncode(HttpResponse, String) - Method in class io.netty.handler.codec.http.HttpContentEncoder
-
Prepare to encode the HTTP message content.
- beginHandshake() - Method in class io.netty.handler.ssl.ReferenceCountedOpenSslEngine
- beginRead() - Method in class io.netty.channel.AbstractChannel.AbstractUnsafe
- beginRead() - Method in interface io.netty.channel.Channel.Unsafe
-
Schedules a read operation that fills the inbound buffer of the first
ChannelInboundHandlerin theChannelPipeline. - bestAvailableMac() - Static method in class io.netty.util.internal.MacAddressUtil
-
Obtains the best MAC address found on local network interfaces.
- BIDIRECTIONAL - io.netty.handler.codec.quic.QuicStreamType
-
A bidirectional stream.
- BiDnsQueryLifecycleObserver - Class in io.netty.resolver.dns
-
Combines two
DnsQueryLifecycleObserverinto a singleDnsQueryLifecycleObserver. - BiDnsQueryLifecycleObserver(DnsQueryLifecycleObserver, DnsQueryLifecycleObserver) - Constructor for class io.netty.resolver.dns.BiDnsQueryLifecycleObserver
-
Create a new instance.
- BiDnsQueryLifecycleObserverFactory - Class in io.netty.resolver.dns
-
Combines two
DnsQueryLifecycleObserverFactoryinto a singleDnsQueryLifecycleObserverFactory. - BiDnsQueryLifecycleObserverFactory(DnsQueryLifecycleObserverFactory, DnsQueryLifecycleObserverFactory) - Constructor for class io.netty.resolver.dns.BiDnsQueryLifecycleObserverFactory
-
Create a new instance.
- BIG_ENDIAN - Static variable in class io.netty.buffer.Unpooled
-
Big endian byte order.
- BIG_ENDIAN_NATIVE_ORDER - Static variable in class io.netty.util.internal.PlatformDependent
- BINARY - Static variable in class io.netty.handler.codec.http.HttpHeaders.Values
-
Deprecated.
"binary" - BINARY - Static variable in class io.netty.handler.codec.http.HttpHeaderValues
-
"binary" - BinaryMemcacheClientCodec - Class in io.netty.handler.codec.memcache.binary
-
The client codec that combines the proper encoder and decoder.
- BinaryMemcacheClientCodec() - Constructor for class io.netty.handler.codec.memcache.binary.BinaryMemcacheClientCodec
-
Create a new
BinaryMemcacheClientCodecwith the default settings applied. - BinaryMemcacheClientCodec(int) - Constructor for class io.netty.handler.codec.memcache.binary.BinaryMemcacheClientCodec
-
Create a new
BinaryMemcacheClientCodecand set a custom chunk size. - BinaryMemcacheClientCodec(int, boolean) - Constructor for class io.netty.handler.codec.memcache.binary.BinaryMemcacheClientCodec
-
Create a new
BinaryMemcacheClientCodecwith custom settings. - BinaryMemcacheMessage - Interface in io.netty.handler.codec.memcache.binary
-
An interface that defines a binary Memcache message, providing common properties for
BinaryMemcacheRequestandBinaryMemcacheResponse. - BinaryMemcacheObjectAggregator - Class in io.netty.handler.codec.memcache.binary
-
An object aggregator for the memcache binary protocol.
- BinaryMemcacheObjectAggregator(int) - Constructor for class io.netty.handler.codec.memcache.binary.BinaryMemcacheObjectAggregator
- BinaryMemcacheOpcodes - Class in io.netty.handler.codec.memcache.binary
-
Represents all Opcodes that can occur in a
BinaryMemcacheMessage. - BinaryMemcacheRequest - Interface in io.netty.handler.codec.memcache.binary
-
Represents a full
BinaryMemcacheRequest, which contains the header and optional key and extras. - BinaryMemcacheRequestDecoder - Class in io.netty.handler.codec.memcache.binary
-
The decoder part which takes care of decoding the request-specific headers.
- BinaryMemcacheRequestDecoder() - Constructor for class io.netty.handler.codec.memcache.binary.BinaryMemcacheRequestDecoder
- BinaryMemcacheRequestDecoder(int) - Constructor for class io.netty.handler.codec.memcache.binary.BinaryMemcacheRequestDecoder
- BinaryMemcacheRequestEncoder - Class in io.netty.handler.codec.memcache.binary
-
The encoder part which takes care of encoding the request headers.
- BinaryMemcacheRequestEncoder() - Constructor for class io.netty.handler.codec.memcache.binary.BinaryMemcacheRequestEncoder
- BinaryMemcacheResponse - Interface in io.netty.handler.codec.memcache.binary
-
Represents a full
BinaryMemcacheResponse, which contains the header and optional key and extras. - BinaryMemcacheResponseDecoder - Class in io.netty.handler.codec.memcache.binary
-
The decoder which takes care of decoding the response headers.
- BinaryMemcacheResponseDecoder() - Constructor for class io.netty.handler.codec.memcache.binary.BinaryMemcacheResponseDecoder
- BinaryMemcacheResponseDecoder(int) - Constructor for class io.netty.handler.codec.memcache.binary.BinaryMemcacheResponseDecoder
- BinaryMemcacheResponseEncoder - Class in io.netty.handler.codec.memcache.binary
-
The encoder which takes care of encoding the response headers.
- BinaryMemcacheResponseEncoder() - Constructor for class io.netty.handler.codec.memcache.binary.BinaryMemcacheResponseEncoder
- BinaryMemcacheResponseStatus - Class in io.netty.handler.codec.memcache.binary
-
Contains all possible status values a
BinaryMemcacheResponsecan return. - BinaryMemcacheServerCodec - Class in io.netty.handler.codec.memcache.binary
-
The full server codec that combines the correct encoder and decoder.
- BinaryMemcacheServerCodec() - Constructor for class io.netty.handler.codec.memcache.binary.BinaryMemcacheServerCodec
- BinaryMemcacheServerCodec(int) - Constructor for class io.netty.handler.codec.memcache.binary.BinaryMemcacheServerCodec
- BinaryProperty(int, byte[]) - Constructor for class io.netty.handler.codec.mqtt.MqttProperties.BinaryProperty
- BinaryWebSocketFrame - Class in io.netty.handler.codec.http.websocketx
-
Web Socket frame containing binary data.
- BinaryWebSocketFrame() - Constructor for class io.netty.handler.codec.http.websocketx.BinaryWebSocketFrame
-
Creates a new empty binary frame.
- BinaryWebSocketFrame(boolean, int, ByteBuf) - Constructor for class io.netty.handler.codec.http.websocketx.BinaryWebSocketFrame
-
Creates a new binary frame with the specified binary data and the final fragment flag.
- BinaryWebSocketFrame(ByteBuf) - Constructor for class io.netty.handler.codec.http.websocketx.BinaryWebSocketFrame
-
Creates a new binary frame with the specified binary data.
- bind() - Method in class io.netty.bootstrap.AbstractBootstrap
-
Create a new
Channeland bind it. - bind(int) - Method in class io.netty.bootstrap.AbstractBootstrap
-
Create a new
Channeland bind it. - bind(ChannelHandlerContext, SocketAddress, ChannelPromise) - Method in class io.netty.channel.ChannelDuplexHandler
-
Calls
ChannelOutboundInvoker.bind(SocketAddress, ChannelPromise)to forward to the nextChannelOutboundHandlerin theChannelPipeline. - bind(ChannelHandlerContext, SocketAddress, ChannelPromise) - Method in interface io.netty.channel.ChannelOutboundHandler
-
Called once a bind operation is made.
- bind(ChannelHandlerContext, SocketAddress, ChannelPromise) - Method in class io.netty.channel.ChannelOutboundHandlerAdapter
-
Calls
ChannelOutboundInvoker.bind(SocketAddress, ChannelPromise)to forward to the nextChannelOutboundHandlerin theChannelPipeline. - bind(ChannelHandlerContext, SocketAddress, ChannelPromise) - Method in class io.netty.channel.CombinedChannelDuplexHandler
- bind(ChannelHandlerContext, SocketAddress, ChannelPromise) - Method in class io.netty.handler.codec.DatagramPacketEncoder
- bind(ChannelHandlerContext, SocketAddress, ChannelPromise) - Method in class io.netty.handler.codec.http.HttpClientUpgradeHandler
- bind(ChannelHandlerContext, SocketAddress, ChannelPromise) - Method in class io.netty.handler.codec.http2.Http2ConnectionHandler
- bind(ChannelHandlerContext, SocketAddress, ChannelPromise) - Method in class io.netty.handler.codec.http3.Http3FrameToHttpObjectCodec
- bind(ChannelHandlerContext, SocketAddress, ChannelPromise) - Method in class io.netty.handler.codec.spdy.SpdyFrameCodec
- bind(ChannelHandlerContext, SocketAddress, ChannelPromise) - Method in class io.netty.handler.logging.LoggingHandler
- bind(ChannelHandlerContext, SocketAddress, ChannelPromise) - Method in class io.netty.handler.ssl.SslClientHelloHandler
- bind(ChannelHandlerContext, SocketAddress, ChannelPromise) - Method in class io.netty.handler.ssl.SslHandler
- bind(String, int) - Method in class io.netty.bootstrap.AbstractBootstrap
-
Create a new
Channeland bind it. - bind(InetAddress, int) - Method in class io.netty.bootstrap.AbstractBootstrap
-
Create a new
Channeland bind it. - bind(SocketAddress) - Method in class io.netty.bootstrap.AbstractBootstrap
-
Create a new
Channeland bind it. - bind(SocketAddress) - Method in interface io.netty.channel.Channel
- bind(SocketAddress) - Method in interface io.netty.channel.ChannelOutboundInvoker
-
Request to bind to the given
SocketAddressand notify theChannelFutureonce the operation completes, either because the operation was successful or because of an error. - bind(SocketAddress) - Method in class io.netty.channel.DefaultChannelPipeline
- bind(SocketAddress) - Method in class io.netty.channel.embedded.EmbeddedChannel
- bind(SocketAddress) - Method in class io.netty.channel.unix.Socket
- bind(SocketAddress) - Method in interface io.netty.handler.codec.quic.QuicChannel
- bind(SocketAddress) - Method in interface io.netty.handler.codec.quic.QuicStreamChannel
- bind(SocketAddress, ChannelPromise) - Method in class io.netty.channel.AbstractChannel.AbstractUnsafe
- bind(SocketAddress, ChannelPromise) - Method in interface io.netty.channel.Channel
- bind(SocketAddress, ChannelPromise) - Method in interface io.netty.channel.Channel.Unsafe
- bind(SocketAddress, ChannelPromise) - Method in interface io.netty.channel.ChannelOutboundInvoker
-
Request to bind to the given
SocketAddressand notify theChannelFutureonce the operation completes, either because the operation was successful or because of an error. - bind(SocketAddress, ChannelPromise) - Method in class io.netty.channel.DefaultChannelPipeline
- bind(SocketAddress, ChannelPromise) - Method in class io.netty.channel.embedded.EmbeddedChannel
- bind(SocketAddress, ChannelPromise) - Method in interface io.netty.handler.codec.quic.QuicChannel
- bind(SocketAddress, ChannelPromise) - Method in interface io.netty.handler.codec.quic.QuicStreamChannel
- bind(Socket, SocketAddress) - Static method in class io.netty.util.internal.SocketUtils
- bind(DatagramChannel, SocketAddress) - Static method in class io.netty.util.internal.SocketUtils
- bind(SocketChannel, SocketAddress) - Static method in class io.netty.util.internal.SocketUtils
- BIND - io.netty.handler.codec.socks.SocksCmdType
- BIND - Static variable in class io.netty.handler.codec.socksx.v4.Socks4CommandType
- BIND - Static variable in class io.netty.handler.codec.socksx.v5.Socks5CommandType
- bindAddress(InetAddress) - Method in class io.netty.channel.sctp.nio.NioSctpChannel
- bindAddress(InetAddress) - Method in class io.netty.channel.sctp.nio.NioSctpServerChannel
- bindAddress(InetAddress) - Method in class io.netty.channel.sctp.oio.OioSctpChannel
-
Deprecated.
- bindAddress(InetAddress) - Method in class io.netty.channel.sctp.oio.OioSctpServerChannel
-
Deprecated.
- bindAddress(InetAddress) - Method in interface io.netty.channel.sctp.SctpChannel
-
Bind a address to the already bound channel to enable multi-homing.
- bindAddress(InetAddress) - Method in interface io.netty.channel.sctp.SctpServerChannel
-
Bind a address to the already bound channel to enable multi-homing.
- bindAddress(InetAddress, ChannelPromise) - Method in class io.netty.channel.sctp.nio.NioSctpChannel
- bindAddress(InetAddress, ChannelPromise) - Method in class io.netty.channel.sctp.nio.NioSctpServerChannel
- bindAddress(InetAddress, ChannelPromise) - Method in class io.netty.channel.sctp.oio.OioSctpChannel
-
Deprecated.
- bindAddress(InetAddress, ChannelPromise) - Method in class io.netty.channel.sctp.oio.OioSctpServerChannel
-
Deprecated.
- bindAddress(InetAddress, ChannelPromise) - Method in interface io.netty.channel.sctp.SctpChannel
-
Bind a address to the already bound channel to enable multi-homing.
- bindAddress(InetAddress, ChannelPromise) - Method in interface io.netty.channel.sctp.SctpServerChannel
-
Bind a address to the already bound channel to enable multi-homing.
- bindVSock(VSockAddress) - Method in class io.netty.channel.epoll.LinuxSocket
- BitapSearchProcessorFactory - Class in io.netty.buffer.search
-
Implements Bitap string search algorithm.
- BitapSearchProcessorFactory.Processor - Class in io.netty.buffer.search
- bitMode() - Static method in class io.netty.util.internal.PlatformDependent
-
Returns the bit mode of the current VM (usually 32 or 64.)
- bits(int) - Method in class io.netty.handler.ssl.util.SelfSignedCertificate.Builder
-
Deprecated.Set the key size.
- block(InetAddress, InetAddress) - Method in class io.netty.channel.epoll.EpollDatagramChannel
- block(InetAddress, InetAddress) - Method in class io.netty.channel.kqueue.KQueueDatagramChannel
- block(InetAddress, InetAddress) - Method in interface io.netty.channel.socket.DatagramChannel
-
Block the given sourceToBlock address for the given multicastAddress and notifies the
ChannelFutureonce the operation completes. - block(InetAddress, InetAddress) - Method in class io.netty.channel.socket.nio.NioDatagramChannel
-
Block the given sourceToBlock address for the given multicastAddress
- block(InetAddress, InetAddress) - Method in class io.netty.channel.socket.oio.OioDatagramChannel
-
Deprecated.
- block(InetAddress, InetAddress) - Method in class io.netty.channel.uring.IoUringDatagramChannel
- block(InetAddress, InetAddress, ChannelPromise) - Method in class io.netty.channel.epoll.EpollDatagramChannel
- block(InetAddress, InetAddress, ChannelPromise) - Method in class io.netty.channel.kqueue.KQueueDatagramChannel
- block(InetAddress, InetAddress, ChannelPromise) - Method in interface io.netty.channel.socket.DatagramChannel
-
Block the given sourceToBlock address for the given multicastAddress and notifies the
ChannelFutureonce the operation completes. - block(InetAddress, InetAddress, ChannelPromise) - Method in class io.netty.channel.socket.nio.NioDatagramChannel
-
Block the given sourceToBlock address for the given multicastAddress
- block(InetAddress, InetAddress, ChannelPromise) - Method in class io.netty.channel.socket.oio.OioDatagramChannel
-
Deprecated.
- block(InetAddress, InetAddress, ChannelPromise) - Method in class io.netty.channel.uring.IoUringDatagramChannel
- block(InetAddress, NetworkInterface, InetAddress) - Method in class io.netty.channel.epoll.EpollDatagramChannel
- block(InetAddress, NetworkInterface, InetAddress) - Method in class io.netty.channel.kqueue.KQueueDatagramChannel
- block(InetAddress, NetworkInterface, InetAddress) - Method in interface io.netty.channel.socket.DatagramChannel
-
Block the given sourceToBlock address for the given multicastAddress on the given networkInterface and notifies the
ChannelFutureonce the operation completes. - block(InetAddress, NetworkInterface, InetAddress) - Method in class io.netty.channel.socket.nio.NioDatagramChannel
-
Block the given sourceToBlock address for the given multicastAddress on the given networkInterface
- block(InetAddress, NetworkInterface, InetAddress) - Method in class io.netty.channel.socket.oio.OioDatagramChannel
-
Deprecated.
- block(InetAddress, NetworkInterface, InetAddress) - Method in class io.netty.channel.uring.IoUringDatagramChannel
- block(InetAddress, NetworkInterface, InetAddress, ChannelPromise) - Method in class io.netty.channel.epoll.EpollDatagramChannel
- block(InetAddress, NetworkInterface, InetAddress, ChannelPromise) - Method in class io.netty.channel.kqueue.KQueueDatagramChannel
- block(InetAddress, NetworkInterface, InetAddress, ChannelPromise) - Method in interface io.netty.channel.socket.DatagramChannel
-
Block the given sourceToBlock address for the given multicastAddress on the given networkInterface and notifies the
ChannelFutureonce the operation completes. - block(InetAddress, NetworkInterface, InetAddress, ChannelPromise) - Method in class io.netty.channel.socket.nio.NioDatagramChannel
-
Block the given sourceToBlock address for the given multicastAddress on the given networkInterface
- block(InetAddress, NetworkInterface, InetAddress, ChannelPromise) - Method in class io.netty.channel.socket.oio.OioDatagramChannel
-
Deprecated.
- block(InetAddress, NetworkInterface, InetAddress, ChannelPromise) - Method in class io.netty.channel.uring.IoUringDatagramChannel
- BlockingOperationException - Exception in io.netty.util.concurrent
-
An
IllegalStateExceptionwhich is raised when a user performed a blocking operation when the user is in an event loop thread. - BlockingOperationException() - Constructor for exception io.netty.util.concurrent.BlockingOperationException
- BlockingOperationException(String) - Constructor for exception io.netty.util.concurrent.BlockingOperationException
- BlockingOperationException(String, Throwable) - Constructor for exception io.netty.util.concurrent.BlockingOperationException
- BlockingOperationException(Throwable) - Constructor for exception io.netty.util.concurrent.BlockingOperationException
- blockSize() - Method in class io.netty.handler.codec.compression.ZstdOptions
- BLOCKSIZE - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderNames
-
"blocksize" - BLOCKSIZE - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Names
-
Deprecated.
"Blocksize" - bndAddr() - Method in class io.netty.handler.codec.socksx.v5.DefaultSocks5CommandResponse
- bndAddr() - Method in interface io.netty.handler.codec.socksx.v5.Socks5CommandResponse
-
Returns the
BND.ADDRfield of this response. - bndAddrType() - Method in class io.netty.handler.codec.socksx.v5.DefaultSocks5CommandResponse
- bndAddrType() - Method in interface io.netty.handler.codec.socksx.v5.Socks5CommandResponse
-
Returns the address type of the
BND.ADDRfield of this response. - bndPort() - Method in class io.netty.handler.codec.socksx.v5.DefaultSocks5CommandResponse
- bndPort() - Method in interface io.netty.handler.codec.socksx.v5.Socks5CommandResponse
-
Returns the
BND.PORTfield of this response. - BooleanSupplier - Interface in io.netty.util
-
Represents a supplier of
boolean-valued results. - bootstrap - Variable in class io.netty.bootstrap.AbstractBootstrapConfig
- bootstrap() - Method in class io.netty.channel.pool.SimpleChannelPool
-
Returns the
Bootstrapthis pool will use to open new connections. - Bootstrap - Class in io.netty.bootstrap
- Bootstrap() - Constructor for class io.netty.bootstrap.Bootstrap
- BootstrapConfig - Class in io.netty.bootstrap
-
Exposes the configuration of a
Bootstrap. - BoringSSLAsyncPrivateKeyMethod - Interface in io.netty.handler.codec.quic
- BoringSSLContextOption<T> - Class in io.netty.handler.codec.quic
-
SslContextOptions that are specific to BoringSSL. - BoringSSLKeylessManagerFactory - Class in io.netty.handler.codec.quic
-
KeyManagerFactorythat can be used to support custom key signing viaBoringSSLAsyncPrivateKeyMethod. - BoringSSLKeylog - Interface in io.netty.handler.codec.quic
-
Allow to log keys, logging keys are following NSS Key Log Format.
- Both - io.netty.handler.ssl.OpenSslCertificateCompressionConfig.AlgorithmMode
-
Compression and Decompression are supported and both should be advertized.
- BouncyCastleUtil - Class in io.netty.handler.ssl.util
-
Contains methods that can be used to detect if BouncyCastle is available.
- BOUNDARY - Static variable in class io.netty.handler.codec.http.HttpHeaders.Values
-
Deprecated.
"boundary" - BOUNDARY - Static variable in class io.netty.handler.codec.http.HttpHeaderValues
-
"boundary" - BoundedInputStream - Class in io.netty.util.internal
- BoundedInputStream(InputStream) - Constructor for class io.netty.util.internal.BoundedInputStream
- BoundedInputStream(InputStream, int) - Constructor for class io.netty.util.internal.BoundedInputStream
- BR - Static variable in class io.netty.handler.codec.http.HttpHeaderValues
-
"br" - brotli() - Static method in class io.netty.handler.codec.compression.StandardCompressionOptions
-
Default implementation of
BrotliOptionswithEncoder.Parameters.setQuality(int)set to 4 andEncoder.Parameters.setMode(Encoder.Mode)set toEncoder.Mode.TEXT - brotli(int, int, BrotliMode) - Static method in class io.netty.handler.codec.compression.StandardCompressionOptions
-
Create a new
BrotliOptions - brotli(Encoder.Parameters) - Static method in class io.netty.handler.codec.compression.StandardCompressionOptions
-
Deprecated.
- Brotli - Class in io.netty.handler.codec.compression
- BrotliDecoder - Class in io.netty.handler.codec.compression
-
Decompresses a
ByteBufencoded with the brotli format. - BrotliDecoder() - Constructor for class io.netty.handler.codec.compression.BrotliDecoder
-
Creates a new BrotliDecoder with a default 8kB input buffer
- BrotliDecoder(int) - Constructor for class io.netty.handler.codec.compression.BrotliDecoder
-
Creates a new BrotliDecoder
- BrotliEncoder - Class in io.netty.handler.codec.compression
-
Compress a
ByteBufwith the Brotli compression. - BrotliEncoder() - Constructor for class io.netty.handler.codec.compression.BrotliEncoder
-
Create a new
BrotliEncoderInstance withBrotliOptions.DEFAULTandBrotliEncoder.isSharable()set totrue - BrotliEncoder(Encoder.Parameters) - Constructor for class io.netty.handler.codec.compression.BrotliEncoder
- BrotliEncoder(Encoder.Parameters, boolean) - Constructor for class io.netty.handler.codec.compression.BrotliEncoder
-
Create a new
BrotliEncoderInstance and specify whether this instance will be shared with multiple pipelines or not. - BrotliEncoder(BrotliOptions) - Constructor for class io.netty.handler.codec.compression.BrotliEncoder
-
Create a new
BrotliEncoderInstance - BrotliMode - Enum in io.netty.handler.codec.compression
-
Provides a way to specify the Brotli compression mode.
- BrotliOptions - Class in io.netty.handler.codec.compression
-
BrotliOptionsholdsEncoder.Parametersfor Brotli compression. - buf - Variable in class io.netty.buffer.WrappedByteBuf
- buffer() - Method in class io.netty.buffer.AbstractByteBufAllocator
- buffer() - Method in interface io.netty.buffer.ByteBufAllocator
-
Allocate a
ByteBuf. - buffer() - Method in class io.netty.buffer.ByteBufOutputStream
-
Returns the buffer where this stream is writing data.
- buffer() - Static method in class io.netty.buffer.Unpooled
-
Creates a new big-endian Java heap buffer with reasonably small initial capacity, which expands its capacity boundlessly on demand.
- buffer() - Method in class io.netty.channel.PreferHeapByteBufAllocator
- buffer() - Method in class io.netty.channel.unix.PreferredDirectByteBufAllocator
- buffer() - Method in interface io.netty.util.internal.CleanableDirectBuffer
-
Get the buffer instance.
- buffer(int) - Method in class io.netty.buffer.AbstractByteBufAllocator
- buffer(int) - Method in interface io.netty.buffer.ByteBufAllocator
-
Allocate a
ByteBufwith the given initial capacity. - buffer(int) - Static method in class io.netty.buffer.Unpooled
-
Creates a new big-endian Java heap buffer with the specified
capacity, which expands its capacity boundlessly on demand. - buffer(int) - Method in class io.netty.channel.PreferHeapByteBufAllocator
- buffer(int) - Method in class io.netty.channel.unix.PreferredDirectByteBufAllocator
- buffer(int, int) - Method in class io.netty.buffer.AbstractByteBufAllocator
- buffer(int, int) - Method in interface io.netty.buffer.ByteBufAllocator
-
Allocate a
ByteBufwith the given initial capacity and the given maximal capacity. - buffer(int, int) - Static method in class io.netty.buffer.Unpooled
-
Creates a new big-endian Java heap buffer with the specified
initialCapacity, that may grow up tomaxCapacityThe new buffer'sreaderIndexandwriterIndexare0. - buffer(int, int) - Method in class io.netty.channel.PreferHeapByteBufAllocator
- buffer(int, int) - Method in class io.netty.channel.unix.PreferredDirectByteBufAllocator
- Buffer - Class in io.netty.channel.unix
- bufferGroupId() - Method in class io.netty.channel.uring.IoUringBufferRingConfig
-
Returns the buffer group id to use.
- bufferGroupId() - Method in class io.netty.channel.uring.IoUringBufferRingExhaustedEvent
-
Returns the buffer group id of the buffer ring that caused this event.
- bufferGroupId(short) - Method in class io.netty.channel.uring.IoUringBufferRingConfig.Builder
-
Set the buffer group id to use.
- bufferRingSize() - Method in class io.netty.channel.uring.IoUringBufferRingConfig
-
Returns the size of the ring.
- bufferRingSize(short) - Method in class io.netty.channel.uring.IoUringBufferRingConfig.Builder
-
Set the size of the ring.
- build() - Method in class io.netty.channel.embedded.EmbeddedChannel.Builder
-
Create the channel.
- build() - Method in class io.netty.channel.uring.IoUringBufferRingConfig.Builder
-
Create a new
IoUringBufferRingConfig. - build() - Method in class io.netty.handler.codec.http.cors.CorsConfig.Builder
-
Deprecated.Use
CorsConfigBuilder.build()instead. - build() - Method in class io.netty.handler.codec.http.cors.CorsConfigBuilder
-
Builds a
CorsConfigwith settings specified by previous method calls. - build() - Method in class io.netty.handler.codec.http.websocketx.WebSocketClientProtocolConfig.Builder
-
Build unmodifiable client protocol configuration.
- build() - Method in class io.netty.handler.codec.http.websocketx.WebSocketDecoderConfig.Builder
- build() - Method in class io.netty.handler.codec.http.websocketx.WebSocketServerProtocolConfig.Builder
-
Build unmodifiable server protocol configuration.
- build() - Method in class io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
-
Create a new
Http2ConnectionHandler. - build() - Method in class io.netty.handler.codec.http2.AbstractInboundHttp2ToHttpAdapterBuilder
-
Builds/creates a new
InboundHttp2ToHttpAdapterinstance using this builder's current settings. - build() - Method in class io.netty.handler.codec.http2.Http2ConnectionHandlerBuilder
- build() - Method in class io.netty.handler.codec.http2.Http2FrameCodecBuilder
-
Build a
Http2FrameCodecobject. - build() - Method in class io.netty.handler.codec.http2.Http2MultiplexCodecBuilder
-
Deprecated.
- build() - Method in class io.netty.handler.codec.http2.HttpToHttp2ConnectionHandlerBuilder
- build() - Method in class io.netty.handler.codec.http2.InboundHttp2ToHttpAdapterBuilder
- build() - Method in class io.netty.handler.codec.mqtt.MqttMessageBuilders.AuthBuilder
- build() - Method in class io.netty.handler.codec.mqtt.MqttMessageBuilders.ConnAckBuilder
- build() - Method in class io.netty.handler.codec.mqtt.MqttMessageBuilders.ConnAckPropertiesBuilder
- build() - Method in class io.netty.handler.codec.mqtt.MqttMessageBuilders.ConnectBuilder
- build() - Method in class io.netty.handler.codec.mqtt.MqttMessageBuilders.DisconnectBuilder
- build() - Method in class io.netty.handler.codec.mqtt.MqttMessageBuilders.PubAckBuilder
- build() - Method in class io.netty.handler.codec.mqtt.MqttMessageBuilders.PublishBuilder
- build() - Method in class io.netty.handler.codec.mqtt.MqttMessageBuilders.SubAckBuilder
- build() - Method in class io.netty.handler.codec.mqtt.MqttMessageBuilders.SubscribeBuilder
- build() - Method in class io.netty.handler.codec.mqtt.MqttMessageBuilders.UnsubAckBuilder
- build() - Method in class io.netty.handler.codec.mqtt.MqttMessageBuilders.UnsubscribeBuilder
- build() - Method in class io.netty.handler.codec.quic.QuicCodecBuilder
-
Builds the QUIC codec that should be added to the
ChannelPipelineof the underlyingChannelwhich is used as transport for QUIC. - build() - Method in class io.netty.handler.codec.quic.QuicSslContextBuilder
-
Create new
QuicSslContextinstance with configured settings that can be used forQUIC. - build() - Method in class io.netty.handler.ssl.OpenSslCertificateCompressionConfig.Builder
-
Build a new
OpenSslCertificateCompressionConfigbased on the previous addedOpenSslCertificateCompressionAlgorithms. - build() - Method in class io.netty.handler.ssl.SslContextBuilder
-
Create new
SslContextinstance with configured settings. - build() - Method in class io.netty.handler.ssl.util.FingerprintTrustManagerFactoryBuilder
-
Creates a
FingerprintTrustManagerFactory. - build() - Method in class io.netty.handler.ssl.util.SelfSignedCertificate.Builder
-
Deprecated.Build the certificate.
- build() - Method in class io.netty.resolver.dns.DnsNameResolverBuilder
-
Returns a new
DnsNameResolverinstance. - build() - Method in class io.netty.util.DomainMappingBuilder
-
Deprecated.Creates a new instance of immutable
DomainNameMappingAttempts to add new mappings to the result object will causeUnsupportedOperationExceptionto be thrown - build() - Method in class io.netty.util.DomainNameMappingBuilder
-
Deprecated.Creates a new instance of immutable
DomainNameMappingAttempts to add new mappings to the result object will causeUnsupportedOperationExceptionto be thrown - build() - Method in class io.netty.util.DomainWildcardMappingBuilder
-
Creates a new instance of an immutable
Mapping. - build(Http2ConnectionDecoder, Http2ConnectionEncoder, Http2Settings) - Method in class io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
-
Implement this method to create a new
Http2ConnectionHandleror its subtype instance. - build(Http2ConnectionDecoder, Http2ConnectionEncoder, Http2Settings) - Method in class io.netty.handler.codec.http2.Http2ConnectionHandlerBuilder
- build(Http2ConnectionDecoder, Http2ConnectionEncoder, Http2Settings) - Method in class io.netty.handler.codec.http2.Http2FrameCodecBuilder
- build(Http2ConnectionDecoder, Http2ConnectionEncoder, Http2Settings) - Method in class io.netty.handler.codec.http2.Http2MultiplexCodecBuilder
-
Deprecated.
- build(Http2ConnectionDecoder, Http2ConnectionEncoder, Http2Settings) - Method in class io.netty.handler.codec.http2.HttpToHttp2ConnectionHandlerBuilder
- build(Http2Connection, int, boolean, boolean) - Method in class io.netty.handler.codec.http2.AbstractInboundHttp2ToHttpAdapterBuilder
-
Creates a new
InboundHttp2ToHttpAdapterwith the specified properties. - build(Http2Connection, int, boolean, boolean) - Method in class io.netty.handler.codec.http2.InboundHttp2ToHttpAdapterBuilder
- build(OutputStream) - Method in class io.netty.handler.pcap.PcapWriteHandler.Builder
-
Build the
PcapWriteHandler. - build(String) - Method in class io.netty.handler.codec.http.QueryStringDecoder.Builder
-
Create a decoder that will lazily decode the given URI with the settings configured in this builder.
- build(URI) - Method in class io.netty.handler.codec.http.QueryStringDecoder.Builder
-
Create a decoder that will lazily decode the given URI with the settings configured in this builder.
- builder() - Static method in class io.netty.channel.embedded.EmbeddedChannel
- builder() - Static method in class io.netty.channel.uring.IoUringBufferRingConfig
- builder() - Static method in class io.netty.handler.codec.http.QueryStringDecoder
- builder() - Static method in class io.netty.handler.pcap.PcapWriteHandler
- builder() - Static method in class io.netty.handler.ssl.util.SelfSignedCertificate
-
Deprecated.
- builder(String) - Static method in class io.netty.handler.ssl.util.FingerprintTrustManagerFactory
-
Creates a builder for
FingerprintTrustManagerFactory. - Builder() - Constructor for class io.netty.channel.uring.IoUringBufferRingConfig.Builder
- Builder() - Constructor for class io.netty.handler.codec.http.cors.CorsConfig.Builder
-
Deprecated.Use
CorsConfigBuilderinstead. - Builder(String...) - Constructor for class io.netty.handler.codec.http.cors.CorsConfig.Builder
-
Deprecated.Use
CorsConfigBuilderinstead. - buildForServerWithSni(Mapping<? super String, ? extends QuicSslContext>) - Static method in class io.netty.handler.codec.quic.QuicSslContextBuilder
-
Enables support for SNI on the server side.
- buildHandshakeException(String) - Method in class io.netty.handler.codec.http.websocketx.WebSocketClientProtocolHandler
- buildHandshakeException(String) - Method in class io.netty.handler.codec.http.websocketx.WebSocketServerProtocolHandler
- buildInvalidMessage() - Method in class io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheDecoder
-
Helper method to create a upstream message when the incoming parsing did fail.
- buildInvalidMessage() - Method in class io.netty.handler.codec.memcache.binary.BinaryMemcacheRequestDecoder
- buildInvalidMessage() - Method in class io.netty.handler.codec.memcache.binary.BinaryMemcacheResponseDecoder
- buildIssuedBy(X509Bundle) - Method in class io.netty.pkitesting.CertificateBuilder
-
Build a
X509Bundlewith a certificate signed by the given issuer bundle. - buildIssuedBy(X509Bundle, String) - Method in class io.netty.pkitesting.CertificateBuilder
-
Build a
X509Bundlewith a certificate signed by the given issuer bundle, using the specified signing algorithm. - buildKeyManagerFactory(File, File, String, KeyManagerFactory) - Static method in class io.netty.handler.ssl.JdkSslContext
-
Deprecated.will be removed.
- buildKeyManagerFactory(File, String, File, String, KeyManagerFactory) - Static method in class io.netty.handler.ssl.JdkSslContext
-
Deprecated.will be removed.
- buildKeyManagerFactory(X509Certificate[], String, PrivateKey, String, KeyManagerFactory, String) - Static method in class io.netty.handler.ssl.SslContext
- buildKeyStore(X509Certificate[], PrivateKey, char[], String) - Static method in class io.netty.handler.ssl.SslContext
-
Generates a new
KeyStore. - buildSelfSigned() - Method in class io.netty.pkitesting.CertificateBuilder
-
Build a
X509Bundlewith a self-signed certificate. - buildTimeMillis() - Method in class io.netty.util.Version
- buildTrustManagerFactory(File, TrustManagerFactory) - Static method in class io.netty.handler.ssl.SslContext
-
Deprecated.
- buildTrustManagerFactory(File, TrustManagerFactory, String) - Static method in class io.netty.handler.ssl.SslContext
-
Build a
TrustManagerFactoryfrom a certificate chain file. - buildTrustManagerFactory(X509Certificate[], TrustManagerFactory, String) - Static method in class io.netty.handler.ssl.SslContext
- BULK_STRING - io.netty.handler.codec.redis.RedisMessageType
- BulkStringHeaderRedisMessage - Class in io.netty.handler.codec.redis
-
The header of Bulk Strings in RESP.
- BulkStringHeaderRedisMessage(int) - Constructor for class io.netty.handler.codec.redis.BulkStringHeaderRedisMessage
-
Creates a
BulkStringHeaderRedisMessage. - bulkStringLength() - Method in class io.netty.handler.codec.redis.BulkStringHeaderRedisMessage
-
Return
bulkStringLengthfor this content. - BulkStringRedisContent - Interface in io.netty.handler.codec.redis
-
A chunk of bulk strings which is used for Redis chunked transfer-encoding.
- BUSY - io.netty.handler.codec.redis.FixedRedisMessagePool.RedisErrorKey
- BUSY_WAIT - Static variable in interface io.netty.channel.SelectStrategy
-
Indicates the IO loop to poll for new events without blocking.
- BUSYKEY - io.netty.handler.codec.redis.FixedRedisMessagePool.RedisErrorKey
- BYTE_ACCEPTOR - Static variable in class io.netty.channel.udt.nio.NioUdtProvider
-
Deprecated.
ChannelFactoryfor UDT Byte Acceptor. - BYTE_CONNECTOR - Static variable in class io.netty.channel.udt.nio.NioUdtProvider
-
Deprecated.
ChannelFactoryfor UDT Byte Connector. - BYTE_PROVIDER - Static variable in class io.netty.channel.udt.nio.NioUdtProvider
-
Deprecated.
SelectorProviderfor UDT Byte channels. - BYTE_RENDEZVOUS - Static variable in class io.netty.channel.udt.nio.NioUdtProvider
-
Deprecated.
ChannelFactoryfor UDT Byte Rendezvous. - byteArrayBaseOffset() - Static method in class io.netty.util.internal.PlatformDependent
- ByteArrayDecoder - Class in io.netty.handler.codec.bytes
-
Decodes a received
ByteBufinto an array of bytes. - ByteArrayDecoder() - Constructor for class io.netty.handler.codec.bytes.ByteArrayDecoder
- ByteArrayEncoder - Class in io.netty.handler.codec.bytes
-
Encodes the requested array of bytes into a
ByteBuf. - ByteArrayEncoder() - Constructor for class io.netty.handler.codec.bytes.ByteArrayEncoder
- byteAt(int) - Method in class io.netty.util.AsciiString
- ByteBuf - Class in io.netty.buffer
-
A random and sequential accessible sequence of zero or more bytes (octets).
- ByteBuf() - Constructor for class io.netty.buffer.ByteBuf
- ByteBufAllocator - Interface in io.netty.buffer
-
Implementations are responsible to allocate buffers.
- ByteBufAllocatorMetric - Interface in io.netty.buffer
- ByteBufAllocatorMetricProvider - Interface in io.netty.buffer
- ByteBufConvertible - Interface in io.netty.buffer
-
An interface that can be implemented by any object that know how to turn itself into a
ByteBuf. - byteBufFormat() - Method in class io.netty.handler.logging.LoggingHandler
-
Returns the
ByteBufFormatthat this handler uses to log - ByteBufFormat - Enum in io.netty.handler.logging
-
Used to control the format and verbosity of logging for
ByteBufs andByteBufHolders. - ByteBufHolder - Interface in io.netty.buffer
-
A packet which is send or receive.
- ByteBufInputStream - Class in io.netty.buffer
-
An
InputStreamwhich reads data from aByteBuf. - ByteBufInputStream(ByteBuf) - Constructor for class io.netty.buffer.ByteBufInputStream
-
Creates a new stream which reads data from the specified
bufferstarting at the currentreaderIndexand ending at the currentwriterIndex. - ByteBufInputStream(ByteBuf, boolean) - Constructor for class io.netty.buffer.ByteBufInputStream
-
Creates a new stream which reads data from the specified
bufferstarting at the currentreaderIndexand ending at the currentwriterIndex. - ByteBufInputStream(ByteBuf, int) - Constructor for class io.netty.buffer.ByteBufInputStream
-
Creates a new stream which reads data from the specified
bufferstarting at the currentreaderIndexand ending atreaderIndex + length. - ByteBufInputStream(ByteBuf, int, boolean) - Constructor for class io.netty.buffer.ByteBufInputStream
-
Creates a new stream which reads data from the specified
bufferstarting at the currentreaderIndexand ending atreaderIndex + length. - ByteBufOutputStream - Class in io.netty.buffer
-
An
OutputStreamwhich writes data to aByteBuf. - ByteBufOutputStream(ByteBuf) - Constructor for class io.netty.buffer.ByteBufOutputStream
-
Creates a new stream which writes data to the specified
buffer. - ByteBufOutputStream(ByteBuf, boolean) - Constructor for class io.netty.buffer.ByteBufOutputStream
-
Creates a new stream which writes data to the specified
buffer. - ByteBufProcessor - Interface in io.netty.buffer
-
Deprecated.Use
ByteProcessor. - ByteBufUtil - Class in io.netty.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. - ByteCollections - Class in io.netty.util.collection
-
Utilities for byte-based primitive collections.
- ByteObjectHashMap<V> - Class in io.netty.util.collection
-
A hash map implementation of
ByteObjectMapthat uses open addressing for keys. - ByteObjectHashMap() - Constructor for class io.netty.util.collection.ByteObjectHashMap
- ByteObjectHashMap(int) - Constructor for class io.netty.util.collection.ByteObjectHashMap
- ByteObjectHashMap(int, float) - Constructor for class io.netty.util.collection.ByteObjectHashMap
- ByteObjectMap<V> - Interface in io.netty.util.collection
-
Interface for a primitive map that uses
bytes as keys. - ByteObjectMap.PrimitiveEntry<V> - Interface in io.netty.util.collection
-
A primitive entry in the map, provided by the iterator from
ByteObjectMap.entries() - ByteProcessor - Interface in io.netty.util
-
Provides a mechanism to iterate over a collection of bytes.
- ByteProcessor.IndexNotOfProcessor - Class in io.netty.util
-
A
ByteProcessorwhich finds the first appearance which is not of a specific byte. - ByteProcessor.IndexOfProcessor - Class in io.netty.util
-
A
ByteProcessorwhich finds the first appearance of a specific byte. - bytes() - Method in class io.netty.channel.PendingWriteQueue
-
Returns the total number of bytes that are pending because of pending messages.
- BYTES - io.netty.channel.unix.DomainSocketReadMode
-
Read
ByteBufs from theDomainSocketChannel. - BYTES - Static variable in class io.netty.handler.codec.http.HttpHeaders.Values
-
Deprecated.
"bytes" - BYTES - Static variable in class io.netty.handler.codec.http.HttpHeaderValues
-
"bytes" - BYTES - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Values
-
Deprecated.
"bytes" - BYTES - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderValues
-
"bytes" - bytesBefore(byte) - Method in class io.netty.buffer.AbstractByteBuf
- bytesBefore(byte) - Method in class io.netty.buffer.ByteBuf
-
Locates the first occurrence of the specified
valuein this buffer. - bytesBefore(byte) - Method in class io.netty.buffer.EmptyByteBuf
- bytesBefore(byte) - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- bytesBefore(byte) - Method in class io.netty.buffer.WrappedByteBuf
- bytesBefore(int, byte) - Method in class io.netty.buffer.AbstractByteBuf
- bytesBefore(int, byte) - Method in class io.netty.buffer.ByteBuf
-
Locates the first occurrence of the specified
valuein this buffer. - bytesBefore(int, byte) - Method in class io.netty.buffer.EmptyByteBuf
- bytesBefore(int, byte) - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- bytesBefore(int, byte) - Method in class io.netty.buffer.WrappedByteBuf
- bytesBefore(int, int, byte) - Method in class io.netty.buffer.AbstractByteBuf
- bytesBefore(int, int, byte) - Method in class io.netty.buffer.ByteBuf
-
Locates the first occurrence of the specified
valuein this buffer. - bytesBefore(int, int, byte) - Method in class io.netty.buffer.EmptyByteBuf
- bytesBefore(int, int, byte) - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- bytesBefore(int, int, byte) - Method in class io.netty.buffer.WrappedByteBuf
- bytesBeforeUnwritable() - Method in interface io.netty.channel.Channel
-
Get how many bytes can be written until
Channel.isWritable()returnsfalse. - bytesBeforeUnwritable() - Method in class io.netty.channel.ChannelOutboundBuffer
-
Get how many bytes can be written until
ChannelOutboundBuffer.isWritable()returnsfalse. - bytesBeforeWritable() - Method in interface io.netty.channel.Channel
-
Get how many bytes must be drained from underlying buffers until
Channel.isWritable()returnstrue. - bytesBeforeWritable() - Method in class io.netty.channel.ChannelOutboundBuffer
-
Get how many bytes must be drained from the underlying buffer until
ChannelOutboundBuffer.isWritable()returnstrue. - bytesToIpAddress(byte[]) - Static method in class io.netty.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.netty.util.NetUtil
-
Converts 4-byte or 16-byte data into an IPv4 or IPv6 string respectively.
- byteToHexString(int) - Static method in class io.netty.util.internal.StringUtil
-
Converts the specified byte value into a hexadecimal integer.
- byteToHexString(T, int) - Static method in class io.netty.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.netty.util.internal.StringUtil
-
Converts the specified byte value into a 2-digit hexadecimal integer.
- byteToHexStringPadded(T, int) - Static method in class io.netty.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.netty.handler.codec
-
A Codec for on-the-fly encoding/decoding of bytes to messages and vise-versa.
- ByteToMessageCodec() - Constructor for class io.netty.handler.codec.ByteToMessageCodec
-
see
ByteToMessageCodec(boolean)withtrueas boolean parameter. - ByteToMessageCodec(boolean) - Constructor for class io.netty.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.netty.handler.codec.ByteToMessageCodec
-
see
ByteToMessageCodec(Class, boolean)withtrueas boolean value. - ByteToMessageCodec(Class<? extends I>, boolean) - Constructor for class io.netty.handler.codec.ByteToMessageCodec
-
Create a new instance
- ByteToMessageDecoder - Class in io.netty.handler.codec
-
ChannelInboundHandlerAdapterwhich decodes bytes in a stream-like fashion from oneByteBufto an other Message type. - ByteToMessageDecoder() - Constructor for class io.netty.handler.codec.ByteToMessageDecoder
- ByteToMessageDecoder.Cumulator - Interface in io.netty.handler.codec
-
Cumulate
ByteBufs. - byteValue() - Method in class io.netty.handler.codec.dns.DnsOpCode
- byteValue() - Method in enum io.netty.handler.codec.haproxy.HAProxyCommand
-
Returns the byte value of this command.
- byteValue() - Method in enum io.netty.handler.codec.haproxy.HAProxyProtocolVersion
-
Returns the byte value of this version.
- byteValue() - Method in enum io.netty.handler.codec.haproxy.HAProxyProxiedProtocol.AddressFamily
-
Returns the byte value of this address family.
- byteValue() - Method in enum io.netty.handler.codec.haproxy.HAProxyProxiedProtocol
-
Returns the byte value of this protocol and address family.
- byteValue() - Method in enum io.netty.handler.codec.haproxy.HAProxyProxiedProtocol.TransportProtocol
-
Returns the byte value of this transport protocol.
- byteValue() - Method in enum io.netty.handler.codec.mqtt.MqttConnectReturnCode
- byteValue() - Method in enum io.netty.handler.codec.mqtt.MqttReasonCodes.Auth
- byteValue() - Method in enum io.netty.handler.codec.mqtt.MqttReasonCodes.Disconnect
- byteValue() - Method in enum io.netty.handler.codec.mqtt.MqttReasonCodes.PubAck
- byteValue() - Method in enum io.netty.handler.codec.mqtt.MqttReasonCodes.PubComp
- byteValue() - Method in enum io.netty.handler.codec.mqtt.MqttReasonCodes.PubRec
- byteValue() - Method in enum io.netty.handler.codec.mqtt.MqttReasonCodes.PubRel
- byteValue() - Method in enum io.netty.handler.codec.mqtt.MqttReasonCodes.SubAck
- byteValue() - Method in enum io.netty.handler.codec.mqtt.MqttReasonCodes.UnsubAck
- byteValue() - Method in enum io.netty.handler.codec.socks.SocksAddressType
- byteValue() - Method in enum io.netty.handler.codec.socks.SocksAuthScheme
- byteValue() - Method in enum io.netty.handler.codec.socks.SocksAuthStatus
- byteValue() - Method in enum io.netty.handler.codec.socks.SocksCmdStatus
- byteValue() - Method in enum io.netty.handler.codec.socks.SocksCmdType
- byteValue() - Method in enum io.netty.handler.codec.socks.SocksProtocolVersion
- byteValue() - Method in enum io.netty.handler.codec.socks.SocksSubnegotiationVersion
- byteValue() - Method in enum io.netty.handler.codec.socksx.SocksVersion
-
Returns the value of the version field, as defined in the protocol specification.
- byteValue() - Method in class io.netty.handler.codec.socksx.v4.Socks4CommandStatus
- byteValue() - Method in class io.netty.handler.codec.socksx.v4.Socks4CommandType
- byteValue() - Method in class io.netty.handler.codec.socksx.v5.Socks5AddressType
- byteValue() - Method in class io.netty.handler.codec.socksx.v5.Socks5AuthMethod
- byteValue() - Method in class io.netty.handler.codec.socksx.v5.Socks5CommandStatus
- byteValue() - Method in class io.netty.handler.codec.socksx.v5.Socks5CommandType
- byteValue() - Method in class io.netty.handler.codec.socksx.v5.Socks5PasswordAuthStatus
- byteValue() - Method in class io.netty.handler.codec.socksx.v5.Socks5PrivateAuthStatus
- byteValueForType(HAProxyTLV.Type) - Static method in enum io.netty.handler.codec.haproxy.HAProxyTLV.Type
-
Returns the byte value for the
HAProxyTLV.Typeas defined in the PROXY protocol 1.5 spec. - Bzip2Decoder - Class in io.netty.handler.codec.compression
-
Uncompresses a
ByteBufencoded with the Bzip2 format. - Bzip2Decoder() - Constructor for class io.netty.handler.codec.compression.Bzip2Decoder
- Bzip2Encoder - Class in io.netty.handler.codec.compression
-
Compresses a
ByteBufusing the Bzip2 algorithm. - Bzip2Encoder() - Constructor for class io.netty.handler.codec.compression.Bzip2Encoder
-
Creates a new bzip2 encoder with the maximum (900,000 byte) block size.
- Bzip2Encoder(int) - Constructor for class io.netty.handler.codec.compression.Bzip2Encoder
-
Creates a new bzip2 encoder with the specified
blockSizeMultiplier.
C
- c2b(char) - Static method in class io.netty.util.AsciiString
- CAA - Static variable in class io.netty.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.netty.resolver.dns.DefaultDnsCache
- cache(String, DnsRecord[], Throwable, EventLoop) - Method in interface io.netty.resolver.dns.DnsCache
-
Cache the resolution failure for a given hostname.
- cache(String, DnsRecord[], Throwable, EventLoop) - Method in class io.netty.resolver.dns.NoopDnsCache
- cache(String, DnsRecord[], InetAddress, long, EventLoop) - Method in class io.netty.resolver.dns.DefaultDnsCache
- cache(String, DnsRecord[], InetAddress, long, EventLoop) - Method in interface io.netty.resolver.dns.DnsCache
-
Create a new
DnsCacheEntryand cache a resolved address for a given hostname. - cache(String, DnsRecord[], InetAddress, long, EventLoop) - Method in class io.netty.resolver.dns.NoopDnsCache
- cache(String, String, long, EventLoop) - Method in class io.netty.resolver.dns.DefaultDnsCnameCache
- cache(String, String, long, EventLoop) - Method in interface io.netty.resolver.dns.DnsCnameCache
-
Caches a cname entry that should be used for the given hostname.
- cache(String, String, long, EventLoop) - Method in class io.netty.resolver.dns.NoopDnsCnameCache
- cache(String, InetSocketAddress, long, EventLoop) - Method in interface io.netty.resolver.dns.AuthoritativeDnsServerCache
-
Caches a nameserver that should be used to resolve the given hostname.
- cache(String, InetSocketAddress, long, EventLoop) - Method in class io.netty.resolver.dns.DefaultAuthoritativeDnsServerCache
- cache(String, InetSocketAddress, long, EventLoop) - Method in class io.netty.resolver.dns.NoopAuthoritativeDnsServerCache
- CACHE_CONTROL - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
-
"cache-control" - CACHE_CONTROL - Static variable in class io.netty.handler.codec.http.HttpHeaders.Names
-
Deprecated.
"Cache-Control" - CACHE_CONTROL - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderNames
-
"cache-control" - CACHE_CONTROL - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Names
-
Deprecated.
"Cache-Control" - cached(String) - Static method in class io.netty.util.AsciiString
-
Returns an
AsciiStringcontaining the given string and retains/caches the input string for later use inAsciiString.toString(). - cacheDisabled(ClassLoader) - Static method in class io.netty.handler.codec.serialization.ClassResolvers
-
Deprecated.cache disabled
- cacheFull() - Method in class io.netty.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.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder
-
Calculate the threshold in bytes which should trigger a
GO_AWAYif a set of headers exceeds this amount. - calculateMaxHeaderListSizeGoAway(long) - Static method in class io.netty.handler.codec.http2.Http2CodecUtil
-
Calculate the threshold in bytes which should trigger a
GO_AWAYif a set of headers exceeds this amount. - calculateNewCapacity(int, int) - Method in class io.netty.buffer.AbstractByteBufAllocator
- calculateNewCapacity(int, int) - Method in interface io.netty.buffer.ByteBufAllocator
- calculateNewCapacity(int, int) - Method in class io.netty.channel.PreferHeapByteBufAllocator
- calculateNewCapacity(int, int) - Method in class io.netty.channel.unix.PreferredDirectByteBufAllocator
- calculateSize(Object) - Method in class io.netty.handler.traffic.AbstractTrafficShapingHandler
-
Calculate the size of the given
Object. - calculateStrategy(IntSupplier, boolean) - Method in interface io.netty.channel.SelectStrategy
-
The
SelectStrategycan be used to steer the outcome of a potential select call. - call() - Method in class io.netty.handler.codec.http.cors.CorsConfig.DateValueGenerator
-
Deprecated.
- callDecode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.ByteToMessageDecoder
-
Called once data should be decoded from the given
ByteBuf. - callDecode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.ReplayingDecoder
- canBlock() - Method in interface io.netty.channel.IoHandlerContext
-
Returns
trueif blocking for IO is allowed or if we should try to do a non-blocking request for IO to be ready. - cancel() - Method in interface io.netty.channel.IoRegistration
-
Cancel the registration.
- cancel() - Method in interface io.netty.util.Timeout
-
Attempts to cancel the
TimerTaskassociated with this handle. - cancel(boolean) - Method in class io.netty.channel.DelegatingChannelPromiseNotifier
- cancel(boolean) - Method in class io.netty.channel.VoidChannelPromise
-
If the cancellation was successful it will fail the future with a
CancellationException. - cancel(boolean) - Method in class io.netty.util.concurrent.CompleteFuture
-
If the cancellation was successful it will fail the future with a
CancellationException. - cancel(boolean) - Method in class io.netty.util.concurrent.DefaultPromise
-
If the cancellation was successful it will fail the future with a
CancellationException. - cancel(boolean) - Method in interface io.netty.util.concurrent.Future
-
If the cancellation was successful it will fail the future with a
CancellationException. - CANCEL - io.netty.handler.codec.http2.Http2Error
- CANCEL - Static variable in class io.netty.handler.codec.spdy.SpdyStreamStatus
-
5 Cancel
- cancelled(Timeout) - Method in interface io.netty.util.TimerTask
-
Called for
TimerTasks that are successfully canceled viaTimeout.cancel(). - cancelOutstandingReads(IoRegistration, int) - Method in class io.netty.channel.uring.IoUringDatagramChannel
- cancelOutstandingWrites(IoRegistration, int) - Method in class io.netty.channel.uring.IoUringDatagramChannel
- cancelScheduledTasks() - Method in class io.netty.util.concurrent.AbstractScheduledEventExecutor
-
Cancel all scheduled tasks.
- canEnableTcpNoDelayByDefault() - Static method in class io.netty.util.internal.PlatformDependent
-
Returns
trueif and only if it is fine to enable TCP_NODELAY socket option by default. - canOpenStream() - Method in interface io.netty.handler.codec.http2.Http2Connection.Endpoint
-
Indicates whether or a stream created by this endpoint can be opened without violating
Http2Connection.Endpoint.maxActiveStreams(). - canReliabilyFreeDirectBuffers() - Static method in class io.netty.util.internal.PlatformDependent
-
Return
trueif the selected cleaner can free direct buffers in a controlled way. - canSuspend() - Method in class io.netty.util.concurrent.SingleThreadEventExecutor
- canSuspend(int) - Method in class io.netty.channel.SingleThreadIoEventLoop
- canSuspend(int) - Method in class io.netty.util.concurrent.SingleThreadEventExecutor
- capacity() - Method in class io.netty.buffer.ByteBuf
-
Returns the number of bytes (octets) this buffer can contain.
- capacity() - Method in class io.netty.buffer.CompositeByteBuf
- capacity() - Method in class io.netty.buffer.DuplicatedByteBuf
-
Deprecated.
- capacity() - Method in class io.netty.buffer.EmptyByteBuf
- capacity() - Method in class io.netty.buffer.ReadOnlyByteBuf
-
Deprecated.
- capacity() - Method in class io.netty.buffer.SlicedByteBuf
-
Deprecated.
- capacity() - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- capacity() - Method in class io.netty.buffer.UnpooledDirectByteBuf
- capacity() - Method in class io.netty.buffer.UnpooledHeapByteBuf
- capacity() - Method in class io.netty.buffer.WrappedByteBuf
- capacity(int) - Method in class io.netty.buffer.ByteBuf
-
Adjusts the capacity of this buffer.
- capacity(int) - Method in class io.netty.buffer.CompositeByteBuf
- capacity(int) - Method in class io.netty.buffer.DuplicatedByteBuf
-
Deprecated.
- capacity(int) - Method in class io.netty.buffer.EmptyByteBuf
- capacity(int) - Method in class io.netty.buffer.ReadOnlyByteBuf
-
Deprecated.
- capacity(int) - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- capacity(int) - Method in class io.netty.buffer.UnpooledDirectByteBuf
- capacity(int) - Method in class io.netty.buffer.UnpooledHeapByteBuf
- capacity(int) - Method in class io.netty.buffer.WrappedByteBuf
- captureZeroByte(boolean) - Method in class io.netty.handler.pcap.PcapWriteHandler.Builder
-
Set to
trueto enable capturing packets with empty (0 bytes) payload. - CARRIAGE_RETURN - Static variable in class io.netty.util.internal.StringUtil
- cas() - Method in class io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage
- cas() - Method in interface io.netty.handler.codec.memcache.binary.BinaryMemcacheMessage
-
Returns the CAS identifier.
- cascade(boolean, F, Promise<? super V>) - Static method in class io.netty.util.concurrent.PromiseNotifier
- cascade(F, Promise<? super V>) - Static method in class io.netty.util.concurrent.PromiseNotifier
- cascadeTo(Future<X>, Promise<? super X>) - Static method in class io.netty.util.concurrent.UnaryPromiseNotifier
-
Deprecated.
- CASE_INSENSITIVE_HASHER - Static variable in class io.netty.util.AsciiString
- CASE_SENSITIVE_HASHER - Static variable in class io.netty.util.AsciiString
- casRawRefCnt(T, int, int) - Method in class io.netty.util.internal.AtomicReferenceCountUpdater
- casRawRefCnt(T, int, int) - Method in class io.netty.util.internal.ReferenceCountUpdater
- casRawRefCnt(T, int, int) - Method in class io.netty.util.internal.UnsafeReferenceCountUpdater
- casRawRefCnt(T, int, int) - Method in class io.netty.util.internal.VarHandleReferenceCountUpdater
- caState() - Method in class io.netty.channel.epoll.EpollTcpInfo
- caState() - Method in class io.netty.channel.uring.IoUringTcpInfo
- cause() - Method in class io.netty.channel.DelegatingChannelPromiseNotifier
- cause() - Method in interface io.netty.channel.group.ChannelGroupFuture
- cause() - Method in class io.netty.channel.VoidChannelPromise
- cause() - Static method in class io.netty.handler.codec.compression.Brotli
-
Returns
Throwableof unavailability cause - cause() - Static method in class io.netty.handler.codec.compression.Zstd
-
Returns
Throwableof unavailability cause - cause() - Method in class io.netty.handler.codec.DecoderResult
- cause() - Method in class io.netty.handler.ssl.SslCompletionEvent
- cause() - Method in interface io.netty.resolver.dns.DnsCacheEntry
-
If the DNS query failed this will provide the rational.
- cause() - Method in class io.netty.util.concurrent.DefaultPromise
- cause() - Method in class io.netty.util.concurrent.FailedFuture
- cause() - Method in interface io.netty.util.concurrent.Future
-
Returns the cause of the failed I/O operation if the I/O operation has failed.
- cause() - Method in class io.netty.util.concurrent.SucceededFuture
- cbHits() - Method in class io.netty.handler.ssl.OpenSslSessionStats
-
Returns the number of successfully retrieved sessions from the external session cache in server mode.
- cert() - Method in class io.netty.handler.ssl.util.SelfSignedCertificate
-
Deprecated.Returns the generated X.509 certificate.
- CERT - Static variable in class io.netty.handler.codec.dns.DnsRecordType
-
Certificate record RFC 4398 Stores PKIX, SPKI, PGP, etc.
- certificate() - Method in class io.netty.handler.ssl.util.SelfSignedCertificate
-
Deprecated.Returns the generated X.509 certificate file in PEM format.
- CERTIFICATE_COMPRESSION_ALGORITHMS - Static variable in class io.netty.handler.ssl.OpenSslContextOption
-
Set the
OpenSslCertificateCompressionConfigto use. - CertificateBuilder - Class in io.netty.pkitesting
-
The
CertificateBuilderproduceX509Bundleinstances, where the keys use the specified algorithm, and the certificate have the specified data. - CertificateBuilder() - Constructor for class io.netty.pkitesting.CertificateBuilder
-
Create a new certificate builder with a default configuration.
- CertificateBuilder.Algorithm - Enum in io.netty.pkitesting
-
The
CertificateBuilder.Algorithmenum encapsulates both the key type, key generation parameters, and the signature algorithm to use. - CertificateBuilder.ExtendedKeyUsage - Enum in io.netty.pkitesting
-
The extended key usage field specify what the certificate and key is allowed to be used for.
- CertificateBuilder.KeyUsage - Enum in io.netty.pkitesting
-
The key usage field specify what the certificate and key is allowed to be used for.
- certificates(byte[][]) - Static method in class io.netty.handler.ssl.ReferenceCountedOpenSslContext
- ch() - Method in class io.netty.channel.nio.AbstractNioChannel.AbstractNioUnsafe
- ch() - Method in interface io.netty.channel.nio.AbstractNioChannel.NioUnsafe
-
Return underlying
SelectableChannel - channel - Variable in class io.netty.channel.DefaultChannelConfig
- channel() - Method in interface io.netty.channel.ChannelFuture
-
Returns a channel where the I/O operation associated with this future takes place.
- channel() - Method in interface io.netty.channel.ChannelHandlerContext
-
Return the
Channelwhich is bound to theChannelHandlerContext. - channel() - Method in interface io.netty.channel.ChannelPipeline
-
Returns the
Channelthat this pipeline is attached to. - channel() - Method in interface io.netty.channel.ChannelPromise
- channel() - Method in class io.netty.channel.DefaultChannelPipeline
- channel() - Method in class io.netty.channel.DefaultChannelProgressivePromise
- channel() - Method in class io.netty.channel.DefaultChannelPromise
- channel() - Method in class io.netty.channel.DelegatingChannelPromiseNotifier
- channel() - Method in class io.netty.channel.VoidChannelPromise
- channel(Class<? extends C>) - Method in class io.netty.bootstrap.AbstractBootstrap
-
The
Classwhich is used to createChannelinstances from. - Channel - Interface in io.netty.channel
-
A nexus to a network socket or a component which is capable of I/O operations such as read, write, connect, and bind.
- Channel.Unsafe - Interface in io.netty.channel
-
Unsafe operations that should never be called from user-code.
- channelAccepted(ChannelHandlerContext, T) - Method in class io.netty.handler.ipfilter.AbstractRemoteAddressFilter
-
This method is called if
remoteAddressgets accepted byAbstractRemoteAddressFilter.accept(ChannelHandlerContext, SocketAddress). - channelAcquired(Channel) - Method in class io.netty.channel.pool.AbstractChannelPoolHandler
-
NOOP implementation, sub-classes may override this.
- channelAcquired(Channel) - Method in interface io.netty.channel.pool.ChannelPoolHandler
-
Called once a
Channelwas acquired by callingChannelPool.acquire()orChannelPool.acquire(Promise). - channelActive(ChannelHandlerContext) - Method in interface io.netty.channel.ChannelInboundHandler
-
The
Channelof theChannelHandlerContextis now active - channelActive(ChannelHandlerContext) - Method in class io.netty.channel.ChannelInboundHandlerAdapter
-
Calls
ChannelHandlerContext.fireChannelActive()to forward to the nextChannelInboundHandlerin theChannelPipeline. - channelActive(ChannelHandlerContext) - Method in class io.netty.channel.CombinedChannelDuplexHandler
- channelActive(ChannelHandlerContext) - Method in class io.netty.handler.codec.DatagramPacketDecoder
- channelActive(ChannelHandlerContext) - Method in class io.netty.handler.codec.http2.Http2ConnectionHandler
- channelActive(ChannelHandlerContext) - Method in class io.netty.handler.codec.http3.Http3ConnectionHandler
- channelActive(ChannelHandlerContext) - Method in class io.netty.handler.ipfilter.AbstractRemoteAddressFilter
- channelActive(ChannelHandlerContext) - Method in class io.netty.handler.logging.LoggingHandler
- channelActive(ChannelHandlerContext) - Method in class io.netty.handler.pcap.PcapWriteHandler
- channelActive(ChannelHandlerContext) - Method in class io.netty.handler.proxy.ProxyHandler
- channelActive(ChannelHandlerContext) - Method in class io.netty.handler.ssl.AbstractSniHandler
- channelActive(ChannelHandlerContext) - Method in class io.netty.handler.ssl.SslHandler
-
Issues an initial TLS handshake once connected when used in client-mode
- channelActive(ChannelHandlerContext) - Method in class io.netty.handler.timeout.IdleStateHandler
- ChannelConfig - Interface in io.netty.channel
-
A set of configuration properties of a
Channel. - channelCreated(Channel) - Method in interface io.netty.channel.pool.ChannelPoolHandler
-
Called once a new
Channelis created in theChannelPool. - ChannelDuplexHandler - Class in io.netty.channel
-
ChannelHandlerimplementation which represents a combination out of aChannelInboundHandlerand theChannelOutboundHandler. - ChannelDuplexHandler() - Constructor for class io.netty.channel.ChannelDuplexHandler
- ChannelException - Exception in io.netty.channel
-
A
RuntimeExceptionwhich is thrown when an I/O operation fails. - ChannelException() - Constructor for exception io.netty.channel.ChannelException
-
Creates a new exception.
- ChannelException(String) - Constructor for exception io.netty.channel.ChannelException
-
Creates a new exception.
- ChannelException(String, Throwable) - Constructor for exception io.netty.channel.ChannelException
-
Creates a new exception.
- ChannelException(String, Throwable, boolean) - Constructor for exception io.netty.channel.ChannelException
- ChannelException(Throwable) - Constructor for exception io.netty.channel.ChannelException
-
Creates a new exception.
- channelFactory() - Method in class io.netty.bootstrap.AbstractBootstrapConfig
-
Returns the configured
ChannelFactoryornullif non is configured yet. - channelFactory() - Method in class io.netty.resolver.dns.DnsNameResolverBuilder
-
Deprecated.
- channelFactory(ChannelFactory<? extends C>) - Method in class io.netty.bootstrap.AbstractBootstrap
-
Deprecated.
- channelFactory(ChannelFactory<? extends C>) - Method in class io.netty.bootstrap.AbstractBootstrap
-
ChannelFactorywhich is used to createChannelinstances from when callingAbstractBootstrap.bind(). - channelFactory(ChannelFactory<? extends DatagramChannel>) - Method in class io.netty.resolver.dns.DnsNameResolverBuilder
-
Deprecated.
- ChannelFactory<T extends Channel> - Interface in io.netty.bootstrap
-
Deprecated.Use
ChannelFactoryinstead. - ChannelFactory<T extends Channel> - Interface in io.netty.channel
-
Creates a new
Channel. - ChannelFlushPromiseNotifier - Class in io.netty.channel
-
This implementation allows to register
ChannelFutureinstances which will get notified once some amount of data was written and so a checkpoint was reached. - ChannelFlushPromiseNotifier() - Constructor for class io.netty.channel.ChannelFlushPromiseNotifier
-
Create a new instance which will use
ChannelPromise.setSuccess()andChannelPromise.setFailure(Throwable)to notify theChannelPromises. - ChannelFlushPromiseNotifier(boolean) - Constructor for class io.netty.channel.ChannelFlushPromiseNotifier
-
Create a new instance
- ChannelFuture - Interface in io.netty.channel
-
The result of an asynchronous
ChannelI/O operation. - ChannelFutureListener - Interface in io.netty.channel
-
Listens to the result of a
ChannelFuture. - ChannelGroup - Interface in io.netty.channel.group
-
A thread-safe
Setthat contains openChannels and provides various bulk operations on them. - ChannelGroupException - Exception in io.netty.channel.group
-
ChannelExceptionwhich holdsChannelFutures that failed because of an error. - ChannelGroupException(Collection<Map.Entry<Channel, Throwable>>) - Constructor for exception io.netty.channel.group.ChannelGroupException
- ChannelGroupFuture - Interface in io.netty.channel.group
-
The result of an asynchronous
ChannelGroupoperation. - ChannelGroupFutureListener - Interface in io.netty.channel.group
-
Listens to the result of a
ChannelGroupFuture. - ChannelHandler - Interface in io.netty.channel
-
Handles an I/O event or intercepts an I/O operation, and forwards it to its next handler in its
ChannelPipeline. - ChannelHandler.Sharable - Annotation Type in io.netty.channel
-
Indicates that the same instance of the annotated
ChannelHandlercan be added to one or moreChannelPipelines multiple times without a race condition. - ChannelHandlerAdapter - Class in io.netty.channel
-
Skeleton implementation of a
ChannelHandler. - ChannelHandlerAdapter() - Constructor for class io.netty.channel.ChannelHandlerAdapter
- channelHandlerContext() - Method in class io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController
- channelHandlerContext() - Method in interface io.netty.handler.codec.http2.Http2RemoteFlowController
-
Get the
ChannelHandlerContextfor which to apply flow control on. - channelHandlerContext(ChannelHandlerContext) - Method in class io.netty.handler.codec.http2.DefaultHttp2LocalFlowController
- channelHandlerContext(ChannelHandlerContext) - Method in class io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController
-
Set the
ChannelHandlerContextfor which to apply flow control on. - channelHandlerContext(ChannelHandlerContext) - Method in interface io.netty.handler.codec.http2.Http2FlowController
-
Set the
ChannelHandlerContextfor which to apply flow control on. - ChannelHandlerContext - Interface in io.netty.channel
-
Enables a
ChannelHandlerto interact with itsChannelPipelineand other handlers. - ChannelHealthChecker - Interface in io.netty.channel.pool
- channelId(ChannelId) - Method in class io.netty.channel.embedded.EmbeddedChannel.Builder
-
The
ChannelIdthat will be used to identify this channel. - ChannelId - Interface in io.netty.channel
-
Represents the globally unique identifier of a
Channel. - channelIdle(ChannelHandlerContext, IdleStateEvent) - Method in class io.netty.handler.timeout.IdleStateHandler
-
Is called when an
IdleStateEventshould be fired. - channelIdle(ChannelHandlerContext, IdleStateEvent) - Method in class io.netty.handler.timeout.ReadTimeoutHandler
- channelInactive(ChannelHandlerContext) - Method in interface io.netty.channel.ChannelInboundHandler
-
The
Channelof theChannelHandlerContextwas registered is now inactive and reached its end of lifetime. - channelInactive(ChannelHandlerContext) - Method in class io.netty.channel.ChannelInboundHandlerAdapter
-
Calls
ChannelHandlerContext.fireChannelInactive()to forward to the nextChannelInboundHandlerin theChannelPipeline. - channelInactive(ChannelHandlerContext) - Method in class io.netty.channel.CombinedChannelDuplexHandler
- channelInactive(ChannelHandlerContext) - Method in class io.netty.handler.codec.ByteToMessageCodec
- channelInactive(ChannelHandlerContext) - Method in class io.netty.handler.codec.ByteToMessageDecoder
- channelInactive(ChannelHandlerContext) - Method in class io.netty.handler.codec.compression.BrotliDecoder
- channelInactive(ChannelHandlerContext) - Method in class io.netty.handler.codec.DatagramPacketDecoder
- channelInactive(ChannelHandlerContext) - Method in class io.netty.handler.codec.http.HttpContentDecoder
- channelInactive(ChannelHandlerContext) - Method in class io.netty.handler.codec.http.HttpContentEncoder
- channelInactive(ChannelHandlerContext) - Method in class io.netty.handler.codec.http2.Http2ConnectionHandler
- channelInactive(ChannelHandlerContext) - Method in class io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheDecoder
-
When the channel goes inactive, release all frames to prevent data leaks.
- channelInactive(ChannelHandlerContext) - Method in class io.netty.handler.codec.MessageAggregator
- channelInactive(ChannelHandlerContext) - Method in class io.netty.handler.codec.spdy.SpdyHttpDecoder
- channelInactive(ChannelHandlerContext) - Method in class io.netty.handler.codec.spdy.SpdySessionHandler
- channelInactive(ChannelHandlerContext) - Method in class io.netty.handler.flow.FlowControlHandler
- channelInactive(ChannelHandlerContext) - Method in class io.netty.handler.logging.LoggingHandler
- channelInactive(ChannelHandlerContext) - Method in class io.netty.handler.proxy.ProxyHandler
- channelInactive(ChannelHandlerContext) - Method in class io.netty.handler.ssl.ApplicationProtocolNegotiationHandler
- channelInactive(ChannelHandlerContext) - Method in class io.netty.handler.ssl.SslHandler
- channelInactive(ChannelHandlerContext) - Method in class io.netty.handler.stream.ChunkedWriteHandler
- channelInactive(ChannelHandlerContext) - Method in class io.netty.handler.timeout.IdleStateHandler
- ChannelInboundHandler - Interface in io.netty.channel
-
ChannelHandlerwhich adds callbacks for state changes. - ChannelInboundHandlerAdapter - Class in io.netty.channel
-
Abstract base class for
ChannelInboundHandlerimplementations which provide implementations of all of their methods. - ChannelInboundHandlerAdapter() - Constructor for class io.netty.channel.ChannelInboundHandlerAdapter
- ChannelInboundInvoker - Interface in io.netty.channel
- ChannelInitializer<C extends Channel> - Class in io.netty.channel
-
A special
ChannelInboundHandlerwhich offers an easy way to initialize aChannelonce it was registered to itsEventLoop. - ChannelInitializer() - Constructor for class io.netty.channel.ChannelInitializer
- ChannelInitializerExtension - Class in io.netty.bootstrap
-
A channel initializer extension make it possible to enforce rules and apply modifications across multiple, disconnected uses of Netty within the same JVM process.
- ChannelInitializerExtension() - Constructor for class io.netty.bootstrap.ChannelInitializerExtension
- channelInputClosed(ChannelHandlerContext) - Method in class io.netty.handler.codec.http3.Http3FrameToHttpObjectCodec
- channelInputClosed(ChannelHandlerContext) - Method in class io.netty.handler.codec.http3.Http3RequestStreamInboundHandler
-
Called once the input is closed and so no more inbound data is received on it.
- ChannelInputShutdownEvent - Class in io.netty.channel.socket
-
Special event which will be fired and passed to the
ChannelInboundHandler.userEventTriggered(ChannelHandlerContext, Object)methods once the input of aSocketChannelwas shutdown and theDuplexChannelConfig.isAllowHalfClosure()method returnstrue. - ChannelInputShutdownReadComplete - Class in io.netty.channel.socket
-
User event that signifies the channel's input side is shutdown, and we tried to shut it down again.
- ChannelMatcher - Interface in io.netty.channel.group
-
Allows to only match some
Channel's for operations inChannelGroup. - ChannelMatchers - Class in io.netty.channel.group
-
Helper class which provides often used
ChannelMatcherimplementations. - ChannelMetadata - Class in io.netty.channel
-
Represents the properties of a
Channelimplementation. - ChannelMetadata(boolean) - Constructor for class io.netty.channel.ChannelMetadata
-
Create a new instance
- ChannelMetadata(boolean, int) - Constructor for class io.netty.channel.ChannelMetadata
-
Create a new instance
- ChannelOption<T> - Class in io.netty.channel
-
A
ChannelOptionallows to configure aChannelConfigin a type-safe way. - ChannelOption(String) - Constructor for class io.netty.channel.ChannelOption
-
Deprecated.
- ChannelOutboundBuffer - Class in io.netty.channel
-
(Transport implementors only) an internal data structure used by
AbstractChannelto store its pending outbound write requests. - ChannelOutboundBuffer.MessageProcessor - Interface in io.netty.channel
- ChannelOutboundHandler - Interface in io.netty.channel
-
ChannelHandlerwhich will get notified for IO-outbound-operations. - ChannelOutboundHandlerAdapter - Class in io.netty.channel
-
Skeleton implementation of a
ChannelOutboundHandler. - ChannelOutboundHandlerAdapter() - Constructor for class io.netty.channel.ChannelOutboundHandlerAdapter
- ChannelOutboundInvoker - Interface in io.netty.channel
- ChannelOutputShutdownEvent - Class in io.netty.channel.socket
-
Special event which will be fired and passed to the
ChannelInboundHandler.userEventTriggered(ChannelHandlerContext, Object)methods once the output of aSocketChannelwas shutdown. - ChannelOutputShutdownException - Exception in io.netty.channel.socket
-
Used to fail pending writes when a channel's output has been shutdown.
- ChannelOutputShutdownException(String) - Constructor for exception io.netty.channel.socket.ChannelOutputShutdownException
- ChannelOutputShutdownException(String, Throwable) - Constructor for exception io.netty.channel.socket.ChannelOutputShutdownException
- ChannelPerResolution - io.netty.resolver.dns.DnsNameResolverChannelStrategy
-
Use a new
Channelper resolution or per explicit query. - ChannelPerResolver - io.netty.resolver.dns.DnsNameResolverChannelStrategy
-
Use the same underlying
Channelfor all queries produced by a singleDnsNameResolverinstance. - ChannelPipeline - Interface in io.netty.channel
-
A list of
ChannelHandlers which handles or intercepts inbound events and outbound operations of aChannel. - ChannelPipelineException - Exception in io.netty.channel
-
A
ChannelExceptionwhich is thrown when aChannelPipelinefailed to execute an operation. - ChannelPipelineException() - Constructor for exception io.netty.channel.ChannelPipelineException
-
Creates a new instance.
- ChannelPipelineException(String) - Constructor for exception io.netty.channel.ChannelPipelineException
-
Creates a new instance.
- ChannelPipelineException(String, Throwable) - Constructor for exception io.netty.channel.ChannelPipelineException
-
Creates a new instance.
- ChannelPipelineException(Throwable) - Constructor for exception io.netty.channel.ChannelPipelineException
-
Creates a new instance.
- ChannelPool - Interface in io.netty.channel.pool
-
Allows to acquire and release
Channeland so act as a pool of these. - ChannelPoolHandler - Interface in io.netty.channel.pool
-
Handler which is called for various actions done by the
ChannelPool. - ChannelPoolMap<K,P extends ChannelPool> - Interface in io.netty.channel.pool
-
Allows to map
ChannelPoolimplementations to a specific key. - ChannelProgressiveFuture - Interface in io.netty.channel
-
An special
ChannelFuturewhich is used to indicate theFileRegiontransfer progress - ChannelProgressiveFutureListener - Interface in io.netty.channel
-
An
EventListenerlistener which will be called once the sending task associated with future is being transferred. - ChannelProgressivePromise - Interface in io.netty.channel
-
Special
ChannelPromisewhich will be notified once the associated bytes is transferring. - ChannelPromise - Interface in io.netty.channel
-
Special
ChannelFuturewhich is writable. - ChannelPromiseAggregator - Class in io.netty.channel
-
Deprecated.Use
PromiseCombinerClass which is used to consolidate multiple channel futures into one, by listening to the individual futures and producing an aggregated result (success/failure) when all futures have completed. - ChannelPromiseAggregator(ChannelPromise) - Constructor for class io.netty.channel.ChannelPromiseAggregator
-
Deprecated.
- ChannelPromiseNotifier - Class in io.netty.channel
-
Deprecated.use
PromiseNotifier. - ChannelPromiseNotifier(boolean, ChannelPromise...) - Constructor for class io.netty.channel.ChannelPromiseNotifier
-
Deprecated.Create a new instance
- ChannelPromiseNotifier(ChannelPromise...) - Constructor for class io.netty.channel.ChannelPromiseNotifier
-
Deprecated.Create a new instance
- channelRead(ChannelHandlerContext, Http3DataFrame) - Method in class io.netty.handler.codec.http3.Http3FrameToHttpObjectCodec
- channelRead(ChannelHandlerContext, Http3DataFrame) - Method in class io.netty.handler.codec.http3.Http3RequestStreamInboundHandler
-
Called once a
Http3DataFrameis ready for this stream to process. - channelRead(ChannelHandlerContext, Http3HeadersFrame) - Method in class io.netty.handler.codec.http3.Http3FrameToHttpObjectCodec
- channelRead(ChannelHandlerContext, Http3HeadersFrame) - Method in class io.netty.handler.codec.http3.Http3RequestStreamInboundHandler
-
Called once a
Http3HeadersFrameis ready for this stream to process. - channelRead(ChannelHandlerContext, Http3UnknownFrame) - Method in class io.netty.handler.codec.http3.Http3RequestStreamInboundHandler
-
Called once a
Http3UnknownFrameis ready for this stream to process. - channelRead(ChannelHandlerContext, Object) - Method in interface io.netty.channel.ChannelInboundHandler
-
Invoked when the current
Channelhas read a message from the peer. - channelRead(ChannelHandlerContext, Object) - Method in class io.netty.channel.ChannelInboundHandlerAdapter
-
Calls
ChannelHandlerContext.fireChannelRead(Object)to forward to the nextChannelInboundHandlerin theChannelPipeline. - channelRead(ChannelHandlerContext, Object) - Method in class io.netty.channel.CombinedChannelDuplexHandler
- channelRead(ChannelHandlerContext, Object) - Method in class io.netty.channel.SimpleChannelInboundHandler
- channelRead(ChannelHandlerContext, Object) - Method in class io.netty.handler.codec.ByteToMessageCodec
- channelRead(ChannelHandlerContext, Object) - Method in class io.netty.handler.codec.ByteToMessageDecoder
- channelRead(ChannelHandlerContext, Object) - Method in class io.netty.handler.codec.haproxy.HAProxyMessageDecoder
- channelRead(ChannelHandlerContext, Object) - Method in class io.netty.handler.codec.http.cors.CorsHandler
- channelRead(ChannelHandlerContext, Object) - Method in class io.netty.handler.codec.http.HttpServerExpectContinueHandler
- channelRead(ChannelHandlerContext, Object) - Method in class io.netty.handler.codec.http.HttpServerKeepAliveHandler
- channelRead(ChannelHandlerContext, Object) - Method in class io.netty.handler.codec.http.websocketx.extensions.WebSocketClientExtensionHandler
- channelRead(ChannelHandlerContext, Object) - Method in class io.netty.handler.codec.http.websocketx.extensions.WebSocketServerExtensionHandler
- channelRead(ChannelHandlerContext, Object) - Method in class io.netty.handler.codec.http.websocketx.Utf8FrameValidator
- channelRead(ChannelHandlerContext, Object) - Method in class io.netty.handler.codec.http2.Http2MultiplexCodec
-
Deprecated.
- channelRead(ChannelHandlerContext, Object) - Method in class io.netty.handler.codec.http2.Http2MultiplexHandler
- channelRead(ChannelHandlerContext, Object) - Method in class io.netty.handler.codec.http2.InboundHttpToHttp2Adapter
- channelRead(ChannelHandlerContext, Object) - Method in class io.netty.handler.codec.http3.Http3ConnectionHandler
- channelRead(ChannelHandlerContext, Object) - Method in class io.netty.handler.codec.http3.Http3RequestStreamInboundHandler
- channelRead(ChannelHandlerContext, Object) - Method in class io.netty.handler.codec.MessageToMessageCodec
- channelRead(ChannelHandlerContext, Object) - Method in class io.netty.handler.codec.MessageToMessageDecoder
- channelRead(ChannelHandlerContext, Object) - Method in class io.netty.handler.codec.quic.QuicCodecDispatcher
- channelRead(ChannelHandlerContext, Object) - Method in class io.netty.handler.codec.spdy.SpdySessionHandler
- channelRead(ChannelHandlerContext, Object) - Method in class io.netty.handler.flow.FlowControlHandler
- channelRead(ChannelHandlerContext, Object) - Method in class io.netty.handler.flush.FlushConsolidationHandler
- channelRead(ChannelHandlerContext, Object) - Method in class io.netty.handler.logging.LoggingHandler
- channelRead(ChannelHandlerContext, Object) - Method in class io.netty.handler.pcap.PcapWriteHandler
- channelRead(ChannelHandlerContext, Object) - Method in class io.netty.handler.proxy.ProxyHandler
- channelRead(ChannelHandlerContext, Object) - Method in class io.netty.handler.ssl.ApplicationProtocolNegotiationHandler
- channelRead(ChannelHandlerContext, Object) - Method in class io.netty.handler.timeout.IdleStateHandler
- channelRead(ChannelHandlerContext, Object) - Method in class io.netty.handler.traffic.AbstractTrafficShapingHandler
- channelRead(ChannelHandlerContext, Object) - Method in class io.netty.handler.traffic.GlobalChannelTrafficShapingHandler
- channelRead0(ChannelHandlerContext, I) - Method in class io.netty.channel.SimpleChannelInboundHandler
-
Is called for each message of type
SimpleChannelInboundHandler. - channelReadComplete(ChannelHandlerContext) - Method in interface io.netty.channel.ChannelInboundHandler
-
Invoked when the last message read by the current read operation has been consumed by
ChannelInboundHandler.channelRead(ChannelHandlerContext, Object). - channelReadComplete(ChannelHandlerContext) - Method in class io.netty.channel.ChannelInboundHandlerAdapter
-
Calls
ChannelHandlerContext.fireChannelReadComplete()to forward to the nextChannelInboundHandlerin theChannelPipeline. - channelReadComplete(ChannelHandlerContext) - Method in class io.netty.channel.CombinedChannelDuplexHandler
- channelReadComplete(ChannelHandlerContext) - Method in class io.netty.handler.codec.ByteToMessageCodec
- channelReadComplete(ChannelHandlerContext) - Method in class io.netty.handler.codec.ByteToMessageDecoder
- channelReadComplete(ChannelHandlerContext) - Method in class io.netty.handler.codec.compression.BrotliDecoder
- channelReadComplete(ChannelHandlerContext) - Method in class io.netty.handler.codec.compression.JdkZlibDecoder
- channelReadComplete(ChannelHandlerContext) - Method in class io.netty.handler.codec.compression.JZlibDecoder
- channelReadComplete(ChannelHandlerContext) - Method in class io.netty.handler.codec.compression.ZstdDecoder
- channelReadComplete(ChannelHandlerContext) - Method in class io.netty.handler.codec.DatagramPacketDecoder
- channelReadComplete(ChannelHandlerContext) - Method in class io.netty.handler.codec.http.HttpContentDecoder
- channelReadComplete(ChannelHandlerContext) - Method in class io.netty.handler.codec.http2.Http2ConnectionHandler
- channelReadComplete(ChannelHandlerContext) - Method in class io.netty.handler.codec.http2.Http2MultiplexCodec
-
Deprecated.Notifies any child streams of the read completion.
- channelReadComplete(ChannelHandlerContext) - Method in class io.netty.handler.codec.http2.Http2MultiplexHandler
-
Notifies any child streams of the read completion.
- channelReadComplete(ChannelHandlerContext) - Method in class io.netty.handler.codec.MessageAggregator
- channelReadComplete(ChannelHandlerContext) - Method in class io.netty.handler.codec.MessageToMessageCodec
- channelReadComplete(ChannelHandlerContext) - Method in class io.netty.handler.codec.MessageToMessageDecoder
- channelReadComplete(ChannelHandlerContext) - Method in class io.netty.handler.codec.quic.QuicCodecDispatcher
- channelReadComplete(ChannelHandlerContext) - Method in class io.netty.handler.codec.spdy.SpdyFrameCodec
- channelReadComplete(ChannelHandlerContext) - Method in class io.netty.handler.flow.FlowControlHandler
- channelReadComplete(ChannelHandlerContext) - Method in class io.netty.handler.flush.FlushConsolidationHandler
- channelReadComplete(ChannelHandlerContext) - Method in class io.netty.handler.logging.LoggingHandler
- channelReadComplete(ChannelHandlerContext) - Method in class io.netty.handler.proxy.ProxyHandler
- channelReadComplete(ChannelHandlerContext) - Method in class io.netty.handler.ssl.SslHandler
- channelReadComplete(ChannelHandlerContext) - Method in class io.netty.handler.timeout.IdleStateHandler
- channelReady(C, SelectionKey) - Method in interface io.netty.channel.nio.NioTask
-
Invoked when the
SelectableChannelhas been selected by theSelector. - channelRegistered(ChannelHandlerContext) - Method in interface io.netty.channel.ChannelInboundHandler
- channelRegistered(ChannelHandlerContext) - Method in class io.netty.channel.ChannelInboundHandlerAdapter
-
Calls
ChannelHandlerContext.fireChannelRegistered()to forward to the nextChannelInboundHandlerin theChannelPipeline. - channelRegistered(ChannelHandlerContext) - Method in class io.netty.channel.ChannelInitializer
- channelRegistered(ChannelHandlerContext) - Method in class io.netty.channel.CombinedChannelDuplexHandler
- channelRegistered(ChannelHandlerContext) - Method in class io.netty.handler.codec.DatagramPacketDecoder
- channelRegistered(ChannelHandlerContext) - Method in class io.netty.handler.ipfilter.AbstractRemoteAddressFilter
- channelRegistered(ChannelHandlerContext) - Method in class io.netty.handler.logging.LoggingHandler
- channelRegistered(ChannelHandlerContext) - Method in class io.netty.handler.timeout.IdleStateHandler
- channelRegistered(ChannelHandlerContext) - Method in class io.netty.handler.traffic.AbstractTrafficShapingHandler
- channelRejected(ChannelHandlerContext, T) - Method in class io.netty.handler.ipfilter.AbstractRemoteAddressFilter
-
This method is called if
remoteAddressgets rejected byAbstractRemoteAddressFilter.accept(ChannelHandlerContext, SocketAddress). - channelReleased(Channel) - Method in class io.netty.channel.pool.AbstractChannelPoolHandler
-
NOOP implementation, sub-classes may override this.
- channelReleased(Channel) - Method in interface io.netty.channel.pool.ChannelPoolHandler
-
Called once a
Channelwas released by callingChannelPool.release(Channel)orChannelPool.release(Channel, Promise). - ChannelsReadOnlyIterator(Iterable<T>) - Constructor for class io.netty.channel.SingleThreadEventLoop.ChannelsReadOnlyIterator
- channelTrafficCounters() - Method in class io.netty.handler.traffic.GlobalChannelTrafficShapingHandler
-
To allow for instance doAccounting to use the TrafficCounter per channel.
- ChannelTrafficShapingHandler - Class in io.netty.handler.traffic
-
This implementation of the
AbstractTrafficShapingHandleris for channel traffic shaping, that is to say a per channel limitation of the bandwidth. - ChannelTrafficShapingHandler(long) - Constructor for class io.netty.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.netty.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.netty.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.netty.handler.traffic.ChannelTrafficShapingHandler
-
Create a new instance.
- channelType(Class<? extends DatagramChannel>) - Method in class io.netty.resolver.dns.DnsNameResolverBuilder
-
Deprecated.
- channelUDT(Channel) - Static method in class io.netty.channel.udt.nio.NioUdtProvider
-
Deprecated.Expose underlying
ChannelUDTfor debugging and monitoring. - channelUnregistered(C, Throwable) - Method in interface io.netty.channel.nio.NioTask
-
Invoked when the
SelectionKeyof the specifiedSelectableChannelhas been cancelled and thus thisNioTaskwill not be notified anymore. - channelUnregistered(ChannelHandlerContext) - Method in interface io.netty.channel.ChannelInboundHandler
- channelUnregistered(ChannelHandlerContext) - Method in class io.netty.channel.ChannelInboundHandlerAdapter
-
Calls
ChannelHandlerContext.fireChannelUnregistered()to forward to the nextChannelInboundHandlerin theChannelPipeline. - channelUnregistered(ChannelHandlerContext) - Method in class io.netty.channel.CombinedChannelDuplexHandler
- channelUnregistered(ChannelHandlerContext) - Method in class io.netty.handler.codec.DatagramPacketDecoder
- channelUnregistered(ChannelHandlerContext) - Method in class io.netty.handler.logging.LoggingHandler
- ChannelUtils - Class in io.netty.channel.internal
- channelWritabilityChanged() - Method in class io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController
- channelWritabilityChanged() - Method in interface io.netty.handler.codec.http2.Http2RemoteFlowController
-
Notification that the writability of
Http2RemoteFlowController.channelHandlerContext()has changed. - channelWritabilityChanged(ChannelHandlerContext) - Method in interface io.netty.channel.ChannelInboundHandler
-
Gets called once the writable state of a
Channelchanged. - channelWritabilityChanged(ChannelHandlerContext) - Method in class io.netty.channel.ChannelInboundHandlerAdapter
-
Calls
ChannelHandlerContext.fireChannelWritabilityChanged()to forward to the nextChannelInboundHandlerin theChannelPipeline. - channelWritabilityChanged(ChannelHandlerContext) - Method in class io.netty.channel.CombinedChannelDuplexHandler
- channelWritabilityChanged(ChannelHandlerContext) - Method in class io.netty.handler.codec.DatagramPacketDecoder
- channelWritabilityChanged(ChannelHandlerContext) - Method in class io.netty.handler.codec.http2.Http2ConnectionHandler
- channelWritabilityChanged(ChannelHandlerContext) - Method in class io.netty.handler.codec.http2.Http2MultiplexCodec
-
Deprecated.
- channelWritabilityChanged(ChannelHandlerContext) - Method in class io.netty.handler.codec.http2.Http2MultiplexHandler
- channelWritabilityChanged(ChannelHandlerContext) - Method in class io.netty.handler.flush.FlushConsolidationHandler
- channelWritabilityChanged(ChannelHandlerContext) - Method in class io.netty.handler.logging.LoggingHandler
- channelWritabilityChanged(ChannelHandlerContext) - Method in class io.netty.handler.stream.ChunkedWriteHandler
- charAt(int) - Method in class io.netty.util.AsciiString
- charAt(int) - Method in class io.netty.util.internal.AppendableCharSequence
- charAtUnsafe(int) - Method in class io.netty.util.internal.AppendableCharSequence
-
Access a value in this
CharSequence. - CharCollections - Class in io.netty.util.collection
-
Utilities for char-based primitive collections.
- CharObjectHashMap<V> - Class in io.netty.util.collection
-
A hash map implementation of
CharObjectMapthat uses open addressing for keys. - CharObjectHashMap() - Constructor for class io.netty.util.collection.CharObjectHashMap
- CharObjectHashMap(int) - Constructor for class io.netty.util.collection.CharObjectHashMap
- CharObjectHashMap(int, float) - Constructor for class io.netty.util.collection.CharObjectHashMap
- CharObjectMap<V> - Interface in io.netty.util.collection
-
Interface for a primitive map that uses
chars as keys. - CharObjectMap.PrimitiveEntry<V> - Interface in io.netty.util.collection
-
A primitive entry in the map, provided by the iterator from
CharObjectMap.entries() - CharSequenceMap<V> - Class in io.netty.handler.codec.http2
-
Internal use only!
- CharSequenceMap() - Constructor for class io.netty.handler.codec.http2.CharSequenceMap
- CharSequenceMap(boolean) - Constructor for class io.netty.handler.codec.http2.CharSequenceMap
- CharSequenceMap(boolean, ValueConverter<V>) - Constructor for class io.netty.handler.codec.http2.CharSequenceMap
- CharSequenceMap(boolean, ValueConverter<V>, int) - Constructor for class io.netty.handler.codec.http2.CharSequenceMap
- CharSequenceValueConverter - Class in io.netty.handler.codec
-
Converts to/from native types, general
Object, andCharSequences. - CharSequenceValueConverter() - Constructor for class io.netty.handler.codec.CharSequenceValueConverter
- charset(Charset) - Method in class io.netty.handler.codec.http.QueryStringDecoder.Builder
-
The charset to use for decoding percent escape sequences.
- CHARSET - Static variable in class io.netty.handler.codec.http.HttpHeaders.Values
-
Deprecated.
"charset" - CHARSET - Static variable in class io.netty.handler.codec.http.HttpHeaderValues
-
"charset" - CHARSET - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Values
-
Deprecated.
"charset" - CHARSET - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderValues
-
"charset" - charsetDecoderCache() - Method in class io.netty.util.internal.InternalThreadLocalMap
- charsetEncoderCache() - Method in class io.netty.util.internal.InternalThreadLocalMap
- CharsetUtil - Class in io.netty.util
-
A utility class that provides various common operations and constants related with
Charsetand its relevant classes. - check() - Static method in class io.netty.util.LeakPresenceDetector
-
Check the current leak presence detector scope for open resources.
- CHECK_PROTOCOL_VERSION - io.netty.handler.codec.socks.SocksAuthRequestDecoder.State
- CHECK_PROTOCOL_VERSION - io.netty.handler.codec.socks.SocksAuthResponseDecoder.State
- CHECK_PROTOCOL_VERSION - io.netty.handler.codec.socks.SocksCmdRequestDecoder.State
- CHECK_PROTOCOL_VERSION - io.netty.handler.codec.socks.SocksCmdResponseDecoder.State
- CHECK_PROTOCOL_VERSION - io.netty.handler.codec.socks.SocksInitRequestDecoder.State
- CHECK_PROTOCOL_VERSION - io.netty.handler.codec.socks.SocksInitResponseDecoder.State
- checkCloseFrameBody(ChannelHandlerContext, ByteBuf) - Method in class io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder
- checkDeadLock() - Method in class io.netty.channel.DefaultChannelProgressivePromise
- checkDeadLock() - Method in class io.netty.channel.DefaultChannelPromise
- checkDeadLock() - Method in class io.netty.util.concurrent.DefaultPromise
- checkDstIndex(int, int, int) - Method in class io.netty.buffer.AbstractByteBuf
- checkDstIndex(int, int, int, int) - Method in class io.netty.buffer.AbstractByteBuf
- checkException() - Method in class io.netty.channel.embedded.EmbeddedChannel
-
Check if there was any
Throwablereceived and if so rethrow it. - checkIndex(int) - Method in class io.netty.buffer.AbstractByteBuf
- checkIndex(int, int) - Method in class io.netty.buffer.AbstractByteBuf
- checkInputShutdown() - Method in class io.netty.channel.socket.oio.OioSocketChannel
-
Deprecated.
- checkInRange(double, double, double, String) - Static method in class io.netty.util.internal.ObjectUtil
-
Checks that the given argument is in range.
- checkInRange(int, int, int, String) - Static method in class io.netty.util.internal.ObjectUtil
-
Checks that the given argument is in range.
- checkInRange(long, long, long, String) - Static method in class io.netty.util.internal.ObjectUtil
-
Checks that the given argument is in range.
- checkInterval - Variable in class io.netty.handler.traffic.AbstractTrafficShapingHandler
-
Delay between two performance snapshots
- checkInterval() - Method in class io.netty.handler.traffic.TrafficCounter
- checkNewCapacity(int) - Method in class io.netty.buffer.AbstractByteBuf
- checkNonEmpty(byte[], String) - Static method in class io.netty.util.internal.ObjectUtil
-
Checks that the given argument is neither null nor empty.
- checkNonEmpty(char[], String) - Static method in class io.netty.util.internal.ObjectUtil
-
Checks that the given argument is neither null nor empty.
- checkNonEmpty(CharSequence, String) - Static method in class io.netty.util.internal.ObjectUtil
-
Checks that the given argument is neither null nor empty.
- checkNonEmpty(String, String) - Static method in class io.netty.util.internal.ObjectUtil
-
Checks that the given argument is neither null nor empty.
- checkNonEmpty(T[], String) - Static method in class io.netty.util.internal.ObjectUtil
-
Checks that the given argument is neither null nor empty.
- checkNonEmpty(T, String) - Static method in class io.netty.util.internal.ObjectUtil
-
Checks that the given argument is neither null nor empty.
- checkNonEmptyAfterTrim(String, String) - Static method in class io.netty.util.internal.ObjectUtil
-
Trims the given argument and checks whether it is neither null nor empty.
- checkNotNull(T, String) - Static method in class io.netty.util.internal.ObjectUtil
-
Checks that the given argument is not null.
- checkNotNullArrayParam(T, int, String) - Static method in class io.netty.util.internal.ObjectUtil
-
Checks that the given argument is not null.
- checkNotNullWithIAE(T, String) - Static method in class io.netty.util.internal.ObjectUtil
-
Checks that the given argument is not null.
- checkpoint() - Method in class io.netty.handler.codec.ReplayingDecoder
-
Stores the internal cumulative buffer's reader position.
- checkpoint(S) - Method in class io.netty.handler.codec.ReplayingDecoder
-
Stores the internal cumulative buffer's reader position and updates the current decoder state.
- checkPositive(double, String) - Static method in class io.netty.util.internal.ObjectUtil
-
Checks that the given argument is strictly positive.
- checkPositive(float, String) - Static method in class io.netty.util.internal.ObjectUtil
-
Checks that the given argument is strictly positive.
- checkPositive(int, String) - Static method in class io.netty.util.internal.ObjectUtil
-
Checks that the given argument is strictly positive.
- checkPositive(long, String) - Static method in class io.netty.util.internal.ObjectUtil
-
Checks that the given argument is strictly positive.
- checkPositive(short, String) - Static method in class io.netty.util.internal.ObjectUtil
-
Checks that the given argument is positive or zero.
- checkPositiveOrZero(double, String) - Static method in class io.netty.util.internal.ObjectUtil
-
Checks that the given argument is positive or zero.
- checkPositiveOrZero(float, String) - Static method in class io.netty.util.internal.ObjectUtil
-
Checks that the given argument is positive or zero.
- checkPositiveOrZero(int, String) - Static method in class io.netty.util.internal.ObjectUtil
-
Checks that the given argument is positive or zero.
- checkPositiveOrZero(long, String) - Static method in class io.netty.util.internal.ObjectUtil
-
Checks that the given argument is positive or zero.
- checkReadableBytes(int) - Method in class io.netty.buffer.AbstractByteBuf
-
Throws an
IndexOutOfBoundsExceptionif the current readable bytes of this buffer is less than the specified value. - checkSize(long) - Method in class io.netty.handler.codec.http.multipart.AbstractHttpData
- checkSize(long) - Method in interface io.netty.handler.codec.http.multipart.HttpData
-
Check if the new size is not reaching the max limit allowed.
- checkSrcIndex(int, int, int, int) - Method in class io.netty.buffer.AbstractByteBuf
- checkStartsWith() - Method in class io.netty.handler.codec.http.websocketx.WebSocketServerProtocolConfig
- checkStartsWith(boolean) - Method in class io.netty.handler.codec.http.websocketx.WebSocketServerProtocolConfig.Builder
-
trueto handle all requests, where URI path component starts fromWebSocketServerProtocolConfig.websocketPath(),falsefor exact match (default). - checkValidity() - Method in class io.netty.handler.ssl.PemX509Certificate
- checkValidity() - Method in class io.netty.handler.ssl.util.LazyJavaxX509Certificate
- checkValidity() - Method in class io.netty.handler.ssl.util.LazyX509Certificate
- checkValidity(Date) - Method in class io.netty.handler.ssl.PemX509Certificate
- checkValidity(Date) - Method in class io.netty.handler.ssl.util.LazyJavaxX509Certificate
- checkValidity(Date) - Method in class io.netty.handler.ssl.util.LazyX509Certificate
- checkWaitReadTime(ChannelHandlerContext, long, long) - Method in class io.netty.handler.traffic.GlobalChannelTrafficShapingHandler
- childAttr(AttributeKey<T>, T) - Method in class io.netty.bootstrap.ServerBootstrap
-
Set the specific
AttributeKeywith the given value on every childChannel. - childAttrs() - Method in class io.netty.bootstrap.ServerBootstrapConfig
-
Returns a copy of the configured attributes which will be used for the child channels.
- childGroup() - Method in class io.netty.bootstrap.ServerBootstrap
-
Deprecated.Use
ServerBootstrap.config()instead. - childGroup() - Method in class io.netty.bootstrap.ServerBootstrapConfig
-
Returns the configured
EventLoopGroupwhich will be used for the child channels ornullif non is configured yet. - childHandler() - Method in class io.netty.bootstrap.ServerBootstrapConfig
-
Returns the configured
ChannelHandlerbe used for the child channels ornullif non is configured yet. - childHandler(ChannelHandler) - Method in class io.netty.bootstrap.ServerBootstrap
-
Set the
ChannelHandlerwhich is used to serve the request for theChannel's. - childOption(ChannelOption<T>, T) - Method in class io.netty.bootstrap.ServerBootstrap
-
Allow to specify a
ChannelOptionwhich is used for theChannelinstances once they get created (after the acceptor accepted theChannel). - childOptions() - Method in class io.netty.bootstrap.ServerBootstrapConfig
-
Returns a copy of the configured options which will be used for the child channels.
- children() - Method in class io.netty.handler.codec.redis.ArrayRedisMessage
-
Get children of this Arrays.
- CHOOSE_MY_LAST_PROTOCOL - io.netty.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.netty.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.netty.handler.ssl.ReferenceCountedOpenSslContext
-
Deprecated.This method is kept for API backwards compatibility.
- chooseX509KeyManager(KeyManager[]) - Static method in class io.netty.handler.ssl.ReferenceCountedOpenSslContext
- CHUNKED - Static variable in class io.netty.handler.codec.http.HttpHeaders.Values
-
Deprecated.
"chunked" - CHUNKED - Static variable in class io.netty.handler.codec.http.HttpHeaderValues
-
"chunked" - ChunkedFile - Class in io.netty.handler.stream
-
A
ChunkedInputthat fetches data from a file chunk by chunk. - ChunkedFile(File) - Constructor for class io.netty.handler.stream.ChunkedFile
-
Creates a new instance that fetches data from the specified file.
- ChunkedFile(File, int) - Constructor for class io.netty.handler.stream.ChunkedFile
-
Creates a new instance that fetches data from the specified file.
- ChunkedFile(RandomAccessFile) - Constructor for class io.netty.handler.stream.ChunkedFile
-
Creates a new instance that fetches data from the specified file.
- ChunkedFile(RandomAccessFile, int) - Constructor for class io.netty.handler.stream.ChunkedFile
-
Creates a new instance that fetches data from the specified file.
- ChunkedFile(RandomAccessFile, long, long, int) - Constructor for class io.netty.handler.stream.ChunkedFile
-
Creates a new instance that fetches data from the specified file.
- ChunkedInput<B> - Interface in io.netty.handler.stream
-
A data stream of indefinite length which is consumed by
ChunkedWriteHandler. - ChunkedNioFile - Class in io.netty.handler.stream
-
A
ChunkedInputthat fetches data from a file chunk by chunk using NIOFileChannel. - ChunkedNioFile(File) - Constructor for class io.netty.handler.stream.ChunkedNioFile
-
Creates a new instance that fetches data from the specified file.
- ChunkedNioFile(File, int) - Constructor for class io.netty.handler.stream.ChunkedNioFile
-
Creates a new instance that fetches data from the specified file.
- ChunkedNioFile(FileChannel) - Constructor for class io.netty.handler.stream.ChunkedNioFile
-
Creates a new instance that fetches data from the specified file.
- ChunkedNioFile(FileChannel, int) - Constructor for class io.netty.handler.stream.ChunkedNioFile
-
Creates a new instance that fetches data from the specified file.
- ChunkedNioFile(FileChannel, long, long, int) - Constructor for class io.netty.handler.stream.ChunkedNioFile
-
Creates a new instance that fetches data from the specified file.
- ChunkedNioStream - Class in io.netty.handler.stream
-
A
ChunkedInputthat fetches data from aReadableByteChannelchunk by chunk. - ChunkedNioStream(ReadableByteChannel) - Constructor for class io.netty.handler.stream.ChunkedNioStream
-
Creates a new instance that fetches data from the specified channel.
- ChunkedNioStream(ReadableByteChannel, int) - Constructor for class io.netty.handler.stream.ChunkedNioStream
-
Creates a new instance that fetches data from the specified channel.
- ChunkedStream - Class in io.netty.handler.stream
-
A
ChunkedInputthat fetches data from anInputStreamchunk by chunk. - ChunkedStream(InputStream) - Constructor for class io.netty.handler.stream.ChunkedStream
-
Creates a new instance that fetches data from the specified stream.
- ChunkedStream(InputStream, int) - Constructor for class io.netty.handler.stream.ChunkedStream
-
Creates a new instance that fetches data from the specified stream.
- ChunkedWriteHandler - Class in io.netty.handler.stream
-
A
ChannelHandlerthat adds support for writing a large data stream asynchronously neither spending a lot of memory nor gettingOutOfMemoryError. - ChunkedWriteHandler() - Constructor for class io.netty.handler.stream.ChunkedWriteHandler
- ChunkedWriteHandler(int) - Constructor for class io.netty.handler.stream.ChunkedWriteHandler
-
Deprecated.
- chunkLists() - Method in interface io.netty.buffer.PoolArenaMetric
-
Returns an unmodifiable
Listwhich holdsPoolChunkListMetrics. - chunkSize() - Method in interface io.netty.buffer.PoolChunkMetric
-
Return the size of the chunk in bytes, this is the maximum of bytes that can be served out of the chunk.
- chunkSize() - Method in class io.netty.buffer.PooledByteBufAllocator
-
Deprecated.
- chunkSize() - Method in class io.netty.buffer.PooledByteBufAllocatorMetric
-
Return the chunk size for an arena.
- ciphers(Iterable<String>) - Method in class io.netty.handler.ssl.SslContextBuilder
-
The cipher suites to enable, in the order of preference.
- ciphers(Iterable<String>, CipherSuiteFilter) - Method in class io.netty.handler.ssl.SslContextBuilder
-
The cipher suites to enable, in the order of preference.
- Ciphers - Class in io.netty.handler.ssl
-
Cipher suites
- CIPHERS - Static variable in class io.netty.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.netty.handler.ssl
-
Converts a Java cipher suite string to an OpenSSL cipher suite string and vice versa.
- CipherSuiteFilter - Interface in io.netty.handler.ssl
-
Provides a means to filter the supplied cipher suite based upon the supported and default cipher suites.
- cipherSuites() - Method in class io.netty.handler.ssl.DelegatingSslContext
- cipherSuites() - Method in class io.netty.handler.ssl.JdkSslContext
- cipherSuites() - Method in class io.netty.handler.ssl.ReferenceCountedOpenSslContext
- cipherSuites() - Method in class io.netty.handler.ssl.SslContext
-
Returns the list of enabled cipher suites, in the order of preference.
- CLASS_ANY - Static variable in interface io.netty.handler.codec.dns.DnsRecord
-
DNS resource record class:
ANY - CLASS_CHAOS - Static variable in interface io.netty.handler.codec.dns.DnsRecord
-
DNS resource record class:
CHAOS - CLASS_CSNET - Static variable in interface io.netty.handler.codec.dns.DnsRecord
-
DNS resource record class:
CSNET - CLASS_HESIOD - Static variable in interface io.netty.handler.codec.dns.DnsRecord
-
DNS resource record class:
HESIOD - CLASS_IN - Static variable in interface io.netty.handler.codec.dns.DnsRecord
-
DNS resource record class:
IN - CLASS_NONE - Static variable in interface io.netty.handler.codec.dns.DnsRecord
-
DNS resource record class:
NONE - ClassInitializerUtil - Class in io.netty.util.internal
-
Utility which ensures that classes are loaded by the
ClassLoader. - className(Object) - Static method in class io.netty.util.internal.StringUtil
-
Generates a class name from a
Class. - ClassResolver - Interface in io.netty.handler.codec.serialization
-
Deprecated.This class has been deprecated with no replacement, because serialization can be a security liability
- ClassResolvers - Class in io.netty.handler.codec.serialization
-
Deprecated.This class has been deprecated with no replacement, because serialization can be a security liability
- clean() - Method in interface io.netty.util.internal.CleanableDirectBuffer
-
Deallocate the buffer.
- CleanableDirectBuffer - Interface in io.netty.util.internal
-
Encapsulates a direct
ByteBufferand its mechanism for immediate deallocation, if any. - cleanAllHttpData() - Method in class io.netty.handler.codec.http.multipart.DefaultHttpDataFactory
- cleanAllHttpData() - Method in interface io.netty.handler.codec.http.multipart.HttpDataFactory
-
Remove all InterfaceHttpData from virtual File storage from clean list for all requests
- cleanAllHttpDatas() - Method in class io.netty.handler.codec.http.multipart.DefaultHttpDataFactory
- cleanAllHttpDatas() - Method in interface io.netty.handler.codec.http.multipart.HttpDataFactory
-
Deprecated.Use
HttpDataFactory.cleanAllHttpData()instead. - CleanerJava24Linker - Class in io.netty.util.internal
- CleanerJava24Linker() - Constructor for class io.netty.util.internal.CleanerJava24Linker
- cleanFiles() - Method in class io.netty.handler.codec.http.multipart.HttpPostMultipartRequestDecoder
-
Clean all HttpDatas (on Disk) for the current request.
- cleanFiles() - Method in class io.netty.handler.codec.http.multipart.HttpPostRequestDecoder
- cleanFiles() - Method in class io.netty.handler.codec.http.multipart.HttpPostRequestEncoder
-
Clean all HttpDatas (on Disk) for the current request.
- cleanFiles() - Method in class io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder
-
Clean all
HttpDatas for the current request. - cleanFiles() - Method in interface io.netty.handler.codec.http.multipart.InterfaceHttpPostRequestDecoder
-
Clean all HttpDatas (on Disk) for the current request.
- cleanRequestHttpData(HttpRequest) - Method in class io.netty.handler.codec.http.multipart.DefaultHttpDataFactory
- cleanRequestHttpData(HttpRequest) - Method in interface io.netty.handler.codec.http.multipart.HttpDataFactory
-
Remove all InterfaceHttpData from virtual File storage from clean list for the request
- cleanRequestHttpDatas(HttpRequest) - Method in class io.netty.handler.codec.http.multipart.DefaultHttpDataFactory
- cleanRequestHttpDatas(HttpRequest) - Method in interface io.netty.handler.codec.http.multipart.HttpDataFactory
-
Deprecated.Use
HttpDataFactory.cleanRequestHttpData(HttpRequest)instead. - cleanSession(boolean) - Method in class io.netty.handler.codec.mqtt.MqttMessageBuilders.ConnectBuilder
- cleanup() - Method in class io.netty.channel.SingleThreadIoEventLoop
- cleanup() - Method in class io.netty.util.concurrent.SingleThreadEventExecutor
-
Do nothing, sub-classes may override
- clear() - Method in class io.netty.buffer.AbstractByteBuf
- clear() - Method in class io.netty.buffer.ByteBuf
-
Sets the
readerIndexandwriterIndexof this buffer to0. - clear() - Method in class io.netty.buffer.CompositeByteBuf
- clear() - Method in class io.netty.buffer.EmptyByteBuf
- clear() - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- clear() - Method in class io.netty.buffer.WrappedByteBuf
- clear() - Method in class io.netty.channel.group.DefaultChannelGroup
- clear() - Method in class io.netty.channel.unix.IovArray
- clear() - Method in class io.netty.handler.codec.DefaultHeaders
- clear() - Method in class io.netty.handler.codec.dns.AbstractDnsMessage
- clear() - Method in class io.netty.handler.codec.dns.DatagramDnsQuery
- clear() - Method in class io.netty.handler.codec.dns.DatagramDnsResponse
- clear() - Method in class io.netty.handler.codec.dns.DefaultDnsQuery
- clear() - Method in class io.netty.handler.codec.dns.DefaultDnsResponse
- clear() - Method in interface io.netty.handler.codec.dns.DnsMessage
-
Removes all the records in this DNS message.
- clear() - Method in interface io.netty.handler.codec.dns.DnsQuery
- clear() - Method in interface io.netty.handler.codec.dns.DnsResponse
- clear() - Method in class io.netty.handler.codec.EmptyHeaders
- clear() - Method in interface io.netty.handler.codec.Headers
-
Removes all headers.
- clear() - Method in class io.netty.handler.codec.http.DefaultHttpHeaders
- clear() - Method in class io.netty.handler.codec.http.EmptyHttpHeaders
- clear() - Method in class io.netty.handler.codec.http.HttpHeaders
-
Removes all headers from this
HttpMessage. - clear() - Method in class io.netty.handler.codec.http.ReadOnlyHttpHeaders
- clear() - Method in class io.netty.handler.codec.http2.DefaultHttp2Headers
- clear() - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
- clear() - Method in class io.netty.handler.codec.http3.DefaultHttp3Headers
- clear() - Method in interface io.netty.resolver.dns.AuthoritativeDnsServerCache
-
Clears all cached nameservers.
- clear() - Method in class io.netty.resolver.dns.DefaultAuthoritativeDnsServerCache
- clear() - Method in class io.netty.resolver.dns.DefaultDnsCache
- clear() - Method in class io.netty.resolver.dns.DefaultDnsCnameCache
- clear() - Method in interface io.netty.resolver.dns.DnsCache
-
Clears all the resolved addresses cached by this resolver.
- clear() - Method in interface io.netty.resolver.dns.DnsCnameCache
-
Clears all cached nameservers.
- clear() - Method in class io.netty.resolver.dns.NoopAuthoritativeDnsServerCache
- clear() - Method in class io.netty.resolver.dns.NoopDnsCache
- clear() - Method in class io.netty.resolver.dns.NoopDnsCnameCache
- clear() - Method in class io.netty.util.collection.ByteObjectHashMap
- clear() - Method in class io.netty.util.collection.CharObjectHashMap
- clear() - Method in class io.netty.util.collection.IntObjectHashMap
- clear() - Method in class io.netty.util.collection.LongObjectHashMap
- clear() - Method in class io.netty.util.collection.ShortObjectHashMap
- clear() - Method in class io.netty.util.internal.ConcurrentSet
-
Deprecated.
- clear() - Method in class io.netty.util.internal.DefaultPriorityQueue
- clear() - Method in class io.netty.util.internal.EmptyPriorityQueue
- clear(DnsSection) - Method in class io.netty.handler.codec.dns.AbstractDnsMessage
- clear(DnsSection) - Method in class io.netty.handler.codec.dns.DatagramDnsQuery
- clear(DnsSection) - Method in class io.netty.handler.codec.dns.DatagramDnsResponse
- clear(DnsSection) - Method in class io.netty.handler.codec.dns.DefaultDnsQuery
- clear(DnsSection) - Method in class io.netty.handler.codec.dns.DefaultDnsResponse
- clear(DnsSection) - Method in interface io.netty.handler.codec.dns.DnsMessage
-
Removes all the records in the specified
sectionof this DNS message. - clear(DnsSection) - Method in interface io.netty.handler.codec.dns.DnsQuery
- clear(DnsSection) - Method in interface io.netty.handler.codec.dns.DnsResponse
- clear(String) - Method in interface io.netty.resolver.dns.AuthoritativeDnsServerCache
-
Clears the cached nameservers for the specified hostname.
- clear(String) - Method in class io.netty.resolver.dns.DefaultAuthoritativeDnsServerCache
- clear(String) - Method in class io.netty.resolver.dns.DefaultDnsCache
- clear(String) - Method in class io.netty.resolver.dns.DefaultDnsCnameCache
- clear(String) - Method in interface io.netty.resolver.dns.DnsCache
-
Clears the resolved addresses of the specified host name from the cache of this resolver.
- clear(String) - Method in interface io.netty.resolver.dns.DnsCnameCache
-
Clears the cached nameservers for the specified hostname.
- clear(String) - Method in class io.netty.resolver.dns.NoopAuthoritativeDnsServerCache
- clear(String) - Method in class io.netty.resolver.dns.NoopDnsCache
- clear(String) - Method in class io.netty.resolver.dns.NoopDnsCnameCache
- clearHeaders(HttpMessage) - Static method in class io.netty.handler.codec.http.HttpHeaders
-
Deprecated.Use
HttpHeaders.clear()instead. Removes all headers from the specified message. - clearIgnoringIndexes() - Method in class io.netty.util.internal.DefaultPriorityQueue
- clearIgnoringIndexes() - Method in class io.netty.util.internal.EmptyPriorityQueue
- clearIgnoringIndexes() - Method in interface io.netty.util.internal.PriorityQueue
-
Removes all of the elements from this
PriorityQueuewithout callingPriorityQueueNode.priorityQueueIndex(DefaultPriorityQueue)or explicitly removing references to them to allow them to be garbage collected. - clearOpWrite() - Method in class io.netty.channel.nio.AbstractNioByteChannel
- clearPreviouslyPersistedSettings() - Method in class io.netty.handler.codec.spdy.DefaultSpdySettingsFrame
- clearPreviouslyPersistedSettings() - Method in interface io.netty.handler.codec.spdy.SpdySettingsFrame
-
Returns
trueif previously persisted settings should be cleared. - clearReadPending() - Method in class io.netty.channel.nio.AbstractNioChannel
-
Set read pending to
false. - clearReadPending() - Method in class io.netty.channel.oio.AbstractOioChannel
-
Deprecated.Set read pending to
false. - CleartextHttp2ServerUpgradeHandler - Class in io.netty.handler.codec.http2
-
Performing cleartext upgrade, by h2c HTTP upgrade or Prior Knowledge.
- CleartextHttp2ServerUpgradeHandler(HttpServerCodec, HttpServerUpgradeHandler, ChannelHandler) - Constructor for class io.netty.handler.codec.http2.CleartextHttp2ServerUpgradeHandler
-
Creates the channel handler provide cleartext HTTP/2 upgrade from HTTP upgrade or prior knowledge
- CleartextHttp2ServerUpgradeHandler.PriorKnowledgeUpgradeEvent - Class in io.netty.handler.codec.http2
-
User event that is fired to notify about HTTP/2 protocol is started.
- client() - Method in class io.netty.handler.codec.haproxy.HAProxySSLTLV
-
Returns the client bit field
- CLIENT_ERROR - io.netty.handler.codec.http.HttpStatusClass
-
The client error class (4xx)
- CLIENT_KEY_TYPES - Static variable in class io.netty.handler.codec.quic.BoringSSLContextOption
-
Set the supported client key/certificate types used in BoringSSLCertificateCallback
- CLIENT_PORT - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Values
-
Deprecated.
"client_port" - CLIENT_PORT - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderValues
-
"client_port" - clientAuth(ClientAuth) - Method in class io.netty.handler.codec.quic.QuicSslContextBuilder
-
Sets the client authentication mode.
- clientAuth(ClientAuth) - Method in class io.netty.handler.ssl.SslContextBuilder
-
Sets the client authentication mode.
- ClientAuth - Enum in io.netty.handler.ssl
-
Indicates the state of the
SSLEnginewith respect to client authentication. - ClientCookieDecoder - Class in io.netty.handler.codec.http.cookie
-
A RFC6265 compliant cookie decoder to be used client side.
- ClientCookieEncoder - Class in io.netty.handler.codec.http
-
Deprecated.
- ClientCookieEncoder - Class in io.netty.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.netty.handler.codec.http2.ReadOnlyHttp2Headers
-
Create a new read only representation of headers used by clients.
- clientId(String) - Method in class io.netty.handler.codec.mqtt.MqttMessageBuilders.ConnectBuilder
- clientIdentifier() - Method in class io.netty.handler.codec.mqtt.MqttConnectPayload
- CLOCK - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Values
-
Deprecated.
"clock" - CLOCK - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderValues
-
"clock" - clone() - Method in class io.netty.bootstrap.AbstractBootstrap
-
Returns a deep clone of this bootstrap which has the identical configuration.
- clone() - Method in class io.netty.bootstrap.Bootstrap
- clone() - Method in class io.netty.bootstrap.ServerBootstrap
- clone() - Method in class io.netty.handler.codec.http.HttpDecoderConfig
- clone() - Method in class io.netty.handler.codec.quic.QuicClientCodecBuilder
- clone() - Method in class io.netty.handler.codec.quic.QuicCodecBuilder
-
Clone the builder
- clone() - Method in class io.netty.handler.codec.quic.QuicServerCodecBuilder
- clone(EventLoopGroup) - Method in class io.netty.bootstrap.Bootstrap
-
Returns a deep clone of this bootstrap which has the identical configuration except that it uses the given
EventLoopGroup. - close() - Method in class io.netty.buffer.ByteBufInputStream
- close() - Method in class io.netty.buffer.ByteBufOutputStream
- close() - Method in interface io.netty.channel.Channel
- close() - Method in interface io.netty.channel.ChannelOutboundInvoker
-
Request to close the
Channeland notify theChannelFutureonce the operation completes, either because the operation was successful or because of an error. - close() - Method in class io.netty.channel.DefaultChannelPipeline
- close() - Method in class io.netty.channel.embedded.EmbeddedChannel
- close() - Method in interface io.netty.channel.group.ChannelGroup
-
Closes all
Channels in this group. - close() - Method in class io.netty.channel.group.DefaultChannelGroup
- close() - Method in interface io.netty.channel.IoHandle
-
Called once the
IoHandleshould be closed. - close() - Method in class io.netty.channel.nio.AbstractNioChannel.AbstractNioUnsafe
- close() - Method in class io.netty.channel.nio.NioSelectableChannelIoHandle
- close() - Method in class io.netty.channel.pool.AbstractChannelPoolMap
- close() - Method in interface io.netty.channel.pool.ChannelPool
- close() - Method in class io.netty.channel.pool.FixedChannelPool
- close() - Method in class io.netty.channel.pool.SimpleChannelPool
- close() - Method in class io.netty.channel.unix.FileDescriptor
-
Close the file descriptor.
- close() - Method in class io.netty.channel.unix.SocketWritableByteChannel
- close() - Method in class io.netty.handler.codec.compression.Bzip2Encoder
-
Close this
Bzip2Encoderand so finish the encoding. - close() - Method in class io.netty.handler.codec.compression.JdkZlibEncoder
- close() - Method in class io.netty.handler.codec.compression.JZlibEncoder
- close() - Method in class io.netty.handler.codec.compression.Lz4FrameEncoder
-
Close this
Lz4FrameEncoderand so finish the encoding. - close() - Method in class io.netty.handler.codec.compression.ZlibEncoder
-
Close this
ZlibEncoderand so finish the encoding. - close() - Method in class io.netty.handler.codec.http.HttpChunkedInput
- close() - Method in class io.netty.handler.codec.http.multipart.HttpPostRequestEncoder
- close() - Method in class io.netty.handler.codec.http.websocketx.WebSocketChunkedInput
-
Releases the resources associated with the input.
- close() - Method in class io.netty.handler.codec.http2.DecoratingHttp2ConnectionDecoder
- close() - Method in class io.netty.handler.codec.http2.DecoratingHttp2FrameWriter
- close() - Method in class io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder
- close() - Method in class io.netty.handler.codec.http2.DefaultHttp2ConnectionEncoder
- close() - Method in class io.netty.handler.codec.http2.DefaultHttp2FrameReader
- close() - Method in class io.netty.handler.codec.http2.DefaultHttp2FrameWriter
- close() - Method in class io.netty.handler.codec.http2.DefaultHttp2HeadersEncoder
-
Close the encoder and release all its associated data.
- close() - Method in interface io.netty.handler.codec.http2.Http2ConnectionDecoder
- close() - Method in class io.netty.handler.codec.http2.Http2DataChunkedInput
- close() - Method in interface io.netty.handler.codec.http2.Http2FrameReader
-
Closes this reader and frees any allocated resources.
- close() - Method in interface io.netty.handler.codec.http2.Http2FrameWriter
-
Closes this writer and frees any allocated resources.
- close() - Method in class io.netty.handler.codec.http2.Http2InboundFrameLogger
- close() - Method in class io.netty.handler.codec.http2.Http2OutboundFrameLogger
- close() - Method in interface io.netty.handler.codec.http2.Http2Stream
-
Closes the stream.
- close() - Method in class io.netty.handler.codec.http2.StreamBufferingEncoder
- close() - Method in interface io.netty.handler.codec.quic.QuicChannel
- close() - Method in class io.netty.handler.codec.quic.QuicHeaderParser
- close() - Method in interface io.netty.handler.codec.quic.QuicStreamChannel
- close() - Method in class io.netty.handler.codec.serialization.ObjectDecoderInputStream
-
Deprecated.
- close() - Method in class io.netty.handler.codec.serialization.ObjectEncoderOutputStream
-
Deprecated.
- close() - Method in class io.netty.handler.pcap.PcapWriteHandler
-
Close
PcapWriterandOutputStream. - close() - Method in class io.netty.handler.ssl.SslHandler
-
Deprecated.
- close() - Method in class io.netty.handler.stream.ChunkedFile
- close() - Method in interface io.netty.handler.stream.ChunkedInput
-
Releases the resources associated with the input.
- close() - Method in class io.netty.handler.stream.ChunkedNioFile
- close() - Method in class io.netty.handler.stream.ChunkedNioStream
- close() - Method in class io.netty.handler.stream.ChunkedStream
- close() - Method in class io.netty.resolver.AbstractAddressResolver
- close() - Method in interface io.netty.resolver.AddressResolver
-
Closes all the resources allocated and used by this resolver.
- close() - Method in class io.netty.resolver.AddressResolverGroup
-
Closes all
NameResolvers created by this group. - close() - Method in class io.netty.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.netty.resolver.InetSocketAddressResolver
- close() - Method in interface io.netty.resolver.NameResolver
-
Closes all the resources allocated and used by this resolver.
- close() - Method in class io.netty.resolver.RoundRobinInetAddressResolver
- close() - Method in class io.netty.resolver.SimpleNameResolver
- close() - Method in class io.netty.util.LeakPresenceDetector.ResourceScope
-
Close this scope.
- close() - Method in interface io.netty.util.ResourceLeak
-
Deprecated.Close the leak so that
ResourceLeakDetectordoes not warn about leaked resources. - close(boolean, int, ByteBuf) - Method in interface io.netty.handler.codec.quic.QuicChannel
-
Close the
QuicChannel - close(boolean, int, ByteBuf, ChannelPromise) - Method in interface io.netty.handler.codec.quic.QuicChannel
-
Close the
QuicChannel - close(ChannelHandlerContext, ChannelPromise) - Method in class io.netty.channel.ChannelDuplexHandler
-
Calls
ChannelOutboundInvoker.close(ChannelPromise)to forward to the nextChannelOutboundHandlerin theChannelPipeline. - close(ChannelHandlerContext, ChannelPromise) - Method in interface io.netty.channel.ChannelOutboundHandler
-
Called once a close operation is made.
- close(ChannelHandlerContext, ChannelPromise) - Method in class io.netty.channel.ChannelOutboundHandlerAdapter
-
Calls
ChannelOutboundInvoker.close(ChannelPromise)to forward to the nextChannelOutboundHandlerin theChannelPipeline. - close(ChannelHandlerContext, ChannelPromise) - Method in class io.netty.channel.CombinedChannelDuplexHandler
- close(ChannelHandlerContext, ChannelPromise) - Method in class io.netty.handler.codec.compression.BrotliEncoder
- close(ChannelHandlerContext, ChannelPromise) - Method in class io.netty.handler.codec.compression.Bzip2Encoder
- close(ChannelHandlerContext, ChannelPromise) - Method in class io.netty.handler.codec.compression.JdkZlibEncoder
- close(ChannelHandlerContext, ChannelPromise) - Method in class io.netty.handler.codec.compression.JZlibEncoder
- close(ChannelHandlerContext, ChannelPromise) - Method in class io.netty.handler.codec.compression.Lz4FrameEncoder
- close(ChannelHandlerContext, ChannelPromise) - Method in class io.netty.handler.codec.DatagramPacketEncoder
- close(ChannelHandlerContext, ChannelPromise) - Method in class io.netty.handler.codec.http.HttpClientUpgradeHandler
- close(ChannelHandlerContext, ChannelPromise) - Method in class io.netty.handler.codec.http2.Http2ConnectionHandler
- close(ChannelHandlerContext, ChannelPromise) - Method in class io.netty.handler.codec.http3.Http3FrameToHttpObjectCodec
- close(ChannelHandlerContext, ChannelPromise) - Method in class io.netty.handler.codec.spdy.SpdyFrameCodec
- close(ChannelHandlerContext, ChannelPromise) - Method in class io.netty.handler.codec.spdy.SpdySessionHandler
- close(ChannelHandlerContext, ChannelPromise) - Method in class io.netty.handler.flush.FlushConsolidationHandler
- close(ChannelHandlerContext, ChannelPromise) - Method in class io.netty.handler.logging.LoggingHandler
- close(ChannelHandlerContext, ChannelPromise) - Method in class io.netty.handler.ssl.SslClientHelloHandler
- close(ChannelHandlerContext, ChannelPromise) - Method in class io.netty.handler.ssl.SslHandler
- close(ChannelHandlerContext, CloseWebSocketFrame) - Method in class io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker
-
Performs the closing handshake
- close(ChannelHandlerContext, CloseWebSocketFrame) - Method in class io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker
-
Performs the closing handshake.
- close(ChannelHandlerContext, CloseWebSocketFrame, ChannelPromise) - Method in class io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker
-
Performs the closing handshake
- close(ChannelHandlerContext, CloseWebSocketFrame, ChannelPromise) - Method in class io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker
-
Performs the closing handshake.
- close(ChannelHandlerContext, CloseWebSocketFrame, ChannelPromise) - Method in class io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker00
-
Echo back the closing frame
- close(ChannelPromise) - Method in class io.netty.channel.AbstractChannel.AbstractUnsafe
- close(ChannelPromise) - Method in interface io.netty.channel.Channel
- close(ChannelPromise) - Method in interface io.netty.channel.Channel.Unsafe
-
Close the
Channelof theChannelPromiseand notify theChannelPromiseonce the operation was complete. - close(ChannelPromise) - Method in interface io.netty.channel.ChannelOutboundInvoker
-
Request to close the
Channeland notify theChannelFutureonce the operation completes, either because the operation was successful or because of an error. - close(ChannelPromise) - Method in class io.netty.channel.DefaultChannelPipeline
- close(ChannelPromise) - Method in class io.netty.channel.embedded.EmbeddedChannel
- close(ChannelPromise) - Method in class io.netty.handler.codec.compression.Bzip2Encoder
-
Close this
Bzip2Encoderand so finish the encoding. - close(ChannelPromise) - Method in class io.netty.handler.codec.compression.JdkZlibEncoder
- close(ChannelPromise) - Method in class io.netty.handler.codec.compression.JZlibEncoder
- close(ChannelPromise) - Method in class io.netty.handler.codec.compression.Lz4FrameEncoder
-
Close this
Lz4FrameEncoderand so finish the encoding. - close(ChannelPromise) - Method in class io.netty.handler.codec.compression.ZlibEncoder
-
Close this
ZlibEncoderand so finish the encoding. - close(ChannelPromise) - Method in interface io.netty.handler.codec.quic.QuicChannel
- close(ChannelPromise) - Method in interface io.netty.handler.codec.quic.QuicStreamChannel
- close(ChannelPromise) - Method in class io.netty.handler.ssl.SslHandler
-
Deprecated.
- close(ChannelPromise, Throwable, ClosedChannelException) - Method in class io.netty.channel.AbstractChannel.AbstractUnsafe
- close(Channel, CloseWebSocketFrame) - Method in class io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker
-
Performs the closing handshake.
- close(Channel, CloseWebSocketFrame) - Method in class io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker
-
Performs the closing handshake.
- close(Channel, CloseWebSocketFrame, ChannelPromise) - Method in class io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker
-
Performs the closing handshake When called from within a
ChannelHandleryou most likely want to useWebSocketClientHandshaker.close(ChannelHandlerContext, CloseWebSocketFrame, ChannelPromise). - close(Channel, CloseWebSocketFrame, ChannelPromise) - Method in class io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker
-
Performs the closing handshake.
- close(Channel, CloseWebSocketFrame, ChannelPromise) - Method in class io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker00
-
Echo back the closing frame
- close(ChannelMatcher) - Method in interface io.netty.channel.group.ChannelGroup
-
Closes all
Channels in this group that are matched by the givenChannelMatcher. - close(ChannelMatcher) - Method in class io.netty.channel.group.DefaultChannelGroup
- close(Promise<Void>) - Method in class io.netty.handler.codec.http2.DefaultHttp2Connection
- close(Promise<Void>) - Method in interface io.netty.handler.codec.http2.Http2Connection
-
Close this connection.
- close(T) - Method in interface io.netty.util.ResourceLeakTracker
-
Close the leak so that
ResourceLeakTrackerdoes not warn about leaked resources. - CLOSE - Static variable in interface io.netty.channel.ChannelFutureListener
-
A
ChannelFutureListenerthat closes theChannelwhich is associated with the specifiedChannelFuture. - CLOSE - Static variable in class io.netty.handler.codec.http.HttpHeaders.Values
-
Deprecated.
"close" - CLOSE - Static variable in class io.netty.handler.codec.http.HttpHeaderValues
-
"close" - CLOSE - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Values
-
Deprecated.
"close" - CLOSE - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderValues
-
"close" - CLOSE_ON_FAILURE - Static variable in interface io.netty.channel.ChannelFutureListener
-
A
ChannelFutureListenerthat closes theChannelwhen the operation ended up with a failure or cancellation rather than a success. - closeAfterContinueResponse(Object) - Method in class io.netty.handler.codec.http.HttpObjectAggregator
- closeAfterContinueResponse(Object) - Method in class io.netty.handler.codec.http.websocketx.WebSocketFrameAggregator
- closeAfterContinueResponse(Object) - Method in class io.netty.handler.codec.memcache.AbstractMemcacheObjectAggregator
- closeAfterContinueResponse(Object) - Method in class io.netty.handler.codec.MessageAggregator
-
Determine if the channel should be closed after the result of
MessageAggregator.newContinueResponse(Object, int, ChannelPipeline)is written. - closeAfterContinueResponse(Object) - Method in class io.netty.handler.codec.redis.RedisBulkStringAggregator
- closeAfterContinueResponse(Object) - Method in class io.netty.handler.codec.stomp.StompSubframeAggregator
- closeAsync() - Method in class io.netty.channel.pool.FixedChannelPool
-
Closes the pool in an async manner.
- closeAsync() - Method in class io.netty.channel.pool.SimpleChannelPool
-
Closes the pool in an async manner.
- Closed(InetSocketAddress, InetSocketAddress) - Constructor for class io.netty.handler.codec.quic.QuicPathEvent.Closed
-
The related network path between local and remote has been closed and is now unusable on this connection.
- CLOSED - io.netty.handler.codec.http2.Http2Stream.State
- CLOSEDELIMITER - io.netty.handler.codec.http.multipart.HttpPostRequestDecoder.MultiPartStatus
- ClosedStreamCreationException(Http2Error) - Constructor for exception io.netty.handler.codec.http2.Http2Exception.ClosedStreamCreationException
- ClosedStreamCreationException(Http2Error, String) - Constructor for exception io.netty.handler.codec.http2.Http2Exception.ClosedStreamCreationException
- ClosedStreamCreationException(Http2Error, String, Throwable) - Constructor for exception io.netty.handler.codec.http2.Http2Exception.ClosedStreamCreationException
- closedStreamError(Http2Error, String, Object...) - Static method in exception io.netty.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.
- closeFileDescriptors() - Method in class io.netty.channel.epoll.EpollIoHandler
-
This method is intended for use by process checkpoint/restore integration, such as OpenJDK CRaC.
- closeForcibly() - Method in class io.netty.channel.AbstractChannel.AbstractUnsafe
- closeForcibly() - Method in interface io.netty.channel.Channel.Unsafe
-
Closes the
Channelimmediately without firing any events. - closeFuture() - Method in class io.netty.channel.AbstractChannel
- closeFuture() - Method in interface io.netty.channel.Channel
-
Returns the
ChannelFuturewhich will be notified when this channel is closed. - closeIfClosed() - Method in class io.netty.channel.AbstractChannel.AbstractUnsafe
- closeInbound() - Method in class io.netty.handler.ssl.ReferenceCountedOpenSslEngine
- closeLocalSide() - Method in interface io.netty.handler.codec.http2.Http2Stream
-
Closes the local side of this stream.
- closeOnProtocolViolation() - Method in class io.netty.handler.codec.http.websocketx.WebSocketDecoderConfig
- closeOnProtocolViolation(boolean) - Method in class io.netty.handler.codec.http.websocketx.WebSocketDecoderConfig.Builder
- closeOnProtocolViolation(boolean) - Method in class io.netty.handler.codec.http.websocketx.WebSocketServerProtocolConfig.Builder
- closeOnReadError(Throwable) - Method in class io.netty.channel.nio.AbstractNioMessageChannel
- closeOnReadError(Throwable) - Method in class io.netty.channel.socket.nio.NioDatagramChannel
- closeOnReadError(Throwable) - Method in class io.netty.channel.socket.nio.NioServerDomainSocketChannel
- closeOnReadError(Throwable) - Method in class io.netty.channel.socket.nio.NioServerSocketChannel
- closeOutbound() - Method in class io.netty.handler.ssl.ReferenceCountedOpenSslEngine
- closeOutbound() - Method in class io.netty.handler.ssl.SslHandler
-
Sends an SSL
close_notifymessage to the specified channel and destroys the underlyingSSLEngine. - closeOutbound(ChannelPromise) - Method in class io.netty.handler.ssl.SslHandler
-
Sends an SSL
close_notifymessage to the specified channel and destroys the underlyingSSLEngine. - closeRemoteSide() - Method in interface io.netty.handler.codec.http2.Http2Stream
-
Closes the remote side of this stream.
- closeStatus() - Method in exception io.netty.handler.codec.http.websocketx.CorruptedWebSocketFrameException
- closeStream(Http2Stream, ChannelFuture) - Method in class io.netty.handler.codec.http2.Http2ConnectionHandler
- closeStream(Http2Stream, ChannelFuture) - Method in interface io.netty.handler.codec.http2.Http2LifecycleManager
-
Closes and deactivates the given
stream. - closeStreamLocal(Http2Stream, ChannelFuture) - Method in class io.netty.handler.codec.http2.Http2ConnectionHandler
-
Closes the local side of the given stream.
- closeStreamLocal(Http2Stream, ChannelFuture) - Method in interface io.netty.handler.codec.http2.Http2LifecycleManager
-
Closes the local side of the
stream. - closeStreamRemote(Http2Stream, ChannelFuture) - Method in class io.netty.handler.codec.http2.Http2ConnectionHandler
-
Closes the remote side of the given stream.
- closeStreamRemote(Http2Stream, ChannelFuture) - Method in interface io.netty.handler.codec.http2.Http2LifecycleManager
-
Closes the remote side of the
stream. - CloseWebSocketFrame - Class in io.netty.handler.codec.http.websocketx
-
Web Socket Frame for closing the connection.
- CloseWebSocketFrame() - Constructor for class io.netty.handler.codec.http.websocketx.CloseWebSocketFrame
-
Creates a new empty close frame.
- CloseWebSocketFrame(boolean, int) - Constructor for class io.netty.handler.codec.http.websocketx.CloseWebSocketFrame
-
Creates a new close frame with no losing status code and no reason text
- CloseWebSocketFrame(boolean, int, int, String) - Constructor for class io.netty.handler.codec.http.websocketx.CloseWebSocketFrame
-
Creates a new close frame with closing status code and reason text
- CloseWebSocketFrame(boolean, int, ByteBuf) - Constructor for class io.netty.handler.codec.http.websocketx.CloseWebSocketFrame
-
Creates a new close frame
- CloseWebSocketFrame(int, String) - Constructor for class io.netty.handler.codec.http.websocketx.CloseWebSocketFrame
-
Creates a new empty close frame with closing status code and reason text
- CloseWebSocketFrame(WebSocketCloseStatus) - Constructor for class io.netty.handler.codec.http.websocketx.CloseWebSocketFrame
-
Creates a new empty close frame with closing status code and reason text
- CloseWebSocketFrame(WebSocketCloseStatus, String) - Constructor for class io.netty.handler.codec.http.websocketx.CloseWebSocketFrame
-
Creates a new empty close frame with closing status code and reason text
- CMD - io.netty.handler.codec.socks.SocksRequestType
- CMD - io.netty.handler.codec.socks.SocksResponseType
- cmdStatus() - Method in class io.netty.handler.codec.socks.SocksCmdResponse
-
Returns the
SocksCmdStatusof thisSocksCmdResponse - cmdType() - Method in class io.netty.handler.codec.socks.SocksCmdRequest
-
Returns the
SocksCmdTypeof thisSocksCmdRequest - CNAME - Static variable in class io.netty.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.netty.resolver.dns.DnsNameResolver
-
Returns the
DnsCnameCache. - cnameCache(DnsCnameCache) - Method in class io.netty.resolver.dns.DnsNameResolverBuilder
-
Sets the cache for
CNAMEmappings. - CoalescingBufferQueue - Class in io.netty.channel
-
A FIFO queue of bytes where producers add bytes by repeatedly adding
ByteBufand consumers take bytes in arbitrary lengths. - CoalescingBufferQueue(Channel) - Constructor for class io.netty.channel.CoalescingBufferQueue
- CoalescingBufferQueue(Channel, int) - Constructor for class io.netty.channel.CoalescingBufferQueue
- CoalescingBufferQueue(Channel, int, boolean) - Constructor for class io.netty.channel.CoalescingBufferQueue
- code() - Method in class io.netty.handler.codec.dns.DefaultDnsResponse
- code() - Method in interface io.netty.handler.codec.dns.DnsResponse
-
Returns the 4 bit return code.
- code() - Method in class io.netty.handler.codec.http.HttpResponseStatus
-
Returns the code of this
HttpResponseStatus. - code() - Method in class io.netty.handler.codec.http.websocketx.WebSocketCloseStatus
- code() - Method in enum io.netty.handler.codec.http2.Http2Error
-
Gets the code for this error used on the wire.
- code() - Method in enum io.netty.handler.codec.http3.Http3ErrorCode
- code() - Method in class io.netty.handler.codec.quic.QuicTransportError
-
Returns the code for this error used on the wire as defined by RFC9000.
- code() - Method in class io.netty.handler.codec.smtp.DefaultSmtpResponse
- code() - Method in interface io.netty.handler.codec.smtp.SmtpResponse
-
Returns the response code.
- code() - Method in class io.netty.handler.codec.spdy.SpdySessionStatus
-
Returns the code of this status.
- code() - Method in class io.netty.handler.codec.spdy.SpdyStreamStatus
-
Returns the code of this status.
- codeAsText() - Method in class io.netty.handler.codec.http.HttpResponseStatus
-
Returns the status code as
AsciiString. - codec(Http2ConnectionDecoder, Http2ConnectionEncoder) - Method in class io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
-
Sets the
Http2ConnectionDecoderandHttp2ConnectionEncoderto use. - codec(Http2ConnectionDecoder, Http2ConnectionEncoder) - Method in class io.netty.handler.codec.http2.Http2ConnectionHandlerBuilder
- codec(Http2ConnectionDecoder, Http2ConnectionEncoder) - Method in class io.netty.handler.codec.http2.HttpToHttp2ConnectionHandlerBuilder
- CodecException - Exception in io.netty.handler.codec
-
An
Exceptionwhich is thrown by a codec. - CodecException() - Constructor for exception io.netty.handler.codec.CodecException
-
Creates a new instance.
- CodecException(String) - Constructor for exception io.netty.handler.codec.CodecException
-
Creates a new instance.
- CodecException(String, Throwable) - Constructor for exception io.netty.handler.codec.CodecException
-
Creates a new instance.
- CodecException(Throwable) - Constructor for exception io.netty.handler.codec.CodecException
-
Creates a new instance.
- codeClass() - Method in class io.netty.handler.codec.http.HttpResponseStatus
-
Returns the class of this
HttpResponseStatus - collectPathStats(int) - Method in interface io.netty.handler.codec.quic.QuicChannel
-
Collects statistics about the path of the connection and notifies the
Futureonce done. - collectPathStats(int, Promise<QuicConnectionPathStats>) - Method in interface io.netty.handler.codec.quic.QuicChannel
-
Collects statistics about the path of the connection and notifies the
Promiseonce done. - collectStats() - Method in interface io.netty.handler.codec.quic.QuicChannel
-
Collects statistics about the connection and notifies the
Futureonce done. - collectStats(Promise<QuicConnectionStats>) - Method in interface io.netty.handler.codec.quic.QuicChannel
-
Collects statistics about the connection and notifies the
Promiseonce done. - COLON - io.netty.handler.codec.AsciiHeadersEncoder.SeparatorType
-
':' - COLON - Static variable in class io.netty.handler.codec.http.HttpConstants
-
Colon ':'
- COLON_SPACE - io.netty.handler.codec.AsciiHeadersEncoder.SeparatorType
-
': ' - CombinedChannelDuplexHandler<I extends ChannelInboundHandler,O extends ChannelOutboundHandler> - Class in io.netty.channel
- CombinedChannelDuplexHandler() - Constructor for class io.netty.channel.CombinedChannelDuplexHandler
-
Creates a new uninitialized instance.
- CombinedChannelDuplexHandler(I, O) - Constructor for class io.netty.channel.CombinedChannelDuplexHandler
-
Creates a new instance that combines the specified two handlers into one.
- CombinedHttpHeaders - Class in io.netty.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.netty.handler.codec.http.CombinedHttpHeaders
-
Deprecated.Prefer instead to configuring a
HttpHeadersFactoryby callingwithCombiningHeaders(true)onDefaultHttpHeadersFactory.headersFactory(). - COMMA - Static variable in class io.netty.handler.codec.http.HttpConstants
-
Comma ','
- COMMA - Static variable in class io.netty.util.internal.StringUtil
- command - Variable in class io.netty.handler.codec.stomp.DefaultStompHeadersSubframe
- command() - Method in class io.netty.handler.codec.haproxy.HAProxyMessage
-
Returns the
HAProxyCommandof thisHAProxyMessage. - command() - Method in class io.netty.handler.codec.smtp.DefaultSmtpRequest
- command() - Method in interface io.netty.handler.codec.smtp.SmtpRequest
-
Returns the
SmtpCommandthat belongs to the request. - command() - Method in class io.netty.handler.codec.stomp.DefaultStompHeadersSubframe
- command() - Method in interface io.netty.handler.codec.stomp.StompHeadersSubframe
-
Returns command of this frame.
- COMMAND_NOT_SUPPORTED - io.netty.handler.codec.socks.SocksCmdStatus
- COMMAND_UNSUPPORTED - Static variable in class io.netty.handler.codec.socksx.v5.Socks5CommandStatus
- comment() - Method in interface io.netty.handler.codec.http.Cookie
-
Deprecated.Not part of RFC6265
- comment() - Method in class io.netty.handler.codec.http.DefaultCookie
-
Deprecated.
- commentUrl() - Method in interface io.netty.handler.codec.http.Cookie
-
Deprecated.Not part of RFC6265
- commentUrl() - Method in class io.netty.handler.codec.http.DefaultCookie
-
Deprecated.
- COMMIT - io.netty.handler.codec.stomp.StompCommand
- commitTimeMillis() - Method in class io.netty.util.Version
- CommonsLoggerFactory - Class in io.netty.util.internal.logging
-
Deprecated.
- CommonsLoggerFactory() - Constructor for class io.netty.util.internal.logging.CommonsLoggerFactory
-
Deprecated.Use
CommonsLoggerFactory.INSTANCEinstead. - commonSuffixOfLength(String, String, int) - Static method in class io.netty.util.internal.StringUtil
-
Checks if two strings have the same suffix of specified length
- compare(int, int) - Static method in class io.netty.util.internal.MathUtil
-
Deprecated.not used anymore. User Integer.compare() instead. For removal. Compares two
intvalues. - compare(long, long) - Static method in class io.netty.util.internal.MathUtil
-
Deprecated.not used anymore. User Long.compare() instead. For removal. Compare two
longvalues. - compare(ByteBuf, ByteBuf) - Static method in class io.netty.buffer.ByteBufUtil
-
Compares the two specified buffers as described in
ByteBuf.compareTo(ByteBuf). - compare(InetSocketAddress, InetSocketAddress) - Method in class io.netty.resolver.dns.NameServerComparator
- compareAndSet(T, T) - Method in interface io.netty.util.Attribute
-
Atomically sets the value to the given updated value if the current value == the expected value.
- compareAndSwapInt(Object, long, int, int) - Static method in class io.netty.util.internal.PlatformDependent
- compareTo(ByteBuf) - Method in class io.netty.buffer.AbstractByteBuf
- compareTo(ByteBuf) - Method in class io.netty.buffer.ByteBuf
-
Compares the content of the specified buffer to the content of this buffer.
- compareTo(ByteBuf) - Method in class io.netty.buffer.EmptyByteBuf
- compareTo(ByteBuf) - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- compareTo(ByteBuf) - Method in class io.netty.buffer.WrappedByteBuf
- compareTo(Channel) - Method in class io.netty.channel.AbstractChannel
- compareTo(ChannelId) - Method in class io.netty.channel.DefaultChannelId
- compareTo(ChannelGroup) - Method in class io.netty.channel.group.DefaultChannelGroup
- compareTo(LocalAddress) - Method in class io.netty.channel.local.LocalAddress
- compareTo(DnsOpCode) - Method in class io.netty.handler.codec.dns.DnsOpCode
- compareTo(DnsRecordType) - Method in class io.netty.handler.codec.dns.DnsRecordType
- compareTo(DnsResponseCode) - Method in class io.netty.handler.codec.dns.DnsResponseCode
- compareTo(Cookie) - Method in class io.netty.handler.codec.http.cookie.DefaultCookie
- compareTo(HttpMethod) - Method in class io.netty.handler.codec.http.HttpMethod
- compareTo(HttpResponseStatus) - Method in class io.netty.handler.codec.http.HttpResponseStatus
-
Equality of
HttpResponseStatusonly depends onHttpResponseStatus.code(). - compareTo(HttpVersion) - Method in class io.netty.handler.codec.http.HttpVersion
- compareTo(Attribute) - Method in class io.netty.handler.codec.http.multipart.DiskAttribute
- compareTo(Attribute) - Method in class io.netty.handler.codec.http.multipart.MemoryAttribute
- compareTo(FileUpload) - Method in class io.netty.handler.codec.http.multipart.DiskFileUpload
- compareTo(FileUpload) - Method in class io.netty.handler.codec.http.multipart.MemoryFileUpload
- compareTo(InterfaceHttpData) - Method in class io.netty.handler.codec.http.multipart.DiskAttribute
- compareTo(InterfaceHttpData) - Method in class io.netty.handler.codec.http.multipart.DiskFileUpload
- compareTo(InterfaceHttpData) - Method in class io.netty.handler.codec.http.multipart.MemoryAttribute
- compareTo(InterfaceHttpData) - Method in class io.netty.handler.codec.http.multipart.MemoryFileUpload
- compareTo(WebSocketCloseStatus) - Method in class io.netty.handler.codec.http.websocketx.WebSocketCloseStatus
-
Order of
WebSocketCloseStatusonly depends onWebSocketCloseStatus.code(). - compareTo(Socks4CommandStatus) - Method in class io.netty.handler.codec.socksx.v4.Socks4CommandStatus
- compareTo(Socks4CommandType) - Method in class io.netty.handler.codec.socksx.v4.Socks4CommandType
- compareTo(Socks5AddressType) - Method in class io.netty.handler.codec.socksx.v5.Socks5AddressType
- compareTo(Socks5AuthMethod) - Method in class io.netty.handler.codec.socksx.v5.Socks5AuthMethod
- compareTo(Socks5CommandStatus) - Method in class io.netty.handler.codec.socksx.v5.Socks5CommandStatus
- compareTo(Socks5CommandType) - Method in class io.netty.handler.codec.socksx.v5.Socks5CommandType
- compareTo(Socks5PasswordAuthStatus) - Method in class io.netty.handler.codec.socksx.v5.Socks5PasswordAuthStatus
- compareTo(Socks5PrivateAuthStatus) - Method in class io.netty.handler.codec.socksx.v5.Socks5PrivateAuthStatus
- compareTo(SpdySessionStatus) - Method in class io.netty.handler.codec.spdy.SpdySessionStatus
- compareTo(SpdyStreamStatus) - Method in class io.netty.handler.codec.spdy.SpdyStreamStatus
- compareTo(IpSubnetFilterRule) - Method in class io.netty.handler.ipfilter.IpSubnetFilterRule
- compareTo(Signal) - Method in error io.netty.util.Signal
- compareTo(CharSequence) - Method in class io.netty.util.AsciiString
-
Compares the specified string to this string using the ASCII values of the characters.
- compareTo(T) - Method in class io.netty.util.AbstractConstant
- CompatibleMarshallingDecoder - Class in io.netty.handler.codec.marshalling
- CompatibleMarshallingDecoder(UnmarshallerProvider, int) - Constructor for class io.netty.handler.codec.marshalling.CompatibleMarshallingDecoder
-
Create a new instance of
CompatibleMarshallingDecoder. - CompatibleMarshallingEncoder - Class in io.netty.handler.codec.marshalling
-
MessageToByteEncoderimplementation which uses JBoss Marshalling to marshal an Object. - CompatibleMarshallingEncoder(MarshallerProvider) - Constructor for class io.netty.handler.codec.marshalling.CompatibleMarshallingEncoder
-
Create a new instance of the
CompatibleMarshallingEncoder - CompatibleObjectEncoder - Class in io.netty.handler.codec.serialization
-
Deprecated.This class has been deprecated with no replacement, because serialization can be a security liability
- CompatibleObjectEncoder() - Constructor for class io.netty.handler.codec.serialization.CompatibleObjectEncoder
-
Deprecated.Creates a new instance with the reset interval of
16. - CompatibleObjectEncoder(int) - Constructor for class io.netty.handler.codec.serialization.CompatibleObjectEncoder
-
Deprecated.Creates a new instance.
- compilePattern(byte) - Static method in class io.netty.util.internal.SWARUtil
-
Compiles given byte into a long pattern suitable for SWAR operations.
- CompleteFuture<V> - Class in io.netty.util.concurrent
- CompleteFuture(EventExecutor) - Constructor for class io.netty.util.concurrent.CompleteFuture
-
Creates a new instance.
- completeOncePreferredResolved(boolean) - Method in class io.netty.resolver.dns.DnsNameResolverBuilder
-
If
trueSimpleNameResolver.resolveAll(String)will notify the returnedFutureas soon as all queries for the preferred address-type are complete. - component(int) - Method in class io.netty.buffer.CompositeByteBuf
-
Return a duplicate of the
ByteBufon the specified component index. - componentAtOffset(int) - Method in class io.netty.buffer.CompositeByteBuf
-
Return the
ByteBufon the specified index - componentSlice(int) - Method in class io.netty.buffer.CompositeByteBuf
-
Return a slice of the
ByteBufon the specified component index. - compose(ByteBufAllocator, ByteBuf, ByteBuf) - Method in class io.netty.channel.AbstractCoalescingBufferQueue
-
Calculate the result of
current + next. - compose(ByteBufAllocator, ByteBuf, ByteBuf) - Method in class io.netty.channel.CoalescingBufferQueue
- compose(ChannelMatcher...) - Static method in class io.netty.channel.group.ChannelMatchers
-
Return a composite of the given
ChannelMatchers. - composeFirst(ByteBufAllocator, ByteBuf) - Method in class io.netty.channel.AbstractCoalescingBufferQueue
-
Deprecated.Use {AbstractCoalescingBufferQueue#composeFirst(ByteBufAllocator, ByteBuf, int)}
- composeFirst(ByteBufAllocator, ByteBuf, int) - Method in class io.netty.channel.AbstractCoalescingBufferQueue
-
Calculate the first
ByteBufwhich will be used in subsequent calls toAbstractCoalescingBufferQueue.compose(ByteBufAllocator, ByteBuf, ByteBuf). - composeIntoComposite(ByteBufAllocator, ByteBuf, ByteBuf) - Method in class io.netty.channel.AbstractCoalescingBufferQueue
- COMPOSITE_CUMULATOR - Static variable in class io.netty.handler.codec.ByteToMessageDecoder
-
Cumulate
ByteBufs by add them to aCompositeByteBufand so do no memory copy whenever possible. - compositeBuffer() - Method in class io.netty.buffer.AbstractByteBufAllocator
- compositeBuffer() - Method in interface io.netty.buffer.ByteBufAllocator
-
Allocate a
CompositeByteBuf. - compositeBuffer() - Static method in class io.netty.buffer.Unpooled
-
Returns a new big-endian composite buffer with no components.
- compositeBuffer() - Method in class io.netty.channel.PreferHeapByteBufAllocator
- compositeBuffer() - Method in class io.netty.channel.unix.PreferredDirectByteBufAllocator
- compositeBuffer(int) - Method in class io.netty.buffer.AbstractByteBufAllocator
- compositeBuffer(int) - Method in interface io.netty.buffer.ByteBufAllocator
-
Allocate a
CompositeByteBufwith the given maximum number of components that can be stored in it. - compositeBuffer(int) - Static method in class io.netty.buffer.Unpooled
-
Returns a new big-endian composite buffer with no components.
- compositeBuffer(int) - Method in class io.netty.channel.PreferHeapByteBufAllocator
- compositeBuffer(int) - Method in class io.netty.channel.unix.PreferredDirectByteBufAllocator
- CompositeByteBuf - Class in io.netty.buffer
-
A virtual buffer which shows multiple buffers as a single merged buffer.
- CompositeByteBuf(ByteBufAllocator, boolean, int) - Constructor for class io.netty.buffer.CompositeByteBuf
- CompositeByteBuf(ByteBufAllocator, boolean, int, ByteBuf...) - Constructor for class io.netty.buffer.CompositeByteBuf
- CompositeByteBuf(ByteBufAllocator, boolean, int, Iterable<ByteBuf>) - Constructor for class io.netty.buffer.CompositeByteBuf
- compositeDirectBuffer() - Method in class io.netty.buffer.AbstractByteBufAllocator
- compositeDirectBuffer() - Method in interface io.netty.buffer.ByteBufAllocator
-
Allocate a direct
CompositeByteBuf. - compositeDirectBuffer() - Method in class io.netty.channel.PreferHeapByteBufAllocator
- compositeDirectBuffer() - Method in class io.netty.channel.unix.PreferredDirectByteBufAllocator
- compositeDirectBuffer(int) - Method in class io.netty.buffer.AbstractByteBufAllocator
- compositeDirectBuffer(int) - Method in interface io.netty.buffer.ByteBufAllocator
-
Allocate a direct
CompositeByteBufwith the given maximum number of components that can be stored in it. - compositeDirectBuffer(int) - Method in class io.netty.buffer.UnpooledByteBufAllocator
- compositeDirectBuffer(int) - Method in class io.netty.channel.PreferHeapByteBufAllocator
- compositeDirectBuffer(int) - Method in class io.netty.channel.unix.PreferredDirectByteBufAllocator
- compositeHeapBuffer() - Method in class io.netty.buffer.AbstractByteBufAllocator
- compositeHeapBuffer() - Method in interface io.netty.buffer.ByteBufAllocator
-
Allocate a heap
CompositeByteBuf. - compositeHeapBuffer() - Method in class io.netty.channel.PreferHeapByteBufAllocator
- compositeHeapBuffer() - Method in class io.netty.channel.unix.PreferredDirectByteBufAllocator
- compositeHeapBuffer(int) - Method in class io.netty.buffer.AbstractByteBufAllocator
- compositeHeapBuffer(int) - Method in interface io.netty.buffer.ByteBufAllocator
-
Allocate a heap
CompositeByteBufwith the given maximum number of components that can be stored in it. - compositeHeapBuffer(int) - Method in class io.netty.buffer.UnpooledByteBufAllocator
- compositeHeapBuffer(int) - Method in class io.netty.channel.PreferHeapByteBufAllocator
- compositeHeapBuffer(int) - Method in class io.netty.channel.unix.PreferredDirectByteBufAllocator
- CompositeNameResolver<T> - Class in io.netty.resolver
-
A composite
SimpleNameResolverthat resolves a host name against a sequence ofNameResolvers. - CompositeNameResolver(EventExecutor, NameResolver<T>...) - Constructor for class io.netty.resolver.CompositeNameResolver
- CompositeStreamException(Http2Error, int) - Constructor for exception io.netty.handler.codec.http2.Http2Exception.CompositeStreamException
- compress(SSLEngine, byte[]) - Method in interface io.netty.handler.ssl.OpenSslCertificateCompressionAlgorithm
-
Compress the given input with the specified algorithm and return the compressed bytes.
- Compress - io.netty.handler.ssl.OpenSslCertificateCompressionConfig.AlgorithmMode
-
Compression supported and should be advertized.
- COMPRESS - Static variable in class io.netty.handler.codec.http.HttpHeaders.Values
-
Deprecated.
"compress" - COMPRESS - Static variable in class io.netty.handler.codec.http.HttpHeaderValues
-
"compress" - COMPRESS - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Values
-
Deprecated.
"compress" - COMPRESS - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderValues
-
"compress" - COMPRESSION_ERROR - io.netty.handler.codec.http2.Http2Error
- CompressionException - Exception in io.netty.handler.codec.compression
-
An
EncoderExceptionthat is raised when compression failed. - CompressionException() - Constructor for exception io.netty.handler.codec.compression.CompressionException
-
Creates a new instance.
- CompressionException(String) - Constructor for exception io.netty.handler.codec.compression.CompressionException
-
Creates a new instance.
- CompressionException(String, Throwable) - Constructor for exception io.netty.handler.codec.compression.CompressionException
-
Creates a new instance.
- CompressionException(Throwable) - Constructor for exception io.netty.handler.codec.compression.CompressionException
-
Creates a new instance.
- compressionLevel() - Method in class io.netty.handler.codec.compression.DeflateOptions
- compressionLevel() - Method in class io.netty.handler.codec.compression.ZstdOptions
- CompressionOptions - Interface in io.netty.handler.codec.compression
-
CompressionOptionsprovides compression options for various types of compressor types, like Brotli. - CompressorHttp2ConnectionEncoder - Class in io.netty.handler.codec.http2
-
A decorating HTTP2 encoder that will compress data frames according to the
content-encodingheader for each stream. - CompressorHttp2ConnectionEncoder(Http2ConnectionEncoder) - Constructor for class io.netty.handler.codec.http2.CompressorHttp2ConnectionEncoder
-
Create a new
CompressorHttp2ConnectionEncoderinstance with default implementation ofStandardCompressionOptions - CompressorHttp2ConnectionEncoder(Http2ConnectionEncoder, int, int, int) - Constructor for class io.netty.handler.codec.http2.CompressorHttp2ConnectionEncoder
-
Deprecated.
- CompressorHttp2ConnectionEncoder(Http2ConnectionEncoder, CompressionOptions...) - Constructor for class io.netty.handler.codec.http2.CompressorHttp2ConnectionEncoder
-
Create a new
CompressorHttp2ConnectionEncoderwith specifiedStandardCompressionOptions - computeRemoteAddr(InetSocketAddress, InetSocketAddress) - Static method in class io.netty.channel.unix.UnixChannelUtil
- computeResolvedAddressTypes(InternetProtocolFamily...) - Static method in class io.netty.resolver.dns.DnsNameResolverBuilder
- concat(CharSequence) - Method in class io.netty.util.AsciiString
-
Concatenates this string and the specified string.
- ConcurrentSet<E> - Class in io.netty.util.internal
-
Deprecated.For removal in Netty 4.2. Please use
ConcurrentHashMap.newKeySet()instead - ConcurrentSet() - Constructor for class io.netty.util.internal.ConcurrentSet
-
Deprecated.Creates a new instance which wraps the specified
map. - CONFERENCE - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderNames
-
"conference" - CONFERENCE - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Names
-
Deprecated.
"Conference" - CONFERENCE_NOT_FOUND - Static variable in class io.netty.handler.codec.rtsp.RtspResponseStatuses
-
452 Conference Not Found
- config() - Method in class io.netty.bootstrap.AbstractBootstrap
-
Returns the
AbstractBootstrapConfigobject that can be used to obtain the current config of the bootstrap. - config() - Method in class io.netty.bootstrap.Bootstrap
- config() - Method in class io.netty.bootstrap.ServerBootstrap
- config() - Method in interface io.netty.channel.Channel
-
Returns the configuration of this channel.
- config() - Method in class io.netty.channel.embedded.EmbeddedChannel
- config() - Method in class io.netty.channel.epoll.EpollDatagramChannel
- config() - Method in class io.netty.channel.epoll.EpollDomainDatagramChannel
- config() - Method in class io.netty.channel.epoll.EpollDomainSocketChannel
- config() - Method in class io.netty.channel.epoll.EpollServerDomainSocketChannel
- config() - Method in class io.netty.channel.epoll.EpollServerSocketChannel
- config() - Method in class io.netty.channel.epoll.EpollSocketChannel
- config() - Method in class io.netty.channel.kqueue.KQueueDatagramChannel
- config() - Method in class io.netty.channel.kqueue.KQueueDomainDatagramChannel
- config() - Method in class io.netty.channel.kqueue.KQueueDomainSocketChannel
- config() - Method in class io.netty.channel.kqueue.KQueueServerDomainSocketChannel
- config() - Method in class io.netty.channel.kqueue.KQueueServerSocketChannel
- config() - Method in class io.netty.channel.kqueue.KQueueSocketChannel
- config() - Method in class io.netty.channel.local.LocalChannel
- config() - Method in class io.netty.channel.local.LocalServerChannel
- config() - Method in class io.netty.channel.rxtx.RxtxChannel
-
Deprecated.
- config() - Method in class io.netty.channel.sctp.nio.NioSctpChannel
- config() - Method in class io.netty.channel.sctp.nio.NioSctpServerChannel
- config() - Method in class io.netty.channel.sctp.oio.OioSctpChannel
-
Deprecated.
- config() - Method in class io.netty.channel.sctp.oio.OioSctpServerChannel
-
Deprecated.
- config() - Method in interface io.netty.channel.sctp.SctpChannel
-
Returns the
SctpChannelConfigconfiguration of the channel. - config() - Method in interface io.netty.channel.sctp.SctpServerChannel
-
Returns the
SctpServerChannelConfigconfiguration of the channel. - config() - Method in interface io.netty.channel.socket.DatagramChannel
- config() - Method in class io.netty.channel.socket.nio.NioDatagramChannel
- config() - Method in class io.netty.channel.socket.nio.NioDomainSocketChannel
- config() - Method in class io.netty.channel.socket.nio.NioServerDomainSocketChannel
- config() - Method in class io.netty.channel.socket.nio.NioServerSocketChannel
- config() - Method in class io.netty.channel.socket.nio.NioSocketChannel
- config() - Method in class io.netty.channel.socket.oio.OioDatagramChannel
-
Deprecated.Returns the configuration of this channel.
- config() - Method in class io.netty.channel.socket.oio.OioServerSocketChannel
-
Deprecated.
- config() - Method in class io.netty.channel.socket.oio.OioSocketChannel
-
Deprecated.
- config() - Method in interface io.netty.channel.socket.ServerSocketChannel
- config() - Method in interface io.netty.channel.socket.SocketChannel
- config() - Method in class io.netty.channel.udt.nio.NioUdtAcceptorChannel
-
Deprecated.
- config() - Method in class io.netty.channel.udt.nio.NioUdtByteConnectorChannel
-
Deprecated.
- config() - Method in class io.netty.channel.udt.nio.NioUdtMessageConnectorChannel
-
Deprecated.
- config() - Method in interface io.netty.channel.udt.UdtChannel
-
Deprecated.Returns the
UdtChannelConfigof the channel. - config() - Method in interface io.netty.channel.unix.DomainDatagramChannel
- config() - Method in interface io.netty.channel.unix.DomainSocketChannel
- config() - Method in class io.netty.channel.uring.IoUringDatagramChannel
- config() - Method in class io.netty.channel.uring.IoUringDomainSocketChannel
- config() - Method in class io.netty.channel.uring.IoUringServerDomainSocketChannel
- config() - Method in class io.netty.channel.uring.IoUringServerSocketChannel
- config() - Method in class io.netty.channel.uring.IoUringSocketChannel
- config() - Method in interface io.netty.handler.codec.quic.QuicChannel
-
Returns the configuration of this channel.
- config() - Method in interface io.netty.handler.codec.quic.QuicStreamChannel
- config(ChannelConfig) - Method in class io.netty.channel.embedded.EmbeddedChannel.Builder
-
The
ChannelConfigwhich will be returned byEmbeddedChannel.config(). - configuration() - Method in class io.netty.handler.codec.http2.DecoratingHttp2FrameWriter
- configuration() - Method in class io.netty.handler.codec.http2.DefaultHttp2ConnectionEncoder
- configuration() - Method in class io.netty.handler.codec.http2.DefaultHttp2FrameReader
- configuration() - Method in class io.netty.handler.codec.http2.DefaultHttp2FrameWriter
- configuration() - Method in class io.netty.handler.codec.http2.DefaultHttp2HeadersDecoder
- configuration() - Method in class io.netty.handler.codec.http2.DefaultHttp2HeadersEncoder
- configuration() - Method in interface io.netty.handler.codec.http2.Http2FrameReader
-
Get the configuration related elements for this
Http2FrameReader - configuration() - Method in interface io.netty.handler.codec.http2.Http2FrameWriter
-
Get the configuration related elements for this
Http2FrameWriter - configuration() - Method in interface io.netty.handler.codec.http2.Http2HeadersDecoder
-
Get the
Http2HeadersDecoder.Configurationfor thisHttp2HeadersDecoder - configuration() - Method in interface io.netty.handler.codec.http2.Http2HeadersEncoder
-
Get the
Http2HeadersEncoder.Configurationfor thisHttp2HeadersEncoder - configuration() - Method in class io.netty.handler.codec.http2.Http2InboundFrameLogger
- configuration() - Method in class io.netty.handler.codec.http2.Http2OutboundFrameLogger
- configure(long) - Method in class io.netty.handler.traffic.AbstractTrafficShapingHandler
-
Change the check interval.
- configure(long) - Method in class io.netty.handler.traffic.TrafficCounter
-
Change checkInterval between two computations in millisecond.
- configure(long, long) - Method in class io.netty.handler.traffic.AbstractTrafficShapingHandler
-
Change the underlying limitations.
- configure(long, long, long) - Method in class io.netty.handler.traffic.AbstractTrafficShapingHandler
-
Change the underlying limitations and check interval.
- configureChannel(long, long) - Method in class io.netty.handler.traffic.GlobalChannelTrafficShapingHandler
- configurePipeline(ChannelHandlerContext, String) - Method in class io.netty.handler.ssl.ApplicationProtocolNegotiationHandler
-
Invoked on successful initial SSL/TLS handshake.
- confirmShutdown() - Method in class io.netty.util.concurrent.SingleThreadEventExecutor
-
Confirm that the shutdown if the instance should be done now!
- CONFLICT - Static variable in class io.netty.handler.codec.http.HttpResponseStatus
-
409 Conflict
- congestionControlAlgorithm(QuicCongestionControlAlgorithm) - Method in class io.netty.handler.codec.quic.QuicCodecBuilder
-
Sets the congestion control algorithm to use.
- connAck() - Static method in class io.netty.handler.codec.mqtt.MqttMessageBuilders
- CONNACK - io.netty.handler.codec.mqtt.MqttMessageType
- ConnAckPropertiesBuilder() - Constructor for class io.netty.handler.codec.mqtt.MqttMessageBuilders.ConnAckPropertiesBuilder
- connect() - Method in class io.netty.bootstrap.Bootstrap
-
Connect a
Channelto the remote peer. - connect() - Static method in class io.netty.handler.codec.mqtt.MqttMessageBuilders
- connect() - Method in class io.netty.handler.codec.quic.QuicChannelBootstrap
-
Connects a
QuicChannelto the remote peer and notifies the future once done. - connect() - Method in class io.netty.handler.ssl.OpenSslSessionStats
-
Returns the number of started SSL/TLS handshakes in client mode.
- connect(ChannelHandlerContext, SocketAddress, SocketAddress, ChannelPromise) - Method in class io.netty.channel.ChannelDuplexHandler
-
Calls
ChannelOutboundInvoker.connect(SocketAddress, SocketAddress, ChannelPromise)to forward to the nextChannelOutboundHandlerin theChannelPipeline. - connect(ChannelHandlerContext, SocketAddress, SocketAddress, ChannelPromise) - Method in interface io.netty.channel.ChannelOutboundHandler
-
Called once a connect operation is made.
- connect(ChannelHandlerContext, SocketAddress, SocketAddress, ChannelPromise) - Method in class io.netty.channel.ChannelOutboundHandlerAdapter
-
Calls
ChannelOutboundInvoker.connect(SocketAddress, SocketAddress, ChannelPromise)to forward to the nextChannelOutboundHandlerin theChannelPipeline. - connect(ChannelHandlerContext, SocketAddress, SocketAddress, ChannelPromise) - Method in class io.netty.channel.CombinedChannelDuplexHandler
- connect(ChannelHandlerContext, SocketAddress, SocketAddress, ChannelPromise) - Method in class io.netty.handler.address.DynamicAddressConnectHandler
- connect(ChannelHandlerContext, SocketAddress, SocketAddress, ChannelPromise) - Method in class io.netty.handler.address.ResolveAddressHandler
- connect(ChannelHandlerContext, SocketAddress, SocketAddress, ChannelPromise) - Method in class io.netty.handler.codec.DatagramPacketEncoder
- connect(ChannelHandlerContext, SocketAddress, SocketAddress, ChannelPromise) - Method in class io.netty.handler.codec.http.HttpClientUpgradeHandler
- connect(ChannelHandlerContext, SocketAddress, SocketAddress, ChannelPromise) - Method in class io.netty.handler.codec.http2.Http2ConnectionHandler
- connect(ChannelHandlerContext, SocketAddress, SocketAddress, ChannelPromise) - Method in class io.netty.handler.codec.http3.Http3FrameToHttpObjectCodec
- connect(ChannelHandlerContext, SocketAddress, SocketAddress, ChannelPromise) - Method in class io.netty.handler.codec.spdy.SpdyFrameCodec
- connect(ChannelHandlerContext, SocketAddress, SocketAddress, ChannelPromise) - Method in class io.netty.handler.logging.LoggingHandler
- connect(ChannelHandlerContext, SocketAddress, SocketAddress, ChannelPromise) - Method in class io.netty.handler.proxy.ProxyHandler
- connect(ChannelHandlerContext, SocketAddress, SocketAddress, ChannelPromise) - Method in class io.netty.handler.ssl.SslClientHelloHandler
- connect(ChannelHandlerContext, SocketAddress, SocketAddress, ChannelPromise) - Method in class io.netty.handler.ssl.SslHandler
- connect(Promise<QuicChannel>) - Method in class io.netty.handler.codec.quic.QuicChannelBootstrap
-
Connects a
QuicChannelto the remote peer and notifies the promise once done. - connect(String, int) - Method in class io.netty.bootstrap.Bootstrap
-
Connect a
Channelto the remote peer. - connect(InetAddress, int) - Method in class io.netty.bootstrap.Bootstrap
-
Connect a
Channelto the remote peer. - connect(SocketAddress) - Method in class io.netty.bootstrap.Bootstrap
-
Connect a
Channelto the remote peer. - connect(SocketAddress) - Method in interface io.netty.channel.Channel
- connect(SocketAddress) - Method in interface io.netty.channel.ChannelOutboundInvoker
-
Request to connect to the given
SocketAddressand notify theChannelFutureonce the operation completes, either because the operation was successful or because of an error. - connect(SocketAddress) - Method in class io.netty.channel.DefaultChannelPipeline
- connect(SocketAddress) - Method in class io.netty.channel.embedded.EmbeddedChannel
- connect(SocketAddress) - Method in class io.netty.channel.unix.Socket
- connect(SocketAddress) - Method in interface io.netty.handler.codec.quic.QuicChannel
- connect(SocketAddress) - Method in interface io.netty.handler.codec.quic.QuicStreamChannel
- connect(SocketAddress, ChannelPromise) - Method in interface io.netty.channel.Channel
- connect(SocketAddress, ChannelPromise) - Method in interface io.netty.channel.ChannelOutboundInvoker
-
Request to connect to the given
SocketAddressand notify theChannelFutureonce the operation completes, either because the operation was successful or because of an error. - connect(SocketAddress, ChannelPromise) - Method in class io.netty.channel.DefaultChannelPipeline
- connect(SocketAddress, ChannelPromise) - Method in class io.netty.channel.embedded.EmbeddedChannel
- connect(SocketAddress, ChannelPromise) - Method in interface io.netty.handler.codec.quic.QuicChannel
- connect(SocketAddress, ChannelPromise) - Method in interface io.netty.handler.codec.quic.QuicStreamChannel
- connect(SocketAddress, SocketAddress) - Method in class io.netty.bootstrap.Bootstrap
-
Connect a
Channelto the remote peer. - connect(SocketAddress, SocketAddress) - Method in interface io.netty.channel.Channel
- connect(SocketAddress, SocketAddress) - Method in interface io.netty.channel.ChannelOutboundInvoker
-
Request to connect to the given
SocketAddresswhile bind to the localAddress and notify theChannelFutureonce the operation completes, either because the operation was successful or because of an error. - connect(SocketAddress, SocketAddress) - Method in class io.netty.channel.DefaultChannelPipeline
- connect(SocketAddress, SocketAddress) - Method in class io.netty.channel.embedded.EmbeddedChannel
- connect(SocketAddress, SocketAddress) - Method in interface io.netty.handler.codec.quic.QuicChannel
- connect(SocketAddress, SocketAddress) - Method in interface io.netty.handler.codec.quic.QuicStreamChannel
- connect(SocketAddress, SocketAddress, ChannelPromise) - Method in interface io.netty.channel.Channel
- connect(SocketAddress, SocketAddress, ChannelPromise) - Method in interface io.netty.channel.Channel.Unsafe
- connect(SocketAddress, SocketAddress, ChannelPromise) - Method in interface io.netty.channel.ChannelOutboundInvoker
-
Request to connect to the given
SocketAddresswhile bind to the localAddress and notify theChannelFutureonce the operation completes, either because the operation was successful or because of an error. - connect(SocketAddress, SocketAddress, ChannelPromise) - Method in class io.netty.channel.DefaultChannelPipeline
- connect(SocketAddress, SocketAddress, ChannelPromise) - Method in class io.netty.channel.embedded.EmbeddedChannel
- connect(SocketAddress, SocketAddress, ChannelPromise) - Method in class io.netty.channel.nio.AbstractNioChannel.AbstractNioUnsafe
- connect(SocketAddress, SocketAddress, ChannelPromise) - Method in interface io.netty.handler.codec.quic.QuicChannel
- connect(SocketAddress, SocketAddress, ChannelPromise) - Method in interface io.netty.handler.codec.quic.QuicStreamChannel
- connect(Socket, SocketAddress, int) - Static method in class io.netty.util.internal.SocketUtils
- connect(SocketChannel, SocketAddress) - Static method in class io.netty.util.internal.SocketUtils
- CONNECT - io.netty.handler.codec.mqtt.MqttMessageType
- CONNECT - io.netty.handler.codec.socks.SocksCmdType
- CONNECT - io.netty.handler.codec.stomp.StompCommand
- CONNECT - Static variable in class io.netty.channel.nio.NioIoOps
-
Interested in IO events which should be handled by finish pending connect operations
- CONNECT - Static variable in class io.netty.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 - Static variable in class io.netty.handler.codec.socksx.v4.Socks4CommandType
- CONNECT - Static variable in class io.netty.handler.codec.socksx.v5.Socks5CommandType
- CONNECT_ERROR - io.netty.handler.codec.http2.Http2Error
- CONNECT_TIMEOUT_MILLIS - Static variable in class io.netty.channel.ChannelOption
- connectChannel(Bootstrap) - Method in class io.netty.channel.pool.SimpleChannelPool
-
Bootstrap a new
Channel. - CONNECTED - io.netty.handler.codec.stomp.StompCommand
- connectFuture() - Method in class io.netty.handler.proxy.ProxyHandler
-
Returns a
Futurethat is notified when the connection to the destination has been established or the connection attempt has failed. - connectGood() - Method in class io.netty.handler.ssl.OpenSslSessionStats
-
Returns the number of successfully established SSL/TLS sessions in client mode.
- connection - Variable in class io.netty.handler.codec.http2.InboundHttp2ToHttpAdapter
- connection() - Method in class io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
-
Returns the
Http2Connectionto use. - connection() - Method in class io.netty.handler.codec.http2.AbstractInboundHttp2ToHttpAdapterBuilder
-
Returns the
Http2Connection. - connection() - Method in class io.netty.handler.codec.http2.DecoratingHttp2ConnectionDecoder
- connection() - Method in class io.netty.handler.codec.http2.DecoratingHttp2ConnectionEncoder
- connection() - Method in class io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder
- connection() - Method in class io.netty.handler.codec.http2.DefaultHttp2ConnectionEncoder
- connection() - Method in interface io.netty.handler.codec.http2.Http2ConnectionDecoder
-
Provides direct access to the underlying connection.
- connection() - Method in interface io.netty.handler.codec.http2.Http2ConnectionEncoder
-
Provides direct access to the underlying connection.
- connection() - Method in class io.netty.handler.codec.http2.Http2ConnectionHandler
- connection(Http2Connection) - Method in class io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
-
Sets the
Http2Connectionto use. - connection(Http2Connection) - Method in class io.netty.handler.codec.http2.Http2ConnectionHandlerBuilder
- connection(Http2Connection) - Method in class io.netty.handler.codec.http2.HttpToHttp2ConnectionHandlerBuilder
- CONNECTION - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
-
"connection" - CONNECTION - Static variable in class io.netty.handler.codec.http.HttpHeaders.Names
-
Deprecated.
"Connection" - CONNECTION - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderNames
-
"connection" - CONNECTION - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Names
-
Deprecated.
"Connection" - CONNECTION_ACCEPTED - io.netty.handler.codec.mqtt.MqttConnectReturnCode
- CONNECTION_ID_LIMIT_ERROR - Static variable in class io.netty.handler.codec.quic.QuicTransportError
-
The number of connection IDs provided by the peer exceeds the advertised active_connection_id_limit.
- CONNECTION_RATE_EXCEEDED - io.netty.handler.codec.mqtt.MqttReasonCodes.Disconnect
- CONNECTION_REFUSED - Static variable in class io.netty.handler.codec.quic.QuicTransportError
-
The server refused to accept a new connection.
- CONNECTION_REFUSED - Static variable in class io.netty.handler.codec.socksx.v5.Socks5CommandStatus
- CONNECTION_REFUSED_BAD_AUTHENTICATION_METHOD - io.netty.handler.codec.mqtt.MqttConnectReturnCode
- CONNECTION_REFUSED_BAD_USER_NAME_OR_PASSWORD - io.netty.handler.codec.mqtt.MqttConnectReturnCode
- CONNECTION_REFUSED_BAD_USERNAME_OR_PASSWORD - io.netty.handler.codec.mqtt.MqttConnectReturnCode
- CONNECTION_REFUSED_BANNED - io.netty.handler.codec.mqtt.MqttConnectReturnCode
- CONNECTION_REFUSED_CLIENT_IDENTIFIER_NOT_VALID - io.netty.handler.codec.mqtt.MqttConnectReturnCode
- CONNECTION_REFUSED_CONNECTION_RATE_EXCEEDED - io.netty.handler.codec.mqtt.MqttConnectReturnCode
- CONNECTION_REFUSED_IDENTIFIER_REJECTED - io.netty.handler.codec.mqtt.MqttConnectReturnCode
- CONNECTION_REFUSED_IMPLEMENTATION_SPECIFIC - io.netty.handler.codec.mqtt.MqttConnectReturnCode
- CONNECTION_REFUSED_MALFORMED_PACKET - io.netty.handler.codec.mqtt.MqttConnectReturnCode
- CONNECTION_REFUSED_NOT_AUTHORIZED - io.netty.handler.codec.mqtt.MqttConnectReturnCode
- CONNECTION_REFUSED_NOT_AUTHORIZED_5 - io.netty.handler.codec.mqtt.MqttConnectReturnCode
- CONNECTION_REFUSED_PACKET_TOO_LARGE - io.netty.handler.codec.mqtt.MqttConnectReturnCode
- CONNECTION_REFUSED_PAYLOAD_FORMAT_INVALID - io.netty.handler.codec.mqtt.MqttConnectReturnCode
- CONNECTION_REFUSED_PROTOCOL_ERROR - io.netty.handler.codec.mqtt.MqttConnectReturnCode
- CONNECTION_REFUSED_QOS_NOT_SUPPORTED - io.netty.handler.codec.mqtt.MqttConnectReturnCode
- CONNECTION_REFUSED_QUOTA_EXCEEDED - io.netty.handler.codec.mqtt.MqttConnectReturnCode
- CONNECTION_REFUSED_RETAIN_NOT_SUPPORTED - io.netty.handler.codec.mqtt.MqttConnectReturnCode
- CONNECTION_REFUSED_SERVER_BUSY - io.netty.handler.codec.mqtt.MqttConnectReturnCode
- CONNECTION_REFUSED_SERVER_MOVED - io.netty.handler.codec.mqtt.MqttConnectReturnCode
- CONNECTION_REFUSED_SERVER_UNAVAILABLE - io.netty.handler.codec.mqtt.MqttConnectReturnCode
- CONNECTION_REFUSED_SERVER_UNAVAILABLE_5 - io.netty.handler.codec.mqtt.MqttConnectReturnCode
- CONNECTION_REFUSED_TOPIC_NAME_INVALID - io.netty.handler.codec.mqtt.MqttConnectReturnCode
- CONNECTION_REFUSED_UNACCEPTABLE_PROTOCOL_VERSION - io.netty.handler.codec.mqtt.MqttConnectReturnCode
- CONNECTION_REFUSED_UNSPECIFIED_ERROR - io.netty.handler.codec.mqtt.MqttConnectReturnCode
- CONNECTION_REFUSED_UNSUPPORTED_PROTOCOL_VERSION - io.netty.handler.codec.mqtt.MqttConnectReturnCode
- CONNECTION_REFUSED_USE_ANOTHER_SERVER - io.netty.handler.codec.mqtt.MqttConnectReturnCode
- CONNECTION_STREAM_ID - Static variable in class io.netty.handler.codec.http2.Http2CodecUtil
- connectionAddress(QuicConnectionAddress) - Method in class io.netty.handler.codec.quic.QuicChannelBootstrap
-
Set the
QuicConnectionAddressto use. - connectionError(Http2Error, String, Object...) - Static method in exception io.netty.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.netty.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.
- connectionIdAddressGenerator(QuicConnectionIdGenerator) - Method in class io.netty.handler.codec.quic.QuicServerCodecBuilder
-
Sets the
QuicConnectionIdGeneratorto use. - connectionPrefaceBuf() - Static method in class io.netty.handler.codec.http2.Http2CodecUtil
-
Returns a buffer containing the
Http2CodecUtil.CONNECTION_PREFACE. - connectionStream() - Method in class io.netty.handler.codec.http2.DefaultHttp2Connection
- connectionStream() - Method in interface io.netty.handler.codec.http2.Http2Connection
-
Gets the stream object representing the connection, itself (i.e. stream zero).
- connectProtocolEnabled() - Method in class io.netty.handler.codec.http2.Http2Settings
-
Gets the
SETTINGS_ENABLE_CONNECT_PROTOCOLvalue. - connectProtocolEnabled(boolean) - Method in class io.netty.handler.codec.http2.Http2Settings
-
Sets the
SETTINGS_ENABLE_CONNECT_PROTOCOLvalue. - connectRenegotiate() - Method in class io.netty.handler.ssl.OpenSslSessionStats
-
Returns the number of start renegotiations in client mode.
- connectReturnCode() - Method in class io.netty.handler.codec.mqtt.MqttConnAckVariableHeader
- ConnectTimeoutException - Exception in io.netty.channel
-
ConnectExceptionwhich will be thrown if a connection could not be established because of a connection timeout. - ConnectTimeoutException() - Constructor for exception io.netty.channel.ConnectTimeoutException
- ConnectTimeoutException(String) - Constructor for exception io.netty.channel.ConnectTimeoutException
- connectTimeoutMillis() - Method in class io.netty.handler.proxy.ProxyHandler
-
Returns the connect timeout in millis.
- connectVSock(VSockAddress) - Method in class io.netty.channel.epoll.LinuxSocket
- consolidate() - Method in class io.netty.buffer.CompositeByteBuf
-
Consolidate the composed
ByteBufs - consolidate(int, int) - Method in class io.netty.buffer.CompositeByteBuf
-
Consolidate the composed
ByteBufs - consolidateCacheSize(int) - Method in class io.netty.resolver.dns.DnsNameResolverBuilder
-
Set the maximum size of the cache that is used to consolidate lookups for different hostnames when in-flight.
- Constant<T extends Constant<T>> - Interface in io.netty.util
-
A singleton which is safe to compare via the
==operator. - ConstantPool<T extends Constant<T>> - Class in io.netty.util
-
A pool of
Constants. - ConstantPool() - Constructor for class io.netty.util.ConstantPool
- ConstantTimeUtils - Class in io.netty.util.internal
- consumeBytes(Http2Stream, int) - Method in class io.netty.handler.codec.http2.DefaultHttp2LocalFlowController
- consumeBytes(Http2Stream, int) - Method in interface io.netty.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.netty.handler.codec.http2.DecoratingHttp2ConnectionEncoder
- consumeReceivedSettings(Http2Settings) - Method in class io.netty.handler.codec.http2.DefaultHttp2ConnectionEncoder
- consumeReceivedSettings(Http2Settings) - Method in interface io.netty.handler.codec.http2.Http2SettingsReceivedConsumer
-
Consume the most recently received but not yet ACKed settings.
- contains(int) - Method in enum io.netty.handler.codec.http.HttpStatusClass
-
Returns
trueif and only if the specified HTTP status code falls into this class. - contains(EpollIoOps) - Method in class io.netty.channel.epoll.EpollIoOps
- contains(NioIoOps) - Method in class io.netty.channel.nio.NioIoOps
- contains(CharSequence) - Method in class io.netty.handler.codec.http.DefaultHttpHeaders
- contains(CharSequence) - Method in class io.netty.handler.codec.http.HttpHeaders
-
Checks to see if there is a header with the specified name
- contains(CharSequence) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
- contains(CharSequence) - Method in class io.netty.util.AsciiString
-
Determines if this
Stringcontains the sequence of characters in theCharSequencepassed. - contains(CharSequence, CharSequence) - Method in class io.netty.handler.codec.http2.DefaultHttp2Headers
- contains(CharSequence, CharSequence) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
- contains(CharSequence, CharSequence) - Method in class io.netty.handler.codec.http3.DefaultHttp3Headers
- contains(CharSequence, CharSequence) - Method in class io.netty.handler.codec.spdy.DefaultSpdyHeaders
- contains(CharSequence, CharSequence) - Method in class io.netty.handler.codec.stomp.DefaultStompHeaders
- contains(CharSequence, CharSequence) - Static method in class io.netty.util.AsciiString
-
Determine if
acontainsbin a case sensitive manner. - contains(CharSequence, CharSequence, boolean) - Method in class io.netty.handler.codec.http.DefaultHttpHeaders
- contains(CharSequence, CharSequence, boolean) - Method in class io.netty.handler.codec.http.HttpHeaders
-
Returns
trueif a header with thenameandvalueexists,falseotherwise. - contains(CharSequence, CharSequence, boolean) - Method in class io.netty.handler.codec.http2.DefaultHttp2Headers
- contains(CharSequence, CharSequence, boolean) - Method in class io.netty.handler.codec.http2.EmptyHttp2Headers
- contains(CharSequence, CharSequence, boolean) - Method in interface io.netty.handler.codec.http2.Http2Headers
-
Returns
trueif a header with thenameandvalueexists,falseotherwise. - contains(CharSequence, CharSequence, boolean) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
- contains(CharSequence, CharSequence, boolean) - Method in class io.netty.handler.codec.http3.DefaultHttp3Headers
- contains(CharSequence, CharSequence, boolean) - Method in interface io.netty.handler.codec.http3.Http3Headers
-
Returns
trueif a header with thenameandvalueexists,falseotherwise. - contains(CharSequence, CharSequence, boolean) - Method in class io.netty.handler.codec.spdy.DefaultSpdyHeaders
- contains(CharSequence, CharSequence, boolean) - Method in interface io.netty.handler.codec.spdy.SpdyHeaders
-
Returns
trueif a header with thenameandvalueexists,falseotherwise. - contains(CharSequence, CharSequence, boolean) - Method in class io.netty.handler.codec.stomp.DefaultStompHeaders
- contains(CharSequence, CharSequence, boolean) - Method in interface io.netty.handler.codec.stomp.StompHeaders
-
Returns
trueif a header with thenameandvalueexists,falseotherwise. - contains(Object) - Method in class io.netty.channel.group.DefaultChannelGroup
- contains(Object) - Method in class io.netty.util.internal.ConcurrentSet
-
Deprecated.
- contains(Object) - Method in class io.netty.util.internal.DefaultPriorityQueue
- contains(Object) - Method in class io.netty.util.internal.EmptyPriorityQueue
- contains(String) - Method in class io.netty.handler.codec.http.DefaultHttpHeaders
- contains(String) - Method in class io.netty.handler.codec.http.EmptyHttpHeaders
- contains(String) - Method in class io.netty.handler.codec.http.HttpHeaders
- contains(String) - Method in class io.netty.handler.codec.http.ReadOnlyHttpHeaders
- contains(String) - Static method in class io.netty.util.internal.SystemPropertyUtil
-
Returns
trueif and only if the system property with the specifiedkeyexists. - contains(String, String, boolean) - Method in class io.netty.handler.codec.http.DefaultHttpHeaders
- contains(String, String, boolean) - Method in class io.netty.handler.codec.http.HttpHeaders
- contains(String, String, boolean) - Method in class io.netty.handler.codec.http.ReadOnlyHttpHeaders
- contains(K) - Method in class io.netty.channel.pool.AbstractChannelPoolMap
- contains(K) - Method in interface io.netty.channel.pool.ChannelPoolMap
- contains(K) - Method in class io.netty.handler.codec.DefaultHeaders
- contains(K) - Method in class io.netty.handler.codec.EmptyHeaders
- contains(K) - Method in interface io.netty.handler.codec.Headers
-
Returns
trueif a header with thenameexists,falseotherwise. - contains(K, V) - Method in class io.netty.handler.codec.DefaultHeaders
- contains(K, V) - Method in class io.netty.handler.codec.EmptyHeaders
- contains(K, V) - Method in interface io.netty.handler.codec.Headers
-
Returns
trueif a header with thenameandvalueexists,falseotherwise. - contains(K, V, HashingStrategy<? super V>) - Method in class io.netty.handler.codec.DefaultHeaders
- containsAll(Collection<?>) - Method in class io.netty.util.internal.EmptyPriorityQueue
- containsAllContentEqualsIgnoreCase(Collection<CharSequence>, Collection<CharSequence>) - Static method in class io.netty.util.AsciiString
-
Determine if
acontains all of the values inbusingAsciiString.contentEqualsIgnoreCase(CharSequence, CharSequence)to compare values. - containsBoolean(CharSequence, boolean) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
- containsBoolean(K, boolean) - Method in class io.netty.handler.codec.DefaultHeaders
- containsBoolean(K, boolean) - Method in class io.netty.handler.codec.EmptyHeaders
- containsBoolean(K, boolean) - Method in interface io.netty.handler.codec.Headers
-
Returns
trueif a header with the name and value exists. - containsByte(CharSequence, byte) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
- containsByte(K, byte) - Method in class io.netty.handler.codec.DefaultHeaders
- containsByte(K, byte) - Method in class io.netty.handler.codec.EmptyHeaders
- containsByte(K, byte) - Method in interface io.netty.handler.codec.Headers
-
Returns
trueif a header with the name and value exists. - containsChar(CharSequence, char) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
- containsChar(K, char) - Method in class io.netty.handler.codec.DefaultHeaders
- containsChar(K, char) - Method in class io.netty.handler.codec.EmptyHeaders
- containsChar(K, char) - Method in interface io.netty.handler.codec.Headers
-
Returns
trueif a header with the name and value exists. - containsContentEqualsIgnoreCase(Collection<CharSequence>, CharSequence) - Static method in class io.netty.util.AsciiString
-
Determine if
collectioncontainsvalueand usingAsciiString.contentEqualsIgnoreCase(CharSequence, CharSequence)to compare values. - containsDouble(CharSequence, double) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
- containsDouble(K, double) - Method in class io.netty.handler.codec.DefaultHeaders
- containsDouble(K, double) - Method in class io.netty.handler.codec.EmptyHeaders
- containsDouble(K, double) - Method in interface io.netty.handler.codec.Headers
-
Returns
trueif a header with the name and value exists. - containsFloat(CharSequence, float) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
- containsFloat(K, float) - Method in class io.netty.handler.codec.DefaultHeaders
- containsFloat(K, float) - Method in class io.netty.handler.codec.EmptyHeaders
- containsFloat(K, float) - Method in interface io.netty.handler.codec.Headers
-
Returns
trueif a header with the name and value exists. - containsIgnoreCase(CharSequence, CharSequence) - Static method in class io.netty.util.AsciiString
-
Determine if
acontainsbin a case insensitive manner. - containsInt(CharSequence, int) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
- containsInt(K, int) - Method in class io.netty.handler.codec.DefaultHeaders
- containsInt(K, int) - Method in class io.netty.handler.codec.EmptyHeaders
- containsInt(K, int) - Method in interface io.netty.handler.codec.Headers
-
Returns
trueif a header with the name and value exists. - containsKey(byte) - Method in class io.netty.util.collection.ByteObjectHashMap
- containsKey(byte) - Method in interface io.netty.util.collection.ByteObjectMap
-
Indicates whether or not this map contains a value for the specified key.
- containsKey(char) - Method in class io.netty.util.collection.CharObjectHashMap
- containsKey(char) - Method in interface io.netty.util.collection.CharObjectMap
-
Indicates whether or not this map contains a value for the specified key.
- containsKey(int) - Method in class io.netty.util.collection.IntObjectHashMap
- containsKey(int) - Method in interface io.netty.util.collection.IntObjectMap
-
Indicates whether or not this map contains a value for the specified key.
- containsKey(long) - Method in class io.netty.util.collection.LongObjectHashMap
- containsKey(long) - Method in interface io.netty.util.collection.LongObjectMap
-
Indicates whether or not this map contains a value for the specified key.
- containsKey(short) - Method in class io.netty.util.collection.ShortObjectHashMap
- containsKey(short) - Method in interface io.netty.util.collection.ShortObjectMap
-
Indicates whether or not this map contains a value for the specified key.
- containsKey(Object) - Method in class io.netty.util.collection.ByteObjectHashMap
- containsKey(Object) - Method in class io.netty.util.collection.CharObjectHashMap
- containsKey(Object) - Method in class io.netty.util.collection.IntObjectHashMap
- containsKey(Object) - Method in class io.netty.util.collection.LongObjectHashMap
- containsKey(Object) - Method in class io.netty.util.collection.ShortObjectHashMap
- containsLong(CharSequence, long) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
- containsLong(K, long) - Method in class io.netty.handler.codec.DefaultHeaders
- containsLong(K, long) - Method in class io.netty.handler.codec.EmptyHeaders
- containsLong(K, long) - Method in interface io.netty.handler.codec.Headers
-
Returns
trueif a header with the name and value exists. - containsLowerCase(int) - Static method in class io.netty.util.internal.SWARUtil
-
Returns true if the given word contains at least one ASCII lowercase byte.
- containsLowerCase(long) - Static method in class io.netty.util.internal.SWARUtil
-
Returns true if the given word contains at least one ASCII lowercase byte.
- containsObject(CharSequence, Object) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
- containsObject(K, Object) - Method in class io.netty.handler.codec.DefaultHeaders
- containsObject(K, Object) - Method in class io.netty.handler.codec.EmptyHeaders
- containsObject(K, Object) - Method in interface io.netty.handler.codec.Headers
-
Returns
trueif a header with the name and value exists. - containsShort(CharSequence, short) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
- containsShort(K, short) - Method in class io.netty.handler.codec.DefaultHeaders
- containsShort(K, short) - Method in class io.netty.handler.codec.EmptyHeaders
- containsShort(K, short) - Method in interface io.netty.handler.codec.Headers
-
Returns
trueif a header with the name and value exists. - containsTimeMillis(CharSequence, long) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
- containsTimeMillis(K, long) - Method in class io.netty.handler.codec.DefaultHeaders
- containsTimeMillis(K, long) - Method in class io.netty.handler.codec.EmptyHeaders
- containsTimeMillis(K, long) - Method in interface io.netty.handler.codec.Headers
-
Returns
trueif a header with the name and value exists. - containsTyped(T) - Method in class io.netty.util.internal.DefaultPriorityQueue
- containsTyped(T) - Method in class io.netty.util.internal.EmptyPriorityQueue
- containsTyped(T) - Method in interface io.netty.util.internal.PriorityQueue
-
Same as
Collection.contains(Object)but typed using generics. - containsUpperCase(int) - Static method in class io.netty.util.internal.SWARUtil
-
Returns true if the given word contains at least one ASCII uppercase byte.
- containsUpperCase(long) - Static method in class io.netty.util.internal.SWARUtil
-
Returns true if the given word contains at least one ASCII uppercase byte.
- containsValue(CharSequence, CharSequence, boolean) - Method in class io.netty.handler.codec.http.CombinedHttpHeaders
- containsValue(CharSequence, CharSequence, boolean) - Method in class io.netty.handler.codec.http.HttpHeaders
-
Returns
trueif a header with thenameandvalueexists,falseotherwise. - containsValue(CharSequence, CharSequence, boolean) - Method in class io.netty.handler.codec.http.ReadOnlyHttpHeaders
- containsValue(Object) - Method in class io.netty.util.collection.ByteObjectHashMap
- containsValue(Object) - Method in class io.netty.util.collection.CharObjectHashMap
- containsValue(Object) - Method in class io.netty.util.collection.IntObjectHashMap
- containsValue(Object) - Method in class io.netty.util.collection.LongObjectHashMap
- containsValue(Object) - Method in class io.netty.util.collection.ShortObjectHashMap
- content() - Method in interface io.netty.buffer.ByteBufHolder
-
Return the data which is held by this
ByteBufHolder. - content() - Method in class io.netty.buffer.DefaultByteBufHolder
- content() - Method in interface io.netty.channel.AddressedEnvelope
-
Returns the message wrapped by this envelope message.
- content() - Method in class io.netty.channel.DefaultAddressedEnvelope
- content() - Method in class io.netty.handler.codec.dns.DatagramDnsQuery
- content() - Method in class io.netty.handler.codec.dns.DatagramDnsResponse
- content() - Method in class io.netty.handler.codec.dns.DefaultDnsRawRecord
- content() - Method in class io.netty.handler.codec.http.DefaultFullHttpRequest
- content() - Method in class io.netty.handler.codec.http.DefaultFullHttpResponse
- content() - Method in class io.netty.handler.codec.http.DefaultHttpContent
- content() - Method in class io.netty.handler.codec.http.multipart.AbstractHttpData
- content() - Method in class io.netty.handler.codec.http2.DefaultHttp2DataFrame
- content() - Method in class io.netty.handler.codec.http2.DefaultHttp2PingFrame
- content() - Method in interface io.netty.handler.codec.http2.Http2DataFrame
-
Payload of DATA frame.
- content() - Method in interface io.netty.handler.codec.http2.Http2GoAwayFrame
-
Optional debugging information describing cause the GOAWAY.
- content() - Method in interface io.netty.handler.codec.http2.Http2PingFrame
-
Returns the eight byte opaque data.
- content() - Method in class io.netty.handler.codec.memcache.binary.DefaultFullBinaryMemcacheRequest
- content() - Method in class io.netty.handler.codec.memcache.binary.DefaultFullBinaryMemcacheResponse
- content() - Method in class io.netty.handler.codec.memcache.DefaultMemcacheContent
- content() - Method in class io.netty.handler.codec.mqtt.MqttPublishMessage
- content() - Method in class io.netty.handler.codec.redis.AbstractStringRedisMessage
-
Get string content of this
AbstractStringRedisMessage. - content() - Method in class io.netty.handler.codec.spdy.DefaultSpdyDataFrame
- content() - Method in interface io.netty.handler.codec.spdy.SpdyDataFrame
-
Returns the data payload of this frame.
- content() - Method in class io.netty.handler.codec.stomp.DefaultStompFrame
- content() - Method in class io.netty.handler.ssl.PemPrivateKey
- content() - Method in class io.netty.handler.ssl.PemX509Certificate
- CONTENT_BASE - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
-
"content-base" - CONTENT_BASE - Static variable in class io.netty.handler.codec.http.HttpHeaders.Names
-
Deprecated.
"Content-Base" - CONTENT_BASE - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderNames
-
"content-base" - CONTENT_BASE - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Names
-
Deprecated.
"Content-Base" - CONTENT_DISPOSITION - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
-
"content-disposition" - CONTENT_ENCODING - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
-
"content-encoding" - CONTENT_ENCODING - Static variable in class io.netty.handler.codec.http.HttpHeaders.Names
-
Deprecated.
"Content-Encoding" - CONTENT_ENCODING - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderNames
-
"content-encoding" - CONTENT_ENCODING - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Names
-
Deprecated.
"Content-Encoding" - CONTENT_LANGUAGE - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
-
"content-language" - CONTENT_LANGUAGE - Static variable in class io.netty.handler.codec.http.HttpHeaders.Names
-
Deprecated.
"Content-Language" - CONTENT_LANGUAGE - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderNames
-
"content-language" - CONTENT_LANGUAGE - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Names
-
Deprecated.
"Content-Language" - CONTENT_LENGTH - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
-
"content-length" - CONTENT_LENGTH - Static variable in class io.netty.handler.codec.http.HttpHeaders.Names
-
Deprecated.
"Content-Length" - CONTENT_LENGTH - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderNames
-
"content-length" - CONTENT_LENGTH - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Names
-
Deprecated.
"Content-Length" - CONTENT_LENGTH - Static variable in interface io.netty.handler.codec.stomp.StompHeaders
- CONTENT_LOCATION - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
-
"content-location" - CONTENT_LOCATION - Static variable in class io.netty.handler.codec.http.HttpHeaders.Names
-
Deprecated.
"Content-Location" - CONTENT_LOCATION - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderNames
-
"content-location" - CONTENT_LOCATION - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Names
-
Deprecated.
"Content-Location" - CONTENT_MD5 - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
-
"content-md5" - CONTENT_MD5 - Static variable in class io.netty.handler.codec.http.HttpHeaders.Names
-
Deprecated.
"Content-MD5" - CONTENT_RANGE - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
-
"content-range" - CONTENT_RANGE - Static variable in class io.netty.handler.codec.http.HttpHeaders.Names
-
Deprecated.
"Content-Range" - CONTENT_SECURITY_POLICY - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
-
"content-security-policy" - CONTENT_TRANSFER_ENCODING - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
-
"content-transfer-encoding" - CONTENT_TRANSFER_ENCODING - Static variable in class io.netty.handler.codec.http.HttpHeaders.Names
-
Deprecated.
"Content-Transfer-Encoding" - CONTENT_TYPE - io.netty.handler.codec.mqtt.MqttProperties.MqttPropertyType
-
Deprecated.
- CONTENT_TYPE - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
-
"content-type" - CONTENT_TYPE - Static variable in class io.netty.handler.codec.http.HttpHeaders.Names
-
Deprecated.
"Content-Type" - CONTENT_TYPE - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderNames
-
"content-type" - CONTENT_TYPE - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Names
-
Deprecated.
"Content-Type" - CONTENT_TYPE - Static variable in interface io.netty.handler.codec.stomp.StompHeaders
- contentCommitment - io.netty.pkitesting.CertificateBuilder.KeyUsage
-
This key usage is deprecated by X.509, and commitment may instead be derived from the actual use of the keys.
- contentEncoder() - Method in class io.netty.handler.codec.http.HttpContentEncoder.Result
- contentEquals(CharSequence) - Method in class io.netty.util.AsciiString
-
Compares a
CharSequenceto thisStringto determine if their contents are equal. - contentEquals(CharSequence, CharSequence) - Static method in class io.netty.util.AsciiString
-
Returns
trueif the content of bothCharSequence's are equals. - contentEqualsIgnoreCase(CharSequence) - Method in class io.netty.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.netty.util.AsciiString
-
Returns
trueif bothCharSequence's are equals when ignore the case. - contentToString() - Method in class io.netty.buffer.DefaultByteBufHolder
-
Return
ByteBuf.toString()without checking the reference count first. - context() - Method in class io.netty.handler.ssl.JdkSslContext
-
Returns the JDK
SSLContextobject held by this context. - context() - Method in class io.netty.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.netty.channel.ChannelPipeline
-
Returns the context object of the specified
ChannelHandlerin this pipeline. - context(ChannelHandler) - Method in class io.netty.channel.DefaultChannelPipeline
- context(Class<? extends ChannelHandler>) - Method in interface io.netty.channel.ChannelPipeline
-
Returns the context object of the
ChannelHandlerof the specified type in this pipeline. - context(Class<? extends ChannelHandler>) - Method in class io.netty.channel.DefaultChannelPipeline
- context(String) - Method in interface io.netty.channel.ChannelPipeline
-
Returns the context object of the
ChannelHandlerwith the specified name in this pipeline. - context(String) - Method in class io.netty.channel.DefaultChannelPipeline
- ContextBoundUnmarshallerProvider - Class in io.netty.handler.codec.marshalling
-
UnmarshallerProviderwhich store a reference to theUnmarshallerin theChannelHandlerContextvia theChannelHandlerContext.attr(AttributeKey)method. - ContextBoundUnmarshallerProvider(MarshallerFactory, MarshallingConfiguration) - Constructor for class io.netty.handler.codec.marshalling.ContextBoundUnmarshallerProvider
- CONTINUATION - Static variable in class io.netty.handler.codec.http2.Http2FrameTypes
- CONTINUATION_FRAME_HEADER_LENGTH - Static variable in class io.netty.handler.codec.http2.Http2CodecUtil
- ContinuationWebSocketFrame - Class in io.netty.handler.codec.http.websocketx
-
Web Socket continuation frame containing continuation text or binary data.
- ContinuationWebSocketFrame() - Constructor for class io.netty.handler.codec.http.websocketx.ContinuationWebSocketFrame
-
Creates a new empty continuation frame.
- ContinuationWebSocketFrame(boolean, int, ByteBuf) - Constructor for class io.netty.handler.codec.http.websocketx.ContinuationWebSocketFrame
-
Creates a new continuation frame with the specified binary data.
- ContinuationWebSocketFrame(boolean, int, String) - Constructor for class io.netty.handler.codec.http.websocketx.ContinuationWebSocketFrame
-
Creates a new continuation frame with the specified text data
- ContinuationWebSocketFrame(ByteBuf) - Constructor for class io.netty.handler.codec.http.websocketx.ContinuationWebSocketFrame
-
Creates a new continuation frame with the specified binary data.
- CONTINUE - Static variable in interface io.netty.channel.SelectStrategy
-
Indicates the IO loop should be retried, no blocking select to follow directly.
- CONTINUE - Static variable in class io.netty.handler.codec.http.HttpHeaders.Values
-
Deprecated.
"100-continue" - CONTINUE - Static variable in class io.netty.handler.codec.http.HttpHeaderValues
-
"100-continue" - CONTINUE - Static variable in class io.netty.handler.codec.http.HttpResponseStatus
-
100 Continue
- CONTINUE - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Values
-
Deprecated.
"100-continue" - CONTINUE - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderValues
-
"100-continue" - CONTINUE - Static variable in class io.netty.handler.codec.rtsp.RtspResponseStatuses
-
100 Continue
- CONTINUE_AUTHENTICATION - io.netty.handler.codec.mqtt.MqttReasonCodes.Auth
- continueOnWriteError() - Method in class io.netty.channel.nio.AbstractNioMessageChannel
-
Returns
trueif we should continue the write loop on a write error. - continueOnWriteError() - Method in class io.netty.channel.socket.nio.NioDatagramChannel
- continueReading() - Method in class io.netty.channel.DefaultMaxMessagesRecvByteBufAllocator.MaxMessageHandle
- continueReading() - Method in class io.netty.channel.RecvByteBufAllocator.DelegatingHandle
- continueReading() - Method in interface io.netty.channel.RecvByteBufAllocator.Handle
-
Deprecated.Determine if the current read loop should continue.
- continueReading(RecvByteBufAllocator.Handle) - Method in class io.netty.channel.nio.AbstractNioMessageChannel
- continueReading(RecvByteBufAllocator.Handle) - Method in class io.netty.channel.socket.nio.NioDatagramChannel
- continueReading(UncheckedBooleanSupplier) - Method in class io.netty.channel.DefaultMaxMessagesRecvByteBufAllocator.MaxMessageHandle
- continueReading(UncheckedBooleanSupplier) - Method in interface io.netty.channel.RecvByteBufAllocator.ExtendedHandle
-
Same as
RecvByteBufAllocator.Handle.continueReading()except "more data" is determined by the supplier parameter. - controlStream(ChannelHandlerContext) - Method in class io.netty.handler.codec.http3.Http3RequestStreamInboundHandler
-
Return the local control stream for this HTTP/3 connection.
- controlStreamListener() - Method in class io.netty.handler.codec.http3.Http3ServerPushStreamManager
-
A
ChannelInboundHandlerto be added to theQuicChannelassociated with thisHttp3ServerPushStreamManagerto listen to control stream frames. - convertBoolean(boolean) - Method in class io.netty.handler.codec.CharSequenceValueConverter
- convertBoolean(boolean) - Method in class io.netty.handler.codec.UnsupportedValueConverter
- convertBoolean(boolean) - Method in interface io.netty.handler.codec.ValueConverter
- convertByte(byte) - Method in class io.netty.handler.codec.CharSequenceValueConverter
- convertByte(byte) - Method in class io.netty.handler.codec.UnsupportedValueConverter
- convertByte(byte) - Method in interface io.netty.handler.codec.ValueConverter
- convertChar(char) - Method in class io.netty.handler.codec.CharSequenceValueConverter
- convertChar(char) - Method in class io.netty.handler.codec.UnsupportedValueConverter
- convertChar(char) - Method in interface io.netty.handler.codec.ValueConverter
- convertContentSubFrame(StompContentSubframe, ByteBuf) - Method in class io.netty.handler.codec.stomp.StompSubframeEncoder
-
An extension method to convert a STOMP encoded buffer to a different message type based on an original
StompHeadersSubframecontent sub frame. - convertDouble(double) - Method in class io.netty.handler.codec.CharSequenceValueConverter
- convertDouble(double) - Method in class io.netty.handler.codec.UnsupportedValueConverter
- convertDouble(double) - Method in interface io.netty.handler.codec.ValueConverter
- convertFloat(float) - Method in class io.netty.handler.codec.CharSequenceValueConverter
- convertFloat(float) - Method in class io.netty.handler.codec.UnsupportedValueConverter
- convertFloat(float) - Method in interface io.netty.handler.codec.ValueConverter
- convertFullFrame(StompFrame, ByteBuf) - Method in class io.netty.handler.codec.stomp.StompSubframeEncoder
-
An extension method to convert a STOMP encoded buffer to a different message type based on an original
StompFramefull frame. - convertHeadersSubFrame(StompHeadersSubframe, ByteBuf) - Method in class io.netty.handler.codec.stomp.StompSubframeEncoder
-
An extension method to convert a STOMP encoded buffer to a different message type based on an original
StompHeadersSubframeheaders sub frame. - convertInt(int) - Method in class io.netty.handler.codec.CharSequenceValueConverter
- convertInt(int) - Method in class io.netty.handler.codec.UnsupportedValueConverter
- convertInt(int) - Method in interface io.netty.handler.codec.ValueConverter
- convertLong(long) - Method in class io.netty.handler.codec.CharSequenceValueConverter
- convertLong(long) - Method in class io.netty.handler.codec.UnsupportedValueConverter
- convertLong(long) - Method in interface io.netty.handler.codec.ValueConverter
- convertObject(Object) - Method in class io.netty.handler.codec.CharSequenceValueConverter
- convertObject(Object) - Method in class io.netty.handler.codec.UnsupportedValueConverter
- convertObject(Object) - Method in interface io.netty.handler.codec.ValueConverter
- convertShort(short) - Method in class io.netty.handler.codec.CharSequenceValueConverter
- convertShort(short) - Method in class io.netty.handler.codec.UnsupportedValueConverter
- convertShort(short) - Method in interface io.netty.handler.codec.ValueConverter
- convertTimeMillis(long) - Method in class io.netty.handler.codec.CharSequenceValueConverter
- convertTimeMillis(long) - Method in class io.netty.handler.codec.UnsupportedValueConverter
- convertTimeMillis(long) - Method in interface io.netty.handler.codec.ValueConverter
- convertToBoolean(CharSequence) - Method in class io.netty.handler.codec.CharSequenceValueConverter
- convertToBoolean(T) - Method in interface io.netty.handler.codec.ValueConverter
- convertToBoolean(V) - Method in class io.netty.handler.codec.UnsupportedValueConverter
- convertToByte(CharSequence) - Method in class io.netty.handler.codec.CharSequenceValueConverter
- convertToByte(T) - Method in interface io.netty.handler.codec.ValueConverter
- convertToByte(V) - Method in class io.netty.handler.codec.UnsupportedValueConverter
- convertToChar(CharSequence) - Method in class io.netty.handler.codec.CharSequenceValueConverter
- convertToChar(T) - Method in interface io.netty.handler.codec.ValueConverter
- convertToChar(V) - Method in class io.netty.handler.codec.UnsupportedValueConverter
- convertToDouble(CharSequence) - Method in class io.netty.handler.codec.CharSequenceValueConverter
- convertToDouble(T) - Method in interface io.netty.handler.codec.ValueConverter
- convertToDouble(V) - Method in class io.netty.handler.codec.UnsupportedValueConverter
- convertToFloat(CharSequence) - Method in class io.netty.handler.codec.CharSequenceValueConverter
- convertToFloat(T) - Method in interface io.netty.handler.codec.ValueConverter
- convertToFloat(V) - Method in class io.netty.handler.codec.UnsupportedValueConverter
- convertToInt(CharSequence) - Method in class io.netty.handler.codec.CharSequenceValueConverter
- convertToInt(T) - Method in interface io.netty.handler.codec.ValueConverter
- convertToInt(V) - Method in class io.netty.handler.codec.UnsupportedValueConverter
- convertToLong(CharSequence) - Method in class io.netty.handler.codec.CharSequenceValueConverter
- convertToLong(T) - Method in interface io.netty.handler.codec.ValueConverter
- convertToLong(V) - Method in class io.netty.handler.codec.UnsupportedValueConverter
- convertToShort(CharSequence) - Method in class io.netty.handler.codec.CharSequenceValueConverter
- convertToShort(T) - Method in interface io.netty.handler.codec.ValueConverter
- convertToShort(V) - Method in class io.netty.handler.codec.UnsupportedValueConverter
- convertToTimeMillis(CharSequence) - Method in class io.netty.handler.codec.CharSequenceValueConverter
- convertToTimeMillis(T) - Method in interface io.netty.handler.codec.ValueConverter
- convertToTimeMillis(V) - Method in class io.netty.handler.codec.UnsupportedValueConverter
- Cookie - Interface in io.netty.handler.codec.http
-
Deprecated.Use
Cookieinstead. - Cookie - Interface in io.netty.handler.codec.http.cookie
-
An interface defining an HTTP cookie.
- COOKIE - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
-
"cookie" - COOKIE - Static variable in class io.netty.handler.codec.http.HttpHeaders.Names
-
Deprecated.
"Cookie" - CookieDecoder - Class in io.netty.handler.codec.http.cookie
-
Parent of Client and Server side cookie decoders
- CookieDecoder - Class in io.netty.handler.codec.http
-
Deprecated.Use
ClientCookieDecoderorServerCookieDecoderinstead. Decodes an HTTP header value intoCookies. This decoder can decode the HTTP cookie version 0, 1, and 2.HttpRequestreq = ...; String value = req.getHeader("Cookie"); Set<Cookie> cookies =CookieDecoder.decode(value); - CookieDecoder(boolean) - Constructor for class io.netty.handler.codec.http.cookie.CookieDecoder
- CookieEncoder - Class in io.netty.handler.codec.http.cookie
-
Parent of Client and Server side cookie encoders
- CookieEncoder(boolean) - Constructor for class io.netty.handler.codec.http.cookie.CookieEncoder
- CookieHeaderNames - Class in io.netty.handler.codec.http.cookie
- CookieHeaderNames.SameSite - Enum in io.netty.handler.codec.http.cookie
-
Possible values for the SameSite attribute.
- copiedBuffer(byte[]) - Static method in class io.netty.buffer.Unpooled
-
Creates a new big-endian buffer whose content is a copy of the specified
array. - copiedBuffer(byte[]...) - Static method in class io.netty.buffer.Unpooled
-
Creates a new big-endian buffer whose content is a merged copy of the specified
arrays. - copiedBuffer(byte[], int, int) - Static method in class io.netty.buffer.Unpooled
-
Creates a new big-endian buffer whose content is a copy of the specified
array's sub-region. - copiedBuffer(char[], int, int, Charset) - Static method in class io.netty.buffer.Unpooled
-
Creates a new big-endian buffer whose content is a subregion of the specified
arrayencoded in the specifiedcharset. - copiedBuffer(char[], Charset) - Static method in class io.netty.buffer.Unpooled
-
Creates a new big-endian buffer whose content is the specified
arrayencoded in the specifiedcharset. - copiedBuffer(ByteBuf) - Static method in class io.netty.buffer.Unpooled
-
Creates a new buffer whose content is a copy of the specified
buffer's readable bytes. - copiedBuffer(ByteBuf...) - Static method in class io.netty.buffer.Unpooled
-
Creates a new buffer whose content is a merged copy of the specified
buffers' readable bytes. - copiedBuffer(CharSequence, int, int, Charset) - Static method in class io.netty.buffer.Unpooled
-
Creates a new big-endian buffer whose content is a subregion of the specified
stringencoded in the specifiedcharset. - copiedBuffer(CharSequence, Charset) - Static method in class io.netty.buffer.Unpooled
-
Creates a new big-endian buffer whose content is the specified
stringencoded in the specifiedcharset. - copiedBuffer(ByteBuffer) - Static method in class io.netty.buffer.Unpooled
-
Creates a new buffer whose content is a copy of the specified
buffer's current slice. - copiedBuffer(ByteBuffer...) - Static method in class io.netty.buffer.Unpooled
-
Creates a new buffer whose content is a merged copy of the specified
buffers' slices. - copy() - Method in class io.netty.buffer.AbstractByteBuf
- copy() - Method in class io.netty.buffer.ByteBuf
-
Returns a copy of this buffer's readable bytes.
- copy() - Method in interface io.netty.buffer.ByteBufHolder
-
Creates a deep copy of this
ByteBufHolder. - copy() - Method in class io.netty.buffer.DefaultByteBufHolder
-
Creates a deep copy of this
ByteBufHolder. - copy() - Method in class io.netty.buffer.EmptyByteBuf
- copy() - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- copy() - Method in class io.netty.buffer.WrappedByteBuf
- copy() - Method in class io.netty.channel.epoll.SegmentedDatagramPacket
-
Deprecated.
- copy() - Method in class io.netty.channel.sctp.SctpMessage
- copy() - Method in class io.netty.channel.socket.DatagramPacket
- copy() - Method in class io.netty.channel.udt.UdtMessage
-
Deprecated.
- copy() - Method in class io.netty.channel.unix.DomainDatagramPacket
- copy() - Method in class io.netty.channel.unix.SegmentedDatagramPacket
- copy() - Method in class io.netty.handler.codec.DefaultHeaders
-
Returns a deep copy of this instance.
- copy() - Method in class io.netty.handler.codec.dns.DefaultDnsRawRecord
- copy() - Method in interface io.netty.handler.codec.dns.DnsRawRecord
- copy() - Method in class io.netty.handler.codec.haproxy.HAProxyTLV
- copy() - Method in class io.netty.handler.codec.http.DefaultFullHttpRequest
- copy() - Method in class io.netty.handler.codec.http.DefaultFullHttpResponse
- copy() - Method in class io.netty.handler.codec.http.DefaultHttpContent
- copy() - Method in class io.netty.handler.codec.http.DefaultHttpHeaders
- copy() - Method in class io.netty.handler.codec.http.DefaultLastHttpContent
- copy() - Method in interface io.netty.handler.codec.http.FullHttpMessage
- copy() - Method in interface io.netty.handler.codec.http.FullHttpRequest
- copy() - Method in interface io.netty.handler.codec.http.FullHttpResponse
- copy() - Method in interface io.netty.handler.codec.http.HttpContent
- copy() - Method in class io.netty.handler.codec.http.HttpHeaders
-
Returns a deep copy of the passed in
HttpHeaders. - copy() - Method in interface io.netty.handler.codec.http.LastHttpContent
- copy() - Method in interface io.netty.handler.codec.http.multipart.Attribute
- copy() - Method in class io.netty.handler.codec.http.multipart.DiskAttribute
- copy() - Method in class io.netty.handler.codec.http.multipart.DiskFileUpload
- copy() - Method in interface io.netty.handler.codec.http.multipart.FileUpload
- copy() - Method in interface io.netty.handler.codec.http.multipart.HttpData
- copy() - Method in class io.netty.handler.codec.http.multipart.MemoryAttribute
- copy() - Method in class io.netty.handler.codec.http.multipart.MemoryFileUpload
- copy() - Method in class io.netty.handler.codec.http.multipart.MixedAttribute
- copy() - Method in class io.netty.handler.codec.http.multipart.MixedFileUpload
- copy() - Method in class io.netty.handler.codec.http.websocketx.BinaryWebSocketFrame
- copy() - Method in class io.netty.handler.codec.http.websocketx.CloseWebSocketFrame
- copy() - Method in class io.netty.handler.codec.http.websocketx.ContinuationWebSocketFrame
- copy() - Method in class io.netty.handler.codec.http.websocketx.PingWebSocketFrame
- copy() - Method in class io.netty.handler.codec.http.websocketx.PongWebSocketFrame
- copy() - Method in class io.netty.handler.codec.http.websocketx.TextWebSocketFrame
- copy() - Method in class io.netty.handler.codec.http.websocketx.WebSocketFrame
- copy() - Method in class io.netty.handler.codec.http2.DefaultHttp2DataFrame
- copy() - Method in class io.netty.handler.codec.http2.DefaultHttp2GoAwayFrame
- copy() - Method in class io.netty.handler.codec.http2.DefaultHttp2UnknownFrame
- copy() - Method in interface io.netty.handler.codec.http2.Http2DataFrame
- copy() - Method in interface io.netty.handler.codec.http2.Http2GoAwayFrame
- copy() - Method in interface io.netty.handler.codec.http2.Http2UnknownFrame
- copy() - Method in class io.netty.handler.codec.http3.DefaultHttp3DataFrame
- copy() - Method in class io.netty.handler.codec.http3.DefaultHttp3UnknownFrame
- copy() - Method in interface io.netty.handler.codec.http3.Http3DataFrame
- copy() - Method in interface io.netty.handler.codec.http3.Http3UnknownFrame
- copy() - Method in class io.netty.handler.codec.memcache.binary.DefaultFullBinaryMemcacheRequest
- copy() - Method in class io.netty.handler.codec.memcache.binary.DefaultFullBinaryMemcacheResponse
- copy() - Method in interface io.netty.handler.codec.memcache.binary.FullBinaryMemcacheRequest
- copy() - Method in interface io.netty.handler.codec.memcache.binary.FullBinaryMemcacheResponse
- copy() - Method in class io.netty.handler.codec.memcache.DefaultLastMemcacheContent
- copy() - Method in class io.netty.handler.codec.memcache.DefaultMemcacheContent
- copy() - Method in interface io.netty.handler.codec.memcache.FullMemcacheMessage
- copy() - Method in interface io.netty.handler.codec.memcache.LastMemcacheContent
- copy() - Method in interface io.netty.handler.codec.memcache.MemcacheContent
- copy() - Method in class io.netty.handler.codec.mqtt.MqttPublishMessage
- copy() - Method in class io.netty.handler.codec.quic.DefaultQuicStreamFrame
- copy() - Method in interface io.netty.handler.codec.quic.QuicStreamFrame
- copy() - Method in interface io.netty.handler.codec.redis.BulkStringRedisContent
- copy() - Method in class io.netty.handler.codec.redis.DefaultBulkStringRedisContent
- copy() - Method in class io.netty.handler.codec.redis.DefaultLastBulkStringRedisContent
- copy() - Method in class io.netty.handler.codec.redis.FullBulkStringRedisMessage
- copy() - Method in interface io.netty.handler.codec.redis.LastBulkStringRedisContent
- copy() - Method in class io.netty.handler.codec.smtp.DefaultLastSmtpContent
- copy() - Method in class io.netty.handler.codec.smtp.DefaultSmtpContent
- copy() - Method in interface io.netty.handler.codec.smtp.LastSmtpContent
- copy() - Method in interface io.netty.handler.codec.smtp.SmtpContent
- copy() - Method in class io.netty.handler.codec.spdy.DefaultSpdyDataFrame
- copy() - Method in class io.netty.handler.codec.spdy.DefaultSpdyUnknownFrame
- copy() - Method in interface io.netty.handler.codec.spdy.SpdyDataFrame
- copy() - Method in interface io.netty.handler.codec.spdy.SpdyUnknownFrame
- copy() - Method in class io.netty.handler.codec.stomp.DefaultLastStompContentSubframe
- copy() - Method in class io.netty.handler.codec.stomp.DefaultStompContentSubframe
- copy() - Method in class io.netty.handler.codec.stomp.DefaultStompFrame
- copy() - Method in class io.netty.handler.codec.stomp.DefaultStompHeaders
- copy() - Method in interface io.netty.handler.codec.stomp.LastStompContentSubframe
- copy() - Method in interface io.netty.handler.codec.stomp.StompContentSubframe
- copy() - Method in interface io.netty.handler.codec.stomp.StompFrame
- copy() - Method in class io.netty.handler.ssl.PemPrivateKey
- copy() - Method in class io.netty.handler.ssl.PemX509Certificate
- copy() - Method in class io.netty.pkitesting.CertificateBuilder
-
Produce a copy of the current state in this certificate builder.
- copy() - Method in class io.netty.resolver.dns.DnsNameResolverBuilder
-
Creates a copy of this
DnsNameResolverBuilder - copy(int, byte[], int, int) - Method in class io.netty.util.AsciiString
-
Copies the content of this string to a byte array.
- copy(int, char[], int, int) - Method in class io.netty.util.AsciiString
-
Copied the content of this string to a character array.
- copy(int, int) - Method in class io.netty.buffer.ByteBuf
-
Returns a copy of this buffer's sub-region.
- copy(int, int) - Method in class io.netty.buffer.CompositeByteBuf
- copy(int, int) - Method in class io.netty.buffer.DuplicatedByteBuf
-
Deprecated.
- copy(int, int) - Method in class io.netty.buffer.EmptyByteBuf
- copy(int, int) - Method in class io.netty.buffer.ReadOnlyByteBuf
-
Deprecated.
- copy(int, int) - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- copy(int, int) - Method in class io.netty.buffer.UnpooledDirectByteBuf
- copy(int, int) - Method in class io.netty.buffer.UnpooledHeapByteBuf
- copy(int, int) - Method in class io.netty.buffer.UnpooledUnsafeDirectByteBuf
- copy(int, int) - Method in class io.netty.buffer.WrappedByteBuf
- copy(AsciiString, int, ByteBuf, int) - Static method in class io.netty.buffer.ByteBufUtil
- copy(AsciiString, int, ByteBuf, int, int) - Static method in class io.netty.buffer.ByteBufUtil
- copy(AsciiString, ByteBuf) - Static method in class io.netty.buffer.ByteBufUtil
- copyAndCompose(ByteBufAllocator, ByteBuf, ByteBuf) - Method in class io.netty.channel.AbstractCoalescingBufferQueue
- copyBoolean(boolean) - Static method in class io.netty.buffer.Unpooled
-
Creates a new single-byte big-endian buffer that holds the specified boolean value.
- copyBoolean(boolean...) - Static method in class io.netty.buffer.Unpooled
-
Create a new big-endian buffer that holds a sequence of the specified boolean values.
- copyDouble(double) - Static method in class io.netty.buffer.Unpooled
-
Creates a new 8-byte big-endian buffer that holds the specified 64-bit floating point number.
- copyDouble(double...) - Static method in class io.netty.buffer.Unpooled
-
Create a new big-endian buffer that holds a sequence of the specified 64-bit floating point numbers.
- copyFloat(float) - Static method in class io.netty.buffer.Unpooled
-
Creates a new 4-byte big-endian buffer that holds the specified 32-bit floating point number.
- copyFloat(float...) - Static method in class io.netty.buffer.Unpooled
-
Create a new big-endian buffer that holds a sequence of the specified 32-bit floating point numbers.
- copyFrom(Http2Settings) - Method in class io.netty.handler.codec.http2.Http2Settings
-
Clears and then copies the given settings into this object.
- copyInt(int) - Static method in class io.netty.buffer.Unpooled
-
Creates a new 4-byte big-endian buffer that holds the specified 32-bit integer.
- copyInt(int...) - Static method in class io.netty.buffer.Unpooled
-
Create a big-endian buffer that holds a sequence of the specified 32-bit integers.
- copyIpv4MappedIpv6Address(byte[], byte[]) - Static method in class io.netty.channel.unix.NativeInetAddress
- copyLong(long) - Static method in class io.netty.buffer.Unpooled
-
Creates a new 8-byte big-endian buffer that holds the specified 64-bit integer.
- copyLong(long...) - Static method in class io.netty.buffer.Unpooled
-
Create a new big-endian buffer that holds a sequence of the specified 64-bit integers.
- copyMedium(int) - Static method in class io.netty.buffer.Unpooled
-
Creates a new 3-byte big-endian buffer that holds the specified 24-bit integer.
- copyMedium(int...) - Static method in class io.netty.buffer.Unpooled
-
Create a new big-endian buffer that holds a sequence of the specified 24-bit integers.
- copyMemory(byte[], int, byte[], int, long) - Static method in class io.netty.util.internal.PlatformDependent
- copyMemory(byte[], int, long, long) - Static method in class io.netty.util.internal.PlatformDependent
- copyMemory(long, byte[], int, long) - Static method in class io.netty.util.internal.PlatformDependent
- copyMemory(long, long, long) - Static method in class io.netty.util.internal.PlatformDependent
- copyOf(Http3SettingsFrame) - Static method in class io.netty.handler.codec.http3.DefaultHttp3SettingsFrame
-
Creates a new
DefaultHttp3SettingsFramewhich is a copy of the given settings. - copyShort(int) - Static method in class io.netty.buffer.Unpooled
-
Creates a new 2-byte big-endian buffer that holds the specified 16-bit integer.
- copyShort(int...) - Static method in class io.netty.buffer.Unpooled
-
Create a new big-endian buffer that holds a sequence of the specified 16-bit integers.
- copyShort(short...) - Static method in class io.netty.buffer.Unpooled
-
Create a new big-endian buffer that holds a sequence of the specified 16-bit integers.
- copyTo(AbstractCoalescingBufferQueue) - Method in class io.netty.channel.AbstractCoalescingBufferQueue
-
Copy all pending entries in this queue into the destination queue.
- CORRELATION_DATA - io.netty.handler.codec.mqtt.MqttProperties.MqttPropertyType
-
Deprecated.
- CorruptedFrameException - Exception in io.netty.handler.codec
-
An
DecoderExceptionwhich is thrown when the received frame data could not be decoded by an inbound handler. - CorruptedFrameException() - Constructor for exception io.netty.handler.codec.CorruptedFrameException
-
Creates a new instance.
- CorruptedFrameException(String) - Constructor for exception io.netty.handler.codec.CorruptedFrameException
-
Creates a new instance.
- CorruptedFrameException(String, Throwable) - Constructor for exception io.netty.handler.codec.CorruptedFrameException
-
Creates a new instance.
- CorruptedFrameException(Throwable) - Constructor for exception io.netty.handler.codec.CorruptedFrameException
-
Creates a new instance.
- CorruptedWebSocketFrameException - Exception in io.netty.handler.codec.http.websocketx
-
An
DecoderExceptionwhich is thrown when the receivedWebSocketFramedata could not be decoded by an inbound handler. - CorruptedWebSocketFrameException() - Constructor for exception io.netty.handler.codec.http.websocketx.CorruptedWebSocketFrameException
-
Creates a new instance.
- CorruptedWebSocketFrameException(WebSocketCloseStatus, String) - Constructor for exception io.netty.handler.codec.http.websocketx.CorruptedWebSocketFrameException
-
Creates a new instance.
- CorruptedWebSocketFrameException(WebSocketCloseStatus, String, Throwable) - Constructor for exception io.netty.handler.codec.http.websocketx.CorruptedWebSocketFrameException
-
Creates a new instance.
- CorruptedWebSocketFrameException(WebSocketCloseStatus, Throwable) - Constructor for exception io.netty.handler.codec.http.websocketx.CorruptedWebSocketFrameException
-
Creates a new instance.
- CorsConfig - Class in io.netty.handler.codec.http.cors
-
Configuration for Cross-Origin Resource Sharing (CORS).
- CorsConfig.Builder - Class in io.netty.handler.codec.http.cors
-
Deprecated.Use
CorsConfigBuilderinstead. - CorsConfig.DateValueGenerator - Class in io.netty.handler.codec.http.cors
-
Deprecated.Removed without alternatives.
- CorsConfigBuilder - Class in io.netty.handler.codec.http.cors
-
Builder used to configure and build a
CorsConfiginstance. - CorsHandler - Class in io.netty.handler.codec.http.cors
-
Handles Cross Origin Resource Sharing (CORS) requests.
- CorsHandler(CorsConfig) - Constructor for class io.netty.handler.codec.http.cors.CorsHandler
-
Creates a new instance with a single
CorsConfig. - CorsHandler(List<CorsConfig>, boolean) - Constructor for class io.netty.handler.codec.http.cors.CorsHandler
-
Creates a new instance with the specified config list.
- count() - Method in class io.netty.channel.DefaultFileRegion
- count() - Method in interface io.netty.channel.FileRegion
-
Returns the number of bytes to transfer.
- count() - Method in class io.netty.channel.unix.IovArray
-
Returns the number if iov entries.
- count() - Method in class io.netty.handler.codec.dns.AbstractDnsMessage
- count() - Method in interface io.netty.handler.codec.dns.DnsMessage
-
Returns the number of records in this DNS message.
- count(DnsSection) - Method in class io.netty.handler.codec.dns.AbstractDnsMessage
- count(DnsSection) - Method in interface io.netty.handler.codec.dns.DnsMessage
-
Returns the number of records in the specified
sectionof this DNS message. - counterHashCode() - Method in class io.netty.util.internal.InternalThreadLocalMap
-
Deprecated.
- CR - Static variable in class io.netty.handler.codec.http.HttpConstants
-
Carriage return
- create() - Method in class io.netty.handler.codec.quic.QuicStreamChannelBootstrap
-
Creates a new
QuicStreamChanneland notifies theFuture. - create(int, int) - Static method in interface io.netty.util.concurrent.MpscIntQueue
-
Create a new queue instance of the given size.
- create(EventLoop, ChannelFactory<SocketChannel>, ChannelFactory<DatagramChannel>) - Static method in class io.netty.handler.ssl.ocsp.IoTransport
-
Create a new
IoTransportinstance - create(Promise<QuicStreamChannel>) - Method in class io.netty.handler.codec.quic.QuicStreamChannelBootstrap
-
Creates a new
QuicStreamChanneland notifies theFuture. - createAttribute(HttpRequest, String) - Method in class io.netty.handler.codec.http.multipart.DefaultHttpDataFactory
- createAttribute(HttpRequest, String) - Method in interface io.netty.handler.codec.http.multipart.HttpDataFactory
- createAttribute(HttpRequest, String, long) - Method in class io.netty.handler.codec.http.multipart.DefaultHttpDataFactory
- createAttribute(HttpRequest, String, long) - Method in interface io.netty.handler.codec.http.multipart.HttpDataFactory
- createAttribute(HttpRequest, String, String) - Method in class io.netty.handler.codec.http.multipart.DefaultHttpDataFactory
- createAttribute(HttpRequest, String, String) - Method in interface io.netty.handler.codec.http.multipart.HttpDataFactory
- createByteArrayFromIpAddressString(String) - Static method in class io.netty.util.NetUtil
-
Creates an byte[] based on an ipAddressString.
- created(Http2Stream) - Method in interface io.netty.handler.codec.http2.Http2Connection.Endpoint
-
Indicates whether or not this endpoint created the given stream.
- CREATED - Static variable in class io.netty.handler.codec.http.HttpResponseStatus
-
201 Created
- CREATED - Static variable in class io.netty.handler.codec.rtsp.RtspResponseStatuses
-
201 Created
- createDecoder(SpdyVersion, SpdyFrameDecoderDelegate, int) - Method in class io.netty.handler.codec.spdy.SpdyFrameCodec
- createDefaultResolver(IoTransport) - Static method in class io.netty.handler.ssl.ocsp.OcspServerCertificateValidator
- createEncoder(SpdyVersion) - Method in class io.netty.handler.codec.spdy.SpdyFrameCodec
- createFileUpload(HttpRequest, String, String, String, String, Charset, long) - Method in class io.netty.handler.codec.http.multipart.DefaultHttpDataFactory
- createFileUpload(HttpRequest, String, String, String, String, Charset, long) - Method in interface io.netty.handler.codec.http.multipart.HttpDataFactory
- createInetAddressFromIpAddressString(String) - Static method in class io.netty.util.NetUtil
-
Creates an
InetAddressbased on an ipAddressString or might return null if it can't be parsed. - createInvalidMessage() - Method in class io.netty.handler.codec.http.HttpObjectDecoder
- createInvalidMessage() - Method in class io.netty.handler.codec.http.HttpRequestDecoder
- createInvalidMessage() - Method in class io.netty.handler.codec.http.HttpResponseDecoder
- createInvalidMessage() - Method in class io.netty.handler.codec.rtsp.RtspDecoder
- createMessage(String[]) - Method in class io.netty.handler.codec.http.HttpObjectDecoder
- createMessage(String[]) - Method in class io.netty.handler.codec.http.HttpRequestDecoder
- createMessage(String[]) - Method in class io.netty.handler.codec.http.HttpResponseDecoder
- createMessage(String[]) - Method in class io.netty.handler.codec.rtsp.RtspDecoder
- createStream(int, boolean) - Method in interface io.netty.handler.codec.http2.Http2Connection.Endpoint
-
Creates a stream initiated by this endpoint.
- createStream(QuicStreamType, ChannelHandler) - Method in interface io.netty.handler.codec.quic.QuicChannel
-
Creates a stream that is using this
QuicChanneland notifies theFutureonce done. - createStream(QuicStreamType, ChannelHandler, Promise<QuicStreamChannel>) - Method in interface io.netty.handler.codec.quic.QuicChannel
-
Creates a stream that is using this
QuicChanneland notifies thePromiseonce done. - createTempFile(String, String, File) - Static method in class io.netty.util.internal.PlatformDependent
- CRLF - io.netty.handler.codec.AsciiHeadersEncoder.NewlineType
-
'\r\n' - cRLSign - io.netty.pkitesting.CertificateBuilder.KeyUsage
-
For verifying the Certificate Authority's signature on a Certificate Revocation List.
- CRYPTO_BUFFER_EXCEEDED - Static variable in class io.netty.handler.codec.quic.QuicTransportError
-
An endpoint has received more data in CRYPTO frames than it can buffer.
- CSEQ - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderNames
-
"cseq" - CSEQ - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Names
-
Deprecated.
"CSeq" - ctx - Variable in class io.netty.handler.codec.http.HttpContentDecoder
- ctx - Variable in class io.netty.handler.ssl.ReferenceCountedOpenSslContext
-
The OpenSSL SSL_CTX object.
- ctx() - Method in class io.netty.handler.codec.MessageAggregator
- CUBIC - io.netty.handler.codec.quic.QuicCongestionControlAlgorithm
- cumulate(ByteBufAllocator, ByteBuf, ByteBuf) - Method in interface io.netty.handler.codec.ByteToMessageDecoder.Cumulator
- cumulativeReadBytes() - Method in class io.netty.handler.traffic.TrafficCounter
- cumulativeWrittenBytes() - Method in class io.netty.handler.traffic.TrafficCounter
- current() - Method in class io.netty.channel.ChannelOutboundBuffer
-
Return the current message to write or
nullif nothing was flushed before and so is ready to be written. - current() - Method in class io.netty.channel.PendingWriteQueue
-
Return the current message or
nullif empty. - current() - Static method in class io.netty.util.internal.ThreadLocalRandom
-
Deprecated.Returns the current thread's
ThreadLocalRandom. - currentExecutor() - Static method in class io.netty.util.internal.ThreadExecutorMap
- currentOffset() - Method in class io.netty.handler.stream.ChunkedFile
-
Returns the offset in the file where the transfer is happening currently.
- currentOffset() - Method in class io.netty.handler.stream.ChunkedNioFile
-
Returns the offset in the file where the transfer is happening currently.
- currentPartialHttpData() - Method in class io.netty.handler.codec.http.multipart.HttpPostMultipartRequestDecoder
- currentPartialHttpData() - Method in class io.netty.handler.codec.http.multipart.HttpPostRequestDecoder
- currentPartialHttpData() - Method in class io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder
- currentPartialHttpData() - Method in interface io.netty.handler.codec.http.multipart.InterfaceHttpPostRequestDecoder
-
Returns the current InterfaceHttpData if currently in decoding status, meaning all data are not yet within, or null if there is no InterfaceHttpData currently in decoding status (either because none yet decoded or none currently partially decoded).
- currentProgress() - Method in class io.netty.channel.ChannelOutboundBuffer
-
Return the current message flush progress.
- currentReadBytes() - Method in class io.netty.handler.traffic.TrafficCounter
- currentScope() - Method in class io.netty.util.LeakPresenceDetector
-
Get the resource scope for the current thread.
- currentScope() - Method in class io.netty.util.test.LeakPresenceExtension.WithTransferableScope
- currentThreadHasFastThreadLocal() - Static method in class io.netty.util.concurrent.FastThreadLocalThread
-
Returns
trueif this thread supportsFastThreadLocal. - currentThreadWillCleanupFastThreadLocals() - Static method in class io.netty.util.concurrent.FastThreadLocalThread
- currentWrittenBytes() - Method in class io.netty.handler.traffic.TrafficCounter
- customHeaders - Variable in class io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker
- customHeaders() - Method in class io.netty.handler.codec.http.websocketx.WebSocketClientProtocolConfig
- customHeaders(HttpHeaders) - Method in class io.netty.handler.codec.http.websocketx.WebSocketClientProtocolConfig.Builder
-
Map of custom headers to add to the client request
- cwnd() - Method in interface io.netty.handler.codec.quic.QuicConnectionPathStats
D
- data() - Method in class io.netty.channel.kqueue.KQueueIoEvent
-
Returns filter-specific data.
- data() - Method in class io.netty.channel.kqueue.KQueueIoOps
-
Returns filter-specific data.
- data() - Method in class io.netty.channel.uring.IoUringIoEvent
-
Returns the data that is passed as part of
IoUringIoOps. - data() - Static method in class io.netty.handler.codec.smtp.SmtpRequests
-
Creates a
DATArequest. - data() - Method in class io.netty.handler.codec.xml.XmlContent
- data() - Method in class io.netty.handler.codec.xml.XmlProcessingInstruction
- DATA - Static variable in class io.netty.handler.codec.http2.Http2FrameTypes
- DATA - Static variable in class io.netty.handler.codec.smtp.SmtpCommand
- DATA_BITS - Static variable in class io.netty.channel.rxtx.RxtxChannelOption
-
Deprecated.
- DATA_FRAME_HEADER_LENGTH - Static variable in class io.netty.handler.codec.http2.Http2CodecUtil
- DATABITS_5 - io.netty.channel.rxtx.RxtxChannelConfig.Databits
-
Deprecated.5 data bits will be used for each character (ie.
- DATABITS_6 - io.netty.channel.rxtx.RxtxChannelConfig.Databits
-
Deprecated.6 data bits will be used for each character
- DATABITS_7 - io.netty.channel.rxtx.RxtxChannelConfig.Databits
-
Deprecated.7 data bits will be used for each character (ie.
- DATABITS_8 - io.netty.channel.rxtx.RxtxChannelConfig.Databits
-
Deprecated.8 data bits will be used for each character (ie. binary data)
- dataEncipherment - io.netty.pkitesting.CertificateBuilder.KeyUsage
-
For enciphering user data, but not keys or security information.
- datagram(int, int) - Method in class io.netty.handler.codec.quic.QuicCodecBuilder
-
If configured this will enable Datagram support.
- DATAGRAM_CHANNEL_ACTIVE_ON_REGISTRATION - Static variable in class io.netty.channel.ChannelOption
-
Deprecated.
- datagramChannel() - Method in class io.netty.handler.ssl.ocsp.IoTransport
- DatagramChannel - Interface in io.netty.channel.socket
-
A UDP/IP
Channel. - DatagramChannelConfig - Interface in io.netty.channel.socket
-
A
ChannelConfigfor aDatagramChannel. - datagramChannelFactory(ChannelFactory<? extends DatagramChannel>) - Method in class io.netty.resolver.dns.DnsNameResolverBuilder
-
Sets the
ChannelFactorythat will create aDatagramChannel. - datagramChannelStrategy(DnsNameResolverChannelStrategy) - Method in class io.netty.resolver.dns.DnsNameResolverBuilder
-
Set the strategy that is used to determine how a
DatagramChannelis used by the resolver for sending queries over UDP protocol. - datagramChannelType(Class<? extends DatagramChannel>) - Method in class io.netty.resolver.dns.DnsNameResolverBuilder
-
Sets the
ChannelFactoryas aReflectiveChannelFactoryof this type. - DatagramDnsQuery - Class in io.netty.handler.codec.dns
-
A
DnsQueryimplementation for UDP/IP. - DatagramDnsQuery(InetSocketAddress, InetSocketAddress, int) - Constructor for class io.netty.handler.codec.dns.DatagramDnsQuery
-
Creates a new instance with the
DnsOpCode.QUERYopCode. - DatagramDnsQuery(InetSocketAddress, InetSocketAddress, int, DnsOpCode) - Constructor for class io.netty.handler.codec.dns.DatagramDnsQuery
-
Creates a new instance.
- DatagramDnsQueryDecoder - Class in io.netty.handler.codec.dns
-
Decodes a
DatagramPacketinto aDatagramDnsQuery. - DatagramDnsQueryDecoder() - Constructor for class io.netty.handler.codec.dns.DatagramDnsQueryDecoder
-
Creates a new decoder with the default record decoder.
- DatagramDnsQueryDecoder(DnsRecordDecoder) - Constructor for class io.netty.handler.codec.dns.DatagramDnsQueryDecoder
-
Creates a new decoder with the specified
recordDecoder. - DatagramDnsQueryEncoder - Class in io.netty.handler.codec.dns
- DatagramDnsQueryEncoder() - Constructor for class io.netty.handler.codec.dns.DatagramDnsQueryEncoder
-
Creates a new encoder with the default record encoder.
- DatagramDnsQueryEncoder(DnsRecordEncoder) - Constructor for class io.netty.handler.codec.dns.DatagramDnsQueryEncoder
-
Creates a new encoder with the specified
recordEncoder. - DatagramDnsResponse - Class in io.netty.handler.codec.dns
-
A
DnsResponseimplementation for UDP/IP. - DatagramDnsResponse(InetSocketAddress, InetSocketAddress, int) - Constructor for class io.netty.handler.codec.dns.DatagramDnsResponse
- DatagramDnsResponse(InetSocketAddress, InetSocketAddress, int, DnsOpCode) - Constructor for class io.netty.handler.codec.dns.DatagramDnsResponse
-
Creates a new instance with the
DnsResponseCode.NOERRORresponseCode. - DatagramDnsResponse(InetSocketAddress, InetSocketAddress, int, DnsOpCode, DnsResponseCode) - Constructor for class io.netty.handler.codec.dns.DatagramDnsResponse
-
Creates a new instance.
- DatagramDnsResponseDecoder - Class in io.netty.handler.codec.dns
-
Decodes a
DatagramPacketinto aDatagramDnsResponse. - DatagramDnsResponseDecoder() - Constructor for class io.netty.handler.codec.dns.DatagramDnsResponseDecoder
-
Creates a new decoder with the default record decoder.
- DatagramDnsResponseDecoder(DnsRecordDecoder) - Constructor for class io.netty.handler.codec.dns.DatagramDnsResponseDecoder
-
Creates a new decoder with the specified
recordDecoder. - DatagramDnsResponseEncoder - Class in io.netty.handler.codec.dns
- DatagramDnsResponseEncoder() - Constructor for class io.netty.handler.codec.dns.DatagramDnsResponseEncoder
-
Creates a new encoder with the default record encoder.
- DatagramDnsResponseEncoder(DnsRecordEncoder) - Constructor for class io.netty.handler.codec.dns.DatagramDnsResponseEncoder
-
Creates a new encoder with the specified
recordEncoder. - DatagramPacket - Class in io.netty.channel.socket
-
The message container that is used for
DatagramChannelto communicate with the remote peer. - DatagramPacket(ByteBuf, InetSocketAddress) - Constructor for class io.netty.channel.socket.DatagramPacket
-
Create a new instance with the specified packet
dataandrecipientaddress. - DatagramPacket(ByteBuf, InetSocketAddress, InetSocketAddress) - Constructor for class io.netty.channel.socket.DatagramPacket
-
Create a new instance with the specified packet
data,recipientaddress, andsenderaddress. - DatagramPacketDecoder - Class in io.netty.handler.codec
-
A decoder that decodes the content of the received
DatagramPacketusing the specifiedByteBufdecoder. - DatagramPacketDecoder(MessageToMessageDecoder<ByteBuf>) - Constructor for class io.netty.handler.codec.DatagramPacketDecoder
-
Create a
DatagramPacketdecoder using the specifiedByteBufdecoder. - DatagramPacketEncoder<M> - Class in io.netty.handler.codec
-
An encoder that encodes the content in
AddressedEnvelopetoDatagramPacketusing the specified message encoder. - DatagramPacketEncoder(MessageToMessageEncoder<? super M>) - Constructor for class io.netty.handler.codec.DatagramPacketEncoder
-
Create an encoder that encodes the content in
AddressedEnvelopetoDatagramPacketusing the specified message encoder. - DatagramSocketAddress - Class in io.netty.channel.unix
-
Act as special
InetSocketAddressto be able to easily pass all needed data from JNI without the need to create more objects then needed. - dataType() - Method in class io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage
- dataType() - Method in interface io.netty.handler.codec.memcache.binary.BinaryMemcacheMessage
-
Returns the data type of the message.
- DATE - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
-
"date" - DATE - Static variable in class io.netty.handler.codec.http.HttpHeaders.Names
-
Deprecated.
"Date" - DATE - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderNames
-
"date" - DATE - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Names
-
Deprecated.
"Date" - DateFormatter - Class in io.netty.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.netty.handler.codec.http.cors.CorsConfig.DateValueGenerator
-
Deprecated.
- deadlineNanos() - Method in interface io.netty.channel.IoHandlerContext
-
Returns the absolute point in time at which the next closest scheduled task should run or
-1if nothing is scheduled to run. - deadlineNanos() - Method in class io.netty.util.concurrent.SingleThreadEventExecutor
-
Returns the absolute point in time (relative to
AbstractScheduledEventExecutor.getCurrentTimeNanos()) at which the next closest scheduled task should run. - deadlineToDelayNanos(long) - Static method in class io.netty.util.concurrent.AbstractScheduledEventExecutor
-
Deprecated.Use
AbstractScheduledEventExecutor.ticker()instead - deallocate() - Method in class io.netty.buffer.AbstractReferenceCountedByteBuf
-
Called once
AbstractReferenceCountedByteBuf.refCnt()is equals 0. - deallocate() - Method in class io.netty.buffer.CompositeByteBuf
- deallocate() - Method in class io.netty.buffer.UnpooledDirectByteBuf
- deallocate() - Method in class io.netty.buffer.UnpooledHeapByteBuf
- deallocate() - Method in class io.netty.channel.DefaultFileRegion
- deallocate() - Method in class io.netty.handler.codec.dns.AbstractDnsMessage
- deallocate() - Method in class io.netty.handler.codec.haproxy.HAProxyMessage
- deallocate() - Method in class io.netty.handler.codec.http.multipart.AbstractHttpData
- deallocate() - Method in class io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage
- deallocate() - Method in class io.netty.handler.codec.memcache.binary.DefaultFullBinaryMemcacheRequest
- deallocate() - Method in class io.netty.handler.codec.memcache.binary.DefaultFullBinaryMemcacheResponse
- deallocate() - Method in class io.netty.handler.codec.memcache.DefaultMemcacheContent
- deallocate() - Method in class io.netty.handler.codec.redis.ArrayRedisMessage
- deallocate() - Method in class io.netty.handler.ssl.PemPrivateKey
- deallocate() - Method in class io.netty.util.AbstractReferenceCounted
-
Called once
AbstractReferenceCounted.refCnt()is equals 0. - debug(String) - Method in interface io.netty.util.internal.logging.InternalLogger
-
Log a message at the DEBUG level.
- debug(String, Object) - Method in interface io.netty.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.netty.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.netty.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.netty.util.internal.logging.InternalLogger
-
Log an exception (throwable) at the DEBUG level with an accompanying message.
- debug(Throwable) - Method in class io.netty.util.internal.logging.AbstractInternalLogger
- debug(Throwable) - Method in interface io.netty.util.internal.logging.InternalLogger
-
Log an exception (throwable) at the DEBUG level.
- DEBUG - io.netty.handler.logging.LogLevel
- DEBUG - io.netty.util.internal.logging.InternalLogLevel
-
'DEBUG' log level.
- debugData() - Method in exception io.netty.handler.codec.http2.StreamBufferingEncoder.Http2GoAwayException
- decipherOnly - io.netty.pkitesting.CertificateBuilder.KeyUsage
-
For use with
CertificateBuilder.KeyUsage.keyAgreementto limit the key to deciphering only. - decode(ByteBuf) - Static method in class io.netty.handler.codec.base64.Base64
- decode(ByteBuf) - Method in class io.netty.handler.codec.spdy.SpdyFrameDecoder
- decode(ByteBuf, int, int) - Static method in class io.netty.handler.codec.base64.Base64
- decode(ByteBuf, int, int, Base64Dialect) - Static method in class io.netty.handler.codec.base64.Base64
- decode(ByteBuf, int, int, Base64Dialect, ByteBufAllocator) - Static method in class io.netty.handler.codec.base64.Base64
- decode(ByteBuf, ByteBuf) - Method in class io.netty.handler.codec.compression.Snappy
- decode(ByteBuf, Base64Dialect) - Static method in class io.netty.handler.codec.base64.Base64
- decode(ChannelHandlerContext, INBOUND_IN, List<Object>) - Method in class io.netty.handler.codec.MessageToMessageCodec
- decode(ChannelHandlerContext, ByteBuf) - Method in class io.netty.handler.codec.DelimiterBasedFrameDecoder
-
Create a frame out of the
ByteBufand return it. - decode(ChannelHandlerContext, ByteBuf) - Method in class io.netty.handler.codec.dns.TcpDnsQueryDecoder
- decode(ChannelHandlerContext, ByteBuf) - Method in class io.netty.handler.codec.dns.TcpDnsResponseDecoder
- decode(ChannelHandlerContext, ByteBuf) - Method in class io.netty.handler.codec.FixedLengthFrameDecoder
-
Create a frame out of the
ByteBufand return it. - decode(ChannelHandlerContext, ByteBuf) - Method in class io.netty.handler.codec.LengthFieldBasedFrameDecoder
-
Create a frame out of the
ByteBufand return it. - decode(ChannelHandlerContext, ByteBuf) - Method in class io.netty.handler.codec.LineBasedFrameDecoder
-
Create a frame out of the
ByteBufand return it. - decode(ChannelHandlerContext, ByteBuf) - Method in class io.netty.handler.codec.marshalling.MarshallingDecoder
- decode(ChannelHandlerContext, ByteBuf) - Method in class io.netty.handler.codec.serialization.ObjectDecoder
-
Deprecated.
- decode(ChannelHandlerContext, ByteBuf) - Method in class io.netty.handler.codec.smtp.SmtpResponseDecoder
- decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.base64.Base64Decoder
- decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.bytes.ByteArrayDecoder
- decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.ByteToMessageCodec
- decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.ByteToMessageDecoder
-
Decode the from one
ByteBufto an other. - decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.compression.BrotliDecoder
- decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.compression.Bzip2Decoder
- decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.compression.FastLzFrameDecoder
- decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.compression.JdkZlibDecoder
- decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.compression.JZlibDecoder
- decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.compression.Lz4FrameDecoder
- decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.compression.LzfDecoder
- decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.compression.SnappyFrameDecoder
- decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.compression.ZstdDecoder
- decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.DelimiterBasedFrameDecoder
- decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.FixedLengthFrameDecoder
- decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.haproxy.HAProxyMessageDecoder
- decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.http.HttpObjectDecoder
- decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.http.websocketx.WebSocket00FrameDecoder
- decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder
- decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.http2.CleartextHttp2ServerUpgradeHandler
-
Peek inbound message to determine current connection wants to start HTTP/2 by HTTP upgrade or prior knowledge
- decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.http2.Http2ConnectionHandler
- decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.json.JsonObjectDecoder
- decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.LengthFieldBasedFrameDecoder
- decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.LineBasedFrameDecoder
- decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.marshalling.CompatibleMarshallingDecoder
- decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheDecoder
- decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.mqtt.MqttDecoder
- decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.protobuf.ProtobufDecoder
- decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.protobuf.ProtobufDecoderNano
- decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.protobuf.ProtobufVarint32FrameDecoder
- decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.redis.RedisDecoder
- decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.socks.SocksAuthRequestDecoder
- decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.socks.SocksAuthResponseDecoder
- decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.socks.SocksCmdRequestDecoder
- decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.socks.SocksCmdResponseDecoder
- decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.socks.SocksInitRequestDecoder
- decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.socks.SocksInitResponseDecoder
- decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.socksx.SocksPortUnificationServerHandler
- decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.socksx.v4.Socks4ClientDecoder
- decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.socksx.v4.Socks4ServerDecoder
- decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.socksx.v5.Socks5CommandRequestDecoder
- decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.socksx.v5.Socks5CommandResponseDecoder
- decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.socksx.v5.Socks5InitialRequestDecoder
- decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.socksx.v5.Socks5InitialResponseDecoder
- decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.socksx.v5.Socks5PasswordAuthRequestDecoder
- decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.socksx.v5.Socks5PasswordAuthResponseDecoder
- decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.socksx.v5.Socks5PrivateAuthRequestDecoder
- decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.socksx.v5.Socks5PrivateAuthResponseDecoder
- decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.spdy.SpdyFrameCodec
- decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.stomp.StompSubframeDecoder
- decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.string.StringDecoder
- decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.xml.XmlDecoder
- decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.xml.XmlFrameDecoder
- decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.ssl.OptionalSslHandler
- decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.ssl.SslClientHelloHandler
- decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.ssl.SslHandler
- decode(ChannelHandlerContext, SctpMessage, List<Object>) - Method in class io.netty.handler.codec.sctp.SctpInboundByteStreamHandler
- decode(ChannelHandlerContext, SctpMessage, List<Object>) - Method in class io.netty.handler.codec.sctp.SctpMessageCompletionHandler
- decode(ChannelHandlerContext, DatagramPacket, List<Object>) - Method in class io.netty.handler.codec.DatagramPacketDecoder
- decode(ChannelHandlerContext, DatagramPacket, List<Object>) - Method in class io.netty.handler.codec.dns.DatagramDnsQueryDecoder
- decode(ChannelHandlerContext, DatagramPacket, List<Object>) - Method in class io.netty.handler.codec.dns.DatagramDnsResponseDecoder
- decode(ChannelHandlerContext, HttpObject, List<Object>) - Method in class io.netty.handler.codec.http.HttpClientUpgradeHandler
- decode(ChannelHandlerContext, HttpObject, List<Object>) - Method in class io.netty.handler.codec.http.HttpContentDecoder
- decode(ChannelHandlerContext, HttpObject, List<Object>) - Method in class io.netty.handler.codec.http.HttpServerUpgradeHandler
- decode(ChannelHandlerContext, HttpRequest, List<Object>) - Method in class io.netty.handler.codec.http.HttpContentEncoder
- decode(ChannelHandlerContext, WebSocketFrame, List<Object>) - Method in class io.netty.handler.codec.http.websocketx.WebSocketClientProtocolHandler
- decode(ChannelHandlerContext, WebSocketFrame, List<Object>) - Method in class io.netty.handler.codec.http.websocketx.WebSocketServerProtocolHandler
- decode(ChannelHandlerContext, Http2StreamFrame, List<Object>) - Method in class io.netty.handler.codec.http2.Http2StreamFrameToHttpObjectCodec
- decode(ChannelHandlerContext, RedisMessage, List<Object>) - Method in class io.netty.handler.codec.redis.RedisArrayAggregator
- decode(ChannelHandlerContext, SpdyFrame, List<Object>) - Method in class io.netty.handler.codec.spdy.SpdyHttpDecoder
- decode(ChannelHandlerContext, I, List<Object>) - Method in class io.netty.handler.codec.MessageAggregator
- decode(ChannelHandlerContext, I, List<Object>) - Method in class io.netty.handler.codec.MessageToMessageDecoder
-
Decode from one message to an other.
- decode(ChannelHandlerContext, Object, List<Object>) - Method in class io.netty.handler.codec.spdy.SpdyHttpResponseStreamIdHandler
- decode(String) - Method in class io.netty.handler.codec.http.cookie.ClientCookieDecoder
-
Decodes the specified Set-Cookie HTTP header value into a
Cookie. - decode(String) - Method in class io.netty.handler.codec.http.cookie.ServerCookieDecoder
-
Decodes the specified
CookieHTTP header value into aCookie. - decode(String) - Static method in class io.netty.handler.codec.http.CookieDecoder
-
Deprecated.
- decode(String, boolean) - Static method in class io.netty.handler.codec.http.CookieDecoder
-
Deprecated.
- decodeAddress(Socks5AddressType, ByteBuf) - Method in interface io.netty.handler.codec.socksx.v5.Socks5AddressDecoder
-
Decodes a SOCKS5 address field into its string representation.
- decodeAll(String) - Method in class io.netty.handler.codec.http.cookie.ServerCookieDecoder
-
Decodes the specified
CookieHTTP header value into aCookie. - decodeComponent(String) - Static method in class io.netty.handler.codec.http.QueryStringDecoder
-
Decodes a bit of a URL encoded by a browser.
- decodeComponent(String, Charset) - Static method in class io.netty.handler.codec.http.QueryStringDecoder
-
Decodes a bit of a URL encoded by a browser.
- decodeFrame(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.http2.DecoratingHttp2ConnectionDecoder
- decodeFrame(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder
- decodeFrame(ChannelHandlerContext, ByteBuf, List<Object>) - Method in interface io.netty.handler.codec.http2.Http2ConnectionDecoder
-
Called by the
Http2ConnectionHandlerto decode the next frame from the input buffer. - decodeHeader(ByteBuf) - Method in class io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheDecoder
-
Decode and return the parsed
BinaryMemcacheMessage. - decodeHeader(ByteBuf) - Method in class io.netty.handler.codec.memcache.binary.BinaryMemcacheRequestDecoder
- decodeHeader(ByteBuf) - Method in class io.netty.handler.codec.memcache.binary.BinaryMemcacheResponseDecoder
- decodeHeaderBlock(ByteBuf, SpdyHeadersFrame) - Method in class io.netty.handler.codec.spdy.SpdyHeaderBlockRawDecoder
- decodeHeaders(int, ByteBuf) - Method in class io.netty.handler.codec.http2.DefaultHttp2HeadersDecoder
- decodeHeaders(int, ByteBuf) - Method in interface io.netty.handler.codec.http2.Http2HeadersDecoder
-
Decodes the given headers block and returns the headers.
- decodeHexByte(CharSequence, int) - Static method in class io.netty.buffer.ByteBufUtil
-
Decode a 2-digit hex byte from within a string.
- decodeHexByte(CharSequence, int) - Static method in class io.netty.util.internal.StringUtil
-
Decode a 2-digit hex byte from within a string.
- decodeHexDump(CharSequence) - Static method in class io.netty.buffer.ByteBufUtil
-
Decodes a string generated by
ByteBufUtil.hexDump(byte[]) - decodeHexDump(CharSequence) - Static method in class io.netty.util.internal.StringUtil
-
Decodes a hex dump
- decodeHexDump(CharSequence, int, int) - Static method in class io.netty.buffer.ByteBufUtil
-
Decodes part of a string generated by
ByteBufUtil.hexDump(byte[]) - decodeHexDump(CharSequence, int, int) - Static method in class io.netty.util.internal.StringUtil
-
Decodes part of a string with hex dump
- decodeHexNibble(byte) - Static method in class io.netty.util.internal.StringUtil
-
Helper to decode half of a hexadecimal number from a string.
- decodeHexNibble(char) - Static method in class io.netty.util.internal.StringUtil
-
Helper to decode half of a hexadecimal number from a string.
- decodeIdn(boolean) - Method in class io.netty.resolver.dns.DnsNameResolverBuilder
-
Set if domain / host names should be decoded to unicode when received.
- decodeIndex(ByteBuf) - Method in class io.netty.handler.codec.quic.QuicCodecDispatcher
-
Return the idx that was encoded into the connectionId via the
QuicConnectionIdGeneratorbefore, or-1if decoding was not successful. - decodeLast(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.ByteToMessageCodec
- decodeLast(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.ByteToMessageDecoder
-
Is called one last time when the
ChannelHandlerContextgoes in-active. - decodeLast(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.http.HttpObjectDecoder
- decodeLast(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.marshalling.CompatibleMarshallingDecoder
- decodeName(ByteBuf) - Static method in class io.netty.handler.codec.dns.DefaultDnsRecordDecoder
-
Retrieves a domain name given a buffer containing a DNS packet.
- decodeName0(ByteBuf) - Method in class io.netty.handler.codec.dns.DefaultDnsRecordDecoder
-
Retrieves a domain name given a buffer containing a DNS packet.
- decodeQuestion(ByteBuf) - Method in class io.netty.handler.codec.dns.DefaultDnsRecordDecoder
- decodeQuestion(ByteBuf) - Method in interface io.netty.handler.codec.dns.DnsRecordDecoder
-
Decodes a DNS question into its object representation.
- decoder() - Method in class io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
-
Returns the
Http2ConnectionDecoderto use. - decoder() - Method in class io.netty.handler.codec.http2.Http2ConnectionHandler
- decoder(Charset) - Static method in class io.netty.util.CharsetUtil
-
Returns a cached thread-local
CharsetDecoderfor the specifiedCharset. - decoder(Charset, CodingErrorAction) - Static method in class io.netty.util.CharsetUtil
-
Returns a new
CharsetDecoderfor theCharsetwith the specified error action. - decoder(Charset, CodingErrorAction, CodingErrorAction) - Static method in class io.netty.util.CharsetUtil
-
Returns a new
CharsetDecoderfor theCharsetwith specified error actions. - decoderConfig() - Method in class io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker
-
Gets this decoder configuration.
- decoderConfig() - Method in class io.netty.handler.codec.http.websocketx.WebSocketServerProtocolConfig
- decoderConfig(WebSocketDecoderConfig) - Method in class io.netty.handler.codec.http.websocketx.WebSocketServerProtocolConfig.Builder
-
Frames decoder configuration.
- decodeRecord(ByteBuf) - Method in class io.netty.handler.codec.dns.DefaultDnsRecordDecoder
- decodeRecord(ByteBuf) - Method in interface io.netty.handler.codec.dns.DnsRecordDecoder
-
Decodes a DNS record into its object representation.
- decodeRecord(String, DnsRecordType, int, long, ByteBuf, int, int) - Method in class io.netty.handler.codec.dns.DefaultDnsRecordDecoder
-
Decodes a record from the information decoded so far by
DefaultDnsRecordDecoder.decodeRecord(ByteBuf). - decoderEnforceMaxConsecutiveEmptyDataFrames() - Method in class io.netty.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.netty.handler.codec.http2.Http2ConnectionHandlerBuilder
- decoderEnforceMaxConsecutiveEmptyDataFrames() - Method in class io.netty.handler.codec.http2.Http2FrameCodecBuilder
- decoderEnforceMaxConsecutiveEmptyDataFrames() - Method in class io.netty.handler.codec.http2.Http2MultiplexCodecBuilder
-
Deprecated.
- decoderEnforceMaxConsecutiveEmptyDataFrames(int) - Method in class io.netty.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.netty.handler.codec.http2.Http2ConnectionHandlerBuilder
- decoderEnforceMaxConsecutiveEmptyDataFrames(int) - Method in class io.netty.handler.codec.http2.Http2FrameCodecBuilder
- decoderEnforceMaxConsecutiveEmptyDataFrames(int) - Method in class io.netty.handler.codec.http2.Http2MultiplexCodecBuilder
-
Deprecated.
- decoderEnforceMaxConsecutiveEmptyDataFrames(int) - Method in class io.netty.handler.codec.http2.HttpToHttp2ConnectionHandlerBuilder
- decoderEnforceMaxRstFramesPerWindow(int, int) - Method in class io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
-
Sets the maximum number RST frames that are allowed per window before the connection is closed.
- decoderEnforceMaxRstFramesPerWindow(int, int) - Method in class io.netty.handler.codec.http2.Http2ConnectionHandlerBuilder
- decoderEnforceMaxRstFramesPerWindow(int, int) - Method in class io.netty.handler.codec.http2.Http2FrameCodecBuilder
- decoderEnforceMaxRstFramesPerWindow(int, int) - Method in class io.netty.handler.codec.http2.Http2MultiplexCodecBuilder
-
Deprecated.
- decoderEnforceMaxRstFramesPerWindow(int, int) - Method in class io.netty.handler.codec.http2.HttpToHttp2ConnectionHandlerBuilder
- decodeResponse(ChannelHandlerContext, DatagramPacket) - Method in class io.netty.handler.codec.dns.DatagramDnsResponseDecoder
- DecoderException - Exception in io.netty.handler.codec
-
An
CodecExceptionwhich is thrown by a decoder. - DecoderException() - Constructor for exception io.netty.handler.codec.DecoderException
-
Creates a new instance.
- DecoderException(String) - Constructor for exception io.netty.handler.codec.DecoderException
-
Creates a new instance.
- DecoderException(String, Throwable) - Constructor for exception io.netty.handler.codec.DecoderException
-
Creates a new instance.
- DecoderException(Throwable) - Constructor for exception io.netty.handler.codec.DecoderException
-
Creates a new instance.
- decoderFilter() - Method in interface io.netty.handler.codec.http.websocketx.extensions.WebSocketExtensionFilterProvider
-
Returns the extension filter for
WebSocketExtensionDecoderdecoder. - decoderResult - Variable in class io.netty.handler.codec.stomp.DefaultStompHeadersSubframe
- decoderResult() - Method in interface io.netty.handler.codec.DecoderResultProvider
-
Returns the result of decoding this object.
- decoderResult() - Method in class io.netty.handler.codec.http.DefaultHttpObject
- decoderResult() - Method in class io.netty.handler.codec.memcache.AbstractMemcacheObject
- decoderResult() - Method in class io.netty.handler.codec.mqtt.MqttMessage
- decoderResult() - Method in class io.netty.handler.codec.socksx.AbstractSocksMessage
- decoderResult() - Method in class io.netty.handler.codec.stomp.DefaultStompContentSubframe
- decoderResult() - Method in class io.netty.handler.codec.stomp.DefaultStompHeadersSubframe
- DecoderResult - Class in io.netty.handler.codec
- DecoderResult(Throwable) - Constructor for class io.netty.handler.codec.DecoderResult
- DecoderResultProvider - Interface in io.netty.handler.codec
-
Provides the accessor methods for the
DecoderResultproperty of a decoded message. - decodeUnknownFrame(int, byte, int, ByteBuf) - Method in class io.netty.handler.codec.spdy.SpdyFrameDecoder
-
Decode the unknown frame, returns true if parsed something, otherwise false.
- decompose(int, int) - Method in class io.netty.buffer.CompositeByteBuf
-
Same with
AbstractByteBuf.slice(int, int)except that this method returns a list. - decompress(SSLEngine, int, byte[]) - Method in interface io.netty.handler.ssl.OpenSslCertificateCompressionAlgorithm
-
Decompress the given input with the specified algorithm and return the decompressed bytes.
- Decompress - io.netty.handler.ssl.OpenSslCertificateCompressionConfig.AlgorithmMode
-
Decompression supported and should be advertized.
- decompressionBufferExhausted(ByteBuf) - Method in class io.netty.handler.codec.compression.JdkZlibDecoder
- decompressionBufferExhausted(ByteBuf) - Method in class io.netty.handler.codec.compression.JZlibDecoder
- decompressionBufferExhausted(ByteBuf) - Method in class io.netty.handler.codec.compression.ZlibDecoder
-
Called when the decompression buffer cannot be expanded further.
- DecompressionException - Exception in io.netty.handler.codec.compression
-
A
DecoderExceptionthat is raised when decompression failed. - DecompressionException() - Constructor for exception io.netty.handler.codec.compression.DecompressionException
-
Creates a new instance.
- DecompressionException(String) - Constructor for exception io.netty.handler.codec.compression.DecompressionException
-
Creates a new instance.
- DecompressionException(String, Throwable) - Constructor for exception io.netty.handler.codec.compression.DecompressionException
-
Creates a new instance.
- DecompressionException(Throwable) - Constructor for exception io.netty.handler.codec.compression.DecompressionException
-
Creates a new instance.
- decorateTask(Runnable, RunnableScheduledFuture<V>) - Method in class io.netty.util.concurrent.UnorderedThreadPoolEventExecutor
-
Deprecated.
- decorateTask(Callable<V>, RunnableScheduledFuture<V>) - Method in class io.netty.util.concurrent.UnorderedThreadPoolEventExecutor
-
Deprecated.
- DecoratingHttp2ConnectionDecoder - Class in io.netty.handler.codec.http2
-
Decorator around another
Http2ConnectionDecoderinstance. - DecoratingHttp2ConnectionDecoder(Http2ConnectionDecoder) - Constructor for class io.netty.handler.codec.http2.DecoratingHttp2ConnectionDecoder
- DecoratingHttp2ConnectionEncoder - Class in io.netty.handler.codec.http2
-
A decorator around another
Http2ConnectionEncoderinstance. - DecoratingHttp2ConnectionEncoder(Http2ConnectionEncoder) - Constructor for class io.netty.handler.codec.http2.DecoratingHttp2ConnectionEncoder
- DecoratingHttp2FrameWriter - Class in io.netty.handler.codec.http2
-
Decorator around another
Http2FrameWriterinstance. - DecoratingHttp2FrameWriter(Http2FrameWriter) - Constructor for class io.netty.handler.codec.http2.DecoratingHttp2FrameWriter
- decoupleCloseAndGoAway() - Method in class io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
-
Determine if the
Channel.close()should be coupled with goaway and graceful close. - decoupleCloseAndGoAway(boolean) - Method in class io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
-
Determine if the
Channel.close()should be coupled with goaway and graceful close. - decoupleCloseAndGoAway(boolean) - Method in class io.netty.handler.codec.http2.Http2ConnectionHandlerBuilder
- decoupleCloseAndGoAway(boolean) - Method in class io.netty.handler.codec.http2.Http2FrameCodecBuilder
- decoupleCloseAndGoAway(boolean) - Method in class io.netty.handler.codec.http2.Http2MultiplexCodecBuilder
-
Deprecated.
- decoupleCloseAndGoAway(boolean) - Method in class io.netty.handler.codec.http2.HttpToHttp2ConnectionHandlerBuilder
- decrement() - Method in interface io.netty.util.internal.LongCounter
- DECREMENT - Static variable in class io.netty.handler.codec.memcache.binary.BinaryMemcacheOpcodes
- decrementPendingOutboundBytes(long) - Method in class io.netty.channel.DefaultChannelPipeline
- DECREMENTQ - Static variable in class io.netty.handler.codec.memcache.binary.BinaryMemcacheOpcodes
- decrypt(SSLEngine, byte[]) - Method in interface io.netty.handler.codec.quic.BoringSSLAsyncPrivateKeyMethod
-
Decrypts the input with the given key and notifies the returned
Futurewith the decrypted bytes. - decrypt(SSLEngine, byte[]) - Method in interface io.netty.handler.ssl.OpenSslAsyncPrivateKeyMethod
-
Decrypts the input with the given key and notifies the returned
Futurewith the decrypted bytes. - decrypt(SSLEngine, byte[]) - Method in interface io.netty.handler.ssl.OpenSslPrivateKeyMethod
-
Decrypts the input with the given key and returns the decrypted bytes.
- deepCheckNotNull(String, T...) - Static method in class io.netty.util.internal.ObjectUtil
-
Check that the given varargs is not null and does not contain elements null elements.
- DEFAULT - Static variable in interface io.netty.buffer.ByteBufAllocator
- DEFAULT - Static variable in class io.netty.buffer.PooledByteBufAllocator
- DEFAULT - Static variable in class io.netty.buffer.UnpooledByteBufAllocator
-
Default instance which uses leak-detection for direct buffers.
- DEFAULT - Static variable in class io.netty.channel.AdaptiveRecvByteBufAllocator
-
Deprecated.There is state for
DefaultMaxMessagesRecvByteBufAllocator.maxMessagesPerRead()which is typically based upon channel type. - DEFAULT - Static variable in class io.netty.channel.DefaultMessageSizeEstimator
-
Return the default implementation which returns
8for unknown messages. - DEFAULT - Static variable in class io.netty.channel.local.LocalIoOps
-
Default instance to use.
- DEFAULT - Static variable in class io.netty.channel.WriteBufferWaterMark
- DEFAULT - Static variable in interface io.netty.handler.codec.dns.DnsRecordDecoder
- DEFAULT - Static variable in interface io.netty.handler.codec.dns.DnsRecordEncoder
- DEFAULT - Static variable in interface io.netty.handler.codec.http.websocketx.extensions.WebSocketExtensionFilterProvider
- DEFAULT - Static variable in interface io.netty.handler.codec.quic.FlushStrategy
-
Default
FlushStrategyimplementation. - DEFAULT - Static variable in interface io.netty.handler.codec.socksx.v5.Socks5AddressDecoder
- DEFAULT - Static variable in interface io.netty.handler.codec.socksx.v5.Socks5AddressEncoder
- DEFAULT - Static variable in class io.netty.handler.codec.socksx.v5.Socks5ClientEncoder
- DEFAULT - Static variable in class io.netty.handler.codec.socksx.v5.Socks5ServerEncoder
- DEFAULT - Static variable in class io.netty.handler.codec.string.LineSeparator
-
The default line separator in the current system.
- DEFAULT - Static variable in class io.netty.handler.ssl.ocsp.IoTransport
- DEFAULT - Static variable in interface io.netty.resolver.HostsFileEntriesResolver
-
Default instance: a
DefaultHostsFileEntriesResolver. - DEFAULT_ALLOW_DUPLICATE_CONTENT_LENGTHS - Static variable in class io.netty.handler.codec.http.HttpObjectDecoder
- DEFAULT_ALLOW_PARTIAL_CHUNKS - Static variable in class io.netty.handler.codec.http.HttpObjectDecoder
- DEFAULT_CAPACITY - Static variable in class io.netty.util.collection.ByteObjectHashMap
-
Default initial capacity.
- DEFAULT_CAPACITY - Static variable in class io.netty.util.collection.CharObjectHashMap
-
Default initial capacity.
- DEFAULT_CAPACITY - Static variable in class io.netty.util.collection.IntObjectHashMap
-
Default initial capacity.
- DEFAULT_CAPACITY - Static variable in class io.netty.util.collection.LongObjectHashMap
-
Default initial capacity.
- DEFAULT_CAPACITY - Static variable in class io.netty.util.collection.ShortObjectHashMap
-
Default initial capacity.
- DEFAULT_CHARSET - Static variable in class io.netty.handler.codec.http.HttpConstants
-
Default character set (UTF-8)
- DEFAULT_CHECK_INTERVAL - Static variable in class io.netty.handler.traffic.AbstractTrafficShapingHandler
-
Default delay between two checks: 1s
- DEFAULT_CHUNKED_SUPPORTED - Static variable in class io.netty.handler.codec.http.HttpObjectDecoder
- DEFAULT_COMPRESSION_LEVEL - Static variable in class io.netty.handler.codec.http.websocketx.extensions.compression.DeflateFrameServerExtensionHandshaker
- DEFAULT_COMPRESSION_LEVEL - Static variable in class io.netty.handler.codec.http2.CompressorHttp2ConnectionEncoder
- DEFAULT_EXPLICIT_FLUSH_AFTER_FLUSHES - Static variable in class io.netty.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.netty.handler.codec.http.HttpClientCodec
- DEFAULT_FORCE_CLOSE_TIMEOUT_MILLIS - Static variable in class io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker
- DEFAULT_GRACEFUL_SHUTDOWN_TIMEOUT_MILLIS - Static variable in class io.netty.handler.codec.http2.Http2CodecUtil
- DEFAULT_HEADER_LIST_SIZE - Static variable in class io.netty.handler.codec.http2.Http2CodecUtil
- DEFAULT_HEADER_TABLE_SIZE - Static variable in class io.netty.handler.codec.http2.Http2CodecUtil
- DEFAULT_INITIAL - Static variable in class io.netty.channel.AdaptiveRecvByteBufAllocator
- DEFAULT_INITIAL - Static variable in class io.netty.channel.uring.IoUringAdaptiveBufferRingAllocator
- DEFAULT_INITIAL_BUFFER_SIZE - Static variable in class io.netty.handler.codec.http.HttpObjectDecoder
- DEFAULT_LOAD_FACTOR - Static variable in class io.netty.util.collection.ByteObjectHashMap
-
Default load factor.
- DEFAULT_LOAD_FACTOR - Static variable in class io.netty.util.collection.CharObjectHashMap
-
Default load factor.
- DEFAULT_LOAD_FACTOR - Static variable in class io.netty.util.collection.IntObjectHashMap
-
Default load factor.
- DEFAULT_LOAD_FACTOR - Static variable in class io.netty.util.collection.LongObjectHashMap
-
Default load factor.
- DEFAULT_LOAD_FACTOR - Static variable in class io.netty.util.collection.ShortObjectHashMap
-
Default load factor.
- DEFAULT_MAX_BYTES_IN_MESSAGE - Static variable in class io.netty.handler.codec.mqtt.MqttConstant
-
Default max bytes in message
- DEFAULT_MAX_CHUNK_SIZE - Static variable in class io.netty.handler.codec.http.HttpObjectDecoder
- DEFAULT_MAX_CHUNK_SIZE - Static variable in class io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheDecoder
- DEFAULT_MAX_CLIENT_ID_LENGTH - Static variable in class io.netty.handler.codec.mqtt.MqttConstant
-
Default max client id length,In the mqtt3.1 protocol, the default maximum Client Identifier length is 23
- DEFAULT_MAX_CONTENT_LENGTH - Static variable in class io.netty.handler.codec.rtsp.RtspDecoder
-
Constant for default max content length.
- DEFAULT_MAX_FRAME_SIZE - Static variable in class io.netty.handler.codec.http2.Http2CodecUtil
- DEFAULT_MAX_HEADER_SIZE - Static variable in class io.netty.handler.codec.http.HttpObjectDecoder
- DEFAULT_MAX_INITIAL_LINE_LENGTH - Static variable in class io.netty.handler.codec.http.HttpObjectDecoder
- DEFAULT_MAX_PENDING_TASKS - Static variable in class io.netty.channel.SingleThreadEventLoop
- DEFAULT_MAX_QUEUED_CONTROL_FRAMES - Static variable in class io.netty.handler.codec.http2.Http2CodecUtil
- DEFAULT_MAX_TIME - Static variable in class io.netty.handler.traffic.AbstractTrafficShapingHandler
-
Default max delay in case of traffic shaping (during which no communication will occur).
- DEFAULT_MAXIMUM - Static variable in class io.netty.channel.AdaptiveRecvByteBufAllocator
- DEFAULT_MAXIMUM - Static variable in class io.netty.channel.uring.IoUringAdaptiveBufferRingAllocator
- DEFAULT_MEM_LEVEL - Static variable in class io.netty.handler.codec.http2.CompressorHttp2ConnectionEncoder
- DEFAULT_MINIMUM - Static variable in class io.netty.channel.AdaptiveRecvByteBufAllocator
- DEFAULT_MINIMUM - Static variable in class io.netty.channel.uring.IoUringAdaptiveBufferRingAllocator
- DEFAULT_PARSE_HTTP_AFTER_CONNECT_REQUEST - Static variable in class io.netty.handler.codec.http.HttpClientCodec
- DEFAULT_PRIORITY_WEIGHT - Static variable in class io.netty.handler.codec.http2.Http2CodecUtil
- DEFAULT_STRICT_LINE_PARSING - Static variable in class io.netty.handler.codec.http.HttpObjectDecoder
- DEFAULT_VALIDATE_HEADERS - Static variable in class io.netty.handler.codec.http.HttpObjectDecoder
- DEFAULT_WINDOW_BITS - Static variable in class io.netty.handler.codec.http2.CompressorHttp2ConnectionEncoder
- DEFAULT_WINDOW_SIZE - Static variable in class io.netty.handler.codec.http2.Http2CodecUtil
- DEFAULT_WINDOW_UPDATE_RATIO - Static variable in class io.netty.handler.codec.http2.DefaultHttp2LocalFlowController
-
The default ratio of window size to initial window size below which a
WINDOW_UPDATEis sent to expand the window. - DefaultAddressedEnvelope<M,A extends java.net.SocketAddress> - Class in io.netty.channel
-
The default
AddressedEnvelopeimplementation. - DefaultAddressedEnvelope(M, A) - Constructor for class io.netty.channel.DefaultAddressedEnvelope
-
Creates a new instance with the specified
messageandrecipientaddress. - DefaultAddressedEnvelope(M, A, A) - Constructor for class io.netty.channel.DefaultAddressedEnvelope
-
Creates a new instance with the specified
message,recipientaddress, andsenderaddress. - defaultAddresses() - Static method in class io.netty.resolver.dns.DefaultDnsServerAddressStreamProvider
-
Returns the
DnsServerAddressesthat yields the system DNS server addresses sequentially. - defaultAddresses() - Static method in class io.netty.resolver.dns.DnsServerAddresses
-
Deprecated.Use
DefaultDnsServerAddressStreamProvider.defaultAddresses().Returns the
DnsServerAddressesthat 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.netty.resolver.dns.DefaultDnsServerAddressStreamProvider
-
Returns the list of the system DNS server addresses.
- defaultAddressList() - Static method in class io.netty.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.netty.resolver
- DefaultAttributeMap - Class in io.netty.util
-
Default
AttributeMapimplementation 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.netty.util.DefaultAttributeMap
- DefaultAuthoritativeDnsServerCache - Class in io.netty.resolver.dns
-
Default implementation of
AuthoritativeDnsServerCache, backed by aConcurrentMap. - DefaultAuthoritativeDnsServerCache() - Constructor for class io.netty.resolver.dns.DefaultAuthoritativeDnsServerCache
-
Create a cache that respects the TTL returned by the DNS server.
- DefaultAuthoritativeDnsServerCache(int, int, Comparator<InetSocketAddress>) - Constructor for class io.netty.resolver.dns.DefaultAuthoritativeDnsServerCache
-
Create a cache.
- DefaultBinaryMemcacheRequest - Class in io.netty.handler.codec.memcache.binary
-
The default implementation of the
BinaryMemcacheRequest. - DefaultBinaryMemcacheRequest() - Constructor for class io.netty.handler.codec.memcache.binary.DefaultBinaryMemcacheRequest
-
Create a new
DefaultBinaryMemcacheRequestwith the header only. - DefaultBinaryMemcacheRequest(ByteBuf) - Constructor for class io.netty.handler.codec.memcache.binary.DefaultBinaryMemcacheRequest
-
Create a new
DefaultBinaryMemcacheRequestwith the header and key. - DefaultBinaryMemcacheRequest(ByteBuf, ByteBuf) - Constructor for class io.netty.handler.codec.memcache.binary.DefaultBinaryMemcacheRequest
-
Create a new
DefaultBinaryMemcacheRequestwith the header only. - DefaultBinaryMemcacheResponse - Class in io.netty.handler.codec.memcache.binary
-
The default implementation of the
BinaryMemcacheResponse. - DefaultBinaryMemcacheResponse() - Constructor for class io.netty.handler.codec.memcache.binary.DefaultBinaryMemcacheResponse
-
Create a new
DefaultBinaryMemcacheResponsewith the header only. - DefaultBinaryMemcacheResponse(ByteBuf) - Constructor for class io.netty.handler.codec.memcache.binary.DefaultBinaryMemcacheResponse
-
Create a new
DefaultBinaryMemcacheResponsewith the header and key. - DefaultBinaryMemcacheResponse(ByteBuf, ByteBuf) - Constructor for class io.netty.handler.codec.memcache.binary.DefaultBinaryMemcacheResponse
-
Create a new
DefaultBinaryMemcacheResponsewith the header, key and extras. - DefaultBulkStringRedisContent - Class in io.netty.handler.codec.redis
-
A default implementation of
BulkStringRedisContent. - DefaultBulkStringRedisContent(ByteBuf) - Constructor for class io.netty.handler.codec.redis.DefaultBulkStringRedisContent
-
Creates a
DefaultBulkStringRedisContentfor the givencontent. - DefaultByteBufHolder - Class in io.netty.buffer
-
Default implementation of a
ByteBufHolderthat holds it's data in aByteBuf. - DefaultByteBufHolder(ByteBuf) - Constructor for class io.netty.buffer.DefaultByteBufHolder
- DefaultChannelConfig - Class in io.netty.channel
-
The default
ChannelConfigimplementation. - DefaultChannelConfig(Channel) - Constructor for class io.netty.channel.DefaultChannelConfig
- DefaultChannelConfig(Channel, RecvByteBufAllocator) - Constructor for class io.netty.channel.DefaultChannelConfig
- DefaultChannelGroup - Class in io.netty.channel.group
-
The default
ChannelGroupimplementation. - DefaultChannelGroup(EventExecutor) - Constructor for class io.netty.channel.group.DefaultChannelGroup
-
Creates a new group with a generated name and the provided
EventExecutorto notify theChannelGroupFutures. - DefaultChannelGroup(EventExecutor, boolean) - Constructor for class io.netty.channel.group.DefaultChannelGroup
-
Creates a new group with a generated name and the provided
EventExecutorto notify theChannelGroupFutures. - DefaultChannelGroup(String, EventExecutor) - Constructor for class io.netty.channel.group.DefaultChannelGroup
- DefaultChannelGroup(String, EventExecutor, boolean) - Constructor for class io.netty.channel.group.DefaultChannelGroup
- DefaultChannelId - Class in io.netty.channel
-
The default
ChannelIdimplementation. - DefaultChannelPipeline - Class in io.netty.channel
-
The default
ChannelPipelineimplementation. - DefaultChannelPipeline(Channel) - Constructor for class io.netty.channel.DefaultChannelPipeline
- DefaultChannelProgressivePromise - Class in io.netty.channel
-
The default
ChannelProgressivePromiseimplementation. - DefaultChannelProgressivePromise(Channel) - Constructor for class io.netty.channel.DefaultChannelProgressivePromise
-
Creates a new instance.
- DefaultChannelProgressivePromise(Channel, EventExecutor) - Constructor for class io.netty.channel.DefaultChannelProgressivePromise
-
Creates a new instance.
- DefaultChannelPromise - Class in io.netty.channel
-
The default
ChannelPromiseimplementation. - DefaultChannelPromise(Channel) - Constructor for class io.netty.channel.DefaultChannelPromise
-
Creates a new instance.
- DefaultChannelPromise(Channel, EventExecutor) - Constructor for class io.netty.channel.DefaultChannelPromise
-
Creates a new instance.
- defaultClientProvider() - Static method in class io.netty.handler.ssl.SslContext
-
Returns the default client-side implementation provider currently in use.
- DefaultCookie - Class in io.netty.handler.codec.http.cookie
-
The default
Cookieimplementation. - DefaultCookie - Class in io.netty.handler.codec.http
-
Deprecated.Use
DefaultCookieinstead. - DefaultCookie(String, String) - Constructor for class io.netty.handler.codec.http.cookie.DefaultCookie
-
Creates a new cookie with the specified name and value.
- DefaultCookie(String, String) - Constructor for class io.netty.handler.codec.http.DefaultCookie
-
Deprecated.Creates a new cookie with the specified name and value.
- DefaultDatagramChannelConfig - Class in io.netty.channel.socket
-
The default
DatagramChannelConfigimplementation. - DefaultDatagramChannelConfig(DatagramChannel, DatagramSocket) - Constructor for class io.netty.channel.socket.DefaultDatagramChannelConfig
-
Creates a new instance.
- defaultDisableCacheFinalizersForFastThreadLocalThreads() - Static method in class io.netty.buffer.PooledByteBufAllocator
-
Default control creation of PoolThreadCache finalizers for FastThreadLocalThreads - System Property: io.netty.allocator.disableCacheFinalizersForFastThreadLocalThreads - default false
- DefaultDnsCache - Class in io.netty.resolver.dns
-
Default implementation of
DnsCache, backed by aConcurrentMap. - DefaultDnsCache() - Constructor for class io.netty.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.netty.resolver.dns.DefaultDnsCache
-
Create a cache.
- DefaultDnsCnameCache - Class in io.netty.resolver.dns
-
Default implementation of a
DnsCnameCache. - DefaultDnsCnameCache() - Constructor for class io.netty.resolver.dns.DefaultDnsCnameCache
-
Create a cache that respects the TTL returned by the DNS server.
- DefaultDnsCnameCache(int, int) - Constructor for class io.netty.resolver.dns.DefaultDnsCnameCache
-
Create a cache.
- DefaultDnsOptEcsRecord - Class in io.netty.handler.codec.dns
-
Default
DnsOptEcsRecordimplementation. - DefaultDnsOptEcsRecord(int, int, byte[]) - Constructor for class io.netty.handler.codec.dns.DefaultDnsOptEcsRecord
-
Creates a new instance.
- DefaultDnsOptEcsRecord(int, int, int, int, byte[]) - Constructor for class io.netty.handler.codec.dns.DefaultDnsOptEcsRecord
-
Creates a new instance.
- DefaultDnsOptEcsRecord(int, InternetProtocolFamily) - Constructor for class io.netty.handler.codec.dns.DefaultDnsOptEcsRecord
-
Deprecated.
- DefaultDnsOptEcsRecord(int, SocketProtocolFamily) - Constructor for class io.netty.handler.codec.dns.DefaultDnsOptEcsRecord
-
Creates a new instance.
- DefaultDnsPtrRecord - Class in io.netty.handler.codec.dns
- DefaultDnsPtrRecord(String, int, long, String) - Constructor for class io.netty.handler.codec.dns.DefaultDnsPtrRecord
-
Creates a new PTR record.
- DefaultDnsQuery - Class in io.netty.handler.codec.dns
-
The default
DnsQueryimplementation. - DefaultDnsQuery(int) - Constructor for class io.netty.handler.codec.dns.DefaultDnsQuery
-
Creates a new instance with the
DnsOpCode.QUERYopCode. - DefaultDnsQuery(int, DnsOpCode) - Constructor for class io.netty.handler.codec.dns.DefaultDnsQuery
-
Creates a new instance.
- DefaultDnsQuestion - Class in io.netty.handler.codec.dns
-
The default
DnsQuestionimplementation. - DefaultDnsQuestion(String, DnsRecordType) - Constructor for class io.netty.handler.codec.dns.DefaultDnsQuestion
-
Creates a new
IN-classquestion. - DefaultDnsQuestion(String, DnsRecordType, int) - Constructor for class io.netty.handler.codec.dns.DefaultDnsQuestion
-
Creates a new question.
- DefaultDnsRawRecord - Class in io.netty.handler.codec.dns
-
The default
DnsRawRecordimplementation. - DefaultDnsRawRecord(String, DnsRecordType, int, long, ByteBuf) - Constructor for class io.netty.handler.codec.dns.DefaultDnsRawRecord
-
Creates a new record.
- DefaultDnsRawRecord(String, DnsRecordType, long, ByteBuf) - Constructor for class io.netty.handler.codec.dns.DefaultDnsRawRecord
-
Creates a new
IN-classrecord. - DefaultDnsRecordDecoder - Class in io.netty.handler.codec.dns
-
The default
DnsRecordDecoderimplementation. - DefaultDnsRecordDecoder() - Constructor for class io.netty.handler.codec.dns.DefaultDnsRecordDecoder
-
Creates a new instance.
- DefaultDnsRecordEncoder - Class in io.netty.handler.codec.dns
-
The default
DnsRecordEncoderimplementation. - DefaultDnsRecordEncoder() - Constructor for class io.netty.handler.codec.dns.DefaultDnsRecordEncoder
-
Creates a new instance.
- DefaultDnsResponse - Class in io.netty.handler.codec.dns
-
The default
DnsResponseimplementation. - DefaultDnsResponse(int) - Constructor for class io.netty.handler.codec.dns.DefaultDnsResponse
- DefaultDnsResponse(int, DnsOpCode) - Constructor for class io.netty.handler.codec.dns.DefaultDnsResponse
-
Creates a new instance with the
DnsResponseCode.NOERRORRCODE. - DefaultDnsResponse(int, DnsOpCode, DnsResponseCode) - Constructor for class io.netty.handler.codec.dns.DefaultDnsResponse
-
Creates a new instance.
- DefaultDnsServerAddressStreamProvider - Class in io.netty.resolver.dns
-
A
DnsServerAddressStreamProviderwhich will use predefined default DNS servers to use for DNS resolution. - DefaultEventExecutor - Class in io.netty.util.concurrent
-
Default
SingleThreadEventExecutorimplementation which just execute all submitted task in a serial fashion. - DefaultEventExecutor() - Constructor for class io.netty.util.concurrent.DefaultEventExecutor
- DefaultEventExecutor(EventExecutorGroup) - Constructor for class io.netty.util.concurrent.DefaultEventExecutor
- DefaultEventExecutor(EventExecutorGroup, Executor) - Constructor for class io.netty.util.concurrent.DefaultEventExecutor
- DefaultEventExecutor(EventExecutorGroup, Executor, int, RejectedExecutionHandler) - Constructor for class io.netty.util.concurrent.DefaultEventExecutor
- DefaultEventExecutor(EventExecutorGroup, ThreadFactory) - Constructor for class io.netty.util.concurrent.DefaultEventExecutor
- DefaultEventExecutor(EventExecutorGroup, ThreadFactory, int, RejectedExecutionHandler) - Constructor for class io.netty.util.concurrent.DefaultEventExecutor
- DefaultEventExecutor(Executor) - Constructor for class io.netty.util.concurrent.DefaultEventExecutor
- DefaultEventExecutor(ThreadFactory) - Constructor for class io.netty.util.concurrent.DefaultEventExecutor
- DefaultEventExecutorChooserFactory - Class in io.netty.util.concurrent
-
Default implementation which uses simple round-robin to choose next
EventExecutor. - DefaultEventExecutorGroup - Class in io.netty.util.concurrent
-
Default implementation of
MultithreadEventExecutorGroupwhich will useDefaultEventExecutorinstances to handle the tasks. - DefaultEventExecutorGroup(int) - Constructor for class io.netty.util.concurrent.DefaultEventExecutorGroup
- DefaultEventExecutorGroup(int, ThreadFactory) - Constructor for class io.netty.util.concurrent.DefaultEventExecutorGroup
-
Create a new instance.
- DefaultEventExecutorGroup(int, ThreadFactory, int, RejectedExecutionHandler) - Constructor for class io.netty.util.concurrent.DefaultEventExecutorGroup
-
Create a new instance.
- DefaultEventLoop - Class in io.netty.channel
- DefaultEventLoop() - Constructor for class io.netty.channel.DefaultEventLoop
- DefaultEventLoop(EventLoopGroup) - Constructor for class io.netty.channel.DefaultEventLoop
- DefaultEventLoop(EventLoopGroup, Executor) - Constructor for class io.netty.channel.DefaultEventLoop
- DefaultEventLoop(EventLoopGroup, ThreadFactory) - Constructor for class io.netty.channel.DefaultEventLoop
- DefaultEventLoop(Executor) - Constructor for class io.netty.channel.DefaultEventLoop
- DefaultEventLoop(ThreadFactory) - Constructor for class io.netty.channel.DefaultEventLoop
- DefaultEventLoopGroup - Class in io.netty.channel
-
Deprecated.
- DefaultEventLoopGroup() - Constructor for class io.netty.channel.DefaultEventLoopGroup
-
Deprecated.Create a new instance with the default number of threads.
- DefaultEventLoopGroup(int) - Constructor for class io.netty.channel.DefaultEventLoopGroup
-
Deprecated.Create a new instance
- DefaultEventLoopGroup(int, Executor) - Constructor for class io.netty.channel.DefaultEventLoopGroup
-
Deprecated.Create a new instance
- DefaultEventLoopGroup(int, ThreadFactory) - Constructor for class io.netty.channel.DefaultEventLoopGroup
-
Deprecated.Create a new instance
- DefaultEventLoopGroup(ThreadFactory) - Constructor for class io.netty.channel.DefaultEventLoopGroup
-
Deprecated.Create a new instance with the default number of threads and the given
ThreadFactory. - DefaultFileRegion - Class in io.netty.channel
- DefaultFileRegion(File, long, long) - Constructor for class io.netty.channel.DefaultFileRegion
-
Create a new instance using the given
File. - DefaultFileRegion(FileChannel, long, long) - Constructor for class io.netty.channel.DefaultFileRegion
-
Create a new instance
- DefaultFullBinaryMemcacheRequest - Class in io.netty.handler.codec.memcache.binary
-
The default implementation of a
FullBinaryMemcacheRequest. - DefaultFullBinaryMemcacheRequest(ByteBuf, ByteBuf) - Constructor for class io.netty.handler.codec.memcache.binary.DefaultFullBinaryMemcacheRequest
-
Create a new
DefaultBinaryMemcacheRequestwith the header, key and extras. - DefaultFullBinaryMemcacheRequest(ByteBuf, ByteBuf, ByteBuf) - Constructor for class io.netty.handler.codec.memcache.binary.DefaultFullBinaryMemcacheRequest
-
Create a new
DefaultBinaryMemcacheRequestwith the header, key, extras and content. - DefaultFullBinaryMemcacheResponse - Class in io.netty.handler.codec.memcache.binary
-
The default implementation of a
FullBinaryMemcacheResponse. - DefaultFullBinaryMemcacheResponse(ByteBuf, ByteBuf) - Constructor for class io.netty.handler.codec.memcache.binary.DefaultFullBinaryMemcacheResponse
-
Create a new
DefaultFullBinaryMemcacheResponsewith the header, key and extras. - DefaultFullBinaryMemcacheResponse(ByteBuf, ByteBuf, ByteBuf) - Constructor for class io.netty.handler.codec.memcache.binary.DefaultFullBinaryMemcacheResponse
-
Create a new
DefaultFullBinaryMemcacheResponsewith the header, key, extras and content. - DefaultFullHttpRequest - Class in io.netty.handler.codec.http
-
Default implementation of
FullHttpRequest. - DefaultFullHttpRequest(HttpVersion, HttpMethod, String) - Constructor for class io.netty.handler.codec.http.DefaultFullHttpRequest
-
Create a full HTTP response with the given HTTP version, method, and URI.
- DefaultFullHttpRequest(HttpVersion, HttpMethod, String, boolean) - Constructor for class io.netty.handler.codec.http.DefaultFullHttpRequest
-
Deprecated.Use the
DefaultFullHttpRequest(HttpVersion, HttpMethod, String, ByteBuf, HttpHeadersFactory, HttpHeadersFactory)constructor instead. - DefaultFullHttpRequest(HttpVersion, HttpMethod, String, ByteBuf) - Constructor for class io.netty.handler.codec.http.DefaultFullHttpRequest
-
Create a full HTTP response with the given HTTP version, method, URI, and contents.
- DefaultFullHttpRequest(HttpVersion, HttpMethod, String, ByteBuf, boolean) - Constructor for class io.netty.handler.codec.http.DefaultFullHttpRequest
-
Deprecated.Use the
DefaultFullHttpRequest(HttpVersion, HttpMethod, String, ByteBuf, HttpHeadersFactory, HttpHeadersFactory)constructor instead. - DefaultFullHttpRequest(HttpVersion, HttpMethod, String, ByteBuf, HttpHeadersFactory, HttpHeadersFactory) - Constructor for class io.netty.handler.codec.http.DefaultFullHttpRequest
-
Create a full HTTP response with the given HTTP version, method, URI, contents, and factories for creating headers and trailers.
- DefaultFullHttpRequest(HttpVersion, HttpMethod, String, ByteBuf, HttpHeaders, HttpHeaders) - Constructor for class io.netty.handler.codec.http.DefaultFullHttpRequest
-
Create a full HTTP response with the given HTTP version, method, URI, contents, and header and trailer objects.
- DefaultFullHttpResponse - Class in io.netty.handler.codec.http
-
Default implementation of a
FullHttpResponse. - DefaultFullHttpResponse(HttpVersion, HttpResponseStatus) - Constructor for class io.netty.handler.codec.http.DefaultFullHttpResponse
-
Create an empty HTTP response with the given HTTP version and status.
- DefaultFullHttpResponse(HttpVersion, HttpResponseStatus, boolean) - Constructor for class io.netty.handler.codec.http.DefaultFullHttpResponse
-
Deprecated.Prefer the
DefaultFullHttpResponse(HttpVersion, HttpResponseStatus, ByteBuf, HttpHeadersFactory, HttpHeadersFactory)constructor instead. - DefaultFullHttpResponse(HttpVersion, HttpResponseStatus, boolean, boolean) - Constructor for class io.netty.handler.codec.http.DefaultFullHttpResponse
-
Deprecated.Prefer the
DefaultFullHttpResponse(HttpVersion, HttpResponseStatus, ByteBuf, HttpHeadersFactory, HttpHeadersFactory)constructor instead. - DefaultFullHttpResponse(HttpVersion, HttpResponseStatus, ByteBuf) - Constructor for class io.netty.handler.codec.http.DefaultFullHttpResponse
-
Create an HTTP response with the given HTTP version, status, and contents.
- DefaultFullHttpResponse(HttpVersion, HttpResponseStatus, ByteBuf, boolean) - Constructor for class io.netty.handler.codec.http.DefaultFullHttpResponse
-
Deprecated.Prefer the
DefaultFullHttpResponse(HttpVersion, HttpResponseStatus, ByteBuf, HttpHeadersFactory, HttpHeadersFactory)constructor instead. - DefaultFullHttpResponse(HttpVersion, HttpResponseStatus, ByteBuf, boolean, boolean) - Constructor for class io.netty.handler.codec.http.DefaultFullHttpResponse
-
Deprecated.Prefer the
DefaultFullHttpResponse(HttpVersion, HttpResponseStatus, ByteBuf, HttpHeadersFactory, HttpHeadersFactory)constructor instead. - DefaultFullHttpResponse(HttpVersion, HttpResponseStatus, ByteBuf, HttpHeadersFactory, HttpHeadersFactory) - Constructor for class io.netty.handler.codec.http.DefaultFullHttpResponse
-
Create an HTTP response with the given HTTP version, status, contents, and with headers and trailers created by the given header factories.
- DefaultFullHttpResponse(HttpVersion, HttpResponseStatus, ByteBuf, HttpHeaders, HttpHeaders) - Constructor for class io.netty.handler.codec.http.DefaultFullHttpResponse
-
Create an HTTP response with the given HTTP version, status, contents, headers and trailers.
- DefaultHeaders<K,V,T extends Headers<K,V,T>> - Class in io.netty.handler.codec
-
Default implementation of
Headers; - DefaultHeaders(ValueConverter<V>) - Constructor for class io.netty.handler.codec.DefaultHeaders
- DefaultHeaders(ValueConverter<V>, DefaultHeaders.NameValidator<K>) - Constructor for class io.netty.handler.codec.DefaultHeaders
- DefaultHeaders(HashingStrategy<K>, ValueConverter<V>) - Constructor for class io.netty.handler.codec.DefaultHeaders
- DefaultHeaders(HashingStrategy<K>, ValueConverter<V>, DefaultHeaders.NameValidator<K>) - Constructor for class io.netty.handler.codec.DefaultHeaders
- DefaultHeaders(HashingStrategy<K>, ValueConverter<V>, DefaultHeaders.NameValidator<K>, int) - Constructor for class io.netty.handler.codec.DefaultHeaders
-
Create a new instance.
- DefaultHeaders(HashingStrategy<K>, ValueConverter<V>, DefaultHeaders.NameValidator<K>, int, DefaultHeaders.ValueValidator<V>) - Constructor for class io.netty.handler.codec.DefaultHeaders
-
Create a new instance.
- DefaultHeaders.HeaderEntry<K,V> - Class in io.netty.handler.codec
- DefaultHeaders.NameValidator<K> - Interface in io.netty.handler.codec
- DefaultHeaders.ValueValidator<V> - Interface in io.netty.handler.codec
- DefaultHeadersImpl<K,V> - Class in io.netty.handler.codec
-
A concrete implementation of
DefaultHeadersthat allows for direct instantiation. - DefaultHeadersImpl(HashingStrategy<K>, ValueConverter<V>, DefaultHeaders.NameValidator<K>) - Constructor for class io.netty.handler.codec.DefaultHeadersImpl
- DefaultHeadersImpl(HashingStrategy<K>, ValueConverter<V>, DefaultHeaders.NameValidator<K>, int, DefaultHeaders.ValueValidator<V>) - Constructor for class io.netty.handler.codec.DefaultHeadersImpl
- DefaultHostsFileEntriesResolver - Class in io.netty.resolver
-
Default
HostsFileEntriesResolverthat resolves hosts file entries only once. - DefaultHostsFileEntriesResolver() - Constructor for class io.netty.resolver.DefaultHostsFileEntriesResolver
- DefaultHttp2Connection - Class in io.netty.handler.codec.http2
-
Simple implementation of
Http2Connection. - DefaultHttp2Connection(boolean) - Constructor for class io.netty.handler.codec.http2.DefaultHttp2Connection
-
Creates a new connection with the given settings.
- DefaultHttp2Connection(boolean, int) - Constructor for class io.netty.handler.codec.http2.DefaultHttp2Connection
-
Creates a new connection with the given settings.
- DefaultHttp2ConnectionDecoder - Class in io.netty.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.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder
- DefaultHttp2ConnectionDecoder(Http2Connection, Http2ConnectionEncoder, Http2FrameReader, Http2PromisedRequestVerifier) - Constructor for class io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder
- DefaultHttp2ConnectionDecoder(Http2Connection, Http2ConnectionEncoder, Http2FrameReader, Http2PromisedRequestVerifier, boolean) - Constructor for class io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder
-
Create a new instance.
- DefaultHttp2ConnectionDecoder(Http2Connection, Http2ConnectionEncoder, Http2FrameReader, Http2PromisedRequestVerifier, boolean, boolean) - Constructor for class io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder
-
Deprecated.
- DefaultHttp2ConnectionDecoder(Http2Connection, Http2ConnectionEncoder, Http2FrameReader, Http2PromisedRequestVerifier, boolean, boolean, boolean) - Constructor for class io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder
-
Create a new instance.
- DefaultHttp2ConnectionEncoder - Class in io.netty.handler.codec.http2
-
Default implementation of
Http2ConnectionEncoder. - DefaultHttp2ConnectionEncoder(Http2Connection, Http2FrameWriter) - Constructor for class io.netty.handler.codec.http2.DefaultHttp2ConnectionEncoder
- DefaultHttp2ConnectionEncoder.FlowControlledBase - Class in io.netty.handler.codec.http2
-
Common base type for payloads to deliver via flow-control.
- DefaultHttp2DataFrame - Class in io.netty.handler.codec.http2
-
The default
Http2DataFrameimplementation. - DefaultHttp2DataFrame(boolean) - Constructor for class io.netty.handler.codec.http2.DefaultHttp2DataFrame
-
Equivalent to
new DefaultHttp2DataFrame(Unpooled.EMPTY_BUFFER, endStream). - DefaultHttp2DataFrame(ByteBuf) - Constructor for class io.netty.handler.codec.http2.DefaultHttp2DataFrame
-
Equivalent to
new DefaultHttp2DataFrame(content, false). - DefaultHttp2DataFrame(ByteBuf, boolean) - Constructor for class io.netty.handler.codec.http2.DefaultHttp2DataFrame
-
Equivalent to
new DefaultHttp2DataFrame(content, endStream, 0). - DefaultHttp2DataFrame(ByteBuf, boolean, int) - Constructor for class io.netty.handler.codec.http2.DefaultHttp2DataFrame
-
Construct a new data message.
- DefaultHttp2FrameReader - Class in io.netty.handler.codec.http2
-
A
Http2FrameReaderthat supports all frame types defined by the HTTP/2 specification. - DefaultHttp2FrameReader() - Constructor for class io.netty.handler.codec.http2.DefaultHttp2FrameReader
-
Create a new instance.
- DefaultHttp2FrameReader(boolean) - Constructor for class io.netty.handler.codec.http2.DefaultHttp2FrameReader
-
Create a new instance.
- DefaultHttp2FrameReader(Http2HeadersDecoder) - Constructor for class io.netty.handler.codec.http2.DefaultHttp2FrameReader
- DefaultHttp2FrameReader.HeadersBlockBuilder - Class in io.netty.handler.codec.http2
-
Utility class to help with construction of the headers block that may potentially span multiple frames.
- DefaultHttp2FrameWriter - Class in io.netty.handler.codec.http2
-
A
Http2FrameWriterthat supports all frame types defined by the HTTP/2 specification. - DefaultHttp2FrameWriter() - Constructor for class io.netty.handler.codec.http2.DefaultHttp2FrameWriter
- DefaultHttp2FrameWriter(Http2HeadersEncoder) - Constructor for class io.netty.handler.codec.http2.DefaultHttp2FrameWriter
- DefaultHttp2FrameWriter(Http2HeadersEncoder.SensitivityDetector) - Constructor for class io.netty.handler.codec.http2.DefaultHttp2FrameWriter
- DefaultHttp2FrameWriter(Http2HeadersEncoder.SensitivityDetector, boolean) - Constructor for class io.netty.handler.codec.http2.DefaultHttp2FrameWriter
- DefaultHttp2GoAwayFrame - Class in io.netty.handler.codec.http2
-
The default
Http2GoAwayFrameimplementation. - DefaultHttp2GoAwayFrame(long) - Constructor for class io.netty.handler.codec.http2.DefaultHttp2GoAwayFrame
-
Equivalent to
new DefaultHttp2GoAwayFrame(content, Unpooled.EMPTY_BUFFER). - DefaultHttp2GoAwayFrame(long, ByteBuf) - Constructor for class io.netty.handler.codec.http2.DefaultHttp2GoAwayFrame
-
Construct a new GOAWAY message.
- DefaultHttp2GoAwayFrame(Http2Error) - Constructor for class io.netty.handler.codec.http2.DefaultHttp2GoAwayFrame
-
Equivalent to
new DefaultHttp2GoAwayFrame(error.code()). - DefaultHttp2GoAwayFrame(Http2Error, ByteBuf) - Constructor for class io.netty.handler.codec.http2.DefaultHttp2GoAwayFrame
- DefaultHttp2Headers - Class in io.netty.handler.codec.http2
- DefaultHttp2Headers() - Constructor for class io.netty.handler.codec.http2.DefaultHttp2Headers
-
Create a new instance.
- DefaultHttp2Headers(boolean) - Constructor for class io.netty.handler.codec.http2.DefaultHttp2Headers
-
Create a new instance.
- DefaultHttp2Headers(boolean, boolean, int) - Constructor for class io.netty.handler.codec.http2.DefaultHttp2Headers
-
Create a new instance.
- DefaultHttp2Headers(boolean, int) - Constructor for class io.netty.handler.codec.http2.DefaultHttp2Headers
-
Create a new instance.
- DefaultHttp2HeadersDecoder - Class in io.netty.handler.codec.http2
- DefaultHttp2HeadersDecoder() - Constructor for class io.netty.handler.codec.http2.DefaultHttp2HeadersDecoder
- DefaultHttp2HeadersDecoder(boolean) - Constructor for class io.netty.handler.codec.http2.DefaultHttp2HeadersDecoder
-
Create a new instance.
- DefaultHttp2HeadersDecoder(boolean, boolean) - Constructor for class io.netty.handler.codec.http2.DefaultHttp2HeadersDecoder
-
Create a new instance.
- DefaultHttp2HeadersDecoder(boolean, boolean, long) - Constructor for class io.netty.handler.codec.http2.DefaultHttp2HeadersDecoder
-
Create a new instance.
- DefaultHttp2HeadersDecoder(boolean, long) - Constructor for class io.netty.handler.codec.http2.DefaultHttp2HeadersDecoder
-
Create a new instance.
- DefaultHttp2HeadersDecoder(boolean, long, int) - Constructor for class io.netty.handler.codec.http2.DefaultHttp2HeadersDecoder
-
Create a new instance.
- DefaultHttp2HeadersEncoder - Class in io.netty.handler.codec.http2
- DefaultHttp2HeadersEncoder() - Constructor for class io.netty.handler.codec.http2.DefaultHttp2HeadersEncoder
- DefaultHttp2HeadersEncoder(Http2HeadersEncoder.SensitivityDetector) - Constructor for class io.netty.handler.codec.http2.DefaultHttp2HeadersEncoder
- DefaultHttp2HeadersEncoder(Http2HeadersEncoder.SensitivityDetector, boolean) - Constructor for class io.netty.handler.codec.http2.DefaultHttp2HeadersEncoder
- DefaultHttp2HeadersEncoder(Http2HeadersEncoder.SensitivityDetector, boolean, int) - Constructor for class io.netty.handler.codec.http2.DefaultHttp2HeadersEncoder
- DefaultHttp2HeadersEncoder(Http2HeadersEncoder.SensitivityDetector, boolean, int, int) - Constructor for class io.netty.handler.codec.http2.DefaultHttp2HeadersEncoder
- DefaultHttp2HeadersFrame - Class in io.netty.handler.codec.http2
-
The default
Http2HeadersFrameimplementation. - DefaultHttp2HeadersFrame(Http2Headers) - Constructor for class io.netty.handler.codec.http2.DefaultHttp2HeadersFrame
-
Equivalent to
new DefaultHttp2HeadersFrame(headers, false). - DefaultHttp2HeadersFrame(Http2Headers, boolean) - Constructor for class io.netty.handler.codec.http2.DefaultHttp2HeadersFrame
-
Equivalent to
new DefaultHttp2HeadersFrame(headers, endStream, 0). - DefaultHttp2HeadersFrame(Http2Headers, boolean, int) - Constructor for class io.netty.handler.codec.http2.DefaultHttp2HeadersFrame
-
Construct a new headers message.
- DefaultHttp2LocalFlowController - Class in io.netty.handler.codec.http2
-
Basic implementation of
Http2LocalFlowController. - DefaultHttp2LocalFlowController(Http2Connection) - Constructor for class io.netty.handler.codec.http2.DefaultHttp2LocalFlowController
- DefaultHttp2LocalFlowController(Http2Connection, float, boolean) - Constructor for class io.netty.handler.codec.http2.DefaultHttp2LocalFlowController
-
Constructs a controller with the given settings.
- DefaultHttp2PingFrame - Class in io.netty.handler.codec.http2
-
The default
Http2PingFrameimplementation. - DefaultHttp2PingFrame(long) - Constructor for class io.netty.handler.codec.http2.DefaultHttp2PingFrame
- DefaultHttp2PingFrame(long, boolean) - Constructor for class io.netty.handler.codec.http2.DefaultHttp2PingFrame
- DefaultHttp2PriorityFrame - Class in io.netty.handler.codec.http2
-
Default implementation of Http2PriorityFrame
- DefaultHttp2PriorityFrame(int, short, boolean) - Constructor for class io.netty.handler.codec.http2.DefaultHttp2PriorityFrame
- DefaultHttp2PushPromiseFrame - Class in io.netty.handler.codec.http2
-
Default implementation of
Http2PushPromiseFrame - DefaultHttp2PushPromiseFrame(Http2Headers) - Constructor for class io.netty.handler.codec.http2.DefaultHttp2PushPromiseFrame
- DefaultHttp2PushPromiseFrame(Http2Headers, int) - Constructor for class io.netty.handler.codec.http2.DefaultHttp2PushPromiseFrame
- DefaultHttp2RemoteFlowController - Class in io.netty.handler.codec.http2
-
Basic implementation of
Http2RemoteFlowController. - DefaultHttp2RemoteFlowController(Http2Connection) - Constructor for class io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController
- DefaultHttp2RemoteFlowController(Http2Connection, Http2RemoteFlowController.Listener) - Constructor for class io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController
- DefaultHttp2RemoteFlowController(Http2Connection, StreamByteDistributor) - Constructor for class io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController
- DefaultHttp2RemoteFlowController(Http2Connection, StreamByteDistributor, Http2RemoteFlowController.Listener) - Constructor for class io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController
- DefaultHttp2ResetFrame - Class in io.netty.handler.codec.http2
-
The default
Http2ResetFrameimplementation. - DefaultHttp2ResetFrame(long) - Constructor for class io.netty.handler.codec.http2.DefaultHttp2ResetFrame
-
Construct a reset message.
- DefaultHttp2ResetFrame(Http2Error) - Constructor for class io.netty.handler.codec.http2.DefaultHttp2ResetFrame
-
Construct a reset message.
- DefaultHttp2SettingsFrame - Class in io.netty.handler.codec.http2
-
The default
Http2SettingsFrameimplementation. - DefaultHttp2SettingsFrame(Http2Settings) - Constructor for class io.netty.handler.codec.http2.DefaultHttp2SettingsFrame
- DefaultHttp2UnknownFrame - Class in io.netty.handler.codec.http2
- DefaultHttp2UnknownFrame(byte, Http2Flags) - Constructor for class io.netty.handler.codec.http2.DefaultHttp2UnknownFrame
- DefaultHttp2UnknownFrame(byte, Http2Flags, ByteBuf) - Constructor for class io.netty.handler.codec.http2.DefaultHttp2UnknownFrame
- DefaultHttp2WindowUpdateFrame - Class in io.netty.handler.codec.http2
-
The default
Http2WindowUpdateFrameimplementation. - DefaultHttp2WindowUpdateFrame(int) - Constructor for class io.netty.handler.codec.http2.DefaultHttp2WindowUpdateFrame
- DefaultHttp3CancelPushFrame - Class in io.netty.handler.codec.http3
- DefaultHttp3CancelPushFrame(long) - Constructor for class io.netty.handler.codec.http3.DefaultHttp3CancelPushFrame
- DefaultHttp3DataFrame - Class in io.netty.handler.codec.http3
- DefaultHttp3DataFrame(ByteBuf) - Constructor for class io.netty.handler.codec.http3.DefaultHttp3DataFrame
- DefaultHttp3GoAwayFrame - Class in io.netty.handler.codec.http3
- DefaultHttp3GoAwayFrame(long) - Constructor for class io.netty.handler.codec.http3.DefaultHttp3GoAwayFrame
- DefaultHttp3Headers - Class in io.netty.handler.codec.http3
- DefaultHttp3Headers() - Constructor for class io.netty.handler.codec.http3.DefaultHttp3Headers
-
Create a new instance.
- DefaultHttp3Headers(boolean) - Constructor for class io.netty.handler.codec.http3.DefaultHttp3Headers
-
Create a new instance.
- DefaultHttp3Headers(boolean, int) - Constructor for class io.netty.handler.codec.http3.DefaultHttp3Headers
-
Create a new instance.
- DefaultHttp3HeadersFrame - Class in io.netty.handler.codec.http3
- DefaultHttp3HeadersFrame() - Constructor for class io.netty.handler.codec.http3.DefaultHttp3HeadersFrame
- DefaultHttp3HeadersFrame(Http3Headers) - Constructor for class io.netty.handler.codec.http3.DefaultHttp3HeadersFrame
- DefaultHttp3MaxPushIdFrame - Class in io.netty.handler.codec.http3
- DefaultHttp3MaxPushIdFrame(long) - Constructor for class io.netty.handler.codec.http3.DefaultHttp3MaxPushIdFrame
- DefaultHttp3PushPromiseFrame - Class in io.netty.handler.codec.http3
- DefaultHttp3PushPromiseFrame(long) - Constructor for class io.netty.handler.codec.http3.DefaultHttp3PushPromiseFrame
- DefaultHttp3PushPromiseFrame(long, Http3Headers) - Constructor for class io.netty.handler.codec.http3.DefaultHttp3PushPromiseFrame
- DefaultHttp3SettingsFrame - Class in io.netty.handler.codec.http3
- DefaultHttp3SettingsFrame() - Constructor for class io.netty.handler.codec.http3.DefaultHttp3SettingsFrame
- DefaultHttp3UnknownFrame - Class in io.netty.handler.codec.http3
- DefaultHttp3UnknownFrame(long, ByteBuf) - Constructor for class io.netty.handler.codec.http3.DefaultHttp3UnknownFrame
- DefaultHttpContent - Class in io.netty.handler.codec.http
-
The default
HttpContentimplementation. - DefaultHttpContent(ByteBuf) - Constructor for class io.netty.handler.codec.http.DefaultHttpContent
-
Creates a new instance with the specified chunk content.
- DefaultHttpDataFactory - Class in io.netty.handler.codec.http.multipart
-
Default factory giving
AttributeandFileUploadaccording to constructor. - DefaultHttpDataFactory() - Constructor for class io.netty.handler.codec.http.multipart.DefaultHttpDataFactory
-
HttpData will be in memory if less than default size (16KB).
- DefaultHttpDataFactory(boolean) - Constructor for class io.netty.handler.codec.http.multipart.DefaultHttpDataFactory
-
HttpData will be always on Disk if useDisk is True, else always in Memory if False
- DefaultHttpDataFactory(boolean, Charset) - Constructor for class io.netty.handler.codec.http.multipart.DefaultHttpDataFactory
- DefaultHttpDataFactory(long) - Constructor for class io.netty.handler.codec.http.multipart.DefaultHttpDataFactory
-
HttpData will be on Disk if the size of the file is greater than minSize, else it will be in memory.
- DefaultHttpDataFactory(long, Charset) - Constructor for class io.netty.handler.codec.http.multipart.DefaultHttpDataFactory
- DefaultHttpDataFactory(Charset) - Constructor for class io.netty.handler.codec.http.multipart.DefaultHttpDataFactory
- DefaultHttpHeaders - Class in io.netty.handler.codec.http
-
Default implementation of
HttpHeaders. - DefaultHttpHeaders() - Constructor for class io.netty.handler.codec.http.DefaultHttpHeaders
-
Create a new, empty HTTP headers object.
- DefaultHttpHeaders(boolean) - Constructor for class io.netty.handler.codec.http.DefaultHttpHeaders
-
Deprecated.Prefer using the
DefaultHttpHeaders()constructor instead, to always have validation enabled. - DefaultHttpHeaders(boolean, DefaultHeaders.NameValidator<CharSequence>) - Constructor for class io.netty.handler.codec.http.DefaultHttpHeaders
-
Create an HTTP headers object with the given name validator.
- DefaultHttpHeaders(DefaultHeaders.NameValidator<CharSequence>, DefaultHeaders.ValueValidator<CharSequence>) - Constructor for class io.netty.handler.codec.http.DefaultHttpHeaders
-
Create an HTTP headers object with the given name and value validators.
- DefaultHttpHeaders(DefaultHeaders.NameValidator<CharSequence>, DefaultHeaders.ValueValidator<CharSequence>, int) - Constructor for class io.netty.handler.codec.http.DefaultHttpHeaders
-
Create an HTTP headers object with the given name and value validators.
- DefaultHttpHeaders(DefaultHeaders<CharSequence, CharSequence, ?>) - Constructor for class io.netty.handler.codec.http.DefaultHttpHeaders
- DefaultHttpHeadersFactory - Class in io.netty.handler.codec.http
-
A builder of
HttpHeadersFactoryinstances, that itself implementsHttpHeadersFactory. - DefaultHttpMessage - Class in io.netty.handler.codec.http
-
The default
HttpMessageimplementation. - DefaultHttpMessage(HttpVersion) - Constructor for class io.netty.handler.codec.http.DefaultHttpMessage
-
Creates a new instance.
- DefaultHttpMessage(HttpVersion, boolean, boolean) - Constructor for class io.netty.handler.codec.http.DefaultHttpMessage
-
Deprecated.Use the
DefaultHttpMessage(HttpVersion, HttpHeadersFactory)constructor instead, ideally using theDefaultHttpHeadersFactory.headersFactory(), or a factory that otherwise has validation enabled. - DefaultHttpMessage(HttpVersion, HttpHeaders) - Constructor for class io.netty.handler.codec.http.DefaultHttpMessage
-
Creates a new instance.
- DefaultHttpMessage(HttpVersion, HttpHeadersFactory) - Constructor for class io.netty.handler.codec.http.DefaultHttpMessage
-
Creates a new instance.
- DefaultHttpObject - Class in io.netty.handler.codec.http
- DefaultHttpObject() - Constructor for class io.netty.handler.codec.http.DefaultHttpObject
- DefaultHttpRequest - Class in io.netty.handler.codec.http
-
The default
HttpRequestimplementation. - DefaultHttpRequest(HttpVersion, HttpMethod, String) - Constructor for class io.netty.handler.codec.http.DefaultHttpRequest
-
Creates a new instance.
- DefaultHttpRequest(HttpVersion, HttpMethod, String, boolean) - Constructor for class io.netty.handler.codec.http.DefaultHttpRequest
-
Deprecated.Prefer the
DefaultHttpRequest(HttpVersion, HttpMethod, String)constructor instead, to always have header validation enabled. - DefaultHttpRequest(HttpVersion, HttpMethod, String, HttpHeaders) - Constructor for class io.netty.handler.codec.http.DefaultHttpRequest
-
Creates a new instance.
- DefaultHttpRequest(HttpVersion, HttpMethod, String, HttpHeadersFactory) - Constructor for class io.netty.handler.codec.http.DefaultHttpRequest
-
Creates a new instance.
- DefaultHttpResponse - Class in io.netty.handler.codec.http
-
The default
HttpResponseimplementation. - DefaultHttpResponse(HttpVersion, HttpResponseStatus) - Constructor for class io.netty.handler.codec.http.DefaultHttpResponse
-
Creates a new instance.
- DefaultHttpResponse(HttpVersion, HttpResponseStatus, boolean) - Constructor for class io.netty.handler.codec.http.DefaultHttpResponse
-
Deprecated.Use the
DefaultHttpResponse(HttpVersion, HttpResponseStatus, HttpHeadersFactory)constructor instead. - DefaultHttpResponse(HttpVersion, HttpResponseStatus, boolean, boolean) - Constructor for class io.netty.handler.codec.http.DefaultHttpResponse
-
Deprecated.Use the
DefaultHttpResponse(HttpVersion, HttpResponseStatus, HttpHeadersFactory)constructor instead. - DefaultHttpResponse(HttpVersion, HttpResponseStatus, HttpHeaders) - Constructor for class io.netty.handler.codec.http.DefaultHttpResponse
-
Creates a new instance.
- DefaultHttpResponse(HttpVersion, HttpResponseStatus, HttpHeadersFactory) - Constructor for class io.netty.handler.codec.http.DefaultHttpResponse
-
Creates a new instance.
- DefaultLastBulkStringRedisContent - Class in io.netty.handler.codec.redis
-
A default implementation for
LastBulkStringRedisContent. - DefaultLastBulkStringRedisContent(ByteBuf) - Constructor for class io.netty.handler.codec.redis.DefaultLastBulkStringRedisContent
-
Creates a
DefaultLastBulkStringRedisContentfor the givencontent. - DefaultLastHttpContent - Class in io.netty.handler.codec.http
-
The default
LastHttpContentimplementation. - DefaultLastHttpContent() - Constructor for class io.netty.handler.codec.http.DefaultLastHttpContent
-
Create a new empty, last HTTP content message.
- DefaultLastHttpContent(ByteBuf) - Constructor for class io.netty.handler.codec.http.DefaultLastHttpContent
-
Create a new last HTTP content message with the given contents.
- DefaultLastHttpContent(ByteBuf, boolean) - Constructor for class io.netty.handler.codec.http.DefaultLastHttpContent
-
Deprecated.Prefer the
DefaultLastHttpContent(ByteBuf)constructor instead, to always have header validation enabled. - DefaultLastHttpContent(ByteBuf, HttpHeaders) - Constructor for class io.netty.handler.codec.http.DefaultLastHttpContent
-
Create a new last HTTP content message with the given contents, and trailing headers.
- DefaultLastHttpContent(ByteBuf, HttpHeadersFactory) - Constructor for class io.netty.handler.codec.http.DefaultLastHttpContent
-
Create a new last HTTP content message with the given contents, and trailing headers from the given factory.
- DefaultLastMemcacheContent - Class in io.netty.handler.codec.memcache
-
The default implementation for the
LastMemcacheContent. - DefaultLastMemcacheContent() - Constructor for class io.netty.handler.codec.memcache.DefaultLastMemcacheContent
- DefaultLastMemcacheContent(ByteBuf) - Constructor for class io.netty.handler.codec.memcache.DefaultLastMemcacheContent
- DefaultLastSmtpContent - Class in io.netty.handler.codec.smtp
-
Default implementation of
LastSmtpContentthat does no validation of the raw data passed in. - DefaultLastSmtpContent(ByteBuf) - Constructor for class io.netty.handler.codec.smtp.DefaultLastSmtpContent
-
Creates a new instance using the given data.
- DefaultLastStompContentSubframe - Class in io.netty.handler.codec.stomp
-
The default implementation for the
LastStompContentSubframe. - DefaultLastStompContentSubframe(ByteBuf) - Constructor for class io.netty.handler.codec.stomp.DefaultLastStompContentSubframe
- defaultMachineId() - Static method in class io.netty.util.internal.MacAddressUtil
-
Returns the result of
MacAddressUtil.bestAvailableMac()if non-nullotherwise returns a random EUI-64 MAC address. - DefaultMarshallerProvider - Class in io.netty.handler.codec.marshalling
-
Default implementation of
MarshallerProviderwhich just create a newMarshalleron everDefaultMarshallerProvider.getMarshaller(ChannelHandlerContext)call. - DefaultMarshallerProvider(MarshallerFactory, MarshallingConfiguration) - Constructor for class io.netty.handler.codec.marshalling.DefaultMarshallerProvider
-
Create a new instance
- DefaultMaxBytesRecvByteBufAllocator - Class in io.netty.channel
-
The
RecvByteBufAllocatorthat yields a buffer size prediction based upon decrementing the value from the max bytes per read. - DefaultMaxBytesRecvByteBufAllocator() - Constructor for class io.netty.channel.DefaultMaxBytesRecvByteBufAllocator
- DefaultMaxBytesRecvByteBufAllocator(int, int) - Constructor for class io.netty.channel.DefaultMaxBytesRecvByteBufAllocator
- defaultMaxMessagesPerRead() - Method in class io.netty.channel.ChannelMetadata
-
If a
MaxMessagesRecvByteBufAllocatoris in use, then this is the default value forMaxMessagesRecvByteBufAllocator.maxMessagesPerRead(). - DefaultMaxMessagesRecvByteBufAllocator - Class in io.netty.channel
-
Default implementation of
MaxMessagesRecvByteBufAllocatorwhich respectsChannelConfig.isAutoRead()and also prevents overflow. - DefaultMaxMessagesRecvByteBufAllocator() - Constructor for class io.netty.channel.DefaultMaxMessagesRecvByteBufAllocator
- DefaultMaxMessagesRecvByteBufAllocator(int) - Constructor for class io.netty.channel.DefaultMaxMessagesRecvByteBufAllocator
- DefaultMaxMessagesRecvByteBufAllocator.MaxMessageHandle - Class in io.netty.channel
-
Focuses on enforcing the maximum messages per read condition for
DefaultMaxMessagesRecvByteBufAllocator.MaxMessageHandle.continueReading(). - defaultMaxOrder() - Static method in class io.netty.buffer.PooledByteBufAllocator
-
Default maximum order - System Property: io.netty.allocator.maxOrder - default 9
- DefaultMemcacheContent - Class in io.netty.handler.codec.memcache
-
The default
MemcacheContentimplementation. - DefaultMemcacheContent(ByteBuf) - Constructor for class io.netty.handler.codec.memcache.DefaultMemcacheContent
-
Creates a new instance with the specified content.
- DefaultMessageSizeEstimator - Class in io.netty.channel
-
Default
MessageSizeEstimatorimplementation which supports the estimation of the size ofByteBuf,ByteBufHolderandFileRegion. - DefaultMessageSizeEstimator(int) - Constructor for class io.netty.channel.DefaultMessageSizeEstimator
-
Create a new instance
- DefaultNameResolver - Class in io.netty.resolver
-
A
InetNameResolverthat resolves using JDK's built-in domain name lookup mechanism. - DefaultNameResolver(EventExecutor) - Constructor for class io.netty.resolver.DefaultNameResolver
- defaultNormalCacheSize() - Static method in class io.netty.buffer.PooledByteBufAllocator
-
Default normal cache size - System Property: io.netty.allocator.normalCacheSize - default 64
- defaultNumDirectArena() - Static method in class io.netty.buffer.PooledByteBufAllocator
-
Default number of direct arenas - System Property: io.netty.allocator.numDirectArenas - default 2 * cores
- defaultNumHeapArena() - Static method in class io.netty.buffer.PooledByteBufAllocator
-
Default number of heap arenas - System Property: io.netty.allocator.numHeapArenas - default 2 * cores
- DefaultOioServerSocketChannelConfig - Class in io.netty.channel.socket.oio
-
Deprecated.use NIO / EPOLL / KQUEUE transport.
- DefaultOioServerSocketChannelConfig(ServerSocketChannel, ServerSocket) - Constructor for class io.netty.channel.socket.oio.DefaultOioServerSocketChannelConfig
-
Deprecated.
- DefaultOioSocketChannelConfig - Class in io.netty.channel.socket.oio
-
Deprecated.use NIO / EPOLL / KQUEUE transport.
- DefaultOioSocketChannelConfig(SocketChannel, Socket) - Constructor for class io.netty.channel.socket.oio.DefaultOioSocketChannelConfig
-
Deprecated.
- defaultPageSize() - Static method in class io.netty.buffer.PooledByteBufAllocator
-
Default buffer page size - System Property: io.netty.allocator.pageSize - default 8192
- defaultPreferDirect() - Static method in class io.netty.buffer.PooledByteBufAllocator
-
Default prefer direct - System Property: io.netty.noPreferDirect - default false
- DefaultPriorityQueue<T extends PriorityQueueNode> - Class in io.netty.util.internal
-
A priority queue which uses natural ordering of elements.
- DefaultPriorityQueue(Comparator<T>, int) - Constructor for class io.netty.util.internal.DefaultPriorityQueue
- DefaultProgressivePromise<V> - Class in io.netty.util.concurrent
- DefaultProgressivePromise() - Constructor for class io.netty.util.concurrent.DefaultProgressivePromise
- DefaultProgressivePromise(EventExecutor) - Constructor for class io.netty.util.concurrent.DefaultProgressivePromise
-
Creates a new instance.
- DefaultPromise<V> - Class in io.netty.util.concurrent
- DefaultPromise() - Constructor for class io.netty.util.concurrent.DefaultPromise
-
See
DefaultPromise.executor()for expectations of the executor. - DefaultPromise(EventExecutor) - Constructor for class io.netty.util.concurrent.DefaultPromise
-
Creates a new instance.
- DefaultQuicStreamFrame - Class in io.netty.handler.codec.quic
- DefaultQuicStreamFrame(ByteBuf, boolean) - Constructor for class io.netty.handler.codec.quic.DefaultQuicStreamFrame
- DefaultSctpChannelConfig - Class in io.netty.channel.sctp
-
The default
SctpChannelConfigimplementation for SCTP. - DefaultSctpChannelConfig(SctpChannel, SctpChannel) - Constructor for class io.netty.channel.sctp.DefaultSctpChannelConfig
- DefaultSctpServerChannelConfig - Class in io.netty.channel.sctp
-
The default
SctpServerChannelConfigimplementation for SCTP. - DefaultSctpServerChannelConfig(SctpServerChannel, SctpServerChannel) - Constructor for class io.netty.channel.sctp.DefaultSctpServerChannelConfig
-
Creates a new instance.
- DefaultSelectStrategyFactory - Class in io.netty.channel
-
Factory which uses the default select strategy.
- defaultServerProvider() - Static method in class io.netty.handler.ssl.SslContext
-
Returns the default server-side implementation provider currently in use.
- DefaultServerSocketChannelConfig - Class in io.netty.channel.socket
-
The default
ServerSocketChannelConfigimplementation. - DefaultServerSocketChannelConfig(ServerSocketChannel, ServerSocket) - Constructor for class io.netty.channel.socket.DefaultServerSocketChannelConfig
-
Creates a new instance.
- defaultSettings() - Static method in class io.netty.handler.codec.http2.Http2Settings
- defaultSmallCacheSize() - Static method in class io.netty.buffer.PooledByteBufAllocator
-
Default small cache size - System Property: io.netty.allocator.smallCacheSize - default 256
- DefaultSmtpContent - Class in io.netty.handler.codec.smtp
-
Default implementation of
SmtpContentthat does no validation of the raw data passed in. - DefaultSmtpContent(ByteBuf) - Constructor for class io.netty.handler.codec.smtp.DefaultSmtpContent
-
Creates a new instance using the given data.
- DefaultSmtpRequest - Class in io.netty.handler.codec.smtp
-
Default
SmtpRequestimplementation. - DefaultSmtpRequest(SmtpCommand) - Constructor for class io.netty.handler.codec.smtp.DefaultSmtpRequest
-
Creates a new instance with the given command and no parameters.
- DefaultSmtpRequest(SmtpCommand, CharSequence...) - Constructor for class io.netty.handler.codec.smtp.DefaultSmtpRequest
-
Creates a new instance with the given command and parameters.
- DefaultSmtpRequest(CharSequence, CharSequence...) - Constructor for class io.netty.handler.codec.smtp.DefaultSmtpRequest
-
Creates a new instance with the given command and parameters.
- DefaultSmtpResponse - Class in io.netty.handler.codec.smtp
-
Default
SmtpResponseimplementation. - DefaultSmtpResponse(int) - Constructor for class io.netty.handler.codec.smtp.DefaultSmtpResponse
-
Creates a new instance with the given smtp code and no details.
- DefaultSmtpResponse(int, CharSequence...) - Constructor for class io.netty.handler.codec.smtp.DefaultSmtpResponse
-
Creates a new instance with the given smtp code and details.
- DefaultSocketChannelConfig - Class in io.netty.channel.socket
-
The default
SocketChannelConfigimplementation. - DefaultSocketChannelConfig(SocketChannel, Socket) - Constructor for class io.netty.channel.socket.DefaultSocketChannelConfig
-
Creates a new instance.
- DefaultSocks4CommandRequest - Class in io.netty.handler.codec.socksx.v4
-
The default
Socks4CommandRequest. - DefaultSocks4CommandRequest(Socks4CommandType, String, int) - Constructor for class io.netty.handler.codec.socksx.v4.DefaultSocks4CommandRequest
-
Creates a new instance.
- DefaultSocks4CommandRequest(Socks4CommandType, String, int, String) - Constructor for class io.netty.handler.codec.socksx.v4.DefaultSocks4CommandRequest
-
Creates a new instance.
- DefaultSocks4CommandResponse - Class in io.netty.handler.codec.socksx.v4
-
The default
Socks4CommandResponse. - DefaultSocks4CommandResponse(Socks4CommandStatus) - Constructor for class io.netty.handler.codec.socksx.v4.DefaultSocks4CommandResponse
-
Creates a new instance.
- DefaultSocks4CommandResponse(Socks4CommandStatus, String, int) - Constructor for class io.netty.handler.codec.socksx.v4.DefaultSocks4CommandResponse
-
Creates a new instance.
- DefaultSocks5CommandRequest - Class in io.netty.handler.codec.socksx.v5
-
The default
Socks5CommandRequest. - DefaultSocks5CommandRequest(Socks5CommandType, Socks5AddressType, String, int) - Constructor for class io.netty.handler.codec.socksx.v5.DefaultSocks5CommandRequest
- DefaultSocks5CommandResponse - Class in io.netty.handler.codec.socksx.v5
-
The default
Socks5CommandResponse. - DefaultSocks5CommandResponse(Socks5CommandStatus, Socks5AddressType) - Constructor for class io.netty.handler.codec.socksx.v5.DefaultSocks5CommandResponse
- DefaultSocks5CommandResponse(Socks5CommandStatus, Socks5AddressType, String, int) - Constructor for class io.netty.handler.codec.socksx.v5.DefaultSocks5CommandResponse
- DefaultSocks5InitialRequest - Class in io.netty.handler.codec.socksx.v5
-
The default
Socks5InitialRequest. - DefaultSocks5InitialRequest(Socks5AuthMethod...) - Constructor for class io.netty.handler.codec.socksx.v5.DefaultSocks5InitialRequest
- DefaultSocks5InitialRequest(Iterable<Socks5AuthMethod>) - Constructor for class io.netty.handler.codec.socksx.v5.DefaultSocks5InitialRequest
- DefaultSocks5InitialResponse - Class in io.netty.handler.codec.socksx.v5
-
The default
Socks5InitialResponse. - DefaultSocks5InitialResponse(Socks5AuthMethod) - Constructor for class io.netty.handler.codec.socksx.v5.DefaultSocks5InitialResponse
- DefaultSocks5PasswordAuthRequest - Class in io.netty.handler.codec.socksx.v5
-
The default
Socks5PasswordAuthRequest. - DefaultSocks5PasswordAuthRequest(String, String) - Constructor for class io.netty.handler.codec.socksx.v5.DefaultSocks5PasswordAuthRequest
- DefaultSocks5PasswordAuthResponse - Class in io.netty.handler.codec.socksx.v5
-
The default
Socks5PasswordAuthResponse. - DefaultSocks5PasswordAuthResponse(Socks5PasswordAuthStatus) - Constructor for class io.netty.handler.codec.socksx.v5.DefaultSocks5PasswordAuthResponse
- DefaultSocks5PrivateAuthRequest - Class in io.netty.handler.codec.socksx.v5
-
The default
Socks5PrivateAuthRequestimplementation. - DefaultSocks5PrivateAuthRequest(byte[]) - Constructor for class io.netty.handler.codec.socksx.v5.DefaultSocks5PrivateAuthRequest
-
Creates a new instance with the specified token.
- DefaultSocks5PrivateAuthResponse - Class in io.netty.handler.codec.socksx.v5
-
The default
Socks5PrivateAuthResponseimplementation. - DefaultSocks5PrivateAuthResponse(Socks5PrivateAuthStatus) - Constructor for class io.netty.handler.codec.socksx.v5.DefaultSocks5PrivateAuthResponse
-
Creates a new instance with the specified status.
- DefaultSpdyDataFrame - Class in io.netty.handler.codec.spdy
-
The default
SpdyDataFrameimplementation. - DefaultSpdyDataFrame(int) - Constructor for class io.netty.handler.codec.spdy.DefaultSpdyDataFrame
-
Creates a new instance.
- DefaultSpdyDataFrame(int, ByteBuf) - Constructor for class io.netty.handler.codec.spdy.DefaultSpdyDataFrame
-
Creates a new instance.
- DefaultSpdyGoAwayFrame - Class in io.netty.handler.codec.spdy
-
The default
SpdyGoAwayFrameimplementation. - DefaultSpdyGoAwayFrame(int) - Constructor for class io.netty.handler.codec.spdy.DefaultSpdyGoAwayFrame
-
Creates a new instance.
- DefaultSpdyGoAwayFrame(int, int) - Constructor for class io.netty.handler.codec.spdy.DefaultSpdyGoAwayFrame
-
Creates a new instance.
- DefaultSpdyGoAwayFrame(int, SpdySessionStatus) - Constructor for class io.netty.handler.codec.spdy.DefaultSpdyGoAwayFrame
-
Creates a new instance.
- DefaultSpdyHeaders - Class in io.netty.handler.codec.spdy
- DefaultSpdyHeaders() - Constructor for class io.netty.handler.codec.spdy.DefaultSpdyHeaders
- DefaultSpdyHeaders(boolean) - Constructor for class io.netty.handler.codec.spdy.DefaultSpdyHeaders
- DefaultSpdyHeadersFrame - Class in io.netty.handler.codec.spdy
-
The default
SpdyHeadersFrameimplementation. - DefaultSpdyHeadersFrame(int) - Constructor for class io.netty.handler.codec.spdy.DefaultSpdyHeadersFrame
-
Creates a new instance.
- DefaultSpdyHeadersFrame(int, boolean) - Constructor for class io.netty.handler.codec.spdy.DefaultSpdyHeadersFrame
-
Creates a new instance.
- DefaultSpdyPingFrame - Class in io.netty.handler.codec.spdy
-
The default
SpdyPingFrameimplementation. - DefaultSpdyPingFrame(int) - Constructor for class io.netty.handler.codec.spdy.DefaultSpdyPingFrame
-
Creates a new instance.
- DefaultSpdyRstStreamFrame - Class in io.netty.handler.codec.spdy
-
The default
SpdyRstStreamFrameimplementation. - DefaultSpdyRstStreamFrame(int, int) - Constructor for class io.netty.handler.codec.spdy.DefaultSpdyRstStreamFrame
-
Creates a new instance.
- DefaultSpdyRstStreamFrame(int, SpdyStreamStatus) - Constructor for class io.netty.handler.codec.spdy.DefaultSpdyRstStreamFrame
-
Creates a new instance.
- DefaultSpdySettingsFrame - Class in io.netty.handler.codec.spdy
-
The default
SpdySettingsFrameimplementation. - DefaultSpdySettingsFrame() - Constructor for class io.netty.handler.codec.spdy.DefaultSpdySettingsFrame
- DefaultSpdyStreamFrame - Class in io.netty.handler.codec.spdy
-
The default
SpdyStreamFrameimplementation. - DefaultSpdyStreamFrame(int) - Constructor for class io.netty.handler.codec.spdy.DefaultSpdyStreamFrame
-
Creates a new instance.
- DefaultSpdySynReplyFrame - Class in io.netty.handler.codec.spdy
-
The default
SpdySynReplyFrameimplementation. - DefaultSpdySynReplyFrame(int) - Constructor for class io.netty.handler.codec.spdy.DefaultSpdySynReplyFrame
-
Creates a new instance.
- DefaultSpdySynReplyFrame(int, boolean) - Constructor for class io.netty.handler.codec.spdy.DefaultSpdySynReplyFrame
-
Creates a new instance.
- DefaultSpdySynStreamFrame - Class in io.netty.handler.codec.spdy
-
The default
SpdySynStreamFrameimplementation. - DefaultSpdySynStreamFrame(int, int, byte) - Constructor for class io.netty.handler.codec.spdy.DefaultSpdySynStreamFrame
-
Creates a new instance.
- DefaultSpdySynStreamFrame(int, int, byte, boolean) - Constructor for class io.netty.handler.codec.spdy.DefaultSpdySynStreamFrame
-
Creates a new instance.
- DefaultSpdyUnknownFrame - Class in io.netty.handler.codec.spdy
- DefaultSpdyUnknownFrame(int, byte, ByteBuf) - Constructor for class io.netty.handler.codec.spdy.DefaultSpdyUnknownFrame
- DefaultSpdyWindowUpdateFrame - Class in io.netty.handler.codec.spdy
-
The default
SpdyWindowUpdateFrameimplementation. - DefaultSpdyWindowUpdateFrame(int, int) - Constructor for class io.netty.handler.codec.spdy.DefaultSpdyWindowUpdateFrame
-
Creates a new instance.
- DefaultStompContentSubframe - Class in io.netty.handler.codec.stomp
-
The default
StompContentSubframeimplementation. - DefaultStompContentSubframe(ByteBuf) - Constructor for class io.netty.handler.codec.stomp.DefaultStompContentSubframe
- DefaultStompFrame - Class in io.netty.handler.codec.stomp
-
Default implementation of
StompFrame. - DefaultStompFrame(StompCommand) - Constructor for class io.netty.handler.codec.stomp.DefaultStompFrame
- DefaultStompFrame(StompCommand, ByteBuf) - Constructor for class io.netty.handler.codec.stomp.DefaultStompFrame
- DefaultStompHeaders - Class in io.netty.handler.codec.stomp
- DefaultStompHeaders() - Constructor for class io.netty.handler.codec.stomp.DefaultStompHeaders
- DefaultStompHeadersSubframe - Class in io.netty.handler.codec.stomp
-
Default implementation of
StompHeadersSubframe. - DefaultStompHeadersSubframe(StompCommand) - Constructor for class io.netty.handler.codec.stomp.DefaultStompHeadersSubframe
- DefaultThreadFactory - Class in io.netty.util.concurrent
-
A
ThreadFactoryimplementation with a simple naming rule. - DefaultThreadFactory(Class<?>) - Constructor for class io.netty.util.concurrent.DefaultThreadFactory
- DefaultThreadFactory(Class<?>, boolean) - Constructor for class io.netty.util.concurrent.DefaultThreadFactory
- DefaultThreadFactory(Class<?>, boolean, int) - Constructor for class io.netty.util.concurrent.DefaultThreadFactory
- DefaultThreadFactory(Class<?>, int) - Constructor for class io.netty.util.concurrent.DefaultThreadFactory
- DefaultThreadFactory(String) - Constructor for class io.netty.util.concurrent.DefaultThreadFactory
- DefaultThreadFactory(String, boolean) - Constructor for class io.netty.util.concurrent.DefaultThreadFactory
- DefaultThreadFactory(String, boolean, int) - Constructor for class io.netty.util.concurrent.DefaultThreadFactory
- DefaultThreadFactory(String, boolean, int, ThreadGroup) - Constructor for class io.netty.util.concurrent.DefaultThreadFactory
- DefaultThreadFactory(String, int) - Constructor for class io.netty.util.concurrent.DefaultThreadFactory
- defaultTinyCacheSize() - Static method in class io.netty.buffer.PooledByteBufAllocator
-
Deprecated.Tiny caches have been merged into small caches.
- DefaultUdtChannelConfig - Class in io.netty.channel.udt
-
Deprecated.The UDT transport is no longer maintained and will be removed.
- DefaultUdtChannelConfig(UdtChannel, ChannelUDT, boolean) - Constructor for class io.netty.channel.udt.DefaultUdtChannelConfig
-
Deprecated.
- DefaultUdtServerChannelConfig - Class in io.netty.channel.udt
-
Deprecated.The UDT transport is no longer maintained and will be removed.
- DefaultUdtServerChannelConfig(UdtChannel, ChannelUDT, boolean) - Constructor for class io.netty.channel.udt.DefaultUdtServerChannelConfig
-
Deprecated.
- DefaultUnmarshallerProvider - Class in io.netty.handler.codec.marshalling
-
Default implementation of
UnmarshallerProviderwhich will just create a newUnmarshalleron every call toDefaultUnmarshallerProvider.getUnmarshaller(ChannelHandlerContext) - DefaultUnmarshallerProvider(MarshallerFactory, MarshallingConfiguration) - Constructor for class io.netty.handler.codec.marshalling.DefaultUnmarshallerProvider
-
Create a new instance of
DefaultMarshallerProvider - defaultUseCacheForAllThreads() - Static method in class io.netty.buffer.PooledByteBufAllocator
-
Default thread caching behavior - System Property: io.netty.allocator.useCacheForAllThreads - default false
- definedLength() - Method in class io.netty.handler.codec.http.multipart.AbstractHttpData
- definedLength() - Method in interface io.netty.handler.codec.http.multipart.HttpData
-
Returns the defined length of the HttpData.
- definedSize - Variable in class io.netty.handler.codec.http.multipart.AbstractHttpData
- deflate() - Static method in class io.netty.handler.codec.compression.StandardCompressionOptions
-
Default implementation of
DeflateOptionswithcompressionLevelset to 6,windowBitsset to 15 andmemLevelset to 8. - deflate(int, int, int) - Static method in class io.netty.handler.codec.compression.StandardCompressionOptions
-
Create a new
DeflateOptionsInstance - DEFLATE - Static variable in class io.netty.handler.codec.http.HttpHeaders.Values
-
Deprecated.
"deflate" - DEFLATE - Static variable in class io.netty.handler.codec.http.HttpHeaderValues
-
"deflate" - DEFLATE - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Values
-
Deprecated.
"deflate" - DEFLATE - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderValues
-
"deflate" - DeflateFrameClientExtensionHandshaker - Class in io.netty.handler.codec.http.websocketx.extensions.compression
-
perframe-deflate handshake implementation.
- DeflateFrameClientExtensionHandshaker(boolean) - Constructor for class io.netty.handler.codec.http.websocketx.extensions.compression.DeflateFrameClientExtensionHandshaker
-
Deprecated.
- DeflateFrameClientExtensionHandshaker(boolean, int) - Constructor for class io.netty.handler.codec.http.websocketx.extensions.compression.DeflateFrameClientExtensionHandshaker
-
Constructor with default configuration.
- DeflateFrameClientExtensionHandshaker(int, boolean) - Constructor for class io.netty.handler.codec.http.websocketx.extensions.compression.DeflateFrameClientExtensionHandshaker
-
Deprecated.
- DeflateFrameClientExtensionHandshaker(int, boolean, int) - Constructor for class io.netty.handler.codec.http.websocketx.extensions.compression.DeflateFrameClientExtensionHandshaker
-
Constructor with custom configuration.
- DeflateFrameClientExtensionHandshaker(int, boolean, WebSocketExtensionFilterProvider) - Constructor for class io.netty.handler.codec.http.websocketx.extensions.compression.DeflateFrameClientExtensionHandshaker
- DeflateFrameClientExtensionHandshaker(int, boolean, WebSocketExtensionFilterProvider, int) - Constructor for class io.netty.handler.codec.http.websocketx.extensions.compression.DeflateFrameClientExtensionHandshaker
-
Constructor with custom configuration.
- DeflateFrameServerExtensionHandshaker - Class in io.netty.handler.codec.http.websocketx.extensions.compression
-
perframe-deflate handshake implementation.
- DeflateFrameServerExtensionHandshaker() - Constructor for class io.netty.handler.codec.http.websocketx.extensions.compression.DeflateFrameServerExtensionHandshaker
- DeflateFrameServerExtensionHandshaker(int) - Constructor for class io.netty.handler.codec.http.websocketx.extensions.compression.DeflateFrameServerExtensionHandshaker
-
Deprecated.
- DeflateFrameServerExtensionHandshaker(int, int) - Constructor for class io.netty.handler.codec.http.websocketx.extensions.compression.DeflateFrameServerExtensionHandshaker
-
Constructor with custom configuration.
- DeflateFrameServerExtensionHandshaker(int, WebSocketExtensionFilterProvider) - Constructor for class io.netty.handler.codec.http.websocketx.extensions.compression.DeflateFrameServerExtensionHandshaker
- DeflateFrameServerExtensionHandshaker(int, WebSocketExtensionFilterProvider, int) - Constructor for class io.netty.handler.codec.http.websocketx.extensions.compression.DeflateFrameServerExtensionHandshaker
-
Constructor with custom configuration.
- DeflateOptions - Class in io.netty.handler.codec.compression
-
DeflateOptionsholdsDeflateOptions.compressionLevel(),DeflateOptions.memLevel()andDeflateOptions.windowBits()for Deflate compression. - delayNanos(long) - Method in interface io.netty.channel.IoHandlerContext
-
Returns the amount of time left until the scheduled task with the closest deadline should run.
- delayNanos(long) - Method in class io.netty.util.concurrent.SingleThreadEventExecutor
-
Returns the amount of time left until the scheduled task with the closest dead line is executed.
- delayNanos(long, long) - Method in class io.netty.util.concurrent.AbstractScheduledEventExecutor
-
Returns the amount of time left until the scheduled task with the closest dead line is executed.
- delegate - Variable in class io.netty.handler.codec.spdy.SpdyFrameDecoder
- delegate() - Method in class io.netty.channel.RecvByteBufAllocator.DelegatingHandle
-
Get the
RecvByteBufAllocator.Handlewhich all methods will be delegated to. - DelegatingChannelPromiseNotifier - Class in io.netty.channel
- DelegatingChannelPromiseNotifier(ChannelPromise) - Constructor for class io.netty.channel.DelegatingChannelPromiseNotifier
- DelegatingChannelPromiseNotifier(ChannelPromise, boolean) - Constructor for class io.netty.channel.DelegatingChannelPromiseNotifier
- DelegatingDecompressorFrameListener - Class in io.netty.handler.codec.http2
-
An HTTP2 frame listener that will decompress data frames according to the
content-encodingheader for each stream. - DelegatingDecompressorFrameListener(Http2Connection, Http2FrameListener) - Constructor for class io.netty.handler.codec.http2.DelegatingDecompressorFrameListener
- DelegatingDecompressorFrameListener(Http2Connection, Http2FrameListener, boolean) - Constructor for class io.netty.handler.codec.http2.DelegatingDecompressorFrameListener
- DelegatingDecompressorFrameListener(Http2Connection, Http2FrameListener, boolean, int) - Constructor for class io.netty.handler.codec.http2.DelegatingDecompressorFrameListener
-
Create a new instance.
- DelegatingDecompressorFrameListener(Http2Connection, Http2FrameListener, int) - Constructor for class io.netty.handler.codec.http2.DelegatingDecompressorFrameListener
-
Create a new instance.
- DelegatingHandle(RecvByteBufAllocator.Handle) - Constructor for class io.netty.channel.RecvByteBufAllocator.DelegatingHandle
- DelegatingSslContext - Class in io.netty.handler.ssl
-
Adapter class which allows to wrap another
SslContextand initSSLEngineinstances. - DelegatingSslContext(SslContext) - Constructor for class io.netty.handler.ssl.DelegatingSslContext
- delete() - Method in class io.netty.handler.codec.http.multipart.AbstractDiskHttpData
- delete() - Method in class io.netty.handler.codec.http.multipart.AbstractMemoryHttpData
- delete() - Method in interface io.netty.handler.codec.http.multipart.HttpData
-
Deletes the underlying storage for a file item, including deleting any associated temporary disk file.
- delete() - Method in class io.netty.handler.ssl.util.SelfSignedCertificate
-
Deprecated.Deletes the generated X.509 certificate file and EC/RSA private key file.
- DELETE - Static variable in class io.netty.handler.codec.http.HttpMethod
-
The DELETE method requests that the origin server delete the resource identified by the Request-URI.
- DELETE - Static variable in class io.netty.handler.codec.memcache.binary.BinaryMemcacheOpcodes
- deleteOnExit() - Method in class io.netty.handler.codec.http.multipart.AbstractDiskHttpData
- deleteOnExit() - Method in class io.netty.handler.codec.http.multipart.DiskAttribute
- deleteOnExit() - Method in class io.netty.handler.codec.http.multipart.DiskFileUpload
- deleteOnExitTemporaryFile - Static variable in class io.netty.handler.codec.http.multipart.DiskAttribute
- deleteOnExitTemporaryFile - Static variable in class io.netty.handler.codec.http.multipart.DiskFileUpload
- DELETEQ - Static variable in class io.netty.handler.codec.memcache.binary.BinaryMemcacheOpcodes
- DelimiterBasedFrameDecoder - Class in io.netty.handler.codec
-
A decoder that splits the received
ByteBufs by one or more delimiters. - DelimiterBasedFrameDecoder(int, boolean, boolean, ByteBuf) - Constructor for class io.netty.handler.codec.DelimiterBasedFrameDecoder
-
Creates a new instance.
- DelimiterBasedFrameDecoder(int, boolean, boolean, ByteBuf...) - Constructor for class io.netty.handler.codec.DelimiterBasedFrameDecoder
-
Creates a new instance.
- DelimiterBasedFrameDecoder(int, boolean, ByteBuf) - Constructor for class io.netty.handler.codec.DelimiterBasedFrameDecoder
-
Creates a new instance.
- DelimiterBasedFrameDecoder(int, boolean, ByteBuf...) - Constructor for class io.netty.handler.codec.DelimiterBasedFrameDecoder
-
Creates a new instance.
- DelimiterBasedFrameDecoder(int, ByteBuf) - Constructor for class io.netty.handler.codec.DelimiterBasedFrameDecoder
-
Creates a new instance.
- DelimiterBasedFrameDecoder(int, ByteBuf...) - Constructor for class io.netty.handler.codec.DelimiterBasedFrameDecoder
-
Creates a new instance.
- Delimiters - Class in io.netty.handler.codec
-
A set of commonly used delimiters for
DelimiterBasedFrameDecoder. - deliveryRate() - Method in interface io.netty.handler.codec.quic.QuicConnectionPathStats
- DELTA_BADVAL - Static variable in class io.netty.handler.codec.memcache.binary.BinaryMemcacheResponseStatus
- deltaWindowSize() - Method in class io.netty.handler.codec.spdy.DefaultSpdyWindowUpdateFrame
- deltaWindowSize() - Method in interface io.netty.handler.codec.spdy.SpdyWindowUpdateFrame
-
Returns the Delta-Window-Size of this frame.
- deregister() - Method in interface io.netty.channel.Channel
- deregister() - Method in interface io.netty.channel.ChannelOutboundInvoker
-
Request to deregister from the previous assigned
EventExecutorand notify theChannelFutureonce the operation completes, either because the operation was successful or because of an error. - deregister() - Method in class io.netty.channel.DefaultChannelPipeline
- deregister() - Method in class io.netty.channel.embedded.EmbeddedChannel
- deregister() - Method in interface io.netty.channel.group.ChannelGroup
-
Deprecated.This method will be removed in the next major feature release. Deregister all
Channels in this group from theirEventLoop. Please note that this operation is asynchronous asChannel.deregister()is. - deregister() - Method in class io.netty.channel.group.DefaultChannelGroup
- deregister() - Method in class io.netty.channel.ThreadPerChannelEventLoop
-
Deprecated.
- deregister() - Method in interface io.netty.handler.codec.quic.QuicChannel
- deregister() - Method in interface io.netty.handler.codec.quic.QuicStreamChannel
- deregister(ChannelHandlerContext, ChannelPromise) - Method in class io.netty.channel.ChannelDuplexHandler
-
Calls
ChannelOutboundInvoker.deregister(ChannelPromise)to forward to the nextChannelOutboundHandlerin theChannelPipeline. - deregister(ChannelHandlerContext, ChannelPromise) - Method in interface io.netty.channel.ChannelOutboundHandler
-
Called once a deregister operation is made from the current registered
EventLoop. - deregister(ChannelHandlerContext, ChannelPromise) - Method in class io.netty.channel.ChannelOutboundHandlerAdapter
-
Calls
ChannelOutboundInvoker.deregister(ChannelPromise)to forward to the nextChannelOutboundHandlerin theChannelPipeline. - deregister(ChannelHandlerContext, ChannelPromise) - Method in class io.netty.channel.CombinedChannelDuplexHandler
- deregister(ChannelHandlerContext, ChannelPromise) - Method in class io.netty.handler.codec.DatagramPacketEncoder
- deregister(ChannelHandlerContext, ChannelPromise) - Method in class io.netty.handler.codec.http.HttpClientUpgradeHandler
- deregister(ChannelHandlerContext, ChannelPromise) - Method in class io.netty.handler.codec.http2.Http2ConnectionHandler
- deregister(ChannelHandlerContext, ChannelPromise) - Method in class io.netty.handler.codec.http3.Http3FrameToHttpObjectCodec
- deregister(ChannelHandlerContext, ChannelPromise) - Method in class io.netty.handler.codec.spdy.SpdyFrameCodec
- deregister(ChannelHandlerContext, ChannelPromise) - Method in class io.netty.handler.logging.LoggingHandler
- deregister(ChannelHandlerContext, ChannelPromise) - Method in class io.netty.handler.ssl.SslClientHelloHandler
- deregister(ChannelHandlerContext, ChannelPromise) - Method in class io.netty.handler.ssl.SslHandler
- deregister(ChannelPromise) - Method in class io.netty.channel.AbstractChannel.AbstractUnsafe
- deregister(ChannelPromise) - Method in interface io.netty.channel.Channel
- deregister(ChannelPromise) - Method in interface io.netty.channel.Channel.Unsafe
-
Deregister the
Channelof theChannelPromisefromEventLoopand notify theChannelPromiseonce the operation was complete. - deregister(ChannelPromise) - Method in interface io.netty.channel.ChannelOutboundInvoker
-
Request to deregister from the previous assigned
EventExecutorand notify theChannelFutureonce the operation completes, either because the operation was successful or because of an error. - deregister(ChannelPromise) - Method in class io.netty.channel.DefaultChannelPipeline
- deregister(ChannelPromise) - Method in class io.netty.channel.embedded.EmbeddedChannel
- deregister(ChannelPromise) - Method in interface io.netty.handler.codec.quic.QuicChannel
- deregister(ChannelPromise) - Method in interface io.netty.handler.codec.quic.QuicStreamChannel
- deregister(ChannelMatcher) - Method in interface io.netty.channel.group.ChannelGroup
-
Deprecated.This method will be removed in the next major feature release. Deregister all
Channels in this group from theirEventLoopthat are matched by the givenChannelMatcher. Please note that this operation is asynchronous asChannel.deregister()is. - deregister(ChannelMatcher) - Method in class io.netty.channel.group.DefaultChannelGroup
- deregister(S) - Method in class io.netty.channel.nio.NioSelectableChannelIoHandle
- DESCRIBE - Static variable in class io.netty.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.netty.handler.codec.rtsp.RtspHeaders.Values
-
Deprecated.
"destination" - DESTINATION - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderValues
-
"destination" - DESTINATION - Static variable in interface io.netty.handler.codec.stomp.StompHeaders
- DESTINATION_UNREACHABLE - Static variable in class io.netty.handler.codec.rtsp.RtspResponseStatuses
-
462 Destination unreachable
- destinationAddress() - Method in class io.netty.handler.codec.haproxy.HAProxyMessage
-
Returns the human-readable destination address of this
HAProxyMessage. - destinationAddress() - Method in class io.netty.handler.proxy.ProxyConnectionEvent
-
Returns the address of the destination.
- destinationAddress() - Method in class io.netty.handler.proxy.ProxyHandler
-
Returns the address of the destination to connect to via the proxy server.
- destinationPort() - Method in class io.netty.handler.codec.haproxy.HAProxyMessage
-
Returns the UDP/TCP destination port of this
HAProxyMessage. - destroy() - Method in class io.netty.channel.epoll.EpollIoHandler
- destroy() - Method in interface io.netty.channel.IoHandler
-
Destroy the
IoHandlerand free all its resources. - destroy() - Method in class io.netty.channel.kqueue.KQueueIoHandler
- destroy() - Method in class io.netty.channel.local.LocalIoHandler
- destroy() - Method in class io.netty.channel.nio.NioIoHandler
- destroy() - Method in class io.netty.channel.uring.IoUringIoHandler
- destroy() - Method in class io.netty.handler.codec.http.multipart.HttpPostMultipartRequestDecoder
-
Destroy the
HttpPostMultipartRequestDecoderand release all it resources. - destroy() - Method in class io.netty.handler.codec.http.multipart.HttpPostRequestDecoder
- destroy() - Method in class io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder
-
Destroy the
HttpPostStandardRequestDecoderand release all it resources. - destroy() - Method in interface io.netty.handler.codec.http.multipart.InterfaceHttpPostRequestDecoder
-
Destroy the
InterfaceHttpPostRequestDecoderand release all it resources. - destroy() - Method in class io.netty.handler.ssl.PemPrivateKey
-
NOTE: This is a JDK8 interface/method.
- destroy() - Static method in class io.netty.util.concurrent.FastThreadLocal
-
Destroys the data structure that keeps all
FastThreadLocalvariables accessed from non-FastThreadLocalThreads. - destroy() - Static method in class io.netty.util.internal.InternalThreadLocalMap
- details() - Method in class io.netty.handler.codec.smtp.DefaultSmtpResponse
- details() - Method in interface io.netty.handler.codec.smtp.SmtpResponse
-
Returns the details if any.
- detected(T) - Static method in class io.netty.handler.codec.ProtocolDetectionResult
-
Returns a
ProtocolDetectionResultwhich holds the detected protocol. - DETECTED - io.netty.handler.codec.ProtocolDetectionState
-
Protocol was detected,
- detectedProtocol() - Method in class io.netty.handler.codec.ProtocolDetectionResult
-
Returns the protocol if
ProtocolDetectionResult.state()returnsProtocolDetectionState.DETECTED, otherwisenull. - detectProtocol(ByteBuf) - Static method in class io.netty.handler.codec.haproxy.HAProxyMessageDecoder
-
Returns the
ProtocolDetectionResultfor the givenByteBuf. - determineEncoding(String) - Method in class io.netty.handler.codec.http.HttpContentCompressor
- determineWrapper(String) - Method in class io.netty.handler.codec.http.HttpContentCompressor
-
Deprecated.
- DGRAM - io.netty.handler.codec.haproxy.HAProxyProxiedProtocol.TransportProtocol
-
The DGRAM transport protocol represents a connection which was forwarded for a UDP connection.
- DHCID - Static variable in class io.netty.handler.codec.dns.DnsRecordType
-
DHCP identifier record RFC 4701 Used in conjunction with the FQDN option to DHCP.
- digitalSignature - io.netty.pkitesting.CertificateBuilder.KeyUsage
-
For verifying digital signatures, for entity authentication, for entity authentication, or for integrity verification.
- directArenas() - Method in class io.netty.buffer.PooledByteBufAllocator
-
Deprecated.
- directArenas() - Method in class io.netty.buffer.PooledByteBufAllocatorMetric
-
Return a
Listof all directPoolArenaMetrics that are provided by this pool. - directBuffer() - Method in class io.netty.buffer.AbstractByteBufAllocator
- directBuffer() - Method in interface io.netty.buffer.ByteBufAllocator
-
Allocate a direct
ByteBuf. - directBuffer() - Static method in class io.netty.buffer.Unpooled
-
Creates a new big-endian direct buffer with reasonably small initial capacity, which expands its capacity boundlessly on demand.
- directBuffer() - Method in class io.netty.channel.PreferHeapByteBufAllocator
- directBuffer() - Method in class io.netty.channel.unix.PreferredDirectByteBufAllocator
- directBuffer(int) - Method in class io.netty.buffer.AbstractByteBufAllocator
- directBuffer(int) - Method in interface io.netty.buffer.ByteBufAllocator
-
Allocate a direct
ByteBufwith the given initial capacity. - directBuffer(int) - Static method in class io.netty.buffer.Unpooled
-
Creates a new big-endian direct buffer with the specified
capacity, which expands its capacity boundlessly on demand. - directBuffer(int) - Method in class io.netty.channel.PreferHeapByteBufAllocator
- directBuffer(int) - Method in class io.netty.channel.unix.PreferredDirectByteBufAllocator
- directBuffer(int, int) - Method in class io.netty.buffer.AbstractByteBufAllocator
- directBuffer(int, int) - Method in interface io.netty.buffer.ByteBufAllocator
-
Allocate a direct
ByteBufwith the given initial capacity and the given maximal capacity. - directBuffer(int, int) - Static method in class io.netty.buffer.Unpooled
-
Creates a new big-endian direct buffer with the specified
initialCapacity, that may grow up tomaxCapacity. - directBuffer(int, int) - Method in class io.netty.channel.PreferHeapByteBufAllocator
- directBuffer(int, int) - Method in class io.netty.channel.unix.PreferredDirectByteBufAllocator
- directBuffer(long, int) - Static method in class io.netty.util.internal.PlatformDependent
- directBufferAddress(ByteBuffer) - Static method in class io.netty.util.internal.PlatformDependent
- directBufferPreferred() - Static method in class io.netty.util.internal.PlatformDependent
-
Returns
trueif the platform has reliable low-level direct buffer access API and a user has not specified-Dio.netty.noPreferDirectoption. - disable() - Method in class io.netty.handler.codec.http.cors.CorsConfig.Builder
-
Deprecated.Use
CorsConfigBuilder.disable()instead. - disable() - Method in class io.netty.handler.codec.http.cors.CorsConfigBuilder
-
Disables CORS support.
- disableActiveMigration() - Method in interface io.netty.handler.codec.quic.QuicTransportParameters
-
Whether active migration is disabled.
- DISABLED - io.netty.util.ResourceLeakDetector.Level
-
Disables resource leak detection.
- DISABLED - Static variable in class io.netty.handler.ssl.ApplicationProtocolConfig
-
The configuration that disables application protocol negotiation.
- DisabledForSlowLeakDetection - Annotation Type in io.netty.util.test
-
Disable a test when slow leak detection is enabled.
- disableResolver() - Method in class io.netty.bootstrap.Bootstrap
-
Disables address name resolution.
- discardReadBytes() - Method in class io.netty.buffer.AbstractByteBuf
- discardReadBytes() - Method in class io.netty.buffer.ByteBuf
-
Discards the bytes between the 0th index and
readerIndex. - discardReadBytes() - Method in class io.netty.buffer.CompositeByteBuf
- discardReadBytes() - Method in class io.netty.buffer.EmptyByteBuf
- discardReadBytes() - Method in class io.netty.buffer.ReadOnlyByteBuf
-
Deprecated.
- discardReadBytes() - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- discardReadBytes() - Method in class io.netty.buffer.WrappedByteBuf
- discardReadComponents() - Method in class io.netty.buffer.CompositeByteBuf
-
Discard all
ByteBufs which are read. - discardSomeReadBytes() - Method in class io.netty.buffer.AbstractByteBuf
- discardSomeReadBytes() - Method in class io.netty.buffer.ByteBuf
-
Similar to
ByteBuf.discardReadBytes()except that this method might discard some, all, or none of read bytes depending on its internal implementation to reduce overall memory bandwidth consumption at the cost of potentially additional memory consumption. - discardSomeReadBytes() - Method in class io.netty.buffer.CompositeByteBuf
- discardSomeReadBytes() - Method in class io.netty.buffer.EmptyByteBuf
- discardSomeReadBytes() - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- discardSomeReadBytes() - Method in class io.netty.buffer.WrappedByteBuf
- discardSomeReadBytes() - Method in class io.netty.handler.codec.ByteToMessageDecoder
- disconnect() - Method in interface io.netty.channel.Channel
- disconnect() - Method in interface io.netty.channel.ChannelOutboundInvoker
-
Request to disconnect from the remote peer and notify the
ChannelFutureonce the operation completes, either because the operation was successful or because of an error. - disconnect() - Method in class io.netty.channel.DefaultChannelPipeline
- disconnect() - Method in class io.netty.channel.embedded.EmbeddedChannel
- disconnect() - Method in interface io.netty.channel.group.ChannelGroup
-
Disconnects all
Channels in this group from their remote peers. - disconnect() - Method in class io.netty.channel.group.DefaultChannelGroup
- disconnect() - Method in class io.netty.channel.unix.Socket
- disconnect() - Static method in class io.netty.handler.codec.mqtt.MqttMessageBuilders
- disconnect() - Method in interface io.netty.handler.codec.quic.QuicChannel
- disconnect() - Method in interface io.netty.handler.codec.quic.QuicStreamChannel
- disconnect(ChannelHandlerContext, ChannelPromise) - Method in class io.netty.channel.ChannelDuplexHandler
-
Calls
ChannelOutboundInvoker.disconnect(ChannelPromise)to forward to the nextChannelOutboundHandlerin theChannelPipeline. - disconnect(ChannelHandlerContext, ChannelPromise) - Method in interface io.netty.channel.ChannelOutboundHandler
-
Called once a disconnect operation is made.
- disconnect(ChannelHandlerContext, ChannelPromise) - Method in class io.netty.channel.ChannelOutboundHandlerAdapter
-
Calls
ChannelOutboundInvoker.disconnect(ChannelPromise)to forward to the nextChannelOutboundHandlerin theChannelPipeline. - disconnect(ChannelHandlerContext, ChannelPromise) - Method in class io.netty.channel.CombinedChannelDuplexHandler
- disconnect(ChannelHandlerContext, ChannelPromise) - Method in class io.netty.handler.codec.DatagramPacketEncoder
- disconnect(ChannelHandlerContext, ChannelPromise) - Method in class io.netty.handler.codec.http.HttpClientUpgradeHandler
- disconnect(ChannelHandlerContext, ChannelPromise) - Method in class io.netty.handler.codec.http2.Http2ConnectionHandler
- disconnect(ChannelHandlerContext, ChannelPromise) - Method in class io.netty.handler.codec.http3.Http3FrameToHttpObjectCodec
- disconnect(ChannelHandlerContext, ChannelPromise) - Method in class io.netty.handler.codec.spdy.SpdyFrameCodec
- disconnect(ChannelHandlerContext, ChannelPromise) - Method in class io.netty.handler.flush.FlushConsolidationHandler
- disconnect(ChannelHandlerContext, ChannelPromise) - Method in class io.netty.handler.logging.LoggingHandler
- disconnect(ChannelHandlerContext, ChannelPromise) - Method in class io.netty.handler.ssl.SslClientHelloHandler
- disconnect(ChannelHandlerContext, ChannelPromise) - Method in class io.netty.handler.ssl.SslHandler
- disconnect(ChannelPromise) - Method in class io.netty.channel.AbstractChannel.AbstractUnsafe
- disconnect(ChannelPromise) - Method in interface io.netty.channel.Channel
- disconnect(ChannelPromise) - Method in interface io.netty.channel.Channel.Unsafe
-
Disconnect the
Channelof theChannelFutureand notify theChannelPromiseonce the operation was complete. - disconnect(ChannelPromise) - Method in interface io.netty.channel.ChannelOutboundInvoker
-
Request to disconnect from the remote peer and notify the
ChannelFutureonce the operation completes, either because the operation was successful or because of an error. - disconnect(ChannelPromise) - Method in class io.netty.channel.DefaultChannelPipeline
- disconnect(ChannelPromise) - Method in class io.netty.channel.embedded.EmbeddedChannel
- disconnect(ChannelPromise) - Method in interface io.netty.handler.codec.quic.QuicChannel
- disconnect(ChannelPromise) - Method in interface io.netty.handler.codec.quic.QuicStreamChannel
- disconnect(ChannelMatcher) - Method in interface io.netty.channel.group.ChannelGroup
-
Disconnects all
Channels in this group from their remote peers, that are matched by the givenChannelMatcher. - disconnect(ChannelMatcher) - Method in class io.netty.channel.group.DefaultChannelGroup
- DISCONNECT - io.netty.handler.codec.mqtt.MqttMessageType
- DISCONNECT - io.netty.handler.codec.stomp.StompCommand
- DISCONNECT - Static variable in class io.netty.handler.codec.mqtt.MqttMessage
- DISCONNECT_WITH_WILL_MESSAGE - io.netty.handler.codec.mqtt.MqttReasonCodes.Disconnect
- DiskAttribute - Class in io.netty.handler.codec.http.multipart
-
Disk implementation of Attributes
- DiskAttribute(String) - Constructor for class io.netty.handler.codec.http.multipart.DiskAttribute
-
Constructor used for huge Attribute
- DiskAttribute(String, long) - Constructor for class io.netty.handler.codec.http.multipart.DiskAttribute
- DiskAttribute(String, long, String, boolean) - Constructor for class io.netty.handler.codec.http.multipart.DiskAttribute
- DiskAttribute(String, long, Charset) - Constructor for class io.netty.handler.codec.http.multipart.DiskAttribute
- DiskAttribute(String, long, Charset, String, boolean) - Constructor for class io.netty.handler.codec.http.multipart.DiskAttribute
- DiskAttribute(String, String) - Constructor for class io.netty.handler.codec.http.multipart.DiskAttribute
- DiskAttribute(String, String, boolean) - Constructor for class io.netty.handler.codec.http.multipart.DiskAttribute
- DiskAttribute(String, String, Charset) - Constructor for class io.netty.handler.codec.http.multipart.DiskAttribute
- DiskAttribute(String, String, Charset, String, boolean) - Constructor for class io.netty.handler.codec.http.multipart.DiskAttribute
- DiskAttribute(String, Charset) - Constructor for class io.netty.handler.codec.http.multipart.DiskAttribute
- DiskAttribute(String, Charset, String, boolean) - Constructor for class io.netty.handler.codec.http.multipart.DiskAttribute
- DiskFileUpload - Class in io.netty.handler.codec.http.multipart
-
Disk FileUpload implementation that stores file into real files
- DiskFileUpload(String, String, String, String, Charset, long) - Constructor for class io.netty.handler.codec.http.multipart.DiskFileUpload
- DiskFileUpload(String, String, String, String, Charset, long, String, boolean) - Constructor for class io.netty.handler.codec.http.multipart.DiskFileUpload
- DISPOSITION - io.netty.handler.codec.http.multipart.HttpPostRequestDecoder.MultiPartStatus
- distribute(int, StreamByteDistributor.Writer) - Method in interface io.netty.handler.codec.http2.StreamByteDistributor
-
Distributes up to
maxBytesto those streams containing streamable bytes and iterates across those streams to write the appropriate bytes. - distribute(int, StreamByteDistributor.Writer) - Method in class io.netty.handler.codec.http2.UniformStreamByteDistributor
- distribute(int, StreamByteDistributor.Writer) - Method in class io.netty.handler.codec.http2.WeightedFairQueueByteDistributor
- DLV - Static variable in class io.netty.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.netty.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.
- DNS_PIPELINE_ATTRIBUTE - Static variable in class io.netty.resolver.dns.DnsNameResolver
-
An attribute used to mark all channels created by the
DnsNameResolver. - DnsAddressResolverGroup - Class in io.netty.resolver.dns
- DnsAddressResolverGroup(ChannelFactory<? extends DatagramChannel>, DnsServerAddressStreamProvider) - Constructor for class io.netty.resolver.dns.DnsAddressResolverGroup
- DnsAddressResolverGroup(DnsNameResolverBuilder) - Constructor for class io.netty.resolver.dns.DnsAddressResolverGroup
- DnsAddressResolverGroup(Class<? extends DatagramChannel>, DnsServerAddressStreamProvider) - Constructor for class io.netty.resolver.dns.DnsAddressResolverGroup
- DnsCache - Interface in io.netty.resolver.dns
-
A cache for DNS resolution entries.
- DnsCacheEntry - Interface in io.netty.resolver.dns
-
Represents the results from a previous DNS query which can be cached.
- dnsClass() - Method in class io.netty.handler.codec.dns.AbstractDnsRecord
- dnsClass() - Method in interface io.netty.handler.codec.dns.DnsRecord
-
Returns the class of this resource record.
- DnsCnameCache - Interface in io.netty.resolver.dns
-
A cache for
CNAMEs. - DnsErrorCauseException - Exception in io.netty.resolver.dns
-
A metadata carrier exception, to propagate
DnsResponseCodeinformation as an enrichment within theUnknownHostExceptioncause. - DNSKEY - Static variable in class io.netty.handler.codec.dns.DnsRecordType
-
DNS Key record RFC 4034 The key record used in DNSSEC.
- DnsMessage - Interface in io.netty.handler.codec.dns
-
The superclass which contains core information concerning a
DnsQueryand aDnsResponse. - DnsNameResolver - Class in io.netty.resolver.dns
-
A DNS-based
InetNameResolver. - DnsNameResolver(EventLoop, ChannelFactory<? extends DatagramChannel>, DnsCache, AuthoritativeDnsServerCache, DnsQueryLifecycleObserverFactory, long, ResolvedAddressTypes, boolean, int, boolean, int, boolean, HostsFileEntriesResolver, DnsServerAddressStreamProvider, String[], int, boolean) - Constructor for class io.netty.resolver.dns.DnsNameResolver
-
Deprecated.
- DnsNameResolver(EventLoop, ChannelFactory<? extends DatagramChannel>, DnsCache, DnsCache, DnsQueryLifecycleObserverFactory, long, ResolvedAddressTypes, boolean, int, boolean, int, boolean, HostsFileEntriesResolver, DnsServerAddressStreamProvider, String[], int, boolean) - Constructor for class io.netty.resolver.dns.DnsNameResolver
-
Deprecated.
- DnsNameResolverBuilder - Class in io.netty.resolver.dns
-
A
DnsNameResolverbuilder. - DnsNameResolverBuilder() - Constructor for class io.netty.resolver.dns.DnsNameResolverBuilder
-
Creates a new builder.
- DnsNameResolverBuilder(EventLoop) - Constructor for class io.netty.resolver.dns.DnsNameResolverBuilder
-
Creates a new builder.
- DnsNameResolverChannelStrategy - Enum in io.netty.resolver.dns
-
Strategy that influence how
Channels are used during queries. - DnsNameResolverException - Exception in io.netty.resolver.dns
-
A
RuntimeExceptionraised whenDnsNameResolverfailed to perform a successful query. - DnsNameResolverException(InetSocketAddress, DnsQuestion, String) - Constructor for exception io.netty.resolver.dns.DnsNameResolverException
- DnsNameResolverException(InetSocketAddress, DnsQuestion, String, Throwable) - Constructor for exception io.netty.resolver.dns.DnsNameResolverException
- DnsNameResolverTimeoutException - Exception in io.netty.resolver.dns
-
A
DnsNameResolverExceptionraised whenDnsNameResolverfailed to perform a successful query because of an timeout. - DnsNameResolverTimeoutException(InetSocketAddress, DnsQuestion, String) - Constructor for exception io.netty.resolver.dns.DnsNameResolverTimeoutException
- DnsOpCode - Class in io.netty.handler.codec.dns
-
The DNS
OpCodeas defined in RFC2929. - DnsOpCode(int, String) - Constructor for class io.netty.handler.codec.dns.DnsOpCode
- DnsOptEcsRecord - Interface in io.netty.handler.codec.dns
-
An ECS record as defined in Client Subnet in DNS Queries.
- DnsOptPseudoRecord - Interface in io.netty.handler.codec.dns
-
An OPT RR record.
- DnsPtrRecord - Interface in io.netty.handler.codec.dns
- DnsQuery - Interface in io.netty.handler.codec.dns
-
A DNS query message.
- DnsQueryLifecycleObserver - Interface in io.netty.resolver.dns
-
This interface provides visibility into individual DNS queries.
- dnsQueryLifecycleObserverFactory(DnsQueryLifecycleObserverFactory) - Method in class io.netty.resolver.dns.DnsNameResolverBuilder
-
Set the factory used to generate objects which can observe individual DNS queries.
- DnsQueryLifecycleObserverFactory - Interface in io.netty.resolver.dns
-
Used to generate new instances of
DnsQueryLifecycleObserver. - DnsQuestion - Interface in io.netty.handler.codec.dns
-
A DNS question.
- DnsRawRecord - Interface in io.netty.handler.codec.dns
-
A generic
DnsRecordthat contains an undecodedRDATA. - DnsRecord - Interface in io.netty.handler.codec.dns
-
A DNS resource record.
- DnsRecordDecoder - Interface in io.netty.handler.codec.dns
-
Decodes a DNS record into its object representation.
- DnsRecordEncoder - Interface in io.netty.handler.codec.dns
-
Encodes a
DnsRecordinto binary representation. - DnsRecordType - Class in io.netty.handler.codec.dns
-
Represents a DNS record type.
- DnsRecordType(int, String) - Constructor for class io.netty.handler.codec.dns.DnsRecordType
- DnsResponse - Interface in io.netty.handler.codec.dns
-
A DNS response message.
- DnsResponseCode - Class in io.netty.handler.codec.dns
-
The DNS
RCODE, as defined in RFC2929. - DnsResponseCode(int, String) - Constructor for class io.netty.handler.codec.dns.DnsResponseCode
- DnsSection - Enum in io.netty.handler.codec.dns
-
Represents a section of a
DnsMessage. - DnsServerAddresses - Class in io.netty.resolver.dns
-
Provides an infinite sequence of DNS server addresses to
DnsNameResolver. - DnsServerAddresses() - Constructor for class io.netty.resolver.dns.DnsServerAddresses
- DnsServerAddressStream - Interface in io.netty.resolver.dns
-
An infinite stream of DNS server addresses.
- DnsServerAddressStreamProvider - Interface in io.netty.resolver.dns
-
Provides an opportunity to override which
DnsServerAddressStreamis used to resolve a specific hostname. - DnsServerAddressStreamProviders - Class in io.netty.resolver.dns
-
Utility methods related to
DnsServerAddressStreamProvider. - DnsServerResponseFeedbackAddressStream - Interface in io.netty.resolver.dns
-
An infinite stream of DNS server addresses, that requests feedback to be returned to it.
- DNT - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
-
"dnt" - doAccounting(TrafficCounter) - Method in class io.netty.handler.traffic.AbstractTrafficShapingHandler
-
Called each time the accounting is computed from the TrafficCounters.
- doAccounting(TrafficCounter) - Method in class io.netty.handler.traffic.GlobalChannelTrafficShapingHandler
- doBeginRead() - Method in class io.netty.channel.AbstractChannel
-
Schedule a read operation.
- doBeginRead() - Method in class io.netty.channel.embedded.EmbeddedChannel
- doBeginRead() - Method in class io.netty.channel.local.LocalChannel
- doBeginRead() - Method in class io.netty.channel.local.LocalServerChannel
- doBeginRead() - Method in class io.netty.channel.nio.AbstractNioChannel
- doBeginRead() - Method in class io.netty.channel.nio.AbstractNioMessageChannel
- doBeginRead() - Method in class io.netty.channel.oio.AbstractOioChannel
-
Deprecated.
- doBind(SocketAddress) - Method in class io.netty.channel.AbstractChannel
-
Bind the
Channelto theSocketAddress - doBind(SocketAddress) - Method in class io.netty.channel.embedded.EmbeddedChannel
- doBind(SocketAddress) - Method in class io.netty.channel.epoll.EpollDatagramChannel
- doBind(SocketAddress) - Method in class io.netty.channel.epoll.EpollDomainDatagramChannel
- doBind(SocketAddress) - Method in class io.netty.channel.epoll.EpollDomainSocketChannel
- doBind(SocketAddress) - Method in class io.netty.channel.epoll.EpollServerDomainSocketChannel
- doBind(SocketAddress) - Method in class io.netty.channel.epoll.EpollServerSocketChannel
- doBind(SocketAddress) - Method in class io.netty.channel.kqueue.KQueueDatagramChannel
- doBind(SocketAddress) - Method in class io.netty.channel.kqueue.KQueueDomainDatagramChannel
- doBind(SocketAddress) - Method in class io.netty.channel.kqueue.KQueueDomainSocketChannel
- doBind(SocketAddress) - Method in class io.netty.channel.kqueue.KQueueServerDomainSocketChannel
- doBind(SocketAddress) - Method in class io.netty.channel.kqueue.KQueueServerSocketChannel
- doBind(SocketAddress) - Method in class io.netty.channel.local.LocalChannel
- doBind(SocketAddress) - Method in class io.netty.channel.local.LocalServerChannel
- doBind(SocketAddress) - Method in class io.netty.channel.rxtx.RxtxChannel
-
Deprecated.
- doBind(SocketAddress) - Method in class io.netty.channel.sctp.nio.NioSctpChannel
- doBind(SocketAddress) - Method in class io.netty.channel.sctp.nio.NioSctpServerChannel
- doBind(SocketAddress) - Method in class io.netty.channel.sctp.oio.OioSctpChannel
-
Deprecated.
- doBind(SocketAddress) - Method in class io.netty.channel.sctp.oio.OioSctpServerChannel
-
Deprecated.
- doBind(SocketAddress) - Method in class io.netty.channel.socket.nio.NioDatagramChannel
- doBind(SocketAddress) - Method in class io.netty.channel.socket.nio.NioDomainSocketChannel
- doBind(SocketAddress) - Method in class io.netty.channel.socket.nio.NioServerDomainSocketChannel
- doBind(SocketAddress) - Method in class io.netty.channel.socket.nio.NioServerSocketChannel
- doBind(SocketAddress) - Method in class io.netty.channel.socket.nio.NioSocketChannel
- doBind(SocketAddress) - Method in class io.netty.channel.socket.oio.OioDatagramChannel
-
Deprecated.
- doBind(SocketAddress) - Method in class io.netty.channel.socket.oio.OioServerSocketChannel
-
Deprecated.
- doBind(SocketAddress) - Method in class io.netty.channel.socket.oio.OioSocketChannel
-
Deprecated.
- doBind(SocketAddress) - Method in class io.netty.channel.udt.nio.NioUdtAcceptorChannel
-
Deprecated.
- doBind(SocketAddress) - Method in class io.netty.channel.udt.nio.NioUdtByteConnectorChannel
-
Deprecated.
- doBind(SocketAddress) - Method in class io.netty.channel.udt.nio.NioUdtMessageConnectorChannel
-
Deprecated.
- doBind(SocketAddress) - Method in class io.netty.channel.uring.IoUringDatagramChannel
- doBind(SocketAddress) - Method in class io.netty.channel.uring.IoUringServerDomainSocketChannel
- doBind(SocketAddress) - Method in class io.netty.channel.uring.IoUringServerSocketChannel
- doClose() - Method in class io.netty.channel.AbstractChannel
-
Close the
Channel - doClose() - Method in class io.netty.channel.embedded.EmbeddedChannel
- doClose() - Method in class io.netty.channel.epoll.AbstractEpollStreamChannel
- doClose() - Method in class io.netty.channel.epoll.EpollDatagramChannel
- doClose() - Method in class io.netty.channel.epoll.EpollDomainDatagramChannel
- doClose() - Method in class io.netty.channel.epoll.EpollServerDomainSocketChannel
- doClose() - Method in class io.netty.channel.kqueue.KQueueDatagramChannel
- doClose() - Method in class io.netty.channel.kqueue.KQueueDomainDatagramChannel
- doClose() - Method in class io.netty.channel.kqueue.KQueueServerDomainSocketChannel
- doClose() - Method in class io.netty.channel.local.LocalChannel
- doClose() - Method in class io.netty.channel.local.LocalServerChannel
- doClose() - Method in class io.netty.channel.nio.AbstractNioChannel
- doClose() - Method in class io.netty.channel.oio.OioByteStreamChannel
-
Deprecated.
- doClose() - Method in class io.netty.channel.rxtx.RxtxChannel
-
Deprecated.
- doClose() - Method in class io.netty.channel.sctp.nio.NioSctpChannel
- doClose() - Method in class io.netty.channel.sctp.nio.NioSctpServerChannel
- doClose() - Method in class io.netty.channel.sctp.oio.OioSctpChannel
-
Deprecated.
- doClose() - Method in class io.netty.channel.sctp.oio.OioSctpServerChannel
-
Deprecated.
- doClose() - Method in class io.netty.channel.socket.nio.NioDatagramChannel
- doClose() - Method in class io.netty.channel.socket.nio.NioDomainSocketChannel
- doClose() - Method in class io.netty.channel.socket.nio.NioServerDomainSocketChannel
- doClose() - Method in class io.netty.channel.socket.nio.NioServerSocketChannel
- doClose() - Method in class io.netty.channel.socket.nio.NioSocketChannel
- doClose() - Method in class io.netty.channel.socket.oio.OioDatagramChannel
-
Deprecated.
- doClose() - Method in class io.netty.channel.socket.oio.OioServerSocketChannel
-
Deprecated.
- doClose() - Method in class io.netty.channel.socket.oio.OioSocketChannel
-
Deprecated.
- doClose() - Method in class io.netty.channel.udt.nio.NioUdtAcceptorChannel
-
Deprecated.
- doClose() - Method in class io.netty.channel.udt.nio.NioUdtByteConnectorChannel
-
Deprecated.
- doClose() - Method in class io.netty.channel.udt.nio.NioUdtMessageConnectorChannel
-
Deprecated.
- doClose() - Method in class io.netty.channel.uring.IoUringDatagramChannel
- doConnect(SocketAddress, SocketAddress) - Method in class io.netty.channel.epoll.AbstractEpollServerChannel
- doConnect(SocketAddress, SocketAddress) - Method in class io.netty.channel.epoll.EpollDatagramChannel
- doConnect(SocketAddress, SocketAddress) - Method in class io.netty.channel.epoll.EpollDomainDatagramChannel
- doConnect(SocketAddress, SocketAddress) - Method in class io.netty.channel.epoll.EpollDomainSocketChannel
- doConnect(SocketAddress, SocketAddress) - Method in class io.netty.channel.kqueue.AbstractKQueueServerChannel
- doConnect(SocketAddress, SocketAddress) - Method in class io.netty.channel.kqueue.KQueueDatagramChannel
- doConnect(SocketAddress, SocketAddress) - Method in class io.netty.channel.kqueue.KQueueDomainDatagramChannel
- doConnect(SocketAddress, SocketAddress) - Method in class io.netty.channel.kqueue.KQueueDomainSocketChannel
- doConnect(SocketAddress, SocketAddress) - Method in class io.netty.channel.nio.AbstractNioChannel
-
Connect to the remote peer
- doConnect(SocketAddress, SocketAddress) - Method in class io.netty.channel.oio.AbstractOioChannel
-
Deprecated.Connect to the remote peer using the given localAddress if one is specified or
nullotherwise. - doConnect(SocketAddress, SocketAddress) - Method in class io.netty.channel.rxtx.RxtxChannel
-
Deprecated.
- doConnect(SocketAddress, SocketAddress) - Method in class io.netty.channel.sctp.nio.NioSctpChannel
- doConnect(SocketAddress, SocketAddress) - Method in class io.netty.channel.sctp.nio.NioSctpServerChannel
- doConnect(SocketAddress, SocketAddress) - Method in class io.netty.channel.sctp.oio.OioSctpChannel
-
Deprecated.
- doConnect(SocketAddress, SocketAddress) - Method in class io.netty.channel.sctp.oio.OioSctpServerChannel
-
Deprecated.
- doConnect(SocketAddress, SocketAddress) - Method in class io.netty.channel.socket.nio.NioDatagramChannel
- doConnect(SocketAddress, SocketAddress) - Method in class io.netty.channel.socket.nio.NioDomainSocketChannel
- doConnect(SocketAddress, SocketAddress) - Method in class io.netty.channel.socket.nio.NioServerDomainSocketChannel
- doConnect(SocketAddress, SocketAddress) - Method in class io.netty.channel.socket.nio.NioServerSocketChannel
- doConnect(SocketAddress, SocketAddress) - Method in class io.netty.channel.socket.nio.NioSocketChannel
- doConnect(SocketAddress, SocketAddress) - Method in class io.netty.channel.socket.oio.OioDatagramChannel
-
Deprecated.
- doConnect(SocketAddress, SocketAddress) - Method in class io.netty.channel.socket.oio.OioServerSocketChannel
-
Deprecated.
- doConnect(SocketAddress, SocketAddress) - Method in class io.netty.channel.socket.oio.OioSocketChannel
-
Deprecated.
- doConnect(SocketAddress, SocketAddress) - Method in class io.netty.channel.udt.nio.NioUdtAcceptorChannel
-
Deprecated.
- doConnect(SocketAddress, SocketAddress) - Method in class io.netty.channel.udt.nio.NioUdtByteConnectorChannel
-
Deprecated.
- doConnect(SocketAddress, SocketAddress) - Method in class io.netty.channel.udt.nio.NioUdtMessageConnectorChannel
-
Deprecated.
- doConnect0(SocketAddress, SocketAddress) - Method in class io.netty.channel.kqueue.KQueueSocketChannel
- doDeregister() - Method in class io.netty.channel.AbstractChannel
- doDeregister() - Method in class io.netty.channel.local.LocalChannel
- doDeregister() - Method in class io.netty.channel.local.LocalServerChannel
- doDeregister() - Method in class io.netty.channel.nio.AbstractNioChannel
- doDisconnect() - Method in class io.netty.channel.AbstractChannel
-
Disconnect this
Channelfrom its remote peer - doDisconnect() - Method in class io.netty.channel.AbstractServerChannel
- doDisconnect() - Method in class io.netty.channel.embedded.EmbeddedChannel
- doDisconnect() - Method in class io.netty.channel.epoll.EpollDatagramChannel
- doDisconnect() - Method in class io.netty.channel.epoll.EpollDomainDatagramChannel
- doDisconnect() - Method in class io.netty.channel.kqueue.KQueueDatagramChannel
- doDisconnect() - Method in class io.netty.channel.kqueue.KQueueDomainDatagramChannel
- doDisconnect() - Method in class io.netty.channel.local.LocalChannel
- doDisconnect() - Method in class io.netty.channel.rxtx.RxtxChannel
-
Deprecated.
- doDisconnect() - Method in class io.netty.channel.sctp.nio.NioSctpChannel
- doDisconnect() - Method in class io.netty.channel.sctp.nio.NioSctpServerChannel
- doDisconnect() - Method in class io.netty.channel.sctp.oio.OioSctpChannel
-
Deprecated.
- doDisconnect() - Method in class io.netty.channel.sctp.oio.OioSctpServerChannel
-
Deprecated.
- doDisconnect() - Method in class io.netty.channel.socket.nio.NioDatagramChannel
- doDisconnect() - Method in class io.netty.channel.socket.nio.NioDomainSocketChannel
- doDisconnect() - Method in class io.netty.channel.socket.nio.NioServerDomainSocketChannel
- doDisconnect() - Method in class io.netty.channel.socket.nio.NioServerSocketChannel
- doDisconnect() - Method in class io.netty.channel.socket.nio.NioSocketChannel
- doDisconnect() - Method in class io.netty.channel.socket.oio.OioDatagramChannel
-
Deprecated.
- doDisconnect() - Method in class io.netty.channel.socket.oio.OioServerSocketChannel
-
Deprecated.
- doDisconnect() - Method in class io.netty.channel.socket.oio.OioSocketChannel
-
Deprecated.
- doDisconnect() - Method in class io.netty.channel.udt.nio.NioUdtAcceptorChannel
-
Deprecated.
- doDisconnect() - Method in class io.netty.channel.udt.nio.NioUdtByteConnectorChannel
-
Deprecated.
- doDisconnect() - Method in class io.netty.channel.udt.nio.NioUdtMessageConnectorChannel
-
Deprecated.
- doDisconnect() - Method in class io.netty.channel.uring.IoUringDatagramChannel
- doFinishConnect() - Method in class io.netty.channel.nio.AbstractNioChannel
-
Finish the connect
- doFinishConnect() - Method in class io.netty.channel.sctp.nio.NioSctpChannel
- doFinishConnect() - Method in class io.netty.channel.sctp.nio.NioSctpServerChannel
- doFinishConnect() - Method in class io.netty.channel.socket.nio.NioDatagramChannel
- doFinishConnect() - Method in class io.netty.channel.socket.nio.NioDomainSocketChannel
- doFinishConnect() - Method in class io.netty.channel.socket.nio.NioServerDomainSocketChannel
- doFinishConnect() - Method in class io.netty.channel.socket.nio.NioServerSocketChannel
- doFinishConnect() - Method in class io.netty.channel.socket.nio.NioSocketChannel
- doFinishConnect() - Method in class io.netty.channel.udt.nio.NioUdtAcceptorChannel
-
Deprecated.
- doFinishConnect() - Method in class io.netty.channel.udt.nio.NioUdtByteConnectorChannel
-
Deprecated.
- doFinishConnect() - Method in class io.netty.channel.udt.nio.NioUdtMessageConnectorChannel
-
Deprecated.
- doInit() - Method in class io.netty.channel.rxtx.RxtxChannel
-
Deprecated.
- doIsResolved(InetSocketAddress) - Method in class io.netty.resolver.InetSocketAddressResolver
- doIsResolved(SocketAddress) - Method in class io.netty.resolver.NoopAddressResolver
- doIsResolved(T) - Method in class io.netty.resolver.AbstractAddressResolver
-
Invoked by
AbstractAddressResolver.isResolved(SocketAddress)to check if the specifiedaddresshas been resolved already. - domain() - Method in interface io.netty.handler.codec.http.cookie.Cookie
-
Returns the domain of this
Cookie. - domain() - Method in class io.netty.handler.codec.http.cookie.DefaultCookie
- DOMAIN - io.netty.handler.codec.socks.SocksAddressType
- DOMAIN - Static variable in class io.netty.handler.codec.http.cookie.CookieHeaderNames
- DOMAIN - Static variable in class io.netty.handler.codec.socksx.v5.Socks5AddressType
- DOMAIN_SOCKET_READ_MODE - Static variable in class io.netty.channel.unix.UnixChannelOption
- DomainDatagramChannel - Interface in io.netty.channel.unix
-
A
UnixChannelthat supports communication via UNIX domain datagram sockets. - DomainDatagramChannelConfig - Interface in io.netty.channel.unix
-
A
ChannelConfigfor aDomainDatagramChannel. - DomainDatagramPacket - Class in io.netty.channel.unix
-
The message container that is used for
DomainDatagramChannelto communicate with the remote peer. - DomainDatagramPacket(ByteBuf, DomainSocketAddress) - Constructor for class io.netty.channel.unix.DomainDatagramPacket
-
Create a new instance with the specified packet
dataandrecipientaddress. - DomainDatagramPacket(ByteBuf, DomainSocketAddress, DomainSocketAddress) - Constructor for class io.netty.channel.unix.DomainDatagramPacket
-
Create a new instance with the specified packet
data,recipientaddress, andsenderaddress. - DomainDatagramSocketAddress - Class in io.netty.channel.unix
-
Act as special
DomainSocketAddressto 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.netty.channel.unix.DomainDatagramSocketAddress
- DomainMappingBuilder<V> - Class in io.netty.util
-
Deprecated.Use
DomainWildcardMappingBuilderinstead. - DomainMappingBuilder(int, V) - Constructor for class io.netty.util.DomainMappingBuilder
-
Deprecated.Constructor with initial capacity of the map holding the mappings
- DomainMappingBuilder(V) - Constructor for class io.netty.util.DomainMappingBuilder
-
Deprecated.Constructor with default initial capacity of the map holding the mappings
- DomainNameMapping<V> - Class in io.netty.util
-
Deprecated.
- DomainNameMapping(int, V) - Constructor for class io.netty.util.DomainNameMapping
-
Deprecated.use
DomainNameMappingBuilderto create and fill the mapping instead - DomainNameMapping(V) - Constructor for class io.netty.util.DomainNameMapping
-
Deprecated.use
DomainNameMappingBuilderto create and fill the mapping instead - DomainNameMappingBuilder<V> - Class in io.netty.util
-
Deprecated.
- DomainNameMappingBuilder(int, V) - Constructor for class io.netty.util.DomainNameMappingBuilder
-
Deprecated.Constructor with initial capacity of the map holding the mappings
- DomainNameMappingBuilder(V) - Constructor for class io.netty.util.DomainNameMappingBuilder
-
Deprecated.Constructor with default initial capacity of the map holding the mappings
- DomainSocketAddress - Class in io.netty.channel.unix
-
A address for a Unix Domain Socket.
- DomainSocketAddress(File) - Constructor for class io.netty.channel.unix.DomainSocketAddress
- DomainSocketAddress(String) - Constructor for class io.netty.channel.unix.DomainSocketAddress
- DomainSocketChannel - Interface in io.netty.channel.unix
-
A
UnixChannelthat supports communication via Unix Domain Socket. - DomainSocketChannelConfig - Interface in io.netty.channel.unix
-
Special
ChannelConfigforDomainSocketChannels. - DomainSocketReadMode - Enum in io.netty.channel.unix
-
Different modes of reading from a
DomainSocketChannel. - DomainWildcardMappingBuilder<V> - Class in io.netty.util
-
Builder that allows to build
Mappings that support DNS wildcard matching. - DomainWildcardMappingBuilder(int, V) - Constructor for class io.netty.util.DomainWildcardMappingBuilder
-
Constructor with initial capacity of the map holding the mappings
- DomainWildcardMappingBuilder(V) - Constructor for class io.netty.util.DomainWildcardMappingBuilder
-
Constructor with default initial capacity of the map holding the mappings
- DONT_SEND_AT_SUBSCRIBE - io.netty.handler.codec.mqtt.MqttSubscriptionOption.RetainedHandlingPolicy
- doRead() - Method in class io.netty.channel.oio.AbstractOioByteChannel
-
Deprecated.
- doRead() - Method in class io.netty.channel.oio.AbstractOioChannel
-
Deprecated.
- doRead() - Method in class io.netty.channel.oio.AbstractOioMessageChannel
-
Deprecated.
- doReadBytes(ByteBuf) - Method in class io.netty.channel.nio.AbstractNioByteChannel
-
Read bytes into the given
ByteBufand return the amount. - doReadBytes(ByteBuf) - Method in class io.netty.channel.oio.AbstractOioByteChannel
-
Deprecated.Read bytes from the underlying Socket.
- doReadBytes(ByteBuf) - Method in class io.netty.channel.oio.OioByteStreamChannel
-
Deprecated.
- doReadBytes(ByteBuf) - Method in class io.netty.channel.socket.nio.NioDomainSocketChannel
- doReadBytes(ByteBuf) - Method in class io.netty.channel.socket.nio.NioSocketChannel
- doReadBytes(ByteBuf) - Method in class io.netty.channel.socket.oio.OioSocketChannel
-
Deprecated.
- doReadBytes(ByteBuf) - Method in class io.netty.channel.udt.nio.NioUdtByteConnectorChannel
-
Deprecated.
- doReadMessages(List<Object>) - Method in class io.netty.channel.nio.AbstractNioMessageChannel
-
Read messages into the given array and return the amount which was read.
- doReadMessages(List<Object>) - Method in class io.netty.channel.oio.AbstractOioMessageChannel
-
Deprecated.Read messages into the given array and return the amount which was read.
- doReadMessages(List<Object>) - Method in class io.netty.channel.sctp.nio.NioSctpChannel
- doReadMessages(List<Object>) - Method in class io.netty.channel.sctp.nio.NioSctpServerChannel
- doReadMessages(List<Object>) - Method in class io.netty.channel.sctp.oio.OioSctpChannel
-
Deprecated.
- doReadMessages(List<Object>) - Method in class io.netty.channel.sctp.oio.OioSctpServerChannel
-
Deprecated.
- doReadMessages(List<Object>) - Method in class io.netty.channel.socket.nio.NioDatagramChannel
- doReadMessages(List<Object>) - Method in class io.netty.channel.socket.nio.NioServerDomainSocketChannel
- doReadMessages(List<Object>) - Method in class io.netty.channel.socket.nio.NioServerSocketChannel
- doReadMessages(List<Object>) - Method in class io.netty.channel.socket.oio.OioDatagramChannel
-
Deprecated.
- doReadMessages(List<Object>) - Method in class io.netty.channel.socket.oio.OioServerSocketChannel
-
Deprecated.
- doReadMessages(List<Object>) - Method in class io.netty.channel.udt.nio.NioUdtAcceptorChannel
-
Deprecated.
- doReadMessages(List<Object>) - Method in class io.netty.channel.udt.nio.NioUdtMessageConnectorChannel
-
Deprecated.
- doRegister() - Method in class io.netty.channel.AbstractChannel
-
Deprecated.
- doRegister() - Method in class io.netty.channel.embedded.EmbeddedChannel
- doRegister(ChannelPromise) - Method in class io.netty.channel.AbstractChannel
- doRegister(ChannelPromise) - Method in class io.netty.channel.local.LocalChannel
- doRegister(ChannelPromise) - Method in class io.netty.channel.local.LocalServerChannel
- doRegister(ChannelPromise) - Method in class io.netty.channel.nio.AbstractNioChannel
- doResolve(String, DnsRecord[], Promise<InetAddress>, DnsCache) - Method in class io.netty.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.netty.resolver.DefaultNameResolver
- doResolve(String, Promise<InetAddress>) - Method in class io.netty.resolver.dns.DnsNameResolver
- doResolve(String, Promise<InetAddress>) - Method in class io.netty.resolver.RoundRobinInetAddressResolver
- doResolve(String, Promise<T>) - Method in class io.netty.resolver.CompositeNameResolver
- doResolve(String, Promise<T>) - Method in class io.netty.resolver.SimpleNameResolver
-
Invoked by
SimpleNameResolver.resolve(String)to perform the actual name resolution. - doResolve(InetSocketAddress, Promise<InetSocketAddress>) - Method in class io.netty.resolver.InetSocketAddressResolver
- doResolve(SocketAddress, Promise<SocketAddress>) - Method in class io.netty.resolver.NoopAddressResolver
- doResolve(T, Promise<T>) - Method in class io.netty.resolver.AbstractAddressResolver
-
Invoked by
AbstractAddressResolver.resolve(SocketAddress)to perform the actual name resolution. - doResolveAll(String, DnsRecord[], Promise<List<InetAddress>>, DnsCache) - Method in class io.netty.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.netty.resolver.DefaultNameResolver
- doResolveAll(String, Promise<List<InetAddress>>) - Method in class io.netty.resolver.dns.DnsNameResolver
- doResolveAll(String, Promise<List<InetAddress>>) - Method in class io.netty.resolver.RoundRobinInetAddressResolver
- doResolveAll(String, Promise<List<T>>) - Method in class io.netty.resolver.CompositeNameResolver
- doResolveAll(String, Promise<List<T>>) - Method in class io.netty.resolver.SimpleNameResolver
-
Invoked by
SimpleNameResolver.resolveAll(String)to perform the actual name resolution. - doResolveAll(InetSocketAddress, Promise<List<InetSocketAddress>>) - Method in class io.netty.resolver.InetSocketAddressResolver
- doResolveAll(SocketAddress, Promise<List<SocketAddress>>) - Method in class io.netty.resolver.NoopAddressResolver
- doResolveAll(T, Promise<List<T>>) - Method in class io.netty.resolver.AbstractAddressResolver
-
Invoked by
AbstractAddressResolver.resolveAll(SocketAddress)to perform the actual name resolution. - doShutdownOutput() - Method in class io.netty.channel.AbstractChannel
-
Called when conditions justify shutting down the output portion of the channel.
- doShutdownOutput() - Method in class io.netty.channel.epoll.AbstractEpollStreamChannel
- doShutdownOutput() - Method in class io.netty.channel.kqueue.AbstractKQueueStreamChannel
- doShutdownOutput() - Method in class io.netty.channel.socket.nio.NioDomainSocketChannel
- doShutdownOutput() - Method in class io.netty.channel.socket.nio.NioSocketChannel
- doShutdownOutput() - Method in class io.netty.channel.socket.oio.OioSocketChannel
-
Deprecated.
- DOUBLE_QUOTE - Static variable in class io.netty.handler.codec.http.HttpConstants
-
Double quote '"'
- DOUBLE_QUOTE - Static variable in class io.netty.util.internal.StringUtil
- doWrite(ChannelOutboundBuffer) - Method in class io.netty.channel.AbstractChannel
-
Flush the content of the given buffer to the remote peer.
- doWrite(ChannelOutboundBuffer) - Method in class io.netty.channel.AbstractServerChannel
- doWrite(ChannelOutboundBuffer) - Method in class io.netty.channel.embedded.EmbeddedChannel
- doWrite(ChannelOutboundBuffer) - Method in class io.netty.channel.epoll.AbstractEpollServerChannel
- doWrite(ChannelOutboundBuffer) - Method in class io.netty.channel.epoll.AbstractEpollStreamChannel
- doWrite(ChannelOutboundBuffer) - Method in class io.netty.channel.epoll.EpollDatagramChannel
- doWrite(ChannelOutboundBuffer) - Method in class io.netty.channel.epoll.EpollDomainDatagramChannel
- doWrite(ChannelOutboundBuffer) - Method in class io.netty.channel.kqueue.AbstractKQueueServerChannel
- doWrite(ChannelOutboundBuffer) - Method in class io.netty.channel.kqueue.AbstractKQueueStreamChannel
- doWrite(ChannelOutboundBuffer) - Method in class io.netty.channel.local.LocalChannel
- doWrite(ChannelOutboundBuffer) - Method in class io.netty.channel.nio.AbstractNioByteChannel
- doWrite(ChannelOutboundBuffer) - Method in class io.netty.channel.nio.AbstractNioMessageChannel
- doWrite(ChannelOutboundBuffer) - Method in class io.netty.channel.oio.AbstractOioByteChannel
-
Deprecated.
- doWrite(ChannelOutboundBuffer) - Method in class io.netty.channel.sctp.oio.OioSctpChannel
-
Deprecated.
- doWrite(ChannelOutboundBuffer) - Method in class io.netty.channel.sctp.oio.OioSctpServerChannel
-
Deprecated.
- doWrite(ChannelOutboundBuffer) - Method in class io.netty.channel.socket.nio.NioDomainSocketChannel
- doWrite(ChannelOutboundBuffer) - Method in class io.netty.channel.socket.nio.NioSocketChannel
- doWrite(ChannelOutboundBuffer) - Method in class io.netty.channel.socket.oio.OioDatagramChannel
-
Deprecated.
- doWrite(ChannelOutboundBuffer) - Method in class io.netty.channel.socket.oio.OioServerSocketChannel
-
Deprecated.
- doWrite0(ChannelOutboundBuffer) - Method in class io.netty.channel.nio.AbstractNioByteChannel
-
Write objects to the OS.
- doWriteBytes(ByteBuf) - Method in class io.netty.channel.nio.AbstractNioByteChannel
-
Write bytes form the given
ByteBufto the underlyingChannel. - doWriteBytes(ByteBuf) - Method in class io.netty.channel.oio.AbstractOioByteChannel
-
Deprecated.Write the data which is hold by the
ByteBufto the underlying Socket. - doWriteBytes(ByteBuf) - Method in class io.netty.channel.oio.OioByteStreamChannel
-
Deprecated.
- doWriteBytes(ByteBuf) - Method in class io.netty.channel.socket.nio.NioDomainSocketChannel
- doWriteBytes(ByteBuf) - Method in class io.netty.channel.socket.nio.NioSocketChannel
- doWriteBytes(ByteBuf) - Method in class io.netty.channel.udt.nio.NioUdtByteConnectorChannel
-
Deprecated.
- doWriteFileRegion(FileRegion) - Method in class io.netty.channel.nio.AbstractNioByteChannel
-
Write a
FileRegion - doWriteFileRegion(FileRegion) - Method in class io.netty.channel.oio.AbstractOioByteChannel
-
Deprecated.Write the data which is hold by the
FileRegionto the underlying Socket. - doWriteFileRegion(FileRegion) - Method in class io.netty.channel.oio.OioByteStreamChannel
-
Deprecated.
- doWriteFileRegion(FileRegion) - Method in class io.netty.channel.socket.nio.NioDomainSocketChannel
- doWriteFileRegion(FileRegion) - Method in class io.netty.channel.socket.nio.NioSocketChannel
- doWriteFileRegion(FileRegion) - Method in class io.netty.channel.udt.nio.NioUdtByteConnectorChannel
-
Deprecated.
- doWriteMessage(Object) - Method in class io.netty.channel.kqueue.KQueueDatagramChannel
- doWriteMessage(Object) - Method in class io.netty.channel.kqueue.KQueueDomainDatagramChannel
- doWriteMessage(Object, ChannelOutboundBuffer) - Method in class io.netty.channel.nio.AbstractNioMessageChannel
-
Write a message to the underlying
Channel. - doWriteMessage(Object, ChannelOutboundBuffer) - Method in class io.netty.channel.sctp.nio.NioSctpChannel
- doWriteMessage(Object, ChannelOutboundBuffer) - Method in class io.netty.channel.sctp.nio.NioSctpServerChannel
- doWriteMessage(Object, ChannelOutboundBuffer) - Method in class io.netty.channel.socket.nio.NioDatagramChannel
- doWriteMessage(Object, ChannelOutboundBuffer) - Method in class io.netty.channel.socket.nio.NioServerDomainSocketChannel
- doWriteMessage(Object, ChannelOutboundBuffer) - Method in class io.netty.channel.socket.nio.NioServerSocketChannel
- doWriteMessage(Object, ChannelOutboundBuffer) - Method in class io.netty.channel.udt.nio.NioUdtAcceptorChannel
-
Deprecated.
- doWriteMessage(Object, ChannelOutboundBuffer) - Method in class io.netty.channel.udt.nio.NioUdtMessageConnectorChannel
-
Deprecated.
- doWriteSingle(ChannelOutboundBuffer) - Method in class io.netty.channel.epoll.AbstractEpollStreamChannel
-
Attempt to write a single object.
- doWriteSingle(ChannelOutboundBuffer) - Method in class io.netty.channel.epoll.EpollDomainSocketChannel
- doWriteSingle(ChannelOutboundBuffer) - Method in class io.netty.channel.kqueue.AbstractKQueueStreamChannel
-
Attempt to write a single object.
- doWriteSingle(ChannelOutboundBuffer) - Method in class io.netty.channel.kqueue.KQueueDomainSocketChannel
- drain(int, IntConsumer) - Method in interface io.netty.util.concurrent.MpscIntQueue
-
Remove up to the given limit of elements from the queue, and pass them to the consumer in order.
- drain(int, IntConsumer) - Method in class io.netty.util.concurrent.MpscIntQueue.MpscAtomicIntegerArrayQueue
- dropPongFrames() - Method in class io.netty.handler.codec.http.websocketx.WebSocketClientProtocolConfig
- dropPongFrames() - Method in class io.netty.handler.codec.http.websocketx.WebSocketServerProtocolConfig
- dropPongFrames(boolean) - Method in class io.netty.handler.codec.http.websocketx.WebSocketClientProtocolConfig.Builder
-
trueif pong frames should not be forwarded - dropPongFrames(boolean) - Method in class io.netty.handler.codec.http.websocketx.WebSocketServerProtocolConfig.Builder
-
trueif pong frames should not be forwarded - DS - Static variable in class io.netty.handler.codec.dns.DnsRecordType
-
Delegation signer record RFC 4034 The record used to identify the DNSSEC signing key of a delegated zone.
- dstAddr() - Method in class io.netty.handler.codec.socksx.v4.DefaultSocks4CommandRequest
- dstAddr() - Method in class io.netty.handler.codec.socksx.v4.DefaultSocks4CommandResponse
- dstAddr() - Method in interface io.netty.handler.codec.socksx.v4.Socks4CommandRequest
-
Returns the
DSTIPfield of this request. - dstAddr() - Method in interface io.netty.handler.codec.socksx.v4.Socks4CommandResponse
-
Returns the
DSTIPfield of this response. - dstAddr() - Method in class io.netty.handler.codec.socksx.v5.DefaultSocks5CommandRequest
- dstAddr() - Method in interface io.netty.handler.codec.socksx.v5.Socks5CommandRequest
-
Returns the
DST.ADDRfield of this request. - dstAddrType() - Method in class io.netty.handler.codec.socksx.v5.DefaultSocks5CommandRequest
- dstAddrType() - Method in interface io.netty.handler.codec.socksx.v5.Socks5CommandRequest
-
Returns the type of the
DST.ADDRfield of this request. - dstPort() - Method in class io.netty.handler.codec.socksx.v4.DefaultSocks4CommandRequest
- dstPort() - Method in class io.netty.handler.codec.socksx.v4.DefaultSocks4CommandResponse
- dstPort() - Method in interface io.netty.handler.codec.socksx.v4.Socks4CommandRequest
-
Returns the
DSTPORTfield of this request. - dstPort() - Method in interface io.netty.handler.codec.socksx.v4.Socks4CommandResponse
-
Returns the
DSTPORTfield of this response. - dstPort() - Method in class io.netty.handler.codec.socksx.v5.DefaultSocks5CommandRequest
- dstPort() - Method in interface io.netty.handler.codec.socksx.v5.Socks5CommandRequest
-
Returns the
DST.PORTfield of this request. - DTR - Static variable in class io.netty.channel.rxtx.RxtxChannelOption
-
Deprecated.
- dumpStats() - Method in class io.netty.buffer.PooledByteBufAllocator
-
Returns the status of the allocator (which contains all metrics) as string.
- DuplexChannel - Interface in io.netty.channel.socket
-
A duplex
Channelthat has two sides that can be shutdown independently. - DuplexChannelConfig - Interface in io.netty.channel.socket
-
A
ChannelConfigfor aDuplexChannel. - duplicate() - Method in class io.netty.buffer.AbstractByteBuf
- duplicate() - Method in class io.netty.buffer.ByteBuf
-
Returns a buffer which shares the whole region of this buffer.
- duplicate() - Method in interface io.netty.buffer.ByteBufHolder
-
Duplicates this
ByteBufHolder. - duplicate() - Method in class io.netty.buffer.DefaultByteBufHolder
-
Duplicates this
ByteBufHolder. - duplicate() - Method in class io.netty.buffer.EmptyByteBuf
- duplicate() - Method in class io.netty.buffer.ReadOnlyByteBuf
-
Deprecated.
- duplicate() - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- duplicate() - Method in class io.netty.buffer.WrappedByteBuf
- duplicate() - Method in class io.netty.channel.epoll.SegmentedDatagramPacket
-
Deprecated.
- duplicate() - Method in class io.netty.channel.sctp.SctpMessage
- duplicate() - Method in class io.netty.channel.socket.DatagramPacket
- duplicate() - Method in class io.netty.channel.udt.UdtMessage
-
Deprecated.
- duplicate() - Method in class io.netty.channel.unix.DomainDatagramPacket
- duplicate() - Method in class io.netty.channel.unix.SegmentedDatagramPacket
- duplicate() - Method in class io.netty.handler.codec.dns.DefaultDnsRawRecord
- duplicate() - Method in interface io.netty.handler.codec.dns.DnsRawRecord
- duplicate() - Method in class io.netty.handler.codec.haproxy.HAProxyTLV
- duplicate() - Method in class io.netty.handler.codec.http.DefaultFullHttpRequest
- duplicate() - Method in class io.netty.handler.codec.http.DefaultFullHttpResponse
- duplicate() - Method in class io.netty.handler.codec.http.DefaultHttpContent
- duplicate() - Method in class io.netty.handler.codec.http.DefaultLastHttpContent
- duplicate() - Method in interface io.netty.handler.codec.http.FullHttpMessage
- duplicate() - Method in interface io.netty.handler.codec.http.FullHttpRequest
- duplicate() - Method in interface io.netty.handler.codec.http.FullHttpResponse
- duplicate() - Method in interface io.netty.handler.codec.http.HttpContent
- duplicate() - Method in interface io.netty.handler.codec.http.LastHttpContent
- duplicate() - Method in interface io.netty.handler.codec.http.multipart.Attribute
- duplicate() - Method in class io.netty.handler.codec.http.multipart.DiskAttribute
- duplicate() - Method in class io.netty.handler.codec.http.multipart.DiskFileUpload
- duplicate() - Method in interface io.netty.handler.codec.http.multipart.FileUpload
- duplicate() - Method in interface io.netty.handler.codec.http.multipart.HttpData
- duplicate() - Method in class io.netty.handler.codec.http.multipart.MemoryAttribute
- duplicate() - Method in class io.netty.handler.codec.http.multipart.MemoryFileUpload
- duplicate() - Method in class io.netty.handler.codec.http.multipart.MixedAttribute
- duplicate() - Method in class io.netty.handler.codec.http.multipart.MixedFileUpload
- duplicate() - Method in class io.netty.handler.codec.http.websocketx.BinaryWebSocketFrame
- duplicate() - Method in class io.netty.handler.codec.http.websocketx.CloseWebSocketFrame
- duplicate() - Method in class io.netty.handler.codec.http.websocketx.ContinuationWebSocketFrame
- duplicate() - Method in class io.netty.handler.codec.http.websocketx.PingWebSocketFrame
- duplicate() - Method in class io.netty.handler.codec.http.websocketx.PongWebSocketFrame
- duplicate() - Method in class io.netty.handler.codec.http.websocketx.TextWebSocketFrame
- duplicate() - Method in class io.netty.handler.codec.http.websocketx.WebSocketFrame
- duplicate() - Method in class io.netty.handler.codec.http2.DefaultHttp2DataFrame
- duplicate() - Method in class io.netty.handler.codec.http2.DefaultHttp2GoAwayFrame
- duplicate() - Method in class io.netty.handler.codec.http2.DefaultHttp2UnknownFrame
- duplicate() - Method in interface io.netty.handler.codec.http2.Http2DataFrame
- duplicate() - Method in interface io.netty.handler.codec.http2.Http2GoAwayFrame
- duplicate() - Method in interface io.netty.handler.codec.http2.Http2UnknownFrame
- duplicate() - Method in class io.netty.handler.codec.http3.DefaultHttp3DataFrame
- duplicate() - Method in class io.netty.handler.codec.http3.DefaultHttp3UnknownFrame
- duplicate() - Method in interface io.netty.handler.codec.http3.Http3DataFrame
- duplicate() - Method in interface io.netty.handler.codec.http3.Http3UnknownFrame
- duplicate() - Method in class io.netty.handler.codec.memcache.binary.DefaultFullBinaryMemcacheRequest
- duplicate() - Method in class io.netty.handler.codec.memcache.binary.DefaultFullBinaryMemcacheResponse
- duplicate() - Method in interface io.netty.handler.codec.memcache.binary.FullBinaryMemcacheRequest
- duplicate() - Method in interface io.netty.handler.codec.memcache.binary.FullBinaryMemcacheResponse
- duplicate() - Method in class io.netty.handler.codec.memcache.DefaultLastMemcacheContent
- duplicate() - Method in class io.netty.handler.codec.memcache.DefaultMemcacheContent
- duplicate() - Method in interface io.netty.handler.codec.memcache.FullMemcacheMessage
- duplicate() - Method in interface io.netty.handler.codec.memcache.LastMemcacheContent
- duplicate() - Method in interface io.netty.handler.codec.memcache.MemcacheContent
- duplicate() - Method in class io.netty.handler.codec.mqtt.MqttPublishMessage
- duplicate() - Method in class io.netty.handler.codec.quic.DefaultQuicStreamFrame
- duplicate() - Method in interface io.netty.handler.codec.quic.QuicStreamFrame
- duplicate() - Method in interface io.netty.handler.codec.redis.BulkStringRedisContent
- duplicate() - Method in class io.netty.handler.codec.redis.DefaultBulkStringRedisContent
- duplicate() - Method in class io.netty.handler.codec.redis.DefaultLastBulkStringRedisContent
- duplicate() - Method in class io.netty.handler.codec.redis.FullBulkStringRedisMessage
- duplicate() - Method in interface io.netty.handler.codec.redis.LastBulkStringRedisContent
- duplicate() - Method in class io.netty.handler.codec.smtp.DefaultLastSmtpContent
- duplicate() - Method in class io.netty.handler.codec.smtp.DefaultSmtpContent
- duplicate() - Method in interface io.netty.handler.codec.smtp.LastSmtpContent
- duplicate() - Method in interface io.netty.handler.codec.smtp.SmtpContent
- duplicate() - Method in class io.netty.handler.codec.spdy.DefaultSpdyDataFrame
- duplicate() - Method in class io.netty.handler.codec.spdy.DefaultSpdyUnknownFrame
- duplicate() - Method in interface io.netty.handler.codec.spdy.SpdyDataFrame
- duplicate() - Method in interface io.netty.handler.codec.spdy.SpdyUnknownFrame
- duplicate() - Method in class io.netty.handler.codec.stomp.DefaultLastStompContentSubframe
- duplicate() - Method in class io.netty.handler.codec.stomp.DefaultStompContentSubframe
- duplicate() - Method in class io.netty.handler.codec.stomp.DefaultStompFrame
- duplicate() - Method in interface io.netty.handler.codec.stomp.LastStompContentSubframe
- duplicate() - Method in interface io.netty.handler.codec.stomp.StompContentSubframe
- duplicate() - Method in interface io.netty.handler.codec.stomp.StompFrame
- duplicate() - Method in class io.netty.handler.ssl.PemPrivateKey
- duplicate() - Method in class io.netty.handler.ssl.PemX509Certificate
- duplicate() - Method in interface io.netty.resolver.dns.DnsServerAddressStream
-
Duplicate this object.
- DuplicatedByteBuf - Class in io.netty.buffer
-
Deprecated.Do not use.
- DuplicatedByteBuf(ByteBuf) - Constructor for class io.netty.buffer.DuplicatedByteBuf
-
Deprecated.
- duringDecode() - Method in exception io.netty.handler.codec.http2.Http2Exception.HeaderListSizeException
- DynamicAddressConnectHandler - Class in io.netty.handler.address
-
ChannelOutboundHandlerimplementation which allows to dynamically replace the usedremoteAddressand / orlocalAddresswhen making a connection attempt. - DynamicAddressConnectHandler() - Constructor for class io.netty.handler.address.DynamicAddressConnectHandler
E
- E2BIG - Static variable in class io.netty.handler.codec.memcache.binary.BinaryMemcacheResponseStatus
- EARLY_HINTS - Static variable in class io.netty.handler.codec.http.HttpResponseStatus
-
103 Early Hints (RFC 8297)
- earlyData(boolean) - Method in class io.netty.handler.codec.quic.QuicSslContextBuilder
-
Enable / disable the usage of early data.
- ecp256 - io.netty.pkitesting.CertificateBuilder.Algorithm
-
The NIST P-256 elliptic curve algorithm, offer fast key generation, signing, and verification, with small keys and signatures, at 128-bits of security strength.
- ecp256() - Method in class io.netty.pkitesting.CertificateBuilder
-
Make this certificate builder use the NIST EC-P 256 elliptic curve key algorithm.
- ecp384 - io.netty.pkitesting.CertificateBuilder.Algorithm
-
The NIST P-384 elliptic curve algorithm, offer fast key generation, signing, and verification, with small keys and signatures, at 192-bits of security strength.
- ed25519 - io.netty.pkitesting.CertificateBuilder.Algorithm
-
The Ed25519 algorithm offer fast key generation, signing, and verification, with very small keys and signatures, at 128-bits of security strength.
- ed448 - io.netty.pkitesting.CertificateBuilder.Algorithm
-
The Ed448 algorithm offer fast key generation, signing, and verification, with small keys and signatures, at 224-bits of security strength.
- EDGE_TRIGGERED - io.netty.channel.epoll.EpollMode
-
Deprecated.Use
EPOLLET(edge-triggered). - ehlo(CharSequence) - Static method in class io.netty.handler.codec.smtp.SmtpRequests
-
Creates a
EHLOrequest. - EHLO - Static variable in class io.netty.handler.codec.smtp.SmtpCommand
- EINVA - Static variable in class io.netty.handler.codec.memcache.binary.BinaryMemcacheResponseStatus
- element() - Method in class io.netty.util.internal.EmptyPriorityQueue
- elementSize() - Method in interface io.netty.buffer.PoolSubpageMetric
-
Return the size (in bytes) of the elements that will be allocated.
- EmbeddedChannel - Class in io.netty.channel.embedded
-
Base class for
Channelimplementations that are used in an embedded fashion. - EmbeddedChannel() - Constructor for class io.netty.channel.embedded.EmbeddedChannel
-
Create a new instance with an
EmbeddedChannelIdand an empty pipeline. - EmbeddedChannel(boolean, boolean, ChannelHandler...) - Constructor for class io.netty.channel.embedded.EmbeddedChannel
-
Create a new instance with the pipeline initialized with the specified handlers.
- EmbeddedChannel(boolean, ChannelHandler...) - Constructor for class io.netty.channel.embedded.EmbeddedChannel
-
Create a new instance with the pipeline initialized with the specified handlers.
- EmbeddedChannel(ChannelHandler...) - Constructor for class io.netty.channel.embedded.EmbeddedChannel
-
Create a new instance with the pipeline initialized with the specified handlers.
- EmbeddedChannel(ChannelId) - Constructor for class io.netty.channel.embedded.EmbeddedChannel
-
Create a new instance with the specified ID and an empty pipeline.
- EmbeddedChannel(ChannelId, boolean, boolean, ChannelHandler...) - Constructor for class io.netty.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, ChannelConfig, ChannelHandler...) - Constructor for class io.netty.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.netty.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.netty.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.netty.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(EmbeddedChannel.Builder) - Constructor for class io.netty.channel.embedded.EmbeddedChannel
-
Create a new instance with the configuration from the given builder.
- EmbeddedChannel.Builder - Class in io.netty.channel.embedded
- empty() - Static method in class io.netty.channel.SingleThreadEventLoop.ChannelsReadOnlyIterator
- empty(CharSequence...) - Static method in class io.netty.handler.codec.smtp.SmtpRequests
-
Creates a
EMPTYrequest. - EMPTY - Static variable in class io.netty.handler.codec.http.websocketx.WebSocketCloseStatus
- EMPTY - Static variable in class io.netty.handler.codec.smtp.SmtpCommand
- EMPTY_ASCII_STRINGS - Static variable in class io.netty.util.internal.EmptyArrays
- EMPTY_BUFFER - Static variable in class io.netty.buffer.Unpooled
-
A buffer whose capacity is
0. - EMPTY_BYTE_BUFFERS - Static variable in class io.netty.util.internal.EmptyArrays
- EMPTY_BYTES - Static variable in class io.netty.util.internal.EmptyArrays
- EMPTY_CERTIFICATES - Static variable in class io.netty.util.internal.EmptyArrays
- EMPTY_CHARS - Static variable in class io.netty.util.internal.EmptyArrays
- EMPTY_CLASSES - Static variable in class io.netty.util.internal.EmptyArrays
- EMPTY_FIN - Static variable in interface io.netty.handler.codec.quic.QuicStreamFrame
-
An empty
QuicStreamFramethat has theFINflag set. - EMPTY_HEADERS - Static variable in class io.netty.handler.codec.http.HttpHeaders
-
Deprecated.Use
EmptyHttpHeaders.INSTANCE.The instance is instantiated here to break the cyclic static initialization between
EmptyHttpHeadersandHttpHeaders. The issue is that if someone accessesEmptyHttpHeaders.INSTANCEbeforeHttpHeaders.EMPTY_HEADERSthenHttpHeaders.EMPTY_HEADERSwill benull. - EMPTY_INSTANCE - Static variable in class io.netty.handler.codec.redis.ArrayRedisMessage
-
A predefined empty array instance for
ArrayRedisMessage. - EMPTY_INSTANCE - Static variable in class io.netty.handler.codec.redis.FullBulkStringRedisMessage
-
A predefined empty instance of
FullBulkStringRedisMessage. - EMPTY_INTS - Static variable in class io.netty.util.internal.EmptyArrays
- EMPTY_JAVAX_X509_CERTIFICATES - Static variable in class io.netty.util.internal.EmptyArrays
- EMPTY_LAST_CONTENT - Static variable in interface io.netty.handler.codec.http.LastHttpContent
-
The 'end of content' marker in chunked encoding.
- EMPTY_LAST_CONTENT - Static variable in interface io.netty.handler.codec.memcache.LastMemcacheContent
- EMPTY_LAST_CONTENT - Static variable in interface io.netty.handler.codec.redis.LastBulkStringRedisContent
-
The 'end of content' marker in chunked encoding.
- EMPTY_LAST_CONTENT - Static variable in interface io.netty.handler.codec.smtp.LastSmtpContent
-
Empty
LastSmtpContent. - EMPTY_LAST_CONTENT - Static variable in interface io.netty.handler.codec.stomp.LastStompContentSubframe
- EMPTY_OBJECTS - Static variable in class io.netty.util.internal.EmptyArrays
- EMPTY_STACK_TRACE - Static variable in class io.netty.util.internal.EmptyArrays
- EMPTY_STRING - Static variable in class io.netty.util.AsciiString
- EMPTY_STRING - Static variable in class io.netty.util.internal.StringUtil
- EMPTY_STRINGS - Static variable in class io.netty.util.internal.EmptyArrays
- EMPTY_THROWABLES - Static variable in class io.netty.util.internal.EmptyArrays
- EMPTY_X509_CERTIFICATES - Static variable in class io.netty.util.internal.EmptyArrays
- EmptyArrays - Class in io.netty.util.internal
- EmptyByteBuf - Class in io.netty.buffer
-
An empty
ByteBufwhose capacity and maximum capacity are all0. - EmptyByteBuf(ByteBufAllocator) - Constructor for class io.netty.buffer.EmptyByteBuf
- EmptyHeaders<K,V,T extends Headers<K,V,T>> - Class in io.netty.handler.codec
- EmptyHeaders() - Constructor for class io.netty.handler.codec.EmptyHeaders
- EmptyHttp2Headers - Class in io.netty.handler.codec.http2
- EmptyHttpHeaders - Class in io.netty.handler.codec.http
- EmptyHttpHeaders() - Constructor for class io.netty.handler.codec.http.EmptyHttpHeaders
- emptyMap() - Static method in class io.netty.util.collection.ByteCollections
-
Returns an unmodifiable empty
ByteObjectMap. - emptyMap() - Static method in class io.netty.util.collection.CharCollections
-
Returns an unmodifiable empty
CharObjectMap. - emptyMap() - Static method in class io.netty.util.collection.IntCollections
-
Returns an unmodifiable empty
IntObjectMap. - emptyMap() - Static method in class io.netty.util.collection.LongCollections
-
Returns an unmodifiable empty
LongObjectMap. - emptyMap() - Static method in class io.netty.util.collection.ShortCollections
-
Returns an unmodifiable empty
ShortObjectMap. - EmptyPriorityQueue<T> - Class in io.netty.util.internal
- enableOcsp(boolean) - Method in class io.netty.handler.ssl.SslContextBuilder
-
Enables OCSP stapling.
- encapsulatedTLVs() - Method in class io.netty.handler.codec.haproxy.HAProxySSLTLV
-
Returns an unmodifiable Set of encapsulated
HAProxyTLVs. - encipherOnly - io.netty.pkitesting.CertificateBuilder.KeyUsage
-
For use with
CertificateBuilder.KeyUsage.keyAgreementto limit the key to enciphering only. - encode(ByteBuf) - Static method in class io.netty.handler.codec.base64.Base64
- encode(ByteBufAllocator, SpdyHeadersFrame) - Method in class io.netty.handler.codec.spdy.SpdyHeaderBlockRawEncoder
- encode(ByteBuf, boolean) - Static method in class io.netty.handler.codec.base64.Base64
- encode(ByteBuf, boolean, boolean) - Static method in class io.netty.handler.codec.base64.Base64
- encode(ByteBuf, boolean, Base64Dialect) - Static method in class io.netty.handler.codec.base64.Base64
- encode(ByteBuf, boolean, Base64Dialect, boolean) - Static method in class io.netty.handler.codec.base64.Base64
- encode(ByteBuf, int, int) - Static method in class io.netty.handler.codec.base64.Base64
- encode(ByteBuf, int, int, boolean) - Static method in class io.netty.handler.codec.base64.Base64
- encode(ByteBuf, int, int, boolean, Base64Dialect) - Static method in class io.netty.handler.codec.base64.Base64
- encode(ByteBuf, int, int, boolean, Base64Dialect, boolean) - Static method in class io.netty.handler.codec.base64.Base64
- encode(ByteBuf, int, int, boolean, Base64Dialect, ByteBufAllocator) - Static method in class io.netty.handler.codec.base64.Base64
- encode(ByteBuf, int, int, Base64Dialect) - Static method in class io.netty.handler.codec.base64.Base64
- encode(ByteBuf, ByteBuf, int) - Method in class io.netty.handler.codec.compression.Snappy
- encode(ByteBuf, Base64Dialect) - Static method in class io.netty.handler.codec.base64.Base64
- encode(ByteBuf, Base64Dialect, boolean) - Static method in class io.netty.handler.codec.base64.Base64
- encode(ChannelHandlerContext, byte[], List<Object>) - Method in class io.netty.handler.codec.bytes.ByteArrayEncoder
- encode(ChannelHandlerContext, MessageLiteOrBuilder, List<Object>) - Method in class io.netty.handler.codec.protobuf.ProtobufEncoder
- encode(ChannelHandlerContext, MessageNano, List<Object>) - Method in class io.netty.handler.codec.protobuf.ProtobufEncoderNano
- encode(ChannelHandlerContext, ByteBuf, ByteBuf) - Method in class io.netty.handler.codec.compression.BrotliEncoder
- encode(ChannelHandlerContext, ByteBuf, ByteBuf) - Method in class io.netty.handler.codec.compression.Bzip2Encoder
- encode(ChannelHandlerContext, ByteBuf, ByteBuf) - Method in class io.netty.handler.codec.compression.FastLzFrameEncoder
- encode(ChannelHandlerContext, ByteBuf, ByteBuf) - Method in class io.netty.handler.codec.compression.JdkZlibEncoder
- encode(ChannelHandlerContext, ByteBuf, ByteBuf) - Method in class io.netty.handler.codec.compression.JZlibEncoder
- encode(ChannelHandlerContext, ByteBuf, ByteBuf) - Method in class io.netty.handler.codec.compression.Lz4FrameEncoder
-
Encode a message into a
ByteBuf. - encode(ChannelHandlerContext, ByteBuf, ByteBuf) - Method in class io.netty.handler.codec.compression.LzfEncoder
- encode(ChannelHandlerContext, ByteBuf, ByteBuf) - Method in class io.netty.handler.codec.compression.LzmaFrameEncoder
- encode(ChannelHandlerContext, ByteBuf, ByteBuf) - Method in class io.netty.handler.codec.compression.SnappyFrameEncoder
- encode(ChannelHandlerContext, ByteBuf, ByteBuf) - Method in class io.netty.handler.codec.compression.ZstdEncoder
- encode(ChannelHandlerContext, ByteBuf, ByteBuf) - Method in class io.netty.handler.codec.protobuf.ProtobufVarint32LengthFieldPrepender
- encode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.base64.Base64Encoder
- encode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.LengthFieldPrepender
- encode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.sctp.SctpOutboundByteStreamHandler
- encode(ChannelHandlerContext, AddressedEnvelope<DnsQuery, InetSocketAddress>, List<Object>) - Method in class io.netty.handler.codec.dns.DatagramDnsQueryEncoder
- encode(ChannelHandlerContext, AddressedEnvelope<DnsResponse, InetSocketAddress>, List<Object>) - Method in class io.netty.handler.codec.dns.DatagramDnsResponseEncoder
- encode(ChannelHandlerContext, AddressedEnvelope<M, InetSocketAddress>, List<Object>) - Method in class io.netty.handler.codec.DatagramPacketEncoder
- encode(ChannelHandlerContext, DnsQuery, ByteBuf) - Method in class io.netty.handler.codec.dns.TcpDnsQueryEncoder
- encode(ChannelHandlerContext, DnsResponse, List<Object>) - Method in class io.netty.handler.codec.dns.TcpDnsResponseEncoder
- encode(ChannelHandlerContext, HAProxyMessage, ByteBuf) - Method in class io.netty.handler.codec.haproxy.HAProxyMessageEncoder
- encode(ChannelHandlerContext, HttpMessage, List<Object>) - Method in class io.netty.handler.codec.spdy.SpdyHttpResponseStreamIdHandler
- encode(ChannelHandlerContext, HttpObject, List<Object>) - Method in class io.netty.handler.codec.http.HttpContentEncoder
- encode(ChannelHandlerContext, HttpObject, List<Object>) - Method in class io.netty.handler.codec.http2.Http2StreamFrameToHttpObjectCodec
-
Encode from an
HttpObjectto anHttp2StreamFrame. - encode(ChannelHandlerContext, HttpObject, List<Object>) - Method in class io.netty.handler.codec.spdy.SpdyHttpEncoder
- encode(ChannelHandlerContext, WebSocketFrame, List<Object>) - Method in class io.netty.handler.codec.http.websocketx.WebSocket00FrameEncoder
- encode(ChannelHandlerContext, WebSocketFrame, List<Object>) - Method in class io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder
- encode(ChannelHandlerContext, MqttMessage, List<Object>) - Method in class io.netty.handler.codec.mqtt.MqttEncoder
- encode(ChannelHandlerContext, RedisMessage, List<Object>) - Method in class io.netty.handler.codec.redis.RedisEncoder
- encode(ChannelHandlerContext, SocksMessage, ByteBuf) - Method in class io.netty.handler.codec.socks.SocksMessageEncoder
- encode(ChannelHandlerContext, Socks4CommandRequest, ByteBuf) - Method in class io.netty.handler.codec.socksx.v4.Socks4ClientEncoder
- encode(ChannelHandlerContext, Socks4CommandResponse, ByteBuf) - Method in class io.netty.handler.codec.socksx.v4.Socks4ServerEncoder
- encode(ChannelHandlerContext, Socks5Message, ByteBuf) - Method in class io.netty.handler.codec.socksx.v5.Socks5ClientEncoder
- encode(ChannelHandlerContext, Socks5Message, ByteBuf) - Method in class io.netty.handler.codec.socksx.v5.Socks5ServerEncoder
- encode(ChannelHandlerContext, StompSubframe, List<Object>) - Method in class io.netty.handler.codec.stomp.StompSubframeEncoder
- encode(ChannelHandlerContext, I, ByteBuf) - Method in class io.netty.handler.codec.ByteToMessageCodec
- encode(ChannelHandlerContext, I, ByteBuf) - Method in class io.netty.handler.codec.MessageToByteEncoder
-
Encode a message into a
ByteBuf. - encode(ChannelHandlerContext, I, List<Object>) - Method in class io.netty.handler.codec.MessageToMessageEncoder
-
Encode from one message to an other.
- encode(ChannelHandlerContext, Serializable, ByteBuf) - Method in class io.netty.handler.codec.serialization.CompatibleObjectEncoder
-
Deprecated.
- encode(ChannelHandlerContext, Serializable, ByteBuf) - Method in class io.netty.handler.codec.serialization.ObjectEncoder
-
Deprecated.
- encode(ChannelHandlerContext, CharSequence, List<Object>) - Method in class io.netty.handler.codec.string.LineEncoder
- encode(ChannelHandlerContext, CharSequence, List<Object>) - Method in class io.netty.handler.codec.string.StringEncoder
- encode(ChannelHandlerContext, Object, ByteBuf) - Method in class io.netty.handler.codec.marshalling.CompatibleMarshallingEncoder
- encode(ChannelHandlerContext, Object, ByteBuf) - Method in class io.netty.handler.codec.marshalling.MarshallingEncoder
- encode(ChannelHandlerContext, Object, List<Object>) - Method in class io.netty.handler.codec.http.HttpObjectEncoder
- encode(ChannelHandlerContext, Object, List<Object>) - Method in class io.netty.handler.codec.memcache.AbstractMemcacheObjectEncoder
- encode(ChannelHandlerContext, Object, List<Object>) - Method in class io.netty.handler.codec.smtp.SmtpRequestEncoder
- encode(ChannelHandlerContext, OUTBOUND_IN, List<Object>) - Method in class io.netty.handler.codec.MessageToMessageCodec
- encode(Cookie) - Static method in class io.netty.handler.codec.http.ClientCookieEncoder
-
Deprecated.
- encode(Cookie) - Static method in class io.netty.handler.codec.http.ServerCookieEncoder
-
Deprecated.
- encode(Cookie) - Method in class io.netty.handler.codec.http.cookie.ClientCookieEncoder
-
Encodes the specified cookie into a Cookie header value.
- encode(Cookie) - Method in class io.netty.handler.codec.http.cookie.ServerCookieEncoder
-
Encodes the specified cookie into a Set-Cookie header value.
- encode(Cookie...) - Method in class io.netty.handler.codec.http.cookie.ClientCookieEncoder
-
Encodes the specified cookies into a single Cookie header value.
- encode(Cookie...) - Method in class io.netty.handler.codec.http.cookie.ServerCookieEncoder
-
Batch encodes cookies into Set-Cookie header values.
- encode(Cookie...) - Static method in class io.netty.handler.codec.http.ClientCookieEncoder
-
Deprecated.
- encode(Cookie...) - Static method in class io.netty.handler.codec.http.ServerCookieEncoder
-
Deprecated.
- encode(Iterable<? extends Cookie>) - Method in class io.netty.handler.codec.http.cookie.ClientCookieEncoder
-
Encodes the specified cookies into a single Cookie header value.
- encode(Iterable<? extends Cookie>) - Method in class io.netty.handler.codec.http.cookie.ServerCookieEncoder
-
Batch encodes cookies into Set-Cookie header values.
- encode(Iterable<Cookie>) - Static method in class io.netty.handler.codec.http.ClientCookieEncoder
-
Deprecated.
- encode(Iterable<Cookie>) - Static method in class io.netty.handler.codec.http.ServerCookieEncoder
-
Deprecated.
- encode(String, String) - Static method in class io.netty.handler.codec.http.ClientCookieEncoder
-
Deprecated.
- encode(String, String) - Method in class io.netty.handler.codec.http.cookie.ClientCookieEncoder
-
Encodes the specified cookie into a Cookie header value.
- encode(String, String) - Method in class io.netty.handler.codec.http.cookie.ServerCookieEncoder
-
Encodes the specified cookie name-value pair into a Set-Cookie header value.
- encode(String, String) - Static method in class io.netty.handler.codec.http.ServerCookieEncoder
-
Deprecated.
- encode(Collection<? extends Cookie>) - Method in class io.netty.handler.codec.http.cookie.ClientCookieEncoder
-
Encodes the specified cookies into a single Cookie header value.
- encode(Collection<? extends Cookie>) - Method in class io.netty.handler.codec.http.cookie.ServerCookieEncoder
-
Batch encodes cookies into Set-Cookie header values.
- encode(Collection<Cookie>) - Static method in class io.netty.handler.codec.http.ServerCookieEncoder
-
Deprecated.
- encode(Map.Entry<CharSequence, CharSequence>) - Method in class io.netty.handler.codec.AsciiHeadersEncoder
- encodeAddress(Socks5AddressType, String, ByteBuf) - Method in interface io.netty.handler.codec.socksx.v5.Socks5AddressEncoder
-
Encodes a SOCKS5 address.
- encodeAsByteBuf(ByteBuf) - Method in class io.netty.handler.codec.socks.SocksAuthRequest
- encodeAsByteBuf(ByteBuf) - Method in class io.netty.handler.codec.socks.SocksAuthResponse
- encodeAsByteBuf(ByteBuf) - Method in class io.netty.handler.codec.socks.SocksCmdRequest
- encodeAsByteBuf(ByteBuf) - Method in class io.netty.handler.codec.socks.SocksCmdResponse
- encodeAsByteBuf(ByteBuf) - Method in class io.netty.handler.codec.socks.SocksInitRequest
- encodeAsByteBuf(ByteBuf) - Method in class io.netty.handler.codec.socks.SocksInitResponse
- encodeAsByteBuf(ByteBuf) - Method in class io.netty.handler.codec.socks.SocksMessage
-
Deprecated.Do not use; this method was intended for an internal use only.
- encodeAsByteBuf(ByteBuf) - Method in class io.netty.handler.codec.socks.UnknownSocksRequest
- encodeAsByteBuf(ByteBuf) - Method in class io.netty.handler.codec.socks.UnknownSocksResponse
- encodeAscii(CharSequence, ByteBuf) - Static method in class io.netty.handler.codec.http.HttpHeaders
-
Deprecated.
- encodeAscii(String, ByteBuf) - Static method in class io.netty.handler.codec.http.HttpObjectEncoder
-
Deprecated.
- encodeDataFrame(ByteBufAllocator, int, boolean, ByteBuf) - Method in class io.netty.handler.codec.spdy.SpdyFrameEncoder
- encodeGoAwayFrame(ByteBufAllocator, int, int) - Method in class io.netty.handler.codec.spdy.SpdyFrameEncoder
- encodeHeader(ByteBuf, BinaryMemcacheRequest) - Method in class io.netty.handler.codec.memcache.binary.BinaryMemcacheRequestEncoder
- encodeHeader(ByteBuf, BinaryMemcacheResponse) - Method in class io.netty.handler.codec.memcache.binary.BinaryMemcacheResponseEncoder
- encodeHeader(ByteBuf, M) - Method in class io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheEncoder
-
Encode the header.
- encodeHeaders(int, Http2Headers, ByteBuf) - Method in class io.netty.handler.codec.http2.DefaultHttp2HeadersEncoder
- encodeHeaders(int, Http2Headers, ByteBuf) - Method in interface io.netty.handler.codec.http2.Http2HeadersEncoder
-
Encodes the given headers and writes the output headers block to the given output buffer.
- encodeHeaders(HttpHeaders, ByteBuf) - Method in class io.netty.handler.codec.http.HttpObjectEncoder
-
Encode the
HttpHeadersinto aByteBuf. - encodeHeadersFrame(ByteBufAllocator, int, boolean, ByteBuf) - Method in class io.netty.handler.codec.spdy.SpdyFrameEncoder
- encodeInitialLine(ByteBuf, H) - Method in class io.netty.handler.codec.http.HttpObjectEncoder
- encodeInitialLine(ByteBuf, HttpMessage) - Method in class io.netty.handler.codec.rtsp.RtspEncoder
- encodeInitialLine(ByteBuf, HttpRequest) - Method in class io.netty.handler.codec.http.HttpRequestEncoder
- encodeInitialLine(ByteBuf, HttpResponse) - Method in class io.netty.handler.codec.http.HttpResponseEncoder
- encodeMessage(ChannelHandlerContext, M) - Method in class io.netty.handler.codec.memcache.AbstractMemcacheObjectEncoder
-
Take the given
MemcacheMessageand encode it into a writableByteBuf. - encodeMessage(ChannelHandlerContext, M) - Method in class io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheEncoder
- encodeName(String, ByteBuf) - Method in class io.netty.handler.codec.dns.DefaultDnsRecordEncoder
- encodePingFrame(ByteBufAllocator, int) - Method in class io.netty.handler.codec.spdy.SpdyFrameEncoder
- encodeQuestion(DnsQuestion, ByteBuf) - Method in class io.netty.handler.codec.dns.DefaultDnsRecordEncoder
- encodeQuestion(DnsQuestion, ByteBuf) - Method in interface io.netty.handler.codec.dns.DnsRecordEncoder
-
Encodes a
DnsQuestion. - encoder() - Method in class io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
-
Returns the
Http2ConnectionEncoderto use. - encoder() - Method in class io.netty.handler.codec.http2.Http2ConnectionHandler
- encoder(Charset) - Static method in class io.netty.util.CharsetUtil
-
Returns a cached thread-local
CharsetEncoderfor the specifiedCharset. - encoder(Charset, CodingErrorAction) - Static method in class io.netty.util.CharsetUtil
-
Returns a new
CharsetEncoderfor theCharsetwith the specified error action. - encoder(Charset, CodingErrorAction, CodingErrorAction) - Static method in class io.netty.util.CharsetUtil
-
Returns a new
CharsetEncoderfor theCharsetwith specified error actions. - encodeRecord(DnsRecord, ByteBuf) - Method in class io.netty.handler.codec.dns.DefaultDnsRecordEncoder
- encodeRecord(DnsRecord, ByteBuf) - Method in interface io.netty.handler.codec.dns.DnsRecordEncoder
-
Encodes a
DnsRecord. - encoderEnforceMaxConcurrentStreams() - Method in class io.netty.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.netty.handler.codec.http2.Http2FrameCodecBuilder
- encoderEnforceMaxConcurrentStreams() - Method in class io.netty.handler.codec.http2.Http2MultiplexCodecBuilder
-
Deprecated.
- encoderEnforceMaxConcurrentStreams(boolean) - Method in class io.netty.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.netty.handler.codec.http2.Http2ConnectionHandlerBuilder
- encoderEnforceMaxConcurrentStreams(boolean) - Method in class io.netty.handler.codec.http2.Http2FrameCodecBuilder
- encoderEnforceMaxConcurrentStreams(boolean) - Method in class io.netty.handler.codec.http2.Http2MultiplexCodecBuilder
-
Deprecated.
- encoderEnforceMaxConcurrentStreams(boolean) - Method in class io.netty.handler.codec.http2.HttpToHttp2ConnectionHandlerBuilder
- encoderEnforceMaxQueuedControlFrames() - Method in class io.netty.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.netty.handler.codec.http2.Http2FrameCodecBuilder
- encoderEnforceMaxQueuedControlFrames() - Method in class io.netty.handler.codec.http2.Http2MultiplexCodecBuilder
-
Deprecated.
- encoderEnforceMaxQueuedControlFrames(int) - Method in class io.netty.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.netty.handler.codec.http2.Http2FrameCodecBuilder
- encoderEnforceMaxQueuedControlFrames(int) - Method in class io.netty.handler.codec.http2.Http2MultiplexCodecBuilder
-
Deprecated.
- encoderEnforceMaxRstFramesPerWindow(int, int) - Method in class io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
-
Sets the maximum number RST frames that are allowed per window before the connection is closed.
- encoderEnforceMaxRstFramesPerWindow(int, int) - Method in class io.netty.handler.codec.http2.Http2ConnectionHandlerBuilder
- encoderEnforceMaxRstFramesPerWindow(int, int) - Method in class io.netty.handler.codec.http2.Http2FrameCodecBuilder
- encoderEnforceMaxRstFramesPerWindow(int, int) - Method in class io.netty.handler.codec.http2.Http2MultiplexCodecBuilder
-
Deprecated.
- encoderEnforceMaxRstFramesPerWindow(int, int) - Method in class io.netty.handler.codec.http2.HttpToHttp2ConnectionHandlerBuilder
- EncoderException - Exception in io.netty.handler.codec
-
An
CodecExceptionwhich is thrown by an encoder. - EncoderException() - Constructor for exception io.netty.handler.codec.EncoderException
-
Creates a new instance.
- EncoderException(String) - Constructor for exception io.netty.handler.codec.EncoderException
-
Creates a new instance.
- EncoderException(String, Throwable) - Constructor for exception io.netty.handler.codec.EncoderException
-
Creates a new instance.
- EncoderException(Throwable) - Constructor for exception io.netty.handler.codec.EncoderException
-
Creates a new instance.
- encoderFilter() - Method in interface io.netty.handler.codec.http.websocketx.extensions.WebSocketExtensionFilterProvider
-
Returns the extension filter for
WebSocketExtensionEncoderencoder. - encoderIgnoreMaxHeaderListSize(boolean) - Method in class io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
-
Sets if the SETTINGS_MAX_HEADER_LIST_SIZE should be ignored when encoding headers.
- encoderIgnoreMaxHeaderListSize(boolean) - Method in class io.netty.handler.codec.http2.Http2ConnectionHandlerBuilder
- encoderIgnoreMaxHeaderListSize(boolean) - Method in class io.netty.handler.codec.http2.Http2FrameCodecBuilder
- encoderIgnoreMaxHeaderListSize(boolean) - Method in class io.netty.handler.codec.http2.Http2MultiplexCodecBuilder
-
Deprecated.
- encoderIgnoreMaxHeaderListSize(boolean) - Method in class io.netty.handler.codec.http2.HttpToHttp2ConnectionHandlerBuilder
- encodeRstStreamFrame(ByteBufAllocator, int, int) - Method in class io.netty.handler.codec.spdy.SpdyFrameEncoder
- encodeSettingsFrame(ByteBufAllocator, SpdySettingsFrame) - Method in class io.netty.handler.codec.spdy.SpdyFrameEncoder
- encodeString(ByteBufAllocator, CharBuffer, Charset) - Static method in class io.netty.buffer.ByteBufUtil
-
Encode the given
CharBufferusing the givenCharsetinto a newByteBufwhich is allocated via theByteBufAllocator. - encodeString(ByteBufAllocator, CharBuffer, Charset, int) - Static method in class io.netty.buffer.ByteBufUtil
-
Encode the given
CharBufferusing the givenCharsetinto a newByteBufwhich is allocated via theByteBufAllocator. - encodeSynReplyFrame(ByteBufAllocator, int, boolean, ByteBuf) - Method in class io.netty.handler.codec.spdy.SpdyFrameEncoder
- encodeSynStreamFrame(ByteBufAllocator, int, int, byte, boolean, boolean, ByteBuf) - Method in class io.netty.handler.codec.spdy.SpdyFrameEncoder
- encodeUnknownFrame(ByteBufAllocator, int, byte, ByteBuf) - Method in class io.netty.handler.codec.spdy.SpdyFrameEncoder
- encodeWindowUpdateFrame(ByteBufAllocator, int, int) - Method in class io.netty.handler.codec.spdy.SpdyFrameEncoder
- encoding() - Method in class io.netty.handler.codec.xml.XmlDocumentStart
-
Return defined or guessed XML encoding
- encodingScheme() - Method in class io.netty.handler.codec.xml.XmlDocumentStart
-
Return defined encoding or null
- END_HEADERS - Static variable in class io.netty.handler.codec.http2.Http2Flags
- END_STREAM - Static variable in class io.netty.handler.codec.http2.Http2Flags
- EndOfDataDecoderException() - Constructor for exception io.netty.handler.codec.http.multipart.HttpPostRequestDecoder.EndOfDataDecoderException
- endOffset() - Method in class io.netty.handler.stream.ChunkedFile
-
Returns the offset in the file where the transfer will end.
- endOffset() - Method in class io.netty.handler.stream.ChunkedNioFile
-
Returns the offset in the file where the transfer will end.
- endOfHeaders() - Method in class io.netty.handler.codec.http2.Http2Flags
-
Determines whether the
Http2Flags.END_HEADERSflag is set. - endOfHeaders(boolean) - Method in class io.netty.handler.codec.http2.Http2Flags
-
Sets the
Http2Flags.END_HEADERSflag. - endOfStream - Variable in class io.netty.handler.codec.http2.DefaultHttp2ConnectionEncoder.FlowControlledBase
- endOfStream() - Method in class io.netty.handler.codec.http2.Http2Flags
-
Determines whether the
Http2Flags.END_STREAMflag is set. - endOfStream(boolean) - Method in class io.netty.handler.codec.http2.Http2Flags
-
Sets the
Http2Flags.END_STREAMflag. - ENDPOINT_UNAVAILABLE - Static variable in class io.netty.handler.codec.http.websocketx.WebSocketCloseStatus
- endpointIdentificationAlgorithm(String) - Method in class io.netty.handler.ssl.SslContextBuilder
-
Specify the endpoint identification algorithm (aka. hostname verification algorithm) that clients will use as part of authenticating servers.
- endsWith(CharSequence) - Method in class io.netty.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.netty.util.internal.StringUtil
-
Determine if the string
sends with the charc. - engine() - Method in class io.netty.handler.ssl.SslHandler
-
Returns the
SSLEnginewhich is used by this handler. - engineGetKeyManagers() - Method in class io.netty.handler.ssl.util.KeyManagerFactoryWrapper
- engineGetKeyManagers() - Method in class io.netty.handler.ssl.util.SimpleKeyManagerFactory
-
Returns one key manager for each type of key material.
- engineGetTrustManagers() - Method in class io.netty.handler.ssl.util.FingerprintTrustManagerFactory
- engineGetTrustManagers() - Method in class io.netty.handler.ssl.util.InsecureTrustManagerFactory
- engineGetTrustManagers() - Method in class io.netty.handler.ssl.util.SimpleTrustManagerFactory
-
Returns one trust manager for each type of trust material.
- engineGetTrustManagers() - Method in class io.netty.handler.ssl.util.TrustManagerFactoryWrapper
- engineInit(KeyStore) - Method in class io.netty.handler.ssl.util.FingerprintTrustManagerFactory
- engineInit(KeyStore) - Method in class io.netty.handler.ssl.util.InsecureTrustManagerFactory
- engineInit(KeyStore) - Method in class io.netty.handler.ssl.util.SimpleTrustManagerFactory
-
Initializes this factory with a source of certificate authorities and related trust material.
- engineInit(KeyStore) - Method in class io.netty.handler.ssl.util.TrustManagerFactoryWrapper
- engineInit(KeyStore, char[]) - Method in class io.netty.handler.ssl.util.KeyManagerFactoryWrapper
- engineInit(KeyStore, char[]) - Method in class io.netty.handler.ssl.util.SimpleKeyManagerFactory
-
Initializes this factory with a source of certificate authorities and related key material.
- engineInit(ManagerFactoryParameters) - Method in class io.netty.handler.ssl.util.FingerprintTrustManagerFactory
- engineInit(ManagerFactoryParameters) - Method in class io.netty.handler.ssl.util.InsecureTrustManagerFactory
- engineInit(ManagerFactoryParameters) - Method in class io.netty.handler.ssl.util.KeyManagerFactoryWrapper
- engineInit(ManagerFactoryParameters) - Method in class io.netty.handler.ssl.util.SimpleKeyManagerFactory
-
Initializes this factory with a source of provider-specific key material.
- engineInit(ManagerFactoryParameters) - Method in class io.netty.handler.ssl.util.SimpleTrustManagerFactory
-
Initializes this factory with a source of provider-specific key material.
- engineInit(ManagerFactoryParameters) - Method in class io.netty.handler.ssl.util.TrustManagerFactoryWrapper
- ENHANCE_YOUR_CALM - io.netty.handler.codec.http2.Http2Error
- ENOMEM - Static variable in class io.netty.handler.codec.memcache.binary.BinaryMemcacheResponseStatus
- ensureAccessible() - Method in class io.netty.buffer.AbstractByteBuf
-
Should be called by every method that tries to access the buffers content to check if the buffer was released before.
- ensureAccessible(ByteBuf) - Static method in class io.netty.buffer.ByteBufUtil
- ensureAvailability() - Static method in class io.netty.channel.epoll.Epoll
-
Ensure that
netty-transport-native-epollis available. - ensureAvailability() - Static method in class io.netty.channel.kqueue.KQueue
-
Ensure that
netty-transport-native-kqueueis available. - ensureAvailability() - Static method in class io.netty.channel.unix.Unix
-
Deprecated.
- ensureAvailability() - Static method in class io.netty.channel.uring.IoUring
- ensureAvailability() - Static method in class io.netty.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.netty.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.netty.handler.codec.quic.Quic
-
Ensure that QUIC implementation is usable on the running platform is available.
- ensureAvailability() - Static method in class io.netty.handler.ssl.OpenSsl
-
Ensure that
netty-tcnativeand its OpenSSL support are available. - ensureAvailability() - Static method in class io.netty.resolver.dns.macos.MacOSDnsServerAddressStreamProvider
- ensureNotSharable() - Method in class io.netty.channel.ChannelHandlerAdapter
- ensureOpen() - Method in class io.netty.channel.embedded.EmbeddedChannel
-
Ensure the
Channelis open and if not throw an exception. - ensureOpen(ChannelPromise) - Method in class io.netty.channel.AbstractChannel.AbstractUnsafe
- ensureSunSslEngineAvailability() - Static method in class io.netty.handler.ssl.SslMasterKeyHandler
-
Ensure that SSLSessionImpl is available.
- ensureWritable(int) - Method in class io.netty.buffer.AbstractByteBuf
- ensureWritable(int) - Method in class io.netty.buffer.ByteBuf
-
Expands the buffer
ByteBuf.capacity()to make sure the number of writable bytes is equal to or greater than the specified value. - ensureWritable(int) - Method in class io.netty.buffer.CompositeByteBuf
- ensureWritable(int) - Method in class io.netty.buffer.EmptyByteBuf
- ensureWritable(int) - Method in class io.netty.buffer.ReadOnlyByteBuf
-
Deprecated.
- ensureWritable(int) - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- ensureWritable(int) - Method in class io.netty.buffer.WrappedByteBuf
- ensureWritable(int, boolean) - Method in class io.netty.buffer.AbstractByteBuf
- ensureWritable(int, boolean) - Method in class io.netty.buffer.ByteBuf
-
Expands the buffer
ByteBuf.capacity()to make sure the number of writable bytes is equal to or greater than the specified value. - ensureWritable(int, boolean) - Method in class io.netty.buffer.EmptyByteBuf
- ensureWritable(int, boolean) - Method in class io.netty.buffer.ReadOnlyByteBuf
-
Deprecated.
- ensureWritable(int, boolean) - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- ensureWritable(int, boolean) - Method in class io.netty.buffer.WrappedByteBuf
- ensureWritableSuccess(int) - Static method in class io.netty.buffer.ByteBufUtil
-
Used to determine if the return value of
ByteBuf.ensureWritable(int, boolean)means that there is adequate space and a write operation will succeed. - entries() - Method in class io.netty.handler.codec.http.DefaultHttpHeaders
- entries() - Method in class io.netty.handler.codec.http.EmptyHttpHeaders
- entries() - Method in class io.netty.handler.codec.http.HttpHeaders
-
Returns a new
Listthat contains all headers in this object. - entries() - Method in class io.netty.handler.codec.http.ReadOnlyHttpHeaders
- entries() - Method in class io.netty.util.collection.ByteObjectHashMap
- entries() - Method in interface io.netty.util.collection.ByteObjectMap
-
Gets an iterable to traverse over the primitive entries contained in this map.
- entries() - Method in class io.netty.util.collection.CharObjectHashMap
- entries() - Method in interface io.netty.util.collection.CharObjectMap
-
Gets an iterable to traverse over the primitive entries contained in this map.
- entries() - Method in class io.netty.util.collection.IntObjectHashMap
- entries() - Method in interface io.netty.util.collection.IntObjectMap
-
Gets an iterable to traverse over the primitive entries contained in this map.
- entries() - Method in class io.netty.util.collection.LongObjectHashMap
- entries() - Method in interface io.netty.util.collection.LongObjectMap
-
Gets an iterable to traverse over the primitive entries contained in this map.
- entries() - Method in class io.netty.util.collection.ShortObjectHashMap
- entries() - Method in interface io.netty.util.collection.ShortObjectMap
-
Gets an iterable to traverse over the primitive entries contained in this map.
- entryAdded(int) - Method in interface io.netty.handler.codec.http3.QpackDecoderStateSyncStrategy
-
When a header field entry is added to the decoder dynamic table.
- entrySet() - Method in class io.netty.util.collection.ByteObjectHashMap
- entrySet() - Method in class io.netty.util.collection.CharObjectHashMap
- entrySet() - Method in class io.netty.util.collection.IntObjectHashMap
- entrySet() - Method in class io.netty.util.collection.LongObjectHashMap
- entrySet() - Method in class io.netty.util.collection.ShortObjectHashMap
- EPHEMERAL - Static variable in class io.netty.handler.codec.quic.QuicConnectionAddress
-
Special
QuicConnectionAddressthat should be used when the connection address should be generated and chosen on the fly. - EPILOGUE - io.netty.handler.codec.http.multipart.HttpPostRequestDecoder.MultiPartStatus
- Epoll - Class in io.netty.channel.epoll
-
Tells if
netty-transport-native-epollis supported. - EPOLL_MODE - Static variable in class io.netty.channel.epoll.EpollChannelOption
-
Deprecated.Netty always uses level-triggered mode and so this method is just a no-op.
- epollBusyWait(FileDescriptor, EpollEventArray) - Static method in class io.netty.channel.epoll.Native
-
Non-blocking variant of
Native.epollWait(FileDescriptor, EpollEventArray, FileDescriptor, int, int)that will also hint to processor we are in a busy-wait loop. - EpollChannelConfig - Class in io.netty.channel.epoll
- EpollChannelConfig(Channel) - Constructor for class io.netty.channel.epoll.EpollChannelConfig
- EpollChannelConfig(Channel, RecvByteBufAllocator) - Constructor for class io.netty.channel.epoll.EpollChannelConfig
- EpollChannelOption<T> - Class in io.netty.channel.epoll
- epollCtlAdd(int, int, int) - Static method in class io.netty.channel.epoll.Native
- epollCtlDel(int, int) - Static method in class io.netty.channel.epoll.Native
- epollCtlMod(int, int, int) - Static method in class io.netty.channel.epoll.Native
- EpollDatagramChannel - Class in io.netty.channel.epoll
-
DatagramChannelimplementation that uses linux EPOLL Edge-Triggered Mode for maximal performance. - EpollDatagramChannel() - Constructor for class io.netty.channel.epoll.EpollDatagramChannel
-
Create a new instance which selects the
SocketProtocolFamilyto use depending on the Operation Systems default which will be chosen. - EpollDatagramChannel(int) - Constructor for class io.netty.channel.epoll.EpollDatagramChannel
-
Create a new instance which selects the
SocketProtocolFamilyto use depending on the Operation Systems default which will be chosen. - EpollDatagramChannel(InternetProtocolFamily) - Constructor for class io.netty.channel.epoll.EpollDatagramChannel
-
Deprecated.
- EpollDatagramChannel(SocketProtocolFamily) - Constructor for class io.netty.channel.epoll.EpollDatagramChannel
-
Create a new instance using the given
SocketProtocolFamily. - EpollDatagramChannelConfig - Class in io.netty.channel.epoll
- EpollDomainDatagramChannel - Class in io.netty.channel.epoll
- EpollDomainDatagramChannel() - Constructor for class io.netty.channel.epoll.EpollDomainDatagramChannel
- EpollDomainDatagramChannel(int) - Constructor for class io.netty.channel.epoll.EpollDomainDatagramChannel
- EpollDomainDatagramChannelConfig - Class in io.netty.channel.epoll
- EpollDomainSocketChannel - Class in io.netty.channel.epoll
- EpollDomainSocketChannel() - Constructor for class io.netty.channel.epoll.EpollDomainSocketChannel
- EpollDomainSocketChannel(int) - Constructor for class io.netty.channel.epoll.EpollDomainSocketChannel
- EpollDomainSocketChannel(int, boolean) - Constructor for class io.netty.channel.epoll.EpollDomainSocketChannel
- EpollDomainSocketChannel(Channel, LinuxSocket) - Constructor for class io.netty.channel.epoll.EpollDomainSocketChannel
- EpollDomainSocketChannelConfig - Class in io.netty.channel.epoll
- EPOLLERR - Static variable in class io.netty.channel.epoll.EpollIoOps
-
Error condition happened on the associated file descriptor.
- EPOLLERR - Static variable in class io.netty.channel.epoll.Native
- EPOLLET - Static variable in class io.netty.channel.epoll.EpollIoOps
- EPOLLET - Static variable in class io.netty.channel.epoll.Native
- EpollEventArray - Class in io.netty.channel.epoll
-
This is an internal datastructure which can be directly passed to epoll_wait to reduce the overhead.
- EpollEventLoop - Class in io.netty.channel.epoll
-
Deprecated.Use
SingleThreadIoEventLoopwithEpollIoHandler - EpollEventLoopGroup - Class in io.netty.channel.epoll
-
Deprecated.
- EpollEventLoopGroup() - Constructor for class io.netty.channel.epoll.EpollEventLoopGroup
-
Deprecated.Create a new instance using the default number of threads and the default
ThreadFactory. - EpollEventLoopGroup(int) - Constructor for class io.netty.channel.epoll.EpollEventLoopGroup
-
Deprecated.Create a new instance using the specified number of threads and the default
ThreadFactory. - EpollEventLoopGroup(int, SelectStrategyFactory) - Constructor for class io.netty.channel.epoll.EpollEventLoopGroup
-
Deprecated.Create a new instance using the specified number of threads and the default
ThreadFactory. - EpollEventLoopGroup(int, Executor) - Constructor for class io.netty.channel.epoll.EpollEventLoopGroup
-
Deprecated.
- EpollEventLoopGroup(int, Executor, SelectStrategyFactory) - Constructor for class io.netty.channel.epoll.EpollEventLoopGroup
-
Deprecated.
- EpollEventLoopGroup(int, Executor, EventExecutorChooserFactory, SelectStrategyFactory) - Constructor for class io.netty.channel.epoll.EpollEventLoopGroup
-
Deprecated.
- EpollEventLoopGroup(int, Executor, EventExecutorChooserFactory, SelectStrategyFactory, RejectedExecutionHandler) - Constructor for class io.netty.channel.epoll.EpollEventLoopGroup
-
Deprecated.
- EpollEventLoopGroup(int, Executor, EventExecutorChooserFactory, SelectStrategyFactory, RejectedExecutionHandler, EventLoopTaskQueueFactory) - Constructor for class io.netty.channel.epoll.EpollEventLoopGroup
-
Deprecated.
- EpollEventLoopGroup(int, Executor, EventExecutorChooserFactory, SelectStrategyFactory, RejectedExecutionHandler, EventLoopTaskQueueFactory, EventLoopTaskQueueFactory) - Constructor for class io.netty.channel.epoll.EpollEventLoopGroup
-
Deprecated.
- EpollEventLoopGroup(int, ThreadFactory) - Constructor for class io.netty.channel.epoll.EpollEventLoopGroup
-
Deprecated.Create a new instance using the specified number of threads and the given
ThreadFactory. - EpollEventLoopGroup(int, ThreadFactory, int) - Constructor for class io.netty.channel.epoll.EpollEventLoopGroup
-
Deprecated.
- EpollEventLoopGroup(int, ThreadFactory, int, SelectStrategyFactory) - Constructor for class io.netty.channel.epoll.EpollEventLoopGroup
- EpollEventLoopGroup(int, ThreadFactory, SelectStrategyFactory) - Constructor for class io.netty.channel.epoll.EpollEventLoopGroup
-
Deprecated.Create a new instance using the specified number of threads and the given
ThreadFactory. - EpollEventLoopGroup(ThreadFactory) - Constructor for class io.netty.channel.epoll.EpollEventLoopGroup
-
Deprecated.Create a new instance using the default number of threads and the given
ThreadFactory. - EPOLLIN - Static variable in class io.netty.channel.epoll.EpollIoOps
-
Interested in IO events which should be handled by finish pending connect operations
- EPOLLIN - Static variable in class io.netty.channel.epoll.Native
- EpollIoEvent - Interface in io.netty.channel.epoll
-
IoEventthat must be handled by theEpollIoHandle. - EpollIoHandle - Interface in io.netty.channel.epoll
-
IoHandleimplementation which is using epoll. - EpollIoHandler - Class in io.netty.channel.epoll
-
IoHandlerwhich uses epoll under the covers. - EpollIoOps - Class in io.netty.channel.epoll
-
Implementation of
IoOpsthat is used byEpollIoHandlerand so for epoll based transports. - EpollMode - Enum in io.netty.channel.epoll
-
Deprecated.Netty always uses level-triggered mode.
- EPOLLOUT - Static variable in class io.netty.channel.epoll.EpollIoOps
-
Interested in IO events which tell that the underlying channel is writable again or a connection attempt can be continued.
- EPOLLOUT - Static variable in class io.netty.channel.epoll.Native
- EpollQuicUtils - Class in io.netty.handler.codec.quic
-
Class that provides utility methods to setup
QUICwhen using theEPOLLtransport. - EPOLLRDHUP - Static variable in class io.netty.channel.epoll.EpollIoOps
-
Interested in IO events which should be handled by reading data.
- EPOLLRDHUP - Static variable in class io.netty.channel.epoll.Native
- EpollServerChannelConfig - Class in io.netty.channel.epoll
- EpollServerDomainSocketChannel - Class in io.netty.channel.epoll
- EpollServerDomainSocketChannel() - Constructor for class io.netty.channel.epoll.EpollServerDomainSocketChannel
- EpollServerDomainSocketChannel(int) - Constructor for class io.netty.channel.epoll.EpollServerDomainSocketChannel
- EpollServerDomainSocketChannel(int, boolean) - Constructor for class io.netty.channel.epoll.EpollServerDomainSocketChannel
- EpollServerSocketChannel - Class in io.netty.channel.epoll
-
ServerSocketChannelimplementation that uses linux EPOLL Edge-Triggered Mode for maximal performance. - EpollServerSocketChannel() - Constructor for class io.netty.channel.epoll.EpollServerSocketChannel
- EpollServerSocketChannel(int) - Constructor for class io.netty.channel.epoll.EpollServerSocketChannel
- EpollServerSocketChannel(InternetProtocolFamily) - Constructor for class io.netty.channel.epoll.EpollServerSocketChannel
-
Deprecated.
- EpollServerSocketChannel(SocketProtocolFamily) - Constructor for class io.netty.channel.epoll.EpollServerSocketChannel
- EpollServerSocketChannelConfig - Class in io.netty.channel.epoll
- EpollSocketChannel - Class in io.netty.channel.epoll
-
SocketChannelimplementation that uses linux EPOLL Edge-Triggered Mode for maximal performance. - EpollSocketChannel() - Constructor for class io.netty.channel.epoll.EpollSocketChannel
- EpollSocketChannel(int) - Constructor for class io.netty.channel.epoll.EpollSocketChannel
- EpollSocketChannel(InternetProtocolFamily) - Constructor for class io.netty.channel.epoll.EpollSocketChannel
-
Deprecated.
- EpollSocketChannel(SocketProtocolFamily) - Constructor for class io.netty.channel.epoll.EpollSocketChannel
- EpollSocketChannelConfig - Class in io.netty.channel.epoll
- EpollTcpInfo - Class in io.netty.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.netty.channel.epoll.EpollTcpInfo
- epollWait(FileDescriptor, EpollEventArray, FileDescriptor, int, int) - Static method in class io.netty.channel.epoll.Native
-
Deprecated.this method is no longer supported. This functionality is internal to this package.
- equals(byte[], int, byte[], int, int) - Static method in class io.netty.util.internal.PlatformDependent
-
Compare two
bytearrays for equality. - equals(ByteBuf, int, ByteBuf, int, int) - Static method in class io.netty.buffer.ByteBufUtil
-
Returns
trueif and only if the two specified buffers are identical to each other forlengthbytes starting ataStartIndexindex for theabuffer andbStartIndexindex for thebbuffer. - equals(ByteBuf, ByteBuf) - Static method in class io.netty.buffer.ByteBufUtil
-
Returns
trueif and only if the two specified buffers are identical to each other as described inByteBuf.equals(Object). - equals(Headers<K, V, ?>, HashingStrategy<V>) - Method in class io.netty.handler.codec.DefaultHeaders
-
Test this object for equality against
h2. - equals(Object) - Method in class io.netty.buffer.AbstractByteBuf
- equals(Object) - Method in class io.netty.buffer.ByteBuf
-
Determines if the content of the specified buffer is identical to the content of this array.
- equals(Object) - Method in class io.netty.buffer.DefaultByteBufHolder
-
This implementation of the
equalsoperation is restricted to work only with instances of the same class. - equals(Object) - Method in class io.netty.buffer.EmptyByteBuf
- equals(Object) - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- equals(Object) - Method in class io.netty.buffer.WrappedByteBuf
- equals(Object) - Method in class io.netty.channel.AbstractChannel
-
Returns
trueif and only if the specified object is identical with this channel (i.e:this == o). - equals(Object) - Method in class io.netty.channel.DefaultChannelId
- equals(Object) - Method in class io.netty.channel.epoll.EpollIoOps
- equals(Object) - Method in class io.netty.channel.epoll.VSockAddress
- equals(Object) - Method in class io.netty.channel.group.DefaultChannelGroup
- equals(Object) - Method in class io.netty.channel.kqueue.AcceptFilter
- equals(Object) - Method in class io.netty.channel.local.LocalAddress
- equals(Object) - Method in class io.netty.channel.nio.NioIoOps
- equals(Object) - Method in class io.netty.channel.sctp.SctpMessage
- equals(Object) - Method in class io.netty.channel.unix.DomainSocketAddress
- equals(Object) - Method in class io.netty.channel.unix.FileDescriptor
- equals(Object) - Method in class io.netty.channel.uring.IoUringBufferRingConfig
- equals(Object) - Method in class io.netty.channel.uring.IoUringBufferRingExhaustedEvent
- equals(Object) - Method in class io.netty.handler.codec.DefaultHeaders
- equals(Object) - Method in class io.netty.handler.codec.DefaultHeaders.HeaderEntry
- equals(Object) - Method in class io.netty.handler.codec.dns.AbstractDnsMessage
- equals(Object) - Method in class io.netty.handler.codec.dns.AbstractDnsRecord
- equals(Object) - Method in class io.netty.handler.codec.dns.DatagramDnsQuery
- equals(Object) - Method in class io.netty.handler.codec.dns.DatagramDnsResponse
- equals(Object) - Method in class io.netty.handler.codec.dns.DnsOpCode
- equals(Object) - Method in class io.netty.handler.codec.dns.DnsRecordType
- equals(Object) - Method in class io.netty.handler.codec.dns.DnsResponseCode
-
Equality of
DnsResponseCodeonly depends onDnsResponseCode.intValue(). - equals(Object) - Method in class io.netty.handler.codec.EmptyHeaders
- equals(Object) - Method in class io.netty.handler.codec.http.cookie.DefaultCookie
- equals(Object) - Method in class io.netty.handler.codec.http.DefaultFullHttpRequest
- equals(Object) - Method in class io.netty.handler.codec.http.DefaultFullHttpResponse
- equals(Object) - Method in class io.netty.handler.codec.http.DefaultHttpHeaders
- equals(Object) - Method in class io.netty.handler.codec.http.DefaultHttpMessage
- equals(Object) - Method in class io.netty.handler.codec.http.DefaultHttpObject
- equals(Object) - Method in class io.netty.handler.codec.http.DefaultHttpRequest
- equals(Object) - Method in class io.netty.handler.codec.http.DefaultHttpResponse
- equals(Object) - Method in class io.netty.handler.codec.http.HttpMethod
- equals(Object) - Method in class io.netty.handler.codec.http.HttpResponseStatus
-
Equality of
HttpResponseStatusonly depends onHttpResponseStatus.code(). - equals(Object) - Method in class io.netty.handler.codec.http.HttpScheme
- equals(Object) - Method in class io.netty.handler.codec.http.HttpVersion
- equals(Object) - Method in class io.netty.handler.codec.http.multipart.DiskAttribute
- equals(Object) - Method in class io.netty.handler.codec.http.multipart.DiskFileUpload
- equals(Object) - Method in class io.netty.handler.codec.http.multipart.MemoryAttribute
- equals(Object) - Method in class io.netty.handler.codec.http.multipart.MemoryFileUpload
- equals(Object) - Method in class io.netty.handler.codec.http.websocketx.WebSocketCloseStatus
-
Equality of
WebSocketCloseStatusonly depends onWebSocketCloseStatus.code(). - equals(Object) - Method in class io.netty.handler.codec.http.websocketx.WebSocketScheme
- equals(Object) - Method in class io.netty.handler.codec.http2.AbstractHttp2StreamFrame
-
Returns
trueifohas equalstreamto this object. - equals(Object) - Method in class io.netty.handler.codec.http2.DefaultHttp2DataFrame
- equals(Object) - Method in class io.netty.handler.codec.http2.DefaultHttp2GoAwayFrame
- equals(Object) - Method in class io.netty.handler.codec.http2.DefaultHttp2Headers
- equals(Object) - Method in class io.netty.handler.codec.http2.DefaultHttp2HeadersFrame
- equals(Object) - Method in class io.netty.handler.codec.http2.DefaultHttp2PingFrame
- equals(Object) - Method in class io.netty.handler.codec.http2.DefaultHttp2PriorityFrame
- equals(Object) - Method in class io.netty.handler.codec.http2.DefaultHttp2ResetFrame
- equals(Object) - Method in class io.netty.handler.codec.http2.DefaultHttp2SettingsFrame
- equals(Object) - Method in class io.netty.handler.codec.http2.DefaultHttp2UnknownFrame
- equals(Object) - Method in class io.netty.handler.codec.http2.Http2Flags
- equals(Object) - Method in class io.netty.handler.codec.http3.DefaultHttp3CancelPushFrame
- equals(Object) - Method in class io.netty.handler.codec.http3.DefaultHttp3GoAwayFrame
- equals(Object) - Method in class io.netty.handler.codec.http3.DefaultHttp3Headers
- equals(Object) - Method in class io.netty.handler.codec.http3.DefaultHttp3HeadersFrame
- equals(Object) - Method in class io.netty.handler.codec.http3.DefaultHttp3MaxPushIdFrame
- equals(Object) - Method in class io.netty.handler.codec.http3.DefaultHttp3PushPromiseFrame
- equals(Object) - Method in class io.netty.handler.codec.http3.DefaultHttp3SettingsFrame
- equals(Object) - Method in class io.netty.handler.codec.http3.DefaultHttp3UnknownFrame
- equals(Object) - Method in class io.netty.handler.codec.mqtt.MqttProperties.MqttProperty
- equals(Object) - Method in class io.netty.handler.codec.mqtt.MqttProperties.StringPair
- equals(Object) - Method in class io.netty.handler.codec.mqtt.MqttSubscriptionOption
- equals(Object) - Method in class io.netty.handler.codec.quic.DefaultQuicStreamFrame
- equals(Object) - Method in class io.netty.handler.codec.quic.QuicConnectionAddress
- equals(Object) - Method in class io.netty.handler.codec.quic.QuicPathEvent.Closed
- equals(Object) - Method in class io.netty.handler.codec.quic.QuicPathEvent
- equals(Object) - Method in class io.netty.handler.codec.quic.QuicPathEvent.ReusedSourceConnectionId
- equals(Object) - Method in class io.netty.handler.codec.quic.QuicStreamAddress
- equals(Object) - Method in class io.netty.handler.codec.quic.QuicStreamPriority
- equals(Object) - Method in class io.netty.handler.codec.quic.QuicTransportError
- equals(Object) - Method in class io.netty.handler.codec.quic.SslSessionTicketKey
- equals(Object) - Method in class io.netty.handler.codec.smtp.DefaultSmtpRequest
- equals(Object) - Method in class io.netty.handler.codec.smtp.DefaultSmtpResponse
- equals(Object) - Method in class io.netty.handler.codec.smtp.SmtpCommand
- equals(Object) - Method in class io.netty.handler.codec.socksx.v4.Socks4CommandStatus
- equals(Object) - Method in class io.netty.handler.codec.socksx.v4.Socks4CommandType
- equals(Object) - Method in class io.netty.handler.codec.socksx.v5.Socks5AddressType
- equals(Object) - Method in class io.netty.handler.codec.socksx.v5.Socks5AuthMethod
- equals(Object) - Method in class io.netty.handler.codec.socksx.v5.Socks5CommandStatus
- equals(Object) - Method in class io.netty.handler.codec.socksx.v5.Socks5CommandType
- equals(Object) - Method in class io.netty.handler.codec.socksx.v5.Socks5PasswordAuthStatus
- equals(Object) - Method in class io.netty.handler.codec.socksx.v5.Socks5PrivateAuthStatus
- equals(Object) - Method in class io.netty.handler.codec.spdy.DefaultSpdyUnknownFrame
- equals(Object) - Method in class io.netty.handler.codec.spdy.SpdySessionStatus
- equals(Object) - Method in class io.netty.handler.codec.spdy.SpdyStreamStatus
- equals(Object) - Method in class io.netty.handler.codec.string.LineSeparator
- equals(Object) - Method in class io.netty.handler.codec.xml.XmlAttribute
- equals(Object) - Method in class io.netty.handler.codec.xml.XmlContent
- equals(Object) - Method in class io.netty.handler.codec.xml.XmlDocumentStart
- equals(Object) - Method in class io.netty.handler.codec.xml.XmlDTD
- equals(Object) - Method in class io.netty.handler.codec.xml.XmlElement
- equals(Object) - Method in class io.netty.handler.codec.xml.XmlElementStart
- equals(Object) - Method in class io.netty.handler.codec.xml.XmlEntityReference
- equals(Object) - Method in class io.netty.handler.codec.xml.XmlNamespace
- equals(Object) - Method in class io.netty.handler.codec.xml.XmlProcessingInstruction
- equals(Object) - Method in class io.netty.handler.ssl.PemX509Certificate
- equals(Object) - Method in class io.netty.util.AbstractConstant
- equals(Object) - Method in class io.netty.util.AsciiString
- equals(Object) - Method in class io.netty.util.collection.ByteObjectHashMap
- equals(Object) - Method in class io.netty.util.collection.CharObjectHashMap
- equals(Object) - Method in class io.netty.util.collection.IntObjectHashMap
- equals(Object) - Method in class io.netty.util.collection.LongObjectHashMap
- equals(Object) - Method in class io.netty.util.collection.ShortObjectHashMap
- equals(Object) - Method in class io.netty.util.internal.EmptyPriorityQueue
- equals(Object) - Method in exception io.netty.util.ResourceLeakException
-
Deprecated.
- equals(Object) - Method in error io.netty.util.Signal
- equals(T, T) - Method in interface io.netty.util.HashingStrategy
-
Returns
trueif the arguments are equal to each other andfalseotherwise. - EQUALS - Static variable in class io.netty.handler.codec.http.HttpConstants
-
Equals '='
- equalsConstantTime(byte[], int, byte[], int, int) - Static method in class io.netty.util.internal.ConstantTimeUtils
-
Compare two
bytearrays for equality without leaking timing information. - equalsConstantTime(byte[], int, byte[], int, int) - Static method in class io.netty.util.internal.PlatformDependent
-
Compare two
bytearrays for equality without leaking timing information. - equalsConstantTime(int, int) - Static method in class io.netty.util.internal.ConstantTimeUtils
-
Compare two
ints without leaking timing information. - equalsConstantTime(long, long) - Static method in class io.netty.util.internal.ConstantTimeUtils
-
Compare two
longss without leaking timing information. - equalsConstantTime(CharSequence, CharSequence) - Static method in class io.netty.util.internal.ConstantTimeUtils
-
Compare two
CharSequenceobjects without leaking timing information. - equalsIgnoreCase(CharSequence, CharSequence) - Static method in class io.netty.handler.codec.http.HttpHeaders
-
Deprecated.
- ERR - io.netty.handler.codec.redis.FixedRedisMessagePool.RedisErrorKey
- ERR_IDX - io.netty.handler.codec.redis.FixedRedisMessagePool.RedisErrorKey
- ERR_NOKEY - io.netty.handler.codec.redis.FixedRedisMessagePool.RedisErrorKey
- ERR_SAMEOBJ - io.netty.handler.codec.redis.FixedRedisMessagePool.RedisErrorKey
- ERR_SYNTAX - io.netty.handler.codec.redis.FixedRedisMessagePool.RedisErrorKey
- ERRNO_EAGAIN_NEGATIVE - Static variable in class io.netty.channel.unix.Errors
- ERRNO_EBADF_NEGATIVE - Static variable in class io.netty.channel.unix.Errors
- ERRNO_ECONNRESET_NEGATIVE - Static variable in class io.netty.channel.unix.Errors
- ERRNO_EINPROGRESS_NEGATIVE - Static variable in class io.netty.channel.unix.Errors
- ERRNO_ENOENT_NEGATIVE - Static variable in class io.netty.channel.unix.Errors
- ERRNO_ENOTCONN_NEGATIVE - Static variable in class io.netty.channel.unix.Errors
- ERRNO_EPIPE_NEGATIVE - Static variable in class io.netty.channel.unix.Errors
- ERRNO_EWOULDBLOCK_NEGATIVE - Static variable in class io.netty.channel.unix.Errors
- error() - Method in exception io.netty.handler.codec.http2.Http2Exception
- error() - Method in exception io.netty.handler.codec.http2.Http2FrameStreamException
- error() - Method in class io.netty.handler.codec.quic.QuicConnectionCloseEvent
-
Return the error that was provided for the close.
- error() - Method in exception io.netty.handler.codec.quic.QuicException
-
Returns the
QuicTransportErrorwhich was the cause of theQuicException. - error(ChannelHandlerContext, Throwable) - Method in interface io.netty.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.netty.util.internal.logging.InternalLogger
-
Log a message at the ERROR level.
- error(String, Object) - Method in interface io.netty.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.netty.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.netty.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.netty.util.internal.logging.InternalLogger
-
Log an exception (throwable) at the ERROR level with an accompanying message.
- error(Throwable) - Method in class io.netty.util.internal.logging.AbstractInternalLogger
- error(Throwable) - Method in interface io.netty.util.internal.logging.InternalLogger
-
Log an exception (throwable) at the ERROR level.
- ERROR - io.netty.handler.codec.redis.RedisMessageType
- ERROR - io.netty.handler.codec.stomp.StompCommand
- ERROR - io.netty.handler.logging.LogLevel
- ERROR - io.netty.util.internal.logging.InternalLogLevel
-
'ERROR' log level.
- ERROR_EALREADY_NEGATIVE - Static variable in class io.netty.channel.unix.Errors
- ERROR_ECONNREFUSED_NEGATIVE - Static variable in class io.netty.channel.unix.Errors
- ERROR_EHOSTUNREACH_NEGATIVE - Static variable in class io.netty.channel.unix.Errors
- ERROR_EISCONN_NEGATIVE - Static variable in class io.netty.channel.unix.Errors
- ERROR_ENETUNREACH_NEGATIVE - Static variable in class io.netty.channel.unix.Errors
- errorCode() - Method in class io.netty.handler.codec.http2.DefaultHttp2GoAwayFrame
- errorCode() - Method in class io.netty.handler.codec.http2.DefaultHttp2ResetFrame
- errorCode() - Method in interface io.netty.handler.codec.http2.Http2GoAwayFrame
-
The reason for beginning closure of the connection.
- errorCode() - Method in interface io.netty.handler.codec.http2.Http2ResetFrame
-
The reason for resetting the stream.
- errorCode() - Method in exception io.netty.handler.codec.http2.StreamBufferingEncoder.Http2GoAwayException
- errorCode() - Method in exception io.netty.handler.codec.http3.Http3Exception
-
Returns the related
Http3ErrorCode. - errorCode() - Method in exception io.netty.handler.ssl.OpenSslCertificateException
-
Return the error code to use.
- ErrorDataDecoderException() - Constructor for exception io.netty.handler.codec.http.multipart.HttpPostRequestDecoder.ErrorDataDecoderException
- ErrorDataDecoderException(String) - Constructor for exception io.netty.handler.codec.http.multipart.HttpPostRequestDecoder.ErrorDataDecoderException
- ErrorDataDecoderException(String, Throwable) - Constructor for exception io.netty.handler.codec.http.multipart.HttpPostRequestDecoder.ErrorDataDecoderException
- ErrorDataDecoderException(Throwable) - Constructor for exception io.netty.handler.codec.http.multipart.HttpPostRequestDecoder.ErrorDataDecoderException
- ErrorDataEncoderException() - Constructor for exception io.netty.handler.codec.http.multipart.HttpPostRequestEncoder.ErrorDataEncoderException
- ErrorDataEncoderException(String) - Constructor for exception io.netty.handler.codec.http.multipart.HttpPostRequestEncoder.ErrorDataEncoderException
- ErrorDataEncoderException(String, Throwable) - Constructor for exception io.netty.handler.codec.http.multipart.HttpPostRequestEncoder.ErrorDataEncoderException
- ErrorDataEncoderException(Throwable) - Constructor for exception io.netty.handler.codec.http.multipart.HttpPostRequestEncoder.ErrorDataEncoderException
- ErrorRedisMessage - Class in io.netty.handler.codec.redis
-
Errors of RESP.
- ErrorRedisMessage(String) - Constructor for class io.netty.handler.codec.redis.ErrorRedisMessage
-
Creates a
ErrorRedisMessagefromcontent. - Errors - Class in io.netty.channel.unix
-
Internal usage only!
- Errors.NativeIoException - Exception in io.netty.channel.unix
-
Internal usage only!
- escapeCsv(CharSequence) - Static method in class io.netty.util.internal.StringUtil
-
Escapes the specified value, if necessary according to RFC-4180.
- escapeCsv(CharSequence, boolean) - Static method in class io.netty.util.internal.StringUtil
-
Escapes the specified value, if necessary according to RFC-4180.
- estimateMaxDirectMemory() - Static method in class io.netty.util.internal.PlatformDependent
-
Compute an estimate of the maximum amount of direct memory available to this JVM.
- ETAG - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
-
"etag" - ETAG - Static variable in class io.netty.handler.codec.http.HttpHeaders.Names
-
Deprecated.
"ETag" - EVEN - io.netty.channel.rxtx.RxtxChannelConfig.Paritybit
-
Deprecated.An even parity bit will be sent with each data character, ie. will be set to 1 if the data character contains an odd number of bits set to 1.
- event() - Method in exception io.netty.handler.codec.quic.QuicClosedChannelException
-
Returns the
QuicConnectionCloseEventthat caused the closure ornullif none was received. - EventExecutor - Interface in io.netty.util.concurrent
-
The
EventExecutoris a specialEventExecutorGroupwhich comes with some handy methods to see if aThreadis executed in a event loop. - EventExecutorChooserFactory - Interface in io.netty.util.concurrent
-
Factory that creates new
EventExecutorChooserFactory.EventExecutorChoosers. - EventExecutorChooserFactory.EventExecutorChooser - Interface in io.netty.util.concurrent
-
Chooses the next
EventExecutorto use. - EventExecutorChooserFactory.ObservableEventExecutorChooser - Interface in io.netty.util.concurrent
-
An
EventExecutorChooserFactory.EventExecutorChooserthat exposes metrics for observation. - EventExecutorGroup - Interface in io.netty.util.concurrent
-
The
EventExecutorGroupis responsible for providing theEventExecutor's to use via itsEventExecutorGroup.next()method. - eventFdRead(int) - Static method in class io.netty.channel.epoll.Native
- eventFdWrite(int, long) - Static method in class io.netty.channel.epoll.Native
- eventLoop() - Method in class io.netty.channel.AbstractChannel
- eventLoop() - Method in interface io.netty.channel.Channel
- eventLoop() - Method in class io.netty.handler.ssl.ocsp.IoTransport
- eventLoop(EventLoop) - Method in class io.netty.resolver.dns.DnsNameResolverBuilder
-
Sets the
EventLoopwhich will perform the communication with the DNS servers. - EventLoop - Interface in io.netty.channel
-
Will handle all the I/O operations for a
Channelonce registered. - EventLoopException - Exception in io.netty.channel
-
Special
ChannelExceptionwhich will be thrown byEventLoopandEventLoopGroupimplementations when an error occurs. - EventLoopException() - Constructor for exception io.netty.channel.EventLoopException
- EventLoopException(String) - Constructor for exception io.netty.channel.EventLoopException
- EventLoopException(String, Throwable) - Constructor for exception io.netty.channel.EventLoopException
- EventLoopException(Throwable) - Constructor for exception io.netty.channel.EventLoopException
- EventLoopGroup - Interface in io.netty.channel
-
Special
EventExecutorGroupwhich allows registeringChannels that get processed for later selection during the event loop. - EventLoopTaskQueueFactory - Interface in io.netty.channel
-
Factory used to create
Queueinstances that will be used to store tasks for anEventLoop. - eventReceived(ChannelHandlerContext, I) - Method in class io.netty.channel.SimpleUserEventChannelHandler
-
Is called for each user event triggered of type
SimpleUserEventChannelHandler. - EXACTLY_ONCE - io.netty.handler.codec.mqtt.MqttQoS
- exceptionCaught(ChannelHandlerContext, Throwable) - Method in interface io.netty.channel.ChannelHandler
-
Deprecated.if you want to handle this event you should implement
ChannelInboundHandlerand implement the method there. - exceptionCaught(ChannelHandlerContext, Throwable) - Method in class io.netty.channel.ChannelHandlerAdapter
-
Deprecated.is part of
ChannelInboundHandler - exceptionCaught(ChannelHandlerContext, Throwable) - Method in interface io.netty.channel.ChannelInboundHandler
-
Gets called if a
Throwablewas thrown. - exceptionCaught(ChannelHandlerContext, Throwable) - Method in class io.netty.channel.ChannelInboundHandlerAdapter
-
Calls
ChannelHandlerContext.fireExceptionCaught(Throwable)to forward to the nextChannelHandlerin theChannelPipeline. - exceptionCaught(ChannelHandlerContext, Throwable) - Method in class io.netty.channel.ChannelInitializer
-
Handle the
Throwableby logging and closing theChannel. - exceptionCaught(ChannelHandlerContext, Throwable) - Method in class io.netty.channel.CombinedChannelDuplexHandler
- exceptionCaught(ChannelHandlerContext, Throwable) - Method in class io.netty.handler.codec.DatagramPacketDecoder
- exceptionCaught(ChannelHandlerContext, Throwable) - Method in class io.netty.handler.codec.DatagramPacketEncoder
- exceptionCaught(ChannelHandlerContext, Throwable) - Method in class io.netty.handler.codec.http.websocketx.Utf8FrameValidator
- exceptionCaught(ChannelHandlerContext, Throwable) - Method in class io.netty.handler.codec.http.websocketx.WebSocketServerProtocolHandler
- exceptionCaught(ChannelHandlerContext, Throwable) - Method in class io.netty.handler.codec.http2.Http2ConnectionHandler
-
Handles
Http2Exceptionobjects that were thrown from other handlers. - exceptionCaught(ChannelHandlerContext, Throwable) - Method in class io.netty.handler.codec.http2.Http2MultiplexHandler
- exceptionCaught(ChannelHandlerContext, Throwable) - Method in class io.netty.handler.codec.http3.Http3RequestStreamInboundHandler
- exceptionCaught(ChannelHandlerContext, Throwable) - Method in class io.netty.handler.codec.marshalling.CompatibleMarshallingDecoder
- exceptionCaught(ChannelHandlerContext, Throwable) - Method in class io.netty.handler.codec.spdy.SpdySessionHandler
- exceptionCaught(ChannelHandlerContext, Throwable) - Method in class io.netty.handler.flush.FlushConsolidationHandler
- exceptionCaught(ChannelHandlerContext, Throwable) - Method in class io.netty.handler.logging.LoggingHandler
- exceptionCaught(ChannelHandlerContext, Throwable) - Method in class io.netty.handler.pcap.PcapWriteHandler
- exceptionCaught(ChannelHandlerContext, Throwable) - Method in class io.netty.handler.proxy.ProxyHandler
- exceptionCaught(ChannelHandlerContext, Throwable) - Method in class io.netty.handler.ssl.ApplicationProtocolNegotiationHandler
- exceptionCaught(ChannelHandlerContext, Throwable) - Method in class io.netty.handler.ssl.ocsp.OcspServerCertificateValidator
- exceptionCaught(ChannelHandlerContext, Throwable) - Method in class io.netty.handler.ssl.SslHandler
- exceptionMessage(String) - Method in class io.netty.handler.proxy.ProxyHandler
-
Decorates the specified exception message with the common information such as the current protocol, authentication scheme, proxy address, and destination address.
- exclusive() - Method in class io.netty.handler.codec.http2.DefaultHttp2PriorityFrame
- exclusive() - Method in interface io.netty.handler.codec.http2.Http2PriorityFrame
-
Set to
trueif this stream is exclusive else set tofalse - EXECABORT - io.netty.handler.codec.redis.FixedRedisMessagePool.RedisErrorKey
- execute(Runnable) - Method in class io.netty.channel.ManualIoEventLoop
- execute(Runnable) - Method in class io.netty.util.concurrent.AbstractEventExecutorGroup
- execute(Runnable) - Method in class io.netty.util.concurrent.GlobalEventExecutor
- execute(Runnable) - Method in class io.netty.util.concurrent.ImmediateEventExecutor
- execute(Runnable) - Method in class io.netty.util.concurrent.ImmediateExecutor
- execute(Runnable) - Method in class io.netty.util.concurrent.NonStickyEventExecutorGroup
- execute(Runnable) - Method in class io.netty.util.concurrent.SingleThreadEventExecutor
- execute(Runnable) - Method in class io.netty.util.concurrent.ThreadPerTaskExecutor
- execute(Runnable) - Method in class io.netty.util.concurrent.UnorderedThreadPoolEventExecutor
-
Deprecated.
- executeAfterEventLoopIteration(Runnable) - Method in class io.netty.channel.SingleThreadEventLoop
-
Adds a task to be run once at the end of next (or current)
eventloopiteration. - executor() - Method in interface io.netty.channel.ChannelHandlerContext
-
Returns the
EventExecutorwhich is used to execute an arbitrary task. - executor() - Method in class io.netty.channel.DefaultChannelProgressivePromise
- executor() - Method in class io.netty.channel.DefaultChannelPromise
- executor() - Method in class io.netty.resolver.AbstractAddressResolver
-
Returns the
EventExecutorwhich is used to notify the listeners of theFuturereturned byAbstractAddressResolver.resolve(SocketAddress). - executor() - Method in class io.netty.resolver.dns.DnsNameResolver
- executor() - Method in class io.netty.resolver.SimpleNameResolver
-
Returns the
EventExecutorwhich is used to notify the listeners of theFuturereturned bySimpleNameResolver.resolve(String). - executor() - Method in class io.netty.util.concurrent.AutoScalingEventExecutorChooserFactory.AutoScalingUtilizationMetric
-
Returns the
EventExecutorthis metric belongs too. - executor() - Method in class io.netty.util.concurrent.CompleteFuture
-
Return the
EventExecutorwhich is used by thisCompleteFuture. - executor() - Method in class io.netty.util.concurrent.DefaultPromise
-
Get the executor used to notify listeners when this promise is complete.
- executorCount() - Method in class io.netty.util.concurrent.MultithreadEventExecutorGroup
-
Return the number of
EventExecutorthis implementation uses. - executorUtilizations() - Method in interface io.netty.util.concurrent.EventExecutorChooserFactory.ObservableEventExecutorChooser
-
Returns a list containing the last calculated utilization for each
EventExecutorin the group. - executorUtilizations() - Method in class io.netty.util.concurrent.MultithreadEventExecutorGroup
-
Returns a list of real-time utilization metrics if the group was configured with a compatible
EventExecutorChooserFactory, otherwise an empty list. - exists(String) - Static method in class io.netty.channel.ChannelOption
- exists(String) - Static method in class io.netty.handler.ssl.SslContextOption
- exists(String) - Static method in class io.netty.util.AttributeKey
- exists(String) - Method in class io.netty.util.ConstantPool
- expect(Signal) - Method in error io.netty.util.Signal
-
Check if the given
Signalis the same as this instance. - EXPECT - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
-
"expect" - EXPECT - Static variable in class io.netty.handler.codec.http.HttpHeaders.Names
-
Deprecated.
"Expect" - EXPECTATION_FAILED - Static variable in class io.netty.handler.codec.http.HttpResponseStatus
-
417 Expectation Failed
- expectedErr() - Method in exception io.netty.channel.unix.Errors.NativeIoException
- expectedSubprotocol() - Method in class io.netty.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.netty.handler.codec.http.websocketx.WebSocketDecoderConfig
- expectMaskedFrames(boolean) - Method in class io.netty.handler.codec.http.websocketx.WebSocketDecoderConfig.Builder
- expectMaskedFrames(boolean) - Method in class io.netty.handler.codec.http.websocketx.WebSocketServerProtocolConfig.Builder
- EXPIRES - Static variable in class io.netty.handler.codec.http.cookie.CookieHeaderNames
- EXPIRES - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
-
"expires" - EXPIRES - Static variable in class io.netty.handler.codec.http.HttpHeaders.Names
-
Deprecated.
"Expires" - EXPIRES - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderNames
-
"expires" - EXPIRES - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Names
-
Deprecated.
"Expires" - expn(CharSequence) - Static method in class io.netty.handler.codec.smtp.SmtpRequests
-
Creates a
EXPNrequest. - EXPN - Static variable in class io.netty.handler.codec.smtp.SmtpCommand
- exposedHeaders() - Method in class io.netty.handler.codec.http.cors.CorsConfig
-
Returns a set of headers to be exposed to calling clients.
- exposeHeaders(CharSequence...) - Method in class io.netty.handler.codec.http.cors.CorsConfigBuilder
-
Specifies the headers to be exposed to calling clients.
- exposeHeaders(String...) - Method in class io.netty.handler.codec.http.cors.CorsConfig.Builder
-
Deprecated.Use
CorsConfigBuilder.exposeHeaders(String...)instead. - exposeHeaders(String...) - Method in class io.netty.handler.codec.http.cors.CorsConfigBuilder
-
Specifies the headers to be exposed to calling clients.
- extendedRcode() - Method in class io.netty.handler.codec.dns.AbstractDnsOptPseudoRrRecord
- extendedRcode() - Method in interface io.netty.handler.codec.dns.DnsOptPseudoRecord
-
Returns the
EXTENDED-RCODEwhich is encoded intoDnsRecord.timeToLive(). - EXTENSIONS_SYSTEM_PROPERTY - Static variable in class io.netty.bootstrap.ChannelInitializerExtension
-
The name of the system property that control initializer extensions.
- extensionsClassLoader(ClassLoader) - Method in class io.netty.bootstrap.AbstractBootstrap
-
Load
ChannelInitializerExtensions using the given class loader. - extraCqeData() - Method in class io.netty.channel.uring.IoUringIoEvent
-
Returns the extra data for the CQE.
- extractExtensions(String) - Static method in class io.netty.handler.codec.http.websocketx.extensions.WebSocketExtensionUtil
- extractFrame(ChannelHandlerContext, ByteBuf, int, int) - Method in class io.netty.handler.codec.dns.TcpDnsResponseDecoder
- extractFrame(ChannelHandlerContext, ByteBuf, int, int) - Method in class io.netty.handler.codec.LengthFieldBasedFrameDecoder
-
Extract the sub-region of the specified buffer.
- extractFrame(ChannelHandlerContext, ByteBuf, int, int) - Method in class io.netty.handler.codec.marshalling.MarshallingDecoder
- extractObject(ChannelHandlerContext, ByteBuf, int, int) - Method in class io.netty.handler.codec.json.JsonObjectDecoder
-
Override this method if you want to filter the json objects/arrays that get passed through the pipeline.
- extractTlsError(int) - Static method in class io.netty.handler.codec.quic.QuicConnectionCloseEvent
-
Extract the contained
TLS errorfrom theQUIC error. - extras() - Method in class io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage
- extras() - Method in interface io.netty.handler.codec.memcache.binary.BinaryMemcacheMessage
-
Returns a
ByteBufrepresentation of the optional extras. - extrasLength() - Method in class io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage
- extrasLength() - Method in interface io.netty.handler.codec.memcache.binary.BinaryMemcacheMessage
-
Return the extras length of the message.
- extraStreamIds() - Method in class io.netty.handler.codec.http2.DefaultHttp2GoAwayFrame
- extraStreamIds() - Method in interface io.netty.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.netty.channel.epoll.EpollTcpInfo
- fackets() - Method in class io.netty.channel.uring.IoUringTcpInfo
- FAIL - io.netty.channel.pool.FixedChannelPool.AcquireTimeoutAction
-
Fail the
Futureof the acquire call with aTimeoutException. - failAndRecycle(Throwable) - Method in class io.netty.util.internal.PendingWrite
-
Fails the underlying
Promisewith the given cause and recycle this instance. - FAILED_DEPENDENCY - Static variable in class io.netty.handler.codec.http.HttpResponseStatus
-
424 Failed Dependency (WebDAV, RFC4918)
- FailedFuture<V> - Class in io.netty.util.concurrent
-
The
CompleteFuturewhich is failed already. - FailedFuture(EventExecutor, Throwable) - Constructor for class io.netty.util.concurrent.FailedFuture
-
Creates a new instance.
- FailedValidation(InetSocketAddress, InetSocketAddress) - Constructor for class io.netty.handler.codec.quic.QuicPathEvent.FailedValidation
-
The related network path between local and remote failed to be validated.
- failure(Throwable) - Static method in class io.netty.handler.codec.DecoderResult
- FAILURE - io.netty.handler.codec.mqtt.MqttQoS
- FAILURE - io.netty.handler.codec.socks.SocksAuthStatus
- FAILURE - io.netty.handler.codec.socks.SocksCmdStatus
- FAILURE - io.netty.handler.codec.socksx.v4.Socks4ClientDecoder.State
- FAILURE - io.netty.handler.codec.socksx.v4.Socks4ServerDecoder.State
- FAILURE - io.netty.handler.codec.socksx.v5.Socks5CommandRequestDecoder.State
- FAILURE - io.netty.handler.codec.socksx.v5.Socks5CommandResponseDecoder.State
- FAILURE - io.netty.handler.codec.socksx.v5.Socks5InitialRequestDecoder.State
- FAILURE - io.netty.handler.codec.socksx.v5.Socks5InitialResponseDecoder.State
- FAILURE - io.netty.handler.codec.socksx.v5.Socks5PasswordAuthRequestDecoder.State
- FAILURE - io.netty.handler.codec.socksx.v5.Socks5PasswordAuthResponseDecoder.State
- FAILURE - Static variable in class io.netty.handler.codec.socksx.v5.Socks5CommandStatus
- FAILURE - Static variable in class io.netty.handler.codec.socksx.v5.Socks5PasswordAuthStatus
- FAILURE - Static variable in class io.netty.handler.codec.socksx.v5.Socks5PrivateAuthStatus
- FALSE_SUPPLIER - Static variable in interface io.netty.util.BooleanSupplier
-
A supplier which always returns
falseand never throws. - FALSE_SUPPLIER - Static variable in interface io.netty.util.UncheckedBooleanSupplier
-
A supplier which always returns
falseand never throws. - FastLzFrameDecoder - Class in io.netty.handler.codec.compression
-
Uncompresses a
ByteBufencoded byFastLzFrameEncoderusing the FastLZ algorithm. - FastLzFrameDecoder() - Constructor for class io.netty.handler.codec.compression.FastLzFrameDecoder
-
Creates the fastest FastLZ decoder without checksum calculation.
- FastLzFrameDecoder(boolean) - Constructor for class io.netty.handler.codec.compression.FastLzFrameDecoder
-
Creates a FastLZ decoder with calculation of checksums as specified.
- FastLzFrameDecoder(Checksum) - Constructor for class io.netty.handler.codec.compression.FastLzFrameDecoder
-
Creates a FastLZ decoder with specified checksum calculator.
- FastLzFrameEncoder - Class in io.netty.handler.codec.compression
-
Compresses a
ByteBufusing the FastLZ algorithm. - FastLzFrameEncoder() - Constructor for class io.netty.handler.codec.compression.FastLzFrameEncoder
-
Creates a FastLZ encoder without checksum calculator and with auto detection of compression level.
- FastLzFrameEncoder(boolean) - Constructor for class io.netty.handler.codec.compression.FastLzFrameEncoder
-
Creates a FastLZ encoder with auto detection of compression level and calculation of checksums as specified.
- FastLzFrameEncoder(int) - Constructor for class io.netty.handler.codec.compression.FastLzFrameEncoder
-
Creates a FastLZ encoder with specified compression level and without checksum calculator.
- FastLzFrameEncoder(int, Checksum) - Constructor for class io.netty.handler.codec.compression.FastLzFrameEncoder
-
Creates a FastLZ encoder with specified compression level and checksum calculator.
- FastThreadLocal<V> - Class in io.netty.util.concurrent
-
A special variant of
ThreadLocalthat yields higher access performance when accessed from aFastThreadLocalThread. - FastThreadLocal() - Constructor for class io.netty.util.concurrent.FastThreadLocal
- FastThreadLocalThread - Class in io.netty.util.concurrent
-
A special
Threadthat provides fast access toFastThreadLocalvariables. - FastThreadLocalThread() - Constructor for class io.netty.util.concurrent.FastThreadLocalThread
- FastThreadLocalThread(Runnable) - Constructor for class io.netty.util.concurrent.FastThreadLocalThread
- FastThreadLocalThread(Runnable, String) - Constructor for class io.netty.util.concurrent.FastThreadLocalThread
- FastThreadLocalThread(String) - Constructor for class io.netty.util.concurrent.FastThreadLocalThread
- FastThreadLocalThread(ThreadGroup, Runnable) - Constructor for class io.netty.util.concurrent.FastThreadLocalThread
- FastThreadLocalThread(ThreadGroup, Runnable, String) - Constructor for class io.netty.util.concurrent.FastThreadLocalThread
- FastThreadLocalThread(ThreadGroup, Runnable, String, long) - Constructor for class io.netty.util.concurrent.FastThreadLocalThread
- FastThreadLocalThread(ThreadGroup, String) - Constructor for class io.netty.util.concurrent.FastThreadLocalThread
- FATAL_ALERT - io.netty.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.netty.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 - Variable in class io.netty.channel.unix.SocketWritableByteChannel
- fd() - Method in interface io.netty.channel.epoll.EpollIoHandle
-
Returns the
FileDescriptorthat used by thisIoHandle. - fd() - Method in interface io.netty.channel.unix.UnixChannel
-
Returns the
FileDescriptorthat is used by thisChannel. - feedbackFailure(InetSocketAddress, Throwable, long) - Method in interface io.netty.resolver.dns.DnsServerResponseFeedbackAddressStream
-
A way to provide failure feedback to
DnsServerAddressStreamso thatDnsServerAddressStream.next()cab be tuned to return the best performing DNS server address - feedbackSuccess(InetSocketAddress, long) - Method in interface io.netty.resolver.dns.DnsServerResponseFeedbackAddressStream
-
A way to provide success feedback to
DnsServerAddressStreamso thatDnsServerAddressStream.next()can be tuned to return the best performing DNS server address NOTE: This is called regardless of the RCode returned by the DNS server - fetchFromScheduledTaskQueue(Queue<Runnable>) - Method in class io.netty.util.concurrent.AbstractScheduledEventExecutor
-
Fetch scheduled tasks from the internal queue and add these to the given
Queue. - fflags() - Method in class io.netty.channel.kqueue.KQueueIoEvent
-
Returns filter-specific flags.
- fflags() - Method in class io.netty.channel.kqueue.KQueueIoOps
-
Returns filter-specific flags.
- FIELD - io.netty.handler.codec.http.multipart.HttpPostRequestDecoder.MultiPartStatus
- FILE - Static variable in class io.netty.handler.codec.http.HttpHeaderValues
-
"file"SeeHttpHeaderNames.CONTENT_DISPOSITION - FILE_DESCRIPTORS - io.netty.channel.unix.DomainSocketReadMode
-
Read
FileDescriptors from theDomainSocketChannel. - FileDescriptor - Class in io.netty.channel.unix
-
Native
FileDescriptorimplementation which allows to wrap anintand provide aFileDescriptorfor it. - FileDescriptor(int) - Constructor for class io.netty.channel.unix.FileDescriptor
- FILENAME - Static variable in class io.netty.handler.codec.http.HttpHeaderValues
-
"filename"SeeHttpHeaderNames.CONTENT_DISPOSITION - FileRegion - Interface in io.netty.channel
-
A region of a file that is sent via a
Channelwhich supports zero-copy file transfer. - FileUpload - io.netty.handler.codec.http.multipart.InterfaceHttpData.HttpDataType
- FileUpload - Interface in io.netty.handler.codec.http.multipart
-
FileUpload interface that could be in memory, on temporary file or any other implementations.
- FILEUPLOAD - io.netty.handler.codec.http.multipart.HttpPostRequestDecoder.MultiPartStatus
- fill(int, IntSupplier) - Method in interface io.netty.util.concurrent.MpscIntQueue
-
Add up to the given limit of elements to this queue, from the given supplier.
- fill(int, IntSupplier) - Method in class io.netty.util.concurrent.MpscIntQueue.MpscAtomicIntegerArrayQueue
- fillInStackTrace() - Method in exception io.netty.channel.unix.Errors.NativeIoException
- fillInStackTrace() - Method in exception io.netty.handler.codec.http2.Http2MultiplexActiveStreamsException
- fillInStackTrace() - Method in exception io.netty.handler.timeout.TimeoutException
- fillInStackTrace() - Method in exception io.netty.resolver.dns.DnsErrorCauseException
- fillInStackTrace() - Method in exception io.netty.resolver.dns.DnsNameResolverException
- fillInStackTrace() - Method in error io.netty.util.Signal
- filter() - Method in class io.netty.channel.kqueue.KQueueIoEvent
-
Returns the filter for this event.
- filter() - Method in class io.netty.channel.kqueue.KQueueIoOps
-
Returns the filter for this event.
- filterArgs() - Method in class io.netty.channel.kqueue.AcceptFilter
- filterCipherSuites(Iterable<String>, List<String>, Set<String>) - Method in interface io.netty.handler.ssl.CipherSuiteFilter
-
Filter the requested
ciphersbased upon other cipher characteristics. - filterCipherSuites(Iterable<String>, List<String>, Set<String>) - Method in class io.netty.handler.ssl.IdentityCipherSuiteFilter
- filterCipherSuites(Iterable<String>, List<String>, Set<String>) - Method in class io.netty.handler.ssl.SupportedCipherSuiteFilter
- filterName() - Method in class io.netty.channel.kqueue.AcceptFilter
- filterOutboundMessage(Object) - Method in class io.netty.channel.AbstractChannel
-
Invoked when a new message is added to a
ChannelOutboundBufferof thisAbstractChannel, so that theChannelimplementation converts the message to another. - filterOutboundMessage(Object) - Method in class io.netty.channel.AbstractServerChannel
- filterOutboundMessage(Object) - Method in class io.netty.channel.epoll.AbstractEpollServerChannel
- filterOutboundMessage(Object) - Method in class io.netty.channel.epoll.AbstractEpollStreamChannel
- filterOutboundMessage(Object) - Method in class io.netty.channel.epoll.EpollDatagramChannel
- filterOutboundMessage(Object) - Method in class io.netty.channel.epoll.EpollDomainDatagramChannel
- filterOutboundMessage(Object) - Method in class io.netty.channel.epoll.EpollDomainSocketChannel
- filterOutboundMessage(Object) - Method in class io.netty.channel.kqueue.AbstractKQueueServerChannel
- filterOutboundMessage(Object) - Method in class io.netty.channel.kqueue.AbstractKQueueStreamChannel
- filterOutboundMessage(Object) - Method in class io.netty.channel.kqueue.KQueueDatagramChannel
- filterOutboundMessage(Object) - Method in class io.netty.channel.kqueue.KQueueDomainDatagramChannel
- filterOutboundMessage(Object) - Method in class io.netty.channel.kqueue.KQueueDomainSocketChannel
- filterOutboundMessage(Object) - Method in class io.netty.channel.nio.AbstractNioByteChannel
- filterOutboundMessage(Object) - Method in class io.netty.channel.oio.AbstractOioByteChannel
-
Deprecated.
- filterOutboundMessage(Object) - Method in class io.netty.channel.sctp.nio.NioSctpChannel
- filterOutboundMessage(Object) - Method in class io.netty.channel.sctp.nio.NioSctpServerChannel
- filterOutboundMessage(Object) - Method in class io.netty.channel.sctp.oio.OioSctpChannel
-
Deprecated.
- filterOutboundMessage(Object) - Method in class io.netty.channel.sctp.oio.OioSctpServerChannel
-
Deprecated.
- filterOutboundMessage(Object) - Method in class io.netty.channel.socket.nio.NioDatagramChannel
- filterOutboundMessage(Object) - Method in class io.netty.channel.socket.nio.NioServerSocketChannel
- filterOutboundMessage(Object) - Method in class io.netty.channel.socket.oio.OioDatagramChannel
-
Deprecated.
- filterOutboundMessage(Object) - Method in class io.netty.channel.socket.oio.OioServerSocketChannel
-
Deprecated.
- filterOutboundMessage(Object) - Method in class io.netty.channel.udt.nio.NioUdtAcceptorChannel
-
Deprecated.
- filterOutboundMessage(Object) - Method in class io.netty.channel.uring.IoUringDatagramChannel
- filterOutboundMessage(Object) - Method in class io.netty.channel.uring.IoUringDomainSocketChannel
- FINAL_SIZE_ERROR - Static variable in class io.netty.handler.codec.quic.QuicTransportError
-
(1) An endpoint received a STREAM frame containing data that exceeded the previously established final size, (2) an endpoint received a STREAM frame or a RESET_STREAM frame containing a final size that was lower than the size of stream data that was already received, or (3) an endpoint received a STREAM frame or a RESET_STREAM frame containing a different final size to the one already established.
- finalize() - Method in class io.netty.handler.ssl.OpenSslContext
- finalize() - Method in class io.netty.handler.ssl.OpenSslEngine
- finalize() - Method in class io.netty.util.HashedWheelTimer
- FINALIZE_FRAME_READ - io.netty.handler.codec.stomp.StompSubframeDecoder.State
-
Deprecated.
- finalizeRequest() - Method in class io.netty.handler.codec.http.multipart.HttpPostRequestEncoder
-
Finalize the request by preparing the Header in the request and returns the request ready to be sent.
Once finalized, no data must be added.
If the request does not need chunk (isChunked() == false), this request is the only object to send to the remote server. - find(Channel) - Method in interface io.netty.channel.group.ChannelGroupFuture
-
Returns the
ChannelFutureof the individual I/O operation which is associated with the specifiedChannel. - find(ChannelId) - Method in interface io.netty.channel.group.ChannelGroup
- find(ChannelId) - Method in class io.netty.channel.group.DefaultChannelGroup
- find(Object, Class<?>, String) - Static method in class io.netty.util.internal.TypeParameterMatcher
- FIND_ASCII_SPACE - Static variable in interface io.netty.util.ByteProcessor
-
Aborts on a ascii space character (
' '). - FIND_COMMA - Static variable in interface io.netty.util.ByteProcessor
-
Aborts on a comma
(','). - FIND_CR - Static variable in interface io.netty.buffer.ByteBufProcessor
-
Deprecated.
- FIND_CR - Static variable in interface io.netty.util.ByteProcessor
-
Aborts on a
CR ('\r'). - FIND_CRLF - Static variable in interface io.netty.buffer.ByteBufProcessor
-
Deprecated.
- FIND_CRLF - Static variable in interface io.netty.util.ByteProcessor
-
Aborts on a
CR ('\r')or aLF ('\n'). - FIND_LF - Static variable in interface io.netty.buffer.ByteBufProcessor
-
Deprecated.
- FIND_LF - Static variable in interface io.netty.util.ByteProcessor
-
Aborts on a
LF ('\n'). - FIND_LINEAR_WHITESPACE - Static variable in interface io.netty.buffer.ByteBufProcessor
-
Deprecated.
- FIND_LINEAR_WHITESPACE - Static variable in interface io.netty.util.ByteProcessor
-
Aborts on a linear whitespace (a (
' 'or a'\t'). - FIND_NON_CR - Static variable in interface io.netty.buffer.ByteBufProcessor
-
Deprecated.
- FIND_NON_CR - Static variable in interface io.netty.util.ByteProcessor
-
Aborts on a non-
CR ('\r'). - FIND_NON_CRLF - Static variable in interface io.netty.buffer.ByteBufProcessor
-
Deprecated.
- FIND_NON_CRLF - Static variable in interface io.netty.util.ByteProcessor
-
Aborts on a byte which is neither a
CR ('\r')nor aLF ('\n'). - FIND_NON_LF - Static variable in interface io.netty.buffer.ByteBufProcessor
-
Deprecated.
- FIND_NON_LF - Static variable in interface io.netty.util.ByteProcessor
-
Aborts on a non-
LF ('\n'). - FIND_NON_LINEAR_WHITESPACE - Static variable in interface io.netty.buffer.ByteBufProcessor
-
Deprecated.
- FIND_NON_LINEAR_WHITESPACE - Static variable in interface io.netty.util.ByteProcessor
-
Aborts on a byte which is not a linear whitespace (neither
' 'nor'\t'). - FIND_NON_NUL - Static variable in interface io.netty.buffer.ByteBufProcessor
-
Deprecated.
- FIND_NON_NUL - Static variable in interface io.netty.util.ByteProcessor
-
Aborts on a non-
NUL (0x00). - FIND_NUL - Static variable in interface io.netty.buffer.ByteBufProcessor
-
Deprecated.
- FIND_NUL - Static variable in interface io.netty.util.ByteProcessor
-
Aborts on a
NUL (0x00). - FIND_SEMI_COLON - Static variable in interface io.netty.util.ByteProcessor
-
Aborts on a semicolon
(';'). - findNextPositivePowerOfTwo(int) - Static method in class io.netty.util.internal.MathUtil
-
Fast method of finding the next power of 2 greater than or equal to the supplied value.
- findVarHandleOfIntField(MethodHandles.Lookup, Class<?>, String) - Static method in class io.netty.util.internal.PlatformDependent
- fingerprints(CharSequence...) - Method in class io.netty.handler.ssl.util.FingerprintTrustManagerFactoryBuilder
-
Adds fingerprints.
- fingerprints(Iterable<? extends CharSequence>) - Method in class io.netty.handler.ssl.util.FingerprintTrustManagerFactoryBuilder
-
Adds fingerprints.
- FingerprintTrustManagerFactory - Class in io.netty.handler.ssl.util
-
An
TrustManagerFactorythat trusts an X.509 certificate whose hash matches. - FingerprintTrustManagerFactory(byte[]...) - Constructor for class io.netty.handler.ssl.util.FingerprintTrustManagerFactory
-
Deprecated.This deprecated constructor uses SHA-1 that is considered insecure. It is recommended to specify a stronger hash algorithm, such as SHA-256, by calling
FingerprintTrustManagerFactory.builder(String)method. - FingerprintTrustManagerFactory(Iterable<String>) - Constructor for class io.netty.handler.ssl.util.FingerprintTrustManagerFactory
-
Deprecated.This deprecated constructor uses SHA-1 that is considered insecure. It is recommended to specify a stronger hash algorithm, such as SHA-256, by calling
FingerprintTrustManagerFactory.builder(String)method. - FingerprintTrustManagerFactory(String...) - Constructor for class io.netty.handler.ssl.util.FingerprintTrustManagerFactory
-
Deprecated.This deprecated constructor uses SHA-1 that is considered insecure. It is recommended to specify a stronger hash algorithm, such as SHA-256, by calling
FingerprintTrustManagerFactory.builder(String)method. - FingerprintTrustManagerFactoryBuilder - Class in io.netty.handler.ssl.util
-
A builder for creating
FingerprintTrustManagerFactory. - finish() - Method in class io.netty.channel.embedded.EmbeddedChannel
-
Mark this
Channelas finished. - finish(ChannelHandlerContext) - Method in class io.netty.handler.codec.compression.BrotliEncoder
-
Finish the encoding, close streams and write final
ByteBufto the channel. - finish(Promise<Void>) - Method in class io.netty.util.concurrent.PromiseCombiner
-
Sets the promise to be notified when all combined futures have finished.
- finishAggregation(FullHttpMessage) - Method in class io.netty.handler.codec.http.HttpObjectAggregator
- finishAggregation(O) - Method in class io.netty.handler.codec.MessageAggregator
-
Invoked when the specified
aggregatedmessage is about to be passed to the next handler in the pipeline. - finishAndReleaseAll() - Method in class io.netty.channel.embedded.EmbeddedChannel
-
Mark this
Channelas finished and release all pending message in the inbound and outbound buffer. - finishConnect() - Method in class io.netty.channel.nio.AbstractNioChannel.AbstractNioUnsafe
- finishConnect() - Method in interface io.netty.channel.nio.AbstractNioChannel.NioUnsafe
-
Finish connect
- finishConnect() - Method in class io.netty.channel.unix.Socket
- finishHandshake(Channel, FullHttpResponse) - Method in class io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker
-
Validates and finishes the opening handshake initiated by
WebSocketClientHandshaker.handshake(io.netty.channel.Channel)}. - FIRE_EXCEPTION_ON_FAILURE - Static variable in interface io.netty.channel.ChannelFutureListener
- fireChannelActive() - Method in interface io.netty.channel.ChannelHandlerContext
- fireChannelActive() - Method in interface io.netty.channel.ChannelInboundInvoker
-
A
Channelis active now, which means it is connected. - fireChannelActive() - Method in interface io.netty.channel.ChannelPipeline
- fireChannelActive() - Method in class io.netty.channel.DefaultChannelPipeline
- fireChannelInactive() - Method in interface io.netty.channel.ChannelHandlerContext
- fireChannelInactive() - Method in interface io.netty.channel.ChannelInboundInvoker
-
A
Channelis inactive now, which means it is closed. - fireChannelInactive() - Method in interface io.netty.channel.ChannelPipeline
- fireChannelInactive() - Method in class io.netty.channel.DefaultChannelPipeline
- fireChannelRead(ChannelHandlerContext, FullHttpMessage, boolean, Http2Stream) - Method in class io.netty.handler.codec.http2.InboundHttp2ToHttpAdapter
-
Set final headers and fire a channel read event
- fireChannelRead(Object) - Method in interface io.netty.channel.ChannelHandlerContext
- fireChannelRead(Object) - Method in interface io.netty.channel.ChannelInboundInvoker
-
A
Channelreceived a message. - fireChannelRead(Object) - Method in interface io.netty.channel.ChannelPipeline
- fireChannelRead(Object) - Method in class io.netty.channel.DefaultChannelPipeline
- fireChannelReadComplete() - Method in interface io.netty.channel.ChannelHandlerContext
- fireChannelReadComplete() - Method in interface io.netty.channel.ChannelInboundInvoker
-
Triggers an
ChannelInboundHandler.channelReadComplete(ChannelHandlerContext)event to the nextChannelInboundHandlerin theChannelPipeline. - fireChannelReadComplete() - Method in interface io.netty.channel.ChannelPipeline
- fireChannelReadComplete() - Method in class io.netty.channel.DefaultChannelPipeline
- fireChannelRegistered() - Method in interface io.netty.channel.ChannelHandlerContext
- fireChannelRegistered() - Method in interface io.netty.channel.ChannelInboundInvoker
- fireChannelRegistered() - Method in interface io.netty.channel.ChannelPipeline
- fireChannelRegistered() - Method in class io.netty.channel.DefaultChannelPipeline
- fireChannelUnregistered() - Method in interface io.netty.channel.ChannelHandlerContext
- fireChannelUnregistered() - Method in interface io.netty.channel.ChannelInboundInvoker
- fireChannelUnregistered() - Method in interface io.netty.channel.ChannelPipeline
- fireChannelUnregistered() - Method in class io.netty.channel.DefaultChannelPipeline
- fireChannelWritabilityChanged() - Method in interface io.netty.channel.ChannelHandlerContext
- fireChannelWritabilityChanged() - Method in interface io.netty.channel.ChannelInboundInvoker
-
Triggers an
ChannelInboundHandler.channelWritabilityChanged(ChannelHandlerContext)event to the nextChannelInboundHandlerin theChannelPipeline. - fireChannelWritabilityChanged() - Method in interface io.netty.channel.ChannelPipeline
- fireChannelWritabilityChanged() - Method in class io.netty.channel.DefaultChannelPipeline
- fireExceptionCaught(Throwable) - Method in interface io.netty.channel.ChannelHandlerContext
- fireExceptionCaught(Throwable) - Method in interface io.netty.channel.ChannelInboundInvoker
-
A
Channelreceived anThrowablein one of its inbound operations. - fireExceptionCaught(Throwable) - Method in interface io.netty.channel.ChannelPipeline
- fireExceptionCaught(Throwable) - Method in class io.netty.channel.DefaultChannelPipeline
- fireUserEventTriggered(Object) - Method in interface io.netty.channel.ChannelHandlerContext
- fireUserEventTriggered(Object) - Method in interface io.netty.channel.ChannelInboundInvoker
-
A
Channelreceived an user defined event. - fireUserEventTriggered(Object) - Method in interface io.netty.channel.ChannelPipeline
- fireUserEventTriggered(Object) - Method in class io.netty.channel.DefaultChannelPipeline
- first() - Method in interface io.netty.channel.ChannelPipeline
-
Returns the first
ChannelHandlerin this pipeline. - first() - Method in class io.netty.channel.DefaultChannelPipeline
- FIRST_ALL_IDLE_STATE_EVENT - Static variable in class io.netty.handler.timeout.IdleStateEvent
- FIRST_READER_IDLE_STATE_EVENT - Static variable in class io.netty.handler.timeout.IdleStateEvent
- FIRST_WRITER_IDLE_STATE_EVENT - Static variable in class io.netty.handler.timeout.IdleStateEvent
- firstContext() - Method in interface io.netty.channel.ChannelPipeline
-
Returns the context of the first
ChannelHandlerin this pipeline. - firstContext() - Method in class io.netty.channel.DefaultChannelPipeline
- FixedChannelPool - Class in io.netty.channel.pool
-
ChannelPoolimplementation that takes anotherChannelPoolimplementation and enforce a maximum number of concurrent connections. - FixedChannelPool(Bootstrap, ChannelPoolHandler, int) - Constructor for class io.netty.channel.pool.FixedChannelPool
-
Creates a new instance using the
ChannelHealthChecker.ACTIVE. - FixedChannelPool(Bootstrap, ChannelPoolHandler, int, int) - Constructor for class io.netty.channel.pool.FixedChannelPool
-
Creates a new instance using the
ChannelHealthChecker.ACTIVE. - FixedChannelPool(Bootstrap, ChannelPoolHandler, ChannelHealthChecker, FixedChannelPool.AcquireTimeoutAction, long, int, int) - Constructor for class io.netty.channel.pool.FixedChannelPool
-
Creates a new instance.
- FixedChannelPool(Bootstrap, ChannelPoolHandler, ChannelHealthChecker, FixedChannelPool.AcquireTimeoutAction, long, int, int, boolean) - Constructor for class io.netty.channel.pool.FixedChannelPool
-
Creates a new instance.
- FixedChannelPool(Bootstrap, ChannelPoolHandler, ChannelHealthChecker, FixedChannelPool.AcquireTimeoutAction, long, int, int, boolean, boolean) - Constructor for class io.netty.channel.pool.FixedChannelPool
-
Creates a new instance.
- FixedChannelPool.AcquireTimeoutAction - Enum in io.netty.channel.pool
- fixedHeader() - Method in class io.netty.handler.codec.mqtt.MqttMessage
- FixedLengthFrameDecoder - Class in io.netty.handler.codec
-
A decoder that splits the received
ByteBufs by the fixed number of bytes. - FixedLengthFrameDecoder(int) - Constructor for class io.netty.handler.codec.FixedLengthFrameDecoder
-
Creates a new instance.
- FixedRecvByteBufAllocator - Class in io.netty.channel
-
The
RecvByteBufAllocatorthat always yields the same buffer size prediction. - FixedRecvByteBufAllocator(int) - Constructor for class io.netty.channel.FixedRecvByteBufAllocator
-
Creates a new predictor that always returns the same prediction of the specified buffer size.
- FixedRedisMessagePool - Class in io.netty.handler.codec.redis
-
A default fixed redis message pool.
- FixedRedisMessagePool.RedisErrorKey - Enum in io.netty.handler.codec.redis
- FixedRedisMessagePool.RedisReplyKey - Enum in io.netty.handler.codec.redis
- flags() - Method in class io.netty.channel.kqueue.KQueueIoEvent
-
Returns the general flags.
- flags() - Method in class io.netty.channel.kqueue.KQueueIoOps
-
Returns the general flags.
- flags() - Method in class io.netty.channel.uring.IoUringIoEvent
-
Returns the flags.
- flags() - Method in class io.netty.handler.codec.dns.AbstractDnsOptPseudoRrRecord
- flags() - Method in interface io.netty.handler.codec.dns.DnsOptPseudoRecord
- flags() - Method in class io.netty.handler.codec.http2.DefaultHttp2UnknownFrame
- flags() - Method in interface io.netty.handler.codec.http2.Http2UnknownFrame
- flags() - Method in class io.netty.handler.codec.spdy.DefaultSpdyUnknownFrame
- flags() - Method in interface io.netty.handler.codec.spdy.SpdyUnknownFrame
- FLOW_CONTROL_ERROR - io.netty.handler.codec.http2.Http2Error
- FLOW_CONTROL_ERROR - Static variable in class io.netty.handler.codec.quic.QuicTransportError
-
An endpoint received more data than it permitted in its advertised data limits.
- FLOW_CONTROL_ERROR - Static variable in class io.netty.handler.codec.spdy.SpdyStreamStatus
-
7 Flow Control Error
- FlowControlHandler - Class in io.netty.handler.flow
-
The
FlowControlHandlerensures that only one message perread()is sent downstream. - FlowControlHandler() - Constructor for class io.netty.handler.flow.FlowControlHandler
- FlowControlHandler(boolean) - Constructor for class io.netty.handler.flow.FlowControlHandler
- flowController() - Method in class io.netty.handler.codec.http2.DecoratingHttp2ConnectionDecoder
- flowController() - Method in class io.netty.handler.codec.http2.DecoratingHttp2ConnectionEncoder
- flowController() - Method in class io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder
- flowController() - Method in class io.netty.handler.codec.http2.DefaultHttp2ConnectionEncoder
- flowController() - Method in interface io.netty.handler.codec.http2.Http2Connection.Endpoint
-
Gets the flow controller for this endpoint.
- flowController() - Method in interface io.netty.handler.codec.http2.Http2ConnectionDecoder
-
Provides the local flow controller for managing inbound traffic.
- flowController() - Method in interface io.netty.handler.codec.http2.Http2ConnectionEncoder
-
Provides the remote flow controller for managing outbound traffic.
- flowController(F) - Method in interface io.netty.handler.codec.http2.Http2Connection.Endpoint
-
Sets the flow controller for this endpoint.
- flush() - Method in class io.netty.channel.AbstractChannel.AbstractUnsafe
- flush() - Method in interface io.netty.channel.Channel
- flush() - Method in interface io.netty.channel.Channel.Unsafe
-
Flush out all write operations scheduled via
Channel.Unsafe.write(Object, ChannelPromise). - flush() - Method in interface io.netty.channel.ChannelHandlerContext
- flush() - Method in interface io.netty.channel.ChannelOutboundInvoker
-
Request to flush all pending messages via this ChannelOutboundInvoker.
- flush() - Method in interface io.netty.channel.ChannelPipeline
- flush() - Method in class io.netty.channel.DefaultChannelPipeline
- flush() - Method in class io.netty.channel.embedded.EmbeddedChannel
- flush() - Method in interface io.netty.channel.group.ChannelGroup
-
Flush all
Channels in this group. - flush() - Method in class io.netty.channel.group.DefaultChannelGroup
- flush() - Method in interface io.netty.handler.codec.quic.QuicChannel
- flush() - Method in interface io.netty.handler.codec.quic.QuicStreamChannel
- flush() - Method in class io.netty.handler.codec.serialization.ObjectEncoderOutputStream
-
Deprecated.
- flush(ChannelHandlerContext) - Method in class io.netty.channel.ChannelDuplexHandler
-
Calls
ChannelHandlerContext.flush()to forward to the nextChannelOutboundHandlerin theChannelPipeline. - flush(ChannelHandlerContext) - Method in interface io.netty.channel.ChannelOutboundHandler
-
Called once a flush operation is made.
- flush(ChannelHandlerContext) - Method in class io.netty.channel.ChannelOutboundHandlerAdapter
-
Calls
ChannelHandlerContext.flush()to forward to the nextChannelOutboundHandlerin theChannelPipeline. - flush(ChannelHandlerContext) - Method in class io.netty.channel.CombinedChannelDuplexHandler
- flush(ChannelHandlerContext) - Method in class io.netty.handler.codec.compression.Lz4FrameEncoder
- flush(ChannelHandlerContext) - Method in class io.netty.handler.codec.compression.ZstdEncoder
- flush(ChannelHandlerContext) - Method in class io.netty.handler.codec.DatagramPacketEncoder
- flush(ChannelHandlerContext) - Method in class io.netty.handler.codec.http.HttpClientUpgradeHandler
- flush(ChannelHandlerContext) - Method in class io.netty.handler.codec.http2.Http2ConnectionHandler
- flush(ChannelHandlerContext) - Method in class io.netty.handler.codec.http3.Http3FrameToHttpObjectCodec
- flush(ChannelHandlerContext) - Method in class io.netty.handler.codec.spdy.SpdyFrameCodec
- flush(ChannelHandlerContext) - Method in class io.netty.handler.flush.FlushConsolidationHandler
- flush(ChannelHandlerContext) - Method in class io.netty.handler.logging.LoggingHandler
- flush(ChannelHandlerContext) - Method in class io.netty.handler.proxy.ProxyHandler
- flush(ChannelHandlerContext) - Method in class io.netty.handler.ssl.SslClientHelloHandler
- flush(ChannelHandlerContext) - Method in class io.netty.handler.ssl.SslHandler
- flush(ChannelHandlerContext) - Method in class io.netty.handler.stream.ChunkedWriteHandler
- flush(ChannelMatcher) - Method in interface io.netty.channel.group.ChannelGroup
-
Flush all
Channels in this group that are matched by the givenChannelMatcher. - flush(ChannelMatcher) - Method in class io.netty.channel.group.DefaultChannelGroup
- FLUSH - Static variable in class io.netty.handler.codec.memcache.binary.BinaryMemcacheOpcodes
- flush0() - Method in class io.netty.channel.AbstractChannel.AbstractUnsafe
- flush0() - Method in class io.netty.channel.nio.AbstractNioChannel.AbstractNioUnsafe
- flushAndWrite(Object) - Method in interface io.netty.channel.group.ChannelGroup
-
Deprecated.Use
ChannelGroup.writeAndFlush(Object)instead. - flushAndWrite(Object) - Method in class io.netty.channel.group.DefaultChannelGroup
- flushAndWrite(Object, ChannelMatcher) - Method in interface io.netty.channel.group.ChannelGroup
-
Deprecated.Use
ChannelGroup.writeAndFlush(Object, ChannelMatcher)instead. - flushAndWrite(Object, ChannelMatcher) - Method in class io.netty.channel.group.DefaultChannelGroup
- flushCheckpoint() - Method in class io.netty.channel.DefaultChannelProgressivePromise
- flushCheckpoint() - Method in class io.netty.channel.DefaultChannelPromise
- flushCheckpoint(long) - Method in class io.netty.channel.DefaultChannelProgressivePromise
- flushCheckpoint(long) - Method in class io.netty.channel.DefaultChannelPromise
- FlushConsolidationHandler - Class in io.netty.handler.flush
-
ChannelDuplexHandlerwhich consolidatesChannel.flush()/ChannelHandlerContext.flush()operations (which also includesChannel.writeAndFlush(Object)/Channel.writeAndFlush(Object, ChannelPromise)andChannelOutboundInvoker.writeAndFlush(Object)/ChannelOutboundInvoker.writeAndFlush(Object, ChannelPromise)). - FlushConsolidationHandler() - Constructor for class io.netty.handler.flush.FlushConsolidationHandler
-
Create new instance which explicit flush after 256 pending flush operations at the latest.
- FlushConsolidationHandler(int) - Constructor for class io.netty.handler.flush.FlushConsolidationHandler
-
Create new instance which doesn't consolidate flushes when no read is in progress.
- FlushConsolidationHandler(int, boolean) - Constructor for class io.netty.handler.flush.FlushConsolidationHandler
-
Create new instance.
- flushInbound() - Method in class io.netty.channel.embedded.EmbeddedChannel
-
Flushes the inbound of this
Channel. - flushOutbound() - Method in class io.netty.channel.embedded.EmbeddedChannel
-
Flushes the outbound of this
Channel. - flushPreface() - Method in class io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
- flushPreface(boolean) - Method in class io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
- flushPreface(boolean) - Method in class io.netty.handler.codec.http2.Http2ConnectionHandlerBuilder
- flushPreface(boolean) - Method in class io.netty.handler.codec.http2.Http2FrameCodecBuilder
- flushPreface(boolean) - Method in class io.netty.handler.codec.http2.Http2MultiplexCodecBuilder
-
Deprecated.
- flushPreface(boolean) - Method in class io.netty.handler.codec.http2.HttpToHttp2ConnectionHandlerBuilder
- FLUSHQ - Static variable in class io.netty.handler.codec.memcache.binary.BinaryMemcacheOpcodes
- flushStrategy(FlushStrategy) - Method in class io.netty.handler.codec.quic.QuicCodecBuilder
-
Sets the
FlushStrategythat will be used to detect when an automatic flush should happen. - FlushStrategy - Interface in io.netty.handler.codec.quic
-
Allows to configure a strategy for when flushes should be happening.
- FONT - io.netty.handler.codec.compression.BrotliMode
-
Designed specifically for font data compression, as used in WOFF 2.0.
- forAnyOrigin() - Static method in class io.netty.handler.codec.http.cors.CorsConfigBuilder
-
Creates a Builder instance with it's origin set to '*'.
- FORBIDDEN - io.netty.handler.codec.socks.SocksCmdStatus
- FORBIDDEN - Static variable in class io.netty.handler.codec.http.HttpResponseStatus
-
403 Forbidden
- FORBIDDEN - Static variable in class io.netty.handler.codec.rtsp.RtspResponseStatuses
-
403 Forbidden
- FORBIDDEN - Static variable in class io.netty.handler.codec.socksx.v5.Socks5CommandStatus
- forceCloseTimeoutMillis() - Method in class io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker
- forceCloseTimeoutMillis() - Method in class io.netty.handler.codec.http.websocketx.WebSocketClientProtocolConfig
- forceCloseTimeoutMillis() - Method in class io.netty.handler.codec.http.websocketx.WebSocketServerProtocolConfig
- forceCloseTimeoutMillis(long) - Method in class io.netty.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.netty.handler.codec.http.websocketx.WebSocketServerProtocolConfig.Builder
-
Close the connection if it was not closed by the client after timeout specified
- forceFlush() - Method in class io.netty.channel.nio.AbstractNioChannel.AbstractNioUnsafe
- forceFlush() - Method in interface io.netty.channel.nio.AbstractNioChannel.NioUnsafe
- forceTcpChannel(InetSocketAddress, InetSocketAddress, boolean) - Method in class io.netty.handler.pcap.PcapWriteHandler.Builder
-
Force this handler to write data as if they were TCP packets, with the given connection metadata.
- forceUdpChannel(InetSocketAddress, InetSocketAddress) - Method in class io.netty.handler.pcap.PcapWriteHandler.Builder
-
Force this handler to write data as if they were UDP packets, with the given connection metadata.
- forClient() - Static method in class io.netty.handler.codec.http2.Http2FrameCodecBuilder
-
Creates a builder for an HTTP/2 client.
- forClient() - Static method in class io.netty.handler.codec.quic.QuicSslContextBuilder
-
Creates a builder for new client-side
QuicSslContextthat can be used forQUIC. - forClient() - Static method in class io.netty.handler.ssl.SslContextBuilder
-
Creates a builder for new client-side
SslContext. - forClient(ChannelHandler) - Static method in class io.netty.handler.codec.http2.Http2MultiplexCodecBuilder
-
Deprecated.Creates a builder for an HTTP/2 client.
- forEachActiveStream(Http2FrameStreamVisitor) - Method in class io.netty.handler.codec.http2.Http2ChannelDuplexHandler
-
Allows to iterate over all currently active streams.
- forEachActiveStream(Http2StreamVisitor) - Method in class io.netty.handler.codec.http2.DefaultHttp2Connection
- forEachActiveStream(Http2StreamVisitor) - Method in interface io.netty.handler.codec.http2.Http2Connection
-
Provide a means of iterating over the collection of active streams.
- forEachByte(int, int, ByteProcessor) - Method in class io.netty.buffer.AbstractByteBuf
- forEachByte(int, int, ByteProcessor) - Method in class io.netty.buffer.ByteBuf
-
Iterates over the specified area of this buffer with the specified
processorin ascending order. - forEachByte(int, int, ByteProcessor) - Method in class io.netty.buffer.DuplicatedByteBuf
-
Deprecated.
- forEachByte(int, int, ByteProcessor) - Method in class io.netty.buffer.EmptyByteBuf
- forEachByte(int, int, ByteProcessor) - Method in class io.netty.buffer.ReadOnlyByteBuf
-
Deprecated.
- forEachByte(int, int, ByteProcessor) - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- forEachByte(int, int, ByteProcessor) - Method in class io.netty.buffer.WrappedByteBuf
- forEachByte(int, int, ByteProcessor) - Method in class io.netty.util.AsciiString
-
Iterates over the specified area of this buffer with the specified
processorin ascending order. - forEachByte(ByteProcessor) - Method in class io.netty.buffer.AbstractByteBuf
- forEachByte(ByteProcessor) - Method in class io.netty.buffer.ByteBuf
-
Iterates over the readable bytes of this buffer with the specified
processorin ascending order. - forEachByte(ByteProcessor) - Method in class io.netty.buffer.EmptyByteBuf
- forEachByte(ByteProcessor) - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- forEachByte(ByteProcessor) - Method in class io.netty.buffer.WrappedByteBuf
- forEachByte(ByteProcessor) - Method in class io.netty.util.AsciiString
-
Iterates over the readable bytes of this buffer with the specified
processorin ascending order. - forEachByteAsc0(int, int, ByteProcessor) - Method in class io.netty.buffer.CompositeByteBuf
- forEachByteDesc(int, int, ByteProcessor) - Method in class io.netty.buffer.AbstractByteBuf
- forEachByteDesc(int, int, ByteProcessor) - Method in class io.netty.buffer.ByteBuf
-
Iterates over the specified area of this buffer with the specified
processorin descending order. - forEachByteDesc(int, int, ByteProcessor) - Method in class io.netty.buffer.DuplicatedByteBuf
-
Deprecated.
- forEachByteDesc(int, int, ByteProcessor) - Method in class io.netty.buffer.EmptyByteBuf
- forEachByteDesc(int, int, ByteProcessor) - Method in class io.netty.buffer.ReadOnlyByteBuf
-
Deprecated.
- forEachByteDesc(int, int, ByteProcessor) - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- forEachByteDesc(int, int, ByteProcessor) - Method in class io.netty.buffer.WrappedByteBuf
- forEachByteDesc(int, int, ByteProcessor) - Method in class io.netty.util.AsciiString
-
Iterates over the specified area of this buffer with the specified
processorin descending order. - forEachByteDesc(ByteProcessor) - Method in class io.netty.buffer.AbstractByteBuf
- forEachByteDesc(ByteProcessor) - Method in class io.netty.buffer.ByteBuf
-
Iterates over the readable bytes of this buffer with the specified
processorin descending order. - forEachByteDesc(ByteProcessor) - Method in class io.netty.buffer.EmptyByteBuf
- forEachByteDesc(ByteProcessor) - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- forEachByteDesc(ByteProcessor) - Method in class io.netty.buffer.WrappedByteBuf
- forEachByteDesc(ByteProcessor) - Method in class io.netty.util.AsciiString
-
Iterates over the readable bytes of this buffer with the specified
processorin descending order. - forEachByteDesc0(int, int, ByteProcessor) - Method in class io.netty.buffer.CompositeByteBuf
- forEachFlushedMessage(ChannelOutboundBuffer.MessageProcessor) - Method in class io.netty.channel.ChannelOutboundBuffer
-
Call
ChannelOutboundBuffer.MessageProcessor.processMessage(Object)for each flushed message in thisChannelOutboundBufferuntilChannelOutboundBuffer.MessageProcessor.processMessage(Object)returnsfalseor there are no more flushed messages to process. - FORM_DATA - Static variable in class io.netty.handler.codec.http.HttpHeaderValues
-
"form-data"SeeHttpHeaderNames.CONTENT_DISPOSITION - format(ChannelHandlerContext, String) - Method in class io.netty.handler.logging.LoggingHandler
-
Formats an event and returns the formatted message.
- format(ChannelHandlerContext, String, Object) - Method in class io.netty.handler.logging.LoggingHandler
-
Formats an event and returns the formatted message.
- format(ChannelHandlerContext, String, Object, Object) - Method in class io.netty.handler.logging.LoggingHandler
-
Formats an event and returns the formatted message.
- format(String, Object) - Static method in class io.netty.util.internal.logging.MessageFormatter
-
Performs single argument substitution for the 'messagePattern' passed as parameter.
- format(String, Object, Object) - Static method in class io.netty.util.internal.logging.MessageFormatter
-
Performs a two argument substitution for the 'messagePattern' passed as parameter.
- format(Date) - Static method in class io.netty.handler.codec.DateFormatter
-
Format a
Dateinto RFC1123 format - formatAddress(byte[]) - Static method in class io.netty.util.internal.MacAddressUtil
- formatHostnameForHttp(InetSocketAddress) - Static method in class io.netty.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.netty.util.internal.logging
-
Holds the results of formatting done by
MessageFormatter. - FormattingTuple(String, Throwable) - Constructor for class io.netty.util.internal.logging.FormattingTuple
- FORMERR - Static variable in class io.netty.handler.codec.dns.DnsResponseCode
-
The 'FormErr' DNS RCODE (1), as defined in RFC1035.
- forOrigin(String) - Static method in class io.netty.handler.codec.http.cors.CorsConfigBuilder
-
Creates a
CorsConfigBuilderinstance with the specified origin. - forOrigins(String...) - Static method in class io.netty.handler.codec.http.cors.CorsConfigBuilder
-
Creates a
CorsConfigBuilderinstance with the specified origins. - forServer() - Static method in class io.netty.handler.codec.http2.Http2FrameCodecBuilder
-
Creates a builder for an HTTP/2 server.
- forServer(ChannelHandler) - Static method in class io.netty.handler.codec.http2.Http2MultiplexCodecBuilder
-
Deprecated.Creates a builder for an HTTP/2 server.
- forServer(File, String, File) - Static method in class io.netty.handler.codec.quic.QuicSslContextBuilder
-
Creates a builder for new server-side
QuicSslContextthat can be used forQUIC. - forServer(File, File) - Static method in class io.netty.handler.ssl.SslContextBuilder
-
Creates a builder for new server-side
SslContext. - forServer(File, File, String) - Static method in class io.netty.handler.ssl.SslContextBuilder
-
Creates a builder for new server-side
SslContext. - forServer(InputStream, InputStream) - Static method in class io.netty.handler.ssl.SslContextBuilder
-
Creates a builder for new server-side
SslContext. - forServer(InputStream, InputStream, String) - Static method in class io.netty.handler.ssl.SslContextBuilder
-
Creates a builder for new server-side
SslContext. - forServer(PrivateKey, String, X509Certificate...) - Static method in class io.netty.handler.codec.quic.QuicSslContextBuilder
-
Creates a builder for new server-side
QuicSslContextthat can be used forQUIC. - forServer(PrivateKey, Iterable<? extends X509Certificate>) - Static method in class io.netty.handler.ssl.SslContextBuilder
-
Creates a builder for new server-side
SslContext. - forServer(PrivateKey, String, Iterable<? extends X509Certificate>) - Static method in class io.netty.handler.ssl.SslContextBuilder
-
Creates a builder for new server-side
SslContext. - forServer(PrivateKey, String, X509Certificate...) - Static method in class io.netty.handler.ssl.SslContextBuilder
-
Creates a builder for new server-side
SslContext. - forServer(PrivateKey, X509Certificate...) - Static method in class io.netty.handler.ssl.SslContextBuilder
-
Creates a builder for new server-side
SslContext. - forServer(KeyManager) - Static method in class io.netty.handler.ssl.SslContextBuilder
-
Creates a builder for new server-side
SslContextwithKeyManager. - forServer(KeyManagerFactory) - Static method in class io.netty.handler.ssl.SslContextBuilder
-
Creates a builder for new server-side
SslContext. - forServer(KeyManagerFactory, String) - Static method in class io.netty.handler.codec.quic.QuicSslContextBuilder
-
Creates a builder for new server-side
QuicSslContextthat can be used forQUIC. - forServer(KeyManager, String) - Static method in class io.netty.handler.codec.quic.QuicSslContextBuilder
- FOUND - Static variable in class io.netty.handler.codec.http.HttpResponseStatus
-
302 Found
- fqdn(String) - Method in class io.netty.handler.ssl.util.SelfSignedCertificate.Builder
-
Deprecated.Set the fully-qualified domain name of the certificate that should be generated.
- FRAME_ENCODING_ERROR - Static variable in class io.netty.handler.codec.quic.QuicTransportError
-
An endpoint received a frame that was badly formatted -- for instance, a frame of an unknown type or an ACK frame that has more acknowledgment ranges than the remainder of the packet could carry.
- FRAME_HEADER_LENGTH - Static variable in class io.netty.handler.codec.http2.Http2CodecUtil
- FRAME_SIZE_ERROR - io.netty.handler.codec.http2.Http2Error
- FRAME_TOO_LARGE - Static variable in class io.netty.handler.codec.spdy.SpdyStreamStatus
-
11 Frame Too Large
- frameListener() - Method in class io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
-
Returns the listener of inbound frames.
- frameListener() - Method in class io.netty.handler.codec.http2.DecoratingHttp2ConnectionDecoder
- frameListener() - Method in class io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder
- frameListener() - Method in interface io.netty.handler.codec.http2.Http2ConnectionDecoder
-
Get the
Http2FrameListenerwhich will be notified when frames are decoded. - frameListener(Http2FrameListener) - Method in class io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
-
Sets the listener of inbound frames.
- frameListener(Http2FrameListener) - Method in class io.netty.handler.codec.http2.DecoratingHttp2ConnectionDecoder
- frameListener(Http2FrameListener) - Method in class io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder
- frameListener(Http2FrameListener) - Method in interface io.netty.handler.codec.http2.Http2ConnectionDecoder
-
Set the
Http2FrameListenerwhich will be notified when frames are decoded. - frameListener(Http2FrameListener) - Method in class io.netty.handler.codec.http2.Http2ConnectionHandlerBuilder
- frameListener(Http2FrameListener) - Method in class io.netty.handler.codec.http2.HttpToHttp2ConnectionHandlerBuilder
- frameLogger() - Method in class io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
-
Returns the logger that is used for the encoder and decoder.
- frameLogger() - Method in class io.netty.handler.codec.http2.Http2FrameCodecBuilder
- frameLogger() - Method in class io.netty.handler.codec.http2.Http2MultiplexCodecBuilder
-
Deprecated.
- frameLogger(Http2FrameLogger) - Method in class io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
-
Sets the logger that is used for the encoder and decoder.
- frameLogger(Http2FrameLogger) - Method in class io.netty.handler.codec.http2.Http2ConnectionHandlerBuilder
- frameLogger(Http2FrameLogger) - Method in class io.netty.handler.codec.http2.Http2FrameCodecBuilder
- frameLogger(Http2FrameLogger) - Method in class io.netty.handler.codec.http2.Http2MultiplexCodecBuilder
-
Deprecated.
- frameLogger(Http2FrameLogger) - Method in class io.netty.handler.codec.http2.HttpToHttp2ConnectionHandlerBuilder
- frameSizePolicy() - Method in class io.netty.handler.codec.http2.DefaultHttp2FrameReader
- frameSizePolicy() - Method in class io.netty.handler.codec.http2.DefaultHttp2FrameWriter
- frameSizePolicy() - Method in interface io.netty.handler.codec.http2.Http2FrameReader.Configuration
-
Get the
Http2FrameSizePolicyfor thisHttp2FrameReader - frameSizePolicy() - Method in interface io.netty.handler.codec.http2.Http2FrameWriter.Configuration
-
Get the
Http2FrameSizePolicyfor thisHttp2FrameWriter - frameType() - Method in class io.netty.handler.codec.http2.DefaultHttp2UnknownFrame
- frameType() - Method in interface io.netty.handler.codec.http2.Http2UnknownFrame
- frameType() - Method in class io.netty.handler.codec.spdy.DefaultSpdyUnknownFrame
- frameType() - Method in interface io.netty.handler.codec.spdy.SpdyUnknownFrame
- frameWriter() - Method in class io.netty.handler.codec.http2.DecoratingHttp2ConnectionEncoder
- frameWriter() - Method in class io.netty.handler.codec.http2.DefaultHttp2ConnectionEncoder
- frameWriter() - Method in interface io.netty.handler.codec.http2.Http2ConnectionEncoder
-
Provides direct access to the underlying frame writer object.
- frameWriter() - Method in class io.netty.handler.codec.http2.Http2ConnectionHandler
- frameWriter(Http2FrameWriter) - Method in class io.netty.handler.codec.http2.DefaultHttp2LocalFlowController
- frameWriter(Http2FrameWriter) - Method in interface io.netty.handler.codec.http2.Http2LocalFlowController
-
Sets the writer to be use for sending
WINDOW_UPDATEframes. - free(ByteBuffer) - Static method in class io.netty.channel.unix.Buffer
-
Deprecated.Use
Buffer.allocateDirectBufferWithNativeOrder(int)instead. - freeArray(byte[]) - Method in class io.netty.buffer.UnpooledHeapByteBuf
- freeBytes() - Method in interface io.netty.buffer.PoolChunkMetric
-
Return the number of free bytes in the chunk.
- freeDirect(ByteBuffer) - Method in class io.netty.buffer.UnpooledDirectByteBuf
-
Deprecated.Use
UnpooledDirectByteBuf.allocateDirectBuffer(int)instead. - freeDirectBuffer(ByteBuffer) - Method in class io.netty.util.internal.CleanerJava24Linker
- freeDirectBuffer(ByteBuffer) - Static method in class io.netty.util.internal.PlatformDependent
-
Deprecated.Use the
CleanableDirectBuffer.clean()fromPlatformDependent.allocateDirect(int)instead. - freeDirectNoCleaner(ByteBuffer) - Static method in class io.netty.util.internal.PlatformDependent
-
This method MUST only be called for
ByteBuffers that were allocated viaPlatformDependent.allocateDirectNoCleaner(int). - freeMemory(long) - Static method in class io.netty.util.internal.PlatformDependent
- freeThreadLocalCache() - Method in class io.netty.buffer.PooledByteBufAllocator
-
Deprecated.will be removed Free all cached buffers for the calling
Thread. - freezeTime() - Method in class io.netty.channel.embedded.EmbeddedChannel
-
Freeze the clock of this channel's event loop.
- from(int) - Static method in class io.netty.handler.codec.mqtt.MqttMessageIdVariableHeader
- from(File) - Static method in class io.netty.channel.unix.FileDescriptor
-
Open a new
FileDescriptorfor the givenFile. - from(String) - Static method in class io.netty.channel.unix.FileDescriptor
-
Open a new
FileDescriptorfor the given path. - FROM - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
-
"from" - FROM - Static variable in class io.netty.handler.codec.http.HttpHeaders.Names
-
Deprecated.
"From" - FROM - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderNames
-
"from" - FROM - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Names
-
Deprecated.
"From" - fromByte(byte) - Static method in enum io.netty.handler.codec.socks.SocksAddressType
-
Deprecated.Use
SocksAddressType.valueOf(byte)instead. - fromByte(byte) - Static method in enum io.netty.handler.codec.socks.SocksAuthScheme
-
Deprecated.Use
SocksAuthScheme.valueOf(byte)instead. - fromByte(byte) - Static method in enum io.netty.handler.codec.socks.SocksAuthStatus
-
Deprecated.Use
SocksAuthStatus.valueOf(byte)instead. - fromByte(byte) - Static method in enum io.netty.handler.codec.socks.SocksCmdStatus
-
Deprecated.Use
SocksCmdStatus.valueOf(byte)instead. - fromByte(byte) - Static method in enum io.netty.handler.codec.socks.SocksCmdType
-
Deprecated.Use
SocksCmdType.valueOf(byte)instead. - fromByte(byte) - Static method in enum io.netty.handler.codec.socks.SocksProtocolVersion
-
Deprecated.Use
SocksProtocolVersion.valueOf(byte)instead. - fromByte(byte) - Static method in enum io.netty.handler.codec.socks.SocksSubnegotiationVersion
-
Deprecated.Use
SocksSubnegotiationVersion.valueOf(byte)instead. - fromCertificatePath(X509Certificate[], X509Certificate, KeyPair) - Static method in class io.netty.pkitesting.X509Bundle
-
Construct a bundle from a given certificate path, root certificate, and
KeyPair. - fromProtocolNameAndLevel(String, byte) - Static method in enum io.netty.handler.codec.mqtt.MqttVersion
- fromRootCertificateAuthority(X509Certificate, KeyPair) - Static method in class io.netty.pkitesting.X509Bundle
-
Construct a bundle for a certificate authority.
- FullBinaryMemcacheRequest - Interface in io.netty.handler.codec.memcache.binary
-
A
BinaryMemcacheRequestthat also includes the content. - FullBinaryMemcacheResponse - Interface in io.netty.handler.codec.memcache.binary
-
A
BinaryMemcacheResponsethat also includes the content. - FullBulkStringRedisMessage - Class in io.netty.handler.codec.redis
-
An aggregated bulk string of RESP.
- FullBulkStringRedisMessage(ByteBuf) - Constructor for class io.netty.handler.codec.redis.FullBulkStringRedisMessage
-
Creates a
FullBulkStringRedisMessagefor the givencontent. - FullHttpMessage - Interface in io.netty.handler.codec.http
-
Combines
HttpMessageandLastHttpContentinto one message. - FullHttpRequest - Interface in io.netty.handler.codec.http
-
Combine the
HttpRequestandFullHttpMessage, so the request is a complete HTTP request. - FullHttpResponse - Interface in io.netty.handler.codec.http
-
Combination of a
HttpResponseandFullHttpMessage. - FullMemcacheMessage - Interface in io.netty.handler.codec.memcache
-
Combines
MemcacheMessageandLastMemcacheContentinto one message. - Future<V> - Interface in io.netty.util.concurrent
-
The result of an asynchronous operation.
- FutureListener<V> - Interface in io.netty.util.concurrent
-
A subtype of
GenericFutureListenerthat hides type parameter for convenience. - futureListenerStackDepth() - Method in class io.netty.util.internal.InternalThreadLocalMap
G
- GAT - Static variable in class io.netty.handler.codec.memcache.binary.BinaryMemcacheOpcodes
- GATEWAY_TIMEOUT - Static variable in class io.netty.handler.codec.http.HttpResponseStatus
-
504 Gateway Timeout
- GATEWAY_TIMEOUT - Static variable in class io.netty.handler.codec.rtsp.RtspResponseStatuses
-
504 Gateway Timeout
- GATK - Static variable in class io.netty.handler.codec.memcache.binary.BinaryMemcacheOpcodes
- GATKQ - Static variable in class io.netty.handler.codec.memcache.binary.BinaryMemcacheOpcodes
- GATQ - Static variable in class io.netty.handler.codec.memcache.binary.BinaryMemcacheOpcodes
- generateKeyPair(SecureRandom) - Method in enum io.netty.pkitesting.CertificateBuilder.Algorithm
-
Generate a new
KeyPairusing this algorithm, and the givenSecureRandomgenerator. - generateKeyPair(SecureRandom, Provider) - Method in enum io.netty.pkitesting.CertificateBuilder.Algorithm
-
Generate a new
KeyPairusing this algorithm, and the givenSecureRandomgenerator. - generateKeySpec(char[], byte[]) - Static method in class io.netty.handler.ssl.SslContext
-
Deprecated.
- generateOriginHeader - Variable in class io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker
- generateOriginHeader() - Method in class io.netty.handler.codec.http.websocketx.WebSocketClientProtocolConfig
- generateOriginHeader(boolean) - Method in class io.netty.handler.codec.http.websocketx.WebSocketClientProtocolConfig.Builder
-
Allows to generate the `Origin`|`Sec-WebSocket-Origin` header value for handshake request according the given webSocketURI.
- GENERIC - io.netty.handler.codec.compression.BrotliMode
-
The compressor does not make any assumptions about the input data's properties, making it suitable for a wide range of data types.
- GenericFutureListener<F extends Future<?>> - Interface in io.netty.util.concurrent
-
Listens to the result of a
Future. - GenericProgressiveFutureListener<F extends ProgressiveFuture<?>> - Interface in io.netty.util.concurrent
- GenericUnixChannelOption<T> - Class in io.netty.channel.unix
-
A generic socket option.
- get() - Method in class io.netty.channel.DelegatingChannelPromiseNotifier
- get() - Static method in class io.netty.handler.codec.http.HttpHeaderDateFormat
-
Deprecated.
- get() - Method in class io.netty.handler.codec.http.multipart.AbstractDiskHttpData
- get() - Method in class io.netty.handler.codec.http.multipart.AbstractMemoryHttpData
- get() - Method in interface io.netty.handler.codec.http.multipart.HttpData
-
Returns the contents of the file item as an array of bytes.
Note: this method will allocate a lot of memory, if the data is currently stored on the file system. - get() - Method in interface io.netty.util.Attribute
-
Returns the current value, which may be
null - get() - Method in interface io.netty.util.BooleanSupplier
-
Gets a boolean value.
- get() - Method in class io.netty.util.concurrent.AbstractFuture
- get() - Method in class io.netty.util.concurrent.DefaultPromise
- get() - Method in class io.netty.util.concurrent.FastThreadLocal
-
Returns the current value for the current thread
- get() - Static method in class io.netty.util.internal.InternalThreadLocalMap
- get() - Method in class io.netty.util.internal.ObjectPool
-
Deprecated.For removal. Please use
Recycler.get()instead. - get() - Method in interface io.netty.util.IntSupplier
-
Gets a result.
- get() - Method in class io.netty.util.Recycler
- get() - Method in interface io.netty.util.UncheckedBooleanSupplier
-
Gets a boolean value.
- get(byte) - Method in class io.netty.util.collection.ByteObjectHashMap
- get(byte) - Method in interface io.netty.util.collection.ByteObjectMap
-
Gets the value in the map with the specified key.
- get(char) - Method in class io.netty.util.collection.CharObjectHashMap
- get(char) - Method in interface io.netty.util.collection.CharObjectMap
-
Gets the value in the map with the specified key.
- get(int) - Method in class io.netty.util.collection.IntObjectHashMap
- get(int) - Method in interface io.netty.util.collection.IntObjectMap
-
Gets the value in the map with the specified key.
- get(long) - Method in class io.netty.handler.codec.http3.DefaultHttp3SettingsFrame
- get(long) - Method in interface io.netty.handler.codec.http3.Http3SettingsFrame
-
Get a setting from the frame.
- get(long) - Method in class io.netty.util.collection.LongObjectHashMap
- get(long) - Method in interface io.netty.util.collection.LongObjectMap
-
Gets the value in the map with the specified key.
- get(long) - Method in class io.netty.util.internal.LongLongHashMap
- get(long, TimeUnit) - Method in class io.netty.channel.DelegatingChannelPromiseNotifier
- get(long, TimeUnit) - Method in class io.netty.util.concurrent.AbstractFuture
- get(long, TimeUnit) - Method in class io.netty.util.concurrent.DefaultPromise
- get(short) - Method in class io.netty.util.collection.ShortObjectHashMap
- get(short) - Method in interface io.netty.util.collection.ShortObjectMap
-
Gets the value in the map with the specified key.
- get(InternalThreadLocalMap) - Method in class io.netty.util.concurrent.FastThreadLocal
-
Returns the current value for the specified thread local map.
- get(CharSequence) - Method in class io.netty.handler.codec.http.DefaultHttpHeaders
- get(CharSequence) - Method in class io.netty.handler.codec.http.HttpHeaders
-
Returns the value of a header with the specified name.
- get(CharSequence) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
- get(CharSequence, CharSequence) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
- get(CharSequence, String) - Method in class io.netty.handler.codec.http.HttpHeaders
-
Returns the value of a header with the specified name.
- get(Class<?>) - Static method in class io.netty.util.internal.TypeParameterMatcher
- get(Class<T>) - Method in interface io.netty.channel.ChannelPipeline
-
Returns the
ChannelHandlerof the specified type in this pipeline. - get(Class<T>) - Method in class io.netty.channel.DefaultChannelPipeline
- get(Object) - Method in class io.netty.util.collection.ByteObjectHashMap
- get(Object) - Method in class io.netty.util.collection.CharObjectHashMap
- get(Object) - Method in class io.netty.util.collection.IntObjectHashMap
- get(Object) - Method in class io.netty.util.collection.LongObjectHashMap
- get(Object) - Method in class io.netty.util.collection.ShortObjectHashMap
- get(String) - Method in interface io.netty.channel.ChannelPipeline
-
Returns the
ChannelHandlerwith the specified name in this pipeline. - get(String) - Method in class io.netty.channel.DefaultChannelPipeline
- get(String) - Method in class io.netty.handler.codec.http.DefaultHttpHeaders
- get(String) - Method in class io.netty.handler.codec.http.EmptyHttpHeaders
- get(String) - Method in class io.netty.handler.codec.http.HttpHeaders
- get(String) - Method in class io.netty.handler.codec.http.ReadOnlyHttpHeaders
- get(String) - Method in interface io.netty.resolver.dns.AuthoritativeDnsServerCache
-
Returns the cached nameservers that should be used to resolve the given hostname.
- get(String) - Method in class io.netty.resolver.dns.DefaultAuthoritativeDnsServerCache
- get(String) - Method in class io.netty.resolver.dns.DefaultDnsCnameCache
- get(String) - Method in interface io.netty.resolver.dns.DnsCnameCache
-
Returns the cached cname for the given hostname.
- get(String) - Method in class io.netty.resolver.dns.NoopAuthoritativeDnsServerCache
- get(String) - Method in class io.netty.resolver.dns.NoopDnsCnameCache
- get(String) - Static method in class io.netty.util.internal.SystemPropertyUtil
-
Returns the value of the Java system property with the specified
key, while falling back tonullif the property access fails. - get(String, DnsRecord[]) - Method in class io.netty.resolver.dns.DefaultDnsCache
- get(String, DnsRecord[]) - Method in interface io.netty.resolver.dns.DnsCache
-
Return the cached entries for the given hostname.
- get(String, DnsRecord[]) - Method in class io.netty.resolver.dns.NoopDnsCache
- get(String, String) - Static method in class io.netty.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.netty.channel.pool.AbstractChannelPoolMap
- get(K) - Method in interface io.netty.channel.pool.ChannelPoolMap
-
Return the
ChannelPoolfor thecode. - get(K) - Method in class io.netty.handler.codec.DefaultHeaders
- get(K) - Method in class io.netty.handler.codec.EmptyHeaders
- get(K) - Method in interface io.netty.handler.codec.Headers
-
Returns the value of a header with the specified name.
- get(K, V) - Method in class io.netty.handler.codec.DefaultHeaders
- get(K, V) - Method in class io.netty.handler.codec.EmptyHeaders
- get(K, V) - Method in interface io.netty.handler.codec.Headers
-
Returns the value of a header with the specified name.
- GET - Static variable in class io.netty.handler.codec.http.HttpMethod
-
The GET method means retrieve whatever information (in the form of an entity) is identified by the Request-URI.
- GET - Static variable in class io.netty.handler.codec.memcache.binary.BinaryMemcacheOpcodes
- GET_PARAMETER - Static variable in class io.netty.handler.codec.rtsp.RtspMethods
-
The GET_PARAMETER request retrieves the value of a parameter of a presentation or stream specified in the URI.
- getAcceptFilter() - Method in class io.netty.channel.kqueue.KQueueServerSocketChannelConfig
- getAcquireRawRefCnt(T) - Method in class io.netty.util.internal.AtomicReferenceCountUpdater
- getAcquireRawRefCnt(T) - Method in class io.netty.util.internal.ReferenceCountUpdater
- getAcquireRawRefCnt(T) - Method in class io.netty.util.internal.UnsafeReferenceCountUpdater
- getAcquireRawRefCnt(T) - Method in class io.netty.util.internal.VarHandleReferenceCountUpdater
- getAlgorithm() - Method in class io.netty.handler.ssl.PemPrivateKey
- getAll(CharSequence) - Method in class io.netty.handler.codec.http.DefaultHttpHeaders
- getAll(CharSequence) - Method in class io.netty.handler.codec.http.HttpHeaders
-
Returns the values of headers with the specified name
- getAll(CharSequence) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
- getAll(String) - Method in class io.netty.handler.codec.http.DefaultHttpHeaders
- getAll(String) - Method in class io.netty.handler.codec.http.EmptyHttpHeaders
- getAll(String) - Method in class io.netty.handler.codec.http.HttpHeaders
- getAll(String) - Method in class io.netty.handler.codec.http.ReadOnlyHttpHeaders
- getAll(K) - Method in class io.netty.handler.codec.DefaultHeaders
- getAll(K) - Method in class io.netty.handler.codec.EmptyHeaders
- getAll(K) - Method in interface io.netty.handler.codec.Headers
-
Returns all values for the header with the specified name.
- getAllAndRemove(CharSequence) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
- getAllAndRemove(K) - Method in class io.netty.handler.codec.DefaultHeaders
- getAllAndRemove(K) - Method in class io.netty.handler.codec.EmptyHeaders
- getAllAndRemove(K) - Method in interface io.netty.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.netty.handler.codec.HeadersUtils
- getAllAsString(CharSequence) - Method in class io.netty.handler.codec.http.HttpHeaders
- getAllAsString(CharSequence) - Method in class io.netty.handler.codec.spdy.DefaultSpdyHeaders
- getAllAsString(CharSequence) - Method in interface io.netty.handler.codec.spdy.SpdyHeaders
- getAllAsString(CharSequence) - Method in class io.netty.handler.codec.stomp.DefaultStompHeaders
- getAllAsString(CharSequence) - Method in interface io.netty.handler.codec.stomp.StompHeaders
- getAllIdleTimeInMillis() - Method in class io.netty.handler.timeout.IdleStateHandler
-
Return the allIdleTime that was given when instance this class in milliseconds.
- getAllocator() - Method in interface io.netty.channel.ChannelConfig
-
Returns
ByteBufAllocatorwhich is used for the channel to allocate buffers. - getAllocator() - Method in class io.netty.channel.DefaultChannelConfig
- getAndAddInt(Object, long, int) - Static method in class io.netty.util.internal.PlatformDependent
- getAndAddRawRefCnt(T, int) - Method in class io.netty.util.internal.AtomicReferenceCountUpdater
- getAndAddRawRefCnt(T, int) - Method in class io.netty.util.internal.ReferenceCountUpdater
- getAndAddRawRefCnt(T, int) - Method in class io.netty.util.internal.UnsafeReferenceCountUpdater
- getAndAddRawRefCnt(T, int) - Method in class io.netty.util.internal.VarHandleReferenceCountUpdater
- getAndIncrementBusyCycles() - Method in class io.netty.util.concurrent.SingleThreadEventExecutor
-
Atomically increments the counter for consecutive monitor cycles where utilization was above the scale-up threshold.
- getAndIncrementIdleCycles() - Method in class io.netty.util.concurrent.SingleThreadEventExecutor
-
Atomically increments the counter for consecutive monitor cycles where utilization was below the scale-down threshold.
- getAndRemove() - Method in interface io.netty.util.Attribute
-
Deprecated.please consider using
Attribute.getAndSet(Object)(with value ofnull). - getAndRemove(CharSequence) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
- getAndRemove(CharSequence, CharSequence) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
- getAndRemove(K) - Method in class io.netty.handler.codec.DefaultHeaders
- getAndRemove(K) - Method in class io.netty.handler.codec.EmptyHeaders
- getAndRemove(K) - Method in interface io.netty.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.netty.handler.codec.DefaultHeaders
- getAndRemove(K, V) - Method in class io.netty.handler.codec.EmptyHeaders
- getAndRemove(K, V) - Method in interface io.netty.handler.codec.Headers
-
Returns the value of a header with the specified name and removes it from this object.
- getAndResetAccumulatedActiveTimeNanos() - Method in class io.netty.util.concurrent.SingleThreadEventExecutor
-
Returns the accumulated active time since the last call and resets the counter.
- getAndSet(InternalThreadLocalMap, V) - Method in class io.netty.util.concurrent.FastThreadLocal
-
Set the value for the specified thread local map.
- getAndSet(T) - Method in interface io.netty.util.Attribute
-
Atomically sets to the given value and returns the old value which may be
nullif non was set before. - getAndSet(V) - Method in class io.netty.util.concurrent.FastThreadLocal
-
Set the value for the current thread and returns the old value.
- getAndSetIndexedVariable(int, Object) - Method in class io.netty.util.internal.InternalThreadLocalMap
- getApplicationProtocol() - Method in class io.netty.handler.ssl.ReferenceCountedOpenSslEngine
- getAsString(Headers<K, V, ?>, K) - Static method in class io.netty.handler.codec.HeadersUtils
-
Headers.get(Object)and convert the result to aString. - getAsString(CharSequence) - Method in class io.netty.handler.codec.http.HttpHeaders
-
Headers.get(Object)and convert the result to aString. - getAsString(CharSequence) - Method in class io.netty.handler.codec.spdy.DefaultSpdyHeaders
- getAsString(CharSequence) - Method in interface io.netty.handler.codec.spdy.SpdyHeaders
-
Headers.get(Object)and convert the result to aString. - getAsString(CharSequence) - Method in class io.netty.handler.codec.stomp.DefaultStompHeaders
- getAsString(CharSequence) - Method in interface io.netty.handler.codec.stomp.StompHeaders
-
Headers.get(Object)and convert the result to aString. - getBacklog() - Method in class io.netty.channel.epoll.EpollServerChannelConfig
- getBacklog() - Method in class io.netty.channel.kqueue.KQueueServerChannelConfig
- getBacklog() - Method in class io.netty.channel.sctp.DefaultSctpServerChannelConfig
- getBacklog() - Method in interface io.netty.channel.sctp.SctpServerChannelConfig
-
Gets the backlog value to specify when the channel binds to a local address.
- getBacklog() - Method in class io.netty.channel.socket.DefaultServerSocketChannelConfig
- getBacklog() - Method in interface io.netty.channel.socket.ServerSocketChannelConfig
-
Gets the backlog value to specify when the channel binds to a local address.
- getBacklog() - Method in class io.netty.channel.udt.DefaultUdtServerChannelConfig
-
Deprecated.
- getBacklog() - Method in interface io.netty.channel.udt.UdtServerChannelConfig
-
Deprecated.Gets
KindUDT.ACCEPTORchannel backlog viaChannelOption.SO_BACKLOG. - getBaseDirectory() - Method in class io.netty.handler.codec.http.multipart.AbstractDiskHttpData
- getBaseDirectory() - Method in class io.netty.handler.codec.http.multipart.DiskAttribute
- getBaseDirectory() - Method in class io.netty.handler.codec.http.multipart.DiskFileUpload
- getBasicConstraints() - Method in class io.netty.handler.ssl.PemX509Certificate
- getBasicConstraints() - Method in class io.netty.handler.ssl.util.LazyX509Certificate
- getBaudrate() - Method in interface io.netty.channel.rxtx.RxtxChannelConfig
-
Deprecated.
- getBcProviderJce() - Static method in class io.netty.handler.ssl.util.BouncyCastleUtil
-
Get the BouncyCastle Java Crypto Extensions provider, or throw an exception if it is unavailable.
- getBcProviderJsse() - Static method in class io.netty.handler.ssl.util.BouncyCastleUtil
-
Get the BouncyCastle Java Secure Socket Extensions provider, or throw an exception if it is unavailable.
- getBcSSLEngineClass() - Static method in class io.netty.handler.ssl.util.BouncyCastleUtil
-
Returns the public
SSLEnginesub-class that is used by bouncy-castle ornullif it can't be loaded. - getBioNonApplicationBufferSize() - Method in class io.netty.handler.ssl.ReferenceCountedOpenSslContext
-
Returns the size of the buffer used by the BIO for non-application based writes
- getBodyHttpData(String) - Method in class io.netty.handler.codec.http.multipart.HttpPostMultipartRequestDecoder
-
This getMethod returns the first InterfaceHttpData with the given name from body.
If chunked, all chunks must have been offered using offer() getMethod. - getBodyHttpData(String) - Method in class io.netty.handler.codec.http.multipart.HttpPostRequestDecoder
- getBodyHttpData(String) - Method in class io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder
-
This getMethod returns the first InterfaceHttpData with the given name from body.
If chunked, all chunks must have been offered using offer() getMethod. - getBodyHttpData(String) - Method in interface io.netty.handler.codec.http.multipart.InterfaceHttpPostRequestDecoder
-
This getMethod returns the first InterfaceHttpData with the given name from body.
If chunked, all chunks must have been offered using offer() getMethod. - getBodyHttpDatas() - Method in class io.netty.handler.codec.http.multipart.HttpPostMultipartRequestDecoder
-
This getMethod returns a List of all HttpDatas from body.
If chunked, all chunks must have been offered using offer() getMethod. - getBodyHttpDatas() - Method in class io.netty.handler.codec.http.multipart.HttpPostRequestDecoder
- getBodyHttpDatas() - Method in class io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder
-
This getMethod returns a List of all HttpDatas from body.
If chunked, all chunks must have been offered using offer() getMethod. - getBodyHttpDatas() - Method in interface io.netty.handler.codec.http.multipart.InterfaceHttpPostRequestDecoder
-
This getMethod returns a List of all HttpDatas from body.
If chunked, all chunks must have been offered using offer() getMethod. - getBodyHttpDatas(String) - Method in class io.netty.handler.codec.http.multipart.HttpPostMultipartRequestDecoder
-
This getMethod returns a List of all HttpDatas with the given name from body.
If chunked, all chunks must have been offered using offer() getMethod. - getBodyHttpDatas(String) - Method in class io.netty.handler.codec.http.multipart.HttpPostRequestDecoder
- getBodyHttpDatas(String) - Method in class io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder
-
This getMethod returns a List of all HttpDatas with the given name from body.
If chunked, all chunks must have been offered using offer() getMethod. - getBodyHttpDatas(String) - Method in interface io.netty.handler.codec.http.multipart.InterfaceHttpPostRequestDecoder
-
This getMethod returns a List of all HttpDatas with the given name from body.
If chunked, all chunks must have been offered using offer() getMethod. - getBodyListAttributes() - Method in class io.netty.handler.codec.http.multipart.HttpPostRequestEncoder
-
This getMethod returns a List of all InterfaceHttpData from body part.
- getBoolean(int) - Method in class io.netty.buffer.AbstractByteBuf
- getBoolean(int) - Method in class io.netty.buffer.ByteBuf
-
Gets a boolean at the specified absolute (@code index) in this buffer.
- getBoolean(int) - Method in class io.netty.buffer.EmptyByteBuf
- getBoolean(int) - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- getBoolean(int) - Method in class io.netty.buffer.WrappedByteBuf
- getBoolean(CharSequence) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
- getBoolean(CharSequence, boolean) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
- getBoolean(String, boolean) - Static method in class io.netty.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.netty.handler.codec.DefaultHeaders
- getBoolean(K) - Method in class io.netty.handler.codec.EmptyHeaders
- getBoolean(K) - Method in interface io.netty.handler.codec.Headers
-
Returns the
booleanvalue of a header with the specified name. - getBoolean(K, boolean) - Method in class io.netty.handler.codec.DefaultHeaders
- getBoolean(K, boolean) - Method in class io.netty.handler.codec.EmptyHeaders
- getBoolean(K, boolean) - Method in interface io.netty.handler.codec.Headers
-
Returns the
booleanvalue of a header with the specified name. - getBooleanAndRemove(CharSequence) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
- getBooleanAndRemove(CharSequence, boolean) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
- getBooleanAndRemove(K) - Method in class io.netty.handler.codec.DefaultHeaders
- getBooleanAndRemove(K) - Method in class io.netty.handler.codec.EmptyHeaders
- getBooleanAndRemove(K) - Method in interface io.netty.handler.codec.Headers
-
Returns the
booleanvalue of a header with the specifiednameand removes the header from this object. - getBooleanAndRemove(K, boolean) - Method in class io.netty.handler.codec.DefaultHeaders
- getBooleanAndRemove(K, boolean) - Method in class io.netty.handler.codec.EmptyHeaders
- getBooleanAndRemove(K, boolean) - Method in interface io.netty.handler.codec.Headers
-
Returns the
booleanvalue of a header with the specifiednameand removes the header from this object. - getBufferRingConfigs() - Method in class io.netty.channel.uring.IoUringIoHandlerConfig
-
Get the list of buffer ring configurations.
- getByName(CharSequence) - Static method in class io.netty.util.NetUtil
-
Returns the
Inet6Addressrepresentation of aCharSequenceIP address. - getByName(CharSequence, boolean) - Static method in class io.netty.util.NetUtil
-
Returns the
Inet6Addressrepresentation of aCharSequenceIP address. - getByte(byte[], int) - Static method in class io.netty.util.internal.PlatformDependent
- getByte(byte[], long) - Static method in class io.netty.util.internal.PlatformDependent
- getByte(int) - Method in class io.netty.buffer.AbstractByteBuf
- getByte(int) - Method in class io.netty.buffer.ByteBuf
-
Gets a byte at the specified absolute
indexin this buffer. - getByte(int) - Method in class io.netty.buffer.CompositeByteBuf
- getByte(int) - Method in class io.netty.buffer.DuplicatedByteBuf
-
Deprecated.
- getByte(int) - Method in class io.netty.buffer.EmptyByteBuf
- getByte(int) - Method in class io.netty.buffer.ReadOnlyByteBuf
-
Deprecated.
- getByte(int) - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- getByte(int) - Method in class io.netty.buffer.UnpooledDirectByteBuf
- getByte(int) - Method in class io.netty.buffer.UnpooledHeapByteBuf
- getByte(int) - Method in class io.netty.buffer.UnpooledUnsafeDirectByteBuf
- getByte(int) - Method in class io.netty.buffer.UnpooledUnsafeHeapByteBuf
- getByte(int) - Method in class io.netty.buffer.WrappedByteBuf
- getByte(long) - Static method in class io.netty.util.internal.PlatformDependent
- getByte(CharSequence) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
- getByte(CharSequence, byte) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
- getByte(K) - Method in class io.netty.handler.codec.DefaultHeaders
- getByte(K) - Method in class io.netty.handler.codec.EmptyHeaders
- getByte(K) - Method in interface io.netty.handler.codec.Headers
-
Returns the
bytevalue of a header with the specified name. - getByte(K, byte) - Method in class io.netty.handler.codec.DefaultHeaders
- getByte(K, byte) - Method in class io.netty.handler.codec.EmptyHeaders
- getByte(K, byte) - Method in interface io.netty.handler.codec.Headers
-
Returns the
bytevalue of a header with the specified name. - getByteAndRemove(CharSequence) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
- getByteAndRemove(CharSequence, byte) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
- getByteAndRemove(K) - Method in class io.netty.handler.codec.DefaultHeaders
- getByteAndRemove(K) - Method in class io.netty.handler.codec.EmptyHeaders
- getByteAndRemove(K) - Method in interface io.netty.handler.codec.Headers
-
Returns the
bytevalue of a header with the specifiednameand removes the header from this object. - getByteAndRemove(K, byte) - Method in class io.netty.handler.codec.DefaultHeaders
- getByteAndRemove(K, byte) - Method in class io.netty.handler.codec.EmptyHeaders
- getByteAndRemove(K, byte) - Method in interface io.netty.handler.codec.Headers
-
Returns the
bytevalue of a header with the specifiednameand removes the header from this object. - getByteBuf() - Method in class io.netty.handler.codec.http.multipart.AbstractDiskHttpData
- getByteBuf() - Method in class io.netty.handler.codec.http.multipart.AbstractMemoryHttpData
-
Utility to go from a In Memory FileUpload to a Disk (or another implementation) FileUpload
- getByteBuf() - Method in interface io.netty.handler.codec.http.multipart.HttpData
-
Returns the content of the file item as a ByteBuf.
Note: this method will allocate a lot of memory, if the data is currently stored on the file system. - getByteBufOfInteger(long) - Method in class io.netty.handler.codec.redis.FixedRedisMessagePool
- getByteBufOfInteger(long) - Method in interface io.netty.handler.codec.redis.RedisMessagePool
-
Returns
byte[]for givenmsg. - getBytes(int, byte[]) - Method in class io.netty.buffer.AbstractByteBuf
- getBytes(int, byte[]) - Method in class io.netty.buffer.ByteBuf
-
Transfers this buffer's data to the specified destination starting at the specified absolute
index. - getBytes(int, byte[]) - Method in class io.netty.buffer.CompositeByteBuf
- getBytes(int, byte[]) - Method in class io.netty.buffer.EmptyByteBuf
- getBytes(int, byte[]) - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- getBytes(int, byte[]) - Method in class io.netty.buffer.WrappedByteBuf
- getBytes(int, byte[], int, int) - Method in class io.netty.buffer.ByteBuf
-
Transfers this buffer's data to the specified destination starting at the specified absolute
index. - getBytes(int, byte[], int, int) - Method in class io.netty.buffer.CompositeByteBuf
- getBytes(int, byte[], int, int) - Method in class io.netty.buffer.DuplicatedByteBuf
-
Deprecated.
- getBytes(int, byte[], int, int) - Method in class io.netty.buffer.EmptyByteBuf
- getBytes(int, byte[], int, int) - Method in class io.netty.buffer.ReadOnlyByteBuf
-
Deprecated.
- getBytes(int, byte[], int, int) - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- getBytes(int, byte[], int, int) - Method in class io.netty.buffer.UnpooledDirectByteBuf
- getBytes(int, byte[], int, int) - Method in class io.netty.buffer.UnpooledHeapByteBuf
- getBytes(int, byte[], int, int) - Method in class io.netty.buffer.WrappedByteBuf
- getBytes(int, ByteBuf) - Method in class io.netty.buffer.AbstractByteBuf
- getBytes(int, ByteBuf) - Method in class io.netty.buffer.ByteBuf
-
Transfers this buffer's data to the specified destination starting at the specified absolute
indexuntil the destination becomes non-writable. - getBytes(int, ByteBuf) - Method in class io.netty.buffer.CompositeByteBuf
- getBytes(int, ByteBuf) - Method in class io.netty.buffer.EmptyByteBuf
- getBytes(int, ByteBuf) - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- getBytes(int, ByteBuf) - Method in class io.netty.buffer.WrappedByteBuf
- getBytes(int, ByteBuf, int) - Method in class io.netty.buffer.AbstractByteBuf
- getBytes(int, ByteBuf, int) - Method in class io.netty.buffer.ByteBuf
-
Transfers this buffer's data to the specified destination starting at the specified absolute
index. - getBytes(int, ByteBuf, int) - Method in class io.netty.buffer.CompositeByteBuf
- getBytes(int, ByteBuf, int) - Method in class io.netty.buffer.EmptyByteBuf
- getBytes(int, ByteBuf, int) - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- getBytes(int, ByteBuf, int) - Method in class io.netty.buffer.WrappedByteBuf
- getBytes(int, ByteBuf, int, int) - Method in class io.netty.buffer.ByteBuf
-
Transfers this buffer's data to the specified destination starting at the specified absolute
index. - getBytes(int, ByteBuf, int, int) - Method in class io.netty.buffer.CompositeByteBuf
- getBytes(int, ByteBuf, int, int) - Method in class io.netty.buffer.DuplicatedByteBuf
-
Deprecated.
- getBytes(int, ByteBuf, int, int) - Method in class io.netty.buffer.EmptyByteBuf
- getBytes(int, ByteBuf, int, int) - Method in class io.netty.buffer.ReadOnlyByteBuf
-
Deprecated.
- getBytes(int, ByteBuf, int, int) - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- getBytes(int, ByteBuf, int, int) - Method in class io.netty.buffer.UnpooledDirectByteBuf
- getBytes(int, ByteBuf, int, int) - Method in class io.netty.buffer.UnpooledHeapByteBuf
- getBytes(int, ByteBuf, int, int) - Method in class io.netty.buffer.UnpooledUnsafeDirectByteBuf
- getBytes(int, ByteBuf, int, int) - Method in class io.netty.buffer.WrappedByteBuf
- getBytes(int, OutputStream, int) - Method in class io.netty.buffer.ByteBuf
-
Transfers this buffer's data to the specified stream starting at the specified absolute
index. - getBytes(int, OutputStream, int) - Method in class io.netty.buffer.CompositeByteBuf
- getBytes(int, OutputStream, int) - Method in class io.netty.buffer.DuplicatedByteBuf
-
Deprecated.
- getBytes(int, OutputStream, int) - Method in class io.netty.buffer.EmptyByteBuf
- getBytes(int, OutputStream, int) - Method in class io.netty.buffer.ReadOnlyByteBuf
-
Deprecated.
- getBytes(int, OutputStream, int) - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- getBytes(int, OutputStream, int) - Method in class io.netty.buffer.UnpooledDirectByteBuf
- getBytes(int, OutputStream, int) - Method in class io.netty.buffer.UnpooledHeapByteBuf
- getBytes(int, OutputStream, int) - Method in class io.netty.buffer.WrappedByteBuf
- getBytes(int, ByteBuffer) - Method in class io.netty.buffer.ByteBuf
-
Transfers this buffer's data to the specified destination starting at the specified absolute
indexuntil the destination's position reaches its limit. - getBytes(int, ByteBuffer) - Method in class io.netty.buffer.CompositeByteBuf
- getBytes(int, ByteBuffer) - Method in class io.netty.buffer.DuplicatedByteBuf
-
Deprecated.
- getBytes(int, ByteBuffer) - Method in class io.netty.buffer.EmptyByteBuf
- getBytes(int, ByteBuffer) - Method in class io.netty.buffer.ReadOnlyByteBuf
-
Deprecated.
- getBytes(int, ByteBuffer) - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- getBytes(int, ByteBuffer) - Method in class io.netty.buffer.UnpooledDirectByteBuf
- getBytes(int, ByteBuffer) - Method in class io.netty.buffer.UnpooledHeapByteBuf
- getBytes(int, ByteBuffer) - Method in class io.netty.buffer.WrappedByteBuf
- getBytes(int, FileChannel, long, int) - Method in class io.netty.buffer.ByteBuf
-
Transfers this buffer's data starting at the specified absolute
indexto the specified channel starting at the given file position. - getBytes(int, FileChannel, long, int) - Method in class io.netty.buffer.CompositeByteBuf
- getBytes(int, FileChannel, long, int) - Method in class io.netty.buffer.DuplicatedByteBuf
-
Deprecated.
- getBytes(int, FileChannel, long, int) - Method in class io.netty.buffer.EmptyByteBuf
- getBytes(int, FileChannel, long, int) - Method in class io.netty.buffer.ReadOnlyByteBuf
-
Deprecated.
- getBytes(int, FileChannel, long, int) - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- getBytes(int, FileChannel, long, int) - Method in class io.netty.buffer.UnpooledDirectByteBuf
- getBytes(int, FileChannel, long, int) - Method in class io.netty.buffer.UnpooledHeapByteBuf
- getBytes(int, FileChannel, long, int) - Method in class io.netty.buffer.WrappedByteBuf
- getBytes(int, GatheringByteChannel, int) - Method in class io.netty.buffer.ByteBuf
-
Transfers this buffer's data to the specified channel starting at the specified absolute
index. - getBytes(int, GatheringByteChannel, int) - Method in class io.netty.buffer.CompositeByteBuf
- getBytes(int, GatheringByteChannel, int) - Method in class io.netty.buffer.DuplicatedByteBuf
-
Deprecated.
- getBytes(int, GatheringByteChannel, int) - Method in class io.netty.buffer.EmptyByteBuf
- getBytes(int, GatheringByteChannel, int) - Method in class io.netty.buffer.ReadOnlyByteBuf
-
Deprecated.
- getBytes(int, GatheringByteChannel, int) - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- getBytes(int, GatheringByteChannel, int) - Method in class io.netty.buffer.UnpooledDirectByteBuf
- getBytes(int, GatheringByteChannel, int) - Method in class io.netty.buffer.UnpooledHeapByteBuf
- getBytes(int, GatheringByteChannel, int) - Method in class io.netty.buffer.WrappedByteBuf
- getBytes(ByteBuf) - Static method in class io.netty.buffer.ByteBufUtil
-
Create a copy of the underlying storage from
bufinto a byte array. - getBytes(ByteBuf, int, int) - Static method in class io.netty.buffer.ByteBufUtil
-
Create a copy of the underlying storage from
bufinto a byte array. - getBytes(ByteBuf, int, int, boolean) - Static method in class io.netty.buffer.ByteBufUtil
-
Return an array of the underlying storage from
bufinto a byte array. - getCertificate() - Method in class io.netty.pkitesting.X509Bundle
-
Get the leaf certificate of the bundle.
- getCertificatePath() - Method in class io.netty.pkitesting.X509Bundle
-
Get the certificate path, starting with the leaf certificate up to but excluding the root certificate.
- getCertificatePathList() - Method in class io.netty.pkitesting.X509Bundle
-
Get the certificate path as a list, starting with the leaf certificate up to but excluding the root certificate.
- getCertificatePathPEM() - Method in class io.netty.pkitesting.X509Bundle
-
Get the certificate path as a PEM encoded string.
- getCertificatePathWithRoot() - Method in class io.netty.pkitesting.X509Bundle
-
Get the certificate path, starting with the leaf certificate up to and including the root certificate.
- getCertificatePEM() - Method in class io.netty.pkitesting.X509Bundle
-
Get the PEM encoded string of the leaf certificate.
- getChar(int) - Method in class io.netty.buffer.AbstractByteBuf
- getChar(int) - Method in class io.netty.buffer.ByteBuf
-
Gets a 2-byte UTF-16 character at the specified absolute
indexin this buffer. - getChar(int) - Method in class io.netty.buffer.EmptyByteBuf
- getChar(int) - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- getChar(int) - Method in class io.netty.buffer.WrappedByteBuf
- getChar(CharSequence) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
- getChar(CharSequence, char) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
- getChar(K) - Method in class io.netty.handler.codec.DefaultHeaders
- getChar(K) - Method in class io.netty.handler.codec.EmptyHeaders
- getChar(K) - Method in interface io.netty.handler.codec.Headers
-
Returns the
charvalue of a header with the specified name. - getChar(K, char) - Method in class io.netty.handler.codec.DefaultHeaders
- getChar(K, char) - Method in class io.netty.handler.codec.EmptyHeaders
- getChar(K, char) - Method in interface io.netty.handler.codec.Headers
-
Returns the
charvalue of a header with the specified name. - getCharAndRemove(CharSequence) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
- getCharAndRemove(CharSequence, char) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
- getCharAndRemove(K) - Method in class io.netty.handler.codec.DefaultHeaders
- getCharAndRemove(K) - Method in class io.netty.handler.codec.EmptyHeaders
- getCharAndRemove(K) - Method in interface io.netty.handler.codec.Headers
-
Returns the
charvalue of a header with the specifiednameand removes the header from this object. - getCharAndRemove(K, char) - Method in class io.netty.handler.codec.DefaultHeaders
- getCharAndRemove(K, char) - Method in class io.netty.handler.codec.EmptyHeaders
- getCharAndRemove(K, char) - Method in interface io.netty.handler.codec.Headers
-
Returns the
charvalue of a header with the specifiednameand removes the header from this object. - getCharSequence(int, int, Charset) - Method in class io.netty.buffer.AbstractByteBuf
- getCharSequence(int, int, Charset) - Method in class io.netty.buffer.ByteBuf
-
Gets a
CharSequencewith the given length at the given index. - getCharSequence(int, int, Charset) - Method in class io.netty.buffer.EmptyByteBuf
- getCharSequence(int, int, Charset) - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- getCharSequence(int, int, Charset) - Method in class io.netty.buffer.WrappedByteBuf
- getCharset() - Method in class io.netty.handler.codec.http.multipart.AbstractHttpData
- getCharset() - Method in interface io.netty.handler.codec.http.multipart.HttpData
-
Returns the Charset passed by the browser or null if not defined.
- getCharset(HttpMessage) - Static method in class io.netty.handler.codec.http.HttpUtil
-
Fetch charset from message's Content-Type header.
- getCharset(HttpMessage, Charset) - Static method in class io.netty.handler.codec.http.HttpUtil
-
Fetch charset from message's Content-Type header.
- getCharset(CharSequence) - Static method in class io.netty.handler.codec.http.HttpUtil
-
Fetch charset from Content-Type header value.
- getCharset(CharSequence, Charset) - Static method in class io.netty.handler.codec.http.HttpUtil
-
Fetch charset from Content-Type header value.
- getCharsetAsSequence(HttpMessage) - Static method in class io.netty.handler.codec.http.HttpUtil
-
Fetch charset from message's Content-Type header as a char sequence.
- getCharsetAsSequence(CharSequence) - Static method in class io.netty.handler.codec.http.HttpUtil
-
Fetch charset from Content-Type header value as a char sequence.
- getCharsetAsString(HttpMessage) - Static method in class io.netty.handler.codec.http.HttpUtil
-
Deprecated.
- getCheckInterval() - Method in class io.netty.handler.traffic.AbstractTrafficShapingHandler
- getChunk(int) - Method in class io.netty.handler.codec.http.multipart.AbstractDiskHttpData
- getChunk(int) - Method in class io.netty.handler.codec.http.multipart.AbstractMemoryHttpData
- getChunk(int) - Method in interface io.netty.handler.codec.http.multipart.HttpData
-
Returns a ChannelBuffer for the content from the current position with at most length read bytes, increasing the current position of the Bytes read.
- getCid() - Method in class io.netty.channel.epoll.VSockAddress
- getClassLoader(Class<?>) - Static method in class io.netty.util.internal.PlatformDependent
-
Return the
ClassLoaderfor the givenClass. - getCloseNotifyFlushTimeoutMillis() - Method in class io.netty.handler.ssl.SslHandler
-
Gets the timeout for flushing the close_notify that was triggered by closing the
Channel. - getCloseNotifyReadTimeoutMillis() - Method in class io.netty.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.netty.handler.ssl.SslHandler
-
Deprecated.
- getCloseStackTraceIfAny() - Method in interface io.netty.util.ResourceLeakTracker
-
Get a
Throwablerepresenting the stack trace of the originalResourceLeakTracker.close(Object)call. - getCode() - Method in exception io.netty.resolver.dns.DnsErrorCauseException
-
Returns the DNS error-code that caused the
UnknownHostException. - getComment() - Method in interface io.netty.handler.codec.http.Cookie
-
Deprecated.Use
Cookie.comment()instead. - getComment() - Method in class io.netty.handler.codec.http.DefaultCookie
-
Deprecated.
- getCommentUrl() - Method in interface io.netty.handler.codec.http.Cookie
-
Deprecated.Use
Cookie.commentUrl()instead. - getCommentUrl() - Method in class io.netty.handler.codec.http.DefaultCookie
-
Deprecated.
- getConnectTimeoutMillis() - Method in interface io.netty.channel.ChannelConfig
-
Returns the connect timeout of the channel in milliseconds.
- getConnectTimeoutMillis() - Method in class io.netty.channel.DefaultChannelConfig
- getContentLength(HttpMessage) - Static method in class io.netty.handler.codec.http.HttpHeaders
-
Deprecated.Use
HttpUtil.getContentLength(HttpMessage)instead. Returns the length of the content. Please note that this value is not retrieved fromByteBufHolder.content()but from the"Content-Length"header, and thus they are independent from each other. - getContentLength(HttpMessage) - Static method in class io.netty.handler.codec.http.HttpUtil
-
Returns the length of the content.
- getContentLength(HttpMessage, int) - Static method in class io.netty.handler.codec.http.HttpUtil
-
Get an
intrepresentation ofHttpUtil.getContentLength(HttpMessage, long). - getContentLength(HttpMessage, long) - Static method in class io.netty.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 fromByteBufHolder.content()but from the"Content-Length"header, and thus they are independent from each other. - getContentLength(HttpMessage, long) - Static method in class io.netty.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. - getContentTransferEncoding() - Method in class io.netty.handler.codec.http.multipart.DiskFileUpload
- getContentTransferEncoding() - Method in interface io.netty.handler.codec.http.multipart.FileUpload
-
Returns the Content-Transfer-Encoding
- getContentTransferEncoding() - Method in class io.netty.handler.codec.http.multipart.MemoryFileUpload
- getContentTransferEncoding() - Method in class io.netty.handler.codec.http.multipart.MixedFileUpload
- getContentType() - Method in class io.netty.handler.codec.http.multipart.DiskFileUpload
- getContentType() - Method in interface io.netty.handler.codec.http.multipart.FileUpload
-
Returns the content type passed by the browser or null if not defined.
- getContentType() - Method in class io.netty.handler.codec.http.multipart.MemoryFileUpload
- getContentType() - Method in class io.netty.handler.codec.http.multipart.MixedFileUpload
- getContextClassLoader() - Static method in class io.netty.util.internal.PlatformDependent
-
Return the context
ClassLoaderfor the currentThread. - getCqSize() - Method in class io.netty.channel.uring.IoUringIoHandlerConfig
-
Return the size of the io_uring cqe.
- getCriticalExtensionOIDs() - Method in class io.netty.handler.ssl.PemX509Certificate
- getCriticalExtensionOIDs() - Method in class io.netty.handler.ssl.util.LazyX509Certificate
- getCrlUri(X509Bundle) - Method in class io.netty.pkitesting.RevocationServer
-
Get the URI of the Certificate Revocation List for the given issuer.
- getCurrentTimeNanos() - Method in class io.netty.util.concurrent.AbstractScheduledEventExecutor
-
Deprecated.Please use (or override)
AbstractScheduledEventExecutor.ticker()instead. This method delegates toAbstractScheduledEventExecutor.ticker(). Old code may still call this method for compatibility. - getDatabits() - Method in interface io.netty.channel.rxtx.RxtxChannelConfig
-
Deprecated.
- getDate(HttpMessage) - Static method in class io.netty.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.netty.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, thedefaultValueis returned. - getDateHeader(HttpMessage, CharSequence) - Static method in class io.netty.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.netty.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.netty.handler.codec.http.HttpHeaders
-
Deprecated.Use
HttpHeaders.getTimeMillis(CharSequence)instead. - getDateHeader(HttpMessage, String, Date) - Static method in class io.netty.handler.codec.http.HttpHeaders
-
Deprecated.Use
HttpHeaders.getTimeMillis(CharSequence, long)instead. - getDecoder(Charset) - Static method in class io.netty.util.CharsetUtil
-
Deprecated.
- getDecoderResult() - Method in class io.netty.handler.codec.http.DefaultHttpObject
-
Deprecated.
- getDecoderResult() - Method in interface io.netty.handler.codec.http.HttpObject
-
Deprecated.Use
DecoderResultProvider.decoderResult()instead. - getDefaultFactory() - Static method in class io.netty.util.internal.logging.InternalLoggerFactory
-
Returns the default factory.
- getDelegatedTask() - Method in class io.netty.handler.ssl.ReferenceCountedOpenSslEngine
- getDiscardThreshold() - Method in class io.netty.handler.codec.http.multipart.HttpPostMultipartRequestDecoder
-
Return the threshold in bytes after which read data in the buffer should be discarded.
- getDiscardThreshold() - Method in class io.netty.handler.codec.http.multipart.HttpPostRequestDecoder
- getDiscardThreshold() - Method in class io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder
-
Return the threshold in bytes after which read data in the buffer should be discarded.
- getDiscardThreshold() - Method in interface io.netty.handler.codec.http.multipart.InterfaceHttpPostRequestDecoder
-
Return the threshold in bytes after which read data in the buffer should be discarded.
- getDiskFilename() - Method in class io.netty.handler.codec.http.multipart.AbstractDiskHttpData
- getDiskFilename() - Method in class io.netty.handler.codec.http.multipart.DiskAttribute
- getDiskFilename() - Method in class io.netty.handler.codec.http.multipart.DiskFileUpload
- getDomain() - Method in interface io.netty.handler.codec.http.Cookie
-
Deprecated.Use
Cookie.domain()instead. - getDomain() - Method in class io.netty.handler.codec.http.DefaultCookie
-
Deprecated.
- getDouble(int) - Method in class io.netty.buffer.AbstractByteBuf
- getDouble(int) - Method in class io.netty.buffer.ByteBuf
-
Gets a 64-bit floating point number at the specified absolute
indexin this buffer. - getDouble(int) - Method in class io.netty.buffer.EmptyByteBuf
- getDouble(int) - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- getDouble(int) - Method in class io.netty.buffer.WrappedByteBuf
- getDouble(CharSequence) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
- getDouble(CharSequence, double) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
- getDouble(K) - Method in class io.netty.handler.codec.DefaultHeaders
- getDouble(K) - Method in class io.netty.handler.codec.EmptyHeaders
- getDouble(K) - Method in interface io.netty.handler.codec.Headers
-
Returns the
doublevalue of a header with the specified name. - getDouble(K, double) - Method in class io.netty.handler.codec.DefaultHeaders
- getDouble(K, double) - Method in class io.netty.handler.codec.EmptyHeaders
- getDouble(K, double) - Method in interface io.netty.handler.codec.Headers
-
Returns the
doublevalue of a header with the specified name. - getDoubleAndRemove(CharSequence) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
- getDoubleAndRemove(CharSequence, double) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
- getDoubleAndRemove(K) - Method in class io.netty.handler.codec.DefaultHeaders
- getDoubleAndRemove(K) - Method in class io.netty.handler.codec.EmptyHeaders
- getDoubleAndRemove(K) - Method in interface io.netty.handler.codec.Headers
-
Returns the
doublevalue of a header with the specifiednameand removes the header from this object. - getDoubleAndRemove(K, double) - Method in class io.netty.handler.codec.DefaultHeaders
- getDoubleAndRemove(K, double) - Method in class io.netty.handler.codec.EmptyHeaders
- getDoubleAndRemove(K, double) - Method in interface io.netty.handler.codec.Headers
-
Returns the
doublevalue of a header with the specifiednameand removes the header from this object. - getDoubleLE(int) - Method in class io.netty.buffer.ByteBuf
-
Gets a 64-bit floating point number at the specified absolute
indexin this buffer in Little Endian Byte Order. - getEmbeddedHttp2Exception(Throwable) - Static method in class io.netty.handler.codec.http2.Http2CodecUtil
-
Iteratively looks through the causality chain for the given exception and returns the first
Http2Exceptionornullif none. - getEnabledCipherSuites() - Method in class io.netty.handler.ssl.ReferenceCountedOpenSslEngine
- getEnabledProtocols() - Method in class io.netty.handler.ssl.ReferenceCountedOpenSslEngine
- getEnableSessionCreation() - Method in class io.netty.handler.ssl.ReferenceCountedOpenSslEngine
- getEncoded() - Method in class io.netty.handler.ssl.PemPrivateKey
- getEncoded() - Method in class io.netty.handler.ssl.PemX509Certificate
- getEncoded() - Method in class io.netty.handler.ssl.util.LazyJavaxX509Certificate
- getEncoded() - Method in class io.netty.handler.ssl.util.LazyX509Certificate
- getEncoder(Charset) - Static method in class io.netty.util.CharsetUtil
-
Deprecated.
- getEpollMode() - Method in class io.netty.channel.epoll.EpollChannelConfig
-
Deprecated.Netty always uses level-triggered mode and so this method is just a no-op.
- getError(ByteBuf) - Method in class io.netty.handler.codec.redis.FixedRedisMessagePool
- getError(ByteBuf) - Method in interface io.netty.handler.codec.redis.RedisMessagePool
-
Returns
ErrorRedisMessagefor givencontent. - getError(FixedRedisMessagePool.RedisErrorKey) - Method in class io.netty.handler.codec.redis.FixedRedisMessagePool
-
Returns
ErrorRedisMessagefor the givenFixedRedisMessagePool.RedisErrorKeyornullif it does not exist. - getError(String) - Method in class io.netty.handler.codec.redis.FixedRedisMessagePool
- getError(String) - Method in interface io.netty.handler.codec.redis.RedisMessagePool
-
Returns
ErrorRedisMessagefor givencontent. - getExtendedKeyUsage() - Method in class io.netty.handler.ssl.util.LazyX509Certificate
- getExtensionValue(String) - Method in class io.netty.handler.ssl.PemX509Certificate
- getExtensionValue(String) - Method in class io.netty.handler.ssl.util.LazyX509Certificate
- getFile() - Method in class io.netty.handler.codec.http.multipart.AbstractDiskHttpData
- getFile() - Method in class io.netty.handler.codec.http.multipart.AbstractMemoryHttpData
- getFile() - Method in interface io.netty.handler.codec.http.multipart.HttpData
- getFile(Class, String) - Static method in class io.netty.util.internal.ResourcesUtil
-
Returns a
FilenamedfileNameassociated withClassresourceClass. - getFilename() - Method in class io.netty.handler.codec.http.multipart.DiskFileUpload
- getFilename() - Method in interface io.netty.handler.codec.http.multipart.FileUpload
-
Returns the original filename in the client's filesystem, as provided by the browser (or other client software).
- getFilename() - Method in class io.netty.handler.codec.http.multipart.MemoryFileUpload
- getFilename() - Method in class io.netty.handler.codec.http.multipart.MixedFileUpload
- getFileUpload(String) - Method in class io.netty.handler.codec.http.multipart.HttpPostMultipartRequestDecoder
-
Get the FileUpload (new one or current one)
- getFlag() - Method in enum io.netty.handler.codec.http3.Http3Headers.PseudoHeaderName
- getFloat(int) - Method in class io.netty.buffer.AbstractByteBuf
- getFloat(int) - Method in class io.netty.buffer.ByteBuf
-
Gets a 32-bit floating point number at the specified absolute
indexin this buffer. - getFloat(int) - Method in class io.netty.buffer.EmptyByteBuf
- getFloat(int) - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- getFloat(int) - Method in class io.netty.buffer.WrappedByteBuf
- getFloat(CharSequence) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
- getFloat(CharSequence, float) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
- getFloat(K) - Method in class io.netty.handler.codec.DefaultHeaders
- getFloat(K) - Method in class io.netty.handler.codec.EmptyHeaders
- getFloat(K) - Method in interface io.netty.handler.codec.Headers
-
Returns the
floatvalue of a header with the specified name. - getFloat(K, float) - Method in class io.netty.handler.codec.DefaultHeaders
- getFloat(K, float) - Method in class io.netty.handler.codec.EmptyHeaders
- getFloat(K, float) - Method in interface io.netty.handler.codec.Headers
-
Returns the
floatvalue of a header with the specified name. - getFloatAndRemove(CharSequence) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
- getFloatAndRemove(CharSequence, float) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
- getFloatAndRemove(K) - Method in class io.netty.handler.codec.DefaultHeaders
- getFloatAndRemove(K) - Method in class io.netty.handler.codec.EmptyHeaders
- getFloatAndRemove(K) - Method in interface io.netty.handler.codec.Headers
-
Returns the
floatvalue of a header with the specifiednameand removes the header from this object. - getFloatAndRemove(K, float) - Method in class io.netty.handler.codec.DefaultHeaders
- getFloatAndRemove(K, float) - Method in class io.netty.handler.codec.EmptyHeaders
- getFloatAndRemove(K, float) - Method in interface io.netty.handler.codec.Headers
-
Returns the
floatvalue of a header with the specifiednameand removes the header from this object. - getFloatLE(int) - Method in class io.netty.buffer.ByteBuf
-
Gets a 32-bit floating point number at the specified absolute
indexin this buffer in Little Endian Byte Order. - getFormat() - Method in class io.netty.handler.ssl.PemPrivateKey
- getFoundNeedleId() - Method in class io.netty.buffer.search.AhoCorasicSearchProcessorFactory.Processor
- getFoundNeedleId() - Method in interface io.netty.buffer.search.MultiSearchProcessor
- getHandshakeApplicationProtocol() - Method in class io.netty.handler.ssl.ReferenceCountedOpenSslEngine
- getHandshakeSession() - Method in class io.netty.handler.ssl.ReferenceCountedOpenSslEngine
- getHandshakeStatus() - Method in class io.netty.handler.ssl.ReferenceCountedOpenSslEngine
- getHandshakeTimeoutMillis() - Method in class io.netty.handler.ssl.SslHandler
- getHashTableFastThreadLocalArrayFill(int) - Static method in class io.netty.handler.codec.compression.Snappy
-
Returns a short[] from a FastThreadLocal, zeroing for correctness creating a new one and resizing it if necessary
- getHeader(HttpMessage, CharSequence) - Static method in class io.netty.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.netty.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.netty.handler.codec.http.HttpHeaders
-
Deprecated.Use
HttpHeaders.get(CharSequence)instead. - getHeader(HttpMessage, String, String) - Static method in class io.netty.handler.codec.http.HttpHeaders
-
Deprecated.Use
HttpHeaders.get(CharSequence, String)instead. - getHeadersFactory() - Method in class io.netty.handler.codec.http.HttpDecoderConfig
- getHost(HttpMessage) - Static method in class io.netty.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.netty.handler.codec.http.HttpHeaders
-
Deprecated.Use
HttpHeaders.get(CharSequence, String)instead. Returns the value of the"Host"header. If there is no such header, thedefaultValueis returned. - getHostname(InetSocketAddress) - Static method in class io.netty.util.NetUtil
-
Returns
InetSocketAddress.getHostString(). - getHttpDataType() - Method in class io.netty.handler.codec.http.multipart.DiskAttribute
- getHttpDataType() - Method in class io.netty.handler.codec.http.multipart.DiskFileUpload
- getHttpDataType() - Method in interface io.netty.handler.codec.http.multipart.InterfaceHttpData
- getHttpDataType() - Method in class io.netty.handler.codec.http.multipart.MemoryAttribute
- getHttpDataType() - Method in class io.netty.handler.codec.http.multipart.MemoryFileUpload
- getIds() - Method in class io.netty.handler.ssl.OpenSslSessionContext
- getIfExists() - Method in class io.netty.util.concurrent.FastThreadLocal
-
Returns the current value for the current thread if it exists,
nullotherwise. - getIfSet() - Static method in class io.netty.util.internal.InternalThreadLocalMap
- getIndex(long, boolean) - Static method in class io.netty.util.internal.SWARUtil
-
Returns the index of the first occurrence of byte that specificied in the pattern.
- getInitialBufferSize() - Method in class io.netty.handler.codec.http.HttpDecoderConfig
- getInitialHint(String) - Method in class io.netty.util.ResourceLeakDetector
-
Create a hint object to be attached to an object tracked by this record.
- getInitialSeedUniquifier() - Static method in class io.netty.util.internal.ThreadLocalRandom
-
Deprecated.
- getInitMaxStreams() - Method in class io.netty.channel.sctp.DefaultSctpChannelConfig
- getInitMaxStreams() - Method in class io.netty.channel.sctp.DefaultSctpServerChannelConfig
- getInitMaxStreams() - Method in interface io.netty.channel.sctp.SctpChannelConfig
-
Gets the
SCTP_INIT_MAXSTREAMSoption. - getInitMaxStreams() - Method in interface io.netty.channel.sctp.SctpServerChannelConfig
-
Gets the
SCTP_INIT_MAXSTREAMSoption. - getInstance() - Static method in class io.netty.pkitesting.RevocationServer
-
Get the shared revocation server instance.
- getInstance(Class<?>) - Static method in class io.netty.util.internal.logging.InternalLoggerFactory
-
Creates a new logger instance with the name of the specified class.
- getInstance(String) - Static method in class io.netty.util.internal.logging.InternalLoggerFactory
-
Creates a new logger instance with the specified name.
- getInt(byte[], int) - Static method in class io.netty.util.internal.PlatformDependent
- getInt(int) - Method in class io.netty.buffer.AbstractByteBuf
- getInt(int) - Method in class io.netty.buffer.ByteBuf
-
Gets a 32-bit integer at the specified absolute
indexin this buffer. - getInt(int) - Method in class io.netty.buffer.DuplicatedByteBuf
-
Deprecated.
- getInt(int) - Method in class io.netty.buffer.EmptyByteBuf
- getInt(int) - Method in class io.netty.buffer.ReadOnlyByteBuf
-
Deprecated.
- getInt(int) - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- getInt(int) - Method in class io.netty.buffer.UnpooledDirectByteBuf
- getInt(int) - Method in class io.netty.buffer.UnpooledHeapByteBuf
- getInt(int) - Method in class io.netty.buffer.UnpooledUnsafeDirectByteBuf
- getInt(int) - Method in class io.netty.buffer.UnpooledUnsafeHeapByteBuf
- getInt(int) - Method in class io.netty.buffer.WrappedByteBuf
- getInt(int[], long) - Static method in class io.netty.util.internal.PlatformDependent
- getInt(long) - Static method in class io.netty.util.internal.PlatformDependent
- getInt(CharSequence) - Method in class io.netty.handler.codec.http.DefaultHttpHeaders
- getInt(CharSequence) - Method in class io.netty.handler.codec.http.EmptyHttpHeaders
- getInt(CharSequence) - Method in class io.netty.handler.codec.http.HttpHeaders
-
Returns the integer value of a header with the specified name.
- getInt(CharSequence) - Method in class io.netty.handler.codec.http.ReadOnlyHttpHeaders
- getInt(CharSequence) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
- getInt(CharSequence, int) - Method in class io.netty.handler.codec.http.DefaultHttpHeaders
- getInt(CharSequence, int) - Method in class io.netty.handler.codec.http.EmptyHttpHeaders
- getInt(CharSequence, int) - Method in class io.netty.handler.codec.http.HttpHeaders
-
Returns the integer value of a header with the specified name.
- getInt(CharSequence, int) - Method in class io.netty.handler.codec.http.ReadOnlyHttpHeaders
- getInt(CharSequence, int) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
- getInt(Object, long) - Static method in class io.netty.util.internal.PlatformDependent
- getInt(String, int) - Static method in class io.netty.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.netty.handler.codec.DefaultHeaders
- getInt(K) - Method in class io.netty.handler.codec.EmptyHeaders
- getInt(K) - Method in interface io.netty.handler.codec.Headers
-
Returns the
intvalue of a header with the specified name. - getInt(K, int) - Method in class io.netty.handler.codec.DefaultHeaders
- getInt(K, int) - Method in class io.netty.handler.codec.EmptyHeaders
- getInt(K, int) - Method in interface io.netty.handler.codec.Headers
-
Returns the
intvalue of a header with the specified name. - getIntAndRemove(CharSequence) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
- getIntAndRemove(CharSequence, int) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
- getIntAndRemove(K) - Method in class io.netty.handler.codec.DefaultHeaders
- getIntAndRemove(K) - Method in class io.netty.handler.codec.EmptyHeaders
- getIntAndRemove(K) - Method in interface io.netty.handler.codec.Headers
-
Returns the
intvalue of a header with the specifiednameand removes the header from this object. - getIntAndRemove(K, int) - Method in class io.netty.handler.codec.DefaultHeaders
- getIntAndRemove(K, int) - Method in class io.netty.handler.codec.EmptyHeaders
- getIntAndRemove(K, int) - Method in interface io.netty.handler.codec.Headers
-
Returns the
intvalue of a header with the specifiednameand removes the header from this object. - getInteger(long) - Method in class io.netty.handler.codec.redis.FixedRedisMessagePool
- getInteger(long) - Method in interface io.netty.handler.codec.redis.RedisMessagePool
-
Returns
IntegerRedisMessagefor givenvalue. - getInteger(ByteBuf) - Method in class io.netty.handler.codec.redis.FixedRedisMessagePool
- getInteger(ByteBuf) - Method in interface io.netty.handler.codec.redis.RedisMessagePool
-
Returns
IntegerRedisMessagefor givencontent. - getInterface() - Method in class io.netty.channel.epoll.EpollDatagramChannelConfig
- getInterface() - Method in class io.netty.channel.kqueue.KQueueDatagramChannelConfig
- getInterface() - Method in interface io.netty.channel.socket.DatagramChannelConfig
-
Gets the address of the network interface used for multicast packets.
- getInterface() - Method in class io.netty.channel.socket.DefaultDatagramChannelConfig
- getIntHeader(HttpMessage, CharSequence) - Static method in class io.netty.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.netty.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.netty.handler.codec.http.HttpHeaders
-
Deprecated.Use
HttpHeaders.getInt(CharSequence)instead. - getIntHeader(HttpMessage, String, int) - Static method in class io.netty.handler.codec.http.HttpHeaders
-
Deprecated.Use
HttpHeaders.getInt(CharSequence, int)instead. - getIntLE(int) - Method in class io.netty.buffer.AbstractByteBuf
- getIntLE(int) - Method in class io.netty.buffer.ByteBuf
-
Gets a 32-bit integer at the specified absolute
indexin this buffer with Little Endian Byte Order. - getIntLE(int) - Method in class io.netty.buffer.DuplicatedByteBuf
-
Deprecated.
- getIntLE(int) - Method in class io.netty.buffer.EmptyByteBuf
- getIntLE(int) - Method in class io.netty.buffer.ReadOnlyByteBuf
-
Deprecated.
- getIntLE(int) - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- getIntLE(int) - Method in class io.netty.buffer.UnpooledDirectByteBuf
- getIntLE(int) - Method in class io.netty.buffer.UnpooledHeapByteBuf
- getIntLE(int) - Method in class io.netty.buffer.UnpooledUnsafeHeapByteBuf
- getIntLE(int) - Method in class io.netty.buffer.WrappedByteBuf
- getIntOpt(int, int) - Method in class io.netty.channel.unix.Socket
- getIntValue(char) - Method in class io.netty.handler.codec.http2.Http2Settings
-
A helper method that returns
Long.intValue()on the return ofCharObjectHashMap.get(char), if present. - getIoRatio() - Method in class io.netty.channel.epoll.EpollEventLoop
-
Deprecated.Returns 0.
- getIoRatio() - Method in class io.netty.channel.nio.NioEventLoop
-
Deprecated.Always return 0.
- getIssuerAlternativeNames() - Method in class io.netty.handler.ssl.util.LazyX509Certificate
- getIssuerDN() - Method in class io.netty.handler.ssl.PemX509Certificate
- getIssuerDN() - Method in class io.netty.handler.ssl.util.LazyJavaxX509Certificate
- getIssuerDN() - Method in class io.netty.handler.ssl.util.LazyX509Certificate
- getIssuerUniqueID() - Method in class io.netty.handler.ssl.PemX509Certificate
- getIssuerUniqueID() - Method in class io.netty.handler.ssl.util.LazyX509Certificate
- getIssuerX500Principal() - Method in class io.netty.handler.ssl.util.LazyX509Certificate
- GETK - Static variable in class io.netty.handler.codec.memcache.binary.BinaryMemcacheOpcodes
- getKey() - Method in class io.netty.handler.codec.DefaultHeaders.HeaderEntry
- getKeyPair() - Method in class io.netty.pkitesting.X509Bundle
-
Get the key pair.
- getKeyUsage() - Method in class io.netty.handler.ssl.PemX509Certificate
- getKeyUsage() - Method in class io.netty.handler.ssl.util.LazyX509Certificate
- GETKQ - Static variable in class io.netty.handler.codec.memcache.binary.BinaryMemcacheOpcodes
- getLastActivityTimeNanos() - Method in class io.netty.util.concurrent.SingleThreadEventExecutor
-
Returns the timestamp of the last known activity (tasks + I/O).
- getLevel() - Static method in class io.netty.util.ResourceLeakDetector
-
Returns the current resource leak detection level.
- getLiveSetCount() - Static method in class io.netty.util.internal.ObjectCleaner
- getLocalControlStream(Channel) - Static method in class io.netty.handler.codec.http3.Http3
-
Returns the local initiated control stream for the HTTP/3 connection.
- getLong(byte[], int) - Static method in class io.netty.util.internal.PlatformDependent
- getLong(int) - Method in class io.netty.buffer.AbstractByteBuf
- getLong(int) - Method in class io.netty.buffer.ByteBuf
-
Gets a 64-bit long integer at the specified absolute
indexin this buffer. - getLong(int) - Method in class io.netty.buffer.DuplicatedByteBuf
-
Deprecated.
- getLong(int) - Method in class io.netty.buffer.EmptyByteBuf
- getLong(int) - Method in class io.netty.buffer.ReadOnlyByteBuf
-
Deprecated.
- getLong(int) - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- getLong(int) - Method in class io.netty.buffer.UnpooledDirectByteBuf
- getLong(int) - Method in class io.netty.buffer.UnpooledHeapByteBuf
- getLong(int) - Method in class io.netty.buffer.UnpooledUnsafeDirectByteBuf
- getLong(int) - Method in class io.netty.buffer.UnpooledUnsafeHeapByteBuf
- getLong(int) - Method in class io.netty.buffer.WrappedByteBuf
- getLong(long) - Static method in class io.netty.util.internal.PlatformDependent
- getLong(long[], long) - Static method in class io.netty.util.internal.PlatformDependent
- getLong(CharSequence) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
- getLong(CharSequence, long) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
- getLong(String, long) - Static method in class io.netty.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.netty.handler.codec.DefaultHeaders
- getLong(K) - Method in class io.netty.handler.codec.EmptyHeaders
- getLong(K) - Method in interface io.netty.handler.codec.Headers
-
Returns the
longvalue of a header with the specified name. - getLong(K, long) - Method in class io.netty.handler.codec.DefaultHeaders
- getLong(K, long) - Method in class io.netty.handler.codec.EmptyHeaders
- getLong(K, long) - Method in interface io.netty.handler.codec.Headers
-
Returns the
longvalue of a header with the specified name. - getLongAndRemove(CharSequence) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
- getLongAndRemove(CharSequence, long) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
- getLongAndRemove(K) - Method in class io.netty.handler.codec.DefaultHeaders
- getLongAndRemove(K) - Method in class io.netty.handler.codec.EmptyHeaders
- getLongAndRemove(K) - Method in interface io.netty.handler.codec.Headers
-
Returns the
longvalue of a header with the specifiednameand removes the header from this object. - getLongAndRemove(K, long) - Method in class io.netty.handler.codec.DefaultHeaders
- getLongAndRemove(K, long) - Method in class io.netty.handler.codec.EmptyHeaders
- getLongAndRemove(K, long) - Method in interface io.netty.handler.codec.Headers
-
Returns the
longvalue of a header with the specifiednameand removes the header from this object. - getLongLE(int) - Method in class io.netty.buffer.AbstractByteBuf
- getLongLE(int) - Method in class io.netty.buffer.ByteBuf
-
Gets a 64-bit long integer at the specified absolute
indexin this buffer in Little Endian Byte Order. - getLongLE(int) - Method in class io.netty.buffer.DuplicatedByteBuf
-
Deprecated.
- getLongLE(int) - Method in class io.netty.buffer.EmptyByteBuf
- getLongLE(int) - Method in class io.netty.buffer.ReadOnlyByteBuf
-
Deprecated.
- getLongLE(int) - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- getLongLE(int) - Method in class io.netty.buffer.UnpooledDirectByteBuf
- getLongLE(int) - Method in class io.netty.buffer.UnpooledHeapByteBuf
- getLongLE(int) - Method in class io.netty.buffer.UnpooledUnsafeHeapByteBuf
- getLongLE(int) - Method in class io.netty.buffer.WrappedByteBuf
- getMarshaller(ChannelHandlerContext) - Method in class io.netty.handler.codec.marshalling.DefaultMarshallerProvider
- getMarshaller(ChannelHandlerContext) - Method in interface io.netty.handler.codec.marshalling.MarshallerProvider
-
Get a
Marshallerfor the givenChannelHandlerContext - getMarshaller(ChannelHandlerContext) - Method in class io.netty.handler.codec.marshalling.ThreadLocalMarshallerProvider
- getMaxAge() - Method in interface io.netty.handler.codec.http.Cookie
-
Deprecated.Use
Cookie.maxAge()instead. - getMaxAge() - Method in class io.netty.handler.codec.http.DefaultCookie
-
Deprecated.
- getMaxBoundedWorker() - Method in class io.netty.channel.uring.IoUringIoHandlerConfig
-
Return the maximum number of bounded iowq worker threads.
- getMaxBytesPerGatheringWrite() - Method in class io.netty.channel.epoll.EpollChannelConfig
- getMaxChunkSize() - Method in class io.netty.handler.codec.http.HttpDecoderConfig
- getMaxDatagramPayloadSize() - Method in class io.netty.channel.epoll.EpollDatagramChannelConfig
-
Get the maximum
DatagramPacketsize. - getMaxGlobalWriteSize() - Method in class io.netty.handler.traffic.GlobalChannelTrafficShapingHandler
- getMaxGlobalWriteSize() - Method in class io.netty.handler.traffic.GlobalTrafficShapingHandler
- getMaxHeaderSize() - Method in class io.netty.handler.codec.http.HttpDecoderConfig
- getMaxInitialLineLength() - Method in class io.netty.handler.codec.http.HttpDecoderConfig
- getMaxMessagesPerRead() - Method in interface io.netty.channel.ChannelConfig
-
Deprecated.Use
MaxMessagesRecvByteBufAllocatorandMaxMessagesRecvByteBufAllocator.maxMessagesPerRead().Returns the maximum number of messages to read per read loop. a
channelRead()event. If this value is greater than 1, an event loop might attempt to read multiple times to procure multiple messages. - getMaxMessagesPerRead() - Method in class io.netty.channel.DefaultChannelConfig
-
Deprecated.
- getMaxMessagesPerWrite() - Method in class io.netty.channel.DefaultChannelConfig
-
Get the maximum number of message to write per eventloop run.
- getMaxSize() - Method in class io.netty.handler.codec.http.multipart.AbstractHttpData
- getMaxSize() - Method in interface io.netty.handler.codec.http.multipart.HttpData
-
Returns the maxSize for this HttpData.
- getMaxTimeWait() - Method in class io.netty.handler.traffic.AbstractTrafficShapingHandler
- getMaxUnboundedWorker() - Method in class io.netty.channel.uring.IoUringIoHandlerConfig
-
Return the maximum number of unbounded iowq worker threads.
- getMaxWriteDelay() - Method in class io.netty.handler.traffic.AbstractTrafficShapingHandler
- getMaxWriteSize() - Method in class io.netty.handler.traffic.AbstractTrafficShapingHandler
- getMedium(int) - Method in class io.netty.buffer.AbstractByteBuf
- getMedium(int) - Method in class io.netty.buffer.ByteBuf
-
Gets a 24-bit medium integer at the specified absolute
indexin this buffer. - getMedium(int) - Method in class io.netty.buffer.EmptyByteBuf
- getMedium(int) - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- getMedium(int) - Method in class io.netty.buffer.WrappedByteBuf
- getMediumLE(int) - Method in class io.netty.buffer.AbstractByteBuf
- getMediumLE(int) - Method in class io.netty.buffer.ByteBuf
-
Gets a 24-bit medium integer at the specified absolute
indexin this buffer in the Little Endian Byte Order. - getMediumLE(int) - Method in class io.netty.buffer.EmptyByteBuf
- getMediumLE(int) - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- getMediumLE(int) - Method in class io.netty.buffer.WrappedByteBuf
- getMessage() - Method in class io.netty.util.internal.logging.FormattingTuple
- getMessage(int) - Method in class io.netty.handler.codec.spdy.SpdyHttpDecoder
- getMessage(Http2Stream) - Method in class io.netty.handler.codec.http2.InboundHttp2ToHttpAdapter
-
Get the
FullHttpMessageassociated withstream. - getMessageSizeEstimator() - Method in interface io.netty.channel.ChannelConfig
-
Returns
MessageSizeEstimatorwhich is used for the channel to detect the size of a message. - getMessageSizeEstimator() - Method in class io.netty.channel.DefaultChannelConfig
- getMethod() - Method in class io.netty.handler.codec.http.DefaultHttpRequest
-
Deprecated.
- getMethod() - Method in interface io.netty.handler.codec.http.HttpRequest
-
Deprecated.Use
HttpRequest.method()instead. - getMimeType(HttpMessage) - Static method in class io.netty.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.netty.handler.codec.http.HttpUtil
-
Fetch MIME type part from Content-Type header value as a char sequence.
- getMultipartDataBoundary(String) - Static method in class io.netty.handler.codec.http.multipart.HttpPostRequestDecoder
-
Check from the request ContentType if this request is a Multipart request.
- getName() - Method in interface io.netty.handler.codec.http.Cookie
-
Deprecated.Use
Cookie.name()instead. - getName() - Method in class io.netty.handler.codec.http.DefaultCookie
-
Deprecated.
- getName() - Method in class io.netty.handler.codec.http.multipart.AbstractHttpData
- getName() - Method in interface io.netty.handler.codec.http.multipart.InterfaceHttpData
-
Returns the name of this InterfaceHttpData.
- getNameValidator() - Method in class io.netty.handler.codec.http.DefaultHttpHeadersFactory
-
Get the currently configured
DefaultHeaders.NameValidator. - getNeedClientAuth() - Method in class io.netty.handler.ssl.ReferenceCountedOpenSslEngine
- getNegotiatedApplicationProtocol() - Method in class io.netty.handler.ssl.ReferenceCountedOpenSslEngine
- getNetworkInterface() - Method in class io.netty.channel.epoll.EpollDatagramChannelConfig
- getNetworkInterface() - Method in class io.netty.channel.kqueue.KQueueDatagramChannelConfig
- getNetworkInterface() - Method in interface io.netty.channel.socket.DatagramChannelConfig
-
Gets the
StandardSocketOptions.IP_MULTICAST_IFoption. - getNetworkInterface() - Method in class io.netty.channel.socket.DefaultDatagramChannelConfig
- getNonCriticalExtensionOIDs() - Method in class io.netty.handler.ssl.PemX509Certificate
- getNonCriticalExtensionOIDs() - Method in class io.netty.handler.ssl.util.LazyX509Certificate
- getNotAfter() - Method in class io.netty.handler.ssl.PemX509Certificate
- getNotAfter() - Method in class io.netty.handler.ssl.util.LazyJavaxX509Certificate
- getNotAfter() - Method in class io.netty.handler.ssl.util.LazyX509Certificate
- getNotBefore() - Method in class io.netty.handler.ssl.PemX509Certificate
- getNotBefore() - Method in class io.netty.handler.ssl.util.LazyJavaxX509Certificate
- getNotBefore() - Method in class io.netty.handler.ssl.util.LazyX509Certificate
- getNow() - Method in class io.netty.channel.DelegatingChannelPromiseNotifier
- getNow() - Method in class io.netty.channel.VoidChannelPromise
- getNow() - Method in class io.netty.util.concurrent.DefaultPromise
- getNow() - Method in class io.netty.util.concurrent.FailedFuture
- getNow() - Method in interface io.netty.util.concurrent.Future
-
Return the result without blocking.
- getNow() - Method in class io.netty.util.concurrent.SucceededFuture
- getNumOfRegisteredChannels() - Method in class io.netty.channel.SingleThreadIoEventLoop
- getNumOfRegisteredChannels() - Method in class io.netty.util.concurrent.SingleThreadEventExecutor
-
Returns the number of registered channels for auto-scaling related decisions.
- getNumPriorityBytes() - Method in class io.netty.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.netty.util.internal.PlatformDependent
- getOcspResponse() - Method in class io.netty.handler.ssl.ReferenceCountedOpenSslEngine
-
Returns the OCSP response or
nullif the server didn't provide a stapled OCSP response. - getOid() - Method in enum io.netty.pkitesting.CertificateBuilder.ExtendedKeyUsage
- getOption(ChannelOption<T>) - Method in interface io.netty.channel.Channel
-
Return the value of the given
ChannelOption - getOption(ChannelOption<T>) - Method in interface io.netty.channel.ChannelConfig
-
Return the value of the given
ChannelOption - getOption(ChannelOption<T>) - Method in class io.netty.channel.DefaultChannelConfig
- getOption(ChannelOption<T>) - Method in class io.netty.channel.epoll.EpollChannelConfig
- getOption(ChannelOption<T>) - Method in class io.netty.channel.epoll.EpollDatagramChannelConfig
- getOption(ChannelOption<T>) - Method in class io.netty.channel.epoll.EpollDomainDatagramChannelConfig
- getOption(ChannelOption<T>) - Method in class io.netty.channel.epoll.EpollDomainSocketChannelConfig
- getOption(ChannelOption<T>) - Method in class io.netty.channel.epoll.EpollServerChannelConfig
- getOption(ChannelOption<T>) - Method in class io.netty.channel.epoll.EpollServerSocketChannelConfig
- getOption(ChannelOption<T>) - Method in class io.netty.channel.epoll.EpollSocketChannelConfig
- getOption(ChannelOption<T>) - Method in class io.netty.channel.kqueue.KQueueChannelConfig
- getOption(ChannelOption<T>) - Method in class io.netty.channel.kqueue.KQueueDatagramChannelConfig
- getOption(ChannelOption<T>) - Method in class io.netty.channel.kqueue.KQueueDomainDatagramChannelConfig
- getOption(ChannelOption<T>) - Method in class io.netty.channel.kqueue.KQueueDomainSocketChannelConfig
- getOption(ChannelOption<T>) - Method in class io.netty.channel.kqueue.KQueueServerChannelConfig
- getOption(ChannelOption<T>) - Method in class io.netty.channel.kqueue.KQueueServerSocketChannelConfig
- getOption(ChannelOption<T>) - Method in class io.netty.channel.kqueue.KQueueSocketChannelConfig
- getOption(ChannelOption<T>) - Method in class io.netty.channel.sctp.DefaultSctpChannelConfig
- getOption(ChannelOption<T>) - Method in class io.netty.channel.sctp.DefaultSctpServerChannelConfig
- getOption(ChannelOption<T>) - Method in class io.netty.channel.socket.DefaultDatagramChannelConfig
- getOption(ChannelOption<T>) - Method in class io.netty.channel.socket.DefaultServerSocketChannelConfig
- getOption(ChannelOption<T>) - Method in class io.netty.channel.socket.DefaultSocketChannelConfig
- getOption(ChannelOption<T>) - Method in class io.netty.channel.socket.oio.DefaultOioServerSocketChannelConfig
-
Deprecated.
- getOption(ChannelOption<T>) - Method in class io.netty.channel.socket.oio.DefaultOioSocketChannelConfig
-
Deprecated.
- getOption(ChannelOption<T>) - Method in class io.netty.channel.udt.DefaultUdtChannelConfig
-
Deprecated.
- getOption(ChannelOption<T>) - Method in class io.netty.channel.udt.DefaultUdtServerChannelConfig
-
Deprecated.
- getOptions() - Method in interface io.netty.channel.ChannelConfig
-
Return all set
ChannelOption's. - getOptions() - Method in class io.netty.channel.DefaultChannelConfig
- getOptions() - Method in class io.netty.channel.epoll.EpollChannelConfig
- getOptions() - Method in class io.netty.channel.epoll.EpollDatagramChannelConfig
- getOptions() - Method in class io.netty.channel.epoll.EpollDomainDatagramChannelConfig
- getOptions() - Method in class io.netty.channel.epoll.EpollDomainSocketChannelConfig
- getOptions() - Method in class io.netty.channel.epoll.EpollServerChannelConfig
- getOptions() - Method in class io.netty.channel.epoll.EpollServerSocketChannelConfig
- getOptions() - Method in class io.netty.channel.epoll.EpollSocketChannelConfig
- getOptions() - Method in class io.netty.channel.kqueue.KQueueChannelConfig
- getOptions() - Method in class io.netty.channel.kqueue.KQueueDatagramChannelConfig
- getOptions() - Method in class io.netty.channel.kqueue.KQueueDomainDatagramChannelConfig
- getOptions() - Method in class io.netty.channel.kqueue.KQueueDomainSocketChannelConfig
- getOptions() - Method in class io.netty.channel.kqueue.KQueueServerChannelConfig
- getOptions() - Method in class io.netty.channel.kqueue.KQueueServerSocketChannelConfig
- getOptions() - Method in class io.netty.channel.kqueue.KQueueSocketChannelConfig
- getOptions() - Method in class io.netty.channel.sctp.DefaultSctpChannelConfig
- getOptions() - Method in class io.netty.channel.sctp.DefaultSctpServerChannelConfig
- getOptions() - Method in class io.netty.channel.socket.DefaultDatagramChannelConfig
- getOptions() - Method in class io.netty.channel.socket.DefaultServerSocketChannelConfig
- getOptions() - Method in class io.netty.channel.socket.DefaultSocketChannelConfig
- getOptions() - Method in class io.netty.channel.socket.oio.DefaultOioServerSocketChannelConfig
-
Deprecated.
- getOptions() - Method in class io.netty.channel.socket.oio.DefaultOioSocketChannelConfig
-
Deprecated.
- getOptions() - Method in class io.netty.channel.udt.DefaultUdtChannelConfig
-
Deprecated.
- getOptions() - Method in class io.netty.channel.udt.DefaultUdtServerChannelConfig
-
Deprecated.
- getOptions(Map<ChannelOption<?>, Object>, ChannelOption<?>...) - Method in class io.netty.channel.DefaultChannelConfig
- getOrDefault(long, long) - Method in interface io.netty.handler.codec.http3.Http3SettingsFrame
-
Get a setting from the frame.
- getPaddingPresenceFieldLength() - Method in class io.netty.handler.codec.http2.Http2Flags
-
Gets the length in bytes of the padding presence field expected in the payload.
- getParitybit() - Method in interface io.netty.channel.rxtx.RxtxChannelConfig
-
Deprecated.
- getPath() - Method in interface io.netty.handler.codec.http.Cookie
-
Deprecated.Use
Cookie.path()instead. - getPath() - Method in class io.netty.handler.codec.http.DefaultCookie
-
Deprecated.
- getPort() - Method in class io.netty.channel.epoll.VSockAddress
- getPorts() - Method in interface io.netty.handler.codec.http.Cookie
-
Deprecated.Use
Cookie.ports()instead. - getPorts() - Method in class io.netty.handler.codec.http.DefaultCookie
-
Deprecated.
- getPostfix() - Method in class io.netty.handler.codec.http.multipart.AbstractDiskHttpData
- getPostfix() - Method in class io.netty.handler.codec.http.multipart.DiskAttribute
- getPostfix() - Method in class io.netty.handler.codec.http.multipart.DiskFileUpload
- getPrefix() - Method in class io.netty.handler.codec.http.multipart.AbstractDiskHttpData
- getPrefix() - Method in class io.netty.handler.codec.http.multipart.DiskAttribute
- getPrefix() - Method in class io.netty.handler.codec.http.multipart.DiskFileUpload
- getPrivateKeyPEM() - Method in class io.netty.pkitesting.X509Bundle
-
Get the private key as a PEM encoded PKCS#8 string.
- getProperties(int) - Method in class io.netty.handler.codec.mqtt.MqttProperties
-
Get properties by ID.
- getProperty(int) - Method in class io.netty.handler.codec.mqtt.MqttProperties
-
Get property by ID.
- getProperty(Http2Connection.PropertyKey) - Method in interface io.netty.handler.codec.http2.Http2Stream
-
Returns application-defined data if any was associated with this stream.
- getProtocolReceiveBufferSize() - Method in class io.netty.channel.udt.DefaultUdtChannelConfig
-
Deprecated.
- getProtocolReceiveBufferSize() - Method in interface io.netty.channel.udt.UdtChannelConfig
-
Deprecated.Gets
OptionUDT.Protocol_Receive_Buffer_Size - getProtocolSendBufferSize() - Method in class io.netty.channel.udt.DefaultUdtChannelConfig
-
Deprecated.
- getProtocolSendBufferSize() - Method in interface io.netty.channel.udt.UdtChannelConfig
-
Deprecated.Gets
OptionUDT.Protocol_Send_Buffer_Size - getProtocolVersion() - Method in class io.netty.handler.codec.http.DefaultHttpMessage
-
Deprecated.
- getProtocolVersion() - Method in interface io.netty.handler.codec.http.HttpMessage
-
Deprecated.Use
HttpMessage.protocolVersion()instead. - getPseudoHeader(AsciiString) - Static method in enum io.netty.handler.codec.http2.Http2Headers.PseudoHeaderName
-
Returns the
Http2Headers.PseudoHeaderNamecorresponding to the specified header name. - getPseudoHeader(CharSequence) - Static method in enum io.netty.handler.codec.http2.Http2Headers.PseudoHeaderName
-
Returns the
Http2Headers.PseudoHeaderNamecorresponding to the specified header name. - getPseudoHeader(CharSequence) - Static method in enum io.netty.handler.codec.http3.Http3Headers.PseudoHeaderName
-
Returns the
Http3Headers.PseudoHeaderNamecorresponding to the specified header name. - getPublicKey() - Method in class io.netty.handler.ssl.PemX509Certificate
- getPublicKey() - Method in class io.netty.handler.ssl.util.LazyJavaxX509Certificate
- getPublicKey() - Method in class io.netty.handler.ssl.util.LazyX509Certificate
- GETQ - Static variable in class io.netty.handler.codec.memcache.binary.BinaryMemcacheOpcodes
- getRawOpt(int, int, ByteBuffer) - Method in class io.netty.channel.unix.Socket
- getRawRefCnt(T) - Method in class io.netty.util.internal.AtomicReferenceCountUpdater
- getRawRefCnt(T) - Method in class io.netty.util.internal.ReferenceCountUpdater
- getRawRefCnt(T) - Method in class io.netty.util.internal.UnsafeReferenceCountUpdater
- getRawRefCnt(T) - Method in class io.netty.util.internal.VarHandleReferenceCountUpdater
- getRcvAllocTransportProvidesGuess() - Method in class io.netty.channel.kqueue.KQueueChannelConfig
-
Deprecated.will be removed and is ignored.
- getReadChannelLimit() - Method in class io.netty.handler.traffic.GlobalChannelTrafficShapingHandler
- getReaderIdleTimeInMillis() - Method in class io.netty.handler.timeout.IdleStateHandler
-
Return the readerIdleTime that was given when instance this class in milliseconds.
- getReadLimit() - Method in class io.netty.handler.traffic.AbstractTrafficShapingHandler
- getReadMode() - Method in class io.netty.channel.epoll.EpollDomainSocketChannelConfig
- getReadMode() - Method in class io.netty.channel.kqueue.KQueueDomainSocketChannelConfig
- getReadMode() - Method in interface io.netty.channel.unix.DomainSocketChannelConfig
-
Return the
DomainSocketReadModefor the channel. - getReadTimeout() - Method in interface io.netty.channel.rxtx.RxtxChannelConfig
-
Deprecated.Return the maximal time (in ms) to block and wait for something to be ready to read.
- getRealWriteThroughput() - Method in class io.netty.handler.traffic.TrafficCounter
- getRealWrittenBytes() - Method in class io.netty.handler.traffic.TrafficCounter
- getReceiveBufferSize() - Method in class io.netty.channel.epoll.EpollDatagramChannelConfig
- getReceiveBufferSize() - Method in class io.netty.channel.epoll.EpollDomainSocketChannelConfig
- getReceiveBufferSize() - Method in class io.netty.channel.epoll.EpollServerChannelConfig
- getReceiveBufferSize() - Method in class io.netty.channel.epoll.EpollSocketChannelConfig
- getReceiveBufferSize() - Method in class io.netty.channel.kqueue.KQueueDatagramChannelConfig
- getReceiveBufferSize() - Method in class io.netty.channel.kqueue.KQueueDomainSocketChannelConfig
- getReceiveBufferSize() - Method in class io.netty.channel.kqueue.KQueueServerChannelConfig
- getReceiveBufferSize() - Method in class io.netty.channel.kqueue.KQueueSocketChannelConfig
- getReceiveBufferSize() - Method in class io.netty.channel.sctp.DefaultSctpChannelConfig
- getReceiveBufferSize() - Method in class io.netty.channel.sctp.DefaultSctpServerChannelConfig
- getReceiveBufferSize() - Method in interface io.netty.channel.sctp.SctpChannelConfig
-
Gets the
SO_RCVBUFoption. - getReceiveBufferSize() - Method in interface io.netty.channel.sctp.SctpServerChannelConfig
-
Gets the
SO_RCVBUFoption. - getReceiveBufferSize() - Method in interface io.netty.channel.socket.DatagramChannelConfig
-
Gets the
StandardSocketOptions.SO_RCVBUFoption. - getReceiveBufferSize() - Method in class io.netty.channel.socket.DefaultDatagramChannelConfig
- getReceiveBufferSize() - Method in class io.netty.channel.socket.DefaultServerSocketChannelConfig
- getReceiveBufferSize() - Method in class io.netty.channel.socket.DefaultSocketChannelConfig
- getReceiveBufferSize() - Method in interface io.netty.channel.socket.ServerSocketChannelConfig
-
Gets the
StandardSocketOptions.SO_RCVBUFoption. - getReceiveBufferSize() - Method in interface io.netty.channel.socket.SocketChannelConfig
-
Gets the
StandardSocketOptions.SO_RCVBUFoption. - getReceiveBufferSize() - Method in class io.netty.channel.udt.DefaultUdtChannelConfig
-
Deprecated.
- getReceiveBufferSize() - Method in interface io.netty.channel.udt.UdtChannelConfig
-
Deprecated.Gets the
ChannelOption.SO_RCVBUFoption. - getReceiveBufferSize() - Method in class io.netty.channel.unix.Socket
- getRecvByteBufAllocator() - Method in interface io.netty.channel.ChannelConfig
-
Returns
RecvByteBufAllocatorwhich is used for the channel to allocate receive buffers. - getRecvByteBufAllocator() - Method in class io.netty.channel.DefaultChannelConfig
- getRejectRemoteInitiatedRenegotiation() - Method in class io.netty.handler.ssl.ReferenceCountedOpenSslContext
-
Deprecated.
- getResolver(EventExecutor) - Method in class io.netty.resolver.AddressResolverGroup
-
Returns the
AddressResolverassociated with the specifiedEventExecutor. - getRingSize() - Method in class io.netty.channel.uring.IoUringIoHandlerConfig
-
Return the ring size of the io_uring instance.
- getRootCertificate() - Method in class io.netty.pkitesting.X509Bundle
-
Get the root certificate that anchors the certificate path.
- getRootCertificatePEM() - Method in class io.netty.pkitesting.X509Bundle
-
Get the root certificate as a PEM encoded string.
- getSendBufferSize() - Method in class io.netty.channel.epoll.EpollDatagramChannelConfig
- getSendBufferSize() - Method in class io.netty.channel.epoll.EpollDomainDatagramChannelConfig
- getSendBufferSize() - Method in class io.netty.channel.epoll.EpollDomainSocketChannelConfig
- getSendBufferSize() - Method in class io.netty.channel.epoll.EpollSocketChannelConfig
- getSendBufferSize() - Method in class io.netty.channel.kqueue.KQueueDatagramChannelConfig
- getSendBufferSize() - Method in class io.netty.channel.kqueue.KQueueDomainDatagramChannelConfig
- getSendBufferSize() - Method in class io.netty.channel.kqueue.KQueueDomainSocketChannelConfig
- getSendBufferSize() - Method in class io.netty.channel.kqueue.KQueueSocketChannelConfig
- getSendBufferSize() - Method in class io.netty.channel.sctp.DefaultSctpChannelConfig
- getSendBufferSize() - Method in class io.netty.channel.sctp.DefaultSctpServerChannelConfig
- getSendBufferSize() - Method in interface io.netty.channel.sctp.SctpChannelConfig
-
Gets the
SO_SNDBUFoption. - getSendBufferSize() - Method in interface io.netty.channel.sctp.SctpServerChannelConfig
-
Gets the
SO_SNDBUFoption. - getSendBufferSize() - Method in interface io.netty.channel.socket.DatagramChannelConfig
-
Gets the
StandardSocketOptions.SO_SNDBUFoption. - getSendBufferSize() - Method in class io.netty.channel.socket.DefaultDatagramChannelConfig
- getSendBufferSize() - Method in class io.netty.channel.socket.DefaultSocketChannelConfig
- getSendBufferSize() - Method in interface io.netty.channel.socket.SocketChannelConfig
-
Gets the
StandardSocketOptions.SO_SNDBUFoption. - getSendBufferSize() - Method in class io.netty.channel.udt.DefaultUdtChannelConfig
-
Deprecated.
- getSendBufferSize() - Method in interface io.netty.channel.udt.UdtChannelConfig
-
Deprecated.Gets the
ChannelOption.SO_SNDBUFoption. - getSendBufferSize() - Method in interface io.netty.channel.unix.DomainDatagramChannelConfig
-
Gets the
StandardSocketOptions.SO_SNDBUFoption. - getSendBufferSize() - Method in class io.netty.channel.unix.Socket
- getSerialNumber() - Method in class io.netty.handler.ssl.PemX509Certificate
- getSerialNumber() - Method in class io.netty.handler.ssl.util.LazyJavaxX509Certificate
- getSerialNumber() - Method in class io.netty.handler.ssl.util.LazyX509Certificate
- getSession() - Method in class io.netty.handler.ssl.ReferenceCountedOpenSslEngine
- getSession(byte[]) - Method in class io.netty.handler.ssl.OpenSslSessionContext
- getSessionCacheSize() - Method in class io.netty.handler.ssl.OpenSslSessionContext
- getSessionContext() - Method in interface io.netty.handler.ssl.OpenSslSession
- getSessionTimeout() - Method in class io.netty.handler.ssl.OpenSslSessionContext
- getShort(byte[], int) - Static method in class io.netty.util.internal.PlatformDependent
- getShort(int) - Method in class io.netty.buffer.AbstractByteBuf
- getShort(int) - Method in class io.netty.buffer.ByteBuf
-
Gets a 16-bit short integer at the specified absolute
indexin this buffer. - getShort(int) - Method in class io.netty.buffer.DuplicatedByteBuf
-
Deprecated.
- getShort(int) - Method in class io.netty.buffer.EmptyByteBuf
- getShort(int) - Method in class io.netty.buffer.ReadOnlyByteBuf
-
Deprecated.
- getShort(int) - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- getShort(int) - Method in class io.netty.buffer.UnpooledDirectByteBuf
- getShort(int) - Method in class io.netty.buffer.UnpooledHeapByteBuf
- getShort(int) - Method in class io.netty.buffer.UnpooledUnsafeDirectByteBuf
- getShort(int) - Method in class io.netty.buffer.UnpooledUnsafeHeapByteBuf
- getShort(int) - Method in class io.netty.buffer.WrappedByteBuf
- getShort(long) - Static method in class io.netty.util.internal.PlatformDependent
- getShort(CharSequence) - Method in class io.netty.handler.codec.http.DefaultHttpHeaders
- getShort(CharSequence) - Method in class io.netty.handler.codec.http.EmptyHttpHeaders
- getShort(CharSequence) - Method in class io.netty.handler.codec.http.HttpHeaders
-
Returns the short value of a header with the specified name.
- getShort(CharSequence) - Method in class io.netty.handler.codec.http.ReadOnlyHttpHeaders
- getShort(CharSequence) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
- getShort(CharSequence, short) - Method in class io.netty.handler.codec.http.DefaultHttpHeaders
- getShort(CharSequence, short) - Method in class io.netty.handler.codec.http.EmptyHttpHeaders
- getShort(CharSequence, short) - Method in class io.netty.handler.codec.http.HttpHeaders
-
Returns the short value of a header with the specified name.
- getShort(CharSequence, short) - Method in class io.netty.handler.codec.http.ReadOnlyHttpHeaders
- getShort(CharSequence, short) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
- getShort(K) - Method in class io.netty.handler.codec.DefaultHeaders
- getShort(K) - Method in class io.netty.handler.codec.EmptyHeaders
- getShort(K) - Method in interface io.netty.handler.codec.Headers
-
Returns the
shortvalue of a header with the specified name. - getShort(K, short) - Method in class io.netty.handler.codec.DefaultHeaders
- getShort(K, short) - Method in class io.netty.handler.codec.EmptyHeaders
- getShort(K, short) - Method in interface io.netty.handler.codec.Headers
-
Returns the
shortvalue of a header with the specified name. - getShortAndRemove(CharSequence) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
- getShortAndRemove(CharSequence, short) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
- getShortAndRemove(K) - Method in class io.netty.handler.codec.DefaultHeaders
- getShortAndRemove(K) - Method in class io.netty.handler.codec.EmptyHeaders
- getShortAndRemove(K) - Method in interface io.netty.handler.codec.Headers
-
Returns the
shortvalue of a header with the specifiednameand removes the header from this object. - getShortAndRemove(K, short) - Method in class io.netty.handler.codec.DefaultHeaders
- getShortAndRemove(K, short) - Method in class io.netty.handler.codec.EmptyHeaders
- getShortAndRemove(K, short) - Method in interface io.netty.handler.codec.Headers
-
Returns the
shortvalue of a header with the specifiednameand removes the header from this object. - getShortLE(int) - Method in class io.netty.buffer.AbstractByteBuf
- getShortLE(int) - Method in class io.netty.buffer.ByteBuf
-
Gets a 16-bit short integer at the specified absolute
indexin this buffer in Little Endian Byte Order. - getShortLE(int) - Method in class io.netty.buffer.DuplicatedByteBuf
-
Deprecated.
- getShortLE(int) - Method in class io.netty.buffer.EmptyByteBuf
- getShortLE(int) - Method in class io.netty.buffer.ReadOnlyByteBuf
-
Deprecated.
- getShortLE(int) - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- getShortLE(int) - Method in class io.netty.buffer.UnpooledDirectByteBuf
- getShortLE(int) - Method in class io.netty.buffer.UnpooledHeapByteBuf
- getShortLE(int) - Method in class io.netty.buffer.UnpooledUnsafeHeapByteBuf
- getShortLE(int) - Method in class io.netty.buffer.WrappedByteBuf
- getSigAlgName() - Method in class io.netty.handler.ssl.PemX509Certificate
- getSigAlgName() - Method in class io.netty.handler.ssl.util.LazyJavaxX509Certificate
- getSigAlgName() - Method in class io.netty.handler.ssl.util.LazyX509Certificate
- getSigAlgOID() - Method in class io.netty.handler.ssl.PemX509Certificate
- getSigAlgOID() - Method in class io.netty.handler.ssl.util.LazyJavaxX509Certificate
- getSigAlgOID() - Method in class io.netty.handler.ssl.util.LazyX509Certificate
- getSigAlgParams() - Method in class io.netty.handler.ssl.PemX509Certificate
- getSigAlgParams() - Method in class io.netty.handler.ssl.util.LazyJavaxX509Certificate
- getSigAlgParams() - Method in class io.netty.handler.ssl.util.LazyX509Certificate
- getSignature() - Method in class io.netty.handler.ssl.PemX509Certificate
- getSignature() - Method in class io.netty.handler.ssl.util.LazyX509Certificate
- getSimpleString(ByteBuf) - Method in class io.netty.handler.codec.redis.FixedRedisMessagePool
- getSimpleString(ByteBuf) - Method in interface io.netty.handler.codec.redis.RedisMessagePool
-
Returns
SimpleStringRedisMessagefor givencontent. - getSimpleString(FixedRedisMessagePool.RedisReplyKey) - Method in class io.netty.handler.codec.redis.FixedRedisMessagePool
-
Returns
SimpleStringRedisMessagefor the givenFixedRedisMessagePool.RedisReplyKeyornullif it does not exist. - getSimpleString(String) - Method in class io.netty.handler.codec.redis.FixedRedisMessagePool
- getSimpleString(String) - Method in interface io.netty.handler.codec.redis.RedisMessagePool
-
Returns
SimpleStringRedisMessagefor givencontent. - getSndLowAt() - Method in class io.netty.channel.kqueue.KQueueSocketChannelConfig
- getSoBusyPoll() - Method in class io.netty.channel.epoll.EpollSocketChannelConfig
-
Get the
SO_BUSY_POLLoption on the socket. - getSoError() - Method in class io.netty.channel.unix.Socket
- getSoLinger() - Method in class io.netty.channel.epoll.EpollSocketChannelConfig
- getSoLinger() - Method in class io.netty.channel.kqueue.KQueueSocketChannelConfig
- getSoLinger() - Method in class io.netty.channel.socket.DefaultSocketChannelConfig
- getSoLinger() - Method in interface io.netty.channel.socket.SocketChannelConfig
-
Gets the
StandardSocketOptions.SO_LINGERoption. - getSoLinger() - Method in class io.netty.channel.udt.DefaultUdtChannelConfig
-
Deprecated.
- getSoLinger() - Method in interface io.netty.channel.udt.UdtChannelConfig
-
Deprecated.Gets the
ChannelOption.SO_LINGERoption. - getSoLinger() - Method in class io.netty.channel.unix.Socket
- getSoTimeout() - Method in class io.netty.channel.socket.oio.DefaultOioServerSocketChannelConfig
-
Deprecated.
- getSoTimeout() - Method in class io.netty.channel.socket.oio.DefaultOioSocketChannelConfig
-
Deprecated.
- getSoTimeout() - Method in interface io.netty.channel.socket.oio.OioDatagramChannelConfig
-
Deprecated.Returns the maximal time a operation on the underlying socket may block.
- getSoTimeout() - Method in interface io.netty.channel.socket.oio.OioServerSocketChannelConfig
-
Deprecated.Returns the maximal time a operation on the underlying socket may block.
- getSoTimeout() - Method in interface io.netty.channel.socket.oio.OioSocketChannelConfig
-
Deprecated.Returns the maximal time a operation on the underlying socket may block.
- getSSLParameters() - Method in class io.netty.handler.ssl.ReferenceCountedOpenSslEngine
- getStatus() - Method in class io.netty.handler.codec.http.DefaultHttpResponse
-
Deprecated.
- getStatus() - Method in interface io.netty.handler.codec.http.HttpResponse
-
Deprecated.Use
HttpResponse.status()instead. - getStopbits() - Method in interface io.netty.channel.rxtx.RxtxChannelConfig
-
Deprecated.
- getString() - Method in class io.netty.handler.codec.http.multipart.AbstractDiskHttpData
- getString() - Method in class io.netty.handler.codec.http.multipart.AbstractMemoryHttpData
- getString() - Method in interface io.netty.handler.codec.http.multipart.HttpData
-
Returns the contents of the file item as a String, using the default character encoding.
- getString(Charset) - Method in class io.netty.handler.codec.http.multipart.AbstractDiskHttpData
- getString(Charset) - Method in class io.netty.handler.codec.http.multipart.AbstractMemoryHttpData
- getString(Charset) - Method in interface io.netty.handler.codec.http.multipart.HttpData
-
Returns the contents of the file item as a String, using the specified charset.
- getSubjectAlternativeNames() - Method in class io.netty.handler.ssl.util.LazyX509Certificate
- getSubjectDN() - Method in class io.netty.handler.ssl.PemX509Certificate
- getSubjectDN() - Method in class io.netty.handler.ssl.util.LazyJavaxX509Certificate
- getSubjectDN() - Method in class io.netty.handler.ssl.util.LazyX509Certificate
- getSubjectUniqueID() - Method in class io.netty.handler.ssl.PemX509Certificate
- getSubjectUniqueID() - Method in class io.netty.handler.ssl.util.LazyX509Certificate
- getSubjectX500Principal() - Method in class io.netty.handler.ssl.util.LazyX509Certificate
- getSupportedCipherSuites() - Method in class io.netty.handler.ssl.ReferenceCountedOpenSslEngine
- getSupportedProtocols() - Method in class io.netty.handler.ssl.ReferenceCountedOpenSslEngine
- getSuppressed(Throwable) - Static method in class io.netty.util.internal.ThrowableUtil
- getSystemClassLoader() - Static method in class io.netty.util.internal.PlatformDependent
-
Return the system
ClassLoader. - getSystemReceiveBufferSize() - Method in class io.netty.channel.udt.DefaultUdtChannelConfig
-
Deprecated.
- getSystemReceiveBufferSize() - Method in interface io.netty.channel.udt.UdtChannelConfig
-
Deprecated.Gets
OptionUDT.System_Receive_Buffer_Size - getSystemSendBufferSize() - Method in class io.netty.channel.udt.DefaultUdtChannelConfig
-
Deprecated.
- getSystemSendBufferSize() - Method in interface io.netty.channel.udt.UdtChannelConfig
-
Deprecated.Gets
OptionUDT.System_Send_Buffer_Size - getTargetContentEncoding(CharSequence) - Method in class io.netty.handler.codec.http2.CompressorHttp2ConnectionEncoder
-
Returns the expected content encoding of the decoded content.
- getTargetContentEncoding(CharSequence) - Method in class io.netty.handler.codec.http2.DelegatingDecompressorFrameListener
-
Returns the expected content encoding of the decoded content.
- getTargetContentEncoding(String) - Method in class io.netty.handler.codec.http.HttpContentDecoder
-
Returns the expected content encoding of the decoded content.
- getTBSCertificate() - Method in class io.netty.handler.ssl.PemX509Certificate
- getTBSCertificate() - Method in class io.netty.handler.ssl.util.LazyX509Certificate
- getTcpDeferAccept() - Method in class io.netty.channel.epoll.EpollServerSocketChannelConfig
-
Returns a positive value if TCP_DEFER_ACCEPT is enabled.
- getTcpFastopen() - Method in class io.netty.channel.epoll.EpollServerChannelConfig
-
Returns threshold value of number of pending for fast open connect.
- getTcpKeepCnt() - Method in class io.netty.channel.epoll.EpollSocketChannelConfig
-
Get the
TCP_KEEPCNToption on the socket. - getTcpKeepIdle() - Method in class io.netty.channel.epoll.EpollSocketChannelConfig
-
Get the
TCP_KEEPIDLEoption on the socket. - getTcpKeepIntvl() - Method in class io.netty.channel.epoll.EpollSocketChannelConfig
-
Get the
TCP_KEEPINTVLoption on the socket. - getTcpNotSentLowAt() - Method in class io.netty.channel.epoll.EpollSocketChannelConfig
-
Get the
TCP_NOTSENT_LOWAToption on the socket. - getTcpUserTimeout() - Method in class io.netty.channel.epoll.EpollSocketChannelConfig
-
Get the
TCP_USER_TIMEOUToption on the socket. - getThrowable() - Method in class io.netty.util.internal.logging.FormattingTuple
- getTimeMillis(CharSequence) - Method in class io.netty.handler.codec.http.DefaultHttpHeaders
- getTimeMillis(CharSequence) - Method in class io.netty.handler.codec.http.EmptyHttpHeaders
- getTimeMillis(CharSequence) - Method in class io.netty.handler.codec.http.HttpHeaders
-
Returns the date value of a header with the specified name.
- getTimeMillis(CharSequence) - Method in class io.netty.handler.codec.http.ReadOnlyHttpHeaders
- getTimeMillis(CharSequence) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
- getTimeMillis(CharSequence, long) - Method in class io.netty.handler.codec.http.DefaultHttpHeaders
- getTimeMillis(CharSequence, long) - Method in class io.netty.handler.codec.http.EmptyHttpHeaders
- getTimeMillis(CharSequence, long) - Method in class io.netty.handler.codec.http.HttpHeaders
-
Returns the date value of a header with the specified name.
- getTimeMillis(CharSequence, long) - Method in class io.netty.handler.codec.http.ReadOnlyHttpHeaders
- getTimeMillis(CharSequence, long) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
- getTimeMillis(K) - Method in class io.netty.handler.codec.DefaultHeaders
- getTimeMillis(K) - Method in class io.netty.handler.codec.EmptyHeaders
- getTimeMillis(K) - Method in interface io.netty.handler.codec.Headers
-
Returns the value of a header with the specified name in milliseconds.
- getTimeMillis(K, long) - Method in class io.netty.handler.codec.DefaultHeaders
- getTimeMillis(K, long) - Method in class io.netty.handler.codec.EmptyHeaders
- getTimeMillis(K, long) - Method in interface io.netty.handler.codec.Headers
-
Returns the value of a header with the specified name in milliseconds.
- getTimeMillisAndRemove(CharSequence) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
- getTimeMillisAndRemove(CharSequence, long) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
- getTimeMillisAndRemove(K) - Method in class io.netty.handler.codec.DefaultHeaders
- getTimeMillisAndRemove(K) - Method in class io.netty.handler.codec.EmptyHeaders
- getTimeMillisAndRemove(K) - Method in interface io.netty.handler.codec.Headers
-
Returns the value of a header with the specified
namein milliseconds and removes the header from this object. - getTimeMillisAndRemove(K, long) - Method in class io.netty.handler.codec.DefaultHeaders
- getTimeMillisAndRemove(K, long) - Method in class io.netty.handler.codec.EmptyHeaders
- getTimeMillisAndRemove(K, long) - Method in interface io.netty.handler.codec.Headers
-
Returns the value of a header with the specified
namein milliseconds and removes the header from this object. - getTimeToLive() - Method in class io.netty.channel.epoll.EpollDatagramChannelConfig
- getTimeToLive() - Method in class io.netty.channel.kqueue.KQueueDatagramChannelConfig
- getTimeToLive() - Method in interface io.netty.channel.socket.DatagramChannelConfig
-
Gets the
StandardSocketOptions.IP_MULTICAST_TTLoption. - getTimeToLive() - Method in class io.netty.channel.socket.DefaultDatagramChannelConfig
- getTrafficClass() - Method in class io.netty.channel.epoll.EpollDatagramChannelConfig
- getTrafficClass() - Method in class io.netty.channel.epoll.EpollSocketChannelConfig
- getTrafficClass() - Method in class io.netty.channel.kqueue.KQueueDatagramChannelConfig
- getTrafficClass() - Method in class io.netty.channel.kqueue.KQueueSocketChannelConfig
- getTrafficClass() - Method in interface io.netty.channel.socket.DatagramChannelConfig
-
Gets the
StandardSocketOptions.IP_TOSoption. - getTrafficClass() - Method in class io.netty.channel.socket.DefaultDatagramChannelConfig
- getTrafficClass() - Method in class io.netty.channel.socket.DefaultSocketChannelConfig
- getTrafficClass() - Method in interface io.netty.channel.socket.SocketChannelConfig
-
Gets the
StandardSocketOptions.IP_TOSoption. - getTrafficClass() - Method in class io.netty.channel.unix.Socket
- getTrailersFactory() - Method in class io.netty.handler.codec.http.HttpDecoderConfig
- getTrustAnchor() - Method in class io.netty.pkitesting.X509Bundle
-
Get the root certificate as a new
TrustAnchorobject. - getUnadjustedFrameLength(ByteBuf, int, int, ByteOrder) - Method in class io.netty.handler.codec.LengthFieldBasedFrameDecoder
-
Decodes the specified region of the buffer into an unadjusted frame length.
- getUnmarshaller(ChannelHandlerContext) - Method in class io.netty.handler.codec.marshalling.ContextBoundUnmarshallerProvider
- getUnmarshaller(ChannelHandlerContext) - Method in class io.netty.handler.codec.marshalling.DefaultUnmarshallerProvider
- getUnmarshaller(ChannelHandlerContext) - Method in class io.netty.handler.codec.marshalling.ThreadLocalUnmarshallerProvider
- getUnmarshaller(ChannelHandlerContext) - Method in interface io.netty.handler.codec.marshalling.UnmarshallerProvider
-
Get the
Unmarshallerfor the givenChannelHandlerContext - getUnsafeOffset(Class<? extends ReferenceCounted>, String) - Static method in class io.netty.util.internal.ReferenceCountUpdater
- getUnsafeUnavailabilityCause() - Static method in class io.netty.util.internal.PlatformDependent
-
Return the reason (if any) why
sun.misc.Unsafewas not available. - getUnsignedByte(int) - Method in class io.netty.buffer.AbstractByteBuf
- getUnsignedByte(int) - Method in class io.netty.buffer.ByteBuf
-
Gets an unsigned byte at the specified absolute
indexin this buffer. - getUnsignedByte(int) - Method in class io.netty.buffer.EmptyByteBuf
- getUnsignedByte(int) - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- getUnsignedByte(int) - Method in class io.netty.buffer.WrappedByteBuf
- getUnsignedInt(int) - Method in class io.netty.buffer.AbstractByteBuf
- getUnsignedInt(int) - Method in class io.netty.buffer.ByteBuf
-
Gets an unsigned 32-bit integer at the specified absolute
indexin this buffer. - getUnsignedInt(int) - Method in class io.netty.buffer.EmptyByteBuf
- getUnsignedInt(int) - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- getUnsignedInt(int) - Method in class io.netty.buffer.WrappedByteBuf
- getUnsignedIntLE(int) - Method in class io.netty.buffer.AbstractByteBuf
- getUnsignedIntLE(int) - Method in class io.netty.buffer.ByteBuf
-
Gets an unsigned 32-bit integer at the specified absolute
indexin this buffer in Little Endian Byte Order. - getUnsignedIntLE(int) - Method in class io.netty.buffer.EmptyByteBuf
- getUnsignedIntLE(int) - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- getUnsignedIntLE(int) - Method in class io.netty.buffer.WrappedByteBuf
- getUnsignedMedium(int) - Method in class io.netty.buffer.AbstractByteBuf
- getUnsignedMedium(int) - Method in class io.netty.buffer.ByteBuf
-
Gets an unsigned 24-bit medium integer at the specified absolute
indexin this buffer. - getUnsignedMedium(int) - Method in class io.netty.buffer.DuplicatedByteBuf
-
Deprecated.
- getUnsignedMedium(int) - Method in class io.netty.buffer.EmptyByteBuf
- getUnsignedMedium(int) - Method in class io.netty.buffer.ReadOnlyByteBuf
-
Deprecated.
- getUnsignedMedium(int) - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- getUnsignedMedium(int) - Method in class io.netty.buffer.UnpooledDirectByteBuf
- getUnsignedMedium(int) - Method in class io.netty.buffer.UnpooledHeapByteBuf
- getUnsignedMedium(int) - Method in class io.netty.buffer.UnpooledUnsafeDirectByteBuf
- getUnsignedMedium(int) - Method in class io.netty.buffer.UnpooledUnsafeHeapByteBuf
- getUnsignedMedium(int) - Method in class io.netty.buffer.WrappedByteBuf
- getUnsignedMediumLE(int) - Method in class io.netty.buffer.AbstractByteBuf
- getUnsignedMediumLE(int) - Method in class io.netty.buffer.ByteBuf
-
Gets an unsigned 24-bit medium integer at the specified absolute
indexin this buffer in Little Endian Byte Order. - getUnsignedMediumLE(int) - Method in class io.netty.buffer.DuplicatedByteBuf
-
Deprecated.
- getUnsignedMediumLE(int) - Method in class io.netty.buffer.EmptyByteBuf
- getUnsignedMediumLE(int) - Method in class io.netty.buffer.ReadOnlyByteBuf
-
Deprecated.
- getUnsignedMediumLE(int) - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- getUnsignedMediumLE(int) - Method in class io.netty.buffer.UnpooledHeapByteBuf
- getUnsignedMediumLE(int) - Method in class io.netty.buffer.UnpooledUnsafeHeapByteBuf
- getUnsignedMediumLE(int) - Method in class io.netty.buffer.WrappedByteBuf
- getUnsignedShort(int) - Method in class io.netty.buffer.AbstractByteBuf
- getUnsignedShort(int) - Method in class io.netty.buffer.ByteBuf
-
Gets an unsigned 16-bit short integer at the specified absolute
indexin this buffer. - getUnsignedShort(int) - Method in class io.netty.buffer.EmptyByteBuf
- getUnsignedShort(int) - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- getUnsignedShort(int) - Method in class io.netty.buffer.WrappedByteBuf
- getUnsignedShortLE(int) - Method in class io.netty.buffer.AbstractByteBuf
- getUnsignedShortLE(int) - Method in class io.netty.buffer.ByteBuf
-
Gets an unsigned 16-bit short integer at the specified absolute
indexin this buffer in Little Endian Byte Order. - getUnsignedShortLE(int) - Method in class io.netty.buffer.EmptyByteBuf
- getUnsignedShortLE(int) - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- getUnsignedShortLE(int) - Method in class io.netty.buffer.WrappedByteBuf
- getUri() - Method in class io.netty.handler.codec.http.DefaultHttpRequest
-
Deprecated.
- getUri() - Method in interface io.netty.handler.codec.http.HttpRequest
-
Deprecated.Use
HttpRequest.uri()instead. - getUseClientMode() - Method in class io.netty.handler.ssl.ReferenceCountedOpenSslEngine
- getUserDefinedWritability(int) - Method in class io.netty.channel.ChannelOutboundBuffer
-
Returns
trueif and only if the user-defined writability flag at the specified index is set totrue. - getValue() - Method in class io.netty.handler.codec.compression.Lz4XXHash32
- getValue() - Method in class io.netty.handler.codec.DefaultHeaders.HeaderEntry
- getValue() - Method in interface io.netty.handler.codec.http.Cookie
-
Deprecated.Use
Cookie.value()instead. - getValue() - Method in class io.netty.handler.codec.http.DefaultCookie
-
Deprecated.
- getValue() - Method in interface io.netty.handler.codec.http.multipart.Attribute
-
Returns the value of this HttpData.
- getValue() - Method in class io.netty.handler.codec.http.multipart.DiskAttribute
- getValue() - Method in class io.netty.handler.codec.http.multipart.MemoryAttribute
- getValue() - Method in class io.netty.handler.codec.http.multipart.MixedAttribute
- getValue(int) - Method in class io.netty.handler.codec.spdy.DefaultSpdySettingsFrame
- getValue(int) - Method in interface io.netty.handler.codec.spdy.SpdySettingsFrame
-
Returns the value of the setting ID.
- getValueValidator() - Method in class io.netty.handler.codec.http.DefaultHttpHeadersFactory
-
Get the currently configured
DefaultHeaders.ValueValidator. - getVersion() - Method in interface io.netty.handler.codec.http.Cookie
-
Deprecated.Use
Cookie.version()instead. - getVersion() - Method in class io.netty.handler.codec.http.DefaultCookie
-
Deprecated.
- getVersion() - Method in class io.netty.handler.ssl.PemX509Certificate
- getVersion() - Method in class io.netty.handler.ssl.util.LazyJavaxX509Certificate
- getVersion() - Method in class io.netty.handler.ssl.util.LazyX509Certificate
- getVolatileInt(Object, long) - Static method in class io.netty.util.internal.PlatformDependent
- getWaitTimeMillis() - Method in interface io.netty.channel.rxtx.RxtxChannelConfig
-
Deprecated.
- getWantClientAuth() - Method in class io.netty.handler.ssl.ReferenceCountedOpenSslEngine
- getWriteBufferHighWaterMark() - Method in interface io.netty.channel.ChannelConfig
-
Returns the high water mark of the write buffer.
- getWriteBufferHighWaterMark() - Method in class io.netty.channel.DefaultChannelConfig
- getWriteBufferLowWaterMark() - Method in interface io.netty.channel.ChannelConfig
-
Returns the low water mark of the write buffer.
- getWriteBufferLowWaterMark() - Method in class io.netty.channel.DefaultChannelConfig
- getWriteBufferWaterMark() - Method in interface io.netty.channel.ChannelConfig
-
Returns the
WriteBufferWaterMarkwhich is used for setting the high and low water mark of the write buffer. - getWriteBufferWaterMark() - Method in class io.netty.channel.DefaultChannelConfig
- getWriteChannelLimit() - Method in class io.netty.handler.traffic.GlobalChannelTrafficShapingHandler
- getWriteLimit() - Method in class io.netty.handler.traffic.AbstractTrafficShapingHandler
- getWriterIdleTimeInMillis() - Method in class io.netty.handler.timeout.IdleStateHandler
-
Return the writerIdleTime that was given when instance this class in milliseconds.
- getWriteSpinCount() - Method in interface io.netty.channel.ChannelConfig
-
Returns the maximum loop count for a write operation until
WritableByteChannel.write(ByteBuffer)returns a non-zero value. - getWriteSpinCount() - Method in class io.netty.channel.DefaultChannelConfig
- gids() - Method in class io.netty.channel.unix.PeerCredentials
- GlobalChannelTrafficCounter - Class in io.netty.handler.traffic
-
Version for
GlobalChannelTrafficShapingHandler. - GlobalChannelTrafficCounter(GlobalChannelTrafficShapingHandler, ScheduledExecutorService, String, long) - Constructor for class io.netty.handler.traffic.GlobalChannelTrafficCounter
- GlobalChannelTrafficShapingHandler - Class in io.netty.handler.traffic
-
This implementation of the
AbstractTrafficShapingHandleris 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(ScheduledExecutorService) - Constructor for class io.netty.handler.traffic.GlobalChannelTrafficShapingHandler
-
Create a new instance.
- GlobalChannelTrafficShapingHandler(ScheduledExecutorService, long) - Constructor for class io.netty.handler.traffic.GlobalChannelTrafficShapingHandler
-
Create a new instance.
- GlobalChannelTrafficShapingHandler(ScheduledExecutorService, long, long, long, long) - Constructor for class io.netty.handler.traffic.GlobalChannelTrafficShapingHandler
-
Create a new instance.
- GlobalChannelTrafficShapingHandler(ScheduledExecutorService, long, long, long, long, long) - Constructor for class io.netty.handler.traffic.GlobalChannelTrafficShapingHandler
-
Create a new instance.
- GlobalChannelTrafficShapingHandler(ScheduledExecutorService, long, long, long, long, long, long) - Constructor for class io.netty.handler.traffic.GlobalChannelTrafficShapingHandler
-
Create a new instance.
- GlobalEventExecutor - Class in io.netty.util.concurrent
-
Single-thread singleton
EventExecutor. - GlobalTrafficShapingHandler - Class in io.netty.handler.traffic
-
This implementation of the
AbstractTrafficShapingHandleris 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.netty.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(ScheduledExecutorService, long) - Constructor for class io.netty.handler.traffic.GlobalTrafficShapingHandler
-
Create a new instance using default max time as delay allowed value of 15000 ms and no limit.
- GlobalTrafficShapingHandler(ScheduledExecutorService, long, long) - Constructor for class io.netty.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(ScheduledExecutorService, long, long, long) - Constructor for class io.netty.handler.traffic.GlobalTrafficShapingHandler
-
Create a new instance using default max time as delay allowed value of 15000 ms.
- GlobalTrafficShapingHandler(ScheduledExecutorService, long, long, long, long) - Constructor for class io.netty.handler.traffic.GlobalTrafficShapingHandler
-
Create a new instance.
- GO_AWAY - Static variable in class io.netty.handler.codec.http2.Http2FrameTypes
- GO_AWAY_FRAME_HEADER_LENGTH - Static variable in class io.netty.handler.codec.http2.Http2CodecUtil
- goAway(ChannelHandlerContext, int, long, ByteBuf, ChannelPromise) - Method in class io.netty.handler.codec.http2.Http2ConnectionHandler
- goAway(ChannelHandlerContext, int, long, ByteBuf, ChannelPromise) - Method in interface io.netty.handler.codec.http2.Http2LifecycleManager
-
Prevents the peer from creating streams and close the connection if
errorCodeis notHttp2Error.NO_ERROR. - goAwayReceived() - Method in class io.netty.handler.codec.http2.DefaultHttp2Connection
- goAwayReceived() - Method in interface io.netty.handler.codec.http2.Http2Connection
-
Indicates whether or not a
GOAWAYwas received from the remote endpoint. - goAwayReceived(int, long, ByteBuf) - Method in class io.netty.handler.codec.http2.DefaultHttp2Connection
- goAwayReceived(int, long, ByteBuf) - Method in interface io.netty.handler.codec.http2.Http2Connection
-
Indicates that a
GOAWAYwas received from the remote endpoint and sets the last known stream. - goAwaySent() - Method in class io.netty.handler.codec.http2.DefaultHttp2Connection
- goAwaySent() - Method in interface io.netty.handler.codec.http2.Http2Connection
-
Indicates whether or not a
GOAWAYwas sent to the remote endpoint. - goAwaySent(int, long, ByteBuf) - Method in class io.netty.handler.codec.http2.DefaultHttp2Connection
- goAwaySent(int, long, ByteBuf) - Method in interface io.netty.handler.codec.http2.Http2Connection
-
Updates the local state of this
Http2Connectionas a result of aGOAWAYto send to the remote endpoint. - GONE - Static variable in class io.netty.handler.codec.http.HttpResponseStatus
-
410 Gone
- GONE - Static variable in class io.netty.handler.codec.rtsp.RtspResponseStatuses
-
410 Gone
- GRACEFUL_SHUTDOWN - io.netty.handler.codec.http2.Http2Exception.ShutdownHint
-
Attempt to execute a "graceful" shutdown.
- gracefulShutdownTimeoutMillis() - Method in class io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
-
Returns the graceful shutdown timeout of the
Http2Connectionin milliseconds. - gracefulShutdownTimeoutMillis() - Method in class io.netty.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.netty.handler.codec.http2.Http2FrameCodecBuilder
- gracefulShutdownTimeoutMillis() - Method in class io.netty.handler.codec.http2.Http2MultiplexCodecBuilder
-
Deprecated.
- gracefulShutdownTimeoutMillis(long) - Method in class io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
-
Sets the graceful shutdown timeout of the
Http2Connectionin milliseconds. - gracefulShutdownTimeoutMillis(long) - Method in class io.netty.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.netty.handler.codec.http2.Http2ConnectionHandlerBuilder
- gracefulShutdownTimeoutMillis(long) - Method in class io.netty.handler.codec.http2.Http2FrameCodecBuilder
- gracefulShutdownTimeoutMillis(long) - Method in class io.netty.handler.codec.http2.Http2MultiplexCodecBuilder
-
Deprecated.
- gracefulShutdownTimeoutMillis(long) - Method in class io.netty.handler.codec.http2.HttpToHttp2ConnectionHandlerBuilder
- GRANTED_QOS_0 - io.netty.handler.codec.mqtt.MqttReasonCodes.SubAck
- GRANTED_QOS_1 - io.netty.handler.codec.mqtt.MqttReasonCodes.SubAck
- GRANTED_QOS_2 - io.netty.handler.codec.mqtt.MqttReasonCodes.SubAck
- grantedQoSLevels() - Method in class io.netty.handler.codec.mqtt.MqttSubAckPayload
- grease(boolean) - Method in class io.netty.handler.codec.quic.QuicCodecBuilder
-
Set if greasing should be enabled or not.
- group() - Method in class io.netty.bootstrap.AbstractBootstrap
-
Deprecated.Use
AbstractBootstrap.config()instead. - group() - Method in class io.netty.bootstrap.AbstractBootstrapConfig
-
Returns the configured
EventLoopGroupornullif non is configured yet. - group() - Method in interface io.netty.channel.group.ChannelGroupFuture
-
Returns the
ChannelGroupwhich is associated with this future. - group(EventLoopGroup) - Method in class io.netty.bootstrap.AbstractBootstrap
-
The
EventLoopGroupwhich is used to handle all the events for the to-be-createdChannel - group(EventLoopGroup) - Method in class io.netty.bootstrap.ServerBootstrap
-
Specify the
EventLoopGroupwhich is used for the parent (acceptor) and the child (client). - group(EventLoopGroup, EventLoopGroup) - Method in class io.netty.bootstrap.ServerBootstrap
-
Set the
EventLoopGroupfor the parent (acceptor) and the child (client). - GROUPS - Static variable in class io.netty.handler.codec.quic.BoringSSLContextOption
-
Set the groups that should be used.
- GROUPS - Static variable in class io.netty.handler.ssl.OpenSslContextOption
-
Set the groups that should be used.
- GSSAPI - Static variable in class io.netty.handler.codec.socksx.v5.Socks5AuthMethod
- guess() - Method in class io.netty.channel.RecvByteBufAllocator.DelegatingHandle
- guess() - Method in interface io.netty.channel.RecvByteBufAllocator.Handle
-
Deprecated.Similar to
RecvByteBufAllocator.Handle.allocate(ByteBufAllocator)except that it does not allocate anything but just tells the capacity. - gzip() - Static method in class io.netty.handler.codec.compression.StandardCompressionOptions
-
Default implementation of
GzipOptionswithcompressionLevel()set to 6,windowBits()set to 15 andmemLevel()set to 8. - gzip(int, int, int) - Static method in class io.netty.handler.codec.compression.StandardCompressionOptions
-
Create a new
GzipOptionsInstance - GZIP - io.netty.handler.codec.compression.ZlibWrapper
-
The GZIP wrapper as specified in RFC 1952.
- GZIP - Static variable in class io.netty.handler.codec.http.HttpHeaders.Values
-
Deprecated.
"gzip" - GZIP - Static variable in class io.netty.handler.codec.http.HttpHeaderValues
-
"gzip" - GZIP - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Values
-
Deprecated.
"gzip" - GZIP - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderValues
-
"gzip" - GZIP_DEFLATE - Static variable in class io.netty.handler.codec.http.HttpHeaders.Values
-
Deprecated.
"gzip,deflate" - GZIP_DEFLATE - Static variable in class io.netty.handler.codec.http.HttpHeaderValues
-
"gzip,deflate" - GzipOptions - Class in io.netty.handler.codec.compression
-
GzipOptionsholdsDeflateOptions.compressionLevel(),DeflateOptions.memLevel()andDeflateOptions.windowBits()for Gzip compression.
H
- H3_CLOSED_CRITICAL_STREAM - io.netty.handler.codec.http3.Http3ErrorCode
-
A stream required by the HTTP/3 connection was closed or reset.
- H3_CONNECT_ERROR - io.netty.handler.codec.http3.Http3ErrorCode
-
The TCP connection established in response to a CONNECT request was reset or abnormally closed.
- H3_EXCESSIVE_LOAD - io.netty.handler.codec.http3.Http3ErrorCode
-
The endpoint detected that its peer is exhibiting a behavior that might be generating excessive load.
- H3_FRAME_ERROR - io.netty.handler.codec.http3.Http3ErrorCode
-
A frame that fails to satisfy layout requirements or with an invalid size was received.
- H3_FRAME_UNEXPECTED - io.netty.handler.codec.http3.Http3ErrorCode
-
A frame was received that was not permitted in the current state or on the current stream.
- H3_GENERAL_PROTOCOL_ERROR - io.netty.handler.codec.http3.Http3ErrorCode
-
Peer violated protocol requirements in a way that does not match a more specific error code, or endpoint declines to use the more specific error code.
- H3_ID_ERROR - io.netty.handler.codec.http3.Http3ErrorCode
-
A Stream ID or Push ID was used incorrectly, such as exceeding a limit, reducing a limit, or being reused.
- H3_INTERNAL_ERROR - io.netty.handler.codec.http3.Http3ErrorCode
-
An internal error has occurred in the HTTP stack.
- H3_MESSAGE_ERROR - io.netty.handler.codec.http3.Http3ErrorCode
-
An HTTP message was malformed and cannot be processed.
- H3_MISSING_SETTINGS - io.netty.handler.codec.http3.Http3ErrorCode
-
No SETTINGS frame was received at the beginning of the control stream.
- H3_NO_ERROR - io.netty.handler.codec.http3.Http3ErrorCode
-
No error.
- H3_REQUEST_CANCELLED - io.netty.handler.codec.http3.Http3ErrorCode
-
The request or its response (including pushed response) is cancelled.
- H3_REQUEST_INCOMPLETE - io.netty.handler.codec.http3.Http3ErrorCode
-
The client's stream terminated without containing a fully-formed request.
- H3_REQUEST_REJECTED - io.netty.handler.codec.http3.Http3ErrorCode
-
A server rejected a request without performing any application processing.
- H3_SETTINGS_ERROR - io.netty.handler.codec.http3.Http3ErrorCode
-
An endpoint detected an error in the payload of a SETTINGS frame.
- H3_STREAM_CREATION_ERROR - io.netty.handler.codec.http3.Http3ErrorCode
-
The endpoint detected that its peer created a stream that it will not accept.
- H3_VERSION_FALLBACK - io.netty.handler.codec.http3.Http3ErrorCode
-
The requested operation cannot be served over HTTP/3.
- HALF_CLOSED_LOCAL - io.netty.handler.codec.http2.Http2Stream.State
- HALF_CLOSED_REMOTE - io.netty.handler.codec.http2.Http2Stream.State
- handle(IoRegistration, IoEvent) - Method in interface io.netty.channel.IoHandle
-
Be called once there is something to handle.
- handle(IoRegistration, IoEvent) - Method in class io.netty.channel.nio.AbstractNioChannel.AbstractNioUnsafe
- handle(IoRegistration, IoEvent) - Method in class io.netty.channel.nio.NioSelectableChannelIoHandle
- handle(S, SelectionKey) - Method in class io.netty.channel.nio.NioSelectableChannelIoHandle
- handleCloseFrames() - Method in class io.netty.handler.codec.http.websocketx.WebSocketClientProtocolConfig
- handleCloseFrames() - Method in class io.netty.handler.codec.http.websocketx.WebSocketServerProtocolConfig
- handleCloseFrames(boolean) - Method in class io.netty.handler.codec.http.websocketx.WebSocketClientProtocolConfig.Builder
-
trueif close frames should not be forwarded and just close the channel - handleCloseFrames(boolean) - Method in class io.netty.handler.codec.http.websocketx.WebSocketServerProtocolConfig.Builder
-
trueif close frames should not be forwarded and just close the channel - handleConnectErrno(String, int) - Static method in class io.netty.channel.unix.Errors
- handleHttp3Exception(ChannelHandlerContext, Http3Exception) - Method in class io.netty.handler.codec.http3.Http3RequestStreamInboundHandler
-
Called once a
Http3Exceptionshould be handled. - handleInboundMessage(Object) - Method in class io.netty.channel.embedded.EmbeddedChannel
-
Called for each inbound message.
- handleNotification(AssociationChangeNotification, Object) - Method in class io.netty.channel.sctp.SctpNotificationHandler
- handleNotification(PeerAddressChangeNotification, Object) - Method in class io.netty.channel.sctp.SctpNotificationHandler
- handleNotification(SendFailedNotification, Object) - Method in class io.netty.channel.sctp.SctpNotificationHandler
- handleNotification(ShutdownNotification, Object) - Method in class io.netty.channel.sctp.SctpNotificationHandler
- handleOutboundMessage(Object) - Method in class io.netty.channel.embedded.EmbeddedChannel
-
Called for each outbound message.
- handleOversizedMessage(ChannelHandlerContext, HttpMessage) - Method in class io.netty.handler.codec.http.HttpObjectAggregator
- handleOversizedMessage(ChannelHandlerContext, S) - Method in class io.netty.handler.codec.MessageAggregator
-
Invoked when an incoming request exceeds the maximum content length.
- handleQuicException(ChannelHandlerContext, QuicException) - Method in class io.netty.handler.codec.http3.Http3RequestStreamInboundHandler
-
Called once a
QuicExceptionshould be handled. - handler() - Method in class io.netty.bootstrap.AbstractBootstrapConfig
-
Returns the configured
ChannelHandlerornullif non is configured yet. - handler() - Method in interface io.netty.channel.ChannelHandlerContext
-
The
ChannelHandlerthat is bound thisChannelHandlerContext. - handler() - Method in class io.netty.channel.pool.SimpleChannelPool
-
Returns the
ChannelPoolHandlerthat will be notified for the different pool actions. - handler(ChannelHandler) - Method in class io.netty.bootstrap.AbstractBootstrap
-
the
ChannelHandlerto use for serving the requests. - handler(ChannelHandler) - Method in class io.netty.handler.codec.http2.Http2StreamChannelBootstrap
-
the
ChannelHandlerto use for serving the requests. - handler(ChannelHandler) - Method in class io.netty.handler.codec.quic.QuicChannelBootstrap
- handler(ChannelHandler) - Method in class io.netty.handler.codec.quic.QuicServerCodecBuilder
- handler(ChannelHandler) - Method in class io.netty.handler.codec.quic.QuicStreamChannelBootstrap
- handlerAdded(ChannelHandlerContext) - Method in interface io.netty.channel.ChannelHandler
-
Gets called after the
ChannelHandlerwas added to the actual context and it's ready to handle events. - handlerAdded(ChannelHandlerContext) - Method in class io.netty.channel.ChannelHandlerAdapter
-
Do nothing by default, sub-classes may override this method.
- handlerAdded(ChannelHandlerContext) - Method in class io.netty.channel.ChannelInitializer
-
Do nothing by default, sub-classes may override this method.
- handlerAdded(ChannelHandlerContext) - Method in class io.netty.channel.CombinedChannelDuplexHandler
- handlerAdded(ChannelHandlerContext) - Method in class io.netty.handler.codec.ByteToMessageCodec
- handlerAdded(ChannelHandlerContext) - Method in class io.netty.handler.codec.compression.BrotliDecoder
- handlerAdded(ChannelHandlerContext) - Method in class io.netty.handler.codec.compression.BrotliEncoder
- handlerAdded(ChannelHandlerContext) - Method in class io.netty.handler.codec.compression.Bzip2Encoder
- handlerAdded(ChannelHandlerContext) - Method in class io.netty.handler.codec.compression.JdkZlibEncoder
- handlerAdded(ChannelHandlerContext) - Method in class io.netty.handler.codec.compression.JZlibEncoder
- handlerAdded(ChannelHandlerContext) - Method in class io.netty.handler.codec.compression.Lz4FrameEncoder
- handlerAdded(ChannelHandlerContext) - Method in class io.netty.handler.codec.compression.ZstdDecoder
- handlerAdded(ChannelHandlerContext) - Method in class io.netty.handler.codec.compression.ZstdEncoder
- handlerAdded(ChannelHandlerContext) - Method in class io.netty.handler.codec.DatagramPacketDecoder
- handlerAdded(ChannelHandlerContext) - Method in class io.netty.handler.codec.DatagramPacketEncoder
- handlerAdded(ChannelHandlerContext) - Method in class io.netty.handler.codec.http.HttpContentCompressor
- handlerAdded(ChannelHandlerContext) - Method in class io.netty.handler.codec.http.HttpContentDecoder
- handlerAdded(ChannelHandlerContext) - Method in class io.netty.handler.codec.http.websocketx.WebSocketClientProtocolHandler
- handlerAdded(ChannelHandlerContext) - Method in class io.netty.handler.codec.http.websocketx.WebSocketServerProtocolHandler
- handlerAdded(ChannelHandlerContext) - Method in class io.netty.handler.codec.http2.CleartextHttp2ServerUpgradeHandler
- handlerAdded(ChannelHandlerContext) - Method in class io.netty.handler.codec.http2.Http2ChannelDuplexHandler
- handlerAdded(ChannelHandlerContext) - Method in class io.netty.handler.codec.http2.Http2ConnectionHandler
- handlerAdded(ChannelHandlerContext) - Method in class io.netty.handler.codec.http2.Http2FrameCodec
- handlerAdded(ChannelHandlerContext) - Method in class io.netty.handler.codec.http2.Http2StreamFrameToHttpObjectCodec
- handlerAdded(ChannelHandlerContext) - Method in class io.netty.handler.codec.http3.Http3ConnectionHandler
- handlerAdded(ChannelHandlerContext) - Method in class io.netty.handler.codec.MessageAggregator
- handlerAdded(ChannelHandlerContext) - Method in class io.netty.handler.codec.quic.QuicCodecDispatcher
- handlerAdded(ChannelHandlerContext) - Method in class io.netty.handler.codec.spdy.SpdyFrameCodec
- handlerAdded(ChannelHandlerContext) - Method in class io.netty.handler.flow.FlowControlHandler
- handlerAdded(ChannelHandlerContext) - Method in class io.netty.handler.flush.FlushConsolidationHandler
- handlerAdded(ChannelHandlerContext) - Method in class io.netty.handler.proxy.ProxyHandler
- handlerAdded(ChannelHandlerContext) - Method in class io.netty.handler.ssl.AbstractSniHandler
- handlerAdded(ChannelHandlerContext) - Method in class io.netty.handler.ssl.ApplicationProtocolNegotiationHandler
- handlerAdded(ChannelHandlerContext) - Method in class io.netty.handler.ssl.SslHandler
- handlerAdded(ChannelHandlerContext) - Method in class io.netty.handler.stream.ChunkedWriteHandler
- handlerAdded(ChannelHandlerContext) - Method in class io.netty.handler.timeout.IdleStateHandler
- handlerAdded(ChannelHandlerContext) - Method in class io.netty.handler.traffic.ChannelTrafficShapingHandler
- handlerAdded(ChannelHandlerContext) - Method in class io.netty.handler.traffic.GlobalChannelTrafficShapingHandler
- handlerAdded(ChannelHandlerContext) - Method in class io.netty.handler.traffic.GlobalTrafficShapingHandler
- handlerAdded0(ChannelHandlerContext) - Method in class io.netty.handler.codec.http2.Http2ChannelDuplexHandler
- handlerAdded0(ChannelHandlerContext) - Method in class io.netty.handler.codec.http2.Http2MultiplexCodec
-
Deprecated.
- handlerAdded0(ChannelHandlerContext) - Method in class io.netty.handler.codec.http2.Http2MultiplexHandler
- handleResponse(ChannelHandlerContext, Object) - Method in class io.netty.handler.proxy.HttpProxyHandler
- handleResponse(ChannelHandlerContext, Object) - Method in class io.netty.handler.proxy.ProxyHandler
-
Handles the message received from the proxy server.
- handleResponse(ChannelHandlerContext, Object) - Method in class io.netty.handler.proxy.Socks4ProxyHandler
- handleResponse(ChannelHandlerContext, Object) - Method in class io.netty.handler.proxy.Socks5ProxyHandler
- handlerRemoved(ChannelHandlerContext) - Method in interface io.netty.channel.ChannelHandler
-
Gets called after the
ChannelHandlerwas removed from the actual context and it doesn't handle events anymore. - handlerRemoved(ChannelHandlerContext) - Method in class io.netty.channel.ChannelHandlerAdapter
-
Do nothing by default, sub-classes may override this method.
- handlerRemoved(ChannelHandlerContext) - Method in class io.netty.channel.ChannelInitializer
- handlerRemoved(ChannelHandlerContext) - Method in class io.netty.channel.CombinedChannelDuplexHandler
- handlerRemoved(ChannelHandlerContext) - Method in class io.netty.handler.codec.ByteToMessageCodec
- handlerRemoved(ChannelHandlerContext) - Method in class io.netty.handler.codec.ByteToMessageDecoder
- handlerRemoved(ChannelHandlerContext) - Method in class io.netty.handler.codec.compression.BrotliEncoder
- handlerRemoved(ChannelHandlerContext) - Method in class io.netty.handler.codec.compression.Lz4FrameEncoder
- handlerRemoved(ChannelHandlerContext) - Method in class io.netty.handler.codec.compression.LzfEncoder
- handlerRemoved(ChannelHandlerContext) - Method in class io.netty.handler.codec.compression.ZstdEncoder
- handlerRemoved(ChannelHandlerContext) - Method in class io.netty.handler.codec.DatagramPacketDecoder
- handlerRemoved(ChannelHandlerContext) - Method in class io.netty.handler.codec.DatagramPacketEncoder
- handlerRemoved(ChannelHandlerContext) - Method in class io.netty.handler.codec.http.HttpContentDecoder
- handlerRemoved(ChannelHandlerContext) - Method in class io.netty.handler.codec.http.HttpContentEncoder
- handlerRemoved(ChannelHandlerContext) - Method in class io.netty.handler.codec.http2.Http2ChannelDuplexHandler
- handlerRemoved(ChannelHandlerContext) - Method in class io.netty.handler.codec.MessageAggregator
- handlerRemoved(ChannelHandlerContext) - Method in class io.netty.handler.codec.quic.QuicCodecDispatcher
- handlerRemoved(ChannelHandlerContext) - Method in class io.netty.handler.codec.sctp.SctpMessageCompletionHandler
- handlerRemoved(ChannelHandlerContext) - Method in class io.netty.handler.flow.FlowControlHandler
- handlerRemoved(ChannelHandlerContext) - Method in class io.netty.handler.flush.FlushConsolidationHandler
- handlerRemoved(ChannelHandlerContext) - Method in class io.netty.handler.pcap.PcapWriteHandler
- handlerRemoved(ChannelHandlerContext) - Method in class io.netty.handler.ssl.ApplicationProtocolNegotiationHandler
- handlerRemoved(ChannelHandlerContext) - Method in class io.netty.handler.timeout.IdleStateHandler
- handlerRemoved(ChannelHandlerContext) - Method in class io.netty.handler.timeout.WriteTimeoutHandler
- handlerRemoved(ChannelHandlerContext) - Method in class io.netty.handler.traffic.AbstractTrafficShapingHandler
- handlerRemoved(ChannelHandlerContext) - Method in class io.netty.handler.traffic.ChannelTrafficShapingHandler
- handlerRemoved(ChannelHandlerContext) - Method in class io.netty.handler.traffic.GlobalChannelTrafficShapingHandler
- handlerRemoved(ChannelHandlerContext) - Method in class io.netty.handler.traffic.GlobalTrafficShapingHandler
- handlerRemoved0(ChannelHandlerContext) - Method in class io.netty.handler.codec.ByteToMessageDecoder
-
Gets called after the
ByteToMessageDecoderwas removed from the actual context and it doesn't handle events anymore. - handlerRemoved0(ChannelHandlerContext) - Method in class io.netty.handler.codec.compression.BrotliDecoder
- handlerRemoved0(ChannelHandlerContext) - Method in class io.netty.handler.codec.compression.JdkZlibDecoder
- handlerRemoved0(ChannelHandlerContext) - Method in class io.netty.handler.codec.compression.ZstdDecoder
- handlerRemoved0(ChannelHandlerContext) - Method in class io.netty.handler.codec.http.HttpObjectDecoder
- handlerRemoved0(ChannelHandlerContext) - Method in class io.netty.handler.codec.http2.Http2ChannelDuplexHandler
- handlerRemoved0(ChannelHandlerContext) - Method in class io.netty.handler.codec.http2.Http2ConnectionHandler
- handlerRemoved0(ChannelHandlerContext) - Method in class io.netty.handler.codec.http2.Http2MultiplexCodec
-
Deprecated.
- handlerRemoved0(ChannelHandlerContext) - Method in class io.netty.handler.codec.http2.Http2MultiplexHandler
- handlerRemoved0(ChannelHandlerContext) - Method in class io.netty.handler.ssl.SslClientHelloHandler
- handlerRemoved0(ChannelHandlerContext) - Method in class io.netty.handler.ssl.SslHandler
- handlers(ChannelHandler) - Method in class io.netty.channel.embedded.EmbeddedChannel.Builder
-
The
ChannelHandlerwhich will be added to theChannelPipeline. - handlers(ChannelHandler...) - Method in class io.netty.channel.embedded.EmbeddedChannel.Builder
-
The
ChannelHandlers which will be added to theChannelPipeline. - handlerSharableCache() - Method in class io.netty.util.internal.InternalThreadLocalMap
- handleServerHeaderDecodeSizeError(ChannelHandlerContext, Http2Stream) - Method in class io.netty.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.netty.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.netty.channel.AbstractChannel.AbstractUnsafe
- handshake(Channel) - Method in class io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker
-
Begins the opening handshake
- handshake(Channel, ChannelPromise) - Method in class io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker
-
Begins the opening handshake
- handshake(Channel, FullHttpRequest) - Method in class io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker
-
Performs the opening handshake.
- handshake(Channel, FullHttpRequest, HttpHeaders, ChannelPromise) - Method in class io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker
-
Performs the opening handshake When call this method you MUST NOT retain the
FullHttpRequestwhich is passed in. - handshake(Channel, HttpRequest) - Method in class io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker
-
Performs the opening handshake.
- handshake(Channel, HttpRequest, HttpHeaders, ChannelPromise) - Method in class io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker
-
Performs the opening handshake When call this method you MUST NOT retain the
HttpRequestwhich is passed in. - HANDSHAKE - io.netty.handler.codec.quic.QuicPacketType
-
Handshake packet.
- HANDSHAKE_COMPLETE - io.netty.handler.codec.http.websocketx.WebSocketClientProtocolHandler.ClientHandshakeStateEvent
-
The Handshake was complete successful and so the channel was upgraded to websockets
- HANDSHAKE_COMPLETE - io.netty.handler.codec.http.websocketx.WebSocketServerProtocolHandler.ServerHandshakeStateEvent
-
Deprecated.in favor of
WebSocketServerProtocolHandler.HandshakeCompleteclass, it provides extra information about the handshake - HANDSHAKE_ISSUED - io.netty.handler.codec.http.websocketx.WebSocketClientProtocolHandler.ClientHandshakeStateEvent
-
The Handshake was started but the server did not response yet to the request
- HANDSHAKE_TIMEOUT - io.netty.handler.codec.http.websocketx.WebSocketClientProtocolHandler.ClientHandshakeStateEvent
-
The Handshake was timed out
- HANDSHAKE_TIMEOUT - io.netty.handler.codec.http.websocketx.WebSocketServerProtocolHandler.ServerHandshakeStateEvent
-
The Handshake was timed out
- HandshakeComplete(String, HttpHeaders, String) - Constructor for class io.netty.handler.codec.http.websocketx.WebSocketServerProtocolHandler.HandshakeComplete
- handshakeExtension(WebSocketExtensionData) - Method in class io.netty.handler.codec.http.websocketx.extensions.compression.DeflateFrameClientExtensionHandshaker
- handshakeExtension(WebSocketExtensionData) - Method in class io.netty.handler.codec.http.websocketx.extensions.compression.DeflateFrameServerExtensionHandshaker
- handshakeExtension(WebSocketExtensionData) - Method in class io.netty.handler.codec.http.websocketx.extensions.compression.PerMessageDeflateClientExtensionHandshaker
- handshakeExtension(WebSocketExtensionData) - Method in class io.netty.handler.codec.http.websocketx.extensions.compression.PerMessageDeflateServerExtensionHandshaker
- handshakeExtension(WebSocketExtensionData) - Method in interface io.netty.handler.codec.http.websocketx.extensions.WebSocketClientExtensionHandshaker
-
Handshake based on server response.
- handshakeExtension(WebSocketExtensionData) - Method in interface io.netty.handler.codec.http.websocketx.extensions.WebSocketServerExtensionHandshaker
-
Handshake based on client request.
- handshakeFailure(ChannelHandlerContext, Throwable) - Method in class io.netty.handler.ssl.ApplicationProtocolNegotiationHandler
-
Invoked on failed initial SSL/TLS handshake.
- handshakeFuture() - Method in class io.netty.handler.ssl.SslHandler
-
Returns a
Futurethat will get notified once the current TLS handshake completes. - handshaker() - Method in class io.netty.handler.codec.http.websocketx.WebSocketClientProtocolHandler
-
Returns the used handshaker
- handshakeTimeoutMillis - Variable in class io.netty.handler.ssl.AbstractSniHandler
- handshakeTimeoutMillis() - Method in class io.netty.handler.codec.http.websocketx.WebSocketClientProtocolConfig
- handshakeTimeoutMillis() - Method in class io.netty.handler.codec.http.websocketx.WebSocketServerProtocolConfig
- handshakeTimeoutMillis(long) - Method in class io.netty.handler.codec.http.websocketx.WebSocketClientProtocolConfig.Builder
-
Handshake timeout in mills, when handshake timeout, will trigger user event
WebSocketClientProtocolHandler.ClientHandshakeStateEvent.HANDSHAKE_TIMEOUT - handshakeTimeoutMillis(long) - Method in class io.netty.handler.codec.http.websocketx.WebSocketServerProtocolConfig.Builder
-
Handshake timeout in mills, when handshake timeout, will trigger user event
WebSocketClientProtocolHandler.ClientHandshakeStateEvent.HANDSHAKE_TIMEOUT - HAProxyCommand - Enum in io.netty.handler.codec.haproxy
-
The command of an HAProxy proxy protocol header
- HAProxyMessage - Class in io.netty.handler.codec.haproxy
-
Message container for decoded HAProxy proxy protocol parameters
- HAProxyMessage(HAProxyProtocolVersion, HAProxyCommand, HAProxyProxiedProtocol, String, String, int, int) - Constructor for class io.netty.handler.codec.haproxy.HAProxyMessage
-
Creates a new instance of HAProxyMessage.
- HAProxyMessage(HAProxyProtocolVersion, HAProxyCommand, HAProxyProxiedProtocol, String, String, int, int, List<? extends HAProxyTLV>) - Constructor for class io.netty.handler.codec.haproxy.HAProxyMessage
-
Creates a new instance of HAProxyMessage.
- HAProxyMessageDecoder - Class in io.netty.handler.codec.haproxy
-
Decodes an HAProxy proxy protocol header
- HAProxyMessageDecoder() - Constructor for class io.netty.handler.codec.haproxy.HAProxyMessageDecoder
-
Creates a new decoder with no additional data (TLV) restrictions, and should throw an exception as soon as we exceed maxLength.
- HAProxyMessageDecoder(boolean) - Constructor for class io.netty.handler.codec.haproxy.HAProxyMessageDecoder
-
Creates a new decoder with no additional data (TLV) restrictions, whether or not to throw an exception as soon as we exceed maxLength.
- HAProxyMessageDecoder(int) - Constructor for class io.netty.handler.codec.haproxy.HAProxyMessageDecoder
-
Creates a new decoder with restricted additional data (TLV) size, and should throw an exception as soon as we exceed maxLength.
- HAProxyMessageDecoder(int, boolean) - Constructor for class io.netty.handler.codec.haproxy.HAProxyMessageDecoder
-
Creates a new decoder with restricted additional data (TLV) size, whether or not to throw an exception as soon as we exceed maxLength.
- HAProxyMessageEncoder - Class in io.netty.handler.codec.haproxy
-
Encodes an HAProxy proxy protocol message
- HAProxyProtocolException - Exception in io.netty.handler.codec.haproxy
-
A
DecoderExceptionwhich is thrown when an invalid HAProxy proxy protocol header is encountered - HAProxyProtocolException() - Constructor for exception io.netty.handler.codec.haproxy.HAProxyProtocolException
-
Creates a new instance
- HAProxyProtocolException(String) - Constructor for exception io.netty.handler.codec.haproxy.HAProxyProtocolException
-
Creates a new instance
- HAProxyProtocolException(String, Throwable) - Constructor for exception io.netty.handler.codec.haproxy.HAProxyProtocolException
-
Creates a new instance
- HAProxyProtocolException(Throwable) - Constructor for exception io.netty.handler.codec.haproxy.HAProxyProtocolException
-
Creates a new instance
- HAProxyProtocolVersion - Enum in io.netty.handler.codec.haproxy
-
The HAProxy proxy protocol specification version.
- HAProxyProxiedProtocol - Enum in io.netty.handler.codec.haproxy
-
A protocol proxied by HAProxy which is represented by its transport protocol and address family.
- HAProxyProxiedProtocol.AddressFamily - Enum in io.netty.handler.codec.haproxy
-
The address family of an HAProxy proxy protocol header.
- HAProxyProxiedProtocol.TransportProtocol - Enum in io.netty.handler.codec.haproxy
-
The transport protocol of an HAProxy proxy protocol header
- HAProxySSLTLV - Class in io.netty.handler.codec.haproxy
-
Represents a
HAProxyTLVof the typeHAProxyTLV.Type.PP2_TYPE_SSL. - HAProxySSLTLV(int, byte, List<HAProxyTLV>) - Constructor for class io.netty.handler.codec.haproxy.HAProxySSLTLV
-
Creates a new HAProxySSLTLV
- HAProxyTLV - Class in io.netty.handler.codec.haproxy
-
A Type-Length Value (TLV vector) that can be added to the PROXY protocol to include additional information like SSL information.
- HAProxyTLV(byte, ByteBuf) - Constructor for class io.netty.handler.codec.haproxy.HAProxyTLV
-
Creates a new HAProxyTLV
- HAProxyTLV(HAProxyTLV.Type, ByteBuf) - Constructor for class io.netty.handler.codec.haproxy.HAProxyTLV
-
Creates a new HAProxyTLV
- HAProxyTLV.Type - Enum in io.netty.handler.codec.haproxy
-
The registered types a TLV can have regarding the PROXY protocol 1.5 spec
- HARD_SHUTDOWN - io.netty.handler.codec.http2.Http2Exception.ShutdownHint
-
Close the channel immediately after a
GOAWAYis sent. - hardwareAddressFromNetworkInterface(NetworkInterface) - Static method in class io.netty.util.internal.SocketUtils
- hasAlignDirectByteBuffer() - Static method in class io.netty.util.internal.PlatformDependent
- hasArray() - Method in class io.netty.buffer.ByteBuf
-
Returns
trueif and only if this buffer has a backing byte array. - hasArray() - Method in class io.netty.buffer.CompositeByteBuf
- hasArray() - Method in class io.netty.buffer.DuplicatedByteBuf
-
Deprecated.
- hasArray() - Method in class io.netty.buffer.EmptyByteBuf
- hasArray() - Method in class io.netty.buffer.ReadOnlyByteBuf
-
Deprecated.
- hasArray() - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- hasArray() - Method in class io.netty.buffer.UnpooledDirectByteBuf
- hasArray() - Method in class io.netty.buffer.UnpooledHeapByteBuf
- hasArray() - Method in class io.netty.buffer.WrappedByteBuf
- hasAttr(AttributeKey<T>) - Method in interface io.netty.channel.ChannelHandlerContext
-
Deprecated.
- hasAttr(AttributeKey<T>) - Method in interface io.netty.util.AttributeMap
- hasAttr(AttributeKey<T>) - Method in class io.netty.util.DefaultAttributeMap
- hasDirectBufferNoCleanerConstructor() - Static method in class io.netty.util.internal.PlatformDependent
- hasDisconnect() - Method in class io.netty.channel.ChannelMetadata
-
Returns
trueif and only if the channel has thedisconnect()operation that allows a user to disconnect and then callChannel.connect(SocketAddress)again, such as UDP/IP. - hasDisconnect(boolean) - Method in class io.netty.channel.embedded.EmbeddedChannel.Builder
-
falseif thisChannelwill delegateEmbeddedChannel.disconnect()toEmbeddedChannel.close(),trueotherwise. - hasFin() - Method in class io.netty.handler.codec.quic.DefaultQuicStreamFrame
- hasFin() - Method in interface io.netty.handler.codec.quic.QuicStreamFrame
-
Returns
trueif the frame has the FIN set, which means it notifies the remote peer that there will be no more writing happen. - hasFlowControlled(Http2Stream) - Method in class io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController
- hasFlowControlled(Http2Stream) - Method in interface io.netty.handler.codec.http2.Http2RemoteFlowController
-
Determine if
streamhas anyHttp2RemoteFlowController.FlowControlledframes currently queued. - hasFrame() - Method in interface io.netty.handler.codec.http2.StreamByteDistributor.StreamState
-
Indicates whether or not there are frames pending for this stream.
- hash - Variable in class io.netty.handler.codec.DefaultHeaders.HeaderEntry
- hashCode() - Method in class io.netty.buffer.AbstractByteBuf
- hashCode() - Method in class io.netty.buffer.ByteBuf
-
Returns a hash code which was calculated from the content of this buffer.
- hashCode() - Method in class io.netty.buffer.DefaultByteBufHolder
- hashCode() - Method in class io.netty.buffer.EmptyByteBuf
- hashCode() - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- hashCode() - Method in class io.netty.buffer.WrappedByteBuf
- hashCode() - Method in class io.netty.channel.AbstractChannel
-
Returns the ID of this channel.
- hashCode() - Method in class io.netty.channel.DefaultChannelId
- hashCode() - Method in class io.netty.channel.epoll.EpollIoOps
- hashCode() - Method in class io.netty.channel.epoll.VSockAddress
- hashCode() - Method in class io.netty.channel.group.DefaultChannelGroup
- hashCode() - Method in class io.netty.channel.kqueue.AcceptFilter
- hashCode() - Method in class io.netty.channel.local.LocalAddress
- hashCode() - Method in class io.netty.channel.nio.NioIoOps
- hashCode() - Method in class io.netty.channel.sctp.SctpMessage
- hashCode() - Method in class io.netty.channel.unix.DomainSocketAddress
- hashCode() - Method in class io.netty.channel.unix.FileDescriptor
- hashCode() - Method in class io.netty.channel.uring.IoUringBufferRingConfig
- hashCode() - Method in class io.netty.channel.uring.IoUringBufferRingExhaustedEvent
- hashCode() - Method in class io.netty.handler.codec.DefaultHeaders
- hashCode() - Method in class io.netty.handler.codec.DefaultHeaders.HeaderEntry
- hashCode() - Method in class io.netty.handler.codec.dns.AbstractDnsMessage
- hashCode() - Method in class io.netty.handler.codec.dns.AbstractDnsRecord
- hashCode() - Method in class io.netty.handler.codec.dns.DatagramDnsQuery
- hashCode() - Method in class io.netty.handler.codec.dns.DatagramDnsResponse
- hashCode() - Method in class io.netty.handler.codec.dns.DnsOpCode
- hashCode() - Method in class io.netty.handler.codec.dns.DnsRecordType
- hashCode() - Method in class io.netty.handler.codec.dns.DnsResponseCode
- hashCode() - Method in class io.netty.handler.codec.EmptyHeaders
- hashCode() - Method in class io.netty.handler.codec.http.cookie.DefaultCookie
- hashCode() - Method in class io.netty.handler.codec.http.DefaultFullHttpRequest
- hashCode() - Method in class io.netty.handler.codec.http.DefaultFullHttpResponse
- hashCode() - Method in class io.netty.handler.codec.http.DefaultHttpHeaders
- hashCode() - Method in class io.netty.handler.codec.http.DefaultHttpMessage
- hashCode() - Method in class io.netty.handler.codec.http.DefaultHttpObject
- hashCode() - Method in class io.netty.handler.codec.http.DefaultHttpRequest
- hashCode() - Method in class io.netty.handler.codec.http.DefaultHttpResponse
- hashCode() - Method in class io.netty.handler.codec.http.HttpMethod
- hashCode() - Method in class io.netty.handler.codec.http.HttpResponseStatus
- hashCode() - Method in class io.netty.handler.codec.http.HttpScheme
- hashCode() - Method in class io.netty.handler.codec.http.HttpVersion
- hashCode() - Method in class io.netty.handler.codec.http.multipart.DiskAttribute
- hashCode() - Method in class io.netty.handler.codec.http.multipart.DiskFileUpload
- hashCode() - Method in class io.netty.handler.codec.http.multipart.MemoryAttribute
- hashCode() - Method in class io.netty.handler.codec.http.multipart.MemoryFileUpload
- hashCode() - Method in class io.netty.handler.codec.http.websocketx.WebSocketCloseStatus
- hashCode() - Method in class io.netty.handler.codec.http.websocketx.WebSocketScheme
- hashCode() - Method in class io.netty.handler.codec.http2.AbstractHttp2StreamFrame
- hashCode() - Method in class io.netty.handler.codec.http2.DefaultHttp2DataFrame
- hashCode() - Method in class io.netty.handler.codec.http2.DefaultHttp2GoAwayFrame
- hashCode() - Method in class io.netty.handler.codec.http2.DefaultHttp2Headers
- hashCode() - Method in class io.netty.handler.codec.http2.DefaultHttp2HeadersFrame
- hashCode() - Method in class io.netty.handler.codec.http2.DefaultHttp2PingFrame
- hashCode() - Method in class io.netty.handler.codec.http2.DefaultHttp2PriorityFrame
- hashCode() - Method in class io.netty.handler.codec.http2.DefaultHttp2ResetFrame
- hashCode() - Method in class io.netty.handler.codec.http2.DefaultHttp2SettingsFrame
- hashCode() - Method in class io.netty.handler.codec.http2.DefaultHttp2UnknownFrame
- hashCode() - Method in class io.netty.handler.codec.http2.Http2Flags
- hashCode() - Method in class io.netty.handler.codec.http3.DefaultHttp3CancelPushFrame
- hashCode() - Method in class io.netty.handler.codec.http3.DefaultHttp3GoAwayFrame
- hashCode() - Method in class io.netty.handler.codec.http3.DefaultHttp3Headers
- hashCode() - Method in class io.netty.handler.codec.http3.DefaultHttp3HeadersFrame
- hashCode() - Method in class io.netty.handler.codec.http3.DefaultHttp3MaxPushIdFrame
- hashCode() - Method in class io.netty.handler.codec.http3.DefaultHttp3PushPromiseFrame
- hashCode() - Method in class io.netty.handler.codec.http3.DefaultHttp3SettingsFrame
- hashCode() - Method in class io.netty.handler.codec.http3.DefaultHttp3UnknownFrame
- hashCode() - Method in class io.netty.handler.codec.mqtt.MqttProperties.MqttProperty
- hashCode() - Method in class io.netty.handler.codec.mqtt.MqttProperties.StringPair
- hashCode() - Method in class io.netty.handler.codec.mqtt.MqttSubscriptionOption
- hashCode() - Method in class io.netty.handler.codec.quic.DefaultQuicStreamFrame
- hashCode() - Method in class io.netty.handler.codec.quic.QuicConnectionAddress
- hashCode() - Method in class io.netty.handler.codec.quic.QuicPathEvent.Closed
- hashCode() - Method in class io.netty.handler.codec.quic.QuicPathEvent
- hashCode() - Method in class io.netty.handler.codec.quic.QuicPathEvent.ReusedSourceConnectionId
- hashCode() - Method in class io.netty.handler.codec.quic.QuicStreamAddress
- hashCode() - Method in class io.netty.handler.codec.quic.QuicStreamPriority
- hashCode() - Method in class io.netty.handler.codec.quic.QuicTransportError
- hashCode() - Method in class io.netty.handler.codec.quic.SslSessionTicketKey
- hashCode() - Method in class io.netty.handler.codec.smtp.DefaultSmtpRequest
- hashCode() - Method in class io.netty.handler.codec.smtp.DefaultSmtpResponse
- hashCode() - Method in class io.netty.handler.codec.smtp.SmtpCommand
- hashCode() - Method in class io.netty.handler.codec.socksx.v4.Socks4CommandStatus
- hashCode() - Method in class io.netty.handler.codec.socksx.v4.Socks4CommandType
- hashCode() - Method in class io.netty.handler.codec.socksx.v5.Socks5AddressType
- hashCode() - Method in class io.netty.handler.codec.socksx.v5.Socks5AuthMethod
- hashCode() - Method in class io.netty.handler.codec.socksx.v5.Socks5CommandStatus
- hashCode() - Method in class io.netty.handler.codec.socksx.v5.Socks5CommandType
- hashCode() - Method in class io.netty.handler.codec.socksx.v5.Socks5PasswordAuthStatus
- hashCode() - Method in class io.netty.handler.codec.socksx.v5.Socks5PrivateAuthStatus
- hashCode() - Method in class io.netty.handler.codec.spdy.DefaultSpdyUnknownFrame
- hashCode() - Method in class io.netty.handler.codec.spdy.SpdySessionStatus
- hashCode() - Method in class io.netty.handler.codec.spdy.SpdyStreamStatus
- hashCode() - Method in class io.netty.handler.codec.string.LineSeparator
- hashCode() - Method in class io.netty.handler.codec.xml.XmlAttribute
- hashCode() - Method in class io.netty.handler.codec.xml.XmlContent
- hashCode() - Method in class io.netty.handler.codec.xml.XmlDocumentStart
- hashCode() - Method in class io.netty.handler.codec.xml.XmlDTD
- hashCode() - Method in class io.netty.handler.codec.xml.XmlElement
- hashCode() - Method in class io.netty.handler.codec.xml.XmlElementStart
- hashCode() - Method in class io.netty.handler.codec.xml.XmlEntityReference
- hashCode() - Method in class io.netty.handler.codec.xml.XmlNamespace
- hashCode() - Method in class io.netty.handler.codec.xml.XmlProcessingInstruction
- hashCode() - Method in class io.netty.handler.ssl.PemX509Certificate
- hashCode() - Method in class io.netty.util.AbstractConstant
- hashCode() - Method in class io.netty.util.AsciiString
- hashCode() - Method in class io.netty.util.collection.ByteObjectHashMap
- hashCode() - Method in class io.netty.util.collection.CharObjectHashMap
- hashCode() - Method in class io.netty.util.collection.IntObjectHashMap
- hashCode() - Method in class io.netty.util.collection.LongObjectHashMap
- hashCode() - Method in class io.netty.util.collection.ShortObjectHashMap
- hashCode() - Method in class io.netty.util.internal.EmptyPriorityQueue
- hashCode() - Method in exception io.netty.util.ResourceLeakException
-
Deprecated.
- hashCode() - Method in error io.netty.util.Signal
- hashCode(ByteBuf) - Static method in class io.netty.buffer.ByteBufUtil
-
Calculates the hash code of the specified buffer.
- hashCode(HashingStrategy<V>) - Method in class io.netty.handler.codec.DefaultHeaders
-
Generate a hash code for this object given a
HashingStrategyto generate hash codes for individual values. - hashCode(CharSequence) - Static method in class io.netty.util.AsciiString
-
Returns the case-insensitive hash code of the specified string.
- hashCode(T) - Method in interface io.netty.util.HashingStrategy
-
Generate a hash code for
obj. - hashCodeAscii(byte[], int, int) - Static method in class io.netty.util.internal.PlatformDependent
-
Calculate a hash code of a byte array assuming ASCII character encoding.
- hashCodeAscii(CharSequence) - Static method in class io.netty.util.internal.PlatformDependent
-
Calculate a hash code of a byte array assuming ASCII character encoding.
- HashedWheelTimer - Class in io.netty.util
-
A
Timeroptimized for approximated I/O timeout scheduling. - HashedWheelTimer() - Constructor for class io.netty.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.netty.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.netty.util.HashedWheelTimer
-
Creates a new timer with the default thread factory (
Executors.defaultThreadFactory()). - HashedWheelTimer(ThreadFactory) - Constructor for class io.netty.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.netty.util.HashedWheelTimer
-
Creates a new timer with the default number of ticks per wheel.
- HashedWheelTimer(ThreadFactory, long, TimeUnit, int) - Constructor for class io.netty.util.HashedWheelTimer
-
Creates a new timer.
- HashedWheelTimer(ThreadFactory, long, TimeUnit, int, boolean) - Constructor for class io.netty.util.HashedWheelTimer
-
Creates a new timer.
- HashedWheelTimer(ThreadFactory, long, TimeUnit, int, boolean, long) - Constructor for class io.netty.util.HashedWheelTimer
-
Creates a new timer.
- HashedWheelTimer(ThreadFactory, long, TimeUnit, int, boolean, long, Executor) - Constructor for class io.netty.util.HashedWheelTimer
-
Creates a new timer.
- HashingStrategy<T> - Interface in io.netty.util
-
Abstraction for hash code generation and equality comparison.
- hasMemoryAddress() - Method in class io.netty.buffer.ByteBuf
-
Returns
trueif and only if this buffer has a reference to the low-level memory address that points to the backing data. - hasMemoryAddress() - Method in class io.netty.buffer.CompositeByteBuf
- hasMemoryAddress() - Method in class io.netty.buffer.DuplicatedByteBuf
-
Deprecated.
- hasMemoryAddress() - Method in class io.netty.buffer.EmptyByteBuf
- hasMemoryAddress() - Method in class io.netty.buffer.ReadOnlyByteBuf
-
Deprecated.
- hasMemoryAddress() - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- hasMemoryAddress() - Method in class io.netty.buffer.UnpooledDirectByteBuf
- hasMemoryAddress() - Method in class io.netty.buffer.UnpooledHeapByteBuf
- hasMemoryAddress() - Method in class io.netty.buffer.UnpooledUnsafeDirectByteBuf
- hasMemoryAddress() - Method in class io.netty.buffer.WrappedByteBuf
- hasMemoryAddress() - Method in interface io.netty.util.internal.CleanableDirectBuffer
- hasNext() - Method in class io.netty.channel.SingleThreadEventLoop.ChannelsReadOnlyIterator
- hasNext() - Method in class io.netty.handler.codec.http.multipart.HttpPostMultipartRequestDecoder
-
True if at current getStatus, there is an available decoded InterfaceHttpData from the Body.
- hasNext() - Method in class io.netty.handler.codec.http.multipart.HttpPostRequestDecoder
- hasNext() - Method in class io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder
-
True if at current getStatus, there is an available decoded InterfaceHttpData from the Body.
- hasNext() - Method in interface io.netty.handler.codec.http.multipart.InterfaceHttpPostRequestDecoder
-
True if at current getStatus, there is an available decoded InterfaceHttpData from the Body.
- hasNext() - Method in class io.netty.util.internal.ReadOnlyIterator
- hasOpenResources() - Method in class io.netty.util.LeakPresenceDetector.ResourceScope
-
Check whether there are any open resources left, and
LeakPresenceDetector.ResourceScope.close()would throw. - hasPassword() - Method in class io.netty.handler.codec.mqtt.MqttConnectVariableHeader
- hasPassword(boolean) - Method in class io.netty.handler.codec.mqtt.MqttMessageBuilders.ConnectBuilder
- hasPath(boolean) - Method in class io.netty.handler.codec.http.QueryStringDecoder.Builder
-
trueby default. - hasPeerCertificates() - Method in interface io.netty.handler.ssl.OpenSslSession
-
Returns true if the peer has provided certificates during the handshake.
- hasPendingTasks() - Method in class io.netty.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.netty.handler.codec.http2.Http2Headers.PseudoHeaderName
-
Indicates whether the specified header follows the pseudo-header format (begins with ':' character)
- hasPseudoHeaderFormat(CharSequence) - Static method in enum io.netty.handler.codec.http3.Http3Headers.PseudoHeaderName
-
Indicates whether the specified header follows the pseudo-header format (begins with ':' character)
- hasScheduledTasks() - Method in class io.netty.util.concurrent.AbstractScheduledEventExecutor
-
Returns
trueif a scheduled task is ready for processing. - hasTasks() - Method in class io.netty.channel.SingleThreadEventLoop
- hasTasks() - Method in class io.netty.util.concurrent.SingleThreadEventExecutor
- hasThreadLocalCache() - Method in class io.netty.buffer.PooledByteBufAllocator
-
Deprecated.will be removed Returns
trueif the callingThreadhas aThreadLocalcache for the allocated buffers. - hasUnsafe() - Static method in class io.netty.util.internal.PlatformDependent
-
Return
trueifsun.misc.Unsafewas found on the classpath and can be used for accelerated direct memory access. - hasUnsupportedCriticalExtension() - Method in class io.netty.handler.ssl.PemX509Certificate
- hasUnsupportedCriticalExtension() - Method in class io.netty.handler.ssl.util.LazyX509Certificate
- hasUser(boolean) - Method in class io.netty.handler.codec.mqtt.MqttMessageBuilders.ConnectBuilder
- hasUserName() - Method in class io.netty.handler.codec.mqtt.MqttConnectVariableHeader
- hasVarHandle() - Static method in class io.netty.util.internal.PlatformDependent
- haveSuppressed() - Static method in class io.netty.util.internal.ThrowableUtil
-
Deprecated.
- head - Variable in class io.netty.handler.codec.DefaultHeaders
- HEAD - Static variable in class io.netty.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.netty.handler.codec.rtsp.RtspResponseStatuses
-
456 Header Field Not Valid for Resource
- HEADERDELIMITER - io.netty.handler.codec.http.multipart.HttpPostRequestDecoder.MultiPartStatus
- HeaderEntry(int, K) - Constructor for class io.netty.handler.codec.DefaultHeaders.HeaderEntry
- headerListSizeError(int, Http2Error, boolean, String, Object...) - Static method in exception io.netty.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.netty.handler.codec.http2.Http2CodecUtil
-
Results in a RST_STREAM being sent for
streamIddue to violating SETTINGS_MAX_HEADER_LIST_SIZE. - headerListSizeExceeded(long) - Static method in class io.netty.handler.codec.http2.Http2CodecUtil
-
Results in a GO_AWAY being sent due to violating SETTINGS_MAX_HEADER_LIST_SIZE in an unrecoverable manner.
- headers - Variable in class io.netty.handler.codec.stomp.DefaultStompHeadersSubframe
- headers() - Method in class io.netty.handler.codec.http.DefaultHttpMessage
- headers() - Method in interface io.netty.handler.codec.http.HttpMessage
-
Returns the headers of this message.
- headers() - Method in class io.netty.handler.codec.http2.DefaultHttp2HeadersFrame
- headers() - Method in interface io.netty.handler.codec.http2.Http2HeadersFrame
-
A complete header list.
- headers() - Method in class io.netty.handler.codec.http3.DefaultHttp3HeadersFrame
- headers() - Method in class io.netty.handler.codec.http3.DefaultHttp3PushPromiseFrame
- headers() - Method in interface io.netty.handler.codec.http3.Http3HeadersFrame
-
Returns the carried headers.
- headers() - Method in interface io.netty.handler.codec.http3.Http3PushPromiseFrame
-
Returns the carried headers.
- headers() - Method in class io.netty.handler.codec.spdy.DefaultSpdyHeadersFrame
- headers() - Method in interface io.netty.handler.codec.spdy.SpdyHeadersFrame
-
Returns the
SpdyHeaders. - headers() - Method in class io.netty.handler.codec.stomp.DefaultStompHeadersSubframe
- headers() - Method in interface io.netty.handler.codec.stomp.StompHeadersSubframe
-
Returns headers of this frame.
- headers() - Method in exception io.netty.handler.proxy.HttpProxyHandler.HttpProxyConnectException
-
Returns headers, if any.
- Headers<K,V,T extends Headers<K,V,T>> - Interface in io.netty.handler.codec
-
Common interface for
Headerswhich represents a mapping of key to value. - HEADERS - Static variable in class io.netty.handler.codec.http2.Http2FrameTypes
- HEADERS_FRAME_HEADER_LENGTH - Static variable in class io.netty.handler.codec.http2.Http2CodecUtil
- HeadersBlockBuilder() - Constructor for class io.netty.handler.codec.http2.DefaultHttp2FrameReader.HeadersBlockBuilder
- headersConfiguration() - Method in class io.netty.handler.codec.http2.DefaultHttp2FrameReader
- headersConfiguration() - Method in class io.netty.handler.codec.http2.DefaultHttp2FrameWriter
- headersConfiguration() - Method in interface io.netty.handler.codec.http2.Http2FrameReader.Configuration
-
Get the
Http2HeadersDecoder.Configurationfor thisHttp2FrameReader - headersConfiguration() - Method in interface io.netty.handler.codec.http2.Http2FrameWriter.Configuration
-
Get the
Http2HeadersEncoder.Configurationfor thisHttp2FrameWriter - headerSensitivityDetector() - Method in class io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
-
Returns the
Http2HeadersEncoder.SensitivityDetectorto use. - headerSensitivityDetector() - Method in class io.netty.handler.codec.http2.Http2FrameCodecBuilder
- headerSensitivityDetector() - Method in class io.netty.handler.codec.http2.Http2MultiplexCodecBuilder
-
Deprecated.
- headerSensitivityDetector(Http2HeadersEncoder.SensitivityDetector) - Method in class io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
-
Sets the
Http2HeadersEncoder.SensitivityDetectorto use. - headerSensitivityDetector(Http2HeadersEncoder.SensitivityDetector) - Method in class io.netty.handler.codec.http2.Http2ConnectionHandlerBuilder
- headerSensitivityDetector(Http2HeadersEncoder.SensitivityDetector) - Method in class io.netty.handler.codec.http2.Http2FrameCodecBuilder
- headerSensitivityDetector(Http2HeadersEncoder.SensitivityDetector) - Method in class io.netty.handler.codec.http2.Http2MultiplexCodecBuilder
-
Deprecated.
- headerSensitivityDetector(Http2HeadersEncoder.SensitivityDetector) - Method in class io.netty.handler.codec.http2.HttpToHttp2ConnectionHandlerBuilder
- headersFactory - Variable in class io.netty.handler.codec.http.HttpObjectDecoder
- headersFactory() - Static method in class io.netty.handler.codec.http.DefaultHttpHeadersFactory
-
Get the default implementation of
HttpHeadersFactoryfor creating headers. - headerSize() - Method in class io.netty.handler.codec.http.HttpMessageDecoderResult
-
The decoded header size (in bytes), as controlled by
maxHeaderSize. - headersReceived(boolean) - Method in interface io.netty.handler.codec.http2.Http2Stream
-
Indicates that headers have been received.
- headersSent(boolean) - Method in interface io.netty.handler.codec.http2.Http2Stream
-
Indicates that headers have been sent to the remote endpoint on this stream.
- headersSubFrameSize(StompHeadersSubframe) - Method in class io.netty.handler.codec.stomp.StompSubframeEncoder
-
Returns a heuristic size for headers (32 bytes per header line) + (2 bytes for colon and eol) + (additional command buffer).
- HeadersUtils - Class in io.netty.handler.codec
-
Provides utility methods related to
Headers. - headerTableSize() - Method in class io.netty.handler.codec.http2.Http2Settings
-
Gets the
SETTINGS_HEADER_TABLE_SIZEvalue. - headerTableSize(long) - Method in class io.netty.handler.codec.http2.Http2Settings
-
Sets the
SETTINGS_HEADER_TABLE_SIZEvalue. - healthChecker() - Method in class io.netty.channel.pool.SimpleChannelPool
-
Returns the
ChannelHealthCheckerthat will be used to check if aChannelis healthy. - heapArenas() - Method in class io.netty.buffer.PooledByteBufAllocator
-
Deprecated.
- heapArenas() - Method in class io.netty.buffer.PooledByteBufAllocatorMetric
-
Return a
Listof all heapPoolArenaMetrics that are provided by this pool. - heapBuffer() - Method in class io.netty.buffer.AbstractByteBufAllocator
- heapBuffer() - Method in interface io.netty.buffer.ByteBufAllocator
-
Allocate a heap
ByteBuf. - heapBuffer() - Method in class io.netty.channel.PreferHeapByteBufAllocator
- heapBuffer() - Method in class io.netty.channel.unix.PreferredDirectByteBufAllocator
- heapBuffer(int) - Method in class io.netty.buffer.AbstractByteBufAllocator
- heapBuffer(int) - Method in interface io.netty.buffer.ByteBufAllocator
-
Allocate a heap
ByteBufwith the given initial capacity. - heapBuffer(int) - Method in class io.netty.channel.PreferHeapByteBufAllocator
- heapBuffer(int) - Method in class io.netty.channel.unix.PreferredDirectByteBufAllocator
- heapBuffer(int, int) - Method in class io.netty.buffer.AbstractByteBufAllocator
- heapBuffer(int, int) - Method in interface io.netty.buffer.ByteBufAllocator
-
Allocate a heap
ByteBufwith the given initial capacity and the given maximal capacity. - heapBuffer(int, int) - Method in class io.netty.channel.PreferHeapByteBufAllocator
- heapBuffer(int, int) - Method in class io.netty.channel.unix.PreferredDirectByteBufAllocator
- HEART_BEAT - Static variable in interface io.netty.handler.codec.stomp.StompHeaders
- helo(CharSequence) - Static method in class io.netty.handler.codec.smtp.SmtpRequests
-
Creates a
HELOrequest. - HELO - Static variable in class io.netty.handler.codec.smtp.SmtpCommand
- help(String) - Static method in class io.netty.handler.codec.smtp.SmtpRequests
-
Creates a
HELPrequest. - HELP - Static variable in class io.netty.handler.codec.smtp.SmtpCommand
- HEX_DUMP - io.netty.handler.logging.ByteBufFormat
-
ByteBufs will be logged usingByteBufUtil.appendPrettyHexDump(StringBuilder, ByteBuf). - hexDump(byte[]) - Static method in class io.netty.buffer.ByteBufUtil
-
Returns a hex dump of the specified byte array.
- hexDump(byte[], int, int) - Static method in class io.netty.buffer.ByteBufUtil
-
Returns a hex dump of the specified byte array's sub-region.
- hexDump(ByteBuf) - Static method in class io.netty.buffer.ByteBufUtil
-
Returns a hex dump of the specified buffer's readable bytes.
- hexDump(ByteBuf, int, int) - Static method in class io.netty.buffer.ByteBufUtil
-
Returns a hex dump of the specified buffer's sub-region.
- high() - Method in class io.netty.channel.WriteBufferWaterMark
-
Returns the high water mark for the write buffer.
- HIP - Static variable in class io.netty.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.netty.handler.ssl.OpenSslSessionStats
-
Returns the number of successfully reused sessions.
- HMAC_KEY_SIZE - Static variable in class io.netty.handler.codec.quic.SslSessionTicketKey
-
Size of session ticket key HMAC key
- HMAC_KEY_SIZE - Static variable in class io.netty.handler.ssl.OpenSslSessionTicketKey
-
Size of session ticket key HMAC key
- hmacKey() - Method in class io.netty.handler.codec.quic.SslSessionTicketKey
-
Get HMAC key.
- hmacKey() - Method in class io.netty.handler.ssl.OpenSslSessionTicketKey
-
Get HMAC key.
- host() - Method in class io.netty.handler.codec.socks.SocksCmdRequest
-
Returns host that is used as a parameter in
SocksCmdType - host() - Method in class io.netty.handler.codec.socks.SocksCmdResponse
-
Returns host that is used as a parameter in
SocksCmdType. - HOST - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
-
"host" - HOST - Static variable in class io.netty.handler.codec.http.HttpHeaders.Names
-
Deprecated.
"Host" - HOST - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderNames
-
"host" - HOST - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Names
-
Deprecated.
"Host" - HOST - Static variable in class io.netty.handler.codec.spdy.SpdyHeaders.HttpNames
-
":host" - HOST - Static variable in interface io.netty.handler.codec.stomp.StompHeaders
- HOST_UNREACHABLE - io.netty.handler.codec.socks.SocksCmdStatus
- HOST_UNREACHABLE - Static variable in class io.netty.handler.codec.socksx.v5.Socks5CommandStatus
- hostname() - Method in class io.netty.handler.codec.dns.DefaultDnsPtrRecord
- hostname() - Method in interface io.netty.handler.codec.dns.DnsPtrRecord
-
Returns the hostname this PTR record resolves to.
- hostname() - Method in class io.netty.handler.ssl.SniCompletionEvent
-
Returns the SNI hostname send by the client if we were able to parse it,
nullotherwise. - hostname() - Method in class io.netty.handler.ssl.SniHandler
- HostsFileEntries - Class in io.netty.resolver
-
A container of hosts file entries.
- HostsFileEntries(Map<String, Inet4Address>, Map<String, Inet6Address>) - Constructor for class io.netty.resolver.HostsFileEntries
- HostsFileEntriesProvider - Class in io.netty.resolver
-
A container of hosts file entries
- HostsFileEntriesProvider.Parser - Interface in io.netty.resolver
- hostsFileEntriesResolver() - Method in class io.netty.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.netty.resolver.dns.DnsNameResolverBuilder
- HostsFileEntriesResolver - Interface in io.netty.resolver
-
Resolves a hostname against the hosts file entries.
- HostsFileParser - Class in io.netty.resolver
-
A parser for hosts files.
- HT - Static variable in class io.netty.handler.codec.http.HttpConstants
-
Horizontal tab
- HTML5 - io.netty.handler.codec.http.multipart.HttpPostRequestEncoder.EncoderMode
-
The HTML5 spec disallows mixed mode in multipart/form-data requests.
- htmlQueryDecoding(boolean) - Method in class io.netty.handler.codec.http.QueryStringDecoder.Builder
-
RFC 3986 (the URI standard) makes no mention of using '+' to encode a space in a URI query component.
- HTTP - Static variable in class io.netty.handler.codec.http.HttpScheme
-
Scheme for non-secure HTTP connection.
- HTTP_1_0 - Static variable in class io.netty.handler.codec.http.HttpVersion
-
HTTP/1.0
- HTTP_1_1 - Static variable in class io.netty.handler.codec.http.HttpVersion
-
HTTP/1.1
- HTTP_1_1 - Static variable in class io.netty.handler.ssl.ApplicationProtocolNames
-
"http/1.1": HTTP version 1.1 - HTTP_1_1_REQUIRED - io.netty.handler.codec.http2.Http2Error
- HTTP_2 - Static variable in class io.netty.handler.ssl.ApplicationProtocolNames
-
"h2": HTTP version 2 - HTTP_UPGRADE_PROTOCOL_NAME - Static variable in class io.netty.handler.codec.http2.Http2CodecUtil
- HTTP_UPGRADE_SETTINGS_HEADER - Static variable in class io.netty.handler.codec.http2.Http2CodecUtil
- HTTP_UPGRADE_STREAM_ID - Static variable in class io.netty.handler.codec.http2.Http2CodecUtil
- HTTP_VERSION_NOT_SUPPORTED - Static variable in class io.netty.handler.codec.http.HttpResponseStatus
-
505 HTTP Version Not Supported
- Http2ChannelClosedException() - Constructor for exception io.netty.handler.codec.http2.StreamBufferingEncoder.Http2ChannelClosedException
- Http2ChannelDuplexHandler - Class in io.netty.handler.codec.http2
-
A
ChannelDuplexHandlerproviding additional functionality for HTTP/2. - Http2ChannelDuplexHandler() - Constructor for class io.netty.handler.codec.http2.Http2ChannelDuplexHandler
- Http2ClientUpgradeCodec - Class in io.netty.handler.codec.http2
-
Client-side cleartext upgrade codec from HTTP to HTTP/2.
- Http2ClientUpgradeCodec(Http2ConnectionHandler) - Constructor for class io.netty.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.netty.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.netty.handler.codec.http2.Http2ClientUpgradeCodec
- Http2ClientUpgradeCodec(String, Http2ConnectionHandler) - Constructor for class io.netty.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.netty.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.netty.handler.codec.http2.Http2ClientUpgradeCodec
- Http2CodecUtil - Class in io.netty.handler.codec.http2
-
Constants and utility method used for encoding/decoding HTTP2 frames.
- Http2Connection - Interface in io.netty.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.netty.handler.codec.http2
-
A view of the connection from one endpoint (local or remote).
- Http2Connection.Listener - Interface in io.netty.handler.codec.http2
-
Listener for life-cycle events for streams in this connection.
- Http2Connection.PropertyKey - Interface in io.netty.handler.codec.http2
-
A key to be used for associating application-defined properties with streams within this connection.
- Http2ConnectionAdapter - Class in io.netty.handler.codec.http2
-
Provides empty implementations of all
Http2Connection.Listenermethods. - Http2ConnectionAdapter() - Constructor for class io.netty.handler.codec.http2.Http2ConnectionAdapter
- Http2ConnectionDecoder - Interface in io.netty.handler.codec.http2
-
Handler for inbound traffic on behalf of
Http2ConnectionHandler. - Http2ConnectionEncoder - Interface in io.netty.handler.codec.http2
-
Handler for outbound HTTP/2 traffic.
- Http2ConnectionHandler - Class in io.netty.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.netty.handler.codec.http2.Http2ConnectionHandler
- Http2ConnectionHandler(Http2ConnectionDecoder, Http2ConnectionEncoder, Http2Settings, boolean) - Constructor for class io.netty.handler.codec.http2.Http2ConnectionHandler
- Http2ConnectionHandler(Http2ConnectionDecoder, Http2ConnectionEncoder, Http2Settings, boolean, boolean) - Constructor for class io.netty.handler.codec.http2.Http2ConnectionHandler
- Http2ConnectionHandlerBuilder - Class in io.netty.handler.codec.http2
-
Builder which builds
Http2ConnectionHandlerobjects. - Http2ConnectionHandlerBuilder() - Constructor for class io.netty.handler.codec.http2.Http2ConnectionHandlerBuilder
- Http2ConnectionPrefaceAndSettingsFrameWrittenEvent - Class in io.netty.handler.codec.http2
-
Signifies that the connection preface and the initial SETTINGS frame have been sent.
- Http2DataChunkedInput - Class in io.netty.handler.codec.http2
-
A
ChunkedInputthat fetches data chunk by chunk for use with HTTP/2 Data Frames. - Http2DataChunkedInput(ChunkedInput<ByteBuf>, Http2FrameStream) - Constructor for class io.netty.handler.codec.http2.Http2DataChunkedInput
-
Creates a new instance using the specified input.
- Http2DataFrame - Interface in io.netty.handler.codec.http2
-
HTTP/2 DATA frame.
- Http2DataWriter - Interface in io.netty.handler.codec.http2
-
Interface that defines an object capable of producing HTTP/2 data frames.
- Http2Error - Enum in io.netty.handler.codec.http2
-
All error codes identified by the HTTP/2 spec.
- Http2EventAdapter - Class in io.netty.handler.codec.http2
-
This class brings
Http2Connection.ListenerandHttp2FrameListenertogether to provide NOOP implementation so inheriting classes can selectively choose which methods to override. - Http2EventAdapter() - Constructor for class io.netty.handler.codec.http2.Http2EventAdapter
- Http2Exception - Exception in io.netty.handler.codec.http2
-
Exception thrown when an HTTP/2 error was encountered.
- Http2Exception(Http2Error) - Constructor for exception io.netty.handler.codec.http2.Http2Exception
- Http2Exception(Http2Error, Http2Exception.ShutdownHint) - Constructor for exception io.netty.handler.codec.http2.Http2Exception
- Http2Exception(Http2Error, String) - Constructor for exception io.netty.handler.codec.http2.Http2Exception
- Http2Exception(Http2Error, String, Http2Exception.ShutdownHint) - Constructor for exception io.netty.handler.codec.http2.Http2Exception
- Http2Exception(Http2Error, String, Throwable) - Constructor for exception io.netty.handler.codec.http2.Http2Exception
- Http2Exception(Http2Error, String, Throwable, Http2Exception.ShutdownHint) - Constructor for exception io.netty.handler.codec.http2.Http2Exception
- Http2Exception.ClosedStreamCreationException - Exception in io.netty.handler.codec.http2
-
Used when a stream creation attempt fails but may be because the stream was previously closed.
- Http2Exception.CompositeStreamException - Exception in io.netty.handler.codec.http2
-
Provides the ability to handle multiple stream exceptions with one throw statement.
- Http2Exception.HeaderListSizeException - Exception in io.netty.handler.codec.http2
- Http2Exception.ShutdownHint - Enum in io.netty.handler.codec.http2
-
Provides a hint as to if shutdown is justified, what type of shutdown should be executed.
- Http2Exception.StreamException - Exception in io.netty.handler.codec.http2
-
Represents an exception that can be isolated to a single stream (as opposed to the entire connection).
- Http2Flags - Class in io.netty.handler.codec.http2
-
Provides utility methods for accessing specific flags as defined by the HTTP/2 spec.
- Http2Flags() - Constructor for class io.netty.handler.codec.http2.Http2Flags
- Http2Flags(short) - Constructor for class io.netty.handler.codec.http2.Http2Flags
- Http2FlowController - Interface in io.netty.handler.codec.http2
-
Base interface for all HTTP/2 flow controllers.
- Http2Frame - Interface in io.netty.handler.codec.http2
-
An HTTP/2 frame.
- Http2FrameAdapter - Class in io.netty.handler.codec.http2
-
Convenience class that provides no-op implementations for all methods of
Http2FrameListener. - Http2FrameAdapter() - Constructor for class io.netty.handler.codec.http2.Http2FrameAdapter
- Http2FrameCodec - Class in io.netty.handler.codec.http2
-
An HTTP/2 handler that maps HTTP/2 frames to
Http2Frameobjects and vice versa. - Http2FrameCodec(Http2ConnectionEncoder, Http2ConnectionDecoder, Http2Settings, boolean, boolean) - Constructor for class io.netty.handler.codec.http2.Http2FrameCodec
- Http2FrameCodecBuilder - Class in io.netty.handler.codec.http2
-
Builder for the
Http2FrameCodec. - Http2FrameCodecBuilder() - Constructor for class io.netty.handler.codec.http2.Http2FrameCodecBuilder
-
Allows overriding behavior of existing builder.
- Http2FrameListener - Interface in io.netty.handler.codec.http2
-
An listener of HTTP/2 frames.
- Http2FrameListenerDecorator - Class in io.netty.handler.codec.http2
-
Provides a decorator around a
Http2FrameListenerand delegates all method calls - Http2FrameListenerDecorator(Http2FrameListener) - Constructor for class io.netty.handler.codec.http2.Http2FrameListenerDecorator
- Http2FrameLogger - Class in io.netty.handler.codec.http2
-
Logs HTTP2 frames for debugging purposes.
- Http2FrameLogger(LogLevel) - Constructor for class io.netty.handler.codec.http2.Http2FrameLogger
- Http2FrameLogger(LogLevel, Class<?>) - Constructor for class io.netty.handler.codec.http2.Http2FrameLogger
- Http2FrameLogger(LogLevel, String) - Constructor for class io.netty.handler.codec.http2.Http2FrameLogger
- Http2FrameLogger.Direction - Enum in io.netty.handler.codec.http2
- Http2FrameReader - Interface in io.netty.handler.codec.http2
-
Reads HTTP/2 frames from an input
ByteBufand notifies the specifiedHttp2FrameListenerwhen frames are complete. - Http2FrameReader.Configuration - Interface in io.netty.handler.codec.http2
-
Configuration specific to
Http2FrameReader - Http2FrameSizePolicy - Interface in io.netty.handler.codec.http2
- Http2FrameStream - Interface in io.netty.handler.codec.http2
-
A single stream within an HTTP/2 connection.
- Http2FrameStreamEvent - Class in io.netty.handler.codec.http2
- Http2FrameStreamEvent.Type - Enum in io.netty.handler.codec.http2
- Http2FrameStreamException - Exception in io.netty.handler.codec.http2
-
An HTTP/2 exception for a specific
Http2FrameStream. - Http2FrameStreamException(Http2FrameStream, Http2Error, Throwable) - Constructor for exception io.netty.handler.codec.http2.Http2FrameStreamException
- Http2FrameStreamVisitor - Interface in io.netty.handler.codec.http2
-
A visitor that allows to iterate over a collection of
Http2FrameStreams. - Http2FrameTypes - Class in io.netty.handler.codec.http2
-
Registry of all standard frame types defined by the HTTP/2 specification.
- Http2FrameWriter - Interface in io.netty.handler.codec.http2
-
A writer responsible for marshaling HTTP/2 frames to the channel.
- Http2FrameWriter.Configuration - Interface in io.netty.handler.codec.http2
-
Configuration specific to
Http2FrameWriter - Http2GoAwayException(int, long, byte[]) - Constructor for exception io.netty.handler.codec.http2.StreamBufferingEncoder.Http2GoAwayException
- Http2GoAwayFrame - Interface in io.netty.handler.codec.http2
-
HTTP/2 GOAWAY frame.
- http2Headers() - Method in class io.netty.handler.codec.http2.DefaultHttp2PushPromiseFrame
- http2Headers() - Method in interface io.netty.handler.codec.http2.Http2PushPromiseFrame
-
Http2Headerssent in Push Promise - Http2Headers - Interface in io.netty.handler.codec.http2
-
A collection of headers sent or received via HTTP/2.
- Http2Headers.PseudoHeaderName - Enum in io.netty.handler.codec.http2
-
HTTP/2 pseudo-headers names.
- Http2HeadersDecoder - Interface in io.netty.handler.codec.http2
-
Decodes HPACK-encoded headers blocks into
Http2Headers. - Http2HeadersDecoder.Configuration - Interface in io.netty.handler.codec.http2
-
Configuration related elements for the
Http2HeadersDecoderinterface - Http2HeadersEncoder - Interface in io.netty.handler.codec.http2
-
Encodes
Http2Headersinto HPACK-encoded headers blocks. - Http2HeadersEncoder.Configuration - Interface in io.netty.handler.codec.http2
-
Configuration related elements for the
Http2HeadersEncoderinterface - Http2HeadersEncoder.SensitivityDetector - Interface in io.netty.handler.codec.http2
-
Determine if a header name/value pair is treated as sensitive.
- Http2HeadersFrame - Interface in io.netty.handler.codec.http2
-
HTTP/2 HEADERS frame.
- Http2InboundFrameLogger - Class in io.netty.handler.codec.http2
-
Decorator around a
Http2FrameReaderthat logs all inbound frames before calling back the listener. - Http2InboundFrameLogger(Http2FrameReader, Http2FrameLogger) - Constructor for class io.netty.handler.codec.http2.Http2InboundFrameLogger
- Http2LifecycleManager - Interface in io.netty.handler.codec.http2
-
Manager for the life cycle of the HTTP/2 connection.
- Http2LocalFlowController - Interface in io.netty.handler.codec.http2
-
A
Http2FlowControllerfor controlling the inbound flow ofDATAframes from the remote endpoint. - Http2MultiplexActiveStreamsException - Exception in io.netty.handler.codec.http2
-
Exceptionthat can be used to wrap someThrowableand fire it through the pipeline. - Http2MultiplexActiveStreamsException(Throwable) - Constructor for exception io.netty.handler.codec.http2.Http2MultiplexActiveStreamsException
- Http2MultiplexCodec - Class in io.netty.handler.codec.http2
-
Deprecated.use
Http2FrameCodecBuildertogether withHttp2MultiplexHandler. - Http2MultiplexCodecBuilder - Class in io.netty.handler.codec.http2
-
Deprecated.use
Http2FrameCodecBuildertogether withHttp2MultiplexHandler. - Http2MultiplexHandler - Class in io.netty.handler.codec.http2
-
An HTTP/2 handler that creates child channels for each stream.
- Http2MultiplexHandler(ChannelHandler) - Constructor for class io.netty.handler.codec.http2.Http2MultiplexHandler
-
Creates a new instance
- Http2MultiplexHandler(ChannelHandler, ChannelHandler) - Constructor for class io.netty.handler.codec.http2.Http2MultiplexHandler
-
Creates a new instance
- Http2NoMoreStreamIdsException - Exception in io.netty.handler.codec.http2
-
This exception is thrown when there are no more stream IDs available for the current connection
- Http2NoMoreStreamIdsException() - Constructor for exception io.netty.handler.codec.http2.Http2NoMoreStreamIdsException
- Http2NoMoreStreamIdsException(Throwable) - Constructor for exception io.netty.handler.codec.http2.Http2NoMoreStreamIdsException
- Http2OutboundFrameLogger - Class in io.netty.handler.codec.http2
-
Decorator around a
Http2FrameWriterthat logs all outbound frames before calling the writer. - Http2OutboundFrameLogger(Http2FrameWriter, Http2FrameLogger) - Constructor for class io.netty.handler.codec.http2.Http2OutboundFrameLogger
- Http2PingFrame - Interface in io.netty.handler.codec.http2
-
HTTP/2 PING Frame.
- Http2PriorityFrame - Interface in io.netty.handler.codec.http2
-
HTTP/2 Priority Frame
- Http2PromisedRequestVerifier - Interface in io.netty.handler.codec.http2
-
Provides an extensibility point for users to define the validity of push requests.
- Http2PushPromiseFrame - Interface in io.netty.handler.codec.http2
-
HTTP/2 Push Promise Frame
- Http2RemoteFlowController - Interface in io.netty.handler.codec.http2
-
A
Http2FlowControllerfor controlling the flow of outboundDATAframes to the remote endpoint. - Http2RemoteFlowController.FlowControlled - Interface in io.netty.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.netty.handler.codec.http2
-
Listener to the number of flow-controlled bytes written per stream.
- Http2ResetFrame - Interface in io.netty.handler.codec.http2
-
HTTP/2 RST_STREAM frame.
- Http2SecurityUtil - Class in io.netty.handler.codec.http2
-
Provides utilities related to security requirements specific to HTTP/2.
- Http2ServerUpgradeCodec - Class in io.netty.handler.codec.http2
-
Server-side codec for performing a cleartext upgrade from HTTP/1.x to HTTP/2.
- Http2ServerUpgradeCodec(Http2ConnectionHandler) - Constructor for class io.netty.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.netty.handler.codec.http2.Http2ServerUpgradeCodec
-
Creates the codec using a default name for the connection handler when adding to the pipeline.
- Http2ServerUpgradeCodec(Http2MultiplexCodec) - Constructor for class io.netty.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.netty.handler.codec.http2.Http2ServerUpgradeCodec
-
Creates the codec providing an upgrade to the given handler for HTTP/2.
- Http2ServerUpgradeCodec(String, Http2ConnectionHandler, ChannelHandler...) - Constructor for class io.netty.handler.codec.http2.Http2ServerUpgradeCodec
- Http2ServerUpgradeCodec(String, Http2MultiplexCodec) - Constructor for class io.netty.handler.codec.http2.Http2ServerUpgradeCodec
-
Creates the codec providing an upgrade to the given handler for HTTP/2.
- Http2Settings - Class in io.netty.handler.codec.http2
-
Settings for one endpoint in an HTTP/2 connection.
- Http2Settings() - Constructor for class io.netty.handler.codec.http2.Http2Settings
- Http2Settings(int) - Constructor for class io.netty.handler.codec.http2.Http2Settings
- Http2Settings(int, float) - Constructor for class io.netty.handler.codec.http2.Http2Settings
- Http2SettingsAckFrame - Interface in io.netty.handler.codec.http2
-
An ack for a previously received
Http2SettingsFrame. - Http2SettingsFrame - Interface in io.netty.handler.codec.http2
-
HTTP/2 SETTINGS frame.
- Http2SettingsReceivedConsumer - Interface in io.netty.handler.codec.http2
-
Provides a Consumer like interface to consume remote settings received but not yet ACKed.
- Http2Stream - Interface in io.netty.handler.codec.http2
-
A single stream within an HTTP2 connection.
- Http2Stream.State - Enum in io.netty.handler.codec.http2
-
The allowed states of an HTTP2 stream.
- Http2StreamChannel - Interface in io.netty.handler.codec.http2
- Http2StreamChannelBootstrap - Class in io.netty.handler.codec.http2
- Http2StreamChannelBootstrap(Channel) - Constructor for class io.netty.handler.codec.http2.Http2StreamChannelBootstrap
- Http2StreamChannelOption<T> - Class in io.netty.handler.codec.http2
-
ChannelOptions that are specific toHttp2StreamChannels. - Http2StreamFrame - Interface in io.netty.handler.codec.http2
-
A frame whose meaning may apply to a particular stream, instead of the entire connection.
- Http2StreamFrameToHttpObjectCodec - Class in io.netty.handler.codec.http2
-
This handler converts from
Http2StreamFrametoHttpObject, and back. - Http2StreamFrameToHttpObjectCodec(boolean) - Constructor for class io.netty.handler.codec.http2.Http2StreamFrameToHttpObjectCodec
- Http2StreamFrameToHttpObjectCodec(boolean, boolean) - Constructor for class io.netty.handler.codec.http2.Http2StreamFrameToHttpObjectCodec
- Http2StreamVisitor - Interface in io.netty.handler.codec.http2
-
A visitor that allows iteration over a collection of streams.
- Http2UnknownFrame - Interface in io.netty.handler.codec.http2
- Http2WindowUpdateFrame - Interface in io.netty.handler.codec.http2
-
HTTP/2 WINDOW_UPDATE frame.
- Http3 - Class in io.netty.handler.codec.http3
-
Contains utility methods that help to bootstrap server / clients with HTTP3 support.
- HTTP3_SETTINGS_MAX_FIELD_SECTION_SIZE - Static variable in interface io.netty.handler.codec.http3.Http3SettingsFrame
- HTTP3_SETTINGS_QPACK_BLOCKED_STREAMS - Static variable in interface io.netty.handler.codec.http3.Http3SettingsFrame
- HTTP3_SETTINGS_QPACK_MAX_TABLE_CAPACITY - Static variable in interface io.netty.handler.codec.http3.Http3SettingsFrame
- Http3CancelPushFrame - Interface in io.netty.handler.codec.http3
-
See CANCEL_PUSH.
- Http3ClientConnectionHandler - Class in io.netty.handler.codec.http3
- Http3ClientConnectionHandler() - Constructor for class io.netty.handler.codec.http3.Http3ClientConnectionHandler
-
Create a new instance.
- Http3ClientConnectionHandler(ChannelHandler, LongFunction<ChannelHandler>, LongFunction<ChannelHandler>, Http3SettingsFrame, boolean) - Constructor for class io.netty.handler.codec.http3.Http3ClientConnectionHandler
-
Create a new instance.
- Http3ConnectionHandler - Class in io.netty.handler.codec.http3
-
Handler that handles HTTP3 connections.
- Http3ControlStreamFrame - Interface in io.netty.handler.codec.http3
-
Marker interface for frames that can be sent and received on a HTTP3 control stream.
- Http3DataFrame - Interface in io.netty.handler.codec.http3
-
See DATA.
- Http3ErrorCode - Enum in io.netty.handler.codec.http3
-
Different HTTP3 error codes.
- Http3Exception - Exception in io.netty.handler.codec.http3
-
An exception related to violate the HTTP3 spec.
- Http3Exception(Http3ErrorCode, String) - Constructor for exception io.netty.handler.codec.http3.Http3Exception
-
Create a new instance.
- Http3Exception(Http3ErrorCode, String, Throwable) - Constructor for exception io.netty.handler.codec.http3.Http3Exception
-
Create a new instance.
- Http3Frame - Interface in io.netty.handler.codec.http3
-
Marker interface that is implemented by all HTTP3 frames.
- Http3FrameToHttpObjectCodec - Class in io.netty.handler.codec.http3
-
This handler converts from
Http3RequestStreamFrametoHttpObject, and back. - Http3FrameToHttpObjectCodec(boolean) - Constructor for class io.netty.handler.codec.http3.Http3FrameToHttpObjectCodec
- Http3FrameToHttpObjectCodec(boolean, boolean) - Constructor for class io.netty.handler.codec.http3.Http3FrameToHttpObjectCodec
- Http3GoAwayFrame - Interface in io.netty.handler.codec.http3
-
See GOAWAY.
- Http3Headers - Interface in io.netty.handler.codec.http3
- Http3Headers.PseudoHeaderName - Enum in io.netty.handler.codec.http3
-
HTTP/2 (and HTTP/3) pseudo-headers names.
- Http3HeadersFrame - Interface in io.netty.handler.codec.http3
-
See HEADERS.
- Http3HeadersValidationException - Exception in io.netty.handler.codec.http3
-
Thrown if
Http3Headersvalidation fails for some reason. - Http3HeadersValidationException(String) - Constructor for exception io.netty.handler.codec.http3.Http3HeadersValidationException
-
Create a new instance.
- Http3HeadersValidationException(String, Throwable) - Constructor for exception io.netty.handler.codec.http3.Http3HeadersValidationException
-
Create a new instance.
- Http3MaxPushIdFrame - Interface in io.netty.handler.codec.http3
-
See MAX_PUSH_ID.
- Http3PushPromiseFrame - Interface in io.netty.handler.codec.http3
-
See PUSH_PROMISE.
- Http3PushStreamClientInitializer - Class in io.netty.handler.codec.http3
-
Abstract base class that users can extend to init HTTP/3 push-streams for clients.
- Http3PushStreamClientInitializer() - Constructor for class io.netty.handler.codec.http3.Http3PushStreamClientInitializer
- Http3PushStreamFrame - Interface in io.netty.handler.codec.http3
-
Marker interface for frames that can be sent and received on a HTTP3 push stream.
- Http3PushStreamServerInitializer - Class in io.netty.handler.codec.http3
-
Abstract base class that users can extend to init HTTP/3 push-streams for servers.
- Http3PushStreamServerInitializer(long) - Constructor for class io.netty.handler.codec.http3.Http3PushStreamServerInitializer
- Http3RequestStreamFrame - Interface in io.netty.handler.codec.http3
-
Marker interface for frames that can be sent and received on a HTTP3 request stream.
- Http3RequestStreamInboundHandler - Class in io.netty.handler.codec.http3
-
ChannelInboundHandlerAdapterwhich makes it easy to handle HTTP3 request streams. - Http3RequestStreamInboundHandler() - Constructor for class io.netty.handler.codec.http3.Http3RequestStreamInboundHandler
- Http3RequestStreamInitializer - Class in io.netty.handler.codec.http3
-
Abstract base class that users can extend to init HTTP/3 request-streams.
- Http3RequestStreamInitializer() - Constructor for class io.netty.handler.codec.http3.Http3RequestStreamInitializer
- Http3ServerConnectionHandler - Class in io.netty.handler.codec.http3
-
Handler that handles HTTP3 for the server-side.
- Http3ServerConnectionHandler(ChannelHandler) - Constructor for class io.netty.handler.codec.http3.Http3ServerConnectionHandler
-
Create a new instance.
- Http3ServerConnectionHandler(ChannelHandler, ChannelHandler, LongFunction<ChannelHandler>, Http3SettingsFrame, boolean) - Constructor for class io.netty.handler.codec.http3.Http3ServerConnectionHandler
-
Create a new instance.
- Http3ServerPushStreamManager - Class in io.netty.handler.codec.http3
-
A manager for push streams for a server.
- Http3ServerPushStreamManager(QuicChannel) - Constructor for class io.netty.handler.codec.http3.Http3ServerPushStreamManager
-
Creates a new instance.
- Http3ServerPushStreamManager(QuicChannel, int) - Constructor for class io.netty.handler.codec.http3.Http3ServerPushStreamManager
-
Creates a new instance.
- Http3SettingsFrame - Interface in io.netty.handler.codec.http3
-
See SETTINGS.
- Http3UnknownFrame - Interface in io.netty.handler.codec.http3
- HttpChunkedInput - Class in io.netty.handler.codec.http
-
A
ChunkedInputthat fetches data chunk by chunk for use with HTTP chunked transfers. - HttpChunkedInput(ChunkedInput<ByteBuf>) - Constructor for class io.netty.handler.codec.http.HttpChunkedInput
-
Creates a new instance using the specified input.
- HttpChunkedInput(ChunkedInput<ByteBuf>, LastHttpContent) - Constructor for class io.netty.handler.codec.http.HttpChunkedInput
-
Creates a new instance using the specified input.
- HttpClientCodec - Class in io.netty.handler.codec.http
-
A combination of
HttpRequestEncoderandHttpResponseDecoderwhich enables easier client side HTTP implementation. - HttpClientCodec() - Constructor for class io.netty.handler.codec.http.HttpClientCodec
-
Creates a new instance with the default decoder options (
maxInitialLineLength (4096),maxHeaderSize (8192), andmaxChunkSize (8192)). - HttpClientCodec(int, int, int) - Constructor for class io.netty.handler.codec.http.HttpClientCodec
-
Creates a new instance with the specified decoder options.
- HttpClientCodec(int, int, int, boolean) - Constructor for class io.netty.handler.codec.http.HttpClientCodec
-
Creates a new instance with the specified decoder options.
- HttpClientCodec(int, int, int, boolean, boolean) - Constructor for class io.netty.handler.codec.http.HttpClientCodec
-
Deprecated.Prefer the
HttpClientCodec(int, int, int, boolean)constructor, to always enable header validation. - HttpClientCodec(int, int, int, boolean, boolean, boolean) - Constructor for class io.netty.handler.codec.http.HttpClientCodec
-
Deprecated.Prefer the
HttpClientCodec(HttpDecoderConfig, boolean, boolean)constructor, to always enable header validation. - HttpClientCodec(int, int, int, boolean, boolean, int) - Constructor for class io.netty.handler.codec.http.HttpClientCodec
-
Deprecated.Prefer the
HttpClientCodec(HttpDecoderConfig, boolean, boolean)constructor, to always enable header validation. - HttpClientCodec(int, int, int, boolean, boolean, int, boolean) - Constructor for class io.netty.handler.codec.http.HttpClientCodec
-
Deprecated.Prefer the
HttpClientCodec(HttpDecoderConfig, boolean, boolean)constructor, to always enable header validation. - HttpClientCodec(int, int, int, boolean, boolean, int, boolean, boolean) - Constructor for class io.netty.handler.codec.http.HttpClientCodec
-
Deprecated.Prefer the
HttpClientCodec(HttpDecoderConfig, boolean, boolean)constructor, to always enable header validation. - HttpClientCodec(int, int, int, boolean, boolean, int, boolean, boolean, boolean) - Constructor for class io.netty.handler.codec.http.HttpClientCodec
-
Deprecated.Prefer the
HttpClientCodec(HttpDecoderConfig, boolean, boolean)constructor, to always enable header validation. - HttpClientCodec(HttpDecoderConfig, boolean, boolean) - Constructor for class io.netty.handler.codec.http.HttpClientCodec
-
Creates a new instance with the specified decoder options.
- HttpClientUpgradeHandler - Class in io.netty.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.netty.handler.codec.http.HttpClientUpgradeHandler
-
Constructs the client upgrade handler.
- HttpClientUpgradeHandler.SourceCodec - Interface in io.netty.handler.codec.http
-
The source codec that is used in the pipeline initially.
- HttpClientUpgradeHandler.UpgradeCodec - Interface in io.netty.handler.codec.http
-
A codec that the source can be upgraded to.
- HttpClientUpgradeHandler.UpgradeEvent - Enum in io.netty.handler.codec.http
-
User events that are fired to notify about upgrade status.
- HttpConstants - Class in io.netty.handler.codec.http
- HttpContent - Interface in io.netty.handler.codec.http
-
An HTTP chunk which is used for HTTP chunked transfer-encoding.
- HttpContentCompressor - Class in io.netty.handler.codec.http
-
Compresses an
HttpMessageand anHttpContentingzipordeflateencoding while respecting the"Accept-Encoding"header. - HttpContentCompressor() - Constructor for class io.netty.handler.codec.http.HttpContentCompressor
-
Creates a new handler with
StandardCompressionOptions.brotli()(if supported) ,StandardCompressionOptions.zstd()(if supported),StandardCompressionOptions.snappy(),StandardCompressionOptions.gzip()andStandardCompressionOptions.deflate(). - HttpContentCompressor(int) - Constructor for class io.netty.handler.codec.http.HttpContentCompressor
-
Deprecated.
- HttpContentCompressor(int, int, int) - Constructor for class io.netty.handler.codec.http.HttpContentCompressor
-
Deprecated.
- HttpContentCompressor(int, int, int, int) - Constructor for class io.netty.handler.codec.http.HttpContentCompressor
-
Deprecated.
- HttpContentCompressor(int, CompressionOptions...) - Constructor for class io.netty.handler.codec.http.HttpContentCompressor
-
Create a new
HttpContentCompressorinstance with specifiedCompressionOptionss - HttpContentCompressor(CompressionOptions...) - Constructor for class io.netty.handler.codec.http.HttpContentCompressor
-
Create a new
HttpContentCompressorInstance with specifiedCompressionOptionss and contentSizeThreshold set to0 - HttpContentDecoder - Class in io.netty.handler.codec.http
-
Decodes the content of the received
HttpRequestandHttpContent. - HttpContentDecoder() - Constructor for class io.netty.handler.codec.http.HttpContentDecoder
- HttpContentDecompressor - Class in io.netty.handler.codec.http
- HttpContentDecompressor() - Constructor for class io.netty.handler.codec.http.HttpContentDecompressor
-
Deprecated.
- HttpContentDecompressor(boolean) - Constructor for class io.netty.handler.codec.http.HttpContentDecompressor
-
Deprecated.
- HttpContentDecompressor(boolean, int) - Constructor for class io.netty.handler.codec.http.HttpContentDecompressor
-
Create a new
HttpContentDecompressor. - HttpContentDecompressor(int) - Constructor for class io.netty.handler.codec.http.HttpContentDecompressor
-
Create a new
HttpContentDecompressorin non-strict mode. - HttpContentEncoder - Class in io.netty.handler.codec.http
-
Encodes the content of the outbound
HttpResponseandHttpContent. - HttpContentEncoder() - Constructor for class io.netty.handler.codec.http.HttpContentEncoder
- HttpContentEncoder.Result - Class in io.netty.handler.codec.http
- HttpConversionUtil - Class in io.netty.handler.codec.http2
-
Provides utility methods and constants for the HTTP/2 to HTTP conversion
- HttpConversionUtil - Class in io.netty.handler.codec.http3
-
Provides utility methods and constants for the HTTP/3 to HTTP conversion
- HttpConversionUtil.ExtensionHeaderNames - Enum in io.netty.handler.codec.http2
-
Provides the HTTP header extensions used to carry HTTP/2 information in HTTP objects
- HttpConversionUtil.ExtensionHeaderNames - Enum in io.netty.handler.codec.http3
-
Provides the HTTP header extensions used to carry HTTP/3 information in HTTP objects
- HttpData - Interface in io.netty.handler.codec.http.multipart
-
Extended interface for InterfaceHttpData
- HttpDataFactory - Interface in io.netty.handler.codec.http.multipart
-
Interface to enable creation of InterfaceHttpData objects
- HttpDecoderConfig - Class in io.netty.handler.codec.http
-
A configuration object for specifying the behaviour of
HttpObjectDecoderand its subclasses. - HttpDecoderConfig() - Constructor for class io.netty.handler.codec.http.HttpDecoderConfig
- HttpExpectationFailedEvent - Class in io.netty.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.
- HttpHeaderDateFormat - Class in io.netty.handler.codec.http
-
Deprecated.Use
DateFormatterinstead - HttpHeaderNames - Class in io.netty.handler.codec.http
-
Standard HTTP header names.
- HttpHeaders - Class in io.netty.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.netty.handler.codec.http.HttpHeaders
- HttpHeaders.Names - Class in io.netty.handler.codec.http
-
Deprecated.Use
HttpHeaderNamesinstead. Standard HTTP header names. - HttpHeaders.Values - Class in io.netty.handler.codec.http
-
Deprecated.Use
HttpHeaderValuesinstead. Standard HTTP header values. - HttpHeadersFactory - Interface in io.netty.handler.codec.http
-
An interface for creating
HttpHeadersinstances. - HttpHeaderValidationUtil - Class in io.netty.handler.codec.http
-
Functions used to perform various validations of HTTP header names and values.
- HttpHeaderValues - Class in io.netty.handler.codec.http
-
Standard HTTP header values.
- HttpMessage - Interface in io.netty.handler.codec.http
-
An interface that defines an HTTP message, providing common properties for
HttpRequestandHttpResponse. - HttpMessageDecoderResult - Class in io.netty.handler.codec.http
- HttpMethod - Class in io.netty.handler.codec.http
- HttpMethod(String) - Constructor for class io.netty.handler.codec.http.HttpMethod
-
Creates a new HTTP method with the specified name.
- HttpObject - Interface in io.netty.handler.codec.http
- HttpObjectAggregator - Class in io.netty.handler.codec.http
-
A
ChannelHandlerthat aggregates anHttpMessageand its followingHttpContents into a singleFullHttpRequestorFullHttpResponse(depending on if it used to handle requests or responses) with no followingHttpContents. - HttpObjectAggregator(int) - Constructor for class io.netty.handler.codec.http.HttpObjectAggregator
-
Creates a new instance.
- HttpObjectAggregator(int, boolean) - Constructor for class io.netty.handler.codec.http.HttpObjectAggregator
-
Creates a new instance.
- HttpObjectDecoder - Class in io.netty.handler.codec.http
- HttpObjectDecoder() - Constructor for class io.netty.handler.codec.http.HttpObjectDecoder
-
Creates a new instance with the default
maxInitialLineLength (4096),maxHeaderSize (8192), andmaxChunkSize (8192). - HttpObjectDecoder(int, int, int, boolean) - Constructor for class io.netty.handler.codec.http.HttpObjectDecoder
-
Deprecated.Use
HttpObjectDecoder(HttpDecoderConfig)instead. - HttpObjectDecoder(int, int, int, boolean, boolean) - Constructor for class io.netty.handler.codec.http.HttpObjectDecoder
-
Deprecated.Use
HttpObjectDecoder(HttpDecoderConfig)instead. - HttpObjectDecoder(int, int, int, boolean, boolean, int) - Constructor for class io.netty.handler.codec.http.HttpObjectDecoder
-
Deprecated.Use
HttpObjectDecoder(HttpDecoderConfig)instead. - HttpObjectDecoder(int, int, int, boolean, boolean, int, boolean) - Constructor for class io.netty.handler.codec.http.HttpObjectDecoder
-
Deprecated.Use
HttpObjectDecoder(HttpDecoderConfig)instead. - HttpObjectDecoder(int, int, int, boolean, boolean, int, boolean, boolean) - Constructor for class io.netty.handler.codec.http.HttpObjectDecoder
-
Deprecated.Use
HttpObjectDecoder(HttpDecoderConfig)instead. - HttpObjectDecoder(HttpDecoderConfig) - Constructor for class io.netty.handler.codec.http.HttpObjectDecoder
-
Creates a new instance with the specified configuration.
- HttpObjectEncoder<H extends HttpMessage> - Class in io.netty.handler.codec.http
- HttpObjectEncoder() - Constructor for class io.netty.handler.codec.http.HttpObjectEncoder
- HTTPONLY - Static variable in class io.netty.handler.codec.http.cookie.CookieHeaderNames
- HttpPostMultipartRequestDecoder - Class in io.netty.handler.codec.http.multipart
-
This decoder will decode Body and can handle POST BODY.
- HttpPostMultipartRequestDecoder(HttpRequest) - Constructor for class io.netty.handler.codec.http.multipart.HttpPostMultipartRequestDecoder
- HttpPostMultipartRequestDecoder(HttpDataFactory, HttpRequest) - Constructor for class io.netty.handler.codec.http.multipart.HttpPostMultipartRequestDecoder
- HttpPostMultipartRequestDecoder(HttpDataFactory, HttpRequest, Charset) - Constructor for class io.netty.handler.codec.http.multipart.HttpPostMultipartRequestDecoder
- HttpPostMultipartRequestDecoder(HttpDataFactory, HttpRequest, Charset, int, int) - Constructor for class io.netty.handler.codec.http.multipart.HttpPostMultipartRequestDecoder
- HttpPostRequestDecoder - Class in io.netty.handler.codec.http.multipart
-
This decoder will decode Body and can handle POST BODY.
- HttpPostRequestDecoder(HttpRequest) - Constructor for class io.netty.handler.codec.http.multipart.HttpPostRequestDecoder
- HttpPostRequestDecoder(HttpRequest, int, int) - Constructor for class io.netty.handler.codec.http.multipart.HttpPostRequestDecoder
- HttpPostRequestDecoder(HttpDataFactory, HttpRequest) - Constructor for class io.netty.handler.codec.http.multipart.HttpPostRequestDecoder
- HttpPostRequestDecoder(HttpDataFactory, HttpRequest, Charset) - Constructor for class io.netty.handler.codec.http.multipart.HttpPostRequestDecoder
- HttpPostRequestDecoder(HttpDataFactory, HttpRequest, Charset, int, int) - Constructor for class io.netty.handler.codec.http.multipart.HttpPostRequestDecoder
- HttpPostRequestDecoder.EndOfDataDecoderException - Exception in io.netty.handler.codec.http.multipart
-
Exception when the body is fully decoded, even if there is still data
- HttpPostRequestDecoder.ErrorDataDecoderException - Exception in io.netty.handler.codec.http.multipart
-
Exception when an error occurs while decoding
- HttpPostRequestDecoder.MultiPartStatus - Enum in io.netty.handler.codec.http.multipart
-
states follow NOTSTARTED PREAMBLE ( (HEADERDELIMITER DISPOSITION (FIELD | FILEUPLOAD))* (HEADERDELIMITER DISPOSITION MIXEDPREAMBLE (MIXEDDELIMITER MIXEDDISPOSITION MIXEDFILEUPLOAD)+ MIXEDCLOSEDELIMITER)* CLOSEDELIMITER)+ EPILOGUE First getStatus is: NOSTARTED Content-type: multipart/form-data, boundary=AaB03x => PREAMBLE in Header --AaB03x => HEADERDELIMITER content-disposition: form-data; name="field1" => DISPOSITION Joe Blow => FIELD --AaB03x => HEADERDELIMITER content-disposition: form-data; name="pics" => DISPOSITION Content-type: multipart/mixed, boundary=BbC04y --BbC04y => MIXEDDELIMITER Content-disposition: attachment; filename="file1.txt" => MIXEDDISPOSITION Content-Type: text/plain ... contents of file1.txt
- HttpPostRequestDecoder.NotEnoughDataDecoderException - Exception in io.netty.handler.codec.http.multipart
-
Exception when try reading data from request in chunked format, and not enough data are available (need more chunks)
- HttpPostRequestDecoder.TooLongFormFieldException - Exception in io.netty.handler.codec.http.multipart
-
Exception when a field content is too long
- HttpPostRequestDecoder.TooManyFormFieldsException - Exception in io.netty.handler.codec.http.multipart
-
Exception when the maximum number of fields for a given form is reached
- HttpPostRequestEncoder - Class in io.netty.handler.codec.http.multipart
-
This encoder will help to encode Request for a FORM as POST.
- HttpPostRequestEncoder(HttpRequest, boolean) - Constructor for class io.netty.handler.codec.http.multipart.HttpPostRequestEncoder
- HttpPostRequestEncoder(HttpDataFactory, HttpRequest, boolean) - Constructor for class io.netty.handler.codec.http.multipart.HttpPostRequestEncoder
- HttpPostRequestEncoder(HttpDataFactory, HttpRequest, boolean, Charset, HttpPostRequestEncoder.EncoderMode) - Constructor for class io.netty.handler.codec.http.multipart.HttpPostRequestEncoder
- HttpPostRequestEncoder.EncoderMode - Enum in io.netty.handler.codec.http.multipart
-
Different modes to use to encode form data.
- HttpPostRequestEncoder.ErrorDataEncoderException - Exception in io.netty.handler.codec.http.multipart
-
Exception when an error occurs while encoding
- HttpPostStandardRequestDecoder - Class in io.netty.handler.codec.http.multipart
-
This decoder will decode Body and can handle POST BODY.
- HttpPostStandardRequestDecoder(HttpRequest) - Constructor for class io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder
- HttpPostStandardRequestDecoder(HttpDataFactory, HttpRequest) - Constructor for class io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder
- HttpPostStandardRequestDecoder(HttpDataFactory, HttpRequest, Charset) - Constructor for class io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder
- HttpPostStandardRequestDecoder(HttpDataFactory, HttpRequest, Charset, int, int) - Constructor for class io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder
- HttpProxyConnectException(String, HttpHeaders) - Constructor for exception io.netty.handler.proxy.HttpProxyHandler.HttpProxyConnectException
- HttpProxyHandler - Class in io.netty.handler.proxy
-
Handler that establishes a blind forwarding proxy tunnel using HTTP/1.1 CONNECT request.
- HttpProxyHandler(SocketAddress) - Constructor for class io.netty.handler.proxy.HttpProxyHandler
- HttpProxyHandler(SocketAddress, HttpHeaders) - Constructor for class io.netty.handler.proxy.HttpProxyHandler
- HttpProxyHandler(SocketAddress, HttpHeaders, boolean) - Constructor for class io.netty.handler.proxy.HttpProxyHandler
- HttpProxyHandler(SocketAddress, String, String) - Constructor for class io.netty.handler.proxy.HttpProxyHandler
- HttpProxyHandler(SocketAddress, String, String, HttpHeaders) - Constructor for class io.netty.handler.proxy.HttpProxyHandler
- HttpProxyHandler(SocketAddress, String, String, HttpHeaders, boolean) - Constructor for class io.netty.handler.proxy.HttpProxyHandler
- HttpProxyHandler.HttpProxyConnectException - Exception in io.netty.handler.proxy
-
Specific case of a connection failure, which may include headers from the proxy.
- HttpRequest - Interface in io.netty.handler.codec.http
-
An HTTP request.
- HttpRequestDecoder - Class in io.netty.handler.codec.http
- HttpRequestDecoder() - Constructor for class io.netty.handler.codec.http.HttpRequestDecoder
-
Creates a new instance with the default
maxInitialLineLength (4096),maxHeaderSize (8192), andmaxChunkSize (8192). - HttpRequestDecoder(int, int, int) - Constructor for class io.netty.handler.codec.http.HttpRequestDecoder
-
Creates a new instance with the specified parameters.
- HttpRequestDecoder(int, int, int, boolean) - Constructor for class io.netty.handler.codec.http.HttpRequestDecoder
-
Deprecated.Prefer the
HttpRequestDecoder(HttpDecoderConfig)constructor, to always have header validation enabled. - HttpRequestDecoder(int, int, int, boolean, int) - Constructor for class io.netty.handler.codec.http.HttpRequestDecoder
-
Deprecated.Prefer the
HttpRequestDecoder(HttpDecoderConfig)constructor, to always have header validation enabled. - HttpRequestDecoder(int, int, int, boolean, int, boolean) - Constructor for class io.netty.handler.codec.http.HttpRequestDecoder
-
Deprecated.Prefer the
HttpRequestDecoder(HttpDecoderConfig)constructor, to always have header validation enabled. - HttpRequestDecoder(int, int, int, boolean, int, boolean, boolean) - Constructor for class io.netty.handler.codec.http.HttpRequestDecoder
-
Deprecated.Prefer the
HttpRequestDecoder(HttpDecoderConfig)constructor, to always have header validation enabled. - HttpRequestDecoder(HttpDecoderConfig) - Constructor for class io.netty.handler.codec.http.HttpRequestDecoder
-
Creates a new instance with the specified configuration.
- HttpRequestEncoder - Class in io.netty.handler.codec.http
- HttpRequestEncoder() - Constructor for class io.netty.handler.codec.http.HttpRequestEncoder
- HttpResponse - Interface in io.netty.handler.codec.http
-
An HTTP response.
- HttpResponseDecoder - Class in io.netty.handler.codec.http
- HttpResponseDecoder() - Constructor for class io.netty.handler.codec.http.HttpResponseDecoder
-
Creates a new instance with the default
maxInitialLineLength (4096),maxHeaderSize (8192), andmaxChunkSize (8192). - HttpResponseDecoder(int, int, int) - Constructor for class io.netty.handler.codec.http.HttpResponseDecoder
-
Creates a new instance with the specified parameters.
- HttpResponseDecoder(int, int, int, boolean) - Constructor for class io.netty.handler.codec.http.HttpResponseDecoder
-
Deprecated.Prefer the
HttpResponseDecoder(HttpDecoderConfig)constructor. - HttpResponseDecoder(int, int, int, boolean, int) - Constructor for class io.netty.handler.codec.http.HttpResponseDecoder
-
Deprecated.Prefer the
HttpResponseDecoder(HttpDecoderConfig)constructor. - HttpResponseDecoder(int, int, int, boolean, int, boolean) - Constructor for class io.netty.handler.codec.http.HttpResponseDecoder
-
Deprecated.Prefer the
HttpResponseDecoder(HttpDecoderConfig)constructor. - HttpResponseDecoder(int, int, int, boolean, int, boolean, boolean) - Constructor for class io.netty.handler.codec.http.HttpResponseDecoder
-
Deprecated.Prefer the
HttpResponseDecoder(HttpDecoderConfig)constructor. - HttpResponseDecoder(HttpDecoderConfig) - Constructor for class io.netty.handler.codec.http.HttpResponseDecoder
-
Creates a new instance with the specified configuration.
- HttpResponseEncoder - Class in io.netty.handler.codec.http
- HttpResponseEncoder() - Constructor for class io.netty.handler.codec.http.HttpResponseEncoder
- HttpResponseStatus - Class in io.netty.handler.codec.http
- HttpResponseStatus(int, String) - Constructor for class io.netty.handler.codec.http.HttpResponseStatus
-
Creates a new instance with the specified
codeand itsreasonPhrase. - HTTPS - Static variable in class io.netty.handler.codec.dns.DnsRecordType
-
Service Binding and Parameter Specification via the DNS (SVCB and HTTPS Resource Records).
- HTTPS - Static variable in class io.netty.handler.codec.http.HttpScheme
-
Scheme for secure HTTP connection.
- httpScheme(HttpScheme) - Method in class io.netty.handler.codec.http2.HttpToHttp2ConnectionHandlerBuilder
-
Add
schemeinHttp2Headersif not already present. - HttpScheme - Class in io.netty.handler.codec.http
-
Defines the common schemes used for the HTTP protocol as defined by rfc7230.
- HttpServerCodec - Class in io.netty.handler.codec.http
-
A combination of
HttpRequestDecoderandHttpResponseEncoderwhich enables easier server side HTTP implementation. - HttpServerCodec() - Constructor for class io.netty.handler.codec.http.HttpServerCodec
-
Creates a new instance with the default decoder options (
maxInitialLineLength (4096),maxHeaderSize (8192), andmaxChunkSize (8192)). - HttpServerCodec(int, int, int) - Constructor for class io.netty.handler.codec.http.HttpServerCodec
-
Creates a new instance with the specified decoder options.
- HttpServerCodec(int, int, int, boolean) - Constructor for class io.netty.handler.codec.http.HttpServerCodec
-
Deprecated.Prefer the
HttpServerCodec(HttpDecoderConfig)constructor, to always enable header validation. - HttpServerCodec(int, int, int, boolean, int) - Constructor for class io.netty.handler.codec.http.HttpServerCodec
-
Deprecated.Prefer the
HttpServerCodec(HttpDecoderConfig)constructor, to always enable header validation. - HttpServerCodec(int, int, int, boolean, int, boolean) - Constructor for class io.netty.handler.codec.http.HttpServerCodec
-
Deprecated.Prefer the
HttpServerCodec(HttpDecoderConfig)constructor, to always enable header validation. - HttpServerCodec(int, int, int, boolean, int, boolean, boolean) - Constructor for class io.netty.handler.codec.http.HttpServerCodec
-
Deprecated.Prefer the
HttpServerCodec(HttpDecoderConfig)constructor, to always enable header validation. - HttpServerCodec(HttpDecoderConfig) - Constructor for class io.netty.handler.codec.http.HttpServerCodec
-
Creates a new instance with the specified decoder configuration.
- HttpServerExpectContinueHandler - Class in io.netty.handler.codec.http
- HttpServerExpectContinueHandler() - Constructor for class io.netty.handler.codec.http.HttpServerExpectContinueHandler
- HttpServerKeepAliveHandler - Class in io.netty.handler.codec.http
-
HttpServerKeepAliveHandler helps close persistent connections when appropriate.
- HttpServerKeepAliveHandler() - Constructor for class io.netty.handler.codec.http.HttpServerKeepAliveHandler
- HttpServerUpgradeHandler - Class in io.netty.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.netty.handler.codec.http.HttpServerUpgradeHandler
-
Constructs the upgrader with the supported codecs.
- HttpServerUpgradeHandler(HttpServerUpgradeHandler.SourceCodec, HttpServerUpgradeHandler.UpgradeCodecFactory, int) - Constructor for class io.netty.handler.codec.http.HttpServerUpgradeHandler
-
Constructs the upgrader with the supported codecs.
- HttpServerUpgradeHandler(HttpServerUpgradeHandler.SourceCodec, HttpServerUpgradeHandler.UpgradeCodecFactory, int, boolean) - Constructor for class io.netty.handler.codec.http.HttpServerUpgradeHandler
-
Constructs the upgrader with the supported codecs.
- HttpServerUpgradeHandler(HttpServerUpgradeHandler.SourceCodec, HttpServerUpgradeHandler.UpgradeCodecFactory, int, HttpHeadersFactory, HttpHeadersFactory) - Constructor for class io.netty.handler.codec.http.HttpServerUpgradeHandler
-
Constructs the upgrader with the supported codecs.
- HttpServerUpgradeHandler(HttpServerUpgradeHandler.SourceCodec, HttpServerUpgradeHandler.UpgradeCodecFactory, int, HttpHeadersFactory, HttpHeadersFactory, boolean) - Constructor for class io.netty.handler.codec.http.HttpServerUpgradeHandler
-
Constructs the upgrader with the supported codecs.
- HttpServerUpgradeHandler.SourceCodec - Interface in io.netty.handler.codec.http
-
The source codec that is used in the pipeline initially.
- HttpServerUpgradeHandler.UpgradeCodec - Interface in io.netty.handler.codec.http
-
A codec that the source can be upgraded to.
- HttpServerUpgradeHandler.UpgradeCodecFactory - Interface in io.netty.handler.codec.http
-
Creates a new
HttpServerUpgradeHandler.UpgradeCodecfor the requested protocol name. - HttpServerUpgradeHandler.UpgradeEvent - Class in io.netty.handler.codec.http
-
User event that is fired to notify about the completion of an HTTP upgrade to another protocol.
- HttpStatusClass - Enum in io.netty.handler.codec.http
-
The class of HTTP status.
- HttpToHttp2ConnectionHandler - Class in io.netty.handler.codec.http2
-
Translates HTTP/1.x object writes into HTTP/2 frames.
- HttpToHttp2ConnectionHandler(Http2ConnectionDecoder, Http2ConnectionEncoder, Http2Settings, boolean) - Constructor for class io.netty.handler.codec.http2.HttpToHttp2ConnectionHandler
- HttpToHttp2ConnectionHandler(Http2ConnectionDecoder, Http2ConnectionEncoder, Http2Settings, boolean, boolean) - Constructor for class io.netty.handler.codec.http2.HttpToHttp2ConnectionHandler
- HttpToHttp2ConnectionHandler(Http2ConnectionDecoder, Http2ConnectionEncoder, Http2Settings, boolean, boolean, boolean, HttpScheme) - Constructor for class io.netty.handler.codec.http2.HttpToHttp2ConnectionHandler
- HttpToHttp2ConnectionHandler(Http2ConnectionDecoder, Http2ConnectionEncoder, Http2Settings, boolean, boolean, HttpScheme) - Constructor for class io.netty.handler.codec.http2.HttpToHttp2ConnectionHandler
- HttpToHttp2ConnectionHandlerBuilder - Class in io.netty.handler.codec.http2
-
Builder which builds
HttpToHttp2ConnectionHandlerobjects. - HttpToHttp2ConnectionHandlerBuilder() - Constructor for class io.netty.handler.codec.http2.HttpToHttp2ConnectionHandlerBuilder
- HttpUtil - Class in io.netty.handler.codec.http
-
Utility methods useful in the HTTP context.
- HttpVersion - Class in io.netty.handler.codec.http
- HttpVersion(String, boolean) - Constructor for class io.netty.handler.codec.http.HttpVersion
-
Creates a new HTTP version with the specified version string.
- HttpVersion(String, int, int, boolean) - Constructor for class io.netty.handler.codec.http.HttpVersion
-
Creates a new HTTP version with the specified protocol name and version numbers.
- hystart(boolean) - Method in class io.netty.handler.codec.quic.QuicCodecBuilder
-
See enable_hystart.
I
- id() - Method in class io.netty.channel.AbstractChannel
- id() - Method in interface io.netty.channel.Channel
-
Returns the globally unique identifier of this
Channel. - id() - Method in class io.netty.channel.local.LocalAddress
-
Returns the ID of this address.
- id() - Method in class io.netty.handler.codec.dns.AbstractDnsMessage
- id() - Method in interface io.netty.handler.codec.dns.DnsMessage
-
Returns the
IDof this DNS message. - id() - Method in interface io.netty.handler.codec.http2.Http2FrameStream
-
Returns the stream identifier.
- id() - Method in interface io.netty.handler.codec.http2.Http2Stream
-
Gets the unique identifier for this stream within the connection.
- id() - Method in class io.netty.handler.codec.http3.DefaultHttp3CancelPushFrame
- id() - Method in class io.netty.handler.codec.http3.DefaultHttp3GoAwayFrame
- id() - Method in class io.netty.handler.codec.http3.DefaultHttp3MaxPushIdFrame
- id() - Method in class io.netty.handler.codec.http3.DefaultHttp3PushPromiseFrame
- id() - Method in interface io.netty.handler.codec.http3.Http3CancelPushFrame
-
Returns the push id that identifies the server push that is being cancelled.
- id() - Method in interface io.netty.handler.codec.http3.Http3GoAwayFrame
-
Returns the id.
- id() - Method in interface io.netty.handler.codec.http3.Http3MaxPushIdFrame
-
Returns the maximum value for a Push ID that the server can use.
- id() - Method in interface io.netty.handler.codec.http3.Http3PushPromiseFrame
-
Returns the push id.
- id() - Method in class io.netty.handler.codec.spdy.DefaultSpdyPingFrame
- id() - Method in interface io.netty.handler.codec.spdy.SpdyPingFrame
-
Returns the ID of this frame.
- id() - Method in class io.netty.util.AbstractConstant
- id() - Method in interface io.netty.util.concurrent.ThreadProperties
- id() - Method in interface io.netty.util.Constant
-
Returns the unique number assigned to this
Constant. - id() - Method in error io.netty.util.Signal
- ID - Static variable in interface io.netty.handler.codec.stomp.StompHeaders
- idAndPropertiesVariableHeader() - Method in class io.netty.handler.codec.mqtt.MqttSubAckMessage
- idAndPropertiesVariableHeader() - Method in class io.netty.handler.codec.mqtt.MqttSubscribeMessage
- idAndPropertiesVariableHeader() - Method in class io.netty.handler.codec.mqtt.MqttUnsubAckMessage
- idAndPropertiesVariableHeader() - Method in class io.netty.handler.codec.mqtt.MqttUnsubscribeMessage
- ident() - Method in class io.netty.channel.kqueue.KQueueIoEvent
-
Returns the identifier for this event.
- ident() - Method in interface io.netty.channel.kqueue.KQueueIoHandle
-
Return the ident of the
IoHandle. - IDENTD_AUTH_FAILURE - Static variable in class io.netty.handler.codec.socksx.v4.Socks4CommandStatus
- IDENTD_UNREACHABLE - Static variable in class io.netty.handler.codec.socksx.v4.Socks4CommandStatus
- identify() - Static method in class io.netty.util.Version
-
Retrieves the version information of Netty artifacts using the current context class loader.
- identify(ClassLoader) - Static method in class io.netty.util.Version
-
Retrieves the version information of Netty artifacts using the specified
ClassLoader. - IDENTITY - Static variable in class io.netty.handler.codec.http.HttpHeaders.Values
-
Deprecated.
"identity" - IDENTITY - Static variable in class io.netty.handler.codec.http.HttpHeaderValues
-
"identity" - IDENTITY - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Values
-
Deprecated.
"identity" - IDENTITY - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderValues
-
"identity" - IdentityCipherSuiteFilter - Class in io.netty.handler.ssl
-
This class will not do any filtering of ciphers suites.
- IDLE - io.netty.handler.codec.http2.Http2Stream.State
- IdleState - Enum in io.netty.handler.timeout
-
An
Enumthat represents the idle state of aChannel. - IdleStateEvent - Class in io.netty.handler.timeout
-
A user event triggered by
IdleStateHandlerwhen aChannelis idle. - IdleStateEvent(IdleState, boolean) - Constructor for class io.netty.handler.timeout.IdleStateEvent
-
Constructor for sub-classes.
- IdleStateHandler - Class in io.netty.handler.timeout
-
Triggers an
IdleStateEventwhen aChannelhas not performed read, write, or both operation for a while. - IdleStateHandler(boolean, long, long, long, TimeUnit) - Constructor for class io.netty.handler.timeout.IdleStateHandler
-
Creates a new instance firing
IdleStateEvents. - IdleStateHandler(int, int, int) - Constructor for class io.netty.handler.timeout.IdleStateHandler
-
Creates a new instance firing
IdleStateEvents. - IdleStateHandler(long, long, long, TimeUnit) - Constructor for class io.netty.handler.timeout.IdleStateHandler
- ids() - Method in class io.netty.handler.codec.spdy.DefaultSpdySettingsFrame
- ids() - Method in interface io.netty.handler.codec.spdy.SpdySettingsFrame
-
Returns a
Setof the setting IDs. - IF_MATCH - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
-
"if-match" - IF_MATCH - Static variable in class io.netty.handler.codec.http.HttpHeaders.Names
-
Deprecated.
"If-Match" - IF_MATCH - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderNames
-
"if-match" - IF_MATCH - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Names
-
Deprecated.
"If-Match" - IF_MODIFIED_SINCE - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
-
"if-modified-since" - IF_MODIFIED_SINCE - Static variable in class io.netty.handler.codec.http.HttpHeaders.Names
-
Deprecated.
"If-Modified-Since" - IF_MODIFIED_SINCE - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderNames
-
"if-modified-since" - IF_MODIFIED_SINCE - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Names
-
Deprecated.
"If-Modified-Since" - IF_NONE_MATCH - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
-
"if-none-match" - IF_NONE_MATCH - Static variable in class io.netty.handler.codec.http.HttpHeaders.Names
-
Deprecated.
"If-None-Match" - IF_RANGE - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
-
"if-range" - IF_RANGE - Static variable in class io.netty.handler.codec.http.HttpHeaders.Names
-
Deprecated.
"If-Range" - IF_UNMODIFIED_SINCE - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
-
"if-unmodified-since" - IF_UNMODIFIED_SINCE - Static variable in class io.netty.handler.codec.http.HttpHeaders.Names
-
Deprecated.
"If-Unmodified-Since" - ignoreContentAfterContinueResponse(Object) - Method in class io.netty.handler.codec.http.HttpObjectAggregator
- ignoreContentAfterContinueResponse(Object) - Method in class io.netty.handler.codec.http.websocketx.WebSocketFrameAggregator
- ignoreContentAfterContinueResponse(Object) - Method in class io.netty.handler.codec.memcache.AbstractMemcacheObjectAggregator
- ignoreContentAfterContinueResponse(Object) - Method in class io.netty.handler.codec.MessageAggregator
-
Determine if all objects for the current request/response should be ignored or not.
- ignoreContentAfterContinueResponse(Object) - Method in class io.netty.handler.codec.redis.RedisBulkStringAggregator
- ignoreContentAfterContinueResponse(Object) - Method in class io.netty.handler.codec.stomp.StompSubframeAggregator
- IllegalReferenceCountException - Exception in io.netty.util
-
An
IllegalStateExceptionwhich is raised when a user attempts to access aReferenceCountedwhose reference count has been decreased to 0 (and consequently freed). - IllegalReferenceCountException() - Constructor for exception io.netty.util.IllegalReferenceCountException
- IllegalReferenceCountException(int) - Constructor for exception io.netty.util.IllegalReferenceCountException
- IllegalReferenceCountException(int, int) - Constructor for exception io.netty.util.IllegalReferenceCountException
- IllegalReferenceCountException(String) - Constructor for exception io.netty.util.IllegalReferenceCountException
- IllegalReferenceCountException(String, Throwable) - Constructor for exception io.netty.util.IllegalReferenceCountException
- IllegalReferenceCountException(Throwable) - Constructor for exception io.netty.util.IllegalReferenceCountException
- ImmediateEventExecutor - Class in io.netty.util.concurrent
-
Executes
Runnableobjects in the caller's thread. - ImmediateExecutor - Class in io.netty.util.concurrent
-
Executorwhich execute tasks in the callers thread. - IMPLEMENTATION_SPECIFIC_ERROR - io.netty.handler.codec.mqtt.MqttReasonCodes.Disconnect
- IMPLEMENTATION_SPECIFIC_ERROR - io.netty.handler.codec.mqtt.MqttReasonCodes.PubAck
- IMPLEMENTATION_SPECIFIC_ERROR - io.netty.handler.codec.mqtt.MqttReasonCodes.PubRec
- IMPLEMENTATION_SPECIFIC_ERROR - io.netty.handler.codec.mqtt.MqttReasonCodes.SubAck
- IMPLEMENTATION_SPECIFIC_ERROR - io.netty.handler.codec.mqtt.MqttReasonCodes.UnsubAck
- INADEQUATE_SECURITY - io.netty.handler.codec.http2.Http2Error
- INBOUND - io.netty.handler.codec.http2.Http2FrameLogger.Direction
- inboundHandler() - Method in class io.netty.channel.CombinedChannelDuplexHandler
- InboundHttp2ToHttpAdapter - Class in io.netty.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.netty.handler.codec.http2.InboundHttp2ToHttpAdapter
- InboundHttp2ToHttpAdapterBuilder - Class in io.netty.handler.codec.http2
-
Builds an
InboundHttp2ToHttpAdapter. - InboundHttp2ToHttpAdapterBuilder(Http2Connection) - Constructor for class io.netty.handler.codec.http2.InboundHttp2ToHttpAdapterBuilder
-
Creates a new
InboundHttp2ToHttpAdapterbuilder for the specifiedHttp2Connection. - InboundHttpToHttp2Adapter - Class in io.netty.handler.codec.http2
-
Translates HTTP/1.x object reads into HTTP/2 frames.
- InboundHttpToHttp2Adapter(Http2Connection, Http2FrameListener) - Constructor for class io.netty.handler.codec.http2.InboundHttpToHttp2Adapter
- inboundMessages() - Method in class io.netty.channel.embedded.EmbeddedChannel
- incMessagesRead(int) - Method in class io.netty.channel.DefaultMaxMessagesRecvByteBufAllocator.MaxMessageHandle
- incMessagesRead(int) - Method in class io.netty.channel.RecvByteBufAllocator.DelegatingHandle
- incMessagesRead(int) - Method in interface io.netty.channel.RecvByteBufAllocator.Handle
-
Deprecated.Increment the number of messages that have been read for the current read loop.
- incompleteWrite(boolean) - Method in class io.netty.channel.nio.AbstractNioByteChannel
- increaseWriteCounter(long) - Method in class io.netty.channel.ChannelFlushPromiseNotifier
-
Increase the current write counter by the given delta
- increment() - Method in interface io.netty.util.internal.LongCounter
- INCREMENT - Static variable in class io.netty.handler.codec.memcache.binary.BinaryMemcacheOpcodes
- incremental(boolean) - Method in class io.netty.channel.uring.IoUringBufferRingConfig.Builder
-
Set if incremental mode should be used for the buffer ring.
- incrementAndGetNextStreamId() - Method in interface io.netty.handler.codec.http2.Http2Connection.Endpoint
-
Increment and get the next generated stream id this endpoint.
- incrementPendingOutboundBytes(long) - Method in class io.netty.channel.DefaultChannelPipeline
- INCREMENTQ - Static variable in class io.netty.handler.codec.memcache.binary.BinaryMemcacheOpcodes
- incrementWindowSize(Http2Stream, int) - Method in class io.netty.handler.codec.http2.DefaultHttp2LocalFlowController
- incrementWindowSize(Http2Stream, int) - Method in class io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController
- incrementWindowSize(Http2Stream, int) - Method in interface io.netty.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.netty.util.AsciiString
- INDEX_NOT_IN_QUEUE - Static variable in interface io.netty.util.internal.PriorityQueueNode
-
This should be used to initialize the storage returned by
PriorityQueueNode.priorityQueueIndex(DefaultPriorityQueue). - indexedVariable(int) - Method in class io.netty.util.internal.InternalThreadLocalMap
- IndexNotOfProcessor(byte) - Constructor for class io.netty.util.ByteProcessor.IndexNotOfProcessor
- indexOf(char, int) - Method in class io.netty.util.AsciiString
-
Searches in this string for the index of the specified char
ch. - indexOf(int, int, byte) - Method in class io.netty.buffer.AbstractByteBuf
- indexOf(int, int, byte) - Method in class io.netty.buffer.ByteBuf
-
Locates the first occurrence of the specified
valuein this buffer. - indexOf(int, int, byte) - Method in class io.netty.buffer.EmptyByteBuf
- indexOf(int, int, byte) - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- indexOf(int, int, byte) - Method in class io.netty.buffer.WrappedByteBuf
- indexOf(ByteBuf, int, int, byte) - Static method in class io.netty.buffer.ByteBufUtil
-
The default implementation of
ByteBuf.indexOf(int, int, byte). - indexOf(ByteBuf, ByteBuf) - Static method in class io.netty.buffer.ByteBufUtil
-
Returns the reader index of needle in haystack, or -1 if needle is not in haystack.
- indexOf(CharSequence) - Method in class io.netty.util.AsciiString
-
Searches in this string for the first index of the specified string.
- indexOf(CharSequence, char, int) - Static method in class io.netty.util.AsciiString
-
Finds the first index in the
CharSequencethat matches the specified character. - indexOf(CharSequence, int) - Method in class io.netty.util.AsciiString
-
Searches in this string for the index of the specified string.
- indexOfIgnoreCase(CharSequence, CharSequence, int) - Static method in class io.netty.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.netty.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.netty.util.internal.StringUtil
-
Find the index of the first non-white space character in
sstarting atoffset. - IndexOfProcessor(byte) - Constructor for class io.netty.util.ByteProcessor.IndexOfProcessor
- indexOfWhiteSpace(CharSequence, int) - Static method in class io.netty.util.internal.StringUtil
-
Find the index of the first white space character in
sstarting atoffset. - INET - io.netty.channel.socket.SocketProtocolFamily
-
IPv4
- inet4Entries() - Method in class io.netty.resolver.HostsFileEntries
-
The IPv4 entries
- INET6 - io.netty.channel.socket.SocketProtocolFamily
-
IPv6
- inet6Entries() - Method in class io.netty.resolver.HostsFileEntries
-
The IPv6 entries
- InetNameResolver - Class in io.netty.resolver
-
A skeletal
NameResolverimplementation that resolvesInetAddress. - InetNameResolver(EventExecutor) - Constructor for class io.netty.resolver.InetNameResolver
- InetSocketAddressResolver - Class in io.netty.resolver
-
A
AbstractAddressResolverthat resolvesInetSocketAddress. - InetSocketAddressResolver(EventExecutor, NameResolver<InetAddress>) - Constructor for class io.netty.resolver.InetSocketAddressResolver
- inEventLoop() - Method in interface io.netty.util.concurrent.EventExecutor
-
Calls
EventExecutor.inEventLoop(Thread)withThread.currentThread()as argument - inEventLoop() - Method in class io.netty.util.concurrent.ImmediateEventExecutor
- inEventLoop() - Method in class io.netty.util.concurrent.UnorderedThreadPoolEventExecutor
-
Deprecated.
- inEventLoop(Thread) - Method in class io.netty.channel.ManualIoEventLoop
- inEventLoop(Thread) - Method in interface io.netty.util.concurrent.EventExecutor
-
Return
trueif the givenThreadis executed in the event loop,falseotherwise. - inEventLoop(Thread) - Method in class io.netty.util.concurrent.GlobalEventExecutor
- inEventLoop(Thread) - Method in class io.netty.util.concurrent.ImmediateEventExecutor
- inEventLoop(Thread) - Method in class io.netty.util.concurrent.SingleThreadEventExecutor
- inEventLoop(Thread) - Method in class io.netty.util.concurrent.UnorderedThreadPoolEventExecutor
-
Deprecated.
- info(String) - Method in interface io.netty.util.internal.logging.InternalLogger
-
Log a message at the INFO level.
- info(String, Object) - Method in interface io.netty.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.netty.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.netty.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.netty.util.internal.logging.InternalLogger
-
Log an exception (throwable) at the INFO level with an accompanying message.
- info(Throwable) - Method in class io.netty.util.internal.logging.AbstractInternalLogger
- info(Throwable) - Method in interface io.netty.util.internal.logging.InternalLogger
-
Log an exception (throwable) at the INFO level.
- INFO - io.netty.handler.logging.LogLevel
- INFO - io.netty.util.internal.logging.InternalLogLevel
-
'INFO' log level.
- INFORMATIONAL - io.netty.handler.codec.http.HttpStatusClass
-
The informational class (1xx)
- informReadOperation(ChannelHandlerContext, long) - Method in class io.netty.handler.traffic.GlobalChannelTrafficShapingHandler
- init(I, O) - Method in class io.netty.channel.CombinedChannelDuplexHandler
-
Initialized this handler with the specified handlers.
- INIT - io.netty.handler.codec.socks.SocksRequestType
- INIT - io.netty.handler.codec.socks.SocksResponseType
- INIT - io.netty.handler.codec.socksx.v5.Socks5CommandRequestDecoder.State
- INIT - io.netty.handler.codec.socksx.v5.Socks5CommandResponseDecoder.State
- INIT - io.netty.handler.codec.socksx.v5.Socks5InitialRequestDecoder.State
- INIT - io.netty.handler.codec.socksx.v5.Socks5InitialResponseDecoder.State
- INIT - io.netty.handler.codec.socksx.v5.Socks5PasswordAuthRequestDecoder.State
- INIT - io.netty.handler.codec.socksx.v5.Socks5PasswordAuthResponseDecoder.State
- initCause(Throwable) - Method in error io.netty.util.Signal
- initChannel(C) - Method in class io.netty.channel.ChannelInitializer
-
This method will be called once the
Channelwas registered. - initChannel(Channel, int, QuicConnectionIdGenerator) - Method in class io.netty.handler.codec.quic.QuicCodecDispatcher
-
Init the
Channeland add all the neededChannelHandlerto the pipeline. - initChannel(QuicStreamChannel) - Method in class io.netty.handler.codec.http3.Http3PushStreamClientInitializer
- initChannel(QuicStreamChannel) - Method in class io.netty.handler.codec.http3.Http3PushStreamServerInitializer
- initChannel(QuicStreamChannel) - Method in class io.netty.handler.codec.http3.Http3RequestStreamInitializer
- initCookie(String, int, int, int, int) - Method in class io.netty.handler.codec.http.cookie.CookieDecoder
- initEngine(SSLEngine) - Method in class io.netty.handler.ssl.DelegatingSslContext
-
Init the
SSLEngine. - initHandler(SslHandler) - Method in class io.netty.handler.ssl.DelegatingSslContext
-
Init the
SslHandler. - INITIAL - io.netty.handler.codec.quic.QuicPacketType
-
Initial packet.
- initialCongestionWindowPackets(int) - Method in class io.netty.handler.codec.quic.QuicCodecBuilder
-
Sets initial congestion window size in terms of packet count.
- initialFlowControlledBytes() - Method in class io.netty.handler.codec.http2.DefaultHttp2DataFrame
- initialFlowControlledBytes() - Method in interface io.netty.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.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
-
Deprecated.Huffman decoding no longer depends on having a decode capacity.
- initialHuffmanDecodeCapacity(int) - Method in class io.netty.handler.codec.http2.Http2ConnectionHandlerBuilder
-
Deprecated.
- initialHuffmanDecodeCapacity(int) - Method in class io.netty.handler.codec.http2.Http2FrameCodecBuilder
-
Deprecated.
- initialHuffmanDecodeCapacity(int) - Method in class io.netty.handler.codec.http2.Http2MultiplexCodecBuilder
-
Deprecated.
- initialHuffmanDecodeCapacity(int) - Method in class io.netty.handler.codec.http2.HttpToHttp2ConnectionHandlerBuilder
-
Deprecated.
- initialize() - Method in interface io.netty.channel.IoHandler
-
Initialize this
IoHandler. - initialize() - Static method in class io.netty.channel.unix.Socket
- initialize() - Method in class io.netty.channel.uring.IoUringIoHandler
- initialLineLength() - Method in class io.netty.handler.codec.http.HttpMessageDecoderResult
-
The decoded initial line length (in bytes), as controlled by
maxInitialLineLength. - initialMaxData() - Method in interface io.netty.handler.codec.quic.QuicTransportParameters
-
The initial flow control maximum data for the connection.
- initialMaxData(long) - Method in class io.netty.handler.codec.quic.QuicCodecBuilder
-
See set_initial_max_data.
- initialMaxStreamDataBidiLocal() - Method in interface io.netty.handler.codec.quic.QuicTransportParameters
-
The initial flow control maximum data for local bidirectional streams.
- initialMaxStreamDataBidirectionalLocal(long) - Method in class io.netty.handler.codec.quic.QuicCodecBuilder
- initialMaxStreamDataBidirectionalRemote(long) - Method in class io.netty.handler.codec.quic.QuicCodecBuilder
- initialMaxStreamDataBidiRemote() - Method in interface io.netty.handler.codec.quic.QuicTransportParameters
-
The initial flow control maximum data for remote bidirectional streams.
- initialMaxStreamDataUni() - Method in interface io.netty.handler.codec.quic.QuicTransportParameters
-
The initial flow control maximum data for unidirectional streams.
- initialMaxStreamDataUnidirectional(long) - Method in class io.netty.handler.codec.quic.QuicCodecBuilder
- initialMaxStreamsBidi() - Method in interface io.netty.handler.codec.quic.QuicTransportParameters
-
The initial maximum bidirectional streams.
- initialMaxStreamsBidirectional(long) - Method in class io.netty.handler.codec.quic.QuicCodecBuilder
- initialMaxStreamsUni() - Method in interface io.netty.handler.codec.quic.QuicTransportParameters
-
The initial maximum unidirectional streams.
- initialMaxStreamsUnidirectional(long) - Method in class io.netty.handler.codec.quic.QuicCodecBuilder
- initialNanoTime() - Static method in class io.netty.util.concurrent.AbstractScheduledEventExecutor
-
Deprecated.Use
AbstractScheduledEventExecutor.ticker()instead - initialNanoTime() - Method in interface io.netty.util.concurrent.MockTicker
- initialNanoTime() - Method in interface io.netty.util.concurrent.Ticker
-
The initial value used for delay and computations based upon a monotonic time source.
- initialSettings() - Method in class io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
-
Sets the
Http2Settingsto use for the initial connection settings exchange. - initialSettings() - Method in class io.netty.handler.codec.http2.Http2ConnectionHandlerBuilder
- initialSettings() - Method in class io.netty.handler.codec.http2.Http2FrameCodecBuilder
- initialSettings() - Method in class io.netty.handler.codec.http2.Http2MultiplexCodecBuilder
-
Deprecated.
- initialSettings(Http2Settings) - Method in class io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
-
Sets the
Http2Settingsto use for the initial connection settings exchange. - initialSettings(Http2Settings) - Method in class io.netty.handler.codec.http2.Http2ConnectionHandlerBuilder
- initialSettings(Http2Settings) - Method in class io.netty.handler.codec.http2.Http2FrameCodecBuilder
- initialSettings(Http2Settings) - Method in class io.netty.handler.codec.http2.Http2MultiplexCodecBuilder
-
Deprecated.
- initialSettings(Http2Settings) - Method in class io.netty.handler.codec.http2.HttpToHttp2ConnectionHandlerBuilder
- initialValue() - Method in class io.netty.util.concurrent.FastThreadLocal
-
Returns the initial value for this thread-local variable.
- initialValue() - Method in class io.netty.util.internal.ReferenceCountUpdater
- initialWindowSize() - Method in class io.netty.handler.codec.http2.DefaultHttp2LocalFlowController
- initialWindowSize() - Method in class io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController
- initialWindowSize() - Method in interface io.netty.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.netty.handler.codec.http2.Http2Settings
-
Gets the
SETTINGS_INITIAL_WINDOW_SIZEvalue. - initialWindowSize(int) - Method in class io.netty.handler.codec.http2.DefaultHttp2LocalFlowController
- initialWindowSize(int) - Method in class io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController
- initialWindowSize(int) - Method in interface io.netty.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.netty.handler.codec.http2.Http2Settings
-
Sets the
SETTINGS_INITIAL_WINDOW_SIZEvalue. - initialWindowSize(Http2Stream) - Method in class io.netty.handler.codec.http2.DefaultHttp2LocalFlowController
- initialWindowSize(Http2Stream) - Method in interface io.netty.handler.codec.http2.Http2LocalFlowController
-
Get the initial flow control window size for the given stream.
- initPushStream(QuicStreamChannel) - Method in class io.netty.handler.codec.http3.Http3PushStreamClientInitializer
-
Initialize the
QuicStreamChannelto handleHttp3PushStreamFrames. - initPushStream(QuicStreamChannel) - Method in class io.netty.handler.codec.http3.Http3PushStreamServerInitializer
-
Initialize the
QuicStreamChannelto handleHttp3PushStreamFrames. - initRequestStream(QuicStreamChannel) - Method in class io.netty.handler.codec.http3.Http3RequestStreamInitializer
-
Init the
QuicStreamChannelto handleHttp3RequestStreamFrames. - INLINE_COMMAND - io.netty.handler.codec.redis.RedisMessageType
- InlineCommandRedisMessage - Class in io.netty.handler.codec.redis
-
Inline commands of RESP.
- InlineCommandRedisMessage(String) - Constructor for class io.netty.handler.codec.redis.InlineCommandRedisMessage
-
Creates a
InlineCommandRedisMessagefor the givencontent. - InsecureQuicTokenHandler - Class in io.netty.handler.codec.quic
-
Insecure
QuicTokenHandlerwhich only does basic token generation / validation without any crypto. - InsecureTrustManagerFactory - Class in io.netty.handler.ssl.util
-
An insecure
TrustManagerFactorythat trusts all X.509 certificates without any verification. - insertSinceRecycled() - Method in class io.netty.util.internal.RecyclableArrayList
-
Returns
trueif any elements where added or set. - instance() - Static method in class io.netty.handler.codec.UnsupportedValueConverter
- instance() - Static method in class io.netty.util.internal.EmptyPriorityQueue
-
Returns an unmodifiable empty
PriorityQueue. - instance() - Static method in class io.netty.util.ResourceLeakDetectorFactory
-
Get the singleton instance of this factory class.
- INSTANCE - Static variable in class io.netty.channel.DefaultSelectStrategyFactory
- INSTANCE - Static variable in class io.netty.channel.socket.ChannelInputShutdownEvent
-
Instance to use
- INSTANCE - Static variable in class io.netty.channel.socket.ChannelInputShutdownReadComplete
- INSTANCE - Static variable in class io.netty.channel.socket.ChannelOutputShutdownEvent
- INSTANCE - Static variable in class io.netty.handler.codec.CharSequenceValueConverter
- INSTANCE - Static variable in class io.netty.handler.codec.haproxy.HAProxyMessageEncoder
- INSTANCE - Static variable in class io.netty.handler.codec.http.EmptyHttpHeaders
- INSTANCE - Static variable in class io.netty.handler.codec.http.HttpExpectationFailedEvent
- INSTANCE - Static variable in class io.netty.handler.codec.http.websocketx.extensions.compression.WebSocketClientCompressionHandler
-
Deprecated.
- INSTANCE - Static variable in class io.netty.handler.codec.http.websocketx.RandomWebSocketFrameMaskGenerator
- INSTANCE - Static variable in class io.netty.handler.codec.http2.EmptyHttp2Headers
- INSTANCE - Static variable in interface io.netty.handler.codec.http2.Http2SettingsAckFrame
- INSTANCE - Static variable in class io.netty.handler.codec.mqtt.MqttEncoder
- INSTANCE - Static variable in class io.netty.handler.codec.quic.InsecureQuicTokenHandler
- INSTANCE - Static variable in class io.netty.handler.codec.redis.FixedRedisMessagePool
-
A shared object for
FixedRedisMessagePool. - INSTANCE - Static variable in class io.netty.handler.codec.socksx.v4.Socks4ClientEncoder
-
The singleton instance of
Socks4ClientEncoder - INSTANCE - Static variable in class io.netty.handler.codec.socksx.v4.Socks4ServerEncoder
- INSTANCE - Static variable in class io.netty.handler.codec.xml.XmlDocumentEnd
- INSTANCE - Static variable in class io.netty.handler.ssl.IdentityCipherSuiteFilter
-
Defaults to default ciphers when provided ciphers are null
- INSTANCE - Static variable in class io.netty.handler.ssl.SupportedCipherSuiteFilter
- INSTANCE - Static variable in class io.netty.handler.ssl.util.InsecureTrustManagerFactory
- INSTANCE - Static variable in exception io.netty.handler.timeout.ReadTimeoutException
- INSTANCE - Static variable in exception io.netty.handler.timeout.WriteTimeoutException
- INSTANCE - Static variable in class io.netty.resolver.DefaultAddressResolverGroup
- INSTANCE - Static variable in class io.netty.resolver.dns.DefaultDnsServerAddressStreamProvider
- INSTANCE - Static variable in class io.netty.resolver.dns.NoopAuthoritativeDnsServerCache
- INSTANCE - Static variable in class io.netty.resolver.dns.NoopDnsCache
- INSTANCE - Static variable in class io.netty.resolver.dns.NoopDnsCnameCache
- INSTANCE - Static variable in class io.netty.resolver.dns.NoopDnsQueryLifecycleObserverFactory
- INSTANCE - Static variable in class io.netty.resolver.NoopAddressResolverGroup
- INSTANCE - Static variable in class io.netty.util.concurrent.DefaultEventExecutorChooserFactory
- INSTANCE - Static variable in class io.netty.util.concurrent.GlobalEventExecutor
- INSTANCE - Static variable in class io.netty.util.concurrent.ImmediateEventExecutor
- INSTANCE - Static variable in class io.netty.util.concurrent.ImmediateExecutor
- INSTANCE - Static variable in class io.netty.util.internal.logging.CommonsLoggerFactory
-
Deprecated.
- INSTANCE - Static variable in class io.netty.util.internal.logging.JdkLoggerFactory
- INSTANCE - Static variable in class io.netty.util.internal.logging.Log4J2LoggerFactory
- INSTANCE - Static variable in class io.netty.util.internal.logging.Log4JLoggerFactory
- INSTANCE - Static variable in class io.netty.util.internal.logging.Slf4JLoggerFactory
- INSTANCE_DEFAULTING_TO_SUPPORTED_CIPHERS - Static variable in class io.netty.handler.ssl.IdentityCipherSuiteFilter
-
Defaults to supported ciphers when provided ciphers are null
- INSUFFICIENT_STORAGE - Static variable in class io.netty.handler.codec.http.HttpResponseStatus
-
507 Insufficient Storage (WebDAV, RFC4918)
- INT_FIELD_LENGTH - Static variable in class io.netty.handler.codec.http2.Http2CodecUtil
- intBeArrayView() - Static method in class io.netty.util.internal.PlatformDependent
- intBeByteBufferView() - Static method in class io.netty.util.internal.PlatformDependent
- IntCollections - Class in io.netty.util.collection
-
Utilities for int-based primitive collections.
- INTEGER - io.netty.handler.codec.redis.RedisMessageType
- IntegerHolder - Class in io.netty.util.internal
-
Deprecated.For removal in netty 4.2
- IntegerHolder() - Constructor for class io.netty.util.internal.IntegerHolder
-
Deprecated.
- IntegerProperty(int, Integer) - Constructor for class io.netty.handler.codec.mqtt.MqttProperties.IntegerProperty
- IntegerRedisMessage - Class in io.netty.handler.codec.redis
-
Integers of RESP.
- IntegerRedisMessage(long) - Constructor for class io.netty.handler.codec.redis.IntegerRedisMessage
-
Creates a
IntegerRedisMessagefor the givencontent. - IntegerUnixChannelOption - Class in io.netty.channel.unix
- IntegerUnixChannelOption(String, int, int) - Constructor for class io.netty.channel.unix.IntegerUnixChannelOption
-
Creates a new instance.
- InterfaceHttpData - Interface in io.netty.handler.codec.http.multipart
-
Interface for all Objects that could be encoded/decoded using HttpPostRequestEncoder/Decoder
- InterfaceHttpData.HttpDataType - Enum in io.netty.handler.codec.http.multipart
- InterfaceHttpPostRequestDecoder - Interface in io.netty.handler.codec.http.multipart
-
This decoder will decode Body and can handle POST BODY.
- INTERLEAVED - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Values
-
Deprecated.
"interleaved" - INTERLEAVED - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderValues
-
"interleaved" - INTERNAL_ERROR - io.netty.handler.codec.http2.Http2Error
- INTERNAL_ERROR - Static variable in class io.netty.handler.codec.quic.QuicTransportError
-
The endpoint encountered an internal error and cannot continue with the connection.
- INTERNAL_ERROR - Static variable in class io.netty.handler.codec.spdy.SpdySessionStatus
-
2 Internal Error
- INTERNAL_ERROR - Static variable in class io.netty.handler.codec.spdy.SpdyStreamStatus
-
6 Internal Error
- INTERNAL_SERVER_ERROR - Static variable in class io.netty.handler.codec.http.HttpResponseStatus
-
500 Internal Server Error
- INTERNAL_SERVER_ERROR - Static variable in class io.netty.handler.codec.http.websocketx.WebSocketCloseStatus
- INTERNAL_SERVER_ERROR - Static variable in class io.netty.handler.codec.rtsp.RtspResponseStatuses
-
500 Internal Server Error
- InternalAttribute - io.netty.handler.codec.http.multipart.InterfaceHttpData.HttpDataType
- internalBuffer() - Method in class io.netty.handler.codec.ByteToMessageDecoder
-
Returns the internal cumulative buffer of this decoder.
- internalComponent(int) - Method in class io.netty.buffer.CompositeByteBuf
-
Return the internal
ByteBufon the specified index. - internalComponentAtOffset(int) - Method in class io.netty.buffer.CompositeByteBuf
-
Return the internal
ByteBufon the specified offset. - internalLevel - Variable in class io.netty.handler.logging.LoggingHandler
- InternalLogger - Interface in io.netty.util.internal.logging
-
Internal-use-only logger used by Netty.
- InternalLoggerFactory - Class in io.netty.util.internal.logging
-
Creates an
InternalLoggeror changes the default factory implementation. - InternalLoggerFactory() - Constructor for class io.netty.util.internal.logging.InternalLoggerFactory
- InternalLogLevel - Enum in io.netty.util.internal.logging
-
The log level that
InternalLoggercan log at. - internalNioBuffer(int, int) - Method in class io.netty.buffer.AbstractDerivedByteBuf
-
Deprecated.
- internalNioBuffer(int, int) - Method in class io.netty.buffer.ByteBuf
-
Internal use only: Exposes the internal NIO buffer.
- internalNioBuffer(int, int) - Method in class io.netty.buffer.CompositeByteBuf
- internalNioBuffer(int, int) - Method in class io.netty.buffer.EmptyByteBuf
- internalNioBuffer(int, int) - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- internalNioBuffer(int, int) - Method in class io.netty.buffer.UnpooledDirectByteBuf
- internalNioBuffer(int, int) - Method in class io.netty.buffer.UnpooledHeapByteBuf
- internalNioBuffer(int, int) - Method in class io.netty.buffer.WrappedByteBuf
- InternalThreadLocalMap - Class in io.netty.util.internal
-
The internal data structure that stores the thread-local variables for Netty and all
FastThreadLocals. - InternetProtocolFamily - Enum in io.netty.channel.socket
-
Deprecated.use
SocketProtocolFamily. - interruptThread() - Method in class io.netty.util.concurrent.SingleThreadEventExecutor
-
Interrupt the current running
Thread. - intLeArrayView() - Static method in class io.netty.util.internal.PlatformDependent
- intLeByteBufferView() - Static method in class io.netty.util.internal.PlatformDependent
- IntObjectHashMap<V> - Class in io.netty.util.collection
-
A hash map implementation of
IntObjectMapthat uses open addressing for keys. - IntObjectHashMap() - Constructor for class io.netty.util.collection.IntObjectHashMap
- IntObjectHashMap(int) - Constructor for class io.netty.util.collection.IntObjectHashMap
- IntObjectHashMap(int, float) - Constructor for class io.netty.util.collection.IntObjectHashMap
- IntObjectMap<V> - Interface in io.netty.util.collection
-
Interface for a primitive map that uses
ints as keys. - IntObjectMap.PrimitiveEntry<V> - Interface in io.netty.util.collection
-
A primitive entry in the map, provided by the iterator from
IntObjectMap.entries() - IntSupplier - Interface in io.netty.util
-
Represents a supplier of
int-valued results. - intToIpAddress(int) - Static method in class io.netty.util.NetUtil
-
Converts a 32-bit integer into an IPv4 address.
- intValue() - Method in class io.netty.channel.unix.FileDescriptor
-
Return the int value of the filedescriptor.
- intValue() - Method in class io.netty.handler.codec.dns.DnsRecordType
-
Returns the value of this DnsType as it appears in DNS protocol
- intValue() - Method in class io.netty.handler.codec.dns.DnsResponseCode
-
Returns the error code for this
DnsResponseCode. - intValue(Integer, int) - Static method in class io.netty.util.internal.ObjectUtil
-
Resolves a possibly null Integer to a primitive int, using a default value.
- invalid() - Static method in class io.netty.handler.codec.ProtocolDetectionResult
-
Returns a
ProtocolDetectionResultthat signals the data was invalid for the protocol. - INVALID - io.netty.handler.codec.ProtocolDetectionState
-
The data was invalid.
- INVALID_CHUNK - io.netty.handler.codec.stomp.StompSubframeDecoder.State
-
Deprecated.
- INVALID_CREDENTIALS - Static variable in class io.netty.handler.codec.spdy.SpdyStreamStatus
-
10 Invalid Credentials
- INVALID_FRAME - Static variable in class io.netty.handler.codec.spdy.SpdyFrameCodec
- INVALID_MESSAGE_TYPE - Static variable in class io.netty.handler.codec.http.websocketx.WebSocketCloseStatus
- INVALID_PAYLOAD_DATA - Static variable in class io.netty.handler.codec.http.websocketx.WebSocketCloseStatus
- INVALID_RANGE - Static variable in class io.netty.handler.codec.rtsp.RtspResponseStatuses
-
457 Invalid Range
- INVALID_STREAM - Static variable in class io.netty.handler.codec.spdy.SpdyStreamStatus
-
2 Invalid Stream
- INVALID_TOKEN - Static variable in class io.netty.handler.codec.quic.QuicTransportError
-
A server received a client Initial that contained an invalid Token field.
- invalidateLocalAddress() - Method in class io.netty.channel.AbstractChannel
-
Deprecated.no use-case for this.
- invalidateRemoteAddress() - Method in class io.netty.channel.AbstractChannel
-
Deprecated.no use-case for this.
- InvalidChunkExtensionException - Exception in io.netty.handler.codec.http
-
Thrown when HTTP chunk extensions could not be parsed, typically due to incorrect use of CR LF delimiters.
- InvalidChunkExtensionException() - Constructor for exception io.netty.handler.codec.http.InvalidChunkExtensionException
- InvalidChunkExtensionException(String) - Constructor for exception io.netty.handler.codec.http.InvalidChunkExtensionException
- InvalidChunkExtensionException(String, Throwable) - Constructor for exception io.netty.handler.codec.http.InvalidChunkExtensionException
- InvalidChunkExtensionException(Throwable) - Constructor for exception io.netty.handler.codec.http.InvalidChunkExtensionException
- InvalidChunkTerminationException - Exception in io.netty.handler.codec.http
-
Thrown when HTTP chunks could not be parsed, typically due to incorrect use of CR LF delimiters.
- InvalidChunkTerminationException() - Constructor for exception io.netty.handler.codec.http.InvalidChunkTerminationException
- InvalidChunkTerminationException(String) - Constructor for exception io.netty.handler.codec.http.InvalidChunkTerminationException
- InvalidChunkTerminationException(String, Throwable) - Constructor for exception io.netty.handler.codec.http.InvalidChunkTerminationException
- InvalidChunkTerminationException(Throwable) - Constructor for exception io.netty.handler.codec.http.InvalidChunkTerminationException
- InvalidLineSeparatorException - Exception in io.netty.handler.codec.http
-
Thrown when strict line parsing is enabled, and HTTP start- and header field-lines are not seperated by CR LF octet pairs.
- InvalidLineSeparatorException() - Constructor for exception io.netty.handler.codec.http.InvalidLineSeparatorException
- InvalidLineSeparatorException(String) - Constructor for exception io.netty.handler.codec.http.InvalidLineSeparatorException
- InvalidLineSeparatorException(String, Throwable) - Constructor for exception io.netty.handler.codec.http.InvalidLineSeparatorException
- InvalidLineSeparatorException(Throwable) - Constructor for exception io.netty.handler.codec.http.InvalidLineSeparatorException
- invert(ChannelMatcher) - Static method in class io.netty.channel.group.ChannelMatchers
-
Invert the given
ChannelMatcher. - invokeAll(Collection<? extends Callable<T>>) - Method in class io.netty.channel.ManualIoEventLoop
- invokeAll(Collection<? extends Callable<T>>) - Method in class io.netty.util.concurrent.AbstractEventExecutorGroup
- invokeAll(Collection<? extends Callable<T>>) - Method in class io.netty.util.concurrent.NonStickyEventExecutorGroup
- invokeAll(Collection<? extends Callable<T>>) - Method in class io.netty.util.concurrent.SingleThreadEventExecutor
- invokeAll(Collection<? extends Callable<T>>, long, TimeUnit) - Method in class io.netty.channel.ManualIoEventLoop
- invokeAll(Collection<? extends Callable<T>>, long, TimeUnit) - Method in class io.netty.util.concurrent.AbstractEventExecutorGroup
- invokeAll(Collection<? extends Callable<T>>, long, TimeUnit) - Method in class io.netty.util.concurrent.NonStickyEventExecutorGroup
- invokeAll(Collection<? extends Callable<T>>, long, TimeUnit) - Method in class io.netty.util.concurrent.SingleThreadEventExecutor
- invokeAny(Collection<? extends Callable<T>>) - Method in class io.netty.channel.ManualIoEventLoop
- invokeAny(Collection<? extends Callable<T>>) - Method in class io.netty.util.concurrent.AbstractEventExecutorGroup
- invokeAny(Collection<? extends Callable<T>>) - Method in class io.netty.util.concurrent.NonStickyEventExecutorGroup
- invokeAny(Collection<? extends Callable<T>>) - Method in class io.netty.util.concurrent.SingleThreadEventExecutor
- invokeAny(Collection<? extends Callable<T>>, long, TimeUnit) - Method in class io.netty.channel.ManualIoEventLoop
- invokeAny(Collection<? extends Callable<T>>, long, TimeUnit) - Method in class io.netty.util.concurrent.AbstractEventExecutorGroup
- invokeAny(Collection<? extends Callable<T>>, long, TimeUnit) - Method in class io.netty.util.concurrent.NonStickyEventExecutorGroup
- invokeAny(Collection<? extends Callable<T>>, long, TimeUnit) - Method in class io.netty.util.concurrent.SingleThreadEventExecutor
- IO_URING_BUFFER_GROUP_ID - Static variable in class io.netty.channel.uring.IoUringChannelOption
-
If {@param positive} try to use a buffer ring when submitting recv / read / readv
IoUringIoOps. - IO_URING_WRITE_ZERO_COPY_THRESHOLD - Static variable in class io.netty.channel.uring.IoUringChannelOption
-
The threshold for zero-copy write (send_zc and sendmsg_zc).
- io.netty.bootstrap - package io.netty.bootstrap
-
The helper classes with fluent API which enable an easy implementation of typical client side and server side channel initialization.
- io.netty.buffer - package io.netty.buffer
-
Abstraction of a byte buffer - the fundamental data structure to represent a low-level binary and text message.
- io.netty.buffer.search - package io.netty.buffer.search
-
Utility classes for performing efficient substring search within
ByteBuf. - io.netty.channel - package io.netty.channel
-
The core channel API which is asynchronous and event-driven abstraction of various transports such as a NIO Channel.
- io.netty.channel.embedded - package io.netty.channel.embedded
-
A virtual
Channelthat helps wrapping a series of handlers to unit test the handlers or use them in non-I/O context. - io.netty.channel.epoll - package io.netty.channel.epoll
-
Optimized transport for linux which uses EPOLL Edge-Triggered Mode for maximal performance.
- io.netty.channel.group - package io.netty.channel.group
-
A channel registry which helps a user maintain the list of open
Channels and perform bulk operations on them. - io.netty.channel.internal - package io.netty.channel.internal
-
Internal utilities for channel implementations.
- io.netty.channel.kqueue - package io.netty.channel.kqueue
-
BSD specific transport.
- io.netty.channel.local - package io.netty.channel.local
-
A virtual transport that enables the communication between the two parties in the same virtual machine.
- io.netty.channel.nio - package io.netty.channel.nio
-
NIO-based channel API implementation - recommended for a large number of connections (>= 1000).
- io.netty.channel.oio - package io.netty.channel.oio
-
Old blocking I/O based channel API implementation - recommended for a small number of connections (< 1000).
- io.netty.channel.pool - package io.netty.channel.pool
-
Implementations and API for
Channelpools. - io.netty.channel.rxtx - package io.netty.channel.rxtx
-
A serial and parallel port communication transport based on RXTX.
- io.netty.channel.sctp - package io.netty.channel.sctp
-
Abstract SCTP socket interfaces which extend the core channel API.
- io.netty.channel.sctp.nio - package io.netty.channel.sctp.nio
-
NIO-based SCTP Channel API implementation - recommended for a large number of connections (>= 1000).
- io.netty.channel.sctp.oio - package io.netty.channel.sctp.oio
-
Old blocking I/O based SCTP channel API implementation - recommended for a small number of connections (< 1000).
- io.netty.channel.socket - package io.netty.channel.socket
-
Abstract TCP and UDP socket interfaces which extend the core channel API.
- io.netty.channel.socket.nio - package io.netty.channel.socket.nio
-
NIO-based socket channel API implementation - recommended for a large number of connections (>= 1000).
- io.netty.channel.socket.oio - package io.netty.channel.socket.oio
-
Old blocking I/O based socket channel API implementation - recommended for a small number of connections (< 1000).
- io.netty.channel.udt - package io.netty.channel.udt
-
UDT Transport.
- io.netty.channel.udt.nio - package io.netty.channel.udt.nio
-
UDT Transport for NIO Channels.
- io.netty.channel.unix - package io.netty.channel.unix
-
Unix specific transport.
- io.netty.channel.uring - package io.netty.channel.uring
-
io_uring is a high I/O performance scalable interface for fully asynchronous Linux syscalls.
- io.netty.handler.address - package io.netty.handler.address
-
Package to dynamically replace local / remote
SocketAddress. - io.netty.handler.codec - package io.netty.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.netty.handler.codec.base64 - package io.netty.handler.codec.base64
- io.netty.handler.codec.bytes - package io.netty.handler.codec.bytes
-
Encoder and decoder which transform an array of bytes into a
ByteBufand vice versa. - io.netty.handler.codec.compression - package io.netty.handler.codec.compression
- io.netty.handler.codec.dns - package io.netty.handler.codec.dns
-
DNS codec.
- io.netty.handler.codec.haproxy - package io.netty.handler.codec.haproxy
-
Decodes an HAProxy proxy protocol header
- io.netty.handler.codec.http - package io.netty.handler.codec.http
-
Encoder, decoder and their related message types for HTTP.
- io.netty.handler.codec.http.cookie - package io.netty.handler.codec.http.cookie
-
This package contains Cookie related classes.
- io.netty.handler.codec.http.cors - package io.netty.handler.codec.http.cors
-
This package contains Cross Origin Resource Sharing (CORS) related classes.
- io.netty.handler.codec.http.multipart - package io.netty.handler.codec.http.multipart
-
HTTP multipart support.
- io.netty.handler.codec.http.websocketx - package io.netty.handler.codec.http.websocketx
-
Encoder, decoder, handshakers and their related message types for Web Socket data frames.
- io.netty.handler.codec.http.websocketx.extensions - package io.netty.handler.codec.http.websocketx.extensions
-
Encoder, decoder, handshakers to handle WebSocket Extensions.
- io.netty.handler.codec.http.websocketx.extensions.compression - package io.netty.handler.codec.http.websocketx.extensions.compression
-
Encoder, decoder, handshakers to handle most common WebSocket Compression Extensions.
- io.netty.handler.codec.http2 - package io.netty.handler.codec.http2
-
Handlers for sending and receiving HTTP/2 frames.
- io.netty.handler.codec.http3 - package io.netty.handler.codec.http3
-
HTTP/3 implementation.
- io.netty.handler.codec.json - package io.netty.handler.codec.json
-
JSON specific codecs.
- io.netty.handler.codec.marshalling - package io.netty.handler.codec.marshalling
-
Decoder and Encoder which uses JBoss Marshalling.
- io.netty.handler.codec.memcache - package io.netty.handler.codec.memcache
-
Common superset of ascii and binary classes.
- io.netty.handler.codec.memcache.binary - package io.netty.handler.codec.memcache.binary
-
Implementations and Interfaces for the Memcache Binary protocol.
- io.netty.handler.codec.mqtt - package io.netty.handler.codec.mqtt
-
Encoder, decoder and different Message Types for MQTT.
- io.netty.handler.codec.protobuf - package io.netty.handler.codec.protobuf
-
Encoder and decoder which transform a Google Protocol Buffers
MessageandMessageNanointo aByteBufand vice versa. - io.netty.handler.codec.quic - package io.netty.handler.codec.quic
-
QUIC implementation
- io.netty.handler.codec.redis - package io.netty.handler.codec.redis
-
Encoder, decoder for Redis.
- io.netty.handler.codec.rtsp - package io.netty.handler.codec.rtsp
-
An RTSP extension based on the HTTP codec.
- io.netty.handler.codec.sctp - package io.netty.handler.codec.sctp
-
Decoder and encoders to manage message completion and multi-streaming codec in SCTP/IP.
- io.netty.handler.codec.serialization - package io.netty.handler.codec.serialization
-
Encoder, decoder and their compatibility stream implementations which transform a
Serializableobject into a byte buffer and vice versa. - io.netty.handler.codec.smtp - package io.netty.handler.codec.smtp
-
SMTP codec.
- io.netty.handler.codec.socks - package io.netty.handler.codec.socks
-
Encoder, decoder and their related message types for Socks.
- io.netty.handler.codec.socksx - package io.netty.handler.codec.socksx
-
Encoder, decoder and their related message types for SOCKS protocol.
- io.netty.handler.codec.socksx.v4 - package io.netty.handler.codec.socksx.v4
-
Encoder, decoder and their related message types for SOCKSv4 protocol.
- io.netty.handler.codec.socksx.v5 - package io.netty.handler.codec.socksx.v5
-
Encoder, decoder and their related message types for SOCKSv5 protocol.
- io.netty.handler.codec.spdy - package io.netty.handler.codec.spdy
-
Encoder, decoder, session handler and their related message types for the SPDY protocol.
- io.netty.handler.codec.stomp - package io.netty.handler.codec.stomp
-
STOMP codec
- io.netty.handler.codec.string - package io.netty.handler.codec.string
-
Encoder and decoder which transform a
Stringinto aByteBufand vice versa. - io.netty.handler.codec.xml - package io.netty.handler.codec.xml
-
XML codec provides asynchronous and non-blocking XML parser based on the Aalto XML parser.
- io.netty.handler.flow - package io.netty.handler.flow
-
Package to control the flow of messages.
- io.netty.handler.flush - package io.netty.handler.flush
-
Package to control flush behavior.
- io.netty.handler.ipfilter - package io.netty.handler.ipfilter
-
Package to filter IP addresses (allow/deny).
- io.netty.handler.logging - package io.netty.handler.logging
-
Logs the I/O events for debugging purpose.
- io.netty.handler.pcap - package io.netty.handler.pcap
-
Capture data and write into Pcap format which helps in troubleshooting.
- io.netty.handler.proxy - package io.netty.handler.proxy
-
Adds support for client connections via proxy protocols such as SOCKS and HTTP CONNECT tunneling
- io.netty.handler.ssl - package io.netty.handler.ssl
-
SSL · TLS implementation based on
SSLEngine - io.netty.handler.ssl.ocsp - package io.netty.handler.ssl.ocsp
-
Certificate validation using OCSP
- io.netty.handler.ssl.util - package io.netty.handler.ssl.util
-
Utility classes that helps easier development of TLS/SSL applications.
- io.netty.handler.stream - package io.netty.handler.stream
-
Writes very large data stream asynchronously neither spending a lot of memory nor getting
OutOfMemoryError. - io.netty.handler.timeout - package io.netty.handler.timeout
-
Adds support for read and write timeout and idle connection notification using a
Timer. - io.netty.handler.traffic - package io.netty.handler.traffic
-
Implementation of a Traffic Shaping Handler and Dynamic Statistics.
- io.netty.pkitesting - package io.netty.pkitesting
-
Tools for generating X.509 certificates for testing.
- io.netty.resolver - package io.netty.resolver
-
Resolves an arbitrary string that represents the name of an endpoint into an address.
- io.netty.resolver.dns - package io.netty.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.netty.resolver.dns.macos - package io.netty.resolver.dns.macos
-
MacOS specific nameserver resolution.
- io.netty.util - package io.netty.util
-
Utility classes used across multiple packages.
- io.netty.util.collection - package io.netty.util.collection
- io.netty.util.concurrent - package io.netty.util.concurrent
-
Utility classes for concurrent / async tasks.
- io.netty.util.internal - package io.netty.util.internal
-
Internal-use-only utilities which is not allowed to be used outside Netty.
- io.netty.util.internal.logging - package io.netty.util.internal.logging
-
Internal-use-only logging API which is not allowed to be used outside Netty.
- io.netty.util.test - package io.netty.util.test
-
Test utilities for netty-common.
- ioBuffer() - Method in class io.netty.buffer.AbstractByteBufAllocator
- ioBuffer() - Method in interface io.netty.buffer.ByteBufAllocator
-
Allocate a
ByteBuf, preferably a direct buffer which is suitable for I/O. - ioBuffer() - Method in class io.netty.channel.PreferHeapByteBufAllocator
- ioBuffer() - Method in class io.netty.channel.unix.PreferredDirectByteBufAllocator
- ioBuffer(int) - Method in class io.netty.buffer.AbstractByteBufAllocator
- ioBuffer(int) - Method in interface io.netty.buffer.ByteBufAllocator
-
Allocate a
ByteBuf, preferably a direct buffer which is suitable for I/O. - ioBuffer(int) - Method in class io.netty.channel.PreferHeapByteBufAllocator
- ioBuffer(int) - Method in class io.netty.channel.unix.PreferredDirectByteBufAllocator
- ioBuffer(int, int) - Method in class io.netty.buffer.AbstractByteBufAllocator
- ioBuffer(int, int) - Method in interface io.netty.buffer.ByteBufAllocator
-
Allocate a
ByteBuf, preferably a direct buffer which is suitable for I/O. - ioBuffer(int, int) - Method in class io.netty.channel.PreferHeapByteBufAllocator
- ioBuffer(int, int) - Method in class io.netty.channel.unix.PreferredDirectByteBufAllocator
- IoEvent - Interface in io.netty.channel
- IoEventLoop - Interface in io.netty.channel
- IoEventLoopGroup - Interface in io.netty.channel
-
EventLoopGroupforIoEventLoops. - IoHandle - Interface in io.netty.channel
-
A handle that can be registered to an
IoHandler. - ioHandler() - Method in class io.netty.channel.SingleThreadIoEventLoop
- IoHandler - Interface in io.netty.channel
-
Handles IO dispatching for an
ThreadAwareExecutor. - IoHandlerContext - Interface in io.netty.channel
-
The context for an
IoHandlerthat is run by anThreadAwareExecutor. - IoHandlerFactory - Interface in io.netty.channel
-
Factory for
IoHandlerinstances. - IoOps - Interface in io.netty.channel
-
An IO op that can be submitted to an
IoRegistrationviaIoRegistration.submit(IoOps). // * These submittedIoOpswill result inIoEvents on the relatedIoHandle. - IoRegistration - Interface in io.netty.channel
-
A registration for IO.
- ioResult(String, int) - Static method in class io.netty.channel.unix.Errors
- ioResult(String, int, Errors.NativeIoException, ClosedChannelException) - Static method in class io.netty.channel.unix.Errors
-
Deprecated.
- IoTransport - Class in io.netty.handler.ssl.ocsp
- IoUring - Class in io.netty.channel.uring
- IoUringAdaptiveBufferRingAllocator - Class in io.netty.channel.uring
-
IoUringBufferRingAllocatorimplementation which uses an adaptive strategy to allocate buffers, which will decrease / increase the buffer size depending on if the allocated buffers were completely used or not before. - IoUringAdaptiveBufferRingAllocator() - Constructor for class io.netty.channel.uring.IoUringAdaptiveBufferRingAllocator
- IoUringAdaptiveBufferRingAllocator(ByteBufAllocator) - Constructor for class io.netty.channel.uring.IoUringAdaptiveBufferRingAllocator
-
Creates new instance.
- IoUringAdaptiveBufferRingAllocator(ByteBufAllocator, int, int, int) - Constructor for class io.netty.channel.uring.IoUringAdaptiveBufferRingAllocator
-
Creates new instance.
- IoUringAdaptiveBufferRingAllocator(ByteBufAllocator, int, int, int, boolean) - Constructor for class io.netty.channel.uring.IoUringAdaptiveBufferRingAllocator
-
Creates new instance.
- IoUringBufferRingAllocator - Interface in io.netty.channel.uring
-
Allocator that is responsible to allocate buffers for a buffer ring.
- IoUringBufferRingConfig - Class in io.netty.channel.uring
-
Configuration class for an
IoUringBufferRing. - IoUringBufferRingConfig(short, short, int, int, boolean, IoUringBufferRingAllocator) - Constructor for class io.netty.channel.uring.IoUringBufferRingConfig
-
Deprecated.
- IoUringBufferRingConfig(short, short, int, IoUringBufferRingAllocator) - Constructor for class io.netty.channel.uring.IoUringBufferRingConfig
-
Deprecated.
- IoUringBufferRingConfig.Builder - Class in io.netty.channel.uring
- IoUringBufferRingExhaustedEvent - Class in io.netty.channel.uring
-
Event that is fired when a read failed because the buffer ring was exhausted for now.
- IoUringChannelOption<T> - Class in io.netty.channel.uring
- IoUringDatagramChannel - Class in io.netty.channel.uring
- IoUringDatagramChannel() - Constructor for class io.netty.channel.uring.IoUringDatagramChannel
-
Create a new instance which selects the
SocketProtocolFamilyto use depending on the Operation Systems default which will be chosen. - IoUringDatagramChannel(int) - Constructor for class io.netty.channel.uring.IoUringDatagramChannel
-
Create a new instance which selects the
SocketProtocolFamilyto use depending on the Operation Systems default which will be chosen. - IoUringDatagramChannel(SocketProtocolFamily) - Constructor for class io.netty.channel.uring.IoUringDatagramChannel
-
Create a new instance using the given
SocketProtocolFamily. - IoUringDomainSocketChannel - Class in io.netty.channel.uring
-
DomainSocketChannelimplementation that uses linux io_uring - IoUringDomainSocketChannel() - Constructor for class io.netty.channel.uring.IoUringDomainSocketChannel
- IoUringFixedBufferRingAllocator - Class in io.netty.channel.uring
-
IoUringBufferRingAllocatorimplementation which uses a fixed size for the buffers that are returned byAbstractIoUringBufferRingAllocator.allocate(). - IoUringFixedBufferRingAllocator(int) - Constructor for class io.netty.channel.uring.IoUringFixedBufferRingAllocator
-
Create a new instance
- IoUringFixedBufferRingAllocator(ByteBufAllocator, boolean, int) - Constructor for class io.netty.channel.uring.IoUringFixedBufferRingAllocator
-
Create a new instance
- IoUringFixedBufferRingAllocator(ByteBufAllocator, int) - Constructor for class io.netty.channel.uring.IoUringFixedBufferRingAllocator
-
Create a new instance
- IoUringIoEvent - Class in io.netty.channel.uring
-
IoEventthat will be produced as an result of aIoUringIoOps. - IoUringIoEvent(int, int, byte, short) - Constructor for class io.netty.channel.uring.IoUringIoEvent
-
Create a new instance
- IoUringIoHandle - Interface in io.netty.channel.uring
-
IoHandleimplementation for io_uring. - IoUringIoHandler - Class in io.netty.channel.uring
-
IoHandlerwhich is implemented in terms of the Linux-specificio_uringAPI. - IoUringIoHandlerConfig - Class in io.netty.channel.uring
-
Configuration class for an
IoUringIoHandler, managing the settings for aRingBufferand its io_uring file descriptor. - IoUringIoHandlerConfig() - Constructor for class io.netty.channel.uring.IoUringIoHandlerConfig
- IoUringIoOps - Class in io.netty.channel.uring
- IoUringIoOps(byte, byte, short, int, long, long, int, int, short, short, short, int, long) - Constructor for class io.netty.channel.uring.IoUringIoOps
-
Create a new instance which represents the
io_uring_sqestruct. - IoUringServerDomainSocketChannel - Class in io.netty.channel.uring
- IoUringServerDomainSocketChannel() - Constructor for class io.netty.channel.uring.IoUringServerDomainSocketChannel
- IoUringServerSocketChannel - Class in io.netty.channel.uring
- IoUringServerSocketChannel() - Constructor for class io.netty.channel.uring.IoUringServerSocketChannel
- IoUringSocketChannel - Class in io.netty.channel.uring
- IoUringSocketChannel() - Constructor for class io.netty.channel.uring.IoUringSocketChannel
- IoUringTcpInfo - Class in io.netty.channel.uring
-
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; }; - IoUringTcpInfo() - Constructor for class io.netty.channel.uring.IoUringTcpInfo
- IOV_MAX - Static variable in class io.netty.channel.unix.Limits
- IOV_SIZE - Static variable in class io.netty.channel.unix.IovArray
-
The size of an
iovecstruct in bytes. - IovArray - Class in io.netty.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.netty.channel.unix.IovArray
-
Deprecated.Use
IovArray(int)instead. - IovArray(int) - Constructor for class io.netty.channel.unix.IovArray
-
Allocate an IovArray with enough room for the given number of entries (not bytes).
- IovArray(ByteBuf) - Constructor for class io.netty.channel.unix.IovArray
-
Deprecated.Use
IovArray(int)instead. - IP_BIND_ADDRESS_NO_PORT - Static variable in class io.netty.channel.epoll.EpollChannelOption
- IP_FREEBIND - Static variable in class io.netty.channel.epoll.EpollChannelOption
- IP_FREEBIND - Static variable in class io.netty.channel.uring.IoUringChannelOption
- IP_MULTICAST_ADDR - Static variable in class io.netty.channel.ChannelOption
- IP_MULTICAST_IF - Static variable in class io.netty.channel.ChannelOption
- IP_MULTICAST_LOOP_DISABLED - Static variable in class io.netty.channel.ChannelOption
- IP_MULTICAST_TTL - Static variable in class io.netty.channel.ChannelOption
- IP_RECVORIGDSTADDR - Static variable in class io.netty.channel.epoll.EpollChannelOption
- IP_TOS - Static variable in class io.netty.channel.ChannelOption
- IP_TRANSPARENT - Static variable in class io.netty.channel.epoll.EpollChannelOption
- IP_TRANSPARENT - Static variable in class io.netty.channel.uring.IoUringChannelOption
- IpFilterRule - Interface in io.netty.handler.ipfilter
-
Implement this interface to create new rules.
- IpFilterRuleType - Enum in io.netty.handler.ipfilter
-
Used in
IpFilterRuleto decide if a matching IP Address should be allowed or denied to connect. - IPSECKEY - Static variable in class io.netty.handler.codec.dns.DnsRecordType
-
IPsec Key record RFC 4025 Key record that can be used with IPsec.
- IpSubnetFilter - Class in io.netty.handler.ipfilter
-
This class allows one to filter new
Channels based on theIpSubnetFilters passed to its constructor. - IpSubnetFilter(boolean, IpSubnetFilterRule...) - Constructor for class io.netty.handler.ipfilter.IpSubnetFilter
-
Create new
IpSubnetFilterInstance with specifiedIpSubnetFilterRuleas 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.netty.handler.ipfilter.IpSubnetFilter
-
Create new
IpSubnetFilterInstance with specifiedIpSubnetFilterRuleasListand specify if we'll accept a connection if we don't find it in the rule(s). - IpSubnetFilter(IpSubnetFilterRule...) - Constructor for class io.netty.handler.ipfilter.IpSubnetFilter
-
Create new
IpSubnetFilterInstance with specifiedIpSubnetFilterRuleas array. - IpSubnetFilter(List<IpSubnetFilterRule>) - Constructor for class io.netty.handler.ipfilter.IpSubnetFilter
- IpSubnetFilterRule - Class in io.netty.handler.ipfilter
-
Use this class to create rules for
RuleBasedIpFilterthat group IP addresses into subnets. - IpSubnetFilterRule(String, int, IpFilterRuleType) - Constructor for class io.netty.handler.ipfilter.IpSubnetFilterRule
-
Create a new
IpSubnetFilterRuleinstance - IpSubnetFilterRule(String, IpFilterRuleType) - Constructor for class io.netty.handler.ipfilter.IpSubnetFilterRule
-
Create a new
IpSubnetFilterRuleinstance - IpSubnetFilterRule(InetAddress, int, IpFilterRuleType) - Constructor for class io.netty.handler.ipfilter.IpSubnetFilterRule
-
Create a new
IpSubnetFilterRuleinstance - IPv4 - io.netty.channel.socket.InternetProtocolFamily
-
Deprecated.
- IPv4 - io.netty.handler.codec.socks.SocksAddressType
- IPv4 - Static variable in class io.netty.handler.codec.socksx.v5.Socks5AddressType
- IPV4_ONLY - io.netty.resolver.ResolvedAddressTypes
-
Only resolve IPv4 addresses
- IPV4_PREFERRED - io.netty.resolver.ResolvedAddressTypes
-
Prefer IPv4 addresses over IPv6 ones
- ipv4AddressToInt(Inet4Address) - Static method in class io.netty.util.NetUtil
-
Convert
Inet4Addressintoint - ipv4Entries() - Method in class io.netty.resolver.HostsFileEntriesProvider
-
The IPv4 entries.
- ipv4MappedIpv6Address(byte[]) - Static method in class io.netty.channel.unix.NativeInetAddress
- ipv6 - Variable in class io.netty.channel.unix.Socket
- IPv6 - io.netty.channel.socket.InternetProtocolFamily
-
Deprecated.
- IPv6 - io.netty.handler.codec.socks.SocksAddressType
- IPv6 - Static variable in class io.netty.handler.codec.socksx.v5.Socks5AddressType
- IPV6_ONLY - io.netty.resolver.ResolvedAddressTypes
-
Only resolve IPv6 addresses
- IPV6_PREFERRED - io.netty.resolver.ResolvedAddressTypes
-
Prefer IPv6 addresses over IPv4 ones
- ipv6Entries() - Method in class io.netty.resolver.HostsFileEntriesProvider
-
The IPv6 entries.
- IQUERY - Static variable in class io.netty.handler.codec.dns.DnsOpCode
-
The 'IQuery' DNS OpCode, as defined in RFC1035.
- is(Channel) - Static method in class io.netty.channel.group.ChannelMatchers
-
Returns a
ChannelMatcherthat matches the givenChannel. - IS_SUPPORTING_SENDMMSG - Static variable in class io.netty.channel.epoll.Native
- IS_SUPPORTING_TCP_FASTOPEN - Static variable in class io.netty.channel.epoll.Native
-
Deprecated.
- is100ContinueExpected(HttpMessage) - Static method in class io.netty.handler.codec.http.HttpHeaders
-
Deprecated.Use
HttpUtil.is100ContinueExpected(HttpMessage)instead. Returnstrueif and only if the specified message contains the"Expect: 100-continue"header. - is100ContinueExpected(HttpMessage) - Static method in class io.netty.handler.codec.http.HttpUtil
-
Returns
trueif and only if the specified message contains an expect header and the only expectation present is the 100-continue expectation. - isAcceptMultishotEnabled() - Static method in class io.netty.channel.uring.IoUring
-
Returns if multi-shot ACCEPT is used or not.
- isAccessible(ByteBuf) - Static method in class io.netty.buffer.ByteBufUtil
- isActive() - Method in interface io.netty.channel.Channel
-
Return
trueif theChannelis active and so connected. - isActive() - Method in class io.netty.channel.embedded.EmbeddedChannel
- isActive() - Method in class io.netty.channel.epoll.EpollDatagramChannel
- isActive() - Method in class io.netty.channel.epoll.EpollDomainDatagramChannel
- isActive() - Method in class io.netty.channel.kqueue.KQueueDatagramChannel
- isActive() - Method in class io.netty.channel.kqueue.KQueueDomainDatagramChannel
- isActive() - Method in class io.netty.channel.local.LocalChannel
- isActive() - Method in class io.netty.channel.local.LocalServerChannel
- isActive() - Method in class io.netty.channel.oio.OioByteStreamChannel
-
Deprecated.
- isActive() - Method in class io.netty.channel.sctp.nio.NioSctpChannel
- isActive() - Method in class io.netty.channel.sctp.nio.NioSctpServerChannel
- isActive() - Method in class io.netty.channel.sctp.oio.OioSctpChannel
-
Deprecated.
- isActive() - Method in class io.netty.channel.sctp.oio.OioSctpServerChannel
-
Deprecated.
- isActive() - Method in class io.netty.channel.socket.nio.NioDatagramChannel
- isActive() - Method in class io.netty.channel.socket.nio.NioDomainSocketChannel
- isActive() - Method in class io.netty.channel.socket.nio.NioServerDomainSocketChannel
- isActive() - Method in class io.netty.channel.socket.nio.NioServerSocketChannel
- isActive() - Method in class io.netty.channel.socket.nio.NioSocketChannel
- isActive() - Method in class io.netty.channel.socket.oio.OioDatagramChannel
-
Deprecated.
- isActive() - Method in class io.netty.channel.socket.oio.OioServerSocketChannel
-
Deprecated.
- isActive() - Method in class io.netty.channel.socket.oio.OioSocketChannel
-
Deprecated.
- isActive() - Method in class io.netty.channel.udt.nio.NioUdtAcceptorChannel
-
Deprecated.
- isActive() - Method in class io.netty.channel.udt.nio.NioUdtByteConnectorChannel
-
Deprecated.
- isActive() - Method in class io.netty.channel.udt.nio.NioUdtMessageConnectorChannel
-
Deprecated.
- isActive() - Method in class io.netty.channel.uring.IoUringDatagramChannel
- isAggregated(I) - Method in class io.netty.handler.codec.MessageAggregator
-
Returns
trueif and only if the specified message is already aggregated. - isAggregated(HttpObject) - Method in class io.netty.handler.codec.http.HttpObjectAggregator
- isAggregated(WebSocketFrame) - Method in class io.netty.handler.codec.http.websocketx.WebSocketFrameAggregator
- isAggregated(MemcacheObject) - Method in class io.netty.handler.codec.memcache.AbstractMemcacheObjectAggregator
- isAggregated(RedisMessage) - Method in class io.netty.handler.codec.redis.RedisBulkStringAggregator
- isAggregated(StompSubframe) - Method in class io.netty.handler.codec.stomp.StompSubframeAggregator
- isAlive() - Method in interface io.netty.util.concurrent.ThreadProperties
- isAllowDuplicateContentLengths() - Method in class io.netty.handler.codec.http.HttpDecoderConfig
- isAllowExtensions() - Method in class io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker13
- isAllowHalfClosure() - Method in class io.netty.channel.epoll.EpollDomainSocketChannelConfig
- isAllowHalfClosure() - Method in class io.netty.channel.epoll.EpollSocketChannelConfig
- isAllowHalfClosure() - Method in class io.netty.channel.kqueue.KQueueDomainSocketChannelConfig
- isAllowHalfClosure() - Method in class io.netty.channel.kqueue.KQueueSocketChannelConfig
- isAllowHalfClosure() - Method in class io.netty.channel.socket.DefaultSocketChannelConfig
- isAllowHalfClosure() - Method in interface io.netty.channel.socket.DuplexChannelConfig
-
Returns
trueif and only if the channel should not close itself when its remote peer shuts down output to make the connection half-closed. - isAllowMaskMismatch() - Method in class io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker13
- isAllowPartialChunks() - Method in class io.netty.handler.codec.http.HttpDecoderConfig
- isAlpnSupported() - Static method in class io.netty.handler.ssl.OpenSsl
-
Deprecated.
- isAlpnSupported(SslProvider) - Static method in enum io.netty.handler.ssl.SslProvider
- isAndroid() - Static method in class io.netty.util.internal.PlatformDependent
-
Returns
trueif and only if the current platform is Android - isAnyOriginSupported() - Method in class io.netty.handler.codec.http.cors.CorsConfig
-
Determines whether a wildcard origin, '*', is supported.
- isApplicationClose() - Method in class io.netty.handler.codec.quic.QuicConnectionCloseEvent
-
Return
trueif this was an application close,falseotherwise. - isAsteriskForm(String) - Static method in class io.netty.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.netty.handler.codec.http.HttpUtil
-
Determine if a uri is in asterisk-form according to rfc7230, 5.3.
- isAuthoritative(ChannelHandlerContext, Http2Headers) - Method in interface io.netty.handler.codec.http2.Http2PromisedRequestVerifier
-
Determine if a
Http2Headersare authoritative for a particularChannelHandlerContext. - isAuthoritativeAnswer() - Method in class io.netty.handler.codec.dns.DefaultDnsResponse
- isAuthoritativeAnswer() - Method in interface io.netty.handler.codec.dns.DnsResponse
-
Returns
trueif responding server is authoritative for the domain name in the query message. - isAutoAckPingFrame() - Method in class io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
-
Determine if the PING frames should be automatically acknowledged or not.
- isAutoAckSettingsFrame() - Method in class io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
-
Determine if the SETTINGS frames should be automatically acknowledged and applied.
- isAutoClose() - Method in interface io.netty.channel.ChannelConfig
-
Returns
trueif and only if theChannelwill be closed automatically and immediately on write failure. - isAutoClose() - Method in class io.netty.channel.DefaultChannelConfig
- isAutoRead() - Method in interface io.netty.channel.ChannelConfig
-
Returns
trueif and only ifChannelHandlerContext.read()will be invoked automatically so that a user application doesn't need to call it at all. - isAutoRead() - Method in class io.netty.channel.DefaultChannelConfig
- isAvailable() - Static method in class io.netty.channel.epoll.Epoll
-
Returns
trueif and only if thenetty-transport-native-epollis available. - isAvailable() - Static method in class io.netty.channel.kqueue.KQueue
-
Returns
trueif and only if thenetty-transport-native-kqueueis available. - isAvailable() - Static method in class io.netty.channel.unix.Unix
-
Deprecated.
- isAvailable() - Static method in class io.netty.channel.uring.IoUring
- isAvailable() - Static method in class io.netty.handler.codec.compression.Brotli
- isAvailable() - Static method in class io.netty.handler.codec.compression.Zstd
- isAvailable() - Static method in class io.netty.handler.codec.quic.Quic
-
Returns
trueif and only if the QUIC implementation is usable on the running platform is available. - isAvailable() - Static method in class io.netty.handler.ssl.OpenSsl
-
Returns
trueif and only ifnetty-tcnativeand its OpenSSL support are available. - isAvailable() - Static method in class io.netty.resolver.dns.macos.MacOSDnsServerAddressStreamProvider
- isBatchAllocation() - Method in class io.netty.channel.uring.IoUringBufferRingConfig
-
Returns
trueif the ring should always be filled via a batch allocation orfalseif we will try to allocate a newByteBufas we used a buffer from the ring. - isBcJsseInUse(SSLEngine) - Static method in class io.netty.handler.ssl.util.BouncyCastleUtil
-
Indicates whether the given SSLEngine is implemented by BouncyCastle.
- isBcPkixAvailable() - Static method in class io.netty.handler.ssl.util.BouncyCastleUtil
-
Indicate whether the BouncyCastle Public-Key Infrastructure utilities are available.
- isBcProvAvailable() - Static method in class io.netty.handler.ssl.util.BouncyCastleUtil
-
Indicate whether the BouncyCastle Java Crypto Extensions provider is available.
- isBcTlsAvailable() - Static method in class io.netty.handler.ssl.util.BouncyCastleUtil
-
Indicate whether the BouncyCastle Java Secure Socket Extensions provider is available.
- isBroadcast() - Method in class io.netty.channel.epoll.EpollDatagramChannelConfig
- isBroadcast() - Method in class io.netty.channel.kqueue.KQueueDatagramChannelConfig
- isBroadcast() - Method in interface io.netty.channel.socket.DatagramChannelConfig
-
Gets the
StandardSocketOptions.SO_BROADCASToption. - isBroadcast() - Method in class io.netty.channel.socket.DefaultDatagramChannelConfig
- isBroadcast() - Method in class io.netty.channel.unix.Socket
- isBufferCopyNeededForWrite(ByteBuf) - Static method in class io.netty.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.netty.handler.codec.http2.Http2PromisedRequestVerifier
-
Determine if a request is cacheable.
- isCancellable() - Method in class io.netty.channel.DelegatingChannelPromiseNotifier
- isCancellable() - Method in class io.netty.channel.VoidChannelPromise
- isCancellable() - Method in class io.netty.util.concurrent.CompleteFuture
- isCancellable() - Method in class io.netty.util.concurrent.DefaultPromise
- isCancellable() - Method in interface io.netty.util.concurrent.Future
-
returns
trueif and only if the operation can be cancelled viaFuture.cancel(boolean). - isCancelled() - Method in class io.netty.channel.DelegatingChannelPromiseNotifier
- isCancelled() - Method in class io.netty.channel.VoidChannelPromise
- isCancelled() - Method in class io.netty.util.concurrent.CompleteFuture
- isCancelled() - Method in class io.netty.util.concurrent.DefaultPromise
- isCancelled() - Method in interface io.netty.util.Timeout
-
Returns
trueif and only if theTimerTaskassociated with this handle has been cancelled. - isCertificateAuthority() - Method in class io.netty.pkitesting.X509Bundle
-
Query if this bundle is for a certificate authority root certificate.
- isChangingThreadSupported() - Method in interface io.netty.channel.IoHandlerFactory
-
Returns
trueif it's supported that theThreadAwareExecutormight change itsThreadduring the life-time of theIoHandlerthat can be created viaIoHandlerFactory.newHandler(ThreadAwareExecutor). - isChunked() - Method in class io.netty.handler.codec.http.multipart.HttpPostRequestEncoder
- isChunkedSupported() - Method in class io.netty.handler.codec.http.HttpDecoderConfig
- isCipherSuiteAvailable(String) - Static method in class io.netty.handler.ssl.OpenSsl
-
Returns
trueif and only if the specified cipher suite is available in OpenSSL. - isCleanerFlagSet(int) - Method in class io.netty.util.internal.InternalThreadLocalMap
-
Deprecated.
- isCleanSession() - Method in class io.netty.handler.codec.mqtt.MqttConnectVariableHeader
- isClient() - Method in class io.netty.handler.ssl.DelegatingSslContext
- isClient() - Method in class io.netty.handler.ssl.JdkSslContext
- isClient() - Method in class io.netty.handler.ssl.ReferenceCountedOpenSslContext
- isClient() - Method in class io.netty.handler.ssl.SslContext
-
Returns the
trueif and only if this context is for client-side. - isClosed() - Method in class io.netty.handler.codec.compression.Bzip2Decoder
-
Returns
trueif and only if the end of the compressed stream has been reached. - isClosed() - Method in class io.netty.handler.codec.compression.Bzip2Encoder
-
Returns
trueif and only if the end of the compressed stream has been reached. - isClosed() - Method in class io.netty.handler.codec.compression.JdkZlibDecoder
- isClosed() - Method in class io.netty.handler.codec.compression.JdkZlibEncoder
- isClosed() - Method in class io.netty.handler.codec.compression.JZlibDecoder
-
Returns
trueif and only if the end of the compressed stream has been reached. - isClosed() - Method in class io.netty.handler.codec.compression.JZlibEncoder
- isClosed() - Method in class io.netty.handler.codec.compression.Lz4FrameDecoder
-
Returns
trueif and only if the end of the compressed stream has been reached. - isClosed() - Method in class io.netty.handler.codec.compression.Lz4FrameEncoder
-
Returns
trueif and only if the compressed stream has been finished. - isClosed() - Method in class io.netty.handler.codec.compression.ZlibDecoder
-
Returns
trueif and only if the end of the compressed stream has been reached. - isClosed() - Method in class io.netty.handler.codec.compression.ZlibEncoder
-
Returns
trueif and only if the end of the compressed stream has been reached. - isCombiningHeaders() - Method in class io.netty.handler.codec.http.DefaultHttpHeadersFactory
-
Check whether header combining is enabled or not.
- isCompatible(EventLoop) - Method in class io.netty.channel.AbstractChannel
-
Return
trueif the givenEventLoopis compatible with this instance. - isCompatible(EventLoop) - Method in class io.netty.channel.embedded.EmbeddedChannel
- isCompatible(EventLoop) - Method in class io.netty.channel.local.LocalChannel
- isCompatible(EventLoop) - Method in class io.netty.channel.local.LocalServerChannel
- isCompatible(EventLoop) - Method in class io.netty.channel.nio.AbstractNioChannel
- isCompatible(EventLoop) - Method in class io.netty.channel.oio.AbstractOioChannel
-
Deprecated.
- isCompatible(Class<? extends IoHandle>) - Method in class io.netty.channel.epoll.EpollIoHandler
- isCompatible(Class<? extends IoHandle>) - Method in interface io.netty.channel.IoEventLoop
- isCompatible(Class<? extends IoHandle>) - Method in interface io.netty.channel.IoEventLoopGroup
-
Returns
trueif the given type is compatible with thisIoEventLoopGroupand so can be registered to the containedIoEventLoops,falseotherwise. - isCompatible(Class<? extends IoHandle>) - Method in interface io.netty.channel.IoHandler
-
Returns
trueif the given type is compatible with thisIoHandlerand so can be registered,falseotherwise. - isCompatible(Class<? extends IoHandle>) - Method in class io.netty.channel.kqueue.KQueueIoHandler
- isCompatible(Class<? extends IoHandle>) - Method in class io.netty.channel.local.LocalIoHandler
- isCompatible(Class<? extends IoHandle>) - Method in class io.netty.channel.ManualIoEventLoop
- isCompatible(Class<? extends IoHandle>) - Method in class io.netty.channel.nio.NioIoHandler
- isCompatible(Class<? extends IoHandle>) - Method in class io.netty.channel.SingleThreadIoEventLoop
- isCompatible(Class<? extends IoHandle>) - Method in class io.netty.channel.uring.IoUringIoHandler
- isComplete() - Method in class io.netty.channel.sctp.SctpMessage
-
Return
trueif this message is complete. - isCompleted() - Method in class io.netty.handler.codec.http.multipart.AbstractHttpData
- isCompleted() - Method in interface io.netty.handler.codec.http.multipart.HttpData
- isConnected() - Method in class io.netty.channel.epoll.EpollDatagramChannel
- isConnected() - Method in class io.netty.channel.epoll.EpollDomainDatagramChannel
- isConnected() - Method in class io.netty.channel.kqueue.KQueueDatagramChannel
- isConnected() - Method in class io.netty.channel.kqueue.KQueueDomainDatagramChannel
- isConnected() - Method in interface io.netty.channel.socket.DatagramChannel
-
Return
trueif theDatagramChannelis connected to the remote peer. - isConnected() - Method in class io.netty.channel.socket.nio.NioDatagramChannel
- isConnected() - Method in class io.netty.channel.socket.oio.OioDatagramChannel
-
Deprecated.
- isConnected() - Method in interface io.netty.channel.unix.DomainDatagramChannel
-
Return
trueif theDomainDatagramChannelis connected to the remote peer. - isConnected() - Method in class io.netty.channel.uring.IoUringDatagramChannel
- isConnected() - Method in class io.netty.handler.proxy.ProxyHandler
-
Returns
trueif and only if the connection to the destination has been established successfully. - isConnectionHeader(CharSequence, boolean) - Static method in class io.netty.handler.codec.http.HttpHeaderValidationUtil
-
Check if a header name is "connection related".
- isContentAlwaysEmpty(H) - Method in class io.netty.handler.codec.http.HttpObjectEncoder
-
Determine whether a message has a content or not.
- isContentAlwaysEmpty(HttpMessage) - Method in class io.netty.handler.codec.http.HttpObjectDecoder
- isContentAlwaysEmpty(HttpMessage) - Method in class io.netty.handler.codec.http.HttpRequestDecoder
- isContentAlwaysEmpty(HttpMessage) - Method in class io.netty.handler.codec.rtsp.RtspDecoder
- isContentAlwaysEmpty(HttpMessage) - Method in class io.netty.handler.codec.rtsp.RtspObjectDecoder
-
Deprecated.
- isContentAlwaysEmpty(HttpResponse) - Method in class io.netty.handler.codec.http.HttpResponseEncoder
- isContentLengthInvalid(H, int) - Method in class io.netty.handler.codec.memcache.AbstractMemcacheObjectAggregator
- isContentLengthInvalid(HttpMessage, int) - Method in class io.netty.handler.codec.http.HttpObjectAggregator
- isContentLengthInvalid(WebSocketFrame, int) - Method in class io.netty.handler.codec.http.websocketx.WebSocketFrameAggregator
- isContentLengthInvalid(BulkStringHeaderRedisMessage, int) - Method in class io.netty.handler.codec.redis.RedisBulkStringAggregator
- isContentLengthInvalid(StompHeadersSubframe, int) - Method in class io.netty.handler.codec.stomp.StompSubframeAggregator
- isContentLengthInvalid(S, int) - Method in class io.netty.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.netty.handler.codec.http.HttpHeaders
-
Deprecated.Use
HttpUtil.isContentLengthSet(HttpMessage)instead. - isContentLengthSet(HttpMessage) - Static method in class io.netty.handler.codec.http.HttpUtil
- isContentMessage(I) - Method in class io.netty.handler.codec.MessageAggregator
-
Returns
trueif and only if the specified message is a content message. - isContentMessage(HttpObject) - Method in class io.netty.handler.codec.http.HttpObjectAggregator
- isContentMessage(WebSocketFrame) - Method in class io.netty.handler.codec.http.websocketx.WebSocketFrameAggregator
- isContentMessage(MemcacheObject) - Method in class io.netty.handler.codec.memcache.AbstractMemcacheObjectAggregator
- isContentMessage(RedisMessage) - Method in class io.netty.handler.codec.redis.RedisBulkStringAggregator
- isContentMessage(StompSubframe) - Method in class io.netty.handler.codec.stomp.StompSubframeAggregator
- isContiguous() - Method in class io.netty.buffer.AbstractDerivedByteBuf
-
Deprecated.
- isContiguous() - Method in class io.netty.buffer.ByteBuf
-
Returns
trueif thisByteBufimplementation is backed by a single memory region. - isContiguous() - Method in class io.netty.buffer.EmptyByteBuf
- isContiguous() - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- isContiguous() - Method in class io.netty.buffer.UnpooledDirectByteBuf
- isContiguous() - Method in class io.netty.buffer.UnpooledHeapByteBuf
- isContiguous() - Method in class io.netty.buffer.WrappedByteBuf
- isCorsSupportEnabled() - Method in class io.netty.handler.codec.http.cors.CorsConfig
-
Determines if support for CORS is enabled.
- isCredentialsAllowed() - Method in class io.netty.handler.codec.http.cors.CorsConfig
-
Determines if cookies are supported for CORS requests.
- isCryptoError() - Method in class io.netty.handler.codec.quic.QuicTransportError
-
Returns true if this is a
CRYPTO_ERROR. - isDaemon() - Method in interface io.netty.util.concurrent.ThreadProperties
- isDebugEnabled() - Method in interface io.netty.util.internal.logging.InternalLogger
-
Is the logger instance enabled for the DEBUG level?
- isDecodingRequest() - Method in class io.netty.handler.codec.http.HttpObjectDecoder
- isDecodingRequest() - Method in class io.netty.handler.codec.http.HttpRequestDecoder
- isDecodingRequest() - Method in class io.netty.handler.codec.http.HttpResponseDecoder
- isDecodingRequest() - Method in class io.netty.handler.codec.rtsp.RtspDecoder
- isDestroyed() - Method in class io.netty.handler.ssl.PemPrivateKey
-
NOTE: This is a JDK8 interface/method.
- isDirect() - Method in class io.netty.buffer.ByteBuf
-
Returns
trueif and only if this buffer is backed by an NIO direct buffer. - isDirect() - Method in class io.netty.buffer.CompositeByteBuf
- isDirect() - Method in class io.netty.buffer.DuplicatedByteBuf
-
Deprecated.
- isDirect() - Method in class io.netty.buffer.EmptyByteBuf
- isDirect() - Method in class io.netty.buffer.ReadOnlyByteBuf
-
Deprecated.
- isDirect() - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- isDirect() - Method in class io.netty.buffer.UnpooledDirectByteBuf
- isDirect() - Method in class io.netty.buffer.UnpooledHeapByteBuf
- isDirect() - Method in class io.netty.buffer.WrappedByteBuf
- isDirectBufferPooled() - Method in class io.netty.buffer.AdaptiveByteBufAllocator
- isDirectBufferPooled() - Method in interface io.netty.buffer.ByteBufAllocator
-
Returns
trueif directByteBuf's are pooled - isDirectBufferPooled() - Method in class io.netty.buffer.PooledByteBufAllocator
- isDirectBufferPooled() - Method in class io.netty.buffer.UnpooledByteBufAllocator
- isDirectBufferPooled() - Method in class io.netty.channel.PreferHeapByteBufAllocator
- isDirectBufferPooled() - Method in class io.netty.channel.unix.PreferredDirectByteBufAllocator
- isDirectMemoryCacheAlignmentSupported() - Static method in class io.netty.buffer.PooledByteBufAllocator
-
Return
trueif direct memory cache alignment is supported,falseotherwise. - isDiscard() - Method in interface io.netty.handler.codec.http.Cookie
-
Deprecated.Not part of RFC6265
- isDiscard() - Method in class io.netty.handler.codec.http.DefaultCookie
-
Deprecated.
- isDone() - Method in class io.netty.channel.DelegatingChannelPromiseNotifier
- isDone() - Method in class io.netty.channel.VoidChannelPromise
- isDone() - Method in class io.netty.util.concurrent.CompleteFuture
- isDone() - Method in class io.netty.util.concurrent.DefaultPromise
- isDtr() - Method in interface io.netty.channel.rxtx.RxtxChannelConfig
-
Deprecated.
- isDup() - Method in class io.netty.handler.codec.mqtt.MqttFixedHeader
- isEmpty() - Method in class io.netty.channel.AbstractCoalescingBufferQueue
-
Are there pending buffers in the queue.
- isEmpty() - Method in class io.netty.channel.ChannelOutboundBuffer
- isEmpty() - Method in class io.netty.channel.group.DefaultChannelGroup
- isEmpty() - Method in class io.netty.channel.PendingWriteQueue
-
Returns
trueif there are no pending write operations left in this queue. - isEmpty() - Method in class io.netty.channel.pool.AbstractChannelPoolMap
- isEmpty() - Method in class io.netty.handler.codec.DefaultHeaders
- isEmpty() - Method in class io.netty.handler.codec.EmptyHeaders
- isEmpty() - Method in interface io.netty.handler.codec.Headers
- isEmpty() - Method in class io.netty.handler.codec.http.DefaultHttpHeaders
- isEmpty() - Method in class io.netty.handler.codec.http.EmptyHttpHeaders
- isEmpty() - Method in class io.netty.handler.codec.http.HttpHeaders
-
Checks if no header exists.
- isEmpty() - Method in class io.netty.handler.codec.http.ReadOnlyHttpHeaders
- isEmpty() - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
- isEmpty() - Method in class io.netty.handler.codec.mqtt.MqttProperties
- isEmpty() - Method in class io.netty.util.AsciiString
-
Determine if this instance has 0 length.
- isEmpty() - Method in class io.netty.util.collection.ByteObjectHashMap
- isEmpty() - Method in class io.netty.util.collection.CharObjectHashMap
- isEmpty() - Method in class io.netty.util.collection.IntObjectHashMap
- isEmpty() - Method in class io.netty.util.collection.LongObjectHashMap
- isEmpty() - Method in class io.netty.util.collection.ShortObjectHashMap
- isEmpty() - Method in interface io.netty.util.concurrent.MpscIntQueue
-
Query if the queue is empty or not.
- isEmpty() - Method in class io.netty.util.concurrent.MpscIntQueue.MpscAtomicIntegerArrayQueue
- isEmpty() - Method in class io.netty.util.internal.DefaultPriorityQueue
- isEmpty() - Method in class io.netty.util.internal.EmptyPriorityQueue
- isEnabled() - Method in class io.netty.handler.codec.http2.Http2FrameLogger
- isEnabled() - Static method in class io.netty.util.ResourceLeakDetector
-
Returns
trueif resource leak detection is enabled. - isEnabled(InternalLogLevel) - Method in class io.netty.util.internal.logging.AbstractInternalLogger
- isEnabled(InternalLogLevel) - Method in interface io.netty.util.internal.logging.InternalLogger
-
Is the logger instance enabled for the specified
level? - isEncrypted(ByteBuf) - Static method in class io.netty.handler.ssl.SslHandler
-
Deprecated.
- isEncrypted(ByteBuf, boolean) - Static method in class io.netty.handler.ssl.SslHandler
-
Returns
trueif the givenByteBufis encrypted. - isEndOfInput() - Method in class io.netty.handler.codec.http.HttpChunkedInput
- isEndOfInput() - Method in class io.netty.handler.codec.http.multipart.HttpPostRequestEncoder
- isEndOfInput() - Method in class io.netty.handler.codec.http.websocketx.WebSocketChunkedInput
- isEndOfInput() - Method in class io.netty.handler.codec.http2.Http2DataChunkedInput
- isEndOfInput() - Method in class io.netty.handler.stream.ChunkedFile
- isEndOfInput() - Method in interface io.netty.handler.stream.ChunkedInput
-
Return
trueif and only if there is no data left in the stream and the stream has reached at its end. - isEndOfInput() - Method in class io.netty.handler.stream.ChunkedNioFile
- isEndOfInput() - Method in class io.netty.handler.stream.ChunkedNioStream
- isEndOfInput() - Method in class io.netty.handler.stream.ChunkedStream
- isEndStream() - Method in class io.netty.handler.codec.http2.DefaultHttp2DataFrame
- isEndStream() - Method in class io.netty.handler.codec.http2.DefaultHttp2HeadersFrame
- isEndStream() - Method in interface io.netty.handler.codec.http2.Http2DataFrame
-
Returns
trueif the END_STREAM flag is set. - isEndStream() - Method in interface io.netty.handler.codec.http2.Http2HeadersFrame
-
Returns
trueif the END_STREAM flag is set. - isEntireArrayUsed() - Method in class io.netty.util.AsciiString
-
Determine if the storage represented by
AsciiString.array()is entirely used. - isErrorEnabled() - Method in interface io.netty.util.internal.logging.InternalLogger
-
Is the logger instance enabled for the ERROR level?
- isExecutorThread(Thread) - Method in interface io.netty.util.concurrent.EventExecutor
- isExecutorThread(Thread) - Method in interface io.netty.util.concurrent.ThreadAwareExecutor
- isExpired() - Method in interface io.netty.util.Timeout
-
Returns
trueif and only if theTimerTaskassociated with this handle has been expired. - isExplicitNoPreferDirect() - Static method in class io.netty.util.internal.PlatformDependent
-
Returns
trueif user has specified-Dio.netty.noPreferDirect=trueoption. - isFailure() - Method in class io.netty.handler.codec.DecoderResult
- isFinalFragment() - Method in class io.netty.handler.codec.http.websocketx.WebSocketFrame
-
Flag to indicate if this frame is the final fragment in a message.
- isFinished() - Method in class io.netty.handler.codec.DecoderResult
- isFirst() - Method in class io.netty.handler.timeout.IdleStateEvent
-
Returns
trueif this was the first event for theIdleState - isFlagSet(short) - Method in class io.netty.handler.codec.http2.Http2Flags
-
Indicates whether or not a particular flag is set.
- isForceCloseComplete() - Method in class io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker
-
Flag to indicate if the closing handshake was initiated because of timeout.
- isFreeBind() - Method in class io.netty.channel.epoll.EpollDatagramChannelConfig
- isFreeBind() - Method in class io.netty.channel.epoll.EpollServerSocketChannelConfig
- isFull() - Method in class io.netty.channel.unix.IovArray
-
Return
trueif there is no more space left in theIovArray. - isGoAwayReceived() - Method in class io.netty.handler.codec.http3.Http3ConnectionHandler
-
Returns
trueif we received a GOAWAY frame from the remote peer. - isGracefulShutdownComplete() - Method in class io.netty.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.netty.handler.codec.http2.Http2FrameCodec
- isHandlerActive(ChannelHandlerContext) - Static method in class io.netty.handler.traffic.AbstractTrafficShapingHandler
- isHandlingOversizedMessage() - Method in class io.netty.handler.codec.MessageAggregator
-
Deprecated.This method will be removed in future releases.
- isHandshakeComplete() - Method in class io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker
-
Flag to indicate if the opening handshake is complete
- isHeadersReceived() - Method in interface io.netty.handler.codec.http2.Http2Stream
-
Indicates whether or not the initial headers have been received.
- isHeadersSent() - Method in interface io.netty.handler.codec.http2.Http2Stream
-
Indicates whether or not headers were sent to the remote endpoint.
- isHealthy(Channel) - Method in interface io.netty.channel.pool.ChannelHealthChecker
-
Check if the given channel is healthy which means it can be used.
- isHttpOnly() - Method in interface io.netty.handler.codec.http.cookie.Cookie
-
Checks to see if this
Cookiecan only be accessed via HTTP. - isHttpOnly() - Method in class io.netty.handler.codec.http.cookie.DefaultCookie
- isIdempotent() - Method in interface io.netty.handler.codec.quic.QuicConnectionIdGenerator
-
Returns true if the implementation is idempotent, which means we will get the same id with the same input ByteBuffer.
- isIkvmDotNet() - Static method in class io.netty.util.internal.PlatformDependent
- isInboundDone() - Method in class io.netty.handler.ssl.ReferenceCountedOpenSslEngine
- isIncludedIn(int) - Method in class io.netty.channel.nio.NioIoOps
- isIncremental() - Method in class io.netty.channel.uring.IoUringBufferRingConfig
-
Returns true if incremental mode should be used for the buffer ring.
- isIncremental() - Method in class io.netty.handler.codec.quic.QuicStreamPriority
-
trueif incremental,falseotherwise. - isIndexedVariableSet(int) - Method in class io.netty.util.internal.InternalThreadLocalMap
- isInfoEnabled() - Method in interface io.netty.util.internal.logging.InternalLogger
-
Is the logger instance enabled for the INFO level?
- isInline() - Method in enum io.netty.handler.codec.redis.RedisMessageType
-
Returns
trueif this type is inline type, or returnsfalse. - isInMemory() - Method in class io.netty.handler.codec.http.multipart.AbstractDiskHttpData
- isInMemory() - Method in class io.netty.handler.codec.http.multipart.AbstractMemoryHttpData
- isInMemory() - Method in interface io.netty.handler.codec.http.multipart.HttpData
-
Provides a hint as to whether or not the file contents will be read from memory.
- isInputShutdown() - Method in class io.netty.channel.epoll.AbstractEpollStreamChannel
- isInputShutdown() - Method in class io.netty.channel.kqueue.AbstractKQueueStreamChannel
- isInputShutdown() - Method in class io.netty.channel.oio.AbstractOioByteChannel
-
Deprecated.Determine if the input side of this channel is shutdown.
- isInputShutdown() - Method in class io.netty.channel.rxtx.RxtxChannel
-
Deprecated.
- isInputShutdown() - Method in interface io.netty.channel.socket.DuplexChannel
-
Returns
trueif and only if the remote peer shut down its output so that no more data is received from this channel. - isInputShutdown() - Method in class io.netty.channel.socket.nio.NioDomainSocketChannel
- isInputShutdown() - Method in class io.netty.channel.socket.nio.NioSocketChannel
- isInputShutdown() - Method in class io.netty.channel.socket.oio.OioSocketChannel
-
Deprecated.
- isInputShutdown() - Method in class io.netty.channel.unix.Socket
- isInputShutdown0() - Method in class io.netty.channel.nio.AbstractNioByteChannel
- isInputShutdown0() - Method in class io.netty.channel.socket.nio.NioDomainSocketChannel
- isInputShutdown0() - Method in class io.netty.channel.socket.nio.NioSocketChannel
- isInstanceOf(Class<? extends Channel>) - Static method in class io.netty.channel.group.ChannelMatchers
-
Returns a
ChannelMatcherthat matches allChannels that are an instance of sub-type of the given class. - isInterrupted() - Method in interface io.netty.util.concurrent.ThreadProperties
- isInvalid() - Method in class io.netty.handler.codec.spdy.DefaultSpdyHeadersFrame
- isInvalid() - Method in interface io.netty.handler.codec.spdy.SpdyHeadersFrame
-
Returns
trueif this header block is invalid. - isIoType(Class<? extends IoHandler>) - Method in interface io.netty.channel.IoEventLoop
- isIoType(Class<? extends IoHandler>) - Method in interface io.netty.channel.IoEventLoopGroup
- isIoType(Class<? extends IoHandler>) - Method in class io.netty.channel.ManualIoEventLoop
- isIoType(Class<? extends IoHandler>) - Method in class io.netty.channel.SingleThreadIoEventLoop
- isIpBindAddressNoPort() - Method in class io.netty.channel.epoll.EpollSocketChannelConfig
-
Returns
trueif the IP_BIND_ADDRESS_NO_PORT option is set. - isIpRecvOrigDestAddr() - Method in class io.netty.channel.epoll.EpollDatagramChannelConfig
- isIpTransparent() - Method in class io.netty.channel.epoll.EpollDatagramChannelConfig
- isIpTransparent() - Method in class io.netty.channel.epoll.EpollServerSocketChannelConfig
- isIpTransparent() - Method in class io.netty.channel.epoll.EpollSocketChannelConfig
- isIpV4StackPreferred() - Static method in class io.netty.util.NetUtil
-
Returns
trueif IPv4 should be used even if the system supports both IPv4 and IPv6. - isIpV6AddressesPreferred() - Static method in class io.netty.util.NetUtil
-
Returns
trueif an IPv6 address should be preferred when a host has both an IPv4 address and an IPv6 address. - isIPv6Preferred() - Static method in class io.netty.channel.unix.Socket
- isJ9Jvm() - Static method in class io.netty.util.internal.PlatformDependent
- isJfrEnabled() - Static method in class io.netty.util.internal.PlatformDependent
-
Check if JFR events are supported on this platform.
- isKeepAlive() - Method in class io.netty.channel.epoll.EpollSocketChannelConfig
- isKeepAlive() - Method in class io.netty.channel.kqueue.KQueueSocketChannelConfig
- isKeepAlive() - Method in class io.netty.channel.socket.DefaultSocketChannelConfig
- isKeepAlive() - Method in interface io.netty.channel.socket.SocketChannelConfig
-
Gets the
StandardSocketOptions.SO_KEEPALIVEoption. - isKeepAlive() - Method in class io.netty.channel.unix.Socket
- isKeepAlive(HttpMessage) - Static method in class io.netty.handler.codec.http.HttpHeaders
-
Deprecated.Use
HttpUtil.isKeepAlive(HttpMessage)instead. Returnstrueif 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.netty.handler.codec.http.HttpUtil
-
Returns
trueif and only if the connection can remain open and thus 'kept alive'. - isKeepAliveDefault() - Method in class io.netty.handler.codec.http.HttpVersion
-
Returns
trueif and only if the connection is kept alive unless the"Connection"header is set to"close"explicitly. - isLast() - Method in class io.netty.handler.codec.spdy.DefaultSpdyStreamFrame
- isLast() - Method in interface io.netty.handler.codec.spdy.SpdyStreamFrame
-
Returns
trueif this frame is the last frame to be transmitted on the stream. - isLastContentMessage(C) - Method in class io.netty.handler.codec.MessageAggregator
-
Returns
trueif and only if the specified message is the last content message. - isLastContentMessage(HttpContent) - Method in class io.netty.handler.codec.http.HttpObjectAggregator
- isLastContentMessage(ContinuationWebSocketFrame) - Method in class io.netty.handler.codec.http.websocketx.WebSocketFrameAggregator
- isLastContentMessage(MemcacheContent) - Method in class io.netty.handler.codec.memcache.AbstractMemcacheObjectAggregator
- isLastContentMessage(BulkStringRedisContent) - Method in class io.netty.handler.codec.redis.RedisBulkStringAggregator
- isLastContentMessage(StompContentSubframe) - Method in class io.netty.handler.codec.stomp.StompSubframeAggregator
- isLiveNonVolatile(T) - Method in class io.netty.util.internal.ReferenceCountUpdater
- isLocalCreated() - Method in interface io.netty.handler.codec.quic.QuicStreamChannel
-
Returns
trueif the stream was created locally. - isLoopbackModeDisabled() - Method in class io.netty.channel.epoll.EpollDatagramChannelConfig
- isLoopbackModeDisabled() - Method in class io.netty.channel.kqueue.KQueueDatagramChannelConfig
- isLoopbackModeDisabled() - Method in interface io.netty.channel.socket.DatagramChannelConfig
-
Gets the
StandardSocketOptions.IP_MULTICAST_LOOPoption. - isLoopbackModeDisabled() - Method in class io.netty.channel.socket.DefaultDatagramChannelConfig
- isMaxFrameSizeValid(int) - Static method in class io.netty.handler.codec.http2.Http2CodecUtil
-
Indicates whether or not the given value for max frame size falls within the valid range.
- isMultipart() - Method in class io.netty.handler.codec.http.multipart.HttpPostMultipartRequestDecoder
-
True if this request is a Multipart request
- isMultipart() - Method in class io.netty.handler.codec.http.multipart.HttpPostRequestDecoder
- isMultipart() - Method in class io.netty.handler.codec.http.multipart.HttpPostRequestEncoder
-
True if this request is a Multipart request
- isMultipart() - Method in class io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder
-
True if this request is a Multipart request
- isMultipart() - Method in interface io.netty.handler.codec.http.multipart.InterfaceHttpPostRequestDecoder
-
True if this request is a Multipart request
- isMultipart(HttpRequest) - Static method in class io.netty.handler.codec.http.multipart.HttpPostRequestDecoder
-
Check if the given request is a multipart request
- isNoLocal() - Method in class io.netty.handler.codec.mqtt.MqttSubscriptionOption
- isNonServerChannel() - Static method in class io.netty.channel.group.ChannelMatchers
- isNot(Channel) - Static method in class io.netty.channel.group.ChannelMatchers
-
Returns a
ChannelMatcherthat matches allChannels except the given. - isNotIncludedIn(int) - Method in class io.netty.channel.nio.NioIoOps
- isNotInstanceOf(Class<? extends Channel>) - Static method in class io.netty.channel.group.ChannelMatchers
-
Returns a
ChannelMatcherthat matches allChannels that are not an instance of sub-type of the given class. - isNull() - Method in class io.netty.handler.codec.redis.ArrayHeaderRedisMessage
-
Returns whether the content of this message is
null. - isNull() - Method in class io.netty.handler.codec.redis.ArrayRedisMessage
-
Returns whether the content of this message is
null. - isNull() - Method in class io.netty.handler.codec.redis.BulkStringHeaderRedisMessage
-
Returns whether the content of this message is
null. - isNull() - Method in class io.netty.handler.codec.redis.FullBulkStringRedisMessage
-
Returns whether the content of this message is
null. - isNullOrEmpty(String) - Static method in class io.netty.util.internal.StringUtil
-
Determine if a string is
nullorString.isEmpty()returnstrue. - isNullOriginAllowed() - Method in class io.netty.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.netty.util.CharsetUtil
-
ISO Latin Alphabet No. 1, as known as ISO-LATIN-1
- isOcspSupported() - Static method in class io.netty.handler.ssl.OpenSsl
-
Returns
trueif the used version of OpenSSL supports OCSP stapling. - isOpen() - Method in interface io.netty.channel.Channel
-
Returns
trueif theChannelis open and may get active later - isOpen() - Method in class io.netty.channel.DefaultFileRegion
-
Returns
trueif theFileRegionhas a open file-descriptor - isOpen() - Method in class io.netty.channel.embedded.EmbeddedChannel
- isOpen() - Method in class io.netty.channel.local.LocalChannel
- isOpen() - Method in class io.netty.channel.local.LocalServerChannel
- isOpen() - Method in class io.netty.channel.nio.AbstractNioChannel
- isOpen() - Method in class io.netty.channel.rxtx.RxtxChannel
-
Deprecated.
- isOpen() - Method in class io.netty.channel.sctp.oio.OioSctpChannel
-
Deprecated.
- isOpen() - Method in class io.netty.channel.sctp.oio.OioSctpServerChannel
-
Deprecated.
- isOpen() - Method in class io.netty.channel.socket.oio.OioDatagramChannel
-
Deprecated.
- isOpen() - Method in class io.netty.channel.socket.oio.OioServerSocketChannel
-
Deprecated.
- isOpen() - Method in class io.netty.channel.socket.oio.OioSocketChannel
-
Deprecated.
- isOpen() - Method in class io.netty.channel.unix.FileDescriptor
-
Returns
trueif the file descriptor is open. - isOpen() - Method in class io.netty.channel.unix.SocketWritableByteChannel
- isOptionSupported(SslProvider, SslContextOption<?>) - Static method in enum io.netty.handler.ssl.SslProvider
- isOptResourceEnabled() - Method in class io.netty.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.netty.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.netty.handler.codec.http.HttpUtil
-
Determine if a uri is in origin-form according to rfc7230, 5.3.
- isOsx() - Static method in class io.netty.util.internal.PlatformDependent
-
Return
trueif the JVM is running on OSX / MacOS - isOutboundDone() - Method in class io.netty.handler.ssl.ReferenceCountedOpenSslEngine
- isOutboundStream(boolean, int) - Static method in class io.netty.handler.codec.http2.Http2CodecUtil
-
Returns
trueif the stream is an outbound stream. - isOutOfBounds(int, int, int) - Static method in class io.netty.util.internal.MathUtil
-
Determine if the requested
indexandlengthwill fit withincapacity. - isOutputShutdown() - Method in class io.netty.channel.epoll.AbstractEpollStreamChannel
- isOutputShutdown() - Method in class io.netty.channel.kqueue.AbstractKQueueStreamChannel
- isOutputShutdown() - Method in interface io.netty.channel.socket.DuplexChannel
- isOutputShutdown() - Method in class io.netty.channel.socket.nio.NioDomainSocketChannel
- isOutputShutdown() - Method in class io.netty.channel.socket.nio.NioSocketChannel
- isOutputShutdown() - Method in class io.netty.channel.socket.oio.OioSocketChannel
-
Deprecated.
- isOutputShutdown() - Method in class io.netty.channel.unix.Socket
- isPartialFailure() - Method in interface io.netty.channel.group.ChannelGroupFuture
-
Returns
trueif and only if the I/O operations associated with this future have failed partially with some success. - isPartialSuccess() - Method in interface io.netty.channel.group.ChannelGroupFuture
-
Returns
trueif and only if the I/O operations associated with this future were partially successful with some failure. - isPartitioned() - Method in class io.netty.handler.codec.http.cookie.DefaultCookie
-
Checks to see if this
Cookieis partitioned - isPerformMasking() - Method in class io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker13
- isPersisted(int) - Method in class io.netty.handler.codec.spdy.DefaultSpdySettingsFrame
- isPersisted(int) - Method in interface io.netty.handler.codec.spdy.SpdySettingsFrame
-
Returns
trueif this setting is persisted. - isPersistValue(int) - Method in class io.netty.handler.codec.spdy.DefaultSpdySettingsFrame
- isPersistValue(int) - Method in interface io.netty.handler.codec.spdy.SpdySettingsFrame
-
Returns
trueif this setting should be persisted. - isPollAddMultishotEnabled() - Static method in class io.netty.channel.uring.IoUring
-
Returns if multi-shot POLL_ADD is used or not.
- isPP2ClientCertConn() - Method in class io.netty.handler.codec.haproxy.HAProxySSLTLV
-
Returns
trueif the bit field for PP2_CLIENT_CERT_CONN was set - isPP2ClientCertSess() - Method in class io.netty.handler.codec.haproxy.HAProxySSLTLV
-
Returns
trueif the bit field for PP2_CLIENT_CERT_SESS was set - isPP2ClientSSL() - Method in class io.netty.handler.codec.haproxy.HAProxySSLTLV
-
Returns
trueif the bit field for PP2_CLIENT_SSL was set - isPreferDirect() - Method in class io.netty.handler.codec.MessageToByteEncoder
- isPrivateMethod(byte) - Static method in class io.netty.handler.codec.socksx.v5.Socks5AuthMethod
-
Returns whether the authentication method code is in the private methods range (0x80-0xFE) as defined by RFC 1928 section 3.
- isPrivateNetworkAllowed() - Method in class io.netty.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.netty.handler.codec.http2.AbstractInboundHttp2ToHttpAdapterBuilder
-
Returns
trueif a read settings frame should be propagated along the channel pipeline. - isPseudoHeader(AsciiString) - Static method in enum io.netty.handler.codec.http2.Http2Headers.PseudoHeaderName
-
Indicates whether the given header name is a valid HTTP/2 pseudo header.
- isPseudoHeader(CharSequence) - Static method in enum io.netty.handler.codec.http2.Http2Headers.PseudoHeaderName
-
Indicates whether the given header name is a valid HTTP/2 pseudo header.
- isPseudoHeader(CharSequence) - Static method in enum io.netty.handler.codec.http3.Http3Headers.PseudoHeaderName
-
Indicates whether the given header name is a valid HTTP/3 pseudo header.
- isPseudoHeader(String) - Static method in enum io.netty.handler.codec.http2.Http2Headers.PseudoHeaderName
-
Indicates whether the given header name is a valid HTTP/2 pseudo header.
- isPushAllowed() - Method in class io.netty.handler.codec.http3.Http3ServerPushStreamManager
-
Returns
trueif server push is allowed at this point. - isPushPromiseSent() - Method in interface io.netty.handler.codec.http2.Http2Stream
-
Indicates whether or not a push promise was sent to the remote endpoint.
- isReadable() - Method in class io.netty.buffer.AbstractByteBuf
- isReadable() - Method in class io.netty.buffer.ByteBuf
-
Returns
trueif and only if(this.writerIndex - this.readerIndex)is greater than0. - isReadable() - Method in class io.netty.buffer.EmptyByteBuf
- isReadable() - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- isReadable() - Method in class io.netty.buffer.WrappedByteBuf
- isReadable(int) - Method in class io.netty.buffer.AbstractByteBuf
- isReadable(int) - Method in class io.netty.buffer.ByteBuf
-
Returns
trueif and only if this buffer contains equal to or more than the specified number of elements. - isReadable(int) - Method in class io.netty.buffer.EmptyByteBuf
- isReadable(int) - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- isReadable(int) - Method in class io.netty.buffer.WrappedByteBuf
- isReadFrames() - Method in interface io.netty.handler.codec.quic.QuicStreamChannelConfig
-
Returns
trueif theQuicStreamChannelwill readQuicStreamFrames and fire these through theChannelPipeline,falseif it usesByteBuf. - isReadOnly() - Method in class io.netty.buffer.AbstractByteBuf
- isReadOnly() - Method in class io.netty.buffer.AbstractDerivedByteBuf
-
Deprecated.
- isReadOnly() - Method in class io.netty.buffer.ByteBuf
-
Returns
trueif and only if this buffer is read-only. - isReadOnly() - Method in class io.netty.buffer.EmptyByteBuf
- isReadOnly() - Method in class io.netty.buffer.ReadOnlyByteBuf
-
Deprecated.
- isReadOnly() - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- isReadOnly() - Method in class io.netty.buffer.WrappedByteBuf
- isReadPending() - Method in class io.netty.channel.nio.AbstractNioChannel
-
Deprecated.No longer supported. No longer supported.
- isReadPending() - Method in class io.netty.channel.oio.AbstractOioChannel
-
Deprecated.No longer supported. No longer supported.
- isRecordEnabled() - Method in class io.netty.util.LeakPresenceDetector
- isRecordEnabled() - Method in class io.netty.util.ResourceLeakDetector
-
Check whether
ResourceLeakTracker.record()does anything for this detector. - isRecursionAvailable() - Method in class io.netty.handler.codec.dns.DefaultDnsResponse
- isRecursionAvailable() - Method in interface io.netty.handler.codec.dns.DnsResponse
-
Returns
trueif DNS server can handle recursive queries. - isRecursionDesired() - Method in class io.netty.handler.codec.dns.AbstractDnsMessage
- isRecursionDesired() - Method in interface io.netty.handler.codec.dns.DnsMessage
-
Returns the
RD(recursion desired} field of this DNS message. - isRecursionDesired() - Method in class io.netty.resolver.dns.DnsNameResolver
-
Returns
trueif and only if this resolver sends a DNS query with the RD (recursion desired) flag set. - isRecvMultishotEnabled() - Static method in class io.netty.channel.uring.IoUring
-
Returns if multi-shot RECV is used or not.
- isRecvsendBundleEnabled() - Static method in class io.netty.channel.uring.IoUring
-
Returns if RECVSEND bundles are used or not.
- isRegisterBufferRingIncSupported() - Static method in class io.netty.channel.uring.IoUring
-
Returns if it is supported to use an incremental buffer ring.
- isRegisterBufferRingSupported() - Static method in class io.netty.channel.uring.IoUring
-
Returns if it is supported to use a buffer ring.
- isRegistered() - Method in class io.netty.channel.AbstractChannel
- isRegistered() - Method in interface io.netty.channel.Channel
- isRemoved() - Method in interface io.netty.channel.ChannelHandlerContext
-
Return
trueif theChannelHandlerwhich belongs to this context was removed from theChannelPipeline. - isRenegotiationSupported() - Static method in class io.netty.handler.ssl.OpenSsl
-
Returns
trueif the used version of OpenSSL supports renegotiation. - isRequestOnly() - Method in enum io.netty.handler.codec.http2.Http2Headers.PseudoHeaderName
-
Indicates whether the pseudo-header is to be used in a request context.
- isRequestOnly() - Method in enum io.netty.handler.codec.http3.Http3Headers.PseudoHeaderName
-
Indicates whether the pseudo-header is to be used in a request context.
- isResetSent() - Method in interface io.netty.handler.codec.http2.Http2Stream
-
Indicates whether a
RST_STREAMframe has been sent from the local endpoint for this stream. - isResolved(SocketAddress) - Method in class io.netty.resolver.AbstractAddressResolver
- isResolved(SocketAddress) - Method in interface io.netty.resolver.AddressResolver
-
Returns
trueif and only if the specified address has been resolved. - isRetain() - Method in class io.netty.handler.codec.mqtt.MqttFixedHeader
- isRetainAsPublished() - Method in class io.netty.handler.codec.mqtt.MqttSubscriptionOption
- isReuseAddress() - Method in class io.netty.channel.epoll.EpollDatagramChannelConfig
- isReuseAddress() - Method in class io.netty.channel.epoll.EpollServerChannelConfig
- isReuseAddress() - Method in class io.netty.channel.epoll.EpollSocketChannelConfig
- isReuseAddress() - Method in class io.netty.channel.kqueue.KQueueDatagramChannelConfig
- isReuseAddress() - Method in class io.netty.channel.kqueue.KQueueServerChannelConfig
- isReuseAddress() - Method in class io.netty.channel.kqueue.KQueueSocketChannelConfig
- isReuseAddress() - Method in interface io.netty.channel.socket.DatagramChannelConfig
-
Gets the
StandardSocketOptions.SO_REUSEADDRoption. - isReuseAddress() - Method in class io.netty.channel.socket.DefaultDatagramChannelConfig
- isReuseAddress() - Method in class io.netty.channel.socket.DefaultServerSocketChannelConfig
- isReuseAddress() - Method in class io.netty.channel.socket.DefaultSocketChannelConfig
- isReuseAddress() - Method in interface io.netty.channel.socket.ServerSocketChannelConfig
-
Gets the
StandardSocketOptions.SO_REUSEADDRoption. - isReuseAddress() - Method in interface io.netty.channel.socket.SocketChannelConfig
-
Gets the
StandardSocketOptions.SO_REUSEADDRoption. - isReuseAddress() - Method in class io.netty.channel.udt.DefaultUdtChannelConfig
-
Deprecated.
- isReuseAddress() - Method in interface io.netty.channel.udt.UdtChannelConfig
-
Deprecated.Gets the
ChannelOption.SO_REUSEADDRoption. - isReuseAddress() - Method in class io.netty.channel.unix.Socket
- isReusePort() - Method in class io.netty.channel.epoll.EpollDatagramChannelConfig
-
Returns
trueif the SO_REUSEPORT option is set. - isReusePort() - Method in class io.netty.channel.epoll.EpollServerSocketChannelConfig
-
Returns
trueif the SO_REUSEPORT option is set. - isReusePort() - Method in class io.netty.channel.kqueue.KQueueDatagramChannelConfig
-
Returns
trueif the SO_REUSEPORT option is set. - isReusePort() - Method in class io.netty.channel.kqueue.KQueueServerSocketChannelConfig
- isReusePort() - Method in class io.netty.channel.unix.Socket
- isRts() - Method in interface io.netty.channel.rxtx.RxtxChannelConfig
-
Deprecated.
- isSafe(Http2Headers) - Method in interface io.netty.handler.codec.http2.Http2PromisedRequestVerifier
-
Determine if a request is safe.
- isSctpNoDelay() - Method in class io.netty.channel.sctp.DefaultSctpChannelConfig
- isSctpNoDelay() - Method in interface io.netty.channel.sctp.SctpChannelConfig
-
Gets the
SCTP_NODELAYoption. - isSecure() - Method in interface io.netty.handler.codec.http.cookie.Cookie
-
Checks to see if this
Cookieis secure - isSecure() - Method in class io.netty.handler.codec.http.cookie.DefaultCookie
- isSegmentedDatagramPacketSupported() - Static method in class io.netty.channel.epoll.EpollDatagramChannel
-
Returns
trueifSegmentedDatagramPacketis supported natively. - isSegmentedDatagramPacketSupported() - Static method in class io.netty.channel.uring.IoUringDatagramChannel
-
Returns
trueif the usage ofSegmentedDatagramPacketis supported. - isSelfSigned() - Method in class io.netty.pkitesting.X509Bundle
-
Query if this bundle is for a self-signed certificate.
- isSensitive() - Method in class io.netty.handler.ssl.PemPrivateKey
- isSensitive() - Method in class io.netty.handler.ssl.PemX509Certificate
- isSensitive(CharSequence, CharSequence) - Method in interface io.netty.handler.codec.http2.Http2HeadersEncoder.SensitivityDetector
- isServer() - Method in class io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
-
Returns if
AbstractHttp2ConnectionHandlerBuilder.build()will to create aHttp2Connectionin server mode (true) or client mode (false). - isServer() - Method in class io.netty.handler.codec.http2.DefaultHttp2Connection
- isServer() - Method in interface io.netty.handler.codec.http2.Http2Connection.Endpoint
-
Indicates whether or not this endpoint is the server-side of the connection.
- isServer() - Method in interface io.netty.handler.codec.http2.Http2Connection
-
Indicates whether or not the local endpoint for this connection is the server.
- isServer() - Method in class io.netty.handler.codec.http2.Http2FrameCodecBuilder
- isServer() - Method in class io.netty.handler.codec.http2.Http2MultiplexCodecBuilder
-
Deprecated.
- isServer() - Method in class io.netty.handler.ssl.SslContext
-
Returns
trueif and only if this context is for server-side. - isServerChannel() - Static method in class io.netty.channel.group.ChannelMatchers
- isSessionCacheEnabled() - Method in class io.netty.handler.ssl.OpenSslSessionContext
-
Return
trueif caching of SSL sessions is enabled,falseotherwise. - isSessionPresent() - Method in class io.netty.handler.codec.mqtt.MqttConnAckVariableHeader
- isSet() - Method in class io.netty.util.concurrent.FastThreadLocal
-
Returns
trueif and only if this thread-local variable is set. - isSet(int) - Method in class io.netty.handler.codec.spdy.DefaultSpdySettingsFrame
- isSet(int) - Method in interface io.netty.handler.codec.spdy.SpdySettingsFrame
-
Returns
trueif the setting ID has a value. - isSet(InternalThreadLocalMap) - Method in class io.netty.util.concurrent.FastThreadLocal
-
Returns
trueif and only if this thread-local variable is set. - isSharable() - Method in class io.netty.channel.ChannelHandlerAdapter
-
Return
trueif the implementation isChannelHandler.Sharableand so can be added to differentChannelPipelines. - isSharable() - Method in class io.netty.handler.codec.compression.BrotliEncoder
- isSharable() - Method in class io.netty.handler.codec.DatagramPacketDecoder
- isSharable() - Method in class io.netty.handler.codec.DatagramPacketEncoder
- isSharable() - Method in class io.netty.handler.codec.http3.Http3ConnectionHandler
-
Always returns
falseas it keeps state. - isSharable() - Method in class io.netty.handler.codec.http3.Http3FrameToHttpObjectCodec
- isSharable() - Method in class io.netty.handler.codec.quic.QuicCodecDispatcher
- isShortCircuit() - Method in class io.netty.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.netty.handler.codec.http.cors.CorsConfig
-
Deprecated.Use
CorsConfig.isShortCircuit()instead. - isShutdown() - Method in class io.netty.channel.epoll.AbstractEpollStreamChannel
- isShutdown() - Method in class io.netty.channel.kqueue.AbstractKQueueStreamChannel
- isShutdown() - Method in class io.netty.channel.ManualIoEventLoop
- isShutdown() - Method in interface io.netty.channel.socket.DuplexChannel
-
Determine if both the input and output of this channel have been shutdown.
- isShutdown() - Method in class io.netty.channel.socket.nio.NioDomainSocketChannel
- isShutdown() - Method in class io.netty.channel.socket.nio.NioSocketChannel
- isShutdown() - Method in class io.netty.channel.socket.oio.OioSocketChannel
-
Deprecated.
- isShutdown() - Method in class io.netty.channel.ThreadPerChannelEventLoopGroup
-
Deprecated.
- isShutdown() - Method in class io.netty.channel.unix.Socket
- isShutdown() - Method in class io.netty.util.concurrent.GlobalEventExecutor
- isShutdown() - Method in class io.netty.util.concurrent.ImmediateEventExecutor
- isShutdown() - Method in class io.netty.util.concurrent.MultithreadEventExecutorGroup
- isShutdown() - Method in class io.netty.util.concurrent.NonStickyEventExecutorGroup
- isShutdown() - Method in class io.netty.util.concurrent.SingleThreadEventExecutor
- isShuttingDown() - Method in class io.netty.channel.ManualIoEventLoop
- isShuttingDown() - Method in class io.netty.channel.ThreadPerChannelEventLoopGroup
-
Deprecated.
- isShuttingDown() - Method in interface io.netty.util.concurrent.EventExecutorGroup
-
Returns
trueif and only if allEventExecutors managed by thisEventExecutorGroupare being shut down gracefully or was shut down. - isShuttingDown() - Method in class io.netty.util.concurrent.GlobalEventExecutor
- isShuttingDown() - Method in class io.netty.util.concurrent.ImmediateEventExecutor
- isShuttingDown() - Method in class io.netty.util.concurrent.MultithreadEventExecutorGroup
- isShuttingDown() - Method in class io.netty.util.concurrent.NonStickyEventExecutorGroup
- isShuttingDown() - Method in class io.netty.util.concurrent.SingleThreadEventExecutor
- isShuttingDown() - Method in class io.netty.util.concurrent.UnorderedThreadPoolEventExecutor
-
Deprecated.
- isSingleDecode() - Method in class io.netty.handler.codec.ByteToMessageDecoder
-
If
truethen only one message is decoded on eachByteToMessageDecoder.channelRead(ChannelHandlerContext, Object)call. - isSingleDecode() - Method in class io.netty.handler.codec.haproxy.HAProxyMessageDecoder
- isSingleDecode() - Method in class io.netty.handler.codec.http.HttpClientCodec
- isSpliceSupported() - Static method in class io.netty.channel.uring.IoUring
-
Returns if SPLICE is supported or not.
- isSsl(ChannelHandlerContext) - Method in class io.netty.handler.codec.http2.Http2StreamFrameToHttpObjectCodec
- isStartMessage(I) - Method in class io.netty.handler.codec.MessageAggregator
-
Returns
trueif and only if the specified message is a start message. - isStartMessage(HttpObject) - Method in class io.netty.handler.codec.http.HttpObjectAggregator
- isStartMessage(WebSocketFrame) - Method in class io.netty.handler.codec.http.websocketx.WebSocketFrameAggregator
- isStartMessage(MemcacheObject) - Method in class io.netty.handler.codec.memcache.binary.BinaryMemcacheObjectAggregator
- isStartMessage(RedisMessage) - Method in class io.netty.handler.codec.redis.RedisBulkStringAggregator
- isStartMessage(StompSubframe) - Method in class io.netty.handler.codec.stomp.StompSubframeAggregator
- isStreamError(Http2Exception) - Static method in exception io.netty.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.netty.handler.codec.http2.Http2CodecUtil
-
Returns true if the
streamIdis a valid HTTP/2 stream identifier. - isStrictLineParsing() - Method in class io.netty.handler.codec.http.HttpDecoderConfig
- isSuccess() - Method in class io.netty.channel.DelegatingChannelPromiseNotifier
- isSuccess() - Method in interface io.netty.channel.group.ChannelGroupFuture
-
Returns
trueif and only if all I/O operations associated with this future were successful without any failure. - isSuccess() - Method in class io.netty.channel.VoidChannelPromise
- isSuccess() - Method in class io.netty.handler.codec.DecoderResult
- isSuccess() - Method in class io.netty.handler.codec.socksx.v4.Socks4CommandStatus
- isSuccess() - Method in class io.netty.handler.codec.socksx.v5.Socks5CommandStatus
- isSuccess() - Method in class io.netty.handler.codec.socksx.v5.Socks5PasswordAuthStatus
- isSuccess() - Method in class io.netty.handler.codec.socksx.v5.Socks5PrivateAuthStatus
- isSuccess() - Method in class io.netty.handler.ssl.SslCompletionEvent
-
Return
trueif the completion was successful - isSuccess() - Method in class io.netty.util.concurrent.DefaultPromise
- isSuccess() - Method in class io.netty.util.concurrent.FailedFuture
- isSuccess() - Method in interface io.netty.util.concurrent.Future
-
Returns
trueif and only if the I/O operation was completed successfully. - isSuccess() - Method in class io.netty.util.concurrent.SucceededFuture
- isSunSslEngineAvailable() - Static method in class io.netty.handler.ssl.SslMasterKeyHandler
- isSupported() - Static method in class io.netty.channel.epoll.SegmentedDatagramPacket
-
Deprecated.Returns
trueif the underlying system supports GSO. - isSupported() - Method in enum io.netty.pkitesting.CertificateBuilder.Algorithm
-
Tell whether this algorithm is supported in the current JVM.
- isSupported(SocketAddress) - Method in class io.netty.resolver.AbstractAddressResolver
- isSupported(SocketAddress) - Method in interface io.netty.resolver.AddressResolver
-
Returns
trueif and only if the specified address is supported by this resolved. - isSupportingWindowSizeAndMemLevel() - Static method in class io.netty.handler.codec.compression.ZlibCodecFactory
-
Returns
trueif specify a custom window size and mem level is supported. - isSurrogate(char) - Static method in class io.netty.util.internal.StringUtil
-
Determine if
clies within the range of values defined for Surrogate Code Point. - isSuspended() - Method in interface io.netty.util.concurrent.EventExecutor
-
Returns
trueif theEventExecutoris considered suspended. - isSuspended() - Method in class io.netty.util.concurrent.SingleThreadEventExecutor
- isSuspensionSupported() - Method in class io.netty.util.concurrent.SingleThreadEventExecutor
-
Returns
trueif thisSingleThreadEventExecutorsupports suspension. - isSwitchingToNonHttp1Protocol(HttpResponse) - Method in class io.netty.handler.codec.http.HttpObjectDecoder
-
Returns true if the server switched to a different protocol than HTTP/1.0 or HTTP/1.1, e.g.
- isTcpCork() - Method in class io.netty.channel.epoll.EpollSocketChannelConfig
-
Get the
TCP_CORKoption on the socket. - isTcpFastOpen() - Method in class io.netty.channel.kqueue.KQueueServerChannelConfig
-
Returns
trueif TCP FastOpen is enabled. - isTcpFastOpenClientSideAvailable() - Static method in class io.netty.channel.epoll.Epoll
- isTcpFastOpenClientSideAvailable() - Static method in class io.netty.channel.kqueue.KQueue
-
Returns
trueif the kqueue native transport is both available and supports client-side TCP FastOpen. - isTcpFastOpenClientSideAvailable() - Static method in class io.netty.channel.uring.IoUring
-
Returns
trueif the io_uring native transport is both available and supports client-side TCP FastOpen. - isTcpFastOpenConnect() - Method in class io.netty.channel.epoll.EpollSocketChannelConfig
-
Returns
trueif TCP fast open is enabled,falseotherwise. - isTcpFastOpenConnect() - Method in class io.netty.channel.kqueue.KQueueSocketChannelConfig
-
Returns
trueif TCP fast open is enabled,falseotherwise. - isTcpFastOpenServerSideAvailable() - Static method in class io.netty.channel.epoll.Epoll
- isTcpFastOpenServerSideAvailable() - Static method in class io.netty.channel.kqueue.KQueue
-
Returns
trueif the kqueue native transport is both available and supports server-side TCP FastOpen. - isTcpFastOpenServerSideAvailable() - Static method in class io.netty.channel.uring.IoUring
-
Returns
trueif the io_uring native transport is both available and supports server-side TCP FastOpen. - isTcpNoDelay() - Method in class io.netty.channel.epoll.EpollSocketChannelConfig
- isTcpNoDelay() - Method in class io.netty.channel.kqueue.KQueueSocketChannelConfig
- isTcpNoDelay() - Method in class io.netty.channel.socket.DefaultSocketChannelConfig
- isTcpNoDelay() - Method in interface io.netty.channel.socket.SocketChannelConfig
-
Gets the
StandardSocketOptions.TCP_NODELAYoption. - isTcpNoDelay() - Method in class io.netty.channel.unix.Socket
- isTcpNoPush() - Method in class io.netty.channel.kqueue.KQueueSocketChannelConfig
- isTcpQuickAck() - Method in class io.netty.channel.epoll.EpollSocketChannelConfig
- isTeNotTrailers(CharSequence, CharSequence) - Static method in class io.netty.handler.codec.http.HttpHeaderValidationUtil
-
If the given header is
HttpHeaderNames.TEand the given header value is notHttpHeaderValues.TRAILERS, then returntrue. - isTerminated() - Method in class io.netty.channel.ManualIoEventLoop
- isTerminated() - Method in class io.netty.channel.ThreadPerChannelEventLoopGroup
-
Deprecated.
- isTerminated() - Method in class io.netty.util.concurrent.GlobalEventExecutor
- isTerminated() - Method in class io.netty.util.concurrent.ImmediateEventExecutor
- isTerminated() - Method in class io.netty.util.concurrent.MultithreadEventExecutorGroup
- isTerminated() - Method in class io.netty.util.concurrent.NonStickyEventExecutorGroup
- isTerminated() - Method in class io.netty.util.concurrent.SingleThreadEventExecutor
- isText(ByteBuf, int, int, Charset) - Static method in class io.netty.buffer.ByteBufUtil
-
Returns
trueif the specifiedByteBufstarting atindexwithlengthis valid text using the givenCharset, otherwise returnfalse. - isText(ByteBuf, Charset) - Static method in class io.netty.buffer.ByteBufUtil
- isTimedOut() - Method in interface io.netty.handler.codec.quic.QuicChannel
-
Returns
trueif the connection was closed because of idle timeout. - isTimeoutError(Throwable) - Static method in class io.netty.resolver.dns.DnsNameResolver
-
Returns
trueif theThrowablewas caused by an timeout. - isTlsError() - Method in class io.netty.handler.codec.quic.QuicConnectionCloseEvent
-
Returns
trueif a TLS error is contained. - isTlsv13Supported(SslProvider) - Static method in enum io.netty.handler.ssl.SslProvider
- isTlsv13Supported(SslProvider, Provider) - Static method in enum io.netty.handler.ssl.SslProvider
- isTraceEnabled() - Method in interface io.netty.util.internal.logging.InternalLogger
-
Is the logger instance enabled for the TRACE level?
- isTrailersReceived() - Method in interface io.netty.handler.codec.http2.Http2Stream
-
Indicates whether or not the trailers have been received.
- isTrailersSent() - Method in interface io.netty.handler.codec.http2.Http2Stream
-
Indicates whether or not trailers were sent to the remote endpoint.
- isTransferEncodingChunked(HttpMessage) - Static method in class io.netty.handler.codec.http.HttpHeaders
-
Deprecated.Use
HttpUtil.isTransferEncodingChunked(HttpMessage)instead. Checks to see if the transfer encoding in a specifiedHttpMessageis chunked - isTransferEncodingChunked(HttpMessage) - Static method in class io.netty.handler.codec.http.HttpUtil
-
Checks to see if the transfer encoding in a specified
HttpMessageis chunked - isTransportOrTimeoutError(Throwable) - Static method in class io.netty.resolver.dns.DnsNameResolver
-
Returns
trueif theThrowablewas caused by an timeout or transport error. - isTruncated() - Method in class io.netty.handler.codec.dns.DefaultDnsResponse
- isTruncated() - Method in interface io.netty.handler.codec.dns.DnsResponse
-
Returns
trueif response has been truncated, usually if it is over 512 bytes. - isTruncated() - Method in class io.netty.handler.codec.spdy.DefaultSpdyHeadersFrame
- isTruncated() - Method in interface io.netty.handler.codec.spdy.SpdyHeadersFrame
-
Returns
trueif this header block has been truncated due to length restrictions. - isUdpGro() - Method in class io.netty.channel.epoll.EpollDatagramChannelConfig
-
Returns if
UDP_GROis enabled. - isUnaligned() - Static method in class io.netty.util.internal.PlatformDependent
-
trueif and only if the platform supports unaligned access. - isUnidirectional() - Method in class io.netty.handler.codec.spdy.DefaultSpdySynStreamFrame
- isUnidirectional() - Method in interface io.netty.handler.codec.spdy.SpdySynStreamFrame
-
Returns
trueif the stream created with this frame is to be considered half-closed to the receiver. - isUnordered() - Method in class io.netty.channel.sctp.SctpMessage
-
return the unordered flag
- isUpperCase(byte) - Static method in class io.netty.util.AsciiString
- isUpperCase(char) - Static method in class io.netty.util.AsciiString
- isValid() - Method in interface io.netty.channel.IoRegistration
-
Returns
trueif the registration is still valid. - isValidateHeaders() - Method in class io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
-
Returns if HTTP headers should be validated according to RFC 7540, 8.1.2.6.
- isValidateHeaders() - Method in class io.netty.handler.codec.http2.Http2FrameCodecBuilder
- isValidateHeaders() - Method in class io.netty.handler.codec.http2.Http2MultiplexCodecBuilder
-
Deprecated.
- isValidateHttpHeaders() - Method in class io.netty.handler.codec.http2.AbstractInboundHttp2ToHttpAdapterBuilder
-
Return
trueif HTTP header validation should be performed. - isValidating(HttpHeadersFactory) - Method in class io.netty.handler.codec.http.HttpObjectDecoder
- isValidatingHeaderNames() - Method in class io.netty.handler.codec.http.DefaultHttpHeadersFactory
-
Check whether header name validation is enabled.
- isValidatingHeaderValues() - Method in class io.netty.handler.codec.http.DefaultHttpHeadersFactory
-
Check whether header value validation is enabled.
- isValidIpV4Address(CharSequence) - Static method in class io.netty.util.NetUtil
-
Takes a
CharSequenceand parses it to see if it is a valid IPV4 address. - isValidIpV4Address(String) - Static method in class io.netty.util.NetUtil
-
Takes a
Stringand parses it to see if it is a valid IPV4 address. - isValidIpV6Address(CharSequence) - Static method in class io.netty.util.NetUtil
- isValidIpV6Address(String) - Static method in class io.netty.util.NetUtil
- isValidStatusCode(int) - Static method in class io.netty.handler.codec.http.websocketx.WebSocketCloseStatus
- isValidStreamId(int) - Method in interface io.netty.handler.codec.http2.Http2Connection.Endpoint
-
Indicates whether the given streamId is from the set of IDs used by this endpoint to create new streams.
- isValidUnknownFrameHeader(int, int, byte, int) - Method in class io.netty.handler.codec.spdy.SpdyFrameCodec
-
Check whether the unknown frame is valid, if not, the frame will be discarded, otherwise, the frame will be passed to
SpdyFrameDecoder.decodeUnknownFrame(int, byte, int, ByteBuf). - isValidUnknownFrameHeader(int, int, byte, int) - Method in class io.netty.handler.codec.spdy.SpdyFrameDecoder
-
Check whether the unknown frame is valid, if not, the frame will be discarded, otherwise, the frame will be passed to
SpdyFrameDecoder.decodeUnknownFrame(int, byte, int, ByteBuf). - isVersionSupported(int) - Static method in class io.netty.handler.codec.quic.Quic
-
Return if the given QUIC version is supported.
- isVirtualThread(Thread) - Static method in class io.netty.util.internal.PlatformDependent
- isVoid() - Method in interface io.netty.channel.ChannelFuture
-
Returns
trueif thisChannelFutureis a void future and so not allow to call any of the following methods:ChannelFuture.addListener(GenericFutureListener)ChannelFuture.addListeners(GenericFutureListener[])ChannelFuture.await()Future.await(long, TimeUnit)()}Future.await(long)()}ChannelFuture.awaitUninterruptibly()ChannelFuture.sync()ChannelFuture.syncUninterruptibly() - isVoid() - Method in class io.netty.channel.DefaultChannelProgressivePromise
- isVoid() - Method in class io.netty.channel.DefaultChannelPromise
- isVoid() - Method in class io.netty.channel.DelegatingChannelPromiseNotifier
- isVoid() - Method in class io.netty.channel.VoidChannelPromise
- isWarnEnabled() - Method in interface io.netty.util.internal.logging.InternalLogger
-
Is the logger instance enabled for the WARN level?
- isWillFlag() - Method in class io.netty.handler.codec.mqtt.MqttConnectVariableHeader
- isWillRetain() - Method in class io.netty.handler.codec.mqtt.MqttConnectVariableHeader
- isWindows() - Static method in class io.netty.util.internal.PlatformDependent
-
Return
trueif the JVM is running on Windows - isWritable() - Method in class io.netty.buffer.AbstractByteBuf
- isWritable() - Method in class io.netty.buffer.ByteBuf
-
Returns
trueif and only if(this.capacity - this.writerIndex)is greater than0. - isWritable() - Method in class io.netty.buffer.EmptyByteBuf
- isWritable() - Method in class io.netty.buffer.ReadOnlyByteBuf
-
Deprecated.
- isWritable() - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- isWritable() - Method in class io.netty.buffer.WrappedByteBuf
- isWritable() - Method in interface io.netty.channel.Channel
-
Returns
trueif and only if the I/O thread will perform the requested write operation immediately. - isWritable() - Method in class io.netty.channel.ChannelOutboundBuffer
-
Returns
trueif and only if the total number of pending bytes did not exceed the write watermark of theChanneland no user-defined writability flag has been set tofalse. - isWritable(int) - Method in class io.netty.buffer.AbstractByteBuf
- isWritable(int) - Method in class io.netty.buffer.ByteBuf
-
Returns
trueif and only if this buffer has enough room to allow writing the specified number of elements. - isWritable(int) - Method in class io.netty.buffer.EmptyByteBuf
- isWritable(int) - Method in class io.netty.buffer.ReadOnlyByteBuf
-
Deprecated.
- isWritable(int) - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- isWritable(int) - Method in class io.netty.buffer.WrappedByteBuf
- isWritable(Http2Stream) - Method in class io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController
- isWritable(Http2Stream) - Method in interface io.netty.handler.codec.http2.Http2RemoteFlowController
-
Determine if the
streamhas bytes remaining for use in the flow control window. - isWriting() - Method in class io.netty.handler.pcap.PcapWriteHandler
-
Returns
trueif thePcapWriteHandleris currently writing packets to theOutputStreamelse returnsfalse. - isZero(byte[], int, int) - Static method in class io.netty.util.internal.PlatformDependent
-
Determine if a subsection of an array is zero.
- iterator() - Method in class io.netty.buffer.CompositeByteBuf
- iterator() - Method in class io.netty.channel.DefaultChannelPipeline
- iterator() - Method in exception io.netty.channel.group.ChannelGroupException
-
Returns a
Iteratorwhich contains all theThrowablethat was a cause of the failure and the related id of theChannel. - iterator() - Method in interface io.netty.channel.group.ChannelGroupFuture
-
Returns the
Iteratorthat enumerates allChannelFutures which are associated with this future. - iterator() - Method in class io.netty.channel.group.DefaultChannelGroup
- iterator() - Method in class io.netty.channel.pool.AbstractChannelPoolMap
- iterator() - Method in class io.netty.channel.ThreadPerChannelEventLoopGroup
-
Deprecated.
- iterator() - Method in class io.netty.handler.codec.DefaultHeaders
- iterator() - Method in class io.netty.handler.codec.EmptyHeaders
- iterator() - Method in interface io.netty.handler.codec.Headers
- iterator() - Method in class io.netty.handler.codec.http.DefaultHttpHeaders
-
Deprecated.
- iterator() - Method in class io.netty.handler.codec.http.EmptyHttpHeaders
- iterator() - Method in class io.netty.handler.codec.http.HttpHeaders
-
Deprecated.It is preferred to use
HttpHeaders.iteratorCharSequence()unless you needString. IfStringis required then useHttpHeaders.iteratorAsString(). - iterator() - Method in class io.netty.handler.codec.http.ReadOnlyHttpHeaders
- iterator() - Method in exception io.netty.handler.codec.http2.Http2Exception.CompositeStreamException
- iterator() - Method in interface io.netty.handler.codec.http2.Http2Headers
-
Returns an iterator over all HTTP/2 headers.
- iterator() - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
- iterator() - Method in class io.netty.handler.codec.http3.DefaultHttp3SettingsFrame
- iterator() - Method in interface io.netty.handler.codec.http3.Http3Headers
-
Returns an iterator over all HTTP/3 headers.
- iterator() - Method in class io.netty.handler.ssl.OpenSslCertificateCompressionConfig
- iterator() - Method in class io.netty.util.concurrent.AbstractEventExecutor
- iterator() - Method in interface io.netty.util.concurrent.EventExecutorGroup
- iterator() - Method in class io.netty.util.concurrent.MultithreadEventExecutorGroup
- iterator() - Method in class io.netty.util.concurrent.NonStickyEventExecutorGroup
- iterator() - Method in class io.netty.util.concurrent.UnorderedThreadPoolEventExecutor
-
Deprecated.
- iterator() - Method in class io.netty.util.internal.ConcurrentSet
-
Deprecated.
- iterator() - Method in class io.netty.util.internal.DefaultPriorityQueue
-
This iterator does not return elements in any particular order.
- iterator() - Method in class io.netty.util.internal.EmptyPriorityQueue
- iteratorAsString() - Method in class io.netty.handler.codec.http.HttpHeaders
-
Iteratorthat converts eachMap.Entry's key and value to aString. - iteratorAsString() - Method in class io.netty.handler.codec.spdy.DefaultSpdyHeaders
- iteratorAsString() - Method in interface io.netty.handler.codec.spdy.SpdyHeaders
- iteratorAsString() - Method in class io.netty.handler.codec.stomp.DefaultStompHeaders
- iteratorAsString() - Method in interface io.netty.handler.codec.stomp.StompHeaders
- iteratorAsString(Iterable<Map.Entry<CharSequence, CharSequence>>) - Static method in class io.netty.handler.codec.HeadersUtils
- iteratorCharSequence() - Method in class io.netty.handler.codec.http.DefaultHttpHeaders
- iteratorCharSequence() - Method in class io.netty.handler.codec.http.EmptyHttpHeaders
- iteratorCharSequence() - Method in class io.netty.handler.codec.http.HttpHeaders
- iteratorCharSequence() - Method in class io.netty.handler.codec.http.ReadOnlyHttpHeaders
- IXFR - Static variable in class io.netty.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.netty.util.HashingStrategy
- javaChannel() - Method in class io.netty.channel.nio.AbstractNioChannel
- javaChannel() - Method in class io.netty.channel.sctp.nio.NioSctpChannel
- javaChannel() - Method in class io.netty.channel.sctp.nio.NioSctpServerChannel
- javaChannel() - Method in class io.netty.channel.socket.nio.NioDatagramChannel
- javaChannel() - Method in class io.netty.channel.socket.nio.NioDomainSocketChannel
- javaChannel() - Method in class io.netty.channel.socket.nio.NioServerDomainSocketChannel
- javaChannel() - Method in class io.netty.channel.socket.nio.NioServerSocketChannel
- javaChannel() - Method in class io.netty.channel.socket.nio.NioSocketChannel
- javaChannel() - Method in class io.netty.channel.udt.nio.NioUdtAcceptorChannel
-
Deprecated.
- javaChannel() - Method in class io.netty.channel.udt.nio.NioUdtByteConnectorChannel
-
Deprecated.
- javaChannel() - Method in class io.netty.channel.udt.nio.NioUdtMessageConnectorChannel
-
Deprecated.
- javaSocket - Variable in class io.netty.channel.socket.DefaultServerSocketChannelConfig
- javaSocket - Variable in class io.netty.channel.socket.DefaultSocketChannelConfig
- javaSocket() - Method in class io.netty.channel.socket.DefaultDatagramChannelConfig
- javaVersion() - Static method in class io.netty.util.internal.PlatformDependent
-
Return the version of Java under which this library is used.
- JDK - io.netty.handler.ssl.SslProvider
-
JDK's default implementation.
- JdkAlpnApplicationProtocolNegotiator - Class in io.netty.handler.ssl
-
Deprecated.
- JdkAlpnApplicationProtocolNegotiator(boolean, boolean, Iterable<String>) - Constructor for class io.netty.handler.ssl.JdkAlpnApplicationProtocolNegotiator
-
Deprecated.Create a new instance.
- JdkAlpnApplicationProtocolNegotiator(boolean, boolean, String...) - Constructor for class io.netty.handler.ssl.JdkAlpnApplicationProtocolNegotiator
-
Deprecated.Create a new instance.
- JdkAlpnApplicationProtocolNegotiator(boolean, Iterable<String>) - Constructor for class io.netty.handler.ssl.JdkAlpnApplicationProtocolNegotiator
-
Deprecated.Create a new instance.
- JdkAlpnApplicationProtocolNegotiator(boolean, String...) - Constructor for class io.netty.handler.ssl.JdkAlpnApplicationProtocolNegotiator
-
Deprecated.Create a new instance.
- JdkAlpnApplicationProtocolNegotiator(JdkApplicationProtocolNegotiator.ProtocolSelectorFactory, JdkApplicationProtocolNegotiator.ProtocolSelectionListenerFactory, Iterable<String>) - Constructor for class io.netty.handler.ssl.JdkAlpnApplicationProtocolNegotiator
-
Deprecated.Create a new instance.
- JdkAlpnApplicationProtocolNegotiator(JdkApplicationProtocolNegotiator.ProtocolSelectorFactory, JdkApplicationProtocolNegotiator.ProtocolSelectionListenerFactory, String...) - Constructor for class io.netty.handler.ssl.JdkAlpnApplicationProtocolNegotiator
-
Deprecated.Create a new instance.
- JdkAlpnApplicationProtocolNegotiator(Iterable<String>) - Constructor for class io.netty.handler.ssl.JdkAlpnApplicationProtocolNegotiator
-
Deprecated.Create a new instance.
- JdkAlpnApplicationProtocolNegotiator(String...) - Constructor for class io.netty.handler.ssl.JdkAlpnApplicationProtocolNegotiator
-
Deprecated.Create a new instance.
- JdkApplicationProtocolNegotiator - Interface in io.netty.handler.ssl
-
Deprecated.
- JdkApplicationProtocolNegotiator.AllocatorAwareSslEngineWrapperFactory - Class in io.netty.handler.ssl
-
Deprecated.
- JdkApplicationProtocolNegotiator.ProtocolSelectionListener - Interface in io.netty.handler.ssl
-
Deprecated.A listener to be notified by which protocol was select by its peer.
- JdkApplicationProtocolNegotiator.ProtocolSelectionListenerFactory - Interface in io.netty.handler.ssl
-
Deprecated.Factory interface for
JdkApplicationProtocolNegotiator.ProtocolSelectionListenerobjects. - JdkApplicationProtocolNegotiator.ProtocolSelector - Interface in io.netty.handler.ssl
-
Deprecated.Interface to define the role of an application protocol selector in the SSL handshake process.
- JdkApplicationProtocolNegotiator.ProtocolSelectorFactory - Interface in io.netty.handler.ssl
-
Deprecated.Factory interface for
JdkApplicationProtocolNegotiator.ProtocolSelectorobjects. - JdkApplicationProtocolNegotiator.SslEngineWrapperFactory - Interface in io.netty.handler.ssl
-
Deprecated.Abstract factory pattern for wrapping an
SSLEngineobject. - JdkLoggerFactory - Class in io.netty.util.internal.logging
-
Logger factory which creates a java.util.logging logger.
- JdkLoggerFactory() - Constructor for class io.netty.util.internal.logging.JdkLoggerFactory
-
Deprecated.Use
JdkLoggerFactory.INSTANCEinstead. - JdkSslClientContext - Class in io.netty.handler.ssl
-
Deprecated.
- JdkSslClientContext() - Constructor for class io.netty.handler.ssl.JdkSslClientContext
-
Deprecated.
- JdkSslClientContext(File) - Constructor for class io.netty.handler.ssl.JdkSslClientContext
-
Deprecated.
- JdkSslClientContext(File, TrustManagerFactory) - Constructor for class io.netty.handler.ssl.JdkSslClientContext
-
Deprecated.
- JdkSslClientContext(File, TrustManagerFactory, File, File, String, KeyManagerFactory, Iterable<String>, CipherSuiteFilter, ApplicationProtocolConfig, long, long) - Constructor for class io.netty.handler.ssl.JdkSslClientContext
-
Deprecated.
- JdkSslClientContext(File, TrustManagerFactory, File, File, String, KeyManagerFactory, Iterable<String>, CipherSuiteFilter, JdkApplicationProtocolNegotiator, long, long) - Constructor for class io.netty.handler.ssl.JdkSslClientContext
-
Deprecated.
- JdkSslClientContext(File, TrustManagerFactory, Iterable<String>, CipherSuiteFilter, ApplicationProtocolConfig, long, long) - Constructor for class io.netty.handler.ssl.JdkSslClientContext
-
Deprecated.
- JdkSslClientContext(File, TrustManagerFactory, Iterable<String>, CipherSuiteFilter, JdkApplicationProtocolNegotiator, long, long) - Constructor for class io.netty.handler.ssl.JdkSslClientContext
-
Deprecated.
- JdkSslClientContext(File, TrustManagerFactory, Iterable<String>, Iterable<String>, long, long) - Constructor for class io.netty.handler.ssl.JdkSslClientContext
-
Deprecated.
- JdkSslClientContext(TrustManagerFactory) - Constructor for class io.netty.handler.ssl.JdkSslClientContext
-
Deprecated.
- JdkSslContext - Class in io.netty.handler.ssl
-
An
SslContextwhich uses JDK's SSL/TLS implementation. - JdkSslContext(SSLContext, boolean, ClientAuth) - Constructor for class io.netty.handler.ssl.JdkSslContext
- JdkSslContext(SSLContext, boolean, Iterable<String>, CipherSuiteFilter, ApplicationProtocolConfig, ClientAuth) - Constructor for class io.netty.handler.ssl.JdkSslContext
- JdkSslContext(SSLContext, boolean, Iterable<String>, CipherSuiteFilter, ApplicationProtocolConfig, ClientAuth, String[], boolean) - Constructor for class io.netty.handler.ssl.JdkSslContext
-
Creates a new
JdkSslContextfrom a pre-configuredSSLContext. - JdkSslServerContext - Class in io.netty.handler.ssl
-
Deprecated.
- JdkSslServerContext(File, File) - Constructor for class io.netty.handler.ssl.JdkSslServerContext
-
Deprecated.
- JdkSslServerContext(File, File, String) - Constructor for class io.netty.handler.ssl.JdkSslServerContext
-
Deprecated.
- JdkSslServerContext(File, File, String, Iterable<String>, CipherSuiteFilter, ApplicationProtocolConfig, long, long) - Constructor for class io.netty.handler.ssl.JdkSslServerContext
-
Deprecated.
- JdkSslServerContext(File, File, String, Iterable<String>, CipherSuiteFilter, JdkApplicationProtocolNegotiator, long, long) - Constructor for class io.netty.handler.ssl.JdkSslServerContext
-
Deprecated.
- JdkSslServerContext(File, File, String, Iterable<String>, Iterable<String>, long, long) - Constructor for class io.netty.handler.ssl.JdkSslServerContext
-
Deprecated.
- JdkSslServerContext(File, TrustManagerFactory, File, File, String, KeyManagerFactory, Iterable<String>, CipherSuiteFilter, ApplicationProtocolConfig, long, long) - Constructor for class io.netty.handler.ssl.JdkSslServerContext
-
Deprecated.
- JdkSslServerContext(File, TrustManagerFactory, File, File, String, KeyManagerFactory, Iterable<String>, CipherSuiteFilter, JdkApplicationProtocolNegotiator, long, long) - Constructor for class io.netty.handler.ssl.JdkSslServerContext
-
Deprecated.
- JdkZlibDecoder - Class in io.netty.handler.codec.compression
-
Decompress a
ByteBufusing the inflate algorithm. - JdkZlibDecoder() - Constructor for class io.netty.handler.codec.compression.JdkZlibDecoder
-
Deprecated.Use
JdkZlibDecoder(int). - JdkZlibDecoder(boolean) - Constructor for class io.netty.handler.codec.compression.JdkZlibDecoder
-
Deprecated.
- JdkZlibDecoder(boolean, int) - Constructor for class io.netty.handler.codec.compression.JdkZlibDecoder
- JdkZlibDecoder(byte[]) - Constructor for class io.netty.handler.codec.compression.JdkZlibDecoder
-
Deprecated.
- JdkZlibDecoder(byte[], int) - Constructor for class io.netty.handler.codec.compression.JdkZlibDecoder
-
Creates a new instance with the specified preset dictionary and maximum buffer allocation.
- JdkZlibDecoder(int) - Constructor for class io.netty.handler.codec.compression.JdkZlibDecoder
-
Creates a new instance with the default wrapper (
ZlibWrapper.ZLIB) and the specified maximum buffer allocation. - JdkZlibDecoder(ZlibWrapper) - Constructor for class io.netty.handler.codec.compression.JdkZlibDecoder
-
Deprecated.
- JdkZlibDecoder(ZlibWrapper, boolean) - Constructor for class io.netty.handler.codec.compression.JdkZlibDecoder
-
Deprecated.
- JdkZlibDecoder(ZlibWrapper, boolean, int) - Constructor for class io.netty.handler.codec.compression.JdkZlibDecoder
- JdkZlibDecoder(ZlibWrapper, int) - Constructor for class io.netty.handler.codec.compression.JdkZlibDecoder
-
Creates a new instance with the specified wrapper and maximum buffer allocation.
- JdkZlibEncoder - Class in io.netty.handler.codec.compression
-
Compresses a
ByteBufusing the deflate algorithm. - JdkZlibEncoder() - Constructor for class io.netty.handler.codec.compression.JdkZlibEncoder
-
Creates a new zlib encoder with a compression level of (
6) and the default wrapper (ZlibWrapper.ZLIB). - JdkZlibEncoder(byte[]) - Constructor for class io.netty.handler.codec.compression.JdkZlibEncoder
-
Creates a new zlib encoder with a compression level of (
6) and the specified preset dictionary. - JdkZlibEncoder(int) - Constructor for class io.netty.handler.codec.compression.JdkZlibEncoder
-
Creates a new zlib encoder with the specified
compressionLeveland the default wrapper (ZlibWrapper.ZLIB). - JdkZlibEncoder(int, byte[]) - Constructor for class io.netty.handler.codec.compression.JdkZlibEncoder
-
Creates a new zlib encoder with the specified
compressionLeveland the specified preset dictionary. - JdkZlibEncoder(ZlibWrapper) - Constructor for class io.netty.handler.codec.compression.JdkZlibEncoder
-
Creates a new zlib encoder with a compression level of (
6) and the specified wrapper. - JdkZlibEncoder(ZlibWrapper, int) - Constructor for class io.netty.handler.codec.compression.JdkZlibEncoder
-
Creates a new zlib encoder with the specified
compressionLeveland the specified wrapper. - join(CharSequence, Iterable<? extends CharSequence>) - Static method in class io.netty.util.internal.StringUtil
-
Returns a char sequence that contains all
elementsjoined by a given separator. - joinGroup(InetAddress) - Method in class io.netty.channel.epoll.EpollDatagramChannel
- joinGroup(InetAddress) - Method in class io.netty.channel.kqueue.KQueueDatagramChannel
- joinGroup(InetAddress) - Method in interface io.netty.channel.socket.DatagramChannel
-
Joins a multicast group and notifies the
ChannelFutureonce the operation completes. - joinGroup(InetAddress) - Method in class io.netty.channel.socket.nio.NioDatagramChannel
- joinGroup(InetAddress) - Method in class io.netty.channel.socket.oio.OioDatagramChannel
-
Deprecated.
- joinGroup(InetAddress) - Method in class io.netty.channel.uring.IoUringDatagramChannel
- joinGroup(InetAddress, ChannelPromise) - Method in class io.netty.channel.epoll.EpollDatagramChannel
- joinGroup(InetAddress, ChannelPromise) - Method in class io.netty.channel.kqueue.KQueueDatagramChannel
- joinGroup(InetAddress, ChannelPromise) - Method in interface io.netty.channel.socket.DatagramChannel
-
Joins a multicast group and notifies the
ChannelFutureonce the operation completes. - joinGroup(InetAddress, ChannelPromise) - Method in class io.netty.channel.socket.nio.NioDatagramChannel
- joinGroup(InetAddress, ChannelPromise) - Method in class io.netty.channel.socket.oio.OioDatagramChannel
-
Deprecated.
- joinGroup(InetAddress, ChannelPromise) - Method in class io.netty.channel.uring.IoUringDatagramChannel
- joinGroup(InetAddress, NetworkInterface, InetAddress) - Method in class io.netty.channel.epoll.EpollDatagramChannel
- joinGroup(InetAddress, NetworkInterface, InetAddress) - Method in class io.netty.channel.kqueue.KQueueDatagramChannel
- joinGroup(InetAddress, NetworkInterface, InetAddress) - Method in interface io.netty.channel.socket.DatagramChannel
-
Joins the specified multicast group at the specified interface and notifies the
ChannelFutureonce the operation completes. - joinGroup(InetAddress, NetworkInterface, InetAddress) - Method in class io.netty.channel.socket.nio.NioDatagramChannel
- joinGroup(InetAddress, NetworkInterface, InetAddress) - Method in class io.netty.channel.socket.oio.OioDatagramChannel
-
Deprecated.
- joinGroup(InetAddress, NetworkInterface, InetAddress) - Method in class io.netty.channel.uring.IoUringDatagramChannel
- joinGroup(InetAddress, NetworkInterface, InetAddress, ChannelPromise) - Method in class io.netty.channel.epoll.EpollDatagramChannel
- joinGroup(InetAddress, NetworkInterface, InetAddress, ChannelPromise) - Method in class io.netty.channel.kqueue.KQueueDatagramChannel
- joinGroup(InetAddress, NetworkInterface, InetAddress, ChannelPromise) - Method in interface io.netty.channel.socket.DatagramChannel
-
Joins the specified multicast group at the specified interface and notifies the
ChannelFutureonce the operation completes. - joinGroup(InetAddress, NetworkInterface, InetAddress, ChannelPromise) - Method in class io.netty.channel.socket.nio.NioDatagramChannel
- joinGroup(InetAddress, NetworkInterface, InetAddress, ChannelPromise) - Method in class io.netty.channel.socket.oio.OioDatagramChannel
-
Deprecated.
- joinGroup(InetAddress, NetworkInterface, InetAddress, ChannelPromise) - Method in class io.netty.channel.uring.IoUringDatagramChannel
- joinGroup(InetSocketAddress, NetworkInterface) - Method in class io.netty.channel.epoll.EpollDatagramChannel
- joinGroup(InetSocketAddress, NetworkInterface) - Method in class io.netty.channel.kqueue.KQueueDatagramChannel
- joinGroup(InetSocketAddress, NetworkInterface) - Method in interface io.netty.channel.socket.DatagramChannel
-
Joins the specified multicast group at the specified interface and notifies the
ChannelFutureonce the operation completes. - joinGroup(InetSocketAddress, NetworkInterface) - Method in class io.netty.channel.socket.nio.NioDatagramChannel
- joinGroup(InetSocketAddress, NetworkInterface) - Method in class io.netty.channel.socket.oio.OioDatagramChannel
-
Deprecated.
- joinGroup(InetSocketAddress, NetworkInterface) - Method in class io.netty.channel.uring.IoUringDatagramChannel
- joinGroup(InetSocketAddress, NetworkInterface, ChannelPromise) - Method in class io.netty.channel.epoll.EpollDatagramChannel
- joinGroup(InetSocketAddress, NetworkInterface, ChannelPromise) - Method in class io.netty.channel.kqueue.KQueueDatagramChannel
- joinGroup(InetSocketAddress, NetworkInterface, ChannelPromise) - Method in interface io.netty.channel.socket.DatagramChannel
-
Joins the specified multicast group at the specified interface and notifies the
ChannelFutureonce the operation completes. - joinGroup(InetSocketAddress, NetworkInterface, ChannelPromise) - Method in class io.netty.channel.socket.nio.NioDatagramChannel
- joinGroup(InetSocketAddress, NetworkInterface, ChannelPromise) - Method in class io.netty.channel.socket.oio.OioDatagramChannel
-
Deprecated.
- joinGroup(InetSocketAddress, NetworkInterface, ChannelPromise) - Method in class io.netty.channel.uring.IoUringDatagramChannel
- JsonObjectDecoder - Class in io.netty.handler.codec.json
-
Splits a byte stream of JSON objects and arrays into individual objects/arrays and passes them up the
ChannelPipeline. - JsonObjectDecoder() - Constructor for class io.netty.handler.codec.json.JsonObjectDecoder
- JsonObjectDecoder(boolean) - Constructor for class io.netty.handler.codec.json.JsonObjectDecoder
- JsonObjectDecoder(int) - Constructor for class io.netty.handler.codec.json.JsonObjectDecoder
- JsonObjectDecoder(int, boolean) - Constructor for class io.netty.handler.codec.json.JsonObjectDecoder
- JZlibDecoder - Class in io.netty.handler.codec.compression
- JZlibDecoder() - Constructor for class io.netty.handler.codec.compression.JZlibDecoder
-
Deprecated.Use
JZlibDecoder(int). - JZlibDecoder(byte[]) - Constructor for class io.netty.handler.codec.compression.JZlibDecoder
-
Deprecated.
- JZlibDecoder(byte[], int) - Constructor for class io.netty.handler.codec.compression.JZlibDecoder
-
Creates a new instance with the specified preset dictionary and maximum buffer allocation.
- JZlibDecoder(int) - Constructor for class io.netty.handler.codec.compression.JZlibDecoder
-
Creates a new instance with the default wrapper (
ZlibWrapper.ZLIB) and specified maximum buffer allocation. - JZlibDecoder(ZlibWrapper) - Constructor for class io.netty.handler.codec.compression.JZlibDecoder
-
Deprecated.
- JZlibDecoder(ZlibWrapper, int) - Constructor for class io.netty.handler.codec.compression.JZlibDecoder
-
Creates a new instance with the specified wrapper and maximum buffer allocation.
- JZlibEncoder - Class in io.netty.handler.codec.compression
-
Compresses a
ByteBufusing the deflate algorithm. - JZlibEncoder() - Constructor for class io.netty.handler.codec.compression.JZlibEncoder
-
Creates a new zlib encoder with the default compression level (
6), default window bits (15), default memory level (8), and the default wrapper (ZlibWrapper.ZLIB). - JZlibEncoder(byte[]) - Constructor for class io.netty.handler.codec.compression.JZlibEncoder
-
Creates a new zlib encoder with the default compression level (
6), default window bits (15), default memory level (8), and the specified preset dictionary. - JZlibEncoder(int) - Constructor for class io.netty.handler.codec.compression.JZlibEncoder
-
Creates a new zlib encoder with the specified
compressionLevel, default window bits (15), default memory level (8), and the default wrapper (ZlibWrapper.ZLIB). - JZlibEncoder(int, byte[]) - Constructor for class io.netty.handler.codec.compression.JZlibEncoder
-
Creates a new zlib encoder with the specified
compressionLevel, default window bits (15), default memory level (8), and the specified preset dictionary. - JZlibEncoder(int, int, int, byte[]) - Constructor for class io.netty.handler.codec.compression.JZlibEncoder
-
Creates a new zlib encoder with the specified
compressionLevel, the specifiedwindowBits, the specifiedmemLevel, and the specified preset dictionary. - JZlibEncoder(ZlibWrapper) - Constructor for class io.netty.handler.codec.compression.JZlibEncoder
-
Creates a new zlib encoder with the default compression level (
6), default window bits (15), default memory level (8), and the specified wrapper. - JZlibEncoder(ZlibWrapper, int) - Constructor for class io.netty.handler.codec.compression.JZlibEncoder
-
Creates a new zlib encoder with the specified
compressionLevel, default window bits (15), default memory level (8), and the specified wrapper. - JZlibEncoder(ZlibWrapper, int, int, int) - Constructor for class io.netty.handler.codec.compression.JZlibEncoder
-
Creates a new zlib encoder with the specified
compressionLevel, the specifiedwindowBits, the specifiedmemLevel, and the specified wrapper.
K
- KEEP_ALIVE - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
-
Deprecated.use
HttpHeaderNames.CONNECTION"keep-alive" - KEEP_ALIVE - Static variable in class io.netty.handler.codec.http.HttpHeaders.Values
-
Deprecated.
"keep-alive" - KEEP_ALIVE - Static variable in class io.netty.handler.codec.http.HttpHeaderValues
-
"keep-alive" - KEEP_ALIVE - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Values
-
Deprecated.
"keep-alive" - KEEP_ALIVE - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderValues
-
"keep-alive" - KEEP_ALIVE_TIMEOUT - io.netty.handler.codec.mqtt.MqttReasonCodes.Disconnect
- keepAlive(int) - Method in class io.netty.handler.codec.mqtt.MqttMessageBuilders.ConnectBuilder
- keepAliveTimeSeconds() - Method in class io.netty.handler.codec.mqtt.MqttConnectVariableHeader
- KERBEROS_KEY_PURPOSE_CLIENT_AUTH - io.netty.pkitesting.CertificateBuilder.ExtendedKeyUsage
-
The certificate can be used for Kerberos client authentication.
- KERNEL_VERSION - Static variable in class io.netty.channel.epoll.Native
- key - Variable in class io.netty.handler.codec.DefaultHeaders.HeaderEntry
- key - Variable in class io.netty.handler.codec.mqtt.MqttProperties.StringPair
- key() - Method in class io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage
- key() - Method in interface io.netty.handler.codec.memcache.binary.BinaryMemcacheMessage
-
Returns the optional key of the document.
- key() - Method in class io.netty.handler.ssl.util.SelfSignedCertificate
-
Deprecated.Returns the generated EC/RSA private key.
- key() - Method in interface io.netty.util.Attribute
-
Returns the key of this attribute.
- key() - Method in interface io.netty.util.collection.ByteObjectMap.PrimitiveEntry
-
Gets the key for this entry.
- key() - Method in interface io.netty.util.collection.CharObjectMap.PrimitiveEntry
-
Gets the key for this entry.
- key() - Method in interface io.netty.util.collection.IntObjectMap.PrimitiveEntry
-
Gets the key for this entry.
- key() - Method in interface io.netty.util.collection.LongObjectMap.PrimitiveEntry
-
Gets the key for this entry.
- key() - Method in interface io.netty.util.collection.ShortObjectMap.PrimitiveEntry
-
Gets the key for this entry.
- KEY - Static variable in class io.netty.handler.codec.dns.DnsRecordType
-
key record RFC 2535 and RFC 2930 Used only for SIG(0) (RFC 2931) and TKEY (RFC 2930).
- KEY_EEXISTS - Static variable in class io.netty.handler.codec.memcache.binary.BinaryMemcacheResponseStatus
- KEY_ENOENT - Static variable in class io.netty.handler.codec.memcache.binary.BinaryMemcacheResponseStatus
- KEY_MANAGEMENT_FAILURE - Static variable in class io.netty.handler.codec.rtsp.RtspResponseStatuses
-
463 Key management failure
- KEY_UPDATE_ERROR - Static variable in class io.netty.handler.codec.quic.QuicTransportError
-
An endpoint detected errors in performing key updates.
- keyAgreement - io.netty.pkitesting.CertificateBuilder.KeyUsage
-
For use in public key agreement.
- keyCertSign - io.netty.pkitesting.CertificateBuilder.KeyUsage
-
For verifying the Certificate Authority's signature on a public-key certificate.
- keyEncipherment - io.netty.pkitesting.CertificateBuilder.KeyUsage
-
For enciphering keys or other security information.
- keyLength() - Method in class io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage
- keyLength() - Method in interface io.netty.handler.codec.memcache.binary.BinaryMemcacheMessage
-
Returns the key length of the message.
- keylog(boolean) - Method in class io.netty.handler.codec.quic.QuicSslContextBuilder
-
Enable / disable keylog.
- keylog(BoringSSLKeylog) - Method in class io.netty.handler.codec.quic.QuicSslContextBuilder
-
Enable / disable keylog.
- keyManager(File, String, File) - Method in class io.netty.handler.codec.quic.QuicSslContextBuilder
-
Identifying certificate for this host.
- keyManager(PrivateKey, String, X509Certificate...) - Method in class io.netty.handler.codec.quic.QuicSslContextBuilder
-
Identifying certificate for this host.
- keyManager(KeyManagerFactory, String) - Method in class io.netty.handler.codec.quic.QuicSslContextBuilder
-
Identifying manager for this host.
- keyManager(File, File) - Method in class io.netty.handler.ssl.SslContextBuilder
-
Identifying certificate for this host.
- keyManager(File, File, String) - Method in class io.netty.handler.ssl.SslContextBuilder
-
Identifying certificate for this host.
- keyManager(InputStream, InputStream) - Method in class io.netty.handler.ssl.SslContextBuilder
-
Identifying certificate for this host.
- keyManager(InputStream, InputStream, String) - Method in class io.netty.handler.ssl.SslContextBuilder
-
Identifying certificate for this host.
- keyManager(PrivateKey, Iterable<? extends X509Certificate>) - Method in class io.netty.handler.ssl.SslContextBuilder
-
Identifying certificate for this host.
- keyManager(PrivateKey, String, Iterable<? extends X509Certificate>) - Method in class io.netty.handler.ssl.SslContextBuilder
-
Identifying certificate for this host.
- keyManager(PrivateKey, String, X509Certificate...) - Method in class io.netty.handler.ssl.SslContextBuilder
-
Identifying certificate for this host.
- keyManager(PrivateKey, X509Certificate...) - Method in class io.netty.handler.ssl.SslContextBuilder
-
Identifying certificate for this host.
- keyManager(KeyManager) - Method in class io.netty.handler.ssl.SslContextBuilder
-
A single key manager managing the identity information of this host.
- keyManager(KeyManagerFactory) - Method in class io.netty.handler.ssl.SslContextBuilder
-
Identifying manager for this host.
- keyManager(KeyManager, String) - Method in class io.netty.handler.codec.quic.QuicSslContextBuilder
-
A single key manager managing the identity information of this host.
- KeyManagerFactoryWrapper - Class in io.netty.handler.ssl.util
- KeyManagerFactoryWrapper(KeyManager) - Constructor for class io.netty.handler.ssl.util.KeyManagerFactoryWrapper
- KEYMGMT - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderNames
-
"keymgmt" - KEYMGMT - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Names
-
Deprecated.
"KeyMgmt" - keySet() - Method in class io.netty.util.collection.ByteObjectHashMap
- keySet() - Method in class io.netty.util.collection.CharObjectHashMap
- keySet() - Method in class io.netty.util.collection.IntObjectHashMap
- keySet() - Method in class io.netty.util.collection.LongObjectHashMap
- keySet() - Method in class io.netty.util.collection.ShortObjectHashMap
- keyStoreType(String) - Method in class io.netty.handler.ssl.SslContextBuilder
-
Sets the
KeyStoretype that should be used. - keyToString(byte) - Method in class io.netty.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.netty.handler.codec.http2.Http2Settings
- keyToString(char) - Method in class io.netty.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.netty.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.netty.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.netty.util.collection.ShortObjectHashMap
-
Helper method called by
ShortObjectHashMap.toString()in order to convert a single map key into a string. - kind() - Method in class io.netty.channel.udt.nio.NioUdtProvider
-
Deprecated.UDT Channel Kind.
- KmpSearchProcessorFactory - Class in io.netty.buffer.search
-
Implements Knuth-Morris-Pratt string search algorithm.
- KmpSearchProcessorFactory.Processor - Class in io.netty.buffer.search
- KQueue - Class in io.netty.channel.kqueue
-
If KQueue is available the JNI resources will be loaded when this class loads.
- KQueueChannelConfig - Class in io.netty.channel.kqueue
- KQueueChannelOption<T> - Class in io.netty.channel.kqueue
- KQueueDatagramChannel - Class in io.netty.channel.kqueue
- KQueueDatagramChannel() - Constructor for class io.netty.channel.kqueue.KQueueDatagramChannel
- KQueueDatagramChannel(int) - Constructor for class io.netty.channel.kqueue.KQueueDatagramChannel
- KQueueDatagramChannel(InternetProtocolFamily) - Constructor for class io.netty.channel.kqueue.KQueueDatagramChannel
-
Deprecated.
- KQueueDatagramChannel(SocketProtocolFamily) - Constructor for class io.netty.channel.kqueue.KQueueDatagramChannel
- KQueueDatagramChannelConfig - Class in io.netty.channel.kqueue
- KQueueDomainDatagramChannel - Class in io.netty.channel.kqueue
- KQueueDomainDatagramChannel() - Constructor for class io.netty.channel.kqueue.KQueueDomainDatagramChannel
- KQueueDomainDatagramChannel(int) - Constructor for class io.netty.channel.kqueue.KQueueDomainDatagramChannel
- KQueueDomainDatagramChannelConfig - Class in io.netty.channel.kqueue
- KQueueDomainSocketChannel - Class in io.netty.channel.kqueue
- KQueueDomainSocketChannel() - Constructor for class io.netty.channel.kqueue.KQueueDomainSocketChannel
- KQueueDomainSocketChannel(int) - Constructor for class io.netty.channel.kqueue.KQueueDomainSocketChannel
- KQueueDomainSocketChannelConfig - Class in io.netty.channel.kqueue
- KQueueEventLoopGroup - Class in io.netty.channel.kqueue
-
Deprecated.
- KQueueEventLoopGroup() - Constructor for class io.netty.channel.kqueue.KQueueEventLoopGroup
-
Deprecated.Create a new instance using the default number of threads and the default
ThreadFactory. - KQueueEventLoopGroup(int) - Constructor for class io.netty.channel.kqueue.KQueueEventLoopGroup
-
Deprecated.Create a new instance using the specified number of threads and the default
ThreadFactory. - KQueueEventLoopGroup(int, SelectStrategyFactory) - Constructor for class io.netty.channel.kqueue.KQueueEventLoopGroup
-
Deprecated.Create a new instance using the specified number of threads and the default
ThreadFactory. - KQueueEventLoopGroup(int, Executor) - Constructor for class io.netty.channel.kqueue.KQueueEventLoopGroup
-
Deprecated.
- KQueueEventLoopGroup(int, Executor, SelectStrategyFactory) - Constructor for class io.netty.channel.kqueue.KQueueEventLoopGroup
-
Deprecated.
- KQueueEventLoopGroup(int, Executor, EventExecutorChooserFactory, SelectStrategyFactory) - Constructor for class io.netty.channel.kqueue.KQueueEventLoopGroup
-
Deprecated.
- KQueueEventLoopGroup(int, Executor, EventExecutorChooserFactory, SelectStrategyFactory, RejectedExecutionHandler) - Constructor for class io.netty.channel.kqueue.KQueueEventLoopGroup
-
Deprecated.
- KQueueEventLoopGroup(int, Executor, EventExecutorChooserFactory, SelectStrategyFactory, RejectedExecutionHandler, EventLoopTaskQueueFactory) - Constructor for class io.netty.channel.kqueue.KQueueEventLoopGroup
-
Deprecated.
- KQueueEventLoopGroup(int, Executor, EventExecutorChooserFactory, SelectStrategyFactory, RejectedExecutionHandler, EventLoopTaskQueueFactory, EventLoopTaskQueueFactory) - Constructor for class io.netty.channel.kqueue.KQueueEventLoopGroup
-
Deprecated.
- KQueueEventLoopGroup(int, ThreadFactory) - Constructor for class io.netty.channel.kqueue.KQueueEventLoopGroup
-
Deprecated.Create a new instance using the specified number of threads and the given
ThreadFactory. - KQueueEventLoopGroup(int, ThreadFactory, int) - Constructor for class io.netty.channel.kqueue.KQueueEventLoopGroup
-
Deprecated.
- KQueueEventLoopGroup(int, ThreadFactory, int, SelectStrategyFactory) - Constructor for class io.netty.channel.kqueue.KQueueEventLoopGroup
- KQueueEventLoopGroup(int, ThreadFactory, SelectStrategyFactory) - Constructor for class io.netty.channel.kqueue.KQueueEventLoopGroup
-
Deprecated.Create a new instance using the specified number of threads and the given
ThreadFactory. - KQueueEventLoopGroup(ThreadFactory) - Constructor for class io.netty.channel.kqueue.KQueueEventLoopGroup
-
Deprecated.Create a new instance using the default number of threads and the given
ThreadFactory. - KQueueIoEvent - Class in io.netty.channel.kqueue
-
IoEventto use withKQueueIoHandler. - KQueueIoHandle - Interface in io.netty.channel.kqueue
-
IoHandleimplementation that can be used with theKQueueIoHandler. - KQueueIoHandler - Class in io.netty.channel.kqueue
-
IoHandlerwhich uses kqueue under the covers. - KQueueIoOps - Class in io.netty.channel.kqueue
-
Implementation of
IoOpsfor that is used byKQueueIoHandlerand so for kqueue based transports. - KQueueServerChannelConfig - Class in io.netty.channel.kqueue
- KQueueServerDomainSocketChannel - Class in io.netty.channel.kqueue
- KQueueServerDomainSocketChannel() - Constructor for class io.netty.channel.kqueue.KQueueServerDomainSocketChannel
- KQueueServerDomainSocketChannel(int) - Constructor for class io.netty.channel.kqueue.KQueueServerDomainSocketChannel
- KQueueServerSocketChannel - Class in io.netty.channel.kqueue
- KQueueServerSocketChannel() - Constructor for class io.netty.channel.kqueue.KQueueServerSocketChannel
- KQueueServerSocketChannel(int) - Constructor for class io.netty.channel.kqueue.KQueueServerSocketChannel
- KQueueServerSocketChannelConfig - Class in io.netty.channel.kqueue
- KQueueSocketChannel - Class in io.netty.channel.kqueue
- KQueueSocketChannel() - Constructor for class io.netty.channel.kqueue.KQueueSocketChannel
- KQueueSocketChannel(int) - Constructor for class io.netty.channel.kqueue.KQueueSocketChannel
- KQueueSocketChannel(InternetProtocolFamily) - Constructor for class io.netty.channel.kqueue.KQueueSocketChannel
-
Deprecated.use
KQueueDatagramChannel(SocketProtocolFamily) - KQueueSocketChannel(SocketProtocolFamily) - Constructor for class io.netty.channel.kqueue.KQueueSocketChannel
- KQueueSocketChannelConfig - Class in io.netty.channel.kqueue
- KX - Static variable in class io.netty.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.netty.channel.ChannelPipeline
-
Returns the last
ChannelHandlerin this pipeline. - last() - Method in class io.netty.channel.DefaultChannelPipeline
- LAST_MODIFIED - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
-
"last-modified" - LAST_MODIFIED - Static variable in class io.netty.handler.codec.http.HttpHeaders.Names
-
Deprecated.
"Last-Modified" - LAST_MODIFIED - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderNames
-
"last-modified" - LAST_MODIFIED - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Names
-
Deprecated.
"Last-Modified" - lastAckRecv() - Method in class io.netty.channel.epoll.EpollTcpInfo
- lastAckRecv() - Method in class io.netty.channel.uring.IoUringTcpInfo
- lastAckSent() - Method in class io.netty.channel.epoll.EpollTcpInfo
- lastAckSent() - Method in class io.netty.channel.uring.IoUringTcpInfo
- LastBulkStringRedisContent - Interface in io.netty.handler.codec.redis
-
A last chunk of Bulk Strings.
- lastBytesRead() - Method in class io.netty.channel.DefaultMaxMessagesRecvByteBufAllocator.MaxMessageHandle
- lastBytesRead() - Method in class io.netty.channel.RecvByteBufAllocator.DelegatingHandle
- lastBytesRead() - Method in interface io.netty.channel.RecvByteBufAllocator.Handle
-
Deprecated.Get the amount of bytes for the previous read operation.
- lastBytesRead(int) - Method in class io.netty.channel.DefaultMaxMessagesRecvByteBufAllocator.MaxMessageHandle
- lastBytesRead(int) - Method in class io.netty.channel.RecvByteBufAllocator.DelegatingHandle
- lastBytesRead(int) - Method in interface io.netty.channel.RecvByteBufAllocator.Handle
-
Deprecated.Set the bytes that have been read for the last read operation.
- lastBytesRead(int, int) - Method in class io.netty.channel.uring.AbstractIoUringBufferRingAllocator
-
Does nothing by default, sub-classes might override this.
- lastBytesRead(int, int) - Method in class io.netty.channel.uring.IoUringAdaptiveBufferRingAllocator
- lastBytesRead(int, int) - Method in interface io.netty.channel.uring.IoUringBufferRingAllocator
-
Set the bytes that have been read for the last read operation that was full-filled out of the buffer ring.
- lastContext() - Method in interface io.netty.channel.ChannelPipeline
-
Returns the context of the last
ChannelHandlerin this pipeline. - lastContext() - Method in class io.netty.channel.DefaultChannelPipeline
- lastCumulativeTime() - Method in class io.netty.handler.traffic.TrafficCounter
- lastDataRecv() - Method in class io.netty.channel.epoll.EpollTcpInfo
- lastDataRecv() - Method in class io.netty.channel.uring.IoUringTcpInfo
- lastDataSent() - Method in class io.netty.channel.epoll.EpollTcpInfo
- lastDataSent() - Method in class io.netty.channel.uring.IoUringTcpInfo
- lastGoodStreamId() - Method in class io.netty.handler.codec.spdy.DefaultSpdyGoAwayFrame
- lastGoodStreamId() - Method in interface io.netty.handler.codec.spdy.SpdyGoAwayFrame
-
Returns the Last-good-stream-ID of this frame.
- LastHttpContent - Interface in io.netty.handler.codec.http
-
The last
HttpContentwhich has trailing headers. - lastInboundBuffer() - Method in class io.netty.channel.embedded.EmbeddedChannel
-
Deprecated.
- lastIndexOf(CharSequence) - Method in class io.netty.util.AsciiString
-
Searches in this string for the last index of the specified string.
- lastIndexOf(CharSequence, int) - Method in class io.netty.util.AsciiString
-
Searches in this string for the index of the specified string.
- LastMemcacheContent - Interface in io.netty.handler.codec.memcache
-
The
MemcacheContentwhich signals the end of the content batch. - lastOutboundBuffer() - Method in class io.netty.channel.embedded.EmbeddedChannel
-
Deprecated.
- lastReadBytes() - Method in class io.netty.handler.traffic.TrafficCounter
- lastReadThroughput() - Method in class io.netty.handler.traffic.TrafficCounter
- LastSmtpContent - Interface in io.netty.handler.codec.smtp
-
The last part of a sequence of
SmtpContents that are sent after aDATArequest. - LastStompContentSubframe - Interface in io.netty.handler.codec.stomp
-
The last
StompContentSubframewhich signals the end of the content batch - lastStreamCreated() - Method in interface io.netty.handler.codec.http2.Http2Connection.Endpoint
-
Gets the ID of the stream last successfully created by this endpoint.
- lastStreamId() - Method in class io.netty.handler.codec.http2.DefaultHttp2GoAwayFrame
- lastStreamId() - Method in interface io.netty.handler.codec.http2.Http2GoAwayFrame
-
Returns the last stream identifier if set, or
-1else. - lastStreamId() - Method in exception io.netty.handler.codec.http2.StreamBufferingEncoder.Http2GoAwayException
- lastStreamKnownByPeer() - Method in interface io.netty.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.netty.handler.traffic.TrafficCounter
- lastVariableIndex() - Static method in class io.netty.util.internal.InternalThreadLocalMap
- lastWriteThroughput() - Method in class io.netty.handler.traffic.TrafficCounter
- lastWrittenBytes() - Method in class io.netty.handler.traffic.TrafficCounter
- Lax - io.netty.handler.codec.http.cookie.CookieHeaderNames.SameSite
- LAX - Static variable in class io.netty.handler.codec.http.cookie.ClientCookieDecoder
-
Lax instance that doesn't validate name and value
- LAX - Static variable in class io.netty.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.netty.handler.codec.http.cookie.ServerCookieDecoder
-
Lax instance that doesn't validate name and value
- LAX - Static variable in class io.netty.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.netty.handler.codec.rtsp.RtspHeaders.Values
-
Deprecated.
"layers" - LAYERS - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderValues
-
"layers" - lazyExecute(Runnable) - Method in class io.netty.util.concurrent.AbstractEventExecutor
-
Like
Executor.execute(Runnable)but does not guarantee the task will be run until either a non-lazy task is executed or the executor is shut down. - lazyExecute(Runnable) - Method in class io.netty.util.concurrent.SingleThreadEventExecutor
- LazyJavaxX509Certificate - Class in io.netty.handler.ssl.util
- LazyJavaxX509Certificate(byte[]) - Constructor for class io.netty.handler.ssl.util.LazyJavaxX509Certificate
-
Creates a new instance which will lazy parse the given bytes.
- LazyX509Certificate - Class in io.netty.handler.ssl.util
- LazyX509Certificate(byte[]) - Constructor for class io.netty.handler.ssl.util.LazyX509Certificate
-
Creates a new instance which will lazy parse the given bytes.
- LeakPresenceDetector<T> - Class in io.netty.util
-
Alternative leak detector implementation for reliable and performant detection in tests.
- LeakPresenceDetector(Class<?>) - Constructor for class io.netty.util.LeakPresenceDetector
-
Create a new detector for the given resource type.
- LeakPresenceDetector(Class<?>, int) - Constructor for class io.netty.util.LeakPresenceDetector
-
Deprecated.
- LeakPresenceDetector(Class<?>, int, long) - Constructor for class io.netty.util.LeakPresenceDetector
-
This constructor should not be used directly, it is called reflectively by
ResourceLeakDetectorFactory. - LeakPresenceDetector.ResourceScope - Class in io.netty.util
-
A resource scope keeps track of the resources for a particular set of threads.
- LeakPresenceExtension - Class in io.netty.util.test
-
Junit 5 extension for leak detection using
LeakPresenceDetector. - LeakPresenceExtension() - Constructor for class io.netty.util.test.LeakPresenceExtension
- LeakPresenceExtension.WithTransferableScope<T> - Class in io.netty.util.test
- leaveGroup(InetAddress) - Method in class io.netty.channel.epoll.EpollDatagramChannel
- leaveGroup(InetAddress) - Method in class io.netty.channel.kqueue.KQueueDatagramChannel
- leaveGroup(InetAddress) - Method in interface io.netty.channel.socket.DatagramChannel
-
Leaves a multicast group and notifies the
ChannelFutureonce the operation completes. - leaveGroup(InetAddress) - Method in class io.netty.channel.socket.nio.NioDatagramChannel
- leaveGroup(InetAddress) - Method in class io.netty.channel.socket.oio.OioDatagramChannel
-
Deprecated.
- leaveGroup(InetAddress) - Method in class io.netty.channel.uring.IoUringDatagramChannel
- leaveGroup(InetAddress, ChannelPromise) - Method in class io.netty.channel.epoll.EpollDatagramChannel
- leaveGroup(InetAddress, ChannelPromise) - Method in class io.netty.channel.kqueue.KQueueDatagramChannel
- leaveGroup(InetAddress, ChannelPromise) - Method in interface io.netty.channel.socket.DatagramChannel
-
Leaves a multicast group and notifies the
ChannelFutureonce the operation completes. - leaveGroup(InetAddress, ChannelPromise) - Method in class io.netty.channel.socket.nio.NioDatagramChannel
- leaveGroup(InetAddress, ChannelPromise) - Method in class io.netty.channel.socket.oio.OioDatagramChannel
-
Deprecated.
- leaveGroup(InetAddress, ChannelPromise) - Method in class io.netty.channel.uring.IoUringDatagramChannel
- leaveGroup(InetAddress, NetworkInterface, InetAddress) - Method in class io.netty.channel.epoll.EpollDatagramChannel
- leaveGroup(InetAddress, NetworkInterface, InetAddress) - Method in class io.netty.channel.kqueue.KQueueDatagramChannel
- leaveGroup(InetAddress, NetworkInterface, InetAddress) - Method in interface io.netty.channel.socket.DatagramChannel
-
Leave the specified multicast group at the specified interface using the specified source and notifies the
ChannelFutureonce the operation completes. - leaveGroup(InetAddress, NetworkInterface, InetAddress) - Method in class io.netty.channel.socket.nio.NioDatagramChannel
- leaveGroup(InetAddress, NetworkInterface, InetAddress) - Method in class io.netty.channel.socket.oio.OioDatagramChannel
-
Deprecated.
- leaveGroup(InetAddress, NetworkInterface, InetAddress) - Method in class io.netty.channel.uring.IoUringDatagramChannel
- leaveGroup(InetAddress, NetworkInterface, InetAddress, ChannelPromise) - Method in class io.netty.channel.epoll.EpollDatagramChannel
- leaveGroup(InetAddress, NetworkInterface, InetAddress, ChannelPromise) - Method in class io.netty.channel.kqueue.KQueueDatagramChannel
- leaveGroup(InetAddress, NetworkInterface, InetAddress, ChannelPromise) - Method in interface io.netty.channel.socket.DatagramChannel
-
Leave the specified multicast group at the specified interface using the specified source and notifies the
ChannelFutureonce the operation completes. - leaveGroup(InetAddress, NetworkInterface, InetAddress, ChannelPromise) - Method in class io.netty.channel.socket.nio.NioDatagramChannel
- leaveGroup(InetAddress, NetworkInterface, InetAddress, ChannelPromise) - Method in class io.netty.channel.socket.oio.OioDatagramChannel
-
Deprecated.
- leaveGroup(InetAddress, NetworkInterface, InetAddress, ChannelPromise) - Method in class io.netty.channel.uring.IoUringDatagramChannel
- leaveGroup(InetSocketAddress, NetworkInterface) - Method in class io.netty.channel.epoll.EpollDatagramChannel
- leaveGroup(InetSocketAddress, NetworkInterface) - Method in class io.netty.channel.kqueue.KQueueDatagramChannel
- leaveGroup(InetSocketAddress, NetworkInterface) - Method in interface io.netty.channel.socket.DatagramChannel
-
Leaves a multicast group on a specified local interface and notifies the
ChannelFutureonce the operation completes. - leaveGroup(InetSocketAddress, NetworkInterface) - Method in class io.netty.channel.socket.nio.NioDatagramChannel
- leaveGroup(InetSocketAddress, NetworkInterface) - Method in class io.netty.channel.socket.oio.OioDatagramChannel
-
Deprecated.
- leaveGroup(InetSocketAddress, NetworkInterface) - Method in class io.netty.channel.uring.IoUringDatagramChannel
- leaveGroup(InetSocketAddress, NetworkInterface, ChannelPromise) - Method in class io.netty.channel.epoll.EpollDatagramChannel
- leaveGroup(InetSocketAddress, NetworkInterface, ChannelPromise) - Method in class io.netty.channel.kqueue.KQueueDatagramChannel
- leaveGroup(InetSocketAddress, NetworkInterface, ChannelPromise) - Method in interface io.netty.channel.socket.DatagramChannel
-
Leaves a multicast group on a specified local interface and notifies the
ChannelFutureonce the operation completes. - leaveGroup(InetSocketAddress, NetworkInterface, ChannelPromise) - Method in class io.netty.channel.socket.nio.NioDatagramChannel
- leaveGroup(InetSocketAddress, NetworkInterface, ChannelPromise) - Method in class io.netty.channel.socket.oio.OioDatagramChannel
-
Deprecated.
- leaveGroup(InetSocketAddress, NetworkInterface, ChannelPromise) - Method in class io.netty.channel.uring.IoUringDatagramChannel
- length() - Method in class io.netty.channel.unix.RawUnixChannelOption
-
The length of the optval.
- length() - Method in class io.netty.handler.codec.http.HttpChunkedInput
- length() - Method in class io.netty.handler.codec.http.multipart.AbstractHttpData
- length() - Method in interface io.netty.handler.codec.http.multipart.HttpData
-
Returns the size in byte of the InterfaceHttpData
- length() - Method in class io.netty.handler.codec.http.multipart.HttpPostRequestEncoder
- length() - Method in class io.netty.handler.codec.http.websocketx.WebSocketChunkedInput
- length() - Method in class io.netty.handler.codec.http2.Http2DataChunkedInput
- length() - Method in interface io.netty.handler.codec.http3.Http3UnknownFrame
-
Return the payload length of the frame.
- length() - Method in class io.netty.handler.codec.redis.ArrayHeaderRedisMessage
-
Get length of this array object.
- length() - Method in enum io.netty.handler.codec.redis.RedisMessageType
-
Returns length of this type.
- length() - Method in class io.netty.handler.stream.ChunkedFile
- length() - Method in interface io.netty.handler.stream.ChunkedInput
-
Returns the length of the input.
- length() - Method in class io.netty.handler.stream.ChunkedNioFile
- length() - Method in class io.netty.handler.stream.ChunkedNioStream
- length() - Method in class io.netty.handler.stream.ChunkedStream
- length() - Method in class io.netty.util.AsciiString
-
The length in bytes of this instance.
- length() - Method in class io.netty.util.internal.AppendableCharSequence
- length(String) - Static method in class io.netty.util.internal.StringUtil
-
Get the length of a string,
nullinput is considered0length. - LENGTH_REQUIRED - Static variable in class io.netty.handler.codec.http.HttpResponseStatus
-
411 Length Required
- LENGTH_REQUIRED - Static variable in class io.netty.handler.codec.rtsp.RtspResponseStatuses
-
411 Length Required
- LengthFieldBasedFrameDecoder - Class in io.netty.handler.codec
-
A decoder that splits the received
ByteBufs dynamically by the value of the length field in the message. - LengthFieldBasedFrameDecoder(int, int, int) - Constructor for class io.netty.handler.codec.LengthFieldBasedFrameDecoder
-
Creates a new instance.
- LengthFieldBasedFrameDecoder(int, int, int, int, int) - Constructor for class io.netty.handler.codec.LengthFieldBasedFrameDecoder
-
Creates a new instance.
- LengthFieldBasedFrameDecoder(int, int, int, int, int, boolean) - Constructor for class io.netty.handler.codec.LengthFieldBasedFrameDecoder
-
Creates a new instance.
- LengthFieldBasedFrameDecoder(ByteOrder, int, int, int, int, int, boolean) - Constructor for class io.netty.handler.codec.LengthFieldBasedFrameDecoder
-
Creates a new instance.
- LengthFieldPrepender - Class in io.netty.handler.codec
-
An encoder that prepends the length of the message.
- LengthFieldPrepender(int) - Constructor for class io.netty.handler.codec.LengthFieldPrepender
-
Creates a new instance.
- LengthFieldPrepender(int, boolean) - Constructor for class io.netty.handler.codec.LengthFieldPrepender
-
Creates a new instance.
- LengthFieldPrepender(int, int) - Constructor for class io.netty.handler.codec.LengthFieldPrepender
-
Creates a new instance.
- LengthFieldPrepender(int, int, boolean) - Constructor for class io.netty.handler.codec.LengthFieldPrepender
-
Creates a new instance.
- LengthFieldPrepender(ByteOrder, int, int, boolean) - Constructor for class io.netty.handler.codec.LengthFieldPrepender
-
Creates a new instance.
- level() - Method in class io.netty.channel.unix.GenericUnixChannelOption
-
Returns the level.
- level() - Method in class io.netty.handler.logging.LoggingHandler
-
Returns the
LogLevelthat this handler uses to log - LEVEL_TRIGGERED - io.netty.channel.epoll.EpollMode
-
Deprecated.Do not use
EPOLLET(level-triggered). - LF - io.netty.handler.codec.AsciiHeadersEncoder.NewlineType
-
'\n' - LF - Static variable in class io.netty.handler.codec.http.HttpConstants
-
Line feed character
- lifecycleManager(Http2LifecycleManager) - Method in class io.netty.handler.codec.http2.DecoratingHttp2ConnectionDecoder
- lifecycleManager(Http2LifecycleManager) - Method in class io.netty.handler.codec.http2.DecoratingHttp2ConnectionEncoder
- lifecycleManager(Http2LifecycleManager) - Method in class io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder
- lifecycleManager(Http2LifecycleManager) - Method in class io.netty.handler.codec.http2.DefaultHttp2ConnectionEncoder
- lifecycleManager(Http2LifecycleManager) - Method in interface io.netty.handler.codec.http2.Http2ConnectionDecoder
-
Sets the lifecycle manager.
- lifecycleManager(Http2LifecycleManager) - Method in interface io.netty.handler.codec.http2.Http2ConnectionEncoder
-
Sets the lifecycle manager.
- Limits - Class in io.netty.channel.unix
- LINE_FEED - Static variable in class io.netty.util.internal.StringUtil
- LineBasedFrameDecoder - Class in io.netty.handler.codec
-
A decoder that splits the received
ByteBufs on line endings. - LineBasedFrameDecoder(int) - Constructor for class io.netty.handler.codec.LineBasedFrameDecoder
-
Creates a new decoder.
- LineBasedFrameDecoder(int, boolean, boolean) - Constructor for class io.netty.handler.codec.LineBasedFrameDecoder
-
Creates a new decoder.
- lineDelimiter() - Static method in class io.netty.handler.codec.Delimiters
-
Returns
CR ('\r')andLF ('\n')delimiters, which could be used for text-based line protocols. - LineEncoder - Class in io.netty.handler.codec.string
-
Apply a line separator to the requested
Stringand encode it into aByteBuf. - LineEncoder() - Constructor for class io.netty.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.netty.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.netty.handler.codec.string.LineEncoder
-
Creates a new instance with the specified line separator and character set.
- LineEncoder(Charset) - Constructor for class io.netty.handler.codec.string.LineEncoder
-
Creates a new instance with the specified character set.
- LineSeparator - Class in io.netty.handler.codec.string
-
A class to represent line separators in different environments.
- LineSeparator(String) - Constructor for class io.netty.handler.codec.string.LineSeparator
-
Create
LineSeparatorwith the specifiedlineSeparatorstring. - LinuxSocket - Class in io.netty.channel.epoll
-
A socket which provides access Linux native methods.
- listAll() - Method in class io.netty.handler.codec.mqtt.MqttProperties
- listen(int) - Method in class io.netty.channel.unix.Socket
- listener - Variable in class io.netty.handler.codec.http2.Http2FrameListenerDecorator
- listener(Http2RemoteFlowController.Listener) - Method in class io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController
- listener(Http2RemoteFlowController.Listener) - Method in interface io.netty.handler.codec.http2.Http2RemoteFlowController
-
Set the active listener on the flow-controller.
- LITTLE_ENDIAN - Static variable in class io.netty.buffer.Unpooled
-
Little endian byte order.
- load(String, ClassLoader) - Static method in class io.netty.util.internal.NativeLibraryLoader
-
Load the given library with the specified
ClassLoader - loadFirstAvailable(ClassLoader, String...) - Static method in class io.netty.util.internal.NativeLibraryLoader
-
Loads the first available library in the collection with the specified
ClassLoader. - LOADING - io.netty.handler.codec.redis.FixedRedisMessagePool.RedisErrorKey
- LOC - Static variable in class io.netty.handler.codec.dns.DnsRecordType
-
Location record RFC 1876 Specifies a geographical location associated with a domain name.
- local() - Method in class io.netty.handler.codec.http2.DefaultHttp2Connection
- local() - Method in interface io.netty.handler.codec.http2.Http2Connection
-
Gets a view of this connection from the local
Http2Connection.Endpoint. - local() - Method in class io.netty.handler.codec.quic.QuicPathEvent
-
The local address of the network path.
- LOCAL - io.netty.handler.codec.haproxy.HAProxyCommand
-
The LOCAL command represents a connection that was established on purpose by the proxy without being relayed.
- localAddress() - Method in class io.netty.bootstrap.AbstractBootstrapConfig
-
Returns the configured local address or
nullif non is configured yet. - localAddress() - Method in class io.netty.channel.AbstractChannel.AbstractUnsafe
- localAddress() - Method in class io.netty.channel.AbstractChannel
- localAddress() - Method in interface io.netty.channel.Channel
-
Returns the local address where this channel is bound to.
- localAddress() - Method in interface io.netty.channel.Channel.Unsafe
-
Return the
SocketAddressto which is bound local ornullif none. - localAddress() - Method in class io.netty.channel.epoll.EpollDatagramChannel
- localAddress() - Method in class io.netty.channel.epoll.EpollDomainDatagramChannel
- localAddress() - Method in class io.netty.channel.epoll.EpollDomainSocketChannel
- localAddress() - Method in class io.netty.channel.epoll.EpollServerDomainSocketChannel
- localAddress() - Method in class io.netty.channel.epoll.EpollServerSocketChannel
- localAddress() - Method in class io.netty.channel.epoll.EpollSocketChannel
- localAddress() - Method in class io.netty.channel.kqueue.KQueueDatagramChannel
- localAddress() - Method in class io.netty.channel.kqueue.KQueueDomainDatagramChannel
- localAddress() - Method in class io.netty.channel.kqueue.KQueueDomainSocketChannel
- localAddress() - Method in class io.netty.channel.kqueue.KQueueServerDomainSocketChannel
- localAddress() - Method in class io.netty.channel.kqueue.KQueueServerSocketChannel
- localAddress() - Method in class io.netty.channel.kqueue.KQueueSocketChannel
- localAddress() - Method in class io.netty.channel.local.LocalChannel
- localAddress() - Method in class io.netty.channel.local.LocalServerChannel
- localAddress() - Method in class io.netty.channel.rxtx.RxtxChannel
-
Deprecated.
- localAddress() - Method in class io.netty.channel.sctp.nio.NioSctpChannel
- localAddress() - Method in class io.netty.channel.sctp.nio.NioSctpServerChannel
- localAddress() - Method in class io.netty.channel.sctp.oio.OioSctpChannel
-
Deprecated.
- localAddress() - Method in class io.netty.channel.sctp.oio.OioSctpServerChannel
-
Deprecated.
- localAddress() - Method in interface io.netty.channel.sctp.SctpChannel
-
Return the (primary) local address of the SCTP channel.
- localAddress() - Method in interface io.netty.channel.sctp.SctpServerChannel
-
Return the (primary) local address of the SCTP server channel.
- localAddress() - Method in interface io.netty.channel.socket.DatagramChannel
- localAddress() - Method in class io.netty.channel.socket.nio.NioDatagramChannel
- localAddress() - Method in class io.netty.channel.socket.nio.NioServerSocketChannel
- localAddress() - Method in class io.netty.channel.socket.nio.NioSocketChannel
- localAddress() - Method in class io.netty.channel.socket.oio.OioDatagramChannel
-
Deprecated.
- localAddress() - Method in class io.netty.channel.socket.oio.OioServerSocketChannel
-
Deprecated.
- localAddress() - Method in class io.netty.channel.socket.oio.OioSocketChannel
-
Deprecated.
- localAddress() - Method in interface io.netty.channel.socket.ServerSocketChannel
- localAddress() - Method in interface io.netty.channel.socket.SocketChannel
- localAddress() - Method in class io.netty.channel.udt.nio.NioUdtAcceptorChannel
-
Deprecated.
- localAddress() - Method in class io.netty.channel.udt.nio.NioUdtByteConnectorChannel
-
Deprecated.
- localAddress() - Method in class io.netty.channel.udt.nio.NioUdtMessageConnectorChannel
-
Deprecated.
- localAddress() - Method in interface io.netty.channel.udt.UdtChannel
-
Deprecated.
- localAddress() - Method in class io.netty.channel.unix.DatagramSocketAddress
- localAddress() - Method in interface io.netty.channel.unix.DomainDatagramChannel
- localAddress() - Method in class io.netty.channel.unix.DomainDatagramSocketAddress
- localAddress() - Method in interface io.netty.channel.unix.DomainSocketChannel
- localAddress() - Method in interface io.netty.channel.unix.ServerDomainSocketChannel
- localAddress() - Method in class io.netty.channel.unix.Socket
- localAddress() - Method in class io.netty.channel.uring.IoUringDatagramChannel
- localAddress() - Method in class io.netty.channel.uring.IoUringDomainSocketChannel
- localAddress() - Method in class io.netty.channel.uring.IoUringServerDomainSocketChannel
- localAddress() - Method in class io.netty.channel.uring.IoUringServerSocketChannel
- localAddress() - Method in class io.netty.channel.uring.IoUringSocketChannel
- localAddress() - Method in interface io.netty.handler.codec.quic.QuicChannel
-
Returns the local
QuicConnectionAddress. - localAddress() - Method in interface io.netty.handler.codec.quic.QuicConnectionPathStats
- localAddress() - Method in interface io.netty.handler.codec.quic.QuicStreamChannel
- localAddress(int) - Method in class io.netty.bootstrap.AbstractBootstrap
- localAddress(String, int) - Method in class io.netty.bootstrap.AbstractBootstrap
- localAddress(InetAddress, int) - Method in class io.netty.bootstrap.AbstractBootstrap
- localAddress(SocketAddress) - Method in class io.netty.bootstrap.AbstractBootstrap
-
The
SocketAddresswhich is used to bind the local "end" to. - localAddress(SocketAddress) - Method in class io.netty.handler.codec.quic.QuicChannelBootstrap
-
Set the local address.
- localAddress(SocketAddress) - Method in class io.netty.resolver.dns.DnsNameResolverBuilder
-
Configure the address that will be used to bind too.
- localAddress(SocketAddress, SocketAddress) - Method in class io.netty.handler.address.DynamicAddressConnectHandler
-
Returns the local
SocketAddressto use forChannelOutboundInvoker.connect(SocketAddress, SocketAddress)based on the originalremoteAddressandlocalAddress. - LocalAddress - Class in io.netty.channel.local
-
An endpoint in the local transport.
- LocalAddress(Class<?>) - Constructor for class io.netty.channel.local.LocalAddress
-
Creates a new instance with a random ID based on the given class.
- LocalAddress(String) - Constructor for class io.netty.channel.local.LocalAddress
-
Creates a new instance with the specified ID.
- localAddress0() - Method in class io.netty.channel.AbstractChannel
-
Returns the
SocketAddresswhich is bound locally. - localAddress0() - Method in class io.netty.channel.embedded.EmbeddedChannel
- localAddress0() - Method in class io.netty.channel.epoll.EpollDomainDatagramChannel
- localAddress0() - Method in class io.netty.channel.epoll.EpollDomainSocketChannel
- localAddress0() - Method in class io.netty.channel.epoll.EpollServerDomainSocketChannel
- localAddress0() - Method in class io.netty.channel.kqueue.KQueueDomainDatagramChannel
- localAddress0() - Method in class io.netty.channel.kqueue.KQueueDomainSocketChannel
- localAddress0() - Method in class io.netty.channel.kqueue.KQueueServerDomainSocketChannel
- localAddress0() - Method in class io.netty.channel.local.LocalChannel
- localAddress0() - Method in class io.netty.channel.local.LocalServerChannel
- localAddress0() - Method in class io.netty.channel.rxtx.RxtxChannel
-
Deprecated.
- localAddress0() - Method in class io.netty.channel.sctp.nio.NioSctpChannel
- localAddress0() - Method in class io.netty.channel.sctp.nio.NioSctpServerChannel
- localAddress0() - Method in class io.netty.channel.sctp.oio.OioSctpChannel
-
Deprecated.
- localAddress0() - Method in class io.netty.channel.sctp.oio.OioSctpServerChannel
-
Deprecated.
- localAddress0() - Method in class io.netty.channel.socket.nio.NioDatagramChannel
- localAddress0() - Method in class io.netty.channel.socket.nio.NioDomainSocketChannel
- localAddress0() - Method in class io.netty.channel.socket.nio.NioServerDomainSocketChannel
- localAddress0() - Method in class io.netty.channel.socket.nio.NioServerSocketChannel
- localAddress0() - Method in class io.netty.channel.socket.nio.NioSocketChannel
- localAddress0() - Method in class io.netty.channel.socket.oio.OioDatagramChannel
-
Deprecated.
- localAddress0() - Method in class io.netty.channel.socket.oio.OioServerSocketChannel
-
Deprecated.
- localAddress0() - Method in class io.netty.channel.socket.oio.OioSocketChannel
-
Deprecated.
- localAddress0() - Method in class io.netty.channel.udt.nio.NioUdtAcceptorChannel
-
Deprecated.
- localAddress0() - Method in class io.netty.channel.udt.nio.NioUdtByteConnectorChannel
-
Deprecated.
- localAddress0() - Method in class io.netty.channel.udt.nio.NioUdtMessageConnectorChannel
-
Deprecated.
- LocalChannel - Class in io.netty.channel.local
-
A
Channelfor the local transport. - LocalChannel() - Constructor for class io.netty.channel.local.LocalChannel
- LocalChannel(LocalServerChannel, LocalChannel) - Constructor for class io.netty.channel.local.LocalChannel
- localChannelReaderStackDepth() - Method in class io.netty.util.internal.InternalThreadLocalMap
- localConnectionIdLength(int) - Method in class io.netty.handler.codec.quic.QuicCodecBuilder
-
Sets the local connection id length that is used.
- localDomainSocketAddress() - Method in class io.netty.channel.unix.Socket
- LocalEventLoopGroup - Class in io.netty.channel.local
-
Deprecated.
- LocalEventLoopGroup() - Constructor for class io.netty.channel.local.LocalEventLoopGroup
-
Deprecated.Create a new instance with the default number of threads.
- LocalEventLoopGroup(int) - Constructor for class io.netty.channel.local.LocalEventLoopGroup
-
Deprecated.Create a new instance
- LocalEventLoopGroup(int, ThreadFactory) - Constructor for class io.netty.channel.local.LocalEventLoopGroup
-
Deprecated.Create a new instance
- LocalEventLoopGroup(ThreadFactory) - Constructor for class io.netty.channel.local.LocalEventLoopGroup
-
Deprecated.Create a new instance with the default number of threads and the given
ThreadFactory. - localhost() - Method in enum io.netty.channel.socket.InternetProtocolFamily
-
Deprecated.Returns the
InetAddressthat represent theLOCALHOSTfor the family. - LOCALHOST - Static variable in class io.netty.util.NetUtil
-
The
InetAddressthat represents the loopback address. - LOCALHOST4 - Static variable in class io.netty.util.NetUtil
-
The
Inet4Addressthat represents the IPv4 loopback address '127.0.0.1' - LOCALHOST6 - Static variable in class io.netty.util.NetUtil
-
The
Inet6Addressthat represents the IPv6 loopback address '::1' - LocalIoHandler - Class in io.netty.channel.local
- LocalIoOps - Class in io.netty.channel.local
-
IoOpsimplementation that can be used withLocalIoHandler. - LocalServerChannel - Class in io.netty.channel.local
-
A
ServerChannelfor the local transport which allows in VM communication. - LocalServerChannel() - Constructor for class io.netty.channel.local.LocalServerChannel
- localSettings() - Method in class io.netty.handler.codec.http2.DecoratingHttp2ConnectionDecoder
- localSettings() - Method in class io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder
- localSettings() - Method in interface io.netty.handler.codec.http2.Http2ConnectionDecoder
-
Gets the local settings for this endpoint of the HTTP/2 connection.
- localSideOpen() - Method in enum io.netty.handler.codec.http2.Http2Stream.State
-
Indicates whether the local side of this stream is open (i.e. the state is either
Http2Stream.State.OPENorHttp2Stream.State.HALF_CLOSED_REMOTE). - localSocketAddress() - Method in interface io.netty.handler.codec.quic.QuicChannel
-
Returns the local
SocketAddressof the underlying transport that received the data. - localSocketAddress(ServerSocket) - Static method in class io.netty.util.internal.SocketUtils
- localVSockAddress() - Method in class io.netty.channel.epoll.LinuxSocket
- LOCATION - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
-
"location" - LOCATION - Static variable in class io.netty.handler.codec.http.HttpHeaders.Names
-
Deprecated.
"Location" - LOCKED - Static variable in class io.netty.handler.codec.http.HttpResponseStatus
-
423 Locked (WebDAV, RFC4918)
- log(InternalLogLevel, String) - Method in class io.netty.util.internal.logging.AbstractInternalLogger
- log(InternalLogLevel, String) - Method in interface io.netty.util.internal.logging.InternalLogger
-
Log a message at the specified
level. - log(InternalLogLevel, String, Object) - Method in class io.netty.util.internal.logging.AbstractInternalLogger
- log(InternalLogLevel, String, Object) - Method in interface io.netty.util.internal.logging.InternalLogger
-
Log a message at the specified
levelaccording to the specified format and argument. - log(InternalLogLevel, String, Object...) - Method in class io.netty.util.internal.logging.AbstractInternalLogger
- log(InternalLogLevel, String, Object...) - Method in interface io.netty.util.internal.logging.InternalLogger
-
Log a message at the specified
levelaccording to the specified format and arguments. - log(InternalLogLevel, String, Object, Object) - Method in class io.netty.util.internal.logging.AbstractInternalLogger
- log(InternalLogLevel, String, Object, Object) - Method in interface io.netty.util.internal.logging.InternalLogger
-
Log a message at the specified
levelaccording to the specified format and arguments. - log(InternalLogLevel, String, Throwable) - Method in class io.netty.util.internal.logging.AbstractInternalLogger
- log(InternalLogLevel, String, Throwable) - Method in interface io.netty.util.internal.logging.InternalLogger
-
Log an exception (throwable) at the specified
levelwith an accompanying message. - log(InternalLogLevel, Throwable) - Method in class io.netty.util.internal.logging.AbstractInternalLogger
- log(InternalLogLevel, Throwable) - Method in interface io.netty.util.internal.logging.InternalLogger
-
Log an exception (throwable) at the specified
level. - Log4J2LoggerFactory - Class in io.netty.util.internal.logging
- Log4J2LoggerFactory() - Constructor for class io.netty.util.internal.logging.Log4J2LoggerFactory
-
Deprecated.Use
Log4J2LoggerFactory.INSTANCEinstead. - Log4JLoggerFactory - Class in io.netty.util.internal.logging
-
Logger factory which creates an Apache Log4J logger.
- Log4JLoggerFactory() - Constructor for class io.netty.util.internal.logging.Log4JLoggerFactory
-
Deprecated.Use
Log4JLoggerFactory.INSTANCEinstead. - logData(Http2FrameLogger.Direction, ChannelHandlerContext, int, ByteBuf, int, boolean) - Method in class io.netty.handler.codec.http2.Http2FrameLogger
- logDescription() - Method in class io.netty.handler.codec.quic.QLogConfiguration
-
Return the description.
- logger - Static variable in class io.netty.channel.udt.nio.NioUdtAcceptorChannel
-
Deprecated.
- logger - Static variable in class io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker
- logger - Variable in class io.netty.handler.logging.LoggingHandler
- LoggingDnsQueryLifeCycleObserverFactory - Class in io.netty.resolver.dns
-
A
DnsQueryLifecycleObserverFactorythat enables detailed logging in theDnsNameResolver. - LoggingDnsQueryLifeCycleObserverFactory() - Constructor for class io.netty.resolver.dns.LoggingDnsQueryLifeCycleObserverFactory
-
Create
DnsQueryLifecycleObserverinstances that log events at the defaultLogLevel.DEBUGlevel. - LoggingDnsQueryLifeCycleObserverFactory(LogLevel) - Constructor for class io.netty.resolver.dns.LoggingDnsQueryLifeCycleObserverFactory
-
Create
DnsQueryLifecycleObserverinstances that log events at the given log level. - LoggingDnsQueryLifeCycleObserverFactory(Class<?>, LogLevel) - Constructor for class io.netty.resolver.dns.LoggingDnsQueryLifeCycleObserverFactory
-
Create
DnsQueryLifecycleObserverinstances that log events to a logger with the given class context, at the given log level. - LoggingDnsQueryLifeCycleObserverFactory(String, LogLevel) - Constructor for class io.netty.resolver.dns.LoggingDnsQueryLifeCycleObserverFactory
-
Create
DnsQueryLifecycleObserverinstances that log events to a logger with the given name context, at the given log level. - LoggingHandler - Class in io.netty.handler.logging
-
A
ChannelHandlerthat logs all events using a logging framework. - LoggingHandler() - Constructor for class io.netty.handler.logging.LoggingHandler
-
Creates a new instance whose logger name is the fully qualified class name of the instance with hex dump enabled.
- LoggingHandler(ByteBufFormat) - Constructor for class io.netty.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.netty.handler.logging.LoggingHandler
-
Creates a new instance whose logger name is the fully qualified class name of the instance.
- LoggingHandler(LogLevel, ByteBufFormat) - Constructor for class io.netty.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.netty.handler.logging.LoggingHandler
-
Creates a new instance with the specified logger name and with hex dump enabled.
- LoggingHandler(Class<?>, LogLevel) - Constructor for class io.netty.handler.logging.LoggingHandler
-
Creates a new instance with the specified logger name.
- LoggingHandler(Class<?>, LogLevel, ByteBufFormat) - Constructor for class io.netty.handler.logging.LoggingHandler
-
Creates a new instance with the specified logger name.
- LoggingHandler(String) - Constructor for class io.netty.handler.logging.LoggingHandler
-
Creates a new instance with the specified logger name using the default log level.
- LoggingHandler(String, LogLevel) - Constructor for class io.netty.handler.logging.LoggingHandler
-
Creates a new instance with the specified logger name.
- LoggingHandler(String, LogLevel, ByteBufFormat) - Constructor for class io.netty.handler.logging.LoggingHandler
-
Creates a new instance with the specified logger name.
- logGoAway(Http2FrameLogger.Direction, ChannelHandlerContext, int, long, ByteBuf) - Method in class io.netty.handler.codec.http2.Http2FrameLogger
- logHeaders(Http2FrameLogger.Direction, ChannelHandlerContext, int, Http2Headers, int, boolean) - Method in class io.netty.handler.codec.http2.Http2FrameLogger
- logHeaders(Http2FrameLogger.Direction, ChannelHandlerContext, int, Http2Headers, int, short, boolean, int, boolean) - Method in class io.netty.handler.codec.http2.Http2FrameLogger
- LOGIN - Static variable in interface io.netty.handler.codec.stomp.StompHeaders
- logKey(SSLEngine, String) - Method in interface io.netty.handler.codec.quic.BoringSSLKeylog
-
Called when a key should be logged.
- LogLevel - Enum in io.netty.handler.logging
-
Maps the regular
LogLevels with theInternalLogLevelones. - logPing(Http2FrameLogger.Direction, ChannelHandlerContext, long) - Method in class io.netty.handler.codec.http2.Http2FrameLogger
- logPingAck(Http2FrameLogger.Direction, ChannelHandlerContext, long) - Method in class io.netty.handler.codec.http2.Http2FrameLogger
- logPriority(Http2FrameLogger.Direction, ChannelHandlerContext, int, int, short, boolean) - Method in class io.netty.handler.codec.http2.Http2FrameLogger
- logPushPromise(Http2FrameLogger.Direction, ChannelHandlerContext, int, int, Http2Headers, int) - Method in class io.netty.handler.codec.http2.Http2FrameLogger
- logRstStream(Http2FrameLogger.Direction, ChannelHandlerContext, int, long) - Method in class io.netty.handler.codec.http2.Http2FrameLogger
- logSettings(Http2FrameLogger.Direction, ChannelHandlerContext, Http2Settings) - Method in class io.netty.handler.codec.http2.Http2FrameLogger
- logSettingsAck(Http2FrameLogger.Direction, ChannelHandlerContext) - Method in class io.netty.handler.codec.http2.Http2FrameLogger
- logTitle() - Method in class io.netty.handler.codec.quic.QLogConfiguration
-
Return the title.
- logUnknownFrame(Http2FrameLogger.Direction, ChannelHandlerContext, byte, int, Http2Flags, ByteBuf) - Method in class io.netty.handler.codec.http2.Http2FrameLogger
- logWindowsUpdate(Http2FrameLogger.Direction, ChannelHandlerContext, int, int) - Method in class io.netty.handler.codec.http2.Http2FrameLogger
- longBeArrayView() - Static method in class io.netty.util.internal.PlatformDependent
- longBeByteBufferView() - Static method in class io.netty.util.internal.PlatformDependent
- LongCollections - Class in io.netty.util.collection
-
Utilities for long-based primitive collections.
- longCommitHash() - Method in class io.netty.util.Version
- LongCounter - Interface in io.netty.util.internal
-
Counter for long.
- longLeArrayView() - Static method in class io.netty.util.internal.PlatformDependent
- longLeByteBufferView() - Static method in class io.netty.util.internal.PlatformDependent
- LongLongHashMap - Class in io.netty.util.internal
- LongLongHashMap(long) - Constructor for class io.netty.util.internal.LongLongHashMap
- LongLongHashMap(LongLongHashMap) - Constructor for class io.netty.util.internal.LongLongHashMap
- LongObjectHashMap<V> - Class in io.netty.util.collection
-
A hash map implementation of
LongObjectMapthat uses open addressing for keys. - LongObjectHashMap() - Constructor for class io.netty.util.collection.LongObjectHashMap
- LongObjectHashMap(int) - Constructor for class io.netty.util.collection.LongObjectHashMap
- LongObjectHashMap(int, float) - Constructor for class io.netty.util.collection.LongObjectHashMap
- LongObjectMap<V> - Interface in io.netty.util.collection
-
Interface for a primitive map that uses
longs as keys. - LongObjectMap.PrimitiveEntry<V> - Interface in io.netty.util.collection
-
A primitive entry in the map, provided by the iterator from
LongObjectMap.entries() - longValue(Long, long) - Static method in class io.netty.util.internal.ObjectUtil
-
Resolves a possibly null Long to a primitive long, using a default value.
- lookup(ChannelHandlerContext, ByteBuf) - Method in class io.netty.handler.ssl.AbstractSniHandler
- lookup(ChannelHandlerContext, ByteBuf) - Method in class io.netty.handler.ssl.SslClientHelloHandler
-
Kicks off a lookup for the given
ClientHelloand returns aFuturewhich in turn will notify theSslClientHelloHandler.onLookupComplete(ChannelHandlerContext, Future)on completion. - lookup(ChannelHandlerContext, String) - Method in class io.netty.handler.ssl.AbstractSniHandler
-
Kicks off a lookup for the given SNI value and returns a
Futurewhich in turn will notify theAbstractSniHandler.onLookupComplete(ChannelHandlerContext, String, Future)on completion. - lookup(ChannelHandlerContext, String) - Method in class io.netty.handler.ssl.SniHandler
-
The default implementation will simply call
AsyncMapping.map(Object, Promise)but users can override this method to implement custom behavior. - LOOPBACK_IF - Static variable in class io.netty.util.NetUtil
-
The loopback
NetworkInterfaceof the current machine - loopbackAddress() - Static method in class io.netty.util.internal.SocketUtils
- lost() - Method in class io.netty.channel.epoll.EpollTcpInfo
- lost() - Method in class io.netty.channel.uring.IoUringTcpInfo
- lost() - Method in interface io.netty.handler.codec.quic.QuicConnectionPathStats
- lost() - Method in interface io.netty.handler.codec.quic.QuicConnectionStats
- lostBytes() - Method in interface io.netty.handler.codec.quic.QuicConnectionPathStats
- lostBytes() - Method in interface io.netty.handler.codec.quic.QuicConnectionStats
- low() - Method in class io.netty.channel.WriteBufferWaterMark
-
Returns the low water mark for the write buffer.
- LOW_STORAGE_SPACE - Static variable in class io.netty.handler.codec.rtsp.RtspResponseStatuses
-
250 Low on Storage Space
- Lz4FrameDecoder - Class in io.netty.handler.codec.compression
-
Uncompresses a
ByteBufencoded with the LZ4 format. - Lz4FrameDecoder() - Constructor for class io.netty.handler.codec.compression.Lz4FrameDecoder
-
Creates the fastest LZ4 decoder.
- Lz4FrameDecoder(boolean) - Constructor for class io.netty.handler.codec.compression.Lz4FrameDecoder
-
Creates a LZ4 decoder with fastest decoder instance available on your machine.
- Lz4FrameDecoder(LZ4Factory, boolean) - Constructor for class io.netty.handler.codec.compression.Lz4FrameDecoder
-
Creates a new LZ4 decoder with customizable implementation.
- Lz4FrameDecoder(LZ4Factory, Checksum) - Constructor for class io.netty.handler.codec.compression.Lz4FrameDecoder
-
Creates a new customizable LZ4 decoder.
- Lz4FrameEncoder - Class in io.netty.handler.codec.compression
-
Compresses a
ByteBufusing the LZ4 format. - Lz4FrameEncoder() - Constructor for class io.netty.handler.codec.compression.Lz4FrameEncoder
-
Creates the fastest LZ4 encoder with default block size (64 KB) and xxhash hashing for Java, based on Yann Collet's work available at Github.
- Lz4FrameEncoder(boolean) - Constructor for class io.netty.handler.codec.compression.Lz4FrameEncoder
-
Creates a new LZ4 encoder with hight or fast compression, default block size (64 KB) and xxhash hashing for Java, based on Yann Collet's work available at Github.
- Lz4FrameEncoder(LZ4Factory, boolean, int, Checksum) - Constructor for class io.netty.handler.codec.compression.Lz4FrameEncoder
-
Creates a new customizable LZ4 encoder.
- Lz4FrameEncoder(LZ4Factory, boolean, int, Checksum, int) - Constructor for class io.netty.handler.codec.compression.Lz4FrameEncoder
-
Creates a new customizable LZ4 encoder.
- Lz4XXHash32 - Class in io.netty.handler.codec.compression
- Lz4XXHash32(int) - Constructor for class io.netty.handler.codec.compression.Lz4XXHash32
- LzfDecoder - Class in io.netty.handler.codec.compression
-
Uncompresses a
ByteBufencoded with the LZF format. - LzfDecoder() - Constructor for class io.netty.handler.codec.compression.LzfDecoder
-
Creates a new LZF decoder with the most optimal available methods for underlying data access.
- LzfDecoder(boolean) - Constructor for class io.netty.handler.codec.compression.LzfDecoder
-
Creates a new LZF decoder with specified decoding instance.
- LzfEncoder - Class in io.netty.handler.codec.compression
-
Compresses a
ByteBufusing the LZF format. - LzfEncoder() - Constructor for class io.netty.handler.codec.compression.LzfEncoder
-
Creates a new LZF encoder with the most optimal available methods for underlying data access.
- LzfEncoder(boolean) - Constructor for class io.netty.handler.codec.compression.LzfEncoder
-
Deprecated.Use the constructor without the
safeInstanceparameter. - LzfEncoder(boolean, int) - Constructor for class io.netty.handler.codec.compression.LzfEncoder
-
Deprecated.Use the constructor without the
safeInstanceparameter. - LzfEncoder(boolean, int, int) - Constructor for class io.netty.handler.codec.compression.LzfEncoder
-
Deprecated.Use the constructor without the
safeInstanceparameter. - LzfEncoder(int) - Constructor for class io.netty.handler.codec.compression.LzfEncoder
-
Creates a new LZF encoder with specified total length of encoded chunk.
- LzfEncoder(int, int) - Constructor for class io.netty.handler.codec.compression.LzfEncoder
-
Creates a new LZF encoder with specified settings.
- LzmaFrameEncoder - Class in io.netty.handler.codec.compression
-
Compresses a
ByteBufusing the LZMA algorithm. - LzmaFrameEncoder() - Constructor for class io.netty.handler.codec.compression.LzmaFrameEncoder
-
Creates LZMA encoder with default settings.
- LzmaFrameEncoder(int) - Constructor for class io.netty.handler.codec.compression.LzmaFrameEncoder
- LzmaFrameEncoder(int, int, int) - Constructor for class io.netty.handler.codec.compression.LzmaFrameEncoder
- LzmaFrameEncoder(int, int, int, int) - Constructor for class io.netty.handler.codec.compression.LzmaFrameEncoder
-
Creates LZMA encoder with specified
lc,lp,pbvalues and custom dictionary size. - LzmaFrameEncoder(int, int, int, int, boolean, int) - Constructor for class io.netty.handler.codec.compression.LzmaFrameEncoder
-
Creates LZMA encoder with specified settings.
M
- MacAddressUtil - Class in io.netty.util.internal
- MacOSDnsServerAddressStreamProvider - Class in io.netty.resolver.dns.macos
-
DnsServerAddressStreamProviderimplementation 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.netty.resolver.dns.macos.MacOSDnsServerAddressStreamProvider
- magic() - Method in class io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage
- magic() - Method in interface io.netty.handler.codec.memcache.binary.BinaryMemcacheMessage
-
Returns the magic byte for the message.
- MAGIC_GUID - Static variable in class io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker07
- MAGIC_GUID - Static variable in class io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker08
- MAGIC_GUID - Static variable in class io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker13
- mail(CharSequence, CharSequence...) - Static method in class io.netty.handler.codec.smtp.SmtpRequests
-
Creates a
MAILrequest. - MAIL - Static variable in class io.netty.handler.codec.smtp.SmtpCommand
- main(String[]) - Static method in class io.netty.util.Version
-
Prints the version information to
System.err. - majorVersion() - Method in class io.netty.handler.codec.http.HttpVersion
-
Returns the name of the protocol such as
1in"HTTP/1.0". - MALFORMED_PACKET - io.netty.handler.codec.mqtt.MqttReasonCodes.Disconnect
- MANDATORY_EXTENSION - Static variable in class io.netty.handler.codec.http.websocketx.WebSocketCloseStatus
- ManualIoEventLoop - Class in io.netty.channel
-
IoEventLoopimplementation that is owned by the user and so needs to be driven by the user manually with the givenThread. - ManualIoEventLoop(IoEventLoopGroup, Thread, IoHandlerFactory) - Constructor for class io.netty.channel.ManualIoEventLoop
-
Create a new
IoEventLoopthat is owned by the user and so needs to be driven by the user with the givenThread. - ManualIoEventLoop(IoEventLoopGroup, Thread, IoHandlerFactory, Ticker) - Constructor for class io.netty.channel.ManualIoEventLoop
-
Create a new
IoEventLoopthat is owned by the user and so needs to be driven by the user with the givenThread. - ManualIoEventLoop(Thread, IoHandlerFactory) - Constructor for class io.netty.channel.ManualIoEventLoop
-
Create a new
IoEventLoopthat is owned by the user and so needs to be driven by the user with the givenThread. - map(IN) - Method in interface io.netty.util.Mapping
-
Returns mapped value of the specified input.
- map(IN, Promise<OUT>) - Method in interface io.netty.util.AsyncMapping
-
Returns the
Futurethat will provide the result of the mapping. - map(String) - Method in class io.netty.util.DomainNameMapping
-
Deprecated.
- mapping - Variable in class io.netty.handler.ssl.SniHandler
- Mapping<IN,OUT> - Interface in io.netty.util
-
Maintains the mapping from the objects of one type to the objects of the other type.
- mark(int) - Method in class io.netty.buffer.ByteBufInputStream
- mark(int) - Method in class io.netty.handler.codec.serialization.ObjectDecoderInputStream
-
Deprecated.
- MARK - io.netty.channel.rxtx.RxtxChannelConfig.Paritybit
-
Deprecated.A mark parity bit (ie. always 1) will be sent with each data character
- markClosed() - Method in class io.netty.channel.unix.FileDescriptor
- markReaderIndex() - Method in class io.netty.buffer.AbstractByteBuf
- markReaderIndex() - Method in class io.netty.buffer.ByteBuf
-
Marks the current
readerIndexin this buffer. - markReaderIndex() - Method in class io.netty.buffer.CompositeByteBuf
- markReaderIndex() - Method in class io.netty.buffer.EmptyByteBuf
- markReaderIndex() - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- markReaderIndex() - Method in class io.netty.buffer.WrappedByteBuf
- markSupported() - Method in class io.netty.buffer.ByteBufInputStream
- markSupported() - Method in class io.netty.handler.codec.serialization.ObjectDecoderInputStream
-
Deprecated.
- markWriterIndex() - Method in class io.netty.buffer.AbstractByteBuf
- markWriterIndex() - Method in class io.netty.buffer.ByteBuf
-
Marks the current
writerIndexin this buffer. - markWriterIndex() - Method in class io.netty.buffer.CompositeByteBuf
- markWriterIndex() - Method in class io.netty.buffer.EmptyByteBuf
- markWriterIndex() - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- markWriterIndex() - Method in class io.netty.buffer.WrappedByteBuf
- MarshallerProvider - Interface in io.netty.handler.codec.marshalling
-
This provider is responsible to get a
Marshallerfor the givenChannelHandlerContext. - MarshallingDecoder - Class in io.netty.handler.codec.marshalling
-
Decoder which MUST be used with
MarshallingEncoder. - MarshallingDecoder(UnmarshallerProvider) - Constructor for class io.netty.handler.codec.marshalling.MarshallingDecoder
-
Creates a new decoder whose maximum object size is
1048576bytes. - MarshallingDecoder(UnmarshallerProvider, int) - Constructor for class io.netty.handler.codec.marshalling.MarshallingDecoder
-
Creates a new decoder with the specified maximum object size.
- MarshallingEncoder - Class in io.netty.handler.codec.marshalling
-
MessageToByteEncoderimplementation which uses JBoss Marshalling to marshal an Object. - MarshallingEncoder(MarshallerProvider) - Constructor for class io.netty.handler.codec.marshalling.MarshallingEncoder
-
Creates a new encoder.
- MASTERDOWN - io.netty.handler.codec.redis.FixedRedisMessagePool.RedisErrorKey
- masterKeyHandlerEnabled() - Method in class io.netty.handler.ssl.SslMasterKeyHandler
-
Checks if the handler is set up to actually handle/accept the event.
- match(Object) - Method in class io.netty.util.internal.NoOpTypeParameterMatcher
- match(Object) - Method in class io.netty.util.internal.TypeParameterMatcher
- matches(Channel) - Method in interface io.netty.channel.group.ChannelMatcher
-
Returns
trueif the operation should be also executed on the givenChannel. - matches(String) - Method in class io.netty.util.AsciiString
-
Determines whether this string matches a given regular expression.
- matches(InetSocketAddress) - Method in interface io.netty.handler.ipfilter.IpFilterRule
- matches(InetSocketAddress) - Method in class io.netty.handler.ipfilter.IpSubnetFilterRule
- MathUtil - Class in io.netty.util.internal
-
Math utility methods.
- MAX_AGE - Static variable in class io.netty.handler.codec.http.cookie.CookieHeaderNames
- MAX_AGE - Static variable in class io.netty.handler.codec.http.HttpHeaders.Values
-
Deprecated.
"max-age" - MAX_AGE - Static variable in class io.netty.handler.codec.http.HttpHeaderValues
-
"max-age" - MAX_AGE - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Values
-
Deprecated.
"max-age" - MAX_AGE - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderValues
-
"max-age" - MAX_BYTES_PER_GATHERING_WRITE_ATTEMPTED_LOW_THRESHOLD - Static variable in class io.netty.channel.internal.ChannelUtils
- MAX_CERTIFICATE_LIST_BYTES - Static variable in class io.netty.handler.ssl.OpenSslContextOption
-
Set the maximum number of bytes that is allowed during the handshake for certificate chain.
- MAX_CLIENT_HELLO_LENGTH - Static variable in class io.netty.handler.ssl.SslClientHelloHandler
-
The maximum length of client hello message as defined by RFC5246.
- MAX_CONCURRENT_STREAMS - Static variable in class io.netty.handler.codec.http2.Http2CodecUtil
- MAX_CONN_ID_LEN - Static variable in class io.netty.handler.codec.quic.Quic
-
The maximum length of the connection id.
- MAX_DATAGRAM_PAYLOAD_SIZE - Static variable in class io.netty.channel.epoll.EpollChannelOption
- MAX_DATAGRAM_PAYLOAD_SIZE - Static variable in class io.netty.channel.uring.IoUringChannelOption
- MAX_FORWARDS - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
-
"max-forwards" - MAX_FORWARDS - Static variable in class io.netty.handler.codec.http.HttpHeaders.Names
-
Deprecated.
"Max-Forwards" - MAX_FRAME_SIZE_LOWER_BOUND - Static variable in class io.netty.handler.codec.http2.Http2CodecUtil
- MAX_FRAME_SIZE_UPPER_BOUND - Static variable in class io.netty.handler.codec.http2.Http2CodecUtil
- MAX_HEADER_LIST_SIZE - Static variable in class io.netty.handler.codec.http2.Http2CodecUtil
- MAX_HEADER_TABLE_SIZE - Static variable in class io.netty.handler.codec.http2.Http2CodecUtil
- MAX_INITIAL_WINDOW_SIZE - Static variable in class io.netty.handler.codec.http2.Http2CodecUtil
- MAX_MESSAGES_PER_READ - Static variable in class io.netty.channel.ChannelOption
-
Deprecated.
- MAX_MESSAGES_PER_WRITE - Static variable in class io.netty.channel.ChannelOption
- MAX_PADDING - Static variable in class io.netty.handler.codec.http2.Http2CodecUtil
-
The maximum number of padding bytes.
- MAX_STALE - Static variable in class io.netty.handler.codec.http.HttpHeaders.Values
-
Deprecated.
"max-stale" - MAX_STALE - Static variable in class io.netty.handler.codec.http.HttpHeaderValues
-
"max-stale" - MAX_STALE - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Values
-
Deprecated.
"max-stale" - MAX_STALE - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderValues
-
"max-stale" - MAX_UNSIGNED_BYTE - Static variable in class io.netty.handler.codec.http2.Http2CodecUtil
- MAX_UNSIGNED_INT - Static variable in class io.netty.handler.codec.http2.Http2CodecUtil
- MAX_WEIGHT - Static variable in class io.netty.handler.codec.http2.Http2CodecUtil
- MAX_WINDOW_SIZE - Static variable in class io.netty.handler.codec.http.websocketx.extensions.compression.PerMessageDeflateServerExtensionHandshaker
- maxAckDelay() - Method in interface io.netty.handler.codec.quic.QuicTransportParameters
-
The max ACK delay.
- maxAckDelay(long, TimeUnit) - Method in class io.netty.handler.codec.quic.QuicCodecBuilder
-
See set_max_ack_delay.
- maxActiveStreams() - Method in interface io.netty.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.netty.handler.codec.http2.Http2Connection.Endpoint
-
Sets the limit for
SETTINGS_MAX_CONCURRENT_STREAMS. - maxAge() - Method in interface io.netty.handler.codec.http.cookie.Cookie
-
Returns the maximum age of this
Cookiein seconds orCookie.UNDEFINED_MAX_AGEif unspecified - maxAge() - Method in class io.netty.handler.codec.http.cookie.DefaultCookie
- maxAge() - Method in interface io.netty.handler.codec.http.Cookie
-
Deprecated.Not part of RFC6265
- maxAge() - Method in class io.netty.handler.codec.http.cors.CorsConfig
-
Gets the maxAge setting.
- maxAge(long) - Method in class io.netty.handler.codec.http.cors.CorsConfig.Builder
-
Deprecated.Use
CorsConfigBuilder.maxAge(long)instead. - maxAge(long) - Method in class io.netty.handler.codec.http.cors.CorsConfigBuilder
-
When making a preflight request the client has to perform two request with can be inefficient.
- maxAllocation - Variable in class io.netty.handler.codec.compression.ZlibDecoder
-
Maximum allowed size of the decompression buffer.
- maxBytes() - Method in class io.netty.channel.unix.IovArray
-
Get the maximum amount of bytes that can be added to this
IovArray. - maxBytes(long) - Method in class io.netty.channel.unix.IovArray
-
Set the maximum amount of bytes that can be added to this
IovArrayviaIovArray.add(ByteBuf, int, int) - maxBytesPerIndividualRead() - Method in class io.netty.channel.DefaultMaxBytesRecvByteBufAllocator
- maxBytesPerIndividualRead() - Method in interface io.netty.channel.MaxBytesRecvByteBufAllocator
-
Returns the maximum number of bytes to read per individual read operation.
- maxBytesPerIndividualRead(int) - Method in class io.netty.channel.DefaultMaxBytesRecvByteBufAllocator
- maxBytesPerIndividualRead(int) - Method in interface io.netty.channel.MaxBytesRecvByteBufAllocator
-
Sets the maximum number of bytes to read per individual read operation.
- maxBytesPerRead() - Method in class io.netty.channel.DefaultMaxBytesRecvByteBufAllocator
- maxBytesPerRead() - Method in interface io.netty.channel.MaxBytesRecvByteBufAllocator
-
Returns the maximum number of bytes to read per read loop.
- maxBytesPerRead(int) - Method in class io.netty.channel.DefaultMaxBytesRecvByteBufAllocator
- maxBytesPerRead(int) - Method in interface io.netty.channel.MaxBytesRecvByteBufAllocator
-
Sets the maximum number of bytes to read per read loop.
- maxBytesPerReadPair() - Method in class io.netty.channel.DefaultMaxBytesRecvByteBufAllocator
- maxBytesPerReadPair() - Method in interface io.netty.channel.MaxBytesRecvByteBufAllocator
-
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.netty.channel.DefaultMaxBytesRecvByteBufAllocator
- maxBytesPerReadPair(int, int) - Method in interface io.netty.channel.MaxBytesRecvByteBufAllocator
-
Sets the maximum number of bytes to read for a read loop and per individual read operation.
- MaxBytesRecvByteBufAllocator - Interface in io.netty.channel
-
RecvByteBufAllocatorthat 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. - maxCapacity() - Method in class io.netty.buffer.AbstractByteBuf
- maxCapacity() - Method in class io.netty.buffer.ByteBuf
-
Returns the maximum allowed capacity of this buffer.
- maxCapacity() - Method in class io.netty.buffer.EmptyByteBuf
- maxCapacity() - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- maxCapacity() - Method in class io.netty.buffer.WrappedByteBuf
- maxCapacity(int) - Method in class io.netty.buffer.AbstractByteBuf
- maxConcurrentStreams() - Method in class io.netty.handler.codec.http2.Http2Settings
-
Gets the
SETTINGS_MAX_CONCURRENT_STREAMSvalue. - maxConcurrentStreams(long) - Method in class io.netty.handler.codec.http2.Http2Settings
-
Sets the
SETTINGS_MAX_CONCURRENT_STREAMSvalue. - maxConnectionIdLength() - Method in interface io.netty.handler.codec.quic.QuicConnectionIdGenerator
-
Returns the maximum length of a connection id.
- maxContentLength() - Method in class io.netty.handler.codec.http2.AbstractInboundHttp2ToHttpAdapterBuilder
-
Returns the maximum length of the message content.
- maxContentLength() - Method in class io.netty.handler.codec.MessageAggregator
-
Returns the maximum allowed length of the aggregated message in bytes.
- maxContentLength(int) - Method in class io.netty.handler.codec.http2.AbstractInboundHttp2ToHttpAdapterBuilder
-
Specifies the maximum length of the message content.
- maxContentLength(int) - Method in class io.netty.handler.codec.http2.InboundHttp2ToHttpAdapterBuilder
- maxCount() - Method in class io.netty.channel.unix.IovArray
-
Get the maximum amount of buffers that can be added to this
IovArray. - maxCount(int) - Method in class io.netty.channel.unix.IovArray
-
Set the maximum amount of buffers that can be added to this
IovArrayviaIovArray.add(ByteBuf, int, int) - maxCumulationBufferComponents() - Method in class io.netty.handler.codec.MessageAggregator
-
Returns the maximum number of components in the cumulation buffer.
- maxDatagramFrameSize() - Method in interface io.netty.handler.codec.quic.QuicTransportParameters
-
DATAGRAM frame extension parameter, if any.
- maxDeviation() - Method in class io.netty.handler.traffic.GlobalChannelTrafficShapingHandler
- maxDirectMemory() - Static method in class io.netty.util.internal.PlatformDependent
-
Returns the maximum memory reserved for direct buffer allocation.
- maxEncodeSize() - Method in class io.netty.handler.codec.compression.ZstdOptions
- maxFastWritableBytes() - Method in class io.netty.buffer.ByteBuf
-
Returns the maximum number of bytes which can be written for certain without involving an internal reallocation or data-copy.
- maxFastWritableBytes() - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- maxFastWritableBytes() - Method in class io.netty.buffer.WrappedByteBuf
- maxFramePayloadLength() - Method in class io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker
-
Returns the max length for any frame's payload
- maxFramePayloadLength() - Method in class io.netty.handler.codec.http.websocketx.WebSocketClientProtocolConfig
- maxFramePayloadLength() - Method in class io.netty.handler.codec.http.websocketx.WebSocketDecoderConfig
- maxFramePayloadLength() - Method in class io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker
-
Gets the maximum length for any frame's payload.
- maxFramePayloadLength(int) - Method in class io.netty.handler.codec.http.websocketx.WebSocketClientProtocolConfig.Builder
-
Maximum length of a frame's payload
- maxFramePayloadLength(int) - Method in class io.netty.handler.codec.http.websocketx.WebSocketDecoderConfig.Builder
- maxFramePayloadLength(int) - Method in class io.netty.handler.codec.http.websocketx.WebSocketServerProtocolConfig.Builder
- maxFrameSize() - Method in class io.netty.handler.codec.http2.DefaultHttp2FrameReader
- maxFrameSize() - Method in class io.netty.handler.codec.http2.DefaultHttp2FrameWriter
- maxFrameSize() - Method in interface io.netty.handler.codec.http2.Http2FrameSizePolicy
-
Gets the maximum allowed frame size.
- maxFrameSize() - Method in class io.netty.handler.codec.http2.Http2Settings
-
Gets the
SETTINGS_MAX_FRAME_SIZEvalue. - maxFrameSize(int) - Method in class io.netty.handler.codec.http2.DefaultHttp2FrameReader
- maxFrameSize(int) - Method in class io.netty.handler.codec.http2.DefaultHttp2FrameWriter
- maxFrameSize(int) - Method in interface io.netty.handler.codec.http2.Http2FrameSizePolicy
-
Sets the maximum allowed frame size.
- maxFrameSize(int) - Method in class io.netty.handler.codec.http2.Http2Settings
-
Sets the
SETTINGS_MAX_FRAME_SIZEvalue. - maxHeaderListSize() - Method in class io.netty.handler.codec.http2.DefaultHttp2HeadersDecoder
- maxHeaderListSize() - Method in class io.netty.handler.codec.http2.DefaultHttp2HeadersEncoder
- maxHeaderListSize() - Method in interface io.netty.handler.codec.http2.Http2HeadersDecoder.Configuration
-
Represents the value for SETTINGS_MAX_HEADER_LIST_SIZE.
- maxHeaderListSize() - Method in interface io.netty.handler.codec.http2.Http2HeadersEncoder.Configuration
-
Represents the value for SETTINGS_MAX_HEADER_LIST_SIZE.
- maxHeaderListSize() - Method in class io.netty.handler.codec.http2.Http2Settings
-
Gets the
SETTINGS_MAX_HEADER_LIST_SIZEvalue. - maxHeaderListSize(long) - Method in class io.netty.handler.codec.http2.DefaultHttp2HeadersEncoder
- maxHeaderListSize(long) - Method in interface io.netty.handler.codec.http2.Http2HeadersEncoder.Configuration
-
Represents the value for SETTINGS_MAX_HEADER_LIST_SIZE.
- maxHeaderListSize(long) - Method in class io.netty.handler.codec.http2.Http2Settings
-
Sets the
SETTINGS_MAX_HEADER_LIST_SIZEvalue. - maxHeaderListSize(long, long) - Method in class io.netty.handler.codec.http2.DefaultHttp2HeadersDecoder
- maxHeaderListSize(long, long) - Method in interface io.netty.handler.codec.http2.Http2HeadersDecoder.Configuration
-
Configure the maximum allowed size in bytes of each set of headers.
- maxHeaderListSizeGoAway() - Method in class io.netty.handler.codec.http2.DefaultHttp2HeadersDecoder
- maxHeaderListSizeGoAway() - Method in interface io.netty.handler.codec.http2.Http2HeadersDecoder.Configuration
-
Represents the upper bound in bytes for a set of headers before a
GO_AWAYshould be sent. - maxHeaderTableSize() - Method in class io.netty.handler.codec.http2.DefaultHttp2HeadersDecoder
- maxHeaderTableSize() - Method in class io.netty.handler.codec.http2.DefaultHttp2HeadersEncoder
- maxHeaderTableSize() - Method in interface io.netty.handler.codec.http2.Http2HeadersDecoder.Configuration
-
Represents the value for SETTINGS_HEADER_TABLE_SIZE.
- maxHeaderTableSize() - Method in interface io.netty.handler.codec.http2.Http2HeadersEncoder.Configuration
-
Represents the value for SETTINGS_HEADER_TABLE_SIZE.
- maxHeaderTableSize(long) - Method in class io.netty.handler.codec.http2.DefaultHttp2HeadersDecoder
- maxHeaderTableSize(long) - Method in class io.netty.handler.codec.http2.DefaultHttp2HeadersEncoder
- maxHeaderTableSize(long) - Method in interface io.netty.handler.codec.http2.Http2HeadersDecoder.Configuration
-
Represents the value for SETTINGS_HEADER_TABLE_SIZE.
- maxHeaderTableSize(long) - Method in interface io.netty.handler.codec.http2.Http2HeadersEncoder.Configuration
-
Represents the value for SETTINGS_HEADER_TABLE_SIZE.
- maxIdleTimeout() - Method in interface io.netty.handler.codec.quic.QuicTransportParameters
-
The maximum idle timeout.
- maxIdleTimeout(long, TimeUnit) - Method in class io.netty.handler.codec.quic.QuicCodecBuilder
-
See set_max_idle_timeout.
- MAXIMUM_CONNECT_TIME - io.netty.handler.codec.mqtt.MqttReasonCodes.Disconnect
- MAXIMUM_PACKET_SIZE - io.netty.handler.codec.mqtt.MqttProperties.MqttPropertyType
-
Deprecated.
- MAXIMUM_QOS - io.netty.handler.codec.mqtt.MqttProperties.MqttPropertyType
-
Deprecated.
- maximumCumulativeReadBytes() - Method in class io.netty.handler.traffic.GlobalChannelTrafficShapingHandler
- maximumCumulativeWrittenBytes() - Method in class io.netty.handler.traffic.GlobalChannelTrafficShapingHandler
- maximumPacketSize(long) - Method in class io.netty.handler.codec.mqtt.MqttMessageBuilders.ConnAckPropertiesBuilder
- maximumQos(byte) - Method in class io.netty.handler.codec.mqtt.MqttMessageBuilders.ConnAckPropertiesBuilder
- maxLength() - Method in class io.netty.handler.codec.quic.QuicDatagramExtensionEvent
-
The maximum datagram payload length the peer will accept.
- MaxMessageHandle() - Constructor for class io.netty.channel.DefaultMaxMessagesRecvByteBufAllocator.MaxMessageHandle
- maxMessagesPerRead() - Method in class io.netty.channel.DefaultMaxMessagesRecvByteBufAllocator
- maxMessagesPerRead() - Method in interface io.netty.channel.MaxMessagesRecvByteBufAllocator
-
Returns the maximum number of messages to read per read loop.
- maxMessagesPerRead(int) - Method in class io.netty.channel.DefaultMaxMessagesRecvByteBufAllocator
- maxMessagesPerRead(int) - Method in interface io.netty.channel.MaxMessagesRecvByteBufAllocator
-
Sets the maximum number of messages to read per read loop.
- maxMessagesPerWrite() - Method in class io.netty.channel.AbstractChannel
- MaxMessagesRecvByteBufAllocator - Interface in io.netty.channel
-
RecvByteBufAllocatorthat limits the number of read operations that will be attempted when a read operation is attempted by the event loop. - maxNumComponents() - Method in class io.netty.buffer.CompositeByteBuf
-
Return the max number of
ByteBuf's that are composed in this instance - maxNumElements() - Method in interface io.netty.buffer.PoolSubpageMetric
-
Return the number of maximal elements that can be allocated out of the sub-page.
- maxNumSegments() - Method in interface io.netty.handler.codec.quic.SegmentedDatagramPacketAllocator
-
The maximum number of segments to use per packet.
- maxObjectSize - Variable in class io.netty.handler.codec.marshalling.CompatibleMarshallingDecoder
- maxParams(int) - Method in class io.netty.handler.codec.http.QueryStringDecoder.Builder
-
Maximum number of query parameters allowed, to mitigate HashDOS.
- maxPayloadSize() - Method in class io.netty.resolver.dns.DnsNameResolver
-
Returns the capacity of the datagram packet buffer (in bytes).
- maxPayloadSize(int) - Method in class io.netty.resolver.dns.DnsNameResolverBuilder
-
Sets the capacity of the datagram packet buffer (in bytes).
- maxQueriesPerResolve() - Method in class io.netty.resolver.dns.DnsNameResolver
-
Returns the maximum allowed number of DNS queries to send when resolving a host name.
- maxQueriesPerResolve(int) - Method in class io.netty.resolver.dns.DnsNameResolverBuilder
-
Sets the maximum allowed number of DNS queries to send when resolving a host name.
- maxRecvUdpPayloadSize(long) - Method in class io.netty.handler.codec.quic.QuicCodecBuilder
- maxReservedStreams() - Method in class io.netty.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.netty.handler.codec.http2.Http2FrameCodecBuilder
- maxReservedStreams() - Method in class io.netty.handler.codec.http2.Http2MultiplexCodecBuilder
-
Deprecated.
- maxReservedStreams(int) - Method in class io.netty.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.netty.handler.codec.http2.Http2ConnectionHandlerBuilder
- maxReservedStreams(int) - Method in class io.netty.handler.codec.http2.Http2FrameCodecBuilder
- maxReservedStreams(int) - Method in class io.netty.handler.codec.http2.Http2MultiplexCodecBuilder
-
Deprecated.
- maxSendUdpPayloadSize(long) - Method in class io.netty.handler.codec.quic.QuicCodecBuilder
- MAXSIZE - Static variable in class io.netty.handler.codec.http.multipart.DefaultHttpDataFactory
-
Proposed default MAXSIZE = -1 as UNLIMITED
- maxTime - Variable in class io.netty.handler.traffic.AbstractTrafficShapingHandler
-
Max delay in wait
- maxTokenLength() - Method in class io.netty.handler.codec.quic.InsecureQuicTokenHandler
- maxTokenLength() - Method in interface io.netty.handler.codec.quic.QuicTokenHandler
-
Return the maximal token length.
- maxTtl() - Method in class io.netty.resolver.dns.DefaultDnsCache
-
Returns the maximum TTL of the cached DNS resource records (in seconds).
- maxUdpPayloadSize() - Method in interface io.netty.handler.codec.quic.QuicTransportParameters
-
The maximum UDP payload size.
- maxUnreleasedBuffers() - Method in class io.netty.channel.uring.IoUringBufferRingConfig
-
Deprecated.will be removed as it as no effect.
- maxUsage() - Method in interface io.netty.buffer.PoolChunkListMetric
-
Return the maximum usage of the chunk list after which chunks are promoted to the next list.
- maxWritableBytes() - Method in class io.netty.buffer.AbstractByteBuf
- maxWritableBytes() - Method in class io.netty.buffer.ByteBuf
-
Returns the maximum possible number of writable bytes, which is equal to
(this.maxCapacity - this.writerIndex). - maxWritableBytes() - Method in class io.netty.buffer.EmptyByteBuf
- maxWritableBytes() - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- maxWritableBytes() - Method in class io.netty.buffer.WrappedByteBuf
- maybeSuperUser() - Static method in class io.netty.util.internal.PlatformDependent
-
Return
trueif the current user may be a super-user. - mayHaveCreatedStream(int) - Method in interface io.netty.handler.codec.http2.Http2Connection.Endpoint
-
Indicates whether or not this endpoint may have created the given stream.
- MemcacheContent - Interface in io.netty.handler.codec.memcache
-
An Memcache content chunk.
- MemcacheMessage - Interface in io.netty.handler.codec.memcache
-
Marker interface for both ascii and binary messages.
- MemcacheObject - Interface in io.netty.handler.codec.memcache
-
Defines a common interface for all
MemcacheObjectimplementations. - memLevel() - Method in class io.netty.handler.codec.compression.DeflateOptions
- memoryAddress() - Method in class io.netty.buffer.ByteBuf
-
Returns the low-level memory address that point to the first byte of ths backing data.
- memoryAddress() - Method in class io.netty.buffer.CompositeByteBuf
- memoryAddress() - Method in class io.netty.buffer.DuplicatedByteBuf
-
Deprecated.
- memoryAddress() - Method in class io.netty.buffer.EmptyByteBuf
- memoryAddress() - Method in class io.netty.buffer.ReadOnlyByteBuf
-
Deprecated.
- memoryAddress() - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- memoryAddress() - Method in class io.netty.buffer.UnpooledDirectByteBuf
- memoryAddress() - Method in class io.netty.buffer.UnpooledHeapByteBuf
- memoryAddress() - Method in class io.netty.buffer.UnpooledUnsafeDirectByteBuf
- memoryAddress() - Method in class io.netty.buffer.WrappedByteBuf
- memoryAddress() - Method in interface io.netty.util.internal.CleanableDirectBuffer
-
Get the native memory address, but only if
CleanableDirectBuffer.hasMemoryAddress()returns true, otherwise this may return an unspecified value or throw an exception. - memoryAddress(int) - Method in class io.netty.channel.unix.IovArray
-
Returns the
memoryAddressfor the givenoffset. - memoryAddress(ByteBuffer) - Static method in class io.netty.channel.unix.Buffer
-
Returns the memory address of the given direct
ByteBuffer. - MemoryAttribute - Class in io.netty.handler.codec.http.multipart
-
Memory implementation of Attributes
- MemoryAttribute(String) - Constructor for class io.netty.handler.codec.http.multipart.MemoryAttribute
- MemoryAttribute(String, long) - Constructor for class io.netty.handler.codec.http.multipart.MemoryAttribute
- MemoryAttribute(String, long, Charset) - Constructor for class io.netty.handler.codec.http.multipart.MemoryAttribute
- MemoryAttribute(String, String) - Constructor for class io.netty.handler.codec.http.multipart.MemoryAttribute
- MemoryAttribute(String, String, Charset) - Constructor for class io.netty.handler.codec.http.multipart.MemoryAttribute
- MemoryAttribute(String, Charset) - Constructor for class io.netty.handler.codec.http.multipart.MemoryAttribute
- MemoryFileUpload - Class in io.netty.handler.codec.http.multipart
-
Default FileUpload implementation that stores file into memory.
Warning: be aware of the memory limitation. - MemoryFileUpload(String, String, String, String, Charset, long) - Constructor for class io.netty.handler.codec.http.multipart.MemoryFileUpload
- merge(ChannelHandlerContext, Http2RemoteFlowController.FlowControlled) - Method in interface io.netty.handler.codec.http2.Http2RemoteFlowController.FlowControlled
-
Merge the contents of the
nextmessage into this message so they can be written out as one unit. - MERGE_CUMULATOR - Static variable in class io.netty.handler.codec.ByteToMessageDecoder
- MESSAGE - io.netty.handler.codec.stomp.StompCommand
- MESSAGE - Static variable in interface io.netty.handler.codec.stomp.StompHeaders
- MESSAGE_ACCEPTOR - Static variable in class io.netty.channel.udt.nio.NioUdtProvider
-
Deprecated.
ChannelFactoryfor UDT Message Acceptor. - MESSAGE_CONNECTOR - Static variable in class io.netty.channel.udt.nio.NioUdtProvider
-
Deprecated.
ChannelFactoryfor UDT Message Connector. - MESSAGE_ID - Static variable in interface io.netty.handler.codec.stomp.StompHeaders
- MESSAGE_PROVIDER - Static variable in class io.netty.channel.udt.nio.NioUdtProvider
-
Deprecated.
SelectorProviderfor UDT Message channels. - MESSAGE_RATE_TOO_HIGH - io.netty.handler.codec.mqtt.MqttReasonCodes.Disconnect
- MESSAGE_RENDEZVOUS - Static variable in class io.netty.channel.udt.nio.NioUdtProvider
-
Deprecated.
ChannelFactoryfor UDT Message Rendezvous. - MESSAGE_SIZE_ESTIMATOR - Static variable in class io.netty.channel.ChannelOption
- MESSAGE_TOO_BIG - Static variable in class io.netty.handler.codec.http.websocketx.WebSocketCloseStatus
- MessageAggregationException - Exception in io.netty.handler.codec
-
Raised by
MessageAggregatorwhen aggregation fails due to an unexpected message sequence. - MessageAggregationException() - Constructor for exception io.netty.handler.codec.MessageAggregationException
- MessageAggregationException(String) - Constructor for exception io.netty.handler.codec.MessageAggregationException
- MessageAggregationException(String, Throwable) - Constructor for exception io.netty.handler.codec.MessageAggregationException
- MessageAggregationException(Throwable) - Constructor for exception io.netty.handler.codec.MessageAggregationException
- MessageAggregator<I,S,C extends ByteBufHolder,O extends ByteBufHolder> - Class in io.netty.handler.codec
-
An abstract
ChannelHandlerthat aggregates a series of message objects into a single aggregated message. - MessageAggregator(int) - Constructor for class io.netty.handler.codec.MessageAggregator
-
Creates a new instance.
- MessageAggregator(int, Class<? extends I>) - Constructor for class io.netty.handler.codec.MessageAggregator
- MessageFormatter - Class in io.netty.util.internal.logging
-
Formats messages according to very simple substitution rules.
- messageId() - Method in class io.netty.handler.codec.mqtt.MqttMessageIdVariableHeader
- messageId() - Method in class io.netty.handler.codec.mqtt.MqttPublishVariableHeader
-
Deprecated.Use
MqttPublishVariableHeader.packetId()instead. - messageId(int) - Method in class io.netty.handler.codec.mqtt.MqttMessageBuilders.PublishBuilder
- messageId(int) - Method in class io.netty.handler.codec.mqtt.MqttMessageBuilders.SubscribeBuilder
- messageId(int) - Method in class io.netty.handler.codec.mqtt.MqttMessageBuilders.UnsubscribeBuilder
- messageInfo() - Method in class io.netty.channel.sctp.SctpMessage
-
Return the
MessageInfofor inbound messages ornullfor outbound messages. - MessageSizeEstimator - Interface in io.netty.channel
-
Responsible to estimate the size of a message.
- MessageSizeEstimator.Handle - Interface in io.netty.channel
- MessageToByteEncoder<I> - Class in io.netty.handler.codec
-
ChannelOutboundHandlerAdapterwhich encodes message in a stream-like fashion from one message to anByteBuf. - MessageToByteEncoder() - Constructor for class io.netty.handler.codec.MessageToByteEncoder
-
see
MessageToByteEncoder(boolean)withtrueas boolean parameter. - MessageToByteEncoder(boolean) - Constructor for class io.netty.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.netty.handler.codec.MessageToByteEncoder
-
see
MessageToByteEncoder(Class, boolean)withtrueas boolean value. - MessageToByteEncoder(Class<? extends I>, boolean) - Constructor for class io.netty.handler.codec.MessageToByteEncoder
-
Create a new instance
- MessageToMessageCodec<INBOUND_IN,OUTBOUND_IN> - Class in io.netty.handler.codec
-
A Codec for on-the-fly encoding/decoding of message.
- MessageToMessageCodec() - Constructor for class io.netty.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.netty.handler.codec.MessageToMessageCodec
-
Create a new instance.
- MessageToMessageDecoder<I> - Class in io.netty.handler.codec
-
ChannelInboundHandlerAdapterwhich decodes from one message to an other message. - MessageToMessageDecoder() - Constructor for class io.netty.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.netty.handler.codec.MessageToMessageDecoder
-
Create a new instance
- MessageToMessageEncoder<I> - Class in io.netty.handler.codec
-
ChannelOutboundHandlerAdapterwhich encodes from one message to an other message For example here is an implementation which decodes anIntegerto anString. - MessageToMessageEncoder() - Constructor for class io.netty.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.netty.handler.codec.MessageToMessageEncoder
-
Create a new instance
- messageType() - Method in class io.netty.handler.codec.mqtt.MqttFixedHeader
- metadata() - Method in class io.netty.channel.AbstractServerChannel
- metadata() - Method in interface io.netty.channel.Channel
- metadata() - Method in class io.netty.channel.embedded.EmbeddedChannel
- metadata() - Method in class io.netty.channel.epoll.AbstractEpollServerChannel
- metadata() - Method in class io.netty.channel.epoll.AbstractEpollStreamChannel
- metadata() - Method in class io.netty.channel.epoll.EpollDatagramChannel
- metadata() - Method in class io.netty.channel.epoll.EpollDomainDatagramChannel
- metadata() - Method in class io.netty.channel.kqueue.AbstractKQueueServerChannel
- metadata() - Method in class io.netty.channel.kqueue.AbstractKQueueStreamChannel
- metadata() - Method in class io.netty.channel.local.LocalChannel
- metadata() - Method in class io.netty.channel.nio.AbstractNioByteChannel
- metadata() - Method in class io.netty.channel.oio.AbstractOioByteChannel
-
Deprecated.
- metadata() - Method in class io.netty.channel.sctp.nio.NioSctpChannel
- metadata() - Method in class io.netty.channel.sctp.nio.NioSctpServerChannel
- metadata() - Method in class io.netty.channel.sctp.oio.OioSctpChannel
-
Deprecated.
- metadata() - Method in class io.netty.channel.sctp.oio.OioSctpServerChannel
-
Deprecated.
- metadata() - Method in class io.netty.channel.socket.nio.NioDatagramChannel
- metadata() - Method in class io.netty.channel.socket.nio.NioServerDomainSocketChannel
- metadata() - Method in class io.netty.channel.socket.nio.NioServerSocketChannel
- metadata() - Method in class io.netty.channel.socket.oio.OioDatagramChannel
-
Deprecated.
- metadata() - Method in class io.netty.channel.socket.oio.OioServerSocketChannel
-
Deprecated.
- metadata() - Method in class io.netty.channel.udt.nio.NioUdtAcceptorChannel
-
Deprecated.
- metadata() - Method in class io.netty.channel.udt.nio.NioUdtMessageConnectorChannel
-
Deprecated.
- metadata() - Method in class io.netty.channel.uring.IoUringDatagramChannel
- method() - Method in class io.netty.handler.codec.http.DefaultHttpRequest
- method() - Method in interface io.netty.handler.codec.http.HttpRequest
-
Returns the
HttpMethodof thisHttpRequest. - method() - Method in class io.netty.handler.codec.http2.DefaultHttp2Headers
- method() - Method in class io.netty.handler.codec.http2.EmptyHttp2Headers
- method() - Method in interface io.netty.handler.codec.http2.Http2Headers
-
Gets the
Http2Headers.PseudoHeaderName.METHODheader ornullif there is no such header - method() - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
- method() - Method in class io.netty.handler.codec.http3.DefaultHttp3Headers
- method() - Method in interface io.netty.handler.codec.http3.Http3Headers
-
Gets the
Http3Headers.PseudoHeaderName.METHODheader ornullif there is no such header - method(CharSequence) - Method in class io.netty.handler.codec.http2.DefaultHttp2Headers
- method(CharSequence) - Method in class io.netty.handler.codec.http2.EmptyHttp2Headers
- method(CharSequence) - Method in interface io.netty.handler.codec.http2.Http2Headers
-
Sets the
Http2Headers.PseudoHeaderName.METHODheader - method(CharSequence) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
- method(CharSequence) - Method in class io.netty.handler.codec.http3.DefaultHttp3Headers
- method(CharSequence) - Method in interface io.netty.handler.codec.http3.Http3Headers
-
Sets the
Http3Headers.PseudoHeaderName.METHODheader - METHOD - io.netty.handler.codec.http2.Http2Headers.PseudoHeaderName
-
:method. - METHOD - io.netty.handler.codec.http3.Http3Headers.PseudoHeaderName
-
:method. - METHOD - Static variable in class io.netty.handler.codec.spdy.SpdyHeaders.HttpNames
-
":method" - METHOD_NOT_ALLOWED - Static variable in class io.netty.handler.codec.http.HttpResponseStatus
-
405 Method Not Allowed
- METHOD_NOT_ALLOWED - Static variable in class io.netty.handler.codec.rtsp.RtspResponseStatuses
-
405 Method Not Allowed
- METHOD_NOT_VALID - Static variable in class io.netty.handler.codec.rtsp.RtspResponseStatuses
-
455 Method Not Valid in This State
- metric() - Method in class io.netty.buffer.AdaptiveByteBufAllocator
- metric() - Method in interface io.netty.buffer.ByteBufAllocatorMetricProvider
-
Returns a
ByteBufAllocatorMetricfor aByteBufAllocator. - metric() - Method in class io.netty.buffer.PooledByteBufAllocator
- metric() - Method in class io.netty.buffer.UnpooledByteBufAllocator
- MICROSOFT_SMARTCARD_LOGIN - io.netty.pkitesting.CertificateBuilder.ExtendedKeyUsage
-
The certificate can be used for Microsoft smartcard logins.
- milliSecondFromNano() - Static method in class io.netty.handler.traffic.TrafficCounter
- MIN_CLIENT_ID_LENGTH - Static variable in class io.netty.handler.codec.mqtt.MqttConstant
-
min client id length
- MIN_CONCURRENT_STREAMS - Static variable in class io.netty.handler.codec.http2.Http2CodecUtil
- MIN_FRESH - Static variable in class io.netty.handler.codec.http.HttpHeaders.Values
-
Deprecated.
"min-fresh" - MIN_FRESH - Static variable in class io.netty.handler.codec.http.HttpHeaderValues
-
"min-fresh" - MIN_FRESH - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Values
-
Deprecated.
"min-fresh" - MIN_FRESH - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderValues
-
"min-fresh" - MIN_HEADER_LIST_SIZE - Static variable in class io.netty.handler.codec.http2.Http2CodecUtil
- MIN_HEADER_TABLE_SIZE - Static variable in class io.netty.handler.codec.http2.Http2CodecUtil
- MIN_INITIAL_MAX_STREAM_DATA_UNIDIRECTIONAL - Static variable in class io.netty.handler.codec.http3.Http3
- MIN_INITIAL_MAX_STREAMS_UNIDIRECTIONAL - Static variable in class io.netty.handler.codec.http3.Http3
- MIN_INITIAL_WINDOW_SIZE - Static variable in class io.netty.handler.codec.http2.Http2CodecUtil
- MIN_WEIGHT - Static variable in class io.netty.handler.codec.http2.Http2CodecUtil
- MIN_WINDOW_SIZE - Static variable in class io.netty.handler.codec.http.websocketx.extensions.compression.PerMessageDeflateServerExtensionHandshaker
- minAllocationChunk(int) - Method in class io.netty.handler.codec.http2.UniformStreamByteDistributor
-
Sets the minimum allocation chunk that will be allocated to each stream.
- minorVersion() - Method in class io.netty.handler.codec.http.HttpVersion
-
Returns the name of the protocol such as
0in"HTTP/1.0". - minorVersion() - Method in enum io.netty.handler.codec.spdy.SpdyVersion
- MINSIZE - Static variable in class io.netty.handler.codec.http.multipart.DefaultHttpDataFactory
-
Proposed default MINSIZE as 16 KB.
- minTtl() - Method in class io.netty.resolver.dns.DefaultDnsCache
-
Returns the minimum TTL of the cached DNS resource records (in seconds).
- minUsage() - Method in interface io.netty.buffer.PoolChunkListMetric
-
Return the minimum usage of the chunk list before which chunks are promoted to the previous list.
- MISCONF - io.netty.handler.codec.redis.FixedRedisMessagePool.RedisErrorKey
- MISDIRECTED_REQUEST - Static variable in class io.netty.handler.codec.http.HttpResponseStatus
-
421 Misdirected Request
- misses() - Method in class io.netty.handler.ssl.OpenSslSessionStats
-
Returns the number of sessions proposed by clients that were not found in the internal session cache in server mode.
- MixedAttribute - Class in io.netty.handler.codec.http.multipart
-
Mixed implementation using both in Memory and in File with a limit of size
- MixedAttribute(String, long) - Constructor for class io.netty.handler.codec.http.multipart.MixedAttribute
- MixedAttribute(String, long, long) - Constructor for class io.netty.handler.codec.http.multipart.MixedAttribute
- MixedAttribute(String, long, long, Charset) - Constructor for class io.netty.handler.codec.http.multipart.MixedAttribute
- MixedAttribute(String, long, long, Charset, String, boolean) - Constructor for class io.netty.handler.codec.http.multipart.MixedAttribute
- MixedAttribute(String, long, Charset) - Constructor for class io.netty.handler.codec.http.multipart.MixedAttribute
- MixedAttribute(String, long, Charset, String, boolean) - Constructor for class io.netty.handler.codec.http.multipart.MixedAttribute
- MixedAttribute(String, String, long) - Constructor for class io.netty.handler.codec.http.multipart.MixedAttribute
- MixedAttribute(String, String, long, Charset) - Constructor for class io.netty.handler.codec.http.multipart.MixedAttribute
- MixedAttribute(String, String, long, Charset, String, boolean) - Constructor for class io.netty.handler.codec.http.multipart.MixedAttribute
- MIXEDCLOSEDELIMITER - io.netty.handler.codec.http.multipart.HttpPostRequestDecoder.MultiPartStatus
- MIXEDDELIMITER - io.netty.handler.codec.http.multipart.HttpPostRequestDecoder.MultiPartStatus
- MIXEDDISPOSITION - io.netty.handler.codec.http.multipart.HttpPostRequestDecoder.MultiPartStatus
- MixedFileUpload - Class in io.netty.handler.codec.http.multipart
-
Mixed implementation using both in Memory and in File with a limit of size
- MixedFileUpload(String, String, String, String, Charset, long, long) - Constructor for class io.netty.handler.codec.http.multipart.MixedFileUpload
- MixedFileUpload(String, String, String, String, Charset, long, long, String, boolean) - Constructor for class io.netty.handler.codec.http.multipart.MixedFileUpload
- MIXEDFILEUPLOAD - io.netty.handler.codec.http.multipart.HttpPostRequestDecoder.MultiPartStatus
- MIXEDPREAMBLE - io.netty.handler.codec.http.multipart.HttpPostRequestDecoder.MultiPartStatus
- mlDsa44 - io.netty.pkitesting.CertificateBuilder.Algorithm
-
The ML-DSA-44 algorithm is the NIST FIPS 204 version of the post-quantum Dilithium algorithm.
- mlDsa65 - io.netty.pkitesting.CertificateBuilder.Algorithm
-
The ML-DSA-65 algorithm is the NIST FIPS 204 version of the post-quantum Dilithium algorithm.
- mlDsa87 - io.netty.pkitesting.CertificateBuilder.Algorithm
-
The ML-DSA-87 algorithm is the NIST FIPS 204 version of the post-quantum Dilithium algorithm.
- mlKem1024 - io.netty.pkitesting.CertificateBuilder.Algorithm
-
The ML-KEM-1024 algorithm is the NIST FIPS 203 version of the post-quantum Kyber algorithm.
- mlKem512 - io.netty.pkitesting.CertificateBuilder.Algorithm
-
The ML-KEM-512 algorithm is the NIST FIPS 203 version of the post-quantum Kyber algorithm.
- mlKem768 - io.netty.pkitesting.CertificateBuilder.Algorithm
-
The ML-KEM-768 algorithm is the NIST FIPS 203 version of the post-quantum Kyber algorithm.
- MockTicker - Interface in io.netty.util.concurrent
-
A fake
Tickerthat allows the caller control the flow of time. - mode() - Method in class io.netty.handler.ssl.OpenSslCertificateCompressionConfig.AlgorithmConfig
- MODE - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Values
-
Deprecated.
"mode" - MODE - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderValues
-
"mode" - MOVED_PERMANENTLY - Static variable in class io.netty.handler.codec.http.HttpResponseStatus
-
301 Moved Permanently
- MOVED_PERMANENTLY - Static variable in class io.netty.handler.codec.rtsp.RtspResponseStatuses
-
301 Moved Permanently
- MOVED_TEMPORARILY - Static variable in class io.netty.handler.codec.rtsp.RtspResponseStatuses
-
302 Moved Temporarily
- MpscAtomicIntegerArrayQueue(int, int) - Constructor for class io.netty.util.concurrent.MpscIntQueue.MpscAtomicIntegerArrayQueue
- MpscIntQueue - Interface in io.netty.util.concurrent
-
A multi-producer (concurrent and thread-safe
offerandfill), single-consumer (single-threadedpollanddrain) queue of primitive integers. - MpscIntQueue.MpscAtomicIntegerArrayQueue - Class in io.netty.util.concurrent
-
This implementation is based on MpscAtomicUnpaddedArrayQueue from JCTools.
- MQTT_3_1 - io.netty.handler.codec.mqtt.MqttVersion
- MQTT_3_1_1 - io.netty.handler.codec.mqtt.MqttVersion
- MQTT_5 - io.netty.handler.codec.mqtt.MqttVersion
- MqttConnAckMessage - Class in io.netty.handler.codec.mqtt
-
See MQTTV3.1/connack
- MqttConnAckMessage(MqttFixedHeader, MqttConnAckVariableHeader) - Constructor for class io.netty.handler.codec.mqtt.MqttConnAckMessage
- MqttConnAckVariableHeader - Class in io.netty.handler.codec.mqtt
-
Variable header of
MqttConnectMessage - MqttConnAckVariableHeader(MqttConnectReturnCode, boolean) - Constructor for class io.netty.handler.codec.mqtt.MqttConnAckVariableHeader
- MqttConnAckVariableHeader(MqttConnectReturnCode, boolean, MqttProperties) - Constructor for class io.netty.handler.codec.mqtt.MqttConnAckVariableHeader
- MqttConnectMessage - Class in io.netty.handler.codec.mqtt
-
See MQTTV3.1/connect
- MqttConnectMessage(MqttFixedHeader, MqttConnectVariableHeader, MqttConnectPayload) - Constructor for class io.netty.handler.codec.mqtt.MqttConnectMessage
- MqttConnectPayload - Class in io.netty.handler.codec.mqtt
-
Payload of
MqttConnectMessage - MqttConnectPayload(String, MqttProperties, String, byte[], String, byte[]) - Constructor for class io.netty.handler.codec.mqtt.MqttConnectPayload
- MqttConnectPayload(String, String, byte[], String, byte[]) - Constructor for class io.netty.handler.codec.mqtt.MqttConnectPayload
- MqttConnectPayload(String, String, String, String, String) - Constructor for class io.netty.handler.codec.mqtt.MqttConnectPayload
-
Deprecated.
- MqttConnectReturnCode - Enum in io.netty.handler.codec.mqtt
-
Return Code of
MqttConnAckMessage - MqttConnectVariableHeader - Class in io.netty.handler.codec.mqtt
-
Variable Header for the
MqttConnectMessage - MqttConnectVariableHeader(String, int, boolean, boolean, boolean, int, boolean, boolean, int) - Constructor for class io.netty.handler.codec.mqtt.MqttConnectVariableHeader
- MqttConnectVariableHeader(String, int, boolean, boolean, boolean, int, boolean, boolean, int, MqttProperties) - Constructor for class io.netty.handler.codec.mqtt.MqttConnectVariableHeader
- MqttConstant - Class in io.netty.handler.codec.mqtt
- MqttDecoder - Class in io.netty.handler.codec.mqtt
- MqttDecoder() - Constructor for class io.netty.handler.codec.mqtt.MqttDecoder
- MqttDecoder(int) - Constructor for class io.netty.handler.codec.mqtt.MqttDecoder
- MqttDecoder(int, int) - Constructor for class io.netty.handler.codec.mqtt.MqttDecoder
- MqttEncoder - Class in io.netty.handler.codec.mqtt
- MqttFixedHeader - Class in io.netty.handler.codec.mqtt
- MqttFixedHeader(MqttMessageType, boolean, MqttQoS, boolean, int) - Constructor for class io.netty.handler.codec.mqtt.MqttFixedHeader
- MqttIdentifierRejectedException - Exception in io.netty.handler.codec.mqtt
-
A
MqttIdentifierRejectedExceptionwhich is thrown when a CONNECT request contains invalid client identifier. - MqttIdentifierRejectedException() - Constructor for exception io.netty.handler.codec.mqtt.MqttIdentifierRejectedException
-
Creates a new instance
- MqttIdentifierRejectedException(String) - Constructor for exception io.netty.handler.codec.mqtt.MqttIdentifierRejectedException
-
Creates a new instance
- MqttIdentifierRejectedException(String, Throwable) - Constructor for exception io.netty.handler.codec.mqtt.MqttIdentifierRejectedException
-
Creates a new instance
- MqttIdentifierRejectedException(Throwable) - Constructor for exception io.netty.handler.codec.mqtt.MqttIdentifierRejectedException
-
Creates a new instance
- MqttMessage - Class in io.netty.handler.codec.mqtt
-
Base class for all MQTT message types.
- MqttMessage(MqttFixedHeader) - Constructor for class io.netty.handler.codec.mqtt.MqttMessage
- MqttMessage(MqttFixedHeader, Object) - Constructor for class io.netty.handler.codec.mqtt.MqttMessage
- MqttMessage(MqttFixedHeader, Object, Object) - Constructor for class io.netty.handler.codec.mqtt.MqttMessage
- MqttMessage(MqttFixedHeader, Object, Object, DecoderResult) - Constructor for class io.netty.handler.codec.mqtt.MqttMessage
- MqttMessageBuilders - Class in io.netty.handler.codec.mqtt
- MqttMessageBuilders.AuthBuilder - Class in io.netty.handler.codec.mqtt
- MqttMessageBuilders.ConnAckBuilder - Class in io.netty.handler.codec.mqtt
- MqttMessageBuilders.ConnAckPropertiesBuilder - Class in io.netty.handler.codec.mqtt
- MqttMessageBuilders.ConnectBuilder - Class in io.netty.handler.codec.mqtt
- MqttMessageBuilders.DisconnectBuilder - Class in io.netty.handler.codec.mqtt
- MqttMessageBuilders.PropertiesInitializer<T> - Interface in io.netty.handler.codec.mqtt
- MqttMessageBuilders.PubAckBuilder - Class in io.netty.handler.codec.mqtt
- MqttMessageBuilders.PublishBuilder - Class in io.netty.handler.codec.mqtt
- MqttMessageBuilders.SubAckBuilder - Class in io.netty.handler.codec.mqtt
- MqttMessageBuilders.SubscribeBuilder - Class in io.netty.handler.codec.mqtt
- MqttMessageBuilders.UnsubAckBuilder - Class in io.netty.handler.codec.mqtt
- MqttMessageBuilders.UnsubscribeBuilder - Class in io.netty.handler.codec.mqtt
- MqttMessageFactory - Class in io.netty.handler.codec.mqtt
-
Utility class with factory methods to create different types of MQTT messages.
- MqttMessageIdAndPropertiesVariableHeader - Class in io.netty.handler.codec.mqtt
-
Variable Header containing, Packet Id and Properties as in MQTT v5 spec.
- MqttMessageIdAndPropertiesVariableHeader(int, MqttProperties) - Constructor for class io.netty.handler.codec.mqtt.MqttMessageIdAndPropertiesVariableHeader
- MqttMessageIdVariableHeader - Class in io.netty.handler.codec.mqtt
-
Variable Header containing only Message Id See MQTTV3.1/msg-id
- MqttMessageIdVariableHeader(int) - Constructor for class io.netty.handler.codec.mqtt.MqttMessageIdVariableHeader
- MqttMessageType - Enum in io.netty.handler.codec.mqtt
-
MQTT Message Types.
- MqttProperties - Class in io.netty.handler.codec.mqtt
-
MQTT Properties container
- MqttProperties() - Constructor for class io.netty.handler.codec.mqtt.MqttProperties
- MqttProperties.BinaryProperty - Class in io.netty.handler.codec.mqtt
- MqttProperties.IntegerProperty - Class in io.netty.handler.codec.mqtt
- MqttProperties.MqttProperty<T> - Class in io.netty.handler.codec.mqtt
-
MQTT property base class
- MqttProperties.MqttPropertyType - Enum in io.netty.handler.codec.mqtt
-
Deprecated.
- MqttProperties.StringPair - Class in io.netty.handler.codec.mqtt
- MqttProperties.StringProperty - Class in io.netty.handler.codec.mqtt
- MqttProperties.UserProperties - Class in io.netty.handler.codec.mqtt
- MqttProperties.UserProperty - Class in io.netty.handler.codec.mqtt
- MqttProperty(int, T) - Constructor for class io.netty.handler.codec.mqtt.MqttProperties.MqttProperty
- MqttPubAckMessage - Class in io.netty.handler.codec.mqtt
-
See MQTTV3.1/puback
- MqttPubAckMessage(MqttFixedHeader, MqttMessageIdVariableHeader) - Constructor for class io.netty.handler.codec.mqtt.MqttPubAckMessage
- MqttPublishMessage - Class in io.netty.handler.codec.mqtt
-
See MQTTV3.1/publish
- MqttPublishMessage(MqttFixedHeader, MqttPublishVariableHeader, ByteBuf) - Constructor for class io.netty.handler.codec.mqtt.MqttPublishMessage
- MqttPublishVariableHeader - Class in io.netty.handler.codec.mqtt
-
Variable Header of the
MqttPublishMessage - MqttPublishVariableHeader(String, int) - Constructor for class io.netty.handler.codec.mqtt.MqttPublishVariableHeader
- MqttPublishVariableHeader(String, int, MqttProperties) - Constructor for class io.netty.handler.codec.mqtt.MqttPublishVariableHeader
- MqttPubReplyMessageVariableHeader - Class in io.netty.handler.codec.mqtt
-
Variable Header containing Packet Id, reason code and Properties as in MQTT v5 spec.
- MqttPubReplyMessageVariableHeader(int, byte, MqttProperties) - Constructor for class io.netty.handler.codec.mqtt.MqttPubReplyMessageVariableHeader
- MqttQoS - Enum in io.netty.handler.codec.mqtt
- MqttReasonCodeAndPropertiesVariableHeader - Class in io.netty.handler.codec.mqtt
-
Variable Header for AUTH and DISCONNECT messages represented by
MqttMessage - MqttReasonCodeAndPropertiesVariableHeader(byte, MqttProperties) - Constructor for class io.netty.handler.codec.mqtt.MqttReasonCodeAndPropertiesVariableHeader
- MqttReasonCodes - Class in io.netty.handler.codec.mqtt
-
Provides a set of enumeration that exposes standard MQTT 5 reason codes used by various messages.
- MqttReasonCodes.Auth - Enum in io.netty.handler.codec.mqtt
-
Reason codes for MQTT Auth message.
- MqttReasonCodes.Disconnect - Enum in io.netty.handler.codec.mqtt
-
Reason codes for MQTT Disconnect message.
- MqttReasonCodes.PubAck - Enum in io.netty.handler.codec.mqtt
-
Reason codes for MQTT PubAck message.
- MqttReasonCodes.PubComp - Enum in io.netty.handler.codec.mqtt
-
Reason codes for MQTT PubComp message.
- MqttReasonCodes.PubRec - Enum in io.netty.handler.codec.mqtt
-
Reason codes for MQTT PubRec message.
- MqttReasonCodes.PubRel - Enum in io.netty.handler.codec.mqtt
-
Reason codes for MQTT PubRel message.
- MqttReasonCodes.SubAck - Enum in io.netty.handler.codec.mqtt
-
Reason codes for MQTT SubAck message.
- MqttReasonCodes.UnsubAck - Enum in io.netty.handler.codec.mqtt
-
Reason codes for MQTT UnsubAck message.
- MqttSubAckMessage - Class in io.netty.handler.codec.mqtt
-
See MQTTV3.1/suback
- MqttSubAckMessage(MqttFixedHeader, MqttMessageIdAndPropertiesVariableHeader, MqttSubAckPayload) - Constructor for class io.netty.handler.codec.mqtt.MqttSubAckMessage
- MqttSubAckMessage(MqttFixedHeader, MqttMessageIdVariableHeader, MqttSubAckPayload) - Constructor for class io.netty.handler.codec.mqtt.MqttSubAckMessage
- MqttSubAckPayload - Class in io.netty.handler.codec.mqtt
-
Payload of the
MqttSubAckMessage - MqttSubAckPayload(int...) - Constructor for class io.netty.handler.codec.mqtt.MqttSubAckPayload
- MqttSubAckPayload(MqttReasonCodes.SubAck...) - Constructor for class io.netty.handler.codec.mqtt.MqttSubAckPayload
- MqttSubAckPayload(Iterable<Integer>) - Constructor for class io.netty.handler.codec.mqtt.MqttSubAckPayload
- MqttSubscribeMessage - Class in io.netty.handler.codec.mqtt
- MqttSubscribeMessage(MqttFixedHeader, MqttMessageIdAndPropertiesVariableHeader, MqttSubscribePayload) - Constructor for class io.netty.handler.codec.mqtt.MqttSubscribeMessage
- MqttSubscribeMessage(MqttFixedHeader, MqttMessageIdVariableHeader, MqttSubscribePayload) - Constructor for class io.netty.handler.codec.mqtt.MqttSubscribeMessage
- MqttSubscribePayload - Class in io.netty.handler.codec.mqtt
-
Payload of the
MqttSubscribeMessage - MqttSubscribePayload(List<MqttTopicSubscription>) - Constructor for class io.netty.handler.codec.mqtt.MqttSubscribePayload
- MqttSubscriptionOption - Class in io.netty.handler.codec.mqtt
-
Model the SubscriptionOption used in Subscribe MQTT v5 packet
- MqttSubscriptionOption(MqttQoS, boolean, boolean, MqttSubscriptionOption.RetainedHandlingPolicy) - Constructor for class io.netty.handler.codec.mqtt.MqttSubscriptionOption
- MqttSubscriptionOption.RetainedHandlingPolicy - Enum in io.netty.handler.codec.mqtt
- MqttTopicSubscription - Class in io.netty.handler.codec.mqtt
-
Contains a topic name and Qos Level.
- MqttTopicSubscription(String, MqttQoS) - Constructor for class io.netty.handler.codec.mqtt.MqttTopicSubscription
- MqttTopicSubscription(String, MqttSubscriptionOption) - Constructor for class io.netty.handler.codec.mqtt.MqttTopicSubscription
- MqttUnacceptableProtocolVersionException - Exception in io.netty.handler.codec.mqtt
-
A
MqttUnacceptableProtocolVersionExceptionwhich is thrown when a CONNECT request contains unacceptable protocol version. - MqttUnacceptableProtocolVersionException() - Constructor for exception io.netty.handler.codec.mqtt.MqttUnacceptableProtocolVersionException
-
Creates a new instance
- MqttUnacceptableProtocolVersionException(String) - Constructor for exception io.netty.handler.codec.mqtt.MqttUnacceptableProtocolVersionException
-
Creates a new instance
- MqttUnacceptableProtocolVersionException(String, Throwable) - Constructor for exception io.netty.handler.codec.mqtt.MqttUnacceptableProtocolVersionException
-
Creates a new instance
- MqttUnacceptableProtocolVersionException(Throwable) - Constructor for exception io.netty.handler.codec.mqtt.MqttUnacceptableProtocolVersionException
-
Creates a new instance
- MqttUnsubAckMessage - Class in io.netty.handler.codec.mqtt
- MqttUnsubAckMessage(MqttFixedHeader, MqttMessageIdAndPropertiesVariableHeader, MqttUnsubAckPayload) - Constructor for class io.netty.handler.codec.mqtt.MqttUnsubAckMessage
- MqttUnsubAckMessage(MqttFixedHeader, MqttMessageIdVariableHeader) - Constructor for class io.netty.handler.codec.mqtt.MqttUnsubAckMessage
- MqttUnsubAckMessage(MqttFixedHeader, MqttMessageIdVariableHeader, MqttUnsubAckPayload) - Constructor for class io.netty.handler.codec.mqtt.MqttUnsubAckMessage
- MqttUnsubAckPayload - Class in io.netty.handler.codec.mqtt
-
Payload for MQTT unsuback message as in V5.
- MqttUnsubAckPayload(short...) - Constructor for class io.netty.handler.codec.mqtt.MqttUnsubAckPayload
- MqttUnsubAckPayload(Iterable<Short>) - Constructor for class io.netty.handler.codec.mqtt.MqttUnsubAckPayload
- MqttUnsubscribeMessage - Class in io.netty.handler.codec.mqtt
- MqttUnsubscribeMessage(MqttFixedHeader, MqttMessageIdAndPropertiesVariableHeader, MqttUnsubscribePayload) - Constructor for class io.netty.handler.codec.mqtt.MqttUnsubscribeMessage
- MqttUnsubscribeMessage(MqttFixedHeader, MqttMessageIdVariableHeader, MqttUnsubscribePayload) - Constructor for class io.netty.handler.codec.mqtt.MqttUnsubscribeMessage
- MqttUnsubscribePayload - Class in io.netty.handler.codec.mqtt
-
Payload of the
MqttUnsubscribeMessage - MqttUnsubscribePayload(List<String>) - Constructor for class io.netty.handler.codec.mqtt.MqttUnsubscribePayload
- MqttVersion - Enum in io.netty.handler.codec.mqtt
-
Mqtt version specific constant values used by multiple classes in mqtt-codec.
- msg() - Method in class io.netty.util.internal.PendingWrite
- MULTI_STATUS - Static variable in class io.netty.handler.codec.http.HttpResponseStatus
-
207 Multi-Status (WebDAV, RFC2518)
- MULTICAST - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Values
-
Deprecated.
"multicast" - MULTICAST - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderValues
-
"multicast" - MultiDnsServerAddressStreamProvider - Class in io.netty.resolver.dns
-
A
DnsServerAddressStreamProviderwhich iterates through a collection ofDnsServerAddressStreamProvideruntil the first non-nullresult is found. - MultiDnsServerAddressStreamProvider(DnsServerAddressStreamProvider...) - Constructor for class io.netty.resolver.dns.MultiDnsServerAddressStreamProvider
-
Create a new instance.
- MultiDnsServerAddressStreamProvider(List<DnsServerAddressStreamProvider>) - Constructor for class io.netty.resolver.dns.MultiDnsServerAddressStreamProvider
-
Create a new instance.
- MULTIPART_FORM_DATA - Static variable in class io.netty.handler.codec.http.HttpHeaders.Values
-
Deprecated.
"multipart/form-data" - MULTIPART_FORM_DATA - Static variable in class io.netty.handler.codec.http.HttpHeaderValues
-
"multipart/form-data" - MULTIPART_MIXED - Static variable in class io.netty.handler.codec.http.HttpHeaderValues
-
"multipart/mixed" - MULTIPLE_CHOICES - Static variable in class io.netty.handler.codec.http.HttpResponseStatus
-
300 Multiple Choices
- MULTIPLE_CHOICES - Static variable in class io.netty.handler.codec.rtsp.RtspResponseStatuses
-
300 Multiple Choices
- MultiSearchProcessor - Interface in io.netty.buffer.search
-
Interface for
SearchProcessorthat implements simultaneous search for multiple strings. - MultiSearchProcessorFactory - Interface in io.netty.buffer.search
- MultithreadEventExecutorGroup - Class in io.netty.util.concurrent
-
Abstract base class for
EventExecutorGroupimplementations that handles their tasks with multiple threads at the same time. - MultithreadEventExecutorGroup(int, Executor, EventExecutorChooserFactory, Object...) - Constructor for class io.netty.util.concurrent.MultithreadEventExecutorGroup
-
Create a new instance.
- MultithreadEventExecutorGroup(int, Executor, Object...) - Constructor for class io.netty.util.concurrent.MultithreadEventExecutorGroup
-
Create a new instance.
- MultithreadEventExecutorGroup(int, ThreadFactory, Object...) - Constructor for class io.netty.util.concurrent.MultithreadEventExecutorGroup
-
Create a new instance.
- MultithreadEventLoopGroup - Class in io.netty.channel
-
Abstract base class for
EventLoopGroupimplementations that handles their tasks with multiple threads at the same time. - MultithreadEventLoopGroup(int, Executor, EventExecutorChooserFactory, Object...) - Constructor for class io.netty.channel.MultithreadEventLoopGroup
- MultithreadEventLoopGroup(int, Executor, Object...) - Constructor for class io.netty.channel.MultithreadEventLoopGroup
- MultithreadEventLoopGroup(int, ThreadFactory, Object...) - Constructor for class io.netty.channel.MultithreadEventLoopGroup
- MultiThreadIoEventLoopGroup - Class in io.netty.channel
-
IoEventLoopGroupimplementation that will handle its tasks with multiple threads. - MultiThreadIoEventLoopGroup(int, IoHandlerFactory) - Constructor for class io.netty.channel.MultiThreadIoEventLoopGroup
-
/** Creates a new instance of the
MultiThreadIoEventLoopGroupusing the defaultThreadFactory. - MultiThreadIoEventLoopGroup(int, Executor, IoHandlerFactory) - Constructor for class io.netty.channel.MultiThreadIoEventLoopGroup
-
Creates a new instance of the
MultiThreadIoEventLoopGroup. - MultiThreadIoEventLoopGroup(int, Executor, IoHandlerFactory, EventExecutorChooserFactory, Object...) - Constructor for class io.netty.channel.MultiThreadIoEventLoopGroup
-
Creates a new instance of the
MultiThreadIoEventLoopGroup. - MultiThreadIoEventLoopGroup(int, Executor, IoHandlerFactory, Object...) - Constructor for class io.netty.channel.MultiThreadIoEventLoopGroup
-
Creates a new instance of the
MultiThreadIoEventLoopGroup. - MultiThreadIoEventLoopGroup(int, Executor, EventExecutorChooserFactory, IoHandlerFactory) - Constructor for class io.netty.channel.MultiThreadIoEventLoopGroup
-
Creates a new instance of the
MultiThreadIoEventLoopGroup. - MultiThreadIoEventLoopGroup(int, ThreadFactory, IoHandlerFactory) - Constructor for class io.netty.channel.MultiThreadIoEventLoopGroup
-
Creates a new instance of the
MultiThreadIoEventLoopGroup. - MultiThreadIoEventLoopGroup(int, ThreadFactory, IoHandlerFactory, EventExecutorChooserFactory, Object...) - Constructor for class io.netty.channel.MultiThreadIoEventLoopGroup
-
Creates a new instance of the
MultiThreadIoEventLoopGroup. - MultiThreadIoEventLoopGroup(int, ThreadFactory, IoHandlerFactory, Object...) - Constructor for class io.netty.channel.MultiThreadIoEventLoopGroup
-
Creates a new instance of the
MultiThreadIoEventLoopGroup. - MultiThreadIoEventLoopGroup(IoHandlerFactory) - Constructor for class io.netty.channel.MultiThreadIoEventLoopGroup
-
Creates a new instance of the
MultiThreadIoEventLoopGroupusing the default number of threads and defaultThreadFactory. - MultiThreadIoEventLoopGroup(Executor, IoHandlerFactory) - Constructor for class io.netty.channel.MultiThreadIoEventLoopGroup
-
Creates a new instance of the
MultiThreadIoEventLoopGroupusing the default number of threads. - MultiThreadIoEventLoopGroup(ThreadFactory, IoHandlerFactory) - Constructor for class io.netty.channel.MultiThreadIoEventLoopGroup
-
Create a new instance using the default number of thread.
- MUST_REVALIDATE - Static variable in class io.netty.handler.codec.http.HttpHeaders.Values
-
Deprecated.
"must-revalidate" - MUST_REVALIDATE - Static variable in class io.netty.handler.codec.http.HttpHeaderValues
-
"must-revalidate" - MUST_REVALIDATE - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Values
-
Deprecated.
"must-revalidate" - MUST_REVALIDATE - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderValues
-
"must-revalidate" - mustSkip(WebSocketFrame) - Method in interface io.netty.handler.codec.http.websocketx.extensions.WebSocketExtensionFilter
-
Returns
trueif the evaluation of the extension must skipped for the given frame otherwisefalse. - MX - Static variable in class io.netty.handler.codec.dns.DnsRecordType
-
Mail exchange record RFC 1035 Maps a domain name to a list of message transfer agents for that domain.
N
- NACK - io.netty.handler.codec.stomp.StompCommand
- name() - Method in interface io.netty.channel.ChannelHandlerContext
-
The unique name of the
ChannelHandlerContext.The name was used when thenChannelHandlerwas added to theChannelPipeline. - name() - Method in interface io.netty.channel.group.ChannelGroup
-
Returns the name of this group.
- name() - Method in class io.netty.channel.group.DefaultChannelGroup
- name() - Method in class io.netty.handler.codec.dns.AbstractDnsRecord
- name() - Method in interface io.netty.handler.codec.dns.DnsRecord
-
Returns the name of this resource record.
- name() - Method in class io.netty.handler.codec.dns.DnsRecordType
-
Returns the name of this type, as seen in bind config files
- name() - Method in interface io.netty.handler.codec.http.cookie.Cookie
-
Returns the name of this
Cookie. - name() - Method in class io.netty.handler.codec.http.cookie.DefaultCookie
- name() - Method in class io.netty.handler.codec.http.HttpMethod
-
Returns the name of this method.
- name() - Method in class io.netty.handler.codec.http.HttpScheme
- name() - Method in class io.netty.handler.codec.http.websocketx.extensions.WebSocketExtensionData
- name() - Method in class io.netty.handler.codec.http.websocketx.WebSocketScheme
- name() - Method in class io.netty.handler.codec.http2.DefaultHttp2DataFrame
- name() - Method in class io.netty.handler.codec.http2.DefaultHttp2GoAwayFrame
- name() - Method in class io.netty.handler.codec.http2.DefaultHttp2HeadersFrame
- name() - Method in class io.netty.handler.codec.http2.DefaultHttp2PingFrame
- name() - Method in class io.netty.handler.codec.http2.DefaultHttp2PriorityFrame
- name() - Method in class io.netty.handler.codec.http2.DefaultHttp2PushPromiseFrame
- name() - Method in class io.netty.handler.codec.http2.DefaultHttp2ResetFrame
- name() - Method in class io.netty.handler.codec.http2.DefaultHttp2SettingsFrame
- name() - Method in class io.netty.handler.codec.http2.DefaultHttp2UnknownFrame
- name() - Method in class io.netty.handler.codec.http2.DefaultHttp2WindowUpdateFrame
- name() - Method in interface io.netty.handler.codec.http2.Http2Frame
-
Returns the name of the HTTP/2 frame e.g.
- name() - Method in interface io.netty.handler.codec.http2.Http2SettingsAckFrame
- name() - Method in interface io.netty.handler.codec.http2.Http2SettingsFrame
- name() - Method in class io.netty.handler.codec.mqtt.MqttConnectVariableHeader
- name() - Method in class io.netty.handler.codec.quic.QuicTransportError
-
Returns the name of the error as defined by RFC9000.
- name() - Method in class io.netty.handler.codec.quic.SslSessionTicketKey
-
Get name.
- name() - Method in class io.netty.handler.codec.smtp.SmtpCommand
-
Return the command name.
- name() - Method in class io.netty.handler.codec.xml.XmlAttribute
- name() - Method in class io.netty.handler.codec.xml.XmlElement
- name() - Method in class io.netty.handler.codec.xml.XmlEntityReference
- name() - Method in class io.netty.handler.ssl.OpenSslSessionTicketKey
-
Get name.
- name() - Method in class io.netty.handler.traffic.TrafficCounter
- name() - Method in class io.netty.util.AbstractConstant
- name() - Method in interface io.netty.util.concurrent.ThreadProperties
- name() - Method in interface io.netty.util.Constant
-
Returns the name of this
Constant. - name() - Method in class io.netty.util.internal.logging.AbstractInternalLogger
- name() - Method in interface io.netty.util.internal.logging.InternalLogger
-
Return the name of this
InternalLoggerinstance. - name() - Method in error io.netty.util.Signal
- NAME - Static variable in class io.netty.handler.codec.http.HttpHeaderValues
-
"name"SeeHttpHeaderNames.CONTENT_DISPOSITION - NAME_SIZE - Static variable in class io.netty.handler.codec.quic.SslSessionTicketKey
-
Size of session ticket key name
- NAME_SIZE - Static variable in class io.netty.handler.ssl.OpenSslSessionTicketKey
-
Size of session ticket key name
- NameResolver<T> - Interface in io.netty.resolver
-
Resolves an arbitrary string that represents the name of an endpoint into an address.
- names() - Method in interface io.netty.channel.ChannelPipeline
-
Returns the
Listof the handler names. - names() - Method in class io.netty.channel.DefaultChannelPipeline
- names() - Method in class io.netty.handler.codec.DefaultHeaders
- names() - Method in class io.netty.handler.codec.EmptyHeaders
- names() - Method in interface io.netty.handler.codec.Headers
-
Returns a
Setof all header names in this object. - names() - Method in class io.netty.handler.codec.http.DefaultHttpHeaders
- names() - Method in class io.netty.handler.codec.http.EmptyHttpHeaders
- names() - Method in class io.netty.handler.codec.http.HttpHeaders
-
Returns a new
Setthat contains the names of all headers in this object. - names() - Method in class io.netty.handler.codec.http.ReadOnlyHttpHeaders
- names() - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
- namesAsString(Headers<CharSequence, CharSequence, ?>) - Static method in class io.netty.handler.codec.HeadersUtils
- nameServerAddressStream(String) - Method in class io.netty.resolver.dns.DefaultDnsServerAddressStreamProvider
- nameServerAddressStream(String) - Method in interface io.netty.resolver.dns.DnsServerAddressStreamProvider
-
Ask this provider for the name servers to query for
hostname. - nameServerAddressStream(String) - Method in class io.netty.resolver.dns.macos.MacOSDnsServerAddressStreamProvider
- nameServerAddressStream(String) - Method in class io.netty.resolver.dns.MultiDnsServerAddressStreamProvider
- nameServerAddressStream(String) - Method in class io.netty.resolver.dns.UnixResolverDnsServerAddressStreamProvider
- NameServerComparator - Class in io.netty.resolver.dns
-
Special
Comparatorimplementation to sort the nameservers to use when follow redirects. - NameServerComparator(Class<? extends InetAddress>) - Constructor for class io.netty.resolver.dns.NameServerComparator
- nameServerProvider() - Method in class io.netty.resolver.dns.DnsNameResolverBuilder
- nameServerProvider(DnsServerAddressStreamProvider) - Method in class io.netty.resolver.dns.DnsNameResolverBuilder
-
Set the
DnsServerAddressStreamProviderwhich is used to determine which DNS server is used to resolve each hostname. - namespace() - Method in class io.netty.handler.codec.xml.XmlAttribute
- namespace() - Method in class io.netty.handler.codec.xml.XmlElement
- namespaces() - Method in class io.netty.handler.codec.xml.XmlElement
- nameValidator() - Method in class io.netty.handler.codec.DefaultHeaders
- nanoTime() - Static method in class io.netty.util.concurrent.AbstractScheduledEventExecutor
-
Deprecated.Use the non-static
AbstractScheduledEventExecutor.ticker()instead. - nanoTime() - Method in interface io.netty.util.concurrent.Ticker
-
The time elapsed since initialization of this class in nanoseconds.
- NAPTR - Static variable in class io.netty.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.netty.channel.epoll
-
Native helper methods
- NativeInetAddress - Class in io.netty.channel.unix
-
Internal usage only!
- NativeInetAddress(byte[]) - Constructor for class io.netty.channel.unix.NativeInetAddress
- NativeInetAddress(byte[], int) - Constructor for class io.netty.channel.unix.NativeInetAddress
- NativeIoException(String, int) - Constructor for exception io.netty.channel.unix.Errors.NativeIoException
- NativeIoException(String, int, boolean) - Constructor for exception io.netty.channel.unix.Errors.NativeIoException
- NativeLibraryLoader - Class in io.netty.util.internal
-
Helper class to load JNI resources.
- ndots(int) - Method in class io.netty.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.netty.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.netty.handler.codec.ProtocolDetectionState
-
Need more data to detect the protocol.
- needsMoreData() - Static method in class io.netty.handler.codec.ProtocolDetectionResult
-
Returns a
ProtocolDetectionResultthat signals that more data is needed to detect the protocol. - negativeTtl() - Method in class io.netty.resolver.dns.DefaultDnsCache
-
Returns the TTL of the cache for the failed DNS queries (in seconds).
- negativeTtl(int) - Method in class io.netty.resolver.dns.DnsNameResolverBuilder
-
Sets the TTL of the cache for the failed DNS queries (in seconds).
- NettyRuntime - Class in io.netty.util
-
A utility class for wrapping calls to
Runtime. - NetUtil - Class in io.netty.util
-
A class that holds a number of network-related constants.
- NETWORK_AUTHENTICATION_REQUIRED - Static variable in class io.netty.handler.codec.http.HttpResponseStatus
-
511 Network Authentication Required (RFC6585)
- NETWORK_INTERFACES - Static variable in class io.netty.util.NetUtil
-
An unmodifiable Collection of all the interfaces on this machine.
- NETWORK_UNREACHABLE - io.netty.handler.codec.socks.SocksCmdStatus
- NETWORK_UNREACHABLE - Static variable in class io.netty.handler.codec.socksx.v5.Socks5CommandStatus
- NEVER_SENSITIVE - Static variable in interface io.netty.handler.codec.http2.Http2HeadersEncoder
-
Always return
falseforHttp2HeadersEncoder.SensitivityDetector.isSensitive(CharSequence, CharSequence). - NEVER_SKIP - Static variable in interface io.netty.handler.codec.http.websocketx.extensions.WebSocketExtensionFilter
-
A
WebSocketExtensionFilterthat never skip the evaluation of an any given extensionsWebSocketExtension. - New(InetSocketAddress, InetSocketAddress) - Constructor for class io.netty.handler.codec.quic.QuicPathEvent.New
-
A new network path (local address, remote address) has been seen on a received packet.
- NEW - io.netty.channel.pool.FixedChannelPool.AcquireTimeoutAction
-
Create a new connection when the timeout is detected.
- newAddressResolver(EventLoop, NameResolver<InetAddress>) - Method in class io.netty.resolver.dns.DnsAddressResolverGroup
-
Creates a new
AddressResolver. - newAddressResolver(EventLoop, NameResolver<InetAddress>) - Method in class io.netty.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)byInflightNameResolvercreated inDnsAddressResolverGroup.newResolver(EventLoop, ChannelFactory, DnsServerAddressStreamProvider). - newAhoCorasicSearchProcessorFactory(byte[]...) - Static method in class io.netty.buffer.search.AbstractMultiSearchProcessorFactory
-
Creates a
MultiSearchProcessorFactorybased on Aho–Corasick string search algorithm. - newBitapSearchProcessorFactory(byte[]) - Static method in class io.netty.buffer.search.AbstractSearchProcessorFactory
-
Creates a
SearchProcessorFactorybased on Bitap string search algorithm. - newBootstrap(Channel) - Static method in interface io.netty.handler.codec.quic.QuicChannel
-
Creates a new
QuicChannelBootstrapthat can be used to create and connect newQuicChannels to endpoints using the givenChannelas transport layer. - newBuilder() - Static method in class io.netty.handler.codec.http.websocketx.WebSocketClientProtocolConfig
- newBuilder() - Static method in class io.netty.handler.codec.http.websocketx.WebSocketDecoderConfig
- newBuilder() - Static method in class io.netty.handler.codec.http.websocketx.WebSocketServerProtocolConfig
- newBuilder() - Static method in class io.netty.handler.ssl.OpenSslCertificateCompressionConfig
-
Creates a new
OpenSslCertificateCompressionConfig.Builderfor a config. - newChannel() - Method in interface io.netty.bootstrap.ChannelFactory
-
Deprecated.Creates a new channel.
- newChannel() - Method in interface io.netty.channel.ChannelFactory
-
Creates a new channel.
- newChannel() - Method in class io.netty.channel.ReflectiveChannelFactory
- newChannel() - Method in class io.netty.channel.udt.nio.NioUdtProvider
-
Deprecated.
- newChannelPipeline() - Method in class io.netty.channel.AbstractChannel
-
Returns a new
DefaultChannelPipelineinstance. - newChannelPipeline() - Method in class io.netty.channel.embedded.EmbeddedChannel
- newChild(Object...) - Method in class io.netty.channel.ThreadPerChannelEventLoopGroup
-
Deprecated.Creates a new
EventLoop. - newChild(Executor, IoHandlerFactory, Object...) - Method in class io.netty.channel.epoll.EpollEventLoopGroup
-
Deprecated.
- newChild(Executor, IoHandlerFactory, Object...) - Method in class io.netty.channel.kqueue.KQueueEventLoopGroup
-
Deprecated.
- newChild(Executor, IoHandlerFactory, Object...) - Method in class io.netty.channel.MultiThreadIoEventLoopGroup
- newChild(Executor, IoHandlerFactory, Object...) - Method in class io.netty.channel.nio.NioEventLoopGroup
-
Deprecated.
- newChild(Executor, Object...) - Method in class io.netty.channel.DefaultEventLoopGroup
-
Deprecated.
- newChild(Executor, Object...) - Method in class io.netty.channel.MultithreadEventLoopGroup
- newChild(Executor, Object...) - Method in class io.netty.channel.MultiThreadIoEventLoopGroup
- newChild(Executor, Object...) - Method in class io.netty.util.concurrent.DefaultEventExecutorGroup
- newChild(Executor, Object...) - Method in class io.netty.util.concurrent.MultithreadEventExecutorGroup
-
Create a new EventExecutor which will later then accessible via the
MultithreadEventExecutorGroup.next()method. - newChildChannel(int, byte[], int, int) - Method in class io.netty.channel.epoll.AbstractEpollServerChannel
- newChildChannel(int, byte[], int, int) - Method in class io.netty.channel.epoll.EpollServerDomainSocketChannel
- newChildChannel(int, byte[], int, int) - Method in class io.netty.channel.epoll.EpollServerSocketChannel
- newChildChannel(int, byte[], int, int) - Method in class io.netty.channel.kqueue.KQueueServerDomainSocketChannel
- newChildChannel(int, byte[], int, int) - Method in class io.netty.channel.kqueue.KQueueServerSocketChannel
- newChooser(EventExecutor[]) - Method in class io.netty.util.concurrent.AutoScalingEventExecutorChooserFactory
- newChooser(EventExecutor[]) - Method in class io.netty.util.concurrent.DefaultEventExecutorChooserFactory
- newChooser(EventExecutor[]) - Method in interface io.netty.util.concurrent.EventExecutorChooserFactory
-
Returns a new
EventExecutorChooserFactory.EventExecutorChooser. - newClientContext() - Static method in class io.netty.handler.ssl.SslContext
-
Deprecated.Replaced by
SslContextBuilder - newClientContext(SslProvider) - Static method in class io.netty.handler.ssl.SslContext
-
Deprecated.Replaced by
SslContextBuilder - newClientContext(SslProvider, File) - Static method in class io.netty.handler.ssl.SslContext
-
Deprecated.Replaced by
SslContextBuilder - newClientContext(SslProvider, File, TrustManagerFactory) - Static method in class io.netty.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.netty.handler.ssl.SslContext
-
Deprecated.Replaced by
SslContextBuilder - newClientContext(SslProvider, File, TrustManagerFactory, Iterable<String>, CipherSuiteFilter, ApplicationProtocolConfig, long, long) - Static method in class io.netty.handler.ssl.SslContext
-
Deprecated.Replaced by
SslContextBuilder - newClientContext(SslProvider, File, TrustManagerFactory, Iterable<String>, Iterable<String>, long, long) - Static method in class io.netty.handler.ssl.SslContext
-
Deprecated.Replaced by
SslContextBuilder - newClientContext(SslProvider, TrustManagerFactory) - Static method in class io.netty.handler.ssl.SslContext
-
Deprecated.Replaced by
SslContextBuilder - newClientContext(File) - Static method in class io.netty.handler.ssl.SslContext
-
Deprecated.Replaced by
SslContextBuilder - newClientContext(File, TrustManagerFactory) - Static method in class io.netty.handler.ssl.SslContext
-
Deprecated.Replaced by
SslContextBuilder - newClientContext(File, TrustManagerFactory, Iterable<String>, CipherSuiteFilter, ApplicationProtocolConfig, long, long) - Static method in class io.netty.handler.ssl.SslContext
-
Deprecated.Replaced by
SslContextBuilder - newClientContext(File, TrustManagerFactory, Iterable<String>, Iterable<String>, long, long) - Static method in class io.netty.handler.ssl.SslContext
-
Deprecated.Replaced by
SslContextBuilder - newClientContext(TrustManagerFactory) - Static method in class io.netty.handler.ssl.SslContext
-
Deprecated.Replaced by
SslContextBuilder - newCloseFuture() - Method in interface io.netty.channel.group.ChannelGroup
-
Returns the
ChannelGroupFuturewhich will be notified when allChannels that are part of thisChannelGroup, at the time of calling, are closed. - newCloseFuture() - Method in class io.netty.channel.group.DefaultChannelGroup
- newCloseFuture(ChannelMatcher) - Method in interface io.netty.channel.group.ChannelGroup
-
Returns the
ChannelGroupFuturewhich will be notified when allChannels that are part of thisChannelGroup, at the time of calling, are closed. - newCloseFuture(ChannelMatcher) - Method in class io.netty.channel.group.DefaultChannelGroup
- newConcurrentDeque() - Static method in class io.netty.util.internal.PlatformDependent
-
Returns a new concurrent
Deque. - newConcurrentHashMap() - Static method in class io.netty.util.internal.PlatformDependent
-
Deprecated.please use new ConcurrentHashMap
() directly. - newConcurrentHashMap(int) - Static method in class io.netty.util.internal.PlatformDependent
-
Deprecated.please use new ConcurrentHashMap
() directly. - newConcurrentHashMap(int, float) - Static method in class io.netty.util.internal.PlatformDependent
-
Deprecated.please use new ConcurrentHashMap
() directly. - newConcurrentHashMap(int, float, int) - Static method in class io.netty.util.internal.PlatformDependent
-
Deprecated.please use new ConcurrentHashMap
() directly. - newConcurrentHashMap(Map<? extends K, ? extends V>) - Static method in class io.netty.util.internal.PlatformDependent
-
Deprecated.please use new ConcurrentHashMap
() directly. - newConnectionResetException(String, int) - Static method in class io.netty.channel.unix.Errors
- newConnectorChannel(SocketChannelUDT) - Method in class io.netty.channel.udt.nio.NioUdtAcceptorChannel
-
Deprecated.
- newConnectorChannel(SocketChannelUDT) - Method in class io.netty.channel.udt.nio.NioUdtByteAcceptorChannel
-
Deprecated.
- newConnectorChannel(SocketChannelUDT) - Method in class io.netty.channel.udt.nio.NioUdtMessageAcceptorChannel
-
Deprecated.
- newConstant(int, String) - Method in class io.netty.util.ConstantPool
- newContentCompressor(ChannelHandlerContext, CharSequence) - Method in class io.netty.handler.codec.http2.CompressorHttp2ConnectionEncoder
-
Returns a new
EmbeddedChannelthat encodes the HTTP2 message content encoded in the specifiedcontentEncoding. - newContentDecoder(String) - Method in class io.netty.handler.codec.http.HttpContentDecoder
-
Returns a new
EmbeddedChannelthat decodes the HTTP message content encoded in the specified contentEncoding. - newContentDecoder(String) - Method in class io.netty.handler.codec.http.HttpContentDecompressor
- newContentDecompressor(ChannelHandlerContext, CharSequence) - Method in class io.netty.handler.codec.http2.DelegatingDecompressorFrameListener
-
Returns a new
EmbeddedChannelthat decodes the HTTP2 message content encoded in the specifiedcontentEncoding. - newContinueResponse(H, int, ChannelPipeline) - Method in class io.netty.handler.codec.memcache.AbstractMemcacheObjectAggregator
- newContinueResponse(HttpMessage, int, ChannelPipeline) - Method in class io.netty.handler.codec.http.HttpObjectAggregator
- newContinueResponse(WebSocketFrame, int, ChannelPipeline) - Method in class io.netty.handler.codec.http.websocketx.WebSocketFrameAggregator
- newContinueResponse(BulkStringHeaderRedisMessage, int, ChannelPipeline) - Method in class io.netty.handler.codec.redis.RedisBulkStringAggregator
- newContinueResponse(StompHeadersSubframe, int, ChannelPipeline) - Method in class io.netty.handler.codec.stomp.StompSubframeAggregator
- newContinueResponse(S, int, ChannelPipeline) - Method in class io.netty.handler.codec.MessageAggregator
-
Returns the 'continue response' for the specified start message if necessary.
- newDefaultThreadFactory() - Method in class io.netty.channel.MultithreadEventLoopGroup
- newDefaultThreadFactory() - Method in class io.netty.util.concurrent.MultithreadEventExecutorGroup
- newDirectBuffer(int, int) - Method in class io.netty.buffer.AbstractByteBufAllocator
-
Create a direct
ByteBufwith the given initialCapacity and maxCapacity. - newDirectBuffer(int, int) - Method in class io.netty.buffer.AdaptiveByteBufAllocator
- newDirectBuffer(int, int) - Method in class io.netty.buffer.PooledByteBufAllocator
- newDirectBuffer(int, int) - Method in class io.netty.buffer.UnpooledByteBufAllocator
- newDirectBuffer(ByteBuf) - Method in class io.netty.channel.nio.AbstractNioChannel
-
Returns an off-heap copy of the specified
ByteBuf, and releases the original one. - newDirectBuffer(ReferenceCounted, ByteBuf) - Method in class io.netty.channel.nio.AbstractNioChannel
-
Returns an off-heap copy of the specified
ByteBuf, and releases the specified holder. - newDnsQueryLifecycleObserver(DnsQuestion) - Method in class io.netty.resolver.dns.BiDnsQueryLifecycleObserverFactory
- newDnsQueryLifecycleObserver(DnsQuestion) - Method in interface io.netty.resolver.dns.DnsQueryLifecycleObserverFactory
-
Create a new instance of a
DnsQueryLifecycleObserver. - newDnsQueryLifecycleObserver(DnsQuestion) - Method in class io.netty.resolver.dns.LoggingDnsQueryLifeCycleObserverFactory
- newDnsQueryLifecycleObserver(DnsQuestion) - Method in class io.netty.resolver.dns.NoopDnsQueryLifecycleObserverFactory
- newEmptyHeaders() - Method in class io.netty.handler.codec.http.DefaultHttpHeadersFactory
- newEmptyHeaders() - Method in interface io.netty.handler.codec.http.HttpHeadersFactory
-
Create a new
HttpHeadersinstance, but sized to be as small an object as possible. - newEngine(ByteBufAllocator) - Method in class io.netty.handler.codec.quic.QuicSslContext
- newEngine(ByteBufAllocator) - Method in class io.netty.handler.ssl.DelegatingSslContext
- newEngine(ByteBufAllocator) - Method in class io.netty.handler.ssl.JdkSslContext
- newEngine(ByteBufAllocator) - Method in class io.netty.handler.ssl.ReferenceCountedOpenSslContext
-
Returns a new server-side
SSLEnginewith the current configuration. - newEngine(ByteBufAllocator) - Method in class io.netty.handler.ssl.SslContext
-
Creates a new
SSLEngine. - newEngine(ByteBufAllocator, String, int) - Method in class io.netty.handler.codec.quic.QuicSslContext
- newEngine(ByteBufAllocator, String, int) - Method in class io.netty.handler.ssl.DelegatingSslContext
- newEngine(ByteBufAllocator, String, int) - Method in class io.netty.handler.ssl.JdkSslContext
- newEngine(ByteBufAllocator, String, int) - Method in class io.netty.handler.ssl.ReferenceCountedOpenSslContext
- newEngine(ByteBufAllocator, String, int) - Method in class io.netty.handler.ssl.SslContext
-
Creates a new
SSLEngineusing advisory peer information. - newEngineBased(File, String) - Static method in class io.netty.handler.ssl.OpenSslX509KeyManagerFactory
-
Create a new initialized
OpenSslX509KeyManagerFactorywhich loads itsPrivateKeydirectly from anOpenSSL enginevia the ENGINE_load_private_key function. - newEngineBased(X509Certificate[], String) - Static method in class io.netty.handler.ssl.OpenSslX509KeyManagerFactory
-
Create a new initialized
OpenSslX509KeyManagerFactorywhich loads itsPrivateKeydirectly from anOpenSSL enginevia the ENGINE_load_private_key function. - newEntity(String) - Static method in class io.netty.handler.codec.http.HttpHeaders
-
Deprecated.Use
AsciiStringinstead.Create a new
CharSequencewhich is optimized for reuse asHttpHeadersname 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.netty.channel.epoll.Native
- newEvent(int, short, short, int) - Static method in class io.netty.channel.kqueue.KQueueIoEvent
-
Deprecated.
- newEvent(int, short, short, int, long, long) - Static method in class io.netty.channel.kqueue.KQueueIoEvent
-
Creates a new
KQueueIoEvent. - newEventFd() - Static method in class io.netty.channel.epoll.Native
- newExtensionDecoder() - Method in interface io.netty.handler.codec.http.websocketx.extensions.WebSocketExtension
- newExtensionEncoder() - Method in interface io.netty.handler.codec.http.websocketx.extensions.WebSocketExtension
- newFactory() - Static method in class io.netty.channel.epoll.EpollIoHandler
-
Returns a new
IoHandlerFactorythat createsEpollIoHandlerinstances. - newFactory() - Static method in class io.netty.channel.kqueue.KQueueIoHandler
-
Returns a new
IoHandlerFactorythat createsKQueueIoHandlerinstances. - newFactory() - Static method in class io.netty.channel.local.LocalIoHandler
-
Returns a new
IoHandlerFactorythat createsLocalIoHandlerinstances. - newFactory() - Static method in class io.netty.channel.nio.NioIoHandler
-
Returns a new
IoHandlerFactorythat createsNioIoHandlerinstances - newFactory() - Static method in class io.netty.channel.uring.IoUringIoHandler
-
Create a new
IoHandlerFactorythat can be used to createIoUringIoHandlers. - newFactory(int) - Static method in class io.netty.channel.uring.IoUringIoHandler
-
Create a new
IoHandlerFactorythat can be used to createIoUringIoHandlers. - newFactory(int, SelectStrategyFactory) - Static method in class io.netty.channel.epoll.EpollIoHandler
-
Returns a new
IoHandlerFactorythat createsEpollIoHandlerinstances. - newFactory(int, SelectStrategyFactory) - Static method in class io.netty.channel.kqueue.KQueueIoHandler
-
Returns a new
IoHandlerFactorythat createsKQueueIoHandlerinstances. - newFactory(IoUringIoHandlerConfig) - Static method in class io.netty.channel.uring.IoUringIoHandler
-
Create a new
IoHandlerFactorythat can be used to createIoUringIoHandlers. - newFactory(SelectorProvider) - Static method in class io.netty.channel.nio.NioIoHandler
-
Returns a new
IoHandlerFactorythat createsNioIoHandlerinstances. - newFactory(SelectorProvider, SelectStrategyFactory) - Static method in class io.netty.channel.nio.NioIoHandler
-
Returns a new
IoHandlerFactorythat createsNioIoHandlerinstances. - newFailedFuture(Throwable) - Method in interface io.netty.channel.Channel
- newFailedFuture(Throwable) - Method in interface io.netty.channel.ChannelOutboundInvoker
-
Create a new
ChannelFuturewhich is marked as failed already. - newFailedFuture(Throwable) - Method in interface io.netty.channel.ChannelPipeline
- newFailedFuture(Throwable) - Method in class io.netty.channel.DefaultChannelPipeline
- newFailedFuture(Throwable) - Method in interface io.netty.handler.codec.quic.QuicChannel
- newFailedFuture(Throwable) - Method in interface io.netty.handler.codec.quic.QuicStreamChannel
- newFailedFuture(Throwable) - Method in interface io.netty.util.concurrent.EventExecutor
-
Create a new
Futurewhich is marked as failed already. - newFailedFuture(Throwable) - Method in class io.netty.util.concurrent.UnorderedThreadPoolEventExecutor
-
Deprecated.
- newFixedMpmcQueue(int) - Static method in class io.netty.util.internal.PlatformDependent
-
Create a new
Queuewhich is safe to use for multiple producers (different threads) and multiple consumers with the given fixescapacity. - newFixedMpscQueue(int) - Static method in class io.netty.util.internal.PlatformDependent
-
Create a new
Queuewhich is safe to use for multiple producers (different threads) and a single consumer (one thread!) - newFixedMpscUnpaddedQueue(int) - Static method in class io.netty.util.internal.PlatformDependent
-
Create a new un-padded
Queuewhich is safe to use for multiple producers (different threads) and a single consumer (one thread!) - newHandle() - Method in class io.netty.channel.AdaptiveRecvByteBufAllocator
- newHandle() - Method in class io.netty.channel.DefaultMaxBytesRecvByteBufAllocator
- newHandle() - Method in class io.netty.channel.DefaultMessageSizeEstimator
- newHandle() - Method in class io.netty.channel.FixedRecvByteBufAllocator
- newHandle() - Method in interface io.netty.channel.MessageSizeEstimator
-
Creates a new handle.
- newHandle() - Method in interface io.netty.channel.RecvByteBufAllocator
-
Creates a new handle.
- newHandle() - Method in class io.netty.channel.ServerChannelRecvByteBufAllocator
- newHandler(ByteBufAllocator) - Method in class io.netty.handler.ssl.SslContext
-
Create a new SslHandler.
- newHandler(ByteBufAllocator, boolean) - Method in class io.netty.handler.ssl.DelegatingSslContext
- newHandler(ByteBufAllocator, boolean) - Method in class io.netty.handler.ssl.ReferenceCountedOpenSslContext
- newHandler(ByteBufAllocator, boolean) - Method in class io.netty.handler.ssl.SslContext
-
Create a new SslHandler.
- newHandler(ByteBufAllocator, boolean, Executor) - Method in class io.netty.handler.ssl.DelegatingSslContext
- newHandler(ByteBufAllocator, boolean, Executor) - Method in class io.netty.handler.ssl.ReferenceCountedOpenSslContext
- newHandler(ByteBufAllocator, boolean, Executor) - Method in class io.netty.handler.ssl.SslContext
-
Create a new SslHandler.
- newHandler(ByteBufAllocator, String, int) - Method in class io.netty.handler.ssl.SslContext
-
Creates a new
SslHandler - newHandler(ByteBufAllocator, String, int, boolean) - Method in class io.netty.handler.ssl.DelegatingSslContext
- newHandler(ByteBufAllocator, String, int, boolean) - Method in class io.netty.handler.ssl.ReferenceCountedOpenSslContext
- newHandler(ByteBufAllocator, String, int, boolean) - Method in class io.netty.handler.ssl.SslContext
-
Create a new SslHandler.
- newHandler(ByteBufAllocator, String, int, boolean, Executor) - Method in class io.netty.handler.ssl.DelegatingSslContext
- newHandler(ByteBufAllocator, String, int, boolean, Executor) - Method in class io.netty.handler.ssl.ReferenceCountedOpenSslContext
- newHandler(ByteBufAllocator, String, int, boolean, Executor) - Method in class io.netty.handler.ssl.SslContext
- newHandler(ByteBufAllocator, String, int, Executor) - Method in class io.netty.handler.ssl.SslContext
-
Creates a new
SslHandlerwith advisory peer information. - newHandler(ByteBufAllocator, Executor) - Method in class io.netty.handler.ssl.SslContext
-
Creates a new
SslHandler. - newHandler(ThreadAwareExecutor) - Method in interface io.netty.channel.IoHandlerFactory
-
Creates a new
IoHandlerinstance. - newHandshaker(HttpRequest) - Method in class io.netty.handler.codec.http.websocketx.WebSocketServerHandshakerFactory
-
Instances a new handshaker
- newHandshaker(URI, WebSocketVersion, String, boolean, HttpHeaders) - Static method in class io.netty.handler.codec.http.websocketx.WebSocketClientHandshakerFactory
-
Creates a new handshaker.
- newHandshaker(URI, WebSocketVersion, String, boolean, HttpHeaders, int) - Static method in class io.netty.handler.codec.http.websocketx.WebSocketClientHandshakerFactory
-
Creates a new handshaker.
- newHandshaker(URI, WebSocketVersion, String, boolean, HttpHeaders, int, boolean, boolean) - Static method in class io.netty.handler.codec.http.websocketx.WebSocketClientHandshakerFactory
-
Creates a new handshaker.
- newHandshaker(URI, WebSocketVersion, String, boolean, HttpHeaders, int, boolean, boolean, long) - Static method in class io.netty.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.netty.handler.codec.http.websocketx.WebSocketClientHandshakerFactory
-
Creates a new handshaker.
- newHandshaker(URI, WebSocketVersion, String, boolean, HttpHeaders, int, boolean, boolean, long, boolean, boolean) - Static method in class io.netty.handler.codec.http.websocketx.WebSocketClientHandshakerFactory
-
Creates a new handshaker.
- newHandshakeRequest() - Method in class io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker
-
Returns a new {@link FullHttpRequest) which will be used for the handshake.
- newHandshakeRequest() - Method in class io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker00
-
Sends the opening request to the server:
- newHandshakeRequest() - Method in class io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker07
-
/**
- newHandshakeRequest() - Method in class io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker08
-
/**
- newHandshakeRequest() - Method in class io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker13
-
/**
- newHandshakeResponse(FullHttpRequest, HttpHeaders) - Method in class io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker
-
Returns a new {@link FullHttpResponse) which will be used for as response to the handshake request.
- newHandshakeResponse(FullHttpRequest, HttpHeaders) - Method in class io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker00
-
Handle the web socket handshake for the web socket specification HyBi version 0 and lower.
- newHandshakeResponse(FullHttpRequest, HttpHeaders) - Method in class io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker07
-
Handle the web socket handshake for the web socket specification HyBi version 7.
- newHandshakeResponse(FullHttpRequest, HttpHeaders) - Method in class io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker08
-
Handle the web socket handshake for the web socket specification HyBi version 8 to 10.
- newHandshakeResponse(FullHttpRequest, HttpHeaders) - Method in class io.netty.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.netty.handler.codec.http2.DefaultHttp2Headers
- newHeaderEntry(int, CharSequence, CharSequence, DefaultHeaders.HeaderEntry<CharSequence, CharSequence>) - Method in class io.netty.handler.codec.http3.DefaultHttp3Headers
- newHeaderEntry(int, K, V, DefaultHeaders.HeaderEntry<K, V>) - Method in class io.netty.handler.codec.DefaultHeaders
- newHeaders() - Method in class io.netty.handler.codec.http.DefaultHttpHeadersFactory
- newHeaders() - Method in interface io.netty.handler.codec.http.HttpHeadersFactory
-
Create a new
HttpHeadersinstance. - newHeaders() - Method in class io.netty.handler.codec.http2.DefaultHttp2HeadersDecoder
-
Create a new
Http2Headersobject which will store the results of the decode operation. - newHeapBuffer(int, int) - Method in class io.netty.buffer.AbstractByteBufAllocator
-
Create a heap
ByteBufwith the given initialCapacity and maxCapacity. - newHeapBuffer(int, int) - Method in class io.netty.buffer.AdaptiveByteBufAllocator
- newHeapBuffer(int, int) - Method in class io.netty.buffer.PooledByteBufAllocator
- newHeapBuffer(int, int) - Method in class io.netty.buffer.UnpooledByteBufAllocator
- newHttp2UnknownFrame(byte, int, Http2Flags, ByteBuf) - Method in class io.netty.handler.codec.http2.Http2FrameCodec
-
Create a Http2UnknownFrame.
- newId() - Method in class io.netty.channel.AbstractChannel
-
Returns a new
DefaultChannelIdinstance. - newId(int) - Method in interface io.netty.handler.codec.quic.QuicConnectionIdGenerator
-
Creates a new connection id with the given length.
- newId(ByteBuffer, int) - Method in interface io.netty.handler.codec.quic.QuicConnectionIdGenerator
-
Creates a new connection id with the given length.
- newId(ByteBuffer, ByteBuffer, int) - Method in interface io.netty.handler.codec.quic.QuicConnectionIdGenerator
-
Creates a new connection id with the given length.
- newIdGenerator(int) - Method in class io.netty.handler.codec.quic.QuicCodecDispatcher
-
Returns a
QuicConnectionIdGeneratorthat will encode the given index into all the ids that it produces. - newIdleStateEvent(IdleState, boolean) - Method in class io.netty.handler.timeout.IdleStateHandler
-
Returns a
IdleStateEvent. - newInitialMessage(ChannelHandlerContext) - Method in class io.netty.handler.proxy.HttpProxyHandler
- newInitialMessage(ChannelHandlerContext) - Method in class io.netty.handler.proxy.ProxyHandler
-
Returns a new message that is sent at first time when the connection to the proxy server has been established.
- newInitialMessage(ChannelHandlerContext) - Method in class io.netty.handler.proxy.Socks4ProxyHandler
- newInitialMessage(ChannelHandlerContext) - Method in class io.netty.handler.proxy.Socks5ProxyHandler
- newInstance() - Static method in class io.netty.channel.DefaultChannelId
-
Returns a new
DefaultChannelIdinstance. - newInstance() - Static method in class io.netty.util.internal.RecyclableArrayList
-
Create a new empty
RecyclableArrayListinstance - newInstance(int) - Static method in class io.netty.util.internal.RecyclableArrayList
-
Create a new empty
RecyclableArrayListinstance with the given capacity. - newInstance(Object, Promise<Void>) - Static method in class io.netty.util.internal.PendingWrite
-
Create a new empty
RecyclableArrayListinstance - newInstance(String) - Static method in class io.netty.channel.ChannelOption
-
Deprecated.
- newInstance(String) - Static method in class io.netty.util.AttributeKey
-
Creates a new
AttributeKeyfor the givennameor fail with anIllegalArgumentExceptionif aAttributeKeyfor the givennameexists. - newInstance(String) - Method in class io.netty.util.ConstantPool
- newInstance(String) - Method in class io.netty.util.internal.logging.CommonsLoggerFactory
-
Deprecated.
- newInstance(String) - Method in class io.netty.util.internal.logging.InternalLoggerFactory
-
Creates a new logger instance with the specified name.
- newInstance(String) - Method in class io.netty.util.internal.logging.JdkLoggerFactory
- newInstance(String) - Method in class io.netty.util.internal.logging.Log4J2LoggerFactory
- newInstance(String) - Method in class io.netty.util.internal.logging.Log4JLoggerFactory
- newInstance(String) - Method in class io.netty.util.internal.logging.Slf4JLoggerFactory
- newInstance(InetAddress) - Static method in class io.netty.channel.unix.NativeInetAddress
- newInvalidMessage(MqttFixedHeader, Object, Throwable) - Static method in class io.netty.handler.codec.mqtt.MqttMessageFactory
- newInvalidMessage(Throwable) - Static method in class io.netty.handler.codec.mqtt.MqttMessageFactory
- newIOException(String, int) - Static method in class io.netty.channel.unix.Errors
- newKey() - Method in class io.netty.handler.codec.http2.DefaultHttp2Connection
- newKey() - Method in interface io.netty.handler.codec.http2.Http2Connection
-
Creates a new key that is unique within this
Http2Connection. - newKeyless(BoringSSLAsyncPrivateKeyMethod, File) - Static method in class io.netty.handler.codec.quic.BoringSSLKeylessManagerFactory
-
Creates a new factory instance.
- newKeyless(BoringSSLAsyncPrivateKeyMethod, InputStream) - Static method in class io.netty.handler.codec.quic.BoringSSLKeylessManagerFactory
-
Creates a new factory instance.
- newKeyless(BoringSSLAsyncPrivateKeyMethod, X509Certificate...) - Static method in class io.netty.handler.codec.quic.BoringSSLKeylessManagerFactory
-
Creates a new factory instance.
- newKeyless(File) - Static method in class io.netty.handler.ssl.OpenSslX509KeyManagerFactory
- newKeyless(InputStream) - Static method in class io.netty.handler.ssl.OpenSslX509KeyManagerFactory
- newKeyless(X509Certificate...) - Static method in class io.netty.handler.ssl.OpenSslX509KeyManagerFactory
-
Returns a new initialized
OpenSslX509KeyManagerFactorywhich will provide its private key by using theOpenSslPrivateKeyMethod. - newKmpSearchProcessorFactory(byte[]) - Static method in class io.netty.buffer.search.AbstractSearchProcessorFactory
-
Creates a
SearchProcessorFactorybased on Knuth-Morris-Pratt string search algorithm. - NEWLINE - Static variable in class io.netty.util.internal.StringUtil
- newListener(SSLEngine, List<String>) - Method in interface io.netty.handler.ssl.JdkApplicationProtocolNegotiator.ProtocolSelectionListenerFactory
-
Deprecated.Generate a new instance of
JdkApplicationProtocolNegotiator.ProtocolSelectionListener. - newLocalChannel(LocalChannel) - Method in class io.netty.channel.local.LocalServerChannel
-
A factory method for
LocalChannels. - newLongCounter() - Static method in class io.netty.util.internal.PlatformDependent
-
Deprecated.please use
LongAdderinstead. - newMessage(Http2Stream, Http2Headers, boolean, ByteBufAllocator) - Method in class io.netty.handler.codec.http2.InboundHttp2ToHttpAdapter
-
Create a new
FullHttpMessagebased upon the current connection parameters - newMessage(MqttFixedHeader, Object, Object) - Static method in class io.netty.handler.codec.mqtt.MqttMessageFactory
- newMockTicker() - Static method in interface io.netty.util.concurrent.Ticker
-
Returns a newly created mock
Tickerthat allows the caller control the flow of time. - newMpscQueue() - Static method in class io.netty.util.internal.PlatformDependent
-
Create a new
Queuewhich is safe to use for multiple producers (different threads) and a single consumer (one thread!). - newMpscQueue(int) - Static method in class io.netty.util.internal.PlatformDependent
-
Create a new
Queuewhich is safe to use for multiple producers (different threads) and a single consumer (one thread!). - newMpscQueue(int, int) - Static method in class io.netty.util.internal.PlatformDependent
-
Create a new
Queuewhich 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.netty.resolver.dns.DnsAddressResolverGroup
-
Creates a new
NameResolver. - newNonSslHandler(ChannelHandlerContext) - Method in class io.netty.handler.ssl.OptionalSslHandler
-
Override to configure the ChannelHandler.
- newNonSslHandlerName() - Method in class io.netty.handler.ssl.OptionalSslHandler
-
Optionally specify the non-SSL handler name, this method may return
null. - newObject(ObjectPool.Handle<T>) - Method in interface io.netty.util.internal.ObjectPool.ObjectCreator
-
Deprecated.Creates an returns a new
Objectthat can be used and later recycled viaObjectPool.Handle.recycle(Object). - newObject(Recycler.Handle<T>) - Method in class io.netty.util.Recycler
- newObjectOutputStream(OutputStream) - Method in class io.netty.handler.codec.serialization.CompatibleObjectEncoder
-
Deprecated.Creates a new
ObjectOutputStreamwhich wraps the specifiedOutputStream. - newOps(short, short, int) - Static method in class io.netty.channel.kqueue.KQueueIoOps
-
Creates a new
KQueueIoOps. - newPacket(ByteBuf, int, InetSocketAddress) - Method in interface io.netty.handler.codec.quic.SegmentedDatagramPacketAllocator
-
Return a new segmented
DatagramPacket. - newPool(ObjectPool.ObjectCreator<T>) - Static method in class io.netty.util.internal.ObjectPool
-
Deprecated.For removal. Please use
Recycler()instead. - newPool(K) - Method in class io.netty.channel.pool.AbstractChannelPoolMap
-
Called once a new
ChannelPoolneeds to be created as non exists yet for thekey. - newProgressivePromise() - Method in interface io.netty.channel.Channel
- newProgressivePromise() - Method in interface io.netty.channel.ChannelOutboundInvoker
-
Return an new
ChannelProgressivePromise - newProgressivePromise() - Method in interface io.netty.channel.ChannelPipeline
- newProgressivePromise() - Method in class io.netty.channel.DefaultChannelPipeline
- newProgressivePromise() - Method in interface io.netty.handler.codec.quic.QuicChannel
- newProgressivePromise() - Method in interface io.netty.handler.codec.quic.QuicStreamChannel
- newProgressivePromise() - Method in interface io.netty.util.concurrent.EventExecutor
-
Create a new
ProgressivePromise. - newProgressivePromise() - Method in class io.netty.util.concurrent.ImmediateEventExecutor
- newProgressivePromise() - Method in class io.netty.util.concurrent.UnorderedThreadPoolEventExecutor
-
Deprecated.
- newPromise() - Method in interface io.netty.channel.Channel
- newPromise() - Method in interface io.netty.channel.ChannelOutboundInvoker
-
Return a new
ChannelPromise. - newPromise() - Method in interface io.netty.channel.ChannelPipeline
- newPromise() - Method in class io.netty.channel.DefaultChannelPipeline
- newPromise() - Method in interface io.netty.handler.codec.quic.QuicChannel
- newPromise() - Method in interface io.netty.handler.codec.quic.QuicStreamChannel
- newPromise() - Method in interface io.netty.util.concurrent.EventExecutor
-
Return a new
Promise. - newPromise() - Method in class io.netty.util.concurrent.ImmediateEventExecutor
- newPromise() - Method in class io.netty.util.concurrent.UnorderedThreadPoolEventExecutor
-
Deprecated.
- newPushStream(long, ChannelHandler) - Method in class io.netty.handler.codec.http3.Http3ServerPushStreamManager
-
Returns a new HTTP/3 push-stream that will use the given
ChannelHandlerto dispatchHttp3PushStreamFrames too. - newPushStream(long, ChannelHandler, Promise<QuicStreamChannel>) - Method in class io.netty.handler.codec.http3.Http3ServerPushStreamManager
-
Returns a new HTTP/3 push-stream that will use the given
ChannelHandlerto dispatchHttp3PushStreamFrames too. - newPushStream(long, ChannelHandler, UnaryOperator<QuicStreamChannelBootstrap>, Promise<QuicStreamChannel>) - Method in class io.netty.handler.codec.http3.Http3ServerPushStreamManager
-
Returns a new HTTP/3 push-stream that will use the given
ChannelHandlerto dispatchHttp3PushStreamFrames too. - newQuicClientCodecBuilder() - Static method in class io.netty.handler.codec.http3.Http3
-
Returns a new
QuicClientCodecBuilderthat has preconfigured for HTTP3. - newQuicServerCodecBuilder() - Static method in class io.netty.handler.codec.http3.Http3
-
Returns a new
QuicServerCodecBuilderthat has preconfigured for HTTP3. - newRedirectDnsServerStream(String, List<InetSocketAddress>) - Method in class io.netty.resolver.dns.DnsNameResolver
-
Creates a new
DnsServerAddressStreamto following a redirected DNS query. - newReponseData() - Method in interface io.netty.handler.codec.http.websocketx.extensions.WebSocketServerExtension
-
Return an extension configuration to submit to the client as an acknowledge.
- newRequestData() - Method in class io.netty.handler.codec.http.websocketx.extensions.compression.DeflateFrameClientExtensionHandshaker
- newRequestData() - Method in class io.netty.handler.codec.http.websocketx.extensions.compression.PerMessageDeflateClientExtensionHandshaker
- newRequestData() - Method in interface io.netty.handler.codec.http.websocketx.extensions.WebSocketClientExtensionHandshaker
-
Return extension configuration to submit to the server.
- newRequestStream(QuicChannel, ChannelHandler) - Static method in class io.netty.handler.codec.http3.Http3
-
Returns a new HTTP/3 request-stream that will use the given
ChannelHandlerto dispatchHttp3RequestStreamFrames too. - newRequestStreamBootstrap(QuicChannel, ChannelHandler) - Static method in class io.netty.handler.codec.http3.Http3
-
Returns a new HTTP/3 request-stream bootstrap that will use the given
ChannelHandlerto dispatchHttp3RequestStreamFrames too. - newResetToken(ByteBuffer) - Method in interface io.netty.handler.codec.quic.QuicResetTokenGenerator
-
Generate a reset token to use for the given connection id.
- newResolver(EventLoop, ChannelFactory<? extends DatagramChannel>, DnsServerAddressStreamProvider) - Method in class io.netty.resolver.dns.DnsAddressResolverGroup
- newResolver(EventExecutor) - Method in class io.netty.resolver.AddressResolverGroup
-
Invoked by
AddressResolverGroup.getResolver(EventExecutor)to create a newAddressResolver. - newResolver(EventExecutor) - Method in class io.netty.resolver.DefaultAddressResolverGroup
- newResolver(EventExecutor) - Method in class io.netty.resolver.dns.DnsAddressResolverGroup
- newResolver(EventExecutor) - Method in class io.netty.resolver.NoopAddressResolverGroup
- newResourceLeakDetector(Class<T>) - Method in class io.netty.util.ResourceLeakDetectorFactory
-
Returns a new instance of a
ResourceLeakDetectorwith the given resource class. - newResourceLeakDetector(Class<T>, int) - Method in class io.netty.util.ResourceLeakDetectorFactory
-
Returns a new instance of a
ResourceLeakDetectorwith the given resource class. - newResourceLeakDetector(Class<T>, int, long) - Method in class io.netty.util.ResourceLeakDetectorFactory
-
Deprecated.Use
ResourceLeakDetectorFactory.newResourceLeakDetector(Class, int)instead.Returns a new instance of a
ResourceLeakDetectorwith the given resource class. - newSearchProcessor() - Method in class io.netty.buffer.search.AhoCorasicSearchProcessorFactory
-
Returns a new
AhoCorasicSearchProcessorFactory.Processor. - newSearchProcessor() - Method in class io.netty.buffer.search.BitapSearchProcessorFactory
-
Returns a new
BitapSearchProcessorFactory.Processor. - newSearchProcessor() - Method in class io.netty.buffer.search.KmpSearchProcessorFactory
-
Returns a new
KmpSearchProcessorFactory.Processor. - newSearchProcessor() - Method in interface io.netty.buffer.search.MultiSearchProcessorFactory
-
Returns a new
MultiSearchProcessor. - newSearchProcessor() - Method in interface io.netty.buffer.search.SearchProcessorFactory
-
Returns a new
SearchProcessor. - newSegmentedAllocator(int) - Static method in class io.netty.handler.codec.quic.EpollQuicUtils
-
Return a new
SegmentedDatagramPacketAllocatorthat can be used while usingEpollDatagramChannel. - newSelector(SSLEngine, Set<String>) - Method in interface io.netty.handler.ssl.JdkApplicationProtocolNegotiator.ProtocolSelectorFactory
-
Deprecated.Generate a new instance of
JdkApplicationProtocolNegotiator.ProtocolSelector. - newSelectStrategy() - Method in class io.netty.channel.DefaultSelectStrategyFactory
- newSelectStrategy() - Method in interface io.netty.channel.SelectStrategyFactory
-
Creates a new
SelectStrategy. - newServerContext(SslProvider, File, File) - Static method in class io.netty.handler.ssl.SslContext
-
Deprecated.Replaced by
SslContextBuilder - newServerContext(SslProvider, File, File, String) - Static method in class io.netty.handler.ssl.SslContext
-
Deprecated.Replaced by
SslContextBuilder - newServerContext(SslProvider, File, File, String, Iterable<String>, CipherSuiteFilter, ApplicationProtocolConfig, long, long) - Static method in class io.netty.handler.ssl.SslContext
-
Deprecated.Replaced by
SslContextBuilder - newServerContext(SslProvider, File, File, String, Iterable<String>, Iterable<String>, long, long) - Static method in class io.netty.handler.ssl.SslContext
-
Deprecated.Replaced by
SslContextBuilder - newServerContext(SslProvider, File, File, String, TrustManagerFactory, Iterable<String>, Iterable<String>, long, long) - Static method in class io.netty.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.netty.handler.ssl.SslContext
-
Deprecated.Replaced by
SslContextBuilder - newServerContext(File, File) - Static method in class io.netty.handler.ssl.SslContext
-
Deprecated.Replaced by
SslContextBuilder - newServerContext(File, File, String) - Static method in class io.netty.handler.ssl.SslContext
-
Deprecated.Replaced by
SslContextBuilder - newServerContext(File, File, String, Iterable<String>, CipherSuiteFilter, ApplicationProtocolConfig, long, long) - Static method in class io.netty.handler.ssl.SslContext
-
Deprecated.Replaced by
SslContextBuilder - newServerContext(File, File, String, Iterable<String>, Iterable<String>, long, long) - Static method in class io.netty.handler.ssl.SslContext
-
Deprecated.Replaced by
SslContextBuilder - newSocket(int) - Static method in class io.netty.channel.epoll.LinuxSocket
- newSocketDgram() - Static method in class io.netty.channel.epoll.LinuxSocket
- newSocketDgram() - Static method in class io.netty.channel.unix.Socket
- newSocketDgram(boolean) - Static method in class io.netty.channel.epoll.LinuxSocket
- newSocketDgram(InternetProtocolFamily) - Static method in class io.netty.channel.epoll.LinuxSocket
-
Deprecated.
- newSocketDgram(SocketProtocolFamily) - Static method in class io.netty.channel.epoll.LinuxSocket
- newSocketDgram0() - Static method in class io.netty.channel.unix.Socket
- newSocketDgram0(boolean) - Static method in class io.netty.channel.unix.Socket
- newSocketDgram0(InternetProtocolFamily) - Static method in class io.netty.channel.unix.Socket
-
Deprecated.
- newSocketDgram0(SocketProtocolFamily) - Static method in class io.netty.channel.unix.Socket
- newSocketDomain() - Static method in class io.netty.channel.epoll.LinuxSocket
- newSocketDomain() - Static method in class io.netty.channel.unix.Socket
- newSocketDomain0() - Static method in class io.netty.channel.unix.Socket
- newSocketDomainDgram() - Static method in class io.netty.channel.epoll.LinuxSocket
- newSocketDomainDgram() - Static method in class io.netty.channel.unix.Socket
- newSocketDomainDgram0() - Static method in class io.netty.channel.unix.Socket
- newSocketStream() - Static method in class io.netty.channel.epoll.LinuxSocket
- newSocketStream() - Static method in class io.netty.channel.unix.Socket
- newSocketStream(boolean) - Static method in class io.netty.channel.epoll.LinuxSocket
- newSocketStream(InternetProtocolFamily) - Static method in class io.netty.channel.epoll.LinuxSocket
-
Deprecated.
- newSocketStream(SocketProtocolFamily) - Static method in class io.netty.channel.epoll.LinuxSocket
- newSocketStream0() - Static method in class io.netty.channel.unix.Socket
- newSocketStream0(boolean) - Static method in class io.netty.channel.unix.Socket
- newSocketStream0(InternetProtocolFamily) - Static method in class io.netty.channel.unix.Socket
-
Deprecated.
- newSocketStream0(SocketProtocolFamily) - Static method in class io.netty.channel.unix.Socket
- newSpdyUnknownFrame(int, byte, ByteBuf) - Method in class io.netty.handler.codec.spdy.SpdyFrameCodec
-
Create a SpdyUnknownFrame.
- newSpscQueue() - Static method in class io.netty.util.internal.PlatformDependent
-
Create a new
Queuewhich is safe to use for single producer (one thread!) - newSslHandler(ChannelHandlerContext, SslContext) - Method in class io.netty.handler.ssl.OptionalSslHandler
-
Override to configure the SslHandler eg.
- newSslHandler(SslContext, ByteBufAllocator) - Method in class io.netty.handler.ssl.SniHandler
- newSslHandlerName() - Method in class io.netty.handler.ssl.OptionalSslHandler
-
Optionally specify the SSL handler name, this method may return
null. - newStream() - Method in class io.netty.handler.codec.http2.Http2ChannelDuplexHandler
-
Creates a new
Http2FrameStreamobject. - newStreamBootstrap() - Method in interface io.netty.handler.codec.quic.QuicChannel
-
Returns a new
QuicStreamChannelBootstrapwhich makes it easy to bootstrap newQuicStreamChannels with custom options and attributes. - newSucceededFuture() - Method in interface io.netty.channel.Channel
- newSucceededFuture() - Method in interface io.netty.channel.ChannelOutboundInvoker
-
Create a new
ChannelFuturewhich is marked as succeeded already. - newSucceededFuture() - Method in class io.netty.channel.DefaultChannelPipeline
- newSucceededFuture() - Method in interface io.netty.handler.codec.quic.QuicChannel
- newSucceededFuture() - Method in interface io.netty.handler.codec.quic.QuicStreamChannel
- newSucceededFuture(V) - Method in interface io.netty.util.concurrent.EventExecutor
-
Create a new
Futurewhich is marked as succeeded already. - newSucceededFuture(V) - Method in class io.netty.util.concurrent.UnorderedThreadPoolEventExecutor
-
Deprecated.
- newSwappedByteBuf() - Method in class io.netty.buffer.AbstractByteBuf
-
Creates a new
SwappedByteBuffor thisByteBufinstance. - newSwappedByteBuf() - Method in class io.netty.buffer.UnpooledUnsafeDirectByteBuf
- newSwappedByteBuf() - Method in class io.netty.buffer.UnpooledUnsafeHeapByteBuf
-
Deprecated.
- newTaskFor(Runnable, T) - Method in class io.netty.util.concurrent.AbstractEventExecutor
- newTaskFor(Callable<T>) - Method in class io.netty.util.concurrent.AbstractEventExecutor
- newTaskQueue() - Method in class io.netty.util.concurrent.SingleThreadEventExecutor
-
Deprecated.Please use and override
SingleThreadEventExecutor.newTaskQueue(int). - newTaskQueue(int) - Method in interface io.netty.channel.EventLoopTaskQueueFactory
-
Returns a new
Queueto use. - newTaskQueue(int) - Method in class io.netty.channel.SingleThreadIoEventLoop
- newTaskQueue(int) - Method in class io.netty.util.concurrent.SingleThreadEventExecutor
-
Create a new
Queuewhich will holds the tasks to execute. - newTaskQueue0(int) - Static method in class io.netty.channel.SingleThreadIoEventLoop
- newThread(Runnable) - Method in class io.netty.util.concurrent.DefaultThreadFactory
- newThread(Runnable, String) - Method in class io.netty.util.concurrent.DefaultThreadFactory
- newTimeout(TimerTask, long, TimeUnit) - Method in class io.netty.util.HashedWheelTimer
- newTimeout(TimerTask, long, TimeUnit) - Method in interface io.netty.util.Timer
-
Schedules the specified
TimerTaskfor one-time execution after the specified delay. - newTimerFd() - Static method in class io.netty.channel.epoll.Native
- newUnsafe() - Method in class io.netty.channel.AbstractChannel
-
Create a new
AbstractChannel.AbstractUnsafeinstance which will be used for the life-time of theChannel - newUnsafe() - Method in class io.netty.channel.AbstractServerChannel
- newUnsafe() - Method in class io.netty.channel.embedded.EmbeddedChannel
- newUnsafe() - Method in class io.netty.channel.epoll.AbstractEpollServerChannel
- newUnsafe() - Method in class io.netty.channel.epoll.AbstractEpollStreamChannel
- newUnsafe() - Method in class io.netty.channel.epoll.EpollDatagramChannel
- newUnsafe() - Method in class io.netty.channel.epoll.EpollDomainDatagramChannel
- newUnsafe() - Method in class io.netty.channel.epoll.EpollDomainSocketChannel
- newUnsafe() - Method in class io.netty.channel.epoll.EpollSocketChannel
- newUnsafe() - Method in class io.netty.channel.kqueue.AbstractKQueueServerChannel
- newUnsafe() - Method in class io.netty.channel.kqueue.AbstractKQueueStreamChannel
- newUnsafe() - Method in class io.netty.channel.kqueue.KQueueDatagramChannel
- newUnsafe() - Method in class io.netty.channel.kqueue.KQueueDomainDatagramChannel
- newUnsafe() - Method in class io.netty.channel.kqueue.KQueueDomainSocketChannel
- newUnsafe() - Method in class io.netty.channel.kqueue.KQueueSocketChannel
- newUnsafe() - Method in class io.netty.channel.local.LocalChannel
- newUnsafe() - Method in class io.netty.channel.local.LocalServerChannel
- newUnsafe() - Method in class io.netty.channel.nio.AbstractNioByteChannel
- newUnsafe() - Method in class io.netty.channel.nio.AbstractNioMessageChannel
- newUnsafe() - Method in class io.netty.channel.oio.AbstractOioChannel
-
Deprecated.
- newUnsafe() - Method in class io.netty.channel.rxtx.RxtxChannel
-
Deprecated.
- newUnsafe() - Method in class io.netty.channel.socket.nio.NioDomainSocketChannel
- newUnsafe() - Method in class io.netty.channel.socket.nio.NioSocketChannel
- newUnsafe() - Method in class io.netty.channel.uring.IoUringDatagramChannel
- newUnsafe() - Method in class io.netty.channel.uring.IoUringDomainSocketChannel
- newUnsafe() - Method in class io.netty.channel.uring.IoUringSocketChannel
- newUpgradeCodec(CharSequence) - Method in interface io.netty.handler.codec.http.HttpServerUpgradeHandler.UpgradeCodecFactory
-
Invoked by
HttpServerUpgradeHandlerfor all the requested protocol names in the order of the client preference. - newVSockStream() - Static method in class io.netty.channel.epoll.LinuxSocket
- newWebsocketDecoder() - Method in class io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker
-
Returns the decoder to use after handshake is complete.
- newWebsocketDecoder() - Method in class io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker00
- newWebsocketDecoder() - Method in class io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker07
- newWebsocketDecoder() - Method in class io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker08
- newWebsocketDecoder() - Method in class io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker13
- newWebsocketDecoder() - Method in class io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker
-
Returns the decoder to use after handshake is complete.
- newWebsocketDecoder() - Method in class io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker00
- newWebsocketDecoder() - Method in class io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker07
- newWebsocketDecoder() - Method in class io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker08
- newWebsocketDecoder() - Method in class io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker13
- newWebSocketEncoder() - Method in class io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker
-
Returns the encoder to use after the handshake is complete.
- newWebSocketEncoder() - Method in class io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker00
- newWebSocketEncoder() - Method in class io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker07
- newWebSocketEncoder() - Method in class io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker08
- newWebSocketEncoder() - Method in class io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker13
- newWebSocketEncoder() - Method in class io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker
-
Returns the encoder to use after the handshake is complete.
- newWebSocketEncoder() - Method in class io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker00
- newWebSocketEncoder() - Method in class io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker07
- newWebSocketEncoder() - Method in class io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker08
- newWebSocketEncoder() - Method in class io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker13
- newWireSharkSslMasterKeyHandler() - Static method in class io.netty.handler.ssl.SslMasterKeyHandler
-
Create a
SslMasterKeyHandler.WiresharkSslMasterKeyHandlerinstance. - newZlibDecoder() - Static method in class io.netty.handler.codec.compression.ZlibCodecFactory
-
Deprecated.
- newZlibDecoder(byte[]) - Static method in class io.netty.handler.codec.compression.ZlibCodecFactory
-
Deprecated.
- newZlibDecoder(byte[], int) - Static method in class io.netty.handler.codec.compression.ZlibCodecFactory
-
Create a new decoder instance with the specified preset dictionary and maximum buffer allocation.
- newZlibDecoder(int) - Static method in class io.netty.handler.codec.compression.ZlibCodecFactory
-
Create a new decoder instance with specified maximum buffer allocation.
- newZlibDecoder(ZlibWrapper) - Static method in class io.netty.handler.codec.compression.ZlibCodecFactory
-
Deprecated.
- newZlibDecoder(ZlibWrapper, int) - Static method in class io.netty.handler.codec.compression.ZlibCodecFactory
-
Create a new decoder instance with the specified wrapper and maximum buffer allocation.
- newZlibEncoder(byte[]) - Static method in class io.netty.handler.codec.compression.ZlibCodecFactory
- newZlibEncoder(int) - Static method in class io.netty.handler.codec.compression.ZlibCodecFactory
- newZlibEncoder(int, byte[]) - Static method in class io.netty.handler.codec.compression.ZlibCodecFactory
- newZlibEncoder(int, int, int, byte[]) - Static method in class io.netty.handler.codec.compression.ZlibCodecFactory
- newZlibEncoder(ZlibWrapper) - Static method in class io.netty.handler.codec.compression.ZlibCodecFactory
- newZlibEncoder(ZlibWrapper, int) - Static method in class io.netty.handler.codec.compression.ZlibCodecFactory
- newZlibEncoder(ZlibWrapper, int, int, int) - Static method in class io.netty.handler.codec.compression.ZlibCodecFactory
- next - Variable in class io.netty.handler.codec.DefaultHeaders.HeaderEntry
-
In bucket linked list
- next() - Method in class io.netty.channel.AbstractEventLoop
- next() - Method in class io.netty.channel.AbstractEventLoopGroup
- next() - Method in interface io.netty.channel.EventLoopGroup
-
Return the next
EventLoopto use - next() - Method in interface io.netty.channel.IoEventLoop
- next() - Method in interface io.netty.channel.IoEventLoopGroup
- next() - Method in class io.netty.channel.ManualIoEventLoop
- next() - Method in class io.netty.channel.MultithreadEventLoopGroup
- next() - Method in class io.netty.channel.MultiThreadIoEventLoopGroup
- next() - Method in class io.netty.channel.SingleThreadEventLoop.ChannelsReadOnlyIterator
- next() - Method in class io.netty.channel.SingleThreadEventLoop
- next() - Method in class io.netty.channel.SingleThreadIoEventLoop
- next() - Method in class io.netty.channel.ThreadPerChannelEventLoopGroup
-
Deprecated.
- next() - Method in class io.netty.handler.codec.http.multipart.HttpPostMultipartRequestDecoder
-
Returns the next available InterfaceHttpData or null if, at the time it is called, there is no more available InterfaceHttpData.
- next() - Method in class io.netty.handler.codec.http.multipart.HttpPostRequestDecoder
- next() - Method in class io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder
-
Returns the next available InterfaceHttpData or null if, at the time it is called, there is no more available InterfaceHttpData.
- next() - Method in interface io.netty.handler.codec.http.multipart.InterfaceHttpPostRequestDecoder
-
Returns the next available InterfaceHttpData or null if, at the time it is called, there is no more available InterfaceHttpData.
- next() - Method in interface io.netty.resolver.dns.DnsServerAddressStream
-
Retrieves the next DNS server address from the stream.
- next() - Method in class io.netty.util.concurrent.AbstractEventExecutor
- next() - Method in interface io.netty.util.concurrent.EventExecutorChooserFactory.EventExecutorChooser
-
Returns the new
EventExecutorto use. - next() - Method in interface io.netty.util.concurrent.EventExecutorGroup
-
Returns one of the
EventExecutors managed by thisEventExecutorGroup. - next() - Method in class io.netty.util.concurrent.MultithreadEventExecutorGroup
- next() - Method in class io.netty.util.concurrent.NonStickyEventExecutorGroup
- next() - Method in class io.netty.util.concurrent.UnorderedThreadPoolEventExecutor
-
Deprecated.
- next() - Method in class io.netty.util.internal.ReadOnlyIterator
- next(int) - Method in class io.netty.util.internal.ThreadLocalRandom
-
Deprecated.
- nextBufferSize() - Method in class io.netty.channel.uring.AbstractIoUringBufferRingAllocator
-
Return the next buffer size of each
ByteBufthat is put into the buffer ring. - nextBufferSize() - Method in class io.netty.channel.uring.IoUringAdaptiveBufferRingAllocator
- nextBufferSize() - Method in class io.netty.channel.uring.IoUringFixedBufferRingAllocator
- nextDouble(double) - Method in class io.netty.util.internal.ThreadLocalRandom
-
Deprecated.Returns a pseudorandom, uniformly distributed
doublevalue between 0 (inclusive) and the specified value (exclusive). - nextDouble(double, double) - Method in class io.netty.util.internal.ThreadLocalRandom
-
Deprecated.Returns a pseudorandom, uniformly distributed value between the given least value (inclusive) and bound (exclusive).
- nextId() - Method in class io.netty.util.ConstantPool
-
Deprecated.
- nextInt(int, int) - Method in class io.netty.util.internal.ThreadLocalRandom
-
Deprecated.Returns a pseudorandom, uniformly distributed value between the given least value (inclusive) and bound (exclusive).
- nextLong(long) - Method in class io.netty.util.internal.ThreadLocalRandom
-
Deprecated.Returns a pseudorandom, uniformly distributed value between 0 (inclusive) and the specified value (exclusive).
- nextLong(long, long) - Method in class io.netty.util.internal.ThreadLocalRandom
-
Deprecated.Returns a pseudorandom, uniformly distributed value between the given least value (inclusive) and bound (exclusive).
- nextMask() - Method in class io.netty.handler.codec.http.websocketx.RandomWebSocketFrameMaskGenerator
- nextMask() - Method in interface io.netty.handler.codec.http.websocketx.WebSocketFrameMaskGenerator
-
Return the next mask that is used to mask the payload of the
WebSocketFrame. - nextProtocols() - Method in class io.netty.handler.ssl.SslContext
-
Deprecated.Use
SslContext.applicationProtocolNegotiator()instead. - nextScheduledTaskDeadlineNanos() - Method in class io.netty.util.concurrent.AbstractScheduledEventExecutor
-
Return the deadline (in nanoseconds) when the next scheduled task is ready to be run or
-1if no task is scheduled. - nextScheduledTaskNano() - Method in class io.netty.util.concurrent.AbstractScheduledEventExecutor
-
Return the nanoseconds until the next scheduled task is ready to be run or
-1if no task is scheduled. - nextSize() - Method in class io.netty.util.internal.AdaptiveCalculator
- nextUpdate() - Method in class io.netty.handler.ssl.ocsp.OcspResponse
- nextVariableIndex() - Static method in class io.netty.util.internal.InternalThreadLocalMap
- nioBuffer() - Method in class io.netty.buffer.AbstractByteBuf
- nioBuffer() - Method in class io.netty.buffer.ByteBuf
-
Exposes this buffer's readable bytes as an NIO
ByteBuffer. - nioBuffer() - Method in class io.netty.buffer.EmptyByteBuf
- nioBuffer() - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- nioBuffer() - Method in class io.netty.buffer.WrappedByteBuf
- nioBuffer(int, int) - Method in class io.netty.buffer.AbstractDerivedByteBuf
-
Deprecated.
- nioBuffer(int, int) - Method in class io.netty.buffer.ByteBuf
-
Exposes this buffer's sub-region as an NIO
ByteBuffer. - nioBuffer(int, int) - Method in class io.netty.buffer.CompositeByteBuf
- nioBuffer(int, int) - Method in class io.netty.buffer.EmptyByteBuf
- nioBuffer(int, int) - Method in class io.netty.buffer.ReadOnlyByteBuf
-
Deprecated.
- nioBuffer(int, int) - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- nioBuffer(int, int) - Method in class io.netty.buffer.UnpooledDirectByteBuf
- nioBuffer(int, int) - Method in class io.netty.buffer.UnpooledHeapByteBuf
- nioBuffer(int, int) - Method in class io.netty.buffer.WrappedByteBuf
- nioBufferCount() - Method in class io.netty.buffer.ByteBuf
-
Returns the maximum number of NIO
ByteBuffers that consist this buffer. - nioBufferCount() - Method in class io.netty.buffer.CompositeByteBuf
- nioBufferCount() - Method in class io.netty.buffer.DuplicatedByteBuf
-
Deprecated.
- nioBufferCount() - Method in class io.netty.buffer.EmptyByteBuf
- nioBufferCount() - Method in class io.netty.buffer.ReadOnlyByteBuf
-
Deprecated.
- nioBufferCount() - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- nioBufferCount() - Method in class io.netty.buffer.UnpooledDirectByteBuf
- nioBufferCount() - Method in class io.netty.buffer.UnpooledHeapByteBuf
- nioBufferCount() - Method in class io.netty.buffer.WrappedByteBuf
- nioBufferCount() - Method in class io.netty.channel.ChannelOutboundBuffer
-
Returns the number of
ByteBufferthat can be written out of theByteBufferarray that was obtained viaChannelOutboundBuffer.nioBuffers(). - nioBuffers() - Method in class io.netty.buffer.AbstractByteBuf
- nioBuffers() - Method in class io.netty.buffer.ByteBuf
-
Exposes this buffer's readable bytes as an NIO
ByteBuffer's. - nioBuffers() - Method in class io.netty.buffer.CompositeByteBuf
- nioBuffers() - Method in class io.netty.buffer.EmptyByteBuf
- nioBuffers() - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- nioBuffers() - Method in class io.netty.buffer.WrappedByteBuf
- nioBuffers() - Method in class io.netty.channel.ChannelOutboundBuffer
-
Returns an array of direct NIO buffers if the currently pending messages are made of
ByteBufonly. - nioBuffers(int, int) - Method in class io.netty.buffer.ByteBuf
-
Exposes this buffer's bytes as an NIO
ByteBuffer's for the specified index and length The returned buffer either share or contains the copied content of this buffer, while changing the position and limit of the returned NIO buffer does not affect the indexes and marks of this buffer. - nioBuffers(int, int) - Method in class io.netty.buffer.CompositeByteBuf
- nioBuffers(int, int) - Method in class io.netty.buffer.DuplicatedByteBuf
-
Deprecated.
- nioBuffers(int, int) - Method in class io.netty.buffer.EmptyByteBuf
- nioBuffers(int, int) - Method in class io.netty.buffer.ReadOnlyByteBuf
-
Deprecated.
- nioBuffers(int, int) - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- nioBuffers(int, int) - Method in class io.netty.buffer.UnpooledDirectByteBuf
- nioBuffers(int, int) - Method in class io.netty.buffer.UnpooledHeapByteBuf
- nioBuffers(int, int) - Method in class io.netty.buffer.WrappedByteBuf
- nioBuffers(int, long) - Method in class io.netty.channel.ChannelOutboundBuffer
-
Returns an array of direct NIO buffers if the currently pending messages are made of
ByteBufonly. - nioBufferSize() - Method in class io.netty.channel.ChannelOutboundBuffer
-
Returns the number of bytes that can be written out of the
ByteBufferarray that was obtained viaChannelOutboundBuffer.nioBuffers(). - NioByteUnsafe() - Constructor for class io.netty.channel.nio.AbstractNioByteChannel.NioByteUnsafe
- NioChannelOption<T> - Class in io.netty.channel.socket.nio
-
Provides
ChannelOptionover a givenSocketOptionwhich is then passed through the underlyingNetworkChannel. - NioDatagramChannel - Class in io.netty.channel.socket.nio
-
An NIO datagram
Channelthat sends and receives anAddressedEnvelope. - NioDatagramChannel() - Constructor for class io.netty.channel.socket.nio.NioDatagramChannel
-
Create a new instance which will use the Operation Systems default
SocketProtocolFamily. - NioDatagramChannel(InternetProtocolFamily) - Constructor for class io.netty.channel.socket.nio.NioDatagramChannel
-
Deprecated.
- NioDatagramChannel(SocketProtocolFamily) - Constructor for class io.netty.channel.socket.nio.NioDatagramChannel
-
Create a new instance using the given
SocketProtocolFamily. - NioDatagramChannel(DatagramChannel) - Constructor for class io.netty.channel.socket.nio.NioDatagramChannel
-
Create a new instance from the given
DatagramChannel. - NioDatagramChannel(SelectorProvider) - Constructor for class io.netty.channel.socket.nio.NioDatagramChannel
-
Create a new instance using the given
SelectorProviderwhich will use the Operation Systems defaultSocketProtocolFamily. - NioDatagramChannel(SelectorProvider, InternetProtocolFamily) - Constructor for class io.netty.channel.socket.nio.NioDatagramChannel
-
Deprecated.
- NioDatagramChannel(SelectorProvider, SocketProtocolFamily) - Constructor for class io.netty.channel.socket.nio.NioDatagramChannel
-
Create a new instance using the given
SelectorProviderandSocketProtocolFamily. - NioDomainSocketChannel - Class in io.netty.channel.socket.nio
-
DuplexChannelwhich uses NIO selector based implementation to support UNIX Domain Sockets. - NioDomainSocketChannel() - Constructor for class io.netty.channel.socket.nio.NioDomainSocketChannel
-
Create a new instance
- NioDomainSocketChannel(Channel, SocketChannel) - Constructor for class io.netty.channel.socket.nio.NioDomainSocketChannel
-
Create a new instance
- NioDomainSocketChannel(SocketChannel) - Constructor for class io.netty.channel.socket.nio.NioDomainSocketChannel
-
Create a new instance using the given
SocketChannel. - NioDomainSocketChannel(SelectorProvider) - Constructor for class io.netty.channel.socket.nio.NioDomainSocketChannel
-
Create a new instance using the given
SelectorProvider. - NioEventLoop - Class in io.netty.channel.nio
-
Deprecated.Use
SingleThreadIoEventLoopwithNioIoHandler - NioEventLoopGroup - Class in io.netty.channel.nio
-
Deprecated.
- NioEventLoopGroup() - Constructor for class io.netty.channel.nio.NioEventLoopGroup
-
Deprecated.Create a new instance using the default number of threads, the default
ThreadFactoryand theSelectorProviderwhich is returned bySelectorProvider.provider(). - NioEventLoopGroup(int) - Constructor for class io.netty.channel.nio.NioEventLoopGroup
-
Deprecated.Create a new instance using the specified number of threads,
ThreadFactoryand theSelectorProviderwhich is returned bySelectorProvider.provider(). - NioEventLoopGroup(int, Executor) - Constructor for class io.netty.channel.nio.NioEventLoopGroup
-
Deprecated.
- NioEventLoopGroup(int, Executor, EventExecutorChooserFactory, SelectorProvider, SelectStrategyFactory) - Constructor for class io.netty.channel.nio.NioEventLoopGroup
-
Deprecated.
- NioEventLoopGroup(int, Executor, EventExecutorChooserFactory, SelectorProvider, SelectStrategyFactory, RejectedExecutionHandler) - Constructor for class io.netty.channel.nio.NioEventLoopGroup
-
Deprecated.
- NioEventLoopGroup(int, Executor, EventExecutorChooserFactory, SelectorProvider, SelectStrategyFactory, RejectedExecutionHandler, EventLoopTaskQueueFactory) - Constructor for class io.netty.channel.nio.NioEventLoopGroup
-
Deprecated.
- NioEventLoopGroup(int, Executor, EventExecutorChooserFactory, SelectorProvider, SelectStrategyFactory, RejectedExecutionHandler, EventLoopTaskQueueFactory, EventLoopTaskQueueFactory) - Constructor for class io.netty.channel.nio.NioEventLoopGroup
-
Deprecated.
- NioEventLoopGroup(int, Executor, SelectorProvider) - Constructor for class io.netty.channel.nio.NioEventLoopGroup
-
Deprecated.
- NioEventLoopGroup(int, Executor, SelectorProvider, SelectStrategyFactory) - Constructor for class io.netty.channel.nio.NioEventLoopGroup
-
Deprecated.
- NioEventLoopGroup(int, ThreadFactory) - Constructor for class io.netty.channel.nio.NioEventLoopGroup
-
Deprecated.Create a new instance using the specified number of threads, the given
ThreadFactoryand theSelectorProviderwhich is returned bySelectorProvider.provider(). - NioEventLoopGroup(int, ThreadFactory, SelectorProvider) - Constructor for class io.netty.channel.nio.NioEventLoopGroup
-
Deprecated.Create a new instance using the specified number of threads, the given
ThreadFactoryand the givenSelectorProvider. - NioEventLoopGroup(int, ThreadFactory, SelectorProvider, SelectStrategyFactory) - Constructor for class io.netty.channel.nio.NioEventLoopGroup
-
Deprecated.
- NioEventLoopGroup(ThreadFactory) - Constructor for class io.netty.channel.nio.NioEventLoopGroup
-
Deprecated.Create a new instance using the default number of threads, the given
ThreadFactoryand theSelectorProviderwhich is returned bySelectorProvider.provider(). - NioIoEvent - Interface in io.netty.channel.nio
-
IoEventthat must be handled by theNioIoHandle. - NioIoHandle - Interface in io.netty.channel.nio
-
IoHandlesubtype for NIO based implementations that will work withNioIoHandler. - NioIoHandler - Class in io.netty.channel.nio
- NioIoOps - Class in io.netty.channel.nio
-
Implementation of
IoOpsfor that is used byNioIoHandlerand so for NIO based transports. - NioSctpChannel - Class in io.netty.channel.sctp.nio
-
SctpChannelimplementation which use non-blocking mode and allows to read / writeSctpMessages to the underlyingSctpChannel. - NioSctpChannel() - Constructor for class io.netty.channel.sctp.nio.NioSctpChannel
-
Create a new instance
- NioSctpChannel(SctpChannel) - Constructor for class io.netty.channel.sctp.nio.NioSctpChannel
-
Create a new instance using
SctpChannel - NioSctpChannel(Channel, SctpChannel) - Constructor for class io.netty.channel.sctp.nio.NioSctpChannel
-
Create a new instance
- NioSctpServerChannel - Class in io.netty.channel.sctp.nio
-
SctpServerChannelimplementation which use non-blocking mode to accept new connections and create theNioSctpChannelfor them. - NioSctpServerChannel() - Constructor for class io.netty.channel.sctp.nio.NioSctpServerChannel
-
Create a new instance
- NioSelectableChannelIoHandle<S extends java.nio.channels.SelectableChannel> - Class in io.netty.channel.nio
-
Allows to create an
IoHandlefor aSelectableChannel, not necessarily created by Netty. - NioSelectableChannelIoHandle(S) - Constructor for class io.netty.channel.nio.NioSelectableChannelIoHandle
- NioServerDomainSocketChannel - Class in io.netty.channel.socket.nio
-
A
ServerChannelimplementation which uses NIO selector based implementation to support UNIX Domain Sockets. - NioServerDomainSocketChannel() - Constructor for class io.netty.channel.socket.nio.NioServerDomainSocketChannel
-
Create a new instance
- NioServerDomainSocketChannel(ServerSocketChannel) - Constructor for class io.netty.channel.socket.nio.NioServerDomainSocketChannel
-
Create a new instance using the given
ServerSocketChannel. - NioServerDomainSocketChannel(SelectorProvider) - Constructor for class io.netty.channel.socket.nio.NioServerDomainSocketChannel
-
Create a new instance using the given
SelectorProvider. - NioServerSocketChannel - Class in io.netty.channel.socket.nio
-
A
ServerSocketChannelimplementation which uses NIO selector based implementation to accept new connections. - NioServerSocketChannel() - Constructor for class io.netty.channel.socket.nio.NioServerSocketChannel
-
Create a new instance
- NioServerSocketChannel(ServerSocketChannel) - Constructor for class io.netty.channel.socket.nio.NioServerSocketChannel
-
Create a new instance using the given
ServerSocketChannel. - NioServerSocketChannel(SelectorProvider) - Constructor for class io.netty.channel.socket.nio.NioServerSocketChannel
-
Create a new instance using the given
SelectorProvider. - NioServerSocketChannel(SelectorProvider, InternetProtocolFamily) - Constructor for class io.netty.channel.socket.nio.NioServerSocketChannel
-
Deprecated.
- NioServerSocketChannel(SelectorProvider, SocketProtocolFamily) - Constructor for class io.netty.channel.socket.nio.NioServerSocketChannel
-
Create a new instance using the given
SelectorProviderand protocol family (supported only since JDK 15). - NioSocketChannel - Class in io.netty.channel.socket.nio
-
SocketChannelwhich uses NIO selector based implementation. - NioSocketChannel() - Constructor for class io.netty.channel.socket.nio.NioSocketChannel
-
Create a new instance
- NioSocketChannel(Channel, SocketChannel) - Constructor for class io.netty.channel.socket.nio.NioSocketChannel
-
Create a new instance
- NioSocketChannel(SocketChannel) - Constructor for class io.netty.channel.socket.nio.NioSocketChannel
-
Create a new instance using the given
SocketChannel. - NioSocketChannel(SelectorProvider) - Constructor for class io.netty.channel.socket.nio.NioSocketChannel
-
Create a new instance using the given
SelectorProvider. - NioSocketChannel(SelectorProvider, InternetProtocolFamily) - Constructor for class io.netty.channel.socket.nio.NioSocketChannel
-
Deprecated.
- NioSocketChannel(SelectorProvider, SocketProtocolFamily) - Constructor for class io.netty.channel.socket.nio.NioSocketChannel
-
Create a new instance using the given
SelectorProviderand protocol family (supported only since JDK 15). - NioTask<C extends java.nio.channels.SelectableChannel> - Interface in io.netty.channel.nio
-
An arbitrary task that can be executed by
NioEventLoopwhen aSelectableChannelbecomes ready. - NioUdtAcceptorChannel - Class in io.netty.channel.udt.nio
-
Deprecated.The UDT transport is no longer maintained and will be removed.
- NioUdtAcceptorChannel(ServerSocketChannelUDT) - Constructor for class io.netty.channel.udt.nio.NioUdtAcceptorChannel
-
Deprecated.
- NioUdtAcceptorChannel(TypeUDT) - Constructor for class io.netty.channel.udt.nio.NioUdtAcceptorChannel
-
Deprecated.
- NioUdtByteAcceptorChannel - Class in io.netty.channel.udt.nio
-
Deprecated.The UDT transport is no longer maintained and will be removed.
- NioUdtByteAcceptorChannel() - Constructor for class io.netty.channel.udt.nio.NioUdtByteAcceptorChannel
-
Deprecated.
- NioUdtByteConnectorChannel - Class in io.netty.channel.udt.nio
-
Deprecated.The UDT transport is no longer maintained and will be removed.
- NioUdtByteConnectorChannel() - Constructor for class io.netty.channel.udt.nio.NioUdtByteConnectorChannel
-
Deprecated.
- NioUdtByteConnectorChannel(SocketChannelUDT) - Constructor for class io.netty.channel.udt.nio.NioUdtByteConnectorChannel
-
Deprecated.
- NioUdtByteConnectorChannel(TypeUDT) - Constructor for class io.netty.channel.udt.nio.NioUdtByteConnectorChannel
-
Deprecated.
- NioUdtByteConnectorChannel(Channel, SocketChannelUDT) - Constructor for class io.netty.channel.udt.nio.NioUdtByteConnectorChannel
-
Deprecated.
- NioUdtByteRendezvousChannel - Class in io.netty.channel.udt.nio
-
Deprecated.The UDT transport is no longer maintained and will be removed.
- NioUdtByteRendezvousChannel() - Constructor for class io.netty.channel.udt.nio.NioUdtByteRendezvousChannel
-
Deprecated.
- NioUdtMessageAcceptorChannel - Class in io.netty.channel.udt.nio
-
Deprecated.The UDT transport is no longer maintained and will be removed.
- NioUdtMessageAcceptorChannel() - Constructor for class io.netty.channel.udt.nio.NioUdtMessageAcceptorChannel
-
Deprecated.
- NioUdtMessageConnectorChannel - Class in io.netty.channel.udt.nio
-
Deprecated.The UDT transport is no longer maintained and will be removed.
- NioUdtMessageConnectorChannel() - Constructor for class io.netty.channel.udt.nio.NioUdtMessageConnectorChannel
-
Deprecated.
- NioUdtMessageConnectorChannel(SocketChannelUDT) - Constructor for class io.netty.channel.udt.nio.NioUdtMessageConnectorChannel
-
Deprecated.
- NioUdtMessageConnectorChannel(TypeUDT) - Constructor for class io.netty.channel.udt.nio.NioUdtMessageConnectorChannel
-
Deprecated.
- NioUdtMessageConnectorChannel(Channel, SocketChannelUDT) - Constructor for class io.netty.channel.udt.nio.NioUdtMessageConnectorChannel
-
Deprecated.
- NioUdtMessageRendezvousChannel - Class in io.netty.channel.udt.nio
-
Deprecated.The UDT transport is no longer maintained and will be removed.
- NioUdtMessageRendezvousChannel() - Constructor for class io.netty.channel.udt.nio.NioUdtMessageRendezvousChannel
-
Deprecated.
- NioUdtProvider<T extends UdtChannel> - Class in io.netty.channel.udt.nio
-
Deprecated.The UDT transport is no longer maintained and will be removed.
- NO_ADVERTISE - io.netty.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_AUTH - io.netty.handler.codec.socks.SocksAuthScheme
- NO_AUTH - Static variable in class io.netty.handler.codec.socksx.v5.Socks5AuthMethod
- NO_CACHE - Static variable in class io.netty.handler.codec.http.HttpHeaders.Values
-
Deprecated.
"no-cache" - NO_CACHE - Static variable in class io.netty.handler.codec.http.HttpHeaderValues
-
"no-cache" - NO_CACHE - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Values
-
Deprecated.
"no-cache" - NO_CACHE - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderValues
-
"no-cache" - NO_CONTENT - Static variable in class io.netty.handler.codec.http.HttpResponseStatus
-
204 No Content
- NO_ERROR - io.netty.handler.codec.http2.Http2Error
- NO_ERROR - Static variable in class io.netty.handler.codec.quic.QuicTransportError
-
An endpoint uses this with CONNECTION_CLOSE to signal that the connection is being closed abruptly in the absence of any error.
- NO_MATCHING_SUBSCRIBERS - io.netty.handler.codec.mqtt.MqttReasonCodes.PubAck
- NO_MATCHING_SUBSCRIBERS - io.netty.handler.codec.mqtt.MqttReasonCodes.PubRec
- NO_PROPERTIES - Static variable in class io.netty.handler.codec.mqtt.MqttProperties
- NO_SHUTDOWN - io.netty.handler.codec.http2.Http2Exception.ShutdownHint
-
Do not shutdown the underlying channel.
- NO_STORE - Static variable in class io.netty.handler.codec.http.HttpHeaders.Values
-
Deprecated.
"no-store" - NO_STORE - Static variable in class io.netty.handler.codec.http.HttpHeaderValues
-
"no-store" - NO_SUBSCRIPTION_EXISTED - io.netty.handler.codec.mqtt.MqttReasonCodes.UnsubAck
- NO_TRANSFORM - Static variable in class io.netty.handler.codec.http.HttpHeaders.Values
-
Deprecated.
"no-transform" - NO_TRANSFORM - Static variable in class io.netty.handler.codec.http.HttpHeaderValues
-
"no-transform" - NO_TRANSFORM - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Values
-
Deprecated.
"no-transform" - NO_TRANSFORM - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderValues
-
"no-transform" - NO_VALIDATION - Static variable in interface io.netty.handler.codec.DefaultHeaders.ValueValidator
- NO_VIABLE_PATH - Static variable in class io.netty.handler.codec.quic.QuicTransportError
-
n endpoint has determined that the network path is incapable of supporting QUIC.
- NOERROR - Static variable in class io.netty.handler.codec.dns.DnsResponseCode
-
The 'NoError' DNS RCODE (0), as defined in RFC1035.
- NON_AUTHORITATIVE_INFORMATION - Static variable in class io.netty.handler.codec.http.HttpResponseStatus
-
203 Non-Authoritative Information (since HTTP/1.1)
- None - io.netty.handler.codec.http.cookie.CookieHeaderNames.SameSite
- NONE - io.netty.channel.rxtx.RxtxChannelConfig.Paritybit
-
Deprecated.No parity bit will be sent with each data character at all
- NONE - io.netty.handler.codec.compression.ZlibWrapper
-
Raw DEFLATE stream only (no header and no footer).
- NONE - io.netty.handler.ssl.ApplicationProtocolConfig.Protocol
- NONE - io.netty.handler.ssl.ClientAuth
-
Indicates that the
SSLEnginewill not request client authentication. - NONE - Static variable in class io.netty.channel.nio.NioIoOps
-
Interested in NO IO events.
- NONE - Static variable in class io.netty.handler.codec.http.HttpHeaders.Values
-
Deprecated.
"none" - NONE - Static variable in class io.netty.handler.codec.http.HttpHeaderValues
-
"none" - NONE - Static variable in interface io.netty.handler.codec.quic.SegmentedDatagramPacketAllocator
-
SegmentedDatagramPacketAllocatorwhich should be used if no UDP_SEGMENT is supported and used. - NONE - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Values
-
Deprecated.
"none" - NONE - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderValues
-
"none" - NonStickyEventExecutorGroup - Class in io.netty.util.concurrent
-
EventExecutorGroupwhich will preserveRunnableexecution order but makes no guarantees about whatEventExecutor(and thereforeThread) will be used to execute theRunnables. - NonStickyEventExecutorGroup(EventExecutorGroup) - Constructor for class io.netty.util.concurrent.NonStickyEventExecutorGroup
-
Creates a new instance.
- NonStickyEventExecutorGroup(EventExecutorGroup, int) - Constructor for class io.netty.util.concurrent.NonStickyEventExecutorGroup
-
Creates a new instance.
- noop() - Static method in class io.netty.handler.codec.smtp.SmtpRequests
-
Creates a
NOOPrequest. - NOOP - Static variable in class io.netty.handler.codec.memcache.binary.BinaryMemcacheOpcodes
- NOOP - Static variable in class io.netty.handler.codec.smtp.SmtpCommand
- NoopAddressResolver - Class in io.netty.resolver
-
A
AddressResolverthat does not perform any resolution but always reports successful resolution. - NoopAddressResolver(EventExecutor) - Constructor for class io.netty.resolver.NoopAddressResolver
- NoopAddressResolverGroup - Class in io.netty.resolver
- NoopAuthoritativeDnsServerCache - Class in io.netty.resolver.dns
-
A noop
AuthoritativeDnsServerCachethat actually never caches anything. - NoopDnsCache - Class in io.netty.resolver.dns
-
A noop DNS cache that actually never caches anything.
- NoopDnsCnameCache - Class in io.netty.resolver.dns
- NoopDnsQueryLifecycleObserverFactory - Class in io.netty.resolver.dns
- NoOpTypeParameterMatcher - Class in io.netty.util.internal
- NoOpTypeParameterMatcher() - Constructor for class io.netty.util.internal.NoOpTypeParameterMatcher
- noPreflightResponseHeaders() - Method in class io.netty.handler.codec.http.cors.CorsConfig.Builder
-
Deprecated.Use
CorsConfigBuilder.noPreflightResponseHeaders()instead. - noPreflightResponseHeaders() - Method in class io.netty.handler.codec.http.cors.CorsConfigBuilder
-
Specifies that no preflight response headers should be added to a preflight response.
- NOREPLICAS - io.netty.handler.codec.redis.FixedRedisMessagePool.RedisErrorKey
- NORMAL_CLOSURE - Static variable in class io.netty.handler.codec.http.websocketx.WebSocketCloseStatus
- NORMAL_DISCONNECT - io.netty.handler.codec.mqtt.MqttReasonCodes.Disconnect
- normalCacheSize() - Method in class io.netty.buffer.PooledByteBufAllocator
-
Deprecated.
- normalCacheSize() - Method in class io.netty.buffer.PooledByteBufAllocatorMetric
-
Return the size of the normal cache.
- normalizeAndGetContentLength(List<? extends CharSequence>, boolean, boolean) - Static method in class io.netty.handler.codec.http.HttpUtil
-
Validates, and optionally extracts the content length from headers.
- normalizedArch() - Static method in class io.netty.util.internal.PlatformDependent
- normalizedLinuxClassifiers() - Static method in class io.netty.util.internal.PlatformDependent
- normalizedOs() - Static method in class io.netty.util.internal.PlatformDependent
- normalizeSize(int) - Method in interface io.netty.buffer.SizeClassesMetric
-
Normalizes usable size that would result from allocating an object with the specified size and alignment.
- NOSCRIPT - io.netty.handler.codec.redis.FixedRedisMessagePool.RedisErrorKey
- NOT_ACCEPTABLE - Static variable in class io.netty.handler.codec.http.HttpResponseStatus
-
406 Not Acceptable
- NOT_ACCEPTABLE - Static variable in class io.netty.handler.codec.rtsp.RtspResponseStatuses
-
406 Not Acceptable
- NOT_AUTH - io.netty.handler.codec.redis.FixedRedisMessagePool.RedisErrorKey
- NOT_AUTHORIZED - io.netty.handler.codec.mqtt.MqttReasonCodes.Disconnect
- NOT_AUTHORIZED - io.netty.handler.codec.mqtt.MqttReasonCodes.PubAck
- NOT_AUTHORIZED - io.netty.handler.codec.mqtt.MqttReasonCodes.PubRec
- NOT_AUTHORIZED - io.netty.handler.codec.mqtt.MqttReasonCodes.SubAck
- NOT_AUTHORIZED - io.netty.handler.codec.mqtt.MqttReasonCodes.UnsubAck
- NOT_ENOUGH_BANDWIDTH - Static variable in class io.netty.handler.codec.rtsp.RtspResponseStatuses
-
453 Not Enough Bandwidth
- NOT_EXTENDED - Static variable in class io.netty.handler.codec.http.HttpResponseStatus
-
510 Not Extended (RFC2774)
- NOT_FOUND - Static variable in class io.netty.handler.codec.http.HttpResponseStatus
-
404 Not Found
- NOT_FOUND - Static variable in class io.netty.handler.codec.rtsp.RtspResponseStatuses
-
404 Not Found
- NOT_IMPLEMENTED - Static variable in class io.netty.handler.codec.http.HttpResponseStatus
-
501 Not Implemented
- NOT_IMPLEMENTED - Static variable in class io.netty.handler.codec.rtsp.RtspResponseStatuses
-
501 Not Implemented
- NOT_MODIFIED - Static variable in class io.netty.handler.codec.http.HttpResponseStatus
-
304 Not Modified
- NOT_MODIFIED - Static variable in class io.netty.handler.codec.rtsp.RtspResponseStatuses
-
304 Not Modified
- NOT_NULL - Static variable in interface io.netty.handler.codec.DefaultHeaders.NameValidator
- NOT_STORED - Static variable in class io.netty.handler.codec.memcache.binary.BinaryMemcacheResponseStatus
- notAfter(Instant) - Method in class io.netty.pkitesting.CertificateBuilder
-
Set the not-after field of the certificate.
- notAfter(Date) - Method in class io.netty.handler.ssl.util.SelfSignedCertificate.Builder
-
Deprecated.Set the end of the certificate validity period.
- NOTAUTH - Static variable in class io.netty.handler.codec.dns.DnsResponseCode
-
The 'NotAuth' DNS RCODE (9), as defined in RFC2136.
- notBefore(Instant) - Method in class io.netty.pkitesting.CertificateBuilder
-
Set the not-before field of the certificate.
- notBefore(Date) - Method in class io.netty.handler.ssl.util.SelfSignedCertificate.Builder
-
Deprecated.Set the start of the certificate validity period.
- NotEnoughDataDecoderException() - Constructor for exception io.netty.handler.codec.http.multipart.HttpPostRequestDecoder.NotEnoughDataDecoderException
- NotEnoughDataDecoderException(String) - Constructor for exception io.netty.handler.codec.http.multipart.HttpPostRequestDecoder.NotEnoughDataDecoderException
- NotEnoughDataDecoderException(String, Throwable) - Constructor for exception io.netty.handler.codec.http.multipart.HttpPostRequestDecoder.NotEnoughDataDecoderException
- NotEnoughDataDecoderException(Throwable) - Constructor for exception io.netty.handler.codec.http.multipart.HttpPostRequestDecoder.NotEnoughDataDecoderException
- NOTIFY - Static variable in class io.netty.handler.codec.dns.DnsOpCode
-
The 'Notify' DNS OpCode, as defined in RFC1996.
- notifyFlushFutures() - Method in class io.netty.channel.ChannelFlushPromiseNotifier
-
Deprecated.
- notifyFlushFutures(Throwable) - Method in class io.netty.channel.ChannelFlushPromiseNotifier
-
Deprecated.
- notifyFlushFutures(Throwable, Throwable) - Method in class io.netty.channel.ChannelFlushPromiseNotifier
-
Deprecated.
- notifyListener(EventExecutor, Future<?>, GenericFutureListener<?>) - Static method in class io.netty.util.concurrent.DefaultPromise
-
Notify a listener that a future has completed.
- notifyPromises() - Method in class io.netty.channel.ChannelFlushPromiseNotifier
-
Notify all
ChannelFutures that were registered withChannelFlushPromiseNotifier.add(ChannelPromise, int)and their pendingDatasize is smaller after the current writeCounter returned byChannelFlushPromiseNotifier.writeCounter(). - notifyPromises(Throwable) - Method in class io.netty.channel.ChannelFlushPromiseNotifier
-
Notify all
ChannelFutures that were registered withChannelFlushPromiseNotifier.add(ChannelPromise, int)and their pendingDatasize isis smaller then the current writeCounter returned byChannelFlushPromiseNotifier.writeCounter(). - notifyPromises(Throwable, Throwable) - Method in class io.netty.channel.ChannelFlushPromiseNotifier
-
Notify all
ChannelFutures that were registered withChannelFlushPromiseNotifier.add(ChannelPromise, int)and their pendingDatasize is smaller then the current writeCounter returned byChannelFlushPromiseNotifier.writeCounter()using the given cause1. - NOTIMP - Static variable in class io.netty.handler.codec.dns.DnsResponseCode
-
The 'NotImp' DNS RCODE (4), as defined in RFC1035.
- NotSslRecordException - Exception in io.netty.handler.ssl
-
Special
SSLExceptionwhich will get thrown if a packet is received that not looks like a TLS/SSL record. - NotSslRecordException() - Constructor for exception io.netty.handler.ssl.NotSslRecordException
- NotSslRecordException(String) - Constructor for exception io.netty.handler.ssl.NotSslRecordException
- NotSslRecordException(String, Throwable) - Constructor for exception io.netty.handler.ssl.NotSslRecordException
- NotSslRecordException(Throwable) - Constructor for exception io.netty.handler.ssl.NotSslRecordException
- NOTSTARTED - io.netty.handler.codec.http.multipart.HttpPostRequestDecoder.MultiPartStatus
- NOTZONE - Static variable in class io.netty.handler.codec.dns.DnsResponseCode
-
The 'NotZone' DNS RCODE (10), as defined in RFC2136.
- NPN - io.netty.handler.ssl.ApplicationProtocolConfig.Protocol
- NPN_AND_ALPN - io.netty.handler.ssl.ApplicationProtocolConfig.Protocol
- NS - Static variable in class io.netty.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.netty.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.netty.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.netty.handler.codec.dns.DnsRecordType
-
NSEC3 parameters record RFC 5155 Parameter record for use with NSEC3.
- nulDelimiter() - Static method in class io.netty.handler.codec.Delimiters
-
Returns a
NUL (0x00)delimiter, which could be used for Flash XML socket or any similar protocols. - NULL_INSTANCE - Static variable in class io.netty.handler.codec.redis.ArrayRedisMessage
-
A predefined null array instance for
ArrayRedisMessage. - NULL_INSTANCE - Static variable in class io.netty.handler.codec.redis.FullBulkStringRedisMessage
-
A predefined null instance of
FullBulkStringRedisMessage. - NUM_STANDARD_SETTINGS - Static variable in class io.netty.handler.codec.http2.Http2CodecUtil
- numActiveAllocations() - Method in interface io.netty.buffer.PoolArenaMetric
-
Return the number of currently active allocations.
- numActiveBytes() - Method in interface io.netty.buffer.PoolArenaMetric
-
Return the number of active bytes that are currently allocated by the arena.
- numActiveChunks() - Method in interface io.netty.buffer.PoolArenaMetric
-
Return the number of currently active chunks, or -1 if not defined
- numActiveHugeAllocations() - Method in interface io.netty.buffer.PoolArenaMetric
-
Return the number of currently active huge allocations.
- numActiveNormalAllocations() - Method in interface io.netty.buffer.PoolArenaMetric
-
Return the number of currently active normal allocations.
- numActiveSmallAllocations() - Method in interface io.netty.buffer.PoolArenaMetric
-
Return the number of currently active small allocations.
- numActiveStreams() - Method in class io.netty.handler.codec.http2.DefaultHttp2Connection
- numActiveStreams() - Method in interface io.netty.handler.codec.http2.Http2Connection.Endpoint
-
Gets the number of active streams (i.e.
- numActiveStreams() - Method in interface io.netty.handler.codec.http2.Http2Connection
-
Gets the number of streams that are actively in use (i.e.
- numActiveTinyAllocations() - Method in interface io.netty.buffer.PoolArenaMetric
-
Deprecated.Tiny allocations have been merged into small allocations.
- numAllocations() - Method in interface io.netty.buffer.PoolArenaMetric
-
Return the number of allocations done via the arena.
- numAvailable() - Method in interface io.netty.buffer.PoolSubpageMetric
-
Return the number of available elements to be allocated.
- number() - Method in class io.netty.handler.ssl.OpenSslSessionStats
-
Returns the current number of sessions in the internal session cache.
- numberOfHeadersGuess() - Method in class io.netty.handler.codec.http2.DefaultHttp2HeadersDecoder
-
A weighted moving average estimating how many headers are expected during the decode process.
- numBufferedStreams() - Method in class io.netty.handler.codec.http2.StreamBufferingEncoder
-
Indicates the number of streams that are currently buffered, awaiting creation.
- numChunkAllocations() - Method in interface io.netty.buffer.PoolArenaMetric
-
Return the number of chunks allocations done via the arena, or -1 if not defined.
- numChunkDeallocations() - Method in interface io.netty.buffer.PoolArenaMetric
-
Return the number of chunk deallocations done via the arena, or -1 if nor defined.
- numChunkLists() - Method in interface io.netty.buffer.PoolArenaMetric
-
Returns the number of chunk lists for the arena.
- numComponents() - Method in class io.netty.buffer.CompositeByteBuf
-
Return the current number of
ByteBuf's that are composed in this instance - numDeallocations() - Method in interface io.netty.buffer.PoolArenaMetric
-
Return the number of deallocations done via the arena.
- numDirectArenas() - Method in class io.netty.buffer.PooledByteBufAllocator
-
Deprecated.
- numDirectArenas() - Method in class io.netty.buffer.PooledByteBufAllocatorMetric
-
Return the number of direct arenas.
- numHeapArenas() - Method in class io.netty.buffer.PooledByteBufAllocator
-
Deprecated.
- numHeapArenas() - Method in class io.netty.buffer.PooledByteBufAllocatorMetric
-
Return the number of heap arenas.
- numHugeAllocations() - Method in interface io.netty.buffer.PoolArenaMetric
-
Return the number of huge allocations done via the arena.
- numHugeDeallocations() - Method in interface io.netty.buffer.PoolArenaMetric
-
Return the number of huge deallocations done via the arena.
- numNormalAllocations() - Method in interface io.netty.buffer.PoolArenaMetric
-
Return the number of normal allocations done via the arena.
- numNormalDeallocations() - Method in interface io.netty.buffer.PoolArenaMetric
-
Return the number of normal deallocations done via the arena.
- numSmallAllocations() - Method in interface io.netty.buffer.PoolArenaMetric
-
Return the number of small allocations done via the arena.
- numSmallDeallocations() - Method in interface io.netty.buffer.PoolArenaMetric
-
Return the number of small deallocations done via the arena.
- numSmallSubpages() - Method in interface io.netty.buffer.PoolArenaMetric
-
Returns the number of small sub-pages for the arena.
- numThreadCaches() - Method in interface io.netty.buffer.PoolArenaMetric
-
Returns the number of thread caches backed by this arena.
- numThreadLocalCaches() - Method in class io.netty.buffer.PooledByteBufAllocator
-
Deprecated.
- numThreadLocalCaches() - Method in class io.netty.buffer.PooledByteBufAllocatorMetric
-
Return the number of thread local caches used by this
PooledByteBufAllocator. - numTinyAllocations() - Method in interface io.netty.buffer.PoolArenaMetric
-
Deprecated.Tiny allocations have been merged into small allocations.
- numTinyDeallocations() - Method in interface io.netty.buffer.PoolArenaMetric
-
Deprecated.Tiny deallocations have been merged into small deallocations.
- numTinySubpages() - Method in interface io.netty.buffer.PoolArenaMetric
-
Deprecated.Tiny sub-pages have been merged into small sub-pages.
- NXDOMAIN - Static variable in class io.netty.handler.codec.dns.DnsResponseCode
-
The 'NXDomain' DNS RCODE (3), as defined in RFC1035.
- NXRRSET - Static variable in class io.netty.handler.codec.dns.DnsResponseCode
-
The 'NXRRSet' DNS RCODE (8), as defined in RFC2136.
O
- ObjectCleaner - Class in io.netty.util.internal
-
Allows a way to register some
Runnablethat will executed once there are no references to anObjectanymore. - ObjectDecoder - Class in io.netty.handler.codec.serialization
-
Deprecated.This class has been deprecated with no replacement, because serialization can be a security liability
- ObjectDecoder(int, ClassResolver) - Constructor for class io.netty.handler.codec.serialization.ObjectDecoder
-
Deprecated.Creates a new decoder with the specified maximum object size.
- ObjectDecoder(ClassResolver) - Constructor for class io.netty.handler.codec.serialization.ObjectDecoder
-
Deprecated.Creates a new decoder whose maximum object size is
1048576bytes. - ObjectDecoderInputStream - Class in io.netty.handler.codec.serialization
-
Deprecated.This class has been deprecated with no replacement, because serialization can be a security liability
- ObjectDecoderInputStream(InputStream) - Constructor for class io.netty.handler.codec.serialization.ObjectDecoderInputStream
-
Deprecated.Creates a new
ObjectInput. - ObjectDecoderInputStream(InputStream, int) - Constructor for class io.netty.handler.codec.serialization.ObjectDecoderInputStream
-
Deprecated.Creates a new
ObjectInput. - ObjectDecoderInputStream(InputStream, ClassLoader) - Constructor for class io.netty.handler.codec.serialization.ObjectDecoderInputStream
-
Deprecated.Creates a new
ObjectInput. - ObjectDecoderInputStream(InputStream, ClassLoader, int) - Constructor for class io.netty.handler.codec.serialization.ObjectDecoderInputStream
-
Deprecated.Creates a new
ObjectInput. - ObjectEncoder - Class in io.netty.handler.codec.serialization
-
Deprecated.This class has been deprecated with no replacement, because serialization can be a security liability
- ObjectEncoder() - Constructor for class io.netty.handler.codec.serialization.ObjectEncoder
-
Deprecated.
- ObjectEncoderOutputStream - Class in io.netty.handler.codec.serialization
-
Deprecated.This class has been deprecated with no replacement, because serialization can be a security liability
- ObjectEncoderOutputStream(OutputStream) - Constructor for class io.netty.handler.codec.serialization.ObjectEncoderOutputStream
-
Deprecated.Creates a new
ObjectOutputwith the estimated length of 512 bytes. - ObjectEncoderOutputStream(OutputStream, int) - Constructor for class io.netty.handler.codec.serialization.ObjectEncoderOutputStream
-
Deprecated.Creates a new
ObjectOutput. - objectFieldOffset(Field) - Static method in class io.netty.util.internal.PlatformDependent
- ObjectPool<T> - Class in io.netty.util.internal
-
Light-weight object pool.
- ObjectPool.Handle<T> - Interface in io.netty.util.internal
-
Handle for an pooled
Objectthat will be used to notify theObjectPoolonce it can reuse the pooledObjectagain. - ObjectPool.ObjectCreator<T> - Interface in io.netty.util.internal
-
Deprecated.For removal. Please use
Recycler()instead. - ObjectUtil - Class in io.netty.util.internal
-
A grab-bag of useful utility methods.
- OCSP_PIPELINE_ATTRIBUTE - Static variable in class io.netty.handler.ssl.ocsp.OcspServerCertificateValidator
-
An attribute used to mark all channels created by the
OcspServerCertificateValidator. - OcspClientHandler - Class in io.netty.handler.ssl.ocsp
-
A handler for SSL clients to handle and act upon stapled OCSP responses.
- OcspClientHandler(ReferenceCountedOpenSslEngine) - Constructor for class io.netty.handler.ssl.ocsp.OcspClientHandler
- OcspResponse - Class in io.netty.handler.ssl.ocsp
- OcspResponse(OcspResponse.Status, Date, Date) - Constructor for class io.netty.handler.ssl.ocsp.OcspResponse
- OcspResponse.Status - Enum in io.netty.handler.ssl.ocsp
- OcspServerCertificateValidator - Class in io.netty.handler.ssl.ocsp
-
OcspServerCertificateValidatorvalidates incoming server's certificate using OCSP. - OcspServerCertificateValidator() - Constructor for class io.netty.handler.ssl.ocsp.OcspServerCertificateValidator
-
Create a new
OcspServerCertificateValidatorinstance without nonce validation on OCSP response, using defaultIoTransport.DEFAULTinstance, defaultDnsNameResolverimplementation and withOcspServerCertificateValidator.closeAndThrowIfNotValidset totrue - OcspServerCertificateValidator(boolean) - Constructor for class io.netty.handler.ssl.ocsp.OcspServerCertificateValidator
-
Create a new
OcspServerCertificateValidatorinstance with defaultIoTransport.DEFAULTinstance and defaultDnsNameResolverimplementation andOcspServerCertificateValidator.closeAndThrowIfNotValidset totrue. - OcspServerCertificateValidator(boolean, boolean, IoTransport, DnsNameResolver) - Constructor for class io.netty.handler.ssl.ocsp.OcspServerCertificateValidator
-
Create a new
IoTransportinstance - OcspServerCertificateValidator(boolean, IoTransport) - Constructor for class io.netty.handler.ssl.ocsp.OcspServerCertificateValidator
-
Create a new
OcspServerCertificateValidatorinstance - OcspServerCertificateValidator(boolean, IoTransport, DnsNameResolver) - Constructor for class io.netty.handler.ssl.ocsp.OcspServerCertificateValidator
-
Create a new
IoTransportinstance withOcspServerCertificateValidator.closeAndThrowIfNotValidset totrue - OcspValidationEvent - Class in io.netty.handler.ssl.ocsp
- OcspValidationEvent(OcspResponse) - Constructor for class io.netty.handler.ssl.ocsp.OcspValidationEvent
- ODD - io.netty.channel.rxtx.RxtxChannelConfig.Paritybit
-
Deprecated.An odd parity bit will be sent with each data character, ie. will be set to 1 if the data character contains an even number of bits set to 1.
- of(CharSequence) - Static method in class io.netty.util.AsciiString
-
Returns an
AsciiStringcontaining the given character sequence. - of(InetAddress) - Static method in enum io.netty.channel.socket.InternetProtocolFamily
-
Deprecated.Returns the
InternetProtocolFamilyfor the givenInetAddress. - of(ProtocolFamily) - Static method in enum io.netty.channel.socket.SocketProtocolFamily
-
Return the
SocketProtocolFamilyfor the givenProtocolFamilyif possible. - of(SocketOption<T>) - Static method in class io.netty.channel.socket.nio.NioChannelOption
-
Returns a
ChannelOptionfor the givenSocketOption. - offer(int) - Method in class io.netty.util.concurrent.MpscIntQueue.MpscAtomicIntegerArrayQueue
- offer(int) - Method in interface io.netty.util.concurrent.MpscIntQueue
-
Offer the given value to the queue.
- offer(HttpContent) - Method in class io.netty.handler.codec.http.multipart.HttpPostMultipartRequestDecoder
-
Initialized the internals from a new chunk
- offer(HttpContent) - Method in class io.netty.handler.codec.http.multipart.HttpPostRequestDecoder
- offer(HttpContent) - Method in class io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder
-
Initialized the internals from a new chunk
- offer(HttpContent) - Method in interface io.netty.handler.codec.http.multipart.InterfaceHttpPostRequestDecoder
-
Initialized the internals from a new chunk
- offer(T) - Method in class io.netty.util.internal.DefaultPriorityQueue
- offer(T) - Method in class io.netty.util.internal.EmptyPriorityQueue
- offerChannel(Channel) - Method in class io.netty.channel.pool.SimpleChannelPool
-
Offer a
Channelback to the internal storage. - offsetofEpollData() - Static method in class io.netty.channel.epoll.Native
- offsetSlice(ByteBuffer, int, int) - Static method in class io.netty.util.internal.PlatformDependent
- OioByteStreamChannel - Class in io.netty.channel.oio
-
Deprecated.use NIO / EPOLL / KQUEUE transport.
- OioByteStreamChannel(Channel) - Constructor for class io.netty.channel.oio.OioByteStreamChannel
-
Deprecated.Create a new instance
- OioDatagramChannel - Class in io.netty.channel.socket.oio
-
Deprecated.use NIO / EPOLL / KQUEUE transport.
- OioDatagramChannel() - Constructor for class io.netty.channel.socket.oio.OioDatagramChannel
-
Deprecated.Create a new instance with an new
MulticastSocket. - OioDatagramChannel(MulticastSocket) - Constructor for class io.netty.channel.socket.oio.OioDatagramChannel
-
Deprecated.Create a new instance from the given
MulticastSocket. - OioDatagramChannelConfig - Interface in io.netty.channel.socket.oio
-
Deprecated.use NIO / EPOLL / KQUEUE transport.
- OioEventLoopGroup - Class in io.netty.channel.oio
-
Deprecated.use NIO / EPOLL / KQUEUE transport.
- OioEventLoopGroup() - Constructor for class io.netty.channel.oio.OioEventLoopGroup
-
Deprecated.Create a new
OioEventLoopGroupwith no limit in place. - OioEventLoopGroup(int) - Constructor for class io.netty.channel.oio.OioEventLoopGroup
-
Deprecated.Create a new
OioEventLoopGroup. - OioEventLoopGroup(int, Executor) - Constructor for class io.netty.channel.oio.OioEventLoopGroup
-
Deprecated.Create a new
OioEventLoopGroup. - OioEventLoopGroup(int, ThreadFactory) - Constructor for class io.netty.channel.oio.OioEventLoopGroup
-
Deprecated.Create a new
OioEventLoopGroup. - OioSctpChannel - Class in io.netty.channel.sctp.oio
-
Deprecated.use
NioSctpChannel. - OioSctpChannel() - Constructor for class io.netty.channel.sctp.oio.OioSctpChannel
-
Deprecated.Create a new instance with an new
SctpChannel. - OioSctpChannel(SctpChannel) - Constructor for class io.netty.channel.sctp.oio.OioSctpChannel
-
Deprecated.Create a new instance from the given
SctpChannel. - OioSctpChannel(Channel, SctpChannel) - Constructor for class io.netty.channel.sctp.oio.OioSctpChannel
-
Deprecated.Create a new instance from the given
SctpChannel. - OioSctpServerChannel - Class in io.netty.channel.sctp.oio
-
Deprecated.use
NioSctpServerChannel. - OioSctpServerChannel() - Constructor for class io.netty.channel.sctp.oio.OioSctpServerChannel
-
Deprecated.Create a new instance with an new
SctpServerChannel - OioSctpServerChannel(SctpServerChannel) - Constructor for class io.netty.channel.sctp.oio.OioSctpServerChannel
-
Deprecated.Create a new instance from the given
SctpServerChannel - OioServerSocketChannel - Class in io.netty.channel.socket.oio
-
Deprecated.use NIO / EPOLL / KQUEUE transport.
- OioServerSocketChannel() - Constructor for class io.netty.channel.socket.oio.OioServerSocketChannel
-
Deprecated.Create a new instance with an new
Socket - OioServerSocketChannel(ServerSocket) - Constructor for class io.netty.channel.socket.oio.OioServerSocketChannel
-
Deprecated.Create a new instance from the given
ServerSocket - OioServerSocketChannelConfig - Interface in io.netty.channel.socket.oio
-
Deprecated.use NIO / EPOLL / KQUEUE transport.
- OioSocketChannel - Class in io.netty.channel.socket.oio
-
Deprecated.use NIO / EPOLL / KQUEUE transport.
- OioSocketChannel() - Constructor for class io.netty.channel.socket.oio.OioSocketChannel
-
Deprecated.Create a new instance with an new
Socket - OioSocketChannel(Channel, Socket) - Constructor for class io.netty.channel.socket.oio.OioSocketChannel
-
Deprecated.Create a new instance from the given
Socket - OioSocketChannel(Socket) - Constructor for class io.netty.channel.socket.oio.OioSocketChannel
-
Deprecated.Create a new instance from the given
Socket - OioSocketChannelConfig - Interface in io.netty.channel.socket.oio
-
Deprecated.use NIO / EPOLL / KQUEUE transport.
- OK - io.netty.handler.codec.redis.FixedRedisMessagePool.RedisReplyKey
- OK - Static variable in class io.netty.handler.codec.http.HttpResponseStatus
-
200 OK
- OK - Static variable in class io.netty.handler.codec.rtsp.RtspResponseStatuses
-
200 OK
- OK - Static variable in class io.netty.handler.codec.spdy.SpdySessionStatus
-
0 OK
- oldLocal() - Method in class io.netty.handler.codec.quic.QuicPathEvent.ReusedSourceConnectionId
-
The old local address of the network path.
- oldRemote() - Method in class io.netty.handler.codec.quic.QuicPathEvent.ReusedSourceConnectionId
-
The old remote address of the network path.
- onConnectionError(ChannelHandlerContext, boolean, Throwable, Http2Exception) - Method in class io.netty.handler.codec.http2.Http2ConnectionHandler
-
Handler for a connection error.
- onConnectionError(ChannelHandlerContext, boolean, Throwable, Http2Exception) - Method in class io.netty.handler.codec.http2.Http2FrameCodec
- onDataRead(ChannelHandlerContext, int, ByteBuf, int, boolean) - Method in class io.netty.handler.codec.http2.DelegatingDecompressorFrameListener
- onDataRead(ChannelHandlerContext, int, ByteBuf, int, boolean) - Method in class io.netty.handler.codec.http2.Http2EventAdapter
- onDataRead(ChannelHandlerContext, int, ByteBuf, int, boolean) - Method in class io.netty.handler.codec.http2.Http2FrameAdapter
- onDataRead(ChannelHandlerContext, int, ByteBuf, int, boolean) - Method in interface io.netty.handler.codec.http2.Http2FrameListener
-
Handles an inbound
DATAframe. - onDataRead(ChannelHandlerContext, int, ByteBuf, int, boolean) - Method in class io.netty.handler.codec.http2.Http2FrameListenerDecorator
- onDataRead(ChannelHandlerContext, int, ByteBuf, int, boolean) - Method in class io.netty.handler.codec.http2.InboundHttp2ToHttpAdapter
- onError(ChannelHandlerContext, boolean, Throwable) - Method in class io.netty.handler.codec.http2.Http2ConnectionHandler
-
Central handler for all exceptions caught during HTTP/2 processing.
- onError(ChannelHandlerContext, boolean, Throwable) - Method in interface io.netty.handler.codec.http2.Http2LifecycleManager
-
Processes the given error.
- onGoAwayRead(ChannelHandlerContext, int, long, ByteBuf) - Method in class io.netty.handler.codec.http2.Http2EventAdapter
- onGoAwayRead(ChannelHandlerContext, int, long, ByteBuf) - Method in class io.netty.handler.codec.http2.Http2FrameAdapter
- onGoAwayRead(ChannelHandlerContext, int, long, ByteBuf) - Method in interface io.netty.handler.codec.http2.Http2FrameListener
-
Handles an inbound
GO_AWAYframe. - onGoAwayRead(ChannelHandlerContext, int, long, ByteBuf) - Method in class io.netty.handler.codec.http2.Http2FrameListenerDecorator
- onGoAwayReceived(int, long, ByteBuf) - Method in interface io.netty.handler.codec.http2.Http2Connection.Listener
-
Called when a
GOAWAYwas received from the remote endpoint. - onGoAwayReceived(int, long, ByteBuf) - Method in class io.netty.handler.codec.http2.Http2ConnectionAdapter
- onGoAwayReceived(int, long, ByteBuf) - Method in class io.netty.handler.codec.http2.Http2EventAdapter
- onGoAwaySent(int, long, ByteBuf) - Method in interface io.netty.handler.codec.http2.Http2Connection.Listener
-
Called when a
GOAWAYframe was sent for the connection. - onGoAwaySent(int, long, ByteBuf) - Method in class io.netty.handler.codec.http2.Http2ConnectionAdapter
- onGoAwaySent(int, long, ByteBuf) - Method in class io.netty.handler.codec.http2.Http2EventAdapter
- onHeadersRead(ChannelHandlerContext, int, Http2Headers, int, boolean) - Method in class io.netty.handler.codec.http2.DelegatingDecompressorFrameListener
- onHeadersRead(ChannelHandlerContext, int, Http2Headers, int, boolean) - Method in class io.netty.handler.codec.http2.Http2EventAdapter
- onHeadersRead(ChannelHandlerContext, int, Http2Headers, int, boolean) - Method in class io.netty.handler.codec.http2.Http2FrameAdapter
- onHeadersRead(ChannelHandlerContext, int, Http2Headers, int, boolean) - Method in interface io.netty.handler.codec.http2.Http2FrameListener
-
Handles an inbound
HEADERSframe. - onHeadersRead(ChannelHandlerContext, int, Http2Headers, int, boolean) - Method in class io.netty.handler.codec.http2.Http2FrameListenerDecorator
- onHeadersRead(ChannelHandlerContext, int, Http2Headers, int, boolean) - Method in class io.netty.handler.codec.http2.InboundHttp2ToHttpAdapter
- onHeadersRead(ChannelHandlerContext, int, Http2Headers, int, short, boolean, int, boolean) - Method in class io.netty.handler.codec.http2.DelegatingDecompressorFrameListener
- onHeadersRead(ChannelHandlerContext, int, Http2Headers, int, short, boolean, int, boolean) - Method in class io.netty.handler.codec.http2.Http2EventAdapter
- onHeadersRead(ChannelHandlerContext, int, Http2Headers, int, short, boolean, int, boolean) - Method in class io.netty.handler.codec.http2.Http2FrameAdapter
- onHeadersRead(ChannelHandlerContext, int, Http2Headers, int, short, boolean, int, boolean) - Method in interface io.netty.handler.codec.http2.Http2FrameListener
-
Handles an inbound
HEADERSframe with priority information specified. - onHeadersRead(ChannelHandlerContext, int, Http2Headers, int, short, boolean, int, boolean) - Method in class io.netty.handler.codec.http2.Http2FrameListenerDecorator
- onHeadersRead(ChannelHandlerContext, int, Http2Headers, int, short, boolean, int, boolean) - Method in class io.netty.handler.codec.http2.InboundHttp2ToHttpAdapter
- onHttpClientUpgrade() - Method in class io.netty.handler.codec.http2.Http2ConnectionHandler
-
Handles the client-side (cleartext) upgrade from HTTP to HTTP/2.
- onHttpClientUpgrade() - Method in class io.netty.handler.codec.http2.Http2MultiplexCodec
-
Deprecated.
- onHttpRequestChannelRead(ChannelHandlerContext, HttpRequest) - Method in class io.netty.handler.codec.http.websocketx.extensions.WebSocketServerExtensionHandler
-
This is a method exposed to perform fail-fast checks of user-defined http types.
- onHttpResponseWrite(ChannelHandlerContext, HttpResponse, ChannelPromise) - Method in class io.netty.handler.codec.http.websocketx.extensions.WebSocketServerExtensionHandler
-
This is a method exposed to perform fail-fast checks of user-defined http types.
- onHttpServerUpgrade(Http2Settings) - Method in class io.netty.handler.codec.http2.Http2ConnectionHandler
-
Handles the server-side (cleartext) upgrade from HTTP to HTTP/2.
- onLeak(String, String) - Method in interface io.netty.util.ResourceLeakDetector.LeakListener
-
Will be called once a leak is detected.
- onLookupComplete(ChannelHandlerContext, Future<T>) - Method in class io.netty.handler.ssl.AbstractSniHandler
- onLookupComplete(ChannelHandlerContext, Future<T>) - Method in class io.netty.handler.ssl.SslClientHelloHandler
-
Called upon completion of the
SslClientHelloHandler.lookup(ChannelHandlerContext, ByteBuf)Future. - onLookupComplete(ChannelHandlerContext, String, Future<SslContext>) - Method in class io.netty.handler.ssl.SniHandler
- onLookupComplete(ChannelHandlerContext, String, Future<T>) - Method in class io.netty.handler.ssl.AbstractSniHandler
-
Called upon completion of the
AbstractSniHandler.lookup(ChannelHandlerContext, String)Future. - ONLY_AGGREGATE_OPERATION_ALLOWED - Static variable in class io.netty.handler.codec.rtsp.RtspResponseStatuses
-
460 Only Aggregate operation allowed
- ONLY_IF_CACHED - Static variable in class io.netty.handler.codec.http.HttpHeaders.Values
-
Deprecated.
"only-if-cached" - ONLY_IF_CACHED - Static variable in class io.netty.handler.codec.http.HttpHeaderValues
-
"only-if-cached" - ONLY_IF_CACHED - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Values
-
Deprecated.
"only-if-cached" - ONLY_IF_CACHED - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderValues
-
"only-if-cached" - onlyFromQos(MqttQoS) - Static method in class io.netty.handler.codec.mqtt.MqttSubscriptionOption
- onPingAckRead(ChannelHandlerContext, long) - Method in class io.netty.handler.codec.http2.Http2EventAdapter
- onPingAckRead(ChannelHandlerContext, long) - Method in class io.netty.handler.codec.http2.Http2FrameAdapter
- onPingAckRead(ChannelHandlerContext, long) - Method in interface io.netty.handler.codec.http2.Http2FrameListener
-
Handles an inbound
PINGacknowledgment. - onPingAckRead(ChannelHandlerContext, long) - Method in class io.netty.handler.codec.http2.Http2FrameListenerDecorator
- onPingRead(ChannelHandlerContext, long) - Method in class io.netty.handler.codec.http2.Http2EventAdapter
- onPingRead(ChannelHandlerContext, long) - Method in class io.netty.handler.codec.http2.Http2FrameAdapter
- onPingRead(ChannelHandlerContext, long) - Method in interface io.netty.handler.codec.http2.Http2FrameListener
-
Handles an inbound
PINGframe. - onPingRead(ChannelHandlerContext, long) - Method in class io.netty.handler.codec.http2.Http2FrameListenerDecorator
- onPriorityRead(ChannelHandlerContext, int, int, short, boolean) - Method in class io.netty.handler.codec.http2.Http2EventAdapter
- onPriorityRead(ChannelHandlerContext, int, int, short, boolean) - Method in class io.netty.handler.codec.http2.Http2FrameAdapter
- onPriorityRead(ChannelHandlerContext, int, int, short, boolean) - Method in interface io.netty.handler.codec.http2.Http2FrameListener
-
Handles an inbound
PRIORITYframe. - onPriorityRead(ChannelHandlerContext, int, int, short, boolean) - Method in class io.netty.handler.codec.http2.Http2FrameListenerDecorator
- onPushPromiseRead(ChannelHandlerContext, int, int, Http2Headers, int) - Method in class io.netty.handler.codec.http2.Http2EventAdapter
- onPushPromiseRead(ChannelHandlerContext, int, int, Http2Headers, int) - Method in class io.netty.handler.codec.http2.Http2FrameAdapter
- onPushPromiseRead(ChannelHandlerContext, int, int, Http2Headers, int) - Method in interface io.netty.handler.codec.http2.Http2FrameListener
-
Handles an inbound
PUSH_PROMISEframe. - onPushPromiseRead(ChannelHandlerContext, int, int, Http2Headers, int) - Method in class io.netty.handler.codec.http2.Http2FrameListenerDecorator
- onPushPromiseRead(ChannelHandlerContext, int, int, Http2Headers, int) - Method in class io.netty.handler.codec.http2.InboundHttp2ToHttpAdapter
- onRemoval(V) - Method in class io.netty.util.concurrent.FastThreadLocal
-
Invoked when this thread local variable is removed by
FastThreadLocal.remove(). - onRstStreamRead(ChannelHandlerContext, int, long) - Method in class io.netty.handler.codec.http2.Http2EventAdapter
- onRstStreamRead(ChannelHandlerContext, int, long) - Method in class io.netty.handler.codec.http2.Http2FrameAdapter
- onRstStreamRead(ChannelHandlerContext, int, long) - Method in interface io.netty.handler.codec.http2.Http2FrameListener
-
Handles an inbound
RST_STREAMframe. - onRstStreamRead(ChannelHandlerContext, int, long) - Method in class io.netty.handler.codec.http2.Http2FrameListenerDecorator
- onRstStreamRead(ChannelHandlerContext, int, long) - Method in class io.netty.handler.codec.http2.InboundHttp2ToHttpAdapter
- onRstStreamRead(Http2Stream, FullHttpMessage) - Method in class io.netty.handler.codec.http2.InboundHttp2ToHttpAdapter
-
Called if a
RST_STREAMis received but we have some data for that stream. - onSettingsAckRead(ChannelHandlerContext) - Method in class io.netty.handler.codec.http2.Http2EventAdapter
- onSettingsAckRead(ChannelHandlerContext) - Method in class io.netty.handler.codec.http2.Http2FrameAdapter
- onSettingsAckRead(ChannelHandlerContext) - Method in interface io.netty.handler.codec.http2.Http2FrameListener
-
Handles an inbound
SETTINGSacknowledgment frame. - onSettingsAckRead(ChannelHandlerContext) - Method in class io.netty.handler.codec.http2.Http2FrameListenerDecorator
- onSettingsRead(ChannelHandlerContext, Http2Settings) - Method in class io.netty.handler.codec.http2.Http2EventAdapter
- onSettingsRead(ChannelHandlerContext, Http2Settings) - Method in class io.netty.handler.codec.http2.Http2FrameAdapter
- onSettingsRead(ChannelHandlerContext, Http2Settings) - Method in interface io.netty.handler.codec.http2.Http2FrameListener
-
Handles an inbound
SETTINGSframe. - onSettingsRead(ChannelHandlerContext, Http2Settings) - Method in class io.netty.handler.codec.http2.Http2FrameListenerDecorator
- onSettingsRead(ChannelHandlerContext, Http2Settings) - Method in class io.netty.handler.codec.http2.InboundHttp2ToHttpAdapter
- onStreamActive(Http2Stream) - Method in interface io.netty.handler.codec.http2.Http2Connection.Listener
-
Notifies the listener that the given stream was made active (i.e.
- onStreamActive(Http2Stream) - Method in class io.netty.handler.codec.http2.Http2ConnectionAdapter
- onStreamActive(Http2Stream) - Method in class io.netty.handler.codec.http2.Http2EventAdapter
- onStreamAdded(Http2Stream) - Method in interface io.netty.handler.codec.http2.Http2Connection.Listener
-
Notifies the listener that the given stream was added to the connection.
- onStreamAdded(Http2Stream) - Method in class io.netty.handler.codec.http2.Http2ConnectionAdapter
- onStreamAdded(Http2Stream) - Method in class io.netty.handler.codec.http2.Http2EventAdapter
- onStreamClosed(Http2Stream) - Method in interface io.netty.handler.codec.http2.Http2Connection.Listener
-
Notifies the listener that the given stream is now
CLOSEDin both directions and will no longer be accessible viaHttp2Connection.forEachActiveStream(Http2StreamVisitor). - onStreamClosed(Http2Stream) - Method in class io.netty.handler.codec.http2.Http2ConnectionAdapter
- onStreamClosed(Http2Stream) - Method in class io.netty.handler.codec.http2.Http2EventAdapter
- onStreamError(ChannelHandlerContext, boolean, Throwable, Http2Exception.StreamException) - Method in class io.netty.handler.codec.http2.Http2ConnectionHandler
-
Handler for a stream error.
- onStreamError(ChannelHandlerContext, boolean, Throwable, Http2Exception.StreamException) - Method in class io.netty.handler.codec.http2.Http2FrameCodec
-
Exceptions for unknown streams, that is streams that have no
Http2FrameStreamobject attached are simply logged and replied to by sending a RST_STREAM frame. - onStreamHalfClosed(Http2Stream) - Method in interface io.netty.handler.codec.http2.Http2Connection.Listener
-
Notifies the listener that the given stream has transitioned from
OPENtoHALF CLOSED. - onStreamHalfClosed(Http2Stream) - Method in class io.netty.handler.codec.http2.Http2ConnectionAdapter
- onStreamHalfClosed(Http2Stream) - Method in class io.netty.handler.codec.http2.Http2EventAdapter
- onStreamRemoved(Http2Stream) - Method in interface io.netty.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.netty.handler.codec.http2.Http2ConnectionAdapter
- onStreamRemoved(Http2Stream) - Method in class io.netty.handler.codec.http2.Http2EventAdapter
- onStreamRemoved(Http2Stream) - Method in class io.netty.handler.codec.http2.InboundHttp2ToHttpAdapter
- onUnhandledChannelWritabilityChanged() - Method in class io.netty.channel.DefaultChannelPipeline
-
Called once the
ChannelInboundHandler.channelWritabilityChanged(ChannelHandlerContext)event hit the end of theChannelPipeline. - onUnhandledInboundChannelActive() - Method in class io.netty.channel.DefaultChannelPipeline
-
Called once the
ChannelInboundHandler.channelActive(ChannelHandlerContext)event hit the end of theChannelPipeline. - onUnhandledInboundChannelInactive() - Method in class io.netty.channel.DefaultChannelPipeline
-
Called once the
ChannelInboundHandler.channelInactive(ChannelHandlerContext)event hit the end of theChannelPipeline. - onUnhandledInboundChannelReadComplete() - Method in class io.netty.channel.DefaultChannelPipeline
-
Called once the
ChannelInboundHandler.channelReadComplete(ChannelHandlerContext)event hit the end of theChannelPipeline. - onUnhandledInboundException(Throwable) - Method in class io.netty.channel.DefaultChannelPipeline
-
Called once a
Throwablehit the end of theChannelPipelinewithout been handled by the user inChannelHandler.exceptionCaught(ChannelHandlerContext, Throwable). - onUnhandledInboundMessage(ChannelHandlerContext, Object) - Method in class io.netty.channel.DefaultChannelPipeline
-
Called once a message hit the end of the
ChannelPipelinewithout been handled by the user inChannelInboundHandler.channelRead(ChannelHandlerContext, Object). - onUnhandledInboundMessage(Object) - Method in class io.netty.channel.DefaultChannelPipeline
-
Called once a message hit the end of the
ChannelPipelinewithout been handled by the user inChannelInboundHandler.channelRead(ChannelHandlerContext, Object). - onUnhandledInboundUserEventTriggered(Object) - Method in class io.netty.channel.DefaultChannelPipeline
-
Called once an user event hit the end of the
ChannelPipelinewithout been handled by the user inChannelInboundHandler.userEventTriggered(ChannelHandlerContext, Object). - onUnknownFrame(ChannelHandlerContext, byte, int, Http2Flags, ByteBuf) - Method in class io.netty.handler.codec.http2.Http2EventAdapter
- onUnknownFrame(ChannelHandlerContext, byte, int, Http2Flags, ByteBuf) - Method in class io.netty.handler.codec.http2.Http2FrameAdapter
- onUnknownFrame(ChannelHandlerContext, byte, int, Http2Flags, ByteBuf) - Method in interface io.netty.handler.codec.http2.Http2FrameListener
-
Handler for a frame not defined by the HTTP/2 spec.
- onUnknownFrame(ChannelHandlerContext, byte, int, Http2Flags, ByteBuf) - Method in class io.netty.handler.codec.http2.Http2FrameListenerDecorator
- onWindowUpdateRead(ChannelHandlerContext, int, int) - Method in class io.netty.handler.codec.http2.Http2EventAdapter
- onWindowUpdateRead(ChannelHandlerContext, int, int) - Method in class io.netty.handler.codec.http2.Http2FrameAdapter
- onWindowUpdateRead(ChannelHandlerContext, int, int) - Method in interface io.netty.handler.codec.http2.Http2FrameListener
-
Handles an inbound
WINDOW_UPDATEframe. - onWindowUpdateRead(ChannelHandlerContext, int, int) - Method in class io.netty.handler.codec.http2.Http2FrameListenerDecorator
- OOM - io.netty.handler.codec.redis.FixedRedisMessagePool.RedisErrorKey
- opaque() - Method in class io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage
- opaque() - Method in interface io.netty.handler.codec.memcache.binary.BinaryMemcacheMessage
-
Returns the opaque value.
- opcode() - Method in class io.netty.channel.uring.IoUringIoEvent
-
Returns the op code of the
IoUringIoOps. - opcode() - Method in class io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage
- opcode() - Method in interface io.netty.handler.codec.memcache.binary.BinaryMemcacheMessage
-
Returns the opcode for the message.
- opCode() - Method in class io.netty.handler.codec.dns.AbstractDnsMessage
- opCode() - Method in interface io.netty.handler.codec.dns.DnsMessage
-
Returns the
opCodeof this DNS message. - open() - Method in class io.netty.channel.DefaultFileRegion
-
Explicitly open the underlying file-descriptor if not done yet.
- open() - Method in class io.netty.handler.codec.http2.Http2StreamChannelBootstrap
-
Open a new
Http2StreamChannelto use. - open(boolean) - Method in interface io.netty.handler.codec.http2.Http2Stream
-
Opens this stream, making it available via
Http2Connection.forEachActiveStream(Http2StreamVisitor)and transition state to:Http2Stream.State.OPENifHttp2Stream.state()isHttp2Stream.State.IDLEandhalfClosedisfalse.Http2Stream.State.HALF_CLOSED_LOCALifHttp2Stream.state()isHttp2Stream.State.IDLEandhalfClosedistrueand the stream is local. - open(Promise<Http2StreamChannel>) - Method in class io.netty.handler.codec.http2.Http2StreamChannelBootstrap
-
Open a new
Http2StreamChannelto use and notifies the givenPromise. - open(T) - Method in class io.netty.util.ResourceLeakDetector
-
Deprecated.
- OPEN - io.netty.handler.codec.http2.Http2Stream.State
- open0(ChannelHandlerContext, Promise<Http2StreamChannel>) - Method in class io.netty.handler.codec.http2.Http2StreamChannelBootstrap
-
Deprecated.should not be used directly. Use
Http2StreamChannelBootstrap.open()orHttp2StreamChannelBootstrap.open(Promise) - openFileDescriptors() - Method in class io.netty.channel.epoll.EpollIoHandler
-
This method is intended for use by a process checkpoint/restore integration, such as OpenJDK CRaC.
- OpenSsl - Class in io.netty.handler.ssl
-
Tells if
netty-tcnativeand its OpenSSL support are available. - OPENSSL - io.netty.handler.ssl.SslProvider
-
OpenSSL-based implementation.
- OPENSSL_REFCNT - io.netty.handler.ssl.SslProvider
-
OpenSSL-based implementation which does not have finalizers and instead implements
ReferenceCounted. - OpenSslApplicationProtocolNegotiator - Interface in io.netty.handler.ssl
-
Deprecated.
- OpenSslAsyncPrivateKeyMethod - Interface in io.netty.handler.ssl
- OpenSslCachingX509KeyManagerFactory - Class in io.netty.handler.ssl
-
Wraps another
KeyManagerFactoryand caches its chains / certs for an alias for better performance when usingSslProvider.OPENSSLorSslProvider.OPENSSL_REFCNT. - OpenSslCachingX509KeyManagerFactory(KeyManagerFactory) - Constructor for class io.netty.handler.ssl.OpenSslCachingX509KeyManagerFactory
- OpenSslCachingX509KeyManagerFactory(KeyManagerFactory, int) - Constructor for class io.netty.handler.ssl.OpenSslCachingX509KeyManagerFactory
- OpenSslCertificateCompressionAlgorithm - Interface in io.netty.handler.ssl
-
Provides compression and decompression implementations for TLS Certificate Compression (RFC 8879).
- OpenSslCertificateCompressionConfig - Class in io.netty.handler.ssl
-
Configuration for TLS1.3 certificate compression extension.
- OpenSslCertificateCompressionConfig.AlgorithmConfig - Class in io.netty.handler.ssl
-
The configuration for algorithm.
- OpenSslCertificateCompressionConfig.AlgorithmMode - Enum in io.netty.handler.ssl
-
The usage mode of the
OpenSslCertificateCompressionAlgorithm. - OpenSslCertificateCompressionConfig.Builder - Class in io.netty.handler.ssl
-
Builder for an
OpenSslCertificateCompressionAlgorithm. - OpenSslCertificateException - Exception in io.netty.handler.ssl
-
A special
CertificateExceptionwhich allows to specify which error code is included in the SSL Record. - OpenSslCertificateException(int) - Constructor for exception io.netty.handler.ssl.OpenSslCertificateException
-
Construct a new exception with the error code.
- OpenSslCertificateException(String, int) - Constructor for exception io.netty.handler.ssl.OpenSslCertificateException
-
Construct a new exception with the msg and error code .
- OpenSslCertificateException(String, Throwable, int) - Constructor for exception io.netty.handler.ssl.OpenSslCertificateException
-
Construct a new exception with the msg, cause and error code .
- OpenSslCertificateException(Throwable, int) - Constructor for exception io.netty.handler.ssl.OpenSslCertificateException
-
Construct a new exception with the cause and error code .
- OpenSslClientContext - Class in io.netty.handler.ssl
-
A client-side
SslContextwhich uses OpenSSL's SSL/TLS implementation. - OpenSslClientContext() - Constructor for class io.netty.handler.ssl.OpenSslClientContext
-
Deprecated.
- OpenSslClientContext(File) - Constructor for class io.netty.handler.ssl.OpenSslClientContext
-
Deprecated.
- OpenSslClientContext(File, TrustManagerFactory) - Constructor for class io.netty.handler.ssl.OpenSslClientContext
-
Deprecated.
- OpenSslClientContext(File, TrustManagerFactory, File, File, String, KeyManagerFactory, Iterable<String>, CipherSuiteFilter, ApplicationProtocolConfig, long, long) - Constructor for class io.netty.handler.ssl.OpenSslClientContext
-
Deprecated.
- OpenSslClientContext(File, TrustManagerFactory, Iterable<String>, ApplicationProtocolConfig, long, long) - Constructor for class io.netty.handler.ssl.OpenSslClientContext
-
Deprecated.
- OpenSslClientContext(File, TrustManagerFactory, Iterable<String>, CipherSuiteFilter, ApplicationProtocolConfig, long, long) - Constructor for class io.netty.handler.ssl.OpenSslClientContext
-
Deprecated.
- OpenSslClientContext(TrustManagerFactory) - Constructor for class io.netty.handler.ssl.OpenSslClientContext
-
Deprecated.
- OpenSslContext - Class in io.netty.handler.ssl
-
This class will use a finalizer to ensure native resources are automatically cleaned up.
- OpenSslContextOption<T> - Class in io.netty.handler.ssl
- OpenSslDefaultApplicationProtocolNegotiator - Class in io.netty.handler.ssl
-
Deprecated.
- OpenSslDefaultApplicationProtocolNegotiator(ApplicationProtocolConfig) - Constructor for class io.netty.handler.ssl.OpenSslDefaultApplicationProtocolNegotiator
-
Deprecated.
- OpenSslEngine - Class in io.netty.handler.ssl
-
Implements a
SSLEngineusing OpenSSL BIO abstractions. - OpenSslNpnApplicationProtocolNegotiator - Class in io.netty.handler.ssl
-
Deprecated.
- OpenSslNpnApplicationProtocolNegotiator(Iterable<String>) - Constructor for class io.netty.handler.ssl.OpenSslNpnApplicationProtocolNegotiator
-
Deprecated.
- OpenSslNpnApplicationProtocolNegotiator(String...) - Constructor for class io.netty.handler.ssl.OpenSslNpnApplicationProtocolNegotiator
-
Deprecated.
- OpenSslPrivateKeyMethod - Interface in io.netty.handler.ssl
-
Allow to customize private key signing / decrypting (when using RSA).
- OpenSslServerContext - Class in io.netty.handler.ssl
-
A server-side
SslContextwhich uses OpenSSL's SSL/TLS implementation. - OpenSslServerContext(File, File) - Constructor for class io.netty.handler.ssl.OpenSslServerContext
-
Deprecated.
- OpenSslServerContext(File, File, String) - Constructor for class io.netty.handler.ssl.OpenSslServerContext
-
Deprecated.
- OpenSslServerContext(File, File, String, Iterable<String>, ApplicationProtocolConfig, long, long) - Constructor for class io.netty.handler.ssl.OpenSslServerContext
-
Deprecated.
- OpenSslServerContext(File, File, String, Iterable<String>, CipherSuiteFilter, ApplicationProtocolConfig, long, long) - Constructor for class io.netty.handler.ssl.OpenSslServerContext
-
Deprecated.
- OpenSslServerContext(File, File, String, Iterable<String>, Iterable<String>, long, long) - Constructor for class io.netty.handler.ssl.OpenSslServerContext
-
Deprecated.
- OpenSslServerContext(File, File, String, TrustManagerFactory, Iterable<String>, ApplicationProtocolConfig, long, long) - Constructor for class io.netty.handler.ssl.OpenSslServerContext
-
Deprecated.
- OpenSslServerContext(File, File, String, TrustManagerFactory, Iterable<String>, CipherSuiteFilter, ApplicationProtocolConfig, long, long) - Constructor for class io.netty.handler.ssl.OpenSslServerContext
-
Deprecated.
- OpenSslServerContext(File, File, String, TrustManagerFactory, Iterable<String>, CipherSuiteFilter, OpenSslApplicationProtocolNegotiator, long, long) - Constructor for class io.netty.handler.ssl.OpenSslServerContext
-
Deprecated.use
SslContextBuilder} - OpenSslServerContext(File, File, String, TrustManagerFactory, Iterable<String>, OpenSslApplicationProtocolNegotiator, long, long) - Constructor for class io.netty.handler.ssl.OpenSslServerContext
-
Deprecated.
- OpenSslServerContext(File, TrustManagerFactory, File, File, String, KeyManagerFactory, Iterable<String>, CipherSuiteFilter, ApplicationProtocolConfig, long, long) - Constructor for class io.netty.handler.ssl.OpenSslServerContext
-
Deprecated.
- OpenSslServerContext(File, TrustManagerFactory, File, File, String, KeyManagerFactory, Iterable<String>, CipherSuiteFilter, OpenSslApplicationProtocolNegotiator, long, long) - Constructor for class io.netty.handler.ssl.OpenSslServerContext
-
Deprecated.
- OpenSslServerSessionContext - Class in io.netty.handler.ssl
-
OpenSslSessionContextimplementation which offers extra methods which are only useful for the server-side. - OpenSslSession - Interface in io.netty.handler.ssl
-
SSLSessionsub-type that is used by our native implementation. - OpenSslSessionContext - Class in io.netty.handler.ssl
-
OpenSSL specific
SSLSessionContextimplementation. - OpenSslSessionStats - Class in io.netty.handler.ssl
-
Stats exposed by an OpenSSL session context.
- OpenSslSessionTicketKey - Class in io.netty.handler.ssl
-
Session Ticket Key
- OpenSslSessionTicketKey(byte[], byte[], byte[]) - Constructor for class io.netty.handler.ssl.OpenSslSessionTicketKey
-
Construct a OpenSslSessionTicketKey.
- OpenSslX509KeyManagerFactory - Class in io.netty.handler.ssl
-
Special
KeyManagerFactorythat pre-compute the keymaterial used whenSslProvider.OPENSSLorSslProvider.OPENSSL_REFCNTis used and so will improve handshake times and its performance. - OpenSslX509KeyManagerFactory() - Constructor for class io.netty.handler.ssl.OpenSslX509KeyManagerFactory
- OpenSslX509KeyManagerFactory(String, Provider) - Constructor for class io.netty.handler.ssl.OpenSslX509KeyManagerFactory
- OpenSslX509KeyManagerFactory(Provider) - Constructor for class io.netty.handler.ssl.OpenSslX509KeyManagerFactory
- operationComplete(F) - Method in interface io.netty.util.concurrent.GenericFutureListener
-
Invoked when the operation associated with the
Futurehas been completed. - operationComplete(F) - Method in class io.netty.util.concurrent.PromiseAggregator
-
Deprecated.
- operationComplete(F) - Method in class io.netty.util.concurrent.PromiseNotifier
- operationComplete(ChannelFuture) - Method in class io.netty.channel.DelegatingChannelPromiseNotifier
- operationComplete(ChannelFuture) - Method in class io.netty.handler.codec.http2.DefaultHttp2ConnectionEncoder.FlowControlledBase
- operationComplete(Future<T>) - Method in class io.netty.util.concurrent.UnaryPromiseNotifier
-
Deprecated.
- operationProgressed(F, long, long) - Method in interface io.netty.util.concurrent.GenericProgressiveFutureListener
-
Invoked when the operation has progressed.
- opposite() - Method in interface io.netty.handler.codec.http2.Http2Connection.Endpoint
-
Gets the
Http2Connection.Endpointopposite this one. - ops() - Method in interface io.netty.channel.epoll.EpollIoEvent
-
Returns the
EpollIoOpswhich did trigger theEpollIoEvent. - ops() - Method in interface io.netty.channel.nio.NioIoEvent
-
Returns the
NioIoOpswhich did trigger theNioIoEvent. - OPT - Static variable in class io.netty.handler.codec.dns.DnsRecordType
-
Option record RFC 2671 This is a pseudo DNS record type needed to support EDNS.
- option() - Method in class io.netty.handler.codec.mqtt.MqttTopicSubscription
- option(ChannelOption<T>, T) - Method in class io.netty.bootstrap.AbstractBootstrap
-
Allow to specify a
ChannelOptionwhich is used for theChannelinstances once they got created. - option(ChannelOption<T>, T) - Method in class io.netty.handler.codec.http2.Http2StreamChannelBootstrap
-
Allow to specify a
ChannelOptionwhich is used for theHttp2StreamChannelinstances once they got created. - option(ChannelOption<T>, T) - Method in class io.netty.handler.codec.quic.QuicChannelBootstrap
-
Allow to specify a
ChannelOptionwhich is used for theQuicChannelinstances once they got created. - option(ChannelOption<T>, T) - Method in class io.netty.handler.codec.quic.QuicServerCodecBuilder
-
Allow to specify a
ChannelOptionwhich is used for theQuicChannelinstances once they got created. - option(ChannelOption<T>, T) - Method in class io.netty.handler.codec.quic.QuicStreamChannelBootstrap
-
Allow to specify a
ChannelOptionwhich is used for theQuicStreamChannelinstances once they got created. - option(SslContextOption<T>, T) - Method in class io.netty.handler.codec.quic.QuicSslContextBuilder
-
Configure a
SslContextOption. - option(SslContextOption<T>, T) - Method in class io.netty.handler.ssl.SslContextBuilder
-
Configure a
SslContextOption. - OPTION_NOT_SUPPORTED - Static variable in class io.netty.handler.codec.rtsp.RtspResponseStatuses
-
551 Option not supported
- OPTIONAL - io.netty.handler.ssl.ClientAuth
-
Indicates that the
SSLEnginewill request client authentication. - OptionalSslHandler - Class in io.netty.handler.ssl
-
OptionalSslHandleris a utility decoder to support both SSL and non-SSL handlers based on the first message received. - OptionalSslHandler(SslContext) - Constructor for class io.netty.handler.ssl.OptionalSslHandler
- options() - Method in class io.netty.bootstrap.AbstractBootstrapConfig
-
Returns a copy of the configured options.
- options() - Method in class io.netty.channel.epoll.EpollTcpInfo
- options() - Method in class io.netty.channel.uring.IoUringTcpInfo
- OPTIONS - Static variable in class io.netty.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.netty.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.netty.channel.unix.GenericUnixChannelOption
-
Returns the optname.
- optResourceEnabled(boolean) - Method in class io.netty.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.
- order() - Method in class io.netty.buffer.ByteBuf
-
Deprecated.use the Little Endian accessors, e.g.
getShortLE,getIntLEinstead of creating a buffer with swappedendianness. - order() - Method in class io.netty.buffer.CompositeByteBuf
- order() - Method in class io.netty.buffer.DuplicatedByteBuf
-
Deprecated.
- order() - Method in class io.netty.buffer.EmptyByteBuf
- order() - Method in class io.netty.buffer.ReadOnlyByteBuf
-
Deprecated.
- order() - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- order() - Method in class io.netty.buffer.UnpooledDirectByteBuf
- order() - Method in class io.netty.buffer.UnpooledHeapByteBuf
- order() - Method in class io.netty.buffer.WrappedByteBuf
- order(ByteOrder) - Method in class io.netty.buffer.AbstractByteBuf
- order(ByteOrder) - Method in class io.netty.buffer.ByteBuf
-
Deprecated.use the Little Endian accessors, e.g.
getShortLE,getIntLEinstead of creating a buffer with swappedendianness. - order(ByteOrder) - Method in class io.netty.buffer.EmptyByteBuf
- order(ByteOrder) - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- order(ByteOrder) - Method in class io.netty.buffer.WrappedByteBuf
- ORDERED - io.netty.handler.codec.base64.Base64Dialect
-
Special "ordered" dialect of Base64 described in RFC1940.
- OrderedEventExecutor - Interface in io.netty.util.concurrent
-
Marker interface for
EventExecutors that will process all submitted tasks in an ordered / serial fashion. - origin() - Method in class io.netty.handler.codec.http.cors.CorsConfig
-
Returns the allowed origin.
- ORIGIN - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
-
"origin" - ORIGIN - Static variable in class io.netty.handler.codec.http.HttpHeaders.Names
-
Deprecated.
"Origin" - origins() - Method in class io.netty.handler.codec.http.cors.CorsConfig
-
Returns the set of allowed origins.
- OTHER - io.netty.handler.codec.haproxy.HAProxyTLV.Type
-
A TLV type that is not officially defined in the spec.
- OUT_OF_MESSAGE_SEQUENCE_METHOD - Static variable in class io.netty.handler.codec.http2.HttpConversionUtil
-
This will be the method used for
HttpRequestobjects generated out of the HTTP message flow defined in [RFC 7540], Section 8.1 - OUT_OF_MESSAGE_SEQUENCE_PATH - Static variable in class io.netty.handler.codec.http2.HttpConversionUtil
-
This will be the path used for
HttpRequestobjects 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.netty.handler.codec.http2.HttpConversionUtil
-
This will be the status code used for
HttpResponseobjects generated out of the HTTP message flow defined in [RFC 7540], Section 8.1 - OUTBOUND - io.netty.handler.codec.http2.Http2FrameLogger.Direction
- outboundBuffer() - Method in class io.netty.channel.AbstractChannel.AbstractUnsafe
- outboundBuffer() - Method in interface io.netty.channel.Channel.Unsafe
-
Returns the
ChannelOutboundBufferof theChannelwhere the pending write requests are stored. - outboundHandler() - Method in class io.netty.channel.CombinedChannelDuplexHandler
- outboundMessages() - Method in class io.netty.channel.embedded.EmbeddedChannel
- OutOfDirectMemoryError - Error in io.netty.util.internal
-
OutOfMemoryErrorthat is throws ifPlatformDependent.allocateDirectNoCleaner(int)can not allocate a newByteBufferdue memory restrictions.
P
- PACKET_IDENTIFIER_IN_USE - io.netty.handler.codec.mqtt.MqttReasonCodes.PubAck
- PACKET_IDENTIFIER_IN_USE - io.netty.handler.codec.mqtt.MqttReasonCodes.PubRec
- PACKET_IDENTIFIER_IN_USE - io.netty.handler.codec.mqtt.MqttReasonCodes.SubAck
- PACKET_IDENTIFIER_IN_USE - io.netty.handler.codec.mqtt.MqttReasonCodes.UnsubAck
- PACKET_IDENTIFIER_NOT_FOUND - io.netty.handler.codec.mqtt.MqttReasonCodes.PubComp
- PACKET_IDENTIFIER_NOT_FOUND - io.netty.handler.codec.mqtt.MqttReasonCodes.PubRel
- PACKET_TOO_LARGE - io.netty.handler.codec.mqtt.MqttReasonCodes.Disconnect
- packetId() - Method in class io.netty.handler.codec.mqtt.MqttPublishVariableHeader
- packetId(int) - Method in class io.netty.handler.codec.mqtt.MqttMessageBuilders.PubAckBuilder
- packetId(int) - Method in class io.netty.handler.codec.mqtt.MqttMessageBuilders.SubAckBuilder
- packetId(int) - Method in class io.netty.handler.codec.mqtt.MqttMessageBuilders.UnsubAckBuilder
- packetId(short) - Method in class io.netty.handler.codec.mqtt.MqttMessageBuilders.PubAckBuilder
-
Deprecated.use
MqttMessageBuilders.PubAckBuilder.packetId(int)instead - packetId(short) - Method in class io.netty.handler.codec.mqtt.MqttMessageBuilders.SubAckBuilder
-
Deprecated.use
MqttMessageBuilders.SubAckBuilder.packetId(int)instead - packetId(short) - Method in class io.netty.handler.codec.mqtt.MqttMessageBuilders.UnsubAckBuilder
-
Deprecated.
- PADDED - Static variable in class io.netty.handler.codec.http2.Http2Flags
- padding - Variable in class io.netty.handler.codec.http2.DefaultHttp2ConnectionEncoder.FlowControlledBase
- padding() - Method in class io.netty.handler.codec.http2.DefaultHttp2DataFrame
- padding() - Method in class io.netty.handler.codec.http2.DefaultHttp2HeadersFrame
- padding() - Method in class io.netty.handler.codec.http2.DefaultHttp2PushPromiseFrame
- padding() - Method in interface io.netty.handler.codec.http2.Http2DataFrame
-
Frame padding to use.
- padding() - Method in interface io.netty.handler.codec.http2.Http2HeadersFrame
-
Frame padding to use.
- padding() - Method in interface io.netty.handler.codec.http2.Http2PushPromiseFrame
-
Frame padding to use.
- paddingPresent() - Method in class io.netty.handler.codec.http2.Http2Flags
-
For frames that include padding, indicates if the
Http2Flags.PADDEDfield is present. - paddingPresent(boolean) - Method in class io.netty.handler.codec.http2.Http2Flags
-
Sets the
Http2Flags.PADDEDflag. - pageIdx2size(int) - Method in interface io.netty.buffer.SizeClassesMetric
-
Computes size from lookup table according to pageIdx.
- pageIdx2sizeCompute(int) - Method in interface io.netty.buffer.SizeClassesMetric
-
Computes size according to pageIdx.
- pages2pageIdx(int) - Method in interface io.netty.buffer.SizeClassesMetric
-
Normalizes request size up to the nearest pageSize class.
- pages2pageIdxFloor(int) - Method in interface io.netty.buffer.SizeClassesMetric
-
Normalizes request size down to the nearest pageSize class.
- pageSize() - Method in interface io.netty.buffer.PoolSubpageMetric
-
Return the page size (in bytes) of this page.
- PARAMETER_IS_READONLY - Static variable in class io.netty.handler.codec.rtsp.RtspResponseStatuses
-
458 Parameter Is Read-Only
- PARAMETER_NOT_UNDERSTOOD - Static variable in class io.netty.handler.codec.rtsp.RtspResponseStatuses
-
451 Parameter Not Understood
- parameters() - Method in class io.netty.handler.codec.compression.BrotliOptions
- parameters() - Method in class io.netty.handler.codec.http.QueryStringDecoder
-
Returns the decoded key-value parameter pairs of the URI.
- parameters() - Method in class io.netty.handler.codec.http.websocketx.extensions.WebSocketExtensionData
- parameters() - Method in class io.netty.handler.codec.smtp.DefaultSmtpRequest
- parameters() - Method in interface io.netty.handler.codec.smtp.SmtpRequest
-
Returns a
Listwhich holds all the parameters of a request, which may be an empty list. - PARANOID - io.netty.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.netty.channel.AbstractChannel
- parent() - Method in class io.netty.channel.AbstractEventLoop
- parent() - Method in interface io.netty.channel.Channel
-
Returns the parent of this channel.
- parent() - Method in class io.netty.channel.epoll.EpollSocketChannel
- parent() - Method in interface io.netty.channel.EventLoop
- parent() - Method in class io.netty.channel.kqueue.KQueueSocketChannel
- parent() - Method in class io.netty.channel.local.LocalChannel
- parent() - Method in class io.netty.channel.ManualIoEventLoop
- parent() - Method in class io.netty.channel.sctp.nio.NioSctpChannel
- parent() - Method in class io.netty.channel.sctp.oio.OioSctpChannel
-
Deprecated.
- parent() - Method in interface io.netty.channel.sctp.SctpChannel
- parent() - Method in class io.netty.channel.SingleThreadEventLoop
- parent() - Method in class io.netty.channel.socket.nio.NioDomainSocketChannel
- parent() - Method in class io.netty.channel.socket.nio.NioSocketChannel
- parent() - Method in class io.netty.channel.socket.oio.OioSocketChannel
-
Deprecated.
- parent() - Method in interface io.netty.channel.socket.SocketChannel
- parent() - Method in class io.netty.channel.uring.IoUringSocketChannel
- parent() - Method in interface io.netty.handler.codec.quic.QuicStreamChannel
- parent() - Method in class io.netty.util.concurrent.AbstractEventExecutor
- parent() - Method in interface io.netty.util.concurrent.EventExecutor
-
Return the
EventExecutorGroupwhich is the parent of thisEventExecutor, - parent() - Method in class io.netty.util.concurrent.UnorderedThreadPoolEventExecutor
-
Deprecated.
- parent(Channel) - Method in class io.netty.channel.embedded.EmbeddedChannel.Builder
-
The parent
Channelof thisEmbeddedChannel. - PARITY_BIT - Static variable in class io.netty.channel.rxtx.RxtxChannelOption
-
Deprecated.
- parse() - Method in interface io.netty.resolver.HostsFileEntriesProvider.Parser
-
Parses the hosts file at standard OS location using the system default
Charsetfor decoding. - parse() - Static method in class io.netty.resolver.HostsFileParser
-
Parse hosts file at standard OS location using the system default
Charsetfor decoding. - parse(File) - Static method in class io.netty.resolver.HostsFileParser
-
Parse a hosts file using the system default
Charsetfor decoding. - parse(File, Charset...) - Method in interface io.netty.resolver.HostsFileEntriesProvider.Parser
-
Parses the provided hosts file using the given
Charsets one after another until parse something or none is left. - parse(File, Charset...) - Static method in class io.netty.resolver.HostsFileParser
-
Parse a hosts file.
- parse(Reader) - Method in interface io.netty.resolver.HostsFileEntriesProvider.Parser
-
Performs the parsing operation using the provided reader of hosts file format.
- parse(Reader) - Static method in class io.netty.resolver.HostsFileParser
-
Parse a reader of hosts file format.
- parse(String, ParsePosition) - Method in class io.netty.handler.codec.http.HttpHeaderDateFormat
-
Deprecated.
- parse(InetSocketAddress, InetSocketAddress, ByteBuf, QuicHeaderParser.QuicHeaderProcessor) - Method in class io.netty.handler.codec.quic.QuicHeaderParser
-
Parses a QUIC packet and extract the header values out of it.
- parse(Charset...) - Method in interface io.netty.resolver.HostsFileEntriesProvider.Parser
-
Parses the hosts file at standard OS location using the given
Charsets one after another until parse something or none is left. - parseBoolean() - Method in class io.netty.util.AsciiString
- parseChar() - Method in class io.netty.util.AsciiString
- parseChar(int) - Method in class io.netty.util.AsciiString
- parseDouble() - Method in class io.netty.util.AsciiString
- parseDouble(int, int) - Method in class io.netty.util.AsciiString
- parseFloat() - Method in class io.netty.util.AsciiString
- parseFloat(int, int) - Method in class io.netty.util.AsciiString
- parseHttpDate(CharSequence) - Static method in class io.netty.handler.codec.DateFormatter
-
Parse some text into a
Date, according to RFC6265 - parseHttpDate(CharSequence, int, int) - Static method in class io.netty.handler.codec.DateFormatter
-
Parse some text into a
Date, according to RFC6265 - parseInt() - Method in class io.netty.util.AsciiString
- parseInt(int) - Method in class io.netty.util.AsciiString
- parseInt(int, int) - Method in class io.netty.util.AsciiString
- parseInt(int, int, int) - Method in class io.netty.util.AsciiString
- parseLine(AsciiString) - Static method in class io.netty.handler.codec.http.HttpResponseStatus
-
Parses the specified HTTP status line into a
HttpResponseStatus. - parseLine(CharSequence) - Static method in class io.netty.handler.codec.http.HttpResponseStatus
-
Parses the specified HTTP status line into a
HttpResponseStatus. - parseLine(String) - Static method in class io.netty.handler.codec.http.HttpResponseStatus
-
Parses the specified HTTP status line into a
HttpResponseStatus. - parseLong() - Method in class io.netty.util.AsciiString
- parseLong(int) - Method in class io.netty.util.AsciiString
- parseLong(int, int) - Method in class io.netty.util.AsciiString
- parseLong(int, int, int) - Method in class io.netty.util.AsciiString
- parseMAC(String) - Static method in class io.netty.util.internal.MacAddressUtil
-
Parse a EUI-48, MAC-48, or EUI-64 MAC address from a
Stringand return it as abyte[]. - parser() - Static method in class io.netty.resolver.HostsFileEntriesProvider
-
Creates a parser for
HostsFileEntriesProvider. - parseShort() - Method in class io.netty.util.AsciiString
- parseShort(int) - Method in class io.netty.util.AsciiString
- parseShort(int, int) - Method in class io.netty.util.AsciiString
- parseShort(int, int, int) - Method in class io.netty.util.AsciiString
- parseSilently() - Method in interface io.netty.resolver.HostsFileEntriesProvider.Parser
-
Parses the hosts file at standard OS location using the system default
Charsetfor decoding. - parseSilently() - Static method in class io.netty.resolver.HostsFileParser
-
Parse hosts file at standard OS location using the systems default
Charsetfor decoding. - parseSilently(File, Charset...) - Method in interface io.netty.resolver.HostsFileEntriesProvider.Parser
-
Parses the provided hosts file using the given
Charsets one after another until parse something or none is left. - parseSilently(Charset...) - Method in interface io.netty.resolver.HostsFileEntriesProvider.Parser
-
Parses the hosts file at standard OS location using the given
Charsets one after another until parse something or none is left. - parseSilently(Charset...) - Static method in class io.netty.resolver.HostsFileParser
-
Parse hosts file at standard OS location using the given
Charsets one after each other until we were able to parse something or none is left. - parseStatus(CharSequence) - Static method in class io.netty.handler.codec.http2.HttpConversionUtil
-
Apply HTTP/2 rules while translating status code to
HttpResponseStatus - PARTIAL_CONTENT - Static variable in class io.netty.handler.codec.http.HttpResponseStatus
-
206 Partial Content
- PARTITIONED - Static variable in class io.netty.handler.codec.http.cookie.CookieHeaderNames
- PASSCODE - Static variable in interface io.netty.handler.codec.stomp.StompHeaders
- password() - Method in class io.netty.handler.codec.mqtt.MqttConnectPayload
-
Deprecated.use
MqttConnectPayload.passwordInBytes()instead - password() - Method in class io.netty.handler.codec.socks.SocksAuthRequest
-
Returns password that needs to be validated
- password() - Method in class io.netty.handler.codec.socksx.v5.DefaultSocks5PasswordAuthRequest
- password() - Method in interface io.netty.handler.codec.socksx.v5.Socks5PasswordAuthRequest
-
Returns the password of this request.
- password() - Method in class io.netty.handler.proxy.HttpProxyHandler
- password() - Method in class io.netty.handler.proxy.Socks5ProxyHandler
- password(byte[]) - Method in class io.netty.handler.codec.mqtt.MqttMessageBuilders.ConnectBuilder
- password(String) - Method in class io.netty.handler.codec.mqtt.MqttMessageBuilders.ConnectBuilder
-
Deprecated.
- PASSWORD - Static variable in class io.netty.handler.codec.socksx.v5.Socks5AuthMethod
- passwordInBytes() - Method in class io.netty.handler.codec.mqtt.MqttConnectPayload
- PATCH - Static variable in class io.netty.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.netty.channel.unix.DomainSocketAddress
-
The path to the domain socket.
- path() - Method in interface io.netty.handler.codec.http.cookie.Cookie
-
Returns the path of this
Cookie. - path() - Method in class io.netty.handler.codec.http.cookie.DefaultCookie
- path() - Method in class io.netty.handler.codec.http.QueryStringDecoder
-
Returns the decoded path string of the URI.
- path() - Method in class io.netty.handler.codec.http2.DefaultHttp2Headers
- path() - Method in class io.netty.handler.codec.http2.EmptyHttp2Headers
- path() - Method in interface io.netty.handler.codec.http2.Http2Headers
-
Gets the
Http2Headers.PseudoHeaderName.PATHheader ornullif there is no such header - path() - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
- path() - Method in class io.netty.handler.codec.http3.DefaultHttp3Headers
- path() - Method in interface io.netty.handler.codec.http3.Http3Headers
-
Gets the
Http3Headers.PseudoHeaderName.PATHheader ornullif there is no such header - path() - Method in class io.netty.handler.codec.quic.QLogConfiguration
-
Return the path to the log file.
- path(CharSequence) - Method in class io.netty.handler.codec.http2.DefaultHttp2Headers
- path(CharSequence) - Method in class io.netty.handler.codec.http2.EmptyHttp2Headers
- path(CharSequence) - Method in interface io.netty.handler.codec.http2.Http2Headers
-
Sets the
Http2Headers.PseudoHeaderName.PATHheader - path(CharSequence) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
- path(CharSequence) - Method in class io.netty.handler.codec.http3.DefaultHttp3Headers
- path(CharSequence) - Method in interface io.netty.handler.codec.http3.Http3Headers
-
Sets the
Http3Headers.PseudoHeaderName.PATHheader - PATH - io.netty.handler.codec.http2.Http2Headers.PseudoHeaderName
-
:path. - PATH - io.netty.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 - io.netty.handler.codec.http3.Http3Headers.PseudoHeaderName
-
:path. - PATH - io.netty.handler.codec.http3.HttpConversionUtil.ExtensionHeaderNames
-
HTTP extension header which will identify the path pseudo header from the HTTP/3 event(s) responsible for generating an
HttpObject - PATH - Static variable in class io.netty.handler.codec.http.cookie.CookieHeaderNames
- PATH - Static variable in class io.netty.handler.codec.spdy.SpdyHeaders.HttpNames
-
":path" - pathsCount() - Method in interface io.netty.handler.codec.quic.QuicConnectionStats
- pause() - Method in class io.netty.handler.pcap.PcapWriteHandler
-
Pause the
PcapWriteHandlerfrom writing packets to theOutputStream. - PAUSE - Static variable in class io.netty.handler.codec.rtsp.RtspMethods
-
The PAUSE request causes the stream delivery to be interrupted (halted) temporarily.
- payload() - Method in class io.netty.handler.codec.mqtt.MqttConnectMessage
- payload() - Method in class io.netty.handler.codec.mqtt.MqttMessage
- payload() - Method in class io.netty.handler.codec.mqtt.MqttPublishMessage
- payload() - Method in class io.netty.handler.codec.mqtt.MqttSubAckMessage
- payload() - Method in class io.netty.handler.codec.mqtt.MqttSubscribeMessage
- payload() - Method in class io.netty.handler.codec.mqtt.MqttUnsubAckMessage
- payload() - Method in class io.netty.handler.codec.mqtt.MqttUnsubscribeMessage
- payload(ByteBuf) - Method in class io.netty.handler.codec.mqtt.MqttMessageBuilders.PublishBuilder
- PAYLOAD_FORMAT_INDICATOR - io.netty.handler.codec.mqtt.MqttProperties.MqttPropertyType
-
Deprecated.
- PAYLOAD_FORMAT_INVALID - io.netty.handler.codec.mqtt.MqttReasonCodes.Disconnect
- PAYLOAD_FORMAT_INVALID - io.netty.handler.codec.mqtt.MqttReasonCodes.PubAck
- PAYLOAD_FORMAT_INVALID - io.netty.handler.codec.mqtt.MqttReasonCodes.PubRec
- PAYMENT_REQUIRED - Static variable in class io.netty.handler.codec.http.HttpResponseStatus
-
402 Payment Required
- PAYMENT_REQUIRED - Static variable in class io.netty.handler.codec.rtsp.RtspResponseStatuses
-
402 Payment Required
- PcapWriteHandler - Class in io.netty.handler.pcap
-
PcapWriteHandlercapturesByteBuffromSocketChannel/ServerChannelorDatagramPacketand writes it into PcapOutputStream. - PcapWriteHandler(OutputStream) - Constructor for class io.netty.handler.pcap.PcapWriteHandler
-
Deprecated.Use
PcapWriteHandler.Builderinstead. - PcapWriteHandler(OutputStream, boolean, boolean) - Constructor for class io.netty.handler.pcap.PcapWriteHandler
-
Deprecated.Use
PcapWriteHandler.Builderinstead. - PcapWriteHandler.Builder - Class in io.netty.handler.pcap
-
Builder for
PcapWriteHandler - peek() - Method in class io.netty.util.internal.DefaultPriorityQueue
- peek() - Method in class io.netty.util.internal.EmptyPriorityQueue
- peekTask() - Method in class io.netty.util.concurrent.SingleThreadEventExecutor
- peerAddress() - Method in interface io.netty.handler.codec.quic.QuicConnectionPathStats
- peerAllowedStreams(QuicStreamType) - Method in interface io.netty.handler.codec.quic.QuicChannel
-
Returns the number of streams that can be created before stream creation will fail with
QuicTransportError.STREAM_LIMIT_ERRORerror. - peerCredentials() - Method in class io.netty.channel.epoll.EpollDomainDatagramChannel
-
Returns the unix credentials (uid, gid, pid) of the peer SO_PEERCRED
- peerCredentials() - Method in class io.netty.channel.epoll.EpollDomainSocketChannel
-
Returns the unix credentials (uid, gid, pid) of the peer SO_PEERCRED
- peerCredentials() - Method in class io.netty.channel.kqueue.KQueueDomainDatagramChannel
-
Returns the unix credentials (uid, gid, pid) of the peer SO_PEERCRED
- peerCredentials() - Method in class io.netty.channel.kqueue.KQueueDomainSocketChannel
-
Returns the unix credentials (uid, gid, pid) of the peer SO_PEERCRED
- peerCredentials() - Method in class io.netty.channel.uring.IoUringDomainSocketChannel
-
Returns the unix credentials (uid, gid, pid) of the peer SO_PEERCRED
- PeerCredentials - Class in io.netty.channel.unix
-
User credentials discovered for the peer unix domain socket.
- PeerMigrated(InetSocketAddress, InetSocketAddress) - Constructor for class io.netty.handler.codec.quic.QuicPathEvent.PeerMigrated
-
The connection observed that the remote migrated over the network path denoted by the pair of addresses, i.e., non-probing packets have been received on this network path.
- peerTransportParameters() - Method in interface io.netty.handler.codec.quic.QuicChannel
-
Returns the
QuicTransportParametersof the peer once received, ornullif not known yet. - PemPrivateKey - Class in io.netty.handler.ssl
-
This is a special purpose implementation of a
PrivateKeywhich allows the user to pass PEM/PKCS#8 encoded key material straight intoOpenSslContextwithout having to parse and re-encode bytes in Java land. - PemX509Certificate - Class in io.netty.handler.ssl
-
This is a special purpose implementation of a
X509Certificatewhich allows the user to pass PEM/PKCS#8 encoded data straight intoOpenSslContextwithout having to parse and re-encode bytes in Java land. - pendingBytes() - Method in interface io.netty.handler.codec.http2.StreamByteDistributor.StreamState
-
Get the amount of bytes this stream has pending to send.
- pendingTasks() - Method in class io.netty.channel.SingleThreadEventLoop
- pendingTasks() - Method in class io.netty.util.concurrent.GlobalEventExecutor
-
Return the number of tasks that are pending for processing.
- pendingTasks() - Method in class io.netty.util.concurrent.SingleThreadEventExecutor
-
Return the number of tasks that are pending for processing.
- pendingTimeouts() - Method in class io.netty.util.HashedWheelTimer
-
Returns the number of pending timeouts of this
Timer. - PendingWrite - Class in io.netty.util.internal
-
Some pending write which should be picked up later.
- PendingWriteQueue - Class in io.netty.channel
-
A queue of write operations which are pending for later execution.
- PendingWriteQueue(Channel) - Constructor for class io.netty.channel.PendingWriteQueue
- PendingWriteQueue(ChannelHandlerContext) - Constructor for class io.netty.channel.PendingWriteQueue
- performMasking() - Method in class io.netty.handler.codec.http.websocketx.WebSocketClientProtocolConfig
- performMasking(boolean) - Method in class io.netty.handler.codec.http.websocketx.WebSocketClientProtocolConfig.Builder
-
Whether to mask all written websocket frames.
- PERMANENT_REDIRECT - Static variable in class io.netty.handler.codec.http.HttpResponseStatus
-
308 Permanent Redirect (RFC7538)
- PerMessageDeflateClientExtensionHandshaker - Class in io.netty.handler.codec.http.websocketx.extensions.compression
-
permessage-deflate handshake implementation.
- PerMessageDeflateClientExtensionHandshaker() - Constructor for class io.netty.handler.codec.http.websocketx.extensions.compression.PerMessageDeflateClientExtensionHandshaker
-
Deprecated.Use {@link PerMessageDeflateClientExtensionHandshaker# PerMessageDeflateClientExtensionHandshaker(int)}.
- PerMessageDeflateClientExtensionHandshaker(int) - Constructor for class io.netty.handler.codec.http.websocketx.extensions.compression.PerMessageDeflateClientExtensionHandshaker
-
Constructor with default configuration.
- PerMessageDeflateClientExtensionHandshaker(int, boolean, int, boolean, boolean) - Constructor for class io.netty.handler.codec.http.websocketx.extensions.compression.PerMessageDeflateClientExtensionHandshaker
- PerMessageDeflateClientExtensionHandshaker(int, boolean, int, boolean, boolean, int) - Constructor for class io.netty.handler.codec.http.websocketx.extensions.compression.PerMessageDeflateClientExtensionHandshaker
-
Constructor with custom configuration.
- PerMessageDeflateClientExtensionHandshaker(int, boolean, int, boolean, boolean, WebSocketExtensionFilterProvider) - Constructor for class io.netty.handler.codec.http.websocketx.extensions.compression.PerMessageDeflateClientExtensionHandshaker
- PerMessageDeflateClientExtensionHandshaker(int, boolean, int, boolean, boolean, WebSocketExtensionFilterProvider, int) - Constructor for class io.netty.handler.codec.http.websocketx.extensions.compression.PerMessageDeflateClientExtensionHandshaker
-
Constructor with custom configuration.
- PerMessageDeflateServerExtensionHandshaker - Class in io.netty.handler.codec.http.websocketx.extensions.compression
-
permessage-deflate handshake implementation.
- PerMessageDeflateServerExtensionHandshaker() - Constructor for class io.netty.handler.codec.http.websocketx.extensions.compression.PerMessageDeflateServerExtensionHandshaker
-
Deprecated.Use {@link PerMessageDeflateServerExtensionHandshaker# PerMessageDeflateServerExtensionHandshaker(int)}.
- PerMessageDeflateServerExtensionHandshaker(int) - Constructor for class io.netty.handler.codec.http.websocketx.extensions.compression.PerMessageDeflateServerExtensionHandshaker
-
Constructor with default configuration.
- PerMessageDeflateServerExtensionHandshaker(int, boolean, int, boolean, boolean) - Constructor for class io.netty.handler.codec.http.websocketx.extensions.compression.PerMessageDeflateServerExtensionHandshaker
- PerMessageDeflateServerExtensionHandshaker(int, boolean, int, boolean, boolean, int) - Constructor for class io.netty.handler.codec.http.websocketx.extensions.compression.PerMessageDeflateServerExtensionHandshaker
-
Constructor with custom configuration.
- PerMessageDeflateServerExtensionHandshaker(int, boolean, int, boolean, boolean, WebSocketExtensionFilterProvider) - Constructor for class io.netty.handler.codec.http.websocketx.extensions.compression.PerMessageDeflateServerExtensionHandshaker
- PerMessageDeflateServerExtensionHandshaker(int, boolean, int, boolean, boolean, WebSocketExtensionFilterProvider, int) - Constructor for class io.netty.handler.codec.http.websocketx.extensions.compression.PerMessageDeflateServerExtensionHandshaker
-
Constructor with custom configuration.
- permitBlockingCalls() - Method in class io.netty.util.concurrent.FastThreadLocalThread
-
Query whether this thread is allowed to perform blocking calls or not.
- pid() - Method in class io.netty.channel.unix.PeerCredentials
-
Get the PID of the peer process.
- PING - Static variable in class io.netty.handler.codec.http2.Http2FrameTypes
- PING_FRAME_PAYLOAD_LENGTH - Static variable in class io.netty.handler.codec.http2.Http2CodecUtil
- PINGREQ - io.netty.handler.codec.mqtt.MqttMessageType
- PINGREQ - Static variable in class io.netty.handler.codec.mqtt.MqttMessage
- PINGRESP - io.netty.handler.codec.mqtt.MqttMessageType
- PINGRESP - Static variable in class io.netty.handler.codec.mqtt.MqttMessage
- PingWebSocketFrame - Class in io.netty.handler.codec.http.websocketx
-
Web Socket frame containing binary data.
- PingWebSocketFrame() - Constructor for class io.netty.handler.codec.http.websocketx.PingWebSocketFrame
-
Creates a new empty ping frame.
- PingWebSocketFrame(boolean, int, ByteBuf) - Constructor for class io.netty.handler.codec.http.websocketx.PingWebSocketFrame
-
Creates a new ping frame with the specified binary data.
- PingWebSocketFrame(ByteBuf) - Constructor for class io.netty.handler.codec.http.websocketx.PingWebSocketFrame
-
Creates a new ping frame with the specified binary data.
- pinnedDirectMemory() - Method in class io.netty.buffer.PooledByteBufAllocator
-
Returns the number of bytes of direct memory that is currently pinned to direct buffers allocated by a
ByteBufAllocator, or-1if unknown. - pinnedHeapMemory() - Method in class io.netty.buffer.PooledByteBufAllocator
-
Returns the number of bytes of heap memory that is currently pinned to heap buffers allocated by a
ByteBufAllocator, or-1if unknown. - pipe() - Static method in class io.netty.channel.unix.FileDescriptor
- pipeline() - Method in class io.netty.channel.AbstractChannel
- pipeline() - Method in interface io.netty.channel.Channel
-
Return the assigned
ChannelPipeline. - pipeline() - Method in interface io.netty.channel.ChannelHandlerContext
-
Return the assigned
ChannelPipeline - PKIX_KP_CLIENT_AUTH - io.netty.pkitesting.CertificateBuilder.ExtendedKeyUsage
-
The certificate can be used on the client-side of a TLS connection.
- PKIX_KP_CODE_SIGNING - io.netty.pkitesting.CertificateBuilder.ExtendedKeyUsage
-
The certificate can be used for code signing.
- PKIX_KP_EMAIL_PROTECTION - io.netty.pkitesting.CertificateBuilder.ExtendedKeyUsage
-
The certificate can be used for protecting email.
- PKIX_KP_OCSP_SIGNING - io.netty.pkitesting.CertificateBuilder.ExtendedKeyUsage
-
The certificate can be used to sign OCSP replies.
- PKIX_KP_SERVER_AUTH - io.netty.pkitesting.CertificateBuilder.ExtendedKeyUsage
-
The certificate can be used on the server-side of a TLS connection.
- PKIX_KP_TIME_STAMPING - io.netty.pkitesting.CertificateBuilder.ExtendedKeyUsage
-
The certificate can be used for time-stamping.
- platformDefault() - Static method in class io.netty.resolver.dns.DnsServerAddressStreamProviders
-
A
DnsServerAddressStreamProviderwhich inherits the DNS servers from your local host's configuration. - PlatformDependent - Class in io.netty.util.internal
-
Utility that detects various properties specific to the current runtime environment, such as Java version and the availability of the
sun.misc.Unsafeobject. - PLAY - Static variable in class io.netty.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.netty.channel.epoll.EpollTcpInfo
- pmtu() - Method in class io.netty.channel.uring.IoUringTcpInfo
- pmtu() - Method in interface io.netty.handler.codec.quic.QuicConnectionPathStats
- pointNeighborsToThis() - Method in class io.netty.handler.codec.DefaultHeaders.HeaderEntry
- POLICY_VIOLATION - Static variable in class io.netty.handler.codec.http.websocketx.WebSocketCloseStatus
- poll() - Method in class io.netty.util.concurrent.MpscIntQueue.MpscAtomicIntegerArrayQueue
- poll() - Method in interface io.netty.util.concurrent.MpscIntQueue
-
Remove and return the next value from the queue, or return the "empty" value if the queue is empty.
- poll() - Method in class io.netty.util.internal.DefaultPriorityQueue
- poll() - Method in class io.netty.util.internal.EmptyPriorityQueue
- pollChannel() - Method in class io.netty.channel.pool.SimpleChannelPool
-
Poll a
Channelout of the internal storage to reuse it. - pollScheduledTask() - Method in class io.netty.util.concurrent.AbstractScheduledEventExecutor
- pollScheduledTask(long) - Method in class io.netty.util.concurrent.AbstractScheduledEventExecutor
-
Return the
Runnablewhich is ready to be executed with the givennanoTime. - pollSentSettings() - Method in class io.netty.handler.codec.http2.DecoratingHttp2ConnectionEncoder
- pollSentSettings() - Method in class io.netty.handler.codec.http2.DefaultHttp2ConnectionEncoder
- pollSentSettings() - Method in interface io.netty.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.netty.util.concurrent.SingleThreadEventExecutor
- pollTaskFrom(Queue<Runnable>) - Static method in class io.netty.util.concurrent.SingleThreadEventExecutor
- PONG - io.netty.handler.codec.redis.FixedRedisMessagePool.RedisReplyKey
- PongWebSocketFrame - Class in io.netty.handler.codec.http.websocketx
-
Web Socket frame containing binary data.
- PongWebSocketFrame() - Constructor for class io.netty.handler.codec.http.websocketx.PongWebSocketFrame
-
Creates a new empty pong frame.
- PongWebSocketFrame(boolean, int, ByteBuf) - Constructor for class io.netty.handler.codec.http.websocketx.PongWebSocketFrame
-
Creates a new pong frame with the specified binary data
- PongWebSocketFrame(ByteBuf) - Constructor for class io.netty.handler.codec.http.websocketx.PongWebSocketFrame
-
Creates a new pong frame with the specified binary data.
- PoolArenaMetric - Interface in io.netty.buffer
-
Expose metrics for an arena.
- PoolChunkListMetric - Interface in io.netty.buffer
-
Metrics for a list of chunks.
- PoolChunkMetric - Interface in io.netty.buffer
-
Metrics for a chunk.
- PooledByteBufAllocator - Class in io.netty.buffer
- PooledByteBufAllocator() - Constructor for class io.netty.buffer.PooledByteBufAllocator
- PooledByteBufAllocator(boolean) - Constructor for class io.netty.buffer.PooledByteBufAllocator
- PooledByteBufAllocator(boolean, int, int, int, int) - Constructor for class io.netty.buffer.PooledByteBufAllocator
- PooledByteBufAllocator(boolean, int, int, int, int, int, int, boolean) - Constructor for class io.netty.buffer.PooledByteBufAllocator
- PooledByteBufAllocator(boolean, int, int, int, int, int, int, boolean, int) - Constructor for class io.netty.buffer.PooledByteBufAllocator
- PooledByteBufAllocator(boolean, int, int, int, int, int, int, int) - Constructor for class io.netty.buffer.PooledByteBufAllocator
- PooledByteBufAllocator(boolean, int, int, int, int, int, int, int, boolean) - Constructor for class io.netty.buffer.PooledByteBufAllocator
- PooledByteBufAllocator(boolean, int, int, int, int, int, int, int, boolean, int) - Constructor for class io.netty.buffer.PooledByteBufAllocator
- PooledByteBufAllocator(int, int, int, int) - Constructor for class io.netty.buffer.PooledByteBufAllocator
- PooledByteBufAllocatorMetric - Class in io.netty.buffer
-
Exposed metric for
PooledByteBufAllocator. - PoolSubpageMetric - Interface in io.netty.buffer
-
Metrics for a sub-page.
- port() - Method in class io.netty.handler.codec.http.HttpScheme
- port() - Method in class io.netty.handler.codec.http.websocketx.WebSocketScheme
- port() - Method in class io.netty.handler.codec.socks.SocksCmdRequest
-
Returns port that is used as a parameter in
SocksCmdType - port() - Method in class io.netty.handler.codec.socks.SocksCmdResponse
-
Returns port that is used as a parameter in
SocksCmdType. - PORT - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Values
-
Deprecated.
"port" - PORT - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderValues
-
"port" - ports() - Method in interface io.netty.handler.codec.http.Cookie
-
Deprecated.Not part of RFC6265
- ports() - Method in class io.netty.handler.codec.http.DefaultCookie
-
Deprecated.
- position() - Method in class io.netty.channel.DefaultFileRegion
- position() - Method in interface io.netty.channel.FileRegion
-
Returns the offset in the file where the transfer began.
- POST - Static variable in class io.netty.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.
- postfix - Static variable in class io.netty.handler.codec.http.multipart.DiskAttribute
- postfix - Static variable in class io.netty.handler.codec.http.multipart.DiskFileUpload
- postInitializeClientChannel(Channel) - Method in class io.netty.bootstrap.ChannelInitializerExtension
-
Called by
Bootstrapafter the initialization of the given client channel. - postInitializeServerChildChannel(Channel) - Method in class io.netty.bootstrap.ChannelInitializerExtension
-
Called by
ServerBootstrapafter the initialization of the given child channel. - postInitializeServerListenerChannel(ServerChannel) - Method in class io.netty.bootstrap.ChannelInitializerExtension
-
Called by
ServerBootstrapafter the initialization of the given server listener channel. - PP2_TYPE_ALPN - io.netty.handler.codec.haproxy.HAProxyTLV.Type
- PP2_TYPE_AUTHORITY - io.netty.handler.codec.haproxy.HAProxyTLV.Type
- PP2_TYPE_NETNS - io.netty.handler.codec.haproxy.HAProxyTLV.Type
- PP2_TYPE_SSL - io.netty.handler.codec.haproxy.HAProxyTLV.Type
- PP2_TYPE_SSL_CN - io.netty.handler.codec.haproxy.HAProxyTLV.Type
- PP2_TYPE_SSL_VERSION - io.netty.handler.codec.haproxy.HAProxyTLV.Type
- PRAGMA - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
-
"pragma" - PRAGMA - Static variable in class io.netty.handler.codec.http.HttpHeaders.Names
-
Deprecated.
"Pragma" - PREAMBLE - io.netty.handler.codec.http.multipart.HttpPostRequestDecoder.MultiPartStatus
- PRECONDITION_FAILED - Static variable in class io.netty.handler.codec.http.HttpResponseStatus
-
412 Precondition Failed
- PRECONDITION_FAILED - Static variable in class io.netty.handler.codec.rtsp.RtspResponseStatuses
-
412 Precondition Failed
- PRECONDITION_REQUIRED - Static variable in class io.netty.handler.codec.http.HttpResponseStatus
-
428 Precondition Required (RFC6585)
- PREEPILOGUE - io.netty.handler.codec.http.multipart.HttpPostRequestDecoder.MultiPartStatus
- prefaceReceived() - Method in class io.netty.handler.codec.http2.DecoratingHttp2ConnectionDecoder
- prefaceReceived() - Method in class io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder
- prefaceReceived() - Method in interface io.netty.handler.codec.http2.Http2ConnectionDecoder
-
Indicates whether or not the first initial
SETTINGSframe was received from the remote endpoint. - PreferHeapByteBufAllocator - Class in io.netty.channel
-
Wraps another
ByteBufAllocatorand use heapbuffers everywhere except when a direct buffer is explicit requested. - PreferHeapByteBufAllocator(ByteBufAllocator) - Constructor for class io.netty.channel.PreferHeapByteBufAllocator
- PreferredDirectByteBufAllocator - Class in io.netty.channel.unix
- PreferredDirectByteBufAllocator() - Constructor for class io.netty.channel.unix.PreferredDirectByteBufAllocator
- prefix - Static variable in class io.netty.handler.codec.http.multipart.DiskAttribute
- prefix - Static variable in class io.netty.handler.codec.http.multipart.DiskFileUpload
- prefix() - Method in class io.netty.handler.codec.xml.XmlAttribute
- prefix() - Method in class io.netty.handler.codec.xml.XmlElement
- prefix() - Method in class io.netty.handler.codec.xml.XmlNamespace
- preflightResponseHeader(CharSequence, Iterable<T>) - Method in class io.netty.handler.codec.http.cors.CorsConfig.Builder
-
Deprecated.
- preflightResponseHeader(CharSequence, Iterable<T>) - Method in class io.netty.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.netty.handler.codec.http.cors.CorsConfig.Builder
-
Deprecated.
- preflightResponseHeader(CharSequence, Object...) - Method in class io.netty.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.netty.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.netty.handler.codec.http.cors.CorsConfig.Builder
-
Deprecated.
- preflightResponseHeaders() - Method in class io.netty.handler.codec.http.cors.CorsConfig
-
Returns HTTP response headers that should be added to a CORS preflight response.
- PrematureChannelClosureException - Exception in io.netty.handler.codec
-
A
CodecExceptionwhich is thrown when aChannelis closed unexpectedly before the codec finishes handling the current message, such as missing response while waiting for a request. - PrematureChannelClosureException() - Constructor for exception io.netty.handler.codec.PrematureChannelClosureException
-
Creates a new instance.
- PrematureChannelClosureException(String) - Constructor for exception io.netty.handler.codec.PrematureChannelClosureException
-
Creates a new instance.
- PrematureChannelClosureException(String, Throwable) - Constructor for exception io.netty.handler.codec.PrematureChannelClosureException
-
Creates a new instance.
- PrematureChannelClosureException(Throwable) - Constructor for exception io.netty.handler.codec.PrematureChannelClosureException
-
Creates a new instance.
- prepareDecompressBuffer(ChannelHandlerContext, ByteBuf, int) - Method in class io.netty.handler.codec.compression.ZlibDecoder
-
Allocate or expand the decompression buffer, without exceeding the maximum allocation.
- prepareToClose() - Method in class io.netty.channel.AbstractChannel.AbstractUnsafe
-
Prepares to close the
Channel. - prepareToDestroy() - Method in class io.netty.channel.epoll.EpollIoHandler
- prepareToDestroy() - Method in interface io.netty.channel.IoHandler
-
Prepare to destroy this
IoHandler. - prepareToDestroy() - Method in class io.netty.channel.kqueue.KQueueIoHandler
- prepareToDestroy() - Method in class io.netty.channel.local.LocalIoHandler
- prepareToDestroy() - Method in class io.netty.channel.nio.NioIoHandler
- prepareToDestroy() - Method in class io.netty.channel.uring.IoUringIoHandler
- prepareUpgradeFrom(ChannelHandlerContext) - Method in class io.netty.handler.codec.http.HttpClientCodec
-
Prepares to upgrade to another protocol from HTTP.
- prepareUpgradeFrom(ChannelHandlerContext) - Method in interface io.netty.handler.codec.http.HttpClientUpgradeHandler.SourceCodec
-
Removes or disables the encoder of this codec so that the
HttpClientUpgradeHandler.UpgradeCodeccan send an initial greeting (if any). - prepareUpgradeResponse(ChannelHandlerContext, FullHttpRequest, HttpHeaders) - Method in interface io.netty.handler.codec.http.HttpServerUpgradeHandler.UpgradeCodec
-
Prepares the
upgradeHeadersfor a protocol update based upon the contents ofupgradeRequest. - prepareUpgradeResponse(ChannelHandlerContext, FullHttpRequest, HttpHeaders) - Method in class io.netty.handler.codec.http2.Http2ServerUpgradeCodec
- PREPEND - Static variable in class io.netty.handler.codec.memcache.binary.BinaryMemcacheOpcodes
- PREPENDQ - Static variable in class io.netty.handler.codec.memcache.binary.BinaryMemcacheOpcodes
- prettyHexDump(ByteBuf) - Static method in class io.netty.buffer.ByteBufUtil
-
Returns a multi-line hexadecimal dump of the specified
ByteBufthat is easy to read by humans. - prettyHexDump(ByteBuf, int, int) - Static method in class io.netty.buffer.ByteBufUtil
-
Returns a multi-line hexadecimal dump of the specified
ByteBufthat is easy to read by humans, starting at the givenoffsetusing the givenlength. - priority() - Method in class io.netty.bootstrap.ChannelInitializerExtension
-
Get the "priority" of this extension.
- priority() - Method in interface io.netty.handler.codec.quic.QuicStreamChannel
-
The
QuicStreamPriorityif explicit set for the stream viaQuicStreamChannel.updatePriority(QuicStreamPriority)orQuicStreamChannel.updatePriority(QuicStreamPriority, ChannelPromise). - priority() - Method in class io.netty.handler.codec.spdy.DefaultSpdySynStreamFrame
- priority() - Method in interface io.netty.handler.codec.spdy.SpdySynStreamFrame
-
Returns the priority of the stream.
- priority() - Method in interface io.netty.util.concurrent.ThreadProperties
- PRIORITY - Static variable in class io.netty.handler.codec.http2.Http2Flags
- PRIORITY - Static variable in class io.netty.handler.codec.http2.Http2FrameTypes
- PRIORITY - Static variable in class io.netty.handler.codec.spdy.SpdyHttpHeaders.Names
-
"x-spdy-priority" - PRIORITY_ENTRY_LENGTH - Static variable in class io.netty.handler.codec.http2.Http2CodecUtil
- PRIORITY_FRAME_LENGTH - Static variable in class io.netty.handler.codec.http2.Http2CodecUtil
- priorityChanged(T) - Method in class io.netty.util.internal.DefaultPriorityQueue
- priorityChanged(T) - Method in class io.netty.util.internal.EmptyPriorityQueue
- priorityChanged(T) - Method in interface io.netty.util.internal.PriorityQueue
-
Notify the queue that the priority for
nodehas changed. - priorityPresent() - Method in class io.netty.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.netty.handler.codec.http2.Http2Flags
-
Sets the
Http2Flags.PRIORITYflag. - PriorityQueue<T> - Interface in io.netty.util.internal
- priorityQueueIndex(DefaultPriorityQueue<?>) - Method in interface io.netty.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.netty.util.internal.PriorityQueueNode
-
Used by
DefaultPriorityQueueto maintain state for an element in the queue. - PriorityQueueNode - Interface in io.netty.util.internal
-
Provides methods for
DefaultPriorityQueueto maintain internal state. - PRIVATE - Static variable in class io.netty.handler.codec.http.HttpHeaders.Values
-
Deprecated.
"private" - PRIVATE - Static variable in class io.netty.handler.codec.http.HttpHeaderValues
-
"private" - PRIVATE - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Values
-
Deprecated.
"private" - PRIVATE - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderValues
-
"private" - PRIVATE_KEY_METHOD - Static variable in class io.netty.handler.ssl.OpenSslContextOption
-
Set the
OpenSslPrivateKeyMethodto use. - privateKey() - Method in class io.netty.handler.ssl.util.SelfSignedCertificate
-
Deprecated.Returns the generated EC/RSA private key file in PEM format.
- privateToken() - Method in class io.netty.handler.codec.socksx.v5.DefaultSocks5PrivateAuthRequest
- privateToken() - Method in interface io.netty.handler.codec.socksx.v5.Socks5PrivateAuthRequest
-
Returns the private token of this request.
- probes() - Method in class io.netty.channel.epoll.EpollTcpInfo
- probes() - Method in class io.netty.channel.uring.IoUringTcpInfo
- process(byte) - Method in class io.netty.buffer.search.AhoCorasicSearchProcessorFactory.Processor
- process(byte) - Method in class io.netty.buffer.search.BitapSearchProcessorFactory.Processor
- process(byte) - Method in class io.netty.buffer.search.KmpSearchProcessorFactory.Processor
- process(byte) - Method in class io.netty.util.ByteProcessor.IndexNotOfProcessor
- process(byte) - Method in class io.netty.util.ByteProcessor.IndexOfProcessor
- process(byte) - Method in interface io.netty.util.ByteProcessor
- process(InetSocketAddress, InetSocketAddress, ByteBuf, QuicPacketType, long, ByteBuf, ByteBuf, ByteBuf) - Method in interface io.netty.handler.codec.quic.QuicHeaderParser.QuicHeaderProcessor
-
Called when a QUIC packet header was parsed.
- processHandshake(Channel, HttpResponse) - Method in class io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker
-
Process the opening handshake initiated by
WebSocketClientHandshaker.handshake(io.netty.channel.Channel)}. - processHandshake(Channel, HttpResponse, ChannelPromise) - Method in class io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker
-
Process the opening handshake initiated by
WebSocketClientHandshaker.handshake(io.netty.channel.Channel)}. - processHeadersBegin(ChannelHandlerContext, Http2Stream, Http2Headers, boolean, boolean, boolean) - Method in class io.netty.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.netty.handler.codec.http.HttpResponseStatus
-
102 Processing (WebDAV, RFC2518)
- processMessage(Object) - Method in interface io.netty.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.netty.channel.unix.IovArray
- progress() - Method in class io.netty.handler.codec.http.HttpChunkedInput
- progress() - Method in class io.netty.handler.codec.http.multipart.HttpPostRequestEncoder
- progress() - Method in class io.netty.handler.codec.http.websocketx.WebSocketChunkedInput
- progress() - Method in class io.netty.handler.codec.http2.Http2DataChunkedInput
- progress() - Method in class io.netty.handler.stream.ChunkedFile
- progress() - Method in interface io.netty.handler.stream.ChunkedInput
-
Returns current transfer progress.
- progress() - Method in class io.netty.handler.stream.ChunkedNioFile
- progress() - Method in class io.netty.handler.stream.ChunkedNioStream
- progress() - Method in class io.netty.handler.stream.ChunkedStream
- progress(long) - Method in class io.netty.channel.ChannelOutboundBuffer
-
Notify the
ChannelPromiseof the current message about writing progress. - ProgressiveFuture<V> - Interface in io.netty.util.concurrent
-
A
Futurewhich is used to indicate the progress of an operation. - ProgressivePromise<V> - Interface in io.netty.util.concurrent
-
Special
ProgressiveFuturewhich is writable. - promise - Variable in class io.netty.handler.codec.http2.DefaultHttp2ConnectionEncoder.FlowControlledBase
- promise() - Method in class io.netty.channel.DefaultChannelProgressivePromise
- promise() - Method in class io.netty.channel.DefaultChannelPromise
- promise() - Method in class io.netty.util.internal.PendingWrite
- Promise<V> - Interface in io.netty.util.concurrent
-
Special
Futurewhich is writable. - PromiseAggregator<V,F extends Future<V>> - Class in io.netty.util.concurrent
-
Deprecated.Use
PromiseCombiner(EventExecutor).GenericFutureListenerimplementation which consolidates multipleFutures into one, by listening to individualFutures and producing an aggregated result (success/failure) when allFutures have completed. - PromiseAggregator(Promise<Void>) - Constructor for class io.netty.util.concurrent.PromiseAggregator
-
Deprecated.
- PromiseAggregator(Promise<Void>, boolean) - Constructor for class io.netty.util.concurrent.PromiseAggregator
-
Deprecated.Creates a new instance.
- PromiseCombiner - Class in io.netty.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() - Constructor for class io.netty.util.concurrent.PromiseCombiner
-
Deprecated.
- PromiseCombiner(EventExecutor) - Constructor for class io.netty.util.concurrent.PromiseCombiner
-
The
EventExecutorto use for notifications. - promisedRequestVerifier() - Method in class io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
-
Get the
Http2PromisedRequestVerifierto use. - promisedRequestVerifier(Http2PromisedRequestVerifier) - Method in class io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
-
Set the
Http2PromisedRequestVerifierto use. - promisedStreamId() - Method in class io.netty.handler.codec.http2.DefaultHttp2PushPromiseFrame
- promisedStreamId() - Method in interface io.netty.handler.codec.http2.Http2PushPromiseFrame
-
Promised Stream ID
- PromiseNotificationUtil - Class in io.netty.util.internal
-
Internal utilities to notify
Promises. - PromiseNotifier<V,F extends Future<V>> - Class in io.netty.util.concurrent
-
GenericFutureListenerimplementation which takes otherPromises and notifies them on completion. - PromiseNotifier(boolean, Promise<? super V>...) - Constructor for class io.netty.util.concurrent.PromiseNotifier
-
Create a new instance.
- PromiseNotifier(Promise<? super V>...) - Constructor for class io.netty.util.concurrent.PromiseNotifier
-
Create a new instance.
- propagateSettings(boolean) - Method in class io.netty.handler.codec.http2.AbstractInboundHttp2ToHttpAdapterBuilder
-
Specifies whether a read settings frame should be propagated along the channel pipeline.
- propagateSettings(boolean) - Method in class io.netty.handler.codec.http2.InboundHttp2ToHttpAdapterBuilder
- properties() - Method in class io.netty.handler.codec.mqtt.MqttConnAckVariableHeader
- properties() - Method in class io.netty.handler.codec.mqtt.MqttConnectVariableHeader
- properties() - Method in class io.netty.handler.codec.mqtt.MqttMessageIdAndPropertiesVariableHeader
- properties() - Method in class io.netty.handler.codec.mqtt.MqttPublishVariableHeader
- properties() - Method in class io.netty.handler.codec.mqtt.MqttPubReplyMessageVariableHeader
- properties() - Method in class io.netty.handler.codec.mqtt.MqttReasonCodeAndPropertiesVariableHeader
- properties(MqttMessageBuilders.PropertiesInitializer<MqttMessageBuilders.ConnAckPropertiesBuilder>) - Method in class io.netty.handler.codec.mqtt.MqttMessageBuilders.ConnAckBuilder
- properties(MqttProperties) - Method in class io.netty.handler.codec.mqtt.MqttMessageBuilders.AuthBuilder
- properties(MqttProperties) - Method in class io.netty.handler.codec.mqtt.MqttMessageBuilders.ConnAckBuilder
- properties(MqttProperties) - Method in class io.netty.handler.codec.mqtt.MqttMessageBuilders.ConnectBuilder
- properties(MqttProperties) - Method in class io.netty.handler.codec.mqtt.MqttMessageBuilders.DisconnectBuilder
- properties(MqttProperties) - Method in class io.netty.handler.codec.mqtt.MqttMessageBuilders.PubAckBuilder
- properties(MqttProperties) - Method in class io.netty.handler.codec.mqtt.MqttMessageBuilders.PublishBuilder
- properties(MqttProperties) - Method in class io.netty.handler.codec.mqtt.MqttMessageBuilders.SubAckBuilder
- properties(MqttProperties) - Method in class io.netty.handler.codec.mqtt.MqttMessageBuilders.SubscribeBuilder
- properties(MqttProperties) - Method in class io.netty.handler.codec.mqtt.MqttMessageBuilders.UnsubAckBuilder
- properties(MqttProperties) - Method in class io.netty.handler.codec.mqtt.MqttMessageBuilders.UnsubscribeBuilder
- PROPERTY_MAX_LISTENER_STACK_DEPTH - Static variable in class io.netty.util.concurrent.DefaultPromise
-
System property with integer type value, that determine the max reentrancy/recursion level for when listener notifications prompt other listeners to be notified.
- propertyId() - Method in class io.netty.handler.codec.mqtt.MqttProperties.MqttProperty
-
Get MQTT property ID
- ProtobufDecoder - Class in io.netty.handler.codec.protobuf
- ProtobufDecoder(MessageLite) - Constructor for class io.netty.handler.codec.protobuf.ProtobufDecoder
-
Creates a new instance.
- ProtobufDecoder(MessageLite, ExtensionRegistry) - Constructor for class io.netty.handler.codec.protobuf.ProtobufDecoder
- ProtobufDecoder(MessageLite, ExtensionRegistryLite) - Constructor for class io.netty.handler.codec.protobuf.ProtobufDecoder
- ProtobufDecoderNano - Class in io.netty.handler.codec.protobuf
- ProtobufDecoderNano(Class<? extends MessageNano>) - Constructor for class io.netty.handler.codec.protobuf.ProtobufDecoderNano
-
Creates a new instance.
- ProtobufEncoder - Class in io.netty.handler.codec.protobuf
- ProtobufEncoder() - Constructor for class io.netty.handler.codec.protobuf.ProtobufEncoder
- ProtobufEncoderNano - Class in io.netty.handler.codec.protobuf
- ProtobufEncoderNano() - Constructor for class io.netty.handler.codec.protobuf.ProtobufEncoderNano
- ProtobufVarint32FrameDecoder - Class in io.netty.handler.codec.protobuf
-
A decoder that splits the received
ByteBufs dynamically by the value of the Google Protocol Buffers Base 128 Varints integer length field in the message. - ProtobufVarint32FrameDecoder() - Constructor for class io.netty.handler.codec.protobuf.ProtobufVarint32FrameDecoder
- ProtobufVarint32LengthFieldPrepender - Class in io.netty.handler.codec.protobuf
-
An encoder that prepends the Google Protocol Buffers Base 128 Varints integer length field.
- ProtobufVarint32LengthFieldPrepender() - Constructor for class io.netty.handler.codec.protobuf.ProtobufVarint32LengthFieldPrepender
- protocol() - Method in interface io.netty.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.netty.handler.codec.http.HttpServerUpgradeHandler.UpgradeEvent
-
The protocol that the channel has been upgraded to.
- protocol() - Method in class io.netty.handler.codec.http2.Http2ClientUpgradeCodec
- protocol() - Method in class io.netty.handler.proxy.HttpProxyHandler
- protocol() - Method in class io.netty.handler.proxy.ProxyConnectionEvent
-
Returns the name of the proxy protocol in use.
- protocol() - Method in class io.netty.handler.proxy.ProxyHandler
-
Returns the name of the proxy protocol in use.
- protocol() - Method in class io.netty.handler.proxy.Socks4ProxyHandler
- protocol() - Method in class io.netty.handler.proxy.Socks5ProxyHandler
- protocol() - Method in class io.netty.handler.ssl.ApplicationProtocolConfig
-
Get which application level protocol negotiation to use.
- protocol() - Method in interface io.netty.handler.ssl.OpenSslApplicationProtocolNegotiator
-
Deprecated.Returns the
ApplicationProtocolConfig.Protocolwhich should be used. - protocol() - Method in class io.netty.handler.ssl.OpenSslDefaultApplicationProtocolNegotiator
-
Deprecated.
- protocol() - Method in class io.netty.handler.ssl.OpenSslNpnApplicationProtocolNegotiator
-
Deprecated.
- PROTOCOL - io.netty.handler.codec.http2.Http2Headers.PseudoHeaderName
-
:protocol, as defined in RFC 8441, Bootstrapping WebSockets with HTTP/2. - PROTOCOL_ERROR - io.netty.handler.codec.http2.Http2Error
- PROTOCOL_ERROR - io.netty.handler.codec.mqtt.MqttReasonCodes.Disconnect
- PROTOCOL_ERROR - Static variable in class io.netty.handler.codec.http.websocketx.WebSocketCloseStatus
- PROTOCOL_ERROR - Static variable in class io.netty.handler.codec.spdy.SpdySessionStatus
-
1 Protocol Error
- PROTOCOL_ERROR - Static variable in class io.netty.handler.codec.spdy.SpdyStreamStatus
-
1 Protocol Error
- PROTOCOL_RECEIVE_BUFFER_SIZE - Static variable in class io.netty.channel.udt.UdtChannelOption
-
Deprecated.See
OptionUDT.Protocol_Receive_Buffer_Size. - PROTOCOL_SEND_BUFFER_SIZE - Static variable in class io.netty.channel.udt.UdtChannelOption
-
Deprecated.See
OptionUDT.Protocol_Send_Buffer_Size. - PROTOCOL_VIOLATION - Static variable in class io.netty.handler.codec.quic.QuicTransportError
-
An endpoint detected an error with protocol compliance that was not covered by more specific error codes.
- ProtocolDetectionResult<T> - Class in io.netty.handler.codec
-
Result of detecting a protocol.
- ProtocolDetectionState - Enum in io.netty.handler.codec
-
The state of the current detection.
- protocolIdentifier() - Method in class io.netty.channel.sctp.SctpMessage
-
Return the protocol-identifier
- protocolLevel() - Method in enum io.netty.handler.codec.mqtt.MqttVersion
- protocolListenerFactory() - Method in interface io.netty.handler.ssl.JdkApplicationProtocolNegotiator
-
Deprecated.
- protocolName() - Method in class io.netty.handler.codec.http.HttpVersion
-
Returns the name of the protocol such as
"HTTP"in"HTTP/1.0". - protocolName() - Method in enum io.netty.handler.codec.mqtt.MqttVersion
- protocolNameBytes() - Method in enum io.netty.handler.codec.mqtt.MqttVersion
- protocols() - Method in interface io.netty.handler.ssl.ApplicationProtocolNegotiator
-
Deprecated.Get the collection of application protocols supported by this application (in preference order).
- protocols() - Method in class io.netty.handler.ssl.OpenSslDefaultApplicationProtocolNegotiator
-
Deprecated.
- protocols() - Method in class io.netty.handler.ssl.OpenSslNpnApplicationProtocolNegotiator
-
Deprecated.
- protocols(Iterable<String>) - Method in class io.netty.handler.ssl.SslContextBuilder
-
The TLS protocol versions to enable.
- protocols(String...) - Method in class io.netty.handler.ssl.SslContextBuilder
-
The TLS protocol versions to enable.
- protocolSelectorFactory() - Method in interface io.netty.handler.ssl.JdkApplicationProtocolNegotiator
-
Deprecated.
- protocolVersion() - Method in class io.netty.handler.codec.haproxy.HAProxyMessage
-
Returns the
HAProxyProtocolVersionof thisHAProxyMessage. - protocolVersion() - Method in class io.netty.handler.codec.http.DefaultHttpMessage
- protocolVersion() - Method in interface io.netty.handler.codec.http.HttpMessage
-
Returns the protocol version of this
HttpMessage - protocolVersion() - Method in class io.netty.handler.codec.socks.SocksMessage
-
Returns the
SocksProtocolVersionof thisSocksMessage - protocolVersion(MqttVersion) - Method in class io.netty.handler.codec.mqtt.MqttMessageBuilders.ConnectBuilder
- provider - Variable in class io.netty.handler.codec.marshalling.CompatibleMarshallingDecoder
- provider(Provider) - Method in class io.netty.pkitesting.CertificateBuilder
-
Set the
Providerinstance to use when generating keys. - proxiedProtocol() - Method in class io.netty.handler.codec.haproxy.HAProxyMessage
-
Returns the
HAProxyProxiedProtocolof thisHAProxyMessage. - PROXY - io.netty.handler.codec.haproxy.HAProxyCommand
-
The PROXY command represents a connection that was established on behalf of another node, and reflects the original connection endpoints.
- PROXY_AUTHENTICATE - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
-
"proxy-authenticate" - PROXY_AUTHENTICATE - Static variable in class io.netty.handler.codec.http.HttpHeaders.Names
-
Deprecated.
"Proxy-Authenticate" - PROXY_AUTHENTICATE - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderNames
-
"proxy-authenticate" - PROXY_AUTHENTICATE - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Names
-
Deprecated.
"Proxy-Authenticate" - PROXY_AUTHENTICATION_REQUIRED - Static variable in class io.netty.handler.codec.http.HttpResponseStatus
-
407 Proxy Authentication Required
- PROXY_AUTHENTICATION_REQUIRED - Static variable in class io.netty.handler.codec.rtsp.RtspResponseStatuses
-
407 Proxy Authentication Required
- PROXY_AUTHORIZATION - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
-
"proxy-authorization" - PROXY_AUTHORIZATION - Static variable in class io.netty.handler.codec.http.HttpHeaders.Names
-
Deprecated.
"Proxy-Authorization" - PROXY_CONNECTION - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
-
Deprecated.use
HttpHeaderNames.CONNECTION"proxy-connection" - PROXY_REQUIRE - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderNames
-
"proxy-require" - PROXY_REQUIRE - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Names
-
Deprecated.
"Proxy-Require" - PROXY_REVALIDATE - Static variable in class io.netty.handler.codec.http.HttpHeaders.Values
-
Deprecated.
"proxy-revalidate" - PROXY_REVALIDATE - Static variable in class io.netty.handler.codec.http.HttpHeaderValues
-
"proxy-revalidate" - PROXY_REVALIDATE - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Values
-
Deprecated.
"proxy-revalidate" - PROXY_REVALIDATE - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderValues
-
"proxy-revalidate" - proxyAddress() - Method in class io.netty.handler.proxy.ProxyConnectionEvent
-
Returns the address of the proxy server.
- proxyAddress() - Method in class io.netty.handler.proxy.ProxyHandler
-
Returns the address of the proxy server.
- ProxyConnectException - Exception in io.netty.handler.proxy
- ProxyConnectException() - Constructor for exception io.netty.handler.proxy.ProxyConnectException
- ProxyConnectException(String) - Constructor for exception io.netty.handler.proxy.ProxyConnectException
- ProxyConnectException(String, Throwable) - Constructor for exception io.netty.handler.proxy.ProxyConnectException
- ProxyConnectException(Throwable) - Constructor for exception io.netty.handler.proxy.ProxyConnectException
- ProxyConnectionEvent - Class in io.netty.handler.proxy
- ProxyConnectionEvent(String, String, SocketAddress, SocketAddress) - Constructor for class io.netty.handler.proxy.ProxyConnectionEvent
-
Creates a new event that indicates a successful connection attempt to the destination address.
- ProxyHandler - Class in io.netty.handler.proxy
-
A common abstraction for protocols that establish blind forwarding proxy tunnels.
- ProxyHandler(SocketAddress) - Constructor for class io.netty.handler.proxy.ProxyHandler
- PTR - Static variable in class io.netty.handler.codec.dns.DnsRecordType
-
Pointer record RFC 1035 Pointer to a canonical name.
- pubAck() - Static method in class io.netty.handler.codec.mqtt.MqttMessageBuilders
- PUBACK - io.netty.handler.codec.mqtt.MqttMessageType
- PUBCOMP - io.netty.handler.codec.mqtt.MqttMessageType
- PUBLIC - Static variable in class io.netty.handler.codec.http.HttpHeaders.Values
-
Deprecated.
"public" - PUBLIC - Static variable in class io.netty.handler.codec.http.HttpHeaderValues
-
"public" - PUBLIC - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderNames
-
"public" - PUBLIC - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Names
-
Deprecated.
"Public" - PUBLIC - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Values
-
Deprecated.
"public" - PUBLIC - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderValues
-
"public" - PUBLICATION_EXPIRY_INTERVAL - io.netty.handler.codec.mqtt.MqttProperties.MqttPropertyType
-
Deprecated.
- publicKey(PublicKey) - Method in class io.netty.pkitesting.CertificateBuilder
-
Instruct the certificate builder to not generate its own key pair, but to instead create a certificate that uses the given public key.
- publish() - Static method in class io.netty.handler.codec.mqtt.MqttMessageBuilders
- PUBLISH - io.netty.handler.codec.mqtt.MqttMessageType
- PUBREC - io.netty.handler.codec.mqtt.MqttMessageType
- PUBREL - io.netty.handler.codec.mqtt.MqttMessageType
- PUSH_PROMISE - Static variable in class io.netty.handler.codec.http2.Http2FrameTypes
- PUSH_PROMISE_FRAME_HEADER_LENGTH - Static variable in class io.netty.handler.codec.http2.Http2CodecUtil
- pushEnabled() - Method in class io.netty.handler.codec.http2.Http2Settings
-
Gets the
SETTINGS_ENABLE_PUSHvalue. - pushEnabled(boolean) - Method in class io.netty.handler.codec.http2.Http2Settings
-
Sets the
SETTINGS_ENABLE_PUSHvalue. - pushPromiseSent() - Method in interface io.netty.handler.codec.http2.Http2Stream
-
Indicates that a push promise was sent to the remote endpoint.
- pushStream() - Method in class io.netty.handler.codec.http2.DefaultHttp2PushPromiseFrame
- pushStream() - Method in interface io.netty.handler.codec.http2.Http2PushPromiseFrame
-
Returns the Promise
Http2FrameStreamobject for this frame, ornullif the frame has yet to be associated with a stream. - pushStream(Http2FrameStream) - Method in class io.netty.handler.codec.http2.DefaultHttp2PushPromiseFrame
- pushStream(Http2FrameStream) - Method in interface io.netty.handler.codec.http2.Http2PushPromiseFrame
-
Set the Promise
Http2FrameStreamobject for this frame. - put(byte, V) - Method in class io.netty.util.collection.ByteObjectHashMap
- put(byte, V) - Method in interface io.netty.util.collection.ByteObjectMap
-
Puts the given entry into the map.
- put(char, Long) - Method in class io.netty.handler.codec.http2.Http2Settings
-
Adds the given setting key/value pair.
- put(char, V) - Method in class io.netty.util.collection.CharObjectHashMap
- put(char, V) - Method in interface io.netty.util.collection.CharObjectMap
-
Puts the given entry into the map.
- put(int, V) - Method in class io.netty.util.collection.IntObjectHashMap
- put(int, V) - Method in interface io.netty.util.collection.IntObjectMap
-
Puts the given entry into the map.
- put(long, long) - Method in class io.netty.util.internal.LongLongHashMap
- put(long, Long) - Method in class io.netty.handler.codec.http3.DefaultHttp3SettingsFrame
- put(long, Long) - Method in interface io.netty.handler.codec.http3.Http3SettingsFrame
-
Put a setting in the frame.
- put(long, V) - Method in class io.netty.util.collection.LongObjectHashMap
- put(long, V) - Method in interface io.netty.util.collection.LongObjectMap
-
Puts the given entry into the map.
- put(short, V) - Method in class io.netty.util.collection.ShortObjectHashMap
- put(short, V) - Method in interface io.netty.util.collection.ShortObjectMap
-
Puts the given entry into the map.
- put(Byte, V) - Method in class io.netty.util.collection.ByteObjectHashMap
- put(Character, V) - Method in class io.netty.util.collection.CharObjectHashMap
- put(Integer, V) - Method in class io.netty.util.collection.IntObjectHashMap
- put(Long, V) - Method in class io.netty.util.collection.LongObjectHashMap
- put(Short, V) - Method in class io.netty.util.collection.ShortObjectHashMap
- PUT - Static variable in class io.netty.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.netty.util.collection.ByteObjectHashMap
- putAll(Map<? extends Character, ? extends V>) - Method in class io.netty.util.collection.CharObjectHashMap
- putAll(Map<? extends Integer, ? extends V>) - Method in class io.netty.util.collection.IntObjectHashMap
- putAll(Map<? extends Long, ? extends V>) - Method in class io.netty.util.collection.LongObjectHashMap
- putAll(Map<? extends Short, ? extends V>) - Method in class io.netty.util.collection.ShortObjectHashMap
- putByte(byte[], int, byte) - Static method in class io.netty.util.internal.PlatformDependent
- putByte(long, byte) - Static method in class io.netty.util.internal.PlatformDependent
- putByte(Object, long, byte) - Static method in class io.netty.util.internal.PlatformDependent
- putInt(byte[], int, int) - Static method in class io.netty.util.internal.PlatformDependent
- putInt(long, int) - Static method in class io.netty.util.internal.PlatformDependent
- putLong(byte[], int, long) - Static method in class io.netty.util.internal.PlatformDependent
- putLong(long, long) - Static method in class io.netty.util.internal.PlatformDependent
- putMessage(int, FullHttpMessage) - Method in class io.netty.handler.codec.spdy.SpdyHttpDecoder
- putMessage(Http2Stream, FullHttpMessage) - Method in class io.netty.handler.codec.http2.InboundHttp2ToHttpAdapter
-
Make
messagebe the state associated withstream. - putObject(Object, long, Object) - Static method in class io.netty.util.internal.PlatformDependent
- putOrderedInt(Object, long, int) - Static method in class io.netty.util.internal.PlatformDependent
- putShort(byte[], int, short) - Static method in class io.netty.util.internal.PlatformDependent
- putShort(long, short) - Static method in class io.netty.util.internal.PlatformDependent
Q
- QLOG - Static variable in class io.netty.handler.codec.quic.QuicChannelOption
-
Enable qlog for a
QuicChannel. - QLogConfiguration - Class in io.netty.handler.codec.quic
-
Configuration used for setup qlog.
- QLogConfiguration(String, String, String) - Constructor for class io.netty.handler.codec.quic.QLogConfiguration
-
Create a new configuration.
- qos() - Method in class io.netty.handler.codec.mqtt.MqttSubscriptionOption
- qos(MqttQoS) - Method in class io.netty.handler.codec.mqtt.MqttMessageBuilders.PublishBuilder
- QOS_NOT_SUPPORTED - io.netty.handler.codec.mqtt.MqttReasonCodes.Disconnect
- qosLevel() - Method in class io.netty.handler.codec.mqtt.MqttFixedHeader
- QPACK_DECODER_STREAM_ERROR - io.netty.handler.codec.http3.Http3ErrorCode
-
The encoder failed to interpret a decoder instruction received on the decoder stream.
- QPACK_DECOMPRESSION_FAILED - io.netty.handler.codec.http3.Http3ErrorCode
-
The decoder failed to interpret an encoded field section and is not able to continue decoding that field section.
- QPACK_ENCODER_STREAM_ERROR - io.netty.handler.codec.http3.Http3ErrorCode
-
The decoder failed to interpret an encoder instruction received on the encoder stream.
- QpackDecoderStateSyncStrategy - Interface in io.netty.handler.codec.http3
-
A strategy that determines when to send acknowledgment of new table entries on the QPACK decoder stream.
- QpackException - Exception in io.netty.handler.codec.http3
-
Exception thrown if an error happens during QPACK processing.
- qualityOfService() - Method in class io.netty.handler.codec.mqtt.MqttTopicSubscription
- query(DnsQuestion) - Method in class io.netty.resolver.dns.DnsNameResolver
-
Sends a DNS query with the specified question.
- query(DnsQuestion, Promise<AddressedEnvelope<? extends DnsResponse, InetSocketAddress>>) - Method in class io.netty.resolver.dns.DnsNameResolver
-
Sends a DNS query with the specified question.
- query(DnsQuestion, Iterable<DnsRecord>) - Method in class io.netty.resolver.dns.DnsNameResolver
-
Sends a DNS query with the specified question with additional records.
- query(InetSocketAddress, DnsQuestion) - Method in class io.netty.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.netty.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.netty.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.netty.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.netty.handler.codec.dns.DnsOpCode
-
The 'Query' DNS OpCode, as defined in RFC1035.
- queryCancelled(int) - Method in class io.netty.resolver.dns.BiDnsQueryLifecycleObserver
- queryCancelled(int) - Method in interface io.netty.resolver.dns.DnsQueryLifecycleObserver
-
The query may have been written but it was cancelled at some point.
- queryCNAMEd(DnsQuestion) - Method in class io.netty.resolver.dns.BiDnsQueryLifecycleObserver
- queryCNAMEd(DnsQuestion) - Method in interface io.netty.resolver.dns.DnsQueryLifecycleObserver
-
The query returned a CNAME which we may attempt to follow with a new query.
- queryDnsServerAddressStream() - Method in class io.netty.resolver.dns.DnsNameResolver
-
Returns the dns server address stream used for DNS queries (not resolve).
- queryFailed(Throwable) - Method in class io.netty.resolver.dns.BiDnsQueryLifecycleObserver
- queryFailed(Throwable) - Method in interface io.netty.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.netty.resolver.dns.BiDnsQueryLifecycleObserver
- queryNoAnswer(DnsResponseCode) - Method in interface io.netty.resolver.dns.DnsQueryLifecycleObserver
-
The response to the query didn't provide the expected response code, but it didn't return
DnsResponseCode.NXDOMAINso we may try to query again. - queryRedirected(List<InetSocketAddress>) - Method in class io.netty.resolver.dns.BiDnsQueryLifecycleObserver
- queryRedirected(List<InetSocketAddress>) - Method in interface io.netty.resolver.dns.DnsQueryLifecycleObserver
-
The query has been redirected to another list of DNS servers.
- queryServerAddressStream() - Method in class io.netty.resolver.dns.DnsNameResolverBuilder
- queryServerAddressStream(DnsServerAddressStream) - Method in class io.netty.resolver.dns.DnsNameResolverBuilder
-
Set the
DnsServerAddressStreamwhich provides the server address for DNS queries. - QueryStringDecoder - Class in io.netty.handler.codec.http
-
Splits an HTTP query string into a path string and key-value parameter pairs.
- QueryStringDecoder(String) - Constructor for class io.netty.handler.codec.http.QueryStringDecoder
-
Creates a new decoder that decodes the specified URI.
- QueryStringDecoder(String, boolean) - Constructor for class io.netty.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.netty.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.netty.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.netty.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.netty.handler.codec.http.QueryStringDecoder
-
Creates a new decoder that decodes the specified URI encoded in the specified charset.
- QueryStringDecoder(URI) - Constructor for class io.netty.handler.codec.http.QueryStringDecoder
-
Creates a new decoder that decodes the specified URI.
- QueryStringDecoder(URI, Charset) - Constructor for class io.netty.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.netty.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.netty.handler.codec.http.QueryStringDecoder
-
Creates a new decoder that decodes the specified URI encoded in the specified charset.
- QueryStringDecoder.Builder - Class in io.netty.handler.codec.http
- QueryStringEncoder - Class in io.netty.handler.codec.http
-
Creates a URL-encoded URI from a path string and key-value parameter pairs.
- QueryStringEncoder(String) - Constructor for class io.netty.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.netty.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.netty.resolver.dns.BiDnsQueryLifecycleObserver
- querySucceed() - Method in interface io.netty.resolver.dns.DnsQueryLifecycleObserver
-
The query received the expected results.
- queryTimeoutMillis() - Method in class io.netty.resolver.dns.DnsNameResolver
-
Returns the timeout of each DNS query performed by this resolver (in milliseconds).
- queryTimeoutMillis(long) - Method in class io.netty.resolver.dns.DnsNameResolverBuilder
-
Sets the timeout of each DNS query performed by this resolver (in milliseconds).
- queryWritten(InetSocketAddress, ChannelFuture) - Method in class io.netty.resolver.dns.BiDnsQueryLifecycleObserver
- queryWritten(InetSocketAddress, ChannelFuture) - Method in interface io.netty.resolver.dns.DnsQueryLifecycleObserver
-
The query has been written.
- question() - Method in exception io.netty.resolver.dns.DnsNameResolverException
-
Returns the
DnsQuestionof the DNS query that has failed. - QUESTION - io.netty.handler.codec.dns.DnsSection
-
The section that contains
DnsQuestions. - QUEUED - io.netty.handler.codec.redis.FixedRedisMessagePool.RedisReplyKey
- queueSize() - Method in class io.netty.handler.traffic.ChannelTrafficShapingHandler
- queuesSize() - Method in class io.netty.handler.traffic.GlobalChannelTrafficShapingHandler
- queuesSize() - Method in class io.netty.handler.traffic.GlobalTrafficShapingHandler
- Quic - Class in io.netty.handler.codec.quic
- QuicChannel - Interface in io.netty.handler.codec.quic
-
A QUIC
Channel. - QuicChannelBootstrap - Class in io.netty.handler.codec.quic
-
Bootstrap that helps to bootstrap
QuicChannels and connecting these to remote peers. - QuicChannelBootstrap(Channel) - Constructor for class io.netty.handler.codec.quic.QuicChannelBootstrap
-
Deprecated.Use QuicChannel.newBootstrap() instead.
- QuicChannelConfig - Interface in io.netty.handler.codec.quic
-
A QUIC
ChannelConfig. - QuicChannelOption<T> - Class in io.netty.handler.codec.quic
-
ChannelOptions specific to QUIC. - QuicClientCodecBuilder - Class in io.netty.handler.codec.quic
-
QuicCodecBuilderthat configures and builds aChannelHandlerthat should be added to theChannelPipelineof aQUICclient. - QuicClientCodecBuilder() - Constructor for class io.netty.handler.codec.quic.QuicClientCodecBuilder
-
Creates a new instance.
- QuicClosedChannelException - Exception in io.netty.handler.codec.quic
-
Special
QuicClosedChannelExceptionwhich also provides extra info if the close was a result of aQuicConnectionCloseEventthat was triggered by the remote peer. - QuicCodecBuilder<B extends QuicCodecBuilder<B>> - Class in io.netty.handler.codec.quic
-
Abstract base class for
QUICcodec builders. - QuicCodecDispatcher - Class in io.netty.handler.codec.quic
-
Special
ChannelHandlerthat should be used to initChannels that will be used for QUIC while SO_REUSEPORT is used to bind to sameInetSocketAddressmultiple times. - QuicCodecDispatcher() - Constructor for class io.netty.handler.codec.quic.QuicCodecDispatcher
-
Create a new instance using the default connection id length.
- QuicCodecDispatcher(int) - Constructor for class io.netty.handler.codec.quic.QuicCodecDispatcher
-
Create a new instance
- QuicCongestionControlAlgorithm - Enum in io.netty.handler.codec.quic
-
Available congestion control algorithms to use.
- QuicConnectionAddress - Class in io.netty.handler.codec.quic
-
A
QuicConnectionAddressthat can be used to connect too. - QuicConnectionAddress(byte[]) - Constructor for class io.netty.handler.codec.quic.QuicConnectionAddress
-
Create a new instance
- QuicConnectionAddress(ByteBuffer) - Constructor for class io.netty.handler.codec.quic.QuicConnectionAddress
-
Create a new instance
- QuicConnectionCloseEvent - Class in io.netty.handler.codec.quic
-
Event that is generated if the remote peer sends a CLOSE_CONNECTION frame.
- QuicConnectionIdGenerator - Interface in io.netty.handler.codec.quic
-
Creates new connection id instances.
- QuicConnectionPathStats - Interface in io.netty.handler.codec.quic
-
Statistics about a path of the
QUICconnection. - QuicConnectionStats - Interface in io.netty.handler.codec.quic
-
Statistics about the
QUICconnection. - QuicDatagramExtensionEvent - Class in io.netty.handler.codec.quic
-
Used when the remote peer supports the QUIC DATAGRAM extension.
- QuicEvent - Interface in io.netty.handler.codec.quic
-
Marker interface for events that will be passed through the
ChannelPipelineviaChannelPipeline.fireUserEventTriggered(Object)to notify the user aboutQUICspecific events. - QuicException - Exception in io.netty.handler.codec.quic
-
Exception produced while processing
QUIC. - QuicException(QuicTransportError) - Constructor for exception io.netty.handler.codec.quic.QuicException
- QuicException(String, QuicTransportError) - Constructor for exception io.netty.handler.codec.quic.QuicException
- QuicException(String, Throwable, QuicTransportError) - Constructor for exception io.netty.handler.codec.quic.QuicException
- QuicException(Throwable, QuicTransportError) - Constructor for exception io.netty.handler.codec.quic.QuicException
- QuicExtensionEvent - Interface in io.netty.handler.codec.quic
-
Marker interface for events that will be passed through the
ChannelPipelineviaChannelPipeline.fireUserEventTriggered(Object)to notify the user about supported QUIC extensions by the remote peer. - QuicHeaderParser - Class in io.netty.handler.codec.quic
-
Parses the QUIC packet header and notifies a callback once parsing was successful.
- QuicHeaderParser(int) - Constructor for class io.netty.handler.codec.quic.QuicHeaderParser
- QuicHeaderParser.QuicHeaderProcessor - Interface in io.netty.handler.codec.quic
-
Called when a QUIC packet and its header could be parsed.
- QuicPacketType - Enum in io.netty.handler.codec.quic
-
The type of the QUIC packet.
- QuicPathEvent - Class in io.netty.handler.codec.quic
-
A network path specific
QuicEvent. - QuicPathEvent.Closed - Class in io.netty.handler.codec.quic
- QuicPathEvent.FailedValidation - Class in io.netty.handler.codec.quic
- QuicPathEvent.New - Class in io.netty.handler.codec.quic
- QuicPathEvent.PeerMigrated - Class in io.netty.handler.codec.quic
- QuicPathEvent.ReusedSourceConnectionId - Class in io.netty.handler.codec.quic
- QuicPathEvent.Validated - Class in io.netty.handler.codec.quic
- QuicResetTokenGenerator - Interface in io.netty.handler.codec.quic
-
Generate stateless reset tokens to use.
- QuicServerCodecBuilder - Class in io.netty.handler.codec.quic
-
QuicCodecBuilderthat configures and builds aChannelHandlerthat should be added to theChannelPipelineof aQUICserver. - QuicServerCodecBuilder() - Constructor for class io.netty.handler.codec.quic.QuicServerCodecBuilder
-
Creates a new instance.
- QuicSslContext - Class in io.netty.handler.codec.quic
-
Special
SslContextthat can be used forQUIC. - QuicSslContext() - Constructor for class io.netty.handler.codec.quic.QuicSslContext
- QuicSslContextBuilder - Class in io.netty.handler.codec.quic
-
Builder for configuring a new SslContext for creation.
- QuicSslEngine - Class in io.netty.handler.codec.quic
-
An
SSLEnginethat can be used for QUIC. - QuicSslEngine() - Constructor for class io.netty.handler.codec.quic.QuicSslEngine
- QuicSslSessionContext - Interface in io.netty.handler.codec.quic
-
SSLSessionContextwhich also supports advanced operations. - QuicStreamAddress - Class in io.netty.handler.codec.quic
-
A
SocketAddressfor QUIC stream. - QuicStreamAddress(long) - Constructor for class io.netty.handler.codec.quic.QuicStreamAddress
- QuicStreamChannel - Interface in io.netty.handler.codec.quic
-
A QUIC stream.
- QuicStreamChannelBootstrap - Class in io.netty.handler.codec.quic
-
Allows to bootstrap outgoing
QuicStreamChannels. - QuicStreamChannelConfig - Interface in io.netty.handler.codec.quic
-
DuplexChannelConfigfor QUIC streams. - QuicStreamFrame - Interface in io.netty.handler.codec.quic
-
A QUIC STREAM_FRAME.
- QuicStreamLimitChangedEvent - Class in io.netty.handler.codec.quic
-
Event fired once the stream limit of a
QuicChannelchanges. - QuicStreamPriority - Class in io.netty.handler.codec.quic
-
The priority of a
QuicStreamChannel. - QuicStreamPriority(int, boolean) - Constructor for class io.netty.handler.codec.quic.QuicStreamPriority
-
Create a new instance
- QuicStreamType - Enum in io.netty.handler.codec.quic
-
The type of a
QuicStreamChannel. - QuicTimeoutClosedChannelException - Exception in io.netty.handler.codec.quic
-
Special
ClosedChannelExceptionthat is used in case of closure caused by the idle timeout. - QuicTokenHandler - Interface in io.netty.handler.codec.quic
-
Handle token related operations.
- QuicTransportError - Class in io.netty.handler.codec.quic
- QuicTransportParameters - Interface in io.netty.handler.codec.quic
-
Transport parameters for QUIC.
- quit() - Static method in class io.netty.handler.codec.smtp.SmtpRequests
-
Creates a
QUITrequest. - QUIT - Static variable in class io.netty.handler.codec.memcache.binary.BinaryMemcacheOpcodes
- QUIT - Static variable in class io.netty.handler.codec.smtp.SmtpCommand
- QUITQ - Static variable in class io.netty.handler.codec.memcache.binary.BinaryMemcacheOpcodes
- QUOTA_EXCEEDED - io.netty.handler.codec.mqtt.MqttReasonCodes.Disconnect
- QUOTA_EXCEEDED - io.netty.handler.codec.mqtt.MqttReasonCodes.PubAck
- QUOTA_EXCEEDED - io.netty.handler.codec.mqtt.MqttReasonCodes.PubRec
- QUOTA_EXCEEDED - io.netty.handler.codec.mqtt.MqttReasonCodes.SubAck
- QUOTED_PRINTABLE - Static variable in class io.netty.handler.codec.http.HttpHeaders.Values
-
Deprecated.
"quoted-printable" - QUOTED_PRINTABLE - Static variable in class io.netty.handler.codec.http.HttpHeaderValues
-
"quoted-printable"
R
- random() - Static method in class io.netty.handler.codec.quic.QuicConnectionAddress
-
Return a random generated
QuicConnectionAddressof maximum size that can be used to connect aQuicChannel - random() - Method in class io.netty.util.internal.InternalThreadLocalMap
-
Deprecated.Use
ThreadLocalRandom.current()instead. - random(int) - Static method in class io.netty.handler.codec.quic.QuicConnectionAddress
-
Return a random generated
QuicConnectionAddressof a given length that can be used to connect aQuicChannel - random(SecureRandom) - Method in class io.netty.handler.ssl.util.SelfSignedCertificate.Builder
-
Deprecated.Set the RNG to use for key generation.
- randomGenerator() - Static method in interface io.netty.handler.codec.quic.QuicConnectionIdGenerator
-
Return a
QuicConnectionIdGeneratorwhich randomly generates new connection ids. - RandomWebSocketFrameMaskGenerator - Class in io.netty.handler.codec.http.websocketx
-
WebSocketFrameMaskGeneratorimplementation which returns a random int for masking. - RANGE - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
-
"range" - RANGE - Static variable in class io.netty.handler.codec.http.HttpHeaders.Names
-
Deprecated.
"Range" - RANGE - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderNames
-
"range" - RANGE - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Names
-
Deprecated.
"Range" - rawPath() - Method in class io.netty.handler.codec.http.QueryStringDecoder
-
Returns the raw path string of the URI.
- rawQuery() - Method in class io.netty.handler.codec.http.QueryStringDecoder
-
Returns raw query string of the URI.
- RawUnixChannelOption - Class in io.netty.channel.unix
- RawUnixChannelOption(String, int, int, int) - Constructor for class io.netty.channel.unix.RawUnixChannelOption
-
Creates a new instance.
- rcpt(CharSequence, CharSequence...) - Static method in class io.netty.handler.codec.smtp.SmtpRequests
-
Creates a
RCPTrequest. - RCPT - Static variable in class io.netty.handler.codec.smtp.SmtpCommand
- RCV_ALLOC_TRANSPORT_PROVIDES_GUESS - Static variable in class io.netty.channel.kqueue.KQueueChannelOption
-
Deprecated.
- RCVBUF_ALLOCATOR - Static variable in class io.netty.channel.ChannelOption
-
Deprecated.
- rcvMss() - Method in class io.netty.channel.epoll.EpollTcpInfo
- rcvMss() - Method in class io.netty.channel.uring.IoUringTcpInfo
- rcvRtt() - Method in class io.netty.channel.epoll.EpollTcpInfo
- rcvRtt() - Method in class io.netty.channel.uring.IoUringTcpInfo
- rcvSpace() - Method in class io.netty.channel.epoll.EpollTcpInfo
- rcvSpace() - Method in class io.netty.channel.uring.IoUringTcpInfo
- rcvSsthresh() - Method in class io.netty.channel.epoll.EpollTcpInfo
- rcvSsthresh() - Method in class io.netty.channel.uring.IoUringTcpInfo
- rcvWscale() - Method in class io.netty.channel.epoll.EpollTcpInfo
- rcvWscale() - Method in class io.netty.channel.uring.IoUringTcpInfo
- read() - Method in class io.netty.buffer.ByteBufInputStream
- read() - Method in interface io.netty.channel.Channel
- read() - Method in interface io.netty.channel.ChannelHandlerContext
- read() - Method in interface io.netty.channel.ChannelOutboundInvoker
-
Request to Read data from the
Channelinto the first inbound buffer, triggers anChannelInboundHandler.channelRead(ChannelHandlerContext, Object)event if data was read, and triggers achannelReadCompleteevent so the handler can decide to continue reading. - read() - Method in class io.netty.channel.DefaultChannelPipeline
- read() - Method in class io.netty.channel.embedded.EmbeddedChannel
- read() - Method in class io.netty.channel.nio.AbstractNioByteChannel.NioByteUnsafe
- read() - Method in interface io.netty.channel.nio.AbstractNioChannel.NioUnsafe
-
Read from underlying
SelectableChannel - read() - Method in interface io.netty.handler.codec.quic.QuicChannel
- read() - Method in interface io.netty.handler.codec.quic.QuicStreamChannel
- read() - Method in class io.netty.handler.codec.serialization.ObjectDecoderInputStream
-
Deprecated.
- read() - Method in class io.netty.util.internal.BoundedInputStream
- read(byte[]) - Method in class io.netty.handler.codec.serialization.ObjectDecoderInputStream
-
Deprecated.
- read(byte[], int, int) - Method in class io.netty.buffer.ByteBufInputStream
- read(byte[], int, int) - Method in class io.netty.handler.codec.serialization.ObjectDecoderInputStream
-
Deprecated.
- read(byte[], int, int) - Method in class io.netty.util.internal.BoundedInputStream
- read(ChannelHandlerContext) - Method in class io.netty.channel.ChannelDuplexHandler
-
Calls
ChannelHandlerContext.read()to forward to the nextChannelOutboundHandlerin theChannelPipeline. - read(ChannelHandlerContext) - Method in interface io.netty.channel.ChannelOutboundHandler
-
Intercepts
ChannelHandlerContext.read(). - read(ChannelHandlerContext) - Method in class io.netty.channel.ChannelOutboundHandlerAdapter
-
Calls
ChannelHandlerContext.read()to forward to the nextChannelOutboundHandlerin theChannelPipeline. - read(ChannelHandlerContext) - Method in class io.netty.channel.CombinedChannelDuplexHandler
- read(ChannelHandlerContext) - Method in class io.netty.handler.codec.DatagramPacketEncoder
- read(ChannelHandlerContext) - Method in class io.netty.handler.codec.http.HttpClientUpgradeHandler
- read(ChannelHandlerContext) - Method in class io.netty.handler.codec.http2.Http2ConnectionHandler
- read(ChannelHandlerContext) - Method in class io.netty.handler.codec.http3.Http3FrameToHttpObjectCodec
- read(ChannelHandlerContext) - Method in class io.netty.handler.codec.spdy.SpdyFrameCodec
- read(ChannelHandlerContext) - Method in class io.netty.handler.flow.FlowControlHandler
- read(ChannelHandlerContext) - Method in class io.netty.handler.ssl.SslClientHelloHandler
- read(ChannelHandlerContext) - Method in class io.netty.handler.ssl.SslHandler
- read(ChannelHandlerContext) - Method in class io.netty.handler.traffic.AbstractTrafficShapingHandler
- read(ByteBuffer, int, int) - Method in class io.netty.channel.unix.FileDescriptor
- READ - Static variable in class io.netty.channel.nio.NioIoOps
-
Interested in IO events which should be handled by reading data.
- READ_AND_ACCEPT - Static variable in class io.netty.channel.nio.NioIoOps
-
Interested in IO events which should be either handled by reading or accepting.
- READ_AND_WRITE - Static variable in class io.netty.channel.nio.NioIoOps
-
Interested in IO events which should be either handled by reading or writing.
- READ_AUTH_RESPONSE - io.netty.handler.codec.socks.SocksAuthResponseDecoder.State
- READ_AUTH_SCHEMES - io.netty.handler.codec.socks.SocksInitRequestDecoder.State
- READ_CMD_ADDRESS - io.netty.handler.codec.socks.SocksCmdRequestDecoder.State
- READ_CMD_ADDRESS - io.netty.handler.codec.socks.SocksCmdResponseDecoder.State
- READ_CMD_HEADER - io.netty.handler.codec.socks.SocksCmdRequestDecoder.State
- READ_CMD_HEADER - io.netty.handler.codec.socks.SocksCmdResponseDecoder.State
- READ_CONTENT - io.netty.handler.codec.stomp.StompSubframeDecoder.State
-
Deprecated.
- READ_DOMAIN - io.netty.handler.codec.socksx.v4.Socks4ServerDecoder.State
- READ_FRAMES - Static variable in class io.netty.handler.codec.quic.QuicChannelOption
-
If set to
truetheQuicStreamChannelwill readQuicStreamFrames and fire it through the pipeline, iffalseit will readByteBufand translate the FIN flag to events. - READ_HEADERS - io.netty.handler.codec.stomp.StompSubframeDecoder.State
-
Deprecated.
- READ_PASSWORD - io.netty.handler.codec.socks.SocksAuthRequestDecoder.State
- READ_PREFERRED_AUTH_TYPE - io.netty.handler.codec.socks.SocksInitResponseDecoder.State
- READ_TIMEOUT - Static variable in class io.netty.channel.rxtx.RxtxChannelOption
-
Deprecated.
- READ_USERID - io.netty.handler.codec.socksx.v4.Socks4ServerDecoder.State
- READ_USERNAME - io.netty.handler.codec.socks.SocksAuthRequestDecoder.State
- readableBytes() - Method in class io.netty.buffer.AbstractByteBuf
- readableBytes() - Method in class io.netty.buffer.ByteBuf
-
Returns the number of readable bytes which is equal to
(this.writerIndex - this.readerIndex). - readableBytes() - Method in class io.netty.buffer.EmptyByteBuf
- readableBytes() - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- readableBytes() - Method in class io.netty.buffer.WrappedByteBuf
- readableBytes() - Method in class io.netty.channel.AbstractCoalescingBufferQueue
-
The number of readable bytes.
- readAddress(long, int, int) - Method in class io.netty.channel.unix.FileDescriptor
- readBoolean() - Method in class io.netty.buffer.AbstractByteBuf
- readBoolean() - Method in class io.netty.buffer.ByteBuf
-
Gets a boolean at the current
readerIndexand increases thereaderIndexby1in this buffer. - readBoolean() - Method in class io.netty.buffer.ByteBufInputStream
- readBoolean() - Method in class io.netty.buffer.EmptyByteBuf
- readBoolean() - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- readBoolean() - Method in class io.netty.buffer.WrappedByteBuf
- readBoolean() - Method in class io.netty.handler.codec.serialization.ObjectDecoderInputStream
-
Deprecated.
- readByte() - Method in class io.netty.buffer.AbstractByteBuf
- readByte() - Method in class io.netty.buffer.ByteBuf
-
Gets a byte at the current
readerIndexand increases thereaderIndexby1in this buffer. - readByte() - Method in class io.netty.buffer.ByteBufInputStream
- readByte() - Method in class io.netty.buffer.EmptyByteBuf
- readByte() - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- readByte() - Method in class io.netty.buffer.WrappedByteBuf
- readByte() - Method in class io.netty.handler.codec.serialization.ObjectDecoderInputStream
-
Deprecated.
- readBytes() - Method in class io.netty.buffer.ByteBufInputStream
-
Returns the number of read bytes by this stream so far.
- readBytes(byte[]) - Method in class io.netty.buffer.AbstractByteBuf
- readBytes(byte[]) - Method in class io.netty.buffer.ByteBuf
-
Transfers this buffer's data to the specified destination starting at the current
readerIndexand increases thereaderIndexby the number of the transferred bytes (=dst.length). - readBytes(byte[]) - Method in class io.netty.buffer.CompositeByteBuf
- readBytes(byte[]) - Method in class io.netty.buffer.EmptyByteBuf
- readBytes(byte[]) - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- readBytes(byte[]) - Method in class io.netty.buffer.WrappedByteBuf
- readBytes(byte[], int, int) - Method in class io.netty.buffer.AbstractByteBuf
- readBytes(byte[], int, int) - Method in class io.netty.buffer.ByteBuf
-
Transfers this buffer's data to the specified destination starting at the current
readerIndexand increases thereaderIndexby the number of the transferred bytes (=length). - readBytes(byte[], int, int) - Method in class io.netty.buffer.CompositeByteBuf
- readBytes(byte[], int, int) - Method in class io.netty.buffer.EmptyByteBuf
- readBytes(byte[], int, int) - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- readBytes(byte[], int, int) - Method in class io.netty.buffer.UnpooledDirectByteBuf
- readBytes(byte[], int, int) - Method in class io.netty.buffer.WrappedByteBuf
- readBytes(int) - Method in class io.netty.buffer.AbstractByteBuf
- readBytes(int) - Method in class io.netty.buffer.ByteBuf
-
Transfers this buffer's data to a newly created buffer starting at the current
readerIndexand increases thereaderIndexby the number of the transferred bytes (=length). - readBytes(int) - Method in class io.netty.buffer.EmptyByteBuf
- readBytes(int) - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- readBytes(int) - Method in class io.netty.buffer.WrappedByteBuf
- readBytes(ByteBuf) - Method in class io.netty.buffer.AbstractByteBuf
- readBytes(ByteBuf) - Method in class io.netty.buffer.ByteBuf
-
Transfers this buffer's data to the specified destination starting at the current
readerIndexuntil the destination becomes non-writable, and increases thereaderIndexby the number of the transferred bytes. - readBytes(ByteBuf) - Method in class io.netty.buffer.CompositeByteBuf
- readBytes(ByteBuf) - Method in class io.netty.buffer.EmptyByteBuf
- readBytes(ByteBuf) - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- readBytes(ByteBuf) - Method in class io.netty.buffer.WrappedByteBuf
- readBytes(ByteBufAllocator, ByteBuf, int) - Static method in class io.netty.buffer.ByteBufUtil
-
Read the given amount of bytes into a new
ByteBufthat is allocated from theByteBufAllocator. - readBytes(ByteBuf, int) - Method in class io.netty.buffer.AbstractByteBuf
- readBytes(ByteBuf, int) - Method in class io.netty.buffer.ByteBuf
-
Transfers this buffer's data to the specified destination starting at the current
readerIndexand increases thereaderIndexby the number of the transferred bytes (=length). - readBytes(ByteBuf, int) - Method in class io.netty.buffer.CompositeByteBuf
- readBytes(ByteBuf, int) - Method in class io.netty.buffer.EmptyByteBuf
- readBytes(ByteBuf, int) - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- readBytes(ByteBuf, int) - Method in class io.netty.buffer.WrappedByteBuf
- readBytes(ByteBuf, int, int) - Method in class io.netty.buffer.AbstractByteBuf
- readBytes(ByteBuf, int, int) - Method in class io.netty.buffer.ByteBuf
-
Transfers this buffer's data to the specified destination starting at the current
readerIndexand increases thereaderIndexby the number of the transferred bytes (=length). - readBytes(ByteBuf, int, int) - Method in class io.netty.buffer.CompositeByteBuf
- readBytes(ByteBuf, int, int) - Method in class io.netty.buffer.EmptyByteBuf
- readBytes(ByteBuf, int, int) - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- readBytes(ByteBuf, int, int) - Method in class io.netty.buffer.WrappedByteBuf
- readBytes(OutputStream, int) - Method in class io.netty.buffer.AbstractByteBuf
- readBytes(OutputStream, int) - Method in class io.netty.buffer.ByteBuf
-
Transfers this buffer's data to the specified stream starting at the current
readerIndex. - readBytes(OutputStream, int) - Method in class io.netty.buffer.CompositeByteBuf
- readBytes(OutputStream, int) - Method in class io.netty.buffer.EmptyByteBuf
- readBytes(OutputStream, int) - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- readBytes(OutputStream, int) - Method in class io.netty.buffer.UnpooledDirectByteBuf
- readBytes(OutputStream, int) - Method in class io.netty.buffer.WrappedByteBuf
- readBytes(ByteBuffer) - Method in class io.netty.buffer.AbstractByteBuf
- readBytes(ByteBuffer) - Method in class io.netty.buffer.ByteBuf
-
Transfers this buffer's data to the specified destination starting at the current
readerIndexuntil the destination's position reaches its limit, and increases thereaderIndexby the number of the transferred bytes. - readBytes(ByteBuffer) - Method in class io.netty.buffer.CompositeByteBuf
- readBytes(ByteBuffer) - Method in class io.netty.buffer.EmptyByteBuf
- readBytes(ByteBuffer) - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- readBytes(ByteBuffer) - Method in class io.netty.buffer.UnpooledDirectByteBuf
- readBytes(ByteBuffer) - Method in class io.netty.buffer.WrappedByteBuf
- readBytes(FileChannel, long, int) - Method in class io.netty.buffer.AbstractByteBuf
- readBytes(FileChannel, long, int) - Method in class io.netty.buffer.ByteBuf
-
Transfers this buffer's data starting at the current
readerIndexto the specified channel starting at the given file position. - readBytes(FileChannel, long, int) - Method in class io.netty.buffer.EmptyByteBuf
- readBytes(FileChannel, long, int) - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- readBytes(FileChannel, long, int) - Method in class io.netty.buffer.UnpooledDirectByteBuf
- readBytes(FileChannel, long, int) - Method in class io.netty.buffer.UnpooledHeapByteBuf
- readBytes(FileChannel, long, int) - Method in class io.netty.buffer.WrappedByteBuf
- readBytes(GatheringByteChannel, int) - Method in class io.netty.buffer.AbstractByteBuf
- readBytes(GatheringByteChannel, int) - Method in class io.netty.buffer.ByteBuf
-
Transfers this buffer's data to the specified stream starting at the current
readerIndex. - readBytes(GatheringByteChannel, int) - Method in class io.netty.buffer.EmptyByteBuf
- readBytes(GatheringByteChannel, int) - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- readBytes(GatheringByteChannel, int) - Method in class io.netty.buffer.UnpooledDirectByteBuf
- readBytes(GatheringByteChannel, int) - Method in class io.netty.buffer.UnpooledHeapByteBuf
- readBytes(GatheringByteChannel, int) - Method in class io.netty.buffer.WrappedByteBuf
- readChar() - Method in class io.netty.buffer.AbstractByteBuf
- readChar() - Method in class io.netty.buffer.ByteBuf
-
Gets a 2-byte UTF-16 character at the current
readerIndexand increases thereaderIndexby2in this buffer. - readChar() - Method in class io.netty.buffer.ByteBufInputStream
- readChar() - Method in class io.netty.buffer.EmptyByteBuf
- readChar() - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- readChar() - Method in class io.netty.buffer.WrappedByteBuf
- readChar() - Method in class io.netty.handler.codec.serialization.ObjectDecoderInputStream
-
Deprecated.
- readCharSequence(int, Charset) - Method in class io.netty.buffer.AbstractByteBuf
- readCharSequence(int, Charset) - Method in class io.netty.buffer.ByteBuf
-
Gets a
CharSequencewith the given length at the currentreaderIndexand increases thereaderIndexby the given length. - readCharSequence(int, Charset) - Method in class io.netty.buffer.EmptyByteBuf
- readCharSequence(int, Charset) - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- readCharSequence(int, Charset) - Method in class io.netty.buffer.WrappedByteBuf
- readChunk(ByteBufAllocator) - Method in class io.netty.handler.codec.http.HttpChunkedInput
- readChunk(ByteBufAllocator) - Method in class io.netty.handler.codec.http.multipart.HttpPostRequestEncoder
-
Returns the next available HttpChunk.
- readChunk(ByteBufAllocator) - Method in class io.netty.handler.codec.http.websocketx.WebSocketChunkedInput
-
Fetches a chunked data from the stream.
- readChunk(ByteBufAllocator) - Method in class io.netty.handler.codec.http2.Http2DataChunkedInput
- readChunk(ByteBufAllocator) - Method in class io.netty.handler.stream.ChunkedFile
- readChunk(ByteBufAllocator) - Method in interface io.netty.handler.stream.ChunkedInput
-
Fetches a chunked data from the stream.
- readChunk(ByteBufAllocator) - Method in class io.netty.handler.stream.ChunkedNioFile
- readChunk(ByteBufAllocator) - Method in class io.netty.handler.stream.ChunkedNioStream
- readChunk(ByteBufAllocator) - Method in class io.netty.handler.stream.ChunkedStream
- readChunk(ChannelHandlerContext) - Method in class io.netty.handler.codec.http.HttpChunkedInput
-
Deprecated.
- readChunk(ChannelHandlerContext) - Method in class io.netty.handler.codec.http.multipart.HttpPostRequestEncoder
-
Deprecated.
- readChunk(ChannelHandlerContext) - Method in class io.netty.handler.codec.http.websocketx.WebSocketChunkedInput
-
Deprecated.Use
WebSocketChunkedInput.readChunk(ByteBufAllocator). Fetches a chunked data from the stream. Once this method returns the last chunk and thus the stream has reached at its end, any subsequentWebSocketChunkedInput.isEndOfInput()call must returntrue. - readChunk(ChannelHandlerContext) - Method in class io.netty.handler.codec.http2.Http2DataChunkedInput
-
Deprecated.
- readChunk(ChannelHandlerContext) - Method in class io.netty.handler.stream.ChunkedFile
-
Deprecated.
- readChunk(ChannelHandlerContext) - Method in interface io.netty.handler.stream.ChunkedInput
-
Deprecated.Use
ChunkedInput.readChunk(ByteBufAllocator).Fetches a chunked data from the stream. Once this method returns the last chunk and thus the stream has reached at its end, any subsequent
ChunkedInput.isEndOfInput()call must returntrue. - readChunk(ChannelHandlerContext) - Method in class io.netty.handler.stream.ChunkedNioFile
-
Deprecated.
- readChunk(ChannelHandlerContext) - Method in class io.netty.handler.stream.ChunkedNioStream
-
Deprecated.
- readChunk(ChannelHandlerContext) - Method in class io.netty.handler.stream.ChunkedStream
-
Deprecated.
- readComplete() - Method in class io.netty.channel.DefaultMaxMessagesRecvByteBufAllocator.MaxMessageHandle
- readComplete() - Method in class io.netty.channel.RecvByteBufAllocator.DelegatingHandle
- readComplete() - Method in interface io.netty.channel.RecvByteBufAllocator.Handle
-
Deprecated.The read has completed.
- readDataFrame(int, boolean, ByteBuf) - Method in class io.netty.handler.codec.spdy.SpdyFrameCodec
- readDataFrame(int, boolean, ByteBuf) - Method in interface io.netty.handler.codec.spdy.SpdyFrameDecoderDelegate
-
Called when a DATA frame is received.
- readDouble() - Method in class io.netty.buffer.AbstractByteBuf
- readDouble() - Method in class io.netty.buffer.ByteBuf
-
Gets a 64-bit floating point number at the current
readerIndexand increases thereaderIndexby8in this buffer. - readDouble() - Method in class io.netty.buffer.ByteBufInputStream
- readDouble() - Method in class io.netty.buffer.EmptyByteBuf
- readDouble() - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- readDouble() - Method in class io.netty.buffer.WrappedByteBuf
- readDouble() - Method in class io.netty.handler.codec.serialization.ObjectDecoderInputStream
-
Deprecated.
- readDoubleLE() - Method in class io.netty.buffer.ByteBuf
-
Gets a 64-bit floating point number at the current
readerIndexin Little Endian Byte Order and increases thereaderIndexby8in this buffer. - READER_IDLE - io.netty.handler.timeout.IdleState
-
No data was received for a while.
- READER_IDLE_STATE_EVENT - Static variable in class io.netty.handler.timeout.IdleStateEvent
- readerIndex() - Method in class io.netty.buffer.AbstractByteBuf
- readerIndex() - Method in class io.netty.buffer.ByteBuf
-
Returns the
readerIndexof this buffer. - readerIndex() - Method in class io.netty.buffer.EmptyByteBuf
- readerIndex() - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- readerIndex() - Method in class io.netty.buffer.WrappedByteBuf
- readerIndex(int) - Method in class io.netty.buffer.AbstractByteBuf
- readerIndex(int) - Method in class io.netty.buffer.ByteBuf
-
Sets the
readerIndexof this buffer. - readerIndex(int) - Method in class io.netty.buffer.CompositeByteBuf
- readerIndex(int) - Method in class io.netty.buffer.EmptyByteBuf
- readerIndex(int) - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- readerIndex(int) - Method in class io.netty.buffer.WrappedByteBuf
- readFloat() - Method in class io.netty.buffer.AbstractByteBuf
- readFloat() - Method in class io.netty.buffer.ByteBuf
-
Gets a 32-bit floating point number at the current
readerIndexand increases thereaderIndexby4in this buffer. - readFloat() - Method in class io.netty.buffer.ByteBufInputStream
- readFloat() - Method in class io.netty.buffer.EmptyByteBuf
- readFloat() - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- readFloat() - Method in class io.netty.buffer.WrappedByteBuf
- readFloat() - Method in class io.netty.handler.codec.serialization.ObjectDecoderInputStream
-
Deprecated.
- readFloatLE() - Method in class io.netty.buffer.ByteBuf
-
Gets a 32-bit floating point number at the current
readerIndexin Little Endian Byte Order and increases thereaderIndexby4in this buffer. - readFrame(ChannelHandlerContext, ByteBuf, Http2FrameListener) - Method in class io.netty.handler.codec.http2.DefaultHttp2FrameReader
- readFrame(ChannelHandlerContext, ByteBuf, Http2FrameListener) - Method in interface io.netty.handler.codec.http2.Http2FrameReader
-
Attempts to read the next frame from the input buffer.
- readFrame(ChannelHandlerContext, ByteBuf, Http2FrameListener) - Method in class io.netty.handler.codec.http2.Http2InboundFrameLogger
- readFrameError(String) - Method in class io.netty.handler.codec.spdy.SpdyFrameCodec
- readFrameError(String) - Method in interface io.netty.handler.codec.spdy.SpdyFrameDecoderDelegate
-
Called when an unrecoverable session error has occurred.
- readFrom(ByteBuf, boolean) - Static method in enum io.netty.handler.codec.redis.RedisMessageType
-
Determine
RedisMessageTypebased on the type prefixbyteread from given the buffer. - readFully(byte[]) - Method in class io.netty.buffer.ByteBufInputStream
- readFully(byte[]) - Method in class io.netty.handler.codec.serialization.ObjectDecoderInputStream
-
Deprecated.
- readFully(byte[], int, int) - Method in class io.netty.buffer.ByteBufInputStream
- readFully(byte[], int, int) - Method in class io.netty.handler.codec.serialization.ObjectDecoderInputStream
-
Deprecated.
- readGoAwayFrame(int, int) - Method in class io.netty.handler.codec.spdy.SpdyFrameCodec
- readGoAwayFrame(int, int) - Method in interface io.netty.handler.codec.spdy.SpdyFrameDecoderDelegate
-
Called when a GOAWAY frame is received.
- readHeaderBlock(ByteBuf) - Method in class io.netty.handler.codec.spdy.SpdyFrameCodec
- readHeaderBlock(ByteBuf) - Method in interface io.netty.handler.codec.spdy.SpdyFrameDecoderDelegate
-
Called when the header block within a SYN_STREAM, SYN_REPLY, or HEADERS frame is received.
- readHeaderBlockEnd() - Method in class io.netty.handler.codec.spdy.SpdyFrameCodec
- readHeaderBlockEnd() - Method in interface io.netty.handler.codec.spdy.SpdyFrameDecoderDelegate
-
Called when an entire header block has been received.
- readHeadersFrame(int, boolean) - Method in class io.netty.handler.codec.spdy.SpdyFrameCodec
- readHeadersFrame(int, boolean) - Method in interface io.netty.handler.codec.spdy.SpdyFrameDecoderDelegate
-
Called when a HEADERS frame is received.
- readInbound() - Method in class io.netty.channel.embedded.EmbeddedChannel
-
Return received data from this
Channel - readInt() - Method in class io.netty.buffer.AbstractByteBuf
- readInt() - Method in class io.netty.buffer.ByteBuf
-
Gets a 32-bit integer at the current
readerIndexand increases thereaderIndexby4in this buffer. - readInt() - Method in class io.netty.buffer.ByteBufInputStream
- readInt() - Method in class io.netty.buffer.EmptyByteBuf
- readInt() - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- readInt() - Method in class io.netty.buffer.WrappedByteBuf
- readInt() - Method in class io.netty.handler.codec.serialization.ObjectDecoderInputStream
-
Deprecated.
- readIntBE(ByteBuf) - Static method in class io.netty.buffer.ByteBufUtil
-
Reads a big-endian 32-bit integer from the buffer.
- readInterestOp - Variable in class io.netty.channel.nio.AbstractNioChannel
- readIntLE() - Method in class io.netty.buffer.AbstractByteBuf
- readIntLE() - Method in class io.netty.buffer.ByteBuf
-
Gets a 32-bit integer at the current
readerIndexin the Little Endian Byte Order and increases thereaderIndexby4in this buffer. - readIntLE() - Method in class io.netty.buffer.EmptyByteBuf
- readIntLE() - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- readIntLE() - Method in class io.netty.buffer.WrappedByteBuf
- readLine() - Method in class io.netty.buffer.ByteBufInputStream
- readLine() - Method in class io.netty.handler.codec.serialization.ObjectDecoderInputStream
-
Deprecated.Use
BufferedReader.readLine()instead. - readLong() - Method in class io.netty.buffer.AbstractByteBuf
- readLong() - Method in class io.netty.buffer.ByteBuf
-
Gets a 64-bit integer at the current
readerIndexand increases thereaderIndexby8in this buffer. - readLong() - Method in class io.netty.buffer.ByteBufInputStream
- readLong() - Method in class io.netty.buffer.EmptyByteBuf
- readLong() - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- readLong() - Method in class io.netty.buffer.WrappedByteBuf
- readLong() - Method in class io.netty.handler.codec.serialization.ObjectDecoderInputStream
-
Deprecated.
- readLongLE() - Method in class io.netty.buffer.AbstractByteBuf
- readLongLE() - Method in class io.netty.buffer.ByteBuf
-
Gets a 64-bit integer at the current
readerIndexin the Little Endian Byte Order and increases thereaderIndexby8in this buffer. - readLongLE() - Method in class io.netty.buffer.EmptyByteBuf
- readLongLE() - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- readLongLE() - Method in class io.netty.buffer.WrappedByteBuf
- readMedium() - Method in class io.netty.buffer.AbstractByteBuf
- readMedium() - Method in class io.netty.buffer.ByteBuf
-
Gets a 24-bit medium integer at the current
readerIndexand increases thereaderIndexby3in this buffer. - readMedium() - Method in class io.netty.buffer.EmptyByteBuf
- readMedium() - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- readMedium() - Method in class io.netty.buffer.WrappedByteBuf
- readMediumLE() - Method in class io.netty.buffer.AbstractByteBuf
- readMediumLE() - Method in class io.netty.buffer.ByteBuf
-
Gets a 24-bit medium integer at the current
readerIndexin the Little Endian Byte Order and increases thereaderIndexby3in this buffer. - readMediumLE() - Method in class io.netty.buffer.EmptyByteBuf
- readMediumLE() - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- readMediumLE() - Method in class io.netty.buffer.WrappedByteBuf
- readObject() - Method in class io.netty.handler.codec.serialization.ObjectDecoderInputStream
-
Deprecated.
- READONLY - io.netty.handler.codec.redis.FixedRedisMessagePool.RedisErrorKey
- ReadOnlyByteBuf - Class in io.netty.buffer
-
Deprecated.Do not use.
- ReadOnlyByteBuf(ByteBuf) - Constructor for class io.netty.buffer.ReadOnlyByteBuf
-
Deprecated.
- ReadOnlyHttp2Headers - Class in io.netty.handler.codec.http2
-
A variant of
Http2Headerswhich only supports read-only methods. - ReadOnlyHttpHeaders - Class in io.netty.handler.codec.http
-
A variant of
HttpHeaderswhich only supports read-only methods. - ReadOnlyHttpHeaders(boolean, CharSequence...) - Constructor for class io.netty.handler.codec.http.ReadOnlyHttpHeaders
-
Create a new instance.
- ReadOnlyIterator<T> - Class in io.netty.util.internal
- ReadOnlyIterator(Iterator<? extends T>) - Constructor for class io.netty.util.internal.ReadOnlyIterator
- readOps - Variable in class io.netty.channel.nio.AbstractNioChannel
- readOutbound() - Method in class io.netty.channel.embedded.EmbeddedChannel
-
Read data from the outbound.
- readPingFrame(int) - Method in class io.netty.handler.codec.spdy.SpdyFrameCodec
- readPingFrame(int) - Method in interface io.netty.handler.codec.spdy.SpdyFrameDecoderDelegate
-
Called when a PING frame is received.
- readResolve() - Method in class io.netty.util.internal.logging.AbstractInternalLogger
- readRetainedSlice(int) - Method in class io.netty.buffer.AbstractByteBuf
- readRetainedSlice(int) - Method in class io.netty.buffer.ByteBuf
-
Returns a new retained slice of this buffer's sub-region starting at the current
readerIndexand increases thereaderIndexby the size of the new slice (=length). - readRetainedSlice(int) - Method in class io.netty.buffer.EmptyByteBuf
- readRetainedSlice(int) - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- readRetainedSlice(int) - Method in class io.netty.buffer.WrappedByteBuf
- readRstStreamFrame(int, int) - Method in class io.netty.handler.codec.spdy.SpdyFrameCodec
- readRstStreamFrame(int, int) - Method in interface io.netty.handler.codec.spdy.SpdyFrameDecoderDelegate
-
Called when a RST_STREAM frame is received.
- readSetting(int, int, boolean, boolean) - Method in class io.netty.handler.codec.spdy.SpdyFrameCodec
- readSetting(int, int, boolean, boolean) - Method in interface io.netty.handler.codec.spdy.SpdyFrameDecoderDelegate
-
Called when an individual setting within a SETTINGS frame is received.
- readSettingsEnd() - Method in class io.netty.handler.codec.spdy.SpdyFrameCodec
- readSettingsEnd() - Method in interface io.netty.handler.codec.spdy.SpdyFrameDecoderDelegate
-
Called when the entire SETTINGS frame has been received.
- readSettingsFrame(boolean) - Method in class io.netty.handler.codec.spdy.SpdyFrameCodec
- readSettingsFrame(boolean) - Method in interface io.netty.handler.codec.spdy.SpdyFrameDecoderDelegate
-
Called when a SETTINGS frame is received.
- readShort() - Method in class io.netty.buffer.AbstractByteBuf
- readShort() - Method in class io.netty.buffer.ByteBuf
-
Gets a 16-bit short integer at the current
readerIndexand increases thereaderIndexby2in this buffer. - readShort() - Method in class io.netty.buffer.ByteBufInputStream
- readShort() - Method in class io.netty.buffer.EmptyByteBuf
- readShort() - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- readShort() - Method in class io.netty.buffer.WrappedByteBuf
- readShort() - Method in class io.netty.handler.codec.serialization.ObjectDecoderInputStream
-
Deprecated.
- readShortLE() - Method in class io.netty.buffer.AbstractByteBuf
- readShortLE() - Method in class io.netty.buffer.ByteBuf
-
Gets a 16-bit short integer at the current
readerIndexin the Little Endian Byte Order and increases thereaderIndexby2in this buffer. - readShortLE() - Method in class io.netty.buffer.EmptyByteBuf
- readShortLE() - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- readShortLE() - Method in class io.netty.buffer.WrappedByteBuf
- readSlice(int) - Method in class io.netty.buffer.AbstractByteBuf
- readSlice(int) - Method in class io.netty.buffer.ByteBuf
-
Returns a new slice of this buffer's sub-region starting at the current
readerIndexand increases thereaderIndexby the size of the new slice (=length). - readSlice(int) - Method in class io.netty.buffer.EmptyByteBuf
- readSlice(int) - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- readSlice(int) - Method in class io.netty.buffer.WrappedByteBuf
- readString(int, Charset) - Method in class io.netty.buffer.AbstractByteBuf
- readString(int, Charset) - Method in class io.netty.buffer.ByteBuf
-
Gets a
Stringwith the given length at the currentreaderIndexand increases thereaderIndexby the given length. - readString(int, Charset) - Method in class io.netty.buffer.EmptyByteBuf
- readString(int, Charset) - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- readString(int, Charset) - Method in class io.netty.buffer.WrappedByteBuf
- readSynReplyFrame(int, boolean) - Method in class io.netty.handler.codec.spdy.SpdyFrameCodec
- readSynReplyFrame(int, boolean) - Method in interface io.netty.handler.codec.spdy.SpdyFrameDecoderDelegate
-
Called when a SYN_REPLY frame is received.
- readSynStreamFrame(int, int, byte, boolean, boolean) - Method in class io.netty.handler.codec.spdy.SpdyFrameCodec
- readSynStreamFrame(int, int, byte, boolean, boolean) - Method in interface io.netty.handler.codec.spdy.SpdyFrameDecoderDelegate
-
Called when a SYN_STREAM frame is received.
- readTimedOut(ChannelHandlerContext) - Method in class io.netty.handler.timeout.ReadTimeoutHandler
-
Is called when a read timeout was detected.
- ReadTimeoutException - Exception in io.netty.handler.timeout
-
A
TimeoutExceptionraised byReadTimeoutHandlerwhen no data was read within a certain period of time. - ReadTimeoutException() - Constructor for exception io.netty.handler.timeout.ReadTimeoutException
- ReadTimeoutException(String) - Constructor for exception io.netty.handler.timeout.ReadTimeoutException
- ReadTimeoutHandler - Class in io.netty.handler.timeout
-
Raises a
ReadTimeoutExceptionwhen no data was read within a certain period of time. - ReadTimeoutHandler(int) - Constructor for class io.netty.handler.timeout.ReadTimeoutHandler
-
Creates a new instance.
- ReadTimeoutHandler(long, TimeUnit) - Constructor for class io.netty.handler.timeout.ReadTimeoutHandler
-
Creates a new instance.
- readTimeToWait(long, long, long) - Method in class io.netty.handler.traffic.TrafficCounter
-
Deprecated.
- readTimeToWait(long, long, long, long) - Method in class io.netty.handler.traffic.TrafficCounter
-
Returns the time to wait (if any) for the given length message, using the given limitTraffic and the max wait time.
- readUnknownFrame(int, byte, ByteBuf) - Method in class io.netty.handler.codec.spdy.SpdyFrameCodec
- readUnknownFrame(int, byte, ByteBuf) - Method in interface io.netty.handler.codec.spdy.SpdyFrameDecoderDelegate
-
Called when an unknown frame is received.
- readUnsignedByte() - Method in class io.netty.buffer.AbstractByteBuf
- readUnsignedByte() - Method in class io.netty.buffer.ByteBuf
-
Gets an unsigned byte at the current
readerIndexand increases thereaderIndexby1in this buffer. - readUnsignedByte() - Method in class io.netty.buffer.ByteBufInputStream
- readUnsignedByte() - Method in class io.netty.buffer.EmptyByteBuf
- readUnsignedByte() - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- readUnsignedByte() - Method in class io.netty.buffer.WrappedByteBuf
- readUnsignedByte() - Method in class io.netty.handler.codec.serialization.ObjectDecoderInputStream
-
Deprecated.
- readUnsignedInt() - Method in class io.netty.buffer.AbstractByteBuf
- readUnsignedInt() - Method in class io.netty.buffer.ByteBuf
-
Gets an unsigned 32-bit integer at the current
readerIndexand increases thereaderIndexby4in this buffer. - readUnsignedInt() - Method in class io.netty.buffer.EmptyByteBuf
- readUnsignedInt() - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- readUnsignedInt() - Method in class io.netty.buffer.WrappedByteBuf
- readUnsignedInt(ByteBuf) - Static method in class io.netty.handler.codec.http2.Http2CodecUtil
-
Reads a big-endian (31-bit) integer from the buffer.
- readUnsignedIntLE() - Method in class io.netty.buffer.AbstractByteBuf
- readUnsignedIntLE() - Method in class io.netty.buffer.ByteBuf
-
Gets an unsigned 32-bit integer at the current
readerIndexin the Little Endian Byte Order and increases thereaderIndexby4in this buffer. - readUnsignedIntLE() - Method in class io.netty.buffer.EmptyByteBuf
- readUnsignedIntLE() - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- readUnsignedIntLE() - Method in class io.netty.buffer.WrappedByteBuf
- readUnsignedMedium() - Method in class io.netty.buffer.AbstractByteBuf
- readUnsignedMedium() - Method in class io.netty.buffer.ByteBuf
-
Gets an unsigned 24-bit medium integer at the current
readerIndexand increases thereaderIndexby3in this buffer. - readUnsignedMedium() - Method in class io.netty.buffer.EmptyByteBuf
- readUnsignedMedium() - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- readUnsignedMedium() - Method in class io.netty.buffer.WrappedByteBuf
- readUnsignedMediumLE() - Method in class io.netty.buffer.AbstractByteBuf
- readUnsignedMediumLE() - Method in class io.netty.buffer.ByteBuf
-
Gets an unsigned 24-bit medium integer at the current
readerIndexin the Little Endian Byte Order and increases thereaderIndexby3in this buffer. - readUnsignedMediumLE() - Method in class io.netty.buffer.EmptyByteBuf
- readUnsignedMediumLE() - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- readUnsignedMediumLE() - Method in class io.netty.buffer.WrappedByteBuf
- readUnsignedShort() - Method in class io.netty.buffer.AbstractByteBuf
- readUnsignedShort() - Method in class io.netty.buffer.ByteBuf
-
Gets an unsigned 16-bit short integer at the current
readerIndexand increases thereaderIndexby2in this buffer. - readUnsignedShort() - Method in class io.netty.buffer.ByteBufInputStream
- readUnsignedShort() - Method in class io.netty.buffer.EmptyByteBuf
- readUnsignedShort() - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- readUnsignedShort() - Method in class io.netty.buffer.WrappedByteBuf
- readUnsignedShort() - Method in class io.netty.handler.codec.serialization.ObjectDecoderInputStream
-
Deprecated.
- readUnsignedShortBE(ByteBuf) - Static method in class io.netty.buffer.ByteBufUtil
-
Reads a big-endian unsigned 16-bit short integer from the buffer.
- readUnsignedShortLE() - Method in class io.netty.buffer.AbstractByteBuf
- readUnsignedShortLE() - Method in class io.netty.buffer.ByteBuf
-
Gets an unsigned 16-bit short integer at the current
readerIndexin the Little Endian Byte Order and increases thereaderIndexby2in this buffer. - readUnsignedShortLE() - Method in class io.netty.buffer.EmptyByteBuf
- readUnsignedShortLE() - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- readUnsignedShortLE() - Method in class io.netty.buffer.WrappedByteBuf
- readUTF() - Method in class io.netty.buffer.ByteBufInputStream
- readUTF() - Method in class io.netty.handler.codec.serialization.ObjectDecoderInputStream
-
Deprecated.
- readWindowUpdateFrame(int, int) - Method in class io.netty.handler.codec.spdy.SpdyFrameCodec
- readWindowUpdateFrame(int, int) - Method in interface io.netty.handler.codec.spdy.SpdyFrameDecoderDelegate
-
Called when a WINDOW_UPDATE frame is received.
- reallocateDirectBufferNoCleaner(CleanableDirectBuffer, int) - Static method in class io.netty.util.internal.PlatformDependent
-
Reallocate a new
ByteBufferwith the givencapacity. - reallocateDirectNoCleaner(ByteBuffer, int) - Static method in class io.netty.util.internal.PlatformDependent
-
Reallocate a new
ByteBufferwith the givencapacity. - reallocateMemory(long, long) - Static method in class io.netty.util.internal.PlatformDependent
- reason() - Method in class io.netty.handler.codec.quic.QuicConnectionCloseEvent
-
Returns the reason for the close, which may be empty if no reason was given as part of the close.
- reason() - Method in annotation type io.netty.util.internal.SuppressJava6Requirement
-
Deprecated.
- reason() - Method in annotation type io.netty.util.internal.SuppressJava8Requirement
- reason() - Method in annotation type io.netty.util.SuppressForbidden
- REASON_CODE_OK - Static variable in class io.netty.handler.codec.mqtt.MqttPubReplyMessageVariableHeader
- REASON_CODE_OK - Static variable in class io.netty.handler.codec.mqtt.MqttReasonCodeAndPropertiesVariableHeader
- REASON_STRING - io.netty.handler.codec.mqtt.MqttProperties.MqttPropertyType
-
Deprecated.
- reasonCode() - Method in class io.netty.handler.codec.mqtt.MqttPubReplyMessageVariableHeader
- reasonCode() - Method in class io.netty.handler.codec.mqtt.MqttReasonCodeAndPropertiesVariableHeader
- reasonCode(byte) - Method in class io.netty.handler.codec.mqtt.MqttMessageBuilders.AuthBuilder
- reasonCode(byte) - Method in class io.netty.handler.codec.mqtt.MqttMessageBuilders.DisconnectBuilder
- reasonCode(byte) - Method in class io.netty.handler.codec.mqtt.MqttMessageBuilders.PubAckBuilder
- reasonCodes() - Method in class io.netty.handler.codec.mqtt.MqttSubAckPayload
- reasonPhrase() - Method in class io.netty.handler.codec.http.HttpResponseStatus
-
Returns the reason phrase of this
HttpResponseStatus. - reasonString(String) - Method in class io.netty.handler.codec.mqtt.MqttMessageBuilders.ConnAckPropertiesBuilder
- reasonText() - Method in class io.netty.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.netty.handler.codec.http.websocketx.WebSocketCloseStatus
- REAUTHENTICATE - io.netty.handler.codec.mqtt.MqttReasonCodes.Auth
- rebuildSelector() - Method in class io.netty.channel.nio.NioEventLoop
-
Deprecated.Replaces the current
Selectorof this event loop with newly createdSelectors to work around the infamous epoll 100% CPU bug. - rebuildSelectors() - Method in class io.netty.channel.nio.NioEventLoopGroup
-
Deprecated.Replaces the current
Selectors of the child event loops with newly createdSelectors to work around the infamous epoll 100% CPU bug. - RECEIPT - io.netty.handler.codec.stomp.StompCommand
- RECEIPT - Static variable in interface io.netty.handler.codec.stomp.StompHeaders
- RECEIPT_ID - Static variable in interface io.netty.handler.codec.stomp.StompHeaders
- RECEIVE_MAXIMUM - io.netty.handler.codec.mqtt.MqttProperties.MqttPropertyType
-
Deprecated.
- RECEIVE_MAXIMUM_EXCEEDED - io.netty.handler.codec.mqtt.MqttReasonCodes.Disconnect
- receivedAmount() - Method in class io.netty.channel.unix.DatagramSocketAddress
- receivedAmount() - Method in class io.netty.channel.unix.DomainDatagramSocketAddress
- receiveFlowControlledFrame(Http2Stream, ByteBuf, int, boolean) - Method in class io.netty.handler.codec.http2.DefaultHttp2LocalFlowController
- receiveFlowControlledFrame(Http2Stream, ByteBuf, int, boolean) - Method in interface io.netty.handler.codec.http2.Http2LocalFlowController
-
Receives an inbound
DATAframe from the remote endpoint and applies flow control policies to it for both thestreamas well as the connection. - receiveMaximum(int) - Method in class io.netty.handler.codec.mqtt.MqttMessageBuilders.ConnAckPropertiesBuilder
- recipient() - Method in interface io.netty.channel.AddressedEnvelope
-
Returns the address of the recipient of this message.
- recipient() - Method in class io.netty.channel.DefaultAddressedEnvelope
- recipient() - Method in class io.netty.handler.codec.dns.DatagramDnsQuery
- recipient() - Method in class io.netty.handler.codec.dns.DatagramDnsResponse
- record() - Method in interface io.netty.util.ResourceLeak
-
Deprecated.Records the caller's current stack trace so that the
ResourceLeakDetectorcan tell where the leaked resource was accessed lastly. - record() - Method in interface io.netty.util.ResourceLeakTracker
-
Records the caller's current stack trace so that the
ResourceLeakDetectorcan tell where the leaked resource was accessed lastly. - record(int) - Method in class io.netty.util.internal.AdaptiveCalculator
- record(Object) - Method in interface io.netty.util.ResourceLeak
-
Deprecated.Records the caller's current stack trace and the specified additional arbitrary information so that the
ResourceLeakDetectorcan tell where the leaked resource was accessed lastly. - record(Object) - Method in interface io.netty.util.ResourceLeakTracker
-
Records the caller's current stack trace and the specified additional arbitrary information so that the
ResourceLeakDetectorcan tell where the leaked resource was accessed lastly. - RECORD - Static variable in class io.netty.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.netty.handler.codec.dns.AbstractDnsMessage
- recordAt(DnsSection) - Method in interface io.netty.handler.codec.dns.DnsMessage
-
Returns the first record in the specified
sectionof this DNS message. - recordAt(DnsSection, int) - Method in class io.netty.handler.codec.dns.AbstractDnsMessage
- recordAt(DnsSection, int) - Method in interface io.netty.handler.codec.dns.DnsMessage
-
Returns the record at the specified
indexof the specifiedsectionof this DNS message. - recursionDesired(boolean) - Method in class io.netty.resolver.dns.DnsNameResolverBuilder
-
Sets if this resolver has to send a DNS query with the RD (recursion desired) flag set.
- recv() - Method in interface io.netty.handler.codec.quic.QuicConnectionPathStats
- recv() - Method in interface io.netty.handler.codec.quic.QuicConnectionStats
- recv(ByteBuffer, int, int) - Method in class io.netty.channel.unix.Socket
- recvAddress(long, int, int) - Method in class io.netty.channel.unix.Socket
- RECVBUF_ALLOCATOR - Static variable in class io.netty.channel.ChannelOption
- recvBufAllocHandle() - Method in class io.netty.channel.AbstractChannel.AbstractUnsafe
- recvBufAllocHandle() - Method in interface io.netty.channel.Channel.Unsafe
-
Return the assigned
RecvByteBufAllocator.Handlewhich will be used to allocateByteBuf's when receiving data. - RecvByteBufAllocator - Interface in io.netty.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.
- RecvByteBufAllocator.DelegatingHandle - Class in io.netty.channel
-
A
RecvByteBufAllocator.Handlewhich delegates all call to some otherRecvByteBufAllocator.Handle. - RecvByteBufAllocator.ExtendedHandle - Interface in io.netty.channel
- RecvByteBufAllocator.Handle - Interface in io.netty.channel
-
Deprecated.
- recvBytes() - Method in interface io.netty.handler.codec.quic.QuicConnectionPathStats
- recvBytes() - Method in interface io.netty.handler.codec.quic.QuicConnectionStats
- recvFd() - Method in class io.netty.channel.unix.Socket
- recvFrom(ByteBuffer, int, int) - Method in class io.netty.channel.unix.Socket
- recvFromAddress(long, int, int) - Method in class io.netty.channel.unix.Socket
- recvFromAddressDomainSocket(long, int, int) - Method in class io.netty.channel.unix.Socket
- recvFromDomainSocket(ByteBuffer, int, int) - Method in class io.netty.channel.unix.Socket
- RecyclableArrayList - Class in io.netty.util.internal
-
A simple list which is recyclable.
- recycle() - Method in class io.netty.channel.ChannelOutboundBuffer
-
Deprecated.
- recycle() - Method in class io.netty.util.internal.PendingWrite
-
Clear and recycle this instance.
- recycle() - Method in class io.netty.util.internal.RecyclableArrayList
-
Clear and recycle this instance.
- recycle(T) - Method in interface io.netty.util.internal.ObjectPool.Handle
-
Recycle the
Objectif possible and so make it ready to be reused. - recycle(T, Recycler.Handle<T>) - Method in class io.netty.util.Recycler
-
Deprecated.
- recycleAndGet() - Method in class io.netty.util.internal.PendingWrite
-
Recycle this instance and return the
Promise. - Recycler<T> - Class in io.netty.util
-
Light-weight object pool based on a thread-local stack.
- Recycler() - Constructor for class io.netty.util.Recycler
- Recycler(boolean) - Constructor for class io.netty.util.Recycler
-
USE IT CAREFULLY!
- Recycler(int) - Constructor for class io.netty.util.Recycler
- Recycler(int, boolean) - Constructor for class io.netty.util.Recycler
-
USE IT CAREFULLY!
- Recycler(int, int) - Constructor for class io.netty.util.Recycler
-
Deprecated.
- Recycler(int, int, boolean) - Constructor for class io.netty.util.Recycler
-
USE IT CAREFULLY!
- Recycler(int, int, int) - Constructor for class io.netty.util.Recycler
- Recycler(int, int, int, boolean) - Constructor for class io.netty.util.Recycler
-
USE IT CAREFULLY!
- Recycler(int, int, int, int) - Constructor for class io.netty.util.Recycler
-
Deprecated.
- Recycler(int, int, int, int, int) - Constructor for class io.netty.util.Recycler
-
Deprecated.
- Recycler(int, int, int, Thread, boolean) - Constructor for class io.netty.util.Recycler
-
USE IT CAREFULLY!
- Recycler(int, int, Thread, boolean) - Constructor for class io.netty.util.Recycler
-
USE IT CAREFULLY!
- Recycler(Thread, boolean) - Constructor for class io.netty.util.Recycler
-
USE IT CAREFULLY!
- Recycler.EnhancedHandle<T> - Class in io.netty.util
- Recycler.Handle<T> - Interface in io.netty.util
- REDIRECT - Static variable in class io.netty.handler.codec.rtsp.RtspMethods
-
The REDIRECT request informs the client that it must connect to another server location.
- REDIRECTION - io.netty.handler.codec.http.HttpStatusClass
-
The redirection class (3xx)
- RedisArrayAggregator - Class in io.netty.handler.codec.redis
-
Aggregates
RedisMessageparts intoArrayRedisMessage. - RedisArrayAggregator() - Constructor for class io.netty.handler.codec.redis.RedisArrayAggregator
- RedisBulkStringAggregator - Class in io.netty.handler.codec.redis
-
A
ChannelHandlerthat aggregates anBulkStringHeaderRedisMessageand its followingBulkStringRedisContents into a singleFullBulkStringRedisMessagewith no followingBulkStringRedisContents. - RedisBulkStringAggregator() - Constructor for class io.netty.handler.codec.redis.RedisBulkStringAggregator
-
Creates a new instance.
- RedisCodecException - Exception in io.netty.handler.codec.redis
- RedisCodecException(String) - Constructor for exception io.netty.handler.codec.redis.RedisCodecException
-
Creates a new instance.
- RedisCodecException(Throwable) - Constructor for exception io.netty.handler.codec.redis.RedisCodecException
-
Creates a new instance.
- RedisDecoder - Class in io.netty.handler.codec.redis
-
Decodes the Redis protocol into
RedisMessageobjects following RESP (REdis Serialization Protocol). - RedisDecoder() - Constructor for class io.netty.handler.codec.redis.RedisDecoder
-
Creates a new instance with default
maxInlineMessageLengthandmessagePooland inline command decoding disabled. - RedisDecoder(boolean) - Constructor for class io.netty.handler.codec.redis.RedisDecoder
-
Creates a new instance with default
maxInlineMessageLengthandmessagePool. - RedisDecoder(int, RedisMessagePool) - Constructor for class io.netty.handler.codec.redis.RedisDecoder
-
Creates a new instance with inline command decoding disabled.
- RedisDecoder(int, RedisMessagePool, boolean) - Constructor for class io.netty.handler.codec.redis.RedisDecoder
-
Creates a new instance.
- RedisEncoder - Class in io.netty.handler.codec.redis
-
Encodes
RedisMessageinto bytes following RESP (REdis Serialization Protocol). - RedisEncoder() - Constructor for class io.netty.handler.codec.redis.RedisEncoder
-
Creates a new instance with default
messagePool. - RedisEncoder(RedisMessagePool) - Constructor for class io.netty.handler.codec.redis.RedisEncoder
-
Creates a new instance.
- RedisMessage - Interface in io.netty.handler.codec.redis
-
RedisMessage is base interface for codec-redis.
- RedisMessagePool - Interface in io.netty.handler.codec.redis
-
A strategy interface for caching
RedisMessages. - RedisMessageType - Enum in io.netty.handler.codec.redis
-
Type of RESP (REdis Serialization Protocol).
- refCnt() - Method in class io.netty.buffer.AbstractDerivedByteBuf
-
Deprecated.
- refCnt() - Method in class io.netty.buffer.AbstractReferenceCountedByteBuf
- refCnt() - Method in class io.netty.buffer.DefaultByteBufHolder
- refCnt() - Method in class io.netty.buffer.EmptyByteBuf
- refCnt() - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- refCnt() - Method in class io.netty.buffer.WrappedByteBuf
- refCnt() - Method in class io.netty.channel.DefaultAddressedEnvelope
- refCnt() - Method in class io.netty.handler.codec.dns.DefaultDnsRawRecord
- refCnt() - Method in class io.netty.handler.codec.http.DefaultFullHttpRequest
- refCnt() - Method in class io.netty.handler.codec.http.DefaultFullHttpResponse
- refCnt() - Method in class io.netty.handler.codec.http.DefaultHttpContent
- refCnt() - Method in class io.netty.handler.codec.http.HttpServerUpgradeHandler.UpgradeEvent
- refCnt() - Method in class io.netty.handler.codec.http2.DefaultHttp2DataFrame
- refCnt() - Method in class io.netty.handler.codec.mqtt.MqttPublishMessage
- refCnt() - Method in class io.netty.handler.codec.spdy.DefaultSpdyDataFrame
- refCnt() - Method in class io.netty.handler.codec.stomp.DefaultStompFrame
- refCnt() - Method in class io.netty.handler.ssl.PemX509Certificate
- refCnt() - Method in class io.netty.handler.ssl.ReferenceCountedOpenSslContext
- refCnt() - Method in class io.netty.handler.ssl.ReferenceCountedOpenSslEngine
- refCnt() - Method in class io.netty.util.AbstractReferenceCounted
- refCnt() - Method in interface io.netty.util.ReferenceCounted
-
Returns the reference count of this object.
- refCnt(Object) - Static method in class io.netty.util.ReferenceCountUtil
-
Returns reference count of a
ReferenceCountedobject. - refCnt(T) - Method in class io.netty.util.internal.ReferenceCountUpdater
- refCntFieldOffset() - Method in class io.netty.util.internal.UnsafeReferenceCountUpdater
- ReferenceCounted - Interface in io.netty.util
-
A reference-counted object that requires explicit deallocation.
- ReferenceCountedOpenSslClientContext - Class in io.netty.handler.ssl
-
A client-side
SslContextwhich uses OpenSSL's SSL/TLS implementation. - ReferenceCountedOpenSslContext - Class in io.netty.handler.ssl
-
An implementation of
SslContextwhich works with libraries that support the OpenSsl C library API. - ReferenceCountedOpenSslEngine - Class in io.netty.handler.ssl
-
Implements a
SSLEngineusing OpenSSL BIO abstractions. - ReferenceCountedOpenSslServerContext - Class in io.netty.handler.ssl
-
A server-side
SslContextwhich uses OpenSSL's SSL/TLS implementation. - ReferenceCountUpdater<T extends ReferenceCounted> - Class in io.netty.util.internal
-
Common logic for
ReferenceCountedimplementations - ReferenceCountUpdater() - Constructor for class io.netty.util.internal.ReferenceCountUpdater
- ReferenceCountUpdater.UpdaterType - Enum in io.netty.util.internal
- ReferenceCountUtil - Class in io.netty.util
-
Collection of method to handle objects that may implement
ReferenceCounted. - REFERER - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
-
"referer" - REFERER - Static variable in class io.netty.handler.codec.http.HttpHeaders.Names
-
Deprecated.
"Referer" - REFERER - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderNames
-
"referer" - REFERER - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Names
-
Deprecated.
"Referer" - ReflectionUtil - Class in io.netty.util.internal
- ReflectiveChannelFactory<T extends Channel> - Class in io.netty.channel
-
A
ChannelFactorythat instantiates a newChannelby invoking its default constructor reflectively. - ReflectiveChannelFactory(Class<? extends T>) - Constructor for class io.netty.channel.ReflectiveChannelFactory
- REFUSED - io.netty.handler.codec.socks.SocksCmdStatus
- REFUSED - Static variable in class io.netty.handler.codec.dns.DnsResponseCode
-
The 'Refused' DNS RCODE (5), as defined in RFC1035.
- REFUSED_STREAM - io.netty.handler.codec.http2.Http2Error
- REFUSED_STREAM - Static variable in class io.netty.handler.codec.spdy.SpdyStreamStatus
-
3 Refused Stream
- regionMatches(boolean, int, CharSequence, int, int) - Method in class io.netty.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.netty.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.netty.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.netty.util.AsciiString
-
This is optimized version of regionMatches for string with ASCII chars only
- register() - Method in class io.netty.bootstrap.AbstractBootstrap
- register() - Method in class io.netty.channel.embedded.EmbeddedChannel
-
Register this
Channelon itsEventLoop. - register(boolean) - Method in class io.netty.channel.embedded.EmbeddedChannel.Builder
- register(Channel) - Method in interface io.netty.channel.EventLoopGroup
- register(Channel) - Method in interface io.netty.channel.IoEventLoopGroup
-
Deprecated.
- register(Channel) - Method in class io.netty.channel.ManualIoEventLoop
-
Deprecated.
- register(Channel) - Method in class io.netty.channel.MultithreadEventLoopGroup
- register(Channel) - Method in class io.netty.channel.SingleThreadEventLoop
- register(Channel) - Method in class io.netty.channel.ThreadPerChannelEventLoopGroup
-
Deprecated.
- register(ChannelPromise) - Method in interface io.netty.channel.EventLoopGroup
- register(ChannelPromise) - Method in interface io.netty.channel.IoEventLoopGroup
-
Deprecated.
- register(ChannelPromise) - Method in class io.netty.channel.ManualIoEventLoop
-
Deprecated.
- register(ChannelPromise) - Method in class io.netty.channel.MultithreadEventLoopGroup
- register(ChannelPromise) - Method in class io.netty.channel.SingleThreadEventLoop
- register(ChannelPromise) - Method in class io.netty.channel.ThreadPerChannelEventLoop
-
Deprecated.
- register(ChannelPromise) - Method in class io.netty.channel.ThreadPerChannelEventLoopGroup
-
Deprecated.
- register(Channel, ChannelPromise) - Method in interface io.netty.channel.EventLoopGroup
-
Deprecated.Use
EventLoopGroup.register(ChannelPromise)instead. - register(Channel, ChannelPromise) - Method in class io.netty.channel.ManualIoEventLoop
-
Deprecated.
- register(Channel, ChannelPromise) - Method in class io.netty.channel.MultithreadEventLoopGroup
-
Deprecated.
- register(Channel, ChannelPromise) - Method in class io.netty.channel.SingleThreadEventLoop
-
Deprecated.
- register(Channel, ChannelPromise) - Method in class io.netty.channel.ThreadPerChannelEventLoop
-
Deprecated.
- register(Channel, ChannelPromise) - Method in class io.netty.channel.ThreadPerChannelEventLoopGroup
-
Deprecated.
- register(EventLoop, ChannelPromise) - Method in class io.netty.channel.AbstractChannel.AbstractUnsafe
- register(EventLoop, ChannelPromise) - Method in interface io.netty.channel.Channel.Unsafe
-
Register the
Channelof theChannelPromiseand notify theChannelFutureonce the registration was complete. - register(IoHandle) - Method in class io.netty.channel.epoll.EpollIoHandler
- register(IoHandle) - Method in interface io.netty.channel.IoEventLoop
- register(IoHandle) - Method in interface io.netty.channel.IoEventLoopGroup
- register(IoHandle) - Method in interface io.netty.channel.IoHandler
-
Register a
IoHandlefor IO. - register(IoHandle) - Method in class io.netty.channel.kqueue.KQueueIoHandler
- register(IoHandle) - Method in class io.netty.channel.local.LocalIoHandler
- register(IoHandle) - Method in class io.netty.channel.ManualIoEventLoop
- register(IoHandle) - Method in class io.netty.channel.nio.NioIoHandler
- register(IoHandle) - Method in class io.netty.channel.SingleThreadIoEventLoop
- register(IoHandle) - Method in class io.netty.channel.uring.IoUringIoHandler
- register(X509Bundle) - Method in class io.netty.pkitesting.RevocationServer
-
Register an issuer with the revocation server.
- register(X509Bundle, Provider) - Method in class io.netty.pkitesting.RevocationServer
-
Register an issuer with the revocation server.
- register(Object, Runnable) - Static method in class io.netty.util.internal.ObjectCleaner
-
Register the given
Objectfor which theRunnablewill be executed once there are no references to the object anymore. - register(SelectableChannel, int, NioTask<?>) - Method in class io.netty.channel.nio.NioEventLoop
-
Deprecated.Registers an arbitrary
SelectableChannel, not necessarily created by Netty, to theSelectorof this event loop. - registered() - Method in interface io.netty.channel.IoHandle
-
Called once this
IoHandlewas registered and so will start to receive events viaIoHandle.handle(IoRegistration, IoEvent). - registeredChannels() - Method in class io.netty.channel.epoll.EpollEventLoop
-
Deprecated.
- registeredChannels() - Method in class io.netty.channel.nio.NioEventLoop
-
Deprecated.
- registeredChannels() - Method in class io.netty.channel.SingleThreadEventLoop
- registeredChannels() - Method in class io.netty.channel.ThreadPerChannelEventLoop
-
Deprecated.
- registeredChannelsIterator() - Method in class io.netty.channel.epoll.EpollEventLoop
-
Deprecated.
- registeredChannelsIterator() - Method in class io.netty.channel.nio.NioEventLoop
-
Deprecated.
- registeredChannelsIterator() - Method in class io.netty.channel.SingleThreadEventLoop
- registerInternal(Runnable) - Static method in class io.netty.channel.unix.Unix
-
Internal method...
- registration() - Method in class io.netty.channel.nio.AbstractNioChannel
- reject() - Static method in class io.netty.util.concurrent.RejectedExecutionHandlers
-
Returns a
RejectedExecutionHandlerthat will always just throw aRejectedExecutionException. - reject() - Static method in class io.netty.util.concurrent.SingleThreadEventExecutor
- reject(Runnable) - Method in class io.netty.util.concurrent.SingleThreadEventExecutor
-
Offers the task to the associated
RejectedExecutionHandler. - REJECT - io.netty.handler.ipfilter.IpFilterRuleType
- rejected(Runnable, SingleThreadEventExecutor) - Method in interface io.netty.util.concurrent.RejectedExecutionHandler
-
Called when someone tried to add a task to
SingleThreadEventExecutorbut this failed due capacity restrictions. - REJECTED_OR_FAILED - Static variable in class io.netty.handler.codec.socksx.v4.Socks4CommandStatus
- RejectedExecutionHandler - Interface in io.netty.util.concurrent
-
Similar to
RejectedExecutionHandlerbut specific toSingleThreadEventExecutor. - RejectedExecutionHandlers - Class in io.netty.util.concurrent
-
Expose helper methods which create different
RejectedExecutionHandlers. - rejectResponse(HttpRequest) - Method in class io.netty.handler.codec.http.HttpServerExpectContinueHandler
-
Returns the appropriate 4XX
HttpResponsefor the givenHttpRequest. - release() - Method in class io.netty.buffer.AbstractDerivedByteBuf
-
Deprecated.
- release() - Method in class io.netty.buffer.AbstractReferenceCountedByteBuf
- release() - Method in class io.netty.buffer.DefaultByteBufHolder
- release() - Method in class io.netty.buffer.EmptyByteBuf
- release() - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- release() - Method in class io.netty.buffer.WrappedByteBuf
- release() - Method in class io.netty.channel.DefaultAddressedEnvelope
- release() - Method in class io.netty.channel.unix.IovArray
-
Release the
IovArray. - release() - Method in class io.netty.handler.codec.dns.DefaultDnsRawRecord
- release() - Method in class io.netty.handler.codec.haproxy.HAProxyMessage
- release() - Method in class io.netty.handler.codec.http.DefaultFullHttpRequest
- release() - Method in class io.netty.handler.codec.http.DefaultFullHttpResponse
- release() - Method in class io.netty.handler.codec.http.DefaultHttpContent
- release() - Method in class io.netty.handler.codec.http.HttpServerUpgradeHandler.UpgradeEvent
- release() - Method in class io.netty.handler.codec.http2.DefaultHttp2DataFrame
- release() - Method in class io.netty.handler.codec.mqtt.MqttPublishMessage
- release() - Method in class io.netty.handler.codec.spdy.DefaultSpdyDataFrame
- release() - Method in class io.netty.handler.codec.stomp.DefaultStompFrame
- release() - Method in class io.netty.handler.ssl.PemX509Certificate
- release() - Method in class io.netty.handler.ssl.ReferenceCountedOpenSslContext
- release() - Method in class io.netty.handler.ssl.ReferenceCountedOpenSslEngine
- release() - Method in class io.netty.handler.traffic.GlobalChannelTrafficShapingHandler
-
Release all internal resources of this instance.
- release() - Method in class io.netty.handler.traffic.GlobalTrafficShapingHandler
-
Release all internal resources of this instance.
- release() - Method in class io.netty.util.AbstractReferenceCounted
- release() - Method in interface io.netty.util.ReferenceCounted
-
Decreases the reference count by
1and deallocates this object if the reference count reaches at0. - release(int) - Method in class io.netty.buffer.AbstractDerivedByteBuf
-
Deprecated.
- release(int) - Method in class io.netty.buffer.AbstractReferenceCountedByteBuf
- release(int) - Method in class io.netty.buffer.DefaultByteBufHolder
- release(int) - Method in class io.netty.buffer.EmptyByteBuf
- release(int) - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- release(int) - Method in class io.netty.buffer.WrappedByteBuf
- release(int) - Method in class io.netty.channel.DefaultAddressedEnvelope
- release(int) - Method in class io.netty.handler.codec.dns.DefaultDnsRawRecord
- release(int) - Method in class io.netty.handler.codec.haproxy.HAProxyMessage
- release(int) - Method in class io.netty.handler.codec.http.DefaultFullHttpRequest
- release(int) - Method in class io.netty.handler.codec.http.DefaultFullHttpResponse
- release(int) - Method in class io.netty.handler.codec.http.DefaultHttpContent
- release(int) - Method in class io.netty.handler.codec.http.HttpServerUpgradeHandler.UpgradeEvent
- release(int) - Method in class io.netty.handler.codec.http2.DefaultHttp2DataFrame
- release(int) - Method in class io.netty.handler.codec.mqtt.MqttPublishMessage
- release(int) - Method in class io.netty.handler.codec.spdy.DefaultSpdyDataFrame
- release(int) - Method in class io.netty.handler.codec.stomp.DefaultStompFrame
- release(int) - Method in class io.netty.handler.ssl.PemX509Certificate
- release(int) - Method in class io.netty.handler.ssl.ReferenceCountedOpenSslContext
- release(int) - Method in class io.netty.handler.ssl.ReferenceCountedOpenSslEngine
- release(int) - Method in class io.netty.util.AbstractReferenceCounted
- release(int) - Method in interface io.netty.util.ReferenceCounted
-
Decreases the reference count by the specified
decrementand deallocates this object if the reference count reaches at0. - release(Channel) - Method in interface io.netty.channel.pool.ChannelPool
-
Release a
Channelback to thisChannelPool. - release(Channel) - Method in class io.netty.channel.pool.SimpleChannelPool
- release(Channel, Promise<Void>) - Method in interface io.netty.channel.pool.ChannelPool
-
Release a
Channelback to thisChannelPool. - release(Channel, Promise<Void>) - Method in class io.netty.channel.pool.FixedChannelPool
- release(Channel, Promise<Void>) - Method in class io.netty.channel.pool.SimpleChannelPool
- release(Object) - Static method in class io.netty.util.ReferenceCountUtil
-
Try to call
ReferenceCounted.release()if the specified message implementsReferenceCounted. - release(Object, int) - Static method in class io.netty.util.ReferenceCountUtil
-
Try to call
ReferenceCounted.release(int)if the specified message implementsReferenceCounted. - release(T) - Method in class io.netty.util.internal.ReferenceCountUpdater
- release(T, int) - Method in class io.netty.util.internal.ReferenceCountUpdater
- releaseAndFailAll(ChannelOutboundInvoker, Throwable) - Method in class io.netty.channel.AbstractCoalescingBufferQueue
-
Release all buffers in the queue and complete all listeners and promises.
- releaseAndFailAll(Throwable) - Method in class io.netty.channel.CoalescingBufferQueue
-
Release all buffers in the queue and complete all listeners and promises.
- releaseCurrentMessage() - Method in class io.netty.handler.codec.MessageAggregator
- releaseHealthCheck() - Method in class io.netty.channel.pool.SimpleChannelPool
-
Indicates whether this pool will check the health of channels before offering them back into the pool.
- releaseInbound() - Method in class io.netty.channel.embedded.EmbeddedChannel
-
Release all buffered inbound messages and return
trueif any were in the inbound buffer,falseotherwise. - releaseLater(T) - Static method in class io.netty.util.ReferenceCountUtil
-
Deprecated.this may introduce a lot of memory usage so it is generally preferable to manually release objects.
- releaseLater(T, int) - Static method in class io.netty.util.ReferenceCountUtil
-
Deprecated.this may introduce a lot of memory usage so it is generally preferable to manually release objects.
- releaseOutbound() - Method in class io.netty.channel.embedded.EmbeddedChannel
-
Release all buffered outbound messages and return
trueif any were in the outbound buffer,falseotherwise. - remainingLength() - Method in class io.netty.handler.codec.mqtt.MqttFixedHeader
- remote() - Method in class io.netty.handler.codec.http2.DefaultHttp2Connection
- remote() - Method in interface io.netty.handler.codec.http2.Http2Connection
-
Gets a view of this connection from the remote
Http2Connection.Endpoint. - remote() - Method in class io.netty.handler.codec.quic.QuicPathEvent
-
The remote address of the network path.
- remoteAddress() - Method in class io.netty.bootstrap.BootstrapConfig
-
Returns the configured remote address or
nullif non is configured yet. - remoteAddress() - Method in class io.netty.channel.AbstractChannel.AbstractUnsafe
- remoteAddress() - Method in class io.netty.channel.AbstractChannel
- remoteAddress() - Method in class io.netty.channel.AbstractServerChannel
- remoteAddress() - Method in interface io.netty.channel.Channel
-
Returns the remote address where this channel is connected to.
- remoteAddress() - Method in interface io.netty.channel.Channel.Unsafe
-
Return the
SocketAddressto which is bound remote ornullif none is bound yet. - remoteAddress() - Method in class io.netty.channel.epoll.EpollDatagramChannel
- remoteAddress() - Method in class io.netty.channel.epoll.EpollDomainDatagramChannel
- remoteAddress() - Method in class io.netty.channel.epoll.EpollDomainSocketChannel
- remoteAddress() - Method in class io.netty.channel.epoll.EpollServerDomainSocketChannel
- remoteAddress() - Method in class io.netty.channel.epoll.EpollServerSocketChannel
- remoteAddress() - Method in class io.netty.channel.epoll.EpollSocketChannel
- remoteAddress() - Method in class io.netty.channel.kqueue.KQueueDatagramChannel
- remoteAddress() - Method in class io.netty.channel.kqueue.KQueueDomainDatagramChannel
- remoteAddress() - Method in class io.netty.channel.kqueue.KQueueDomainSocketChannel
- remoteAddress() - Method in class io.netty.channel.kqueue.KQueueServerDomainSocketChannel
- remoteAddress() - Method in class io.netty.channel.kqueue.KQueueServerSocketChannel
- remoteAddress() - Method in class io.netty.channel.kqueue.KQueueSocketChannel
- remoteAddress() - Method in class io.netty.channel.local.LocalChannel
- remoteAddress() - Method in class io.netty.channel.local.LocalServerChannel
- remoteAddress() - Method in class io.netty.channel.rxtx.RxtxChannel
-
Deprecated.
- remoteAddress() - Method in class io.netty.channel.sctp.nio.NioSctpChannel
- remoteAddress() - Method in class io.netty.channel.sctp.nio.NioSctpServerChannel
- remoteAddress() - Method in class io.netty.channel.sctp.oio.OioSctpChannel
-
Deprecated.
- remoteAddress() - Method in class io.netty.channel.sctp.oio.OioSctpServerChannel
-
Deprecated.
- remoteAddress() - Method in interface io.netty.channel.sctp.SctpChannel
-
Return the (primary) remote address of the SCTP channel.
- remoteAddress() - Method in interface io.netty.channel.socket.DatagramChannel
- remoteAddress() - Method in class io.netty.channel.socket.nio.NioDatagramChannel
- remoteAddress() - Method in class io.netty.channel.socket.nio.NioServerSocketChannel
- remoteAddress() - Method in class io.netty.channel.socket.nio.NioSocketChannel
- remoteAddress() - Method in class io.netty.channel.socket.oio.OioDatagramChannel
-
Deprecated.
- remoteAddress() - Method in class io.netty.channel.socket.oio.OioServerSocketChannel
-
Deprecated.
- remoteAddress() - Method in class io.netty.channel.socket.oio.OioSocketChannel
-
Deprecated.
- remoteAddress() - Method in interface io.netty.channel.socket.ServerSocketChannel
- remoteAddress() - Method in interface io.netty.channel.socket.SocketChannel
- remoteAddress() - Method in class io.netty.channel.udt.nio.NioUdtAcceptorChannel
-
Deprecated.
- remoteAddress() - Method in class io.netty.channel.udt.nio.NioUdtByteConnectorChannel
-
Deprecated.
- remoteAddress() - Method in class io.netty.channel.udt.nio.NioUdtMessageConnectorChannel
-
Deprecated.
- remoteAddress() - Method in interface io.netty.channel.udt.UdtChannel
-
Deprecated.
- remoteAddress() - Method in interface io.netty.channel.unix.DomainDatagramChannel
- remoteAddress() - Method in interface io.netty.channel.unix.DomainSocketChannel
- remoteAddress() - Method in interface io.netty.channel.unix.ServerDomainSocketChannel
- remoteAddress() - Method in class io.netty.channel.unix.Socket
- remoteAddress() - Method in class io.netty.channel.uring.IoUringDatagramChannel
- remoteAddress() - Method in class io.netty.channel.uring.IoUringDomainSocketChannel
- remoteAddress() - Method in class io.netty.channel.uring.IoUringServerDomainSocketChannel
- remoteAddress() - Method in class io.netty.channel.uring.IoUringServerSocketChannel
- remoteAddress() - Method in class io.netty.channel.uring.IoUringSocketChannel
- remoteAddress() - Method in interface io.netty.handler.codec.quic.QuicChannel
-
Returns the remote
QuicConnectionAddress. - remoteAddress() - Method in interface io.netty.handler.codec.quic.QuicStreamChannel
- remoteAddress() - Method in exception io.netty.resolver.dns.DnsNameResolverException
-
Returns the
InetSocketAddressof the DNS query that has failed. - remoteAddress(String, int) - Method in class io.netty.bootstrap.Bootstrap
- remoteAddress(InetAddress, int) - Method in class io.netty.bootstrap.Bootstrap
- remoteAddress(SocketAddress) - Method in class io.netty.bootstrap.Bootstrap
-
The
SocketAddressto connect to once theBootstrap.connect()method is called. - remoteAddress(SocketAddress) - Method in class io.netty.handler.codec.quic.QuicChannelBootstrap
-
Set the remote address of the host to talk to.
- remoteAddress(SocketAddress, SocketAddress) - Method in class io.netty.handler.address.DynamicAddressConnectHandler
-
Returns the remote
SocketAddressto use forChannelOutboundInvoker.connect(SocketAddress, SocketAddress)based on the originalremoteAddressandlocalAddress. - remoteAddress0() - Method in class io.netty.channel.AbstractChannel
-
Return the
SocketAddresswhich theChannelis connected to. - remoteAddress0() - Method in class io.netty.channel.AbstractServerChannel
- remoteAddress0() - Method in class io.netty.channel.embedded.EmbeddedChannel
- remoteAddress0() - Method in class io.netty.channel.epoll.AbstractEpollServerChannel
- remoteAddress0() - Method in class io.netty.channel.epoll.EpollDomainDatagramChannel
- remoteAddress0() - Method in class io.netty.channel.epoll.EpollDomainSocketChannel
- remoteAddress0() - Method in class io.netty.channel.kqueue.AbstractKQueueServerChannel
- remoteAddress0() - Method in class io.netty.channel.kqueue.KQueueDomainDatagramChannel
- remoteAddress0() - Method in class io.netty.channel.kqueue.KQueueDomainSocketChannel
- remoteAddress0() - Method in class io.netty.channel.local.LocalChannel
- remoteAddress0() - Method in class io.netty.channel.rxtx.RxtxChannel
-
Deprecated.
- remoteAddress0() - Method in class io.netty.channel.sctp.nio.NioSctpChannel
- remoteAddress0() - Method in class io.netty.channel.sctp.nio.NioSctpServerChannel
- remoteAddress0() - Method in class io.netty.channel.sctp.oio.OioSctpChannel
-
Deprecated.
- remoteAddress0() - Method in class io.netty.channel.sctp.oio.OioSctpServerChannel
-
Deprecated.
- remoteAddress0() - Method in class io.netty.channel.socket.nio.NioDatagramChannel
- remoteAddress0() - Method in class io.netty.channel.socket.nio.NioDomainSocketChannel
- remoteAddress0() - Method in class io.netty.channel.socket.nio.NioServerDomainSocketChannel
- remoteAddress0() - Method in class io.netty.channel.socket.nio.NioServerSocketChannel
- remoteAddress0() - Method in class io.netty.channel.socket.nio.NioSocketChannel
- remoteAddress0() - Method in class io.netty.channel.socket.oio.OioDatagramChannel
-
Deprecated.
- remoteAddress0() - Method in class io.netty.channel.socket.oio.OioServerSocketChannel
-
Deprecated.
- remoteAddress0() - Method in class io.netty.channel.socket.oio.OioSocketChannel
-
Deprecated.
- remoteAddress0() - Method in class io.netty.channel.udt.nio.NioUdtAcceptorChannel
-
Deprecated.
- remoteAddress0() - Method in class io.netty.channel.udt.nio.NioUdtByteConnectorChannel
-
Deprecated.
- remoteAddress0() - Method in class io.netty.channel.udt.nio.NioUdtMessageConnectorChannel
-
Deprecated.
- remoteDomainSocketAddress() - Method in class io.netty.channel.unix.Socket
- remoteSettings(Http2Settings) - Method in class io.netty.handler.codec.http2.DecoratingHttp2ConnectionEncoder
- remoteSettings(Http2Settings) - Method in class io.netty.handler.codec.http2.DefaultHttp2ConnectionEncoder
- remoteSettings(Http2Settings) - Method in interface io.netty.handler.codec.http2.Http2ConnectionEncoder
-
Sets the settings for the remote endpoint of the HTTP/2 connection.
- remoteSettings(Http2Settings) - Method in class io.netty.handler.codec.http2.StreamBufferingEncoder
- remoteSideOpen() - Method in enum io.netty.handler.codec.http2.Http2Stream.State
-
Indicates whether the remote side of this stream is open (i.e. the state is either
Http2Stream.State.OPENorHttp2Stream.State.HALF_CLOSED_LOCAL). - remoteSocketAddress() - Method in interface io.netty.handler.codec.quic.QuicChannel
-
Returns the remote
SocketAddressof the underlying transport to which the data is sent. - remoteVSockAddress() - Method in class io.netty.channel.epoll.LinuxSocket
- remove() - Method in class io.netty.channel.ChannelOutboundBuffer
-
Will remove the current message, mark its
ChannelPromiseas success and returntrue. - remove() - Method in class io.netty.channel.PendingWriteQueue
-
Removes a pending write operation and release it's message via
ReferenceCountUtil.safeRelease(Object). - remove() - Method in class io.netty.channel.SingleThreadEventLoop.ChannelsReadOnlyIterator
- remove() - Method in class io.netty.handler.codec.DefaultHeaders.HeaderEntry
- remove() - Method in interface io.netty.util.Attribute
-
Deprecated.please consider using
Attribute.set(Object)(with value ofnull). - remove() - Method in class io.netty.util.concurrent.FastThreadLocal
-
Sets the value to uninitialized for the specified thread local map and returns the old value.
- remove() - Method in class io.netty.util.internal.EmptyPriorityQueue
- remove() - Static method in class io.netty.util.internal.InternalThreadLocalMap
- remove() - Method in class io.netty.util.internal.ReadOnlyIterator
- remove(byte) - Method in class io.netty.util.collection.ByteObjectHashMap
- remove(byte) - Method in interface io.netty.util.collection.ByteObjectMap
-
Removes the entry with the specified key.
- remove(char) - Method in class io.netty.util.collection.CharObjectHashMap
- remove(char) - Method in interface io.netty.util.collection.CharObjectMap
-
Removes the entry with the specified key.
- remove(int) - Method in class io.netty.util.collection.IntObjectHashMap
- remove(int) - Method in interface io.netty.util.collection.IntObjectMap
-
Removes the entry with the specified key.
- remove(int, ChannelPromise) - Method in class io.netty.channel.CoalescingBufferQueue
-
Remove a
ByteBuffrom the queue with the specified number of bytes. - remove(long) - Method in class io.netty.util.collection.LongObjectHashMap
- remove(long) - Method in interface io.netty.util.collection.LongObjectMap
-
Removes the entry with the specified key.
- remove(long) - Method in class io.netty.util.internal.LongLongHashMap
- remove(short) - Method in class io.netty.util.collection.ShortObjectHashMap
- remove(short) - Method in interface io.netty.util.collection.ShortObjectMap
-
Removes the entry with the specified key.
- remove(ByteBufAllocator, int, ChannelPromise) - Method in class io.netty.channel.AbstractCoalescingBufferQueue
-
Remove a
ByteBuffrom the queue with the specified number of bytes. - remove(ChannelHandler) - Method in interface io.netty.channel.ChannelPipeline
-
Removes the specified
ChannelHandlerfrom this pipeline. - remove(ChannelHandler) - Method in class io.netty.channel.DefaultChannelPipeline
- remove(InternalThreadLocalMap) - Method in class io.netty.util.concurrent.FastThreadLocal
-
Sets the value to uninitialized for the specified thread local map.
- remove(CharSequence) - Method in class io.netty.handler.codec.http.DefaultHttpHeaders
- remove(CharSequence) - Method in class io.netty.handler.codec.http.HttpHeaders
-
Removes the header with the specified name.
- remove(CharSequence) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
- remove(Class<T>) - Method in interface io.netty.channel.ChannelPipeline
-
Removes the
ChannelHandlerof the specified type from this pipeline. - remove(Class<T>) - Method in class io.netty.channel.DefaultChannelPipeline
- remove(Object) - Method in class io.netty.channel.group.DefaultChannelGroup
- remove(Object) - Method in class io.netty.util.collection.ByteObjectHashMap
- remove(Object) - Method in class io.netty.util.collection.CharObjectHashMap
- remove(Object) - Method in class io.netty.util.collection.IntObjectHashMap
- remove(Object) - Method in class io.netty.util.collection.LongObjectHashMap
- remove(Object) - Method in class io.netty.util.collection.ShortObjectHashMap
- remove(Object) - Method in class io.netty.util.internal.ConcurrentSet
-
Deprecated.
- remove(Object) - Method in class io.netty.util.internal.DefaultPriorityQueue
- remove(Object) - Method in class io.netty.util.internal.EmptyPriorityQueue
- remove(String) - Method in interface io.netty.channel.ChannelPipeline
-
Removes the
ChannelHandlerwith the specified name from this pipeline. - remove(String) - Method in class io.netty.channel.DefaultChannelPipeline
- remove(String) - Method in class io.netty.handler.codec.http.DefaultHttpHeaders
- remove(String) - Method in class io.netty.handler.codec.http.EmptyHttpHeaders
- remove(String) - Method in class io.netty.handler.codec.http.HttpHeaders
- remove(String) - Method in class io.netty.handler.codec.http.ReadOnlyHttpHeaders
- remove(Throwable) - Method in class io.netty.channel.ChannelOutboundBuffer
-
Will remove the current message, mark its
ChannelPromiseas failure using the givenThrowableand returntrue. - remove(K) - Method in class io.netty.channel.pool.AbstractChannelPoolMap
-
Remove the
ChannelPoolfrom thisAbstractChannelPoolMap. - remove(K) - Method in class io.netty.handler.codec.DefaultHeaders
- remove(K) - Method in class io.netty.handler.codec.EmptyHeaders
- remove(K) - Method in interface io.netty.handler.codec.Headers
-
Removes all headers with the specified
name. - removeAll() - Static method in class io.netty.util.concurrent.FastThreadLocal
-
Removes all
FastThreadLocalvariables bound to the current thread. - removeAll(Collection<?>) - Method in class io.netty.util.internal.EmptyPriorityQueue
- removeAndFail(Throwable) - Method in class io.netty.channel.PendingWriteQueue
-
Remove a pending write operation and fail it with the given
Throwable. - removeAndFailAll(Throwable) - Method in class io.netty.channel.PendingWriteQueue
-
Remove all pending write operation and fail them with the given
Throwable. - removeAndSubmit(NioIoOps) - Method in class io.netty.channel.nio.AbstractNioChannel
- removeAndWrite() - Method in class io.netty.channel.PendingWriteQueue
-
Removes a pending write operation and performs it via
ChannelOutboundInvoker.write(Object, ChannelPromise). - removeAndWriteAll() - Method in class io.netty.channel.PendingWriteQueue
-
Remove all pending write operation and performs them via
ChannelOutboundInvoker.write(Object, ChannelPromise). - removeBytes(long) - Method in class io.netty.channel.ChannelOutboundBuffer
-
Removes the fully written entries and update the reader index of the partially written entry.
- removeComponent(int) - Method in class io.netty.buffer.CompositeByteBuf
-
Remove the
ByteBuffrom the given index. - removeComponents(int, int) - Method in class io.netty.buffer.CompositeByteBuf
-
Remove the number of
ByteBufs starting from the given index. - removeDecoder(ChannelHandlerContext) - Method in class io.netty.handler.proxy.HttpProxyHandler
- removeDecoder(ChannelHandlerContext) - Method in class io.netty.handler.proxy.ProxyHandler
-
Removes the decoders added in
ProxyHandler.addCodec(ChannelHandlerContext). - removeDecoder(ChannelHandlerContext) - Method in class io.netty.handler.proxy.Socks4ProxyHandler
- removeDecoder(ChannelHandlerContext) - Method in class io.netty.handler.proxy.Socks5ProxyHandler
- removeEmptyValue() - Method in class io.netty.channel.AbstractCoalescingBufferQueue
-
The value to return when
AbstractCoalescingBufferQueue.remove(ByteBufAllocator, int, ChannelPromise)is called but the queue is empty. - removeEmptyValue() - Method in class io.netty.channel.CoalescingBufferQueue
- removeEncoder(ChannelHandlerContext) - Method in class io.netty.handler.proxy.HttpProxyHandler
- removeEncoder(ChannelHandlerContext) - Method in class io.netty.handler.proxy.ProxyHandler
-
Removes the encoders added in
ProxyHandler.addCodec(ChannelHandlerContext). - removeEncoder(ChannelHandlerContext) - Method in class io.netty.handler.proxy.Socks4ProxyHandler
- removeEncoder(ChannelHandlerContext) - Method in class io.netty.handler.proxy.Socks5ProxyHandler
- removeFirst() - Method in interface io.netty.channel.ChannelPipeline
-
Removes the first
ChannelHandlerin this pipeline. - removeFirst() - Method in class io.netty.channel.DefaultChannelPipeline
- removeFirst(ChannelPromise) - Method in class io.netty.channel.AbstractCoalescingBufferQueue
-
Remove the first
ByteBuffrom the queue. - removeHeader(HttpMessage, CharSequence) - Static method in class io.netty.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.netty.handler.codec.http.HttpHeaders
-
Deprecated.Use
HttpHeaders.remove(CharSequence)instead. - removeHttpDataFromClean(HttpRequest, InterfaceHttpData) - Method in class io.netty.handler.codec.http.multipart.DefaultHttpDataFactory
- removeHttpDataFromClean(HttpRequest, InterfaceHttpData) - Method in interface io.netty.handler.codec.http.multipart.HttpDataFactory
-
Remove the given InterfaceHttpData from clean list (will not delete the file, except if the file is still a temporary one as setup at construction)
- removeHttpDataFromClean(InterfaceHttpData) - Method in class io.netty.handler.codec.http.multipart.HttpPostMultipartRequestDecoder
-
Remove the given FileUpload from the list of FileUploads to clean
- removeHttpDataFromClean(InterfaceHttpData) - Method in class io.netty.handler.codec.http.multipart.HttpPostRequestDecoder
- removeHttpDataFromClean(InterfaceHttpData) - Method in class io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder
-
Remove the given FileUpload from the list of FileUploads to clean
- removeHttpDataFromClean(InterfaceHttpData) - Method in interface io.netty.handler.codec.http.multipart.InterfaceHttpPostRequestDecoder
-
Remove the given FileUpload from the list of FileUploads to clean
- removeIfExists(ChannelHandler) - Method in class io.netty.channel.DefaultChannelPipeline
- removeIfExists(Class<T>) - Method in class io.netty.channel.DefaultChannelPipeline
- removeIfExists(String) - Method in class io.netty.channel.DefaultChannelPipeline
- removeInboundHandler() - Method in class io.netty.channel.CombinedChannelDuplexHandler
-
Removes the
ChannelInboundHandlerthat was combined in thisCombinedChannelDuplexHandler. - removeIndexedVariable(int) - Method in class io.netty.util.internal.InternalThreadLocalMap
- removeLast() - Method in interface io.netty.channel.ChannelPipeline
-
Removes the last
ChannelHandlerin this pipeline. - removeLast() - Method in class io.netty.channel.DefaultChannelPipeline
- removeListener(Http2Connection.Listener) - Method in class io.netty.handler.codec.http2.DefaultHttp2Connection
- removeListener(Http2Connection.Listener) - Method in interface io.netty.handler.codec.http2.Http2Connection
-
Removes a listener of stream life-cycle events.
- removeListener(GenericFutureListener<? extends Future<? super Void>>) - Method in interface io.netty.channel.ChannelFuture
- removeListener(GenericFutureListener<? extends Future<? super Void>>) - Method in interface io.netty.channel.ChannelProgressiveFuture
- removeListener(GenericFutureListener<? extends Future<? super Void>>) - Method in interface io.netty.channel.ChannelProgressivePromise
- removeListener(GenericFutureListener<? extends Future<? super Void>>) - Method in interface io.netty.channel.ChannelPromise
- removeListener(GenericFutureListener<? extends Future<? super Void>>) - Method in class io.netty.channel.DefaultChannelProgressivePromise
- removeListener(GenericFutureListener<? extends Future<? super Void>>) - Method in class io.netty.channel.DefaultChannelPromise
- removeListener(GenericFutureListener<? extends Future<? super Void>>) - Method in class io.netty.channel.DelegatingChannelPromiseNotifier
- removeListener(GenericFutureListener<? extends Future<? super Void>>) - Method in interface io.netty.channel.group.ChannelGroupFuture
- removeListener(GenericFutureListener<? extends Future<? super Void>>) - Method in class io.netty.channel.VoidChannelPromise
- removeListener(GenericFutureListener<? extends Future<? super V>>) - Method in class io.netty.util.concurrent.CompleteFuture
- removeListener(GenericFutureListener<? extends Future<? super V>>) - Method in class io.netty.util.concurrent.DefaultProgressivePromise
- removeListener(GenericFutureListener<? extends Future<? super V>>) - Method in class io.netty.util.concurrent.DefaultPromise
- removeListener(GenericFutureListener<? extends Future<? super V>>) - Method in interface io.netty.util.concurrent.Future
-
Removes the first occurrence of the specified listener from this future.
- removeListener(GenericFutureListener<? extends Future<? super V>>) - Method in interface io.netty.util.concurrent.ProgressiveFuture
- removeListener(GenericFutureListener<? extends Future<? super V>>) - Method in interface io.netty.util.concurrent.ProgressivePromise
- removeListener(GenericFutureListener<? extends Future<? super V>>) - Method in interface io.netty.util.concurrent.Promise
- removeListeners(GenericFutureListener<? extends Future<? super Void>>...) - Method in interface io.netty.channel.ChannelFuture
- removeListeners(GenericFutureListener<? extends Future<? super Void>>...) - Method in interface io.netty.channel.ChannelProgressiveFuture
- removeListeners(GenericFutureListener<? extends Future<? super Void>>...) - Method in interface io.netty.channel.ChannelProgressivePromise
- removeListeners(GenericFutureListener<? extends Future<? super Void>>...) - Method in interface io.netty.channel.ChannelPromise
- removeListeners(GenericFutureListener<? extends Future<? super Void>>...) - Method in class io.netty.channel.DefaultChannelProgressivePromise
- removeListeners(GenericFutureListener<? extends Future<? super Void>>...) - Method in class io.netty.channel.DefaultChannelPromise
- removeListeners(GenericFutureListener<? extends Future<? super Void>>...) - Method in class io.netty.channel.DelegatingChannelPromiseNotifier
- removeListeners(GenericFutureListener<? extends Future<? super Void>>...) - Method in interface io.netty.channel.group.ChannelGroupFuture
- removeListeners(GenericFutureListener<? extends Future<? super Void>>...) - Method in class io.netty.channel.VoidChannelPromise
- removeListeners(GenericFutureListener<? extends Future<? super V>>...) - Method in class io.netty.util.concurrent.CompleteFuture
- removeListeners(GenericFutureListener<? extends Future<? super V>>...) - Method in class io.netty.util.concurrent.DefaultProgressivePromise
- removeListeners(GenericFutureListener<? extends Future<? super V>>...) - Method in class io.netty.util.concurrent.DefaultPromise
- removeListeners(GenericFutureListener<? extends Future<? super V>>...) - Method in interface io.netty.util.concurrent.Future
-
Removes the first occurrence for each of the listeners from this future.
- removeListeners(GenericFutureListener<? extends Future<? super V>>...) - Method in interface io.netty.util.concurrent.ProgressiveFuture
- removeListeners(GenericFutureListener<? extends Future<? super V>>...) - Method in interface io.netty.util.concurrent.ProgressivePromise
- removeListeners(GenericFutureListener<? extends Future<? super V>>...) - Method in interface io.netty.util.concurrent.Promise
- removeMessage(int) - Method in class io.netty.handler.codec.spdy.SpdyHttpDecoder
- removeMessage(Http2Stream, boolean) - Method in class io.netty.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.netty.channel.CombinedChannelDuplexHandler
-
Removes the
ChannelOutboundHandlerthat was combined in thisCombinedChannelDuplexHandler. - removeProperty(Http2Connection.PropertyKey) - Method in interface io.netty.handler.codec.http2.Http2Stream
-
Returns and removes application-defined data if any was associated with this stream.
- removeReadOp() - Method in class io.netty.channel.nio.AbstractNioChannel.AbstractNioUnsafe
- removeRecord(DnsSection, int) - Method in class io.netty.handler.codec.dns.AbstractDnsMessage
- removeRecord(DnsSection, int) - Method in interface io.netty.handler.codec.dns.DnsMessage
-
Removes the record at the specified
indexof the specifiedsectionfrom this DNS message. - removeShutdownHook(Runnable) - Method in class io.netty.util.concurrent.SingleThreadEventExecutor
-
Remove a previous added
Runnableas a shutdown hook - removeTask(Runnable) - Method in class io.netty.util.concurrent.SingleThreadEventExecutor
- removeTransferEncodingChunked(HttpMessage) - Static method in class io.netty.handler.codec.http.HttpHeaders
-
Deprecated.
- removeTyped(T) - Method in class io.netty.util.internal.DefaultPriorityQueue
- removeTyped(T) - Method in class io.netty.util.internal.EmptyPriorityQueue
- removeTyped(T) - Method in interface io.netty.util.internal.PriorityQueue
-
Same as
Collection.remove(Object)but typed using generics. - removeValue(int) - Method in class io.netty.handler.codec.spdy.DefaultSpdySettingsFrame
- removeValue(int) - Method in interface io.netty.handler.codec.spdy.SpdySettingsFrame
-
Removes the value of the setting ID.
- renameTo(File) - Method in class io.netty.handler.codec.http.multipart.AbstractDiskHttpData
- renameTo(File) - Method in class io.netty.handler.codec.http.multipart.AbstractMemoryHttpData
- renameTo(File) - Method in interface io.netty.handler.codec.http.multipart.HttpData
-
A convenience getMethod to write an uploaded item to disk.
- renegotiate() - Method in class io.netty.handler.ssl.SslHandler
-
Performs TLS renegotiation.
- renegotiate(Promise<Channel>) - Method in class io.netty.handler.ssl.SslHandler
-
Performs TLS renegotiation.
- RENO - io.netty.handler.codec.quic.QuicCongestionControlAlgorithm
- reordering() - Method in class io.netty.channel.epoll.EpollTcpInfo
- reordering() - Method in class io.netty.channel.uring.IoUringTcpInfo
- replace(char, char) - Method in class io.netty.util.AsciiString
-
Copies this string replacing occurrences of the specified character with another character.
- replace(ByteBuf) - Method in interface io.netty.buffer.ByteBufHolder
-
Returns a new
ByteBufHolderwhich contains the specifiedcontent. - replace(ByteBuf) - Method in class io.netty.buffer.DefaultByteBufHolder
-
Returns a new
ByteBufHolderwhich contains the specifiedcontent. - replace(ByteBuf) - Method in class io.netty.channel.epoll.SegmentedDatagramPacket
-
Deprecated.
- replace(ByteBuf) - Method in class io.netty.channel.sctp.SctpMessage
- replace(ByteBuf) - Method in class io.netty.channel.socket.DatagramPacket
- replace(ByteBuf) - Method in class io.netty.channel.udt.UdtMessage
-
Deprecated.
- replace(ByteBuf) - Method in class io.netty.channel.unix.DomainDatagramPacket
- replace(ByteBuf) - Method in class io.netty.channel.unix.SegmentedDatagramPacket
- replace(ByteBuf) - Method in class io.netty.handler.codec.dns.DefaultDnsRawRecord
- replace(ByteBuf) - Method in interface io.netty.handler.codec.dns.DnsRawRecord
- replace(ByteBuf) - Method in class io.netty.handler.codec.haproxy.HAProxyTLV
- replace(ByteBuf) - Method in class io.netty.handler.codec.http.DefaultFullHttpRequest
- replace(ByteBuf) - Method in class io.netty.handler.codec.http.DefaultFullHttpResponse
- replace(ByteBuf) - Method in class io.netty.handler.codec.http.DefaultHttpContent
- replace(ByteBuf) - Method in class io.netty.handler.codec.http.DefaultLastHttpContent
- replace(ByteBuf) - Method in interface io.netty.handler.codec.http.FullHttpMessage
- replace(ByteBuf) - Method in interface io.netty.handler.codec.http.FullHttpRequest
- replace(ByteBuf) - Method in interface io.netty.handler.codec.http.FullHttpResponse
- replace(ByteBuf) - Method in interface io.netty.handler.codec.http.HttpContent
- replace(ByteBuf) - Method in interface io.netty.handler.codec.http.LastHttpContent
- replace(ByteBuf) - Method in interface io.netty.handler.codec.http.multipart.Attribute
- replace(ByteBuf) - Method in class io.netty.handler.codec.http.multipart.DiskAttribute
- replace(ByteBuf) - Method in class io.netty.handler.codec.http.multipart.DiskFileUpload
- replace(ByteBuf) - Method in interface io.netty.handler.codec.http.multipart.FileUpload
- replace(ByteBuf) - Method in interface io.netty.handler.codec.http.multipart.HttpData
- replace(ByteBuf) - Method in class io.netty.handler.codec.http.multipart.MemoryAttribute
- replace(ByteBuf) - Method in class io.netty.handler.codec.http.multipart.MemoryFileUpload
- replace(ByteBuf) - Method in class io.netty.handler.codec.http.multipart.MixedAttribute
- replace(ByteBuf) - Method in class io.netty.handler.codec.http.multipart.MixedFileUpload
- replace(ByteBuf) - Method in class io.netty.handler.codec.http.websocketx.BinaryWebSocketFrame
- replace(ByteBuf) - Method in class io.netty.handler.codec.http.websocketx.CloseWebSocketFrame
- replace(ByteBuf) - Method in class io.netty.handler.codec.http.websocketx.ContinuationWebSocketFrame
- replace(ByteBuf) - Method in class io.netty.handler.codec.http.websocketx.PingWebSocketFrame
- replace(ByteBuf) - Method in class io.netty.handler.codec.http.websocketx.PongWebSocketFrame
- replace(ByteBuf) - Method in class io.netty.handler.codec.http.websocketx.TextWebSocketFrame
- replace(ByteBuf) - Method in class io.netty.handler.codec.http.websocketx.WebSocketFrame
- replace(ByteBuf) - Method in class io.netty.handler.codec.http2.DefaultHttp2DataFrame
- replace(ByteBuf) - Method in class io.netty.handler.codec.http2.DefaultHttp2GoAwayFrame
- replace(ByteBuf) - Method in class io.netty.handler.codec.http2.DefaultHttp2UnknownFrame
- replace(ByteBuf) - Method in interface io.netty.handler.codec.http2.Http2DataFrame
- replace(ByteBuf) - Method in interface io.netty.handler.codec.http2.Http2GoAwayFrame
- replace(ByteBuf) - Method in interface io.netty.handler.codec.http2.Http2UnknownFrame
- replace(ByteBuf) - Method in class io.netty.handler.codec.http3.DefaultHttp3DataFrame
- replace(ByteBuf) - Method in class io.netty.handler.codec.http3.DefaultHttp3UnknownFrame
- replace(ByteBuf) - Method in interface io.netty.handler.codec.http3.Http3DataFrame
- replace(ByteBuf) - Method in interface io.netty.handler.codec.http3.Http3UnknownFrame
- replace(ByteBuf) - Method in class io.netty.handler.codec.memcache.binary.DefaultFullBinaryMemcacheRequest
- replace(ByteBuf) - Method in class io.netty.handler.codec.memcache.binary.DefaultFullBinaryMemcacheResponse
- replace(ByteBuf) - Method in interface io.netty.handler.codec.memcache.binary.FullBinaryMemcacheRequest
- replace(ByteBuf) - Method in interface io.netty.handler.codec.memcache.binary.FullBinaryMemcacheResponse
- replace(ByteBuf) - Method in class io.netty.handler.codec.memcache.DefaultLastMemcacheContent
- replace(ByteBuf) - Method in class io.netty.handler.codec.memcache.DefaultMemcacheContent
- replace(ByteBuf) - Method in interface io.netty.handler.codec.memcache.FullMemcacheMessage
- replace(ByteBuf) - Method in interface io.netty.handler.codec.memcache.LastMemcacheContent
- replace(ByteBuf) - Method in interface io.netty.handler.codec.memcache.MemcacheContent
- replace(ByteBuf) - Method in class io.netty.handler.codec.mqtt.MqttPublishMessage
- replace(ByteBuf) - Method in class io.netty.handler.codec.quic.DefaultQuicStreamFrame
- replace(ByteBuf) - Method in interface io.netty.handler.codec.quic.QuicStreamFrame
- replace(ByteBuf) - Method in interface io.netty.handler.codec.redis.BulkStringRedisContent
- replace(ByteBuf) - Method in class io.netty.handler.codec.redis.DefaultBulkStringRedisContent
- replace(ByteBuf) - Method in class io.netty.handler.codec.redis.DefaultLastBulkStringRedisContent
- replace(ByteBuf) - Method in class io.netty.handler.codec.redis.FullBulkStringRedisMessage
- replace(ByteBuf) - Method in interface io.netty.handler.codec.redis.LastBulkStringRedisContent
- replace(ByteBuf) - Method in class io.netty.handler.codec.smtp.DefaultLastSmtpContent
- replace(ByteBuf) - Method in class io.netty.handler.codec.smtp.DefaultSmtpContent
- replace(ByteBuf) - Method in interface io.netty.handler.codec.smtp.LastSmtpContent
- replace(ByteBuf) - Method in interface io.netty.handler.codec.smtp.SmtpContent
- replace(ByteBuf) - Method in class io.netty.handler.codec.spdy.DefaultSpdyDataFrame
- replace(ByteBuf) - Method in class io.netty.handler.codec.spdy.DefaultSpdyUnknownFrame
- replace(ByteBuf) - Method in interface io.netty.handler.codec.spdy.SpdyDataFrame
- replace(ByteBuf) - Method in interface io.netty.handler.codec.spdy.SpdyUnknownFrame
- replace(ByteBuf) - Method in class io.netty.handler.codec.stomp.DefaultLastStompContentSubframe
- replace(ByteBuf) - Method in class io.netty.handler.codec.stomp.DefaultStompContentSubframe
- replace(ByteBuf) - Method in class io.netty.handler.codec.stomp.DefaultStompFrame
- replace(ByteBuf) - Method in interface io.netty.handler.codec.stomp.LastStompContentSubframe
- replace(ByteBuf) - Method in interface io.netty.handler.codec.stomp.StompContentSubframe
- replace(ByteBuf) - Method in interface io.netty.handler.codec.stomp.StompFrame
- replace(ByteBuf) - Method in class io.netty.handler.ssl.PemPrivateKey
- replace(ByteBuf) - Method in class io.netty.handler.ssl.PemX509Certificate
- replace(ChannelHandler, String, ChannelHandler) - Method in interface io.netty.channel.ChannelPipeline
-
Replaces the specified
ChannelHandlerwith a new handler in this pipeline. - replace(ChannelHandler, String, ChannelHandler) - Method in class io.netty.channel.DefaultChannelPipeline
- replace(Class<T>, String, ChannelHandler) - Method in interface io.netty.channel.ChannelPipeline
-
Replaces the
ChannelHandlerof the specified type with a new handler in this pipeline. - replace(Class<T>, String, ChannelHandler) - Method in class io.netty.channel.DefaultChannelPipeline
- replace(String, String, ChannelHandler) - Method in interface io.netty.channel.ChannelPipeline
-
Replaces the
ChannelHandlerof the specified name with a new handler in this pipeline. - replace(String, String, ChannelHandler) - Method in class io.netty.channel.DefaultChannelPipeline
- REPLACE - Static variable in class io.netty.handler.codec.memcache.binary.BinaryMemcacheOpcodes
- replaceHandler(ChannelHandlerContext, String, SslContext) - Method in class io.netty.handler.ssl.SniHandler
-
The default implementation of this method will simply replace
thisSniHandlerinstance with aSslHandler. - REPLACEQ - Static variable in class io.netty.handler.codec.memcache.binary.BinaryMemcacheOpcodes
- ReplayingDecoder<S> - Class in io.netty.handler.codec
-
A specialized variation of
ByteToMessageDecoderwhich enables implementation of a non-blocking decoder in the blocking I/O paradigm. - ReplayingDecoder() - Constructor for class io.netty.handler.codec.ReplayingDecoder
-
Creates a new instance with no initial state (i.e:
null). - ReplayingDecoder(S) - Constructor for class io.netty.handler.codec.ReplayingDecoder
-
Creates a new instance with the specified initial state.
- reportActiveIoTime(long) - Method in interface io.netty.channel.IoHandlerContext
-
Reports the amount of time in nanoseconds that was spent actively processing I/O events.
- reportActiveIoTime(long) - Method in class io.netty.util.concurrent.SingleThreadEventExecutor
-
Adds the given duration to the total active time for the current measurement window.
- reportInstancesLeak(String) - Method in class io.netty.util.ResourceLeakDetector
-
Deprecated.This method will no longer be invoked by
ResourceLeakDetector. - reportTracedLeak(String, String) - Method in class io.netty.util.ResourceLeakDetector
-
This method is called when a traced leak is detected.
- reportUntracedLeak(String) - Method in class io.netty.util.ResourceLeakDetector
-
This method is called when an untraced leak is detected.
- repositoryStatus() - Method in class io.netty.util.Version
- request() - Method in exception io.netty.handler.codec.http.websocketx.WebSocketServerHandshakeException
-
Returns a
requestif exception occurs during request validation otherwisenull. - REQUEST - io.netty.handler.codec.socks.SocksMessageType
- REQUEST_ENTITY_TOO_LARGE - Static variable in class io.netty.handler.codec.http.HttpResponseStatus
-
413 Request Entity Too Large
- REQUEST_ENTITY_TOO_LARGE - Static variable in class io.netty.handler.codec.rtsp.RtspResponseStatuses
-
413 Request Entity Too Large
- REQUEST_HEADER_FIELDS_TOO_LARGE - Static variable in class io.netty.handler.codec.http.HttpResponseStatus
-
431 Request Header Fields Too Large (RFC6585)
- REQUEST_MAGIC_BYTE - Static variable in class io.netty.handler.codec.memcache.binary.DefaultBinaryMemcacheRequest
-
Default magic byte for a request.
- REQUEST_PROBLEM_INFORMATION - io.netty.handler.codec.mqtt.MqttProperties.MqttPropertyType
-
Deprecated.
- REQUEST_RESPONSE_INFORMATION - io.netty.handler.codec.mqtt.MqttProperties.MqttPropertyType
-
Deprecated.
- REQUEST_TIMEOUT - Static variable in class io.netty.handler.codec.http.HttpResponseStatus
-
408 Request Timeout
- REQUEST_TIMEOUT - Static variable in class io.netty.handler.codec.rtsp.RtspResponseStatuses
-
408 Request Timeout
- REQUEST_URI_TOO_LONG - Static variable in class io.netty.handler.codec.http.HttpResponseStatus
-
414 Request-URI Too Long
- REQUEST_URI_TOO_LONG - Static variable in class io.netty.handler.codec.rtsp.RtspResponseStatuses
-
414 Request-URI Too Long
- REQUESTED_RANGE_NOT_SATISFIABLE - Static variable in class io.netty.handler.codec.http.HttpResponseStatus
-
416 Requested Range Not Satisfiable
- requestHeaders() - Method in class io.netty.handler.codec.http.websocketx.WebSocketServerProtocolHandler.HandshakeComplete
- requestType() - Method in class io.netty.handler.codec.socks.SocksRequest
-
Returns socks request type
- requestUri() - Method in class io.netty.handler.codec.http.websocketx.WebSocketServerProtocolHandler.HandshakeComplete
- REQUIRE - io.netty.handler.ssl.ClientAuth
-
Indicates that the
SSLEnginewill *require* client authentication. - REQUIRE - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderNames
-
"require" - REQUIRE - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Names
-
Deprecated.
"Require" - requiredUpgradeHeaders() - Method in interface io.netty.handler.codec.http.HttpServerUpgradeHandler.UpgradeCodec
-
Gets all protocol-specific headers required by this protocol for a successful upgrade.
- requiredUpgradeHeaders() - Method in class io.netty.handler.codec.http2.Http2ServerUpgradeCodec
- res() - Method in class io.netty.channel.uring.IoUringIoEvent
-
Returns the result.
- reserveAndWriteUtf8(ByteBuf, CharSequence, int) - Static method in class io.netty.buffer.ByteBufUtil
- reserveAndWriteUtf8(ByteBuf, CharSequence, int, int, int) - Static method in class io.netty.buffer.ByteBufUtil
-
Equivalent to
but avoids subsequence object allocation if possible.reserveAndWriteUtf8(buf, seq.subSequence(start, end), reserveBytes) - reserved() - Method in interface io.netty.handler.codec.memcache.binary.BinaryMemcacheRequest
-
Returns the reserved field value.
- reserved() - Method in class io.netty.handler.codec.memcache.binary.DefaultBinaryMemcacheRequest
- RESERVED_LOCAL - io.netty.handler.codec.http2.Http2Stream.State
- RESERVED_REMOTE - io.netty.handler.codec.http2.Http2Stream.State
- reserveNextPushId() - Method in class io.netty.handler.codec.http3.Http3ServerPushStreamManager
-
Reserves a push ID to be used to create a new push stream subsequently.
- reservePushStream(int, Http2Stream) - Method in interface io.netty.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.netty.buffer.ByteBufInputStream
- reset() - Method in class io.netty.buffer.search.AhoCorasicSearchProcessorFactory.Processor
- reset() - Method in class io.netty.buffer.search.BitapSearchProcessorFactory.Processor
- reset() - Method in class io.netty.buffer.search.KmpSearchProcessorFactory.Processor
- reset() - Method in interface io.netty.buffer.search.SearchProcessor
-
Resets the state of SearchProcessor.
- reset() - Method in class io.netty.handler.codec.compression.Lz4XXHash32
- reset() - Method in class io.netty.handler.codec.compression.Snappy
- reset() - Method in class io.netty.handler.codec.DateFormatter
- reset() - Method in class io.netty.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.netty.handler.codec.serialization.ObjectDecoderInputStream
-
Deprecated.
- reset() - Method in class io.netty.util.internal.AppendableCharSequence
-
Reset the
AppendableCharSequence. - reset(ChannelConfig) - Method in class io.netty.channel.DefaultMaxMessagesRecvByteBufAllocator.MaxMessageHandle
-
Only
ChannelConfig.getMaxMessagesPerRead()is used. - reset(ChannelConfig) - Method in class io.netty.channel.RecvByteBufAllocator.DelegatingHandle
- reset(ChannelConfig) - Method in interface io.netty.channel.RecvByteBufAllocator.Handle
-
Deprecated.Reset any counters that have accumulated and recommend how many messages/bytes should be read for the next read loop.
- RESET_CONTENT - Static variable in class io.netty.handler.codec.http.HttpResponseStatus
-
205 Reset Content
- resetBusyCycles() - Method in class io.netty.util.concurrent.SingleThreadEventExecutor
-
Resets the counter for consecutive busy cycles to zero.
- resetCumulativeTime() - Method in class io.netty.handler.traffic.GlobalChannelTrafficCounter
- resetCumulativeTime() - Method in class io.netty.handler.traffic.TrafficCounter
-
Reset both read and written cumulative bytes counters and the associated absolute time from System.currentTimeMillis().
- resetDecoder() - Method in class io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheDecoder
-
Prepare for next decoding iteration.
- resetIdleCycles() - Method in class io.netty.util.concurrent.SingleThreadEventExecutor
-
Resets the counter for consecutive idle cycles to zero.
- resetReaderIndex() - Method in class io.netty.buffer.AbstractByteBuf
- resetReaderIndex() - Method in class io.netty.buffer.ByteBuf
-
Repositions the current
readerIndexto the markedreaderIndexin this buffer. - resetReaderIndex() - Method in class io.netty.buffer.CompositeByteBuf
- resetReaderIndex() - Method in class io.netty.buffer.EmptyByteBuf
- resetReaderIndex() - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- resetReaderIndex() - Method in class io.netty.buffer.WrappedByteBuf
- resetReadTimeout() - Method in class io.netty.handler.timeout.IdleStateHandler
-
Reset the read timeout.
- resetRefCnt() - Method in class io.netty.buffer.AbstractReferenceCountedByteBuf
-
An unsafe operation intended for use by a subclass that resets the reference count of the buffer to 1
- resetRefCnt(T) - Method in class io.netty.util.internal.ReferenceCountUpdater
-
Resets the reference count to 1
- resetSent() - Method in interface io.netty.handler.codec.http2.Http2Stream
-
Sets the flag indicating that a
RST_STREAMframe has been sent from the local endpoint for this stream. - resetStream(ChannelHandlerContext, int, long, ChannelPromise) - Method in class io.netty.handler.codec.http2.Http2ConnectionHandler
- resetStream(ChannelHandlerContext, int, long, ChannelPromise) - Method in interface io.netty.handler.codec.http2.Http2LifecycleManager
-
Ensure the stream identified by
streamIdis reset. - resetTokenGenerator(QuicResetTokenGenerator) - Method in class io.netty.handler.codec.quic.QuicServerCodecBuilder
-
Set the
QuicResetTokenGeneratorthat is used to generate stateless reset tokens ornullif the default should be used. - resetWriterIndex() - Method in class io.netty.buffer.AbstractByteBuf
- resetWriterIndex() - Method in class io.netty.buffer.ByteBuf
-
Repositions the current
writerIndexto the markedwriterIndexin this buffer. - resetWriterIndex() - Method in class io.netty.buffer.CompositeByteBuf
- resetWriterIndex() - Method in class io.netty.buffer.EmptyByteBuf
- resetWriterIndex() - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- resetWriterIndex() - Method in class io.netty.buffer.WrappedByteBuf
- resetWriteTimeout() - Method in class io.netty.handler.timeout.IdleStateHandler
-
Reset the write timeout.
- resolve(String) - Method in interface io.netty.handler.codec.serialization.ClassResolver
-
Deprecated.
- resolve(String) - Method in interface io.netty.resolver.NameResolver
-
Resolves the specified name into an address.
- resolve(String) - Method in class io.netty.resolver.SimpleNameResolver
- resolve(String, Promise<T>) - Method in interface io.netty.resolver.NameResolver
-
Resolves the specified name into an address.
- resolve(String, Promise<T>) - Method in class io.netty.resolver.SimpleNameResolver
- resolve(String, Iterable<DnsRecord>) - Method in class io.netty.resolver.dns.DnsNameResolver
-
Resolves the specified name into an address.
- resolve(String, Iterable<DnsRecord>, Promise<InetAddress>) - Method in class io.netty.resolver.dns.DnsNameResolver
-
Resolves the specified name into an address.
- resolve(SocketAddress) - Method in class io.netty.resolver.AbstractAddressResolver
- resolve(SocketAddress) - Method in interface io.netty.resolver.AddressResolver
-
Resolves the specified address.
- resolve(SocketAddress, Promise<T>) - Method in class io.netty.resolver.AbstractAddressResolver
- resolve(SocketAddress, Promise<T>) - Method in interface io.netty.resolver.AddressResolver
-
Resolves the specified address.
- ResolveAddressHandler - Class in io.netty.handler.address
-
ChannelOutboundHandlerAdapterwhich will resolve theSocketAddressthat is passed toResolveAddressHandler.connect(ChannelHandlerContext, SocketAddress, SocketAddress, ChannelPromise)if it is not already resolved and theAddressResolversupports the type ofSocketAddress. - ResolveAddressHandler(AddressResolverGroup<? extends SocketAddress>) - Constructor for class io.netty.handler.address.ResolveAddressHandler
- resolveAll(DnsQuestion) - Method in class io.netty.resolver.dns.DnsNameResolver
-
Resolves the
DnsRecords that are matched by the specifiedDnsQuestion. - resolveAll(DnsQuestion, Iterable<DnsRecord>) - Method in class io.netty.resolver.dns.DnsNameResolver
-
Resolves the
DnsRecords that are matched by the specifiedDnsQuestion. - resolveAll(DnsQuestion, Iterable<DnsRecord>, Promise<List<DnsRecord>>) - Method in class io.netty.resolver.dns.DnsNameResolver
-
Resolves the
DnsRecords that are matched by the specifiedDnsQuestion. - resolveAll(String) - Method in interface io.netty.resolver.NameResolver
-
Resolves the specified host name and port into a list of address.
- resolveAll(String) - Method in class io.netty.resolver.SimpleNameResolver
- resolveAll(String, Promise<List<T>>) - Method in interface io.netty.resolver.NameResolver
-
Resolves the specified host name and port into a list of address.
- resolveAll(String, Promise<List<T>>) - Method in class io.netty.resolver.SimpleNameResolver
- resolveAll(String, Iterable<DnsRecord>) - Method in class io.netty.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.netty.resolver.dns.DnsNameResolver
-
Resolves the specified host name and port into a list of address.
- resolveAll(SocketAddress) - Method in class io.netty.resolver.AbstractAddressResolver
- resolveAll(SocketAddress) - Method in interface io.netty.resolver.AddressResolver
-
Resolves the specified address.
- resolveAll(SocketAddress, Promise<List<T>>) - Method in class io.netty.resolver.AbstractAddressResolver
- resolveAll(SocketAddress, Promise<List<T>>) - Method in interface io.netty.resolver.AddressResolver
-
Resolves the specified address.
- resolveCache() - Method in class io.netty.resolver.dns.DnsNameResolver
-
Returns the resolution cache.
- resolveCache(DnsCache) - Method in class io.netty.resolver.dns.DnsNameResolverBuilder
-
Sets the cache for resolution results.
- resolvedAddressTypes() - Method in class io.netty.resolver.dns.DnsNameResolver
-
Returns the
ResolvedAddressTypesresolved bySimpleNameResolver.resolve(String). - resolvedAddressTypes(ResolvedAddressTypes) - Method in class io.netty.resolver.dns.DnsNameResolverBuilder
-
Sets the list of the protocol families of the address resolved.
- ResolvedAddressTypes - Enum in io.netty.resolver
-
Defined resolved address types.
- resolveHandshaker(HttpRequest, String, String, WebSocketDecoderConfig) - Static method in class io.netty.handler.codec.http.websocketx.WebSocketServerHandshakerFactory
-
Resolves the client's WebSocket protocol version from the HTTP request header, and creates the corresponding handshaker.
- resolver() - Method in class io.netty.bootstrap.BootstrapConfig
-
Returns the configured
AddressResolverGroup,nullif resolver was disabled withBootstrap.disableResolver(), or the default if not configured yet. - resolver(AddressResolverGroup<?>) - Method in class io.netty.bootstrap.Bootstrap
-
Sets the
NameResolverwhich will resolve the address of the unresolved named address. - resolveTypeParameter(Object, Class<?>, String) - Static method in class io.netty.util.internal.ReflectionUtil
-
Resolve a type parameter of a class that is a subclass of the given parametrized superclass.
- ResourceLeak - Interface in io.netty.util
-
Deprecated.please use
ResourceLeakTrackeras it may lead to false-positives. - ResourceLeakDetector<T> - Class in io.netty.util
- ResourceLeakDetector(Class<?>) - Constructor for class io.netty.util.ResourceLeakDetector
- ResourceLeakDetector(Class<?>, int) - Constructor for class io.netty.util.ResourceLeakDetector
-
This should not be used directly by users of
ResourceLeakDetector. - ResourceLeakDetector(Class<?>, int, long) - Constructor for class io.netty.util.ResourceLeakDetector
-
Deprecated.Use
ResourceLeakDetector(Class, int).This should not be used directly by users of
ResourceLeakDetector. Please useResourceLeakDetectorFactory.newResourceLeakDetector(Class)orResourceLeakDetectorFactory.newResourceLeakDetector(Class, int, long) - ResourceLeakDetector(String) - Constructor for class io.netty.util.ResourceLeakDetector
- ResourceLeakDetector(String, int, long) - Constructor for class io.netty.util.ResourceLeakDetector
- ResourceLeakDetector.LeakListener - Interface in io.netty.util
- ResourceLeakDetector.Level - Enum in io.netty.util
-
Represents the level of resource leak detection.
- ResourceLeakDetectorFactory - Class in io.netty.util
-
This static factory should be used to load
ResourceLeakDetectors as needed - ResourceLeakDetectorFactory() - Constructor for class io.netty.util.ResourceLeakDetectorFactory
- ResourceLeakException - Exception in io.netty.util
-
Deprecated.This class will be removed in the future version.
- ResourceLeakException() - Constructor for exception io.netty.util.ResourceLeakException
-
Deprecated.
- ResourceLeakException(String) - Constructor for exception io.netty.util.ResourceLeakException
-
Deprecated.
- ResourceLeakException(String, Throwable) - Constructor for exception io.netty.util.ResourceLeakException
-
Deprecated.
- ResourceLeakException(Throwable) - Constructor for exception io.netty.util.ResourceLeakException
-
Deprecated.
- ResourceLeakHint - Interface in io.netty.util
-
A hint object that provides human-readable message for easier resource leak tracking.
- ResourceLeakTracker<T> - Interface in io.netty.util
- ResourceScope(String) - Constructor for class io.netty.util.LeakPresenceDetector.ResourceScope
-
Create a new scope.
- ResourcesUtil - Class in io.netty.util.internal
-
A utility class that provides various common operations and constants related to loading resources
- respectMaybeMoreData() - Method in class io.netty.channel.DefaultMaxMessagesRecvByteBufAllocator
-
Get if future instances of
RecvByteBufAllocator.newHandle()will stop reading if we think there is no more data. - respectMaybeMoreData(boolean) - Method in class io.netty.channel.AdaptiveRecvByteBufAllocator
- respectMaybeMoreData(boolean) - Method in class io.netty.channel.DefaultMaxMessagesRecvByteBufAllocator
-
Determine if future instances of
RecvByteBufAllocator.newHandle()will stop reading if we think there is no more data. - respectMaybeMoreData(boolean) - Method in class io.netty.channel.FixedRecvByteBufAllocator
- response() - Method in exception io.netty.handler.codec.http.websocketx.WebSocketClientHandshakeException
-
Returns a
responseif exception occurs during response validation otherwisenull. - response() - Method in class io.netty.handler.ssl.ocsp.OcspValidationEvent
- RESPONSE - io.netty.handler.codec.socks.SocksMessageType
- RESPONSE_INFORMATION - io.netty.handler.codec.mqtt.MqttProperties.MqttPropertyType
-
Deprecated.
- RESPONSE_MAGIC_BYTE - Static variable in class io.netty.handler.codec.memcache.binary.DefaultBinaryMemcacheResponse
-
Default magic byte for a request.
- RESPONSE_TOPIC - io.netty.handler.codec.mqtt.MqttProperties.MqttPropertyType
-
Deprecated.
- responseInformation(String) - Method in class io.netty.handler.codec.mqtt.MqttMessageBuilders.ConnAckPropertiesBuilder
- responseType() - Method in class io.netty.handler.codec.socks.SocksResponse
-
Returns socks response type
- Result(String, EmbeddedChannel) - Constructor for class io.netty.handler.codec.http.HttpContentEncoder.Result
- ResumableX509ExtendedTrustManager - Interface in io.netty.handler.ssl
-
An interface that
TrustManagerinstances can implement, to be notified of resumed SSL sessions. - resume() - Method in class io.netty.handler.pcap.PcapWriteHandler
-
Resume the
PcapWriteHandlerto writing packets to theOutputStream. - resumeClientTrusted(X509Certificate[], SSLEngine) - Method in interface io.netty.handler.ssl.ResumableX509ExtendedTrustManager
-
Given the partial or complete certificate chain recovered from the session ticket, and the
SSLEnginebeing used, restore the application state of the associated SSL session. - resumeServerTrusted(X509Certificate[], SSLEngine) - Method in interface io.netty.handler.ssl.ResumableX509ExtendedTrustManager
-
Given the partial or complete certificate chain recovered of the peer, and the
SSLEnginebeing used, restore the application state of the associated SSL session. - resumeTransfer() - Method in class io.netty.handler.stream.ChunkedWriteHandler
-
Continues to fetch the chunks from the input.
- retain() - Method in class io.netty.buffer.AbstractDerivedByteBuf
-
Deprecated.
- retain() - Method in class io.netty.buffer.AbstractReferenceCountedByteBuf
- retain() - Method in class io.netty.buffer.ByteBuf
- retain() - Method in interface io.netty.buffer.ByteBufHolder
- retain() - Method in class io.netty.buffer.CompositeByteBuf
- retain() - Method in class io.netty.buffer.DefaultByteBufHolder
- retain() - Method in class io.netty.buffer.EmptyByteBuf
- retain() - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- retain() - Method in class io.netty.buffer.WrappedByteBuf
- retain() - Method in interface io.netty.channel.AddressedEnvelope
- retain() - Method in class io.netty.channel.DefaultAddressedEnvelope
- retain() - Method in class io.netty.channel.DefaultFileRegion
- retain() - Method in class io.netty.channel.epoll.SegmentedDatagramPacket
-
Deprecated.
- retain() - Method in interface io.netty.channel.FileRegion
- retain() - Method in class io.netty.channel.sctp.SctpMessage
- retain() - Method in class io.netty.channel.socket.DatagramPacket
- retain() - Method in class io.netty.channel.udt.UdtMessage
-
Deprecated.
- retain() - Method in class io.netty.channel.unix.DomainDatagramPacket
- retain() - Method in class io.netty.channel.unix.SegmentedDatagramPacket
- retain() - Method in class io.netty.handler.codec.dns.AbstractDnsMessage
- retain() - Method in class io.netty.handler.codec.dns.DatagramDnsQuery
- retain() - Method in class io.netty.handler.codec.dns.DatagramDnsResponse
- retain() - Method in class io.netty.handler.codec.dns.DefaultDnsQuery
- retain() - Method in class io.netty.handler.codec.dns.DefaultDnsRawRecord
- retain() - Method in class io.netty.handler.codec.dns.DefaultDnsResponse
- retain() - Method in interface io.netty.handler.codec.dns.DnsMessage
- retain() - Method in interface io.netty.handler.codec.dns.DnsQuery
- retain() - Method in interface io.netty.handler.codec.dns.DnsRawRecord
- retain() - Method in interface io.netty.handler.codec.dns.DnsResponse
- retain() - Method in class io.netty.handler.codec.haproxy.HAProxyMessage
- retain() - Method in class io.netty.handler.codec.haproxy.HAProxyTLV
- retain() - Method in class io.netty.handler.codec.http.DefaultFullHttpRequest
- retain() - Method in class io.netty.handler.codec.http.DefaultFullHttpResponse
- retain() - Method in class io.netty.handler.codec.http.DefaultHttpContent
- retain() - Method in class io.netty.handler.codec.http.DefaultLastHttpContent
- retain() - Method in interface io.netty.handler.codec.http.FullHttpMessage
- retain() - Method in interface io.netty.handler.codec.http.FullHttpRequest
- retain() - Method in interface io.netty.handler.codec.http.FullHttpResponse
- retain() - Method in interface io.netty.handler.codec.http.HttpContent
- retain() - Method in class io.netty.handler.codec.http.HttpServerUpgradeHandler.UpgradeEvent
- retain() - Method in interface io.netty.handler.codec.http.LastHttpContent
- retain() - Method in class io.netty.handler.codec.http.multipart.AbstractHttpData
- retain() - Method in interface io.netty.handler.codec.http.multipart.Attribute
- retain() - Method in class io.netty.handler.codec.http.multipart.DiskAttribute
- retain() - Method in class io.netty.handler.codec.http.multipart.DiskFileUpload
- retain() - Method in interface io.netty.handler.codec.http.multipart.FileUpload
- retain() - Method in interface io.netty.handler.codec.http.multipart.HttpData
- retain() - Method in interface io.netty.handler.codec.http.multipart.InterfaceHttpData
- retain() - Method in class io.netty.handler.codec.http.multipart.MemoryAttribute
- retain() - Method in class io.netty.handler.codec.http.multipart.MemoryFileUpload
- retain() - Method in class io.netty.handler.codec.http.multipart.MixedAttribute
- retain() - Method in class io.netty.handler.codec.http.multipart.MixedFileUpload
- retain() - Method in class io.netty.handler.codec.http.websocketx.BinaryWebSocketFrame
- retain() - Method in class io.netty.handler.codec.http.websocketx.CloseWebSocketFrame
- retain() - Method in class io.netty.handler.codec.http.websocketx.ContinuationWebSocketFrame
- retain() - Method in class io.netty.handler.codec.http.websocketx.PingWebSocketFrame
- retain() - Method in class io.netty.handler.codec.http.websocketx.PongWebSocketFrame
- retain() - Method in class io.netty.handler.codec.http.websocketx.TextWebSocketFrame
- retain() - Method in class io.netty.handler.codec.http.websocketx.WebSocketFrame
- retain() - Method in class io.netty.handler.codec.http2.DefaultHttp2DataFrame
- retain() - Method in class io.netty.handler.codec.http2.DefaultHttp2GoAwayFrame
- retain() - Method in class io.netty.handler.codec.http2.DefaultHttp2UnknownFrame
- retain() - Method in interface io.netty.handler.codec.http2.Http2DataFrame
- retain() - Method in interface io.netty.handler.codec.http2.Http2GoAwayFrame
- retain() - Method in interface io.netty.handler.codec.http2.Http2UnknownFrame
- retain() - Method in class io.netty.handler.codec.http3.DefaultHttp3DataFrame
- retain() - Method in class io.netty.handler.codec.http3.DefaultHttp3UnknownFrame
- retain() - Method in interface io.netty.handler.codec.http3.Http3DataFrame
- retain() - Method in interface io.netty.handler.codec.http3.Http3UnknownFrame
- retain() - Method in class io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage
- retain() - Method in interface io.netty.handler.codec.memcache.binary.BinaryMemcacheMessage
-
Increases the reference count by
1. - retain() - Method in interface io.netty.handler.codec.memcache.binary.BinaryMemcacheRequest
- retain() - Method in interface io.netty.handler.codec.memcache.binary.BinaryMemcacheResponse
- retain() - Method in class io.netty.handler.codec.memcache.binary.DefaultBinaryMemcacheRequest
- retain() - Method in class io.netty.handler.codec.memcache.binary.DefaultBinaryMemcacheResponse
- retain() - Method in class io.netty.handler.codec.memcache.binary.DefaultFullBinaryMemcacheRequest
- retain() - Method in class io.netty.handler.codec.memcache.binary.DefaultFullBinaryMemcacheResponse
- retain() - Method in interface io.netty.handler.codec.memcache.binary.FullBinaryMemcacheRequest
- retain() - Method in interface io.netty.handler.codec.memcache.binary.FullBinaryMemcacheResponse
- retain() - Method in class io.netty.handler.codec.memcache.DefaultLastMemcacheContent
- retain() - Method in class io.netty.handler.codec.memcache.DefaultMemcacheContent
- retain() - Method in interface io.netty.handler.codec.memcache.FullMemcacheMessage
- retain() - Method in interface io.netty.handler.codec.memcache.LastMemcacheContent
- retain() - Method in interface io.netty.handler.codec.memcache.MemcacheContent
- retain() - Method in interface io.netty.handler.codec.memcache.MemcacheMessage
-
Increases the reference count by
1. - retain() - Method in class io.netty.handler.codec.mqtt.MqttPublishMessage
- retain() - Method in class io.netty.handler.codec.quic.DefaultQuicStreamFrame
- retain() - Method in interface io.netty.handler.codec.quic.QuicStreamFrame
- retain() - Method in interface io.netty.handler.codec.redis.BulkStringRedisContent
- retain() - Method in class io.netty.handler.codec.redis.DefaultBulkStringRedisContent
- retain() - Method in class io.netty.handler.codec.redis.DefaultLastBulkStringRedisContent
- retain() - Method in class io.netty.handler.codec.redis.FullBulkStringRedisMessage
- retain() - Method in interface io.netty.handler.codec.redis.LastBulkStringRedisContent
- retain() - Method in class io.netty.handler.codec.smtp.DefaultLastSmtpContent
- retain() - Method in class io.netty.handler.codec.smtp.DefaultSmtpContent
- retain() - Method in interface io.netty.handler.codec.smtp.LastSmtpContent
- retain() - Method in interface io.netty.handler.codec.smtp.SmtpContent
- retain() - Method in class io.netty.handler.codec.spdy.DefaultSpdyDataFrame
- retain() - Method in class io.netty.handler.codec.spdy.DefaultSpdyUnknownFrame
- retain() - Method in interface io.netty.handler.codec.spdy.SpdyDataFrame
- retain() - Method in interface io.netty.handler.codec.spdy.SpdyUnknownFrame
- retain() - Method in class io.netty.handler.codec.stomp.DefaultLastStompContentSubframe
- retain() - Method in class io.netty.handler.codec.stomp.DefaultStompContentSubframe
- retain() - Method in class io.netty.handler.codec.stomp.DefaultStompFrame
- retain() - Method in interface io.netty.handler.codec.stomp.LastStompContentSubframe
- retain() - Method in interface io.netty.handler.codec.stomp.StompContentSubframe
- retain() - Method in interface io.netty.handler.codec.stomp.StompFrame
- retain() - Method in class io.netty.handler.ssl.PemPrivateKey
- retain() - Method in class io.netty.handler.ssl.PemX509Certificate
- retain() - Method in class io.netty.handler.ssl.ReferenceCountedOpenSslContext
- retain() - Method in class io.netty.handler.ssl.ReferenceCountedOpenSslEngine
- retain() - Method in class io.netty.util.AbstractReferenceCounted
- retain() - Method in interface io.netty.util.ReferenceCounted
-
Increases the reference count by
1. - retain(int) - Method in class io.netty.buffer.AbstractDerivedByteBuf
-
Deprecated.
- retain(int) - Method in class io.netty.buffer.AbstractReferenceCountedByteBuf
- retain(int) - Method in class io.netty.buffer.ByteBuf
- retain(int) - Method in interface io.netty.buffer.ByteBufHolder
- retain(int) - Method in class io.netty.buffer.CompositeByteBuf
- retain(int) - Method in class io.netty.buffer.DefaultByteBufHolder
- retain(int) - Method in class io.netty.buffer.EmptyByteBuf
- retain(int) - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- retain(int) - Method in class io.netty.buffer.WrappedByteBuf
- retain(int) - Method in interface io.netty.channel.AddressedEnvelope
- retain(int) - Method in class io.netty.channel.DefaultAddressedEnvelope
- retain(int) - Method in class io.netty.channel.DefaultFileRegion
- retain(int) - Method in class io.netty.channel.epoll.SegmentedDatagramPacket
-
Deprecated.
- retain(int) - Method in interface io.netty.channel.FileRegion
- retain(int) - Method in class io.netty.channel.sctp.SctpMessage
- retain(int) - Method in class io.netty.channel.socket.DatagramPacket
- retain(int) - Method in class io.netty.channel.udt.UdtMessage
-
Deprecated.
- retain(int) - Method in class io.netty.channel.unix.DomainDatagramPacket
- retain(int) - Method in class io.netty.channel.unix.SegmentedDatagramPacket
- retain(int) - Method in class io.netty.handler.codec.dns.AbstractDnsMessage
- retain(int) - Method in class io.netty.handler.codec.dns.DatagramDnsQuery
- retain(int) - Method in class io.netty.handler.codec.dns.DatagramDnsResponse
- retain(int) - Method in class io.netty.handler.codec.dns.DefaultDnsQuery
- retain(int) - Method in class io.netty.handler.codec.dns.DefaultDnsRawRecord
- retain(int) - Method in class io.netty.handler.codec.dns.DefaultDnsResponse
- retain(int) - Method in interface io.netty.handler.codec.dns.DnsMessage
- retain(int) - Method in interface io.netty.handler.codec.dns.DnsQuery
- retain(int) - Method in interface io.netty.handler.codec.dns.DnsRawRecord
- retain(int) - Method in interface io.netty.handler.codec.dns.DnsResponse
- retain(int) - Method in class io.netty.handler.codec.haproxy.HAProxyMessage
- retain(int) - Method in class io.netty.handler.codec.haproxy.HAProxyTLV
- retain(int) - Method in class io.netty.handler.codec.http.DefaultFullHttpRequest
- retain(int) - Method in class io.netty.handler.codec.http.DefaultFullHttpResponse
- retain(int) - Method in class io.netty.handler.codec.http.DefaultHttpContent
- retain(int) - Method in class io.netty.handler.codec.http.DefaultLastHttpContent
- retain(int) - Method in interface io.netty.handler.codec.http.FullHttpMessage
- retain(int) - Method in interface io.netty.handler.codec.http.FullHttpRequest
- retain(int) - Method in interface io.netty.handler.codec.http.FullHttpResponse
- retain(int) - Method in interface io.netty.handler.codec.http.HttpContent
- retain(int) - Method in class io.netty.handler.codec.http.HttpServerUpgradeHandler.UpgradeEvent
- retain(int) - Method in interface io.netty.handler.codec.http.LastHttpContent
- retain(int) - Method in class io.netty.handler.codec.http.multipart.AbstractHttpData
- retain(int) - Method in interface io.netty.handler.codec.http.multipart.Attribute
- retain(int) - Method in class io.netty.handler.codec.http.multipart.DiskAttribute
- retain(int) - Method in class io.netty.handler.codec.http.multipart.DiskFileUpload
- retain(int) - Method in interface io.netty.handler.codec.http.multipart.FileUpload
- retain(int) - Method in interface io.netty.handler.codec.http.multipart.HttpData
- retain(int) - Method in interface io.netty.handler.codec.http.multipart.InterfaceHttpData
- retain(int) - Method in class io.netty.handler.codec.http.multipart.MemoryAttribute
- retain(int) - Method in class io.netty.handler.codec.http.multipart.MemoryFileUpload
- retain(int) - Method in class io.netty.handler.codec.http.multipart.MixedAttribute
- retain(int) - Method in class io.netty.handler.codec.http.multipart.MixedFileUpload
- retain(int) - Method in class io.netty.handler.codec.http.websocketx.BinaryWebSocketFrame
- retain(int) - Method in class io.netty.handler.codec.http.websocketx.CloseWebSocketFrame
- retain(int) - Method in class io.netty.handler.codec.http.websocketx.ContinuationWebSocketFrame
- retain(int) - Method in class io.netty.handler.codec.http.websocketx.PingWebSocketFrame
- retain(int) - Method in class io.netty.handler.codec.http.websocketx.PongWebSocketFrame
- retain(int) - Method in class io.netty.handler.codec.http.websocketx.TextWebSocketFrame
- retain(int) - Method in class io.netty.handler.codec.http.websocketx.WebSocketFrame
- retain(int) - Method in class io.netty.handler.codec.http2.DefaultHttp2DataFrame
- retain(int) - Method in class io.netty.handler.codec.http2.DefaultHttp2GoAwayFrame
- retain(int) - Method in class io.netty.handler.codec.http2.DefaultHttp2UnknownFrame
- retain(int) - Method in interface io.netty.handler.codec.http2.Http2DataFrame
- retain(int) - Method in interface io.netty.handler.codec.http2.Http2GoAwayFrame
- retain(int) - Method in interface io.netty.handler.codec.http2.Http2UnknownFrame
- retain(int) - Method in class io.netty.handler.codec.http3.DefaultHttp3DataFrame
- retain(int) - Method in class io.netty.handler.codec.http3.DefaultHttp3UnknownFrame
- retain(int) - Method in interface io.netty.handler.codec.http3.Http3DataFrame
- retain(int) - Method in interface io.netty.handler.codec.http3.Http3UnknownFrame
- retain(int) - Method in class io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage
- retain(int) - Method in interface io.netty.handler.codec.memcache.binary.BinaryMemcacheMessage
-
Increases the reference count by the specified
increment. - retain(int) - Method in interface io.netty.handler.codec.memcache.binary.BinaryMemcacheRequest
- retain(int) - Method in interface io.netty.handler.codec.memcache.binary.BinaryMemcacheResponse
- retain(int) - Method in class io.netty.handler.codec.memcache.binary.DefaultBinaryMemcacheRequest
- retain(int) - Method in class io.netty.handler.codec.memcache.binary.DefaultBinaryMemcacheResponse
- retain(int) - Method in class io.netty.handler.codec.memcache.binary.DefaultFullBinaryMemcacheRequest
- retain(int) - Method in class io.netty.handler.codec.memcache.binary.DefaultFullBinaryMemcacheResponse
- retain(int) - Method in interface io.netty.handler.codec.memcache.binary.FullBinaryMemcacheRequest
- retain(int) - Method in interface io.netty.handler.codec.memcache.binary.FullBinaryMemcacheResponse
- retain(int) - Method in class io.netty.handler.codec.memcache.DefaultLastMemcacheContent
- retain(int) - Method in class io.netty.handler.codec.memcache.DefaultMemcacheContent
- retain(int) - Method in interface io.netty.handler.codec.memcache.FullMemcacheMessage
- retain(int) - Method in interface io.netty.handler.codec.memcache.LastMemcacheContent
- retain(int) - Method in interface io.netty.handler.codec.memcache.MemcacheContent
- retain(int) - Method in interface io.netty.handler.codec.memcache.MemcacheMessage
-
Increases the reference count by the specified
increment. - retain(int) - Method in class io.netty.handler.codec.mqtt.MqttPublishMessage
- retain(int) - Method in class io.netty.handler.codec.quic.DefaultQuicStreamFrame
- retain(int) - Method in interface io.netty.handler.codec.quic.QuicStreamFrame
- retain(int) - Method in interface io.netty.handler.codec.redis.BulkStringRedisContent
- retain(int) - Method in class io.netty.handler.codec.redis.DefaultBulkStringRedisContent
- retain(int) - Method in class io.netty.handler.codec.redis.DefaultLastBulkStringRedisContent
- retain(int) - Method in class io.netty.handler.codec.redis.FullBulkStringRedisMessage
- retain(int) - Method in interface io.netty.handler.codec.redis.LastBulkStringRedisContent
- retain(int) - Method in class io.netty.handler.codec.smtp.DefaultLastSmtpContent
- retain(int) - Method in class io.netty.handler.codec.smtp.DefaultSmtpContent
- retain(int) - Method in interface io.netty.handler.codec.smtp.LastSmtpContent
- retain(int) - Method in interface io.netty.handler.codec.smtp.SmtpContent
- retain(int) - Method in class io.netty.handler.codec.spdy.DefaultSpdyDataFrame
- retain(int) - Method in class io.netty.handler.codec.spdy.DefaultSpdyUnknownFrame
- retain(int) - Method in interface io.netty.handler.codec.spdy.SpdyDataFrame
- retain(int) - Method in interface io.netty.handler.codec.spdy.SpdyUnknownFrame
- retain(int) - Method in class io.netty.handler.codec.stomp.DefaultLastStompContentSubframe
- retain(int) - Method in class io.netty.handler.codec.stomp.DefaultStompContentSubframe
- retain(int) - Method in class io.netty.handler.codec.stomp.DefaultStompFrame
- retain(int) - Method in interface io.netty.handler.codec.stomp.LastStompContentSubframe
- retain(int) - Method in interface io.netty.handler.codec.stomp.StompContentSubframe
- retain(int) - Method in interface io.netty.handler.codec.stomp.StompFrame
- retain(int) - Method in class io.netty.handler.ssl.PemPrivateKey
- retain(int) - Method in class io.netty.handler.ssl.PemX509Certificate
- retain(int) - Method in class io.netty.handler.ssl.ReferenceCountedOpenSslContext
- retain(int) - Method in class io.netty.handler.ssl.ReferenceCountedOpenSslEngine
- retain(int) - Method in class io.netty.util.AbstractReferenceCounted
- retain(int) - Method in interface io.netty.util.ReferenceCounted
-
Increases the reference count by the specified
increment. - retain(T) - Method in class io.netty.util.internal.ReferenceCountUpdater
- retain(T) - Static method in class io.netty.util.ReferenceCountUtil
-
Try to call
ReferenceCounted.retain()if the specified message implementsReferenceCounted. - retain(T, int) - Method in class io.netty.util.internal.ReferenceCountUpdater
- retain(T, int) - Static method in class io.netty.util.ReferenceCountUtil
-
Try to call
ReferenceCounted.retain(int)if the specified message implementsReferenceCounted. - RETAIN_AVAILABLE - io.netty.handler.codec.mqtt.MqttProperties.MqttPropertyType
-
Deprecated.
- RETAIN_NOT_SUPPORTED - io.netty.handler.codec.mqtt.MqttReasonCodes.Disconnect
- retainAll(Collection<?>) - Method in class io.netty.util.internal.EmptyPriorityQueue
- retainAvailable(boolean) - Method in class io.netty.handler.codec.mqtt.MqttMessageBuilders.ConnAckPropertiesBuilder
- retained(boolean) - Method in class io.netty.handler.codec.mqtt.MqttMessageBuilders.PublishBuilder
- retainedDuplicate() - Method in class io.netty.buffer.AbstractByteBuf
- retainedDuplicate() - Method in class io.netty.buffer.ByteBuf
-
Returns a retained buffer which shares the whole region of this buffer.
- retainedDuplicate() - Method in interface io.netty.buffer.ByteBufHolder
-
Duplicates this
ByteBufHolder. - retainedDuplicate() - Method in class io.netty.buffer.DefaultByteBufHolder
-
Duplicates this
ByteBufHolder. - retainedDuplicate() - Method in class io.netty.buffer.EmptyByteBuf
- retainedDuplicate() - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- retainedDuplicate() - Method in class io.netty.buffer.WrappedByteBuf
- retainedDuplicate() - Method in class io.netty.channel.epoll.SegmentedDatagramPacket
-
Deprecated.
- retainedDuplicate() - Method in class io.netty.channel.sctp.SctpMessage
- retainedDuplicate() - Method in class io.netty.channel.socket.DatagramPacket
- retainedDuplicate() - Method in class io.netty.channel.udt.UdtMessage
-
Deprecated.
- retainedDuplicate() - Method in class io.netty.channel.unix.DomainDatagramPacket
- retainedDuplicate() - Method in class io.netty.channel.unix.SegmentedDatagramPacket
- retainedDuplicate() - Method in class io.netty.handler.codec.dns.DefaultDnsRawRecord
- retainedDuplicate() - Method in interface io.netty.handler.codec.dns.DnsRawRecord
- retainedDuplicate() - Method in class io.netty.handler.codec.haproxy.HAProxyTLV
- retainedDuplicate() - Method in class io.netty.handler.codec.http.DefaultFullHttpRequest
- retainedDuplicate() - Method in class io.netty.handler.codec.http.DefaultFullHttpResponse
- retainedDuplicate() - Method in class io.netty.handler.codec.http.DefaultHttpContent
- retainedDuplicate() - Method in class io.netty.handler.codec.http.DefaultLastHttpContent
- retainedDuplicate() - Method in interface io.netty.handler.codec.http.FullHttpMessage
- retainedDuplicate() - Method in interface io.netty.handler.codec.http.FullHttpRequest
- retainedDuplicate() - Method in interface io.netty.handler.codec.http.FullHttpResponse
- retainedDuplicate() - Method in interface io.netty.handler.codec.http.HttpContent
- retainedDuplicate() - Method in interface io.netty.handler.codec.http.LastHttpContent
- retainedDuplicate() - Method in interface io.netty.handler.codec.http.multipart.Attribute
- retainedDuplicate() - Method in class io.netty.handler.codec.http.multipart.DiskAttribute
- retainedDuplicate() - Method in class io.netty.handler.codec.http.multipart.DiskFileUpload
- retainedDuplicate() - Method in interface io.netty.handler.codec.http.multipart.FileUpload
- retainedDuplicate() - Method in interface io.netty.handler.codec.http.multipart.HttpData
- retainedDuplicate() - Method in class io.netty.handler.codec.http.multipart.MemoryAttribute
- retainedDuplicate() - Method in class io.netty.handler.codec.http.multipart.MemoryFileUpload
- retainedDuplicate() - Method in class io.netty.handler.codec.http.multipart.MixedAttribute
- retainedDuplicate() - Method in class io.netty.handler.codec.http.multipart.MixedFileUpload
- retainedDuplicate() - Method in class io.netty.handler.codec.http.websocketx.BinaryWebSocketFrame
- retainedDuplicate() - Method in class io.netty.handler.codec.http.websocketx.CloseWebSocketFrame
- retainedDuplicate() - Method in class io.netty.handler.codec.http.websocketx.ContinuationWebSocketFrame
- retainedDuplicate() - Method in class io.netty.handler.codec.http.websocketx.PingWebSocketFrame
- retainedDuplicate() - Method in class io.netty.handler.codec.http.websocketx.PongWebSocketFrame
- retainedDuplicate() - Method in class io.netty.handler.codec.http.websocketx.TextWebSocketFrame
- retainedDuplicate() - Method in class io.netty.handler.codec.http.websocketx.WebSocketFrame
- retainedDuplicate() - Method in class io.netty.handler.codec.http2.DefaultHttp2DataFrame
- retainedDuplicate() - Method in class io.netty.handler.codec.http2.DefaultHttp2GoAwayFrame
- retainedDuplicate() - Method in class io.netty.handler.codec.http2.DefaultHttp2UnknownFrame
- retainedDuplicate() - Method in interface io.netty.handler.codec.http2.Http2DataFrame
- retainedDuplicate() - Method in interface io.netty.handler.codec.http2.Http2GoAwayFrame
- retainedDuplicate() - Method in interface io.netty.handler.codec.http2.Http2UnknownFrame
- retainedDuplicate() - Method in class io.netty.handler.codec.http3.DefaultHttp3DataFrame
- retainedDuplicate() - Method in class io.netty.handler.codec.http3.DefaultHttp3UnknownFrame
- retainedDuplicate() - Method in interface io.netty.handler.codec.http3.Http3DataFrame
- retainedDuplicate() - Method in interface io.netty.handler.codec.http3.Http3UnknownFrame
- retainedDuplicate() - Method in class io.netty.handler.codec.memcache.binary.DefaultFullBinaryMemcacheRequest
- retainedDuplicate() - Method in class io.netty.handler.codec.memcache.binary.DefaultFullBinaryMemcacheResponse
- retainedDuplicate() - Method in interface io.netty.handler.codec.memcache.binary.FullBinaryMemcacheRequest
- retainedDuplicate() - Method in interface io.netty.handler.codec.memcache.binary.FullBinaryMemcacheResponse
- retainedDuplicate() - Method in class io.netty.handler.codec.memcache.DefaultLastMemcacheContent
- retainedDuplicate() - Method in class io.netty.handler.codec.memcache.DefaultMemcacheContent
- retainedDuplicate() - Method in interface io.netty.handler.codec.memcache.FullMemcacheMessage
- retainedDuplicate() - Method in interface io.netty.handler.codec.memcache.LastMemcacheContent
- retainedDuplicate() - Method in interface io.netty.handler.codec.memcache.MemcacheContent
- retainedDuplicate() - Method in class io.netty.handler.codec.mqtt.MqttPublishMessage
- retainedDuplicate() - Method in class io.netty.handler.codec.quic.DefaultQuicStreamFrame
- retainedDuplicate() - Method in interface io.netty.handler.codec.quic.QuicStreamFrame
- retainedDuplicate() - Method in interface io.netty.handler.codec.redis.BulkStringRedisContent
- retainedDuplicate() - Method in class io.netty.handler.codec.redis.DefaultBulkStringRedisContent
- retainedDuplicate() - Method in class io.netty.handler.codec.redis.DefaultLastBulkStringRedisContent
- retainedDuplicate() - Method in class io.netty.handler.codec.redis.FullBulkStringRedisMessage
- retainedDuplicate() - Method in interface io.netty.handler.codec.redis.LastBulkStringRedisContent
- retainedDuplicate() - Method in class io.netty.handler.codec.smtp.DefaultLastSmtpContent
- retainedDuplicate() - Method in class io.netty.handler.codec.smtp.DefaultSmtpContent
- retainedDuplicate() - Method in interface io.netty.handler.codec.smtp.LastSmtpContent
- retainedDuplicate() - Method in interface io.netty.handler.codec.smtp.SmtpContent
- retainedDuplicate() - Method in class io.netty.handler.codec.spdy.DefaultSpdyDataFrame
- retainedDuplicate() - Method in class io.netty.handler.codec.spdy.DefaultSpdyUnknownFrame
- retainedDuplicate() - Method in interface io.netty.handler.codec.spdy.SpdyDataFrame
- retainedDuplicate() - Method in interface io.netty.handler.codec.spdy.SpdyUnknownFrame
- retainedDuplicate() - Method in class io.netty.handler.codec.stomp.DefaultLastStompContentSubframe
- retainedDuplicate() - Method in class io.netty.handler.codec.stomp.DefaultStompContentSubframe
- retainedDuplicate() - Method in class io.netty.handler.codec.stomp.DefaultStompFrame
- retainedDuplicate() - Method in interface io.netty.handler.codec.stomp.LastStompContentSubframe
- retainedDuplicate() - Method in interface io.netty.handler.codec.stomp.StompContentSubframe
- retainedDuplicate() - Method in interface io.netty.handler.codec.stomp.StompFrame
- retainedDuplicate() - Method in class io.netty.handler.ssl.PemPrivateKey
- retainedDuplicate() - Method in class io.netty.handler.ssl.PemX509Certificate
- retainedSlice() - Method in class io.netty.buffer.AbstractByteBuf
- retainedSlice() - Method in class io.netty.buffer.ByteBuf
-
Returns a retained slice of this buffer's readable bytes.
- retainedSlice() - Method in class io.netty.buffer.EmptyByteBuf
- retainedSlice() - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- retainedSlice() - Method in class io.netty.buffer.WrappedByteBuf
- retainedSlice(int, int) - Method in class io.netty.buffer.AbstractByteBuf
- retainedSlice(int, int) - Method in class io.netty.buffer.ByteBuf
-
Returns a retained slice of this buffer's sub-region.
- retainedSlice(int, int) - Method in class io.netty.buffer.EmptyByteBuf
- retainedSlice(int, int) - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- retainedSlice(int, int) - Method in class io.netty.buffer.WrappedByteBuf
- retainHandling() - Method in class io.netty.handler.codec.mqtt.MqttSubscriptionOption
- retrans() - Method in class io.netty.channel.epoll.EpollTcpInfo
- retrans() - Method in class io.netty.channel.uring.IoUringTcpInfo
- retrans() - Method in interface io.netty.handler.codec.quic.QuicConnectionPathStats
- retrans() - Method in interface io.netty.handler.codec.quic.QuicConnectionStats
- retransmits() - Method in class io.netty.channel.epoll.EpollTcpInfo
- retransmits() - Method in class io.netty.channel.uring.IoUringTcpInfo
- RETRT_AFTER - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderNames
-
"retry-after" - RETRT_AFTER - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Names
-
Deprecated.
"Retry-After" - RETRY - io.netty.handler.codec.quic.QuicPacketType
-
Retry packet.
- RETRY_AFTER - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
-
"retry-after" - RETRY_AFTER - Static variable in class io.netty.handler.codec.http.HttpHeaders.Names
-
Deprecated.
"Retry-After" - returnCode(MqttConnectReturnCode) - Method in class io.netty.handler.codec.mqtt.MqttMessageBuilders.ConnAckBuilder
- ReusedSourceConnectionId(long, InetSocketAddress, InetSocketAddress, InetSocketAddress, InetSocketAddress) - Constructor for class io.netty.handler.codec.quic.QuicPathEvent.ReusedSourceConnectionId
-
The stack observes that the Source Connection ID with the given sequence number, initially used by the peer over the first pair of addresses, is now reused over the second pair of addresses.
- RevocationServer - Class in io.netty.pkitesting
-
A simple HTTP server that serves Certificate Revocation Lists.
- revoke(X509Bundle, Instant) - Method in class io.netty.pkitesting.RevocationServer
-
Revoke the given certificate with the given revocation time.
- REVOKED - io.netty.handler.ssl.ocsp.OcspResponse.Status
-
Certificate is revoked
- RFC1738 - io.netty.handler.codec.http.multipart.HttpPostRequestEncoder.EncoderMode
-
Legacy mode which should work for most.
- RFC3986 - io.netty.handler.codec.http.multipart.HttpPostRequestEncoder.EncoderMode
-
Mode which is more new and is used for OAUTH
- rotational(Iterable<? extends InetSocketAddress>) - Static method in class io.netty.resolver.dns.DnsServerAddresses
-
Returns the
DnsServerAddressesthat yields the specifiedaddressesin a rotational sequential order. - rotational(InetSocketAddress...) - Static method in class io.netty.resolver.dns.DnsServerAddresses
-
Returns the
DnsServerAddressesthat yields the specifiedaddressesin a rotational sequential order. - RoundRobinDnsAddressResolverGroup - Class in io.netty.resolver.dns
-
A
AddressResolverGroupofDnsNameResolvers that supports random selection of destination addresses if multiple are provided by the nameserver. - RoundRobinDnsAddressResolverGroup(ChannelFactory<? extends DatagramChannel>, DnsServerAddressStreamProvider) - Constructor for class io.netty.resolver.dns.RoundRobinDnsAddressResolverGroup
- RoundRobinDnsAddressResolverGroup(DnsNameResolverBuilder) - Constructor for class io.netty.resolver.dns.RoundRobinDnsAddressResolverGroup
- RoundRobinDnsAddressResolverGroup(Class<? extends DatagramChannel>, DnsServerAddressStreamProvider) - Constructor for class io.netty.resolver.dns.RoundRobinDnsAddressResolverGroup
- RoundRobinInetAddressResolver - Class in io.netty.resolver
-
A
NameResolverthat resolvesInetAddressand 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.netty.resolver.RoundRobinInetAddressResolver
- RP - Static variable in class io.netty.handler.codec.dns.DnsRecordType
-
Responsible person record RFC 1183 Information about the responsible person(s) for the domain.
- rp1 - Variable in class io.netty.util.internal.InternalThreadLocalMap
-
Deprecated.These padding fields will be removed in the future.
- rp2 - Variable in class io.netty.util.internal.InternalThreadLocalMap
-
Deprecated.These padding fields will be removed in the future.
- rp3 - Variable in class io.netty.util.internal.InternalThreadLocalMap
-
Deprecated.These padding fields will be removed in the future.
- rp4 - Variable in class io.netty.util.internal.InternalThreadLocalMap
-
Deprecated.These padding fields will be removed in the future.
- rp5 - Variable in class io.netty.util.internal.InternalThreadLocalMap
-
Deprecated.These padding fields will be removed in the future.
- rp6 - Variable in class io.netty.util.internal.InternalThreadLocalMap
-
Deprecated.These padding fields will be removed in the future.
- rp7 - Variable in class io.netty.util.internal.InternalThreadLocalMap
-
Deprecated.These padding fields will be removed in the future.
- rp8 - Variable in class io.netty.util.internal.InternalThreadLocalMap
-
Deprecated.These padding fields will be removed in the future.
- RRSIG - Static variable in class io.netty.handler.codec.dns.DnsRecordType
-
DNSSEC signature record RFC 4034 Signature for a DNSSEC-secured record set.
- rsa2048 - io.netty.pkitesting.CertificateBuilder.Algorithm
-
The 2048-bit RSA algorithm offer roughly 112-bits of security strength, at the cost of large keys and slightly expensive key generation.
- rsa2048() - Method in class io.netty.pkitesting.CertificateBuilder
-
Make this certificate builder use the 2048-bit RSA encryption and signing algorithm.
- rsa3072 - io.netty.pkitesting.CertificateBuilder.Algorithm
-
The 3072-bit RSA algorithm offer roughly 128-bits of security strength, at the cost of large keys and fairly expensive key generation.
- rsa4096 - io.netty.pkitesting.CertificateBuilder.Algorithm
-
The 4096-bit RSA algorithm offer roughly greater than 128-bits of security strength, at the cost of large keys and very expensive key generation.
- rsa8192 - io.netty.pkitesting.CertificateBuilder.Algorithm
-
The 8192-bit RSA algorithm offer roughly greater than 192-bits of security strength, at the cost of very large keys and extremely expensive key generation.
- rset() - Static method in class io.netty.handler.codec.smtp.SmtpRequests
-
Creates a
RSETrequest. - RSET - Static variable in class io.netty.handler.codec.smtp.SmtpCommand
- RST_STREAM - Static variable in class io.netty.handler.codec.http2.Http2FrameTypes
- RST_STREAM_FRAME_LENGTH - Static variable in class io.netty.handler.codec.http2.Http2CodecUtil
- rsv() - Method in interface io.netty.handler.codec.http.websocketx.extensions.WebSocketExtension
- rsv() - Method in class io.netty.handler.codec.http.websocketx.WebSocketFrame
-
Bits used for extensions to the standard.
- RSV1 - Static variable in interface io.netty.handler.codec.http.websocketx.extensions.WebSocketExtension
- RSV2 - Static variable in interface io.netty.handler.codec.http.websocketx.extensions.WebSocketExtension
- RSV3 - Static variable in interface io.netty.handler.codec.http.websocketx.extensions.WebSocketExtension
- rto() - Method in class io.netty.channel.epoll.EpollTcpInfo
- rto() - Method in class io.netty.channel.uring.IoUringTcpInfo
- RTP - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Values
-
Deprecated.
"RTP" - RTP - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderValues
-
"RTP" - RTP_INFO - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderNames
-
"rtp-info" - RTP_INFO - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Names
-
Deprecated.
"RTP-Info" - RTPTIME - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Values
-
Deprecated.
"rtptime" - RTPTIME - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderValues
-
"rtptime" - RTS - Static variable in class io.netty.channel.rxtx.RxtxChannelOption
-
Deprecated.
- RTSP_1_0 - Static variable in class io.netty.handler.codec.rtsp.RtspVersions
-
RTSP/1.0
- RTSP_VERSION_NOT_SUPPORTED - Static variable in class io.netty.handler.codec.rtsp.RtspResponseStatuses
-
505 RTSP Version not supported
- RtspDecoder - Class in io.netty.handler.codec.rtsp
-
Decodes
ByteBufs into RTSP messages represented inHttpMessages. - RtspDecoder() - Constructor for class io.netty.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.netty.handler.codec.rtsp.RtspDecoder
-
Creates a new instance with the specified parameters.
- RtspDecoder(int, int, int, boolean) - Constructor for class io.netty.handler.codec.rtsp.RtspDecoder
-
Deprecated.Use the
RtspDecoder(HttpDecoderConfig)constructor instead, or theRtspDecoder(int, int, int)to always enable header validation. - RtspDecoder(HttpDecoderConfig) - Constructor for class io.netty.handler.codec.rtsp.RtspDecoder
-
Creates a new instance with the specified configuration.
- RtspEncoder - Class in io.netty.handler.codec.rtsp
- RtspEncoder() - Constructor for class io.netty.handler.codec.rtsp.RtspEncoder
- RtspHeaderNames - Class in io.netty.handler.codec.rtsp
-
Standard RTSP header names.
- RtspHeaders - Class in io.netty.handler.codec.rtsp
-
Deprecated.Use
RtspHeaderNamesorRtspHeaderValuesinstead. Standard RTSP header names and values. - RtspHeaders.Names - Class in io.netty.handler.codec.rtsp
-
Deprecated.Use
RtspHeaderNamesinstead. Standard RTSP header names. - RtspHeaders.Values - Class in io.netty.handler.codec.rtsp
-
Deprecated.Use
RtspHeaderValuesinstead. Standard RTSP header values. - RtspHeaderValues - Class in io.netty.handler.codec.rtsp
-
Standard RTSP header names.
- RtspMethods - Class in io.netty.handler.codec.rtsp
-
The request getMethod of RTSP.
- RtspObjectDecoder - Class in io.netty.handler.codec.rtsp
-
Deprecated.Use
RtspDecoderinstead. - RtspObjectDecoder() - Constructor for class io.netty.handler.codec.rtsp.RtspObjectDecoder
-
Deprecated.Creates a new instance with the default
maxInitialLineLength (4096),maxHeaderSize (8192), andmaxContentLength (8192). - RtspObjectDecoder(int, int, int) - Constructor for class io.netty.handler.codec.rtsp.RtspObjectDecoder
-
Deprecated.Creates a new instance with the specified parameters.
- RtspObjectDecoder(int, int, int, boolean) - Constructor for class io.netty.handler.codec.rtsp.RtspObjectDecoder
-
Deprecated.
- RtspObjectEncoder<H extends HttpMessage> - Class in io.netty.handler.codec.rtsp
-
Deprecated.Use
RtspEncoderinstead. - RtspObjectEncoder() - Constructor for class io.netty.handler.codec.rtsp.RtspObjectEncoder
-
Deprecated.Creates a new instance.
- RtspRequestDecoder - Class in io.netty.handler.codec.rtsp
-
Deprecated.Use
RtspDecoderdirectly instead - RtspRequestDecoder() - Constructor for class io.netty.handler.codec.rtsp.RtspRequestDecoder
-
Deprecated.
- RtspRequestEncoder - Class in io.netty.handler.codec.rtsp
-
Deprecated.Use
RtspEncoderdirectly instead - RtspRequestEncoder() - Constructor for class io.netty.handler.codec.rtsp.RtspRequestEncoder
-
Deprecated.
- RtspResponseDecoder - Class in io.netty.handler.codec.rtsp
-
Deprecated.Use
RtspDecoderdirectly instead - RtspResponseDecoder() - Constructor for class io.netty.handler.codec.rtsp.RtspResponseDecoder
-
Deprecated.
- RtspResponseEncoder - Class in io.netty.handler.codec.rtsp
-
Deprecated.Use
RtspEncoderdirectly instead - RtspResponseEncoder() - Constructor for class io.netty.handler.codec.rtsp.RtspResponseEncoder
-
Deprecated.
- RtspResponseStatuses - Class in io.netty.handler.codec.rtsp
-
The getStatus code and its description of a RTSP response.
- RtspVersions - Class in io.netty.handler.codec.rtsp
-
The version of RTSP.
- rtt() - Method in class io.netty.channel.epoll.EpollTcpInfo
- rtt() - Method in class io.netty.channel.uring.IoUringTcpInfo
- rtt() - Method in interface io.netty.handler.codec.quic.QuicConnectionPathStats
- rttvar() - Method in class io.netty.channel.epoll.EpollTcpInfo
- rttvar() - Method in class io.netty.channel.uring.IoUringTcpInfo
- RuleBasedIpFilter - Class in io.netty.handler.ipfilter
-
This class allows one to filter new
Channels based on theIpFilterRules passed to its constructor. - RuleBasedIpFilter(boolean, IpFilterRule...) - Constructor for class io.netty.handler.ipfilter.RuleBasedIpFilter
-
Create new Instance of
RuleBasedIpFilterand filter incoming connections based on their IP address andrulesapplied. - RuleBasedIpFilter(IpFilterRule...) - Constructor for class io.netty.handler.ipfilter.RuleBasedIpFilter
-
Create new Instance of
RuleBasedIpFilterand filter incoming connections based on their IP address andrulesapplied. - ruleType() - Method in interface io.netty.handler.ipfilter.IpFilterRule
- ruleType() - Method in class io.netty.handler.ipfilter.IpSubnetFilterRule
- run() - Method in class io.netty.channel.DefaultEventLoop
- run() - Method in class io.netty.channel.SingleThreadIoEventLoop
- run() - Method in class io.netty.channel.ThreadPerChannelEventLoop
-
Deprecated.
- run() - Method in class io.netty.util.concurrent.DefaultEventExecutor
- run() - Method in class io.netty.util.concurrent.SingleThreadEventExecutor
-
Run the tasks in the
SingleThreadEventExecutor.taskQueue - run(long) - Method in class io.netty.channel.ManualIoEventLoop
-
Run all ready IO and tasks for this
IoEventLoop. - run(long, long) - Method in class io.netty.channel.ManualIoEventLoop
-
Run all ready IO and tasks for this
IoEventLoop. - run(IoHandlerContext) - Method in class io.netty.channel.epoll.EpollIoHandler
- run(IoHandlerContext) - Method in interface io.netty.channel.IoHandler
-
Run the IO handled by this
IoHandler. - run(IoHandlerContext) - Method in class io.netty.channel.kqueue.KQueueIoHandler
- run(IoHandlerContext) - Method in class io.netty.channel.local.LocalIoHandler
- run(IoHandlerContext) - Method in class io.netty.channel.nio.NioIoHandler
- run(IoHandlerContext) - Method in class io.netty.channel.uring.IoUringIoHandler
- run(Timeout) - Method in interface io.netty.util.TimerTask
-
Executed after the delay specified with
Timer.newTimeout(TimerTask, long, TimeUnit). - runAllTasks() - Method in class io.netty.util.concurrent.SingleThreadEventExecutor
-
Poll all tasks from the task queue and run them via
Runnable.run()method. - runAllTasks(long) - Method in class io.netty.util.concurrent.SingleThreadEventExecutor
-
Poll all tasks from the task queue and run them via
Runnable.run()method. - runAllTasksFrom(Queue<Runnable>) - Method in class io.netty.util.concurrent.SingleThreadEventExecutor
-
Runs all tasks from the passed
taskQueue. - runIo() - Method in class io.netty.channel.SingleThreadIoEventLoop
-
Called when IO will be processed for all the
IoHandles on thisSingleThreadIoEventLoop. - runNonBlockingTasks(long) - Method in class io.netty.channel.ManualIoEventLoop
-
Poll and run tasks from the task queue, until the task queue is empty or the given deadline is exceeded.
IftimeoutNanosis less or equals 0, no deadline is applied. - runNow() - Method in class io.netty.channel.ManualIoEventLoop
-
Run all ready IO and tasks for this
IoEventLoop. - runNow(long) - Method in class io.netty.channel.ManualIoEventLoop
-
Executes all ready IO and tasks for this
IoEventLoop. - runPendingTasks() - Method in class io.netty.channel.embedded.EmbeddedChannel
- runScheduledAndExecutorTasks(int) - Method in class io.netty.util.concurrent.SingleThreadEventExecutor
-
Execute all expired scheduled tasks and all current tasks in the executor queue until both queues are empty, or
maxDrainAttemptshas been exceeded. - runScheduledPendingTasks() - Method in class io.netty.channel.embedded.EmbeddedChannel
- runTask(Runnable) - Static method in class io.netty.util.concurrent.AbstractEventExecutor
- runWithFastThreadLocal(Runnable) - Static method in class io.netty.util.concurrent.FastThreadLocalThread
-
Run the given task with
FastThreadLocalsupport. - RxtxChannel - Class in io.netty.channel.rxtx
-
Deprecated.this transport will be removed in the next major version.
- RxtxChannel() - Constructor for class io.netty.channel.rxtx.RxtxChannel
-
Deprecated.
- RxtxChannelConfig - Interface in io.netty.channel.rxtx
-
Deprecated.this transport will be removed in the next major version.
- RxtxChannelConfig.Databits - Enum in io.netty.channel.rxtx
-
Deprecated.
- RxtxChannelConfig.Paritybit - Enum in io.netty.channel.rxtx
-
Deprecated.
- RxtxChannelConfig.Stopbits - Enum in io.netty.channel.rxtx
-
Deprecated.
- RxtxChannelOption<T> - Class in io.netty.channel.rxtx
-
Deprecated.this transport will be removed in the next major version.
- RxtxDeviceAddress - Class in io.netty.channel.rxtx
-
Deprecated.this transport will be removed in the next major version.
- RxtxDeviceAddress(String) - Constructor for class io.netty.channel.rxtx.RxtxDeviceAddress
-
Deprecated.Creates a RxtxDeviceAddress representing the address of the serial port.
S
- S_MAXAGE - Static variable in class io.netty.handler.codec.http.HttpHeaders.Values
-
Deprecated.
"s-maxage" - S_MAXAGE - Static variable in class io.netty.handler.codec.http.HttpHeaderValues
-
"s-maxage" - sacked() - Method in class io.netty.channel.epoll.EpollTcpInfo
- sacked() - Method in class io.netty.channel.uring.IoUringTcpInfo
- safeExecute(Runnable) - Static method in class io.netty.util.concurrent.AbstractEventExecutor
-
Try to execute the given
Runnableand just log if it throws aThrowable. - safeFindNextPositivePowerOfTwo(int) - Static method in class io.netty.util.internal.MathUtil
-
Fast method of finding the next power of 2 greater than or equal to the supplied value.
- safeInitializeRawRefCnt(T, int) - Method in class io.netty.util.internal.AtomicReferenceCountUpdater
- safeInitializeRawRefCnt(T, int) - Method in class io.netty.util.internal.ReferenceCountUpdater
- safeInitializeRawRefCnt(T, int) - Method in class io.netty.util.internal.UnsafeReferenceCountUpdater
- safeInitializeRawRefCnt(T, int) - Method in class io.netty.util.internal.VarHandleReferenceCountUpdater
- safeRelease(Object) - Static method in class io.netty.util.ReferenceCountUtil
-
Try to call
ReferenceCounted.release()if the specified message implementsReferenceCounted. - safeRelease(Object, int) - Static method in class io.netty.util.ReferenceCountUtil
-
Try to call
ReferenceCounted.release(int)if the specified message implementsReferenceCounted. - safeSetFailure(ChannelPromise, Throwable) - Method in class io.netty.channel.AbstractChannel.AbstractUnsafe
-
Marks the specified
promiseas failure. - safeSetSuccess(ChannelPromise) - Method in class io.netty.channel.AbstractChannel.AbstractUnsafe
-
Marks the specified
promiseas success. - sameSite() - Method in class io.netty.handler.codec.http.cookie.DefaultCookie
-
Checks to see if this
Cookiecan be sent along cross-site requests. - SAMESITE - Static variable in class io.netty.handler.codec.http.cookie.CookieHeaderNames
- sanitizeHeadersBeforeEncode(H, boolean) - Method in class io.netty.handler.codec.http.HttpObjectEncoder
-
Allows to sanitize headers of the message before encoding these.
- sanitizeHeadersBeforeEncode(HttpResponse, boolean) - Method in class io.netty.handler.codec.http.HttpResponseEncoder
- SASL_AUTH - Static variable in class io.netty.handler.codec.memcache.binary.BinaryMemcacheOpcodes
- SASL_LIST_MECHS - Static variable in class io.netty.handler.codec.memcache.binary.BinaryMemcacheOpcodes
- SASL_STEP - Static variable in class io.netty.handler.codec.memcache.binary.BinaryMemcacheOpcodes
- SCALE - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderNames
-
"scale" - SCALE - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Names
-
Deprecated.
"Scale" - schedule(Runnable, long, TimeUnit) - Method in class io.netty.util.concurrent.AbstractEventExecutor
- schedule(Runnable, long, TimeUnit) - Method in class io.netty.util.concurrent.AbstractEventExecutorGroup
- schedule(Runnable, long, TimeUnit) - Method in class io.netty.util.concurrent.AbstractScheduledEventExecutor
- schedule(Runnable, long, TimeUnit) - Method in interface io.netty.util.concurrent.EventExecutorGroup
- schedule(Runnable, long, TimeUnit) - Method in class io.netty.util.concurrent.NonStickyEventExecutorGroup
- schedule(Runnable, long, TimeUnit) - Method in class io.netty.util.concurrent.UnorderedThreadPoolEventExecutor
-
Deprecated.
- schedule(Callable<V>, long, TimeUnit) - Method in class io.netty.util.concurrent.AbstractEventExecutor
- schedule(Callable<V>, long, TimeUnit) - Method in class io.netty.util.concurrent.AbstractEventExecutorGroup
- schedule(Callable<V>, long, TimeUnit) - Method in class io.netty.util.concurrent.AbstractScheduledEventExecutor
- schedule(Callable<V>, long, TimeUnit) - Method in interface io.netty.util.concurrent.EventExecutorGroup
- schedule(Callable<V>, long, TimeUnit) - Method in class io.netty.util.concurrent.NonStickyEventExecutorGroup
- schedule(Callable<V>, long, TimeUnit) - Method in class io.netty.util.concurrent.UnorderedThreadPoolEventExecutor
-
Deprecated.
- scheduleAtFixedRate(Runnable, long, long, TimeUnit) - Method in class io.netty.util.concurrent.AbstractEventExecutor
- scheduleAtFixedRate(Runnable, long, long, TimeUnit) - Method in class io.netty.util.concurrent.AbstractEventExecutorGroup
- scheduleAtFixedRate(Runnable, long, long, TimeUnit) - Method in class io.netty.util.concurrent.AbstractScheduledEventExecutor
- scheduleAtFixedRate(Runnable, long, long, TimeUnit) - Method in interface io.netty.util.concurrent.EventExecutorGroup
- scheduleAtFixedRate(Runnable, long, long, TimeUnit) - Method in class io.netty.util.concurrent.NonStickyEventExecutorGroup
- scheduleAtFixedRate(Runnable, long, long, TimeUnit) - Method in class io.netty.util.concurrent.UnorderedThreadPoolEventExecutor
-
Deprecated.
- ScheduledFuture<V> - Interface in io.netty.util.concurrent
-
The result of a scheduled asynchronous operation.
- scheduleWithFixedDelay(Runnable, long, long, TimeUnit) - Method in class io.netty.util.concurrent.AbstractEventExecutor
- scheduleWithFixedDelay(Runnable, long, long, TimeUnit) - Method in class io.netty.util.concurrent.AbstractEventExecutorGroup
- scheduleWithFixedDelay(Runnable, long, long, TimeUnit) - Method in class io.netty.util.concurrent.AbstractScheduledEventExecutor
- scheduleWithFixedDelay(Runnable, long, long, TimeUnit) - Method in interface io.netty.util.concurrent.EventExecutorGroup
- scheduleWithFixedDelay(Runnable, long, long, TimeUnit) - Method in class io.netty.util.concurrent.NonStickyEventExecutorGroup
- scheduleWithFixedDelay(Runnable, long, long, TimeUnit) - Method in class io.netty.util.concurrent.UnorderedThreadPoolEventExecutor
-
Deprecated.
- scheme() - Method in class io.netty.handler.codec.http2.DefaultHttp2Headers
- scheme() - Method in class io.netty.handler.codec.http2.EmptyHttp2Headers
- scheme() - Method in interface io.netty.handler.codec.http2.Http2Headers
-
Gets the
Http2Headers.PseudoHeaderName.SCHEMEheader ornullif there is no such header - scheme() - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
- scheme() - Method in class io.netty.handler.codec.http3.DefaultHttp3Headers
- scheme() - Method in interface io.netty.handler.codec.http3.Http3Headers
-
Gets the
Http3Headers.PseudoHeaderName.SCHEMEheader ornullif there is no such header - scheme(CharSequence) - Method in class io.netty.handler.codec.http2.DefaultHttp2Headers
- scheme(CharSequence) - Method in class io.netty.handler.codec.http2.EmptyHttp2Headers
- scheme(CharSequence) - Method in interface io.netty.handler.codec.http2.Http2Headers
-
Sets the
Http2Headers.PseudoHeaderName.SCHEMEheader - scheme(CharSequence) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
- scheme(CharSequence) - Method in class io.netty.handler.codec.http3.DefaultHttp3Headers
- scheme(CharSequence) - Method in interface io.netty.handler.codec.http3.Http3Headers
-
Sets the
Http3Headers.PseudoHeaderName.SCHEMEheader - SCHEME - io.netty.handler.codec.http2.Http2Headers.PseudoHeaderName
-
:scheme. - SCHEME - io.netty.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 - SCHEME - io.netty.handler.codec.http3.Http3Headers.PseudoHeaderName
-
:scheme. - SCHEME - io.netty.handler.codec.http3.HttpConversionUtil.ExtensionHeaderNames
-
HTTP extension header which will identify the scheme pseudo header from the HTTP/3 event(s) responsible for generating an
HttpObject - SCHEME - Static variable in class io.netty.handler.codec.spdy.SpdyHeaders.HttpNames
-
":scheme" - SCHEME - Static variable in class io.netty.handler.codec.spdy.SpdyHttpHeaders.Names
-
"x-spdy-scheme" - scopeId() - Method in class io.netty.channel.unix.NativeInetAddress
- scopePrefixLength() - Method in class io.netty.handler.codec.dns.DefaultDnsOptEcsRecord
- scopePrefixLength() - Method in interface io.netty.handler.codec.dns.DnsOptEcsRecord
-
Returns the leftmost number of significant bits of ADDRESS that the response covers.
- SCTP_DISABLE_FRAGMENTS - Static variable in class io.netty.channel.sctp.SctpChannelOption
- SCTP_EXPLICIT_COMPLETE - Static variable in class io.netty.channel.sctp.SctpChannelOption
- SCTP_FRAGMENT_INTERLEAVE - Static variable in class io.netty.channel.sctp.SctpChannelOption
- SCTP_INIT_MAXSTREAMS - Static variable in class io.netty.channel.sctp.SctpChannelOption
- SCTP_NODELAY - Static variable in class io.netty.channel.sctp.SctpChannelOption
- SCTP_PRIMARY_ADDR - Static variable in class io.netty.channel.sctp.SctpChannelOption
- SCTP_SET_PEER_PRIMARY_ADDR - Static variable in class io.netty.channel.sctp.SctpChannelOption
- SctpChannel - Interface in io.netty.channel.sctp
-
A SCTP/IP
Channelinterface for single SCTP association. - SctpChannelConfig - Interface in io.netty.channel.sctp
-
A
ChannelConfigfor aSctpChannel. - SctpChannelOption<T> - Class in io.netty.channel.sctp
-
Option for configuring the SCTP transport
- SctpInboundByteStreamHandler - Class in io.netty.handler.codec.sctp
-
A ChannelHandler which receives
SctpMessages which belong to a application protocol form a specific SCTP Stream and decode it asByteBuf. - SctpInboundByteStreamHandler(int, int) - Constructor for class io.netty.handler.codec.sctp.SctpInboundByteStreamHandler
- SctpMessage - Class in io.netty.channel.sctp
-
Representation of SCTP Data Chunk
- SctpMessage(int, int, boolean, ByteBuf) - Constructor for class io.netty.channel.sctp.SctpMessage
-
Essential data that is being carried within SCTP Data Chunk
- SctpMessage(int, int, ByteBuf) - Constructor for class io.netty.channel.sctp.SctpMessage
-
Essential data that is being carried within SCTP Data Chunk
- SctpMessage(MessageInfo, ByteBuf) - Constructor for class io.netty.channel.sctp.SctpMessage
-
Essential data that is being carried within SCTP Data Chunk
- SctpMessageCompletionHandler - Class in io.netty.handler.codec.sctp
-
MessageToMessageDecoderwhich will take care of handle fragmentedSctpMessages, so only completeSctpMessages will be forwarded to the nextChannelInboundHandler. - SctpMessageCompletionHandler() - Constructor for class io.netty.handler.codec.sctp.SctpMessageCompletionHandler
- SctpMessageToMessageDecoder - Class in io.netty.handler.codec.sctp
- SctpMessageToMessageDecoder() - Constructor for class io.netty.handler.codec.sctp.SctpMessageToMessageDecoder
- SctpNotificationHandler - Class in io.netty.channel.sctp
-
AbstractNotificationHandlerimplementation which will handle allNotifications by trigger aNotificationuser event in theChannelPipelineof aSctpChannel. - SctpNotificationHandler(SctpChannel) - Constructor for class io.netty.channel.sctp.SctpNotificationHandler
- SctpOutboundByteStreamHandler - Class in io.netty.handler.codec.sctp
-
A ChannelHandler which transform
ByteBuftoSctpMessageand send it through a specific stream with given protocol identifier. - SctpOutboundByteStreamHandler(int, int) - Constructor for class io.netty.handler.codec.sctp.SctpOutboundByteStreamHandler
- SctpOutboundByteStreamHandler(int, int, boolean) - Constructor for class io.netty.handler.codec.sctp.SctpOutboundByteStreamHandler
- SctpServerChannel - Interface in io.netty.channel.sctp
-
A SCTP/IP
ServerChannelwhich accepts incoming SCTP/IP associations. - SctpServerChannelConfig - Interface in io.netty.channel.sctp
-
A
ChannelConfigfor aSctpServerChannelConfig. - searchDomains(Iterable<String>) - Method in class io.netty.resolver.dns.DnsNameResolverBuilder
-
Set the list of search domains of the resolver.
- SearchProcessor - Interface in io.netty.buffer.search
-
Interface for
ByteProcessorthat implements string search. - SearchProcessorFactory - Interface in io.netty.buffer.search
- SEC_WEBSOCKET_ACCEPT - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
-
"sec-websocket-accept" - SEC_WEBSOCKET_ACCEPT - Static variable in class io.netty.handler.codec.http.HttpHeaders.Names
-
Deprecated.
"Sec-WebSocket-Accept" - SEC_WEBSOCKET_EXTENSIONS - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
-
"sec-websocket-protocol" - SEC_WEBSOCKET_KEY - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
-
"sec-websocket-key" - SEC_WEBSOCKET_KEY - Static variable in class io.netty.handler.codec.http.HttpHeaders.Names
-
Deprecated.
"Sec-WebSocket-Key" - SEC_WEBSOCKET_KEY1 - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
-
"sec-websocket-key1" - SEC_WEBSOCKET_KEY1 - Static variable in class io.netty.handler.codec.http.HttpHeaders.Names
-
Deprecated.
"Sec-WebSocket-Key1" - SEC_WEBSOCKET_KEY2 - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
-
"sec-websocket-key2" - SEC_WEBSOCKET_KEY2 - Static variable in class io.netty.handler.codec.http.HttpHeaders.Names
-
Deprecated.
"Sec-WebSocket-Key2" - SEC_WEBSOCKET_LOCATION - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
-
"sec-websocket-location" - SEC_WEBSOCKET_LOCATION - Static variable in class io.netty.handler.codec.http.HttpHeaders.Names
-
Deprecated.
"Sec-WebSocket-Location" - SEC_WEBSOCKET_ORIGIN - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
-
"sec-websocket-origin" - SEC_WEBSOCKET_ORIGIN - Static variable in class io.netty.handler.codec.http.HttpHeaders.Names
-
Deprecated.
"Sec-WebSocket-Origin" - SEC_WEBSOCKET_PROTOCOL - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
-
"sec-websocket-protocol" - SEC_WEBSOCKET_PROTOCOL - Static variable in class io.netty.handler.codec.http.HttpHeaders.Names
-
Deprecated.
"Sec-WebSocket-Protocol" - SEC_WEBSOCKET_VERSION - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
-
"sec-websocket-version" - SEC_WEBSOCKET_VERSION - Static variable in class io.netty.handler.codec.http.HttpHeaders.Names
-
Deprecated.
"Sec-WebSocket-Version" - sectionAcknowledged(int) - Method in interface io.netty.handler.codec.http3.QpackDecoderStateSyncStrategy
-
Callback when an encoded header field section is decoded successfully by the decoder.
- SECURE - Static variable in class io.netty.handler.codec.http.cookie.CookieHeaderNames
- secureRandom(SecureRandom) - Method in class io.netty.handler.ssl.SslContextBuilder
-
Specify a non-default source of randomness for the
JdkSslContext - secureRandom(SecureRandom) - Method in class io.netty.pkitesting.CertificateBuilder
-
Set the
SecureRandominstance to use when generating keys. - SEE_OTHER - Static variable in class io.netty.handler.codec.http.HttpResponseStatus
-
303 See Other (since HTTP/1.1)
- SEGMENTED_DATAGRAM_PACKET_ALLOCATOR - Static variable in class io.netty.handler.codec.quic.QuicChannelOption
-
Use GSO for QUIC packets if possible.
- SegmentedDatagramPacket - Class in io.netty.channel.epoll
-
Deprecated.
- SegmentedDatagramPacket - Class in io.netty.channel.unix
-
Allows to use GSO if the underlying OS supports it.
- SegmentedDatagramPacket(ByteBuf, int, InetSocketAddress) - Constructor for class io.netty.channel.epoll.SegmentedDatagramPacket
-
Deprecated.Create a new instance.
- SegmentedDatagramPacket(ByteBuf, int, InetSocketAddress) - Constructor for class io.netty.channel.unix.SegmentedDatagramPacket
-
Create a new instance.
- SegmentedDatagramPacket(ByteBuf, int, InetSocketAddress, InetSocketAddress) - Constructor for class io.netty.channel.epoll.SegmentedDatagramPacket
-
Deprecated.Create a new instance.
- SegmentedDatagramPacket(ByteBuf, int, InetSocketAddress, InetSocketAddress) - Constructor for class io.netty.channel.unix.SegmentedDatagramPacket
-
Create a new instance.
- SegmentedDatagramPacketAllocator - Interface in io.netty.handler.codec.quic
-
Used to allocate datagram packets that use UDP_SEGMENT (GSO).
- segmentSize() - Method in class io.netty.channel.unix.SegmentedDatagramPacket
-
Return the size of each segment (the last segment can be smaller).
- select(List<String>) - Method in interface io.netty.handler.ssl.JdkApplicationProtocolNegotiator.ProtocolSelector
-
Deprecated.Callback invoked to select the application level protocol from the
protocolsprovided. - SELECT - Static variable in interface io.netty.channel.SelectStrategy
-
Indicates a blocking select should follow.
- selectableChannel() - Method in class io.netty.channel.nio.AbstractNioChannel.AbstractNioUnsafe
- selectableChannel() - Method in interface io.netty.channel.nio.NioIoHandle
-
The underlying
SelectableChannel. - selectableChannel() - Method in class io.netty.channel.nio.NioSelectableChannelIoHandle
- selected(String) - Method in interface io.netty.handler.ssl.JdkApplicationProtocolNegotiator.ProtocolSelectionListener
-
Deprecated.Callback invoked to let this application know the protocol chosen by the peer.
- selectedListenerFailureBehavior() - Method in class io.netty.handler.ssl.ApplicationProtocolConfig
-
Get the desired behavior for the peer who is notified of the selected protocol.
- selectedListenerFailureBehavior() - Method in interface io.netty.handler.ssl.OpenSslApplicationProtocolNegotiator
-
Deprecated.Get the desired behavior for the peer who is notified of the selected protocol.
- selectedListenerFailureBehavior() - Method in class io.netty.handler.ssl.OpenSslDefaultApplicationProtocolNegotiator
-
Deprecated.
- selectedListenerFailureBehavior() - Method in class io.netty.handler.ssl.OpenSslNpnApplicationProtocolNegotiator
-
Deprecated.
- selectedSubprotocol() - Method in class io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker
-
Returns the selected subprotocol.
- selectedSubprotocol() - Method in class io.netty.handler.codec.http.websocketx.WebSocketServerProtocolHandler.HandshakeComplete
- selectionKey() - Method in class io.netty.channel.nio.AbstractNioChannel
-
Deprecated.
- selectorFailureBehavior() - Method in class io.netty.handler.ssl.ApplicationProtocolConfig
-
Get the desired behavior for the peer who selects the application protocol.
- selectorFailureBehavior() - Method in interface io.netty.handler.ssl.OpenSslApplicationProtocolNegotiator
-
Deprecated.Get the desired behavior for the peer who selects the application protocol.
- selectorFailureBehavior() - Method in class io.netty.handler.ssl.OpenSslDefaultApplicationProtocolNegotiator
-
Deprecated.
- selectorFailureBehavior() - Method in class io.netty.handler.ssl.OpenSslNpnApplicationProtocolNegotiator
-
Deprecated.
- selectorProvider() - Method in class io.netty.channel.nio.NioEventLoop
-
Deprecated.
- selectorProvider() - Method in class io.netty.channel.nio.NioIoHandler
- SelectStrategy - Interface in io.netty.channel
-
Select strategy interface.
- SelectStrategyFactory - Interface in io.netty.channel
-
Factory that creates a new
SelectStrategyevery time. - selectSubprotocol(String) - Method in class io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker
-
Selects the first matching supported sub protocol
- self() - Method in class io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
-
Returns
this. - self() - Method in class io.netty.handler.codec.http2.AbstractInboundHttp2ToHttpAdapterBuilder
- self() - Method in class io.netty.handler.codec.quic.QuicCodecBuilder
-
Returns itself.
- SelfSignedCertificate - Class in io.netty.handler.ssl.util
-
Deprecated.Use the
CertificateBuilderfromnetty-pkitestinginstead. - SelfSignedCertificate() - Constructor for class io.netty.handler.ssl.util.SelfSignedCertificate
-
Deprecated.Creates a new instance.
- SelfSignedCertificate(String) - Constructor for class io.netty.handler.ssl.util.SelfSignedCertificate
-
Deprecated.Creates a new instance.
- SelfSignedCertificate(String, String, int) - Constructor for class io.netty.handler.ssl.util.SelfSignedCertificate
-
Deprecated.Creates a new instance.
- SelfSignedCertificate(String, SecureRandom, int) - Constructor for class io.netty.handler.ssl.util.SelfSignedCertificate
-
Deprecated.Creates a new instance.
- SelfSignedCertificate(String, SecureRandom, int, Date, Date) - Constructor for class io.netty.handler.ssl.util.SelfSignedCertificate
-
Deprecated.Creates a new instance.
- SelfSignedCertificate(String, SecureRandom, int, Date, Date, String) - Constructor for class io.netty.handler.ssl.util.SelfSignedCertificate
-
Deprecated.Creates a new instance.
- SelfSignedCertificate(String, SecureRandom, String, int) - Constructor for class io.netty.handler.ssl.util.SelfSignedCertificate
-
Deprecated.Creates a new instance.
- SelfSignedCertificate(String, Date, Date) - Constructor for class io.netty.handler.ssl.util.SelfSignedCertificate
-
Deprecated.Creates a new instance.
- SelfSignedCertificate(String, Date, Date, String, int) - Constructor for class io.netty.handler.ssl.util.SelfSignedCertificate
-
Deprecated.Creates a new instance.
- SelfSignedCertificate(Date, Date) - Constructor for class io.netty.handler.ssl.util.SelfSignedCertificate
-
Deprecated.Creates a new instance.
- SelfSignedCertificate(Date, Date, String, int) - Constructor for class io.netty.handler.ssl.util.SelfSignedCertificate
-
Deprecated.Creates a new instance.
- SelfSignedCertificate.Builder - Class in io.netty.handler.ssl.util
-
Deprecated.
- SEMICOLON - Static variable in class io.netty.handler.codec.http.HttpConstants
-
Semicolon ';'
- semicolonIsNormalChar(boolean) - Method in class io.netty.handler.codec.http.QueryStringDecoder.Builder
-
falseby default. - send(ByteBuffer, int, int) - Method in class io.netty.channel.unix.Socket
- SEND - io.netty.handler.codec.stomp.StompCommand
- SEND_AT_SUBSCRIBE - io.netty.handler.codec.mqtt.MqttSubscriptionOption.RetainedHandlingPolicy
- SEND_AT_SUBSCRIBE_IF_NOT_YET_EXISTS - io.netty.handler.codec.mqtt.MqttSubscriptionOption.RetainedHandlingPolicy
- sendAddress(long, int, int) - Method in class io.netty.channel.unix.Socket
- sendCloseFrame() - Method in class io.netty.handler.codec.http.websocketx.WebSocketClientProtocolConfig
- sendCloseFrame() - Method in class io.netty.handler.codec.http.websocketx.WebSocketServerProtocolConfig
- sendCloseFrame(WebSocketCloseStatus) - Method in class io.netty.handler.codec.http.websocketx.WebSocketClientProtocolConfig.Builder
-
Close frame to send, when close frame was not send manually.
- sendCloseFrame(WebSocketCloseStatus) - Method in class io.netty.handler.codec.http.websocketx.WebSocketServerProtocolConfig.Builder
-
Close frame to send, when close frame was not send manually.
- sender() - Method in interface io.netty.channel.AddressedEnvelope
-
Returns the address of the sender of this message.
- sender() - Method in class io.netty.channel.DefaultAddressedEnvelope
- sender() - Method in class io.netty.handler.codec.dns.DatagramDnsQuery
- sender() - Method in class io.netty.handler.codec.dns.DatagramDnsResponse
- sendFd(int) - Method in class io.netty.channel.unix.Socket
- sendmmsg(int, NativeDatagramPacketArray.NativeDatagramPacket[], int, int) - Static method in class io.netty.channel.epoll.Native
-
Deprecated.
- sendTo(ByteBuffer, int, int, InetAddress, int) - Method in class io.netty.channel.unix.Socket
- sendTo(ByteBuffer, int, int, InetAddress, int, boolean) - Method in class io.netty.channel.unix.Socket
- sendToAddress(long, int, int, InetAddress, int) - Method in class io.netty.channel.unix.Socket
- sendToAddress(long, int, int, InetAddress, int, boolean) - Method in class io.netty.channel.unix.Socket
- sendToAddressDomainSocket(long, int, int, byte[]) - Method in class io.netty.channel.unix.Socket
- sendToAddresses(long, int, InetAddress, int) - Method in class io.netty.channel.unix.Socket
- sendToAddresses(long, int, InetAddress, int, boolean) - Method in class io.netty.channel.unix.Socket
- sendToAddressesDomainSocket(long, int, byte[]) - Method in class io.netty.channel.unix.Socket
- sendToDomainSocket(ByteBuffer, int, int, byte[]) - Method in class io.netty.channel.unix.Socket
- sendToProxyServer(Object) - Method in class io.netty.handler.proxy.ProxyHandler
-
Sends the specified message to the proxy server.
- sendUnsupportedVersionResponse(Channel) - Static method in class io.netty.handler.codec.http.websocketx.WebSocketServerHandshakerFactory
-
Return that we need cannot support the web socket version
- sendUnsupportedVersionResponse(Channel, ChannelPromise) - Static method in class io.netty.handler.codec.http.websocketx.WebSocketServerHandshakerFactory
-
Return that we need cannot support the web socket version
- sendUnsupportedWebSocketVersionResponse(Channel) - Static method in class io.netty.handler.codec.http.websocketx.WebSocketServerHandshakerFactory
- sent() - Method in interface io.netty.handler.codec.quic.QuicConnectionPathStats
- sent() - Method in interface io.netty.handler.codec.quic.QuicConnectionStats
- sentBytes() - Method in interface io.netty.handler.codec.quic.QuicConnectionPathStats
- sentBytes() - Method in interface io.netty.handler.codec.quic.QuicConnectionStats
- seq() - Method in class io.netty.handler.codec.quic.QuicPathEvent.ReusedSourceConnectionId
-
Source connection id sequence number.
- SEQ - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Values
-
Deprecated.
"seq" - SEQ - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderValues
-
"seq" - sequential(Iterable<? extends InetSocketAddress>) - Static method in class io.netty.resolver.dns.DnsServerAddresses
-
Returns the
DnsServerAddressesthat yields the specifiedaddressessequentially. - sequential(InetSocketAddress...) - Static method in class io.netty.resolver.dns.DnsServerAddresses
-
Returns the
DnsServerAddressesthat yields the specifiedaddressessequentially. - SequentialDnsServerAddressStreamProvider - Class in io.netty.resolver.dns
-
A
DnsServerAddressStreamProviderwhich is backed by a sequential list of DNS servers. - SequentialDnsServerAddressStreamProvider(Iterable<? extends InetSocketAddress>) - Constructor for class io.netty.resolver.dns.SequentialDnsServerAddressStreamProvider
-
Create a new instance.
- SequentialDnsServerAddressStreamProvider(InetSocketAddress...) - Constructor for class io.netty.resolver.dns.SequentialDnsServerAddressStreamProvider
-
Create a new instance.
- serial(BigInteger) - Method in class io.netty.pkitesting.CertificateBuilder
-
Set the specific serial number to use in the certificate.
- server(boolean) - Method in class io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
-
Sets if
AbstractHttp2ConnectionHandlerBuilder.build()will to create aHttp2Connectionin server mode (true) or client mode (false). - server(boolean) - Method in class io.netty.handler.codec.http2.Http2ConnectionHandlerBuilder
- server(boolean) - Method in class io.netty.handler.codec.http2.HttpToHttp2ConnectionHandlerBuilder
- SERVER - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
-
"server" - SERVER - Static variable in class io.netty.handler.codec.http.HttpHeaders.Names
-
Deprecated.
"Server" - SERVER - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderNames
-
"server" - SERVER - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Names
-
Deprecated.
"Server" - SERVER - Static variable in interface io.netty.handler.codec.stomp.StompHeaders
- SERVER_BUSY - io.netty.handler.codec.mqtt.MqttReasonCodes.Disconnect
- SERVER_ERROR - io.netty.handler.codec.http.HttpStatusClass
-
The server error class (5xx)
- SERVER_KEEP_ALIVE - io.netty.handler.codec.mqtt.MqttProperties.MqttPropertyType
-
Deprecated.
- SERVER_KEY_TYPES - Static variable in class io.netty.handler.codec.quic.BoringSSLContextOption
-
Set the supported server key/certificate types used in BoringSSLCertificateCallback
- SERVER_MOVED - io.netty.handler.codec.mqtt.MqttReasonCodes.Disconnect
- SERVER_PORT - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Values
-
Deprecated.
"server_port" - SERVER_PORT - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderValues
-
"server_port" - SERVER_REFERENCE - io.netty.handler.codec.mqtt.MqttProperties.MqttPropertyType
-
Deprecated.
- SERVER_SHUTTING_DOWN - io.netty.handler.codec.mqtt.MqttReasonCodes.Disconnect
- ServerBootstrap - Class in io.netty.bootstrap
-
Bootstrapsub-class which allows easy bootstrap ofServerChannel - ServerBootstrap() - Constructor for class io.netty.bootstrap.ServerBootstrap
- ServerBootstrapConfig - Class in io.netty.bootstrap
-
Exposes the configuration of a
ServerBootstrapConfig. - ServerChannel - Interface in io.netty.channel
- ServerChannelRecvByteBufAllocator - Class in io.netty.channel
-
MaxMessagesRecvByteBufAllocatorimplementation which should be used forServerChannels. - ServerChannelRecvByteBufAllocator() - Constructor for class io.netty.channel.ServerChannelRecvByteBufAllocator
- ServerCookieDecoder - Class in io.netty.handler.codec.http.cookie
-
A RFC6265 compliant cookie decoder to be used server side.
- ServerCookieEncoder - Class in io.netty.handler.codec.http.cookie
-
A RFC6265 compliant cookie encoder to be used server side, so some fields are sent (Version is typically ignored).
- ServerCookieEncoder - Class in io.netty.handler.codec.http
-
Deprecated.Use
ServerCookieEncoderinstead - ServerDomainSocketChannel - Interface in io.netty.channel.unix
- serverHeaders(boolean, AsciiString, AsciiString...) - Static method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
-
Create a new read only representation of headers used by servers.
- serverKeepAlive(int) - Method in class io.netty.handler.codec.mqtt.MqttMessageBuilders.ConnAckPropertiesBuilder
- serverName(SNIServerName) - Method in class io.netty.handler.ssl.SslContextBuilder
-
Add the given server name indication to this client context.
- serverReference(String) - Method in class io.netty.handler.codec.mqtt.MqttMessageBuilders.ConnAckPropertiesBuilder
- ServerSocketChannel - Interface in io.netty.channel.socket
-
A TCP/IP
ServerChannelwhich accepts incoming TCP/IP connections. - ServerSocketChannelConfig - Interface in io.netty.channel.socket
-
A
ChannelConfigfor aServerSocketChannel. - SERVFAIL - Static variable in class io.netty.handler.codec.dns.DnsResponseCode
-
The 'ServFail' DNS RCODE (2), as defined in RFC1035.
- SERVICE_RESTART - Static variable in class io.netty.handler.codec.http.websocketx.WebSocketCloseStatus
- SERVICE_UNAVAILABLE - Static variable in class io.netty.handler.codec.http.HttpResponseStatus
-
503 Service Unavailable
- SERVICE_UNAVAILABLE - Static variable in class io.netty.handler.codec.rtsp.RtspResponseStatuses
-
503 Service Unavailable
- SESSION - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderNames
-
"session" - SESSION - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Names
-
Deprecated.
"Session" - SESSION - Static variable in interface io.netty.handler.codec.stomp.StompHeaders
- SESSION_EXPIRY_INTERVAL - io.netty.handler.codec.mqtt.MqttProperties.MqttPropertyType
-
Deprecated.
- SESSION_NOT_FOUND - Static variable in class io.netty.handler.codec.rtsp.RtspResponseStatuses
-
454 Session Not Found
- SESSION_TAKEN_OVER - io.netty.handler.codec.mqtt.MqttReasonCodes.Disconnect
- sessionCacheSize() - Method in class io.netty.handler.ssl.DelegatingSslContext
- sessionCacheSize() - Method in class io.netty.handler.ssl.SslContext
-
Returns the size of the cache used for storing SSL session objects.
- sessionCacheSize(long) - Method in class io.netty.handler.codec.quic.QuicSslContextBuilder
-
Set the size of the cache used for storing SSL session objects.
- sessionCacheSize(long) - Method in class io.netty.handler.ssl.SslContextBuilder
-
Set the size of the cache used for storing SSL session objects.
- sessionContext() - Method in class io.netty.handler.codec.quic.QuicSslContext
- sessionContext() - Method in class io.netty.handler.ssl.DelegatingSslContext
- sessionContext() - Method in class io.netty.handler.ssl.JdkSslContext
-
Returns the JDK
SSLSessionContextobject held by this context. - sessionContext() - Method in class io.netty.handler.ssl.OpenSslClientContext
- sessionContext() - Method in class io.netty.handler.ssl.OpenSslServerContext
- sessionContext() - Method in class io.netty.handler.ssl.ReferenceCountedOpenSslClientContext
- sessionContext() - Method in class io.netty.handler.ssl.ReferenceCountedOpenSslContext
- sessionContext() - Method in class io.netty.handler.ssl.ReferenceCountedOpenSslServerContext
- sessionContext() - Method in class io.netty.handler.ssl.SslContext
-
Returns the
SSLSessionContextobject held by this context. - sessionExpiryInterval(long) - Method in class io.netty.handler.codec.mqtt.MqttMessageBuilders.ConnAckPropertiesBuilder
- sessionPresent(boolean) - Method in class io.netty.handler.codec.mqtt.MqttMessageBuilders.ConnAckBuilder
- sessionTimeout() - Method in class io.netty.handler.ssl.DelegatingSslContext
- sessionTimeout() - Method in class io.netty.handler.ssl.SslContext
-
Returns the timeout for the cached SSL session objects, in seconds.
- sessionTimeout(long) - Method in class io.netty.handler.codec.quic.QuicSslContextBuilder
-
Set the timeout for the cached SSL session objects, in seconds.
- sessionTimeout(long) - Method in class io.netty.handler.ssl.SslContextBuilder
-
Set the timeout for the cached SSL session objects, in seconds.
- set(int, Object) - Method in class io.netty.util.internal.RecyclableArrayList
- set(Headers<? extends CharSequence, ? extends CharSequence, ?>) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
- set(Headers<? extends K, ? extends V, ?>) - Method in class io.netty.handler.codec.DefaultHeaders
- set(Headers<? extends K, ? extends V, ?>) - Method in class io.netty.handler.codec.EmptyHeaders
- set(Headers<? extends K, ? extends V, ?>) - Method in interface io.netty.handler.codec.Headers
-
Clears the current header entries and copies all header entries of the specified
headers. - set(HttpHeaders) - Method in class io.netty.handler.codec.http.DefaultHttpHeaders
- set(HttpHeaders) - Method in class io.netty.handler.codec.http.HttpHeaders
-
Cleans the current header entries and copies all header entries of the specified
headers. - set(InternalThreadLocalMap, V) - Method in class io.netty.util.concurrent.FastThreadLocal
-
Set the value for the specified thread local map.
- set(CharSequence, CharSequence) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
- set(CharSequence, CharSequence...) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
- set(CharSequence, Iterable<?>) - Method in class io.netty.handler.codec.http.DefaultHttpHeaders
- set(CharSequence, Iterable<?>) - Method in class io.netty.handler.codec.http.HttpHeaders
-
Sets a header with the specified name and values.
- set(CharSequence, Iterable<? extends CharSequence>) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
- set(CharSequence, Object) - Method in class io.netty.handler.codec.http.DefaultHttpHeaders
- set(CharSequence, Object) - Method in class io.netty.handler.codec.http.HttpHeaders
-
Sets a header with the specified name and value.
- set(String, Iterable<?>) - Method in class io.netty.handler.codec.http.DefaultHttpHeaders
- set(String, Iterable<?>) - Method in class io.netty.handler.codec.http.EmptyHttpHeaders
- set(String, Iterable<?>) - Method in class io.netty.handler.codec.http.HttpHeaders
- set(String, Iterable<?>) - Method in class io.netty.handler.codec.http.ReadOnlyHttpHeaders
- set(String, Object) - Method in class io.netty.handler.codec.http.DefaultHttpHeaders
- set(String, Object) - Method in class io.netty.handler.codec.http.EmptyHttpHeaders
- set(String, Object) - Method in class io.netty.handler.codec.http.HttpHeaders
- set(String, Object) - Method in class io.netty.handler.codec.http.ReadOnlyHttpHeaders
- set(K, Iterable<? extends V>) - Method in class io.netty.handler.codec.DefaultHeaders
- set(K, Iterable<? extends V>) - Method in class io.netty.handler.codec.EmptyHeaders
- set(K, Iterable<? extends V>) - Method in interface io.netty.handler.codec.Headers
-
Sets a new header with the specified name and values.
- set(K, V) - Method in class io.netty.handler.codec.DefaultHeaders
- set(K, V) - Method in class io.netty.handler.codec.EmptyHeaders
- set(K, V) - Method in interface io.netty.handler.codec.Headers
-
Sets a header with the specified name and value.
- set(K, V...) - Method in class io.netty.handler.codec.DefaultHeaders
- set(K, V...) - Method in class io.netty.handler.codec.EmptyHeaders
- set(K, V...) - Method in interface io.netty.handler.codec.Headers
-
Sets a header with the specified name and values.
- set(T) - Method in interface io.netty.util.Attribute
-
Sets the value
- set(V) - Method in class io.netty.util.concurrent.FastThreadLocal
-
Set the value for the current thread.
- SET - Static variable in class io.netty.handler.codec.memcache.binary.BinaryMemcacheOpcodes
- SET_COOKIE - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
-
"set-cookie" - SET_COOKIE - Static variable in class io.netty.handler.codec.http.HttpHeaders.Names
-
Deprecated.
"Set-Cookie" - SET_COOKIE2 - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
-
"set-cookie2" - SET_COOKIE2 - Static variable in class io.netty.handler.codec.http.HttpHeaders.Names
-
Deprecated.
"Set-Cookie2" - SET_PARAMETER - Static variable in class io.netty.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.netty.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.netty.handler.codec.http.HttpHeaders
-
Deprecated.Use
HttpUtil.set100ContinueExpected(HttpMessage, boolean)instead. Sets or removes the"Expect: 100-continue"header to / from the specified message. Ifsetistrue, 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.netty.handler.codec.http.HttpUtil
-
Sets or removes the
"Expect: 100-continue"header to / from the specified message. - setAcceptFilter(AcceptFilter) - Method in class io.netty.channel.kqueue.KQueueServerSocketChannelConfig
- setAll(Headers<? extends CharSequence, ? extends CharSequence, ?>) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
- setAll(Headers<? extends K, ? extends V, ?>) - Method in class io.netty.handler.codec.DefaultHeaders
- setAll(Headers<? extends K, ? extends V, ?>) - Method in class io.netty.handler.codec.EmptyHeaders
- setAll(Headers<? extends K, ? extends V, ?>) - Method in interface io.netty.handler.codec.Headers
-
Retains all current headers but calls
#set(K, V)for each entry inheaders. - setAll(HttpHeaders) - Method in class io.netty.handler.codec.http.HttpHeaders
-
Retains all current headers but calls
HttpHeaders.set(String, Object)for each entry inheaders - setAllocator(ByteBufAllocator) - Method in interface io.netty.channel.ChannelConfig
-
Set the
ByteBufAllocatorwhich is used for the channel to allocate buffers. - setAllocator(ByteBufAllocator) - Method in class io.netty.channel.DefaultChannelConfig
- setAllocator(ByteBufAllocator) - Method in class io.netty.channel.epoll.EpollChannelConfig
- setAllocator(ByteBufAllocator) - Method in class io.netty.channel.epoll.EpollDatagramChannelConfig
- setAllocator(ByteBufAllocator) - Method in class io.netty.channel.epoll.EpollDomainDatagramChannelConfig
- setAllocator(ByteBufAllocator) - Method in class io.netty.channel.epoll.EpollDomainSocketChannelConfig
- setAllocator(ByteBufAllocator) - Method in class io.netty.channel.epoll.EpollServerChannelConfig
- setAllocator(ByteBufAllocator) - Method in class io.netty.channel.epoll.EpollServerSocketChannelConfig
- setAllocator(ByteBufAllocator) - Method in class io.netty.channel.epoll.EpollSocketChannelConfig
- setAllocator(ByteBufAllocator) - Method in class io.netty.channel.kqueue.KQueueChannelConfig
- setAllocator(ByteBufAllocator) - Method in class io.netty.channel.kqueue.KQueueDatagramChannelConfig
- setAllocator(ByteBufAllocator) - Method in class io.netty.channel.kqueue.KQueueDomainDatagramChannelConfig
- setAllocator(ByteBufAllocator) - Method in class io.netty.channel.kqueue.KQueueDomainSocketChannelConfig
- setAllocator(ByteBufAllocator) - Method in class io.netty.channel.kqueue.KQueueServerChannelConfig
- setAllocator(ByteBufAllocator) - Method in class io.netty.channel.kqueue.KQueueServerSocketChannelConfig
- setAllocator(ByteBufAllocator) - Method in class io.netty.channel.kqueue.KQueueSocketChannelConfig
- setAllocator(ByteBufAllocator) - Method in interface io.netty.channel.rxtx.RxtxChannelConfig
-
Deprecated.
- setAllocator(ByteBufAllocator) - Method in class io.netty.channel.sctp.DefaultSctpChannelConfig
- setAllocator(ByteBufAllocator) - Method in class io.netty.channel.sctp.DefaultSctpServerChannelConfig
- setAllocator(ByteBufAllocator) - Method in interface io.netty.channel.sctp.SctpChannelConfig
- setAllocator(ByteBufAllocator) - Method in interface io.netty.channel.sctp.SctpServerChannelConfig
- setAllocator(ByteBufAllocator) - Method in interface io.netty.channel.socket.DatagramChannelConfig
- setAllocator(ByteBufAllocator) - Method in class io.netty.channel.socket.DefaultDatagramChannelConfig
- setAllocator(ByteBufAllocator) - Method in class io.netty.channel.socket.DefaultServerSocketChannelConfig
- setAllocator(ByteBufAllocator) - Method in class io.netty.channel.socket.DefaultSocketChannelConfig
- setAllocator(ByteBufAllocator) - Method in interface io.netty.channel.socket.DuplexChannelConfig
- setAllocator(ByteBufAllocator) - Method in class io.netty.channel.socket.oio.DefaultOioServerSocketChannelConfig
-
Deprecated.
- setAllocator(ByteBufAllocator) - Method in class io.netty.channel.socket.oio.DefaultOioSocketChannelConfig
-
Deprecated.
- setAllocator(ByteBufAllocator) - Method in interface io.netty.channel.socket.oio.OioDatagramChannelConfig
-
Deprecated.
- setAllocator(ByteBufAllocator) - Method in interface io.netty.channel.socket.oio.OioServerSocketChannelConfig
-
Deprecated.
- setAllocator(ByteBufAllocator) - Method in interface io.netty.channel.socket.oio.OioSocketChannelConfig
-
Deprecated.
- setAllocator(ByteBufAllocator) - Method in interface io.netty.channel.socket.ServerSocketChannelConfig
- setAllocator(ByteBufAllocator) - Method in interface io.netty.channel.socket.SocketChannelConfig
- setAllocator(ByteBufAllocator) - Method in class io.netty.channel.udt.DefaultUdtChannelConfig
-
Deprecated.
- setAllocator(ByteBufAllocator) - Method in class io.netty.channel.udt.DefaultUdtServerChannelConfig
-
Deprecated.
- setAllocator(ByteBufAllocator) - Method in interface io.netty.channel.udt.UdtChannelConfig
-
Deprecated.
- setAllocator(ByteBufAllocator) - Method in interface io.netty.channel.udt.UdtServerChannelConfig
-
Deprecated.
- setAllocator(ByteBufAllocator) - Method in interface io.netty.channel.unix.DomainDatagramChannelConfig
- setAllocator(ByteBufAllocator) - Method in interface io.netty.channel.unix.DomainSocketChannelConfig
- setAllocator(ByteBufAllocator) - Method in interface io.netty.handler.codec.quic.QuicChannelConfig
- setAllocator(ByteBufAllocator) - Method in interface io.netty.handler.codec.quic.QuicStreamChannelConfig
- setAllowDuplicateContentLengths(boolean) - Method in class io.netty.handler.codec.http.HttpDecoderConfig
-
Set whether more than one
Content-Lengthheader is allowed. - setAllowHalfClosure(boolean) - Method in class io.netty.channel.epoll.EpollDomainSocketChannelConfig
- setAllowHalfClosure(boolean) - Method in class io.netty.channel.epoll.EpollSocketChannelConfig
- setAllowHalfClosure(boolean) - Method in class io.netty.channel.kqueue.KQueueDomainSocketChannelConfig
- setAllowHalfClosure(boolean) - Method in class io.netty.channel.kqueue.KQueueSocketChannelConfig
- setAllowHalfClosure(boolean) - Method in class io.netty.channel.socket.DefaultSocketChannelConfig
- setAllowHalfClosure(boolean) - Method in interface io.netty.channel.socket.DuplexChannelConfig
-
Sets whether the channel should not close itself when its remote peer shuts down output to make the connection half-closed.
- setAllowHalfClosure(boolean) - Method in class io.netty.channel.socket.oio.DefaultOioSocketChannelConfig
-
Deprecated.
- setAllowHalfClosure(boolean) - Method in interface io.netty.channel.socket.oio.OioSocketChannelConfig
-
Deprecated.
- setAllowHalfClosure(boolean) - Method in interface io.netty.channel.socket.SocketChannelConfig
- setAllowHalfClosure(boolean) - Method in interface io.netty.handler.codec.quic.QuicStreamChannelConfig
- setAllowPartialChunks(boolean) - Method in class io.netty.handler.codec.http.HttpDecoderConfig
-
Set whether chunks can be split into multiple messages, if their chunk size exceeds the size of the input buffer.
- setAssociatedStreamId(int) - Method in class io.netty.handler.codec.spdy.DefaultSpdySynStreamFrame
- setAssociatedStreamId(int) - Method in interface io.netty.handler.codec.spdy.SpdySynStreamFrame
-
Sets the Associated-To-Stream-ID of this frame.
- setAuthoritativeAnswer(boolean) - Method in class io.netty.handler.codec.dns.DatagramDnsResponse
- setAuthoritativeAnswer(boolean) - Method in class io.netty.handler.codec.dns.DefaultDnsResponse
- setAuthoritativeAnswer(boolean) - Method in interface io.netty.handler.codec.dns.DnsResponse
-
Set to
trueif responding server is authoritative for the domain name in the query message. - setAutoClose(boolean) - Method in interface io.netty.channel.ChannelConfig
-
Sets whether the
Channelshould be closed automatically and immediately on write failure. - setAutoClose(boolean) - Method in class io.netty.channel.DefaultChannelConfig
- setAutoClose(boolean) - Method in class io.netty.channel.epoll.EpollDatagramChannelConfig
- setAutoClose(boolean) - Method in class io.netty.channel.epoll.EpollDomainDatagramChannelConfig
- setAutoClose(boolean) - Method in class io.netty.channel.epoll.EpollDomainSocketChannelConfig
- setAutoClose(boolean) - Method in class io.netty.channel.epoll.EpollSocketChannelConfig
- setAutoClose(boolean) - Method in class io.netty.channel.kqueue.KQueueDatagramChannelConfig
- setAutoClose(boolean) - Method in class io.netty.channel.kqueue.KQueueDomainDatagramChannelConfig
- setAutoClose(boolean) - Method in class io.netty.channel.kqueue.KQueueDomainSocketChannelConfig
- setAutoClose(boolean) - Method in class io.netty.channel.kqueue.KQueueSocketChannelConfig
- setAutoClose(boolean) - Method in interface io.netty.channel.rxtx.RxtxChannelConfig
-
Deprecated.
- setAutoClose(boolean) - Method in class io.netty.channel.sctp.DefaultSctpChannelConfig
- setAutoClose(boolean) - Method in class io.netty.channel.sctp.DefaultSctpServerChannelConfig
- setAutoClose(boolean) - Method in interface io.netty.channel.sctp.SctpChannelConfig
- setAutoClose(boolean) - Method in interface io.netty.channel.sctp.SctpServerChannelConfig
- setAutoClose(boolean) - Method in interface io.netty.channel.socket.DatagramChannelConfig
- setAutoClose(boolean) - Method in class io.netty.channel.socket.DefaultDatagramChannelConfig
- setAutoClose(boolean) - Method in class io.netty.channel.socket.DefaultSocketChannelConfig
- setAutoClose(boolean) - Method in interface io.netty.channel.socket.DuplexChannelConfig
- setAutoClose(boolean) - Method in class io.netty.channel.socket.oio.DefaultOioServerSocketChannelConfig
-
Deprecated.
- setAutoClose(boolean) - Method in class io.netty.channel.socket.oio.DefaultOioSocketChannelConfig
-
Deprecated.
- setAutoClose(boolean) - Method in interface io.netty.channel.socket.oio.OioDatagramChannelConfig
-
Deprecated.
- setAutoClose(boolean) - Method in interface io.netty.channel.socket.oio.OioServerSocketChannelConfig
-
Deprecated.
- setAutoClose(boolean) - Method in interface io.netty.channel.socket.oio.OioSocketChannelConfig
-
Deprecated.
- setAutoClose(boolean) - Method in interface io.netty.channel.socket.SocketChannelConfig
- setAutoClose(boolean) - Method in class io.netty.channel.udt.DefaultUdtChannelConfig
-
Deprecated.
- setAutoClose(boolean) - Method in class io.netty.channel.udt.DefaultUdtServerChannelConfig
-
Deprecated.
- setAutoClose(boolean) - Method in interface io.netty.channel.udt.UdtChannelConfig
-
Deprecated.
- setAutoClose(boolean) - Method in interface io.netty.channel.udt.UdtServerChannelConfig
-
Deprecated.
- setAutoClose(boolean) - Method in interface io.netty.channel.unix.DomainDatagramChannelConfig
- setAutoClose(boolean) - Method in interface io.netty.channel.unix.DomainSocketChannelConfig
- setAutoClose(boolean) - Method in interface io.netty.handler.codec.quic.QuicChannelConfig
- setAutoClose(boolean) - Method in interface io.netty.handler.codec.quic.QuicStreamChannelConfig
- setAutoRead(boolean) - Method in interface io.netty.channel.ChannelConfig
-
Sets if
ChannelHandlerContext.read()will be invoked automatically so that a user application doesn't need to call it at all. - setAutoRead(boolean) - Method in class io.netty.channel.DefaultChannelConfig
- setAutoRead(boolean) - Method in class io.netty.channel.epoll.EpollChannelConfig
- setAutoRead(boolean) - Method in class io.netty.channel.epoll.EpollDatagramChannelConfig
- setAutoRead(boolean) - Method in class io.netty.channel.epoll.EpollDomainDatagramChannelConfig
- setAutoRead(boolean) - Method in class io.netty.channel.epoll.EpollDomainSocketChannelConfig
- setAutoRead(boolean) - Method in class io.netty.channel.epoll.EpollServerChannelConfig
- setAutoRead(boolean) - Method in class io.netty.channel.epoll.EpollServerSocketChannelConfig
- setAutoRead(boolean) - Method in class io.netty.channel.epoll.EpollSocketChannelConfig
- setAutoRead(boolean) - Method in class io.netty.channel.kqueue.KQueueChannelConfig
- setAutoRead(boolean) - Method in class io.netty.channel.kqueue.KQueueDatagramChannelConfig
- setAutoRead(boolean) - Method in class io.netty.channel.kqueue.KQueueDomainDatagramChannelConfig
- setAutoRead(boolean) - Method in class io.netty.channel.kqueue.KQueueDomainSocketChannelConfig
- setAutoRead(boolean) - Method in class io.netty.channel.kqueue.KQueueServerChannelConfig
- setAutoRead(boolean) - Method in class io.netty.channel.kqueue.KQueueServerSocketChannelConfig
- setAutoRead(boolean) - Method in class io.netty.channel.kqueue.KQueueSocketChannelConfig
- setAutoRead(boolean) - Method in interface io.netty.channel.rxtx.RxtxChannelConfig
-
Deprecated.
- setAutoRead(boolean) - Method in class io.netty.channel.sctp.DefaultSctpChannelConfig
- setAutoRead(boolean) - Method in class io.netty.channel.sctp.DefaultSctpServerChannelConfig
- setAutoRead(boolean) - Method in interface io.netty.channel.sctp.SctpChannelConfig
- setAutoRead(boolean) - Method in interface io.netty.channel.sctp.SctpServerChannelConfig
- setAutoRead(boolean) - Method in interface io.netty.channel.socket.DatagramChannelConfig
- setAutoRead(boolean) - Method in class io.netty.channel.socket.DefaultDatagramChannelConfig
- setAutoRead(boolean) - Method in class io.netty.channel.socket.DefaultServerSocketChannelConfig
- setAutoRead(boolean) - Method in class io.netty.channel.socket.DefaultSocketChannelConfig
- setAutoRead(boolean) - Method in interface io.netty.channel.socket.DuplexChannelConfig
- setAutoRead(boolean) - Method in class io.netty.channel.socket.oio.DefaultOioServerSocketChannelConfig
-
Deprecated.
- setAutoRead(boolean) - Method in class io.netty.channel.socket.oio.DefaultOioSocketChannelConfig
-
Deprecated.
- setAutoRead(boolean) - Method in interface io.netty.channel.socket.oio.OioDatagramChannelConfig
-
Deprecated.
- setAutoRead(boolean) - Method in interface io.netty.channel.socket.oio.OioServerSocketChannelConfig
-
Deprecated.
- setAutoRead(boolean) - Method in interface io.netty.channel.socket.oio.OioSocketChannelConfig
-
Deprecated.
- setAutoRead(boolean) - Method in interface io.netty.channel.socket.ServerSocketChannelConfig
- setAutoRead(boolean) - Method in interface io.netty.channel.socket.SocketChannelConfig
- setAutoRead(boolean) - Method in class io.netty.channel.udt.DefaultUdtChannelConfig
-
Deprecated.
- setAutoRead(boolean) - Method in class io.netty.channel.udt.DefaultUdtServerChannelConfig
-
Deprecated.
- setAutoRead(boolean) - Method in interface io.netty.channel.udt.UdtChannelConfig
-
Deprecated.
- setAutoRead(boolean) - Method in interface io.netty.channel.udt.UdtServerChannelConfig
-
Deprecated.
- setAutoRead(boolean) - Method in interface io.netty.channel.unix.DomainDatagramChannelConfig
- setAutoRead(boolean) - Method in interface io.netty.channel.unix.DomainSocketChannelConfig
- setAutoRead(boolean) - Method in interface io.netty.handler.codec.quic.QuicChannelConfig
- setAutoRead(boolean) - Method in interface io.netty.handler.codec.quic.QuicStreamChannelConfig
- setAvailableProcessors(int) - Static method in class io.netty.util.NettyRuntime
-
Set the number of available processors.
- setBacklog(int) - Method in class io.netty.channel.epoll.EpollServerChannelConfig
- setBacklog(int) - Method in class io.netty.channel.epoll.EpollServerSocketChannelConfig
- setBacklog(int) - Method in class io.netty.channel.kqueue.KQueueServerChannelConfig
- setBacklog(int) - Method in class io.netty.channel.kqueue.KQueueServerSocketChannelConfig
- setBacklog(int) - Method in class io.netty.channel.sctp.DefaultSctpServerChannelConfig
- setBacklog(int) - Method in interface io.netty.channel.sctp.SctpServerChannelConfig
-
Sets the backlog value to specify when the channel binds to a local address.
- setBacklog(int) - Method in class io.netty.channel.socket.DefaultServerSocketChannelConfig
- setBacklog(int) - Method in class io.netty.channel.socket.oio.DefaultOioServerSocketChannelConfig
-
Deprecated.
- setBacklog(int) - Method in interface io.netty.channel.socket.oio.OioServerSocketChannelConfig
-
Deprecated.
- setBacklog(int) - Method in interface io.netty.channel.socket.ServerSocketChannelConfig
-
Sets the backlog value to specify when the channel binds to a local address.
- setBacklog(int) - Method in class io.netty.channel.udt.DefaultUdtServerChannelConfig
-
Deprecated.
- setBacklog(int) - Method in interface io.netty.channel.udt.UdtServerChannelConfig
-
Deprecated.Sets
KindUDT.ACCEPTORchannel backlog viaChannelOption.SO_BACKLOG. - setBaseDir(String) - Method in class io.netty.handler.codec.http.multipart.DefaultHttpDataFactory
-
Override global
DiskAttribute.baseDirectoryandDiskFileUpload.baseDirectoryvalues. - setBaudrate(int) - Method in interface io.netty.channel.rxtx.RxtxChannelConfig
-
Deprecated.Sets the baud rate (ie. bits per second) for communication with the serial device.
- setBioNonApplicationBufferSize(int) - Method in class io.netty.handler.ssl.ReferenceCountedOpenSslContext
-
Set the size of the buffer used by the BIO for non-application based writes (e.g. handshake, renegotiation, etc...).
- setBodyHttpDatas(List<InterfaceHttpData>) - Method in class io.netty.handler.codec.http.multipart.HttpPostRequestEncoder
-
Set the Body HttpDatas list
- setBoolean(int, boolean) - Method in class io.netty.buffer.AbstractByteBuf
- setBoolean(int, boolean) - Method in class io.netty.buffer.ByteBuf
-
Sets the specified boolean at the specified absolute
indexin this buffer. - setBoolean(int, boolean) - Method in class io.netty.buffer.CompositeByteBuf
- setBoolean(int, boolean) - Method in class io.netty.buffer.EmptyByteBuf
- setBoolean(int, boolean) - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- setBoolean(int, boolean) - Method in class io.netty.buffer.WrappedByteBuf
- setBoolean(CharSequence, boolean) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
- setBoolean(K, boolean) - Method in class io.netty.handler.codec.DefaultHeaders
- setBoolean(K, boolean) - Method in class io.netty.handler.codec.EmptyHeaders
- setBoolean(K, boolean) - Method in interface io.netty.handler.codec.Headers
-
Set the
nametovalue. - setBroadcast(boolean) - Method in class io.netty.channel.epoll.EpollDatagramChannelConfig
- setBroadcast(boolean) - Method in class io.netty.channel.kqueue.KQueueDatagramChannelConfig
- setBroadcast(boolean) - Method in interface io.netty.channel.socket.DatagramChannelConfig
-
Sets the
StandardSocketOptions.SO_BROADCASToption. - setBroadcast(boolean) - Method in class io.netty.channel.socket.DefaultDatagramChannelConfig
- setBroadcast(boolean) - Method in interface io.netty.channel.socket.oio.OioDatagramChannelConfig
-
Deprecated.
- setBroadcast(boolean) - Method in class io.netty.channel.unix.Socket
- setBufferRingConfig(IoUringBufferRingConfig...) - Method in class io.netty.channel.uring.IoUringIoHandlerConfig
-
Add a buffer ring configuration to the list of buffer ring configurations.
- setByte(int, int) - Method in class io.netty.buffer.AbstractByteBuf
- setByte(int, int) - Method in class io.netty.buffer.ByteBuf
-
Sets the specified byte at the specified absolute
indexin this buffer. - setByte(int, int) - Method in class io.netty.buffer.CompositeByteBuf
- setByte(int, int) - Method in class io.netty.buffer.DuplicatedByteBuf
-
Deprecated.
- setByte(int, int) - Method in class io.netty.buffer.EmptyByteBuf
- setByte(int, int) - Method in class io.netty.buffer.ReadOnlyByteBuf
-
Deprecated.
- setByte(int, int) - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- setByte(int, int) - Method in class io.netty.buffer.UnpooledDirectByteBuf
- setByte(int, int) - Method in class io.netty.buffer.UnpooledHeapByteBuf
- setByte(int, int) - Method in class io.netty.buffer.UnpooledUnsafeDirectByteBuf
- setByte(int, int) - Method in class io.netty.buffer.UnpooledUnsafeHeapByteBuf
- setByte(int, int) - Method in class io.netty.buffer.WrappedByteBuf
- setByte(CharSequence, byte) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
- setByte(K, byte) - Method in class io.netty.handler.codec.DefaultHeaders
- setByte(K, byte) - Method in class io.netty.handler.codec.EmptyHeaders
- setByte(K, byte) - Method in interface io.netty.handler.codec.Headers
-
Set the
nametovalue. - setBytes(int, byte[]) - Method in class io.netty.buffer.AbstractByteBuf
- setBytes(int, byte[]) - Method in class io.netty.buffer.ByteBuf
-
Transfers the specified source array's data to this buffer starting at the specified absolute
index. - setBytes(int, byte[]) - Method in class io.netty.buffer.CompositeByteBuf
- setBytes(int, byte[]) - Method in class io.netty.buffer.EmptyByteBuf
- setBytes(int, byte[]) - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- setBytes(int, byte[]) - Method in class io.netty.buffer.WrappedByteBuf
- setBytes(int, byte[], int, int) - Method in class io.netty.buffer.ByteBuf
-
Transfers the specified source array's data to this buffer starting at the specified absolute
index. - setBytes(int, byte[], int, int) - Method in class io.netty.buffer.CompositeByteBuf
- setBytes(int, byte[], int, int) - Method in class io.netty.buffer.DuplicatedByteBuf
-
Deprecated.
- setBytes(int, byte[], int, int) - Method in class io.netty.buffer.EmptyByteBuf
- setBytes(int, byte[], int, int) - Method in class io.netty.buffer.ReadOnlyByteBuf
-
Deprecated.
- setBytes(int, byte[], int, int) - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- setBytes(int, byte[], int, int) - Method in class io.netty.buffer.UnpooledDirectByteBuf
- setBytes(int, byte[], int, int) - Method in class io.netty.buffer.UnpooledHeapByteBuf
- setBytes(int, byte[], int, int) - Method in class io.netty.buffer.UnpooledUnsafeDirectByteBuf
- setBytes(int, byte[], int, int) - Method in class io.netty.buffer.WrappedByteBuf
- setBytes(int, ByteBuf) - Method in class io.netty.buffer.AbstractByteBuf
- setBytes(int, ByteBuf) - Method in class io.netty.buffer.ByteBuf
-
Transfers the specified source buffer's data to this buffer starting at the specified absolute
indexuntil the source buffer becomes unreadable. - setBytes(int, ByteBuf) - Method in class io.netty.buffer.CompositeByteBuf
- setBytes(int, ByteBuf) - Method in class io.netty.buffer.EmptyByteBuf
- setBytes(int, ByteBuf) - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- setBytes(int, ByteBuf) - Method in class io.netty.buffer.WrappedByteBuf
- setBytes(int, ByteBuf, int) - Method in class io.netty.buffer.AbstractByteBuf
- setBytes(int, ByteBuf, int) - Method in class io.netty.buffer.ByteBuf
-
Transfers the specified source buffer's data to this buffer starting at the specified absolute
index. - setBytes(int, ByteBuf, int) - Method in class io.netty.buffer.CompositeByteBuf
- setBytes(int, ByteBuf, int) - Method in class io.netty.buffer.EmptyByteBuf
- setBytes(int, ByteBuf, int) - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- setBytes(int, ByteBuf, int) - Method in class io.netty.buffer.WrappedByteBuf
- setBytes(int, ByteBuf, int, int) - Method in class io.netty.buffer.ByteBuf
-
Transfers the specified source buffer's data to this buffer starting at the specified absolute
index. - setBytes(int, ByteBuf, int, int) - Method in class io.netty.buffer.CompositeByteBuf
- setBytes(int, ByteBuf, int, int) - Method in class io.netty.buffer.DuplicatedByteBuf
-
Deprecated.
- setBytes(int, ByteBuf, int, int) - Method in class io.netty.buffer.EmptyByteBuf
- setBytes(int, ByteBuf, int, int) - Method in class io.netty.buffer.ReadOnlyByteBuf
-
Deprecated.
- setBytes(int, ByteBuf, int, int) - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- setBytes(int, ByteBuf, int, int) - Method in class io.netty.buffer.UnpooledDirectByteBuf
- setBytes(int, ByteBuf, int, int) - Method in class io.netty.buffer.UnpooledHeapByteBuf
- setBytes(int, ByteBuf, int, int) - Method in class io.netty.buffer.UnpooledUnsafeDirectByteBuf
- setBytes(int, ByteBuf, int, int) - Method in class io.netty.buffer.WrappedByteBuf
- setBytes(int, InputStream, int) - Method in class io.netty.buffer.ByteBuf
-
Transfers the content of the specified source stream to this buffer starting at the specified absolute
index. - setBytes(int, InputStream, int) - Method in class io.netty.buffer.CompositeByteBuf
- setBytes(int, InputStream, int) - Method in class io.netty.buffer.DuplicatedByteBuf
-
Deprecated.
- setBytes(int, InputStream, int) - Method in class io.netty.buffer.EmptyByteBuf
- setBytes(int, InputStream, int) - Method in class io.netty.buffer.ReadOnlyByteBuf
-
Deprecated.
- setBytes(int, InputStream, int) - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- setBytes(int, InputStream, int) - Method in class io.netty.buffer.UnpooledDirectByteBuf
- setBytes(int, InputStream, int) - Method in class io.netty.buffer.UnpooledHeapByteBuf
- setBytes(int, InputStream, int) - Method in class io.netty.buffer.UnpooledUnsafeDirectByteBuf
- setBytes(int, InputStream, int) - Method in class io.netty.buffer.WrappedByteBuf
- setBytes(int, ByteBuffer) - Method in class io.netty.buffer.ByteBuf
-
Transfers the specified source buffer's data to this buffer starting at the specified absolute
indexuntil the source buffer's position reaches its limit. - setBytes(int, ByteBuffer) - Method in class io.netty.buffer.CompositeByteBuf
- setBytes(int, ByteBuffer) - Method in class io.netty.buffer.DuplicatedByteBuf
-
Deprecated.
- setBytes(int, ByteBuffer) - Method in class io.netty.buffer.EmptyByteBuf
- setBytes(int, ByteBuffer) - Method in class io.netty.buffer.ReadOnlyByteBuf
-
Deprecated.
- setBytes(int, ByteBuffer) - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- setBytes(int, ByteBuffer) - Method in class io.netty.buffer.UnpooledDirectByteBuf
- setBytes(int, ByteBuffer) - Method in class io.netty.buffer.UnpooledHeapByteBuf
- setBytes(int, ByteBuffer) - Method in class io.netty.buffer.UnpooledUnsafeDirectByteBuf
- setBytes(int, ByteBuffer) - Method in class io.netty.buffer.WrappedByteBuf
- setBytes(int, FileChannel, long, int) - Method in class io.netty.buffer.ByteBuf
-
Transfers the content of the specified source channel starting at the given file position to this buffer starting at the specified absolute
index. - setBytes(int, FileChannel, long, int) - Method in class io.netty.buffer.CompositeByteBuf
- setBytes(int, FileChannel, long, int) - Method in class io.netty.buffer.DuplicatedByteBuf
-
Deprecated.
- setBytes(int, FileChannel, long, int) - Method in class io.netty.buffer.EmptyByteBuf
- setBytes(int, FileChannel, long, int) - Method in class io.netty.buffer.ReadOnlyByteBuf
-
Deprecated.
- setBytes(int, FileChannel, long, int) - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- setBytes(int, FileChannel, long, int) - Method in class io.netty.buffer.UnpooledDirectByteBuf
- setBytes(int, FileChannel, long, int) - Method in class io.netty.buffer.UnpooledHeapByteBuf
- setBytes(int, FileChannel, long, int) - Method in class io.netty.buffer.WrappedByteBuf
- setBytes(int, ScatteringByteChannel, int) - Method in class io.netty.buffer.ByteBuf
-
Transfers the content of the specified source channel to this buffer starting at the specified absolute
index. - setBytes(int, ScatteringByteChannel, int) - Method in class io.netty.buffer.CompositeByteBuf
- setBytes(int, ScatteringByteChannel, int) - Method in class io.netty.buffer.DuplicatedByteBuf
-
Deprecated.
- setBytes(int, ScatteringByteChannel, int) - Method in class io.netty.buffer.EmptyByteBuf
- setBytes(int, ScatteringByteChannel, int) - Method in class io.netty.buffer.ReadOnlyByteBuf
-
Deprecated.
- setBytes(int, ScatteringByteChannel, int) - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- setBytes(int, ScatteringByteChannel, int) - Method in class io.netty.buffer.UnpooledDirectByteBuf
- setBytes(int, ScatteringByteChannel, int) - Method in class io.netty.buffer.UnpooledHeapByteBuf
- setBytes(int, ScatteringByteChannel, int) - Method in class io.netty.buffer.WrappedByteBuf
- setCas(long) - Method in class io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage
- setCas(long) - Method in interface io.netty.handler.codec.memcache.binary.BinaryMemcacheMessage
-
Sets the CAS identifier.
- setChar(int, int) - Method in class io.netty.buffer.AbstractByteBuf
- setChar(int, int) - Method in class io.netty.buffer.ByteBuf
-
Sets the specified 2-byte UTF-16 character at the specified absolute
indexin this buffer. - setChar(int, int) - Method in class io.netty.buffer.CompositeByteBuf
- setChar(int, int) - Method in class io.netty.buffer.EmptyByteBuf
- setChar(int, int) - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- setChar(int, int) - Method in class io.netty.buffer.WrappedByteBuf
- setChar(CharSequence, char) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
- setChar(K, char) - Method in class io.netty.handler.codec.DefaultHeaders
- setChar(K, char) - Method in class io.netty.handler.codec.EmptyHeaders
- setChar(K, char) - Method in interface io.netty.handler.codec.Headers
-
Set the
nametovalue. - setCharSequence(int, CharSequence, Charset) - Method in class io.netty.buffer.AbstractByteBuf
- setCharSequence(int, CharSequence, Charset) - Method in class io.netty.buffer.ByteBuf
-
Writes the specified
CharSequenceat the givenindex. - setCharSequence(int, CharSequence, Charset) - Method in class io.netty.buffer.EmptyByteBuf
- setCharSequence(int, CharSequence, Charset) - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- setCharSequence(int, CharSequence, Charset) - Method in class io.netty.buffer.WrappedByteBuf
- setCharset(Charset) - Method in class io.netty.handler.codec.http.multipart.AbstractHttpData
- setCharset(Charset) - Method in interface io.netty.handler.codec.http.multipart.HttpData
-
Set the Charset passed by the browser if defined
- setCheckInterval(long) - Method in class io.netty.handler.traffic.AbstractTrafficShapingHandler
- setChunkedSupported(boolean) - Method in class io.netty.handler.codec.http.HttpDecoderConfig
-
Set whether
Transfer-Encoding: Chunkedshould be supported. - setCleanerFlag(int) - Method in class io.netty.util.internal.InternalThreadLocalMap
-
Deprecated.
- setClearPreviouslyPersistedSettings(boolean) - Method in class io.netty.handler.codec.spdy.DefaultSpdySettingsFrame
- setClearPreviouslyPersistedSettings(boolean) - Method in interface io.netty.handler.codec.spdy.SpdySettingsFrame
-
Sets if previously persisted settings should be cleared.
- setCloseNotifyFlushTimeout(long, TimeUnit) - Method in class io.netty.handler.ssl.SslHandler
-
Sets the timeout for flushing the close_notify that was triggered by closing the
Channel. - setCloseNotifyFlushTimeoutMillis(long) - Method in class io.netty.handler.ssl.SslHandler
- setCloseNotifyReadTimeout(long, TimeUnit) - Method in class io.netty.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.netty.handler.ssl.SslHandler
- setCloseNotifyTimeout(long, TimeUnit) - Method in class io.netty.handler.ssl.SslHandler
-
Deprecated.
- setCloseNotifyTimeoutMillis(long) - Method in class io.netty.handler.ssl.SslHandler
-
Deprecated.
- setCode(DnsResponseCode) - Method in class io.netty.handler.codec.dns.DatagramDnsResponse
- setCode(DnsResponseCode) - Method in class io.netty.handler.codec.dns.DefaultDnsResponse
- setCode(DnsResponseCode) - Method in interface io.netty.handler.codec.dns.DnsResponse
-
Sets the response code for this message.
- setComment(String) - Method in interface io.netty.handler.codec.http.Cookie
-
Deprecated.Not part of RFC6265
- setComment(String) - Method in class io.netty.handler.codec.http.DefaultCookie
-
Deprecated.
- setCommentUrl(String) - Method in interface io.netty.handler.codec.http.Cookie
-
Deprecated.Not part of RFC6265
- setCommentUrl(String) - Method in class io.netty.handler.codec.http.DefaultCookie
-
Deprecated.
- setCompleted() - Method in class io.netty.handler.codec.http.multipart.AbstractHttpData
- setCompleted(boolean) - Method in class io.netty.handler.codec.http.multipart.AbstractHttpData
- setConnectTimeoutMillis(int) - Method in interface io.netty.channel.ChannelConfig
-
Sets the connect timeout of the channel in milliseconds.
- setConnectTimeoutMillis(int) - Method in class io.netty.channel.DefaultChannelConfig
- setConnectTimeoutMillis(int) - Method in class io.netty.channel.epoll.EpollChannelConfig
- setConnectTimeoutMillis(int) - Method in class io.netty.channel.epoll.EpollDatagramChannelConfig
- setConnectTimeoutMillis(int) - Method in class io.netty.channel.epoll.EpollDomainDatagramChannelConfig
- setConnectTimeoutMillis(int) - Method in class io.netty.channel.epoll.EpollDomainSocketChannelConfig
- setConnectTimeoutMillis(int) - Method in class io.netty.channel.epoll.EpollServerChannelConfig
- setConnectTimeoutMillis(int) - Method in class io.netty.channel.epoll.EpollServerSocketChannelConfig
- setConnectTimeoutMillis(int) - Method in class io.netty.channel.epoll.EpollSocketChannelConfig
- setConnectTimeoutMillis(int) - Method in class io.netty.channel.kqueue.KQueueChannelConfig
- setConnectTimeoutMillis(int) - Method in class io.netty.channel.kqueue.KQueueDatagramChannelConfig
- setConnectTimeoutMillis(int) - Method in class io.netty.channel.kqueue.KQueueDomainDatagramChannelConfig
- setConnectTimeoutMillis(int) - Method in class io.netty.channel.kqueue.KQueueDomainSocketChannelConfig
- setConnectTimeoutMillis(int) - Method in class io.netty.channel.kqueue.KQueueServerChannelConfig
- setConnectTimeoutMillis(int) - Method in class io.netty.channel.kqueue.KQueueServerSocketChannelConfig
- setConnectTimeoutMillis(int) - Method in class io.netty.channel.kqueue.KQueueSocketChannelConfig
- setConnectTimeoutMillis(int) - Method in interface io.netty.channel.rxtx.RxtxChannelConfig
-
Deprecated.
- setConnectTimeoutMillis(int) - Method in class io.netty.channel.sctp.DefaultSctpChannelConfig
- setConnectTimeoutMillis(int) - Method in class io.netty.channel.sctp.DefaultSctpServerChannelConfig
- setConnectTimeoutMillis(int) - Method in interface io.netty.channel.sctp.SctpChannelConfig
- setConnectTimeoutMillis(int) - Method in interface io.netty.channel.sctp.SctpServerChannelConfig
- setConnectTimeoutMillis(int) - Method in interface io.netty.channel.socket.DatagramChannelConfig
- setConnectTimeoutMillis(int) - Method in class io.netty.channel.socket.DefaultDatagramChannelConfig
- setConnectTimeoutMillis(int) - Method in class io.netty.channel.socket.DefaultServerSocketChannelConfig
- setConnectTimeoutMillis(int) - Method in class io.netty.channel.socket.DefaultSocketChannelConfig
- setConnectTimeoutMillis(int) - Method in class io.netty.channel.socket.oio.DefaultOioServerSocketChannelConfig
-
Deprecated.
- setConnectTimeoutMillis(int) - Method in class io.netty.channel.socket.oio.DefaultOioSocketChannelConfig
-
Deprecated.
- setConnectTimeoutMillis(int) - Method in interface io.netty.channel.socket.oio.OioDatagramChannelConfig
-
Deprecated.
- setConnectTimeoutMillis(int) - Method in interface io.netty.channel.socket.oio.OioServerSocketChannelConfig
-
Deprecated.
- setConnectTimeoutMillis(int) - Method in interface io.netty.channel.socket.oio.OioSocketChannelConfig
-
Deprecated.
- setConnectTimeoutMillis(int) - Method in interface io.netty.channel.socket.ServerSocketChannelConfig
- setConnectTimeoutMillis(int) - Method in interface io.netty.channel.socket.SocketChannelConfig
- setConnectTimeoutMillis(int) - Method in class io.netty.channel.udt.DefaultUdtChannelConfig
-
Deprecated.
- setConnectTimeoutMillis(int) - Method in class io.netty.channel.udt.DefaultUdtServerChannelConfig
-
Deprecated.
- setConnectTimeoutMillis(int) - Method in interface io.netty.channel.udt.UdtChannelConfig
-
Deprecated.
- setConnectTimeoutMillis(int) - Method in interface io.netty.channel.udt.UdtServerChannelConfig
-
Deprecated.
- setConnectTimeoutMillis(int) - Method in interface io.netty.channel.unix.DomainDatagramChannelConfig
- setConnectTimeoutMillis(int) - Method in interface io.netty.channel.unix.DomainSocketChannelConfig
- setConnectTimeoutMillis(int) - Method in interface io.netty.handler.codec.quic.QuicChannelConfig
- setConnectTimeoutMillis(int) - Method in interface io.netty.handler.codec.quic.QuicStreamChannelConfig
- setConnectTimeoutMillis(long) - Method in class io.netty.handler.proxy.ProxyHandler
-
Sets the connect timeout in millis.
- setContent(ByteBuf) - Method in class io.netty.handler.codec.http.multipart.AbstractDiskHttpData
- setContent(ByteBuf) - Method in class io.netty.handler.codec.http.multipart.AbstractMemoryHttpData
- setContent(ByteBuf) - Method in interface io.netty.handler.codec.http.multipart.HttpData
-
Set the content from the ChannelBuffer (erase any previous data)
- setContent(File) - Method in class io.netty.handler.codec.http.multipart.AbstractDiskHttpData
- setContent(File) - Method in class io.netty.handler.codec.http.multipart.AbstractMemoryHttpData
- setContent(File) - Method in interface io.netty.handler.codec.http.multipart.HttpData
-
Set the content from the file (erase any previous data)
- setContent(InputStream) - Method in class io.netty.handler.codec.http.multipart.AbstractDiskHttpData
- setContent(InputStream) - Method in class io.netty.handler.codec.http.multipart.AbstractMemoryHttpData
- setContent(InputStream) - Method in interface io.netty.handler.codec.http.multipart.HttpData
-
Set the content from the inputStream (erase any previous data)
- setContentLength(HttpMessage, long) - Static method in class io.netty.handler.codec.http.HttpHeaders
-
Deprecated.Use
HttpUtil.setContentLength(HttpMessage, long)instead. - setContentLength(HttpMessage, long) - Static method in class io.netty.handler.codec.http.HttpUtil
-
Sets the
"Content-Length"header. - setContentTransferEncoding(String) - Method in class io.netty.handler.codec.http.multipart.DiskFileUpload
- setContentTransferEncoding(String) - Method in interface io.netty.handler.codec.http.multipart.FileUpload
-
Set the Content-Transfer-Encoding type from String as 7bit, 8bit or binary
- setContentTransferEncoding(String) - Method in class io.netty.handler.codec.http.multipart.MemoryFileUpload
- setContentTransferEncoding(String) - Method in class io.netty.handler.codec.http.multipart.MixedFileUpload
- setContentType(String) - Method in class io.netty.handler.codec.http.multipart.DiskFileUpload
- setContentType(String) - Method in interface io.netty.handler.codec.http.multipart.FileUpload
-
Set the Content Type passed by the browser if defined
- setContentType(String) - Method in class io.netty.handler.codec.http.multipart.MemoryFileUpload
- setContentType(String) - Method in class io.netty.handler.codec.http.multipart.MixedFileUpload
- setCounterHashCode(IntegerHolder) - Method in class io.netty.util.internal.InternalThreadLocalMap
-
Deprecated.
- setCqSize(int) - Method in class io.netty.channel.uring.IoUringIoHandlerConfig
-
Set the size of the io_uring cqe.
- setCumulator(ByteToMessageDecoder.Cumulator) - Method in class io.netty.handler.codec.ByteToMessageDecoder
-
Set the
ByteToMessageDecoder.Cumulatorto use for cumulate the receivedByteBufs. - setCurrentExecutor(EventExecutor) - Static method in class io.netty.util.internal.ThreadExecutorMap
-
Set the current
EventExecutorthat is used by theThread. - setDatabits(RxtxChannelConfig.Databits) - Method in interface io.netty.channel.rxtx.RxtxChannelConfig
-
Deprecated.Sets the number of data bits to use to make up each character sent to the serial device.
- setDataType(byte) - Method in class io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage
- setDataType(byte) - Method in interface io.netty.handler.codec.memcache.binary.BinaryMemcacheMessage
-
Sets the data type of the message.
- setDate(HttpMessage, Date) - Static method in class io.netty.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.netty.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.netty.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.netty.handler.codec.http.HttpHeaders
-
Deprecated.Use
HttpHeaders.set(CharSequence, Iterable)instead. - setDateHeader(HttpMessage, String, Date) - Static method in class io.netty.handler.codec.http.HttpHeaders
-
Deprecated.Use
HttpHeaders.set(CharSequence, Object)instead. - setDecoderResult(DecoderResult) - Method in interface io.netty.handler.codec.DecoderResultProvider
-
Updates the result of decoding this object.
- setDecoderResult(DecoderResult) - Method in class io.netty.handler.codec.http.DefaultHttpObject
- setDecoderResult(DecoderResult) - Method in class io.netty.handler.codec.memcache.AbstractMemcacheObject
- setDecoderResult(DecoderResult) - Method in class io.netty.handler.codec.socksx.AbstractSocksMessage
- setDecoderResult(DecoderResult) - Method in class io.netty.handler.codec.stomp.DefaultStompContentSubframe
- setDecoderResult(DecoderResult) - Method in class io.netty.handler.codec.stomp.DefaultStompHeadersSubframe
- setDefaultFactory(InternalLoggerFactory) - Static method in class io.netty.util.internal.logging.InternalLoggerFactory
-
Changes the default factory.
- setDeleteOnExit(boolean) - Method in class io.netty.handler.codec.http.multipart.DefaultHttpDataFactory
-
Override global
DiskAttribute.deleteOnExitTemporaryFileandDiskFileUpload.deleteOnExitTemporaryFilevalues. - setDeltaWindowSize(int) - Method in class io.netty.handler.codec.spdy.DefaultSpdyWindowUpdateFrame
- setDeltaWindowSize(int) - Method in interface io.netty.handler.codec.spdy.SpdyWindowUpdateFrame
-
Sets the Delta-Window-Size of this frame.
- setDiscard(boolean) - Method in interface io.netty.handler.codec.http.Cookie
-
Deprecated.Not part of RFC6265
- setDiscard(boolean) - Method in class io.netty.handler.codec.http.DefaultCookie
-
Deprecated.
- setDiscardAfterReads(int) - Method in class io.netty.handler.codec.ByteToMessageDecoder
-
Set the number of reads after which
ByteBuf.discardSomeReadBytes()are called and so free up memory. - setDiscardThreshold(int) - Method in class io.netty.handler.codec.http.multipart.HttpPostMultipartRequestDecoder
-
Set the amount of bytes after which read bytes in the buffer should be discarded.
- setDiscardThreshold(int) - Method in class io.netty.handler.codec.http.multipart.HttpPostRequestDecoder
- setDiscardThreshold(int) - Method in class io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder
-
Set the amount of bytes after which read bytes in the buffer should be discarded.
- setDiscardThreshold(int) - Method in interface io.netty.handler.codec.http.multipart.InterfaceHttpPostRequestDecoder
-
Set the amount of bytes after which read bytes in the buffer should be discarded.
- setDomain(String) - Method in interface io.netty.handler.codec.http.cookie.Cookie
-
Sets the domain of this
Cookie. - setDomain(String) - Method in class io.netty.handler.codec.http.cookie.DefaultCookie
- setDouble(int, double) - Method in class io.netty.buffer.AbstractByteBuf
- setDouble(int, double) - Method in class io.netty.buffer.ByteBuf
-
Sets the specified 64-bit floating-point number at the specified absolute
indexin this buffer. - setDouble(int, double) - Method in class io.netty.buffer.CompositeByteBuf
- setDouble(int, double) - Method in class io.netty.buffer.EmptyByteBuf
- setDouble(int, double) - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- setDouble(int, double) - Method in class io.netty.buffer.WrappedByteBuf
- setDouble(CharSequence, double) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
- setDouble(K, double) - Method in class io.netty.handler.codec.DefaultHeaders
- setDouble(K, double) - Method in class io.netty.handler.codec.EmptyHeaders
- setDouble(K, double) - Method in interface io.netty.handler.codec.Headers
-
Set the
nametovalue. - setDoubleLE(int, double) - Method in class io.netty.buffer.ByteBuf
-
Sets the specified 64-bit floating-point number at the specified absolute
indexin this buffer in Little Endian Byte Order. - setDtr(boolean) - Method in interface io.netty.channel.rxtx.RxtxChannelConfig
-
Deprecated.Sets whether the serial device supports the Data Terminal Ready signal, used for flow control
- setEnabled(boolean) - Static method in class io.netty.util.ResourceLeakDetector
-
Deprecated.Use
ResourceLeakDetector.setLevel(Level)instead. - setEnabledCipherSuites(String[]) - Method in class io.netty.handler.ssl.ReferenceCountedOpenSslEngine
- setEnabledProtocols(String[]) - Method in class io.netty.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.netty.handler.ssl.ReferenceCountedOpenSslEngine
- setEpollMode(EpollMode) - Method in class io.netty.channel.epoll.EpollChannelConfig
-
Deprecated.Netty always uses level-triggered mode and so this method is just a no-op.
- setEpollMode(EpollMode) - Method in class io.netty.channel.epoll.EpollDatagramChannelConfig
- setEpollMode(EpollMode) - Method in class io.netty.channel.epoll.EpollDomainDatagramChannelConfig
- setEpollMode(EpollMode) - Method in class io.netty.channel.epoll.EpollDomainSocketChannelConfig
- setEpollMode(EpollMode) - Method in class io.netty.channel.epoll.EpollServerChannelConfig
- setEpollMode(EpollMode) - Method in class io.netty.channel.epoll.EpollSocketChannelConfig
- setExtras(ByteBuf) - Method in class io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage
- setExtras(ByteBuf) - Method in interface io.netty.handler.codec.memcache.binary.BinaryMemcacheMessage
-
Sets the extras buffer on the message.
- setExtraStreamIds(int) - Method in class io.netty.handler.codec.http2.DefaultHttp2GoAwayFrame
- setExtraStreamIds(int) - Method in interface io.netty.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 interface io.netty.channel.ChannelProgressivePromise
- setFailure(Throwable) - Method in interface io.netty.channel.ChannelPromise
- setFailure(Throwable) - Method in class io.netty.channel.DefaultChannelProgressivePromise
- setFailure(Throwable) - Method in class io.netty.channel.DefaultChannelPromise
- setFailure(Throwable) - Method in class io.netty.channel.DelegatingChannelPromiseNotifier
- setFailure(Throwable) - Method in class io.netty.channel.VoidChannelPromise
- setFailure(Throwable) - Method in class io.netty.util.concurrent.DefaultProgressivePromise
- setFailure(Throwable) - Method in class io.netty.util.concurrent.DefaultPromise
- setFailure(Throwable) - Method in interface io.netty.util.concurrent.ProgressivePromise
- setFailure(Throwable) - Method in interface io.netty.util.concurrent.Promise
-
Marks this future as a failure and notifies all listeners.
- setFilename(String) - Method in class io.netty.handler.codec.http.multipart.DiskFileUpload
- setFilename(String) - Method in interface io.netty.handler.codec.http.multipart.FileUpload
-
Set the original filename
- setFilename(String) - Method in class io.netty.handler.codec.http.multipart.MemoryFileUpload
- setFilename(String) - Method in class io.netty.handler.codec.http.multipart.MixedFileUpload
- setFlag(boolean, short) - Method in class io.netty.handler.codec.http2.Http2Flags
-
Generic method to set any flag.
- setFloat(int, float) - Method in class io.netty.buffer.AbstractByteBuf
- setFloat(int, float) - Method in class io.netty.buffer.ByteBuf
-
Sets the specified 32-bit floating-point number at the specified absolute
indexin this buffer. - setFloat(int, float) - Method in class io.netty.buffer.CompositeByteBuf
- setFloat(int, float) - Method in class io.netty.buffer.EmptyByteBuf
- setFloat(int, float) - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- setFloat(int, float) - Method in class io.netty.buffer.WrappedByteBuf
- setFloat(CharSequence, float) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
- setFloat(K, float) - Method in class io.netty.handler.codec.DefaultHeaders
- setFloat(K, float) - Method in class io.netty.handler.codec.EmptyHeaders
- setFloat(K, float) - Method in interface io.netty.handler.codec.Headers
-
Set the
nametovalue. - setFloatLE(int, float) - Method in class io.netty.buffer.ByteBuf
-
Sets the specified 32-bit floating-point number at the specified absolute
indexin this buffer in Little Endian Byte Order. - setForceCloseTimeoutMillis(long) - Method in class io.netty.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.netty.handler.codec.http.websocketx.WebSocketClientHandshaker00
- setForceCloseTimeoutMillis(long) - Method in class io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker07
- setForceCloseTimeoutMillis(long) - Method in class io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker08
- setForceCloseTimeoutMillis(long) - Method in class io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker13
- setFreeBind(boolean) - Method in class io.netty.channel.epoll.EpollDatagramChannelConfig
- setFreeBind(boolean) - Method in class io.netty.channel.epoll.EpollServerSocketChannelConfig
- setFutureListenerStackDepth(int) - Method in class io.netty.util.internal.InternalThreadLocalMap
- setHandshakeTimeout(long, TimeUnit) - Method in class io.netty.handler.ssl.SslHandler
- setHandshakeTimeoutMillis(long) - Method in class io.netty.handler.ssl.SslHandler
- setHeader(HttpMessage, CharSequence, Iterable<?>) - Static method in class io.netty.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.netty.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 aStringbyObject.toString(), except forDateandCalendarwhich are formatted to the date format defined in RFC2616. - setHeader(HttpMessage, String, Iterable<?>) - Static method in class io.netty.handler.codec.http.HttpHeaders
-
Deprecated.Use
HttpHeaders.set(CharSequence, Iterable)instead. - setHeader(HttpMessage, String, Object) - Static method in class io.netty.handler.codec.http.HttpHeaders
-
Deprecated.Use
HttpHeaders.set(CharSequence, Object)instead. - setHeadersFactory(HttpHeadersFactory) - Method in class io.netty.handler.codec.http.HttpDecoderConfig
-
Set the
HttpHeadersFactoryto use when creating new HTTP headers objects. - setHost(HttpMessage, CharSequence) - Static method in class io.netty.handler.codec.http.HttpHeaders
-
Deprecated.Use
HttpHeaders.set(CharSequence, Object)instead. Sets the"Host"header. - setHost(HttpMessage, String) - Static method in class io.netty.handler.codec.http.HttpHeaders
-
Deprecated.Use
HttpHeaders.set(CharSequence, Object)instead. - setHttpOnly(boolean) - Method in interface io.netty.handler.codec.http.cookie.Cookie
-
Determines if this
Cookieis HTTP only. - setHttpOnly(boolean) - Method in class io.netty.handler.codec.http.cookie.DefaultCookie
- setId(int) - Method in class io.netty.handler.codec.dns.AbstractDnsMessage
- setId(int) - Method in class io.netty.handler.codec.dns.DatagramDnsQuery
- setId(int) - Method in class io.netty.handler.codec.dns.DatagramDnsResponse
- setId(int) - Method in class io.netty.handler.codec.dns.DefaultDnsQuery
- setId(int) - Method in class io.netty.handler.codec.dns.DefaultDnsResponse
- setId(int) - Method in interface io.netty.handler.codec.dns.DnsMessage
-
Sets the
IDof this DNS message. - setId(int) - Method in interface io.netty.handler.codec.dns.DnsQuery
- setId(int) - Method in interface io.netty.handler.codec.dns.DnsResponse
- setId(int) - Method in class io.netty.handler.codec.spdy.DefaultSpdyPingFrame
- setId(int) - Method in interface io.netty.handler.codec.spdy.SpdyPingFrame
-
Sets the ID of this frame.
- setIfAbsent(T) - Method in interface io.netty.util.Attribute
-
Atomically sets to the given value if this
Attribute's value isnull. - setIndex(int, int) - Method in class io.netty.buffer.AbstractByteBuf
- setIndex(int, int) - Method in class io.netty.buffer.ByteBuf
-
Sets the
readerIndexandwriterIndexof this buffer in one shot. - setIndex(int, int) - Method in class io.netty.buffer.CompositeByteBuf
- setIndex(int, int) - Method in class io.netty.buffer.EmptyByteBuf
- setIndex(int, int) - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- setIndex(int, int) - Method in class io.netty.buffer.WrappedByteBuf
- setIndexedVariable(int, Object) - Method in class io.netty.util.internal.InternalThreadLocalMap
- setInitialBufferSize(int) - Method in class io.netty.handler.codec.http.HttpDecoderConfig
-
Set the initial size of the temporary buffer used when parsing the lines of the HTTP headers.
- setInitialSeedUniquifier(long) - Static method in class io.netty.util.internal.ThreadLocalRandom
-
Deprecated.
- setInitialValue(T) - Method in class io.netty.util.internal.ReferenceCountUpdater
- setInitMaxStreams(SctpStandardSocketOptions.InitMaxStreams) - Method in class io.netty.channel.sctp.DefaultSctpChannelConfig
- setInitMaxStreams(SctpStandardSocketOptions.InitMaxStreams) - Method in class io.netty.channel.sctp.DefaultSctpServerChannelConfig
- setInitMaxStreams(SctpStandardSocketOptions.InitMaxStreams) - Method in interface io.netty.channel.sctp.SctpChannelConfig
-
Gets the
SCTP_INIT_MAXSTREAMSoption. - setInitMaxStreams(SctpStandardSocketOptions.InitMaxStreams) - Method in interface io.netty.channel.sctp.SctpServerChannelConfig
-
Gets the
SCTP_INIT_MAXSTREAMSoption. - setInt(int, int) - Method in class io.netty.buffer.AbstractByteBuf
- setInt(int, int) - Method in class io.netty.buffer.ByteBuf
-
Sets the specified 32-bit integer at the specified absolute
indexin this buffer. - setInt(int, int) - Method in class io.netty.buffer.CompositeByteBuf
- setInt(int, int) - Method in class io.netty.buffer.DuplicatedByteBuf
-
Deprecated.
- setInt(int, int) - Method in class io.netty.buffer.EmptyByteBuf
- setInt(int, int) - Method in class io.netty.buffer.ReadOnlyByteBuf
-
Deprecated.
- setInt(int, int) - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- setInt(int, int) - Method in class io.netty.buffer.UnpooledDirectByteBuf
- setInt(int, int) - Method in class io.netty.buffer.UnpooledHeapByteBuf
- setInt(int, int) - Method in class io.netty.buffer.UnpooledUnsafeDirectByteBuf
- setInt(int, int) - Method in class io.netty.buffer.UnpooledUnsafeHeapByteBuf
- setInt(int, int) - Method in class io.netty.buffer.WrappedByteBuf
- setInt(CharSequence, int) - Method in class io.netty.handler.codec.http.DefaultHttpHeaders
- setInt(CharSequence, int) - Method in class io.netty.handler.codec.http.EmptyHttpHeaders
- setInt(CharSequence, int) - Method in class io.netty.handler.codec.http.HttpHeaders
-
Set the
nametovalue. - setInt(CharSequence, int) - Method in class io.netty.handler.codec.http.ReadOnlyHttpHeaders
- setInt(CharSequence, int) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
- setInt(K, int) - Method in class io.netty.handler.codec.DefaultHeaders
- setInt(K, int) - Method in class io.netty.handler.codec.EmptyHeaders
- setInt(K, int) - Method in interface io.netty.handler.codec.Headers
-
Set the
nametovalue. - setInterface(InetAddress) - Method in class io.netty.channel.epoll.EpollDatagramChannelConfig
- setInterface(InetAddress) - Method in class io.netty.channel.kqueue.KQueueDatagramChannelConfig
- setInterface(InetAddress) - Method in interface io.netty.channel.socket.DatagramChannelConfig
-
Sets the address of the network interface used for multicast packets.
- setInterface(InetAddress) - Method in class io.netty.channel.socket.DefaultDatagramChannelConfig
- setInterface(InetAddress) - Method in interface io.netty.channel.socket.oio.OioDatagramChannelConfig
-
Deprecated.
- setIntHeader(HttpMessage, CharSequence, int) - Static method in class io.netty.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.netty.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.netty.handler.codec.http.HttpHeaders
-
Deprecated.Use
HttpHeaders.setInt(CharSequence, int)instead. - setIntHeader(HttpMessage, String, Iterable<Integer>) - Static method in class io.netty.handler.codec.http.HttpHeaders
-
Deprecated.Use
HttpHeaders.set(CharSequence, Iterable)instead. - setIntLE(int, int) - Method in class io.netty.buffer.AbstractByteBuf
- setIntLE(int, int) - Method in class io.netty.buffer.ByteBuf
-
Sets the specified 32-bit integer at the specified absolute
indexin this buffer with Little Endian byte order . - setIntLE(int, int) - Method in class io.netty.buffer.DuplicatedByteBuf
-
Deprecated.
- setIntLE(int, int) - Method in class io.netty.buffer.EmptyByteBuf
- setIntLE(int, int) - Method in class io.netty.buffer.ReadOnlyByteBuf
-
Deprecated.
- setIntLE(int, int) - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- setIntLE(int, int) - Method in class io.netty.buffer.UnpooledDirectByteBuf
- setIntLE(int, int) - Method in class io.netty.buffer.UnpooledHeapByteBuf
- setIntLE(int, int) - Method in class io.netty.buffer.UnpooledUnsafeHeapByteBuf
- setIntLE(int, int) - Method in class io.netty.buffer.WrappedByteBuf
- setIntOpt(int, int, int) - Method in class io.netty.channel.unix.Socket
- setInvalid() - Method in class io.netty.handler.codec.spdy.DefaultSpdyHeadersFrame
- setInvalid() - Method in class io.netty.handler.codec.spdy.DefaultSpdySynReplyFrame
- setInvalid() - Method in class io.netty.handler.codec.spdy.DefaultSpdySynStreamFrame
- setInvalid() - Method in interface io.netty.handler.codec.spdy.SpdyHeadersFrame
-
Marks this header block as invalid.
- setInvalid() - Method in interface io.netty.handler.codec.spdy.SpdySynReplyFrame
- setInvalid() - Method in interface io.netty.handler.codec.spdy.SpdySynStreamFrame
- setIoRatio(int) - Method in class io.netty.channel.epoll.EpollEventLoop
-
Deprecated.
- setIoRatio(int) - Method in class io.netty.channel.epoll.EpollEventLoopGroup
-
Deprecated.
- setIoRatio(int) - Method in class io.netty.channel.kqueue.KQueueEventLoopGroup
-
Deprecated.
- setIoRatio(int) - Method in class io.netty.channel.nio.NioEventLoop
-
Deprecated.
- setIoRatio(int) - Method in class io.netty.channel.nio.NioEventLoopGroup
-
Deprecated.
- setIpBindAddressNoPort(boolean) - Method in class io.netty.channel.epoll.EpollSocketChannelConfig
-
Set the IP_BIND_ADDRESS_NO_PORT option on the underlying Channel.
- setIpRecvOrigDestAddr(boolean) - Method in class io.netty.channel.epoll.EpollDatagramChannelConfig
- setIpTransparent(boolean) - Method in class io.netty.channel.epoll.EpollDatagramChannelConfig
- setIpTransparent(boolean) - Method in class io.netty.channel.epoll.EpollServerSocketChannelConfig
- setIpTransparent(boolean) - Method in class io.netty.channel.epoll.EpollSocketChannelConfig
- setIsCertificateAuthority(boolean) - Method in class io.netty.pkitesting.CertificateBuilder
-
Set the certificate authority field.
- setKeepAlive(boolean) - Method in class io.netty.channel.epoll.EpollSocketChannelConfig
- setKeepAlive(boolean) - Method in class io.netty.channel.kqueue.KQueueSocketChannelConfig
- setKeepAlive(boolean) - Method in class io.netty.channel.socket.DefaultSocketChannelConfig
- setKeepAlive(boolean) - Method in class io.netty.channel.socket.oio.DefaultOioSocketChannelConfig
-
Deprecated.
- setKeepAlive(boolean) - Method in interface io.netty.channel.socket.oio.OioSocketChannelConfig
-
Deprecated.
- setKeepAlive(boolean) - Method in interface io.netty.channel.socket.SocketChannelConfig
-
Sets the
StandardSocketOptions.SO_KEEPALIVEoption. - setKeepAlive(boolean) - Method in class io.netty.channel.unix.Socket
- setKeepAlive(HttpHeaders, HttpVersion, boolean) - Static method in class io.netty.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.netty.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"ifkeepAliveisfalse. - remove otherwise.
- set to
- If the connection is closed by default:
- set to
"keep-alive"ifkeepAliveistrue. - remove otherwise.
- set to
- If the connection is kept alive by default:
- setKeepAlive(HttpMessage, boolean) - Static method in class io.netty.handler.codec.http.HttpUtil
-
Sets the value of the
"Connection"header depending on the protocol version of the specified message. - setKey(ByteBuf) - Method in class io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage
- setKey(ByteBuf) - Method in interface io.netty.handler.codec.memcache.binary.BinaryMemcacheMessage
-
Sets the key of the document.
- setKeyUsage(boolean, CertificateBuilder.KeyUsage...) - Method in class io.netty.pkitesting.CertificateBuilder
-
The key usage specify the intended usages for which the certificate has been issued.
- setLast(boolean) - Method in class io.netty.handler.codec.spdy.DefaultSpdyDataFrame
- setLast(boolean) - Method in class io.netty.handler.codec.spdy.DefaultSpdyHeadersFrame
- setLast(boolean) - Method in class io.netty.handler.codec.spdy.DefaultSpdyRstStreamFrame
- setLast(boolean) - Method in class io.netty.handler.codec.spdy.DefaultSpdyStreamFrame
- setLast(boolean) - Method in class io.netty.handler.codec.spdy.DefaultSpdySynReplyFrame
- setLast(boolean) - Method in class io.netty.handler.codec.spdy.DefaultSpdySynStreamFrame
- setLast(boolean) - Method in interface io.netty.handler.codec.spdy.SpdyDataFrame
- setLast(boolean) - Method in interface io.netty.handler.codec.spdy.SpdyHeadersFrame
- setLast(boolean) - Method in interface io.netty.handler.codec.spdy.SpdyRstStreamFrame
- setLast(boolean) - Method in interface io.netty.handler.codec.spdy.SpdyStreamFrame
-
Sets if this frame is the last frame to be transmitted on the stream.
- setLast(boolean) - Method in interface io.netty.handler.codec.spdy.SpdySynReplyFrame
- setLast(boolean) - Method in interface io.netty.handler.codec.spdy.SpdySynStreamFrame
- setLastGoodStreamId(int) - Method in class io.netty.handler.codec.spdy.DefaultSpdyGoAwayFrame
- setLastGoodStreamId(int) - Method in interface io.netty.handler.codec.spdy.SpdyGoAwayFrame
-
Sets the Last-good-stream-ID of this frame.
- setLeakListener(ResourceLeakDetector.LeakListener) - Static method in class io.netty.buffer.ByteBufUtil
- setLeakListener(ResourceLeakDetector.LeakListener) - Method in class io.netty.util.ResourceLeakDetector
-
Set leak listener.
- setLength(int) - Method in class io.netty.util.internal.AppendableCharSequence
- setLevel(ResourceLeakDetector.Level) - Static method in class io.netty.util.ResourceLeakDetector
-
Sets the resource leak detection level.
- setLocalChannelReaderStackDepth(int) - Method in class io.netty.util.internal.InternalThreadLocalMap
- setLong(int, long) - Method in class io.netty.buffer.AbstractByteBuf
- setLong(int, long) - Method in class io.netty.buffer.ByteBuf
-
Sets the specified 64-bit long integer at the specified absolute
indexin this buffer. - setLong(int, long) - Method in class io.netty.buffer.CompositeByteBuf
- setLong(int, long) - Method in class io.netty.buffer.DuplicatedByteBuf
-
Deprecated.
- setLong(int, long) - Method in class io.netty.buffer.EmptyByteBuf
- setLong(int, long) - Method in class io.netty.buffer.ReadOnlyByteBuf
-
Deprecated.
- setLong(int, long) - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- setLong(int, long) - Method in class io.netty.buffer.UnpooledDirectByteBuf
- setLong(int, long) - Method in class io.netty.buffer.UnpooledHeapByteBuf
- setLong(int, long) - Method in class io.netty.buffer.UnpooledUnsafeDirectByteBuf
- setLong(int, long) - Method in class io.netty.buffer.UnpooledUnsafeHeapByteBuf
- setLong(int, long) - Method in class io.netty.buffer.WrappedByteBuf
- setLong(CharSequence, long) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
- setLong(K, long) - Method in class io.netty.handler.codec.DefaultHeaders
- setLong(K, long) - Method in class io.netty.handler.codec.EmptyHeaders
- setLong(K, long) - Method in interface io.netty.handler.codec.Headers
-
Set the
nametovalue. - setLongLE(int, long) - Method in class io.netty.buffer.AbstractByteBuf
- setLongLE(int, long) - Method in class io.netty.buffer.ByteBuf
-
Sets the specified 64-bit long integer at the specified absolute
indexin this buffer in Little Endian Byte Order. - setLongLE(int, long) - Method in class io.netty.buffer.DuplicatedByteBuf
-
Deprecated.
- setLongLE(int, long) - Method in class io.netty.buffer.EmptyByteBuf
- setLongLE(int, long) - Method in class io.netty.buffer.ReadOnlyByteBuf
-
Deprecated.
- setLongLE(int, long) - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- setLongLE(int, long) - Method in class io.netty.buffer.UnpooledDirectByteBuf
- setLongLE(int, long) - Method in class io.netty.buffer.UnpooledHeapByteBuf
- setLongLE(int, long) - Method in class io.netty.buffer.UnpooledUnsafeHeapByteBuf
- setLongLE(int, long) - Method in class io.netty.buffer.WrappedByteBuf
- setLoopbackModeDisabled(boolean) - Method in class io.netty.channel.epoll.EpollDatagramChannelConfig
- setLoopbackModeDisabled(boolean) - Method in class io.netty.channel.kqueue.KQueueDatagramChannelConfig
- setLoopbackModeDisabled(boolean) - Method in interface io.netty.channel.socket.DatagramChannelConfig
-
Sets the
StandardSocketOptions.IP_MULTICAST_LOOPoption. - setLoopbackModeDisabled(boolean) - Method in class io.netty.channel.socket.DefaultDatagramChannelConfig
- setLoopbackModeDisabled(boolean) - Method in interface io.netty.channel.socket.oio.OioDatagramChannelConfig
-
Deprecated.
- setMagic(byte) - Method in class io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage
- setMagic(byte) - Method in interface io.netty.handler.codec.memcache.binary.BinaryMemcacheMessage
-
Sets the magic byte.
- setMaxAge(long) - Method in interface io.netty.handler.codec.http.cookie.Cookie
-
Sets the maximum age of this
Cookiein seconds. - setMaxAge(long) - Method in class io.netty.handler.codec.http.cookie.DefaultCookie
- setMaxAge(long) - Method in interface io.netty.handler.codec.http.Cookie
-
Deprecated.Not part of RFC6265
- setMaxBoundedWorker(int) - Method in class io.netty.channel.uring.IoUringIoHandlerConfig
-
Set the maximum number of bounded iowq worker threads.
- setMaxBytesPerGatheringWrite(long) - Method in class io.netty.channel.epoll.EpollChannelConfig
- setMaxChunkSize(int) - Method in class io.netty.handler.codec.http.HttpDecoderConfig
-
Set the maximum chunk size.
- setMaxCumulationBufferComponents(int) - Method in class io.netty.handler.codec.MessageAggregator
-
Sets the maximum number of components in the cumulation buffer.
- setMaxDatagramPayloadSize(int) - Method in class io.netty.channel.epoll.EpollDatagramChannelConfig
-
Set the maximum
DatagramPacketsize. - setMaxDeviation(float, float, float) - Method in class io.netty.handler.traffic.GlobalChannelTrafficShapingHandler
- setMaxGlobalWriteSize(long) - Method in class io.netty.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.netty.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. - setMaxHeaderSize(int) - Method in class io.netty.handler.codec.http.HttpDecoderConfig
-
Set the maximum line length of header lines.
- setMaxInitialLineLength(int) - Method in class io.netty.handler.codec.http.HttpDecoderConfig
-
Set the maximum length of the first line of the HTTP header.
- setMaxLimit(long) - Method in class io.netty.handler.codec.http.multipart.DefaultHttpDataFactory
- setMaxLimit(long) - Method in interface io.netty.handler.codec.http.multipart.HttpDataFactory
-
To set a max size limitation on fields.
- setMaxMessagesPerRead(int) - Method in interface io.netty.channel.ChannelConfig
-
Deprecated.Use
MaxMessagesRecvByteBufAllocatorandMaxMessagesRecvByteBufAllocator.maxMessagesPerRead(int).Sets the maximum number of messages to read per read loop. If this value is greater than 1, an event loop might attempt to read multiple times to procure multiple messages.
- setMaxMessagesPerRead(int) - Method in class io.netty.channel.DefaultChannelConfig
-
Deprecated.
- setMaxMessagesPerRead(int) - Method in class io.netty.channel.epoll.EpollChannelConfig
-
Deprecated.
- setMaxMessagesPerRead(int) - Method in class io.netty.channel.epoll.EpollDatagramChannelConfig
-
Deprecated.
- setMaxMessagesPerRead(int) - Method in class io.netty.channel.epoll.EpollDomainDatagramChannelConfig
-
Deprecated.
- setMaxMessagesPerRead(int) - Method in class io.netty.channel.epoll.EpollDomainSocketChannelConfig
-
Deprecated.
- setMaxMessagesPerRead(int) - Method in class io.netty.channel.epoll.EpollServerChannelConfig
-
Deprecated.
- setMaxMessagesPerRead(int) - Method in class io.netty.channel.epoll.EpollServerSocketChannelConfig
-
Deprecated.
- setMaxMessagesPerRead(int) - Method in class io.netty.channel.epoll.EpollSocketChannelConfig
-
Deprecated.
- setMaxMessagesPerRead(int) - Method in class io.netty.channel.kqueue.KQueueChannelConfig
-
Deprecated.
- setMaxMessagesPerRead(int) - Method in class io.netty.channel.kqueue.KQueueDatagramChannelConfig
-
Deprecated.
- setMaxMessagesPerRead(int) - Method in class io.netty.channel.kqueue.KQueueDomainDatagramChannelConfig
-
Deprecated.
- setMaxMessagesPerRead(int) - Method in class io.netty.channel.kqueue.KQueueDomainSocketChannelConfig
-
Deprecated.
- setMaxMessagesPerRead(int) - Method in class io.netty.channel.kqueue.KQueueServerChannelConfig
-
Deprecated.
- setMaxMessagesPerRead(int) - Method in class io.netty.channel.kqueue.KQueueServerSocketChannelConfig
-
Deprecated.
- setMaxMessagesPerRead(int) - Method in class io.netty.channel.kqueue.KQueueSocketChannelConfig
-
Deprecated.
- setMaxMessagesPerRead(int) - Method in interface io.netty.channel.rxtx.RxtxChannelConfig
-
Deprecated.
- setMaxMessagesPerRead(int) - Method in class io.netty.channel.sctp.DefaultSctpChannelConfig
-
Deprecated.
- setMaxMessagesPerRead(int) - Method in class io.netty.channel.sctp.DefaultSctpServerChannelConfig
-
Deprecated.
- setMaxMessagesPerRead(int) - Method in interface io.netty.channel.sctp.SctpChannelConfig
-
Deprecated.
- setMaxMessagesPerRead(int) - Method in interface io.netty.channel.sctp.SctpServerChannelConfig
-
Deprecated.
- setMaxMessagesPerRead(int) - Method in interface io.netty.channel.socket.DatagramChannelConfig
-
Deprecated.
- setMaxMessagesPerRead(int) - Method in class io.netty.channel.socket.DefaultDatagramChannelConfig
-
Deprecated.
- setMaxMessagesPerRead(int) - Method in class io.netty.channel.socket.DefaultServerSocketChannelConfig
-
Deprecated.
- setMaxMessagesPerRead(int) - Method in class io.netty.channel.socket.DefaultSocketChannelConfig
-
Deprecated.
- setMaxMessagesPerRead(int) - Method in interface io.netty.channel.socket.DuplexChannelConfig
-
Deprecated.
- setMaxMessagesPerRead(int) - Method in class io.netty.channel.socket.oio.DefaultOioServerSocketChannelConfig
-
Deprecated.
- setMaxMessagesPerRead(int) - Method in class io.netty.channel.socket.oio.DefaultOioSocketChannelConfig
-
Deprecated.
- setMaxMessagesPerRead(int) - Method in interface io.netty.channel.socket.oio.OioDatagramChannelConfig
-
Deprecated.
- setMaxMessagesPerRead(int) - Method in interface io.netty.channel.socket.oio.OioServerSocketChannelConfig
-
Deprecated.
- setMaxMessagesPerRead(int) - Method in interface io.netty.channel.socket.oio.OioSocketChannelConfig
-
Deprecated.
- setMaxMessagesPerRead(int) - Method in interface io.netty.channel.socket.ServerSocketChannelConfig
-
Deprecated.
- setMaxMessagesPerRead(int) - Method in interface io.netty.channel.socket.SocketChannelConfig
-
Deprecated.
- setMaxMessagesPerRead(int) - Method in class io.netty.channel.udt.DefaultUdtChannelConfig
-
Deprecated.
- setMaxMessagesPerRead(int) - Method in class io.netty.channel.udt.DefaultUdtServerChannelConfig
-
Deprecated.
- setMaxMessagesPerRead(int) - Method in interface io.netty.channel.udt.UdtChannelConfig
-
Deprecated.
- setMaxMessagesPerRead(int) - Method in interface io.netty.channel.udt.UdtServerChannelConfig
-
Deprecated.
- setMaxMessagesPerRead(int) - Method in interface io.netty.channel.unix.DomainDatagramChannelConfig
-
Deprecated.
- setMaxMessagesPerRead(int) - Method in interface io.netty.channel.unix.DomainSocketChannelConfig
-
Deprecated.
- setMaxMessagesPerRead(int) - Method in interface io.netty.handler.codec.quic.QuicChannelConfig
-
Deprecated.
- setMaxMessagesPerRead(int) - Method in interface io.netty.handler.codec.quic.QuicStreamChannelConfig
- setMaxMessagesPerWrite(int) - Method in class io.netty.channel.DefaultChannelConfig
-
Set the maximum number of message to write per eventloop run.
- setMaxMessagesPerWrite(int) - Method in class io.netty.channel.epoll.EpollDatagramChannelConfig
- setMaxMessagesPerWrite(int) - Method in class io.netty.channel.epoll.EpollDomainDatagramChannelConfig
- setMaxMessagesPerWrite(int) - Method in class io.netty.channel.kqueue.KQueueDatagramChannelConfig
- setMaxMessagesPerWrite(int) - Method in class io.netty.channel.kqueue.KQueueDomainDatagramChannelConfig
- setMaxMessagesPerWrite(int) - Method in class io.netty.channel.socket.DefaultDatagramChannelConfig
- setMaxSize(long) - Method in class io.netty.handler.codec.http.multipart.AbstractHttpData
- setMaxSize(long) - Method in interface io.netty.handler.codec.http.multipart.HttpData
-
Set the maxSize for this HttpData.
- setMaxTimeWait(long) - Method in class io.netty.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.
- setMaxUnboundedWorker(int) - Method in class io.netty.channel.uring.IoUringIoHandlerConfig
-
Set the maximum number of unbounded iowq worker threads.
- setMaxWriteDelay(long) - Method in class io.netty.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.netty.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 class io.netty.buffer.AbstractByteBuf
- setMedium(int, int) - Method in class io.netty.buffer.ByteBuf
-
Sets the specified 24-bit medium integer at the specified absolute
indexin this buffer. - setMedium(int, int) - Method in class io.netty.buffer.CompositeByteBuf
- setMedium(int, int) - Method in class io.netty.buffer.DuplicatedByteBuf
-
Deprecated.
- setMedium(int, int) - Method in class io.netty.buffer.EmptyByteBuf
- setMedium(int, int) - Method in class io.netty.buffer.ReadOnlyByteBuf
-
Deprecated.
- setMedium(int, int) - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- setMedium(int, int) - Method in class io.netty.buffer.UnpooledDirectByteBuf
- setMedium(int, int) - Method in class io.netty.buffer.UnpooledHeapByteBuf
- setMedium(int, int) - Method in class io.netty.buffer.UnpooledUnsafeDirectByteBuf
- setMedium(int, int) - Method in class io.netty.buffer.UnpooledUnsafeHeapByteBuf
- setMedium(int, int) - Method in class io.netty.buffer.WrappedByteBuf
- setMediumLE(int, int) - Method in class io.netty.buffer.AbstractByteBuf
- setMediumLE(int, int) - Method in class io.netty.buffer.ByteBuf
-
Sets the specified 24-bit medium integer at the specified absolute
indexin this buffer in the Little Endian Byte Order. - setMediumLE(int, int) - Method in class io.netty.buffer.DuplicatedByteBuf
-
Deprecated.
- setMediumLE(int, int) - Method in class io.netty.buffer.EmptyByteBuf
- setMediumLE(int, int) - Method in class io.netty.buffer.ReadOnlyByteBuf
-
Deprecated.
- setMediumLE(int, int) - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- setMediumLE(int, int) - Method in class io.netty.buffer.UnpooledDirectByteBuf
- setMediumLE(int, int) - Method in class io.netty.buffer.UnpooledHeapByteBuf
- setMediumLE(int, int) - Method in class io.netty.buffer.UnpooledUnsafeHeapByteBuf
- setMediumLE(int, int) - Method in class io.netty.buffer.WrappedByteBuf
- setMemory(byte[], int, long, byte) - Static method in class io.netty.util.internal.PlatformDependent
- setMemory(long, long, byte) - Static method in class io.netty.util.internal.PlatformDependent
- setMessageSizeEstimator(MessageSizeEstimator) - Method in interface io.netty.channel.ChannelConfig
-
Set the
MessageSizeEstimatorwhich is used for the channel to detect the size of a message. - setMessageSizeEstimator(MessageSizeEstimator) - Method in class io.netty.channel.DefaultChannelConfig
- setMessageSizeEstimator(MessageSizeEstimator) - Method in class io.netty.channel.epoll.EpollChannelConfig
- setMessageSizeEstimator(MessageSizeEstimator) - Method in class io.netty.channel.epoll.EpollDatagramChannelConfig
- setMessageSizeEstimator(MessageSizeEstimator) - Method in class io.netty.channel.epoll.EpollDomainDatagramChannelConfig
- setMessageSizeEstimator(MessageSizeEstimator) - Method in class io.netty.channel.epoll.EpollDomainSocketChannelConfig
- setMessageSizeEstimator(MessageSizeEstimator) - Method in class io.netty.channel.epoll.EpollServerChannelConfig
- setMessageSizeEstimator(MessageSizeEstimator) - Method in class io.netty.channel.epoll.EpollServerSocketChannelConfig
- setMessageSizeEstimator(MessageSizeEstimator) - Method in class io.netty.channel.epoll.EpollSocketChannelConfig
- setMessageSizeEstimator(MessageSizeEstimator) - Method in class io.netty.channel.kqueue.KQueueChannelConfig
- setMessageSizeEstimator(MessageSizeEstimator) - Method in class io.netty.channel.kqueue.KQueueDatagramChannelConfig
- setMessageSizeEstimator(MessageSizeEstimator) - Method in class io.netty.channel.kqueue.KQueueDomainDatagramChannelConfig
- setMessageSizeEstimator(MessageSizeEstimator) - Method in class io.netty.channel.kqueue.KQueueDomainSocketChannelConfig
- setMessageSizeEstimator(MessageSizeEstimator) - Method in class io.netty.channel.kqueue.KQueueServerChannelConfig
- setMessageSizeEstimator(MessageSizeEstimator) - Method in class io.netty.channel.kqueue.KQueueServerSocketChannelConfig
- setMessageSizeEstimator(MessageSizeEstimator) - Method in class io.netty.channel.kqueue.KQueueSocketChannelConfig
- setMessageSizeEstimator(MessageSizeEstimator) - Method in interface io.netty.channel.rxtx.RxtxChannelConfig
-
Deprecated.
- setMessageSizeEstimator(MessageSizeEstimator) - Method in class io.netty.channel.sctp.DefaultSctpChannelConfig
- setMessageSizeEstimator(MessageSizeEstimator) - Method in class io.netty.channel.sctp.DefaultSctpServerChannelConfig
- setMessageSizeEstimator(MessageSizeEstimator) - Method in interface io.netty.channel.sctp.SctpChannelConfig
- setMessageSizeEstimator(MessageSizeEstimator) - Method in interface io.netty.channel.sctp.SctpServerChannelConfig
- setMessageSizeEstimator(MessageSizeEstimator) - Method in interface io.netty.channel.socket.DatagramChannelConfig
- setMessageSizeEstimator(MessageSizeEstimator) - Method in class io.netty.channel.socket.DefaultDatagramChannelConfig
- setMessageSizeEstimator(MessageSizeEstimator) - Method in class io.netty.channel.socket.DefaultServerSocketChannelConfig
- setMessageSizeEstimator(MessageSizeEstimator) - Method in class io.netty.channel.socket.DefaultSocketChannelConfig
- setMessageSizeEstimator(MessageSizeEstimator) - Method in interface io.netty.channel.socket.DuplexChannelConfig
- setMessageSizeEstimator(MessageSizeEstimator) - Method in class io.netty.channel.socket.oio.DefaultOioServerSocketChannelConfig
-
Deprecated.
- setMessageSizeEstimator(MessageSizeEstimator) - Method in class io.netty.channel.socket.oio.DefaultOioSocketChannelConfig
-
Deprecated.
- setMessageSizeEstimator(MessageSizeEstimator) - Method in interface io.netty.channel.socket.oio.OioDatagramChannelConfig
-
Deprecated.
- setMessageSizeEstimator(MessageSizeEstimator) - Method in interface io.netty.channel.socket.oio.OioServerSocketChannelConfig
-
Deprecated.
- setMessageSizeEstimator(MessageSizeEstimator) - Method in interface io.netty.channel.socket.oio.OioSocketChannelConfig
-
Deprecated.
- setMessageSizeEstimator(MessageSizeEstimator) - Method in interface io.netty.channel.socket.ServerSocketChannelConfig
- setMessageSizeEstimator(MessageSizeEstimator) - Method in interface io.netty.channel.socket.SocketChannelConfig
- setMessageSizeEstimator(MessageSizeEstimator) - Method in class io.netty.channel.udt.DefaultUdtChannelConfig
-
Deprecated.
- setMessageSizeEstimator(MessageSizeEstimator) - Method in class io.netty.channel.udt.DefaultUdtServerChannelConfig
-
Deprecated.
- setMessageSizeEstimator(MessageSizeEstimator) - Method in interface io.netty.channel.udt.UdtChannelConfig
-
Deprecated.
- setMessageSizeEstimator(MessageSizeEstimator) - Method in interface io.netty.channel.udt.UdtServerChannelConfig
-
Deprecated.
- setMessageSizeEstimator(MessageSizeEstimator) - Method in interface io.netty.channel.unix.DomainDatagramChannelConfig
- setMessageSizeEstimator(MessageSizeEstimator) - Method in interface io.netty.channel.unix.DomainSocketChannelConfig
- setMessageSizeEstimator(MessageSizeEstimator) - Method in interface io.netty.handler.codec.quic.QuicChannelConfig
- setMessageSizeEstimator(MessageSizeEstimator) - Method in interface io.netty.handler.codec.quic.QuicStreamChannelConfig
- setMethod(HttpMethod) - Method in class io.netty.handler.codec.http.DefaultFullHttpRequest
- setMethod(HttpMethod) - Method in class io.netty.handler.codec.http.DefaultHttpRequest
- setMethod(HttpMethod) - Method in interface io.netty.handler.codec.http.FullHttpRequest
- setMethod(HttpMethod) - Method in interface io.netty.handler.codec.http.HttpRequest
-
Set the
HttpMethodof thisHttpRequest. - setNeedClientAuth(boolean) - Method in class io.netty.handler.ssl.ReferenceCountedOpenSslEngine
- setNetworkInterface(NetworkInterface) - Method in class io.netty.channel.epoll.EpollDatagramChannelConfig
- setNetworkInterface(NetworkInterface) - Method in class io.netty.channel.kqueue.KQueueDatagramChannelConfig
- setNetworkInterface(NetworkInterface) - Method in interface io.netty.channel.socket.DatagramChannelConfig
-
Sets the
StandardSocketOptions.IP_MULTICAST_IFoption. - setNetworkInterface(NetworkInterface) - Method in class io.netty.channel.socket.DefaultDatagramChannelConfig
- setNetworkInterface(NetworkInterface) - Method in interface io.netty.channel.socket.oio.OioDatagramChannelConfig
-
Deprecated.
- setObject(CharSequence, Iterable<?>) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
- setObject(CharSequence, Object) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
- setObject(CharSequence, Object...) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
- setObject(K, Iterable<?>) - Method in class io.netty.handler.codec.DefaultHeaders
- setObject(K, Iterable<?>) - Method in class io.netty.handler.codec.EmptyHeaders
- setObject(K, Iterable<?>) - Method in interface io.netty.handler.codec.Headers
-
Sets a header with the specified name and values.
- setObject(K, Object) - Method in class io.netty.handler.codec.DefaultHeaders
- setObject(K, Object) - Method in class io.netty.handler.codec.EmptyHeaders
- setObject(K, Object) - Method in interface io.netty.handler.codec.Headers
-
Sets a new header.
- setObject(K, Object...) - Method in class io.netty.handler.codec.DefaultHeaders
- setObject(K, Object...) - Method in class io.netty.handler.codec.EmptyHeaders
- setObject(K, Object...) - Method in interface io.netty.handler.codec.Headers
-
Sets a header with the specified name and values.
- setOcspResponse(byte[]) - Method in class io.netty.handler.ssl.ReferenceCountedOpenSslEngine
-
Sets the OCSP response.
- setOpaque(int) - Method in class io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage
- setOpaque(int) - Method in interface io.netty.handler.codec.memcache.binary.BinaryMemcacheMessage
-
Sets the opaque value.
- setOpcode(byte) - Method in class io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage
- setOpcode(byte) - Method in interface io.netty.handler.codec.memcache.binary.BinaryMemcacheMessage
-
Sets the opcode for the message.
- setOpCode(DnsOpCode) - Method in class io.netty.handler.codec.dns.AbstractDnsMessage
- setOpCode(DnsOpCode) - Method in class io.netty.handler.codec.dns.DatagramDnsQuery
- setOpCode(DnsOpCode) - Method in class io.netty.handler.codec.dns.DatagramDnsResponse
- setOpCode(DnsOpCode) - Method in class io.netty.handler.codec.dns.DefaultDnsQuery
- setOpCode(DnsOpCode) - Method in class io.netty.handler.codec.dns.DefaultDnsResponse
- setOpCode(DnsOpCode) - Method in interface io.netty.handler.codec.dns.DnsMessage
-
Sets the
opCodeof this DNS message. - setOpCode(DnsOpCode) - Method in interface io.netty.handler.codec.dns.DnsQuery
- setOpCode(DnsOpCode) - Method in interface io.netty.handler.codec.dns.DnsResponse
- setOption(ChannelOption<T>, T) - Method in interface io.netty.channel.Channel
-
Sets a configuration property with the specified name and value.
- setOption(ChannelOption<T>, T) - Method in interface io.netty.channel.ChannelConfig
-
Sets a configuration property with the specified name and value.
- setOption(ChannelOption<T>, T) - Method in class io.netty.channel.DefaultChannelConfig
- setOption(ChannelOption<T>, T) - Method in class io.netty.channel.epoll.EpollChannelConfig
- setOption(ChannelOption<T>, T) - Method in class io.netty.channel.epoll.EpollDatagramChannelConfig
- setOption(ChannelOption<T>, T) - Method in class io.netty.channel.epoll.EpollDomainDatagramChannelConfig
- setOption(ChannelOption<T>, T) - Method in class io.netty.channel.epoll.EpollDomainSocketChannelConfig
- setOption(ChannelOption<T>, T) - Method in class io.netty.channel.epoll.EpollServerChannelConfig
- setOption(ChannelOption<T>, T) - Method in class io.netty.channel.epoll.EpollServerSocketChannelConfig
- setOption(ChannelOption<T>, T) - Method in class io.netty.channel.epoll.EpollSocketChannelConfig
- setOption(ChannelOption<T>, T) - Method in class io.netty.channel.kqueue.KQueueChannelConfig
- setOption(ChannelOption<T>, T) - Method in class io.netty.channel.kqueue.KQueueDatagramChannelConfig
- setOption(ChannelOption<T>, T) - Method in class io.netty.channel.kqueue.KQueueDomainDatagramChannelConfig
- setOption(ChannelOption<T>, T) - Method in class io.netty.channel.kqueue.KQueueDomainSocketChannelConfig
- setOption(ChannelOption<T>, T) - Method in class io.netty.channel.kqueue.KQueueServerChannelConfig
- setOption(ChannelOption<T>, T) - Method in class io.netty.channel.kqueue.KQueueServerSocketChannelConfig
- setOption(ChannelOption<T>, T) - Method in class io.netty.channel.kqueue.KQueueSocketChannelConfig
- setOption(ChannelOption<T>, T) - Method in class io.netty.channel.sctp.DefaultSctpChannelConfig
- setOption(ChannelOption<T>, T) - Method in class io.netty.channel.sctp.DefaultSctpServerChannelConfig
- setOption(ChannelOption<T>, T) - Method in class io.netty.channel.socket.DefaultDatagramChannelConfig
- setOption(ChannelOption<T>, T) - Method in class io.netty.channel.socket.DefaultServerSocketChannelConfig
- setOption(ChannelOption<T>, T) - Method in class io.netty.channel.socket.DefaultSocketChannelConfig
- setOption(ChannelOption<T>, T) - Method in class io.netty.channel.socket.oio.DefaultOioServerSocketChannelConfig
-
Deprecated.
- setOption(ChannelOption<T>, T) - Method in class io.netty.channel.socket.oio.DefaultOioSocketChannelConfig
-
Deprecated.
- setOption(ChannelOption<T>, T) - Method in class io.netty.channel.udt.DefaultUdtChannelConfig
-
Deprecated.
- setOption(ChannelOption<T>, T) - Method in class io.netty.channel.udt.DefaultUdtServerChannelConfig
-
Deprecated.
- setOptions(Map<ChannelOption<?>, ?>) - Method in interface io.netty.channel.ChannelConfig
-
Sets the configuration properties from the specified
Map. - setOptions(Map<ChannelOption<?>, ?>) - Method in class io.netty.channel.DefaultChannelConfig
- setOpWrite() - Method in class io.netty.channel.nio.AbstractNioByteChannel
- setOwningThread(Thread) - Method in class io.netty.channel.ManualIoEventLoop
-
Set the owning thread that will call
ManualIoEventLoop.run(io.netty.channel.IoHandlerContext, long). - setParitybit(RxtxChannelConfig.Paritybit) - Method in interface io.netty.channel.rxtx.RxtxChannelConfig
-
Deprecated.Sets the type of parity bit to be used when communicating with the serial device.
- setPartitioned(boolean) - Method in class io.netty.handler.codec.http.cookie.DefaultCookie
-
Sets the
Partitionedattribute of thisCookie - setPath(String) - Method in interface io.netty.handler.codec.http.cookie.Cookie
-
Sets the path of this
Cookie. - setPath(String) - Method in class io.netty.handler.codec.http.cookie.DefaultCookie
- setPathLengthConstraint(OptionalInt) - Method in class io.netty.pkitesting.CertificateBuilder
-
Certificate Authority certificates may impose a limit to the length of the verified certificate path they permit.
- setPerformancePreferences(int, int, int) - Method in class io.netty.channel.epoll.EpollServerChannelConfig
- setPerformancePreferences(int, int, int) - Method in class io.netty.channel.epoll.EpollServerSocketChannelConfig
- setPerformancePreferences(int, int, int) - Method in class io.netty.channel.epoll.EpollSocketChannelConfig
- setPerformancePreferences(int, int, int) - Method in class io.netty.channel.kqueue.KQueueServerChannelConfig
- setPerformancePreferences(int, int, int) - Method in class io.netty.channel.kqueue.KQueueServerSocketChannelConfig
- setPerformancePreferences(int, int, int) - Method in class io.netty.channel.kqueue.KQueueSocketChannelConfig
- setPerformancePreferences(int, int, int) - Method in class io.netty.channel.socket.DefaultServerSocketChannelConfig
- setPerformancePreferences(int, int, int) - Method in class io.netty.channel.socket.DefaultSocketChannelConfig
- setPerformancePreferences(int, int, int) - Method in class io.netty.channel.socket.oio.DefaultOioServerSocketChannelConfig
-
Deprecated.
- setPerformancePreferences(int, int, int) - Method in class io.netty.channel.socket.oio.DefaultOioSocketChannelConfig
-
Deprecated.
- setPerformancePreferences(int, int, int) - Method in interface io.netty.channel.socket.oio.OioServerSocketChannelConfig
-
Deprecated.
- setPerformancePreferences(int, int, int) - Method in interface io.netty.channel.socket.oio.OioSocketChannelConfig
-
Deprecated.
- setPerformancePreferences(int, int, int) - Method in interface io.netty.channel.socket.ServerSocketChannelConfig
-
Sets the performance preferences as specified in
ServerSocket.setPerformancePreferences(int, int, int). - setPerformancePreferences(int, int, int) - Method in interface io.netty.channel.socket.SocketChannelConfig
-
Sets the performance preferences as specified in
Socket.setPerformancePreferences(int, int, int). - setPersisted(int, boolean) - Method in class io.netty.handler.codec.spdy.DefaultSpdySettingsFrame
- setPersisted(int, boolean) - Method in interface io.netty.handler.codec.spdy.SpdySettingsFrame
-
Sets if this setting is persisted.
- setPersistValue(int, boolean) - Method in class io.netty.handler.codec.spdy.DefaultSpdySettingsFrame
- setPersistValue(int, boolean) - Method in interface io.netty.handler.codec.spdy.SpdySettingsFrame
-
Sets if this setting should be persisted.
- setPorts(int...) - Method in interface io.netty.handler.codec.http.Cookie
-
Deprecated.Not part of RFC6265
- setPorts(int...) - Method in class io.netty.handler.codec.http.DefaultCookie
-
Deprecated.
- setPorts(Iterable<Integer>) - Method in interface io.netty.handler.codec.http.Cookie
-
Deprecated.Not part of RFC6265
- setPorts(Iterable<Integer>) - Method in class io.netty.handler.codec.http.DefaultCookie
-
Deprecated.
- setPriority(byte) - Method in class io.netty.handler.codec.spdy.DefaultSpdySynStreamFrame
- setPriority(byte) - Method in interface io.netty.handler.codec.spdy.SpdySynStreamFrame
-
Sets the priority of the stream.
- setPrivateKeyMethod(OpenSslPrivateKeyMethod) - Method in class io.netty.handler.ssl.ReferenceCountedOpenSslContext
-
Deprecated.
- setProgress(long, long) - Method in interface io.netty.channel.ChannelProgressivePromise
- setProgress(long, long) - Method in class io.netty.channel.DefaultChannelProgressivePromise
- setProgress(long, long) - Method in class io.netty.util.concurrent.DefaultProgressivePromise
- setProgress(long, long) - Method in interface io.netty.util.concurrent.ProgressivePromise
-
Sets the current progress of the operation and notifies the listeners that implement
GenericProgressiveFutureListener. - setProperty(Http2Connection.PropertyKey, V) - Method in interface io.netty.handler.codec.http2.Http2Stream
-
Associates the application-defined data with this stream.
- setProtocolReceiveBufferSize(int) - Method in class io.netty.channel.udt.DefaultUdtChannelConfig
-
Deprecated.
- setProtocolReceiveBufferSize(int) - Method in class io.netty.channel.udt.DefaultUdtServerChannelConfig
-
Deprecated.
- setProtocolReceiveBufferSize(int) - Method in interface io.netty.channel.udt.UdtChannelConfig
-
Deprecated.Sets
OptionUDT.Protocol_Receive_Buffer_Size - setProtocolReceiveBufferSize(int) - Method in interface io.netty.channel.udt.UdtServerChannelConfig
-
Deprecated.
- setProtocolSendBufferSize(int) - Method in class io.netty.channel.udt.DefaultUdtChannelConfig
-
Deprecated.
- setProtocolSendBufferSize(int) - Method in class io.netty.channel.udt.DefaultUdtServerChannelConfig
-
Deprecated.
- setProtocolSendBufferSize(int) - Method in interface io.netty.channel.udt.UdtChannelConfig
-
Deprecated.Sets
OptionUDT.Protocol_Send_Buffer_Size - setProtocolSendBufferSize(int) - Method in interface io.netty.channel.udt.UdtServerChannelConfig
-
Deprecated.
- setProtocolVersion(HttpVersion) - Method in class io.netty.handler.codec.http.DefaultFullHttpRequest
- setProtocolVersion(HttpVersion) - Method in class io.netty.handler.codec.http.DefaultFullHttpResponse
- setProtocolVersion(HttpVersion) - Method in class io.netty.handler.codec.http.DefaultHttpMessage
- setProtocolVersion(HttpVersion) - Method in class io.netty.handler.codec.http.DefaultHttpRequest
- setProtocolVersion(HttpVersion) - Method in class io.netty.handler.codec.http.DefaultHttpResponse
- setProtocolVersion(HttpVersion) - Method in interface io.netty.handler.codec.http.FullHttpRequest
- setProtocolVersion(HttpVersion) - Method in interface io.netty.handler.codec.http.FullHttpResponse
- setProtocolVersion(HttpVersion) - Method in interface io.netty.handler.codec.http.HttpMessage
-
Set the protocol version of this
HttpMessage - setProtocolVersion(HttpVersion) - Method in interface io.netty.handler.codec.http.HttpRequest
- setProtocolVersion(HttpVersion) - Method in interface io.netty.handler.codec.http.HttpResponse
- SETQ - Static variable in class io.netty.handler.codec.memcache.binary.BinaryMemcacheOpcodes
- setRawOpt(int, int, ByteBuffer) - Method in class io.netty.channel.unix.Socket
- setRcvAllocTransportProvidesGuess(boolean) - Method in class io.netty.channel.kqueue.KQueueChannelConfig
-
Deprecated.will be removed and is ignored.
- setRcvAllocTransportProvidesGuess(boolean) - Method in class io.netty.channel.kqueue.KQueueDatagramChannelConfig
- setRcvAllocTransportProvidesGuess(boolean) - Method in class io.netty.channel.kqueue.KQueueDomainDatagramChannelConfig
- setRcvAllocTransportProvidesGuess(boolean) - Method in class io.netty.channel.kqueue.KQueueDomainSocketChannelConfig
- setRcvAllocTransportProvidesGuess(boolean) - Method in class io.netty.channel.kqueue.KQueueServerChannelConfig
- setRcvAllocTransportProvidesGuess(boolean) - Method in class io.netty.channel.kqueue.KQueueServerSocketChannelConfig
- setRcvAllocTransportProvidesGuess(boolean) - Method in class io.netty.channel.kqueue.KQueueSocketChannelConfig
- setReadChannelLimit(long) - Method in class io.netty.handler.traffic.GlobalChannelTrafficShapingHandler
- setReadFrames(boolean) - Method in interface io.netty.handler.codec.quic.QuicStreamChannelConfig
-
Set this to
trueif theQuicStreamChannelshould readQuicStreamFrames and fire these through theChannelPipeline,falseif it usesByteBuf. - setReadLimit(long) - Method in class io.netty.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.
- setReadMode(DomainSocketReadMode) - Method in class io.netty.channel.epoll.EpollDomainSocketChannelConfig
- setReadMode(DomainSocketReadMode) - Method in class io.netty.channel.kqueue.KQueueDomainSocketChannelConfig
- setReadMode(DomainSocketReadMode) - Method in interface io.netty.channel.unix.DomainSocketChannelConfig
-
Change the
DomainSocketReadModefor the channel. - setReadPending(boolean) - Method in class io.netty.channel.nio.AbstractNioChannel
-
Deprecated.Use
AbstractNioChannel.clearReadPending()if appropriate instead. No longer supported. - setReadPending(boolean) - Method in class io.netty.channel.oio.AbstractOioChannel
-
Deprecated.Use
AbstractOioChannel.clearReadPending()if appropriate instead. No longer supported. - setReadPending(boolean) - Method in class io.netty.channel.socket.nio.NioDatagramChannel
-
Deprecated.
- setReadPending(boolean) - Method in class io.netty.channel.socket.oio.OioServerSocketChannel
-
Deprecated.
- setReadPending(boolean) - Method in class io.netty.channel.socket.oio.OioSocketChannel
-
Deprecated.
- setReadTimeout(int) - Method in interface io.netty.channel.rxtx.RxtxChannelConfig
-
Deprecated.Sets the maximal time (in ms) to block while try to read from the serial port.
- setReceiveBufferSize(int) - Method in class io.netty.channel.epoll.EpollDatagramChannelConfig
- setReceiveBufferSize(int) - Method in class io.netty.channel.epoll.EpollDomainSocketChannelConfig
- setReceiveBufferSize(int) - Method in class io.netty.channel.epoll.EpollServerChannelConfig
- setReceiveBufferSize(int) - Method in class io.netty.channel.epoll.EpollServerSocketChannelConfig
- setReceiveBufferSize(int) - Method in class io.netty.channel.epoll.EpollSocketChannelConfig
- setReceiveBufferSize(int) - Method in class io.netty.channel.kqueue.KQueueDatagramChannelConfig
- setReceiveBufferSize(int) - Method in class io.netty.channel.kqueue.KQueueDomainSocketChannelConfig
- setReceiveBufferSize(int) - Method in class io.netty.channel.kqueue.KQueueServerChannelConfig
- setReceiveBufferSize(int) - Method in class io.netty.channel.kqueue.KQueueServerSocketChannelConfig
- setReceiveBufferSize(int) - Method in class io.netty.channel.kqueue.KQueueSocketChannelConfig
- setReceiveBufferSize(int) - Method in class io.netty.channel.sctp.DefaultSctpChannelConfig
- setReceiveBufferSize(int) - Method in class io.netty.channel.sctp.DefaultSctpServerChannelConfig
- setReceiveBufferSize(int) - Method in interface io.netty.channel.sctp.SctpChannelConfig
-
Gets the
SO_RCVBUFoption. - setReceiveBufferSize(int) - Method in interface io.netty.channel.sctp.SctpServerChannelConfig
-
Gets the
SO_RCVBUFoption. - setReceiveBufferSize(int) - Method in interface io.netty.channel.socket.DatagramChannelConfig
-
Sets the
StandardSocketOptions.SO_RCVBUFoption. - setReceiveBufferSize(int) - Method in class io.netty.channel.socket.DefaultDatagramChannelConfig
- setReceiveBufferSize(int) - Method in class io.netty.channel.socket.DefaultServerSocketChannelConfig
- setReceiveBufferSize(int) - Method in class io.netty.channel.socket.DefaultSocketChannelConfig
- setReceiveBufferSize(int) - Method in class io.netty.channel.socket.oio.DefaultOioServerSocketChannelConfig
-
Deprecated.
- setReceiveBufferSize(int) - Method in class io.netty.channel.socket.oio.DefaultOioSocketChannelConfig
-
Deprecated.
- setReceiveBufferSize(int) - Method in interface io.netty.channel.socket.oio.OioDatagramChannelConfig
-
Deprecated.
- setReceiveBufferSize(int) - Method in interface io.netty.channel.socket.oio.OioServerSocketChannelConfig
-
Deprecated.
- setReceiveBufferSize(int) - Method in interface io.netty.channel.socket.oio.OioSocketChannelConfig
-
Deprecated.
- setReceiveBufferSize(int) - Method in interface io.netty.channel.socket.ServerSocketChannelConfig
-
Gets the
StandardSocketOptions.SO_SNDBUFoption. - setReceiveBufferSize(int) - Method in interface io.netty.channel.socket.SocketChannelConfig
-
Sets the
StandardSocketOptions.SO_RCVBUFoption. - setReceiveBufferSize(int) - Method in class io.netty.channel.udt.DefaultUdtChannelConfig
-
Deprecated.
- setReceiveBufferSize(int) - Method in class io.netty.channel.udt.DefaultUdtServerChannelConfig
-
Deprecated.
- setReceiveBufferSize(int) - Method in interface io.netty.channel.udt.UdtChannelConfig
-
Deprecated.Sets the
ChannelOption.SO_RCVBUFoption. - setReceiveBufferSize(int) - Method in interface io.netty.channel.udt.UdtServerChannelConfig
-
Deprecated.
- setReceiveBufferSize(int) - Method in class io.netty.channel.unix.Socket
- setRecord(DnsSection, int, DnsRecord) - Method in class io.netty.handler.codec.dns.AbstractDnsMessage
- setRecord(DnsSection, int, DnsRecord) - Method in interface io.netty.handler.codec.dns.DnsMessage
-
Sets the specified
recordat the specifiedindexof the specifiedsectionof this DNS message. - setRecord(DnsSection, DnsRecord) - Method in class io.netty.handler.codec.dns.AbstractDnsMessage
- setRecord(DnsSection, DnsRecord) - Method in class io.netty.handler.codec.dns.DatagramDnsQuery
- setRecord(DnsSection, DnsRecord) - Method in class io.netty.handler.codec.dns.DatagramDnsResponse
- setRecord(DnsSection, DnsRecord) - Method in class io.netty.handler.codec.dns.DefaultDnsQuery
- setRecord(DnsSection, DnsRecord) - Method in class io.netty.handler.codec.dns.DefaultDnsResponse
- setRecord(DnsSection, DnsRecord) - Method in interface io.netty.handler.codec.dns.DnsMessage
-
Sets the specified
sectionof this DNS message to the specifiedrecord, making it a single-record section. - setRecord(DnsSection, DnsRecord) - Method in interface io.netty.handler.codec.dns.DnsQuery
- setRecord(DnsSection, DnsRecord) - Method in interface io.netty.handler.codec.dns.DnsResponse
- setRecursionAvailable(boolean) - Method in class io.netty.handler.codec.dns.DatagramDnsResponse
- setRecursionAvailable(boolean) - Method in class io.netty.handler.codec.dns.DefaultDnsResponse
- setRecursionAvailable(boolean) - Method in interface io.netty.handler.codec.dns.DnsResponse
-
Set to
trueif DNS server can handle recursive queries. - setRecursionDesired(boolean) - Method in class io.netty.handler.codec.dns.AbstractDnsMessage
- setRecursionDesired(boolean) - Method in class io.netty.handler.codec.dns.DatagramDnsQuery
- setRecursionDesired(boolean) - Method in class io.netty.handler.codec.dns.DatagramDnsResponse
- setRecursionDesired(boolean) - Method in class io.netty.handler.codec.dns.DefaultDnsQuery
- setRecursionDesired(boolean) - Method in class io.netty.handler.codec.dns.DefaultDnsResponse
- setRecursionDesired(boolean) - Method in interface io.netty.handler.codec.dns.DnsMessage
-
Sets the
RD(recursion desired} field of this DNS message. - setRecursionDesired(boolean) - Method in interface io.netty.handler.codec.dns.DnsQuery
- setRecursionDesired(boolean) - Method in interface io.netty.handler.codec.dns.DnsResponse
- setRecvByteBufAllocator(RecvByteBufAllocator) - Method in interface io.netty.channel.ChannelConfig
-
Set the
RecvByteBufAllocatorwhich is used for the channel to allocate receive buffers. - setRecvByteBufAllocator(RecvByteBufAllocator) - Method in class io.netty.channel.DefaultChannelConfig
- setRecvByteBufAllocator(RecvByteBufAllocator) - Method in class io.netty.channel.epoll.EpollChannelConfig
- setRecvByteBufAllocator(RecvByteBufAllocator) - Method in class io.netty.channel.epoll.EpollDatagramChannelConfig
- setRecvByteBufAllocator(RecvByteBufAllocator) - Method in class io.netty.channel.epoll.EpollDomainDatagramChannelConfig
- setRecvByteBufAllocator(RecvByteBufAllocator) - Method in class io.netty.channel.epoll.EpollDomainSocketChannelConfig
- setRecvByteBufAllocator(RecvByteBufAllocator) - Method in class io.netty.channel.epoll.EpollServerChannelConfig
- setRecvByteBufAllocator(RecvByteBufAllocator) - Method in class io.netty.channel.epoll.EpollServerSocketChannelConfig
- setRecvByteBufAllocator(RecvByteBufAllocator) - Method in class io.netty.channel.epoll.EpollSocketChannelConfig
- setRecvByteBufAllocator(RecvByteBufAllocator) - Method in class io.netty.channel.kqueue.KQueueChannelConfig
- setRecvByteBufAllocator(RecvByteBufAllocator) - Method in class io.netty.channel.kqueue.KQueueDatagramChannelConfig
- setRecvByteBufAllocator(RecvByteBufAllocator) - Method in class io.netty.channel.kqueue.KQueueDomainDatagramChannelConfig
- setRecvByteBufAllocator(RecvByteBufAllocator) - Method in class io.netty.channel.kqueue.KQueueDomainSocketChannelConfig
- setRecvByteBufAllocator(RecvByteBufAllocator) - Method in class io.netty.channel.kqueue.KQueueServerChannelConfig
- setRecvByteBufAllocator(RecvByteBufAllocator) - Method in class io.netty.channel.kqueue.KQueueServerSocketChannelConfig
- setRecvByteBufAllocator(RecvByteBufAllocator) - Method in class io.netty.channel.kqueue.KQueueSocketChannelConfig
- setRecvByteBufAllocator(RecvByteBufAllocator) - Method in interface io.netty.channel.rxtx.RxtxChannelConfig
-
Deprecated.
- setRecvByteBufAllocator(RecvByteBufAllocator) - Method in class io.netty.channel.sctp.DefaultSctpChannelConfig
- setRecvByteBufAllocator(RecvByteBufAllocator) - Method in class io.netty.channel.sctp.DefaultSctpServerChannelConfig
- setRecvByteBufAllocator(RecvByteBufAllocator) - Method in interface io.netty.channel.sctp.SctpChannelConfig
- setRecvByteBufAllocator(RecvByteBufAllocator) - Method in interface io.netty.channel.sctp.SctpServerChannelConfig
- setRecvByteBufAllocator(RecvByteBufAllocator) - Method in interface io.netty.channel.socket.DatagramChannelConfig
- setRecvByteBufAllocator(RecvByteBufAllocator) - Method in class io.netty.channel.socket.DefaultDatagramChannelConfig
- setRecvByteBufAllocator(RecvByteBufAllocator) - Method in class io.netty.channel.socket.DefaultServerSocketChannelConfig
- setRecvByteBufAllocator(RecvByteBufAllocator) - Method in class io.netty.channel.socket.DefaultSocketChannelConfig
- setRecvByteBufAllocator(RecvByteBufAllocator) - Method in interface io.netty.channel.socket.DuplexChannelConfig
- setRecvByteBufAllocator(RecvByteBufAllocator) - Method in class io.netty.channel.socket.oio.DefaultOioServerSocketChannelConfig
-
Deprecated.
- setRecvByteBufAllocator(RecvByteBufAllocator) - Method in class io.netty.channel.socket.oio.DefaultOioSocketChannelConfig
-
Deprecated.
- setRecvByteBufAllocator(RecvByteBufAllocator) - Method in interface io.netty.channel.socket.oio.OioDatagramChannelConfig
-
Deprecated.
- setRecvByteBufAllocator(RecvByteBufAllocator) - Method in interface io.netty.channel.socket.oio.OioServerSocketChannelConfig
-
Deprecated.
- setRecvByteBufAllocator(RecvByteBufAllocator) - Method in interface io.netty.channel.socket.oio.OioSocketChannelConfig
-
Deprecated.
- setRecvByteBufAllocator(RecvByteBufAllocator) - Method in interface io.netty.channel.socket.ServerSocketChannelConfig
- setRecvByteBufAllocator(RecvByteBufAllocator) - Method in interface io.netty.channel.socket.SocketChannelConfig
- setRecvByteBufAllocator(RecvByteBufAllocator) - Method in class io.netty.channel.udt.DefaultUdtChannelConfig
-
Deprecated.
- setRecvByteBufAllocator(RecvByteBufAllocator) - Method in class io.netty.channel.udt.DefaultUdtServerChannelConfig
-
Deprecated.
- setRecvByteBufAllocator(RecvByteBufAllocator) - Method in interface io.netty.channel.udt.UdtChannelConfig
-
Deprecated.
- setRecvByteBufAllocator(RecvByteBufAllocator) - Method in interface io.netty.channel.udt.UdtServerChannelConfig
-
Deprecated.
- setRecvByteBufAllocator(RecvByteBufAllocator) - Method in interface io.netty.channel.unix.DomainDatagramChannelConfig
- setRecvByteBufAllocator(RecvByteBufAllocator) - Method in interface io.netty.channel.unix.DomainSocketChannelConfig
- setRecvByteBufAllocator(RecvByteBufAllocator) - Method in interface io.netty.handler.codec.quic.QuicChannelConfig
- setRecvByteBufAllocator(RecvByteBufAllocator) - Method in interface io.netty.handler.codec.quic.QuicStreamChannelConfig
- setRefCnt(int) - Method in class io.netty.buffer.AbstractReferenceCountedByteBuf
-
An unsafe operation intended for use by a subclass that sets the reference count of the buffer directly
- setRefCnt(int) - Method in class io.netty.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.netty.util.internal.ReferenceCountUpdater
-
An unsafe operation that sets the reference count directly
- setRejectRemoteInitiatedRenegotiation(boolean) - Method in class io.netty.handler.ssl.ReferenceCountedOpenSslContext
-
Deprecated.
- setReleaseRawRefCnt(T, int) - Method in class io.netty.util.internal.AtomicReferenceCountUpdater
- setReleaseRawRefCnt(T, int) - Method in class io.netty.util.internal.ReferenceCountUpdater
- setReleaseRawRefCnt(T, int) - Method in class io.netty.util.internal.UnsafeReferenceCountUpdater
- setReleaseRawRefCnt(T, int) - Method in class io.netty.util.internal.VarHandleReferenceCountUpdater
- setReserved(short) - Method in interface io.netty.handler.codec.memcache.binary.BinaryMemcacheRequest
-
Sets the reserved field value.
- setReserved(short) - Method in class io.netty.handler.codec.memcache.binary.DefaultBinaryMemcacheRequest
- setResourceLeakDetectorFactory(ResourceLeakDetectorFactory) - Static method in class io.netty.util.ResourceLeakDetectorFactory
-
Set the factory's singleton instance.
- setReuseAddress(boolean) - Method in class io.netty.channel.epoll.EpollDatagramChannelConfig
- setReuseAddress(boolean) - Method in class io.netty.channel.epoll.EpollServerChannelConfig
- setReuseAddress(boolean) - Method in class io.netty.channel.epoll.EpollServerSocketChannelConfig
- setReuseAddress(boolean) - Method in class io.netty.channel.epoll.EpollSocketChannelConfig
- setReuseAddress(boolean) - Method in class io.netty.channel.kqueue.KQueueDatagramChannelConfig
- setReuseAddress(boolean) - Method in class io.netty.channel.kqueue.KQueueServerChannelConfig
- setReuseAddress(boolean) - Method in class io.netty.channel.kqueue.KQueueServerSocketChannelConfig
- setReuseAddress(boolean) - Method in class io.netty.channel.kqueue.KQueueSocketChannelConfig
- setReuseAddress(boolean) - Method in interface io.netty.channel.socket.DatagramChannelConfig
-
Gets the
StandardSocketOptions.SO_REUSEADDRoption. - setReuseAddress(boolean) - Method in class io.netty.channel.socket.DefaultDatagramChannelConfig
- setReuseAddress(boolean) - Method in class io.netty.channel.socket.DefaultServerSocketChannelConfig
- setReuseAddress(boolean) - Method in class io.netty.channel.socket.DefaultSocketChannelConfig
- setReuseAddress(boolean) - Method in class io.netty.channel.socket.oio.DefaultOioServerSocketChannelConfig
-
Deprecated.
- setReuseAddress(boolean) - Method in class io.netty.channel.socket.oio.DefaultOioSocketChannelConfig
-
Deprecated.
- setReuseAddress(boolean) - Method in interface io.netty.channel.socket.oio.OioDatagramChannelConfig
-
Deprecated.
- setReuseAddress(boolean) - Method in interface io.netty.channel.socket.oio.OioServerSocketChannelConfig
-
Deprecated.
- setReuseAddress(boolean) - Method in interface io.netty.channel.socket.oio.OioSocketChannelConfig
-
Deprecated.
- setReuseAddress(boolean) - Method in interface io.netty.channel.socket.ServerSocketChannelConfig
-
Sets the
StandardSocketOptions.SO_REUSEADDRoption. - setReuseAddress(boolean) - Method in interface io.netty.channel.socket.SocketChannelConfig
-
Sets the
StandardSocketOptions.SO_REUSEADDRoption. - setReuseAddress(boolean) - Method in class io.netty.channel.udt.DefaultUdtChannelConfig
-
Deprecated.
- setReuseAddress(boolean) - Method in class io.netty.channel.udt.DefaultUdtServerChannelConfig
-
Deprecated.
- setReuseAddress(boolean) - Method in interface io.netty.channel.udt.UdtChannelConfig
-
Deprecated.Sets the
ChannelOption.SO_REUSEADDRoption. - setReuseAddress(boolean) - Method in interface io.netty.channel.udt.UdtServerChannelConfig
-
Deprecated.
- setReuseAddress(boolean) - Method in class io.netty.channel.unix.Socket
- setReusePort(boolean) - Method in class io.netty.channel.epoll.EpollDatagramChannelConfig
-
Set the SO_REUSEPORT option on the underlying Channel.
- setReusePort(boolean) - Method in class io.netty.channel.epoll.EpollServerSocketChannelConfig
-
Set the SO_REUSEPORT option on the underlying Channel.
- setReusePort(boolean) - Method in class io.netty.channel.kqueue.KQueueDatagramChannelConfig
-
Set the SO_REUSEPORT option on the underlying Channel.
- setReusePort(boolean) - Method in class io.netty.channel.kqueue.KQueueServerSocketChannelConfig
- setReusePort(boolean) - Method in class io.netty.channel.unix.Socket
- setRingSize(int) - Method in class io.netty.channel.uring.IoUringIoHandlerConfig
-
Set the ring size of the io_uring instance.
- setRts(boolean) - Method in interface io.netty.channel.rxtx.RxtxChannelConfig
-
Deprecated.Sets whether the serial device supports the Request To Send signal, used for flow control
- setSameSite(CookieHeaderNames.SameSite) - Method in class io.netty.handler.codec.http.cookie.DefaultCookie
-
Determines if this this
Cookiecan be sent along cross-site requests. - setSctpNoDelay(boolean) - Method in class io.netty.channel.sctp.DefaultSctpChannelConfig
- setSctpNoDelay(boolean) - Method in interface io.netty.channel.sctp.SctpChannelConfig
-
Sets the
SCTP_NODELAYoption. - setSecure(boolean) - Method in interface io.netty.handler.codec.http.cookie.Cookie
-
Sets the security getStatus of this
Cookie - setSecure(boolean) - Method in class io.netty.handler.codec.http.cookie.DefaultCookie
- setSeed(long) - Method in class io.netty.util.internal.ThreadLocalRandom
-
Deprecated.Throws
UnsupportedOperationException. - setSendBufferSize(int) - Method in class io.netty.channel.epoll.EpollDatagramChannelConfig
- setSendBufferSize(int) - Method in class io.netty.channel.epoll.EpollDomainDatagramChannelConfig
- setSendBufferSize(int) - Method in class io.netty.channel.epoll.EpollDomainSocketChannelConfig
- setSendBufferSize(int) - Method in class io.netty.channel.epoll.EpollSocketChannelConfig
- setSendBufferSize(int) - Method in class io.netty.channel.kqueue.KQueueDatagramChannelConfig
- setSendBufferSize(int) - Method in class io.netty.channel.kqueue.KQueueDomainDatagramChannelConfig
- setSendBufferSize(int) - Method in class io.netty.channel.kqueue.KQueueDomainSocketChannelConfig
- setSendBufferSize(int) - Method in class io.netty.channel.kqueue.KQueueSocketChannelConfig
- setSendBufferSize(int) - Method in class io.netty.channel.sctp.DefaultSctpChannelConfig
- setSendBufferSize(int) - Method in class io.netty.channel.sctp.DefaultSctpServerChannelConfig
- setSendBufferSize(int) - Method in interface io.netty.channel.sctp.SctpChannelConfig
-
Sets the
SO_SNDBUFoption. - setSendBufferSize(int) - Method in interface io.netty.channel.sctp.SctpServerChannelConfig
-
Sets the
SO_SNDBUFoption. - setSendBufferSize(int) - Method in interface io.netty.channel.socket.DatagramChannelConfig
-
Sets the
StandardSocketOptions.SO_SNDBUFoption. - setSendBufferSize(int) - Method in class io.netty.channel.socket.DefaultDatagramChannelConfig
- setSendBufferSize(int) - Method in class io.netty.channel.socket.DefaultSocketChannelConfig
- setSendBufferSize(int) - Method in class io.netty.channel.socket.oio.DefaultOioSocketChannelConfig
-
Deprecated.
- setSendBufferSize(int) - Method in interface io.netty.channel.socket.oio.OioDatagramChannelConfig
-
Deprecated.
- setSendBufferSize(int) - Method in interface io.netty.channel.socket.oio.OioSocketChannelConfig
-
Deprecated.
- setSendBufferSize(int) - Method in interface io.netty.channel.socket.SocketChannelConfig
-
Sets the
StandardSocketOptions.SO_SNDBUFoption. - setSendBufferSize(int) - Method in class io.netty.channel.udt.DefaultUdtChannelConfig
-
Deprecated.
- setSendBufferSize(int) - Method in class io.netty.channel.udt.DefaultUdtServerChannelConfig
-
Deprecated.
- setSendBufferSize(int) - Method in interface io.netty.channel.udt.UdtChannelConfig
-
Deprecated.Sets the
ChannelOption.SO_SNDBUFoption. - setSendBufferSize(int) - Method in interface io.netty.channel.udt.UdtServerChannelConfig
-
Deprecated.
- setSendBufferSize(int) - Method in interface io.netty.channel.unix.DomainDatagramChannelConfig
-
Sets the
StandardSocketOptions.SO_SNDBUFoption. - setSendBufferSize(int) - Method in class io.netty.channel.unix.Socket
- setSessionCacheEnabled(boolean) - Method in class io.netty.handler.ssl.OpenSslSessionContext
-
Enable or disable caching of SSL sessions.
- setSessionCacheSize(int) - Method in class io.netty.handler.ssl.OpenSslSessionContext
- setSessionIdContext(byte[]) - Method in class io.netty.handler.ssl.OpenSslServerSessionContext
-
Set the context within which session be reused (server side only) See man SSL_CTX_set_session_id_context
- setSessionReceiveWindowSize(int) - Method in class io.netty.handler.codec.spdy.SpdySessionHandler
- setSessionTimeout(int) - Method in class io.netty.handler.ssl.OpenSslSessionContext
- setShort(int, int) - Method in class io.netty.buffer.AbstractByteBuf
- setShort(int, int) - Method in class io.netty.buffer.ByteBuf
-
Sets the specified 16-bit short integer at the specified absolute
indexin this buffer. - setShort(int, int) - Method in class io.netty.buffer.CompositeByteBuf
- setShort(int, int) - Method in class io.netty.buffer.DuplicatedByteBuf
-
Deprecated.
- setShort(int, int) - Method in class io.netty.buffer.EmptyByteBuf
- setShort(int, int) - Method in class io.netty.buffer.ReadOnlyByteBuf
-
Deprecated.
- setShort(int, int) - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- setShort(int, int) - Method in class io.netty.buffer.UnpooledDirectByteBuf
- setShort(int, int) - Method in class io.netty.buffer.UnpooledHeapByteBuf
- setShort(int, int) - Method in class io.netty.buffer.UnpooledUnsafeDirectByteBuf
- setShort(int, int) - Method in class io.netty.buffer.UnpooledUnsafeHeapByteBuf
- setShort(int, int) - Method in class io.netty.buffer.WrappedByteBuf
- setShort(CharSequence, short) - Method in class io.netty.handler.codec.http.DefaultHttpHeaders
- setShort(CharSequence, short) - Method in class io.netty.handler.codec.http.EmptyHttpHeaders
- setShort(CharSequence, short) - Method in class io.netty.handler.codec.http.HttpHeaders
-
Set the
nametovalue. - setShort(CharSequence, short) - Method in class io.netty.handler.codec.http.ReadOnlyHttpHeaders
- setShort(CharSequence, short) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
- setShort(K, short) - Method in class io.netty.handler.codec.DefaultHeaders
- setShort(K, short) - Method in class io.netty.handler.codec.EmptyHeaders
- setShort(K, short) - Method in interface io.netty.handler.codec.Headers
-
Set the
nametovalue. - setShortBE(ByteBuf, int, int) - Static method in class io.netty.buffer.ByteBufUtil
-
Sets a big-endian 16-bit short integer to the buffer.
- setShortLE(int, int) - Method in class io.netty.buffer.AbstractByteBuf
- setShortLE(int, int) - Method in class io.netty.buffer.ByteBuf
-
Sets the specified 16-bit short integer at the specified absolute
indexin this buffer with the Little Endian Byte Order. - setShortLE(int, int) - Method in class io.netty.buffer.DuplicatedByteBuf
-
Deprecated.
- setShortLE(int, int) - Method in class io.netty.buffer.EmptyByteBuf
- setShortLE(int, int) - Method in class io.netty.buffer.ReadOnlyByteBuf
-
Deprecated.
- setShortLE(int, int) - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- setShortLE(int, int) - Method in class io.netty.buffer.UnpooledDirectByteBuf
- setShortLE(int, int) - Method in class io.netty.buffer.UnpooledHeapByteBuf
- setShortLE(int, int) - Method in class io.netty.buffer.UnpooledUnsafeHeapByteBuf
- setShortLE(int, int) - Method in class io.netty.buffer.WrappedByteBuf
- setSingleDecode(boolean) - Method in class io.netty.handler.codec.ByteToMessageDecoder
-
If set then only one message is decoded on each
ByteToMessageDecoder.channelRead(ChannelHandlerContext, Object)call. - setSingleDecode(boolean) - Method in class io.netty.handler.codec.http.HttpClientCodec
- setSingleIssuer(boolean) - Method in class io.netty.channel.uring.IoUringIoHandlerConfig
-
Set if
IORING_SETUP_SINGLE_ISSUERshould be used when setup the ring. - setSndLowAt(int) - Method in class io.netty.channel.kqueue.KQueueSocketChannelConfig
- setSoBusyPoll(int) - Method in class io.netty.channel.epoll.EpollSocketChannelConfig
-
Set the
SO_BUSY_POLLoption on the socket. - setSoLinger(int) - Method in class io.netty.channel.epoll.EpollSocketChannelConfig
- setSoLinger(int) - Method in class io.netty.channel.kqueue.KQueueSocketChannelConfig
- setSoLinger(int) - Method in class io.netty.channel.socket.DefaultSocketChannelConfig
- setSoLinger(int) - Method in class io.netty.channel.socket.oio.DefaultOioSocketChannelConfig
-
Deprecated.
- setSoLinger(int) - Method in interface io.netty.channel.socket.oio.OioSocketChannelConfig
-
Deprecated.
- setSoLinger(int) - Method in interface io.netty.channel.socket.SocketChannelConfig
-
Sets the
StandardSocketOptions.SO_LINGERoption. - setSoLinger(int) - Method in class io.netty.channel.udt.DefaultUdtChannelConfig
-
Deprecated.
- setSoLinger(int) - Method in class io.netty.channel.udt.DefaultUdtServerChannelConfig
-
Deprecated.
- setSoLinger(int) - Method in interface io.netty.channel.udt.UdtChannelConfig
-
Deprecated.Sets the
ChannelOption.SO_LINGERoption. - setSoLinger(int) - Method in interface io.netty.channel.udt.UdtServerChannelConfig
-
Deprecated.
- setSoLinger(int) - Method in class io.netty.channel.unix.Socket
- setSoTimeout(int) - Method in class io.netty.channel.socket.oio.DefaultOioServerSocketChannelConfig
-
Deprecated.
- setSoTimeout(int) - Method in class io.netty.channel.socket.oio.DefaultOioSocketChannelConfig
-
Deprecated.
- setSoTimeout(int) - Method in interface io.netty.channel.socket.oio.OioDatagramChannelConfig
-
Deprecated.Sets the maximal time a operation on the underlying socket may block.
- setSoTimeout(int) - Method in interface io.netty.channel.socket.oio.OioServerSocketChannelConfig
-
Deprecated.Sets the maximal time a operation on the underlying socket may block.
- setSoTimeout(int) - Method in interface io.netty.channel.socket.oio.OioSocketChannelConfig
-
Deprecated.Sets the maximal time a operation on the underlying socket may block.
- setSSLParameters(SSLParameters) - Method in class io.netty.handler.ssl.ReferenceCountedOpenSslEngine
- setStatus(short) - Method in interface io.netty.handler.codec.memcache.binary.BinaryMemcacheResponse
-
Sets the status of the response.
- setStatus(short) - Method in class io.netty.handler.codec.memcache.binary.DefaultBinaryMemcacheResponse
- setStatus(HttpResponseStatus) - Method in class io.netty.handler.codec.http.DefaultFullHttpResponse
- setStatus(HttpResponseStatus) - Method in class io.netty.handler.codec.http.DefaultHttpResponse
- setStatus(HttpResponseStatus) - Method in interface io.netty.handler.codec.http.FullHttpResponse
- setStatus(HttpResponseStatus) - Method in interface io.netty.handler.codec.http.HttpResponse
-
Set the status of this
HttpResponse. - setStatus(SpdySessionStatus) - Method in class io.netty.handler.codec.spdy.DefaultSpdyGoAwayFrame
- setStatus(SpdySessionStatus) - Method in interface io.netty.handler.codec.spdy.SpdyGoAwayFrame
-
Sets the status of this frame.
- setStatus(SpdyStreamStatus) - Method in class io.netty.handler.codec.spdy.DefaultSpdyRstStreamFrame
- setStatus(SpdyStreamStatus) - Method in interface io.netty.handler.codec.spdy.SpdyRstStreamFrame
-
Sets the status of this frame.
- setStopbits(RxtxChannelConfig.Stopbits) - Method in interface io.netty.channel.rxtx.RxtxChannelConfig
-
Deprecated.Sets the number of stop bits to include at the end of every character to aid the serial device in synchronising with the data.
- setStreamId(int) - Method in class io.netty.handler.codec.spdy.DefaultSpdyDataFrame
- setStreamId(int) - Method in class io.netty.handler.codec.spdy.DefaultSpdyHeadersFrame
- setStreamId(int) - Method in class io.netty.handler.codec.spdy.DefaultSpdyRstStreamFrame
- setStreamId(int) - Method in class io.netty.handler.codec.spdy.DefaultSpdyStreamFrame
- setStreamId(int) - Method in class io.netty.handler.codec.spdy.DefaultSpdySynReplyFrame
- setStreamId(int) - Method in class io.netty.handler.codec.spdy.DefaultSpdySynStreamFrame
- setStreamId(int) - Method in class io.netty.handler.codec.spdy.DefaultSpdyWindowUpdateFrame
- setStreamId(int) - Method in interface io.netty.handler.codec.spdy.SpdyDataFrame
- setStreamId(int) - Method in interface io.netty.handler.codec.spdy.SpdyHeadersFrame
- setStreamId(int) - Method in interface io.netty.handler.codec.spdy.SpdyRstStreamFrame
- setStreamId(int) - Method in interface io.netty.handler.codec.spdy.SpdyStreamFrame
-
Sets the Stream-ID of this frame.
- setStreamId(int) - Method in interface io.netty.handler.codec.spdy.SpdySynReplyFrame
- setStreamId(int) - Method in interface io.netty.handler.codec.spdy.SpdySynStreamFrame
- setStreamId(int) - Method in interface io.netty.handler.codec.spdy.SpdyWindowUpdateFrame
-
Sets the Stream-ID of this frame.
- setStrictLineParsing(boolean) - Method in class io.netty.handler.codec.http.HttpDecoderConfig
-
The RFC 9112 specification for the HTTP protocol says that the initial start-line, and the following header field-lines, must be separated by a Carriage Return (CR) and Line Feed (LF) octet pair, but also offers that implementations "MAY" accept just a Line Feed octet as a separator.
- setSuccess() - Method in interface io.netty.channel.ChannelProgressivePromise
- setSuccess() - Method in interface io.netty.channel.ChannelPromise
- setSuccess() - Method in class io.netty.channel.DefaultChannelProgressivePromise
- setSuccess() - Method in class io.netty.channel.DefaultChannelPromise
- setSuccess() - Method in class io.netty.channel.DelegatingChannelPromiseNotifier
- setSuccess() - Method in class io.netty.channel.VoidChannelPromise
- setSuccess(Void) - Method in interface io.netty.channel.ChannelProgressivePromise
- setSuccess(Void) - Method in interface io.netty.channel.ChannelPromise
- setSuccess(Void) - Method in class io.netty.channel.DefaultChannelProgressivePromise
- setSuccess(Void) - Method in class io.netty.channel.DefaultChannelPromise
- setSuccess(Void) - Method in class io.netty.channel.DelegatingChannelPromiseNotifier
- setSuccess(Void) - Method in class io.netty.channel.VoidChannelPromise
- setSuccess(V) - Method in class io.netty.util.concurrent.DefaultProgressivePromise
- setSuccess(V) - Method in class io.netty.util.concurrent.DefaultPromise
- setSuccess(V) - Method in interface io.netty.util.concurrent.ProgressivePromise
- setSuccess(V) - Method in interface io.netty.util.concurrent.Promise
-
Marks this future as a success and notifies all listeners.
- setSystemReceiveBufferSize(int) - Method in class io.netty.channel.udt.DefaultUdtChannelConfig
-
Deprecated.
- setSystemReceiveBufferSize(int) - Method in class io.netty.channel.udt.DefaultUdtServerChannelConfig
-
Deprecated.
- setSystemReceiveBufferSize(int) - Method in interface io.netty.channel.udt.UdtChannelConfig
-
Deprecated.Sets
OptionUDT.System_Receive_Buffer_Size - setSystemReceiveBufferSize(int) - Method in interface io.netty.channel.udt.UdtServerChannelConfig
-
Deprecated.
- setSystemSendBufferSize(int) - Method in class io.netty.channel.udt.DefaultUdtChannelConfig
-
Deprecated.
- setSystemSendBufferSize(int) - Method in class io.netty.channel.udt.DefaultUdtServerChannelConfig
-
Deprecated.
- setSystemSendBufferSize(int) - Method in interface io.netty.channel.udt.UdtChannelConfig
-
Deprecated.Sets
OptionUDT.System_Send_Buffer_Size - setSystemSendBufferSize(int) - Method in interface io.netty.channel.udt.UdtServerChannelConfig
-
Deprecated.
- setTcpCork(boolean) - Method in class io.netty.channel.epoll.EpollSocketChannelConfig
-
Set the
TCP_CORKoption on the socket. - setTcpDeferAccept(int) - Method in class io.netty.channel.epoll.EpollServerSocketChannelConfig
-
Set the
TCP_DEFER_ACCEPToption on the socket. - setTcpFastopen(int) - Method in class io.netty.channel.epoll.EpollServerChannelConfig
-
Enables tcpFastOpen on the server channel.
- setTcpFastOpen(boolean) - Method in class io.netty.channel.kqueue.KQueueServerChannelConfig
-
Enables TCP FastOpen on the server channel.
- setTcpFastOpen(boolean) - Method in class io.netty.channel.kqueue.KQueueServerSocketChannelConfig
- setTcpFastOpenConnect(boolean) - Method in class io.netty.channel.epoll.EpollSocketChannelConfig
-
Enables client TCP fast open.
- setTcpFastOpenConnect(boolean) - Method in class io.netty.channel.kqueue.KQueueSocketChannelConfig
-
Enables client TCP fast open, if available.
- setTcpKeepCnt(int) - Method in class io.netty.channel.epoll.EpollSocketChannelConfig
-
Set the
TCP_KEEPCNToption on the socket. - setTcpKeepCntl(int) - Method in class io.netty.channel.epoll.EpollSocketChannelConfig
-
Deprecated.
- setTcpKeepIdle(int) - Method in class io.netty.channel.epoll.EpollSocketChannelConfig
-
Set the
TCP_KEEPIDLEoption on the socket. - setTcpKeepIntvl(int) - Method in class io.netty.channel.epoll.EpollSocketChannelConfig
-
Set the
TCP_KEEPINTVLoption on the socket. - setTcpMd5Sig(Map<InetAddress, byte[]>) - Method in class io.netty.channel.epoll.EpollServerSocketChannelConfig
-
Set the
TCP_MD5SIGoption on the socket. - setTcpMd5Sig(Map<InetAddress, byte[]>) - Method in class io.netty.channel.epoll.EpollSocketChannelConfig
-
Set the
TCP_MD5SIGoption on the socket. - setTcpNoDelay(boolean) - Method in class io.netty.channel.epoll.EpollSocketChannelConfig
- setTcpNoDelay(boolean) - Method in class io.netty.channel.kqueue.KQueueSocketChannelConfig
- setTcpNoDelay(boolean) - Method in class io.netty.channel.socket.DefaultSocketChannelConfig
- setTcpNoDelay(boolean) - Method in class io.netty.channel.socket.oio.DefaultOioSocketChannelConfig
-
Deprecated.
- setTcpNoDelay(boolean) - Method in interface io.netty.channel.socket.oio.OioSocketChannelConfig
-
Deprecated.
- setTcpNoDelay(boolean) - Method in interface io.netty.channel.socket.SocketChannelConfig
-
Sets the
StandardSocketOptions.TCP_NODELAYoption. - setTcpNoDelay(boolean) - Method in class io.netty.channel.unix.Socket
- setTcpNoPush(boolean) - Method in class io.netty.channel.kqueue.KQueueSocketChannelConfig
- setTcpNotSentLowAt(long) - Method in class io.netty.channel.epoll.EpollSocketChannelConfig
-
Set the
TCP_NOTSENT_LOWAToption on the socket. - setTcpQuickAck(boolean) - Method in class io.netty.channel.epoll.EpollSocketChannelConfig
-
Set the
TCP_QUICKACKoption on the socket. - setTcpUserTimeout(int) - Method in class io.netty.channel.epoll.EpollSocketChannelConfig
-
Set the
TCP_USER_TIMEOUToption on the socket. - setThreadLocalMap(InternalThreadLocalMap) - Method in class io.netty.util.concurrent.FastThreadLocalThread
-
Sets the internal data structure that keeps the thread-local variables bound to this thread.
- setTicketKeys(byte[]) - Method in class io.netty.handler.ssl.OpenSslSessionContext
-
Deprecated.
- setTicketKeys(byte[]) - Method in class io.netty.handler.ssl.ReferenceCountedOpenSslContext
-
Deprecated.
- setTicketKeys(SslSessionTicketKey...) - Method in interface io.netty.handler.codec.quic.QuicSslSessionContext
-
Sets the
SslSessionTicketKeys that should be used. - setTicketKeys(OpenSslSessionTicketKey...) - Method in class io.netty.handler.ssl.OpenSslSessionContext
-
Sets the SSL session ticket keys of this context.
- setTimeMillis(CharSequence, long) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
- setTimeMillis(K, long) - Method in class io.netty.handler.codec.DefaultHeaders
- setTimeMillis(K, long) - Method in class io.netty.handler.codec.EmptyHeaders
- setTimeMillis(K, long) - Method in interface io.netty.handler.codec.Headers
-
Set the
nametovalue. - setTimeToLive(int) - Method in class io.netty.channel.epoll.EpollDatagramChannelConfig
- setTimeToLive(int) - Method in class io.netty.channel.kqueue.KQueueDatagramChannelConfig
- setTimeToLive(int) - Method in interface io.netty.channel.socket.DatagramChannelConfig
-
Sets the
StandardSocketOptions.IP_MULTICAST_TTLoption. - setTimeToLive(int) - Method in class io.netty.channel.socket.DefaultDatagramChannelConfig
- setTimeToLive(int) - Method in interface io.netty.channel.socket.oio.OioDatagramChannelConfig
-
Deprecated.
- SETTING_ENTRY_LENGTH - Static variable in class io.netty.handler.codec.http2.Http2CodecUtil
- settings() - Method in class io.netty.handler.codec.http2.DefaultHttp2SettingsFrame
- settings() - Method in interface io.netty.handler.codec.http2.Http2SettingsFrame
- SETTINGS - Static variable in class io.netty.handler.codec.http2.Http2FrameTypes
- SETTINGS_CLIENT_CERTIFICATE_VECTOR_SIZE - Static variable in interface io.netty.handler.codec.spdy.SpdySettingsFrame
- SETTINGS_CURRENT_CWND - Static variable in interface io.netty.handler.codec.spdy.SpdySettingsFrame
- SETTINGS_DOWNLOAD_BANDWIDTH - Static variable in interface io.netty.handler.codec.spdy.SpdySettingsFrame
- SETTINGS_DOWNLOAD_RETRANS_RATE - Static variable in interface io.netty.handler.codec.spdy.SpdySettingsFrame
- SETTINGS_ENABLE_CONNECT_PROTOCOL - Static variable in class io.netty.handler.codec.http2.Http2CodecUtil
- SETTINGS_ENABLE_PUSH - Static variable in class io.netty.handler.codec.http2.Http2CodecUtil
- SETTINGS_HEADER_TABLE_SIZE - Static variable in class io.netty.handler.codec.http2.Http2CodecUtil
- SETTINGS_INITIAL_WINDOW_SIZE - Static variable in class io.netty.handler.codec.http2.Http2CodecUtil
- SETTINGS_INITIAL_WINDOW_SIZE - Static variable in interface io.netty.handler.codec.spdy.SpdySettingsFrame
- SETTINGS_MAX_CONCURRENT_STREAMS - Static variable in class io.netty.handler.codec.http2.Http2CodecUtil
- SETTINGS_MAX_CONCURRENT_STREAMS - Static variable in interface io.netty.handler.codec.spdy.SpdySettingsFrame
- SETTINGS_MAX_FRAME_SIZE - Static variable in class io.netty.handler.codec.http2.Http2CodecUtil
- SETTINGS_MAX_HEADER_LIST_SIZE - Static variable in class io.netty.handler.codec.http2.Http2CodecUtil
- SETTINGS_MINOR_VERSION - Static variable in interface io.netty.handler.codec.spdy.SpdySettingsFrame
- SETTINGS_ROUND_TRIP_TIME - Static variable in interface io.netty.handler.codec.spdy.SpdySettingsFrame
- SETTINGS_TIMEOUT - io.netty.handler.codec.http2.Http2Error
- SETTINGS_UPLOAD_BANDWIDTH - Static variable in interface io.netty.handler.codec.spdy.SpdySettingsFrame
- setTopicFilter(String) - Method in class io.netty.handler.codec.mqtt.MqttTopicSubscription
-
Rewrite topic filter.
- setTotalBodyLength(int) - Method in class io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage
- setTotalBodyLength(int) - Method in interface io.netty.handler.codec.memcache.binary.BinaryMemcacheMessage
-
Sets the total body length.
- setTrafficClass(int) - Method in class io.netty.channel.epoll.EpollDatagramChannelConfig
- setTrafficClass(int) - Method in class io.netty.channel.epoll.EpollSocketChannelConfig
- setTrafficClass(int) - Method in class io.netty.channel.kqueue.KQueueDatagramChannelConfig
- setTrafficClass(int) - Method in class io.netty.channel.kqueue.KQueueSocketChannelConfig
- setTrafficClass(int) - Method in interface io.netty.channel.socket.DatagramChannelConfig
-
Sets the
StandardSocketOptions.IP_TOSoption. - setTrafficClass(int) - Method in class io.netty.channel.socket.DefaultDatagramChannelConfig
- setTrafficClass(int) - Method in class io.netty.channel.socket.DefaultSocketChannelConfig
- setTrafficClass(int) - Method in class io.netty.channel.socket.oio.DefaultOioSocketChannelConfig
-
Deprecated.
- setTrafficClass(int) - Method in interface io.netty.channel.socket.oio.OioDatagramChannelConfig
-
Deprecated.
- setTrafficClass(int) - Method in interface io.netty.channel.socket.oio.OioSocketChannelConfig
-
Deprecated.
- setTrafficClass(int) - Method in interface io.netty.channel.socket.SocketChannelConfig
-
Sets the
StandardSocketOptions.IP_TOSoption. - setTrafficClass(int) - Method in class io.netty.channel.unix.Socket
- setTrailersFactory(HttpHeadersFactory) - Method in class io.netty.handler.codec.http.HttpDecoderConfig
-
Set the
HttpHeadersFactoryused to create HTTP trailers. - setTransferEncodingChunked(HttpMessage) - Static method in class io.netty.handler.codec.http.HttpHeaders
-
Deprecated.
- setTransferEncodingChunked(HttpMessage, boolean) - Static method in class io.netty.handler.codec.http.HttpUtil
-
Set the
HttpHeaderNames.TRANSFER_ENCODINGto either includeHttpHeaderValues.CHUNKEDifchunkedistrue, or removeHttpHeaderValues.CHUNKEDifchunkedisfalse. - setTruncated() - Method in class io.netty.handler.codec.spdy.DefaultSpdyHeadersFrame
- setTruncated() - Method in interface io.netty.handler.codec.spdy.SpdyHeadersFrame
-
Mark this header block as truncated.
- setTruncated(boolean) - Method in class io.netty.handler.codec.dns.DatagramDnsResponse
- setTruncated(boolean) - Method in class io.netty.handler.codec.dns.DefaultDnsResponse
- setTruncated(boolean) - Method in interface io.netty.handler.codec.dns.DnsResponse
-
Set to
trueif response has been truncated (usually happens for responses over 512 bytes). - setUdpGro(boolean) - Method in class io.netty.channel.epoll.EpollDatagramChannelConfig
-
Enable / disable UDP_GRO.
- setUncancellable() - Method in class io.netty.channel.DelegatingChannelPromiseNotifier
- setUncancellable() - Method in class io.netty.channel.VoidChannelPromise
- setUncancellable() - Method in class io.netty.util.concurrent.DefaultPromise
- setUncancellable() - Method in interface io.netty.util.concurrent.Promise
-
Make this future impossible to cancel.
- setUnidirectional(boolean) - Method in class io.netty.handler.codec.spdy.DefaultSpdySynStreamFrame
- setUnidirectional(boolean) - Method in interface io.netty.handler.codec.spdy.SpdySynStreamFrame
-
Sets if the stream created with this frame is to be considered half-closed to the receiver.
- SETUP - Static variable in class io.netty.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.netty.handler.codec.http.HttpClientUpgradeHandler.UpgradeCodec
-
Sets any protocol-specific headers required to the upgrade request.
- setUpgradeHeaders(ChannelHandlerContext, HttpRequest) - Method in class io.netty.handler.codec.http2.Http2ClientUpgradeCodec
- setUri(String) - Method in class io.netty.handler.codec.http.DefaultFullHttpRequest
- setUri(String) - Method in class io.netty.handler.codec.http.DefaultHttpRequest
- setUri(String) - Method in interface io.netty.handler.codec.http.FullHttpRequest
- setUri(String) - Method in interface io.netty.handler.codec.http.HttpRequest
-
Set the requested URI (or alternatively, path)
- setUseClientMode(boolean) - Method in class io.netty.handler.ssl.ReferenceCountedOpenSslEngine
- setUserDefinedWritability(int, boolean) - Method in class io.netty.channel.ChannelOutboundBuffer
-
Sets a user-defined writability flag at the specified index.
- setUseTasks(boolean) - Method in class io.netty.handler.ssl.ReferenceCountedOpenSslContext
-
Deprecated.
- setValidateHeaders(boolean) - Method in class io.netty.handler.codec.http.HttpDecoderConfig
-
Set whether header validation should be enabled or not.
- setValue(int, int) - Method in class io.netty.handler.codec.spdy.DefaultSpdySettingsFrame
- setValue(int, int) - Method in interface io.netty.handler.codec.spdy.SpdySettingsFrame
-
Sets the value of the setting ID.
- setValue(int, int, boolean, boolean) - Method in class io.netty.handler.codec.spdy.DefaultSpdySettingsFrame
- setValue(int, int, boolean, boolean) - Method in interface io.netty.handler.codec.spdy.SpdySettingsFrame
-
Sets the value of the setting ID.
- setValue(String) - Method in interface io.netty.handler.codec.http.cookie.Cookie
-
Sets the value of this
Cookie. - setValue(String) - Method in class io.netty.handler.codec.http.cookie.DefaultCookie
- setValue(String) - Method in interface io.netty.handler.codec.http.multipart.Attribute
-
Sets the value of this HttpData.
- setValue(String) - Method in class io.netty.handler.codec.http.multipart.DiskAttribute
- setValue(String) - Method in class io.netty.handler.codec.http.multipart.MemoryAttribute
- setValue(String) - Method in class io.netty.handler.codec.http.multipart.MixedAttribute
- setValue(V) - Method in class io.netty.handler.codec.DefaultHeaders.HeaderEntry
- setValue(V) - Method in interface io.netty.util.collection.ByteObjectMap.PrimitiveEntry
-
Sets the value for this entry.
- setValue(V) - Method in interface io.netty.util.collection.CharObjectMap.PrimitiveEntry
-
Sets the value for this entry.
- setValue(V) - Method in interface io.netty.util.collection.IntObjectMap.PrimitiveEntry
-
Sets the value for this entry.
- setValue(V) - Method in interface io.netty.util.collection.LongObjectMap.PrimitiveEntry
-
Sets the value for this entry.
- setValue(V) - Method in interface io.netty.util.collection.ShortObjectMap.PrimitiveEntry
-
Sets the value for this entry.
- setVerify(int, int) - Method in class io.netty.handler.ssl.ReferenceCountedOpenSslEngine
-
See SSL_set_verify and
SSL.setVerify(long, int, int). - setVersion(int) - Method in interface io.netty.handler.codec.http.Cookie
-
Deprecated.Not part of RFC6265
- setVersion(int) - Method in class io.netty.handler.codec.http.DefaultCookie
-
Deprecated.
- setWaitTimeMillis(int) - Method in interface io.netty.channel.rxtx.RxtxChannelConfig
-
Deprecated.Sets the time to wait after opening the serial port and before sending it any configuration information or data.
- setWantClientAuth(boolean) - Method in class io.netty.handler.ssl.ReferenceCountedOpenSslEngine
- setWrap(boolean) - Method in interface io.netty.handler.codec.http.cookie.Cookie
-
Sets true if the value of this
Cookieis to be wrapped with double quotes. - setWrap(boolean) - Method in class io.netty.handler.codec.http.cookie.DefaultCookie
- setWrapDataSize(int) - Method in class io.netty.handler.ssl.SslHandler
-
Sets the number of bytes to pass to each
SSLEngine.wrap(ByteBuffer[], int, int, ByteBuffer)call. - setWriteBufferHighWaterMark(int) - Method in interface io.netty.channel.ChannelConfig
-
Sets the high water mark of the write buffer.
- setWriteBufferHighWaterMark(int) - Method in class io.netty.channel.DefaultChannelConfig
- setWriteBufferHighWaterMark(int) - Method in class io.netty.channel.epoll.EpollChannelConfig
-
Deprecated.
- setWriteBufferHighWaterMark(int) - Method in class io.netty.channel.epoll.EpollDatagramChannelConfig
-
Deprecated.
- setWriteBufferHighWaterMark(int) - Method in class io.netty.channel.epoll.EpollDomainSocketChannelConfig
-
Deprecated.
- setWriteBufferHighWaterMark(int) - Method in class io.netty.channel.epoll.EpollServerChannelConfig
-
Deprecated.
- setWriteBufferHighWaterMark(int) - Method in class io.netty.channel.epoll.EpollServerSocketChannelConfig
-
Deprecated.
- setWriteBufferHighWaterMark(int) - Method in class io.netty.channel.epoll.EpollSocketChannelConfig
-
Deprecated.
- setWriteBufferHighWaterMark(int) - Method in class io.netty.channel.kqueue.KQueueChannelConfig
-
Deprecated.
- setWriteBufferHighWaterMark(int) - Method in class io.netty.channel.kqueue.KQueueDatagramChannelConfig
-
Deprecated.
- setWriteBufferHighWaterMark(int) - Method in class io.netty.channel.kqueue.KQueueDomainSocketChannelConfig
-
Deprecated.
- setWriteBufferHighWaterMark(int) - Method in class io.netty.channel.kqueue.KQueueServerChannelConfig
-
Deprecated.
- setWriteBufferHighWaterMark(int) - Method in class io.netty.channel.kqueue.KQueueServerSocketChannelConfig
-
Deprecated.
- setWriteBufferHighWaterMark(int) - Method in class io.netty.channel.kqueue.KQueueSocketChannelConfig
-
Deprecated.
- setWriteBufferHighWaterMark(int) - Method in interface io.netty.channel.rxtx.RxtxChannelConfig
-
Deprecated.
- setWriteBufferHighWaterMark(int) - Method in class io.netty.channel.sctp.DefaultSctpChannelConfig
- setWriteBufferHighWaterMark(int) - Method in class io.netty.channel.sctp.DefaultSctpServerChannelConfig
- setWriteBufferHighWaterMark(int) - Method in interface io.netty.channel.sctp.SctpChannelConfig
- setWriteBufferHighWaterMark(int) - Method in interface io.netty.channel.sctp.SctpServerChannelConfig
- setWriteBufferHighWaterMark(int) - Method in class io.netty.channel.socket.DefaultDatagramChannelConfig
- setWriteBufferHighWaterMark(int) - Method in class io.netty.channel.socket.DefaultServerSocketChannelConfig
- setWriteBufferHighWaterMark(int) - Method in class io.netty.channel.socket.DefaultSocketChannelConfig
- setWriteBufferHighWaterMark(int) - Method in class io.netty.channel.socket.oio.DefaultOioServerSocketChannelConfig
-
Deprecated.
- setWriteBufferHighWaterMark(int) - Method in class io.netty.channel.socket.oio.DefaultOioSocketChannelConfig
-
Deprecated.
- setWriteBufferHighWaterMark(int) - Method in interface io.netty.channel.socket.oio.OioDatagramChannelConfig
-
Deprecated.
- setWriteBufferHighWaterMark(int) - Method in interface io.netty.channel.socket.oio.OioServerSocketChannelConfig
-
Deprecated.
- setWriteBufferHighWaterMark(int) - Method in interface io.netty.channel.socket.oio.OioSocketChannelConfig
-
Deprecated.
- setWriteBufferHighWaterMark(int) - Method in interface io.netty.channel.socket.ServerSocketChannelConfig
- setWriteBufferHighWaterMark(int) - Method in class io.netty.channel.udt.DefaultUdtChannelConfig
-
Deprecated.
- setWriteBufferHighWaterMark(int) - Method in class io.netty.channel.udt.DefaultUdtServerChannelConfig
-
Deprecated.
- setWriteBufferHighWaterMark(int) - Method in interface io.netty.channel.udt.UdtChannelConfig
-
Deprecated.
- setWriteBufferHighWaterMark(int) - Method in interface io.netty.channel.udt.UdtServerChannelConfig
-
Deprecated.
- setWriteBufferHighWaterMark(int) - Method in interface io.netty.channel.unix.DomainSocketChannelConfig
-
Deprecated.
- setWriteBufferHighWaterMark(int) - Method in interface io.netty.handler.codec.quic.QuicChannelConfig
- setWriteBufferHighWaterMark(int) - Method in interface io.netty.handler.codec.quic.QuicStreamChannelConfig
- setWriteBufferLowWaterMark(int) - Method in interface io.netty.channel.ChannelConfig
-
Sets the low water mark of the write buffer.
- setWriteBufferLowWaterMark(int) - Method in class io.netty.channel.DefaultChannelConfig
- setWriteBufferLowWaterMark(int) - Method in class io.netty.channel.epoll.EpollChannelConfig
-
Deprecated.
- setWriteBufferLowWaterMark(int) - Method in class io.netty.channel.epoll.EpollDatagramChannelConfig
-
Deprecated.
- setWriteBufferLowWaterMark(int) - Method in class io.netty.channel.epoll.EpollDomainSocketChannelConfig
-
Deprecated.
- setWriteBufferLowWaterMark(int) - Method in class io.netty.channel.epoll.EpollServerChannelConfig
-
Deprecated.
- setWriteBufferLowWaterMark(int) - Method in class io.netty.channel.epoll.EpollServerSocketChannelConfig
-
Deprecated.
- setWriteBufferLowWaterMark(int) - Method in class io.netty.channel.epoll.EpollSocketChannelConfig
-
Deprecated.
- setWriteBufferLowWaterMark(int) - Method in class io.netty.channel.kqueue.KQueueChannelConfig
-
Deprecated.
- setWriteBufferLowWaterMark(int) - Method in class io.netty.channel.kqueue.KQueueDatagramChannelConfig
-
Deprecated.
- setWriteBufferLowWaterMark(int) - Method in class io.netty.channel.kqueue.KQueueDomainSocketChannelConfig
-
Deprecated.
- setWriteBufferLowWaterMark(int) - Method in class io.netty.channel.kqueue.KQueueServerChannelConfig
-
Deprecated.
- setWriteBufferLowWaterMark(int) - Method in class io.netty.channel.kqueue.KQueueServerSocketChannelConfig
-
Deprecated.
- setWriteBufferLowWaterMark(int) - Method in class io.netty.channel.kqueue.KQueueSocketChannelConfig
-
Deprecated.
- setWriteBufferLowWaterMark(int) - Method in interface io.netty.channel.rxtx.RxtxChannelConfig
-
Deprecated.
- setWriteBufferLowWaterMark(int) - Method in class io.netty.channel.sctp.DefaultSctpChannelConfig
- setWriteBufferLowWaterMark(int) - Method in class io.netty.channel.sctp.DefaultSctpServerChannelConfig
- setWriteBufferLowWaterMark(int) - Method in interface io.netty.channel.sctp.SctpChannelConfig
- setWriteBufferLowWaterMark(int) - Method in interface io.netty.channel.sctp.SctpServerChannelConfig
- setWriteBufferLowWaterMark(int) - Method in class io.netty.channel.socket.DefaultDatagramChannelConfig
- setWriteBufferLowWaterMark(int) - Method in class io.netty.channel.socket.DefaultServerSocketChannelConfig
- setWriteBufferLowWaterMark(int) - Method in class io.netty.channel.socket.DefaultSocketChannelConfig
- setWriteBufferLowWaterMark(int) - Method in class io.netty.channel.socket.oio.DefaultOioServerSocketChannelConfig
-
Deprecated.
- setWriteBufferLowWaterMark(int) - Method in class io.netty.channel.socket.oio.DefaultOioSocketChannelConfig
-
Deprecated.
- setWriteBufferLowWaterMark(int) - Method in interface io.netty.channel.socket.oio.OioDatagramChannelConfig
-
Deprecated.
- setWriteBufferLowWaterMark(int) - Method in interface io.netty.channel.socket.oio.OioServerSocketChannelConfig
-
Deprecated.
- setWriteBufferLowWaterMark(int) - Method in interface io.netty.channel.socket.oio.OioSocketChannelConfig
-
Deprecated.
- setWriteBufferLowWaterMark(int) - Method in interface io.netty.channel.socket.ServerSocketChannelConfig
- setWriteBufferLowWaterMark(int) - Method in class io.netty.channel.udt.DefaultUdtChannelConfig
-
Deprecated.
- setWriteBufferLowWaterMark(int) - Method in class io.netty.channel.udt.DefaultUdtServerChannelConfig
-
Deprecated.
- setWriteBufferLowWaterMark(int) - Method in interface io.netty.channel.udt.UdtChannelConfig
-
Deprecated.
- setWriteBufferLowWaterMark(int) - Method in interface io.netty.channel.udt.UdtServerChannelConfig
-
Deprecated.
- setWriteBufferLowWaterMark(int) - Method in interface io.netty.channel.unix.DomainSocketChannelConfig
-
Deprecated.
- setWriteBufferLowWaterMark(int) - Method in interface io.netty.handler.codec.quic.QuicChannelConfig
- setWriteBufferLowWaterMark(int) - Method in interface io.netty.handler.codec.quic.QuicStreamChannelConfig
- setWriteBufferWaterMark(WriteBufferWaterMark) - Method in interface io.netty.channel.ChannelConfig
-
Set the
WriteBufferWaterMarkwhich is used for setting the high and low water mark of the write buffer. - setWriteBufferWaterMark(WriteBufferWaterMark) - Method in class io.netty.channel.DefaultChannelConfig
- setWriteBufferWaterMark(WriteBufferWaterMark) - Method in class io.netty.channel.epoll.EpollChannelConfig
- setWriteBufferWaterMark(WriteBufferWaterMark) - Method in class io.netty.channel.epoll.EpollDatagramChannelConfig
- setWriteBufferWaterMark(WriteBufferWaterMark) - Method in class io.netty.channel.epoll.EpollDomainDatagramChannelConfig
- setWriteBufferWaterMark(WriteBufferWaterMark) - Method in class io.netty.channel.epoll.EpollDomainSocketChannelConfig
- setWriteBufferWaterMark(WriteBufferWaterMark) - Method in class io.netty.channel.epoll.EpollServerChannelConfig
- setWriteBufferWaterMark(WriteBufferWaterMark) - Method in class io.netty.channel.epoll.EpollServerSocketChannelConfig
- setWriteBufferWaterMark(WriteBufferWaterMark) - Method in class io.netty.channel.epoll.EpollSocketChannelConfig
- setWriteBufferWaterMark(WriteBufferWaterMark) - Method in class io.netty.channel.kqueue.KQueueChannelConfig
- setWriteBufferWaterMark(WriteBufferWaterMark) - Method in class io.netty.channel.kqueue.KQueueDatagramChannelConfig
- setWriteBufferWaterMark(WriteBufferWaterMark) - Method in class io.netty.channel.kqueue.KQueueDomainDatagramChannelConfig
- setWriteBufferWaterMark(WriteBufferWaterMark) - Method in class io.netty.channel.kqueue.KQueueDomainSocketChannelConfig
- setWriteBufferWaterMark(WriteBufferWaterMark) - Method in class io.netty.channel.kqueue.KQueueServerChannelConfig
- setWriteBufferWaterMark(WriteBufferWaterMark) - Method in class io.netty.channel.kqueue.KQueueServerSocketChannelConfig
- setWriteBufferWaterMark(WriteBufferWaterMark) - Method in class io.netty.channel.kqueue.KQueueSocketChannelConfig
- setWriteBufferWaterMark(WriteBufferWaterMark) - Method in interface io.netty.channel.rxtx.RxtxChannelConfig
-
Deprecated.
- setWriteBufferWaterMark(WriteBufferWaterMark) - Method in class io.netty.channel.sctp.DefaultSctpChannelConfig
- setWriteBufferWaterMark(WriteBufferWaterMark) - Method in class io.netty.channel.sctp.DefaultSctpServerChannelConfig
- setWriteBufferWaterMark(WriteBufferWaterMark) - Method in interface io.netty.channel.sctp.SctpChannelConfig
- setWriteBufferWaterMark(WriteBufferWaterMark) - Method in interface io.netty.channel.sctp.SctpServerChannelConfig
- setWriteBufferWaterMark(WriteBufferWaterMark) - Method in interface io.netty.channel.socket.DatagramChannelConfig
- setWriteBufferWaterMark(WriteBufferWaterMark) - Method in class io.netty.channel.socket.DefaultDatagramChannelConfig
- setWriteBufferWaterMark(WriteBufferWaterMark) - Method in class io.netty.channel.socket.DefaultServerSocketChannelConfig
- setWriteBufferWaterMark(WriteBufferWaterMark) - Method in class io.netty.channel.socket.DefaultSocketChannelConfig
- setWriteBufferWaterMark(WriteBufferWaterMark) - Method in interface io.netty.channel.socket.DuplexChannelConfig
- setWriteBufferWaterMark(WriteBufferWaterMark) - Method in class io.netty.channel.socket.oio.DefaultOioServerSocketChannelConfig
-
Deprecated.
- setWriteBufferWaterMark(WriteBufferWaterMark) - Method in class io.netty.channel.socket.oio.DefaultOioSocketChannelConfig
-
Deprecated.
- setWriteBufferWaterMark(WriteBufferWaterMark) - Method in interface io.netty.channel.socket.oio.OioDatagramChannelConfig
-
Deprecated.
- setWriteBufferWaterMark(WriteBufferWaterMark) - Method in interface io.netty.channel.socket.oio.OioServerSocketChannelConfig
-
Deprecated.
- setWriteBufferWaterMark(WriteBufferWaterMark) - Method in interface io.netty.channel.socket.oio.OioSocketChannelConfig
-
Deprecated.
- setWriteBufferWaterMark(WriteBufferWaterMark) - Method in interface io.netty.channel.socket.ServerSocketChannelConfig
- setWriteBufferWaterMark(WriteBufferWaterMark) - Method in interface io.netty.channel.socket.SocketChannelConfig
- setWriteBufferWaterMark(WriteBufferWaterMark) - Method in class io.netty.channel.udt.DefaultUdtChannelConfig
-
Deprecated.
- setWriteBufferWaterMark(WriteBufferWaterMark) - Method in class io.netty.channel.udt.DefaultUdtServerChannelConfig
-
Deprecated.
- setWriteBufferWaterMark(WriteBufferWaterMark) - Method in interface io.netty.channel.udt.UdtChannelConfig
-
Deprecated.
- setWriteBufferWaterMark(WriteBufferWaterMark) - Method in interface io.netty.channel.udt.UdtServerChannelConfig
-
Deprecated.
- setWriteBufferWaterMark(WriteBufferWaterMark) - Method in interface io.netty.channel.unix.DomainDatagramChannelConfig
- setWriteBufferWaterMark(WriteBufferWaterMark) - Method in interface io.netty.channel.unix.DomainSocketChannelConfig
- setWriteBufferWaterMark(WriteBufferWaterMark) - Method in interface io.netty.handler.codec.quic.QuicChannelConfig
- setWriteBufferWaterMark(WriteBufferWaterMark) - Method in interface io.netty.handler.codec.quic.QuicStreamChannelConfig
- setWriteChannelLimit(long) - Method in class io.netty.handler.traffic.GlobalChannelTrafficShapingHandler
- setWriteLimit(long) - Method in class io.netty.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.
- setWriteSpinCount(int) - Method in interface io.netty.channel.ChannelConfig
-
Sets the maximum loop count for a write operation until
WritableByteChannel.write(ByteBuffer)returns a non-zero value. - setWriteSpinCount(int) - Method in class io.netty.channel.DefaultChannelConfig
- setWriteSpinCount(int) - Method in class io.netty.channel.epoll.EpollChannelConfig
- setWriteSpinCount(int) - Method in class io.netty.channel.epoll.EpollDatagramChannelConfig
- setWriteSpinCount(int) - Method in class io.netty.channel.epoll.EpollDomainDatagramChannelConfig
- setWriteSpinCount(int) - Method in class io.netty.channel.epoll.EpollDomainSocketChannelConfig
- setWriteSpinCount(int) - Method in class io.netty.channel.epoll.EpollServerChannelConfig
- setWriteSpinCount(int) - Method in class io.netty.channel.epoll.EpollServerSocketChannelConfig
- setWriteSpinCount(int) - Method in class io.netty.channel.epoll.EpollSocketChannelConfig
- setWriteSpinCount(int) - Method in class io.netty.channel.kqueue.KQueueChannelConfig
- setWriteSpinCount(int) - Method in class io.netty.channel.kqueue.KQueueDatagramChannelConfig
- setWriteSpinCount(int) - Method in class io.netty.channel.kqueue.KQueueDomainDatagramChannelConfig
- setWriteSpinCount(int) - Method in class io.netty.channel.kqueue.KQueueDomainSocketChannelConfig
- setWriteSpinCount(int) - Method in class io.netty.channel.kqueue.KQueueServerChannelConfig
- setWriteSpinCount(int) - Method in class io.netty.channel.kqueue.KQueueServerSocketChannelConfig
- setWriteSpinCount(int) - Method in class io.netty.channel.kqueue.KQueueSocketChannelConfig
- setWriteSpinCount(int) - Method in interface io.netty.channel.rxtx.RxtxChannelConfig
-
Deprecated.
- setWriteSpinCount(int) - Method in class io.netty.channel.sctp.DefaultSctpChannelConfig
- setWriteSpinCount(int) - Method in class io.netty.channel.sctp.DefaultSctpServerChannelConfig
- setWriteSpinCount(int) - Method in interface io.netty.channel.sctp.SctpChannelConfig
- setWriteSpinCount(int) - Method in interface io.netty.channel.sctp.SctpServerChannelConfig
- setWriteSpinCount(int) - Method in interface io.netty.channel.socket.DatagramChannelConfig
- setWriteSpinCount(int) - Method in class io.netty.channel.socket.DefaultDatagramChannelConfig
- setWriteSpinCount(int) - Method in class io.netty.channel.socket.DefaultServerSocketChannelConfig
- setWriteSpinCount(int) - Method in class io.netty.channel.socket.DefaultSocketChannelConfig
- setWriteSpinCount(int) - Method in interface io.netty.channel.socket.DuplexChannelConfig
- setWriteSpinCount(int) - Method in class io.netty.channel.socket.oio.DefaultOioServerSocketChannelConfig
-
Deprecated.
- setWriteSpinCount(int) - Method in class io.netty.channel.socket.oio.DefaultOioSocketChannelConfig
-
Deprecated.
- setWriteSpinCount(int) - Method in interface io.netty.channel.socket.oio.OioDatagramChannelConfig
-
Deprecated.
- setWriteSpinCount(int) - Method in interface io.netty.channel.socket.oio.OioServerSocketChannelConfig
-
Deprecated.
- setWriteSpinCount(int) - Method in interface io.netty.channel.socket.oio.OioSocketChannelConfig
-
Deprecated.
- setWriteSpinCount(int) - Method in interface io.netty.channel.socket.ServerSocketChannelConfig
- setWriteSpinCount(int) - Method in interface io.netty.channel.socket.SocketChannelConfig
- setWriteSpinCount(int) - Method in class io.netty.channel.udt.DefaultUdtChannelConfig
-
Deprecated.
- setWriteSpinCount(int) - Method in class io.netty.channel.udt.DefaultUdtServerChannelConfig
-
Deprecated.
- setWriteSpinCount(int) - Method in interface io.netty.channel.udt.UdtChannelConfig
-
Deprecated.
- setWriteSpinCount(int) - Method in interface io.netty.channel.udt.UdtServerChannelConfig
-
Deprecated.
- setWriteSpinCount(int) - Method in interface io.netty.channel.unix.DomainDatagramChannelConfig
- setWriteSpinCount(int) - Method in interface io.netty.channel.unix.DomainSocketChannelConfig
- setWriteSpinCount(int) - Method in interface io.netty.handler.codec.quic.QuicChannelConfig
- setWriteSpinCount(int) - Method in interface io.netty.handler.codec.quic.QuicStreamChannelConfig
- setZ(int) - Method in class io.netty.handler.codec.dns.AbstractDnsMessage
- setZ(int) - Method in class io.netty.handler.codec.dns.DatagramDnsQuery
- setZ(int) - Method in class io.netty.handler.codec.dns.DatagramDnsResponse
- setZ(int) - Method in class io.netty.handler.codec.dns.DefaultDnsQuery
- setZ(int) - Method in class io.netty.handler.codec.dns.DefaultDnsResponse
- setZ(int) - Method in interface io.netty.handler.codec.dns.DnsMessage
-
Sets the
Z(reserved for future use) field of this DNS message. - setZ(int) - Method in interface io.netty.handler.codec.dns.DnsQuery
- setZ(int) - Method in interface io.netty.handler.codec.dns.DnsResponse
- setZero(int, int) - Method in class io.netty.buffer.AbstractByteBuf
- setZero(int, int) - Method in class io.netty.buffer.ByteBuf
-
Fills this buffer with NUL (0x00) starting at the specified absolute
index. - setZero(int, int) - Method in class io.netty.buffer.CompositeByteBuf
- setZero(int, int) - Method in class io.netty.buffer.EmptyByteBuf
- setZero(int, int) - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- setZero(int, int) - Method in class io.netty.buffer.UnpooledUnsafeDirectByteBuf
- setZero(int, int) - Method in class io.netty.buffer.UnpooledUnsafeHeapByteBuf
- setZero(int, int) - Method in class io.netty.buffer.WrappedByteBuf
- SHARED_SUBSCRIPTION_AVAILABLE - io.netty.handler.codec.mqtt.MqttProperties.MqttPropertyType
-
Deprecated.
- SHARED_SUBSCRIPTIONS_NOT_SUPPORTED - io.netty.handler.codec.mqtt.MqttReasonCodes.Disconnect
- SHARED_SUBSCRIPTIONS_NOT_SUPPORTED - io.netty.handler.codec.mqtt.MqttReasonCodes.SubAck
- sharedOutputStream(boolean) - Method in class io.netty.handler.pcap.PcapWriteHandler.Builder
-
Set to
trueif multiplePcapWriteHandlerinstances will be writing to the sameOutputStreamconcurrently, and write locking is required. - sharedSubscriptionAvailable(boolean) - Method in class io.netty.handler.codec.mqtt.MqttMessageBuilders.ConnAckPropertiesBuilder
- SHORT - io.netty.handler.codec.quic.QuicPacketType
-
1-RTT short header packet.
- shortBeArrayView() - Static method in class io.netty.util.internal.PlatformDependent
- shortBeByteBufferView() - Static method in class io.netty.util.internal.PlatformDependent
- shortCircuit() - Method in class io.netty.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.netty.util.collection
-
Utilities for short-based primitive collections.
- shortCommitHash() - Method in class io.netty.util.Version
- shortCurcuit() - Method in class io.netty.handler.codec.http.cors.CorsConfig.Builder
-
Deprecated.Use
CorsConfigBuilder.shortCircuit()instead. - shortLeArrayView() - Static method in class io.netty.util.internal.PlatformDependent
- shortLeByteBufferView() - Static method in class io.netty.util.internal.PlatformDependent
- ShortObjectHashMap<V> - Class in io.netty.util.collection
-
A hash map implementation of
ShortObjectMapthat uses open addressing for keys. - ShortObjectHashMap() - Constructor for class io.netty.util.collection.ShortObjectHashMap
- ShortObjectHashMap(int) - Constructor for class io.netty.util.collection.ShortObjectHashMap
- ShortObjectHashMap(int, float) - Constructor for class io.netty.util.collection.ShortObjectHashMap
- ShortObjectMap<V> - Interface in io.netty.util.collection
-
Interface for a primitive map that uses
shorts as keys. - ShortObjectMap.PrimitiveEntry<V> - Interface in io.netty.util.collection
-
A primitive entry in the map, provided by the iterator from
ShortObjectMap.entries() - shouldFlushNow(int, int) - Method in interface io.netty.handler.codec.quic.FlushStrategy
-
Returns
trueif a flush should happen now,falseotherwise. - shouldHandleUpgradeRequest(HttpRequest) - Method in class io.netty.handler.codec.http.HttpServerUpgradeHandler
-
Determines whether the specified upgrade
HttpRequestshould be handled by this handler or not. - shouldReportActiveIoTime() - Method in interface io.netty.channel.IoHandlerContext
-
Returns
trueif the I/O handler should measure and report its active I/O time. - shouldUseIpv6(InternetProtocolFamily) - Static method in class io.netty.channel.unix.Socket
-
Deprecated.
- shouldUseIpv6(SocketProtocolFamily) - Static method in class io.netty.channel.unix.Socket
- shuffled(Iterable<? extends InetSocketAddress>) - Static method in class io.netty.resolver.dns.DnsServerAddresses
-
Returns the
DnsServerAddressesthat yields the specifiedaddressin a shuffled order. - shuffled(InetSocketAddress...) - Static method in class io.netty.resolver.dns.DnsServerAddresses
-
Returns the
DnsServerAddressesthat yields the specifiedaddressesin a shuffled order. - shutdown() - Method in class io.netty.channel.epoll.AbstractEpollStreamChannel
- shutdown() - Method in class io.netty.channel.kqueue.AbstractKQueueStreamChannel
- shutdown() - Method in class io.netty.channel.ManualIoEventLoop
-
Deprecated.
- shutdown() - Method in interface io.netty.channel.socket.DuplexChannel
-
Will shutdown the input and output sides of this channel.
- shutdown() - Method in class io.netty.channel.socket.nio.NioDomainSocketChannel
- shutdown() - Method in class io.netty.channel.socket.nio.NioSocketChannel
- shutdown() - Method in class io.netty.channel.socket.oio.OioSocketChannel
-
Deprecated.
- shutdown() - Method in class io.netty.channel.ThreadPerChannelEventLoopGroup
-
Deprecated.
- shutdown() - Method in class io.netty.channel.unix.Socket
- shutdown() - Method in interface io.netty.handler.codec.quic.QuicStreamChannel
- shutdown() - Method in class io.netty.handler.ssl.ReferenceCountedOpenSslEngine
-
Destroys this engine.
- shutdown() - Method in class io.netty.util.concurrent.AbstractEventExecutor
- shutdown() - Method in class io.netty.util.concurrent.AbstractEventExecutorGroup
- shutdown() - Method in interface io.netty.util.concurrent.EventExecutorGroup
-
Deprecated.
- shutdown() - Method in class io.netty.util.concurrent.GlobalEventExecutor
-
Deprecated.
- shutdown() - Method in class io.netty.util.concurrent.ImmediateEventExecutor
-
Deprecated.
- shutdown() - Method in class io.netty.util.concurrent.MultithreadEventExecutorGroup
-
Deprecated.
- shutdown() - Method in class io.netty.util.concurrent.NonStickyEventExecutorGroup
- shutdown() - Method in class io.netty.util.concurrent.SingleThreadEventExecutor
-
Deprecated.
- shutdown() - Method in class io.netty.util.concurrent.UnorderedThreadPoolEventExecutor
-
Deprecated.
- shutdown(boolean, boolean) - Method in class io.netty.channel.unix.Socket
- shutdown(int) - Method in interface io.netty.handler.codec.quic.QuicStreamChannel
-
Shortcut for calling
QuicStreamChannel.shutdownInput(int)andQuicStreamChannel.shutdownInput(int). - shutdown(int, ChannelPromise) - Method in interface io.netty.handler.codec.quic.QuicStreamChannel
-
Shortcut for calling
QuicStreamChannel.shutdownInput(int, ChannelPromise)andQuicStreamChannel.shutdownInput(int, ChannelPromise). - shutdown(ChannelPromise) - Method in class io.netty.channel.epoll.AbstractEpollStreamChannel
- shutdown(ChannelPromise) - Method in class io.netty.channel.kqueue.AbstractKQueueStreamChannel
- shutdown(ChannelPromise) - Method in interface io.netty.channel.socket.DuplexChannel
-
Will shutdown the input and output sides of this channel.
- shutdown(ChannelPromise) - Method in class io.netty.channel.socket.nio.NioDomainSocketChannel
- shutdown(ChannelPromise) - Method in class io.netty.channel.socket.nio.NioSocketChannel
- shutdown(ChannelPromise) - Method in class io.netty.channel.socket.oio.OioSocketChannel
-
Deprecated.
- SHUTDOWN_OUTPUT - Static variable in interface io.netty.handler.codec.quic.QuicStreamChannel
-
Should be added to a
ChannelFuturewhen the output should be cleanly shutdown via aFIN. - shutdownGracefully() - Method in class io.netty.util.concurrent.AbstractEventExecutor
- shutdownGracefully() - Method in class io.netty.util.concurrent.AbstractEventExecutorGroup
- shutdownGracefully() - Method in interface io.netty.util.concurrent.EventExecutorGroup
-
Shortcut method for
EventExecutorGroup.shutdownGracefully(long, long, TimeUnit)with sensible default values. - shutdownGracefully() - Method in class io.netty.util.concurrent.NonStickyEventExecutorGroup
- shutdownGracefully() - Method in class io.netty.util.concurrent.UnorderedThreadPoolEventExecutor
-
Deprecated.
- shutdownGracefully(long, long, TimeUnit) - Method in class io.netty.channel.ManualIoEventLoop
- shutdownGracefully(long, long, TimeUnit) - Method in class io.netty.channel.ThreadPerChannelEventLoopGroup
-
Deprecated.
- shutdownGracefully(long, long, TimeUnit) - Method in interface io.netty.util.concurrent.EventExecutorGroup
-
Signals this executor that the caller wants the executor to be shut down.
- shutdownGracefully(long, long, TimeUnit) - Method in class io.netty.util.concurrent.GlobalEventExecutor
- shutdownGracefully(long, long, TimeUnit) - Method in class io.netty.util.concurrent.ImmediateEventExecutor
- shutdownGracefully(long, long, TimeUnit) - Method in class io.netty.util.concurrent.MultithreadEventExecutorGroup
- shutdownGracefully(long, long, TimeUnit) - Method in class io.netty.util.concurrent.NonStickyEventExecutorGroup
- shutdownGracefully(long, long, TimeUnit) - Method in class io.netty.util.concurrent.SingleThreadEventExecutor
- shutdownGracefully(long, long, TimeUnit) - Method in class io.netty.util.concurrent.UnorderedThreadPoolEventExecutor
-
Deprecated.
- shutdownHint() - Method in exception io.netty.handler.codec.http2.Http2Exception
-
Provide a hint as to what type of shutdown should be executed.
- shutdownInput() - Method in class io.netty.channel.epoll.AbstractEpollStreamChannel
- shutdownInput() - Method in class io.netty.channel.kqueue.AbstractKQueueStreamChannel
- shutdownInput() - Method in class io.netty.channel.nio.AbstractNioByteChannel
-
Shutdown the input side of the channel.
- shutdownInput() - Method in class io.netty.channel.oio.AbstractOioByteChannel
-
Deprecated.Shutdown the input side of this channel.
- shutdownInput() - Method in class io.netty.channel.rxtx.RxtxChannel
-
Deprecated.
- shutdownInput() - Method in interface io.netty.channel.socket.DuplexChannel
- shutdownInput() - Method in class io.netty.channel.socket.nio.NioDomainSocketChannel
- shutdownInput() - Method in class io.netty.channel.socket.nio.NioSocketChannel
- shutdownInput() - Method in class io.netty.channel.socket.oio.OioSocketChannel
-
Deprecated.
- shutdownInput() - Method in class io.netty.channel.udt.nio.NioUdtByteConnectorChannel
-
Deprecated.
- shutdownInput() - Method in interface io.netty.handler.codec.quic.QuicStreamChannel
- shutdownInput(int) - Method in interface io.netty.handler.codec.quic.QuicStreamChannel
-
Shutdown the input of the stream with the given error code.
- shutdownInput(int, ChannelPromise) - Method in interface io.netty.handler.codec.quic.QuicStreamChannel
-
Shutdown the input of the stream with the given error code.
- shutdownInput(ChannelPromise) - Method in class io.netty.channel.epoll.AbstractEpollStreamChannel
- shutdownInput(ChannelPromise) - Method in class io.netty.channel.kqueue.AbstractKQueueStreamChannel
- shutdownInput(ChannelPromise) - Method in interface io.netty.channel.socket.DuplexChannel
-
Will shutdown the input and notify
ChannelPromise. - shutdownInput(ChannelPromise) - Method in class io.netty.channel.socket.nio.NioDomainSocketChannel
- shutdownInput(ChannelPromise) - Method in class io.netty.channel.socket.nio.NioSocketChannel
- shutdownInput(ChannelPromise) - Method in class io.netty.channel.socket.oio.OioSocketChannel
-
Deprecated.
- shutdownInput(ChannelPromise) - Method in interface io.netty.handler.codec.quic.QuicStreamChannel
- shutdownNow() - Method in class io.netty.util.concurrent.AbstractEventExecutor
- shutdownNow() - Method in class io.netty.util.concurrent.AbstractEventExecutorGroup
- shutdownNow() - Method in interface io.netty.util.concurrent.EventExecutorGroup
-
Deprecated.
- shutdownNow() - Method in class io.netty.util.concurrent.NonStickyEventExecutorGroup
- shutdownNow() - Method in class io.netty.util.concurrent.UnorderedThreadPoolEventExecutor
-
Deprecated.
- shutdownOutput() - Method in class io.netty.channel.epoll.AbstractEpollStreamChannel
- shutdownOutput() - Method in class io.netty.channel.kqueue.AbstractKQueueStreamChannel
- shutdownOutput() - Method in interface io.netty.channel.socket.DuplexChannel
- shutdownOutput() - Method in class io.netty.channel.socket.nio.NioDomainSocketChannel
- shutdownOutput() - Method in class io.netty.channel.socket.nio.NioSocketChannel
- shutdownOutput() - Method in class io.netty.channel.socket.oio.OioSocketChannel
-
Deprecated.
- shutdownOutput() - Method in interface io.netty.handler.codec.quic.QuicStreamChannel
- shutdownOutput(int) - Method in interface io.netty.handler.codec.quic.QuicStreamChannel
-
Shutdown the output of the stream with the given error code.
- shutdownOutput(int, ChannelPromise) - Method in interface io.netty.handler.codec.quic.QuicStreamChannel
-
Shutdown the output of the stream with the given error code.
- shutdownOutput(ChannelPromise) - Method in class io.netty.channel.AbstractChannel.AbstractUnsafe
-
Shutdown the output portion of the corresponding
Channel. - shutdownOutput(ChannelPromise) - Method in class io.netty.channel.epoll.AbstractEpollStreamChannel
- shutdownOutput(ChannelPromise) - Method in class io.netty.channel.kqueue.AbstractKQueueStreamChannel
- shutdownOutput(ChannelPromise) - Method in interface io.netty.channel.socket.DuplexChannel
-
Will shutdown the output and notify
ChannelPromise. - shutdownOutput(ChannelPromise) - Method in class io.netty.channel.socket.nio.NioDomainSocketChannel
- shutdownOutput(ChannelPromise) - Method in class io.netty.channel.socket.nio.NioSocketChannel
- shutdownOutput(ChannelPromise) - Method in class io.netty.channel.socket.oio.OioSocketChannel
-
Deprecated.
- SIG - Static variable in class io.netty.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.netty.handler.codec.quic.BoringSSLAsyncPrivateKeyMethod
-
Signs the input with the given key and notifies the returned
Futurewith the signed bytes. - sign(SSLEngine, int, byte[]) - Method in interface io.netty.handler.ssl.OpenSslAsyncPrivateKeyMethod
-
Signs the input with the given key and notifies the returned
Futurewith the signed bytes. - sign(SSLEngine, int, byte[]) - Method in interface io.netty.handler.ssl.OpenSslPrivateKeyMethod
-
Signs the input with the given key and returns the signed bytes.
- Signal - Error in io.netty.util
-
A special
Errorwhich is used to signal some state or request by throwing it. - SIGNAL_SUCCESS - Static variable in class io.netty.handler.codec.DecoderResult
- SIGNAL_UNFINISHED - Static variable in class io.netty.handler.codec.DecoderResult
- SIGNATURE_ALGORITHMS - Static variable in class io.netty.handler.codec.quic.BoringSSLContextOption
-
Set the signature algorithms that should be used.
- signGenerator() - Static method in interface io.netty.handler.codec.quic.QuicConnectionIdGenerator
-
Return a
QuicConnectionIdGeneratorwhich generates new connection ids by signing the given input. - signGenerator() - Static method in interface io.netty.handler.codec.quic.QuicResetTokenGenerator
-
Return a
QuicResetTokenGeneratorwhich generates new reset tokens by signing the given input. - SIMPLE - io.netty.handler.logging.ByteBufFormat
-
ByteBufs will be logged in a simple format, with no hex dump included. - SIMPLE - io.netty.util.ResourceLeakDetector.Level
-
Enables simplistic sampling resource leak detection which reports there is a leak or not, at the cost of small overhead (default).
- SIMPLE_STRING - io.netty.handler.codec.redis.RedisMessageType
- SimpleChannelInboundHandler<I> - Class in io.netty.channel
-
ChannelInboundHandlerAdapterwhich allows to explicit only handle a specific type of messages. - SimpleChannelInboundHandler() - Constructor for class io.netty.channel.SimpleChannelInboundHandler
-
see
SimpleChannelInboundHandler(boolean)withtrueas boolean parameter. - SimpleChannelInboundHandler(boolean) - Constructor for class io.netty.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.netty.channel.SimpleChannelInboundHandler
-
see
SimpleChannelInboundHandler(Class, boolean)withtrueas boolean value. - SimpleChannelInboundHandler(Class<? extends I>, boolean) - Constructor for class io.netty.channel.SimpleChannelInboundHandler
-
Create a new instance
- SimpleChannelPool - Class in io.netty.channel.pool
-
Simple
ChannelPoolimplementation which will create newChannels if someone tries to acquire aChannelbut none is in the pool atm. - SimpleChannelPool(Bootstrap, ChannelPoolHandler) - Constructor for class io.netty.channel.pool.SimpleChannelPool
-
Creates a new instance using the
ChannelHealthChecker.ACTIVE. - SimpleChannelPool(Bootstrap, ChannelPoolHandler, ChannelHealthChecker) - Constructor for class io.netty.channel.pool.SimpleChannelPool
-
Creates a new instance.
- SimpleChannelPool(Bootstrap, ChannelPoolHandler, ChannelHealthChecker, boolean) - Constructor for class io.netty.channel.pool.SimpleChannelPool
-
Creates a new instance.
- SimpleChannelPool(Bootstrap, ChannelPoolHandler, ChannelHealthChecker, boolean, boolean) - Constructor for class io.netty.channel.pool.SimpleChannelPool
-
Creates a new instance.
- simpleClassName(Class<?>) - Static method in class io.netty.util.internal.StringUtil
-
Generates a simplified name from a
Class. - simpleClassName(Object) - Static method in class io.netty.util.internal.StringUtil
-
The shortcut to
simpleClassName(o.getClass()). - SimpleKeyManagerFactory - Class in io.netty.handler.ssl.util
-
Helps to implement a custom
KeyManagerFactory. - SimpleKeyManagerFactory() - Constructor for class io.netty.handler.ssl.util.SimpleKeyManagerFactory
-
Creates a new instance.
- SimpleKeyManagerFactory(String) - Constructor for class io.netty.handler.ssl.util.SimpleKeyManagerFactory
-
Creates a new instance.
- SimpleNameResolver<T> - Class in io.netty.resolver
-
A skeletal
NameResolverimplementation. - SimpleNameResolver(EventExecutor) - Constructor for class io.netty.resolver.SimpleNameResolver
- SimpleStringRedisMessage - Class in io.netty.handler.codec.redis
-
Simple Strings of RESP.
- SimpleStringRedisMessage(String) - Constructor for class io.netty.handler.codec.redis.SimpleStringRedisMessage
-
Creates a
SimpleStringRedisMessagefor the givencontent. - SimpleTrustManagerFactory - Class in io.netty.handler.ssl.util
-
Helps to implement a custom
TrustManagerFactory. - SimpleTrustManagerFactory() - Constructor for class io.netty.handler.ssl.util.SimpleTrustManagerFactory
-
Creates a new instance.
- SimpleTrustManagerFactory(String) - Constructor for class io.netty.handler.ssl.util.SimpleTrustManagerFactory
-
Creates a new instance.
- SimpleUserEventChannelHandler<I> - Class in io.netty.channel
-
ChannelInboundHandlerAdapterwhich allows to conveniently only handle a specific type of user events. - SimpleUserEventChannelHandler() - Constructor for class io.netty.channel.SimpleUserEventChannelHandler
-
see
SimpleUserEventChannelHandler(boolean)withtrueas boolean parameter. - SimpleUserEventChannelHandler(boolean) - Constructor for class io.netty.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.netty.channel.SimpleUserEventChannelHandler
-
see
SimpleUserEventChannelHandler(Class, boolean)withtrueas boolean value. - SimpleUserEventChannelHandler(Class<? extends I>, boolean) - Constructor for class io.netty.channel.SimpleUserEventChannelHandler
-
Create a new instance
- SINGLE_EVENTEXECUTOR_PER_GROUP - Static variable in class io.netty.channel.ChannelOption
- SingleThreadEventExecutor - Class in io.netty.util.concurrent
-
Abstract base class for
OrderedEventExecutor's that execute all its submitted tasks in a single thread. - SingleThreadEventExecutor(EventExecutorGroup, Executor, boolean) - Constructor for class io.netty.util.concurrent.SingleThreadEventExecutor
-
Create a new instance
- SingleThreadEventExecutor(EventExecutorGroup, Executor, boolean, boolean, int, RejectedExecutionHandler) - Constructor for class io.netty.util.concurrent.SingleThreadEventExecutor
-
Create a new instance
- SingleThreadEventExecutor(EventExecutorGroup, Executor, boolean, boolean, Queue<Runnable>, RejectedExecutionHandler) - Constructor for class io.netty.util.concurrent.SingleThreadEventExecutor
- SingleThreadEventExecutor(EventExecutorGroup, Executor, boolean, int, RejectedExecutionHandler) - Constructor for class io.netty.util.concurrent.SingleThreadEventExecutor
-
Create a new instance
- SingleThreadEventExecutor(EventExecutorGroup, Executor, boolean, Queue<Runnable>, RejectedExecutionHandler) - Constructor for class io.netty.util.concurrent.SingleThreadEventExecutor
- SingleThreadEventExecutor(EventExecutorGroup, ThreadFactory, boolean) - Constructor for class io.netty.util.concurrent.SingleThreadEventExecutor
-
Create a new instance
- SingleThreadEventExecutor(EventExecutorGroup, ThreadFactory, boolean, boolean, int, RejectedExecutionHandler) - Constructor for class io.netty.util.concurrent.SingleThreadEventExecutor
-
Create a new instance
- SingleThreadEventExecutor(EventExecutorGroup, ThreadFactory, boolean, int, RejectedExecutionHandler) - Constructor for class io.netty.util.concurrent.SingleThreadEventExecutor
-
Create a new instance
- SingleThreadEventExecutor.NonWakeupRunnable - Interface in io.netty.util.concurrent
-
Deprecated.override
SingleThreadEventExecutor.wakesUpForTask(java.lang.Runnable)to re-create this behaviour - SingleThreadEventLoop - Class in io.netty.channel
-
Abstract base class for
EventLoops that execute all its submitted tasks in a single thread. - SingleThreadEventLoop(EventLoopGroup, Executor, boolean) - Constructor for class io.netty.channel.SingleThreadEventLoop
- SingleThreadEventLoop(EventLoopGroup, Executor, boolean, boolean) - Constructor for class io.netty.channel.SingleThreadEventLoop
- SingleThreadEventLoop(EventLoopGroup, Executor, boolean, boolean, int, RejectedExecutionHandler) - Constructor for class io.netty.channel.SingleThreadEventLoop
- SingleThreadEventLoop(EventLoopGroup, Executor, boolean, boolean, Queue<Runnable>, Queue<Runnable>, RejectedExecutionHandler) - Constructor for class io.netty.channel.SingleThreadEventLoop
- SingleThreadEventLoop(EventLoopGroup, Executor, boolean, int, RejectedExecutionHandler) - Constructor for class io.netty.channel.SingleThreadEventLoop
- SingleThreadEventLoop(EventLoopGroup, Executor, boolean, Queue<Runnable>, Queue<Runnable>, RejectedExecutionHandler) - Constructor for class io.netty.channel.SingleThreadEventLoop
- SingleThreadEventLoop(EventLoopGroup, ThreadFactory, boolean) - Constructor for class io.netty.channel.SingleThreadEventLoop
- SingleThreadEventLoop(EventLoopGroup, ThreadFactory, boolean, boolean) - Constructor for class io.netty.channel.SingleThreadEventLoop
- SingleThreadEventLoop(EventLoopGroup, ThreadFactory, boolean, boolean, int, RejectedExecutionHandler) - Constructor for class io.netty.channel.SingleThreadEventLoop
- SingleThreadEventLoop(EventLoopGroup, ThreadFactory, boolean, int, RejectedExecutionHandler) - Constructor for class io.netty.channel.SingleThreadEventLoop
- SingleThreadEventLoop.ChannelsReadOnlyIterator<T extends Channel> - Class in io.netty.channel
- SingleThreadIoEventLoop - Class in io.netty.channel
-
IoEventLoopimplementation that execute all its submitted tasks in a single thread using the providedIoHandler. - SingleThreadIoEventLoop(IoEventLoopGroup, Executor, IoHandlerFactory) - Constructor for class io.netty.channel.SingleThreadIoEventLoop
-
Creates a new instance
- SingleThreadIoEventLoop(IoEventLoopGroup, Executor, IoHandlerFactory, int, RejectedExecutionHandler, long) - Constructor for class io.netty.channel.SingleThreadIoEventLoop
-
Creates a new instance
- SingleThreadIoEventLoop(IoEventLoopGroup, Executor, IoHandlerFactory, Queue<Runnable>, Queue<Runnable>, RejectedExecutionHandler) - Constructor for class io.netty.channel.SingleThreadIoEventLoop
-
Creates a new instance
- SingleThreadIoEventLoop(IoEventLoopGroup, ThreadFactory, IoHandlerFactory) - Constructor for class io.netty.channel.SingleThreadIoEventLoop
-
Creates a new instance
- SingleThreadIoEventLoop(IoEventLoopGroup, ThreadFactory, IoHandlerFactory, int, RejectedExecutionHandler, long) - Constructor for class io.netty.channel.SingleThreadIoEventLoop
-
Creates a new instance
- singleton(InetSocketAddress) - Static method in class io.netty.resolver.dns.DnsServerAddresses
-
Returns the
DnsServerAddressesthat yields only a singleaddress. - SingletonDnsServerAddressStreamProvider - Class in io.netty.resolver.dns
-
A
DnsServerAddressStreamProviderwhich always uses a single DNS server for resolution. - SingletonDnsServerAddressStreamProvider(InetSocketAddress) - Constructor for class io.netty.resolver.dns.SingletonDnsServerAddressStreamProvider
-
Create a new instance.
- size - Variable in class io.netty.handler.codec.http.multipart.AbstractHttpData
- size() - Method in class io.netty.channel.AbstractCoalescingBufferQueue
-
Get the number of elements in this queue added via one of the
AbstractCoalescingBufferQueue.add(ByteBuf)methods. - size() - Method in class io.netty.channel.ChannelOutboundBuffer
-
Returns the number of flushed messages in this
ChannelOutboundBuffer. - size() - Method in class io.netty.channel.group.DefaultChannelGroup
- size() - Method in class io.netty.channel.PendingWriteQueue
-
Returns the number of pending write operations.
- size() - Method in class io.netty.channel.pool.AbstractChannelPoolMap
-
Returns the number of
ChannelPools currently in thisAbstractChannelPoolMap. - size() - Method in class io.netty.channel.unix.IovArray
-
Returns the size in bytes
- size() - Method in class io.netty.handler.codec.DefaultHeaders
- size() - Method in class io.netty.handler.codec.EmptyHeaders
- size() - Method in interface io.netty.handler.codec.Headers
-
Returns the number of headers in this object.
- size() - Method in class io.netty.handler.codec.http.DefaultHttpHeaders
- size() - Method in class io.netty.handler.codec.http.EmptyHttpHeaders
- size() - Method in class io.netty.handler.codec.http.HttpHeaders
-
Returns the number of headers in this object.
- size() - Method in class io.netty.handler.codec.http.ReadOnlyHttpHeaders
- size() - Method in interface io.netty.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.netty.handler.codec.http2.ReadOnlyHttp2Headers
- size() - Method in class io.netty.handler.codec.serialization.ObjectEncoderOutputStream
-
Deprecated.
- size() - Method in interface io.netty.resolver.dns.DnsServerAddressStream
-
Get the number of times
DnsServerAddressStream.next()will return a distinct element before repeating or terminating. - size() - Method in class io.netty.util.collection.ByteObjectHashMap
- size() - Method in class io.netty.util.collection.CharObjectHashMap
- size() - Method in class io.netty.util.collection.IntObjectHashMap
- size() - Method in class io.netty.util.collection.LongObjectHashMap
- size() - Method in class io.netty.util.collection.ShortObjectHashMap
- size() - Static method in class io.netty.util.concurrent.FastThreadLocal
-
Returns the number of thread local variables bound to the current thread.
- size() - Method in class io.netty.util.concurrent.MpscIntQueue.MpscAtomicIntegerArrayQueue
- size() - Method in interface io.netty.util.concurrent.MpscIntQueue
-
Query the number of elements currently in the queue.
- size() - Method in class io.netty.util.internal.ConcurrentSet
-
Deprecated.
- size() - Method in class io.netty.util.internal.DefaultPriorityQueue
- size() - Method in class io.netty.util.internal.EmptyPriorityQueue
- size() - Method in class io.netty.util.internal.InternalThreadLocalMap
- size(Object) - Method in interface io.netty.channel.MessageSizeEstimator.Handle
-
Calculate the size of the given message.
- size2SizeIdx(int) - Method in interface io.netty.buffer.SizeClassesMetric
-
Normalizes request size up to the nearest size class.
- SizeClassesMetric - Interface in io.netty.buffer
-
Expose metrics for an SizeClasses.
- sizeIdx2size(int) - Method in interface io.netty.buffer.SizeClassesMetric
-
Computes size from lookup table according to sizeIdx.
- sizeIdx2sizeCompute(int) - Method in interface io.netty.buffer.SizeClassesMetric
-
Computes size according to sizeIdx.
- SIZEOF_JLONG - Static variable in class io.netty.channel.unix.Limits
- sizeofEpollEvent() - Static method in class io.netty.channel.epoll.Native
- skip(long) - Method in class io.netty.buffer.ByteBufInputStream
- skip(long) - Method in class io.netty.handler.codec.serialization.ObjectDecoderInputStream
-
Deprecated.
- SKIP_CONTROL_CHARACTERS - io.netty.handler.codec.stomp.StompSubframeDecoder.State
-
Deprecated.
- skipBytes(int) - Method in class io.netty.buffer.AbstractByteBuf
- skipBytes(int) - Method in class io.netty.buffer.ByteBuf
-
Increases the current
readerIndexby the specifiedlengthin this buffer. - skipBytes(int) - Method in class io.netty.buffer.ByteBufInputStream
- skipBytes(int) - Method in class io.netty.buffer.CompositeByteBuf
- skipBytes(int) - Method in class io.netty.buffer.EmptyByteBuf
- skipBytes(int) - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- skipBytes(int) - Method in class io.netty.buffer.WrappedByteBuf
- skipBytes(int) - Method in class io.netty.handler.codec.serialization.ObjectDecoderInputStream
-
Deprecated.
- sleep(long, TimeUnit) - Method in interface io.netty.util.concurrent.Ticker
-
Waits until the given amount of time goes by.
- sleepMillis(long) - Method in interface io.netty.util.concurrent.Ticker
-
Waits until the given amount of time goes by.
- Slf4JLoggerFactory - Class in io.netty.util.internal.logging
-
Logger factory which creates a SLF4J logger.
- Slf4JLoggerFactory() - Constructor for class io.netty.util.internal.logging.Slf4JLoggerFactory
-
Deprecated.Use
Slf4JLoggerFactory.INSTANCEinstead. - slice() - Method in class io.netty.buffer.AbstractByteBuf
- slice() - Method in class io.netty.buffer.ByteBuf
-
Returns a slice of this buffer's readable bytes.
- slice() - Method in class io.netty.buffer.EmptyByteBuf
- slice() - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- slice() - Method in class io.netty.buffer.WrappedByteBuf
- slice(int, int) - Method in class io.netty.buffer.AbstractByteBuf
- slice(int, int) - Method in class io.netty.buffer.ByteBuf
-
Returns a slice of this buffer's sub-region.
- slice(int, int) - Method in class io.netty.buffer.DuplicatedByteBuf
-
Deprecated.
- slice(int, int) - Method in class io.netty.buffer.EmptyByteBuf
- slice(int, int) - Method in class io.netty.buffer.ReadOnlyByteBuf
-
Deprecated.
- slice(int, int) - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- slice(int, int) - Method in class io.netty.buffer.WrappedByteBuf
- SlicedByteBuf - Class in io.netty.buffer
-
Deprecated.Do not use.
- SlicedByteBuf(ByteBuf, int, int) - Constructor for class io.netty.buffer.SlicedByteBuf
-
Deprecated.
- slowDownFactor() - Method in class io.netty.handler.traffic.GlobalChannelTrafficShapingHandler
- smallCacheSize() - Method in class io.netty.buffer.PooledByteBufAllocator
-
Deprecated.
- smallCacheSize() - Method in class io.netty.buffer.PooledByteBufAllocatorMetric
-
Return the size of the small cache.
- SMALLEST_MAX_CONCURRENT_STREAMS - Static variable in class io.netty.handler.codec.http2.Http2CodecUtil
-
The assumed minimum value for
SETTINGS_MAX_CONCURRENT_STREAMSas recommended by the HTTP/2 spec. - smallSubpages() - Method in interface io.netty.buffer.PoolArenaMetric
-
Returns an unmodifiable
Listwhich holdsPoolSubpageMetrics for small sub-pages. - SmtpCommand - Class in io.netty.handler.codec.smtp
-
The command part of a
SmtpRequest. - SmtpContent - Interface in io.netty.handler.codec.smtp
-
Content that is sent after the
DATArequest. - SmtpRequest - Interface in io.netty.handler.codec.smtp
-
An SMTP request.
- SmtpRequestEncoder - Class in io.netty.handler.codec.smtp
-
Encoder for SMTP requests.
- SmtpRequestEncoder() - Constructor for class io.netty.handler.codec.smtp.SmtpRequestEncoder
- SmtpRequests - Class in io.netty.handler.codec.smtp
-
Provides utility methods to create
SmtpRequests. - SmtpResponse - Interface in io.netty.handler.codec.smtp
-
A SMTP response
- SmtpResponseDecoder - Class in io.netty.handler.codec.smtp
-
Decoder for SMTP responses.
- SmtpResponseDecoder(int) - Constructor for class io.netty.handler.codec.smtp.SmtpResponseDecoder
-
Creates a new instance that enforces the given
maxLineLength. - snappy() - Static method in class io.netty.handler.codec.compression.StandardCompressionOptions
-
Create a new
SnappyOptions - Snappy - Class in io.netty.handler.codec.compression
- Snappy() - Constructor for class io.netty.handler.codec.compression.Snappy
- SNAPPY - Static variable in class io.netty.handler.codec.http.HttpHeaderValues
-
"snappy" - snappyEncoderWithJumboFrames() - Static method in class io.netty.handler.codec.compression.SnappyFrameEncoder
-
Create a new instance with a 65535 chunk size.
- SnappyFramedDecoder - Class in io.netty.handler.codec.compression
-
Deprecated.Use
SnappyFrameDecoderinstead. - SnappyFramedDecoder() - Constructor for class io.netty.handler.codec.compression.SnappyFramedDecoder
-
Deprecated.
- SnappyFrameDecoder - Class in io.netty.handler.codec.compression
-
Uncompresses a
ByteBufencoded with the Snappy framing format. - SnappyFrameDecoder() - Constructor for class io.netty.handler.codec.compression.SnappyFrameDecoder
-
Creates a new snappy-framed decoder with validation of checksums turned OFF.
- SnappyFrameDecoder(boolean) - Constructor for class io.netty.handler.codec.compression.SnappyFrameDecoder
-
Creates a new snappy-framed decoder with validation of checksums as specified.
- SnappyFramedEncoder - Class in io.netty.handler.codec.compression
-
Deprecated.Use
SnappyFrameEncoderinstead. - SnappyFramedEncoder() - Constructor for class io.netty.handler.codec.compression.SnappyFramedEncoder
-
Deprecated.
- SnappyFrameEncoder - Class in io.netty.handler.codec.compression
-
Compresses a
ByteBufusing the Snappy framing format. - SnappyFrameEncoder() - Constructor for class io.netty.handler.codec.compression.SnappyFrameEncoder
- SnappyOptions - Class in io.netty.handler.codec.compression
-
SnappyOptionsholds config for Snappy compression. - SnappyOptions() - Constructor for class io.netty.handler.codec.compression.SnappyOptions
- sndCwnd() - Method in class io.netty.channel.epoll.EpollTcpInfo
- sndCwnd() - Method in class io.netty.channel.uring.IoUringTcpInfo
- sndMss() - Method in class io.netty.channel.epoll.EpollTcpInfo
- sndMss() - Method in class io.netty.channel.uring.IoUringTcpInfo
- sndSsthresh() - Method in class io.netty.channel.epoll.EpollTcpInfo
- sndSsthresh() - Method in class io.netty.channel.uring.IoUringTcpInfo
- sndWscale() - Method in class io.netty.channel.epoll.EpollTcpInfo
- sndWscale() - Method in class io.netty.channel.uring.IoUringTcpInfo
- SniCompletionEvent - Class in io.netty.handler.ssl
-
Event that is fired once we did a selection of a
SslContextbased on theSNI hostname, which may be because it was successful or there was an error. - SniCompletionEvent(String) - Constructor for class io.netty.handler.ssl.SniCompletionEvent
- SniCompletionEvent(String, Throwable) - Constructor for class io.netty.handler.ssl.SniCompletionEvent
- SniCompletionEvent(Throwable) - Constructor for class io.netty.handler.ssl.SniCompletionEvent
- SniHandler - Class in io.netty.handler.ssl
-
Enables SNI (Server Name Indication) extension for server side SSL.
- SniHandler(AsyncMapping<? super String, ? extends SslContext>) - Constructor for class io.netty.handler.ssl.SniHandler
-
Creates a SNI detection handler with configured
SslContextmaintained byAsyncMapping - SniHandler(AsyncMapping<? super String, ? extends SslContext>, int, long) - Constructor for class io.netty.handler.ssl.SniHandler
-
Creates a SNI detection handler with configured
SslContextmaintained byAsyncMapping - SniHandler(AsyncMapping<? super String, ? extends SslContext>, long) - Constructor for class io.netty.handler.ssl.SniHandler
-
Creates a SNI detection handler with configured
SslContextmaintained byAsyncMapping - SniHandler(DomainNameMapping<? extends SslContext>) - Constructor for class io.netty.handler.ssl.SniHandler
-
Creates a SNI detection handler with configured
SslContextmaintained byDomainNameMapping - SniHandler(Mapping<? super String, ? extends SslContext>) - Constructor for class io.netty.handler.ssl.SniHandler
-
Creates a SNI detection handler with configured
SslContextmaintained byMapping - SniHandler(Mapping<? super String, ? extends SslContext>, int, long) - Constructor for class io.netty.handler.ssl.SniHandler
-
Creates a SNI detection handler with configured
SslContextmaintained byMapping - SniHandler(Mapping<? super String, ? extends SslContext>, long) - Constructor for class io.netty.handler.ssl.SniHandler
-
Creates a SNI detection handler with configured
SslContextmaintained byMapping - SO_ACCEPTFILTER - Static variable in class io.netty.channel.kqueue.KQueueChannelOption
- SO_BACKLOG - Static variable in class io.netty.channel.ChannelOption
- SO_BROADCAST - Static variable in class io.netty.channel.ChannelOption
- SO_BUSY_POLL - Static variable in class io.netty.channel.epoll.EpollChannelOption
- SO_KEEPALIVE - Static variable in class io.netty.channel.ChannelOption
- SO_LINGER - Static variable in class io.netty.channel.ChannelOption
- SO_RCVBUF - Static variable in class io.netty.channel.ChannelOption
- SO_REUSEADDR - Static variable in class io.netty.channel.ChannelOption
- SO_REUSEPORT - Static variable in class io.netty.channel.unix.UnixChannelOption
- SO_SNDBUF - Static variable in class io.netty.channel.ChannelOption
- SO_SNDLOWAT - Static variable in class io.netty.channel.kqueue.KQueueChannelOption
- SO_TIMEOUT - Static variable in class io.netty.channel.ChannelOption
- SO_TIMEOUT - Static variable in class io.netty.channel.oio.AbstractOioChannel
-
Deprecated.
- SOA - Static variable in class io.netty.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() - Method in class io.netty.channel.epoll.EpollChannelConfig
- Socket - Class in io.netty.channel.unix
-
Provides a JNI bridge to native socket operations.
- Socket(int) - Constructor for class io.netty.channel.unix.Socket
- socketAddress(String, int) - Static method in class io.netty.util.internal.SocketUtils
- socketChannel() - Method in class io.netty.handler.ssl.ocsp.IoTransport
- SocketChannel - Interface in io.netty.channel.socket
-
A TCP/IP socket
Channel. - SocketChannelConfig - Interface in io.netty.channel.socket
-
A
ChannelConfigfor aSocketChannel. - socketChannelFactory(ChannelFactory<? extends SocketChannel>) - Method in class io.netty.resolver.dns.DnsNameResolverBuilder
- socketChannelFactory(ChannelFactory<? extends SocketChannel>, boolean) - Method in class io.netty.resolver.dns.DnsNameResolverBuilder
- socketChannelType(Class<? extends SocketChannel>) - Method in class io.netty.resolver.dns.DnsNameResolverBuilder
- socketChannelType(Class<? extends SocketChannel>, boolean) - Method in class io.netty.resolver.dns.DnsNameResolverBuilder
- socketIsEmpty(int) - Method in class io.netty.channel.uring.IoUringDatagramChannel
- SocketProtocolFamily - Enum in io.netty.channel.socket
-
ProtocolFamilyimplementation that is used by the different transport implementations. - socketUDT(Channel) - Static method in class io.netty.channel.udt.nio.NioUdtProvider
-
Deprecated.Expose underlying
SocketUDTfor debugging and monitoring. - SocketUtils - Class in io.netty.util.internal
-
Provides socket operations with privileges enabled.
- SocketWritableByteChannel - Class in io.netty.channel.unix
- SocketWritableByteChannel(FileDescriptor) - Constructor for class io.netty.channel.unix.SocketWritableByteChannel
- SOCKS4a - io.netty.handler.codec.socks.SocksProtocolVersion
- SOCKS4a - io.netty.handler.codec.socksx.SocksVersion
-
SOCKS protocol version 4a (or 4)
- Socks4ClientDecoder - Class in io.netty.handler.codec.socksx.v4
-
Decodes a single
Socks4CommandResponsefrom the inboundByteBufs. - Socks4ClientDecoder() - Constructor for class io.netty.handler.codec.socksx.v4.Socks4ClientDecoder
- Socks4ClientDecoder.State - Enum in io.netty.handler.codec.socksx.v4
- Socks4ClientEncoder - Class in io.netty.handler.codec.socksx.v4
-
Encodes a
Socks4CommandRequestinto aByteBuf. - Socks4CommandRequest - Interface in io.netty.handler.codec.socksx.v4
-
A SOCKS4a
CONNECTorBINDrequest. - Socks4CommandResponse - Interface in io.netty.handler.codec.socksx.v4
-
A SOCKS4a response.
- Socks4CommandStatus - Class in io.netty.handler.codec.socksx.v4
-
The status of
Socks4CommandResponse. - Socks4CommandStatus(int) - Constructor for class io.netty.handler.codec.socksx.v4.Socks4CommandStatus
- Socks4CommandStatus(int, String) - Constructor for class io.netty.handler.codec.socksx.v4.Socks4CommandStatus
- Socks4CommandType - Class in io.netty.handler.codec.socksx.v4
-
The type of
Socks4CommandRequest. - Socks4CommandType(int) - Constructor for class io.netty.handler.codec.socksx.v4.Socks4CommandType
- Socks4CommandType(int, String) - Constructor for class io.netty.handler.codec.socksx.v4.Socks4CommandType
- Socks4Message - Interface in io.netty.handler.codec.socksx.v4
-
A tag interface that all SOCKS4a protocol messages implement.
- Socks4ProxyHandler - Class in io.netty.handler.proxy
-
Handler that establishes a blind forwarding proxy tunnel using SOCKS4 protocol.
- Socks4ProxyHandler(SocketAddress) - Constructor for class io.netty.handler.proxy.Socks4ProxyHandler
- Socks4ProxyHandler(SocketAddress, String) - Constructor for class io.netty.handler.proxy.Socks4ProxyHandler
- Socks4ServerDecoder - Class in io.netty.handler.codec.socksx.v4
-
Decodes a single
Socks4CommandRequestfrom the inboundByteBufs. - Socks4ServerDecoder() - Constructor for class io.netty.handler.codec.socksx.v4.Socks4ServerDecoder
- Socks4ServerDecoder.State - Enum in io.netty.handler.codec.socksx.v4
- Socks4ServerEncoder - Class in io.netty.handler.codec.socksx.v4
-
Encodes a
Socks4CommandResponseinto aByteBuf. - SOCKS5 - io.netty.handler.codec.socks.SocksProtocolVersion
- SOCKS5 - io.netty.handler.codec.socksx.SocksVersion
-
SOCKS protocol version 5
- Socks5AddressDecoder - Interface in io.netty.handler.codec.socksx.v5
-
Decodes a SOCKS5 address field into its string representation.
- Socks5AddressEncoder - Interface in io.netty.handler.codec.socksx.v5
-
Encodes a SOCKS5 address into binary representation.
- Socks5AddressType - Class in io.netty.handler.codec.socksx.v5
-
The type of address in
Socks5CommandRequestandSocks5CommandResponse. - Socks5AddressType(int) - Constructor for class io.netty.handler.codec.socksx.v5.Socks5AddressType
- Socks5AddressType(int, String) - Constructor for class io.netty.handler.codec.socksx.v5.Socks5AddressType
- Socks5AuthMethod - Class in io.netty.handler.codec.socksx.v5
-
The authentication method of SOCKS5.
- Socks5AuthMethod(int) - Constructor for class io.netty.handler.codec.socksx.v5.Socks5AuthMethod
- Socks5AuthMethod(int, String) - Constructor for class io.netty.handler.codec.socksx.v5.Socks5AuthMethod
- Socks5ClientEncoder - Class in io.netty.handler.codec.socksx.v5
-
Encodes a client-side
Socks5Messageinto aByteBuf. - Socks5ClientEncoder() - Constructor for class io.netty.handler.codec.socksx.v5.Socks5ClientEncoder
-
Creates a new instance with the default
Socks5AddressEncoder. - Socks5ClientEncoder(Socks5AddressEncoder) - Constructor for class io.netty.handler.codec.socksx.v5.Socks5ClientEncoder
-
Creates a new instance with the specified
Socks5AddressEncoder. - Socks5CommandRequest - Interface in io.netty.handler.codec.socksx.v5
-
A SOCKS5 request detail message, as defined in the section 4, RFC1928.
- Socks5CommandRequestDecoder - Class in io.netty.handler.codec.socksx.v5
-
Decodes a single
Socks5CommandRequestfrom the inboundByteBufs. - Socks5CommandRequestDecoder() - Constructor for class io.netty.handler.codec.socksx.v5.Socks5CommandRequestDecoder
- Socks5CommandRequestDecoder(Socks5AddressDecoder) - Constructor for class io.netty.handler.codec.socksx.v5.Socks5CommandRequestDecoder
- Socks5CommandRequestDecoder.State - Enum in io.netty.handler.codec.socksx.v5
- Socks5CommandResponse - Interface in io.netty.handler.codec.socksx.v5
-
A response to a SOCKS5 request detail message, as defined in the section 6, RFC1928.
- Socks5CommandResponseDecoder - Class in io.netty.handler.codec.socksx.v5
-
Decodes a single
Socks5CommandResponsefrom the inboundByteBufs. - Socks5CommandResponseDecoder() - Constructor for class io.netty.handler.codec.socksx.v5.Socks5CommandResponseDecoder
- Socks5CommandResponseDecoder(Socks5AddressDecoder) - Constructor for class io.netty.handler.codec.socksx.v5.Socks5CommandResponseDecoder
- Socks5CommandResponseDecoder.State - Enum in io.netty.handler.codec.socksx.v5
- Socks5CommandStatus - Class in io.netty.handler.codec.socksx.v5
-
The status of
Socks5CommandResponse. - Socks5CommandStatus(int) - Constructor for class io.netty.handler.codec.socksx.v5.Socks5CommandStatus
- Socks5CommandStatus(int, String) - Constructor for class io.netty.handler.codec.socksx.v5.Socks5CommandStatus
- Socks5CommandType - Class in io.netty.handler.codec.socksx.v5
-
The type of
Socks5CommandRequest. - Socks5CommandType(int) - Constructor for class io.netty.handler.codec.socksx.v5.Socks5CommandType
- Socks5CommandType(int, String) - Constructor for class io.netty.handler.codec.socksx.v5.Socks5CommandType
- Socks5InitialRequest - Interface in io.netty.handler.codec.socksx.v5
-
An initial SOCKS5 authentication method selection request, as defined in the section 3, RFC1928.
- Socks5InitialRequestDecoder - Class in io.netty.handler.codec.socksx.v5
-
Decodes a single
Socks5InitialRequestfrom the inboundByteBufs. - Socks5InitialRequestDecoder() - Constructor for class io.netty.handler.codec.socksx.v5.Socks5InitialRequestDecoder
- Socks5InitialRequestDecoder.State - Enum in io.netty.handler.codec.socksx.v5
- Socks5InitialResponse - Interface in io.netty.handler.codec.socksx.v5
-
An initial SOCKS5 authentication method selection request, as defined in the section 3, RFC1928.
- Socks5InitialResponseDecoder - Class in io.netty.handler.codec.socksx.v5
-
Decodes a single
Socks5InitialResponsefrom the inboundByteBufs. - Socks5InitialResponseDecoder() - Constructor for class io.netty.handler.codec.socksx.v5.Socks5InitialResponseDecoder
- Socks5InitialResponseDecoder.State - Enum in io.netty.handler.codec.socksx.v5
- Socks5Message - Interface in io.netty.handler.codec.socksx.v5
-
A tag interface that all SOCKS5 protocol messages implement.
- Socks5PasswordAuthRequest - Interface in io.netty.handler.codec.socksx.v5
-
A SOCKS5 subnegotiation request for username-password authentication, as defined in the section 2, RFC1929.
- Socks5PasswordAuthRequestDecoder - Class in io.netty.handler.codec.socksx.v5
-
Decodes a single
Socks5PasswordAuthRequestfrom the inboundByteBufs. - Socks5PasswordAuthRequestDecoder() - Constructor for class io.netty.handler.codec.socksx.v5.Socks5PasswordAuthRequestDecoder
- Socks5PasswordAuthRequestDecoder.State - Enum in io.netty.handler.codec.socksx.v5
- Socks5PasswordAuthResponse - Interface in io.netty.handler.codec.socksx.v5
-
A SOCKS5 subnegotiation response for username-password authentication, as defined in the section 2, RFC1929.
- Socks5PasswordAuthResponseDecoder - Class in io.netty.handler.codec.socksx.v5
-
Decodes a single
Socks5PasswordAuthResponsefrom the inboundByteBufs. - Socks5PasswordAuthResponseDecoder() - Constructor for class io.netty.handler.codec.socksx.v5.Socks5PasswordAuthResponseDecoder
- Socks5PasswordAuthResponseDecoder.State - Enum in io.netty.handler.codec.socksx.v5
- Socks5PasswordAuthStatus - Class in io.netty.handler.codec.socksx.v5
-
The status of
Socks5PasswordAuthResponse. - Socks5PasswordAuthStatus(int) - Constructor for class io.netty.handler.codec.socksx.v5.Socks5PasswordAuthStatus
- Socks5PasswordAuthStatus(int, String) - Constructor for class io.netty.handler.codec.socksx.v5.Socks5PasswordAuthStatus
- Socks5PrivateAuthRequest - Interface in io.netty.handler.codec.socksx.v5
-
A SOCKS5 subnegotiation request for private authentication.
- Socks5PrivateAuthRequestDecoder - Class in io.netty.handler.codec.socksx.v5
-
Decodes a single
Socks5PrivateAuthRequestfrom the inboundByteBufs. - Socks5PrivateAuthRequestDecoder() - Constructor for class io.netty.handler.codec.socksx.v5.Socks5PrivateAuthRequestDecoder
- Socks5PrivateAuthResponse - Interface in io.netty.handler.codec.socksx.v5
-
A SOCKS5 subnegotiation response for private authentication.
- Socks5PrivateAuthResponseDecoder - Class in io.netty.handler.codec.socksx.v5
-
Decodes a single
Socks5PrivateAuthResponsefrom the inboundByteBufs. - Socks5PrivateAuthResponseDecoder() - Constructor for class io.netty.handler.codec.socksx.v5.Socks5PrivateAuthResponseDecoder
- Socks5PrivateAuthStatus - Class in io.netty.handler.codec.socksx.v5
-
The status of a SOCKS5 private authentication response.
- Socks5PrivateAuthStatus(int, String) - Constructor for class io.netty.handler.codec.socksx.v5.Socks5PrivateAuthStatus
-
Creates a new SOCKS5 private authentication status.
- Socks5ProxyHandler - Class in io.netty.handler.proxy
-
Handler that establishes a blind forwarding proxy tunnel using SOCKS Protocol Version 5.
- Socks5ProxyHandler(SocketAddress) - Constructor for class io.netty.handler.proxy.Socks5ProxyHandler
- Socks5ProxyHandler(SocketAddress, byte, byte[], Socks5ClientEncoder) - Constructor for class io.netty.handler.proxy.Socks5ProxyHandler
-
Creates a new SOCKS5 proxy handler with a custom private authentication method.
- Socks5ProxyHandler(SocketAddress, String, String) - Constructor for class io.netty.handler.proxy.Socks5ProxyHandler
- Socks5ServerEncoder - Class in io.netty.handler.codec.socksx.v5
-
Encodes a server-side
Socks5Messageinto aByteBuf. - Socks5ServerEncoder() - Constructor for class io.netty.handler.codec.socksx.v5.Socks5ServerEncoder
-
Creates a new instance with the default
Socks5AddressEncoder. - Socks5ServerEncoder(Socks5AddressEncoder) - Constructor for class io.netty.handler.codec.socksx.v5.Socks5ServerEncoder
-
Creates a new instance with the specified
Socks5AddressEncoder. - SocksAddressType - Enum in io.netty.handler.codec.socks
- SocksAuthRequest - Class in io.netty.handler.codec.socks
-
An socks auth request.
- SocksAuthRequest(String, String) - Constructor for class io.netty.handler.codec.socks.SocksAuthRequest
- SocksAuthRequestDecoder - Class in io.netty.handler.codec.socks
-
Decodes
ByteBufs intoSocksAuthRequest. - SocksAuthRequestDecoder() - Constructor for class io.netty.handler.codec.socks.SocksAuthRequestDecoder
- SocksAuthRequestDecoder.State - Enum in io.netty.handler.codec.socks
- SocksAuthResponse - Class in io.netty.handler.codec.socks
-
An socks auth response.
- SocksAuthResponse(SocksAuthStatus) - Constructor for class io.netty.handler.codec.socks.SocksAuthResponse
- SocksAuthResponseDecoder - Class in io.netty.handler.codec.socks
-
Decodes
ByteBufs intoSocksAuthResponse. - SocksAuthResponseDecoder() - Constructor for class io.netty.handler.codec.socks.SocksAuthResponseDecoder
- SocksAuthResponseDecoder.State - Enum in io.netty.handler.codec.socks
- SocksAuthScheme - Enum in io.netty.handler.codec.socks
- SocksAuthStatus - Enum in io.netty.handler.codec.socks
- SocksCmdRequest - Class in io.netty.handler.codec.socks
-
An socks cmd request.
- SocksCmdRequest(SocksCmdType, SocksAddressType, String, int) - Constructor for class io.netty.handler.codec.socks.SocksCmdRequest
- SocksCmdRequestDecoder - Class in io.netty.handler.codec.socks
-
Decodes
ByteBufs intoSocksCmdRequest. - SocksCmdRequestDecoder() - Constructor for class io.netty.handler.codec.socks.SocksCmdRequestDecoder
- SocksCmdRequestDecoder.State - Enum in io.netty.handler.codec.socks
- SocksCmdResponse - Class in io.netty.handler.codec.socks
-
A socks cmd response.
- SocksCmdResponse(SocksCmdStatus, SocksAddressType) - Constructor for class io.netty.handler.codec.socks.SocksCmdResponse
- SocksCmdResponse(SocksCmdStatus, SocksAddressType, String, int) - Constructor for class io.netty.handler.codec.socks.SocksCmdResponse
-
Constructs new response and includes provided host and port as part of it.
- SocksCmdResponseDecoder - Class in io.netty.handler.codec.socks
-
Decodes
ByteBufs intoSocksCmdResponse. - SocksCmdResponseDecoder() - Constructor for class io.netty.handler.codec.socks.SocksCmdResponseDecoder
- SocksCmdResponseDecoder.State - Enum in io.netty.handler.codec.socks
- SocksCmdStatus - Enum in io.netty.handler.codec.socks
- SocksCmdType - Enum in io.netty.handler.codec.socks
- SocksInitRequest - Class in io.netty.handler.codec.socks
-
An socks init request.
- SocksInitRequest(List<SocksAuthScheme>) - Constructor for class io.netty.handler.codec.socks.SocksInitRequest
- SocksInitRequestDecoder - Class in io.netty.handler.codec.socks
-
Decodes
ByteBufs intoSocksInitRequest. - SocksInitRequestDecoder() - Constructor for class io.netty.handler.codec.socks.SocksInitRequestDecoder
- SocksInitRequestDecoder.State - Enum in io.netty.handler.codec.socks
- SocksInitResponse - Class in io.netty.handler.codec.socks
-
An socks init response.
- SocksInitResponse(SocksAuthScheme) - Constructor for class io.netty.handler.codec.socks.SocksInitResponse
- SocksInitResponseDecoder - Class in io.netty.handler.codec.socks
-
Decodes
ByteBufs intoSocksInitResponse. - SocksInitResponseDecoder() - Constructor for class io.netty.handler.codec.socks.SocksInitResponseDecoder
- SocksInitResponseDecoder.State - Enum in io.netty.handler.codec.socks
- SocksMessage - Class in io.netty.handler.codec.socks
-
An abstract class that defines a SocksMessage, providing common properties for
SocksRequestandSocksResponse. - SocksMessage - Interface in io.netty.handler.codec.socksx
-
An interface that all SOCKS protocol messages implement.
- SocksMessage(SocksMessageType) - Constructor for class io.netty.handler.codec.socks.SocksMessage
- SocksMessageEncoder - Class in io.netty.handler.codec.socks
-
Encodes an
SocksMessageinto aByteBuf. - SocksMessageEncoder() - Constructor for class io.netty.handler.codec.socks.SocksMessageEncoder
- SocksMessageType - Enum in io.netty.handler.codec.socks
- SocksPortUnificationServerHandler - Class in io.netty.handler.codec.socksx
-
Detects the version of the current SOCKS connection and initializes the pipeline with
Socks4ServerDecoderorSocks5InitialRequestDecoder. - SocksPortUnificationServerHandler() - Constructor for class io.netty.handler.codec.socksx.SocksPortUnificationServerHandler
-
Creates a new instance with the default configuration.
- SocksPortUnificationServerHandler(Socks5ServerEncoder) - Constructor for class io.netty.handler.codec.socksx.SocksPortUnificationServerHandler
-
Creates a new instance with the specified
Socks5ServerEncoder. - SocksProtocolVersion - Enum in io.netty.handler.codec.socks
- SocksRequest - Class in io.netty.handler.codec.socks
-
An abstract class that defines a SocksRequest, providing common properties for
SocksInitRequest,SocksAuthRequest,SocksCmdRequestandUnknownSocksRequest. - SocksRequest(SocksRequestType) - Constructor for class io.netty.handler.codec.socks.SocksRequest
- SocksRequestType - Enum in io.netty.handler.codec.socks
-
Type of socks request
- SocksResponse - Class in io.netty.handler.codec.socks
-
An abstract class that defines a SocksResponse, providing common properties for
SocksInitResponse,SocksAuthResponse,SocksCmdResponseandUnknownSocksResponse. - SocksResponse(SocksResponseType) - Constructor for class io.netty.handler.codec.socks.SocksResponse
- SocksResponseType - Enum in io.netty.handler.codec.socks
-
Type of socks response
- SocksSubnegotiationVersion - Enum in io.netty.handler.codec.socks
- SocksVersion - Enum in io.netty.handler.codec.socksx
-
The version of SOCKS protocol.
- softCachingConcurrentResolver(ClassLoader) - Static method in class io.netty.handler.codec.serialization.ClassResolvers
-
Deprecated.aggressive concurrent cache good for shared cache, when we're not worried about class unloading
- softCachingResolver(ClassLoader) - Static method in class io.netty.handler.codec.serialization.ClassResolvers
-
Deprecated.aggressive non-concurrent cache good for non-shared cache, when we're not worried about class unloading
- SOMAXCONN - Static variable in class io.netty.util.NetUtil
-
The SOMAXCONN value of the current machine.
- sourceAddress() - Method in class io.netty.handler.codec.haproxy.HAProxyMessage
-
Returns the human-readable source address of this
HAProxyMessageornullif HAProxy performs health check withsend-proxy-v2. - sourcePort() - Method in class io.netty.handler.codec.haproxy.HAProxyMessage
-
Returns the UDP/TCP source port of this
HAProxyMessage. - sourcePrefixLength() - Method in class io.netty.handler.codec.dns.DefaultDnsOptEcsRecord
- sourcePrefixLength() - Method in interface io.netty.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.netty.handler.codec.http.HttpConstants
-
Horizontal space
- SP_CHAR - Static variable in class io.netty.handler.codec.http.HttpConstants
-
Horizontal space
- SPACE - io.netty.channel.rxtx.RxtxChannelConfig.Paritybit
-
Deprecated.A space parity bit (ie. always 0) will be sent with each data character
- SPACE - Static variable in class io.netty.util.internal.StringUtil
- SPDY_1 - Static variable in class io.netty.handler.ssl.ApplicationProtocolNames
-
"spdy/1": SPDY version 1 - SPDY_2 - Static variable in class io.netty.handler.ssl.ApplicationProtocolNames
-
"spdy/2": SPDY version 2 - SPDY_3 - Static variable in class io.netty.handler.ssl.ApplicationProtocolNames
-
"spdy/3": SPDY version 3 - SPDY_3_1 - io.netty.handler.codec.spdy.SpdyVersion
- SPDY_3_1 - Static variable in class io.netty.handler.ssl.ApplicationProtocolNames
-
"spdy/3.1": SPDY version 3.1 - SpdyDataFrame - Interface in io.netty.handler.codec.spdy
-
A SPDY Protocol DATA Frame
- SpdyFrame - Interface in io.netty.handler.codec.spdy
-
A SPDY Protocol Frame
- SpdyFrameCodec - Class in io.netty.handler.codec.spdy
-
A
ChannelHandlerthat encodes and decodes SPDY Frames. - SpdyFrameCodec(SpdyVersion) - Constructor for class io.netty.handler.codec.spdy.SpdyFrameCodec
-
Creates a new instance with the specified
version,validateHeaders (true), and the default decoder and encoder options (maxChunkSize (8192),maxHeaderSize (16384),compressionLevel (6),windowBits (15), andmemLevel (8)). - SpdyFrameCodec(SpdyVersion, boolean) - Constructor for class io.netty.handler.codec.spdy.SpdyFrameCodec
-
Creates a new instance with the specified
version,validateHeaders, and the default decoder and encoder options (maxChunkSize (8192),maxHeaderSize (16384),compressionLevel (6),windowBits (15), andmemLevel (8)). - SpdyFrameCodec(SpdyVersion, int, int, int, int, int) - Constructor for class io.netty.handler.codec.spdy.SpdyFrameCodec
-
Creates a new instance with the specified
version,validateHeaders (true), decoder and encoder options. - SpdyFrameCodec(SpdyVersion, int, int, int, int, int, boolean) - Constructor for class io.netty.handler.codec.spdy.SpdyFrameCodec
-
Creates a new instance with the specified
version,validateHeaders, decoder and encoder options. - SpdyFrameCodec(SpdyVersion, int, int, int, int, int, boolean, boolean) - Constructor for class io.netty.handler.codec.spdy.SpdyFrameCodec
-
Creates a new instance with the specified
version,validateHeaders, decoder and encoder options. - SpdyFrameCodec(SpdyVersion, int, SpdyHeaderBlockDecoder, SpdyHeaderBlockEncoder, boolean) - Constructor for class io.netty.handler.codec.spdy.SpdyFrameCodec
- SpdyFrameCodec(SpdyVersion, int, SpdyHeaderBlockDecoder, SpdyHeaderBlockEncoder, boolean, boolean) - Constructor for class io.netty.handler.codec.spdy.SpdyFrameCodec
- spdyFrameDecoder - Variable in class io.netty.handler.codec.spdy.SpdyFrameCodec
- SpdyFrameDecoder - Class in io.netty.handler.codec.spdy
-
Decodes
ByteBufs into SPDY Frames. - SpdyFrameDecoder(SpdyVersion, SpdyFrameDecoderDelegate) - Constructor for class io.netty.handler.codec.spdy.SpdyFrameDecoder
-
Creates a new instance with the specified
versionand the defaultmaxChunkSize (8192). - SpdyFrameDecoder(SpdyVersion, SpdyFrameDecoderDelegate, int) - Constructor for class io.netty.handler.codec.spdy.SpdyFrameDecoder
-
Creates a new instance with the specified parameters.
- SpdyFrameDecoderDelegate - Interface in io.netty.handler.codec.spdy
-
Callback interface for
SpdyFrameDecoder. - spdyFrameEncoder - Variable in class io.netty.handler.codec.spdy.SpdyFrameCodec
- SpdyFrameEncoder - Class in io.netty.handler.codec.spdy
-
Encodes a SPDY Frame into a
ByteBuf. - SpdyFrameEncoder(SpdyVersion) - Constructor for class io.netty.handler.codec.spdy.SpdyFrameEncoder
-
Creates a new instance with the specified
spdyVersion. - SpdyGoAwayFrame - Interface in io.netty.handler.codec.spdy
-
A SPDY Protocol GOAWAY Frame
- SpdyHeaderBlockDecoder - Class in io.netty.handler.codec.spdy
-
Super-class for SPDY header-block decoders.
- SpdyHeaderBlockDecoder() - Constructor for class io.netty.handler.codec.spdy.SpdyHeaderBlockDecoder
- SpdyHeaderBlockEncoder - Class in io.netty.handler.codec.spdy
-
Super-class for SPDY header-block encoders.
- SpdyHeaderBlockEncoder() - Constructor for class io.netty.handler.codec.spdy.SpdyHeaderBlockEncoder
- SpdyHeaderBlockRawDecoder - Class in io.netty.handler.codec.spdy
- SpdyHeaderBlockRawDecoder(SpdyVersion, int) - Constructor for class io.netty.handler.codec.spdy.SpdyHeaderBlockRawDecoder
- SpdyHeaderBlockRawEncoder - Class in io.netty.handler.codec.spdy
- SpdyHeaderBlockRawEncoder(SpdyVersion) - Constructor for class io.netty.handler.codec.spdy.SpdyHeaderBlockRawEncoder
- SpdyHeaders - Interface in io.netty.handler.codec.spdy
-
Provides the constants for the standard SPDY HTTP header names and commonly used utility methods that access a
SpdyHeadersFrame. - SpdyHeaders.HttpNames - Class in io.netty.handler.codec.spdy
-
SPDY HTTP header names
- SpdyHeadersFrame - Interface in io.netty.handler.codec.spdy
-
A SPDY Protocol HEADERS Frame
- SpdyHttpCodec - Class in io.netty.handler.codec.spdy
-
A combination of
SpdyHttpDecoderandSpdyHttpEncoder - SpdyHttpCodec(SpdyVersion, int) - Constructor for class io.netty.handler.codec.spdy.SpdyHttpCodec
-
Creates a new instance with the specified decoder options.
- SpdyHttpCodec(SpdyVersion, int, boolean) - Constructor for class io.netty.handler.codec.spdy.SpdyHttpCodec
-
Deprecated.
- SpdyHttpCodec(SpdyVersion, int, HttpHeadersFactory, HttpHeadersFactory) - Constructor for class io.netty.handler.codec.spdy.SpdyHttpCodec
-
Creates a new instance with the specified decoder options.
- SpdyHttpDecoder - Class in io.netty.handler.codec.spdy
-
Decodes
SpdySynStreamFrames,SpdySynReplyFrames, andSpdyDataFrames intoFullHttpRequests andFullHttpResponses. - SpdyHttpDecoder(SpdyVersion, int) - Constructor for class io.netty.handler.codec.spdy.SpdyHttpDecoder
-
Creates a new instance.
- SpdyHttpDecoder(SpdyVersion, int, boolean) - Constructor for class io.netty.handler.codec.spdy.SpdyHttpDecoder
-
Deprecated.Use the
SpdyHttpDecoder(SpdyVersion, int, Map, HttpHeadersFactory, HttpHeadersFactory)constructor instead. - SpdyHttpDecoder(SpdyVersion, int, Map<Integer, FullHttpMessage>) - Constructor for class io.netty.handler.codec.spdy.SpdyHttpDecoder
-
Creates a new instance with the specified parameters.
- SpdyHttpDecoder(SpdyVersion, int, Map<Integer, FullHttpMessage>, boolean) - Constructor for class io.netty.handler.codec.spdy.SpdyHttpDecoder
-
Deprecated.Use the
SpdyHttpDecoder(SpdyVersion, int, Map, HttpHeadersFactory, HttpHeadersFactory)constructor instead. - SpdyHttpDecoder(SpdyVersion, int, Map<Integer, FullHttpMessage>, HttpHeadersFactory, HttpHeadersFactory) - Constructor for class io.netty.handler.codec.spdy.SpdyHttpDecoder
-
Creates a new instance with the specified parameters.
- SpdyHttpEncoder - Class in io.netty.handler.codec.spdy
-
Encodes
HttpRequests,HttpResponses, andHttpContents intoSpdySynStreamFrames andSpdySynReplyFrames. - SpdyHttpEncoder(SpdyVersion) - Constructor for class io.netty.handler.codec.spdy.SpdyHttpEncoder
-
Creates a new instance.
- SpdyHttpEncoder(SpdyVersion, boolean, boolean) - Constructor for class io.netty.handler.codec.spdy.SpdyHttpEncoder
-
Creates a new instance.
- SpdyHttpHeaders - Class in io.netty.handler.codec.spdy
-
Provides the constants for the header names and the utility methods used by the
SpdyHttpDecoderandSpdyHttpEncoder. - SpdyHttpHeaders.Names - Class in io.netty.handler.codec.spdy
-
SPDY HTTP header names
- SpdyHttpResponseStreamIdHandler - Class in io.netty.handler.codec.spdy
-
MessageToMessageCodecthat takes care of adding the rightSpdyHttpHeaders.Names.STREAM_IDto theHttpMessageif one is not present. - SpdyHttpResponseStreamIdHandler() - Constructor for class io.netty.handler.codec.spdy.SpdyHttpResponseStreamIdHandler
- SpdyPingFrame - Interface in io.netty.handler.codec.spdy
-
A SPDY Protocol PING Frame
- SpdyProtocolException - Exception in io.netty.handler.codec.spdy
- SpdyProtocolException() - Constructor for exception io.netty.handler.codec.spdy.SpdyProtocolException
-
Creates a new instance.
- SpdyProtocolException(String) - Constructor for exception io.netty.handler.codec.spdy.SpdyProtocolException
-
Creates a new instance.
- SpdyProtocolException(String, Throwable) - Constructor for exception io.netty.handler.codec.spdy.SpdyProtocolException
-
Creates a new instance.
- SpdyProtocolException(Throwable) - Constructor for exception io.netty.handler.codec.spdy.SpdyProtocolException
-
Creates a new instance.
- SpdyRstStreamFrame - Interface in io.netty.handler.codec.spdy
-
A SPDY Protocol RST_STREAM Frame
- SpdySessionHandler - Class in io.netty.handler.codec.spdy
-
Manages streams within a SPDY session.
- SpdySessionHandler(SpdyVersion, boolean) - Constructor for class io.netty.handler.codec.spdy.SpdySessionHandler
-
Creates a new session handler.
- SpdySessionStatus - Class in io.netty.handler.codec.spdy
-
The SPDY session status code and its description.
- SpdySessionStatus(int, String) - Constructor for class io.netty.handler.codec.spdy.SpdySessionStatus
-
Creates a new instance with the specified
codeand itsstatusPhrase. - SpdySettingsFrame - Interface in io.netty.handler.codec.spdy
-
A SPDY Protocol SETTINGS Frame
- SpdyStreamFrame - Interface in io.netty.handler.codec.spdy
-
A SPDY Protocol Frame that is associated with an individual SPDY Stream
- SpdyStreamStatus - Class in io.netty.handler.codec.spdy
-
The SPDY stream status code and its description.
- SpdyStreamStatus(int, String) - Constructor for class io.netty.handler.codec.spdy.SpdyStreamStatus
-
Creates a new instance with the specified
codeand itsstatusPhrase. - SpdySynReplyFrame - Interface in io.netty.handler.codec.spdy
-
A SPDY Protocol SYN_REPLY Frame
- SpdySynStreamFrame - Interface in io.netty.handler.codec.spdy
-
A SPDY Protocol SYN_STREAM Frame
- SpdyUnknownFrame - Interface in io.netty.handler.codec.spdy
-
A SPDY Control frame.
- spdyVersion - Variable in class io.netty.handler.codec.spdy.SpdyFrameDecoder
- SpdyVersion - Enum in io.netty.handler.codec.spdy
- SpdyWindowUpdateFrame - Interface in io.netty.handler.codec.spdy
-
A SPDY Protocol WINDOW_UPDATE Frame
- SPEED - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderNames
-
"speed" - SPEED - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Names
-
Deprecated.
"Speed" - SPF - Static variable in class io.netty.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.
- splice(int, long, int, long, long) - Static method in class io.netty.channel.epoll.Native
- spliceIn(FileDescriptor, RecvByteBufAllocator.Handle) - Method in class io.netty.channel.epoll.AbstractEpollStreamChannel.SpliceInTask
- SpliceInTask(int, ChannelPromise) - Constructor for class io.netty.channel.epoll.AbstractEpollStreamChannel.SpliceInTask
- spliceTo(AbstractEpollStreamChannel, int) - Method in class io.netty.channel.epoll.AbstractEpollStreamChannel
-
Splice from this
AbstractEpollStreamChannelto anotherAbstractEpollStreamChannel. - spliceTo(AbstractEpollStreamChannel, int, ChannelPromise) - Method in class io.netty.channel.epoll.AbstractEpollStreamChannel
-
Splice from this
AbstractEpollStreamChannelto anotherAbstractEpollStreamChannel. - spliceTo(FileDescriptor, int, int) - Method in class io.netty.channel.epoll.AbstractEpollStreamChannel
-
Splice from this
AbstractEpollStreamChannelto anotherFileDescriptor. - spliceTo(FileDescriptor, int, int, ChannelPromise) - Method in class io.netty.channel.epoll.AbstractEpollStreamChannel
-
Splice from this
AbstractEpollStreamChannelto anotherFileDescriptor. - split(char) - Method in class io.netty.util.AsciiString
-
Splits the specified
Stringwith the specified delimiter.. - split(String, int) - Method in class io.netty.util.AsciiString
-
Splits this string using the supplied regular expression
expr. - splitFirstWordInitialLine(byte[], int, int) - Method in class io.netty.handler.codec.http.HttpObjectDecoder
- splitFirstWordInitialLine(byte[], int, int) - Method in class io.netty.handler.codec.http.HttpRequestDecoder
- splitHeaderName(byte[], int, int) - Method in class io.netty.handler.codec.http.HttpObjectDecoder
- splitHeaderName(byte[], int, int) - Method in class io.netty.handler.codec.http.HttpRequestDecoder
- splitSecondWordInitialLine(byte[], int, int) - Method in class io.netty.handler.codec.http.HttpObjectDecoder
- splitThirdWordInitialLine(byte[], int, int) - Method in class io.netty.handler.codec.http.HttpObjectDecoder
- splitThirdWordInitialLine(byte[], int, int) - Method in class io.netty.handler.codec.http.HttpRequestDecoder
- SRV - Static variable in class io.netty.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.netty.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.netty.channel.unix.Limits
- SSL_SIGN_ECDSA_SECP256R1_SHA256 - Static variable in interface io.netty.handler.codec.quic.BoringSSLAsyncPrivateKeyMethod
- SSL_SIGN_ECDSA_SECP256R1_SHA256 - Static variable in interface io.netty.handler.ssl.OpenSslAsyncPrivateKeyMethod
- SSL_SIGN_ECDSA_SECP256R1_SHA256 - Static variable in interface io.netty.handler.ssl.OpenSslPrivateKeyMethod
- SSL_SIGN_ECDSA_SECP384R1_SHA384 - Static variable in interface io.netty.handler.codec.quic.BoringSSLAsyncPrivateKeyMethod
- SSL_SIGN_ECDSA_SECP384R1_SHA384 - Static variable in interface io.netty.handler.ssl.OpenSslAsyncPrivateKeyMethod
- SSL_SIGN_ECDSA_SECP384R1_SHA384 - Static variable in interface io.netty.handler.ssl.OpenSslPrivateKeyMethod
- SSL_SIGN_ECDSA_SECP521R1_SHA512 - Static variable in interface io.netty.handler.codec.quic.BoringSSLAsyncPrivateKeyMethod
- SSL_SIGN_ECDSA_SECP521R1_SHA512 - Static variable in interface io.netty.handler.ssl.OpenSslAsyncPrivateKeyMethod
- SSL_SIGN_ECDSA_SECP521R1_SHA512 - Static variable in interface io.netty.handler.ssl.OpenSslPrivateKeyMethod
- SSL_SIGN_ECDSA_SHA1 - Static variable in interface io.netty.handler.codec.quic.BoringSSLAsyncPrivateKeyMethod
- SSL_SIGN_ECDSA_SHA1 - Static variable in interface io.netty.handler.ssl.OpenSslAsyncPrivateKeyMethod
- SSL_SIGN_ECDSA_SHA1 - Static variable in interface io.netty.handler.ssl.OpenSslPrivateKeyMethod
- SSL_SIGN_ED25519 - Static variable in interface io.netty.handler.codec.quic.BoringSSLAsyncPrivateKeyMethod
- SSL_SIGN_ED25519 - Static variable in interface io.netty.handler.ssl.OpenSslAsyncPrivateKeyMethod
- SSL_SIGN_ED25519 - Static variable in interface io.netty.handler.ssl.OpenSslPrivateKeyMethod
- SSL_SIGN_RSA_PKCS1_MD5_SHA1 - Static variable in interface io.netty.handler.codec.quic.BoringSSLAsyncPrivateKeyMethod
- SSL_SIGN_RSA_PKCS1_MD5_SHA1 - Static variable in interface io.netty.handler.ssl.OpenSslAsyncPrivateKeyMethod
- SSL_SIGN_RSA_PKCS1_MD5_SHA1 - Static variable in interface io.netty.handler.ssl.OpenSslPrivateKeyMethod
- SSL_SIGN_RSA_PKCS1_SHA1 - Static variable in interface io.netty.handler.codec.quic.BoringSSLAsyncPrivateKeyMethod
- SSL_SIGN_RSA_PKCS1_SHA1 - Static variable in interface io.netty.handler.ssl.OpenSslAsyncPrivateKeyMethod
- SSL_SIGN_RSA_PKCS1_SHA1 - Static variable in interface io.netty.handler.ssl.OpenSslPrivateKeyMethod
- SSL_SIGN_RSA_PKCS1_SHA256 - Static variable in interface io.netty.handler.codec.quic.BoringSSLAsyncPrivateKeyMethod
- SSL_SIGN_RSA_PKCS1_SHA256 - Static variable in interface io.netty.handler.ssl.OpenSslAsyncPrivateKeyMethod
- SSL_SIGN_RSA_PKCS1_SHA256 - Static variable in interface io.netty.handler.ssl.OpenSslPrivateKeyMethod
- SSL_SIGN_RSA_PKCS1_SHA384 - Static variable in interface io.netty.handler.codec.quic.BoringSSLAsyncPrivateKeyMethod
- SSL_SIGN_RSA_PKCS1_SHA384 - Static variable in interface io.netty.handler.ssl.OpenSslAsyncPrivateKeyMethod
- SSL_SIGN_RSA_PKCS1_SHA384 - Static variable in interface io.netty.handler.ssl.OpenSslPrivateKeyMethod
- SSL_SIGN_RSA_PKCS1_SHA512 - Static variable in interface io.netty.handler.codec.quic.BoringSSLAsyncPrivateKeyMethod
- SSL_SIGN_RSA_PKCS1_SHA512 - Static variable in interface io.netty.handler.ssl.OpenSslAsyncPrivateKeyMethod
- SSL_SIGN_RSA_PKCS1_SHA512 - Static variable in interface io.netty.handler.ssl.OpenSslPrivateKeyMethod
- SSL_SIGN_RSA_PSS_RSAE_SHA256 - Static variable in interface io.netty.handler.codec.quic.BoringSSLAsyncPrivateKeyMethod
- SSL_SIGN_RSA_PSS_RSAE_SHA256 - Static variable in interface io.netty.handler.ssl.OpenSslAsyncPrivateKeyMethod
- SSL_SIGN_RSA_PSS_RSAE_SHA256 - Static variable in interface io.netty.handler.ssl.OpenSslPrivateKeyMethod
- SSL_SIGN_RSA_PSS_RSAE_SHA384 - Static variable in interface io.netty.handler.codec.quic.BoringSSLAsyncPrivateKeyMethod
- SSL_SIGN_RSA_PSS_RSAE_SHA384 - Static variable in interface io.netty.handler.ssl.OpenSslAsyncPrivateKeyMethod
- SSL_SIGN_RSA_PSS_RSAE_SHA384 - Static variable in interface io.netty.handler.ssl.OpenSslPrivateKeyMethod
- SSL_SIGN_RSA_PSS_RSAE_SHA512 - Static variable in interface io.netty.handler.codec.quic.BoringSSLAsyncPrivateKeyMethod
- SSL_SIGN_RSA_PSS_RSAE_SHA512 - Static variable in interface io.netty.handler.ssl.OpenSslAsyncPrivateKeyMethod
- SSL_SIGN_RSA_PSS_RSAE_SHA512 - Static variable in interface io.netty.handler.ssl.OpenSslPrivateKeyMethod
- SSL_v2 - Static variable in class io.netty.handler.ssl.SslProtocols
-
Deprecated.SSLv2 is no longer secure. Consider using
SslProtocols.TLS_v1_2orSslProtocols.TLS_v1_3 - SSL_v2_HELLO - Static variable in class io.netty.handler.ssl.SslProtocols
-
Deprecated.SSLv2Hello is no longer secure. Consider using
SslProtocols.TLS_v1_2orSslProtocols.TLS_v1_3 - SSL_v3 - Static variable in class io.netty.handler.ssl.SslProtocols
-
Deprecated.SSLv3 is no longer secure. Consider using
SslProtocols.TLS_v1_2orSslProtocols.TLS_v1_3 - SslClientHelloHandler<T> - Class in io.netty.handler.ssl
-
ByteToMessageDecoderwhich allows to be notified once a fullClientHellowas received. - SslClientHelloHandler() - Constructor for class io.netty.handler.ssl.SslClientHelloHandler
- SslClientHelloHandler(int) - Constructor for class io.netty.handler.ssl.SslClientHelloHandler
- SslCloseCompletionEvent - Class in io.netty.handler.ssl
-
Event that is fired once the close_notify was received or if an failure happens before it was received.
- SslCloseCompletionEvent(Throwable) - Constructor for class io.netty.handler.ssl.SslCloseCompletionEvent
-
Creates a new event that indicates an close_notify was not received because of an previous error.
- SslClosedEngineException - Exception in io.netty.handler.ssl
-
SSLExceptionwhich signals that the exception was caused by anSSLEnginewhich was closed already. - SslClosedEngineException(String) - Constructor for exception io.netty.handler.ssl.SslClosedEngineException
- sslCloseFuture() - Method in class io.netty.handler.ssl.SslHandler
-
Return the
Futurethat will get notified if the inbound of theSSLEngineis closed. - SslCompletionEvent - Class in io.netty.handler.ssl
- sslContext() - Method in class io.netty.handler.ssl.SniHandler
- sslContext(QuicSslContext) - Method in class io.netty.handler.codec.quic.QuicCodecBuilder
- SslContext - Class in io.netty.handler.ssl
-
A secure socket protocol implementation which acts as a factory for
SSLEngineandSslHandler. - SslContext() - Constructor for class io.netty.handler.ssl.SslContext
-
Creates a new instance (startTls set to
false). - SslContext(boolean) - Constructor for class io.netty.handler.ssl.SslContext
-
Creates a new instance.
- SslContextBuilder - Class in io.netty.handler.ssl
-
Builder for configuring a new SslContext for creation.
- SslContextOption<T> - Class in io.netty.handler.ssl
-
A
SslContextOptionallows to configure aSslContextin a type-safe way. - SslContextOption(String) - Constructor for class io.netty.handler.ssl.SslContextOption
-
Should be used by sub-classes.
- sslContextProvider(Provider) - Method in class io.netty.handler.ssl.SslContextBuilder
-
The SSLContext
Providerto use. - sslCtxPointer() - Method in class io.netty.handler.ssl.ReferenceCountedOpenSslContext
-
Deprecated.this method is considered unsafe as the returned pointer may be released later. Dont use it!
- SslEarlyDataReadyEvent - Class in io.netty.handler.codec.quic
-
Event which is fired once it's possible to send early data on the client-side.
- sslEngine() - Method in interface io.netty.handler.codec.quic.QuicChannel
-
Returns the used
SSLEngineornullif none is used (yet). - sslEngineProvider(Function<QuicChannel, ? extends QuicSslEngine>) - Method in class io.netty.handler.codec.quic.QuicCodecBuilder
- SslHandler - Class in io.netty.handler.ssl
- SslHandler(SSLEngine) - Constructor for class io.netty.handler.ssl.SslHandler
-
Creates a new instance which runs all delegated tasks directly on the
EventExecutor. - SslHandler(SSLEngine, boolean) - Constructor for class io.netty.handler.ssl.SslHandler
-
Creates a new instance which runs all delegated tasks directly on the
EventExecutor. - SslHandler(SSLEngine, boolean, Executor) - Constructor for class io.netty.handler.ssl.SslHandler
-
Creates a new instance.
- SslHandler(SSLEngine, Executor) - Constructor for class io.netty.handler.ssl.SslHandler
-
Creates a new instance.
- SslHandshakeCompletionEvent - Class in io.netty.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.netty.handler.ssl.SslHandshakeCompletionEvent
-
Creates a new event that indicates an unsuccessful handshake.
- SslHandshakeTimeoutException - Exception in io.netty.handler.ssl
-
SSLHandshakeExceptionthat is used when a handshake failed due a configured timeout. - SslHandshakeTimeoutException(String) - Constructor for exception io.netty.handler.ssl.SslHandshakeTimeoutException
- SslMasterKeyHandler - Class in io.netty.handler.ssl
-
The
SslMasterKeyHandleris 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.netty.handler.ssl.SslMasterKeyHandler
-
Constructor.
- sslPointer() - Method in class io.netty.handler.ssl.ReferenceCountedOpenSslEngine
-
Returns the pointer to the
SSLobject for thisReferenceCountedOpenSslEngine. - SslProtocols - Class in io.netty.handler.ssl
-
SSL/TLS protocols
- sslProvider(SslProvider) - Method in class io.netty.handler.ssl.SslContextBuilder
-
The
SslContextimplementation to use. - SslProvider - Enum in io.netty.handler.ssl
-
An enumeration of SSL/TLS protocol providers.
- SslSessionTicketKey - Class in io.netty.handler.codec.quic
-
Session Ticket Key
- SslSessionTicketKey(byte[], byte[], byte[]) - Constructor for class io.netty.handler.codec.quic.SslSessionTicketKey
-
Construct SessionTicketKey.
- sslTaskExecutor(Executor) - Method in class io.netty.handler.codec.quic.QuicCodecBuilder
-
Allow to configure a
Executorthat will be used to run expensive SSL operations. - SSRC - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Values
-
Deprecated.
"ssrc" - SSRC - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderValues
-
"ssrc" - stackTrace() - Method in interface io.netty.util.concurrent.ThreadProperties
- stackTraceToString(Throwable) - Static method in class io.netty.util.internal.ThrowableUtil
-
Deprecated.
- standalone() - Method in class io.netty.handler.codec.xml.XmlDocumentStart
-
Return standalonity of the document
- STANDARD - io.netty.handler.codec.base64.Base64Dialect
-
Standard Base64 encoding as described in the Section 3 of RFC3548.
- StandardCompressionOptions - Class in io.netty.handler.codec.compression
- start() - Method in class io.netty.handler.traffic.GlobalChannelTrafficCounter
-
Start the monitoring process.
- start() - Method in class io.netty.handler.traffic.TrafficCounter
-
Start the monitoring process.
- start() - Method in class io.netty.util.HashedWheelTimer
-
Starts the background thread explicitly.
- START - io.netty.handler.codec.socksx.v4.Socks4ClientDecoder.State
- START - io.netty.handler.codec.socksx.v4.Socks4ServerDecoder.State
- startOffset() - Method in class io.netty.handler.stream.ChunkedFile
-
Returns the offset in the file where the transfer began.
- startOffset() - Method in class io.netty.handler.stream.ChunkedNioFile
-
Returns the offset in the file where the transfer began.
- startsWith(CharSequence) - Method in class io.netty.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.netty.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.netty.handler.ssl.SslContextBuilder
-
trueif the first write request shouldn't be encrypted. - STAT - Static variable in class io.netty.handler.codec.memcache.binary.BinaryMemcacheOpcodes
- state() - Method in class io.netty.channel.epoll.EpollTcpInfo
- state() - Method in class io.netty.channel.uring.IoUringTcpInfo
- state() - Method in interface io.netty.handler.codec.http2.Http2FrameStream
-
Returns the state of this stream.
- state() - Method in interface io.netty.handler.codec.http2.Http2Stream
-
Gets the state of this stream.
- state() - Method in class io.netty.handler.codec.ProtocolDetectionResult
-
Return the
ProtocolDetectionState. - state() - Method in class io.netty.handler.codec.ReplayingDecoder
-
Returns the current state of this decoder.
- state() - Method in class io.netty.handler.timeout.IdleStateEvent
-
Returns the idle state.
- state() - Method in interface io.netty.util.concurrent.ThreadProperties
- state(S) - Method in class io.netty.handler.codec.ReplayingDecoder
-
Sets the current state of this decoder.
- State - io.netty.handler.codec.http2.Http2FrameStreamEvent.Type
- statelessResetToken(byte[]) - Method in class io.netty.handler.codec.quic.QuicCodecBuilder
-
Allows to configure the
active connect id limitthat should be used. - staticInitializer(Supplier<R>) - Static method in class io.netty.util.LeakPresenceDetector
-
Wrap a static initializer so that any resources created inside the block will not be tracked.
- stats() - Method in class io.netty.handler.ssl.OpenSslSessionContext
-
Returns the stats of this context.
- stats() - Method in class io.netty.handler.ssl.ReferenceCountedOpenSslContext
-
Deprecated.use {@link #sessionContext#stats()}
- status() - Method in class io.netty.handler.codec.http.DefaultHttpResponse
- status() - Method in interface io.netty.handler.codec.http.HttpResponse
-
Returns the status of this
HttpResponse. - status() - Method in class io.netty.handler.codec.http2.DefaultHttp2Headers
- status() - Method in class io.netty.handler.codec.http2.EmptyHttp2Headers
- status() - Method in interface io.netty.handler.codec.http2.Http2Headers
-
Gets the
Http2Headers.PseudoHeaderName.STATUSheader ornullif there is no such header - status() - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
- status() - Method in class io.netty.handler.codec.http3.DefaultHttp3Headers
- status() - Method in interface io.netty.handler.codec.http3.Http3Headers
-
Gets the
Http3Headers.PseudoHeaderName.STATUSheader ornullif there is no such header - status() - Method in interface io.netty.handler.codec.memcache.binary.BinaryMemcacheResponse
-
Returns the status of the response.
- status() - Method in class io.netty.handler.codec.memcache.binary.DefaultBinaryMemcacheResponse
- status() - Method in class io.netty.handler.codec.socksx.v4.DefaultSocks4CommandResponse
- status() - Method in interface io.netty.handler.codec.socksx.v4.Socks4CommandResponse
-
Returns the status of this response.
- status() - Method in class io.netty.handler.codec.socksx.v5.DefaultSocks5CommandResponse
- status() - Method in class io.netty.handler.codec.socksx.v5.DefaultSocks5PasswordAuthResponse
- status() - Method in class io.netty.handler.codec.socksx.v5.DefaultSocks5PrivateAuthResponse
- status() - Method in interface io.netty.handler.codec.socksx.v5.Socks5CommandResponse
-
Returns the status of this response.
- status() - Method in interface io.netty.handler.codec.socksx.v5.Socks5PasswordAuthResponse
-
Returns the status of this response.
- status() - Method in interface io.netty.handler.codec.socksx.v5.Socks5PrivateAuthResponse
-
Returns the status of this response.
- status() - Method in class io.netty.handler.codec.spdy.DefaultSpdyGoAwayFrame
- status() - Method in class io.netty.handler.codec.spdy.DefaultSpdyRstStreamFrame
- status() - Method in interface io.netty.handler.codec.spdy.SpdyGoAwayFrame
-
Returns the status of this frame.
- status() - Method in interface io.netty.handler.codec.spdy.SpdyRstStreamFrame
-
Returns the status of this frame.
- status() - Method in class io.netty.handler.ssl.ocsp.OcspResponse
- status(CharSequence) - Method in class io.netty.handler.codec.http2.DefaultHttp2Headers
- status(CharSequence) - Method in class io.netty.handler.codec.http2.EmptyHttp2Headers
- status(CharSequence) - Method in interface io.netty.handler.codec.http2.Http2Headers
-
Sets the
Http2Headers.PseudoHeaderName.STATUSheader - status(CharSequence) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
- status(CharSequence) - Method in class io.netty.handler.codec.http3.DefaultHttp3Headers
- status(CharSequence) - Method in interface io.netty.handler.codec.http3.Http3Headers
-
Sets the
Http3Headers.PseudoHeaderName.STATUSheader - STATUS - io.netty.handler.codec.http2.Http2Headers.PseudoHeaderName
-
:status. - STATUS - io.netty.handler.codec.http3.Http3Headers.PseudoHeaderName
-
:status. - STATUS - Static variable in class io.netty.handler.codec.dns.DnsOpCode
-
The 'Status' DNS OpCode, as defined in RFC1035.
- STATUS - Static variable in class io.netty.handler.codec.spdy.SpdyHeaders.HttpNames
-
":status" - statusCode() - Method in class io.netty.handler.codec.http.websocketx.CloseWebSocketFrame
-
Returns the closing status code as per RFC 6455.
- statusPhrase() - Method in class io.netty.handler.codec.spdy.SpdySessionStatus
-
Returns the status phrase of this status.
- statusPhrase() - Method in class io.netty.handler.codec.spdy.SpdyStreamStatus
-
Returns the status phrase of this status.
- STOMP - io.netty.handler.codec.stomp.StompCommand
- StompCommand - Enum in io.netty.handler.codec.stomp
-
STOMP command
- StompContentSubframe - Interface in io.netty.handler.codec.stomp
-
An STOMP chunk which is used for STOMP chunked transfer-encoding.
- StompFrame - Interface in io.netty.handler.codec.stomp
-
Combines
StompHeadersSubframeandLastStompContentSubframeinto one frame. - StompHeaders - Interface in io.netty.handler.codec.stomp
-
The multimap data structure for the STOMP header names and values.
- StompHeadersSubframe - Interface in io.netty.handler.codec.stomp
-
An interface that defines a
StompFrame's command and headers. - StompSubframe - Interface in io.netty.handler.codec.stomp
-
Defines a common interface for all
StompSubframeimplementations. - StompSubframeAggregator - Class in io.netty.handler.codec.stomp
-
A
ChannelHandlerthat aggregates anStompHeadersSubframeand its followingStompContentSubframes into a singleStompFrame. - StompSubframeAggregator(int) - Constructor for class io.netty.handler.codec.stomp.StompSubframeAggregator
-
Creates a new instance.
- StompSubframeDecoder - Class in io.netty.handler.codec.stomp
- StompSubframeDecoder() - Constructor for class io.netty.handler.codec.stomp.StompSubframeDecoder
- StompSubframeDecoder(boolean) - Constructor for class io.netty.handler.codec.stomp.StompSubframeDecoder
- StompSubframeDecoder(int, int) - Constructor for class io.netty.handler.codec.stomp.StompSubframeDecoder
- StompSubframeDecoder(int, int, boolean) - Constructor for class io.netty.handler.codec.stomp.StompSubframeDecoder
- StompSubframeDecoder.State - Enum in io.netty.handler.codec.stomp
-
Deprecated.this should never be used by an user!
- StompSubframeEncoder - Class in io.netty.handler.codec.stomp
- StompSubframeEncoder() - Constructor for class io.netty.handler.codec.stomp.StompSubframeEncoder
- stop() - Method in class io.netty.handler.traffic.GlobalChannelTrafficCounter
-
Stop the monitoring process.
- stop() - Method in class io.netty.handler.traffic.TrafficCounter
-
Stop the monitoring process.
- stop() - Method in class io.netty.util.HashedWheelTimer
- stop() - Method in interface io.netty.util.Timer
-
Releases all resources acquired by this
Timerand cancels all tasks which were scheduled but not executed yet. - STOP_BITS - Static variable in class io.netty.channel.rxtx.RxtxChannelOption
-
Deprecated.
- STOPBITS_1 - io.netty.channel.rxtx.RxtxChannelConfig.Stopbits
-
Deprecated.1 stop bit will be sent at the end of every character
- STOPBITS_1_5 - io.netty.channel.rxtx.RxtxChannelConfig.Stopbits
-
Deprecated.1.5 stop bits will be sent at the end of every character
- STOPBITS_2 - io.netty.channel.rxtx.RxtxChannelConfig.Stopbits
-
Deprecated.2 stop bits will be sent at the end of every character
- stream - Variable in class io.netty.handler.codec.http2.DefaultHttp2ConnectionEncoder.FlowControlledBase
- stream() - Method in class io.netty.handler.codec.http2.AbstractHttp2StreamFrame
- stream() - Method in class io.netty.handler.codec.http2.DefaultHttp2PushPromiseFrame
- stream() - Method in class io.netty.handler.codec.http2.DefaultHttp2UnknownFrame
- stream() - Method in class io.netty.handler.codec.http2.Http2FrameStreamEvent
- stream() - Method in exception io.netty.handler.codec.http2.Http2FrameStreamException
- stream() - Method in interface io.netty.handler.codec.http2.Http2StreamChannel
-
Returns the
Http2FrameStreamthat belongs to this channel. - stream() - Method in interface io.netty.handler.codec.http2.Http2StreamFrame
-
Returns the
Http2FrameStreamobject for this frame, ornullif the frame has yet to be associated with a stream. - stream() - Method in interface io.netty.handler.codec.http2.Http2UnknownFrame
- stream() - Method in interface io.netty.handler.codec.http2.StreamByteDistributor.StreamState
-
Gets the stream this state is associated with.
- stream() - Method in class io.netty.resolver.dns.DnsServerAddresses
-
Starts a new infinite stream of DNS server addresses.
- stream(int) - Method in class io.netty.handler.codec.http2.DefaultHttp2Connection
- stream(int) - Method in interface io.netty.handler.codec.http2.Http2Connection
-
Gets the stream if it exists.
- stream(Http2FrameStream) - Method in class io.netty.handler.codec.http2.AbstractHttp2StreamFrame
- stream(Http2FrameStream) - Method in class io.netty.handler.codec.http2.DefaultHttp2DataFrame
- stream(Http2FrameStream) - Method in class io.netty.handler.codec.http2.DefaultHttp2HeadersFrame
- stream(Http2FrameStream) - Method in class io.netty.handler.codec.http2.DefaultHttp2PriorityFrame
- stream(Http2FrameStream) - Method in class io.netty.handler.codec.http2.DefaultHttp2PushPromiseFrame
- stream(Http2FrameStream) - Method in class io.netty.handler.codec.http2.DefaultHttp2ResetFrame
- stream(Http2FrameStream) - Method in class io.netty.handler.codec.http2.DefaultHttp2UnknownFrame
- stream(Http2FrameStream) - Method in class io.netty.handler.codec.http2.DefaultHttp2WindowUpdateFrame
- stream(Http2FrameStream) - Method in interface io.netty.handler.codec.http2.Http2PriorityFrame
- stream(Http2FrameStream) - Method in interface io.netty.handler.codec.http2.Http2PushPromiseFrame
- stream(Http2FrameStream) - Method in interface io.netty.handler.codec.http2.Http2StreamFrame
-
Set the
Http2FrameStreamobject for this frame. - stream(Http2FrameStream) - Method in interface io.netty.handler.codec.http2.Http2UnknownFrame
- STREAM - io.netty.handler.codec.haproxy.HAProxyProxiedProtocol.TransportProtocol
-
The STREAM transport protocol represents a connection which was forwarded for a TCP connection.
- STREAM_ALREADY_CLOSED - Static variable in class io.netty.handler.codec.spdy.SpdyStreamStatus
-
9 Stream Already Closed
- STREAM_CLOSED - io.netty.handler.codec.http2.Http2Error
- STREAM_DEPENDENCY_ID - io.netty.handler.codec.http2.HttpConversionUtil.ExtensionHeaderNames
-
HTTP extension header which will identify the stream id which this stream is dependent on.
- STREAM_ID - io.netty.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_ID - io.netty.handler.codec.http3.HttpConversionUtil.ExtensionHeaderNames
-
HTTP extension header which will identify the stream id from the HTTP/3 event(s) responsible for generating an
HttpObject - STREAM_ID - Static variable in class io.netty.handler.codec.spdy.SpdyHttpHeaders.Names
-
"x-spdy-stream-id" - STREAM_IN_USE - Static variable in class io.netty.handler.codec.spdy.SpdyStreamStatus
-
8 Stream In Use
- STREAM_LIMIT_ERROR - Static variable in class io.netty.handler.codec.quic.QuicTransportError
-
An endpoint received a frame for a stream identifier that exceeded its advertised stream limit for the corresponding stream type.
- STREAM_PROMISE_ID - io.netty.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_PROMISE_ID - io.netty.handler.codec.http3.HttpConversionUtil.ExtensionHeaderNames
-
HTTP extension header which will identify the stream id used to create this stream in an HTTP/3 push promise frame
- STREAM_STATE_ERROR - Static variable in class io.netty.handler.codec.quic.QuicTransportError
-
An endpoint received a frame for a stream that was not in a state that permitted that frame.
- STREAM_WEIGHT - io.netty.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.netty.handler.codec.http2.Http2CodecUtil
-
Calculate the amount of bytes that can be sent by
state. - streamAttr(AttributeKey<T>, T) - Method in class io.netty.handler.codec.quic.QuicChannelBootstrap
-
Allow to specify an initial attribute of the newly created
QuicStreamChannel. - streamAttr(AttributeKey<T>, T) - Method in class io.netty.handler.codec.quic.QuicServerCodecBuilder
-
Allow to specify an initial attribute of the newly created
QuicStreamChannel. - StreamBufferingEncoder - Class in io.netty.handler.codec.http2
-
Implementation of a
Http2ConnectionEncoderthat dispatches all method call to anotherHttp2ConnectionEncoder, untilSETTINGS_MAX_CONCURRENT_STREAMSis reached. - StreamBufferingEncoder(Http2ConnectionEncoder) - Constructor for class io.netty.handler.codec.http2.StreamBufferingEncoder
- StreamBufferingEncoder(Http2ConnectionEncoder, int) - Constructor for class io.netty.handler.codec.http2.StreamBufferingEncoder
- StreamBufferingEncoder.Http2ChannelClosedException - Exception in io.netty.handler.codec.http2
-
Thrown if buffered streams are terminated due to this encoder being closed.
- StreamBufferingEncoder.Http2GoAwayException - Exception in io.netty.handler.codec.http2
-
Thrown by
StreamBufferingEncoderif buffered streams are terminated due to receipt of aGOAWAY. - StreamByteDistributor - Interface in io.netty.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.netty.handler.codec.http2
-
State information for the stream, indicating the number of bytes that are currently streamable.
- StreamByteDistributor.Writer - Interface in io.netty.handler.codec.http2
-
Object that performs the writing of the bytes that have been allocated for a stream.
- streamDependency() - Method in class io.netty.handler.codec.http2.DefaultHttp2PriorityFrame
- streamDependency() - Method in interface io.netty.handler.codec.http2.Http2PriorityFrame
-
Parent Stream Id of this Priority request
- streamError(int, Http2Error, String, Object...) - Static method in exception io.netty.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.netty.handler.codec.http2.Http2Exception
-
Use if an error which can be isolated to a single stream has occurred.
- streamHandler(ChannelHandler) - Method in class io.netty.handler.codec.quic.QuicChannelBootstrap
- streamHandler(ChannelHandler) - Method in class io.netty.handler.codec.quic.QuicServerCodecBuilder
- streamId() - Method in exception io.netty.handler.codec.http2.Http2Exception.StreamException
- streamId() - Method in class io.netty.handler.codec.quic.QuicStreamAddress
-
Return the id of the stream.
- streamId() - Method in interface io.netty.handler.codec.quic.QuicStreamChannel
-
The id of the stream.
- streamId() - Method in class io.netty.handler.codec.spdy.DefaultSpdyStreamFrame
- streamId() - Method in class io.netty.handler.codec.spdy.DefaultSpdyWindowUpdateFrame
- streamId() - Method in interface io.netty.handler.codec.spdy.SpdyStreamFrame
-
Returns the Stream-ID of this frame.
- streamId() - Method in interface io.netty.handler.codec.spdy.SpdyWindowUpdateFrame
-
Returns the Stream-ID of this frame.
- streamId(Http2Exception) - Static method in exception io.netty.handler.codec.http2.Http2Exception
-
Get the stream id associated with an exception.
- streamIdentifier() - Method in class io.netty.channel.sctp.SctpMessage
-
Return the stream-identifier
- streamKey - Variable in class io.netty.handler.codec.http2.Http2FrameCodec
- streamMayHaveExisted(int) - Method in class io.netty.handler.codec.http2.DefaultHttp2Connection
- streamMayHaveExisted(int) - Method in interface io.netty.handler.codec.http2.Http2Connection
-
Indicates whether or not the given stream may have existed within this connection.
- streamOption(ChannelOption<T>, T) - Method in class io.netty.handler.codec.quic.QuicChannelBootstrap
-
Allow to specify a
ChannelOptionwhich is used for theQuicStreamChannelinstances once they got created. - streamOption(ChannelOption<T>, T) - Method in class io.netty.handler.codec.quic.QuicServerCodecBuilder
-
Allow to specify a
ChannelOptionwhich is used for theQuicStreamChannelinstances once they got created. - streamRetransBytes() - Method in interface io.netty.handler.codec.quic.QuicConnectionPathStats
- streamRetransBytes() - Method in interface io.netty.handler.codec.quic.QuicConnectionStats
- strict - Variable in class io.netty.handler.codec.http.cookie.CookieEncoder
- Strict - io.netty.handler.codec.http.cookie.CookieHeaderNames.SameSite
- STRICT - Static variable in class io.netty.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.netty.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.netty.handler.codec.http.cookie.ServerCookieDecoder
-
Strict decoder that validates that name and value chars are in the valid scope defined in RFC6265
- STRICT - Static variable in class io.netty.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.
- stringBuilder() - Method in class io.netty.util.internal.InternalThreadLocalMap
- StringDecoder - Class in io.netty.handler.codec.string
-
Decodes a received
ByteBufinto aString. - StringDecoder() - Constructor for class io.netty.handler.codec.string.StringDecoder
-
Creates a new instance with the current system character set.
- StringDecoder(Charset) - Constructor for class io.netty.handler.codec.string.StringDecoder
-
Creates a new instance with the specified character set.
- StringEncoder - Class in io.netty.handler.codec.string
-
Encodes the requested
Stringinto aByteBuf. - StringEncoder() - Constructor for class io.netty.handler.codec.string.StringEncoder
-
Creates a new instance with the current system character set.
- StringEncoder(Charset) - Constructor for class io.netty.handler.codec.string.StringEncoder
-
Creates a new instance with the specified character set.
- StringPair(String, String) - Constructor for class io.netty.handler.codec.mqtt.MqttProperties.StringPair
- StringProperty(int, String) - Constructor for class io.netty.handler.codec.mqtt.MqttProperties.StringProperty
- StringUtil - Class in io.netty.util.internal
-
String utility class.
- SUB_PROTOCOL_WILDCARD - Static variable in class io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker
-
Use this as wildcard to support all requested sub-protocols
- subAck() - Static method in class io.netty.handler.codec.mqtt.MqttMessageBuilders
- SUBACK - io.netty.handler.codec.mqtt.MqttMessageType
- subject(String) - Method in class io.netty.pkitesting.CertificateBuilder
-
Set the fully-qualified domain name (an X.500 name) as the subject of the certificate.
- subject(X500Principal) - Method in class io.netty.pkitesting.CertificateBuilder
-
Set the subject name of the certificate to the given
X500Principal. - submit(IoOps) - Method in interface io.netty.channel.IoRegistration
-
Submit the
IoOpsto the registration. - submit(Runnable) - Method in class io.netty.util.concurrent.AbstractEventExecutor
- submit(Runnable) - Method in class io.netty.util.concurrent.AbstractEventExecutorGroup
- submit(Runnable) - Method in interface io.netty.util.concurrent.EventExecutorGroup
- submit(Runnable) - Method in class io.netty.util.concurrent.NonStickyEventExecutorGroup
- submit(Runnable) - Method in class io.netty.util.concurrent.UnorderedThreadPoolEventExecutor
-
Deprecated.
- submit(Runnable, T) - Method in class io.netty.util.concurrent.AbstractEventExecutor
- submit(Runnable, T) - Method in class io.netty.util.concurrent.AbstractEventExecutorGroup
- submit(Runnable, T) - Method in interface io.netty.util.concurrent.EventExecutorGroup
- submit(Runnable, T) - Method in class io.netty.util.concurrent.NonStickyEventExecutorGroup
- submit(Runnable, T) - Method in class io.netty.util.concurrent.UnorderedThreadPoolEventExecutor
-
Deprecated.
- submit(Callable<T>) - Method in class io.netty.util.concurrent.AbstractEventExecutor
- submit(Callable<T>) - Method in class io.netty.util.concurrent.AbstractEventExecutorGroup
- submit(Callable<T>) - Method in interface io.netty.util.concurrent.EventExecutorGroup
- submit(Callable<T>) - Method in class io.netty.util.concurrent.NonStickyEventExecutorGroup
- submit(Callable<T>) - Method in class io.netty.util.concurrent.UnorderedThreadPoolEventExecutor
-
Deprecated.
- submitWrite(ChannelHandlerContext, Object, long, long, long, ChannelPromise) - Method in class io.netty.handler.traffic.GlobalChannelTrafficShapingHandler
- submitWrite(ChannelHandlerContext, Object, long, ChannelPromise) - Method in class io.netty.handler.traffic.AbstractTrafficShapingHandler
-
Deprecated.
- subprotocol() - Method in class io.netty.handler.codec.http.websocketx.WebSocketClientProtocolConfig
- subprotocol(String) - Method in class io.netty.handler.codec.http.websocketx.WebSocketClientProtocolConfig.Builder
-
Sub protocol request sent to the server.
- subprotocols() - Method in class io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker
-
Returns the CSV of supported sub protocols
- subprotocols() - Method in class io.netty.handler.codec.http.websocketx.WebSocketServerProtocolConfig
- subprotocols(String) - Method in class io.netty.handler.codec.http.websocketx.WebSocketServerProtocolConfig.Builder
-
CSV of supported protocols
- subscribe() - Static method in class io.netty.handler.codec.mqtt.MqttMessageBuilders
- SUBSCRIBE - io.netty.handler.codec.mqtt.MqttMessageType
- SUBSCRIBE - io.netty.handler.codec.stomp.StompCommand
- SUBSCRIPTION - Static variable in interface io.netty.handler.codec.stomp.StompHeaders
- SUBSCRIPTION_IDENTIFIER - io.netty.handler.codec.mqtt.MqttProperties.MqttPropertyType
-
Deprecated.
- SUBSCRIPTION_IDENTIFIER_AVAILABLE - io.netty.handler.codec.mqtt.MqttProperties.MqttPropertyType
-
Deprecated.
- SUBSCRIPTION_IDENTIFIERS_NOT_SUPPORTED - io.netty.handler.codec.mqtt.MqttReasonCodes.Disconnect
- SUBSCRIPTION_IDENTIFIERS_NOT_SUPPORTED - io.netty.handler.codec.mqtt.MqttReasonCodes.SubAck
- subscriptionIdentifiersAvailable(boolean) - Method in class io.netty.handler.codec.mqtt.MqttMessageBuilders.ConnAckPropertiesBuilder
- subSequence(int) - Method in class io.netty.util.AsciiString
-
Copies a range of characters into a new string.
- subSequence(int, int) - Method in class io.netty.util.AsciiString
-
Copies a range of characters into a new string.
- subSequence(int, int) - Method in class io.netty.util.internal.AppendableCharSequence
- subSequence(int, int, boolean) - Method in class io.netty.util.AsciiString
-
Either copy or share a subset of underlying sub-sequence of bytes.
- substring(int, int) - Method in class io.netty.util.internal.AppendableCharSequence
-
Create a new
Stringfrom the given start to end. - substringAfter(String, char) - Static method in class io.netty.util.internal.StringUtil
-
Get the item after one char delim if the delim is found (else null).
- substringBefore(String, char) - Static method in class io.netty.util.internal.StringUtil
-
Get the item before one char delim if the delim is found (else null).
- subStringUnsafe(int, int) - Method in class io.netty.util.internal.AppendableCharSequence
-
Create a new
Stringfrom the given start to end. - SucceededFuture<V> - Class in io.netty.util.concurrent
-
The
CompleteFuturewhich is succeeded already. - SucceededFuture(EventExecutor, V) - Constructor for class io.netty.util.concurrent.SucceededFuture
-
Creates a new instance.
- SUCCESS - io.netty.handler.codec.http.HttpStatusClass
-
The success class (2xx)
- SUCCESS - io.netty.handler.codec.mqtt.MqttReasonCodes.Auth
- SUCCESS - io.netty.handler.codec.mqtt.MqttReasonCodes.PubAck
- SUCCESS - io.netty.handler.codec.mqtt.MqttReasonCodes.PubComp
- SUCCESS - io.netty.handler.codec.mqtt.MqttReasonCodes.PubRec
- SUCCESS - io.netty.handler.codec.mqtt.MqttReasonCodes.PubRel
- SUCCESS - io.netty.handler.codec.mqtt.MqttReasonCodes.UnsubAck
- SUCCESS - io.netty.handler.codec.socks.SocksAuthStatus
- SUCCESS - io.netty.handler.codec.socks.SocksCmdStatus
- SUCCESS - io.netty.handler.codec.socksx.v4.Socks4ClientDecoder.State
- SUCCESS - io.netty.handler.codec.socksx.v4.Socks4ServerDecoder.State
- SUCCESS - io.netty.handler.codec.socksx.v5.Socks5CommandRequestDecoder.State
- SUCCESS - io.netty.handler.codec.socksx.v5.Socks5CommandResponseDecoder.State
- SUCCESS - io.netty.handler.codec.socksx.v5.Socks5InitialRequestDecoder.State
- SUCCESS - io.netty.handler.codec.socksx.v5.Socks5InitialResponseDecoder.State
- SUCCESS - io.netty.handler.codec.socksx.v5.Socks5PasswordAuthRequestDecoder.State
- SUCCESS - io.netty.handler.codec.socksx.v5.Socks5PasswordAuthResponseDecoder.State
- SUCCESS - Static variable in class io.netty.handler.codec.DecoderResult
- SUCCESS - Static variable in class io.netty.handler.codec.memcache.binary.BinaryMemcacheResponseStatus
- SUCCESS - Static variable in class io.netty.handler.codec.socksx.v4.Socks4CommandStatus
- SUCCESS - Static variable in class io.netty.handler.codec.socksx.v5.Socks5CommandStatus
- SUCCESS - Static variable in class io.netty.handler.codec.socksx.v5.Socks5PasswordAuthStatus
- SUCCESS - Static variable in class io.netty.handler.codec.socksx.v5.Socks5PrivateAuthStatus
- SUCCESS - Static variable in class io.netty.handler.ssl.SslCloseCompletionEvent
- SUCCESS - Static variable in class io.netty.handler.ssl.SslHandshakeCompletionEvent
- successAndRecycle() - Method in class io.netty.util.internal.PendingWrite
-
Mark the underlying
Promisesuccessfully and recycle this instance. - sunSslEngineUnavailabilityCause() - Static method in class io.netty.handler.ssl.SslMasterKeyHandler
-
Returns the cause of unavailability.
- supportedApplicationProtocols() - Static method in class io.netty.handler.codec.http3.Http3
-
Returns the supported protocols for H3.
- SupportedCipherSuiteFilter - Class in io.netty.handler.ssl
-
This class will filter all requested ciphers out that are not supported by the current
SSLEngine. - supportedProtocols() - Method in class io.netty.handler.ssl.ApplicationProtocolConfig
-
The application level protocols supported.
- supportsHostnameValidation() - Static method in class io.netty.handler.ssl.OpenSsl
-
Deprecated.Will be removed because hostname validation is always done by a
TrustManagerimplementation. - supportSigning() - Method in enum io.netty.pkitesting.CertificateBuilder.Algorithm
-
Discern if this algorithm can be used for signing.
- supportsKeyManagerFactory() - Static method in class io.netty.handler.ssl.OpenSsl
-
Returns
trueifKeyManagerFactoryis supported when using OpenSSL. - SuppressForbidden - Annotation Type in io.netty.util
-
Annotation to suppress forbidden-apis errors inside a whole class, a method, or a field.
- SuppressJava6Requirement - Annotation Type in io.netty.util.internal
-
Deprecated.
- SuppressJava8Requirement - Annotation Type in io.netty.util.internal
-
Annotation to suppress the Java 8 source code requirement checks for a method.
- SVCB - Static variable in class io.netty.handler.codec.dns.DnsRecordType
-
Service Binding and Parameter Specification via the DNS (SVCB and HTTPS Resource Records).
- swapInt(int) - Static method in class io.netty.buffer.ByteBufUtil
-
Toggles the endianness of the specified 32-bit integer.
- swapLong(long) - Static method in class io.netty.buffer.ByteBufUtil
-
Toggles the endianness of the specified 64-bit long integer.
- swapMedium(int) - Static method in class io.netty.buffer.ByteBufUtil
-
Toggles the endianness of the specified 24-bit medium integer.
- SwappedByteBuf - Class in io.netty.buffer
-
Deprecated.use the Little Endian accessors, e.g.
getShortLE,getIntLEinstead. - SwappedByteBuf(ByteBuf) - Constructor for class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- swapShort(short) - Static method in class io.netty.buffer.ByteBufUtil
-
Toggles the endianness of the specified 16-bit short integer.
- SWARUtil - Class in io.netty.util.internal
-
Utility class for SWAR (SIMD within a register) operations.
- SWITCHING_PROTOCOLS - Static variable in class io.netty.handler.codec.http.HttpResponseStatus
-
101 Switching Protocols
- sync() - Method in interface io.netty.channel.ChannelFuture
- sync() - Method in interface io.netty.channel.ChannelProgressiveFuture
- sync() - Method in interface io.netty.channel.ChannelProgressivePromise
- sync() - Method in interface io.netty.channel.ChannelPromise
- sync() - Method in class io.netty.channel.DefaultChannelProgressivePromise
- sync() - Method in class io.netty.channel.DefaultChannelPromise
- sync() - Method in class io.netty.channel.DelegatingChannelPromiseNotifier
- sync() - Method in interface io.netty.channel.group.ChannelGroupFuture
- sync() - Method in class io.netty.channel.VoidChannelPromise
- sync() - Method in class io.netty.util.concurrent.CompleteFuture
- sync() - Method in class io.netty.util.concurrent.DefaultProgressivePromise
- sync() - Method in class io.netty.util.concurrent.DefaultPromise
- sync() - Method in class io.netty.util.concurrent.FailedFuture
- sync() - Method in interface io.netty.util.concurrent.Future
-
Waits for this future until it is done, and rethrows the cause of the failure if this future failed.
- sync() - Method in interface io.netty.util.concurrent.ProgressiveFuture
- sync() - Method in interface io.netty.util.concurrent.ProgressivePromise
- sync() - Method in interface io.netty.util.concurrent.Promise
- syncUninterruptibly() - Method in interface io.netty.channel.ChannelFuture
- syncUninterruptibly() - Method in interface io.netty.channel.ChannelProgressiveFuture
- syncUninterruptibly() - Method in interface io.netty.channel.ChannelProgressivePromise
- syncUninterruptibly() - Method in interface io.netty.channel.ChannelPromise
- syncUninterruptibly() - Method in class io.netty.channel.DefaultChannelProgressivePromise
- syncUninterruptibly() - Method in class io.netty.channel.DefaultChannelPromise
- syncUninterruptibly() - Method in class io.netty.channel.DelegatingChannelPromiseNotifier
- syncUninterruptibly() - Method in interface io.netty.channel.group.ChannelGroupFuture
- syncUninterruptibly() - Method in class io.netty.channel.VoidChannelPromise
- syncUninterruptibly() - Method in class io.netty.util.concurrent.CompleteFuture
- syncUninterruptibly() - Method in class io.netty.util.concurrent.DefaultProgressivePromise
- syncUninterruptibly() - Method in class io.netty.util.concurrent.DefaultPromise
- syncUninterruptibly() - Method in class io.netty.util.concurrent.FailedFuture
- syncUninterruptibly() - Method in interface io.netty.util.concurrent.Future
-
Waits for this future until it is done, and rethrows the cause of the failure if this future failed.
- syncUninterruptibly() - Method in interface io.netty.util.concurrent.ProgressiveFuture
- syncUninterruptibly() - Method in interface io.netty.util.concurrent.ProgressivePromise
- syncUninterruptibly() - Method in interface io.netty.util.concurrent.Promise
- SYSTEM_PROP_KEY - Static variable in class io.netty.handler.ssl.SslMasterKeyHandler
-
A system property that can be used to turn on/off the
SslMasterKeyHandlerdynamically without having to edit your pipeline. - SYSTEM_RECEIVE_BUFFER_SIZE - Static variable in class io.netty.channel.udt.UdtChannelOption
-
Deprecated.See
OptionUDT.System_Receive_Buffer_Size. - SYSTEM_SEND_BUFFER_SIZE - Static variable in class io.netty.channel.udt.UdtChannelOption
-
Deprecated.See
OptionUDT.System_Send_Buffer_Size. - SystemPropertyUtil - Class in io.netty.util.internal
-
A collection of utility methods to retrieve and parse the values of the Java system properties.
- systemTicker() - Static method in interface io.netty.util.concurrent.Ticker
-
Returns the singleton
Tickerthat returns the values from the real system clock source.
T
- TA - Static variable in class io.netty.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.netty.util.internal.StringUtil
- takeTask() - Method in class io.netty.util.concurrent.SingleThreadEventExecutor
-
Take the next
Runnablefrom the task queue and so will block if no task is currently present. - target() - Method in class io.netty.handler.codec.xml.XmlProcessingInstruction
- targetContentEncoding() - Method in class io.netty.handler.codec.http.HttpContentEncoder.Result
- task() - Method in interface io.netty.util.Timeout
-
Returns the
TimerTaskwhich is associated with this handle. - TCP - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Values
-
Deprecated.
"TCP" - TCP - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderValues
-
"TCP" - TCP_CORK - Static variable in class io.netty.channel.epoll.EpollChannelOption
- TCP_CORK - Static variable in class io.netty.channel.uring.IoUringChannelOption
- TCP_DEFER_ACCEPT - Static variable in class io.netty.channel.epoll.EpollChannelOption
- TCP_DEFER_ACCEPT - Static variable in class io.netty.channel.uring.IoUringChannelOption
- TCP_FASTOPEN - Static variable in class io.netty.channel.ChannelOption
-
Server-side TCP FastOpen.
- TCP_FASTOPEN - Static variable in class io.netty.channel.epoll.EpollChannelOption
-
Deprecated.Use
ChannelOption.TCP_FASTOPENinstead. - TCP_FASTOPEN - Static variable in class io.netty.channel.uring.IoUringChannelOption
-
Deprecated.Use
ChannelOption.TCP_FASTOPENinstead. - TCP_FASTOPEN_CONNECT - Static variable in class io.netty.channel.ChannelOption
-
Client-side TCP FastOpen.
- TCP_FASTOPEN_CONNECT - Static variable in class io.netty.channel.epoll.EpollChannelOption
-
Deprecated.Use
ChannelOption.TCP_FASTOPEN_CONNECTinstead. - TCP_KEEPCNT - Static variable in class io.netty.channel.epoll.EpollChannelOption
- TCP_KEEPCNT - Static variable in class io.netty.channel.uring.IoUringChannelOption
- TCP_KEEPIDLE - Static variable in class io.netty.channel.epoll.EpollChannelOption
- TCP_KEEPIDLE - Static variable in class io.netty.channel.uring.IoUringChannelOption
- TCP_KEEPINTVL - Static variable in class io.netty.channel.epoll.EpollChannelOption
- TCP_KEEPINTVL - Static variable in class io.netty.channel.uring.IoUringChannelOption
- TCP_MD5SIG - Static variable in class io.netty.channel.epoll.EpollChannelOption
- TCP_MD5SIG_MAXKEYLEN - Static variable in class io.netty.channel.epoll.Native
- TCP_NODELAY - Static variable in class io.netty.channel.ChannelOption
- TCP_NOPUSH - Static variable in class io.netty.channel.kqueue.KQueueChannelOption
- TCP_NOTSENT_LOWAT - Static variable in class io.netty.channel.epoll.EpollChannelOption
- TCP_NOTSENT_LOWAT - Static variable in class io.netty.channel.uring.IoUringChannelOption
- TCP_QUICKACK - Static variable in class io.netty.channel.epoll.EpollChannelOption
- TCP_QUICKACK - Static variable in class io.netty.channel.uring.IoUringChannelOption
- TCP_USER_TIMEOUT - Static variable in class io.netty.channel.epoll.EpollChannelOption
- TCP_USER_TIMEOUT - Static variable in class io.netty.channel.uring.IoUringChannelOption
- TCP4 - io.netty.handler.codec.haproxy.HAProxyProxiedProtocol
-
The TCP4 represents a connection which was forwarded for an IPv4 client over TCP.
- TCP6 - io.netty.handler.codec.haproxy.HAProxyProxiedProtocol
-
The TCP6 represents a connection which was forwarded for an IPv6 client over TCP.
- TcpDnsQueryDecoder - Class in io.netty.handler.codec.dns
- TcpDnsQueryDecoder() - Constructor for class io.netty.handler.codec.dns.TcpDnsQueryDecoder
-
Creates a new decoder with the default record decoder.
- TcpDnsQueryDecoder(DnsRecordDecoder, int) - Constructor for class io.netty.handler.codec.dns.TcpDnsQueryDecoder
-
Creates a new decoder with the specified
decoder. - TcpDnsQueryEncoder - Class in io.netty.handler.codec.dns
- TcpDnsQueryEncoder() - Constructor for class io.netty.handler.codec.dns.TcpDnsQueryEncoder
-
Creates a new encoder with the default record encoder.
- TcpDnsQueryEncoder(DnsRecordEncoder) - Constructor for class io.netty.handler.codec.dns.TcpDnsQueryEncoder
-
Creates a new encoder with the specified
recordEncoder. - TcpDnsResponseDecoder - Class in io.netty.handler.codec.dns
- TcpDnsResponseDecoder() - Constructor for class io.netty.handler.codec.dns.TcpDnsResponseDecoder
-
Creates a new decoder with the default record decoder.
- TcpDnsResponseDecoder(DnsRecordDecoder, int) - Constructor for class io.netty.handler.codec.dns.TcpDnsResponseDecoder
-
Creates a new decoder with the specified
recordDecoderandmaxFrameLength - TcpDnsResponseEncoder - Class in io.netty.handler.codec.dns
- TcpDnsResponseEncoder() - Constructor for class io.netty.handler.codec.dns.TcpDnsResponseEncoder
-
Creates a new encoder with the default record encoder.
- TcpDnsResponseEncoder(DnsRecordEncoder) - Constructor for class io.netty.handler.codec.dns.TcpDnsResponseEncoder
-
Creates a new encoder with the specified
encoder. - tcpInfo() - Method in class io.netty.channel.epoll.EpollSocketChannel
-
Returns the
TCP_INFOfor the current socket. - tcpInfo(EpollTcpInfo) - Method in class io.netty.channel.epoll.EpollSocketChannel
-
Updates and returns the
TCP_INFOfor the current socket. - TE - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
-
"te" - TE - Static variable in class io.netty.handler.codec.http.HttpHeaders.Names
-
Deprecated.
"TE" - TEARDOWN - Static variable in class io.netty.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.netty.handler.codec.http.HttpResponseStatus
-
307 Temporary Redirect (since HTTP/1.1)
- terminationFuture() - Method in class io.netty.channel.ManualIoEventLoop
- terminationFuture() - Method in class io.netty.channel.ThreadPerChannelEventLoopGroup
-
Deprecated.
- terminationFuture() - Method in interface io.netty.util.concurrent.EventExecutorGroup
-
Returns the
Futurewhich is notified when allEventExecutors managed by thisEventExecutorGrouphave been terminated. - terminationFuture() - Method in class io.netty.util.concurrent.GlobalEventExecutor
- terminationFuture() - Method in class io.netty.util.concurrent.ImmediateEventExecutor
- terminationFuture() - Method in class io.netty.util.concurrent.MultithreadEventExecutorGroup
- terminationFuture() - Method in class io.netty.util.concurrent.NonStickyEventExecutorGroup
- terminationFuture() - Method in class io.netty.util.concurrent.SingleThreadEventExecutor
- terminationFuture() - Method in class io.netty.util.concurrent.UnorderedThreadPoolEventExecutor
-
Deprecated.
- text() - Method in class io.netty.handler.codec.http.HttpVersion
-
Returns the full protocol version text such as
"HTTP/1.0". - text() - Method in class io.netty.handler.codec.http.websocketx.ContinuationWebSocketFrame
-
Returns the text data in this frame.
- text() - Method in class io.netty.handler.codec.http.websocketx.TextWebSocketFrame
-
Returns the text data in this frame.
- text() - Method in enum io.netty.handler.codec.http2.HttpConversionUtil.ExtensionHeaderNames
- text() - Method in enum io.netty.handler.codec.http3.HttpConversionUtil.ExtensionHeaderNames
- text() - Method in class io.netty.handler.codec.xml.XmlDTD
- text() - Method in class io.netty.handler.codec.xml.XmlEntityReference
- TEXT - io.netty.handler.codec.compression.BrotliMode
-
Optimized for UTF-8 formatted text input.
- TEXT_CSS - Static variable in class io.netty.handler.codec.http.HttpHeaderValues
-
"text/css" - TEXT_EVENT_STREAM - Static variable in class io.netty.handler.codec.http.HttpHeaderValues
-
"text/event-stream" - TEXT_HTML - Static variable in class io.netty.handler.codec.http.HttpHeaderValues
-
"text/html" - TEXT_PLAIN - Static variable in class io.netty.handler.codec.http.HttpHeaderValues
-
"text/plain" - TextWebSocketFrame - Class in io.netty.handler.codec.http.websocketx
-
Web Socket text frame.
- TextWebSocketFrame() - Constructor for class io.netty.handler.codec.http.websocketx.TextWebSocketFrame
-
Creates a new empty text frame.
- TextWebSocketFrame(boolean, int, ByteBuf) - Constructor for class io.netty.handler.codec.http.websocketx.TextWebSocketFrame
-
Creates a new text frame with the specified binary data and the final fragment flag.
- TextWebSocketFrame(boolean, int, String) - Constructor for class io.netty.handler.codec.http.websocketx.TextWebSocketFrame
-
Creates a new text frame with the specified text string.
- TextWebSocketFrame(ByteBuf) - Constructor for class io.netty.handler.codec.http.websocketx.TextWebSocketFrame
-
Creates a new text frame with the specified binary data.
- TextWebSocketFrame(String) - Constructor for class io.netty.handler.codec.http.websocketx.TextWebSocketFrame
-
Creates a new text frame with the specified text string.
- thisUpdate() - Method in class io.netty.handler.ssl.ocsp.OcspResponse
- ThreadAwareExecutor - Interface in io.netty.util.concurrent
-
Executor that is aware its execution thread.
- ThreadDeathWatcher - Class in io.netty.util
-
Deprecated.will be removed in the next major release
- ThreadExecutorMap - Class in io.netty.util.internal
-
Allow to retrieve the
EventExecutorfor the callingThread. - threadGroup - Variable in class io.netty.util.concurrent.DefaultThreadFactory
- threadLocalDirectBuffer() - Static method in class io.netty.buffer.ByteBufUtil
-
Returns a cached thread-local direct buffer, if available.
- threadLocalMap() - Method in class io.netty.util.concurrent.FastThreadLocalThread
-
Returns the internal data structure that keeps the thread-local variables bound to this thread.
- ThreadLocalMarshallerProvider - Class in io.netty.handler.codec.marshalling
-
UnmarshallerProviderimplementation which use aThreadLocalto store references toMarshallerinstances. - ThreadLocalMarshallerProvider(MarshallerFactory, MarshallingConfiguration) - Constructor for class io.netty.handler.codec.marshalling.ThreadLocalMarshallerProvider
-
Create a new instance of the
ThreadLocalMarshallerProvider - threadLocalRandom() - Static method in class io.netty.util.internal.PlatformDependent
-
Deprecated.Use ThreadLocalRandom.current() instead.
- ThreadLocalRandom - Class in io.netty.util.internal
-
Deprecated.
- ThreadLocalUnmarshallerProvider - Class in io.netty.handler.codec.marshalling
-
UnmarshallerProviderimplementation which use aThreadLocalto store references toUnmarshallerinstances. - ThreadLocalUnmarshallerProvider(MarshallerFactory, MarshallingConfiguration) - Constructor for class io.netty.handler.codec.marshalling.ThreadLocalUnmarshallerProvider
-
Create a new instance of the
ThreadLocalUnmarshallerProvider - ThreadPerChannelEventLoop - Class in io.netty.channel
-
Deprecated.this will be remove in the next-major release.
- ThreadPerChannelEventLoop(ThreadPerChannelEventLoopGroup) - Constructor for class io.netty.channel.ThreadPerChannelEventLoop
-
Deprecated.
- ThreadPerChannelEventLoopGroup - Class in io.netty.channel
-
Deprecated.this will be remove in the next-major release.
- ThreadPerChannelEventLoopGroup() - Constructor for class io.netty.channel.ThreadPerChannelEventLoopGroup
-
Deprecated.Create a new
ThreadPerChannelEventLoopGroupwith no limit in place. - ThreadPerChannelEventLoopGroup(int) - Constructor for class io.netty.channel.ThreadPerChannelEventLoopGroup
-
Deprecated.Create a new
ThreadPerChannelEventLoopGroup. - ThreadPerChannelEventLoopGroup(int, Executor, Object...) - Constructor for class io.netty.channel.ThreadPerChannelEventLoopGroup
-
Deprecated.Create a new
ThreadPerChannelEventLoopGroup. - ThreadPerChannelEventLoopGroup(int, ThreadFactory, Object...) - Constructor for class io.netty.channel.ThreadPerChannelEventLoopGroup
-
Deprecated.Create a new
ThreadPerChannelEventLoopGroup. - ThreadPerTaskExecutor - Class in io.netty.util.concurrent
- ThreadPerTaskExecutor(ThreadFactory) - Constructor for class io.netty.util.concurrent.ThreadPerTaskExecutor
- threadProperties() - Method in class io.netty.util.concurrent.SingleThreadEventExecutor
- ThreadProperties - Interface in io.netty.util.concurrent
-
Expose details for a
Thread. - ThrowableUtil - Class in io.netty.util.internal
- throwConnectException(String, int) - Static method in class io.netty.channel.unix.Errors
-
Deprecated.
- throwException(Throwable) - Static method in class io.netty.util.internal.PlatformDependent
-
Raises an exception bypassing compiler checks for checked exceptions.
- ticker() - Method in class io.netty.channel.ManualIoEventLoop
- ticker() - Method in class io.netty.util.concurrent.AbstractScheduledEventExecutor
- ticker() - Method in interface io.netty.util.concurrent.EventExecutorGroup
-
The ticker for this executor.
- ticker(Ticker) - Method in class io.netty.channel.embedded.EmbeddedChannel.Builder
-
Configure a custom ticker for this event loop.
- Ticker - Interface in io.netty.util.concurrent
-
A nanosecond-based time source, e.g.
- TICKET_KEY_SIZE - Static variable in class io.netty.handler.codec.quic.SslSessionTicketKey
-
Size of session ticket key
- TICKET_KEY_SIZE - Static variable in class io.netty.handler.ssl.OpenSslSessionTicketKey
-
Size of session ticker key
- ticketKeyFail() - Method in class io.netty.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.netty.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.netty.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.netty.handler.ssl.OpenSslSessionStats
-
Returns the number of times a client presented a ticket derived from the primary key.
- TIME - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Values
-
Deprecated.
"time" - TIME - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderValues
-
"time" - Timeout - Interface in io.netty.util
- TIMEOUT - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Values
-
Deprecated.
"timeout" - TIMEOUT - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderValues
-
"timeout" - TimeoutException - Exception in io.netty.handler.timeout
-
A
TimeoutExceptionwhen no data was either read or written within a certain period of time. - timeouts() - Method in class io.netty.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.netty.util.Timeout
-
Returns the
Timerthat created this handle. - Timer - Interface in io.netty.util
-
Schedules
TimerTasks for one-time future execution in a background thread. - TimerTask - Interface in io.netty.util
-
A task which is executed after the delay specified with
Timer.newTimeout(TimerTask, long, TimeUnit). - TIMESTAMP - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderNames
-
"timestamp" - TIMESTAMP - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Names
-
Deprecated.
"Timestamp" - timeToLive() - Method in class io.netty.handler.codec.dns.AbstractDnsRecord
- timeToLive() - Method in interface io.netty.handler.codec.dns.DnsQuestion
-
An unused property.
- timeToLive() - Method in interface io.netty.handler.codec.dns.DnsRecord
-
Returns the time to live after reading for this resource record.
- tinyCacheSize() - Method in class io.netty.buffer.PooledByteBufAllocator
-
Deprecated.
- tinyCacheSize() - Method in class io.netty.buffer.PooledByteBufAllocatorMetric
-
Deprecated.Tiny caches have been merged into small caches.
- tinySubpages() - Method in interface io.netty.buffer.PoolArenaMetric
-
Deprecated.Tiny sub-pages have been merged into small sub-pages.
- TKEY - Static variable in class io.netty.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.netty.handler.ssl.Ciphers
-
TLS_AES_128_GCM_SHA256
- TLS_AES_256_GCM_SHA384 - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_AES_256_GCM_SHA384
- TLS_CHACHA20_POLY1305_SHA256 - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_CHACHA20_POLY1305_SHA256
- TLS_DH_anon_WITH_AES_128_CBC_SHA - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_DH_anon_WITH_AES_128_CBC_SHA
- TLS_DH_anon_WITH_AES_128_CBC_SHA256 - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_DH_anon_WITH_AES_128_CBC_SHA256
- TLS_DH_anon_WITH_AES_128_GCM_SHA256 - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_DH_anon_WITH_AES_128_GCM_SHA256
- TLS_DH_anon_WITH_AES_256_CBC_SHA - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_DH_anon_WITH_AES_256_CBC_SHA
- TLS_DH_anon_WITH_AES_256_CBC_SHA256 - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_DH_anon_WITH_AES_256_CBC_SHA256
- TLS_DH_anon_WITH_AES_256_GCM_SHA384 - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_DH_anon_WITH_AES_256_GCM_SHA384
- TLS_DH_anon_WITH_CAMELLIA128_SHA - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_DH_anon_WITH_CAMELLIA128_SHA
- TLS_DH_anon_WITH_CAMELLIA128_SHA256 - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_DH_anon_WITH_CAMELLIA128_SHA256
- TLS_DH_anon_WITH_CAMELLIA256_SHA - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_DH_anon_WITH_CAMELLIA256_SHA
- TLS_DH_anon_WITH_CAMELLIA256_SHA256 - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_DH_anon_WITH_CAMELLIA256_SHA256
- TLS_DH_anon_WITH_SEED_SHA - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_DH_anon_WITH_SEED_SHA
- TLS_DHE_DSS_WITH_AES_128_CBC_SHA - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_DHE_DSS_WITH_AES_128_CBC_SHA
- TLS_DHE_DSS_WITH_AES_128_CBC_SHA256 - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_DHE_DSS_WITH_AES_128_CBC_SHA256
- TLS_DHE_DSS_WITH_AES_128_GCM_SHA256 - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_DHE_DSS_WITH_AES_128_GCM_SHA256
- TLS_DHE_DSS_WITH_AES_256_CBC_SHA - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_DHE_DSS_WITH_AES_256_CBC_SHA
- TLS_DHE_DSS_WITH_AES_256_CBC_SHA256 - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_DHE_DSS_WITH_AES_256_CBC_SHA256
- TLS_DHE_DSS_WITH_AES_256_GCM_SHA384 - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_DHE_DSS_WITH_AES_256_GCM_SHA384
- TLS_DHE_DSS_WITH_ARIA128_GCM_SHA256 - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_DHE_DSS_WITH_ARIA128_GCM_SHA256
- TLS_DHE_DSS_WITH_ARIA256_GCM_SHA384 - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_DHE_DSS_WITH_ARIA256_GCM_SHA384
- TLS_DHE_DSS_WITH_CAMELLIA128_SHA - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_DHE_DSS_WITH_CAMELLIA128_SHA
- TLS_DHE_DSS_WITH_CAMELLIA128_SHA256 - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_DHE_DSS_WITH_CAMELLIA128_SHA256
- TLS_DHE_DSS_WITH_CAMELLIA256_SHA - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_DHE_DSS_WITH_CAMELLIA256_SHA
- TLS_DHE_DSS_WITH_CAMELLIA256_SHA256 - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_DHE_DSS_WITH_CAMELLIA256_SHA256
- TLS_DHE_DSS_WITH_SEED_SHA - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_DHE_DSS_WITH_SEED_SHA
- TLS_DHE_PSK_WITH_AES_128_CBC_CCM - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_DHE_PSK_WITH_AES_128_CBC_CCM
- TLS_DHE_PSK_WITH_AES_128_CBC_CCM8 - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_DHE_PSK_WITH_AES_128_CBC_CCM8
- TLS_DHE_PSK_WITH_AES_128_CBC_SHA - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_DHE_PSK_WITH_AES_128_CBC_SHA
- TLS_DHE_PSK_WITH_AES_128_CBC_SHA256 - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_DHE_PSK_WITH_AES_128_CBC_SHA256
- TLS_DHE_PSK_WITH_AES_128_GCM_SHA256 - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_DHE_PSK_WITH_AES_128_GCM_SHA256
- TLS_DHE_PSK_WITH_AES_256_CBC_CCM - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_DHE_PSK_WITH_AES_256_CBC_CCM
- TLS_DHE_PSK_WITH_AES_256_CBC_CCM8 - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_DHE_PSK_WITH_AES_256_CBC_CCM8
- TLS_DHE_PSK_WITH_AES_256_CBC_SHA - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_DHE_PSK_WITH_AES_256_CBC_SHA
- TLS_DHE_PSK_WITH_AES_256_CBC_SHA384 - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_DHE_PSK_WITH_AES_256_CBC_SHA384
- TLS_DHE_PSK_WITH_AES_256_GCM_SHA384 - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_DHE_PSK_WITH_AES_256_GCM_SHA384
- TLS_DHE_PSK_WITH_ARIA128_GCM_SHA256 - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_DHE_PSK_WITH_ARIA128_GCM_SHA256
- TLS_DHE_PSK_WITH_ARIA256_GCM_SHA384 - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_DHE_PSK_WITH_ARIA256_GCM_SHA384
- TLS_DHE_PSK_WITH_CAMELLIA128_SHA256 - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_DHE_PSK_WITH_CAMELLIA128_SHA256
- TLS_DHE_PSK_WITH_CAMELLIA256_SHA384 - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_DHE_PSK_WITH_CAMELLIA256_SHA384
- TLS_DHE_PSK_WITH_CHACHA20_POLY1305_SHA256 - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_DHE_PSK_WITH_CHACHA20_POLY1305_SHA256
- TLS_DHE_RSA_WITH_AES_128_CBC_CCM - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_DHE_RSA_WITH_AES_128_CBC_CCM
- TLS_DHE_RSA_WITH_AES_128_CBC_CCM8 - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_DHE_RSA_WITH_AES_128_CBC_CCM8
- TLS_DHE_RSA_WITH_AES_128_CBC_SHA - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_DHE_RSA_WITH_AES_128_CBC_SHA
- TLS_DHE_RSA_WITH_AES_128_CBC_SHA256 - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_DHE_RSA_WITH_AES_128_CBC_SHA256
- TLS_DHE_RSA_WITH_AES_128_GCM_SHA256 - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_DHE_RSA_WITH_AES_128_GCM_SHA256
- TLS_DHE_RSA_WITH_AES_256_CBC_CCM - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_DHE_RSA_WITH_AES_256_CBC_CCM
- TLS_DHE_RSA_WITH_AES_256_CBC_CCM8 - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_DHE_RSA_WITH_AES_256_CBC_CCM8
- TLS_DHE_RSA_WITH_AES_256_CBC_SHA - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_DHE_RSA_WITH_AES_256_CBC_SHA
- TLS_DHE_RSA_WITH_AES_256_CBC_SHA256 - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_DHE_RSA_WITH_AES_256_CBC_SHA256
- TLS_DHE_RSA_WITH_AES_256_GCM_SHA384 - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_DHE_RSA_WITH_AES_256_GCM_SHA384
- TLS_DHE_RSA_WITH_ARIA128_GCM_SHA256 - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_DHE_RSA_WITH_ARIA128_GCM_SHA256
- TLS_DHE_RSA_WITH_ARIA256_GCM_SHA384 - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_DHE_RSA_WITH_ARIA256_GCM_SHA384
- TLS_DHE_RSA_WITH_CAMELLIA128_SHA - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_DHE_RSA_WITH_CAMELLIA128_SHA
- TLS_DHE_RSA_WITH_CAMELLIA128_SHA256 - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_DHE_RSA_WITH_CAMELLIA128_SHA256
- TLS_DHE_RSA_WITH_CAMELLIA256_SHA - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_DHE_RSA_WITH_CAMELLIA256_SHA
- TLS_DHE_RSA_WITH_CAMELLIA256_SHA256 - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_DHE_RSA_WITH_CAMELLIA256_SHA256
- TLS_DHE_RSA_WITH_CHACHA20_POLY1305_SHA256 - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_DHE_RSA_WITH_CHACHA20_POLY1305_SHA256
- TLS_DHE_RSA_WITH_SEED_SHA - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_DHE_RSA_WITH_SEED_SHA
- TLS_ECDH_anon_WITH_AES_128_CBC_SHA - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_ECDH_anon_WITH_AES_128_CBC_SHA
- TLS_ECDH_anon_WITH_AES_256_CBC_SHA - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_ECDH_anon_WITH_AES_256_CBC_SHA
- TLS_ECDHE_ECDSA_WITH_AES_128_CBC_CCM - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_ECDHE_ECDSA_WITH_AES_128_CBC_CCM
- TLS_ECDHE_ECDSA_WITH_AES_128_CBC_CCM8 - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_ECDHE_ECDSA_WITH_AES_128_CBC_CCM8
- TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA
- TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256 - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256
- TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256 - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256
- TLS_ECDHE_ECDSA_WITH_AES_256_CBC_CCM - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_ECDHE_ECDSA_WITH_AES_256_CBC_CCM
- TLS_ECDHE_ECDSA_WITH_AES_256_CBC_CCM8 - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_ECDHE_ECDSA_WITH_AES_256_CBC_CCM8
- TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA
- TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384 - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384
- TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384 - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384
- TLS_ECDHE_ECDSA_WITH_ARIA128_GCM_SHA256 - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_ECDHE_ECDSA_WITH_ARIA128_GCM_SHA256
- TLS_ECDHE_ECDSA_WITH_ARIA256_GCM_SHA384 - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_ECDHE_ECDSA_WITH_ARIA256_GCM_SHA384
- TLS_ECDHE_ECDSA_WITH_CAMELLIA128_SHA256 - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_ECDHE_ECDSA_WITH_CAMELLIA128_SHA256
- TLS_ECDHE_ECDSA_WITH_CAMELLIA256_SHA384 - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_ECDHE_ECDSA_WITH_CAMELLIA256_SHA384
- TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA256 - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA256
- TLS_ECDHE_PSK_WITH_AES_128_CBC_SHA - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_ECDHE_PSK_WITH_AES_128_CBC_SHA
- TLS_ECDHE_PSK_WITH_AES_128_CBC_SHA256 - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_ECDHE_PSK_WITH_AES_128_CBC_SHA256
- TLS_ECDHE_PSK_WITH_AES_256_CBC_SHA - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_ECDHE_PSK_WITH_AES_256_CBC_SHA
- TLS_ECDHE_PSK_WITH_AES_256_CBC_SHA384 - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_ECDHE_PSK_WITH_AES_256_CBC_SHA384
- TLS_ECDHE_PSK_WITH_CAMELLIA128_SHA256 - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_ECDHE_PSK_WITH_CAMELLIA128_SHA256
- TLS_ECDHE_PSK_WITH_CAMELLIA256_SHA384 - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_ECDHE_PSK_WITH_CAMELLIA256_SHA384
- TLS_ECDHE_PSK_WITH_CHACHA20_POLY1305_SHA256 - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_ECDHE_PSK_WITH_CHACHA20_POLY1305_SHA256
- TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA
- TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256 - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256
- TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256
- TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA
- TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384 - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384
- TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384
- TLS_ECDHE_RSA_WITH_CAMELLIA128_SHA256 - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_ECDHE_RSA_WITH_CAMELLIA128_SHA256
- TLS_ECDHE_RSA_WITH_CAMELLIA256_SHA384 - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_ECDHE_RSA_WITH_CAMELLIA256_SHA384
- TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256 - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256
- TLS_FALSE_START - Static variable in class io.netty.handler.ssl.OpenSslContextOption
-
If enabled TLS false start will be enabled if supported.
- TLS_HANDSHAKE_FAILED - Static variable in class io.netty.handler.codec.http.websocketx.WebSocketCloseStatus
- TLS_PSK_WITH_AES_128_CBC_CCM - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_PSK_WITH_AES_128_CBC_CCM
- TLS_PSK_WITH_AES_128_CBC_CCM8 - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_PSK_WITH_AES_128_CBC_CCM8
- TLS_PSK_WITH_AES_128_CBC_SHA - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_PSK_WITH_AES_128_CBC_SHA
- TLS_PSK_WITH_AES_128_CBC_SHA256 - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_PSK_WITH_AES_128_CBC_SHA256
- TLS_PSK_WITH_AES_128_GCM_SHA256 - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_PSK_WITH_AES_128_GCM_SHA256
- TLS_PSK_WITH_AES_256_CBC_CCM - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_PSK_WITH_AES_256_CBC_CCM
- TLS_PSK_WITH_AES_256_CBC_CCM8 - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_PSK_WITH_AES_256_CBC_CCM8
- TLS_PSK_WITH_AES_256_CBC_SHA - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_PSK_WITH_AES_256_CBC_SHA
- TLS_PSK_WITH_AES_256_CBC_SHA384 - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_PSK_WITH_AES_256_CBC_SHA384
- TLS_PSK_WITH_AES_256_GCM_SHA384 - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_PSK_WITH_AES_256_GCM_SHA384
- TLS_PSK_WITH_ARIA128_GCM_SHA256 - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_PSK_WITH_ARIA128_GCM_SHA256
- TLS_PSK_WITH_ARIA256_GCM_SHA384 - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_PSK_WITH_ARIA256_GCM_SHA384
- TLS_PSK_WITH_CAMELLIA128_SHA256 - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_PSK_WITH_CAMELLIA128_SHA256
- TLS_PSK_WITH_CAMELLIA256_SHA384 - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_PSK_WITH_CAMELLIA256_SHA384
- TLS_PSK_WITH_CHACHA20_POLY1305_SHA256 - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_PSK_WITH_CHACHA20_POLY1305_SHA256
- TLS_RSA_PSK_WITH_AES_128_CBC_SHA - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_RSA_PSK_WITH_AES_128_CBC_SHA
- TLS_RSA_PSK_WITH_AES_128_CBC_SHA256 - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_RSA_PSK_WITH_AES_128_CBC_SHA256
- TLS_RSA_PSK_WITH_AES_128_GCM_SHA256 - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_RSA_PSK_WITH_AES_128_GCM_SHA256
- TLS_RSA_PSK_WITH_AES_256_CBC_SHA - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_RSA_PSK_WITH_AES_256_CBC_SHA
- TLS_RSA_PSK_WITH_AES_256_CBC_SHA384 - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_RSA_PSK_WITH_AES_256_CBC_SHA384
- TLS_RSA_PSK_WITH_AES_256_GCM_SHA384 - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_RSA_PSK_WITH_AES_256_GCM_SHA384
- TLS_RSA_PSK_WITH_ARIA128_GCM_SHA256 - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_RSA_PSK_WITH_ARIA128_GCM_SHA256
- TLS_RSA_PSK_WITH_ARIA256_GCM_SHA384 - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_RSA_PSK_WITH_ARIA256_GCM_SHA384
- TLS_RSA_PSK_WITH_CAMELLIA128_SHA256 - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_RSA_PSK_WITH_CAMELLIA128_SHA256
- TLS_RSA_PSK_WITH_CAMELLIA256_SHA384 - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_RSA_PSK_WITH_CAMELLIA256_SHA384
- TLS_RSA_PSK_WITH_CHACHA20_POLY1305_SHA256 - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_RSA_PSK_WITH_CHACHA20_POLY1305_SHA256
- TLS_RSA_WITH_AES_128_CBC_CCM - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_RSA_WITH_AES_128_CBC_CCM
- TLS_RSA_WITH_AES_128_CBC_CCM8 - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_RSA_WITH_AES_128_CBC_CCM8
- TLS_RSA_WITH_AES_128_CBC_SHA - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_RSA_WITH_AES_128_CBC_SHA
- TLS_RSA_WITH_AES_128_CBC_SHA256 - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_RSA_WITH_AES_128_CBC_SHA256
- TLS_RSA_WITH_AES_128_GCM_SHA256 - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_RSA_WITH_AES_128_GCM_SHA256
- TLS_RSA_WITH_AES_256_CBC_CCM - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_RSA_WITH_AES_256_CBC_CCM
- TLS_RSA_WITH_AES_256_CBC_CCM8 - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_RSA_WITH_AES_256_CBC_CCM8
- TLS_RSA_WITH_AES_256_CBC_SHA - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_RSA_WITH_AES_256_CBC_SHA
- TLS_RSA_WITH_AES_256_CBC_SHA256 - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_RSA_WITH_AES_256_CBC_SHA256
- TLS_RSA_WITH_AES_256_GCM_SHA384 - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_RSA_WITH_AES_256_GCM_SHA384
- TLS_RSA_WITH_ARIA128_GCM_SHA256 - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_RSA_WITH_ARIA128_GCM_SHA256
- TLS_RSA_WITH_ARIA256_GCM_SHA384 - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_RSA_WITH_ARIA256_GCM_SHA384
- TLS_RSA_WITH_CAMELLIA128_SHA - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_RSA_WITH_CAMELLIA128_SHA
- TLS_RSA_WITH_CAMELLIA128_SHA256 - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_RSA_WITH_CAMELLIA128_SHA256
- TLS_RSA_WITH_CAMELLIA256_SHA - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_RSA_WITH_CAMELLIA256_SHA
- TLS_RSA_WITH_CAMELLIA256_SHA256 - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_RSA_WITH_CAMELLIA256_SHA256
- TLS_RSA_WITH_ECDHE_ARIA128_GCM_SHA256 - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_RSA_WITH_ECDHE_ARIA128_GCM_SHA256
- TLS_RSA_WITH_ECDHE_ARIA256_GCM_SHA384 - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_RSA_WITH_ECDHE_ARIA256_GCM_SHA384
- TLS_RSA_WITH_IDEA_CBC_SHA - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_RSA_WITH_IDEA_CBC_SHA
- TLS_RSA_WITH_SEED_SHA - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_RSA_WITH_SEED_SHA
- TLS_SRP_DSS_WITH_AES_128_CBC_SHA - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_SRP_DSS_WITH_AES_128_CBC_SHA
- TLS_SRP_DSS_WITH_AES_256_CBC_SHA - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_SRP_DSS_WITH_AES_256_CBC_SHA
- TLS_SRP_RSA_WITH_AES_128_CBC_SHA - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_SRP_RSA_WITH_AES_128_CBC_SHA
- TLS_SRP_RSA_WITH_AES_256_CBC_SHA - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_SRP_RSA_WITH_AES_256_CBC_SHA
- TLS_SRP_WITH_AES_128_CBC_SHA - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_SRP_WITH_AES_128_CBC_SHA
- TLS_SRP_WITH_AES_256_CBC_SHA - Static variable in class io.netty.handler.ssl.Ciphers
-
TLS_SRP_WITH_AES_256_CBC_SHA
- TLS_UPGRADE_PROTOCOL_NAME - Static variable in class io.netty.handler.codec.http2.Http2CodecUtil
- TLS_v1 - Static variable in class io.netty.handler.ssl.SslProtocols
-
Deprecated.TLSv1 is no longer secure. Consider using
SslProtocols.TLS_v1_2orSslProtocols.TLS_v1_3 - TLS_v1_1 - Static variable in class io.netty.handler.ssl.SslProtocols
-
Deprecated.TLSv1.1 is no longer secure. Consider using
SslProtocols.TLS_v1_2orSslProtocols.TLS_v1_3 - TLS_v1_2 - Static variable in class io.netty.handler.ssl.SslProtocols
-
TLS v1.2
- TLS_v1_3 - Static variable in class io.netty.handler.ssl.SslProtocols
-
TLS v1.3
- TLSA - Static variable in class io.netty.handler.codec.dns.DnsRecordType
-
TLSA certificate association record RFC 6698 A record for DNS-based Authentication of Named Entities (DANE).
- tlvs() - Method in class io.netty.handler.codec.haproxy.HAProxyMessage
-
Returns a list of
HAProxyTLVor an empty list if no TLVs are present. - TMP_DH_KEYLENGTH - Static variable in class io.netty.handler.ssl.OpenSslContextOption
-
Set the desired length of the Diffie-Hellman ephemeral session keys.
- tmpdir() - Static method in class io.netty.util.internal.PlatformDependent
-
Returns the temporary directory.
- toAddressString(InetAddress) - Static method in class io.netty.util.NetUtil
-
Returns the
Stringrepresentation of anInetAddress. - toAddressString(InetAddress, boolean) - Static method in class io.netty.util.NetUtil
-
Returns the
Stringrepresentation of anInetAddress. - toArray() - Method in class io.netty.channel.group.DefaultChannelGroup
- toArray() - Method in class io.netty.util.internal.DefaultPriorityQueue
- toArray() - Method in class io.netty.util.internal.EmptyPriorityQueue
- toArray(T[]) - Method in class io.netty.channel.group.DefaultChannelGroup
- toArray(T1[]) - Method in class io.netty.util.internal.EmptyPriorityQueue
- toArray(X[]) - Method in class io.netty.util.internal.DefaultPriorityQueue
- toBuilder() - Method in class io.netty.handler.codec.http.websocketx.WebSocketClientProtocolConfig
- toBuilder() - Method in class io.netty.handler.codec.http.websocketx.WebSocketDecoderConfig
- toBuilder() - Method in class io.netty.handler.codec.http.websocketx.WebSocketServerProtocolConfig
- toByteArray() - Method in class io.netty.util.AsciiString
-
Converts this string to a byte array.
- toByteArray(int, int) - Method in class io.netty.util.AsciiString
-
Converts a subset of this string to a byte array.
- toByteBuf(ChannelHandlerContext, Throwable) - Static method in class io.netty.handler.codec.http2.Http2CodecUtil
-
Creates a buffer containing the error message from the given exception.
- toByteIndex(int) - Method in class io.netty.buffer.CompositeByteBuf
- toCharArray() - Method in class io.netty.util.AsciiString
-
Copies the characters in this string to a character array.
- toCharArray(int, int) - Method in class io.netty.util.AsciiString
-
Copies the characters in this string to a character array.
- toComponentIndex(int) - Method in class io.netty.buffer.CompositeByteBuf
-
Return the index for the given offset
- toFullHttpRequest(int, Http2Headers, ByteBufAllocator, boolean) - Static method in class io.netty.handler.codec.http2.HttpConversionUtil
-
Create a new object to contain the request data
- toFullHttpRequest(int, Http2Headers, ByteBuf, boolean) - Static method in class io.netty.handler.codec.http2.HttpConversionUtil
-
Create a new object to contain the request data
- toFullHttpResponse(int, Http2Headers, ByteBufAllocator, boolean) - Static method in class io.netty.handler.codec.http2.HttpConversionUtil
-
Create a new object to contain the response data
- toFullHttpResponse(int, Http2Headers, ByteBuf, boolean) - Static method in class io.netty.handler.codec.http2.HttpConversionUtil
-
Create a new object to contain the response data
- toHexString(byte[]) - Static method in class io.netty.util.internal.StringUtil
-
Converts the specified byte array into a hexadecimal value.
- toHexString(byte[], int, int) - Static method in class io.netty.util.internal.StringUtil
-
Converts the specified byte array into a hexadecimal value.
- toHexString(T, byte[]) - Static method in class io.netty.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.netty.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.netty.util.internal.StringUtil
-
Converts the specified byte array into a hexadecimal value.
- toHexStringPadded(byte[], int, int) - Static method in class io.netty.util.internal.StringUtil
-
Converts the specified byte array into a hexadecimal value.
- toHexStringPadded(T, byte[]) - Static method in class io.netty.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.netty.util.internal.StringUtil
-
Converts the specified byte array into a hexadecimal value and appends it to the specified buffer.
- toHintString() - Method in interface io.netty.util.ResourceLeakHint
-
Returns a human-readable message that potentially enables easier resource leak tracking.
- toHttp2Headers(HttpHeaders, boolean) - Static method in class io.netty.handler.codec.http2.HttpConversionUtil
- toHttp2Headers(HttpHeaders, Http2Headers) - Static method in class io.netty.handler.codec.http2.HttpConversionUtil
- toHttp2Headers(HttpMessage, boolean) - Static method in class io.netty.handler.codec.http2.HttpConversionUtil
-
Converts the given HTTP/1.x headers into HTTP/2 headers.
- toHttpHeaderValue() - Method in enum io.netty.handler.codec.http.websocketx.WebSocketVersion
- toHttpRequest(int, Http2Headers, boolean) - Static method in class io.netty.handler.codec.http2.HttpConversionUtil
-
Create a new object to contain the request data.
- toHttpResponse(int, Http2Headers, boolean) - Static method in class io.netty.handler.codec.http2.HttpConversionUtil
-
Create a new object to contain the response data.
- toInternalLevel() - Method in enum io.netty.handler.logging.LogLevel
-
For internal use only.
- toJava(String, String) - Static method in class io.netty.handler.ssl.CipherSuiteConverter
-
Convert from OpenSSL cipher suite name convention to java cipher suite name convention.
- toJdkFamily() - Method in enum io.netty.channel.socket.SocketProtocolFamily
-
Return a
ProtocolFamilythat is "known" by the JDK itself and represent the same asSocketProtocolFamily. - tokenHandler(QuicTokenHandler) - Method in class io.netty.handler.codec.quic.QuicServerCodecBuilder
-
Set the
QuicTokenHandlerthat is used to generate and validate tokens ornullif no tokens should be used at all. - toKeyManagerFactory() - Method in class io.netty.pkitesting.X509Bundle
-
Create a
KeyManagerFactoryfrom this bundle. - toKeyManagerFactory(String) - Method in class io.netty.pkitesting.X509Bundle
-
Create a
KeyManagerFactoryfrom this bundle, using the given algorithm. - toKeyStore(char[]) - Method in class io.netty.pkitesting.X509Bundle
-
Create a
KeyStorewith the contents of this bundle. - toKeyStore(String, char[]) - Method in class io.netty.pkitesting.X509Bundle
-
Create a
KeyStorewith the contents of this bundle. - toLeakAwareBuffer(ByteBuf) - Static method in class io.netty.buffer.AbstractByteBufAllocator
- toLeakAwareBuffer(CompositeByteBuf) - Static method in class io.netty.buffer.AbstractByteBufAllocator
- toLowerCase() - Method in class io.netty.util.AsciiString
-
Converts the characters in this string to lowercase, using the default Locale.
- toLowerCase(char) - Static method in class io.netty.util.AsciiString
-
If the character is uppercase - converts the character to lowercase, otherwise returns the character as it is.
- toLowerCase(int) - Static method in class io.netty.util.internal.SWARUtil
-
Returns a word with all bytes converted to lowercase ASCII.
- toLowerCase(long) - Static method in class io.netty.util.internal.SWARUtil
-
Returns a word with all bytes converted to lowercase ASCII.
- toMap() - Method in interface io.netty.channel.ChannelPipeline
-
Converts this pipeline into an ordered
Mapwhose keys are handler names and whose values are handlers. - toMap() - Method in class io.netty.channel.DefaultChannelPipeline
- TOO_MANY_REQUESTS - Static variable in class io.netty.handler.codec.http.HttpResponseStatus
-
429 Too Many Requests (RFC6585)
- TooLongFormFieldException() - Constructor for exception io.netty.handler.codec.http.multipart.HttpPostRequestDecoder.TooLongFormFieldException
- TooLongFrameException - Exception in io.netty.handler.codec
-
An
DecoderExceptionwhich is thrown when the length of the frame decoded is greater than the allowed maximum. - TooLongFrameException() - Constructor for exception io.netty.handler.codec.TooLongFrameException
-
Creates a new instance.
- TooLongFrameException(String) - Constructor for exception io.netty.handler.codec.TooLongFrameException
-
Creates a new instance.
- TooLongFrameException(String, Throwable) - Constructor for exception io.netty.handler.codec.TooLongFrameException
-
Creates a new instance.
- TooLongFrameException(Throwable) - Constructor for exception io.netty.handler.codec.TooLongFrameException
-
Creates a new instance.
- TooLongHttpContentException - Exception in io.netty.handler.codec.http
-
An
TooLongFrameExceptionwhich is thrown when the length of the content decoded is greater than the allowed maximum. - TooLongHttpContentException() - Constructor for exception io.netty.handler.codec.http.TooLongHttpContentException
-
Creates a new instance.
- TooLongHttpContentException(String) - Constructor for exception io.netty.handler.codec.http.TooLongHttpContentException
-
Creates a new instance.
- TooLongHttpContentException(String, Throwable) - Constructor for exception io.netty.handler.codec.http.TooLongHttpContentException
-
Creates a new instance.
- TooLongHttpContentException(Throwable) - Constructor for exception io.netty.handler.codec.http.TooLongHttpContentException
-
Creates a new instance.
- TooLongHttpHeaderException - Exception in io.netty.handler.codec.http
-
An
TooLongFrameExceptionwhich is thrown when the length of the header decoded is greater than the allowed maximum. - TooLongHttpHeaderException() - Constructor for exception io.netty.handler.codec.http.TooLongHttpHeaderException
-
Creates a new instance.
- TooLongHttpHeaderException(String) - Constructor for exception io.netty.handler.codec.http.TooLongHttpHeaderException
-
Creates a new instance.
- TooLongHttpHeaderException(String, Throwable) - Constructor for exception io.netty.handler.codec.http.TooLongHttpHeaderException
-
Creates a new instance.
- TooLongHttpHeaderException(Throwable) - Constructor for exception io.netty.handler.codec.http.TooLongHttpHeaderException
-
Creates a new instance.
- TooLongHttpLineException - Exception in io.netty.handler.codec.http
-
An
TooLongFrameExceptionwhich is thrown when the length of the line decoded is greater than the allowed maximum. - TooLongHttpLineException() - Constructor for exception io.netty.handler.codec.http.TooLongHttpLineException
-
Creates a new instance.
- TooLongHttpLineException(String) - Constructor for exception io.netty.handler.codec.http.TooLongHttpLineException
-
Creates a new instance.
- TooLongHttpLineException(String, Throwable) - Constructor for exception io.netty.handler.codec.http.TooLongHttpLineException
-
Creates a new instance.
- TooLongHttpLineException(Throwable) - Constructor for exception io.netty.handler.codec.http.TooLongHttpLineException
-
Creates a new instance.
- TooManyFormFieldsException() - Constructor for exception io.netty.handler.codec.http.multipart.HttpPostRequestDecoder.TooManyFormFieldsException
- toOpenSsl(String, boolean) - Static method in class io.netty.handler.ssl.CipherSuiteConverter
-
Converts the specified Java cipher suite to its corresponding OpenSSL cipher suite name.
- TOPIC_ALIAS - io.netty.handler.codec.mqtt.MqttProperties.MqttPropertyType
-
Deprecated.
- TOPIC_ALIAS_INVALID - io.netty.handler.codec.mqtt.MqttReasonCodes.Disconnect
- TOPIC_ALIAS_MAXIMUM - io.netty.handler.codec.mqtt.MqttProperties.MqttPropertyType
-
Deprecated.
- TOPIC_FILTER_INVALID - io.netty.handler.codec.mqtt.MqttReasonCodes.Disconnect
- TOPIC_FILTER_INVALID - io.netty.handler.codec.mqtt.MqttReasonCodes.SubAck
- TOPIC_FILTER_INVALID - io.netty.handler.codec.mqtt.MqttReasonCodes.UnsubAck
- TOPIC_NAME_INVALID - io.netty.handler.codec.mqtt.MqttReasonCodes.Disconnect
- TOPIC_NAME_INVALID - io.netty.handler.codec.mqtt.MqttReasonCodes.PubAck
- TOPIC_NAME_INVALID - io.netty.handler.codec.mqtt.MqttReasonCodes.PubRec
- topicAliasMaximum(int) - Method in class io.netty.handler.codec.mqtt.MqttMessageBuilders.ConnAckPropertiesBuilder
- topicFilter() - Method in class io.netty.handler.codec.mqtt.MqttTopicSubscription
- topicName() - Method in class io.netty.handler.codec.mqtt.MqttPublishVariableHeader
- topicName() - Method in class io.netty.handler.codec.mqtt.MqttTopicSubscription
-
Deprecated.use topicFilter
- topicName(String) - Method in class io.netty.handler.codec.mqtt.MqttMessageBuilders.PublishBuilder
- topics() - Method in class io.netty.handler.codec.mqtt.MqttUnsubscribePayload
- topicSubscriptions() - Method in class io.netty.handler.codec.mqtt.MqttSubscribePayload
- toPoolName(Class<?>) - Static method in class io.netty.util.concurrent.DefaultThreadFactory
- toPrivateKey(File, String) - Static method in class io.netty.handler.ssl.SslContext
- toPrivateKey(InputStream, String) - Static method in class io.netty.handler.ssl.SslContext
- toResolvedAddressTypes(SocketProtocolFamily...) - Static method in class io.netty.resolver.dns.DnsNameResolverBuilder
-
Compute a
ResolvedAddressTypesfrom someSocketProtocolFamilys. - toSocketAddressString(String, int) - Static method in class io.netty.util.NetUtil
-
Returns the
Stringrepresentation of a host port combo. - toSocketAddressString(InetSocketAddress) - Static method in class io.netty.util.NetUtil
-
Returns the
Stringrepresentation of anInetSocketAddress. - toSocketProtocolFamily() - Method in enum io.netty.channel.socket.InternetProtocolFamily
-
Deprecated.
- toString() - Method in class io.netty.bootstrap.AbstractBootstrap
- toString() - Method in class io.netty.bootstrap.AbstractBootstrapConfig
- toString() - Method in class io.netty.bootstrap.BootstrapConfig
- toString() - Method in class io.netty.bootstrap.ServerBootstrapConfig
- toString() - Method in class io.netty.buffer.AbstractByteBuf
- toString() - Method in class io.netty.buffer.AbstractByteBufAllocator
- toString() - Method in class io.netty.buffer.ByteBuf
-
Returns the string representation of this buffer.
- toString() - Method in class io.netty.buffer.CompositeByteBuf
- toString() - Method in class io.netty.buffer.DefaultByteBufHolder
- toString() - Method in class io.netty.buffer.EmptyByteBuf
- toString() - Method in class io.netty.buffer.PooledByteBufAllocatorMetric
- toString() - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- toString() - Method in class io.netty.buffer.WrappedByteBuf
- toString() - Method in class io.netty.channel.AbstractChannel
-
Returns the
Stringrepresentation of this channel. - toString() - Method in class io.netty.channel.AbstractCoalescingBufferQueue
- toString() - Method in class io.netty.channel.DefaultAddressedEnvelope
- toString() - Method in class io.netty.channel.DefaultChannelId
- toString() - Method in class io.netty.channel.DefaultChannelPipeline
-
Returns the
Stringrepresentation of this pipeline. - toString() - Method in class io.netty.channel.epoll.EpollIoOps
- toString() - Method in class io.netty.channel.epoll.VSockAddress
- toString() - Method in class io.netty.channel.group.DefaultChannelGroup
- toString() - Method in class io.netty.channel.kqueue.AcceptFilter
- toString() - Method in class io.netty.channel.kqueue.KQueueIoEvent
- toString() - Method in class io.netty.channel.kqueue.KQueueIoOps
- toString() - Method in class io.netty.channel.local.LocalAddress
- toString() - Method in class io.netty.channel.ReflectiveChannelFactory
- toString() - Method in class io.netty.channel.sctp.SctpMessage
- toString() - Method in class io.netty.channel.unix.DomainSocketAddress
- toString() - Method in class io.netty.channel.unix.FileDescriptor
- toString() - Method in class io.netty.channel.unix.PeerCredentials
- toString() - Method in class io.netty.channel.unix.Socket
- toString() - Method in class io.netty.channel.uring.IoUringBufferRingExhaustedEvent
- toString() - Method in class io.netty.channel.uring.IoUringIoEvent
- toString() - Method in class io.netty.channel.uring.IoUringIoOps
- toString() - Method in class io.netty.channel.WriteBufferWaterMark
- toString() - Method in class io.netty.handler.codec.DecoderResult
- toString() - Method in class io.netty.handler.codec.DefaultHeaders.HeaderEntry
- toString() - Method in class io.netty.handler.codec.DefaultHeaders
- toString() - Method in class io.netty.handler.codec.dns.AbstractDnsOptPseudoRrRecord
- toString() - Method in class io.netty.handler.codec.dns.AbstractDnsRecord
- toString() - Method in class io.netty.handler.codec.dns.DefaultDnsOptEcsRecord
- toString() - Method in class io.netty.handler.codec.dns.DefaultDnsPtrRecord
- toString() - Method in class io.netty.handler.codec.dns.DefaultDnsQuery
- toString() - Method in class io.netty.handler.codec.dns.DefaultDnsQuestion
- toString() - Method in class io.netty.handler.codec.dns.DefaultDnsRawRecord
- toString() - Method in class io.netty.handler.codec.dns.DefaultDnsResponse
- toString() - Method in class io.netty.handler.codec.dns.DnsOpCode
- toString() - Method in class io.netty.handler.codec.dns.DnsRecordType
- toString() - Method in class io.netty.handler.codec.dns.DnsResponseCode
-
Returns a formatted error message for this
DnsResponseCode. - toString() - Method in class io.netty.handler.codec.EmptyHeaders
- toString() - Method in class io.netty.handler.codec.haproxy.HAProxyMessage
- toString() - Method in class io.netty.handler.codec.haproxy.HAProxySSLTLV
- toString() - Method in class io.netty.handler.codec.haproxy.HAProxyTLV
- toString() - Method in class io.netty.handler.codec.http.cookie.DefaultCookie
- toString() - Method in class io.netty.handler.codec.http.cors.CorsConfig
- toString() - Method in class io.netty.handler.codec.http.DefaultFullHttpRequest
- toString() - Method in class io.netty.handler.codec.http.DefaultFullHttpResponse
- toString() - Method in class io.netty.handler.codec.http.DefaultHttpContent
- toString() - Method in class io.netty.handler.codec.http.DefaultHttpRequest
- toString() - Method in class io.netty.handler.codec.http.DefaultHttpResponse
- toString() - Method in class io.netty.handler.codec.http.DefaultLastHttpContent
- toString() - Method in class io.netty.handler.codec.http.HttpHeaders
- toString() - Method in class io.netty.handler.codec.http.HttpMethod
- toString() - Method in class io.netty.handler.codec.http.HttpResponseStatus
- toString() - Method in class io.netty.handler.codec.http.HttpScheme
- toString() - Method in class io.netty.handler.codec.http.HttpServerUpgradeHandler.UpgradeEvent
- toString() - Method in class io.netty.handler.codec.http.HttpVersion
-
Returns the full protocol version text such as
"HTTP/1.0". - toString() - Method in class io.netty.handler.codec.http.multipart.DiskAttribute
- toString() - Method in class io.netty.handler.codec.http.multipart.DiskFileUpload
- toString() - Method in class io.netty.handler.codec.http.multipart.MemoryAttribute
- toString() - Method in class io.netty.handler.codec.http.multipart.MemoryFileUpload
- toString() - Method in class io.netty.handler.codec.http.QueryStringDecoder
- toString() - Method in class io.netty.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.netty.handler.codec.http.websocketx.WebSocketClientProtocolConfig
- toString() - Method in class io.netty.handler.codec.http.websocketx.WebSocketCloseStatus
- toString() - Method in class io.netty.handler.codec.http.websocketx.WebSocketDecoderConfig
- toString() - Method in class io.netty.handler.codec.http.websocketx.WebSocketFrame
- toString() - Method in class io.netty.handler.codec.http.websocketx.WebSocketScheme
- toString() - Method in class io.netty.handler.codec.http.websocketx.WebSocketServerProtocolConfig
- toString() - Method in class io.netty.handler.codec.http2.DefaultHttp2DataFrame
- toString() - Method in class io.netty.handler.codec.http2.DefaultHttp2GoAwayFrame
- toString() - Method in class io.netty.handler.codec.http2.DefaultHttp2HeadersFrame
- toString() - Method in class io.netty.handler.codec.http2.DefaultHttp2PingFrame
- toString() - Method in class io.netty.handler.codec.http2.DefaultHttp2PriorityFrame
- toString() - Method in class io.netty.handler.codec.http2.DefaultHttp2PushPromiseFrame
- toString() - Method in class io.netty.handler.codec.http2.DefaultHttp2ResetFrame
- toString() - Method in class io.netty.handler.codec.http2.DefaultHttp2SettingsFrame
- toString() - Method in class io.netty.handler.codec.http2.DefaultHttp2UnknownFrame
- toString() - Method in class io.netty.handler.codec.http2.DefaultHttp2WindowUpdateFrame
- toString() - Method in class io.netty.handler.codec.http2.Http2Flags
- toString() - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
- toString() - Method in class io.netty.handler.codec.http3.DefaultHttp3CancelPushFrame
- toString() - Method in class io.netty.handler.codec.http3.DefaultHttp3DataFrame
- toString() - Method in class io.netty.handler.codec.http3.DefaultHttp3GoAwayFrame
- toString() - Method in class io.netty.handler.codec.http3.DefaultHttp3HeadersFrame
- toString() - Method in class io.netty.handler.codec.http3.DefaultHttp3MaxPushIdFrame
- toString() - Method in class io.netty.handler.codec.http3.DefaultHttp3PushPromiseFrame
- toString() - Method in class io.netty.handler.codec.http3.DefaultHttp3SettingsFrame
- toString() - Method in class io.netty.handler.codec.http3.DefaultHttp3UnknownFrame
- toString() - Method in class io.netty.handler.codec.memcache.DefaultMemcacheContent
- toString() - Method in class io.netty.handler.codec.mqtt.MqttConnAckVariableHeader
- toString() - Method in class io.netty.handler.codec.mqtt.MqttConnectPayload
- toString() - Method in class io.netty.handler.codec.mqtt.MqttConnectVariableHeader
- toString() - Method in class io.netty.handler.codec.mqtt.MqttFixedHeader
- toString() - Method in class io.netty.handler.codec.mqtt.MqttMessage
- toString() - Method in class io.netty.handler.codec.mqtt.MqttMessageIdAndPropertiesVariableHeader
- toString() - Method in class io.netty.handler.codec.mqtt.MqttMessageIdVariableHeader
- toString() - Method in class io.netty.handler.codec.mqtt.MqttProperties.BinaryProperty
- toString() - Method in class io.netty.handler.codec.mqtt.MqttProperties.IntegerProperty
- toString() - Method in class io.netty.handler.codec.mqtt.MqttProperties.StringProperty
- toString() - Method in class io.netty.handler.codec.mqtt.MqttProperties.UserProperties
- toString() - Method in class io.netty.handler.codec.mqtt.MqttProperties.UserProperty
- toString() - Method in class io.netty.handler.codec.mqtt.MqttPublishVariableHeader
- toString() - Method in class io.netty.handler.codec.mqtt.MqttPubReplyMessageVariableHeader
- toString() - Method in class io.netty.handler.codec.mqtt.MqttReasonCodeAndPropertiesVariableHeader
- toString() - Method in class io.netty.handler.codec.mqtt.MqttSubAckPayload
- toString() - Method in class io.netty.handler.codec.mqtt.MqttSubscribePayload
- toString() - Method in class io.netty.handler.codec.mqtt.MqttSubscriptionOption
- toString() - Method in class io.netty.handler.codec.mqtt.MqttTopicSubscription
- toString() - Method in class io.netty.handler.codec.mqtt.MqttUnsubAckPayload
- toString() - Method in class io.netty.handler.codec.mqtt.MqttUnsubscribePayload
- toString() - Method in class io.netty.handler.codec.quic.DefaultQuicStreamFrame
- toString() - Method in class io.netty.handler.codec.quic.QuicConnectionAddress
- toString() - Method in class io.netty.handler.codec.quic.QuicConnectionCloseEvent
- toString() - Method in class io.netty.handler.codec.quic.QuicDatagramExtensionEvent
- toString() - Method in class io.netty.handler.codec.quic.QuicPathEvent.Closed
- toString() - Method in class io.netty.handler.codec.quic.QuicPathEvent.FailedValidation
- toString() - Method in class io.netty.handler.codec.quic.QuicPathEvent.New
- toString() - Method in class io.netty.handler.codec.quic.QuicPathEvent.PeerMigrated
- toString() - Method in class io.netty.handler.codec.quic.QuicPathEvent.ReusedSourceConnectionId
- toString() - Method in class io.netty.handler.codec.quic.QuicPathEvent
- toString() - Method in class io.netty.handler.codec.quic.QuicPathEvent.Validated
- toString() - Method in class io.netty.handler.codec.quic.QuicStreamAddress
- toString() - Method in class io.netty.handler.codec.quic.QuicStreamPriority
- toString() - Method in class io.netty.handler.codec.quic.QuicTransportError
- toString() - Method in class io.netty.handler.codec.quic.SslSessionTicketKey
- toString() - Method in class io.netty.handler.codec.redis.AbstractStringRedisMessage
- toString() - Method in class io.netty.handler.codec.redis.ArrayHeaderRedisMessage
- toString() - Method in class io.netty.handler.codec.redis.ArrayRedisMessage
- toString() - Method in class io.netty.handler.codec.redis.DefaultBulkStringRedisContent
- toString() - Method in enum io.netty.handler.codec.redis.FixedRedisMessagePool.RedisErrorKey
- toString() - Method in class io.netty.handler.codec.redis.FullBulkStringRedisMessage
- toString() - Method in class io.netty.handler.codec.redis.IntegerRedisMessage
- toString() - Method in class io.netty.handler.codec.smtp.DefaultSmtpRequest
- toString() - Method in class io.netty.handler.codec.smtp.DefaultSmtpResponse
- toString() - Method in class io.netty.handler.codec.smtp.SmtpCommand
- toString() - Method in class io.netty.handler.codec.socksx.v4.DefaultSocks4CommandRequest
- toString() - Method in class io.netty.handler.codec.socksx.v4.DefaultSocks4CommandResponse
- toString() - Method in class io.netty.handler.codec.socksx.v4.Socks4CommandStatus
- toString() - Method in class io.netty.handler.codec.socksx.v4.Socks4CommandType
- toString() - Method in class io.netty.handler.codec.socksx.v5.DefaultSocks5CommandRequest
- toString() - Method in class io.netty.handler.codec.socksx.v5.DefaultSocks5CommandResponse
- toString() - Method in class io.netty.handler.codec.socksx.v5.DefaultSocks5InitialRequest
- toString() - Method in class io.netty.handler.codec.socksx.v5.DefaultSocks5InitialResponse
- toString() - Method in class io.netty.handler.codec.socksx.v5.DefaultSocks5PasswordAuthRequest
- toString() - Method in class io.netty.handler.codec.socksx.v5.DefaultSocks5PasswordAuthResponse
- toString() - Method in class io.netty.handler.codec.socksx.v5.DefaultSocks5PrivateAuthRequest
- toString() - Method in class io.netty.handler.codec.socksx.v5.DefaultSocks5PrivateAuthResponse
- toString() - Method in class io.netty.handler.codec.socksx.v5.Socks5AddressType
- toString() - Method in class io.netty.handler.codec.socksx.v5.Socks5AuthMethod
- toString() - Method in class io.netty.handler.codec.socksx.v5.Socks5CommandStatus
- toString() - Method in class io.netty.handler.codec.socksx.v5.Socks5CommandType
- toString() - Method in class io.netty.handler.codec.socksx.v5.Socks5PasswordAuthStatus
- toString() - Method in class io.netty.handler.codec.socksx.v5.Socks5PrivateAuthStatus
- toString() - Method in class io.netty.handler.codec.spdy.DefaultSpdyDataFrame
- toString() - Method in class io.netty.handler.codec.spdy.DefaultSpdyGoAwayFrame
- toString() - Method in class io.netty.handler.codec.spdy.DefaultSpdyHeadersFrame
- toString() - Method in class io.netty.handler.codec.spdy.DefaultSpdyPingFrame
- toString() - Method in class io.netty.handler.codec.spdy.DefaultSpdyRstStreamFrame
- toString() - Method in class io.netty.handler.codec.spdy.DefaultSpdySettingsFrame
- toString() - Method in class io.netty.handler.codec.spdy.DefaultSpdySynReplyFrame
- toString() - Method in class io.netty.handler.codec.spdy.DefaultSpdySynStreamFrame
- toString() - Method in class io.netty.handler.codec.spdy.DefaultSpdyUnknownFrame
- toString() - Method in class io.netty.handler.codec.spdy.DefaultSpdyWindowUpdateFrame
- toString() - Method in class io.netty.handler.codec.spdy.SpdySessionStatus
- toString() - Method in class io.netty.handler.codec.spdy.SpdyStreamStatus
- toString() - Method in class io.netty.handler.codec.stomp.DefaultLastStompContentSubframe
- toString() - Method in class io.netty.handler.codec.stomp.DefaultStompContentSubframe
- toString() - Method in class io.netty.handler.codec.stomp.DefaultStompFrame
- toString() - Method in class io.netty.handler.codec.stomp.DefaultStompHeadersSubframe
- toString() - Method in class io.netty.handler.codec.string.LineSeparator
-
Return a hex dump of the line separator in UTF-8 encoding.
- toString() - Method in class io.netty.handler.codec.xml.XmlAttribute
- toString() - Method in class io.netty.handler.codec.xml.XmlContent
- toString() - Method in class io.netty.handler.codec.xml.XmlDocumentStart
- toString() - Method in class io.netty.handler.codec.xml.XmlDTD
- toString() - Method in class io.netty.handler.codec.xml.XmlElement
- toString() - Method in class io.netty.handler.codec.xml.XmlElementEnd
- toString() - Method in class io.netty.handler.codec.xml.XmlElementStart
- toString() - Method in class io.netty.handler.codec.xml.XmlEntityReference
- toString() - Method in class io.netty.handler.codec.xml.XmlNamespace
- toString() - Method in class io.netty.handler.codec.xml.XmlProcessingInstruction
- toString() - Method in class io.netty.handler.pcap.PcapWriteHandler
- toString() - Method in class io.netty.handler.proxy.ProxyConnectionEvent
- toString() - Method in class io.netty.handler.ssl.ocsp.OcspResponse
- toString() - Method in class io.netty.handler.ssl.ocsp.OcspValidationEvent
- toString() - Method in class io.netty.handler.ssl.PemX509Certificate
- toString() - Method in class io.netty.handler.ssl.SniCompletionEvent
- toString() - Method in class io.netty.handler.ssl.SslCompletionEvent
- toString() - Method in class io.netty.handler.ssl.util.LazyJavaxX509Certificate
- toString() - Method in class io.netty.handler.ssl.util.LazyX509Certificate
- toString() - Method in class io.netty.handler.timeout.IdleStateEvent
- toString() - Method in class io.netty.handler.traffic.AbstractTrafficShapingHandler
- toString() - Method in class io.netty.handler.traffic.GlobalChannelTrafficShapingHandler
- toString() - Method in class io.netty.handler.traffic.TrafficCounter
- toString() - Method in class io.netty.resolver.dns.DefaultAuthoritativeDnsServerCache
- toString() - Method in class io.netty.resolver.dns.DefaultDnsCache
- toString() - Method in class io.netty.resolver.dns.NoopDnsCache
- toString() - Method in class io.netty.util.AbstractConstant
- toString() - Method in class io.netty.util.AsciiString
-
Translates the entire byte string to a
String. - toString() - Method in class io.netty.util.collection.ByteObjectHashMap
- toString() - Method in class io.netty.util.collection.CharObjectHashMap
- toString() - Method in class io.netty.util.collection.IntObjectHashMap
- toString() - Method in class io.netty.util.collection.LongObjectHashMap
- toString() - Method in class io.netty.util.collection.ShortObjectHashMap
- toString() - Method in class io.netty.util.concurrent.DefaultPromise
- toString() - Method in class io.netty.util.DomainNameMapping
-
Deprecated.
- toString() - Method in class io.netty.util.internal.AppendableCharSequence
- toString() - Method in class io.netty.util.internal.EmptyPriorityQueue
- toString() - Method in class io.netty.util.internal.logging.AbstractInternalLogger
- toString() - Method in error io.netty.util.Signal
- toString() - Method in class io.netty.util.Version
- toString(int) - Method in class io.netty.util.AsciiString
-
Translates the entire byte string to a
Stringusing thecharsetencoding. - toString(int, int) - Method in class io.netty.util.AsciiString
-
Translates the [
start,end) range of this byte string to aString. - toString(int, int, Charset) - Method in class io.netty.buffer.AbstractByteBuf
- toString(int, int, Charset) - Method in class io.netty.buffer.ByteBuf
-
Decodes this buffer's sub-region into a string with the specified character set.
- toString(int, int, Charset) - Method in class io.netty.buffer.EmptyByteBuf
- toString(int, int, Charset) - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- toString(int, int, Charset) - Method in class io.netty.buffer.WrappedByteBuf
- toString(Class<?>, Iterator<Map.Entry<K, V>>, int) - Static method in class io.netty.handler.codec.HeadersUtils
-
Helper for implementing toString for
DefaultHeadersand wrappers such as DefaultHttpHeaders. - toString(Charset) - Method in class io.netty.buffer.AbstractByteBuf
- toString(Charset) - Method in class io.netty.buffer.ByteBuf
-
Decodes this buffer's readable bytes into a string with the specified character set name.
- toString(Charset) - Method in class io.netty.buffer.EmptyByteBuf
- toString(Charset) - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- toString(Charset) - Method in class io.netty.buffer.WrappedByteBuf
- toStringBuilder() - Method in class io.netty.util.concurrent.DefaultPromise
- totalBodyLength() - Method in class io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage
- totalBodyLength() - Method in interface io.netty.handler.codec.memcache.binary.BinaryMemcacheMessage
-
Returns the total body length.
- totalBytesRead() - Method in class io.netty.channel.DefaultMaxMessagesRecvByteBufAllocator.MaxMessageHandle
- totalPendingWriteBytes() - Method in class io.netty.channel.ChannelOutboundBuffer
- totalRetrans() - Method in class io.netty.channel.epoll.EpollTcpInfo
- totalRetrans() - Method in class io.netty.channel.uring.IoUringTcpInfo
- totalSize() - Method in class io.netty.handler.codec.http.HttpMessageDecoderResult
-
The decoded initial line length plus the decoded header size (in bytes).
- toTempCertChainPem() - Method in class io.netty.pkitesting.X509Bundle
-
Create a temporary PEM file with the certificate chain of this bundle.
- toTempKeyStoreFile(char[]) - Method in class io.netty.pkitesting.X509Bundle
-
Create a temporary PKCS#12 file with the key store of this bundle.
- toTempKeyStoreFile(char[], char[]) - Method in class io.netty.pkitesting.X509Bundle
-
Create a temporary PKCS#12 file with the key store of this bundle.
- toTempPrivateKeyPem() - Method in class io.netty.pkitesting.X509Bundle
-
Create a temporary PEM file with the private key of this bundle.
- toTempRootCertPem() - Method in class io.netty.pkitesting.X509Bundle
-
Create a temporary PEM file with the root certificate of this bundle.
- toTrustManager() - Method in class io.netty.pkitesting.X509Bundle
-
Create a
TrustManagerinstance that trusts the root certificate in this bundle. - toTrustManagerFactory() - Method in class io.netty.pkitesting.X509Bundle
-
Create
TrustManagerFactoryinstance that trusts the root certificate in this bundle. - toTrustManagerFactory(String) - Method in class io.netty.pkitesting.X509Bundle
-
Create
TrustManagerFactoryinstance that trusts the root certificate in this bundle, with the given algorithm. - touch() - Method in class io.netty.buffer.AbstractDerivedByteBuf
-
Deprecated.
- touch() - Method in class io.netty.buffer.AbstractReferenceCountedByteBuf
- touch() - Method in class io.netty.buffer.ByteBuf
- touch() - Method in interface io.netty.buffer.ByteBufHolder
- touch() - Method in class io.netty.buffer.CompositeByteBuf
- touch() - Method in class io.netty.buffer.DefaultByteBufHolder
- touch() - Method in class io.netty.buffer.EmptyByteBuf
- touch() - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- touch() - Method in class io.netty.buffer.WrappedByteBuf
- touch() - Method in interface io.netty.channel.AddressedEnvelope
- touch() - Method in class io.netty.channel.DefaultAddressedEnvelope
- touch() - Method in class io.netty.channel.DefaultFileRegion
- touch() - Method in class io.netty.channel.epoll.SegmentedDatagramPacket
-
Deprecated.
- touch() - Method in interface io.netty.channel.FileRegion
- touch() - Method in class io.netty.channel.sctp.SctpMessage
- touch() - Method in class io.netty.channel.socket.DatagramPacket
- touch() - Method in class io.netty.channel.udt.UdtMessage
-
Deprecated.
- touch() - Method in class io.netty.channel.unix.DomainDatagramPacket
- touch() - Method in class io.netty.channel.unix.SegmentedDatagramPacket
- touch() - Method in class io.netty.handler.codec.dns.AbstractDnsMessage
- touch() - Method in class io.netty.handler.codec.dns.DatagramDnsQuery
- touch() - Method in class io.netty.handler.codec.dns.DatagramDnsResponse
- touch() - Method in class io.netty.handler.codec.dns.DefaultDnsQuery
- touch() - Method in class io.netty.handler.codec.dns.DefaultDnsRawRecord
- touch() - Method in class io.netty.handler.codec.dns.DefaultDnsResponse
- touch() - Method in interface io.netty.handler.codec.dns.DnsMessage
- touch() - Method in interface io.netty.handler.codec.dns.DnsQuery
- touch() - Method in interface io.netty.handler.codec.dns.DnsRawRecord
- touch() - Method in interface io.netty.handler.codec.dns.DnsResponse
- touch() - Method in class io.netty.handler.codec.haproxy.HAProxyMessage
- touch() - Method in class io.netty.handler.codec.haproxy.HAProxyTLV
- touch() - Method in class io.netty.handler.codec.http.DefaultFullHttpRequest
- touch() - Method in class io.netty.handler.codec.http.DefaultFullHttpResponse
- touch() - Method in class io.netty.handler.codec.http.DefaultHttpContent
- touch() - Method in class io.netty.handler.codec.http.DefaultLastHttpContent
- touch() - Method in interface io.netty.handler.codec.http.FullHttpMessage
- touch() - Method in interface io.netty.handler.codec.http.FullHttpRequest
- touch() - Method in interface io.netty.handler.codec.http.FullHttpResponse
- touch() - Method in interface io.netty.handler.codec.http.HttpContent
- touch() - Method in class io.netty.handler.codec.http.HttpServerUpgradeHandler.UpgradeEvent
- touch() - Method in interface io.netty.handler.codec.http.LastHttpContent
- touch() - Method in class io.netty.handler.codec.http.multipart.AbstractDiskHttpData
- touch() - Method in class io.netty.handler.codec.http.multipart.AbstractHttpData
- touch() - Method in class io.netty.handler.codec.http.multipart.AbstractMemoryHttpData
- touch() - Method in interface io.netty.handler.codec.http.multipart.Attribute
- touch() - Method in class io.netty.handler.codec.http.multipart.DiskAttribute
- touch() - Method in class io.netty.handler.codec.http.multipart.DiskFileUpload
- touch() - Method in interface io.netty.handler.codec.http.multipart.FileUpload
- touch() - Method in interface io.netty.handler.codec.http.multipart.HttpData
- touch() - Method in interface io.netty.handler.codec.http.multipart.InterfaceHttpData
- touch() - Method in class io.netty.handler.codec.http.multipart.MemoryAttribute
- touch() - Method in class io.netty.handler.codec.http.multipart.MemoryFileUpload
- touch() - Method in class io.netty.handler.codec.http.multipart.MixedAttribute
- touch() - Method in class io.netty.handler.codec.http.multipart.MixedFileUpload
- touch() - Method in class io.netty.handler.codec.http.websocketx.BinaryWebSocketFrame
- touch() - Method in class io.netty.handler.codec.http.websocketx.CloseWebSocketFrame
- touch() - Method in class io.netty.handler.codec.http.websocketx.ContinuationWebSocketFrame
- touch() - Method in class io.netty.handler.codec.http.websocketx.PingWebSocketFrame
- touch() - Method in class io.netty.handler.codec.http.websocketx.PongWebSocketFrame
- touch() - Method in class io.netty.handler.codec.http.websocketx.TextWebSocketFrame
- touch() - Method in class io.netty.handler.codec.http.websocketx.WebSocketFrame
- touch() - Method in class io.netty.handler.codec.http2.DefaultHttp2DataFrame
- touch() - Method in class io.netty.handler.codec.http2.DefaultHttp2GoAwayFrame
- touch() - Method in class io.netty.handler.codec.http2.DefaultHttp2UnknownFrame
- touch() - Method in interface io.netty.handler.codec.http2.Http2DataFrame
- touch() - Method in interface io.netty.handler.codec.http2.Http2GoAwayFrame
- touch() - Method in interface io.netty.handler.codec.http2.Http2UnknownFrame
- touch() - Method in class io.netty.handler.codec.http3.DefaultHttp3DataFrame
- touch() - Method in class io.netty.handler.codec.http3.DefaultHttp3UnknownFrame
- touch() - Method in interface io.netty.handler.codec.http3.Http3DataFrame
- touch() - Method in interface io.netty.handler.codec.http3.Http3UnknownFrame
- touch() - Method in class io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage
- touch() - Method in interface io.netty.handler.codec.memcache.binary.BinaryMemcacheMessage
- touch() - Method in interface io.netty.handler.codec.memcache.binary.BinaryMemcacheRequest
- touch() - Method in interface io.netty.handler.codec.memcache.binary.BinaryMemcacheResponse
- touch() - Method in class io.netty.handler.codec.memcache.binary.DefaultBinaryMemcacheRequest
- touch() - Method in class io.netty.handler.codec.memcache.binary.DefaultBinaryMemcacheResponse
- touch() - Method in class io.netty.handler.codec.memcache.binary.DefaultFullBinaryMemcacheRequest
- touch() - Method in class io.netty.handler.codec.memcache.binary.DefaultFullBinaryMemcacheResponse
- touch() - Method in interface io.netty.handler.codec.memcache.binary.FullBinaryMemcacheRequest
- touch() - Method in interface io.netty.handler.codec.memcache.binary.FullBinaryMemcacheResponse
- touch() - Method in class io.netty.handler.codec.memcache.DefaultLastMemcacheContent
- touch() - Method in class io.netty.handler.codec.memcache.DefaultMemcacheContent
- touch() - Method in interface io.netty.handler.codec.memcache.FullMemcacheMessage
- touch() - Method in interface io.netty.handler.codec.memcache.LastMemcacheContent
- touch() - Method in interface io.netty.handler.codec.memcache.MemcacheContent
- touch() - Method in interface io.netty.handler.codec.memcache.MemcacheMessage
- touch() - Method in class io.netty.handler.codec.mqtt.MqttPublishMessage
- touch() - Method in class io.netty.handler.codec.quic.DefaultQuicStreamFrame
- touch() - Method in interface io.netty.handler.codec.quic.QuicStreamFrame
- touch() - Method in interface io.netty.handler.codec.redis.BulkStringRedisContent
- touch() - Method in class io.netty.handler.codec.redis.DefaultBulkStringRedisContent
- touch() - Method in class io.netty.handler.codec.redis.DefaultLastBulkStringRedisContent
- touch() - Method in class io.netty.handler.codec.redis.FullBulkStringRedisMessage
- touch() - Method in interface io.netty.handler.codec.redis.LastBulkStringRedisContent
- touch() - Method in class io.netty.handler.codec.smtp.DefaultLastSmtpContent
- touch() - Method in class io.netty.handler.codec.smtp.DefaultSmtpContent
- touch() - Method in interface io.netty.handler.codec.smtp.LastSmtpContent
- touch() - Method in interface io.netty.handler.codec.smtp.SmtpContent
- touch() - Method in class io.netty.handler.codec.spdy.DefaultSpdyDataFrame
- touch() - Method in class io.netty.handler.codec.spdy.DefaultSpdyUnknownFrame
- touch() - Method in interface io.netty.handler.codec.spdy.SpdyDataFrame
- touch() - Method in interface io.netty.handler.codec.spdy.SpdyUnknownFrame
- touch() - Method in class io.netty.handler.codec.stomp.DefaultLastStompContentSubframe
- touch() - Method in class io.netty.handler.codec.stomp.DefaultStompContentSubframe
- touch() - Method in class io.netty.handler.codec.stomp.DefaultStompFrame
- touch() - Method in interface io.netty.handler.codec.stomp.LastStompContentSubframe
- touch() - Method in interface io.netty.handler.codec.stomp.StompContentSubframe
- touch() - Method in interface io.netty.handler.codec.stomp.StompFrame
- touch() - Method in class io.netty.handler.ssl.PemPrivateKey
- touch() - Method in class io.netty.handler.ssl.PemX509Certificate
- touch() - Method in class io.netty.handler.ssl.ReferenceCountedOpenSslContext
- touch() - Method in class io.netty.handler.ssl.ReferenceCountedOpenSslEngine
- touch() - Method in class io.netty.util.AbstractReferenceCounted
- touch() - Method in interface io.netty.util.ReferenceCounted
-
Records the current access location of this object for debugging purposes.
- touch(Object) - Method in class io.netty.buffer.AbstractDerivedByteBuf
-
Deprecated.
- touch(Object) - Method in class io.netty.buffer.AbstractReferenceCountedByteBuf
- touch(Object) - Method in class io.netty.buffer.ByteBuf
- touch(Object) - Method in interface io.netty.buffer.ByteBufHolder
- touch(Object) - Method in class io.netty.buffer.CompositeByteBuf
- touch(Object) - Method in class io.netty.buffer.DefaultByteBufHolder
- touch(Object) - Method in class io.netty.buffer.EmptyByteBuf
- touch(Object) - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- touch(Object) - Method in class io.netty.buffer.WrappedByteBuf
- touch(Object) - Method in interface io.netty.channel.AddressedEnvelope
- touch(Object) - Method in class io.netty.channel.DefaultAddressedEnvelope
- touch(Object) - Method in class io.netty.channel.DefaultFileRegion
- touch(Object) - Method in class io.netty.channel.epoll.SegmentedDatagramPacket
-
Deprecated.
- touch(Object) - Method in interface io.netty.channel.FileRegion
- touch(Object) - Method in class io.netty.channel.sctp.SctpMessage
- touch(Object) - Method in class io.netty.channel.socket.DatagramPacket
- touch(Object) - Method in class io.netty.channel.udt.UdtMessage
-
Deprecated.
- touch(Object) - Method in class io.netty.channel.unix.DomainDatagramPacket
- touch(Object) - Method in class io.netty.channel.unix.SegmentedDatagramPacket
- touch(Object) - Method in class io.netty.handler.codec.dns.AbstractDnsMessage
- touch(Object) - Method in class io.netty.handler.codec.dns.DatagramDnsQuery
- touch(Object) - Method in class io.netty.handler.codec.dns.DatagramDnsResponse
- touch(Object) - Method in class io.netty.handler.codec.dns.DefaultDnsQuery
- touch(Object) - Method in class io.netty.handler.codec.dns.DefaultDnsRawRecord
- touch(Object) - Method in class io.netty.handler.codec.dns.DefaultDnsResponse
- touch(Object) - Method in interface io.netty.handler.codec.dns.DnsMessage
- touch(Object) - Method in interface io.netty.handler.codec.dns.DnsQuery
- touch(Object) - Method in interface io.netty.handler.codec.dns.DnsRawRecord
- touch(Object) - Method in interface io.netty.handler.codec.dns.DnsResponse
- touch(Object) - Method in class io.netty.handler.codec.haproxy.HAProxyMessage
- touch(Object) - Method in class io.netty.handler.codec.haproxy.HAProxyTLV
- touch(Object) - Method in class io.netty.handler.codec.http.DefaultFullHttpRequest
- touch(Object) - Method in class io.netty.handler.codec.http.DefaultFullHttpResponse
- touch(Object) - Method in class io.netty.handler.codec.http.DefaultHttpContent
- touch(Object) - Method in class io.netty.handler.codec.http.DefaultLastHttpContent
- touch(Object) - Method in interface io.netty.handler.codec.http.FullHttpMessage
- touch(Object) - Method in interface io.netty.handler.codec.http.FullHttpRequest
- touch(Object) - Method in interface io.netty.handler.codec.http.FullHttpResponse
- touch(Object) - Method in interface io.netty.handler.codec.http.HttpContent
- touch(Object) - Method in class io.netty.handler.codec.http.HttpServerUpgradeHandler.UpgradeEvent
- touch(Object) - Method in interface io.netty.handler.codec.http.LastHttpContent
- touch(Object) - Method in class io.netty.handler.codec.http.multipart.AbstractDiskHttpData
- touch(Object) - Method in class io.netty.handler.codec.http.multipart.AbstractHttpData
- touch(Object) - Method in class io.netty.handler.codec.http.multipart.AbstractMemoryHttpData
- touch(Object) - Method in interface io.netty.handler.codec.http.multipart.Attribute
- touch(Object) - Method in class io.netty.handler.codec.http.multipart.DiskAttribute
- touch(Object) - Method in class io.netty.handler.codec.http.multipart.DiskFileUpload
- touch(Object) - Method in interface io.netty.handler.codec.http.multipart.FileUpload
- touch(Object) - Method in interface io.netty.handler.codec.http.multipart.HttpData
- touch(Object) - Method in interface io.netty.handler.codec.http.multipart.InterfaceHttpData
- touch(Object) - Method in class io.netty.handler.codec.http.multipart.MemoryAttribute
- touch(Object) - Method in class io.netty.handler.codec.http.multipart.MemoryFileUpload
- touch(Object) - Method in class io.netty.handler.codec.http.multipart.MixedAttribute
- touch(Object) - Method in class io.netty.handler.codec.http.multipart.MixedFileUpload
- touch(Object) - Method in class io.netty.handler.codec.http.websocketx.BinaryWebSocketFrame
- touch(Object) - Method in class io.netty.handler.codec.http.websocketx.CloseWebSocketFrame
- touch(Object) - Method in class io.netty.handler.codec.http.websocketx.ContinuationWebSocketFrame
- touch(Object) - Method in class io.netty.handler.codec.http.websocketx.PingWebSocketFrame
- touch(Object) - Method in class io.netty.handler.codec.http.websocketx.PongWebSocketFrame
- touch(Object) - Method in class io.netty.handler.codec.http.websocketx.TextWebSocketFrame
- touch(Object) - Method in class io.netty.handler.codec.http.websocketx.WebSocketFrame
- touch(Object) - Method in class io.netty.handler.codec.http2.DefaultHttp2DataFrame
- touch(Object) - Method in class io.netty.handler.codec.http2.DefaultHttp2GoAwayFrame
- touch(Object) - Method in class io.netty.handler.codec.http2.DefaultHttp2UnknownFrame
- touch(Object) - Method in interface io.netty.handler.codec.http2.Http2DataFrame
- touch(Object) - Method in interface io.netty.handler.codec.http2.Http2GoAwayFrame
- touch(Object) - Method in interface io.netty.handler.codec.http2.Http2UnknownFrame
- touch(Object) - Method in class io.netty.handler.codec.http3.DefaultHttp3DataFrame
- touch(Object) - Method in class io.netty.handler.codec.http3.DefaultHttp3UnknownFrame
- touch(Object) - Method in interface io.netty.handler.codec.http3.Http3DataFrame
- touch(Object) - Method in interface io.netty.handler.codec.http3.Http3UnknownFrame
- touch(Object) - Method in class io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage
- touch(Object) - Method in interface io.netty.handler.codec.memcache.binary.BinaryMemcacheMessage
- touch(Object) - Method in interface io.netty.handler.codec.memcache.binary.BinaryMemcacheRequest
- touch(Object) - Method in interface io.netty.handler.codec.memcache.binary.BinaryMemcacheResponse
- touch(Object) - Method in class io.netty.handler.codec.memcache.binary.DefaultBinaryMemcacheRequest
- touch(Object) - Method in class io.netty.handler.codec.memcache.binary.DefaultBinaryMemcacheResponse
- touch(Object) - Method in class io.netty.handler.codec.memcache.binary.DefaultFullBinaryMemcacheRequest
- touch(Object) - Method in class io.netty.handler.codec.memcache.binary.DefaultFullBinaryMemcacheResponse
- touch(Object) - Method in interface io.netty.handler.codec.memcache.binary.FullBinaryMemcacheRequest
- touch(Object) - Method in interface io.netty.handler.codec.memcache.binary.FullBinaryMemcacheResponse
- touch(Object) - Method in class io.netty.handler.codec.memcache.DefaultLastMemcacheContent
- touch(Object) - Method in class io.netty.handler.codec.memcache.DefaultMemcacheContent
- touch(Object) - Method in interface io.netty.handler.codec.memcache.FullMemcacheMessage
- touch(Object) - Method in interface io.netty.handler.codec.memcache.LastMemcacheContent
- touch(Object) - Method in interface io.netty.handler.codec.memcache.MemcacheContent
- touch(Object) - Method in interface io.netty.handler.codec.memcache.MemcacheMessage
- touch(Object) - Method in class io.netty.handler.codec.mqtt.MqttPublishMessage
- touch(Object) - Method in class io.netty.handler.codec.quic.DefaultQuicStreamFrame
- touch(Object) - Method in interface io.netty.handler.codec.quic.QuicStreamFrame
- touch(Object) - Method in class io.netty.handler.codec.redis.ArrayRedisMessage
- touch(Object) - Method in interface io.netty.handler.codec.redis.BulkStringRedisContent
- touch(Object) - Method in class io.netty.handler.codec.redis.DefaultBulkStringRedisContent
- touch(Object) - Method in class io.netty.handler.codec.redis.DefaultLastBulkStringRedisContent
- touch(Object) - Method in class io.netty.handler.codec.redis.FullBulkStringRedisMessage
- touch(Object) - Method in interface io.netty.handler.codec.redis.LastBulkStringRedisContent
- touch(Object) - Method in class io.netty.handler.codec.smtp.DefaultLastSmtpContent
- touch(Object) - Method in class io.netty.handler.codec.smtp.DefaultSmtpContent
- touch(Object) - Method in interface io.netty.handler.codec.smtp.LastSmtpContent
- touch(Object) - Method in interface io.netty.handler.codec.smtp.SmtpContent
- touch(Object) - Method in class io.netty.handler.codec.spdy.DefaultSpdyDataFrame
- touch(Object) - Method in class io.netty.handler.codec.spdy.DefaultSpdyUnknownFrame
- touch(Object) - Method in interface io.netty.handler.codec.spdy.SpdyDataFrame
- touch(Object) - Method in interface io.netty.handler.codec.spdy.SpdyUnknownFrame
- touch(Object) - Method in class io.netty.handler.codec.stomp.DefaultLastStompContentSubframe
- touch(Object) - Method in class io.netty.handler.codec.stomp.DefaultStompContentSubframe
- touch(Object) - Method in class io.netty.handler.codec.stomp.DefaultStompFrame
- touch(Object) - Method in interface io.netty.handler.codec.stomp.LastStompContentSubframe
- touch(Object) - Method in interface io.netty.handler.codec.stomp.StompContentSubframe
- touch(Object) - Method in interface io.netty.handler.codec.stomp.StompFrame
- touch(Object) - Method in class io.netty.handler.ssl.PemPrivateKey
- touch(Object) - Method in class io.netty.handler.ssl.PemX509Certificate
- touch(Object) - Method in class io.netty.handler.ssl.ReferenceCountedOpenSslContext
- touch(Object) - Method in class io.netty.handler.ssl.ReferenceCountedOpenSslEngine
- touch(Object) - Method in interface io.netty.util.ReferenceCounted
-
Records the current access location of this object with an additional arbitrary information for debugging purposes.
- touch(T) - Static method in class io.netty.util.ReferenceCountUtil
-
Tries to call
ReferenceCounted.touch()if the specified message implementsReferenceCounted. - touch(T, Object) - Static method in class io.netty.util.ReferenceCountUtil
-
Tries to call
ReferenceCounted.touch(Object)if the specified message implementsReferenceCounted. - TOUCH - Static variable in class io.netty.handler.codec.memcache.binary.BinaryMemcacheOpcodes
- toUpperCase() - Method in class io.netty.util.AsciiString
-
Converts the characters in this string to uppercase, using the default Locale.
- toUpperCase(int) - Static method in class io.netty.util.internal.SWARUtil
-
Returns a word with all bytes converted to uppercase ASCII.
- toUpperCase(long) - Static method in class io.netty.util.internal.SWARUtil
-
Returns a word with all bytes converted to uppercase ASCII.
- toUri() - Method in class io.netty.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.netty.handler.ssl.SslContext
- toX509Certificates(InputStream) - Static method in class io.netty.handler.ssl.SslContext
- trace(String) - Method in interface io.netty.util.internal.logging.InternalLogger
-
Log a message at the TRACE level.
- trace(String, Object) - Method in interface io.netty.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.netty.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.netty.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.netty.util.internal.logging.InternalLogger
-
Log an exception (throwable) at the TRACE level with an accompanying message.
- trace(Throwable) - Method in class io.netty.util.internal.logging.AbstractInternalLogger
- trace(Throwable) - Method in interface io.netty.util.internal.logging.InternalLogger
-
Log an exception (throwable) at the TRACE level.
- TRACE - io.netty.handler.logging.LogLevel
- TRACE - io.netty.util.internal.logging.InternalLogLevel
-
'TRACE' log level.
- TRACE - Static variable in class io.netty.handler.codec.http.HttpMethod
-
The TRACE method is used to invoke a remote, application-layer loop- back of the request message.
- traceEnabled(boolean) - Method in class io.netty.resolver.dns.DnsNameResolverBuilder
-
Deprecated.Prefer to configure a
LoggingDnsQueryLifeCycleObserverFactoryinstead. - track(T) - Method in class io.netty.util.LeakPresenceDetector
- track(T) - Method in class io.netty.util.ResourceLeakDetector
-
Creates a new
ResourceLeakTrackerwhich is expected to be closed viaResourceLeakTracker.close(Object)when the related resource is deallocated. - trackForcibly(T) - Method in class io.netty.util.LeakPresenceDetector
- trackForcibly(T) - Method in class io.netty.util.ResourceLeakDetector
-
Creates a new
ResourceLeakTrackerwhich is expected to be closed viaResourceLeakTracker.close(Object)when the related resource is deallocated. - trafficCounter - Variable in class io.netty.handler.traffic.AbstractTrafficShapingHandler
-
Traffic Counter
- trafficCounter() - Method in class io.netty.handler.traffic.AbstractTrafficShapingHandler
- TrafficCounter - Class in io.netty.handler.traffic
-
Counts the number of read and written bytes for rate-limiting traffic.
- TrafficCounter(AbstractTrafficShapingHandler, ScheduledExecutorService, String, long) - Constructor for class io.netty.handler.traffic.TrafficCounter
-
Constructor with the
AbstractTrafficShapingHandlerthat hosts it, the Timer to use, its name, the checkInterval between two computations in millisecond. - TrafficCounter(ScheduledExecutorService, String, long) - Constructor for class io.netty.handler.traffic.TrafficCounter
-
Constructor with the
AbstractTrafficShapingHandlerthat hosts it, theScheduledExecutorServiceto use, its name, the checkInterval between two computations in milliseconds. - TRAILER - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
-
"trailer" - TRAILER - Static variable in class io.netty.handler.codec.http.HttpHeaders.Names
-
Deprecated.
"Trailer" - trailers(boolean, AsciiString...) - Static method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
-
Used to create read only object designed to represent trailers.
- TRAILERS - Static variable in class io.netty.handler.codec.http.HttpHeaders.Values
-
Deprecated.
"trailers" - TRAILERS - Static variable in class io.netty.handler.codec.http.HttpHeaderValues
-
"trailers" - trailersFactory - Variable in class io.netty.handler.codec.http.HttpObjectDecoder
- trailersFactory() - Static method in class io.netty.handler.codec.http.DefaultHttpHeadersFactory
-
Get the default implementation of
HttpHeadersFactoryfor creating trailers. - trailingHeaders() - Method in class io.netty.handler.codec.http.DefaultFullHttpRequest
- trailingHeaders() - Method in class io.netty.handler.codec.http.DefaultFullHttpResponse
- trailingHeaders() - Method in class io.netty.handler.codec.http.DefaultLastHttpContent
- trailingHeaders() - Method in interface io.netty.handler.codec.http.LastHttpContent
- TRANSACTION - Static variable in interface io.netty.handler.codec.stomp.StompHeaders
- TRANSFER_ENCODING - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
-
"transfer-encoding" - TRANSFER_ENCODING - Static variable in class io.netty.handler.codec.http.HttpHeaders.Names
-
Deprecated.
"Transfer-Encoding" - transfered() - Method in class io.netty.channel.DefaultFileRegion
-
Deprecated.
- transfered() - Method in interface io.netty.channel.FileRegion
-
Deprecated.Use
FileRegion.transferred()instead. - transferred() - Method in class io.netty.channel.DefaultFileRegion
- transferred() - Method in interface io.netty.channel.FileRegion
-
Returns the bytes which was transferred already.
- transferredBytes() - Method in class io.netty.handler.stream.ChunkedNioStream
-
Returns the number of transferred bytes.
- transferredBytes() - Method in class io.netty.handler.stream.ChunkedStream
-
Returns the number of transferred bytes.
- transferTo(WritableByteChannel, long) - Method in class io.netty.channel.DefaultFileRegion
- transferTo(WritableByteChannel, long) - Method in interface io.netty.channel.FileRegion
-
Transfers the content of this file region to the specified channel.
- TRANSPORT - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderNames
-
"transport" - TRANSPORT - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Names
-
Deprecated.
"Transport" - TRANSPORT_PARAMETER_ERROR - Static variable in class io.netty.handler.codec.quic.QuicTransportError
-
An endpoint received transport parameters that were badly formatted, included an invalid value, omitted a mandatory transport parameter, included a forbidden transport parameter, or were otherwise in error.
- transportProtocol() - Method in enum io.netty.handler.codec.haproxy.HAProxyProxiedProtocol
-
Returns the
HAProxyProxiedProtocol.TransportProtocolof this protocol and address family. - trim() - Method in class io.netty.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.netty.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.netty.buffer.PooledByteBufAllocator
-
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. - trimIndicesToCapacity(int) - Method in class io.netty.buffer.AbstractByteBuf
- trimOws(CharSequence) - Static method in class io.netty.util.internal.StringUtil
-
Trim optional white-space characters from the specified value, according to RFC-7230.
- TRUE_SUPPLIER - Static variable in interface io.netty.util.BooleanSupplier
-
A supplier which always returns
trueand never throws. - TRUE_SUPPLIER - Static variable in interface io.netty.util.UncheckedBooleanSupplier
-
A supplier which always returns
trueand never throws. - trustManager(File) - Method in class io.netty.handler.codec.quic.QuicSslContextBuilder
-
Trusted certificates for verifying the remote endpoint's certificate.
- trustManager(TrustManagerFactory) - Method in class io.netty.handler.codec.quic.QuicSslContextBuilder
-
Trusted manager for verifying the remote endpoint's certificate.
- trustManager(File) - Method in class io.netty.handler.ssl.SslContextBuilder
-
Trusted certificates for verifying the remote endpoint's certificate.
- trustManager(InputStream) - Method in class io.netty.handler.ssl.SslContextBuilder
-
Trusted certificates for verifying the remote endpoint's certificate.
- trustManager(Iterable<? extends X509Certificate>) - Method in class io.netty.handler.ssl.SslContextBuilder
-
Trusted certificates for verifying the remote endpoint's certificate,
nulluses the system default. - trustManager(X509Certificate...) - Method in class io.netty.handler.ssl.SslContextBuilder
-
Trusted certificates for verifying the remote endpoint's certificate,
nulluses the system default. - trustManager(X509Certificate...) - Method in class io.netty.handler.codec.quic.QuicSslContextBuilder
-
Trusted certificates for verifying the remote endpoint's certificate.
- trustManager(TrustManager) - Method in class io.netty.handler.codec.quic.QuicSslContextBuilder
-
A single trusted manager for verifying the remote endpoint's certificate.
- trustManager(TrustManager) - Method in class io.netty.handler.ssl.SslContextBuilder
-
A single trusted manager for verifying the remote endpoint's certificate.
- trustManager(TrustManagerFactory) - Method in class io.netty.handler.ssl.SslContextBuilder
-
Trusted manager for verifying the remote endpoint's certificate.
- TrustManagerFactoryWrapper - Class in io.netty.handler.ssl.util
- TrustManagerFactoryWrapper(TrustManager) - Constructor for class io.netty.handler.ssl.util.TrustManagerFactoryWrapper
- TRY_AGAIN_LATER - Static variable in class io.netty.handler.codec.http.websocketx.WebSocketCloseStatus
- tryCancel(Promise<?>, InternalLogger) - Static method in class io.netty.util.internal.PromiseNotificationUtil
- tryFailure(Promise<?>, Throwable, InternalLogger) - Static method in class io.netty.util.internal.PromiseNotificationUtil
- tryFailure(Throwable) - Method in class io.netty.channel.DelegatingChannelPromiseNotifier
- tryFailure(Throwable) - Method in class io.netty.channel.VoidChannelPromise
- tryFailure(Throwable) - Method in class io.netty.util.concurrent.DefaultPromise
- tryFailure(Throwable) - Method in interface io.netty.util.concurrent.Promise
-
Marks this future as a failure and notifies all listeners.
- tryLoadClasses(Class<?>, Class<?>...) - Static method in class io.netty.util.internal.ClassInitializerUtil
-
Preload the given classes and so ensure the
ClassLoaderhas these loaded after this method call. - tryProgress(long, long) - Method in class io.netty.util.concurrent.DefaultProgressivePromise
- tryProgress(long, long) - Method in interface io.netty.util.concurrent.ProgressivePromise
-
Tries to set the current progress of the operation and notifies the listeners that implement
GenericProgressiveFutureListener. - trySetAccessible(AccessibleObject, boolean) - Static method in class io.netty.util.internal.ReflectionUtil
-
Try to call
AccessibleObject.setAccessible(boolean)but will catch anySecurityExceptionandInaccessibleObjectExceptionand return it. - trySuccess() - Method in interface io.netty.channel.ChannelPromise
- trySuccess() - Method in class io.netty.channel.DefaultChannelProgressivePromise
- trySuccess() - Method in class io.netty.channel.DefaultChannelPromise
- trySuccess() - Method in class io.netty.channel.DelegatingChannelPromiseNotifier
- trySuccess() - Method in class io.netty.channel.VoidChannelPromise
- trySuccess(Promise<? super V>, V, InternalLogger) - Static method in class io.netty.util.internal.PromiseNotificationUtil
- trySuccess(Void) - Method in class io.netty.channel.DelegatingChannelPromiseNotifier
- trySuccess(Void) - Method in class io.netty.channel.VoidChannelPromise
- trySuccess(V) - Method in class io.netty.util.concurrent.DefaultPromise
- trySuccess(V) - Method in interface io.netty.util.concurrent.Promise
-
Marks this future as a success and notifies all listeners.
- trySuspend() - Method in interface io.netty.util.concurrent.EventExecutor
-
Try to suspend this
EventExecutorand returntrueif suspension was successful. - trySuspend() - Method in class io.netty.util.concurrent.SingleThreadEventExecutor
- TSIG - Static variable in class io.netty.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.netty.resolver.dns.DnsNameResolverBuilder
-
Sets the minimum and maximum TTL of the cached DNS resource records (in seconds).
- TTL - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Values
-
Deprecated.
"ttl" - TTL - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderValues
-
"ttl" - TTL_EXPIRED - io.netty.handler.codec.socks.SocksCmdStatus
- TTL_EXPIRED - Static variable in class io.netty.handler.codec.socksx.v5.Socks5CommandStatus
- TXT - Static variable in class io.netty.handler.codec.dns.DnsRecordType
-
Text record RFC 1035 Originally for arbitrary human-readable text in a DNS record.
- type() - Method in class io.netty.channel.udt.nio.NioUdtProvider
-
Deprecated.UDT Socket Type.
- type() - Method in class io.netty.handler.codec.dns.AbstractDnsRecord
- type() - Method in interface io.netty.handler.codec.dns.DnsRecord
-
Returns the type of this resource record.
- type() - Method in class io.netty.handler.codec.haproxy.HAProxyTLV
-
Returns the
HAProxyTLV.Typeof this TLV - type() - Method in class io.netty.handler.codec.http2.Http2FrameStreamEvent
- type() - Method in class io.netty.handler.codec.http3.DefaultHttp3UnknownFrame
- type() - Method in interface io.netty.handler.codec.http3.Http3CancelPushFrame
- type() - Method in interface io.netty.handler.codec.http3.Http3DataFrame
- type() - Method in interface io.netty.handler.codec.http3.Http3Frame
-
The type of the frame.
- type() - Method in interface io.netty.handler.codec.http3.Http3GoAwayFrame
- type() - Method in interface io.netty.handler.codec.http3.Http3HeadersFrame
- type() - Method in interface io.netty.handler.codec.http3.Http3MaxPushIdFrame
- type() - Method in interface io.netty.handler.codec.http3.Http3PushPromiseFrame
- type() - Method in interface io.netty.handler.codec.http3.Http3SettingsFrame
- type() - Method in interface io.netty.handler.codec.quic.QuicStreamChannel
-
Returns the
QuicStreamTypeof the stream. - type() - Method in class io.netty.handler.codec.socks.SocksMessage
-
Returns the
SocksMessageTypeof thisSocksMessage - type() - Method in class io.netty.handler.codec.socksx.v4.DefaultSocks4CommandRequest
- type() - Method in interface io.netty.handler.codec.socksx.v4.Socks4CommandRequest
-
Returns the type of this request.
- type() - Method in class io.netty.handler.codec.socksx.v5.DefaultSocks5CommandRequest
- type() - Method in interface io.netty.handler.codec.socksx.v5.Socks5CommandRequest
-
Returns the type of this request.
- type() - Method in class io.netty.handler.codec.xml.XmlAttribute
- type(QuicStreamType) - Method in class io.netty.handler.codec.quic.QuicStreamChannelBootstrap
- typeByteValue() - Method in class io.netty.handler.codec.haproxy.HAProxyTLV
-
Returns the type of the TLV as byte
- typedReasonCodes() - Method in class io.netty.handler.codec.mqtt.MqttSubAckPayload
- typedReasonCodes() - Method in class io.netty.handler.codec.mqtt.MqttUnsubAckPayload
- typeForByteValue(byte) - Static method in enum io.netty.handler.codec.haproxy.HAProxyTLV.Type
-
Returns the
HAProxyTLV.Typefor a specific byte value as defined in the PROXY protocol 1.5 spec - TypeParameterMatcher - Class in io.netty.util.internal
- typeParameterMatcherFindCache() - Method in class io.netty.util.internal.InternalThreadLocalMap
- typeParameterMatcherGetCache() - Method in class io.netty.util.internal.InternalThreadLocalMap
U
- udata() - Method in class io.netty.channel.kqueue.KQueueIoEvent
-
Returns user specified data.
- UDP - io.netty.handler.codec.socks.SocksCmdType
- UDP - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Values
-
Deprecated.
"UDP" - UDP - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderValues
-
"UDP" - UDP_ASSOCIATE - Static variable in class io.netty.handler.codec.socksx.v5.Socks5CommandType
- UDP_GRO - Static variable in class io.netty.channel.epoll.EpollChannelOption
- UDP4 - io.netty.handler.codec.haproxy.HAProxyProxiedProtocol
-
The UDP4 represents a connection which was forwarded for an IPv4 client over UDP.
- UDP6 - io.netty.handler.codec.haproxy.HAProxyProxiedProtocol
-
The UDP6 represents a connection which was forwarded for an IPv6 client over UDP.
- UDS_SUN_PATH_SIZE - Static variable in class io.netty.channel.unix.Socket
-
Deprecated.
- UdtChannel - Interface in io.netty.channel.udt
-
Deprecated.The UDT transport is no longer maintained and will be removed.
- UdtChannelConfig - Interface in io.netty.channel.udt
-
Deprecated.The UDT transport is no longer maintained and will be removed.
- UdtChannelOption<T> - Class in io.netty.channel.udt
-
Deprecated.The UDT transport is no longer maintained and will be removed.
- UdtMessage - Class in io.netty.channel.udt
-
Deprecated.The UDT transport is no longer maintained and will be removed.
- UdtMessage(ByteBuf) - Constructor for class io.netty.channel.udt.UdtMessage
-
Deprecated.
- UdtServerChannel - Interface in io.netty.channel.udt
-
Deprecated.The UDT transport is no longer maintained and will be removed.
- UdtServerChannelConfig - Interface in io.netty.channel.udt
-
Deprecated.The UDT transport is no longer maintained and will be removed.
- uid() - Method in class io.netty.channel.unix.PeerCredentials
- UIO_MAX_IOV - Static variable in class io.netty.channel.unix.Limits
- UNACCEPTED - Static variable in class io.netty.handler.codec.socksx.v5.Socks5AuthMethod
-
Indicates that the server does not accept any authentication methods the client proposed.
- unacked() - Method in class io.netty.channel.epoll.EpollTcpInfo
- unacked() - Method in class io.netty.channel.uring.IoUringTcpInfo
- UnaryPromiseNotifier<T> - Class in io.netty.util.concurrent
-
Deprecated.
- UnaryPromiseNotifier(Promise<? super T>) - Constructor for class io.netty.util.concurrent.UnaryPromiseNotifier
-
Deprecated.
- UNASSIGNED - io.netty.handler.codec.socks.SocksCmdStatus
- UNAUTHORIZED - Static variable in class io.netty.handler.codec.http.HttpResponseStatus
-
401 Unauthorized
- UNAUTHORIZED - Static variable in class io.netty.handler.codec.rtsp.RtspResponseStatuses
-
401 Unauthorized
- unavailabilityCause() - Static method in class io.netty.channel.epoll.Epoll
-
Returns the cause of unavailability of
netty-transport-native-epoll. - unavailabilityCause() - Static method in class io.netty.channel.kqueue.KQueue
-
Returns the cause of unavailability of
netty-transport-native-kqueue. - unavailabilityCause() - Static method in class io.netty.channel.unix.Unix
-
Deprecated.
- unavailabilityCause() - Static method in class io.netty.channel.uring.IoUring
- unavailabilityCause() - Static method in class io.netty.handler.codec.quic.Quic
-
Returns the cause of unavailability.
- unavailabilityCause() - Static method in class io.netty.handler.ssl.OpenSsl
-
Returns the cause of unavailability of
netty-tcnativeand its OpenSSL support. - unavailabilityCause() - Static method in class io.netty.resolver.dns.macos.MacOSDnsServerAddressStreamProvider
- unavailabilityCauseBcPkix() - Static method in class io.netty.handler.ssl.util.BouncyCastleUtil
- unavailabilityCauseBcProv() - Static method in class io.netty.handler.ssl.util.BouncyCastleUtil
- unavailabilityCauseBcTls() - Static method in class io.netty.handler.ssl.util.BouncyCastleUtil
- unbindAddress(InetAddress) - Method in class io.netty.channel.sctp.nio.NioSctpChannel
- unbindAddress(InetAddress) - Method in class io.netty.channel.sctp.nio.NioSctpServerChannel
- unbindAddress(InetAddress) - Method in class io.netty.channel.sctp.oio.OioSctpChannel
-
Deprecated.
- unbindAddress(InetAddress) - Method in class io.netty.channel.sctp.oio.OioSctpServerChannel
-
Deprecated.
- unbindAddress(InetAddress) - Method in interface io.netty.channel.sctp.SctpChannel
-
Unbind the address from channel's multi-homing address list.
- unbindAddress(InetAddress) - Method in interface io.netty.channel.sctp.SctpServerChannel
-
Unbind the address from channel's multi-homing address list.
- unbindAddress(InetAddress, ChannelPromise) - Method in class io.netty.channel.sctp.nio.NioSctpChannel
- unbindAddress(InetAddress, ChannelPromise) - Method in class io.netty.channel.sctp.nio.NioSctpServerChannel
- unbindAddress(InetAddress, ChannelPromise) - Method in class io.netty.channel.sctp.oio.OioSctpChannel
-
Deprecated.
- unbindAddress(InetAddress, ChannelPromise) - Method in class io.netty.channel.sctp.oio.OioSctpServerChannel
-
Deprecated.
- unbindAddress(InetAddress, ChannelPromise) - Method in interface io.netty.channel.sctp.SctpChannel
-
Unbind the address from channel's multi-homing address list.
- unbindAddress(InetAddress, ChannelPromise) - Method in interface io.netty.channel.sctp.SctpServerChannel
-
Unbind the address from channel's multi-homing address list.
- UncheckedBooleanSupplier - Interface in io.netty.util
-
Represents a supplier of
boolean-valued results which doesn't throw any checked exceptions. - unconsumedBytes(Http2Stream) - Method in class io.netty.handler.codec.http2.DefaultHttp2LocalFlowController
- unconsumedBytes(Http2Stream) - Method in interface io.netty.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.netty.handler.codec.http.cookie.Cookie
-
Constant for undefined MaxAge attribute value.
- unescapeCsv(CharSequence) - Static method in class io.netty.util.internal.StringUtil
-
Unescapes the specified escaped CSV field, if necessary according to RFC-4180.
- unescapeCsvFields(CharSequence) - Static method in class io.netty.util.internal.StringUtil
-
Unescapes the specified escaped CSV fields according to RFC-4180.
- UNFINISHED - Static variable in class io.netty.handler.codec.DecoderResult
- unfreezeTime() - Method in class io.netty.channel.embedded.EmbeddedChannel
-
Unfreeze an event loop that was
frozen. - unguardedRecycle(Object) - Method in class io.netty.util.Recycler.EnhancedHandle
- UNICAST - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Values
-
Deprecated.
"unicast" - UNICAST - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderValues
-
"unicast" - UNIDIRECTIONAL - io.netty.handler.codec.quic.QuicStreamType
-
An unidirectional stream.
- UniformStreamByteDistributor - Class in io.netty.handler.codec.http2
-
A
StreamByteDistributorthat ignores stream priority and uniformly allocates bytes to all streams. - UniformStreamByteDistributor(Http2Connection) - Constructor for class io.netty.handler.codec.http2.UniformStreamByteDistributor
- UniqueIpFilter - Class in io.netty.handler.ipfilter
-
This class allows one to ensure that at all times for every IP address there is at most one
Channelconnected to the server. - UniqueIpFilter() - Constructor for class io.netty.handler.ipfilter.UniqueIpFilter
- Unix - Class in io.netty.channel.unix
-
Tells if
netty-transport-native-unixis supported. - UNIX - io.netty.channel.socket.SocketProtocolFamily
-
Unix Domain Socket
- UNIX - Static variable in class io.netty.handler.codec.string.LineSeparator
-
The Unix line separator(LF)
- UNIX_DGRAM - io.netty.handler.codec.haproxy.HAProxyProxiedProtocol
-
The UNIX_DGRAM represents a connection which was forwarded for a UNIX datagram socket.
- UNIX_STREAM - io.netty.handler.codec.haproxy.HAProxyProxiedProtocol
-
The UNIX_STREAM represents a connection which was forwarded for a UNIX stream socket.
- UnixChannel - Interface in io.netty.channel.unix
-
Channelthat expose operations that are only present onUNIXlike systems. - UnixChannelOption<T> - Class in io.netty.channel.unix
- UnixChannelOption() - Constructor for class io.netty.channel.unix.UnixChannelOption
- UnixChannelUtil - Class in io.netty.channel.unix
- unixDefault() - Static method in class io.netty.resolver.dns.DnsServerAddressStreamProviders
- UnixResolverDnsServerAddressStreamProvider - Class in io.netty.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.netty.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.netty.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.netty.handler.codec.haproxy.HAProxyProxiedProtocol
-
The UNKNOWN represents a connection which was forwarded for an unknown protocol and an unknown address family.
- UNKNOWN - io.netty.handler.codec.http.HttpStatusClass
-
The unknown class
- UNKNOWN - io.netty.handler.codec.http.websocketx.WebSocketVersion
- UNKNOWN - io.netty.handler.codec.socks.SocksAddressType
- UNKNOWN - io.netty.handler.codec.socks.SocksAuthScheme
- UNKNOWN - io.netty.handler.codec.socks.SocksCmdType
- UNKNOWN - io.netty.handler.codec.socks.SocksMessageType
- UNKNOWN - io.netty.handler.codec.socks.SocksProtocolVersion
- UNKNOWN - io.netty.handler.codec.socks.SocksRequestType
- UNKNOWN - io.netty.handler.codec.socks.SocksResponseType
- UNKNOWN - io.netty.handler.codec.socks.SocksSubnegotiationVersion
- UNKNOWN - io.netty.handler.codec.socksx.SocksVersion
-
Unknown protocol version
- UNKNOWN - io.netty.handler.codec.stomp.StompCommand
- UNKNOWN - io.netty.handler.ssl.ocsp.OcspResponse.Status
-
Certificate status is unknown
- UNKNOWN_COMMAND - Static variable in class io.netty.handler.codec.memcache.binary.BinaryMemcacheResponseStatus
- UnknownSocksRequest - Class in io.netty.handler.codec.socks
-
An unknown socks request.
- UnknownSocksRequest() - Constructor for class io.netty.handler.codec.socks.UnknownSocksRequest
- UnknownSocksResponse - Class in io.netty.handler.codec.socks
-
An unknown socks response.
- UnknownSocksResponse() - Constructor for class io.netty.handler.codec.socks.UnknownSocksResponse
- unknownStackTrace(T, Class<?>, String) - Static method in class io.netty.util.internal.ThrowableUtil
-
Set the
StackTraceElementfor the givenThrowable, using theClassand method name. - UnmarshallerProvider - Interface in io.netty.handler.codec.marshalling
-
This provider is responsible to get an
Unmarshallerfor aChannelHandlerContext - unmodifiableBuffer(ByteBuf) - Static method in class io.netty.buffer.Unpooled
-
Deprecated.Use
ByteBuf.asReadOnly(). - unmodifiableBuffer(ByteBuf...) - Static method in class io.netty.buffer.Unpooled
-
Deprecated.
- unmodifiableMap(ByteObjectMap<V>) - Static method in class io.netty.util.collection.ByteCollections
-
Creates an unmodifiable wrapper around the given map.
- unmodifiableMap(CharObjectMap<V>) - Static method in class io.netty.util.collection.CharCollections
-
Creates an unmodifiable wrapper around the given map.
- unmodifiableMap(IntObjectMap<V>) - Static method in class io.netty.util.collection.IntCollections
-
Creates an unmodifiable wrapper around the given map.
- unmodifiableMap(LongObjectMap<V>) - Static method in class io.netty.util.collection.LongCollections
-
Creates an unmodifiable wrapper around the given map.
- unmodifiableMap(ShortObjectMap<V>) - Static method in class io.netty.util.collection.ShortCollections
-
Creates an unmodifiable wrapper around the given map.
- UNORDERED_COLLECTION - Static variable in class io.netty.handler.codec.http.HttpResponseStatus
-
425 Unordered Collection (WebDAV, RFC3648)
- UnorderedThreadPoolEventExecutor - Class in io.netty.util.concurrent
-
Deprecated.The behavior of this event executor deviates from the typical Netty execution model and can cause subtle issues as a result. Applications that wish to process messages with greater parallelism, should instead do explicit off-loading to their own thread-pools.
- UnorderedThreadPoolEventExecutor(int) - Constructor for class io.netty.util.concurrent.UnorderedThreadPoolEventExecutor
-
Deprecated.
- UnorderedThreadPoolEventExecutor(int, RejectedExecutionHandler) - Constructor for class io.netty.util.concurrent.UnorderedThreadPoolEventExecutor
-
Deprecated.
- UnorderedThreadPoolEventExecutor(int, ThreadFactory) - Constructor for class io.netty.util.concurrent.UnorderedThreadPoolEventExecutor
-
Deprecated.See
ScheduledThreadPoolExecutor(int, ThreadFactory) - UnorderedThreadPoolEventExecutor(int, ThreadFactory, RejectedExecutionHandler) - Constructor for class io.netty.util.concurrent.UnorderedThreadPoolEventExecutor
-
Deprecated.See
ScheduledThreadPoolExecutor(int, ThreadFactory, RejectedExecutionHandler) - unpinOwner(Recycler<?>) - Static method in class io.netty.util.Recycler
- Unpooled - Class in io.netty.buffer
-
Creates a new
ByteBufby allocating new space or by wrapping or copying existing byte arrays, byte buffers and a string. - UnpooledByteBufAllocator - Class in io.netty.buffer
-
Simplistic
ByteBufAllocatorimplementation that does not pool anything. - UnpooledByteBufAllocator(boolean) - Constructor for class io.netty.buffer.UnpooledByteBufAllocator
-
Create a new instance which uses leak-detection for direct buffers.
- UnpooledByteBufAllocator(boolean, boolean) - Constructor for class io.netty.buffer.UnpooledByteBufAllocator
-
Create a new instance
- UnpooledByteBufAllocator(boolean, boolean, boolean) - Constructor for class io.netty.buffer.UnpooledByteBufAllocator
-
Create a new instance
- UnpooledDirectByteBuf - Class in io.netty.buffer
-
A NIO
ByteBufferbased buffer. - UnpooledDirectByteBuf(ByteBufAllocator, int, int) - Constructor for class io.netty.buffer.UnpooledDirectByteBuf
-
Creates a new direct buffer.
- UnpooledDirectByteBuf(ByteBufAllocator, ByteBuffer, int) - Constructor for class io.netty.buffer.UnpooledDirectByteBuf
-
Creates a new direct buffer by wrapping the specified initial buffer.
- UnpooledHeapByteBuf - Class in io.netty.buffer
-
Big endian Java heap buffer implementation.
- UnpooledHeapByteBuf(ByteBufAllocator, byte[], int) - Constructor for class io.netty.buffer.UnpooledHeapByteBuf
-
Creates a new heap buffer with an existing byte array.
- UnpooledHeapByteBuf(ByteBufAllocator, int, int) - Constructor for class io.netty.buffer.UnpooledHeapByteBuf
-
Creates a new heap buffer with a newly allocated byte array.
- UnpooledUnsafeDirectByteBuf - Class in io.netty.buffer
-
A NIO
ByteBufferbased buffer. - UnpooledUnsafeDirectByteBuf(ByteBufAllocator, boolean, ByteBuffer, int) - Constructor for class io.netty.buffer.UnpooledUnsafeDirectByteBuf
-
Creates a new direct ByteBuf by wrapping the specified initial buffer.
- UnpooledUnsafeDirectByteBuf(ByteBufAllocator, int, int) - Constructor for class io.netty.buffer.UnpooledUnsafeDirectByteBuf
-
Creates a new direct buffer.
- UnpooledUnsafeDirectByteBuf(ByteBufAllocator, ByteBuffer, int) - Constructor for class io.netty.buffer.UnpooledUnsafeDirectByteBuf
-
Creates a new direct buffer by wrapping the specified initial buffer.
- UnpooledUnsafeHeapByteBuf - Class in io.netty.buffer
-
Big endian Java heap buffer implementation.
- UnpooledUnsafeHeapByteBuf(ByteBufAllocator, int, int) - Constructor for class io.netty.buffer.UnpooledUnsafeHeapByteBuf
-
Creates a new heap buffer with a newly allocated byte array.
- UNPROCESSABLE_ENTITY - Static variable in class io.netty.handler.codec.http.HttpResponseStatus
-
422 Unprocessable Entity (WebDAV, RFC4918)
- unregistered() - Method in interface io.netty.channel.IoHandle
-
Called once this
IoHandlewas unregistered and so will not receive any more events viaIoHandle.handle(IoRegistration, IoEvent). - unreleasableBuffer(ByteBuf) - Static method in class io.netty.buffer.Unpooled
-
Return a unreleasable view on the given
ByteBufwhich will just ignore release and retain calls. - unsafe() - Method in class io.netty.channel.AbstractChannel
- unsafe() - Method in interface io.netty.channel.Channel
-
Returns an internal-use-only object that provides unsafe operations.
- unsafe() - Method in class io.netty.channel.embedded.EmbeddedChannel
- unsafe() - Method in class io.netty.channel.nio.AbstractNioChannel
- Unsafe - io.netty.util.internal.ReferenceCountUpdater.UpdaterType
- UnsafeReferenceCountUpdater<T extends ReferenceCounted> - Class in io.netty.util.internal
- UnsafeReferenceCountUpdater() - Constructor for class io.netty.util.internal.UnsafeReferenceCountUpdater
- UNSET - Static variable in class io.netty.util.internal.InternalThreadLocalMap
-
Internal use only.
- UNSPEC - io.netty.handler.codec.haproxy.HAProxyProxiedProtocol.TransportProtocol
-
The UNSPEC transport protocol represents a connection which was forwarded for an unknown protocol.
- UNSPECIFIED_ERROR - io.netty.handler.codec.mqtt.MqttReasonCodes.Disconnect
- UNSPECIFIED_ERROR - io.netty.handler.codec.mqtt.MqttReasonCodes.PubAck
- UNSPECIFIED_ERROR - io.netty.handler.codec.mqtt.MqttReasonCodes.PubRec
- UNSPECIFIED_ERROR - io.netty.handler.codec.mqtt.MqttReasonCodes.SubAck
- UNSPECIFIED_ERROR - io.netty.handler.codec.mqtt.MqttReasonCodes.UnsubAck
- UnstableApi - Annotation Type in io.netty.util.internal
-
Indicates a public API that can change at any time (even in minor/bugfix releases).
- unsubAck() - Static method in class io.netty.handler.codec.mqtt.MqttMessageBuilders
- UNSUBACK - io.netty.handler.codec.mqtt.MqttMessageType
- unsubscribe() - Static method in class io.netty.handler.codec.mqtt.MqttMessageBuilders
- UNSUBSCRIBE - io.netty.handler.codec.mqtt.MqttMessageType
- UNSUBSCRIBE - io.netty.handler.codec.stomp.StompCommand
- unsubscribeReasonCodes() - Method in class io.netty.handler.codec.mqtt.MqttUnsubAckPayload
- unsupported() - Method in interface io.netty.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.netty.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.netty.handler.codec.rtsp.RtspHeaderNames
-
"unsupported" - UNSUPPORTED - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Names
-
Deprecated.
"Unsupported" - UNSUPPORTED_MEDIA_TYPE - Static variable in class io.netty.handler.codec.http.HttpResponseStatus
-
415 Unsupported Media Type
- UNSUPPORTED_MEDIA_TYPE - Static variable in class io.netty.handler.codec.rtsp.RtspResponseStatuses
-
415 Unsupported Media Type
- UNSUPPORTED_TRANSPORT - Static variable in class io.netty.handler.codec.rtsp.RtspResponseStatuses
-
461 Unsupported transport
- UNSUPPORTED_VERSION - Static variable in class io.netty.handler.codec.spdy.SpdyStreamStatus
-
4 Unsupported Version
- UnsupportedMessageTypeException - Exception in io.netty.handler.codec
-
Thrown if an unsupported message is received by an codec.
- UnsupportedMessageTypeException() - Constructor for exception io.netty.handler.codec.UnsupportedMessageTypeException
- UnsupportedMessageTypeException(Object, Class<?>...) - Constructor for exception io.netty.handler.codec.UnsupportedMessageTypeException
- UnsupportedMessageTypeException(String) - Constructor for exception io.netty.handler.codec.UnsupportedMessageTypeException
- UnsupportedMessageTypeException(String, Throwable) - Constructor for exception io.netty.handler.codec.UnsupportedMessageTypeException
- UnsupportedMessageTypeException(Throwable) - Constructor for exception io.netty.handler.codec.UnsupportedMessageTypeException
- UnsupportedValueConverter<V> - Class in io.netty.handler.codec
-
UnsupportedOperationExceptionwill be thrown from allValueConvertermethods. - unvoid() - Method in interface io.netty.channel.ChannelProgressivePromise
- unvoid() - Method in interface io.netty.channel.ChannelPromise
- unvoid() - Method in class io.netty.channel.DefaultChannelProgressivePromise
- unvoid() - Method in class io.netty.channel.DefaultChannelPromise
- unvoid() - Method in class io.netty.channel.DelegatingChannelPromiseNotifier
- unvoid() - Method in class io.netty.channel.VoidChannelPromise
- unwatch(Thread, Runnable) - Static method in class io.netty.util.ThreadDeathWatcher
-
Deprecated.Cancels the task scheduled via
ThreadDeathWatcher.watch(Thread, Runnable). - unwrap() - Method in class io.netty.buffer.ByteBuf
-
Return the underlying buffer instance if this buffer is a wrapper of another buffer.
- unwrap() - Method in class io.netty.buffer.CompositeByteBuf
- unwrap() - Method in class io.netty.buffer.DuplicatedByteBuf
-
Deprecated.
- unwrap() - Method in class io.netty.buffer.EmptyByteBuf
- unwrap() - Method in class io.netty.buffer.ReadOnlyByteBuf
-
Deprecated.
- unwrap() - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- unwrap() - Method in class io.netty.buffer.UnpooledDirectByteBuf
- unwrap() - Method in class io.netty.buffer.UnpooledHeapByteBuf
- unwrap() - Method in class io.netty.buffer.WrappedByteBuf
- unwrap() - Method in class io.netty.handler.codec.http.DefaultHttpHeaders
- unwrap(ByteBuffer[], int, int, ByteBuffer[], int, int) - Method in class io.netty.handler.ssl.ReferenceCountedOpenSslEngine
- unwrap(ByteBuffer[], ByteBuffer[]) - Method in class io.netty.handler.ssl.ReferenceCountedOpenSslEngine
- unwrap(ByteBuffer, ByteBuffer) - Method in class io.netty.handler.ssl.ReferenceCountedOpenSslEngine
- unwrap(ByteBuffer, ByteBuffer[]) - Method in class io.netty.handler.ssl.ReferenceCountedOpenSslEngine
- unwrap(ByteBuffer, ByteBuffer[], int, int) - Method in class io.netty.handler.ssl.ReferenceCountedOpenSslEngine
- update(byte[], int, int) - Method in class io.netty.handler.codec.compression.Lz4XXHash32
- update(int) - Method in class io.netty.handler.codec.compression.Lz4XXHash32
- update(ByteBuf, int, int) - Method in class io.netty.handler.codec.compression.Lz4XXHash32
- UPDATE - Static variable in class io.netty.handler.codec.dns.DnsOpCode
-
The 'Update' DNS OpCode, as defined in RFC2136.
- updateAllocator(ByteBufAllocator) - Method in class io.netty.channel.unix.PreferredDirectByteBufAllocator
- updateDependencyTree(int, int, short, boolean) - Method in class io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController
- updateDependencyTree(int, int, short, boolean) - Method in interface io.netty.handler.codec.http2.Http2RemoteFlowController
-
Explicitly update the dependency tree.
- updateDependencyTree(int, int, short, boolean) - Method in interface io.netty.handler.codec.http2.StreamByteDistributor
-
Explicitly update the dependency tree.
- updateDependencyTree(int, int, short, boolean) - Method in class io.netty.handler.codec.http2.UniformStreamByteDistributor
- updateDependencyTree(int, int, short, boolean) - Method in class io.netty.handler.codec.http2.WeightedFairQueueByteDistributor
- updateLastExecutionTime() - Method in class io.netty.util.concurrent.SingleThreadEventExecutor
-
Updates the internal timestamp that tells when a submitted task was executed most recently.
- updatePriority(QuicStreamPriority) - Method in interface io.netty.handler.codec.quic.QuicStreamChannel
-
Update the priority of the stream.
- updatePriority(QuicStreamPriority, ChannelPromise) - Method in interface io.netty.handler.codec.quic.QuicStreamChannel
-
Update the priority of the stream.
- updater() - Method in class io.netty.util.internal.AtomicReferenceCountUpdater
- updaterTypeOf(Class<T>, String) - Static method in class io.netty.util.internal.ReferenceCountUpdater
- updateStreamableBytes(StreamByteDistributor.StreamState) - Method in interface io.netty.handler.codec.http2.StreamByteDistributor
-
Called when the streamable bytes for a stream has changed.
- updateStreamableBytes(StreamByteDistributor.StreamState) - Method in class io.netty.handler.codec.http2.UniformStreamByteDistributor
- updateStreamableBytes(StreamByteDistributor.StreamState) - Method in class io.netty.handler.codec.http2.WeightedFairQueueByteDistributor
- UPGRADE - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
-
"upgrade" - UPGRADE - Static variable in class io.netty.handler.codec.http.HttpHeaders.Names
-
Deprecated.
"Upgrade" - UPGRADE - Static variable in class io.netty.handler.codec.http.HttpHeaders.Values
-
Deprecated.
"Upgrade" - UPGRADE - Static variable in class io.netty.handler.codec.http.HttpHeaderValues
-
"upgrade" - UPGRADE_INSECURE_REQUESTS - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
-
"upgrade-insecure-requests" - UPGRADE_ISSUED - io.netty.handler.codec.http.HttpClientUpgradeHandler.UpgradeEvent
-
The Upgrade request was sent to the server.
- UPGRADE_REJECTED - io.netty.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.netty.handler.codec.http.HttpResponseStatus
-
426 Upgrade Required (RFC2817)
- UPGRADE_SUCCESSFUL - io.netty.handler.codec.http.HttpClientUpgradeHandler.UpgradeEvent
-
The Upgrade to the new protocol was successful.
- upgradeFrom(ChannelHandlerContext) - Method in class io.netty.handler.codec.http.HttpClientCodec
-
Upgrades to another protocol from HTTP.
- upgradeFrom(ChannelHandlerContext) - Method in interface io.netty.handler.codec.http.HttpClientUpgradeHandler.SourceCodec
-
Removes this codec (i.e. all associated handlers) from the pipeline.
- upgradeFrom(ChannelHandlerContext) - Method in class io.netty.handler.codec.http.HttpServerCodec
-
Upgrades to another protocol from HTTP.
- upgradeFrom(ChannelHandlerContext) - Method in interface io.netty.handler.codec.http.HttpServerUpgradeHandler.SourceCodec
-
Removes this codec (i.e. all associated handlers) from the pipeline.
- upgradeRequest() - Method in class io.netty.handler.codec.http.HttpServerUpgradeHandler.UpgradeEvent
-
Gets the request that triggered the protocol upgrade.
- upgradeTo(ChannelHandlerContext, FullHttpRequest) - Method in interface io.netty.handler.codec.http.HttpServerUpgradeHandler.UpgradeCodec
-
Performs an HTTP protocol upgrade from the source codec.
- upgradeTo(ChannelHandlerContext, FullHttpRequest) - Method in class io.netty.handler.codec.http2.Http2ServerUpgradeCodec
- upgradeTo(ChannelHandlerContext, FullHttpResponse) - Method in interface io.netty.handler.codec.http.HttpClientUpgradeHandler.UpgradeCodec
-
Performs an HTTP protocol upgrade from the source codec.
- upgradeTo(ChannelHandlerContext, FullHttpResponse) - Method in class io.netty.handler.codec.http2.Http2ClientUpgradeCodec
- upgradeUrl(URI) - Method in class io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker
-
Return the constructed raw path for the give
URI. - urgency() - Method in class io.netty.handler.codec.quic.QuicStreamPriority
-
The urgency of the stream.
- uri() - Method in class io.netty.handler.codec.http.DefaultHttpRequest
- uri() - Method in interface io.netty.handler.codec.http.HttpRequest
-
Returns the requested URI (or alternatively, path)
- uri() - Method in class io.netty.handler.codec.http.QueryStringDecoder
-
Returns the uri used to initialize this
QueryStringDecoder. - uri() - Method in class io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker
-
Returns the URI to the web socket. e.g.
- uri() - Method in class io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker
-
Deprecated.
- uri() - Method in class io.netty.handler.codec.xml.XmlNamespace
- URL - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Values
-
Deprecated.
"url" - URL - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderValues
-
"url" - URL_SAFE - io.netty.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.netty.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.netty.buffer.PoolChunkMetric
-
Return the percentage of the current usage of the chunk.
- USE_ANOTHER_SERVER - io.netty.handler.codec.mqtt.MqttReasonCodes.Disconnect
- USE_JDK_PROVIDER_SIGNATURES - Static variable in class io.netty.handler.ssl.OpenSslContextOption
-
Set the policy for handling alternative key providers (such as hardware security keys, smart cards, remote signing services, etc.) when using BoringSSL.
- USE_PROXY - Static variable in class io.netty.handler.codec.http.HttpResponseStatus
-
305 Use Proxy (since HTTP/1.1)
- USE_PROXY - Static variable in class io.netty.handler.codec.rtsp.RtspResponseStatuses
-
305 Use Proxy
- USE_TASKS - Static variable in class io.netty.handler.ssl.OpenSslContextOption
-
If enabled heavy-operations may be offloaded from the
EventLoopif possible. - usedDirectMemory() - Method in class io.netty.buffer.AdaptiveByteBufAllocator
- usedDirectMemory() - Method in interface io.netty.buffer.ByteBufAllocatorMetric
-
Returns the number of bytes of direct memory used by a
ByteBufAllocatoror-1if unknown. - usedDirectMemory() - Method in class io.netty.buffer.PooledByteBufAllocatorMetric
- usedDirectMemory() - Static method in class io.netty.util.internal.PlatformDependent
-
Returns the current memory reserved for direct buffer allocation.
- usedHeapMemory() - Method in class io.netty.buffer.AdaptiveByteBufAllocator
- usedHeapMemory() - Method in interface io.netty.buffer.ByteBufAllocatorMetric
-
Returns the number of bytes of heap memory used by a
ByteBufAllocatoror-1if unknown. - usedHeapMemory() - Method in class io.netty.buffer.PooledByteBufAllocatorMetric
- useDirectBufferNoCleaner() - Static method in class io.netty.util.internal.PlatformDependent
- useIpv6(Socket, InetAddress) - Static method in class io.netty.channel.unix.Socket
-
Returns
trueif the given socket and address combination should use IPv6 internally,falseotherwise. - USER_AGENT - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
-
"user-agent" - USER_AGENT - Static variable in class io.netty.handler.codec.http.HttpHeaders.Names
-
Deprecated.
"User-Agent" - USER_AGENT - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderNames
-
"user-agent" - USER_AGENT - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Names
-
Deprecated.
"User-Agent" - USER_PROPERTY - io.netty.handler.codec.mqtt.MqttProperties.MqttPropertyType
-
Deprecated.
- userDefinedWritabilityIndex() - Method in class io.netty.handler.traffic.AbstractTrafficShapingHandler
- userDefinedWritabilityIndex() - Method in class io.netty.handler.traffic.GlobalChannelTrafficShapingHandler
- userDefinedWritabilityIndex() - Method in class io.netty.handler.traffic.GlobalTrafficShapingHandler
- userEventTriggered(ChannelHandlerContext, Object) - Method in interface io.netty.channel.ChannelInboundHandler
-
Gets called if an user event was triggered.
- userEventTriggered(ChannelHandlerContext, Object) - Method in class io.netty.channel.ChannelInboundHandlerAdapter
-
Calls
ChannelHandlerContext.fireUserEventTriggered(Object)to forward to the nextChannelInboundHandlerin theChannelPipeline. - userEventTriggered(ChannelHandlerContext, Object) - Method in class io.netty.channel.CombinedChannelDuplexHandler
- userEventTriggered(ChannelHandlerContext, Object) - Method in class io.netty.channel.SimpleUserEventChannelHandler
- userEventTriggered(ChannelHandlerContext, Object) - Method in class io.netty.handler.codec.ByteToMessageDecoder
- userEventTriggered(ChannelHandlerContext, Object) - Method in class io.netty.handler.codec.DatagramPacketDecoder
- userEventTriggered(ChannelHandlerContext, Object) - Method in class io.netty.handler.codec.http.HttpObjectDecoder
- userEventTriggered(ChannelHandlerContext, Object) - Method in class io.netty.handler.codec.http2.Http2FrameCodec
-
Handles the cleartext HTTP upgrade event.
- userEventTriggered(ChannelHandlerContext, Object) - Method in class io.netty.handler.codec.http2.Http2MultiplexHandler
- userEventTriggered(ChannelHandlerContext, Object) - Method in class io.netty.handler.codec.http3.Http3RequestStreamInboundHandler
- userEventTriggered(ChannelHandlerContext, Object) - Method in class io.netty.handler.logging.LoggingHandler
- userEventTriggered(ChannelHandlerContext, Object) - Method in class io.netty.handler.ssl.ApplicationProtocolNegotiationHandler
- userEventTriggered(ChannelHandlerContext, Object) - Method in class io.netty.handler.ssl.ocsp.OcspClientHandler
- userEventTriggered(ChannelHandlerContext, Object) - Method in class io.netty.handler.ssl.ocsp.OcspServerCertificateValidator
- userEventTriggered(ChannelHandlerContext, Object) - Method in class io.netty.handler.ssl.SslMasterKeyHandler
- userId() - Method in class io.netty.handler.codec.socksx.v4.DefaultSocks4CommandRequest
- userId() - Method in interface io.netty.handler.codec.socksx.v4.Socks4CommandRequest
-
Returns the
USERIDfield of this request. - username() - Method in class io.netty.handler.codec.socks.SocksAuthRequest
-
Returns username that needs to be authenticated
- username() - Method in class io.netty.handler.codec.socksx.v5.DefaultSocks5PasswordAuthRequest
- username() - Method in interface io.netty.handler.codec.socksx.v5.Socks5PasswordAuthRequest
-
Returns the username of this request.
- username() - Method in class io.netty.handler.proxy.HttpProxyHandler
- username() - Method in class io.netty.handler.proxy.Socks4ProxyHandler
- username() - Method in class io.netty.handler.proxy.Socks5ProxyHandler
- username(String) - Method in class io.netty.handler.codec.mqtt.MqttMessageBuilders.ConnectBuilder
- userName() - Method in class io.netty.handler.codec.mqtt.MqttConnectPayload
- UserProperties() - Constructor for class io.netty.handler.codec.mqtt.MqttProperties.UserProperties
- UserProperties(Collection<MqttProperties.StringPair>) - Constructor for class io.netty.handler.codec.mqtt.MqttProperties.UserProperties
-
Create user properties from the collection of the String pair values
- userProperty(String, String) - Method in class io.netty.handler.codec.mqtt.MqttMessageBuilders.ConnAckPropertiesBuilder
- UserProperty(String, String) - Constructor for class io.netty.handler.codec.mqtt.MqttProperties.UserProperty
- UTF_16 - Static variable in class io.netty.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.netty.util.CharsetUtil
-
16-bit UTF (UCS Transformation Format) whose byte order is big-endian
- UTF_16LE - Static variable in class io.netty.util.CharsetUtil
-
16-bit UTF (UCS Transformation Format) whose byte order is little-endian
- UTF_8 - Static variable in class io.netty.util.CharsetUtil
-
8-bit UTF (UCS Transformation Format)
- utf8Bytes(CharSequence) - Static method in class io.netty.buffer.ByteBufUtil
-
Returns the exact bytes length of UTF8 character sequence.
- utf8Bytes(CharSequence, int, int) - Static method in class io.netty.buffer.ByteBufUtil
-
Equivalent to
but avoids subsequence object allocation.utf8Bytes(seq.subSequence(start, end)) - Utf8FrameValidator - Class in io.netty.handler.codec.http.websocketx
- Utf8FrameValidator() - Constructor for class io.netty.handler.codec.http.websocketx.Utf8FrameValidator
- Utf8FrameValidator(boolean) - Constructor for class io.netty.handler.codec.http.websocketx.Utf8FrameValidator
- utf8MaxBytes(int) - Static method in class io.netty.buffer.ByteBufUtil
-
Returns max bytes length of UTF8 character sequence of the given length.
- utf8MaxBytes(CharSequence) - Static method in class io.netty.buffer.ByteBufUtil
-
Returns max bytes length of UTF8 character sequence.
- utilization() - Method in class io.netty.util.concurrent.AutoScalingEventExecutorChooserFactory.AutoScalingUtilizationMetric
-
Returns the most recently calculated utilization for the associated executor.
V
- V00 - io.netty.handler.codec.http.websocketx.WebSocketVersion
- V07 - io.netty.handler.codec.http.websocketx.WebSocketVersion
- V08 - io.netty.handler.codec.http.websocketx.WebSocketVersion
- V1 - io.netty.handler.codec.haproxy.HAProxyProtocolVersion
-
The ONE proxy protocol version represents a version 1 (human-readable) header.
- V13 - io.netty.handler.codec.http.websocketx.WebSocketVersion
- V2 - io.netty.handler.codec.haproxy.HAProxyProtocolVersion
-
The TWO proxy protocol version represents a version 2 (binary) header.
- VALID - io.netty.handler.ssl.ocsp.OcspResponse.Status
-
Certificate is valid
- validate() - Method in class io.netty.bootstrap.AbstractBootstrap
-
Validate all the parameters.
- validate() - Method in class io.netty.bootstrap.Bootstrap
- validate() - Method in class io.netty.bootstrap.ServerBootstrap
- validate() - Method in class io.netty.handler.codec.quic.QuicCodecBuilder
-
Validate the configuration before building the codec.
- validate() - Method in class io.netty.handler.codec.quic.QuicServerCodecBuilder
- validate(ChannelOption<T>, T) - Method in class io.netty.channel.DefaultChannelConfig
- validate(ByteBuffer) - Method in class io.netty.channel.unix.RawUnixChannelOption
- validate(T) - Method in class io.netty.channel.ChannelOption
-
Validate the value which is set for the
ChannelOption. - validate(T) - Method in class io.netty.handler.ssl.SslContextOption
-
Validate the value which is set for the
SslContextOption. - validate(V) - Method in interface io.netty.handler.codec.DefaultHeaders.ValueValidator
-
Validate the given value.
- validateCookie(String, String) - Method in class io.netty.handler.codec.http.cookie.CookieEncoder
- Validated(InetSocketAddress, InetSocketAddress) - Constructor for class io.netty.handler.codec.quic.QuicPathEvent.Validated
-
The related network path between local and remote has been validated.
- validateFileRegion(DefaultFileRegion, long) - Method in class io.netty.channel.AbstractChannel
- validateHeaders - Variable in class io.netty.handler.codec.http.HttpObjectDecoder
-
Deprecated.
- validateHeaders() - Method in class io.netty.handler.codec.http2.DefaultHttp2HeadersDecoder
-
Determines if the headers should be validated as a result of the decode operation.
- validateHeaders(boolean) - Method in class io.netty.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.netty.handler.codec.http2.Http2ConnectionHandlerBuilder
- validateHeaders(boolean) - Method in class io.netty.handler.codec.http2.Http2FrameCodecBuilder
- validateHeaders(boolean) - Method in class io.netty.handler.codec.http2.Http2MultiplexCodecBuilder
-
Deprecated.
- validateHeaders(boolean) - Method in class io.netty.handler.codec.http2.HttpToHttp2ConnectionHandlerBuilder
- validateHeaderValues() - Method in class io.netty.handler.codec.http2.DefaultHttp2HeadersDecoder
-
Determines if the header values should be validated as a result of the decode operation.
- validateHttpHeaders - Variable in class io.netty.handler.codec.http2.InboundHttp2ToHttpAdapter
- validateHttpHeaders(boolean) - Method in class io.netty.handler.codec.http2.AbstractInboundHttp2ToHttpAdapterBuilder
-
Specifies whether validation of HTTP headers should be performed.
- validateHttpHeaders(boolean) - Method in class io.netty.handler.codec.http2.InboundHttp2ToHttpAdapterBuilder
- validateName(DefaultHeaders.NameValidator<CharSequence>, boolean, CharSequence) - Method in class io.netty.handler.codec.http2.DefaultHttp2Headers
- validateName(DefaultHeaders.NameValidator<K>, boolean, K) - Method in class io.netty.handler.codec.DefaultHeaders
-
Call out to the given
DefaultHeaders.NameValidatorto validate the given name. - validateName(K) - Method in interface io.netty.handler.codec.DefaultHeaders.NameValidator
-
Verify that
nameis valid. - validateScheduled(long, TimeUnit) - Method in class io.netty.util.concurrent.AbstractScheduledEventExecutor
-
Deprecated.will be removed in the future.
- validateToken(ByteBuf, InetSocketAddress) - Method in class io.netty.handler.codec.quic.InsecureQuicTokenHandler
- validateToken(ByteBuf, InetSocketAddress) - Method in interface io.netty.handler.codec.quic.QuicTokenHandler
-
Validate the token and return the offset,
-1is returned if the token is not valid. - validateToken(CharSequence) - Static method in class io.netty.handler.codec.http.HttpHeaderValidationUtil
-
Validate a token contains only allowed characters.
- validateValidHeaderValue(CharSequence) - Static method in class io.netty.handler.codec.http.HttpHeaderValidationUtil
-
Validate the given HTTP header value by searching for any illegal characters.
- validateValue(DefaultHeaders.ValueValidator<CharSequence>, CharSequence, CharSequence) - Method in class io.netty.handler.codec.http2.DefaultHttp2Headers
- validateValue(DefaultHeaders.ValueValidator<V>, K, V) - Method in class io.netty.handler.codec.DefaultHeaders
- validateValue(String, String) - Method in class io.netty.handler.codec.http.cookie.DefaultCookie
-
Deprecated.CookieUtil is package private, will be removed once old Cookie API is dropped
- validationState() - Method in interface io.netty.handler.codec.quic.QuicConnectionPathStats
- value - Variable in class io.netty.handler.codec.DefaultHeaders.HeaderEntry
- value - Variable in class io.netty.handler.codec.mqtt.MqttProperties.StringPair
- value - Variable in class io.netty.util.internal.IntegerHolder
-
Deprecated.
- value() - Method in class io.netty.channel.epoll.EpollIoOps
-
Returns the underlying value of the
EpollIoOps. - value() - Method in class io.netty.channel.nio.NioIoOps
-
Returns the underlying ops value of the
NioIoOps. - value() - Method in enum io.netty.channel.rxtx.RxtxChannelConfig.Databits
-
Deprecated.
- value() - Method in enum io.netty.channel.rxtx.RxtxChannelConfig.Paritybit
-
Deprecated.
- value() - Method in enum io.netty.channel.rxtx.RxtxChannelConfig.Stopbits
-
Deprecated.
- value() - Method in class io.netty.channel.rxtx.RxtxDeviceAddress
-
Deprecated.
- value() - Method in interface io.netty.handler.codec.http.cookie.Cookie
-
Returns the value of this
Cookie. - value() - Method in class io.netty.handler.codec.http.cookie.DefaultCookie
- value() - Method in class io.netty.handler.codec.http2.Http2Flags
-
Gets the underlying flags value.
- value() - Method in enum io.netty.handler.codec.http2.Http2Headers.PseudoHeaderName
- value() - Method in enum io.netty.handler.codec.http3.Http3Headers.PseudoHeaderName
- value() - Method in enum io.netty.handler.codec.mqtt.MqttMessageType
- value() - Method in class io.netty.handler.codec.mqtt.MqttProperties.MqttProperty
-
Get MQTT property value
- value() - Method in enum io.netty.handler.codec.mqtt.MqttProperties.MqttPropertyType
-
Deprecated.
- value() - Method in enum io.netty.handler.codec.mqtt.MqttQoS
- value() - Method in enum io.netty.handler.codec.mqtt.MqttSubscriptionOption.RetainedHandlingPolicy
- value() - Method in class io.netty.handler.codec.redis.IntegerRedisMessage
-
Get long value of this
IntegerRedisMessage. - value() - Method in class io.netty.handler.codec.string.LineSeparator
-
Return the string value of this line separator.
- value() - Method in class io.netty.handler.codec.xml.XmlAttribute
- value() - Method in interface io.netty.util.collection.ByteObjectMap.PrimitiveEntry
-
Gets the value for this entry.
- value() - Method in interface io.netty.util.collection.CharObjectMap.PrimitiveEntry
-
Gets the value for this entry.
- value() - Method in interface io.netty.util.collection.IntObjectMap.PrimitiveEntry
-
Gets the value for this entry.
- value() - Method in interface io.netty.util.collection.LongObjectMap.PrimitiveEntry
-
Gets the value for this entry.
- value() - Method in interface io.netty.util.collection.ShortObjectMap.PrimitiveEntry
-
Gets the value for this entry.
- value() - Method in interface io.netty.util.internal.LongCounter
- valueCharSequenceIterator(CharSequence) - Method in class io.netty.handler.codec.http.DefaultHttpHeaders
- valueCharSequenceIterator(CharSequence) - Method in class io.netty.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.netty.handler.codec.http.ReadOnlyHttpHeaders
- valueConverter() - Method in class io.netty.handler.codec.DefaultHeaders
- ValueConverter<T> - Interface in io.netty.handler.codec
-
Converts to/from a generic object to the type.
- valueIterator(CharSequence) - Method in interface io.netty.handler.codec.http2.Http2Headers
-
Equivalent to
Headers.getAll(Object)but no intermediate list is generated. - valueIterator(CharSequence) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
- valueIterator(CharSequence) - Method in interface io.netty.handler.codec.http3.Http3Headers
-
Equivalent to
Headers.getAll(Object)but no intermediate list is generated. - valueIterator(K) - Method in class io.netty.handler.codec.DefaultHeaders
-
Equivalent to
DefaultHeaders.getAll(Object)but no intermediate list is generated. - valueIterator(K) - Method in class io.netty.handler.codec.EmptyHeaders
-
Equivalent to
EmptyHeaders.getAll(Object)but no intermediate list is generated. - valueOf(byte) - Static method in enum io.netty.handler.codec.haproxy.HAProxyCommand
-
Returns the
HAProxyCommandrepresented by the lowest 4 bits of the specified byte. - valueOf(byte) - Static method in enum io.netty.handler.codec.haproxy.HAProxyProtocolVersion
-
Returns the
HAProxyProtocolVersionrepresented by the highest 4 bits of the specified byte. - valueOf(byte) - Static method in enum io.netty.handler.codec.haproxy.HAProxyProxiedProtocol.AddressFamily
-
Returns the
HAProxyProxiedProtocol.AddressFamilyrepresented by the highest 4 bits of the specified byte. - valueOf(byte) - Static method in enum io.netty.handler.codec.haproxy.HAProxyProxiedProtocol.TransportProtocol
-
Returns the
HAProxyProxiedProtocol.TransportProtocolrepresented by the lowest 4 bits of the specified byte. - valueOf(byte) - Static method in enum io.netty.handler.codec.haproxy.HAProxyProxiedProtocol
-
Returns the
HAProxyProxiedProtocolrepresented by the specified byte. - valueOf(byte) - Static method in enum io.netty.handler.codec.mqtt.MqttConnectReturnCode
-
Returns the enum constant of this type with the specified name.
- valueOf(byte) - Static method in enum io.netty.handler.codec.mqtt.MqttReasonCodes.Auth
-
Returns the enum constant of this type with the specified name.
- valueOf(byte) - Static method in enum io.netty.handler.codec.mqtt.MqttReasonCodes.Disconnect
-
Returns the enum constant of this type with the specified name.
- valueOf(byte) - Static method in enum io.netty.handler.codec.mqtt.MqttReasonCodes.PubAck
-
Returns the enum constant of this type with the specified name.
- valueOf(byte) - Static method in enum io.netty.handler.codec.mqtt.MqttReasonCodes.PubComp
-
Returns the enum constant of this type with the specified name.
- valueOf(byte) - Static method in enum io.netty.handler.codec.mqtt.MqttReasonCodes.PubRec
-
Returns the enum constant of this type with the specified name.
- valueOf(byte) - Static method in enum io.netty.handler.codec.mqtt.MqttReasonCodes.PubRel
-
Returns the enum constant of this type with the specified name.
- valueOf(byte) - Static method in enum io.netty.handler.codec.mqtt.MqttReasonCodes.SubAck
-
Returns the enum constant of this type with the specified name.
- valueOf(byte) - Static method in enum io.netty.handler.codec.mqtt.MqttReasonCodes.UnsubAck
-
Returns the enum constant of this type with the specified name.
- valueOf(byte) - Static method in enum io.netty.handler.codec.socks.SocksAddressType
-
Returns the enum constant of this type with the specified name.
- valueOf(byte) - Static method in enum io.netty.handler.codec.socks.SocksAuthScheme
-
Returns the enum constant of this type with the specified name.
- valueOf(byte) - Static method in enum io.netty.handler.codec.socks.SocksAuthStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(byte) - Static method in enum io.netty.handler.codec.socks.SocksCmdStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(byte) - Static method in enum io.netty.handler.codec.socks.SocksCmdType
-
Returns the enum constant of this type with the specified name.
- valueOf(byte) - Static method in enum io.netty.handler.codec.socks.SocksProtocolVersion
-
Returns the enum constant of this type with the specified name.
- valueOf(byte) - Static method in enum io.netty.handler.codec.socks.SocksSubnegotiationVersion
-
Returns the enum constant of this type with the specified name.
- valueOf(byte) - Static method in enum io.netty.handler.codec.socksx.SocksVersion
-
Returns the
SocksVersionthat corresponds to the specified version field value, as defined in the protocol specification. - valueOf(byte) - Static method in class io.netty.handler.codec.socksx.v4.Socks4CommandStatus
- valueOf(byte) - Static method in class io.netty.handler.codec.socksx.v4.Socks4CommandType
- valueOf(byte) - Static method in class io.netty.handler.codec.socksx.v5.Socks5AddressType
- valueOf(byte) - Static method in class io.netty.handler.codec.socksx.v5.Socks5AuthMethod
- valueOf(byte) - Static method in class io.netty.handler.codec.socksx.v5.Socks5CommandStatus
- valueOf(byte) - Static method in class io.netty.handler.codec.socksx.v5.Socks5CommandType
- valueOf(byte) - Static method in class io.netty.handler.codec.socksx.v5.Socks5PasswordAuthStatus
- valueOf(byte) - Static method in class io.netty.handler.codec.socksx.v5.Socks5PrivateAuthStatus
-
Returns the
Socks5PrivateAuthStatusinstance that corresponds to the specified byte value. - valueOf(byte[]) - Static method in class io.netty.handler.ssl.PemPrivateKey
-
Creates a
PemPrivateKeyfrom rawbyte[]. - valueOf(byte[]) - Static method in class io.netty.handler.ssl.PemX509Certificate
-
Creates a
PemX509Certificatefrom rawbyte[]. - valueOf(int) - Static method in class io.netty.channel.epoll.EpollIoOps
-
Returns a
EpollIoOpsfor the given value. - valueOf(int) - Static method in class io.netty.channel.nio.NioIoOps
-
Returns a
NioIoOpsfor the given value. - valueOf(int) - Static method in enum io.netty.channel.rxtx.RxtxChannelConfig.Databits
-
Deprecated.Returns the enum constant of this type with the specified name.
- valueOf(int) - Static method in enum io.netty.channel.rxtx.RxtxChannelConfig.Paritybit
-
Deprecated.Returns the enum constant of this type with the specified name.
- valueOf(int) - Static method in enum io.netty.channel.rxtx.RxtxChannelConfig.Stopbits
-
Deprecated.Returns the enum constant of this type with the specified name.
- valueOf(int) - Static method in class io.netty.handler.codec.dns.DnsOpCode
-
Returns the
DnsOpCodeinstance of the specified byte value. - valueOf(int) - Static method in class io.netty.handler.codec.dns.DnsRecordType
- valueOf(int) - Static method in class io.netty.handler.codec.dns.DnsResponseCode
-
Returns the
DnsResponseCodethat corresponds with the givenresponseCode. - valueOf(int) - Static method in class io.netty.handler.codec.http.HttpResponseStatus
-
Returns the
HttpResponseStatusrepresented by the specified code. - valueOf(int) - Static method in enum io.netty.handler.codec.http.HttpStatusClass
-
Returns the class of the specified HTTP status code.
- valueOf(int) - Static method in class io.netty.handler.codec.http.websocketx.WebSocketCloseStatus
- valueOf(int) - Static method in enum io.netty.handler.codec.mqtt.MqttMessageType
-
Returns the enum constant of this type with the specified name.
- valueOf(int) - Static method in enum io.netty.handler.codec.mqtt.MqttProperties.MqttPropertyType
-
Deprecated.Returns the enum constant of this type with the specified name.
- valueOf(int) - Static method in enum io.netty.handler.codec.mqtt.MqttQoS
-
Returns the enum constant of this type with the specified name.
- valueOf(int) - Static method in enum io.netty.handler.codec.mqtt.MqttSubscriptionOption.RetainedHandlingPolicy
-
Returns the enum constant of this type with the specified name.
- valueOf(int) - Static method in class io.netty.handler.codec.rtsp.RtspResponseStatuses
-
Returns the
HttpResponseStatusrepresented by the specified code. - valueOf(int) - Static method in class io.netty.handler.codec.spdy.SpdySessionStatus
-
Returns the
SpdySessionStatusrepresented by the specified code. - valueOf(int) - Static method in class io.netty.handler.codec.spdy.SpdyStreamStatus
-
Returns the
SpdyStreamStatusrepresented by the specified code. - valueOf(int, String) - Static method in class io.netty.handler.codec.http.HttpResponseStatus
- valueOf(long) - Static method in enum io.netty.handler.codec.http2.Http2Error
-
Returns the enum constant of this type with the specified name.
- valueOf(long) - Static method in class io.netty.handler.codec.quic.QuicTransportError
- valueOf(ByteBuf) - Static method in class io.netty.handler.ssl.PemPrivateKey
-
Creates a
PemPrivateKeyfrom rawByteBuf. - valueOf(ByteBuf) - Static method in class io.netty.handler.ssl.PemX509Certificate
-
Creates a
PemX509Certificatefrom rawByteBuf. - valueOf(CharSequence) - Static method in enum io.netty.handler.codec.http.HttpStatusClass
-
Returns the class of the specified HTTP status code.
- valueOf(CharSequence) - Static method in class io.netty.handler.codec.smtp.SmtpCommand
-
Returns the
SmtpCommandfor the given command name. - valueOf(Class<?>, String) - Static method in class io.netty.channel.ChannelOption
- valueOf(Class<?>, String) - Static method in class io.netty.handler.ssl.SslContextOption
- valueOf(Class<?>, String) - Static method in class io.netty.util.AttributeKey
- valueOf(Class<?>, String) - Method in class io.netty.util.ConstantPool
- valueOf(Class<?>, String) - Static method in error io.netty.util.Signal
- valueOf(String) - Static method in class io.netty.channel.ChannelOption
-
Returns the
ChannelOptionof the specified name. - valueOf(String) - Static method in enum io.netty.channel.epoll.EpollMode
-
Deprecated.Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.netty.channel.pool.FixedChannelPool.AcquireTimeoutAction
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.netty.channel.rxtx.RxtxChannelConfig.Databits
-
Deprecated.Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.netty.channel.rxtx.RxtxChannelConfig.Paritybit
-
Deprecated.Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.netty.channel.rxtx.RxtxChannelConfig.Stopbits
-
Deprecated.Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.netty.channel.socket.InternetProtocolFamily
-
Deprecated.Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.netty.channel.socket.SocketProtocolFamily
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.netty.channel.unix.DomainSocketReadMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.netty.handler.codec.AsciiHeadersEncoder.NewlineType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.netty.handler.codec.AsciiHeadersEncoder.SeparatorType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.netty.handler.codec.base64.Base64Dialect
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.netty.handler.codec.compression.BrotliMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.netty.handler.codec.compression.ZlibWrapper
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in class io.netty.handler.codec.dns.DnsRecordType
- valueOf(String) - Static method in enum io.netty.handler.codec.dns.DnsSection
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.netty.handler.codec.haproxy.HAProxyCommand
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.netty.handler.codec.haproxy.HAProxyProtocolVersion
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.netty.handler.codec.haproxy.HAProxyProxiedProtocol.AddressFamily
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.netty.handler.codec.haproxy.HAProxyProxiedProtocol.TransportProtocol
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.netty.handler.codec.haproxy.HAProxyProxiedProtocol
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.netty.handler.codec.haproxy.HAProxyTLV.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.netty.handler.codec.http.cookie.CookieHeaderNames.SameSite
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.netty.handler.codec.http.HttpClientUpgradeHandler.UpgradeEvent
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in class io.netty.handler.codec.http.HttpMethod
-
Returns the
HttpMethodrepresented by the specified name. - valueOf(String) - Static method in enum io.netty.handler.codec.http.HttpStatusClass
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in class io.netty.handler.codec.http.HttpVersion
-
Returns an existing or new
HttpVersioninstance which matches to the specified protocol version string. - valueOf(String) - Static method in enum io.netty.handler.codec.http.multipart.HttpPostRequestDecoder.MultiPartStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.netty.handler.codec.http.multipart.HttpPostRequestEncoder.EncoderMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.netty.handler.codec.http.multipart.InterfaceHttpData.HttpDataType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.netty.handler.codec.http.websocketx.WebSocketClientProtocolHandler.ClientHandshakeStateEvent
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.netty.handler.codec.http.websocketx.WebSocketServerProtocolHandler.ServerHandshakeStateEvent
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.netty.handler.codec.http.websocketx.WebSocketVersion
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.netty.handler.codec.http2.Http2Error
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.netty.handler.codec.http2.Http2Exception.ShutdownHint
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.netty.handler.codec.http2.Http2FrameLogger.Direction
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.netty.handler.codec.http2.Http2FrameStreamEvent.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.netty.handler.codec.http2.Http2Headers.PseudoHeaderName
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.netty.handler.codec.http2.Http2Stream.State
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.netty.handler.codec.http2.HttpConversionUtil.ExtensionHeaderNames
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.netty.handler.codec.http3.Http3ErrorCode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.netty.handler.codec.http3.Http3Headers.PseudoHeaderName
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.netty.handler.codec.http3.HttpConversionUtil.ExtensionHeaderNames
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.netty.handler.codec.mqtt.MqttConnectReturnCode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.netty.handler.codec.mqtt.MqttMessageType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.netty.handler.codec.mqtt.MqttProperties.MqttPropertyType
-
Deprecated.Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.netty.handler.codec.mqtt.MqttQoS
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.netty.handler.codec.mqtt.MqttReasonCodes.Auth
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.netty.handler.codec.mqtt.MqttReasonCodes.Disconnect
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.netty.handler.codec.mqtt.MqttReasonCodes.PubAck
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.netty.handler.codec.mqtt.MqttReasonCodes.PubComp
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.netty.handler.codec.mqtt.MqttReasonCodes.PubRec
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.netty.handler.codec.mqtt.MqttReasonCodes.PubRel
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.netty.handler.codec.mqtt.MqttReasonCodes.SubAck
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.netty.handler.codec.mqtt.MqttReasonCodes.UnsubAck
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.netty.handler.codec.mqtt.MqttSubscriptionOption.RetainedHandlingPolicy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.netty.handler.codec.mqtt.MqttVersion
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.netty.handler.codec.ProtocolDetectionState
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.netty.handler.codec.quic.QuicCongestionControlAlgorithm
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.netty.handler.codec.quic.QuicPacketType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.netty.handler.codec.quic.QuicStreamType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.netty.handler.codec.redis.FixedRedisMessagePool.RedisErrorKey
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.netty.handler.codec.redis.FixedRedisMessagePool.RedisReplyKey
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.netty.handler.codec.redis.RedisMessageType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in class io.netty.handler.codec.rtsp.RtspMethods
-
Returns the
HttpMethodrepresented by the specified name. - valueOf(String) - Static method in class io.netty.handler.codec.rtsp.RtspVersions
-
Returns an existing or new
HttpVersioninstance which matches to the specified RTSP version string. - valueOf(String) - Static method in enum io.netty.handler.codec.socks.SocksAddressType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.netty.handler.codec.socks.SocksAuthRequestDecoder.State
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.netty.handler.codec.socks.SocksAuthResponseDecoder.State
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.netty.handler.codec.socks.SocksAuthScheme
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.netty.handler.codec.socks.SocksAuthStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.netty.handler.codec.socks.SocksCmdRequestDecoder.State
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.netty.handler.codec.socks.SocksCmdResponseDecoder.State
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.netty.handler.codec.socks.SocksCmdStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.netty.handler.codec.socks.SocksCmdType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.netty.handler.codec.socks.SocksInitRequestDecoder.State
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.netty.handler.codec.socks.SocksInitResponseDecoder.State
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.netty.handler.codec.socks.SocksMessageType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.netty.handler.codec.socks.SocksProtocolVersion
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.netty.handler.codec.socks.SocksRequestType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.netty.handler.codec.socks.SocksResponseType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.netty.handler.codec.socks.SocksSubnegotiationVersion
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.netty.handler.codec.socksx.SocksVersion
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.netty.handler.codec.socksx.v4.Socks4ClientDecoder.State
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.netty.handler.codec.socksx.v4.Socks4ServerDecoder.State
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.netty.handler.codec.socksx.v5.Socks5CommandRequestDecoder.State
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.netty.handler.codec.socksx.v5.Socks5CommandResponseDecoder.State
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.netty.handler.codec.socksx.v5.Socks5InitialRequestDecoder.State
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.netty.handler.codec.socksx.v5.Socks5InitialResponseDecoder.State
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.netty.handler.codec.socksx.v5.Socks5PasswordAuthRequestDecoder.State
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.netty.handler.codec.socksx.v5.Socks5PasswordAuthResponseDecoder.State
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.netty.handler.codec.spdy.SpdyVersion
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.netty.handler.codec.stomp.StompCommand
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.netty.handler.codec.stomp.StompSubframeDecoder.State
-
Deprecated.Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.netty.handler.ipfilter.IpFilterRuleType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.netty.handler.logging.ByteBufFormat
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.netty.handler.logging.LogLevel
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.netty.handler.ssl.ApplicationProtocolConfig.Protocol
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.netty.handler.ssl.ApplicationProtocolConfig.SelectedListenerFailureBehavior
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.netty.handler.ssl.ApplicationProtocolConfig.SelectorFailureBehavior
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.netty.handler.ssl.ClientAuth
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.netty.handler.ssl.ocsp.OcspResponse.Status
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.netty.handler.ssl.OpenSslCertificateCompressionConfig.AlgorithmMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in class io.netty.handler.ssl.SslContextOption
-
Returns the
SslContextOptionof the specified name. - valueOf(String) - Static method in enum io.netty.handler.ssl.SslProvider
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.netty.handler.timeout.IdleState
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.netty.pkitesting.CertificateBuilder.Algorithm
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.netty.pkitesting.CertificateBuilder.ExtendedKeyUsage
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.netty.pkitesting.CertificateBuilder.KeyUsage
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.netty.resolver.dns.DnsNameResolverChannelStrategy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.netty.resolver.ResolvedAddressTypes
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in class io.netty.util.AttributeKey
-
Returns the singleton instance of the
AttributeKeywhich has the specifiedname. - valueOf(String) - Method in class io.netty.util.ConstantPool
-
Returns the
Constantwhich is assigned to the specifiedname. - valueOf(String) - Static method in enum io.netty.util.internal.logging.InternalLogLevel
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.netty.util.internal.ReferenceCountUpdater.UpdaterType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.netty.util.ResourceLeakDetector.Level
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in error io.netty.util.Signal
-
Returns the
Signalof the specified name. - values() - Static method in enum io.netty.channel.epoll.EpollMode
-
Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.netty.channel.pool.FixedChannelPool.AcquireTimeoutAction
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.netty.channel.rxtx.RxtxChannelConfig.Databits
-
Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.netty.channel.rxtx.RxtxChannelConfig.Paritybit
-
Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.netty.channel.rxtx.RxtxChannelConfig.Stopbits
-
Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.netty.channel.socket.InternetProtocolFamily
-
Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.netty.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.netty.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.netty.handler.codec.AsciiHeadersEncoder.NewlineType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.netty.handler.codec.AsciiHeadersEncoder.SeparatorType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.netty.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.netty.handler.codec.compression.BrotliMode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.netty.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.netty.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.netty.handler.codec.haproxy.HAProxyCommand
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.netty.handler.codec.haproxy.HAProxyProtocolVersion
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.netty.handler.codec.haproxy.HAProxyProxiedProtocol.AddressFamily
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.netty.handler.codec.haproxy.HAProxyProxiedProtocol.TransportProtocol
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.netty.handler.codec.haproxy.HAProxyProxiedProtocol
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.netty.handler.codec.haproxy.HAProxyTLV.Type
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.netty.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.netty.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.netty.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.netty.handler.codec.http.multipart.HttpPostRequestDecoder.MultiPartStatus
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.netty.handler.codec.http.multipart.HttpPostRequestEncoder.EncoderMode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.netty.handler.codec.http.multipart.InterfaceHttpData.HttpDataType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.netty.handler.codec.http.websocketx.WebSocketClientProtocolHandler.ClientHandshakeStateEvent
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.netty.handler.codec.http.websocketx.WebSocketServerProtocolHandler.ServerHandshakeStateEvent
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.netty.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.netty.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.netty.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.netty.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.netty.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.netty.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.netty.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.netty.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.netty.handler.codec.http3.Http3ErrorCode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.netty.handler.codec.http3.Http3Headers.PseudoHeaderName
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.netty.handler.codec.http3.HttpConversionUtil.ExtensionHeaderNames
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.netty.handler.codec.mqtt.MqttConnectReturnCode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.netty.handler.codec.mqtt.MqttMessageType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.netty.handler.codec.mqtt.MqttProperties.MqttPropertyType
-
Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.netty.handler.codec.mqtt.MqttQoS
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.netty.handler.codec.mqtt.MqttReasonCodes.Auth
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.netty.handler.codec.mqtt.MqttReasonCodes.Disconnect
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.netty.handler.codec.mqtt.MqttReasonCodes.PubAck
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.netty.handler.codec.mqtt.MqttReasonCodes.PubComp
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.netty.handler.codec.mqtt.MqttReasonCodes.PubRec
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.netty.handler.codec.mqtt.MqttReasonCodes.PubRel
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.netty.handler.codec.mqtt.MqttReasonCodes.SubAck
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.netty.handler.codec.mqtt.MqttReasonCodes.UnsubAck
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.netty.handler.codec.mqtt.MqttSubscriptionOption.RetainedHandlingPolicy
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.netty.handler.codec.mqtt.MqttVersion
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.netty.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.netty.handler.codec.quic.QuicCongestionControlAlgorithm
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.netty.handler.codec.quic.QuicPacketType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.netty.handler.codec.quic.QuicStreamType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.netty.handler.codec.redis.FixedRedisMessagePool.RedisErrorKey
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.netty.handler.codec.redis.FixedRedisMessagePool.RedisReplyKey
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.netty.handler.codec.redis.RedisMessageType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.netty.handler.codec.socks.SocksAddressType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.netty.handler.codec.socks.SocksAuthRequestDecoder.State
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.netty.handler.codec.socks.SocksAuthResponseDecoder.State
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.netty.handler.codec.socks.SocksAuthScheme
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.netty.handler.codec.socks.SocksAuthStatus
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.netty.handler.codec.socks.SocksCmdRequestDecoder.State
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.netty.handler.codec.socks.SocksCmdResponseDecoder.State
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.netty.handler.codec.socks.SocksCmdStatus
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.netty.handler.codec.socks.SocksCmdType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.netty.handler.codec.socks.SocksInitRequestDecoder.State
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.netty.handler.codec.socks.SocksInitResponseDecoder.State
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.netty.handler.codec.socks.SocksMessageType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.netty.handler.codec.socks.SocksProtocolVersion
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.netty.handler.codec.socks.SocksRequestType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.netty.handler.codec.socks.SocksResponseType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.netty.handler.codec.socks.SocksSubnegotiationVersion
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.netty.handler.codec.socksx.SocksVersion
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.netty.handler.codec.socksx.v4.Socks4ClientDecoder.State
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.netty.handler.codec.socksx.v4.Socks4ServerDecoder.State
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.netty.handler.codec.socksx.v5.Socks5CommandRequestDecoder.State
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.netty.handler.codec.socksx.v5.Socks5CommandResponseDecoder.State
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.netty.handler.codec.socksx.v5.Socks5InitialRequestDecoder.State
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.netty.handler.codec.socksx.v5.Socks5InitialResponseDecoder.State
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.netty.handler.codec.socksx.v5.Socks5PasswordAuthRequestDecoder.State
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.netty.handler.codec.socksx.v5.Socks5PasswordAuthResponseDecoder.State
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.netty.handler.codec.spdy.SpdyVersion
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.netty.handler.codec.stomp.StompCommand
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.netty.handler.codec.stomp.StompSubframeDecoder.State
-
Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.netty.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.netty.handler.logging.ByteBufFormat
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.netty.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.netty.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.netty.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.netty.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.netty.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.netty.handler.ssl.ocsp.OcspResponse.Status
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.netty.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.netty.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.netty.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.netty.pkitesting.CertificateBuilder.Algorithm
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.netty.pkitesting.CertificateBuilder.ExtendedKeyUsage
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.netty.pkitesting.CertificateBuilder.KeyUsage
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.netty.resolver.dns.DnsNameResolverChannelStrategy
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.netty.resolver.ResolvedAddressTypes
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in class io.netty.util.CharsetUtil
- values() - Method in class io.netty.util.collection.ByteObjectHashMap
- values() - Method in class io.netty.util.collection.CharObjectHashMap
- values() - Method in class io.netty.util.collection.IntObjectHashMap
- values() - Method in class io.netty.util.collection.LongObjectHashMap
- values() - Method in class io.netty.util.collection.ShortObjectHashMap
- values() - Static method in enum io.netty.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.netty.util.internal.ReferenceCountUpdater.UpdaterType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.netty.util.ResourceLeakDetector.Level
-
Returns an array containing the constants of this enum type, in the order they are declared.
- VALUES - Static variable in enum io.netty.handler.codec.mqtt.MqttReasonCodes.Disconnect
- valueStringIterator(CharSequence) - Method in class io.netty.handler.codec.http.DefaultHttpHeaders
- valueStringIterator(CharSequence) - Method in class io.netty.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.netty.handler.codec.http.ReadOnlyHttpHeaders
- valueValidator() - Method in class io.netty.handler.codec.DefaultHeaders
- varHandle() - Method in class io.netty.util.internal.VarHandleReferenceCountUpdater
- VarHandle - io.netty.util.internal.ReferenceCountUpdater.UpdaterType
- VarHandleReferenceCountUpdater<T extends ReferenceCounted> - Class in io.netty.util.internal
- VarHandleReferenceCountUpdater() - Constructor for class io.netty.util.internal.VarHandleReferenceCountUpdater
- variableHeader() - Method in class io.netty.handler.codec.mqtt.MqttConnAckMessage
- variableHeader() - Method in class io.netty.handler.codec.mqtt.MqttConnectMessage
- variableHeader() - Method in class io.netty.handler.codec.mqtt.MqttMessage
- variableHeader() - Method in class io.netty.handler.codec.mqtt.MqttPubAckMessage
- variableHeader() - Method in class io.netty.handler.codec.mqtt.MqttPublishMessage
- variableHeader() - Method in class io.netty.handler.codec.mqtt.MqttSubAckMessage
- variableHeader() - Method in class io.netty.handler.codec.mqtt.MqttSubscribeMessage
- variableHeader() - Method in class io.netty.handler.codec.mqtt.MqttUnsubAckMessage
- variableHeader() - Method in class io.netty.handler.codec.mqtt.MqttUnsubscribeMessage
- VARIABLES_TO_REMOVE_INDEX - Static variable in class io.netty.util.internal.InternalThreadLocalMap
- VARIANT_ALSO_NEGOTIATES - Static variable in class io.netty.handler.codec.http.HttpResponseStatus
-
506 Variant Also Negotiates (RFC2295)
- VARY - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
-
"vary" - VARY - Static variable in class io.netty.handler.codec.http.HttpHeaders.Names
-
Deprecated.
"Vary" - VARY - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderNames
-
"vary" - VARY - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Names
-
Deprecated.
"Vary" - verify() - Method in class io.netty.handler.codec.haproxy.HAProxySSLTLV
-
Returns the verification result
- verify(ChannelHandlerContext, ReferenceCountedOpenSslEngine) - Method in class io.netty.handler.ssl.ocsp.OcspClientHandler
- verify(FullHttpResponse) - Method in class io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker
-
Verify the
FullHttpResponseand throws aWebSocketHandshakeExceptionif something is wrong. - verify(FullHttpResponse) - Method in class io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker00
-
Process server response:
- verify(FullHttpResponse) - Method in class io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker07
-
Process server response:
- verify(FullHttpResponse) - Method in class io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker08
-
Process server response:
- verify(FullHttpResponse) - Method in class io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker13
-
Process server response:
- verify(PublicKey) - Method in class io.netty.handler.ssl.PemX509Certificate
- verify(PublicKey) - Method in class io.netty.handler.ssl.util.LazyJavaxX509Certificate
- verify(PublicKey) - Method in class io.netty.handler.ssl.util.LazyX509Certificate
- verify(PublicKey, String) - Method in class io.netty.handler.ssl.PemX509Certificate
- verify(PublicKey, String) - Method in class io.netty.handler.ssl.util.LazyJavaxX509Certificate
- verify(PublicKey, String) - Method in class io.netty.handler.ssl.util.LazyX509Certificate
- verify(PublicKey, Provider) - Method in class io.netty.handler.ssl.util.LazyX509Certificate
- VERIFY_DEPTH - Static variable in class io.netty.handler.ssl.ReferenceCountedOpenSslContext
- verifyPadding(int) - Static method in class io.netty.handler.codec.http2.Http2CodecUtil
- version() - Method in class io.netty.handler.codec.dns.AbstractDnsOptPseudoRrRecord
- version() - Method in interface io.netty.handler.codec.dns.DnsOptPseudoRecord
-
Returns the
VERSIONwhich is encoded intoDnsRecord.timeToLive(). - version() - Method in interface io.netty.handler.codec.http.Cookie
-
Deprecated.Not part of RFC6265
- version() - Method in class io.netty.handler.codec.http.DefaultCookie
-
Deprecated.
- version() - Method in class io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker
-
Version of the web socket specification that is being used
- version() - Method in class io.netty.handler.codec.http.websocketx.WebSocketClientProtocolConfig
- version() - Method in class io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker
-
Returns the version of the specification being supported
- version() - Method in class io.netty.handler.codec.mqtt.MqttConnectVariableHeader
- version() - Method in interface io.netty.handler.codec.socksx.SocksMessage
-
Returns the protocol version of this message.
- version() - Method in class io.netty.handler.codec.socksx.v4.AbstractSocks4Message
- version() - Method in class io.netty.handler.codec.socksx.v5.AbstractSocks5Message
- version() - Method in enum io.netty.handler.codec.spdy.SpdyVersion
- version() - Method in class io.netty.handler.codec.xml.XmlDocumentStart
-
Return defined XML version or null
- version() - Static method in class io.netty.handler.ssl.OpenSsl
-
Returns the version of the used available OpenSSL library or
-1ifOpenSsl.isAvailable()returnsfalse. - version(int) - Method in class io.netty.handler.codec.quic.QuicCodecBuilder
-
Allows to configure the
QUIC versionthat should be used. - version(WebSocketVersion) - Method in class io.netty.handler.codec.http.websocketx.WebSocketClientProtocolConfig.Builder
-
Version of web socket specification to use to connect to the server
- Version - Class in io.netty.util
-
Retrieves the version information of available Netty artifacts.
- VERSION - Static variable in class io.netty.handler.codec.memcache.binary.BinaryMemcacheOpcodes
- VERSION - Static variable in class io.netty.handler.codec.spdy.SpdyHeaders.HttpNames
-
":version" - VERSION - Static variable in interface io.netty.handler.codec.stomp.StompHeaders
- VERSION_NEGOTIATION - io.netty.handler.codec.quic.QuicPacketType
-
Version negotiation packet.
- versionString() - Static method in class io.netty.handler.ssl.OpenSsl
-
Returns the version string of the used available OpenSSL library or
nullifOpenSsl.isAvailable()returnsfalse. - VIA - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
-
"via" - VIA - Static variable in class io.netty.handler.codec.http.HttpHeaders.Names
-
Deprecated.
"Via" - VIA - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderNames
-
"via" - VIA - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Names
-
Deprecated.
"Via" - visit(Http2FrameStream) - Method in interface io.netty.handler.codec.http2.Http2FrameStreamVisitor
-
This method is called once for each stream of the collection.
- visit(Http2Stream) - Method in interface io.netty.handler.codec.http2.Http2StreamVisitor
- VMADDR_CID_ANY - Static variable in class io.netty.channel.epoll.VSockAddress
- VMADDR_CID_HOST - Static variable in class io.netty.channel.epoll.VSockAddress
- VMADDR_CID_HYPERVISOR - Static variable in class io.netty.channel.epoll.VSockAddress
- VMADDR_CID_LOCAL - Static variable in class io.netty.channel.epoll.VSockAddress
- VMADDR_PORT_ANY - Static variable in class io.netty.channel.epoll.VSockAddress
- VoidChannelPromise - Class in io.netty.channel
- VoidChannelPromise(Channel, boolean) - Constructor for class io.netty.channel.VoidChannelPromise
-
Creates a new instance.
- voidPromise() - Method in class io.netty.channel.AbstractChannel.AbstractUnsafe
- voidPromise() - Method in class io.netty.channel.AbstractChannel
- voidPromise() - Method in interface io.netty.channel.Channel.Unsafe
-
Return a special ChannelPromise which can be reused and passed to the operations in
Channel.Unsafe. - voidPromise() - Method in interface io.netty.channel.Channel
- voidPromise() - Method in interface io.netty.channel.ChannelOutboundInvoker
-
Return a special ChannelPromise which can be reused for different operations.
- voidPromise() - Method in class io.netty.channel.DefaultChannelPipeline
- voidPromise() - Method in interface io.netty.handler.codec.quic.QuicChannel
- voidPromise() - Method in interface io.netty.handler.codec.quic.QuicStreamChannel
- vrfy(CharSequence) - Static method in class io.netty.handler.codec.smtp.SmtpRequests
-
Creates a
VRFYrequest. - VRFY - Static variable in class io.netty.handler.codec.smtp.SmtpCommand
- VSockAddress - Class in io.netty.channel.epoll
-
A address for a VM sockets (Linux VSOCK address family).
- VSockAddress(int, int) - Constructor for class io.netty.channel.epoll.VSockAddress
W
- WAIT_TIME - Static variable in class io.netty.channel.rxtx.RxtxChannelOption
-
Deprecated.
- wakesUpForTask(Runnable) - Method in class io.netty.util.concurrent.SingleThreadEventExecutor
-
Can be overridden to control which tasks require waking the
EventExecutorthread if it is waiting so that they can be run immediately. - wakeup() - Method in class io.netty.channel.epoll.EpollIoHandler
- wakeup() - Method in interface io.netty.channel.IoHandler
-
Wakeup the
IoHandler, which means if any operation blocks it should be unblocked and return as soon as possible. - wakeup() - Method in class io.netty.channel.kqueue.KQueueIoHandler
- wakeup() - Method in class io.netty.channel.local.LocalIoHandler
- wakeup() - Method in class io.netty.channel.ManualIoEventLoop
-
Force a wakeup and so the
ManualIoEventLoop.run(long)method will unblock and return even if there was nothing to do. - wakeup() - Method in class io.netty.channel.nio.NioIoHandler
- wakeup() - Method in class io.netty.channel.uring.IoUringIoHandler
- wakeup(boolean) - Method in class io.netty.channel.SingleThreadIoEventLoop
- wakeup(boolean) - Method in class io.netty.util.concurrent.SingleThreadEventExecutor
- warn(String) - Method in interface io.netty.util.internal.logging.InternalLogger
-
Log a message at the WARN level.
- warn(String, Object) - Method in interface io.netty.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.netty.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.netty.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.netty.util.internal.logging.InternalLogger
-
Log an exception (throwable) at the WARN level with an accompanying message.
- warn(Throwable) - Method in class io.netty.util.internal.logging.AbstractInternalLogger
- warn(Throwable) - Method in interface io.netty.util.internal.logging.InternalLogger
-
Log an exception (throwable) at the WARN level.
- WARN - io.netty.handler.logging.LogLevel
- WARN - io.netty.util.internal.logging.InternalLogLevel
-
'WARN' log level.
- WARNING - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
-
"warning" - WARNING - Static variable in class io.netty.handler.codec.http.HttpHeaders.Names
-
Deprecated.
"Warning" - watch(Thread, Runnable) - Static method in class io.netty.util.ThreadDeathWatcher
-
Deprecated.Schedules the specified
taskto run when the specifiedthreaddies. - weakCachingConcurrentResolver(ClassLoader) - Static method in class io.netty.handler.codec.serialization.ClassResolvers
-
Deprecated.non-aggressive concurrent cache good for shared cache, when we're worried about class unloading
- weakCachingResolver(ClassLoader) - Static method in class io.netty.handler.codec.serialization.ClassResolvers
-
Deprecated.non-aggressive non-concurrent cache good for non-shared default cache
- WEBSOCKET - Static variable in class io.netty.handler.codec.http.HttpHeaders.Values
-
Deprecated.
"WebSocket" - WEBSOCKET - Static variable in class io.netty.handler.codec.http.HttpHeaderValues
-
"websocket" - WEBSOCKET_07_ACCEPT_GUID - Static variable in class io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker07
- WEBSOCKET_08_ACCEPT_GUID - Static variable in class io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker08
- WEBSOCKET_13_ACCEPT_GUID - Static variable in class io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker13
- WEBSOCKET_LOCATION - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
-
"websocket-location" - WEBSOCKET_LOCATION - Static variable in class io.netty.handler.codec.http.HttpHeaders.Names
-
Deprecated.
"WebSocket-Location" - WEBSOCKET_ORIGIN - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
-
"websocket-origin" - WEBSOCKET_ORIGIN - Static variable in class io.netty.handler.codec.http.HttpHeaders.Names
-
Deprecated.
"WebSocket-Origin" - WEBSOCKET_PROTOCOL - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
-
"websocket-protocol" - WEBSOCKET_PROTOCOL - Static variable in class io.netty.handler.codec.http.HttpHeaders.Names
-
Deprecated.
"WebSocket-Protocol" - WebSocket00FrameDecoder - Class in io.netty.handler.codec.http.websocketx
-
Decodes
ByteBufs intoWebSocketFrames. - WebSocket00FrameDecoder() - Constructor for class io.netty.handler.codec.http.websocketx.WebSocket00FrameDecoder
- WebSocket00FrameDecoder(int) - Constructor for class io.netty.handler.codec.http.websocketx.WebSocket00FrameDecoder
-
Creates a new instance of
WebSocketFrameDecoderwith the specifiedmaxFrameSize. - WebSocket00FrameDecoder(WebSocketDecoderConfig) - Constructor for class io.netty.handler.codec.http.websocketx.WebSocket00FrameDecoder
-
Creates a new instance of
WebSocketFrameDecoderwith the specifiedmaxFrameSize. - WebSocket00FrameEncoder - Class in io.netty.handler.codec.http.websocketx
-
Encodes a
WebSocketFrameinto aByteBuf. - WebSocket00FrameEncoder() - Constructor for class io.netty.handler.codec.http.websocketx.WebSocket00FrameEncoder
- WebSocket07FrameDecoder - Class in io.netty.handler.codec.http.websocketx
-
Decodes a web socket frame from wire protocol version 7 format.
- WebSocket07FrameDecoder(boolean, boolean, int) - Constructor for class io.netty.handler.codec.http.websocketx.WebSocket07FrameDecoder
-
Constructor
- WebSocket07FrameDecoder(boolean, boolean, int, boolean) - Constructor for class io.netty.handler.codec.http.websocketx.WebSocket07FrameDecoder
-
Constructor
- WebSocket07FrameDecoder(WebSocketDecoderConfig) - Constructor for class io.netty.handler.codec.http.websocketx.WebSocket07FrameDecoder
-
Constructor
- WebSocket07FrameEncoder - Class in io.netty.handler.codec.http.websocketx
-
Encodes a web socket frame into wire protocol version 7 format.
- WebSocket07FrameEncoder(boolean) - Constructor for class io.netty.handler.codec.http.websocketx.WebSocket07FrameEncoder
-
Constructor
- WebSocket07FrameEncoder(WebSocketFrameMaskGenerator) - Constructor for class io.netty.handler.codec.http.websocketx.WebSocket07FrameEncoder
-
Constructor
- WebSocket08FrameDecoder - Class in io.netty.handler.codec.http.websocketx
-
Decodes a web socket frame from wire protocol version 8 format.
- WebSocket08FrameDecoder(boolean, boolean, int) - Constructor for class io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder
-
Constructor
- WebSocket08FrameDecoder(boolean, boolean, int, boolean) - Constructor for class io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder
-
Constructor
- WebSocket08FrameDecoder(WebSocketDecoderConfig) - Constructor for class io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder
-
Constructor
- WebSocket08FrameEncoder - Class in io.netty.handler.codec.http.websocketx
-
Encodes a web socket frame into wire protocol version 8 format.
- WebSocket08FrameEncoder(boolean) - Constructor for class io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder
-
Constructor
- WebSocket08FrameEncoder(WebSocketFrameMaskGenerator) - Constructor for class io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder
-
Constructor
- WebSocket13FrameDecoder - Class in io.netty.handler.codec.http.websocketx
-
Decodes a web socket frame from wire protocol version 13 format.
- WebSocket13FrameDecoder(boolean, boolean, int) - Constructor for class io.netty.handler.codec.http.websocketx.WebSocket13FrameDecoder
-
Constructor
- WebSocket13FrameDecoder(boolean, boolean, int, boolean) - Constructor for class io.netty.handler.codec.http.websocketx.WebSocket13FrameDecoder
-
Constructor
- WebSocket13FrameDecoder(WebSocketDecoderConfig) - Constructor for class io.netty.handler.codec.http.websocketx.WebSocket13FrameDecoder
-
Constructor
- WebSocket13FrameEncoder - Class in io.netty.handler.codec.http.websocketx
-
Encodes a web socket frame into wire protocol version 13 format.
- WebSocket13FrameEncoder(boolean) - Constructor for class io.netty.handler.codec.http.websocketx.WebSocket13FrameEncoder
-
Constructor
- WebSocket13FrameEncoder(WebSocketFrameMaskGenerator) - Constructor for class io.netty.handler.codec.http.websocketx.WebSocket13FrameEncoder
-
Constructor
- WebSocketChunkedInput - Class in io.netty.handler.codec.http.websocketx
-
A
ChunkedInputthat fetches data chunk by chunk for use with WebSocket chunked transfers. - WebSocketChunkedInput(ChunkedInput<ByteBuf>) - Constructor for class io.netty.handler.codec.http.websocketx.WebSocketChunkedInput
-
Creates a new instance using the specified input.
- WebSocketChunkedInput(ChunkedInput<ByteBuf>, int) - Constructor for class io.netty.handler.codec.http.websocketx.WebSocketChunkedInput
-
Creates a new instance using the specified input.
- WebSocketClientCompressionHandler - Class in io.netty.handler.codec.http.websocketx.extensions.compression
-
Extends io.netty.handler.codec.http.websocketx.extensions.compression.WebSocketClientExtensionHandler to handle the most common WebSocket Compression Extensions.
- WebSocketClientCompressionHandler(int) - Constructor for class io.netty.handler.codec.http.websocketx.extensions.compression.WebSocketClientCompressionHandler
-
Constructor with default configuration.
- WebSocketClientExtension - Interface in io.netty.handler.codec.http.websocketx.extensions
-
Created once the handshake phase is done.
- WebSocketClientExtensionHandler - Class in io.netty.handler.codec.http.websocketx.extensions
-
This handler negotiates and initializes the WebSocket Extensions.
- WebSocketClientExtensionHandler(WebSocketClientExtensionHandshaker...) - Constructor for class io.netty.handler.codec.http.websocketx.extensions.WebSocketClientExtensionHandler
-
Constructor
- WebSocketClientExtensionHandshaker - Interface in io.netty.handler.codec.http.websocketx.extensions
-
Handshakes a client extension with the server.
- WebSocketClientHandshakeException - Exception in io.netty.handler.codec.http.websocketx
-
Client exception during handshaking process.
- WebSocketClientHandshakeException(String) - Constructor for exception io.netty.handler.codec.http.websocketx.WebSocketClientHandshakeException
- WebSocketClientHandshakeException(String, HttpResponse) - Constructor for exception io.netty.handler.codec.http.websocketx.WebSocketClientHandshakeException
- WebSocketClientHandshaker - Class in io.netty.handler.codec.http.websocketx
-
Base class for web socket client handshake implementations
- WebSocketClientHandshaker(URI, WebSocketVersion, String, HttpHeaders, int) - Constructor for class io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker
-
Base constructor
- WebSocketClientHandshaker(URI, WebSocketVersion, String, HttpHeaders, int, long) - Constructor for class io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker
-
Base constructor
- WebSocketClientHandshaker(URI, WebSocketVersion, String, HttpHeaders, int, long, boolean) - Constructor for class io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker
-
Base constructor
- WebSocketClientHandshaker(URI, WebSocketVersion, String, HttpHeaders, int, long, boolean, boolean) - Constructor for class io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker
-
Base constructor
- WebSocketClientHandshaker00 - Class in io.netty.handler.codec.http.websocketx
-
Performs client side opening and closing handshakes for web socket specification version draft-ietf-hybi-thewebsocketprotocol- 00
- WebSocketClientHandshaker00(URI, WebSocketVersion, String, HttpHeaders, int) - Constructor for class io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker00
-
Creates a new instance with the specified destination WebSocket location and version to initiate.
- WebSocketClientHandshaker00(URI, WebSocketVersion, String, HttpHeaders, int, long) - Constructor for class io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker00
-
Creates a new instance with the specified destination WebSocket location and version to initiate.
- WebSocketClientHandshaker07 - Class in io.netty.handler.codec.http.websocketx
-
Performs client side opening and closing handshakes for web socket specification version draft-ietf-hybi-thewebsocketprotocol- 10
- WebSocketClientHandshaker07(URI, WebSocketVersion, String, boolean, HttpHeaders, int) - Constructor for class io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker07
-
Creates a new instance.
- WebSocketClientHandshaker07(URI, WebSocketVersion, String, boolean, HttpHeaders, int, boolean, boolean) - Constructor for class io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker07
-
Creates a new instance.
- WebSocketClientHandshaker07(URI, WebSocketVersion, String, boolean, HttpHeaders, int, boolean, boolean, long) - Constructor for class io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker07
-
Creates a new instance.
- WebSocketClientHandshaker08 - Class in io.netty.handler.codec.http.websocketx
-
Performs client side opening and closing handshakes for web socket specification version draft-ietf-hybi-thewebsocketprotocol- 10
- WebSocketClientHandshaker08(URI, WebSocketVersion, String, boolean, HttpHeaders, int) - Constructor for class io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker08
-
Creates a new instance.
- WebSocketClientHandshaker08(URI, WebSocketVersion, String, boolean, HttpHeaders, int, boolean, boolean) - Constructor for class io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker08
-
Creates a new instance.
- WebSocketClientHandshaker08(URI, WebSocketVersion, String, boolean, HttpHeaders, int, boolean, boolean, long) - Constructor for class io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker08
-
Creates a new instance.
- WebSocketClientHandshaker13 - Class in io.netty.handler.codec.http.websocketx
-
Performs client side opening and closing handshakes for web socket specification version draft-ietf-hybi-thewebsocketprotocol- 17
- WebSocketClientHandshaker13(URI, WebSocketVersion, String, boolean, HttpHeaders, int) - Constructor for class io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker13
-
Creates a new instance.
- WebSocketClientHandshaker13(URI, WebSocketVersion, String, boolean, HttpHeaders, int, boolean, boolean) - Constructor for class io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker13
-
Creates a new instance.
- WebSocketClientHandshaker13(URI, WebSocketVersion, String, boolean, HttpHeaders, int, boolean, boolean, long) - Constructor for class io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker13
-
Creates a new instance.
- WebSocketClientHandshakerFactory - Class in io.netty.handler.codec.http.websocketx
-
Creates a new
WebSocketClientHandshakerof desired protocol version. - WebSocketClientProtocolConfig - Class in io.netty.handler.codec.http.websocketx
-
WebSocket server configuration.
- WebSocketClientProtocolConfig.Builder - Class in io.netty.handler.codec.http.websocketx
- WebSocketClientProtocolHandler - Class in io.netty.handler.codec.http.websocketx
-
This handler does all the heavy lifting for you to run a websocket client.
- WebSocketClientProtocolHandler(WebSocketClientHandshaker) - Constructor for class io.netty.handler.codec.http.websocketx.WebSocketClientProtocolHandler
-
Base constructor
- WebSocketClientProtocolHandler(WebSocketClientHandshaker, boolean) - Constructor for class io.netty.handler.codec.http.websocketx.WebSocketClientProtocolHandler
-
Base constructor
- WebSocketClientProtocolHandler(WebSocketClientHandshaker, boolean, boolean) - Constructor for class io.netty.handler.codec.http.websocketx.WebSocketClientProtocolHandler
-
Base constructor
- WebSocketClientProtocolHandler(WebSocketClientHandshaker, boolean, boolean, long) - Constructor for class io.netty.handler.codec.http.websocketx.WebSocketClientProtocolHandler
-
Base constructor
- WebSocketClientProtocolHandler(WebSocketClientHandshaker, boolean, boolean, long, boolean) - Constructor for class io.netty.handler.codec.http.websocketx.WebSocketClientProtocolHandler
-
Base constructor
- WebSocketClientProtocolHandler(WebSocketClientHandshaker, boolean, long) - Constructor for class io.netty.handler.codec.http.websocketx.WebSocketClientProtocolHandler
-
Base constructor
- WebSocketClientProtocolHandler(WebSocketClientHandshaker, long) - Constructor for class io.netty.handler.codec.http.websocketx.WebSocketClientProtocolHandler
-
Base constructor
- WebSocketClientProtocolHandler(WebSocketClientHandshaker, WebSocketClientProtocolConfig) - Constructor for class io.netty.handler.codec.http.websocketx.WebSocketClientProtocolHandler
-
Base constructor
- WebSocketClientProtocolHandler(WebSocketClientProtocolConfig) - Constructor for class io.netty.handler.codec.http.websocketx.WebSocketClientProtocolHandler
-
Base constructor
- WebSocketClientProtocolHandler(URI, WebSocketVersion, String, boolean, HttpHeaders, int) - Constructor for class io.netty.handler.codec.http.websocketx.WebSocketClientProtocolHandler
-
Base constructor
- WebSocketClientProtocolHandler(URI, WebSocketVersion, String, boolean, HttpHeaders, int, boolean) - Constructor for class io.netty.handler.codec.http.websocketx.WebSocketClientProtocolHandler
-
Base constructor
- WebSocketClientProtocolHandler(URI, WebSocketVersion, String, boolean, HttpHeaders, int, boolean, boolean, boolean) - Constructor for class io.netty.handler.codec.http.websocketx.WebSocketClientProtocolHandler
-
Base constructor
- WebSocketClientProtocolHandler(URI, WebSocketVersion, String, boolean, HttpHeaders, int, boolean, boolean, boolean, long) - Constructor for class io.netty.handler.codec.http.websocketx.WebSocketClientProtocolHandler
-
Base constructor
- WebSocketClientProtocolHandler(URI, WebSocketVersion, String, boolean, HttpHeaders, int, boolean, long) - Constructor for class io.netty.handler.codec.http.websocketx.WebSocketClientProtocolHandler
-
Base constructor
- WebSocketClientProtocolHandler(URI, WebSocketVersion, String, boolean, HttpHeaders, int, long) - Constructor for class io.netty.handler.codec.http.websocketx.WebSocketClientProtocolHandler
-
Base constructor
- WebSocketClientProtocolHandler.ClientHandshakeStateEvent - Enum in io.netty.handler.codec.http.websocketx
-
Events that are fired to notify about handshake status
- WebSocketCloseStatus - Class in io.netty.handler.codec.http.websocketx
-
WebSocket status codes specified in RFC-6455.
- WebSocketCloseStatus(int, String) - Constructor for class io.netty.handler.codec.http.websocketx.WebSocketCloseStatus
- WebSocketCloseStatus(int, String, boolean) - Constructor for class io.netty.handler.codec.http.websocketx.WebSocketCloseStatus
- WebSocketDecoderConfig - Class in io.netty.handler.codec.http.websocketx
-
Frames decoder configuration.
- WebSocketDecoderConfig.Builder - Class in io.netty.handler.codec.http.websocketx
- WebSocketExtension - Interface in io.netty.handler.codec.http.websocketx.extensions
-
Created once the handshake phase is done.
- WebSocketExtensionData - Class in io.netty.handler.codec.http.websocketx.extensions
-
A WebSocket Extension data from the Sec-WebSocket-Extensions header.
- WebSocketExtensionData(String, Map<String, String>) - Constructor for class io.netty.handler.codec.http.websocketx.extensions.WebSocketExtensionData
- WebSocketExtensionDecoder - Class in io.netty.handler.codec.http.websocketx.extensions
-
Convenient class for io.netty.handler.codec.http.websocketx.extensions.WebSocketExtension decoder.
- WebSocketExtensionDecoder() - Constructor for class io.netty.handler.codec.http.websocketx.extensions.WebSocketExtensionDecoder
- WebSocketExtensionEncoder - Class in io.netty.handler.codec.http.websocketx.extensions
-
Convenient class for io.netty.handler.codec.http.websocketx.extensions.WebSocketExtension encoder.
- WebSocketExtensionEncoder() - Constructor for class io.netty.handler.codec.http.websocketx.extensions.WebSocketExtensionEncoder
- WebSocketExtensionFilter - Interface in io.netty.handler.codec.http.websocketx.extensions
-
Filter that is responsible to skip the evaluation of a certain extension according to standard.
- WebSocketExtensionFilterProvider - Interface in io.netty.handler.codec.http.websocketx.extensions
-
Extension filter provider that is responsible to provide filters for a certain
WebSocketExtensionextension. - WebSocketExtensionUtil - Class in io.netty.handler.codec.http.websocketx.extensions
- WebSocketFrame - Class in io.netty.handler.codec.http.websocketx
-
Base class for web socket frames.
- WebSocketFrame(boolean, int, ByteBuf) - Constructor for class io.netty.handler.codec.http.websocketx.WebSocketFrame
- WebSocketFrame(ByteBuf) - Constructor for class io.netty.handler.codec.http.websocketx.WebSocketFrame
- WebSocketFrameAggregator - Class in io.netty.handler.codec.http.websocketx
-
Handler that aggregate fragmented WebSocketFrame's.
- WebSocketFrameAggregator(int) - Constructor for class io.netty.handler.codec.http.websocketx.WebSocketFrameAggregator
-
Creates a new instance
- WebSocketFrameDecoder - Interface in io.netty.handler.codec.http.websocketx
-
Marker interface which all WebSocketFrame decoders need to implement.
- WebSocketFrameEncoder - Interface in io.netty.handler.codec.http.websocketx
-
Marker interface which all WebSocketFrame encoders need to implement.
- WebSocketFrameMaskGenerator - Interface in io.netty.handler.codec.http.websocketx
-
Allows to customize how the mask is generated that is used to mask the
WebSocketFrame. - WebSocketHandshakeException - Exception in io.netty.handler.codec.http.websocketx
-
Exception during handshaking process
- WebSocketHandshakeException(String) - Constructor for exception io.netty.handler.codec.http.websocketx.WebSocketHandshakeException
- WebSocketHandshakeException(String, Throwable) - Constructor for exception io.netty.handler.codec.http.websocketx.WebSocketHandshakeException
- websocketPath() - Method in class io.netty.handler.codec.http.websocketx.WebSocketServerProtocolConfig
- websocketPath(String) - Method in class io.netty.handler.codec.http.websocketx.WebSocketServerProtocolConfig.Builder
-
URI path component to handle websocket upgrade requests on.
- WebSocketScheme - Class in io.netty.handler.codec.http.websocketx
-
Defines the common schemes used for the WebSocket protocol as defined by rfc6455.
- WebSocketServerCompressionHandler - Class in io.netty.handler.codec.http.websocketx.extensions.compression
-
Extends io.netty.handler.codec.http.websocketx.extensions.compression.WebSocketServerExtensionHandler to handle the most common WebSocket Compression Extensions.
- WebSocketServerCompressionHandler() - Constructor for class io.netty.handler.codec.http.websocketx.extensions.compression.WebSocketServerCompressionHandler
-
Deprecated.
- WebSocketServerCompressionHandler(int) - Constructor for class io.netty.handler.codec.http.websocketx.extensions.compression.WebSocketServerCompressionHandler
-
Constructor with default configuration.
- WebSocketServerExtension - Interface in io.netty.handler.codec.http.websocketx.extensions
-
Created once the handshake phase is done.
- WebSocketServerExtensionHandler - Class in io.netty.handler.codec.http.websocketx.extensions
-
This handler negotiates and initializes the WebSocket Extensions.
- WebSocketServerExtensionHandler(WebSocketServerExtensionHandshaker...) - Constructor for class io.netty.handler.codec.http.websocketx.extensions.WebSocketServerExtensionHandler
-
Constructor
- WebSocketServerExtensionHandshaker - Interface in io.netty.handler.codec.http.websocketx.extensions
-
Handshakes a client extension based on this server capabilities.
- WebSocketServerHandshakeException - Exception in io.netty.handler.codec.http.websocketx
-
Server exception during handshaking process.
- WebSocketServerHandshakeException(String) - Constructor for exception io.netty.handler.codec.http.websocketx.WebSocketServerHandshakeException
- WebSocketServerHandshakeException(String, HttpRequest) - Constructor for exception io.netty.handler.codec.http.websocketx.WebSocketServerHandshakeException
- WebSocketServerHandshaker - Class in io.netty.handler.codec.http.websocketx
-
Base class for server side web socket opening and closing handshakes
- WebSocketServerHandshaker(WebSocketVersion, String, String, int) - Constructor for class io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker
-
Constructor specifying the destination web socket location
- WebSocketServerHandshaker(WebSocketVersion, String, String, WebSocketDecoderConfig) - Constructor for class io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker
-
Constructor specifying the destination web socket location
- WebSocketServerHandshaker00 - Class in io.netty.handler.codec.http.websocketx
-
Performs server side opening and closing handshakes for web socket specification version draft-ietf-hybi-thewebsocketprotocol- 00
- WebSocketServerHandshaker00(String, String, int) - Constructor for class io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker00
-
Constructor specifying the destination web socket location
- WebSocketServerHandshaker00(String, String, WebSocketDecoderConfig) - Constructor for class io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker00
-
Constructor specifying the destination web socket location
- WebSocketServerHandshaker07 - Class in io.netty.handler.codec.http.websocketx
-
Performs server side opening and closing handshakes for web socket specification version draft-ietf-hybi-thewebsocketprotocol- 10
- WebSocketServerHandshaker07(String, String, boolean, int) - Constructor for class io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker07
-
Constructor specifying the destination web socket location
- WebSocketServerHandshaker07(String, String, boolean, int, boolean) - Constructor for class io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker07
-
Constructor specifying the destination web socket location
- WebSocketServerHandshaker07(String, String, WebSocketDecoderConfig) - Constructor for class io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker07
-
Constructor specifying the destination web socket location
- WebSocketServerHandshaker08 - Class in io.netty.handler.codec.http.websocketx
-
Performs server side opening and closing handshakes for web socket specification version draft-ietf-hybi-thewebsocketprotocol- 10
- WebSocketServerHandshaker08(String, String, boolean, int) - Constructor for class io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker08
-
Constructor specifying the destination web socket location
- WebSocketServerHandshaker08(String, String, boolean, int, boolean) - Constructor for class io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker08
-
Constructor specifying the destination web socket location
- WebSocketServerHandshaker08(String, String, WebSocketDecoderConfig) - Constructor for class io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker08
-
Constructor specifying the destination web socket location
- WebSocketServerHandshaker13 - Class in io.netty.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.netty.handler.codec.http.websocketx.WebSocketServerHandshaker13
-
Constructor specifying the destination web socket location
- WebSocketServerHandshaker13(String, String, boolean, int, boolean) - Constructor for class io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker13
-
Constructor specifying the destination web socket location
- WebSocketServerHandshaker13(String, String, WebSocketDecoderConfig) - Constructor for class io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker13
-
Constructor specifying the destination web socket location
- WebSocketServerHandshakerFactory - Class in io.netty.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.netty.handler.codec.http.websocketx.WebSocketServerHandshakerFactory
-
Constructor specifying the destination web socket location
- WebSocketServerHandshakerFactory(String, String, boolean, int) - Constructor for class io.netty.handler.codec.http.websocketx.WebSocketServerHandshakerFactory
-
Constructor specifying the destination web socket location
- WebSocketServerHandshakerFactory(String, String, boolean, int, boolean) - Constructor for class io.netty.handler.codec.http.websocketx.WebSocketServerHandshakerFactory
-
Constructor specifying the destination web socket location
- WebSocketServerHandshakerFactory(String, String, WebSocketDecoderConfig) - Constructor for class io.netty.handler.codec.http.websocketx.WebSocketServerHandshakerFactory
-
Constructor specifying the destination web socket location
- WebSocketServerProtocolConfig - Class in io.netty.handler.codec.http.websocketx
-
WebSocket server configuration.
- WebSocketServerProtocolConfig.Builder - Class in io.netty.handler.codec.http.websocketx
- WebSocketServerProtocolHandler - Class in io.netty.handler.codec.http.websocketx
-
This handler does all the heavy lifting for you to run a websocket server.
- WebSocketServerProtocolHandler(WebSocketServerProtocolConfig) - Constructor for class io.netty.handler.codec.http.websocketx.WebSocketServerProtocolHandler
-
Base constructor
- WebSocketServerProtocolHandler(String) - Constructor for class io.netty.handler.codec.http.websocketx.WebSocketServerProtocolHandler
- WebSocketServerProtocolHandler(String, boolean) - Constructor for class io.netty.handler.codec.http.websocketx.WebSocketServerProtocolHandler
- WebSocketServerProtocolHandler(String, boolean, long) - Constructor for class io.netty.handler.codec.http.websocketx.WebSocketServerProtocolHandler
- WebSocketServerProtocolHandler(String, long) - Constructor for class io.netty.handler.codec.http.websocketx.WebSocketServerProtocolHandler
- WebSocketServerProtocolHandler(String, String) - Constructor for class io.netty.handler.codec.http.websocketx.WebSocketServerProtocolHandler
- WebSocketServerProtocolHandler(String, String, boolean) - Constructor for class io.netty.handler.codec.http.websocketx.WebSocketServerProtocolHandler
- WebSocketServerProtocolHandler(String, String, boolean, boolean, long, WebSocketDecoderConfig) - Constructor for class io.netty.handler.codec.http.websocketx.WebSocketServerProtocolHandler
- WebSocketServerProtocolHandler(String, String, boolean, int) - Constructor for class io.netty.handler.codec.http.websocketx.WebSocketServerProtocolHandler
- WebSocketServerProtocolHandler(String, String, boolean, int, boolean) - Constructor for class io.netty.handler.codec.http.websocketx.WebSocketServerProtocolHandler
- WebSocketServerProtocolHandler(String, String, boolean, int, boolean, boolean) - Constructor for class io.netty.handler.codec.http.websocketx.WebSocketServerProtocolHandler
- WebSocketServerProtocolHandler(String, String, boolean, int, boolean, boolean, boolean) - Constructor for class io.netty.handler.codec.http.websocketx.WebSocketServerProtocolHandler
- WebSocketServerProtocolHandler(String, String, boolean, int, boolean, boolean, boolean, long) - Constructor for class io.netty.handler.codec.http.websocketx.WebSocketServerProtocolHandler
- WebSocketServerProtocolHandler(String, String, boolean, int, boolean, boolean, long) - Constructor for class io.netty.handler.codec.http.websocketx.WebSocketServerProtocolHandler
- WebSocketServerProtocolHandler(String, String, boolean, int, boolean, long) - Constructor for class io.netty.handler.codec.http.websocketx.WebSocketServerProtocolHandler
- WebSocketServerProtocolHandler(String, String, boolean, int, long) - Constructor for class io.netty.handler.codec.http.websocketx.WebSocketServerProtocolHandler
- WebSocketServerProtocolHandler(String, String, boolean, long) - Constructor for class io.netty.handler.codec.http.websocketx.WebSocketServerProtocolHandler
- WebSocketServerProtocolHandler(String, String, long) - Constructor for class io.netty.handler.codec.http.websocketx.WebSocketServerProtocolHandler
- WebSocketServerProtocolHandler.HandshakeComplete - Class in io.netty.handler.codec.http.websocketx
-
The Handshake was completed successfully and the channel was upgraded to websockets.
- WebSocketServerProtocolHandler.ServerHandshakeStateEvent - Enum in io.netty.handler.codec.http.websocketx
-
Events that are fired to notify about handshake status
- webSocketUri() - Method in class io.netty.handler.codec.http.websocketx.WebSocketClientProtocolConfig
- webSocketUri(String) - Method in class io.netty.handler.codec.http.websocketx.WebSocketClientProtocolConfig.Builder
-
URL for web socket communications. e.g "ws://myhost.com/mypath".
- webSocketUri(URI) - Method in class io.netty.handler.codec.http.websocketx.WebSocketClientProtocolConfig.Builder
-
URL for web socket communications. e.g "ws://myhost.com/mypath".
- WebSocketVersion - Enum in io.netty.handler.codec.http.websocketx
-
Versions of the web socket specification.
- weight() - Method in class io.netty.handler.codec.http2.DefaultHttp2PriorityFrame
- weight() - Method in interface io.netty.handler.codec.http2.Http2PriorityFrame
-
Stream weight
- WeightedFairQueueByteDistributor - Class in io.netty.handler.codec.http2
-
A
StreamByteDistributorthat is sensitive to stream priority and uses Weighted Fair Queueing approach for distributing bytes. - WeightedFairQueueByteDistributor(Http2Connection) - Constructor for class io.netty.handler.codec.http2.WeightedFairQueueByteDistributor
- WeightedFairQueueByteDistributor(Http2Connection, int) - Constructor for class io.netty.handler.codec.http2.WeightedFairQueueByteDistributor
- WILDCARD_SUBSCRIPTION_AVAILABLE - io.netty.handler.codec.mqtt.MqttProperties.MqttPropertyType
-
Deprecated.
- WILDCARD_SUBSCRIPTIONS_NOT_SUPPORTED - io.netty.handler.codec.mqtt.MqttReasonCodes.Disconnect
- WILDCARD_SUBSCRIPTIONS_NOT_SUPPORTED - io.netty.handler.codec.mqtt.MqttReasonCodes.SubAck
- wildcardSubscriptionAvailable(boolean) - Method in class io.netty.handler.codec.mqtt.MqttMessageBuilders.ConnAckPropertiesBuilder
- WILL_DELAY_INTERVAL - io.netty.handler.codec.mqtt.MqttProperties.MqttPropertyType
-
Deprecated.
- willCleanupFastThreadLocals() - Method in class io.netty.util.concurrent.FastThreadLocalThread
-
Deprecated.
- willCleanupFastThreadLocals(Thread) - Static method in class io.netty.util.concurrent.FastThreadLocalThread
-
Deprecated.
- willFlag(boolean) - Method in class io.netty.handler.codec.mqtt.MqttMessageBuilders.ConnectBuilder
- willMessage() - Method in class io.netty.handler.codec.mqtt.MqttConnectPayload
-
Deprecated.use
MqttConnectPayload.willMessageInBytes()instead - willMessage(byte[]) - Method in class io.netty.handler.codec.mqtt.MqttMessageBuilders.ConnectBuilder
- willMessage(String) - Method in class io.netty.handler.codec.mqtt.MqttMessageBuilders.ConnectBuilder
-
Deprecated.
- willMessageInBytes() - Method in class io.netty.handler.codec.mqtt.MqttConnectPayload
- willProperties() - Method in class io.netty.handler.codec.mqtt.MqttConnectPayload
- willProperties(MqttProperties) - Method in class io.netty.handler.codec.mqtt.MqttMessageBuilders.ConnectBuilder
- willQos() - Method in class io.netty.handler.codec.mqtt.MqttConnectVariableHeader
- willQoS(MqttQoS) - Method in class io.netty.handler.codec.mqtt.MqttMessageBuilders.ConnectBuilder
- willRetain(boolean) - Method in class io.netty.handler.codec.mqtt.MqttMessageBuilders.ConnectBuilder
- willTopic() - Method in class io.netty.handler.codec.mqtt.MqttConnectPayload
- willTopic(String) - Method in class io.netty.handler.codec.mqtt.MqttMessageBuilders.ConnectBuilder
- WINDOW_UPDATE - Static variable in class io.netty.handler.codec.http2.Http2FrameTypes
- WINDOW_UPDATE_FRAME_LENGTH - Static variable in class io.netty.handler.codec.http2.Http2CodecUtil
- windowBits() - Method in class io.netty.handler.codec.compression.DeflateOptions
- WINDOWS - Static variable in class io.netty.handler.codec.string.LineSeparator
-
The Windows line separator(CRLF)
- windowSize() - Method in interface io.netty.handler.codec.http2.StreamByteDistributor.StreamState
-
The size (in bytes) of the stream's flow control window.
- windowSize(Http2Stream) - Method in class io.netty.handler.codec.http2.DefaultHttp2LocalFlowController
- windowSize(Http2Stream) - Method in class io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController
- windowSize(Http2Stream) - Method in interface io.netty.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.netty.handler.codec.http2.DefaultHttp2WindowUpdateFrame
- windowSizeIncrement() - Method in interface io.netty.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.netty.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.netty.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.netty.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.netty.handler.codec.http2.DefaultHttp2LocalFlowController
-
The window update ratio is used to determine when a window update must be sent.
- with(EpollIoOps) - Method in class io.netty.channel.epoll.EpollIoOps
-
Return a
EpollIoOpswhich is a combination of the current and the givenEpollIoOps. - with(NioIoOps) - Method in class io.netty.channel.nio.NioIoOps
- withAnyOrigin() - Static method in class io.netty.handler.codec.http.cors.CorsConfig
-
Deprecated.Use
CorsConfigBuilder.forAnyOrigin()instead. - withCombiningHeaders(boolean) - Method in class io.netty.handler.codec.http.DefaultHttpHeadersFactory
-
Create a new builder that will build
HttpHeadersobjects that either combine multi-valued headers, or not. - withEmptyDefaults(MqttUnsubAckPayload) - Static method in class io.netty.handler.codec.mqtt.MqttUnsubAckPayload
- withEmptyProperties() - Method in class io.netty.handler.codec.mqtt.MqttMessageIdVariableHeader
- withHashTableReuse() - Static method in class io.netty.handler.codec.compression.Snappy
- withNameValidation(boolean) - Method in class io.netty.handler.codec.http.DefaultHttpHeadersFactory
-
Create a new builder that has HTTP header name validation enabled or disabled.
- withNameValidator(DefaultHeaders.NameValidator<CharSequence>) - Method in class io.netty.handler.codec.http.DefaultHttpHeadersFactory
-
Create a new builder that with the given
DefaultHeaders.NameValidator. - withOrigin(String) - Static method in class io.netty.handler.codec.http.cors.CorsConfig
-
Deprecated.Use
CorsConfigBuilder.forOrigin(String)instead. - withOrigins(String...) - Static method in class io.netty.handler.codec.http.cors.CorsConfig
-
Deprecated.Use
CorsConfigBuilder.forOrigins(String...)instead. - without(EpollIoOps) - Method in class io.netty.channel.epoll.EpollIoOps
-
Return a
EpollIoOpswhich is not a combination of the current and the givenEpollIoOps. - without(NioIoOps) - Method in class io.netty.channel.nio.NioIoOps
- WithTransferableScope(Class<?>, int) - Constructor for class io.netty.util.test.LeakPresenceExtension.WithTransferableScope
- WithTransferableScope(Class<?>, int, long) - Constructor for class io.netty.util.test.LeakPresenceExtension.WithTransferableScope
- withUpgradeStreamHandler(ChannelHandler) - Method in class io.netty.handler.codec.http2.Http2MultiplexCodecBuilder
-
Deprecated.
- withUTF8Validator() - Method in class io.netty.handler.codec.http.websocketx.WebSocketClientProtocolConfig
- withUTF8Validator() - Method in class io.netty.handler.codec.http.websocketx.WebSocketDecoderConfig
- withUTF8Validator(boolean) - Method in class io.netty.handler.codec.http.websocketx.WebSocketClientProtocolConfig.Builder
-
Toggles UTF8 validation for payload of text websocket frames.
- withUTF8Validator(boolean) - Method in class io.netty.handler.codec.http.websocketx.WebSocketDecoderConfig.Builder
- withUTF8Validator(boolean) - Method in class io.netty.handler.codec.http.websocketx.WebSocketServerProtocolConfig.Builder
- withValidation(boolean) - Method in class io.netty.handler.codec.http.DefaultHttpHeadersFactory
-
Create a new builder that has HTTP header validation enabled or disabled.
- withValueValidation(boolean) - Method in class io.netty.handler.codec.http.DefaultHttpHeadersFactory
-
Create a new builder that has HTTP header value validation enabled or disabled.
- withValueValidator(DefaultHeaders.ValueValidator<CharSequence>) - Method in class io.netty.handler.codec.http.DefaultHttpHeadersFactory
-
Create a new builder that with the given
DefaultHeaders.ValueValidator. - WORKER_STATE_INIT - Static variable in class io.netty.util.HashedWheelTimer
- WORKER_STATE_SHUTDOWN - Static variable in class io.netty.util.HashedWheelTimer
- WORKER_STATE_STARTED - Static variable in class io.netty.util.HashedWheelTimer
- wrap() - Method in interface io.netty.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.netty.handler.codec.http.cookie.DefaultCookie
- wrap(ByteBuffer[], int, int, ByteBuffer) - Method in class io.netty.handler.ssl.ReferenceCountedOpenSslEngine
- wrap(ByteBuffer, ByteBuffer) - Method in class io.netty.handler.ssl.ReferenceCountedOpenSslEngine
- wrapMemoryAddress(long, int) - Static method in class io.netty.channel.unix.Buffer
- wrapMemoryAddressWithNativeOrder(long, int) - Static method in class io.netty.channel.unix.Buffer
- wrappedBuffer(byte[]) - Static method in class io.netty.buffer.Unpooled
-
Creates a new big-endian buffer which wraps the specified
array. - wrappedBuffer(byte[]...) - Static method in class io.netty.buffer.Unpooled
-
Creates a new big-endian composite buffer which wraps the specified arrays without copying them.
- wrappedBuffer(byte[], int, int) - Static method in class io.netty.buffer.Unpooled
-
Creates a new big-endian buffer which wraps the sub-region of the specified
array. - wrappedBuffer(int, byte[]...) - Static method in class io.netty.buffer.Unpooled
-
Creates a new big-endian composite buffer which wraps the specified arrays without copying them.
- wrappedBuffer(int, ByteBuf...) - Static method in class io.netty.buffer.Unpooled
-
Creates a new big-endian composite buffer which wraps the readable bytes of the specified buffers without copying them.
- wrappedBuffer(int, ByteBuffer...) - Static method in class io.netty.buffer.Unpooled
-
Creates a new big-endian composite buffer which wraps the slices of the specified NIO buffers without copying them.
- wrappedBuffer(long, int, boolean) - Static method in class io.netty.buffer.Unpooled
-
Creates a new buffer which wraps the specified memory address.
- wrappedBuffer(ByteBuf) - Static method in class io.netty.buffer.Unpooled
-
Creates a new buffer which wraps the specified buffer's readable bytes.
- wrappedBuffer(ByteBuf...) - Static method in class io.netty.buffer.Unpooled
-
Creates a new big-endian composite buffer which wraps the readable bytes of the specified buffers without copying them.
- wrappedBuffer(ByteBuffer) - Static method in class io.netty.buffer.Unpooled
-
Creates a new buffer which wraps the specified NIO buffer's current slice.
- wrappedBuffer(ByteBuffer...) - Static method in class io.netty.buffer.Unpooled
-
Creates a new big-endian composite buffer which wraps the slices of the specified NIO buffers without copying them.
- WrappedByteBuf - Class in io.netty.buffer
-
Wraps another
ByteBuf. - WrappedByteBuf(ByteBuf) - Constructor for class io.netty.buffer.WrappedByteBuf
- wrappedUnmodifiableBuffer(ByteBuf...) - Static method in class io.netty.buffer.Unpooled
- wrapperFactory() - Method in interface io.netty.handler.ssl.JdkApplicationProtocolNegotiator
-
Deprecated.
- wrapSslEngine(SSLEngine, JdkApplicationProtocolNegotiator, boolean) - Method in class io.netty.handler.ssl.JdkApplicationProtocolNegotiator.AllocatorAwareSslEngineWrapperFactory
-
Deprecated.
- wrapSslEngine(SSLEngine, JdkApplicationProtocolNegotiator, boolean) - Method in interface io.netty.handler.ssl.JdkApplicationProtocolNegotiator.SslEngineWrapperFactory
-
Deprecated.Abstract factory pattern for wrapping an
SSLEngineobject. - Writability - io.netty.handler.codec.http2.Http2FrameStreamEvent.Type
- writabilityChanged(Http2Stream) - Method in interface io.netty.handler.codec.http2.Http2RemoteFlowController.Listener
-
Notification that
Http2RemoteFlowController.isWritable(Http2Stream)has changed forstream. - writableBytes() - Method in class io.netty.buffer.AbstractByteBuf
- writableBytes() - Method in class io.netty.buffer.ByteBuf
-
Returns the number of writable bytes which is equal to
(this.capacity - this.writerIndex). - writableBytes() - Method in class io.netty.buffer.EmptyByteBuf
- writableBytes() - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- writableBytes() - Method in class io.netty.buffer.WrappedByteBuf
- write(byte[]) - Method in class io.netty.buffer.ByteBufOutputStream
- write(byte[]) - Method in class io.netty.handler.codec.serialization.ObjectEncoderOutputStream
-
Deprecated.
- write(byte[], int, int) - Method in class io.netty.buffer.ByteBufOutputStream
- write(byte[], int, int) - Method in class io.netty.handler.codec.serialization.ObjectEncoderOutputStream
-
Deprecated.
- write(int) - Method in class io.netty.buffer.ByteBufOutputStream
- write(int) - Method in class io.netty.handler.codec.serialization.ObjectEncoderOutputStream
-
Deprecated.
- write(ChannelHandlerContext, int) - Method in interface io.netty.handler.codec.http2.Http2RemoteFlowController.FlowControlled
-
Writes up to
allowedBytesof the encapsulated payload to the stream. - write(ChannelHandlerContext, Object, ChannelPromise) - Method in class io.netty.channel.ChannelDuplexHandler
-
Calls
ChannelOutboundInvoker.write(Object, ChannelPromise)to forward to the nextChannelOutboundHandlerin theChannelPipeline. - write(ChannelHandlerContext, Object, ChannelPromise) - Method in interface io.netty.channel.ChannelOutboundHandler
-
Called once a write operation is made.
- write(ChannelHandlerContext, Object, ChannelPromise) - Method in class io.netty.channel.ChannelOutboundHandlerAdapter
-
Calls
ChannelOutboundInvoker.write(Object, ChannelPromise)to forward to the nextChannelOutboundHandlerin theChannelPipeline. - write(ChannelHandlerContext, Object, ChannelPromise) - Method in class io.netty.channel.CombinedChannelDuplexHandler
- write(ChannelHandlerContext, Object, ChannelPromise) - Method in class io.netty.handler.codec.ByteToMessageCodec
- write(ChannelHandlerContext, Object, ChannelPromise) - Method in class io.netty.handler.codec.http.cors.CorsHandler
- write(ChannelHandlerContext, Object, ChannelPromise) - Method in class io.netty.handler.codec.http.HttpClientUpgradeHandler
- write(ChannelHandlerContext, Object, ChannelPromise) - Method in class io.netty.handler.codec.http.HttpObjectEncoder
- write(ChannelHandlerContext, Object, ChannelPromise) - Method in class io.netty.handler.codec.http.HttpServerKeepAliveHandler
- write(ChannelHandlerContext, Object, ChannelPromise) - Method in class io.netty.handler.codec.http.websocketx.extensions.WebSocketClientExtensionHandler
- write(ChannelHandlerContext, Object, ChannelPromise) - Method in class io.netty.handler.codec.http.websocketx.extensions.WebSocketServerExtensionHandler
- write(ChannelHandlerContext, Object, ChannelPromise) - Method in class io.netty.handler.codec.http2.Http2ConnectionHandler
- write(ChannelHandlerContext, Object, ChannelPromise) - Method in class io.netty.handler.codec.http2.Http2FrameCodec
-
Processes all
Http2Frames. - write(ChannelHandlerContext, Object, ChannelPromise) - Method in class io.netty.handler.codec.http2.HttpToHttp2ConnectionHandler
-
Handles conversion of
HttpMessageandHttpContentto HTTP/2 frames. - write(ChannelHandlerContext, Object, ChannelPromise) - Method in class io.netty.handler.codec.http3.Http3FrameToHttpObjectCodec
-
Encode from an
HttpObjectto anHttp3RequestStreamFrame. - write(ChannelHandlerContext, Object, ChannelPromise) - Method in class io.netty.handler.codec.MessageToByteEncoder
- write(ChannelHandlerContext, Object, ChannelPromise) - Method in class io.netty.handler.codec.MessageToMessageCodec
- write(ChannelHandlerContext, Object, ChannelPromise) - Method in class io.netty.handler.codec.MessageToMessageEncoder
- write(ChannelHandlerContext, Object, ChannelPromise) - Method in class io.netty.handler.codec.spdy.SpdyFrameCodec
- write(ChannelHandlerContext, Object, ChannelPromise) - Method in class io.netty.handler.codec.spdy.SpdySessionHandler
- write(ChannelHandlerContext, Object, ChannelPromise) - Method in class io.netty.handler.logging.LoggingHandler
- write(ChannelHandlerContext, Object, ChannelPromise) - Method in class io.netty.handler.pcap.PcapWriteHandler
- write(ChannelHandlerContext, Object, ChannelPromise) - Method in class io.netty.handler.proxy.ProxyHandler
- write(ChannelHandlerContext, Object, ChannelPromise) - Method in class io.netty.handler.ssl.SslClientHelloHandler
- write(ChannelHandlerContext, Object, ChannelPromise) - Method in class io.netty.handler.ssl.SslHandler
- write(ChannelHandlerContext, Object, ChannelPromise) - Method in class io.netty.handler.stream.ChunkedWriteHandler
- write(ChannelHandlerContext, Object, ChannelPromise) - Method in class io.netty.handler.timeout.IdleStateHandler
- write(ChannelHandlerContext, Object, ChannelPromise) - Method in class io.netty.handler.timeout.WriteTimeoutHandler
- write(ChannelHandlerContext, Object, ChannelPromise) - Method in class io.netty.handler.traffic.AbstractTrafficShapingHandler
- write(ChannelHandlerContext, Object, ChannelPromise) - Method in class io.netty.handler.traffic.GlobalChannelTrafficShapingHandler
- write(Http2Stream, int) - Method in interface io.netty.handler.codec.http2.StreamByteDistributor.Writer
-
Writes the allocated bytes for this stream.
- write(Object) - Method in interface io.netty.channel.Channel
- write(Object) - Method in interface io.netty.channel.ChannelOutboundInvoker
-
Request to write a message via this
ChannelHandlerContextthrough theChannelPipeline. - write(Object) - Method in class io.netty.channel.DefaultChannelPipeline
- write(Object) - Method in class io.netty.channel.embedded.EmbeddedChannel
- write(Object) - Method in interface io.netty.channel.group.ChannelGroup
-
Writes the specified
messageto allChannels in this group. - write(Object) - Method in class io.netty.channel.group.DefaultChannelGroup
- write(Object) - Method in interface io.netty.handler.codec.quic.QuicChannel
- write(Object) - Method in interface io.netty.handler.codec.quic.QuicStreamChannel
- write(Object, ChannelPromise) - Method in class io.netty.channel.AbstractChannel.AbstractUnsafe
- write(Object, ChannelPromise) - Method in interface io.netty.channel.Channel.Unsafe
-
Schedules a write operation.
- write(Object, ChannelPromise) - Method in interface io.netty.channel.Channel
- write(Object, ChannelPromise) - Method in interface io.netty.channel.ChannelOutboundInvoker
-
Request to write a message via this
ChannelHandlerContextthrough theChannelPipeline. - write(Object, ChannelPromise) - Method in class io.netty.channel.DefaultChannelPipeline
- write(Object, ChannelPromise) - Method in class io.netty.channel.embedded.EmbeddedChannel
- write(Object, ChannelPromise) - Method in interface io.netty.handler.codec.quic.QuicChannel
- write(Object, ChannelPromise) - Method in interface io.netty.handler.codec.quic.QuicStreamChannel
- write(Object, ChannelMatcher) - Method in interface io.netty.channel.group.ChannelGroup
-
Writes the specified
messageto allChannels in this group that are matched by the givenChannelMatcher. - write(Object, ChannelMatcher) - Method in class io.netty.channel.group.DefaultChannelGroup
- write(Object, ChannelMatcher, boolean) - Method in interface io.netty.channel.group.ChannelGroup
-
Writes the specified
messageto allChannels in this group that are matched by the givenChannelMatcher. - write(Object, ChannelMatcher, boolean) - Method in class io.netty.channel.group.DefaultChannelGroup
- write(ByteBuffer) - Method in class io.netty.channel.unix.SocketWritableByteChannel
- write(ByteBuffer, int, int) - Method in class io.netty.channel.unix.FileDescriptor
- write(ByteBuffer, int, int) - Method in class io.netty.channel.unix.SocketWritableByteChannel
- WRITE - Static variable in class io.netty.channel.nio.NioIoOps
-
Interested in IO events which tell that the underlying channel is writable again.
- WRITE_BUFFER_HIGH_WATER_MARK - Static variable in class io.netty.channel.ChannelOption
-
Deprecated.
- WRITE_BUFFER_LOW_WATER_MARK - Static variable in class io.netty.channel.ChannelOption
-
Deprecated.
- WRITE_BUFFER_WATER_MARK - Static variable in class io.netty.channel.ChannelOption
- WRITE_SPIN_COUNT - Static variable in class io.netty.channel.ChannelOption
- WRITE_STATUS_SNDBUF_FULL - Static variable in class io.netty.channel.internal.ChannelUtils
- writeAddress(long, int, int) - Method in class io.netty.channel.unix.FileDescriptor
- writeAndFlush(Object) - Method in interface io.netty.channel.Channel
- writeAndFlush(Object) - Method in interface io.netty.channel.ChannelOutboundInvoker
-
Shortcut for call
ChannelOutboundInvoker.write(Object)andChannelOutboundInvoker.flush(). - writeAndFlush(Object) - Method in class io.netty.channel.DefaultChannelPipeline
- writeAndFlush(Object) - Method in class io.netty.channel.embedded.EmbeddedChannel
- writeAndFlush(Object) - Method in interface io.netty.channel.group.ChannelGroup
-
Shortcut for calling
ChannelGroup.write(Object)andChannelGroup.flush(). - writeAndFlush(Object) - Method in class io.netty.channel.group.DefaultChannelGroup
- writeAndFlush(Object) - Method in interface io.netty.handler.codec.quic.QuicChannel
- writeAndFlush(Object) - Method in interface io.netty.handler.codec.quic.QuicStreamChannel
- writeAndFlush(Object, ChannelPromise) - Method in interface io.netty.channel.Channel
- writeAndFlush(Object, ChannelPromise) - Method in interface io.netty.channel.ChannelOutboundInvoker
-
Shortcut for call
ChannelOutboundInvoker.write(Object, ChannelPromise)andChannelOutboundInvoker.flush(). - writeAndFlush(Object, ChannelPromise) - Method in class io.netty.channel.DefaultChannelPipeline
- writeAndFlush(Object, ChannelPromise) - Method in class io.netty.channel.embedded.EmbeddedChannel
- writeAndFlush(Object, ChannelPromise) - Method in interface io.netty.handler.codec.quic.QuicChannel
- writeAndFlush(Object, ChannelPromise) - Method in interface io.netty.handler.codec.quic.QuicStreamChannel
- writeAndFlush(Object, ChannelMatcher) - Method in interface io.netty.channel.group.ChannelGroup
-
Shortcut for calling
ChannelGroup.write(Object)andChannelGroup.flush()and only act onChannels that are matched by theChannelMatcher. - writeAndFlush(Object, ChannelMatcher) - Method in class io.netty.channel.group.DefaultChannelGroup
- writeAndFlush(Object, ChannelMatcher, boolean) - Method in interface io.netty.channel.group.ChannelGroup
-
Shortcut for calling
ChannelGroup.write(Object, ChannelMatcher, boolean)andChannelGroup.flush()and only act onChannels that are matched by theChannelMatcher. - writeAndFlush(Object, ChannelMatcher, boolean) - Method in class io.netty.channel.group.DefaultChannelGroup
- writeAndRemoveAll(ChannelHandlerContext) - Method in class io.netty.channel.AbstractCoalescingBufferQueue
-
Writes all remaining elements in this queue.
- writeAscii(ByteBufAllocator, CharSequence) - Static method in class io.netty.buffer.ByteBufUtil
- writeAscii(ByteBuf, CharSequence) - Static method in class io.netty.buffer.ByteBufUtil
- writeBoolean(boolean) - Method in class io.netty.buffer.AbstractByteBuf
- writeBoolean(boolean) - Method in class io.netty.buffer.ByteBuf
-
Sets the specified boolean at the current
writerIndexand increases thewriterIndexby1in this buffer. - writeBoolean(boolean) - Method in class io.netty.buffer.ByteBufOutputStream
- writeBoolean(boolean) - Method in class io.netty.buffer.CompositeByteBuf
- writeBoolean(boolean) - Method in class io.netty.buffer.EmptyByteBuf
- writeBoolean(boolean) - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- writeBoolean(boolean) - Method in class io.netty.buffer.WrappedByteBuf
- writeBoolean(boolean) - Method in class io.netty.handler.codec.serialization.ObjectEncoderOutputStream
-
Deprecated.
- WriteBufferWaterMark - Class in io.netty.channel
-
WriteBufferWaterMark is used to set low water mark and high water mark for the write buffer.
- WriteBufferWaterMark(int, int) - Constructor for class io.netty.channel.WriteBufferWaterMark
-
Create a new instance.
- writeByte(int) - Method in class io.netty.buffer.AbstractByteBuf
- writeByte(int) - Method in class io.netty.buffer.ByteBuf
-
Sets the specified byte at the current
writerIndexand increases thewriterIndexby1in this buffer. - writeByte(int) - Method in class io.netty.buffer.ByteBufOutputStream
- writeByte(int) - Method in class io.netty.buffer.CompositeByteBuf
- writeByte(int) - Method in class io.netty.buffer.EmptyByteBuf
- writeByte(int) - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- writeByte(int) - Method in class io.netty.buffer.WrappedByteBuf
- writeByte(int) - Method in class io.netty.handler.codec.serialization.ObjectEncoderOutputStream
-
Deprecated.
- writeBytes(byte[]) - Method in class io.netty.buffer.AbstractByteBuf
- writeBytes(byte[]) - Method in class io.netty.buffer.ByteBuf
-
Transfers the specified source array's data to this buffer starting at the current
writerIndexand increases thewriterIndexby the number of the transferred bytes (=src.length). - writeBytes(byte[]) - Method in class io.netty.buffer.CompositeByteBuf
- writeBytes(byte[]) - Method in class io.netty.buffer.EmptyByteBuf
- writeBytes(byte[]) - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- writeBytes(byte[]) - Method in class io.netty.buffer.WrappedByteBuf
- writeBytes(byte[], int, int) - Method in class io.netty.buffer.AbstractByteBuf
- writeBytes(byte[], int, int) - Method in class io.netty.buffer.ByteBuf
-
Transfers the specified source array's data to this buffer starting at the current
writerIndexand increases thewriterIndexby the number of the transferred bytes (=length). - writeBytes(byte[], int, int) - Method in class io.netty.buffer.CompositeByteBuf
- writeBytes(byte[], int, int) - Method in class io.netty.buffer.EmptyByteBuf
- writeBytes(byte[], int, int) - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- writeBytes(byte[], int, int) - Method in class io.netty.buffer.WrappedByteBuf
- writeBytes(ByteBuf) - Method in class io.netty.buffer.AbstractByteBuf
- writeBytes(ByteBuf) - Method in class io.netty.buffer.ByteBuf
-
Transfers the specified source buffer's data to this buffer starting at the current
writerIndexuntil the source buffer becomes unreadable, and increases thewriterIndexby the number of the transferred bytes. - writeBytes(ByteBuf) - Method in class io.netty.buffer.CompositeByteBuf
- writeBytes(ByteBuf) - Method in class io.netty.buffer.EmptyByteBuf
- writeBytes(ByteBuf) - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- writeBytes(ByteBuf) - Method in class io.netty.buffer.WrappedByteBuf
- writeBytes(ByteBuf, int) - Method in class io.netty.buffer.AbstractByteBuf
- writeBytes(ByteBuf, int) - Method in class io.netty.buffer.ByteBuf
-
Transfers the specified source buffer's data to this buffer starting at the current
writerIndexand increases thewriterIndexby the number of the transferred bytes (=length). - writeBytes(ByteBuf, int) - Method in class io.netty.buffer.CompositeByteBuf
- writeBytes(ByteBuf, int) - Method in class io.netty.buffer.EmptyByteBuf
- writeBytes(ByteBuf, int) - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- writeBytes(ByteBuf, int) - Method in class io.netty.buffer.WrappedByteBuf
- writeBytes(ByteBuf, int, int) - Method in class io.netty.buffer.AbstractByteBuf
- writeBytes(ByteBuf, int, int) - Method in class io.netty.buffer.ByteBuf
-
Transfers the specified source buffer's data to this buffer starting at the current
writerIndexand increases thewriterIndexby the number of the transferred bytes (=length). - writeBytes(ByteBuf, int, int) - Method in class io.netty.buffer.CompositeByteBuf
- writeBytes(ByteBuf, int, int) - Method in class io.netty.buffer.EmptyByteBuf
- writeBytes(ByteBuf, int, int) - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- writeBytes(ByteBuf, int, int) - Method in class io.netty.buffer.WrappedByteBuf
- writeBytes(InputStream, int) - Method in class io.netty.buffer.AbstractByteBuf
- writeBytes(InputStream, int) - Method in class io.netty.buffer.ByteBuf
-
Transfers the content of the specified stream to this buffer starting at the current
writerIndexand increases thewriterIndexby the number of the transferred bytes. - writeBytes(InputStream, int) - Method in class io.netty.buffer.EmptyByteBuf
- writeBytes(InputStream, int) - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- writeBytes(InputStream, int) - Method in class io.netty.buffer.WrappedByteBuf
- writeBytes(String) - Method in class io.netty.buffer.ByteBufOutputStream
- writeBytes(String) - Method in class io.netty.handler.codec.serialization.ObjectEncoderOutputStream
-
Deprecated.
- writeBytes(ByteBuffer) - Method in class io.netty.buffer.AbstractByteBuf
- writeBytes(ByteBuffer) - Method in class io.netty.buffer.ByteBuf
-
Transfers the specified source buffer's data to this buffer starting at the current
writerIndexuntil the source buffer's position reaches its limit, and increases thewriterIndexby the number of the transferred bytes. - writeBytes(ByteBuffer) - Method in class io.netty.buffer.CompositeByteBuf
- writeBytes(ByteBuffer) - Method in class io.netty.buffer.EmptyByteBuf
- writeBytes(ByteBuffer) - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- writeBytes(ByteBuffer) - Method in class io.netty.buffer.WrappedByteBuf
- writeBytes(FileChannel, long, int) - Method in class io.netty.buffer.AbstractByteBuf
- writeBytes(FileChannel, long, int) - Method in class io.netty.buffer.ByteBuf
-
Transfers the content of the specified channel starting at the given file position to this buffer starting at the current
writerIndexand increases thewriterIndexby the number of the transferred bytes. - writeBytes(FileChannel, long, int) - Method in class io.netty.buffer.EmptyByteBuf
- writeBytes(FileChannel, long, int) - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- writeBytes(FileChannel, long, int) - Method in class io.netty.buffer.WrappedByteBuf
- writeBytes(ScatteringByteChannel, int) - Method in class io.netty.buffer.AbstractByteBuf
- writeBytes(ScatteringByteChannel, int) - Method in class io.netty.buffer.ByteBuf
-
Transfers the content of the specified channel to this buffer starting at the current
writerIndexand increases thewriterIndexby the number of the transferred bytes. - writeBytes(ScatteringByteChannel, int) - Method in class io.netty.buffer.EmptyByteBuf
- writeBytes(ScatteringByteChannel, int) - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- writeBytes(ScatteringByteChannel, int) - Method in class io.netty.buffer.WrappedByteBuf
- writeChar(int) - Method in class io.netty.buffer.AbstractByteBuf
- writeChar(int) - Method in class io.netty.buffer.ByteBuf
-
Sets the specified 2-byte UTF-16 character at the current
writerIndexand increases thewriterIndexby2in this buffer. - writeChar(int) - Method in class io.netty.buffer.ByteBufOutputStream
- writeChar(int) - Method in class io.netty.buffer.CompositeByteBuf
- writeChar(int) - Method in class io.netty.buffer.EmptyByteBuf
- writeChar(int) - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- writeChar(int) - Method in class io.netty.buffer.WrappedByteBuf
- writeChar(int) - Method in class io.netty.handler.codec.serialization.ObjectEncoderOutputStream
-
Deprecated.
- writeChars(String) - Method in class io.netty.buffer.ByteBufOutputStream
- writeChars(String) - Method in class io.netty.handler.codec.serialization.ObjectEncoderOutputStream
-
Deprecated.
- writeCharSequence(CharSequence, Charset) - Method in class io.netty.buffer.AbstractByteBuf
- writeCharSequence(CharSequence, Charset) - Method in class io.netty.buffer.ByteBuf
-
Writes the specified
CharSequenceat the currentwriterIndexand increases thewriterIndexby the written bytes. - writeCharSequence(CharSequence, Charset) - Method in class io.netty.buffer.EmptyByteBuf
- writeCharSequence(CharSequence, Charset) - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- writeCharSequence(CharSequence, Charset) - Method in class io.netty.buffer.WrappedByteBuf
- writeComplete() - Method in class io.netty.handler.codec.http2.DefaultHttp2ConnectionEncoder.FlowControlledBase
- writeComplete() - Method in interface io.netty.handler.codec.http2.Http2RemoteFlowController.FlowControlled
-
Called after this object has been successfully written.
- writeControlFrameHeader(ByteBuf, int, byte, int) - Method in class io.netty.handler.codec.spdy.SpdyFrameEncoder
- writeCounter() - Method in class io.netty.channel.ChannelFlushPromiseNotifier
-
Return the current write counter of this
ChannelFlushPromiseNotifier - writeData(ChannelHandlerContext, int, ByteBuf, int, boolean, ChannelPromise) - Method in class io.netty.handler.codec.http2.CompressorHttp2ConnectionEncoder
- writeData(ChannelHandlerContext, int, ByteBuf, int, boolean, ChannelPromise) - Method in class io.netty.handler.codec.http2.DecoratingHttp2FrameWriter
- writeData(ChannelHandlerContext, int, ByteBuf, int, boolean, ChannelPromise) - Method in class io.netty.handler.codec.http2.DefaultHttp2ConnectionEncoder
- writeData(ChannelHandlerContext, int, ByteBuf, int, boolean, ChannelPromise) - Method in class io.netty.handler.codec.http2.DefaultHttp2FrameWriter
- writeData(ChannelHandlerContext, int, ByteBuf, int, boolean, ChannelPromise) - Method in interface io.netty.handler.codec.http2.Http2DataWriter
-
Writes a
DATAframe to the remote endpoint. - writeData(ChannelHandlerContext, int, ByteBuf, int, boolean, ChannelPromise) - Method in class io.netty.handler.codec.http2.Http2OutboundFrameLogger
- writeData(ChannelHandlerContext, int, ByteBuf, int, boolean, ChannelPromise) - Method in class io.netty.handler.codec.http2.StreamBufferingEncoder
- writeDouble(double) - Method in class io.netty.buffer.AbstractByteBuf
- writeDouble(double) - Method in class io.netty.buffer.ByteBuf
-
Sets the specified 64-bit floating point number at the current
writerIndexand increases thewriterIndexby8in this buffer. - writeDouble(double) - Method in class io.netty.buffer.ByteBufOutputStream
- writeDouble(double) - Method in class io.netty.buffer.CompositeByteBuf
- writeDouble(double) - Method in class io.netty.buffer.EmptyByteBuf
- writeDouble(double) - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- writeDouble(double) - Method in class io.netty.buffer.WrappedByteBuf
- writeDouble(double) - Method in class io.netty.handler.codec.serialization.ObjectEncoderOutputStream
-
Deprecated.
- writeDoubleLE(double) - Method in class io.netty.buffer.ByteBuf
-
Sets the specified 64-bit floating point number at the current
writerIndexin Little Endian Byte Order and increases thewriterIndexby8in this buffer. - writeFloat(float) - Method in class io.netty.buffer.AbstractByteBuf
- writeFloat(float) - Method in class io.netty.buffer.ByteBuf
-
Sets the specified 32-bit floating point number at the current
writerIndexand increases thewriterIndexby4in this buffer. - writeFloat(float) - Method in class io.netty.buffer.ByteBufOutputStream
- writeFloat(float) - Method in class io.netty.buffer.CompositeByteBuf
- writeFloat(float) - Method in class io.netty.buffer.EmptyByteBuf
- writeFloat(float) - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- writeFloat(float) - Method in class io.netty.buffer.WrappedByteBuf
- writeFloat(float) - Method in class io.netty.handler.codec.serialization.ObjectEncoderOutputStream
-
Deprecated.
- writeFloatLE(float) - Method in class io.netty.buffer.ByteBuf
-
Sets the specified 32-bit floating point number at the current
writerIndexin Little Endian Byte Order and increases thewriterIndexby4in this buffer. - writeFrame(ChannelHandlerContext, byte, int, Http2Flags, ByteBuf, ChannelPromise) - Method in class io.netty.handler.codec.http2.DecoratingHttp2FrameWriter
- writeFrame(ChannelHandlerContext, byte, int, Http2Flags, ByteBuf, ChannelPromise) - Method in class io.netty.handler.codec.http2.DefaultHttp2ConnectionEncoder
- writeFrame(ChannelHandlerContext, byte, int, Http2Flags, ByteBuf, ChannelPromise) - Method in class io.netty.handler.codec.http2.DefaultHttp2FrameWriter
- writeFrame(ChannelHandlerContext, byte, int, Http2Flags, ByteBuf, ChannelPromise) - Method in interface io.netty.handler.codec.http2.Http2ConnectionEncoder
-
Writes the given data to the internal
Http2FrameWriterwithout performing any state checks on the connection/stream. - writeFrame(ChannelHandlerContext, byte, int, Http2Flags, ByteBuf, ChannelPromise) - Method in interface io.netty.handler.codec.http2.Http2FrameWriter
-
Generic write method for any HTTP/2 frame.
- writeFrame(ChannelHandlerContext, byte, int, Http2Flags, ByteBuf, ChannelPromise) - Method in class io.netty.handler.codec.http2.Http2OutboundFrameLogger
- writeFrameHeader(ByteBuf, int, byte, Http2Flags, int) - Static method in class io.netty.handler.codec.http2.Http2CodecUtil
-
Writes an HTTP/2 frame header to the output buffer.
- writeGlobalHeader(OutputStream) - Static method in class io.netty.handler.pcap.PcapWriteHandler
-
Writes the Pcap Global Header to the provided
OutputStream - writeGoAway(ChannelHandlerContext, int, long, ByteBuf, ChannelPromise) - Method in class io.netty.handler.codec.http2.DecoratingHttp2FrameWriter
- writeGoAway(ChannelHandlerContext, int, long, ByteBuf, ChannelPromise) - Method in class io.netty.handler.codec.http2.DefaultHttp2ConnectionEncoder
- writeGoAway(ChannelHandlerContext, int, long, ByteBuf, ChannelPromise) - Method in class io.netty.handler.codec.http2.DefaultHttp2FrameWriter
- writeGoAway(ChannelHandlerContext, int, long, ByteBuf, ChannelPromise) - Method in interface io.netty.handler.codec.http2.Http2FrameWriter
-
Writes a GO_AWAY frame to the remote endpoint.
- writeGoAway(ChannelHandlerContext, int, long, ByteBuf, ChannelPromise) - Method in class io.netty.handler.codec.http2.Http2OutboundFrameLogger
- writeHeaders(ChannelHandlerContext, int, Http2Headers, int, boolean, ChannelPromise) - Method in class io.netty.handler.codec.http2.CompressorHttp2ConnectionEncoder
- writeHeaders(ChannelHandlerContext, int, Http2Headers, int, boolean, ChannelPromise) - Method in class io.netty.handler.codec.http2.DecoratingHttp2FrameWriter
- writeHeaders(ChannelHandlerContext, int, Http2Headers, int, boolean, ChannelPromise) - Method in class io.netty.handler.codec.http2.DefaultHttp2ConnectionEncoder
- writeHeaders(ChannelHandlerContext, int, Http2Headers, int, boolean, ChannelPromise) - Method in class io.netty.handler.codec.http2.DefaultHttp2FrameWriter
- writeHeaders(ChannelHandlerContext, int, Http2Headers, int, boolean, ChannelPromise) - Method in interface io.netty.handler.codec.http2.Http2FrameWriter
-
Writes a HEADERS frame to the remote endpoint.
- writeHeaders(ChannelHandlerContext, int, Http2Headers, int, boolean, ChannelPromise) - Method in class io.netty.handler.codec.http2.Http2OutboundFrameLogger
- writeHeaders(ChannelHandlerContext, int, Http2Headers, int, boolean, ChannelPromise) - Method in class io.netty.handler.codec.http2.StreamBufferingEncoder
- writeHeaders(ChannelHandlerContext, int, Http2Headers, int, short, boolean, int, boolean, ChannelPromise) - Method in class io.netty.handler.codec.http2.CompressorHttp2ConnectionEncoder
- writeHeaders(ChannelHandlerContext, int, Http2Headers, int, short, boolean, int, boolean, ChannelPromise) - Method in class io.netty.handler.codec.http2.DecoratingHttp2FrameWriter
- writeHeaders(ChannelHandlerContext, int, Http2Headers, int, short, boolean, int, boolean, ChannelPromise) - Method in class io.netty.handler.codec.http2.DefaultHttp2ConnectionEncoder
- writeHeaders(ChannelHandlerContext, int, Http2Headers, int, short, boolean, int, boolean, ChannelPromise) - Method in class io.netty.handler.codec.http2.DefaultHttp2FrameWriter
- writeHeaders(ChannelHandlerContext, int, Http2Headers, int, short, boolean, int, boolean, ChannelPromise) - Method in interface io.netty.handler.codec.http2.Http2FrameWriter
-
Writes a HEADERS frame with priority specified to the remote endpoint.
- writeHeaders(ChannelHandlerContext, int, Http2Headers, int, short, boolean, int, boolean, ChannelPromise) - Method in class io.netty.handler.codec.http2.Http2OutboundFrameLogger
- writeHeaders(ChannelHandlerContext, int, Http2Headers, int, short, boolean, int, boolean, ChannelPromise) - Method in class io.netty.handler.codec.http2.StreamBufferingEncoder
- writeInbound(Object...) - Method in class io.netty.channel.embedded.EmbeddedChannel
-
Write messages to the inbound of this
Channel. - writeInt(int) - Method in class io.netty.buffer.AbstractByteBuf
- writeInt(int) - Method in class io.netty.buffer.ByteBuf
-
Sets the specified 32-bit integer at the current
writerIndexand increases thewriterIndexby4in this buffer. - writeInt(int) - Method in class io.netty.buffer.ByteBufOutputStream
- writeInt(int) - Method in class io.netty.buffer.CompositeByteBuf
- writeInt(int) - Method in class io.netty.buffer.EmptyByteBuf
- writeInt(int) - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- writeInt(int) - Method in class io.netty.buffer.WrappedByteBuf
- writeInt(int) - Method in class io.netty.handler.codec.serialization.ObjectEncoderOutputStream
-
Deprecated.
- writeIntLE(int) - Method in class io.netty.buffer.AbstractByteBuf
- writeIntLE(int) - Method in class io.netty.buffer.ByteBuf
-
Sets the specified 32-bit integer at the current
writerIndexin the Little Endian Byte Order and increases thewriterIndexby4in this buffer. - writeIntLE(int) - Method in class io.netty.buffer.EmptyByteBuf
- writeIntLE(int) - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- writeIntLE(int) - Method in class io.netty.buffer.WrappedByteBuf
- writeLong(long) - Method in class io.netty.buffer.AbstractByteBuf
- writeLong(long) - Method in class io.netty.buffer.ByteBuf
-
Sets the specified 64-bit long integer at the current
writerIndexand increases thewriterIndexby8in this buffer. - writeLong(long) - Method in class io.netty.buffer.ByteBufOutputStream
- writeLong(long) - Method in class io.netty.buffer.CompositeByteBuf
- writeLong(long) - Method in class io.netty.buffer.EmptyByteBuf
- writeLong(long) - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- writeLong(long) - Method in class io.netty.buffer.WrappedByteBuf
- writeLong(long) - Method in class io.netty.handler.codec.serialization.ObjectEncoderOutputStream
-
Deprecated.
- writeLongLE(long) - Method in class io.netty.buffer.AbstractByteBuf
- writeLongLE(long) - Method in class io.netty.buffer.ByteBuf
-
Sets the specified 64-bit long integer at the current
writerIndexin the Little Endian Byte Order and increases thewriterIndexby8in this buffer. - writeLongLE(long) - Method in class io.netty.buffer.EmptyByteBuf
- writeLongLE(long) - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- writeLongLE(long) - Method in class io.netty.buffer.WrappedByteBuf
- writeMedium(int) - Method in class io.netty.buffer.AbstractByteBuf
- writeMedium(int) - Method in class io.netty.buffer.ByteBuf
-
Sets the specified 24-bit medium integer at the current
writerIndexand increases thewriterIndexby3in this buffer. - writeMedium(int) - Method in class io.netty.buffer.CompositeByteBuf
- writeMedium(int) - Method in class io.netty.buffer.EmptyByteBuf
- writeMedium(int) - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- writeMedium(int) - Method in class io.netty.buffer.WrappedByteBuf
- writeMediumBE(ByteBuf, int) - Static method in class io.netty.buffer.ByteBufUtil
-
Writes a big-endian 24-bit medium integer to the buffer.
- writeMediumLE(int) - Method in class io.netty.buffer.AbstractByteBuf
- writeMediumLE(int) - Method in class io.netty.buffer.ByteBuf
-
Sets the specified 24-bit medium integer at the current
writerIndexin the Little Endian Byte Order and increases thewriterIndexby3in this buffer. - writeMediumLE(int) - Method in class io.netty.buffer.EmptyByteBuf
- writeMediumLE(int) - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- writeMediumLE(int) - Method in class io.netty.buffer.WrappedByteBuf
- writeObject(Object) - Method in class io.netty.handler.codec.serialization.ObjectEncoderOutputStream
-
Deprecated.
- writeOneInbound(Object) - Method in class io.netty.channel.embedded.EmbeddedChannel
-
Writes one message to the inbound of this
Channeland does not flush it. - writeOneInbound(Object, ChannelPromise) - Method in class io.netty.channel.embedded.EmbeddedChannel
-
Writes one message to the inbound of this
Channeland does not flush it. - writeOneOutbound(Object) - Method in class io.netty.channel.embedded.EmbeddedChannel
-
Writes one message to the outbound of this
Channeland does not flush it. - writeOneOutbound(Object, ChannelPromise) - Method in class io.netty.channel.embedded.EmbeddedChannel
-
Writes one message to the outbound of this
Channeland does not flush it. - writeOutbound(Object...) - Method in class io.netty.channel.embedded.EmbeddedChannel
-
Write messages to the outbound of this
Channel. - writePcapGlobalHeader(boolean) - Method in class io.netty.handler.pcap.PcapWriteHandler.Builder
-
Set to
trueto write Pcap Global Header on initialization. - writePendingBytes() - Method in class io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController
- writePendingBytes() - Method in interface io.netty.handler.codec.http2.Http2RemoteFlowController
-
Write all data pending in the flow controller up to the flow-control limits.
- writePing(ChannelHandlerContext, boolean, long, ChannelPromise) - Method in class io.netty.handler.codec.http2.DecoratingHttp2FrameWriter
- writePing(ChannelHandlerContext, boolean, long, ChannelPromise) - Method in class io.netty.handler.codec.http2.DefaultHttp2ConnectionEncoder
- writePing(ChannelHandlerContext, boolean, long, ChannelPromise) - Method in class io.netty.handler.codec.http2.DefaultHttp2FrameWriter
- writePing(ChannelHandlerContext, boolean, long, ChannelPromise) - Method in interface io.netty.handler.codec.http2.Http2FrameWriter
-
Writes a PING frame to the remote endpoint.
- writePing(ChannelHandlerContext, boolean, long, ChannelPromise) - Method in class io.netty.handler.codec.http2.Http2OutboundFrameLogger
- writePriority(ChannelHandlerContext, int, int, short, boolean, ChannelPromise) - Method in class io.netty.handler.codec.http2.DecoratingHttp2FrameWriter
- writePriority(ChannelHandlerContext, int, int, short, boolean, ChannelPromise) - Method in class io.netty.handler.codec.http2.DefaultHttp2ConnectionEncoder
- writePriority(ChannelHandlerContext, int, int, short, boolean, ChannelPromise) - Method in class io.netty.handler.codec.http2.DefaultHttp2FrameWriter
- writePriority(ChannelHandlerContext, int, int, short, boolean, ChannelPromise) - Method in interface io.netty.handler.codec.http2.Http2FrameWriter
-
Writes a PRIORITY frame to the remote endpoint.
- writePriority(ChannelHandlerContext, int, int, short, boolean, ChannelPromise) - Method in class io.netty.handler.codec.http2.Http2OutboundFrameLogger
- writePushPromise(ChannelHandlerContext, int, int, Http2Headers, int, ChannelPromise) - Method in class io.netty.handler.codec.http2.DecoratingHttp2FrameWriter
- writePushPromise(ChannelHandlerContext, int, int, Http2Headers, int, ChannelPromise) - Method in class io.netty.handler.codec.http2.DefaultHttp2ConnectionEncoder
- writePushPromise(ChannelHandlerContext, int, int, Http2Headers, int, ChannelPromise) - Method in class io.netty.handler.codec.http2.DefaultHttp2FrameWriter
- writePushPromise(ChannelHandlerContext, int, int, Http2Headers, int, ChannelPromise) - Method in interface io.netty.handler.codec.http2.Http2FrameWriter
-
Writes a PUSH_PROMISE frame to the remote endpoint.
- writePushPromise(ChannelHandlerContext, int, int, Http2Headers, int, ChannelPromise) - Method in class io.netty.handler.codec.http2.Http2OutboundFrameLogger
- WRITER_IDLE - io.netty.handler.timeout.IdleState
-
No data was sent for a while.
- WRITER_IDLE_STATE_EVENT - Static variable in class io.netty.handler.timeout.IdleStateEvent
- writerIndex() - Method in class io.netty.buffer.AbstractByteBuf
- writerIndex() - Method in class io.netty.buffer.ByteBuf
-
Returns the
writerIndexof this buffer. - writerIndex() - Method in class io.netty.buffer.EmptyByteBuf
- writerIndex() - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- writerIndex() - Method in class io.netty.buffer.WrappedByteBuf
- writerIndex(int) - Method in class io.netty.buffer.AbstractByteBuf
- writerIndex(int) - Method in class io.netty.buffer.ByteBuf
-
Sets the
writerIndexof this buffer. - writerIndex(int) - Method in class io.netty.buffer.CompositeByteBuf
- writerIndex(int) - Method in class io.netty.buffer.EmptyByteBuf
- writerIndex(int) - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- writerIndex(int) - Method in class io.netty.buffer.WrappedByteBuf
- writeRstStream(ChannelHandlerContext, int, long, ChannelPromise) - Method in class io.netty.handler.codec.http2.DecoratingHttp2FrameWriter
- writeRstStream(ChannelHandlerContext, int, long, ChannelPromise) - Method in class io.netty.handler.codec.http2.DefaultHttp2ConnectionEncoder
- writeRstStream(ChannelHandlerContext, int, long, ChannelPromise) - Method in class io.netty.handler.codec.http2.DefaultHttp2FrameWriter
- writeRstStream(ChannelHandlerContext, int, long, ChannelPromise) - Method in interface io.netty.handler.codec.http2.Http2FrameWriter
-
Writes a RST_STREAM frame to the remote endpoint.
- writeRstStream(ChannelHandlerContext, int, long, ChannelPromise) - Method in class io.netty.handler.codec.http2.Http2OutboundFrameLogger
- writeRstStream(ChannelHandlerContext, int, long, ChannelPromise) - Method in class io.netty.handler.codec.http2.StreamBufferingEncoder
- writeSettings(ChannelHandlerContext, Http2Settings, ChannelPromise) - Method in class io.netty.handler.codec.http2.DecoratingHttp2FrameWriter
- writeSettings(ChannelHandlerContext, Http2Settings, ChannelPromise) - Method in class io.netty.handler.codec.http2.DefaultHttp2ConnectionEncoder
- writeSettings(ChannelHandlerContext, Http2Settings, ChannelPromise) - Method in class io.netty.handler.codec.http2.DefaultHttp2FrameWriter
- writeSettings(ChannelHandlerContext, Http2Settings, ChannelPromise) - Method in interface io.netty.handler.codec.http2.Http2FrameWriter
-
Writes a SETTINGS frame to the remote endpoint.
- writeSettings(ChannelHandlerContext, Http2Settings, ChannelPromise) - Method in class io.netty.handler.codec.http2.Http2OutboundFrameLogger
- writeSettingsAck(ChannelHandlerContext, ChannelPromise) - Method in class io.netty.handler.codec.http2.DecoratingHttp2FrameWriter
- writeSettingsAck(ChannelHandlerContext, ChannelPromise) - Method in class io.netty.handler.codec.http2.DefaultHttp2ConnectionEncoder
- writeSettingsAck(ChannelHandlerContext, ChannelPromise) - Method in class io.netty.handler.codec.http2.DefaultHttp2FrameWriter
- writeSettingsAck(ChannelHandlerContext, ChannelPromise) - Method in interface io.netty.handler.codec.http2.Http2FrameWriter
-
Writes a SETTINGS acknowledgment to the remote endpoint.
- writeSettingsAck(ChannelHandlerContext, ChannelPromise) - Method in class io.netty.handler.codec.http2.Http2OutboundFrameLogger
- writeSettingsAck(ChannelHandlerContext, ChannelPromise) - Method in class io.netty.handler.codec.http2.StreamBufferingEncoder
- writeShort(int) - Method in class io.netty.buffer.AbstractByteBuf
- writeShort(int) - Method in class io.netty.buffer.ByteBuf
-
Sets the specified 16-bit short integer at the current
writerIndexand increases thewriterIndexby2in this buffer. - writeShort(int) - Method in class io.netty.buffer.ByteBufOutputStream
- writeShort(int) - Method in class io.netty.buffer.CompositeByteBuf
- writeShort(int) - Method in class io.netty.buffer.EmptyByteBuf
- writeShort(int) - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- writeShort(int) - Method in class io.netty.buffer.WrappedByteBuf
- writeShort(int) - Method in class io.netty.handler.codec.serialization.ObjectEncoderOutputStream
-
Deprecated.
- writeShortBE(ByteBuf, int) - Static method in class io.netty.buffer.ByteBufUtil
-
Writes a big-endian 16-bit short integer to the buffer.
- writeShortLE(int) - Method in class io.netty.buffer.AbstractByteBuf
- writeShortLE(int) - Method in class io.netty.buffer.ByteBuf
-
Sets the specified 16-bit short integer in the Little Endian Byte Order at the current
writerIndexand increases thewriterIndexby2in this buffer. - writeShortLE(int) - Method in class io.netty.buffer.EmptyByteBuf
- writeShortLE(int) - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- writeShortLE(int) - Method in class io.netty.buffer.WrappedByteBuf
- writeTimedOut(ChannelHandlerContext) - Method in class io.netty.handler.timeout.WriteTimeoutHandler
-
Is called when a write timeout was detected
- WriteTimeoutException - Exception in io.netty.handler.timeout
-
A
TimeoutExceptionraised byWriteTimeoutHandlerwhen a write operation cannot finish in a certain period of time. - WriteTimeoutException() - Constructor for exception io.netty.handler.timeout.WriteTimeoutException
- WriteTimeoutException(String) - Constructor for exception io.netty.handler.timeout.WriteTimeoutException
- WriteTimeoutHandler - Class in io.netty.handler.timeout
-
Raises a
WriteTimeoutExceptionwhen a write operation cannot finish in a certain period of time. - WriteTimeoutHandler(int) - Constructor for class io.netty.handler.timeout.WriteTimeoutHandler
-
Creates a new instance.
- WriteTimeoutHandler(long, TimeUnit) - Constructor for class io.netty.handler.timeout.WriteTimeoutHandler
-
Creates a new instance.
- writeTimeToWait(long, long, long) - Method in class io.netty.handler.traffic.TrafficCounter
-
Deprecated.
- writeTimeToWait(long, long, long, long) - Method in class io.netty.handler.traffic.TrafficCounter
-
Returns the time to wait (if any) for the given length message, using the given limitTraffic and the max wait time.
- writeTo(ByteBuf) - Method in enum io.netty.handler.codec.redis.RedisMessageType
-
Write the message type's prefix to the given buffer.
- writeToken(ByteBuf, ByteBuf, InetSocketAddress) - Method in class io.netty.handler.codec.quic.InsecureQuicTokenHandler
- writeToken(ByteBuf, ByteBuf, InetSocketAddress) - Method in interface io.netty.handler.codec.quic.QuicTokenHandler
-
Generate a new token for the given destination connection id and address.
- writeUTF(String) - Method in class io.netty.buffer.ByteBufOutputStream
- writeUTF(String) - Method in class io.netty.handler.codec.serialization.ObjectEncoderOutputStream
-
Deprecated.
- writeUtf8(ByteBufAllocator, CharSequence) - Static method in class io.netty.buffer.ByteBufUtil
- writeUtf8(ByteBuf, CharSequence) - Static method in class io.netty.buffer.ByteBufUtil
- writeUtf8(ByteBuf, CharSequence, int, int) - Static method in class io.netty.buffer.ByteBufUtil
-
Equivalent to
but avoids subsequence object allocation.writeUtf8(buf, seq.subSequence(start, end)) - writev(ByteBuffer[], int, int, long) - Method in class io.netty.channel.unix.FileDescriptor
- writevAddresses(long, int) - Method in class io.netty.channel.unix.FileDescriptor
- writeWindowUpdate(ChannelHandlerContext, int, int, ChannelPromise) - Method in class io.netty.handler.codec.http2.DecoratingHttp2FrameWriter
- writeWindowUpdate(ChannelHandlerContext, int, int, ChannelPromise) - Method in class io.netty.handler.codec.http2.DefaultHttp2ConnectionEncoder
- writeWindowUpdate(ChannelHandlerContext, int, int, ChannelPromise) - Method in class io.netty.handler.codec.http2.DefaultHttp2FrameWriter
- writeWindowUpdate(ChannelHandlerContext, int, int, ChannelPromise) - Method in interface io.netty.handler.codec.http2.Http2FrameWriter
-
Writes a WINDOW_UPDATE frame to the remote endpoint.
- writeWindowUpdate(ChannelHandlerContext, int, int, ChannelPromise) - Method in class io.netty.handler.codec.http2.Http2OutboundFrameLogger
- writeZero(int) - Method in class io.netty.buffer.AbstractByteBuf
- writeZero(int) - Method in class io.netty.buffer.ByteBuf
-
Fills this buffer with NUL (0x00) starting at the current
writerIndexand increases thewriterIndexby the specifiedlength. - writeZero(int) - Method in class io.netty.buffer.CompositeByteBuf
- writeZero(int) - Method in class io.netty.buffer.EmptyByteBuf
- writeZero(int) - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- writeZero(int) - Method in class io.netty.buffer.UnpooledUnsafeDirectByteBuf
- writeZero(int) - Method in class io.netty.buffer.UnpooledUnsafeHeapByteBuf
- writeZero(int) - Method in class io.netty.buffer.WrappedByteBuf
- writtenBytes() - Method in class io.netty.buffer.ByteBufOutputStream
-
Returns the number of written bytes by this stream so far.
- WRONGTYPE - io.netty.handler.codec.redis.FixedRedisMessagePool.RedisErrorKey
- WS - Static variable in class io.netty.handler.codec.http.websocketx.WebSocketScheme
-
Scheme for non-secure WebSocket connection.
- WSS - Static variable in class io.netty.handler.codec.http.websocketx.WebSocketScheme
-
Scheme for secure WebSocket connection.
- WWW_AUTHENTICATE - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
-
"www-authenticate" - WWW_AUTHENTICATE - Static variable in class io.netty.handler.codec.http.HttpHeaders.Names
-
Deprecated.
"WWW-Authenticate" - WWW_AUTHENTICATE - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderNames
-
"www-authenticate" - WWW_AUTHENTICATE - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Names
-
Deprecated.
"WWW-Authenticate"
X
- X_DEFLATE - Static variable in class io.netty.handler.codec.http.HttpHeaderValues
-
"x-deflate" - X_FRAME_OPTIONS - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
-
"x-frame-options" - X_GZIP - Static variable in class io.netty.handler.codec.http.HttpHeaderValues
-
"x-gzip" - X_REQUESTED_WITH - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
-
"x-requested-with" - X509Bundle - Class in io.netty.pkitesting
-
A certificate bundle is a private key and a full certificate path, all the way to the root certificate.
- XML_HTTP_REQUEST - Static variable in class io.netty.handler.codec.http.HttpHeaderValues
-
"XmlHttpRequest" - XmlAttribute - Class in io.netty.handler.codec.xml
-
XML attributes, it is part of
XmlElement - XmlAttribute(String, String, String, String, String) - Constructor for class io.netty.handler.codec.xml.XmlAttribute
- XmlCdata - Class in io.netty.handler.codec.xml
-
XML CDATA ...
- XmlCdata(String) - Constructor for class io.netty.handler.codec.xml.XmlCdata
- XmlCharacters - Class in io.netty.handler.codec.xml
-
XML characters, e.g.
- XmlCharacters(String) - Constructor for class io.netty.handler.codec.xml.XmlCharacters
- XmlComment - Class in io.netty.handler.codec.xml
-
XML Comment
- XmlComment(String) - Constructor for class io.netty.handler.codec.xml.XmlComment
- XmlContent - Class in io.netty.handler.codec.xml
-
XML Content is base class for XML CDATA, Comments, Characters and Space
- XmlContent(String) - Constructor for class io.netty.handler.codec.xml.XmlContent
- XmlDecoder - Class in io.netty.handler.codec.xml
-
Async XML decoder based on Aalto XML parser.
- XmlDecoder() - Constructor for class io.netty.handler.codec.xml.XmlDecoder
- XmlDocumentEnd - Class in io.netty.handler.codec.xml
-
End of XML document
- XmlDocumentStart - Class in io.netty.handler.codec.xml
-
Beginning of the XML document ... i.e.
- XmlDocumentStart(String, String, boolean, String) - Constructor for class io.netty.handler.codec.xml.XmlDocumentStart
- XmlDTD - Class in io.netty.handler.codec.xml
-
DTD (Document Type Definition)
- XmlDTD(String) - Constructor for class io.netty.handler.codec.xml.XmlDTD
- XmlElement - Class in io.netty.handler.codec.xml
-
Generic XML element in document,
XmlElementStartrepresents open element and provides access to attributes,XmlElementEndrepresents closing element. - XmlElement(String, String, String) - Constructor for class io.netty.handler.codec.xml.XmlElement
- XmlElementEnd - Class in io.netty.handler.codec.xml
-
Specific
XmlElementrepresenting end of element. - XmlElementEnd(String, String, String) - Constructor for class io.netty.handler.codec.xml.XmlElementEnd
- XmlElementStart - Class in io.netty.handler.codec.xml
-
Specific
XmlElementrepresenting beginning of element. - XmlElementStart(String, String, String) - Constructor for class io.netty.handler.codec.xml.XmlElementStart
- XmlEntityReference - Class in io.netty.handler.codec.xml
-
XML entity reference ...
- XmlEntityReference(String, String) - Constructor for class io.netty.handler.codec.xml.XmlEntityReference
- XmlFrameDecoder - Class in io.netty.handler.codec.xml
-
A frame decoder for single separate XML based message streams.
- XmlFrameDecoder(int) - Constructor for class io.netty.handler.codec.xml.XmlFrameDecoder
- XmlNamespace - Class in io.netty.handler.codec.xml
-
XML namespace is part of XML element.
- XmlNamespace(String, String) - Constructor for class io.netty.handler.codec.xml.XmlNamespace
- XmlProcessingInstruction - Class in io.netty.handler.codec.xml
-
XML processing instruction
- XmlProcessingInstruction(String, String) - Constructor for class io.netty.handler.codec.xml.XmlProcessingInstruction
- XmlSpace - Class in io.netty.handler.codec.xml
-
White space characters
- XmlSpace(String) - Constructor for class io.netty.handler.codec.xml.XmlSpace
Y
- YXDOMAIN - Static variable in class io.netty.handler.codec.dns.DnsResponseCode
-
The 'YXDomain' DNS RCODE (6), as defined in RFC2136.
- YXRRSET - Static variable in class io.netty.handler.codec.dns.DnsResponseCode
-
The 'YXRRSet' DNS RCODE (7), as defined in RFC2136.
Z
- z() - Method in class io.netty.handler.codec.dns.AbstractDnsMessage
- z() - Method in interface io.netty.handler.codec.dns.DnsMessage
-
Returns the
Z(reserved for future use) field of this DNS message. - ZERO - Static variable in class io.netty.handler.codec.http.HttpHeaderValues
-
"0" - ZERO_RTT - io.netty.handler.codec.quic.QuicPacketType
-
0-RTT packet.
- ZLIB - io.netty.handler.codec.compression.ZlibWrapper
-
The ZLIB wrapper as specified in RFC 1950.
- ZLIB_OR_NONE - io.netty.handler.codec.compression.ZlibWrapper
-
Try
ZlibWrapper.ZLIBfirst and thenZlibWrapper.NONEif the first attempt fails. - ZlibCodecFactory - Class in io.netty.handler.codec.compression
-
Creates a new
ZlibEncoderand a newZlibDecoder. - ZlibDecoder - Class in io.netty.handler.codec.compression
-
Decompresses a
ByteBufusing the deflate algorithm. - ZlibDecoder() - Constructor for class io.netty.handler.codec.compression.ZlibDecoder
-
Same as
ZlibDecoder(int)with maxAllocation = 0. - ZlibDecoder(int) - Constructor for class io.netty.handler.codec.compression.ZlibDecoder
-
Construct a new ZlibDecoder.
- ZlibEncoder - Class in io.netty.handler.codec.compression
-
Compresses a
ByteBufusing the deflate algorithm. - ZlibEncoder() - Constructor for class io.netty.handler.codec.compression.ZlibEncoder
- ZlibWrapper - Enum in io.netty.handler.codec.compression
-
The container file formats that wrap the stream compressed by the DEFLATE algorithm.
- zstd() - Static method in class io.netty.handler.codec.compression.StandardCompressionOptions
-
Default implementation of
ZstdOptionswith{compressionLevel(int)} set toZstdConstants.DEFAULT_COMPRESSION_LEVEL,ZstdConstants.DEFAULT_BLOCK_SIZE,ZstdConstants.MAX_BLOCK_SIZE - zstd(int, int, int) - Static method in class io.netty.handler.codec.compression.StandardCompressionOptions
-
Create a new
ZstdOptions - Zstd - Class in io.netty.handler.codec.compression
- ZSTD - Static variable in class io.netty.handler.codec.http.HttpHeaderValues
-
"zstd" - ZstdDecoder - Class in io.netty.handler.codec.compression
-
Decompresses a compressed block
ByteBufusing the Zstandard algorithm. - ZstdDecoder() - Constructor for class io.netty.handler.codec.compression.ZstdDecoder
- ZstdDecoder(int) - Constructor for class io.netty.handler.codec.compression.ZstdDecoder
- ZstdEncoder - Class in io.netty.handler.codec.compression
-
Compresses a
ByteBufusing the Zstandard algorithm. - ZstdEncoder() - Constructor for class io.netty.handler.codec.compression.ZstdEncoder
-
Creates a new Zstd encoder.
- ZstdEncoder(int) - Constructor for class io.netty.handler.codec.compression.ZstdEncoder
-
Creates a new Zstd encoder.
- ZstdEncoder(int, int) - Constructor for class io.netty.handler.codec.compression.ZstdEncoder
-
Creates a new Zstd encoder.
- ZstdEncoder(int, int, int) - Constructor for class io.netty.handler.codec.compression.ZstdEncoder
- ZstdOptions - Class in io.netty.handler.codec.compression
-
ZstdOptionsholds compressionLevel for Zstd compression.
_
- _getByte(int) - Method in class io.netty.buffer.AbstractByteBuf
- _getByte(int) - Method in class io.netty.buffer.CompositeByteBuf
- _getByte(int) - Method in class io.netty.buffer.DuplicatedByteBuf
-
Deprecated.
- _getByte(int) - Method in class io.netty.buffer.ReadOnlyByteBuf
-
Deprecated.
- _getByte(int) - Method in class io.netty.buffer.UnpooledDirectByteBuf
- _getByte(int) - Method in class io.netty.buffer.UnpooledHeapByteBuf
- _getByte(int) - Method in class io.netty.buffer.UnpooledUnsafeDirectByteBuf
- _getByte(int) - Method in class io.netty.buffer.UnpooledUnsafeHeapByteBuf
- _getInt(int) - Method in class io.netty.buffer.AbstractByteBuf
- _getInt(int) - Method in class io.netty.buffer.CompositeByteBuf
- _getInt(int) - Method in class io.netty.buffer.DuplicatedByteBuf
-
Deprecated.
- _getInt(int) - Method in class io.netty.buffer.ReadOnlyByteBuf
-
Deprecated.
- _getInt(int) - Method in class io.netty.buffer.UnpooledDirectByteBuf
- _getInt(int) - Method in class io.netty.buffer.UnpooledHeapByteBuf
- _getInt(int) - Method in class io.netty.buffer.UnpooledUnsafeDirectByteBuf
- _getInt(int) - Method in class io.netty.buffer.UnpooledUnsafeHeapByteBuf
- _getIntLE(int) - Method in class io.netty.buffer.AbstractByteBuf
- _getIntLE(int) - Method in class io.netty.buffer.CompositeByteBuf
- _getIntLE(int) - Method in class io.netty.buffer.DuplicatedByteBuf
-
Deprecated.
- _getIntLE(int) - Method in class io.netty.buffer.ReadOnlyByteBuf
-
Deprecated.
- _getIntLE(int) - Method in class io.netty.buffer.UnpooledDirectByteBuf
- _getIntLE(int) - Method in class io.netty.buffer.UnpooledHeapByteBuf
- _getIntLE(int) - Method in class io.netty.buffer.UnpooledUnsafeDirectByteBuf
- _getIntLE(int) - Method in class io.netty.buffer.UnpooledUnsafeHeapByteBuf
- _getLong(int) - Method in class io.netty.buffer.AbstractByteBuf
- _getLong(int) - Method in class io.netty.buffer.CompositeByteBuf
- _getLong(int) - Method in class io.netty.buffer.DuplicatedByteBuf
-
Deprecated.
- _getLong(int) - Method in class io.netty.buffer.ReadOnlyByteBuf
-
Deprecated.
- _getLong(int) - Method in class io.netty.buffer.UnpooledDirectByteBuf
- _getLong(int) - Method in class io.netty.buffer.UnpooledHeapByteBuf
- _getLong(int) - Method in class io.netty.buffer.UnpooledUnsafeDirectByteBuf
- _getLong(int) - Method in class io.netty.buffer.UnpooledUnsafeHeapByteBuf
- _getLongLE(int) - Method in class io.netty.buffer.AbstractByteBuf
- _getLongLE(int) - Method in class io.netty.buffer.CompositeByteBuf
- _getLongLE(int) - Method in class io.netty.buffer.DuplicatedByteBuf
-
Deprecated.
- _getLongLE(int) - Method in class io.netty.buffer.ReadOnlyByteBuf
-
Deprecated.
- _getLongLE(int) - Method in class io.netty.buffer.UnpooledDirectByteBuf
- _getLongLE(int) - Method in class io.netty.buffer.UnpooledHeapByteBuf
- _getLongLE(int) - Method in class io.netty.buffer.UnpooledUnsafeDirectByteBuf
- _getLongLE(int) - Method in class io.netty.buffer.UnpooledUnsafeHeapByteBuf
- _getShort(int) - Method in class io.netty.buffer.AbstractByteBuf
- _getShort(int) - Method in class io.netty.buffer.CompositeByteBuf
- _getShort(int) - Method in class io.netty.buffer.DuplicatedByteBuf
-
Deprecated.
- _getShort(int) - Method in class io.netty.buffer.ReadOnlyByteBuf
-
Deprecated.
- _getShort(int) - Method in class io.netty.buffer.UnpooledDirectByteBuf
- _getShort(int) - Method in class io.netty.buffer.UnpooledHeapByteBuf
- _getShort(int) - Method in class io.netty.buffer.UnpooledUnsafeDirectByteBuf
- _getShort(int) - Method in class io.netty.buffer.UnpooledUnsafeHeapByteBuf
- _getShortLE(int) - Method in class io.netty.buffer.AbstractByteBuf
- _getShortLE(int) - Method in class io.netty.buffer.CompositeByteBuf
- _getShortLE(int) - Method in class io.netty.buffer.DuplicatedByteBuf
-
Deprecated.
- _getShortLE(int) - Method in class io.netty.buffer.ReadOnlyByteBuf
-
Deprecated.
- _getShortLE(int) - Method in class io.netty.buffer.UnpooledDirectByteBuf
- _getShortLE(int) - Method in class io.netty.buffer.UnpooledHeapByteBuf
- _getShortLE(int) - Method in class io.netty.buffer.UnpooledUnsafeDirectByteBuf
- _getShortLE(int) - Method in class io.netty.buffer.UnpooledUnsafeHeapByteBuf
- _getUnsignedMedium(int) - Method in class io.netty.buffer.AbstractByteBuf
- _getUnsignedMedium(int) - Method in class io.netty.buffer.CompositeByteBuf
- _getUnsignedMedium(int) - Method in class io.netty.buffer.DuplicatedByteBuf
-
Deprecated.
- _getUnsignedMedium(int) - Method in class io.netty.buffer.ReadOnlyByteBuf
-
Deprecated.
- _getUnsignedMedium(int) - Method in class io.netty.buffer.UnpooledDirectByteBuf
- _getUnsignedMedium(int) - Method in class io.netty.buffer.UnpooledHeapByteBuf
- _getUnsignedMedium(int) - Method in class io.netty.buffer.UnpooledUnsafeDirectByteBuf
- _getUnsignedMedium(int) - Method in class io.netty.buffer.UnpooledUnsafeHeapByteBuf
- _getUnsignedMediumLE(int) - Method in class io.netty.buffer.AbstractByteBuf
- _getUnsignedMediumLE(int) - Method in class io.netty.buffer.CompositeByteBuf
- _getUnsignedMediumLE(int) - Method in class io.netty.buffer.DuplicatedByteBuf
-
Deprecated.
- _getUnsignedMediumLE(int) - Method in class io.netty.buffer.ReadOnlyByteBuf
-
Deprecated.
- _getUnsignedMediumLE(int) - Method in class io.netty.buffer.UnpooledDirectByteBuf
- _getUnsignedMediumLE(int) - Method in class io.netty.buffer.UnpooledHeapByteBuf
- _getUnsignedMediumLE(int) - Method in class io.netty.buffer.UnpooledUnsafeDirectByteBuf
- _getUnsignedMediumLE(int) - Method in class io.netty.buffer.UnpooledUnsafeHeapByteBuf
- _setByte(int, int) - Method in class io.netty.buffer.AbstractByteBuf
- _setByte(int, int) - Method in class io.netty.buffer.CompositeByteBuf
- _setByte(int, int) - Method in class io.netty.buffer.DuplicatedByteBuf
-
Deprecated.
- _setByte(int, int) - Method in class io.netty.buffer.ReadOnlyByteBuf
-
Deprecated.
- _setByte(int, int) - Method in class io.netty.buffer.UnpooledDirectByteBuf
- _setByte(int, int) - Method in class io.netty.buffer.UnpooledHeapByteBuf
- _setByte(int, int) - Method in class io.netty.buffer.UnpooledUnsafeDirectByteBuf
- _setByte(int, int) - Method in class io.netty.buffer.UnpooledUnsafeHeapByteBuf
- _setInt(int, int) - Method in class io.netty.buffer.AbstractByteBuf
- _setInt(int, int) - Method in class io.netty.buffer.CompositeByteBuf
- _setInt(int, int) - Method in class io.netty.buffer.DuplicatedByteBuf
-
Deprecated.
- _setInt(int, int) - Method in class io.netty.buffer.ReadOnlyByteBuf
-
Deprecated.
- _setInt(int, int) - Method in class io.netty.buffer.UnpooledDirectByteBuf
- _setInt(int, int) - Method in class io.netty.buffer.UnpooledHeapByteBuf
- _setInt(int, int) - Method in class io.netty.buffer.UnpooledUnsafeDirectByteBuf
- _setInt(int, int) - Method in class io.netty.buffer.UnpooledUnsafeHeapByteBuf
- _setIntLE(int, int) - Method in class io.netty.buffer.AbstractByteBuf
- _setIntLE(int, int) - Method in class io.netty.buffer.CompositeByteBuf
- _setIntLE(int, int) - Method in class io.netty.buffer.DuplicatedByteBuf
-
Deprecated.
- _setIntLE(int, int) - Method in class io.netty.buffer.ReadOnlyByteBuf
-
Deprecated.
- _setIntLE(int, int) - Method in class io.netty.buffer.UnpooledDirectByteBuf
- _setIntLE(int, int) - Method in class io.netty.buffer.UnpooledHeapByteBuf
- _setIntLE(int, int) - Method in class io.netty.buffer.UnpooledUnsafeDirectByteBuf
- _setIntLE(int, int) - Method in class io.netty.buffer.UnpooledUnsafeHeapByteBuf
- _setLong(int, long) - Method in class io.netty.buffer.AbstractByteBuf
- _setLong(int, long) - Method in class io.netty.buffer.CompositeByteBuf
- _setLong(int, long) - Method in class io.netty.buffer.DuplicatedByteBuf
-
Deprecated.
- _setLong(int, long) - Method in class io.netty.buffer.ReadOnlyByteBuf
-
Deprecated.
- _setLong(int, long) - Method in class io.netty.buffer.UnpooledDirectByteBuf
- _setLong(int, long) - Method in class io.netty.buffer.UnpooledHeapByteBuf
- _setLong(int, long) - Method in class io.netty.buffer.UnpooledUnsafeDirectByteBuf
- _setLong(int, long) - Method in class io.netty.buffer.UnpooledUnsafeHeapByteBuf
- _setLongLE(int, long) - Method in class io.netty.buffer.AbstractByteBuf
- _setLongLE(int, long) - Method in class io.netty.buffer.CompositeByteBuf
- _setLongLE(int, long) - Method in class io.netty.buffer.DuplicatedByteBuf
-
Deprecated.
- _setLongLE(int, long) - Method in class io.netty.buffer.ReadOnlyByteBuf
-
Deprecated.
- _setLongLE(int, long) - Method in class io.netty.buffer.UnpooledDirectByteBuf
- _setLongLE(int, long) - Method in class io.netty.buffer.UnpooledHeapByteBuf
- _setLongLE(int, long) - Method in class io.netty.buffer.UnpooledUnsafeDirectByteBuf
- _setLongLE(int, long) - Method in class io.netty.buffer.UnpooledUnsafeHeapByteBuf
- _setMedium(int, int) - Method in class io.netty.buffer.AbstractByteBuf
- _setMedium(int, int) - Method in class io.netty.buffer.CompositeByteBuf
- _setMedium(int, int) - Method in class io.netty.buffer.DuplicatedByteBuf
-
Deprecated.
- _setMedium(int, int) - Method in class io.netty.buffer.ReadOnlyByteBuf
-
Deprecated.
- _setMedium(int, int) - Method in class io.netty.buffer.UnpooledDirectByteBuf
- _setMedium(int, int) - Method in class io.netty.buffer.UnpooledHeapByteBuf
- _setMedium(int, int) - Method in class io.netty.buffer.UnpooledUnsafeDirectByteBuf
- _setMedium(int, int) - Method in class io.netty.buffer.UnpooledUnsafeHeapByteBuf
- _setMediumLE(int, int) - Method in class io.netty.buffer.AbstractByteBuf
- _setMediumLE(int, int) - Method in class io.netty.buffer.CompositeByteBuf
- _setMediumLE(int, int) - Method in class io.netty.buffer.DuplicatedByteBuf
-
Deprecated.
- _setMediumLE(int, int) - Method in class io.netty.buffer.ReadOnlyByteBuf
-
Deprecated.
- _setMediumLE(int, int) - Method in class io.netty.buffer.UnpooledDirectByteBuf
- _setMediumLE(int, int) - Method in class io.netty.buffer.UnpooledHeapByteBuf
- _setMediumLE(int, int) - Method in class io.netty.buffer.UnpooledUnsafeDirectByteBuf
- _setMediumLE(int, int) - Method in class io.netty.buffer.UnpooledUnsafeHeapByteBuf
- _setShort(int, int) - Method in class io.netty.buffer.AbstractByteBuf
- _setShort(int, int) - Method in class io.netty.buffer.CompositeByteBuf
- _setShort(int, int) - Method in class io.netty.buffer.DuplicatedByteBuf
-
Deprecated.
- _setShort(int, int) - Method in class io.netty.buffer.ReadOnlyByteBuf
-
Deprecated.
- _setShort(int, int) - Method in class io.netty.buffer.UnpooledDirectByteBuf
- _setShort(int, int) - Method in class io.netty.buffer.UnpooledHeapByteBuf
- _setShort(int, int) - Method in class io.netty.buffer.UnpooledUnsafeDirectByteBuf
- _setShort(int, int) - Method in class io.netty.buffer.UnpooledUnsafeHeapByteBuf
- _setShortLE(int, int) - Method in class io.netty.buffer.AbstractByteBuf
- _setShortLE(int, int) - Method in class io.netty.buffer.CompositeByteBuf
- _setShortLE(int, int) - Method in class io.netty.buffer.DuplicatedByteBuf
-
Deprecated.
- _setShortLE(int, int) - Method in class io.netty.buffer.ReadOnlyByteBuf
-
Deprecated.
- _setShortLE(int, int) - Method in class io.netty.buffer.UnpooledDirectByteBuf
- _setShortLE(int, int) - Method in class io.netty.buffer.UnpooledHeapByteBuf
- _setShortLE(int, int) - Method in class io.netty.buffer.UnpooledUnsafeDirectByteBuf
- _setShortLE(int, int) - Method in class io.netty.buffer.UnpooledUnsafeHeapByteBuf
All Classes All Packages