A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _ 
All Classes All Packages

A

a - Variable in class io.netty.handler.codec.compression.Bzip2DivSufSort.StackEntry
 
a - Variable in class io.netty.resolver.dns.BiDnsQueryLifecycleObserver
 
a - Variable in class io.netty.resolver.dns.BiDnsQueryLifecycleObserverFactory
 
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 - Variable in class io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker
 
absoluteUpgradeUrl - Variable in class io.netty.handler.codec.http.websocketx.WebSocketClientProtocolConfig
 
absoluteUpgradeUrl - Variable in class io.netty.handler.codec.http.websocketx.WebSocketClientProtocolConfig.Builder
 
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 AddressResolver implementation.
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
AbstractBinaryMemcacheDecoder() - Constructor for class io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheDecoder
Create a new AbstractBinaryMemcacheDecoder with default settings.
AbstractBinaryMemcacheDecoder(int) - Constructor for class io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheDecoder
Create a new AbstractBinaryMemcacheDecoder with custom settings.
AbstractBinaryMemcacheDecoder.State - Enum in io.netty.handler.codec.memcache.binary
Contains all states this decoder can possibly be in.
AbstractBinaryMemcacheEncoder<M extends BinaryMemcacheMessage> - Class in io.netty.handler.codec.memcache.binary
A MessageToByteEncoder that 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
AbstractBootstrap is a helper class that makes it easy to bootstrap a Channel.
AbstractBootstrap() - Constructor for class io.netty.bootstrap.AbstractBootstrap
 
AbstractBootstrap(AbstractBootstrap<B, C>) - Constructor for class io.netty.bootstrap.AbstractBootstrap
 
AbstractBootstrap.PendingRegistrationPromise - Class in io.netty.bootstrap
 
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 ByteBufAllocator implementation 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
AbstractCertificateVerifier(OpenSslEngineMap) - Constructor for class io.netty.handler.ssl.ReferenceCountedOpenSslContext.AbstractCertificateVerifier
 
AbstractChannel - Class in io.netty.channel
A skeletal Channel implementation.
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.Unsafe implementation which sub-classes must extend and use.
AbstractChannel.AnnotatedConnectException - Exception in io.netty.channel
 
AbstractChannel.AnnotatedNoRouteToHostException - Exception in io.netty.channel
 
AbstractChannel.AnnotatedSocketException - Exception in io.netty.channel
 
AbstractChannel.CloseFuture - Class in io.netty.channel
 
AbstractChannelHandlerContext - Class in io.netty.channel
 
AbstractChannelHandlerContext(DefaultChannelPipeline, EventExecutor, String, Class<? extends ChannelHandler>) - Constructor for class io.netty.channel.AbstractChannelHandlerContext
 
AbstractChannelHandlerContext.Tasks - Class in io.netty.channel
 
AbstractChannelHandlerContext.WriteTask - Class in io.netty.channel
 
AbstractChannelPoolHandler - Class in io.netty.channel.pool
A skeletal ChannelPoolHandler implementation.
AbstractChannelPoolHandler() - Constructor for class io.netty.channel.pool.AbstractChannelPoolHandler
 
AbstractChannelPoolMap<K,​P extends ChannelPool> - Class in io.netty.channel.pool
A skeletal ChannelPoolMap implementation.
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 id and DnsOpCode.QUERY opCode.
AbstractDnsMessage(int, DnsOpCode) - Constructor for class io.netty.handler.codec.dns.AbstractDnsMessage
Creates a new instance with the specified id and opCode.
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-class record.
AbstractEpollChannel - Class in io.netty.channel.epoll
 
AbstractEpollChannel(Channel, LinuxSocket, boolean) - Constructor for class io.netty.channel.epoll.AbstractEpollChannel
 
AbstractEpollChannel(Channel, LinuxSocket, SocketAddress) - Constructor for class io.netty.channel.epoll.AbstractEpollChannel
 
AbstractEpollChannel(LinuxSocket) - Constructor for class io.netty.channel.epoll.AbstractEpollChannel
 
AbstractEpollChannel.AbstractEpollUnsafe - Class in io.netty.channel.epoll
 
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
 
AbstractEpollServerChannel.EpollServerSocketUnsafe - Class in io.netty.channel.epoll
 
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) - Constructor for class io.netty.channel.epoll.AbstractEpollStreamChannel
 
AbstractEpollStreamChannel(Channel, LinuxSocket, SocketAddress) - Constructor for class io.netty.channel.epoll.AbstractEpollStreamChannel
 
AbstractEpollStreamChannel(LinuxSocket) - Constructor for class io.netty.channel.epoll.AbstractEpollStreamChannel
 
AbstractEpollStreamChannel(LinuxSocket, boolean) - Constructor for class io.netty.channel.epoll.AbstractEpollStreamChannel
 
AbstractEpollStreamChannel.EpollSocketWritableByteChannel - Class in io.netty.channel.epoll
 
AbstractEpollStreamChannel.EpollStreamUnsafe - Class in io.netty.channel.epoll
 
AbstractEpollStreamChannel.SpliceFdTask - Class in io.netty.channel.epoll
 
AbstractEpollStreamChannel.SpliceInChannelTask - Class in io.netty.channel.epoll
 
AbstractEpollStreamChannel.SpliceInTask - Class in io.netty.channel.epoll
 
AbstractEpollStreamChannel.SpliceOutTask - Class in io.netty.channel.epoll
 
AbstractEpollUnsafe() - Constructor for class io.netty.channel.epoll.AbstractEpollChannel.AbstractEpollUnsafe
 
AbstractEventExecutor - Class in io.netty.util.concurrent
Abstract base class for EventExecutor implementations.
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.
AbstractEventExecutorGroup - Class in io.netty.util.concurrent
Abstract base class for EventExecutorGroup implementations.
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 Future implementation 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 Http2ConnectionHandler instances.
AbstractHttp2ConnectionHandlerBuilder() - Constructor for class io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
 
AbstractHttp2StreamChannel - Class in io.netty.handler.codec.http2
 
AbstractHttp2StreamChannel(Http2FrameCodec.DefaultHttp2FrameStream, int, ChannelHandler) - Constructor for class io.netty.handler.codec.http2.AbstractHttp2StreamChannel
 
AbstractHttp2StreamChannel.FlowControlledFrameSizeEstimator - Class in io.netty.handler.codec.http2
Returns the flow-control size for DATA frames, and 9 for all other frames.
AbstractHttp2StreamChannel.Http2ChannelUnsafe - Class in io.netty.handler.codec.http2
 
AbstractHttp2StreamChannel.Http2StreamChannelConfig - Class in io.netty.handler.codec.http2
ChannelConfig so that the high and low writebuffer watermarks can reflect the outbound flow control window, without having to create a new WriteBufferWaterMark object whenever the flow control window changes.
AbstractHttp2StreamChannel.ReadStatus - Enum in io.netty.handler.codec.http2
The current status of the read-processing for a AbstractHttp2StreamChannel.
AbstractHttp2StreamChannel.UserEventStreamVisitor - Class in io.netty.handler.codec.http2
Http2FrameStreamVisitor that fires the user event for every active stream pipeline.
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
 
AbstractIdleTask(ChannelHandlerContext) - Constructor for class io.netty.handler.timeout.IdleStateHandler.AbstractIdleTask
 
AbstractInboundHttp2ToHttpAdapterBuilder<T extends InboundHttp2ToHttpAdapter,​B extends AbstractInboundHttp2ToHttpAdapterBuilder<T,​B>> - Class in io.netty.handler.codec.http2
A skeletal builder implementation of InboundHttp2ToHttpAdapter and its subtypes.
AbstractInboundHttp2ToHttpAdapterBuilder(Http2Connection) - Constructor for class io.netty.handler.codec.http2.AbstractInboundHttp2ToHttpAdapterBuilder
Creates a new InboundHttp2ToHttpAdapter builder for the specified Http2Connection.
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.
AbstractKQueueChannel - Class in io.netty.channel.kqueue
 
AbstractKQueueChannel(Channel, BsdSocket, boolean) - Constructor for class io.netty.channel.kqueue.AbstractKQueueChannel
 
AbstractKQueueChannel(Channel, BsdSocket, SocketAddress) - Constructor for class io.netty.channel.kqueue.AbstractKQueueChannel
 
AbstractKQueueChannel.AbstractKQueueUnsafe - Class in io.netty.channel.kqueue
 
AbstractKQueueDatagramChannel - Class in io.netty.channel.kqueue
 
AbstractKQueueDatagramChannel(Channel, BsdSocket, boolean) - Constructor for class io.netty.channel.kqueue.AbstractKQueueDatagramChannel
 
AbstractKQueueServerChannel - Class in io.netty.channel.kqueue
 
AbstractKQueueServerChannel(BsdSocket) - Constructor for class io.netty.channel.kqueue.AbstractKQueueServerChannel
 
AbstractKQueueServerChannel(BsdSocket, boolean) - Constructor for class io.netty.channel.kqueue.AbstractKQueueServerChannel
 
AbstractKQueueServerChannel.KQueueServerSocketUnsafe - Class in io.netty.channel.kqueue
 
AbstractKQueueStreamChannel - Class in io.netty.channel.kqueue
 
AbstractKQueueStreamChannel(Channel, BsdSocket, boolean) - Constructor for class io.netty.channel.kqueue.AbstractKQueueStreamChannel
 
AbstractKQueueStreamChannel(Channel, BsdSocket, SocketAddress) - Constructor for class io.netty.channel.kqueue.AbstractKQueueStreamChannel
 
AbstractKQueueStreamChannel(BsdSocket) - Constructor for class io.netty.channel.kqueue.AbstractKQueueStreamChannel
 
AbstractKQueueStreamChannel.KQueueSocketWritableByteChannel - Class in io.netty.channel.kqueue
 
AbstractKQueueStreamChannel.KQueueStreamUnsafe - Class in io.netty.channel.kqueue
 
AbstractKQueueUnsafe() - Constructor for class io.netty.channel.kqueue.AbstractKQueueChannel.AbstractKQueueUnsafe
 
AbstractMemcacheObject - Class in io.netty.handler.codec.memcache
The default MemcacheObject implementation.
AbstractMemcacheObject() - Constructor for class io.netty.handler.codec.memcache.AbstractMemcacheObject
 
AbstractMemcacheObjectAggregator<H extends MemcacheMessage> - Class in io.netty.handler.codec.memcache
A ChannelHandler that aggregates an MemcacheMessage and its following MemcacheContents into a single MemcacheMessage with no following MemcacheContents.
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 AbstractMemcacheObjectEncoder that encodes MemcacheMessages.
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
 
AbstractMixedHttpData<D extends HttpData> - Class in io.netty.handler.codec.http.multipart
 
AbstractMixedHttpData(long, String, boolean, D) - Constructor for class io.netty.handler.codec.http.multipart.AbstractMixedHttpData
 
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
AbstractNioChannel base class for Channels 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 Channel implementations which use a Selector based approach.
AbstractNioChannel(Channel, SelectableChannel, int) - Constructor for class io.netty.channel.nio.AbstractNioChannel
Create a new instance
AbstractNioChannel.AbstractNioUnsafe - Class in io.netty.channel.nio
 
AbstractNioChannel.NioUnsafe - Interface in io.netty.channel.nio
Special Channel.Unsafe sub-type which allows to access the underlying SelectableChannel
AbstractNioMessageChannel - Class in io.netty.channel.nio
AbstractNioChannel base class for Channels that operate on messages.
AbstractNioMessageChannel(Channel, SelectableChannel, int) - Constructor for class io.netty.channel.nio.AbstractNioMessageChannel
 
AbstractNioMessageChannel.NioMessageUnsafe - Class in io.netty.channel.nio
 
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.
 
AbstractOioChannel.DefaultOioUnsafe - Class in io.netty.channel.oio
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.
 
AbstractPooledDerivedByteBuf - Class in io.netty.buffer
Abstract base class for derived ByteBuf implementations.
AbstractPooledDerivedByteBuf(ObjectPool.Handle<? extends AbstractPooledDerivedByteBuf>) - Constructor for class io.netty.buffer.AbstractPooledDerivedByteBuf
 
AbstractPooledDerivedByteBuf.PooledNonRetainedDuplicateByteBuf - Class in io.netty.buffer
 
AbstractPooledDerivedByteBuf.PooledNonRetainedSlicedByteBuf - Class in io.netty.buffer
 
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 ByteBuf implementations 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 Channel implementation.
AbstractServerChannel() - Constructor for class io.netty.channel.AbstractServerChannel
Creates a new instance.
AbstractServerChannel.DefaultServerUnsafe - Class in io.netty.channel
 
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.
AbstractStringRedisMessage(String) - Constructor for class io.netty.handler.codec.redis.AbstractStringRedisMessage
 
AbstractTrafficShapingHandler - Class in io.netty.handler.traffic
AbstractTrafficShapingHandler allows to limit the global bandwidth (see GlobalTrafficShapingHandler) or per session bandwidth (see ChannelTrafficShapingHandler), as traffic shaping.
AbstractTrafficShapingHandler() - Constructor for class io.netty.handler.traffic.AbstractTrafficShapingHandler
Constructor using NO LIMIT, default Check Interval value of 1000L ms and default max time as delay allowed value of 15000L ms.
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
Constructor using default Check Interval value of 1000L ms and default max time as delay allowed value of 15000L ms.
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
 
AbstractTrafficShapingHandler.ReopenReadTimerTask - Class in io.netty.handler.traffic
Class to implement setReadable at fix time
AbstractUnpooledSlicedByteBuf - Class in io.netty.buffer
 
AbstractUnpooledSlicedByteBuf(ByteBuf, int, int) - Constructor for class io.netty.buffer.AbstractUnpooledSlicedByteBuf
 
AbstractUnsafe() - Constructor for class io.netty.channel.AbstractChannel.AbstractUnsafe
 
AbstractUnsafeSwappedByteBuf - Class in io.netty.buffer
Special SwappedByteBuf for ByteBufs that is using unsafe.
AbstractUnsafeSwappedByteBuf(AbstractByteBuf) - Constructor for class io.netty.buffer.AbstractUnsafeSwappedByteBuf
 
accelerationFactor - Variable in class io.netty.handler.traffic.GlobalChannelTrafficShapingHandler
 
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(int, byte[]) - Static 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 Channel gets registered.
accept(Recycler.DefaultHandle<T>) - Method in class io.netty.util.Recycler.LocalPool
 
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(SecretKey, SSLSession) - Method in class io.netty.handler.ssl.SslMasterKeyHandler.WiresharkSslMasterKeyHandler
 
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.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.http.HttpServerExpectContinueHandler
 
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
acceptedAddress - Variable in class io.netty.channel.epoll.AbstractEpollServerChannel.EpollServerSocketUnsafe
 
acceptedAddress - Variable in class io.netty.channel.kqueue.AbstractKQueueServerChannel.KQueueServerSocketUnsafe
 
acceptEncodingQueue - Variable in class io.netty.handler.codec.http.HttpContentEncoder
 
acceptEvent(Object) - Method in class io.netty.channel.SimpleUserEventChannelHandler
Returns true if 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.
acceptIfNotFound - Variable in class io.netty.handler.ipfilter.IpSubnetFilter
 
acceptIfNotFound - Variable in class io.netty.handler.ipfilter.RuleBasedIpFilter
 
acceptInboundMessage(Object) - Method in class io.netty.channel.SimpleChannelInboundHandler
Returns true if 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.http.websocketx.extensions.compression.PerFrameDeflateDecoder
 
acceptInboundMessage(Object) - Method in class io.netty.handler.codec.http.websocketx.extensions.compression.PerMessageDeflateDecoder
 
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 true if and only if the specified message can be decoded by this codec.
acceptInboundMessage(Object) - Method in class io.netty.handler.codec.MessageToMessageDecoder
Returns true if the given message should be handled.
acceptInboundMessage(Object) - Method in class io.netty.handler.codec.spdy.SpdyHttpResponseStreamIdHandler
 
acceptInProgress - Variable in class io.netty.channel.local.LocalServerChannel
 
acceptMessage(HttpRequest) - Method in class io.netty.handler.codec.http.HttpServerExpectContinueHandler
Produces a HttpResponse for HttpRequests which define an expectation.
acceptOutboundMessage(Object) - Method in class io.netty.handler.codec.ByteToMessageCodec
Returns true if and only if the specified message can be encoded by this codec.
acceptOutboundMessage(Object) - Method in class io.netty.handler.codec.ByteToMessageCodec.Encoder
 
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.http.websocketx.extensions.compression.PerFrameDeflateEncoder
 
acceptOutboundMessage(Object) - Method in class io.netty.handler.codec.http.websocketx.extensions.compression.PerMessageDeflateEncoder
 
acceptOutboundMessage(Object) - Method in class io.netty.handler.codec.memcache.AbstractMemcacheObjectEncoder
 
acceptOutboundMessage(Object) - Method in class io.netty.handler.codec.MessageToByteEncoder
Returns true if the given message should be handled.
acceptOutboundMessage(Object) - Method in class io.netty.handler.codec.MessageToMessageCodec
Returns true if and only if the specified message can be encoded by this codec.
acceptOutboundMessage(Object) - Method in class io.netty.handler.codec.MessageToMessageEncoder
Returns true if 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.
acceptStream(int, byte, boolean, boolean) - Method in class io.netty.handler.codec.spdy.SpdySessionHandler
 
acceptStream(int, byte, boolean, boolean, int, int, boolean) - Method in class io.netty.handler.codec.spdy.SpdySession
 
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 - Variable in class io.netty.handler.codec.http2.DefaultHttp2PingFrame
 
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.ACK flag.
ACK - io.netty.handler.codec.stomp.StompCommand
 
ACK - io.netty.handler.pcap.TCPPacket.TCPFlag
 
ACK - Static variable in class io.netty.handler.codec.http2.Http2Flags
 
ACK - Static variable in interface io.netty.handler.codec.stomp.StompHeaders
 
acquire() - Method in interface io.netty.channel.pool.ChannelPool
Acquire a Channel from this ChannelPool.
acquire() - Method in class io.netty.channel.pool.SimpleChannelPool
 
acquire(Promise<Channel>) - Method in interface io.netty.channel.pool.ChannelPool
Acquire a Channel from this ChannelPool.
acquire(Promise<Channel>) - Method in class io.netty.channel.pool.FixedChannelPool
 
acquire(Promise<Channel>) - Method in class io.netty.channel.pool.SimpleChannelPool
 
ACQUIRE_AND_RELEASE_ONLY - Static variable in class io.netty.buffer.AdvancedLeakAwareByteBuf
 
acquire0(Promise<Channel>) - Method in class io.netty.channel.pool.FixedChannelPool
 
acquired - Variable in class io.netty.channel.pool.FixedChannelPool.AcquireListener
 
acquired() - Method in class io.netty.channel.pool.FixedChannelPool.AcquireListener
 
acquiredChannelCount - Variable in class io.netty.channel.pool.FixedChannelPool
 
acquiredChannelCount() - Method in class io.netty.channel.pool.FixedChannelPool
Returns the number of acquired channels that this pool thinks it has.
acquireHealthyFromPoolOrNew(Promise<Channel>) - Method in class io.netty.channel.pool.SimpleChannelPool
Tries to retrieve healthy channel from the pool if any or creates a new channel otherwise.
AcquireListener(Promise<Channel>) - Constructor for class io.netty.channel.pool.FixedChannelPool.AcquireListener
 
AcquireTask(Promise<Channel>) - Constructor for class io.netty.channel.pool.FixedChannelPool.AcquireTask
 
AcquireTimeoutAction() - Constructor for enum io.netty.channel.pool.FixedChannelPool.AcquireTimeoutAction
 
AcquireTimeoutException() - Constructor for exception io.netty.channel.pool.FixedChannelPool.AcquireTimeoutException
 
acquireTimeoutNanos - Variable in class io.netty.channel.pool.FixedChannelPool
 
activate() - Method in class io.netty.handler.codec.http2.DefaultHttp2Connection.DefaultStream
 
activate(DefaultHttp2Connection.DefaultStream) - Method in class io.netty.handler.codec.http2.DefaultHttp2Connection.ActiveStreams
 
activate(InputStream, OutputStream) - Method in class io.netty.channel.oio.OioByteStreamChannel
Deprecated.
Activate this instance.
active - Variable in class io.netty.channel.epoll.AbstractEpollChannel
 
active - Variable in class io.netty.channel.kqueue.AbstractKQueueChannel
 
ACTIVE - io.netty.channel.embedded.EmbeddedChannel.State
 
ACTIVE - Static variable in interface io.netty.channel.pool.ChannelHealthChecker
ChannelHealthChecker implementation that checks if Channel.isActive() returns true.
activeBytesHuge - Variable in class io.netty.buffer.PoolArena
 
activeChildren - Variable in class io.netty.channel.ThreadPerChannelEventLoopGroup
Deprecated.
 
activeCountChangeForTree(int) - Method in class io.netty.handler.codec.http2.WeightedFairQueueByteDistributor.State
 
activeCountForTree - Variable in class io.netty.handler.codec.http2.WeightedFairQueueByteDistributor.State
Count of nodes rooted at this sub tree with WeightedFairQueueByteDistributor.State.isActive() equal to true.
activeLocalStreams - Variable in class io.netty.handler.codec.spdy.SpdySession
 
activeOnOpen - Variable in class io.netty.channel.epoll.EpollDatagramChannelConfig
 
activeOnOpen - Variable in class io.netty.channel.epoll.EpollDomainDatagramChannelConfig
 
activeOnOpen - Variable in class io.netty.channel.kqueue.KQueueDatagramChannelConfig
 
activeOnOpen - Variable in class io.netty.channel.kqueue.KQueueDomainDatagramChannelConfig
 
activeOnOpen - Variable in class io.netty.channel.socket.DefaultDatagramChannelConfig
 
activeRemoteStreams - Variable in class io.netty.handler.codec.spdy.SpdySession
 
activeState(int, Http2Stream.State, boolean, boolean) - Static method in class io.netty.handler.codec.http2.DefaultHttp2Connection
 
activeStreams - Variable in class io.netty.handler.codec.http2.DefaultHttp2Connection
 
activeStreams - Variable in class io.netty.handler.codec.spdy.SpdySession
 
activeStreams() - Method in class io.netty.handler.codec.spdy.SpdySession
 
ActiveStreams(List<Http2Connection.Listener>) - Constructor for class io.netty.handler.codec.http2.DefaultHttp2Connection.ActiveStreams
 
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 - Variable in class io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker
 
actualSubprotocol() - Method in class io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker
Returns the subprotocol response sent by the server.
AdaptiveRecvByteBufAllocator - Class in io.netty.channel
The RecvByteBufAllocator that 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.
AdaptiveRecvByteBufAllocator.HandleImpl - Class in io.netty.channel
 
add(int, Object) - Method in class io.netty.handler.codec.CodecOutputList
 
add(int, Object) - Method in class io.netty.util.internal.RecyclableArrayList
 
add(long) - Method in class io.netty.channel.kqueue.NativeLongArray
 
add(long) - Method in interface io.netty.util.internal.LongCounter
 
add(long) - Method in class io.netty.util.internal.PlatformDependent.AtomicLongCounter
 
add(long, long, int) - Method in class io.netty.channel.unix.IovArray
 
add(E) - Method in class io.netty.handler.codec.http2.MaxCapacityQueue
 
add(E) - Method in class io.netty.util.internal.ConcurrentSet
Deprecated.
 
add(E, int, EventLoop) - Method in class io.netty.resolver.dns.Cache.Entries
 
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
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(PoolArena<?>, PoolChunk, ByteBuffer, long, int, PoolArena.SizeClass) - Method in class io.netty.buffer.PoolThreadCache
Add PoolChunk and handle to the cache if there is enough room.
add(PoolChunk<T>) - Method in class io.netty.buffer.PoolChunkList
 
add(PoolChunk<T>, ByteBuffer, long, int) - Method in class io.netty.buffer.PoolThreadCache.MemoryRegionCache
Add to cache if not already full.
add(Channel) - Method in class io.netty.channel.group.DefaultChannelGroup
 
add(ChannelOutboundBuffer, boolean, int) - Method in class io.netty.channel.epoll.NativeDatagramPacketArray
 
add(ChannelPromise, int) - Method in class io.netty.channel.ChannelFlushPromiseNotifier
add(ChannelPromise, long) - Method in class io.netty.channel.ChannelFlushPromiseNotifier
Add a ChannelPromise to this ChannelFlushPromiseNotifier which will be notified after the given pendingDataSize was reached.
add(AbstractEpollChannel) - Method in class io.netty.channel.epoll.EpollEventLoop
Register the given epoll with this EventLoop.
add(AbstractKQueueChannel) - Method in class io.netty.channel.kqueue.KQueueEventLoop
 
add(DnsRecord) - Method in class io.netty.resolver.dns.DnsResolveContext.AuthoritativeNameServerList
 
add(Headers<? extends CharSequence, ? extends CharSequence, ?>) - Method in class io.netty.handler.codec.http.CombinedHttpHeaders.CombinedHttpHeadersImpl
 
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 headers to 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(DefaultHttp2Connection.DefaultPropertyKey, V) - Method in class io.netty.handler.codec.http2.DefaultHttp2Connection.DefaultStream.PropertyMap
 
add(HpackHeaderField) - Method in class io.netty.handler.codec.http2.HpackDynamicTable
Add the header field to the dynamic table.
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(ReferenceCountedOpenSslEngine) - Method in interface io.netty.handler.ssl.OpenSslEngineMap
add(ReferenceCountedOpenSslEngine) - Method in class io.netty.handler.ssl.ReferenceCountedOpenSslContext.DefaultOpenSslEngineMap
 
add(DnsQueryContext) - Method in class io.netty.resolver.dns.DnsQueryContextManager.DnsQueryContextMap
 
add(Future) - Method in class io.netty.util.concurrent.PromiseCombiner
Adds a new future to be combined.
add(GenericFutureListener<? extends Future<?>>) - Method in class io.netty.util.concurrent.DefaultFutureListeners
 
add(Promise) - Method in class io.netty.util.concurrent.PromiseCombiner
Deprecated.
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.http.CombinedHttpHeaders.CombinedHttpHeadersImpl
 
add(CharSequence, CharSequence) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
 
add(CharSequence, CharSequence...) - Method in class io.netty.handler.codec.http.CombinedHttpHeaders.CombinedHttpHeadersImpl
 
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.http.CombinedHttpHeaders.CombinedHttpHeadersImpl
 
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.handler.codec.CodecOutputList
 
add(Object) - Method in class io.netty.util.internal.RecyclableArrayList
 
add(Object, ChannelPromise) - Method in class io.netty.channel.PendingWriteQueue
Add the given msg and ChannelPromise.
add(String) - Static method in class io.netty.handler.codec.http.multipart.DeleteFileOnExitHook
Add to the hook and clean up when the program exits.
add(StringBuilder, String) - Static method in class io.netty.handler.codec.http.cookie.CookieUtil
 
add(StringBuilder, String, long) - Static method in class io.netty.handler.codec.http.cookie.CookieUtil
 
add(StringBuilder, String, String) - Static method in class io.netty.handler.codec.http.cookie.CookieUtil
 
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 DomainNameMappingBuilder to 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.DomainNameMappingBuilder.ImmutableDomainNameMapping
Deprecated.
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(InetSocketAddress, DnsQueryContext) - Method in class io.netty.resolver.dns.DnsQueryContextManager
 
add(SelectionKey) - Method in class io.netty.channel.nio.SelectedSelectionKeySet
 
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 name and values.
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 name and value.
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 name and values.
add(T) - Method in class io.netty.util.internal.EmptyPriorityQueue
 
ADD - Static variable in class io.netty.handler.codec.memcache.binary.BinaryMemcacheOpcodes
 
ADD_COMPLETE - Static variable in class io.netty.channel.AbstractChannelHandlerContext
ADD_PENDING - Static variable in class io.netty.channel.AbstractChannelHandlerContext
add0(int, int, K, V) - Method in class io.netty.handler.codec.DefaultHeaders
 
add0(ByteBuf, int, int, int, InetSocketAddress) - Method in class io.netty.channel.epoll.NativeDatagramPacketArray
 
add0(PoolChunk<T>) - Method in class io.netty.buffer.PoolChunkList
Adds the PoolChunk to this PoolChunkList.
addAfter(EventExecutorGroup, String, String, ChannelHandler) - Method in interface io.netty.channel.ChannelPipeline
Inserts a ChannelHandler after an existing handler of this pipeline.
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 ChannelHandler after an existing handler of this pipeline.
addAfter(String, String, ChannelHandler) - Method in class io.netty.channel.DefaultChannelPipeline
 
addAfter0(AbstractChannelHandlerContext, AbstractChannelHandlerContext) - Static 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.
addAll(Collection<?>) - Method in class io.netty.util.internal.RecyclableArrayList
 
addAll(Collection<? extends E>) - Method in class io.netty.handler.codec.http2.MaxCapacityQueue
 
addAll(Collection<? extends T>) - Method in class io.netty.util.internal.EmptyPriorityQueue
 
addBefore(EventExecutorGroup, String, String, ChannelHandler) - Method in interface io.netty.channel.ChannelPipeline
Inserts a ChannelHandler before an existing handler of this pipeline.
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 ChannelHandler before an existing handler of this pipeline.
addBefore(String, String, ChannelHandler) - Method in class io.netty.channel.DefaultChannelPipeline
 
addBefore0(AbstractChannelHandlerContext, AbstractChannelHandlerContext) - Static 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.
addChannelToReadCompletePendingQueue() - Method in class io.netty.handler.codec.http2.AbstractHttp2StreamChannel
 
addChannelToReadCompletePendingQueue() - Method in class io.netty.handler.codec.http2.Http2MultiplexCodec.Http2MultiplexCodecStreamChannel
Deprecated.
 
addChannelToReadCompletePendingQueue() - Method in class io.netty.handler.codec.http2.Http2MultiplexHandler.Http2MultiplexHandlerStreamChannel
 
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.
addClassifier(Set<String>, Set<String>, String...) - Static method in class io.netty.util.internal.PlatformDependent
Adds only those classifier strings to dest which are present in allowed.
addCloseListener(ChannelFuture, ChannelPromise) - Static method in class io.netty.handler.ssl.SslHandler
 
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
 
addComp(int, CompositeByteBuf.Component) - Method in class io.netty.buffer.CompositeByteBuf
 
addComponent(boolean, int, ByteBuf) - Method in class io.netty.buffer.AdvancedLeakAwareCompositeByteBuf
 
addComponent(boolean, int, ByteBuf) - Method in class io.netty.buffer.CompositeByteBuf
Add the given ByteBuf on the specific index and increase the writerIndex if increaseWriterIndex is true.
addComponent(boolean, int, ByteBuf) - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
addComponent(boolean, ByteBuf) - Method in class io.netty.buffer.AdvancedLeakAwareCompositeByteBuf
 
addComponent(boolean, ByteBuf) - Method in class io.netty.buffer.CompositeByteBuf
Add the given ByteBuf and increase the writerIndex if increaseWriterIndex is true.
addComponent(boolean, ByteBuf) - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
addComponent(int, ByteBuf) - Method in class io.netty.buffer.AdvancedLeakAwareCompositeByteBuf
 
addComponent(int, ByteBuf) - Method in class io.netty.buffer.CompositeByteBuf
Add the given ByteBuf on the specific index.
addComponent(int, ByteBuf) - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
addComponent(ByteBuf) - Method in class io.netty.buffer.AdvancedLeakAwareCompositeByteBuf
 
addComponent(ByteBuf) - Method in class io.netty.buffer.CompositeByteBuf
Add the given ByteBuf.
addComponent(ByteBuf) - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
addComponent0(boolean, int, ByteBuf) - Method in class io.netty.buffer.CompositeByteBuf
Precondition is that buffer != null.
addComponents(boolean, int, Iterable<ByteBuf>) - Method in class io.netty.buffer.CompositeByteBuf
 
addComponents(boolean, ByteBuf...) - Method in class io.netty.buffer.AdvancedLeakAwareCompositeByteBuf
 
addComponents(boolean, ByteBuf...) - Method in class io.netty.buffer.CompositeByteBuf
Add the given ByteBufs and increase the writerIndex if increaseWriterIndex is true.
addComponents(boolean, ByteBuf...) - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
addComponents(boolean, Iterable<ByteBuf>) - Method in class io.netty.buffer.AdvancedLeakAwareCompositeByteBuf
 
addComponents(boolean, Iterable<ByteBuf>) - Method in class io.netty.buffer.CompositeByteBuf
Add the given ByteBufs and increase the writerIndex if increaseWriterIndex is true.
addComponents(boolean, Iterable<ByteBuf>) - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
addComponents(int, ByteBuf...) - Method in class io.netty.buffer.AdvancedLeakAwareCompositeByteBuf
 
addComponents(int, ByteBuf...) - Method in class io.netty.buffer.CompositeByteBuf
Add the given ByteBufs on the specific index
addComponents(int, ByteBuf...) - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
addComponents(int, Iterable<ByteBuf>) - Method in class io.netty.buffer.AdvancedLeakAwareCompositeByteBuf
 
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 the writerIndex of the CompositeByteBuf.
addComponents(int, Iterable<ByteBuf>) - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
addComponents(ByteBuf...) - Method in class io.netty.buffer.AdvancedLeakAwareCompositeByteBuf
 
addComponents(ByteBuf...) - Method in class io.netty.buffer.CompositeByteBuf
Add the given ByteBufs.
addComponents(ByteBuf...) - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
addComponents(Iterable<ByteBuf>) - Method in class io.netty.buffer.AdvancedLeakAwareCompositeByteBuf
 
addComponents(Iterable<ByteBuf>) - Method in class io.netty.buffer.CompositeByteBuf
Add the given ByteBufs.
addComponents(Iterable<ByteBuf>) - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
addComponents0(boolean, int, ByteBuf[], int) - Method in class io.netty.buffer.CompositeByteBuf
 
addComponents0(boolean, int, CompositeByteBuf.ByteWrapper<T>, T[], int) - Method in class io.netty.buffer.CompositeByteBuf
 
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.AbstractMixedHttpData
 
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
 
addDatagramPacketToOut(DatagramPacket, RecyclableArrayList) - Static method in class io.netty.channel.epoll.EpollDatagramChannel
 
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.
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.
added - Variable in class io.netty.channel.ChannelHandlerAdapter
 
addEncodedLengthHex(ChannelHandlerContext, long, List<Object>) - Static method in class io.netty.handler.codec.http.HttpObjectEncoder
 
addend - Static variable in class io.netty.util.internal.ThreadLocalRandom
 
addEscapedValue(CharSequence, CharSequence) - Method in class io.netty.handler.codec.http.CombinedHttpHeaders.CombinedHttpHeadersImpl
 
addExclusions(Class, String...) - Static method in class io.netty.util.ResourceLeakDetector
 
addFilesystemOsClassifiers(Set<String>, Set<String>) - Static method in class io.netty.util.internal.PlatformDependent
 
addFirst(ByteBuf, ChannelFutureListener) - Method in class io.netty.channel.AbstractCoalescingBufferQueue
 
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
Inserts ChannelHandlers at the first position of this pipeline.
addFirst(EventExecutorGroup, ChannelHandler...) - Method in class io.netty.channel.DefaultChannelPipeline
 
addFirst(EventExecutorGroup, String, ChannelHandler) - Method in interface io.netty.channel.ChannelPipeline
Inserts a ChannelHandler at the first position of this pipeline.
addFirst(EventExecutorGroup, String, ChannelHandler) - Method in class io.netty.channel.DefaultChannelPipeline
 
addFirst(String, ChannelHandler) - Method in interface io.netty.channel.ChannelPipeline
Inserts a ChannelHandler at the first position of this pipeline.
addFirst(String, ChannelHandler) - Method in class io.netty.channel.DefaultChannelPipeline
 
addFirst0(AbstractChannelHandlerContext) - Method in class io.netty.channel.DefaultChannelPipeline
 
addFlattenedComponents(boolean, ByteBuf) - Method in class io.netty.buffer.AdvancedLeakAwareCompositeByteBuf
 
addFlattenedComponents(boolean, ByteBuf) - Method in class io.netty.buffer.CompositeByteBuf
Add the given ByteBuf and increase the writerIndex if increaseWriterIndex is true.
addFlattenedComponents(boolean, ByteBuf) - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
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.
addFragment(ByteBuf, int, ByteBufAllocator, boolean) - Method in class io.netty.handler.codec.http2.DefaultHttp2FrameReader.HeadersBlockBuilder
Adds a fragment to the block.
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 a String, it is converted into a String by Object.toString(), except for Date and Calendar which are formatted to the date format defined in RFC2616.
addHeader(HttpMessage, String, Object) - Static method in class io.netty.handler.codec.http.HttpHeaders
Deprecated.
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
addIfSupported(Set<String>, List<String>, String...) - Static method in class io.netty.handler.ssl.SslUtils
Add elements from names into enabled if they are in supported.
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 name to value.
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.
ADDITIONAL - io.netty.handler.codec.dns.DnsSection
The section that contains the additional DnsRecords.
additionals - Variable in class io.netty.handler.codec.dns.AbstractDnsMessage
 
additionals - Variable in class io.netty.resolver.dns.DnsQueryContext
 
additionals - Variable in class io.netty.resolver.dns.DnsResolveContext
 
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
Inserts ChannelHandlers at the last position of this pipeline.
addLast(EventExecutorGroup, ChannelHandler...) - Method in class io.netty.channel.DefaultChannelPipeline
 
addLast(EventExecutorGroup, String, ChannelHandler) - Method in interface io.netty.channel.ChannelPipeline
Appends a ChannelHandler at the last position of this pipeline.
addLast(EventExecutorGroup, String, ChannelHandler) - Method in class io.netty.channel.DefaultChannelPipeline
 
addLast(String, ChannelHandler) - Method in interface io.netty.channel.ChannelPipeline
Appends a ChannelHandler at the last position of this pipeline.
addLast(String, ChannelHandler) - Method in class io.netty.channel.DefaultChannelPipeline
 
addLast0(AbstractChannelHandlerContext) - 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.CompleteChannelFuture
 
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.group.DefaultChannelGroupFuture
 
addListener(GenericFutureListener<? extends Future<? super Void>>) - Method in class io.netty.channel.group.VoidChannelGroupFuture
 
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
 
addListener0(GenericFutureListener<? extends Future<? super V>>) - Method in class io.netty.util.concurrent.DefaultPromise
 
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.CompleteChannelFuture
 
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.group.DefaultChannelGroupFuture
 
addListeners(GenericFutureListener<? extends Future<? super Void>>...) - Method in class io.netty.channel.group.VoidChannelGroupFuture
 
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.
addNameEntry(CharSequence, int, int) - Method in class io.netty.handler.codec.http2.HpackEncoder
 
addNameServers(List<InetSocketAddress>, int) - Static method in class io.netty.resolver.dns.DirContextUtils
 
addNameValueEntry(CharSequence, CharSequence, int, int, int) - Method in class io.netty.handler.codec.http2.HpackEncoder
 
addObject(CharSequence, Iterable<?>) - Method in class io.netty.handler.codec.http.CombinedHttpHeaders.CombinedHttpHeadersImpl
 
addObject(CharSequence, Iterable<?>) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
 
addObject(CharSequence, Object) - Method in class io.netty.handler.codec.http.CombinedHttpHeaders.CombinedHttpHeadersImpl
 
addObject(CharSequence, Object) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
 
addObject(CharSequence, Object...) - Method in class io.netty.handler.codec.http.CombinedHttpHeaders.CombinedHttpHeadersImpl
 
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, int, int, int, Map<String, List<String>>, Charset) - Static method in class io.netty.handler.codec.http.QueryStringDecoder
 
addParam(String, String) - Method in class io.netty.handler.codec.http.QueryStringEncoder
Adds a parameter with the specified name and value to this encoder.
addPendingWrite(ChannelHandlerContext, Object, ChannelPromise) - Method in class io.netty.handler.proxy.ProxyHandler
 
addPropertyOsClassifiers(Set<String>, Set<String>) - Static method in class io.netty.util.internal.PlatformDependent
 
ADDQ - Static variable in class io.netty.handler.codec.memcache.binary.BinaryMemcacheOpcodes
 
addQuoted(StringBuilder, String, String) - Static method in class io.netty.handler.codec.http.cookie.CookieUtil
 
addr(int) - Method in class io.netty.buffer.PooledUnsafeDirectByteBuf
 
addr(int) - Method in class io.netty.buffer.ReadOnlyUnsafeDirectByteBuf
 
addr(int) - Method in class io.netty.buffer.UnpooledUnsafeDirectByteBuf
 
addr(AbstractByteBuf, int) - Static method in class io.netty.buffer.UnsafeDirectSwappedByteBuf
 
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(int, int, DnsRecord) - Method in class io.netty.handler.codec.dns.AbstractDnsMessage
 
addRecord(int, DnsRecord) - Method in class io.netty.handler.codec.dns.AbstractDnsMessage
 
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 record at the specified index of the specified section of 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 record at the end of the specified section of 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 - Variable in class io.netty.channel.unix.NativeInetAddress
 
address - Variable in class io.netty.handler.codec.dns.DefaultDnsOptEcsRecord
 
address - Variable in class io.netty.resolver.dns.DefaultDnsCache.DefaultDnsCacheEntry
 
address - Variable in class io.netty.resolver.dns.DnsResolveContext.AuthoritativeNameServer
 
address - Variable in class io.netty.resolver.dns.NoopDnsCache.NoopDnsCacheEntry
 
address - Variable in class io.netty.resolver.dns.SingletonDnsServerAddresses
 
address - Variable in class io.netty.util.NetUtilInitializations.NetworkIfaceAndInetAddress
 
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 InetAddress to use.
address() - Method in class io.netty.resolver.dns.DefaultDnsCache.DefaultDnsCacheEntry
 
address() - Method in interface io.netty.resolver.dns.DnsCacheEntry
Get the resolved address.
address() - Method in class io.netty.resolver.dns.NoopDnsCache.NoopDnsCacheEntry
 
address() - Method in class io.netty.util.NetUtilInitializations.NetworkIfaceAndInetAddress
 
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_FIELD_OFFSET - Static variable in class io.netty.util.internal.PlatformDependent0
 
ADDRESS_NOT_SUPPORTED - io.netty.handler.codec.socks.SocksCmdStatus
 
ADDRESS_SIZE - Static variable in class io.netty.channel.unix.IovArray
The size of an address which should be 8 for 64 bits and 4 for 32 bits.
ADDRESS_SIZE - Static variable in class io.netty.util.internal.PlatformDependent
 
ADDRESS_UNSUPPORTED - Static variable in class io.netty.handler.codec.socksx.v5.Socks5CommandStatus
 
addressByName(String) - Static method in class io.netty.util.internal.SocketUtils
 
addressDecoder - Variable in class io.netty.handler.codec.socksx.v5.Socks5CommandRequestDecoder
 
addressDecoder - Variable in class io.netty.handler.codec.socksx.v5.Socks5CommandResponseDecoder
 
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.
AddressedEnvelopeAdapter(InetSocketAddress, InetSocketAddress, DnsResponse) - Constructor for class io.netty.resolver.dns.DnsNameResolver.AddressedEnvelopeAdapter
 
addressEncoder - Variable in class io.netty.handler.codec.socksx.v5.Socks5ClientEncoder
 
addressEncoder - Variable in class io.netty.handler.codec.socksx.v5.Socks5ServerEncoder
 
addressEncoder() - Method in class io.netty.handler.codec.socksx.v5.Socks5ClientEncoder
Returns the Socks5AddressEncoder of this encoder.
addressEncoder() - Method in class io.netty.handler.codec.socksx.v5.Socks5ServerEncoder
Returns the Socks5AddressEncoder of this encoder.
addresses - Variable in class io.netty.resolver.dns.DefaultDnsServerAddresses
 
addresses - Variable in class io.netty.resolver.dns.DnsResolveContext.DnsAddressStreamList
 
addresses - Variable in class io.netty.resolver.dns.SequentialDnsServerAddressStream
 
addresses - Variable in class io.netty.resolver.dns.ShuffledDnsServerAddressStream
 
addresses - Variable in class io.netty.resolver.dns.UniSequentialDnsServerAddressStreamProvider
 
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 - Variable in enum io.netty.handler.codec.haproxy.HAProxyProxiedProtocol
 
addressFamily() - Method in enum io.netty.handler.codec.haproxy.HAProxyProxiedProtocol
Returns the HAProxyProxiedProtocol.AddressFamily of this protocol and address family.
AddressFamily(byte) - Constructor for enum io.netty.handler.codec.haproxy.HAProxyProxiedProtocol.AddressFamily
Creates a new instance
addressList() - Method in class io.netty.resolver.dns.DnsResolveContext.AuthoritativeNameServerList
Creates a new List which holds the InetSocketAddresses.
addressNumber - Variable in enum io.netty.channel.socket.InternetProtocolFamily
 
addressNumber() - Method in enum io.netty.channel.socket.InternetProtocolFamily
Returns the address number of the family.
addressResolver - Variable in class io.netty.resolver.InetNameResolver
 
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 each EventExecutor has 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.
addressSize() - Static method in class io.netty.util.internal.PlatformDependent0
 
addressSize0() - Static method in class io.netty.channel.unix.Buffer
 
addressSize0() - Static method in class io.netty.util.internal.PlatformDependent
 
addressType - Variable in enum io.netty.channel.socket.InternetProtocolFamily
 
addressType - Variable in class io.netty.handler.codec.socks.SocksCmdRequest
 
addressType - Variable in class io.netty.handler.codec.socks.SocksCmdRequestDecoder
 
addressType - Variable in class io.netty.handler.codec.socks.SocksCmdResponse
 
addressType - Variable in class io.netty.handler.codec.socks.SocksCmdResponseDecoder
 
addressType() - Method in enum io.netty.channel.socket.InternetProtocolFamily
Returns the address type of this protocol family.
addressType() - Method in class io.netty.handler.codec.socks.SocksCmdRequest
Returns the SocksAddressType of this SocksCmdRequest
addressType() - Method in class io.netty.handler.codec.socks.SocksCmdResponse
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 name to value.
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 Runnable which will be executed on shutdown of this instance
addStream(DefaultHttp2Connection.DefaultStream) - Method in class io.netty.handler.codec.http2.DefaultHttp2Connection.DefaultEndpoint
 
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.GlobalEventExecutor
Add a task to the task queue, or throws a RejectedExecutionException if this instance was shutdown before.
addTask(Runnable) - Method in class io.netty.util.concurrent.SingleThreadEventExecutor
Add a task to the task queue, or throws a RejectedExecutionException if this instance was shutdown before.
addTaskWakesUp - Variable in class io.netty.util.concurrent.SingleThreadEventExecutor
 
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.
addTimeout(HashedWheelTimer.HashedWheelTimeout) - Method in class io.netty.util.HashedWheelTimer.HashedWheelBucket
addToActiveStreams(DefaultHttp2Connection.DefaultStream) - Method in class io.netty.handler.codec.http2.DefaultHttp2Connection.ActiveStreams
 
addTopicFilter(String) - Method in class io.netty.handler.codec.mqtt.MqttMessageBuilders.UnsubscribeBuilder
 
addToPool(PoolSubpage<T>) - Method in class io.netty.buffer.PoolSubpage
 
addToQueue() - Method in class io.netty.handler.codec.http2.UniformStreamByteDistributor.State
 
addToSpliceQueue(AbstractEpollStreamChannel.SpliceInTask) - Method in class io.netty.channel.epoll.AbstractEpollStreamChannel
 
addToVariablesToRemove(InternalThreadLocalMap, FastThreadLocal<?>) - Static method in class io.netty.util.concurrent.FastThreadLocal
 
addValue(String) - Method in class io.netty.handler.codec.http.multipart.InternalAttribute
 
addValue(String, int) - Method in class io.netty.handler.codec.http.multipart.InternalAttribute
 
addWritable(ByteBuf, int, int) - Method in class io.netty.channel.epoll.NativeDatagramPacketArray
 
addWriteTimeoutTask(WriteTimeoutHandler.WriteTimeoutTask) - Method in class io.netty.handler.timeout.WriteTimeoutHandler
 
adjustMarkers(int) - Method in class io.netty.buffer.AbstractByteBuf
 
adjustMaxBytesPerGatheringWrite(int, int, int) - Method in class io.netty.channel.socket.nio.NioSocketChannel
 
adjustMaxBytesPerGatheringWrite(long, long, long) - Method in class io.netty.channel.epoll.AbstractEpollStreamChannel
 
adjustMaxBytesPerGatheringWrite(long, long, long) - Method in class io.netty.channel.kqueue.AbstractKQueueStreamChannel
 
adjustment - Variable in class io.netty.buffer.AbstractUnpooledSlicedByteBuf
 
adjustment - Variable in class io.netty.buffer.CompositeByteBuf.Component
 
adjustment - Variable in class io.netty.buffer.PooledSlicedByteBuf
 
ADLER32_UPDATE_METHOD - Static variable in class io.netty.handler.codec.compression.ByteBufChecksum
 
ADMINISTRATIVE_ACTION - io.netty.handler.codec.mqtt.MqttReasonCodes.Disconnect
 
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.
AdvancedLeakAwareByteBuf - Class in io.netty.buffer
 
AdvancedLeakAwareByteBuf(ByteBuf, ByteBuf, ResourceLeakTracker<ByteBuf>) - Constructor for class io.netty.buffer.AdvancedLeakAwareByteBuf
 
AdvancedLeakAwareByteBuf(ByteBuf, ResourceLeakTracker<ByteBuf>) - Constructor for class io.netty.buffer.AdvancedLeakAwareByteBuf
 
AdvancedLeakAwareCompositeByteBuf - Class in io.netty.buffer
 
AdvancedLeakAwareCompositeByteBuf(CompositeByteBuf, ResourceLeakTracker<ByteBuf>) - Constructor for class io.netty.buffer.AdvancedLeakAwareCompositeByteBuf
 
advanceTimeBy(long) - Method in class io.netty.channel.embedded.EmbeddedEventLoop
 
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
 
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.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_IPV4_BYTE - Static variable in class io.netty.handler.codec.haproxy.HAProxyConstants
 
AF_IPv6 - io.netty.handler.codec.haproxy.HAProxyProxiedProtocol.AddressFamily
The IPV6 address family represents a connection which was forwarded for an IPV6 client.
AF_IPV6_BYTE - Static variable in class io.netty.handler.codec.haproxy.HAProxyConstants
 
AF_UNIX - io.netty.handler.codec.haproxy.HAProxyProxiedProtocol.AddressFamily
The UNIX address family represents a connection which was forwarded for a unix socket.
AF_UNIX_BYTE - Static variable in class io.netty.handler.codec.haproxy.HAProxyConstants
 
AF_UNSPEC - io.netty.handler.codec.haproxy.HAProxyProxiedProtocol.AddressFamily
The UNSPECIFIED address family represents a connection which was forwarded for an unknown protocol.
AF_UNSPEC_BYTE - Static variable in class io.netty.handler.codec.haproxy.HAProxyConstants
Address family byte constants
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 - Variable in class io.netty.handler.codec.http2.HpackEncoder.NameValueEntry
 
after() - Method in class io.netty.handler.codec.DefaultHeaders.HeaderEntry
 
afterRunningAllTasks() - Method in class io.netty.channel.SingleThreadEventLoop
 
afterRunningAllTasks() - Method in class io.netty.util.concurrent.SingleThreadEventExecutor
afterScheduledTaskSubmitted(long) - Method in class io.netty.channel.epoll.EpollEventLoop
 
afterScheduledTaskSubmitted(long) - Method in class io.netty.channel.nio.NioEventLoop
 
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
AggregatedFullHttpMessage(HttpMessage, ByteBuf, HttpHeaders) - Constructor for class io.netty.handler.codec.http.HttpObjectAggregator.AggregatedFullHttpMessage
 
AggregatedFullHttpRequest(HttpRequest, ByteBuf, HttpHeaders) - Constructor for class io.netty.handler.codec.http.HttpObjectAggregator.AggregatedFullHttpRequest
 
AggregatedFullHttpResponse(HttpResponse, ByteBuf, HttpHeaders) - Constructor for class io.netty.handler.codec.http.HttpObjectAggregator.AggregatedFullHttpResponse
 
aggregateFailure - Variable in class io.netty.handler.codec.http2.Http2CodecUtil.SimpleChannelPromiseAggregator
 
aggregatePromise - Variable in class io.netty.util.concurrent.PromiseAggregator
Deprecated.
 
aggregatePromise - Variable in class io.netty.util.concurrent.PromiseCombiner
 
AggregateState(int) - Constructor for class io.netty.handler.codec.redis.RedisArrayAggregator.AggregateState
 
aggregating - Variable in class io.netty.handler.codec.MessageAggregator
 
AhoCorasicSearchProcessorFactory - Class in io.netty.buffer.search
Implements Aho–Corasick string search algorithm.
AhoCorasicSearchProcessorFactory(byte[]...) - Constructor for class io.netty.buffer.search.AhoCorasicSearchProcessorFactory
 
AhoCorasicSearchProcessorFactory.Context - Class in io.netty.buffer.search
 
AhoCorasicSearchProcessorFactory.Processor - Class in io.netty.buffer.search
 
AIF_UPDATER - Static variable in class io.netty.buffer.AbstractReferenceCountedByteBuf
 
AIF_UPDATER - Static variable in class io.netty.util.AbstractReferenceCounted
 
algorithm - Variable in class io.netty.handler.ssl.OpenSslCertificateCompressionConfig.AlgorithmConfig
 
algorithm - Variable in class io.netty.handler.ssl.util.FingerprintTrustManagerFactoryBuilder
A hash algorithm for fingerprints.
algorithm() - Method in class io.netty.handler.ssl.OpenSslCertificateCompressionConfig.AlgorithmConfig
AlgorithmConfig(OpenSslCertificateCompressionAlgorithm, OpenSslCertificateCompressionConfig.AlgorithmMode) - Constructor for class io.netty.handler.ssl.OpenSslCertificateCompressionConfig.AlgorithmConfig
 
algorithmConstraints - Variable in class io.netty.handler.ssl.ReferenceCountedOpenSslEngine
 
algorithmId() - Method in interface io.netty.handler.ssl.OpenSslCertificateCompressionAlgorithm
Return the ID for the compression algorithm provided for by a given implementation.
algorithmId() - Method in class io.netty.handler.ssl.ReferenceCountedOpenSslContext.CompressionAlgorithm
 
algorithmList - Variable in class io.netty.handler.ssl.OpenSslCertificateCompressionConfig.Builder
 
AlgorithmMode() - Constructor for enum io.netty.handler.ssl.OpenSslCertificateCompressionConfig.AlgorithmMode
 
ALIAS - Static variable in class io.netty.handler.ssl.SslContext
 
aliases - Variable in class io.netty.handler.ssl.OpenSslX509KeyManagerFactory.OpenSslKeyManagerFactorySpi.ProviderFactory
 
align(long, int) - Static method in class io.netty.util.internal.PlatformDependent
 
ALIGN_SLICE - Static variable in class io.netty.util.internal.PlatformDependent0
 
alignDirectBuffer(ByteBuffer, int) - Static method in class io.netty.util.internal.PlatformDependent
 
alignSizeIfNeeded(int, int) - Static method in class io.netty.buffer.SizeClasses
 
alignSlice(ByteBuffer, int) - Static method in class io.netty.util.internal.PlatformDependent0
 
all() - Static method in class io.netty.channel.group.ChannelMatchers
Returns a ChannelMatcher that matches all Channels.
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
 
ALL_MATCHER - Static variable in class io.netty.channel.group.ChannelMatchers
 
allAddresses(List<InetAddress>, List<InetAddress>) - Static method in class io.netty.resolver.DefaultHostsFileEntriesResolver
 
allAddressesByName(String) - Static method in class io.netty.util.internal.SocketUtils
 
allIdleTimeNanos - Variable in class io.netty.handler.timeout.IdleStateHandler
 
allIdleTimeout - Variable in class io.netty.handler.timeout.IdleStateHandler
 
AllIdleTimeoutTask(ChannelHandlerContext) - Constructor for class io.netty.handler.timeout.IdleStateHandler.AllIdleTimeoutTask
 
allLeaks - Variable in class io.netty.util.ResourceLeakDetector
the collection of active resources
allLeaks - Variable in class io.netty.util.ResourceLeakDetector.DefaultResourceLeak
 
alloc - Variable in class io.netty.buffer.CompositeByteBuf
 
alloc - Variable in class io.netty.buffer.EmptyByteBuf
 
alloc - Variable in class io.netty.buffer.UnpooledDirectByteBuf
 
alloc - Variable in class io.netty.buffer.UnpooledHeapByteBuf
 
alloc - Variable in class io.netty.handler.ssl.ReferenceCountedOpenSslEngine
 
alloc() - Method in class io.netty.buffer.AbstractPooledDerivedByteBuf
 
alloc() - Method in class io.netty.buffer.AbstractUnpooledSlicedByteBuf
 
alloc() - Method in class io.netty.buffer.ByteBuf
Returns the ByteBufAllocator which 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.FixedCompositeByteBuf
 
alloc() - Method in class io.netty.buffer.PooledByteBuf
 
alloc() - Method in class io.netty.buffer.ReadOnlyByteBuf
Deprecated.
 
alloc() - Method in class io.netty.buffer.ReadOnlyByteBufferBuf
 
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 class io.netty.buffer.WrappedCompositeByteBuf
 
alloc() - Method in class io.netty.channel.AbstractChannel
 
alloc() - Method in class io.netty.channel.AbstractChannelHandlerContext
 
alloc() - Method in interface io.netty.channel.Channel
Return the assigned ByteBufAllocator which will be used to allocate ByteBufs.
alloc() - Method in interface io.netty.channel.ChannelHandlerContext
Return the assigned ByteBufAllocator which will be used to allocate ByteBufs.
alloc() - Method in class io.netty.channel.CombinedChannelDuplexHandler.DelegatingChannelHandlerContext
 
alloc() - Method in class io.netty.channel.epoll.AbstractEpollStreamChannel.EpollSocketWritableByteChannel
 
alloc() - Method in class io.netty.channel.kqueue.AbstractKQueueStreamChannel.KQueueSocketWritableByteChannel
 
alloc() - Method in class io.netty.channel.unix.SocketWritableByteChannel
 
alloc() - Method in class io.netty.handler.codec.http2.AbstractHttp2StreamChannel
 
alloc() - Method in class io.netty.handler.codec.ReplayingDecoderByteBuf
 
ALLOC - Static variable in class io.netty.buffer.Unpooled
 
allocate() - Method in class io.netty.buffer.PoolSubpage
Returns the bitmap index of the subpage allocation.
allocate(ByteBufAllocator) - Method in class io.netty.channel.DefaultMaxBytesRecvByteBufAllocator.HandleImpl
 
allocate(ByteBufAllocator) - Method in class io.netty.channel.DefaultMaxMessagesRecvByteBufAllocator.MaxMessageHandle
 
allocate(ByteBufAllocator) - Method in class io.netty.channel.epoll.EpollRecvByteAllocatorHandle
 
allocate(ByteBufAllocator) - Method in class io.netty.channel.kqueue.KQueueRecvByteAllocatorHandle
 
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.
allocate(PooledByteBuf<T>, int, int, PoolThreadCache) - Method in class io.netty.buffer.PoolChunk
 
allocate(PooledByteBuf<T>, int, int, PoolThreadCache) - Method in class io.netty.buffer.PoolChunkList
 
allocate(PooledByteBuf<T>, int, PoolThreadCache) - Method in class io.netty.buffer.PoolThreadCache.MemoryRegionCache
Allocate something out of the cache if possible and remove the entry from the cache.
allocate(PoolThreadCache.MemoryRegionCache<?>, PooledByteBuf, int) - Method in class io.netty.buffer.PoolThreadCache
 
allocate(PoolThreadCache, int, int) - Method in class io.netty.buffer.PoolArena
 
allocate(PoolThreadCache, PooledByteBuf<T>, int) - Method in class io.netty.buffer.PoolArena
 
allocate(ChannelHandlerContext, int) - Method in class io.netty.handler.ssl.SslHandler
Always prefer a direct buffer when it's pooled, so that we reduce the number of memory copies in OpenSslEngine.
ALLOCATE_ARRAY_METHOD - Static variable in class io.netty.util.internal.PlatformDependent0
 
allocateArray(int) - Method in class io.netty.buffer.UnpooledByteBufAllocator.InstrumentedUnpooledHeapByteBuf
 
allocateArray(int) - Method in class io.netty.buffer.UnpooledByteBufAllocator.InstrumentedUnpooledUnsafeHeapByteBuf
 
allocateArray(int) - Method in class io.netty.buffer.UnpooledHeapByteBuf
 
allocateArray(int) - Method in class io.netty.buffer.UnpooledUnsafeHeapByteBuf
 
allocateBuffer(ChannelHandlerContext, ByteBuf, boolean) - Method in class io.netty.handler.codec.compression.JdkZlibEncoder
 
allocateBuffer(ChannelHandlerContext, AddressedEnvelope<DnsQuery, InetSocketAddress>) - Method in class io.netty.handler.codec.dns.DatagramDnsQueryEncoder
Allocate a ByteBuf which will be used for constructing a datagram packet.
allocateBuffer(ChannelHandlerContext, AddressedEnvelope<DnsResponse, InetSocketAddress>) - Method in class io.netty.handler.codec.dns.DatagramDnsResponseEncoder
Allocate a ByteBuf which 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 ByteBuf which will be used as argument of #encode(ChannelHandlerContext, I, ByteBuf).
allocateDirect(int) - Static method in class io.netty.buffer.PoolArena.DirectArena
 
allocateDirect(int) - Method in class io.netty.buffer.UnpooledByteBufAllocator.InstrumentedUnpooledDirectByteBuf
 
allocateDirect(int) - Method in class io.netty.buffer.UnpooledByteBufAllocator.InstrumentedUnpooledUnsafeDirectByteBuf
 
allocateDirect(int) - Method in class io.netty.buffer.UnpooledByteBufAllocator.InstrumentedUnpooledUnsafeNoCleanerDirectByteBuf
 
allocateDirect(int) - Method in class io.netty.buffer.UnpooledDirectByteBuf
Allocate a new direct ByteBuffer with the given initialCapacity.
allocateDirect(int) - Method in class io.netty.buffer.UnpooledUnsafeNoCleanerDirectByteBuf
 
allocateDirectNoCleaner(int) - Static method in class io.netty.util.internal.PlatformDependent
Allocate a new ByteBuffer with the given capacity.
allocateDirectNoCleaner(int) - Static method in class io.netty.util.internal.PlatformDependent0
 
allocateDirectWithNativeOrder(int) - Static method in class io.netty.channel.unix.Buffer
Returns a new ByteBuffer which has the same ByteOrder as the native order of the machine.
allocateHuffmanCodeLengths(int[], int) - Static method in class io.netty.handler.codec.compression.Bzip2HuffmanAllocator
Allocates Canonical Huffman code lengths in place based on a sorted frequency array.
allocateHuge(PooledByteBuf<T>, int) - Method in class io.netty.buffer.PoolArena
 
allocateMemory(long) - Static method in class io.netty.util.internal.PlatformDependent
 
allocateMemory(long) - Static method in class io.netty.util.internal.PlatformDependent0
 
allocateNodeLengths(int[]) - Static method in class io.netty.handler.codec.compression.Bzip2HuffmanAllocator
A final allocation pass with no code length limit.
allocateNodeLengthsWithRelocation(int[], int, int) - Static method in class io.netty.handler.codec.compression.Bzip2HuffmanAllocator
A final allocation pass that relocates nodes in order to achieve a maximum code length limit.
allocateNormal(PoolArena<?>, PooledByteBuf<?>, int, int) - Method in class io.netty.buffer.PoolThreadCache
Try to allocate a normal buffer out of the cache.
allocateNormal(PooledByteBuf<T>, int, int, PoolThreadCache) - Method in class io.netty.buffer.PoolArena
 
allocateOutNetBuf(ChannelHandlerContext, int, int) - Method in class io.netty.handler.ssl.SslHandler
Allocates an outbound network buffer for SSLEngine.wrap(ByteBuffer, ByteBuffer) which can encrypt the specified amount of pending bytes.
allocateRun(int) - Method in class io.netty.buffer.PoolChunk
 
allocateSmall(PoolArena<?>, PooledByteBuf<?>, int, int) - Method in class io.netty.buffer.PoolThreadCache
Try to allocate a small buffer out of the cache.
allocateSubpage(int, PoolSubpage<T>) - Method in class io.netty.buffer.PoolChunk
Create / initialize a new PoolSubpage of normCapacity.
allocateUninitializedArray(int) - Static method in class io.netty.util.internal.PlatformDependent
 
allocateUninitializedArray(int) - Static method in class io.netty.util.internal.PlatformDependent0
 
allocateWrapBuffer(SslHandler, ByteBufAllocator, int, int) - Method in enum io.netty.handler.ssl.SslHandler.SslEngineType
 
allocationQuantum - Variable in class io.netty.handler.codec.http2.WeightedFairQueueByteDistributor
The minimum number of bytes that we will attempt to allocate to a stream.
allocationQuantum(int) - Method in class io.netty.handler.codec.http2.WeightedFairQueueByteDistributor
Sets the amount of bytes that will be allocated to each stream.
allocations - Variable in class io.netty.buffer.PoolThreadCache
 
allocations - Variable in class io.netty.buffer.PoolThreadCache.MemoryRegionCache
 
allocationsHuge - Variable in class io.netty.buffer.PoolArena
 
allocationsNormal - Variable in class io.netty.buffer.PoolArena
 
allocationsSmall - Variable in class io.netty.buffer.PoolArena
 
allocator - Variable in class io.netty.buffer.FixedCompositeByteBuf
 
allocator - Variable in class io.netty.buffer.PooledByteBuf
 
allocator - Variable in class io.netty.buffer.PooledByteBufAllocatorMetric
 
allocator - Variable in class io.netty.buffer.ReadOnlyByteBufferBuf
 
allocator - Variable in class io.netty.channel.DefaultChannelConfig
 
allocator - Variable in class io.netty.channel.PreferHeapByteBufAllocator
 
allocator - Variable in class io.netty.channel.unix.PreferredDirectByteBufAllocator
 
ALLOCATOR - Static variable in class io.netty.channel.ChannelOption
 
AllocatorAwareSslEngineWrapperFactory() - Constructor for class io.netty.handler.ssl.JdkApplicationProtocolNegotiator.AllocatorAwareSslEngineWrapperFactory
Deprecated.
 
allocBuffer(int) - Method in class io.netty.buffer.CompositeByteBuf
 
allocHandle - Variable in class io.netty.channel.epoll.AbstractEpollChannel.AbstractEpollUnsafe
 
allocHandle - Variable in class io.netty.channel.kqueue.AbstractKQueueChannel.AbstractKQueueUnsafe
 
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
 
allowClientNoContext - Variable in class io.netty.handler.codec.http.websocketx.extensions.compression.PerMessageDeflateClientExtensionHandshaker
 
allowClientWindowSize - Variable in class io.netty.handler.codec.http.websocketx.extensions.compression.PerMessageDeflateClientExtensionHandshaker
 
allowCredentials - Variable in class io.netty.handler.codec.http.cors.CorsConfig
 
allowCredentials - Variable in class io.netty.handler.codec.http.cors.CorsConfigBuilder
 
allowCredentials() - Method in class io.netty.handler.codec.http.cors.CorsConfig.Builder
Deprecated.
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.
allowDuplicateContentLengths - Variable in class io.netty.handler.codec.http.HttpObjectDecoder
 
ALLOWED_LINUX_OS_CLASSIFIERS - Static variable in class io.netty.util.internal.PlatformDependent
 
allowedQueries - Variable in class io.netty.resolver.dns.DnsResolveContext
 
allowedRequestHeaders - Variable in class io.netty.handler.codec.http.cors.CorsConfig
 
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
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 - Variable in class io.netty.handler.codec.http.cors.CorsConfig
 
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
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 - Variable in class io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker07
 
allowExtensions - Variable in class io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker08
 
allowExtensions - Variable in class io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker13
 
allowExtensions - Variable in class io.netty.handler.codec.http.websocketx.WebSocketClientProtocolConfig
 
allowExtensions - Variable in class io.netty.handler.codec.http.websocketx.WebSocketClientProtocolConfig.Builder
 
allowExtensions - Variable in class io.netty.handler.codec.http.websocketx.WebSocketDecoderConfig
 
allowExtensions - Variable in class io.netty.handler.codec.http.websocketx.WebSocketDecoderConfig.Builder
 
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
 
allowFailure() - Method in class io.netty.handler.codec.http2.Http2CodecUtil.SimpleChannelPromiseAggregator
 
allowGrowing - Variable in class io.netty.channel.epoll.EpollEventLoop
 
allowGrowing - Variable in class io.netty.channel.kqueue.KQueueEventLoop
 
allowHalfClosure - Variable in class io.netty.channel.epoll.EpollDomainSocketChannelConfig
 
allowHalfClosure - Variable in class io.netty.channel.epoll.EpollSocketChannelConfig
 
allowHalfClosure - Variable in class io.netty.channel.kqueue.KQueueDomainSocketChannelConfig
 
allowHalfClosure - Variable in class io.netty.channel.kqueue.KQueueSocketChannelConfig
 
allowHalfClosure - Variable in class io.netty.channel.socket.DefaultSocketChannelConfig
 
allowMaskMismatch - Variable in class io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker07
 
allowMaskMismatch - Variable in class io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker08
 
allowMaskMismatch - Variable in class io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker13
 
allowMaskMismatch - Variable in class io.netty.handler.codec.http.websocketx.WebSocketClientProtocolConfig
 
allowMaskMismatch - Variable in class io.netty.handler.codec.http.websocketx.WebSocketClientProtocolConfig.Builder
 
allowMaskMismatch - Variable in class io.netty.handler.codec.http.websocketx.WebSocketDecoderConfig
 
allowMaskMismatch - Variable in class io.netty.handler.codec.http.websocketx.WebSocketDecoderConfig.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
 
allowModifications() - Method in class io.netty.handler.codec.http2.DefaultHttp2Connection.ActiveStreams
 
allowNullOrigin - Variable in class io.netty.handler.codec.http.cors.CorsConfig
 
allowNullOrigin - Variable in class io.netty.handler.codec.http.cors.CorsConfigBuilder
 
allowNullOrigin() - Method in class io.netty.handler.codec.http.cors.CorsConfig.Builder
Deprecated.
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.
allowPartialChunks - Variable in class io.netty.handler.codec.http.HttpObjectDecoder
 
allowPrivateNetwork - Variable in class io.netty.handler.codec.http.cors.CorsConfig
 
allowPrivateNetwork - Variable in class io.netty.handler.codec.http.cors.CorsConfigBuilder
 
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 class io.netty.handler.codec.http2.DefaultHttp2Connection.DefaultEndpoint
 
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 class io.netty.handler.codec.http2.DefaultHttp2Connection.DefaultEndpoint
 
allowPushTo(boolean) - Method in interface io.netty.handler.codec.http2.Http2Connection.Endpoint
This is the SETTINGS_ENABLE_PUSH value sent from the opposite endpoint.
allowServerNoContext - Variable in class io.netty.handler.codec.http.websocketx.extensions.compression.PerMessageDeflateServerExtensionHandshaker
 
allowServerWindowSize - Variable in class io.netty.handler.codec.http.websocketx.extensions.compression.PerMessageDeflateServerExtensionHandshaker
 
allPromisesDone() - Method in class io.netty.handler.codec.http2.Http2CodecUtil.SimpleChannelPromiseAggregator
 
alphabet - Variable in enum io.netty.handler.codec.base64.Base64Dialect
 
alphabet(Base64Dialect) - Static method in class io.netty.handler.codec.base64.Base64
 
ALPHABET_SIZE - Static variable in class io.netty.buffer.search.AhoCorasicSearchProcessorFactory
 
alphabetSize - Variable in class io.netty.handler.codec.compression.Bzip2HuffmanStageDecoder
The total number of codes (uniform for each table).
alphabetSize - Variable in class io.netty.handler.codec.compression.Bzip2MTFAndRLE2StageEncoder
The encoded alphabet size.
ALPN - io.netty.handler.ssl.ApplicationProtocolConfig.Protocol
 
ALPN_WRAPPER - Static variable in class io.netty.handler.ssl.JdkAlpnApplicationProtocolNegotiator
Deprecated.
 
alpnSelector - Variable in class io.netty.handler.ssl.JdkAlpnSslEngine
 
AlpnSelector(JdkApplicationProtocolNegotiator.ProtocolSelector) - Constructor for class io.netty.handler.ssl.JdkAlpnSslEngine.AlpnSelector
 
AlpnWrapper() - Constructor for class io.netty.handler.ssl.JdkAlpnApplicationProtocolNegotiator.AlpnWrapper
Deprecated.
 
alreadyReadChunkSize - Variable in class io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheDecoder
 
alreadyReadChunkSize - Variable in class io.netty.handler.codec.stomp.StompSubframeDecoder
 
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_SKIP - Static variable in interface io.netty.handler.codec.http.websocketx.extensions.WebSocketExtensionFilter
A WebSocketExtensionFilter that always skip the evaluation of an any given extensions WebSocketExtension.
ALWAYS_VERIFY - Static variable in interface io.netty.handler.codec.http2.Http2PromisedRequestVerifier
A default implementation of Http2PromisedRequestVerifier which 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.
AnnotatedConnectException(ConnectException, SocketAddress) - Constructor for exception io.netty.channel.AbstractChannel.AnnotatedConnectException
 
AnnotatedNoRouteToHostException(NoRouteToHostException, SocketAddress) - Constructor for exception io.netty.channel.AbstractChannel.AnnotatedNoRouteToHostException
 
AnnotatedSocketException(SocketException, SocketAddress) - Constructor for exception io.netty.channel.AbstractChannel.AnnotatedSocketException
 
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.
answers - Variable in class io.netty.handler.codec.dns.AbstractDnsMessage
 
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.
ANY_ORIGIN - Static variable in class io.netty.handler.codec.http.cors.CorsHandler
 
anyInterfaceSupportsIpV6() - Static method in class io.netty.resolver.dns.DnsNameResolver
Returns true if any NetworkInterface supports IPv6, false otherwise.
anyOrigin - Variable in class io.netty.handler.codec.http.cors.CorsConfig
 
anyOrigin - Variable in class io.netty.handler.codec.http.cors.CorsConfigBuilder
 
APL - Static variable in class io.netty.handler.codec.dns.DnsRecordType
Address Prefix List record RFC 3123 Specify lists of address ranges, e.g.
apn - Variable in class io.netty.handler.ssl.JdkSslContext
 
apn - Variable in class io.netty.handler.ssl.ReferenceCountedOpenSslContext
 
apn - Variable in class io.netty.handler.ssl.ReferenceCountedOpenSslEngine
 
apn - Variable in class io.netty.handler.ssl.SslContextBuilder
 
append(char) - Method in class io.netty.util.internal.AppendableCharSequence
 
append(ByteBufAllocator, boolean, PemEncoded, int, ByteBuf) - Static method in class io.netty.handler.ssl.PemX509Certificate
Appends the PemEncoded value to the ByteBuf (last arg) and returns it.
append(ByteBufAllocator, boolean, X509Certificate, int, ByteBuf) - Static method in class io.netty.handler.ssl.PemX509Certificate
Appends the X509Certificate value to the ByteBuf (last arg) and returns it.
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 Date to a StringBuilder into 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"
append0(Date, StringBuilder) - Method in class io.netty.handler.codec.DateFormatter
 
AppendableCharSequence - Class in io.netty.util.internal
 
AppendableCharSequence(char[]) - Constructor for class io.netty.util.internal.AppendableCharSequence
 
AppendableCharSequence(int) - Constructor for class io.netty.util.internal.AppendableCharSequence
 
appendAddresses(StringBuilder, DnsMessage) - Static method in class io.netty.handler.codec.dns.DnsMessageUtil
 
appendAllRecords(StringBuilder, DnsMessage) - Static method in class io.netty.handler.codec.dns.DnsMessageUtil
 
appendAttribute(int, int, int, int) - Method in class io.netty.handler.codec.http.cookie.ClientCookieDecoder.CookieBuilder
Parse and store a key-value pair.
appendCommon(StringBuilder, HttpMessage) - Static method in class io.netty.handler.codec.http.HttpMessageUtil
 
appendDot(String) - Static method in class io.netty.resolver.dns.DefaultDnsCache
 
appendEncoded(int) - Method in class io.netty.handler.codec.http.QueryStringEncoder
 
appendFrameTail(WebSocketFrame) - Method in class io.netty.handler.codec.http.websocketx.extensions.compression.DeflateDecoder
 
appendFrameTail(WebSocketFrame) - Method in class io.netty.handler.codec.http.websocketx.extensions.compression.PerFrameDeflateDecoder
 
appendFrameTail(WebSocketFrame) - Method in class io.netty.handler.codec.http.websocketx.extensions.compression.PerMessageDeflateDecoder
 
appendFullCommon(StringBuilder, FullHttpMessage) - Static method in class io.netty.handler.codec.http.HttpMessageUtil
 
appendFullRequest(StringBuilder, FullHttpRequest) - Static method in class io.netty.handler.codec.http.HttpMessageUtil
 
appendFullResponse(StringBuilder, FullHttpResponse) - Static method in class io.netty.handler.codec.http.HttpMessageUtil
 
appendHeaders(StringBuilder) - Method in class io.netty.handler.codec.http.DefaultLastHttpContent
 
appendHeaders(StringBuilder) - Method in class io.netty.handler.codec.spdy.DefaultSpdyHeadersFrame
 
appendHeaders(StringBuilder, HttpHeaders) - Static method in class io.netty.handler.codec.http.HttpMessageUtil
 
appendHexDumpField(StringBuilder, int, int) - Method in class io.netty.channel.DefaultChannelId
 
appendHexDumpRowPrefix(StringBuilder, int, int) - Static method in class io.netty.buffer.ByteBufUtil.HexUtil
 
appendHextet(StringBuilder, byte[], int) - Static method in class io.netty.handler.codec.socks.SocksCommonUtils
 
appendInitialLine(StringBuilder, HttpRequest) - Static method in class io.netty.handler.codec.http.HttpMessageUtil
 
appendInitialLine(StringBuilder, HttpResponse) - Static method in class io.netty.handler.codec.http.HttpMessageUtil
 
appendMapping(StringBuilder, int) - Method in class io.netty.util.DomainNameMappingBuilder.ImmutableDomainNameMapping
Deprecated.
 
appendMapping(StringBuilder, String, String) - Static method in class io.netty.util.DomainNameMappingBuilder.ImmutableDomainNameMapping
Deprecated.
 
appendPartialContent(CompositeByteBuf, ByteBuf) - Static method in class io.netty.handler.codec.MessageAggregator
 
appendPoolSubPages(StringBuilder, PoolSubpage<?>[]) - Static method in class io.netty.buffer.PoolArena
 
appendPrettyHexDump(StringBuilder, ByteBuf) - Static method in class io.netty.buffer.ByteBufUtil
Appends the prettified multi-line hexadecimal dump of the specified ByteBuf to the specified StringBuilder that 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 ByteBuf to the specified StringBuilder that is easy to read by humans, starting at the given offset using the given length.
appendPrettyHexDump(StringBuilder, ByteBuf, int, int) - Static method in class io.netty.buffer.ByteBufUtil.HexUtil
 
APPENDQ - Static variable in class io.netty.handler.codec.memcache.binary.BinaryMemcacheOpcodes
 
appendQuery(StringBuilder, DnsQuery) - Static method in class io.netty.handler.codec.dns.DnsMessageUtil
 
appendQueryHeader(StringBuilder, DnsQuery) - Static method in class io.netty.handler.codec.dns.DnsMessageUtil
 
appendRecordClass(StringBuilder, int) - Static method in class io.netty.handler.codec.dns.DnsMessageUtil
 
appendRecords(StringBuilder, DnsMessage, DnsSection) - Static method in class io.netty.handler.codec.dns.DnsMessageUtil
 
appendRequest(StringBuilder, HttpRequest) - Static method in class io.netty.handler.codec.http.HttpMessageUtil
 
appendResponse(StringBuilder, DnsResponse) - Static method in class io.netty.handler.codec.dns.DnsMessageUtil
 
appendResponse(StringBuilder, HttpResponse) - Static method in class io.netty.handler.codec.http.HttpMessageUtil
 
appendResponseHeader(StringBuilder, DnsResponse) - Static method in class io.netty.handler.codec.dns.DnsMessageUtil
 
appendSettings(StringBuilder) - Method in class io.netty.handler.codec.spdy.DefaultSpdySettingsFrame
 
appendTo(AppendableCharSequence, char) - Method in class io.netty.handler.codec.stomp.StompSubframeDecoder.HeaderParser
 
appendTo(AppendableCharSequence, char) - Method in class io.netty.handler.codec.stomp.StompSubframeDecoder.Utf8LineParser
 
appendToHeaderList(AsciiString, AsciiString) - Method in class io.netty.handler.codec.http2.HpackDecoder.Http2HeadersSink
 
appendTrailingDot(String) - Static method in class io.netty.handler.codec.dns.AbstractDnsRecord
 
appendZeroLeftPadded(int, StringBuilder) - Static method in class io.netty.handler.codec.DateFormatter
 
APPLE_SND_LOW_AT_MAX - Static variable in class io.netty.channel.kqueue.BsdSocket
 
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"
applicationBufferSize - Variable in class io.netty.handler.ssl.ReferenceCountedOpenSslEngine.DefaultOpenSslSession
 
applicationProtocol - Variable in class io.netty.handler.ssl.JdkSslEngine
 
applicationProtocol - Variable in class io.netty.handler.ssl.ReferenceCountedOpenSslEngine
 
applicationProtocol() - Method in class io.netty.handler.ssl.SslHandler
Returns the name of the current application-level protocol.
ApplicationProtocolAccessor - Interface in io.netty.handler.ssl
Provides a way to get the application-level protocol name from ALPN or NPN.
applicationProtocolConfig(ApplicationProtocolConfig) - Method in class io.netty.handler.ssl.SslContextBuilder
Application protocol negotiation configuration.
ApplicationProtocolConfig - Class in io.netty.handler.ssl
Provides an SSLEngine agnostic way to configure a ApplicationProtocolNegotiator.
ApplicationProtocolConfig() - Constructor for class io.netty.handler.ssl.ApplicationProtocolConfig
A special constructor that is used to instantiate ApplicationProtocolConfig.DISABLED.
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(ApplicationProtocolConfig.Protocol, ApplicationProtocolConfig.SelectorFailureBehavior, ApplicationProtocolConfig.SelectedListenerFailureBehavior, List<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.
ApplicationProtocolNames() - Constructor for class io.netty.handler.ssl.ApplicationProtocolNames
 
ApplicationProtocolNegotiationHandler - Class in io.netty.handler.ssl
Configures a ChannelPipeline depending on the application-level protocol negotiation result of SslHandler.
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.
ApplicationProtocolUtil - Class in io.netty.handler.ssl
Utility class for application protocol common operations.
ApplicationProtocolUtil() - Constructor for class io.netty.handler.ssl.ApplicationProtocolUtil
 
apply(Runnable, EventExecutor) - Static method in class io.netty.util.internal.ThreadExecutorMap
Decorate the given Runnable and ensure ThreadExecutorMap.currentExecutor() will return eventExecutor when called from within the Runnable during execution.
apply(Executor, EventExecutor) - Static method in class io.netty.util.internal.ThreadExecutorMap
Decorate the given Executor and ensure ThreadExecutorMap.currentExecutor() will return eventExecutor when called from within the Runnable during execution.
apply(ThreadFactory, EventExecutor) - Static method in class io.netty.util.internal.ThreadExecutorMap
Decorate the given ThreadFactory and ensure ThreadExecutorMap.currentExecutor() will return eventExecutor when called from within the Runnable during execution.
apply(SSLEngine, List<String>) - Method in class io.netty.handler.ssl.JdkAlpnSslEngine.AlpnSelector
 
apply(T) - Method in interface io.netty.handler.codec.mqtt.MqttMessageBuilders.PropertiesInitializer
 
applyCloseSentTimeout(ChannelHandlerContext) - Method in class io.netty.handler.codec.http.websocketx.WebSocketProtocolHandler
 
applyHandshakeTimeout() - Method in class io.netty.handler.codec.http.websocketx.WebSocketClientProtocolHandshakeHandler
 
applyHandshakeTimeout() - Method in class io.netty.handler.codec.http.websocketx.WebSocketServerProtocolHandshakeHandler
 
applyHandshakeTimeout() - Method in class io.netty.handler.ssl.SslHandler
 
applyLocalSettings(Http2Settings) - Method in class io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder.FrameReadListener
Applies settings sent from the local endpoint.
arena - Variable in class io.netty.buffer.PoolChunk
 
arena - Variable in class io.netty.buffer.PoolChunkList
 
array - Variable in class io.netty.buffer.IntPriorityQueue
 
array - Variable in class io.netty.buffer.LongLongHashMap
 
array - Variable in class io.netty.buffer.UnpooledHeapByteBuf
 
array - Variable in class io.netty.handler.codec.CodecOutputList
 
array() - Method in class io.netty.buffer.AbstractPooledDerivedByteBuf
 
array() - Method in class io.netty.buffer.AbstractUnpooledSlicedByteBuf
 
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.FixedCompositeByteBuf
 
array() - Method in class io.netty.buffer.PooledDirectByteBuf
 
array() - Method in class io.netty.buffer.PooledHeapByteBuf
 
array() - Method in class io.netty.buffer.PooledUnsafeDirectByteBuf
 
array() - Method in class io.netty.buffer.ReadOnlyByteBuf
Deprecated.
 
array() - Method in class io.netty.buffer.ReadOnlyByteBufferBuf
 
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.buffer.WrappedCompositeByteBuf
 
array() - Method in class io.netty.handler.codec.ReplayingDecoderByteBuf
 
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
 
ARRAY_LIST_CAPACITY_EXPAND_THRESHOLD - Static variable in class io.netty.util.internal.InternalThreadLocalMap
 
ARRAY_LIST_CAPACITY_MAX_SIZE - Static variable in class io.netty.util.internal.InternalThreadLocalMap
 
arrayChanged() - Method in class io.netty.util.AsciiString
During normal use cases the AsciiString should be immutable, but if the underlying array is shared, and changes then this needs to be called.
arrayContains(String[], String) - Static method in class io.netty.handler.ssl.SslUtils
 
arrayFormat(String, Object[]) - Static method in class io.netty.util.internal.logging.MessageFormatter
Same principle as the MessageFormatter.format(String, Object) and MessageFormatter.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 ArrayHeaderRedisMessage for the given length.
arrayList - Variable in class io.netty.util.internal.InternalThreadLocalMap
 
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.AbstractUnpooledSlicedByteBuf
 
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.FixedCompositeByteBuf
 
arrayOffset() - Method in class io.netty.buffer.PooledDirectByteBuf
 
arrayOffset() - Method in class io.netty.buffer.PooledDuplicatedByteBuf
 
arrayOffset() - Method in class io.netty.buffer.PooledHeapByteBuf
 
arrayOffset() - Method in class io.netty.buffer.PooledSlicedByteBuf
 
arrayOffset() - Method in class io.netty.buffer.PooledUnsafeDirectByteBuf
 
arrayOffset() - Method in class io.netty.buffer.ReadOnlyByteBuf
Deprecated.
 
arrayOffset() - Method in class io.netty.buffer.ReadOnlyByteBufferBuf
 
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.buffer.WrappedCompositeByteBuf
 
arrayOffset() - Method in class io.netty.handler.codec.ReplayingDecoderByteBuf
 
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() - Constructor for class io.netty.handler.codec.redis.ArrayRedisMessage
 
ArrayRedisMessage(List<RedisMessage>) - Constructor for class io.netty.handler.codec.redis.ArrayRedisMessage
Creates a ArrayRedisMessage for the given content.
artifactId - Variable in class io.netty.util.Version
 
artifactId() - Method in class io.netty.util.Version
 
artifactVersion - Variable in class io.netty.util.Version
 
artifactVersion() - Method in class io.netty.util.Version
 
asAddressResolver() - Method in class io.netty.resolver.InetNameResolver
Return a AddressResolver that will use this name resolver underneath.
asByteBuf() - Method in class io.netty.buffer.ByteBuf
A ByteBuf can turn into itself.
asByteBuf() - Method in interface io.netty.buffer.ByteBufConvertible
Turn this object into a ByteBuf.
AsciiCaseInsensitiveCharEqualityComparator() - Constructor for class io.netty.util.AsciiString.AsciiCaseInsensitiveCharEqualityComparator
 
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 value into this instance assuming ASCII encoding.
AsciiString(char[], int, int) - Constructor for class io.netty.util.AsciiString
Create a copy of value into this instance assuming ASCII encoding.
AsciiString(char[], Charset) - Constructor for class io.netty.util.AsciiString
Create a copy of value into this instance using the encoding type of charset.
AsciiString(char[], Charset, int, int) - Constructor for class io.netty.util.AsciiString
Create a copy of value into a this instance using the encoding type of charset.
AsciiString(CharSequence) - Constructor for class io.netty.util.AsciiString
Create a copy of value into this instance assuming ASCII encoding.
AsciiString(CharSequence, int, int) - Constructor for class io.netty.util.AsciiString
Create a copy of value into this instance assuming ASCII encoding.
AsciiString(CharSequence, Charset) - Constructor for class io.netty.util.AsciiString
Create a copy of value into this instance using the encoding type of charset.
AsciiString(CharSequence, Charset, int, int) - Constructor for class io.netty.util.AsciiString
Create a copy of value into this instance using the encoding type of charset.
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 AsciiString based upon the underlying storage from value.
AsciiString.AsciiCaseInsensitiveCharEqualityComparator - Class in io.netty.util
 
AsciiString.CharEqualityComparator - Interface in io.netty.util
 
AsciiString.DefaultCharEqualityComparator - Class in io.netty.util
 
AsciiString.GeneralCaseInsensitiveCharEqualityComparator - Class in io.netty.util
 
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
 
asLongText() - Method in class io.netty.channel.embedded.EmbeddedChannelId
 
asLongText() - Method in class io.netty.handler.codec.http2.Http2StreamChannelId
 
asMap() - Method in class io.netty.util.DomainNameMapping
Deprecated.
Returns a read-only Map of the domain mapping patterns and their associated value objects.
asMap() - Method in class io.netty.util.DomainNameMappingBuilder.ImmutableDomainNameMapping
Deprecated.
 
asReadOnly() - Method in class io.netty.buffer.AbstractByteBuf
 
asReadOnly() - Method in class io.netty.buffer.AdvancedLeakAwareByteBuf
 
asReadOnly() - Method in class io.netty.buffer.AdvancedLeakAwareCompositeByteBuf
 
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.SimpleLeakAwareByteBuf
 
asReadOnly() - Method in class io.netty.buffer.SimpleLeakAwareCompositeByteBuf
 
asReadOnly() - Method in class io.netty.buffer.SwappedByteBuf
Deprecated.
 
asReadOnly() - Method in class io.netty.buffer.UnreleasableByteBuf
 
asReadOnly() - Method in class io.netty.buffer.WrappedByteBuf
 
asReadOnly() - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
asReadOnly() - Method in class io.netty.handler.codec.ReplayingDecoderByteBuf
 
assertEmpty() - Method in class io.netty.channel.PendingWriteQueue
 
assertEventLoop() - Method in class io.netty.channel.AbstractChannel.AbstractUnsafe
 
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
 
asShortText() - Method in class io.netty.channel.embedded.EmbeddedChannelId
 
asShortText() - Method in class io.netty.handler.codec.http2.Http2StreamChannelId
 
ASSIGNED_CLIENT_IDENTIFIER - io.netty.handler.codec.mqtt.MqttProperties.MqttPropertyType
 
assignedClientId(String) - Method in class io.netty.handler.codec.mqtt.MqttMessageBuilders.ConnAckPropertiesBuilder
 
assignHuffmanCodeSymbols() - Method in class io.netty.handler.codec.compression.Bzip2HuffmanStageEncoder
Assigns Canonical Huffman codes based on the calculated lengths.
ASSOCIATED_TO_STREAM_ID - Static variable in class io.netty.handler.codec.spdy.SpdyHttpHeaders.Names
"x-spdy-associated-to-stream-id"
associatedStreamId - Variable in class io.netty.handler.codec.spdy.DefaultSpdySynStreamFrame
 
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.
ASYNC_PRIVATE_KEY_METHOD - Static variable in class io.netty.handler.ssl.OpenSslContextOption
AsyncMapping<IN,​OUT> - Interface in io.netty.util
 
AsyncMappingAdapter(Mapping<? super String, ? extends SslContext>) - Constructor for class io.netty.handler.ssl.SniHandler.AsyncMappingAdapter
 
AsyncPrivateKeyMethod(OpenSslEngineMap, OpenSslAsyncPrivateKeyMethod) - Constructor for class io.netty.handler.ssl.ReferenceCountedOpenSslContext.AsyncPrivateKeyMethod
 
AsyncRunnable - Interface in io.netty.handler.ssl
 
AsyncTaskCompletionHandler(boolean) - Constructor for class io.netty.handler.ssl.SslHandler.AsyncTaskCompletionHandler
 
AsyncTaskDecorator(AsyncTask) - Constructor for class io.netty.handler.ssl.ReferenceCountedOpenSslEngine.AsyncTaskDecorator
 
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
 
AtomicLongCounter() - Constructor for class io.netty.util.internal.PlatformDependent.AtomicLongCounter
 
atomicRemoveFromHandlerList(AbstractChannelHandlerContext) - Method in class io.netty.channel.DefaultChannelPipeline
Method is synchronized to make the handler removal from the double linked list atomic.
attachment - Variable in class io.netty.handler.codec.http2.Http2FrameCodec.DefaultHttp2FrameStream
 
ATTACHMENT - Static variable in class io.netty.handler.codec.http.HttpHeaderValues
attemptBytesRead - Variable in class io.netty.channel.DefaultMaxBytesRecvByteBufAllocator.HandleImpl
 
attemptCopyToCumulation(ByteBuf, ByteBuf, int) - Static method in class io.netty.handler.ssl.SslHandler
 
attemptedBytesRead - Variable in class io.netty.channel.DefaultMaxMessagesRecvByteBufAllocator.MaxMessageHandle
 
attemptedBytesRead() - Method in class io.netty.channel.DefaultMaxBytesRecvByteBufAllocator.HandleImpl
 
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.DefaultMaxBytesRecvByteBufAllocator.HandleImpl
 
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.
attemptedLoading - Static variable in class io.netty.handler.ssl.BouncyCastlePemReader
 
attempts - Variable in class io.netty.resolver.dns.UnixResolverOptions
 
attempts - Variable in class io.netty.resolver.dns.UnixResolverOptions.Builder
 
attempts() - Method in class io.netty.resolver.dns.UnixResolverOptions
The maximum allowed number of DNS queries to send when resolving a host name.
attr(AttributeKey<T>) - Method in class io.netty.channel.AbstractChannelHandlerContext
 
attr(AttributeKey<T>) - Method in interface io.netty.channel.ChannelHandlerContext
attr(AttributeKey<T>) - Method in class io.netty.channel.CombinedChannelDuplexHandler.DelegatingChannelHandlerContext
 
attr(AttributeKey<T>) - Method in interface io.netty.util.AttributeMap
Get the Attribute for the given AttributeKey.
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.
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 Attribute out of the AttributeMap.
AttributeKey(int, String) - Constructor for class io.netty.util.AttributeKey
 
attributeMap - Variable in class io.netty.util.DefaultAttributeMap.DefaultAttribute
 
AttributeMap - Interface in io.netty.util
Holds Attributes which can be accessed via AttributeKey.
attributes - Variable in class io.netty.handler.ssl.SslContext
 
attributes - Variable in class io.netty.util.DefaultAttributeMap
 
attributes() - Method in class io.netty.handler.ssl.SslContext
Returns the AttributeMap that belongs to this SslContext .
ATTRIBUTES_UPDATER - Static variable in class io.netty.util.DefaultAttributeMap
 
attrs - Variable in class io.netty.bootstrap.AbstractBootstrap
 
attrs - Variable in class io.netty.handler.codec.http2.Http2StreamChannelBootstrap
 
attrs() - Method in class io.netty.bootstrap.AbstractBootstrap
 
attrs() - Method in class io.netty.bootstrap.AbstractBootstrapConfig
Returns a copy of the configured attributes.
attrs0() - Method in class io.netty.bootstrap.AbstractBootstrap
 
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 AUTH request.
Auth(byte) - Constructor for enum io.netty.handler.codec.mqtt.MqttReasonCodes.Auth
 
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_BASIC - Static variable in class io.netty.handler.proxy.HttpProxyHandler
 
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_NONE - Static variable in class io.netty.handler.proxy.ProxyHandler
A string that signifies 'no authentication' or 'anonymous'.
AUTH_PASSWORD - io.netty.handler.codec.socks.SocksAuthScheme
 
AUTH_PASSWORD - io.netty.handler.codec.socks.SocksSubnegotiationVersion
 
AUTH_PASSWORD - Static variable in class io.netty.handler.proxy.Socks5ProxyHandler
 
AUTH_USERNAME - Static variable in class io.netty.handler.proxy.Socks4ProxyHandler
 
AuthBuilder() - Constructor for class io.netty.handler.codec.mqtt.MqttMessageBuilders.AuthBuilder
 
AUTHENTICATION_DATA - io.netty.handler.codec.mqtt.MqttProperties.MqttPropertyType
 
AUTHENTICATION_METHOD - io.netty.handler.codec.mqtt.MqttProperties.MqttPropertyType
 
authenticationData - Variable in class io.netty.handler.codec.mqtt.MqttMessageBuilders.ConnAckPropertiesBuilder
 
authenticationData(byte[]) - Method in class io.netty.handler.codec.mqtt.MqttMessageBuilders.ConnAckPropertiesBuilder
 
authenticationMethod - Variable in class io.netty.handler.codec.mqtt.MqttMessageBuilders.ConnAckPropertiesBuilder
 
authenticationMethod(String) - Method in class io.netty.handler.codec.mqtt.MqttMessageBuilders.ConnAckPropertiesBuilder
 
authMethod - Variable in class io.netty.handler.codec.socksx.v5.DefaultSocks5InitialResponse
 
authMethod() - Method in class io.netty.handler.codec.socksx.v5.DefaultSocks5InitialResponse
 
authMethod() - Method in interface io.netty.handler.codec.socksx.v5.Socks5InitialResponse
Returns the METHOD field of this response.
authMethods - Variable in class io.netty.handler.codec.socksx.v5.DefaultSocks5InitialRequest
 
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.
authMethods() - Method in class io.netty.handler.ssl.ReferenceCountedOpenSslEngine
 
authoritativeAnswer - Variable in class io.netty.handler.codec.dns.DefaultDnsResponse
 
authoritativeDnsServerCache - Variable in class io.netty.resolver.dns.DnsAddressResolveContext
 
authoritativeDnsServerCache - Variable in class io.netty.resolver.dns.DnsNameResolver
 
authoritativeDnsServerCache - Variable in class io.netty.resolver.dns.DnsNameResolverBuilder
 
authoritativeDnsServerCache() - Method in class io.netty.resolver.dns.DnsAddressResolveContext
 
authoritativeDnsServerCache() - Method in class io.netty.resolver.dns.DnsNameResolver
Returns the cache used for authoritative DNS servers for a domain.
authoritativeDnsServerCache() - Method in class io.netty.resolver.dns.DnsResolveContext
The AuthoritativeDnsServerCache to use while resolving.
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.
AuthoritativeDnsServerCacheAdapter - Class in io.netty.resolver.dns
AuthoritativeDnsServerCache implementation which delegates all operations to a wrapped DnsCache.
AuthoritativeDnsServerCacheAdapter(DnsCache) - Constructor for class io.netty.resolver.dns.AuthoritativeDnsServerCacheAdapter
 
AuthoritativeNameServer(int, long, String, String) - Constructor for class io.netty.resolver.dns.DnsResolveContext.AuthoritativeNameServer
 
AuthoritativeNameServer(DnsResolveContext.AuthoritativeNameServer) - Constructor for class io.netty.resolver.dns.DnsResolveContext.AuthoritativeNameServer
 
AuthoritativeNameServerList(String) - Constructor for class io.netty.resolver.dns.DnsResolveContext.AuthoritativeNameServerList
 
authorities - Variable in class io.netty.handler.codec.dns.AbstractDnsMessage
 
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.AUTHORITY header or null if there is no such header
authority() - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
 
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
authority(CharSequence) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
 
AUTHORITY - io.netty.handler.codec.dns.DnsSection
The section that contains the authority DnsRecords.
AUTHORITY - io.netty.handler.codec.http2.Http2Headers.PseudoHeaderName
:authority.
authorization - Variable in class io.netty.handler.proxy.HttpProxyHandler
 
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 - Variable in class io.netty.handler.codec.socks.SocksInitResponse
 
authScheme - Variable in class io.netty.handler.proxy.ProxyConnectionEvent
 
authScheme() - Method in class io.netty.handler.codec.socks.SocksInitResponse
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 - Variable in class io.netty.handler.codec.socks.SocksInitRequest
 
authSchemes() - Method in class io.netty.handler.codec.socks.SocksInitRequest
Returns the List<SocksAuthScheme> of this SocksInitRequest
authStatus - Variable in class io.netty.handler.codec.socks.SocksAuthResponse
 
authStatus() - Method in class io.netty.handler.codec.socks.SocksAuthResponse
AUTO_CLOSE - Static variable in class io.netty.channel.ChannelOption
If true then the Channel is closed automatically and immediately on write failure.
AUTO_READ - Static variable in class io.netty.channel.ChannelOption
 
autoAckPing - Variable in class io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder
 
autoAckPingFrame - Variable in class io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
 
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 - Variable in class io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
 
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.
 
autoClose - Variable in class io.netty.channel.DefaultChannelConfig
 
AutomaticCleanerReference(Object, Runnable) - Constructor for class io.netty.util.internal.ObjectCleaner.AutomaticCleanerReference
 
autoRead - Variable in class io.netty.channel.DefaultChannelConfig
 
autoRead - Variable in class io.netty.channel.epoll.AbstractEpollStreamChannel.SpliceOutTask
 
AUTOREAD_UPDATER - Static variable in class io.netty.channel.DefaultChannelConfig
 
autoReadCleared() - Method in class io.netty.channel.DefaultChannelConfig
Is called once DefaultChannelConfig.setAutoRead(boolean) is called with false and DefaultChannelConfig.isAutoRead() was true before.
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.nio.NioDatagramChannelConfig
 
autoReadCleared() - Method in class io.netty.channel.socket.nio.NioServerSocketChannel.NioServerSocketChannelConfig
 
autoReadCleared() - Method in class io.netty.channel.socket.nio.NioSocketChannel.NioSocketChannelConfig
 
autoReadCleared() - Method in class io.netty.channel.socket.oio.DefaultOioServerSocketChannelConfig
Deprecated.
 
autoReadCleared() - Method in class io.netty.channel.socket.oio.DefaultOioSocketChannelConfig
Deprecated.
 
AutoRefillState(Http2Stream, int) - Constructor for class io.netty.handler.codec.http2.DefaultHttp2LocalFlowController.AutoRefillState
 
autoRelease - Variable in class io.netty.channel.SimpleChannelInboundHandler
 
autoRelease - Variable in class io.netty.channel.SimpleUserEventChannelHandler
 
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.
 
AVAILABLE - Static variable in class io.netty.handler.ssl.JdkAlpnApplicationProtocolNegotiator
Deprecated.
 
AVAILABLE_CIPHER_SUITES - Static variable in class io.netty.handler.ssl.OpenSsl
 
AVAILABLE_JAVA_CIPHER_SUITES - Static variable in class io.netty.handler.ssl.OpenSsl
 
AVAILABLE_OPENSSL_CIPHER_SUITES - Static variable in class io.netty.handler.ssl.OpenSsl
 
availableCipherSuites() - Static method in class io.netty.handler.ssl.OpenSsl
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 - Variable in class io.netty.util.NettyRuntime.AvailableProcessorsHolder
 
availableProcessors() - Static method in class io.netty.util.NettyRuntime
Get the configured number of available processors.
availableProcessors() - Method in class io.netty.util.NettyRuntime.AvailableProcessorsHolder
Get the configured number of available processors.
AvailableProcessorsHolder() - Constructor for class io.netty.util.NettyRuntime.AvailableProcessorsHolder
 
availableSize() - Method in class io.netty.handler.codec.compression.Bzip2BlockCompressor
Gets available size of the current block.
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.CompleteChannelFuture
 
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.group.DefaultChannelGroupFuture
 
await() - Method in class io.netty.channel.group.VoidChannelGroupFuture
 
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.group.VoidChannelGroupFuture
 
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.group.VoidChannelGroupFuture
 
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.
AWAIT_CONTENT - io.netty.handler.codec.http.HttpContentEncoder.State
 
AWAIT_HEADERS - io.netty.handler.codec.http.HttpContentEncoder.State
 
await0(long, boolean) - Method in class io.netty.util.concurrent.DefaultPromise
 
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.
awaitingPromises() - Method in class io.netty.handler.codec.http2.Http2CodecUtil.SimpleChannelPromiseAggregator
 
awaitTermination(long, TimeUnit) - Method in class io.netty.channel.embedded.EmbeddedEventLoop
 
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.NonStickyEventExecutorGroup.NonStickyOrderedEventExecutor
 
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.CompleteChannelFuture
 
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.group.DefaultChannelGroupFuture
 
awaitUninterruptibly() - Method in class io.netty.channel.group.VoidChannelGroupFuture
 
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.group.VoidChannelGroupFuture
 
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.group.VoidChannelGroupFuture
 
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.
AWAKE - Static variable in class io.netty.channel.epoll.EpollEventLoop
 
AWAKE - Static variable in class io.netty.channel.nio.NioEventLoop
 
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

b - Variable in class io.netty.handler.codec.compression.Bzip2DivSufSort.StackEntry
 
b - Variable in enum io.netty.handler.codec.socks.SocksAddressType
 
b - Variable in enum io.netty.handler.codec.socks.SocksAuthScheme
 
b - Variable in enum io.netty.handler.codec.socks.SocksAuthStatus
 
b - Variable in enum io.netty.handler.codec.socks.SocksCmdStatus
 
b - Variable in enum io.netty.handler.codec.socks.SocksCmdType
 
b - Variable in enum io.netty.handler.codec.socks.SocksProtocolVersion
 
b - Variable in enum io.netty.handler.codec.socks.SocksSubnegotiationVersion
 
b - Variable in enum io.netty.handler.codec.socksx.SocksVersion
 
b - Variable in class io.netty.resolver.dns.BiDnsQueryLifecycleObserver
 
b - Variable in class io.netty.resolver.dns.BiDnsQueryLifecycleObserverFactory
 
b2c(byte) - Static method in class io.netty.util.AsciiString
 
b4 - Variable in class io.netty.handler.codec.base64.Base64.Decoder
 
b4Posn - Variable in class io.netty.handler.codec.base64.Base64.Decoder
 
backlog - Variable in class io.netty.channel.epoll.EpollServerChannelConfig
 
backlog - Variable in class io.netty.channel.kqueue.KQueueServerChannelConfig
 
backlog - Variable in class io.netty.channel.socket.DefaultServerSocketChannelConfig
 
backoff() - Method in class io.netty.channel.epoll.EpollTcpInfo
 
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_ENCODING - Static variable in class io.netty.handler.codec.http2.HpackHuffmanDecoder
 
BAD_FRAME - io.netty.handler.codec.stomp.StompSubframeDecoder.State
 
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_MESSAGE - io.netty.handler.codec.http.HttpObjectDecoder.State
 
BAD_MESSAGE - io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheDecoder.State
Something went wrong while decoding the message or chunks.
BAD_MESSAGE - io.netty.handler.codec.mqtt.MqttDecoder.DecoderState
 
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
The 'BADVERS' or 'BADSIG' DNS RCODE (16), as defined in RFC2671 and RFC2845.
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"
base - Variable in class io.netty.buffer.PoolChunk
 
BASE_BLOCK_SIZE - Static variable in class io.netty.handler.codec.compression.Bzip2Constants
Base block size.
base64(byte[]) - Static method in class io.netty.handler.codec.http.websocketx.WebSocketUtil
Performs base64 encoding on the specified data
Base64 - Class in io.netty.handler.codec.base64
Utility class for ByteBuf that encodes and decodes to and from Base64 notation.
Base64() - Constructor for class io.netty.handler.codec.base64.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"
Base64.Decoder - Class in io.netty.handler.codec.base64
 
Base64Decoder - Class in io.netty.handler.codec.base64
Decodes a Base64-encoded ByteBuf or US-ASCII String into a ByteBuf.
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.
Base64Dialect(byte[], byte[], boolean) - Constructor for enum io.netty.handler.codec.base64.Base64Dialect
 
Base64Encoder - Class in io.netty.handler.codec.base64
Encodes a ByteBuf into a Base64-encoded ByteBuf.
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
 
BaseDecoder() - Constructor for class io.netty.handler.codec.http2.Http2ConnectionHandler.BaseDecoder
 
baseDir - Variable in class io.netty.handler.codec.http.multipart.AbstractMixedHttpData
 
baseDir - Variable in class io.netty.handler.codec.http.multipart.DefaultHttpDataFactory
 
baseDir - Variable in class io.netty.handler.codec.http.multipart.DiskAttribute
 
baseDir - Variable in class io.netty.handler.codec.http.multipart.DiskFileUpload
 
baseDirectory - Static variable in class io.netty.handler.codec.http.multipart.DiskAttribute
 
baseDirectory - Static variable in class io.netty.handler.codec.http.multipart.DiskFileUpload
 
batch - Variable in class io.netty.util.Recycler.LocalPool
 
BATCH_FAST_TL_ONLY - Static variable in class io.netty.util.Recycler
 
BC_APPLICATION_PROTOCOL_SELECTOR - Static variable in class io.netty.handler.ssl.BouncyCastleAlpnSslUtils
 
BC_APPLICATION_PROTOCOL_SELECTOR_SELECT - Static variable in class io.netty.handler.ssl.BouncyCastleAlpnSslUtils
 
BC_PEMPARSER - Static variable in class io.netty.handler.ssl.BouncyCastlePemReader
 
BC_PROVIDER - Static variable in class io.netty.handler.ssl.BouncyCastlePemReader
 
bcProvider - Static variable in class io.netty.handler.ssl.BouncyCastlePemReader
 
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
 
beforeScheduledTaskSubmitted(long) - Method in class io.netty.channel.epoll.EpollEventLoop
 
beforeScheduledTaskSubmitted(long) - Method in class io.netty.channel.nio.NioEventLoop
 
beforeScheduledTaskSubmitted(long) - Method in class io.netty.util.concurrent.AbstractScheduledEventExecutor
Called from arbitrary non-EventExecutor threads prior to scheduled task submission.
BEGIN - io.netty.handler.codec.stomp.StompCommand
 
BEGIN_CERT - Static variable in class io.netty.handler.ssl.PemX509Certificate
 
BEGIN_PRIVATE_KEY - Static variable in class io.netty.handler.ssl.PemPrivateKey
 
beginAggregation(HttpMessage, ByteBuf) - Method in class io.netty.handler.codec.http.HttpObjectAggregator
 
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.JdkSslEngine
 
beginHandshake() - Method in class io.netty.handler.ssl.ReferenceCountedOpenSslEngine
 
BEGINNING_DIGIT - Static variable in class io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker00
 
BEGINNING_SPACE - Static variable in class io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker00
 
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 ChannelInboundHandler in the ChannelPipeline.
beginRead() - Method in class io.netty.handler.codec.http2.AbstractHttp2StreamChannel.Http2ChannelUnsafe
 
bestAvailableMac() - Static method in class io.netty.util.internal.MacAddressUtil
Obtains the best MAC address found on local network interfaces.
BiDnsQueryLifecycleObserver - Class in io.netty.resolver.dns
BiDnsQueryLifecycleObserver(DnsQueryLifecycleObserver, DnsQueryLifecycleObserver) - Constructor for class io.netty.resolver.dns.BiDnsQueryLifecycleObserver
Create a new instance.
BiDnsQueryLifecycleObserverFactory - Class in io.netty.resolver.dns
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 - io.netty.handler.codec.http.multipart.HttpPostBodyUtil.TransferEncodingMechanism
Could be long text not in ASCII - no encoding
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"
BINARY_PREFIX - Static variable in class io.netty.handler.codec.haproxy.HAProxyConstants
V2 protocol binary header prefix
BINARY_PREFIX_LENGTH - Static variable in class io.netty.handler.codec.haproxy.HAProxyMessageDecoder
Binary header prefix length
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 BinaryMemcacheClientCodec with the default settings applied.
BinaryMemcacheClientCodec(int) - Constructor for class io.netty.handler.codec.memcache.binary.BinaryMemcacheClientCodec
Create a new BinaryMemcacheClientCodec and set a custom chunk size.
BinaryMemcacheClientCodec(int, boolean) - Constructor for class io.netty.handler.codec.memcache.binary.BinaryMemcacheClientCodec
Create a new BinaryMemcacheClientCodec with custom settings.
BinaryMemcacheClientCodec.Decoder - Class in io.netty.handler.codec.memcache.binary
 
BinaryMemcacheClientCodec.Encoder - Class in io.netty.handler.codec.memcache.binary
 
BinaryMemcacheMessage - Interface in io.netty.handler.codec.memcache.binary
An interface that defines a binary Memcache message, providing common properties for BinaryMemcacheRequest and BinaryMemcacheResponse.
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.
BinaryMemcacheOpcodes() - Constructor for class io.netty.handler.codec.memcache.binary.BinaryMemcacheOpcodes
 
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 BinaryMemcacheResponse can return.
BinaryMemcacheResponseStatus() - Constructor for class io.netty.handler.codec.memcache.binary.BinaryMemcacheResponseStatus
 
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 Channel and bind it.
bind(int) - Method in class io.netty.bootstrap.AbstractBootstrap
Create a new Channel and bind it.
bind(int, boolean, byte[], int, int) - Static method in class io.netty.channel.unix.Socket
 
bind(ChannelHandlerContext, SocketAddress, ChannelPromise) - Method in class io.netty.channel.ChannelDuplexHandler
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
bind(ChannelHandlerContext, SocketAddress, ChannelPromise) - Method in class io.netty.channel.CombinedChannelDuplexHandler
 
bind(ChannelHandlerContext, SocketAddress, ChannelPromise) - Method in class io.netty.channel.DefaultChannelPipeline.HeadContext
 
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.http.websocketx.WebSocketProtocolHandler
 
bind(ChannelHandlerContext, SocketAddress, ChannelPromise) - Method in class io.netty.handler.codec.http2.Http2ConnectionHandler
 
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.proxy.HttpProxyHandler.HttpClientCodecWrapper
 
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 Channel and bind it.
bind(InetAddress, int) - Method in class io.netty.bootstrap.AbstractBootstrap
Create a new Channel and bind it.
bind(SocketAddress) - Method in class io.netty.bootstrap.AbstractBootstrap
Create a new Channel and bind it.
bind(SocketAddress) - Method in class io.netty.channel.AbstractChannel
 
bind(SocketAddress) - Method in class io.netty.channel.AbstractChannelHandlerContext
 
bind(SocketAddress) - Method in interface io.netty.channel.ChannelOutboundInvoker
Request to bind to the given SocketAddress and notify the ChannelFuture once the operation completes, either because the operation was successful or because of an error.
bind(SocketAddress) - Method in class io.netty.channel.CombinedChannelDuplexHandler.DelegatingChannelHandlerContext
 
bind(SocketAddress) - Method in class io.netty.channel.DefaultChannelPipeline
 
bind(SocketAddress) - Method in class io.netty.channel.unix.Socket
 
bind(SocketAddress) - Method in class io.netty.handler.codec.http2.AbstractHttp2StreamChannel
 
bind(SocketAddress, ChannelPromise) - Method in class io.netty.channel.AbstractChannel.AbstractUnsafe
 
bind(SocketAddress, ChannelPromise) - Method in class io.netty.channel.AbstractChannel
 
bind(SocketAddress, ChannelPromise) - Method in class io.netty.channel.AbstractChannelHandlerContext
 
bind(SocketAddress, ChannelPromise) - Method in interface io.netty.channel.Channel.Unsafe
Bind the SocketAddress to the Channel of the ChannelPromise and notify it once its done.
bind(SocketAddress, ChannelPromise) - Method in interface io.netty.channel.ChannelOutboundInvoker
Request to bind to the given SocketAddress and notify the ChannelFuture once the operation completes, either because the operation was successful or because of an error.
bind(SocketAddress, ChannelPromise) - Method in class io.netty.channel.CombinedChannelDuplexHandler.DelegatingChannelHandlerContext
 
bind(SocketAddress, ChannelPromise) - Method in class io.netty.channel.DefaultChannelPipeline
 
bind(SocketAddress, ChannelPromise) - Method in class io.netty.handler.codec.http2.AbstractHttp2StreamChannel
 
bind(SocketAddress, ChannelPromise) - Method in class io.netty.handler.codec.http2.AbstractHttp2StreamChannel.Http2ChannelUnsafe
 
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
 
bindCompressorToStream(EmbeddedChannel, int) - Method in class io.netty.handler.codec.http2.CompressorHttp2ConnectionEncoder
Called after the super class has written the headers and created any associated stream objects.
bindDomainSocket(int, byte[]) - Static method in class io.netty.channel.unix.Socket
 
bindVSock(int, int, int) - Static method in class io.netty.channel.epoll.LinuxSocket
 
bindVSock(VSockAddress) - Method in class io.netty.channel.epoll.LinuxSocket
 
bioNonApplicationBufferSize - Variable in class io.netty.handler.ssl.ReferenceCountedOpenSslContext
 
bioSetFd(int) - Method in class io.netty.handler.ssl.ReferenceCountedOpenSslEngine
 
BIT_MODE - Static variable in class io.netty.util.internal.PlatformDependent
 
BIT7 - io.netty.handler.codec.http.multipart.HttpPostBodyUtil.TransferEncodingMechanism
Default encoding
BIT8 - io.netty.handler.codec.http.multipart.HttpPostBodyUtil.TransferEncodingMechanism
Short lines but not in ASCII - no encoding
BitapSearchProcessorFactory - Class in io.netty.buffer.search
Implements Bitap string search algorithm.
BitapSearchProcessorFactory(byte[]) - Constructor for class io.netty.buffer.search.BitapSearchProcessorFactory
 
BitapSearchProcessorFactory.Processor - Class in io.netty.buffer.search
 
bitBuffer - Variable in class io.netty.handler.codec.compression.Bzip2BitReader
A buffer of bits read from the input stream that have not yet been returned.
bitBuffer - Variable in class io.netty.handler.codec.compression.Bzip2BitWriter
A buffer of bits waiting to be written to the output stream.
bitCount - Variable in class io.netty.handler.codec.compression.Bzip2BitReader
The number of bits currently buffered in Bzip2BitReader.bitBuffer.
bitCount - Variable in class io.netty.handler.codec.compression.Bzip2BitWriter
The number of bits currently buffered in Bzip2BitWriter.bitBuffer.
bitmap - Variable in class io.netty.buffer.PoolSubpage
 
BITMAP_IDX_BIT_LENGTH - Static variable in class io.netty.buffer.PoolChunk
 
bitmapIdx(long) - Static method in class io.netty.buffer.PoolChunk
 
bitmapLength - Variable in class io.netty.buffer.PoolSubpage
 
bitMasks - Variable in class io.netty.buffer.search.BitapSearchProcessorFactory
 
bitMasks - Variable in class io.netty.buffer.search.BitapSearchProcessorFactory.Processor
 
bitMode() - Static method in class io.netty.util.internal.PlatformDependent
Returns the bit mode of the current VM (usually 32 or 64.)
bitMode0() - Static method in class io.netty.util.internal.PlatformDependent
 
bits(char...) - Method in class io.netty.handler.codec.http.HttpHeaderValidationUtil.BitSet128
 
BITS_MAX_DIRECT_MEMORY - Static variable in class io.netty.util.internal.PlatformDependent0
 
BITS_PER_SYMBOL - Static variable in class io.netty.buffer.search.AhoCorasicSearchProcessorFactory
 
BitSet128() - Constructor for class io.netty.handler.codec.http.HttpHeaderValidationUtil.BitSet128
 
bitsMaxDirectMemory() - Static method in class io.netty.util.internal.PlatformDependent0
Any value >= 0 should be considered as a valid max direct memory value.
bitsToEncode(int) - Static method in class io.netty.handler.codec.compression.Snappy
Calculates the minimum number of bits required to encode a value.
block - Variable in class io.netty.handler.codec.compression.Bzip2BlockCompressor
The RLE'd block data.
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 ChannelFuture once 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, 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 ChannelFuture once 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, 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 ChannelFuture once 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, 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 ChannelFuture once 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_HEADER_MAGIC_1 - Static variable in class io.netty.handler.codec.compression.Bzip2Constants
Block header magic number.
BLOCK_HEADER_MAGIC_2 - Static variable in class io.netty.handler.codec.compression.Bzip2Constants
 
BLOCK_TYPE_COMPRESSED - Static variable in class io.netty.handler.codec.compression.FastLz
 
BLOCK_TYPE_NON_COMPRESSED - Static variable in class io.netty.handler.codec.compression.FastLz
 
BLOCK_WITH_CHECKSUM - Static variable in class io.netty.handler.codec.compression.FastLz
 
BLOCK_WITHOUT_CHECKSUM - Static variable in class io.netty.handler.codec.compression.FastLz
 
blockCompressor - Variable in class io.netty.handler.codec.compression.Bzip2Encoder
The compressor for the current block.
blockCRC - Variable in class io.netty.handler.codec.compression.Bzip2BlockDecompressor
The CRC of the current block as read from the block header.
blockCRC - Variable in class io.netty.handler.codec.compression.Bzip2Decoder
The CRC of the current block as read from the block header.
blockDecompressor - Variable in class io.netty.handler.codec.compression.Bzip2Decoder
The decompressor for the current block.
BLOCKING_POOL - Static variable in class io.netty.util.Recycler
 
BlockingMessageQueue(int) - Constructor for class io.netty.util.Recycler.BlockingMessageQueue
 
BlockingOperationException - Exception in io.netty.util.concurrent
An IllegalStateException which is raised when a user performed a blocking operation when the user is in an event loop thread.
BlockingOperationException() - Constructor for exception io.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
 
blockLength - Variable in class io.netty.handler.codec.compression.Bzip2BlockCompressor
Current length of the data within the Bzip2BlockCompressor.block array.
blockLength() - Method in class io.netty.handler.codec.compression.Bzip2BlockDecompressor
 
blockLengthLimit - Variable in class io.netty.handler.codec.compression.Bzip2BlockCompressor
A limit beyond which new data will not be accepted into the block.
blockRandomised - Variable in class io.netty.handler.codec.compression.Bzip2BlockDecompressor
true if the current block is randomised, otherwise false.
blockSize - Variable in class io.netty.handler.codec.compression.Bzip2Decoder
Always: in the range 0 ..
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"
blockValuesPresent - Variable in class io.netty.handler.codec.compression.Bzip2BlockCompressor
The values that are present within the RLE'd block data.
bndAddr - Variable in class io.netty.handler.codec.socksx.v5.DefaultSocks5CommandResponse
 
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.ADDR field of this response.
bndAddrType - Variable in class io.netty.handler.codec.socksx.v5.DefaultSocks5CommandResponse
 
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.ADDR field of this response.
bndPort - Variable in class io.netty.handler.codec.socksx.v5.DefaultSocks5CommandResponse
 
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.PORT field of this response.
BODY - Static variable in class io.netty.handler.ssl.PemReader
 
bodyListDatas - Variable in class io.netty.handler.codec.http.multipart.HttpPostRequestEncoder
InterfaceHttpData for Body (without encoding)
bodyListHttpData - Variable in class io.netty.handler.codec.http.multipart.HttpPostMultipartRequestDecoder
HttpDatas from Body
bodyListHttpData - Variable in class io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder
HttpDatas from Body
bodyListHttpDataRank - Variable in class io.netty.handler.codec.http.multipart.HttpPostMultipartRequestDecoder
Body HttpDatas current position
bodyListHttpDataRank - Variable in class io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder
Body HttpDatas current position
bodyMapHttpData - Variable in class io.netty.handler.codec.http.multipart.HttpPostMultipartRequestDecoder
HttpDatas as Map from Body
bodyMapHttpData - Variable in class io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder
HttpDatas as Map from Body
booleanArrayAppend(StringBuilder, boolean[]) - Static method in class io.netty.util.internal.logging.MessageFormatter
 
BooleanSupplier - Interface in io.netty.util
Represents a supplier of boolean-valued results.
bootstrap - Variable in class io.netty.bootstrap.AbstractBootstrapConfig
 
bootstrap - Variable in class io.netty.channel.pool.SimpleChannelPool
 
bootstrap() - Method in class io.netty.channel.pool.SimpleChannelPool
Returns the Bootstrap this pool will use to open new connections.
Bootstrap - Class in io.netty.bootstrap
A Bootstrap that makes it easy to bootstrap a Channel to use for clients.
Bootstrap() - Constructor for class io.netty.bootstrap.Bootstrap
 
Bootstrap(Bootstrap) - Constructor for class io.netty.bootstrap.Bootstrap
 
Bootstrap.ExternalAddressResolver - Class in io.netty.bootstrap
 
BootstrapConfig - Class in io.netty.bootstrap
Exposes the configuration of a Bootstrap.
BootstrapConfig(Bootstrap) - Constructor for class io.netty.bootstrap.BootstrapConfig
 
Both - io.netty.handler.ssl.OpenSslCertificateCompressionConfig.AlgorithmMode
Compression and Decompression are supported and both should be advertized.
BOTTOM - Static variable in class io.netty.util.ResourceLeakDetector.TraceRecord
 
BOUNCY_CASTLE_ON_CLASSPATH - Static variable in class io.netty.handler.ssl.BouncyCastle
 
BouncyCastle - Class in io.netty.handler.ssl
Contains methods that can be used to detect if BouncyCastle is usable.
BouncyCastle() - Constructor for class io.netty.handler.ssl.BouncyCastle
 
BouncyCastleAlpnSslEngine - Class in io.netty.handler.ssl
 
BouncyCastleAlpnSslEngine(SSLEngine, JdkApplicationProtocolNegotiator, boolean) - Constructor for class io.netty.handler.ssl.BouncyCastleAlpnSslEngine
 
BouncyCastleAlpnSslUtils - Class in io.netty.handler.ssl
 
BouncyCastleAlpnSslUtils() - Constructor for class io.netty.handler.ssl.BouncyCastleAlpnSslUtils
 
BouncyCastlePemReader - Class in io.netty.handler.ssl
 
BouncyCastlePemReader() - Constructor for class io.netty.handler.ssl.BouncyCastlePemReader
 
BouncyCastleSelfSignedCertGenerator - Class in io.netty.handler.ssl.util
Generates a self-signed certificate using Bouncy Castle.
BouncyCastleSelfSignedCertGenerator() - Constructor for class io.netty.handler.ssl.util.BouncyCastleSelfSignedCertGenerator
 
BOUND - io.netty.channel.local.LocalChannel.State
 
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"
boundChannels - Static variable in class io.netty.channel.local.LocalChannelRegistry
 
BR - Static variable in class io.netty.handler.codec.http.HttpHeaderValues
"br"
breakLines - Variable in class io.netty.handler.codec.base64.Base64Encoder
 
breakLines(Base64Dialect) - Static method in class io.netty.handler.codec.base64.Base64
 
breakLinesByDefault - Variable in enum io.netty.handler.codec.base64.Base64Dialect
 
BSD_SND_LOW_AT_MAX - Static variable in class io.netty.channel.kqueue.BsdSocket
 
BsdSocket - Class in io.netty.channel.kqueue
A socket which provides access BSD native methods.
BsdSocket(int) - Constructor for class io.netty.channel.kqueue.BsdSocket
 
bubbleDown(int, T) - Method in class io.netty.util.internal.DefaultPriorityQueue
 
bubbleUp(int, T) - Method in class io.netty.util.internal.DefaultPriorityQueue
 
bucket - Variable in class io.netty.util.HashedWheelTimer.HashedWheelTimeout
 
bucket(int) - Method in class io.netty.handler.codec.http2.HpackEncoder
Returns the bucket of the hash table for the hash code h.
bucket(CharSequence, int, int) - Static method in class io.netty.handler.codec.http2.HpackStaticTable
 
BUCKET_A_SIZE - Static variable in class io.netty.handler.codec.compression.Bzip2DivSufSort
 
BUCKET_B(int, int) - Static method in class io.netty.handler.codec.compression.Bzip2DivSufSort
 
BUCKET_B_SIZE - Static variable in class io.netty.handler.codec.compression.Bzip2DivSufSort
 
BUCKET_BSTAR(int, int) - Static method in class io.netty.handler.codec.compression.Bzip2DivSufSort
 
budget - Variable in class io.netty.handler.codec.compression.Bzip2DivSufSort.TRBudget
 
buf - Variable in class io.netty.buffer.CompositeByteBuf.Component
 
buf - Variable in class io.netty.buffer.SwappedByteBuf
Deprecated.
 
buf - Variable in class io.netty.buffer.WrappedByteBuf
 
buf - Variable in class io.netty.channel.ChannelOutboundBuffer.Entry
 
buf - Variable in class io.netty.handler.codec.AsciiHeadersEncoder
 
bufAndListenerPairs - Variable in class io.netty.channel.AbstractCoalescingBufferQueue
 
buffer - Variable in class io.netty.buffer.AbstractUnpooledSlicedByteBuf
 
buffer - Variable in class io.netty.buffer.ByteBufInputStream
 
buffer - Variable in class io.netty.buffer.ByteBufOutputStream
 
buffer - Variable in class io.netty.buffer.DuplicatedByteBuf
Deprecated.
 
buffer - Variable in class io.netty.buffer.ReadOnlyByteBuf
Deprecated.
 
buffer - Variable in class io.netty.buffer.ReadOnlyByteBufferBuf
 
buffer - Variable in class io.netty.buffer.UnpooledDirectByteBuf
 
buffer - Variable in class io.netty.channel.PendingBytesTracker.ChannelOutboundBufferPendingBytesTracker
 
buffer - Variable in class io.netty.handler.codec.http.multipart.HttpPostBodyUtil.SeekAheadOptimize
 
buffer - Variable in class io.netty.handler.codec.ReplayingDecoderByteBuf
 
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(int) - Method in class io.netty.buffer.AbstractByteBufAllocator
 
buffer(int) - Method in interface io.netty.buffer.ByteBufAllocator
Allocate a ByteBuf with the given initial capacity.
buffer(int) - Method in class io.netty.buffer.FixedCompositeByteBuf
Return the ByteBuf stored at the given index of the array.
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 ByteBuf with 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 to maxCapacity The new buffer's readerIndex and writerIndex are 0.
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
 
Buffer() - Constructor for class io.netty.channel.unix.Buffer
 
BUFFER_LENGTH_THRESHOLD - Static variable in class io.netty.handler.codec.http2.Http2FrameLogger
 
bufferAddress(ByteBuffer) - Static method in class io.netty.handler.ssl.ReferenceCountedOpenSslEngine
 
bufferedMessages - Variable in class io.netty.handler.ssl.ApplicationProtocolNegotiationHandler
 
buffers - Variable in class io.netty.buffer.FixedCompositeByteBuf
 
bufferSize - Variable in class io.netty.channel.FixedRecvByteBufAllocator
 
bufferSize - Variable in class io.netty.channel.FixedRecvByteBufAllocator.HandleImpl
 
bufs - Variable in class io.netty.channel.ChannelOutboundBuffer.Entry
 
build() - Method in class io.netty.handler.codec.http.cors.CorsConfig.Builder
Deprecated.
build() - Method in class io.netty.handler.codec.http.cors.CorsConfigBuilder
Builds a CorsConfig with 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
build() - Method in class io.netty.handler.codec.http2.AbstractInboundHttp2ToHttpAdapterBuilder
Builds/creates a new InboundHttp2ToHttpAdapter instance 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 Http2FrameCodec object.
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.ssl.OpenSslCertificateCompressionConfig.Builder
build() - Method in class io.netty.handler.ssl.SslContextBuilder
Create new SslContext instance with configured settings.
build() - Method in class io.netty.handler.ssl.util.FingerprintTrustManagerFactoryBuilder
build() - Method in class io.netty.resolver.dns.DnsNameResolverBuilder
Returns a new DnsNameResolver instance.
build() - Method in class io.netty.resolver.dns.UnixResolverOptions.Builder
 
build() - Method in class io.netty.util.DomainMappingBuilder
Deprecated.
Creates a new instance of immutable DomainNameMapping Attempts to add new mappings to the result object will cause UnsupportedOperationException to be thrown
build() - Method in class io.netty.util.DomainNameMappingBuilder
Deprecated.
Creates a new instance of immutable DomainNameMapping Attempts to add new mappings to the result object will cause UnsupportedOperationException to 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 Http2ConnectionHandler or 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 InboundHttp2ToHttpAdapter with 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.
buildAliasMap(DnsResponse, DnsCnameCache, EventLoop) - Static method in class io.netty.resolver.dns.DnsResolveContext
 
builder - Variable in class io.netty.handler.codec.http.cors.CorsConfig.Builder
Deprecated.
 
builder - Variable in class io.netty.handler.codec.http2.DefaultHttp2FrameReader.HeadersContinuation
 
builder - Variable in class io.netty.util.DomainMappingBuilder
Deprecated.
 
builder() - Static method in class io.netty.handler.pcap.PcapWriteHandler
 
builder(String) - Static method in class io.netty.handler.ssl.util.FingerprintTrustManagerFactory
Creates a builder for FingerprintTrustManagerFactory.
Builder() - Constructor for class io.netty.handler.codec.http.cors.CorsConfig.Builder
Deprecated.
Use CorsConfigBuilder instead.
Builder() - Constructor for class io.netty.handler.pcap.PcapWriteHandler.Builder
 
Builder() - Constructor for class io.netty.handler.ssl.OpenSslCertificateCompressionConfig.Builder
 
Builder() - Constructor for class io.netty.resolver.dns.UnixResolverOptions.Builder
 
Builder(WebSocketClientProtocolConfig) - Constructor for class io.netty.handler.codec.http.websocketx.WebSocketClientProtocolConfig.Builder
 
Builder(WebSocketDecoderConfig) - Constructor for class io.netty.handler.codec.http.websocketx.WebSocketDecoderConfig.Builder
 
Builder(WebSocketServerProtocolConfig) - Constructor for class io.netty.handler.codec.http.websocketx.WebSocketServerProtocolConfig.Builder
 
Builder(String...) - Constructor for class io.netty.handler.codec.http.cors.CorsConfig.Builder
Deprecated.
Use CorsConfigBuilder instead.
Builder(String, String, boolean, long, long, boolean, WebSocketCloseStatus, boolean, WebSocketDecoderConfig) - Constructor for class io.netty.handler.codec.http.websocketx.WebSocketServerProtocolConfig.Builder
 
Builder(URI, String, WebSocketVersion, boolean, HttpHeaders, int, boolean, boolean, boolean, WebSocketCloseStatus, boolean, long, long, boolean, boolean, boolean) - Constructor for class io.netty.handler.codec.http.websocketx.WebSocketClientProtocolConfig.Builder
 
buildFromCodec(Http2ConnectionDecoder, Http2ConnectionEncoder) - Method in class io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
 
buildFromConnection(Http2Connection) - Method in class io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
 
buildHandshakeException(String) - Method in class io.netty.handler.codec.http.websocketx.WebSocketClientProtocolHandler
 
buildHandshakeException(String) - Method in class io.netty.handler.codec.http.websocketx.WebSocketProtocolHandler
Returns a WebSocketHandshakeException that depends on which client or server pipeline this handler belongs.
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
 
buildKeyManagerFactory(File, File, String, KeyManagerFactory) - Static method in class io.netty.handler.ssl.JdkSslContext
Deprecated.
will be removed.
buildKeyManagerFactory(File, File, String, KeyManagerFactory, String) - Static method in class io.netty.handler.ssl.JdkSslContext
Build a KeyManagerFactory based upon a key file, key file password, and a certificate chain.
buildKeyManagerFactory(File, String, File, String, KeyManagerFactory) - Static method in class io.netty.handler.ssl.JdkSslContext
Deprecated.
will be removed.
buildKeyManagerFactory(File, String, File, String, KeyManagerFactory, String) - Static method in class io.netty.handler.ssl.JdkSslContext
Build a KeyManagerFactory based upon a key algorithm, key file, key file password, and a certificate chain.
buildKeyManagerFactory(X509Certificate[], String, PrivateKey, String, KeyManagerFactory, String) - Static method in class io.netty.handler.ssl.SslContext
 
buildKeyManagerFactory(KeyStore, String, char[], KeyManagerFactory) - 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.
buildTimeMillis - Variable in class io.netty.util.Version
 
buildTimeMillis() - Method in class io.netty.util.Version
 
buildTrie(byte[][]) - Static method in class io.netty.buffer.search.AhoCorasicSearchProcessorFactory
 
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 TrustManagerFactory from 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
bulkStringLength - Variable in class io.netty.handler.codec.redis.BulkStringHeaderRedisMessage
 
bulkStringLength() - Method in class io.netty.handler.codec.redis.BulkStringHeaderRedisMessage
Return bulkStringLength for 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
 
bwt() - Method in class io.netty.handler.codec.compression.Bzip2DivSufSort
Performs a Burrows Wheeler Transform on the input array.
bwtBlock - Variable in class io.netty.handler.codec.compression.Bzip2BlockCompressor
The Burrows Wheeler Transformed block data.
bwtBlock - Variable in class io.netty.handler.codec.compression.Bzip2BlockDecompressor
The Burrows-Wheeler Transform processed data.
bwtBlock - Variable in class io.netty.handler.codec.compression.Bzip2MTFAndRLE2StageEncoder
The Burrows-Wheeler transformed block.
bwtBlockLength - Variable in class io.netty.handler.codec.compression.Bzip2BlockDecompressor
The actual length in bytes of the current block at the Inverse Burrows Wheeler Transform stage (before final Run-Length Decoding).
bwtByteCounts - Variable in class io.netty.handler.codec.compression.Bzip2BlockDecompressor
Counts of each byte value within the Bzip2BlockDecompressor.huffmanSymbolMap data.
bwtBytesDecoded - Variable in class io.netty.handler.codec.compression.Bzip2BlockDecompressor
The number of output bytes that have been decoded up to the Inverse Burrows Wheeler Transform stage.
bwtCurrentMergedPointer - Variable in class io.netty.handler.codec.compression.Bzip2BlockDecompressor
The current merged pointer into the Burrow-Wheeler Transform array.
bwtLength - Variable in class io.netty.handler.codec.compression.Bzip2MTFAndRLE2StageEncoder
Actual length of the data in the Bzip2MTFAndRLE2StageEncoder.bwtBlock array.
bwtMergedPointers - Variable in class io.netty.handler.codec.compression.Bzip2BlockDecompressor
At each position contains the union of :- An output character (8 bits) A pointer from each position to its successor (24 bits, left shifted 8 bits) As the pointer cannot exceed the maximum block size of 900k, 24 bits is more than enough to hold it; Folding the character data into the spare bits while performing the inverse BWT, when both pieces of information are available, saves a large number of memory accesses in the final decoding stages.
bwtStartPointer - Variable in class io.netty.handler.codec.compression.Bzip2BlockDecompressor
Starting pointer into BWT for after untransform.
bwtValuesPresent - Variable in class io.netty.handler.codec.compression.Bzip2MTFAndRLE2StageEncoder
At each position, true if the byte value with that index is present within the block, otherwise false.
BY_NAME - Static variable in class io.netty.handler.codec.dns.DnsRecordType
 
BY_TYPE - Static variable in class io.netty.handler.codec.dns.DnsRecordType
 
bypassEncoderIfEmpty(ByteBuf, List<Object>) - Static method in class io.netty.handler.codec.http.HttpObjectEncoder
 
BYTE_ARRAY_BASE_OFFSET - Static variable in class io.netty.util.internal.PlatformDependent
 
BYTE_ARRAY_BASE_OFFSET - Static variable in class io.netty.util.internal.PlatformDependent0
 
BYTE_ARRAY_WRAPPER - Static variable in class io.netty.buffer.CompositeByteBuf
 
BYTE_ARRAYS - Static variable in class io.netty.buffer.ByteBufUtil
 
BYTE_BUFFER_WRAPPER - Static variable in class io.netty.buffer.CompositeByteBuf
 
BYTE_MASK - Static variable in class io.netty.handler.codec.compression.Crc32c
 
BYTE2CHAR - Static variable in class io.netty.buffer.ByteBufUtil.HexUtil
 
BYTE2HEX - Static variable in class io.netty.buffer.ByteBufUtil.HexUtil
 
BYTE2HEX_NOPAD - Static variable in class io.netty.util.internal.StringUtil
 
BYTE2HEX_PAD - Static variable in class io.netty.util.internal.StringUtil
 
byteArrayAppend(StringBuilder, byte[]) - Static method in class io.netty.util.internal.logging.MessageFormatter
 
byteArrayBaseOffset() - Static method in class io.netty.util.internal.PlatformDependent
 
byteArrayBaseOffset() - Static method in class io.netty.util.internal.PlatformDependent0
 
byteArrayBaseOffset0() - Static method in class io.netty.util.internal.PlatformDependent
 
ByteArrayDecoder - Class in io.netty.handler.codec.bytes
Decodes a received ByteBuf into 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
 
byteAtIndex(int, int) - Static method in class io.netty.handler.codec.http.websocketx.WebSocketUtil
 
byteBuf - Variable in class io.netty.handler.codec.http.multipart.AbstractMemoryHttpData
 
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
 
ByteBufChecksum - Class in io.netty.handler.codec.compression
Checksum implementation which can directly act on a ByteBuf.
ByteBufChecksum() - Constructor for class io.netty.handler.codec.compression.ByteBufChecksum
 
ByteBufChecksum.ReflectiveByteBufChecksum - Class in io.netty.handler.codec.compression
 
ByteBufChecksum.SlowByteBufChecksum - Class in io.netty.handler.codec.compression
 
ByteBufConvertible - Interface in io.netty.buffer
An interface that can be implemented by any object that know how to turn itself into a ByteBuf.
byteBuffer - Variable in class io.netty.handler.stream.ChunkedNioStream
Associated ByteBuffer
byteBufFormat - Variable in class io.netty.handler.logging.LoggingHandler
 
byteBufFormat() - Method in class io.netty.handler.logging.LoggingHandler
Returns the ByteBufFormat that this handler uses to log
ByteBufFormat - Enum in io.netty.handler.logging
Used to control the format and verbosity of logging for ByteBufs and ByteBufHolders.
ByteBufFormat() - Constructor for enum io.netty.handler.logging.ByteBufFormat
 
ByteBufHolder - Interface in io.netty.buffer
A packet which is send or receive.
ByteBufInputStream - Class in io.netty.buffer
An InputStream which reads data from a ByteBuf.
ByteBufInputStream(ByteBuf) - Constructor for class io.netty.buffer.ByteBufInputStream
Creates a new stream which reads data from the specified buffer starting at the current readerIndex and ending at the current writerIndex.
ByteBufInputStream(ByteBuf, boolean) - Constructor for class io.netty.buffer.ByteBufInputStream
Creates a new stream which reads data from the specified buffer starting at the current readerIndex and ending at the current writerIndex.
ByteBufInputStream(ByteBuf, int) - Constructor for class io.netty.buffer.ByteBufInputStream
Creates a new stream which reads data from the specified buffer starting at the current readerIndex and ending at readerIndex + length.
ByteBufInputStream(ByteBuf, int, boolean) - Constructor for class io.netty.buffer.ByteBufInputStream
Creates a new stream which reads data from the specified buffer starting at the current readerIndex and ending at readerIndex + length.
ByteBufOutputStream - Class in io.netty.buffer
An OutputStream which writes data to a ByteBuf.
ByteBufOutputStream(ByteBuf) - 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.
byteBufToErrors - Variable in class io.netty.handler.codec.redis.FixedRedisMessagePool
 
byteBufToIntegers - Variable in class io.netty.handler.codec.redis.FixedRedisMessagePool
 
byteBufToSimpleStrings - Variable in class io.netty.handler.codec.redis.FixedRedisMessagePool
 
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.
ByteBufUtil() - Constructor for class io.netty.buffer.ByteBufUtil
 
ByteBufUtil.HexUtil - Class in io.netty.buffer
 
ByteBufUtil.SWARByteSearch - Class in io.netty.buffer
 
ByteBufUtil.ThreadLocalDirectByteBuf - Class in io.netty.buffer
 
ByteBufUtil.ThreadLocalUnsafeDirectByteBuf - Class in io.netty.buffer
 
byteChannel - Variable in class io.netty.channel.epoll.AbstractEpollStreamChannel
 
byteChannel - Variable in class io.netty.channel.kqueue.AbstractKQueueStreamChannel
 
ByteCollections - Class in io.netty.util.collection
Utilities for byte-based primitive collections.
ByteCollections() - Constructor for class io.netty.util.collection.ByteCollections
 
ByteCollections.EmptyMap - Class in io.netty.util.collection
An empty map.
ByteCollections.UnmodifiableMap<V> - Class in io.netty.util.collection
An unmodifiable wrapper around a ByteObjectMap.
ByteCollections.UnmodifiableMap.EntryImpl - Class in io.netty.util.collection
Unmodifiable wrapper for an entry.
ByteCollections.UnmodifiableMap.IteratorImpl - Class in io.netty.util.collection
Unmodifiable wrapper for an iterator.
byteDecoder - Variable in class io.netty.handler.codec.http2.Http2ConnectionHandler
 
ByteObjectHashMap<V> - Class in io.netty.util.collection
A hash map implementation of ByteObjectMap that 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
 
ByteObjectHashMap.EntrySet - Class in io.netty.util.collection
Set implementation for iterating over the entries of the map.
ByteObjectHashMap.KeySet - Class in io.netty.util.collection
Set implementation for iterating over the keys.
ByteObjectHashMap.MapEntry - Class in io.netty.util.collection
A single entry in the map.
ByteObjectHashMap.MapIterator - Class in io.netty.util.collection
Iterator used by the Map interface.
ByteObjectHashMap.PrimitiveIterator - Class in io.netty.util.collection
Iterator over primitive entries.
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()
byteOrder - Variable in class io.netty.handler.codec.LengthFieldBasedFrameDecoder
 
byteOrder - Variable in class io.netty.handler.codec.LengthFieldPrepender
 
BYTEPADDING - Static variable in class io.netty.buffer.ByteBufUtil.HexUtil
 
ByteProcessor - Interface in io.netty.util
Provides a mechanism to iterate over a collection of bytes.
ByteProcessor.IndexNotOfProcessor - Class in io.netty.util
A ByteProcessor which finds the first appearance which is not of a specific byte.
ByteProcessor.IndexOfProcessor - Class in io.netty.util
A ByteProcessor which finds the first appearance of a specific byte.
ByteProcessorUtils - Class in io.netty.util
 
ByteProcessorUtils() - Constructor for class io.netty.util.ByteProcessorUtils
 
bytes - Variable in class io.netty.channel.PendingWriteQueue
 
bytes - Variable in class io.netty.handler.codec.http.HttpResponseStatus
 
bytes - Variable in class io.netty.handler.codec.http.HttpVersion
 
bytes - Variable in class io.netty.handler.codec.http.multipart.HttpPostBodyUtil.SeekAheadOptimize
 
bytes - Variable in class io.netty.handler.ssl.util.LazyJavaxX509Certificate
 
bytes - Variable in class io.netty.handler.ssl.util.LazyX509Certificate
 
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
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.AdvancedLeakAwareByteBuf
 
bytesBefore(byte) - Method in class io.netty.buffer.AdvancedLeakAwareCompositeByteBuf
 
bytesBefore(byte) - Method in class io.netty.buffer.ByteBuf
Locates the first occurrence of the specified value in 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(byte) - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
bytesBefore(byte) - Method in class io.netty.handler.codec.ReplayingDecoderByteBuf
 
bytesBefore(int, byte) - Method in class io.netty.buffer.AbstractByteBuf
 
bytesBefore(int, byte) - Method in class io.netty.buffer.AdvancedLeakAwareByteBuf
 
bytesBefore(int, byte) - Method in class io.netty.buffer.AdvancedLeakAwareCompositeByteBuf
 
bytesBefore(int, byte) - Method in class io.netty.buffer.ByteBuf
Locates the first occurrence of the specified value in 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, byte) - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
bytesBefore(int, byte) - Method in class io.netty.handler.codec.ReplayingDecoderByteBuf
 
bytesBefore(int, int, byte) - Method in class io.netty.buffer.AbstractByteBuf
 
bytesBefore(int, int, byte) - Method in class io.netty.buffer.AdvancedLeakAwareByteBuf
 
bytesBefore(int, int, byte) - Method in class io.netty.buffer.AdvancedLeakAwareCompositeByteBuf
 
bytesBefore(int, int, byte) - Method in class io.netty.buffer.ByteBuf
Locates the first occurrence of the specified value in 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
 
bytesBefore(int, int, byte) - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
bytesBefore(int, int, byte) - Method in class io.netty.handler.codec.ReplayingDecoderByteBuf
 
bytesBeforeUnwritable() - Method in class io.netty.channel.AbstractChannel
 
bytesBeforeUnwritable() - Method in interface io.netty.channel.Channel
Get how many bytes can be written until Channel.isWritable() returns false.
bytesBeforeUnwritable() - Method in class io.netty.channel.ChannelOutboundBuffer
Get how many bytes can be written until ChannelOutboundBuffer.isWritable() returns false.
bytesBeforeUnwritable() - Method in class io.netty.handler.codec.http2.AbstractHttp2StreamChannel
 
bytesBeforeWritable() - Method in class io.netty.channel.AbstractChannel
 
bytesBeforeWritable() - Method in interface io.netty.channel.Channel
Get how many bytes must be drained from underlying buffers until Channel.isWritable() returns true.
bytesBeforeWritable() - Method in class io.netty.channel.ChannelOutboundBuffer
Get how many bytes must be drained from the underlying buffer until ChannelOutboundBuffer.isWritable() returns true.
bytesBeforeWritable() - Method in class io.netty.handler.codec.http2.AbstractHttp2StreamChannel
 
bytesRealWriteFlowControl(long) - Method in class io.netty.handler.traffic.TrafficCounter
Computes counters for Real Write.
bytesRecvFlowControl(long) - Method in class io.netty.handler.traffic.TrafficCounter
Computes counters for Read.
bytesRemainingInVariablePart - Variable in class io.netty.handler.codec.mqtt.MqttDecoder
 
bytesToDiscard - Variable in class io.netty.handler.codec.LengthFieldBasedFrameDecoder
 
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.
bytesToRead - Variable in class io.netty.channel.DefaultMaxBytesRecvByteBufAllocator.HandleImpl
 
bytesWriteFlowControl(long) - Method in class io.netty.handler.traffic.TrafficCounter
Computes counters for Write.
byteToFind - Variable in class io.netty.util.ByteProcessor.IndexOfProcessor
 
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) with true as 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) with true as boolean value.
ByteToMessageCodec(Class<? extends I>, boolean) - Constructor for class io.netty.handler.codec.ByteToMessageCodec
Create a new instance
ByteToMessageCodec.Encoder - Class in io.netty.handler.codec
 
ByteToMessageDecoder - Class in io.netty.handler.codec
ChannelInboundHandlerAdapter which decodes bytes in a stream-like fashion from one ByteBuf to an other Message type.
ByteToMessageDecoder() - Constructor for class io.netty.handler.codec.ByteToMessageDecoder
 
ByteToMessageDecoder.Cumulator - Interface in io.netty.handler.codec
Cumulate ByteBufs.
byteToNotFind - Variable in class io.netty.util.ByteProcessor.IndexNotOfProcessor
 
byteValue - Variable in class io.netty.handler.codec.dns.DnsOpCode
 
byteValue - Variable in enum io.netty.handler.codec.haproxy.HAProxyCommand
 
byteValue - Variable in enum io.netty.handler.codec.haproxy.HAProxyProtocolVersion
 
byteValue - Variable in enum io.netty.handler.codec.haproxy.HAProxyProxiedProtocol.AddressFamily
 
byteValue - Variable in enum io.netty.handler.codec.haproxy.HAProxyProxiedProtocol
 
byteValue - Variable in enum io.netty.handler.codec.mqtt.MqttConnectReturnCode
 
byteValue - Variable in enum io.netty.handler.codec.mqtt.MqttReasonCodes.Auth
 
byteValue - Variable in enum io.netty.handler.codec.mqtt.MqttReasonCodes.Disconnect
 
byteValue - Variable in enum io.netty.handler.codec.mqtt.MqttReasonCodes.PubAck
 
byteValue - Variable in enum io.netty.handler.codec.mqtt.MqttReasonCodes.PubComp
 
byteValue - Variable in enum io.netty.handler.codec.mqtt.MqttReasonCodes.PubRec
 
byteValue - Variable in enum io.netty.handler.codec.mqtt.MqttReasonCodes.PubRel
 
byteValue - Variable in enum io.netty.handler.codec.mqtt.MqttReasonCodes.SubAck
 
byteValue - Variable in enum io.netty.handler.codec.mqtt.MqttReasonCodes.UnsubAck
 
byteValue - Variable in class io.netty.handler.codec.socksx.v4.Socks4CommandStatus
 
byteValue - Variable in class io.netty.handler.codec.socksx.v4.Socks4CommandType
 
byteValue - Variable in class io.netty.handler.codec.socksx.v5.Socks5AddressType
 
byteValue - Variable in class io.netty.handler.codec.socksx.v5.Socks5AuthMethod
 
byteValue - Variable in class io.netty.handler.codec.socksx.v5.Socks5CommandStatus
 
byteValue - Variable in class io.netty.handler.codec.socksx.v5.Socks5CommandType
 
byteValue - Variable in class io.netty.handler.codec.socksx.v5.Socks5PasswordAuthStatus
 
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
 
byteValueForType(HAProxyTLV.Type) - Static method in enum io.netty.handler.codec.haproxy.HAProxyTLV.Type
Returns the byte value for the HAProxyTLV.Type as defined in the PROXY protocol 1.5 spec.
Bzip2BitReader - Class in io.netty.handler.codec.compression
An bit reader that allows the reading of single bit booleans, bit strings of arbitrary length (up to 32 bits), and bit aligned 32-bit integers.
Bzip2BitReader() - Constructor for class io.netty.handler.codec.compression.Bzip2BitReader
 
Bzip2BitWriter - Class in io.netty.handler.codec.compression
A bit writer that allows the writing of single bit booleans, unary numbers, bit strings of arbitrary length (up to 32 bits), and bit aligned 32-bit integers.
Bzip2BitWriter() - Constructor for class io.netty.handler.codec.compression.Bzip2BitWriter
 
Bzip2BlockCompressor - Class in io.netty.handler.codec.compression
Compresses and writes a single Bzip2 block.

Block encoding consists of the following stages:
1.
Bzip2BlockCompressor(Bzip2BitWriter, int) - Constructor for class io.netty.handler.codec.compression.Bzip2BlockCompressor
 
Bzip2BlockDecompressor - Class in io.netty.handler.codec.compression
Reads and decompresses a single Bzip2 block.

Block decoding consists of the following stages:
1.
Bzip2BlockDecompressor(int, int, boolean, int, Bzip2BitReader) - Constructor for class io.netty.handler.codec.compression.Bzip2BlockDecompressor
 
Bzip2Constants - Class in io.netty.handler.codec.compression
Constants for both the Bzip2Encoder and the Bzip2Decoder.
Bzip2Constants() - Constructor for class io.netty.handler.codec.compression.Bzip2Constants
 
Bzip2Decoder - Class in io.netty.handler.codec.compression
Uncompresses a ByteBuf encoded with the Bzip2 format.
Bzip2Decoder() - Constructor for class io.netty.handler.codec.compression.Bzip2Decoder
 
Bzip2Decoder.State - Enum in io.netty.handler.codec.compression
Current state of stream.
Bzip2DivSufSort - Class in io.netty.handler.codec.compression
DivSufSort suffix array generator.
Based on libdivsufsort 1.2.3 patched to support Bzip2.
This is a simple conversion of the original C with two minor bugfixes applied (see "BUGFIX" comments within the class).
Bzip2DivSufSort(byte[], int[], int) - Constructor for class io.netty.handler.codec.compression.Bzip2DivSufSort
 
Bzip2DivSufSort.PartitionResult - Class in io.netty.handler.codec.compression
 
Bzip2DivSufSort.StackEntry - Class in io.netty.handler.codec.compression
 
Bzip2DivSufSort.TRBudget - Class in io.netty.handler.codec.compression
 
Bzip2Encoder - Class in io.netty.handler.codec.compression
Compresses a ByteBuf using 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.
Bzip2Encoder.State - Enum in io.netty.handler.codec.compression
Current state of stream.
Bzip2HuffmanAllocator - Class in io.netty.handler.codec.compression
An in-place, length restricted Canonical Huffman code length allocator.
Based on the algorithm proposed by R.
Bzip2HuffmanAllocator() - Constructor for class io.netty.handler.codec.compression.Bzip2HuffmanAllocator
 
Bzip2HuffmanStageDecoder - Class in io.netty.handler.codec.compression
A decoder for the Bzip2 Huffman coding stage.
Bzip2HuffmanStageDecoder(Bzip2BitReader, int, int) - Constructor for class io.netty.handler.codec.compression.Bzip2HuffmanStageDecoder
 
Bzip2HuffmanStageEncoder - Class in io.netty.handler.codec.compression
An encoder for the Bzip2 Huffman encoding stage.
Bzip2HuffmanStageEncoder(Bzip2BitWriter, char[], int, int, int[]) - Constructor for class io.netty.handler.codec.compression.Bzip2HuffmanStageEncoder
 
Bzip2MoveToFrontTable - Class in io.netty.handler.codec.compression
A 256 entry Move To Front transform.
Bzip2MoveToFrontTable() - Constructor for class io.netty.handler.codec.compression.Bzip2MoveToFrontTable
 
Bzip2MTFAndRLE2StageEncoder - Class in io.netty.handler.codec.compression
An encoder for the Bzip2 Move To Front Transform and Run-Length Encoding[2] stages.
Although conceptually these two stages are separate, it is computationally efficient to perform them in one pass.
Bzip2MTFAndRLE2StageEncoder(int[], int, boolean[]) - Constructor for class io.netty.handler.codec.compression.Bzip2MTFAndRLE2StageEncoder
 
Bzip2Rand - Class in io.netty.handler.codec.compression
Random numbers for decompress Bzip2 blocks.
Bzip2Rand() - Constructor for class io.netty.handler.codec.compression.Bzip2Rand
 

C

c - Variable in class io.netty.handler.codec.compression.Bzip2DivSufSort.StackEntry
 
c2b(char) - Static method in class io.netty.util.AsciiString
 
c2b0(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 - Variable in class io.netty.buffer.PooledByteBuf
 
cache - Variable in class io.netty.buffer.PoolThreadCache.FreeOnFinalize
 
cache - Variable in class io.netty.handler.ssl.OpenSslCachingKeyMaterialProvider
 
cache - Variable in class io.netty.resolver.dns.AuthoritativeDnsServerCacheAdapter
 
cache - Variable in class io.netty.resolver.dns.DefaultDnsCnameCache
 
cache(PoolArena<?>, int, PoolArena.SizeClass) - Method in class io.netty.buffer.PoolThreadCache
 
cache(PoolThreadCache.MemoryRegionCache<T>[], int) - Static method in class io.netty.buffer.PoolThreadCache
 
cache(DnsResolveContext.AuthoritativeNameServer, AuthoritativeDnsServerCache, EventLoop) - Static method in class io.netty.resolver.dns.DnsResolveContext.AuthoritativeNameServerList
 
cache(String, E, int, EventLoop) - Method in class io.netty.resolver.dns.Cache
Cache a value for the given hostname that will automatically expire once the TTL is reached.
cache(String, DnsRecord[], DnsRecord, DnsRecord) - Method in class io.netty.resolver.dns.DnsRecordResolveContext
 
cache(String, DnsRecord[], DnsRecord, InetAddress) - Method in class io.netty.resolver.dns.DnsAddressResolveContext
 
cache(String, DnsRecord[], DnsRecord, T) - Method in class io.netty.resolver.dns.DnsResolveContext
Caches a successful resolution.
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 DnsCacheEntry and cache a resolved address for a given hostname.
cache(String, DnsRecord[], InetAddress, long, EventLoop) - Method in class io.netty.resolver.dns.NoopDnsCache
 
cache(String, DnsRecord[], UnknownHostException) - Method in class io.netty.resolver.dns.DnsAddressResolveContext
 
cache(String, DnsRecord[], UnknownHostException) - Method in class io.netty.resolver.dns.DnsRecordResolveContext
 
cache(String, DnsRecord[], UnknownHostException) - Method in class io.netty.resolver.dns.DnsResolveContext
Caches a failed resolution.
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.AuthoritativeDnsServerCacheAdapter
 
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.DnsResolveContext.RedirectAuthoritativeDnsServerCache
 
cache(String, InetSocketAddress, long, EventLoop) - Method in class io.netty.resolver.dns.NoopAuthoritativeDnsServerCache
 
Cache<E> - Class in io.netty.resolver.dns
Abstract cache that automatically removes entries for a hostname once the TTL for an entry is reached.
Cache() - Constructor for class io.netty.resolver.dns.Cache
 
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"
CACHE_NOT_USED - Static variable in class io.netty.buffer.PooledByteBufAllocator
 
Cache.Entries - Class in io.netty.resolver.dns
 
cached(String) - Static method in class io.netty.util.AsciiString
Returns an AsciiString containing the given string and retains/caches the input string for later use in AsciiString.toString().
cacheDisabled(ClassLoader) - Static method in class io.netty.handler.codec.serialization.ClassResolvers
Deprecated.
cache disabled
cachedNioBuffers - Variable in class io.netty.buffer.PoolChunk
 
cachedStackTrace - Variable in exception io.netty.util.ResourceLeakException
Deprecated.
 
CachedValue(String) - Constructor for class io.netty.handler.ssl.CipherSuiteConverter.CachedValue
 
cacheForNormal(PoolArena<?>, int) - Method in class io.netty.buffer.PoolThreadCache
 
cacheForSmall(PoolArena<?>, int) - Method in class io.netty.buffer.PoolThreadCache
 
cacheFromJava(String, boolean) - Static method in class io.netty.handler.ssl.CipherSuiteConverter
 
cacheFromOpenSsl(String) - Static method in class io.netty.handler.ssl.CipherSuiteConverter
 
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.
cacheUnresolved(DnsResolveContext.AuthoritativeNameServer, AuthoritativeDnsServerCache, EventLoop) - Static method in class io.netty.resolver.dns.DnsResolveContext.AuthoritativeNameServerList
 
CachingClassResolver - Class in io.netty.handler.codec.serialization
 
CachingClassResolver(ClassResolver, Map<String, Class<?>>) - Constructor for class io.netty.handler.codec.serialization.CachingClassResolver
 
cal - Variable in class io.netty.handler.codec.DateFormatter
 
calcMaxSize(int) - Method in class io.netty.util.collection.ByteObjectHashMap
Calculates the maximum size allowed before rehashing.
calcMaxSize(int) - Method in class io.netty.util.collection.CharObjectHashMap
Calculates the maximum size allowed before rehashing.
calcMaxSize(int) - Method in class io.netty.util.collection.IntObjectHashMap
Calculates the maximum size allowed before rehashing.
calcMaxSize(int) - Method in class io.netty.util.collection.LongObjectHashMap
Calculates the maximum size allowed before rehashing.
calcMaxSize(int) - Method in class io.netty.util.collection.ShortObjectHashMap
Calculates the maximum size allowed before rehashing.
CALCULATE_THRESHOLD - Static variable in class io.netty.buffer.AbstractByteBufAllocator
 
calculateAndWriteChecksum(ByteBuf, ByteBuf) - Static method in class io.netty.handler.codec.compression.SnappyFrameEncoder
Calculates and writes the 4-byte checksum to the output buffer
calculateBufferCapacity(int) - Static method in class io.netty.channel.epoll.EpollEventArray
 
calculateBufferCapacity(int) - Static method in class io.netty.channel.kqueue.KQueueEventArray
 
calculateBufferCapacity(int) - Static method in class io.netty.channel.kqueue.NativeLongArray
 
calculateChecksum(ByteBuf) - Static method in class io.netty.handler.codec.compression.Snappy
Computes the CRC32C checksum of the supplied data and performs the "mask" operation on the computed checksum
calculateChecksum(ByteBuf, int, int) - Static method in class io.netty.handler.codec.compression.Snappy
Computes the CRC32C checksum of the supplied data and performs the "mask" operation on the computed checksum
calculateEcsAddressLength(int, int) - Static method in class io.netty.handler.codec.dns.DefaultDnsRecordEncoder
 
calculateMangledPackagePrefix() - Static method in class io.netty.util.internal.NativeLibraryLoader
Calculates the mangled shading prefix added to this class's full name.
calculateMaxBytesPerGatheringWrite() - Method in class io.netty.channel.epoll.EpollSocketChannelConfig
 
calculateMaxBytesPerGatheringWrite() - Method in class io.netty.channel.kqueue.KQueueSocketChannelConfig
 
calculateMaxBytesPerGatheringWrite() - Method in class io.netty.channel.socket.nio.NioSocketChannel.NioSocketChannelConfig
 
calculateMaxCapacity(int, int) - Static method in class io.netty.buffer.PoolChunkList
Calculates the maximum capacity of a buffer that will ever be possible to allocate out of the PoolChunks that belong to the PoolChunkList with the given minUsage and maxUsage settings.
calculateMaxHeaderListSizeGoAway(long) - Method in class io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder
Calculate the threshold in bytes which should trigger a GO_AWAY if a set of headers exceeds this amount.
calculateMaxHeaderListSizeGoAway(long) - Static method in class io.netty.handler.codec.http2.Http2CodecUtil
Calculate the threshold in bytes which should trigger a GO_AWAY if a set of headers exceeds this amount.
calculateMaxLengthForWrap(int, int) - Method in class io.netty.handler.ssl.ReferenceCountedOpenSslEngine
This method is intentionally not synchronized, only use if you know you are in the EventLoop thread and visibility on ReferenceCountedOpenSslEngine.maxWrapBufferSize and ReferenceCountedOpenSslEngine.maxWrapOverhead is achieved via other synchronized blocks.
calculateMaxWrapOverhead() - Method in class io.netty.handler.ssl.ReferenceCountedOpenSslEngine
It is assumed this method is called in a synchronized block (or the constructor)!
calculateNewCapacity(int, int) - Method in class io.netty.buffer.AbstractByteBufAllocator
 
calculateNewCapacity(int, int) - Method in interface io.netty.buffer.ByteBufAllocator
Calculate the new capacity of a ByteBuf that is used when a ByteBuf needs to expand by the minNewCapacity with maxCapacity as upper-bound.
calculateNewCapacity(int, int) - Method in class io.netty.channel.PreferHeapByteBufAllocator
 
calculateNewCapacity(int, int) - Method in class io.netty.channel.unix.PreferredDirectByteBufAllocator
 
calculateNext() - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers.ReadOnlyValueIterator
 
calculateNext(DefaultHeaders.HeaderEntry<K, V>) - Method in class io.netty.handler.codec.DefaultHeaders.ValueIterator
 
calculateOutNetBufSize(int, int) - Method in class io.netty.handler.ssl.ReferenceCountedOpenSslEngine
This method is intentionally not synchronized, only use if you know you are in the EventLoop thread and visibility on ReferenceCountedOpenSslEngine.maxWrapOverhead is achieved via other synchronized blocks.
calculateOutputBufferLength(int) - Static method in class io.netty.handler.codec.compression.FastLz
The output buffer must be at least 6% larger than the input buffer and can not be smaller than 66 bytes.
calculatePendingData(SslHandler, int) - Method in enum io.netty.handler.ssl.SslHandler.SslEngineType
 
calculateRemainingSize() - Method in class io.netty.handler.codec.http.multipart.HttpPostRequestEncoder
 
calculateRequiredOutBufSpace(SslHandler, int, int) - Method in enum io.netty.handler.ssl.SslHandler.SslEngineType
 
calculateRunSize(int) - Method in class io.netty.buffer.PoolChunk
 
calculateSize(int, int, int) - Static method in class io.netty.buffer.SizeClasses
 
calculateSize(Object) - Method in class io.netty.handler.traffic.AbstractTrafficShapingHandler
Calculate the size of the given Object.
calculateStrategy(IntSupplier, boolean) - Method in class io.netty.channel.DefaultSelectStrategy
 
calculateStrategy(IntSupplier, boolean) - Method in interface io.netty.channel.SelectStrategy
The SelectStrategy can be used to steer the outcome of a potential select call.
CALENDAR_MONTH_TO_SHORT_NAME - Static variable in class io.netty.handler.codec.DateFormatter
 
call() - Method in class io.netty.handler.codec.http.cors.CorsConfig.DateValueGenerator
Deprecated.
 
call() - Method in class io.netty.handler.codec.http.cors.CorsConfigBuilder.ConstantValueGenerator
 
call() - Method in class io.netty.handler.codec.http.cors.CorsConfigBuilder.DateValueGenerator
 
call() - Method in class io.netty.util.concurrent.PromiseTask.RunnableAdapter
 
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
 
called - Variable in class io.netty.handler.ssl.JdkAlpnSslEngine.AlpnSelector
 
callHandlerAdded() - Method in class io.netty.channel.AbstractChannelHandlerContext
 
callHandlerAdded0(AbstractChannelHandlerContext) - Method in class io.netty.channel.DefaultChannelPipeline
 
callHandlerAddedForAllHandlers() - Method in class io.netty.channel.DefaultChannelPipeline
 
callHandlerAddedInEventLoop(AbstractChannelHandlerContext, EventExecutor) - Method in class io.netty.channel.DefaultChannelPipeline
 
callHandlerCallbackLater(AbstractChannelHandlerContext, boolean) - Method in class io.netty.channel.DefaultChannelPipeline
 
callHandlerRemoved() - Method in class io.netty.channel.AbstractChannelHandlerContext
 
callHandlerRemoved0(AbstractChannelHandlerContext) - Method in class io.netty.channel.DefaultChannelPipeline
 
CAN_ENABLE_TCP_NODELAY_BY_DEFAULT - Static variable in class io.netty.util.internal.PlatformDependent
 
cancel() - Method in class io.netty.channel.AbstractChannelHandlerContext.WriteTask
 
cancel() - Method in class io.netty.channel.ChannelOutboundBuffer.Entry
 
cancel() - Method in class io.netty.util.HashedWheelTimer.HashedWheelTimeout
 
cancel() - Method in interface io.netty.util.Timeout
Attempts to cancel the TimerTask associated with this handle.
cancel(boolean) - Method in class io.netty.channel.DelegatingChannelPromiseNotifier
 
cancel(boolean) - Method in class io.netty.channel.group.VoidChannelGroupFuture
If the cancellation was successful it will fail the future with a CancellationException.
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(boolean) - Method in class io.netty.util.concurrent.PromiseTask
 
cancel(boolean) - Method in class io.netty.util.concurrent.ScheduledFutureTask
If the cancellation was successful it will fail the future with a CancellationException.
cancel(Http2Error, Throwable) - Method in class io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController.FlowState
Clears the pending queue and writes errors for each remaining frame.
cancel(SelectionKey) - Method in class io.netty.channel.nio.NioEventLoop
 
CANCEL - io.netty.handler.codec.http2.Http2Error
 
CANCEL - Static variable in class io.netty.handler.codec.spdy.SpdyStreamStatus
5 Cancel
cancelConnectTimeoutFuture() - Method in class io.netty.handler.proxy.ProxyHandler
 
cancelGoAwayStreams(StreamBufferingEncoder.GoAwayDetail) - Method in class io.netty.handler.codec.http2.StreamBufferingEncoder
 
CANCELLATION_CAUSE_HOLDER - Static variable in class io.netty.util.concurrent.DefaultPromise
 
CANCELLATION_STACK - Static variable in class io.netty.util.concurrent.DefaultPromise
 
cancelled - Variable in class io.netty.channel.ChannelOutboundBuffer.Entry
 
cancelled - Variable in class io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController.FlowState
Set to true if cancel() was called.
CANCELLED - Static variable in class io.netty.resolver.dns.Cache
 
CANCELLED - Static variable in class io.netty.util.concurrent.PromiseTask
 
cancelledKeys - Variable in class io.netty.channel.nio.NioEventLoop
 
cancelledTimeouts - Variable in class io.netty.util.HashedWheelTimer
 
cancelScheduledFlush() - Method in class io.netty.handler.flush.FlushConsolidationHandler
 
cancelScheduledTasks() - Method in class io.netty.channel.embedded.EmbeddedEventLoop
 
cancelScheduledTasks() - Method in class io.netty.util.concurrent.AbstractScheduledEventExecutor
Cancel all scheduled tasks.
cancelWithoutRemove(boolean) - Method in class io.netty.util.concurrent.ScheduledFutureTask
 
canCreateStream() - Method in class io.netty.handler.codec.http2.StreamBufferingEncoder
Determines whether or not we're allowed to create a new stream right now.
canEnableTcpNoDelayByDefault() - Static method in class io.netty.util.internal.PlatformDependent
Returns true if and only if it is fine to enable TCP_NODELAY socket option by default.
canExecuteExecutable(File) - Static method in class io.netty.util.internal.NativeLibraryLoader.NoexecVolumeDetector
 
canModify - Variable in class io.netty.handler.codec.mqtt.MqttProperties
 
cannotBeCombined(CharSequence) - Static method in class io.netty.handler.codec.http.CombinedHttpHeaders.CombinedHttpHeadersImpl
 
canOpenStream() - Method in class io.netty.handler.codec.http2.DefaultHttp2Connection.DefaultEndpoint
 
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().
capacity - Variable in class io.netty.buffer.FixedCompositeByteBuf
 
capacity - Variable in class io.netty.buffer.UnpooledDirectByteBuf
 
capacity - Variable in class io.netty.channel.kqueue.KQueueEventArray
 
capacity - Variable in class io.netty.channel.kqueue.NativeLongArray
 
capacity - Variable in class io.netty.handler.codec.http2.HpackDynamicTable
 
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.FixedCompositeByteBuf
 
capacity() - Method in class io.netty.buffer.PooledByteBuf
 
capacity() - Method in class io.netty.buffer.PooledDuplicatedByteBuf
 
capacity() - Method in class io.netty.buffer.PooledSlicedByteBuf
 
capacity() - Method in class io.netty.buffer.ReadOnlyByteBuf
Deprecated.
 
capacity() - Method in class io.netty.buffer.ReadOnlyByteBufferBuf
 
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.UnpooledSlicedByteBuf
 
capacity() - Method in class io.netty.buffer.WrappedByteBuf
 
capacity() - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
capacity() - Method in class io.netty.channel.kqueue.KQueueEventArray
Return the capacity of the KQueueEventArray which represent the maximum number of kevents that can be stored in it.
capacity() - Method in class io.netty.handler.codec.http2.HpackDynamicTable
Return the maximum allowable size of the dynamic table.
capacity() - Method in class io.netty.handler.codec.ReplayingDecoderByteBuf
 
capacity() - Method in class io.netty.util.Recycler.BlockingMessageQueue
 
capacity(int) - Method in class io.netty.buffer.AbstractUnpooledSlicedByteBuf
 
capacity(int) - Method in class io.netty.buffer.AdvancedLeakAwareByteBuf
 
capacity(int) - Method in class io.netty.buffer.AdvancedLeakAwareCompositeByteBuf
 
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.FixedCompositeByteBuf
 
capacity(int) - Method in class io.netty.buffer.PooledByteBuf
 
capacity(int) - Method in class io.netty.buffer.PooledDuplicatedByteBuf
 
capacity(int) - Method in class io.netty.buffer.PooledSlicedByteBuf
 
capacity(int) - Method in class io.netty.buffer.ReadOnlyByteBuf
Deprecated.
 
capacity(int) - Method in class io.netty.buffer.ReadOnlyByteBufferBuf
 
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.UnpooledUnsafeNoCleanerDirectByteBuf
 
capacity(int) - Method in class io.netty.buffer.WrappedByteBuf
 
capacity(int) - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
capacity(int) - Method in class io.netty.handler.codec.ReplayingDecoderByteBuf
 
captureZeroByte - Variable in class io.netty.handler.pcap.PcapWriteHandler.Builder
 
captureZeroByte - Variable in class io.netty.handler.pcap.PcapWriteHandler
true if we want to capture packets with zero bytes else false.
captureZeroByte(boolean) - Method in class io.netty.handler.pcap.PcapWriteHandler.Builder
Set to true to enable capturing packets with empty (0 bytes) payload.
CARRIAGE_RETURN - Static variable in class io.netty.util.ByteProcessorUtils
 
CARRIAGE_RETURN - Static variable in class io.netty.util.internal.StringUtil
 
cas - Variable in class io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage
 
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
Link the Future and Promise such that if the Future completes the Promise will be notified.
cascade(F, Promise<? super V>) - Static method in class io.netty.util.concurrent.PromiseNotifier
Link the Future and Promise such that if the Future completes the Promise will be notified.
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
 
CaseIgnoringComparator - Class in io.netty.handler.codec.http.multipart
 
CaseIgnoringComparator() - Constructor for class io.netty.handler.codec.http.multipart.CaseIgnoringComparator
 
casState(int, int) - Method in class io.netty.channel.unix.FileDescriptor
 
cast(Promise<?>) - Static method in class io.netty.resolver.dns.DnsNameResolver
 
caState() - Method in class io.netty.channel.epoll.EpollTcpInfo
 
castRecord(Object) - Static method in class io.netty.handler.codec.dns.AbstractDnsMessage
 
cause - Variable in class io.netty.channel.FailedChannelFuture
 
cause - Variable in class io.netty.handler.codec.DecoderResult
 
cause - Variable in class io.netty.handler.ssl.SslCompletionEvent
 
cause - Variable in class io.netty.resolver.dns.DefaultDnsCache.DefaultDnsCacheEntry
 
cause - Variable in class io.netty.util.concurrent.DefaultPromise.CauseHolder
 
cause - Variable in class io.netty.util.concurrent.FailedFuture
 
cause - Variable in class io.netty.util.concurrent.PromiseCombiner
 
cause() - Method in class io.netty.channel.DelegatingChannelPromiseNotifier
 
cause() - Method in class io.netty.channel.FailedChannelFuture
 
cause() - Method in interface io.netty.channel.group.ChannelGroupFuture
 
cause() - Method in class io.netty.channel.group.DefaultChannelGroupFuture
 
cause() - Method in class io.netty.channel.group.VoidChannelGroupFuture
 
cause() - Method in class io.netty.channel.SucceededChannelFuture
 
cause() - Method in class io.netty.channel.VoidChannelPromise
 
cause() - Method in class io.netty.handler.codec.DecoderResult
 
cause() - Method in class io.netty.handler.ssl.SslCompletionEvent
Return the Throwable if SslCompletionEvent.isSuccess() returns false and so the completion failed.
cause() - Method in class io.netty.resolver.dns.DefaultDnsCache.DefaultDnsCacheEntry
 
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.resolver.dns.NoopDnsCache.NoopDnsCacheEntry
 
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
 
cause0(Object) - Method in class io.netty.util.concurrent.DefaultPromise
 
CauseHolder(Throwable) - Constructor for class io.netty.util.concurrent.DefaultPromise.CauseHolder
 
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 - Variable in class io.netty.handler.ssl.util.SelfSignedCertificate
 
cert() - Method in class io.netty.handler.ssl.util.SelfSignedCertificate
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.
CERT - Static variable in class io.netty.handler.ssl.OpenSsl
 
CERT_FOOTER - Static variable in class io.netty.handler.ssl.PemReader
 
CERT_HEADER - Static variable in class io.netty.handler.ssl.PemReader
 
CERT_IMPL_CONSTRUCTOR - Static variable in class io.netty.handler.ssl.util.OpenJdkSelfSignedCertGenerator
 
CERT_IMPL_GET_METHOD - Static variable in class io.netty.handler.ssl.util.OpenJdkSelfSignedCertGenerator
 
CERT_IMPL_SIGN_METHOD - Static variable in class io.netty.handler.ssl.util.OpenJdkSelfSignedCertGenerator
 
CERT_INFO_SET_METHOD - Static variable in class io.netty.handler.ssl.util.OpenJdkSelfSignedCertGenerator
 
certificate - Variable in class io.netty.handler.ssl.util.SelfSignedCertificate
 
certificate() - Method in class io.netty.handler.ssl.util.SelfSignedCertificate
Returns the generated X.509 certificate file in PEM format.
CERTIFICATE_COMPRESSION_ALGORITHMS - Static variable in class io.netty.handler.ssl.OpenSslContextOption
certificateChain - Variable in class io.netty.handler.ssl.OpenSslPrivateKey.OpenSslPrivateKeyMaterial
 
certificateChain() - Method in class io.netty.handler.ssl.DefaultOpenSslKeyMaterial
 
certificateChain() - Method in interface io.netty.handler.ssl.OpenSslKeyMaterial
Returns the configured X509Certificates.
certificateChain() - Method in class io.netty.handler.ssl.OpenSslPrivateKey.OpenSslPrivateKeyMaterial
 
certificateChainAddress() - Method in class io.netty.handler.ssl.DefaultOpenSslKeyMaterial
 
certificateChainAddress() - Method in interface io.netty.handler.ssl.OpenSslKeyMaterial
Returns the pointer to the STACK_OF(X509) which holds the certificate chain.
certificateChainAddress() - Method in class io.netty.handler.ssl.OpenSslPrivateKey.OpenSslPrivateKeyMaterial
 
certificates(byte[][]) - Static method in class io.netty.handler.ssl.ReferenceCountedOpenSslContext
 
ch - Variable in class io.netty.channel.epoll.AbstractEpollStreamChannel.SpliceInChannelTask
 
ch - Variable in class io.netty.channel.epoll.AbstractEpollStreamChannel.SpliceOutTask
 
ch - Variable in class io.netty.channel.nio.AbstractNioChannel
 
ch - Variable in class io.netty.channel.ThreadPerChannelEventLoop
Deprecated.
 
ch - Variable in class io.netty.resolver.dns.DnsNameResolver
 
ch() - Method in class io.netty.channel.nio.AbstractNioChannel.AbstractNioUnsafe
 
ch() - Method in interface io.netty.channel.nio.AbstractNioChannel.NioUnsafe
Return underlying SelectableChannel
chain - Variable in class io.netty.handler.ssl.DefaultOpenSslKeyMaterial
 
chance - Variable in class io.netty.handler.codec.compression.Bzip2DivSufSort.TRBudget
 
changeList - Variable in class io.netty.channel.kqueue.KQueueEventLoop
 
channel - Variable in class io.netty.channel.ChannelOutboundBuffer
 
channel - Variable in class io.netty.channel.CoalescingBufferQueue
 
channel - Variable in class io.netty.channel.CompleteChannelFuture
 
channel - Variable in class io.netty.channel.DefaultChannelConfig
 
channel - Variable in class io.netty.channel.DefaultChannelPipeline
 
channel - Variable in class io.netty.channel.DefaultChannelProgressivePromise
 
channel - Variable in class io.netty.channel.DefaultChannelPromise
 
channel - Variable in class io.netty.channel.group.ChannelMatchers.InstanceMatcher
 
channel - Variable in class io.netty.channel.VoidChannelPromise
 
channel - Variable in class io.netty.handler.codec.http2.Http2StreamChannelBootstrap
 
channel - Variable in class io.netty.resolver.dns.DnsQueryContext
 
channel - Variable in class io.netty.resolver.dns.DnsResolveContext
 
channel() - Method in class io.netty.channel.AbstractChannelHandlerContext
 
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 Channel which is bound to the ChannelHandlerContext.
channel() - Method in interface io.netty.channel.ChannelPipeline
Returns the Channel that this pipeline is attached to.
channel() - Method in interface io.netty.channel.ChannelPromise
 
channel() - Method in class io.netty.channel.CombinedChannelDuplexHandler.DelegatingChannelHandlerContext
 
channel() - Method in class io.netty.channel.CompleteChannelFuture
 
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() - Method in class io.netty.resolver.dns.DnsResolveContext
The Channel used.
channel(Class<? extends C>) - Method in class io.netty.bootstrap.AbstractBootstrap
The Class which is used to create Channel instances 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_DEFAULT_USER_DEFINED_WRITABILITY_INDEX - Static variable in class io.netty.handler.traffic.AbstractTrafficShapingHandler
Default value for Channel UserDefinedWritability index
CHANNEL_INPUT_SHUTDOWN_READ_COMPLETE_VISITOR - Static variable in class io.netty.handler.codec.http2.AbstractHttp2StreamChannel
 
CHANNEL_OUTBOUND_BUFFER_ENTRY_OVERHEAD - Static variable in class io.netty.channel.ChannelOutboundBuffer
 
CHANNEL_OUTPUT_SHUTDOWN_EVENT_VISITOR - Static variable in class io.netty.handler.codec.http2.AbstractHttp2StreamChannel
 
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 remoteAddress gets accepted by AbstractRemoteAddressFilter.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 Channel was acquired by calling ChannelPool.acquire() or ChannelPool.acquire(Promise).
channelActive(ChannelHandlerContext) - Method in interface io.netty.channel.ChannelInboundHandler
The Channel of the ChannelHandlerContext is now active
channelActive(ChannelHandlerContext) - Method in class io.netty.channel.ChannelInboundHandlerAdapter
channelActive(ChannelHandlerContext) - Method in class io.netty.channel.CombinedChannelDuplexHandler
 
channelActive(ChannelHandlerContext) - Method in class io.netty.channel.DefaultChannelPipeline.HeadContext
 
channelActive(ChannelHandlerContext) - Method in class io.netty.channel.DefaultChannelPipeline.TailContext
 
channelActive(ChannelHandlerContext) - Method in class io.netty.handler.codec.DatagramPacketDecoder
 
channelActive(ChannelHandlerContext) - Method in class io.netty.handler.codec.http.websocketx.WebSocketClientProtocolHandshakeHandler
 
channelActive(ChannelHandlerContext) - Method in class io.netty.handler.codec.http2.Http2ConnectionHandler.BaseDecoder
 
channelActive(ChannelHandlerContext) - Method in class io.netty.handler.codec.http2.Http2ConnectionHandler
 
channelActive(ChannelHandlerContext) - Method in class io.netty.handler.codec.http2.Http2ConnectionHandler.PrefaceDecoder
 
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.HttpProxyHandler.HttpClientCodecWrapper
 
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
 
channelActive(ChannelHandlerContext) - Method in class io.netty.resolver.dns.DnsNameResolver.DnsResponseHandler
 
channelActivePromise - Variable in class io.netty.resolver.dns.DnsNameResolver.DnsResponseHandler
 
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 Channel is created in the ChannelPool.
ChannelDuplexHandler - Class in io.netty.channel
ChannelHandler implementation which represents a combination out of a ChannelInboundHandler and the ChannelOutboundHandler.
ChannelDuplexHandler() - Constructor for class io.netty.channel.ChannelDuplexHandler
 
ChannelException - Exception in io.netty.channel
A RuntimeException which 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.
ChannelException.StacklessChannelException - Exception in io.netty.channel
 
channelFactory - Variable in class io.netty.bootstrap.AbstractBootstrap
 
channelFactory - Variable in class io.netty.resolver.dns.DnsNameResolverBuilder
 
channelFactory() - Method in class io.netty.bootstrap.AbstractBootstrap
 
channelFactory() - Method in class io.netty.bootstrap.AbstractBootstrapConfig
Returns the configured ChannelFactory or null if non is configured yet.
channelFactory() - Method in class io.netty.resolver.dns.DnsNameResolverBuilder
 
channelFactory(ChannelFactory<? extends C>) - Method in class io.netty.bootstrap.AbstractBootstrap
channelFactory(ChannelFactory<? extends C>) - Method in class io.netty.bootstrap.AbstractBootstrap
ChannelFactory which is used to create Channel instances from when calling AbstractBootstrap.bind().
channelFactory(ChannelFactory<? extends DatagramChannel>) - Method in class io.netty.resolver.dns.DnsNameResolverBuilder
Sets the ChannelFactory that will create a DatagramChannel.
ChannelFactory<T extends Channel> - Interface in io.netty.bootstrap
Deprecated.
Use ChannelFactory instead.
ChannelFactory<T extends Channel> - Interface in io.netty.channel
Creates a new Channel.
ChannelFlushPromiseNotifier - Class in io.netty.channel
This implementation allows to register ChannelFuture instances 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() and ChannelPromise.setFailure(Throwable) to notify the ChannelPromises.
ChannelFlushPromiseNotifier(boolean) - Constructor for class io.netty.channel.ChannelFlushPromiseNotifier
Create a new instance
ChannelFlushPromiseNotifier.DefaultFlushCheckpoint - Class in io.netty.channel
 
ChannelFlushPromiseNotifier.FlushCheckpoint - Interface in io.netty.channel
 
ChannelFuture - Interface in io.netty.channel
The result of an asynchronous Channel I/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 Set that contains open Channels and provides various bulk operations on them.
ChannelGroupException - Exception in io.netty.channel.group
ChannelException which holds ChannelFutures 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 ChannelGroup operation.
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 ChannelHandler can be added to one or more ChannelPipelines 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 ChannelHandlerContext for 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 ChannelHandlerContext for which to apply flow control on.
channelHandlerContext(ChannelHandlerContext) - Method in class io.netty.handler.codec.http2.DelegatingDecompressorFrameListener.ConsumedBytesConverter
 
channelHandlerContext(ChannelHandlerContext) - Method in interface io.netty.handler.codec.http2.Http2FlowController
Set the ChannelHandlerContext for which to apply flow control on.
ChannelHandlerContext - Interface in io.netty.channel
Enables a ChannelHandler to interact with its ChannelPipeline and other handlers.
ChannelHandlerMask - Class in io.netty.channel
 
ChannelHandlerMask() - Constructor for class io.netty.channel.ChannelHandlerMask
 
ChannelHandlerMask.Skip - Annotation Type in io.netty.channel
Indicates that the annotated event handler method in ChannelHandler will not be invoked by ChannelPipeline and so MUST only be used when the ChannelHandler method does nothing except forward to the next ChannelHandler in the pipeline.
ChannelHealthChecker - Interface in io.netty.channel.pool
Called before a Channel will be returned via ChannelPool.acquire() or ChannelPool.acquire(Promise).
channelId - Variable in class io.netty.handler.codec.http2.AbstractHttp2StreamChannel
 
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 IdleStateEvent should be fired.
channelIdle(ChannelHandlerContext, IdleStateEvent) - Method in class io.netty.handler.timeout.ReadTimeoutHandler
 
channelInactive(ChannelHandlerContext) - Method in interface io.netty.channel.ChannelInboundHandler
The Channel of the ChannelHandlerContext was registered is now inactive and reached its end of lifetime.
channelInactive(ChannelHandlerContext) - Method in class io.netty.channel.ChannelInboundHandlerAdapter
channelInactive(ChannelHandlerContext) - Method in class io.netty.channel.CombinedChannelDuplexHandler
 
channelInactive(ChannelHandlerContext) - Method in class io.netty.channel.DefaultChannelPipeline.HeadContext
 
channelInactive(ChannelHandlerContext) - Method in class io.netty.channel.DefaultChannelPipeline.TailContext
 
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.DatagramPacketDecoder
 
channelInactive(ChannelHandlerContext) - Method in class io.netty.handler.codec.http.HttpClientCodec.Decoder
 
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.http.websocketx.extensions.compression.DeflateDecoder
 
channelInactive(ChannelHandlerContext) - Method in class io.netty.handler.codec.http.websocketx.WebSocketClientProtocolHandshakeHandler
 
channelInactive(ChannelHandlerContext) - Method in class io.netty.handler.codec.http2.Http2ConnectionHandler.BaseDecoder
 
channelInactive(ChannelHandlerContext) - Method in class io.netty.handler.codec.http2.Http2ConnectionHandler
 
channelInactive(ChannelHandlerContext) - Method in class io.netty.handler.codec.http2.Http2ConnectionHandler.PrefaceDecoder
 
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.memcache.binary.BinaryMemcacheClientCodec.Decoder
 
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.HttpProxyHandler.HttpClientCodecWrapper
 
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
ChannelHandler which adds callbacks for state changes.
ChannelInboundHandlerAdapter - Class in io.netty.channel
Abstract base class for ChannelInboundHandler implementations 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 ChannelInboundHandler which offers an easy way to initialize a Channel once it was registered to its EventLoop.
ChannelInitializer() - Constructor for class io.netty.channel.ChannelInitializer
 
channelInputClosed(ChannelHandlerContext, boolean) - Method in class io.netty.handler.codec.ByteToMessageDecoder
 
channelInputClosed(ChannelHandlerContext, List<Object>) - Method in class io.netty.handler.codec.ByteToMessageDecoder
Called when the input of the channel was closed which may be because it changed to inactive or because of ChannelInputShutdownEvent.
channelInputClosed(ChannelHandlerContext, List<Object>) - Method in class io.netty.handler.codec.ReplayingDecoder
 
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 a SocketChannel was shutdown and the DuplexChannelConfig.isAllowHalfClosure() method returns true.
ChannelInputShutdownEvent() - Constructor for class io.netty.channel.socket.ChannelInputShutdownEvent
 
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.
ChannelInputShutdownReadComplete() - Constructor for class io.netty.channel.socket.ChannelInputShutdownReadComplete
 
channelIterator - Variable in class io.netty.channel.SingleThreadEventLoop.ChannelsReadOnlyIterator
 
ChannelMatcher - Interface in io.netty.channel.group
Allows to only match some Channel's for operations in ChannelGroup.
ChannelMatchers - Class in io.netty.channel.group
Helper class which provides often used ChannelMatcher implementations.
ChannelMatchers() - Constructor for class io.netty.channel.group.ChannelMatchers
 
ChannelMatchers.ClassMatcher - Class in io.netty.channel.group
 
ChannelMatchers.CompositeMatcher - Class in io.netty.channel.group
 
ChannelMatchers.InstanceMatcher - Class in io.netty.channel.group
 
ChannelMatchers.InvertMatcher - Class in io.netty.channel.group
 
ChannelMetadata - Class in io.netty.channel
Represents the properties of a Channel implementation.
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 ChannelOption allows to configure a ChannelConfig in a type-safe way.
ChannelOption(int, String) - Constructor for class io.netty.channel.ChannelOption
Creates a new ChannelOption with the specified unique name.
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 AbstractChannel to store its pending outbound write requests.
ChannelOutboundBuffer(AbstractChannel) - Constructor for class io.netty.channel.ChannelOutboundBuffer
 
ChannelOutboundBuffer.Entry - Class in io.netty.channel
 
ChannelOutboundBuffer.MessageProcessor - Interface in io.netty.channel
 
ChannelOutboundBufferPendingBytesTracker(ChannelOutboundBuffer, MessageSizeEstimator.Handle) - Constructor for class io.netty.channel.PendingBytesTracker.ChannelOutboundBufferPendingBytesTracker
 
ChannelOutboundHandler - Interface in io.netty.channel
ChannelHandler which 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 a SocketChannel was shutdown.
ChannelOutputShutdownEvent() - Constructor for class io.netty.channel.socket.ChannelOutputShutdownEvent
 
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
 
ChannelPipeline - Interface in io.netty.channel
A list of ChannelHandlers which handles or intercepts inbound events and outbound operations of a Channel.
ChannelPipelineException - Exception in io.netty.channel
A ChannelException which is thrown when a ChannelPipeline failed 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 Channel and so act as a pool of these.
ChannelPoolFullException() - Constructor for exception io.netty.channel.pool.SimpleChannelPool.ChannelPoolFullException
 
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 ChannelPool implementations to a specific key.
ChannelProgressiveFuture - Interface in io.netty.channel
An special ChannelFuture which is used to indicate the FileRegion transfer progress
ChannelProgressiveFutureListener - Interface in io.netty.channel
An EventListener listener which will be called once the sending task associated with future is being transferred.
ChannelProgressivePromise - Interface in io.netty.channel
Special ChannelPromise which will be notified once the associated bytes is transferring.
ChannelPromise - Interface in io.netty.channel
Special ChannelFuture which is writable.
ChannelPromiseAggregator - Class in io.netty.channel
Deprecated.
Use PromiseCombiner Class 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.
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
channelQueues - Variable in class io.netty.handler.traffic.GlobalChannelTrafficShapingHandler
All queues per channel
channelQueues - Variable in class io.netty.handler.traffic.GlobalTrafficShapingHandler
All queues per channel
channelRead(ChannelHandlerContext, Object) - Method in class io.netty.bootstrap.ServerBootstrap.ServerBootstrapAcceptor
 
channelRead(ChannelHandlerContext, Object) - Method in interface io.netty.channel.ChannelInboundHandler
Invoked when the current Channel has read a message from the peer.
channelRead(ChannelHandlerContext, Object) - Method in class io.netty.channel.ChannelInboundHandlerAdapter
channelRead(ChannelHandlerContext, Object) - Method in class io.netty.channel.CombinedChannelDuplexHandler
 
channelRead(ChannelHandlerContext, Object) - Method in class io.netty.channel.DefaultChannelPipeline.HeadContext
 
channelRead(ChannelHandlerContext, Object) - Method in class io.netty.channel.DefaultChannelPipeline.TailContext
 
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.http.websocketx.WebSocketClientProtocolHandshakeHandler
 
channelRead(ChannelHandlerContext, Object) - Method in class io.netty.handler.codec.http.websocketx.WebSocketServerProtocolHandshakeHandler
 
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.MessageToMessageCodec
 
channelRead(ChannelHandlerContext, Object) - Method in class io.netty.handler.codec.MessageToMessageDecoder
 
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.HttpProxyHandler.HttpClientCodecWrapper
 
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
 
channelRead(ChannelHandlerContext, Object) - Method in class io.netty.resolver.dns.DnsNameResolver.DnsResponseHandler
 
channelRead0(ChannelHandlerContext, I) - Method in class io.netty.channel.SimpleChannelInboundHandler
Is called for each message of type SimpleChannelInboundHandler.
channelRead0(ChannelHandlerContext, FullHttpResponse) - Method in class io.netty.handler.ssl.ocsp.OcspHttpHandler
 
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
channelReadComplete(ChannelHandlerContext) - Method in class io.netty.channel.CombinedChannelDuplexHandler
 
channelReadComplete(ChannelHandlerContext) - Method in class io.netty.channel.DefaultChannelPipeline.HeadContext
 
channelReadComplete(ChannelHandlerContext) - Method in class io.netty.channel.DefaultChannelPipeline.TailContext
 
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.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.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.HttpProxyHandler.HttpClientCodecWrapper
 
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
 
channelReadComplete0(ChannelHandlerContext) - Method in class io.netty.handler.codec.http2.Http2ConnectionHandler
 
channelReadComplete0(ChannelHandlerContext) - Method in class io.netty.handler.ssl.SslHandler
 
channelReady(C, SelectionKey) - Method in interface io.netty.channel.nio.NioTask
Invoked when the SelectableChannel has been selected by the Selector.
channelReadyFuture - Variable in class io.netty.resolver.dns.DnsQueryContext
 
channelReadyPromise - Variable in class io.netty.resolver.dns.DnsNameResolver
 
channelRegistered(ChannelHandlerContext) - Method in interface io.netty.channel.ChannelInboundHandler
The Channel of the ChannelHandlerContext was registered with its EventLoop
channelRegistered(ChannelHandlerContext) - Method in class io.netty.channel.ChannelInboundHandlerAdapter
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.channel.DefaultChannelPipeline.HeadContext
 
channelRegistered(ChannelHandlerContext) - Method in class io.netty.channel.DefaultChannelPipeline.TailContext
 
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.proxy.HttpProxyHandler.HttpClientCodecWrapper
 
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 remoteAddress gets rejected by AbstractRemoteAddressFilter.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
channels - Variable in class io.netty.channel.epoll.EpollEventLoop
 
channels - Variable in class io.netty.channel.kqueue.KQueueEventLoop
 
ChannelsReadOnlyIterator(Iterable<T>) - Constructor for class io.netty.channel.SingleThreadEventLoop.ChannelsReadOnlyIterator
 
channelTrafficCounter - Variable in class io.netty.handler.traffic.GlobalChannelTrafficShapingHandler.PerChannel
 
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 AbstractTrafficShapingHandler is 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.
ChannelTrafficShapingHandler.ToSend - Class in io.netty.handler.traffic
 
channelType - Variable in class io.netty.handler.pcap.PcapWriteHandler.Builder
 
channelType - Variable in class io.netty.handler.pcap.PcapWriteHandler
Type of the channel this handler is registered on
channelType(Class<? extends DatagramChannel>) - Method in class io.netty.resolver.dns.DnsNameResolverBuilder
Sets the ChannelFactory as a ReflectiveChannelFactory of this type.
ChannelType() - Constructor for enum io.netty.handler.pcap.PcapWriteHandler.ChannelType
 
channelUnregistered(C, Throwable) - Method in interface io.netty.channel.nio.NioTask
Invoked when the SelectionKey of the specified SelectableChannel has been cancelled and thus this NioTask will not be notified anymore.
channelUnregistered(ChannelHandlerContext) - Method in interface io.netty.channel.ChannelInboundHandler
The Channel of the ChannelHandlerContext was unregistered from its EventLoop
channelUnregistered(ChannelHandlerContext) - Method in class io.netty.channel.ChannelInboundHandlerAdapter
channelUnregistered(ChannelHandlerContext) - Method in class io.netty.channel.CombinedChannelDuplexHandler
 
channelUnregistered(ChannelHandlerContext) - Method in class io.netty.channel.DefaultChannelPipeline.HeadContext
 
channelUnregistered(ChannelHandlerContext) - Method in class io.netty.channel.DefaultChannelPipeline.TailContext
 
channelUnregistered(ChannelHandlerContext) - Method in class io.netty.handler.codec.DatagramPacketDecoder
 
channelUnregistered(ChannelHandlerContext) - Method in class io.netty.handler.logging.LoggingHandler
 
channelUnregistered(ChannelHandlerContext) - Method in class io.netty.handler.proxy.HttpProxyHandler.HttpClientCodecWrapper
 
ChannelUtils - Class in io.netty.channel.internal
 
ChannelUtils() - Constructor for class io.netty.channel.internal.ChannelUtils
 
channelWritabilityChange() - Method in class io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController.ListenerWritabilityMonitor
 
channelWritabilityChange() - Method in class io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController.WritabilityMonitor
Called when the writability of the underlying channel changes.
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 Channel changed.
channelWritabilityChanged(ChannelHandlerContext) - Method in class io.netty.channel.ChannelInboundHandlerAdapter
channelWritabilityChanged(ChannelHandlerContext) - Method in class io.netty.channel.CombinedChannelDuplexHandler
 
channelWritabilityChanged(ChannelHandlerContext) - Method in class io.netty.channel.DefaultChannelPipeline.HeadContext
 
channelWritabilityChanged(ChannelHandlerContext) - Method in class io.netty.channel.DefaultChannelPipeline.TailContext
 
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.proxy.HttpProxyHandler.HttpClientCodecWrapper
 
channelWritabilityChanged(ChannelHandlerContext) - Method in class io.netty.handler.stream.ChunkedWriteHandler
 
CHAR_MAP - Static variable in class io.netty.handler.codec.http.QueryStringEncoder
 
charArrayAppend(StringBuilder, char[]) - Static method in class io.netty.util.internal.logging.MessageFormatter
 
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.
CharCollections() - Constructor for class io.netty.util.collection.CharCollections
 
CharCollections.EmptyMap - Class in io.netty.util.collection
An empty map.
CharCollections.UnmodifiableMap<V> - Class in io.netty.util.collection
An unmodifiable wrapper around a CharObjectMap.
CharCollections.UnmodifiableMap.EntryImpl - Class in io.netty.util.collection
Unmodifiable wrapper for an entry.
CharCollections.UnmodifiableMap.IteratorImpl - Class in io.netty.util.collection
Unmodifiable wrapper for an iterator.
CharObjectHashMap<V> - Class in io.netty.util.collection
A hash map implementation of CharObjectMap that 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
 
CharObjectHashMap.EntrySet - Class in io.netty.util.collection
Set implementation for iterating over the entries of the map.
CharObjectHashMap.KeySet - Class in io.netty.util.collection
Set implementation for iterating over the keys.
CharObjectHashMap.MapEntry - Class in io.netty.util.collection
A single entry in the map.
CharObjectHashMap.MapIterator - Class in io.netty.util.collection
Iterator used by the Map interface.
CharObjectHashMap.PrimitiveIterator - Class in io.netty.util.collection
Iterator over primitive entries.
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()
chars - Variable in class io.netty.util.internal.AppendableCharSequence
 
charSeq - Variable in class io.netty.handler.codec.stomp.StompSubframeDecoder.Utf8LineParser
 
charSequence() - Method in class io.netty.handler.codec.stomp.StompSubframeDecoder.Utf8LineParser
 
charSequenceEscaper - Variable in class io.netty.handler.codec.http.CombinedHttpHeaders.CombinedHttpHeadersImpl
 
charSequenceEscaper() - Method in class io.netty.handler.codec.http.CombinedHttpHeaders.CombinedHttpHeadersImpl
 
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, and CharSequences.
CharSequenceValueConverter() - Constructor for class io.netty.handler.codec.CharSequenceValueConverter
 
charset - Variable in class io.netty.handler.codec.http.multipart.AbstractHttpData
 
charset - Variable in class io.netty.handler.codec.http.multipart.DefaultHttpDataFactory
 
charset - Variable in class io.netty.handler.codec.http.multipart.HttpPostMultipartRequestDecoder
Default charset to use
charset - Variable in class io.netty.handler.codec.http.multipart.HttpPostRequestEncoder
Default charset to use
charset - Variable in class io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder
Default charset to use
charset - Variable in class io.netty.handler.codec.http.multipart.InternalAttribute
 
charset - Variable in class io.netty.handler.codec.http.QueryStringDecoder
 
charset - Variable in class io.netty.handler.codec.http.QueryStringEncoder
 
charset - Variable in class io.netty.handler.codec.string.LineEncoder
 
charset - Variable in class io.netty.handler.codec.string.StringDecoder
 
charset - Variable in class io.netty.handler.codec.string.StringEncoder
 
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"
CHARSET_EQUALS - Static variable in class io.netty.handler.codec.http.HttpUtil
 
charsetDecoderCache - Variable in class io.netty.util.internal.InternalThreadLocalMap
 
charsetDecoderCache() - Method in class io.netty.util.internal.InternalThreadLocalMap
 
charsetEncoderCache - Variable in class io.netty.util.internal.InternalThreadLocalMap
 
charsetEncoderCache() - Method in class io.netty.util.internal.InternalThreadLocalMap
 
CHARSETS - Static variable in class io.netty.util.CharsetUtil
 
CharsetUtil - Class in io.netty.util
A utility class that provides various common operations and constants related with Charset and its relevant classes.
CharsetUtil() - Constructor for class io.netty.util.CharsetUtil
 
check(ByteBuf) - Method in class io.netty.handler.codec.http.websocketx.Utf8Validator
 
check(ByteBuf, int, int) - Method in class io.netty.handler.codec.http.websocketx.Utf8Validator
 
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
 
checkAbstractEpollChannel(Channel) - Static method in class io.netty.channel.epoll.EpollChannelConfig
 
checkAccessible - Static variable in class io.netty.buffer.AbstractByteBuf
 
checkAddAllowed() - Method in class io.netty.util.concurrent.PromiseCombiner
 
checkAdded() - Method in class io.netty.channel.CombinedChannelDuplexHandler
 
checkAddress(String, HAProxyProxiedProtocol.AddressFamily) - Static method in class io.netty.handler.codec.haproxy.HAProxyMessage
Validate an address (IPv4, IPv6, Unix Socket)
checkAllWritabilityChanged() - Method in class io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController.ListenerWritabilityMonitor
 
checkAndConvertLevel(LogLevel) - Static method in class io.netty.handler.codec.http2.Http2FrameLogger
 
checkAndConvertLevel(LogLevel) - Static method in class io.netty.resolver.dns.LoggingDnsQueryLifeCycleObserverFactory
 
checkAvailable(int) - Method in class io.netty.buffer.ByteBufInputStream
 
checkBounds - Static variable in class io.netty.buffer.AbstractByteBuf
 
checkByte(byte, byte) - Static method in class io.netty.handler.codec.compression.SnappyFrameDecoder
 
checkCacheMayLeak(PoolThreadCache.MemoryRegionCache<?>[], String) - Static method in class io.netty.buffer.PoolThreadCache
 
checkChannelNotRegistered() - Method in class io.netty.channel.epoll.EpollChannelConfig
 
checkCharSequenceBounds(CharSequence, int, int) - Static method in class io.netty.buffer.ByteBufUtil
 
checkChecksum(ByteBufChecksum, ByteBuf, int) - Static method in class io.netty.handler.codec.compression.CompressionUtil
 
checkClientTrusted(X509Certificate[], String) - Method in class io.netty.handler.ssl.EnhancingX509ExtendedTrustManager
 
checkClientTrusted(X509Certificate[], String) - Method in class io.netty.handler.ssl.util.X509TrustManagerWrapper
 
checkClientTrusted(X509Certificate[], String, Socket) - Method in class io.netty.handler.ssl.EnhancingX509ExtendedTrustManager
 
checkClientTrusted(X509Certificate[], String, Socket) - Method in class io.netty.handler.ssl.util.X509TrustManagerWrapper
 
checkClientTrusted(X509Certificate[], String, SSLEngine) - Method in class io.netty.handler.ssl.EnhancingX509ExtendedTrustManager
 
checkClientTrusted(X509Certificate[], String, SSLEngine) - Method in class io.netty.handler.ssl.util.X509TrustManagerWrapper
 
checkCloseConnection(ChannelFuture) - Method in class io.netty.handler.codec.http2.Http2ConnectionHandler
Closes the connection if the graceful shutdown process has completed.
checkCloseFrameBody(ChannelHandlerContext, ByteBuf) - Method in class io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder
 
checkCnameLoop(String, String, String) - Static method in class io.netty.resolver.dns.DnsResolveContext
 
checkComponentIndex(int) - Method in class io.netty.buffer.CompositeByteBuf
 
checkComponentIndex(int, int) - Method in class io.netty.buffer.CompositeByteBuf
 
checkConnectionThenStreamWritabilityChanged(DefaultHttp2RemoteFlowController.FlowState) - Method in class io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController.ListenerWritabilityMonitor
 
checkContentState(int) - Static method in class io.netty.handler.codec.http.HttpObjectEncoder
 
checkCRC() - Method in class io.netty.handler.codec.compression.Bzip2BlockDecompressor
Verify and return the block CRC.
checkDeadLock() - Method in class io.netty.channel.DefaultChannelProgressivePromise
 
checkDeadLock() - Method in class io.netty.channel.DefaultChannelPromise
 
checkDeadLock() - Method in class io.netty.channel.group.DefaultChannelGroupFuture
 
checkDeadLock() - Method in class io.netty.handler.ssl.SslHandler.LazyChannelPromise
 
checkDeadLock() - Method in class io.netty.util.concurrent.DefaultPromise
 
checkDeadLock() - Method in class io.netty.util.concurrent.ImmediateEventExecutor.ImmediateProgressivePromise
 
checkDeadLock() - Method in class io.netty.util.concurrent.ImmediateEventExecutor.ImmediatePromise
 
checkDestroyed() - Method in class io.netty.handler.codec.http.multipart.HttpPostMultipartRequestDecoder
 
checkDestroyed() - Method in class io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder
 
checkDstIndex(int, int, int) - Method in class io.netty.buffer.AbstractByteBuf
 
checkDstIndex(int, int, int, int) - Method in class io.netty.buffer.AbstractByteBuf
 
checkDuplicateName(String) - Method in class io.netty.channel.DefaultChannelPipeline
 
checkEngineClosed() - Method in class io.netty.handler.ssl.ReferenceCountedOpenSslEngine
 
checkEOF(FileRegion) - Static method in class io.netty.channel.oio.OioByteStreamChannel
Deprecated.
 
checkErrorCode(int) - Static method in exception io.netty.handler.ssl.OpenSslCertificateException
 
checkException() - Method in class io.netty.channel.embedded.EmbeddedChannel
Check if there was any Throwable received and if so rethrow it.
checkException(ChannelPromise) - Method in class io.netty.channel.embedded.EmbeddedChannel
Checks for the presence of an Exception.
checkFileExist(String) - Static method in class io.netty.handler.codec.http.multipart.DeleteFileOnExitHook
Check in the hook files.
checkForOverflow(int, int) - Static method in class io.netty.buffer.CompositeByteBuf
 
checkHttpDataSize(HttpData) - Static method in class io.netty.handler.codec.http.multipart.DefaultHttpDataFactory
Utility method
checkIndex(int) - Method in class io.netty.buffer.AbstractByteBuf
 
checkIndex(int) - Method in class io.netty.buffer.EmptyByteBuf
 
checkIndex(int) - Method in class io.netty.handler.codec.CodecOutputList
 
checkIndex(int, int) - Method in class io.netty.buffer.AbstractByteBuf
 
checkIndex(int, int) - Method in class io.netty.buffer.EmptyByteBuf
 
checkIndex(int, int) - Method in class io.netty.handler.codec.ReplayingDecoderByteBuf
 
checkIndex0(int, int) - Method in class io.netty.buffer.AbstractByteBuf
 
checkIndexBounds(int, int, int) - Static method in class io.netty.buffer.AbstractByteBuf
 
checkInEventLoop() - Method in class io.netty.util.concurrent.PromiseCombiner
 
checking - Variable in class io.netty.handler.codec.http.websocketx.Utf8Validator
 
checkInputShutdown() - Method in class io.netty.channel.socket.oio.OioSocketChannel
Deprecated.
 
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 - Variable in class io.netty.handler.traffic.TrafficCounter
Delay between two captures
checkInterval() - Method in class io.netty.handler.traffic.TrafficCounter
 
checkIsSupported() - Static method in class io.netty.channel.epoll.SegmentedDatagramPacket
Deprecated.
 
checkJavaVersion() - Static method in class io.netty.channel.socket.nio.NioDatagramChannel
 
checkLength(int) - Method in class io.netty.buffer.EmptyByteBuf
 
checkMaxBytesPerReadPair(int, int) - Static method in class io.netty.channel.DefaultMaxBytesRecvByteBufAllocator
 
checkMultiplicity(ChannelHandler) - Static method in class io.netty.channel.DefaultChannelPipeline
 
checkNewCapacity(int) - Method in class io.netty.buffer.AbstractByteBuf
 
checkNewStreamAllowed(int, Http2Stream.State) - Method in class io.netty.handler.codec.http2.DefaultHttp2Connection.DefaultEndpoint
 
checkNextUri(String, String) - Method in class io.netty.handler.codec.http.websocketx.WebSocketServerProtocolHandshakeHandler
 
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.
checkNotifyWaiters() - Method in class io.netty.util.concurrent.DefaultPromise
Check if there are any waiters and if so notify these.
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.
checkNullElements(Collection<?>) - Static method in class io.netty.util.internal.RecyclableArrayList
 
checkOpen(boolean) - Method in class io.netty.channel.embedded.EmbeddedChannel
Returns true if the Channel is open and records optionally an Exception if it isn't.
checkpoint - Variable in class io.netty.channel.ChannelFlushPromiseNotifier.DefaultFlushCheckpoint
 
checkpoint - Variable in class io.netty.channel.DefaultChannelProgressivePromise
 
checkpoint - Variable in class io.netty.channel.DefaultChannelPromise
 
checkpoint - Variable in class io.netty.handler.codec.ReplayingDecoder
 
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.
checkPort(int, HAProxyProxiedProtocol.AddressFamily) - Static method in class io.netty.handler.codec.haproxy.HAProxyMessage
Validate the port depending on the addrFamily.
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.
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.
checkQuestion(int, DnsRecord) - Static method in class io.netty.handler.codec.dns.AbstractDnsMessage
 
checkRangeBounds(String, int, int, int) - Static method in class io.netty.buffer.AbstractByteBuf
 
checkReadableBounds(ByteBuf, int) - Static method in class io.netty.buffer.AbstractByteBuf
 
checkReadableBytes(int) - Method in class io.netty.buffer.AbstractByteBuf
Throws an IndexOutOfBoundsException if the current readable bytes of this buffer is less than the specified value.
checkReadableBytes(int) - Method in class io.netty.handler.codec.ReplayingDecoderByteBuf
 
checkReadableBytes0(int) - Method in class io.netty.buffer.AbstractByteBuf
 
checkResolvable(InetSocketAddress) - Static method in class io.netty.channel.epoll.AbstractEpollChannel
 
checkResolvable(InetSocketAddress) - Static method in class io.netty.channel.kqueue.AbstractKQueueChannel
 
checkServerTrusted(X509Certificate[], String) - Method in class io.netty.handler.ssl.EnhancingX509ExtendedTrustManager
 
checkServerTrusted(X509Certificate[], String) - Method in class io.netty.handler.ssl.util.X509TrustManagerWrapper
 
checkServerTrusted(X509Certificate[], String, Socket) - Method in class io.netty.handler.ssl.EnhancingX509ExtendedTrustManager
 
checkServerTrusted(X509Certificate[], String, Socket) - Method in class io.netty.handler.ssl.util.X509TrustManagerWrapper
 
checkServerTrusted(X509Certificate[], String, SSLEngine) - Method in class io.netty.handler.ssl.EnhancingX509ExtendedTrustManager
 
checkServerTrusted(X509Certificate[], String, SSLEngine) - Method in class io.netty.handler.ssl.util.X509TrustManagerWrapper
 
checkSharable(ChannelHandler) - Static method in class io.netty.handler.codec.http2.Http2MultiplexCodecBuilder
Deprecated.
 
checkSize - Variable in class io.netty.handler.codec.http.multipart.DefaultHttpDataFactory
 
checkSize(long) - Method in class io.netty.handler.codec.http.multipart.AbstractHttpData
 
checkSize(long) - Method in class io.netty.handler.codec.http.multipart.AbstractMixedHttpData
 
checkSize(long) - Method in interface io.netty.handler.codec.http.multipart.HttpData
Check if the new size is not reaching the max limit allowed.
checkSliceOutOfBounds(int, int, ByteBuf) - Static method in class io.netty.buffer.AbstractUnpooledSlicedByteBuf
 
checkSniHostnameMatch(byte[]) - Method in class io.netty.handler.ssl.ReferenceCountedOpenSslEngine
 
checkSniHostnameMatch(Collection<?>, byte[]) - Static method in class io.netty.handler.ssl.Java8SslUtils
 
checkSrcIndex(int, int, int, int) - Method in class io.netty.buffer.AbstractByteBuf
 
checkStartsWith - Variable in class io.netty.handler.codec.http.websocketx.WebSocketServerProtocolConfig.Builder
 
checkStartsWith - Variable in class io.netty.handler.codec.http.websocketx.WebSocketServerProtocolConfig
 
checkStartsWith() - Method in class io.netty.handler.codec.http.websocketx.WebSocketServerProtocolConfig
 
checkStartsWith(boolean) - Method in class io.netty.handler.codec.http.websocketx.WebSocketServerProtocolConfig.Builder
true to handle all requests, where URI path component starts from WebSocketServerProtocolConfig.websocketPath(), false for exact match (default).
checkStartTimeout(ChannelHandlerContext) - Method in class io.netty.handler.ssl.AbstractSniHandler
 
checkStateWritability(DefaultHttp2RemoteFlowController.FlowState) - Method in class io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController.ListenerWritabilityMonitor
 
checksum - Variable in class io.netty.handler.codec.compression.ByteBufChecksum.SlowByteBufChecksum
 
checksum - Variable in class io.netty.handler.codec.compression.FastLzFrameDecoder
Underlying checksum calculator in use.
checksum - Variable in class io.netty.handler.codec.compression.FastLzFrameEncoder
Underlying checksum calculator in use.
CHECKSUM_OFFSET - Static variable in class io.netty.handler.codec.compression.FastLz
 
checkTls13Ciphers(InternalLogger, String) - Static method in class io.netty.handler.ssl.OpenSsl
 
checkUnresolved(AddressedEnvelope<?, ?>) - Static method in class io.netty.channel.epoll.EpollDatagramChannel
 
checkUnresolved(AddressedEnvelope<?, ?>) - Static method in class io.netty.channel.kqueue.KQueueDatagramChannel
 
checkUnresolved(AddressedEnvelope<?, ?>) - Static method in class io.netty.channel.socket.nio.NioDatagramChannel
 
checkUnresolved(AddressedEnvelope<?, ?>) - Static method in class io.netty.channel.socket.oio.OioDatagramChannel
Deprecated.
 
checkUnsupported() - Method in class io.netty.handler.ssl.JdkAlpnSslEngine.AlpnSelector
 
checkUTF8String(ByteBuf) - Method in class io.netty.handler.codec.http.websocketx.Utf8FrameValidator
 
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
 
checkValidRatio(float) - Static method in class io.netty.handler.codec.http2.DefaultHttp2LocalFlowController
 
checkWaitReadTime(ChannelHandlerContext, long, long) - Method in class io.netty.handler.traffic.AbstractTrafficShapingHandler
Method overridden in GTSH to take into account specific timer for the channel.
checkWaitReadTime(ChannelHandlerContext, long, long) - Method in class io.netty.handler.traffic.GlobalChannelTrafficShapingHandler
 
checkWaitReadTime(ChannelHandlerContext, long, long) - Method in class io.netty.handler.traffic.GlobalTrafficShapingHandler
 
checkWriteSuspend(ChannelHandlerContext, long, long) - Method in class io.netty.handler.traffic.AbstractTrafficShapingHandler
Check the writability according to delay and size for the channel.
CHILD_CHANNEL_REGISTRATION_LISTENER - Static variable in class io.netty.handler.codec.http2.Http2MultiplexHandler
 
childArgs - Variable in class io.netty.channel.ThreadPerChannelEventLoopGroup
Deprecated.
 
childAttr(AttributeKey<T>, T) - Method in class io.netty.bootstrap.ServerBootstrap
Set the specific AttributeKey with the given value on every child Channel.
childAttrs - Variable in class io.netty.bootstrap.ServerBootstrap
 
childAttrs - Variable in class io.netty.bootstrap.ServerBootstrap.ServerBootstrapAcceptor
 
childAttrs() - Method in class io.netty.bootstrap.ServerBootstrap
 
childAttrs() - Method in class io.netty.bootstrap.ServerBootstrapConfig
Returns a copy of the configured attributes which will be used for the child channels.
childExecutor(EventExecutorGroup) - Method in class io.netty.channel.DefaultChannelPipeline
 
childExecutors - Variable in class io.netty.channel.DefaultChannelPipeline
 
childGroup - Variable in class io.netty.bootstrap.ServerBootstrap
 
childGroup - Variable in class io.netty.bootstrap.ServerBootstrap.ServerBootstrapAcceptor
 
childGroup() - Method in class io.netty.bootstrap.ServerBootstrap
Deprecated.
childGroup() - Method in class io.netty.bootstrap.ServerBootstrapConfig
Returns the configured EventLoopGroup which will be used for the child channels or null if non is configured yet.
childHandler - Variable in class io.netty.bootstrap.ServerBootstrap
 
childHandler - Variable in class io.netty.bootstrap.ServerBootstrap.ServerBootstrapAcceptor
 
childHandler - Variable in class io.netty.handler.codec.http2.Http2MultiplexCodecBuilder
Deprecated.
 
childHandler() - Method in class io.netty.bootstrap.ServerBootstrap
 
childHandler() - Method in class io.netty.bootstrap.ServerBootstrapConfig
Returns the configured ChannelHandler be used for the child channels or null if non is configured yet.
childHandler(ChannelHandler) - Method in class io.netty.bootstrap.ServerBootstrap
Set the ChannelHandler which is used to serve the request for the Channel's.
childListener - Variable in class io.netty.channel.group.DefaultChannelGroupFuture
 
childOption(ChannelOption<T>, T) - Method in class io.netty.bootstrap.ServerBootstrap
Allow to specify a ChannelOption which is used for the Channel instances once they get created (after the acceptor accepted the Channel).
childOptions - Variable in class io.netty.bootstrap.ServerBootstrap
 
childOptions - Variable in class io.netty.bootstrap.ServerBootstrap.ServerBootstrapAcceptor
 
childOptions() - Method in class io.netty.bootstrap.ServerBootstrap
 
childOptions() - Method in class io.netty.bootstrap.ServerBootstrapConfig
Returns a copy of the configured options which will be used for the child channels.
children - Variable in class io.netty.handler.codec.http2.WeightedFairQueueByteDistributor.State
 
children - Variable in class io.netty.handler.codec.redis.ArrayRedisMessage
 
children - Variable in class io.netty.handler.codec.redis.RedisArrayAggregator.AggregateState
 
children - Variable in class io.netty.util.concurrent.MultithreadEventExecutorGroup
 
children() - Method in class io.netty.handler.codec.redis.ArrayRedisMessage
Get children of this Arrays.
childTerminationListener - Variable in class io.netty.channel.ThreadPerChannelEventLoopGroup
Deprecated.
 
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.
chooseClientAlias(ReferenceCountedOpenSslEngine, String[], X500Principal[]) - Method in class io.netty.handler.ssl.OpenSslKeyMaterialManager
 
chooseClientAlias(String[], Principal[], Socket) - Method in class io.netty.handler.ssl.util.X509KeyManagerWrapper
 
chooseEngineClientAlias(String[], Principal[], SSLEngine) - Method in class io.netty.handler.ssl.util.X509KeyManagerWrapper
 
chooseEngineServerAlias(String, Principal[], SSLEngine) - Method in class io.netty.handler.ssl.util.X509KeyManagerWrapper
 
chooseKeyMaterial(ByteBufAllocator, String) - Method in class io.netty.handler.ssl.OpenSslCachingKeyMaterialProvider
 
chooseKeyMaterial(ByteBufAllocator, String) - Method in class io.netty.handler.ssl.OpenSslKeyMaterialProvider
Returns the OpenSslKeyMaterial or null (if none) that should be used during the handshake by OpenSSL.
chooseKeyMaterial(ByteBufAllocator, String) - Method in class io.netty.handler.ssl.OpenSslX509KeyManagerFactory.OpenSslKeyManagerFactorySpi.ProviderFactory.OpenSslPopulatedKeyMaterialProvider
 
chooser - Variable in class io.netty.util.concurrent.MultithreadEventExecutorGroup
 
chooseServerAlias(ReferenceCountedOpenSslEngine, String) - Method in class io.netty.handler.ssl.OpenSslKeyMaterialManager
 
chooseServerAlias(String, Principal[], Socket) - Method in class io.netty.handler.ssl.util.X509KeyManagerWrapper
 
chooseTrustManager(TrustManager[]) - Static method in class io.netty.handler.ssl.ReferenceCountedOpenSslContext
 
chooseX509KeyManager(KeyManager[]) - Static method in class io.netty.handler.ssl.ReferenceCountedOpenSslContext
 
chunk - Variable in class io.netty.buffer.PooledByteBuf
 
chunk - Variable in class io.netty.buffer.PoolSubpage
 
chunk - Variable in class io.netty.buffer.PoolThreadCache.MemoryRegionCache.Entry
 
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 ChunkedInput that 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 ChunkedInput that fetches data from a file chunk by chunk using NIO FileChannel.
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 ChunkedInput that fetches data from a ReadableByteChannel chunk 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 ChunkedInput that fetches data from an InputStream chunk 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.
chunkedSupported - Variable in class io.netty.handler.codec.http.HttpObjectDecoder
 
ChunkedWriteHandler - Class in io.netty.handler.stream
A ChannelHandler that adds support for writing a large data stream asynchronously neither spending a lot of memory nor getting OutOfMemoryError.
ChunkedWriteHandler() - Constructor for class io.netty.handler.stream.ChunkedWriteHandler
 
ChunkedWriteHandler(int) - Constructor for class io.netty.handler.stream.ChunkedWriteHandler
Deprecated.
ChunkedWriteHandler.PendingWrite - Class in io.netty.handler.stream
 
chunkLength - Variable in class io.netty.handler.codec.compression.FastLzFrameDecoder
Length of current received chunk of data.
chunkListMetrics - Variable in class io.netty.buffer.PoolArena
 
chunkLists() - Method in class io.netty.buffer.PoolArena
 
chunkLists() - Method in interface io.netty.buffer.PoolArenaMetric
Returns an unmodifiable List which holds PoolChunkListMetrics.
chunkPosition - Variable in class io.netty.handler.codec.http.multipart.AbstractMemoryHttpData
 
chunkSize - Variable in class io.netty.buffer.PoolChunk
 
chunkSize - Variable in class io.netty.buffer.PooledByteBufAllocator
 
chunkSize - Variable in class io.netty.buffer.SizeClasses
 
chunkSize - Variable in class io.netty.handler.codec.http.HttpObjectDecoder
 
chunkSize - Static variable in class io.netty.handler.codec.http.multipart.HttpPostBodyUtil
 
chunkSize - Variable in class io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheDecoder
 
chunkSize - Variable in class io.netty.handler.stream.ChunkedFile
 
chunkSize - Variable in class io.netty.handler.stream.ChunkedNioFile
 
chunkSize - Variable in class io.netty.handler.stream.ChunkedNioStream
 
chunkSize - Variable in class io.netty.handler.stream.ChunkedStream
 
chunkSize - Variable in class io.netty.util.Recycler
 
chunkSize - Variable in class io.netty.util.Recycler.LocalPool
 
chunkSize() - Method in class io.netty.buffer.PoolChunk
 
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
chunkSize() - Method in class io.netty.buffer.PooledByteBufAllocatorMetric
Return the chunk size for an arena.
ChunkType() - Constructor for enum io.netty.handler.codec.compression.SnappyFrameDecoder.ChunkType
 
cid - Variable in class io.netty.channel.epoll.VSockAddress
 
cipher - Variable in class io.netty.handler.ssl.ReferenceCountedOpenSslEngine.DefaultOpenSslSession
 
cipherFilter - Variable in class io.netty.handler.ssl.SslContextBuilder
 
ciphers - Variable in class io.netty.handler.ssl.SslContextBuilder
 
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() - Constructor for class io.netty.handler.ssl.Ciphers
 
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.
CIPHERS_JAVA_MOZILLA_MODERN_SECURITY - Static variable in class io.netty.handler.codec.http2.Http2SecurityUtil
Mozilla Modern Cipher Suites Intermediate compatibility minus the following cipher suites that are black listed by the HTTP/2 RFC.
CipherSuiteConverter - Class in io.netty.handler.ssl
Converts a Java cipher suite string to an OpenSSL cipher suite string and vice versa.
CipherSuiteConverter() - Constructor for class io.netty.handler.ssl.CipherSuiteConverter
 
CipherSuiteConverter.CachedValue - Class in io.netty.handler.ssl
Used to store nullable values in a CHM
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 - Variable in class io.netty.handler.ssl.JdkSslContext
 
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.
claim() - Method in class io.netty.util.Recycler.LocalPool
 
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
classCache - Variable in class io.netty.handler.codec.serialization.CachingClassResolver
 
ClassInitializerUtil - Class in io.netty.util.internal
Utility which ensures that classes are loaded by the ClassLoader.
ClassInitializerUtil() - Constructor for class io.netty.util.internal.ClassInitializerUtil
 
classLoader - Variable in class io.netty.handler.codec.serialization.ClassLoaderClassResolver
 
ClassLoaderClassResolver - Class in io.netty.handler.codec.serialization
 
ClassLoaderClassResolver(ClassLoader) - Constructor for class io.netty.handler.codec.serialization.ClassLoaderClassResolver
 
ClassMatcher(Class<? extends Channel>) - Constructor for class io.netty.channel.group.ChannelMatchers.ClassMatcher
 
classResolver - Variable in class io.netty.handler.codec.serialization.CompactObjectInputStream
 
classResolver - Variable in class io.netty.handler.codec.serialization.ObjectDecoder
Deprecated.
 
classResolver - Variable in class io.netty.handler.codec.serialization.ObjectDecoderInputStream
Deprecated.
 
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
ClassResolvers() - Constructor for class io.netty.handler.codec.serialization.ClassResolvers
Deprecated.
 
classToByteArray(Class<?>) - Static method in class io.netty.util.internal.NativeLibraryLoader
Load the helper Class as a byte array, to be redefined in specified ClassLoader.
clazz - Variable in class io.netty.channel.group.ChannelMatchers.ClassMatcher
 
CLEAN_METHOD - Static variable in class io.netty.util.internal.CleanerJava6
 
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.
cleanArray() - Method in class io.netty.channel.kqueue.KQueueEventLoop
Return a cleared IovArray that can be used for writes in this EventLoop.
cleanDatagramPacketArray() - Method in class io.netty.channel.epoll.EpollDatagramChannel
 
cleanDatagramPacketArray() - Method in class io.netty.channel.epoll.EpollEventLoop
Return a cleared NativeDatagramPacketArray that can be used for writes in this EventLoop.
Cleaner - Interface in io.netty.util.internal
Allows to free direct ByteBuffers.
CLEANER - Static variable in class io.netty.util.internal.PlatformDependent
 
CLEANER_FIELD - Static variable in class io.netty.util.internal.CleanerJava6
 
CLEANER_FIELD_OFFSET - Static variable in class io.netty.util.internal.CleanerJava6
 
CLEANER_RUNNING - Static variable in class io.netty.util.internal.ObjectCleaner
 
CLEANER_TASK - Static variable in class io.netty.util.internal.ObjectCleaner
 
CLEANER_THREAD_NAME - Static variable in class io.netty.util.internal.ObjectCleaner
 
cleanerFlags - Variable in class io.netty.util.internal.InternalThreadLocalMap
 
CleanerJava6 - Class in io.netty.util.internal
Allows to free direct ByteBuffer by using Cleaner.
CleanerJava6() - Constructor for class io.netty.util.internal.CleanerJava6
 
CleanerJava9 - Class in io.netty.util.internal
Provide a way to clean a ByteBuffer on Java9+.
CleanerJava9() - Constructor for class io.netty.util.internal.CleanerJava9
 
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.
cleanIovArray() - Method in class io.netty.channel.epoll.EpollEventLoop
Return a cleared IovArray that can be used for writes in this EventLoop.
cleanMixedAttributes() - Method in class io.netty.handler.codec.http.multipart.HttpPostMultipartRequestDecoder
Remove all Attributes that should be cleaned between two FileUpload in Mixed mode
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
cleanSession - Variable in class io.netty.handler.codec.mqtt.MqttMessageBuilders.ConnectBuilder
 
cleanSession(boolean) - Method in class io.netty.handler.codec.mqtt.MqttMessageBuilders.ConnectBuilder
 
cleanString(String) - Static method in class io.netty.handler.codec.http.multipart.HttpPostMultipartRequestDecoder
Clean the String from any unallowed character
cleanup() - Method in class io.netty.channel.epoll.EpollEventLoop
 
cleanup() - Method in class io.netty.channel.kqueue.KQueueEventLoop
 
cleanup() - Method in class io.netty.channel.nio.NioEventLoop
 
cleanup() - Method in class io.netty.handler.codec.http.HttpContentDecoder
 
cleanup() - Method in class io.netty.handler.codec.http.HttpContentEncoder
 
cleanup() - Method in class io.netty.handler.codec.http.websocketx.extensions.compression.DeflateDecoder
 
cleanup() - Method in class io.netty.handler.codec.http.websocketx.extensions.compression.DeflateEncoder
 
cleanup() - Method in class io.netty.handler.codec.http2.Http2ConnectionHandler.PrefaceDecoder
Releases the clientPrefaceString.
cleanup() - Method in class io.netty.util.concurrent.SingleThreadEventExecutor
Do nothing, sub-classes may override
cleanup() - Method in class io.netty.util.internal.ObjectCleaner.AutomaticCleanerReference
 
cleanup(DelegatingDecompressorFrameListener.Http2Decompressor) - Static method in class io.netty.handler.codec.http2.DelegatingDecompressorFrameListener
Release remaining content from the EmbeddedChannel.
cleanup(Http2Stream, EmbeddedChannel) - Method in class io.netty.handler.codec.http2.CompressorHttp2ConnectionEncoder
Release remaining content from EmbeddedChannel and remove the compressor from the Http2Stream.
CLEANUP_INTERVAL - Static variable in class io.netty.channel.nio.NioEventLoop
 
cleanupFastThreadLocals - Variable in class io.netty.util.concurrent.FastThreadLocalThread
 
cleanupSafely(ChannelHandlerContext) - Method in class io.netty.handler.codec.http.HttpContentDecoder
 
cleanupSafely(ChannelHandlerContext) - Method in class io.netty.handler.codec.http.HttpContentEncoder
 
cleanupTask - Variable in class io.netty.util.internal.ObjectCleaner.AutomaticCleanerReference
 
clear - Variable in class io.netty.handler.codec.spdy.DefaultSpdySettingsFrame
 
clear() - Method in class io.netty.buffer.AbstractByteBuf
 
clear() - Method in class io.netty.buffer.ByteBuf
Sets the readerIndex and writerIndex of this buffer to 0.
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.buffer.WrappedCompositeByteBuf
 
clear() - Method in class io.netty.channel.epoll.NativeDatagramPacketArray
 
clear() - Method in class io.netty.channel.group.DefaultChannelGroup
 
clear() - Method in class io.netty.channel.kqueue.KQueueEventArray
 
clear() - Method in class io.netty.channel.kqueue.NativeLongArray
 
clear() - Method in class io.netty.channel.unix.IovArray
 
clear() - Method in class io.netty.handler.codec.CodecOutputList
 
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.HpackDynamicTable
Remove all entries from the dynamic table.
clear() - Method in class io.netty.handler.codec.http2.MaxCapacityQueue
 
clear() - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
 
clear() - Method in class io.netty.handler.codec.ReplayingDecoderByteBuf
 
clear() - Method in class io.netty.handler.codec.serialization.ReferenceMap
 
clear() - Method in class io.netty.handler.ssl.OpenSslClientSessionCache
 
clear() - Method in class io.netty.handler.ssl.OpenSslSessionCache
Clear the cache and free all cached SSL_SESSION*.
clear() - Method in interface io.netty.resolver.dns.AuthoritativeDnsServerCache
Clears all cached nameservers.
clear() - Method in class io.netty.resolver.dns.AuthoritativeDnsServerCacheAdapter
 
clear() - Method in class io.netty.resolver.dns.Cache
Remove everything from the cache.
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.DnsResolveContext.RedirectAuthoritativeDnsServerCache
 
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.ByteCollections.EmptyMap
 
clear() - Method in class io.netty.util.collection.ByteCollections.UnmodifiableMap
 
clear() - Method in class io.netty.util.collection.ByteObjectHashMap
 
clear() - Method in class io.netty.util.collection.ByteObjectHashMap.KeySet
 
clear() - Method in class io.netty.util.collection.CharCollections.EmptyMap
 
clear() - Method in class io.netty.util.collection.CharCollections.UnmodifiableMap
 
clear() - Method in class io.netty.util.collection.CharObjectHashMap
 
clear() - Method in class io.netty.util.collection.CharObjectHashMap.KeySet
 
clear() - Method in class io.netty.util.collection.IntCollections.EmptyMap
 
clear() - Method in class io.netty.util.collection.IntCollections.UnmodifiableMap
 
clear() - Method in class io.netty.util.collection.IntObjectHashMap
 
clear() - Method in class io.netty.util.collection.IntObjectHashMap.KeySet
 
clear() - Method in class io.netty.util.collection.LongCollections.EmptyMap
 
clear() - Method in class io.netty.util.collection.LongCollections.UnmodifiableMap
 
clear() - Method in class io.netty.util.collection.LongObjectHashMap
 
clear() - Method in class io.netty.util.collection.LongObjectHashMap.KeySet
 
clear() - Method in class io.netty.util.collection.ShortCollections.EmptyMap
 
clear() - Method in class io.netty.util.collection.ShortCollections.UnmodifiableMap
 
clear() - Method in class io.netty.util.collection.ShortObjectHashMap
 
clear() - Method in class io.netty.util.collection.ShortObjectHashMap.KeySet
 
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() - Method in class io.netty.util.internal.ObjectCleaner.AutomaticCleanerReference
 
clear() - Method in class io.netty.util.Recycler.BlockingMessageQueue
 
clear(int) - Method in class io.netty.handler.codec.dns.AbstractDnsMessage
 
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 section of 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.AuthoritativeDnsServerCacheAdapter
 
clear(String) - Method in class io.netty.resolver.dns.Cache
Clear all entries (if anything exists) for the given hostname and return true if anything was removed.
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.DnsResolveContext.RedirectAuthoritativeDnsServerCache
 
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
 
clearAndCancel() - Method in class io.netty.resolver.dns.Cache.Entries
 
clearCache() - Static method in class io.netty.handler.ssl.CipherSuiteConverter
Clears the cache for testing purpose.
clearComps() - Method in class io.netty.buffer.CompositeByteBuf
 
clearEpollIn() - Method in class io.netty.channel.epoll.AbstractEpollChannel
 
clearEpollIn0() - Method in class io.netty.channel.epoll.AbstractEpollChannel.AbstractEpollUnsafe
 
clearEpollRdHup() - Method in class io.netty.channel.epoll.AbstractEpollChannel.AbstractEpollUnsafe
Clear the Native.EPOLLRDHUP flag from EPOLL, and close on failure.
clearFlag(int) - Method in class io.netty.channel.epoll.AbstractEpollChannel
 
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 PriorityQueue without calling PriorityQueueNode.priorityQueueIndex(DefaultPriorityQueue) or explicitly removing references to them to allow them to be garbage collected.
clearNioBuffers() - Method in class io.netty.channel.ChannelOutboundBuffer
 
clearOpWrite() - Method in class io.netty.channel.nio.AbstractNioByteChannel
 
clearPendingWrites(Throwable) - Method in class io.netty.handler.codec.spdy.SpdySession.StreamState
 
clearPreviouslyPersistedSettings() - Method in class io.netty.handler.codec.spdy.DefaultSpdySettingsFrame
 
clearPreviouslyPersistedSettings() - Method in interface io.netty.handler.codec.spdy.SpdySettingsFrame
Returns true if previously persisted settings should be cleared.
clearRdHup0() - Method in class io.netty.channel.kqueue.AbstractKQueueChannel
 
clearReadFilter() - Method in class io.netty.channel.kqueue.AbstractKQueueChannel
 
clearReadFilter0() - Method in class io.netty.channel.kqueue.AbstractKQueueChannel.AbstractKQueueUnsafe
 
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.
clearReadPending0() - Method in class io.netty.channel.nio.AbstractNioChannel
 
clearReadPending0() - Method in class io.netty.channel.socket.nio.NioDatagramChannel
 
clearReadPending0() - Method in class io.netty.channel.socket.oio.OioServerSocketChannel
Deprecated.
 
clearReadPending0() - Method in class io.netty.channel.socket.oio.OioSocketChannel
Deprecated.
 
clearReadPendingRunnable - Variable in class io.netty.channel.nio.AbstractNioChannel
 
clearReadPendingRunnable - Variable in class io.netty.channel.oio.AbstractOioChannel
Deprecated.
 
clearRefQueue() - Method in class io.netty.util.ResourceLeakDetector
 
clearSpliceQueue() - Method in class io.netty.channel.epoll.AbstractEpollStreamChannel
 
clearState(int) - Method in class io.netty.handler.ssl.SslHandler
 
clearTaskAfterCompletion(boolean, Runnable) - Method in class io.netty.util.concurrent.PromiseTask
 
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.
clearTimeouts(Set<Timeout>) - Method in class io.netty.util.HashedWheelTimer.HashedWheelBucket
Clear this bucket and return all not expired / cancelled Timeouts.
clearUserDefinedWritability(int) - Method in class io.netty.channel.ChannelOutboundBuffer
 
client() - Method in class io.netty.handler.codec.haproxy.HAProxySSLTLV
Returns the client bit field
CLIENT_DEFAULT_PROTOCOLS - Static variable in class io.netty.handler.ssl.OpenSsl
 
CLIENT_ENABLE_SESSION_CACHE - Static variable in class io.netty.handler.ssl.ReferenceCountedOpenSslContext
 
CLIENT_ENABLE_SESSION_TICKET - Static variable in class io.netty.handler.ssl.ReferenceCountedOpenSslContext
 
CLIENT_ENABLE_SESSION_TICKET_TLSV13 - Static variable in class io.netty.handler.ssl.ReferenceCountedOpenSslContext
 
CLIENT_ERROR - io.netty.handler.codec.http.HttpStatusClass
The client error class (4xx)
CLIENT_MAX_WINDOW - Static variable in class io.netty.handler.codec.http.websocketx.extensions.compression.PerMessageDeflateServerExtensionHandshaker
 
CLIENT_NO_CONTEXT - Static variable in class io.netty.handler.codec.http.websocketx.extensions.compression.PerMessageDeflateServerExtensionHandshaker
 
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 - Variable in class io.netty.handler.ssl.JdkSslContext
 
clientAuth - Variable in class io.netty.handler.ssl.ReferenceCountedOpenSslContext
 
clientAuth - Variable in class io.netty.handler.ssl.ReferenceCountedOpenSslEngine
 
clientAuth - Variable in class io.netty.handler.ssl.SslContextBuilder
 
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 SSLEngine with respect to client authentication.
ClientAuth() - Constructor for enum io.netty.handler.ssl.ClientAuth
 
clientBitField - Variable in class io.netty.handler.codec.haproxy.HAProxySSLTLV
 
clientConfig - Variable in class io.netty.handler.codec.http.websocketx.WebSocketClientProtocolHandler
 
ClientCookieDecoder - Class in io.netty.handler.codec.http.cookie
A RFC6265 compliant cookie decoder to be used client side.
ClientCookieDecoder(boolean) - Constructor for class io.netty.handler.codec.http.cookie.ClientCookieDecoder
 
ClientCookieDecoder.CookieBuilder - Class in io.netty.handler.codec.http.cookie
 
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.
ClientCookieEncoder() - Constructor for class io.netty.handler.codec.http.ClientCookieEncoder
Deprecated.
 
ClientCookieEncoder(boolean) - Constructor for class io.netty.handler.codec.http.cookie.ClientCookieEncoder
 
ClientHandshakeStateEvent() - Constructor for enum io.netty.handler.codec.http.websocketx.WebSocketClientProtocolHandler.ClientHandshakeStateEvent
 
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 - Variable in class io.netty.handler.codec.mqtt.MqttMessageBuilders.ConnAckPropertiesBuilder
 
clientId - Variable in class io.netty.handler.codec.mqtt.MqttMessageBuilders.ConnectBuilder
 
clientId(String) - Method in class io.netty.handler.codec.mqtt.MqttMessageBuilders.ConnectBuilder
 
clientIdentifier - Variable in class io.netty.handler.codec.mqtt.MqttConnectPayload
 
clientIdentifier() - Method in class io.netty.handler.codec.mqtt.MqttConnectPayload
 
clientKeyType(byte) - Static method in class io.netty.handler.ssl.ReferenceCountedOpenSslClientContext.OpenSslClientCertificateCallback
 
clientMode - Variable in class io.netty.handler.ssl.ReferenceCountedOpenSslEngine
 
clientNoContext - Variable in class io.netty.handler.codec.http.websocketx.extensions.compression.PerMessageDeflateClientExtensionHandshaker.PermessageDeflateExtension
 
clientNoContext - Variable in class io.netty.handler.codec.http.websocketx.extensions.compression.PerMessageDeflateServerExtensionHandshaker.PermessageDeflateExtension
 
clientPrefaceString - Variable in class io.netty.handler.codec.http2.Http2ConnectionHandler.PrefaceDecoder
 
clientPrefaceString(Http2Connection) - Static method in class io.netty.handler.codec.http2.Http2ConnectionHandler
Returns the client preface string if this is a client connection, otherwise returns null.
clientWindowSize - Variable in class io.netty.handler.codec.http.websocketx.extensions.compression.PerMessageDeflateClientExtensionHandshaker.PermessageDeflateExtension
 
clientWindowSize - Variable in class io.netty.handler.codec.http.websocketx.extensions.compression.PerMessageDeflateServerExtensionHandshaker.PermessageDeflateExtension
 
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(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.
cloneBytes() - Method in class io.netty.handler.ssl.OpenSslSessionId
 
close() - Method in class io.netty.buffer.ByteBufInputStream
 
close() - Method in class io.netty.buffer.ByteBufOutputStream
 
close() - Method in class io.netty.channel.AbstractChannel
 
close() - Method in class io.netty.channel.AbstractChannelHandlerContext
 
close() - Method in interface io.netty.channel.ChannelOutboundInvoker
Request to close the Channel and notify the ChannelFuture once the operation completes, either because the operation was successful or because of an error.
close() - Method in class io.netty.channel.CombinedChannelDuplexHandler.DelegatingChannelHandlerContext
 
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 class io.netty.channel.nio.SelectedSelectionKeySetSelector
 
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 Bzip2Encoder and 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.ZlibEncoder
Close this ZlibEncoder and 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.AbstractHttp2StreamChannel
 
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.DefaultHttp2Connection.ConnectionStream
 
close() - Method in class io.netty.handler.codec.http2.DefaultHttp2Connection.DefaultStream
 
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.DefaultHttp2FrameReader.HeadersBlockBuilder
Closes this builder and frees any resources.
close() - Method in class io.netty.handler.codec.http2.DefaultHttp2FrameReader.HeadersContinuation
Free any allocated resources.
close() - Method in class io.netty.handler.codec.http2.DefaultHttp2FrameWriter
 
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 class io.netty.handler.codec.http2.UniformStreamByteDistributor.State
 
close() - Method in class io.netty.handler.codec.http2.WeightedFairQueueByteDistributor.State
 
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 PcapWriter and OutputStream.
close() - Method in class io.netty.handler.pcap.PcapWriter
 
close() - Method in class io.netty.handler.ssl.OpenSslSessionCache.NativeSslSession
 
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.dns.InflightNameResolver
 
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 interface io.netty.util.ResourceLeak
Deprecated.
Close the leak so that ResourceLeakDetector does not warn about leaked resources.
close() - Method in class io.netty.util.ResourceLeakDetector.DefaultResourceLeak
 
close(int) - Static method in class io.netty.channel.unix.FileDescriptor
 
close(ByteBuf) - Method in class io.netty.handler.codec.compression.Bzip2BlockCompressor
Compresses and writes out the block.
close(ChannelHandlerContext, ChannelPromise) - Method in class io.netty.channel.ChannelDuplexHandler
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
close(ChannelHandlerContext, ChannelPromise) - Method in class io.netty.channel.CombinedChannelDuplexHandler
 
close(ChannelHandlerContext, ChannelPromise) - Method in class io.netty.channel.DefaultChannelPipeline.HeadContext
 
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.DatagramPacketEncoder
 
close(ChannelHandlerContext, ChannelPromise) - Method in class io.netty.handler.codec.http.HttpClientUpgradeHandler
 
close(ChannelHandlerContext, ChannelPromise) - Method in class io.netty.handler.codec.http.websocketx.WebSocketProtocolHandler
 
close(ChannelHandlerContext, ChannelPromise) - Method in class io.netty.handler.codec.http2.Http2ConnectionHandler
 
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.proxy.HttpProxyHandler.HttpClientCodecWrapper
 
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 class io.netty.channel.AbstractChannel
 
close(ChannelPromise) - Method in class io.netty.channel.AbstractChannelHandlerContext
 
close(ChannelPromise) - Method in interface io.netty.channel.Channel.Unsafe
Close the Channel of the ChannelPromise and notify the ChannelPromise once the operation was complete.
close(ChannelPromise) - Method in interface io.netty.channel.ChannelOutboundInvoker
Request to close the Channel and notify the ChannelFuture once the operation completes, either because the operation was successful or because of an error.
close(ChannelPromise) - Method in class io.netty.channel.CombinedChannelDuplexHandler.DelegatingChannelHandlerContext
 
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 Bzip2Encoder and 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.ZlibEncoder
Close this ZlibEncoder and so finish the encoding.
close(ChannelPromise) - Method in class io.netty.handler.codec.http2.AbstractHttp2StreamChannel
 
close(ChannelPromise) - Method in class io.netty.handler.codec.http2.AbstractHttp2StreamChannel.Http2ChannelUnsafe
 
close(ChannelPromise) - Method in class io.netty.handler.ssl.SslHandler
Deprecated.
close(ChannelPromise, Http2Error) - Method in class io.netty.handler.codec.http2.AbstractHttp2StreamChannel.Http2ChannelUnsafe
 
close(ChannelPromise, Throwable, ClosedChannelException, boolean) - 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 ChannelHandler you most likely want to use WebSocketClientHandshaker.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 given ChannelMatcher.
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(Throwable) - Method in class io.netty.handler.codec.http2.StreamBufferingEncoder.PendingStream
 
close(Throwable, boolean) - Method in class io.netty.channel.ChannelOutboundBuffer
 
close(ClosedChannelException) - Method in class io.netty.channel.ChannelOutboundBuffer
 
close(Iterator<?>) - Method in class io.netty.handler.codec.http2.DefaultHttp2Connection.DefaultStream
 
close(T) - Method in class io.netty.util.ResourceLeakDetector.DefaultResourceLeak
 
close(T) - Method in interface io.netty.util.ResourceLeakTracker
Close the leak so that ResourceLeakTracker does not warn about leaked resources.
CLOSE - Static variable in interface io.netty.channel.ChannelFutureListener
A ChannelFutureListener that closes the Channel which is associated with the specified ChannelFuture.
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_BLOCK - io.netty.handler.codec.compression.Bzip2Encoder.State
 
CLOSE_ON_FAILURE - Static variable in interface io.netty.channel.ChannelFutureListener
A ChannelFutureListener that closes the Channel when the operation ended up with a failure or cancellation rather than a success.
close0() - Method in class io.netty.channel.pool.FixedChannelPool
 
close0(ChannelOutboundInvoker, Channel, CloseWebSocketFrame, ChannelPromise) - Method in class io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker
 
close0(ChannelOutboundInvoker, CloseWebSocketFrame, ChannelPromise) - Method in class io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker
 
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
 
closeAfterFinishEncode(ChannelHandlerContext, ChannelFuture, ChannelPromise) - Static method in class io.netty.handler.codec.compression.EncoderUtil
 
closeAll() - Method in class io.netty.channel.epoll.EpollEventLoop
 
closeAll() - Method in class io.netty.channel.kqueue.KQueueEventLoop
 
closeAll() - Method in class io.netty.channel.nio.NioEventLoop
 
closeAll() - Method in class io.netty.handler.ssl.ReferenceCountedOpenSslEngine
 
closeAndFail(Channel, Throwable, Promise<?>) - Method in class io.netty.channel.pool.SimpleChannelPool
 
closeAndThrowIfNotValid - Variable in class io.netty.handler.ssl.ocsp.OcspServerCertificateValidator
 
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.
closeBlock(ByteBuf) - Method in class io.netty.handler.codec.compression.Bzip2Encoder
Close current block and update Bzip2Encoder.streamCRC.
closeChannel(Channel) - Method in class io.netty.channel.pool.SimpleChannelPool
 
closeConnectionOnError(ChannelHandlerContext, ChannelFuture) - Method in class io.netty.handler.codec.http2.Http2ConnectionHandler
 
closed - Variable in class io.netty.buffer.ByteBufInputStream
 
closed - Variable in class io.netty.buffer.ByteBufOutputStream
 
closed - Variable in class io.netty.channel.group.DefaultChannelGroup
 
closed - Variable in class io.netty.channel.pool.FixedChannelPool
 
closed - Variable in class io.netty.handler.codec.http2.Http2ConnectionHandler.ClosingChannelFutureListener
 
closed - Variable in class io.netty.handler.codec.http2.StreamBufferingEncoder
 
closed - Variable in class io.netty.handler.stream.ChunkedStream
 
closed - Variable in class io.netty.handler.timeout.ReadTimeoutHandler
 
closed - Variable in class io.netty.handler.timeout.WriteTimeoutHandler
 
CLOSED - io.netty.channel.embedded.EmbeddedChannel.State
 
CLOSED - io.netty.channel.local.LocalChannel.State
 
CLOSED - io.netty.handler.codec.http2.Http2Stream.State
 
CLOSED - io.netty.handler.pcap.State
The handler is closed.
CLOSED_IN - Static variable in class io.netty.channel.oio.OioByteStreamChannel
Deprecated.
 
CLOSED_NOT_HANDSHAKING - Static variable in class io.netty.handler.ssl.ReferenceCountedOpenSslEngine
 
CLOSED_OUT - Static variable in class io.netty.channel.oio.OioByteStreamChannel
Deprecated.
 
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.EpollEventLoop
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 Channel immediately without firing any events.
closeForcibly() - Method in class io.netty.handler.codec.http2.AbstractHttp2StreamChannel.Http2ChannelUnsafe
 
closeFuture - Variable in class io.netty.channel.AbstractChannel
 
closeFuture() - Method in class io.netty.channel.AbstractChannel
 
closeFuture() - Method in interface io.netty.channel.Channel
Returns the ChannelFuture which will be notified when this channel is closed.
closeFuture() - Method in class io.netty.handler.codec.http2.AbstractHttp2StreamChannel
 
CloseFuture(AbstractChannel) - Constructor for class io.netty.channel.AbstractChannel.CloseFuture
 
closeHeadersContinuation() - Method in class io.netty.handler.codec.http2.DefaultHttp2FrameReader
 
closeIfClosed() - Method in class io.netty.channel.AbstractChannel.AbstractUnsafe
 
closeInbound() - Method in class io.netty.handler.ssl.JdkSslEngine
 
closeInbound() - Method in class io.netty.handler.ssl.ReferenceCountedOpenSslEngine
 
closeInitiated - Variable in class io.netty.channel.AbstractChannel
 
closeInitiated - Variable in class io.netty.handler.codec.http2.AbstractHttp2StreamChannel.Http2ChannelUnsafe
 
closeInput(ChunkedInput<?>) - Static method in class io.netty.handler.stream.ChunkedWriteHandler
 
closeLeak() - Method in class io.netty.buffer.SimpleLeakAwareByteBuf
 
closeLeak(ByteBuf) - Method in class io.netty.buffer.SimpleLeakAwareCompositeByteBuf
 
closeListener - Variable in class io.netty.handler.codec.http2.Http2ConnectionHandler
 
closeLocalSide() - Method in class io.netty.handler.codec.http2.DefaultHttp2Connection.ConnectionStream
 
closeLocalSide() - Method in class io.netty.handler.codec.http2.DefaultHttp2Connection.DefaultStream
 
closeLocalSide() - Method in interface io.netty.handler.codec.http2.Http2Stream
Closes the local side of this stream.
closeLocalSide() - Method in class io.netty.handler.codec.spdy.SpdySession.StreamState
 
closeLocalSide(int, boolean) - Method in class io.netty.handler.codec.spdy.SpdySession
 
closeNotifyFlushTimeoutMillis - Variable in class io.netty.handler.ssl.SslHandler
 
closeNotifyReadTimeoutMillis - Variable in class io.netty.handler.ssl.SslHandler
 
closeOnExpectationFailed - Variable in class io.netty.handler.codec.http.HttpObjectAggregator
 
closeOnProtocolViolation - Variable in class io.netty.handler.codec.http.websocketx.Utf8FrameValidator
 
closeOnProtocolViolation - Variable in class io.netty.handler.codec.http.websocketx.WebSocketDecoderConfig.Builder
 
closeOnProtocolViolation - Variable in class io.netty.handler.codec.http.websocketx.WebSocketDecoderConfig
 
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
 
closeOnRead(ChannelPipeline) - Method in class io.netty.channel.nio.AbstractNioByteChannel.NioByteUnsafe
 
closeOnRead(ChannelPipeline) - Method in class io.netty.channel.oio.AbstractOioByteChannel
Deprecated.
 
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.NioServerSocketChannel
 
closeOutbound() - Method in class io.netty.handler.codec.http2.AbstractHttp2StreamChannel
 
closeOutbound() - Method in class io.netty.handler.ssl.JdkSslEngine
 
closeOutbound() - Method in class io.netty.handler.ssl.ReferenceCountedOpenSslEngine
 
closeOutbound() - Method in class io.netty.handler.ssl.SslHandler
Sends an SSL close_notify message to the specified channel and destroys the underlying SSLEngine.
closeOutbound(ChannelPromise) - Method in class io.netty.handler.ssl.SslHandler
Sends an SSL close_notify message to the specified channel and destroys the underlying SSLEngine.
closeOutbound0(ChannelPromise) - Method in class io.netty.handler.ssl.SslHandler
 
closeOutboundAndChannel(ChannelHandlerContext, ChannelPromise, boolean) - Method in class io.netty.handler.ssl.SslHandler
 
closeOutboundBufferForShutdown(ChannelPipeline, ChannelOutboundBuffer, Throwable) - Method in class io.netty.channel.AbstractChannel.AbstractUnsafe
 
closePromise - Variable in class io.netty.handler.codec.http2.AbstractHttp2StreamChannel
 
closePromise - Variable in class io.netty.handler.codec.http2.DefaultHttp2Connection
 
closeQuietly(Closeable) - Static method in class io.netty.util.internal.NativeLibraryLoader
 
closeRemoteSide() - Method in class io.netty.handler.codec.http2.DefaultHttp2Connection.ConnectionStream
 
closeRemoteSide() - Method in class io.netty.handler.codec.http2.DefaultHttp2Connection.DefaultStream
 
closeRemoteSide() - Method in interface io.netty.handler.codec.http2.Http2Stream
Closes the remote side of this stream.
closeRemoteSide() - Method in class io.netty.handler.codec.spdy.SpdySession.StreamState
 
closeRemoteSide(int, boolean) - Method in class io.netty.handler.codec.spdy.SpdySession
 
closeSent - Variable in class io.netty.handler.codec.http.websocketx.WebSocketProtocolHandler
 
closeSent(ChannelPromise) - Method in class io.netty.handler.codec.http.websocketx.WebSocketProtocolHandler
 
closeSessionFutureListener - Variable in class io.netty.handler.codec.spdy.SpdySessionHandler
 
closeStatus - Variable in exception io.netty.handler.codec.http.websocketx.CorruptedWebSocketFrameException
 
closeStatus - Variable in class io.netty.handler.codec.http.websocketx.WebSocketProtocolHandler
 
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.
closeStreamsGreaterThanLastKnownStreamId(int, DefaultHttp2Connection.DefaultEndpoint<?>) - Method in class io.netty.handler.codec.http2.DefaultHttp2Connection
 
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
closeWithError(Http2Error) - Method in class io.netty.handler.codec.http2.AbstractHttp2StreamChannel
 
ClosingChannelFutureListener(ChannelHandlerContext, ChannelPromise) - Constructor for class io.netty.handler.codec.http2.Http2ConnectionHandler.ClosingChannelFutureListener
 
ClosingChannelFutureListener(ChannelHandlerContext, ChannelPromise) - Constructor for class io.netty.handler.codec.spdy.SpdySessionHandler.ClosingChannelFutureListener
 
ClosingChannelFutureListener(ChannelHandlerContext, ChannelPromise, long, TimeUnit) - Constructor for class io.netty.handler.codec.http2.Http2ConnectionHandler.ClosingChannelFutureListener
 
CMD - io.netty.handler.codec.socks.SocksRequestType
 
CMD - io.netty.handler.codec.socks.SocksResponseType
 
cmdStatus - Variable in class io.netty.handler.codec.socks.SocksCmdResponse
 
cmdStatus - Variable in class io.netty.handler.codec.socks.SocksCmdResponseDecoder
 
cmdStatus() - Method in class io.netty.handler.codec.socks.SocksCmdResponse
Returns the SocksCmdStatus of this SocksCmdResponse
cmdType - Variable in class io.netty.handler.codec.socks.SocksCmdRequest
 
cmdType - Variable in class io.netty.handler.codec.socks.SocksCmdRequestDecoder
 
cmdType() - Method in class io.netty.handler.codec.socks.SocksCmdRequest
Returns the SocksCmdType of this SocksCmdRequest
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.
CNAME_NOT_FOUND_QUERY_FAILED_EXCEPTION - Static variable in class io.netty.resolver.dns.DnsResolveContext
 
cnameCache - Variable in class io.netty.resolver.dns.DnsNameResolver
 
cnameCache - Variable in class io.netty.resolver.dns.DnsNameResolverBuilder
 
cnameCache() - Method in class io.netty.resolver.dns.DnsNameResolver
Returns the DnsCnameCache.
cnameCache() - Method in class io.netty.resolver.dns.DnsRecordResolveContext
 
cnameCache() - Method in class io.netty.resolver.dns.DnsResolveContext
The DnsCnameCache that is used for resolving.
cnameCache(DnsCnameCache) - Method in class io.netty.resolver.dns.DnsNameResolverBuilder
Sets the cache for CNAME mappings.
cnameResolveFromCache(DnsCnameCache, String) - Static method in class io.netty.resolver.dns.DnsResolveContext
 
cnameResolveFromCacheLoop(DnsCnameCache, String, String, String) - Static method in class io.netty.resolver.dns.DnsResolveContext
 
CoalescingBufferQueue - Class in io.netty.channel
A FIFO queue of bytes where producers add bytes by repeatedly adding ByteBuf and 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 - Variable in class io.netty.handler.codec.dns.DefaultDnsResponse
 
code - Variable in class io.netty.handler.codec.dns.DnsResponseCode
 
code - Variable in class io.netty.handler.codec.http.HttpResponseStatus
 
code - Variable in enum io.netty.handler.codec.http2.Http2Error
 
code - Variable in class io.netty.handler.codec.smtp.DefaultSmtpResponse
 
code - Variable in class io.netty.handler.codec.spdy.SpdySessionStatus
 
code - Variable in class io.netty.handler.codec.spdy.SpdyStreamStatus
 
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 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 - Variable in class io.netty.handler.codec.http.HttpResponseStatus
 
codeAsText() - Method in class io.netty.handler.codec.http.HttpResponseStatus
Returns the status code as AsciiString.
codeBases - Variable in class io.netty.handler.codec.compression.Bzip2HuffmanStageDecoder
An array of values for each Huffman table that must be subtracted from the numerical value of a Huffman code of a given bit length to give its canonical code index.
codec - Variable in class io.netty.handler.proxy.HttpProxyHandler.HttpClientCodecWrapper
 
codec(Http2ConnectionDecoder, Http2ConnectionEncoder) - Method in class io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
codec(Http2ConnectionDecoder, Http2ConnectionEncoder) - Method in class io.netty.handler.codec.http2.Http2ConnectionHandlerBuilder
 
codec(Http2ConnectionDecoder, Http2ConnectionEncoder) - Method in class io.netty.handler.codec.http2.HttpToHttp2ConnectionHandlerBuilder
 
CODEC_OUTPUT_LISTS_POOL - Static variable in class io.netty.handler.codec.CodecOutputList
 
CodecException - Exception in io.netty.handler.codec
An Exception which 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 - Variable in class io.netty.handler.codec.http.HttpResponseStatus
 
codeClass() - Method in class io.netty.handler.codec.http.HttpResponseStatus
Returns the class of this HttpResponseStatus
CodecOutputList - Class in io.netty.handler.codec
Special AbstractList implementation which is used within our codec base classes.
CodecOutputList(CodecOutputList.CodecOutputListRecycler, int) - Constructor for class io.netty.handler.codec.CodecOutputList
 
CodecOutputList.CodecOutputListRecycler - Interface in io.netty.handler.codec
 
CodecOutputList.CodecOutputLists - Class in io.netty.handler.codec
 
CodecOutputLists(int) - Constructor for class io.netty.handler.codec.CodecOutputList.CodecOutputLists
 
codecWrapper - Variable in class io.netty.handler.proxy.HttpProxyHandler
 
codeLimits - Variable in class io.netty.handler.codec.compression.Bzip2HuffmanStageDecoder
An array of values for each Huffman table that gives the highest numerical value of a Huffman code of a given bit length.
codep - Variable in class io.netty.handler.codec.http.websocketx.Utf8Validator
 
codes - Variable in class io.netty.handler.codec.http2.HpackHuffmanEncoder
 
codeSymbols - Variable in class io.netty.handler.codec.compression.Bzip2HuffmanStageDecoder
A mapping for each Huffman table from canonical code index to output symbol.
collapseNext(long) - Method in class io.netty.buffer.PoolChunk
 
collapsePast(long) - Method in class io.netty.buffer.PoolChunk
 
collapseRuns(long) - Method in class io.netty.buffer.PoolChunk
 
COLON - io.netty.handler.codec.AsciiHeadersEncoder.SeparatorType
':'
COLON - Static variable in class io.netty.handler.codec.http.HttpConstants
Colon ':'
COLON - Static variable in class io.netty.handler.codec.stomp.StompConstants
 
COLON_AND_SPACE_SHORT - Static variable in class io.netty.handler.codec.http.HttpHeadersEncoder
 
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.
CombinedChannelDuplexHandler.DelegatingChannelHandlerContext - Class in io.netty.channel
 
CombinedDnsServerAddressStream(InetSocketAddress, List<InetAddress>, DnsServerAddressStream) - Constructor for class io.netty.resolver.dns.DnsResolveContext.CombinedDnsServerAddressStream
 
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
 
CombinedHttpHeaders.CombinedHttpHeadersImpl - Class in io.netty.handler.codec.http
 
CombinedHttpHeaders.CombinedHttpHeadersImpl.CsvValueEscaper<T> - Interface in io.netty.handler.codec.http
Escapes comma separated values (CSV).
CombinedHttpHeadersImpl(HashingStrategy<CharSequence>, ValueConverter<CharSequence>, DefaultHeaders.NameValidator<CharSequence>, DefaultHeaders.ValueValidator<CharSequence>) - Constructor for class io.netty.handler.codec.http.CombinedHttpHeaders.CombinedHttpHeadersImpl
 
CombinedIterator<E> - Class in io.netty.channel.group
 
CombinedIterator(Iterator<E>, Iterator<E>) - Constructor for class io.netty.channel.group.CombinedIterator
 
COMMA - Static variable in class io.netty.handler.codec.http.HttpConstants
Comma ','
COMMA - Static variable in class io.netty.util.internal.StringUtil
 
COMMA_STRING - Static variable in class io.netty.handler.codec.http.HttpUtil
 
command - Variable in class io.netty.handler.codec.haproxy.HAProxyMessage
 
command - Variable in class io.netty.handler.codec.smtp.DefaultSmtpRequest
 
command - Variable in class io.netty.handler.codec.stomp.DefaultStompHeadersSubframe
 
command() - Method in class io.netty.handler.codec.haproxy.HAProxyMessage
Returns the HAProxyCommand of this HAProxyMessage.
command() - Method in class io.netty.handler.codec.smtp.DefaultSmtpRequest
 
command() - Method in interface io.netty.handler.codec.smtp.SmtpRequest
Returns the SmtpCommand that 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_LOCAL_BYTE - Static variable in class io.netty.handler.codec.haproxy.HAProxyConstants
Command byte constants
COMMAND_MASK - Static variable in enum io.netty.handler.codec.haproxy.HAProxyCommand
The command is specified in the lowest 4 bits of the protocol version and command byte
COMMAND_NOT_SUPPORTED - io.netty.handler.codec.socks.SocksCmdStatus
 
COMMAND_PROXY_BYTE - Static variable in class io.netty.handler.codec.haproxy.HAProxyConstants
 
COMMAND_UNSUPPORTED - Static variable in class io.netty.handler.codec.socksx.v5.Socks5CommandStatus
 
commandParser - Variable in class io.netty.handler.codec.stomp.StompSubframeDecoder
 
COMMANDS - Static variable in class io.netty.handler.codec.smtp.SmtpCommand
 
commaSeparate(CharSequence, CombinedHttpHeaders.CombinedHttpHeadersImpl.CsvValueEscaper<T>, Iterable<? extends T>) - Static method in class io.netty.handler.codec.http.CombinedHttpHeaders.CombinedHttpHeadersImpl
 
commaSeparate(CharSequence, CombinedHttpHeaders.CombinedHttpHeadersImpl.CsvValueEscaper<T>, T...) - Static method in class io.netty.handler.codec.http.CombinedHttpHeaders.CombinedHttpHeadersImpl
 
commaSeparateEscapedValues(CharSequence, CharSequence) - Static method in class io.netty.handler.codec.http.CombinedHttpHeaders.CombinedHttpHeadersImpl
 
comment - Variable in class io.netty.handler.codec.http.DefaultCookie
Deprecated.
 
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.
COMMENT - Static variable in class io.netty.handler.codec.http.CookieDecoder
Deprecated.
 
commentUrl - Variable 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.
COMMENTURL - Static variable in class io.netty.handler.codec.http.CookieDecoder
Deprecated.
 
COMMIT - io.netty.handler.codec.stomp.StompCommand
 
commitTimeMillis - Variable in class io.netty.util.Version
 
commitTimeMillis() - Method in class io.netty.util.Version
 
CommonsLogger - Class in io.netty.util.internal.logging
Deprecated.
CommonsLogger(Log, String) - Constructor for class io.netty.util.internal.logging.CommonsLogger
Deprecated.
 
CommonsLoggerFactory - Class in io.netty.util.internal.logging
CommonsLoggerFactory() - Constructor for class io.netty.util.internal.logging.CommonsLoggerFactory
Deprecated.
commonSuffixOfLength(String, String, int) - Static method in class io.netty.util.internal.StringUtil
Checks if two strings have the same suffix of specified length
CompactObjectInputStream - Class in io.netty.handler.codec.serialization
 
CompactObjectInputStream(InputStream, ClassResolver) - Constructor for class io.netty.handler.codec.serialization.CompactObjectInputStream
 
CompactObjectOutputStream - Class in io.netty.handler.codec.serialization
 
CompactObjectOutputStream(OutputStream) - Constructor for class io.netty.handler.codec.serialization.CompactObjectOutputStream
 
comparator - Variable in class io.netty.resolver.dns.DefaultAuthoritativeDnsServerCache
 
comparator - Variable in class io.netty.util.internal.DefaultPriorityQueue
 
comparator(InternetProtocolFamily) - Static method in class io.netty.resolver.dns.PreferredAddressTypeComparator
 
compare(int, int) - Static method in class io.netty.util.internal.MathUtil
Compares two int values.
compare(long, long) - Static method in class io.netty.util.internal.MathUtil
Compare two long values.
compare(ByteBuf, ByteBuf) - Static method in class io.netty.buffer.ByteBufUtil
Compares the two specified buffers as described in ByteBuf.compareTo(ByteBuf).
compare(WeightedFairQueueByteDistributor.State, WeightedFairQueueByteDistributor.State) - Method in class io.netty.handler.codec.http2.WeightedFairQueueByteDistributor.StateOnlyComparator
 
compare(WeightedFairQueueByteDistributor.State, WeightedFairQueueByteDistributor.State) - Method in class io.netty.handler.codec.http2.WeightedFairQueueByteDistributor.StatePseudoTimeComparator
 
compare(CharSequence, CharSequence) - Method in class io.netty.handler.codec.http.multipart.CaseIgnoringComparator
 
compare(Integer, Integer) - Method in class io.netty.handler.codec.spdy.SpdySession.StreamComparator
 
compare(Object, Object) - Method in class io.netty.handler.ipfilter.IpSubnetFilterRuleComparator
 
compare(InetAddress, InetAddress) - Method in class io.netty.resolver.dns.PreferredAddressTypeComparator
 
compare(InetSocketAddress, InetSocketAddress) - Method in class io.netty.resolver.dns.NameServerComparator
 
compareAddresses(byte[], byte[]) - Static method in class io.netty.util.internal.MacAddressUtil
 
compareAddresses(InetAddress, InetAddress) - Static method in class io.netty.util.internal.MacAddressUtil
 
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.
compareAndSetState(int, int) - Method in class io.netty.util.HashedWheelTimer.HashedWheelTimeout
 
compareInt(int, int) - Static method in class io.netty.handler.ipfilter.IpSubnetFilterRule
Equivalent to Integer.compare(int, int)
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(ByteBuf) - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
compareTo(ByteBuf) - Method in class io.netty.handler.codec.ReplayingDecoderByteBuf
 
compareTo(Channel) - Method in class io.netty.channel.AbstractChannel
 
compareTo(Channel) - Method in class io.netty.handler.codec.http2.AbstractHttp2StreamChannel
 
compareTo(ChannelId) - Method in class io.netty.channel.DefaultChannelId
 
compareTo(ChannelId) - Method in class io.netty.channel.embedded.EmbeddedChannelId
 
compareTo(ChannelId) - Method in class io.netty.handler.codec.http2.Http2StreamChannelId
 
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 HttpResponseStatus only depends on HttpResponseStatus.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(FileUpload, FileUpload) - Static method in class io.netty.handler.codec.http.multipart.FileUploadUtil
 
compareTo(InterfaceHttpData) - Method in class io.netty.handler.codec.http.multipart.AbstractMixedHttpData
 
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.InternalAttribute
 
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(InternalAttribute) - Method in class io.netty.handler.codec.http.multipart.InternalAttribute
 
compareTo(WebSocketCloseStatus) - Method in class io.netty.handler.codec.http.websocketx.WebSocketCloseStatus
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(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(InetSocketAddress) - Method in class io.netty.handler.ipfilter.IpSubnetFilterRule
compareTo(Delayed) - Method in class io.netty.util.concurrent.ScheduledFutureTask
 
compareTo(Delayed) - Method in class io.netty.util.concurrent.UnorderedThreadPoolEventExecutor.RunnableScheduledFutureTask
 
compareTo(T) - Method in class io.netty.util.AbstractConstant
 
compareUintBigEndian(ByteBuf, ByteBuf, int, int, int) - Static method in class io.netty.buffer.ByteBufUtil
 
compareUintBigEndianA(ByteBuf, ByteBuf, int, int, int) - Static method in class io.netty.buffer.ByteBufUtil
 
compareUintBigEndianB(ByteBuf, ByteBuf, int, int, int) - Static method in class io.netty.buffer.ByteBufUtil
 
compareUintLittleEndian(ByteBuf, ByteBuf, int, int, int) - Static method in class io.netty.buffer.ByteBufUtil
 
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.buffer.ByteBufUtil.SWARByteSearch
 
CompleteChannelFuture - Class in io.netty.channel
A skeletal ChannelFuture implementation which represents a ChannelFuture which has been completed already.
CompleteChannelFuture(Channel, EventExecutor) - Constructor for class io.netty.channel.CompleteChannelFuture
Creates a new instance.
completed - Variable in class io.netty.handler.codec.http.multipart.AbstractHttpData
 
COMPLETED - Static variable in class io.netty.util.concurrent.PromiseTask
 
completeEarly - Variable in class io.netty.resolver.dns.DnsResolveContext
 
completeEarlyIfPossible - Variable in class io.netty.resolver.dns.DnsAddressResolveContext
 
CompleteFuture<V> - Class in io.netty.util.concurrent
A skeletal Future implementation which represents a Future which has been completed already.
CompleteFuture(EventExecutor) - Constructor for class io.netty.util.concurrent.CompleteFuture
Creates a new instance.
completeOncePreferredResolved - Variable in class io.netty.resolver.dns.DnsNameResolver
 
completeOncePreferredResolved - Variable in class io.netty.resolver.dns.DnsNameResolverBuilder
 
completeOncePreferredResolved(boolean) - Method in class io.netty.resolver.dns.DnsNameResolverBuilder
If true SimpleNameResolver.resolveAll(String) will notify the returned Future as soon as all queries for the preferred address-type are complete.
completeTCPWrite(InetSocketAddress, InetSocketAddress, ByteBuf, ByteBufAllocator, ChannelHandlerContext) - Method in class io.netty.handler.pcap.PcapWriteHandler
Write TCP/IP L3 and L2 here.
completeUDPWrite(InetSocketAddress, InetSocketAddress, ByteBuf, ByteBufAllocator, ChannelHandlerContext) - Method in class io.netty.handler.pcap.PcapWriteHandler
Write UDP/IP L3 and L2 here.
component(int) - Method in class io.netty.buffer.CompositeByteBuf
Return the ByteBuf on the specified index
component(int) - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
Component(int, int, ByteBuf) - Constructor for class io.netty.buffer.FixedCompositeByteBuf.Component
 
Component(ByteBuf, int, ByteBuf, int, int, int, ByteBuf) - Constructor for class io.netty.buffer.CompositeByteBuf.Component
 
componentAtOffset(int) - Method in class io.netty.buffer.CompositeByteBuf
Return the ByteBuf on the specified index
componentAtOffset(int) - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
componentCount - Variable in class io.netty.buffer.CompositeByteBuf
 
components - Variable in class io.netty.buffer.CompositeByteBuf
 
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(ByteBufAllocator, ByteBuf, ByteBuf) - Method in class io.netty.handler.ssl.SslHandler.SslHandlerCoalescingBufferQueue
 
compose(ChannelMatcher...) - Static method in class io.netty.channel.group.ChannelMatchers
Return a composite of the given ChannelMatchers.
ComposedLastHttpContent - Class in io.netty.handler.codec.http
 
ComposedLastHttpContent(HttpHeaders) - Constructor for class io.netty.handler.codec.http.ComposedLastHttpContent
 
ComposedLastHttpContent(HttpHeaders, DecoderResult) - Constructor for class io.netty.handler.codec.http.ComposedLastHttpContent
 
composeFirst(ByteBufAllocator, ByteBuf) - Method in class io.netty.channel.AbstractCoalescingBufferQueue
Calculate the first ByteBuf which will be used in subsequent calls to AbstractCoalescingBufferQueue.compose(ByteBufAllocator, ByteBuf, ByteBuf).
composeFirst(ByteBufAllocator, ByteBuf) - Method in class io.netty.handler.ssl.SslHandler.SslHandlerCoalescingBufferQueue
 
composeIntoComposite(ByteBufAllocator, ByteBuf, ByteBuf) - Method in class io.netty.channel.AbstractCoalescingBufferQueue
Compose cumulation and next into a new CompositeByteBuf.
COMPOSITE_CUMULATOR - Static variable in class io.netty.handler.codec.ByteToMessageDecoder
Cumulate ByteBufs by add them to a CompositeByteBuf and 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 CompositeByteBuf with 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) - Constructor for class io.netty.buffer.CompositeByteBuf
 
CompositeByteBuf(ByteBufAllocator, boolean, int) - Constructor for class io.netty.buffer.CompositeByteBuf
 
CompositeByteBuf(ByteBufAllocator, boolean, int, int) - Constructor for class io.netty.buffer.CompositeByteBuf
 
CompositeByteBuf(ByteBufAllocator, boolean, int, ByteBuf...) - Constructor for class io.netty.buffer.CompositeByteBuf
 
CompositeByteBuf(ByteBufAllocator, boolean, int, ByteBuf[], int) - Constructor for class io.netty.buffer.CompositeByteBuf
 
CompositeByteBuf(ByteBufAllocator, boolean, int, CompositeByteBuf.ByteWrapper<T>, T[], int) - Constructor for class io.netty.buffer.CompositeByteBuf
 
CompositeByteBuf(ByteBufAllocator, boolean, int, Iterable<ByteBuf>) - Constructor for class io.netty.buffer.CompositeByteBuf
 
CompositeByteBuf.ByteWrapper<T> - Interface in io.netty.buffer
 
CompositeByteBuf.Component - Class in io.netty.buffer
 
CompositeByteBuf.CompositeByteBufIterator - Class in io.netty.buffer
 
CompositeByteBufIterator() - Constructor for class io.netty.buffer.CompositeByteBuf.CompositeByteBufIterator
 
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 CompositeByteBuf with 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
 
compositeException - Variable in class io.netty.handler.codec.http2.DefaultHttp2LocalFlowController.WindowUpdateVisitor
 
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 CompositeByteBuf with 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
 
CompositeMatcher(ChannelMatcher...) - Constructor for class io.netty.channel.group.ChannelMatchers.CompositeMatcher
 
CompositeNameResolver<T> - Class in io.netty.resolver
A composite SimpleNameResolver that resolves a host name against a sequence of NameResolvers.
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(long, byte[]) - Method in class io.netty.handler.ssl.ReferenceCountedOpenSslContext.CompressionAlgorithm
 
compress(ByteBuf, int, int, ByteBuf, int, int) - Static method in class io.netty.handler.codec.compression.FastLz
Compress a block of data in the input buffer and returns the size of compressed block.
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"
compressContent(ChannelHandlerContext, WebSocketFrame) - Method in class io.netty.handler.codec.http.websocketx.extensions.compression.DeflateEncoder
 
compressed - Variable in class io.netty.handler.codec.http2.DelegatingDecompressorFrameListener.Http2Decompressor
 
COMPRESSED_DATA - io.netty.handler.codec.compression.SnappyFrameDecoder.ChunkType
 
compressing - Variable in class io.netty.handler.codec.http.websocketx.extensions.compression.PerMessageDeflateDecoder
 
compressing - Variable in class io.netty.handler.codec.http.websocketx.extensions.compression.PerMessageDeflateEncoder
 
compressInto(ByteBuf) - Method in class io.netty.handler.codec.spdy.SpdyHeaderBlockZlibEncoder
 
COMPRESSION_ERROR - io.netty.handler.codec.http2.Http2Error
 
compressionAlgorithm - Variable in class io.netty.handler.ssl.ReferenceCountedOpenSslContext.CompressionAlgorithm
 
CompressionAlgorithm(OpenSslEngineMap, OpenSslCertificateCompressionAlgorithm) - Constructor for class io.netty.handler.ssl.ReferenceCountedOpenSslContext.CompressionAlgorithm
 
CompressionEncoderFactory - Interface in io.netty.handler.codec.http
Compression Encoder Factory for create MessageToByteEncoder used to compress http content
CompressionException - Exception in io.netty.handler.codec.compression
An EncoderException that 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 - Variable in class io.netty.handler.codec.compression.DeflateOptions
 
compressionLevel - Variable in class io.netty.handler.codec.http.HttpContentCompressor
 
compressionLevel - Variable in class io.netty.handler.codec.http.websocketx.extensions.compression.DeflateEncoder
 
compressionLevel - Variable in class io.netty.handler.codec.http.websocketx.extensions.compression.DeflateFrameClientExtensionHandshaker
 
compressionLevel - Variable in class io.netty.handler.codec.http.websocketx.extensions.compression.DeflateFrameClientExtensionHandshaker.DeflateFrameClientExtension
 
compressionLevel - Variable in class io.netty.handler.codec.http.websocketx.extensions.compression.DeflateFrameServerExtensionHandshaker
 
compressionLevel - Variable in class io.netty.handler.codec.http.websocketx.extensions.compression.DeflateFrameServerExtensionHandshaker.DeflateFrameServerExtension
 
compressionLevel - Variable in class io.netty.handler.codec.http.websocketx.extensions.compression.PerMessageDeflateClientExtensionHandshaker
 
compressionLevel - Variable in class io.netty.handler.codec.http.websocketx.extensions.compression.PerMessageDeflateServerExtensionHandshaker
 
compressionLevel - Variable in class io.netty.handler.codec.http.websocketx.extensions.compression.PerMessageDeflateServerExtensionHandshaker.PermessageDeflateExtension
 
compressionLevel - Variable in class io.netty.handler.codec.http2.CompressorHttp2ConnectionEncoder
 
compressionLevel() - Method in class io.netty.handler.codec.compression.DeflateOptions
 
CompressionOptions - Interface in io.netty.handler.codec.compression
CompressionOptions provides compression options for various types of compressor types, like Brotli.
CompressionUtil - Class in io.netty.handler.codec.compression
 
CompressionUtil() - Constructor for class io.netty.handler.codec.compression.CompressionUtil
 
compressor - Variable in class io.netty.handler.codec.spdy.SpdyHeaderBlockZlibEncoder
 
CompressorHttp2ConnectionEncoder - Class in io.netty.handler.codec.http2
A decorating HTTP2 encoder that will compress data frames according to the content-encoding header for each stream.
CompressorHttp2ConnectionEncoder(Http2ConnectionEncoder) - Constructor for class io.netty.handler.codec.http2.CompressorHttp2ConnectionEncoder
Create a new CompressorHttp2ConnectionEncoder instance with default implementation of StandardCompressionOptions
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
computeBalancedWait(float, float, long) - Method in class io.netty.handler.traffic.GlobalChannelTrafficShapingHandler
 
computeDate() - Method in class io.netty.handler.codec.DateFormatter
 
computeDeviationCumulativeBytes() - Method in class io.netty.handler.traffic.GlobalChannelTrafficShapingHandler
 
computeMaskAndProbe() - Method in class io.netty.buffer.LongLongHashMap
 
computeMergeExtensionsHeaderValue(String, List<WebSocketExtensionData>) - Static method in class io.netty.handler.codec.http.websocketx.extensions.WebSocketExtensionUtil
 
computeRemoteAddr(InetSocketAddress, InetSocketAddress) - Static method in class io.netty.channel.unix.UnixChannelUtil
 
computeResolvedAddressTypes(InternetProtocolFamily...) - Static method in class io.netty.resolver.dns.DnsNameResolverBuilder
computeValue(int, int) - Method in class io.netty.handler.codec.http.cookie.ClientCookieDecoder.CookieBuilder
 
concat(byte[], byte[]) - Static method in class io.netty.handler.ssl.PseudoRandomFunction
 
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 - Variable in class io.netty.bootstrap.Bootstrap
 
config - Variable in class io.netty.bootstrap.FailedChannel
 
config - Variable in class io.netty.bootstrap.ServerBootstrap
 
config - Variable in class io.netty.channel.DefaultMaxMessagesRecvByteBufAllocator.MaxMessageHandle
 
config - Variable in class io.netty.channel.embedded.EmbeddedChannel
 
config - Variable in class io.netty.channel.epoll.EpollDatagramChannel
 
config - Variable in class io.netty.channel.epoll.EpollDomainDatagramChannel
 
config - Variable in class io.netty.channel.epoll.EpollDomainSocketChannel
 
config - Variable in class io.netty.channel.epoll.EpollServerDomainSocketChannel
 
config - Variable in class io.netty.channel.epoll.EpollServerSocketChannel
 
config - Variable in class io.netty.channel.epoll.EpollSocketChannel
 
config - Variable in class io.netty.channel.kqueue.KQueueDatagramChannel
 
config - Variable in class io.netty.channel.kqueue.KQueueDomainDatagramChannel
 
config - Variable in class io.netty.channel.kqueue.KQueueDomainSocketChannel
 
config - Variable in class io.netty.channel.kqueue.KQueueServerDomainSocketChannel
 
config - Variable in class io.netty.channel.kqueue.KQueueServerSocketChannel
 
config - Variable in class io.netty.channel.kqueue.KQueueSocketChannel
 
config - Variable in class io.netty.channel.local.LocalChannel
 
config - Variable in class io.netty.channel.local.LocalServerChannel
 
config - Variable in class io.netty.channel.socket.nio.NioDatagramChannel
 
config - Variable in class io.netty.channel.socket.nio.NioServerSocketChannel
 
config - Variable in class io.netty.channel.socket.nio.NioSocketChannel
 
config - Variable in class io.netty.channel.socket.oio.OioDatagramChannel
Deprecated.
 
config - Variable in class io.netty.channel.socket.oio.OioServerSocketChannel
Deprecated.
 
config - Variable in class io.netty.channel.socket.oio.OioSocketChannel
Deprecated.
 
config - Variable in class io.netty.handler.codec.http.cors.CorsHandler
 
config - Variable in class io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder
 
config - Variable in class io.netty.handler.codec.http2.AbstractHttp2StreamChannel
 
config - Variable in class io.netty.handler.flow.FlowControlHandler
 
config - Variable in class io.netty.handler.ssl.OpenSslDefaultApplicationProtocolNegotiator
Deprecated.
 
config() - Method in class io.netty.bootstrap.AbstractBootstrap
Returns the AbstractBootstrapConfig object 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.FailedChannel
 
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.AbstractEpollChannel
 
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.AbstractKQueueChannel
 
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 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.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 interface io.netty.channel.unix.DomainDatagramChannel
 
config() - Method in interface io.netty.channel.unix.DomainSocketChannel
 
config() - Method in class io.netty.handler.codec.http2.AbstractHttp2StreamChannel
 
configList - Variable in class io.netty.handler.codec.http.cors.CorsHandler
 
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
configuration() - Method in interface io.netty.handler.codec.http2.Http2HeadersEncoder
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.
configureAndWrapEngine(SSLEngine, ByteBufAllocator) - Method in class io.netty.handler.ssl.JdkSslContext
 
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
connAck() - Static method in class io.netty.handler.codec.mqtt.MqttMessageBuilders
 
CONNACK - io.netty.handler.codec.mqtt.MqttMessageType
 
ConnAckBuilder() - Constructor for class io.netty.handler.codec.mqtt.MqttMessageBuilders.ConnAckBuilder
 
ConnAckPropertiesBuilder() - Constructor for class io.netty.handler.codec.mqtt.MqttMessageBuilders.ConnAckPropertiesBuilder
 
connect() - Method in class io.netty.bootstrap.Bootstrap
Connect a Channel to the remote peer.
connect() - Static method in class io.netty.handler.codec.mqtt.MqttMessageBuilders
 
connect() - Method in class io.netty.handler.ssl.OpenSslSessionStats
Returns the number of started SSL/TLS handshakes in client mode.
connect(int, boolean, byte[], int, int) - Static method in class io.netty.channel.unix.Socket
 
connect(ChannelHandlerContext, SocketAddress, SocketAddress, ChannelPromise) - Method in class io.netty.channel.ChannelDuplexHandler
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
connect(ChannelHandlerContext, SocketAddress, SocketAddress, ChannelPromise) - Method in class io.netty.channel.CombinedChannelDuplexHandler
 
connect(ChannelHandlerContext, SocketAddress, SocketAddress, ChannelPromise) - Method in class io.netty.channel.DefaultChannelPipeline.HeadContext
 
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.http.websocketx.WebSocketProtocolHandler
 
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.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.HttpProxyHandler.HttpClientCodecWrapper
 
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(String, int) - Method in class io.netty.bootstrap.Bootstrap
Connect a Channel to the remote peer.
connect(InetAddress, int) - Method in class io.netty.bootstrap.Bootstrap
Connect a Channel to the remote peer.
connect(SocketAddress) - Method in class io.netty.bootstrap.Bootstrap
Connect a Channel to the remote peer.
connect(SocketAddress) - Method in class io.netty.channel.AbstractChannel
 
connect(SocketAddress) - Method in class io.netty.channel.AbstractChannelHandlerContext
 
connect(SocketAddress) - Method in interface io.netty.channel.ChannelOutboundInvoker
Request to connect to the given SocketAddress and notify the ChannelFuture once the operation completes, either because the operation was successful or because of an error.
connect(SocketAddress) - Method in class io.netty.channel.CombinedChannelDuplexHandler.DelegatingChannelHandlerContext
 
connect(SocketAddress) - Method in class io.netty.channel.DefaultChannelPipeline
 
connect(SocketAddress) - Method in class io.netty.channel.unix.Socket
 
connect(SocketAddress) - Method in class io.netty.handler.codec.http2.AbstractHttp2StreamChannel
 
connect(SocketAddress, ChannelPromise) - Method in class io.netty.channel.AbstractChannel
 
connect(SocketAddress, ChannelPromise) - Method in class io.netty.channel.AbstractChannelHandlerContext
 
connect(SocketAddress, ChannelPromise) - Method in interface io.netty.channel.ChannelOutboundInvoker
Request to connect to the given SocketAddress and notify the ChannelFuture once the operation completes, either because the operation was successful or because of an error.
connect(SocketAddress, ChannelPromise) - Method in class io.netty.channel.CombinedChannelDuplexHandler.DelegatingChannelHandlerContext
 
connect(SocketAddress, ChannelPromise) - Method in class io.netty.channel.DefaultChannelPipeline
 
connect(SocketAddress, ChannelPromise) - Method in class io.netty.handler.codec.http2.AbstractHttp2StreamChannel
 
connect(SocketAddress, SocketAddress) - Method in class io.netty.bootstrap.Bootstrap
Connect a Channel to the remote peer.
connect(SocketAddress, SocketAddress) - Method in class io.netty.channel.AbstractChannel
 
connect(SocketAddress, SocketAddress) - Method in class io.netty.channel.AbstractChannelHandlerContext
 
connect(SocketAddress, SocketAddress) - Method in interface io.netty.channel.ChannelOutboundInvoker
Request to connect to the given SocketAddress while bind to the localAddress and notify the ChannelFuture once the operation completes, either because the operation was successful or because of an error.
connect(SocketAddress, SocketAddress) - Method in class io.netty.channel.CombinedChannelDuplexHandler.DelegatingChannelHandlerContext
 
connect(SocketAddress, SocketAddress) - Method in class io.netty.channel.DefaultChannelPipeline
 
connect(SocketAddress, SocketAddress) - Method in class io.netty.handler.codec.http2.AbstractHttp2StreamChannel
 
connect(SocketAddress, SocketAddress, ChannelPromise) - Method in class io.netty.bootstrap.FailedChannel.FailedChannelUnsafe
 
connect(SocketAddress, SocketAddress, ChannelPromise) - Method in class io.netty.channel.AbstractChannel
 
connect(SocketAddress, SocketAddress, ChannelPromise) - Method in class io.netty.channel.AbstractChannelHandlerContext
 
connect(SocketAddress, SocketAddress, ChannelPromise) - Method in class io.netty.channel.AbstractServerChannel.DefaultServerUnsafe
 
connect(SocketAddress, SocketAddress, ChannelPromise) - Method in interface io.netty.channel.Channel.Unsafe
Connect the Channel of the given ChannelFuture with the given remote SocketAddress.
connect(SocketAddress, SocketAddress, ChannelPromise) - Method in interface io.netty.channel.ChannelOutboundInvoker
Request to connect to the given SocketAddress while bind to the localAddress and notify the ChannelFuture once the operation completes, either because the operation was successful or because of an error.
connect(SocketAddress, SocketAddress, ChannelPromise) - Method in class io.netty.channel.CombinedChannelDuplexHandler.DelegatingChannelHandlerContext
 
connect(SocketAddress, SocketAddress, ChannelPromise) - Method in class io.netty.channel.DefaultChannelPipeline
 
connect(SocketAddress, SocketAddress, ChannelPromise) - Method in class io.netty.channel.embedded.EmbeddedChannel.EmbeddedUnsafe
 
connect(SocketAddress, SocketAddress, ChannelPromise) - Method in class io.netty.channel.epoll.AbstractEpollChannel.AbstractEpollUnsafe
 
connect(SocketAddress, SocketAddress, ChannelPromise) - Method in class io.netty.channel.epoll.AbstractEpollServerChannel.EpollServerSocketUnsafe
 
connect(SocketAddress, SocketAddress, ChannelPromise) - Method in class io.netty.channel.kqueue.AbstractKQueueChannel.AbstractKQueueUnsafe
 
connect(SocketAddress, SocketAddress, ChannelPromise) - Method in class io.netty.channel.local.LocalChannel.LocalUnsafe
 
connect(SocketAddress, SocketAddress, ChannelPromise) - Method in class io.netty.channel.nio.AbstractNioChannel.AbstractNioUnsafe
 
connect(SocketAddress, SocketAddress, ChannelPromise) - Method in class io.netty.channel.oio.AbstractOioChannel.DefaultOioUnsafe
Deprecated.
 
connect(SocketAddress, SocketAddress, ChannelPromise) - Method in class io.netty.handler.codec.http2.AbstractHttp2StreamChannel
 
connect(SocketAddress, SocketAddress, ChannelPromise) - Method in class io.netty.handler.codec.http2.AbstractHttp2StreamChannel.Http2ChannelUnsafe
 
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.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_DATA_IDEMPOTENT - Static variable in class io.netty.channel.kqueue.Native
 
CONNECT_ERROR - io.netty.handler.codec.http2.Http2Error
 
CONNECT_RESUME_ON_READ_WRITE - Static variable in class io.netty.channel.kqueue.Native
 
CONNECT_TCP_FASTOPEN - Static variable in class io.netty.channel.kqueue.Native
 
CONNECT_TIMEOUT_MILLIS - Static variable in class io.netty.channel.ChannelOption
 
ConnectBuilder() - Constructor for class io.netty.handler.codec.mqtt.MqttMessageBuilders.ConnectBuilder
 
connectChannel(Bootstrap) - Method in class io.netty.channel.pool.SimpleChannelPool
Bootstrap a new Channel.
connectDataIdempotent() - Static method in class io.netty.channel.kqueue.KQueueStaticallyReferencedJniMethods
 
connectDomainSocket(int, byte[]) - Static method in class io.netty.channel.unix.Socket
 
connected - Variable in class io.netty.channel.epoll.EpollDatagramChannel
 
connected - Variable in class io.netty.channel.epoll.EpollDomainDatagramChannel
 
connected - Variable in class io.netty.channel.epoll.NativeDatagramPacketArray.MyMessageProcessor
 
connected - Variable in class io.netty.channel.kqueue.KQueueDatagramChannel
 
connected - Variable in class io.netty.channel.kqueue.KQueueDomainDatagramChannel
 
connected - Variable in class io.netty.handler.ipfilter.UniqueIpFilter
 
CONNECTED - io.netty.channel.local.LocalChannel.State
 
CONNECTED - io.netty.handler.codec.stomp.StompCommand
 
connectedRead(EpollRecvByteAllocatorHandle, ByteBuf, int) - Method in class io.netty.channel.epoll.EpollDatagramChannel
 
connectFuture() - Method in class io.netty.handler.proxy.ProxyHandler
Returns a Future that 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.AbstractHttp2ConnectionHandlerBuilder
 
connection - Variable in class io.netty.handler.codec.http2.AbstractInboundHttp2ToHttpAdapterBuilder
 
connection - Variable in class io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder
 
connection - Variable in class io.netty.handler.codec.http2.DefaultHttp2ConnectionEncoder
 
connection - Variable in class io.netty.handler.codec.http2.DefaultHttp2LocalFlowController
 
connection - Variable in class io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController
 
connection - Variable in class io.netty.handler.codec.http2.DelegatingDecompressorFrameListener
 
connection - Variable in class io.netty.handler.codec.http2.InboundHttp2ToHttpAdapter
 
connection - Variable in class io.netty.handler.codec.http2.InboundHttpToHttp2Adapter
 
connection - Variable in class io.netty.handler.codec.http2.WeightedFairQueueByteDistributor
 
connection() - Method in class io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
Returns the Http2Connection to 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 Http2Connection to 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.HttpRequestDecoder
 
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_AS_LONG_0 - Static variable in class io.netty.handler.codec.http.HttpRequestDecoder
 
CONNECTION_AS_SHORT_1 - Static variable in class io.netty.handler.codec.http.HttpRequestDecoder
 
CONNECTION_PREFACE - Static variable in class io.netty.handler.codec.http2.CleartextHttp2ServerUpgradeHandler
 
CONNECTION_PREFACE - Static variable in class io.netty.handler.codec.http2.Http2CodecUtil
 
CONNECTION_RATE_EXCEEDED - io.netty.handler.codec.mqtt.MqttReasonCodes.Disconnect
 
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
 
connectionChannel(ChannelHandlerContext) - Static method in class io.netty.handler.codec.http2.Http2StreamFrameToHttpObjectCodec
 
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.
connectionHandler - Variable in class io.netty.handler.codec.http2.Http2ClientUpgradeCodec
 
connectionHandler - Variable in class io.netty.handler.codec.http2.Http2ServerUpgradeCodec
 
ConnectionListener() - Constructor for class io.netty.handler.codec.http2.Http2FrameCodec.ConnectionListener
 
connectionPrefaceBuf() - Static method in class io.netty.handler.codec.http2.Http2CodecUtil
Returns a buffer containing the Http2CodecUtil.CONNECTION_PREFACE.
connectionScheme(ChannelHandlerContext) - Static method in class io.netty.handler.codec.http2.Http2StreamFrameToHttpObjectCodec
 
connectionSchemeAttribute(ChannelHandlerContext) - Static method in class io.netty.handler.codec.http2.Http2StreamFrameToHttpObjectCodec
 
connectionState - Variable in class io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController
 
connectionState - Variable in class io.netty.handler.codec.http2.WeightedFairQueueByteDistributor
 
connectionState() - Method in class io.netty.handler.codec.http2.DefaultHttp2LocalFlowController
 
connectionStream - Variable in class io.netty.handler.codec.http2.DefaultHttp2Connection
 
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.
ConnectionStream() - Constructor for class io.netty.handler.codec.http2.DefaultHttp2Connection.ConnectionStream
 
connectionWindowSize() - Method in class io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController
Returns the flow control window for the entire connection.
connectPromise - Variable in class io.netty.channel.epoll.AbstractEpollChannel
The future of the current connection attempt.
connectPromise - Variable in class io.netty.channel.kqueue.AbstractKQueueChannel
The future of the current connection attempt.
connectPromise - Variable in class io.netty.channel.local.LocalChannel
 
connectPromise - Variable in class io.netty.channel.nio.AbstractNioChannel
The future of the current connection attempt.
connectPromise - Variable in class io.netty.handler.proxy.ProxyHandler
 
connectRenegotiate() - Method in class io.netty.handler.ssl.OpenSslSessionStats
Returns the number of start renegotiations in client mode.
connectResumeOnReadWrite() - Static method in class io.netty.channel.kqueue.KQueueStaticallyReferencedJniMethods
 
connectReturnCode - Variable in class io.netty.handler.codec.mqtt.MqttConnAckVariableHeader
 
connectReturnCode() - Method in class io.netty.handler.codec.mqtt.MqttConnAckVariableHeader
 
ConnectTimeoutException - Exception in io.netty.channel
ConnectException which 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
 
connectTimeoutFuture - Variable in class io.netty.channel.epoll.AbstractEpollChannel
 
connectTimeoutFuture - Variable in class io.netty.channel.kqueue.AbstractKQueueChannel
 
connectTimeoutFuture - Variable in class io.netty.channel.nio.AbstractNioChannel
 
connectTimeoutFuture - Variable in class io.netty.handler.proxy.ProxyHandler
 
connectTimeoutMillis - Variable in class io.netty.channel.DefaultChannelConfig
 
connectTimeoutMillis - Variable in class io.netty.handler.proxy.ProxyHandler
 
connectTimeoutMillis() - Method in class io.netty.handler.proxy.ProxyHandler
Returns the connect timeout in millis.
connectVSock(int, int, int) - Static method in class io.netty.channel.epoll.LinuxSocket
 
connectVSock(VSockAddress) - Method in class io.netty.channel.epoll.LinuxSocket
 
connectx(int, int, boolean, byte[], int, int, boolean, byte[], int, int, int, long, int, int) - Static method in class io.netty.channel.kqueue.BsdSocket
 
connectx(InetSocketAddress, InetSocketAddress, IovArray, boolean) - Method in class io.netty.channel.kqueue.BsdSocket
Establish a connection to the given destination address, and send the given data to it.
consolidate() - Method in class io.netty.buffer.AdvancedLeakAwareCompositeByteBuf
 
consolidate() - Method in class io.netty.buffer.CompositeByteBuf
Consolidate the composed ByteBufs
consolidate() - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
consolidate(int, int) - Method in class io.netty.buffer.AdvancedLeakAwareCompositeByteBuf
 
consolidate(int, int) - Method in class io.netty.buffer.CompositeByteBuf
Consolidate the composed ByteBufs
consolidate(int, int) - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
consolidate0(int, int) - Method in class io.netty.buffer.CompositeByteBuf
 
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.
consolidateIfNeeded() - Method in class io.netty.buffer.CompositeByteBuf
This should only be called as last operation from a method as this may adjust the underlying array of components and so affect the index etc.
consolidateWhenNoReadInProgress - Variable in class io.netty.handler.flush.FlushConsolidationHandler
 
constant - Variable in error io.netty.util.Signal
 
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
 
constants - Variable in class io.netty.util.ConstantPool
 
ConstantTimeUtils - Class in io.netty.util.internal
 
ConstantTimeUtils() - Constructor for class io.netty.util.internal.ConstantTimeUtils
 
ConstantValueGenerator(Object) - Constructor for class io.netty.handler.codec.http.cors.CorsConfigBuilder.ConstantValueGenerator
Sole constructor.
constructBWT(int[], int[]) - Method in class io.netty.handler.codec.compression.Bzip2DivSufSort
 
constructor - Variable in class io.netty.channel.ReflectiveChannelFactory
 
consumeAllBytes(DefaultHttp2LocalFlowController.FlowState, int) - Method in class io.netty.handler.codec.http2.DefaultHttp2LocalFlowController
 
consumeBytes(int) - Method in class io.netty.handler.codec.http2.DefaultHttp2LocalFlowController.AutoRefillState
 
consumeBytes(int) - Method in class io.netty.handler.codec.http2.DefaultHttp2LocalFlowController.DefaultState
 
consumeBytes(int) - Method in interface io.netty.handler.codec.http2.DefaultHttp2LocalFlowController.FlowState
Indicates that the application has consumed numBytes from the connection or stream and is ready to receive more data.
consumeBytes(int, int) - Method in class io.netty.handler.codec.http2.DelegatingDecompressorFrameListener.Http2Decompressor
consumeBytes(int, int) - Method in class io.netty.handler.codec.http2.Http2FrameCodec
 
consumeBytes(Http2Stream, int) - Method in class io.netty.handler.codec.http2.DefaultHttp2LocalFlowController
 
consumeBytes(Http2Stream, int) - Method in class io.netty.handler.codec.http2.DelegatingDecompressorFrameListener.ConsumedBytesConverter
 
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.
ConsumedBytesConverter(Http2LocalFlowController) - Constructor for class io.netty.handler.codec.http2.DelegatingDecompressorFrameListener.ConsumedBytesConverter
 
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(byte, long, long) - Static method in class io.netty.handler.codec.http.HttpHeaderValidationUtil.BitSet128
 
contains(int) - Method in enum io.netty.handler.codec.http.HttpStatusClass
Returns true if and only if the specified HTTP status code falls into this class.
contains(PriorityQueueNode, int) - Method in class io.netty.util.internal.DefaultPriorityQueue
 
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 String contains the sequence of characters in the CharSequence passed.
contains(CharSequence, int, CharSequence, int, HashingStrategy<CharSequence>, AsciiString[]) - Static method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
 
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.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 a contains b in 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 true if a header with the name and value exists, false otherwise.
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 true if a header with the name and value exists, false otherwise.
contains(CharSequence, CharSequence, boolean) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
 
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 true if a header with the name and value exists, false otherwise.
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 true if a header with the name and value exists, false otherwise.
contains(CharSequence, CharSequence, AsciiString.CharEqualityComparator) - Static method in class io.netty.util.AsciiString
 
contains(Object) - Method in class io.netty.channel.group.DefaultChannelGroup
 
contains(Object) - Method in class io.netty.channel.nio.SelectedSelectionKeySet
 
contains(Object) - Method in class io.netty.handler.codec.HeadersUtils.DelegatingNameSet
 
contains(Object) - Method in class io.netty.handler.codec.http2.MaxCapacityQueue
 
contains(Object) - Method in class io.netty.util.collection.ByteObjectHashMap.KeySet
 
contains(Object) - Method in class io.netty.util.collection.CharObjectHashMap.KeySet
 
contains(Object) - Method in class io.netty.util.collection.IntObjectHashMap.KeySet
 
contains(Object) - Method in class io.netty.util.collection.LongObjectHashMap.KeySet
 
contains(Object) - Method in class io.netty.util.collection.ShortObjectHashMap.KeySet
 
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 true if and only if the system property with the specified key exists.
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
Returns true if a ChannelPool exists for the given key.
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 true if a header with the name exists, false otherwise.
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 true if a header with the name and value exists, false otherwise.
contains(K, V, HashingStrategy<? super V>) - Method in class io.netty.handler.codec.DefaultHeaders
 
containsAll(Collection<?>) - Method in class io.netty.handler.codec.http2.MaxCapacityQueue
 
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 a contains all of the values in b using AsciiString.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 true if 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 true if 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 true if a header with the name and value exists.
containsCommaSeparatedTrimmed(CharSequence, CharSequence, boolean) - Static method in class io.netty.handler.codec.http.HttpHeaders
 
containsContentEqualsIgnoreCase(Collection<CharSequence>, CharSequence) - Static method in class io.netty.util.AsciiString
Determine if collection contains value and using AsciiString.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 true if 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 true if a header with the name and value exists.
containsIgnoreCase(CharSequence, CharSequence) - Static method in class io.netty.util.AsciiString
Determine if a contains b in 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 true if a header with the name and value exists.
containsKey(byte) - Method in class io.netty.util.collection.ByteCollections.EmptyMap
 
containsKey(byte) - Method in class io.netty.util.collection.ByteCollections.UnmodifiableMap
 
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.CharCollections.EmptyMap
 
containsKey(char) - Method in class io.netty.util.collection.CharCollections.UnmodifiableMap
 
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.IntCollections.EmptyMap
 
containsKey(int) - Method in class io.netty.util.collection.IntCollections.UnmodifiableMap
 
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.LongCollections.EmptyMap
 
containsKey(long) - Method in class io.netty.util.collection.LongCollections.UnmodifiableMap
 
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.ShortCollections.EmptyMap
 
containsKey(short) - Method in class io.netty.util.collection.ShortCollections.UnmodifiableMap
 
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.handler.codec.serialization.ReferenceMap
 
containsKey(Object) - Method in class io.netty.util.collection.ByteCollections.EmptyMap
 
containsKey(Object) - Method in class io.netty.util.collection.ByteCollections.UnmodifiableMap
 
containsKey(Object) - Method in class io.netty.util.collection.ByteObjectHashMap
 
containsKey(Object) - Method in class io.netty.util.collection.CharCollections.EmptyMap
 
containsKey(Object) - Method in class io.netty.util.collection.CharCollections.UnmodifiableMap
 
containsKey(Object) - Method in class io.netty.util.collection.CharObjectHashMap
 
containsKey(Object) - Method in class io.netty.util.collection.IntCollections.EmptyMap
 
containsKey(Object) - Method in class io.netty.util.collection.IntCollections.UnmodifiableMap
 
containsKey(Object) - Method in class io.netty.util.collection.IntObjectHashMap
 
containsKey(Object) - Method in class io.netty.util.collection.LongCollections.EmptyMap
 
containsKey(Object) - Method in class io.netty.util.collection.LongCollections.UnmodifiableMap
 
containsKey(Object) - Method in class io.netty.util.collection.LongObjectHashMap
 
containsKey(Object) - Method in class io.netty.util.collection.ShortCollections.EmptyMap
 
containsKey(Object) - Method in class io.netty.util.collection.ShortCollections.UnmodifiableMap
 
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 true if a header with the name and value exists.
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 true if a header with the name and value exists.
containsSessionWithId(OpenSslSessionId) - Method in class io.netty.handler.ssl.OpenSslSessionCache
Returns true if there is a session for the given id in the cache.
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 true if 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 true if 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.
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 true if a header with the name and value exists, false otherwise.
containsValue(CharSequence, CharSequence, boolean) - Method in class io.netty.handler.codec.http.ReadOnlyHttpHeaders
 
containsValue(Object) - Method in class io.netty.handler.codec.serialization.ReferenceMap
 
containsValue(Object) - Method in class io.netty.util.collection.ByteCollections.EmptyMap
 
containsValue(Object) - Method in class io.netty.util.collection.ByteCollections.UnmodifiableMap
 
containsValue(Object) - Method in class io.netty.util.collection.ByteObjectHashMap
 
containsValue(Object) - Method in class io.netty.util.collection.CharCollections.EmptyMap
 
containsValue(Object) - Method in class io.netty.util.collection.CharCollections.UnmodifiableMap
 
containsValue(Object) - Method in class io.netty.util.collection.CharObjectHashMap
 
containsValue(Object) - Method in class io.netty.util.collection.IntCollections.EmptyMap
 
containsValue(Object) - Method in class io.netty.util.collection.IntCollections.UnmodifiableMap
 
containsValue(Object) - Method in class io.netty.util.collection.IntObjectHashMap
 
containsValue(Object) - Method in class io.netty.util.collection.LongCollections.EmptyMap
 
containsValue(Object) - Method in class io.netty.util.collection.LongCollections.UnmodifiableMap
 
containsValue(Object) - Method in class io.netty.util.collection.LongObjectHashMap
 
containsValue(Object) - Method in class io.netty.util.collection.ShortCollections.EmptyMap
 
containsValue(Object) - Method in class io.netty.util.collection.ShortCollections.UnmodifiableMap
 
containsValue(Object) - Method in class io.netty.util.collection.ShortObjectHashMap
 
content - Variable in class io.netty.handler.codec.dns.DefaultDnsRawRecord
 
content - Variable in class io.netty.handler.codec.http.DefaultFullHttpRequest
 
content - Variable in class io.netty.handler.codec.http.DefaultFullHttpResponse
 
content - Variable in class io.netty.handler.codec.http.DefaultHttpContent
 
content - Variable in class io.netty.handler.codec.http.HttpObjectAggregator.AggregatedFullHttpMessage
 
content - Variable in class io.netty.handler.codec.http.multipart.HttpPostRequestEncoder.WrappedFullHttpRequest
 
content - Variable in class io.netty.handler.codec.http2.DefaultHttp2DataFrame
 
content - Variable in class io.netty.handler.codec.http2.DefaultHttp2PingFrame
 
content - Variable in class io.netty.handler.codec.memcache.binary.DefaultFullBinaryMemcacheRequest
 
content - Variable in class io.netty.handler.codec.memcache.binary.DefaultFullBinaryMemcacheResponse
 
content - Variable in class io.netty.handler.codec.memcache.DefaultMemcacheContent
 
content - Variable in class io.netty.handler.codec.redis.AbstractStringRedisMessage
 
content - Variable in class io.netty.handler.codec.stomp.DefaultStompFrame
 
content - Variable in class io.netty.handler.ssl.PemPrivateKey
 
content - Variable in class io.netty.handler.ssl.PemValue
 
content - Variable in class io.netty.handler.ssl.PemX509Certificate
 
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.ComposedLastHttpContent
 
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.HttpObjectAggregator.AggregatedFullHttpMessage
 
content() - Method in class io.netty.handler.codec.http.multipart.AbstractHttpData
 
content() - Method in class io.netty.handler.codec.http.multipart.AbstractMixedHttpData
 
content() - Method in class io.netty.handler.codec.http.multipart.HttpPostRequestEncoder.WrappedFullHttpRequest
 
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.redis.RedisDecoder.ToPositiveLongProcessor
 
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.PemValue
 
content() - Method in class io.netty.handler.ssl.PemX509Certificate
 
content() - Method in class io.netty.resolver.dns.DnsNameResolver.AddressedEnvelopeAdapter
 
CONTENT_AS_LONG - Static variable in class io.netty.handler.codec.http.HttpRequestDecoder
 
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
 
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
 
contentEncoder - Variable in class io.netty.handler.codec.http.HttpContentEncoder.Result
 
contentEncoder() - Method in class io.netty.handler.codec.http.HttpContentEncoder.Result
 
contentEquals(CharSequence) - Method in class io.netty.util.AsciiString
Compares a CharSequence to this String to determine if their contents are equal.
contentEquals(CharSequence, CharSequence) - Static method in class io.netty.util.AsciiString
Returns true if the content of both CharSequence'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 true if both CharSequence's are equals when ignore the case.
contentExpected - Variable in class io.netty.handler.codec.smtp.SmtpRequestEncoder
 
contentLength - Variable in class io.netty.handler.codec.http.HttpObjectDecoder
 
contentLength - Variable in class io.netty.handler.codec.stomp.StompSubframeDecoder
 
contentLength() - Method in class io.netty.handler.codec.http.HttpObjectDecoder
 
contentLength(Object) - Static method in class io.netty.handler.codec.memcache.AbstractMemcacheObjectEncoder
Determine the content length of the given object.
ContentLength - Static variable in class io.netty.handler.codec.http.HttpRequestDecoder
 
ContentLength(long) - Constructor for class io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder.ContentLength
 
contentLengthKey - Variable in class io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder
 
contentNumBytes() - Method in class io.netty.handler.codec.haproxy.HAProxySSLTLV
 
contentNumBytes() - Method in class io.netty.handler.codec.haproxy.HAProxyTLV
 
contentSizeThreshold - Variable in class io.netty.handler.codec.http.HttpContentCompressor
 
contentToString() - Method in class io.netty.buffer.DefaultByteBufHolder
Return ByteBuf.toString() without checking the reference count first.
contentTransferEncoding - Variable in class io.netty.handler.codec.http.multipart.DiskFileUpload
 
contentTransferEncoding - Variable in class io.netty.handler.codec.http.multipart.MemoryFileUpload
 
contentType - Variable in class io.netty.handler.codec.http.multipart.DiskFileUpload
 
contentType - Variable in class io.netty.handler.codec.http.multipart.MemoryFileUpload
 
ContentType - Static variable in class io.netty.handler.codec.http.HttpRequestDecoder
 
context - Variable in class io.netty.handler.ssl.OpenSslSessionContext
 
context - Variable in class io.netty.handler.ssl.OpenSslSessionStats
 
context - Variable in class io.netty.handler.ssl.SniHandler.Selection
 
context() - Method in class io.netty.handler.ssl.JdkSslContext
Returns the JDK SSLContext object 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 ChannelHandler in 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 ChannelHandler of 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 ChannelHandler with the specified name in this pipeline.
context(String) - Method in class io.netty.channel.DefaultChannelPipeline
 
Context() - Constructor for class io.netty.buffer.search.AhoCorasicSearchProcessorFactory.Context
 
context0(String) - Method in class io.netty.channel.DefaultChannelPipeline
 
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.HttpObjectAggregator
 
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 true if 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.DefaultMaxBytesRecvByteBufAllocator.HandleImpl
 
continueReading() - Method in class io.netty.channel.DefaultMaxMessagesRecvByteBufAllocator.MaxMessageHandle
 
continueReading() - Method in class io.netty.channel.epoll.EpollRecvByteAllocatorHandle
 
continueReading() - Method in class io.netty.channel.kqueue.KQueueRecvByteAllocatorHandle
 
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.DefaultMaxBytesRecvByteBufAllocator.HandleImpl
 
continueReading(UncheckedBooleanSupplier) - Method in class io.netty.channel.DefaultMaxMessagesRecvByteBufAllocator.MaxMessageHandle
 
continueReading(UncheckedBooleanSupplier) - Method in class io.netty.channel.epoll.EpollRecvByteAllocatorHandle
 
continueReading(UncheckedBooleanSupplier) - Method in class io.netty.channel.kqueue.KQueueRecvByteAllocatorHandle
 
continueReading(UncheckedBooleanSupplier) - Method in interface io.netty.channel.RecvByteBufAllocator.ExtendedHandle
Same as RecvByteBufAllocator.Handle.continueReading() except "more data" is determined by the supplier parameter.
continueResponse - Variable in class io.netty.handler.codec.http.HttpContentDecoder
 
continueResponse(HttpMessage, int, ChannelPipeline) - Static method in class io.netty.handler.codec.http.HttpObjectAggregator
 
continueResponseWriteListener - Variable in class io.netty.handler.codec.MessageAggregator
 
convert(InternetProtocolFamily) - Static method in class io.netty.channel.socket.nio.ProtocolFamilyConverter
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 StompHeadersSubframe content 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 StompFrame full 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 StompHeadersSubframe headers 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.http.DefaultHttpHeaders.HeaderValueConverter
 
convertObject(Object) - Method in class io.netty.handler.codec.spdy.DefaultSpdyHeaders.HeaderValueConverterAndValidator
 
convertObject(Object) - Method in class io.netty.handler.codec.UnsupportedValueConverter
 
convertObject(Object) - Method in interface io.netty.handler.codec.ValueConverter
 
convertRecord(DnsRecord, String, DnsRecord[], EventLoop) - Method in class io.netty.resolver.dns.DnsAddressResolveContext
 
convertRecord(DnsRecord, String, DnsRecord[], EventLoop) - Method in class io.netty.resolver.dns.DnsRecordResolveContext
 
convertRecord(DnsRecord, String, DnsRecord[], EventLoop) - Method in class io.netty.resolver.dns.DnsResolveContext
Converts the given DnsRecord into T.
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
 
convertToCipherStrings(Iterable<String>, StringBuilder, StringBuilder, boolean) - Static method in class io.netty.handler.ssl.CipherSuiteConverter
Convert the given ciphers if needed to OpenSSL format and append them to the correct StringBuilder depending on if its a TLSv1.3 cipher or not.
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
 
convertWrapperType(ZlibWrapper) - Static method in class io.netty.handler.codec.compression.ZlibUtil
 
cookie - Variable in class io.netty.handler.codec.http.cookie.ClientCookieDecoder.CookieBuilder
 
cookie() - Method in class io.netty.handler.codec.http.cookie.ClientCookieDecoder.CookieBuilder
 
Cookie - Interface in io.netty.handler.codec.http
Deprecated.
Use Cookie instead.
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"
COOKIE_COMPARATOR - Static variable in class io.netty.handler.codec.http.cookie.ClientCookieEncoder
Sort cookies into decreasing order of path length, breaking ties by sorting into increasing chronological order of creation time, as recommended by RFC 6265.
CookieBuilder(DefaultCookie, String) - Constructor for class io.netty.handler.codec.http.cookie.ClientCookieDecoder.CookieBuilder
 
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 ClientCookieDecoder or ServerCookieDecoder instead. Decodes an HTTP header value into Cookies. This decoder can decode the HTTP cookie version 0, 1, and 2.
 HttpRequest req = ...;
 String value = req.getHeader("Cookie");
 Set<Cookie> cookies = CookieDecoder.decode(value);
 
CookieDecoder(boolean) - Constructor for class io.netty.handler.codec.http.cookie.CookieDecoder
 
CookieDecoder(boolean) - Constructor for class io.netty.handler.codec.http.CookieDecoder
Deprecated.
 
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() - Constructor for class io.netty.handler.codec.http.cookie.CookieHeaderNames
 
CookieHeaderNames.SameSite - Enum in io.netty.handler.codec.http.cookie
Possible values for the SameSite attribute.
CookieUtil - Class in io.netty.handler.codec.http.cookie
 
CookieUtil - Class in io.netty.handler.codec.http
Deprecated.
Duplicate of package private $CookieUtil
CookieUtil() - Constructor for class io.netty.handler.codec.http.cookie.CookieUtil
 
CookieUtil() - Constructor for class io.netty.handler.codec.http.CookieUtil
Deprecated.
 
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 array encoded in the specified charset.
copiedBuffer(char[], Charset) - Static method in class io.netty.buffer.Unpooled
Creates a new big-endian buffer whose content is the specified array encoded in the specified charset.
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 string encoded in the specified charset.
copiedBuffer(CharSequence, Charset) - Static method in class io.netty.buffer.Unpooled
Creates a new big-endian buffer whose content is the specified string encoded in the specified charset.
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.
copiedBuffer(CharBuffer, Charset) - Static method in class io.netty.buffer.Unpooled
 
copiedBufferAscii(CharSequence) - Static method in class io.netty.buffer.Unpooled
 
copiedBufferUtf8(CharSequence) - Static method in class io.netty.buffer.Unpooled
 
copiedMap(Map<K, V>) - Static method in class io.netty.bootstrap.AbstractBootstrap
 
copy() - Method in class io.netty.buffer.AbstractByteBuf
 
copy() - Method in class io.netty.buffer.AdvancedLeakAwareByteBuf
 
copy() - Method in class io.netty.buffer.AdvancedLeakAwareCompositeByteBuf
 
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.buffer.WrappedCompositeByteBuf
 
copy() - Method in class io.netty.channel.epoll.SegmentedDatagramPacket
Deprecated.
 
copy() - Method in class io.netty.channel.socket.DatagramPacket
 
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.ComposedLastHttpContent
 
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 class io.netty.handler.codec.http.HttpObjectAggregator.AggregatedFullHttpMessage
 
copy() - Method in class io.netty.handler.codec.http.HttpObjectAggregator.AggregatedFullHttpRequest
 
copy() - Method in class io.netty.handler.codec.http.HttpObjectAggregator.AggregatedFullHttpResponse
 
copy() - Method in interface io.netty.handler.codec.http.LastHttpContent
 
copy() - Method in class io.netty.handler.codec.http.multipart.AbstractMixedHttpData
 
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.HttpPostRequestEncoder.WrappedFullHttpRequest
 
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.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 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.ReplayingDecoderByteBuf
 
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 interface io.netty.handler.codec.spdy.SpdyDataFrame
 
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 interface io.netty.handler.ssl.PemEncoded
 
copy() - Method in class io.netty.handler.ssl.PemPrivateKey
 
copy() - Method in class io.netty.handler.ssl.PemValue
 
copy() - Method in class io.netty.handler.ssl.PemX509Certificate
 
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.AbstractUnpooledSlicedByteBuf
 
copy(int, int) - Method in class io.netty.buffer.AdvancedLeakAwareByteBuf
 
copy(int, int) - Method in class io.netty.buffer.AdvancedLeakAwareCompositeByteBuf
 
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.FixedCompositeByteBuf
 
copy(int, int) - Method in class io.netty.buffer.PooledDirectByteBuf
 
copy(int, int) - Method in class io.netty.buffer.PooledDuplicatedByteBuf
 
copy(int, int) - Method in class io.netty.buffer.PooledHeapByteBuf
 
copy(int, int) - Method in class io.netty.buffer.PooledSlicedByteBuf
 
copy(int, int) - Method in class io.netty.buffer.PooledUnsafeDirectByteBuf
 
copy(int, int) - Method in class io.netty.buffer.ReadOnlyByteBuf
Deprecated.
 
copy(int, int) - Method in class io.netty.buffer.ReadOnlyByteBufferBuf
 
copy(int, int) - Method in class io.netty.buffer.ReadOnlyUnsafeDirectByteBuf
 
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(int, int) - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
copy(int, int) - Method in class io.netty.handler.codec.ReplayingDecoderByteBuf
 
copy(AbstractByteBuf, long, int, int) - Static method in class io.netty.buffer.UnsafeByteBufUtil
 
copy(AsciiString, int, ByteBuf, int) - Static method in class io.netty.buffer.ByteBufUtil
Copies the content of src to a ByteBuf using ByteBuf.writeBytes(byte[], int, int).
copy(AsciiString, int, ByteBuf, int, int) - Static method in class io.netty.buffer.ByteBufUtil
Copies the content of src to a ByteBuf using ByteBuf.setBytes(int, byte[], int, int).
copy(AsciiString, ByteBuf) - Static method in class io.netty.buffer.ByteBufUtil
Copies the all content of src to a ByteBuf using ByteBuf.writeBytes(byte[], int, int).
COPY_1_BYTE_OFFSET - Static variable in class io.netty.handler.codec.compression.Snappy
 
COPY_2_BYTE_OFFSET - Static variable in class io.netty.handler.codec.compression.Snappy
 
COPY_4_BYTE_OFFSET - Static variable in class io.netty.handler.codec.compression.Snappy
 
copyAndCompose(ByteBufAllocator, ByteBuf, ByteBuf) - Method in class io.netty.channel.AbstractCoalescingBufferQueue
Compose cumulation and next into a new ByteBufAllocator.ioBuffer().
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.
copyIfNeeded() - Method in class io.netty.resolver.dns.DefaultDnsCache.DefaultDnsCacheEntry
 
copyIfNeeded(ByteBufAllocator, FullHttpMessage) - Method in interface io.netty.handler.codec.http2.InboundHttp2ToHttpAdapter.ImmediateSendDetector
Determine if a copy must be made after an immediate send happens.
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
 
copyMemory(long, long, long) - Static method in class io.netty.util.internal.PlatformDependent0
 
copyMemory(Object, long, Object, long, long) - Static method in class io.netty.util.internal.PlatformDependent0
 
copyMemoryWithSafePointPolling(long, long, long) - Static method in class io.netty.util.internal.PlatformDependent0
 
copyMemoryWithSafePointPolling(Object, long, Object, long, long) - Static method in class io.netty.util.internal.PlatformDependent0
 
copyMeta(AbstractBinaryMemcacheMessage) - Method in class io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage
Copies special metadata hold by this instance to the provided instance
copyMeta(DefaultBinaryMemcacheRequest) - Method in class io.netty.handler.codec.memcache.binary.DefaultBinaryMemcacheRequest
Copies special metadata hold by this instance to the provided instance
copyMeta(DefaultBinaryMemcacheResponse) - Method in class io.netty.handler.codec.memcache.binary.DefaultBinaryMemcacheResponse
Copies special metadata hold by this instance to the provided instance
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.
copyThrowable(Throwable) - Static method in class io.netty.resolver.dns.DefaultDnsCache
 
copyTo(int, int, int, ByteBuf) - Method in class io.netty.buffer.CompositeByteBuf
 
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
 
CORRUPT - io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder.State
 
corrupted - Variable in class io.netty.handler.codec.compression.SnappyFrameDecoder
 
CORRUPTED - io.netty.handler.codec.compression.FastLzFrameDecoder.State
 
CorruptedFrameException - Exception in io.netty.handler.codec
An DecoderException which is thrown when the received frame data could not be decoded by an inbound handler.
CorruptedFrameException() - Constructor for exception io.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 DecoderException which is thrown when the received WebSocketFrame data 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(CorsConfigBuilder) - Constructor for class io.netty.handler.codec.http.cors.CorsConfig
 
CorsConfig.Builder - Class in io.netty.handler.codec.http.cors
Deprecated.
Use CorsConfigBuilder instead.
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 CorsConfig instance.
CorsConfigBuilder() - Constructor for class io.netty.handler.codec.http.cors.CorsConfigBuilder
Creates a new Builder instance allowing any origin, "*" which is the wildcard origin.
CorsConfigBuilder(String...) - Constructor for class io.netty.handler.codec.http.cors.CorsConfigBuilder
Creates a new Builder instance with the origin passed in.
CorsConfigBuilder.ConstantValueGenerator - Class in io.netty.handler.codec.http.cors
This class is used for preflight HTTP response values that do not need to be generated, but instead the value is "static" in that the same value will be returned for each call.
CorsConfigBuilder.DateValueGenerator - Class in io.netty.handler.codec.http.cors
This callable is used for the DATE preflight HTTP response HTTP header.
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 - Variable in class io.netty.channel.ChannelOutboundBuffer.Entry
 
count - Variable in class io.netty.channel.DefaultFileRegion
 
count - Variable in class io.netty.channel.epoll.NativeDatagramPacketArray
 
count - Variable in class io.netty.channel.epoll.NativeDatagramPacketArray.NativeDatagramPacket
 
count - Variable in class io.netty.channel.unix.IovArray
 
count - Variable in class io.netty.handler.codec.CodecOutputList.CodecOutputLists
 
count() - Method in class io.netty.channel.DefaultFileRegion
 
count() - Method in class io.netty.channel.epoll.NativeDatagramPacketArray
Returns the count
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(int) - Method in class io.netty.handler.codec.dns.AbstractDnsMessage
 
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 section of this DNS message.
counter - Variable in class io.netty.handler.codec.http2.HpackEncoder.NameEntry
 
counter - Variable in class io.netty.handler.codec.http2.HpackEncoder.NameValueEntry
 
counter - Variable in class io.netty.handler.traffic.GlobalChannelTrafficCounter.MixedTrafficMonitoringTask
The associated TrafficCounter
counterHashCode - Variable in class io.netty.util.internal.InternalThreadLocalMap
 
counterHashCode() - Method in class io.netty.util.internal.InternalThreadLocalMap
Deprecated.
CR - Static variable in class io.netty.handler.codec.http.HttpConstants
Carriage return
CR - Static variable in class io.netty.handler.codec.stomp.StompConstants
 
crc - Variable in class io.netty.handler.codec.compression.Bzip2BlockCompressor
CRC builder for the block.
crc - Variable in class io.netty.handler.codec.compression.Bzip2BlockDecompressor
Calculates the block CRC from the fully decoded bytes of the block.
crc - Variable in class io.netty.handler.codec.compression.Crc32
The current CRC.
crc - Variable in class io.netty.handler.codec.compression.Crc32c
 
crc - Variable in class io.netty.handler.codec.compression.JdkZlibDecoder
 
crc - Variable in class io.netty.handler.codec.compression.JdkZlibEncoder
 
crc() - Method in class io.netty.handler.codec.compression.Bzip2BlockCompressor
Gets the CRC of the completed block.
CRC_TABLE - Static variable in class io.netty.handler.codec.compression.Crc32c
 
Crc32 - Class in io.netty.handler.codec.compression
A CRC32 calculator.
Crc32() - Constructor for class io.netty.handler.codec.compression.Crc32
 
CRC32_UPDATE_METHOD - Static variable in class io.netty.handler.codec.compression.ByteBufChecksum
 
crc32c(int, int) - Static method in class io.netty.handler.codec.compression.Crc32c
 
Crc32c - Class in io.netty.handler.codec.compression
Implements CRC32-C as defined in: "Optimization of Cyclic Redundancy-CHeck Codes with 24 and 32 Parity Bits", IEEE Transactions on Communications 41(6): 883-892 (1993).
Crc32c() - Constructor for class io.netty.handler.codec.compression.Crc32c
 
crc32Table - Static variable in class io.netty.handler.codec.compression.Crc32
A static CRC lookup table.
create(EventLoop, ChannelFactory<SocketChannel>, ChannelFactory<DatagramChannel>) - Static method in class io.netty.handler.ssl.ocsp.IoTransport
Create a new IoTransport instance
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 class io.netty.handler.codec.http2.DefaultHttp2Connection.DefaultEndpoint
 
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
createdBy() - Method in class io.netty.handler.codec.http2.DefaultHttp2Connection.ConnectionStream
 
createdBy() - Method in class io.netty.handler.codec.http2.DefaultHttp2Connection.DefaultStream
 
createDefaultResolver(IoTransport) - Static method in class io.netty.handler.ssl.ocsp.OcspServerCertificateValidator
 
createEncoder() - Method in interface io.netty.handler.codec.http.CompressionEncoderFactory
 
createEncoder() - Method in class io.netty.handler.codec.http.HttpContentCompressor.DeflateEncoderFactory
 
createEncoder() - Method in class io.netty.handler.codec.http.HttpContentCompressor.GzipEncoderFactory
 
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
 
createGlobalTrafficCounter(ScheduledExecutorService) - Method in class io.netty.handler.traffic.GlobalChannelTrafficShapingHandler
Create the global TrafficCounter
createGlobalTrafficCounter(ScheduledExecutorService) - Method in class io.netty.handler.traffic.GlobalTrafficShapingHandler
Create the global TrafficCounter.
createHeadersFrame(HttpResponse) - Method in class io.netty.handler.codec.spdy.SpdyHttpEncoder
 
createHttpRequest(SpdyHeadersFrame, ByteBufAllocator) - Static method in class io.netty.handler.codec.spdy.SpdyHttpDecoder
 
createHttpResponse(SpdyHeadersFrame, ByteBufAllocator, boolean) - Static method in class io.netty.handler.codec.spdy.SpdyHttpDecoder
 
createHuffmanDecodingTables() - Method in class io.netty.handler.codec.compression.Bzip2HuffmanStageDecoder
Constructs Huffman decoding tables from lists of Canonical Huffman code lengths.
createInetAddressFromIpAddressString(String) - Static method in class io.netty.util.NetUtil
Creates an InetAddress based 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
 
createLocalhost4() - Static method in class io.netty.util.NetUtilInitializations
 
createLocalhost6() - Static method in class io.netty.util.NetUtilInitializations
 
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
 
createNormalCaches(int, int, PoolArena<T>) - Static method in class io.netty.buffer.PoolThreadCache
 
createOrThrow(String) - Method in class io.netty.util.ConstantPool
Creates constant by name or throws exception.
createSettingsFrame(ChannelHandlerContext, ByteBuf) - Static method in class io.netty.handler.codec.http2.Http2ServerUpgradeCodec
Creates an HTTP2-Settings header with the given payload.
createStream(int, boolean) - Method in class io.netty.handler.codec.http2.DefaultHttp2Connection.DefaultEndpoint
 
createStream(int, boolean) - Method in interface io.netty.handler.codec.http2.Http2Connection.Endpoint
Creates a stream initiated by this endpoint.
createSubPageCaches(int, int) - Static method in class io.netty.buffer.PoolThreadCache
 
createSynStreamFrame(HttpRequest) - Method in class io.netty.handler.codec.spdy.SpdyHttpEncoder
 
createTempFile(String, String, File) - Static method in class io.netty.util.internal.PlatformDependent
 
createUpgradeResponse(CharSequence) - Method in class io.netty.handler.codec.http.HttpServerUpgradeHandler
Creates the 101 Switching Protocols response message.
createWheel(int) - Static method in class io.netty.util.HashedWheelTimer
 
creationTime - Variable in class io.netty.handler.ssl.OpenSslSessionCache.NativeSslSession
 
creationTime - Variable in class io.netty.handler.ssl.ReferenceCountedOpenSslEngine.DefaultOpenSslSession
 
CRLF - io.netty.handler.codec.AsciiHeadersEncoder.NewlineType
'\r\n'
CRLF_BUF - Static variable in class io.netty.handler.codec.http.HttpObjectEncoder
 
CRLF_SHORT - Static variable in class io.netty.handler.codec.http.HttpObjectEncoder
 
CRLF_SHORT - Static variable in class io.netty.handler.codec.rtsp.RtspEncoder
 
CRLF_SHORT - Static variable in class io.netty.handler.codec.smtp.SmtpRequestEncoder
 
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"
CSV_NUMBER_ESCAPE_CHARACTERS - Static variable in class io.netty.util.internal.StringUtil
2 - Quote character at beginning and end.
ctx - Variable in class io.netty.channel.AbstractChannelHandlerContext.WriteTask
 
ctx - Variable in class io.netty.channel.CombinedChannelDuplexHandler.DelegatingChannelHandlerContext
 
ctx - Variable in class io.netty.channel.DefaultChannelPipeline.PendingHandlerCallback
 
ctx - Variable in class io.netty.handler.codec.compression.Bzip2Encoder
Used to interact with its ChannelPipeline and other handlers.
ctx - Variable in class io.netty.handler.codec.compression.JdkZlibEncoder
 
ctx - Variable in class io.netty.handler.codec.compression.JZlibEncoder
 
ctx - Variable in class io.netty.handler.codec.http.HttpContentCompressor
 
ctx - Variable in class io.netty.handler.codec.http.HttpContentDecoder
 
ctx - Variable in class io.netty.handler.codec.http.websocketx.WebSocketClientProtocolHandshakeHandler
 
ctx - Variable in class io.netty.handler.codec.http.websocketx.WebSocketServerProtocolHandshakeHandler
 
ctx - Variable in class io.netty.handler.codec.http2.DefaultHttp2LocalFlowController
 
ctx - Variable in class io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController
 
ctx - Variable in class io.netty.handler.codec.http2.Http2ConnectionHandler.ClosingChannelFutureListener
 
ctx - Variable in class io.netty.handler.codec.http2.Http2FrameCodec
 
ctx - Variable in class io.netty.handler.codec.http2.Http2MultiplexCodec
Deprecated.
 
ctx - Variable in class io.netty.handler.codec.http2.Http2MultiplexHandler
 
ctx - Variable in class io.netty.handler.codec.http2.StreamBufferingEncoder.PendingStream
 
ctx - Variable in class io.netty.handler.codec.MessageAggregator
 
ctx - Variable in class io.netty.handler.codec.spdy.SpdyFrameCodec
 
ctx - Variable in class io.netty.handler.codec.spdy.SpdySessionHandler.ClosingChannelFutureListener
 
ctx - Variable in class io.netty.handler.flush.FlushConsolidationHandler
 
ctx - Variable in class io.netty.handler.proxy.ProxyHandler
 
ctx - Variable in class io.netty.handler.ssl.ApplicationProtocolNegotiationHandler
 
ctx - Variable in class io.netty.handler.ssl.DelegatingSslContext
 
ctx - Variable in class io.netty.handler.ssl.ReferenceCountedOpenSslContext
The OpenSSL SSL_CTX object.
ctx - Variable in class io.netty.handler.ssl.SslHandler
 
ctx - Variable in class io.netty.handler.stream.ChunkedWriteHandler
 
ctx - Variable in class io.netty.handler.timeout.IdleStateHandler.AbstractIdleTask
 
ctx - Variable in class io.netty.handler.timeout.WriteTimeoutHandler.WriteTimeoutTask
 
ctx - Variable in class io.netty.handler.traffic.AbstractTrafficShapingHandler.ReopenReadTimerTask
 
ctx() - Method in class io.netty.handler.codec.compression.Bzip2Encoder
 
ctx() - Method in class io.netty.handler.codec.compression.JdkZlibEncoder
 
ctx() - Method in class io.netty.handler.codec.compression.JZlibEncoder
 
ctx() - Method in class io.netty.handler.codec.MessageAggregator
 
ctxLock - Variable in class io.netty.handler.ssl.ReferenceCountedOpenSslContext
 
cumulate(ByteBufAllocator, ByteBuf, ByteBuf) - Method in interface io.netty.handler.codec.ByteToMessageDecoder.Cumulator
Cumulate the given ByteBufs and return the ByteBuf that holds the cumulated bytes.
cumulation - Variable in class io.netty.handler.codec.ByteToMessageDecoder
 
cumulation - Variable in class io.netty.handler.codec.spdy.SpdyHeaderBlockRawDecoder
 
cumulativeReadBytes - Variable in class io.netty.handler.traffic.GlobalChannelTrafficShapingHandler
Maximum cumulative read bytes for one channel among all (as long as channels stay the same)
cumulativeReadBytes - Variable in class io.netty.handler.traffic.TrafficCounter
Long life read bytes
cumulativeReadBytes() - Method in class io.netty.handler.traffic.TrafficCounter
 
cumulativeWrittenBytes - Variable in class io.netty.handler.traffic.GlobalChannelTrafficShapingHandler
Maximum cumulative writing bytes for one channel among all (as long as channels stay the same)
cumulativeWrittenBytes - Variable in class io.netty.handler.traffic.TrafficCounter
Long life written bytes
cumulativeWrittenBytes() - Method in class io.netty.handler.traffic.TrafficCounter
 
cumulator - Variable in class io.netty.handler.codec.ByteToMessageDecoder
 
cumulator - Variable in enum io.netty.handler.ssl.SslHandler.SslEngineType
When using JDK SSLEngine, we use ByteToMessageDecoder.MERGE_CUMULATOR because it works only with one ByteBuffer.
current - Variable in class io.netty.handler.codec.DefaultHeaders.HeaderIterator
 
current - Variable in class io.netty.handler.codec.http2.HpackHuffmanEncoder.EncodeProcessor
 
current - Variable in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers.ReadOnlyIterator
 
current - Variable in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers.ReadOnlyValueIterator
 
current() - Method in class io.netty.channel.ChannelOutboundBuffer
Return the current message to write or null if nothing was flushed before and so is ready to be written.
current() - Method in class io.netty.channel.PendingWriteQueue
Return the current message or null if empty.
current() - Static method in class io.netty.handler.ssl.util.ThreadLocalInsecureRandom
 
current() - Method in interface io.netty.util.internal.PlatformDependent.ThreadLocalRandomProvider
 
current() - Static method in class io.netty.util.internal.ThreadLocalRandom
Returns the current thread's ThreadLocalRandom.
CURRENT_SPI - Static variable in class io.netty.handler.ssl.util.SimpleKeyManagerFactory
CURRENT_SPI - Static variable in class io.netty.handler.ssl.util.SimpleTrustManagerFactory
currentAlpha - Variable in class io.netty.handler.codec.compression.Bzip2HuffmanStageDecoder
 
currentAttribute - Variable in class io.netty.handler.codec.http.multipart.HttpPostMultipartRequestDecoder
The current Attribute that is currently in decode process
currentAttribute - Variable in class io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder
The current Attribute that is currently in decode process
currentBuffer - Variable in class io.netty.handler.codec.http.multipart.HttpPostRequestEncoder
The ByteBuf currently used by the encoder
currentChecksum - Variable in class io.netty.handler.codec.compression.FastLzFrameDecoder
Checksum value of current received chunk of data which has checksum.
currentData - Variable in class io.netty.handler.codec.http.multipart.HttpPostRequestEncoder
The current InterfaceHttpData to encode (used if more chunks are available)
currentExecutor() - Static method in class io.netty.util.internal.ThreadExecutorMap
Returns the current EventExecutor that uses the Thread, or null if none / unknown.
currentFieldAttributes - Variable in class io.netty.handler.codec.http.multipart.HttpPostMultipartRequestDecoder
Used in Multipart
currentFileUpload - Variable in class io.netty.handler.codec.http.multipart.HttpPostMultipartRequestDecoder
The current FileUpload that is currently in decode process
currentFileUpload - Variable in class io.netty.handler.codec.http.multipart.HttpPostRequestEncoder
The current FileUpload that is currently in encode process
currentGroup - Variable in class io.netty.handler.codec.compression.Bzip2HuffmanStageDecoder
 
currentIdx - Variable in class io.netty.handler.codec.CodecOutputList.CodecOutputLists
 
currentIterator - Variable in class io.netty.channel.group.CombinedIterator
 
currentLength - Variable in class io.netty.handler.codec.compression.Bzip2HuffmanStageDecoder
 
currentMappings - Variable in class io.netty.resolver.dns.macos.MacOSDnsServerAddressStreamProvider
 
currentMask - Variable in class io.netty.buffer.search.BitapSearchProcessorFactory.Processor
 
currentMessage - Variable in class io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheDecoder
 
currentMessage - Variable in class io.netty.handler.codec.MessageAggregator
 
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).
currentPosition - Variable in class io.netty.buffer.search.AhoCorasicSearchProcessorFactory.Processor
 
currentPosition - Variable in class io.netty.buffer.search.KmpSearchProcessorFactory.Processor
 
currentProgress() - Method in class io.netty.channel.ChannelOutboundBuffer
Return the current message flush progress.
currentReadBytes - Variable in class io.netty.handler.traffic.TrafficCounter
Current read bytes
currentReadBytes() - Method in class io.netty.handler.traffic.TrafficCounter
 
currentSelector - Variable in class io.netty.handler.codec.compression.Bzip2HuffmanStageDecoder
 
currentState - Variable in class io.netty.handler.codec.compression.Bzip2Decoder
 
currentState - Variable in class io.netty.handler.codec.compression.Bzip2Encoder
 
currentState - Variable in class io.netty.handler.codec.compression.FastLzFrameDecoder
 
currentState - Variable in class io.netty.handler.codec.http.HttpObjectDecoder
 
currentStatus - Variable in class io.netty.handler.codec.http.multipart.HttpPostMultipartRequestDecoder
Current getStatus
currentStatus - Variable in class io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder
Current getStatus
currentStreamId - Variable in class io.netty.handler.codec.http2.HttpToHttp2ConnectionHandler
 
currentStreamId - Variable in class io.netty.handler.codec.spdy.SpdyHttpEncoder
 
currentTable - Variable in class io.netty.handler.codec.compression.Bzip2HuffmanStageDecoder
The Huffman table for the current group.
currentWrittenBytes - Variable in class io.netty.handler.traffic.TrafficCounter
Current written bytes
currentWrittenBytes() - Method in class io.netty.handler.traffic.TrafficCounter
 
customClassConstructor - Variable in class io.netty.util.ResourceLeakDetectorFactory.DefaultResourceLeakDetectorFactory
 
customClassConstructor(String) - Static method in class io.netty.util.ResourceLeakDetectorFactory.DefaultResourceLeakDetectorFactory
 
customHeaders - Variable in class io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker
 
customHeaders - Variable in class io.netty.handler.codec.http.websocketx.WebSocketClientProtocolConfig.Builder
 
customHeaders - Variable in class io.netty.handler.codec.http.websocketx.WebSocketClientProtocolConfig
 
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
CWR - io.netty.handler.pcap.TCPPacket.TCPFlag
 

D

d - Variable in class io.netty.handler.codec.compression.Bzip2DivSufSort.StackEntry
 
daemon - Variable in class io.netty.util.concurrent.DefaultThreadFactory
 
data - Variable in class io.netty.buffer.DefaultByteBufHolder
 
data - Variable in class io.netty.channel.DefaultChannelId
 
data - Variable in class io.netty.handler.codec.http2.StreamBufferingEncoder.DataFrame
 
data - Variable in class io.netty.handler.codec.spdy.DefaultSpdyDataFrame
 
data() - Static method in class io.netty.handler.codec.smtp.SmtpRequests
Creates a DATA request.
data(int) - Method in class io.netty.channel.kqueue.KQueueEventArray
 
DATA - Static variable in class io.netty.handler.codec.http2.Http2FrameTypes
 
DATA - Static variable in class io.netty.handler.codec.smtp.SmtpCommand
 
DATA - Static variable in class io.netty.handler.codec.smtp.SmtpRequests
 
DATA_FRAME_HEADER_LENGTH - Static variable in class io.netty.handler.codec.http2.Http2CodecUtil
 
DataFrame(ByteBuf, int, boolean, ChannelPromise) - Constructor for class io.netty.handler.codec.http2.StreamBufferingEncoder.DataFrame
 
DATAGRAM_CHANNEL_ACTIVE_ON_REGISTRATION - Static variable in class io.netty.channel.ChannelOption
Deprecated.
DATAGRAM_DECODER - Static variable in class io.netty.resolver.dns.DnsNameResolver
 
DATAGRAM_ENCODER - Static variable in class io.netty.resolver.dns.DnsNameResolver
 
datagramChannel - Variable in class io.netty.handler.ssl.ocsp.IoTransport
 
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
DatagramDnsQuery - Class in io.netty.handler.codec.dns
A DnsQuery implementation for UDP/IP.
DatagramDnsQuery(InetSocketAddress, InetSocketAddress, int) - Constructor for class io.netty.handler.codec.dns.DatagramDnsQuery
Creates a new instance with the DnsOpCode.QUERY opCode.
DatagramDnsQuery(InetSocketAddress, InetSocketAddress, int, DnsOpCode) - Constructor for class io.netty.handler.codec.dns.DatagramDnsQuery
Creates a new instance.
DatagramDnsQueryContext - Class in io.netty.resolver.dns
 
DatagramDnsQueryContext(Channel, Future<? extends Channel>, InetSocketAddress, DnsQueryContextManager, int, boolean, DnsQuestion, DnsRecord[], Promise<AddressedEnvelope<DnsResponse, InetSocketAddress>>) - Constructor for class io.netty.resolver.dns.DatagramDnsQueryContext
 
DatagramDnsQueryDecoder - Class in io.netty.handler.codec.dns
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 DnsResponse implementation for UDP/IP.
DatagramDnsResponse(InetSocketAddress, InetSocketAddress, int) - Constructor for class io.netty.handler.codec.dns.DatagramDnsResponse
Creates a new instance with the DnsOpCode.QUERY opCode and the DnsResponseCode.NOERROR RCODE.
DatagramDnsResponse(InetSocketAddress, InetSocketAddress, int, DnsOpCode) - Constructor for class io.netty.handler.codec.dns.DatagramDnsResponse
Creates a new instance with the DnsResponseCode.NOERROR responseCode.
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
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 DatagramChannel to communicate with the remote peer.
DatagramPacket(ByteBuf, InetSocketAddress) - Constructor for class io.netty.channel.socket.DatagramPacket
Create a new instance with the specified packet data and recipient address.
DatagramPacket(ByteBuf, InetSocketAddress, InetSocketAddress) - Constructor for class io.netty.channel.socket.DatagramPacket
Create a new instance with the specified packet data, recipient address, and sender address.
datagramPacketArray - Variable in class io.netty.channel.epoll.EpollEventLoop
 
DatagramPacketDecoder - Class in io.netty.handler.codec
A decoder that decodes the content of the received DatagramPacket using the specified ByteBuf decoder.
DatagramPacketDecoder(MessageToMessageDecoder<ByteBuf>) - Constructor for class io.netty.handler.codec.DatagramPacketDecoder
Create a DatagramPacket decoder using the specified ByteBuf decoder.
DatagramPacketEncoder<M> - Class in io.netty.handler.codec
An encoder that encodes the content in AddressedEnvelope to DatagramPacket using the specified message encoder.
DatagramPacketEncoder(MessageToMessageEncoder<? super M>) - Constructor for class io.netty.handler.codec.DatagramPacketEncoder
Create an encoder that encodes the content in AddressedEnvelope to DatagramPacket using the specified message encoder.
DatagramSocketAddress - Class in io.netty.channel.unix
Act as special InetSocketAddress to be able to easily pass all needed data from JNI without the need to create more objects then needed.
DatagramSocketAddress(byte[], int, int, int, DatagramSocketAddress) - Constructor for class io.netty.channel.unix.DatagramSocketAddress
 
dataSize - Variable in class io.netty.handler.codec.http2.DefaultHttp2ConnectionEncoder.FlowControlledData
 
dataType - Variable in class io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage
 
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".
DateFormatter() - Constructor for class io.netty.handler.codec.DateFormatter
 
dateFormatThreadLocal - Static variable in class io.netty.handler.codec.http.HttpHeaderDateFormat
Deprecated.
 
DateValueGenerator() - Constructor for class io.netty.handler.codec.http.cors.CorsConfig.DateValueGenerator
Deprecated.
 
DateValueGenerator() - Constructor for class io.netty.handler.codec.http.cors.CorsConfigBuilder.DateValueGenerator
 
DAY_OF_WEEK_TO_SHORT_NAME - Static variable in class io.netty.handler.codec.DateFormatter
 
dayOfMonth - Variable in class io.netty.handler.codec.DateFormatter
 
dayOfMonthFound - Variable in class io.netty.handler.codec.DateFormatter
 
deactivate(DefaultHttp2Connection.DefaultStream, Iterator<?>) - Method in class io.netty.handler.codec.http2.DefaultHttp2Connection.ActiveStreams
 
deadline - Variable in class io.netty.util.HashedWheelTimer.HashedWheelTimeout
 
deadlineNanos - Variable in class io.netty.util.concurrent.ScheduledFutureTask
 
deadlineNanos() - Method in class io.netty.util.concurrent.ScheduledFutureTask
 
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.
deadlineNanos(long, long) - Static method in class io.netty.util.concurrent.AbstractScheduledEventExecutor
 
deadlineToDelayNanos(long) - Static method in class io.netty.util.concurrent.AbstractScheduledEventExecutor
Given an arbitrary deadline deadlineNanos, calculate the number of nano seconds from now deadlineNanos would expire.
deadlineToDelayNanos(long, long) - Static method in class io.netty.util.concurrent.ScheduledFutureTask
 
deallocate() - Method in class io.netty.buffer.AbstractPooledDerivedByteBuf
 
deallocate() - Method in class io.netty.buffer.AbstractReferenceCountedByteBuf
deallocate() - Method in class io.netty.buffer.ByteBufUtil.ThreadLocalDirectByteBuf
 
deallocate() - Method in class io.netty.buffer.ByteBufUtil.ThreadLocalUnsafeDirectByteBuf
 
deallocate() - Method in class io.netty.buffer.CompositeByteBuf
 
deallocate() - Method in class io.netty.buffer.FixedCompositeByteBuf
 
deallocate() - Method in class io.netty.buffer.PooledByteBuf
 
deallocate() - Method in class io.netty.buffer.ReadOnlyByteBufferBuf
 
deallocate() - Method in class io.netty.buffer.UnpooledDirectByteBuf
 
deallocate() - Method in class io.netty.buffer.UnpooledHeapByteBuf
 
deallocate() - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
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.http.multipart.AbstractMixedHttpData
 
deallocate() - Method in class io.netty.handler.codec.http.multipart.InternalAttribute
 
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.DefaultOpenSslKeyMaterial
 
deallocate() - Method in class io.netty.handler.ssl.OpenSslPrivateKey
 
deallocate() - Method in class io.netty.handler.ssl.OpenSslPrivateKey.OpenSslPrivateKeyMaterial
 
deallocate() - Method in class io.netty.handler.ssl.PemPrivateKey
 
deallocate() - Method in class io.netty.handler.ssl.PemValue
 
deallocate() - Method in class io.netty.util.AbstractReferenceCounted
Called once AbstractReferenceCounted.refCnt() is equals 0.
deallocationsHuge - Variable in class io.netty.buffer.PoolArena
 
deallocationsNormal - Variable in class io.netty.buffer.PoolArena
 
deallocationsSmall - Variable in class io.netty.buffer.PoolArena
 
debug(String) - Method in class io.netty.util.internal.logging.CommonsLogger
Deprecated.
Delegates to the Log.debug(Object) method of the underlying Log instance.
debug(String) - Method in interface io.netty.util.internal.logging.InternalLogger
Log a message at the DEBUG level.
debug(String) - Method in class io.netty.util.internal.logging.JdkLogger
Log a message object at level FINE.
debug(String) - Method in class io.netty.util.internal.logging.LocationAwareSlf4JLogger
 
debug(String) - Method in class io.netty.util.internal.logging.Log4JLogger
Log a message object at level DEBUG.
debug(String) - Method in class io.netty.util.internal.logging.Slf4JLogger
 
debug(String, Object) - Method in class io.netty.util.internal.logging.CommonsLogger
Deprecated.
Delegates to the Log.debug(Object) method of the underlying Log instance.
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 class io.netty.util.internal.logging.JdkLogger
Log a message at level FINE according to the specified format and argument.
debug(String, Object) - Method in class io.netty.util.internal.logging.LocationAwareSlf4JLogger
 
debug(String, Object) - Method in class io.netty.util.internal.logging.Log4JLogger
Log a message at level DEBUG according to the specified format and argument.
debug(String, Object) - Method in class io.netty.util.internal.logging.Slf4JLogger
 
debug(String, Object...) - Method in class io.netty.util.internal.logging.CommonsLogger
Deprecated.
Delegates to the Log.debug(Object) method of the underlying Log instance.
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...) - Method in class io.netty.util.internal.logging.JdkLogger
Log a message at level FINE according to the specified format and arguments.
debug(String, Object...) - Method in class io.netty.util.internal.logging.LocationAwareSlf4JLogger
 
debug(String, Object...) - Method in class io.netty.util.internal.logging.Log4JLogger
Log a message at level DEBUG according to the specified format and arguments.
debug(String, Object...) - Method in class io.netty.util.internal.logging.Slf4JLogger
 
debug(String, Object, Object) - Method in class io.netty.util.internal.logging.CommonsLogger
Deprecated.
Delegates to the Log.debug(Object) method of the underlying Log instance.
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, Object, Object) - Method in class io.netty.util.internal.logging.JdkLogger
Log a message at level FINE according to the specified format and arguments.
debug(String, Object, Object) - Method in class io.netty.util.internal.logging.LocationAwareSlf4JLogger
 
debug(String, Object, Object) - Method in class io.netty.util.internal.logging.Log4JLogger
Log a message at level DEBUG according to the specified format and arguments.
debug(String, Object, Object) - Method in class io.netty.util.internal.logging.Slf4JLogger
 
debug(String, Throwable) - Method in class io.netty.util.internal.logging.CommonsLogger
Deprecated.
Delegates to the Log.debug(Object, Throwable) method of the underlying Log instance.
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(String, Throwable) - Method in class io.netty.util.internal.logging.JdkLogger
Log an exception (throwable) at level FINE with an accompanying message.
debug(String, Throwable) - Method in class io.netty.util.internal.logging.LocationAwareSlf4JLogger
 
debug(String, Throwable) - Method in class io.netty.util.internal.logging.Log4JLogger
Log an exception (throwable) at level DEBUG with an accompanying message.
debug(String, Throwable) - Method in class io.netty.util.internal.logging.Slf4JLogger
 
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(Throwable) - Method in class io.netty.util.internal.logging.Log4J2Logger
 
DEBUG - io.netty.handler.logging.LogLevel
 
DEBUG - io.netty.util.internal.logging.InternalLogLevel
'DEBUG' log level.
debugData - Variable in class io.netty.handler.codec.http2.StreamBufferingEncoder.GoAwayDetail
 
debugData() - Method in exception io.netty.handler.codec.http2.StreamBufferingEncoder.Http2GoAwayException
 
decideZlibOrNone - Variable in class io.netty.handler.codec.compression.JdkZlibDecoder
 
decimalDigit(String, int) - Static method in class io.netty.util.NetUtil
 
decodabet - Variable in class io.netty.handler.codec.base64.Base64.Decoder
 
decodabet - Variable in enum io.netty.handler.codec.base64.Base64Dialect
 
decodabet(Base64Dialect) - Static method in class io.netty.handler.codec.base64.Base64
 
decode - Variable in exception io.netty.handler.codec.http2.Http2Exception.HeaderListSizeException
 
decode(int, ByteBuf, Http2Headers, boolean) - Method in class io.netty.handler.codec.http2.HpackDecoder
Decode the header block into header fields.
decode(A, A, ByteBuf) - Method in class io.netty.handler.codec.dns.DnsResponseDecoder
 
decode(ByteBuf) - Static method in class io.netty.handler.codec.base64.Base64
 
decode(ByteBuf) - Method in class io.netty.handler.codec.spdy.SpdyFrameDecoder
 
decode(ByteBufAllocator, ByteBuf, SpdyHeadersFrame) - Method in class io.netty.handler.codec.spdy.SpdyHeaderBlockDecoder
Decodes a SPDY Header Block, adding the Name/Value pairs to the given Headers frame.
decode(ByteBufAllocator, ByteBuf, SpdyHeadersFrame) - Method in class io.netty.handler.codec.spdy.SpdyHeaderBlockRawDecoder
 
decode(ByteBufAllocator, ByteBuf, SpdyHeadersFrame) - Method in class io.netty.handler.codec.spdy.SpdyHeaderBlockZlibDecoder
 
decode(ByteBuf, int) - Method in class io.netty.handler.codec.http2.HpackHuffmanDecoder
Decompresses the given Huffman coded string literal.
decode(ByteBuf, int, int) - Static method in class io.netty.handler.codec.base64.Base64
 
decode(ByteBuf, int, int, ByteBufAllocator, Base64Dialect) - Method in class io.netty.handler.codec.base64.Base64.Decoder
 
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(ByteBuf, HpackDecoder.Http2HeadersSink) - Method in class io.netty.handler.codec.http2.HpackDecoder
 
decode(ByteBuf, List<Object>) - Method in class io.netty.handler.codec.http.HttpContentDecoder
 
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 ByteBuf and 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 ByteBuf and return it.
decode(ChannelHandlerContext, ByteBuf) - Method in class io.netty.handler.codec.LengthFieldBasedFrameDecoder
Create a frame out of the ByteBuf and return it.
decode(ChannelHandlerContext, ByteBuf) - Method in class io.netty.handler.codec.LineBasedFrameDecoder
Create a frame out of the ByteBuf and return it.
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 ByteBuf to an other.
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.SnappyFrameDecoder
 
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.HttpClientCodec.Decoder
 
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.HttpServerCodec.HttpServerRequestDecoder
 
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.BaseDecoder
 
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.http2.Http2ConnectionHandler.FrameDecoder
 
decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.http2.Http2ConnectionHandler.PrefaceDecoder
 
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.memcache.binary.AbstractBinaryMemcacheDecoder
 
decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.memcache.binary.BinaryMemcacheClientCodec.Decoder
 
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.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.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.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, 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.extensions.compression.DeflateDecoder
 
decode(ChannelHandlerContext, WebSocketFrame, List<Object>) - Method in class io.netty.handler.codec.http.websocketx.extensions.compression.PerMessageDeflateDecoder
 
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.WebSocketProtocolHandler
 
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 Cookie HTTP header value into a Cookie.
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.
 
decode(Collection<? super Cookie>, String) - Method in class io.netty.handler.codec.http.cookie.ServerCookieDecoder
Decodes the specified Cookie HTTP header value into a Cookie.
DECODE_BULK_STRING_CONTENT - io.netty.handler.codec.redis.RedisDecoder.State
 
DECODE_BULK_STRING_EOL - io.netty.handler.codec.redis.RedisDecoder.State
 
DECODE_HUFFMAN_DATA - io.netty.handler.codec.compression.Bzip2Decoder.State
 
DECODE_ILLEGAL_INDEX_VALUE - Static variable in class io.netty.handler.codec.http2.HpackDecoder
 
DECODE_INLINE - io.netty.handler.codec.redis.RedisDecoder.State
 
DECODE_LENGTH - io.netty.handler.codec.redis.RedisDecoder.State
 
DECODE_TYPE - io.netty.handler.codec.redis.RedisDecoder.State
 
DECODE_ULE_128_DECOMPRESSION_EXCEPTION - Static variable in class io.netty.handler.codec.http2.HpackDecoder
 
DECODE_ULE_128_TO_INT_DECOMPRESSION_EXCEPTION - Static variable in class io.netty.handler.codec.http2.HpackDecoder
 
DECODE_ULE_128_TO_LONG_DECOMPRESSION_EXCEPTION - Static variable in class io.netty.handler.codec.http2.HpackDecoder
 
decode4to3(byte[], ByteBuf, int, byte[]) - Static method in class io.netty.handler.codec.base64.Base64.Decoder
 
decodeAddress(DnsRecord, String, boolean) - Static method in class io.netty.resolver.dns.DnsAddressDecoder
Decodes an InetAddress from an A or AAAA DnsRawRecord.
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 Cookie HTTP header value into a Cookie.
decodeAttribute(ByteBuf, Charset) - Static method in class io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder
 
decodeAttribute(String, Charset) - Static method in class io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder
Decode component
decodeBinaryFrame(ChannelHandlerContext, byte, ByteBuf) - Method in class io.netty.handler.codec.http.websocketx.WebSocket00FrameDecoder
 
decodeBulkString(ByteBuf, List<Object>) - Method in class io.netty.handler.codec.redis.RedisDecoder
 
decodeBulkStringContent(ByteBuf, List<Object>) - Method in class io.netty.handler.codec.redis.RedisDecoder
 
decodeBulkStringEndOfLine(ByteBuf, List<Object>) - Method in class io.netty.handler.codec.redis.RedisDecoder
 
decodeByte(byte, ByteBuf, int) - Method in class io.netty.handler.codec.json.JsonObjectDecoder
 
decodeByteArray(ByteBuf) - Static method in class io.netty.handler.codec.mqtt.MqttDecoder
 
decodeComponent(String) - Static method in class io.netty.handler.codec.http.QueryStringDecoder
Decodes a bit of a URL encoded by a browser.
decodeComponent(String, int, int, Charset, boolean) - Static method in class io.netty.handler.codec.http.QueryStringDecoder
 
decodeComponent(String, Charset) - Static method in class io.netty.handler.codec.http.QueryStringDecoder
Decodes a bit of a URL encoded by a browser.
decodeConnAckVariableHeader(ChannelHandlerContext, ByteBuf) - Static method in class io.netty.handler.codec.mqtt.MqttDecoder
 
decodeConnectionPayload(ByteBuf, int, MqttConnectVariableHeader) - Static method in class io.netty.handler.codec.mqtt.MqttDecoder
 
decodeConnectionVariableHeader(ChannelHandlerContext, ByteBuf) - Static method in class io.netty.handler.codec.mqtt.MqttDecoder
 
decodeContent(HttpContent, List<Object>) - Method in class io.netty.handler.codec.http.HttpContentDecoder
 
decodeCopyWith1ByteOffset(byte, ByteBuf, ByteBuf, int) - Static method in class io.netty.handler.codec.compression.Snappy
Reads a compressed reference offset and length from the supplied input buffer, seeks back to the appropriate place in the input buffer and writes the found data to the supplied output stream.
decodeCopyWith2ByteOffset(byte, ByteBuf, ByteBuf, int) - Static method in class io.netty.handler.codec.compression.Snappy
Reads a compressed reference offset and length from the supplied input buffer, seeks back to the appropriate place in the input buffer and writes the found data to the supplied output stream.
decodeCopyWith4ByteOffset(byte, ByteBuf, ByteBuf, int) - Static method in class io.netty.handler.codec.compression.Snappy
Reads a compressed reference offset and length from the supplied input buffer, seeks back to the appropriate place in the input buffer and writes the found data to the supplied output stream.
decodedBufferSize(int) - Static method in class io.netty.handler.codec.base64.Base64
 
decodeDnsQuery(DnsRecordDecoder, ByteBuf, DnsMessageUtil.DnsQueryFactory) - Static method in class io.netty.handler.codec.dns.DnsMessageUtil
 
decodeDomainName(ByteBuf) - Static method in class io.netty.handler.codec.dns.DnsCodecUtil
 
decodeDomainName(ByteBuf) - Static method in class io.netty.resolver.dns.DnsResolveContext
 
decodeDynamicTableSizeUpdates(ByteBuf) - Method in class io.netty.handler.codec.http2.HpackDecoder
 
decodeFixedHeader(ChannelHandlerContext, ByteBuf) - Static method in class io.netty.handler.codec.mqtt.MqttDecoder
Decodes the fixed header.
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 Http2ConnectionHandler to decode the next frame from the input buffer.
decodeHeader(ByteBuf) - Static method in class io.netty.handler.codec.haproxy.HAProxyMessage
Decodes a version 2, binary proxy protocol header.
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
 
decodeHeader(String) - Static method in class io.netty.handler.codec.haproxy.HAProxyMessage
Decodes a version 1, human-readable proxy protocol header.
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.
decodeHuffmanData(Bzip2HuffmanStageDecoder) - Method in class io.netty.handler.codec.compression.Bzip2BlockDecompressor
Reads the Huffman encoded data from the input stream, performs Run-Length Decoding and applies the Move To Front transform to reconstruct the Burrows-Wheeler Transform array.
decodeIdn - Variable in class io.netty.resolver.dns.DnsNameResolver
 
decodeIdn - Variable in class io.netty.resolver.dns.DnsNameResolverBuilder
 
decodeIdn(boolean) - Method in class io.netty.resolver.dns.DnsNameResolverBuilder
Set if domain / host names should be decoded to unicode when received.
decodeInline(ByteBuf, List<Object>) - Method in class io.netty.handler.codec.redis.RedisDecoder
 
decodeInlineCommands - Variable in class io.netty.handler.codec.redis.RedisDecoder
 
decodeInt(byte[], int) - Static method in class io.netty.channel.unix.NativeInetAddress
 
decodeJdkCompatible(ChannelHandlerContext, ByteBuf) - Method in class io.netty.handler.ssl.SslHandler
 
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 ChannelHandlerContext goes in-active.
decodeLast(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.http.HttpObjectDecoder
 
decodeLength(ByteBuf, List<Object>) - Method in class io.netty.handler.codec.redis.RedisDecoder
 
decodeLine(ChannelHandlerContext, ByteBuf) - Method in class io.netty.handler.codec.haproxy.HAProxyMessageDecoder
Create a frame out of the ByteBuf and return it.
decodeLiteral(byte, ByteBuf, ByteBuf) - Static method in class io.netty.handler.codec.compression.Snappy
Reads a literal from the input buffer directly to the output buffer.
decodeMessageId(ByteBuf) - Static method in class io.netty.handler.codec.mqtt.MqttDecoder
 
decodeMessageIdAndPropertiesVariableHeader(ChannelHandlerContext, ByteBuf) - Static method in class io.netty.handler.codec.mqtt.MqttDecoder
 
decodeMsbLsb(ByteBuf) - Static method in class io.netty.handler.codec.mqtt.MqttDecoder
numberOfBytesConsumed = 2.
decodeMultipart(HttpPostRequestDecoder.MultiPartStatus) - Method in class io.netty.handler.codec.http.multipart.HttpPostMultipartRequestDecoder
Decode a multipart request by pieces

NOTSTARTED PREAMBLE (
(HEADERDELIMITER DISPOSITION (FIELD | FILEUPLOAD))*
(HEADERDELIMITER DISPOSITION MIXEDPREAMBLE
(MIXEDDELIMITER MIXEDDISPOSITION MIXEDFILEUPLOAD)+
MIXEDCLOSEDELIMITER)*
CLOSEDELIMITER)+ EPILOGUE
Inspired from HttpMessageDecoder
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.
decodeNextBWTByte() - Method in class io.netty.handler.codec.compression.Bzip2BlockDecompressor
Decodes a byte from the Burrows-Wheeler Transform stage.
decodeNonJdkCompatible(ChannelHandlerContext, ByteBuf) - Method in class io.netty.handler.ssl.SslHandler
 
decodeParams(String, int, Charset, int, boolean) - Static method in class io.netty.handler.codec.http.QueryStringDecoder
 
decodePayload(ChannelHandlerContext, ByteBuf, MqttMessageType, int, int, Object) - Static method in class io.netty.handler.codec.mqtt.MqttDecoder
Decodes the payload.
decodeProperties(ByteBuf) - Static method in class io.netty.handler.codec.mqtt.MqttDecoder
 
decodePublishPayload(ByteBuf, int) - Static method in class io.netty.handler.codec.mqtt.MqttDecoder
 
decodePublishVariableHeader(ChannelHandlerContext, ByteBuf, MqttFixedHeader) - Method in class io.netty.handler.codec.mqtt.MqttDecoder
 
decodePubReplyMessage(ByteBuf) - Method in class io.netty.handler.codec.mqtt.MqttDecoder
 
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.
decodeQuestions(DnsRecordDecoder, DnsQuery, ByteBuf, int) - Static method in class io.netty.handler.codec.dns.DnsMessageUtil
 
decodeQuestions(DnsResponse, ByteBuf, int) - Method in class io.netty.handler.codec.dns.DnsResponseDecoder
 
decoder - Variable in class io.netty.handler.codec.ByteToMessageCodec
 
decoder - Variable in class io.netty.handler.codec.DatagramPacketDecoder
 
decoder - Variable in class io.netty.handler.codec.dns.TcpDnsQueryDecoder
 
decoder - Variable in class io.netty.handler.codec.http.HttpContentDecoder
 
decoder - Variable in class io.netty.handler.codec.http.multipart.HttpPostRequestDecoder
 
decoder - Variable in class io.netty.handler.codec.http.websocketx.extensions.compression.DeflateDecoder
 
decoder - Variable in class io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
 
decoder - Variable in class io.netty.handler.codec.http2.Http2ConnectionHandler
 
decoder - Variable in class io.netty.handler.codec.MessageToMessageCodec
 
decoder() - Method in class io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
Returns the Http2ConnectionDecoder to 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 CharsetDecoder for the specified Charset.
decoder(Charset, CodingErrorAction) - Static method in class io.netty.util.CharsetUtil
Returns a new CharsetDecoder for the Charset with the specified error action.
decoder(Charset, CodingErrorAction, CodingErrorAction) - Static method in class io.netty.util.CharsetUtil
Returns a new CharsetDecoder for the Charset with specified error actions.
Decoder() - Constructor for class io.netty.handler.codec.base64.Base64.Decoder
 
Decoder(int) - Constructor for class io.netty.handler.codec.memcache.binary.BinaryMemcacheClientCodec.Decoder
 
Decoder(int, int, int, boolean) - Constructor for class io.netty.handler.codec.http.HttpClientCodec.Decoder
 
Decoder(int, int, int, boolean, int, boolean, boolean) - Constructor for class io.netty.handler.codec.http.HttpClientCodec.Decoder
 
decoderConfig - Variable in class io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker
 
decoderConfig - Variable in class io.netty.handler.codec.http.websocketx.WebSocketServerHandshakerFactory
 
decoderConfig - Variable in class io.netty.handler.codec.http.websocketx.WebSocketServerProtocolConfig.Builder
 
decoderConfig - Variable in class io.netty.handler.codec.http.websocketx.WebSocketServerProtocolConfig
 
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.
decoderConfigBuilder - Variable in class io.netty.handler.codec.http.websocketx.WebSocketServerProtocolConfig.Builder
 
decoderConfigBuilder() - Method in class io.netty.handler.codec.http.websocketx.WebSocketServerProtocolConfig.Builder
 
decodeReasonCodeAndPropertiesVariableHeader(ByteBuf) - Method in class io.netty.handler.codec.mqtt.MqttDecoder
 
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).
decodeRecords(DnsRecordDecoder, DnsQuery, DnsSection, ByteBuf, int) - Static method in class io.netty.handler.codec.dns.DnsMessageUtil
 
decodeRecords(DnsResponse, DnsSection, ByteBuf, int) - Method in class io.netty.handler.codec.dns.DnsResponseDecoder
 
decodeRedisArrayHeader(ArrayHeaderRedisMessage) - Method in class io.netty.handler.codec.redis.RedisArrayAggregator
 
decodeRemovalReentryProtection(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.ByteToMessageDecoder
Decode the from one ByteBuf to an other.
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.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.Http2FrameCodecBuilder
 
decoderEnforceMaxConsecutiveEmptyDataFrames(int) - Method in class io.netty.handler.codec.http2.Http2MultiplexCodecBuilder
Deprecated.
 
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.Http2FrameCodecBuilder
 
decoderEnforceMaxRstFramesPerWindow(int, int) - Method in class io.netty.handler.codec.http2.Http2MultiplexCodecBuilder
Deprecated.
 
decodeResponse(ChannelHandlerContext, DatagramPacket) - Method in class io.netty.handler.codec.dns.DatagramDnsResponseDecoder
 
DecoderException - Exception in io.netty.handler.codec
An CodecException which 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 WebSocketExtensionDecoder decoder.
decoderName - Variable in class io.netty.handler.proxy.Socks4ProxyHandler
 
decoderName - Variable in class io.netty.handler.proxy.Socks5ProxyHandler
 
decoderResult - Variable in class io.netty.handler.codec.http.DefaultHttpObject
 
decoderResult - Variable in class io.netty.handler.codec.memcache.AbstractMemcacheObject
 
decoderResult - Variable in class io.netty.handler.codec.mqtt.MqttMessage
 
decoderResult - Variable in class io.netty.handler.codec.socksx.AbstractSocksMessage
 
decoderResult - Variable in class io.netty.handler.codec.stomp.DefaultStompContentSubframe
 
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.ComposedLastHttpContent
 
decoderResult() - Method in class io.netty.handler.codec.http.DefaultHttpObject
 
decoderResult() - Method in class io.netty.handler.codec.http.HttpObjectAggregator.AggregatedFullHttpMessage
 
decoderResult() - Method in class io.netty.handler.codec.http.multipart.HttpPostRequestEncoder.WrappedHttpRequest
 
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 DecoderResult property of a decoded message.
DecoderState() - Constructor for enum io.netty.handler.codec.mqtt.MqttDecoder.DecoderState
 
decodeSettings(ChannelHandlerContext, ByteBuf) - Method in class io.netty.handler.codec.http2.Http2ServerUpgradeCodec
Decodes the settings frame and returns the settings.
decodeSettingsHeader(ChannelHandlerContext, CharSequence) - Method in class io.netty.handler.codec.http2.Http2ServerUpgradeCodec
Decodes the settings header and returns a Http2Settings object.
decodeState - Variable in class io.netty.handler.codec.ByteToMessageDecoder
decodeString(ByteBuf) - Static method in class io.netty.handler.codec.mqtt.MqttDecoder
 
decodeString(ByteBuf, int, int) - Static method in class io.netty.handler.codec.mqtt.MqttDecoder
 
decodeString(ByteBuf, int, int, Charset) - Static method in class io.netty.buffer.ByteBufUtil
 
decodeStruct(ChannelHandlerContext, ByteBuf) - Method in class io.netty.handler.codec.haproxy.HAProxyMessageDecoder
Create a frame out of the ByteBuf and return it.
decodeSubackPayload(ByteBuf, int) - Static method in class io.netty.handler.codec.mqtt.MqttDecoder
 
decodeSubscribePayload(ByteBuf, int) - Static method in class io.netty.handler.codec.mqtt.MqttDecoder
 
decodeTextFrame(ChannelHandlerContext, ByteBuf) - Method in class io.netty.handler.codec.http.websocketx.WebSocket00FrameDecoder
 
decodeType(ByteBuf) - Method in class io.netty.handler.codec.redis.RedisDecoder
 
decodeULE128(ByteBuf, int) - Static method in class io.netty.handler.codec.http2.HpackDecoder
Unsigned Little Endian Base 128 Variable-Length Integer Encoding
decodeULE128(ByteBuf, long) - Static method in class io.netty.handler.codec.http2.HpackDecoder
Unsigned Little Endian Base 128 Variable-Length Integer Encoding
decodeUnsubAckPayload(ChannelHandlerContext, ByteBuf, int) - Static method in class io.netty.handler.codec.mqtt.MqttDecoder
 
decodeUnsubscribePayload(ByteBuf, int) - Static method in class io.netty.handler.codec.mqtt.MqttDecoder
 
decodeVariableByteInteger(ByteBuf) - Static method in class io.netty.handler.codec.mqtt.MqttDecoder
See 1.5.5 Variable Byte Integer section of MQTT 5.0 specification for encoding/decoding rules
decodeVariableHeader(ChannelHandlerContext, ByteBuf, MqttFixedHeader) - Method in class io.netty.handler.codec.mqtt.MqttDecoder
Decodes the variable header (if any)
decompose(int, int) - Method in class io.netty.buffer.AdvancedLeakAwareCompositeByteBuf
 
decompose(int, int) - Method in class io.netty.buffer.CompositeByteBuf
Same with AbstractByteBuf.slice(int, int) except that this method returns a list.
decompose(int, int) - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
decompress(long, int, byte[]) - Method in class io.netty.handler.ssl.ReferenceCountedOpenSslContext.CompressionAlgorithm
 
decompress(ByteBufAllocator, SpdyHeadersFrame) - Method in class io.netty.handler.codec.spdy.SpdyHeaderBlockZlibDecoder
 
decompress(ByteBuf, int, int, ByteBuf, int, int) - Static method in class io.netty.handler.codec.compression.FastLz
Decompress a block of compressed data and returns the size of the decompressed block.
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.
DECOMPRESS_DATA - io.netty.handler.codec.compression.FastLzFrameDecoder.State
 
decompressConcatenated - Variable in class io.netty.handler.codec.compression.JdkZlibDecoder
 
decompressContent(ChannelHandlerContext, WebSocketFrame) - Method in class io.netty.handler.codec.http.websocketx.extensions.compression.DeflateDecoder
 
decompressDomainName(ByteBuf) - Static method in class io.netty.handler.codec.dns.DnsCodecUtil
Decompress pointer data.
decompressed - Variable in class io.netty.handler.codec.http2.DelegatingDecompressorFrameListener.Http2Decompressor
 
decompressed - Variable in class io.netty.handler.codec.spdy.SpdyHeaderBlockZlibDecoder
 
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 DecoderException that 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.
decompressor - Variable in class io.netty.handler.codec.http2.DelegatingDecompressorFrameListener.Http2Decompressor
 
decompressor - Variable in class io.netty.handler.codec.spdy.SpdyHeaderBlockZlibDecoder
 
decompressor() - Method in class io.netty.handler.codec.http2.DelegatingDecompressorFrameListener.Http2Decompressor
Responsible for taking compressed bytes in and producing decompressed bytes.
decompressor(Http2Stream) - Method in class io.netty.handler.codec.http2.DelegatingDecompressorFrameListener
 
decorateTask(Runnable, RunnableScheduledFuture<V>) - Method in class io.netty.util.concurrent.UnorderedThreadPoolEventExecutor
 
decorateTask(Callable<V>, RunnableScheduledFuture<V>) - Method in class io.netty.util.concurrent.UnorderedThreadPoolEventExecutor
 
DecoratingHttp2ConnectionDecoder - Class in io.netty.handler.codec.http2
Decorator around another Http2ConnectionDecoder instance.
DecoratingHttp2ConnectionDecoder(Http2ConnectionDecoder) - Constructor for class io.netty.handler.codec.http2.DecoratingHttp2ConnectionDecoder
 
DecoratingHttp2ConnectionEncoder - Class in io.netty.handler.codec.http2
A decorator around another Http2ConnectionEncoder instance.
DecoratingHttp2ConnectionEncoder(Http2ConnectionEncoder) - Constructor for class io.netty.handler.codec.http2.DecoratingHttp2ConnectionEncoder
 
DecoratingHttp2FrameWriter - Class in io.netty.handler.codec.http2
Decorator around another Http2FrameWriter instance.
DecoratingHttp2FrameWriter(Http2FrameWriter) - Constructor for class io.netty.handler.codec.http2.DecoratingHttp2FrameWriter
 
decoupleCloseAndGoAway - Variable in class io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
 
decoupleCloseAndGoAway - Variable in class io.netty.handler.codec.http2.Http2ConnectionHandler
 
decoupleCloseAndGoAway() - Method in class io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
Determine if the ChannelOutboundInvoker.close() should be coupled with goaway and graceful close.
decoupleCloseAndGoAway(boolean) - Method in class io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
Determine if the ChannelOutboundInvoker.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
 
decreaseNow - Variable in class io.netty.channel.AdaptiveRecvByteBufAllocator.HandleImpl
 
decrement - Variable in class io.netty.util.ReferenceCountUtil.ReleasingTask
 
decrement() - Method in interface io.netty.util.internal.LongCounter
 
decrement() - Method in class io.netty.util.internal.PlatformDependent.AtomicLongCounter
 
decrement(Object) - Method in class io.netty.handler.codec.http.HttpClientCodec.Decoder
 
DECREMENT - Static variable in class io.netty.handler.codec.memcache.binary.BinaryMemcacheOpcodes
 
decrementAndRunTaskQueue() - Method in class io.netty.channel.pool.FixedChannelPool
 
decrementDirect(int) - Method in class io.netty.buffer.UnpooledByteBufAllocator
 
decrementFlowControlWindow(int) - Method in class io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController.FlowState
Decrement the per stream and connection flow control window by bytes.
decrementHeap(int) - Method in class io.netty.buffer.UnpooledByteBufAllocator
 
decrementMemoryCounter(int) - Static method in class io.netty.util.internal.PlatformDependent
 
decrementPendingBytes(int, boolean) - Method in class io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController.FlowState
If this frame is in the pending queue, decrements the number of pending bytes for the stream.
decrementPendingIterations() - Method in class io.netty.handler.codec.http2.DefaultHttp2Connection.ActiveStreams
 
decrementPendingOutboundBytes() - Method in class io.netty.channel.AbstractChannelHandlerContext.WriteTask
 
decrementPendingOutboundBytes(long) - Method in class io.netty.channel.ChannelOutboundBuffer
Decrement the pending bytes which will be written at some point.
decrementPendingOutboundBytes(long) - Method in class io.netty.channel.DefaultChannelPipeline
 
decrementPendingOutboundBytes(long) - Method in class io.netty.channel.PendingBytesTracker.ChannelOutboundBufferPendingBytesTracker
 
decrementPendingOutboundBytes(long) - Method in class io.netty.channel.PendingBytesTracker
 
decrementPendingOutboundBytes(long) - Method in class io.netty.channel.PendingBytesTracker.DefaultChannelPipelinePendingBytesTracker
 
decrementPendingOutboundBytes(long) - Method in class io.netty.channel.PendingBytesTracker.NoopPendingBytesTracker
 
decrementPendingOutboundBytes(long, boolean) - Method in class io.netty.handler.codec.http2.AbstractHttp2StreamChannel
 
decrementPendingOutboundBytes(long, boolean, boolean) - Method in class io.netty.channel.ChannelOutboundBuffer
 
decrementPinnedMemory(int) - Method in class io.netty.buffer.PoolChunk
 
DECREMENTQ - Static variable in class io.netty.handler.codec.memcache.binary.BinaryMemcacheOpcodes
 
decrementReadableBytes(int) - Method in class io.netty.channel.AbstractCoalescingBufferQueue
 
decrypt(long, byte[]) - Method in class io.netty.handler.ssl.ReferenceCountedOpenSslContext.PrivateKeyMethod
 
decrypt(long, byte[], ResultCallback<byte[]>) - Method in class io.netty.handler.ssl.ReferenceCountedOpenSslContext.AsyncPrivateKeyMethod
 
decrypt(SSLEngine, byte[]) - Method in interface io.netty.handler.ssl.OpenSslAsyncPrivateKeyMethod
Decrypts the input with the given key and notifies the returned Future with the decrypted bytes.
decrypt(SSLEngine, byte[]) - Method in interface io.netty.handler.ssl.OpenSslPrivateKeyMethod
Decrypts the input with the given key and returns the decrypted bytes.
decWaiters() - Method in class io.netty.util.concurrent.DefaultPromise
 
dedup(List<String>, Map<String, Integer>) - Static method in class io.netty.handler.codec.http.cookie.ServerCookieEncoder
Deduplicate a list of encoded cookies by keeping only the last instance with a given name.
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.
deeplyAppendParameter(StringBuilder, Object, Set<Object[]>) - Static method in class io.netty.util.internal.logging.MessageFormatter
 
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 8 for unknown messages.
DEFAULT - Static variable in class io.netty.channel.WriteBufferWaterMark
 
DEFAULT - Static variable in class io.netty.handler.codec.compression.DeflateOptions
 
DEFAULT - Static variable in class io.netty.handler.codec.compression.GzipOptions
 
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 class io.netty.handler.codec.http.websocketx.WebSocketDecoderConfig
 
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_ACCELERATION - Static variable in class io.netty.handler.traffic.GlobalChannelTrafficShapingHandler
 
DEFAULT_ALLOCATOR - Static variable in class io.netty.buffer.ByteBufUtil
 
DEFAULT_ALLOW_DUPLICATE_CONTENT_LENGTHS - Static variable in class io.netty.handler.codec.http.HttpObjectDecoder
 
DEFAULT_ALLOW_MASK_MISMATCH - Static variable in class io.netty.handler.codec.http.websocketx.WebSocketClientProtocolConfig
 
DEFAULT_ALLOW_PARTIAL_CHUNKS - Static variable in class io.netty.handler.codec.http.HttpObjectDecoder
 
DEFAULT_ARRAY_LIST_INITIAL_CAPACITY - Static variable in class io.netty.util.internal.InternalThreadLocalMap
 
DEFAULT_BINARY_CONTENT_TYPE - Static variable in class io.netty.handler.codec.http.multipart.HttpPostBodyUtil
Default Content-Type in binary form
DEFAULT_BIO_NON_APPLICATION_BUFFER_SIZE - Static variable in class io.netty.handler.ssl.ReferenceCountedOpenSslContext
 
DEFAULT_BUFFER_CAPACITY - Static variable in class io.netty.handler.codec.spdy.SpdyHeaderBlockZlibDecoder
 
DEFAULT_CACHE_SIZE - Static variable in class io.netty.handler.ssl.OpenSslSessionCache
 
DEFAULT_CACHE_TRIM_INTERVAL - Static variable in class io.netty.buffer.PooledByteBufAllocator
 
DEFAULT_CACHE_TRIM_INTERVAL_MILLIS - Static variable in class io.netty.buffer.PooledByteBufAllocator
 
DEFAULT_CAPACITY - Static variable in class io.netty.handler.codec.http2.Http2Settings
Default capacity based on the number of standard settings from the HTTP/2 spec, adjusted so that adding all of the standard settings will not cause the map capacity to change.
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_CHUNK_SIZE - Static variable in class io.netty.handler.codec.stomp.StompSubframeDecoder
 
DEFAULT_CHUNK_SIZE - Static variable in class io.netty.handler.stream.ChunkedStream
 
DEFAULT_CHUNKED_SUPPORTED - Static variable in class io.netty.handler.codec.http.HttpObjectDecoder
 
DEFAULT_CIPHER_SUITES - Static variable in class io.netty.handler.ssl.SslUtils
 
DEFAULT_CIPHERS - Static variable in class io.netty.handler.ssl.JdkSslContext
 
DEFAULT_CIPHERS - Static variable in class io.netty.handler.ssl.OpenSsl
 
DEFAULT_CIPHERS_NON_TLSV13 - Static variable in class io.netty.handler.ssl.JdkSslContext
 
DEFAULT_COMPRESSION_LEVEL - Static variable in class io.netty.handler.codec.http2.CompressorHttp2ConnectionEncoder
 
DEFAULT_CONNECT_TIMEOUT - Static variable in class io.netty.channel.DefaultChannelConfig
 
DEFAULT_CONNECT_TIMEOUT_MILLIS - Static variable in class io.netty.handler.proxy.ProxyHandler
The default connect timeout: 10 seconds.
DEFAULT_DEVIATION - Static variable in class io.netty.handler.traffic.GlobalChannelTrafficShapingHandler
 
DEFAULT_DIRECT_MEMORY_CACHE_ALIGNMENT - Static variable in class io.netty.buffer.PooledByteBufAllocator
 
DEFAULT_DISCARD_THRESHOLD - Static variable in class io.netty.handler.codec.http.multipart.HttpPostRequestDecoder
 
DEFAULT_DNS_SERVER_ADDRESS_STREAM_PROVIDER - Static variable in class io.netty.resolver.dns.DnsServerAddressStreamProviders.DefaultProviderHolder
 
DEFAULT_DROP_PONG_FRAMES - Static variable in class io.netty.handler.codec.http.websocketx.WebSocketClientProtocolConfig
 
DEFAULT_EVENT_LOOP_THREADS - Static variable in class io.netty.channel.MultithreadEventLoopGroup
 
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_FALLBACK_SERVER_PROPERTY - Static variable in class io.netty.resolver.dns.DefaultDnsServerAddressStreamProvider
 
DEFAULT_FORCE_CLOSE_TIMEOUT_MILLIS - Static variable in class io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker
 
DEFAULT_GENERATE_ORIGIN_HEADER - Static variable in class io.netty.handler.codec.http.websocketx.WebSocketClientProtocolConfig
 
DEFAULT_GRACEFUL_SHUTDOWN_TIMEOUT_MILLIS - Static variable in class io.netty.handler.codec.http2.Http2CodecUtil
 
DEFAULT_HANDLE_CLOSE_FRAMES - Static variable in class io.netty.handler.codec.http.websocketx.WebSocketClientProtocolConfig
 
DEFAULT_HANDSHAKE_TIMEOUT_MILLIS - Static variable in class io.netty.handler.codec.http.websocketx.WebSocketServerProtocolConfig
 
DEFAULT_HANDSHAKE_TIMEOUT_MS - Static variable in class io.netty.handler.codec.http.websocketx.WebSocketClientProtocolHandshakeHandler
 
DEFAULT_HEADER_LIST_SIZE - Static variable in class io.netty.handler.codec.http2.Http2CodecUtil
DEFAULT_HEADER_SENSITIVITY_DETECTOR - Static variable in class io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
 
DEFAULT_HEADER_TABLE_SIZE - Static variable in class io.netty.handler.codec.http2.Http2CodecUtil
 
DEFAULT_HIGH_WATER_MARK - Static variable in class io.netty.channel.WriteBufferWaterMark
 
DEFAULT_INITIAL - Static variable in class io.netty.channel.AdaptiveRecvByteBufAllocator
 
DEFAULT_INITIAL_BUFFER_SIZE - Static variable in class io.netty.handler.codec.http.HttpObjectDecoder
 
DEFAULT_INITIAL_CAPACITY - Static variable in class io.netty.buffer.AbstractByteBufAllocator
 
DEFAULT_INITIAL_CAPACITY - Static variable in class io.netty.util.internal.RecyclableArrayList
 
DEFAULT_INITIAL_MAX_CAPACITY_PER_THREAD - Static variable in class io.netty.util.Recycler
 
DEFAULT_JDK_MEM_LEVEL - Static variable in class io.netty.handler.codec.compression.ZlibCodecFactory
 
DEFAULT_JDK_WINDOW_SIZE - Static variable in class io.netty.handler.codec.compression.ZlibCodecFactory
 
DEFAULT_KEY_LENGTH_BITS - Static variable in class io.netty.handler.ssl.util.SelfSignedCertificate
FIPS 140-2 encryption requires the RSA key length to be 2048 bits or greater.
DEFAULT_LEVEL - Static variable in class io.netty.handler.logging.LoggingHandler
 
DEFAULT_LEVEL - Static variable in class io.netty.util.ResourceLeakDetector
 
DEFAULT_LIST_SIZE - Static variable in class io.netty.handler.ssl.ApplicationProtocolUtil
 
DEFAULT_LOAD_FACTOR - Static variable in class io.netty.handler.codec.stomp.StompSubframeEncoder
 
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_LOGGER - Static variable in class io.netty.resolver.dns.LoggingDnsQueryLifeCycleObserverFactory
 
DEFAULT_LOW_WATER_MARK - Static variable in class io.netty.channel.WriteBufferWaterMark
 
DEFAULT_MAX_BYTES_IN_MESSAGE - Static variable in class io.netty.handler.codec.mqtt.MqttConstant
Default max bytes in message
DEFAULT_MAX_CACHED_BUFFER_CAPACITY - Static variable in class io.netty.buffer.PooledByteBufAllocator
 
DEFAULT_MAX_CACHED_BYTEBUFFERS_PER_CHUNK - Static variable in class io.netty.buffer.PooledByteBufAllocator
 
DEFAULT_MAX_CAPACITY - Static variable in class io.netty.buffer.AbstractByteBufAllocator
 
DEFAULT_MAX_CAPACITY_PER_THREAD - Static variable in class io.netty.util.Recycler
 
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_COMPONENTS - Static variable in class io.netty.buffer.AbstractByteBufAllocator
 
DEFAULT_MAX_COMPOSITEBUFFER_COMPONENTS - Static variable in class io.netty.handler.codec.MessageAggregator
 
DEFAULT_MAX_CONCURRENT_STREAMS - Static variable in class io.netty.handler.codec.spdy.SpdySessionHandler
 
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.http.websocketx.WebSocket00FrameDecoder
 
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_LINE_LENGTH - Static variable in class io.netty.handler.codec.stomp.StompSubframeDecoder
 
DEFAULT_MAX_ORDER - Static variable in class io.netty.buffer.PooledByteBufAllocator
 
DEFAULT_MAX_PARAMS - Static variable in class io.netty.handler.codec.http.QueryStringDecoder
 
DEFAULT_MAX_PENDING_EXECUTOR_TASKS - Static variable in class io.netty.util.concurrent.SingleThreadEventExecutor
 
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_RESERVED_STREAMS - Static variable in class io.netty.handler.codec.http2.Http2CodecUtil
 
DEFAULT_MAX_SIZE - Static variable in class io.netty.handler.traffic.AbstractTrafficShapingHandler
Default max size to not exceed in buffer (write only).
DEFAULT_MAX_STATE_ONLY_SIZE - Static variable in class io.netty.handler.codec.http2.WeightedFairQueueByteDistributor
FireFox currently uses 5 streams to establish QoS classes.
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_MEM_LEVEL - Static variable in class io.netty.handler.codec.http2.CompressorHttp2ConnectionEncoder
 
DEFAULT_MIN_ALLOCATION_CHUNK - Static variable in class io.netty.handler.codec.http2.Http2CodecUtil
 
DEFAULT_MINIMUM - Static variable in class io.netty.channel.AdaptiveRecvByteBufAllocator
 
DEFAULT_MSG_SIZE_ESTIMATOR - Static variable in class io.netty.channel.DefaultChannelConfig
 
DEFAULT_NAME_SERVER_LIST - Static variable in class io.netty.resolver.dns.DefaultDnsServerAddressStreamProvider
 
DEFAULT_NAME_SERVERS - Static variable in class io.netty.resolver.dns.DefaultDnsServerAddressStreamProvider
 
DEFAULT_NAMED_GROUPS - Static variable in class io.netty.handler.ssl.OpenSsl
 
DEFAULT_NORMAL_CACHE_SIZE - Static variable in class io.netty.buffer.PooledByteBufAllocator
 
DEFAULT_NOT_AFTER - Static variable in class io.netty.handler.ssl.util.SelfSignedCertificate
The maximum possible value in X.509 specification: 9999-12-31 23:59:59
DEFAULT_NOT_BEFORE - Static variable in class io.netty.handler.ssl.util.SelfSignedCertificate
Current time minus 1 year, just in case software clock goes back due to time synchronization
DEFAULT_NUM_DIRECT_ARENA - Static variable in class io.netty.buffer.PooledByteBufAllocator
 
DEFAULT_NUM_ELEMENTS - Static variable in class io.netty.handler.flow.FlowControlHandler.RecyclableArrayDeque
A value of 2 should be a good choice for most scenarios.
DEFAULT_NUM_HEAP_ARENA - Static variable in class io.netty.buffer.PooledByteBufAllocator
 
DEFAULT_OPTIONS - Static variable in class io.netty.resolver.dns.DnsNameResolver
 
DEFAULT_PAGE_SIZE - Static variable in class io.netty.buffer.PooledByteBufAllocator
 
DEFAULT_PARSE_HTTP_AFTER_CONNECT_REQUEST - Static variable in class io.netty.handler.codec.http.HttpClientCodec
 
DEFAULT_PERFORM_MASKING - Static variable in class io.netty.handler.codec.http.websocketx.WebSocketClientProtocolConfig
 
DEFAULT_PRIORITY_WEIGHT - Static variable in class io.netty.handler.codec.http2.Http2CodecUtil
 
DEFAULT_PROTOCOLS - Static variable in class io.netty.handler.ssl.JdkSslContext
 
DEFAULT_PROVIDER - Static variable in class io.netty.handler.ssl.JdkSslContext
 
DEFAULT_QUEUE_CHUNK_SIZE_PER_THREAD - Static variable in class io.netty.util.Recycler
 
DEFAULT_REFRESH_INTERVAL - Static variable in class io.netty.resolver.DefaultHostsFileEntriesResolver
 
DEFAULT_RESOLVE_ADDRESS_TYPES - Static variable in class io.netty.resolver.dns.DnsNameResolver
 
DEFAULT_SAMPLING_INTERVAL - Static variable in class io.netty.util.ResourceLeakDetector
 
DEFAULT_SEARCH_DOMAINS - Static variable in class io.netty.resolver.dns.DnsNameResolver
 
DEFAULT_SELECTOR_PROVIDER - Static variable in class io.netty.channel.socket.nio.NioDatagramChannel
 
DEFAULT_SELECTOR_PROVIDER - Static variable in class io.netty.channel.socket.nio.NioServerSocketChannel
 
DEFAULT_SELECTOR_PROVIDER - Static variable in class io.netty.channel.socket.nio.NioSocketChannel
 
DEFAULT_SEND_DETECTOR - Static variable in class io.netty.handler.codec.http2.InboundHttp2ToHttpAdapter
 
DEFAULT_SHUTDOWN_QUIET_PERIOD - Static variable in class io.netty.util.concurrent.AbstractEventExecutor
 
DEFAULT_SHUTDOWN_TIMEOUT - Static variable in class io.netty.util.concurrent.AbstractEventExecutor
 
DEFAULT_SLOWDOWN - Static variable in class io.netty.handler.traffic.GlobalChannelTrafficShapingHandler
 
DEFAULT_SMALL_CACHE_SIZE - Static variable in class io.netty.buffer.PooledByteBufAllocator
 
DEFAULT_SSL_ENGINE_WRAPPER_FACTORY - Static variable in class io.netty.handler.ssl.JdkDefaultApplicationProtocolNegotiator
 
DEFAULT_TARGET_RECORDS - Static variable in class io.netty.util.ResourceLeakDetector
 
DEFAULT_TEXT_CONTENT_TYPE - Static variable in class io.netty.handler.codec.http.multipart.HttpPostBodyUtil
Default Content-Type in Text form
DEFAULT_TLSV13_CIPHER_SUITES - Static variable in class io.netty.handler.ssl.SslUtils
 
DEFAULT_USE_CACHE_FOR_ALL_THREADS - Static variable in class io.netty.buffer.PooledByteBufAllocator
 
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_SIZE - Static variable in class io.netty.handler.codec.spdy.SpdySessionHandler
 
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_UPDATE is sent to expand the window.
DefaultAddressedEnvelope<M,​A extends java.net.SocketAddress> - Class in io.netty.channel
The default AddressedEnvelope implementation.
DefaultAddressedEnvelope(M, A) - Constructor for class io.netty.channel.DefaultAddressedEnvelope
Creates a new instance with the specified message and recipient address.
DefaultAddressedEnvelope(M, A, A) - Constructor for class io.netty.channel.DefaultAddressedEnvelope
Creates a new instance with the specified message, recipient address, and sender address.
defaultAddresses() - Static method in class io.netty.resolver.dns.DefaultDnsServerAddressStreamProvider
Returns the DnsServerAddresses that yields the system DNS server addresses sequentially.
defaultAddresses() - Static method in class io.netty.resolver.dns.DnsServerAddresses
Deprecated.
Use DefaultDnsServerAddressStreamProvider.defaultAddresses().

Returns the DnsServerAddresses that yields the system DNS server addresses sequentially. If it failed to retrieve the list of the system DNS server addresses from the environment, it will use "8.8.8.8" and "8.8.4.4", the addresses of the Google public DNS servers.

This method has the same effect with the following code:

 DnsServerAddresses.sequential(DnsServerAddresses.defaultAddressList());
 

defaultAddressList() - Static method in class io.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
DefaultAddressResolverGroup() - Constructor for class io.netty.resolver.DefaultAddressResolverGroup
 
DefaultAttribute(DefaultAttributeMap, AttributeKey<T>) - Constructor for class io.netty.util.DefaultAttributeMap.DefaultAttribute
 
DefaultAttributeMap - Class in io.netty.util
Default AttributeMap implementation which not exibit any blocking behaviour on attribute lookup while using a copy-on-write approach on the modify path.
Attributes lookup and remove exibit O(logn) time worst-case complexity, hence attribute::set(null) is to be preferred to remove.
DefaultAttributeMap() - Constructor for class io.netty.util.DefaultAttributeMap
 
DefaultAttributeMap.DefaultAttribute<T> - Class in io.netty.util
 
DefaultAuthoritativeDnsServerCache - Class in io.netty.resolver.dns
Default implementation of AuthoritativeDnsServerCache, backed by a ConcurrentMap.
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 DefaultBinaryMemcacheRequest with the header only.
DefaultBinaryMemcacheRequest(ByteBuf) - Constructor for class io.netty.handler.codec.memcache.binary.DefaultBinaryMemcacheRequest
Create a new DefaultBinaryMemcacheRequest with the header and key.
DefaultBinaryMemcacheRequest(ByteBuf, ByteBuf) - Constructor for class io.netty.handler.codec.memcache.binary.DefaultBinaryMemcacheRequest
Create a new DefaultBinaryMemcacheRequest with 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 DefaultBinaryMemcacheResponse with the header only.
DefaultBinaryMemcacheResponse(ByteBuf) - Constructor for class io.netty.handler.codec.memcache.binary.DefaultBinaryMemcacheResponse
Create a new DefaultBinaryMemcacheResponse with the header and key.
DefaultBinaryMemcacheResponse(ByteBuf, ByteBuf) - Constructor for class io.netty.handler.codec.memcache.binary.DefaultBinaryMemcacheResponse
Create a new DefaultBinaryMemcacheResponse with 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 DefaultBulkStringRedisContent for the given content.
DefaultByteBufHolder - Class in io.netty.buffer
Default implementation of a ByteBufHolder that holds it's data in a ByteBuf.
DefaultByteBufHolder(ByteBuf) - Constructor for class io.netty.buffer.DefaultByteBufHolder
 
DefaultChannelConfig - Class in io.netty.channel
The default ChannelConfig implementation.
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 ChannelGroup implementation.
DefaultChannelGroup(EventExecutor) - Constructor for class io.netty.channel.group.DefaultChannelGroup
Creates a new group with a generated name and the provided EventExecutor to notify the ChannelGroupFutures.
DefaultChannelGroup(EventExecutor, boolean) - Constructor for class io.netty.channel.group.DefaultChannelGroup
Creates a new group with a generated name and the provided EventExecutor to notify the ChannelGroupFutures.
DefaultChannelGroup(String, EventExecutor) - Constructor for class io.netty.channel.group.DefaultChannelGroup
Creates a new group with the specified name and EventExecutor to notify the ChannelGroupFutures.
DefaultChannelGroup(String, EventExecutor, boolean) - Constructor for class io.netty.channel.group.DefaultChannelGroup
Creates a new group with the specified name and EventExecutor to notify the ChannelGroupFutures.
DefaultChannelGroupFuture - Class in io.netty.channel.group
The default ChannelGroupFuture implementation.
DefaultChannelGroupFuture(ChannelGroup, Collection<ChannelFuture>, EventExecutor) - Constructor for class io.netty.channel.group.DefaultChannelGroupFuture
Creates a new instance.
DefaultChannelGroupFuture(ChannelGroup, Map<Channel, ChannelFuture>, EventExecutor) - Constructor for class io.netty.channel.group.DefaultChannelGroupFuture
 
DefaultChannelGroupFuture.DefaultEntry<K,​V> - Class in io.netty.channel.group
 
DefaultChannelHandlerContext - Class in io.netty.channel
 
DefaultChannelHandlerContext(DefaultChannelPipeline, EventExecutor, String, ChannelHandler) - Constructor for class io.netty.channel.DefaultChannelHandlerContext
 
DefaultChannelId - Class in io.netty.channel
The default ChannelId implementation.
DefaultChannelId() - Constructor for class io.netty.channel.DefaultChannelId
 
DefaultChannelPipeline - Class in io.netty.channel
The default ChannelPipeline implementation.
DefaultChannelPipeline(Channel) - Constructor for class io.netty.channel.DefaultChannelPipeline
 
DefaultChannelPipeline.HeadContext - Class in io.netty.channel
 
DefaultChannelPipeline.PendingHandlerAddedTask - Class in io.netty.channel
 
DefaultChannelPipeline.PendingHandlerCallback - Class in io.netty.channel
 
DefaultChannelPipeline.PendingHandlerRemovedTask - Class in io.netty.channel
 
DefaultChannelPipeline.TailContext - Class in io.netty.channel
 
DefaultChannelPipelinePendingBytesTracker(DefaultChannelPipeline) - Constructor for class io.netty.channel.PendingBytesTracker.DefaultChannelPipelinePendingBytesTracker
 
DefaultChannelProgressivePromise - Class in io.netty.channel
The default ChannelProgressivePromise implementation.
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 ChannelPromise implementation.
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.
DefaultCharEqualityComparator() - Constructor for class io.netty.util.AsciiString.DefaultCharEqualityComparator
 
defaultCiphers - Variable in class io.netty.handler.ssl.JdkSslContext.Defaults
 
defaultCiphers(SSLEngine, Set<String>) - Static method in class io.netty.handler.ssl.JdkSslContext
 
defaultCiphersNonTLSv13 - Variable in class io.netty.handler.ssl.JdkSslContext.Defaults
 
defaultClassLoader(ClassLoader) - Static method in class io.netty.handler.codec.serialization.ClassResolvers
Deprecated.
 
defaultClientProvider() - Static method in class io.netty.handler.ssl.SslContext
Returns the default client-side implementation provider currently in use.
defaultCompressionOptions() - Static method in class io.netty.handler.codec.http2.CompressorHttp2ConnectionEncoder
 
DefaultCookie - Class in io.netty.handler.codec.http.cookie
The default Cookie implementation.
DefaultCookie - Class in io.netty.handler.codec.http
Deprecated.
Use DefaultCookie instead.
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.
defaultCurrentTimeNanos() - Static method in class io.netty.util.concurrent.AbstractScheduledEventExecutor
 
DefaultDatagramChannelConfig - Class in io.netty.channel.socket
The default DatagramChannelConfig implementation.
DefaultDatagramChannelConfig(DatagramChannel, DatagramSocket) - Constructor for class io.netty.channel.socket.DefaultDatagramChannelConfig
Creates a new instance.
DefaultDnsCache - Class in io.netty.resolver.dns
Default implementation of DnsCache, backed by a ConcurrentMap.
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.
DefaultDnsCache.DefaultDnsCacheEntry - Class in io.netty.resolver.dns
 
DefaultDnsCache.DnsCacheEntryList - Class in io.netty.resolver.dns
 
DefaultDnsCacheEntry(DefaultDnsCache.DefaultDnsCacheEntry) - Constructor for class io.netty.resolver.dns.DefaultDnsCache.DefaultDnsCacheEntry
 
DefaultDnsCacheEntry(String, Throwable) - Constructor for class io.netty.resolver.dns.DefaultDnsCache.DefaultDnsCacheEntry
 
DefaultDnsCacheEntry(String, InetAddress) - Constructor for class io.netty.resolver.dns.DefaultDnsCache.DefaultDnsCacheEntry
 
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 DnsOptEcsRecord implementation.
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
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 DnsQuery implementation.
DefaultDnsQuery(int) - Constructor for class io.netty.handler.codec.dns.DefaultDnsQuery
Creates a new instance with the DnsOpCode.QUERY opCode.
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 DnsQuestion implementation.
DefaultDnsQuestion(String, DnsRecordType) - Constructor for class io.netty.handler.codec.dns.DefaultDnsQuestion
Creates a new IN-class question.
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 DnsRawRecord implementation.
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-class record.
DefaultDnsRecordDecoder - Class in io.netty.handler.codec.dns
The default DnsRecordDecoder implementation.
DefaultDnsRecordDecoder() - Constructor for class io.netty.handler.codec.dns.DefaultDnsRecordDecoder
Creates a new instance.
DefaultDnsRecordEncoder - Class in io.netty.handler.codec.dns
The default DnsRecordEncoder implementation.
DefaultDnsRecordEncoder() - Constructor for class io.netty.handler.codec.dns.DefaultDnsRecordEncoder
Creates a new instance.
DefaultDnsResponse - Class in io.netty.handler.codec.dns
The default DnsResponse implementation.
DefaultDnsResponse(int) - Constructor for class io.netty.handler.codec.dns.DefaultDnsResponse
Creates a new instance with the DnsOpCode.QUERY opCode and the DnsResponseCode.NOERROR RCODE.
DefaultDnsResponse(int, DnsOpCode) - Constructor for class io.netty.handler.codec.dns.DefaultDnsResponse
Creates a new instance with the DnsResponseCode.NOERROR RCODE.
DefaultDnsResponse(int, DnsOpCode, DnsResponseCode) - Constructor for class io.netty.handler.codec.dns.DefaultDnsResponse
Creates a new instance.
DefaultDnsServerAddresses - Class in io.netty.resolver.dns
 
DefaultDnsServerAddresses(String, List<InetSocketAddress>) - Constructor for class io.netty.resolver.dns.DefaultDnsServerAddresses
 
DefaultDnsServerAddressStreamProvider - Class in io.netty.resolver.dns
A DnsServerAddressStreamProvider which will use predefined default DNS servers to use for DNS resolution.
DefaultDnsServerAddressStreamProvider() - Constructor for class io.netty.resolver.dns.DefaultDnsServerAddressStreamProvider
 
DefaultEndpoint(boolean, int) - Constructor for class io.netty.handler.codec.http2.DefaultHttp2Connection.DefaultEndpoint
 
DefaultEntry(K, V) - Constructor for class io.netty.channel.group.DefaultChannelGroupFuture.DefaultEntry
 
DefaultEventExecutor - Class in io.netty.util.concurrent
Default SingleThreadEventExecutor implementation 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.
DefaultEventExecutorChooserFactory() - Constructor for class io.netty.util.concurrent.DefaultEventExecutorChooserFactory
 
DefaultEventExecutorChooserFactory.GenericEventExecutorChooser - Class in io.netty.util.concurrent
 
DefaultEventExecutorChooserFactory.PowerOfTwoEventExecutorChooser - Class in io.netty.util.concurrent
 
DefaultEventExecutorGroup - Class in io.netty.util.concurrent
Default implementation of MultithreadEventExecutorGroup which will use DefaultEventExecutor instances 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
MultithreadEventLoopGroup which must be used for the local transport.
DefaultEventLoopGroup() - Constructor for class io.netty.channel.DefaultEventLoopGroup
Create a new instance with the default number of threads.
DefaultEventLoopGroup(int) - Constructor for class io.netty.channel.DefaultEventLoopGroup
Create a new instance
DefaultEventLoopGroup(int, Executor) - Constructor for class io.netty.channel.DefaultEventLoopGroup
Create a new instance
DefaultEventLoopGroup(int, ThreadFactory) - Constructor for class io.netty.channel.DefaultEventLoopGroup
Create a new instance
DefaultEventLoopGroup(ThreadFactory) - Constructor for class io.netty.channel.DefaultEventLoopGroup
Create a new instance with the default number of threads and the given ThreadFactory.
defaultFactory - Static variable in class io.netty.util.internal.logging.InternalLoggerFactory
 
DefaultFileRegion - Class in io.netty.channel
Default FileRegion implementation which transfer data from a FileChannel or File.
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
DefaultFlushCheckpoint(long, ChannelPromise) - Constructor for class io.netty.channel.ChannelFlushPromiseNotifier.DefaultFlushCheckpoint
 
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 DefaultBinaryMemcacheRequest with the header, key and extras.
DefaultFullBinaryMemcacheRequest(ByteBuf, ByteBuf, ByteBuf) - Constructor for class io.netty.handler.codec.memcache.binary.DefaultFullBinaryMemcacheRequest
Create a new DefaultBinaryMemcacheRequest with 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 DefaultFullBinaryMemcacheResponse with the header, key and extras.
DefaultFullBinaryMemcacheResponse(ByteBuf, ByteBuf, ByteBuf) - Constructor for class io.netty.handler.codec.memcache.binary.DefaultFullBinaryMemcacheResponse
Create a new DefaultFullBinaryMemcacheResponse with 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
 
DefaultFullHttpRequest(HttpVersion, HttpMethod, String, boolean) - Constructor for class io.netty.handler.codec.http.DefaultFullHttpRequest
 
DefaultFullHttpRequest(HttpVersion, HttpMethod, String, ByteBuf) - Constructor for class io.netty.handler.codec.http.DefaultFullHttpRequest
 
DefaultFullHttpRequest(HttpVersion, HttpMethod, String, ByteBuf, boolean) - Constructor for class io.netty.handler.codec.http.DefaultFullHttpRequest
 
DefaultFullHttpRequest(HttpVersion, HttpMethod, String, ByteBuf, HttpHeaders, HttpHeaders) - Constructor for class io.netty.handler.codec.http.DefaultFullHttpRequest
 
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
 
DefaultFullHttpResponse(HttpVersion, HttpResponseStatus, boolean) - Constructor for class io.netty.handler.codec.http.DefaultFullHttpResponse
 
DefaultFullHttpResponse(HttpVersion, HttpResponseStatus, boolean, boolean) - Constructor for class io.netty.handler.codec.http.DefaultFullHttpResponse
 
DefaultFullHttpResponse(HttpVersion, HttpResponseStatus, ByteBuf) - Constructor for class io.netty.handler.codec.http.DefaultFullHttpResponse
 
DefaultFullHttpResponse(HttpVersion, HttpResponseStatus, ByteBuf, boolean) - Constructor for class io.netty.handler.codec.http.DefaultFullHttpResponse
 
DefaultFullHttpResponse(HttpVersion, HttpResponseStatus, ByteBuf, boolean, boolean) - Constructor for class io.netty.handler.codec.http.DefaultFullHttpResponse
 
DefaultFullHttpResponse(HttpVersion, HttpResponseStatus, ByteBuf, HttpHeaders, HttpHeaders) - Constructor for class io.netty.handler.codec.http.DefaultFullHttpResponse
 
DefaultFutureListeners - Class in io.netty.util.concurrent
 
DefaultFutureListeners(GenericFutureListener<? extends Future<?>>, GenericFutureListener<? extends Future<?>>) - Constructor for class io.netty.util.concurrent.DefaultFutureListeners
 
DefaultHandle(Recycler.LocalPool<T>) - Constructor for class io.netty.util.Recycler.DefaultHandle
 
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.HeaderIterator - Class in io.netty.handler.codec
 
DefaultHeaders.NameValidator<K> - Interface in io.netty.handler.codec
 
DefaultHeaders.ValueIterator - Class 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 DefaultHeaders that 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 HostsFileEntriesResolver that resolves hosts file entries only once.
DefaultHostsFileEntriesResolver() - Constructor for class io.netty.resolver.DefaultHostsFileEntriesResolver
 
DefaultHostsFileEntriesResolver(HostsFileEntriesProvider.Parser, long) - 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.
DefaultHttp2Connection.ActiveStreams - Class in io.netty.handler.codec.http2
Manages the list of currently active streams.
DefaultHttp2Connection.ConnectionStream - Class in io.netty.handler.codec.http2
Stream class representing the connection, itself.
DefaultHttp2Connection.DefaultEndpoint<F extends Http2FlowController> - Class in io.netty.handler.codec.http2
Simple endpoint implementation.
DefaultHttp2Connection.DefaultPropertyKey - Class in io.netty.handler.codec.http2
Implementation of Http2Connection.PropertyKey that specifies the index position of the property.
DefaultHttp2Connection.DefaultStream - Class in io.netty.handler.codec.http2
Simple stream implementation.
DefaultHttp2Connection.DefaultStream.PropertyMap - Class in io.netty.handler.codec.http2
Provides the lazy initialization for the DefaultHttp2Connection.DefaultStream data map.
DefaultHttp2Connection.Event - Interface in io.netty.handler.codec.http2
Allows events which would modify the collection of active streams to be queued while iterating via DefaultHttp2Connection.forEachActiveStream(Http2StreamVisitor).
DefaultHttp2Connection.PropertyKeyRegistry - Class in io.netty.handler.codec.http2
A registry of all stream property keys known by this connection.
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
Create a new instance.
DefaultHttp2ConnectionDecoder.ContentLength - Class in io.netty.handler.codec.http2
 
DefaultHttp2ConnectionDecoder.FrameReadListener - Class in io.netty.handler.codec.http2
Handles all inbound frames from the network.
DefaultHttp2ConnectionDecoder.PrefaceFrameListener - Class in io.netty.handler.codec.http2
 
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.
DefaultHttp2ConnectionEncoder.FlowControlledData - Class in io.netty.handler.codec.http2
Wrap a DATA frame so it can be written subject to flow-control.
DefaultHttp2ConnectionEncoder.FlowControlledHeaders - Class in io.netty.handler.codec.http2
Wrap headers so they can be written subject to flow-control.
DefaultHttp2DataFrame - Class in io.netty.handler.codec.http2
The default Http2DataFrame implementation.
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 Http2FrameReader that 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.
DefaultHttp2FrameReader.HeadersContinuation - Class in io.netty.handler.codec.http2
Base class for processing of HEADERS and PUSH_PROMISE header blocks that potentially span multiple frames.
DefaultHttp2FrameStream() - Constructor for class io.netty.handler.codec.http2.Http2FrameCodec.DefaultHttp2FrameStream
 
DefaultHttp2FrameWriter - Class in io.netty.handler.codec.http2
A Http2FrameWriter that 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 Http2GoAwayFrame implementation.
DefaultHttp2GoAwayFrame(int, long, ByteBuf) - Constructor for class io.netty.handler.codec.http2.DefaultHttp2GoAwayFrame
Construct a new GOAWAY message.
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.
DefaultHttp2Headers.Http2HeaderEntry - Class in io.netty.handler.codec.http2
 
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, boolean, HpackDecoder) - Constructor for class io.netty.handler.codec.http2.DefaultHttp2HeadersDecoder
Exposed for testing only! Default values used in the initial settings frame are overridden intentionally for testing but violate the RFC if used outside the scope of testing.
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
 
DefaultHttp2HeadersEncoder(Http2HeadersEncoder.SensitivityDetector, HpackEncoder) - Constructor for class io.netty.handler.codec.http2.DefaultHttp2HeadersEncoder
Exposed Used for testing only! Default values used in the initial settings frame are overridden intentionally for testing but violate the RFC if used outside the scope of testing.
DefaultHttp2HeadersFrame - Class in io.netty.handler.codec.http2
The default Http2HeadersFrame implementation.
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.
DefaultHttp2LocalFlowController.AutoRefillState - Class in io.netty.handler.codec.http2
Flow control state that does autorefill of the flow control window when the data is received.
DefaultHttp2LocalFlowController.DefaultState - Class in io.netty.handler.codec.http2
Flow control window state for an individual stream.
DefaultHttp2LocalFlowController.FlowState - Interface in io.netty.handler.codec.http2
An abstraction which provides specific extensions used by local flow control.
DefaultHttp2LocalFlowController.WindowUpdateVisitor - Class in io.netty.handler.codec.http2
Provides a means to iterate over all active streams and increment the flow control windows.
DefaultHttp2PingFrame - Class in io.netty.handler.codec.http2
The default Http2PingFrame implementation.
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
 
DefaultHttp2PushPromiseFrame(Http2Headers, int, 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
 
DefaultHttp2RemoteFlowController.FlowState - Class in io.netty.handler.codec.http2
The remote flow control state for a single stream.
DefaultHttp2RemoteFlowController.ListenerWritabilityMonitor - Class in io.netty.handler.codec.http2
Writability of a stream is calculated using the following:
DefaultHttp2RemoteFlowController.WritabilityMonitor - Class in io.netty.handler.codec.http2
Abstract class which provides common functionality for writability monitor implementations.
DefaultHttp2ResetFrame - Class in io.netty.handler.codec.http2
The default Http2ResetFrame implementation.
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.
DefaultHttp2SettingsAckFrame - Class in io.netty.handler.codec.http2
The default Http2SettingsAckFrame implementation.
DefaultHttp2SettingsAckFrame() - Constructor for class io.netty.handler.codec.http2.DefaultHttp2SettingsAckFrame
 
DefaultHttp2SettingsFrame - Class in io.netty.handler.codec.http2
The default Http2SettingsFrame implementation.
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 Http2WindowUpdateFrame implementation.
DefaultHttp2WindowUpdateFrame(int) - Constructor for class io.netty.handler.codec.http2.DefaultHttp2WindowUpdateFrame
 
DefaultHttpContent - Class in io.netty.handler.codec.http
The default HttpContent implementation.
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 Attribute and FileUpload according 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
 
DefaultHttpHeaders(boolean) - Constructor for class io.netty.handler.codec.http.DefaultHttpHeaders
Warning! Setting validate to false will mean that Netty won't validate & protect against user-supplied header values that are malicious.
DefaultHttpHeaders(boolean, DefaultHeaders.NameValidator<CharSequence>) - Constructor for class io.netty.handler.codec.http.DefaultHttpHeaders
 
DefaultHttpHeaders(DefaultHeaders<CharSequence, CharSequence, ?>) - Constructor for class io.netty.handler.codec.http.DefaultHttpHeaders
 
DefaultHttpHeaders.HeaderValueConverter - Class in io.netty.handler.codec.http
 
DefaultHttpHeaders.HeaderValueValidator - Class in io.netty.handler.codec.http
 
DefaultHttpMessage - Class in io.netty.handler.codec.http
The default HttpMessage implementation.
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
Creates a new instance.
DefaultHttpMessage(HttpVersion, HttpHeaders) - 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 HttpRequest implementation.
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
Creates a new instance.
DefaultHttpRequest(HttpVersion, HttpMethod, String, HttpHeaders) - Constructor for class io.netty.handler.codec.http.DefaultHttpRequest
Creates a new instance.
DefaultHttpResponse - Class in io.netty.handler.codec.http
The default HttpResponse implementation.
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
Creates a new instance.
DefaultHttpResponse(HttpVersion, HttpResponseStatus, boolean, boolean) - Constructor for class io.netty.handler.codec.http.DefaultHttpResponse
Creates a new instance.
DefaultHttpResponse(HttpVersion, HttpResponseStatus, HttpHeaders) - Constructor for class io.netty.handler.codec.http.DefaultHttpResponse
Creates a new instance.
DefaultIdleStateEvent(IdleState, boolean) - Constructor for class io.netty.handler.timeout.IdleStateEvent.DefaultIdleStateEvent
 
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 DefaultLastBulkStringRedisContent for the given content.
DefaultLastHttpContent - Class in io.netty.handler.codec.http
The default LastHttpContent implementation.
DefaultLastHttpContent() - Constructor for class io.netty.handler.codec.http.DefaultLastHttpContent
 
DefaultLastHttpContent(ByteBuf) - Constructor for class io.netty.handler.codec.http.DefaultLastHttpContent
 
DefaultLastHttpContent(ByteBuf, boolean) - Constructor for class io.netty.handler.codec.http.DefaultLastHttpContent
 
DefaultLastHttpContent(ByteBuf, HttpHeaders) - Constructor for class io.netty.handler.codec.http.DefaultLastHttpContent
 
DefaultLastHttpContent.TrailingHttpHeaders - Class in io.netty.handler.codec.http
 
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 LastSmtpContent that 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-null otherwise returns a random EUI-64 MAC address.
DefaultMaxBytesRecvByteBufAllocator - Class in io.netty.channel
The RecvByteBufAllocator that 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
 
DefaultMaxBytesRecvByteBufAllocator.HandleImpl - Class in io.netty.channel
 
defaultMaxMessagesPerRead - Variable in class io.netty.channel.ChannelMetadata
 
defaultMaxMessagesPerRead() - Method in class io.netty.channel.ChannelMetadata
DefaultMaxMessagesRecvByteBufAllocator - Class in io.netty.channel
Default implementation of MaxMessagesRecvByteBufAllocator which respects ChannelConfig.isAutoRead() and also prevents overflow.
DefaultMaxMessagesRecvByteBufAllocator() - Constructor for class io.netty.channel.DefaultMaxMessagesRecvByteBufAllocator
 
DefaultMaxMessagesRecvByteBufAllocator(int) - Constructor for class io.netty.channel.DefaultMaxMessagesRecvByteBufAllocator
 
DefaultMaxMessagesRecvByteBufAllocator(int, boolean) - 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
defaultMaybeMoreDataSupplier - Variable in class io.netty.channel.epoll.EpollRecvByteAllocatorHandle
 
defaultMaybeMoreDataSupplier - Variable in class io.netty.channel.kqueue.KQueueRecvByteAllocatorHandle
 
defaultMaybeMoreSupplier - Variable in class io.netty.channel.DefaultMaxBytesRecvByteBufAllocator.HandleImpl
 
defaultMaybeMoreSupplier - Variable in class io.netty.channel.DefaultMaxMessagesRecvByteBufAllocator.MaxMessageHandle
 
DefaultMemcacheContent - Class in io.netty.handler.codec.memcache
The default MemcacheContent implementation.
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 MessageSizeEstimator implementation which supports the estimation of the size of ByteBuf, ByteBufHolder and FileRegion.
DefaultMessageSizeEstimator(int) - Constructor for class io.netty.channel.DefaultMessageSizeEstimator
Create a new instance
DefaultMessageSizeEstimator.HandleImpl - Class in io.netty.channel
 
DefaultNameResolver - Class in io.netty.resolver
A InetNameResolver that resolves using JDK's built-in domain name lookup mechanism.
DefaultNameResolver(EventExecutor) - Constructor for class io.netty.resolver.DefaultNameResolver
 
defaultNameServerAddresses - Variable in class io.netty.resolver.dns.UnixResolverDnsServerAddressStreamProvider
 
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
DefaultOioDatagramChannelConfig - Class in io.netty.channel.socket.oio
 
DefaultOioDatagramChannelConfig(DatagramChannel, DatagramSocket) - Constructor for class io.netty.channel.socket.oio.DefaultOioDatagramChannelConfig
 
DefaultOioServerSocketChannelConfig - Class in io.netty.channel.socket.oio
Deprecated.
use NIO / EPOLL / KQUEUE transport.
DefaultOioServerSocketChannelConfig(OioServerSocketChannel, ServerSocket) - Constructor for class io.netty.channel.socket.oio.DefaultOioServerSocketChannelConfig
Deprecated.
 
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(OioSocketChannel, Socket) - Constructor for class io.netty.channel.socket.oio.DefaultOioSocketChannelConfig
Deprecated.
 
DefaultOioSocketChannelConfig(SocketChannel, Socket) - Constructor for class io.netty.channel.socket.oio.DefaultOioSocketChannelConfig
Deprecated.
DefaultOioUnsafe() - Constructor for class io.netty.channel.oio.AbstractOioChannel.DefaultOioUnsafe
Deprecated.
 
DefaultOpenSslEngineMap() - Constructor for class io.netty.handler.ssl.ReferenceCountedOpenSslContext.DefaultOpenSslEngineMap
 
DefaultOpenSslKeyMaterial - Class in io.netty.handler.ssl
 
DefaultOpenSslKeyMaterial(long, long, X509Certificate[]) - Constructor for class io.netty.handler.ssl.DefaultOpenSslKeyMaterial
 
DefaultOpenSslSession(OpenSslSessionContext) - Constructor for class io.netty.handler.ssl.ReferenceCountedOpenSslEngine.DefaultOpenSslSession
 
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
 
DefaultPriorityQueue.PriorityQueueIterator - Class in io.netty.util.internal
 
defaultProcessId() - Static method in class io.netty.channel.DefaultChannelId
 
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.
DefaultPromise.CauseHolder - Class in io.netty.util.concurrent
 
DefaultPromise.LeanCancellationException - Exception in io.netty.util.concurrent
 
DefaultPromise.StacklessCancellationException - Exception in io.netty.util.concurrent
 
DefaultPropertyKey(int) - Constructor for class io.netty.handler.codec.http2.DefaultHttp2Connection.DefaultPropertyKey
 
defaultProtocols - Variable in class io.netty.handler.ssl.JdkSslContext.Defaults
 
defaultProtocols(boolean) - Static method in class io.netty.handler.ssl.OpenSsl
 
defaultProtocols(SSLContext, SSLEngine) - Static method in class io.netty.handler.ssl.JdkSslContext
 
defaultProvider - Variable in class io.netty.handler.ssl.JdkSslContext.Defaults
 
defaultProvider() - Static method in class io.netty.handler.ssl.SslContext
 
DefaultProviderHolder() - Constructor for class io.netty.resolver.dns.DnsServerAddressStreamProviders.DefaultProviderHolder
 
defaultReasonPhrase - Variable in enum io.netty.handler.codec.http.HttpStatusClass
 
defaultReasonPhrase() - Method in enum io.netty.handler.codec.http.HttpStatusClass
Returns the default reason phrase of this HTTP status class.
DefaultResourceLeak(Object, ReferenceQueue<Object>, Set<ResourceLeakDetector.DefaultResourceLeak<?>>, Object) - Constructor for class io.netty.util.ResourceLeakDetector.DefaultResourceLeak
 
DefaultResourceLeakDetectorFactory() - Constructor for class io.netty.util.ResourceLeakDetectorFactory.DefaultResourceLeakDetectorFactory
 
Defaults() - Constructor for class io.netty.handler.ssl.JdkSslContext.Defaults
 
DefaultSelectStrategy - Class in io.netty.channel
Default select strategy.
DefaultSelectStrategy() - Constructor for class io.netty.channel.DefaultSelectStrategy
 
DefaultSelectStrategyFactory - Class in io.netty.channel
Factory which uses the default select strategy.
DefaultSelectStrategyFactory() - Constructor for class io.netty.channel.DefaultSelectStrategyFactory
 
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 ServerSocketChannelConfig implementation.
DefaultServerSocketChannelConfig(ServerSocketChannel, ServerSocket) - Constructor for class io.netty.channel.socket.DefaultServerSocketChannelConfig
Creates a new instance.
DefaultServerUnsafe() - Constructor for class io.netty.channel.AbstractServerChannel.DefaultServerUnsafe
 
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 SmtpContent that 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 SmtpRequest implementation.
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(SmtpCommand, List<CharSequence>) - Constructor for class io.netty.handler.codec.smtp.DefaultSmtpRequest
 
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 SmtpResponse implementation.
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.
DefaultSmtpResponse(int, List<CharSequence>) - Constructor for class io.netty.handler.codec.smtp.DefaultSmtpResponse
 
DefaultSocketChannelConfig - Class in io.netty.channel.socket
The default SocketChannelConfig implementation.
DefaultSocketChannelConfig(SocketChannel, Socket) - Constructor for class io.netty.channel.socket.DefaultSocketChannelConfig
Creates a new instance.
DefaultSocks4CommandRequest - Class in io.netty.handler.codec.socksx.v4
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
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
DefaultSocks5CommandRequest(Socks5CommandType, Socks5AddressType, String, int) - Constructor for class io.netty.handler.codec.socksx.v5.DefaultSocks5CommandRequest
 
DefaultSocks5CommandResponse - Class in io.netty.handler.codec.socksx.v5
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
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
DefaultSocks5InitialResponse(Socks5AuthMethod) - Constructor for class io.netty.handler.codec.socksx.v5.DefaultSocks5InitialResponse
 
DefaultSocks5PasswordAuthRequest - Class in io.netty.handler.codec.socksx.v5
DefaultSocks5PasswordAuthRequest(String, String) - Constructor for class io.netty.handler.codec.socksx.v5.DefaultSocks5PasswordAuthRequest
 
DefaultSocks5PasswordAuthResponse - Class in io.netty.handler.codec.socksx.v5
DefaultSocks5PasswordAuthResponse(Socks5PasswordAuthStatus) - Constructor for class io.netty.handler.codec.socksx.v5.DefaultSocks5PasswordAuthResponse
 
DefaultSpdyDataFrame - Class in io.netty.handler.codec.spdy
The default SpdyDataFrame implementation.
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 SpdyGoAwayFrame implementation.
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
 
DefaultSpdyHeaders.HeaderValueConverterAndValidator - Class in io.netty.handler.codec.spdy
 
DefaultSpdyHeadersFrame - Class in io.netty.handler.codec.spdy
The default SpdyHeadersFrame implementation.
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 SpdyPingFrame implementation.
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 SpdyRstStreamFrame implementation.
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 SpdySettingsFrame implementation.
DefaultSpdySettingsFrame() - Constructor for class io.netty.handler.codec.spdy.DefaultSpdySettingsFrame
 
DefaultSpdySettingsFrame.Setting - Class in io.netty.handler.codec.spdy
 
DefaultSpdyStreamFrame - Class in io.netty.handler.codec.spdy
The default SpdyStreamFrame implementation.
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 SpdySynReplyFrame implementation.
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 SpdySynStreamFrame implementation.
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.
DefaultSpdyWindowUpdateFrame - Class in io.netty.handler.codec.spdy
The default SpdyWindowUpdateFrame implementation.
DefaultSpdyWindowUpdateFrame(int, int) - Constructor for class io.netty.handler.codec.spdy.DefaultSpdyWindowUpdateFrame
Creates a new instance.
DefaultState(Http2Stream, int) - Constructor for class io.netty.handler.codec.http2.DefaultHttp2LocalFlowController.DefaultState
 
DefaultStompContentSubframe - Class in io.netty.handler.codec.stomp
The default StompContentSubframe implementation.
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
 
DefaultStompFrame(StompCommand, ByteBuf, DefaultStompHeaders) - 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
 
DefaultStompHeadersSubframe(StompCommand, DefaultStompHeaders) - Constructor for class io.netty.handler.codec.stomp.DefaultStompHeadersSubframe
 
DefaultStream(int, Http2Stream.State) - Constructor for class io.netty.handler.codec.http2.DefaultHttp2Connection.DefaultStream
 
DefaultThreadFactory - Class in io.netty.util.concurrent
A ThreadFactory implementation 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
 
DefaultThreadProperties(Thread) - Constructor for class io.netty.util.concurrent.SingleThreadEventExecutor.DefaultThreadProperties
 
defaultTinyCacheSize() - Static method in class io.netty.buffer.PooledByteBufAllocator
Deprecated.
Tiny caches have been merged into small caches.
defaultToDefaultCiphers - Variable in class io.netty.handler.ssl.IdentityCipherSuiteFilter
 
defaultUseCacheForAllThreads() - Static method in class io.netty.buffer.PooledByteBufAllocator
Default thread caching behavior - System Property: io.netty.allocator.useCacheForAllThreads - default false
defaultValue - Variable in class io.netty.util.DomainNameMapping
Deprecated.
 
defaultValue - Variable in class io.netty.util.DomainNameMappingBuilder
Deprecated.
 
defaultValue - Variable in class io.netty.util.DomainWildcardMappingBuilder
 
defaultValue - Variable in class io.netty.util.DomainWildcardMappingBuilder.ImmutableDomainWildcardMapping
 
definedLength() - Method in class io.netty.handler.codec.http.multipart.AbstractHttpData
 
definedLength() - Method in class io.netty.handler.codec.http.multipart.AbstractMixedHttpData
 
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 DeflateOptions with compressionLevel set to 6, windowBits set to 15 and memLevel set to 8.
deflate(int, int, int) - Static method in class io.netty.handler.codec.compression.StandardCompressionOptions
Create a new DeflateOptions Instance
deflate(ByteBuf) - Method in class io.netty.handler.codec.compression.JdkZlibEncoder
 
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"
DEFLATE_FRAME_EXTENSION - Static variable in class io.netty.handler.codec.http.websocketx.extensions.compression.DeflateFrameServerExtensionHandshaker
 
DeflateDecoder - Class in io.netty.handler.codec.http.websocketx.extensions.compression
Deflate implementation of a payload decompressor for io.netty.handler.codec.http.websocketx.WebSocketFrame.
DeflateDecoder(boolean, WebSocketExtensionFilter) - Constructor for class io.netty.handler.codec.http.websocketx.extensions.compression.DeflateDecoder
Constructor
DeflateEncoder - Class in io.netty.handler.codec.http.websocketx.extensions.compression
Deflate implementation of a payload compressor for io.netty.handler.codec.http.websocketx.WebSocketFrame.
DeflateEncoder(int, int, boolean, WebSocketExtensionFilter) - Constructor for class io.netty.handler.codec.http.websocketx.extensions.compression.DeflateEncoder
Constructor
DeflateEncoderFactory() - Constructor for class io.netty.handler.codec.http.HttpContentCompressor.DeflateEncoderFactory
 
DeflateFrameClientExtension(int, WebSocketExtensionFilterProvider) - Constructor for class io.netty.handler.codec.http.websocketx.extensions.compression.DeflateFrameClientExtensionHandshaker.DeflateFrameClientExtension
 
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
Constructor with default configuration.
DeflateFrameClientExtensionHandshaker(int, boolean) - 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
Constructor with custom configuration.
DeflateFrameClientExtensionHandshaker.DeflateFrameClientExtension - Class in io.netty.handler.codec.http.websocketx.extensions.compression
 
DeflateFrameServerExtension(int, String, WebSocketExtensionFilterProvider) - Constructor for class io.netty.handler.codec.http.websocketx.extensions.compression.DeflateFrameServerExtensionHandshaker.DeflateFrameServerExtension
 
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
Constructor with default configuration.
DeflateFrameServerExtensionHandshaker(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
Constructor with custom configuration.
DeflateFrameServerExtensionHandshaker.DeflateFrameServerExtension - Class in io.netty.handler.codec.http.websocketx.extensions.compression
 
deflateJdk6(ByteBuf) - Method in class io.netty.handler.codec.compression.JdkZlibEncoder
 
deflateOptions - Variable in class io.netty.handler.codec.http.HttpContentCompressor
 
deflateOptions - Variable in class io.netty.handler.codec.http2.CompressorHttp2ConnectionEncoder
 
DeflateOptions - Class in io.netty.handler.codec.compression
DeflateOptions(int, int, int) - Constructor for class io.netty.handler.codec.compression.DeflateOptions
 
deflater - Variable in class io.netty.handler.codec.compression.JdkZlibEncoder
 
deflaterException(Deflater, String, int) - Static method in class io.netty.handler.codec.compression.ZlibUtil
 
DELAYED_RUNNABLES - Static variable in class io.netty.util.concurrent.ImmediateEventExecutor
A Runnable will be queued if we are executing a Runnable.
delayNanos() - Method in class io.netty.util.concurrent.ScheduledFutureTask
 
delayNanos(long) - Method in class io.netty.util.concurrent.ScheduledFutureTask
 
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.
delegate - Variable in class io.netty.channel.DelegatingChannelPromiseNotifier
 
delegate - Variable in class io.netty.channel.nio.SelectedSelectionKeySetSelector
 
delegate - Variable in class io.netty.channel.RecvByteBufAllocator.DelegatingHandle
 
delegate - Variable in class io.netty.handler.codec.http2.DecoratingHttp2ConnectionDecoder
 
delegate - Variable in class io.netty.handler.codec.http2.DecoratingHttp2ConnectionEncoder
 
delegate - Variable in class io.netty.handler.codec.http2.DecoratingHttp2FrameWriter
 
delegate - Variable in class io.netty.handler.codec.serialization.CachingClassResolver
 
delegate - Variable in class io.netty.handler.codec.serialization.ReferenceMap
 
delegate - Variable in class io.netty.handler.codec.spdy.SpdyFrameDecoder
 
delegate - Variable in class io.netty.handler.ssl.ExtendedOpenSslSession.SSLSessionBindingListenerDecorator
 
delegate - Variable in class io.netty.handler.ssl.util.X509KeyManagerWrapper
 
delegate - Variable in class io.netty.handler.ssl.util.X509TrustManagerWrapper
 
delegate - Variable in class io.netty.resolver.dns.InflightNameResolver
 
delegate() - Method in class io.netty.channel.RecvByteBufAllocator.DelegatingHandle
Get the RecvByteBufAllocator.Handle which all methods will be delegated to.
delegatedTaskExecutor - Variable in class io.netty.handler.ssl.SslHandler
 
DelegatingChannelHandlerContext(ChannelHandlerContext, ChannelHandler) - Constructor for class io.netty.channel.CombinedChannelDuplexHandler.DelegatingChannelHandlerContext
 
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-encoding header 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.ConsumedBytesConverter - Class in io.netty.handler.codec.http2
A decorator around the local flow controller that converts consumed bytes from uncompressed to compressed.
DelegatingDecompressorFrameListener.Http2Decompressor - Class in io.netty.handler.codec.http2
Provides the state for stream DATA frame decompression.
DelegatingHandle(RecvByteBufAllocator.Handle) - Constructor for class io.netty.channel.RecvByteBufAllocator.DelegatingHandle
 
DelegatingNameSet(Headers<CharSequence, CharSequence, ?>) - Constructor for class io.netty.handler.codec.HeadersUtils.DelegatingNameSet
 
DelegatingSslContext - Class in io.netty.handler.ssl
Adapter class which allows to wrap another SslContext and init SSLEngine instances.
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 class io.netty.handler.codec.http.multipart.AbstractMixedHttpData
 
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
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
 
DELETE_NATIVE_LIB_AFTER_LOADING - Static variable in class io.netty.util.internal.NativeLibraryLoader
 
DeleteFileOnExitHook - Class in io.netty.handler.codec.http.multipart
DeleteFileOnExitHook.
DeleteFileOnExitHook() - Constructor for class io.netty.handler.codec.http.multipart.DeleteFileOnExitHook
 
deleteOnExit - Variable in class io.netty.handler.codec.http.multipart.AbstractMixedHttpData
 
deleteOnExit - Variable in class io.netty.handler.codec.http.multipart.DefaultHttpDataFactory
 
deleteOnExit - Variable in class io.netty.handler.codec.http.multipart.DiskAttribute
 
deleteOnExit - Variable in class io.netty.handler.codec.http.multipart.DiskFileUpload
 
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
 
DELIM_STR - Static variable in class io.netty.util.internal.logging.MessageFormatter
 
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.
delimiterLength(ByteBuf, int) - Method in class io.netty.handler.codec.haproxy.HAProxyMessageDecoder.HeaderExtractor
Get the length of the header delimiter.
delimiterLength(ByteBuf, int) - Method in class io.netty.handler.codec.haproxy.HAProxyMessageDecoder.LineHeaderExtractor
 
delimiterLength(ByteBuf, int) - Method in class io.netty.handler.codec.haproxy.HAProxyMessageDecoder.StructHeaderExtractor
 
delimiters - Variable in class io.netty.handler.codec.DelimiterBasedFrameDecoder
 
Delimiters - Class in io.netty.handler.codec
A set of commonly used delimiters for DelimiterBasedFrameDecoder.
Delimiters() - Constructor for class io.netty.handler.codec.Delimiters
 
DELIMITERS - Static variable in class io.netty.handler.codec.DateFormatter
 
delta - Variable in class io.netty.handler.codec.http2.DefaultHttp2LocalFlowController.WindowUpdateVisitor
 
DELTA_BADVAL - Static variable in class io.netty.handler.codec.memcache.binary.BinaryMemcacheResponseStatus
 
deltaWindowSize - Variable in class io.netty.handler.codec.spdy.DefaultSpdyWindowUpdateFrame
 
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.
dependencyTreeDepth - Variable in class io.netty.handler.codec.http2.WeightedFairQueueByteDistributor.State
 
depths - Variable in class io.netty.handler.codec.redis.RedisArrayAggregator
 
deque - Variable in class io.netty.channel.pool.SimpleChannelPool
 
deque - Variable in class io.netty.util.Recycler.BlockingMessageQueue
 
dequeue(ChannelHandlerContext, int) - Method in class io.netty.handler.flow.FlowControlHandler
Dequeues one or many (or none) messages depending on the channel's auto reading state and returns the number of messages that were consumed from the internal queue.
deregister() - Method in class io.netty.channel.AbstractChannel
 
deregister() - Method in class io.netty.channel.AbstractChannelHandlerContext
 
deregister() - Method in interface io.netty.channel.ChannelOutboundInvoker
Request to deregister from the previous assigned EventExecutor and notify the ChannelFuture once the operation completes, either because the operation was successful or because of an error.
deregister() - Method in class io.netty.channel.CombinedChannelDuplexHandler.DelegatingChannelHandlerContext
 
deregister() - Method in class io.netty.channel.DefaultChannelPipeline
 
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 their EventLoop. Please note that this operation is asynchronous as ChannelOutboundInvoker.deregister() is.
deregister() - Method in class io.netty.channel.group.DefaultChannelGroup
 
deregister() - Method in class io.netty.channel.ThreadPerChannelEventLoop
Deprecated.
 
deregister() - Method in class io.netty.handler.codec.http2.AbstractHttp2StreamChannel
 
deregister(ChannelHandlerContext, ChannelPromise) - Method in class io.netty.channel.ChannelDuplexHandler
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
deregister(ChannelHandlerContext, ChannelPromise) - Method in class io.netty.channel.CombinedChannelDuplexHandler
 
deregister(ChannelHandlerContext, ChannelPromise) - Method in class io.netty.channel.DefaultChannelPipeline.HeadContext
 
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.http.websocketx.WebSocketProtocolHandler
 
deregister(ChannelHandlerContext, ChannelPromise) - Method in class io.netty.handler.codec.http2.Http2ConnectionHandler
 
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.proxy.HttpProxyHandler.HttpClientCodecWrapper
 
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 class io.netty.channel.AbstractChannel
 
deregister(ChannelPromise) - Method in class io.netty.channel.AbstractChannelHandlerContext
 
deregister(ChannelPromise) - Method in interface io.netty.channel.Channel.Unsafe
Deregister the Channel of the ChannelPromise from EventLoop and notify the ChannelPromise once the operation was complete.
deregister(ChannelPromise) - Method in interface io.netty.channel.ChannelOutboundInvoker
Request to deregister from the previous assigned EventExecutor and notify the ChannelFuture once the operation completes, either because the operation was successful or because of an error.
deregister(ChannelPromise) - Method in class io.netty.channel.CombinedChannelDuplexHandler.DelegatingChannelHandlerContext
 
deregister(ChannelPromise) - Method in class io.netty.channel.DefaultChannelPipeline
 
deregister(ChannelPromise) - Method in class io.netty.handler.codec.http2.AbstractHttp2StreamChannel
 
deregister(ChannelPromise) - Method in class io.netty.handler.codec.http2.AbstractHttp2StreamChannel.Http2ChannelUnsafe
 
deregister(ChannelPromise, boolean) - Method in class io.netty.channel.AbstractChannel.AbstractUnsafe
 
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 their EventLoop that are matched by the given ChannelMatcher. Please note that this operation is asynchronous as ChannelOutboundInvoker.deregister() is.
deregister(ChannelMatcher) - Method in class io.netty.channel.group.DefaultChannelGroup
 
deriveInetAddress(NetworkInterface, boolean) - Static method in class io.netty.channel.epoll.LinuxSocket
 
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.
dest - Variable in class io.netty.handler.codec.base64.Base64.Decoder
 
dest - Variable in class io.netty.handler.codec.http2.HpackHuffmanDecoder
 
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 - Variable in class io.netty.handler.codec.haproxy.HAProxyMessage
 
destinationAddress - Variable in class io.netty.handler.proxy.ProxyConnectionEvent
 
destinationAddress - Variable in class io.netty.handler.proxy.ProxyHandler
 
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 - Variable in class io.netty.handler.codec.haproxy.HAProxyMessage
 
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.buffer.PoolChunk
 
destroy() - Method in class io.netty.buffer.PoolSubpage
 
destroy() - Method in class io.netty.channel.DefaultChannelPipeline
Removes all handlers from the pipeline one by one from tail (exclusive) to head (exclusive) to trigger handlerRemoved().
destroy() - Method in class io.netty.handler.codec.http.multipart.HttpPostMultipartRequestDecoder
Destroy the HttpPostMultipartRequestDecoder and 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 HttpPostStandardRequestDecoder and release all it resources.
destroy() - Method in interface io.netty.handler.codec.http.multipart.InterfaceHttpPostRequestDecoder
Destroy the InterfaceHttpPostRequestDecoder and release all it resources.
destroy() - Method in class io.netty.handler.flow.FlowControlHandler
Releases all messages and destroys the Queue.
destroy() - Method in class io.netty.handler.ssl.OpenSslCachingKeyMaterialProvider
 
destroy() - Method in class io.netty.handler.ssl.OpenSslKeyMaterialProvider
Will be invoked once the provider should be destroyed.
destroy() - Method in class io.netty.handler.ssl.OpenSslPrivateKey
NOTE: This is a JDK8 interface/method.
destroy() - Method in class io.netty.handler.ssl.OpenSslSessionContext
 
destroy() - Method in class io.netty.handler.ssl.OpenSslX509KeyManagerFactory.OpenSslKeyManagerFactorySpi.ProviderFactory.OpenSslPopulatedKeyMaterialProvider
 
destroy() - Method in class io.netty.handler.ssl.PemPrivateKey
NOTE: This is a JDK8 interface/method.
destroy() - Method in class io.netty.handler.ssl.ReferenceCountedOpenSslContext
 
destroy() - Method in class io.netty.handler.timeout.IdleStateHandler
 
destroy() - Static method in class io.netty.util.concurrent.FastThreadLocal
Destroys the data structure that keeps all FastThreadLocal variables accessed from non-FastThreadLocalThreads.
destroy() - Static method in class io.netty.util.internal.InternalThreadLocalMap
 
destroy(PoolArena<T>) - Method in class io.netty.buffer.PoolChunkList
 
destroyChunk(PoolChunk<byte[]>) - Method in class io.netty.buffer.PoolArena.HeapArena
 
destroyChunk(PoolChunk<ByteBuffer>) - Method in class io.netty.buffer.PoolArena.DirectArena
 
destroyChunk(PoolChunk<T>) - Method in class io.netty.buffer.PoolArena
 
destroyDown(Thread, AbstractChannelHandlerContext, boolean) - Method in class io.netty.channel.DefaultChannelPipeline
 
destroyed - Variable in class io.netty.handler.codec.http.multipart.HttpPostMultipartRequestDecoder
 
destroyed - Variable in class io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder
 
destroyed - Variable in class io.netty.handler.ssl.ReferenceCountedOpenSslEngine
 
destroyPoolChunkLists(PoolChunkList<T>...) - Method in class io.netty.buffer.PoolArena
 
destroyPoolSubPages(PoolSubpage<?>[]) - Static method in class io.netty.buffer.PoolArena
 
destroyUp(AbstractChannelHandlerContext, boolean) - Method in class io.netty.channel.DefaultChannelPipeline
 
details - Variable in class io.netty.handler.codec.smtp.DefaultSmtpResponse
 
details - Variable in class io.netty.handler.codec.smtp.SmtpResponseDecoder
 
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.
DETECT_NATIVE_LIBRARY_DUPLICATES - Static variable in class io.netty.util.internal.NativeLibraryLoader
 
detected(T) - Static method in class io.netty.handler.codec.ProtocolDetectionResult
Returns a ProtocolDetectionResult which 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() returns ProtocolDetectionState.DETECTED, otherwise null.
DETECTION_RESULT_V1 - Static variable in class io.netty.handler.codec.haproxy.HAProxyMessageDecoder
DETECTION_RESULT_V2 - Static variable in class io.netty.handler.codec.haproxy.HAProxyMessageDecoder
detectProtocol(ByteBuf) - Static method in class io.netty.handler.codec.haproxy.HAProxyMessageDecoder
Returns the ProtocolDetectionResult for the given ByteBuf.
determineEncoding(String) - Method in class io.netty.handler.codec.http.HttpContentCompressor
 
determineLoopback(Collection<NetworkInterface>, Inet4Address, Inet6Address) - Static method in class io.netty.util.NetUtilInitializations
 
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.
DH_KEY_LENGTH - Static variable in class io.netty.handler.ssl.ReferenceCountedOpenSslContext
 
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.
dialect - Variable in class io.netty.handler.codec.base64.Base64Decoder
 
dialect - Variable in class io.netty.handler.codec.base64.Base64Encoder
 
dictionary - Variable in class io.netty.handler.codec.compression.JdkZlibDecoder
 
dictionary - Variable in class io.netty.handler.codec.compression.JZlibDecoder
 
didRun - Variable in class io.netty.handler.ssl.SslHandler.AsyncTaskCompletionHandler
 
digest(FastThreadLocal<MessageDigest>, byte[]) - Static method in class io.netty.handler.codec.http.websocketx.WebSocketUtil
 
digest(MessageDigest, URL) - Static method in class io.netty.util.internal.NativeLibraryLoader
 
digit(char) - Static method in enum io.netty.handler.codec.http.HttpStatusClass
 
DirContextUtils - Class in io.netty.resolver.dns
 
DirContextUtils() - Constructor for class io.netty.resolver.dns.DirContextUtils
 
direct - Variable in class io.netty.buffer.CompositeByteBuf
 
direct - Variable in class io.netty.buffer.FixedCompositeByteBuf
 
DIRECT_BUFFER_CONSTRUCTOR - Static variable in class io.netty.util.internal.PlatformDependent0
 
DIRECT_BUFFER_PREFERRED - Static variable in class io.netty.util.internal.PlatformDependent
 
DIRECT_MEMORY_COUNTER - Static variable in class io.netty.util.internal.PlatformDependent
 
DIRECT_MEMORY_LIMIT - Static variable in class io.netty.util.internal.PlatformDependent
 
directArena - Variable in class io.netty.buffer.PoolThreadCache
 
DirectArena(PooledByteBufAllocator, int, int, int, int) - Constructor for class io.netty.buffer.PoolArena.DirectArena
 
directArenaMetrics - Variable in class io.netty.buffer.PooledByteBufAllocator
 
directArenas - Variable in class io.netty.buffer.PooledByteBufAllocator
 
directArenas() - Method in class io.netty.buffer.PooledByteBufAllocator
directArenas() - Method in class io.netty.buffer.PooledByteBufAllocatorMetric
Return a List of all direct PoolArenaMetrics 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 ByteBuf with 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 ByteBuf with 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 to maxCapacity.
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
 
directBufferAddress(ByteBuffer) - Static method in class io.netty.util.internal.PlatformDependent0
 
directBufferPreferred() - Static method in class io.netty.util.internal.PlatformDependent
Returns true if the platform has reliable low-level direct buffer access API and a user has not specified -Dio.netty.noPreferDirect option.
directByDefault - Variable in class io.netty.buffer.AbstractByteBufAllocator
 
directCounter - Variable in class io.netty.buffer.UnpooledByteBufAllocator.UnpooledByteBufAllocatorMetric
 
Direction() - Constructor for enum io.netty.handler.codec.http2.Http2FrameLogger.Direction
 
directMemoryCacheAlignment - Variable in class io.netty.buffer.PoolArena
 
directMemoryCacheAlignment - Variable in class io.netty.buffer.SizeClasses
 
disable() - Method in class io.netty.handler.codec.http.cors.CorsConfig.Builder
Deprecated.
disable() - Method in class io.netty.handler.codec.http.cors.CorsConfigBuilder
Disables CORS support.
DISABLE_KEY_SET_OPTIMIZATION - Static variable in class io.netty.channel.nio.NioEventLoop
 
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.
disableLeakDetector - Variable in class io.netty.buffer.UnpooledByteBufAllocator
 
disableResolver - Variable in class io.netty.bootstrap.Bootstrap
 
disableResolver() - Method in class io.netty.bootstrap.Bootstrap
Disables address name resolution.
discard - Variable in class io.netty.handler.codec.http.DefaultCookie
Deprecated.
 
discard(Throwable) - Method in class io.netty.handler.stream.ChunkedWriteHandler
 
DISCARD - Static variable in class io.netty.handler.codec.http.CookieDecoder
Deprecated.
 
DISCARD_FRAME - io.netty.handler.codec.spdy.SpdyFrameDecoder.State
 
discardAfterReads - Variable in class io.netty.handler.codec.ByteToMessageDecoder
 
discardedBytes - Variable in class io.netty.handler.codec.haproxy.HAProxyMessageDecoder
Number of discarded bytes
discardedBytes - Variable in class io.netty.handler.codec.LineBasedFrameDecoder
 
discarding - Variable in class io.netty.handler.codec.haproxy.HAProxyMessageDecoder
true if we're discarding input because we're already over maxLength
discarding - Variable in class io.netty.handler.codec.LineBasedFrameDecoder
True if we're discarding input because we're already over maxLength.
discardingTooLongFrame - Variable in class io.netty.handler.codec.DelimiterBasedFrameDecoder
 
discardingTooLongFrame - Variable in class io.netty.handler.codec.LengthFieldBasedFrameDecoder
 
discardingTooLongFrame(ByteBuf) - Method in class io.netty.handler.codec.LengthFieldBasedFrameDecoder
 
discardMarks() - Method in class io.netty.buffer.AbstractByteBuf
 
discardReadBytes() - Method in class io.netty.buffer.AbstractByteBuf
 
discardReadBytes() - Method in class io.netty.buffer.AdvancedLeakAwareByteBuf
 
discardReadBytes() - Method in class io.netty.buffer.AdvancedLeakAwareCompositeByteBuf
 
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.FixedCompositeByteBuf
 
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
 
discardReadBytes() - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
discardReadBytes() - Method in class io.netty.handler.codec.ReplayingDecoderByteBuf
 
discardReadComponents() - Method in class io.netty.buffer.AdvancedLeakAwareCompositeByteBuf
 
discardReadComponents() - Method in class io.netty.buffer.CompositeByteBuf
Discard all ByteBufs which are read.
discardReadComponents() - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
discardSomeReadBytes() - Method in class io.netty.buffer.AbstractByteBuf
 
discardSomeReadBytes() - Method in class io.netty.buffer.AdvancedLeakAwareByteBuf
 
discardSomeReadBytes() - Method in class io.netty.buffer.AdvancedLeakAwareCompositeByteBuf
 
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.buffer.WrappedCompositeByteBuf
 
discardSomeReadBytes() - Method in class io.netty.handler.codec.ByteToMessageDecoder
 
discardSomeReadBytes() - Method in class io.netty.handler.codec.ReplayingDecoderByteBuf
 
discardThreshold - Variable in class io.netty.handler.codec.http.multipart.HttpPostMultipartRequestDecoder
 
discardThreshold - Variable in class io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder
 
disconnect() - Method in class io.netty.channel.AbstractChannel
 
disconnect() - Method in class io.netty.channel.AbstractChannelHandlerContext
 
disconnect() - Method in interface io.netty.channel.ChannelOutboundInvoker
Request to disconnect from the remote peer and notify the ChannelFuture once the operation completes, either because the operation was successful or because of an error.
disconnect() - Method in class io.netty.channel.CombinedChannelDuplexHandler.DelegatingChannelHandlerContext
 
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() - Method in class io.netty.handler.codec.http2.AbstractHttp2StreamChannel
 
disconnect() - Static method in class io.netty.handler.codec.mqtt.MqttMessageBuilders
 
disconnect(int, boolean) - Static method in class io.netty.channel.unix.Socket
 
disconnect(ChannelHandlerContext, ChannelPromise) - Method in class io.netty.channel.ChannelDuplexHandler
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
disconnect(ChannelHandlerContext, ChannelPromise) - Method in class io.netty.channel.CombinedChannelDuplexHandler
 
disconnect(ChannelHandlerContext, ChannelPromise) - Method in class io.netty.channel.DefaultChannelPipeline.HeadContext
 
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.http.websocketx.WebSocketProtocolHandler
 
disconnect(ChannelHandlerContext, ChannelPromise) - Method in class io.netty.handler.codec.http2.Http2ConnectionHandler
 
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.proxy.HttpProxyHandler.HttpClientCodecWrapper
 
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 class io.netty.channel.AbstractChannel
 
disconnect(ChannelPromise) - Method in class io.netty.channel.AbstractChannelHandlerContext
 
disconnect(ChannelPromise) - Method in interface io.netty.channel.Channel.Unsafe
Disconnect the Channel of the ChannelFuture and notify the ChannelPromise once the operation was complete.
disconnect(ChannelPromise) - Method in interface io.netty.channel.ChannelOutboundInvoker
Request to disconnect from the remote peer and notify the ChannelFuture once the operation completes, either because the operation was successful or because of an error.
disconnect(ChannelPromise) - Method in class io.netty.channel.CombinedChannelDuplexHandler.DelegatingChannelHandlerContext
 
disconnect(ChannelPromise) - Method in class io.netty.channel.DefaultChannelPipeline
 
disconnect(ChannelPromise) - Method in class io.netty.channel.embedded.EmbeddedChannel
 
disconnect(ChannelPromise) - Method in class io.netty.handler.codec.http2.AbstractHttp2StreamChannel
 
disconnect(ChannelPromise) - Method in class io.netty.handler.codec.http2.AbstractHttp2StreamChannel.Http2ChannelUnsafe
 
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 given ChannelMatcher.
disconnect(ChannelMatcher) - Method in class io.netty.channel.group.DefaultChannelGroup
 
Disconnect(byte) - Constructor for enum io.netty.handler.codec.mqtt.MqttReasonCodes.Disconnect
 
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
 
DisconnectBuilder() - Constructor for class io.netty.handler.codec.mqtt.MqttMessageBuilders.DisconnectBuilder
 
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
 
dispose() - Method in class io.netty.util.ResourceLeakDetector.DefaultResourceLeak
 
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 maxBytes to those streams containing streamable bytes and iterates across those streams to write the appropriate bytes.
distribute(int, StreamByteDistributor.Writer) - Method in class io.netty.handler.codec.http2.UniformStreamByteDistributor
 
distribute(int, StreamByteDistributor.Writer) - Method in class io.netty.handler.codec.http2.WeightedFairQueueByteDistributor
 
distribute(int, StreamByteDistributor.Writer, WeightedFairQueueByteDistributor.State) - Method in class io.netty.handler.codec.http2.WeightedFairQueueByteDistributor
 
distributeToChildren(int, StreamByteDistributor.Writer, WeightedFairQueueByteDistributor.State) - Method in class io.netty.handler.codec.http2.WeightedFairQueueByteDistributor
It is a pre-condition that state.poll() returns a non-null value.
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_PORT - Static variable in class io.netty.resolver.dns.DefaultDnsServerAddressStreamProvider
 
DnsAddressDecoder - Class in io.netty.resolver.dns
Decodes an InetAddress from an A or AAAA DnsRawRecord.
DnsAddressDecoder() - Constructor for class io.netty.resolver.dns.DnsAddressDecoder
 
DnsAddressResolveContext - Class in io.netty.resolver.dns
 
DnsAddressResolveContext(DnsNameResolver, Channel, Promise<?>, String, DnsRecord[], DnsServerAddressStream, int, DnsCache, AuthoritativeDnsServerCache, boolean) - Constructor for class io.netty.resolver.dns.DnsAddressResolveContext
 
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
 
DnsAddressStreamList(DnsServerAddressStream) - Constructor for class io.netty.resolver.dns.DnsResolveContext.DnsAddressStreamList
 
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.
DnsCacheEntryList(List<? extends DnsCacheEntry>) - Constructor for class io.netty.resolver.dns.DefaultDnsCache.DnsCacheEntryList
 
dnsClass - Variable in class io.netty.handler.codec.dns.AbstractDnsRecord
 
dnsClass - Variable in class io.netty.resolver.dns.DnsResolveContext
 
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.
DnsCodecUtil - Class in io.netty.handler.codec.dns
 
DnsCodecUtil() - Constructor for class io.netty.handler.codec.dns.DnsCodecUtil
 
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 DnsQuery and a DnsResponse.
DnsMessageUtil - Class in io.netty.handler.codec.dns
Provides some utility methods for DNS message implementations.
DnsMessageUtil() - Constructor for class io.netty.handler.codec.dns.DnsMessageUtil
 
DnsMessageUtil.DnsQueryFactory - Interface in io.netty.handler.codec.dns
 
dnsNameResolver - Variable in class io.netty.handler.ssl.ocsp.OcspServerCertificateValidator
 
DnsNameResolver - Class in io.netty.resolver.dns
A DNS-based InetNameResolver.
DnsNameResolver(EventLoop, ChannelFactory<? extends DatagramChannel>, ChannelFactory<? extends SocketChannel>, DnsCache, DnsCnameCache, AuthoritativeDnsServerCache, DnsQueryLifecycleObserverFactory, long, ResolvedAddressTypes, boolean, int, boolean, int, boolean, HostsFileEntriesResolver, DnsServerAddressStreamProvider, String[], int, boolean, boolean) - Constructor for class io.netty.resolver.dns.DnsNameResolver
 
DnsNameResolver(EventLoop, ChannelFactory<? extends DatagramChannel>, ChannelFactory<? extends SocketChannel>, DnsCache, DnsCnameCache, AuthoritativeDnsServerCache, SocketAddress, DnsQueryLifecycleObserverFactory, long, ResolvedAddressTypes, boolean, int, boolean, int, boolean, HostsFileEntriesResolver, DnsServerAddressStreamProvider, String[], int, boolean, boolean, int) - Constructor for class io.netty.resolver.dns.DnsNameResolver
 
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.
DnsNameResolver.AddressedEnvelopeAdapter - Class in io.netty.resolver.dns
 
DnsNameResolver.DnsResponseHandler - Class in io.netty.resolver.dns
 
DnsNameResolverBuilder - Class in io.netty.resolver.dns
A DnsNameResolver builder.
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.
DnsNameResolverException - Exception in io.netty.resolver.dns
A RuntimeException raised when DnsNameResolver failed 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 DnsNameResolverException raised when DnsNameResolver failed 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 OpCode as defined in RFC2929.
DnsOpCode(int) - Constructor for class io.netty.handler.codec.dns.DnsOpCode
 
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.
DnsQueryContext - Class in io.netty.resolver.dns
 
DnsQueryContext(Channel, Future<? extends Channel>, InetSocketAddress, DnsQueryContextManager, int, boolean, DnsQuestion, DnsRecord[], Promise<AddressedEnvelope<DnsResponse, InetSocketAddress>>) - Constructor for class io.netty.resolver.dns.DnsQueryContext
 
DnsQueryContextManager - Class in io.netty.resolver.dns
 
DnsQueryContextManager() - Constructor for class io.netty.resolver.dns.DnsQueryContextManager
 
DnsQueryContextManager.DnsQueryContextMap - Class in io.netty.resolver.dns
 
DnsQueryContextMap() - Constructor for class io.netty.resolver.dns.DnsQueryContextManager.DnsQueryContextMap
 
DnsQueryEncoder - Class in io.netty.handler.codec.dns
 
DnsQueryEncoder(DnsRecordEncoder) - Constructor for class io.netty.handler.codec.dns.DnsQueryEncoder
Creates a new encoder with the specified recordEncoder.
DnsQueryLifecycleObserver - Interface in io.netty.resolver.dns
This interface provides visibility into individual DNS queries.
dnsQueryLifecycleObserverFactory - Variable in class io.netty.resolver.dns.DnsNameResolver
 
dnsQueryLifecycleObserverFactory - Variable in class io.netty.resolver.dns.DnsNameResolverBuilder
 
dnsQueryLifecycleObserverFactory() - Method in class io.netty.resolver.dns.DnsNameResolver
 
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 DnsRecord that contains an undecoded RDATA.
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 DnsRecord into binary representation.
DnsRecordResolveContext - Class in io.netty.resolver.dns
 
DnsRecordResolveContext(DnsNameResolver, Channel, Promise<?>, DnsQuestion, DnsRecord[], DnsServerAddressStream, int) - Constructor for class io.netty.resolver.dns.DnsRecordResolveContext
 
DnsRecordResolveContext(DnsNameResolver, Channel, Promise<?>, String, int, DnsRecordType[], DnsRecord[], DnsServerAddressStream, int) - Constructor for class io.netty.resolver.dns.DnsRecordResolveContext
 
DnsRecordType - Class in io.netty.handler.codec.dns
Represents a DNS record type.
DnsRecordType(int) - Constructor for class io.netty.handler.codec.dns.DnsRecordType
 
DnsRecordType(int, String) - Constructor for class io.netty.handler.codec.dns.DnsRecordType
 
DnsResolveContext<T> - Class in io.netty.resolver.dns
 
DnsResolveContext(DnsNameResolver, Channel, Promise<?>, String, int, DnsRecordType[], DnsRecord[], DnsServerAddressStream, int) - Constructor for class io.netty.resolver.dns.DnsResolveContext
 
DnsResolveContext.AuthoritativeNameServer - Class in io.netty.resolver.dns
 
DnsResolveContext.AuthoritativeNameServerList - Class in io.netty.resolver.dns
Holds the closed DNS Servers for a domain.
DnsResolveContext.CombinedDnsServerAddressStream - Class in io.netty.resolver.dns
 
DnsResolveContext.DnsAddressStreamList - Class in io.netty.resolver.dns
 
DnsResolveContext.DnsResolveContextException - Exception in io.netty.resolver.dns
 
DnsResolveContext.RedirectAuthoritativeDnsServerCache - Class in io.netty.resolver.dns
 
DnsResolveContext.SearchDomainUnknownHostException - Exception in io.netty.resolver.dns
 
DnsResolveContextException(String) - Constructor for exception io.netty.resolver.dns.DnsResolveContext.DnsResolveContextException
 
DnsResolveContextException(String, boolean) - Constructor for exception io.netty.resolver.dns.DnsResolveContext.DnsResolveContextException
 
DnsResolver - Class in io.netty.resolver.dns.macos
Represent the dns_resolver_t struct.
DnsResolver(String, byte[][], int, String[], String, int, int) - Constructor for class io.netty.resolver.dns.macos.DnsResolver
 
dnsResolverBuilder - Variable in class io.netty.resolver.dns.DnsAddressResolverGroup
 
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) - Constructor for class io.netty.handler.codec.dns.DnsResponseCode
 
DnsResponseCode(int, String) - Constructor for class io.netty.handler.codec.dns.DnsResponseCode
 
DnsResponseDecoder<A extends java.net.SocketAddress> - Class in io.netty.handler.codec.dns
 
DnsResponseDecoder(DnsRecordDecoder) - Constructor for class io.netty.handler.codec.dns.DnsResponseDecoder
Creates a new decoder with the specified recordDecoder.
DnsResponseHandler(Promise<Channel>) - Constructor for class io.netty.resolver.dns.DnsNameResolver.DnsResponseHandler
 
DnsSection - Enum in io.netty.handler.codec.dns
Represents a section of a DnsMessage.
DnsSection() - Constructor for enum io.netty.handler.codec.dns.DnsSection
 
dnsServerAddress - Variable in class io.netty.resolver.dns.LoggingDnsQueryLifecycleObserver
 
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 - Variable in class io.netty.resolver.dns.DnsNameResolver
 
dnsServerAddressStreamProvider - Variable in class io.netty.resolver.dns.DnsNameResolverBuilder
 
DnsServerAddressStreamProvider - Interface in io.netty.resolver.dns
Provides an opportunity to override which DnsServerAddressStream is used to resolve a specific hostname.
DnsServerAddressStreamProviders - Class in io.netty.resolver.dns
Utility methods related to DnsServerAddressStreamProvider.
DnsServerAddressStreamProviders() - Constructor for class io.netty.resolver.dns.DnsServerAddressStreamProviders
 
DnsServerAddressStreamProviders.DefaultProviderHolder - Class in io.netty.resolver.dns
 
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.bootstrap.FailedChannel
 
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.epoll.AbstractEpollChannel
 
doBeginRead() - Method in class io.netty.channel.kqueue.AbstractKQueueChannel
 
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.
 
doBeginRead() - Method in class io.netty.handler.codec.http2.AbstractHttp2StreamChannel.Http2ChannelUnsafe
 
doBind(SocketAddress) - Method in class io.netty.bootstrap.AbstractBootstrap
 
doBind(SocketAddress) - Method in class io.netty.bootstrap.FailedChannel
 
doBind(SocketAddress) - Method in class io.netty.channel.AbstractChannel
Bind the Channel to the SocketAddress
doBind(SocketAddress) - Method in class io.netty.channel.embedded.EmbeddedChannel
 
doBind(SocketAddress) - Method in class io.netty.channel.epoll.AbstractEpollChannel
 
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.AbstractKQueueChannel
 
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.socket.nio.NioDatagramChannel
 
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.
 
doBind0(ChannelFuture, Channel, SocketAddress, ChannelPromise) - Static method in class io.netty.bootstrap.AbstractBootstrap
 
doBind0(SocketAddress) - Method in class io.netty.channel.socket.nio.NioDatagramChannel
 
doBind0(SocketAddress) - Method in class io.netty.channel.socket.nio.NioSocketChannel
 
doClose() - Method in class io.netty.bootstrap.FailedChannel
 
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.AbstractEpollChannel
 
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.AbstractKQueueChannel
 
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.socket.nio.NioDatagramChannel
 
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.handler.codec.http2.Http2ConnectionHandler.ClosingChannelFutureListener
 
doClose0(ChannelPromise) - Method in class io.netty.channel.AbstractChannel.AbstractUnsafe
 
doCloseStream(Http2Stream, ChannelFuture) - Method in class io.netty.handler.codec.http2.Http2ConnectionHandler
 
doConnect(SocketAddress, SocketAddress) - Method in class io.netty.channel.epoll.AbstractEpollChannel
Connect to the remote peer
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.AbstractKQueueChannel
Connect to the remote peer
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 null otherwise.
doConnect(SocketAddress, SocketAddress) - Method in class io.netty.channel.socket.nio.NioDatagramChannel
 
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, ChannelPromise) - Static method in class io.netty.bootstrap.Bootstrap
 
doConnect0(SocketAddress) - Method in class io.netty.channel.epoll.AbstractEpollChannel
 
doConnect0(SocketAddress) - Method in class io.netty.channel.epoll.EpollSocketChannel
 
doConnect0(SocketAddress, SocketAddress) - Method in class io.netty.channel.kqueue.AbstractKQueueChannel
 
doConnect0(SocketAddress, SocketAddress) - Method in class io.netty.channel.kqueue.KQueueSocketChannel
 
doDecode(String) - Method in class io.netty.handler.codec.http.CookieDecoder
Deprecated.
Decodes the specified HTTP header value into Cookies.
doDeregister() - Method in class io.netty.channel.AbstractChannel
Deregister the Channel from its EventLoop.
doDeregister() - Method in class io.netty.channel.epoll.AbstractEpollChannel
 
doDeregister() - Method in class io.netty.channel.kqueue.AbstractKQueueChannel
 
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.bootstrap.FailedChannel
 
doDisconnect() - Method in class io.netty.channel.AbstractChannel
Disconnect this Channel from 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.AbstractEpollChannel
 
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.AbstractKQueueChannel
 
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.socket.nio.NioDatagramChannel
 
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.
 
doEncode(ChannelHandlerContext, MqttMessage) - Static method in class io.netty.handler.codec.mqtt.MqttEncoder
This is the main encoding method.
doesSupportOcsp() - Static method in class io.netty.handler.ssl.OpenSsl
 
doesSupportProtocol(int, int) - Static method in class io.netty.handler.ssl.OpenSsl
 
doFinishConnect() - Method in class io.netty.channel.epoll.AbstractEpollChannel.AbstractEpollUnsafe
Finish the connect
doFinishConnect() - Method in class io.netty.channel.kqueue.AbstractKQueueChannel.AbstractKQueueUnsafe
 
doFinishConnect() - Method in class io.netty.channel.nio.AbstractNioChannel
Finish the connect
doFinishConnect() - Method in class io.netty.channel.socket.nio.NioDatagramChannel
 
doFinishConnect() - Method in class io.netty.channel.socket.nio.NioServerSocketChannel
 
doFinishConnect() - Method in class io.netty.channel.socket.nio.NioSocketChannel
 
doFlush(ChannelHandlerContext) - Method in class io.netty.handler.stream.ChunkedWriteHandler
 
doGracefulShutdown(ChannelHandlerContext, ChannelFuture, ChannelPromise) - Method in class io.netty.handler.codec.http2.Http2ConnectionHandler
 
doHealthCheck(Channel, Promise<Channel>) - Method in class io.netty.channel.pool.SimpleChannelPool
 
doHealthCheckOnRelease(Channel, Promise<Void>) - Method in class io.netty.channel.pool.SimpleChannelPool
 
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 specified address has been resolved already.
domain - Variable in class io.netty.handler.codec.http.cookie.ClientCookieDecoder.CookieBuilder
 
domain - Variable in class io.netty.handler.codec.http.cookie.DefaultCookie
 
domain - Variable in class io.netty.resolver.dns.macos.DnsResolver
 
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() - Method in class io.netty.resolver.dns.macos.DnsResolver
 
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_ROW_LABEL - Static variable in class io.netty.resolver.dns.UnixResolverDnsServerAddressStreamProvider
 
DOMAIN_SOCKET_READ_MODE - Static variable in class io.netty.channel.unix.UnixChannelOption
 
DOMAIN_ZEROED - Static variable in class io.netty.handler.codec.socks.SocksCmdResponse
 
DomainDatagramChannel - Interface in io.netty.channel.unix
A UnixChannel that supports communication via UNIX domain datagram sockets.
DomainDatagramChannelConfig - Interface in io.netty.channel.unix
DomainDatagramPacket - Class in io.netty.channel.unix
The message container that is used for DomainDatagramChannel to communicate with the remote peer.
DomainDatagramPacket(ByteBuf, DomainSocketAddress) - Constructor for class io.netty.channel.unix.DomainDatagramPacket
Create a new instance with the specified packet data and recipient address.
DomainDatagramPacket(ByteBuf, DomainSocketAddress, DomainSocketAddress) - Constructor for class io.netty.channel.unix.DomainDatagramPacket
Create a new instance with the specified packet data, recipient address, and sender address.
DomainDatagramSocketAddress - Class in io.netty.channel.unix
Act as special DomainSocketAddress to be able to easily pass all needed data from JNI without the need to create more objects then needed.
DomainDatagramSocketAddress(byte[], int, DomainDatagramSocketAddress) - Constructor for class io.netty.channel.unix.DomainDatagramSocketAddress
 
DomainMappingBuilder<V> - Class in io.netty.util
Deprecated.
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
domainName - Variable in class io.netty.resolver.dns.DnsResolveContext.AuthoritativeNameServer
 
DomainNameMapping<V> - Class in io.netty.util
DomainNameMapping(int, V) - Constructor for class io.netty.util.DomainNameMapping
Deprecated.
use DomainNameMappingBuilder to create and fill the mapping instead
DomainNameMapping(Map<String, V>, V) - Constructor for class io.netty.util.DomainNameMapping
Deprecated.
 
DomainNameMapping(V) - Constructor for class io.netty.util.DomainNameMapping
Deprecated.
use DomainNameMappingBuilder to create and fill the mapping instead
DomainNameMappingBuilder<V> - Class in io.netty.util
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
DomainNameMappingBuilder.ImmutableDomainNameMapping<V> - Class in io.netty.util
Deprecated.
Immutable mapping from domain name pattern to its associated value object.
domainNamePatterns - Variable in class io.netty.util.DomainNameMappingBuilder.ImmutableDomainNameMapping
Deprecated.
 
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 UnixChannel that supports communication via Unix Domain Socket.
DomainSocketChannelConfig - Interface in io.netty.channel.unix
DomainSocketReadMode - Enum in io.netty.channel.unix
Different modes of reading from a DomainSocketChannel.
DomainSocketReadMode() - Constructor for enum io.netty.channel.unix.DomainSocketReadMode
 
domainToNameServerStreamMap - Variable in class io.netty.resolver.dns.UnixResolverDnsServerAddressStreamProvider
 
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
DomainWildcardMappingBuilder.ImmutableDomainWildcardMapping<V> - Class in io.netty.util
 
done - Variable in class io.netty.handler.codec.http.HttpClientCodec
If true, decoding stops (i.e.
doneAllocating - Variable in class io.netty.handler.codec.http2.Http2CodecUtil.SimpleChannelPromiseAggregator
 
doneAllocatingPromises() - Method in class io.netty.handler.codec.http2.Http2CodecUtil.SimpleChannelPromiseAggregator
Signify that no more Http2CodecUtil.SimpleChannelPromiseAggregator.newPromise() allocations will be made.
doneCount - Variable in class io.netty.handler.codec.http2.Http2CodecUtil.SimpleChannelPromiseAggregator
 
doneCount - Variable in class io.netty.util.concurrent.PromiseCombiner
 
doNotDestroy - Variable in class io.netty.buffer.PoolSubpage
 
doNotFree - Variable in class io.netty.buffer.UnpooledDirectByteBuf
 
DONT_SEND_AT_SUBSCRIBE - io.netty.handler.codec.mqtt.MqttSubscriptionOption.RetainedHandlingPolicy
 
dontNeedEncoding(char) - Static method in class io.netty.handler.codec.http.QueryStringEncoder
Determines whether the given character is a unreserved character.
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.
 
doRead0(Http2Frame, RecvByteBufAllocator.Handle) - Method in class io.netty.handler.codec.http2.AbstractHttp2StreamChannel.Http2ChannelUnsafe
 
doReadBytes(ByteBuf) - Method in class io.netty.channel.epoll.AbstractEpollChannel
Read bytes into the given ByteBuf and return the amount.
doReadBytes(ByteBuf) - Method in class io.netty.channel.kqueue.AbstractKQueueChannel
Read bytes into the given ByteBuf and return the amount.
doReadBytes(ByteBuf) - Method in class io.netty.channel.nio.AbstractNioByteChannel
Read bytes into the given ByteBuf and 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.NioSocketChannel
 
doReadBytes(ByteBuf) - Method in class io.netty.channel.socket.oio.OioSocketChannel
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.socket.nio.NioDatagramChannel
 
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.
 
doRegister() - Method in class io.netty.channel.AbstractChannel
Is called after the Channel is registered with its EventLoop as part of the register process.
doRegister() - Method in class io.netty.channel.embedded.EmbeddedChannel
 
doRegister() - Method in class io.netty.channel.epoll.AbstractEpollChannel
 
doRegister() - Method in class io.netty.channel.kqueue.AbstractKQueueChannel
 
doRegister() - Method in class io.netty.channel.local.LocalChannel
 
doRegister() - Method in class io.netty.channel.local.LocalServerChannel
 
doRegister() - Method in class io.netty.channel.nio.AbstractNioChannel
 
doReleaseChannel(Channel, Promise<Void>) - Method in class io.netty.channel.pool.SimpleChannelPool
 
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.
doResolveAllCached(String, DnsRecord[], Promise<List<InetAddress>>, DnsCache, InternetProtocolFamily[]) - Static method in class io.netty.resolver.dns.DnsNameResolver
 
doResolveAllRec(String, Promise<List<T>>, int, Throwable) - Method in class io.netty.resolver.CompositeNameResolver
 
doResolveAllUncached(String, DnsRecord[], Promise<?>, Promise<List<InetAddress>>, DnsCache, boolean) - Method in class io.netty.resolver.dns.DnsNameResolver
 
doResolveAllUncached0(String, DnsRecord[], Promise<?>, Promise<List<InetAddress>>, DnsCache, boolean) - Method in class io.netty.resolver.dns.DnsNameResolver
 
doResolveAndConnect(SocketAddress, SocketAddress) - Method in class io.netty.bootstrap.Bootstrap
 
doResolveAndConnect0(Channel, SocketAddress, SocketAddress, ChannelPromise) - Method in class io.netty.bootstrap.Bootstrap
 
doResolveCached(String, DnsRecord[], Promise<InetAddress>, DnsCache) - Method in class io.netty.resolver.dns.DnsNameResolver
 
doResolveRec(String, Promise<T>, int, Throwable) - Method in class io.netty.resolver.CompositeNameResolver
 
doResolveUncached(String, DnsRecord[], Promise<InetAddress>, DnsCache, boolean) - Method in class io.netty.resolver.dns.DnsNameResolver
 
doSearchDomainQuery(String, Promise<List<InetAddress>>) - Method in class io.netty.resolver.dns.DnsAddressResolveContext
 
doSearchDomainQuery(String, Promise<List<T>>) - Method in class io.netty.resolver.dns.DnsResolveContext
 
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.NioSocketChannel
 
doShutdownOutput() - Method in class io.netty.channel.socket.oio.OioSocketChannel
Deprecated.
 
doSSLShutdown() - Method in class io.netty.handler.ssl.ReferenceCountedOpenSslEngine
Attempt to call SSL.shutdownSSL(long).
doStartThread() - Method in class io.netty.util.concurrent.SingleThreadEventExecutor
 
DOT_CRLF_BUFFER - Static variable in class io.netty.handler.codec.smtp.SmtpRequestEncoder
 
dots - Variable in class io.netty.resolver.dns.DnsResolveContext.AuthoritativeNameServer
 
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
 
DOUBLE_ZERO - Static variable in class io.netty.util.internal.ObjectUtil
 
doubleArrayAppend(StringBuilder, double[]) - Static method in class io.netty.util.internal.logging.MessageFormatter
 
doWrite(ChannelOutboundBuffer) - Method in class io.netty.bootstrap.FailedChannel
 
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.AbstractKQueueDatagramChannel
 
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.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 ByteBuf to the underlying Channel.
doWriteBytes(ByteBuf) - Method in class io.netty.channel.oio.AbstractOioByteChannel
Deprecated.
Write the data which is hold by the ByteBuf to the underlying Socket.
doWriteBytes(ByteBuf) - Method in class io.netty.channel.oio.OioByteStreamChannel
Deprecated.
 
doWriteBytes(ByteBuf) - Method in class io.netty.channel.socket.nio.NioSocketChannel
 
doWriteBytes(ChannelOutboundBuffer, ByteBuf) - Method in class io.netty.channel.epoll.AbstractEpollChannel
 
doWriteBytes(ChannelOutboundBuffer, ByteBuf) - Method in class io.netty.channel.kqueue.AbstractKQueueChannel
 
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 FileRegion to the underlying Socket.
doWriteFileRegion(FileRegion) - Method in class io.netty.channel.oio.OioByteStreamChannel
Deprecated.
 
doWriteFileRegion(FileRegion) - Method in class io.netty.channel.socket.nio.NioSocketChannel
 
doWriteInternal(ChannelOutboundBuffer, Object) - Method in class io.netty.channel.nio.AbstractNioByteChannel
 
doWriteMessage(Object) - Method in class io.netty.channel.epoll.EpollDatagramChannel
 
doWriteMessage(Object) - Method in class io.netty.channel.epoll.EpollDomainDatagramChannel
 
doWriteMessage(Object) - Method in class io.netty.channel.kqueue.AbstractKQueueDatagramChannel
 
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.socket.nio.NioDatagramChannel
 
doWriteMessage(Object, ChannelOutboundBuffer) - Method in class io.netty.channel.socket.nio.NioServerSocketChannel
 
doWriteMultiple(ChannelOutboundBuffer) - Method in class io.netty.channel.epoll.AbstractEpollStreamChannel
Attempt to write multiple ByteBuf objects.
doWriteMultiple(ChannelOutboundBuffer) - Method in class io.netty.channel.kqueue.AbstractKQueueStreamChannel
Attempt to write multiple ByteBuf objects.
doWriteOrSendBytes(ByteBuf, InetSocketAddress, boolean) - Method in class io.netty.channel.epoll.AbstractEpollChannel
Write bytes to the socket, with or without a remote address.
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(MessagePassingQueue.Consumer<T>) - Method in class io.netty.util.Recycler.BlockingMessageQueue
 
drain(MessagePassingQueue.Consumer<T>, int) - Method in class io.netty.util.Recycler.BlockingMessageQueue
 
drain(MessagePassingQueue.Consumer<T>, MessagePassingQueue.WaitStrategy, MessagePassingQueue.ExitCondition) - Method in class io.netty.util.Recycler.BlockingMessageQueue
 
drainTasks() - Method in class io.netty.util.concurrent.SingleThreadEventExecutor
 
droppedRecords - Variable in class io.netty.util.ResourceLeakDetector.DefaultResourceLeak
 
droppedRecordsUpdater - Static variable in class io.netty.util.ResourceLeakDetector.DefaultResourceLeak
 
dropPongFrames - Variable in class io.netty.handler.codec.http.websocketx.WebSocketClientProtocolConfig.Builder
 
dropPongFrames - Variable in class io.netty.handler.codec.http.websocketx.WebSocketClientProtocolConfig
 
dropPongFrames - Variable in class io.netty.handler.codec.http.websocketx.WebSocketProtocolHandler
 
dropPongFrames - Variable in class io.netty.handler.codec.http.websocketx.WebSocketServerProtocolConfig.Builder
 
dropPongFrames - Variable in class io.netty.handler.codec.http.websocketx.WebSocketServerProtocolConfig
 
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
true if pong frames should not be forwarded
dropPongFrames(boolean) - Method in class io.netty.handler.codec.http.websocketx.WebSocketServerProtocolConfig.Builder
true if 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 - Variable in class io.netty.handler.codec.socksx.v4.DefaultSocks4CommandRequest
 
dstAddr - Variable in class io.netty.handler.codec.socksx.v4.DefaultSocks4CommandResponse
 
dstAddr - Variable in class io.netty.handler.codec.socksx.v4.Socks4ServerDecoder
 
dstAddr - Variable in class io.netty.handler.codec.socksx.v5.DefaultSocks5CommandRequest
 
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 DSTIP field of this request.
dstAddr() - Method in interface io.netty.handler.codec.socksx.v4.Socks4CommandResponse
Returns the DSTIP field 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.ADDR field of this request.
dstAddrType - Variable in class io.netty.handler.codec.socksx.v5.DefaultSocks5CommandRequest
 
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.ADDR field of this request.
dstPort - Variable in class io.netty.handler.codec.socksx.v4.DefaultSocks4CommandRequest
 
dstPort - Variable in class io.netty.handler.codec.socksx.v4.DefaultSocks4CommandResponse
 
dstPort - Variable in class io.netty.handler.codec.socksx.v4.Socks4ServerDecoder
 
dstPort - Variable in class io.netty.handler.codec.socksx.v5.DefaultSocks5CommandRequest
 
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 DSTPORT field of this request.
dstPort() - Method in interface io.netty.handler.codec.socksx.v4.Socks4CommandResponse
Returns the DSTPORT field 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.PORT field of this request.
DUMMY_DESTINATION_MAC_ADDRESS - Static variable in class io.netty.handler.pcap.EthernetPacket
MAC Address: 00:00:5E:00:53:FF
DUMMY_SOURCE_MAC_ADDRESS - Static variable in class io.netty.handler.pcap.EthernetPacket
MAC Address: 00:00:5E:00:53:00
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 Channel that has two sides that can be shutdown independently.
DuplexChannelConfig - Interface in io.netty.channel.socket
duplicate - Variable in class io.netty.resolver.dns.DnsResolveContext.DnsAddressStreamList
 
duplicate() - Method in class io.netty.buffer.AbstractByteBuf
 
duplicate() - Method in class io.netty.buffer.AbstractPooledDerivedByteBuf.PooledNonRetainedDuplicateByteBuf
 
duplicate() - Method in class io.netty.buffer.AbstractPooledDerivedByteBuf.PooledNonRetainedSlicedByteBuf
 
duplicate() - Method in class io.netty.buffer.AbstractUnpooledSlicedByteBuf
 
duplicate() - Method in class io.netty.buffer.AdvancedLeakAwareByteBuf
 
duplicate() - Method in class io.netty.buffer.AdvancedLeakAwareCompositeByteBuf
 
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.CompositeByteBuf.Component
 
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.PooledDuplicatedByteBuf
 
duplicate() - Method in class io.netty.buffer.PooledSlicedByteBuf
 
duplicate() - Method in class io.netty.buffer.ReadOnlyByteBuf
Deprecated.
 
duplicate() - Method in class io.netty.buffer.SimpleLeakAwareByteBuf
 
duplicate() - Method in class io.netty.buffer.SimpleLeakAwareCompositeByteBuf
 
duplicate() - Method in class io.netty.buffer.SwappedByteBuf
Deprecated.
 
duplicate() - Method in class io.netty.buffer.UnreleasableByteBuf
 
duplicate() - Method in class io.netty.buffer.WrappedByteBuf
 
duplicate() - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
duplicate() - Method in class io.netty.channel.epoll.SegmentedDatagramPacket
Deprecated.
 
duplicate() - Method in class io.netty.channel.socket.DatagramPacket
 
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.ComposedLastHttpContent
 
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 class io.netty.handler.codec.http.HttpObjectAggregator.AggregatedFullHttpMessage
 
duplicate() - Method in class io.netty.handler.codec.http.HttpObjectAggregator.AggregatedFullHttpRequest
 
duplicate() - Method in class io.netty.handler.codec.http.HttpObjectAggregator.AggregatedFullHttpResponse
 
duplicate() - Method in interface io.netty.handler.codec.http.LastHttpContent
 
duplicate() - Method in class io.netty.handler.codec.http.multipart.AbstractMixedHttpData
 
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.HttpPostRequestEncoder.WrappedFullHttpRequest
 
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.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 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.ReplayingDecoderByteBuf
 
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 interface io.netty.handler.codec.spdy.SpdyDataFrame
 
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 interface io.netty.handler.ssl.PemEncoded
 
duplicate() - Method in class io.netty.handler.ssl.PemPrivateKey
 
duplicate() - Method in class io.netty.handler.ssl.PemValue
 
duplicate() - Method in class io.netty.handler.ssl.PemX509Certificate
 
duplicate() - Method in class io.netty.resolver.dns.DnsResolveContext.CombinedDnsServerAddressStream
 
duplicate() - Method in interface io.netty.resolver.dns.DnsServerAddressStream
Duplicate this object.
duplicate() - Method in class io.netty.resolver.dns.SequentialDnsServerAddressStream
 
duplicate() - Method in class io.netty.resolver.dns.ShuffledDnsServerAddressStream
 
duplicate0() - Method in class io.netty.buffer.AbstractPooledDerivedByteBuf
 
DuplicatedByteBuf - Class in io.netty.buffer
Deprecated.
Do not use.
DuplicatedByteBuf(ByteBuf) - Constructor for class io.netty.buffer.DuplicatedByteBuf
Deprecated.
 
DuplicatedByteBuf(ByteBuf, int, int) - Constructor for class io.netty.buffer.DuplicatedByteBuf
Deprecated.
 
duplicateInternalNioBuffer(int, int) - Method in class io.netty.buffer.PooledByteBuf
 
duplicateInternalNioBuffer(int, int) - Method in class io.netty.buffer.PooledHeapByteBuf
 
duringDecode() - Method in exception io.netty.handler.codec.http2.Http2Exception.HeaderListSizeException
 
duringMixedMode - Variable in class io.netty.handler.codec.http.multipart.HttpPostRequestEncoder
While adding a FileUpload, is the multipart currently in Mixed Mode
DynamicAddressConnectHandler - Class in io.netty.handler.address
ChannelOutboundHandler implementation which allows to dynamically replace the used remoteAddress and / or localAddress when 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)
ECE - io.netty.handler.pcap.TCPPacket.TCPFlag
 
echoRequestOrigin(HttpResponse) - Method in class io.netty.handler.codec.http.cors.CorsHandler
 
EDGE_TRIGGERED - io.netty.channel.epoll.EpollMode
Use EPOLLET (edge-triggered).
edgeTriggered(boolean) - Method in class io.netty.channel.epoll.EpollRecvByteAllocatorHandle
 
ehlo(CharSequence) - Static method in class io.netty.handler.codec.smtp.SmtpRequests
Creates a EHLO request.
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.handler.codec.http2.MaxCapacityQueue
 
element() - Method in class io.netty.util.internal.EmptyPriorityQueue
 
elements - Variable in class io.netty.handler.codec.CodecOutputList.CodecOutputLists
 
elementSize() - Method in class io.netty.buffer.PoolSubpage
 
elementSize() - Method in interface io.netty.buffer.PoolSubpageMetric
Return the size (in bytes) of the elements that will be allocated.
elemSize - Variable in class io.netty.buffer.PoolSubpage
 
EmbeddedChannel - Class in io.netty.channel.embedded
Base class for Channel implementations that are used in an embedded fashion.
EmbeddedChannel() - Constructor for class io.netty.channel.embedded.EmbeddedChannel
Create a new instance with an EmbeddedChannelId and 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.EmbeddedChannelPipeline - Class in io.netty.channel.embedded
 
EmbeddedChannel.EmbeddedUnsafe - Class in io.netty.channel.embedded
 
EmbeddedChannel.State - Enum in io.netty.channel.embedded
 
EmbeddedChannelId - Class in io.netty.channel.embedded
A dummy ChannelId implementation.
EmbeddedChannelId() - Constructor for class io.netty.channel.embedded.EmbeddedChannelId
 
EmbeddedChannelPipeline(EmbeddedChannel) - Constructor for class io.netty.channel.embedded.EmbeddedChannel.EmbeddedChannelPipeline
 
embeddedEventLoop() - Method in class io.netty.channel.embedded.EmbeddedChannel
 
EmbeddedEventLoop - Class in io.netty.channel.embedded
 
EmbeddedEventLoop() - Constructor for class io.netty.channel.embedded.EmbeddedEventLoop
 
EmbeddedSocketAddress - Class in io.netty.channel.embedded
 
EmbeddedSocketAddress() - Constructor for class io.netty.channel.embedded.EmbeddedSocketAddress
 
EmbeddedUnsafe() - Constructor for class io.netty.channel.embedded.EmbeddedChannel.EmbeddedUnsafe
 
empty() - Static method in class io.netty.channel.SingleThreadEventLoop.ChannelsReadOnlyIterator
 
empty() - Static method in class io.netty.util.internal.SocketUtils
 
empty(CharSequence...) - Static method in class io.netty.handler.codec.smtp.SmtpRequests
Creates a EMPTY request.
EMPTY - Static variable in class io.netty.buffer.FixedCompositeByteBuf
 
EMPTY - Static variable in class io.netty.channel.group.VoidChannelGroupFuture
 
EMPTY - Static variable in class io.netty.channel.SingleThreadEventLoop.ChannelsReadOnlyIterator
 
EMPTY - Static variable in class io.netty.handler.codec.http.websocketx.WebSocketCloseStatus
 
EMPTY - Static variable in class io.netty.handler.codec.mqtt.MqttUnsubAckPayload
 
EMPTY - Static variable in class io.netty.handler.codec.smtp.SmtpCommand
 
EMPTY - Static variable in class io.netty.resolver.dns.AuthoritativeDnsServerCacheAdapter
 
EMPTY - Static variable in class io.netty.resolver.HostsFileEntries
Empty entries
EMPTY - Static variable in class io.netty.resolver.HostsFileEntriesProvider
 
EMPTY - Static variable in class io.netty.util.internal.SocketUtils
 
EMPTY_ADDITIONALS - Static variable in class io.netty.resolver.dns.DnsNameResolver
 
EMPTY_ARRAY - Static variable in class io.netty.util.internal.DefaultPriorityQueue
 
EMPTY_ASCII_STRINGS - Static variable in class io.netty.util.internal.EmptyArrays
 
EMPTY_ATTRIBUTE_ARRAY - Static variable in class io.netty.bootstrap.AbstractBootstrap
 
EMPTY_ATTRIBUTE_ARRAY - Static variable in class io.netty.handler.codec.http2.Http2StreamChannelBootstrap
 
EMPTY_ATTRIBUTES - Static variable in class io.netty.util.DefaultAttributeMap
 
EMPTY_BUFFER - Static variable in class io.netty.buffer.Unpooled
A buffer whose capacity is 0.
EMPTY_BUFFER - Static variable in class io.netty.handler.codec.ReplayingDecoderByteBuf
 
EMPTY_BYTE_BUF_HASH_CODE - Static variable in class io.netty.buffer.EmptyByteBuf
 
EMPTY_BYTE_BUFFER - Static variable in class io.netty.buffer.EmptyByteBuf
 
EMPTY_BYTE_BUFFER_ADDRESS - Static variable in class io.netty.buffer.EmptyByteBuf
 
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_CHARS_ITERATOR - Static variable in class io.netty.handler.codec.http.EmptyHttpHeaders
 
EMPTY_CLASSES - Static variable in class io.netty.util.internal.EmptyArrays
 
EMPTY_DEFLATE_BLOCK - Static variable in class io.netty.handler.codec.http.websocketx.extensions.compression.DeflateDecoder
 
EMPTY_ENTRIES - Static variable in class io.netty.handler.ssl.SslContextBuilder
 
EMPTY_HANDLERS - Static variable in class io.netty.channel.embedded.EmbeddedChannel
 
EMPTY_HANDLERS - Static variable in class io.netty.handler.codec.http2.Http2ServerUpgradeCodec
 
EMPTY_HEADERS - Static variable in class io.netty.handler.codec.http.EmptyHttpHeaders.InstanceInitializer
Deprecated.
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 EmptyHttpHeaders and HttpHeaders. The issue is that if someone accesses EmptyHttpHeaders.INSTANCE before HttpHeaders.EMPTY_HEADERS then HttpHeaders.EMPTY_HEADERS will be null.

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_ITERATOR - Static variable in class io.netty.buffer.CompositeByteBuf
 
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_LAST_CONTENT - Static variable in interface io.netty.handler.codec.stomp.LastStompContentSubframe
 
EMPTY_MAP - Static variable in class io.netty.util.collection.ByteCollections
 
EMPTY_MAP - Static variable in class io.netty.util.collection.CharCollections
 
EMPTY_MAP - Static variable in class io.netty.util.collection.IntCollections
 
EMPTY_MAP - Static variable in class io.netty.util.collection.LongCollections
 
EMPTY_MAP - Static variable in class io.netty.util.collection.ShortCollections
 
EMPTY_METRICS - Static variable in class io.netty.buffer.PoolChunkList
 
EMPTY_NIO_BUFFER - Static variable in class io.netty.buffer.CompositeByteBuf
 
EMPTY_OBJECTS - Static variable in class io.netty.util.internal.EmptyArrays
 
EMPTY_OPTION_ARRAY - Static variable in class io.netty.bootstrap.AbstractBootstrap
 
EMPTY_OPTION_ARRAY - Static variable in class io.netty.handler.codec.http2.Http2StreamChannelBootstrap
 
EMPTY_REQUEST_PATH - Static variable in class io.netty.handler.codec.http2.HttpConversionUtil
[RFC 7540], 8.1.2.3 states the path must not be empty, and instead should be /.
EMPTY_SELECTION - Static variable in class io.netty.handler.ssl.SniHandler
 
EMPTY_SESSIONS - Static variable in class io.netty.handler.ssl.OpenSslSessionCache
 
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
 
emptyAdditionals(DnsRecord[]) - Static method in class io.netty.resolver.dns.DefaultDnsCache
 
EmptyArrays - Class in io.netty.util.internal
 
EmptyArrays() - Constructor for class io.netty.util.internal.EmptyArrays
 
emptyBuf - Variable in class io.netty.buffer.AbstractByteBufAllocator
 
EmptyByteBuf - Class in io.netty.buffer
An empty ByteBuf whose capacity and maximum capacity are all 0.
EmptyByteBuf(ByteBufAllocator) - Constructor for class io.netty.buffer.EmptyByteBuf
 
EmptyByteBuf(ByteBufAllocator, ByteOrder) - Constructor for class io.netty.buffer.EmptyByteBuf
 
emptyDataFrames - Variable in class io.netty.handler.codec.http2.Http2EmptyDataFrameListener
 
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
 
EmptyHttp2Headers() - Constructor for class io.netty.handler.codec.http2.EmptyHttp2Headers
 
EmptyHttpHeaders - Class in io.netty.handler.codec.http
 
EmptyHttpHeaders() - Constructor for class io.netty.handler.codec.http.EmptyHttpHeaders
 
EmptyHttpHeaders.InstanceInitializer - Class in io.netty.handler.codec.http
Deprecated.
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.
EmptyMap() - Constructor for class io.netty.util.collection.ByteCollections.EmptyMap
 
EmptyMap() - Constructor for class io.netty.util.collection.CharCollections.EmptyMap
 
EmptyMap() - Constructor for class io.netty.util.collection.IntCollections.EmptyMap
 
EmptyMap() - Constructor for class io.netty.util.collection.LongCollections.EmptyMap
 
EmptyMap() - Constructor for class io.netty.util.collection.ShortCollections.EmptyMap
 
EmptyPriorityQueue<T> - Class in io.netty.util.internal
 
EmptyPriorityQueue() - Constructor for class io.netty.util.internal.EmptyPriorityQueue
 
emptyVal - Variable in class io.netty.buffer.LongLongHashMap
 
emptyValue - Variable in class io.netty.handler.codec.http2.HpackStaticTable.HeaderNameIndex
 
enableAutoReadTask - Variable in class io.netty.bootstrap.ServerBootstrap.ServerBootstrapAcceptor
 
enabled - Variable in class io.netty.handler.codec.http.cors.CorsConfig
 
enabled - Variable in class io.netty.handler.codec.http.cors.CorsConfigBuilder
 
enableOcsp - Variable in class io.netty.handler.ssl.ReferenceCountedOpenSslContext
 
enableOcsp - Variable in class io.netty.handler.ssl.ReferenceCountedOpenSslEngine
 
enableOcsp - Variable in class io.netty.handler.ssl.SslContextBuilder
 
enableOcsp(boolean) - Method in class io.netty.handler.ssl.SslContextBuilder
Enables OCSP stapling.
enableTcpFastOpen - Variable in class io.netty.channel.kqueue.KQueueServerChannelConfig
 
encapsulatedTLVs() - Method in class io.netty.handler.codec.haproxy.HAProxySSLTLV
Returns an unmodifiable Set of encapsulated HAProxyTLVs.
encode() - Method in class io.netty.handler.codec.compression.Bzip2MTFAndRLE2StageEncoder
Performs the Move To Front transform and Run Length Encoding[1] stages.
encode(ByteBuf) - Static method in class io.netty.handler.codec.base64.Base64
 
encode(ByteBuf) - Method in class io.netty.handler.codec.compression.Bzip2HuffmanStageEncoder
Encodes and writes the block data.
encode(ByteBuf) - Method in class io.netty.handler.codec.http.HttpResponseStatus
 
encode(ByteBuf) - Method in class io.netty.handler.codec.http.HttpVersion
 
encode(ByteBuf) - Method in class io.netty.handler.codec.smtp.SmtpCommand
 
encode(ByteBufAllocator) - Method in class io.netty.handler.codec.spdy.SpdyHeaderBlockJZlibEncoder
 
encode(ByteBufAllocator, int) - Method in class io.netty.handler.codec.spdy.SpdyHeaderBlockZlibEncoder
 
encode(ByteBufAllocator, SpdyHeadersFrame) - Method in class io.netty.handler.codec.spdy.SpdyHeaderBlockEncoder
 
encode(ByteBufAllocator, SpdyHeadersFrame) - Method in class io.netty.handler.codec.spdy.SpdyHeaderBlockJZlibEncoder
 
encode(ByteBufAllocator, SpdyHeadersFrame) - Method in class io.netty.handler.codec.spdy.SpdyHeaderBlockRawEncoder
 
encode(ByteBufAllocator, SpdyHeadersFrame) - Method in class io.netty.handler.codec.spdy.SpdyHeaderBlockZlibEncoder
 
encode(ByteBuf, 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, 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, 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, CharSequence) - Method in class io.netty.handler.codec.http2.HpackHuffmanEncoder
Compresses the input string literal using the Huffman coding.
encode(ByteBuf, List<Object>) - Method in class io.netty.handler.codec.http.HttpContentEncoder
 
encode(ChannelHandlerContext, byte[], List<Object>) - Method in class io.netty.handler.codec.bytes.ByteArrayEncoder
 
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.SnappyFrameEncoder
 
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, 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 HttpObject to an Http2StreamFrame.
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.extensions.compression.DeflateEncoder
 
encode(ChannelHandlerContext, WebSocketFrame, List<Object>) - Method in class io.netty.handler.codec.http.websocketx.extensions.compression.PerMessageDeflateEncoder
 
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.ByteToMessageCodec.Encoder
 
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, List<Object>) - Method in class io.netty.handler.codec.http.HttpClientCodec.Encoder
 
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.memcache.binary.BinaryMemcacheClientCodec.Encoder
 
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(DnsQuery, ByteBuf) - Method in class io.netty.handler.codec.dns.DnsQueryEncoder
Encodes the given DnsQuery into a ByteBuf.
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(StringBuilder, Cookie) - Method in class io.netty.handler.codec.http.cookie.ClientCookieEncoder
 
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
 
encode3to4(ByteBuf, int, int, ByteBuf, int, byte[]) - Static method in class io.netty.handler.codec.base64.Base64
 
encode3to4BigEndian(int, int, ByteBuf, int, byte[]) - Static method in class io.netty.handler.codec.base64.Base64
 
encode3to4LittleEndian(int, int, ByteBuf, int, byte[]) - Static method in class io.netty.handler.codec.base64.Base64
 
encodeAddress(Socks5AddressType, String, ByteBuf) - Method in interface io.netty.handler.codec.socksx.v5.Socks5AddressEncoder
Encodes a SOCKS5 address.
encodeAndAddEntries(ByteBuf, CharSequence, int, CharSequence, int) - Method in class io.netty.handler.codec.http2.HpackEncoder
 
encodeAndRetain(Object) - Static method in class io.netty.handler.codec.memcache.AbstractMemcacheObjectEncoder
Encode the content, depending on the object type.
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.
encodeAttribute(String, Charset) - Method in class io.netty.handler.codec.http.multipart.HttpPostRequestEncoder
Encode one attribute
encodeAuthMethodRequest(Socks5InitialRequest, ByteBuf) - Static method in class io.netty.handler.codec.socksx.v5.Socks5ClientEncoder
 
encodeAuthMethodResponse(Socks5InitialResponse, ByteBuf) - Static method in class io.netty.handler.codec.socksx.v5.Socks5ServerEncoder
 
encodeByteBufAndTrailers(int, ChannelHandlerContext, List<Object>, ByteBuf, HttpHeaders) - Method in class io.netty.handler.codec.http.HttpObjectEncoder
 
encodeByteBufContent(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.http.HttpObjectEncoder
 
encodeByteBufHttpContent(int, ChannelHandlerContext, ByteBuf, ByteBuf, HttpHeaders, List<Object>) - Method in class io.netty.handler.codec.http.HttpObjectEncoder
 
encodeChunkedHttpContent(ChannelHandlerContext, ByteBuf, HttpHeaders, List<Object>) - Method in class io.netty.handler.codec.http.HttpObjectEncoder
 
encodeCommandRequest(Socks5CommandRequest, ByteBuf) - Method in class io.netty.handler.codec.socksx.v5.Socks5ClientEncoder
 
encodeCommandResponse(Socks5CommandResponse, ByteBuf) - Method in class io.netty.handler.codec.socksx.v5.Socks5ServerEncoder
 
encodeComponent(CharSequence) - Method in class io.netty.handler.codec.http.QueryStringEncoder
 
encodeConnAckMessage(ChannelHandlerContext, MqttConnAckMessage) - Static method in class io.netty.handler.codec.mqtt.MqttEncoder
 
encodeConnectMessage(ChannelHandlerContext, MqttConnectMessage) - Static method in class io.netty.handler.codec.mqtt.MqttEncoder
 
encodeContent(HttpContent, List<Object>) - Method in class io.netty.handler.codec.http.HttpContentEncoder
 
encodeContent(StompContentSubframe, ChannelHandlerContext) - Static method in class io.netty.handler.codec.stomp.StompSubframeEncoder
 
encodeContentNonChunk(List<Object>, ByteBuf, ByteBuf) - Static method in class io.netty.handler.codec.http.HttpObjectEncoder
 
encodeCopy(ByteBuf, int, int) - Static method in class io.netty.handler.codec.compression.Snappy
Encodes a series of copies, each at most 64 bytes in length.
encodeCopyWithOffset(ByteBuf, int, int) - Static method in class io.netty.handler.codec.compression.Snappy
 
encodeDataFrame(ByteBufAllocator, int, boolean, ByteBuf) - Method in class io.netty.handler.codec.spdy.SpdyFrameEncoder
 
encodedBufferSize(int, boolean) - Static method in class io.netty.handler.codec.base64.Base64
 
encodedChunkedFileRegionContent(ChannelHandlerContext, FileRegion, List<Object>) - Static method in class io.netty.handler.codec.http.HttpObjectEncoder
 
encodedLengthProcessor - Variable in class io.netty.handler.codec.http2.HpackHuffmanEncoder
 
EncodedLengthProcessor() - Constructor for class io.netty.handler.codec.http2.HpackHuffmanEncoder.EncodedLengthProcessor
 
encodeDnsResponse(DnsRecordEncoder, DnsResponse, ByteBuf) - Static method in class io.netty.handler.codec.dns.DnsMessageUtil
 
encodeDomainName(String, ByteBuf) - Static method in class io.netty.handler.codec.dns.DnsCodecUtil
 
encodeEmptyLastHttpContent(int, List<Object>) - Static method in class io.netty.handler.codec.http.HttpObjectEncoder
 
encodeExtras(ByteBuf, ByteBuf) - Static method in class io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheEncoder
Encode the extras.
encodeFileRegionContent(ChannelHandlerContext, FileRegion, List<Object>) - Method in class io.netty.handler.codec.http.HttpObjectEncoder
 
encodeFullFrame(StompFrame, ChannelHandlerContext) - Method in class io.netty.handler.codec.stomp.StompSubframeEncoder
 
encodeFullHttpMessage(ChannelHandlerContext, Object, List<Object>) - Method in class io.netty.handler.codec.http.HttpObjectEncoder
 
encodeFullResponse(HttpResponse, HttpContent, List<Object>) - Method in class io.netty.handler.codec.http.HttpContentEncoder
 
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, CharSequence, CharSequence, boolean, long) - Method in class io.netty.handler.codec.http2.HpackEncoder
Encode the header field into the header block.
encodeHeader(ByteBuf, M) - Method in class io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheEncoder
Encode the header.
encodeHeader(DnsQuery, ByteBuf) - Static method in class io.netty.handler.codec.dns.DnsQueryEncoder
Encodes the header that is always 12 bytes long.
encodeHeader(DnsResponse, ByteBuf) - Static method in class io.netty.handler.codec.dns.DnsMessageUtil
Encodes the header that is always 12 bytes long.
encodeHeaders(int, ByteBuf, Http2Headers, Http2HeadersEncoder.SensitivityDetector) - Method in class io.netty.handler.codec.http2.HpackEncoder
Encode the header field into the header block.
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 HttpHeaders into a ByteBuf.
encodeHeaders(StompHeadersSubframe, ByteBuf) - Static method in class io.netty.handler.codec.stomp.StompSubframeEncoder
 
encodeHeadersEnforceMaxHeaderListSize(int, ByteBuf, Http2Headers, Http2HeadersEncoder.SensitivityDetector) - Method in class io.netty.handler.codec.http2.HpackEncoder
 
encodeHeadersFrame(ByteBufAllocator, int, boolean, ByteBuf) - Method in class io.netty.handler.codec.spdy.SpdyFrameEncoder
 
encodeHeadersIgnoreMaxHeaderListSize(ByteBuf, Http2Headers, Http2HeadersEncoder.SensitivityDetector) - Method in class io.netty.handler.codec.http2.HpackEncoder
 
encodeHttpContent(ChannelHandlerContext, HttpContent, List<Object>) - Method in class io.netty.handler.codec.http.HttpObjectEncoder
 
encodeHttpMessageLastContent(ChannelHandlerContext, H, List<Object>) - Method in class io.netty.handler.codec.http.HttpObjectEncoder
 
encodeHttpMessageNotLastContent(ChannelHandlerContext, H, List<Object>) - Method in class io.netty.handler.codec.http.HttpObjectEncoder
 
encodeInitHttpMessage(ChannelHandlerContext, H) - Method in class io.netty.handler.codec.http.HttpObjectEncoder
 
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
 
encodeInteger(ByteBuf, int, int, int) - Static method in class io.netty.handler.codec.http2.HpackEncoder
Encode integer according to Section 5.1.
encodeInteger(ByteBuf, int, int, long) - Static method in class io.netty.handler.codec.http2.HpackEncoder
Encode integer according to Section 5.1.
encodeJustHttpMessage(ChannelHandlerContext, H, List<Object>) - Method in class io.netty.handler.codec.http.HttpObjectEncoder
 
encodeKey(ByteBuf, ByteBuf) - Static method in class io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheEncoder
Encode the key.
encodeLastContent(LastHttpContent, List<Object>) - Method in class io.netty.handler.codec.http2.Http2StreamFrameToHttpObjectCodec
 
encodeLastHttpContent(ChannelHandlerContext, LastHttpContent, List<Object>) - Method in class io.netty.handler.codec.http.HttpObjectEncoder
 
encodeLiteral(ByteBuf, ByteBuf, int) - Static method in class io.netty.handler.codec.compression.Snappy
Writes a literal to the supplied output buffer by directly copying from the input buffer.
encodeLiteral(ByteBuf, CharSequence, CharSequence, HpackUtil.IndexType, int) - Method in class io.netty.handler.codec.http2.HpackEncoder
Encode literal header field according to Section 6.2.
encodeMessage(ChannelHandlerContext, M) - Method in class io.netty.handler.codec.memcache.AbstractMemcacheObjectEncoder
Take the given MemcacheMessage and encode it into a writable ByteBuf.
encodeMessage(ChannelHandlerContext, M) - Method in class io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheEncoder
 
encodeMessageWithOnlySingleByteFixedHeader(ByteBufAllocator, MqttMessage) - Static method in class io.netty.handler.codec.mqtt.MqttEncoder
 
encodeMessageWithOnlySingleByteFixedHeaderAndMessageId(ByteBufAllocator, MqttMessage) - Static method in class io.netty.handler.codec.mqtt.MqttEncoder
 
encodeName(String, ByteBuf) - Method in class io.netty.handler.codec.dns.DefaultDnsRecordEncoder
 
encodeNextChunkMultipart(int) - Method in class io.netty.handler.codec.http.multipart.HttpPostRequestEncoder
From the current context (currentBuffer and currentData), returns the next HttpChunk (if possible) trying to get sizeleft bytes more into the currentBuffer.
encodeNextChunkUrlEncoded(int) - Method in class io.netty.handler.codec.http.multipart.HttpPostRequestEncoder
From the current context (currentBuffer and currentData), returns the next HttpChunk (if possible) trying to get sizeleft bytes more into the currentBuffer.
encodeNonUtf8Component(CharSequence) - Method in class io.netty.handler.codec.http.QueryStringEncoder
Encode the String as per RFC 3986, Section 2.
encodeNotHttpMessageContentTypes(ChannelHandlerContext, Object, List<Object>) - Method in class io.netty.handler.codec.http.HttpObjectEncoder
 
encodeOptEcsRecord(DnsOptEcsRecord, ByteBuf) - Method in class io.netty.handler.codec.dns.DefaultDnsRecordEncoder
 
encodeOptPseudoRecord(DnsOptPseudoRecord, ByteBuf) - Method in class io.netty.handler.codec.dns.DefaultDnsRecordEncoder
 
encodePasswordAuthRequest(Socks5PasswordAuthRequest, ByteBuf) - Static method in class io.netty.handler.codec.socksx.v5.Socks5ClientEncoder
 
encodePasswordAuthResponse(Socks5PasswordAuthResponse, ByteBuf) - Static method in class io.netty.handler.codec.socksx.v5.Socks5ServerEncoder
 
encodePingFrame(ByteBufAllocator, int) - Method in class io.netty.handler.codec.spdy.SpdyFrameEncoder
 
encodeProcessor - Variable in class io.netty.handler.codec.http2.HpackHuffmanEncoder
 
EncodeProcessor() - Constructor for class io.netty.handler.codec.http2.HpackHuffmanEncoder.EncodeProcessor
 
encodeProperties(ByteBufAllocator, MqttProperties) - Static method in class io.netty.handler.codec.mqtt.MqttEncoder
 
encodePropertiesIfNeeded(MqttVersion, ByteBufAllocator, MqttProperties) - Static method in class io.netty.handler.codec.mqtt.MqttEncoder
 
encodePtrRecord(DnsPtrRecord, ByteBuf) - Method in class io.netty.handler.codec.dns.DefaultDnsRecordEncoder
 
encodePublishMessage(ChannelHandlerContext, MqttPublishMessage) - Static method in class io.netty.handler.codec.mqtt.MqttEncoder
 
encodePubReplyMessage(ChannelHandlerContext, MqttMessage) - Static method in class io.netty.handler.codec.mqtt.MqttEncoder
 
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.
encodeQuestions(DnsQuery, ByteBuf) - Method in class io.netty.handler.codec.dns.DnsQueryEncoder
 
encodeQuestions(DnsRecordEncoder, DnsResponse, ByteBuf) - Static method in class io.netty.handler.codec.dns.DnsMessageUtil
 
encoder - Variable in class io.netty.handler.codec.ByteToMessageCodec
 
encoder - Variable in class io.netty.handler.codec.DatagramPacketEncoder
 
encoder - Variable in class io.netty.handler.codec.dns.DatagramDnsQueryEncoder
 
encoder - Variable in class io.netty.handler.codec.dns.TcpDnsQueryEncoder
 
encoder - Variable in class io.netty.handler.codec.dns.TcpDnsResponseEncoder
 
encoder - Variable in class io.netty.handler.codec.http.HttpContentEncoder
 
encoder - Variable in class io.netty.handler.codec.http.websocketx.extensions.compression.DeflateEncoder
 
encoder - Variable in class io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
 
encoder - Variable in class io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder
 
encoder - Variable in class io.netty.handler.codec.http2.Http2ConnectionHandler
 
encoder - Variable in class io.netty.handler.codec.MessageToMessageCodec
 
encoder() - Method in class io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
Returns the Http2ConnectionEncoder to 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 CharsetEncoder for the specified Charset.
encoder(Charset, CodingErrorAction) - Static method in class io.netty.util.CharsetUtil
Returns a new CharsetEncoder for the Charset with the specified error action.
encoder(Charset, CodingErrorAction, CodingErrorAction) - Static method in class io.netty.util.CharsetUtil
Returns a new CharsetEncoder for the Charset with specified error actions.
Encoder() - Constructor for class io.netty.handler.codec.http.HttpClientCodec.Encoder
 
Encoder() - Constructor for class io.netty.handler.codec.memcache.binary.BinaryMemcacheClientCodec.Encoder
 
Encoder(boolean) - Constructor for class io.netty.handler.codec.ByteToMessageCodec.Encoder
 
encodeRawRecord(DnsRawRecord, ByteBuf) - Method in class io.netty.handler.codec.dns.DefaultDnsRecordEncoder
 
encodeReasonCodePlusPropertiesMessage(ChannelHandlerContext, MqttMessage) - Static method in class io.netty.handler.codec.mqtt.MqttEncoder
 
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.
encodeRecord0(DnsRecord, ByteBuf) - Method in class io.netty.handler.codec.dns.DefaultDnsRecordEncoder
 
encodeRecords(DnsQuery, DnsSection, ByteBuf) - Method in class io.netty.handler.codec.dns.DnsQueryEncoder
 
encodeRecords(DnsRecordEncoder, DnsResponse, DnsSection, ByteBuf) - Static method in class io.netty.handler.codec.dns.DnsMessageUtil
 
encoderEnforceMaxConcurrentStreams - Variable in class io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
 
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.
 
EncoderException - Exception in io.netty.handler.codec
An CodecException which 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 WebSocketExtensionEncoder encoder.
encoderHeader(CharSequence, CharSequence, ByteBuf) - Static method in class io.netty.handler.codec.http.HttpHeadersEncoder
 
encoderIgnoreMaxHeaderListSize - Variable in class io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
 
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.
 
encoderMaxDynamicTableSize - Variable in class io.netty.handler.codec.http2.HpackDecoder
 
encoderMode - Variable in class io.netty.handler.codec.http.multipart.HttpPostRequestEncoder
 
EncoderMode() - Constructor for enum io.netty.handler.codec.http.multipart.HttpPostRequestEncoder.EncoderMode
 
encoderName - Variable in class io.netty.handler.proxy.Socks4ProxyHandler
 
encoderName - Variable in class io.netty.handler.proxy.Socks5ProxyHandler
 
encodeRstStreamFrame(ByteBufAllocator, int, int) - Method in class io.netty.handler.codec.spdy.SpdyFrameEncoder
 
EncoderUtil - Class in io.netty.handler.codec.compression
 
EncoderUtil() - Constructor for class io.netty.handler.codec.compression.EncoderUtil
 
encodeSettingsFrame(ByteBufAllocator, SpdySettingsFrame) - Method in class io.netty.handler.codec.spdy.SpdyFrameEncoder
 
encodeSlowPath(ByteBuf, CharSequence) - Method in class io.netty.handler.codec.http2.HpackHuffmanEncoder
 
encodeSome(ByteBuf, ByteBuf) - Method in class io.netty.handler.codec.compression.JdkZlibEncoder
 
encodeString(ByteBufAllocator, CharBuffer, Charset) - Static method in class io.netty.buffer.ByteBufUtil
Encode the given CharBuffer using the given Charset into a new ByteBuf which is allocated via the ByteBufAllocator.
encodeString(ByteBufAllocator, CharBuffer, Charset, int) - Static method in class io.netty.buffer.ByteBufUtil
Encode the given CharBuffer using the given Charset into a new ByteBuf which is allocated via the ByteBufAllocator.
encodeString0(ByteBufAllocator, boolean, CharBuffer, Charset, int) - Static method in class io.netty.buffer.ByteBufUtil
 
encodeStringLiteral(ByteBuf, CharSequence) - Method in class io.netty.handler.codec.http2.HpackEncoder
Encode string literal according to Section 5.2.
encodeSubAckMessage(ChannelHandlerContext, MqttSubAckMessage) - Static method in class io.netty.handler.codec.mqtt.MqttEncoder
 
encodeSubscribeMessage(ChannelHandlerContext, MqttSubscribeMessage) - Static method in class io.netty.handler.codec.mqtt.MqttEncoder
 
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
 
encodeTlv(HAProxyTLV, ByteBuf) - Static method in class io.netty.handler.codec.haproxy.HAProxyMessageEncoder
 
encodeTlvs(List<HAProxyTLV>, ByteBuf) - Static method in class io.netty.handler.codec.haproxy.HAProxyMessageEncoder
 
encodeTrailingHeaders(ChannelHandlerContext, HttpHeaders, List<Object>) - Method in class io.netty.handler.codec.http.HttpObjectEncoder
 
encodeUnsubAckMessage(ChannelHandlerContext, MqttUnsubAckMessage) - Static method in class io.netty.handler.codec.mqtt.MqttEncoder
 
encodeUnsubscribeMessage(ChannelHandlerContext, MqttUnsubscribeMessage) - Static method in class io.netty.handler.codec.mqtt.MqttEncoder
 
encodeUtf8Component(CharSequence) - Method in class io.netty.handler.codec.http.QueryStringEncoder
 
encodeUtf8Component(CharSequence, int, int) - Method in class io.netty.handler.codec.http.QueryStringEncoder
 
encodeUtf8ComponentSlow(CharSequence, int, int) - Method in class io.netty.handler.codec.http.QueryStringEncoder
 
encodeV1(HAProxyMessage, ByteBuf) - Static method in class io.netty.handler.codec.haproxy.HAProxyMessageEncoder
 
encodeV2(HAProxyMessage, ByteBuf) - Static method in class io.netty.handler.codec.haproxy.HAProxyMessageEncoder
 
encodeWindowUpdateFrame(ByteBufAllocator, int, int) - Method in class io.netty.handler.codec.spdy.SpdyFrameEncoder
 
end() - Method in class io.netty.handler.codec.http2.HpackHuffmanEncoder.EncodeProcessor
 
end() - Method in class io.netty.handler.codec.spdy.SpdyHeaderBlockDecoder
 
end() - Method in class io.netty.handler.codec.spdy.SpdyHeaderBlockEncoder
 
end() - Method in class io.netty.handler.codec.spdy.SpdyHeaderBlockJZlibEncoder
 
end() - Method in class io.netty.handler.codec.spdy.SpdyHeaderBlockRawDecoder
 
end() - Method in class io.netty.handler.codec.spdy.SpdyHeaderBlockRawEncoder
 
end() - Method in class io.netty.handler.codec.spdy.SpdyHeaderBlockZlibDecoder
 
end() - Method in class io.netty.handler.codec.spdy.SpdyHeaderBlockZlibEncoder
 
END_CERT - Static variable in class io.netty.handler.ssl.PemX509Certificate
 
END_HEADER_BLOCK - io.netty.handler.codec.spdy.SpdyHeaderBlockRawDecoder.State
 
END_HEADERS - Static variable in class io.netty.handler.codec.http2.Http2Flags
 
END_OF_STREAM_MAGIC_1 - Static variable in class io.netty.handler.codec.compression.Bzip2Constants
End of stream magic number.
END_OF_STREAM_MAGIC_2 - Static variable in class io.netty.handler.codec.compression.Bzip2Constants
 
END_PRIVATE_KEY - Static variable in class io.netty.handler.ssl.PemPrivateKey
 
END_STREAM - Static variable in class io.netty.handler.codec.http2.Http2Flags
 
endHeaderBlock(SpdyHeadersFrame) - Method in class io.netty.handler.codec.spdy.SpdyHeaderBlockDecoder
 
endHeaderBlock(SpdyHeadersFrame) - Method in class io.netty.handler.codec.spdy.SpdyHeaderBlockRawDecoder
 
endHeaderBlock(SpdyHeadersFrame) - Method in class io.netty.handler.codec.spdy.SpdyHeaderBlockZlibDecoder
 
endIndex - Variable in class io.netty.buffer.ByteBufInputStream
 
EndOfDataDecoderException() - Constructor for exception io.netty.handler.codec.http.multipart.HttpPostRequestDecoder.EndOfDataDecoderException
 
endOffset - Variable in class io.netty.buffer.CompositeByteBuf.Component
 
endOffset - Variable in class io.netty.buffer.FixedCompositeByteBuf.Component
 
endOffset - Variable in class io.netty.handler.stream.ChunkedFile
 
endOffset - Variable in class io.netty.handler.stream.ChunkedNioFile
 
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_HEADERS flag is set.
endOfHeaders(boolean) - Method in class io.netty.handler.codec.http2.Http2Flags
Sets the Http2Flags.END_HEADERS flag.
endOfStream - Variable in class io.netty.handler.codec.http2.DefaultHttp2ConnectionEncoder.FlowControlledBase
 
endOfStream - Variable in class io.netty.handler.codec.http2.DefaultHttp2LocalFlowController.DefaultState
 
endOfStream - Variable in class io.netty.handler.codec.http2.StreamBufferingEncoder.DataFrame
 
endOfStream - Variable in class io.netty.handler.codec.http2.StreamBufferingEncoder.HeadersFrame
 
endOfStream() - Method in class io.netty.handler.codec.http2.Http2Flags
Determines whether the Http2Flags.END_STREAM flag is set.
endOfStream(boolean) - Method in class io.netty.handler.codec.http2.DefaultHttp2LocalFlowController.DefaultState
 
endOfStream(boolean) - Method in interface io.netty.handler.codec.http2.DefaultHttp2LocalFlowController.FlowState
 
endOfStream(boolean) - Method in class io.netty.handler.codec.http2.Http2Flags
Sets the Http2Flags.END_STREAM flag.
ENDPOINT_UNAVAILABLE - Static variable in class io.netty.handler.codec.http.websocketx.WebSocketCloseStatus
 
endPointIdentificationAlgorithm - Variable in class io.netty.handler.ssl.ReferenceCountedOpenSslEngine
 
endStream - Variable in class io.netty.handler.codec.http2.DefaultHttp2DataFrame
 
endStream - Variable in class io.netty.handler.codec.http2.DefaultHttp2HeadersFrame
 
endStreamSent - Variable in class io.netty.handler.codec.http2.Http2DataChunkedInput
 
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 s ends with the char c.
enforceConstraint(String, String, Object) - Static method in class io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
 
enforceNonCodecConstraints(String) - Method in class io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
 
engine - Variable in class io.netty.handler.ssl.JdkSslEngine
 
engine - Variable in class io.netty.handler.ssl.ocsp.OcspClientHandler
 
engine - Variable in class io.netty.handler.ssl.ReferenceCountedOpenSslContext.AsyncPrivateKeyMethod.ResultCallbackListener
 
engine - Variable in class io.netty.handler.ssl.SslHandler
 
engine() - Method in class io.netty.handler.ssl.SslHandler
Returns the SSLEngine which is used by this handler.
engineGetKeyManagers() - Method in class io.netty.handler.ssl.OpenSslX509KeyManagerFactory.OpenSslKeyManagerFactorySpi
 
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.
engineGetKeyManagers() - Method in class io.netty.handler.ssl.util.SimpleKeyManagerFactory.SimpleKeyManagerFactorySpi
 
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.SimpleTrustManagerFactory.SimpleTrustManagerFactorySpi
 
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.SimpleTrustManagerFactory.SimpleTrustManagerFactorySpi
 
engineInit(KeyStore) - Method in class io.netty.handler.ssl.util.TrustManagerFactoryWrapper
 
engineInit(KeyStore, char[]) - Method in class io.netty.handler.ssl.OpenSslX509KeyManagerFactory.OpenSslKeyManagerFactorySpi
 
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(KeyStore, char[]) - Method in class io.netty.handler.ssl.util.SimpleKeyManagerFactory.SimpleKeyManagerFactorySpi
 
engineInit(ManagerFactoryParameters) - Method in class io.netty.handler.ssl.OpenSslX509KeyManagerFactory.OpenSslKeyManagerFactorySpi
 
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.SimpleKeyManagerFactory.SimpleKeyManagerFactorySpi
 
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.SimpleTrustManagerFactory.SimpleTrustManagerFactorySpi
 
engineInit(ManagerFactoryParameters) - Method in class io.netty.handler.ssl.util.TrustManagerFactoryWrapper
 
engineMap - Variable in class io.netty.handler.ssl.OpenSslSessionCache
 
engineMap - Variable in class io.netty.handler.ssl.ReferenceCountedOpenSslClientContext.OpenSslClientCertificateCallback
 
engineMap - Variable in class io.netty.handler.ssl.ReferenceCountedOpenSslContext.AbstractCertificateVerifier
 
engineMap - Variable in class io.netty.handler.ssl.ReferenceCountedOpenSslContext.AsyncPrivateKeyMethod
 
engineMap - Variable in class io.netty.handler.ssl.ReferenceCountedOpenSslContext.CompressionAlgorithm
 
engineMap - Variable in class io.netty.handler.ssl.ReferenceCountedOpenSslContext
 
engineMap - Variable in class io.netty.handler.ssl.ReferenceCountedOpenSslContext.PrivateKeyMethod
 
engineMap - Variable in class io.netty.handler.ssl.ReferenceCountedOpenSslEngine
 
engineMap - Variable in class io.netty.handler.ssl.ReferenceCountedOpenSslServerContext.OpenSslServerCertificateCallback
 
engineMap - Variable in class io.netty.handler.ssl.ReferenceCountedOpenSslServerContext.OpenSslSniHostnameMatcher
 
engines - Variable in class io.netty.handler.ssl.ReferenceCountedOpenSslContext.DefaultOpenSslEngineMap
 
engineType - Variable in class io.netty.handler.ssl.SslHandler
 
engineWrapper - Variable in class io.netty.handler.ssl.JdkBaseApplicationProtocolNegotiator.NoFailProtocolSelectionListener
 
engineWrapper - Variable in class io.netty.handler.ssl.JdkBaseApplicationProtocolNegotiator.NoFailProtocolSelector
 
ENHANCE_YOUR_CALM - io.netty.handler.codec.http2.Http2Error
 
EnhancedHandle() - Constructor for class io.netty.util.Recycler.EnhancedHandle
 
EnhancingX509ExtendedTrustManager - Class in io.netty.handler.ssl
Wraps an existing X509ExtendedTrustManager and enhances the CertificateException that is thrown because of hostname validation.
EnhancingX509ExtendedTrustManager(X509TrustManager) - Constructor for class io.netty.handler.ssl.EnhancingX509ExtendedTrustManager
 
ENOMEM - Static variable in class io.netty.handler.codec.memcache.binary.BinaryMemcacheResponseStatus
 
enqueued - Variable in class io.netty.handler.codec.http2.UniformStreamByteDistributor.State
 
enqueueFrame(DefaultHttp2RemoteFlowController.FlowState, Http2RemoteFlowController.FlowControlled) - Method in class io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController.ListenerWritabilityMonitor
 
enqueueFrame(DefaultHttp2RemoteFlowController.FlowState, Http2RemoteFlowController.FlowControlled) - Method in class io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController.WritabilityMonitor
Add a frame to be sent via flow control.
enqueueFrame(Http2RemoteFlowController.FlowControlled) - Method in class io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController.FlowState
Adds the frame to the pending queue and increments the pending byte count.
enqueueFrameWithoutMerge(Http2RemoteFlowController.FlowControlled) - Method in class io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController.FlowState
 
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
 
ensureAccessible(ByteBuf) - Static method in class io.netty.buffer.CompositeByteBuf
 
ensureAvailability() - Static method in class io.netty.channel.epoll.Epoll
Ensure that netty-transport-native-epoll is available.
ensureAvailability() - Static method in class io.netty.channel.kqueue.KQueue
Ensure that netty-transport-native-kqueue is available.
ensureAvailability() - Static method in class io.netty.channel.unix.Unix
Deprecated.
ensureAvailability() - Static method in class io.netty.handler.ssl.OpenSsl
Ensure that netty-tcnative and its OpenSSL support are available.
ensureAvailability() - Static method in class io.netty.resolver.dns.macos.MacOSDnsServerAddressStreamProvider
 
ensureBound() - Method in class io.netty.channel.socket.oio.OioDatagramChannel
Deprecated.
 
ensureBuffer(ByteBufAllocator) - Method in class io.netty.handler.codec.spdy.SpdyHeaderBlockZlibDecoder
 
ensureCapacity(long) - Method in class io.netty.handler.codec.http2.HpackEncoder
Ensure that the dynamic table has enough room to hold 'headerSize' more bytes.
ensureContent(HttpObject) - Static method in class io.netty.handler.codec.http.HttpContentEncoder
 
ensureHeaders(HttpObject) - Static method in class io.netty.handler.codec.http.HttpContentEncoder
 
ensureHostsFileEntriesAreFresh() - Method in class io.netty.resolver.DefaultHostsFileEntriesResolver
 
ensureNotSharable() - Method in class io.netty.channel.ChannelHandlerAdapter
Throws IllegalStateException if ChannelHandlerAdapter.isSharable() returns true
ensureOpen() - Method in class io.netty.channel.embedded.EmbeddedChannel
Ensure the Channel is open and if not throw an exception.
ensureOpen(ChannelPromise) - Method in class io.netty.channel.AbstractChannel.AbstractUnsafe
 
ensureSubscriptionsExist() - Method in class io.netty.handler.codec.mqtt.MqttMessageBuilders.SubscribeBuilder
 
ensureSunSslEngineAvailability() - Static method in class io.netty.handler.ssl.SslMasterKeyHandler
Ensure that SSLSessionImpl is available.
ensureThreadStarted(int) - Method in class io.netty.util.concurrent.SingleThreadEventExecutor
 
ensureWritable(int) - Method in class io.netty.buffer.AbstractByteBuf
 
ensureWritable(int) - Method in class io.netty.buffer.AdvancedLeakAwareByteBuf
 
ensureWritable(int) - Method in class io.netty.buffer.AdvancedLeakAwareCompositeByteBuf
 
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.ReadOnlyByteBufferBuf
 
ensureWritable(int) - Method in class io.netty.buffer.SwappedByteBuf
Deprecated.
 
ensureWritable(int) - Method in class io.netty.buffer.WrappedByteBuf
 
ensureWritable(int) - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
ensureWritable(int) - Method in class io.netty.handler.codec.ReplayingDecoderByteBuf
 
ensureWritable(int, boolean) - Method in class io.netty.buffer.AbstractByteBuf
 
ensureWritable(int, boolean) - Method in class io.netty.buffer.AdvancedLeakAwareByteBuf
 
ensureWritable(int, boolean) - Method in class io.netty.buffer.AdvancedLeakAwareCompositeByteBuf
 
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.ReadOnlyByteBufferBuf
 
ensureWritable(int, boolean) - Method in class io.netty.buffer.SwappedByteBuf
Deprecated.
 
ensureWritable(int, boolean) - Method in class io.netty.buffer.WrappedByteBuf
 
ensureWritable(int, boolean) - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
ensureWritable(int, boolean) - Method in class io.netty.handler.codec.ReplayingDecoderByteBuf
 
ensureWritable0(int) - Method in class io.netty.buffer.AbstractByteBuf
 
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 - Variable in class io.netty.handler.codec.DefaultHeaders
 
entries - Variable in class io.netty.resolver.dns.DefaultDnsCache.DnsCacheEntryList
 
entries - Variable in class io.netty.util.collection.ByteCollections.UnmodifiableMap
 
entries - Variable in class io.netty.util.collection.ByteObjectHashMap
 
entries - Variable in class io.netty.util.collection.CharCollections.UnmodifiableMap
 
entries - Variable in class io.netty.util.collection.CharObjectHashMap
 
entries - Variable in class io.netty.util.collection.IntCollections.UnmodifiableMap
 
entries - Variable in class io.netty.util.collection.IntObjectHashMap
 
entries - Variable in class io.netty.util.collection.LongCollections.UnmodifiableMap
 
entries - Variable in class io.netty.util.collection.LongObjectHashMap
 
entries - Variable in class io.netty.util.collection.ShortCollections.UnmodifiableMap
 
entries - Variable in class io.netty.util.collection.ShortObjectHashMap
 
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 List that contains all headers in this object.
entries() - Method in class io.netty.handler.codec.http.ReadOnlyHttpHeaders
 
entries() - Method in class io.netty.util.collection.ByteCollections.EmptyMap
 
entries() - Method in class io.netty.util.collection.ByteCollections.UnmodifiableMap
 
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.CharCollections.EmptyMap
 
entries() - Method in class io.netty.util.collection.CharCollections.UnmodifiableMap
 
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.IntCollections.EmptyMap
 
entries() - Method in class io.netty.util.collection.IntCollections.UnmodifiableMap
 
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.LongCollections.EmptyMap
 
entries() - Method in class io.netty.util.collection.LongCollections.UnmodifiableMap
 
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.ShortCollections.EmptyMap
 
entries() - Method in class io.netty.util.collection.ShortCollections.UnmodifiableMap
 
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.
Entries(String) - Constructor for class io.netty.resolver.dns.Cache.Entries
 
entry - Variable in class io.netty.handler.codec.HeadersUtils.StringEntry
 
entry - Variable in class io.netty.util.collection.ByteCollections.UnmodifiableMap.EntryImpl
 
entry - Variable in class io.netty.util.collection.CharCollections.UnmodifiableMap.EntryImpl
 
entry - Variable in class io.netty.util.collection.IntCollections.UnmodifiableMap.EntryImpl
 
entry - Variable in class io.netty.util.collection.LongCollections.UnmodifiableMap.EntryImpl
 
entry - Variable in class io.netty.util.collection.ShortCollections.UnmodifiableMap.EntryImpl
 
Entry(ObjectPool.Handle<PoolThreadCache.MemoryRegionCache.Entry<?>>) - Constructor for class io.netty.buffer.PoolThreadCache.MemoryRegionCache.Entry
 
Entry(ObjectPool.Handle<ChannelOutboundBuffer.Entry>) - Constructor for class io.netty.channel.ChannelOutboundBuffer.Entry
 
Entry(Thread, Runnable, boolean) - Constructor for class io.netty.util.ThreadDeathWatcher.Entry
Deprecated.
 
EntryImpl(ByteObjectMap.PrimitiveEntry<V>) - Constructor for class io.netty.util.collection.ByteCollections.UnmodifiableMap.EntryImpl
 
EntryImpl(CharObjectMap.PrimitiveEntry<V>) - Constructor for class io.netty.util.collection.CharCollections.UnmodifiableMap.EntryImpl
 
EntryImpl(IntObjectMap.PrimitiveEntry<V>) - Constructor for class io.netty.util.collection.IntCollections.UnmodifiableMap.EntryImpl
 
EntryImpl(LongObjectMap.PrimitiveEntry<V>) - Constructor for class io.netty.util.collection.LongCollections.UnmodifiableMap.EntryImpl
 
EntryImpl(ShortObjectMap.PrimitiveEntry<V>) - Constructor for class io.netty.util.collection.ShortCollections.UnmodifiableMap.EntryImpl
 
entryIndex - Variable in class io.netty.util.collection.ByteObjectHashMap.MapEntry
 
entryIndex - Variable in class io.netty.util.collection.ByteObjectHashMap.PrimitiveIterator
 
entryIndex - Variable in class io.netty.util.collection.CharObjectHashMap.MapEntry
 
entryIndex - Variable in class io.netty.util.collection.CharObjectHashMap.PrimitiveIterator
 
entryIndex - Variable in class io.netty.util.collection.IntObjectHashMap.MapEntry
 
entryIndex - Variable in class io.netty.util.collection.IntObjectHashMap.PrimitiveIterator
 
entryIndex - Variable in class io.netty.util.collection.LongObjectHashMap.MapEntry
 
entryIndex - Variable in class io.netty.util.collection.LongObjectHashMap.PrimitiveIterator
 
entryIndex - Variable in class io.netty.util.collection.ShortObjectHashMap.MapEntry
 
entryIndex - Variable in class io.netty.util.collection.ShortObjectHashMap.PrimitiveIterator
 
entrySet - Variable in class io.netty.util.collection.ByteCollections.UnmodifiableMap
 
entrySet - Variable in class io.netty.util.collection.ByteObjectHashMap
 
entrySet - Variable in class io.netty.util.collection.CharCollections.UnmodifiableMap
 
entrySet - Variable in class io.netty.util.collection.CharObjectHashMap
 
entrySet - Variable in class io.netty.util.collection.IntCollections.UnmodifiableMap
 
entrySet - Variable in class io.netty.util.collection.IntObjectHashMap
 
entrySet - Variable in class io.netty.util.collection.LongCollections.UnmodifiableMap
 
entrySet - Variable in class io.netty.util.collection.LongObjectHashMap
 
entrySet - Variable in class io.netty.util.collection.ShortCollections.UnmodifiableMap
 
entrySet - Variable in class io.netty.util.collection.ShortObjectHashMap
 
entrySet() - Method in class io.netty.handler.codec.serialization.ReferenceMap
 
entrySet() - Method in class io.netty.util.collection.ByteCollections.EmptyMap
 
entrySet() - Method in class io.netty.util.collection.ByteCollections.UnmodifiableMap
 
entrySet() - Method in class io.netty.util.collection.ByteObjectHashMap
 
entrySet() - Method in class io.netty.util.collection.CharCollections.EmptyMap
 
entrySet() - Method in class io.netty.util.collection.CharCollections.UnmodifiableMap
 
entrySet() - Method in class io.netty.util.collection.CharObjectHashMap
 
entrySet() - Method in class io.netty.util.collection.IntCollections.EmptyMap
 
entrySet() - Method in class io.netty.util.collection.IntCollections.UnmodifiableMap
 
entrySet() - Method in class io.netty.util.collection.IntObjectHashMap
 
entrySet() - Method in class io.netty.util.collection.LongCollections.EmptyMap
 
entrySet() - Method in class io.netty.util.collection.LongCollections.UnmodifiableMap
 
entrySet() - Method in class io.netty.util.collection.LongObjectHashMap
 
entrySet() - Method in class io.netty.util.collection.ShortCollections.EmptyMap
 
entrySet() - Method in class io.netty.util.collection.ShortCollections.UnmodifiableMap
 
entrySet() - Method in class io.netty.util.collection.ShortObjectHashMap
 
EntrySet() - Constructor for class io.netty.util.collection.ByteObjectHashMap.EntrySet
 
EntrySet() - Constructor for class io.netty.util.collection.CharObjectHashMap.EntrySet
 
EntrySet() - Constructor for class io.netty.util.collection.IntObjectHashMap.EntrySet
 
EntrySet() - Constructor for class io.netty.util.collection.LongObjectHashMap.EntrySet
 
EntrySet() - Constructor for class io.netty.util.collection.ShortObjectHashMap.EntrySet
 
EnumNameMap(HttpMethod.EnumNameMap.Node<T>...) - Constructor for class io.netty.handler.codec.http.HttpMethod.EnumNameMap
 
EOF - io.netty.handler.codec.compression.Bzip2Decoder.State
 
EOL_LENGTH - Static variable in class io.netty.handler.codec.redis.RedisConstants
 
EOL_SHORT - Static variable in class io.netty.handler.codec.redis.RedisConstants
 
EPILOGUE - io.netty.handler.codec.http.multipart.HttpPostRequestDecoder.MultiPartStatus
 
Epoll - Class in io.netty.channel.epoll
Tells if netty-transport-native-epoll is supported.
Epoll() - Constructor for class io.netty.channel.epoll.Epoll
 
EPOLL_DATA_OFFSET - Static variable in class io.netty.channel.epoll.EpollEventArray
 
EPOLL_EVENT_SIZE - Static variable in class io.netty.channel.epoll.EpollEventArray
 
EPOLL_MODE - Static variable in class io.netty.channel.epoll.EpollChannelOption
 
EPOLL_WAIT_MILLIS_THRESHOLD - Static variable in class io.netty.channel.epoll.EpollEventLoop
 
epollBusyWait() - Method in class io.netty.channel.epoll.EpollEventLoop
 
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.
epollBusyWait0(int, long, int) - Static method in class io.netty.channel.epoll.Native
 
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
 
EpollChannelOption() - Constructor for class io.netty.channel.epoll.EpollChannelOption
 
epollCreate() - Static method in class io.netty.channel.epoll.Native
 
epollCtlAdd(int, int, int) - Static method in class io.netty.channel.epoll.Native
 
epollCtlAdd0(int, int, int) - Static method in class io.netty.channel.epoll.Native
 
epollCtlDel(int, int) - Static method in class io.netty.channel.epoll.Native
 
epollCtlDel0(int, int) - Static method in class io.netty.channel.epoll.Native
 
epollCtlMod(int, int, int) - Static method in class io.netty.channel.epoll.Native
 
epollCtlMod0(int, int, int) - Static method in class io.netty.channel.epoll.Native
 
EpollDatagramChannel - Class in io.netty.channel.epoll
DatagramChannel implementation 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 InternetProtocolFamily to 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 InternetProtocolFamily to use depending on the Operation Systems default which will be chosen.
EpollDatagramChannel(LinuxSocket, boolean) - Constructor for class io.netty.channel.epoll.EpollDatagramChannel
 
EpollDatagramChannel(InternetProtocolFamily) - Constructor for class io.netty.channel.epoll.EpollDatagramChannel
Create a new instance using the given InternetProtocolFamily.
EpollDatagramChannel.EpollDatagramChannelUnsafe - Class in io.netty.channel.epoll
 
EpollDatagramChannelConfig - Class in io.netty.channel.epoll
 
EpollDatagramChannelConfig(EpollDatagramChannel) - Constructor for class io.netty.channel.epoll.EpollDatagramChannelConfig
 
EpollDatagramChannelUnsafe() - Constructor for class io.netty.channel.epoll.EpollDatagramChannel.EpollDatagramChannelUnsafe
 
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
 
EpollDomainDatagramChannel(LinuxSocket, boolean) - Constructor for class io.netty.channel.epoll.EpollDomainDatagramChannel
 
EpollDomainDatagramChannel.EpollDomainDatagramChannelUnsafe - Class in io.netty.channel.epoll
 
EpollDomainDatagramChannelConfig - Class in io.netty.channel.epoll
 
EpollDomainDatagramChannelConfig(EpollDomainDatagramChannel) - Constructor for class io.netty.channel.epoll.EpollDomainDatagramChannelConfig
 
EpollDomainDatagramChannelUnsafe() - Constructor for class io.netty.channel.epoll.EpollDomainDatagramChannel.EpollDomainDatagramChannelUnsafe
 
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
 
EpollDomainSocketChannel(Channel, FileDescriptor) - Constructor for class io.netty.channel.epoll.EpollDomainSocketChannel
 
EpollDomainSocketChannel.EpollDomainUnsafe - Class in io.netty.channel.epoll
 
EpollDomainSocketChannelConfig - Class in io.netty.channel.epoll
 
EpollDomainSocketChannelConfig(AbstractEpollChannel) - Constructor for class io.netty.channel.epoll.EpollDomainSocketChannelConfig
 
EpollDomainUnsafe() - Constructor for class io.netty.channel.epoll.EpollDomainSocketChannel.EpollDomainUnsafe
 
epollerr() - Static method in class io.netty.channel.epoll.NativeStaticallyReferencedJniMethods
 
EPOLLERR - Static variable in class io.netty.channel.epoll.Native
 
epollet() - Static method in class io.netty.channel.epoll.NativeStaticallyReferencedJniMethods
 
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.
EpollEventArray(int) - Constructor for class io.netty.channel.epoll.EpollEventArray
 
EpollEventLoop - Class in io.netty.channel.epoll
EventLoop which uses epoll under the covers.
EpollEventLoop(EventLoopGroup, Executor, int, SelectStrategy, RejectedExecutionHandler, EventLoopTaskQueueFactory, EventLoopTaskQueueFactory) - Constructor for class io.netty.channel.epoll.EpollEventLoop
 
EpollEventLoopGroup - Class in io.netty.channel.epoll
EventLoopGroup which uses epoll under the covers.
EpollEventLoopGroup() - Constructor for class io.netty.channel.epoll.EpollEventLoopGroup
Create a new instance using the default number of threads and the default ThreadFactory.
EpollEventLoopGroup(int) - Constructor for class io.netty.channel.epoll.EpollEventLoopGroup
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
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
 
EpollEventLoopGroup(int, Executor, SelectStrategyFactory) - Constructor for class io.netty.channel.epoll.EpollEventLoopGroup
 
EpollEventLoopGroup(int, Executor, EventExecutorChooserFactory, SelectStrategyFactory) - Constructor for class io.netty.channel.epoll.EpollEventLoopGroup
 
EpollEventLoopGroup(int, Executor, EventExecutorChooserFactory, SelectStrategyFactory, RejectedExecutionHandler) - Constructor for class io.netty.channel.epoll.EpollEventLoopGroup
 
EpollEventLoopGroup(int, Executor, EventExecutorChooserFactory, SelectStrategyFactory, RejectedExecutionHandler, EventLoopTaskQueueFactory) - Constructor for class io.netty.channel.epoll.EpollEventLoopGroup
 
EpollEventLoopGroup(int, Executor, EventExecutorChooserFactory, SelectStrategyFactory, RejectedExecutionHandler, EventLoopTaskQueueFactory, EventLoopTaskQueueFactory) - Constructor for class io.netty.channel.epoll.EpollEventLoopGroup
 
EpollEventLoopGroup(int, ThreadFactory) - Constructor for class io.netty.channel.epoll.EpollEventLoopGroup
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
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
Create a new instance using the specified number of threads and the given ThreadFactory.
EpollEventLoopGroup(ThreadFactory) - Constructor for class io.netty.channel.epoll.EpollEventLoopGroup
Create a new instance using the default number of threads and the given ThreadFactory.
epollFd - Variable in class io.netty.channel.epoll.EpollEventLoop
 
epollin() - Static method in class io.netty.channel.epoll.NativeStaticallyReferencedJniMethods
 
EPOLLIN - Static variable in class io.netty.channel.epoll.Native
 
epollInBefore() - Method in class io.netty.channel.epoll.AbstractEpollChannel.AbstractEpollUnsafe
 
epollInFinally(ChannelConfig) - Method in class io.netty.channel.epoll.AbstractEpollChannel.AbstractEpollUnsafe
 
epollInReadFd() - Method in class io.netty.channel.epoll.EpollDomainSocketChannel.EpollDomainUnsafe
 
epollInReady() - Method in class io.netty.channel.epoll.AbstractEpollChannel.AbstractEpollUnsafe
Called once EPOLLIN event is ready to be processed
epollInReady() - Method in class io.netty.channel.epoll.AbstractEpollServerChannel.EpollServerSocketUnsafe
 
epollInReady() - Method in class io.netty.channel.epoll.AbstractEpollStreamChannel.EpollStreamUnsafe
 
epollInReady() - Method in class io.netty.channel.epoll.EpollDatagramChannel.EpollDatagramChannelUnsafe
 
epollInReady() - Method in class io.netty.channel.epoll.EpollDomainDatagramChannel.EpollDomainDatagramChannelUnsafe
 
epollInReady() - Method in class io.netty.channel.epoll.EpollDomainSocketChannel.EpollDomainUnsafe
 
epollInReadyRunnable - Variable in class io.netty.channel.epoll.AbstractEpollChannel.AbstractEpollUnsafe
 
epollInReadyRunnablePending - Variable in class io.netty.channel.epoll.AbstractEpollChannel
 
EpollMode - Enum in io.netty.channel.epoll
The epoll mode to use.
EpollMode() - Constructor for enum io.netty.channel.epoll.EpollMode
 
epollout() - Static method in class io.netty.channel.epoll.NativeStaticallyReferencedJniMethods
 
EPOLLOUT - Static variable in class io.netty.channel.epoll.Native
 
epollOutReady() - Method in class io.netty.channel.epoll.AbstractEpollChannel.AbstractEpollUnsafe
Called once a EPOLLOUT event is ready to be processed
epollrdhup() - Static method in class io.netty.channel.epoll.NativeStaticallyReferencedJniMethods
 
EPOLLRDHUP - Static variable in class io.netty.channel.epoll.Native
 
epollRdHupReady() - Method in class io.netty.channel.epoll.AbstractEpollChannel.AbstractEpollUnsafe
Called once EPOLLRDHUP event is ready to be processed
epollReady(long) - Static method in class io.netty.channel.epoll.Native
 
EpollRecvByteAllocatorHandle - Class in io.netty.channel.epoll
 
EpollRecvByteAllocatorHandle(RecvByteBufAllocator.ExtendedHandle) - Constructor for class io.netty.channel.epoll.EpollRecvByteAllocatorHandle
 
EpollRecvByteAllocatorStreamingHandle - Class in io.netty.channel.epoll
 
EpollRecvByteAllocatorStreamingHandle(RecvByteBufAllocator.ExtendedHandle) - Constructor for class io.netty.channel.epoll.EpollRecvByteAllocatorStreamingHandle
 
EpollServerChannelConfig - Class in io.netty.channel.epoll
 
EpollServerChannelConfig(AbstractEpollChannel) - Constructor for class io.netty.channel.epoll.EpollServerChannelConfig
 
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(LinuxSocket) - Constructor for class io.netty.channel.epoll.EpollServerDomainSocketChannel
 
EpollServerDomainSocketChannel(LinuxSocket, boolean) - Constructor for class io.netty.channel.epoll.EpollServerDomainSocketChannel
 
EpollServerSocketChannel - Class in io.netty.channel.epoll
ServerSocketChannel implementation 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(LinuxSocket) - Constructor for class io.netty.channel.epoll.EpollServerSocketChannel
 
EpollServerSocketChannel(LinuxSocket, boolean) - Constructor for class io.netty.channel.epoll.EpollServerSocketChannel
 
EpollServerSocketChannel(InternetProtocolFamily) - Constructor for class io.netty.channel.epoll.EpollServerSocketChannel
 
EpollServerSocketChannelConfig - Class in io.netty.channel.epoll
 
EpollServerSocketChannelConfig(EpollServerSocketChannel) - Constructor for class io.netty.channel.epoll.EpollServerSocketChannelConfig
 
EpollServerSocketUnsafe() - Constructor for class io.netty.channel.epoll.AbstractEpollServerChannel.EpollServerSocketUnsafe
 
EpollSocketChannel - Class in io.netty.channel.epoll
SocketChannel implementation 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(Channel, LinuxSocket, InetSocketAddress) - Constructor for class io.netty.channel.epoll.EpollSocketChannel
 
EpollSocketChannel(LinuxSocket, boolean) - Constructor for class io.netty.channel.epoll.EpollSocketChannel
 
EpollSocketChannel(InternetProtocolFamily) - Constructor for class io.netty.channel.epoll.EpollSocketChannel
 
EpollSocketChannel.EpollSocketChannelUnsafe - Class in io.netty.channel.epoll
 
EpollSocketChannelConfig - Class in io.netty.channel.epoll
 
EpollSocketChannelConfig(EpollSocketChannel) - Constructor for class io.netty.channel.epoll.EpollSocketChannelConfig
Creates a new instance.
EpollSocketChannelUnsafe() - Constructor for class io.netty.channel.epoll.EpollSocketChannel.EpollSocketChannelUnsafe
 
EpollSocketWritableByteChannel() - Constructor for class io.netty.channel.epoll.AbstractEpollStreamChannel.EpollSocketWritableByteChannel
 
EpollStreamUnsafe() - Constructor for class io.netty.channel.epoll.AbstractEpollStreamChannel.EpollStreamUnsafe
 
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
 
epollTimerWasUsed(long) - Static method in class io.netty.channel.epoll.Native
 
epollWait(int, long, int, int) - Static method in class io.netty.channel.epoll.Native
 
epollWait(long) - Method in class io.netty.channel.epoll.EpollEventLoop
 
epollWait(FileDescriptor, EpollEventArray, boolean) - Static method in class io.netty.channel.epoll.Native
 
epollWait(FileDescriptor, EpollEventArray, int) - Static method in class io.netty.channel.epoll.Native
This uses epoll's own timeout and does not reset/re-arm any timerfd
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.
epollWait(FileDescriptor, EpollEventArray, FileDescriptor, int, int, long) - Static method in class io.netty.channel.epoll.Native
 
epollWait0(int, long, int, int, int, int, long) - Static method in class io.netty.channel.epoll.Native
 
epollWaitNoTimerChange() - Method in class io.netty.channel.epoll.EpollEventLoop
 
epollWaitNow() - Method in class io.netty.channel.epoll.EpollEventLoop
 
epollWaitTimeboxed() - Method in class io.netty.channel.epoll.EpollEventLoop
 
equals(byte[], int, byte[], int, int) - Static method in class io.netty.util.internal.PlatformDependent
Compare two byte arrays for equality.
equals(byte[], int, byte[], int, int) - Static method in class io.netty.util.internal.PlatformDependent0
 
equals(char, char) - Method in class io.netty.util.AsciiString.AsciiCaseInsensitiveCharEqualityComparator
 
equals(char, char) - Method in interface io.netty.util.AsciiString.CharEqualityComparator
 
equals(char, char) - Method in class io.netty.util.AsciiString.DefaultCharEqualityComparator
 
equals(char, char) - Method in class io.netty.util.AsciiString.GeneralCaseInsensitiveCharEqualityComparator
 
equals(E, E) - Method in class io.netty.resolver.dns.Cache
Returns true if both entries are equal.
equals(ByteBuf, int, ByteBuf, int, int) - Static method in class io.netty.buffer.ByteBufUtil
Returns true if and only if the two specified buffers are identical to each other for length bytes starting at aStartIndex index for the a buffer and bStartIndex index for the b buffer.
equals(ByteBuf, ByteBuf) - Static method in class io.netty.buffer.ByteBufUtil
Returns true if and only if the two specified buffers are identical to each other as described in ByteBuf.equals(Object).
equals(Headers<K, V, ?>, HashingStrategy<V>) - Method in class io.netty.handler.codec.DefaultHeaders
Test this object for equality against h2.
equals(FileUpload, FileUpload) - Static method in class io.netty.handler.codec.http.multipart.FileUploadUtil
 
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 equals operation 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.buffer.WrappedCompositeByteBuf
 
equals(Object) - Method in class io.netty.channel.AbstractChannel
Returns true if and only if the specified object is identical with this channel (i.e: this == o).
equals(Object) - Method in class io.netty.channel.DefaultChannelId
 
equals(Object) - Method in class io.netty.channel.embedded.EmbeddedChannelId
 
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.unix.DomainSocketAddress
 
equals(Object) - Method in class io.netty.channel.unix.FileDescriptor
 
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 DnsResponseCode only depends on DnsResponseCode.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 HttpResponseStatus only depends on HttpResponseStatus.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.AbstractMixedHttpData
 
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.InternalAttribute
 
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
equals(Object) - Method in class io.netty.handler.codec.http.websocketx.WebSocketScheme
 
equals(Object) - Method in class io.netty.handler.codec.http2.AbstractHttp2StreamChannel
 
equals(Object) - Method in class io.netty.handler.codec.http2.AbstractHttp2StreamFrame
Returns true if o has equal stream to 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.http2.Http2StreamChannelId
 
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.ReplayingDecoderByteBuf
 
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.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.ssl.OpenSslClientSessionCache.HostPort
 
equals(Object) - Method in class io.netty.handler.ssl.OpenSslSessionCache.NativeSslSession
 
equals(Object) - Method in class io.netty.handler.ssl.OpenSslSessionId
 
equals(Object) - Method in class io.netty.handler.ssl.PemX509Certificate
 
equals(Object) - Method in class io.netty.resolver.dns.DefaultDnsCache.DefaultDnsCacheEntry
 
equals(Object) - Method in class io.netty.resolver.dns.DefaultDnsCache.DnsCacheEntryList
 
equals(Object) - Method in class io.netty.resolver.dns.DnsNameResolver.AddressedEnvelopeAdapter
 
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.concurrent.PromiseTask
 
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(Object) - Method in class io.netty.util.ThreadDeathWatcher.Entry
Deprecated.
 
equals(T, T) - Method in interface io.netty.util.HashingStrategy
Returns true if the arguments are equal to each other and false otherwise.
EQUALS - Static variable in class io.netty.handler.codec.http.HttpConstants
Equals '='
EQUALS_SIGN - Static variable in class io.netty.handler.codec.base64.Base64
The equals sign (=) as a byte.
EQUALS_SIGN_ENC - Static variable in class io.netty.handler.codec.base64.Base64
 
equalsConstantTime(byte[], int, byte[], int, int) - Static method in class io.netty.util.internal.ConstantTimeUtils
Compare two byte arrays for equality without leaking timing information.
equalsConstantTime(byte[], int, byte[], int, int) - Static method in class io.netty.util.internal.PlatformDependent
Compare two byte arrays for equality without leaking timing information.
equalsConstantTime(byte[], int, byte[], int, int) - Static method in class io.netty.util.internal.PlatformDependent0
 
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.handler.codec.http2.HpackUtil
Compare two CharSequence objects without leaking timing information.
equalsConstantTime(CharSequence, CharSequence) - Static method in class io.netty.util.internal.ConstantTimeUtils
Compare two CharSequence objects without leaking timing information.
equalsForTest(HpackHeaderField) - Method in class io.netty.handler.codec.http2.HpackHeaderField
 
equalsIgnoreCase(byte, byte) - Static method in class io.netty.util.AsciiString
 
equalsIgnoreCase(char, char) - Static method in class io.netty.util.AsciiString
 
equalsIgnoreCase(CharSequence, CharSequence) - Static method in class io.netty.handler.codec.http.HttpHeaders
equalsSafe(byte[], int, byte[], int, int) - Static method in class io.netty.util.internal.PlatformDependent
 
equalsVariableTime(CharSequence, CharSequence) - Static method in class io.netty.handler.codec.http2.HpackUtil
Compare two CharSequences.
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
 
errnoEAGAIN() - Static method in class io.netty.channel.unix.ErrorsStaticallyReferencedJniMethods
 
errnoEBADF() - Static method in class io.netty.channel.unix.ErrorsStaticallyReferencedJniMethods
 
errnoECONNRESET() - Static method in class io.netty.channel.unix.ErrorsStaticallyReferencedJniMethods
 
errnoEINPROGRESS() - Static method in class io.netty.channel.unix.ErrorsStaticallyReferencedJniMethods
 
errnoENOENT() - Static method in class io.netty.channel.unix.ErrorsStaticallyReferencedJniMethods
 
errnoENOTCONN() - Static method in class io.netty.channel.unix.ErrorsStaticallyReferencedJniMethods
 
errnoEPIPE() - Static method in class io.netty.channel.unix.ErrorsStaticallyReferencedJniMethods
 
errnoEWOULDBLOCK() - Static method in class io.netty.channel.unix.ErrorsStaticallyReferencedJniMethods
 
errnoString(int) - Static method in class io.netty.channel.unix.Errors
 
error - Variable in exception io.netty.handler.codec.http2.Http2Exception
 
error - Variable in exception io.netty.handler.codec.http2.Http2FrameStreamException
 
error() - Method in exception io.netty.handler.codec.http2.Http2Exception
 
error() - Method in exception io.netty.handler.codec.http2.Http2FrameStreamException
 
error(ChannelHandlerContext, Throwable) - Method in class io.netty.handler.codec.http2.DefaultHttp2ConnectionEncoder.FlowControlledData
 
error(ChannelHandlerContext, Throwable) - Method in class io.netty.handler.codec.http2.DefaultHttp2ConnectionEncoder.FlowControlledHeaders
 
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 class io.netty.util.internal.logging.CommonsLogger
Deprecated.
Delegates to the Log.error(Object) method of the underlying Log instance.
error(String) - Method in interface io.netty.util.internal.logging.InternalLogger
Log a message at the ERROR level.
error(String) - Method in class io.netty.util.internal.logging.JdkLogger
Log a message object at the SEVERE level.
error(String) - Method in class io.netty.util.internal.logging.LocationAwareSlf4JLogger
 
error(String) - Method in class io.netty.util.internal.logging.Log4JLogger
Log a message object at the ERROR level.
error(String) - Method in class io.netty.util.internal.logging.Slf4JLogger
 
error(String, Object) - Method in class io.netty.util.internal.logging.CommonsLogger
Deprecated.
Delegates to the Log.error(Object) method of the underlying Log instance.
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 class io.netty.util.internal.logging.JdkLogger
Log a message at the SEVERE level according to the specified format and argument.
error(String, Object) - Method in class io.netty.util.internal.logging.LocationAwareSlf4JLogger
 
error(String, Object) - Method in class io.netty.util.internal.logging.Log4JLogger
Log a message at the ERROR level according to the specified format and argument.
error(String, Object) - Method in class io.netty.util.internal.logging.Slf4JLogger
 
error(String, Object...) - Method in class io.netty.util.internal.logging.CommonsLogger
Deprecated.
Delegates to the Log.error(Object) method of the underlying Log instance.
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...) - Method in class io.netty.util.internal.logging.JdkLogger
Log a message at level SEVERE according to the specified format and arguments.
error(String, Object...) - Method in class io.netty.util.internal.logging.LocationAwareSlf4JLogger
 
error(String, Object...) - Method in class io.netty.util.internal.logging.Log4JLogger
Log a message at level ERROR according to the specified format and arguments.
error(String, Object...) - Method in class io.netty.util.internal.logging.Slf4JLogger
 
error(String, Object, Object) - Method in class io.netty.util.internal.logging.CommonsLogger
Deprecated.
Delegates to the Log.error(Object) method of the underlying Log instance.
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, Object, Object) - Method in class io.netty.util.internal.logging.JdkLogger
Log a message at the SEVERE level according to the specified format and arguments.
error(String, Object, Object) - Method in class io.netty.util.internal.logging.LocationAwareSlf4JLogger
 
error(String, Object, Object) - Method in class io.netty.util.internal.logging.Log4JLogger
Log a message at the ERROR level according to the specified format and arguments.
error(String, Object, Object) - Method in class io.netty.util.internal.logging.Slf4JLogger
 
error(String, Throwable) - Method in class io.netty.util.internal.logging.CommonsLogger
Deprecated.
Delegates to the Log.error(Object, Throwable) method of the underlying Log instance.
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(String, Throwable) - Method in class io.netty.util.internal.logging.JdkLogger
Log an exception (throwable) at the SEVERE level with an accompanying message.
error(String, Throwable) - Method in class io.netty.util.internal.logging.LocationAwareSlf4JLogger
 
error(String, Throwable) - Method in class io.netty.util.internal.logging.Log4JLogger
Log an exception (throwable) at the ERROR level with an accompanying message.
error(String, Throwable) - Method in class io.netty.util.internal.logging.Slf4JLogger
 
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(Throwable) - Method in class io.netty.util.internal.logging.Log4J2Logger
 
ERROR - io.netty.handler.codec.redis.RedisMessageType
 
ERROR - io.netty.handler.codec.spdy.SpdyHeaderBlockRawDecoder.State
 
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
 
ERROR_MESSAGE - Static variable in exception io.netty.handler.codec.http2.Http2NoMoreStreamIdsException
 
errorCode - Variable in class io.netty.handler.codec.http2.DefaultHttp2GoAwayFrame
 
errorCode - Variable in class io.netty.handler.codec.http2.DefaultHttp2ResetFrame
 
errorCode - Variable in class io.netty.handler.codec.http2.StreamBufferingEncoder.GoAwayDetail
 
errorCode - Variable in exception io.netty.handler.ssl.OpenSslCertificateException
 
errorCode - Variable in exception io.netty.handler.ssl.ReferenceCountedOpenSslEngine.OpenSslException
 
errorCode - Variable in exception io.netty.handler.ssl.ReferenceCountedOpenSslEngine.OpenSslHandshakeException
 
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.ssl.OpenSslCertificateException
Return the error code to use.
errorCode() - Method in interface io.netty.handler.ssl.ReferenceCountedOpenSslEngine.NativeSslException
 
errorCode() - Method in exception io.netty.handler.ssl.ReferenceCountedOpenSslEngine.OpenSslException
 
errorCode() - Method in exception io.netty.handler.ssl.ReferenceCountedOpenSslEngine.OpenSslHandshakeException
 
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
 
errorEALREADY() - Static method in class io.netty.channel.unix.ErrorsStaticallyReferencedJniMethods
 
errorECONNREFUSED() - Static method in class io.netty.channel.unix.ErrorsStaticallyReferencedJniMethods
 
errorEHOSTUNREACH() - Static method in class io.netty.channel.unix.ErrorsStaticallyReferencedJniMethods
 
errorEISCONN() - Static method in class io.netty.channel.unix.ErrorsStaticallyReferencedJniMethods
 
errorENETUNREACH() - Static method in class io.netty.channel.unix.ErrorsStaticallyReferencedJniMethods
 
ErrorRedisMessage - Class in io.netty.handler.codec.redis
Errors of RESP.
ErrorRedisMessage(String) - Constructor for class io.netty.handler.codec.redis.ErrorRedisMessage
Creates a ErrorRedisMessage from content.
Errors - Class in io.netty.channel.unix
Internal usage only!
Errors() - Constructor for class io.netty.channel.unix.Errors
 
ERRORS - Static variable in class io.netty.channel.unix.Errors
Holds the mappings for errno codes to String messages.
Errors.NativeConnectException - Exception in io.netty.channel.unix
 
Errors.NativeIoException - Exception in io.netty.channel.unix
Internal usage only!
ErrorsStaticallyReferencedJniMethods - Class in io.netty.channel.unix
This class is necessary to break the following cyclic dependency: JNI_OnLoad JNI Calls FindClass because RegisterNatives (used to register JNI methods) requires a class FindClass loads the class, but static members variables of that class attempt to call a JNI method which has not yet been registered. java.lang.UnsatisfiedLinkError is thrown because native method has not yet been registered. Static members which call JNI methods must not be declared in this class!
ErrorsStaticallyReferencedJniMethods() - Constructor for class io.netty.channel.unix.ErrorsStaticallyReferencedJniMethods
 
escape(CharSequence) - Static method in class io.netty.handler.codec.stomp.StompSubframeEncoder
 
escape(CharSequence, T) - Method in interface io.netty.handler.codec.http.CombinedHttpHeaders.CombinedHttpHeadersImpl.CsvValueEscaper
Appends the value to the specified StringBuilder, escaping if necessary.
ESCAPE_CHAR - Static variable in class io.netty.util.internal.logging.MessageFormatter
 
ESCAPE_HEADER_KEY_CACHE - Static variable in class io.netty.handler.codec.stomp.StompSubframeEncoder
 
ESCAPE_HEADER_KEY_CACHE_LIMIT - Static variable in class io.netty.handler.codec.stomp.StompSubframeEncoder
 
escapeBuilder(AppendableCharSequence, CharSequence, int) - Static method in class io.netty.handler.codec.stomp.StompSubframeEncoder
 
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.
ESTIMATE_TASK_SIZE_ON_SUBMIT - Static variable in class io.netty.channel.AbstractChannelHandlerContext.WriteTask
 
estimateBufferSize(int, int, int) - Static method in class io.netty.util.DomainNameMappingBuilder.ImmutableDomainNameMapping
Deprecated.
Estimates the length of string representation of the given instance: est = lengthOfConstantComponents + defaultValueLength + (estimatedMappingLength * numOfMappings) * 1.10
estimatedLength - Variable in class io.netty.handler.codec.serialization.ObjectEncoderOutputStream
Deprecated.
 
estimateMaxDirectMemory() - Static method in class io.netty.util.internal.PlatformDependent
Compute an estimate of the maximum amount of direct memory available to this JVM.
ESTIMATOR - Static variable in class io.netty.channel.DefaultChannelPipeline
 
estimatorHandle - Variable in class io.netty.channel.DefaultChannelPipeline
 
estimatorHandle - Variable in class io.netty.channel.PendingBytesTracker
 
estimatorHandle() - Method in class io.netty.channel.DefaultChannelPipeline
 
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"
ETC_RESOLV_CONF_FILE - Static variable in class io.netty.resolver.dns.UnixResolverDnsServerAddressStreamProvider
 
ETC_RESOLVER_DIR - Static variable in class io.netty.resolver.dns.UnixResolverDnsServerAddressStreamProvider
 
EthernetPacket - Class in io.netty.handler.pcap
 
EthernetPacket() - Constructor for class io.netty.handler.pcap.EthernetPacket
 
EUI48_MAC_ADDRESS_LENGTH - Static variable in class io.netty.util.internal.MacAddressUtil
 
EUI64_MAC_ADDRESS_LENGTH - Static variable in class io.netty.util.internal.MacAddressUtil
 
EV_ADD - Static variable in class io.netty.channel.kqueue.Native
 
EV_ADD_CLEAR_ENABLE - Static variable in class io.netty.channel.kqueue.Native
 
EV_CLEAR - Static variable in class io.netty.channel.kqueue.Native
 
EV_DELETE - Static variable in class io.netty.channel.kqueue.Native
 
EV_DELETE_DISABLE - Static variable in class io.netty.channel.kqueue.Native
 
EV_DISABLE - Static variable in class io.netty.channel.kqueue.Native
 
EV_ENABLE - Static variable in class io.netty.channel.kqueue.Native
 
EV_EOF - Static variable in class io.netty.channel.kqueue.Native
 
EV_ERROR - Static variable in class io.netty.channel.kqueue.Native
 
evAdd() - Static method in class io.netty.channel.kqueue.KQueueStaticallyReferencedJniMethods
 
evClear() - Static method in class io.netty.channel.kqueue.KQueueStaticallyReferencedJniMethods
 
evDelete() - Static method in class io.netty.channel.kqueue.KQueueStaticallyReferencedJniMethods
 
evDisable() - Static method in class io.netty.channel.kqueue.KQueueStaticallyReferencedJniMethods
 
evEnable() - Static method in class io.netty.channel.kqueue.KQueueStaticallyReferencedJniMethods
 
event - Variable in class io.netty.handler.codec.http2.AbstractHttp2StreamChannel.UserEventStreamVisitor
 
EventExecutor - Interface in io.netty.util.concurrent
The EventExecutor is a special EventExecutorGroup which comes with some handy methods to see if a Thread is executed in a event loop.
EventExecutorChooserFactory - Interface in io.netty.util.concurrent
EventExecutorChooserFactory.EventExecutorChooser - Interface in io.netty.util.concurrent
Chooses the next EventExecutor to use.
EventExecutorGroup - Interface in io.netty.util.concurrent
The EventExecutorGroup is responsible for providing the EventExecutor's to use via its EventExecutorGroup.next() method.
eventFd - Variable in class io.netty.channel.epoll.EpollEventLoop
 
eventFd() - Static method in class io.netty.channel.epoll.Native
 
eventFdRead(int) - Static method in class io.netty.channel.epoll.Native
 
eventFdWrite(int, long) - Static method in class io.netty.channel.epoll.Native
 
eventList - Variable in class io.netty.channel.kqueue.KQueueEventLoop
 
eventLoop - Variable in class io.netty.channel.AbstractChannel
 
eventLoop - Variable in class io.netty.handler.ssl.ocsp.IoTransport
 
eventLoop - Variable in class io.netty.resolver.dns.DnsNameResolverBuilder
 
eventLoop() - Method in class io.netty.channel.AbstractChannel
 
eventLoop() - Method in interface io.netty.channel.Channel
Return the EventLoop this Channel was registered to.
eventLoop() - Method in class io.netty.channel.nio.AbstractNioChannel
 
eventLoop() - Method in class io.netty.handler.codec.http2.AbstractHttp2StreamChannel
 
eventLoop() - Method in class io.netty.handler.ssl.ocsp.IoTransport
 
eventLoop(EventLoop) - Method in class io.netty.resolver.dns.DnsNameResolverBuilder
Sets the EventLoop which will perform the communication with the DNS servers.
EventLoop - Interface in io.netty.channel
Will handle all the I/O operations for a Channel once registered.
EventLoopException - Exception in io.netty.channel
Special ChannelException which will be thrown by EventLoop and EventLoopGroup implementations 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 EventExecutorGroup which allows registering Channels that get processed for later selection during the event loop.
EventLoopTaskQueueFactory - Interface in io.netty.channel
Factory used to create Queue instances that will be used to store tasks for an EventLoop.
eventReceived(ChannelHandlerContext, I) - Method in class io.netty.channel.SimpleUserEventChannelHandler
Is called for each user event triggered of type SimpleUserEventChannelHandler.
events - Variable in class io.netty.channel.epoll.EpollEventLoop
 
events(int) - Method in class io.netty.channel.epoll.EpollEventArray
Return the events for the epoll_event on this index.
evEOF() - Static method in class io.netty.channel.kqueue.KQueueStaticallyReferencedJniMethods
 
evError() - Static method in class io.netty.channel.kqueue.KQueueStaticallyReferencedJniMethods
 
EVFILT_READ - Static variable in class io.netty.channel.kqueue.Native
 
EVFILT_SOCK - Static variable in class io.netty.channel.kqueue.Native
 
EVFILT_USER - Static variable in class io.netty.channel.kqueue.Native
 
EVFILT_WRITE - Static variable in class io.netty.channel.kqueue.Native
 
evfiltRead() - Static method in class io.netty.channel.kqueue.KQueueStaticallyReferencedJniMethods
 
evfiltSock() - Static method in class io.netty.channel.kqueue.KQueueStaticallyReferencedJniMethods
 
evfiltUser() - Static method in class io.netty.channel.kqueue.KQueueStaticallyReferencedJniMethods
 
evfiltWrite() - Static method in class io.netty.channel.kqueue.KQueueStaticallyReferencedJniMethods
 
evSet(long, int, short, short, int) - Static method in class io.netty.channel.kqueue.KQueueEventArray
 
evSet(short, short) - Method in class io.netty.channel.kqueue.AbstractKQueueChannel
 
evSet(AbstractKQueueChannel, short, short, int) - Method in class io.netty.channel.kqueue.KQueueEventArray
 
evSet(AbstractKQueueChannel, short, short, int) - Method in class io.netty.channel.kqueue.KQueueEventLoop
 
evSet0(short, short) - Method in class io.netty.channel.kqueue.AbstractKQueueChannel
 
evSet0(short, short, int) - Method in class io.netty.channel.kqueue.AbstractKQueueChannel
 
EXACTLY_ONCE - io.netty.handler.codec.mqtt.MqttQoS
 
exceededFrameLength(ByteBuf, long) - Method in class io.netty.handler.codec.LengthFieldBasedFrameDecoder
 
exceededMaxLength - Variable in class io.netty.handler.codec.http2.HpackDecoder.Http2HeadersSink
 
EXCEPTION_MESSAGE - Static variable in class io.netty.util.internal.logging.AbstractInternalLogger
 
exceptionCaught(ChannelHandlerContext, Throwable) - Method in class io.netty.bootstrap.ServerBootstrap.ServerBootstrapAcceptor
 
exceptionCaught(ChannelHandlerContext, Throwable) - Method in interface io.netty.channel.ChannelHandler
Deprecated.
if you want to handle this event you should implement ChannelInboundHandler and implement the method there.
exceptionCaught(ChannelHandlerContext, Throwable) - Method in class io.netty.channel.ChannelHandlerAdapter
Deprecated.
exceptionCaught(ChannelHandlerContext, Throwable) - Method in interface io.netty.channel.ChannelInboundHandler
Gets called if a Throwable was thrown.
exceptionCaught(ChannelHandlerContext, Throwable) - Method in class io.netty.channel.ChannelInboundHandlerAdapter
exceptionCaught(ChannelHandlerContext, Throwable) - Method in class io.netty.channel.ChannelInitializer
Handle the Throwable by logging and closing the Channel.
exceptionCaught(ChannelHandlerContext, Throwable) - Method in class io.netty.channel.CombinedChannelDuplexHandler
 
exceptionCaught(ChannelHandlerContext, Throwable) - Method in class io.netty.channel.DefaultChannelPipeline.HeadContext
 
exceptionCaught(ChannelHandlerContext, Throwable) - Method in class io.netty.channel.DefaultChannelPipeline.TailContext
 
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.WebSocketProtocolHandler
 
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 Http2Exception objects 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.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.HttpProxyHandler.HttpClientCodecWrapper
 
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.OcspHttpHandler
 
exceptionCaught(ChannelHandlerContext, Throwable) - Method in class io.netty.handler.ssl.ocsp.OcspServerCertificateValidator
 
exceptionCaught(ChannelHandlerContext, Throwable) - Method in class io.netty.handler.ssl.SslHandler
 
exceptionCaught(ChannelHandlerContext, Throwable) - Method in class io.netty.resolver.dns.DnsNameResolver.DnsResponseHandler
 
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.
exceptions - Variable in exception io.netty.handler.codec.http2.Http2Exception.CompositeStreamException
 
excludedMethods - Static variable in class io.netty.util.ResourceLeakDetector
 
exclusive - Variable in class io.netty.handler.codec.http2.DefaultHttp2ConnectionEncoder.FlowControlledHeaders
 
exclusive - Variable in class io.netty.handler.codec.http2.DefaultHttp2PriorityFrame
 
exclusive - Variable in class io.netty.handler.codec.http2.StreamBufferingEncoder.HeadersFrame
 
exclusive() - Method in class io.netty.handler.codec.http2.DefaultHttp2PriorityFrame
 
exclusive() - Method in interface io.netty.handler.codec.http2.Http2PriorityFrame
Set to true if this stream is exclusive else set to false
EXECABORT - io.netty.handler.codec.redis.FixedRedisMessagePool.RedisErrorKey
 
execute() - Method in class io.netty.channel.DefaultChannelPipeline.PendingHandlerAddedTask
 
execute() - Method in class io.netty.channel.DefaultChannelPipeline.PendingHandlerCallback
 
execute() - Method in class io.netty.channel.DefaultChannelPipeline.PendingHandlerRemovedTask
 
execute(Runnable) - Method in class io.netty.channel.embedded.EmbeddedEventLoop
 
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.NonStickyEventExecutorGroup.NonStickyOrderedEventExecutor
 
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
 
execute(Runnable, boolean) - Method in class io.netty.util.concurrent.SingleThreadEventExecutor
 
execute0(Runnable) - Method in class io.netty.util.concurrent.GlobalEventExecutor
 
execute0(Runnable) - Method in class io.netty.util.concurrent.SingleThreadEventExecutor
 
executeAfterEventLoopIteration(Runnable) - Method in class io.netty.channel.SingleThreadEventLoop
Adds a task to be run once at the end of next (or current) eventloop iteration.
executeChannelRead(ChannelHandlerContext, ByteBuf) - Method in class io.netty.handler.ssl.SslHandler
 
executeDelegatedTask(boolean) - Method in class io.netty.handler.ssl.SslHandler
 
executeDelegatedTask(SslHandler.SslTasksRunner) - Method in class io.netty.handler.ssl.SslHandler
 
executeEpollInReadyRunnable(ChannelConfig) - Method in class io.netty.channel.epoll.AbstractEpollChannel.AbstractEpollUnsafe
 
executeExpiredScheduledTasks() - Method in class io.netty.util.concurrent.SingleThreadEventExecutor
 
executeNotifyClosePromise(ChannelHandlerContext) - Method in class io.netty.handler.ssl.SslHandler
 
executeReadReadyRunnable(ChannelConfig) - Method in class io.netty.channel.kqueue.AbstractKQueueChannel.AbstractKQueueUnsafe
 
executingThread - Variable in class io.netty.util.concurrent.NonStickyEventExecutorGroup.NonStickyOrderedEventExecutor
 
executionMask - Variable in class io.netty.channel.AbstractChannelHandlerContext
 
executor - Variable in class io.netty.channel.AbstractChannelHandlerContext
 
executor - Variable in class io.netty.channel.group.DefaultChannelGroup
 
executor - Variable in class io.netty.channel.PendingWriteQueue
 
executor - Variable in class io.netty.channel.pool.FixedChannelPool
 
executor - Variable in class io.netty.channel.ThreadPerChannelEventLoopGroup
Deprecated.
 
executor - Variable in class io.netty.handler.traffic.TrafficCounter
Executor that will run the monitor
executor - Variable in class io.netty.resolver.AbstractAddressResolver
 
executor - Variable in class io.netty.resolver.dns.InflightNameResolver
 
executor - Variable in class io.netty.resolver.SimpleNameResolver
 
executor - Variable in class io.netty.util.concurrent.CompleteFuture
 
executor - Variable in class io.netty.util.concurrent.DefaultPromise
 
executor - Variable in class io.netty.util.concurrent.NonStickyEventExecutorGroup.NonStickyOrderedEventExecutor
 
executor - Variable in class io.netty.util.concurrent.PromiseCombiner
 
executor - Variable in class io.netty.util.concurrent.SingleThreadEventExecutor
 
executor() - Method in class io.netty.bootstrap.AbstractBootstrap.PendingRegistrationPromise
 
executor() - Method in class io.netty.channel.AbstractChannelHandlerContext
 
executor() - Method in interface io.netty.channel.ChannelHandlerContext
Returns the EventExecutor which is used to execute an arbitrary task.
executor() - Method in class io.netty.channel.CombinedChannelDuplexHandler.DelegatingChannelHandlerContext
 
executor() - Method in class io.netty.channel.CompleteChannelFuture
 
executor() - Method in class io.netty.channel.DefaultChannelProgressivePromise
 
executor() - Method in class io.netty.channel.DefaultChannelPromise
 
executor() - Method in class io.netty.handler.proxy.ProxyHandler.LazyChannelPromise
 
executor() - Method in class io.netty.handler.ssl.SslHandler.LazyChannelPromise
 
executor() - Method in class io.netty.resolver.AbstractAddressResolver
Returns the EventExecutor which is used to notify the listeners of the Future returned by AbstractAddressResolver.resolve(SocketAddress).
executor() - Method in class io.netty.resolver.dns.DnsNameResolver
 
executor() - Method in class io.netty.resolver.SimpleNameResolver
Returns the EventExecutor which is used to notify the listeners of the Future returned by SimpleNameResolver.resolve(String).
executor() - Method in class io.netty.util.concurrent.CompleteFuture
Return the EventExecutor which is used by this CompleteFuture.
executor() - Method in class io.netty.util.concurrent.DefaultPromise
Get the executor used to notify listeners when this promise is complete.
executor() - Method in class io.netty.util.concurrent.ScheduledFutureTask
 
executorCount() - Method in class io.netty.util.concurrent.MultithreadEventExecutorGroup
Return the number of EventExecutor this implementation uses.
executors - Variable in class io.netty.util.concurrent.DefaultEventExecutorChooserFactory.GenericEventExecutorChooser
 
executors - Variable in class io.netty.util.concurrent.DefaultEventExecutorChooserFactory.PowerOfTwoEventExecutorChooser
 
executorSet - Variable in class io.netty.util.concurrent.UnorderedThreadPoolEventExecutor
 
executorTerminationListeners - Variable in class io.netty.resolver.AddressResolverGroup
 
exists(String) - Static method in class io.netty.channel.ChannelOption
Returns true if a ChannelOption exists for the given name.
exists(String) - Static method in class io.netty.handler.ssl.SslContextOption
Returns true if a SslContextOption exists for the given name.
exists(String) - Static method in class io.netty.util.AttributeKey
Returns true if a AttributeKey exists for the given name.
exists(String) - Method in class io.netty.util.ConstantPool
Returns true if a AttributeKey exists for the given name.
expand() - Method in class io.netty.buffer.LongLongHashMap
 
expand(char[], int, int) - Static method in class io.netty.util.internal.AppendableCharSequence
 
expandArray() - Method in class io.netty.handler.codec.CodecOutputList
 
expandCumulation(ByteBufAllocator, ByteBuf, ByteBuf) - Static method in class io.netty.handler.codec.ByteToMessageDecoder
 
expandIndexedVariableTableAndSet(int, Object) - Method in class io.netty.util.internal.InternalThreadLocalMap
 
expandNioBufferArray(ByteBuffer[], int, int) - Static method in class io.netty.channel.ChannelOutboundBuffer
 
expect(Signal) - Method in error io.netty.util.Signal
Check if the given Signal is 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.HttpObjectAggregator
 
EXPECTATION_FAILED - Static variable in class io.netty.handler.codec.http.HttpResponseStatus
417 Expectation Failed
EXPECTATION_FAILED - Static variable in class io.netty.handler.codec.http.HttpServerExpectContinueHandler
 
expected - Variable in class io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder.ContentLength
 
EXPECTED - Static variable in class io.netty.handler.codec.dns.DnsRecordType
 
EXPECTED_TYPES - Static variable in class io.netty.channel.epoll.AbstractEpollStreamChannel
 
EXPECTED_TYPES - Static variable in class io.netty.channel.epoll.EpollDatagramChannel
 
EXPECTED_TYPES - Static variable in class io.netty.channel.epoll.EpollDomainDatagramChannel
 
EXPECTED_TYPES - Static variable in class io.netty.channel.kqueue.AbstractKQueueStreamChannel
 
EXPECTED_TYPES - Static variable in class io.netty.channel.kqueue.KQueueDatagramChannel
 
EXPECTED_TYPES - Static variable in class io.netty.channel.kqueue.KQueueDomainDatagramChannel
 
EXPECTED_TYPES - Static variable in class io.netty.channel.nio.AbstractNioByteChannel
 
EXPECTED_TYPES - Static variable in class io.netty.channel.oio.AbstractOioByteChannel
Deprecated.
 
EXPECTED_TYPES - Static variable in class io.netty.channel.socket.nio.NioDatagramChannel
 
EXPECTED_TYPES - Static variable in class io.netty.channel.socket.oio.OioDatagramChannel
Deprecated.
 
expectedChallengeResponseBytes - Variable in class io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker00
 
expectedChallengeResponseString - Variable in class io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker07
 
expectedChallengeResponseString - Variable in class io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker08
 
expectedChallengeResponseString - Variable in class io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker13
 
expectedCount - Variable in class io.netty.handler.codec.http2.Http2CodecUtil.SimpleChannelPromiseAggregator
 
expectedCount - Variable in class io.netty.util.concurrent.PromiseCombiner
 
expectedErr - Variable in exception io.netty.channel.unix.Errors.NativeConnectException
 
expectedErr - Variable in exception io.netty.channel.unix.Errors.NativeIoException
 
expectedErr() - Method in exception io.netty.channel.unix.Errors.NativeConnectException
 
expectedErr() - Method in exception io.netty.channel.unix.Errors.NativeIoException
 
expectedSubprotocol - Variable in class io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker
 
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
expectedTypes - Variable in class io.netty.resolver.dns.DnsResolveContext
 
expectingMoreContent - Variable in class io.netty.handler.codec.memcache.AbstractMemcacheObjectEncoder
 
expectMaskedFrames - Variable in class io.netty.handler.codec.http.websocketx.WebSocketDecoderConfig.Builder
 
expectMaskedFrames - Variable in class io.netty.handler.codec.http.websocketx.WebSocketDecoderConfig
 
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
 
expirationFuture - Variable in class io.netty.resolver.dns.Cache.Entries
 
expire() - Method in class io.netty.util.HashedWheelTimer.HashedWheelTimeout
 
expireNanoTime - Variable in class io.netty.channel.pool.FixedChannelPool.AcquireTask
 
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"
expiresEnd - Variable in class io.netty.handler.codec.http.cookie.ClientCookieDecoder.CookieBuilder
 
expiresStart - Variable in class io.netty.handler.codec.http.cookie.ClientCookieDecoder.CookieBuilder
 
expireTimeouts(long) - Method in class io.netty.util.HashedWheelTimer.HashedWheelBucket
Expire all HashedWheelTimer.HashedWheelTimeouts for the given deadline.
EXPLICIT_NO_UNSAFE_CAUSE - Static variable in class io.netty.util.internal.PlatformDependent0
 
explicitFlushAfterFlushes - Variable in class io.netty.handler.flush.FlushConsolidationHandler
 
explicitlyEnabledProtocols - Variable in class io.netty.handler.ssl.ReferenceCountedOpenSslEngine
 
explicitNoUnsafeCause0() - Static method in class io.netty.util.internal.PlatformDependent0
 
explicitTryReflectionSetAccessible0() - Static method in class io.netty.util.internal.PlatformDependent0
 
expn(CharSequence) - Static method in class io.netty.handler.codec.smtp.SmtpRequests
Creates a EXPN request.
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 - Variable in class io.netty.handler.codec.http.cors.CorsConfig
 
exposeHeaders - Variable in class io.netty.handler.codec.http.cors.CorsConfigBuilder
 
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
exposeHeaders(String...) - Method in class io.netty.handler.codec.http.cors.CorsConfigBuilder
Specifies the headers to be exposed to calling clients.
expungeInvalidSessions() - Method in class io.netty.handler.ssl.OpenSslSessionCache
 
ExtendedClosedChannelException - Exception in io.netty.channel
 
ExtendedClosedChannelException(Throwable) - Constructor for exception io.netty.channel.ExtendedClosedChannelException
 
ExtendedOpenSslSession - Class in io.netty.handler.ssl
Delegates all operations to a wrapped OpenSslSession except the methods defined by ExtendedSSLSession itself.
ExtendedOpenSslSession(OpenSslSession) - Constructor for class io.netty.handler.ssl.ExtendedOpenSslSession
 
ExtendedOpenSslSession.SSLSessionBindingListenerDecorator - Class in io.netty.handler.ssl
 
extendedRcode() - Method in class io.netty.handler.codec.dns.AbstractDnsOptPseudoRrRecord
 
extendedRcode() - Method in interface io.netty.handler.codec.dns.DnsOptPseudoRecord
Returns the EXTENDED-RCODE which is encoded into DnsRecord.timeToLive().
ExtendedTrustManagerVerifyCallback(OpenSslEngineMap, X509ExtendedTrustManager) - Constructor for class io.netty.handler.ssl.ReferenceCountedOpenSslClientContext.ExtendedTrustManagerVerifyCallback
 
ExtendedTrustManagerVerifyCallback(OpenSslEngineMap, X509ExtendedTrustManager) - Constructor for class io.netty.handler.ssl.ReferenceCountedOpenSslServerContext.ExtendedTrustManagerVerifyCallback
 
EXTENSION_SEPARATOR - Static variable in class io.netty.handler.codec.http.websocketx.extensions.WebSocketExtensionUtil
 
extensionDecoderFilter - Variable in class io.netty.handler.codec.http.websocketx.extensions.compression.DeflateDecoder
 
extensionDecoderFilter() - Method in class io.netty.handler.codec.http.websocketx.extensions.compression.DeflateDecoder
Returns the extension decoder filter.
extensionEncoderFilter - Variable in class io.netty.handler.codec.http.websocketx.extensions.compression.DeflateEncoder
 
extensionEncoderFilter() - Method in class io.netty.handler.codec.http.websocketx.extensions.compression.DeflateEncoder
Returns the extension encoder filter.
extensionFilterProvider - Variable in class io.netty.handler.codec.http.websocketx.extensions.compression.DeflateFrameClientExtensionHandshaker.DeflateFrameClientExtension
 
extensionFilterProvider - Variable in class io.netty.handler.codec.http.websocketx.extensions.compression.DeflateFrameClientExtensionHandshaker
 
extensionFilterProvider - Variable in class io.netty.handler.codec.http.websocketx.extensions.compression.DeflateFrameServerExtensionHandshaker.DeflateFrameServerExtension
 
extensionFilterProvider - Variable in class io.netty.handler.codec.http.websocketx.extensions.compression.DeflateFrameServerExtensionHandshaker
 
extensionFilterProvider - Variable in class io.netty.handler.codec.http.websocketx.extensions.compression.PerMessageDeflateClientExtensionHandshaker
 
extensionFilterProvider - Variable in class io.netty.handler.codec.http.websocketx.extensions.compression.PerMessageDeflateClientExtensionHandshaker.PermessageDeflateExtension
 
extensionFilterProvider - Variable in class io.netty.handler.codec.http.websocketx.extensions.compression.PerMessageDeflateServerExtensionHandshaker
 
extensionFilterProvider - Variable in class io.netty.handler.codec.http.websocketx.extensions.compression.PerMessageDeflateServerExtensionHandshaker.PermessageDeflateExtension
 
extensionHandshakers - Variable in class io.netty.handler.codec.http.websocketx.extensions.WebSocketClientExtensionHandler
 
extensionHandshakers - Variable in class io.netty.handler.codec.http.websocketx.extensions.WebSocketServerExtensionHandler
 
ExtensionHeaderNames(String) - Constructor for enum io.netty.handler.codec.http2.HttpConversionUtil.ExtensionHeaderNames
 
extensionName - Variable in class io.netty.handler.codec.http.websocketx.extensions.compression.DeflateFrameServerExtensionHandshaker.DeflateFrameServerExtension
 
ExternalAddressResolver(AddressResolverGroup<?>) - Constructor for class io.netty.bootstrap.Bootstrap.ExternalAddressResolver
 
externalResolver - Variable in class io.netty.bootstrap.Bootstrap
 
EXTRA_SUPPORTED_TLS_1_3_CIPHERS - Static variable in class io.netty.handler.ssl.OpenSsl
 
EXTRA_SUPPORTED_TLS_1_3_CIPHERS_STRING - Static variable in class io.netty.handler.ssl.OpenSsl
 
extract(ChannelHandlerContext, ByteBuf) - Method in class io.netty.handler.codec.haproxy.HAProxyMessageDecoder.HeaderExtractor
Create a frame out of the ByteBuf and return it.
extractAuthoritativeNameServers(String, DnsResponse) - Static method in class io.netty.resolver.dns.DnsResolveContext
Returns the {@code {@link AuthoritativeNameServerList} which were included in {@link DnsSection#AUTHORITY} or {@code null} if non are found.
extractExtensions(String) - Static method in class io.netty.handler.codec.http.websocketx.extensions.WebSocketExtensionUtil
 
extractFrame(ByteBuf, int, int) - Static method in class io.netty.handler.codec.xml.XmlFrameDecoder
 
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.
extractKeyValuePairs(String, List<String>, List<String>) - Static method in class io.netty.handler.codec.http.CookieDecoder
Deprecated.
 
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.
extractPath(CharSequence, Http2Headers) - Static method in class io.netty.handler.codec.http2.HttpConversionUtil
 
extractSniHostname(ByteBuf) - Static method in class io.netty.handler.ssl.AbstractSniHandler
 
extras - Variable in class io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage
Contains the optional extras.
extras() - Method in class io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage
 
extras() - Method in interface io.netty.handler.codec.memcache.binary.BinaryMemcacheMessage
Returns a ByteBuf representation of the optional extras.
extrasLength - Variable in class io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage
 
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 - Variable in class io.netty.handler.codec.http2.DefaultHttp2GoAwayFrame
 
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

f - Variable in class io.netty.channel.DefaultFileRegion
 
fackets() - Method in class io.netty.channel.epoll.EpollTcpInfo
 
factories - Variable in class io.netty.handler.codec.http.HttpContentCompressor
 
factory - Variable in class io.netty.handler.codec.http.multipart.HttpPostMultipartRequestDecoder
Factory used to create InterfaceHttpData
factory - Variable in class io.netty.handler.codec.http.multipart.HttpPostRequestEncoder
Factory used to create InterfaceHttpData
factory - Variable in class io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder
Factory used to create InterfaceHttpData
factoryInstance - Static variable in class io.netty.util.ResourceLeakDetectorFactory
 
fail() - Static method in class io.netty.channel.VoidChannelPromise
 
fail(long) - Method in class io.netty.handler.codec.DelimiterBasedFrameDecoder
 
fail(long) - Method in class io.netty.handler.codec.LengthFieldBasedFrameDecoder
 
fail(long) - Method in class io.netty.handler.codec.xml.XmlFrameDecoder
 
fail(Deflater, String, int) - Static method in class io.netty.handler.codec.compression.ZlibUtil
 
fail(Inflater, String, int) - Static method in class io.netty.handler.codec.compression.ZlibUtil
 
fail(ChannelHandlerContext) - Static method in class io.netty.handler.codec.xml.XmlFrameDecoder
 
fail(ChannelHandlerContext, int) - Method in class io.netty.handler.codec.LineBasedFrameDecoder
 
fail(ChannelHandlerContext, String) - Method in class io.netty.handler.codec.LineBasedFrameDecoder
 
fail(ChannelHandlerContext, String, Exception) - Method in class io.netty.handler.codec.haproxy.HAProxyMessageDecoder
 
fail(Class<?>, String) - Static method in class io.netty.util.internal.TypeParameterMatcher
 
fail(Throwable) - Method in class io.netty.handler.codec.spdy.SpdySession.PendingWrite
 
fail(Throwable) - Method in class io.netty.handler.stream.ChunkedWriteHandler.PendingWrite
 
fail(List<Object>, Exception) - Method in class io.netty.handler.codec.socksx.v4.Socks4ClientDecoder
 
fail(List<Object>, Exception) - Method in class io.netty.handler.codec.socksx.v4.Socks4ServerDecoder
 
fail(List<Object>, Exception) - Method in class io.netty.handler.codec.socksx.v5.Socks5CommandRequestDecoder
 
fail(List<Object>, Exception) - Method in class io.netty.handler.codec.socksx.v5.Socks5CommandResponseDecoder
 
fail(List<Object>, Exception) - Method in class io.netty.handler.codec.socksx.v5.Socks5InitialRequestDecoder
 
fail(List<Object>, Exception) - Method in class io.netty.handler.codec.socksx.v5.Socks5InitialResponseDecoder
 
fail(List<Object>, Exception) - Method in class io.netty.handler.codec.socksx.v5.Socks5PasswordAuthRequestDecoder
 
fail(List<Object>, Exception) - Method in class io.netty.handler.codec.socksx.v5.Socks5PasswordAuthResponseDecoder
 
FAIL - io.netty.channel.pool.FixedChannelPool.AcquireTimeoutAction
Fail the Future of the acquire call with a TimeoutException.
FAIL_SELECTION_LISTENER_FACTORY - Static variable in class io.netty.handler.ssl.JdkBaseApplicationProtocolNegotiator
 
FAIL_SELECTOR_FACTORY - Static variable in class io.netty.handler.ssl.JdkBaseApplicationProtocolNegotiator
 
failAndRecycle(Throwable) - Method in class io.netty.util.internal.PendingWrite
Fails the underlying Promise with the given cause and recycle this instance.
failConnectPromise(Throwable) - Method in class io.netty.channel.kqueue.AbstractKQueueChannel.AbstractKQueueUnsafe
 
failed - Variable in exception io.netty.channel.group.ChannelGroupException
 
FAILED - Static variable in class io.netty.util.concurrent.PromiseTask
 
FAILED_DEPENDENCY - Static variable in class io.netty.handler.codec.http.HttpResponseStatus
424 Failed Dependency (WebDAV, RFC4918)
FailedChannel - Class in io.netty.bootstrap
 
FailedChannel() - Constructor for class io.netty.bootstrap.FailedChannel
 
FailedChannel.FailedChannelUnsafe - Class in io.netty.bootstrap
 
FailedChannelFuture - Class in io.netty.channel
The CompleteChannelFuture which is failed already.
FailedChannelFuture(Channel, EventExecutor, Throwable) - Constructor for class io.netty.channel.FailedChannelFuture
Creates a new instance.
FailedChannelUnsafe() - Constructor for class io.netty.bootstrap.FailedChannel.FailedChannelUnsafe
 
FailedFuture<V> - Class in io.netty.util.concurrent
The CompleteFuture which is failed already.
FailedFuture(EventExecutor, Throwable) - Constructor for class io.netty.util.concurrent.FailedFuture
Creates a new instance.
failFast - Variable in class io.netty.handler.codec.DelimiterBasedFrameDecoder
 
failFast - Variable in class io.netty.handler.codec.haproxy.HAProxyMessageDecoder
Whether or not to throw an exception as soon as we exceed maxLength.
failFast - Variable in class io.netty.handler.codec.LengthFieldBasedFrameDecoder
 
failFast - Variable in class io.netty.handler.codec.LineBasedFrameDecoder
Whether or not to throw an exception as soon as we exceed maxLength.
failFlushed(Throwable, boolean) - Method in class io.netty.channel.ChannelOutboundBuffer
 
failIfNecessary(boolean) - Method in class io.netty.handler.codec.LengthFieldBasedFrameDecoder
 
failOnFrameLengthLessThanInitialBytesToStrip(ByteBuf, long, int) - Static method in class io.netty.handler.codec.LengthFieldBasedFrameDecoder
 
failOnFrameLengthLessThanLengthFieldEndOffset(ByteBuf, long, int) - Static method in class io.netty.handler.codec.LengthFieldBasedFrameDecoder
 
failOnMissingResponse - Variable in class io.netty.handler.codec.http.HttpClientCodec
 
failOnMissingResponse - Variable in class io.netty.handler.codec.memcache.binary.BinaryMemcacheClientCodec
 
failOnNegativeLengthField(ByteBuf, long, int) - Static method in class io.netty.handler.codec.LengthFieldBasedFrameDecoder
 
failOverLimit(ChannelHandlerContext, int) - Method in class io.netty.handler.codec.haproxy.HAProxyMessageDecoder
 
failOverLimit(ChannelHandlerContext, String) - Method in class io.netty.handler.codec.haproxy.HAProxyMessageDecoder
 
failPending - Variable in class io.netty.util.concurrent.PromiseAggregator
Deprecated.
 
failPendingWrites(Throwable) - Method in class io.netty.handler.proxy.ProxyHandler
 
failPendingWritesAndClose(Throwable) - Method in class io.netty.handler.proxy.ProxyHandler
 
FailProtocolSelectionListener(JdkSslEngine, List<String>) - Constructor for class io.netty.handler.ssl.JdkBaseApplicationProtocolNegotiator.FailProtocolSelectionListener
 
FailProtocolSelector(JdkSslEngine, Set<String>) - Constructor for class io.netty.handler.ssl.JdkBaseApplicationProtocolNegotiator.FailProtocolSelector
 
failQuery(DnsQuery, Throwable, ChannelPromise) - Method in class io.netty.resolver.dns.DnsQueryContext
 
failSpliceIfClosed(ChannelPromise) - Method in class io.netty.channel.epoll.AbstractEpollStreamChannel
 
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
 
failureCount - Variable in class io.netty.channel.group.DefaultChannelGroupFuture
 
FailureWrapper() - Constructor for class io.netty.handler.ssl.JdkAlpnApplicationProtocolNegotiator.FailureWrapper
Deprecated.
 
fallbackProtocol - Variable in class io.netty.handler.ssl.ApplicationProtocolNegotiationHandler
 
fallbackVariableHeader(MqttMessageIdVariableHeader) - Static method in class io.netty.handler.codec.mqtt.MqttUnsubAckMessage
 
FALSE - Static variable in class io.netty.handler.codec.http2.Http2Settings
 
FALSE_SUPPLIER - Static variable in interface io.netty.util.BooleanSupplier
A supplier which always returns false and never throws.
FALSE_SUPPLIER - Static variable in interface io.netty.util.UncheckedBooleanSupplier
A supplier which always returns false and never throws.
family() - Method in class io.netty.channel.epoll.LinuxSocket
 
FAMILY_MASK - Static variable in enum io.netty.handler.codec.haproxy.HAProxyProxiedProtocol.AddressFamily
The highest 4 bits of the transport protocol and address family byte contain the address family
fast_div100(int) - Static method in enum io.netty.handler.codec.http.HttpStatusClass
 
fastGet(FastThreadLocalThread) - Static method in class io.netty.util.internal.InternalThreadLocalMap
 
FastLz - Class in io.netty.handler.codec.compression
Core of FastLZ compression algorithm.
FastLz() - Constructor for class io.netty.handler.codec.compression.FastLz
 
FastLzFrameDecoder - Class in io.netty.handler.codec.compression
Uncompresses a ByteBuf encoded by FastLzFrameEncoder using 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.
FastLzFrameDecoder.State - Enum in io.netty.handler.codec.compression
Current state of decompression.
FastLzFrameEncoder - Class in io.netty.handler.codec.compression
Compresses a ByteBuf using 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.
fastOpenClient() - Static method in class io.netty.channel.kqueue.KQueueStaticallyReferencedJniMethods
 
fastOpenServer() - Static method in class io.netty.channel.kqueue.KQueueStaticallyReferencedJniMethods
 
FastThreadLocal<V> - Class in io.netty.util.concurrent
A special variant of ThreadLocal that yields higher access performance when accessed from a FastThreadLocalThread.
FastThreadLocal() - Constructor for class io.netty.util.concurrent.FastThreadLocal
 
FastThreadLocalRunnable - Class in io.netty.util.concurrent
 
FastThreadLocalRunnable(Runnable) - Constructor for class io.netty.util.concurrent.FastThreadLocalRunnable
 
FastThreadLocalThread - Class in io.netty.util.concurrent
A special Thread that provides fast access to FastThreadLocal variables.
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.
FCOMMENT - Static variable in class io.netty.handler.codec.compression.JdkZlibDecoder
 
fd - Variable in class io.netty.channel.epoll.AbstractEpollStreamChannel.SpliceFdTask
 
fd - Variable in class io.netty.channel.unix.FileDescriptor
 
fd - Variable in class io.netty.channel.unix.SocketWritableByteChannel
 
fd() - Method in class io.netty.channel.epoll.AbstractEpollChannel
 
fd() - Method in class io.netty.channel.kqueue.AbstractKQueueChannel
 
fd() - Method in interface io.netty.channel.unix.UnixChannel
Returns the FileDescriptor that is used by this Channel.
fd(int) - Method in class io.netty.channel.epoll.EpollEventArray
Return the file descriptor for the epoll_event on this index.
fd(int) - Method in class io.netty.channel.kqueue.KQueueEventArray
 
feedbackFailure(InetSocketAddress, Throwable, long) - Method in interface io.netty.resolver.dns.DnsServerResponseFeedbackAddressStream
A way to provide failure feedback to DnsServerAddressStream so that DnsServerAddressStream.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 DnsServerAddressStream so that DnsServerAddressStream.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
fetchDecoderOutput(List<Object>) - Method in class io.netty.handler.codec.http.HttpContentDecoder
 
fetchEncoderOutput(List<Object>) - Method in class io.netty.handler.codec.http.HttpContentEncoder
 
fetchFromScheduledTaskQueue() - Method in class io.netty.util.concurrent.GlobalEventExecutor
 
fetchFromScheduledTaskQueue() - Method in class io.netty.util.concurrent.SingleThreadEventExecutor
 
fetchWatchees() - Method in class io.netty.util.ThreadDeathWatcher.Watcher
Deprecated.
 
FEXTRA - Static variable in class io.netty.handler.codec.compression.JdkZlibDecoder
 
fflags(int) - Method in class io.netty.channel.kqueue.KQueueEventArray
 
FHCRC - Static variable in class io.netty.handler.codec.compression.JdkZlibDecoder
 
FIELD - io.netty.handler.codec.http.multipart.HttpPostRequestDecoder.MultiPartStatus
 
file - Variable in class io.netty.channel.DefaultFileRegion
 
file - Variable in class io.netty.handler.codec.http.multipart.AbstractDiskHttpData
 
file - Variable in class io.netty.handler.stream.ChunkedFile
 
FILE - Static variable in class io.netty.handler.codec.http.HttpHeaderValues
FILE_DESCRIPTORS - io.netty.channel.unix.DomainSocketReadMode
fileChannel - Variable in class io.netty.handler.codec.http.multipart.AbstractDiskHttpData
 
FileDescriptor - Class in io.netty.channel.unix
Native FileDescriptor implementation which allows to wrap an int and provide a FileDescriptor for it.
FileDescriptor(int) - Constructor for class io.netty.channel.unix.FileDescriptor
 
filename - Variable in class io.netty.handler.codec.http.multipart.DiskFileUpload
 
filename - Variable in class io.netty.handler.codec.http.multipart.MemoryFileUpload
 
FILENAME - Static variable in class io.netty.handler.codec.http.HttpHeaderValues
FILENAME_ENCODED - Static variable in class io.netty.handler.codec.http.multipart.HttpPostMultipartRequestDecoder
 
FileRegion - Interface in io.netty.channel
A region of a file that is sent via a Channel which supports zero-copy file transfer.
FILES - Static variable in class io.netty.handler.codec.http.multipart.DeleteFileOnExitHook
 
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
 
FileUploadUtil - Class in io.netty.handler.codec.http.multipart
 
FileUploadUtil() - Constructor for class io.netty.handler.codec.http.multipart.FileUploadUtil
 
fill(MessagePassingQueue.Supplier<T>) - Method in class io.netty.util.Recycler.BlockingMessageQueue
 
fill(MessagePassingQueue.Supplier<T>, int) - Method in class io.netty.util.Recycler.BlockingMessageQueue
 
fill(MessagePassingQueue.Supplier<T>, MessagePassingQueue.WaitStrategy, MessagePassingQueue.ExitCondition) - Method in class io.netty.util.Recycler.BlockingMessageQueue
 
fillByteBuf() - Method in class io.netty.handler.codec.http.multipart.HttpPostRequestEncoder
 
fillCallerData(String, LogRecord) - Static method in class io.netty.util.internal.logging.JdkLogger
Fill in caller data if possible.
fillInStackTrace - Variable in exception io.netty.channel.unix.Errors.NativeIoException
 
fillInStackTrace() - Method in exception io.netty.channel.AbstractChannel.AnnotatedConnectException
 
fillInStackTrace() - Method in exception io.netty.channel.AbstractChannel.AnnotatedNoRouteToHostException
 
fillInStackTrace() - Method in exception io.netty.channel.AbstractChannel.AnnotatedSocketException
 
fillInStackTrace() - Method in exception io.netty.channel.ChannelException.StacklessChannelException
 
fillInStackTrace() - Method in exception io.netty.channel.ExtendedClosedChannelException
 
fillInStackTrace() - Method in exception io.netty.channel.pool.FixedChannelPool.AcquireTimeoutException
 
fillInStackTrace() - Method in exception io.netty.channel.pool.SimpleChannelPool.ChannelPoolFullException
 
fillInStackTrace() - Method in exception io.netty.channel.StacklessClosedChannelException
 
fillInStackTrace() - Method in exception io.netty.channel.unix.Errors.NativeIoException
 
fillInStackTrace() - Method in exception io.netty.handler.codec.http2.Http2Exception.StacklessHttp2Exception
 
fillInStackTrace() - Method in exception io.netty.handler.codec.http2.Http2MultiplexActiveStreamsException
 
fillInStackTrace() - Method in exception io.netty.handler.codec.spdy.SpdyProtocolException.StacklessSpdyProtocolException
 
fillInStackTrace() - Method in exception io.netty.handler.ssl.StacklessSSLHandshakeException
 
fillInStackTrace() - Method in exception io.netty.handler.timeout.TimeoutException
 
fillInStackTrace() - Method in exception io.netty.resolver.dns.DnsNameResolverException
 
fillInStackTrace() - Method in exception io.netty.resolver.dns.DnsResolveContext.DnsResolveContextException
 
fillInStackTrace() - Method in exception io.netty.resolver.dns.DnsResolveContext.SearchDomainUnknownHostException
 
fillInStackTrace() - Method in exception io.netty.util.concurrent.DefaultPromise.LeanCancellationException
 
fillInStackTrace() - Method in exception io.netty.util.concurrent.DefaultPromise.StacklessCancellationException
 
fillInStackTrace() - Method in error io.netty.util.Signal
 
filter(int) - Method in class io.netty.channel.kqueue.KQueueEventArray
 
filterArgs - Variable in class io.netty.channel.kqueue.AcceptFilter
 
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 ciphers based 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 - Variable in class io.netty.channel.kqueue.AcceptFilter
 
filterName() - Method in class io.netty.channel.kqueue.AcceptFilter
 
filterName(String, ChannelHandler) - Method in class io.netty.channel.DefaultChannelPipeline
 
filterOutboundMessage(Object) - Method in class io.netty.channel.AbstractChannel
Invoked when a new message is added to a ChannelOutboundBuffer of this AbstractChannel, so that the Channel implementation 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.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.
 
filterResults(List<DnsRecord>) - Method in class io.netty.resolver.dns.DnsRecordResolveContext
 
filterResults(List<InetAddress>) - Method in class io.netty.resolver.dns.DnsAddressResolveContext
 
filterResults(List<T>) - Method in class io.netty.resolver.dns.DnsResolveContext
Returns a filtered list of results which should be the final result of DNS resolution.
filterRule - Variable in class io.netty.handler.ipfilter.IpSubnetFilterRule
 
FIN - io.netty.handler.pcap.TCPPacket.TCPFlag
 
finalFragment - Variable in class io.netty.handler.codec.http.websocketx.WebSocketFrame
Flag to indicate if this frame is the final fragment in a message.
finalize() - Method in class io.netty.buffer.PoolArena
 
finalize() - Method in class io.netty.buffer.PoolThreadCache.FreeOnFinalize
 
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
 
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.
finalResult - Variable in class io.netty.resolver.dns.DnsResolveContext
 
find(Channel) - Method in interface io.netty.channel.group.ChannelGroupFuture
Returns the ChannelFuture of the individual I/O operation which is associated with the specified Channel.
find(Channel) - Method in class io.netty.channel.group.DefaultChannelGroupFuture
 
find(Channel) - Method in class io.netty.channel.group.VoidChannelGroupFuture
 
find(ChannelId) - Method in interface io.netty.channel.group.ChannelGroup
Returns the Channel which has the specified ChannelId.
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 a LF ('\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
FIND_LINEAR_WHITESPACE - Static variable in interface io.netty.util.ByteProcessor
Aborts on a linear whitespace (a (' ' or a '\t').
FIND_NON_ASCII - Static variable in class io.netty.buffer.ByteBufUtil
Aborts on a byte which is not a valid ASCII character.
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 a LF ('\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
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 (';').
find0(Object, Class<?>, String) - Static method in class io.netty.util.internal.TypeParameterMatcher
 
findComponent(int) - Method in class io.netty.buffer.CompositeByteBuf
 
findComponent(int) - Method in class io.netty.buffer.FixedCompositeByteBuf
 
findComponent0(int) - Method in class io.netty.buffer.CompositeByteBuf
 
findContextInbound(int) - Method in class io.netty.channel.AbstractChannelHandlerContext
 
findContextOutbound(int) - Method in class io.netty.channel.AbstractChannelHandlerContext
 
findCtx() - Method in class io.netty.handler.codec.http2.Http2StreamChannelBootstrap
 
findDelimiter(ByteBuf, int, byte[], boolean) - Static method in class io.netty.handler.codec.http.multipart.HttpPostBodyUtil
Try to find the delimiter, with LF or CRLF in front of it (added as delimiters) if needed
findEndOfHeader(ByteBuf) - Static method in class io.netty.handler.codec.haproxy.HAProxyMessageDecoder
Returns the index in the buffer of the end of header if found.
findEndOfHeader(ByteBuf) - Method in class io.netty.handler.codec.haproxy.HAProxyMessageDecoder.HeaderExtractor
Find the end of the header from the given ByteBuf,the end may be a CRLF, or the length given by the header.
findEndOfHeader(ByteBuf) - Method in class io.netty.handler.codec.haproxy.HAProxyMessageDecoder.LineHeaderExtractor
 
findEndOfHeader(ByteBuf) - Method in class io.netty.handler.codec.haproxy.HAProxyMessageDecoder.StructHeaderExtractor
 
findEndOfLine(ByteBuf) - Static method in class io.netty.handler.codec.haproxy.HAProxyMessageDecoder
Returns the index in the buffer of the end of line found.
findEndOfLine(ByteBuf) - Method in class io.netty.handler.codec.LineBasedFrameDecoder
Returns the index in the buffer of the end of line found.
findEndOfString(byte[], int, int) - Static method in class io.netty.handler.codec.http.HttpObjectDecoder
 
findEndOfString(String) - Static method in class io.netty.handler.codec.http.multipart.HttpPostBodyUtil
Find the end of String
findIt(int) - Method in class io.netty.buffer.CompositeByteBuf
 
findLastLineBreak(ByteBuf, int) - Static method in class io.netty.handler.codec.http.multipart.HttpPostBodyUtil
Try to find last LF or CRLF as Line Breaking
findLineBreak(ByteBuf, int) - Static method in class io.netty.handler.codec.http.multipart.HttpPostBodyUtil
Try to find first LF or CRLF as Line Breaking
findMatchingLength(ByteBuf, int, int, int) - Static method in class io.netty.handler.codec.compression.Snappy
Iterates over the supplied input buffer between the supplied minIndex and maxIndex to find how long our matched copy overlaps with an already-written literal value.
findMultipartDelimiter(String, HttpPostRequestDecoder.MultiPartStatus, HttpPostRequestDecoder.MultiPartStatus) - Method in class io.netty.handler.codec.http.multipart.HttpPostMultipartRequestDecoder
Find the next Multipart Delimiter
findMultipartDisposition() - Method in class io.netty.handler.codec.http.multipart.HttpPostMultipartRequestDecoder
Find the next Disposition
findNextAvail() - Method in class io.netty.buffer.PoolSubpage
 
findNextAvail0(int, long) - Method in class io.netty.buffer.PoolSubpage
 
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.
findNextValue() - Method in class io.netty.handler.codec.http.ReadOnlyHttpHeaders.ReadOnlyStringValueIterator
 
findNextValue() - Method in class io.netty.handler.codec.http.ReadOnlyHttpHeaders.ReadOnlyValueIterator
 
findNodesToRelocate(int[], int) - Static method in class io.netty.handler.codec.compression.Bzip2HuffmanAllocator
Finds the number of nodes to relocate in order to achieve a given code length limit.
findNonSPLenient(byte[], int, int) - Static method in class io.netty.handler.codec.http.HttpObjectDecoder
 
findNonWhitespace(byte[], int, int) - Static method in class io.netty.handler.codec.http.HttpObjectDecoder
 
findNonWhitespace(String, int) - Static method in class io.netty.handler.codec.http.multipart.HttpPostBodyUtil
Find the first non whitespace
findOpenMethod(String) - Static method in class io.netty.channel.socket.nio.SelectorProviderUtil
 
findPathEndIndex(String) - Static method in class io.netty.handler.codec.http.QueryStringDecoder
 
findSPLenient(byte[], int, int) - Static method in class io.netty.handler.codec.http.HttpObjectDecoder
 
findVersion(ByteBuf) - Static method in class io.netty.handler.codec.haproxy.HAProxyMessageDecoder
Returns the proxy protocol specification version in the buffer if the version is found.
FINGERPRINT_PATTERN - Static variable in class io.netty.handler.ssl.util.FingerprintTrustManagerFactory
 
FINGERPRINT_STRIP_PATTERN - Static variable in class io.netty.handler.ssl.util.FingerprintTrustManagerFactory
 
fingerprints - Variable in class io.netty.handler.ssl.util.FingerprintTrustManagerFactory
 
fingerprints - Variable in class io.netty.handler.ssl.util.FingerprintTrustManagerFactoryBuilder
A list of fingerprints.
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 TrustManagerFactory that 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.
FingerprintTrustManagerFactory(String, byte[][]) - Constructor for class io.netty.handler.ssl.util.FingerprintTrustManagerFactory
Creates a new instance.
FingerprintTrustManagerFactoryBuilder - Class in io.netty.handler.ssl.util
A builder for creating FingerprintTrustManagerFactory.
FingerprintTrustManagerFactoryBuilder(String) - Constructor for class io.netty.handler.ssl.util.FingerprintTrustManagerFactoryBuilder
Creates a builder.
finish() - Method in class io.netty.channel.embedded.EmbeddedChannel
Mark this Channel as finished.
finish() - Method in class io.netty.handler.codec.http.websocketx.Utf8Validator
 
finish() - Method in class io.netty.handler.codec.http2.HpackDecoder.Http2HeadersSink
 
finish(boolean) - Method in class io.netty.channel.embedded.EmbeddedChannel
Mark this Channel as finished.
finish(Promise<Void>) - Method in class io.netty.util.concurrent.PromiseCombiner
Sets the promise to be notified when all combined futures have finished.
FINISH_READ_FUTURE_UPDATER - Static variable in class io.netty.channel.local.LocalChannel
 
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 aggregated message is about to be passed to the next handler in the pipeline.
finishAggregation0(O) - Method in class io.netty.handler.codec.MessageAggregator
 
finishAndReleaseAll() - Method in class io.netty.channel.embedded.EmbeddedChannel
Mark this Channel as finished and release all pending message in the inbound and outbound buffer.
finishConnect() - Method in class io.netty.channel.epoll.AbstractEpollChannel.AbstractEpollUnsafe
 
finishConnect() - Method in class io.netty.channel.kqueue.AbstractKQueueChannel.AbstractKQueueUnsafe
 
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
 
finishConnect(int) - Static method in class io.netty.channel.unix.Socket
 
finishDecode(List<Object>) - Method in class io.netty.handler.codec.http.HttpContentDecoder
 
finished - Variable in class io.netty.handler.codec.compression.Bzip2Encoder
(@code true} if the compressed stream has been finished, otherwise false.
finished - Variable in class io.netty.handler.codec.compression.JdkZlibDecoder
 
finished - Variable in class io.netty.handler.codec.compression.JdkZlibEncoder
 
finished - Variable in class io.netty.handler.codec.compression.JZlibDecoder
 
finished - Variable in class io.netty.handler.codec.compression.JZlibEncoder
 
finished - Variable in class io.netty.handler.codec.haproxy.HAProxyMessageDecoder
true if we're finished decoding the proxy protocol header
finished - Variable in class io.netty.handler.codec.spdy.SpdyHeaderBlockJZlibEncoder
 
finished - Variable in class io.netty.handler.codec.spdy.SpdyHeaderBlockZlibEncoder
 
finished - Variable in class io.netty.handler.proxy.ProxyHandler
 
FINISHED - io.netty.handler.ssl.ReferenceCountedOpenSslEngine.HandshakeState
Handshake is finished.
finishEncode(ChannelHandlerContext, ChannelPromise) - Method in class io.netty.handler.codec.compression.Bzip2Encoder
 
finishEncode(ChannelHandlerContext, ChannelPromise) - Method in class io.netty.handler.codec.compression.JdkZlibEncoder
 
finishEncode(ChannelHandlerContext, ChannelPromise) - Method in class io.netty.handler.codec.compression.JZlibEncoder
 
finishEncode(List<Object>) - Method in class io.netty.handler.codec.http.HttpContentEncoder
 
finishFailure(String, Throwable, boolean) - Method in class io.netty.resolver.dns.DnsQueryContext
Notifies the original Promise that the query completes because of an failure.
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)}.
finishPeerRead(LocalChannel) - Method in class io.netty.channel.local.LocalChannel
 
finishPeerRead0(LocalChannel) - Method in class io.netty.channel.local.LocalChannel
 
finishPendingTasks(boolean) - Method in class io.netty.channel.embedded.EmbeddedChannel
 
finishReadFuture - Variable in class io.netty.channel.local.LocalChannel
 
finishResolve(Promise<List<T>>, Throwable) - Method in class io.netty.resolver.dns.DnsResolveContext
 
finishSuccess(AddressedEnvelope<? extends DnsResponse, InetSocketAddress>) - Method in class io.netty.resolver.dns.DnsQueryContext
Notifies the original Promise that the response for the query was received.
FIRE_EXCEPTION_ON_FAILURE - Static variable in interface io.netty.channel.ChannelFutureListener
A ChannelFutureListener that forwards the Throwable of the ChannelFuture into the ChannelPipeline.
fireBufferedMessages() - Method in class io.netty.handler.ssl.ApplicationProtocolNegotiationHandler
Process all backlog into pipeline from List.
fireChannelActive() - Method in class io.netty.channel.AbstractChannelHandlerContext
 
fireChannelActive() - Method in interface io.netty.channel.ChannelHandlerContext
 
fireChannelActive() - Method in interface io.netty.channel.ChannelInboundInvoker
A Channel is active now, which means it is connected.
fireChannelActive() - Method in interface io.netty.channel.ChannelPipeline
 
fireChannelActive() - Method in class io.netty.channel.CombinedChannelDuplexHandler.DelegatingChannelHandlerContext
 
fireChannelActive() - Method in class io.netty.channel.DefaultChannelPipeline
 
fireChannelInactive() - Method in class io.netty.channel.AbstractChannelHandlerContext
 
fireChannelInactive() - Method in interface io.netty.channel.ChannelHandlerContext
 
fireChannelInactive() - Method in interface io.netty.channel.ChannelInboundInvoker
A Channel is inactive now, which means it is closed.
fireChannelInactive() - Method in interface io.netty.channel.ChannelPipeline
 
fireChannelInactive() - Method in class io.netty.channel.CombinedChannelDuplexHandler.DelegatingChannelHandlerContext
 
fireChannelInactive() - Method in class io.netty.channel.DefaultChannelPipeline
 
fireChannelInactiveAndDeregister(boolean) - Method in class io.netty.channel.AbstractChannel.AbstractUnsafe
 
fireChannelInactiveAndDeregister(ChannelPromise, boolean) - Method in class io.netty.handler.codec.http2.AbstractHttp2StreamChannel.Http2ChannelUnsafe
 
fireChannelRead(ChannelHandlerContext, CodecOutputList, int) - Static method in class io.netty.handler.codec.ByteToMessageDecoder
Get numElements out of the CodecOutputList and forward these through the pipeline.
fireChannelRead(ChannelHandlerContext, FullHttpMessage, boolean, Http2Stream) - Method in class io.netty.handler.codec.http2.InboundHttp2ToHttpAdapter
Set final headers and fire a channel read event
fireChannelRead(ChannelHandlerContext, List<Object>, int) - Static method in class io.netty.handler.codec.ByteToMessageDecoder
Get numElements out of the List and forward these through the pipeline.
fireChannelRead(Object) - Method in class io.netty.channel.AbstractChannelHandlerContext
 
fireChannelRead(Object) - Method in interface io.netty.channel.ChannelHandlerContext
 
fireChannelRead(Object) - Method in interface io.netty.channel.ChannelInboundInvoker
A Channel received a message.
fireChannelRead(Object) - Method in interface io.netty.channel.ChannelPipeline
 
fireChannelRead(Object) - Method in class io.netty.channel.CombinedChannelDuplexHandler.DelegatingChannelHandlerContext
 
fireChannelRead(Object) - Method in class io.netty.channel.DefaultChannelPipeline
 
fireChannelReadComplete() - Method in class io.netty.channel.AbstractChannelHandlerContext
 
fireChannelReadComplete() - Method in interface io.netty.channel.ChannelHandlerContext
 
fireChannelReadComplete() - Method in interface io.netty.channel.ChannelInboundInvoker
fireChannelReadComplete() - Method in interface io.netty.channel.ChannelPipeline
 
fireChannelReadComplete() - Method in class io.netty.channel.CombinedChannelDuplexHandler.DelegatingChannelHandlerContext
 
fireChannelReadComplete() - Method in class io.netty.channel.DefaultChannelPipeline
 
fireChannelRegistered() - Method in class io.netty.channel.AbstractChannelHandlerContext
 
fireChannelRegistered() - Method in interface io.netty.channel.ChannelHandlerContext
 
fireChannelRegistered() - Method in interface io.netty.channel.ChannelInboundInvoker
A Channel was registered to its EventLoop.
fireChannelRegistered() - Method in interface io.netty.channel.ChannelPipeline
 
fireChannelRegistered() - Method in class io.netty.channel.CombinedChannelDuplexHandler.DelegatingChannelHandlerContext
 
fireChannelRegistered() - Method in class io.netty.channel.DefaultChannelPipeline
 
fireChannelUnregistered() - Method in class io.netty.channel.AbstractChannelHandlerContext
 
fireChannelUnregistered() - Method in interface io.netty.channel.ChannelHandlerContext
 
fireChannelUnregistered() - Method in interface io.netty.channel.ChannelInboundInvoker
A Channel was unregistered from its EventLoop.
fireChannelUnregistered() - Method in interface io.netty.channel.ChannelPipeline
 
fireChannelUnregistered() - Method in class io.netty.channel.CombinedChannelDuplexHandler.DelegatingChannelHandlerContext
 
fireChannelUnregistered() - Method in class io.netty.channel.DefaultChannelPipeline
 
fireChannelWritabilityChanged() - Method in class io.netty.channel.AbstractChannelHandlerContext
 
fireChannelWritabilityChanged() - Method in interface io.netty.channel.ChannelHandlerContext
 
fireChannelWritabilityChanged() - Method in interface io.netty.channel.ChannelInboundInvoker
fireChannelWritabilityChanged() - Method in interface io.netty.channel.ChannelPipeline
 
fireChannelWritabilityChanged() - Method in class io.netty.channel.CombinedChannelDuplexHandler.DelegatingChannelHandlerContext
 
fireChannelWritabilityChanged() - Method in class io.netty.channel.DefaultChannelPipeline
 
fireChannelWritabilityChanged(boolean) - Method in class io.netty.channel.ChannelOutboundBuffer
 
fireChannelWritabilityChanged(boolean) - Method in class io.netty.handler.codec.http2.AbstractHttp2StreamChannel
 
fireChannelWritabilityChangedTask - Variable in class io.netty.channel.ChannelOutboundBuffer
 
fireChannelWritabilityChangedTask - Variable in class io.netty.handler.codec.http2.AbstractHttp2StreamChannel
 
fireChildRead(Http2Frame) - Method in class io.netty.handler.codec.http2.AbstractHttp2StreamChannel
Receive a read message.
fireChildReadComplete() - Method in class io.netty.handler.codec.http2.AbstractHttp2StreamChannel
 
firedChannelRead - Variable in class io.netty.handler.codec.ByteToMessageDecoder
This flag is used to determine if we need to call ChannelHandlerContext.read() to consume more data when ChannelConfig.isAutoRead() is false.
fireEventAndClose(Object) - Method in class io.netty.channel.epoll.AbstractEpollChannel.AbstractEpollUnsafe
 
fireEventAndClose(Object) - Method in class io.netty.channel.kqueue.AbstractKQueueChannel.AbstractKQueueUnsafe
 
fireException0(Throwable) - Method in class io.netty.channel.VoidChannelPromise
 
fireExceptionCaught(Throwable) - Method in class io.netty.channel.AbstractChannelHandlerContext
 
fireExceptionCaught(Throwable) - Method in interface io.netty.channel.ChannelHandlerContext
 
fireExceptionCaught(Throwable) - Method in interface io.netty.channel.ChannelInboundInvoker
A Channel received an Throwable in one of its inbound operations.
fireExceptionCaught(Throwable) - Method in interface io.netty.channel.ChannelPipeline
 
fireExceptionCaught(Throwable) - Method in class io.netty.channel.CombinedChannelDuplexHandler.DelegatingChannelHandlerContext
 
fireExceptionCaught(Throwable) - Method in class io.netty.channel.DefaultChannelPipeline
 
fireExceptionCaughtForActiveStream(Throwable) - Method in class io.netty.handler.codec.http2.Http2MultiplexHandler
 
fireExceptionListener - Variable in class io.netty.channel.VoidChannelPromise
 
fireSniCompletionEvent(ChannelHandlerContext, String, Future<?>) - Static method in class io.netty.handler.ssl.AbstractSniHandler
 
fireUserEventTriggered(Object) - Method in class io.netty.channel.AbstractChannelHandlerContext
 
fireUserEventTriggered(Object) - Method in interface io.netty.channel.ChannelHandlerContext
 
fireUserEventTriggered(Object) - Method in interface io.netty.channel.ChannelInboundInvoker
A Channel received an user defined event.
fireUserEventTriggered(Object) - Method in interface io.netty.channel.ChannelPipeline
 
fireUserEventTriggered(Object) - Method in class io.netty.channel.CombinedChannelDuplexHandler.DelegatingChannelHandlerContext
 
fireUserEventTriggered(Object) - Method in class io.netty.channel.DefaultChannelPipeline
 
first - Variable in class io.netty.handler.codec.ByteToMessageDecoder
 
first - Variable in class io.netty.handler.codec.compression.Bzip2DivSufSort.PartitionResult
 
first - Variable in class io.netty.handler.timeout.IdleStateEvent
 
first() - Method in interface io.netty.channel.ChannelPipeline
Returns the first ChannelHandler in this pipeline.
first() - Method in class io.netty.channel.DefaultChannelPipeline
 
first(int[], int, int) - Static method in class io.netty.handler.codec.compression.Bzip2HuffmanAllocator
 
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
 
firstAddress(List<InetAddress>) - Static method in class io.netty.resolver.DefaultHostsFileEntriesResolver
 
firstAllIdleEvent - Variable in class io.netty.handler.timeout.IdleStateHandler
 
firstAnyPattern(long, long, boolean) - Static method in class io.netty.buffer.ByteBufUtil.SWARByteSearch
 
firstContext() - Method in interface io.netty.channel.ChannelPipeline
Returns the context of the first ChannelHandler in this pipeline.
firstContext() - Method in class io.netty.channel.DefaultChannelPipeline
 
firstFrameWritten - Variable in class io.netty.handler.codec.http2.AbstractHttp2StreamChannel
true after the first HEADERS frame has been written
firstIndexOf(AbstractByteBuf, int, int, byte) - Static method in class io.netty.buffer.ByteBufUtil
This is using a SWAR (SIMD Within A Register) batch read technique to minimize bound-checks and improve memory usage while searching for value.
firstInvalidCookieNameOctet(CharSequence) - Static method in class io.netty.handler.codec.http.cookie.CookieUtil
 
firstInvalidCookieNameOctet(CharSequence) - Static method in class io.netty.handler.codec.http.CookieUtil
Deprecated.
 
firstInvalidCookieValueOctet(CharSequence) - Static method in class io.netty.handler.codec.http.cookie.CookieUtil
 
firstInvalidCookieValueOctet(CharSequence) - Static method in class io.netty.handler.codec.http.CookieUtil
Deprecated.
 
firstInvalidOctet(CharSequence, BitSet) - Static method in class io.netty.handler.codec.http.cookie.CookieUtil
 
firstInvalidOctet(CharSequence, BitSet) - Static method in class io.netty.handler.codec.http.CookieUtil
Deprecated.
 
firstNonPseudo - Variable in class io.netty.handler.codec.http2.DefaultHttp2Headers
 
firstReaderIdleEvent - Variable in class io.netty.handler.timeout.IdleStateHandler
 
firstRegistration - Variable in class io.netty.channel.DefaultChannelPipeline
 
firstWriteComplete(ChannelFuture, ChannelPromise) - Method in class io.netty.handler.codec.http2.AbstractHttp2StreamChannel.Http2ChannelUnsafe
 
firstWriterIdleEvent - Variable in class io.netty.handler.timeout.IdleStateHandler
 
FixedChannelPool - Class in io.netty.channel.pool
ChannelPool implementation that takes another ChannelPool implementation 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.AcquireListener - Class in io.netty.channel.pool
 
FixedChannelPool.AcquireTask - Class in io.netty.channel.pool
 
FixedChannelPool.AcquireTimeoutAction - Enum in io.netty.channel.pool
 
FixedChannelPool.AcquireTimeoutException - Exception in io.netty.channel.pool
 
FixedChannelPool.TimeoutTask - Class in io.netty.channel.pool
 
FixedCompositeByteBuf - Class in io.netty.buffer
ByteBuf implementation which allows to wrap an array of ByteBuf in a read-only mode.
FixedCompositeByteBuf(ByteBufAllocator, ByteBuf...) - Constructor for class io.netty.buffer.FixedCompositeByteBuf
 
FixedCompositeByteBuf.Component - Class in io.netty.buffer
 
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 RecvByteBufAllocator that 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.
FixedRecvByteBufAllocator.HandleImpl - Class in io.netty.channel
 
FixedRedisMessagePool - Class in io.netty.handler.codec.redis
A default fixed redis message pool.
FixedRedisMessagePool() - Constructor for class io.netty.handler.codec.redis.FixedRedisMessagePool
Creates a FixedRedisMessagePool instance.
FixedRedisMessagePool.RedisErrorKey - Enum in io.netty.handler.codec.redis
 
FixedRedisMessagePool.RedisReplyKey - Enum in io.netty.handler.codec.redis
 
flags - Variable in class io.netty.channel.epoll.AbstractEpollChannel
 
flags - Variable in class io.netty.handler.codec.compression.JdkZlibDecoder
 
flags - Variable in class io.netty.handler.codec.http2.DefaultHttp2FrameReader
 
flags - Variable in class io.netty.handler.codec.http2.DefaultHttp2UnknownFrame
 
flags - Variable in class io.netty.handler.codec.http2.WeightedFairQueueByteDistributor.State
 
flags - Variable in class io.netty.handler.codec.spdy.SpdyFrameDecoder
 
flags() - Method in class io.netty.handler.codec.dns.AbstractDnsOptPseudoRrRecord
 
flags() - Method in interface io.netty.handler.codec.dns.DnsOptPseudoRecord
Returns the flags which includes DO and Z which is encoded into DnsRecord.timeToLive().
flags() - Method in class io.netty.handler.codec.http2.DefaultHttp2UnknownFrame
 
flags() - Method in interface io.netty.handler.codec.http2.Http2UnknownFrame
 
flags(int) - Method in class io.netty.channel.kqueue.KQueueEventArray
 
FLG_READ - io.netty.handler.codec.compression.JdkZlibDecoder.GzipState
 
FLOAT_ZERO - Static variable in class io.netty.util.internal.ObjectUtil
 
floatArrayAppend(StringBuilder, float[]) - Static method in class io.netty.util.internal.logging.MessageFormatter
 
FLOW_CONTROL_ERROR - io.netty.handler.codec.http2.Http2Error
 
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 FlowControlHandler ensures that only one message per read() is sent downstream.
FlowControlHandler() - Constructor for class io.netty.handler.flow.FlowControlHandler
 
FlowControlHandler(boolean) - Constructor for class io.netty.handler.flow.FlowControlHandler
 
FlowControlHandler.RecyclableArrayDeque - Class in io.netty.handler.flow
A recyclable ArrayDeque.
FlowControlledBase(Http2Stream, int, boolean, ChannelPromise) - Constructor for class io.netty.handler.codec.http2.DefaultHttp2ConnectionEncoder.FlowControlledBase
 
flowControlledBytes - Variable in class io.netty.handler.codec.http2.AbstractHttp2StreamChannel
 
FlowControlledData(Http2Stream, ByteBuf, int, boolean, ChannelPromise) - Constructor for class io.netty.handler.codec.http2.DefaultHttp2ConnectionEncoder.FlowControlledData
 
FlowControlledFrameSizeEstimator() - Constructor for class io.netty.handler.codec.http2.AbstractHttp2StreamChannel.FlowControlledFrameSizeEstimator
 
FlowControlledHeaders(Http2Stream, Http2Headers, boolean, int, short, boolean, int, boolean, ChannelPromise) - Constructor for class io.netty.handler.codec.http2.DefaultHttp2ConnectionEncoder.FlowControlledHeaders
 
flowController - Variable in class io.netty.handler.codec.http2.DefaultHttp2Connection.DefaultEndpoint
 
flowController - Variable in class io.netty.handler.codec.http2.DelegatingDecompressorFrameListener.ConsumedBytesConverter
 
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.DefaultHttp2Connection.DefaultEndpoint
 
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 class io.netty.handler.codec.http2.DefaultHttp2Connection.DefaultEndpoint
 
flowController(F) - Method in interface io.netty.handler.codec.http2.Http2Connection.Endpoint
Sets the flow controller for this endpoint.
flowControllerInitialized - Variable in class io.netty.handler.codec.http2.DelegatingDecompressorFrameListener
 
FlowState(Http2Stream) - Constructor for class io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController.FlowState
 
flush() - Method in class io.netty.channel.AbstractChannel.AbstractUnsafe
 
flush() - Method in class io.netty.channel.AbstractChannel
 
flush() - Method in class io.netty.channel.AbstractChannelHandlerContext
 
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.CombinedChannelDuplexHandler.DelegatingChannelHandlerContext
 
flush() - Method in class io.netty.channel.DefaultChannelPipeline
 
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 class io.netty.handler.codec.http2.AbstractHttp2StreamChannel
 
flush() - Method in class io.netty.handler.codec.http2.AbstractHttp2StreamChannel.Http2ChannelUnsafe
 
flush() - Method in class io.netty.handler.codec.serialization.ObjectEncoderOutputStream
Deprecated.
 
flush(ByteBuf) - Method in class io.netty.handler.codec.compression.Bzip2BitWriter
Writes any remaining bits to the output ByteBuf, zero padding to a whole byte as required.
flush(ChannelHandlerContext) - Method in class io.netty.channel.ChannelDuplexHandler
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
flush(ChannelHandlerContext) - Method in class io.netty.channel.CombinedChannelDuplexHandler
 
flush(ChannelHandlerContext) - Method in class io.netty.channel.DefaultChannelPipeline.HeadContext
 
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.http.websocketx.WebSocketProtocolHandler
 
flush(ChannelHandlerContext) - Method in class io.netty.handler.codec.http2.Http2ConnectionHandler
 
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.HttpProxyHandler.HttpClientCodecWrapper
 
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(ChannelHandlerContext, ChannelPromise) - Method in class io.netty.handler.ssl.SslHandler
 
flush(ChannelMatcher) - Method in interface io.netty.channel.group.ChannelGroup
Flush all Channels in this group that are matched by the given ChannelMatcher.
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.epoll.AbstractEpollChannel.AbstractEpollUnsafe
 
flush0() - Method in class io.netty.channel.kqueue.AbstractKQueueChannel.AbstractKQueueUnsafe
 
flush0() - Method in class io.netty.channel.nio.AbstractNioChannel.AbstractNioUnsafe
 
flush0(ChannelHandlerContext) - Method in class io.netty.handler.codec.http2.AbstractHttp2StreamChannel
 
flush0(ChannelHandlerContext) - Method in class io.netty.handler.codec.http2.Http2MultiplexCodec
Deprecated.
 
flush0(ChannelHandlerContext) - Method in class io.netty.handler.codec.http2.Http2MultiplexCodec.Http2MultiplexCodecStreamChannel
Deprecated.
 
flushAndWrite(Object) - Method in interface io.netty.channel.group.ChannelGroup
Deprecated.
flushAndWrite(Object) - Method in class io.netty.channel.group.DefaultChannelGroup
 
flushAndWrite(Object, ChannelMatcher) - Method in interface io.netty.channel.group.ChannelGroup
flushAndWrite(Object, ChannelMatcher) - Method in class io.netty.channel.group.DefaultChannelGroup
 
flushCheckpoint() - Method in class io.netty.channel.ChannelFlushPromiseNotifier.DefaultFlushCheckpoint
 
flushCheckpoint() - Method in interface io.netty.channel.ChannelFlushPromiseNotifier.FlushCheckpoint
 
flushCheckpoint() - Method in class io.netty.channel.DefaultChannelProgressivePromise
 
flushCheckpoint() - Method in class io.netty.channel.DefaultChannelPromise
 
flushCheckpoint(long) - Method in class io.netty.channel.ChannelFlushPromiseNotifier.DefaultFlushCheckpoint
 
flushCheckpoint(long) - Method in interface io.netty.channel.ChannelFlushPromiseNotifier.FlushCheckpoint
 
flushCheckpoint(long) - Method in class io.netty.channel.DefaultChannelProgressivePromise
 
flushCheckpoint(long) - Method in class io.netty.channel.DefaultChannelPromise
 
flushCheckpoints - Variable in class io.netty.channel.ChannelFlushPromiseNotifier
 
FlushConsolidationHandler - Class in io.netty.handler.flush
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.
flushed - Variable in class io.netty.channel.ChannelOutboundBuffer
 
flushedEntry - Variable in class io.netty.channel.ChannelOutboundBuffer
 
flushedPrematurely - Variable in class io.netty.handler.proxy.ProxyHandler
 
flushIfNeeded(ChannelHandlerContext) - Method in class io.netty.handler.flush.FlushConsolidationHandler
 
flushIfNeeded(ChannelHandlerContext) - Method in class io.netty.handler.ssl.SslHandler
 
flushInbound() - Method in class io.netty.channel.embedded.EmbeddedChannel
Flushes the inbound of this Channel.
flushInbound(boolean, ChannelPromise) - Method in class io.netty.channel.embedded.EmbeddedChannel
 
flushNow(ChannelHandlerContext) - Method in class io.netty.handler.flush.FlushConsolidationHandler
 
flushOutbound() - Method in class io.netty.channel.embedded.EmbeddedChannel
Flushes the outbound of this Channel.
flushOutbound0() - Method in class io.netty.channel.embedded.EmbeddedChannel
 
flushPendingCount - Variable in class io.netty.handler.flush.FlushConsolidationHandler
 
flushPreface - Variable in class io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
 
flushPreface - Variable in class io.netty.handler.codec.http2.Http2ConnectionHandler
 
flushPreface() - Method in class io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
Determine if the Preface should be automatically flushed when the Channel becomes active or not.
flushPreface(boolean) - Method in class io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
Determine if the Preface should be automatically flushed when the Channel becomes active or not.
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
 
flushQueries() - Method in class io.netty.resolver.dns.DnsNameResolver
 
flushTask - Variable in class io.netty.channel.epoll.AbstractEpollStreamChannel
 
flushTask - Variable in class io.netty.channel.kqueue.AbstractKQueueStreamChannel
 
flushTask - Variable in class io.netty.channel.nio.AbstractNioByteChannel
 
flushTask - Variable in class io.netty.handler.flush.FlushConsolidationHandler
 
FNAME - Static variable in class io.netty.handler.codec.compression.JdkZlibDecoder
 
fold(V) - Method in class io.netty.handler.codec.serialization.ReferenceMap
 
fold(V) - Method in class io.netty.handler.codec.serialization.SoftReferenceMap
 
fold(V) - Method in class io.netty.handler.codec.serialization.WeakReferenceMap
 
followCname(DnsQuestion, String, DnsQueryLifecycleObserver, Promise<List<T>>) - Method in class io.netty.resolver.dns.DnsResolveContext
 
FOOTER_START - io.netty.handler.codec.compression.JdkZlibDecoder.GzipState
 
forAnyOrigin() - Static method in class io.netty.handler.codec.http.cors.CorsConfigBuilder
Creates a Builder instance with it's origin set to '*'.
forbidden(ChannelHandlerContext, HttpRequest) - Static method in class io.netty.handler.codec.http.cors.CorsHandler
 
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
 
FORCE_CLOSE_INIT_UPDATER - Static variable in class io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker
 
forceClose(Channel, Throwable) - Static method in class io.netty.bootstrap.ServerBootstrap.ServerBootstrapAcceptor
 
forceCloseComplete - Variable in class io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker
 
forceCloseInit - Variable in class io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker
 
forceCloseTimeoutMillis - Variable in class io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker
 
forceCloseTimeoutMillis - Variable in class io.netty.handler.codec.http.websocketx.WebSocketClientProtocolConfig.Builder
 
forceCloseTimeoutMillis - Variable in class io.netty.handler.codec.http.websocketx.WebSocketClientProtocolConfig
 
forceCloseTimeoutMillis - Variable in class io.netty.handler.codec.http.websocketx.WebSocketProtocolHandler
 
forceCloseTimeoutMillis - Variable in class io.netty.handler.codec.http.websocketx.WebSocketServerProtocolConfig.Builder
 
forceCloseTimeoutMillis - Variable in class io.netty.handler.codec.http.websocketx.WebSocketServerProtocolConfig
 
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
 
forceFlush(ChannelHandlerContext) - Method in class io.netty.handler.ssl.SslHandler
 
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.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.
forDigit(int) - Static method in class io.netty.handler.codec.http.QueryStringEncoder
Convert the given digit to a upper hexadecimal char.
forEachActiveStream(Http2FrameStreamVisitor) - Method in class io.netty.handler.codec.http2.Http2ChannelDuplexHandler
Allows to iterate over all currently active streams.
forEachActiveStream(Http2FrameStreamVisitor) - Method in class io.netty.handler.codec.http2.Http2FrameCodec
Iterates over all active HTTP/2 streams.
forEachActiveStream(Http2StreamVisitor) - Method in class io.netty.handler.codec.http2.DefaultHttp2Connection.ActiveStreams
 
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.AbstractUnpooledSlicedByteBuf
 
forEachByte(int, int, ByteProcessor) - Method in class io.netty.buffer.AdvancedLeakAwareByteBuf
 
forEachByte(int, int, ByteProcessor) - Method in class io.netty.buffer.AdvancedLeakAwareCompositeByteBuf
 
forEachByte(int, int, ByteProcessor) - Method in class io.netty.buffer.ByteBuf
Iterates over the specified area of this buffer with the specified processor in 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.PooledDuplicatedByteBuf
 
forEachByte(int, int, ByteProcessor) - Method in class io.netty.buffer.PooledSlicedByteBuf
 
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.buffer.WrappedCompositeByteBuf
 
forEachByte(int, int, ByteProcessor) - Method in class io.netty.handler.codec.ReplayingDecoderByteBuf
 
forEachByte(int, int, ByteProcessor) - Method in class io.netty.util.AsciiString
Iterates over the specified area of this buffer with the specified processor in ascending order.
forEachByte(ByteProcessor) - Method in class io.netty.buffer.AbstractByteBuf
 
forEachByte(ByteProcessor) - Method in class io.netty.buffer.AdvancedLeakAwareByteBuf
 
forEachByte(ByteProcessor) - Method in class io.netty.buffer.AdvancedLeakAwareCompositeByteBuf
 
forEachByte(ByteProcessor) - Method in class io.netty.buffer.ByteBuf
Iterates over the readable bytes of this buffer with the specified processor in 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.buffer.WrappedCompositeByteBuf
 
forEachByte(ByteProcessor) - Method in class io.netty.handler.codec.ReplayingDecoderByteBuf
 
forEachByte(ByteProcessor) - Method in class io.netty.util.AsciiString
Iterates over the readable bytes of this buffer with the specified processor in ascending order.
forEachByte0(int, int, ByteProcessor) - Method in class io.netty.util.AsciiString
 
forEachByteAsc0(int, int, ByteProcessor) - Method in class io.netty.buffer.AbstractByteBuf
 
forEachByteAsc0(int, int, ByteProcessor) - Method in class io.netty.buffer.CompositeByteBuf
 
forEachByteAsc0(int, int, ByteProcessor) - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
forEachByteDesc(int, int, ByteProcessor) - Method in class io.netty.buffer.AbstractByteBuf
 
forEachByteDesc(int, int, ByteProcessor) - Method in class io.netty.buffer.AbstractUnpooledSlicedByteBuf
 
forEachByteDesc(int, int, ByteProcessor) - Method in class io.netty.buffer.AdvancedLeakAwareByteBuf
 
forEachByteDesc(int, int, ByteProcessor) - Method in class io.netty.buffer.AdvancedLeakAwareCompositeByteBuf
 
forEachByteDesc(int, int, ByteProcessor) - Method in class io.netty.buffer.ByteBuf
Iterates over the specified area of this buffer with the specified processor in 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.PooledDuplicatedByteBuf
 
forEachByteDesc(int, int, ByteProcessor) - Method in class io.netty.buffer.PooledSlicedByteBuf
 
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.buffer.WrappedCompositeByteBuf
 
forEachByteDesc(int, int, ByteProcessor) - Method in class io.netty.handler.codec.ReplayingDecoderByteBuf
 
forEachByteDesc(int, int, ByteProcessor) - Method in class io.netty.util.AsciiString
Iterates over the specified area of this buffer with the specified processor in descending order.
forEachByteDesc(ByteProcessor) - Method in class io.netty.buffer.AbstractByteBuf
 
forEachByteDesc(ByteProcessor) - Method in class io.netty.buffer.AdvancedLeakAwareByteBuf
 
forEachByteDesc(ByteProcessor) - Method in class io.netty.buffer.AdvancedLeakAwareCompositeByteBuf
 
forEachByteDesc(ByteProcessor) - Method in class io.netty.buffer.ByteBuf
Iterates over the readable bytes of this buffer with the specified processor in 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.buffer.WrappedCompositeByteBuf
 
forEachByteDesc(ByteProcessor) - Method in class io.netty.handler.codec.ReplayingDecoderByteBuf
 
forEachByteDesc(ByteProcessor) - Method in class io.netty.util.AsciiString
Iterates over the readable bytes of this buffer with the specified processor in descending order.
forEachByteDesc0(int, int, ByteProcessor) - Method in class io.netty.buffer.AbstractByteBuf
 
forEachByteDesc0(int, int, ByteProcessor) - Method in class io.netty.buffer.CompositeByteBuf
 
forEachByteDesc0(int, int, ByteProcessor) - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
forEachByteDesc0(int, int, ByteProcessor) - Method in class io.netty.util.AsciiString
 
forEachFlushedMessage(ChannelOutboundBuffer.MessageProcessor) - Method in class io.netty.channel.ChannelOutboundBuffer
Call ChannelOutboundBuffer.MessageProcessor.processMessage(Object) for each flushed message in this ChannelOutboundBuffer until ChannelOutboundBuffer.MessageProcessor.processMessage(Object) returns false or there are no more flushed messages to process.
forEngine(SSLEngine) - Static method in enum io.netty.handler.ssl.SslHandler.SslEngineType
 
FORM_DATA - Static variable in class io.netty.handler.codec.http.HttpHeaderValues
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 Date into RFC1123 format
format0(Date) - Method in class io.netty.handler.codec.DateFormatter
 
format1 - Variable in class io.netty.handler.codec.http.HttpHeaderDateFormat
Deprecated.
 
format2 - Variable in class io.netty.handler.codec.http.HttpHeaderDateFormat
Deprecated.
 
formatAddress(byte[]) - Static method in class io.netty.util.internal.MacAddressUtil
 
formatByteBuf(ChannelHandlerContext, String, ByteBuf) - Method in class io.netty.handler.logging.LoggingHandler
Generates the default log message of the specified event whose argument is a ByteBuf.
formatByteBufHolder(ChannelHandlerContext, String, ByteBufHolder) - Method in class io.netty.handler.logging.LoggingHandler
Generates the default log message of the specified event whose argument is a ByteBufHolder.
formatErrorMessage(String, Object[]) - Static method in exception io.netty.handler.codec.http2.Http2Exception
 
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
formatSimple(ChannelHandlerContext, String, Object) - Static method in class io.netty.handler.logging.LoggingHandler
Generates the default log message of the specified event whose argument is an arbitrary object.
formatter() - Static method in class io.netty.handler.codec.DateFormatter
 
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 CorsConfigBuilder instance with the specified origin.
forOrigins(String...) - Static method in class io.netty.handler.codec.http.cors.CorsConfigBuilder
Creates a CorsConfigBuilder instance with the specified origins.
forServer - Variable in class io.netty.handler.ssl.SslContextBuilder
 
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, 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, 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 SslContext with KeyManager.
forServer(KeyManagerFactory) - Static method in class io.netty.handler.ssl.SslContextBuilder
Creates a builder for new server-side SslContext.
FOUND - Static variable in class io.netty.handler.codec.http.HttpResponseStatus
302 Found
FQCN - Static variable in class io.netty.util.internal.logging.LocationAwareSlf4JLogger
 
FQCN - Static variable in class io.netty.util.internal.logging.Log4JLogger
Following the pattern discussed in pages 162 through 168 of "The complete log4j manual".
fragmentedFramesCount - Variable in class io.netty.handler.codec.http.websocketx.Utf8FrameValidator
 
fragmentedFramesCount - Variable in class io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder
 
Frame(ChannelPromise) - Constructor for class io.netty.handler.codec.http2.StreamBufferingEncoder.Frame
 
FRAME_ERROR - io.netty.handler.codec.spdy.SpdyFrameDecoder.State
 
FRAME_HEADER_LENGTH - Static variable in class io.netty.handler.codec.http2.Http2CodecUtil
 
FRAME_SIZE_ERROR - io.netty.handler.codec.http2.Http2Error
 
FRAME_TAIL - Static variable in class io.netty.handler.codec.http.websocketx.extensions.compression.DeflateDecoder
 
FRAME_TOO_LARGE - Static variable in class io.netty.handler.codec.spdy.SpdyStreamStatus
11 Frame Too Large
frameCodec - Variable in class io.netty.handler.codec.http2.Http2ChannelDuplexHandler
 
FrameDecoder() - Constructor for class io.netty.handler.codec.http2.Http2ConnectionHandler.FrameDecoder
 
frameFinalFlag - Variable in class io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder
 
frameLength - Variable in class io.netty.handler.codec.FixedLengthFrameDecoder
 
frameLengthInt - Variable in class io.netty.handler.codec.LengthFieldBasedFrameDecoder
 
frameListener - Variable in class io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
 
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 Http2FrameListener which will be notified when frames are decoded.
frameListener() - Method in class io.netty.handler.codec.http2.Http2EmptyDataFrameConnectionDecoder
 
frameListener() - Method in class io.netty.handler.codec.http2.Http2MaxRstFrameDecoder
 
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 Http2FrameListener which 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.Http2EmptyDataFrameConnectionDecoder
 
frameListener(Http2FrameListener) - Method in class io.netty.handler.codec.http2.Http2MaxRstFrameDecoder
 
frameListener(Http2FrameListener) - Method in class io.netty.handler.codec.http2.HttpToHttp2ConnectionHandlerBuilder
 
FrameListener() - Constructor for class io.netty.handler.codec.http2.Http2FrameCodec.FrameListener
 
frameListener0() - Method in class io.netty.handler.codec.http2.Http2EmptyDataFrameConnectionDecoder
 
frameListener0() - Method in class io.netty.handler.codec.http2.Http2MaxRstFrameDecoder
 
frameLogger - Variable in class io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
 
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
 
frameMasked - Variable in class io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder
 
frameOpcode - Variable in class io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder
 
framePayloadLen1 - Variable in class io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder
 
framePayloadLength - Variable in class io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder
 
frameReader - Variable in class io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder
 
frameReader - Variable in class io.netty.handler.codec.http2.Http2ServerUpgradeCodec
 
FrameReadListener() - Constructor for class io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder.FrameReadListener
 
frameRsv - Variable in class io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder
 
frames - Variable in class io.netty.handler.codec.http2.StreamBufferingEncoder.PendingStream
 
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
frameSizePolicy() - Method in interface io.netty.handler.codec.http2.Http2FrameWriter.Configuration
frameStreamToInitializeMap - Variable in class io.netty.handler.codec.http2.Http2FrameCodec
 
frameType - Variable in class io.netty.handler.codec.http2.DefaultHttp2FrameReader
 
frameType - Variable in class io.netty.handler.codec.http2.DefaultHttp2UnknownFrame
 
frameType() - Method in class io.netty.handler.codec.http2.DefaultHttp2UnknownFrame
 
frameType() - Method in interface io.netty.handler.codec.http2.Http2UnknownFrame
 
frameWriter - Variable in class io.netty.handler.codec.http2.DefaultHttp2ConnectionEncoder
 
frameWriter - Variable in class io.netty.handler.codec.http2.DefaultHttp2LocalFlowController
 
frameWriter - Variable in class io.netty.handler.codec.http2.Http2FrameCodecBuilder
 
frameWriter - Variable in class io.netty.handler.codec.http2.Http2MultiplexCodecBuilder
Deprecated.
 
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 class io.netty.handler.codec.http2.DelegatingDecompressorFrameListener.ConsumedBytesConverter
 
frameWriter(Http2FrameWriter) - Method in class io.netty.handler.codec.http2.Http2FrameCodecBuilder
 
frameWriter(Http2FrameWriter) - Method in interface io.netty.handler.codec.http2.Http2LocalFlowController
Sets the writer to be use for sending WINDOW_UPDATE frames.
frameWriter(Http2FrameWriter) - Method in class io.netty.handler.codec.http2.Http2MultiplexCodecBuilder
Deprecated.
 
free() - Method in class io.netty.buffer.CompositeByteBuf.Component
 
free() - Method in class io.netty.channel.epoll.EpollEventArray
Free this EpollEventArray.
free() - Method in class io.netty.channel.kqueue.KQueueEventArray
Free this KQueueEventArray.
free() - Method in class io.netty.channel.kqueue.NativeLongArray
 
free() - Method in class io.netty.handler.ssl.OpenSslSessionCache.NativeSslSession
 
free(boolean) - Method in class io.netty.buffer.PoolThreadCache
Should be called if the Thread that uses this cache is about to exist to release resources out of the cache
free(boolean) - Method in class io.netty.buffer.PoolThreadCache.MemoryRegionCache
Clear out this cache and free up all previous cached PoolChunks and handles.
free(int, boolean) - Method in class io.netty.buffer.PoolThreadCache.MemoryRegionCache
 
free(long, int, ByteBuffer) - Method in class io.netty.buffer.PoolChunk
Free a subpage or a run of pages When a subpage is freed from PoolSubpage, it might be added back to subpage pool of the owning PoolArena.
free(PoolChunk<T>, long, int, ByteBuffer) - Method in class io.netty.buffer.PoolChunkList
 
free(PoolChunk<T>, ByteBuffer, long, int, PoolThreadCache) - Method in class io.netty.buffer.PoolArena
 
free(PoolSubpage<T>, int) - Method in class io.netty.buffer.PoolSubpage
 
free(PoolThreadCache.MemoryRegionCache<?>[], boolean) - Static method in class io.netty.buffer.PoolThreadCache
 
free(PoolThreadCache.MemoryRegionCache<?>, boolean) - Static method in class io.netty.buffer.PoolThreadCache
 
free(ByteBuffer) - Static method in class io.netty.channel.unix.Buffer
Free the direct ByteBuffer.
freeArray(byte[]) - Method in class io.netty.buffer.UnpooledByteBufAllocator.InstrumentedUnpooledHeapByteBuf
 
freeArray(byte[]) - Method in class io.netty.buffer.UnpooledByteBufAllocator.InstrumentedUnpooledUnsafeHeapByteBuf
 
freeArray(byte[]) - Method in class io.netty.buffer.UnpooledHeapByteBuf
 
freeBio(long) - Static method in class io.netty.handler.ssl.ReferenceCountedOpenSslContext
 
FREEBSD_SND_LOW_AT_MAX - Static variable in class io.netty.channel.kqueue.BsdSocket
 
freeBytes - Variable in class io.netty.buffer.PoolChunk
 
freeBytes() - Method in class io.netty.buffer.PoolChunk
 
freeBytes() - Method in interface io.netty.buffer.PoolChunkMetric
Return the number of free bytes in the chunk.
freeChunk(PoolChunk<T>, long, int, PoolArena.SizeClass, ByteBuffer, boolean) - Method in class io.netty.buffer.PoolArena
 
freed - Variable in class io.netty.buffer.CompositeByteBuf
 
freed - Variable in class io.netty.buffer.PoolThreadCache
 
freed - Variable in class io.netty.handler.ssl.OpenSslSessionCache.NativeSslSession
 
freeDirect(ByteBuffer) - Method in class io.netty.buffer.UnpooledByteBufAllocator.InstrumentedUnpooledDirectByteBuf
 
freeDirect(ByteBuffer) - Method in class io.netty.buffer.UnpooledByteBufAllocator.InstrumentedUnpooledUnsafeDirectByteBuf
 
freeDirect(ByteBuffer) - Method in class io.netty.buffer.UnpooledByteBufAllocator.InstrumentedUnpooledUnsafeNoCleanerDirectByteBuf
 
freeDirect(ByteBuffer) - Method in class io.netty.buffer.UnpooledDirectByteBuf
Free a direct ByteBuffer
freeDirect(ByteBuffer) - Method in class io.netty.buffer.UnpooledUnsafeNoCleanerDirectByteBuf
 
freeDirect(ByteBuffer) - Method in class io.netty.buffer.WrappedUnpooledUnsafeDirectByteBuf
 
freeDirectBuffer(ByteBuffer) - Method in interface io.netty.util.internal.Cleaner
Free a direct ByteBuffer if possible
freeDirectBuffer(ByteBuffer) - Method in class io.netty.util.internal.CleanerJava6
 
freeDirectBuffer(ByteBuffer) - Method in class io.netty.util.internal.CleanerJava9
 
freeDirectBuffer(ByteBuffer) - Static method in class io.netty.util.internal.PlatformDependent
Try to deallocate the specified direct ByteBuffer.
freeDirectBuffer0(ByteBuffer) - Static method in class io.netty.util.internal.CleanerJava6
 
freeDirectBufferPrivileged(ByteBuffer) - Static method in class io.netty.util.internal.CleanerJava6
 
freeDirectBufferPrivileged(ByteBuffer) - Static method in class io.netty.util.internal.CleanerJava9
 
freeDirectNoCleaner(ByteBuffer) - Static method in class io.netty.util.internal.PlatformDependent
This method MUST only be called for ByteBuffers that were allocated via PlatformDependent.allocateDirectNoCleaner(int).
freeEntry(PoolThreadCache.MemoryRegionCache.Entry, boolean) - Method in class io.netty.buffer.PoolThreadCache.MemoryRegionCache
 
freeMaxThreshold - Variable in class io.netty.buffer.PoolChunkList
 
freeMemory(long) - Static method in class io.netty.util.internal.PlatformDependent
 
freeMemory(long) - Static method in class io.netty.util.internal.PlatformDependent0
 
freeMinThreshold - Variable in class io.netty.buffer.PoolChunkList
 
freeOnFinalize - Variable in class io.netty.buffer.PoolThreadCache
 
FreeOnFinalize(PoolThreadCache) - Constructor for class io.netty.buffer.PoolThreadCache.FreeOnFinalize
 
freeSweepAllocationThreshold - Variable in class io.netty.buffer.PoolThreadCache
 
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.
freezeTime() - Method in class io.netty.channel.embedded.EmbeddedEventLoop
 
FRESERVED - Static variable in class io.netty.handler.codec.compression.JdkZlibDecoder
 
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 FileDescriptor for the given File.
from(String) - Static method in class io.netty.channel.unix.FileDescriptor
Open a new FileDescriptor for 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"
FROM_NULL_SENDER - Static variable in class io.netty.handler.codec.smtp.SmtpRequests
 
fromBoolean(K, boolean) - Method in class io.netty.handler.codec.DefaultHeaders
 
fromByte(byte) - Static method in enum io.netty.handler.codec.socks.SocksAddressType
Deprecated.
fromByte(byte) - Static method in enum io.netty.handler.codec.socks.SocksAuthScheme
Deprecated.
fromByte(byte) - Static method in enum io.netty.handler.codec.socks.SocksAuthStatus
Deprecated.
fromByte(byte) - Static method in enum io.netty.handler.codec.socks.SocksCmdStatus
Deprecated.
fromByte(byte) - Static method in enum io.netty.handler.codec.socks.SocksCmdType
Deprecated.
fromByte(byte) - Static method in enum io.netty.handler.codec.socks.SocksProtocolVersion
Deprecated.
fromByte(byte) - Static method in enum io.netty.handler.codec.socks.SocksSubnegotiationVersion
fromByte(K, byte) - Method in class io.netty.handler.codec.DefaultHeaders
 
fromChar(K, char) - Method in class io.netty.handler.codec.DefaultHeaders
 
fromDouble(K, double) - Method in class io.netty.handler.codec.DefaultHeaders
 
fromFloat(K, float) - Method in class io.netty.handler.codec.DefaultHeaders
 
fromInt(K, int) - Method in class io.netty.handler.codec.DefaultHeaders
 
fromLong(K, long) - Method in class io.netty.handler.codec.DefaultHeaders
 
fromObject(K, Object) - Method in class io.netty.handler.codec.DefaultHeaders
 
fromProtocolNameAndLevel(String, byte) - Static method in enum io.netty.handler.codec.mqtt.MqttVersion
 
fromShort(K, short) - Method in class io.netty.handler.codec.DefaultHeaders
 
fromText(String) - Static method in class io.netty.handler.codec.http.websocketx.ContinuationWebSocketFrame
Sets the string for this frame.
fromText(String) - Static method in class io.netty.handler.codec.http.websocketx.TextWebSocketFrame
 
fromTimeMillis(K, long) - Method in class io.netty.handler.codec.DefaultHeaders
 
fromUserPropertyCollection(Collection<MqttProperties.UserProperty>) - Static method in class io.netty.handler.codec.mqtt.MqttProperties.UserProperties
 
frozenTimestamp - Variable in class io.netty.channel.embedded.EmbeddedEventLoop
When time is frozen, the timestamp returned by EmbeddedEventLoop.getCurrentTimeNanos().
fulfillConnectPromise(ChannelPromise, boolean) - Method in class io.netty.channel.epoll.AbstractEpollChannel.AbstractEpollUnsafe
 
fulfillConnectPromise(ChannelPromise, boolean) - Method in class io.netty.channel.kqueue.AbstractKQueueChannel.AbstractKQueueUnsafe
 
fulfillConnectPromise(ChannelPromise, boolean) - Method in class io.netty.channel.nio.AbstractNioChannel.AbstractNioUnsafe
 
fulfillConnectPromise(ChannelPromise, Throwable) - Method in class io.netty.channel.epoll.AbstractEpollChannel.AbstractEpollUnsafe
 
fulfillConnectPromise(ChannelPromise, Throwable) - Method in class io.netty.channel.kqueue.AbstractKQueueChannel.AbstractKQueueUnsafe
 
fulfillConnectPromise(ChannelPromise, Throwable) - Method in class io.netty.channel.nio.AbstractNioChannel.AbstractNioUnsafe
 
full - Variable in class io.netty.handler.ssl.OpenSslCachingKeyMaterialProvider
 
FullBinaryMemcacheRequest - Interface in io.netty.handler.codec.memcache.binary
A BinaryMemcacheRequest that also includes the content.
FullBinaryMemcacheResponse - Interface in io.netty.handler.codec.memcache.binary
A BinaryMemcacheResponse that also includes the content.
FullBulkStringRedisMessage - Class in io.netty.handler.codec.redis
An aggregated bulk string of RESP.
FullBulkStringRedisMessage() - Constructor for class io.netty.handler.codec.redis.FullBulkStringRedisMessage
 
FullBulkStringRedisMessage(ByteBuf) - Constructor for class io.netty.handler.codec.redis.FullBulkStringRedisMessage
Creates a FullBulkStringRedisMessage for the given content.
FullHttpMessage - Interface in io.netty.handler.codec.http
Combines HttpMessage and LastHttpContent into one message.
FullHttpRequest - Interface in io.netty.handler.codec.http
Combine the HttpRequest and FullHttpMessage, so the request is a complete HTTP request.
FullHttpResponse - Interface in io.netty.handler.codec.http
Combination of a HttpResponse and FullHttpMessage.
FullMemcacheMessage - Interface in io.netty.handler.codec.memcache
Combines MemcacheMessage and LastMemcacheContent into one message.
future - Variable in class io.netty.channel.ChannelFlushPromiseNotifier.DefaultFlushCheckpoint
 
future - Variable in class io.netty.util.concurrent.UnorderedThreadPoolEventExecutor.RunnableScheduledFutureTask
 
Future<V> - Interface in io.netty.util.concurrent
The result of an asynchronous operation.
FUTURE_UPDATER - Static variable in class io.netty.resolver.dns.Cache
 
FutureListener<V> - Interface in io.netty.util.concurrent
A subtype of GenericFutureListener that hides type parameter for convenience.
futureListenerStackDepth - Variable in class io.netty.util.internal.InternalThreadLocalMap
 
futureListenerStackDepth() - Method in class io.netty.util.internal.InternalThreadLocalMap
 
futures - Variable in class io.netty.channel.group.DefaultChannelGroupFuture
 

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
GATHERING_WRITE_THRESHOLD - Static variable in class io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder
The size threshold for gathering writes.
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
 
GeneralCaseInsensitiveCharEqualityComparator() - Constructor for class io.netty.util.AsciiString.GeneralCaseInsensitiveCharEqualityComparator
 
generate(String, KeyPair, SecureRandom, Date, Date, String) - Static method in class io.netty.handler.ssl.util.BouncyCastleSelfSignedCertGenerator
 
generate(String, KeyPair, SecureRandom, Date, Date, String) - Static method in class io.netty.handler.ssl.util.OpenJdkSelfSignedCertGenerator
 
generateHuffmanCodeLengths(int, int[], int[]) - Static method in class io.netty.handler.codec.compression.Bzip2HuffmanStageEncoder
Generate a Huffman code length table for a given list of symbol frequencies.
generateHuffmanOptimisationSeeds() - Method in class io.netty.handler.codec.compression.Bzip2HuffmanStageEncoder
Generate initial Huffman code length tables, giving each table a different low cost section of the alphabet that is roughly equal in overall cumulative frequency.
generateKeySpec(char[], byte[]) - Static method in class io.netty.handler.ssl.SslContext
Deprecated.
generateName(ChannelHandler) - Method in class io.netty.channel.DefaultChannelPipeline
 
generateName0(Class<?>) - Static method in class io.netty.channel.DefaultChannelPipeline
 
generateOriginHeader - Variable in class io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker
 
generateOriginHeader - Variable in class io.netty.handler.codec.http.websocketx.WebSocketClientProtocolConfig.Builder
 
generateOriginHeader - Variable in class io.netty.handler.codec.http.websocketx.WebSocketClientProtocolConfig
 
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.
generateReport(ResourceLeakDetector.TraceRecord) - Method in class io.netty.util.ResourceLeakDetector.DefaultResourceLeak
 
generateSeed(int) - Method in class io.netty.handler.ssl.util.ThreadLocalInsecureRandom
 
generateUniqueId(int) - Static method in class io.netty.util.internal.NativeLibraryLoader
 
GenericEventExecutorChooser(EventExecutor[]) - Constructor for class io.netty.util.concurrent.DefaultEventExecutorChooserFactory.GenericEventExecutorChooser
 
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.
GenericUnixChannelOption(String, int, int) - Constructor for class io.netty.channel.unix.GenericUnixChannelOption
 
get() - Method in class io.netty.channel.DelegatingChannelPromiseNotifier
 
get() - Method in class io.netty.channel.group.VoidChannelGroupFuture
 
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 class io.netty.handler.codec.http.multipart.AbstractMixedHttpData
 
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.ObjectCleaner.AutomaticCleanerReference
 
get() - Method in class io.netty.util.internal.ObjectPool
Get a Object from the ObjectPool.
get() - Method in class io.netty.util.internal.ObjectPool.RecyclerObjectPool
 
get() - Method in interface io.netty.util.IntSupplier
Gets a result.
get() - Static method in class io.netty.util.NetUtilSubstitutions.NetUtilLocalhost4Accessor
 
get() - Static method in class io.netty.util.NetUtilSubstitutions.NetUtilLocalhost6Accessor
 
get() - Static method in class io.netty.util.NetUtilSubstitutions.NetUtilLocalhostAccessor
 
get() - Static method in class io.netty.util.NetUtilSubstitutions.NetUtilNetworkInterfacesAccessor
 
get() - Method in class io.netty.util.Recycler.DefaultHandle
 
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.ByteCollections.EmptyMap
 
get(byte) - Method in class io.netty.util.collection.ByteCollections.UnmodifiableMap
 
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.CharCollections.EmptyMap
 
get(char) - Method in class io.netty.util.collection.CharCollections.UnmodifiableMap
 
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.handler.codec.CodecOutputList
 
get(int) - Method in class io.netty.resolver.dns.DefaultDnsCache.DnsCacheEntryList
 
get(int) - Method in class io.netty.resolver.dns.DnsQueryContextManager.DnsQueryContextMap
 
get(int) - Method in class io.netty.resolver.dns.DnsResolveContext.DnsAddressStreamList
 
get(int) - Method in class io.netty.util.collection.IntCollections.EmptyMap
 
get(int) - Method in class io.netty.util.collection.IntCollections.UnmodifiableMap
 
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.buffer.LongLongHashMap
 
get(long) - Method in interface io.netty.handler.ssl.OpenSslEngineMap
Get the OpenSslEngine for the given ssl address.
get(long) - Method in class io.netty.handler.ssl.ReferenceCountedOpenSslContext.DefaultOpenSslEngineMap
 
get(long) - Method in class io.netty.util.collection.LongCollections.EmptyMap
 
get(long) - Method in class io.netty.util.collection.LongCollections.UnmodifiableMap
 
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, TimeUnit) - Method in class io.netty.channel.DelegatingChannelPromiseNotifier
 
get(long, TimeUnit) - Method in class io.netty.channel.group.VoidChannelGroupFuture
 
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.ShortCollections.EmptyMap
 
get(short) - Method in class io.netty.util.collection.ShortCollections.UnmodifiableMap
 
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(DefaultHttp2Connection.DefaultPropertyKey) - Method in class io.netty.handler.codec.http2.DefaultHttp2Connection.DefaultStream.PropertyMap
 
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 ChannelHandler of the specified type in this pipeline.
get(Class<T>) - Method in class io.netty.channel.DefaultChannelPipeline
 
get(Object) - Method in class io.netty.handler.codec.serialization.ReferenceMap
 
get(Object) - Method in class io.netty.util.collection.ByteCollections.EmptyMap
 
get(Object) - Method in class io.netty.util.collection.ByteCollections.UnmodifiableMap
 
get(Object) - Method in class io.netty.util.collection.ByteObjectHashMap
 
get(Object) - Method in class io.netty.util.collection.CharCollections.EmptyMap
 
get(Object) - Method in class io.netty.util.collection.CharCollections.UnmodifiableMap
 
get(Object) - Method in class io.netty.util.collection.CharObjectHashMap
 
get(Object) - Method in class io.netty.util.collection.IntCollections.EmptyMap
 
get(Object) - Method in class io.netty.util.collection.IntCollections.UnmodifiableMap
 
get(Object) - Method in class io.netty.util.collection.IntObjectHashMap
 
get(Object) - Method in class io.netty.util.collection.LongCollections.EmptyMap
 
get(Object) - Method in class io.netty.util.collection.LongCollections.UnmodifiableMap
 
get(Object) - Method in class io.netty.util.collection.LongObjectHashMap
 
get(Object) - Method in class io.netty.util.collection.ShortCollections.EmptyMap
 
get(Object) - Method in class io.netty.util.collection.ShortCollections.UnmodifiableMap
 
get(Object) - Method in class io.netty.util.collection.ShortObjectHashMap
 
get(String) - Method in interface io.netty.channel.ChannelPipeline
Returns the ChannelHandler with 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.HttpMethod.EnumNameMap
 
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.AuthoritativeDnsServerCacheAdapter
 
get(String) - Method in class io.netty.resolver.dns.Cache
Returns all caches entries for 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.DnsResolveContext.RedirectAuthoritativeDnsServerCache
 
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 to null if 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(InetSocketAddress, int) - Method in class io.netty.resolver.dns.DnsQueryContextManager
 
get(SocketAddress) - Static method in class io.netty.channel.local.LocalChannelRegistry
 
get(K) - Method in class io.netty.channel.pool.AbstractChannelPoolMap
 
get(K) - Method in interface io.netty.channel.pool.ChannelPoolMap
Return the ChannelPool for the code.
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_APPLICATION_PROTOCOL - Static variable in class io.netty.handler.ssl.BouncyCastleAlpnSslUtils
 
GET_APPLICATION_PROTOCOL - Static variable in class io.netty.handler.ssl.JdkAlpnSslUtils
 
GET_AS_INT - Static variable in class io.netty.handler.codec.http.HttpRequestDecoder
 
GET_HANDSHAKE_APPLICATION_PROTOCOL - Static variable in class io.netty.handler.ssl.BouncyCastleAlpnSslUtils
 
GET_HANDSHAKE_APPLICATION_PROTOCOL - Static variable in class io.netty.handler.ssl.JdkAlpnSslUtils
 
GET_HANDSHAKE_APPLICATION_PROTOCOL_SELECTOR - Static variable in class io.netty.handler.ssl.BouncyCastleAlpnSslUtils
 
GET_HANDSHAKE_APPLICATION_PROTOCOL_SELECTOR - Static variable in class io.netty.handler.ssl.JdkAlpnSslUtils
 
GET_OPTION - Static variable in class io.netty.channel.socket.nio.NioDatagramChannelConfig
 
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.
GET_PARAMETERS - Static variable in class io.netty.handler.ssl.BouncyCastleAlpnSslUtils
 
get0(CharSequence) - Method in class io.netty.handler.codec.http.ReadOnlyHttpHeaders
 
get0(CharSequence) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
 
getAcceptedIssuers() - Method in class io.netty.handler.ssl.EnhancingX509ExtendedTrustManager
 
getAcceptedIssuers() - Method in class io.netty.handler.ssl.util.X509TrustManagerWrapper
 
getAcceptFilter() - Method in class io.netty.channel.kqueue.BsdSocket
 
getAcceptFilter() - Method in class io.netty.channel.kqueue.KQueueServerSocketChannelConfig
 
getAcceptFilter(int) - Static method in class io.netty.channel.kqueue.BsdSocket
 
getActiveOnOpen() - Method in class io.netty.channel.epoll.EpollDatagramChannelConfig
 
getActiveOnOpen() - Method in class io.netty.channel.epoll.EpollDomainDatagramChannelConfig
 
getActiveOnOpen() - Method in class io.netty.channel.kqueue.KQueueDatagramChannelConfig
 
getActiveOnOpen() - Method in class io.netty.channel.kqueue.KQueueDomainDatagramChannelConfig
 
getAlgorithm() - Method in class io.netty.handler.ssl.OpenSslPrivateKey
 
getAlgorithm() - Method in class io.netty.handler.ssl.PemPrivateKey
 
getAlgorithm() - Method in class io.netty.handler.ssl.util.ThreadLocalInsecureRandom
 
getAll(CharSequence) - Method in class io.netty.handler.codec.http.CombinedHttpHeaders.CombinedHttpHeadersImpl
 
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
Headers.get(Object) and convert each element of List to a String.
getAllAsString(CharSequence) - Method in class io.netty.handler.codec.http.HttpHeaders
Headers.getAll(Object) and convert each element of List to a String.
getAllAsString(CharSequence) - Method in class io.netty.handler.codec.spdy.DefaultSpdyHeaders
 
getAllAsString(CharSequence) - Method in interface io.netty.handler.codec.spdy.SpdyHeaders
Headers.getAll(Object) and convert each element of List to a String.
getAllAsString(CharSequence) - Method in class io.netty.handler.codec.stomp.DefaultStompHeaders
 
getAllAsString(CharSequence) - Method in interface io.netty.handler.codec.stomp.StompHeaders
Headers.getAll(Object) and convert each element of List to a String.
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 ByteBufAllocator which is used for the channel to allocate buffers.
getAllocator() - Method in class io.netty.channel.DefaultChannelConfig
 
getAndRemove() - Method in interface io.netty.util.Attribute
Deprecated.
please consider using Attribute.getAndSet(Object) (with value of null).
getAndRemove() - Method in class io.netty.util.DefaultAttributeMap.DefaultAttribute
 
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.
getAndSet(T) - Method in interface io.netty.util.Attribute
Atomically sets to the given value and returns the old value which may be null if non was set before.
getApplicationBufferSize() - Method in class io.netty.handler.ssl.ExtendedOpenSslSession
 
getApplicationBufferSize() - Method in class io.netty.handler.ssl.OpenSslSessionCache.NativeSslSession
 
getApplicationBufferSize() - Method in class io.netty.handler.ssl.ReferenceCountedOpenSslEngine.DefaultOpenSslSession
 
getApplicationProtocol() - Method in class io.netty.handler.ssl.BouncyCastleAlpnSslEngine
 
getApplicationProtocol() - Method in class io.netty.handler.ssl.JdkAlpnSslEngine
 
getApplicationProtocol() - Method in class io.netty.handler.ssl.ReferenceCountedOpenSslEngine
 
getApplicationProtocol(SSLEngine) - Static method in class io.netty.handler.ssl.BouncyCastleAlpnSslUtils
 
getApplicationProtocol(SSLEngine) - Static method in class io.netty.handler.ssl.JdkAlpnSslUtils
 
getAsString(Headers<K, V, ?>, K) - Static method in class io.netty.handler.codec.HeadersUtils
Headers.get(Object) and convert the result to a String.
getAsString(CharSequence) - Method in class io.netty.handler.codec.http.HttpHeaders
Headers.get(Object) and convert the result to a String.
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 a String.
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 a String.
getAvailRunByOffset(int) - Method in class io.netty.buffer.PoolChunk
 
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.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.
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
 
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.AdvancedLeakAwareByteBuf
 
getBoolean(int) - Method in class io.netty.buffer.AdvancedLeakAwareCompositeByteBuf
 
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(int) - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
getBoolean(int) - Method in class io.netty.handler.codec.ReplayingDecoderByteBuf
 
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 boolean value 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 boolean value 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 boolean value of a header with the specified name and 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 boolean value of a header with the specified name and removes the header from this object.
getByName(CharSequence) - Static method in class io.netty.util.NetUtil
Returns the Inet6Address representation of a CharSequence IP address.
getByName(CharSequence, boolean) - Static method in class io.netty.util.NetUtil
Returns the Inet6Address representation of a CharSequence IP address.
getByte(byte[], int) - Static method in class io.netty.buffer.HeapByteBufUtil
 
getByte(byte[], int) - Static method in class io.netty.buffer.UnsafeByteBufUtil
 
getByte(byte[], int) - Static method in class io.netty.util.internal.PlatformDependent
 
getByte(byte[], int) - Static method in class io.netty.util.internal.PlatformDependent0
 
getByte(byte[], long) - Static method in class io.netty.util.internal.PlatformDependent
 
getByte(byte[], long) - Static method in class io.netty.util.internal.PlatformDependent0
 
getByte(int) - Method in class io.netty.buffer.AbstractByteBuf
 
getByte(int) - Method in class io.netty.buffer.AbstractUnpooledSlicedByteBuf
 
getByte(int) - Method in class io.netty.buffer.AdvancedLeakAwareByteBuf
 
getByte(int) - Method in class io.netty.buffer.AdvancedLeakAwareCompositeByteBuf
 
getByte(int) - Method in class io.netty.buffer.ByteBuf
Gets a byte at the specified absolute index in 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.FixedCompositeByteBuf
 
getByte(int) - Method in class io.netty.buffer.PooledDuplicatedByteBuf
 
getByte(int) - Method in class io.netty.buffer.PooledSlicedByteBuf
 
getByte(int) - Method in class io.netty.buffer.ReadOnlyByteBuf
Deprecated.
 
getByte(int) - Method in class io.netty.buffer.ReadOnlyByteBufferBuf
 
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(int) - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
getByte(int) - Method in class io.netty.handler.codec.ReplayingDecoderByteBuf
 
getByte(long) - Static method in class io.netty.buffer.UnsafeByteBufUtil
 
getByte(long) - Static method in class io.netty.util.internal.PlatformDependent
 
getByte(long) - Static method in class io.netty.util.internal.PlatformDependent0
 
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 byte value 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 byte value 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 byte value of a header with the specified name and 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 byte value of a header with the specified name and 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 class io.netty.handler.codec.http.multipart.AbstractMixedHttpData
 
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 given msg.
getBytes() - Method in class io.netty.handler.ssl.util.LazyJavaxX509Certificate
Return the underyling byte[] without cloning it first.
getBytes(int, byte[]) - Method in class io.netty.buffer.AbstractByteBuf
 
getBytes(int, byte[]) - Method in class io.netty.buffer.AdvancedLeakAwareByteBuf
 
getBytes(int, byte[]) - Method in class io.netty.buffer.AdvancedLeakAwareCompositeByteBuf
 
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[]) - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
getBytes(int, byte[]) - Method in class io.netty.handler.codec.ReplayingDecoderByteBuf
 
getBytes(int, byte[], int, int) - Method in class io.netty.buffer.AbstractUnpooledSlicedByteBuf
 
getBytes(int, byte[], int, int) - Method in class io.netty.buffer.AdvancedLeakAwareByteBuf
 
getBytes(int, byte[], int, int) - Method in class io.netty.buffer.AdvancedLeakAwareCompositeByteBuf
 
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.FixedCompositeByteBuf
 
getBytes(int, byte[], int, int) - Method in class io.netty.buffer.PooledDirectByteBuf
 
getBytes(int, byte[], int, int) - Method in class io.netty.buffer.PooledDuplicatedByteBuf
 
getBytes(int, byte[], int, int) - Method in class io.netty.buffer.PooledHeapByteBuf
 
getBytes(int, byte[], int, int) - Method in class io.netty.buffer.PooledSlicedByteBuf
 
getBytes(int, byte[], int, int) - Method in class io.netty.buffer.PooledUnsafeDirectByteBuf
 
getBytes(int, byte[], int, int) - Method in class io.netty.buffer.ReadOnlyByteBuf
Deprecated.
 
getBytes(int, byte[], int, int) - Method in class io.netty.buffer.ReadOnlyByteBufferBuf
 
getBytes(int, byte[], int, int) - Method in class io.netty.buffer.ReadOnlyUnsafeDirectByteBuf
 
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, byte[], int, int) - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
getBytes(int, byte[], int, int) - Method in class io.netty.handler.codec.ReplayingDecoderByteBuf
 
getBytes(int, byte[], int, int, boolean) - Method in class io.netty.buffer.UnpooledDirectByteBuf
 
getBytes(int, byte[], int, int, boolean) - Method in class io.netty.buffer.UnpooledUnsafeDirectByteBuf
 
getBytes(int, ByteBuf) - Method in class io.netty.buffer.AbstractByteBuf
 
getBytes(int, ByteBuf) - Method in class io.netty.buffer.AdvancedLeakAwareByteBuf
 
getBytes(int, ByteBuf) - Method in class io.netty.buffer.AdvancedLeakAwareCompositeByteBuf
 
getBytes(int, ByteBuf) - Method in class io.netty.buffer.ByteBuf
Transfers this buffer's data to the specified destination starting at the specified absolute index until 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) - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
getBytes(int, ByteBuf) - Method in class io.netty.handler.codec.ReplayingDecoderByteBuf
 
getBytes(int, ByteBuf, int) - Method in class io.netty.buffer.AbstractByteBuf
 
getBytes(int, ByteBuf, int) - Method in class io.netty.buffer.AdvancedLeakAwareByteBuf
 
getBytes(int, ByteBuf, int) - Method in class io.netty.buffer.AdvancedLeakAwareCompositeByteBuf
 
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) - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
getBytes(int, ByteBuf, int) - Method in class io.netty.handler.codec.ReplayingDecoderByteBuf
 
getBytes(int, ByteBuf, int, int) - Method in class io.netty.buffer.AbstractUnpooledSlicedByteBuf
 
getBytes(int, ByteBuf, int, int) - Method in class io.netty.buffer.AdvancedLeakAwareByteBuf
 
getBytes(int, ByteBuf, int, int) - Method in class io.netty.buffer.AdvancedLeakAwareCompositeByteBuf
 
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.FixedCompositeByteBuf
 
getBytes(int, ByteBuf, int, int) - Method in class io.netty.buffer.PooledDirectByteBuf
 
getBytes(int, ByteBuf, int, int) - Method in class io.netty.buffer.PooledDuplicatedByteBuf
 
getBytes(int, ByteBuf, int, int) - Method in class io.netty.buffer.PooledHeapByteBuf
 
getBytes(int, ByteBuf, int, int) - Method in class io.netty.buffer.PooledSlicedByteBuf
 
getBytes(int, ByteBuf, int, int) - Method in class io.netty.buffer.PooledUnsafeDirectByteBuf
 
getBytes(int, ByteBuf, int, int) - Method in class io.netty.buffer.ReadOnlyByteBuf
Deprecated.
 
getBytes(int, ByteBuf, int, int) - Method in class io.netty.buffer.ReadOnlyByteBufferBuf
 
getBytes(int, ByteBuf, int, int) - Method in class io.netty.buffer.ReadOnlyUnsafeDirectByteBuf
 
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, ByteBuf, int, int) - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
getBytes(int, ByteBuf, int, int) - Method in class io.netty.handler.codec.ReplayingDecoderByteBuf
 
getBytes(int, OutputStream, int) - Method in class io.netty.buffer.AbstractUnpooledSlicedByteBuf
 
getBytes(int, OutputStream, int) - Method in class io.netty.buffer.AdvancedLeakAwareByteBuf
 
getBytes(int, OutputStream, int) - Method in class io.netty.buffer.AdvancedLeakAwareCompositeByteBuf
 
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.FixedCompositeByteBuf
 
getBytes(int, OutputStream, int) - Method in class io.netty.buffer.PooledDirectByteBuf
 
getBytes(int, OutputStream, int) - Method in class io.netty.buffer.PooledDuplicatedByteBuf
 
getBytes(int, OutputStream, int) - Method in class io.netty.buffer.PooledHeapByteBuf
 
getBytes(int, OutputStream, int) - Method in class io.netty.buffer.PooledSlicedByteBuf
 
getBytes(int, OutputStream, int) - Method in class io.netty.buffer.PooledUnsafeDirectByteBuf
 
getBytes(int, OutputStream, int) - Method in class io.netty.buffer.ReadOnlyByteBuf
Deprecated.
 
getBytes(int, OutputStream, int) - Method in class io.netty.buffer.ReadOnlyByteBufferBuf
 
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, OutputStream, int) - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
getBytes(int, OutputStream, int) - Method in class io.netty.handler.codec.ReplayingDecoderByteBuf
 
getBytes(int, OutputStream, int, boolean) - Method in class io.netty.buffer.PooledDirectByteBuf
 
getBytes(int, OutputStream, int, boolean) - Method in class io.netty.buffer.UnpooledDirectByteBuf
 
getBytes(int, OutputStream, int, boolean) - Method in class io.netty.buffer.UnpooledUnsafeDirectByteBuf
 
getBytes(int, ByteBuffer) - Method in class io.netty.buffer.AbstractUnpooledSlicedByteBuf
 
getBytes(int, ByteBuffer) - Method in class io.netty.buffer.AdvancedLeakAwareByteBuf
 
getBytes(int, ByteBuffer) - Method in class io.netty.buffer.AdvancedLeakAwareCompositeByteBuf
 
getBytes(int, ByteBuffer) - Method in class io.netty.buffer.ByteBuf
Transfers this buffer's data to the specified destination starting at the specified absolute index until 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.FixedCompositeByteBuf
 
getBytes(int, ByteBuffer) - Method in class io.netty.buffer.PooledDirectByteBuf
 
getBytes(int, ByteBuffer) - Method in class io.netty.buffer.PooledDuplicatedByteBuf
 
getBytes(int, ByteBuffer) - Method in class io.netty.buffer.PooledHeapByteBuf
 
getBytes(int, ByteBuffer) - Method in class io.netty.buffer.PooledSlicedByteBuf
 
getBytes(int, ByteBuffer) - Method in class io.netty.buffer.PooledUnsafeDirectByteBuf
 
getBytes(int, ByteBuffer) - Method in class io.netty.buffer.ReadOnlyByteBuf
Deprecated.
 
getBytes(int, ByteBuffer) - Method in class io.netty.buffer.ReadOnlyByteBufferBuf
 
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, ByteBuffer) - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
getBytes(int, ByteBuffer) - Method in class io.netty.handler.codec.ReplayingDecoderByteBuf
 
getBytes(int, ByteBuffer, boolean) - Method in class io.netty.buffer.UnpooledDirectByteBuf
 
getBytes(int, ByteBuffer, boolean) - Method in class io.netty.buffer.UnpooledUnsafeDirectByteBuf
 
getBytes(int, FileChannel, long, int) - Method in class io.netty.buffer.AbstractUnpooledSlicedByteBuf
 
getBytes(int, FileChannel, long, int) - Method in class io.netty.buffer.AdvancedLeakAwareByteBuf
 
getBytes(int, FileChannel, long, int) - Method in class io.netty.buffer.AdvancedLeakAwareCompositeByteBuf
 
getBytes(int, FileChannel, long, int) - Method in class io.netty.buffer.ByteBuf
Transfers this buffer's data starting at the specified absolute index to 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.FixedCompositeByteBuf
 
getBytes(int, FileChannel, long, int) - Method in class io.netty.buffer.PooledByteBuf
 
getBytes(int, FileChannel, long, int) - Method in class io.netty.buffer.PooledDuplicatedByteBuf
 
getBytes(int, FileChannel, long, int) - Method in class io.netty.buffer.PooledSlicedByteBuf
 
getBytes(int, FileChannel, long, int) - Method in class io.netty.buffer.ReadOnlyByteBuf
Deprecated.
 
getBytes(int, FileChannel, long, int) - Method in class io.netty.buffer.ReadOnlyByteBufferBuf
 
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, FileChannel, long, int) - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
getBytes(int, FileChannel, long, int) - Method in class io.netty.handler.codec.ReplayingDecoderByteBuf
 
getBytes(int, FileChannel, long, int, boolean) - Method in class io.netty.buffer.UnpooledDirectByteBuf
 
getBytes(int, FileChannel, long, int, boolean) - Method in class io.netty.buffer.UnpooledHeapByteBuf
 
getBytes(int, GatheringByteChannel, int) - Method in class io.netty.buffer.AbstractUnpooledSlicedByteBuf
 
getBytes(int, GatheringByteChannel, int) - Method in class io.netty.buffer.AdvancedLeakAwareByteBuf
 
getBytes(int, GatheringByteChannel, int) - Method in class io.netty.buffer.AdvancedLeakAwareCompositeByteBuf
 
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.FixedCompositeByteBuf
 
getBytes(int, GatheringByteChannel, int) - Method in class io.netty.buffer.PooledByteBuf
 
getBytes(int, GatheringByteChannel, int) - Method in class io.netty.buffer.PooledDuplicatedByteBuf
 
getBytes(int, GatheringByteChannel, int) - Method in class io.netty.buffer.PooledSlicedByteBuf
 
getBytes(int, GatheringByteChannel, int) - Method in class io.netty.buffer.ReadOnlyByteBuf
Deprecated.
 
getBytes(int, GatheringByteChannel, int) - Method in class io.netty.buffer.ReadOnlyByteBufferBuf
 
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(int, GatheringByteChannel, int) - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
getBytes(int, GatheringByteChannel, int) - Method in class io.netty.handler.codec.ReplayingDecoderByteBuf
 
getBytes(int, GatheringByteChannel, int, boolean) - Method in class io.netty.buffer.UnpooledDirectByteBuf
 
getBytes(int, GatheringByteChannel, int, boolean) - Method in class io.netty.buffer.UnpooledHeapByteBuf
 
getBytes(long, byte[], int, int, OutputStream, int) - Static method in class io.netty.buffer.UnsafeByteBufUtil
 
getBytes(AbstractByteBuf, long, int, byte[], int, int) - Static method in class io.netty.buffer.UnsafeByteBufUtil
 
getBytes(AbstractByteBuf, long, int, ByteBuf, int, int) - Static method in class io.netty.buffer.UnsafeByteBufUtil
 
getBytes(AbstractByteBuf, long, int, OutputStream, int) - Static method in class io.netty.buffer.UnsafeByteBufUtil
 
getBytes(AbstractByteBuf, long, int, ByteBuffer) - Static method in class io.netty.buffer.UnsafeByteBufUtil
 
getBytes(ByteBuf) - Static method in class io.netty.buffer.ByteBufUtil
Create a copy of the underlying storage from buf into a byte array.
getBytes(ByteBuf, int, int) - Static method in class io.netty.buffer.ByteBufUtil
Create a copy of the underlying storage from buf into a byte array.
getBytes(ByteBuf, int, int, boolean) - Static method in class io.netty.buffer.ByteBufUtil
Return an array of the underlying storage from buf into a byte array.
getBytes(ByteBuffer, byte[], int, int, OutputStream, int) - Static method in class io.netty.buffer.ByteBufUtil
 
getCertificateChain(String) - Method in class io.netty.handler.ssl.util.X509KeyManagerWrapper
 
getCertificatesFromBuffers(ByteBuf[]) - Static method in class io.netty.handler.ssl.SslContext
 
getChar(int) - Method in class io.netty.buffer.AbstractByteBuf
 
getChar(int) - Method in class io.netty.buffer.AbstractUnsafeSwappedByteBuf
 
getChar(int) - Method in class io.netty.buffer.AdvancedLeakAwareByteBuf
 
getChar(int) - Method in class io.netty.buffer.AdvancedLeakAwareCompositeByteBuf
 
getChar(int) - Method in class io.netty.buffer.ByteBuf
Gets a 2-byte UTF-16 character at the specified absolute index in 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(int) - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
getChar(int) - Method in class io.netty.handler.codec.ReplayingDecoderByteBuf
 
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 char value 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 char value 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 char value of a header with the specified name and 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 char value of a header with the specified name and 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.AbstractUnpooledSlicedByteBuf
 
getCharSequence(int, int, Charset) - Method in class io.netty.buffer.AdvancedLeakAwareByteBuf
 
getCharSequence(int, int, Charset) - Method in class io.netty.buffer.AdvancedLeakAwareCompositeByteBuf
 
getCharSequence(int, int, Charset) - Method in class io.netty.buffer.ByteBuf
Gets a CharSequence with 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
 
getCharSequence(int, int, Charset) - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
getCharSequence(int, int, Charset) - Method in class io.netty.handler.codec.ReplayingDecoderByteBuf
 
getCharset() - Method in class io.netty.handler.codec.http.multipart.AbstractHttpData
 
getCharset() - Method in class io.netty.handler.codec.http.multipart.AbstractMixedHttpData
 
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
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 class io.netty.handler.codec.http.multipart.AbstractMixedHttpData
 
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.
getChunkSize(byte[], int, int) - Static method in class io.netty.handler.codec.http.HttpObjectDecoder
 
getCid() - Method in class io.netty.channel.epoll.VSockAddress
 
getCipherSuite() - Method in class io.netty.handler.ssl.ExtendedOpenSslSession
 
getCipherSuite() - Method in class io.netty.handler.ssl.OpenSslSessionCache.NativeSslSession
 
getCipherSuite() - Method in class io.netty.handler.ssl.ReferenceCountedOpenSslEngine.DefaultOpenSslSession
 
getClassLoader(Class<?>) - Static method in class io.netty.util.internal.PlatformDependent
Return the ClassLoader for the given Class.
getClassLoader(Class<?>) - Static method in class io.netty.util.internal.PlatformDependent0
 
getClientAliases(String, Principal[]) - Method in class io.netty.handler.ssl.util.X509KeyManagerWrapper
 
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
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
 
getConnVariableHeaderFlag(MqttConnectVariableHeader) - Static method in class io.netty.handler.codec.mqtt.MqttEncoder
 
getContentDispositionAttribute(String...) - Method in class io.netty.handler.codec.http.multipart.HttpPostMultipartRequestDecoder
 
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 from ByteBufHolder.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 int representation of HttpUtil.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 from ByteBufHolder.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.
getContentLength(StompHeaders) - Static method in class io.netty.handler.codec.stomp.StompSubframeDecoder
 
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 ClassLoader for the current Thread.
getContextClassLoader() - Static method in class io.netty.util.internal.PlatformDependent0
 
getContextMap(InetSocketAddress) - Method in class io.netty.resolver.dns.DnsQueryContextManager
 
getContextOrDie(ChannelHandler) - Method in class io.netty.channel.DefaultChannelPipeline
 
getContextOrDie(Class<? extends ChannelHandler>) - Method in class io.netty.channel.DefaultChannelPipeline
 
getContextOrDie(String) - Method in class io.netty.channel.DefaultChannelPipeline
 
getCRC() - Method in class io.netty.handler.codec.compression.Crc32
 
getCreationTime() - Method in class io.netty.handler.ssl.ExtendedOpenSslSession
 
getCreationTime() - Method in class io.netty.handler.ssl.OpenSslSessionCache.NativeSslSession
 
getCreationTime() - Method in class io.netty.handler.ssl.ReferenceCountedOpenSslEngine.DefaultOpenSslSession
 
getCriticalExtensionOIDs() - Method in class io.netty.handler.ssl.PemX509Certificate
 
getCriticalExtensionOIDs() - Method in class io.netty.handler.ssl.util.LazyX509Certificate
 
getCurrentAllocatedCapacity() - Method in class io.netty.handler.codec.http.multipart.HttpPostMultipartRequestDecoder
This method is package private intentionally in order to allow during tests to access to the amount of memory allocated (capacity) within the private ByteBuf undecodedChunk
getCurrentTimeNanos() - Method in class io.netty.channel.embedded.EmbeddedEventLoop
 
getCurrentTimeNanos() - Method in class io.netty.util.concurrent.AbstractScheduledEventExecutor
Get the current time in nanoseconds by this executor's clock.
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, the defaultValue is 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.
getDateHeader(HttpMessage, String, Date) - Static method in class io.netty.handler.codec.http.HttpHeaders
getDecoder(Charset) - Static method in class io.netty.util.CharsetUtil
getDecoderResult() - Method in class io.netty.handler.codec.http.ComposedLastHttpContent
 
getDecoderResult() - Method in class io.netty.handler.codec.http.DefaultHttpObject
Deprecated.
getDecoderResult() - Method in interface io.netty.handler.codec.http.HttpObject
Deprecated.
getDecoderResult() - Method in class io.netty.handler.codec.http.HttpObjectAggregator.AggregatedFullHttpMessage
 
getDecoderResult() - Method in class io.netty.handler.codec.http.multipart.HttpPostRequestEncoder.WrappedHttpRequest
Deprecated.
getDefaultFactory() - Static method in class io.netty.util.internal.logging.InternalLoggerFactory
Returns the default factory.
getDelay(TimeUnit) - Method in class io.netty.util.concurrent.ScheduledFutureTask
 
getDelay(TimeUnit) - Method in class io.netty.util.concurrent.UnorderedThreadPoolEventExecutor.RunnableScheduledFutureTask
 
getDelegatedTask() - Method in class io.netty.handler.ssl.JdkSslEngine
 
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.AbstractUnsafeSwappedByteBuf
 
getDouble(int) - Method in class io.netty.buffer.AdvancedLeakAwareByteBuf
 
getDouble(int) - Method in class io.netty.buffer.AdvancedLeakAwareCompositeByteBuf
 
getDouble(int) - Method in class io.netty.buffer.ByteBuf
Gets a 64-bit floating point number at the specified absolute index in 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(int) - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
getDouble(int) - Method in class io.netty.handler.codec.ReplayingDecoderByteBuf
 
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 double value 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 double value 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 double value of a header with the specified name and 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 double value of a header with the specified name and 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 index in 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 Http2Exception or null if none.
getEnabledCipherSuites() - Method in class io.netty.handler.ssl.JdkSslEngine
 
getEnabledCipherSuites() - Method in class io.netty.handler.ssl.ReferenceCountedOpenSslEngine
 
getEnabledProtocols() - Method in class io.netty.handler.ssl.JdkSslEngine
 
getEnabledProtocols() - Method in class io.netty.handler.ssl.ReferenceCountedOpenSslEngine
 
getEnableSessionCreation() - Method in class io.netty.handler.ssl.JdkSslEngine
 
getEnableSessionCreation() - Method in class io.netty.handler.ssl.ReferenceCountedOpenSslEngine
 
getEncoded() - Method in class io.netty.handler.ssl.OpenSslPrivateKey
 
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
 
getEncodedLength(CharSequence) - Method in class io.netty.handler.codec.http2.HpackHuffmanEncoder
Returns the number of bytes required to Huffman encode the input string literal.
getEncodedLengthSlowPath(CharSequence) - Method in class io.netty.handler.codec.http2.HpackHuffmanEncoder
 
getEncoder(Charset) - Static method in class io.netty.util.CharsetUtil
getEncryptedPacketLength(ByteBuf, int) - Static method in class io.netty.handler.ssl.SslUtils
Return how much bytes can be read out of the encrypted data.
getEncryptedPacketLength(ByteBuffer) - Static method in class io.netty.handler.ssl.SslUtils
 
getEncryptedPacketLength(ByteBuffer[], int) - Static method in class io.netty.handler.ssl.SslUtils
 
getEntry(int) - Method in class io.netty.handler.codec.http2.HpackDynamicTable
Return the header field at the given index.
getEntry(int) - Static method in class io.netty.handler.codec.http2.HpackStaticTable
Return the header field at the given index value.
getEntry(CharSequence) - Static method in class io.netty.handler.codec.http2.HpackStaticTable
 
getEntry(CharSequence, int) - Method in class io.netty.handler.codec.http2.HpackEncoder
Returns the lowest index value for the header field name in the dynamic table.
getEntryInsensitive(CharSequence, int, CharSequence, int) - Method in class io.netty.handler.codec.http2.HpackEncoder
Returns the header entry with the lowest index value for the header field.
getEpollMode() - Method in class io.netty.channel.epoll.EpollChannelConfig
Return the EpollMode used.
getError(ByteBuf) - Method in class io.netty.handler.codec.redis.FixedRedisMessagePool
 
getError(ByteBuf) - Method in interface io.netty.handler.codec.redis.RedisMessagePool
Returns ErrorRedisMessage for given content.
getError(FixedRedisMessagePool.RedisErrorKey) - Method in class io.netty.handler.codec.redis.FixedRedisMessagePool
Returns ErrorRedisMessage for the given FixedRedisMessagePool.RedisErrorKey or null if 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 ErrorRedisMessage for given content.
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 class io.netty.handler.codec.http.multipart.AbstractMixedHttpData
 
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 File named fileName associated with Class resourceClass .
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)
getFilterRule() - Method in class io.netty.handler.ipfilter.IpSubnetFilterRule
getFixedHeaderByte1(MqttFixedHeader) - Static method in class io.netty.handler.codec.mqtt.MqttEncoder
 
getFlag(TCPPacket.TCPFlag...) - Static method in enum io.netty.handler.pcap.TCPPacket.TCPFlag
 
getFloat(int) - Method in class io.netty.buffer.AbstractByteBuf
 
getFloat(int) - Method in class io.netty.buffer.AbstractUnsafeSwappedByteBuf
 
getFloat(int) - Method in class io.netty.buffer.AdvancedLeakAwareByteBuf
 
getFloat(int) - Method in class io.netty.buffer.AdvancedLeakAwareCompositeByteBuf
 
getFloat(int) - Method in class io.netty.buffer.ByteBuf
Gets a 32-bit floating point number at the specified absolute index in 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(int) - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
getFloat(int) - Method in class io.netty.handler.codec.ReplayingDecoderByteBuf
 
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 float value 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 float value 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 float value of a header with the specified name and 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 float value of a header with the specified name and 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 index in this buffer in Little Endian Byte Order.
getFormat() - Method in class io.netty.handler.ssl.OpenSslPrivateKey
 
getFormat() - Method in class io.netty.handler.ssl.PemPrivateKey
 
getForOrigin(String) - Method in class io.netty.handler.codec.http.cors.CorsHandler
 
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.BouncyCastleAlpnSslEngine
 
getHandshakeApplicationProtocol() - Method in class io.netty.handler.ssl.JdkAlpnSslEngine
 
getHandshakeApplicationProtocol() - Method in class io.netty.handler.ssl.ReferenceCountedOpenSslEngine
 
getHandshakeApplicationProtocol(SSLEngine) - Static method in class io.netty.handler.ssl.BouncyCastleAlpnSslUtils
 
getHandshakeApplicationProtocol(SSLEngine) - Static method in class io.netty.handler.ssl.JdkAlpnSslUtils
 
getHandshakeApplicationProtocolSelector() - Method in class io.netty.handler.ssl.BouncyCastleAlpnSslEngine
 
getHandshakeApplicationProtocolSelector() - Method in class io.netty.handler.ssl.JdkAlpnSslEngine
 
getHandshakeApplicationProtocolSelector(SSLEngine) - Static method in class io.netty.handler.ssl.BouncyCastleAlpnSslUtils
 
getHandshakeApplicationProtocolSelector(SSLEngine) - Static method in class io.netty.handler.ssl.JdkAlpnSslUtils
 
getHandshakeFuture() - Method in class io.netty.handler.codec.http.websocketx.WebSocketClientProtocolHandshakeHandler
This method is visible for testing.
getHandshaker(Channel) - Static method in class io.netty.handler.codec.http.websocketx.WebSocketServerProtocolHandler
 
getHandshakeSession() - Method in class io.netty.handler.ssl.JdkSslEngine
 
getHandshakeSession() - Method in class io.netty.handler.ssl.ReferenceCountedOpenSslEngine
 
getHandshakeStatus() - Method in class io.netty.handler.ssl.JdkSslEngine
 
getHandshakeStatus() - Method in class io.netty.handler.ssl.ReferenceCountedOpenSslEngine
 
getHandshakeStatus(int) - Method in class io.netty.handler.ssl.ReferenceCountedOpenSslEngine
 
getHandshakeTimeoutMillis() - Method in class io.netty.handler.ssl.SslHandler
 
getHashTable(int) - Static method in class io.netty.handler.codec.compression.Snappy
Creates an appropriately sized hashtable for the given input size
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.
getHeader(HttpMessage, String, String) - Static method in class io.netty.handler.codec.http.HttpHeaders
Deprecated.
getHeaderField(int) - Method in class io.netty.handler.codec.http2.HpackDecoder
Return the header field at the given index.
getHeaderField(int) - Method in class io.netty.handler.codec.http2.HpackEncoder
Return the header field at the given index.
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, the defaultValue is returned.
getHostname(InetSocketAddress) - Static method in class io.netty.util.NetUtil
Returns InetSocketAddress.getHostString() if Java >= 7, or InetSocketAddress.getHostName() otherwise.
getHttpDataType() - Method in class io.netty.handler.codec.http.multipart.AbstractMixedHttpData
 
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.InternalAttribute
 
getHttpDataType() - Method in class io.netty.handler.codec.http.multipart.MemoryAttribute
 
getHttpDataType() - Method in class io.netty.handler.codec.http.multipart.MemoryFileUpload
 
getId() - Method in class io.netty.handler.ssl.ExtendedOpenSslSession
 
getId() - Method in class io.netty.handler.ssl.OpenSslSessionCache.NativeSslSession
 
getId() - Method in class io.netty.handler.ssl.ReferenceCountedOpenSslEngine.DefaultOpenSslSession
 
getIds() - Method in class io.netty.handler.ssl.OpenSslSessionCache
Returns a snapshot of the session ids of the current valid sessions.
getIds() - Method in class io.netty.handler.ssl.OpenSslSessionContext
 
getIDX(int) - Static method in class io.netty.handler.codec.compression.Bzip2DivSufSort
 
getIfExists() - Method in class io.netty.util.concurrent.FastThreadLocal
Returns the current value for the current thread if it exists, null otherwise.
getIfSet() - Static method in class io.netty.util.internal.InternalThreadLocalMap
 
getIndex(int) - Method in class io.netty.handler.codec.http2.HpackEncoder
Compute the index into the dynamic table given the counter in the header entry.
getIndex(CharSequence) - Static method in class io.netty.handler.codec.http2.HpackStaticTable
Returns the lowest index value for the given header field name in the static table.
getIndexedHeader(int) - Method in class io.netty.handler.codec.http2.HpackDecoder
 
getIndexInsensitive(CharSequence, CharSequence) - Static method in class io.netty.handler.codec.http2.HpackStaticTable
Returns the index value for the given header field in the static table.
getIndexPlusOffset(int) - Method in class io.netty.handler.codec.http2.HpackEncoder
 
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
 
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.
getInstanceWithNopCheck() - Static method in class io.netty.util.internal.logging.Slf4JLoggerFactory
 
getInt(byte[], int) - Static method in class io.netty.buffer.HeapByteBufUtil
 
getInt(byte[], int) - Static method in class io.netty.buffer.UnsafeByteBufUtil
 
getInt(byte[], int) - Static method in class io.netty.util.internal.PlatformDependent
 
getInt(byte[], int) - Static method in class io.netty.util.internal.PlatformDependent0
 
getInt(int) - Method in class io.netty.buffer.AbstractByteBuf
 
getInt(int) - Method in class io.netty.buffer.AbstractUnpooledSlicedByteBuf
 
getInt(int) - Method in class io.netty.buffer.AbstractUnsafeSwappedByteBuf
 
getInt(int) - Method in class io.netty.buffer.AdvancedLeakAwareByteBuf
 
getInt(int) - Method in class io.netty.buffer.AdvancedLeakAwareCompositeByteBuf
 
getInt(int) - Method in class io.netty.buffer.ByteBuf
Gets a 32-bit integer at the specified absolute index in 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.PooledDuplicatedByteBuf
 
getInt(int) - Method in class io.netty.buffer.PooledSlicedByteBuf
 
getInt(int) - Method in class io.netty.buffer.ReadOnlyByteBuf
Deprecated.
 
getInt(int) - Method in class io.netty.buffer.ReadOnlyByteBufferBuf
 
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) - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
getInt(int) - Method in class io.netty.handler.codec.ReplayingDecoderByteBuf
 
getInt(int[], long) - Static method in class io.netty.util.internal.PlatformDependent
 
getInt(int[], long) - Static method in class io.netty.util.internal.PlatformDependent0
 
getInt(int, int) - Method in class io.netty.channel.epoll.EpollEventArray
 
getInt(long) - Static method in class io.netty.buffer.UnsafeByteBufUtil
 
getInt(long) - Static method in class io.netty.util.internal.PlatformDependent
 
getInt(long) - Static method in class io.netty.util.internal.PlatformDependent0
 
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(Object, long) - Static method in class io.netty.util.internal.PlatformDependent0
 
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 int value 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 int value 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 int value of a header with the specified name and 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 int value of a header with the specified name and removes the header from this object.
getIntAt(byte[], int) - Static method in class io.netty.channel.epoll.LinuxSocket
 
getInteger(long) - Method in class io.netty.handler.codec.redis.FixedRedisMessagePool
 
getInteger(long) - Method in interface io.netty.handler.codec.redis.RedisMessagePool
Returns IntegerRedisMessage for given value.
getInteger(ByteBuf) - Method in class io.netty.handler.codec.redis.FixedRedisMessagePool
 
getInteger(ByteBuf) - Method in interface io.netty.handler.codec.redis.RedisMessagePool
Returns IntegerRedisMessage for given content.
getInterface() - Method in class io.netty.channel.epoll.EpollDatagramChannelConfig
 
getInterface() - Method in class io.netty.channel.epoll.LinuxSocket
 
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
 
getInterface() - Method in class io.netty.channel.socket.nio.NioDatagramChannelConfig
 
getInterface(int, boolean) - Static method in class io.netty.channel.epoll.LinuxSocket
 
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.
getIntHeader(HttpMessage, String, int) - Static method in class io.netty.handler.codec.http.HttpHeaders
Deprecated.
getIntLE(byte[], int) - Static method in class io.netty.buffer.HeapByteBufUtil
 
getIntLE(byte[], int) - Static method in class io.netty.buffer.UnsafeByteBufUtil
 
getIntLE(int) - Method in class io.netty.buffer.AbstractByteBuf
 
getIntLE(int) - Method in class io.netty.buffer.AbstractUnpooledSlicedByteBuf
 
getIntLE(int) - Method in class io.netty.buffer.AdvancedLeakAwareByteBuf
 
getIntLE(int) - Method in class io.netty.buffer.AdvancedLeakAwareCompositeByteBuf
 
getIntLE(int) - Method in class io.netty.buffer.ByteBuf
Gets a 32-bit integer at the specified absolute index in 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.PooledDuplicatedByteBuf
 
getIntLE(int) - Method in class io.netty.buffer.PooledSlicedByteBuf
 
getIntLE(int) - Method in class io.netty.buffer.ReadOnlyByteBuf
Deprecated.
 
getIntLE(int) - Method in class io.netty.buffer.ReadOnlyByteBufferBuf
 
getIntLE(int) - Method in class io.netty.buffer.SwappedByteBuf
Deprecated.
 
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
 
getIntLE(int) - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
getIntLE(int) - Method in class io.netty.handler.codec.ReplayingDecoderByteBuf
 
getIntLE(long) - Static method in class io.netty.buffer.UnsafeByteBufUtil
 
getIntOpt(int, int) - Method in class io.netty.channel.unix.Socket
 
getIntOpt(int, int, int) - Static method in class io.netty.channel.unix.Socket
 
getIntSafe(byte[], int) - Static method in class io.netty.util.internal.PlatformDependent
 
getIntValue(char) - Method in class io.netty.handler.codec.http2.Http2Settings
A helper method that returns Long.intValue() on the return of CharObjectHashMap.get(char), if present.
getIntVolatile(long) - Static method in class io.netty.util.internal.PlatformDependent
 
getIntVolatile(long) - Static method in class io.netty.util.internal.PlatformDependent0
 
getIoRatio() - Method in class io.netty.channel.epoll.EpollEventLoop
Returns the percentage of the desired amount of time spent for I/O in the event loop.
getIoRatio() - Method in class io.netty.channel.kqueue.KQueueEventLoop
Returns the percentage of the desired amount of time spent for I/O in the event loop.
getIoRatio() - Method in class io.netty.channel.nio.NioEventLoop
Returns the percentage of the desired amount of time spent for I/O in the event loop.
getIpAddress() - Method in class io.netty.handler.ipfilter.IpSubnetFilterRule
Get IP Address of this rule
getIpMulticastLoop(int, boolean) - Static method in class io.netty.channel.epoll.LinuxSocket
 
getIPv6ByName(CharSequence, boolean) - Static method in class io.netty.util.NetUtil
Returns the byte array representation of a CharSequence IP address.
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
 
getKEventOffset(int) - Static method in class io.netty.channel.kqueue.KQueueEventArray
 
getKEventOffsetAddress(int) - Method in class io.netty.channel.kqueue.KQueueEventArray
 
getKey() - Method in class io.netty.channel.group.DefaultChannelGroupFuture.DefaultEntry
 
getKey() - Method in class io.netty.handler.codec.DefaultHeaders.HeaderEntry
 
getKey() - Method in class io.netty.handler.codec.HeadersUtils.StringEntry
 
getKey() - Method in class io.netty.handler.codec.http.ReadOnlyHttpHeaders.ReadOnlyIterator
 
getKey() - Method in class io.netty.handler.codec.http.ReadOnlyHttpHeaders.ReadOnlyStringIterator
 
getKey() - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers.ReadOnlyIterator
 
getKey() - Method in class io.netty.util.collection.ByteObjectHashMap.MapEntry
 
getKey() - Method in class io.netty.util.collection.CharObjectHashMap.MapEntry
 
getKey() - Method in class io.netty.util.collection.IntObjectHashMap.MapEntry
 
getKey() - Method in class io.netty.util.collection.LongObjectHashMap.MapEntry
 
getKey() - Method in class io.netty.util.collection.ShortObjectHashMap.MapEntry
 
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
 
getLastAccessedTime() - Method in class io.netty.handler.ssl.ExtendedOpenSslSession
 
getLastAccessedTime() - Method in class io.netty.handler.ssl.OpenSslSessionCache.NativeSslSession
 
getLastAccessedTime() - Method in class io.netty.handler.ssl.ReferenceCountedOpenSslEngine.DefaultOpenSslSession
 
getLevel() - Static method in class io.netty.util.ResourceLeakDetector
Returns the current resource leak detection level.
getList(HttpRequest) - Method in class io.netty.handler.codec.http.multipart.DefaultHttpDataFactory
 
getLiveSetCount() - Static method in class io.netty.util.internal.ObjectCleaner
 
getLocalAddress(Channel, InetSocketAddress) - Static method in class io.netty.handler.pcap.PcapWriteHandler
Get the local address of a channel.
getLocalCertificates() - Method in class io.netty.handler.ssl.ExtendedOpenSslSession
 
getLocalCertificates() - Method in class io.netty.handler.ssl.OpenSslSessionCache.NativeSslSession
 
getLocalCertificates() - Method in class io.netty.handler.ssl.ReferenceCountedOpenSslEngine.DefaultOpenSslSession
 
getLocalPrincipal() - Method in class io.netty.handler.ssl.ExtendedOpenSslSession
 
getLocalPrincipal() - Method in class io.netty.handler.ssl.OpenSslSessionCache.NativeSslSession
 
getLocalPrincipal() - Method in class io.netty.handler.ssl.ReferenceCountedOpenSslEngine.DefaultOpenSslSession
 
getLocalSupportedSignatureAlgorithms() - Method in class io.netty.handler.ssl.ExtendedOpenSslSession
 
getLong(byte[], int) - Static method in class io.netty.buffer.HeapByteBufUtil
 
getLong(byte[], int) - Static method in class io.netty.buffer.UnsafeByteBufUtil
 
getLong(byte[], int) - Static method in class io.netty.util.internal.PlatformDependent
 
getLong(byte[], int) - Static method in class io.netty.util.internal.PlatformDependent0
 
getLong(int) - Method in class io.netty.buffer.AbstractByteBuf
 
getLong(int) - Method in class io.netty.buffer.AbstractUnpooledSlicedByteBuf
 
getLong(int) - Method in class io.netty.buffer.AbstractUnsafeSwappedByteBuf
 
getLong(int) - Method in class io.netty.buffer.AdvancedLeakAwareByteBuf
 
getLong(int) - Method in class io.netty.buffer.AdvancedLeakAwareCompositeByteBuf
 
getLong(int) - Method in class io.netty.buffer.ByteBuf
Gets a 64-bit long integer at the specified absolute index in 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.PooledDuplicatedByteBuf
 
getLong(int) - Method in class io.netty.buffer.PooledSlicedByteBuf
 
getLong(int) - Method in class io.netty.buffer.ReadOnlyByteBuf
Deprecated.
 
getLong(int) - Method in class io.netty.buffer.ReadOnlyByteBufferBuf
 
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(int) - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
getLong(int) - Method in class io.netty.handler.codec.ReplayingDecoderByteBuf
 
getLong(long) - Static method in class io.netty.buffer.UnsafeByteBufUtil
 
getLong(long) - Static method in class io.netty.util.internal.PlatformDependent
 
getLong(long) - Static method in class io.netty.util.internal.PlatformDependent0
 
getLong(long[], long) - Static method in class io.netty.util.internal.PlatformDependent
 
getLong(long[], long) - Static method in class io.netty.util.internal.PlatformDependent0
 
getLong(CharSequence) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
 
getLong(CharSequence, long) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
 
getLong(Object, long) - Static method in class io.netty.util.internal.PlatformDependent0
 
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 long value 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 long value 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 long value of a header with the specified name and 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 long value of a header with the specified name and removes the header from this object.
getLongLE(byte[], int) - Static method in class io.netty.buffer.HeapByteBufUtil
 
getLongLE(byte[], int) - Static method in class io.netty.buffer.UnsafeByteBufUtil
 
getLongLE(int) - Method in class io.netty.buffer.AbstractByteBuf
 
getLongLE(int) - Method in class io.netty.buffer.AbstractUnpooledSlicedByteBuf
 
getLongLE(int) - Method in class io.netty.buffer.AdvancedLeakAwareByteBuf
 
getLongLE(int) - Method in class io.netty.buffer.AdvancedLeakAwareCompositeByteBuf
 
getLongLE(int) - Method in class io.netty.buffer.ByteBuf
Gets a 64-bit long integer at the specified absolute index in 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.PooledDuplicatedByteBuf
 
getLongLE(int) - Method in class io.netty.buffer.PooledSlicedByteBuf
 
getLongLE(int) - Method in class io.netty.buffer.ReadOnlyByteBuf
Deprecated.
 
getLongLE(int) - Method in class io.netty.buffer.ReadOnlyByteBufferBuf
 
getLongLE(int) - Method in class io.netty.buffer.SwappedByteBuf
Deprecated.
 
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
 
getLongLE(int) - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
getLongLE(int) - Method in class io.netty.handler.codec.ReplayingDecoderByteBuf
 
getLongLE(long) - Static method in class io.netty.buffer.UnsafeByteBufUtil
 
getLongSafe(byte[], int) - Static method in class io.netty.util.internal.PlatformDependent
 
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.
getMaxBytesPerGatheringWrite() - Method in class io.netty.channel.epoll.EpollChannelConfig
 
getMaxBytesPerGatheringWrite() - Method in class io.netty.channel.kqueue.KQueueChannelConfig
 
getMaxBytesPerGatheringWrite() - Method in class io.netty.channel.socket.nio.NioSocketChannel.NioSocketChannelConfig
 
getMaxDatagramPayloadSize() - Method in class io.netty.channel.epoll.EpollDatagramChannelConfig
Get the maximum DatagramPacket size.
getMaxDirectMemorySizeArgPattern() - Static method in class io.netty.util.internal.PlatformDependent
 
getMaxGlobalWriteSize() - Method in class io.netty.handler.traffic.GlobalChannelTrafficShapingHandler
 
getMaxGlobalWriteSize() - Method in class io.netty.handler.traffic.GlobalTrafficShapingHandler
 
getMaxHeaderListSize() - Method in class io.netty.handler.codec.http2.HpackDecoder
 
getMaxHeaderListSize() - Method in class io.netty.handler.codec.http2.HpackEncoder
 
getMaxHeaderTableSize() - Method in class io.netty.handler.codec.http2.HpackDecoder
Return the maximum table size.
getMaxHeaderTableSize() - Method in class io.netty.handler.codec.http2.HpackEncoder
Return the maximum table size.
getMaxMessagesPerRead() - Method in interface io.netty.channel.ChannelConfig
Deprecated.
Use MaxMessagesRecvByteBufAllocator and MaxMessagesRecvByteBufAllocator.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 class io.netty.handler.codec.http.multipart.AbstractMixedHttpData
 
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
 
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.AdvancedLeakAwareByteBuf
 
getMedium(int) - Method in class io.netty.buffer.AdvancedLeakAwareCompositeByteBuf
 
getMedium(int) - Method in class io.netty.buffer.ByteBuf
Gets a 24-bit medium integer at the specified absolute index in 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
 
getMedium(int) - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
getMedium(int) - Method in class io.netty.handler.codec.ReplayingDecoderByteBuf
 
getMediumLE(int) - Method in class io.netty.buffer.AbstractByteBuf
 
getMediumLE(int) - Method in class io.netty.buffer.AdvancedLeakAwareByteBuf
 
getMediumLE(int) - Method in class io.netty.buffer.AdvancedLeakAwareCompositeByteBuf
 
getMediumLE(int) - Method in class io.netty.buffer.ByteBuf
Gets a 24-bit medium integer at the specified absolute index in 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
 
getMediumLE(int) - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
getMediumLE(int) - Method in class io.netty.handler.codec.ReplayingDecoderByteBuf
 
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 FullHttpMessage associated with stream.
getMessageSizeEstimator() - Method in interface io.netty.channel.ChannelConfig
Returns MessageSizeEstimator which is used for the channel to detect the size of a message.
getMessageSizeEstimator() - Method in class io.netty.channel.DefaultChannelConfig
 
getMessageSizeEstimator() - Method in class io.netty.handler.codec.http2.AbstractHttp2StreamChannel.Http2StreamChannelConfig
 
getMethod() - Method in class io.netty.handler.codec.http.DefaultHttpRequest
Deprecated.
getMethod() - Method in class io.netty.handler.codec.http.HttpObjectAggregator.AggregatedFullHttpRequest
 
getMethod() - Method in interface io.netty.handler.codec.http.HttpRequest
Deprecated.
getMethod() - Method in class io.netty.handler.codec.http.multipart.HttpPostRequestEncoder.WrappedHttpRequest
 
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.
getMinorVersion() - Method in enum io.netty.handler.codec.spdy.SpdyVersion
 
getMqttVersion(ChannelHandlerContext) - Static method in class io.netty.handler.codec.mqtt.MqttCodecUtil
 
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 class io.netty.handler.codec.http.multipart.AbstractMixedHttpData
 
getName() - Method in interface io.netty.handler.codec.http.multipart.InterfaceHttpData
Returns the name of this InterfaceHttpData.
getName() - Method in class io.netty.handler.codec.http.multipart.InternalAttribute
 
getNameIndex(CharSequence) - Method in class io.netty.handler.codec.http2.HpackEncoder
 
getNameServers(String) - Method in class io.netty.resolver.dns.DnsResolveContext
 
getNameServersFromCache(String) - Method in class io.netty.resolver.dns.DnsResolveContext
Returns the DnsServerAddressStream that was cached for the given hostname or null if non could be found.
getNeedClientAuth() - Method in class io.netty.handler.ssl.JdkSslEngine
 
getNeedClientAuth() - Method in class io.netty.handler.ssl.ReferenceCountedOpenSslEngine
 
getNegotiatedApplicationProtocol() - Method in interface io.netty.handler.ssl.ApplicationProtocolAccessor
Returns the name of the negotiated application-level protocol.
getNegotiatedApplicationProtocol() - Method in class io.netty.handler.ssl.JdkAlpnSslEngine
 
getNegotiatedApplicationProtocol() - Method in class io.netty.handler.ssl.JdkSslEngine
 
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.epoll.LinuxSocket
 
getNetworkInterface() - Method in class io.netty.channel.kqueue.KQueueDatagramChannelConfig
 
getNetworkInterface() - Method in interface io.netty.channel.socket.DatagramChannelConfig
Gets the StandardSocketOptions.IP_MULTICAST_IF option.
getNetworkInterface() - Method in class io.netty.channel.socket.DefaultDatagramChannelConfig
 
getNetworkInterface() - Method in class io.netty.channel.socket.nio.NioDatagramChannelConfig
 
getNewMultipartDelimiter() - Static method in class io.netty.handler.codec.http.multipart.HttpPostRequestEncoder
 
getNextAvail() - Method in class io.netty.buffer.PoolSubpage
 
getNextState(int, int) - Static method in class io.netty.handler.codec.spdy.SpdyFrameDecoder
 
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.CompleteChannelFuture
 
getNow() - Method in class io.netty.channel.DelegatingChannelPromiseNotifier
 
getNow() - Method in class io.netty.channel.group.VoidChannelGroupFuture
 
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
 
getNumericalValue(char) - Static method in class io.netty.handler.codec.DateFormatter
 
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
 
getObject(Object, long) - Static method in class io.netty.util.internal.PlatformDependent0
 
getOcspResponse() - Method in class io.netty.handler.ssl.ReferenceCountedOpenSslEngine
Returns the OCSP response or null if the server didn't provide a stapled OCSP response.
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.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.nio.NioDatagramChannelConfig
 
getOption(ChannelOption<T>) - Method in class io.netty.channel.socket.nio.NioServerSocketChannel.NioServerSocketChannelConfig
 
getOption(ChannelOption<T>) - Method in class io.netty.channel.socket.nio.NioSocketChannel.NioSocketChannelConfig
 
getOption(ChannelOption<T>) - Method in class io.netty.channel.socket.oio.DefaultOioDatagramChannelConfig
 
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(Channel, NioChannelOption<T>) - Static method in class io.netty.channel.socket.nio.NioChannelOption
 
getOption0(Object) - Method in class io.netty.channel.socket.nio.NioDatagramChannelConfig
 
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.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.nio.NioDatagramChannelConfig
 
getOptions() - Method in class io.netty.channel.socket.nio.NioServerSocketChannel.NioServerSocketChannelConfig
 
getOptions() - Method in class io.netty.channel.socket.nio.NioSocketChannel.NioSocketChannelConfig
 
getOptions() - Method in class io.netty.channel.socket.oio.DefaultOioDatagramChannelConfig
 
getOptions() - Method in class io.netty.channel.socket.oio.DefaultOioServerSocketChannelConfig
Deprecated.
 
getOptions() - Method in class io.netty.channel.socket.oio.DefaultOioSocketChannelConfig
Deprecated.
 
getOptions(Channel) - Static method in class io.netty.channel.socket.nio.NioChannelOption
 
getOptions(Map<ChannelOption<?>, Object>, ChannelOption<?>...) - Method in class io.netty.channel.DefaultChannelConfig
 
getOrCreate() - Method in class io.netty.handler.codec.CodecOutputList.CodecOutputLists
 
getOrCreate(String) - Method in class io.netty.util.ConstantPool
Get existing constant by name or creates new one if not exists.
getOrCreateContextMap(InetSocketAddress) - Method in class io.netty.resolver.dns.DnsQueryContextManager
 
getOrDefault(Bootstrap.ExternalAddressResolver) - Static method in class io.netty.bootstrap.Bootstrap.ExternalAddressResolver
 
getOrSetPerChannel(ChannelHandlerContext) - Method in class io.netty.handler.traffic.GlobalChannelTrafficShapingHandler
 
getOrSetPerChannel(ChannelHandlerContext) - Method in class io.netty.handler.traffic.GlobalTrafficShapingHandler
 
getPacketBufferSize() - Method in class io.netty.handler.ssl.ExtendedOpenSslSession
 
getPacketBufferSize() - Method in class io.netty.handler.ssl.OpenSslSessionCache.NativeSslSession
 
getPacketBufferSize() - Method in class io.netty.handler.ssl.ReferenceCountedOpenSslEngine.DefaultOpenSslSession
 
getPaddingPresenceFieldLength() - Method in class io.netty.handler.codec.http2.Http2Flags
Gets the length in bytes of the padding presence field expected in the payload.
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.
getPBEAlgorithm(EncryptedPrivateKeyInfo) - Static method in class io.netty.handler.ssl.SslContext
 
getPeerCertificateChain() - Method in class io.netty.handler.ssl.ExtendedOpenSslSession
 
getPeerCertificateChain() - Method in class io.netty.handler.ssl.OpenSslSessionCache.NativeSslSession
 
getPeerCertificateChain() - Method in class io.netty.handler.ssl.ReferenceCountedOpenSslEngine.DefaultOpenSslSession
 
getPeerCertificates() - Method in class io.netty.handler.ssl.ExtendedOpenSslSession
 
getPeerCertificates() - Method in class io.netty.handler.ssl.OpenSslSessionCache.NativeSslSession
 
getPeerCertificates() - Method in class io.netty.handler.ssl.ReferenceCountedOpenSslEngine.DefaultOpenSslSession
 
getPeerCredentials() - Method in class io.netty.channel.epoll.LinuxSocket
 
getPeerCredentials() - Method in class io.netty.channel.kqueue.BsdSocket
 
getPeerCredentials(int) - Static method in class io.netty.channel.epoll.LinuxSocket
 
getPeerCredentials(int) - Static method in class io.netty.channel.kqueue.BsdSocket
 
getPeerHost() - Method in class io.netty.handler.ssl.ExtendedOpenSslSession
 
getPeerHost() - Method in class io.netty.handler.ssl.JdkSslEngine
 
getPeerHost() - Method in class io.netty.handler.ssl.OpenSslSessionCache.NativeSslSession
 
getPeerHost() - Method in class io.netty.handler.ssl.ReferenceCountedOpenSslEngine.DefaultOpenSslSession
 
getPeerPort() - Method in class io.netty.handler.ssl.ExtendedOpenSslSession
 
getPeerPort() - Method in class io.netty.handler.ssl.JdkSslEngine
 
getPeerPort() - Method in class io.netty.handler.ssl.OpenSslSessionCache.NativeSslSession
 
getPeerPort() - Method in class io.netty.handler.ssl.ReferenceCountedOpenSslEngine.DefaultOpenSslSession
 
getPeerPrincipal() - Method in class io.netty.handler.ssl.ExtendedOpenSslSession
 
getPeerPrincipal() - Method in class io.netty.handler.ssl.OpenSslSessionCache.NativeSslSession
 
getPeerPrincipal() - Method in class io.netty.handler.ssl.ReferenceCountedOpenSslEngine.DefaultOpenSslSession
 
getPeerSupportedSignatureAlgorithms() - Method in class io.netty.handler.ssl.ExtendedOpenSslSession
 
getPendingWrite() - Method in class io.netty.handler.codec.spdy.SpdySession.StreamState
 
getPendingWrite(int) - Method in class io.netty.handler.codec.spdy.SpdySession
 
getPinEventExecutorPerGroup() - Method in class io.netty.channel.DefaultChannelConfig
 
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
 
getPreamble(ByteBuf) - Method in class io.netty.handler.codec.compression.Snappy
Get the length varint (a series of bytes, where the lower 7 bits are data and the upper bit is a flag to indicate more bytes to be read).
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
 
getPriority() - Method in class io.netty.handler.codec.spdy.SpdySession.StreamState
 
getPrivateKey(File, String) - Static method in class io.netty.handler.ssl.BouncyCastlePemReader
Generates a new PrivateKey.
getPrivateKey(InputStream, String) - Static method in class io.netty.handler.ssl.BouncyCastlePemReader
Generates a new PrivateKey.
getPrivateKey(String) - Method in class io.netty.handler.ssl.util.X509KeyManagerWrapper
 
getPrivateKey(PEMParser, String) - Static method in class io.netty.handler.ssl.BouncyCastlePemReader
 
getPrivateKeyFromByteBuffer(ByteBuf, String) - Static method in class io.netty.handler.ssl.SslContext
 
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 class io.netty.handler.codec.http2.DefaultHttp2Connection.DefaultStream
 
getProperty(Http2Connection.PropertyKey) - Method in interface io.netty.handler.codec.http2.Http2Stream
Returns application-defined data if any was associated with this stream.
getProtocol() - Method in class io.netty.handler.ssl.ExtendedOpenSslSession
 
getProtocol() - Method in class io.netty.handler.ssl.OpenSslSessionCache.NativeSslSession
 
getProtocol() - Method in class io.netty.handler.ssl.ReferenceCountedOpenSslEngine.DefaultOpenSslSession
 
getProtocolVersion() - Method in class io.netty.handler.codec.http.DefaultHttpMessage
Deprecated.
getProtocolVersion() - Method in interface io.netty.handler.codec.http.HttpMessage
Deprecated.
getProtocolVersion() - Method in class io.netty.handler.codec.http.HttpObjectAggregator.AggregatedFullHttpMessage
 
getProtocolVersion() - Method in class io.netty.handler.codec.http.multipart.HttpPostRequestEncoder.WrappedHttpRequest
 
getPseudoHeader(CharSequence) - Static method in enum io.netty.handler.codec.http2.Http2Headers.PseudoHeaderName
Returns the Http2Headers.PseudoHeaderName corresponding 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
 
getRawOptAddress(int, int, int, long, int) - Static method in class io.netty.channel.unix.Socket
 
getRawOptArray(int, int, int, byte[], int, int) - Static method in class io.netty.channel.unix.Socket
 
getRcvAllocTransportProvidesGuess() - Method in class io.netty.channel.kqueue.KQueueChannelConfig
If this is true then the RecvByteBufAllocator.Handle.guess() will be overridden to always attempt to read as many bytes as kqueue says are available.
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 DomainSocketReadMode for the channel.
getReadPosition(int) - Method in class io.netty.handler.codec.http.multipart.HttpPostBodyUtil.SeekAheadOptimize
 
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 interface io.netty.channel.socket.DatagramChannelConfig
Gets the StandardSocketOptions.SO_RCVBUF option.
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_RCVBUF option.
getReceiveBufferSize() - Method in interface io.netty.channel.socket.SocketChannelConfig
Gets the StandardSocketOptions.SO_RCVBUF option.
getReceiveBufferSize() - Method in class io.netty.channel.unix.Socket
 
getReceiveBufferSize(int) - Static method in class io.netty.channel.unix.Socket
 
getReceiveWindowSizeLowerBound() - Method in class io.netty.handler.codec.spdy.SpdySession.StreamState
 
getReceiveWindowSizeLowerBound(int) - Method in class io.netty.handler.codec.spdy.SpdySession
 
getRecvByteBufAllocator() - Method in interface io.netty.channel.ChannelConfig
Returns RecvByteBufAllocator which 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.
getReportAndClearRecords() - Method in class io.netty.util.ResourceLeakDetector.DefaultResourceLeak
 
getRequestedServerNames() - Method in class io.netty.handler.ssl.ExtendedOpenSslSession
 
getResolver(EventExecutor) - Method in class io.netty.resolver.AddressResolverGroup
Returns the AddressResolver associated with the specified EventExecutor.
getResource(String, ClassLoader) - Static method in class io.netty.util.internal.NativeLibraryLoader
 
getSearchDomainsHack() - Static method in class io.netty.resolver.dns.DnsNameResolver
 
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 interface io.netty.channel.socket.DatagramChannelConfig
Gets the StandardSocketOptions.SO_SNDBUF option.
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_SNDBUF option.
getSendBufferSize() - Method in interface io.netty.channel.unix.DomainDatagramChannelConfig
Gets the StandardSocketOptions.SO_SNDBUF option.
getSendBufferSize() - Method in class io.netty.channel.unix.Socket
 
getSendBufferSize(int) - Static method in class io.netty.channel.unix.Socket
 
getSendWindowSize() - Method in class io.netty.handler.codec.spdy.SpdySession.StreamState
 
getSendWindowSize(int) - Method in class io.netty.handler.codec.spdy.SpdySession
 
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
 
getServerAliases(String, Principal[]) - Method in class io.netty.handler.ssl.util.X509KeyManagerWrapper
 
getSession() - Method in class io.netty.handler.ssl.JdkSslEngine
 
getSession() - Method in class io.netty.handler.ssl.ReferenceCountedOpenSslEngine
 
getSession(byte[]) - Method in class io.netty.handler.ssl.OpenSslSessionContext
 
getSession(long, byte[]) - Method in class io.netty.handler.ssl.OpenSslSessionCache
 
getSession(OpenSslSessionId) - Method in class io.netty.handler.ssl.OpenSslSessionCache
Return the OpenSslSession which is cached for the given id.
getSessionCacheSize() - Method in class io.netty.handler.ssl.OpenSslSessionCache
 
getSessionCacheSize() - Method in class io.netty.handler.ssl.OpenSslSessionContext
 
getSessionContext() - Method in class io.netty.handler.ssl.ExtendedOpenSslSession
 
getSessionContext() - Method in interface io.netty.handler.ssl.OpenSslSession
 
getSessionContext() - Method in class io.netty.handler.ssl.OpenSslSessionCache.NativeSslSession
 
getSessionContext() - Method in class io.netty.handler.ssl.ReferenceCountedOpenSslEngine.DefaultOpenSslSession
 
getSessionTimeout() - Method in class io.netty.handler.ssl.OpenSslSessionCache
 
getSessionTimeout() - Method in class io.netty.handler.ssl.OpenSslSessionContext
 
getSettings() - Method in class io.netty.handler.codec.spdy.DefaultSpdySettingsFrame
 
getSettingsHeaderValue(ChannelHandlerContext) - Method in class io.netty.handler.codec.http2.Http2ClientUpgradeCodec
Converts the current settings for the handler to the Base64-encoded representation used in the HTTP2-Settings upgrade header.
getShort(byte[], int) - Static method in class io.netty.buffer.HeapByteBufUtil
 
getShort(byte[], int) - Static method in class io.netty.buffer.UnsafeByteBufUtil
 
getShort(byte[], int) - Static method in class io.netty.util.internal.PlatformDependent
 
getShort(byte[], int) - Static method in class io.netty.util.internal.PlatformDependent0
 
getShort(int) - Method in class io.netty.buffer.AbstractByteBuf
 
getShort(int) - Method in class io.netty.buffer.AbstractUnpooledSlicedByteBuf
 
getShort(int) - Method in class io.netty.buffer.AbstractUnsafeSwappedByteBuf
 
getShort(int) - Method in class io.netty.buffer.AdvancedLeakAwareByteBuf
 
getShort(int) - Method in class io.netty.buffer.AdvancedLeakAwareCompositeByteBuf
 
getShort(int) - Method in class io.netty.buffer.ByteBuf
Gets a 16-bit short integer at the specified absolute index in 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.PooledDuplicatedByteBuf
 
getShort(int) - Method in class io.netty.buffer.PooledSlicedByteBuf
 
getShort(int) - Method in class io.netty.buffer.ReadOnlyByteBuf
Deprecated.
 
getShort(int) - Method in class io.netty.buffer.ReadOnlyByteBufferBuf
 
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(int) - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
getShort(int) - Method in class io.netty.handler.codec.ReplayingDecoderByteBuf
 
getShort(int, int) - Method in class io.netty.channel.kqueue.KQueueEventArray
 
getShort(long) - Static method in class io.netty.buffer.UnsafeByteBufUtil
 
getShort(long) - Static method in class io.netty.util.internal.PlatformDependent
 
getShort(long) - Static method in class io.netty.util.internal.PlatformDependent0
 
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 short value 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 short value 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 short value of a header with the specified name and 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 short value of a header with the specified name and removes the header from this object.
getShortLE(byte[], int) - Static method in class io.netty.buffer.HeapByteBufUtil
 
getShortLE(byte[], int) - Static method in class io.netty.buffer.UnsafeByteBufUtil
 
getShortLE(int) - Method in class io.netty.buffer.AbstractByteBuf
 
getShortLE(int) - Method in class io.netty.buffer.AbstractUnpooledSlicedByteBuf
 
getShortLE(int) - Method in class io.netty.buffer.AdvancedLeakAwareByteBuf
 
getShortLE(int) - Method in class io.netty.buffer.AdvancedLeakAwareCompositeByteBuf
 
getShortLE(int) - Method in class io.netty.buffer.ByteBuf
Gets a 16-bit short integer at the specified absolute index in 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.PooledDuplicatedByteBuf
 
getShortLE(int) - Method in class io.netty.buffer.PooledSlicedByteBuf
 
getShortLE(int) - Method in class io.netty.buffer.ReadOnlyByteBuf
Deprecated.
 
getShortLE(int) - Method in class io.netty.buffer.ReadOnlyByteBufferBuf
 
getShortLE(int) - Method in class io.netty.buffer.SwappedByteBuf
Deprecated.
 
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
 
getShortLE(int) - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
getShortLE(int) - Method in class io.netty.handler.codec.ReplayingDecoderByteBuf
 
getShortLE(long) - Static method in class io.netty.buffer.UnsafeByteBufUtil
 
getShortSafe(byte[], int) - Static method in class io.netty.util.internal.PlatformDependent
 
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
 
getSignedInt(ByteBuf, int) - Static method in class io.netty.handler.codec.spdy.SpdyCodecUtil
Reads a big-endian signed integer from the buffer.
getSimpleString(ByteBuf) - Method in class io.netty.handler.codec.redis.FixedRedisMessagePool
 
getSimpleString(ByteBuf) - Method in interface io.netty.handler.codec.redis.RedisMessagePool
Returns SimpleStringRedisMessage for given content.
getSimpleString(FixedRedisMessagePool.RedisReplyKey) - Method in class io.netty.handler.codec.redis.FixedRedisMessagePool
Returns SimpleStringRedisMessage for the given FixedRedisMessagePool.RedisReplyKey or null if 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 SimpleStringRedisMessage for given content.
getSizeTableIndex(int) - Static method in class io.netty.channel.AdaptiveRecvByteBufAllocator
 
getSndLowAt() - Method in class io.netty.channel.kqueue.BsdSocket
 
getSndLowAt() - Method in class io.netty.channel.kqueue.KQueueSocketChannelConfig
 
getSndLowAt(int) - Static method in class io.netty.channel.kqueue.BsdSocket
 
getSniHostName(byte[]) - Static method in class io.netty.handler.ssl.Java8SslUtils
 
getSniHostNames(List<String>) - Static method in class io.netty.handler.ssl.Java8SslUtils
 
getSniHostNames(SSLParameters) - Static method in class io.netty.handler.ssl.Java8SslUtils
 
getSoBusyPoll() - Method in class io.netty.channel.epoll.EpollSocketChannelConfig
Get the SO_BUSY_POLL option on the socket.
getSoBusyPoll() - Method in class io.netty.channel.epoll.LinuxSocket
 
getSoBusyPoll(int) - Static method in class io.netty.channel.epoll.LinuxSocket
 
getSoError() - Method in class io.netty.channel.unix.Socket
 
getSoError(int) - Static 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_LINGER option.
getSoLinger() - Method in class io.netty.channel.unix.Socket
 
getSoLinger(int) - Static method in class io.netty.channel.unix.Socket
 
getSoTimeout() - Method in class io.netty.channel.socket.oio.DefaultOioDatagramChannelConfig
 
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.
getSSLContext(String) - Static method in class io.netty.handler.ssl.SslUtils
 
getSSLParameters() - Method in class io.netty.handler.ssl.JdkSslEngine
 
getSSLParameters() - Method in class io.netty.handler.ssl.ReferenceCountedOpenSslEngine
 
getStatus() - Method in class io.netty.handler.codec.http.DefaultHttpResponse
Deprecated.
getStatus() - Method in class io.netty.handler.codec.http.HttpObjectAggregator.AggregatedFullHttpResponse
 
getStatus() - Method in interface io.netty.handler.codec.http.HttpResponse
Deprecated.
getStatusResponses() - Method in class io.netty.handler.ssl.ExtendedOpenSslSession
 
getStreamId() - Method in class io.netty.handler.codec.http2.DefaultHttp2FrameReader.HeadersContinuation
Returns the stream for which headers are currently being processed.
getStreamId(HttpHeaders) - Method in class io.netty.handler.codec.http2.HttpToHttp2ConnectionHandler
Get the next stream id either from the HttpHeaders object or HTTP/2 codec
getStreamId(Http2Connection, HttpHeaders) - Static method in class io.netty.handler.codec.http2.InboundHttpToHttp2Adapter
 
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 class io.netty.handler.codec.http.multipart.AbstractMixedHttpData
 
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 class io.netty.handler.codec.http.multipart.AbstractMixedHttpData
 
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.JdkSslEngine
 
getSupportedCipherSuites() - Method in class io.netty.handler.ssl.ReferenceCountedOpenSslEngine
 
getSupportedProtocols() - Method in class io.netty.handler.ssl.JdkSslEngine
 
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.
getSystemClassLoader() - Static method in class io.netty.util.internal.PlatformDependent0
 
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.
getTaskRunner(boolean) - Method in class io.netty.handler.ssl.SslHandler
 
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.
getTcpDeferAccept() - Method in class io.netty.channel.epoll.LinuxSocket
 
getTcpDeferAccept(int) - Static method in class io.netty.channel.epoll.LinuxSocket
 
getTcpFastopen() - Method in class io.netty.channel.epoll.EpollServerChannelConfig
Returns threshold value of number of pending for fast open connect.
getTcpInfo(int, long[]) - Static method in class io.netty.channel.epoll.LinuxSocket
 
getTcpInfo(EpollTcpInfo) - Method in class io.netty.channel.epoll.LinuxSocket
 
getTcpKeepCnt() - Method in class io.netty.channel.epoll.EpollSocketChannelConfig
Get the TCP_KEEPCNT option on the socket.
getTcpKeepCnt() - Method in class io.netty.channel.epoll.LinuxSocket
 
getTcpKeepCnt(int) - Static method in class io.netty.channel.epoll.LinuxSocket
 
getTcpKeepIdle() - Method in class io.netty.channel.epoll.EpollSocketChannelConfig
Get the TCP_KEEPIDLE option on the socket.
getTcpKeepIdle() - Method in class io.netty.channel.epoll.LinuxSocket
 
getTcpKeepIdle(int) - Static method in class io.netty.channel.epoll.LinuxSocket
 
getTcpKeepIntvl() - Method in class io.netty.channel.epoll.EpollSocketChannelConfig
Get the TCP_KEEPINTVL option on the socket.
getTcpKeepIntvl() - Method in class io.netty.channel.epoll.LinuxSocket
 
getTcpKeepIntvl(int) - Static method in class io.netty.channel.epoll.LinuxSocket
 
getTcpNoPush(int) - Static method in class io.netty.channel.kqueue.BsdSocket
 
getTcpNotSentLowAt() - Method in class io.netty.channel.epoll.EpollSocketChannelConfig
Get the TCP_NOTSENT_LOWAT option on the socket.
getTcpNotSentLowAt() - Method in class io.netty.channel.epoll.LinuxSocket
 
getTcpNotSentLowAt(int) - Static method in class io.netty.channel.epoll.LinuxSocket
 
getTcpUserTimeout() - Method in class io.netty.channel.epoll.EpollSocketChannelConfig
Get the TCP_USER_TIMEOUT option on the socket.
getTcpUserTimeout() - Method in class io.netty.channel.epoll.LinuxSocket
 
getTcpUserTimeout(int) - Static method in class io.netty.channel.epoll.LinuxSocket
 
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 name in 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 name in milliseconds and removes the header from this object.
getTimeToLive() - Method in class io.netty.channel.epoll.EpollDatagramChannelConfig
 
getTimeToLive() - Method in class io.netty.channel.epoll.LinuxSocket
 
getTimeToLive() - Method in class io.netty.channel.kqueue.KQueueDatagramChannelConfig
 
getTimeToLive() - Method in interface io.netty.channel.socket.DatagramChannelConfig
Gets the StandardSocketOptions.IP_MULTICAST_TTL option.
getTimeToLive() - Method in class io.netty.channel.socket.DefaultDatagramChannelConfig
 
getTimeToLive() - Method in class io.netty.channel.socket.nio.NioDatagramChannelConfig
 
getTimeToLive(int) - Static method in class io.netty.channel.epoll.LinuxSocket
 
getTlsVersion() - Static method in class io.netty.handler.ssl.SslUtils
 
getTotalWeight() - Method in class io.netty.handler.codec.http2.WeightedFairQueueByteDistributor.State
 
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_TOS option.
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_TOS option.
getTrafficClass() - Method in class io.netty.channel.unix.Socket
 
getTrafficClass(int, boolean) - Static method in class io.netty.channel.unix.Socket
 
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.
getUnsafe(int) - Method in class io.netty.handler.codec.CodecOutputList
Returns the element on the given index.
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.Unsafe was not available.
getUnsafeUnavailabilityCause() - Static method in class io.netty.util.internal.PlatformDependent0
 
getUnsignedByte(int) - Method in class io.netty.buffer.AbstractByteBuf
 
getUnsignedByte(int) - Method in class io.netty.buffer.AdvancedLeakAwareByteBuf
 
getUnsignedByte(int) - Method in class io.netty.buffer.AdvancedLeakAwareCompositeByteBuf
 
getUnsignedByte(int) - Method in class io.netty.buffer.ByteBuf
Gets an unsigned byte at the specified absolute index in 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
 
getUnsignedByte(int) - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
getUnsignedByte(int) - Method in class io.netty.handler.codec.ReplayingDecoderByteBuf
 
getUnsignedInt(int) - Method in class io.netty.buffer.AbstractByteBuf
 
getUnsignedInt(int) - Method in class io.netty.buffer.AbstractUnsafeSwappedByteBuf
 
getUnsignedInt(int) - Method in class io.netty.buffer.AdvancedLeakAwareByteBuf
 
getUnsignedInt(int) - Method in class io.netty.buffer.AdvancedLeakAwareCompositeByteBuf
 
getUnsignedInt(int) - Method in class io.netty.buffer.ByteBuf
Gets an unsigned 32-bit integer at the specified absolute index in 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
 
getUnsignedInt(int) - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
getUnsignedInt(int) - Method in class io.netty.handler.codec.ReplayingDecoderByteBuf
 
getUnsignedInt(ByteBuf, int) - Static method in class io.netty.handler.codec.spdy.SpdyCodecUtil
Reads a big-endian (31-bit) integer from the buffer.
getUnsignedIntLE(int) - Method in class io.netty.buffer.AbstractByteBuf
 
getUnsignedIntLE(int) - Method in class io.netty.buffer.AdvancedLeakAwareByteBuf
 
getUnsignedIntLE(int) - Method in class io.netty.buffer.AdvancedLeakAwareCompositeByteBuf
 
getUnsignedIntLE(int) - Method in class io.netty.buffer.ByteBuf
Gets an unsigned 32-bit integer at the specified absolute index in 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
 
getUnsignedIntLE(int) - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
getUnsignedIntLE(int) - Method in class io.netty.handler.codec.ReplayingDecoderByteBuf
 
getUnsignedMedium(byte[], int) - Static method in class io.netty.buffer.HeapByteBufUtil
 
getUnsignedMedium(byte[], int) - Static method in class io.netty.buffer.UnsafeByteBufUtil
 
getUnsignedMedium(int) - Method in class io.netty.buffer.AbstractByteBuf
 
getUnsignedMedium(int) - Method in class io.netty.buffer.AbstractUnpooledSlicedByteBuf
 
getUnsignedMedium(int) - Method in class io.netty.buffer.AdvancedLeakAwareByteBuf
 
getUnsignedMedium(int) - Method in class io.netty.buffer.AdvancedLeakAwareCompositeByteBuf
 
getUnsignedMedium(int) - Method in class io.netty.buffer.ByteBuf
Gets an unsigned 24-bit medium integer at the specified absolute index in 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.PooledDuplicatedByteBuf
 
getUnsignedMedium(int) - Method in class io.netty.buffer.PooledSlicedByteBuf
 
getUnsignedMedium(int) - Method in class io.netty.buffer.ReadOnlyByteBuf
Deprecated.
 
getUnsignedMedium(int) - Method in class io.netty.buffer.ReadOnlyByteBufferBuf
 
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
 
getUnsignedMedium(int) - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
getUnsignedMedium(int) - Method in class io.netty.handler.codec.ReplayingDecoderByteBuf
 
getUnsignedMedium(long) - Static method in class io.netty.buffer.UnsafeByteBufUtil
 
getUnsignedMedium(ByteBuf, int) - Static method in class io.netty.handler.codec.spdy.SpdyCodecUtil
Reads a big-endian unsigned medium integer from the buffer.
getUnsignedMediumLE(byte[], int) - Static method in class io.netty.buffer.HeapByteBufUtil
 
getUnsignedMediumLE(byte[], int) - Static method in class io.netty.buffer.UnsafeByteBufUtil
 
getUnsignedMediumLE(int) - Method in class io.netty.buffer.AbstractByteBuf
 
getUnsignedMediumLE(int) - Method in class io.netty.buffer.AbstractUnpooledSlicedByteBuf
 
getUnsignedMediumLE(int) - Method in class io.netty.buffer.AdvancedLeakAwareByteBuf
 
getUnsignedMediumLE(int) - Method in class io.netty.buffer.AdvancedLeakAwareCompositeByteBuf
 
getUnsignedMediumLE(int) - Method in class io.netty.buffer.ByteBuf
Gets an unsigned 24-bit medium integer at the specified absolute index in 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.PooledDuplicatedByteBuf
 
getUnsignedMediumLE(int) - Method in class io.netty.buffer.PooledSlicedByteBuf
 
getUnsignedMediumLE(int) - Method in class io.netty.buffer.ReadOnlyByteBuf
Deprecated.
 
getUnsignedMediumLE(int) - Method in class io.netty.buffer.ReadOnlyByteBufferBuf
 
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
 
getUnsignedMediumLE(int) - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
getUnsignedMediumLE(int) - Method in class io.netty.handler.codec.ReplayingDecoderByteBuf
 
getUnsignedMediumLE(long) - Static method in class io.netty.buffer.UnsafeByteBufUtil
 
getUnsignedShort(int) - Method in class io.netty.buffer.AbstractByteBuf
 
getUnsignedShort(int) - Method in class io.netty.buffer.AbstractUnsafeSwappedByteBuf
 
getUnsignedShort(int) - Method in class io.netty.buffer.AdvancedLeakAwareByteBuf
 
getUnsignedShort(int) - Method in class io.netty.buffer.AdvancedLeakAwareCompositeByteBuf
 
getUnsignedShort(int) - Method in class io.netty.buffer.ByteBuf
Gets an unsigned 16-bit short integer at the specified absolute index in 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
 
getUnsignedShort(int) - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
getUnsignedShort(int) - Method in class io.netty.handler.codec.ReplayingDecoderByteBuf
 
getUnsignedShort(ByteBuf, int) - Static method in class io.netty.handler.codec.spdy.SpdyCodecUtil
Reads a big-endian unsigned short integer from the buffer.
getUnsignedShortLE(int) - Method in class io.netty.buffer.AbstractByteBuf
 
getUnsignedShortLE(int) - Method in class io.netty.buffer.AdvancedLeakAwareByteBuf
 
getUnsignedShortLE(int) - Method in class io.netty.buffer.AdvancedLeakAwareCompositeByteBuf
 
getUnsignedShortLE(int) - Method in class io.netty.buffer.ByteBuf
Gets an unsigned 16-bit short integer at the specified absolute index in 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
 
getUnsignedShortLE(int) - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
getUnsignedShortLE(int) - Method in class io.netty.handler.codec.ReplayingDecoderByteBuf
 
getUri() - Method in class io.netty.handler.codec.http.DefaultHttpRequest
Deprecated.
getUri() - Method in class io.netty.handler.codec.http.HttpObjectAggregator.AggregatedFullHttpRequest
 
getUri() - Method in interface io.netty.handler.codec.http.HttpRequest
Deprecated.
Use HttpRequest.uri() instead.
getUri() - Method in class io.netty.handler.codec.http.multipart.HttpPostRequestEncoder.WrappedHttpRequest
 
getUseCipherSuitesOrder(SSLParameters) - Static method in class io.netty.handler.ssl.Java8SslUtils
 
getUseClientMode() - Method in class io.netty.handler.ssl.JdkSslEngine
 
getUseClientMode() - Method in class io.netty.handler.ssl.ReferenceCountedOpenSslEngine
 
getUserDefinedWritability(int) - Method in class io.netty.channel.ChannelOutboundBuffer
Returns true if and only if the user-defined writability flag at the specified index is set to true.
getValue() - Method in class io.netty.channel.group.DefaultChannelGroupFuture.DefaultEntry
 
getValue() - Method in class io.netty.handler.codec.compression.ByteBufChecksum.SlowByteBufChecksum
 
getValue() - Method in class io.netty.handler.codec.compression.Crc32c
 
getValue() - Method in class io.netty.handler.codec.DefaultHeaders.HeaderEntry
 
getValue() - Method in class io.netty.handler.codec.HeadersUtils.StringEntry
 
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() - Method in class io.netty.handler.codec.http.ReadOnlyHttpHeaders.ReadOnlyIterator
 
getValue() - Method in class io.netty.handler.codec.http.ReadOnlyHttpHeaders.ReadOnlyStringIterator
 
getValue() - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers.ReadOnlyIterator
 
getValue() - Method in class io.netty.handler.codec.spdy.DefaultSpdySettingsFrame.Setting
 
getValue() - Method in class io.netty.util.collection.ByteObjectHashMap.MapEntry
 
getValue() - Method in class io.netty.util.collection.CharObjectHashMap.MapEntry
 
getValue() - Method in class io.netty.util.collection.IntObjectHashMap.MapEntry
 
getValue() - Method in class io.netty.util.collection.LongObjectHashMap.MapEntry
 
getValue() - Method in class io.netty.util.collection.ShortObjectHashMap.MapEntry
 
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.
getValue(String) - Method in class io.netty.handler.ssl.ExtendedOpenSslSession
 
getValue(String) - Method in class io.netty.handler.ssl.OpenSslSessionCache.NativeSslSession
 
getValue(String) - Method in class io.netty.handler.ssl.ReferenceCountedOpenSslEngine.DefaultOpenSslSession
 
getValue(Callable<T>) - Static method in class io.netty.handler.codec.http.cors.CorsConfig
 
getValueNames() - Method in class io.netty.handler.ssl.ExtendedOpenSslSession
 
getValueNames() - Method in class io.netty.handler.ssl.OpenSslSessionCache.NativeSslSession
 
getValueNames() - Method in class io.netty.handler.ssl.ReferenceCountedOpenSslEngine.DefaultOpenSslSession
 
getVariableLengthInt(int) - Static method in class io.netty.handler.codec.mqtt.MqttEncoder
 
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 enum io.netty.handler.codec.spdy.SpdyVersion
 
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
 
getWantClientAuth() - Method in class io.netty.handler.ssl.JdkSslEngine
 
getWantClientAuth() - Method in class io.netty.handler.ssl.ReferenceCountedOpenSslEngine
 
getWebSocketContentLength(HttpMessage) - Static method in class io.netty.handler.codec.http.HttpUtil
Returns the content length of the specified web socket message.
getWebSocketLocation(ChannelPipeline, HttpRequest, String) - Static method in class io.netty.handler.codec.http.websocketx.WebSocketServerProtocolHandshakeHandler
 
getWrappedEngine() - Method in class io.netty.handler.ssl.JdkSslEngine
 
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 WriteBufferWaterMark which 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 - Variable in class io.netty.channel.unix.PeerCredentials
 
gids() - Method in class io.netty.channel.unix.PeerCredentials
 
GLOBAL_DEFAULT_USER_DEFINED_WRITABILITY_INDEX - Static variable in class io.netty.handler.traffic.AbstractTrafficShapingHandler
Default value for Global UserDefinedWritability index
GLOBAL_HEADER - Static variable in class io.netty.handler.pcap.PcapHeaders
Pcap Global Header built from: magic_number version_major version_minor thiszone sigfigs snaplen network
globalBodySize - Variable in class io.netty.handler.codec.http.multipart.HttpPostRequestEncoder
Global Body size
GLOBALCHANNEL_DEFAULT_USER_DEFINED_WRITABILITY_INDEX - Static variable in class io.netty.handler.traffic.AbstractTrafficShapingHandler
Default value for GlobalChannel UserDefinedWritability index
GlobalChannelTrafficCounter - Class in io.netty.handler.traffic
GlobalChannelTrafficCounter(GlobalChannelTrafficShapingHandler, ScheduledExecutorService, String, long) - Constructor for class io.netty.handler.traffic.GlobalChannelTrafficCounter
 
GlobalChannelTrafficCounter.MixedTrafficMonitoringTask - Class in io.netty.handler.traffic
Class to implement monitoring at fix delay.
GlobalChannelTrafficShapingHandler - Class in io.netty.handler.traffic
This implementation of the AbstractTrafficShapingHandler is for global and per channel traffic shaping, that is to say a global limitation of the bandwidth, whatever the number of opened channels and a per channel limitation of the bandwidth.

This version shall not be in the same pipeline than other TrafficShapingHandler.

The general use should be as follow:
Create your unique GlobalChannelTrafficShapingHandler like:

GlobalChannelTrafficShapingHandler myHandler = new GlobalChannelTrafficShapingHandler(executor);

The executor could be the underlying IO worker pool
pipeline.addLast(myHandler);

Note that this handler has a Pipeline Coverage of "all" which means only one such handler must be created and shared among all channels as the counter must be shared among all channels.

Other arguments can be passed like write or read limitation (in bytes/s where 0 means no limitation) or the check interval (in millisecond) that represents the delay between two computations of the bandwidth and so the call back of the doAccounting method (0 means no accounting at all).
Note that as this is a fusion of both Global and Channel Traffic Shaping, limits are in 2 sets, respectively Global and Channel.

A value of 0 means no accounting for checkInterval.
GlobalChannelTrafficShapingHandler(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.
GlobalChannelTrafficShapingHandler.PerChannel - Class in io.netty.handler.traffic
 
GlobalChannelTrafficShapingHandler.ToSend - Class in io.netty.handler.traffic
 
GlobalEventExecutor - Class in io.netty.util.concurrent
Single-thread singleton EventExecutor.
GlobalEventExecutor() - Constructor for class io.netty.util.concurrent.GlobalEventExecutor
 
GlobalEventExecutor.TaskRunner - Class in io.netty.util.concurrent
 
globalProgress - Variable in class io.netty.handler.codec.http.multipart.HttpPostRequestEncoder
Global Transfer progress
GlobalTrafficShapingHandler - Class in io.netty.handler.traffic
This implementation of the AbstractTrafficShapingHandler is for global traffic shaping, that is to say a global limitation of the bandwidth, whatever the number of opened channels.
GlobalTrafficShapingHandler(EventExecutor) - Constructor for class io.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.
GlobalTrafficShapingHandler.PerChannel - Class in io.netty.handler.traffic
 
GlobalTrafficShapingHandler.ToSend - Class in io.netty.handler.traffic
 
GMSSL_PROTOCOL_VERSION - Static variable in class io.netty.handler.ssl.SslUtils
GMSSL Protocol Version
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 errorCode is not Http2Error.NO_ERROR.
goAway(ChannelHandlerContext, Http2Exception, ChannelPromise) - Method in class io.netty.handler.codec.http2.Http2ConnectionHandler
Close the remote endpoint with a GO_AWAY frame.
goAwayDetail - Variable in class io.netty.handler.codec.http2.StreamBufferingEncoder
 
goAwayDetail - Variable in exception io.netty.handler.codec.http2.StreamBufferingEncoder.Http2GoAwayException
 
GoAwayDetail(int, long, byte[]) - Constructor for class io.netty.handler.codec.http2.StreamBufferingEncoder.GoAwayDetail
 
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 GOAWAY was 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 GOAWAY was 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 GOAWAY was 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 Http2Connection as a result of a GOAWAY to 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.
gracefulShutdownQuietPeriod - Variable in class io.netty.util.concurrent.SingleThreadEventExecutor
 
gracefulShutdownStartTime - Variable in class io.netty.util.concurrent.SingleThreadEventExecutor
 
gracefulShutdownTimeout - Variable in class io.netty.util.concurrent.SingleThreadEventExecutor
 
gracefulShutdownTimeoutMillis - Variable in class io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
 
gracefulShutdownTimeoutMillis - Variable in class io.netty.handler.codec.http2.Http2ConnectionHandler
 
gracefulShutdownTimeoutMillis() - Method in class io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
Returns the graceful shutdown timeout of the Http2Connection in 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 Http2Connection in 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
 
grantedQoses - Variable in class io.netty.handler.codec.mqtt.MqttMessageBuilders.SubAckBuilder
 
grantedQoSLevels() - Method in class io.netty.handler.codec.mqtt.MqttSubAckPayload
 
gro - Variable in class io.netty.channel.epoll.EpollDatagramChannelConfig
 
group - Variable in class io.netty.bootstrap.AbstractBootstrap
 
group - Variable in class io.netty.channel.group.DefaultChannelGroupFuture
 
group - Variable in class io.netty.channel.group.VoidChannelGroupFuture
 
group - Variable in class io.netty.util.concurrent.NonStickyEventExecutorGroup
 
group() - Method in class io.netty.bootstrap.AbstractBootstrap
Deprecated.
group() - Method in class io.netty.bootstrap.AbstractBootstrapConfig
Returns the configured EventLoopGroup or null if non is configured yet.
group() - Method in interface io.netty.channel.group.ChannelGroupFuture
Returns the ChannelGroup which is associated with this future.
group() - Method in class io.netty.channel.group.DefaultChannelGroupFuture
 
group() - Method in class io.netty.channel.group.VoidChannelGroupFuture
 
group(EventLoopGroup) - Method in class io.netty.bootstrap.AbstractBootstrap
The EventLoopGroup which is used to handle all the events for the to-be-created Channel
group(EventLoopGroup) - Method in class io.netty.bootstrap.ServerBootstrap
Specify the EventLoopGroup which is used for the parent (acceptor) and the child (client).
group(EventLoopGroup, EventLoopGroup) - Method in class io.netty.bootstrap.ServerBootstrap
Set the EventLoopGroup for the parent (acceptor) and the child (client).
groupIndex - Variable in class io.netty.handler.codec.compression.Bzip2HuffmanStageDecoder
The index of the current group within the selectors array.
groupPosition - Variable in class io.netty.handler.codec.compression.Bzip2HuffmanStageDecoder
The byte position within the current group.
GroupsConverter - Class in io.netty.handler.ssl
Convert java naming to OpenSSL naming if possible and if not return the original name.
GroupsConverter() - Constructor for class io.netty.handler.ssl.GroupsConverter
 
growSize() - Method in class io.netty.util.collection.ByteObjectHashMap
Grows the map size after an insertion.
growSize() - Method in class io.netty.util.collection.CharObjectHashMap
Grows the map size after an insertion.
growSize() - Method in class io.netty.util.collection.IntObjectHashMap
Grows the map size after an insertion.
growSize() - Method in class io.netty.util.collection.LongObjectHashMap
Grows the map size after an insertion.
growSize() - Method in class io.netty.util.collection.ShortObjectHashMap
Grows the map size after an insertion.
GSSAPI - Static variable in class io.netty.handler.codec.socksx.v5.Socks5AuthMethod
 
guess() - Method in class io.netty.channel.AdaptiveRecvByteBufAllocator.HandleImpl
 
guess() - Method in class io.netty.channel.DefaultMaxBytesRecvByteBufAllocator.HandleImpl
 
guess() - Method in class io.netty.channel.FixedRecvByteBufAllocator.HandleImpl
 
guess() - Method in class io.netty.channel.kqueue.KQueueRecvByteAllocatorHandle
 
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.
guess0() - Method in class io.netty.channel.kqueue.KQueueRecvByteAllocatorHandle
 
gzip() - Static method in class io.netty.handler.codec.compression.StandardCompressionOptions
Default implementation of GzipOptions with compressionLevel() set to 6, windowBits() set to 15 and memLevel() set to 8.
gzip(int, int, int) - Static method in class io.netty.handler.codec.compression.StandardCompressionOptions
Create a new GzipOptions Instance
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"
gzipCompressionOptions - Variable in class io.netty.handler.codec.http2.CompressorHttp2ConnectionEncoder
 
GzipEncoderFactory() - Constructor for class io.netty.handler.codec.http.HttpContentCompressor.GzipEncoderFactory
 
gzipHeader - Static variable in class io.netty.handler.codec.compression.JdkZlibEncoder
 
gzipOptions - Variable in class io.netty.handler.codec.http.HttpContentCompressor
 
GzipOptions - Class in io.netty.handler.codec.compression
GzipOptions(int, int, int) - Constructor for class io.netty.handler.codec.compression.GzipOptions
 
gzipState - Variable in class io.netty.handler.codec.compression.JdkZlibDecoder
 
GzipState() - Constructor for enum io.netty.handler.codec.compression.JdkZlibDecoder.GzipState
 

H

HALF_CLOSED_LOCAL - io.netty.handler.codec.http2.Http2Stream.State
 
HALF_CLOSED_REMOTE - io.netty.handler.codec.http2.Http2Stream.State
 
halfCloseStream(int, boolean, ChannelFuture) - Method in class io.netty.handler.codec.spdy.SpdySessionHandler
 
handle - Variable in class io.netty.buffer.ByteBufUtil.ThreadLocalDirectByteBuf
 
handle - Variable in class io.netty.buffer.ByteBufUtil.ThreadLocalUnsafeDirectByteBuf
 
handle - Variable in class io.netty.buffer.PooledByteBuf
 
handle - Variable in class io.netty.buffer.PoolThreadCache.MemoryRegionCache.Entry
 
handle - Variable in class io.netty.channel.AbstractChannelHandlerContext.WriteTask
 
handle - Variable in class io.netty.channel.ChannelOutboundBuffer.Entry
 
handle - Variable in class io.netty.channel.DefaultMessageSizeEstimator
 
handle - Variable in class io.netty.channel.PendingWriteQueue.PendingWrite
 
handle - Variable in class io.netty.handler.flow.FlowControlHandler.RecyclableArrayDeque
 
handle - Variable in class io.netty.util.internal.PendingWrite
 
handle - Variable in class io.netty.util.internal.RecyclableArrayList
 
handle(long, byte[], byte[][]) - Method in class io.netty.handler.ssl.ReferenceCountedOpenSslClientContext.OpenSslClientCertificateCallback
 
handle(long, byte[], byte[][]) - Method in class io.netty.handler.ssl.ReferenceCountedOpenSslServerContext.OpenSslServerCertificateCallback
 
handle(ChannelHandlerContext, Http2Connection, Http2FrameListener, FullHttpMessage) - Static method in class io.netty.handler.codec.http2.InboundHttpToHttp2Adapter
 
HANDLE_INSTANCE - Static variable in class io.netty.handler.codec.http2.AbstractHttp2StreamChannel.FlowControlledFrameSizeEstimator
 
handleCloseFrames - Variable in class io.netty.handler.codec.http.websocketx.WebSocketClientProtocolConfig.Builder
 
handleCloseFrames - Variable in class io.netty.handler.codec.http.websocketx.WebSocketClientProtocolConfig
 
handleCloseFrames - Variable in class io.netty.handler.codec.http.websocketx.WebSocketServerProtocolConfig.Builder
 
handleCloseFrames - Variable in class io.netty.handler.codec.http.websocketx.WebSocketServerProtocolConfig
 
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
true if close frames should not be forwarded and just close the channel
handleCloseFrames(boolean) - Method in class io.netty.handler.codec.http.websocketx.WebSocketServerProtocolConfig.Builder
true if close frames should not be forwarded and just close the channel
handleConnectErrno(String, int) - Static method in class io.netty.channel.unix.Errors
 
handleEndOfInputFuture(ChannelFuture, ChunkedWriteHandler.PendingWrite) - Static method in class io.netty.handler.stream.ChunkedWriteHandler
 
handleException(Throwable) - Method in class io.netty.handler.ssl.SslHandler.SslTasksRunner
 
handleFuture(ChannelFuture, ChunkedWriteHandler.PendingWrite, boolean) - Method in class io.netty.handler.stream.ChunkedWriteHandler
 
handleGzipFooter(ByteBuf) - Method in class io.netty.handler.codec.compression.JdkZlibDecoder
 
handleHandshakeFailure(ChannelHandlerContext, Throwable, boolean) - Static method in class io.netty.handler.ssl.SslUtils
 
handleHeaderFuture(ChannelFuture, int) - Method in class io.netty.handler.codec.http2.Http2FrameCodec
 
HandleImpl() - Constructor for class io.netty.channel.DefaultMaxBytesRecvByteBufAllocator.HandleImpl
 
HandleImpl(int) - Constructor for class io.netty.channel.DefaultMessageSizeEstimator.HandleImpl
 
HandleImpl(int) - Constructor for class io.netty.channel.FixedRecvByteBufAllocator.HandleImpl
 
HandleImpl(int, int, int) - Constructor for class io.netty.channel.AdaptiveRecvByteBufAllocator.HandleImpl
 
handleInaccessibleObjectException(RuntimeException) - Static method in class io.netty.util.internal.ReflectionUtil
 
handleInboundMessage(Object) - Method in class io.netty.channel.embedded.EmbeddedChannel
Called for each inbound message.
handleIncompleteAggregateDuringClose - Variable in class io.netty.handler.codec.MessageAggregator
 
handleLoopException(Throwable) - Method in class io.netty.channel.epoll.EpollEventLoop
Visible only for testing!
handleLoopException(Throwable) - Static method in class io.netty.channel.kqueue.KQueueEventLoop
 
handleLoopException(Throwable) - Static method in class io.netty.channel.nio.NioEventLoop
 
handleNewChannel(ChannelHandlerContext) - Method in class io.netty.handler.ipfilter.AbstractRemoteAddressFilter
 
handleNonSsl(ChannelHandlerContext) - Method in class io.netty.handler.ssl.OptionalSslHandler
 
handleOutboundMessage(ChannelHandlerContext, Object, ChannelPromise) - Method in class io.netty.handler.codec.spdy.SpdySessionHandler
 
handleOutboundMessage(Object) - Method in class io.netty.channel.embedded.EmbeddedChannel
Called for each outbound message.
handleOutstandingControlFrames(ChannelHandlerContext, ChannelPromise) - Method in class io.netty.handler.codec.http2.Http2ControlFrameLimitEncoder
 
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.
handlePotentialUpgrade(ChannelHandlerContext, ChannelPromise, HttpResponse, List<WebSocketServerExtension>) - Method in class io.netty.handler.codec.http.websocketx.extensions.WebSocketServerExtensionHandler
 
handlePreflight(ChannelHandlerContext, HttpRequest) - Method in class io.netty.handler.codec.http.cors.CorsHandler
 
handler - Variable in class io.netty.bootstrap.AbstractBootstrap
 
handler - Variable in class io.netty.channel.CombinedChannelDuplexHandler.DelegatingChannelHandlerContext
 
handler - Variable in class io.netty.channel.DefaultChannelHandlerContext
 
handler - Variable in class io.netty.channel.pool.SimpleChannelPool
 
handler - Variable in class io.netty.handler.codec.http2.Http2StreamChannelBootstrap
 
handler() - Method in class io.netty.bootstrap.AbstractBootstrap
 
handler() - Method in class io.netty.bootstrap.AbstractBootstrapConfig
Returns the configured ChannelHandler or null if non is configured yet.
handler() - Method in interface io.netty.channel.ChannelHandlerContext
The ChannelHandler that is bound this ChannelHandlerContext.
handler() - Method in class io.netty.channel.CombinedChannelDuplexHandler.DelegatingChannelHandlerContext
 
handler() - Method in class io.netty.channel.DefaultChannelHandlerContext
 
handler() - Method in class io.netty.channel.DefaultChannelPipeline.HeadContext
 
handler() - Method in class io.netty.channel.DefaultChannelPipeline.TailContext
 
handler() - Method in class io.netty.channel.pool.SimpleChannelPool
Returns the ChannelPoolHandler that will be notified for the different pool actions.
handler(ChannelHandler) - Method in class io.netty.bootstrap.AbstractBootstrap
the ChannelHandler to use for serving the requests.
handler(ChannelHandler) - Method in class io.netty.handler.codec.http2.Http2StreamChannelBootstrap
the ChannelHandler to use for serving the requests.
HANDLER_SHARABLE_CACHE_INITIAL_CAPACITY - Static variable in class io.netty.util.internal.InternalThreadLocalMap
 
HANDLER_STATE_UPDATER - Static variable in class io.netty.channel.AbstractChannelHandlerContext
 
handlerAdded - Variable in class io.netty.channel.CombinedChannelDuplexHandler
 
handlerAdded(ChannelHandlerContext) - Method in interface io.netty.channel.ChannelHandler
Gets called after the ChannelHandler was added to the actual context and it's ready to handle events.
handlerAdded(ChannelHandlerContext) - Method in class io.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.channel.DefaultChannelPipeline.HeadContext
 
handlerAdded(ChannelHandlerContext) - Method in class io.netty.channel.DefaultChannelPipeline.TailContext
 
handlerAdded(ChannelHandlerContext) - Method in class io.netty.handler.codec.ByteToMessageCodec
 
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.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.WebSocketClientProtocolHandshakeHandler
 
handlerAdded(ChannelHandlerContext) - Method in class io.netty.handler.codec.http.websocketx.WebSocketServerProtocolHandler
 
handlerAdded(ChannelHandlerContext) - Method in class io.netty.handler.codec.http.websocketx.WebSocketServerProtocolHandshakeHandler
 
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.MessageAggregator
 
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.HttpProxyHandler.HttpClientCodecWrapper
 
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.Http2FrameCodec
 
handlerAdded0(ChannelHandlerContext) - Method in class io.netty.handler.codec.http2.Http2MultiplexCodec
Deprecated.
 
handlerAdded0(ChannelHandlerContext) - Method in class io.netty.handler.codec.http2.Http2MultiplexHandler
 
handlerAddr - Variable in class io.netty.handler.pcap.PcapWriteHandler.Builder
 
handlerAddr - Variable in class io.netty.handler.pcap.PcapWriteHandler
Address of the receiver of the connection
handleReadException(ChannelPipeline, ByteBuf, Throwable, boolean, EpollRecvByteAllocatorHandle) - Method in class io.netty.channel.epoll.AbstractEpollStreamChannel.EpollStreamUnsafe
 
handleReadException(ChannelPipeline, ByteBuf, Throwable, boolean, KQueueRecvByteAllocatorHandle) - Method in class io.netty.channel.kqueue.AbstractKQueueStreamChannel.KQueueStreamUnsafe
 
handleReadException(ChannelPipeline, ByteBuf, Throwable, boolean, RecvByteBufAllocator.Handle) - Method in class io.netty.channel.nio.AbstractNioByteChannel.NioByteUnsafe
 
handleReadException(ChannelPipeline, ByteBuf, Throwable, boolean, RecvByteBufAllocator.Handle) - Method in class io.netty.channel.oio.AbstractOioByteChannel
Deprecated.
 
handleRedirect(DnsQuestion, AddressedEnvelope<DnsResponse, InetSocketAddress>, DnsQueryLifecycleObserver, Promise<List<T>>) - Method in class io.netty.resolver.dns.DnsResolveContext
Handles a redirect answer if needed and returns true if a redirect query has been made.
handleRelease(boolean) - Method in class io.netty.buffer.AbstractReferenceCountedByteBuf
 
handleRelease(boolean) - Method in class io.netty.util.AbstractReferenceCounted
 
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
 
handlerName - Variable in class io.netty.handler.codec.http2.Http2ClientUpgradeCodec
 
handlerName - Variable in class io.netty.handler.codec.http2.Http2ServerUpgradeCodec
 
handlerRemoved(ChannelHandlerContext) - Method in interface io.netty.channel.ChannelHandler
Gets called after the ChannelHandler was removed from the actual context and it doesn't handle events anymore.
handlerRemoved(ChannelHandlerContext) - Method in class io.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.channel.DefaultChannelPipeline.HeadContext
 
handlerRemoved(ChannelHandlerContext) - Method in class io.netty.channel.DefaultChannelPipeline.TailContext
 
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.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.http.websocketx.extensions.compression.DeflateDecoder
 
handlerRemoved(ChannelHandlerContext) - Method in class io.netty.handler.codec.http.websocketx.extensions.compression.DeflateEncoder
 
handlerRemoved(ChannelHandlerContext) - Method in class io.netty.handler.codec.http2.Http2ChannelDuplexHandler
 
handlerRemoved(ChannelHandlerContext) - Method in class io.netty.handler.codec.http2.Http2ConnectionHandler.BaseDecoder
 
handlerRemoved(ChannelHandlerContext) - Method in class io.netty.handler.codec.http2.Http2ConnectionHandler.PrefaceDecoder
Releases the clientPrefaceString.
handlerRemoved(ChannelHandlerContext) - Method in class io.netty.handler.codec.MessageAggregator
 
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.proxy.HttpProxyHandler.HttpClientCodecWrapper
 
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 ByteToMessageDecoder was removed from the actual context and it doesn't handle events anymore.
handlerRemoved0(ChannelHandlerContext) - Method in class io.netty.handler.codec.compression.JdkZlibDecoder
 
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 - Variable in class io.netty.handler.codec.http2.Http2ServerUpgradeCodec
 
handlerSharableCache - Variable in class io.netty.util.internal.InternalThreadLocalMap
 
handlerSharableCache() - Method in class io.netty.util.internal.InternalThreadLocalMap
 
handlerState - Variable in class io.netty.channel.AbstractChannelHandlerContext
 
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.
handleSsl(ChannelHandlerContext) - Method in class io.netty.handler.ssl.OptionalSslHandler
 
handleTCP(ChannelHandlerContext, Object, boolean) - Method in class io.netty.handler.pcap.PcapWriteHandler
Handle TCP L4
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.
handleUDP(ChannelHandlerContext, Object) - Method in class io.netty.handler.pcap.PcapWriteHandler
Handle UDP l4
handleUnwrapException(int, int, SSLException) - Method in class io.netty.handler.ssl.ReferenceCountedOpenSslEngine
 
handleUnwrapThrowable(ChannelHandlerContext, Throwable) - Method in class io.netty.handler.ssl.SslHandler
 
handleWithAdditional(DnsNameResolver, DnsRecord, AuthoritativeDnsServerCache) - Method in class io.netty.resolver.dns.DnsResolveContext.AuthoritativeNameServerList
 
handleWithoutAdditionals(DnsNameResolver, DnsCache, AuthoritativeDnsServerCache) - Method in class io.netty.resolver.dns.DnsResolveContext.AuthoritativeNameServerList
 
handleWriteError(Throwable) - Method in class io.netty.channel.AbstractChannel.AbstractUnsafe
 
handlingOversizedMessage - Variable in class io.netty.handler.codec.MessageAggregator
 
handlingUpgrade - Variable in class io.netty.handler.codec.http.HttpServerUpgradeHandler
 
handshake() - Method in class io.netty.handler.ssl.ReferenceCountedOpenSslEngine
 
handshake(boolean) - Method in class io.netty.handler.ssl.SslHandler
Performs TLS (re)negotiation.
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 FullHttpRequest which 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 HttpRequest which is passed in.
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.HandshakeComplete class, 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
handshakeBuffer - Variable in class io.netty.handler.ssl.SslClientHelloHandler
 
handshakeComplete - Variable in class io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker
 
HandshakeComplete(String, HttpHeaders, String) - Constructor for class io.netty.handler.codec.http.websocketx.WebSocketServerProtocolHandler.HandshakeComplete
 
handshakeException() - Method in class io.netty.handler.ssl.ReferenceCountedOpenSslEngine
 
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.
handshakeFailed - Variable in class io.netty.handler.ssl.SslClientHelloHandler
 
handshakeFailure(ChannelHandlerContext, Throwable) - Method in class io.netty.handler.ssl.ApplicationProtocolNegotiationHandler
Invoked on failed initial SSL/TLS handshake.
handshakeFinished(byte[], String, String, byte[], byte[][], long, long) - Method in class io.netty.handler.ssl.ExtendedOpenSslSession
 
handshakeFinished(byte[], String, String, byte[], byte[][], long, long) - Method in interface io.netty.handler.ssl.OpenSslSession
Called once the handshake has completed.
handshakeFinished(byte[], String, String, byte[], byte[][], long, long) - Method in class io.netty.handler.ssl.OpenSslSessionCache.NativeSslSession
 
handshakeFinished(byte[], String, String, byte[], byte[][], long, long) - Method in class io.netty.handler.ssl.ReferenceCountedOpenSslEngine.DefaultOpenSslSession
Finish the handshake and so init everything in the OpenSslSession that should be accessible by the user.
handshakeFuture() - Method in class io.netty.handler.ssl.SslHandler
Returns a Future that will get notified once the current TLS handshake completes.
handshakePromise - Variable in class io.netty.handler.codec.http.websocketx.WebSocketClientProtocolHandshakeHandler
 
handshakePromise - Variable in class io.netty.handler.codec.http.websocketx.WebSocketServerProtocolHandshakeHandler
 
handshakePromise - Variable in class io.netty.handler.ssl.SslHandler
 
handshaker - Variable in class io.netty.handler.codec.http.websocketx.WebSocketClientProtocolHandler
 
handshaker - Variable in class io.netty.handler.codec.http.websocketx.WebSocketClientProtocolHandshakeHandler
 
handshaker() - Method in class io.netty.handler.codec.http.websocketx.WebSocketClientProtocolHandler
Returns the used handshaker
HANDSHAKER_ATTR_KEY - Static variable in class io.netty.handler.codec.http.websocketx.WebSocketServerProtocolHandler
 
handshakeState - Variable in class io.netty.handler.ssl.ReferenceCountedOpenSslEngine
 
HandshakeState() - Constructor for enum io.netty.handler.ssl.ReferenceCountedOpenSslEngine.HandshakeState
 
handshakeTimeoutMillis - Variable in class io.netty.handler.codec.http.websocketx.WebSocketClientProtocolConfig.Builder
 
handshakeTimeoutMillis - Variable in class io.netty.handler.codec.http.websocketx.WebSocketClientProtocolConfig
 
handshakeTimeoutMillis - Variable in class io.netty.handler.codec.http.websocketx.WebSocketClientProtocolHandshakeHandler
 
handshakeTimeoutMillis - Variable in class io.netty.handler.codec.http.websocketx.WebSocketServerProtocolConfig.Builder
 
handshakeTimeoutMillis - Variable in class io.netty.handler.codec.http.websocketx.WebSocketServerProtocolConfig
 
handshakeTimeoutMillis - Variable in class io.netty.handler.ssl.AbstractSniHandler
 
handshakeTimeoutMillis - Variable in class io.netty.handler.ssl.SslHandler
 
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
HAProxyCommand(byte) - Constructor for enum io.netty.handler.codec.haproxy.HAProxyCommand
Creates a new instance
HAProxyConstants - Class in io.netty.handler.codec.haproxy
 
HAProxyConstants() - Constructor for class io.netty.handler.codec.haproxy.HAProxyConstants
 
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.
HAProxyMessage(HAProxyProtocolVersion, HAProxyCommand, HAProxyProxiedProtocol, String, String, String, String) - Constructor for class io.netty.handler.codec.haproxy.HAProxyMessage
Creates a new instance
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.
HAProxyMessageDecoder.HeaderExtractor - Class in io.netty.handler.codec.haproxy
HeaderExtractor create a header frame out of the ByteBuf.
HAProxyMessageDecoder.LineHeaderExtractor - Class in io.netty.handler.codec.haproxy
 
HAProxyMessageDecoder.StructHeaderExtractor - Class in io.netty.handler.codec.haproxy
 
HAProxyMessageEncoder - Class in io.netty.handler.codec.haproxy
Encodes an HAProxy proxy protocol message
HAProxyMessageEncoder() - Constructor for class io.netty.handler.codec.haproxy.HAProxyMessageEncoder
 
HAProxyProtocolException - Exception in io.netty.handler.codec.haproxy
A DecoderException which 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.
HAProxyProtocolVersion(byte) - Constructor for enum io.netty.handler.codec.haproxy.HAProxyProtocolVersion
Creates a new instance
HAProxyProxiedProtocol - Enum in io.netty.handler.codec.haproxy
A protocol proxied by HAProxy which is represented by its transport protocol and address family.
HAProxyProxiedProtocol(byte, HAProxyProxiedProtocol.AddressFamily, HAProxyProxiedProtocol.TransportProtocol) - Constructor for enum io.netty.handler.codec.haproxy.HAProxyProxiedProtocol
Creates a new instance.
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 HAProxyTLV of the type HAProxyTLV.Type.PP2_TYPE_SSL.
HAProxySSLTLV(int, byte, List<HAProxyTLV>) - Constructor for class io.netty.handler.codec.haproxy.HAProxySSLTLV
Creates a new HAProxySSLTLV
HAProxySSLTLV(int, byte, List<HAProxyTLV>, ByteBuf) - 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, 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 GOAWAY is sent.
hardwareAddressFromNetworkInterface(NetworkInterface) - Static method in class io.netty.util.internal.SocketUtils
 
HAS_UNSAFE - Static variable in class io.netty.buffer.PoolArena
 
hasAlignDirectByteBuffer() - Static method in class io.netty.util.internal.PlatformDependent
 
hasAlignSliceMethod() - Static method in class io.netty.util.internal.PlatformDependent0
 
hasAllocateArrayMethod() - Static method in class io.netty.util.internal.PlatformDependent0
 
hasArray() - Method in class io.netty.buffer.AbstractPooledDerivedByteBuf
 
hasArray() - Method in class io.netty.buffer.AbstractUnpooledSlicedByteBuf
 
hasArray() - Method in class io.netty.buffer.ByteBuf
Returns true if 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.FixedCompositeByteBuf
 
hasArray() - Method in class io.netty.buffer.PooledDirectByteBuf
 
hasArray() - Method in class io.netty.buffer.PooledHeapByteBuf
 
hasArray() - Method in class io.netty.buffer.PooledUnsafeDirectByteBuf
 
hasArray() - Method in class io.netty.buffer.ReadOnlyByteBuf
Deprecated.
 
hasArray() - Method in class io.netty.buffer.ReadOnlyByteBufferBuf
 
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
 
hasArray() - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
hasArray() - Method in class io.netty.handler.codec.ReplayingDecoderByteBuf
 
hasAttemptedLoading() - Static method in class io.netty.handler.ssl.BouncyCastlePemReader
 
hasAttr(AttributeKey<T>) - Method in class io.netty.channel.AbstractChannelHandlerContext
 
hasAttr(AttributeKey<T>) - Method in interface io.netty.channel.ChannelHandlerContext
hasAttr(AttributeKey<T>) - Method in class io.netty.channel.CombinedChannelDuplexHandler.DelegatingChannelHandlerContext
 
hasAttr(AttributeKey<T>) - Method in interface io.netty.util.AttributeMap
Returns true if and only if the given Attribute exists in this AttributeMap.
hasAttr(AttributeKey<T>) - Method in class io.netty.util.DefaultAttributeMap
 
hasChecksum - Variable in class io.netty.handler.codec.compression.FastLzFrameDecoder
Indicates is this chunk has checksum or not.
hasDirectBufferNoCleanerConstructor() - Static method in class io.netty.util.internal.PlatformDependent
 
hasDirectBufferNoCleanerConstructor() - Static method in class io.netty.util.internal.PlatformDependent0
 
hasDisconnect - Variable in class io.netty.channel.ChannelMetadata
 
hasDisconnect() - Method in class io.netty.channel.ChannelMetadata
Returns true if and only if the channel has the disconnect() operation that allows a user to disconnect and then call ChannelOutboundInvoker.connect(SocketAddress) again, such as UDP/IP.
hasFlag(byte, byte) - Static method in class io.netty.handler.codec.spdy.SpdyFrameDecoder
 
hasFlowControlled(Http2Stream) - Method in class io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController
 
hasFlowControlled(Http2Stream) - Method in interface io.netty.handler.codec.http2.Http2RemoteFlowController
Determine if stream has any Http2RemoteFlowController.FlowControlled frames currently queued.
hasFrame() - Method in class io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController.FlowState
 
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
 
hash - Variable in class io.netty.handler.codec.DefaultHeaders.ValueIterator
 
hash - Variable in class io.netty.handler.codec.http.DefaultFullHttpRequest
Used to cache the value of the hash code and avoid IllegalReferenceCountException.
hash - Variable in class io.netty.handler.codec.http.DefaultFullHttpResponse
Used to cache the value of the hash code and avoid IllegalReferenceCountException.
hash - Variable in class io.netty.handler.codec.http2.HpackEncoder.NameEntry
 
hash - Variable in class io.netty.handler.codec.http2.HpackEncoder.NameValueEntry
 
hash - Variable in class io.netty.handler.ssl.OpenSslClientSessionCache.HostPort
 
hash - Variable in class io.netty.resolver.dns.DefaultDnsCache.DefaultDnsCacheEntry
 
hash - Variable in class io.netty.util.AsciiString
The hash code is cached after it is first computed.
hash(byte[], byte[], byte[], int, String) - Static method in class io.netty.handler.ssl.PseudoRandomFunction
Use a single hash function to expand a secret and seed into an arbitrary quantity of output.
hash(int, int) - Static method in class io.netty.handler.codec.http2.HpackEncoder
 
hash(ByteBuf, int, int) - Static method in class io.netty.handler.codec.compression.Snappy
Hashes the 4 bytes located at index, shifting the resulting hash into the appropriate range for our hash table.
HASH_CODE_ASCII_SEED - Static variable in class io.netty.util.internal.PlatformDependent0
 
HASH_CODE_C1 - Static variable in class io.netty.util.internal.PlatformDependent0
 
HASH_CODE_C2 - Static variable in class io.netty.util.internal.PlatformDependent0
 
HASH_CODE_PRIME - Static variable in class io.netty.handler.codec.http.DefaultHttpMessage
 
HASH_CODE_PRIME - Static variable in class io.netty.handler.codec.http.DefaultHttpObject
 
HASH_CODE_PRIME - Static variable in class io.netty.handler.codec.http.DefaultHttpRequest
 
HASH_CODE_SEED - Static variable in class io.netty.handler.codec.DefaultHeaders
Constant used to seed the hash code generation.
HASH_LOG - Static variable in class io.netty.handler.codec.compression.FastLz
 
HASH_MASK - Static variable in class io.netty.handler.codec.compression.FastLz
 
HASH_SIZE - Static variable in class io.netty.handler.codec.compression.FastLz
 
hashCode - Variable in class io.netty.channel.DefaultChannelId
 
hashCode - Variable in class io.netty.handler.codec.dns.AbstractDnsRecord
 
hashCode - Variable in class io.netty.handler.ssl.OpenSslSessionId
 
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.buffer.WrappedCompositeByteBuf
 
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.embedded.EmbeddedChannelId
 
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.unix.DomainSocketAddress
 
hashCode() - Method in class io.netty.channel.unix.FileDescriptor
 
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.AbstractMixedHttpData
 
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.InternalAttribute
 
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.AbstractHttp2StreamChannel
 
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.http2.Http2StreamChannelId
 
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.ReplayingDecoderByteBuf
 
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.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.ssl.OpenSslClientSessionCache.HostPort
 
hashCode() - Method in class io.netty.handler.ssl.OpenSslSessionCache.NativeSslSession
 
hashCode() - Method in class io.netty.handler.ssl.OpenSslSessionId
 
hashCode() - Method in class io.netty.handler.ssl.PemX509Certificate
 
hashCode() - Method in class io.netty.resolver.dns.DefaultDnsCache.DefaultDnsCacheEntry
 
hashCode() - Method in class io.netty.resolver.dns.DefaultDnsCache.DnsCacheEntryList
 
hashCode() - Method in class io.netty.resolver.dns.DnsNameResolver.AddressedEnvelopeAdapter
 
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.concurrent.PromiseTask
 
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() - Method in class io.netty.util.ThreadDeathWatcher.Entry
Deprecated.
 
hashCode(byte) - Static method in class io.netty.util.collection.ByteObjectHashMap
Returns the hash code for the key.
hashCode(char) - Static method in class io.netty.util.collection.CharObjectHashMap
Returns the hash code for the key.
hashCode(int) - Static method in class io.netty.util.collection.IntObjectHashMap
Returns the hash code for the key.
hashCode(long) - Static method in class io.netty.util.collection.LongObjectHashMap
Returns the hash code for the key.
hashCode(short) - Static method in class io.netty.util.collection.ShortObjectHashMap
Returns the hash code for the key.
hashCode(ByteBuf) - Static method in class io.netty.buffer.ByteBufUtil
Calculates the hash code of the specified buffer.
hashCode(FileUpload) - Static method in class io.netty.handler.codec.http.multipart.FileUploadUtil
 
hashCode(HashingStrategy<V>) - Method in class io.netty.handler.codec.DefaultHeaders
Generate a hash code for this object given a HashingStrategy to generate hash codes for individual values.
hashCode(CharSequence) - Static method in class io.netty.util.AsciiString
Returns the case-insensitive hash code of the specified string.
hashCode(String) - Static method in class io.netty.handler.codec.http.HttpMethod.EnumNameMap
 
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(byte[], int, int) - Static method in class io.netty.util.internal.PlatformDependent0
 
hashCodeAscii(CharSequence) - Static method in class io.netty.util.internal.PlatformDependent
Calculate a hash code of a byte array assuming ASCII character encoding.
hashCodeAsciiCompute(long, int) - Static method in class io.netty.util.internal.PlatformDependent0
 
hashCodeAsciiCompute(CharSequence, int, int) - Static method in class io.netty.util.internal.PlatformDependent
Identical to PlatformDependent0.hashCodeAsciiCompute(long, int) but for CharSequence.
hashCodeAsciiSafe(byte[], int, int) - Static method in class io.netty.util.internal.PlatformDependent
Package private for testing purposes only!
hashCodeAsciiSanitize(byte) - Static method in class io.netty.util.internal.PlatformDependent0
 
hashCodeAsciiSanitize(int) - Static method in class io.netty.util.internal.PlatformDependent0
 
hashCodeAsciiSanitize(short) - Static method in class io.netty.util.internal.PlatformDependent0
 
hashCodeAsciiSanitizeByte(char) - Static method in class io.netty.util.internal.PlatformDependent
Identical to PlatformDependent0.hashCodeAsciiSanitize(byte) but for CharSequence.
hashCodeAsciiSanitizeInt(CharSequence, int) - Static method in class io.netty.util.internal.PlatformDependent
Identical to PlatformDependent0.hashCodeAsciiSanitize(int) but for CharSequence.
hashCodeAsciiSanitizeShort(CharSequence, int) - Static method in class io.netty.util.internal.PlatformDependent
Identical to PlatformDependent0.hashCodeAsciiSanitize(short) but for CharSequence.
HashedWheelBucket() - Constructor for class io.netty.util.HashedWheelTimer.HashedWheelBucket
 
HashedWheelTimeout(HashedWheelTimer, TimerTask, long) - Constructor for class io.netty.util.HashedWheelTimer.HashedWheelTimeout
 
HashedWheelTimer - Class in io.netty.util
A Timer optimized 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.
HashedWheelTimer.HashedWheelBucket - Class in io.netty.util
Bucket that stores HashedWheelTimeouts.
HashedWheelTimer.HashedWheelTimeout - Class in io.netty.util
 
HashedWheelTimer.Worker - Class in io.netty.util
 
hashFunction(ByteBuf, int) - Static method in class io.netty.handler.codec.compression.FastLz
 
hashIndex(byte) - Method in class io.netty.util.collection.ByteObjectHashMap
Returns the hashed index for the given key.
hashIndex(char) - Method in class io.netty.util.collection.CharObjectHashMap
Returns the hashed index for the given key.
hashIndex(int) - Method in class io.netty.util.collection.IntObjectHashMap
Returns the hashed index for the given key.
hashIndex(long) - Method in class io.netty.util.collection.LongObjectHashMap
Returns the hashed index for the given key.
hashIndex(short) - Method in class io.netty.util.collection.ShortObjectHashMap
Returns the hashed index for the given key.
hashingStrategy - Variable in class io.netty.handler.codec.DefaultHeaders
 
HashingStrategy<T> - Interface in io.netty.util
Abstraction for hash code generation and equality comparison.
hashMask - Variable in class io.netty.handler.codec.DefaultHeaders
 
hashMask - Variable in class io.netty.handler.codec.http2.HpackEncoder
 
hasMemoryAddress() - Method in class io.netty.buffer.AbstractPooledDerivedByteBuf
 
hasMemoryAddress() - Method in class io.netty.buffer.AbstractUnpooledSlicedByteBuf
 
hasMemoryAddress() - Method in class io.netty.buffer.ByteBuf
Returns true if 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.FixedCompositeByteBuf
 
hasMemoryAddress() - Method in class io.netty.buffer.PooledDirectByteBuf
 
hasMemoryAddress() - Method in class io.netty.buffer.PooledHeapByteBuf
 
hasMemoryAddress() - Method in class io.netty.buffer.PooledUnsafeDirectByteBuf
 
hasMemoryAddress() - Method in class io.netty.buffer.ReadOnlyByteBuf
Deprecated.
 
hasMemoryAddress() - Method in class io.netty.buffer.ReadOnlyByteBufferBuf
 
hasMemoryAddress() - Method in class io.netty.buffer.ReadOnlyUnsafeDirectByteBuf
 
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 class io.netty.buffer.WrappedCompositeByteBuf
 
hasMemoryAddress() - Method in class io.netty.handler.codec.ReplayingDecoderByteBuf
 
hasNDots() - Method in class io.netty.resolver.dns.DnsResolveContext
 
hasNext() - Method in class io.netty.buffer.CompositeByteBuf.CompositeByteBufIterator
 
hasNext() - Method in class io.netty.channel.group.CombinedIterator
 
hasNext() - Method in class io.netty.channel.SingleThreadEventLoop.ChannelsReadOnlyIterator
 
hasNext() - Method in class io.netty.handler.codec.DefaultHeaders.HeaderIterator
 
hasNext() - Method in class io.netty.handler.codec.DefaultHeaders.ValueIterator
 
hasNext() - Method in class io.netty.handler.codec.HeadersUtils.StringEntryIterator
 
hasNext() - Method in class io.netty.handler.codec.HeadersUtils.StringIterator
 
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.handler.codec.http.ReadOnlyHttpHeaders.ReadOnlyIterator
 
hasNext() - Method in class io.netty.handler.codec.http.ReadOnlyHttpHeaders.ReadOnlyStringIterator
 
hasNext() - Method in class io.netty.handler.codec.http.ReadOnlyHttpHeaders.ReadOnlyStringValueIterator
 
hasNext() - Method in class io.netty.handler.codec.http.ReadOnlyHttpHeaders.ReadOnlyValueIterator
 
hasNext() - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers.ReadOnlyIterator
 
hasNext() - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers.ReadOnlyValueIterator
 
hasNext() - Method in class io.netty.util.collection.ByteCollections.UnmodifiableMap.IteratorImpl
 
hasNext() - Method in class io.netty.util.collection.ByteObjectHashMap.MapIterator
 
hasNext() - Method in class io.netty.util.collection.ByteObjectHashMap.PrimitiveIterator
 
hasNext() - Method in class io.netty.util.collection.CharCollections.UnmodifiableMap.IteratorImpl
 
hasNext() - Method in class io.netty.util.collection.CharObjectHashMap.MapIterator
 
hasNext() - Method in class io.netty.util.collection.CharObjectHashMap.PrimitiveIterator
 
hasNext() - Method in class io.netty.util.collection.IntCollections.UnmodifiableMap.IteratorImpl
 
hasNext() - Method in class io.netty.util.collection.IntObjectHashMap.MapIterator
 
hasNext() - Method in class io.netty.util.collection.IntObjectHashMap.PrimitiveIterator
 
hasNext() - Method in class io.netty.util.collection.LongCollections.UnmodifiableMap.IteratorImpl
 
hasNext() - Method in class io.netty.util.collection.LongObjectHashMap.MapIterator
 
hasNext() - Method in class io.netty.util.collection.LongObjectHashMap.PrimitiveIterator
 
hasNext() - Method in class io.netty.util.collection.ShortCollections.UnmodifiableMap.IteratorImpl
 
hasNext() - Method in class io.netty.util.collection.ShortObjectHashMap.MapIterator
 
hasNext() - Method in class io.netty.util.collection.ShortObjectHashMap.PrimitiveIterator
 
hasNext() - Method in class io.netty.util.internal.DefaultPriorityQueue.PriorityQueueIterator
 
hasNext() - Method in class io.netty.util.internal.ReadOnlyIterator
 
hasOptRecord(DnsRecord[]) - Static method in class io.netty.resolver.dns.DnsQueryContext
 
hasOutputChanged(ChannelHandlerContext, boolean) - Method in class io.netty.handler.timeout.IdleStateHandler
Returns true if and only if the IdleStateHandler was constructed with IdleStateHandler.observeOutput enabled and there has been an observed change in the ChannelOutboundBuffer between two consecutive calls of this method.
hasParams - Variable in class io.netty.handler.codec.http.QueryStringEncoder
 
hasPassword - Variable in class io.netty.handler.codec.mqtt.MqttConnectVariableHeader
 
hasPassword - Variable in class io.netty.handler.codec.mqtt.MqttMessageBuilders.ConnectBuilder
 
hasPassword() - Method in class io.netty.handler.codec.mqtt.MqttConnectVariableHeader
 
hasPassword(boolean) - Method in class io.netty.handler.codec.mqtt.MqttMessageBuilders.ConnectBuilder
 
hasPendingNormalTasks() - Method in class io.netty.channel.embedded.EmbeddedEventLoop
 
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().
hasPriority - Variable in class io.netty.handler.codec.http2.DefaultHttp2ConnectionEncoder.FlowControlledHeaders
 
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)
hasReadableBits(int) - Method in class io.netty.handler.codec.compression.Bzip2BitReader
Checks that the specified number of bits available for reading.
hasReadableBytes(int) - Method in class io.netty.handler.codec.compression.Bzip2BitReader
Checks that the specified number of bytes available for reading.
hasReceivedReply() - Method in class io.netty.handler.codec.spdy.SpdySession.StreamState
 
hasReceivedReply(int) - Method in class io.netty.handler.codec.spdy.SpdySession
 
hasScheduledTasks() - Method in class io.netty.util.concurrent.AbstractScheduledEventExecutor
Returns true if a scheduled task is ready for processing.
hasSender() - Method in class io.netty.channel.epoll.NativeDatagramPacketArray.NativeDatagramPacket
 
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 true if the calling Thread has a ThreadLocal cache for the allocated buffers.
hasUnsafe() - Static method in class io.netty.util.internal.PlatformDependent
Return true if sun.misc.Unsafe was found on the classpath and can be used for accelerated direct memory access.
hasUnsafe() - Static method in class io.netty.util.internal.PlatformDependent0
 
hasUnsupportedCriticalExtension() - Method in class io.netty.handler.ssl.PemX509Certificate
 
hasUnsupportedCriticalExtension() - Method in class io.netty.handler.ssl.util.LazyX509Certificate
 
hasUser - Variable in class io.netty.handler.codec.mqtt.MqttMessageBuilders.ConnectBuilder
 
hasUser(boolean) - Method in class io.netty.handler.codec.mqtt.MqttMessageBuilders.ConnectBuilder
 
hasUserName - Variable in class io.netty.handler.codec.mqtt.MqttConnectVariableHeader
 
hasUserName() - Method in class io.netty.handler.codec.mqtt.MqttConnectVariableHeader
 
haveSuppressed() - Static method in class io.netty.util.internal.ThrowableUtil
 
head - Variable in class io.netty.buffer.PoolChunkList
 
head - Variable in class io.netty.channel.DefaultChannelPipeline
 
head - Variable in class io.netty.channel.PendingWriteQueue
 
head - Variable in class io.netty.handler.codec.DefaultHeaders
 
head - Variable in class io.netty.handler.codec.http2.HpackDynamicTable
 
head - Variable in class io.netty.handler.codec.http2.HpackEncoder
 
head - Variable in class io.netty.resolver.dns.DnsResolveContext.AuthoritativeNameServerList
 
head - Variable in class io.netty.util.HashedWheelTimer.HashedWheelBucket
 
head - Variable in class io.netty.util.ResourceLeakDetector.DefaultResourceLeak
 
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.
HEAD_NAME - Static variable in class io.netty.channel.DefaultChannelPipeline
 
HeadContext(DefaultChannelPipeline) - Constructor for class io.netty.channel.DefaultChannelPipeline.HeadContext
 
header - Variable in class io.netty.handler.codec.http.cookie.ClientCookieDecoder.CookieBuilder
 
HEADER_END - io.netty.handler.codec.compression.JdkZlibDecoder.GzipState
 
HEADER_ENTRY_OVERHEAD - Static variable in class io.netty.handler.codec.http2.HpackHeaderField
 
HEADER_FIELD_NOT_VALID - Static variable in class io.netty.handler.codec.rtsp.RtspResponseStatuses
456 Header Field Not Valid for Resource
HEADER_NAMES - Static variable in class io.netty.handler.codec.http2.HpackStaticTable
 
HEADER_NAMES_TABLE_SHIFT - Static variable in class io.netty.handler.codec.http2.HpackStaticTable
 
HEADER_NAMES_TABLE_SIZE - Static variable in class io.netty.handler.codec.http2.HpackStaticTable
 
HEADER_START - io.netty.handler.codec.compression.JdkZlibDecoder.GzipState
 
headerArraySizeAccumulator - Variable in class io.netty.handler.codec.http2.DefaultHttp2HeadersDecoder
Used to calculate an exponential moving average of header sizes to get an estimate of how large the data structure for storing headers should be.
headerBlock - Variable in class io.netty.handler.codec.http2.DefaultHttp2FrameReader.HeadersBlockBuilder
 
headerBucket(CharSequence) - Static method in class io.netty.handler.codec.http2.HpackStaticTable
 
HEADERDELIMITER - io.netty.handler.codec.http.multipart.HttpPostRequestDecoder.MultiPartStatus
 
HeaderEntry() - Constructor for class io.netty.handler.codec.DefaultHeaders.HeaderEntry
 
HeaderEntry(int, K) - Constructor for class io.netty.handler.codec.DefaultHeaders.HeaderEntry
 
HeaderEntry(int, K, V, DefaultHeaders.HeaderEntry<K, V>, DefaultHeaders.HeaderEntry<K, V>) - Constructor for class io.netty.handler.codec.DefaultHeaders.HeaderEntry
 
headerExtractor - Variable in class io.netty.handler.codec.haproxy.HAProxyMessageDecoder
Used to extract a header frame out of the ByteBuf and return it.
HeaderExtractor(int) - Constructor for class io.netty.handler.codec.haproxy.HAProxyMessageDecoder.HeaderExtractor
 
headerFinalized - Variable in class io.netty.handler.codec.http.multipart.HttpPostRequestEncoder
To check if the header has been finalized
HeaderIndex(CharSequence, CharSequence, int) - Constructor for class io.netty.handler.codec.http2.HpackStaticTable.HeaderIndex
 
HeaderIterator() - Constructor for class io.netty.handler.codec.DefaultHeaders.HeaderIterator
 
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 streamId due 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.
HeaderListSizeException(int, Http2Error, String, boolean) - Constructor for exception io.netty.handler.codec.http2.Http2Exception.HeaderListSizeException
 
headerNameBucket(CharSequence) - Static method in class io.netty.handler.codec.http2.HpackStaticTable
 
HeaderNameIndex(CharSequence, int, boolean) - Constructor for class io.netty.handler.codec.http2.HpackStaticTable.HeaderNameIndex
 
headerParser - Variable in class io.netty.handler.codec.http.HttpObjectDecoder
 
headerParser - Variable in class io.netty.handler.codec.stomp.StompSubframeDecoder
 
HeaderParser(ByteBuf, int) - Constructor for class io.netty.handler.codec.http.HttpObjectDecoder.HeaderParser
 
HeaderParser(AppendableCharSequence, int, boolean) - Constructor for class io.netty.handler.codec.stomp.StompSubframeDecoder.HeaderParser
 
headers - Variable in class io.netty.handler.codec.HeadersUtils.DelegatingNameSet
 
headers - Variable in class io.netty.handler.codec.http.DefaultHttpHeaders
 
headers - Variable in class io.netty.handler.codec.http.DefaultHttpMessage
 
headers - Variable in class io.netty.handler.codec.http2.DefaultHttp2ConnectionEncoder.FlowControlledHeaders
 
headers - Variable in class io.netty.handler.codec.http2.DefaultHttp2HeadersFrame
 
headers - Variable in class io.netty.handler.codec.http2.HpackDecoder.Http2HeadersSink
 
headers - Variable in class io.netty.handler.codec.http2.StreamBufferingEncoder.HeadersFrame
 
headers - Variable in class io.netty.handler.codec.spdy.DefaultSpdyHeadersFrame
 
headers - Variable in class io.netty.handler.codec.stomp.DefaultStompHeadersSubframe
 
headers - Variable in exception io.netty.handler.proxy.HttpProxyHandler.HttpProxyConnectException
 
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.http.HttpObjectAggregator.AggregatedFullHttpMessage
 
headers() - Method in class io.netty.handler.codec.http.multipart.HttpPostRequestEncoder.WrappedHttpRequest
 
headers() - Method in class io.netty.handler.codec.http2.DefaultHttp2FrameReader.HeadersBlockBuilder
Builds the headers from the completed headers block.
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.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 Headers which represents a mapping of key to value.
HEADERS - Static variable in class io.netty.handler.codec.http2.Http2FrameTypes
 
HEADERS_COUNT_WEIGHT_HISTORICAL - Static variable in class io.netty.handler.codec.http2.DefaultHttp2HeadersDecoder
 
HEADERS_COUNT_WEIGHT_NEW - Static variable in class io.netty.handler.codec.http2.DefaultHttp2HeadersDecoder
 
HEADERS_FRAME_HEADER_LENGTH - Static variable in class io.netty.handler.codec.http2.Http2CodecUtil
 
HEADERS_TOO_LARGE_HEADERS - Static variable in class io.netty.handler.codec.http2.Http2ConnectionHandler
 
HEADERS_WEIGHT_HISTORICAL - Static variable in class io.netty.handler.codec.http.HttpObjectEncoder
 
HEADERS_WEIGHT_NEW - Static variable in class io.netty.handler.codec.http.HttpObjectEncoder
 
HEADERS_WITH_NON_EMPTY_VALUES - Static variable in class io.netty.handler.codec.http2.HpackStaticTable
 
HEADERS_WITH_NON_EMPTY_VALUES_TABLE_SHIFT - Static variable in class io.netty.handler.codec.http2.HpackStaticTable
 
HEADERS_WITH_NON_EMPTY_VALUES_TABLE_SIZE - Static variable in class io.netty.handler.codec.http2.HpackStaticTable
 
headersBlockBuilder() - Method in class io.netty.handler.codec.http2.DefaultHttp2FrameReader.HeadersContinuation
 
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
headersConfiguration() - Method in interface io.netty.handler.codec.http2.Http2FrameWriter.Configuration
headersContinuation - Variable in class io.netty.handler.codec.http2.DefaultHttp2FrameReader
 
HeadersContinuation() - Constructor for class io.netty.handler.codec.http2.DefaultHttp2FrameReader.HeadersContinuation
 
headersDecoder - Variable in class io.netty.handler.codec.http2.DefaultHttp2FrameReader
 
headersEncodedSizeAccumulator - Variable in class io.netty.handler.codec.http.HttpObjectEncoder
Used to calculate an exponential moving average of the encoded size of the initial line and the headers for a guess for future buffer allocations.
headersEncoder - Variable in class io.netty.handler.codec.http2.DefaultHttp2FrameWriter
 
headerSensitivityDetector - Variable in class io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
 
headerSensitivityDetector() - Method in class io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
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
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
 
HeadersFrame(Http2Headers, int, short, boolean, int, boolean, ChannelPromise) - Constructor for class io.netty.handler.codec.http2.StreamBufferingEncoder.HeadersFrame
 
headerSize - Variable in class io.netty.handler.codec.http.HttpMessageDecoderResult
 
headerSize - Variable in class io.netty.handler.codec.spdy.SpdyHeaderBlockRawDecoder
 
headerSize() - Method in class io.netty.handler.codec.http.HttpMessageDecoderResult
The decoded header size (in bytes), as controlled by maxHeaderSize.
headerSizeExceeded() - Method in class io.netty.handler.codec.http2.DefaultHttp2FrameReader.HeadersBlockBuilder
The local header size maximum has been exceeded while accumulating bytes.
headersLength - Variable in class io.netty.handler.codec.http2.HpackDecoder.Http2HeadersSink
 
headersReceived(boolean) - Method in class io.netty.handler.codec.http2.DefaultHttp2Connection.DefaultStream
 
headersReceived(boolean) - Method in interface io.netty.handler.codec.http2.Http2Stream
Indicates that headers have been received.
headersSent(boolean) - Method in class io.netty.handler.codec.http2.DefaultHttp2Connection.ConnectionStream
 
headersSent(boolean) - Method in class io.netty.handler.codec.http2.DefaultHttp2Connection.DefaultStream
 
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).
headersToLowerCase - Variable in class io.netty.handler.codec.spdy.SpdyHttpEncoder
 
HeadersUtils - Class in io.netty.handler.codec
Provides utility methods related to Headers.
HeadersUtils() - Constructor for class io.netty.handler.codec.HeadersUtils
 
HeadersUtils.DelegatingNameSet - Class in io.netty.handler.codec
 
HeadersUtils.StringEntry - Class in io.netty.handler.codec
 
HeadersUtils.StringEntryIterator - Class in io.netty.handler.codec
 
HeadersUtils.StringIterator<T> - Class in io.netty.handler.codec
 
headerTableSize() - Method in class io.netty.handler.codec.http2.Http2Settings
Gets the SETTINGS_HEADER_TABLE_SIZE value.
headerTableSize(long) - Method in class io.netty.handler.codec.http2.Http2Settings
Sets the SETTINGS_HEADER_TABLE_SIZE value.
HeaderType() - Constructor for enum io.netty.handler.codec.http2.HpackDecoder.HeaderType
 
headerValue - Variable in enum io.netty.handler.codec.http.websocketx.WebSocketVersion
 
HeaderValueConverter() - Constructor for class io.netty.handler.codec.http.DefaultHttpHeaders.HeaderValueConverter
 
HeaderValueConverterAndValidator() - Constructor for class io.netty.handler.codec.spdy.DefaultSpdyHeaders.HeaderValueConverterAndValidator
 
HeaderValueValidator() - Constructor for class io.netty.handler.codec.http.DefaultHttpHeaders.HeaderValueValidator
 
headIndex - Variable in class io.netty.buffer.PoolSubpage
 
headUpdater - Static variable in class io.netty.util.ResourceLeakDetector.DefaultResourceLeak
 
healthCheck - Variable in class io.netty.channel.pool.SimpleChannelPool
 
healthChecker() - Method in class io.netty.channel.pool.SimpleChannelPool
Returns the ChannelHealthChecker that will be used to check if a Channel is healthy.
heapArena - Variable in class io.netty.buffer.PoolThreadCache
 
HeapArena(PooledByteBufAllocator, int, int, int) - Constructor for class io.netty.buffer.PoolArena.HeapArena
 
heapArenaMetrics - Variable in class io.netty.buffer.PooledByteBufAllocator
 
heapArenas - Variable in class io.netty.buffer.PooledByteBufAllocator
 
heapArenas() - Method in class io.netty.buffer.PooledByteBufAllocator
heapArenas() - Method in class io.netty.buffer.PooledByteBufAllocatorMetric
Return a List of all heap PoolArenaMetrics 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 ByteBuf with 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 ByteBuf with 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
 
HeapByteBufUtil - Class in io.netty.buffer
Utility class for heap buffers.
HeapByteBufUtil() - Constructor for class io.netty.buffer.HeapByteBufUtil
 
heapCounter - Variable in class io.netty.buffer.UnpooledByteBufAllocator.UnpooledByteBufAllocatorMetric
 
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 HELO request.
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 HELP request.
HELP - Static variable in class io.netty.handler.codec.smtp.SmtpCommand
 
HELP_NO_ARG - Static variable in class io.netty.handler.codec.smtp.SmtpRequests
 
HEX_DUMP - io.netty.handler.logging.ByteBufFormat
HEX2B - Static variable in class io.netty.util.internal.StringUtil
 
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(byte[], int, int) - Static method in class io.netty.buffer.ByteBufUtil.HexUtil
 
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.
hexDump(ByteBuf, int, int) - Static method in class io.netty.buffer.ByteBufUtil.HexUtil
 
HEXDUMP_ROWPREFIXES - Static variable in class io.netty.buffer.ByteBufUtil.HexUtil
 
HEXDUMP_TABLE - Static variable in class io.netty.buffer.ByteBufUtil.HexUtil
 
HEXPADDING - Static variable in class io.netty.buffer.ByteBufUtil.HexUtil
 
HexUtil() - Constructor for class io.netty.buffer.ByteBufUtil.HexUtil
 
hiByte - Variable in class io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder.UrlDecoder
 
high - Variable in class io.netty.channel.WriteBufferWaterMark
 
high - Variable in class io.netty.handler.codec.http.HttpHeaderValidationUtil.BitSet128
 
high() - Method in class io.netty.channel.WriteBufferWaterMark
Returns the high water mark for the write buffer.
high() - Method in class io.netty.handler.codec.http.HttpHeaderValidationUtil.BitSet128
 
hintString - Variable in class io.netty.util.ResourceLeakDetector.TraceRecord
 
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.ssl.OpenSslSessionTicketKey
Size of session ticket key HMAC key
hmacKey() - Method in class io.netty.handler.ssl.OpenSslSessionTicketKey
Get HMAC key.
holder - Static variable in class io.netty.util.NettyRuntime
 
host - Variable in class io.netty.handler.codec.socks.SocksCmdRequest
 
host - Variable in class io.netty.handler.codec.socks.SocksCmdResponse
 
host - Variable in class io.netty.handler.ssl.OpenSslClientSessionCache.HostPort
 
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.HttpRequestDecoder
 
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_AS_INT - Static variable in class io.netty.handler.codec.http.HttpRequestDecoder
 
HOST_UNREACHABLE - io.netty.handler.codec.socks.SocksCmdStatus
 
HOST_UNREACHABLE - Static variable in class io.netty.handler.codec.socksx.v5.Socks5CommandStatus
 
hostname - Variable in class io.netty.handler.codec.dns.DefaultDnsPtrRecord
 
hostname - Variable in class io.netty.handler.ssl.AbstractSniHandler
 
hostname - Variable in class io.netty.handler.ssl.SniCompletionEvent
 
hostname - Variable in class io.netty.handler.ssl.SniHandler.Selection
 
hostname - Variable in class io.netty.resolver.dns.Cache.Entries
 
hostname - Variable in class io.netty.resolver.dns.DefaultDnsCache.DefaultDnsCacheEntry
 
hostname - Variable in class io.netty.resolver.dns.DnsResolveContext
 
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, null otherwise.
hostname() - Method in class io.netty.handler.ssl.SniHandler
 
hostname() - Method in class io.netty.resolver.dns.DefaultDnsCache.DefaultDnsCacheEntry
 
hostname(String) - Static method in class io.netty.resolver.dns.DnsNameResolver
 
hostnameWithDot(String) - Static method in class io.netty.resolver.dns.DnsResolveContext
 
HostPort(String, int) - Constructor for class io.netty.handler.ssl.OpenSslClientSessionCache.HostPort
 
hostsFileEntries(HostsFileEntriesProvider) - Static method in class io.netty.resolver.HostsFileParser
 
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(Map<String, List<InetAddress>>, Map<String, List<InetAddress>>) - Constructor for class io.netty.resolver.HostsFileEntriesProvider
 
HostsFileEntriesProvider.Parser - Interface in io.netty.resolver
 
HostsFileEntriesProvider.ParserImpl - Class in io.netty.resolver
 
hostsFileEntriesResolver - Variable in class io.netty.resolver.dns.DnsNameResolver
 
hostsFileEntriesResolver - Variable in class io.netty.resolver.dns.DnsNameResolverBuilder
 
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 - Variable in class io.netty.resolver.DefaultHostsFileEntriesResolver
 
HostsFileParser - Class in io.netty.resolver
A parser for hosts files.
HostsFileParser() - Constructor for class io.netty.resolver.HostsFileParser
Can't be instantiated.
hours - Variable in class io.netty.handler.codec.DateFormatter
 
hpackDecoder - Variable in class io.netty.handler.codec.http2.DefaultHttp2HeadersDecoder
 
HpackDecoder - Class in io.netty.handler.codec.http2
 
HpackDecoder(long) - Constructor for class io.netty.handler.codec.http2.HpackDecoder
Create a new instance.
HpackDecoder(long, int) - Constructor for class io.netty.handler.codec.http2.HpackDecoder
Exposed Used for testing only! Default values used in the initial settings frame are overridden intentionally for testing but violate the RFC if used outside the scope of testing.
HpackDecoder.HeaderType - Enum in io.netty.handler.codec.http2
HTTP/2 header types.
HpackDecoder.Http2HeadersSink - Class in io.netty.handler.codec.http2
 
hpackDynamicTable - Variable in class io.netty.handler.codec.http2.HpackDecoder
 
HpackDynamicTable - Class in io.netty.handler.codec.http2
 
HpackDynamicTable(long) - Constructor for class io.netty.handler.codec.http2.HpackDynamicTable
Creates a new dynamic table with the specified initial capacity.
hpackEncoder - Variable in class io.netty.handler.codec.http2.DefaultHttp2HeadersEncoder
 
HpackEncoder - Class in io.netty.handler.codec.http2
An HPACK encoder.
HpackEncoder() - Constructor for class io.netty.handler.codec.http2.HpackEncoder
Creates a new encoder.
HpackEncoder(boolean) - Constructor for class io.netty.handler.codec.http2.HpackEncoder
Creates a new encoder.
HpackEncoder(boolean, int, int) - Constructor for class io.netty.handler.codec.http2.HpackEncoder
Creates a new encoder.
HpackEncoder.NameEntry - Class in io.netty.handler.codec.http2
 
HpackEncoder.NameValueEntry - Class in io.netty.handler.codec.http2
 
HpackHeaderField - Class in io.netty.handler.codec.http2
 
HpackHeaderField(CharSequence, CharSequence) - Constructor for class io.netty.handler.codec.http2.HpackHeaderField
 
hpackHeaderFields - Variable in class io.netty.handler.codec.http2.HpackDynamicTable
 
HpackHuffmanDecoder - Class in io.netty.handler.codec.http2
 
HpackHuffmanDecoder() - Constructor for class io.netty.handler.codec.http2.HpackHuffmanDecoder
 
hpackHuffmanEncoder - Variable in class io.netty.handler.codec.http2.HpackEncoder
 
HpackHuffmanEncoder - Class in io.netty.handler.codec.http2
 
HpackHuffmanEncoder() - Constructor for class io.netty.handler.codec.http2.HpackHuffmanEncoder
 
HpackHuffmanEncoder(int[], byte[]) - Constructor for class io.netty.handler.codec.http2.HpackHuffmanEncoder
Creates a new Huffman encoder with the specified Huffman coding.
HpackHuffmanEncoder.EncodedLengthProcessor - Class in io.netty.handler.codec.http2
 
HpackHuffmanEncoder.EncodeProcessor - Class in io.netty.handler.codec.http2
 
HpackStaticTable - Class in io.netty.handler.codec.http2
 
HpackStaticTable() - Constructor for class io.netty.handler.codec.http2.HpackStaticTable
 
HpackStaticTable.HeaderIndex - Class in io.netty.handler.codec.http2
 
HpackStaticTable.HeaderNameIndex - Class in io.netty.handler.codec.http2
 
HpackUtil - Class in io.netty.handler.codec.http2
 
HpackUtil() - Constructor for class io.netty.handler.codec.http2.HpackUtil
 
HpackUtil.IndexType - Enum in io.netty.handler.codec.http2
 
HT - Static variable in class io.netty.handler.codec.http.HttpConstants
Horizontal tab
HTAB - Static variable in class io.netty.util.ByteProcessorUtils
 
HTML5 - io.netty.handler.codec.http.multipart.HttpPostRequestEncoder.EncoderMode
The HTML5 spec disallows mixed mode in multipart/form-data requests.
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_0_AS_LONG - Static variable in class io.netty.handler.codec.http.HttpRequestDecoder
 
HTTP_1_0_STRING - Static variable in class io.netty.handler.codec.http.HttpVersion
 
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_AS_LONG - Static variable in class io.netty.handler.codec.http.HttpRequestDecoder
 
HTTP_1_1_REQUIRED - io.netty.handler.codec.http2.Http2Error
 
HTTP_1_1_STRING - Static variable in class io.netty.handler.codec.http.HttpVersion
 
HTTP_1_X_BUF - Static variable in class io.netty.handler.codec.http2.Http2ConnectionHandler
 
HTTP_2 - Static variable in class io.netty.handler.ssl.ApplicationProtocolNames
"h2": HTTP version 2
HTTP_SCHEME_PREFIX - Static variable in class io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker
 
HTTP_TO_HTTP2_HEADER_BLACKLIST - Static variable in class io.netty.handler.codec.http2.HttpConversionUtil
The set of headers that should not be directly copied when converting headers from HTTP to HTTP/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
HTTP2_NAME_VALIDATOR - Static variable in class io.netty.handler.codec.http2.DefaultHttp2Headers
 
HTTP2_NAME_VALIDATOR_PROCESSOR - Static variable in class io.netty.handler.codec.http2.DefaultHttp2Headers
 
Http2ChannelClosedException() - Constructor for exception io.netty.handler.codec.http2.StreamBufferingEncoder.Http2ChannelClosedException
 
Http2ChannelDuplexHandler - Class in io.netty.handler.codec.http2
A ChannelDuplexHandler providing additional functionality for HTTP/2.
Http2ChannelDuplexHandler() - Constructor for class io.netty.handler.codec.http2.Http2ChannelDuplexHandler
 
Http2ChannelUnsafe() - Constructor for class io.netty.handler.codec.http2.AbstractHttp2StreamChannel.Http2ChannelUnsafe
 
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, ChannelHandler, Http2MultiplexHandler) - Constructor for class io.netty.handler.codec.http2.Http2ClientUpgradeCodec
 
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.
Http2CodecUtil() - Constructor for class io.netty.handler.codec.http2.Http2CodecUtil
 
Http2CodecUtil.SimpleChannelPromiseAggregator - Class in io.netty.handler.codec.http2
Provides the ability to associate the outcome of multiple ChannelPromise objects into a single ChannelPromise object.
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.Listener methods.
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
 
Http2ConnectionHandler.BaseDecoder - Class in io.netty.handler.codec.http2
 
Http2ConnectionHandler.ClosingChannelFutureListener - Class in io.netty.handler.codec.http2
Closes the channel when the future completes.
Http2ConnectionHandler.FrameDecoder - Class in io.netty.handler.codec.http2
 
Http2ConnectionHandler.PrefaceDecoder - Class in io.netty.handler.codec.http2
 
Http2ConnectionHandlerBuilder - Class in io.netty.handler.codec.http2
Builder which builds Http2ConnectionHandler objects.
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.
Http2ConnectionPrefaceAndSettingsFrameWrittenEvent() - Constructor for class io.netty.handler.codec.http2.Http2ConnectionPrefaceAndSettingsFrameWrittenEvent
 
Http2ControlFrameLimitEncoder - Class in io.netty.handler.codec.http2
DecoratingHttp2ConnectionEncoder which guards against a remote peer that will trigger a massive amount of control frames but will not consume our responses to these.
Http2ControlFrameLimitEncoder(Http2ConnectionEncoder, int) - Constructor for class io.netty.handler.codec.http2.Http2ControlFrameLimitEncoder
 
Http2DataChunkedInput - Class in io.netty.handler.codec.http2
A ChunkedInput that 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.
Http2Decompressor(EmbeddedChannel) - Constructor for class io.netty.handler.codec.http2.DelegatingDecompressorFrameListener.Http2Decompressor
 
Http2EmptyDataFrameConnectionDecoder - Class in io.netty.handler.codec.http2
Enforce a limit on the maximum number of consecutive empty DATA frames (without end_of_stream flag) that are allowed before the connection will be closed.
Http2EmptyDataFrameConnectionDecoder(Http2ConnectionDecoder, int) - Constructor for class io.netty.handler.codec.http2.Http2EmptyDataFrameConnectionDecoder
 
Http2EmptyDataFrameListener - Class in io.netty.handler.codec.http2
Enforce a limit on the maximum number of consecutive empty DATA frames (without end_of_stream flag) that are allowed before the connection will be closed.
Http2EmptyDataFrameListener(Http2FrameListener, int) - Constructor for class io.netty.handler.codec.http2.Http2EmptyDataFrameListener
 
Http2Error - Enum in io.netty.handler.codec.http2
All error codes identified by the HTTP/2 spec.
Http2Error(long) - Constructor for enum io.netty.handler.codec.http2.Http2Error
 
Http2EventAdapter - Class in io.netty.handler.codec.http2
This class brings Http2Connection.Listener and Http2FrameListener together 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, Http2Exception.ShutdownHint, boolean) - 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.StacklessHttp2Exception - Exception in io.netty.handler.codec.http2
 
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
This API is very immature. The Http2Connection-based API is currently preferred over this API.
Http2FrameCodec(Http2ConnectionEncoder, Http2ConnectionDecoder, Http2Settings, boolean, boolean) - Constructor for class io.netty.handler.codec.http2.Http2FrameCodec
 
Http2FrameCodec.ConnectionListener - Class in io.netty.handler.codec.http2
 
Http2FrameCodec.DefaultHttp2FrameStream - Class in io.netty.handler.codec.http2
Http2FrameStream implementation.
Http2FrameCodec.FrameListener - Class in io.netty.handler.codec.http2
 
Http2FrameCodec.Http2RemoteFlowControllerListener - Class in io.netty.handler.codec.http2
 
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.
Http2FrameCodecBuilder(boolean) - Constructor for class io.netty.handler.codec.http2.Http2FrameCodecBuilder
 
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 Http2FrameListener and 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(InternalLogLevel, InternalLogger) - 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 ByteBuf and notifies the specified Http2FrameListener when 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(Http2FrameStream, Http2FrameStreamEvent.Type) - Constructor for class io.netty.handler.codec.http2.Http2FrameStreamEvent
 
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.
Http2FrameTypes() - Constructor for class io.netty.handler.codec.http2.Http2FrameTypes
 
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
 
Http2GoAwayException(StreamBufferingEncoder.GoAwayDetail) - Constructor for exception io.netty.handler.codec.http2.StreamBufferingEncoder.Http2GoAwayException
 
Http2GoAwayFrame - Interface in io.netty.handler.codec.http2
HTTP/2 GOAWAY frame.
Http2HeaderEntry(int, CharSequence, CharSequence, DefaultHeaders.HeaderEntry<CharSequence, CharSequence>) - Constructor for class io.netty.handler.codec.http2.DefaultHttp2Headers.Http2HeaderEntry
 
http2Headers - Variable in class io.netty.handler.codec.http2.DefaultHttp2PushPromiseFrame
 
http2Headers() - Method in class io.netty.handler.codec.http2.DefaultHttp2PushPromiseFrame
 
http2Headers() - Method in interface io.netty.handler.codec.http2.Http2PushPromiseFrame
Http2Headers sent 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 Http2HeadersDecoder interface
Http2HeadersEncoder - Interface in io.netty.handler.codec.http2
Encodes Http2Headers into HPACK-encoded headers blocks.
Http2HeadersEncoder.Configuration - Interface in io.netty.handler.codec.http2
Configuration related elements for the Http2HeadersEncoder interface
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.
Http2HeadersSink(int, Http2Headers, long, boolean) - Constructor for class io.netty.handler.codec.http2.HpackDecoder.Http2HeadersSink
 
Http2InboundFrameLogger - Class in io.netty.handler.codec.http2
Decorator around a Http2FrameReader that 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 Http2FlowController for controlling the inbound flow of DATA frames from the remote endpoint.
Http2MaxRstFrameDecoder - Class in io.netty.handler.codec.http2
Enforce a limit on the maximum number of RST frames that are allowed per a window before the connection will be closed with a GO_AWAY frame.
Http2MaxRstFrameDecoder(Http2ConnectionDecoder, int, int) - Constructor for class io.netty.handler.codec.http2.Http2MaxRstFrameDecoder
 
Http2MaxRstFrameListener - Class in io.netty.handler.codec.http2
 
Http2MaxRstFrameListener(Http2FrameListener, int, int) - Constructor for class io.netty.handler.codec.http2.Http2MaxRstFrameListener
 
Http2MultiplexActiveStreamsException - Exception in io.netty.handler.codec.http2
Exception that can be used to wrap some Throwable and 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.
Http2MultiplexCodec(Http2ConnectionEncoder, Http2ConnectionDecoder, Http2Settings, ChannelHandler, ChannelHandler, boolean, boolean) - Constructor for class io.netty.handler.codec.http2.Http2MultiplexCodec
Deprecated.
 
Http2MultiplexCodec.Http2MultiplexCodecStreamChannel - Class in io.netty.handler.codec.http2
Deprecated.
 
Http2MultiplexCodecBuilder - Class in io.netty.handler.codec.http2
Deprecated.
Http2MultiplexCodecBuilder(boolean, ChannelHandler) - Constructor for class io.netty.handler.codec.http2.Http2MultiplexCodecBuilder
Deprecated.
 
Http2MultiplexCodecStreamChannel(Http2FrameCodec.DefaultHttp2FrameStream, ChannelHandler) - Constructor for class io.netty.handler.codec.http2.Http2MultiplexCodec.Http2MultiplexCodecStreamChannel
Deprecated.
 
http2MultiplexHandler - Variable in class io.netty.handler.codec.http2.Http2ClientUpgradeCodec
 
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
Http2MultiplexHandler.Http2MultiplexHandlerStreamChannel - Class in io.netty.handler.codec.http2
 
Http2MultiplexHandlerStreamChannel(Http2FrameCodec.DefaultHttp2FrameStream, ChannelHandler) - Constructor for class io.netty.handler.codec.http2.Http2MultiplexHandler.Http2MultiplexHandlerStreamChannel
 
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 Http2FrameWriter that 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 Http2FlowController for controlling the flow of outbound DATA frames 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.
Http2RemoteFlowControllerListener() - Constructor for class io.netty.handler.codec.http2.Http2FrameCodec.Http2RemoteFlowControllerListener
 
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.
Http2SecurityUtil() - Constructor for class io.netty.handler.codec.http2.Http2SecurityUtil
 
http2ServerHandler - Variable in class io.netty.handler.codec.http2.CleartextHttp2ServerUpgradeHandler
 
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
 
Http2StreamChannelConfig(Channel) - Constructor for class io.netty.handler.codec.http2.AbstractHttp2StreamChannel.Http2StreamChannelConfig
 
Http2StreamChannelId - Class in io.netty.handler.codec.http2
ChannelId implementation which is used by our Http2StreamChannel implementation.
Http2StreamChannelId(ChannelId, int) - Constructor for class io.netty.handler.codec.http2.Http2StreamChannelId
 
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 Http2StreamFrame to HttpObject, 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.
Http2ToHttpHeaderTranslator(int, HttpHeaders, boolean) - Constructor for class io.netty.handler.codec.http2.HttpConversionUtil.Http2ToHttpHeaderTranslator
Create a new instance
Http2UnknownFrame - Interface in io.netty.handler.codec.http2
 
Http2WindowUpdateFrame - Interface in io.netty.handler.codec.http2
HTTP/2 WINDOW_UPDATE frame.
HttpChunkedInput - Class in io.netty.handler.codec.http
A ChunkedInput that 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 HttpRequestEncoder and HttpResponseDecoder which 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), and maxChunkSize (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
Creates a new instance with the specified decoder options.
HttpClientCodec(int, int, int, boolean, boolean, 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, int) - Constructor for class io.netty.handler.codec.http.HttpClientCodec
Creates a new instance with the specified decoder options.
HttpClientCodec(int, int, int, boolean, boolean, 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, int, boolean, 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, int, boolean, boolean, boolean) - Constructor for class io.netty.handler.codec.http.HttpClientCodec
Creates a new instance with the specified decoder options.
HttpClientCodec.Decoder - Class in io.netty.handler.codec.http
 
HttpClientCodec.Encoder - Class in io.netty.handler.codec.http
 
HttpClientCodecWrapper() - Constructor for class io.netty.handler.proxy.HttpProxyHandler.HttpClientCodecWrapper
 
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
 
HttpConstants() - Constructor for class io.netty.handler.codec.http.HttpConstants
 
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 HttpMessage and an HttpContent in gzip or deflate encoding while respecting the "Accept-Encoding" header.
HttpContentCompressor() - Constructor for class io.netty.handler.codec.http.HttpContentCompressor
Creates a new handler with the default compression level (6), default window size (15) and default memory level (8).
HttpContentCompressor(int) - Constructor for class io.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 HttpContentCompressor instance with specified CompressionOptionss
HttpContentCompressor(CompressionOptions...) - Constructor for class io.netty.handler.codec.http.HttpContentCompressor
Create a new HttpContentCompressor Instance with specified CompressionOptionss and contentSizeThreshold set to 0
HttpContentCompressor.DeflateEncoderFactory - Class in io.netty.handler.codec.http
Compression Encoder Factory that creates ZlibEncoders used to compress http content for deflate content encoding
HttpContentCompressor.GzipEncoderFactory - Class in io.netty.handler.codec.http
Compression Encoder Factory that creates ZlibEncoders used to compress http content for gzip content encoding
HttpContentDecoder - Class in io.netty.handler.codec.http
Decodes the content of the received HttpRequest and HttpContent.
HttpContentDecoder() - Constructor for class io.netty.handler.codec.http.HttpContentDecoder
 
HttpContentDecompressor - Class in io.netty.handler.codec.http
Decompresses an HttpMessage and an HttpContent compressed in gzip or deflate encoding.
HttpContentDecompressor() - Constructor for class io.netty.handler.codec.http.HttpContentDecompressor
Create a new HttpContentDecompressor in non-strict mode.
HttpContentDecompressor(boolean) - Constructor for class io.netty.handler.codec.http.HttpContentDecompressor
HttpContentEncoder - Class in io.netty.handler.codec.http
Encodes the content of the outbound HttpResponse and HttpContent.
HttpContentEncoder() - Constructor for class io.netty.handler.codec.http.HttpContentEncoder
 
HttpContentEncoder.Result - Class in io.netty.handler.codec.http
 
HttpContentEncoder.State - Enum 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() - Constructor for class io.netty.handler.codec.http2.HttpConversionUtil
 
HttpConversionUtil.ExtensionHeaderNames - Enum in io.netty.handler.codec.http2
Provides the HTTP header extensions used to carry HTTP/2 information in HTTP objects
HttpConversionUtil.Http2ToHttpHeaderTranslator - Class in io.netty.handler.codec.http2
Utility which translates HTTP/2 headers to HTTP/1 headers.
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
HttpDataType() - Constructor for enum io.netty.handler.codec.http.multipart.InterfaceHttpData.HttpDataType
 
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.
HttpExpectationFailedEvent() - Constructor for class io.netty.handler.codec.http.HttpExpectationFailedEvent
 
HttpHeaderDateFormat - Class in io.netty.handler.codec.http
Deprecated.
Use DateFormatter instead
HttpHeaderDateFormat() - Constructor for class io.netty.handler.codec.http.HttpHeaderDateFormat
Deprecated.
Standard date format
HttpHeaderDateFormat.HttpHeaderDateFormatObsolete1 - Class in io.netty.handler.codec.http
Deprecated.
First obsolete format
HttpHeaderDateFormat.HttpHeaderDateFormatObsolete2 - Class in io.netty.handler.codec.http
Deprecated.
Second obsolete format
HttpHeaderDateFormatObsolete1() - Constructor for class io.netty.handler.codec.http.HttpHeaderDateFormat.HttpHeaderDateFormatObsolete1
Deprecated.
 
HttpHeaderDateFormatObsolete2() - Constructor for class io.netty.handler.codec.http.HttpHeaderDateFormat.HttpHeaderDateFormatObsolete2
Deprecated.
 
HttpHeaderNames - Class in io.netty.handler.codec.http
Standard HTTP header names.
HttpHeaderNames() - Constructor for class io.netty.handler.codec.http.HttpHeaderNames
 
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 HttpHeaderNames instead. Standard HTTP header names.
HttpHeaders.Values - Class in io.netty.handler.codec.http
Deprecated.
Use HttpHeaderValues instead. Standard HTTP header values.
HttpHeadersEncoder - Class in io.netty.handler.codec.http
 
HttpHeadersEncoder() - Constructor for class io.netty.handler.codec.http.HttpHeadersEncoder
 
HttpHeaderValidationUtil - Class in io.netty.handler.codec.http
Functions used to perform various validations of HTTP header names and values.
HttpHeaderValidationUtil() - Constructor for class io.netty.handler.codec.http.HttpHeaderValidationUtil
 
HttpHeaderValidationUtil.BitSet128 - Class in io.netty.handler.codec.http
 
HttpHeaderValues - Class in io.netty.handler.codec.http
Standard HTTP header values.
HttpHeaderValues() - Constructor for class io.netty.handler.codec.http.HttpHeaderValues
 
HttpMessage - Interface in io.netty.handler.codec.http
An interface that defines an HTTP message, providing common properties for HttpRequest and HttpResponse.
HttpMessageDecoderResult - Class in io.netty.handler.codec.http
A DecoderResult for HttpMessages as produced by an HttpObjectDecoder.
HttpMessageDecoderResult(int, int) - Constructor for class io.netty.handler.codec.http.HttpMessageDecoderResult
 
HttpMessageUtil - Class in io.netty.handler.codec.http
Provides some utility methods for HTTP message implementations.
HttpMessageUtil() - Constructor for class io.netty.handler.codec.http.HttpMessageUtil
 
HttpMethod - Class in io.netty.handler.codec.http
The request method of HTTP or its derived protocols, such as RTSP and ICAP.
HttpMethod(String) - Constructor for class io.netty.handler.codec.http.HttpMethod
Creates a new HTTP method with the specified name.
HttpMethod.EnumNameMap<T> - Class in io.netty.handler.codec.http
 
HttpMethod.EnumNameMap.Node<T> - Class in io.netty.handler.codec.http
 
HttpNames() - Constructor for class io.netty.handler.codec.spdy.SpdyHeaders.HttpNames
 
HttpNameValidator - Static variable in class io.netty.handler.codec.http.DefaultHttpHeaders
 
HttpObject - Interface in io.netty.handler.codec.http
 
HttpObjectAggregator - Class in io.netty.handler.codec.http
A ChannelHandler that aggregates an HttpMessage and its following HttpContents into a single FullHttpRequest or FullHttpResponse (depending on if it used to handle requests or responses) with no following HttpContents.
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.
HttpObjectAggregator.AggregatedFullHttpMessage - Class in io.netty.handler.codec.http
 
HttpObjectAggregator.AggregatedFullHttpRequest - Class in io.netty.handler.codec.http
 
HttpObjectAggregator.AggregatedFullHttpResponse - Class in io.netty.handler.codec.http
 
HttpObjectDecoder - Class in io.netty.handler.codec.http
Decodes ByteBufs into HttpMessages and HttpContents.
HttpObjectDecoder() - Constructor for class io.netty.handler.codec.http.HttpObjectDecoder
Creates a new instance with the default maxInitialLineLength (4096), maxHeaderSize (8192), and maxChunkSize (8192).
HttpObjectDecoder(int, int, int, boolean) - Constructor for class io.netty.handler.codec.http.HttpObjectDecoder
Creates a new instance with the specified parameters.
HttpObjectDecoder(int, int, int, boolean, boolean) - Constructor for class io.netty.handler.codec.http.HttpObjectDecoder
Creates a new instance with the specified parameters.
HttpObjectDecoder(int, int, int, boolean, boolean, int) - Constructor for class io.netty.handler.codec.http.HttpObjectDecoder
Creates a new instance with the specified parameters.
HttpObjectDecoder(int, int, int, boolean, boolean, int, boolean) - Constructor for class io.netty.handler.codec.http.HttpObjectDecoder
Creates a new instance with the specified parameters.
HttpObjectDecoder(int, int, int, boolean, boolean, int, boolean, boolean) - Constructor for class io.netty.handler.codec.http.HttpObjectDecoder
Creates a new instance with the specified parameters.
HttpObjectDecoder.HeaderParser - Class in io.netty.handler.codec.http
 
HttpObjectDecoder.LineParser - Class in io.netty.handler.codec.http
 
HttpObjectDecoder.State - Enum in io.netty.handler.codec.http
The internal state of HttpObjectDecoder.
HttpObjectEncoder<H extends HttpMessage> - Class in io.netty.handler.codec.http
Encodes an HttpMessage or an HttpContent into a ByteBuf.
HttpObjectEncoder() - Constructor for class io.netty.handler.codec.http.HttpObjectEncoder
 
httpOnly - Variable in class io.netty.handler.codec.http.cookie.ClientCookieDecoder.CookieBuilder
 
httpOnly - Variable in class io.netty.handler.codec.http.cookie.DefaultCookie
 
HTTPONLY - Static variable in class io.netty.handler.codec.http.cookie.CookieHeaderNames
 
HttpPostBodyUtil - Class in io.netty.handler.codec.http.multipart
Shared Static object between HttpMessageDecoder, HttpPostRequestDecoder and HttpPostRequestEncoder
HttpPostBodyUtil() - Constructor for class io.netty.handler.codec.http.multipart.HttpPostBodyUtil
 
HttpPostBodyUtil.SeekAheadOptimize - Class in io.netty.handler.codec.http.multipart
This class intends to decrease the CPU in seeking ahead some bytes in HttpPostRequestDecoder
HttpPostBodyUtil.TransferEncodingMechanism - Enum in io.netty.handler.codec.http.multipart
Allowed mechanism for multipart mechanism := "7bit" / "8bit" / "binary" Not allowed: "quoted-printable" / "base64"
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
 
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(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.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 ...
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)
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
HttpPostRequestEncoder.WrappedFullHttpRequest - Class in io.netty.handler.codec.http.multipart
 
HttpPostRequestEncoder.WrappedHttpRequest - Class in io.netty.handler.codec.http.multipart
 
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.UrlDecoder - Class in io.netty.handler.codec.http.multipart
 
HttpPostStandardRequestDecoder.UrlEncodedDetector - Class in io.netty.handler.codec.http.multipart
 
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.HttpClientCodecWrapper - Class in io.netty.handler.proxy
 
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
Decodes ByteBufs into HttpRequests and HttpContents.
HttpRequestDecoder() - Constructor for class io.netty.handler.codec.http.HttpRequestDecoder
Creates a new instance with the default maxInitialLineLength (4096), maxHeaderSize (8192), and maxChunkSize (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
 
HttpRequestDecoder(int, int, int, boolean, int) - Constructor for class io.netty.handler.codec.http.HttpRequestDecoder
 
HttpRequestDecoder(int, int, int, boolean, int, boolean) - Constructor for class io.netty.handler.codec.http.HttpRequestDecoder
 
HttpRequestDecoder(int, int, int, boolean, int, boolean, boolean) - Constructor for class io.netty.handler.codec.http.HttpRequestDecoder
 
HttpRequestEncoder - Class in io.netty.handler.codec.http
Encodes an HttpRequest or an HttpContent into a ByteBuf.
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
Decodes ByteBufs into HttpResponses and HttpContents.
HttpResponseDecoder() - Constructor for class io.netty.handler.codec.http.HttpResponseDecoder
Creates a new instance with the default maxInitialLineLength (4096), maxHeaderSize (8192), and maxChunkSize (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
 
HttpResponseDecoder(int, int, int, boolean, int) - Constructor for class io.netty.handler.codec.http.HttpResponseDecoder
 
HttpResponseDecoder(int, int, int, boolean, int, boolean) - Constructor for class io.netty.handler.codec.http.HttpResponseDecoder
 
HttpResponseDecoder(int, int, int, boolean, int, boolean, boolean) - Constructor for class io.netty.handler.codec.http.HttpResponseDecoder
 
HttpResponseEncoder - Class in io.netty.handler.codec.http
Encodes an HttpResponse or an HttpContent into a ByteBuf.
HttpResponseEncoder() - Constructor for class io.netty.handler.codec.http.HttpResponseEncoder
 
HttpResponseStatus - Class in io.netty.handler.codec.http
The response code and its description of HTTP or its derived protocols, such as RTSP and ICAP.
HttpResponseStatus(int) - Constructor for class io.netty.handler.codec.http.HttpResponseStatus
Creates a new instance with the specified code and the auto-generated default reason phrase.
HttpResponseStatus(int, String) - Constructor for class io.netty.handler.codec.http.HttpResponseStatus
Creates a new instance with the specified code and its reasonPhrase.
HttpResponseStatus(int, String, boolean) - Constructor for class io.netty.handler.codec.http.HttpResponseStatus
 
HTTPS - Static variable in class io.netty.handler.codec.http.HttpScheme
Scheme for secure HTTP connection.
HTTPS_SCHEME_PREFIX - Static variable in class io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker
 
httpScheme - Variable in class io.netty.handler.codec.http2.HttpToHttp2ConnectionHandler
 
httpScheme - Variable in class io.netty.handler.codec.http2.HttpToHttp2ConnectionHandlerBuilder
 
httpScheme(HttpScheme) - Method in class io.netty.handler.codec.http2.HttpToHttp2ConnectionHandlerBuilder
Add scheme in Http2Headers if not already present.
HttpScheme - Class in io.netty.handler.codec.http
Defines the common schemes used for the HTTP protocol as defined by rfc7230.
HttpScheme(int, String) - Constructor for class io.netty.handler.codec.http.HttpScheme
 
httpServerCodec - Variable in class io.netty.handler.codec.http2.CleartextHttp2ServerUpgradeHandler
 
HttpServerCodec - Class in io.netty.handler.codec.http
A combination of HttpRequestDecoder and HttpResponseEncoder which 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), and maxChunkSize (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
Creates a new instance with the specified decoder options.
HttpServerCodec(int, int, int, boolean, int) - Constructor for class io.netty.handler.codec.http.HttpServerCodec
Creates a new instance with the specified decoder options.
HttpServerCodec(int, int, int, boolean, int, boolean) - Constructor for class io.netty.handler.codec.http.HttpServerCodec
Creates a new instance with the specified decoder options.
HttpServerCodec(int, int, int, boolean, int, boolean, boolean) - Constructor for class io.netty.handler.codec.http.HttpServerCodec
Creates a new instance with the specified decoder options.
HttpServerCodec.HttpServerRequestDecoder - Class in io.netty.handler.codec.http
 
HttpServerCodec.HttpServerResponseEncoder - Class in io.netty.handler.codec.http
 
HttpServerExpectContinueHandler - Class in io.netty.handler.codec.http
Sends a 100 CONTINUE HttpResponse to HttpRequests which contain a 'expect: 100-continue' header.
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
 
HttpServerRequestDecoder(int, int, int) - Constructor for class io.netty.handler.codec.http.HttpServerCodec.HttpServerRequestDecoder
 
HttpServerRequestDecoder(int, int, int, boolean) - Constructor for class io.netty.handler.codec.http.HttpServerCodec.HttpServerRequestDecoder
 
HttpServerRequestDecoder(int, int, int, boolean, int) - Constructor for class io.netty.handler.codec.http.HttpServerCodec.HttpServerRequestDecoder
 
HttpServerRequestDecoder(int, int, int, boolean, int, boolean) - Constructor for class io.netty.handler.codec.http.HttpServerCodec.HttpServerRequestDecoder
 
HttpServerRequestDecoder(int, int, int, boolean, int, boolean, boolean) - Constructor for class io.netty.handler.codec.http.HttpServerCodec.HttpServerRequestDecoder
 
HttpServerResponseEncoder() - Constructor for class io.netty.handler.codec.http.HttpServerCodec.HttpServerResponseEncoder
 
httpServerUpgradeHandler - Variable in class io.netty.handler.codec.http2.CleartextHttp2ServerUpgradeHandler
 
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.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.UpgradeCodec for 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.
HttpStatusClass(int, int, String) - Constructor for enum io.netty.handler.codec.http.HttpStatusClass
 
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 HttpToHttp2ConnectionHandler objects.
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.
HttpUtil() - Constructor for class io.netty.handler.codec.http.HttpUtil
 
HttpVersion - Class in io.netty.handler.codec.http
The version of HTTP or its derived protocols, such as RTSP and ICAP.
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.
HttpVersion(String, int, int, boolean, boolean) - Constructor for class io.netty.handler.codec.http.HttpVersion
 
HUFF_CODE_THRESHOLD - Static variable in class io.netty.handler.codec.http2.HpackEncoder
 
huffCodeThreshold - Variable in class io.netty.handler.codec.http2.HpackEncoder
 
HUFFMAN_CODE_LENGTHS - Static variable in class io.netty.handler.codec.http2.HpackUtil
 
HUFFMAN_CODES - Static variable in class io.netty.handler.codec.http2.HpackUtil
 
HUFFMAN_COMPLETE - Static variable in class io.netty.handler.codec.http2.HpackHuffmanDecoder
 
HUFFMAN_COMPLETE_SHIFT - Static variable in class io.netty.handler.codec.http2.HpackHuffmanDecoder
 
HUFFMAN_DECODE_MAX_CODE_LENGTH - Static variable in class io.netty.handler.codec.compression.Bzip2Constants
The longest Huffman code length accepted by the decoder.
HUFFMAN_EMIT_SYMBOL - Static variable in class io.netty.handler.codec.http2.HpackHuffmanDecoder
 
HUFFMAN_EMIT_SYMBOL_SHIFT - Static variable in class io.netty.handler.codec.http2.HpackHuffmanDecoder
 
HUFFMAN_ENCODE_MAX_CODE_LENGTH - Static variable in class io.netty.handler.codec.compression.Bzip2Constants
The longest Huffman code length created by the encoder.
HUFFMAN_EOS - Static variable in class io.netty.handler.codec.http2.HpackUtil
 
HUFFMAN_FAIL - Static variable in class io.netty.handler.codec.http2.HpackHuffmanDecoder
 
HUFFMAN_FAIL_SHIFT - Static variable in class io.netty.handler.codec.http2.HpackHuffmanDecoder
 
HUFFMAN_GROUP_RUN_LENGTH - Static variable in class io.netty.handler.codec.compression.Bzip2Constants
Number of symbols decoded after which a new Huffman table is selected.
HUFFMAN_HIGH_SYMBOL_COST - Static variable in class io.netty.handler.codec.compression.Bzip2HuffmanStageEncoder
Used in initial Huffman table generation.
HUFFMAN_MAX_ALPHABET_SIZE - Static variable in class io.netty.handler.codec.compression.Bzip2Constants
Maximum possible Huffman alphabet size.
HUFFMAN_MAXIMUM_TABLES - Static variable in class io.netty.handler.codec.compression.Bzip2Constants
Maximum number of alternative Huffman tables.
HUFFMAN_MINIMUM_TABLES - Static variable in class io.netty.handler.codec.compression.Bzip2Constants
Minimum number of alternative Huffman tables.
HUFFMAN_SELECTOR_LIST_MAX_LENGTH - Static variable in class io.netty.handler.codec.compression.Bzip2Constants
Maximum length of zero-terminated bit runs of MTF'ed Huffman table.
HUFFMAN_SYMBOL_RANGE_SIZE - Static variable in class io.netty.handler.codec.compression.Bzip2Constants
Huffman symbols range size for Huffman used map.
HUFFMAN_SYMBOL_RUNA - Static variable in class io.netty.handler.codec.compression.Bzip2Constants
Huffman symbols used for run-length encoding.
HUFFMAN_SYMBOL_RUNB - Static variable in class io.netty.handler.codec.compression.Bzip2Constants
 
huffmanCodeLengths - Variable in class io.netty.handler.codec.compression.Bzip2HuffmanStageEncoder
The Canonical Huffman code lengths for each table.
huffmanDecoder - Variable in class io.netty.handler.codec.http2.HpackDecoder
 
huffmanEndOfBlockSymbol - Variable in class io.netty.handler.codec.compression.Bzip2BlockDecompressor
The end-of-block Huffman symbol.
huffmanInUse16 - Variable in class io.netty.handler.codec.compression.Bzip2BlockDecompressor
Bitmap, of ranges of 16 bytes, present/not present.
huffmanMergedCodeSymbols - Variable in class io.netty.handler.codec.compression.Bzip2HuffmanStageEncoder
Merged code symbols for each table.
huffmanStageDecoder - Variable in class io.netty.handler.codec.compression.Bzip2Decoder
Bzip2 Huffman coding stage.
huffmanSymbolMap - Variable in class io.netty.handler.codec.compression.Bzip2BlockDecompressor
A map from Huffman symbol index to output character.
HUFFS - Static variable in class io.netty.handler.codec.http2.HpackHuffmanDecoder
A table of byte tuples (state, flags, output).

I

i - Variable in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers.ReadOnlyIterator
 
i - Variable in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers.ReadOnlyValueIterator
 
i - Variable in class io.netty.resolver.dns.SequentialDnsServerAddressStream
 
i - Variable in class io.netty.resolver.dns.ShuffledDnsServerAddressStream
 
i1 - Variable in class io.netty.channel.group.CombinedIterator
 
i2 - Variable in class io.netty.channel.group.CombinedIterator
 
id - Variable in class io.netty.channel.AbstractChannel
 
id - Variable in class io.netty.channel.local.LocalAddress
 
id - Variable in class io.netty.handler.codec.dns.AbstractDnsMessage
 
id - Variable in class io.netty.handler.codec.http2.DefaultHttp2Connection.DefaultStream
 
id - Variable in class io.netty.handler.codec.http2.Http2FrameCodec.DefaultHttp2FrameStream
 
id - Variable in class io.netty.handler.codec.http2.Http2StreamChannelId
 
id - Variable in class io.netty.handler.codec.spdy.DefaultSpdyPingFrame
 
id - Variable in class io.netty.handler.ssl.OpenSslSessionCache.NativeSslSession
 
id - Variable in class io.netty.handler.ssl.OpenSslSessionId
 
id - Variable in class io.netty.handler.ssl.ReferenceCountedOpenSslEngine.DefaultOpenSslSession
 
id - Variable in class io.netty.resolver.dns.DnsQueryContext
 
id - Variable in class io.netty.util.AbstractConstant
 
id - Variable in class io.netty.util.concurrent.ScheduledFutureTask
 
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 ID of this DNS message.
id() - Method in class io.netty.handler.codec.http2.AbstractHttp2StreamChannel
 
id() - Method in class io.netty.handler.codec.http2.DefaultHttp2Connection.DefaultStream
 
id() - Method in class io.netty.handler.codec.http2.Http2FrameCodec.DefaultHttp2FrameStream
 
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.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 class io.netty.util.concurrent.SingleThreadEventExecutor.DefaultThreadProperties
 
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
 
ID - Static variable in class io.netty.handler.ssl.ReferenceCountedOpenSslServerContext
 
ID_REUSE_ON_TIMEOUT_DELAY_MILLIS - Static variable in class io.netty.resolver.dns.DnsQueryContext
 
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
 
idCount - Variable in class io.netty.handler.codec.http2.Http2MultiplexCodec
Deprecated.
 
idCount - Variable in class io.netty.handler.codec.http2.Http2MultiplexHandler
 
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.HttpContentDecoder
 
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.
IdentityCipherSuiteFilter(boolean) - Constructor for class io.netty.handler.ssl.IdentityCipherSuiteFilter
 
IDLE - io.netty.handler.codec.http2.AbstractHttp2StreamChannel.ReadStatus
No read in progress and no read was requested (yet)
IDLE - io.netty.handler.codec.http2.Http2Stream.State
 
idleChildren - Variable in class io.netty.channel.ThreadPerChannelEventLoopGroup
Deprecated.
 
IdleState - Enum in io.netty.handler.timeout
An Enum that represents the idle state of a Channel.
IdleState() - Constructor for enum io.netty.handler.timeout.IdleState
 
IdleStateEvent - Class in io.netty.handler.timeout
A user event triggered by IdleStateHandler when a Channel is idle.
IdleStateEvent(IdleState, boolean) - Constructor for class io.netty.handler.timeout.IdleStateEvent
Constructor for sub-classes.
IdleStateEvent.DefaultIdleStateEvent - Class in io.netty.handler.timeout
 
IdleStateHandler - Class in io.netty.handler.timeout
Triggers an IdleStateEvent when a Channel has 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
 
IdleStateHandler.AbstractIdleTask - Class in io.netty.handler.timeout
 
IdleStateHandler.AllIdleTimeoutTask - Class in io.netty.handler.timeout
 
IdleStateHandler.ReaderIdleTimeoutTask - Class in io.netty.handler.timeout
 
IdleStateHandler.WriterIdleTimeoutTask - Class in io.netty.handler.timeout
 
IDNtoASCII(String) - Static method in class io.netty.handler.codec.dns.AbstractDnsRecord
 
ids - Variable in class io.netty.handler.codec.spdy.SpdyHttpResponseStreamIdHandler
 
ids() - Method in class io.netty.handler.codec.spdy.DefaultSpdySettingsFrame
 
ids() - Method in interface io.netty.handler.codec.spdy.SpdySettingsFrame
Returns a Set of the setting IDs.
idx - Variable in class io.netty.handler.codec.json.JsonObjectDecoder
 
idx - Variable in class io.netty.util.concurrent.DefaultEventExecutorChooserFactory.GenericEventExecutorChooser
 
idx - Variable in class io.netty.util.concurrent.DefaultEventExecutorChooserFactory.PowerOfTwoEventExecutorChooser
 
idx(int) - Method in class io.netty.buffer.AbstractUnpooledSlicedByteBuf
Returns the index with the needed adjustment.
idx(int) - Method in class io.netty.buffer.CompositeByteBuf.Component
 
idx(int) - Method in class io.netty.buffer.PooledByteBuf
 
idx(int) - Method in class io.netty.buffer.PooledSlicedByteBuf
 
idx(int) - Static method in class io.netty.channel.kqueue.NativeLongArray
 
idx(int) - Static method in class io.netty.channel.unix.IovArray
 
idx(ByteBuf, int) - Static method in class io.netty.buffer.UnsafeHeapSwappedByteBuf
 
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"
iface - Variable in class io.netty.util.NetUtilInitializations.NetworkIfaceAndInetAddress
 
iface() - Method in class io.netty.util.NetUtilInitializations.NetworkIfaceAndInetAddress
 
IGNORABLE_CLASS_IN_STACK - Static variable in class io.netty.handler.ssl.SslHandler
 
IGNORABLE_ERROR_MESSAGE - Static variable in class io.netty.handler.ssl.SslHandler
 
ignoreBytesRead - Variable in class io.netty.channel.DefaultMaxMessagesRecvByteBufAllocator
 
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
 
ignoreDefaultPortsInConnectHostHeader - Variable in class io.netty.handler.proxy.HttpProxyHandler
 
ignoreException(Throwable) - Method in class io.netty.handler.ssl.SslHandler
Checks if the given Throwable can be ignore and just "swallowed" When an ssl connection is closed a close_notify message is sent.
ignoreMaxHeaderListSize - Variable in class io.netty.handler.codec.http2.HpackEncoder
 
IllegalReferenceCountException - Exception in io.netty.util
An IllegalStateException which is raised when a user attempts to access a ReferenceCounted whose 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 Runnable objects in the caller's thread.
ImmediateEventExecutor() - Constructor for class io.netty.util.concurrent.ImmediateEventExecutor
 
ImmediateEventExecutor.ImmediateProgressivePromise<V> - Class in io.netty.util.concurrent
 
ImmediateEventExecutor.ImmediatePromise<V> - Class in io.netty.util.concurrent
 
ImmediateExecutor - Class in io.netty.util.concurrent
Executor which execute tasks in the callers thread.
ImmediateExecutor() - Constructor for class io.netty.util.concurrent.ImmediateExecutor
 
ImmediateProgressivePromise(EventExecutor) - Constructor for class io.netty.util.concurrent.ImmediateEventExecutor.ImmediateProgressivePromise
 
ImmediatePromise(EventExecutor) - Constructor for class io.netty.util.concurrent.ImmediateEventExecutor.ImmediatePromise
 
ImmutableDomainNameMapping(V, Map<String, V>) - Constructor for class io.netty.util.DomainNameMappingBuilder.ImmutableDomainNameMapping
Deprecated.
 
ImmutableDomainWildcardMapping(V, Map<String, V>) - Constructor for class io.netty.util.DomainWildcardMappingBuilder.ImmutableDomainWildcardMapping
 
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
 
in - Variable in class io.netty.handler.codec.compression.Bzip2BitReader
The ByteBuf from which to read data.
in - Variable in class io.netty.handler.codec.serialization.ObjectDecoderInputStream
Deprecated.
 
in - Variable in class io.netty.handler.stream.ChunkedNioFile
 
in - Variable in class io.netty.handler.stream.ChunkedNioStream
 
in - Variable in class io.netty.handler.stream.ChunkedStream
 
IN_PROGRESS - io.netty.handler.codec.http2.AbstractHttp2StreamChannel.ReadStatus
Reading in progress
INADDRSZ4 - Static variable in class io.netty.resolver.dns.DnsAddressDecoder
 
INADDRSZ6 - Static variable in class io.netty.resolver.dns.DnsAddressDecoder
 
INADEQUATE_SECURITY - io.netty.handler.codec.http2.Http2Error
 
INBOUND - io.netty.handler.codec.http2.Http2FrameLogger.Direction
 
inboundBuffer - Variable in class io.netty.channel.local.LocalChannel
 
inboundBuffer - Variable in class io.netty.channel.local.LocalServerChannel
 
inboundBuffer - Variable in class io.netty.handler.codec.http2.AbstractHttp2StreamChannel
 
inboundCtx - Variable in class io.netty.channel.CombinedChannelDuplexHandler
 
inboundHandler - Variable in class io.netty.channel.CombinedChannelDuplexHandler
 
inboundHandler() - Method in class io.netty.channel.CombinedChannelDuplexHandler
 
inboundHeaders - Variable in class io.netty.handler.proxy.HttpProxyHandler
 
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
 
InboundHttp2ToHttpAdapter.ImmediateSendDetector - Interface in io.netty.handler.codec.http2
Allows messages to be sent up the pipeline before the next phase in the HTTP message flow is detected.
InboundHttp2ToHttpAdapterBuilder - Class in io.netty.handler.codec.http2
InboundHttp2ToHttpAdapterBuilder(Http2Connection) - Constructor for class io.netty.handler.codec.http2.InboundHttp2ToHttpAdapterBuilder
Creates a new InboundHttp2ToHttpAdapter builder for the specified Http2Connection.
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 - Variable in class io.netty.channel.embedded.EmbeddedChannel
 
inboundMessages() - Method in class io.netty.channel.embedded.EmbeddedChannel
Returns the Queue which holds all the Objects that were received by this Channel.
inboundMsgMatcher - Variable in class io.netty.handler.codec.MessageToMessageCodec
 
inboundStreamHandler - Variable in class io.netty.handler.codec.http2.Http2MultiplexCodec
Deprecated.
 
inboundStreamHandler - Variable in class io.netty.handler.codec.http2.Http2MultiplexHandler
 
incMessagesRead(int) - Method in class io.netty.channel.DefaultMaxBytesRecvByteBufAllocator.HandleImpl
 
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
 
increase() - Method in class io.netty.channel.epoll.EpollEventArray
Increase the storage of this EpollEventArray.
increaseCapacity() - Method in class io.netty.channel.nio.SelectedSelectionKeySet
 
increaseInitialConnectionWindow(int) - Method in class io.netty.handler.codec.http2.Http2FrameCodec
 
increaseReceivedBytes(boolean, int, int, boolean) - Method in class io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder.ContentLength
 
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() - Method in class io.netty.util.internal.PlatformDependent.AtomicLongCounter
 
INCREMENT - Static variable in class io.netty.handler.codec.memcache.binary.BinaryMemcacheOpcodes
 
INCREMENTAL - io.netty.handler.codec.http2.HpackUtil.IndexType
 
incrementAndGetNextStreamId() - Method in class io.netty.handler.codec.http2.DefaultHttp2Connection.DefaultEndpoint
 
incrementAndGetNextStreamId() - Method in interface io.netty.handler.codec.http2.Http2Connection.Endpoint
Increment and get the next generated stream id this endpoint.
incrementCompressedBytes(int) - Method in class io.netty.handler.codec.http2.DelegatingDecompressorFrameListener.Http2Decompressor
Increment the number of bytes received prior to doing any decompression.
incrementDecompressedBytes(int) - Method in class io.netty.handler.codec.http2.DelegatingDecompressorFrameListener.Http2Decompressor
Increment the number of bytes after the decompression process.
incrementDirect(int) - Method in class io.netty.buffer.UnpooledByteBufAllocator
 
incrementExpectedStreamId(int) - Method in class io.netty.handler.codec.http2.DefaultHttp2Connection.DefaultEndpoint
 
incrementFlowControlWindows(int) - Method in class io.netty.handler.codec.http2.DefaultHttp2LocalFlowController.DefaultState
 
incrementFlowControlWindows(int) - Method in interface io.netty.handler.codec.http2.DefaultHttp2LocalFlowController.FlowState
Increment the windows which are used to determine many bytes have been processed.
incrementHeap(int) - Method in class io.netty.buffer.UnpooledByteBufAllocator
 
incrementInitialStreamWindow(int) - Method in class io.netty.handler.codec.http2.DefaultHttp2LocalFlowController.DefaultState
 
incrementInitialStreamWindow(int) - Method in interface io.netty.handler.codec.http2.DefaultHttp2LocalFlowController.FlowState
Increment the initial window size for this stream.
incrementMemoryCounter(int) - Static method in class io.netty.util.internal.PlatformDependent
 
incrementPendingBytes(int) - Method in class io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController.WritabilityMonitor
Increment the total amount of pending bytes for all streams.
incrementPendingBytes(int, boolean) - Method in class io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController.FlowState
Increments the number of pending bytes for this node and optionally updates the StreamByteDistributor.
incrementPendingIterations() - Method in class io.netty.handler.codec.http2.DefaultHttp2Connection.ActiveStreams
 
incrementPendingOutboundBytes(long) - Method in class io.netty.channel.ChannelOutboundBuffer
Increment the pending bytes which will be written at some point.
incrementPendingOutboundBytes(long) - Method in class io.netty.channel.DefaultChannelPipeline
 
incrementPendingOutboundBytes(long) - Method in class io.netty.channel.PendingBytesTracker.ChannelOutboundBufferPendingBytesTracker
 
incrementPendingOutboundBytes(long) - Method in class io.netty.channel.PendingBytesTracker.DefaultChannelPipelinePendingBytesTracker
 
incrementPendingOutboundBytes(long) - Method in class io.netty.channel.PendingBytesTracker
 
incrementPendingOutboundBytes(long) - Method in class io.netty.channel.PendingBytesTracker.NoopPendingBytesTracker
 
incrementPendingOutboundBytes(long, boolean) - Method in class io.netty.channel.ChannelOutboundBuffer
 
incrementPendingOutboundBytes(long, boolean) - Method in class io.netty.handler.codec.http2.AbstractHttp2StreamChannel
 
incrementPinnedMemory(int) - Method in class io.netty.buffer.PoolChunk
 
INCREMENTQ - Static variable in class io.netty.handler.codec.memcache.binary.BinaryMemcacheOpcodes
 
incrementReadableBytes(int) - Method in class io.netty.channel.AbstractCoalescingBufferQueue
 
incrementStreamWindow(int) - Method in class io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController.FlowState
Increments the flow control window for this stream by the given delta and returns the new value.
incrementWindowSize(DefaultHttp2RemoteFlowController.FlowState, int) - Method in class io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController.ListenerWritabilityMonitor
 
incrementWindowSize(DefaultHttp2RemoteFlowController.FlowState, int) - Method in class io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController.WritabilityMonitor
Increment the window size for a particular stream.
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 class io.netty.handler.codec.http2.DelegatingDecompressorFrameListener.ConsumedBytesConverter
 
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.
incSmallAllocation() - Method in class io.netty.buffer.PoolArena
 
incWaiters() - Method in class io.netty.util.concurrent.DefaultPromise
 
index - Variable in class io.netty.buffer.CompositeByteBuf.CompositeByteBufIterator
 
index - Variable in class io.netty.buffer.FixedCompositeByteBuf.Component
 
index - Variable in class io.netty.channel.AdaptiveRecvByteBufAllocator.HandleImpl
 
index - Variable in class io.netty.handler.codec.http2.DefaultHttp2Connection.DefaultPropertyKey
 
index - Variable in class io.netty.handler.codec.http2.HpackStaticTable.HeaderIndex
 
index - Variable in class io.netty.handler.codec.http2.HpackStaticTable.HeaderNameIndex
 
index - Variable in class io.netty.util.concurrent.FastThreadLocal
 
index - Variable in class io.netty.util.internal.DefaultPriorityQueue.PriorityQueueIterator
 
index(int) - Method in class io.netty.handler.codec.DefaultHeaders
 
index(long) - Method in class io.netty.buffer.LongLongHashMap
 
INDEX_DECREMENT - Static variable in class io.netty.channel.AdaptiveRecvByteBufAllocator
 
INDEX_HEADER_ILLEGAL_INDEX_VALUE - Static variable in class io.netty.handler.codec.http2.HpackDecoder
 
INDEX_IDX - Static variable in class io.netty.buffer.SizeClasses
 
INDEX_INCREMENT - Static variable in class io.netty.channel.AdaptiveRecvByteBufAllocator
 
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).
INDEXED_VARIABLE_TABLE_INITIAL_SIZE - Static variable in class io.netty.util.internal.InternalThreadLocalMap
 
indexedVariable(int) - Method in class io.netty.util.internal.InternalThreadLocalMap
 
indexedVariables - Variable in class io.netty.util.internal.InternalThreadLocalMap
IndexNotOfProcessor(byte) - Constructor for class io.netty.util.ByteProcessor.IndexNotOfProcessor
 
indexOf(byte) - Method in class io.netty.util.collection.ByteObjectHashMap
Locates the index for the given key.
indexOf(char) - Method in class io.netty.util.collection.CharObjectHashMap
Locates the index for the given key.
indexOf(char, int) - Method in class io.netty.util.AsciiString
Searches in this string for the index of the specified char ch.
indexOf(int) - Method in class io.netty.util.collection.IntObjectHashMap
Locates the index for the given key.
indexOf(int, int, byte) - Method in class io.netty.buffer.AbstractByteBuf
 
indexOf(int, int, byte) - Method in class io.netty.buffer.AdvancedLeakAwareByteBuf
 
indexOf(int, int, byte) - Method in class io.netty.buffer.AdvancedLeakAwareCompositeByteBuf
 
indexOf(int, int, byte) - Method in class io.netty.buffer.ByteBuf
Locates the first occurrence of the specified value in 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(int, int, byte) - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
indexOf(int, int, byte) - Method in class io.netty.handler.codec.ReplayingDecoderByteBuf
 
indexOf(long) - Method in class io.netty.util.collection.LongObjectHashMap
Locates the index for the given key.
indexOf(short) - Method in class io.netty.util.collection.ShortObjectHashMap
Locates the index for the given key.
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(ByteBuf, ByteBuf) - Static method in class io.netty.handler.codec.DelimiterBasedFrameDecoder
Returns the number of bytes between the readerIndex of the haystack and the first needle found in the 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 CharSequence that 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.
indexOfFirstNonOwsChar(CharSequence, int) - Static method in class io.netty.util.internal.StringUtil
 
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.
indexOfLastNonOwsChar(CharSequence, int, int) - Static method in class io.netty.util.internal.StringUtil
 
indexOfNonWhiteSpace(CharSequence, int) - Static method in class io.netty.util.internal.StringUtil
Find the index of the first non-white space character in s starting at offset.
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 s starting at offset.
indexToFront(int) - Method in class io.netty.handler.codec.compression.Bzip2MoveToFrontTable
Gets the value from a given index and moves it to the front of the MTF list (inverse Move To Front transform).
IndexType() - Constructor for enum io.netty.handler.codec.http2.HpackUtil.IndexType
 
individualReadMax - Variable in class io.netty.channel.DefaultMaxBytesRecvByteBufAllocator.HandleImpl
 
INET_ANY - Static variable in class io.netty.channel.epoll.LinuxSocket
 
inet4Entries - Variable in class io.netty.resolver.DefaultHostsFileEntriesResolver
 
inet4Entries - Variable in class io.netty.resolver.HostsFileEntries
 
inet4Entries() - Method in class io.netty.resolver.HostsFileEntries
The IPv4 entries
INET6_ANY - Static variable in class io.netty.channel.epoll.LinuxSocket
 
inet6Entries - Variable in class io.netty.resolver.DefaultHostsFileEntriesResolver
 
inet6Entries - Variable in class io.netty.resolver.HostsFileEntries
 
inet6Entries() - Method in class io.netty.resolver.HostsFileEntries
The IPv6 entries
inetAddress(int) - Static method in class io.netty.channel.epoll.LinuxSocket
 
InetNameResolver - Class in io.netty.resolver
A skeletal NameResolver implementation that resolves InetAddress.
InetNameResolver(EventExecutor) - Constructor for class io.netty.resolver.InetNameResolver
 
InetSocketAddressResolver - Class in io.netty.resolver
A AbstractAddressResolver that resolves InetSocketAddress.
InetSocketAddressResolver(EventExecutor, NameResolver<InetAddress>) - Constructor for class io.netty.resolver.InetSocketAddressResolver
 
inEventLoop() - Method in class io.netty.channel.embedded.EmbeddedEventLoop
 
inEventLoop() - Method in class io.netty.util.concurrent.AbstractEventExecutor
 
inEventLoop() - Method in interface io.netty.util.concurrent.EventExecutor
Calls EventExecutor.inEventLoop(Thread) with Thread.currentThread() as argument
inEventLoop() - Method in class io.netty.util.concurrent.ImmediateEventExecutor
 
inEventLoop() - Method in class io.netty.util.concurrent.UnorderedThreadPoolEventExecutor
 
inEventLoop(Thread) - Method in class io.netty.channel.embedded.EmbeddedEventLoop
 
inEventLoop(Thread) - Method in interface io.netty.util.concurrent.EventExecutor
Return true if the given Thread is executed in the event loop, false otherwise.
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.NonStickyEventExecutorGroup.NonStickyOrderedEventExecutor
 
inEventLoop(Thread) - Method in class io.netty.util.concurrent.SingleThreadEventExecutor
 
inEventLoop(Thread) - Method in class io.netty.util.concurrent.UnorderedThreadPoolEventExecutor
 
inEventLoop(Executor) - Static method in class io.netty.handler.ssl.SslHandler
 
inFail - Variable in class io.netty.channel.ChannelOutboundBuffer
 
inflater - Variable in class io.netty.handler.codec.compression.JdkZlibDecoder
 
inflaterException(Inflater, String, int) - Static method in class io.netty.handler.codec.compression.ZlibUtil
 
inflightLookups - Variable in class io.netty.resolver.dns.DnsNameResolver
 
InflightNameResolver<T> - Class in io.netty.resolver.dns
 
InflightNameResolver(EventExecutor, NameResolver<T>, ConcurrentMap<String, Promise<T>>, ConcurrentMap<String, Promise<List<T>>>) - Constructor for class io.netty.resolver.dns.InflightNameResolver
 
inFlush0 - Variable in class io.netty.channel.AbstractChannel.AbstractUnsafe
 
info - Variable in class io.netty.channel.epoll.EpollTcpInfo
 
info(String) - Method in class io.netty.util.internal.logging.CommonsLogger
Deprecated.
Delegates to the Log.debug(Object) method of the underlying Log instance.
info(String) - Method in interface io.netty.util.internal.logging.InternalLogger
Log a message at the INFO level.
info(String) - Method in class io.netty.util.internal.logging.JdkLogger
Log a message object at the INFO level.
info(String) - Method in class io.netty.util.internal.logging.LocationAwareSlf4JLogger
 
info(String) - Method in class io.netty.util.internal.logging.Log4JLogger
Log a message object at the INFO level.
info(String) - Method in class io.netty.util.internal.logging.Slf4JLogger
 
info(String, Object) - Method in class io.netty.util.internal.logging.CommonsLogger
Deprecated.
Delegates to the Log.info(Object) method of the underlying Log instance.
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 class io.netty.util.internal.logging.JdkLogger
Log a message at level INFO according to the specified format and argument.
info(String, Object) - Method in class io.netty.util.internal.logging.LocationAwareSlf4JLogger
 
info(String, Object) - Method in class io.netty.util.internal.logging.Log4JLogger
Log a message at level INFO according to the specified format and argument.
info(String, Object) - Method in class io.netty.util.internal.logging.Slf4JLogger
 
info(String, Object...) - Method in class io.netty.util.internal.logging.CommonsLogger
Deprecated.
Delegates to the Log.info(Object) method of the underlying Log instance.
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...) - Method in class io.netty.util.internal.logging.JdkLogger
Log a message at level INFO according to the specified format and arguments.
info(String, Object...) - Method in class io.netty.util.internal.logging.LocationAwareSlf4JLogger
 
info(String, Object...) - Method in class io.netty.util.internal.logging.Log4JLogger
Log a message at level INFO according to the specified format and arguments.
info(String, Object...) - Method in class io.netty.util.internal.logging.Slf4JLogger
 
info(String, Object, Object) - Method in class io.netty.util.internal.logging.CommonsLogger
Deprecated.
Delegates to the Log.info(Object) method of the underlying Log instance.
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, Object, Object) - Method in class io.netty.util.internal.logging.JdkLogger
Log a message at the INFO level according to the specified format and arguments.
info(String, Object, Object) - Method in class io.netty.util.internal.logging.LocationAwareSlf4JLogger
 
info(String, Object, Object) - Method in class io.netty.util.internal.logging.Log4JLogger
Log a message at the INFO level according to the specified format and arguments.
info(String, Object, Object) - Method in class io.netty.util.internal.logging.Slf4JLogger
 
info(String, Throwable) - Method in class io.netty.util.internal.logging.CommonsLogger
Deprecated.
Delegates to the Log.info(Object, Throwable) method of the underlying Log instance.
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(String, Throwable) - Method in class io.netty.util.internal.logging.JdkLogger
Log an exception (throwable) at the INFO level with an accompanying message.
info(String, Throwable) - Method in class io.netty.util.internal.logging.LocationAwareSlf4JLogger
 
info(String, Throwable) - Method in class io.netty.util.internal.logging.Log4JLogger
Log an exception (throwable) at the INFO level with an accompanying message.
info(String, Throwable) - Method in class io.netty.util.internal.logging.Slf4JLogger
 
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(Throwable) - Method in class io.netty.util.internal.logging.Log4J2Logger
 
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.AbstractTrafficShapingHandler
Method overridden in GTSH to take into account specific timer for the channel.
informReadOperation(ChannelHandlerContext, long) - Method in class io.netty.handler.traffic.GlobalChannelTrafficShapingHandler
 
informReadOperation(ChannelHandlerContext, long) - Method in class io.netty.handler.traffic.GlobalTrafficShapingHandler
 
init() - Method in class io.netty.handler.ssl.JdkSslContext.Defaults
 
init(long) - Method in class io.netty.handler.traffic.TrafficCounter
 
init(long, int, int, InetSocketAddress) - Method in class io.netty.channel.epoll.NativeDatagramPacketArray.NativeDatagramPacket
 
init(AbstractByteBuf, ByteBuf, int, int, int) - Method in class io.netty.buffer.AbstractPooledDerivedByteBuf
 
init(PoolChunk<ByteBuffer>, ByteBuffer, long, int, int, int, PoolThreadCache) - Method in class io.netty.buffer.PooledUnsafeDirectByteBuf
 
init(PoolChunk<T>, ByteBuffer, long, int, int, int, PoolThreadCache) - Method in class io.netty.buffer.PooledByteBuf
 
init(AbstractChannelHandlerContext.WriteTask, AbstractChannelHandlerContext, Object, ChannelPromise, boolean) - Static method in class io.netty.channel.AbstractChannelHandlerContext.WriteTask
 
init(Channel) - Method in class io.netty.bootstrap.AbstractBootstrap
 
init(Channel) - Method in class io.netty.bootstrap.Bootstrap
 
init(Channel) - Method in class io.netty.bootstrap.ServerBootstrap
 
init(Channel) - Method in class io.netty.handler.codec.http2.Http2StreamChannelBootstrap
 
init(SimpleKeyManagerFactory) - Method in class io.netty.handler.ssl.util.SimpleKeyManagerFactory.SimpleKeyManagerFactorySpi
 
init(SimpleTrustManagerFactory) - Method in class io.netty.handler.ssl.util.SimpleTrustManagerFactory.SimpleTrustManagerFactorySpi
 
init(I, O) - Method in class io.netty.channel.CombinedChannelDuplexHandler
Initialized this handler with the specified handlers.
INIT - io.netty.handler.codec.compression.Bzip2Decoder.State
 
INIT - io.netty.handler.codec.compression.Bzip2Encoder.State
 
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
 
INIT - io.netty.handler.pcap.State
The handler is not active.
INIT - Static variable in class io.netty.channel.AbstractChannelHandlerContext
INIT_BLOCK - io.netty.handler.codec.compression.Bzip2Decoder.State
 
INIT_BLOCK - io.netty.handler.codec.compression.Bzip2Encoder.State
 
INIT_BLOCK - io.netty.handler.codec.compression.FastLzFrameDecoder.State
 
INIT_BLOCK_PARAMS - io.netty.handler.codec.compression.Bzip2Decoder.State
 
INIT_BLOCK_PARAMS - io.netty.handler.codec.compression.FastLzFrameDecoder.State
 
INIT_REQUEST_NO_AUTH - Static variable in class io.netty.handler.proxy.Socks5ProxyHandler
 
INIT_REQUEST_PASSWORD - Static variable in class io.netty.handler.proxy.Socks5ProxyHandler
 
init0(PoolChunk<T>, ByteBuffer, long, int, int, int, PoolThreadCache) - Method in class io.netty.buffer.PooledByteBuf
 
initAndRegister() - Method in class io.netty.bootstrap.AbstractBootstrap
 
initBuf(PoolChunk<T>, ByteBuffer, long, PooledByteBuf<T>, int, PoolThreadCache) - Method in class io.netty.buffer.PoolThreadCache.MemoryRegionCache
Init the PooledByteBuf using the provided chunk and handle with the capacity restrictions.
initBuf(PoolChunk<T>, ByteBuffer, long, PooledByteBuf<T>, int, PoolThreadCache) - Method in class io.netty.buffer.PoolThreadCache.NormalMemoryRegionCache
 
initBuf(PoolChunk<T>, ByteBuffer, long, PooledByteBuf<T>, int, PoolThreadCache) - Method in class io.netty.buffer.PoolThreadCache.SubPageMemoryRegionCache
 
initBuf(PooledByteBuf<T>, ByteBuffer, long, int, PoolThreadCache) - Method in class io.netty.buffer.PoolChunk
 
initBufWithSubpage(PooledByteBuf<T>, ByteBuffer, long, int, PoolThreadCache) - Method in class io.netty.buffer.PoolChunk
 
initCause(Throwable) - Method in error io.netty.util.Signal
 
initCerts(byte[][], int) - Method in class io.netty.handler.ssl.ReferenceCountedOpenSslEngine.DefaultOpenSslSession
 
initChannel(C) - Method in class io.netty.channel.ChannelInitializer
This method will be called once the Channel was registered.
initChannel(ChannelHandlerContext) - Method in class io.netty.channel.ChannelInitializer
 
initChannel(SocketChannel) - Method in class io.netty.handler.ssl.ocsp.OcspClient.Initializer
 
initChildren() - Method in class io.netty.handler.codec.http2.WeightedFairQueueByteDistributor.State
 
initChildrenIfEmpty() - Method in class io.netty.handler.codec.http2.WeightedFairQueueByteDistributor.State
 
initCookie(String, int, int, int, int) - Method in class io.netty.handler.codec.http.cookie.CookieDecoder
 
initCookie(String, String) - Method in class io.netty.handler.codec.http.CookieDecoder
Deprecated.
 
initDataMultipart() - Method in class io.netty.handler.codec.http.multipart.HttpPostRequestEncoder
Init the delimiter for Global Part (Data).
initDecoding(byte) - Method in class io.netty.handler.codec.json.JsonObjectDecoder
 
initDecompressor(ChannelHandlerContext, int, Http2Headers, boolean) - Method in class io.netty.handler.codec.http2.DelegatingDecompressorFrameListener
Checks if a new decompressor object is needed for the stream identified by streamId.
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.
initHandshakeException(Throwable) - Method in class io.netty.handler.ssl.ReferenceCountedOpenSslEngine
Should be called if the handshake will be failed due a callback that throws an exception.
initial - Variable in class io.netty.channel.AdaptiveRecvByteBufAllocator
 
INITIAL_CHILDREN_MAP_SIZE - Static variable in class io.netty.handler.codec.http2.WeightedFairQueueByteDistributor
The initial size of the children map is chosen to be conservative on initial memory allocations under the assumption that most streams will have a small number of children.
initialBytesToStrip - Variable in class io.netty.handler.codec.LengthFieldBasedFrameDecoder
 
initialCloseCause - Variable in class io.netty.channel.AbstractChannel
 
initialFlowControlledBytes - Variable in class io.netty.handler.codec.http2.DefaultHttp2DataFrame
 
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.
initialFlowControlWindowSize - Variable in class io.netty.handler.codec.http2.Http2FrameCodec
 
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.
initialiseInverseBWT() - Method in class io.netty.handler.codec.compression.Bzip2BlockDecompressor
Set up the Inverse Burrows-Wheeler Transform merged pointer array.
initialize() - Static method in class io.netty.channel.unix.Socket
 
initialize(ChannelHandlerContext) - Method in class io.netty.handler.timeout.IdleStateHandler
 
initialize(InternalThreadLocalMap) - Method in class io.netty.util.concurrent.FastThreadLocal
 
initialized - Variable in class io.netty.util.internal.ThreadLocalRandom
Initialization flag to permit calls to setSeed to succeed only while executing the Random constructor.
initializeIfNecessary(ChannelHandlerContext) - Method in class io.netty.handler.pcap.PcapWriteHandler
 
initializeNewStream(ChannelHandlerContext, Http2FrameCodec.DefaultHttp2FrameStream, ChannelPromise) - Method in class io.netty.handler.codec.http2.Http2FrameCodec
 
Initializer(Promise<OCSPResp>) - Constructor for class io.netty.handler.ssl.ocsp.OcspClient.Initializer
 
initializeTcNative(String) - Static method in class io.netty.handler.ssl.OpenSsl
 
initialLineLength - Variable in class io.netty.handler.codec.http.HttpMessageDecoderResult
 
initialLineLength() - Method in class io.netty.handler.codec.http.HttpMessageDecoderResult
The decoded initial line length (in bytes), as controlled by maxInitialLineLength.
initialNanoTime() - Static method in class io.netty.util.concurrent.AbstractScheduledEventExecutor
The initial value used for delay and computations based upon a monatomic time source.
initialReceiveWindowSize - Variable in class io.netty.handler.codec.spdy.SpdySessionHandler
 
initialSeedUniquifier - Static variable in class io.netty.util.internal.ThreadLocalRandom
 
initialSendWindowSize - Variable in class io.netty.handler.codec.spdy.SpdySessionHandler
 
initialSessionReceiveWindowSize - Variable in class io.netty.handler.codec.spdy.SpdySessionHandler
 
initialSettings - Variable in class io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
 
initialSettings - Variable in class io.netty.handler.codec.http2.Http2ConnectionHandler
 
initialSettings() - Method in class io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
Sets the Http2Settings to 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 Http2Settings to 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
 
initialStreamWindowSize - Variable in class io.netty.handler.codec.http2.DefaultHttp2LocalFlowController.DefaultState
This is what is used to determine how many bytes need to be returned relative to DefaultHttp2LocalFlowController.DefaultState.processedWindow.
initialValue() - Method in class io.netty.buffer.PooledByteBufAllocator.PoolThreadLocalCache
 
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 - Variable in class io.netty.handler.codec.http2.DefaultHttp2LocalFlowController
 
initialWindowSize - Variable in class io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController
 
initialWindowSize() - Method in class io.netty.handler.codec.http2.DefaultHttp2LocalFlowController.DefaultState
 
initialWindowSize() - Method in interface io.netty.handler.codec.http2.DefaultHttp2LocalFlowController.FlowState
 
initialWindowSize() - Method in class io.netty.handler.codec.http2.DefaultHttp2LocalFlowController
 
initialWindowSize() - Method in class io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController
 
initialWindowSize() - Method in class io.netty.handler.codec.http2.DelegatingDecompressorFrameListener.ConsumedBytesConverter
 
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_SIZE value.
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 class io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController.ListenerWritabilityMonitor
 
initialWindowSize(int) - Method in class io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController.WritabilityMonitor
 
initialWindowSize(int) - Method in class io.netty.handler.codec.http2.DelegatingDecompressorFrameListener.ConsumedBytesConverter
 
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_SIZE value.
initialWindowSize(Http2Stream) - Method in class io.netty.handler.codec.http2.DefaultHttp2LocalFlowController
 
initialWindowSize(Http2Stream) - Method in class io.netty.handler.codec.http2.DelegatingDecompressorFrameListener.ConsumedBytesConverter
 
initialWindowSize(Http2Stream) - Method in interface io.netty.handler.codec.http2.Http2LocalFlowController
Get the initial flow control window size for the given stream.
initiatorAddr - Variable in class io.netty.handler.pcap.PcapWriteHandler.Builder
 
initiatorAddr - Variable in class io.netty.handler.pcap.PcapWriteHandler
Address of the initiator of the connection
initLength(int) - Method in class io.netty.buffer.AbstractUnpooledSlicedByteBuf
Called by the constructor before AbstractByteBuf.writerIndex(int).
initLength(int) - Method in class io.netty.buffer.SlicedByteBuf
Deprecated.
 
initMap - Variable in class io.netty.channel.ChannelInitializer
 
initMemoryAddress() - Method in class io.netty.buffer.PooledUnsafeDirectByteBuf
 
initMixedMultipart() - Method in class io.netty.handler.codec.http.multipart.HttpPostRequestEncoder
Init the delimiter for Mixed Part (Mixed).
initOutputChanged(ChannelHandlerContext) - Method in class io.netty.handler.timeout.IdleStateHandler
 
initUnpooled(PoolChunk<ByteBuffer>, int) - Method in class io.netty.buffer.PooledUnsafeDirectByteBuf
 
initUnpooled(PoolChunk<T>, int) - Method in class io.netty.buffer.PooledByteBuf
 
inline - Variable in enum io.netty.handler.codec.redis.RedisMessageType
 
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 InlineCommandRedisMessage for the given content.
input - Variable in class io.netty.handler.codec.http.HttpChunkedInput
 
input - Variable in class io.netty.handler.codec.http.websocketx.WebSocketChunkedInput
 
input - Variable in class io.netty.handler.codec.http2.Http2DataChunkedInput
 
inputClosedSeenErrorOnRead - Variable in class io.netty.channel.epoll.AbstractEpollChannel
 
inputClosedSeenErrorOnRead - Variable in class io.netty.channel.kqueue.AbstractKQueueChannel
 
inputClosedSeenErrorOnRead - Variable in class io.netty.channel.nio.AbstractNioByteChannel
 
inputShutdown - Variable in class io.netty.channel.nio.AbstractNioMessageChannel
 
inputShutdown(int) - Static method in class io.netty.channel.unix.FileDescriptor
 
inRangeEndExclusive(int, int, int) - Static method in class io.netty.util.NetUtil
Does a range check on value if is within start (inclusive) and end (exclusive).
InsecureTrustManagerFactory - Class in io.netty.handler.ssl.util
An insecure TrustManagerFactory that trusts all X.509 certificates without any verification.
InsecureTrustManagerFactory() - Constructor for class io.netty.handler.ssl.util.InsecureTrustManagerFactory
 
insert(int, Object) - Method in class io.netty.handler.codec.CodecOutputList
 
insertAvailRun(int, int, long) - Method in class io.netty.buffer.PoolChunk
 
insertAvailRun0(int, long) - Method in class io.netty.buffer.PoolChunk
 
insertHeader(HpackDecoder.Http2HeadersSink, AsciiString, AsciiString, HpackUtil.IndexType) - Method in class io.netty.handler.codec.http2.HpackDecoder
 
INSERTIONSORT_THRESHOLD - Static variable in class io.netty.handler.codec.compression.Bzip2DivSufSort
 
insertRandomCharacters(String) - Static method in class io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker00
 
insertSinceRecycled - Variable in class io.netty.handler.codec.CodecOutputList
 
insertSinceRecycled - Variable in class io.netty.util.internal.RecyclableArrayList
 
insertSinceRecycled() - Method in class io.netty.handler.codec.CodecOutputList
Returns true if any elements where added or set.
insertSinceRecycled() - Method in class io.netty.util.internal.RecyclableArrayList
Returns true if any elements where added or set.
insertSpaces(String, int) - Static method in class io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker00
 
insideString - Variable in class io.netty.handler.codec.json.JsonObjectDecoder
 
instance() - Static method in class io.netty.handler.codec.http.EmptyHttpHeaders
Deprecated.
Use EmptyHttpHeaders.INSTANCE

This is needed to break a cyclic static initialization loop between HttpHeaders and EmptyHttpHeaders.

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.DefaultSelectStrategy
 
INSTANCE - Static variable in class io.netty.channel.DefaultSelectStrategyFactory
 
INSTANCE - Static variable in class io.netty.channel.embedded.EmbeddedChannelId
 
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.cors.CorsConfigBuilder.DateValueGenerator
 
INSTANCE - Static variable in class io.netty.handler.codec.http.DefaultHttpHeaders.HeaderValueConverter
 
INSTANCE - Static variable in class io.netty.handler.codec.http.DefaultHttpHeaders.HeaderValueValidator
 
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.multipart.CaseIgnoringComparator
 
INSTANCE - Static variable in class io.netty.handler.codec.http.websocketx.extensions.compression.WebSocketClientCompressionHandler
 
INSTANCE - Static variable in class io.netty.handler.codec.http2.AbstractHttp2StreamChannel.FlowControlledFrameSizeEstimator
 
INSTANCE - Static variable in class io.netty.handler.codec.http2.CleartextHttp2ServerUpgradeHandler.PriorKnowledgeUpgradeEvent
 
INSTANCE - Static variable in class io.netty.handler.codec.http2.EmptyHttp2Headers
 
INSTANCE - Static variable in class io.netty.handler.codec.http2.Http2ConnectionPrefaceAndSettingsFrameWrittenEvent
 
INSTANCE - Static variable in interface io.netty.handler.codec.http2.Http2SettingsAckFrame
 
INSTANCE - Static variable in class io.netty.handler.codec.http2.WeightedFairQueueByteDistributor.StateOnlyComparator
 
INSTANCE - Static variable in class io.netty.handler.codec.http2.WeightedFairQueueByteDistributor.StatePseudoTimeComparator
 
INSTANCE - Static variable in class io.netty.handler.codec.mqtt.MqttEncoder
 
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.spdy.DefaultSpdyHeaders.HeaderValueConverterAndValidator
 
INSTANCE - Static variable in class io.netty.handler.codec.UnsupportedValueConverter
 
INSTANCE - Static variable in class io.netty.handler.ipfilter.IpSubnetFilterRuleComparator
 
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.JdkDefaultApplicationProtocolNegotiator
 
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 class io.netty.handler.ssl.util.ThreadLocalInsecureRandom
 
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.NoopDnsQueryLifecycleObserver
 
INSTANCE - Static variable in class io.netty.resolver.dns.NoopDnsQueryLifecycleObserverFactory
 
INSTANCE - Static variable in class io.netty.resolver.HostsFileEntriesProvider.ParserImpl
 
INSTANCE - Static variable in class io.netty.resolver.NoopAddressResolverGroup
 
INSTANCE - Static variable in class io.netty.util.AsciiString.AsciiCaseInsensitiveCharEqualityComparator
 
INSTANCE - Static variable in class io.netty.util.AsciiString.DefaultCharEqualityComparator
 
INSTANCE - Static variable in class io.netty.util.AsciiString.GeneralCaseInsensitiveCharEqualityComparator
 
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.EmptyPriorityQueue
 
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_COUNT_LIMIT - Static variable in class io.netty.util.HashedWheelTimer
 
INSTANCE_COUNTER - Static variable in class io.netty.util.HashedWheelTimer
 
INSTANCE_DEFAULTING_TO_SUPPORTED_CIPHERS - Static variable in class io.netty.handler.ssl.IdentityCipherSuiteFilter
Defaults to supported ciphers when provided ciphers are null
INSTANCE_WITH_NOP_CHECK - Static variable in class io.netty.util.internal.logging.Slf4JLoggerFactory.NopInstanceHolder
 
InstanceInitializer() - Constructor for class io.netty.handler.codec.http.EmptyHttpHeaders.InstanceInitializer
Deprecated.
 
InstanceMatcher(Channel) - Constructor for class io.netty.channel.group.ChannelMatchers.InstanceMatcher
 
INSTANCES - Static variable in class io.netty.handler.codec.DateFormatter
 
InstrumentedUnpooledDirectByteBuf(UnpooledByteBufAllocator, int, int) - Constructor for class io.netty.buffer.UnpooledByteBufAllocator.InstrumentedUnpooledDirectByteBuf
 
InstrumentedUnpooledHeapByteBuf(UnpooledByteBufAllocator, int, int) - Constructor for class io.netty.buffer.UnpooledByteBufAllocator.InstrumentedUnpooledHeapByteBuf
 
InstrumentedUnpooledUnsafeDirectByteBuf(UnpooledByteBufAllocator, int, int) - Constructor for class io.netty.buffer.UnpooledByteBufAllocator.InstrumentedUnpooledUnsafeDirectByteBuf
 
InstrumentedUnpooledUnsafeHeapByteBuf(UnpooledByteBufAllocator, int, int) - Constructor for class io.netty.buffer.UnpooledByteBufAllocator.InstrumentedUnpooledUnsafeHeapByteBuf
 
InstrumentedUnpooledUnsafeNoCleanerDirectByteBuf(UnpooledByteBufAllocator, int, int) - Constructor for class io.netty.buffer.UnpooledByteBufAllocator.InstrumentedUnpooledUnsafeNoCleanerDirectByteBuf
 
INSUFFICIENT_STORAGE - Static variable in class io.netty.handler.codec.http.HttpResponseStatus
507 Insufficient Storage (WebDAV, RFC4918)
INT_ARRAY_BASE_OFFSET - Static variable in class io.netty.util.internal.PlatformDependent0
 
INT_ARRAY_INDEX_SCALE - Static variable in class io.netty.util.internal.PlatformDependent0
 
INT_FIELD_LENGTH - Static variable in class io.netty.handler.codec.http2.Http2CodecUtil
 
INT_TO_ENUM_MAP - Static variable in enum io.netty.handler.codec.http2.Http2Error
 
INT_ZERO - Static variable in class io.netty.util.internal.ObjectUtil
 
intArrayAppend(StringBuilder, int[]) - Static method in class io.netty.util.internal.logging.MessageFormatter
 
IntCollections - Class in io.netty.util.collection
Utilities for int-based primitive collections.
IntCollections() - Constructor for class io.netty.util.collection.IntCollections
 
IntCollections.EmptyMap - Class in io.netty.util.collection
An empty map.
IntCollections.UnmodifiableMap<V> - Class in io.netty.util.collection
An unmodifiable wrapper around a IntObjectMap.
IntCollections.UnmodifiableMap.EntryImpl - Class in io.netty.util.collection
Unmodifiable wrapper for an entry.
IntCollections.UnmodifiableMap.IteratorImpl - Class in io.netty.util.collection
Unmodifiable wrapper for an iterator.
INTEGER - io.netty.handler.codec.redis.RedisMessageType
 
INTEGER_SIZE_MINUS_ONE - Static variable in class io.netty.buffer.PoolThreadCache
 
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 IntegerRedisMessage for the given content.
IntegerUnixChannelOption - Class in io.netty.channel.unix
A GenericUnixChannelOption which uses an Integer as optval.
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.
interfaceIndex(InetAddress) - Static method in class io.netty.channel.epoll.LinuxSocket
 
interfaceIndex(NetworkInterface) - Static method in class io.netty.channel.epoll.LinuxSocket
 
interim - Variable in class io.netty.handler.codec.stomp.StompSubframeDecoder.Utf8LineParser
 
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.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
INTERNAL_UNSAFE - Static variable in class io.netty.util.internal.PlatformDependent0
 
InternalAttribute - Class in io.netty.handler.codec.http.multipart
This Attribute is only for Encoder use to insert special command between object if needed (like Multipart Mixed mode)
InternalAttribute - io.netty.handler.codec.http.multipart.InterfaceHttpData.HttpDataType
 
InternalAttribute(Charset) - Constructor for class io.netty.handler.codec.http.multipart.InternalAttribute
 
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 ByteBuf on the specified index.
internalComponent(int) - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
internalComponentAtOffset(int) - Method in class io.netty.buffer.CompositeByteBuf
Return the internal ByteBuf on the specified offset.
internalComponentAtOffset(int) - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
internalFrameListener - Variable in class io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder
 
internalLevel - Variable in class io.netty.handler.logging.LoggingHandler
 
internalLevel - Variable in enum io.netty.handler.logging.LogLevel
 
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 InternalLogger or 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 InternalLogger can log at.
InternalLogLevel() - Constructor for enum io.netty.util.internal.logging.InternalLogLevel
 
internalNioBuffer() - Method in class io.netty.buffer.PooledByteBuf
 
internalNioBuffer() - Method in class io.netty.buffer.ReadOnlyByteBufferBuf
 
internalNioBuffer() - Method in class io.netty.buffer.UnpooledDirectByteBuf
 
internalNioBuffer() - Method in class io.netty.buffer.UnpooledHeapByteBuf
 
internalNioBuffer(int, int) - Method in class io.netty.buffer.AbstractDerivedByteBuf
Deprecated.
 
internalNioBuffer(int, int) - Method in class io.netty.buffer.AbstractPooledDerivedByteBuf
 
internalNioBuffer(int, int) - Method in class io.netty.buffer.AdvancedLeakAwareByteBuf
 
internalNioBuffer(int, int) - Method in class io.netty.buffer.AdvancedLeakAwareCompositeByteBuf
 
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.Component
 
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.FixedCompositeByteBuf
 
internalNioBuffer(int, int) - Method in class io.netty.buffer.PooledByteBuf
 
internalNioBuffer(int, int) - Method in class io.netty.buffer.ReadOnlyByteBufferBuf
 
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
 
internalNioBuffer(int, int) - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
internalNioBuffer(int, int) - Method in class io.netty.handler.codec.ReplayingDecoderByteBuf
 
internalResolve(String, Promise<List<T>>) - Method in class io.netty.resolver.dns.DnsResolveContext
 
InternalThreadLocalMap - Class in io.netty.util.internal
The internal data structure that stores the thread-local variables for Netty and all FastThreadLocals.
InternalThreadLocalMap() - Constructor for class io.netty.util.internal.InternalThreadLocalMap
 
InternetProtocolFamily - Enum in io.netty.channel.socket
Internet Protocol (IP) families used byte the DatagramChannel
InternetProtocolFamily(Class<? extends InetAddress>, int) - Constructor for enum io.netty.channel.socket.InternetProtocolFamily
 
interrupted - Variable in class io.netty.util.concurrent.SingleThreadEventExecutor
 
interruptThread() - Method in class io.netty.util.concurrent.SingleThreadEventExecutor
Interrupt the current running Thread.
interval - Variable in class io.netty.util.Recycler
 
IntObjectHashMap<V> - Class in io.netty.util.collection
A hash map implementation of IntObjectMap that 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
 
IntObjectHashMap.EntrySet - Class in io.netty.util.collection
Set implementation for iterating over the entries of the map.
IntObjectHashMap.KeySet - Class in io.netty.util.collection
Set implementation for iterating over the keys.
IntObjectHashMap.MapEntry - Class in io.netty.util.collection
A single entry in the map.
IntObjectHashMap.MapIterator - Class in io.netty.util.collection
Iterator used by the Map interface.
IntObjectHashMap.PrimitiveIterator - Class in io.netty.util.collection
Iterator over primitive entries.
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()
IntPriorityQueue - Class in io.netty.buffer
Internal primitive priority queue, used by PoolChunk.
IntPriorityQueue() - Constructor for class io.netty.buffer.IntPriorityQueue
 
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 - Variable in class io.netty.handler.codec.dns.DnsRecordType
 
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.
inUnwrap - Variable in class io.netty.handler.ssl.SslHandler.AsyncTaskCompletionHandler
 
inUnwrap - Variable in class io.netty.handler.ssl.SslHandler.SslTasksRunner
 
INUSED_BIT_LENGTH - Static variable in class io.netty.buffer.PoolChunk
 
invalid - Variable in class io.netty.handler.codec.spdy.DefaultSpdyHeadersFrame
 
invalid() - Static method in class io.netty.handler.codec.ProtocolDetectionResult
Returns a ProtocolDetectionResult that signals the data was invalid for the protocol.
INVALID - io.netty.handler.codec.ProtocolDetectionState
The data was invalid.
INVALID - Static variable in class io.netty.handler.codec.ProtocolDetectionResult
 
INVALID_CHUNK - io.netty.handler.codec.stomp.StompSubframeDecoder.State
 
INVALID_CIPHER - Static variable in class io.netty.handler.ssl.SslUtils
 
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_HEADER_BLOCK - Static variable in class io.netty.handler.codec.spdy.SpdyHeaderBlockZlibDecoder
 
INVALID_MAX_DYNAMIC_TABLE_SIZE - Static variable in class io.netty.handler.codec.http2.HpackDecoder
 
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
invalidate() - Method in class io.netty.handler.ssl.ExtendedOpenSslSession
 
invalidate() - Method in class io.netty.handler.ssl.OpenSslSessionCache.NativeSslSession
 
invalidate() - Method in class io.netty.handler.ssl.ReferenceCountedOpenSslEngine.DefaultOpenSslSession
 
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.
invalidChunk(ByteBuf, Exception) - Method in class io.netty.handler.codec.http.HttpObjectDecoder
 
invalidChunk(Exception) - Method in class io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheDecoder
Helper method to create a content chunk indicating a invalid decoding result.
invalidMessage(ByteBuf, Exception) - Method in class io.netty.handler.codec.http.HttpObjectDecoder
 
invalidMessage(Exception) - Method in class io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheDecoder
Helper method to create a message indicating a invalid decoding result.
invalidMessage(Throwable) - Method in class io.netty.handler.codec.mqtt.MqttDecoder
 
invert(ChannelMatcher) - Static method in class io.netty.channel.group.ChannelMatchers
Invert the given ChannelMatcher.
InvertMatcher(ChannelMatcher) - Constructor for class io.netty.channel.group.ChannelMatchers.InvertMatcher
 
INVOKE_CLEANER - Static variable in class io.netty.util.internal.CleanerJava9
 
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.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.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.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
 
invokeBind(SocketAddress, ChannelPromise) - Method in class io.netty.channel.AbstractChannelHandlerContext
 
invokeChannelActive() - Method in class io.netty.channel.AbstractChannelHandlerContext
 
invokeChannelActive(AbstractChannelHandlerContext) - Static method in class io.netty.channel.AbstractChannelHandlerContext
 
invokeChannelInactive() - Method in class io.netty.channel.AbstractChannelHandlerContext
 
invokeChannelInactive(AbstractChannelHandlerContext) - Static method in class io.netty.channel.AbstractChannelHandlerContext
 
invokeChannelRead(AbstractChannelHandlerContext, Object) - Static method in class io.netty.channel.AbstractChannelHandlerContext
 
invokeChannelRead(Object) - Method in class io.netty.channel.AbstractChannelHandlerContext
 
invokeChannelReadComplete() - Method in class io.netty.channel.AbstractChannelHandlerContext
 
invokeChannelReadComplete(AbstractChannelHandlerContext) - Static method in class io.netty.channel.AbstractChannelHandlerContext
 
invokeChannelReadCompleteTask - Variable in class io.netty.channel.AbstractChannelHandlerContext.Tasks
 
invokeChannelRegistered() - Method in class io.netty.channel.AbstractChannelHandlerContext
 
invokeChannelRegistered(AbstractChannelHandlerContext) - Static method in class io.netty.channel.AbstractChannelHandlerContext
 
invokeChannelUnregistered() - Method in class io.netty.channel.AbstractChannelHandlerContext
 
invokeChannelUnregistered(AbstractChannelHandlerContext) - Static method in class io.netty.channel.AbstractChannelHandlerContext
 
invokeChannelUnregistered(NioTask<SelectableChannel>, SelectionKey, Throwable) - Static method in class io.netty.channel.nio.NioEventLoop
 
invokeChannelWritabilityChanged() - Method in class io.netty.channel.AbstractChannelHandlerContext
 
invokeChannelWritabilityChanged(AbstractChannelHandlerContext) - Static method in class io.netty.channel.AbstractChannelHandlerContext
 
invokeChannelWritableStateChangedTask - Variable in class io.netty.channel.AbstractChannelHandlerContext.Tasks
 
invokeClose(ChannelPromise) - Method in class io.netty.channel.AbstractChannelHandlerContext
 
invokeConnect(SocketAddress, SocketAddress, ChannelPromise) - Method in class io.netty.channel.AbstractChannelHandlerContext
 
invokeDeregister(ChannelPromise) - Method in class io.netty.channel.AbstractChannelHandlerContext
 
invokeDisconnect(ChannelPromise) - Method in class io.netty.channel.AbstractChannelHandlerContext
 
invokeExceptionCaught(AbstractChannelHandlerContext, Throwable) - Static method in class io.netty.channel.AbstractChannelHandlerContext
 
invokeExceptionCaught(Throwable) - Method in class io.netty.channel.AbstractChannelHandlerContext
 
invokeFlush() - Method in class io.netty.channel.AbstractChannelHandlerContext
 
invokeFlush0() - Method in class io.netty.channel.AbstractChannelHandlerContext
 
invokeFlushTask - Variable in class io.netty.channel.AbstractChannelHandlerContext.Tasks
 
invokeHandleOversizedMessage(ChannelHandlerContext, S) - Method in class io.netty.handler.codec.MessageAggregator
 
invokeHandler() - Method in class io.netty.channel.AbstractChannelHandlerContext
Makes best possible effort to detect if ChannelHandler.handlerAdded(ChannelHandlerContext) was called yet.
invokeHandlerAddedIfNeeded() - Method in class io.netty.channel.DefaultChannelPipeline
 
invokeLater(Runnable) - Method in class io.netty.channel.AbstractChannel.AbstractUnsafe
 
invokeLater(Runnable) - Method in class io.netty.handler.codec.http2.AbstractHttp2StreamChannel.Http2ChannelUnsafe
 
invoker - Variable in class io.netty.channel.PendingWriteQueue
 
invokeRead() - Method in class io.netty.channel.AbstractChannelHandlerContext
 
invokeReadTask - Variable in class io.netty.channel.AbstractChannelHandlerContext.Tasks
 
invokeTasks - Variable in class io.netty.channel.AbstractChannelHandlerContext
 
invokeUserEventTriggered(AbstractChannelHandlerContext, Object) - Static method in class io.netty.channel.AbstractChannelHandlerContext
 
invokeUserEventTriggered(Object) - Method in class io.netty.channel.AbstractChannelHandlerContext
 
invokeWrite(Object, ChannelPromise) - Method in class io.netty.channel.AbstractChannelHandlerContext
 
invokeWrite0(Object, ChannelPromise) - Method in class io.netty.channel.AbstractChannelHandlerContext
 
invokeWriteAndFlush(Object, ChannelPromise) - Method in class io.netty.channel.AbstractChannelHandlerContext
 
inWritePendingBytes - Variable in class io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController.WritabilityMonitor
 
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 Channel that 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 Channel pools.
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.unix - package io.netty.channel.unix
Unix specific transport.
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
Encoder and decoder which transform a Base64-encoded String or ByteBuf into a decoded ByteBuf and vice versa.
io.netty.handler.codec.bytes - package io.netty.handler.codec.bytes
Encoder and decoder which transform an array of bytes into a ByteBuf and vice versa.
io.netty.handler.codec.compression - package io.netty.handler.codec.compression
Encoder and decoder which compresses and decompresses ByteBufs in a compression format such as zlib, gzip, and Snappy.
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.json - package io.netty.handler.codec.json
JSON specific codecs.
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.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.serialization - package io.netty.handler.codec.serialization
Encoder, decoder and their compatibility stream implementations which transform a Serializable object 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 String into a ByteBuf and vice versa.
io.netty.handler.codec.xml - package io.netty.handler.codec.xml
Xml specific codecs.
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
OCSP stapling, formally known as the TLS Certificate Status Request extension, is an alternative approach to the Online Certificate Status Protocol (OCSP) for checking the revocation status of X.509 digital certificates.
io.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.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.
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
 
ioRatio - Variable in class io.netty.channel.epoll.EpollEventLoop
 
ioRatio - Variable in class io.netty.channel.kqueue.KQueueEventLoop
 
ioRatio - Variable in class io.netty.channel.nio.NioEventLoop
 
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 - Variable in class io.netty.handler.ssl.ocsp.OcspServerCertificateValidator
 
IoTransport - Class in io.netty.handler.ssl.ocsp
IoTransport(EventLoop, ChannelFactory<SocketChannel>, ChannelFactory<DatagramChannel>) - Constructor for class io.netty.handler.ssl.ocsp.IoTransport
 
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 iovec struct in bytes.
iovArray - Variable in class io.netty.channel.epoll.EpollEventLoop
 
iovArray - Variable in class io.netty.channel.epoll.NativeDatagramPacketArray
 
iovArray - Variable in class io.netty.channel.kqueue.KQueueEventLoop
 
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
 
IovArray(ByteBuf) - Constructor for class io.netty.channel.unix.IovArray
 
iovMax() - Static method in class io.netty.channel.epoll.NativeStaticallyReferencedJniMethods
 
iovMax() - Static method in class io.netty.channel.unix.LimitsStaticallyReferencedJniMethods
 
IP_FREEBIND - Static variable in class io.netty.channel.epoll.EpollChannelOption
 
IP_MULTICAST_ADDR - Static variable in class io.netty.channel.ChannelOption
 
IP_MULTICAST_IF - Static variable in class io.netty.channel.ChannelOption
 
IP_MULTICAST_IF - Static variable in class io.netty.channel.socket.nio.NioDatagramChannelConfig
 
IP_MULTICAST_LOOP - Static variable in class io.netty.channel.socket.nio.NioDatagramChannelConfig
 
IP_MULTICAST_LOOP_DISABLED - Static variable in class io.netty.channel.ChannelOption
 
IP_MULTICAST_TTL - Static variable in class io.netty.channel.ChannelOption
 
IP_MULTICAST_TTL - Static variable in class io.netty.channel.socket.nio.NioDatagramChannelConfig
 
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
 
Ip4SubnetFilterRule(Inet4Address, int, IpFilterRuleType) - Constructor for class io.netty.handler.ipfilter.IpSubnetFilterRule.Ip4SubnetFilterRule
 
Ip6SubnetFilterRule(Inet6Address, int, IpFilterRuleType) - Constructor for class io.netty.handler.ipfilter.IpSubnetFilterRule.Ip6SubnetFilterRule
 
ipAddress - Variable in class io.netty.handler.ipfilter.IpSubnetFilterRule
 
ipBytesToString(ByteBuf, int) - Static method in class io.netty.handler.codec.haproxy.HAProxyMessage
Convert ip address bytes to string representation
IpFilterRule - Interface in io.netty.handler.ipfilter
Implement this interface to create new rules.
IpFilterRuleType - Enum in io.netty.handler.ipfilter
Used in IpFilterRule to decide if a matching IP Address should be allowed or denied to connect.
IpFilterRuleType() - Constructor for enum io.netty.handler.ipfilter.IpFilterRuleType
 
ipFilterRuleTypeIPv4 - Variable in class io.netty.handler.ipfilter.IpSubnetFilter
 
ipFilterRuleTypeIPv6 - Variable in class io.netty.handler.ipfilter.IpSubnetFilter
 
IPPacket - Class in io.netty.handler.pcap
 
IPPacket() - Constructor for class io.netty.handler.pcap.IPPacket
 
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 the IpSubnetFilters passed to its constructor.
IpSubnetFilter(boolean, IpSubnetFilterRule...) - Constructor for class io.netty.handler.ipfilter.IpSubnetFilter
Create new IpSubnetFilter Instance with specified IpSubnetFilterRule as array and specify if we'll accept a connection if we don't find it in the rule(s).
IpSubnetFilter(boolean, List<IpSubnetFilterRule>) - Constructor for class io.netty.handler.ipfilter.IpSubnetFilter
Create new IpSubnetFilter Instance with specified IpSubnetFilterRule as List and 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 IpSubnetFilter Instance with specified IpSubnetFilterRule as array.
IpSubnetFilter(List<IpSubnetFilterRule>) - Constructor for class io.netty.handler.ipfilter.IpSubnetFilter
Create new IpSubnetFilter Instance with specified IpSubnetFilterRule as List.
IpSubnetFilterRule - Class in io.netty.handler.ipfilter
Use this class to create rules for RuleBasedIpFilter that group IP addresses into subnets.
IpSubnetFilterRule(String, int, IpFilterRuleType) - Constructor for class io.netty.handler.ipfilter.IpSubnetFilterRule
 
IpSubnetFilterRule(InetAddress, int, IpFilterRuleType) - Constructor for class io.netty.handler.ipfilter.IpSubnetFilterRule
 
IpSubnetFilterRule.Ip4SubnetFilterRule - Class in io.netty.handler.ipfilter
 
IpSubnetFilterRule.Ip6SubnetFilterRule - Class in io.netty.handler.ipfilter
 
IpSubnetFilterRuleComparator - Class in io.netty.handler.ipfilter
This comparator is only used for searching.
IpSubnetFilterRuleComparator() - Constructor for class io.netty.handler.ipfilter.IpSubnetFilterRuleComparator
 
ipToInt(Inet6Address) - Static method in class io.netty.handler.ipfilter.IpSubnetFilterRule.Ip6SubnetFilterRule
 
IPv4 - io.netty.channel.socket.InternetProtocolFamily
 
IPv4 - io.netty.handler.codec.socks.SocksAddressType
 
IPv4 - Static variable in class io.netty.handler.codec.socksx.v5.Socks5AddressType
 
IPv4 - Static variable in class io.netty.resolver.dns.PreferredAddressTypeComparator
 
IPv4_DOMAIN_MARKER - Static variable in class io.netty.handler.codec.socksx.v4.Socks4ClientEncoder
 
IPv4_HOSTNAME_ZEROED - Static variable in class io.netty.handler.codec.socks.SocksCmdResponse
 
IPv4_HOSTNAME_ZEROED - Static variable in class io.netty.handler.codec.socksx.v4.Socks4ServerEncoder
 
IPV4_MAPPED_IPV6_PREFIX - Static variable in class io.netty.channel.unix.NativeInetAddress
 
IPV4_MAX_CHAR_BETWEEN_SEPARATOR - Static variable in class io.netty.util.NetUtil
Maximum amount of value adding characters in between IPV4 separators
IPV4_ONLY - io.netty.resolver.ResolvedAddressTypes
Only resolve IPv4 addresses
IPV4_ONLY_RESOLVED_PROTOCOL_FAMILIES - Static variable in class io.netty.resolver.dns.DnsNameResolver
 
IPV4_ONLY_RESOLVED_RECORD_TYPES - Static variable in class io.netty.resolver.dns.DnsNameResolver
 
IPV4_PREFERRED - io.netty.resolver.ResolvedAddressTypes
Prefer IPv4 addresses over IPv6 ones
IPV4_PREFERRED - Static variable in class io.netty.util.NetUtil
true if IPv4 should be used even if the system supports both IPv4 and IPv6.
IPV4_PREFERRED_RESOLVED_PROTOCOL_FAMILIES - Static variable in class io.netty.resolver.dns.DnsNameResolver
 
IPV4_PREFERRED_RESOLVED_RECORD_TYPES - Static variable in class io.netty.resolver.dns.DnsNameResolver
 
IPV4_SEPARATORS - Static variable in class io.netty.util.NetUtil
Number of separators that must be present in an IPv4 string
ipv4AddressToInt(Inet4Address) - Static method in class io.netty.util.NetUtil
Convert Inet4Address into int
ipv4Bytes - Variable in class io.netty.channel.epoll.NativeDatagramPacketArray
 
ipv4Entries - Variable in class io.netty.resolver.HostsFileEntriesProvider
 
ipv4Entries() - Method in class io.netty.resolver.HostsFileEntriesProvider
The IPv4 entries.
ipv4MappedIpv6Address(byte[]) - Static method in class io.netty.channel.unix.NativeInetAddress
 
ipv4Rules - Variable in class io.netty.handler.ipfilter.IpSubnetFilter
 
ipv4WordToByte(String, int, int) - Static method in class io.netty.util.NetUtil
 
ipv6 - Variable in class io.netty.channel.unix.Socket
 
IPv6 - io.netty.channel.socket.InternetProtocolFamily
 
IPv6 - io.netty.handler.codec.socks.SocksAddressType
 
IPv6 - Static variable in class io.netty.handler.codec.socksx.v5.Socks5AddressType
 
IPv6 - Static variable in class io.netty.resolver.dns.PreferredAddressTypeComparator
 
IPV6_ADDRESSES_PREFERRED - Static variable in class io.netty.util.NetUtil
true if an IPv6 address should be preferred when a host has both an IPv4 address and an IPv6 address.
IPV6_BYTE_COUNT - Static variable in class io.netty.util.NetUtil
Number of bytes needed to represent an IPV6 value
IPv6_HOSTNAME_ZEROED - Static variable in class io.netty.handler.codec.socks.SocksCmdResponse
 
IPV6_MAX_CHAR_BETWEEN_SEPARATOR - Static variable in class io.netty.util.NetUtil
Maximum amount of value adding characters in between IPV6 separators
IPV6_MAX_CHAR_COUNT - Static variable in class io.netty.util.NetUtil
The maximum number of characters for an IPV6 string with no scope
IPV6_MAX_SEPARATORS - Static variable in class io.netty.util.NetUtil
Maximum number of separators that must be present in an IPv6 string
IPV6_MIN_SEPARATORS - Static variable in class io.netty.util.NetUtil
Minimum number of separators that must be present in an IPv6 string
IPV6_ONLY - io.netty.resolver.ResolvedAddressTypes
Only resolve IPv6 addresses
IPV6_ONLY_RESOLVED_PROTOCOL_FAMILIES - Static variable in class io.netty.resolver.dns.DnsNameResolver
 
IPV6_ONLY_RESOLVED_RECORD_TYPES - Static variable in class io.netty.resolver.dns.DnsNameResolver
 
IPV6_PREFERRED - io.netty.resolver.ResolvedAddressTypes
Prefer IPv6 addresses over IPv4 ones
IPV6_PREFERRED_RESOLVED_PROTOCOL_FAMILIES - Static variable in class io.netty.resolver.dns.DnsNameResolver
 
IPV6_PREFERRED_RESOLVED_RECORD_TYPES - Static variable in class io.netty.resolver.dns.DnsNameResolver
 
IPV6_VERSION_TRAFFIC_FLOW - Static variable in class io.netty.handler.pcap.IPPacket
Version + Traffic class + Flow label
IPV6_WORD_COUNT - Static variable in class io.netty.util.NetUtil
This defines how many words (represented as ints) are needed to represent an IPv6 address
ipv6Entries - Variable in class io.netty.resolver.HostsFileEntriesProvider
 
ipv6Entries() - Method in class io.netty.resolver.HostsFileEntriesProvider
The IPv6 entries.
ipv6hextetSeparator - Static variable in class io.netty.handler.codec.socks.SocksCommonUtils
 
ipv6Rules - Variable in class io.netty.handler.ipfilter.IpSubnetFilter
 
ipv6toStr(byte[]) - Static method in class io.netty.handler.codec.socks.SocksCommonUtils
Converts numeric IPv6 to standard (non-compressed) format.
ipv6toStr(StringBuilder, byte[], int, int) - Static method in class io.netty.handler.codec.socks.SocksCommonUtils
 
IQUERY - Static variable in class io.netty.handler.codec.dns.DnsOpCode
The 'IQuery' DNS OpCode, as defined in RFC1035.
is - Variable in class io.netty.channel.oio.OioByteStreamChannel
Deprecated.
 
is(Channel) - Static method in class io.netty.channel.group.ChannelMatchers
Returns a ChannelMatcher that matches the given Channel.
IS_ANDROID - Static variable in class io.netty.util.internal.PlatformDependent0
 
IS_BORINGSSL - Static variable in class io.netty.handler.ssl.OpenSsl
 
IS_EXPLICIT_TRY_REFLECTION_SET_ACCESSIBLE - Static variable in class io.netty.util.internal.PlatformDependent0
 
IS_IVKVM_DOT_NET - Static variable in class io.netty.util.internal.PlatformDependent
 
IS_J9_JVM - Static variable in class io.netty.util.internal.PlatformDependent
 
IS_OSX - Static variable in class io.netty.util.internal.PlatformDependent
 
IS_SUBPAGE_SHIFT - Static variable in class io.netty.buffer.PoolChunk
 
IS_SUPPORTING_RECVMMSG - Static variable in class io.netty.channel.epoll.Native
 
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
IS_SUPPORTING_TCP_FASTOPEN_CLIENT - Static variable in class io.netty.channel.epoll.Native
tcp_fastopen client mode enabled state.
IS_SUPPORTING_TCP_FASTOPEN_CLIENT - Static variable in class io.netty.channel.kqueue.Native
 
IS_SUPPORTING_TCP_FASTOPEN_SERVER - Static variable in class io.netty.channel.epoll.Native
tcp_fastopen server mode enabled state.
IS_SUPPORTING_TCP_FASTOPEN_SERVER - Static variable in class io.netty.channel.kqueue.Native
 
IS_SUPPORTING_UDP_SEGMENT - Static variable in class io.netty.channel.epoll.Native
 
IS_USED_SHIFT - Static variable in class io.netty.buffer.PoolChunk
 
IS_WINDOWS - Static variable in class io.netty.util.internal.PlatformDependent
 
is100ContinueExpected(HttpMessage) - Static method in class io.netty.handler.codec.http.HttpHeaders
Deprecated.
Use HttpUtil.is100ContinueExpected(HttpMessage) instead. Returns true if 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 true if and only if the specified message contains an expect header and the only expectation present is the 100-continue expectation.
isAccessible() - Method in class io.netty.buffer.AbstractDerivedByteBuf
Deprecated.
 
isAccessible() - Method in class io.netty.buffer.AbstractReferenceCountedByteBuf
 
isAccessible() - Method in class io.netty.buffer.ByteBuf
Used internally by AbstractByteBuf.ensureAccessible() to try to guard against using the buffer after it was released (best-effort).
isAccessible() - Method in class io.netty.buffer.CompositeByteBuf
 
isAccessible() - Method in class io.netty.buffer.SwappedByteBuf
Deprecated.
 
isAccessible() - Method in class io.netty.buffer.WrappedByteBuf
 
isAccessible() - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
isAccessible(ByteBuf) - Static method in class io.netty.buffer.ByteBufUtil
 
isAccessible0() - Method in class io.netty.buffer.AbstractDerivedByteBuf
Deprecated.
 
isAccessible0() - Method in class io.netty.buffer.AbstractPooledDerivedByteBuf.PooledNonRetainedDuplicateByteBuf
 
isAccessible0() - Method in class io.netty.buffer.AbstractPooledDerivedByteBuf.PooledNonRetainedSlicedByteBuf
 
isActive() - Method in class io.netty.bootstrap.FailedChannel
 
isActive() - Method in interface io.netty.channel.Channel
Return true if the Channel is active and so connected.
isActive() - Method in class io.netty.channel.embedded.EmbeddedChannel
 
isActive() - Method in class io.netty.channel.epoll.AbstractEpollChannel
 
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.AbstractKQueueChannel
 
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.socket.nio.NioDatagramChannel
 
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.handler.codec.http2.AbstractHttp2StreamChannel
 
isActive() - Method in class io.netty.handler.codec.http2.WeightedFairQueueByteDistributor.State
 
isActiveStream(int) - Method in class io.netty.handler.codec.spdy.SpdySession
 
isAggregated(I) - Method in class io.netty.handler.codec.MessageAggregator
Returns true if 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 class io.netty.util.concurrent.SingleThreadEventExecutor.DefaultThreadProperties
 
isAlive() - Method in interface io.netty.util.concurrent.ThreadProperties
 
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 true if and only if the channel should not close itself when its remote peer shuts down output to make the connection half-closed.
isAllowHalfClosure(ChannelConfig) - Static method in class io.netty.channel.epoll.AbstractEpollChannel
 
isAllowHalfClosure(ChannelConfig) - Static method in class io.netty.channel.kqueue.AbstractKQueueChannel
 
isAllowHalfClosure(ChannelConfig) - Static method in class io.netty.channel.nio.AbstractNioByteChannel
 
isAllowMaskMismatch() - Method in class io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker13
 
isAlpnSupported() - Static method in class io.netty.handler.ssl.JdkAlpnApplicationProtocolNegotiator
Deprecated.
 
isAlpnSupported() - Static method in class io.netty.handler.ssl.OpenSsl
isAlpnSupported(SslProvider) - Static method in enum io.netty.handler.ssl.SslProvider
Returns true if the specified SslProvider supports TLS ALPN Extension, false otherwise.
isAndroid() - Static method in class io.netty.util.internal.PlatformDependent
Returns true if and only if the current platform is Android
isAndroid() - Static method in class io.netty.util.internal.PlatformDependent0
 
isAndroid0() - Static method in class io.netty.util.internal.PlatformDependent0
 
isAnyOriginSupported() - Method in class io.netty.handler.codec.http.cors.CorsConfig
Determines whether a wildcard origin, '*', is supported.
isAscii(ByteBuf, int, int) - Static method in class io.netty.buffer.ByteBufUtil
Returns true if the specified ByteBuf starting at index with length is valid ASCII text, otherwise return false.
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 Http2Headers are authoritative for a particular ChannelHandlerContext.
isAuthoritativeAnswer() - Method in class io.netty.handler.codec.dns.DefaultDnsResponse
 
isAuthoritativeAnswer() - Method in interface io.netty.handler.codec.dns.DnsResponse
Returns true if 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 true if and only if the Channel will 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 true if and only if ChannelHandlerContext.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 true if and only if the netty-transport-native-epoll is available.
isAvailable() - Static method in class io.netty.channel.kqueue.KQueue
Returns true if and only if the netty-transport-native-kqueue is available.
isAvailable() - Static method in class io.netty.channel.unix.Unix
Deprecated.
isAvailable() - Static method in class io.netty.handler.ssl.BouncyCastle
Indicates whether or not BouncyCastle is available on the current system.
isAvailable() - Static method in class io.netty.handler.ssl.BouncyCastlePemReader
 
isAvailable() - Static method in class io.netty.handler.ssl.OpenSsl
Returns true if and only if netty-tcnative and its OpenSSL support are available.
isAvailable() - Static method in class io.netty.resolver.dns.macos.MacOSDnsServerAddressStreamProvider
 
isBoringSSL() - Static method in class io.netty.handler.ssl.OpenSsl
 
isBouncyCastleAvailable() - Static method in class io.netty.handler.ssl.util.SelfSignedCertificate
 
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_BROADCAST option.
isBroadcast() - Method in class io.netty.channel.socket.DefaultDatagramChannelConfig
 
isBroadcast() - Method in class io.netty.channel.unix.Socket
 
isBroadcast(int) - Static 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.
isBufferCopyNeededForWrite(ByteBuf, int) - Static method in class io.netty.channel.unix.UnixChannelUtil
 
isBytesAvailableEnoughForWrap(int, int, int) - Method in class io.netty.handler.ssl.ReferenceCountedOpenSslEngine
 
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.group.VoidChannelGroupFuture
 
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 true if and only if the operation can be cancelled via Future.cancel(boolean).
isCancelled() - Method in class io.netty.channel.DelegatingChannelPromiseNotifier
 
isCancelled() - Method in class io.netty.channel.group.VoidChannelGroupFuture
 
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 class io.netty.util.HashedWheelTimer.HashedWheelTimeout
 
isCancelled() - Method in interface io.netty.util.Timeout
Returns true if and only if the TimerTask associated with this handle has been cancelled.
isCancelled0(Object) - Static method in class io.netty.util.concurrent.DefaultPromise
 
isCDATABlockStart(ByteBuf, int) - Static method in class io.netty.handler.codec.xml.XmlFrameDecoder
 
isChannelWritable() - Method in class io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController
 
isChannelWritable0() - Method in class io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController
 
isChecking() - Method in class io.netty.handler.codec.http.websocketx.Utf8Validator
 
isChild(int, int, short) - Method in class io.netty.handler.codec.http2.WeightedFairQueueByteDistributor
For testing only!
isChunked - Variable in class io.netty.handler.codec.http.multipart.HttpPostRequestEncoder
Chunked false by default
isChunked() - Method in class io.netty.handler.codec.http.multipart.HttpPostRequestEncoder
 
isCipherSuiteAvailable(String) - Static method in class io.netty.handler.ssl.OpenSsl
Returns true if and only if the specified cipher suite is available in OpenSSL.
isCleanerFlagSet(int) - Method in class io.netty.util.internal.InternalThreadLocalMap
 
isCleanSession - Variable in class io.netty.handler.codec.mqtt.MqttConnectVariableHeader
 
isCleanSession() - Method in class io.netty.handler.codec.mqtt.MqttConnectVariableHeader
 
isClient - Variable in class io.netty.handler.ssl.JdkSslContext
 
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 true if and only if this context is for client-side.
isClosed() - Method in class io.netty.handler.codec.compression.Bzip2Decoder
Returns true if and only if the end of the compressed stream has been reached.
isClosed() - Method in class io.netty.handler.codec.compression.Bzip2Encoder
Returns true if 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 true if 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.ZlibDecoder
Returns true if and only if the end of the compressed stream has been reached.
isClosed() - Method in class io.netty.handler.codec.compression.ZlibEncoder
Returns true if and only if the end of the compressed stream has been reached.
isClosed() - Method in class io.netty.handler.codec.http2.DefaultHttp2Connection
Determine if DefaultHttp2Connection.close(Promise) has been called and no more streams are allowed to be created.
isClosed(int) - Static method in class io.netty.channel.unix.FileDescriptor
 
isClosed(Http2Stream) - Static method in class io.netty.handler.codec.http2.DefaultHttp2LocalFlowController
 
isCommentBlockStart(ByteBuf, int) - Static method in class io.netty.handler.codec.xml.XmlFrameDecoder
 
isCompatible(EventLoop) - Method in class io.netty.bootstrap.FailedChannel
 
isCompatible(EventLoop) - Method in class io.netty.channel.AbstractChannel
Return true if the given EventLoop is compatible with this instance.
isCompatible(EventLoop) - Method in class io.netty.channel.embedded.EmbeddedChannel
 
isCompatible(EventLoop) - Method in class io.netty.channel.epoll.AbstractEpollChannel
 
isCompatible(EventLoop) - Method in class io.netty.channel.epoll.AbstractEpollServerChannel
 
isCompatible(EventLoop) - Method in class io.netty.channel.epoll.EpollServerSocketChannel
 
isCompatible(EventLoop) - Method in class io.netty.channel.kqueue.AbstractKQueueChannel
 
isCompatible(EventLoop) - Method in class io.netty.channel.kqueue.AbstractKQueueServerChannel
 
isCompatible(EventLoop) - Method in class io.netty.channel.kqueue.KQueueServerSocketChannel
 
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.
 
isCompleted() - Method in class io.netty.handler.codec.http.multipart.AbstractHttpData
 
isCompleted() - Method in class io.netty.handler.codec.http.multipart.AbstractMixedHttpData
 
isCompleted() - Method in interface io.netty.handler.codec.http.multipart.HttpData
 
isCompleteEarly(DnsRecord) - Method in class io.netty.resolver.dns.DnsRecordResolveContext
 
isCompleteEarly(InetAddress) - Method in class io.netty.resolver.dns.DnsAddressResolveContext
 
isCompleteEarly(T) - Method in class io.netty.resolver.dns.DnsResolveContext
 
isCompressed - Variable in class io.netty.handler.codec.compression.FastLzFrameDecoder
Indicates is this chunk compressed or not.
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 true if the DatagramChannel is 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 true if the DomainDatagramChannel is connected to the remote peer.
isConnected() - Method in class io.netty.handler.proxy.ProxyHandler
Returns true if and only if the connection to the destination has been established successfully.
isConnection(byte[], int) - Static method in class io.netty.handler.codec.http.HttpRequestDecoder
 
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.HttpClientCodec.Decoder
 
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
 
isContentAlwaysEmpty(HttpResponse) - Method in class io.netty.handler.codec.http.HttpServerCodec.HttpServerResponseEncoder
 
isContentAlwaysEmpty(CharSequence) - Static method in class io.netty.handler.codec.http2.Http2StreamFrameToHttpObjectCodec
 
isContentExpected() - Method in class io.netty.handler.codec.smtp.SmtpCommand
 
isContentLength(byte[], int) - Static method in class io.netty.handler.codec.http.HttpRequestDecoder
 
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 than maxContentLength.
isContentLengthSet(HttpMessage) - Static method in class io.netty.handler.codec.http.HttpHeaders
isContentLengthSet(HttpMessage) - Static method in class io.netty.handler.codec.http.HttpUtil
 
isContentMessage(I) - Method in class io.netty.handler.codec.MessageAggregator
Returns true if 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
 
isContentType(byte[], int) - Static method in class io.netty.handler.codec.http.HttpRequestDecoder
 
isContiguous() - Method in class io.netty.buffer.AbstractDerivedByteBuf
Deprecated.
 
isContiguous() - Method in class io.netty.buffer.AbstractPooledDerivedByteBuf
 
isContiguous() - Method in class io.netty.buffer.ByteBuf
Returns true if this ByteBuf implementation is backed by a single memory region.
isContiguous() - Method in class io.netty.buffer.EmptyByteBuf
 
isContiguous() - Method in class io.netty.buffer.PooledByteBuf
 
isContiguous() - Method in class io.netty.buffer.ReadOnlyByteBufferBuf
 
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
 
isControlOrWhitespaceAsciiChar(byte) - Static method in class io.netty.handler.codec.http.HttpObjectDecoder
 
isCopy - Variable in class io.netty.resolver.dns.DnsResolveContext.AuthoritativeNameServer
 
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.
isDaemon() - Method in class io.netty.util.concurrent.SingleThreadEventExecutor.DefaultThreadProperties
 
isDaemon() - Method in interface io.netty.util.concurrent.ThreadProperties
 
isDebugEnabled() - Method in class io.netty.util.internal.logging.CommonsLogger
Deprecated.
Delegates to the Log.isDebugEnabled() method of the underlying Log instance.
isDebugEnabled() - Method in interface io.netty.util.internal.logging.InternalLogger
Is the logger instance enabled for the DEBUG level?
isDebugEnabled() - Method in class io.netty.util.internal.logging.JdkLogger
Is this logger instance enabled for the FINE level?
isDebugEnabled() - Method in class io.netty.util.internal.logging.LocationAwareSlf4JLogger
 
isDebugEnabled() - Method in class io.netty.util.internal.logging.Log4JLogger
Is this logger instance enabled for the DEBUG level?
isDebugEnabled() - Method in class io.netty.util.internal.logging.Slf4JLogger
 
isDecodeIdn() - Method in class io.netty.resolver.dns.DnsNameResolver
 
isDecodingRequest - Variable in class io.netty.handler.codec.rtsp.RtspDecoder
True if the message to decode is a request.
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
 
isDelim(char) - Static method in class io.netty.handler.codec.DateFormatter
 
isDescendantOf(WeightedFairQueueByteDistributor.State) - Method in class io.netty.handler.codec.http2.WeightedFairQueueByteDistributor.State
 
isDestroyed() - Method in class io.netty.handler.ssl.OpenSslPrivateKey
NOTE: This is a JDK8 interface/method.
isDestroyed() - Method in class io.netty.handler.ssl.PemPrivateKey
NOTE: This is a JDK8 interface/method.
isDestroyed() - Method in class io.netty.handler.ssl.ReferenceCountedOpenSslEngine
 
isDigit(char) - Static method in class io.netty.handler.codec.DateFormatter
 
isDigit(char) - Static method in enum io.netty.handler.codec.http.HttpStatusClass
 
isDirect() - Method in class io.netty.buffer.AbstractPooledDerivedByteBuf
 
isDirect() - Method in class io.netty.buffer.AbstractUnpooledSlicedByteBuf
 
isDirect() - Method in class io.netty.buffer.ByteBuf
Returns true if 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.FixedCompositeByteBuf
 
isDirect() - Method in class io.netty.buffer.PoolArena.DirectArena
 
isDirect() - Method in class io.netty.buffer.PoolArena.HeapArena
 
isDirect() - Method in class io.netty.buffer.PoolArena
 
isDirect() - Method in class io.netty.buffer.PooledDirectByteBuf
 
isDirect() - Method in class io.netty.buffer.PooledHeapByteBuf
 
isDirect() - Method in class io.netty.buffer.PooledUnsafeDirectByteBuf
 
isDirect() - Method in class io.netty.buffer.ReadOnlyByteBuf
Deprecated.
 
isDirect() - Method in class io.netty.buffer.ReadOnlyByteBufferBuf
 
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
 
isDirect() - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
isDirect() - Method in class io.netty.handler.codec.ReplayingDecoderByteBuf
 
isDirectBufferPooled() - Method in interface io.netty.buffer.ByteBufAllocator
Returns true if direct ByteBuf'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 true if direct memory cache alignment is supported, false otherwise.
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.
isDistributing() - Method in class io.netty.handler.codec.http2.WeightedFairQueueByteDistributor.State
 
isDone() - Method in class io.netty.channel.DelegatingChannelPromiseNotifier
 
isDone() - Method in class io.netty.channel.group.VoidChannelGroupFuture
 
isDone() - Method in class io.netty.channel.VoidChannelPromise
 
isDone() - Method in class io.netty.resolver.dns.DnsQueryContext
Returns true if the query was completed already.
isDone() - Method in class io.netty.util.concurrent.CompleteFuture
 
isDone() - Method in class io.netty.util.concurrent.DefaultPromise
 
isDone0(Object) - Static method in class io.netty.util.concurrent.DefaultPromise
 
isDoNotDestroy() - Method in class io.netty.buffer.PoolSubpage
 
isDoubleQuote(char) - Static method in class io.netty.util.internal.StringUtil
 
isDup - Variable in class io.netty.handler.codec.mqtt.MqttFixedHeader
 
isDup() - Method in class io.netty.handler.codec.mqtt.MqttFixedHeader
 
isDuplicateAllowed() - Method in class io.netty.resolver.dns.DnsAddressResolveContext
 
isDuplicateAllowed() - Method in class io.netty.resolver.dns.DnsRecordResolveContext
 
isDuplicateAllowed() - Method in class io.netty.resolver.dns.DnsResolveContext
Returns true if we should allow duplicates in the result or false if no duplicates should be included.
isEdgeTriggered - Variable in class io.netty.channel.epoll.EpollRecvByteAllocatorHandle
 
isEdgeTriggered() - Method in class io.netty.channel.epoll.EpollRecvByteAllocatorHandle
 
isEmpty() - Method in class io.netty.buffer.IntPriorityQueue
 
isEmpty() - Method in class io.netty.channel.AbstractCoalescingBufferQueue
Are there pending buffers in the queue.
isEmpty() - Method in class io.netty.channel.ChannelOutboundBuffer
Returns true if there are flushed messages in this ChannelOutboundBuffer or false otherwise.
isEmpty() - Method in class io.netty.channel.group.DefaultChannelGroup
 
isEmpty() - Method in class io.netty.channel.kqueue.NativeLongArray
 
isEmpty() - Method in class io.netty.channel.PendingWriteQueue
Returns true if there are no pending write operations left in this queue.
isEmpty() - Method in class io.netty.channel.pool.AbstractChannelPoolMap
Returns true if the AbstractChannelPoolMap is empty, otherwise false.
isEmpty() - Method in class io.netty.handler.codec.compression.Bzip2BlockCompressor
Determines if any bytes have been written to the block.
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
Returns true if Headers.size() equals 0.
isEmpty() - Method in class io.netty.handler.codec.HeadersUtils.DelegatingNameSet
 
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.HpackEncoder
 
isEmpty() - Method in class io.netty.handler.codec.http2.MaxCapacityQueue
 
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.handler.codec.serialization.ReferenceMap
 
isEmpty() - Method in class io.netty.resolver.dns.DnsResolveContext.AuthoritativeNameServerList
Returns true if empty, false otherwise.
isEmpty() - Method in class io.netty.util.AsciiString
Determine if this instance has 0 length.
isEmpty() - Method in class io.netty.util.collection.ByteCollections.EmptyMap
 
isEmpty() - Method in class io.netty.util.collection.ByteCollections.UnmodifiableMap
 
isEmpty() - Method in class io.netty.util.collection.ByteObjectHashMap
 
isEmpty() - Method in class io.netty.util.collection.CharCollections.EmptyMap
 
isEmpty() - Method in class io.netty.util.collection.CharCollections.UnmodifiableMap
 
isEmpty() - Method in class io.netty.util.collection.CharObjectHashMap
 
isEmpty() - Method in class io.netty.util.collection.IntCollections.EmptyMap
 
isEmpty() - Method in class io.netty.util.collection.IntCollections.UnmodifiableMap
 
isEmpty() - Method in class io.netty.util.collection.IntObjectHashMap
 
isEmpty() - Method in class io.netty.util.collection.LongCollections.EmptyMap
 
isEmpty() - Method in class io.netty.util.collection.LongCollections.UnmodifiableMap
 
isEmpty() - Method in class io.netty.util.collection.LongObjectHashMap
 
isEmpty() - Method in class io.netty.util.collection.ShortCollections.EmptyMap
 
isEmpty() - Method in class io.netty.util.collection.ShortCollections.UnmodifiableMap
 
isEmpty() - Method in class io.netty.util.collection.ShortObjectHashMap
 
isEmpty() - Method in class io.netty.util.internal.DefaultPriorityQueue
 
isEmpty() - Method in class io.netty.util.internal.EmptyPriorityQueue
 
isEmpty() - Method in class io.netty.util.Recycler.BlockingMessageQueue
 
isEmpty(byte[]) - Static method in class io.netty.handler.ssl.ReferenceCountedOpenSslEngine
 
isEmpty(Object[]) - Static method in class io.netty.handler.ssl.ReferenceCountedOpenSslEngine
 
isEmpty(T) - Method in interface io.netty.buffer.CompositeByteBuf.ByteWrapper
 
isEnabled() - Method in class io.netty.handler.codec.http2.Http2FrameLogger
 
isEnabled() - Static method in class io.netty.util.ResourceLeakDetector
Returns true if 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?
isEnabled(InternalLogLevel) - Method in class io.netty.util.internal.logging.Log4J2Logger
 
isEncrypted(ByteBuf) - Static method in class io.netty.handler.ssl.SslHandler
Returns true if the given ByteBuf is 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 true if and only if there is no data left in the stream and the stream has reached at its end.
isEndOfInput() - Method in class io.netty.handler.stream.ChunkedNioFile
 
isEndOfInput() - Method in class io.netty.handler.stream.ChunkedNioStream
 
isEndOfInput() - Method in class io.netty.handler.stream.ChunkedStream
 
isEndPointVerificationEnabled(String) - Static method in class io.netty.handler.ssl.ReferenceCountedOpenSslEngine
 
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 true if the END_STREAM flag is set.
isEndStream() - Method in interface io.netty.handler.codec.http2.Http2HeadersFrame
Returns true if 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 class io.netty.util.internal.logging.CommonsLogger
Deprecated.
Delegates to the Log.isErrorEnabled() method of the underlying Log instance.
isErrorEnabled() - Method in interface io.netty.util.internal.logging.InternalLogger
Is the logger instance enabled for the ERROR level?
isErrorEnabled() - Method in class io.netty.util.internal.logging.JdkLogger
Is this logger instance enabled for level SEVERE?
isErrorEnabled() - Method in class io.netty.util.internal.logging.LocationAwareSlf4JLogger
 
isErrorEnabled() - Method in class io.netty.util.internal.logging.Log4JLogger
Is this logger instance enabled for level ERROR?
isErrorEnabled() - Method in class io.netty.util.internal.logging.Slf4JLogger
 
isExistingStream(int) - Method in class io.netty.handler.codec.http2.StreamBufferingEncoder
 
isExpectHeaderValid(HttpMessage) - Static method in class io.netty.handler.codec.http.HttpUtil
 
isExpired() - Method in class io.netty.util.HashedWheelTimer.HashedWheelTimeout
 
isExpired() - Method in interface io.netty.util.Timeout
Returns true if and only if the TimerTask associated with this handle has been expired.
isExplicitNoUnsafe() - Static method in class io.netty.util.internal.PlatformDependent0
 
isExplicitTryReflectionSetAccessible() - Static method in class io.netty.util.internal.PlatformDependent0
 
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 true if this was the first event for the IdleState
isFlagSet(int) - Method in class io.netty.channel.epoll.AbstractEpollChannel
 
isFlagSet(short) - Method in class io.netty.handler.codec.http2.Http2Flags
Indicates whether or not a particular flag is set.
isFlushedEntry(ChannelOutboundBuffer.Entry) - Method in class io.netty.channel.ChannelOutboundBuffer
 
isFlushPending() - Method in class io.netty.channel.nio.AbstractNioChannel.AbstractNioUnsafe
 
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
Returns true if IP_FREEBIND is enabled, false otherwise.
isFreeBind() - Method in class io.netty.channel.epoll.EpollServerSocketChannelConfig
Returns true if IP_FREEBIND is enabled, false otherwise.
isFull() - Method in class io.netty.handler.codec.compression.Bzip2BlockCompressor
Determines if the block is full and ready for compression.
isGetMethod(byte[], int) - Static method in class io.netty.handler.codec.http.HttpRequestDecoder
 
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 class io.netty.handler.codec.http2.DefaultHttp2Connection.DefaultStream
 
isHeadersReceived() - Method in interface io.netty.handler.codec.http2.Http2Stream
Indicates whether or not the initial headers have been received.
isHeadersSent() - Method in class io.netty.handler.codec.http2.DefaultHttp2Connection.ConnectionStream
 
isHeadersSent() - Method in class io.netty.handler.codec.http2.DefaultHttp2Connection.DefaultStream
 
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.
isHost(byte[], int) - Static method in class io.netty.handler.codec.http.HttpRequestDecoder
 
isHttpOnly() - Method in interface io.netty.handler.codec.http.cookie.Cookie
Checks to see if this Cookie can only be accessed via HTTP.
isHttpOnly() - Method in class io.netty.handler.codec.http.cookie.DefaultCookie
 
isIkvmDotNet() - Static method in class io.netty.util.internal.PlatformDependent
Returns true if the running JVM is IKVM.NET, false otherwise.
isIkvmDotNet0() - Static method in class io.netty.util.internal.PlatformDependent
 
isInboundDone - Variable in class io.netty.handler.ssl.ReferenceCountedOpenSslEngine
 
isInboundDone() - Method in class io.netty.handler.ssl.JdkSslEngine
 
isInboundDone() - Method in class io.netty.handler.ssl.ReferenceCountedOpenSslEngine
 
isInCache(OpenSslSessionId) - Method in class io.netty.handler.ssl.OpenSslSessionContext
 
isIndexedVariableSet(int) - Method in class io.netty.util.internal.InternalThreadLocalMap
 
isInfoEnabled() - Method in class io.netty.util.internal.logging.CommonsLogger
Deprecated.
Delegates to the Log.isInfoEnabled() method of the underlying Log instance.
isInfoEnabled() - Method in interface io.netty.util.internal.logging.InternalLogger
Is the logger instance enabled for the INFO level?
isInfoEnabled() - Method in class io.netty.util.internal.logging.JdkLogger
Is this logger instance enabled for the INFO level?
isInfoEnabled() - Method in class io.netty.util.internal.logging.LocationAwareSlf4JLogger
 
isInfoEnabled() - Method in class io.netty.util.internal.logging.Log4JLogger
Is this logger instance enabled for the INFO level?
isInfoEnabled() - Method in class io.netty.util.internal.logging.Slf4JLogger
 
isInformational(HttpResponse) - Static method in class io.netty.handler.codec.http.HttpServerKeepAliveHandler
 
isInformationalResponseHeaderFrame(CharSequence) - Static method in class io.netty.handler.codec.http2.Http2StreamFrameToHttpObjectCodec
An informational response using a 1xx status code other than 101 is transmitted as a HEADERS frame
isInline() - Method in enum io.netty.handler.codec.redis.RedisMessageType
Returns true if this type is inline type, or returns false.
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 class io.netty.handler.codec.http.multipart.AbstractMixedHttpData
 
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 interface io.netty.channel.socket.DuplexChannel
Returns true if 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.NioSocketChannel
 
isInputShutdown() - Method in class io.netty.channel.socket.oio.OioSocketChannel
Deprecated.
 
isInputShutdown() - Method in class io.netty.channel.unix.Socket
 
isInputShutdown(int) - Static method in class io.netty.channel.unix.FileDescriptor
 
isInputShutdown0() - Method in class io.netty.channel.nio.AbstractNioByteChannel
 
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 ChannelMatcher that matches all Channels that are an instance of sub-type of the given class.
isInterrupted() - Method in class io.netty.util.concurrent.SingleThreadEventExecutor.DefaultThreadProperties
 
isInterrupted() - Method in interface io.netty.util.concurrent.ThreadProperties
 
isInUse(SSLEngine) - Static method in class io.netty.handler.ssl.BouncyCastle
Indicates whether or not BouncyCastle is the underlying SSLEngine.
isInvalid() - Method in class io.netty.handler.codec.spdy.DefaultSpdyHeadersFrame
 
isInvalid() - Method in interface io.netty.handler.codec.spdy.SpdyHeadersFrame
Returns true if this header block is invalid.
isIpFreeBind() - Method in class io.netty.channel.epoll.LinuxSocket
 
isIpFreeBind(int) - Static method in class io.netty.channel.epoll.LinuxSocket
 
isIpRecvOrigDestAddr() - Method in class io.netty.channel.epoll.EpollDatagramChannelConfig
Returns true if IP_RECVORIGDSTADDR is enabled, false otherwise.
isIpRecvOrigDestAddr() - Method in class io.netty.channel.epoll.LinuxSocket
 
isIpRecvOrigDestAddr(int) - Static method in class io.netty.channel.epoll.LinuxSocket
 
isIpTransparent() - Method in class io.netty.channel.epoll.EpollDatagramChannelConfig
Returns true if IP_TRANSPARENT is enabled, false otherwise.
isIpTransparent() - Method in class io.netty.channel.epoll.EpollServerSocketChannelConfig
Returns true if IP_TRANSPARENT is enabled, false otherwise.
isIpTransparent() - Method in class io.netty.channel.epoll.EpollSocketChannelConfig
Returns true if IP_TRANSPARENT is enabled, false otherwise.
isIpTransparent() - Method in class io.netty.channel.epoll.LinuxSocket
 
isIpTransparent(int) - Static method in class io.netty.channel.epoll.LinuxSocket
 
isIpV4StackPreferred() - Static method in class io.netty.util.NetUtil
Returns true if IPv4 should be used even if the system supports both IPv4 and IPv6.
isIPv6(int) - Static method in class io.netty.channel.unix.Socket
 
isIpV6AddressesPreferred() - Static method in class io.netty.util.NetUtil
Returns true if an IPv6 address should be preferred when a host has both an IPv4 address and an IPv6 address.
isIpv6Preferred - Static variable in class io.netty.channel.unix.Socket
 
isIPv6Preferred() - Static method in class io.netty.channel.unix.Socket
 
isIPv6Preferred0(boolean) - Static method in class io.netty.channel.unix.Socket
 
isJ2OCached(String, String) - Static method in class io.netty.handler.ssl.CipherSuiteConverter
Tests if the specified key-value pair has been cached in Java-to-OpenSSL cache.
isJ9Jvm() - Static method in class io.netty.util.internal.PlatformDependent
Returns true if the running JVM is either IBM J9 or Eclipse OpenJ9, false otherwise.
isJ9Jvm0() - Static method in class io.netty.util.internal.PlatformDependent
 
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_KEEPALIVE option.
isKeepAlive() - Method in class io.netty.channel.unix.Socket
 
isKeepAlive(int) - Static 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. Returns true if and only if the connection can remain open and thus 'kept alive'. This methods respects the value of the "Connection" header first and then the return value of HttpVersion.isKeepAliveDefault().
isKeepAlive(HttpMessage) - Static method in class io.netty.handler.codec.http.HttpUtil
Returns true if and only if the connection can remain open and thus 'kept alive'.
isKeepAliveDefault() - Method in class io.netty.handler.codec.http.HttpVersion
Returns true if and only if the connection is kept alive unless the "Connection" header is set to "close" explicitly.
isKey - Variable in class io.netty.handler.codec.http.multipart.HttpPostRequestEncoder
If not multipart, does the currentBuffer stands for the Key or for the Value
isLast() - Method in class io.netty.handler.codec.spdy.DefaultSpdyStreamFrame
 
isLast() - Method in interface io.netty.handler.codec.spdy.SpdyStreamFrame
Returns true if this frame is the last frame to be transmitted on the stream.
isLast(HttpMessage) - Static method in class io.netty.handler.codec.spdy.SpdyHttpEncoder
Checks if the given HTTP message should be considered as a last SPDY frame.
isLastChunk - Variable in class io.netty.handler.codec.http.multipart.HttpPostMultipartRequestDecoder
Does the last chunk already received
isLastChunk - Variable in class io.netty.handler.codec.http.multipart.HttpPostRequestEncoder
Does the last non empty chunk already encoded so that next chunk will be empty (last chunk)
isLastChunk - Variable in class io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder
Does the last chunk already received
isLastChunkSent - Variable in class io.netty.handler.codec.http.multipart.HttpPostRequestEncoder
Last chunk already sent
isLastContentMessage(C) - Method in class io.netty.handler.codec.MessageAggregator
Returns true if 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
 
isLineBased(ByteBuf[]) - Static method in class io.netty.handler.codec.DelimiterBasedFrameDecoder
Returns true if the delimiters are "\n" and "\r\n".
isLiveNonVolatile(T) - Method in class io.netty.util.internal.ReferenceCountUpdater
 
isLocal() - Method in class io.netty.handler.codec.http2.DefaultHttp2Connection.DefaultEndpoint
 
isLocal() - Method in class io.netty.handler.codec.http2.DefaultHttp2Connection.DefaultStream
 
isLocalSideClosed() - Method in class io.netty.handler.codec.spdy.SpdySession.StreamState
 
isLocalSideClosed(int) - Method in class io.netty.handler.codec.spdy.SpdySession
 
isLocalWindowsHost(String) - Static method in class io.netty.resolver.dns.DnsNameResolver
Checks whether the given hostname is the localhost/host (computer) name on Windows OS.
isLoopbackModeDisabled() - Method in class io.netty.channel.epoll.EpollDatagramChannelConfig
 
isLoopbackModeDisabled() - Method in class io.netty.channel.epoll.LinuxSocket
 
isLoopbackModeDisabled() - Method in class io.netty.channel.kqueue.KQueueDatagramChannelConfig
 
isLoopbackModeDisabled() - Method in interface io.netty.channel.socket.DatagramChannelConfig
Gets the StandardSocketOptions.IP_MULTICAST_LOOP option.
isLoopbackModeDisabled() - Method in class io.netty.channel.socket.DefaultDatagramChannelConfig
 
isLoopbackModeDisabled() - Method in class io.netty.channel.socket.nio.NioDatagramChannelConfig
 
isLowerCase(byte) - Static method in class io.netty.util.AsciiString
 
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 - Variable in class io.netty.handler.codec.http.multipart.HttpPostRequestEncoder
Does this request is a Multipart request
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
isMultipart(HttpResponse) - Static method in class io.netty.handler.codec.http.HttpServerKeepAliveHandler
 
isNoLocal() - Method in class io.netty.handler.codec.mqtt.MqttSubscriptionOption
 
isNonServerChannel() - Static method in class io.netty.channel.group.ChannelMatchers
Returns a ChannelMatcher that matches all Channels that are not of type ServerChannel.
isNot(Channel) - Static method in class io.netty.channel.group.ChannelMatchers
Returns a ChannelMatcher that matches all Channels except the given.
isNotEmpty(Queue<Object>) - Static method in class io.netty.channel.embedded.EmbeddedChannel
 
isNotInstanceOf(Class<? extends Channel>) - Static method in class io.netty.channel.group.ChannelMatchers
Returns a ChannelMatcher that matches all Channels that are not an instance of sub-type of the given class.
isNotValidPromise(ChannelPromise, boolean) - Method in class io.netty.channel.AbstractChannelHandlerContext
 
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 null or String.isEmpty() returns true.
isNullOrEmpty(Queue<ScheduledFutureTask<?>>) - Static method in class io.netty.util.concurrent.AbstractScheduledEventExecutor
 
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.
ISO_CONTROL_OR_WHITESPACE - Static variable in class io.netty.handler.codec.http.HttpObjectDecoder
 
isO2JCached(String, String, String) - Static method in class io.netty.handler.ssl.CipherSuiteConverter
Tests if the specified key-value pair has been cached in OpenSSL-to-Java cache.
isOcspSupported() - Static method in class io.netty.handler.ssl.OpenSsl
Returns true if the used version of OpenSSL supports OCSP stapling.
isOpen() - Method in class io.netty.bootstrap.FailedChannel
 
isOpen() - Method in interface io.netty.channel.Channel
Returns true if the Channel is open and may get active later
isOpen() - Method in class io.netty.channel.DefaultFileRegion
Returns true if the FileRegion has a open file-descriptor
isOpen() - Method in class io.netty.channel.embedded.EmbeddedChannel
 
isOpen() - Method in class io.netty.channel.epoll.AbstractEpollChannel
 
isOpen() - Method in class io.netty.channel.kqueue.AbstractKQueueChannel
 
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.nio.SelectedSelectionKeySetSelector
 
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 true if the file descriptor is open.
isOpen() - Method in class io.netty.channel.unix.SocketWritableByteChannel
 
isOpen() - Method in class io.netty.handler.codec.http2.AbstractHttp2StreamChannel
 
isOptionSupported(SslContextOption<?>) - Static method in class io.netty.handler.ssl.OpenSsl
 
isOptionSupported(SslProvider, SslContextOption<?>) - Static method in enum io.netty.handler.ssl.SslProvider
Returns true if the specified SslProvider supports the specified SslContextOption, false otherwise.
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 true if the JVM is running on OSX / MacOS
isOsx0() - Static method in class io.netty.util.internal.PlatformDependent
 
isOutboundDone() - Method in class io.netty.handler.ssl.JdkSslEngine
 
isOutboundDone() - Method in class io.netty.handler.ssl.ReferenceCountedOpenSslEngine
 
isOutboundStream(boolean, int) - Static method in class io.netty.handler.codec.http2.Http2CodecUtil
Returns true if the stream is an outbound stream.
isOutOfBounds(int, int, int) - Static method in class io.netty.util.internal.MathUtil
Determine if the requested index and length will fit within capacity.
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.NioSocketChannel
 
isOutputShutdown() - Method in class io.netty.channel.socket.oio.OioSocketChannel
Deprecated.
 
isOutputShutdown() - Method in class io.netty.channel.unix.Socket
 
isOutputShutdown(int) - Static method in class io.netty.channel.unix.FileDescriptor
 
isOws(char) - Static method in class io.netty.util.internal.StringUtil
 
isOWS(byte) - Static method in class io.netty.handler.codec.http.HttpObjectDecoder
 
isParentReadInProgress() - Method in class io.netty.handler.codec.http2.AbstractHttp2StreamChannel
 
isParentReadInProgress() - Method in class io.netty.handler.codec.http2.Http2MultiplexCodec.Http2MultiplexCodecStreamChannel
Deprecated.
 
isParentReadInProgress() - Method in class io.netty.handler.codec.http2.Http2MultiplexHandler.Http2MultiplexHandlerStreamChannel
 
isPartialFailure() - Method in interface io.netty.channel.group.ChannelGroupFuture
Returns true if and only if the I/O operations associated with this future have failed partially with some success.
isPartialFailure() - Method in class io.netty.channel.group.DefaultChannelGroupFuture
 
isPartialFailure() - Method in class io.netty.channel.group.VoidChannelGroupFuture
 
isPartialSuccess() - Method in interface io.netty.channel.group.ChannelGroupFuture
Returns true if and only if the I/O operations associated with this future were partially successful with some failure.
isPartialSuccess() - Method in class io.netty.channel.group.DefaultChannelGroupFuture
 
isPartialSuccess() - Method in class io.netty.channel.group.VoidChannelGroupFuture
 
isPassthru(HttpVersion, int, CharSequence) - Static method in class io.netty.handler.codec.http.HttpContentEncoder
 
isPerformMasking() - Method in class io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker13
 
isPeriodic() - Method in class io.netty.util.concurrent.UnorderedThreadPoolEventExecutor.RunnableScheduledFutureTask
 
isPersist() - Method in class io.netty.handler.codec.spdy.DefaultSpdySettingsFrame.Setting
 
isPersisted() - Method in class io.netty.handler.codec.spdy.DefaultSpdySettingsFrame.Setting
 
isPersisted(int) - Method in class io.netty.handler.codec.spdy.DefaultSpdySettingsFrame
 
isPersisted(int) - Method in interface io.netty.handler.codec.spdy.SpdySettingsFrame
Returns true if 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 true if this setting should be persisted.
isPostMethod(byte[], int) - Static method in class io.netty.handler.codec.http.HttpRequestDecoder
 
isPowerOfTwo(int) - Static method in class io.netty.util.concurrent.DefaultEventExecutorChooserFactory
 
isPP2ClientCertConn() - Method in class io.netty.handler.codec.haproxy.HAProxySSLTLV
Returns true if the bit field for PP2_CLIENT_CERT_CONN was set
isPP2ClientCertSess() - Method in class io.netty.handler.codec.haproxy.HAProxySSLTLV
Returns true if the bit field for PP2_CLIENT_CERT_SESS was set
isPP2ClientSSL() - Method in class io.netty.handler.codec.haproxy.HAProxySSLTLV
Returns true if the bit field for PP2_CLIENT_SSL was set
isPreferDirect() - Method in class io.netty.handler.codec.MessageToByteEncoder
 
isPreflightRequest(HttpRequest) - Static method in class io.netty.handler.codec.http.cors.CorsHandler
 
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 true if a read settings frame should be propagated along the channel pipeline.
isProtocolEnabled(int, int, String) - Static method in class io.netty.handler.ssl.ReferenceCountedOpenSslEngine
 
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.
isPushPromiseSent() - Method in class io.netty.handler.codec.http2.DefaultHttp2Connection.ConnectionStream
 
isPushPromiseSent() - Method in class io.netty.handler.codec.http2.DefaultHttp2Connection.DefaultStream
 
isPushPromiseSent() - Method in interface io.netty.handler.codec.http2.Http2Stream
Indicates whether or not a push promise was sent to the remote endpoint.
isQueueEmpty() - Method in class io.netty.handler.flow.FlowControlHandler
Determine if the underlying Queue is empty.
isReadable() - Method in class io.netty.buffer.AbstractByteBuf
 
isReadable() - Method in class io.netty.buffer.ByteBuf
Returns true if and only if (this.writerIndex - this.readerIndex) is greater than 0.
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() - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
isReadable() - Method in class io.netty.handler.codec.compression.Bzip2BitReader
Checks that at least one bit is available for reading.
isReadable() - Method in class io.netty.handler.codec.ReplayingDecoderByteBuf
 
isReadable(int) - Method in class io.netty.buffer.AbstractByteBuf
 
isReadable(int) - Method in class io.netty.buffer.ByteBuf
Returns true if 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
 
isReadable(int) - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
isReadable(int) - Method in class io.netty.handler.codec.ReplayingDecoderByteBuf
 
isReadEOF() - Method in class io.netty.channel.kqueue.KQueueRecvByteAllocatorHandle
 
isReadOnly() - Method in class io.netty.buffer.AbstractByteBuf
 
isReadOnly() - Method in class io.netty.buffer.AbstractDerivedByteBuf
Deprecated.
 
isReadOnly() - Method in class io.netty.buffer.AbstractPooledDerivedByteBuf
 
isReadOnly() - Method in class io.netty.buffer.AdvancedLeakAwareCompositeByteBuf
 
isReadOnly() - Method in class io.netty.buffer.ByteBuf
Returns true if 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.ReadOnlyByteBufferBuf
 
isReadOnly() - Method in class io.netty.buffer.SwappedByteBuf
Deprecated.
 
isReadOnly() - Method in class io.netty.buffer.WrappedByteBuf
 
isReadOnly() - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
isReadOnly() - Method in class io.netty.handler.codec.ReplayingDecoderByteBuf
 
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.
isReceivedRdHup() - Method in class io.netty.channel.epoll.EpollRecvByteAllocatorHandle
 
isRecursionAvailable() - Method in class io.netty.handler.codec.dns.DefaultDnsResponse
 
isRecursionAvailable() - Method in interface io.netty.handler.codec.dns.DnsResponse
Returns true if 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 true if and only if this resolver sends a DNS query with the RD (recursion desired) flag set.
isRegistered() - Method in class io.netty.channel.AbstractChannel
 
isRegistered() - Method in interface io.netty.channel.Channel
Returns true if the Channel is registered with an EventLoop.
isRegistered() - Method in class io.netty.handler.codec.http2.AbstractHttp2StreamChannel
 
isRemoteInitiatedId(int) - Method in class io.netty.handler.codec.spdy.SpdySessionHandler
 
isRemoteSideClosed() - Method in class io.netty.handler.codec.spdy.SpdySession.StreamState
 
isRemoteSideClosed(int) - Method in class io.netty.handler.codec.spdy.SpdySession
 
isRemoved() - Method in class io.netty.channel.AbstractChannelHandlerContext
 
isRemoved() - Method in interface io.netty.channel.ChannelHandlerContext
Return true if the ChannelHandler which belongs to this context was removed from the ChannelPipeline.
isRemoved() - Method in class io.netty.channel.CombinedChannelDuplexHandler.DelegatingChannelHandlerContext
 
isRemoved() - Method in class io.netty.util.DefaultAttributeMap.DefaultAttribute
 
isRenamed - Variable in class io.netty.handler.codec.http.multipart.AbstractDiskHttpData
 
isRequestOnly() - Method in enum io.netty.handler.codec.http2.Http2Headers.PseudoHeaderName
Indicates whether the pseudo-header is to be used in a request context.
isResetSent() - Method in class io.netty.handler.codec.http2.DefaultHttp2Connection.ConnectionStream
 
isResetSent() - Method in class io.netty.handler.codec.http2.DefaultHttp2Connection.DefaultStream
 
isResetSent() - Method in interface io.netty.handler.codec.http2.Http2Stream
Indicates whether a RST_STREAM frame has been sent from the local endpoint for this stream.
isResolved(SocketAddress) - Method in class io.netty.resolver.AbstractAddressResolver
 
isResolved(SocketAddress) - Method in interface io.netty.resolver.AddressResolver
Returns true if and only if the specified address has been resolved.
isRetain - Variable in class io.netty.handler.codec.mqtt.MqttFixedHeader
 
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_REUSEADDR option.
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_REUSEADDR option.
isReuseAddress() - Method in interface io.netty.channel.socket.SocketChannelConfig
Gets the StandardSocketOptions.SO_REUSEADDR option.
isReuseAddress() - Method in class io.netty.channel.unix.Socket
 
isReuseAddress(int) - Static method in class io.netty.channel.unix.Socket
 
isReusePort() - Method in class io.netty.channel.epoll.EpollDatagramChannelConfig
Returns true if the SO_REUSEPORT option is set.
isReusePort() - Method in class io.netty.channel.epoll.EpollServerSocketChannelConfig
Returns true if the SO_REUSEPORT option is set.
isReusePort() - Method in class io.netty.channel.kqueue.KQueueDatagramChannelConfig
Returns true if the SO_REUSEPORT option is set.
isReusePort() - Method in class io.netty.channel.kqueue.KQueueServerSocketChannelConfig
 
isReusePort() - Method in class io.netty.channel.unix.Socket
 
isReusePort(int) - Static method in class io.netty.channel.unix.Socket
 
isRootServer() - Method in class io.netty.resolver.dns.DnsResolveContext.AuthoritativeNameServer
Returns true if its a root server.
isRun(long) - Static method in class io.netty.buffer.PoolChunk
 
isSafe(Http2Headers) - Method in interface io.netty.handler.codec.http2.Http2PromisedRequestVerifier
Determine if a request is safe.
isSecure() - Method in interface io.netty.handler.codec.http.cookie.Cookie
Checks to see if this Cookie is secure
isSecure() - Method in class io.netty.handler.codec.http.cookie.DefaultCookie
 
isSegmentedDatagramPacketSupported() - Static method in class io.netty.channel.epoll.EpollDatagramChannel
Returns true if SegmentedDatagramPacket is supported natively.
isSelfDefinedMessageLength(HttpResponse) - Static method in class io.netty.handler.codec.http.HttpServerKeepAliveHandler
Keep-alive only works if the client can detect when the message has ended without relying on the connection being closed.
isSensitive() - Method in interface io.netty.handler.ssl.PemEncoded
Returns true if the PEM encoded value is considered sensitive information such as a private key.
isSensitive() - Method in class io.netty.handler.ssl.PemPrivateKey
 
isSensitive() - Method in class io.netty.handler.ssl.PemValue
 
isSensitive() - Method in class io.netty.handler.ssl.PemX509Certificate
 
isSensitive(CharSequence, CharSequence) - Method in interface io.netty.handler.codec.http2.Http2HeadersEncoder.SensitivityDetector
Determine if a header name/value pair should be treated as sensitive.
isServer - Variable in class io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
 
isServer - Variable in class io.netty.handler.codec.http2.Http2StreamFrameToHttpObjectCodec
 
isServer() - Method in class io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
Returns if AbstractHttp2ConnectionHandlerBuilder.build() will to create a Http2Connection in server mode (true) or client mode (false).
isServer() - Method in class io.netty.handler.codec.http2.DefaultHttp2Connection.DefaultEndpoint
 
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 true if and only if this context is for server-side.
isServer(ChannelHandlerContext) - Static method in class io.netty.handler.codec.http2.Http2MultiplexHandler
 
isServerChannel() - Static method in class io.netty.channel.group.ChannelMatchers
Returns a ChannelMatcher that matches all Channels that are of type ServerChannel.
isServerId(int) - Static method in class io.netty.handler.codec.spdy.SpdyCodecUtil
Returns true if ID is for a server initiated stream or ping.
isServerPipeline - Variable in class io.netty.handler.pcap.PcapWriteHandler.Builder
 
isServerPipeline - Variable in class io.netty.handler.pcap.PcapWriteHandler
Set to true if this handler is registered on a server pipeline
isSessionCacheEnabled() - Method in class io.netty.handler.ssl.OpenSslSessionContext
Return true if caching of SSL sessions is enabled, false otherwise.
isSessionCacheSupported() - Static method in class io.netty.handler.ssl.OpenSsl
 
isSessionPresent() - Method in class io.netty.handler.codec.mqtt.MqttConnAckVariableHeader
 
isSessionReused() - Method in class io.netty.handler.ssl.ReferenceCountedOpenSslEngine
 
isSet() - Method in class io.netty.util.concurrent.FastThreadLocal
Returns true if 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 true if the setting ID has a value.
isSet(InternalThreadLocalMap) - Method in class io.netty.util.concurrent.FastThreadLocal
Returns true if and only if this thread-local variable is set.
isSharable() - Method in class io.netty.channel.ChannelHandlerAdapter
Return true if the implementation is ChannelHandler.Sharable and so can be added to different ChannelPipelines.
isSharable() - Method in class io.netty.handler.codec.DatagramPacketDecoder
 
isSharable() - Method in class io.netty.handler.codec.DatagramPacketEncoder
 
isShortCircuit - Variable in class io.netty.handler.codec.http.cors.CorsHandler
 
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.
isShutdown() - Method in class io.netty.channel.embedded.EmbeddedEventLoop
 
isShutdown() - Method in class io.netty.channel.epoll.AbstractEpollStreamChannel
 
isShutdown() - Method in class io.netty.channel.kqueue.AbstractKQueueStreamChannel
 
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.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.NonStickyEventExecutorGroup.NonStickyOrderedEventExecutor
 
isShutdown() - Method in class io.netty.util.concurrent.SingleThreadEventExecutor
 
isShuttingDown() - Method in class io.netty.channel.embedded.EmbeddedEventLoop
 
isShuttingDown() - Method in class io.netty.channel.ThreadPerChannelEventLoopGroup
Deprecated.
 
isShuttingDown() - Method in interface io.netty.util.concurrent.EventExecutorGroup
Returns true if and only if all EventExecutors managed by this EventExecutorGroup are 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.NonStickyEventExecutorGroup.NonStickyOrderedEventExecutor
 
isShuttingDown() - Method in class io.netty.util.concurrent.SingleThreadEventExecutor
 
isShuttingDown() - Method in class io.netty.util.concurrent.UnorderedThreadPoolEventExecutor
 
isSingleDecode() - Method in class io.netty.handler.codec.ByteToMessageDecoder
If true then only one message is decoded on each ByteToMessageDecoder.channelRead(ChannelHandlerContext, Object) call.
isSingleDecode() - Method in class io.netty.handler.codec.haproxy.HAProxyMessageDecoder
 
isSingleDecode() - Method in class io.netty.handler.codec.http.HttpClientCodec
 
isSingleDirectBuffer(ByteBuf) - Static method in class io.netty.channel.socket.nio.NioDatagramChannel
Checks if the specified buffer is a direct buffer and is composed of a single NIO buffer.
isSkippable(Class<?>, String, Class<?>...) - Static method in class io.netty.channel.ChannelHandlerMask
 
isSoErrorZero(BsdSocket) - Static method in class io.netty.channel.kqueue.AbstractKQueueChannel
 
isSoErrorZero(Socket) - Static method in class io.netty.channel.epoll.AbstractEpollChannel
 
isSPLenient(byte) - Static method in class io.netty.handler.codec.http.HttpObjectDecoder
 
isSsl(ChannelHandlerContext) - Method in class io.netty.handler.codec.http2.Http2StreamFrameToHttpObjectCodec
 
isStartMessage(I) - Method in class io.netty.handler.codec.MessageAggregator
Returns true if 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
 
isStateSet(int) - Method in class io.netty.handler.ssl.SslHandler
 
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 streamId is a valid HTTP/2 stream identifier.
isStreamIdValid(int, boolean) - Static method in class io.netty.handler.codec.http2.Http2CodecUtil
 
isStreamMapEmpty() - Method in class io.netty.handler.codec.http2.DefaultHttp2Connection
Determine if DefaultHttp2Connection.streamMap only contains the connection stream.
isSubclass() - Method in class io.netty.handler.codec.DelimiterBasedFrameDecoder
Return true if the current instance is a subclass of DelimiterBasedFrameDecoder
isSubpage(long) - Static method in class io.netty.buffer.PoolChunk
 
isSuccess() - Method in class io.netty.channel.DelegatingChannelPromiseNotifier
 
isSuccess() - Method in class io.netty.channel.FailedChannelFuture
 
isSuccess() - Method in interface io.netty.channel.group.ChannelGroupFuture
Returns true if and only if all I/O operations associated with this future were successful without any failure.
isSuccess() - Method in class io.netty.channel.group.VoidChannelGroupFuture
 
isSuccess() - Method in class io.netty.channel.SucceededChannelFuture
 
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.ssl.SslCompletionEvent
Return true if 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 true if and only if the I/O operation was completed successfully.
isSuccess() - Method in class io.netty.util.concurrent.SucceededFuture
 
ISSUER_NAME_CONSTRUCTOR - Static variable in class io.netty.handler.ssl.util.OpenJdkSelfSignedCertGenerator
 
issueSessionError(ChannelHandlerContext, SpdySessionStatus) - Method in class io.netty.handler.codec.spdy.SpdySessionHandler
 
issueStreamError(ChannelHandlerContext, int, SpdyStreamStatus) - Method in class io.netty.handler.codec.spdy.SpdySessionHandler
 
isSunSslEngineAvailable() - Static method in class io.netty.handler.ssl.SslMasterKeyHandler
 
isSupported() - Static method in class io.netty.channel.epoll.SegmentedDatagramPacket
Deprecated.
Returns true if the underlying system supports GSO.
isSupported() - Static method in class io.netty.util.internal.CleanerJava6
 
isSupported() - Static method in class io.netty.util.internal.CleanerJava9
 
isSupported(SocketAddress) - Method in class io.netty.resolver.AbstractAddressResolver
 
isSupported(SocketAddress) - Method in interface io.netty.resolver.AddressResolver
Returns true if and only if the specified address is supported by this resolved.
isSupportingFastOpenClient() - Static method in class io.netty.channel.kqueue.Native
 
isSupportingFastOpenServer() - Static method in class io.netty.channel.kqueue.Native
 
isSupportingRecvmmsg() - Static method in class io.netty.channel.epoll.NativeStaticallyReferencedJniMethods
 
isSupportingSendmmsg() - Static method in class io.netty.channel.epoll.NativeStaticallyReferencedJniMethods
 
isSupportingUdpSegment() - Static method in class io.netty.channel.epoll.Native
 
isSupportingWindowSizeAndMemLevel() - Static method in class io.netty.handler.codec.compression.ZlibCodecFactory
Returns true if specify a custom window size and mem level is supported.
isSurrogate(char) - Static method in class io.netty.util.internal.StringUtil
Determine if c lies within the range of values defined for Surrogate Code Point.
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_CORK option on the socket.
isTcpCork() - Method in class io.netty.channel.epoll.LinuxSocket
 
isTcpCork(int) - Static method in class io.netty.channel.epoll.LinuxSocket
 
isTcpFastOpen() - Method in class io.netty.channel.kqueue.BsdSocket
 
isTcpFastOpen() - Method in class io.netty.channel.kqueue.KQueueServerChannelConfig
Returns true if TCP FastOpen is enabled.
isTcpFastOpen(int) - Static method in class io.netty.channel.kqueue.BsdSocket
 
isTcpFastOpenClientSideAvailable() - Static method in class io.netty.channel.epoll.Epoll
Returns true if the epoll native transport is both available and supports client-side TCP FastOpen.
isTcpFastOpenClientSideAvailable() - Static method in class io.netty.channel.kqueue.KQueue
Returns true if the kqueue native transport is both available and supports client-side TCP FastOpen.
isTcpFastOpenConnect() - Method in class io.netty.channel.epoll.EpollSocketChannelConfig
Returns true if TCP fast open is enabled, false otherwise.
isTcpFastOpenConnect() - Method in class io.netty.channel.kqueue.KQueueSocketChannelConfig
Returns true if TCP fast open is enabled, false otherwise.
isTcpFastOpenServerSideAvailable() - Static method in class io.netty.channel.epoll.Epoll
Returns true if the epoll native transport is both available and supports server-side TCP FastOpen.
isTcpFastOpenServerSideAvailable() - Static method in class io.netty.channel.kqueue.KQueue
Returns true if the kqueue 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_NODELAY option.
isTcpNoDelay() - Method in class io.netty.channel.unix.Socket
 
isTcpNoDelay(int) - Static method in class io.netty.channel.unix.Socket
 
isTcpNoPush() - Method in class io.netty.channel.kqueue.BsdSocket
 
isTcpNoPush() - Method in class io.netty.channel.kqueue.KQueueSocketChannelConfig
 
isTcpQuickAck() - Method in class io.netty.channel.epoll.EpollSocketChannelConfig
Returns true if TCP_QUICKACK is enabled, false otherwise.
isTcpQuickAck() - Method in class io.netty.channel.epoll.LinuxSocket
 
isTcpQuickAck(int) - Static method in class io.netty.channel.epoll.LinuxSocket
 
isTeNotTrailers(CharSequence, CharSequence) - Static method in class io.netty.handler.codec.http.HttpHeaderValidationUtil
If the given header is HttpHeaderNames.TE and the given header value is not HttpHeaderValues.TRAILERS, then return true.
isTerminated() - Method in class io.netty.channel.embedded.EmbeddedEventLoop
 
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.NonStickyEventExecutorGroup.NonStickyOrderedEventExecutor
 
isTerminated() - Method in class io.netty.util.concurrent.SingleThreadEventExecutor
 
isTerminated(Thread) - Static method in class io.netty.util.Recycler.LocalPool
 
isText(ByteBuf, int, int, Charset) - Static method in class io.netty.buffer.ByteBufUtil
Returns true if the specified ByteBuf starting at index with length is valid text using the given Charset, otherwise return false.
isText(ByteBuf, Charset) - Static method in class io.netty.buffer.ByteBufUtil
Returns true if the given ByteBuf is valid text using the given Charset, otherwise return false.
isTimeoutError(Throwable) - Static method in class io.netty.resolver.dns.DnsNameResolver
Returns true if the Throwable was caused by an timeout.
isTLSv13Cipher(String) - Static method in class io.netty.handler.ssl.SslUtils
Returns true if the given cipher (in openssl format) is for TLSv1.3, false otherwise.
isTlsv13EnabledByDefault(SslProvider, Provider) - Static method in enum io.netty.handler.ssl.SslProvider
Returns true if the specified SslProvider enables TLS 1.3 by default, false otherwise.
isTLSv13EnabledByJDK(Provider) - Static method in class io.netty.handler.ssl.SslUtils
Returns true if the JDK itself supports TLSv1.3 and enabled it by default, false otherwise.
isTLSv13EnabledByJDK0(Provider) - Static method in class io.netty.handler.ssl.SslUtils
 
isTlsv13Supported() - Static method in class io.netty.handler.ssl.OpenSsl
 
isTlsv13Supported(SslProvider) - Static method in enum io.netty.handler.ssl.SslProvider
Returns true if the specified SslProvider supports TLS 1.3, false otherwise.
isTlsv13Supported(SslProvider, Provider) - Static method in enum io.netty.handler.ssl.SslProvider
Returns true if the specified SslProvider supports TLS 1.3, false otherwise.
isTlsV13Supported(String[]) - Static method in class io.netty.handler.ssl.JdkSslContext
 
isTLSv13SupportedByJDK(Provider) - Static method in class io.netty.handler.ssl.SslUtils
Returns true if the JDK itself supports TLSv1.3, false otherwise.
isTLSv13SupportedByJDK0(Provider) - Static method in class io.netty.handler.ssl.SslUtils
 
isTraceCapable() - Method in class io.netty.util.internal.logging.Log4JLogger
 
isTraceEnabled() - Method in class io.netty.util.internal.logging.CommonsLogger
Deprecated.
Delegates to the Log.isTraceEnabled() method of the underlying Log instance.
isTraceEnabled() - Method in interface io.netty.util.internal.logging.InternalLogger
Is the logger instance enabled for the TRACE level?
isTraceEnabled() - Method in class io.netty.util.internal.logging.JdkLogger
Is this logger instance enabled for the FINEST level?
isTraceEnabled() - Method in class io.netty.util.internal.logging.LocationAwareSlf4JLogger
 
isTraceEnabled() - Method in class io.netty.util.internal.logging.Log4JLogger
Is this logger instance enabled for the TRACE level?
isTraceEnabled() - Method in class io.netty.util.internal.logging.Slf4JLogger
 
isTrailersReceived() - Method in class io.netty.handler.codec.http2.DefaultHttp2Connection.DefaultStream
 
isTrailersReceived() - Method in interface io.netty.handler.codec.http2.Http2Stream
Indicates whether or not the trailers have been received.
isTrailersSent() - Method in class io.netty.handler.codec.http2.DefaultHttp2Connection.DefaultStream
 
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 specified HttpMessage is chunked
isTransferEncodingChunked(HttpMessage) - Static method in class io.netty.handler.codec.http.HttpUtil
Checks to see if the transfer encoding in a specified HttpMessage is chunked
isTransportOrTimeoutError(Throwable) - Static method in class io.netty.resolver.dns.DnsNameResolver
Returns true if the Throwable was 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 true if 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 true if this header block has been truncated due to length restrictions.
isUdpGro() - Method in class io.netty.channel.epoll.EpollDatagramChannelConfig
Returns if UDP_GRO is enabled.
isUdpGro() - Method in class io.netty.channel.epoll.LinuxSocket
 
isUdpGro(int) - Static method in class io.netty.channel.epoll.LinuxSocket
 
isUnaligned() - Static method in class io.netty.util.internal.PlatformDependent
true if and only if the platform supports unaligned access.
isUnaligned() - Static method in class io.netty.util.internal.PlatformDependent0
 
isUnidirectional() - Method in class io.netty.handler.codec.spdy.DefaultSpdySynStreamFrame
 
isUnidirectional() - Method in interface io.netty.handler.codec.spdy.SpdySynStreamFrame
Returns true if the stream created with this frame is to be considered half-closed to the receiver.
isUnsupportedExpectation(HttpMessage) - Static method in class io.netty.handler.codec.http.HttpUtil
Returns true if the specified message contains an expect header specifying an expectation that is not supported.
isUpperCase(byte) - Static method in class io.netty.util.AsciiString
 
isUpperCase(char) - Static method in class io.netty.util.AsciiString
 
isUsed(long) - Static method in class io.netty.buffer.PoolChunk
 
isUtf8(ByteBuf, int, int) - Static method in class io.netty.buffer.ByteBufUtil
Returns true if the specified ByteBuf starting at index with length is valid UTF8 text, otherwise return false.
isValid() - Method in class io.netty.handler.ssl.ExtendedOpenSslSession
 
isValid() - Method in class io.netty.handler.ssl.OpenSslSessionCache.NativeSslSession
 
isValid() - Method in class io.netty.handler.ssl.ReferenceCountedOpenSslEngine.DefaultOpenSslSession
 
isValid(long) - Method in class io.netty.handler.ssl.OpenSslSessionCache.NativeSslSession
 
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 true if HTTP header validation should be performed.
isValidClientId(MqttVersion, int, String) - Static method in class io.netty.handler.codec.mqtt.MqttCodecUtil
 
isValidFrameHeader(int, int, byte, int) - Static method in class io.netty.handler.codec.spdy.SpdyFrameDecoder
 
isValidHexChar(char) - Static method in class io.netty.util.NetUtil
 
isValidHostNameForSNI(String) - Static method in class io.netty.handler.ssl.Java8SslUtils
 
isValidHostNameForSNI(String) - Static method in class io.netty.handler.ssl.SslUtils
Validate that the given hostname can be used in SNI extension.
isValidIpV4Address(AsciiString, int, int) - Static method in class io.netty.util.NetUtil
 
isValidIpV4Address(CharSequence) - Static method in class io.netty.util.NetUtil
Takes a CharSequence and parses it to see if it is a valid IPV4 address.
isValidIpV4Address(CharSequence, int, int) - Static method in class io.netty.util.NetUtil
 
isValidIpV4Address(String) - Static method in class io.netty.util.NetUtil
Takes a String and parses it to see if it is a valid IPV4 address.
isValidIpV4Address(String, int, int) - Static method in class io.netty.util.NetUtil
 
isValidIpV4Address0(CharSequence, int, int) - Static method in class io.netty.util.NetUtil
 
isValidIPv4Mapped(byte[], int, int, int) - Static method in class io.netty.util.NetUtil
 
isValidIPv4MappedChar(char) - Static method in class io.netty.util.NetUtil
 
isValidIPv4MappedSeparators(byte, byte, boolean) - Static method in class io.netty.util.NetUtil
 
isValidIpV4Word(CharSequence, int, int) - Static method in class io.netty.util.NetUtil
 
isValidIpV6Address(CharSequence) - Static method in class io.netty.util.NetUtil
 
isValidIpV6Address(String) - Static method in class io.netty.util.NetUtil
 
isValidMessageId(int) - Static method in class io.netty.handler.codec.mqtt.MqttCodecUtil
 
isValidNumericChar(char) - Static method in class io.netty.util.NetUtil
 
isValidPublishTopicName(String) - Static method in class io.netty.handler.codec.mqtt.MqttCodecUtil
 
isValidStartCharForXmlElement(byte) - Static method in class io.netty.handler.codec.xml.XmlFrameDecoder
Asks whether the given byte is a valid start char for an xml element name.
isValidStatusCode(int) - Static method in class io.netty.handler.codec.http.websocketx.WebSocketCloseStatus
 
isValidStreamId(int) - Method in class io.netty.handler.codec.http2.DefaultHttp2Connection.DefaultEndpoint
 
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.
isValueDefined(int, int) - Static method in class io.netty.handler.codec.http.cookie.ClientCookieDecoder.CookieBuilder
 
isVoid() - Method in interface io.netty.channel.ChannelFuture
isVoid() - Method in class io.netty.channel.CompleteChannelFuture
 
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 class io.netty.util.internal.logging.CommonsLogger
Deprecated.
Delegates to the Log.isWarnEnabled() method of the underlying Log instance.
isWarnEnabled() - Method in interface io.netty.util.internal.logging.InternalLogger
Is the logger instance enabled for the WARN level?
isWarnEnabled() - Method in class io.netty.util.internal.logging.JdkLogger
Is this logger instance enabled for the WARNING level?
isWarnEnabled() - Method in class io.netty.util.internal.logging.LocationAwareSlf4JLogger
 
isWarnEnabled() - Method in class io.netty.util.internal.logging.Log4JLogger
Is this logger instance enabled for the WARN level?
isWarnEnabled() - Method in class io.netty.util.internal.logging.Slf4JLogger
 
isWatch - Variable in class io.netty.util.ThreadDeathWatcher.Entry
Deprecated.
 
isWebSocketPath - Variable in class io.netty.handler.codec.http.websocketx.WebSocketServerProtocolHandshakeHandler
 
isWebSocketPath(HttpRequest) - Method in class io.netty.handler.codec.http.websocketx.WebSocketServerProtocolHandshakeHandler
 
isWebsocketUpgrade(HttpHeaders) - Static method in class io.netty.handler.codec.http.websocketx.extensions.WebSocketExtensionUtil
 
isWhitespace(byte) - Static method in class io.netty.handler.codec.http.HttpObjectDecoder
 
isWillFlag - Variable in class io.netty.handler.codec.mqtt.MqttConnectVariableHeader
 
isWillFlag() - Method in class io.netty.handler.codec.mqtt.MqttConnectVariableHeader
 
isWillRetain - Variable 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 true if the JVM is running on Windows
isWindows0() - Static method in class io.netty.util.internal.PlatformDependent
 
isWritable() - Method in class io.netty.buffer.AbstractByteBuf
 
isWritable() - Method in class io.netty.buffer.ByteBuf
Returns true if and only if (this.capacity - this.writerIndex) is greater than 0.
isWritable() - Method in class io.netty.buffer.EmptyByteBuf
 
isWritable() - Method in class io.netty.buffer.FixedCompositeByteBuf
 
isWritable() - Method in class io.netty.buffer.ReadOnlyByteBuf
Deprecated.
 
isWritable() - Method in class io.netty.buffer.ReadOnlyByteBufferBuf
 
isWritable() - Method in class io.netty.buffer.SwappedByteBuf
Deprecated.
 
isWritable() - Method in class io.netty.buffer.WrappedByteBuf
 
isWritable() - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
isWritable() - Method in class io.netty.channel.AbstractChannel
 
isWritable() - Method in interface io.netty.channel.Channel
Returns true if and only if the I/O thread will perform the requested write operation immediately.
isWritable() - Method in class io.netty.channel.ChannelOutboundBuffer
Returns true if and only if the total number of pending bytes did not exceed the write watermark of the Channel and no user-defined writability flag has been set to false.
isWritable() - Method in class io.netty.handler.codec.http2.AbstractHttp2StreamChannel
 
isWritable() - Method in class io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController.FlowState
Determine if the stream associated with this object is writable.
isWritable() - Method in class io.netty.handler.codec.ReplayingDecoderByteBuf
 
isWritable(int) - Method in class io.netty.buffer.AbstractByteBuf
 
isWritable(int) - Method in class io.netty.buffer.ByteBuf
Returns true if 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.FixedCompositeByteBuf
 
isWritable(int) - Method in class io.netty.buffer.ReadOnlyByteBuf
Deprecated.
 
isWritable(int) - Method in class io.netty.buffer.ReadOnlyByteBufferBuf
 
isWritable(int) - Method in class io.netty.buffer.SwappedByteBuf
Deprecated.
 
isWritable(int) - Method in class io.netty.buffer.WrappedByteBuf
 
isWritable(int) - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
isWritable(int) - Method in class io.netty.handler.codec.ReplayingDecoderByteBuf
 
isWritable(DefaultHttp2RemoteFlowController.FlowState) - Method in class io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController.WritabilityMonitor
Determine if the stream associated with state is writable.
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 stream has bytes remaining for use in the flow control window.
isWritableConnection() - Method in class io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController.WritabilityMonitor
 
isWriting() - Method in class io.netty.handler.pcap.PcapWriteHandler
Returns true if the PcapWriteHandler is currently writing packets to the OutputStream else returns false.
isZero(byte[], int, int) - Static method in class io.netty.util.internal.PlatformDependent
Determine if a subsection of an array is zero.
isZero(byte[], int, int) - Static method in class io.netty.util.internal.PlatformDependent0
 
isZeroSafe(byte[], int, int) - Static method in class io.netty.util.internal.PlatformDependent
 
iter - Variable in class io.netty.handler.codec.HeadersUtils.StringEntryIterator
 
iter - Variable in class io.netty.handler.codec.HeadersUtils.StringIterator
 
iter - Variable in class io.netty.util.collection.ByteCollections.UnmodifiableMap.IteratorImpl
 
iter - Variable in class io.netty.util.collection.ByteObjectHashMap.MapIterator
 
iter - Variable in class io.netty.util.collection.CharCollections.UnmodifiableMap.IteratorImpl
 
iter - Variable in class io.netty.util.collection.CharObjectHashMap.MapIterator
 
iter - Variable in class io.netty.util.collection.IntCollections.UnmodifiableMap.IteratorImpl
 
iter - Variable in class io.netty.util.collection.IntObjectHashMap.MapIterator
 
iter - Variable in class io.netty.util.collection.LongCollections.UnmodifiableMap.IteratorImpl
 
iter - Variable in class io.netty.util.collection.LongObjectHashMap.MapIterator
 
iter - Variable in class io.netty.util.collection.ShortCollections.UnmodifiableMap.IteratorImpl
 
iter - Variable in class io.netty.util.collection.ShortObjectHashMap.MapIterator
 
iterator - Variable in class io.netty.handler.codec.http.multipart.HttpPostRequestEncoder
Iterator to be used when encoding will be called chunk after chunk
iterator - Variable in class io.netty.util.internal.ReadOnlyIterator
 
iterator() - Method in class io.netty.buffer.AdvancedLeakAwareCompositeByteBuf
 
iterator() - Method in class io.netty.buffer.CompositeByteBuf
 
iterator() - Method in class io.netty.buffer.PoolChunkList
 
iterator() - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
iterator() - Method in class io.netty.channel.DefaultChannelPipeline
 
iterator() - Method in exception io.netty.channel.group.ChannelGroupException
Returns a Iterator which contains all the Throwable that was a cause of the failure and the related id of the Channel.
iterator() - Method in interface io.netty.channel.group.ChannelGroupFuture
Returns the Iterator that enumerates all ChannelFutures which are associated with this future.
iterator() - Method in class io.netty.channel.group.DefaultChannelGroup
 
iterator() - Method in class io.netty.channel.group.DefaultChannelGroupFuture
 
iterator() - Method in class io.netty.channel.group.VoidChannelGroupFuture
 
iterator() - Method in class io.netty.channel.nio.SelectedSelectionKeySet
 
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.HeadersUtils.DelegatingNameSet
 
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 need String. If String is required then use HttpHeaders.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.MaxCapacityQueue
 
iterator() - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
 
iterator() - Method in class io.netty.handler.ssl.OpenSslCertificateCompressionConfig
 
iterator() - Method in class io.netty.resolver.dns.DnsResolveContext.DnsAddressStreamList
 
iterator() - Method in class io.netty.util.collection.ByteObjectHashMap.EntrySet
 
iterator() - Method in class io.netty.util.collection.ByteObjectHashMap.KeySet
 
iterator() - Method in class io.netty.util.collection.CharObjectHashMap.EntrySet
 
iterator() - Method in class io.netty.util.collection.CharObjectHashMap.KeySet
 
iterator() - Method in class io.netty.util.collection.IntObjectHashMap.EntrySet
 
iterator() - Method in class io.netty.util.collection.IntObjectHashMap.KeySet
 
iterator() - Method in class io.netty.util.collection.LongObjectHashMap.EntrySet
 
iterator() - Method in class io.netty.util.collection.LongObjectHashMap.KeySet
 
iterator() - Method in class io.netty.util.collection.ShortObjectHashMap.EntrySet
 
iterator() - Method in class io.netty.util.collection.ShortObjectHashMap.KeySet
 
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
 
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
Iterator that converts each Map.Entry's key and value to a String.
iteratorAsString() - Method in class io.netty.handler.codec.spdy.DefaultSpdyHeaders
 
iteratorAsString() - Method in interface io.netty.handler.codec.spdy.SpdyHeaders
Headers.iterator() that converts each Map.Entry's key and value to a String.
iteratorAsString() - Method in class io.netty.handler.codec.stomp.DefaultStompHeaders
 
iteratorAsString() - Method in interface io.netty.handler.codec.stomp.StompHeaders
Headers.iterator() that converts each Map.Entry's key and value to a String.
iteratorAsString(Iterable<Map.Entry<CharSequence, CharSequence>>) - Static method in class io.netty.handler.codec.HeadersUtils
Headers.iterator() which converts each Map.Entry's key and value to a String.
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
 
IteratorImpl(Iterator<ByteObjectMap.PrimitiveEntry<V>>) - Constructor for class io.netty.util.collection.ByteCollections.UnmodifiableMap.IteratorImpl
 
IteratorImpl(Iterator<CharObjectMap.PrimitiveEntry<V>>) - Constructor for class io.netty.util.collection.CharCollections.UnmodifiableMap.IteratorImpl
 
IteratorImpl(Iterator<IntObjectMap.PrimitiveEntry<V>>) - Constructor for class io.netty.util.collection.IntCollections.UnmodifiableMap.IteratorImpl
 
IteratorImpl(Iterator<LongObjectMap.PrimitiveEntry<V>>) - Constructor for class io.netty.util.collection.LongCollections.UnmodifiableMap.IteratorImpl
 
IteratorImpl(Iterator<ShortObjectMap.PrimitiveEntry<V>>) - Constructor for class io.netty.util.collection.ShortCollections.UnmodifiableMap.IteratorImpl
 
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

j2o - Static variable in class io.netty.handler.ssl.CipherSuiteConverter
Java-to-OpenSSL cipher suite conversion map Note that the Java cipher suite has the protocol prefix (TLS_, SSL_)
j2oTls13 - Static variable in class io.netty.handler.ssl.CipherSuiteConverter
 
JAVA_AES_CBC_PATTERN - Static variable in class io.netty.handler.ssl.CipherSuiteConverter
 
JAVA_AES_PATTERN - Static variable in class io.netty.handler.ssl.CipherSuiteConverter
 
JAVA_CIPHERSUITE_PATTERN - Static variable in class io.netty.handler.ssl.CipherSuiteConverter
A_B_WITH_C_D, where: A - TLS or SSL (protocol) B - handshake algorithm (key exchange and authentication algorithms to be precise) C - bulk cipher D - HMAC algorithm This regular expression assumes that: 1) A is always TLS or SSL, and 2) D is always a single word.
JAVA_HASHER - Static variable in interface io.netty.util.HashingStrategy
A HashingStrategy which delegates to java's Object.hashCode() and Object.equals(Object).
JAVA_VERSION - Static variable in class io.netty.util.internal.PlatformDependent0
 
Java7SslParametersUtils - Class in io.netty.handler.ssl
 
Java7SslParametersUtils() - Constructor for class io.netty.handler.ssl.Java7SslParametersUtils
 
Java8SslUtils - Class in io.netty.handler.ssl
 
Java8SslUtils() - Constructor for class io.netty.handler.ssl.Java8SslUtils
 
javaChannel - Variable in class io.netty.channel.socket.nio.NioDatagramChannelConfig
 
javaChannel() - Method in class io.netty.channel.nio.AbstractNioChannel
 
javaChannel() - Method in class io.netty.channel.socket.nio.NioDatagramChannel
 
javaChannel() - Method in class io.netty.channel.socket.nio.NioServerSocketChannel
 
javaChannel() - Method in class io.netty.channel.socket.nio.NioSocketChannel
 
javaSocket - Variable in class io.netty.channel.socket.DefaultDatagramChannelConfig
 
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.
javaVersion() - Static method in class io.netty.util.internal.PlatformDependent0
 
javaVersion0() - Static method in class io.netty.util.internal.PlatformDependent0
 
JAVAX_CERTIFICATE_CREATION_SUPPORTED - Static variable in class io.netty.handler.ssl.OpenSsl
 
JAVAX_CERTS_NOT_SUPPORTED - Static variable in class io.netty.handler.ssl.ReferenceCountedOpenSslEngine
 
JDK - io.netty.handler.ssl.SslHandler.SslEngineType
 
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.
JdkAlpnApplicationProtocolNegotiator.AlpnWrapper - Class in io.netty.handler.ssl
Deprecated.
 
JdkAlpnApplicationProtocolNegotiator.FailureWrapper - Class in io.netty.handler.ssl
Deprecated.
 
JdkAlpnSslEngine - Class in io.netty.handler.ssl
 
JdkAlpnSslEngine(SSLEngine, JdkApplicationProtocolNegotiator, boolean) - Constructor for class io.netty.handler.ssl.JdkAlpnSslEngine
 
JdkAlpnSslEngine(SSLEngine, JdkApplicationProtocolNegotiator, boolean, BiConsumer<SSLEngine, JdkAlpnSslEngine.AlpnSelector>, BiConsumer<SSLEngine, List<String>>) - Constructor for class io.netty.handler.ssl.JdkAlpnSslEngine
 
JdkAlpnSslEngine.AlpnSelector - Class in io.netty.handler.ssl
 
JdkAlpnSslUtils - Class in io.netty.handler.ssl
 
JdkAlpnSslUtils() - Constructor for class io.netty.handler.ssl.JdkAlpnSslUtils
 
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.
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.
JdkApplicationProtocolNegotiator.SslEngineWrapperFactory - Interface in io.netty.handler.ssl
Deprecated.
Abstract factory pattern for wrapping an SSLEngine object.
JdkBaseApplicationProtocolNegotiator - Class in io.netty.handler.ssl
Common base class for JdkApplicationProtocolNegotiator classes to inherit from.
JdkBaseApplicationProtocolNegotiator(JdkApplicationProtocolNegotiator.SslEngineWrapperFactory, JdkApplicationProtocolNegotiator.ProtocolSelectorFactory, JdkApplicationProtocolNegotiator.ProtocolSelectionListenerFactory, Iterable<String>) - Constructor for class io.netty.handler.ssl.JdkBaseApplicationProtocolNegotiator
Create a new instance.
JdkBaseApplicationProtocolNegotiator(JdkApplicationProtocolNegotiator.SslEngineWrapperFactory, JdkApplicationProtocolNegotiator.ProtocolSelectorFactory, JdkApplicationProtocolNegotiator.ProtocolSelectionListenerFactory, String...) - Constructor for class io.netty.handler.ssl.JdkBaseApplicationProtocolNegotiator
Create a new instance.
JdkBaseApplicationProtocolNegotiator(JdkApplicationProtocolNegotiator.SslEngineWrapperFactory, JdkApplicationProtocolNegotiator.ProtocolSelectorFactory, JdkApplicationProtocolNegotiator.ProtocolSelectionListenerFactory, List<String>) - Constructor for class io.netty.handler.ssl.JdkBaseApplicationProtocolNegotiator
Create a new instance.
JdkBaseApplicationProtocolNegotiator.FailProtocolSelectionListener - Class in io.netty.handler.ssl
 
JdkBaseApplicationProtocolNegotiator.FailProtocolSelector - Class in io.netty.handler.ssl
 
JdkBaseApplicationProtocolNegotiator.NoFailProtocolSelectionListener - Class in io.netty.handler.ssl
 
JdkBaseApplicationProtocolNegotiator.NoFailProtocolSelector - Class in io.netty.handler.ssl
 
jdkChannel() - Method in class io.netty.channel.socket.nio.NioServerSocketChannel.NioServerSocketChannelConfig
 
jdkChannel() - Method in class io.netty.channel.socket.nio.NioSocketChannel.NioSocketChannelConfig
 
jdkCompatibilityMode - Variable in class io.netty.handler.ssl.ReferenceCountedOpenSslEngine
 
jdkCompatibilityMode - Variable in class io.netty.handler.ssl.SslHandler
 
jdkCompatibilityMode(SSLEngine) - Method in enum io.netty.handler.ssl.SslHandler.SslEngineType
 
JdkDefaultApplicationProtocolNegotiator - Class in io.netty.handler.ssl
The JdkApplicationProtocolNegotiator to use if you do not care about NPN or ALPN and are using SslProvider.JDK.
JdkDefaultApplicationProtocolNegotiator() - Constructor for class io.netty.handler.ssl.JdkDefaultApplicationProtocolNegotiator
 
JdkLogger - Class in io.netty.util.internal.logging
JdkLogger(Logger) - Constructor for class io.netty.util.internal.logging.JdkLogger
 
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.
JdkNpnApplicationProtocolNegotiator - Class in io.netty.handler.ssl
Deprecated.
JdkNpnApplicationProtocolNegotiator(boolean, boolean, Iterable<String>) - Constructor for class io.netty.handler.ssl.JdkNpnApplicationProtocolNegotiator
Deprecated.
Create a new instance.
JdkNpnApplicationProtocolNegotiator(boolean, boolean, String...) - Constructor for class io.netty.handler.ssl.JdkNpnApplicationProtocolNegotiator
Deprecated.
Create a new instance.
JdkNpnApplicationProtocolNegotiator(boolean, Iterable<String>) - Constructor for class io.netty.handler.ssl.JdkNpnApplicationProtocolNegotiator
Deprecated.
Create a new instance.
JdkNpnApplicationProtocolNegotiator(boolean, String...) - Constructor for class io.netty.handler.ssl.JdkNpnApplicationProtocolNegotiator
Deprecated.
Create a new instance.
JdkNpnApplicationProtocolNegotiator(JdkApplicationProtocolNegotiator.ProtocolSelectorFactory, JdkApplicationProtocolNegotiator.ProtocolSelectionListenerFactory, Iterable<String>) - Constructor for class io.netty.handler.ssl.JdkNpnApplicationProtocolNegotiator
Deprecated.
Create a new instance.
JdkNpnApplicationProtocolNegotiator(JdkApplicationProtocolNegotiator.ProtocolSelectorFactory, JdkApplicationProtocolNegotiator.ProtocolSelectionListenerFactory, String...) - Constructor for class io.netty.handler.ssl.JdkNpnApplicationProtocolNegotiator
Deprecated.
Create a new instance.
JdkNpnApplicationProtocolNegotiator(Iterable<String>) - Constructor for class io.netty.handler.ssl.JdkNpnApplicationProtocolNegotiator
Deprecated.
Create a new instance.
JdkNpnApplicationProtocolNegotiator(String...) - Constructor for class io.netty.handler.ssl.JdkNpnApplicationProtocolNegotiator
Deprecated.
Create a new instance.
JdkSslClientContext - Class in io.netty.handler.ssl
Deprecated.
Use SslContextBuilder to create JdkSslContext instances and only use JdkSslContext in your code.
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(Provider, File, TrustManagerFactory, Iterable<String>, CipherSuiteFilter, JdkApplicationProtocolNegotiator, long, long) - Constructor for class io.netty.handler.ssl.JdkSslClientContext
Deprecated.
 
JdkSslClientContext(Provider, X509Certificate[], TrustManagerFactory, X509Certificate[], PrivateKey, String, KeyManagerFactory, Iterable<String>, CipherSuiteFilter, ApplicationProtocolConfig, String[], long, long, String) - 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 SslContext which 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 JdkSslContext from a pre-configured SSLContext.
JdkSslContext(SSLContext, boolean, Iterable<String>, CipherSuiteFilter, JdkApplicationProtocolNegotiator, ClientAuth, String[], boolean) - Constructor for class io.netty.handler.ssl.JdkSslContext
 
JdkSslContext.Defaults - Class in io.netty.handler.ssl
 
JdkSslEngine - Class in io.netty.handler.ssl
 
JdkSslEngine(SSLEngine) - Constructor for class io.netty.handler.ssl.JdkSslEngine
 
JdkSslServerContext - Class in io.netty.handler.ssl
Deprecated.
Use SslContextBuilder to create JdkSslContext instances and only use JdkSslContext in your code.
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.
JdkSslServerContext(Provider, File, File, String, Iterable<String>, CipherSuiteFilter, JdkApplicationProtocolNegotiator, long, long, String) - Constructor for class io.netty.handler.ssl.JdkSslServerContext
Deprecated.
 
JdkSslServerContext(Provider, X509Certificate[], TrustManagerFactory, X509Certificate[], PrivateKey, String, KeyManagerFactory, Iterable<String>, CipherSuiteFilter, ApplicationProtocolConfig, long, long, ClientAuth, String[], boolean, String) - Constructor for class io.netty.handler.ssl.JdkSslServerContext
Deprecated.
 
JdkZlibDecoder - Class in io.netty.handler.codec.compression
Decompress a ByteBuf using the inflate algorithm.
JdkZlibDecoder() - Constructor for class io.netty.handler.codec.compression.JdkZlibDecoder
Creates a new instance with the default wrapper (ZlibWrapper.ZLIB).
JdkZlibDecoder(boolean) - Constructor for class io.netty.handler.codec.compression.JdkZlibDecoder
 
JdkZlibDecoder(boolean, int) - Constructor for class io.netty.handler.codec.compression.JdkZlibDecoder
 
JdkZlibDecoder(byte[]) - Constructor for class io.netty.handler.codec.compression.JdkZlibDecoder
Creates a new instance with the specified preset dictionary.
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
Creates a new instance with the specified wrapper.
JdkZlibDecoder(ZlibWrapper, boolean) - Constructor for class io.netty.handler.codec.compression.JdkZlibDecoder
 
JdkZlibDecoder(ZlibWrapper, boolean, int) - Constructor for class io.netty.handler.codec.compression.JdkZlibDecoder
 
JdkZlibDecoder(ZlibWrapper, byte[], 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.
JdkZlibDecoder.GzipState - Enum in io.netty.handler.codec.compression
 
JdkZlibEncoder - Class in io.netty.handler.codec.compression
Compresses a ByteBuf using the deflate algorithm.
JdkZlibEncoder() - Constructor for class io.netty.handler.codec.compression.JdkZlibEncoder
Creates a new zlib encoder with the default compression level (6) and the default wrapper (ZlibWrapper.ZLIB).
JdkZlibEncoder(byte[]) - Constructor for class io.netty.handler.codec.compression.JdkZlibEncoder
Creates a new zlib encoder with the default compression level (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 compressionLevel and 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 compressionLevel and the specified preset dictionary.
JdkZlibEncoder(ZlibWrapper) - Constructor for class io.netty.handler.codec.compression.JdkZlibEncoder
Creates a new zlib encoder with the default compression level (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 compressionLevel and the specified wrapper.
jmxPid(ClassLoader) - Static method in class io.netty.channel.DefaultChannelId
 
join(CharSequence, Iterable<? extends CharSequence>) - Static method in class io.netty.util.internal.StringUtil
Returns a char sequence that contains all elements joined by a given separator.
joinGroup(int, boolean, byte[], byte[], int, int) - Static method in class io.netty.channel.epoll.LinuxSocket
 
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 ChannelFuture once 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, 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 ChannelFuture once 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, NetworkInterface, InetAddress) - Method in class io.netty.channel.epoll.EpollDatagramChannel
 
joinGroup(InetAddress, NetworkInterface, InetAddress) - Method in class io.netty.channel.epoll.LinuxSocket
 
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 ChannelFuture once 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, 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 ChannelFuture once 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(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 ChannelFuture once 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, 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 ChannelFuture once 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.
 
joinGroup0(InetAddress, NetworkInterface, InetAddress, ChannelPromise) - Method in class io.netty.channel.epoll.EpollDatagramChannel
 
joinSsmGroup(int, boolean, byte[], byte[], int, int, byte[]) - Static method in class io.netty.channel.epoll.LinuxSocket
 
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
 
jumpTable - Variable in class io.netty.buffer.search.AhoCorasicSearchProcessorFactory.Context
 
jumpTable - Variable in class io.netty.buffer.search.AhoCorasicSearchProcessorFactory
 
jumpTable - Variable in class io.netty.buffer.search.AhoCorasicSearchProcessorFactory.Processor
 
jumpTable - Variable in class io.netty.buffer.search.KmpSearchProcessorFactory
 
jumpTable - Variable in class io.netty.buffer.search.KmpSearchProcessorFactory.Processor
 
JZlibDecoder - Class in io.netty.handler.codec.compression
 
JZlibDecoder() - Constructor for class io.netty.handler.codec.compression.JZlibDecoder
Creates a new instance with the default wrapper (ZlibWrapper.ZLIB).
JZlibDecoder(byte[]) - Constructor for class io.netty.handler.codec.compression.JZlibDecoder
Creates a new instance with the specified preset dictionary.
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
Creates a new instance with the specified wrapper.
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 ByteBuf using 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 specified windowBits, the specified memLevel, 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 specified windowBits, the specified memLevel, and the specified wrapper.

K

k - Variable in class io.netty.handler.codec.http2.HpackHuffmanDecoder
 
KEEP_ALIVE - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
Deprecated.
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
 
keepAliveDefault - Variable in class io.netty.handler.codec.http.HttpVersion
 
keepAliveSecs - Variable in class io.netty.handler.codec.mqtt.MqttMessageBuilders.ConnectBuilder
 
keepAliveTimeSeconds - Variable in class io.netty.handler.codec.mqtt.MqttConnectVariableHeader
 
keepAliveTimeSeconds() - Method in class io.netty.handler.codec.mqtt.MqttConnectVariableHeader
 
KERNEL_VERSION - Static variable in class io.netty.channel.epoll.Native
 
kernelVersion() - Static method in class io.netty.channel.epoll.NativeStaticallyReferencedJniMethods
 
keventAddUserEvent(int, int) - Static method in class io.netty.channel.kqueue.Native
 
keventTriggerUserEvent(int, int) - Static method in class io.netty.channel.kqueue.Native
 
keventWait(int, long, int, long, int, int, int) - Static method in class io.netty.channel.kqueue.Native
 
keventWait(int, KQueueEventArray, KQueueEventArray, int, int) - Static method in class io.netty.channel.kqueue.Native
 
key - Variable in class io.netty.channel.group.DefaultChannelGroupFuture.DefaultEntry
 
key - Variable in class io.netty.handler.codec.DefaultHeaders.HeaderEntry
 
key - Variable in class io.netty.handler.codec.http.HttpMethod.EnumNameMap.Node
 
key - Variable in class io.netty.handler.codec.http.ReadOnlyHttpHeaders.ReadOnlyIterator
 
key - Variable in class io.netty.handler.codec.http.ReadOnlyHttpHeaders.ReadOnlyStringIterator
 
key - Variable in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers.ReadOnlyIterator
 
key - Variable in class io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage
Contains the optional key.
key - Variable in class io.netty.handler.codec.mqtt.MqttProperties.StringPair
 
key - Variable in class io.netty.handler.ssl.OpenSslSessionTicketKey
 
key - Variable in class io.netty.handler.ssl.SslContextBuilder
 
key - Variable in class io.netty.handler.ssl.util.SelfSignedCertificate
 
key - Variable in class io.netty.util.DefaultAttributeMap.DefaultAttribute
 
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
Returns the generated EC/RSA private key.
key() - Method in interface io.netty.util.Attribute
Returns the key of this attribute.
key() - Method in class io.netty.util.collection.ByteCollections.UnmodifiableMap.EntryImpl
 
key() - Method in class io.netty.util.collection.ByteObjectHashMap.PrimitiveIterator
 
key() - Method in interface io.netty.util.collection.ByteObjectMap.PrimitiveEntry
Gets the key for this entry.
key() - Method in class io.netty.util.collection.CharCollections.UnmodifiableMap.EntryImpl
 
key() - Method in class io.netty.util.collection.CharObjectHashMap.PrimitiveIterator
 
key() - Method in interface io.netty.util.collection.CharObjectMap.PrimitiveEntry
Gets the key for this entry.
key() - Method in class io.netty.util.collection.IntCollections.UnmodifiableMap.EntryImpl
 
key() - Method in class io.netty.util.collection.IntObjectHashMap.PrimitiveIterator
 
key() - Method in interface io.netty.util.collection.IntObjectMap.PrimitiveEntry
Gets the key for this entry.
key() - Method in class io.netty.util.collection.LongCollections.UnmodifiableMap.EntryImpl
 
key() - Method in class io.netty.util.collection.LongObjectHashMap.PrimitiveIterator
 
key() - Method in interface io.netty.util.collection.LongObjectMap.PrimitiveEntry
Gets the key for this entry.
key() - Method in class io.netty.util.collection.ShortCollections.UnmodifiableMap.EntryImpl
 
key() - Method in class io.netty.util.collection.ShortObjectHashMap.PrimitiveIterator
 
key() - Method in interface io.netty.util.collection.ShortObjectMap.PrimitiveEntry
Gets the key for this entry.
key() - Method in class io.netty.util.DefaultAttributeMap.DefaultAttribute
 
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 - Static variable in class io.netty.handler.ssl.OpenSsl
 
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_FOOTER - Static variable in class io.netty.handler.ssl.PemReader
 
KEY_HEADER - Static variable in class io.netty.handler.ssl.PemReader
 
KEY_MANAGEMENT_FAILURE - Static variable in class io.netty.handler.codec.rtsp.RtspResponseStatuses
463 Key management failure
KEY_TYPE_DH_RSA - Static variable in class io.netty.handler.ssl.OpenSslKeyMaterialManager
 
KEY_TYPE_EC - Static variable in class io.netty.handler.ssl.OpenSslKeyMaterialManager
 
KEY_TYPE_EC_EC - Static variable in class io.netty.handler.ssl.OpenSslKeyMaterialManager
 
KEY_TYPE_EC_RSA - Static variable in class io.netty.handler.ssl.OpenSslKeyMaterialManager
 
KEY_TYPE_RSA - Static variable in class io.netty.handler.ssl.OpenSslKeyMaterialManager
 
KEY_TYPES - Static variable in class io.netty.handler.ssl.OpenSslKeyMaterialManager
 
keyCertChain - Variable in class io.netty.handler.ssl.ReferenceCountedOpenSslContext
 
keyCertChain - Variable in class io.netty.handler.ssl.SslContextBuilder
 
keyFor(String, int) - Static method in class io.netty.handler.ssl.OpenSslClientSessionCache
 
keyLength - Variable in class io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage
 
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.
keyManager - Variable in class io.netty.handler.ssl.OpenSslKeyMaterialProvider
 
keyManager - Variable in class io.netty.handler.ssl.OpenSslX509KeyManagerFactory.OpenSslKeyManagerFactorySpi.ProviderFactory
 
keyManager() - Method in class io.netty.handler.ssl.OpenSslKeyMaterialProvider
Returns the underlying X509KeyManager that is used.
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.
keyManagerFactory - Variable in class io.netty.handler.ssl.SslContextBuilder
 
KeyManagerFactoryWrapper - Class in io.netty.handler.ssl.util
 
KeyManagerFactoryWrapper(KeyManager) - Constructor for class io.netty.handler.ssl.util.KeyManagerFactoryWrapper
 
keyManagerHolder - Variable in class io.netty.handler.ssl.ReferenceCountedOpenSslClientContext.OpenSslClientCertificateCallback
 
keyManagerHolder - Variable in class io.netty.handler.ssl.ReferenceCountedOpenSslServerContext.OpenSslServerCertificateCallback
 
keyManagers - Variable in class io.netty.handler.ssl.util.SimpleKeyManagerFactory.SimpleKeyManagerFactorySpi
 
keyMethod - Variable in class io.netty.handler.ssl.ReferenceCountedOpenSslContext.AsyncPrivateKeyMethod
 
keyMethod - Variable in class io.netty.handler.ssl.ReferenceCountedOpenSslContext.PrivateKeyMethod
 
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"
keyNotFoundException() - Static method in class io.netty.handler.ssl.PemReader
 
keyPassword - Variable in class io.netty.handler.ssl.SslContextBuilder
 
keys - Variable in class io.netty.channel.nio.SelectedSelectionKeySet
 
keys - Variable in class io.netty.handler.codec.http2.DefaultHttp2Connection.PropertyKeyRegistry
Initial size of 4 because the default configuration currently has 3 listeners (local/remote flow controller and StreamByteDistributor) and we leave room for 1 extra.
keys - Variable in class io.netty.util.collection.ByteObjectHashMap
 
keys - Variable in class io.netty.util.collection.CharObjectHashMap
 
keys - Variable in class io.netty.util.collection.IntObjectHashMap
 
keys - Variable in class io.netty.util.collection.LongObjectHashMap
 
keys - Variable in class io.netty.util.collection.ShortObjectHashMap
 
keys() - Method in class io.netty.channel.nio.SelectedSelectionKeySetSelector
 
keySet - Variable in class io.netty.util.collection.ByteCollections.UnmodifiableMap
 
keySet - Variable in class io.netty.util.collection.ByteObjectHashMap
 
keySet - Variable in class io.netty.util.collection.CharCollections.UnmodifiableMap
 
keySet - Variable in class io.netty.util.collection.CharObjectHashMap
 
keySet - Variable in class io.netty.util.collection.IntCollections.UnmodifiableMap
 
keySet - Variable in class io.netty.util.collection.IntObjectHashMap
 
keySet - Variable in class io.netty.util.collection.LongCollections.UnmodifiableMap
 
keySet - Variable in class io.netty.util.collection.LongObjectHashMap
 
keySet - Variable in class io.netty.util.collection.ShortCollections.UnmodifiableMap
 
keySet - Variable in class io.netty.util.collection.ShortObjectHashMap
 
keySet() - Method in class io.netty.handler.codec.serialization.ReferenceMap
 
keySet() - Method in class io.netty.util.collection.ByteCollections.EmptyMap
 
keySet() - Method in class io.netty.util.collection.ByteCollections.UnmodifiableMap
 
keySet() - Method in class io.netty.util.collection.ByteObjectHashMap
 
keySet() - Method in class io.netty.util.collection.CharCollections.EmptyMap
 
keySet() - Method in class io.netty.util.collection.CharCollections.UnmodifiableMap
 
keySet() - Method in class io.netty.util.collection.CharObjectHashMap
 
keySet() - Method in class io.netty.util.collection.IntCollections.EmptyMap
 
keySet() - Method in class io.netty.util.collection.IntCollections.UnmodifiableMap
 
keySet() - Method in class io.netty.util.collection.IntObjectHashMap
 
keySet() - Method in class io.netty.util.collection.LongCollections.EmptyMap
 
keySet() - Method in class io.netty.util.collection.LongCollections.UnmodifiableMap
 
keySet() - Method in class io.netty.util.collection.LongObjectHashMap
 
keySet() - Method in class io.netty.util.collection.ShortCollections.EmptyMap
 
keySet() - Method in class io.netty.util.collection.ShortCollections.UnmodifiableMap
 
keySet() - Method in class io.netty.util.collection.ShortObjectHashMap
 
KeySet() - Constructor for class io.netty.util.collection.ByteObjectHashMap.KeySet
 
KeySet() - Constructor for class io.netty.util.collection.CharObjectHashMap.KeySet
 
KeySet() - Constructor for class io.netty.util.collection.IntObjectHashMap.KeySet
 
KeySet() - Constructor for class io.netty.util.collection.LongObjectHashMap.KeySet
 
KeySet() - Constructor for class io.netty.util.collection.ShortObjectHashMap.KeySet
 
keyStorePassword(String) - Static method in class io.netty.handler.ssl.SslContext
 
keyStoreType - Variable in class io.netty.handler.ssl.SslContextBuilder
 
keyStoreType(String) - Method in class io.netty.handler.ssl.SslContextBuilder
Sets the KeyStore type that should be used.
keyToErrors - Variable in class io.netty.handler.codec.redis.FixedRedisMessagePool
 
keyToSimpleStrings - Variable in class io.netty.handler.codec.redis.FixedRedisMessagePool
 
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.
km - Variable in class io.netty.handler.ssl.util.KeyManagerFactoryWrapper
 
kmf - Variable in class io.netty.handler.ssl.OpenSslX509KeyManagerFactory.OpenSslKeyManagerFactorySpi
 
KmpSearchProcessorFactory - Class in io.netty.buffer.search
Implements Knuth-Morris-Pratt string search algorithm.
KmpSearchProcessorFactory(byte[]) - Constructor for class io.netty.buffer.search.KmpSearchProcessorFactory
 
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.
KQueue() - Constructor for class io.netty.channel.kqueue.KQueue
 
KQUEUE_DATA_OFFSET - Static variable in class io.netty.channel.kqueue.KQueueEventArray
 
KQUEUE_EVENT_SIZE - Static variable in class io.netty.channel.kqueue.KQueueEventArray
 
KQUEUE_FFLAGS_OFFSET - Static variable in class io.netty.channel.kqueue.KQueueEventArray
 
KQUEUE_FILTER_OFFSET - Static variable in class io.netty.channel.kqueue.KQueueEventArray
 
KQUEUE_FLAGS_OFFSET - Static variable in class io.netty.channel.kqueue.KQueueEventArray
 
KQUEUE_IDENT_OFFSET - Static variable in class io.netty.channel.kqueue.KQueueEventArray
 
KQUEUE_MAX_TIMEOUT_SECONDS - Static variable in class io.netty.channel.kqueue.KQueueEventLoop
 
KQUEUE_WAKE_UP_IDENT - Static variable in class io.netty.channel.kqueue.KQueueEventLoop
 
KQueueChannelConfig - Class in io.netty.channel.kqueue
 
KQueueChannelConfig(AbstractKQueueChannel) - Constructor for class io.netty.channel.kqueue.KQueueChannelConfig
 
KQueueChannelConfig(AbstractKQueueChannel, RecvByteBufAllocator) - Constructor for class io.netty.channel.kqueue.KQueueChannelConfig
 
KQueueChannelOption<T> - Class in io.netty.channel.kqueue
 
KQueueChannelOption() - Constructor for class io.netty.channel.kqueue.KQueueChannelOption
 
kqueueCreate() - Static method in class io.netty.channel.kqueue.Native
 
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(BsdSocket, boolean) - Constructor for class io.netty.channel.kqueue.KQueueDatagramChannel
 
KQueueDatagramChannel(InternetProtocolFamily) - Constructor for class io.netty.channel.kqueue.KQueueDatagramChannel
 
KQueueDatagramChannel.KQueueDatagramChannelUnsafe - Class in io.netty.channel.kqueue
 
KQueueDatagramChannelConfig - Class in io.netty.channel.kqueue
 
KQueueDatagramChannelConfig(KQueueDatagramChannel) - Constructor for class io.netty.channel.kqueue.KQueueDatagramChannelConfig
 
KQueueDatagramChannelUnsafe() - Constructor for class io.netty.channel.kqueue.KQueueDatagramChannel.KQueueDatagramChannelUnsafe
 
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
 
KQueueDomainDatagramChannel(BsdSocket, boolean) - Constructor for class io.netty.channel.kqueue.KQueueDomainDatagramChannel
 
KQueueDomainDatagramChannel.KQueueDomainDatagramChannelUnsafe - Class in io.netty.channel.kqueue
 
KQueueDomainDatagramChannelConfig - Class in io.netty.channel.kqueue
 
KQueueDomainDatagramChannelConfig(KQueueDomainDatagramChannel) - Constructor for class io.netty.channel.kqueue.KQueueDomainDatagramChannelConfig
 
KQueueDomainDatagramChannelUnsafe() - Constructor for class io.netty.channel.kqueue.KQueueDomainDatagramChannel.KQueueDomainDatagramChannelUnsafe
 
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
 
KQueueDomainSocketChannel(Channel, BsdSocket) - Constructor for class io.netty.channel.kqueue.KQueueDomainSocketChannel
 
KQueueDomainSocketChannel.KQueueDomainUnsafe - Class in io.netty.channel.kqueue
 
KQueueDomainSocketChannelConfig - Class in io.netty.channel.kqueue
 
KQueueDomainSocketChannelConfig(AbstractKQueueChannel) - Constructor for class io.netty.channel.kqueue.KQueueDomainSocketChannelConfig
 
KQueueDomainUnsafe() - Constructor for class io.netty.channel.kqueue.KQueueDomainSocketChannel.KQueueDomainUnsafe
 
KQueueEventArray - Class in io.netty.channel.kqueue
Represents an array of kevent structures, backed by offheap memory.
KQueueEventArray(int) - Constructor for class io.netty.channel.kqueue.KQueueEventArray
 
KQueueEventLoop - Class in io.netty.channel.kqueue
EventLoop which uses kqueue under the covers.
KQueueEventLoop(EventLoopGroup, Executor, int, SelectStrategy, RejectedExecutionHandler, EventLoopTaskQueueFactory, EventLoopTaskQueueFactory) - Constructor for class io.netty.channel.kqueue.KQueueEventLoop
 
KQueueEventLoopGroup - Class in io.netty.channel.kqueue
 
KQueueEventLoopGroup() - Constructor for class io.netty.channel.kqueue.KQueueEventLoopGroup
Create a new instance using the default number of threads and the default ThreadFactory.
KQueueEventLoopGroup(int) - Constructor for class io.netty.channel.kqueue.KQueueEventLoopGroup
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
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
 
KQueueEventLoopGroup(int, Executor, SelectStrategyFactory) - Constructor for class io.netty.channel.kqueue.KQueueEventLoopGroup
 
KQueueEventLoopGroup(int, Executor, EventExecutorChooserFactory, SelectStrategyFactory) - Constructor for class io.netty.channel.kqueue.KQueueEventLoopGroup
 
KQueueEventLoopGroup(int, Executor, EventExecutorChooserFactory, SelectStrategyFactory, RejectedExecutionHandler) - Constructor for class io.netty.channel.kqueue.KQueueEventLoopGroup
 
KQueueEventLoopGroup(int, Executor, EventExecutorChooserFactory, SelectStrategyFactory, RejectedExecutionHandler, EventLoopTaskQueueFactory) - Constructor for class io.netty.channel.kqueue.KQueueEventLoopGroup
 
KQueueEventLoopGroup(int, Executor, EventExecutorChooserFactory, SelectStrategyFactory, RejectedExecutionHandler, EventLoopTaskQueueFactory, EventLoopTaskQueueFactory) - Constructor for class io.netty.channel.kqueue.KQueueEventLoopGroup
 
KQueueEventLoopGroup(int, ThreadFactory) - Constructor for class io.netty.channel.kqueue.KQueueEventLoopGroup
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
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
Create a new instance using the specified number of threads and the given ThreadFactory.
KQueueEventLoopGroup(ThreadFactory) - Constructor for class io.netty.channel.kqueue.KQueueEventLoopGroup
Create a new instance using the default number of threads and the given ThreadFactory.
kqueueFd - Variable in class io.netty.channel.kqueue.KQueueEventLoop
 
KQueueRecvByteAllocatorHandle - Class in io.netty.channel.kqueue
 
KQueueRecvByteAllocatorHandle(RecvByteBufAllocator.ExtendedHandle) - Constructor for class io.netty.channel.kqueue.KQueueRecvByteAllocatorHandle
 
KQueueServerChannelConfig - Class in io.netty.channel.kqueue
 
KQueueServerChannelConfig(AbstractKQueueChannel) - Constructor for class io.netty.channel.kqueue.KQueueServerChannelConfig
 
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
 
KQueueServerDomainSocketChannel(BsdSocket, boolean) - 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
 
KQueueServerSocketChannel(BsdSocket) - Constructor for class io.netty.channel.kqueue.KQueueServerSocketChannel
 
KQueueServerSocketChannel(BsdSocket, boolean) - Constructor for class io.netty.channel.kqueue.KQueueServerSocketChannel
 
KQueueServerSocketChannelConfig - Class in io.netty.channel.kqueue
 
KQueueServerSocketChannelConfig(KQueueServerSocketChannel) - Constructor for class io.netty.channel.kqueue.KQueueServerSocketChannelConfig
 
KQueueServerSocketUnsafe() - Constructor for class io.netty.channel.kqueue.AbstractKQueueServerChannel.KQueueServerSocketUnsafe
 
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(Channel, BsdSocket, InetSocketAddress) - Constructor for class io.netty.channel.kqueue.KQueueSocketChannel
 
KQueueSocketChannel(InternetProtocolFamily) - Constructor for class io.netty.channel.kqueue.KQueueSocketChannel
 
KQueueSocketChannel.KQueueSocketChannelUnsafe - Class in io.netty.channel.kqueue
 
KQueueSocketChannelConfig - Class in io.netty.channel.kqueue
 
KQueueSocketChannelConfig(KQueueSocketChannel) - Constructor for class io.netty.channel.kqueue.KQueueSocketChannelConfig
 
KQueueSocketChannelUnsafe() - Constructor for class io.netty.channel.kqueue.KQueueSocketChannel.KQueueSocketChannelUnsafe
 
KQueueSocketWritableByteChannel() - Constructor for class io.netty.channel.kqueue.AbstractKQueueStreamChannel.KQueueSocketWritableByteChannel
 
KQueueStaticallyReferencedJniMethods - Class in io.netty.channel.kqueue
This class is necessary to break the following cyclic dependency: JNI_OnLoad JNI Calls FindClass because RegisterNatives (used to register JNI methods) requires a class FindClass loads the class, but static members variables of that class attempt to call a JNI method which has not yet been registered. java.lang.UnsatisfiedLinkError is thrown because native method has not yet been registered. Static members which call JNI methods must not be declared in this class!
KQueueStaticallyReferencedJniMethods() - Constructor for class io.netty.channel.kqueue.KQueueStaticallyReferencedJniMethods
 
KQueueStreamUnsafe() - Constructor for class io.netty.channel.kqueue.AbstractKQueueStreamChannel.KQueueStreamUnsafe
 
kqueueWait(boolean) - Method in class io.netty.channel.kqueue.KQueueEventLoop
 
kqueueWait(int, int) - Method in class io.netty.channel.kqueue.KQueueEventLoop
 
kqueueWaitNow() - Method in class io.netty.channel.kqueue.KQueueEventLoop
 
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

langAsciiString(byte[], int, int) - Static method in class io.netty.handler.codec.http.HttpObjectDecoder
This method shouldn't exist: look at https://bugs.openjdk.org/browse/JDK-8295496 for more context
last - Variable in class io.netty.handler.codec.compression.Bzip2DivSufSort.PartitionResult
 
last - Variable in class io.netty.handler.codec.spdy.DefaultSpdyStreamFrame
 
last() - Method in interface io.netty.channel.ChannelPipeline
Returns the last ChannelHandler in 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"
lastAccessed - Variable in class io.netty.buffer.CompositeByteBuf
 
lastAccessed - Variable in class io.netty.handler.ssl.ReferenceCountedOpenSslEngine
 
lastAccessedTime - Variable in class io.netty.handler.ssl.OpenSslSessionCache.NativeSslSession
 
lastAckRecv() - Method in class io.netty.channel.epoll.EpollTcpInfo
 
lastAckSent() - Method in class io.netty.channel.epoll.EpollTcpInfo
 
LastBulkStringRedisContent - Interface in io.netty.handler.codec.redis
A last chunk of Bulk Strings.
lastBytesRead - Variable in class io.netty.channel.DefaultMaxBytesRecvByteBufAllocator.HandleImpl
 
lastBytesRead - Variable in class io.netty.channel.DefaultMaxMessagesRecvByteBufAllocator.MaxMessageHandle
 
lastBytesRead() - Method in class io.netty.channel.DefaultMaxBytesRecvByteBufAllocator.HandleImpl
 
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.AdaptiveRecvByteBufAllocator.HandleImpl
 
lastBytesRead(int) - Method in class io.netty.channel.DefaultMaxBytesRecvByteBufAllocator.HandleImpl
 
lastBytesRead(int) - Method in class io.netty.channel.DefaultMaxMessagesRecvByteBufAllocator.MaxMessageHandle
 
lastBytesRead(int) - Method in class io.netty.channel.kqueue.KQueueRecvByteAllocatorHandle
 
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.
lastChangeCheckTimeStamp - Variable in class io.netty.handler.timeout.IdleStateHandler
 
lastChunk() - Method in class io.netty.handler.codec.http.multipart.HttpPostRequestEncoder
 
lastContent - Variable in class io.netty.handler.codec.stomp.StompSubframeDecoder
 
lastContext() - Method in interface io.netty.channel.ChannelPipeline
Returns the context of the last ChannelHandler in this pipeline.
lastContext() - Method in class io.netty.channel.DefaultChannelPipeline
 
lastCumulativeTime - Variable in class io.netty.handler.traffic.TrafficCounter
Last Time where cumulative bytes where reset to zero: this time is a real EPOC time (informative only)
lastCumulativeTime() - Method in class io.netty.handler.traffic.TrafficCounter
 
lastDataRecv() - Method in class io.netty.channel.epoll.EpollTcpInfo
 
lastDataSent() - Method in class io.netty.channel.epoll.EpollTcpInfo
 
lastException - Variable in class io.netty.channel.embedded.EmbeddedChannel
 
lastExecutionTime - Variable in class io.netty.util.concurrent.SingleThreadEventExecutor
 
lastFlushProgress - Variable in class io.netty.handler.timeout.IdleStateHandler
 
lastGoodStreamId - Variable in class io.netty.handler.codec.spdy.DefaultSpdyGoAwayFrame
 
lastGoodStreamId - Variable in class io.netty.handler.codec.spdy.SpdySessionHandler
 
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 - Variable in class io.netty.handler.codec.http.HttpChunkedInput
 
LastHttpContent - Interface in io.netty.handler.codec.http
The last HttpContent which has trailing headers.
lastInboundBuffer() - Method in class io.netty.channel.embedded.EmbeddedChannel
lastIndexOf(AbstractByteBuf, int, int, byte) - Static method in class io.netty.buffer.ByteBufUtil
 
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 MemcacheContent which signals the end of the content batch.
lastMessageHashCode - Variable in class io.netty.handler.timeout.IdleStateHandler
 
lastOutboundBuffer() - Method in class io.netty.channel.embedded.EmbeddedChannel
lastPage(int, int) - Static method in class io.netty.buffer.PoolChunk
 
lastPendingWriteBytes - Variable in class io.netty.handler.timeout.IdleStateHandler
 
lastReadBytes - Variable in class io.netty.handler.traffic.TrafficCounter
Last read bytes number during last check interval
lastReadBytes() - Method in class io.netty.handler.traffic.TrafficCounter
 
lastReaderIndex - Variable in class io.netty.handler.codec.json.JsonObjectDecoder
 
lastReadingTime - Variable in class io.netty.handler.traffic.TrafficCounter
Last reading time during last check interval
lastReadThroughput - Variable in class io.netty.handler.traffic.TrafficCounter
Last reading bandwidth
lastReadThroughput() - Method in class io.netty.handler.traffic.TrafficCounter
 
lastReadTime - Variable in class io.netty.handler.timeout.IdleStateHandler
 
lastReadTimestamp - Variable in class io.netty.handler.traffic.GlobalChannelTrafficShapingHandler.PerChannel
 
lastReadTimestamp - Variable in class io.netty.handler.traffic.GlobalTrafficShapingHandler.PerChannel
 
lastRecentUsed - Variable in class io.netty.channel.pool.SimpleChannelPool
 
lastRefresh - Variable in class io.netty.resolver.DefaultHostsFileEntriesResolver
 
lastRefresh - Variable in class io.netty.resolver.dns.macos.MacOSDnsServerAddressStreamProvider
 
lastRstFrameNano - Variable in class io.netty.handler.codec.http2.Http2MaxRstFrameListener
 
LastSmtpContent - Interface in io.netty.handler.codec.smtp
The last part of a sequence of SmtpContents that are sent after a DATA request.
LastStompContentSubframe - Interface in io.netty.handler.codec.stomp
The last StompContentSubframe which signals the end of the content batch
lastStreamCreated() - Method in class io.netty.handler.codec.http2.DefaultHttp2Connection.DefaultEndpoint
 
lastStreamCreated() - Method in interface io.netty.handler.codec.http2.Http2Connection.Endpoint
Gets the ID of the stream last successfully created by this endpoint.
lastStreamId - Variable in class io.netty.handler.codec.http2.DefaultHttp2GoAwayFrame
 
lastStreamId - Variable in class io.netty.handler.codec.http2.StreamBufferingEncoder.GoAwayDetail
 
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 -1 else.
lastStreamId() - Method in exception io.netty.handler.codec.http2.StreamBufferingEncoder.Http2GoAwayException
 
lastStreamKnownByPeer - Variable in class io.netty.handler.codec.http2.DefaultHttp2Connection.DefaultEndpoint
 
lastStreamKnownByPeer() - Method in class io.netty.handler.codec.http2.DefaultHttp2Connection.DefaultEndpoint
 
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.
lastStreamKnownByPeer(int) - Method in class io.netty.handler.codec.http2.DefaultHttp2Connection.DefaultEndpoint
 
lastTask - Variable in class io.netty.handler.timeout.WriteTimeoutHandler
A doubly-linked list to track all WriteTimeoutTasks
lastTime - Variable in class io.netty.handler.traffic.TrafficCounter
Last Time Check taken
lastTime() - Method in class io.netty.handler.traffic.TrafficCounter
 
lastVariableIndex() - Static method in class io.netty.util.internal.InternalThreadLocalMap
 
lastWriteThroughput - Variable in class io.netty.handler.traffic.TrafficCounter
Last writing bandwidth
lastWriteThroughput() - Method in class io.netty.handler.traffic.TrafficCounter
 
lastWriteTime - Variable in class io.netty.handler.timeout.IdleStateHandler
 
lastWriteTimestamp - Variable in class io.netty.handler.traffic.GlobalChannelTrafficShapingHandler.PerChannel
 
lastWriteTimestamp - Variable in class io.netty.handler.traffic.GlobalTrafficShapingHandler.PerChannel
 
lastWritingTime - Variable in class io.netty.handler.traffic.TrafficCounter
Last future writing time during last check interval
lastWrittenBytes - Variable in class io.netty.handler.traffic.TrafficCounter
Last written bytes number during last check interval
lastWrittenBytes() - Method in class io.netty.handler.traffic.TrafficCounter
 
latest - Variable in class io.netty.handler.codec.http2.HpackEncoder
 
latestCounter() - Method in class io.netty.handler.codec.http2.HpackEncoder
 
LATIN_WHITESPACE - Static variable in class io.netty.handler.codec.http.HttpObjectDecoder
 
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.
LAX - Static variable in class io.netty.handler.codec.http.CookieDecoder
Deprecated.
 
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"
LazyChannelPromise() - Constructor for class io.netty.handler.proxy.ProxyHandler.LazyChannelPromise
 
LazyChannelPromise() - Constructor for class io.netty.handler.ssl.SslHandler.LazyChannelPromise
 
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
 
lazyExecute0(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.
leak - Variable in class io.netty.buffer.SimpleLeakAwareByteBuf
 
leak - Variable in class io.netty.buffer.SimpleLeakAwareCompositeByteBuf
 
leak - Variable in class io.netty.handler.codec.dns.AbstractDnsMessage
 
leak - Variable in class io.netty.handler.codec.haproxy.HAProxyMessage
 
leak - Variable in class io.netty.handler.ssl.DefaultOpenSslKeyMaterial
 
leak - Variable in class io.netty.handler.ssl.ReferenceCountedOpenSslContext
 
leak - Variable in class io.netty.handler.ssl.ReferenceCountedOpenSslEngine
 
leak - Variable in class io.netty.util.HashedWheelTimer
 
LEAK_DETECTOR - Static variable in class io.netty.handler.ssl.OpenSslSessionCache.NativeSslSession
 
leakDetector - Static variable in class io.netty.buffer.AbstractByteBuf
 
leakDetector - Static variable in class io.netty.handler.codec.dns.AbstractDnsMessage
 
leakDetector - Static variable in class io.netty.handler.codec.haproxy.HAProxyMessage
 
leakDetector - Static variable in class io.netty.handler.ssl.DefaultOpenSslKeyMaterial
 
leakDetector - Static variable in class io.netty.handler.ssl.ReferenceCountedOpenSslContext
 
leakDetector - Static variable in class io.netty.handler.ssl.ReferenceCountedOpenSslEngine
 
leakDetector - Static variable in class io.netty.util.HashedWheelTimer
 
leakListener - Variable in class io.netty.util.ResourceLeakDetector
Will be notified once a leak is detected.
leakTracker - Variable in class io.netty.handler.ssl.OpenSslSessionCache.NativeSslSession
 
LeanCancellationException() - Constructor for exception io.netty.util.concurrent.DefaultPromise.LeanCancellationException
 
leastUsedArena(PoolArena<T>[]) - Method in class io.netty.buffer.PooledByteBufAllocator.PoolThreadLocalCache
 
leaveGroup(int, boolean, byte[], byte[], int, int) - Static method in class io.netty.channel.epoll.LinuxSocket
 
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 ChannelFuture once 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, 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 ChannelFuture once 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, NetworkInterface, InetAddress) - Method in class io.netty.channel.epoll.EpollDatagramChannel
 
leaveGroup(InetAddress, NetworkInterface, InetAddress) - Method in class io.netty.channel.epoll.LinuxSocket
 
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 ChannelFuture once 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, 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 ChannelFuture once 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(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 ChannelFuture once 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, 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 ChannelFuture once 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.
 
leaveGroup0(InetAddress, NetworkInterface, InetAddress, ChannelPromise) - Method in class io.netty.channel.epoll.EpollDatagramChannel
 
leaveSsmGroup(int, boolean, byte[], byte[], int, int, byte[]) - Static method in class io.netty.channel.epoll.LinuxSocket
 
LEGACY_PROP_CHECK_ACCESSIBLE - Static variable in class io.netty.buffer.AbstractByteBuf
 
len - Variable in class io.netty.channel.epoll.AbstractEpollStreamChannel.SpliceInTask
 
len - Variable in class io.netty.channel.epoll.AbstractEpollStreamChannel.SpliceOutTask
 
len - Variable in class io.netty.handler.codec.http2.HpackHuffmanEncoder.EncodedLengthProcessor
 
length - Variable in class io.netty.buffer.PooledByteBuf
 
length - Variable in class io.netty.buffer.SlicedByteBuf
Deprecated.
 
length - Variable in class io.netty.channel.epoll.EpollEventArray
 
length - Variable in class io.netty.channel.unix.RawUnixChannelOption
 
length - Static variable in class io.netty.handler.codec.http2.HpackStaticTable
The number of header fields in the static table.
length - Variable in class io.netty.handler.codec.redis.ArrayHeaderRedisMessage
 
length - Variable in class io.netty.handler.codec.redis.RedisArrayAggregator.AggregateState
 
length - Variable in class io.netty.handler.codec.spdy.SpdyFrameDecoder
 
length - Variable in class io.netty.handler.codec.spdy.SpdyHeaderBlockRawDecoder
 
length - Variable in class io.netty.util.AsciiString
Length in bytes for AsciiString.value that we care about.
length() - Method in class io.netty.buffer.AbstractUnpooledSlicedByteBuf
 
length() - Method in class io.netty.buffer.CompositeByteBuf.Component
 
length() - Method in class io.netty.buffer.SlicedByteBuf
Deprecated.
 
length() - Method in class io.netty.channel.epoll.EpollEventArray
Return the length of the EpollEventArray which represent the maximum number of epoll_events that can be stored in it.
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 class io.netty.handler.codec.http.multipart.AbstractMixedHttpData
 
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.HpackDecoder
Return the number of header fields in the dynamic table.
length() - Method in class io.netty.handler.codec.http2.HpackDynamicTable
Return the number of header fields in the dynamic table.
length() - Method in class io.netty.handler.codec.http2.HpackEncoder
Return the number of header fields in the dynamic table.
length() - Method in class io.netty.handler.codec.http2.HpackHuffmanEncoder.EncodedLengthProcessor
 
length() - Method in class io.netty.handler.codec.http2.Http2DataChunkedInput
 
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, null input is considered 0 length.
LENGTH_AS_LONG - Static variable in class io.netty.handler.codec.http.HttpRequestDecoder
 
LENGTH_FIELD_SIZE - Static variable in class io.netty.handler.codec.spdy.SpdyHeaderBlockRawDecoder
 
LENGTH_PLACEHOLDER - Static variable in class io.netty.handler.codec.serialization.ObjectEncoder
Deprecated.
 
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
lengthAdjustment - Variable in class io.netty.handler.codec.LengthFieldBasedFrameDecoder
 
lengthAdjustment - Variable in class io.netty.handler.codec.LengthFieldPrepender
 
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.
lengthFieldEndOffset - Variable in class io.netty.handler.codec.LengthFieldBasedFrameDecoder
 
lengthFieldLength - Variable in class io.netty.handler.codec.LengthFieldBasedFrameDecoder
 
lengthFieldLength - Variable in class io.netty.handler.codec.LengthFieldPrepender
 
lengthFieldOffset - Variable in class io.netty.handler.codec.LengthFieldBasedFrameDecoder
 
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.
lengthIncludesLengthFieldLength - Variable in class io.netty.handler.codec.LengthFieldPrepender
 
lengths - Variable in class io.netty.handler.codec.http2.HpackHuffmanEncoder
 
lengthWithoutTrailingPadding(int, int) - Static method in class io.netty.handler.codec.http2.DefaultHttp2FrameReader
The padding parameter consists of the 1 byte pad length field and the trailing padding bytes.
level - Variable in class io.netty.channel.unix.GenericUnixChannelOption
 
level - Variable in class io.netty.handler.codec.compression.FastLzFrameEncoder
Compression level.
level - Variable in class io.netty.handler.codec.http2.Http2FrameLogger
 
level - Variable in enum io.netty.handler.codec.mqtt.MqttVersion
 
level - Variable in class io.netty.handler.logging.LoggingHandler
 
level - Variable in class io.netty.resolver.dns.LoggingDnsQueryLifecycleObserver
 
level - Variable in class io.netty.resolver.dns.LoggingDnsQueryLifeCycleObserverFactory
 
level - Static variable in class io.netty.util.ResourceLeakDetector
 
level() - Method in class io.netty.channel.unix.GenericUnixChannelOption
Returns the level.
level() - Method in class io.netty.handler.logging.LoggingHandler
Returns the LogLevel that this handler uses to log
Level() - Constructor for enum io.netty.util.ResourceLeakDetector.Level
 
LEVEL_1 - Static variable in class io.netty.handler.codec.compression.FastLz
Level 1 is the fastest compression and generally useful for short data.
LEVEL_2 - Static variable in class io.netty.handler.codec.compression.FastLz
Level 2 is slightly slower but it gives better compression ratio.
LEVEL_AUTO - Static variable in class io.netty.handler.codec.compression.FastLz
In this case FastLz.compress(ByteBuf, int, int, ByteBuf, int, int) will choose level automatically depending on the length of the input buffer.
LEVEL_TRIGGERED - io.netty.channel.epoll.EpollMode
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
LF - Static variable in class io.netty.handler.codec.stomp.StompConstants
 
lifecycleManager - Variable in class io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder
 
lifecycleManager - Variable in class io.netty.handler.codec.http2.DefaultHttp2ConnectionEncoder
 
lifecycleManager - Variable in class io.netty.handler.codec.http2.Http2ControlFrameLimitEncoder
 
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.
lifecycleManager(Http2LifecycleManager) - Method in class io.netty.handler.codec.http2.Http2ControlFrameLimitEncoder
 
lift(int) - Method in class io.netty.buffer.IntPriorityQueue
 
limit - Variable in class io.netty.handler.codec.http.multipart.HttpPostBodyUtil.SeekAheadOptimize
 
limitReached - Variable in class io.netty.handler.codec.http2.Http2ControlFrameLimitEncoder
 
Limits - Class in io.netty.channel.unix
 
Limits() - Constructor for class io.netty.channel.unix.Limits
 
limitSize - Variable in class io.netty.handler.codec.http.multipart.AbstractMixedHttpData
 
LimitsStaticallyReferencedJniMethods - Class in io.netty.channel.unix
This class is necessary to break the following cyclic dependency: JNI_OnLoad JNI Calls FindClass because RegisterNatives (used to register JNI methods) requires a class FindClass loads the class, but static members variables of that class attempt to call a JNI method which has not yet been registered. java.lang.UnsatisfiedLinkError is thrown because native method has not yet been registered. Static members which call JNI methods must not be declared in this class!
LimitsStaticallyReferencedJniMethods() - Constructor for class io.netty.channel.unix.LimitsStaticallyReferencedJniMethods
 
LINE_FEED - Static variable in class io.netty.util.ByteProcessorUtils
 
LINE_FEED - Static variable in class io.netty.util.internal.StringUtil
 
linearFirstIndexOf(AbstractByteBuf, int, int, byte) - Static method in class io.netty.buffer.ByteBufUtil
 
lineBasedDecoder - Variable in class io.netty.handler.codec.DelimiterBasedFrameDecoder
Set only when decoding with "\n" and "\r\n" as the delimiter.
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.
lineBuf - Variable in class io.netty.buffer.ByteBufInputStream
 
lineDelimiter() - Static method in class io.netty.handler.codec.Delimiters
Returns CR ('\r') and LF ('\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 String and encode it into a ByteBuf.
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.
LineHeaderExtractor(int) - Constructor for class io.netty.handler.codec.haproxy.HAProxyMessageDecoder.LineHeaderExtractor
 
lineLength - Variable in class io.netty.handler.codec.stomp.StompSubframeDecoder.Utf8LineParser
 
lineParser - Variable in class io.netty.handler.codec.http.HttpObjectDecoder
 
LineParser(ByteBuf, int) - Constructor for class io.netty.handler.codec.http.HttpObjectDecoder.LineParser
 
lineSeparator - Variable in class io.netty.handler.codec.string.LineEncoder
 
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 LineSeparator with the specified lineSeparator string.
linkSuffixes() - Method in class io.netty.buffer.search.AhoCorasicSearchProcessorFactory
 
LINUX_ID_LIKE_PREFIX - Static variable in class io.netty.util.internal.PlatformDependent
 
LINUX_ID_PREFIX - Static variable in class io.netty.util.internal.PlatformDependent
 
LINUX_OS_CLASSIFIERS - Static variable in class io.netty.util.internal.PlatformDependent
 
LinuxSocket - Class in io.netty.channel.epoll
A socket which provides access Linux native methods.
LinuxSocket(int) - Constructor for class io.netty.channel.epoll.LinuxSocket
 
listAll() - Method in class io.netty.handler.codec.mqtt.MqttProperties
 
listen(int) - Method in class io.netty.channel.unix.Socket
 
listen(int, int) - Static method in class io.netty.channel.unix.Socket
 
listener - Variable in class io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder
 
listener - Variable in class io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController.ListenerWritabilityMonitor
 
listener - Variable in class io.netty.handler.codec.http2.Http2FrameListenerDecorator
 
listener - Variable in class io.netty.handler.codec.http2.InboundHttpToHttp2Adapter
 
listener - Variable in class io.netty.util.concurrent.DefaultPromise
One or more listeners.
listener - Variable in class io.netty.util.concurrent.PromiseCombiner
 
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.
listenerFactory - Variable in class io.netty.handler.ssl.JdkBaseApplicationProtocolNegotiator
 
listeners - Variable in class io.netty.handler.codec.http2.DefaultHttp2Connection.ActiveStreams
 
listeners - Variable in class io.netty.handler.codec.http2.DefaultHttp2Connection
We chose a List over a Set to avoid allocating an Iterator objects when iterating over the listeners.
listeners - Variable in class io.netty.util.concurrent.DefaultFutureListeners
 
listeners - Variable in class io.netty.util.concurrent.DefaultPromise
 
listeners() - Method in class io.netty.util.concurrent.DefaultFutureListeners
 
ListenerWritabilityMonitor(Http2RemoteFlowController.Listener) - Constructor for class io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController.ListenerWritabilityMonitor
 
LITERAL - Static variable in class io.netty.handler.codec.compression.Snappy
 
LITTLE_ENDIAN - Static variable in class io.netty.buffer.Unpooled
Little endian byte order.
LIVE_SET - Static variable in class io.netty.util.internal.ObjectCleaner
 
load(String, ClassLoader) - Static method in class io.netty.util.internal.NativeLibraryLoader
Load the given library with the specified ClassLoader
loadDataMultipartOptimized(ByteBuf, String, HttpData) - Static method in class io.netty.handler.codec.http.multipart.HttpPostMultipartRequestDecoder
Load the field value or file data from a Multipart request
loadFactor - Variable in class io.netty.util.collection.ByteObjectHashMap
The load factor for the map.
loadFactor - Variable in class io.netty.util.collection.CharObjectHashMap
The load factor for the map.
loadFactor - Variable in class io.netty.util.collection.IntObjectHashMap
The load factor for the map.
loadFactor - Variable in class io.netty.util.collection.LongObjectHashMap
The load factor for the map.
loadFactor - Variable in class io.netty.util.collection.ShortObjectHashMap
The load factor for the map.
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
 
loadLibrary(ClassLoader, String, boolean) - Static method in class io.netty.util.internal.NativeLibraryLoader
Loading the native library into the specified ClassLoader.
loadLibrary(String, boolean) - Static method in class io.netty.util.internal.NativeLibraryUtil
Delegate the calling to System.load(String) or System.loadLibrary(String).
loadLibraryByHelper(Class<?>, String, boolean) - Static method in class io.netty.util.internal.NativeLibraryLoader
 
loadNativeLibrary() - Static method in class io.netty.channel.epoll.Native
 
loadNativeLibrary() - Static method in class io.netty.channel.kqueue.Native
 
loadNativeLibrary() - Static method in class io.netty.resolver.dns.macos.MacOSDnsServerAddressStreamProvider
 
loadTcNative() - Static method in class io.netty.handler.ssl.OpenSsl
 
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 - Variable in class io.netty.channel.epoll.AbstractEpollChannel
 
local - Variable in class io.netty.channel.epoll.EpollDomainDatagramChannel
 
local - Variable in class io.netty.channel.epoll.EpollDomainSocketChannel
 
local - Variable in class io.netty.channel.epoll.EpollServerDomainSocketChannel
 
local - Variable in class io.netty.channel.kqueue.AbstractKQueueChannel
 
local - Variable in class io.netty.channel.kqueue.KQueueDomainDatagramChannel
 
local - Variable in class io.netty.channel.kqueue.KQueueDomainSocketChannel
 
local - Variable in class io.netty.channel.kqueue.KQueueServerDomainSocketChannel
 
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 - io.netty.handler.codec.haproxy.HAProxyCommand
The LOCAL command represents a connection that was established on purpose by the proxy without being relayed.
LOCAL_ADDRESS - Static variable in class io.netty.channel.embedded.EmbeddedChannel
 
LOCAL_SUPPORTED_SIGNATURE_ALGORITHMS - Static variable in class io.netty.handler.ssl.ExtendedOpenSslSession
 
localAddress - Variable in class io.netty.bootstrap.AbstractBootstrap
 
localAddress - Variable in class io.netty.channel.AbstractChannel
 
localAddress - Variable in class io.netty.channel.local.LocalChannel
 
localAddress - Variable in class io.netty.channel.local.LocalServerChannel
 
localAddress - Variable in class io.netty.channel.unix.DatagramSocketAddress
 
localAddress - Variable in class io.netty.channel.unix.DomainDatagramSocketAddress
 
localAddress - Variable in class io.netty.resolver.dns.DnsNameResolverBuilder
 
localAddress() - Method in class io.netty.bootstrap.AbstractBootstrap
 
localAddress() - Method in class io.netty.bootstrap.AbstractBootstrapConfig
Returns the configured local address or null if 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 SocketAddress to which is bound local or null if 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 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.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.handler.codec.http2.AbstractHttp2StreamChannel.Http2ChannelUnsafe
 
localAddress() - Method in class io.netty.handler.codec.http2.AbstractHttp2StreamChannel
 
localAddress(int) - Method in class io.netty.bootstrap.AbstractBootstrap
 
localAddress(int) - Static method in class io.netty.channel.unix.Socket
 
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 SocketAddress which is used to bind the local "end" to.
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 SocketAddress to use for ChannelOutboundInvoker.connect(SocketAddress, SocketAddress) based on the original remoteAddress and localAddress.
LocalAddress - Class in io.netty.channel.local
An endpoint in the local transport.
LocalAddress(Channel) - Constructor for class io.netty.channel.local.LocalAddress
Creates a new ephemeral port based on the ID of the specified channel.
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.bootstrap.FailedChannel
 
localAddress0() - Method in class io.netty.channel.AbstractChannel
Returns the SocketAddress which is bound locally.
localAddress0() - Method in class io.netty.channel.embedded.EmbeddedChannel
 
localAddress0() - Method in class io.netty.channel.epoll.AbstractEpollChannel
 
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.AbstractKQueueChannel
 
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.socket.nio.NioDatagramChannel
 
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.
 
localCertificateChain - Variable in class io.netty.handler.ssl.ReferenceCountedOpenSslEngine.DefaultOpenSslSession
 
LocalChannel - Class in io.netty.channel.local
A Channel for the local transport.
LocalChannel() - Constructor for class io.netty.channel.local.LocalChannel
 
LocalChannel(LocalServerChannel, LocalChannel) - Constructor for class io.netty.channel.local.LocalChannel
 
LocalChannel.LocalUnsafe - Class in io.netty.channel.local
 
LocalChannel.State - Enum in io.netty.channel.local
 
localChannelReaderStackDepth - Variable in class io.netty.util.internal.InternalThreadLocalMap
 
localChannelReaderStackDepth() - Method in class io.netty.util.internal.InternalThreadLocalMap
 
LocalChannelRegistry - Class in io.netty.channel.local
 
LocalChannelRegistry() - Constructor for class io.netty.channel.local.LocalChannelRegistry
 
localConcurrentStreams - Variable in class io.netty.handler.codec.spdy.SpdySessionHandler
 
localDomainSocketAddress() - Method in class io.netty.channel.unix.Socket
 
localDomainSocketAddress(int) - Static method in class io.netty.channel.unix.Socket
 
localEndpoint - Variable in class io.netty.handler.codec.http2.DefaultHttp2Connection
 
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
Returns the InetAddress that represent the LOCALHOST for the family.
LOCALHOST - Static variable in class io.netty.resolver.dns.DnsNameResolver
 
LOCALHOST - Static variable in class io.netty.util.NetUtil
The InetAddress that represents the loopback address.
LOCALHOST - Static variable in class io.netty.util.NetUtilSubstitutions
 
LOCALHOST - Static variable in class io.netty.util.NetUtilSubstitutions.NetUtilLocalhostLazyHolder
 
LOCALHOST_ADDRESS - Static variable in class io.netty.resolver.dns.DnsNameResolver
 
LOCALHOST4 - Static variable in class io.netty.util.NetUtil
The Inet4Address that represents the IPv4 loopback address '127.0.0.1'
LOCALHOST4 - Static variable in class io.netty.util.NetUtilSubstitutions
 
LOCALHOST4 - Static variable in class io.netty.util.NetUtilSubstitutions.NetUtilLocalhost4LazyHolder
 
LOCALHOST6 - Static variable in class io.netty.util.NetUtil
The Inet6Address that represents the IPv6 loopback address '::1'
LOCALHOST6 - Static variable in class io.netty.util.NetUtilSubstitutions
 
LOCALHOST6 - Static variable in class io.netty.util.NetUtilSubstitutions.NetUtilLocalhost6LazyHolder
 
localPool - Variable in class io.netty.util.Recycler.DefaultHandle
 
LocalPool(int, int, int) - Constructor for class io.netty.util.Recycler.LocalPool
 
LocalServerChannel - Class in io.netty.channel.local
A ServerChannel for 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.
localSideClosed - Variable in class io.netty.handler.codec.spdy.SpdySession.StreamState
 
localSideOpen - Variable in enum io.netty.handler.codec.http2.Http2Stream.State
 
localSideOpen() - Method in enum io.netty.handler.codec.http2.Http2Stream.State
Indicates whether the local side of this stream is open (i.e.
localSocketAddress(ServerSocket) - Static method in class io.netty.util.internal.SocketUtils
 
LocalUnsafe() - Constructor for class io.netty.channel.local.LocalChannel.LocalUnsafe
 
localVSockAddress() - Method in class io.netty.channel.epoll.LinuxSocket
 
localVSockAddress(int) - Static method in class io.netty.channel.epoll.LinuxSocket
 
locateHostsFile() - Static method in class io.netty.resolver.HostsFileEntriesProvider.ParserImpl
 
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"
LocationAwareSlf4JLogger - Class in io.netty.util.internal.logging
SLF4J logger which is location aware and so will log the correct origin of the logging event by filter out the wrapper itself.
LocationAwareSlf4JLogger(LocationAwareLogger) - Constructor for class io.netty.util.internal.logging.LocationAwareSlf4JLogger
 
lock - Variable in class io.netty.buffer.PoolArena
 
lock - Variable in class io.netty.buffer.PoolSubpage
 
lock() - Method in class io.netty.buffer.PoolArena
 
lock() - Method in class io.netty.buffer.PoolSubpage
 
LOCKED - Static variable in class io.netty.handler.codec.http.HttpResponseStatus
423 Locked (WebDAV, RFC4918)
log(int, String) - Method in class io.netty.util.internal.logging.LocationAwareSlf4JLogger
 
log(int, String, Throwable) - Method in class io.netty.util.internal.logging.LocationAwareSlf4JLogger
 
log(int, FormattingTuple) - Method in class io.netty.util.internal.logging.LocationAwareSlf4JLogger
 
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) - Method in class io.netty.util.internal.logging.Log4J2Logger
 
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 level according to the specified format and argument.
log(InternalLogLevel, String, Object) - Method in class io.netty.util.internal.logging.Log4J2Logger
 
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 level according to the specified format and arguments.
log(InternalLogLevel, String, Object...) - Method in class io.netty.util.internal.logging.Log4J2Logger
 
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 level according to the specified format and arguments.
log(InternalLogLevel, String, Object, Object) - Method in class io.netty.util.internal.logging.Log4J2Logger
 
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 level with an accompanying message.
log(InternalLogLevel, String, Throwable) - Method in class io.netty.util.internal.logging.Log4J2Logger
 
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.
log(InternalLogLevel, Throwable) - Method in class io.netty.util.internal.logging.Log4J2Logger
 
log(String, Level, String, Throwable) - Method in class io.netty.util.internal.logging.JdkLogger
Log the message at the specified level with the specified throwable if any.
LOG - Static variable in class io.netty.handler.codec.http2.Http2FrameCodec
 
LOG_2_TABLE - Static variable in class io.netty.handler.codec.compression.Bzip2DivSufSort
 
log2(int) - Static method in class io.netty.buffer.PoolThreadCache
 
LOG2_DELTA_LOOKUP_IDX - Static variable in class io.netty.buffer.SizeClasses
 
LOG2_MAX_LOOKUP_SIZE - Static variable in class io.netty.buffer.SizeClasses
 
LOG2_QUANTUM - Static variable in class io.netty.buffer.SizeClasses
 
LOG2_SIZE_CLASS_GROUP - Static variable in class io.netty.buffer.SizeClasses
 
LOG2DELTA_IDX - Static variable in class io.netty.buffer.SizeClasses
 
LOG2GROUP_IDX - Static variable in class io.netty.buffer.SizeClasses
 
Log4J2Logger - Class in io.netty.util.internal.logging
 
Log4J2Logger(Logger) - Constructor for class io.netty.util.internal.logging.Log4J2Logger
 
Log4J2LoggerFactory - Class in io.netty.util.internal.logging
 
Log4J2LoggerFactory() - Constructor for class io.netty.util.internal.logging.Log4J2LoggerFactory
Deprecated.
Log4JLogger - Class in io.netty.util.internal.logging
Apache Log4J logger.
Log4JLogger(Logger) - Constructor for class io.netty.util.internal.logging.Log4JLogger
 
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.
logData(Http2FrameLogger.Direction, ChannelHandlerContext, int, ByteBuf, int, boolean) - Method in class io.netty.handler.codec.http2.Http2FrameLogger
 
logDiscard() - Method in class io.netty.handler.pcap.PcapWriteHandler
 
logger - Static variable in class io.netty.bootstrap.Bootstrap
 
logger - Static variable in class io.netty.bootstrap.ServerBootstrap
 
logger - Static variable in class io.netty.buffer.AbstractByteBuf
 
logger - Static variable in class io.netty.buffer.AdvancedLeakAwareByteBuf
 
logger - Static variable in class io.netty.buffer.ByteBufUtil
 
logger - Static variable in class io.netty.buffer.PooledByteBufAllocator
 
logger - Static variable in class io.netty.buffer.PoolThreadCache
 
logger - Static variable in class io.netty.channel.AbstractChannel
 
logger - Static variable in class io.netty.channel.AbstractChannelHandlerContext
 
logger - Static variable in class io.netty.channel.AbstractCoalescingBufferQueue
 
logger - Static variable in class io.netty.channel.ChannelHandlerMask
 
logger - Static variable in class io.netty.channel.ChannelInitializer
 
logger - Static variable in class io.netty.channel.ChannelOutboundBuffer
 
logger - Static variable in class io.netty.channel.CombinedChannelDuplexHandler
 
logger - Static variable in class io.netty.channel.DefaultChannelId
 
logger - Static variable in class io.netty.channel.DefaultChannelPipeline
 
logger - Static variable in class io.netty.channel.DefaultFileRegion
 
logger - Static variable in class io.netty.channel.DelegatingChannelPromiseNotifier
 
logger - Static variable in class io.netty.channel.embedded.EmbeddedChannel
 
logger - Static variable in class io.netty.channel.epoll.AbstractEpollStreamChannel
 
logger - Static variable in class io.netty.channel.epoll.EpollEventLoop
 
logger - Static variable in class io.netty.channel.epoll.EpollServerDomainSocketChannel
 
logger - Static variable in class io.netty.channel.epoll.Native
 
logger - Static variable in class io.netty.channel.kqueue.AbstractKQueueStreamChannel
 
logger - Static variable in class io.netty.channel.kqueue.KQueueEventLoop
 
logger - Static variable in class io.netty.channel.kqueue.KQueueServerDomainSocketChannel
 
logger - Static variable in class io.netty.channel.kqueue.Native
 
logger - Static variable in class io.netty.channel.local.LocalChannel
 
logger - Static variable in class io.netty.channel.MultithreadEventLoopGroup
 
logger - Static variable in class io.netty.channel.nio.AbstractNioChannel
 
logger - Static variable in class io.netty.channel.nio.NioEventLoop
 
logger - Static variable in class io.netty.channel.PendingWriteQueue
 
logger - Static variable in class io.netty.channel.socket.DefaultDatagramChannelConfig
 
logger - Static variable in class io.netty.channel.socket.nio.NioServerSocketChannel
 
logger - Static variable in class io.netty.channel.socket.nio.NioSocketChannel
 
logger - Static variable in class io.netty.channel.socket.nio.SelectorProviderUtil
 
logger - Static variable in class io.netty.channel.socket.oio.OioDatagramChannel
Deprecated.
 
logger - Static variable in class io.netty.channel.socket.oio.OioServerSocketChannel
Deprecated.
 
logger - Static variable in class io.netty.channel.socket.oio.OioSocketChannel
Deprecated.
 
logger - Static variable in class io.netty.handler.codec.compression.JdkZlibEncoder
 
logger - Static variable in class io.netty.handler.codec.compression.ZlibCodecFactory
 
logger - Variable in class io.netty.handler.codec.http.cookie.CookieDecoder
 
logger - Variable in class io.netty.handler.codec.http.CookieDecoder
Deprecated.
 
logger - Static variable in class io.netty.handler.codec.http.cors.CorsHandler
 
logger - Static variable in class io.netty.handler.codec.http.HttpObjectAggregator
 
logger - Static variable in class io.netty.handler.codec.http.multipart.AbstractDiskHttpData
 
logger - Static variable in class io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder
 
logger - Static variable in class io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder
 
logger - Static variable in class io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker07
 
logger - Static variable in class io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker08
 
logger - Static variable in class io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker13
 
logger - Static variable in class io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker
 
logger - Static variable in class io.netty.handler.codec.http2.AbstractHttp2StreamChannel
 
logger - Static variable in class io.netty.handler.codec.http2.DefaultHttp2Connection
 
logger - Static variable in class io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder
 
logger - Static variable in class io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController
 
logger - Static variable in class io.netty.handler.codec.http2.Http2ConnectionHandler
 
logger - Static variable in class io.netty.handler.codec.http2.Http2ControlFrameLimitEncoder
 
logger - Variable in class io.netty.handler.codec.http2.Http2FrameLogger
 
logger - Variable in class io.netty.handler.codec.http2.Http2InboundFrameLogger
 
logger - Static variable in class io.netty.handler.codec.http2.Http2MaxRstFrameListener
 
logger - Variable in class io.netty.handler.codec.http2.Http2OutboundFrameLogger
 
logger - Static variable in class io.netty.handler.codec.http2.Http2ServerUpgradeCodec
 
logger - Static variable in class io.netty.handler.codec.http2.Http2StreamChannelBootstrap
 
logger - Static variable in class io.netty.handler.codec.socksx.SocksPortUnificationServerHandler
 
logger - Static variable in class io.netty.handler.flow.FlowControlHandler
 
logger - Variable in class io.netty.handler.logging.LoggingHandler
 
logger - Variable in class io.netty.handler.pcap.PcapWriteHandler
Logger for logging events
logger - Static variable in class io.netty.handler.pcap.PcapWriter
Logger
logger - Static variable in class io.netty.handler.proxy.ProxyHandler
 
logger - Static variable in class io.netty.handler.ssl.ApplicationProtocolNegotiationHandler
 
logger - Static variable in class io.netty.handler.ssl.BouncyCastleAlpnSslUtils
 
logger - Static variable in class io.netty.handler.ssl.BouncyCastlePemReader
 
logger - Static variable in class io.netty.handler.ssl.CipherSuiteConverter
 
logger - Static variable in class io.netty.handler.ssl.JdkAlpnSslUtils
 
logger - Static variable in class io.netty.handler.ssl.JdkSslContext
 
logger - Static variable in class io.netty.handler.ssl.ocsp.OcspClient
 
logger - Static variable in class io.netty.handler.ssl.OpenSsl
 
logger - Static variable in class io.netty.handler.ssl.PemReader
 
logger - Static variable in class io.netty.handler.ssl.ReferenceCountedOpenSslContext
 
logger - Static variable in class io.netty.handler.ssl.ReferenceCountedOpenSslEngine
 
logger - Static variable in class io.netty.handler.ssl.ReferenceCountedOpenSslServerContext
 
logger - Static variable in class io.netty.handler.ssl.SslClientHelloHandler
 
logger - Static variable in class io.netty.handler.ssl.SslHandler
 
logger - Static variable in class io.netty.handler.ssl.SslMasterKeyHandler
 
logger - Static variable in class io.netty.handler.ssl.SslUtils
 
logger - Static variable in class io.netty.handler.ssl.util.InsecureTrustManagerFactory
 
logger - Static variable in class io.netty.handler.ssl.util.OpenJdkSelfSignedCertGenerator
 
logger - Static variable in class io.netty.handler.ssl.util.SelfSignedCertificate
 
logger - Static variable in class io.netty.handler.stream.ChunkedWriteHandler
 
logger - Static variable in class io.netty.handler.traffic.AbstractTrafficShapingHandler
 
logger - Static variable in class io.netty.handler.traffic.GlobalChannelTrafficShapingHandler
 
logger - Static variable in class io.netty.handler.traffic.TrafficCounter
 
logger - Static variable in class io.netty.resolver.AddressResolverGroup
 
logger - Static variable in class io.netty.resolver.DefaultHostsFileEntriesResolver
 
logger - Static variable in class io.netty.resolver.dns.DefaultDnsServerAddressStreamProvider
 
logger - Static variable in class io.netty.resolver.dns.DirContextUtils
 
logger - Static variable in class io.netty.resolver.dns.DnsNameResolver
 
logger - Static variable in class io.netty.resolver.dns.DnsNameResolverBuilder
 
logger - Static variable in class io.netty.resolver.dns.DnsQueryContext
 
logger - Static variable in class io.netty.resolver.dns.DnsResolveContext
 
logger - Variable in class io.netty.resolver.dns.LoggingDnsQueryLifecycleObserver
 
logger - Variable in class io.netty.resolver.dns.LoggingDnsQueryLifeCycleObserverFactory
 
logger - Static variable in class io.netty.resolver.dns.macos.MacOSDnsServerAddressStreamProvider
 
logger - Static variable in class io.netty.resolver.dns.UnixResolverDnsServerAddressStreamProvider
 
logger - Static variable in class io.netty.resolver.HostsFileEntriesProvider.ParserImpl
 
logger - Static variable in class io.netty.util.concurrent.AbstractEventExecutor
 
logger - Static variable in class io.netty.util.concurrent.DefaultPromise
 
logger - Static variable in class io.netty.util.concurrent.FastThreadLocalThread
 
logger - Static variable in class io.netty.util.concurrent.GlobalEventExecutor
 
logger - Static variable in class io.netty.util.concurrent.ImmediateEventExecutor
 
logger - Static variable in class io.netty.util.concurrent.PromiseNotifier
 
logger - Static variable in class io.netty.util.concurrent.SingleThreadEventExecutor
 
logger - Static variable in class io.netty.util.concurrent.UnaryPromiseNotifier
Deprecated.
 
logger - Static variable in class io.netty.util.concurrent.UnorderedThreadPoolEventExecutor
 
logger - Static variable in class io.netty.util.HashedWheelTimer
 
logger - Static variable in class io.netty.util.internal.CleanerJava6
 
logger - Static variable in class io.netty.util.internal.CleanerJava9
 
logger - Static variable in class io.netty.util.internal.InternalThreadLocalMap
 
logger - Variable in class io.netty.util.internal.logging.CommonsLogger
Deprecated.
 
logger - Variable in class io.netty.util.internal.logging.JdkLogger
 
logger - Variable in class io.netty.util.internal.logging.LocationAwareSlf4JLogger
 
logger - Variable in class io.netty.util.internal.logging.Log4JLogger
 
logger - Variable in class io.netty.util.internal.logging.Slf4JLogger
 
logger - Static variable in class io.netty.util.internal.MacAddressUtil
 
logger - Static variable in class io.netty.util.internal.NativeLibraryLoader
 
logger - Static variable in class io.netty.util.internal.PlatformDependent
 
logger - Static variable in class io.netty.util.internal.PlatformDependent0
 
logger - Static variable in class io.netty.util.internal.SystemPropertyUtil
 
logger - Static variable in class io.netty.util.internal.ThreadLocalRandom
 
logger - Static variable in class io.netty.util.NetUtil
The logger being used by this class
logger - Static variable in class io.netty.util.NetUtilInitializations
The logger being used by this class
logger - Static variable in class io.netty.util.Recycler
 
logger - Static variable in class io.netty.util.ReferenceCountUtil
 
logger - Static variable in class io.netty.util.ResourceLeakDetector
 
logger - Static variable in class io.netty.util.ResourceLeakDetectorFactory
 
logger - Static variable in class io.netty.util.ThreadDeathWatcher
Deprecated.
 
LOGGER - Static variable in class io.netty.handler.ssl.ocsp.OcspHttpHandler
 
LOGGER - Static variable in class io.netty.handler.ssl.OpenSslX509TrustManagerWrapper
 
LOGGER - Static variable in class io.netty.resolver.dns.DnsServerAddressStreamProviders
 
LoggingDnsQueryLifecycleObserver - Class in io.netty.resolver.dns
 
LoggingDnsQueryLifecycleObserver(DnsQuestion, InternalLogger, InternalLogLevel) - Constructor for class io.netty.resolver.dns.LoggingDnsQueryLifecycleObserver
 
LoggingDnsQueryLifeCycleObserverFactory - Class in io.netty.resolver.dns
A DnsQueryLifecycleObserverFactory that enables detailed logging in the DnsNameResolver.
LoggingDnsQueryLifeCycleObserverFactory() - Constructor for class io.netty.resolver.dns.LoggingDnsQueryLifeCycleObserverFactory
Create DnsQueryLifecycleObserver instances that log events at the default LogLevel.DEBUG level.
LoggingDnsQueryLifeCycleObserverFactory(LogLevel) - Constructor for class io.netty.resolver.dns.LoggingDnsQueryLifeCycleObserverFactory
Create DnsQueryLifecycleObserver instances that log events at the given log level.
LoggingDnsQueryLifeCycleObserverFactory(Class<?>, LogLevel) - Constructor for class io.netty.resolver.dns.LoggingDnsQueryLifeCycleObserverFactory
Create DnsQueryLifecycleObserver instances that log events to a logger with the given class context, at the given log level.
LoggingDnsQueryLifeCycleObserverFactory(String, LogLevel) - Constructor for class io.netty.resolver.dns.LoggingDnsQueryLifeCycleObserverFactory
Create DnsQueryLifecycleObserver instances that log events to a logger with the given name context, at the given log level.
LoggingHandler - Class in io.netty.handler.logging
A ChannelHandler that 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
 
logKnownVersion(ChannelHandlerContext, SocksVersion) - Static method in class io.netty.handler.codec.socksx.SocksPortUnificationServerHandler
 
LogLevel - Enum in io.netty.handler.logging
Maps the regular LogLevels with the InternalLogLevel ones.
LogLevel(InternalLogLevel) - Constructor for enum io.netty.handler.logging.LogLevel
 
logNotifyFailure - Variable in class io.netty.channel.DelegatingChannelPromiseNotifier
 
logNotifyFailure - Variable in class io.netty.util.concurrent.PromiseNotifier
 
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
 
logTCP(boolean, int, int, int, InetSocketAddress, InetSocketAddress, boolean) - Method in class io.netty.handler.pcap.PcapWriteHandler
Logger for TCP
logUnknownFrame(Http2FrameLogger.Direction, ChannelHandlerContext, byte, int, Http2Flags, ByteBuf) - Method in class io.netty.handler.codec.http2.Http2FrameLogger
 
logUnknownVersion(ChannelHandlerContext, byte) - Static method in class io.netty.handler.codec.socksx.SocksPortUnificationServerHandler
 
logWindowsUpdate(Http2FrameLogger.Direction, ChannelHandlerContext, int, int) - Method in class io.netty.handler.codec.http2.Http2FrameLogger
 
LONG_ARRAY_BASE_OFFSET - Static variable in class io.netty.util.internal.PlatformDependent0
 
LONG_ARRAY_INDEX_SCALE - Static variable in class io.netty.util.internal.PlatformDependent0
 
LONG_MASK - Static variable in class io.netty.handler.codec.compression.Crc32c
 
LONG_MAX_LENGTH - Static variable in class io.netty.handler.codec.redis.RedisConstants
 
LONG_ZERO - Static variable in class io.netty.util.internal.ObjectUtil
 
LongAdderCounter - Class in io.netty.util.internal
 
LongAdderCounter() - Constructor for class io.netty.util.internal.LongAdderCounter
 
longArrayAppend(StringBuilder, long[]) - Static method in class io.netty.util.internal.logging.MessageFormatter
 
LongCollections - Class in io.netty.util.collection
Utilities for long-based primitive collections.
LongCollections() - Constructor for class io.netty.util.collection.LongCollections
 
LongCollections.EmptyMap - Class in io.netty.util.collection
An empty map.
LongCollections.UnmodifiableMap<V> - Class in io.netty.util.collection
An unmodifiable wrapper around a LongObjectMap.
LongCollections.UnmodifiableMap.EntryImpl - Class in io.netty.util.collection
Unmodifiable wrapper for an entry.
LongCollections.UnmodifiableMap.IteratorImpl - Class in io.netty.util.collection
Unmodifiable wrapper for an iterator.
longCommitHash - Variable in class io.netty.util.Version
 
longCommitHash() - Method in class io.netty.util.Version
 
LongCounter - Interface in io.netty.util.internal
Counter for long.
LongLongHashMap - Class in io.netty.buffer
Internal primitive map implementation that is specifically optimised for the runs availability map use case in PoolChunk.
LongLongHashMap(long) - Constructor for class io.netty.buffer.LongLongHashMap
 
LongObjectHashMap<V> - Class in io.netty.util.collection
A hash map implementation of LongObjectMap that 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
 
LongObjectHashMap.EntrySet - Class in io.netty.util.collection
Set implementation for iterating over the entries of the map.
LongObjectHashMap.KeySet - Class in io.netty.util.collection
Set implementation for iterating over the keys.
LongObjectHashMap.MapEntry - Class in io.netty.util.collection
A single entry in the map.
LongObjectHashMap.MapIterator - Class in io.netty.util.collection
Iterator used by the Map interface.
LongObjectHashMap.PrimitiveIterator - Class in io.netty.util.collection
Iterator over primitive entries.
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()
longToAsciiBytes(long) - Static method in class io.netty.handler.codec.redis.RedisCodecUtil
 
longToByteBufs - Variable in class io.netty.handler.codec.redis.FixedRedisMessagePool
 
longToIntegers - Variable in class io.netty.handler.codec.redis.FixedRedisMessagePool
 
longValue - Variable in class io.netty.channel.DefaultChannelId
 
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.
looksLikeZlib(short) - Static method in class io.netty.handler.codec.compression.JdkZlibDecoder
 
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 ClientHello and returns a Future which in turn will notify the SslClientHelloHandler.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 Future which in turn will notify the AbstractSniHandler.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.
lookupMaxSize - Variable in class io.netty.buffer.SizeClasses
 
loop - Variable in class io.netty.channel.embedded.EmbeddedChannel
 
LOOPBACK_IF - Static variable in class io.netty.util.NetUtil
The loopback NetworkInterface of the current machine
loopbackAddress() - Method in class io.netty.resolver.dns.DnsNameResolver
 
loopbackAddress() - Static method in class io.netty.util.internal.SocketUtils
 
lost() - Method in class io.netty.channel.epoll.EpollTcpInfo
 
low - Variable in class io.netty.channel.WriteBufferWaterMark
 
low - Variable in class io.netty.handler.codec.http.HttpHeaderValidationUtil.BitSet128
 
low() - Method in class io.netty.channel.WriteBufferWaterMark
Returns the low water mark for the write buffer.
low() - Method in class io.netty.handler.codec.http.HttpHeaderValidationUtil.BitSet128
 
LOW_STORAGE_SPACE - Static variable in class io.netty.handler.codec.rtsp.RtspResponseStatuses
250 Low on Storage Space
lowerBound - Variable in class io.netty.handler.codec.http2.DefaultHttp2LocalFlowController.DefaultState
 
lsIntroSort(int, int, int, int, int) - Method in class io.netty.handler.codec.compression.Bzip2DivSufSort
 
lsSort(int, int, int) - Method in class io.netty.handler.codec.compression.Bzip2DivSufSort
 
lsUpdateGroup(int, int, int) - Method in class io.netty.handler.codec.compression.Bzip2DivSufSort
 

M

MacAddressUtil - Class in io.netty.util.internal
 
MacAddressUtil() - Constructor for class io.netty.util.internal.MacAddressUtil
 
MACHINE_ID - Static variable in class io.netty.channel.DefaultChannelId
 
MACOS_PROVIDER_CLASS_NAME - Static variable in class io.netty.resolver.dns.DnsServerAddressStreamProviders
 
MacOSDnsServerAddressStreamProvider - Class in io.netty.resolver.dns.macos
DnsServerAddressStreamProvider implementation which makes use of the same mechanism as Apple's open source mDNSResponder to retrieve the current nameserver configuration of the system.
MacOSDnsServerAddressStreamProvider() - Constructor for class io.netty.resolver.dns.macos.MacOSDnsServerAddressStreamProvider
 
magic - Variable in class io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage
 
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
 
MAGIC_NUMBER - Static variable in class io.netty.handler.codec.compression.Bzip2Constants
Magic number of Bzip2 stream.
MAGIC_NUMBER - Static variable in class io.netty.handler.codec.compression.FastLz
 
mail(CharSequence, CharSequence...) - Static method in class io.netty.handler.codec.smtp.SmtpRequests
Creates a MAIL request.
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 - Variable in class io.netty.handler.codec.http.HttpVersion
 
majorVersion() - Method in class io.netty.handler.codec.http.HttpVersion
Returns the name of the protocol such as 1 in "HTTP/1.0".
majorVersion(String) - Static method in class io.netty.util.internal.PlatformDependent0
 
majorVersionFromJavaSpecificationVersion() - Static method in class io.netty.util.internal.PlatformDependent0
 
makeDiskData() - Method in class io.netty.handler.codec.http.multipart.AbstractMixedHttpData
 
makeDiskData() - Method in class io.netty.handler.codec.http.multipart.MixedAttribute
 
makeDiskData() - Method in class io.netty.handler.codec.http.multipart.MixedFileUpload
 
makeInitialAttributeFromValue(String, String, long, Charset, String, boolean) - Static method in class io.netty.handler.codec.http.multipart.MixedAttribute
 
makeShort(char, char) - Static method in class io.netty.handler.codec.redis.RedisCodecUtil
Returns a short value using endian order.
MALFORMED_PACKET - io.netty.handler.codec.mqtt.MqttReasonCodes.Disconnect
 
manager - Variable in class io.netty.handler.ssl.ReferenceCountedOpenSslClientContext.ExtendedTrustManagerVerifyCallback
 
manager - Variable in class io.netty.handler.ssl.ReferenceCountedOpenSslClientContext.TrustManagerVerifyCallback
 
manager - Variable in class io.netty.handler.ssl.ReferenceCountedOpenSslServerContext.ExtendedTrustManagerVerifyCallback
 
manager - Variable in class io.netty.handler.ssl.ReferenceCountedOpenSslServerContext.TrustManagerVerifyCallback
 
MANDATORY_EXTENSION - Static variable in class io.netty.handler.codec.http.websocketx.WebSocketCloseStatus
 
map - Variable in class io.netty.channel.pool.AbstractChannelPoolMap
 
map - Variable in class io.netty.resolver.dns.DnsQueryContextManager.DnsQueryContextMap
 
map - Variable in class io.netty.resolver.dns.DnsQueryContextManager
A map whose key is the DNS server address and value is the map of the DNS query ID and its corresponding DnsQueryContext.
map - Variable in class io.netty.util.collection.ByteCollections.UnmodifiableMap
 
map - Variable in class io.netty.util.collection.CharCollections.UnmodifiableMap
 
map - Variable in class io.netty.util.collection.IntCollections.UnmodifiableMap
 
map - Variable in class io.netty.util.collection.LongCollections.UnmodifiableMap
 
map - Variable in class io.netty.util.collection.ShortCollections.UnmodifiableMap
 
map - Variable in class io.netty.util.DomainNameMapping
Deprecated.
 
map - Variable in class io.netty.util.DomainNameMappingBuilder.ImmutableDomainNameMapping
Deprecated.
 
map - Variable in class io.netty.util.DomainNameMappingBuilder
Deprecated.
 
map - Variable in class io.netty.util.DomainWildcardMappingBuilder.ImmutableDomainWildcardMapping
 
map - Variable in class io.netty.util.DomainWildcardMappingBuilder
 
map - Variable in class io.netty.util.internal.ConcurrentSet
Deprecated.
 
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 Future that will provide the result of the mapping.
map(String) - Method in class io.netty.util.DomainNameMapping
Deprecated.
 
map(String) - Method in class io.netty.util.DomainNameMappingBuilder.ImmutableDomainNameMapping
Deprecated.
 
map(String) - Method in class io.netty.util.DomainWildcardMappingBuilder.ImmutableDomainWildcardMapping
 
map(String, Promise<SslContext>) - Method in class io.netty.handler.ssl.SniHandler.AsyncMappingAdapter
 
MAP_UPDATER - Static variable in class io.netty.util.DefaultAttributeMap.DefaultAttribute
 
mapChunkType(byte) - Static method in class io.netty.handler.codec.compression.SnappyFrameDecoder
Decodes the chunk type from the type tag byte.
MapEntry(int) - Constructor for class io.netty.util.collection.ByteObjectHashMap.MapEntry
 
MapEntry(int) - Constructor for class io.netty.util.collection.CharObjectHashMap.MapEntry
 
MapEntry(int) - Constructor for class io.netty.util.collection.IntObjectHashMap.MapEntry
 
MapEntry(int) - Constructor for class io.netty.util.collection.LongObjectHashMap.MapEntry
 
MapEntry(int) - Constructor for class io.netty.util.collection.ShortObjectHashMap.MapEntry
 
MapIterator() - Constructor for class io.netty.util.collection.ByteObjectHashMap.MapIterator
 
MapIterator() - Constructor for class io.netty.util.collection.CharObjectHashMap.MapIterator
 
MapIterator() - Constructor for class io.netty.util.collection.IntObjectHashMap.MapIterator
 
MapIterator() - Constructor for class io.netty.util.collection.LongObjectHashMap.MapIterator
 
MapIterator() - Constructor for class io.netty.util.collection.ShortObjectHashMap.MapIterator
 
mapping - Variable in class io.netty.handler.ssl.SniHandler.AsyncMappingAdapter
 
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.
mappings - Static variable in class io.netty.handler.ssl.GroupsConverter
 
mappings - Static variable in class io.netty.util.internal.ThreadExecutorMap
 
mark(int) - Method in class io.netty.buffer.ByteBufInputStream
 
mark(int) - Method in class io.netty.handler.codec.serialization.ObjectDecoderInputStream
Deprecated.
 
markClosed() - Method in class io.netty.channel.unix.FileDescriptor
 
markClosed() - Method in class io.netty.handler.pcap.PcapWriteHandler
 
markedReaderIndex - Variable in class io.netty.buffer.AbstractByteBuf
 
markedWritability() - Method in class io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController.FlowState
markedWritability(boolean) - Method in class io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController.FlowState
Save the state of writability.
markedWritable - Variable in class io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController.FlowState
 
markedWriterIndex - Variable in class io.netty.buffer.AbstractByteBuf
 
markReaderIndex() - Method in class io.netty.buffer.AbstractByteBuf
 
markReaderIndex() - Method in class io.netty.buffer.ByteBuf
Marks the current readerIndex in 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
 
markReaderIndex() - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
markReaderIndex() - Method in class io.netty.handler.codec.ReplayingDecoderByteBuf
 
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 writerIndex in 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
 
markWriterIndex() - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
markWriterIndex() - Method in class io.netty.handler.codec.ReplayingDecoderByteBuf
 
mask - Variable in class io.netty.buffer.LongLongHashMap
 
mask - Variable in class io.netty.handler.codec.CodecOutputList.CodecOutputLists
 
mask - Variable in class io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder
 
mask - Variable in class io.netty.handler.ssl.OpenSslSessionContext
 
mask - Variable in class io.netty.util.collection.ByteObjectHashMap
 
mask - Variable in class io.netty.util.collection.CharObjectHashMap
 
mask - Variable in class io.netty.util.collection.IntObjectHashMap
 
mask - Variable in class io.netty.util.collection.LongObjectHashMap
 
mask - Variable in class io.netty.util.collection.ShortObjectHashMap
 
mask - Variable in class io.netty.util.HashedWheelTimer
 
mask - Static variable in class io.netty.util.internal.ThreadLocalRandom
 
mask(Class<? extends ChannelHandler>) - Static method in class io.netty.channel.ChannelHandlerMask
Return the executionMask.
MASK_ALL_INBOUND - Static variable in class io.netty.channel.ChannelHandlerMask
 
MASK_ALL_OUTBOUND - Static variable in class io.netty.channel.ChannelHandlerMask
 
MASK_BIND - Static variable in class io.netty.channel.ChannelHandlerMask
 
MASK_CHANNEL_ACTIVE - Static variable in class io.netty.channel.ChannelHandlerMask
 
MASK_CHANNEL_INACTIVE - Static variable in class io.netty.channel.ChannelHandlerMask
 
MASK_CHANNEL_READ - Static variable in class io.netty.channel.ChannelHandlerMask
 
MASK_CHANNEL_READ_COMPLETE - Static variable in class io.netty.channel.ChannelHandlerMask
 
MASK_CHANNEL_REGISTERED - Static variable in class io.netty.channel.ChannelHandlerMask
 
MASK_CHANNEL_UNREGISTERED - Static variable in class io.netty.channel.ChannelHandlerMask
 
MASK_CHANNEL_WRITABILITY_CHANGED - Static variable in class io.netty.channel.ChannelHandlerMask
 
MASK_CLOSE - Static variable in class io.netty.channel.ChannelHandlerMask
 
MASK_CONNECT - Static variable in class io.netty.channel.ChannelHandlerMask
 
MASK_DEREGISTER - Static variable in class io.netty.channel.ChannelHandlerMask
 
MASK_DISCONNECT - Static variable in class io.netty.channel.ChannelHandlerMask
 
MASK_EXCEPTION_CAUGHT - Static variable in class io.netty.channel.ChannelHandlerMask
 
MASK_FLUSH - Static variable in class io.netty.channel.ChannelHandlerMask
 
MASK_ONLY_INBOUND - Static variable in class io.netty.channel.ChannelHandlerMask
 
MASK_ONLY_OUTBOUND - Static variable in class io.netty.channel.ChannelHandlerMask
 
MASK_READ - Static variable in class io.netty.channel.ChannelHandlerMask
 
MASK_TEMPLATE - Static variable in class io.netty.buffer.LongLongHashMap
 
MASK_USER_EVENT_TRIGGERED - Static variable in class io.netty.channel.ChannelHandlerMask
 
MASK_WRITE - Static variable in class io.netty.channel.ChannelHandlerMask
 
mask0(Class<? extends ChannelHandler>) - Static method in class io.netty.channel.ChannelHandlerMask
Calculate the executionMask.
maskChecksum(long) - Static method in class io.netty.handler.codec.compression.Snappy
From the spec: "Checksums are not stored directly, but masked, as checksumming data and then its own checksum can be problematic.
MASKING_KEY - io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder.State
 
maskPayload - Variable in class io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder
 
MASKS - Static variable in class io.netty.channel.ChannelHandlerMask
 
MASTERDOWN - io.netty.handler.codec.redis.FixedRedisMessagePool.RedisErrorKey
 
masterKey() - Method in class io.netty.handler.ssl.ReferenceCountedOpenSslEngine
 
masterKeyHandlerEnabled() - Method in class io.netty.handler.ssl.SslMasterKeyHandler
Checks if the handler is set up to actually handle/accept the event.
match(byte[], ByteBuf, int) - Static method in class io.netty.handler.codec.haproxy.HAProxyMessageDecoder
 
match(long, String) - Method in class io.netty.handler.ssl.ReferenceCountedOpenSslServerContext.OpenSslSniHostnameMatcher
 
match(Object) - Method in class io.netty.util.internal.NoOpTypeParameterMatcher
 
match(Object) - Method in class io.netty.util.internal.TypeParameterMatcher
 
match(Object) - Method in class io.netty.util.internal.TypeParameterMatcher.ReflectiveMatcher
 
matcher - Variable in class io.netty.channel.group.ChannelMatchers.InvertMatcher
 
matcher - Variable in class io.netty.channel.SimpleChannelInboundHandler
 
matcher - Variable in class io.netty.channel.SimpleUserEventChannelHandler
 
matcher - Variable in class io.netty.handler.codec.MessageToByteEncoder
 
matcher - Variable in class io.netty.handler.codec.MessageToMessageDecoder
 
matcher - Variable in class io.netty.handler.codec.MessageToMessageEncoder
 
matcher - Variable in class io.netty.resolver.AbstractAddressResolver
 
matchers - Variable in class io.netty.channel.group.ChannelMatchers.CompositeMatcher
 
matchers - Variable in class io.netty.handler.ssl.ReferenceCountedOpenSslEngine
 
matches(Channel) - Method in interface io.netty.channel.group.ChannelMatcher
Returns true if the operation should be also executed on the given Channel.
matches(Channel) - Method in class io.netty.channel.group.ChannelMatchers.ClassMatcher
 
matches(Channel) - Method in class io.netty.channel.group.ChannelMatchers.CompositeMatcher
 
matches(Channel) - Method in class io.netty.channel.group.ChannelMatchers.InstanceMatcher
 
matches(Channel) - Method in class io.netty.channel.group.ChannelMatchers.InvertMatcher
 
matches(String) - Method in class io.netty.util.AsciiString
Determines whether this string matches a given regular expression.
matches(String, String) - Static method in class io.netty.util.DomainNameMapping
Deprecated.
Simple function to match DNS wildcard.
matches(InetSocketAddress) - Method in interface io.netty.handler.ipfilter.IpFilterRule
 
matches(InetSocketAddress) - Method in class io.netty.handler.ipfilter.IpSubnetFilterRule.Ip4SubnetFilterRule
 
matches(InetSocketAddress) - Method in class io.netty.handler.ipfilter.IpSubnetFilterRule.Ip6SubnetFilterRule
 
matches(InetSocketAddress) - Method in class io.netty.handler.ipfilter.IpSubnetFilterRule
 
matchForNeedleId - Variable in class io.netty.buffer.search.AhoCorasicSearchProcessorFactory.Context
 
matchForNeedleId - Variable in class io.netty.buffer.search.AhoCorasicSearchProcessorFactory
 
matchForNeedleId - Variable in class io.netty.buffer.search.AhoCorasicSearchProcessorFactory.Processor
 
materialMap - Variable in class io.netty.handler.ssl.OpenSslX509KeyManagerFactory.OpenSslKeyManagerFactorySpi.ProviderFactory.OpenSslPopulatedKeyMaterialProvider
 
MathUtil - Class in io.netty.util.internal
Math utility methods.
MathUtil() - Constructor for class io.netty.util.internal.MathUtil
 
max - Variable in enum io.netty.handler.codec.http.HttpStatusClass
 
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_ALLOWED_MPSC_CAPACITY - Static variable in class io.netty.util.internal.PlatformDependent
 
MAX_BLOCK_LENGTH - Static variable in class io.netty.handler.codec.compression.Bzip2Constants
 
MAX_BLOCK_SIZE - Static variable in class io.netty.handler.codec.compression.Bzip2Constants
 
MAX_BYTES_PER_CHAR_UTF8 - Static variable in class io.netty.buffer.ByteBufUtil
 
MAX_BYTES_PER_GATHERING_WRITE_ATTEMPTED_LOW_THRESHOLD - Static variable in class io.netty.channel.internal.ChannelUtils
 
MAX_CACHED_INTEGER_NUMBER - Static variable in class io.netty.handler.codec.redis.FixedRedisMessagePool
 
MAX_CAPACITY - Static variable in class io.netty.channel.unix.IovArray
The needed memory to hold up to IOV_MAX iov entries, where IOV_MAX signified the maximum number of iovec structs that can be passed to writev(...).
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_CHAR_BUFFER_SIZE - Static variable in class io.netty.buffer.ByteBufUtil
 
MAX_CHAR_VALUE - Static variable in class io.netty.util.AsciiString
 
MAX_CHUNK_LENGTH - Static variable in class io.netty.handler.codec.compression.FastLz
 
MAX_CHUNK_SIZE - Static variable in class io.netty.buffer.PooledByteBufAllocator
 
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_COMPRESSED_CHUNK_SIZE - Static variable in class io.netty.handler.codec.compression.SnappyFrameDecoder
 
MAX_CONCURRENT_STREAMS - Static variable in class io.netty.handler.codec.http2.Http2CodecUtil
 
MAX_COPY - Static variable in class io.netty.handler.codec.compression.FastLz
 
MAX_COUNT_OF_READABLE_BYTES - Static variable in class io.netty.handler.codec.compression.Bzip2BitReader
Maximum count of possible readable bytes to check.
MAX_DATAGRAM_PAYLOAD_SIZE - Static variable in class io.netty.channel.epoll.EpollChannelOption
 
MAX_DECOMPRESSED_DATA_SIZE - Static variable in class io.netty.handler.codec.compression.SnappyFrameDecoder
 
MAX_DEVIATION - Static variable in class io.netty.handler.traffic.GlobalChannelTrafficShapingHandler
 
MAX_DIRECT_MEMORY - Static variable in class io.netty.util.internal.PlatformDependent
 
MAX_DIRECT_MEMORY_SIZE_ARG_PATTERN - Static variable in class io.netty.util.internal.PlatformDependent
 
MAX_DISTANCE - Static variable in class io.netty.handler.codec.compression.FastLz
 
MAX_DYNAMIC_TABLE_SIZE_CHANGE_REQUIRED - Static variable in class io.netty.handler.codec.http2.HpackDecoder
 
MAX_FARDISTANCE - Static variable in class io.netty.handler.codec.compression.FastLz
 
MAX_FIELD_LENGTH - Static variable in class io.netty.handler.codec.socksx.v4.Socks4ServerDecoder
 
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_HT_SIZE - Static variable in class io.netty.handler.codec.compression.Snappy
 
MAX_ID - Static variable in class io.netty.resolver.dns.DnsQueryContextManager.DnsQueryContextMap
 
MAX_INITIAL_OUTPUT_BUFFER_SIZE - Static variable in class io.netty.handler.codec.compression.JdkZlibEncoder
Maximum initial size for temporary heap buffers used for the compressed output.
MAX_INITIAL_WINDOW_SIZE - Static variable in class io.netty.handler.codec.http2.Http2CodecUtil
 
MAX_INPUT_BUFFER_SIZE - Static variable in class io.netty.handler.codec.compression.JdkZlibEncoder
Max size for temporary heap buffers used to copy input data to heap.
MAX_LEN - Static variable in class io.netty.handler.codec.compression.FastLz
 
MAX_LINE_LENGTH - Static variable in class io.netty.handler.codec.base64.Base64
Maximum line length (76) of Base64 output.
MAX_LISTENER_STACK_DEPTH - Static variable in class io.netty.util.concurrent.DefaultPromise
 
MAX_MESSAGES_PER_READ - Static variable in class io.netty.channel.ChannelOption
MAX_MESSAGES_PER_WRITE - Static variable in class io.netty.channel.ChannelOption
 
MAX_NESTING_LEVEL - Static variable in class io.netty.handler.codec.haproxy.HAProxyMessage
 
MAX_PADDING - Static variable in class io.netty.handler.codec.http2.Http2CodecUtil
The maximum number of padding bytes.
MAX_PADDING_LENGTH_LENGTH - Static variable in class io.netty.handler.codec.http2.Http2CodecUtil
 
MAX_PLAINTEXT_LENGTH - Static variable in class io.netty.handler.ssl.ReferenceCountedOpenSslEngine
Depends upon tcnative ...
MAX_PLAINTEXT_LENGTH - Static variable in class io.netty.handler.ssl.SslHandler
2^14 which is the maximum sized plaintext chunk allowed by the TLS RFC.
MAX_READER_STACK_DEPTH - Static variable in class io.netty.channel.local.LocalChannel
 
MAX_RECORD_SIZE - Static variable in class io.netty.handler.ssl.ReferenceCountedOpenSslEngine
Depends upon tcnative ...
MAX_SCHEDULED_TIMERFD_NS - Static variable in class io.netty.channel.epoll.EpollEventLoop
 
MAX_SELECTORS - Static variable in class io.netty.handler.codec.compression.Bzip2Constants
Maximum possible number of Huffman table selectors.
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_SUPPORTED_TTL_SECS - Static variable in class io.netty.resolver.dns.Cache
 
MAX_TL_ARRAY_LEN - Static variable in class io.netty.buffer.ByteBufUtil
 
MAX_TRIES - Static variable in class io.netty.resolver.dns.DnsQueryContextManager.DnsQueryContextMap
 
MAX_TTL - Static variable in class io.netty.handler.pcap.IPPacket
 
MAX_UINT32_T - Static variable in class io.netty.channel.epoll.LinuxSocket
 
MAX_UNCOMPRESSED_DATA_SIZE - Static variable in class io.netty.handler.codec.compression.SnappyFrameDecoder
 
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
 
maxActiveStreams - Variable in class io.netty.handler.codec.http2.DefaultHttp2Connection.DefaultEndpoint
 
maxActiveStreams() - Method in class io.netty.handler.codec.http2.DefaultHttp2Connection.DefaultEndpoint
 
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 class io.netty.handler.codec.http2.DefaultHttp2Connection.DefaultEndpoint
 
maxActiveStreams(int) - Method in interface io.netty.handler.codec.http2.Http2Connection.Endpoint
Sets the limit for SETTINGS_MAX_CONCURRENT_STREAMS.
maxAge - Variable in class io.netty.handler.codec.http.cookie.ClientCookieDecoder.CookieBuilder
 
maxAge - Variable in class io.netty.handler.codec.http.cookie.DefaultCookie
 
maxAge - Variable in class io.netty.handler.codec.http.cors.CorsConfig
 
maxAge - Variable in class io.netty.handler.codec.http.cors.CorsConfigBuilder
 
maxAge() - Method in interface io.netty.handler.codec.http.cookie.Cookie
Returns the maximum age of this Cookie in seconds or Cookie.UNDEFINED_MAX_AGE if 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.
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 - Variable in class io.netty.channel.unix.IovArray
 
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 IovArray via IovArray.add(ByteBuf, int, int)
maxBytesInMessage - Variable in class io.netty.handler.codec.mqtt.MqttDecoder
 
maxBytesPerGatheringWrite - Variable in class io.netty.channel.epoll.EpollChannelConfig
 
maxBytesPerGatheringWrite - Variable in class io.netty.channel.kqueue.KQueueChannelConfig
 
maxBytesPerGatheringWrite - Variable in class io.netty.channel.socket.nio.NioSocketChannel.NioSocketChannelConfig
 
maxBytesPerIndividualRead - Variable in class io.netty.channel.DefaultMaxBytesRecvByteBufAllocator
 
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 - Variable in class io.netty.channel.DefaultMaxBytesRecvByteBufAllocator
 
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
RecvByteBufAllocator that limits a read operation based upon a maximum value per individual read and a maximum amount when a read operation is attempted by the event loop.
maxCachedEntries - Variable in class io.netty.handler.ssl.OpenSslCachingKeyMaterialProvider
 
maxCachedEntries - Variable in class io.netty.handler.ssl.OpenSslCachingX509KeyManagerFactory
 
maxCapacity - Variable in class io.netty.buffer.AbstractByteBuf
 
maxCapacity - Variable in class io.netty.buffer.PoolChunkList
 
maxCapacity - Variable in class io.netty.handler.codec.http2.MaxCapacityQueue
 
maxCapacity - Variable in class io.netty.util.Recycler.BlockingMessageQueue
 
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.FixedCompositeByteBuf
 
maxCapacity() - Method in class io.netty.buffer.SwappedByteBuf
Deprecated.
 
maxCapacity() - Method in class io.netty.buffer.WrappedByteBuf
 
maxCapacity() - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
maxCapacity() - Method in class io.netty.handler.codec.ReplayingDecoderByteBuf
 
maxCapacity(int) - Method in class io.netty.buffer.AbstractByteBuf
 
maxCapacityPerThread - Variable in class io.netty.util.Recycler
 
MaxCapacityQueue<E> - Class in io.netty.handler.codec.http2
 
MaxCapacityQueue(Queue<E>, int) - Constructor for class io.netty.handler.codec.http2.MaxCapacityQueue
 
maxChannels - Variable in class io.netty.channel.ThreadPerChannelEventLoopGroup
Deprecated.
 
maxChunkSize - Variable in class io.netty.handler.codec.http.HttpObjectDecoder
 
maxChunkSize - Variable in class io.netty.handler.codec.spdy.SpdyFrameDecoder
 
maxChunkSize - Variable in class io.netty.handler.codec.stomp.StompSubframeDecoder
 
maxClientHelloLength - Variable in class io.netty.handler.ssl.SslClientHelloHandler
 
maxClientIdLength - Variable in class io.netty.handler.codec.mqtt.MqttDecoder
 
maxConcurrentStreams - Variable in class io.netty.handler.codec.http2.StreamBufferingEncoder
 
maxConcurrentStreams() - Method in class io.netty.handler.codec.http2.Http2Settings
Gets the SETTINGS_MAX_CONCURRENT_STREAMS value.
maxConcurrentStreams(long) - Method in class io.netty.handler.codec.http2.Http2Settings
Sets the SETTINGS_MAX_CONCURRENT_STREAMS value.
maxConnections - Variable in class io.netty.channel.pool.FixedChannelPool
 
maxConsecutiveEmptyFrames - Variable in class io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
 
maxConsecutiveEmptyFrames - Variable in class io.netty.handler.codec.http2.Http2EmptyDataFrameConnectionDecoder
 
maxConsecutiveEmptyFrames - Variable in class io.netty.handler.codec.http2.Http2EmptyDataFrameListener
 
maxContentLength - Variable in class io.netty.handler.codec.http2.AbstractInboundHttp2ToHttpAdapterBuilder
 
maxContentLength - Variable in class io.netty.handler.codec.http2.InboundHttp2ToHttpAdapter
 
maxContentLength - Variable in class io.netty.handler.codec.MessageAggregator
 
maxContentLength - Variable in class io.netty.handler.codec.spdy.SpdyHttpDecoder
 
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
 
maxCumulationBufferComponents - Variable in class io.netty.handler.codec.MessageAggregator
 
maxCumulationBufferComponents() - Method in class io.netty.handler.codec.MessageAggregator
Returns the maximum number of components in the cumulation buffer.
maxDatagramSize - Variable in class io.netty.channel.epoll.EpollDatagramChannelConfig
 
maxDeviation - Variable in class io.netty.handler.traffic.GlobalChannelTrafficShapingHandler
 
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.
maxDynamicTableSize - Variable in class io.netty.handler.codec.http2.HpackDecoder
 
maxDynamicTableSizeChangeRequired - Variable in class io.netty.handler.codec.http2.HpackDecoder
 
maxEncryptedPacketLength() - Method in class io.netty.handler.ssl.ReferenceCountedOpenSslEngine
Visible only for testing!
maxEncryptedPacketLength0() - Method in class io.netty.handler.ssl.ReferenceCountedOpenSslEngine
This method is intentionally not synchronized, only use if you know you are in the EventLoop thread and visibility on ReferenceCountedOpenSslEngine.maxWrapOverhead is achieved via other synchronized blocks.
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.PooledByteBuf
 
maxFastWritableBytes() - Method in class io.netty.buffer.SwappedByteBuf
Deprecated.
 
maxFastWritableBytes() - Method in class io.netty.buffer.WrappedByteBuf
 
maxFastWritableBytes() - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
maxFrameLength - Variable in class io.netty.handler.codec.DelimiterBasedFrameDecoder
 
maxFrameLength - Variable in class io.netty.handler.codec.LengthFieldBasedFrameDecoder
 
maxFrameLength - Variable in class io.netty.handler.codec.xml.XmlFrameDecoder
 
maxFramePayloadLength - Variable in class io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker
 
maxFramePayloadLength - Variable in class io.netty.handler.codec.http.websocketx.WebSocketClientProtocolConfig.Builder
 
maxFramePayloadLength - Variable in class io.netty.handler.codec.http.websocketx.WebSocketClientProtocolConfig
 
maxFramePayloadLength - Variable in class io.netty.handler.codec.http.websocketx.WebSocketDecoderConfig.Builder
 
maxFramePayloadLength - Variable in class io.netty.handler.codec.http.websocketx.WebSocketDecoderConfig
 
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 - Variable in class io.netty.handler.codec.http.websocketx.WebSocket00FrameDecoder
 
maxFrameSize - Variable in class io.netty.handler.codec.http2.DefaultHttp2FrameReader
 
maxFrameSize - Variable in class io.netty.handler.codec.http2.DefaultHttp2FrameWriter
 
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_SIZE value.
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_SIZE value.
maxGlobalWriteSize - Variable in class io.netty.handler.traffic.GlobalChannelTrafficShapingHandler
Max size in the list before proposing to stop writing new objects from next handlers for all channel (global)
maxGlobalWriteSize - Variable in class io.netty.handler.traffic.GlobalTrafficShapingHandler
Max size in the list before proposing to stop writing new objects from next handlers for all channel (global)
maxHeaderListSize - Variable in class io.netty.handler.codec.http2.HpackDecoder.Http2HeadersSink
 
maxHeaderListSize - Variable in class io.netty.handler.codec.http2.HpackDecoder
 
maxHeaderListSize - Variable in class io.netty.handler.codec.http2.HpackEncoder
 
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_SIZE value.
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_SIZE value.
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 - Variable in class io.netty.handler.codec.http2.DefaultHttp2HeadersDecoder
 
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_AWAY should be sent.
maxHeaderSize - Variable in class io.netty.handler.codec.haproxy.HAProxyMessageDecoder.HeaderExtractor
Header max size
maxHeaderSize - Variable in class io.netty.handler.codec.spdy.SpdyHeaderBlockRawDecoder
 
maxHeaderTableSize - Variable in class io.netty.handler.codec.http2.HpackEncoder
 
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.
MAXIMUM_CONNECT_TIME - io.netty.handler.codec.mqtt.MqttReasonCodes.Disconnect
 
MAXIMUM_PACKET_SIZE - io.netty.handler.codec.mqtt.MqttProperties.MqttPropertyType
 
MAXIMUM_QOS - io.netty.handler.codec.mqtt.MqttProperties.MqttPropertyType
 
maximumCacheSize - Variable in class io.netty.handler.ssl.OpenSslSessionCache
 
maximumCumulativeReadBytes() - Method in class io.netty.handler.traffic.GlobalChannelTrafficShapingHandler
 
maximumCumulativeWrittenBytes() - Method in class io.netty.handler.traffic.GlobalChannelTrafficShapingHandler
 
maximumPacketSize - Variable in class io.netty.handler.codec.mqtt.MqttMessageBuilders.ConnAckPropertiesBuilder
 
maximumPacketSize(long) - Method in class io.netty.handler.codec.mqtt.MqttMessageBuilders.ConnAckPropertiesBuilder
 
maximumQos - Variable in class io.netty.handler.codec.mqtt.MqttMessageBuilders.ConnAckPropertiesBuilder
 
maximumQos(byte) - Method in class io.netty.handler.codec.mqtt.MqttMessageBuilders.ConnAckPropertiesBuilder
 
maxIndex - Variable in class io.netty.channel.AdaptiveRecvByteBufAllocator.HandleImpl
 
maxIndex - Variable in class io.netty.channel.AdaptiveRecvByteBufAllocator
 
maxInlineMessageLength - Variable in class io.netty.handler.codec.redis.RedisDecoder
 
maxLength - Variable in class io.netty.buffer.PooledByteBuf
 
maxLength - Variable in class io.netty.handler.codec.http.HttpObjectDecoder.HeaderParser
 
maxLength - Variable in class io.netty.handler.codec.LineBasedFrameDecoder
Maximum length of a frame we're willing to decode.
maxLineLength - Variable in class io.netty.handler.codec.stomp.StompSubframeDecoder.Utf8LineParser
 
MaxMessageHandle() - Constructor for class io.netty.channel.DefaultMaxMessagesRecvByteBufAllocator.MaxMessageHandle
 
maxMessagePerRead - Variable in class io.netty.channel.DefaultMaxMessagesRecvByteBufAllocator.MaxMessageHandle
 
maxMessagesPerRead - Variable in class io.netty.channel.DefaultMaxMessagesRecvByteBufAllocator
 
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 - Variable in class io.netty.channel.DefaultChannelConfig
 
maxMessagesPerWrite - Variable in class io.netty.channel.epoll.NativeDatagramPacketArray.MyMessageProcessor
 
maxMessagesPerWrite() - Method in class io.netty.channel.AbstractChannel
 
MaxMessagesRecvByteBufAllocator - Interface in io.netty.channel
RecvByteBufAllocator that limits the number of read operations that will be attempted when a read operation is attempted by the event loop.
maxNumComponents - Variable in class io.netty.buffer.CompositeByteBuf
 
maxNumComponents() - Method in class io.netty.buffer.CompositeByteBuf
Return the max number of ByteBuf's that are composed in this instance
maxNumComponents() - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
maxNumConsolidation - Variable in class io.netty.resolver.dns.DnsNameResolver
 
maxNumConsolidation - Variable in class io.netty.resolver.dns.DnsNameResolverBuilder
 
maxNumElements() - Method in class io.netty.buffer.PoolSubpage
 
maxNumElements() - Method in interface io.netty.buffer.PoolSubpageMetric
Return the number of maximal elements that can be allocated out of the sub-page.
maxNumElems - Variable in class io.netty.buffer.PoolSubpage
 
maxObjectLength - Variable in class io.netty.handler.codec.json.JsonObjectDecoder
 
maxObjectSize - Variable in class io.netty.handler.codec.serialization.ObjectDecoderInputStream
Deprecated.
 
maxOutstandingControlFrames - Variable in class io.netty.handler.codec.http2.Http2ControlFrameLimitEncoder
 
maxParams - Variable in class io.netty.handler.codec.http.QueryStringDecoder
 
maxPayloadSize - Variable in class io.netty.resolver.dns.DnsNameResolver
 
maxPayloadSize - Variable in class io.netty.resolver.dns.DnsNameResolverBuilder
 
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).
maxPendingAcquires - Variable in class io.netty.channel.pool.FixedChannelPool
 
maxPendingTasks - Variable in class io.netty.util.concurrent.SingleThreadEventExecutor
 
maxPendingTimeouts - Variable in class io.netty.util.HashedWheelTimer
 
maxProbe - Variable in class io.netty.buffer.LongLongHashMap
 
maxQueriesPerResolve - Variable in class io.netty.resolver.dns.DnsNameResolver
 
maxQueriesPerResolve - Variable in class io.netty.resolver.dns.DnsNameResolverBuilder
 
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.
maxQueuedControlFrames - Variable in class io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
 
maxReservedStreams - Variable in class io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
 
maxReservedStreams - Variable in class io.netty.handler.codec.http2.DefaultHttp2Connection.DefaultEndpoint
 
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.
 
maxRstFramesPerWindow - Variable in class io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
 
maxRstFramesPerWindow - Variable in class io.netty.handler.codec.http2.Http2MaxRstFrameDecoder
 
maxRstFramesPerWindow - Variable in class io.netty.handler.codec.http2.Http2MaxRstFrameListener
 
maxSize - Variable in class io.netty.handler.codec.http.multipart.AbstractHttpData
 
maxSize - Variable in class io.netty.handler.codec.http.multipart.DefaultHttpDataFactory
 
maxSize - Variable in class io.netty.util.collection.ByteObjectHashMap
The maximum number of elements allowed without allocating more space.
maxSize - Variable in class io.netty.util.collection.CharObjectHashMap
The maximum number of elements allowed without allocating more space.
maxSize - Variable in class io.netty.util.collection.IntObjectHashMap
The maximum number of elements allowed without allocating more space.
maxSize - Variable in class io.netty.util.collection.LongObjectHashMap
The maximum number of elements allowed without allocating more space.
maxSize - Variable in class io.netty.util.collection.ShortObjectHashMap
The maximum number of elements allowed without allocating more space.
MAXSIZE - Static variable in class io.netty.handler.codec.http.multipart.DefaultHttpDataFactory
Proposed default MAXSIZE = -1 as UNLIMITED
maxStateOnlySize - Variable in class io.netty.handler.codec.http2.WeightedFairQueueByteDistributor
 
maxStreams - Variable in class io.netty.handler.codec.http2.DefaultHttp2Connection.DefaultEndpoint
 
maxSuf(ByteBuf, int, int, boolean) - Static method in class io.netty.buffer.ByteBufUtil
 
maxTaskExecutePerRun - Variable in class io.netty.util.concurrent.NonStickyEventExecutorGroup
 
maxTaskExecutePerRun - Variable in class io.netty.util.concurrent.NonStickyEventExecutorGroup.NonStickyOrderedEventExecutor
 
maxTime - Variable in class io.netty.handler.traffic.AbstractTrafficShapingHandler
Max delay in wait
maxTtl - Variable in class io.netty.resolver.dns.DefaultAuthoritativeDnsServerCache
 
maxTtl - Variable in class io.netty.resolver.dns.DefaultDnsCache
 
maxTtl - Variable in class io.netty.resolver.dns.DefaultDnsCnameCache
 
maxTtl - Variable in class io.netty.resolver.dns.DnsNameResolverBuilder
 
maxTtl() - Method in class io.netty.resolver.dns.DefaultAuthoritativeDnsServerCache
 
maxTtl() - Method in class io.netty.resolver.dns.DefaultDnsCache
Returns the maximum TTL of the cached DNS resource records (in seconds).
maxTtl() - Method in class io.netty.resolver.dns.DefaultDnsCnameCache
 
maxUsableChannelBytes() - Method in class io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController
 
maxUsage - Variable in class io.netty.buffer.PoolChunkList
 
maxUsage() - Method in class io.netty.buffer.PoolChunkList
 
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.
maxWrapBufferSize - Variable in class io.netty.handler.ssl.ReferenceCountedOpenSslEngine
 
maxWrapOverhead - Variable in class io.netty.handler.ssl.ReferenceCountedOpenSslEngine
 
maxWrapOverhead() - Method in class io.netty.handler.ssl.ReferenceCountedOpenSslEngine
Visible only for testing!
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
 
maxWritableBytes() - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
maxWritableBytes() - Method in class io.netty.handler.codec.ReplayingDecoderByteBuf
 
maxWriteDelay - Variable in class io.netty.handler.traffic.AbstractTrafficShapingHandler
Max time to delay before proposing to stop writing new objects from next handlers
maxWriteSize - Variable in class io.netty.handler.traffic.AbstractTrafficShapingHandler
Max size in the list before proposing to stop writing new objects from next handlers
MAYBE_SUPER_USER - Static variable in class io.netty.util.internal.PlatformDependent
 
maybeAddChannelToReadCompletePendingQueue() - Method in class io.netty.handler.codec.http2.AbstractHttp2StreamChannel
 
maybeMoreDataToRead - Variable in class io.netty.channel.epoll.AbstractEpollChannel.AbstractEpollUnsafe
 
maybeMoreDataToRead - Variable in class io.netty.channel.kqueue.AbstractKQueueChannel.AbstractKQueueUnsafe
 
maybeMoreDataToRead() - Method in class io.netty.channel.epoll.EpollRecvByteAllocatorHandle
 
maybeMoreDataToRead() - Method in class io.netty.channel.epoll.EpollRecvByteAllocatorStreamingHandle
 
maybeMoreDataToRead() - Method in class io.netty.channel.kqueue.KQueueRecvByteAllocatorHandle
 
maybeSuperUser() - Static method in class io.netty.util.internal.PlatformDependent
Return true if the current user may be a super-user.
maybeSuperUser0() - Static method in class io.netty.util.internal.PlatformDependent
 
mayFinishHandshake(SSLEngineResult.HandshakeStatus) - Method in class io.netty.handler.ssl.ReferenceCountedOpenSslEngine
 
mayFinishHandshake(SSLEngineResult.HandshakeStatus, int, int) - Method in class io.netty.handler.ssl.ReferenceCountedOpenSslEngine
 
mayHaveCreatedStream(int) - Method in class io.netty.handler.codec.http2.DefaultHttp2Connection.DefaultEndpoint
 
mayHaveCreatedStream(int) - Method in interface io.netty.handler.codec.http2.Http2Connection.Endpoint
Indicates whether or not this endpoint may have created the given stream.
mayOverrideNameServers() - Method in class io.netty.resolver.dns.UnixResolverDnsServerAddressStreamProvider
 
md5(byte[]) - Static method in class io.netty.handler.codec.http.websocketx.WebSocketUtil
Performs a MD5 hash on the specified data
MD5 - Static variable in class io.netty.handler.codec.http.websocketx.WebSocketUtil
 
memberships - Variable in class io.netty.channel.socket.nio.NioDatagramChannel
 
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 MemcacheObject implementations.
memLevel - Variable in class io.netty.handler.codec.compression.DeflateOptions
 
memLevel - Variable in class io.netty.handler.codec.http.HttpContentCompressor
 
memLevel - Variable in class io.netty.handler.codec.http2.CompressorHttp2ConnectionEncoder
 
memLevel() - Method in class io.netty.handler.codec.compression.DeflateOptions
 
memory - Variable in class io.netty.buffer.PoolChunk
 
memory - Variable in class io.netty.buffer.PooledByteBuf
 
memory - Variable in class io.netty.channel.epoll.EpollEventArray
 
memory - Variable in class io.netty.channel.kqueue.KQueueEventArray
 
memory - Variable in class io.netty.channel.kqueue.NativeLongArray
 
memory - Variable in class io.netty.channel.unix.IovArray
 
memoryAddress - Variable in class io.netty.buffer.PooledUnsafeDirectByteBuf
 
memoryAddress - Variable in class io.netty.buffer.ReadOnlyUnsafeDirectByteBuf
 
memoryAddress - Variable in class io.netty.buffer.UnpooledUnsafeDirectByteBuf
 
memoryAddress - Variable in class io.netty.channel.epoll.EpollEventArray
 
memoryAddress - Variable in class io.netty.channel.epoll.NativeDatagramPacketArray.NativeDatagramPacket
 
memoryAddress - Variable in class io.netty.channel.kqueue.KQueueEventArray
 
memoryAddress - Variable in class io.netty.channel.kqueue.NativeLongArray
 
memoryAddress - Variable in class io.netty.channel.unix.IovArray
 
memoryAddress() - Method in class io.netty.buffer.AbstractUnpooledSlicedByteBuf
 
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.FixedCompositeByteBuf
 
memoryAddress() - Method in class io.netty.buffer.PooledDirectByteBuf
 
memoryAddress() - Method in class io.netty.buffer.PooledDuplicatedByteBuf
 
memoryAddress() - Method in class io.netty.buffer.PooledHeapByteBuf
 
memoryAddress() - Method in class io.netty.buffer.PooledSlicedByteBuf
 
memoryAddress() - Method in class io.netty.buffer.PooledUnsafeDirectByteBuf
 
memoryAddress() - Method in class io.netty.buffer.ReadOnlyByteBuf
Deprecated.
 
memoryAddress() - Method in class io.netty.buffer.ReadOnlyByteBufferBuf
 
memoryAddress() - Method in class io.netty.buffer.ReadOnlyUnsafeDirectByteBuf
 
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 class io.netty.buffer.WrappedCompositeByteBuf
 
memoryAddress() - Method in class io.netty.channel.epoll.EpollEventArray
Return the memoryAddress which points to the start of this EpollEventArray.
memoryAddress() - Method in class io.netty.channel.kqueue.KQueueEventArray
Return the memoryAddress which points to the start of this KQueueEventArray.
memoryAddress() - Method in class io.netty.channel.kqueue.NativeLongArray
 
memoryAddress() - Method in class io.netty.handler.codec.ReplayingDecoderByteBuf
 
memoryAddress(int) - Method in class io.netty.channel.unix.IovArray
Returns the memoryAddress for the given offset.
memoryAddress(ByteBuf) - Static method in class io.netty.handler.ssl.OpenSsl
 
memoryAddress(ByteBuffer) - Static method in class io.netty.channel.unix.Buffer
Returns the memory address of the given direct ByteBuffer.
memoryAddress0(ByteBuffer) - Static method in class io.netty.channel.unix.Buffer
 
memoryAddressEnd() - Method in class io.netty.channel.kqueue.NativeLongArray
 
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
 
memoryCopy(byte[], int, PooledByteBuf<byte[]>, int) - Method in class io.netty.buffer.PoolArena.HeapArena
 
memoryCopy(ByteBuffer, int, PooledByteBuf<ByteBuffer>, int) - Method in class io.netty.buffer.PoolArena.DirectArena
 
memoryCopy(T, int, PooledByteBuf<T>, int) - Method in class io.netty.buffer.PoolArena
 
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
 
memoryOffset(int) - Method in class io.netty.channel.kqueue.NativeLongArray
 
MemoryRegionCache(int, PoolArena.SizeClass) - Constructor for class io.netty.buffer.PoolThreadCache.MemoryRegionCache
 
merge(ChannelHandlerContext, Http2RemoteFlowController.FlowControlled) - Method in class io.netty.handler.codec.http2.DefaultHttp2ConnectionEncoder.FlowControlledData
 
merge(ChannelHandlerContext, Http2RemoteFlowController.FlowControlled) - Method in class io.netty.handler.codec.http2.DefaultHttp2ConnectionEncoder.FlowControlledHeaders
 
merge(ChannelHandlerContext, Http2RemoteFlowController.FlowControlled) - Method in interface io.netty.handler.codec.http2.Http2RemoteFlowController.FlowControlled
Merge the contents of the next message into this message so they can be written out as one unit.
MERGE_CUMULATOR - Static variable in class io.netty.handler.codec.ByteToMessageDecoder
Cumulate ByteBufs by merge them into one ByteBuf's, using memory copies.
mergeMaxAgeAndExpires() - Method in class io.netty.handler.codec.http.cookie.ClientCookieDecoder.CookieBuilder
 
message - Variable in class io.netty.channel.DefaultAddressedEnvelope
 
message - Variable in class io.netty.handler.codec.http.HttpObjectAggregator.AggregatedFullHttpMessage
 
message - Variable in class io.netty.handler.codec.http.HttpObjectDecoder
 
message - Variable in class io.netty.util.internal.logging.FormattingTuple
 
message(String, Class<?>...) - Static method in exception io.netty.handler.codec.UnsupportedMessageTypeException
 
MESSAGE - io.netty.handler.codec.stomp.StompCommand
 
MESSAGE - Static variable in interface io.netty.handler.codec.stomp.StompHeaders
 
MESSAGE_ID - Static variable in interface io.netty.handler.codec.stomp.StompHeaders
 
MESSAGE_RATE_TOO_HIGH - io.netty.handler.codec.mqtt.MqttReasonCodes.Disconnect
 
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 MessageAggregator when 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 ChannelHandler that 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.
MessageFormatter() - Constructor for class io.netty.util.internal.logging.MessageFormatter
 
messageId - Variable in class io.netty.handler.codec.mqtt.MqttMessageBuilders.PublishBuilder
 
messageId - Variable in class io.netty.handler.codec.mqtt.MqttMessageBuilders.SubscribeBuilder
 
messageId - Variable in class io.netty.handler.codec.mqtt.MqttMessageBuilders.UnsubscribeBuilder
 
messageId - Variable in class io.netty.handler.codec.mqtt.MqttMessageIdVariableHeader
 
messageId() - Method in class io.netty.handler.codec.mqtt.MqttMessageIdVariableHeader
 
messageId() - Method in class io.netty.handler.codec.mqtt.MqttPublishVariableHeader
Deprecated.
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
 
messageKey - Variable in class io.netty.handler.codec.http2.InboundHttp2ToHttpAdapter
 
messageMap - Variable in class io.netty.handler.codec.spdy.SpdyHttpDecoder
 
messagePool - Variable in class io.netty.handler.codec.redis.RedisDecoder
 
messagePool - Variable in class io.netty.handler.codec.redis.RedisEncoder
 
MessageSizeEstimator - Interface in io.netty.channel
Responsible to estimate the size of a message.
MessageSizeEstimator.Handle - Interface in io.netty.channel
 
messagesQueue - Variable in class io.netty.handler.traffic.ChannelTrafficShapingHandler
 
messagesQueue - Variable in class io.netty.handler.traffic.GlobalChannelTrafficShapingHandler.PerChannel
 
messagesQueue - Variable in class io.netty.handler.traffic.GlobalTrafficShapingHandler.PerChannel
 
MessageToByteEncoder<I> - Class in io.netty.handler.codec
ChannelOutboundHandlerAdapter which encodes message in a stream-like fashion from one message to an ByteBuf.
MessageToByteEncoder() - Constructor for class io.netty.handler.codec.MessageToByteEncoder
see MessageToByteEncoder(boolean) with true as 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) with true as 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
ChannelInboundHandlerAdapter which 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
ChannelOutboundHandlerAdapter which encodes from one message to an other message For example here is an implementation which decodes an Integer to an String.
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 - Variable in class io.netty.handler.codec.mqtt.MqttFixedHeader
 
messageType() - Method in class io.netty.handler.codec.mqtt.MqttFixedHeader
 
META_STATE_RECV_HEADERS - Static variable in class io.netty.handler.codec.http2.DefaultHttp2Connection.DefaultStream
 
META_STATE_RECV_TRAILERS - Static variable in class io.netty.handler.codec.http2.DefaultHttp2Connection.DefaultStream
 
META_STATE_SENT_HEADERS - Static variable in class io.netty.handler.codec.http2.DefaultHttp2Connection.DefaultStream
 
META_STATE_SENT_PUSHPROMISE - Static variable in class io.netty.handler.codec.http2.DefaultHttp2Connection.DefaultStream
 
META_STATE_SENT_RST - Static variable in class io.netty.handler.codec.http2.DefaultHttp2Connection.DefaultStream
 
META_STATE_SENT_TRAILERS - Static variable in class io.netty.handler.codec.http2.DefaultHttp2Connection.DefaultStream
 
metadata - Variable in class io.netty.channel.embedded.EmbeddedChannel
 
metadata() - Method in class io.netty.bootstrap.FailedChannel
 
metadata() - Method in class io.netty.channel.AbstractServerChannel
 
metadata() - Method in interface io.netty.channel.Channel
Return the ChannelMetadata of the Channel which describe the nature of the Channel.
metadata() - Method in class io.netty.channel.embedded.EmbeddedChannel
 
metadata() - Method in class io.netty.channel.epoll.AbstractEpollChannel
 
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.AbstractKQueueChannel
 
metadata() - Method in class io.netty.channel.kqueue.AbstractKQueueDatagramChannel
 
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.socket.nio.NioDatagramChannel
 
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.handler.codec.http2.AbstractHttp2StreamChannel
 
metadata(boolean) - Static method in class io.netty.channel.embedded.EmbeddedChannel
 
METADATA - Static variable in class io.netty.bootstrap.FailedChannel
 
METADATA - Static variable in class io.netty.channel.AbstractServerChannel
 
METADATA - Static variable in class io.netty.channel.epoll.AbstractEpollChannel
 
METADATA - Static variable in class io.netty.channel.epoll.AbstractEpollServerChannel
 
METADATA - Static variable in class io.netty.channel.epoll.AbstractEpollStreamChannel
 
METADATA - Static variable in class io.netty.channel.epoll.EpollDatagramChannel
 
METADATA - Static variable in class io.netty.channel.epoll.EpollDomainDatagramChannel
 
METADATA - Static variable in class io.netty.channel.kqueue.AbstractKQueueChannel
 
METADATA - Static variable in class io.netty.channel.kqueue.AbstractKQueueDatagramChannel
 
METADATA - Static variable in class io.netty.channel.kqueue.AbstractKQueueServerChannel
 
METADATA - Static variable in class io.netty.channel.kqueue.AbstractKQueueStreamChannel
 
METADATA - Static variable in class io.netty.channel.local.LocalChannel
 
METADATA - Static variable in class io.netty.channel.nio.AbstractNioByteChannel
 
METADATA - Static variable in class io.netty.channel.oio.AbstractOioByteChannel
Deprecated.
 
METADATA - Static variable in class io.netty.channel.socket.nio.NioDatagramChannel
 
METADATA - Static variable in class io.netty.channel.socket.nio.NioServerSocketChannel
 
METADATA - Static variable in class io.netty.channel.socket.oio.OioDatagramChannel
Deprecated.
 
METADATA - Static variable in class io.netty.channel.socket.oio.OioServerSocketChannel
Deprecated.
 
METADATA - Static variable in class io.netty.handler.codec.http2.AbstractHttp2StreamChannel
 
METADATA_DISCONNECT - Static variable in class io.netty.channel.embedded.EmbeddedChannel
 
METADATA_NO_DISCONNECT - Static variable in class io.netty.channel.embedded.EmbeddedChannel
 
metaState - Variable in class io.netty.handler.codec.http2.DefaultHttp2Connection.DefaultStream
 
method - Variable in class io.netty.handler.codec.compression.ByteBufChecksum.ReflectiveByteBufChecksum
 
method - Variable in class io.netty.handler.codec.http.DefaultHttpRequest
 
method - Variable in class io.netty.handler.codec.http.HttpServerCodec.HttpServerResponseEncoder
 
method() - Method in class io.netty.handler.codec.http.DefaultHttpRequest
 
method() - Method in class io.netty.handler.codec.http.HttpObjectAggregator.AggregatedFullHttpRequest
 
method() - Method in interface io.netty.handler.codec.http.HttpRequest
Returns the HttpMethod of this HttpRequest.
method() - Method in class io.netty.handler.codec.http.multipart.HttpPostRequestEncoder.WrappedHttpRequest
 
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.METHOD header or null if there is no such header
method() - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
 
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
method(CharSequence) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
 
METHOD - io.netty.handler.codec.http2.Http2Headers.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
methodMap - Static variable in class io.netty.handler.codec.http.HttpMethod
 
methodMap - Static variable in class io.netty.handler.codec.rtsp.RtspMethods
 
metric - Variable in class io.netty.buffer.PooledByteBufAllocator
 
metric - Variable in class io.netty.buffer.UnpooledByteBufAllocator
 
metric() - Method in interface io.netty.buffer.ByteBufAllocatorMetricProvider
metric() - Method in class io.netty.buffer.PooledByteBufAllocator
 
metric() - Method in class io.netty.buffer.UnpooledByteBufAllocator
 
MILLISECOND_NANOS - Static variable in class io.netty.util.HashedWheelTimer
 
milliSecondFromNano() - Static method in class io.netty.handler.traffic.TrafficCounter
 
min - Variable in enum io.netty.handler.codec.http.HttpStatusClass
 
MIN_BLOCK_SIZE - Static variable in class io.netty.handler.codec.compression.Bzip2Constants
Minimum and maximum size of one block.
MIN_CACHED_INTEGER_NUMBER - Static variable in class io.netty.handler.codec.redis.FixedRedisMessagePool
 
MIN_CLIENT_ID_LENGTH - Static variable in class io.netty.handler.codec.mqtt.MqttConstant
min client id length
MIN_COMPRESSIBLE_BYTES - Static variable in class io.netty.handler.codec.compression.Snappy
 
MIN_COMPRESSIBLE_LENGTH - Static variable in class io.netty.handler.codec.compression.SnappyFrameEncoder
The minimum amount that we'll consider actually attempting to compress.
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_HTTP2_FRAME_SIZE - Static variable in class io.netty.handler.codec.http2.AbstractHttp2StreamChannel
Number of bytes to consider non-payload messages.
MIN_INITIAL_WINDOW_SIZE - Static variable in class io.netty.handler.codec.http2.Http2CodecUtil
 
MIN_LENGTH_TO_COMPRESSION - Static variable in class io.netty.handler.codec.compression.FastLz
Do not call FastLz.compress(ByteBuf, int, int, ByteBuf, int, int) for input buffers which length less than this value.
MIN_MAX_MPSC_CAPACITY - Static variable in class io.netty.util.internal.PlatformDependent
 
MIN_PAGE_SIZE - Static variable in class io.netty.buffer.PooledByteBufAllocator
 
MIN_PREMATURE_SELECTOR_RETURNS - Static variable in class io.netty.channel.nio.NioEventLoop
 
MIN_RECOMENDED_LENGTH_FOR_LEVEL_2 - Static variable in class io.netty.handler.codec.compression.FastLz
 
MIN_TIMEOUT_NANOS - Static variable in class io.netty.handler.timeout.IdleStateHandler
 
MIN_TIMEOUT_NANOS - Static variable in class io.netty.handler.timeout.WriteTimeoutHandler
 
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
 
MIN_WRITABLE_CHUNK - Static variable in class io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController
 
minAllocationChunk - Variable in class io.netty.handler.codec.http2.UniformStreamByteDistributor
The minimum number of bytes that we will attempt to allocate to a stream.
minAllocationChunk(int) - Method in class io.netty.handler.codec.http2.UniformStreamByteDistributor
Sets the minimum allocation chunk that will be allocated to each stream.
MINIMAL_WAIT - Static variable in class io.netty.handler.traffic.AbstractTrafficShapingHandler
Default minimal time to wait: 10ms
MINIMUM_HEADER_SIZE - Static variable in class io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheEncoder
Every binary memcache message has at least a 24 bytes header.
minimumLengths - Variable in class io.netty.handler.codec.compression.Bzip2HuffmanStageDecoder
The minimum code length for each Huffman table.
minIndex - Variable in class io.netty.channel.AdaptiveRecvByteBufAllocator.HandleImpl
 
minIndex - Variable in class io.netty.channel.AdaptiveRecvByteBufAllocator
 
minorVersion - Variable in class io.netty.handler.codec.http.HttpVersion
 
minorVersion - Variable in class io.netty.handler.codec.spdy.SpdySessionHandler
 
minorVersion - Variable in enum io.netty.handler.codec.spdy.SpdyVersion
 
minorVersion() - Method in class io.netty.handler.codec.http.HttpVersion
Returns the name of the protocol such as 0 in "HTTP/1.0".
minSize - Variable in class io.netty.handler.codec.http.multipart.DefaultHttpDataFactory
 
MINSIZE - Static variable in class io.netty.handler.codec.http.multipart.DefaultHttpDataFactory
Proposed default MINSIZE as 16 KB.
minTtl - Variable in class io.netty.resolver.dns.DefaultAuthoritativeDnsServerCache
 
minTtl - Variable in class io.netty.resolver.dns.DefaultDnsCache
 
minTtl - Variable in class io.netty.resolver.dns.DefaultDnsCnameCache
 
minTtl - Variable in class io.netty.resolver.dns.DnsNameResolverBuilder
 
minTtl() - Method in class io.netty.resolver.dns.DefaultAuthoritativeDnsServerCache
 
minTtl() - Method in class io.netty.resolver.dns.DefaultDnsCache
Returns the minimum TTL of the cached DNS resource records (in seconds).
minTtl() - Method in class io.netty.resolver.dns.DefaultDnsCnameCache
 
MINUS_ONE - Static variable in class io.netty.handler.ipfilter.IpSubnetFilterRule.Ip6SubnetFilterRule
 
minUsableChannelBytes() - Method in class io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController
 
minUsage - Variable in class io.netty.buffer.PoolChunkList
 
minUsage() - Method in class io.netty.buffer.PoolChunkList
 
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.
minUsage0(int) - Static method in class io.netty.buffer.PoolChunkList
 
minutes - Variable in class io.netty.handler.codec.DateFormatter
 
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.
mix64(long) - Static method in class io.netty.util.internal.ThreadLocalRandom
 
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
 
MixedTrafficMonitoringTask(GlobalChannelTrafficShapingHandler, TrafficCounter) - Constructor for class io.netty.handler.traffic.GlobalChannelTrafficCounter.MixedTrafficMonitoringTask
 
mode - Variable in class io.netty.channel.epoll.EpollDomainSocketChannelConfig
 
mode - Variable in class io.netty.channel.kqueue.KQueueDomainSocketChannelConfig
 
mode - Variable in class io.netty.handler.ssl.OpenSslCertificateCompressionConfig.AlgorithmConfig
 
mode - Variable in class io.netty.handler.ssl.ReferenceCountedOpenSslContext
 
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"
modify(AbstractEpollChannel) - Method in class io.netty.channel.epoll.EpollEventLoop
The flags of the given epoll was modified so update the registration
modifyEvents() - Method in class io.netty.channel.epoll.AbstractEpollChannel
 
modifyLength - Variable in class io.netty.handler.codec.compression.Bzip2HuffmanStageDecoder
 
monitor - Variable in class io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController
 
monitor - Variable in class io.netty.handler.traffic.TrafficCounter
Monitor created once in start()
monitorActive - Variable in class io.netty.handler.traffic.TrafficCounter
Is Monitor active
month - Variable in class io.netty.handler.codec.DateFormatter
 
monthFound - Variable in class io.netty.handler.codec.DateFormatter
 
move(PoolChunk<T>) - Method in class io.netty.buffer.PoolChunkList
 
move0(PoolChunk<T>) - Method in class io.netty.buffer.PoolChunkList
Moves the PoolChunk down the PoolChunkList linked-list so it will end up in the right PoolChunkList that has the correct minUsage / maxUsage in respect to PoolChunk.usage().
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
Mpsc() - Constructor for class io.netty.util.internal.PlatformDependent.Mpsc
 
MPSC_CHUNK_SIZE - Static variable in class io.netty.util.internal.PlatformDependent
 
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
 
MQTT_VERSION_KEY - Static variable in class io.netty.handler.codec.mqtt.MqttCodecUtil
 
MqttCodecUtil - Class in io.netty.handler.codec.mqtt
 
MqttCodecUtil() - Constructor for class io.netty.handler.codec.mqtt.MqttCodecUtil
 
MqttConnAckMessage - Class in io.netty.handler.codec.mqtt
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
MqttConnectMessage(MqttFixedHeader, MqttConnectVariableHeader, MqttConnectPayload) - Constructor for class io.netty.handler.codec.mqtt.MqttConnectMessage
 
MqttConnectPayload - Class in io.netty.handler.codec.mqtt
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
MqttConnectReturnCode - Enum in io.netty.handler.codec.mqtt
Return Code of MqttConnAckMessage
MqttConnectReturnCode(byte) - Constructor for enum io.netty.handler.codec.mqtt.MqttConnectReturnCode
 
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
 
MqttConstant() - Constructor for class io.netty.handler.codec.mqtt.MqttConstant
 
MqttDecoder - Class in io.netty.handler.codec.mqtt
Decodes Mqtt messages from bytes, following the MQTT protocol specification v3.1 or v5.0, depending on the version specified in the CONNECT message that first goes through the channel.
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
 
MqttDecoder.DecoderState - Enum in io.netty.handler.codec.mqtt
States of the decoder.
MqttDecoder.Result<T> - Class in io.netty.handler.codec.mqtt
 
MqttEncoder - Class in io.netty.handler.codec.mqtt
Encodes Mqtt messages into bytes following the protocol specification v3.1 as described here MQTTV3.1 or v5.0 as described here MQTTv5.0 - depending on the version specified in the first CONNECT message that goes through the channel.
MqttEncoder() - Constructor for class io.netty.handler.codec.mqtt.MqttEncoder
 
mqttFixedHeader - Variable in class io.netty.handler.codec.mqtt.MqttDecoder
 
mqttFixedHeader - Variable in class io.netty.handler.codec.mqtt.MqttMessage
 
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 MqttIdentifierRejectedException which 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() - Constructor for class io.netty.handler.codec.mqtt.MqttMessageBuilders
 
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.
MqttMessageFactory() - Constructor for class io.netty.handler.codec.mqtt.MqttMessageFactory
 
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.
MqttMessageType(int) - Constructor for enum io.netty.handler.codec.mqtt.MqttMessageType
 
mqttProperties - Variable in class io.netty.handler.codec.mqtt.MqttMessageBuilders.PublishBuilder
 
MqttProperties - Class in io.netty.handler.codec.mqtt
MQTT Properties container
MqttProperties() - Constructor for class io.netty.handler.codec.mqtt.MqttProperties
 
MqttProperties(boolean) - 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
 
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
 
MqttPropertyType(int) - Constructor for enum io.netty.handler.codec.mqtt.MqttProperties.MqttPropertyType
 
MqttPubAckMessage - Class in io.netty.handler.codec.mqtt
MqttPubAckMessage(MqttFixedHeader, MqttMessageIdVariableHeader) - Constructor for class io.netty.handler.codec.mqtt.MqttPubAckMessage
 
MqttPublishMessage - Class in io.netty.handler.codec.mqtt
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
 
MqttQoS(int) - Constructor for enum io.netty.handler.codec.mqtt.MqttQoS
 
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() - Constructor for class io.netty.handler.codec.mqtt.MqttReasonCodes
 
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
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 MqttUnacceptableProtocolVersionException which 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.
MqttVersion(String, byte) - Constructor for enum io.netty.handler.codec.mqtt.MqttVersion
 
msg - Variable in class io.netty.channel.AbstractChannelHandlerContext.WriteTask
 
msg - Variable in class io.netty.channel.ChannelOutboundBuffer.Entry
 
msg - Variable in class io.netty.channel.PendingWriteQueue.PendingWrite
 
msg - Variable in enum io.netty.handler.codec.redis.FixedRedisMessagePool.RedisErrorKey
 
msg - Variable in class io.netty.handler.stream.ChunkedWriteHandler.PendingWrite
 
msg - Variable in class io.netty.util.internal.PendingWrite
 
msg() - Method in class io.netty.util.internal.PendingWrite
 
msgFastopen() - Static method in class io.netty.channel.unix.Socket
 
msgSizeEstimator - Variable in class io.netty.channel.DefaultChannelConfig
 
mtf - Variable in class io.netty.handler.codec.compression.Bzip2MoveToFrontTable
The Move To Front list.
mtfAlphabetSize - Variable in class io.netty.handler.codec.compression.Bzip2HuffmanStageEncoder
The number of unique values in the Bzip2HuffmanStageEncoder.mtfBlock array.
mtfAlphabetSize() - Method in class io.netty.handler.codec.compression.Bzip2MTFAndRLE2StageEncoder
 
mtfBlock - Variable in class io.netty.handler.codec.compression.Bzip2HuffmanStageEncoder
The output of the Move To Front Transform and Run Length Encoding[2] stages.
mtfBlock - Variable in class io.netty.handler.codec.compression.Bzip2MTFAndRLE2StageEncoder
The output of the Move To Front Transform and Run-Length Encoding[2] stages.
mtfBlock() - Method in class io.netty.handler.codec.compression.Bzip2MTFAndRLE2StageEncoder
 
mtfLength - Variable in class io.netty.handler.codec.compression.Bzip2HuffmanStageEncoder
The actual number of values contained in the Bzip2HuffmanStageEncoder.mtfBlock array.
mtfLength - Variable in class io.netty.handler.codec.compression.Bzip2MTFAndRLE2StageEncoder
The actual number of values contained in the Bzip2MTFAndRLE2StageEncoder.mtfBlock array.
mtfLength() - Method in class io.netty.handler.codec.compression.Bzip2MTFAndRLE2StageEncoder
 
mtfSymbolFrequencies - Variable in class io.netty.handler.codec.compression.Bzip2HuffmanStageEncoder
The global frequencies of values within the Bzip2HuffmanStageEncoder.mtfBlock array.
mtfSymbolFrequencies - Variable in class io.netty.handler.codec.compression.Bzip2MTFAndRLE2StageEncoder
The global frequencies of values within the Bzip2MTFAndRLE2StageEncoder.mtfBlock array.
mtfSymbolFrequencies() - Method in class io.netty.handler.codec.compression.Bzip2MTFAndRLE2StageEncoder
 
mtfValue - Variable in class io.netty.handler.codec.compression.Bzip2BlockDecompressor
 
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 DnsServerAddressStreamProvider which iterates through a collection of DnsServerAddressStreamProvider until the first non-null result 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"
MULTIPART_PREFIX - Static variable in class io.netty.handler.codec.http.HttpServerKeepAliveHandler
 
multipartDataBoundary - Variable in class io.netty.handler.codec.http.multipart.HttpPostMultipartRequestDecoder
If multipart, this is the boundary for the global multipart
multipartDataBoundary - Variable in class io.netty.handler.codec.http.multipart.HttpPostRequestEncoder
If multipart, this is the boundary for the flobal multipart
multipartHttpDatas - Variable in class io.netty.handler.codec.http.multipart.HttpPostRequestEncoder
The final Multipart List of InterfaceHttpData including encoding
multipartMixedBoundary - Variable in class io.netty.handler.codec.http.multipart.HttpPostMultipartRequestDecoder
If multipart, there could be internal multiparts (mixed) to the global multipart.
multipartMixedBoundary - Variable in class io.netty.handler.codec.http.multipart.HttpPostRequestEncoder
If multipart, there could be internal multiparts (mixed) to the global multipart.
MultiPartStatus() - Constructor for enum io.netty.handler.codec.http.multipart.HttpPostRequestDecoder.MultiPartStatus
 
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
multiplexCtx - Variable in class io.netty.handler.codec.http2.Http2StreamChannelBootstrap
 
multiplier - Static variable in class io.netty.util.internal.ThreadLocalRandom
 
MultiSearchProcessor - Interface in io.netty.buffer.search
Interface for SearchProcessor that implements simultaneous search for multiple strings.
MultiSearchProcessorFactory - Interface in io.netty.buffer.search
 
MultithreadEventExecutorGroup - Class in io.netty.util.concurrent
Abstract base class for EventExecutorGroup implementations 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 EventLoopGroup implementations 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
 
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"
mustSendImmediately(FullHttpMessage) - Method in interface io.netty.handler.codec.http2.InboundHttp2ToHttpAdapter.ImmediateSendDetector
Determine if the response should be sent immediately, or wait for the end of the stream
mustSkip(WebSocketFrame) - Method in interface io.netty.handler.codec.http.websocketx.extensions.WebSocketExtensionFilter
Returns true if the evaluation of the extension must skipped for the given frame otherwise false.
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.
MyMessageProcessor() - Constructor for class io.netty.channel.epoll.NativeDatagramPacketArray.MyMessageProcessor
 

N

n - Variable in class io.netty.handler.codec.compression.Bzip2DivSufSort
 
n - Variable in class io.netty.handler.codec.http2.HpackHuffmanEncoder.EncodeProcessor
 
NACK - io.netty.handler.codec.stomp.StompCommand
 
name - Variable in class io.netty.channel.AbstractChannelHandlerContext
 
name - Variable in class io.netty.channel.group.DefaultChannelGroup
 
name - Variable in class io.netty.handler.codec.DefaultHeaders.ValueIterator
 
name - Variable in class io.netty.handler.codec.dns.AbstractDnsRecord
 
name - Variable in class io.netty.handler.codec.dns.DnsOpCode
 
name - Variable in class io.netty.handler.codec.dns.DnsRecordType
 
name - Variable in class io.netty.handler.codec.dns.DnsResponseCode
 
name - Variable in class io.netty.handler.codec.HeadersUtils.StringEntry
 
name - Variable in class io.netty.handler.codec.http.cookie.DefaultCookie
 
name - Variable in class io.netty.handler.codec.http.HttpMethod
 
name - Variable in class io.netty.handler.codec.http.HttpObjectDecoder
 
name - Variable in class io.netty.handler.codec.http.HttpScheme
 
name - Variable in class io.netty.handler.codec.http.multipart.AbstractHttpData
 
name - Variable in class io.netty.handler.codec.http.ReadOnlyHttpHeaders.ReadOnlyStringValueIterator
 
name - Variable in class io.netty.handler.codec.http.ReadOnlyHttpHeaders.ReadOnlyValueIterator
 
name - Variable in class io.netty.handler.codec.http.websocketx.extensions.WebSocketExtensionData
 
name - Variable in class io.netty.handler.codec.http.websocketx.WebSocketScheme
 
name - Variable in class io.netty.handler.codec.http2.HpackEncoder.NameEntry
 
name - Variable in class io.netty.handler.codec.http2.HpackHeaderField
 
name - Variable in class io.netty.handler.codec.http2.HpackStaticTable.HeaderIndex
 
name - Variable in class io.netty.handler.codec.http2.HpackStaticTable.HeaderNameIndex
 
name - Variable in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers.ReadOnlyValueIterator
 
name - Variable in class io.netty.handler.codec.mqtt.MqttConnectVariableHeader
 
name - Variable in enum io.netty.handler.codec.mqtt.MqttVersion
 
name - Variable in class io.netty.handler.codec.smtp.SmtpCommand
 
name - Variable in class io.netty.handler.codec.socksx.v4.Socks4CommandStatus
 
name - Variable in class io.netty.handler.codec.socksx.v4.Socks4CommandType
 
name - Variable in class io.netty.handler.codec.socksx.v5.Socks5AddressType
 
name - Variable in class io.netty.handler.codec.socksx.v5.Socks5AuthMethod
 
name - Variable in class io.netty.handler.codec.socksx.v5.Socks5CommandStatus
 
name - Variable in class io.netty.handler.codec.socksx.v5.Socks5CommandType
 
name - Variable in class io.netty.handler.codec.socksx.v5.Socks5PasswordAuthStatus
 
name - Variable in class io.netty.handler.codec.spdy.SpdyHeaderBlockRawDecoder
 
name - Variable in class io.netty.handler.codec.stomp.StompSubframeDecoder.HeaderParser
 
name - Variable in class io.netty.handler.traffic.TrafficCounter
Name of this Monitor
name - Variable in class io.netty.util.AbstractConstant
 
name - Variable in class io.netty.util.concurrent.PromiseTask.SentinelRunnable
 
name - Variable in class io.netty.util.internal.logging.AbstractInternalLogger
 
name() - Method in class io.netty.channel.AbstractChannelHandlerContext
 
name() - Method in interface io.netty.channel.ChannelHandlerContext
The unique name of the ChannelHandlerContext.The name was used when then ChannelHandler was added to the ChannelPipeline.
name() - Method in class io.netty.channel.CombinedChannelDuplexHandler.DelegatingChannelHandlerContext
 
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.DefaultHttp2SettingsAckFrame
 
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.smtp.SmtpCommand
Return the command name.
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 class io.netty.util.concurrent.SingleThreadEventExecutor.DefaultThreadProperties
 
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 InternalLogger instance.
name() - Method in class io.netty.util.internal.logging.Log4J2Logger
 
name() - Method in error io.netty.util.Signal
 
NAME - Static variable in class io.netty.handler.codec.http.HttpHeaderValues
NAME_SERVERS_EXHAUSTED_EXCEPTION - Static variable in class io.netty.resolver.dns.DnsResolveContext
 
NAME_SIZE - Static variable in class io.netty.handler.ssl.OpenSslSessionTicketKey
Size of session ticket key name
nameCaches - Static variable in class io.netty.channel.DefaultChannelPipeline
 
NAMED_GROUPS - Static variable in class io.netty.handler.ssl.OpenSsl
 
nameEntries - Variable in class io.netty.handler.codec.http2.HpackEncoder
 
NameEntry(int, CharSequence, int, HpackEncoder.NameEntry) - Constructor for class io.netty.handler.codec.http2.HpackEncoder.NameEntry
 
nameHash - Variable in class io.netty.handler.codec.http.ReadOnlyHttpHeaders.ReadOnlyStringValueIterator
 
nameHash - Variable in class io.netty.handler.codec.http.ReadOnlyHttpHeaders.ReadOnlyValueIterator
 
nameHash - Variable in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers.ReadOnlyValueIterator
 
nameResolver - Variable in class io.netty.resolver.InetSocketAddressResolver
 
nameResolver - Variable in class io.netty.resolver.RoundRobinInetAddressResolver
 
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 List of 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 Set of 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 Set that 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
 
Names() - Constructor for class io.netty.handler.codec.http.HttpHeaders.Names
Deprecated.
 
Names() - Constructor for class io.netty.handler.codec.rtsp.RtspHeaders.Names
Deprecated.
 
Names() - Constructor for class io.netty.handler.codec.spdy.SpdyHttpHeaders.Names
 
namesAsString(Headers<CharSequence, CharSequence, ?>) - Static method in class io.netty.handler.codec.HeadersUtils
Headers.names() and convert each element of Set to a String.
NAMESERVER_ROW_LABEL - Static variable in class io.netty.resolver.dns.UnixResolverDnsServerAddressStreamProvider
 
nameServerAddr - Variable in class io.netty.resolver.dns.DnsQueryContext
 
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.UniSequentialDnsServerAddressStreamProvider
 
nameServerAddressStream(String) - Method in class io.netty.resolver.dns.UnixResolverDnsServerAddressStreamProvider
 
nameServerAddrs - Variable in class io.netty.resolver.dns.DnsResolveContext
 
nameServerAddrStream - Variable in class io.netty.resolver.dns.DnsNameResolver
 
nameServerComparator - Variable in class io.netty.resolver.dns.DnsNameResolver
 
NameServerComparator - Class in io.netty.resolver.dns
Special Comparator implementation to sort the nameservers to use when follow redirects.
NameServerComparator(Class<? extends InetAddress>) - Constructor for class io.netty.resolver.dns.NameServerComparator
 
nameServerCount - Variable in class io.netty.resolver.dns.DnsResolveContext.AuthoritativeNameServerList
 
nameServerProvider() - Method in class io.netty.resolver.dns.DnsNameResolverBuilder
 
nameServerProvider(DnsServerAddressStreamProvider) - Method in class io.netty.resolver.dns.DnsNameResolverBuilder
Set the DnsServerAddressStreamProvider which is used to determine which DNS server is used to resolve each hostname.
nameservers - Variable in class io.netty.resolver.dns.macos.DnsResolver
 
nameservers() - Method in class io.netty.resolver.dns.macos.DnsResolver
 
nameValidator - Variable in class io.netty.handler.codec.DefaultHeaders
 
nameValidator() - Method in class io.netty.handler.codec.DefaultHeaders
 
nameValidator(boolean) - Static method in class io.netty.handler.codec.http.DefaultHttpHeaders
 
nameValueEntries - Variable in class io.netty.handler.codec.http2.HpackEncoder
 
NameValueEntry(int, CharSequence, CharSequence, int, HpackEncoder.NameValueEntry) - Constructor for class io.netty.handler.codec.http2.HpackEncoder.NameValueEntry
 
nameValuePairs - Variable in class io.netty.handler.codec.http.ReadOnlyHttpHeaders
 
nanosPerWindow - Variable in class io.netty.handler.codec.http2.Http2MaxRstFrameListener
 
nanoTime() - Static method in class io.netty.util.concurrent.AbstractScheduledEventExecutor
Deprecated.
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
Native - Class in io.netty.channel.kqueue
Native helper methods
Native() - Constructor for class io.netty.channel.epoll.Native
 
Native() - Constructor for class io.netty.channel.kqueue.Native
 
NATIVE_RESOURCE_HOME - Static variable in class io.netty.util.internal.NativeLibraryLoader
 
nativeByteOrder - Variable in class io.netty.buffer.AbstractUnsafeSwappedByteBuf
 
NativeConnectException(String, int) - Constructor for exception io.netty.channel.unix.Errors.NativeConnectException
 
NativeDatagramPacket() - Constructor for class io.netty.channel.epoll.NativeDatagramPacketArray.NativeDatagramPacket
 
NativeDatagramPacketArray - Class in io.netty.channel.epoll
Support sendmmsg(...) on linux with GLIBC 2.14+
NativeDatagramPacketArray() - Constructor for class io.netty.channel.epoll.NativeDatagramPacketArray
 
NativeDatagramPacketArray.MyMessageProcessor - Class in io.netty.channel.epoll
 
NativeDatagramPacketArray.NativeDatagramPacket - Class in io.netty.channel.epoll
Used to pass needed data to JNI.
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.
NativeLibraryLoader() - Constructor for class io.netty.util.internal.NativeLibraryLoader
 
NativeLibraryLoader.NoexecVolumeDetector - Class in io.netty.util.internal
 
NativeLibraryUtil - Class in io.netty.util.internal
A Utility to Call the System.load(String) or System.loadLibrary(String).
NativeLibraryUtil() - Constructor for class io.netty.util.internal.NativeLibraryUtil
 
NativeLongArray - Class in io.netty.channel.kqueue
 
NativeLongArray(int) - Constructor for class io.netty.channel.kqueue.NativeLongArray
 
NativeSslSession(long, String, int, long) - Constructor for class io.netty.handler.ssl.OpenSslSessionCache.NativeSslSession
 
NativeStaticallyReferencedJniMethods - Class in io.netty.channel.epoll
This class is necessary to break the following cyclic dependency: JNI_OnLoad JNI Calls FindClass because RegisterNatives (used to register JNI methods) requires a class FindClass loads the class, but static members variables of that class attempt to call a JNI method which has not yet been registered. java.lang.UnsatisfiedLinkError is thrown because native method has not yet been registered. Static members which call JNI methods must not be declared in this class!
NativeStaticallyReferencedJniMethods() - Constructor for class io.netty.channel.epoll.NativeStaticallyReferencedJniMethods
 
NDELTA_IDX - Static variable in class io.netty.buffer.SizeClasses
 
ndots - Variable in class io.netty.resolver.dns.DnsNameResolver
 
ndots - Variable in class io.netty.resolver.dns.DnsNameResolverBuilder
 
ndots - Variable in class io.netty.resolver.dns.UnixResolverOptions.Builder
 
ndots - Variable in class io.netty.resolver.dns.UnixResolverOptions
 
ndots() - Method in class io.netty.resolver.dns.DnsNameResolver
 
ndots() - Method in class io.netty.resolver.dns.UnixResolverOptions
The number of dots which must appear in a name before an initial absolute query is made.
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.
NEED_UNWRAP_CLOSED - Static variable in class io.netty.handler.ssl.ReferenceCountedOpenSslEngine
 
NEED_UNWRAP_OK - Static variable in class io.netty.handler.ssl.ReferenceCountedOpenSslEngine
 
NEED_WRAP_CLOSED - Static variable in class io.netty.handler.ssl.ReferenceCountedOpenSslEngine
 
NEED_WRAP_OK - Static variable in class io.netty.handler.ssl.ReferenceCountedOpenSslEngine
 
needle - Variable in class io.netty.buffer.search.KmpSearchProcessorFactory
 
needle - Variable in class io.netty.buffer.search.KmpSearchProcessorFactory.Processor
 
needPendingStatus() - Method in class io.netty.handler.ssl.ReferenceCountedOpenSslEngine
 
needRead - Variable in class io.netty.handler.codec.http.HttpContentDecoder
 
needReport() - Method in class io.netty.util.ResourceLeakDetector
When the return value is true, ResourceLeakDetector.reportTracedLeak(java.lang.String, java.lang.String) and ResourceLeakDetector.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.
NEEDS_MORE_DATA - Static variable in class io.netty.handler.codec.ProtocolDetectionResult
 
needsMoreData() - Static method in class io.netty.handler.codec.ProtocolDetectionResult
Returns a ProtocolDetectionResult that signals that more data is needed to detect the protocol.
needsNormalization(String) - Static method in class io.netty.util.DomainNameMapping
Deprecated.
 
needsToSelectAgain - Variable in class io.netty.channel.nio.NioEventLoop
 
needTask - Variable in class io.netty.handler.ssl.ReferenceCountedOpenSslEngine
 
needWrapAgain(int) - Method in class io.netty.handler.ssl.ReferenceCountedOpenSslEngine
 
negativeTtl - Variable in class io.netty.resolver.dns.DefaultDnsCache
 
negativeTtl - Variable in class io.netty.resolver.dns.DnsNameResolverBuilder
 
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.
NettyRuntime() - Constructor for class io.netty.util.NettyRuntime
No public constructor to prevent instances from being created.
NettyRuntime.AvailableProcessorsHolder - Class in io.netty.util
Holder class for available processors to enable testing.
NetUtil - Class in io.netty.util
A class that holds a number of network-related constants.
NetUtil() - Constructor for class io.netty.util.NetUtil
A constructor to stop this class being constructed.
NetUtil.SoMaxConnAction - Class in io.netty.util
 
NetUtilInitializations - Class in io.netty.util
 
NetUtilInitializations() - Constructor for class io.netty.util.NetUtilInitializations
 
NetUtilInitializations.NetworkIfaceAndInetAddress - Class in io.netty.util
 
NetUtilLocalhost4Accessor() - Constructor for class io.netty.util.NetUtilSubstitutions.NetUtilLocalhost4Accessor
 
NetUtilLocalhost4LazyHolder() - Constructor for class io.netty.util.NetUtilSubstitutions.NetUtilLocalhost4LazyHolder
 
NetUtilLocalhost6Accessor() - Constructor for class io.netty.util.NetUtilSubstitutions.NetUtilLocalhost6Accessor
 
NetUtilLocalhost6LazyHolder() - Constructor for class io.netty.util.NetUtilSubstitutions.NetUtilLocalhost6LazyHolder
 
NetUtilLocalhostAccessor() - Constructor for class io.netty.util.NetUtilSubstitutions.NetUtilLocalhostAccessor
 
NetUtilLocalhostLazyHolder() - Constructor for class io.netty.util.NetUtilSubstitutions.NetUtilLocalhostLazyHolder
 
NetUtilNetworkInterfacesAccessor() - Constructor for class io.netty.util.NetUtilSubstitutions.NetUtilNetworkInterfacesAccessor
 
NetUtilNetworkInterfacesLazyHolder() - Constructor for class io.netty.util.NetUtilSubstitutions.NetUtilNetworkInterfacesLazyHolder
 
NetUtilSubstitutions - Class in io.netty.util
 
NetUtilSubstitutions() - Constructor for class io.netty.util.NetUtilSubstitutions
 
NetUtilSubstitutions.NetUtilLocalhost4Accessor - Class in io.netty.util
 
NetUtilSubstitutions.NetUtilLocalhost4LazyHolder - Class in io.netty.util
 
NetUtilSubstitutions.NetUtilLocalhost6Accessor - Class in io.netty.util
 
NetUtilSubstitutions.NetUtilLocalhost6LazyHolder - Class in io.netty.util
 
NetUtilSubstitutions.NetUtilLocalhostAccessor - Class in io.netty.util
 
NetUtilSubstitutions.NetUtilLocalhostLazyHolder - Class in io.netty.util
 
NetUtilSubstitutions.NetUtilNetworkInterfacesAccessor - Class in io.netty.util
 
NetUtilSubstitutions.NetUtilNetworkInterfacesLazyHolder - Class in io.netty.util
 
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_INTERFACES - Static variable in class io.netty.util.NetUtilSubstitutions.NetUtilNetworkInterfacesLazyHolder
 
NETWORK_INTERFACES - Static variable in class io.netty.util.NetUtilSubstitutions
 
NETWORK_UNREACHABLE - io.netty.handler.codec.socks.SocksCmdStatus
 
NETWORK_UNREACHABLE - Static variable in class io.netty.handler.codec.socksx.v5.Socks5CommandStatus
 
networkAddress - Variable in class io.netty.handler.ipfilter.IpSubnetFilterRule.Ip4SubnetFilterRule
 
networkAddress - Variable in class io.netty.handler.ipfilter.IpSubnetFilterRule.Ip6SubnetFilterRule
 
networkBIO - Variable in class io.netty.handler.ssl.ReferenceCountedOpenSslEngine
 
NetworkIfaceAndInetAddress(NetworkInterface, InetAddress) - Constructor for class io.netty.util.NetUtilInitializations.NetworkIfaceAndInetAddress
 
networkInterfaces() - Static method in class io.netty.util.NetUtilInitializations
 
NEVER - io.netty.handler.codec.http2.HpackUtil.IndexType
 
NEVER_SENSITIVE - Static variable in interface io.netty.handler.codec.http2.Http2HeadersEncoder
NEVER_SKIP - Static variable in interface io.netty.handler.codec.http.websocketx.extensions.WebSocketExtensionFilter
A WebSocketExtensionFilter that never skip the evaluation of an any given extensions WebSocketExtension.
neverRegistered - Variable in class io.netty.channel.AbstractChannel.AbstractUnsafe
true if the channel has never been registered, false otherwise
NEW - io.netty.channel.pool.FixedChannelPool.AcquireTimeoutAction
Create a new connection when the timeout is detected.
NEW_LINE - Static variable in class io.netty.handler.codec.base64.Base64
The new line character (\n) as a byte.
newAddress(byte[], int) - Static method in class io.netty.channel.unix.DatagramSocketAddress
 
newAddress(byte[], int, int, int, byte[]) - Static method in class io.netty.channel.epoll.NativeDatagramPacketArray
 
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
newAhoCorasicSearchProcessorFactory(byte[]...) - Static method in class io.netty.buffer.search.AbstractMultiSearchProcessorFactory
Creates a MultiSearchProcessorFactory based on Aho–Corasick string search algorithm.
newArenaArray(int) - Static method in class io.netty.buffer.PooledByteBufAllocator
 
newAttributesArray() - Method in class io.netty.bootstrap.AbstractBootstrap
 
newAttributesArray(Map<AttributeKey<?>, Object>) - Static method in class io.netty.bootstrap.AbstractBootstrap
 
newAuthoritativeDnsServerCache() - Method in class io.netty.resolver.dns.DnsNameResolverBuilder
 
newBinaryData(int, String) - Static method in class io.netty.handler.codec.http.websocketx.CloseWebSocketFrame
 
newBIO(ByteBuf) - Static method in class io.netty.handler.ssl.ReferenceCountedOpenSslContext
 
newBitapSearchProcessorFactory(byte[]) - Static method in class io.netty.buffer.search.AbstractSearchProcessorFactory
Creates a SearchProcessorFactory based on Bitap string search algorithm.
newBuffer(ByteBufAllocator, boolean, int) - Static method in class io.netty.handler.ssl.PemX509Certificate
 
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
newBuilder() - Static method in class io.netty.resolver.dns.UnixResolverOptions
 
newByteArray(int) - Static method in class io.netty.buffer.PoolArena.HeapArena
 
newByteBuf(int) - Method in class io.netty.buffer.PoolArena.DirectArena
 
newByteBuf(int) - Method in class io.netty.buffer.PoolArena.HeapArena
 
newByteBuf(int) - Method in class io.netty.buffer.PoolArena
 
newCache() - Method in class io.netty.resolver.dns.DnsNameResolverBuilder
 
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, SelectorProvider, InternetProtocolFamily) - Static method in class io.netty.channel.socket.nio.SelectorProviderUtil
 
newChannel(SelectorProvider, InternetProtocolFamily) - Static method in class io.netty.channel.socket.nio.NioServerSocketChannel
 
newChannel(SelectorProvider, InternetProtocolFamily) - Static method in class io.netty.channel.socket.nio.NioSocketChannel
 
newChannelPipeline() - Method in class io.netty.channel.AbstractChannel
Returns a new DefaultChannelPipeline instance.
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, Object...) - Method in class io.netty.channel.DefaultEventLoopGroup
 
newChild(Executor, Object...) - Method in class io.netty.channel.epoll.EpollEventLoopGroup
 
newChild(Executor, Object...) - Method in class io.netty.channel.kqueue.KQueueEventLoopGroup
 
newChild(Executor, Object...) - Method in class io.netty.channel.MultithreadEventLoopGroup
 
newChild(Executor, Object...) - Method in class io.netty.channel.nio.NioEventLoopGroup
 
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.AbstractKQueueServerChannel
 
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.DefaultEventExecutorChooserFactory
 
newChooser(EventExecutor[]) - Method in interface io.netty.util.concurrent.EventExecutorChooserFactory
newChunk(int, int, int, int) - Method in class io.netty.buffer.PoolArena.DirectArena
 
newChunk(int, int, int, int) - Method in class io.netty.buffer.PoolArena.HeapArena
 
newChunk(int, int, int, int) - Method in class io.netty.buffer.PoolArena
 
newChunkedMpscQueue(int, int) - Static method in class io.netty.util.internal.PlatformDependent.Mpsc
 
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
newClientContextInternal(SslProvider, Provider, X509Certificate[], TrustManagerFactory, X509Certificate[], PrivateKey, String, KeyManagerFactory, Iterable<String>, CipherSuiteFilter, ApplicationProtocolConfig, String[], long, long, boolean, String, Map.Entry<SslContextOption<?>, Object>...) - Static method in class io.netty.handler.ssl.SslContext
 
newClosedChannelException(Throwable, String) - Method in class io.netty.channel.AbstractChannel.AbstractUnsafe
 
newCloseFuture() - Method in interface io.netty.channel.group.ChannelGroup
Returns the ChannelGroupFuture which will be notified when all Channels that are part of this ChannelGroup, 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 ChannelGroupFuture which will be notified when all Channels that are part of this ChannelGroup, at the time of calling, are closed.
newCloseFuture(ChannelMatcher) - Method in class io.netty.channel.group.DefaultChannelGroup
 
newClosingChannelFutureListener(ChannelHandlerContext, ChannelPromise) - Method in class io.netty.handler.codec.http2.Http2ConnectionHandler
 
newCnameCache() - Method in class io.netty.resolver.dns.DnsNameResolverBuilder
 
newCompArray(int, int) - Static method in class io.netty.buffer.CompositeByteBuf
 
newComponent(ByteBuf, int) - Method in class io.netty.buffer.CompositeByteBuf
 
newCompressionChannel(ChannelHandlerContext, ZlibWrapper) - Method in class io.netty.handler.codec.http2.CompressorHttp2ConnectionEncoder
Generate a new instance of an EmbeddedChannel capable of compressing data
newCompressor(ChannelHandlerContext, Http2Headers, boolean) - Method in class io.netty.handler.codec.http2.CompressorHttp2ConnectionEncoder
Checks if a new compressor object is needed for the stream identified by streamId.
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
Creates a new fastest ConcurrentMap implementation for the current platform.
newConcurrentHashMap(int) - Static method in class io.netty.util.internal.PlatformDependent
Creates a new fastest ConcurrentMap implementation for the current platform.
newConcurrentHashMap(int, float) - Static method in class io.netty.util.internal.PlatformDependent
Creates a new fastest ConcurrentMap implementation for the current platform.
newConcurrentHashMap(int, float, int) - Static method in class io.netty.util.internal.PlatformDependent
Creates a new fastest ConcurrentMap implementation for the current platform.
newConcurrentHashMap(Map<? extends K, ? extends V>) - Static method in class io.netty.util.internal.PlatformDependent
Creates a new fastest ConcurrentMap implementation for the current platform.
newConnectException0(String, int) - Static method in class io.netty.channel.unix.Errors
 
newConnectionResetException(String, int) - Static method in class io.netty.channel.unix.Errors
 
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 EmbeddedChannel that encodes the HTTP2 message content encoded in the specified contentEncoding.
newContentDecoder(String) - Method in class io.netty.handler.codec.http.HttpContentDecoder
Returns a new EmbeddedChannel that 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 EmbeddedChannel that decodes the HTTP2 message content encoded in the specified contentEncoding.
newContext(EventExecutorGroup, String, ChannelHandler) - Method in class io.netty.channel.DefaultChannelPipeline
 
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.
newConverter() - Static method in class io.netty.handler.ssl.BouncyCastlePemReader
 
newDatagramPacket(ByteBuf, InetSocketAddress) - Method in class io.netty.channel.epoll.NativeDatagramPacketArray.NativeDatagramPacket
 
newDecoderException(ByteBuf, int, int) - Static method in class io.netty.handler.codec.smtp.SmtpResponseDecoder
 
newDefaultFactory(String) - Static method in class io.netty.util.internal.logging.InternalLoggerFactory
 
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 ByteBuf with the given initialCapacity and maxCapacity.
newDirectBuffer(int, int) - Method in class io.netty.buffer.PooledByteBufAllocator
 
newDirectBuffer(int, int) - Method in class io.netty.buffer.UnpooledByteBufAllocator
 
newDirectBuffer(long, int) - Static method in class io.netty.util.internal.PlatformDependent0
 
newDirectBuffer(ByteBuf) - Method in class io.netty.channel.epoll.AbstractEpollChannel
Returns an off-heap copy of the specified ByteBuf, and releases the original one.
newDirectBuffer(ByteBuf) - Method in class io.netty.channel.kqueue.AbstractKQueueChannel
Returns an off-heap copy of the specified ByteBuf, and releases the original one.
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.
newDirectBuffer(Object, ByteBuf) - Method in class io.netty.channel.epoll.AbstractEpollChannel
Returns an off-heap copy of the specified ByteBuf, and releases the specified holder.
newDirectBuffer(Object, ByteBuf) - Method in class io.netty.channel.kqueue.AbstractKQueueChannel
Returns an off-heap copy of the specified ByteBuf, and releases the specified holder.
newDirectBuffer0(Object, ByteBuf, ByteBufAllocator, int) - Static method in class io.netty.channel.epoll.AbstractEpollChannel
 
newDirectBuffer0(Object, ByteBuf, ByteBufAllocator, int) - Static method in class io.netty.channel.kqueue.AbstractKQueueChannel
 
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.DnsResolveContext
 
newDnsQueryLifecycleObserver(DnsQuestion) - Method in class io.netty.resolver.dns.LoggingDnsQueryLifeCycleObserverFactory
 
newDnsQueryLifecycleObserver(DnsQuestion) - Method in class io.netty.resolver.dns.NoopDnsQueryLifecycleObserverFactory
 
newEmptyHeaderField(String) - Static method in class io.netty.handler.codec.http2.HpackStaticTable
 
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 SSLEngine with 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.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 SSLEngine using advisory peer information.
newEngine0(ByteBufAllocator, String, int, boolean) - Method in class io.netty.handler.ssl.OpenSslContext
 
newEngine0(ByteBufAllocator, String, int, boolean) - Method in class io.netty.handler.ssl.ReferenceCountedOpenSslContext
 
newEngineBased(File, String) - Static method in class io.netty.handler.ssl.OpenSslX509KeyManagerFactory
Create a new initialized OpenSslX509KeyManagerFactory which loads its PrivateKey directly from an OpenSSL engine via the ENGINE_load_private_key function.
newEngineBased(X509Certificate[], String) - Static method in class io.netty.handler.ssl.OpenSslX509KeyManagerFactory
Create a new initialized OpenSslX509KeyManagerFactory which loads its PrivateKey directly from an OpenSSL engine via the ENGINE_load_private_key function.
newEntity(String) - Static method in class io.netty.handler.codec.http.HttpHeaders
Deprecated.
Use AsciiString instead.

Create a new CharSequence which is optimized for reuse as HttpHeaders name or value. So if you have a Header name or value that you want to reuse you should make use of this.

newEntry(PoolChunk<?>, ByteBuffer, long, int) - Static method in class io.netty.buffer.PoolThreadCache.MemoryRegionCache
 
newEpollCreate() - Static method in class io.netty.channel.epoll.Native
 
newEpollHandle(RecvByteBufAllocator.ExtendedHandle) - Method in class io.netty.channel.epoll.AbstractEpollChannel.AbstractEpollUnsafe
Create a new EpollRecvByteAllocatorHandle instance.
newEpollHandle(RecvByteBufAllocator.ExtendedHandle) - Method in class io.netty.channel.epoll.AbstractEpollStreamChannel.EpollStreamUnsafe
 
newEventFd() - Static method in class io.netty.channel.epoll.Native
 
newException(int) - Method in class io.netty.handler.codec.http.HttpObjectDecoder.HeaderParser
 
newException(int) - Method in class io.netty.handler.codec.http.HttpObjectDecoder.LineParser
 
newExecutor(EventExecutor) - Method in class io.netty.util.concurrent.NonStickyEventExecutorGroup
 
newExtensionDecoder() - Method in class io.netty.handler.codec.http.websocketx.extensions.compression.DeflateFrameClientExtensionHandshaker.DeflateFrameClientExtension
 
newExtensionDecoder() - Method in class io.netty.handler.codec.http.websocketx.extensions.compression.DeflateFrameServerExtensionHandshaker.DeflateFrameServerExtension
 
newExtensionDecoder() - Method in class io.netty.handler.codec.http.websocketx.extensions.compression.PerMessageDeflateClientExtensionHandshaker.PermessageDeflateExtension
 
newExtensionDecoder() - Method in class io.netty.handler.codec.http.websocketx.extensions.compression.PerMessageDeflateServerExtensionHandshaker.PermessageDeflateExtension
 
newExtensionDecoder() - Method in interface io.netty.handler.codec.http.websocketx.extensions.WebSocketExtension
 
newExtensionEncoder() - Method in class io.netty.handler.codec.http.websocketx.extensions.compression.DeflateFrameClientExtensionHandshaker.DeflateFrameClientExtension
 
newExtensionEncoder() - Method in class io.netty.handler.codec.http.websocketx.extensions.compression.DeflateFrameServerExtensionHandshaker.DeflateFrameServerExtension
 
newExtensionEncoder() - Method in class io.netty.handler.codec.http.websocketx.extensions.compression.PerMessageDeflateClientExtensionHandshaker.PermessageDeflateExtension
 
newExtensionEncoder() - Method in class io.netty.handler.codec.http.websocketx.extensions.compression.PerMessageDeflateServerExtensionHandshaker.PermessageDeflateExtension
 
newExtensionEncoder() - Method in interface io.netty.handler.codec.http.websocketx.extensions.WebSocketExtension
 
newFailedFuture(Throwable) - Method in class io.netty.channel.AbstractChannel
 
newFailedFuture(Throwable) - Method in class io.netty.channel.AbstractChannelHandlerContext
 
newFailedFuture(Throwable) - Method in interface io.netty.channel.ChannelOutboundInvoker
Create a new ChannelFuture which is marked as failed already.
newFailedFuture(Throwable) - Method in class io.netty.channel.CombinedChannelDuplexHandler.DelegatingChannelHandlerContext
 
newFailedFuture(Throwable) - Method in class io.netty.channel.DefaultChannelPipeline
 
newFailedFuture(Throwable) - Method in class io.netty.handler.codec.http2.AbstractHttp2StreamChannel
 
newFailedFuture(Throwable) - Method in class io.netty.util.concurrent.AbstractEventExecutor
 
newFailedFuture(Throwable) - Method in interface io.netty.util.concurrent.EventExecutor
Create a new Future which is marked as failed already.
newFailedFuture(Throwable) - Method in class io.netty.util.concurrent.UnorderedThreadPoolEventExecutor
 
newFixedMpscQueue(int) - Static method in class io.netty.util.internal.PlatformDependent
Create a new Queue which is safe to use for multiple producers (different threads) and a single consumer (one thread!) with the given fixes capacity.
newFullMessage(int, Http2Headers, ByteBufAllocator) - Method in class io.netty.handler.codec.http2.Http2StreamFrameToHttpObjectCodec
 
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
 
newHandle() - Method in class io.netty.handler.codec.http2.AbstractHttp2StreamChannel.FlowControlledFrameSizeEstimator
 
newHandle() - Method in class io.netty.util.Recycler.LocalPool
 
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 SslHandler with advisory peer information.
newHandler(ByteBufAllocator, Executor) - Method in class io.netty.handler.ssl.SslContext
Creates a new SslHandler.
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, K, V, DefaultHeaders.HeaderEntry<K, V>) - Method in class io.netty.handler.codec.DefaultHeaders
 
newHeaderField(String, String) - Static method in class io.netty.handler.codec.http2.HpackStaticTable
 
newHeaders() - Method in class io.netty.handler.codec.http2.DefaultHttp2HeadersDecoder
Create a new Http2Headers object which will store the results of the decode operation.
newHeapBuffer(int, int) - Method in class io.netty.buffer.AbstractByteBufAllocator
Create a heap ByteBuf with the given initialCapacity and maxCapacity.
newHeapBuffer(int, int) - Method in class io.netty.buffer.PooledByteBufAllocator
 
newHeapBuffer(int, int) - Method in class io.netty.buffer.UnpooledByteBufAllocator
 
newId() - Method in class io.netty.channel.AbstractChannel
Returns a new DefaultChannelId instance.
newIdleStateEvent(IdleState, boolean) - Method in class io.netty.handler.timeout.IdleStateHandler
Returns a IdleStateEvent.
newIdx2SizeTab(short[][], int, int) - Static method in class io.netty.buffer.SizeClasses
 
newIndexedVariableTable() - Static method in class io.netty.util.internal.InternalThreadLocalMap
 
newInitContext(Provider) - Static method in class io.netty.handler.ssl.SslUtils
 
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
 
newInlineRedisMessage(RedisMessageType, ByteBuf) - Method in class io.netty.handler.codec.redis.RedisDecoder
 
newInstance() - Static method in class io.netty.buffer.ByteBufUtil.ThreadLocalDirectByteBuf
 
newInstance() - Static method in class io.netty.buffer.ByteBufUtil.ThreadLocalUnsafeDirectByteBuf
 
newInstance() - Static method in class io.netty.channel.DefaultChannelId
Returns a new DefaultChannelId instance.
newInstance() - Static method in class io.netty.handler.codec.CodecOutputList
 
newInstance() - Static method in class io.netty.handler.flow.FlowControlHandler.RecyclableArrayDeque
 
newInstance() - Static method in class io.netty.util.internal.RecyclableArrayList
Create a new empty RecyclableArrayList instance
newInstance(int) - Static method in class io.netty.buffer.PooledDirectByteBuf
 
newInstance(int) - Static method in class io.netty.buffer.PooledHeapByteBuf
 
newInstance(int) - Static method in class io.netty.buffer.PooledUnsafeDirectByteBuf
 
newInstance(int) - Static method in class io.netty.util.internal.RecyclableArrayList
Create a new empty RecyclableArrayList instance with the given capacity.
newInstance(AbstractByteBuf, ByteBuf, int, int) - Static method in class io.netty.buffer.PooledDuplicatedByteBuf
 
newInstance(AbstractByteBuf, ByteBuf, int, int) - Static method in class io.netty.buffer.PooledSlicedByteBuf
 
newInstance(ByteBuf, ByteBuf, ByteBuf) - Method in class io.netty.handler.codec.memcache.binary.DefaultFullBinaryMemcacheRequest
 
newInstance(ByteBuf, ByteBuf, ByteBuf) - Method in class io.netty.handler.codec.memcache.binary.DefaultFullBinaryMemcacheResponse
 
newInstance(AbstractChannelHandlerContext, Object, ChannelPromise, boolean) - Static method in class io.netty.channel.AbstractChannelHandlerContext.WriteTask
 
newInstance(SpdyVersion, int) - Static method in class io.netty.handler.codec.spdy.SpdyHeaderBlockDecoder
 
newInstance(SpdyVersion, int, int, int) - Static method in class io.netty.handler.codec.spdy.SpdyHeaderBlockEncoder
 
newInstance(Class<?>, String) - Static method in exception io.netty.channel.StacklessClosedChannelException
Creates a new StacklessClosedChannelException which has the origin of the given Class and method.
newInstance(Class<?>, String) - Static method in exception io.netty.util.concurrent.DefaultPromise.StacklessCancellationException
 
newInstance(Object, int, long, ChannelPromise) - Static method in class io.netty.channel.ChannelOutboundBuffer.Entry
 
newInstance(Object, int, ChannelPromise) - Static method in class io.netty.channel.PendingWriteQueue.PendingWrite
 
newInstance(Object, Promise<Void>) - Static method in class io.netty.util.internal.PendingWrite
Create a new empty RecyclableArrayList instance
newInstance(String) - Static method in class io.netty.channel.ChannelOption
newInstance(String) - Static method in class io.netty.util.AttributeKey
Creates a new AttributeKey for the given name or fail with an IllegalArgumentException if a AttributeKey for the given name exists.
newInstance(String) - Method in class io.netty.util.ConstantPool
Creates a new Constant for the given name or fail with an IllegalArgumentException if a Constant for the given name exists.
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(String, Class<?>, String) - Static method in exception io.netty.handler.ssl.StacklessSSLHandshakeException
Creates a new StacklessSSLHandshakeException which has the origin of the given Class and method.
newInstance(InetAddress) - Static method in class io.netty.channel.unix.NativeInetAddress
 
newInstance0(AbstractByteBuf, ByteBuf, int, int) - Static method in class io.netty.buffer.PooledSlicedByteBuf
 
newInternalNioBuffer(byte[]) - Method in class io.netty.buffer.PooledHeapByteBuf
 
newInternalNioBuffer(ByteBuffer) - Method in class io.netty.buffer.PooledDirectByteBuf
 
newInternalNioBuffer(ByteBuffer) - Method in class io.netty.buffer.PooledUnsafeDirectByteBuf
 
newInternalNioBuffer(T) - Method in class io.netty.buffer.PooledByteBuf
 
newInvalidArraySizeException() - Static method in class io.netty.handler.codec.http.ReadOnlyHttpHeaders
 
newInvalidArraySizeException() - Static method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
 
newInvalidEscapedCsvFieldException(CharSequence, int) - Static method in class io.netty.util.internal.StringUtil
 
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 class io.netty.handler.codec.http2.DefaultHttp2Connection.PropertyKeyRegistry
Registers a new property key.
newKey() - Method in interface io.netty.handler.codec.http2.Http2Connection
Creates a new key that is unique within this Http2Connection.
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 OpenSslX509KeyManagerFactory which will provide its private key by using the OpenSslPrivateKeyMethod.
newKeyMaterial(long, X509Certificate[]) - Method in class io.netty.handler.ssl.OpenSslPrivateKey
Create a new OpenSslKeyMaterial which uses the private key that is held by OpenSslPrivateKey.
newKmpSearchProcessorFactory(byte[]) - Static method in class io.netty.buffer.search.AbstractSearchProcessorFactory
Creates a SearchProcessorFactory based on Knuth-Morris-Pratt string search algorithm.
newKQueue() - Static method in class io.netty.channel.kqueue.Native
 
newLeakAwareByteBuf(ByteBuf) - Method in class io.netty.buffer.SimpleLeakAwareCompositeByteBuf
 
newLeakAwareByteBuf(ByteBuf, ByteBuf, ResourceLeakTracker<ByteBuf>) - Method in class io.netty.buffer.AdvancedLeakAwareByteBuf
 
newLeakAwareByteBuf(ByteBuf, ByteBuf, ResourceLeakTracker<ByteBuf>) - Method in class io.netty.buffer.AdvancedLeakAwareCompositeByteBuf
 
newLeakAwareByteBuf(ByteBuf, ByteBuf, ResourceLeakTracker<ByteBuf>) - Method in class io.netty.buffer.SimpleLeakAwareByteBuf
 
newLeakAwareByteBuf(ByteBuf, ByteBuf, ResourceLeakTracker<ByteBuf>) - Method in class io.netty.buffer.SimpleLeakAwareCompositeByteBuf
 
newLeakAwareByteBuf(ByteBuf, ResourceLeakTracker<ByteBuf>) - Method in class io.netty.buffer.SimpleLeakAwareByteBuf
 
NEWLINE - Static variable in class io.netty.util.internal.StringUtil
 
newlineType - Variable in class io.netty.handler.codec.AsciiHeadersEncoder
 
NewlineType() - Constructor for enum io.netty.handler.codec.AsciiHeadersEncoder.NewlineType
 
newListener(SSLEngine, List<String>) - Method in interface io.netty.handler.ssl.JdkApplicationProtocolNegotiator.ProtocolSelectionListenerFactory
Deprecated.
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
Creates a new fastest LongCounter implementation for the current platform.
newLongValue() - Method in class io.netty.channel.DefaultChannelId
 
newMessage(int, Http2Headers) - Method in class io.netty.handler.codec.http2.Http2StreamFrameToHttpObjectCodec
 
newMessage(Http2Stream, Http2Headers, boolean, ByteBufAllocator) - Method in class io.netty.handler.codec.http2.InboundHttp2ToHttpAdapter
Create a new FullHttpMessage based upon the current connection parameters
newMessage(MqttFixedHeader, Object, Object) - Static method in class io.netty.handler.codec.mqtt.MqttMessageFactory
 
newMpscQueue() - Static method in class io.netty.util.internal.PlatformDependent.Mpsc
 
newMpscQueue() - Static method in class io.netty.util.internal.PlatformDependent
Create a new Queue which is safe to use for multiple producers (different threads) and a single consumer (one thread!).
newMpscQueue(int) - Static method in class io.netty.util.internal.PlatformDependent.Mpsc
 
newMpscQueue(int) - Static method in class io.netty.util.internal.PlatformDependent
Create a new Queue which is safe to use for multiple producers (different threads) and a single consumer (one thread!).
newMpscQueue(int, int) - Static method in class io.netty.util.internal.PlatformDependent
Create a new Queue which is safe to use for multiple producers (different threads) and a single consumer (one thread!).
newNameResolver(EventLoop, ChannelFactory<? extends DatagramChannel>, DnsServerAddressStreamProvider) - Method in class io.netty.resolver.dns.DnsAddressResolverGroup
Creates a new NameResolver.
newNameServerAddressStream(String) - Method in class io.netty.resolver.dns.DnsNameResolver
 
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
Creates an returns a new Object that can be used and later recycled via ObjectPool.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 ObjectOutputStream which wraps the specified OutputStream.
newOpenSslKeyManagerFactorySpi(String, Provider) - Static method in class io.netty.handler.ssl.OpenSslX509KeyManagerFactory
 
newOpenSslKeyManagerFactorySpi(Provider) - Static method in class io.netty.handler.ssl.OpenSslX509KeyManagerFactory
 
newOptionsArray() - Method in class io.netty.bootstrap.AbstractBootstrap
 
newOptionsArray(Map<ChannelOption<?>, Object>) - Static method in class io.netty.bootstrap.AbstractBootstrap
 
newOutboundStream() - Method in class io.netty.handler.codec.http2.Http2MultiplexCodec
Deprecated.
 
newOutboundStream() - Method in class io.netty.handler.codec.http2.Http2MultiplexHandler
 
newPageIdx2sizeTab(short[][], int, int, int) - Static method in class io.netty.buffer.SizeClasses
 
newParser(File) - Static method in class io.netty.handler.ssl.BouncyCastlePemReader
 
newParser(InputStream) - Static method in class io.netty.handler.ssl.BouncyCastlePemReader
 
newPendingWritesNullException() - Static method in class io.netty.handler.ssl.SslHandler
 
newPipe() - Static method in class io.netty.channel.unix.FileDescriptor
 
newPool(ObjectPool.ObjectCreator<T>) - Static method in class io.netty.util.internal.ObjectPool
Creates a new ObjectPool which will use the given ObjectPool.ObjectCreator to create the Object that should be pooled.
newPool(K) - Method in class io.netty.channel.pool.AbstractChannelPoolMap
Called once a new ChannelPool needs to be created as non exists yet for the key.
newProgressivePromise() - Method in class io.netty.channel.AbstractChannel
 
newProgressivePromise() - Method in class io.netty.channel.AbstractChannelHandlerContext
 
newProgressivePromise() - Method in interface io.netty.channel.ChannelOutboundInvoker
newProgressivePromise() - Method in class io.netty.channel.CombinedChannelDuplexHandler.DelegatingChannelHandlerContext
 
newProgressivePromise() - Method in class io.netty.channel.DefaultChannelPipeline
 
newProgressivePromise() - Method in class io.netty.handler.codec.http2.AbstractHttp2StreamChannel
 
newProgressivePromise() - Method in class io.netty.util.concurrent.AbstractEventExecutor
 
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
 
newPromise() - Method in class io.netty.channel.AbstractChannel
 
newPromise() - Method in class io.netty.channel.AbstractChannelHandlerContext
 
newPromise() - Method in interface io.netty.channel.ChannelOutboundInvoker
Return a new ChannelPromise.
newPromise() - Method in class io.netty.channel.CombinedChannelDuplexHandler.DelegatingChannelHandlerContext
 
newPromise() - Method in class io.netty.channel.DefaultChannelPipeline
 
newPromise() - Method in class io.netty.handler.codec.http2.AbstractHttp2StreamChannel
 
newPromise() - Method in class io.netty.handler.codec.http2.Http2CodecUtil.SimpleChannelPromiseAggregator
Allocate a new promise which will be used to aggregate the overall success of this promise aggregator.
newPromise() - Method in class io.netty.util.concurrent.AbstractEventExecutor
 
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
 
newProvider() - Method in class io.netty.handler.ssl.OpenSslX509KeyManagerFactory
 
newProvider() - Method in class io.netty.handler.ssl.OpenSslX509KeyManagerFactory.OpenSslKeyManagerFactorySpi
 
newProvider() - Method in class io.netty.handler.ssl.OpenSslX509KeyManagerFactory.OpenSslKeyManagerFactorySpi.ProviderFactory
 
newProvider(String) - Method in class io.netty.handler.ssl.OpenSslCachingX509KeyManagerFactory
 
newQuery(int, DnsOpCode) - Method in interface io.netty.handler.codec.dns.DnsMessageUtil.DnsQueryFactory
 
newQuery(int, InetSocketAddress) - Method in class io.netty.resolver.dns.DatagramDnsQueryContext
 
newQuery(int, InetSocketAddress) - Method in class io.netty.resolver.dns.DnsQueryContext
Creates and returns a new DnsQuery.
newQuery(int, InetSocketAddress) - Method in class io.netty.resolver.dns.TcpDnsQueryContext
 
newQuery(ByteBuf, DnsMessageUtil.DnsQueryFactory) - Static method in class io.netty.handler.codec.dns.DnsMessageUtil
 
newRecordList() - Static method in class io.netty.handler.codec.dns.AbstractDnsMessage
 
newRedirectDnsServerStream(String, List<InetSocketAddress>) - Method in class io.netty.resolver.dns.DnsNameResolver
Creates a new DnsServerAddressStream to following a redirected DNS query.
newRedirectServerAddress(InetAddress) - Method in class io.netty.resolver.dns.DnsNameResolver
 
newReponseData() - Method in class io.netty.handler.codec.http.websocketx.extensions.compression.DeflateFrameServerExtensionHandshaker.DeflateFrameServerExtension
 
newReponseData() - Method in class io.netty.handler.codec.http.websocketx.extensions.compression.PerMessageDeflateServerExtensionHandshaker.PermessageDeflateExtension
 
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.
newResolver(EventLoop, ChannelFactory<? extends DatagramChannel>, DnsServerAddressStreamProvider) - Method in class io.netty.resolver.dns.DnsAddressResolverGroup
newResolver(EventExecutor) - Method in class io.netty.resolver.AddressResolverGroup
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
 
newResolverContext(DnsNameResolver, Channel, Promise<?>, String, int, DnsRecordType[], DnsRecord[], DnsServerAddressStream, int) - Method in class io.netty.resolver.dns.DnsAddressResolveContext
 
newResolverContext(DnsNameResolver, Channel, Promise<?>, String, int, DnsRecordType[], DnsRecord[], DnsServerAddressStream, int) - Method in class io.netty.resolver.dns.DnsRecordResolveContext
 
newResolverContext(DnsNameResolver, Channel, Promise<?>, String, int, DnsRecordType[], DnsRecord[], DnsServerAddressStream, int) - Method in class io.netty.resolver.dns.DnsResolveContext
Creates a new context with the given parameters.
newResourceLeakDetector(Class<T>) - Method in class io.netty.util.ResourceLeakDetectorFactory
Returns a new instance of a ResourceLeakDetector with the given resource class.
newResourceLeakDetector(Class<T>, int) - Method in class io.netty.util.ResourceLeakDetectorFactory.DefaultResourceLeakDetectorFactory
 
newResourceLeakDetector(Class<T>, int) - Method in class io.netty.util.ResourceLeakDetectorFactory
Returns a new instance of a ResourceLeakDetector with the given resource class.
newResourceLeakDetector(Class<T>, int, long) - Method in class io.netty.util.ResourceLeakDetectorFactory.DefaultResourceLeakDetectorFactory
 
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 ResourceLeakDetector with the given resource class.

newResponse(A, A, int, DnsOpCode, DnsResponseCode) - Method in class io.netty.handler.codec.dns.DnsResponseDecoder
 
newResult(SSLEngineResult.HandshakeStatus, int, int) - Method in class io.netty.handler.ssl.ReferenceCountedOpenSslEngine
 
newResult(SSLEngineResult.Status, SSLEngineResult.HandshakeStatus, int, int) - Method in class io.netty.handler.ssl.ReferenceCountedOpenSslEngine
 
newResultMayFinishHandshake(SSLEngineResult.HandshakeStatus, int, int) - Method in class io.netty.handler.ssl.ReferenceCountedOpenSslEngine
 
newResultMayFinishHandshake(SSLEngineResult.Status, SSLEngineResult.HandshakeStatus, int, int) - Method in class io.netty.handler.ssl.ReferenceCountedOpenSslEngine
 
newRsv(WebSocketFrame) - Method in class io.netty.handler.codec.http.websocketx.extensions.compression.DeflateDecoder
 
newRsv(WebSocketFrame) - Method in class io.netty.handler.codec.http.websocketx.extensions.compression.PerFrameDeflateDecoder
 
newRsv(WebSocketFrame) - Method in class io.netty.handler.codec.http.websocketx.extensions.compression.PerMessageDeflateDecoder
 
newRunsAvailqueueArray(int) - Static method in class io.netty.buffer.PoolChunk
 
newSearchProcessor() - Method in class io.netty.buffer.search.AhoCorasicSearchProcessorFactory
newSearchProcessor() - Method in class io.netty.buffer.search.BitapSearchProcessorFactory
newSearchProcessor() - Method in class io.netty.buffer.search.KmpSearchProcessorFactory
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.
newSeed() - Static method in class io.netty.util.internal.ThreadLocalRandom
 
newSelector(SSLEngine, Set<String>) - Method in interface io.netty.handler.ssl.JdkApplicationProtocolNegotiator.ProtocolSelectorFactory
Deprecated.
newSelectStrategy() - Method in class io.netty.channel.DefaultSelectStrategyFactory
 
newSelectStrategy() - Method in interface io.netty.channel.SelectStrategyFactory
Creates a new SelectStrategy.
newSelfSignedCertificate(String, PrivateKey, X509Certificate) - Static method in class io.netty.handler.ssl.util.SelfSignedCertificate
 
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(SslProvider, File, TrustManagerFactory, File, File, String, KeyManagerFactory, Iterable<String>, CipherSuiteFilter, ApplicationProtocolConfig, long, long, String) - Static method in class io.netty.handler.ssl.SslContext
Creates a new server-side SslContext.
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
newServerContextInternal(SslProvider, Provider, X509Certificate[], TrustManagerFactory, X509Certificate[], PrivateKey, String, KeyManagerFactory, Iterable<String>, CipherSuiteFilter, ApplicationProtocolConfig, long, long, ClientAuth, String[], boolean, boolean, String, Map.Entry<SslContextOption<?>, Object>...) - Static method in class io.netty.handler.ssl.SslContext
 
newServerSocket() - Static method in class io.netty.channel.socket.oio.OioServerSocketChannel
Deprecated.
 
newSessionContext(ReferenceCountedOpenSslContext, long, OpenSslEngineMap, X509Certificate[], TrustManagerFactory, X509Certificate[], PrivateKey, String, KeyManagerFactory, String, long, long) - Static method in class io.netty.handler.ssl.ReferenceCountedOpenSslClientContext
 
newSessionContext(ReferenceCountedOpenSslContext, long, OpenSslEngineMap, X509Certificate[], TrustManagerFactory, X509Certificate[], PrivateKey, String, KeyManagerFactory, String, long, long) - Static method in class io.netty.handler.ssl.ReferenceCountedOpenSslServerContext
 
newSharedLeakAwareByteBuf(ByteBuf) - Method in class io.netty.buffer.SimpleLeakAwareByteBuf
 
newSize2idxTab(int, short[][]) - Static method in class io.netty.buffer.SizeClasses
 
newSizeClass(int, int, int, int, int) - Static method in class io.netty.buffer.SizeClasses
 
newSocket() - Static method in class io.netty.channel.socket.oio.OioDatagramChannel
Deprecated.
 
newSocket(int) - Static method in class io.netty.channel.epoll.LinuxSocket
 
newSocket(SelectorProvider) - Static method in class io.netty.channel.socket.nio.NioDatagramChannel
 
newSocket(SelectorProvider, InternetProtocolFamily) - Static method in class io.netty.channel.socket.nio.NioDatagramChannel
 
newSocketAddressStringBuilder(String, String, boolean) - Static method in class io.netty.util.NetUtil
 
newSocketDgram() - Static method in class io.netty.channel.epoll.LinuxSocket
 
newSocketDgram() - Static method in class io.netty.channel.kqueue.BsdSocket
 
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
 
newSocketDgram(InternetProtocolFamily) - Static method in class io.netty.channel.kqueue.BsdSocket
 
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
 
newSocketDgramFd(boolean) - 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.kqueue.BsdSocket
 
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.kqueue.BsdSocket
 
newSocketDomainDgram() - Static method in class io.netty.channel.unix.Socket
 
newSocketDomainDgram0() - Static method in class io.netty.channel.unix.Socket
 
newSocketDomainDgramFd() - Static method in class io.netty.channel.unix.Socket
 
newSocketDomainFd() - 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.kqueue.BsdSocket
 
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
 
newSocketStream(InternetProtocolFamily) - Static method in class io.netty.channel.kqueue.BsdSocket
 
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
 
newSocketStreamFd(boolean) - Static method in class io.netty.channel.unix.Socket
 
newSpscQueue() - Static method in class io.netty.util.internal.PlatformDependent
Create a new Queue which is safe to use for single producer (one thread!) and a single consumer (one thread!).
newSSLContext() - Static method in class io.netty.handler.ssl.OpenSslX509TrustManagerWrapper
 
newSSLContext(Provider, X509Certificate[], TrustManagerFactory, X509Certificate[], PrivateKey, String, KeyManagerFactory, long, long, String) - Static method in class io.netty.handler.ssl.JdkSslClientContext
Deprecated.
 
newSSLContext(Provider, X509Certificate[], TrustManagerFactory, X509Certificate[], PrivateKey, String, KeyManagerFactory, long, long, String) - Static method in class io.netty.handler.ssl.JdkSslServerContext
Deprecated.
 
newSSLExceptionForError(int) - Method in class io.netty.handler.ssl.ReferenceCountedOpenSslEngine
 
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
Returns a new SslHandler using the given SslContext and ByteBufAllocator.
newSslHandlerName() - Method in class io.netty.handler.ssl.OptionalSslHandler
Optionally specify the SSL handler name, this method may return null.
newSSLSessionBindingEvent(String) - Method in class io.netty.handler.ssl.ReferenceCountedOpenSslEngine.DefaultOpenSslSession
 
newStatic(Http2Error, String, Http2Exception.ShutdownHint, Class<?>, String) - Static method in exception io.netty.handler.codec.http2.Http2Exception
 
newStatic(String, Class<?>, String) - Static method in exception io.netty.channel.ChannelException
 
newStatic(String, Class<?>, String) - Static method in exception io.netty.handler.codec.spdy.SpdyProtocolException
 
newStatic(String, Class<?>, String) - Static method in exception io.netty.resolver.dns.DnsResolveContext.DnsResolveContextException
 
newStatus(int, String) - Static method in class io.netty.handler.codec.http.HttpResponseStatus
 
newStream() - Method in class io.netty.handler.codec.http2.Http2ChannelDuplexHandler
Creates a new Http2FrameStream object.
newStream() - Method in class io.netty.handler.codec.http2.Http2FrameCodec
Creates a new outbound/local stream.
newSubpagePoolArray(int) - Method in class io.netty.buffer.PoolArena
 
newSubpagePoolHead(int) - Method in class io.netty.buffer.PoolArena
 
newSucceededFuture() - Method in class io.netty.channel.AbstractChannel
 
newSucceededFuture() - Method in class io.netty.channel.AbstractChannelHandlerContext
 
newSucceededFuture() - Method in interface io.netty.channel.ChannelOutboundInvoker
Create a new ChannelFuture which is marked as succeeded already.
newSucceededFuture() - Method in class io.netty.channel.CombinedChannelDuplexHandler.DelegatingChannelHandlerContext
 
newSucceededFuture() - Method in class io.netty.channel.DefaultChannelPipeline
 
newSucceededFuture() - Method in class io.netty.handler.codec.http2.AbstractHttp2StreamChannel
 
newSucceededFuture(V) - Method in class io.netty.util.concurrent.AbstractEventExecutor
 
newSucceededFuture(V) - Method in interface io.netty.util.concurrent.EventExecutor
Create a new Future which is marked as succeeded already.
newSucceededFuture(V) - Method in class io.netty.util.concurrent.UnorderedThreadPoolEventExecutor
 
newSwappedByteBuf() - Method in class io.netty.buffer.AbstractByteBuf
Creates a new SwappedByteBuf for this ByteBuf instance.
newSwappedByteBuf() - Method in class io.netty.buffer.PooledUnsafeDirectByteBuf
 
newSwappedByteBuf() - Method in class io.netty.buffer.PooledUnsafeHeapByteBuf
Deprecated.
newSwappedByteBuf() - Method in class io.netty.buffer.UnpooledUnsafeDirectByteBuf
 
newSwappedByteBuf() - Method in class io.netty.buffer.UnpooledUnsafeHeapByteBuf
Deprecated.
newSwappedByteBuf() - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
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.
newTaskQueue(int) - Method in class io.netty.channel.epoll.EpollEventLoop
 
newTaskQueue(int) - Method in interface io.netty.channel.EventLoopTaskQueueFactory
Returns a new Queue to use.
newTaskQueue(int) - Method in class io.netty.channel.kqueue.KQueueEventLoop
 
newTaskQueue(int) - Method in class io.netty.channel.nio.NioEventLoop
 
newTaskQueue(int) - Method in class io.netty.util.concurrent.SingleThreadEventExecutor
Create a new Queue which will holds the tasks to execute.
newTaskQueue(EventLoopTaskQueueFactory) - Static method in class io.netty.channel.epoll.EpollEventLoop
 
newTaskQueue(EventLoopTaskQueueFactory) - Static method in class io.netty.channel.kqueue.KQueueEventLoop
 
newTaskQueue(EventLoopTaskQueueFactory) - Static method in class io.netty.channel.nio.NioEventLoop
 
newTaskQueue0(int) - Static method in class io.netty.channel.epoll.EpollEventLoop
 
newTaskQueue0(int) - Static method in class io.netty.channel.kqueue.KQueueEventLoop
 
newTaskQueue0(int) - Static method in class io.netty.channel.nio.NioEventLoop
 
newTcpMd5Sigs(AbstractEpollChannel, Collection<InetAddress>, Map<InetAddress, byte[]>) - Static method in class io.netty.channel.epoll.TcpMd5Util
 
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 TimerTask for one-time execution after the specified delay.
newTimerFd() - Static method in class io.netty.channel.epoll.Native
 
newTracker(Channel) - Static method in class io.netty.channel.PendingBytesTracker
 
newUnpooledChunk(int) - Method in class io.netty.buffer.PoolArena.DirectArena
 
newUnpooledChunk(int) - Method in class io.netty.buffer.PoolArena.HeapArena
 
newUnpooledChunk(int) - Method in class io.netty.buffer.PoolArena
 
newUnsafe() - Method in class io.netty.bootstrap.FailedChannel
 
newUnsafe() - Method in class io.netty.channel.AbstractChannel
Create a new AbstractChannel.AbstractUnsafe instance which will be used for the life-time of the Channel
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.AbstractEpollChannel
 
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.AbstractKQueueChannel
 
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.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.socket.nio.NioSocketChannel
 
newUnsafeDirectByteBuf(ByteBufAllocator, int, int) - Static method in class io.netty.buffer.UnsafeByteBufUtil
 
newUnsafeInstance(int) - Static method in class io.netty.buffer.PooledUnsafeHeapByteBuf
 
newUpgradeCodec(CharSequence) - Method in interface io.netty.handler.codec.http.HttpServerUpgradeHandler.UpgradeCodecFactory
Invoked by HttpServerUpgradeHandler for all the requested protocol names in the order of the client preference.
newVSockStream() - Static method in class io.netty.channel.epoll.LinuxSocket
 
newVSockStream0() - Static method in class io.netty.channel.epoll.LinuxSocket
 
newVSockStreamFd() - 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
newZlibDecoder() - Static method in class io.netty.handler.codec.compression.ZlibCodecFactory
 
newZlibDecoder(byte[]) - Static method in class io.netty.handler.codec.compression.ZlibCodecFactory
 
newZlibDecoder(ZlibWrapper) - Static method in class io.netty.handler.codec.compression.ZlibCodecFactory
 
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.buffer.PoolChunk
 
next - Variable in class io.netty.buffer.PoolSubpage
 
next - Variable in class io.netty.channel.AbstractChannelHandlerContext
 
next - Variable in class io.netty.channel.AbstractChannelHandlerContext.Tasks
 
next - Variable in class io.netty.channel.ChannelOutboundBuffer.Entry
 
next - Variable in class io.netty.channel.DefaultChannelPipeline.PendingHandlerCallback
 
next - Variable in class io.netty.channel.PendingWriteQueue.PendingWrite
 
next - Variable in class io.netty.handler.codec.DefaultHeaders.HeaderEntry
In bucket linked list
next - Variable in class io.netty.handler.codec.DefaultHeaders.ValueIterator
 
next - Variable in class io.netty.handler.codec.http2.HpackEncoder.NameEntry
 
next - Variable in class io.netty.handler.codec.http2.HpackEncoder.NameValueEntry
 
next - Variable in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers.ReadOnlyValueIterator
 
next - Variable in class io.netty.handler.timeout.WriteTimeoutHandler.WriteTimeoutTask
 
next - Variable in class io.netty.resolver.dns.DnsResolveContext.AuthoritativeNameServer
 
next - Variable in class io.netty.util.HashedWheelTimer.HashedWheelTimeout
 
next - Variable in class io.netty.util.ResourceLeakDetector.TraceRecord
 
next() - Method in class io.netty.buffer.CompositeByteBuf.CompositeByteBufIterator
 
next() - Method in class io.netty.channel.AbstractEventLoop
 
next() - Method in class io.netty.channel.AbstractEventLoopGroup
 
next() - Method in class io.netty.channel.embedded.EmbeddedEventLoop
 
next() - Method in interface io.netty.channel.EventLoopGroup
Return the next EventLoop to use
next() - Method in class io.netty.channel.group.CombinedIterator
 
next() - Method in class io.netty.channel.MultithreadEventLoopGroup
 
next() - Method in class io.netty.channel.SingleThreadEventLoop.ChannelsReadOnlyIterator
 
next() - Method in class io.netty.channel.SingleThreadEventLoop
 
next() - Method in class io.netty.channel.ThreadPerChannelEventLoopGroup
Deprecated.
 
next() - Method in class io.netty.handler.codec.DefaultHeaders.HeaderIterator
 
next() - Method in class io.netty.handler.codec.DefaultHeaders.ValueIterator
 
next() - Method in class io.netty.handler.codec.HeadersUtils.StringEntryIterator
 
next() - Method in class io.netty.handler.codec.HeadersUtils.StringIterator
 
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 class io.netty.handler.codec.http.ReadOnlyHttpHeaders.ReadOnlyIterator
 
next() - Method in class io.netty.handler.codec.http.ReadOnlyHttpHeaders.ReadOnlyStringIterator
 
next() - Method in class io.netty.handler.codec.http.ReadOnlyHttpHeaders.ReadOnlyStringValueIterator
 
next() - Method in class io.netty.handler.codec.http.ReadOnlyHttpHeaders.ReadOnlyValueIterator
 
next() - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers.ReadOnlyIterator
 
next() - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers.ReadOnlyValueIterator
 
next() - Method in class io.netty.resolver.dns.DnsResolveContext.CombinedDnsServerAddressStream
 
next() - Method in interface io.netty.resolver.dns.DnsServerAddressStream
Retrieves the next DNS server address from the stream.
next() - Method in class io.netty.resolver.dns.SequentialDnsServerAddressStream
 
next() - Method in class io.netty.resolver.dns.ShuffledDnsServerAddressStream
 
next() - Method in class io.netty.util.collection.ByteCollections.UnmodifiableMap.IteratorImpl
 
next() - Method in class io.netty.util.collection.ByteObjectHashMap.MapIterator
 
next() - Method in class io.netty.util.collection.ByteObjectHashMap.PrimitiveIterator
 
next() - Method in class io.netty.util.collection.CharCollections.UnmodifiableMap.IteratorImpl
 
next() - Method in class io.netty.util.collection.CharObjectHashMap.MapIterator
 
next() - Method in class io.netty.util.collection.CharObjectHashMap.PrimitiveIterator
 
next() - Method in class io.netty.util.collection.IntCollections.UnmodifiableMap.IteratorImpl
 
next() - Method in class io.netty.util.collection.IntObjectHashMap.MapIterator
 
next() - Method in class io.netty.util.collection.IntObjectHashMap.PrimitiveIterator
 
next() - Method in class io.netty.util.collection.LongCollections.UnmodifiableMap.IteratorImpl
 
next() - Method in class io.netty.util.collection.LongObjectHashMap.MapIterator
 
next() - Method in class io.netty.util.collection.LongObjectHashMap.PrimitiveIterator
 
next() - Method in class io.netty.util.collection.ShortCollections.UnmodifiableMap.IteratorImpl
 
next() - Method in class io.netty.util.collection.ShortObjectHashMap.MapIterator
 
next() - Method in class io.netty.util.collection.ShortObjectHashMap.PrimitiveIterator
 
next() - Method in class io.netty.util.concurrent.AbstractEventExecutor
 
next() - Method in class io.netty.util.concurrent.DefaultEventExecutorChooserFactory.GenericEventExecutorChooser
 
next() - Method in class io.netty.util.concurrent.DefaultEventExecutorChooserFactory.PowerOfTwoEventExecutorChooser
 
next() - Method in interface io.netty.util.concurrent.EventExecutor
Returns a reference to itself.
next() - Method in interface io.netty.util.concurrent.EventExecutorChooserFactory.EventExecutorChooser
Returns the new EventExecutor to use.
next() - Method in interface io.netty.util.concurrent.EventExecutorGroup
Returns one of the EventExecutors managed by this EventExecutorGroup.
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
 
next() - Method in class io.netty.util.internal.DefaultPriorityQueue.PriorityQueueIterator
 
next() - Method in class io.netty.util.internal.ReadOnlyIterator
 
next(int) - Method in class io.netty.util.internal.ThreadLocalRandom
 
nextAvail - Variable in class io.netty.buffer.PoolSubpage
 
nextBoolean() - Method in class io.netty.handler.ssl.util.ThreadLocalInsecureRandom
 
nextBytes(byte[]) - Method in class io.netty.handler.ssl.util.ThreadLocalInsecureRandom
 
nextChild() - Method in class io.netty.channel.ThreadPerChannelEventLoopGroup
Deprecated.
 
nextChunk() - Method in class io.netty.handler.codec.http.multipart.HttpPostRequestEncoder
Returns the next available HttpChunk.
nextDouble() - Method in class io.netty.handler.ssl.util.ThreadLocalInsecureRandom
 
nextDouble(double) - Method in class io.netty.util.internal.ThreadLocalRandom
Returns a pseudorandom, uniformly distributed double value between 0 (inclusive) and the specified value (exclusive).
nextDouble(double, double) - Method in class io.netty.util.internal.ThreadLocalRandom
Returns a pseudorandom, uniformly distributed value between the given least value (inclusive) and bound (exclusive).
nextEscapedIdx - Variable in class io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder.UrlDecoder
 
nextFloat() - Method in class io.netty.handler.ssl.util.ThreadLocalInsecureRandom
 
nextGaussian() - Method in class io.netty.handler.ssl.util.ThreadLocalInsecureRandom
 
nextId - Static variable in class io.netty.channel.group.DefaultChannelGroup
 
nextId - Variable in class io.netty.util.concurrent.DefaultThreadFactory
 
nextId - Variable in class io.netty.util.ConstantPool
 
nextId() - Method in class io.netty.util.ConstantPool
Deprecated.
nextIndex - Variable in class io.netty.util.collection.ByteObjectHashMap.PrimitiveIterator
 
nextIndex - Variable in class io.netty.util.collection.CharObjectHashMap.PrimitiveIterator
 
nextIndex - Variable in class io.netty.util.collection.IntObjectHashMap.PrimitiveIterator
 
nextIndex - Variable in class io.netty.util.collection.LongObjectHashMap.PrimitiveIterator
 
nextIndex - Variable in class io.netty.util.collection.ShortObjectHashMap.PrimitiveIterator
 
nextIndex - Static variable in class io.netty.util.internal.InternalThreadLocalMap
 
nextInt() - Method in class io.netty.handler.ssl.util.ThreadLocalInsecureRandom
 
nextInt(int) - Method in class io.netty.handler.ssl.util.ThreadLocalInsecureRandom
 
nextInt(int, int) - Method in class io.netty.util.internal.ThreadLocalRandom
Returns a pseudorandom, uniformly distributed value between the given least value (inclusive) and bound (exclusive).
nextList - Variable in class io.netty.buffer.PoolChunkList
 
nextLong() - Method in class io.netty.handler.ssl.util.ThreadLocalInsecureRandom
 
nextLong(long) - Method in class io.netty.util.internal.ThreadLocalRandom
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
Returns a pseudorandom, uniformly distributed value between the given least value (inclusive) and bound (exclusive).
nextNameIndex - Variable in class io.netty.handler.codec.http.ReadOnlyHttpHeaders.ReadOnlyIterator
 
nextNameIndex - Variable in class io.netty.handler.codec.http.ReadOnlyHttpHeaders.ReadOnlyStringIterator
 
nextNameIndex - Variable in class io.netty.handler.codec.http.ReadOnlyHttpHeaders.ReadOnlyStringValueIterator
 
nextNameIndex - Variable in class io.netty.handler.codec.http.ReadOnlyHttpHeaders.ReadOnlyValueIterator
 
nextNameServerAddress() - Method in class io.netty.resolver.dns.DnsNameResolver
 
nextProtocols() - Method in class io.netty.handler.ssl.SslContext
nextRead - Variable in class io.netty.handler.codec.stomp.StompSubframeDecoder.Utf8LineParser
 
nextReadableBuf(EmbeddedChannel) - Static method in class io.netty.handler.codec.http2.CompressorHttp2ConnectionEncoder
Read the next compressed ByteBuf from the EmbeddedChannel or null if one does not exist.
nextReadableBuf(EmbeddedChannel) - Static method in class io.netty.handler.codec.http2.DelegatingDecompressorFrameListener
Read the next decompressed ByteBuf from the EmbeddedChannel or null if one does not exist.
nextReceiveBufferSize - Variable in class io.netty.channel.AdaptiveRecvByteBufAllocator.HandleImpl
 
nextReservationStreamId - Variable in class io.netty.handler.codec.http2.DefaultHttp2Connection.DefaultEndpoint
Used for reservation of stream IDs.
nextResolved0() - Method in class io.netty.resolver.dns.DnsResolveContext.CombinedDnsServerAddressStream
 
nextScheduledFlush - Variable in class io.netty.handler.flush.FlushConsolidationHandler
 
nextScheduledTask() - Method in class io.netty.channel.embedded.EmbeddedEventLoop
 
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 -1 if 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 -1 if no task is scheduled.
nextSequence - Static variable in class io.netty.channel.DefaultChannelId
 
nextStreamIdToCreate - Variable in class io.netty.handler.codec.http2.DefaultHttp2Connection.DefaultEndpoint
The minimum stream ID allowed when creating the next stream.
nextSymbol() - Method in class io.netty.handler.codec.compression.Bzip2HuffmanStageDecoder
Decodes and returns the next symbol.
nextTaskId - Variable in class io.netty.util.concurrent.AbstractScheduledEventExecutor
 
nextUpdate - Variable in class io.netty.handler.ssl.ocsp.OcspResponse
 
nextUpdate() - Method in class io.netty.handler.ssl.ocsp.OcspResponse
 
nextVariableIndex() - Static method in class io.netty.util.internal.InternalThreadLocalMap
 
nextWakeupNanos - Variable in class io.netty.channel.epoll.EpollEventLoop
 
nextWakeupNanos - Variable in class io.netty.channel.nio.NioEventLoop
 
NIO_BUFFERS - Static variable in class io.netty.channel.ChannelOutboundBuffer
 
nioBuffer - Variable in class io.netty.buffer.PoolThreadCache.MemoryRegionCache.Entry
 
nioBuffer() - Method in class io.netty.buffer.AbstractByteBuf
 
nioBuffer() - Method in class io.netty.buffer.AdvancedLeakAwareByteBuf
 
nioBuffer() - Method in class io.netty.buffer.AdvancedLeakAwareCompositeByteBuf
 
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() - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
nioBuffer() - Method in class io.netty.handler.codec.ReplayingDecoderByteBuf
 
nioBuffer(int, int) - Method in class io.netty.buffer.AbstractDerivedByteBuf
Deprecated.
 
nioBuffer(int, int) - Method in class io.netty.buffer.AbstractUnpooledSlicedByteBuf
 
nioBuffer(int, int) - Method in class io.netty.buffer.AdvancedLeakAwareByteBuf
 
nioBuffer(int, int) - Method in class io.netty.buffer.AdvancedLeakAwareCompositeByteBuf
 
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.FixedCompositeByteBuf
 
nioBuffer(int, int) - Method in class io.netty.buffer.PooledByteBuf
 
nioBuffer(int, int) - Method in class io.netty.buffer.PooledDuplicatedByteBuf
 
nioBuffer(int, int) - Method in class io.netty.buffer.PooledSlicedByteBuf
 
nioBuffer(int, int) - Method in class io.netty.buffer.ReadOnlyByteBuf
Deprecated.
 
nioBuffer(int, int) - Method in class io.netty.buffer.ReadOnlyByteBufferBuf
 
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
 
nioBuffer(int, int) - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
nioBuffer(int, int) - Method in class io.netty.handler.codec.ReplayingDecoderByteBuf
 
nioBufferCount - Variable in class io.netty.buffer.FixedCompositeByteBuf
 
nioBufferCount - Variable in class io.netty.channel.ChannelOutboundBuffer
 
nioBufferCount() - Method in class io.netty.buffer.AbstractPooledDerivedByteBuf
 
nioBufferCount() - Method in class io.netty.buffer.AbstractUnpooledSlicedByteBuf
 
nioBufferCount() - Method in class io.netty.buffer.AdvancedLeakAwareByteBuf
 
nioBufferCount() - Method in class io.netty.buffer.AdvancedLeakAwareCompositeByteBuf
 
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.FixedCompositeByteBuf
 
nioBufferCount() - Method in class io.netty.buffer.PooledByteBuf
 
nioBufferCount() - Method in class io.netty.buffer.ReadOnlyByteBuf
Deprecated.
 
nioBufferCount() - Method in class io.netty.buffer.ReadOnlyByteBufferBuf
 
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.buffer.WrappedCompositeByteBuf
 
nioBufferCount() - Method in class io.netty.channel.ChannelOutboundBuffer
Returns the number of ByteBuffer that can be written out of the ByteBuffer array that was obtained via ChannelOutboundBuffer.nioBuffers().
nioBufferCount() - Method in class io.netty.handler.codec.ReplayingDecoderByteBuf
 
nioBuffers() - Method in class io.netty.buffer.AbstractByteBuf
 
nioBuffers() - Method in class io.netty.buffer.AdvancedLeakAwareByteBuf
 
nioBuffers() - Method in class io.netty.buffer.AdvancedLeakAwareCompositeByteBuf
 
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.buffer.WrappedCompositeByteBuf
 
nioBuffers() - Method in class io.netty.channel.ChannelOutboundBuffer
Returns an array of direct NIO buffers if the currently pending messages are made of ByteBuf only.
nioBuffers() - Method in class io.netty.handler.codec.ReplayingDecoderByteBuf
 
nioBuffers(int, int) - Method in class io.netty.buffer.AbstractUnpooledSlicedByteBuf
 
nioBuffers(int, int) - Method in class io.netty.buffer.AdvancedLeakAwareByteBuf
 
nioBuffers(int, int) - Method in class io.netty.buffer.AdvancedLeakAwareCompositeByteBuf
 
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.FixedCompositeByteBuf
 
nioBuffers(int, int) - Method in class io.netty.buffer.PooledByteBuf
 
nioBuffers(int, int) - Method in class io.netty.buffer.PooledDuplicatedByteBuf
 
nioBuffers(int, int) - Method in class io.netty.buffer.PooledSlicedByteBuf
 
nioBuffers(int, int) - Method in class io.netty.buffer.ReadOnlyByteBuf
Deprecated.
 
nioBuffers(int, int) - Method in class io.netty.buffer.ReadOnlyByteBufferBuf
 
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, int) - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
nioBuffers(int, int) - Method in class io.netty.handler.codec.ReplayingDecoderByteBuf
 
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 ByteBuf only.
nioBuffers(ChannelOutboundBuffer.Entry, ByteBuf, ByteBuffer[], int, int) - Static method in class io.netty.channel.ChannelOutboundBuffer
 
nioBufferSize - Variable in class io.netty.channel.ChannelOutboundBuffer
 
nioBufferSize() - Method in class io.netty.channel.ChannelOutboundBuffer
Returns the number of bytes that can be written out of the ByteBuffer array that was obtained via ChannelOutboundBuffer.nioBuffers().
NioByteUnsafe() - Constructor for class io.netty.channel.nio.AbstractNioByteChannel.NioByteUnsafe
 
NioChannelOption<T> - Class in io.netty.channel.socket.nio
Provides ChannelOption over a given SocketOption which is then passed through the underlying NetworkChannel.
NioChannelOption(SocketOption<T>) - Constructor for class io.netty.channel.socket.nio.NioChannelOption
 
NioDatagramChannel - Class in io.netty.channel.socket.nio
An NIO datagram Channel that sends and receives an AddressedEnvelope.
NioDatagramChannel() - Constructor for class io.netty.channel.socket.nio.NioDatagramChannel
Create a new instance which will use the Operation Systems default InternetProtocolFamily.
NioDatagramChannel(InternetProtocolFamily) - Constructor for class io.netty.channel.socket.nio.NioDatagramChannel
Create a new instance using the given InternetProtocolFamily.
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 SelectorProvider which will use the Operation Systems default InternetProtocolFamily.
NioDatagramChannel(SelectorProvider, InternetProtocolFamily) - Constructor for class io.netty.channel.socket.nio.NioDatagramChannel
Create a new instance using the given SelectorProvider and InternetProtocolFamily.
NioDatagramChannelConfig - Class in io.netty.channel.socket.nio
The default NioDatagramChannelConfig implementation.
NioDatagramChannelConfig(NioDatagramChannel, DatagramChannel) - Constructor for class io.netty.channel.socket.nio.NioDatagramChannelConfig
 
NioEventLoop - Class in io.netty.channel.nio
SingleThreadEventLoop implementation which register the Channel's to a Selector and so does the multi-plexing of these in the event loop.
NioEventLoop(NioEventLoopGroup, Executor, SelectorProvider, SelectStrategy, RejectedExecutionHandler, EventLoopTaskQueueFactory, EventLoopTaskQueueFactory) - Constructor for class io.netty.channel.nio.NioEventLoop
 
NioEventLoop.SelectorTuple - Class in io.netty.channel.nio
 
NioEventLoopGroup - Class in io.netty.channel.nio
MultithreadEventLoopGroup implementations which is used for NIO Selector based Channels.
NioEventLoopGroup() - Constructor for class io.netty.channel.nio.NioEventLoopGroup
Create a new instance using the default number of threads, the default ThreadFactory and the SelectorProvider which is returned by SelectorProvider.provider().
NioEventLoopGroup(int) - Constructor for class io.netty.channel.nio.NioEventLoopGroup
Create a new instance using the specified number of threads, ThreadFactory and the SelectorProvider which is returned by SelectorProvider.provider().
NioEventLoopGroup(int, Executor) - Constructor for class io.netty.channel.nio.NioEventLoopGroup
 
NioEventLoopGroup(int, Executor, EventExecutorChooserFactory, SelectorProvider, SelectStrategyFactory) - Constructor for class io.netty.channel.nio.NioEventLoopGroup
 
NioEventLoopGroup(int, Executor, EventExecutorChooserFactory, SelectorProvider, SelectStrategyFactory, RejectedExecutionHandler) - Constructor for class io.netty.channel.nio.NioEventLoopGroup
 
NioEventLoopGroup(int, Executor, EventExecutorChooserFactory, SelectorProvider, SelectStrategyFactory, RejectedExecutionHandler, EventLoopTaskQueueFactory) - Constructor for class io.netty.channel.nio.NioEventLoopGroup
 
NioEventLoopGroup(int, Executor, EventExecutorChooserFactory, SelectorProvider, SelectStrategyFactory, RejectedExecutionHandler, EventLoopTaskQueueFactory, EventLoopTaskQueueFactory) - Constructor for class io.netty.channel.nio.NioEventLoopGroup
 
NioEventLoopGroup(int, Executor, SelectorProvider) - Constructor for class io.netty.channel.nio.NioEventLoopGroup
 
NioEventLoopGroup(int, Executor, SelectorProvider, SelectStrategyFactory) - Constructor for class io.netty.channel.nio.NioEventLoopGroup
 
NioEventLoopGroup(int, ThreadFactory) - Constructor for class io.netty.channel.nio.NioEventLoopGroup
Create a new instance using the specified number of threads, the given ThreadFactory and the SelectorProvider which is returned by SelectorProvider.provider().
NioEventLoopGroup(int, ThreadFactory, SelectorProvider) - Constructor for class io.netty.channel.nio.NioEventLoopGroup
Create a new instance using the specified number of threads, the given ThreadFactory and the given SelectorProvider.
NioEventLoopGroup(int, ThreadFactory, SelectorProvider, SelectStrategyFactory) - Constructor for class io.netty.channel.nio.NioEventLoopGroup
 
NioEventLoopGroup(ThreadFactory) - Constructor for class io.netty.channel.nio.NioEventLoopGroup
Create a new instance using the default number of threads, the given ThreadFactory and the SelectorProvider which is returned by SelectorProvider.provider().
NioMessageUnsafe() - Constructor for class io.netty.channel.nio.AbstractNioMessageChannel.NioMessageUnsafe
 
NioServerSocketChannel - Class in io.netty.channel.socket.nio
A ServerSocketChannel implementation 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
Create a new instance using the given SelectorProvider and protocol family (supported only since JDK 15).
NioServerSocketChannel.NioServerSocketChannelConfig - Class in io.netty.channel.socket.nio
 
NioServerSocketChannelConfig(NioServerSocketChannel, ServerSocket) - Constructor for class io.netty.channel.socket.nio.NioServerSocketChannel.NioServerSocketChannelConfig
 
NioSocketChannel - Class in io.netty.channel.socket.nio
SocketChannel which 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
Create a new instance using the given SelectorProvider and protocol family (supported only since JDK 15).
NioSocketChannel.NioSocketChannelConfig - Class in io.netty.channel.socket.nio
 
NioSocketChannel.NioSocketChannelUnsafe - Class in io.netty.channel.socket.nio
 
NioSocketChannelConfig(NioSocketChannel, Socket) - Constructor for class io.netty.channel.socket.nio.NioSocketChannel.NioSocketChannelConfig
 
NioSocketChannelUnsafe() - Constructor for class io.netty.channel.socket.nio.NioSocketChannel.NioSocketChannelUnsafe
 
NioTask<C extends java.nio.channels.SelectableChannel> - Interface in io.netty.channel.nio
An arbitrary task that can be executed by NioEventLoop when a SelectableChannel becomes ready.
no - Static variable in class io.netty.buffer.SizeClasses
 
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_FAIL_SELECTION_LISTENER_FACTORY - Static variable in class io.netty.handler.ssl.JdkBaseApplicationProtocolNegotiator
 
NO_FAIL_SELECTOR_FACTORY - Static variable in class io.netty.handler.ssl.JdkBaseApplicationProtocolNegotiator
 
NO_ID - Static variable in class io.netty.handler.codec.spdy.SpdyHttpResponseStreamIdHandler
 
NO_MATCHING_RECORD_QUERY_FAILED_EXCEPTION - Static variable in class io.netty.resolver.dns.DnsResolveContext
 
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_VALUE - Static variable in class io.netty.buffer.IntPriorityQueue
 
noActiveStreams() - Method in class io.netty.handler.codec.spdy.SpdySession
 
noCleaner - Variable in class io.netty.buffer.UnpooledByteBufAllocator
 
noContext - Variable in class io.netty.handler.codec.http.websocketx.extensions.compression.DeflateDecoder
 
noContext - Variable in class io.netty.handler.codec.http.websocketx.extensions.compression.DeflateEncoder
 
Node(String, T) - Constructor for class io.netty.handler.codec.http.HttpMethod.EnumNameMap.Node
 
NOERROR - Static variable in class io.netty.handler.codec.dns.DnsResponseCode
The 'NoError' DNS RCODE (0), as defined in RFC1035.
NoexecVolumeDetector() - Constructor for class io.netty.util.internal.NativeLibraryLoader.NoexecVolumeDetector
 
NoFailProtocolSelectionListener(JdkSslEngine, List<String>) - Constructor for class io.netty.handler.ssl.JdkBaseApplicationProtocolNegotiator.NoFailProtocolSelectionListener
 
NoFailProtocolSelector(JdkSslEngine, Set<String>) - Constructor for class io.netty.handler.ssl.JdkBaseApplicationProtocolNegotiator.NoFailProtocolSelector
 
noJdkZlibDecoder - Static variable in class io.netty.handler.codec.compression.ZlibCodecFactory
 
noJdkZlibEncoder - Static variable in class io.netty.handler.codec.compression.ZlibCodecFactory
 
noLocal - Variable in class io.netty.handler.codec.mqtt.MqttSubscriptionOption
 
NON_AUTHORITATIVE_INFORMATION - Static variable in class io.netty.handler.codec.http.HttpResponseStatus
203 Non-Authoritative Information (since HTTP/1.1)
NON_SERVER_CHANNEL_MATCHER - Static variable in class io.netty.channel.group.ChannelMatchers
 
None - io.netty.handler.codec.http.cookie.CookieHeaderNames.SameSite
 
NONE - io.netty.handler.codec.compression.ZlibWrapper
Raw DEFLATE stream only (no header and no footer).
NONE - io.netty.handler.codec.http2.HpackUtil.IndexType
 
NONE - io.netty.handler.ssl.ApplicationProtocolConfig.Protocol
 
NONE - io.netty.handler.ssl.ClientAuth
Indicates that the SSLEngine will not request client authentication.
NONE - Static variable in class io.netty.channel.epoll.EpollEventLoop
 
NONE - Static variable in class io.netty.channel.nio.NioEventLoop
 
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 class io.netty.handler.codec.rtsp.RtspHeaders.Values
Deprecated.
"none"
NONE - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderValues
"none"
NONE - Static variable in class io.netty.util.concurrent.NonStickyEventExecutorGroup.NonStickyOrderedEventExecutor
 
NONE_PROTOCOL_NEGOTIATOR - Static variable in class io.netty.handler.ssl.ReferenceCountedOpenSslContext
 
nonFinalRelease0(T, int, int, int) - Method in class io.netty.util.internal.ReferenceCountUpdater
 
NonNotifyRunnable(Runnable) - Constructor for class io.netty.util.concurrent.UnorderedThreadPoolEventExecutor.NonNotifyRunnable
 
nonServerChannels - Variable in class io.netty.channel.group.DefaultChannelGroup
 
NonStickyEventExecutorGroup - Class in io.netty.util.concurrent
EventExecutorGroup which will preserve Runnable execution order but makes no guarantees about what EventExecutor (and therefore Thread) will be used to execute the Runnables.
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.
NonStickyEventExecutorGroup.NonStickyOrderedEventExecutor - Class in io.netty.util.concurrent
 
NonStickyOrderedEventExecutor(EventExecutor, int) - Constructor for class io.netty.util.concurrent.NonStickyEventExecutorGroup.NonStickyOrderedEventExecutor
 
nonVolatileRawCnt(T) - Method in class io.netty.util.internal.ReferenceCountUpdater
 
noop() - Static method in class io.netty.handler.codec.smtp.SmtpRequests
Creates a NOOP request.
NOOP - Static variable in class io.netty.handler.codec.memcache.binary.BinaryMemcacheOpcodes
 
NOOP - Static variable in class io.netty.handler.codec.smtp.SmtpCommand
 
NOOP - Static variable in class io.netty.handler.codec.smtp.SmtpRequests
 
NOOP - Static variable in class io.netty.util.internal.PlatformDependent
 
NOOP - Static variable in class io.netty.util.internal.TypeParameterMatcher
 
NOOP_HANDLE - Static variable in class io.netty.util.Recycler
 
NOOP_RECYCLER - Static variable in class io.netty.handler.codec.CodecOutputList
 
NOOP_TASK - Static variable in class io.netty.util.concurrent.SingleThreadEventExecutor
 
NoopAddressResolver - Class in io.netty.resolver
A AddressResolver that 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
NoopAddressResolverGroup() - Constructor for class io.netty.resolver.NoopAddressResolverGroup
 
NoopAuthoritativeDnsServerCache - Class in io.netty.resolver.dns
A noop AuthoritativeDnsServerCache that actually never caches anything.
NoopAuthoritativeDnsServerCache() - Constructor for class io.netty.resolver.dns.NoopAuthoritativeDnsServerCache
 
NoopDnsCache - Class in io.netty.resolver.dns
A noop DNS cache that actually never caches anything.
NoopDnsCache() - Constructor for class io.netty.resolver.dns.NoopDnsCache
Private singleton constructor.
NoopDnsCache.NoopDnsCacheEntry - Class in io.netty.resolver.dns
 
NoopDnsCacheEntry(InetAddress) - Constructor for class io.netty.resolver.dns.NoopDnsCache.NoopDnsCacheEntry
 
NoopDnsCnameCache - Class in io.netty.resolver.dns
 
NoopDnsCnameCache() - Constructor for class io.netty.resolver.dns.NoopDnsCnameCache
 
NoopDnsQueryLifecycleObserver - Class in io.netty.resolver.dns
 
NoopDnsQueryLifecycleObserver() - Constructor for class io.netty.resolver.dns.NoopDnsQueryLifecycleObserver
 
NoopDnsQueryLifecycleObserverFactory - Class in io.netty.resolver.dns
 
NoopDnsQueryLifecycleObserverFactory() - Constructor for class io.netty.resolver.dns.NoopDnsQueryLifecycleObserverFactory
 
NoopPendingBytesTracker(MessageSizeEstimator.Handle) - Constructor for class io.netty.channel.PendingBytesTracker.NoopPendingBytesTracker
 
NoOpTypeParameterMatcher - Class in io.netty.util.internal
 
NoOpTypeParameterMatcher() - Constructor for class io.netty.util.internal.NoOpTypeParameterMatcher
 
NopInstanceHolder() - Constructor for class io.netty.util.internal.logging.Slf4JLoggerFactory.NopInstanceHolder
 
noPreflightHeaders - Variable in class io.netty.handler.codec.http.cors.CorsConfigBuilder
 
noPreflightResponseHeaders() - Method in class io.netty.handler.codec.http.cors.CorsConfig.Builder
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 - io.netty.buffer.PoolArena.SizeClass
 
NORMAL_CLOSURE - Static variable in class io.netty.handler.codec.http.websocketx.WebSocketCloseStatus
 
NORMAL_DISCONNECT - io.netty.handler.codec.mqtt.MqttReasonCodes.Disconnect
 
normalCacheSize - Variable in class io.netty.buffer.PooledByteBufAllocator
 
normalCacheSize() - Method in class io.netty.buffer.PooledByteBufAllocator
normalCacheSize() - Method in class io.netty.buffer.PooledByteBufAllocatorMetric
Return the size of the normal cache.
normalDirectCaches - Variable in class io.netty.buffer.PoolThreadCache
 
normalHeapCaches - Variable in class io.netty.buffer.PoolThreadCache
 
normalize(String) - Method in class io.netty.resolver.DefaultHostsFileEntriesResolver
 
normalize(String) - Static method in class io.netty.util.DomainWildcardMappingBuilder.ImmutableDomainWildcardMapping
 
normalize(String) - Static method in class io.netty.util.internal.PlatformDependent
 
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.
normalizeAndValidate() - Method in class io.netty.handler.codec.DateFormatter
 
normalizeArch(String) - Static method in class io.netty.util.internal.PlatformDependent
 
NORMALIZED_ARCH - Static variable in class io.netty.util.internal.PlatformDependent
 
NORMALIZED_OS - Static variable in class io.netty.util.internal.PlatformDependent
 
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
 
normalizeHostname(String) - Static method in class io.netty.util.DomainNameMapping
Deprecated.
IDNA ASCII conversion and case normalization
normalizeHostName(String) - Method in class io.netty.util.DomainWildcardMappingBuilder
 
normalizeOs(String) - Static method in class io.netty.util.internal.PlatformDependent
 
normalizeOsReleaseVariableValue(String) - Static method in class io.netty.util.internal.PlatformDependent
 
normalizeSize(int) - Method in class io.netty.buffer.SizeClasses
 
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.
normalizeSizeCompute(int) - Static method in class io.netty.buffer.SizeClasses
 
normalizeTicksPerWheel(int) - Static method in class io.netty.util.HashedWheelTimer
 
NormalMemoryRegionCache(int) - Constructor for class io.netty.buffer.PoolThreadCache.NormalMemoryRegionCache
 
normCapacity - Variable in class io.netty.buffer.PoolThreadCache.MemoryRegionCache.Entry
 
NOSCRIPT - io.netty.handler.codec.redis.FixedRedisMessagePool.RedisErrorKey
 
noSelectedMatchFound(String) - Method in class io.netty.handler.ssl.JdkBaseApplicationProtocolNegotiator.FailProtocolSelectionListener
 
noSelectedMatchFound(String) - Method in class io.netty.handler.ssl.JdkBaseApplicationProtocolNegotiator.NoFailProtocolSelectionListener
 
noSelectMatchFound() - Method in class io.netty.handler.ssl.JdkBaseApplicationProtocolNegotiator.FailProtocolSelector
 
noSelectMatchFound() - Method in class io.netty.handler.ssl.JdkBaseApplicationProtocolNegotiator.NoFailProtocolSelector
 
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_ENCRYPTED - Static variable in class io.netty.handler.ssl.SslUtils
data is not encrypted
NOT_ENOUGH_BANDWIDTH - Static variable in class io.netty.handler.codec.rtsp.RtspResponseStatuses
453 Not Enough Bandwidth
NOT_ENOUGH_DATA - Static variable in class io.netty.handler.ssl.SslUtils
Not enough data in buffer to parse the record length
NOT_ENOUGH_INPUT - Static variable in class io.netty.handler.codec.compression.Snappy
 
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.http2.HpackEncoder
 
NOT_FOUND - Static variable in class io.netty.handler.codec.http2.HpackStaticTable
 
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_STARTED - io.netty.handler.ssl.ReferenceCountedOpenSslEngine.HandshakeState
Not started yet.
NOT_STORED - Static variable in class io.netty.handler.codec.memcache.binary.BinaryMemcacheResponseStatus
 
NOTAUTH - Static variable in class io.netty.handler.codec.dns.DnsResponseCode
The 'NotAuth' DNS RCODE (9), as defined in RFC2136.
NOTE_CONNRESET - Static variable in class io.netty.channel.kqueue.Native
 
NOTE_DISCONNECTED - Static variable in class io.netty.channel.kqueue.Native
 
NOTE_RDHUP - Static variable in class io.netty.channel.kqueue.Native
 
NOTE_READCLOSED - Static variable in class io.netty.channel.kqueue.Native
 
noteConnReset() - Static method in class io.netty.channel.kqueue.KQueueStaticallyReferencedJniMethods
 
noteDisconnected() - Static method in class io.netty.channel.kqueue.KQueueStaticallyReferencedJniMethods
 
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
 
notEnoughDataException(ByteBuf) - Static method in class io.netty.handler.codec.http2.HpackDecoder
 
noteReadClosed() - Static method in class io.netty.channel.kqueue.KQueueStaticallyReferencedJniMethods
 
NOTIFY - Static variable in class io.netty.handler.codec.dns.DnsOpCode
The 'Notify' DNS OpCode, as defined in RFC1996.
notifyClosed(Http2Stream) - Method in class io.netty.handler.codec.http2.DefaultHttp2Connection
 
notifyClosePromise(Throwable) - Method in class io.netty.handler.ssl.SslHandler
 
notifyConnect(ChannelFuture, Promise<Channel>) - Method in class io.netty.channel.pool.SimpleChannelPool
 
notifyFlushFutures() - Method in class io.netty.channel.ChannelFlushPromiseNotifier
notifyFlushFutures(Throwable) - Method in class io.netty.channel.ChannelFlushPromiseNotifier
notifyFlushFutures(Throwable, Throwable) - Method in class io.netty.channel.ChannelFlushPromiseNotifier
notifyHalfClosed(Http2Stream) - Method in class io.netty.handler.codec.http2.DefaultHttp2Connection
 
notifyHealthCheck(Future<Boolean>, Channel, Promise<Channel>) - Method in class io.netty.channel.pool.SimpleChannelPool
 
notifyingListeners - Variable in class io.netty.util.concurrent.DefaultPromise
Threading - synchronized(this).
notifyLifecycleManagerOnError(ChannelFuture, ChannelHandlerContext) - Method in class io.netty.handler.codec.http2.DefaultHttp2ConnectionEncoder
 
notifyListener(EventExecutor, Future<?>, GenericFutureListener<?>) - Static method in class io.netty.util.concurrent.DefaultPromise
Notify a listener that a future has completed.
notifyListener0(Future, GenericFutureListener) - Static method in class io.netty.util.concurrent.DefaultPromise
 
notifyListeners() - Method in class io.netty.util.concurrent.DefaultPromise
 
notifyListeners0(DefaultFutureListeners) - Method in class io.netty.util.concurrent.DefaultPromise
 
notifyListenersNow() - Method in class io.netty.util.concurrent.DefaultPromise
 
notifyListenerWithStackOverFlowProtection(EventExecutor, Future<?>, GenericFutureListener<?>) - Static method in class io.netty.util.concurrent.DefaultPromise
The logic in this method should be identical to DefaultPromise.notifyListeners() but cannot share code because the listener(s) cannot be cached for an instance of DefaultPromise since the listener(s) may be changed and is protected by a synchronized operation.
notifyOutboundHandlerException(Throwable, ChannelPromise) - Static method in class io.netty.channel.AbstractChannelHandlerContext
 
notifyParentChanged(List<WeightedFairQueueByteDistributor.ParentChangedEvent>) - Method in class io.netty.handler.codec.http2.WeightedFairQueueByteDistributor
Notify all listeners of the priority tree change events (in ascending order)
notifyProgressiveListener0(ProgressiveFuture, GenericProgressiveFutureListener, long, long) - Static method in class io.netty.util.concurrent.DefaultPromise
 
notifyProgressiveListeners(long, long) - Method in class io.netty.util.concurrent.DefaultPromise
Notify all progressive listeners.
notifyProgressiveListeners0(ProgressiveFuture<?>, GenericProgressiveFutureListener<?>[], long, long) - Static method in class io.netty.util.concurrent.DefaultPromise
 
notifyPromises() - Method in class io.netty.channel.ChannelFlushPromiseNotifier
Notify all ChannelFutures that were registered with ChannelFlushPromiseNotifier.add(ChannelPromise, int) and their pendingDatasize is smaller after the current writeCounter returned by ChannelFlushPromiseNotifier.writeCounter().
notifyPromises(Throwable) - Method in class io.netty.channel.ChannelFlushPromiseNotifier
Notify all ChannelFutures that were registered with ChannelFlushPromiseNotifier.add(ChannelPromise, int) and their pendingDatasize isis smaller then the current writeCounter returned by ChannelFlushPromiseNotifier.writeCounter().
notifyPromises(Throwable, Throwable) - Method in class io.netty.channel.ChannelFlushPromiseNotifier
Notify all ChannelFutures that were registered with ChannelFlushPromiseNotifier.add(ChannelPromise, int) and their pendingDatasize is smaller then the current writeCounter returned by ChannelFlushPromiseNotifier.writeCounter() using the given cause1.
notifyPromises0(Throwable) - Method in class io.netty.channel.ChannelFlushPromiseNotifier
 
notifyReadComplete(RecvByteBufAllocator.Handle, boolean) - Method in class io.netty.handler.codec.http2.AbstractHttp2StreamChannel.Http2ChannelUnsafe
 
notifyRemovalAndFree(OpenSslSessionCache.NativeSslSession) - Method in class io.netty.handler.ssl.OpenSslSessionCache
 
notifyUnbound(Object, String) - Method in class io.netty.handler.ssl.ReferenceCountedOpenSslEngine.DefaultOpenSslSession
 
notifyWatchees() - Method in class io.netty.util.ThreadDeathWatcher.Watcher
Deprecated.
 
notifyWritabilityChanged(DefaultHttp2RemoteFlowController.FlowState) - Method in class io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController.ListenerWritabilityMonitor
 
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 SSLException which 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
 
NPN_WRAPPER - Static variable in class io.netty.handler.ssl.JdkNpnApplicationProtocolNegotiator
Deprecated.
 
nPSizes - Variable in class io.netty.buffer.SizeClasses
 
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.
nSizes - Variable in class io.netty.buffer.SizeClasses
 
nsName - Variable in class io.netty.resolver.dns.DnsResolveContext.AuthoritativeNameServer
 
nSubpages - Variable in class io.netty.buffer.SizeClasses
 
NUL - Static variable in class io.netty.handler.codec.stomp.StompConstants
 
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 - Static variable in class io.netty.handler.ssl.CipherSuiteConverter.CachedValue
 
NULL_ID - Static variable in class io.netty.handler.ssl.OpenSslSessionId
 
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.
NULL_LENGTH - Static variable in class io.netty.handler.codec.redis.RedisConstants
 
NULL_ORIGIN - Static variable in class io.netty.handler.codec.http.cors.CorsHandler
 
NULL_SHORT - Static variable in class io.netty.handler.codec.redis.RedisConstants
 
NULL_VALUE - Static variable in class io.netty.handler.codec.redis.RedisConstants
 
NULL_VALUE - Static variable in class io.netty.util.collection.ByteObjectHashMap
Placeholder for null values, so we can use the actual null to mean available.
NULL_VALUE - Static variable in class io.netty.util.collection.CharObjectHashMap
Placeholder for null values, so we can use the actual null to mean available.
NULL_VALUE - Static variable in class io.netty.util.collection.IntObjectHashMap
Placeholder for null values, so we can use the actual null to mean available.
NULL_VALUE - Static variable in class io.netty.util.collection.LongObjectHashMap
Placeholder for null values, so we can use the actual null to mean available.
NULL_VALUE - Static variable in class io.netty.util.collection.ShortObjectHashMap
Placeholder for null values, so we can use the actual null to mean available.
nullableMaxUtf8Bytes(String) - Static method in class io.netty.handler.codec.mqtt.MqttEncoder
 
nullableUtf8Bytes(String) - Static method in class io.netty.handler.codec.mqtt.MqttEncoder
 
NUM_STANDARD_SETTINGS - Static variable in class io.netty.handler.codec.http2.Http2CodecUtil
 
numActiveAllocations() - Method in class io.netty.buffer.PoolArena
 
numActiveAllocations() - Method in interface io.netty.buffer.PoolArenaMetric
Return the number of currently active allocations.
numActiveBytes() - Method in class io.netty.buffer.PoolArena
 
numActiveBytes() - Method in interface io.netty.buffer.PoolArenaMetric
Return the number of active bytes that are currently allocated by the arena.
numActiveHugeAllocations() - Method in class io.netty.buffer.PoolArena
 
numActiveHugeAllocations() - Method in interface io.netty.buffer.PoolArenaMetric
Return the number of currently active huge allocations.
numActiveNormalAllocations() - Method in class io.netty.buffer.PoolArena
 
numActiveNormalAllocations() - Method in interface io.netty.buffer.PoolArenaMetric
Return the number of currently active normal allocations.
numActiveSmallAllocations() - Method in class io.netty.buffer.PoolArena
 
numActiveSmallAllocations() - Method in interface io.netty.buffer.PoolArenaMetric
Return the number of currently active small allocations.
numActiveStreams - Variable in class io.netty.handler.codec.http2.DefaultHttp2Connection.DefaultEndpoint
 
numActiveStreams() - Method in class io.netty.handler.codec.http2.DefaultHttp2Connection.DefaultEndpoint
 
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.
numActiveStreams(boolean) - Method in class io.netty.handler.codec.spdy.SpdySession
 
numActiveTinyAllocations() - Method in class io.netty.buffer.PoolArena
 
numActiveTinyAllocations() - Method in interface io.netty.buffer.PoolArenaMetric
Deprecated.
Tiny allocations have been merged into small allocations.
numAllocations() - Method in class io.netty.buffer.PoolArena
 
numAllocations() - Method in interface io.netty.buffer.PoolArenaMetric
Return the number of allocations done via the arena.
numAvail - Variable in class io.netty.buffer.PoolSubpage
 
numAvailable() - Method in class io.netty.buffer.PoolSubpage
 
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.
numberBytesPending - Variable in class io.netty.channel.kqueue.KQueueRecvByteAllocatorHandle
 
numberBytesPending(long) - Method in class io.netty.channel.kqueue.KQueueRecvByteAllocatorHandle
 
numberOfBytesConsumed - Variable in class io.netty.handler.codec.mqtt.MqttDecoder.Result
 
numberOfHeadersGuess() - Method in class io.netty.handler.codec.http2.DefaultHttp2HeadersDecoder
A weighted moving average estimating how many headers are expected during the decode process.
numberToBytes(long) - Method in class io.netty.handler.codec.redis.RedisEncoder
 
numBufferedStreams - Variable in class io.netty.handler.codec.http2.Http2FrameCodec
Number of buffered streams if the StreamBufferingEncoder is used.
numBufferedStreams() - Method in class io.netty.handler.codec.http2.StreamBufferingEncoder
Indicates the number of streams that are currently buffered, awaiting creation.
numBytesToSkip - Variable in class io.netty.handler.codec.compression.SnappyFrameDecoder
 
numChildren(int) - Method in class io.netty.handler.codec.http2.WeightedFairQueueByteDistributor
For testing only!
numChunkLists() - Method in class io.netty.buffer.PoolArena
 
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
numComponents() - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
numDeallocations() - Method in class io.netty.buffer.PoolArena
 
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
numDirectArenas() - Method in class io.netty.buffer.PooledByteBufAllocatorMetric
Return the number of direct arenas.
numHeaders - Variable in class io.netty.handler.codec.spdy.SpdyHeaderBlockRawDecoder
 
numHeapArenas() - Method in class io.netty.buffer.PooledByteBufAllocator
numHeapArenas() - Method in class io.netty.buffer.PooledByteBufAllocatorMetric
Return the number of heap arenas.
numHugeAllocations() - Method in class io.netty.buffer.PoolArena
 
numHugeAllocations() - Method in interface io.netty.buffer.PoolArenaMetric
Return the number of huge allocations done via the arena.
numHugeDeallocations() - Method in class io.netty.buffer.PoolArena
 
numHugeDeallocations() - Method in interface io.netty.buffer.PoolArenaMetric
Return the number of huge deallocations done via the arena.
numInitializingStreams() - Method in class io.netty.handler.codec.http2.Http2FrameCodec
Retrieve the number of streams currently in the process of being initialized.
numNormalAllocations() - Method in class io.netty.buffer.PoolArena
 
numNormalAllocations() - Method in interface io.netty.buffer.PoolArenaMetric
Return the number of normal allocations done via the arena.
numNormalDeallocations() - Method in class io.netty.buffer.PoolArena
 
numNormalDeallocations() - Method in interface io.netty.buffer.PoolArenaMetric
Return the number of normal deallocations done via the arena.
numPinnedBytes() - Method in class io.netty.buffer.PoolArena
Return the number of bytes that are currently pinned to buffer instances, by the arena.
numReads - Variable in class io.netty.handler.codec.ByteToMessageDecoder
 
numSettings - Variable in class io.netty.handler.codec.spdy.SpdyFrameDecoder
 
numSmallAllocations() - Method in class io.netty.buffer.PoolArena
 
numSmallAllocations() - Method in interface io.netty.buffer.PoolArenaMetric
Return the number of small allocations done via the arena.
numSmallDeallocations() - Method in class io.netty.buffer.PoolArena
 
numSmallDeallocations() - Method in interface io.netty.buffer.PoolArenaMetric
Return the number of small deallocations done via the arena.
numSmallSubpagePools - Variable in class io.netty.buffer.PoolArena
 
numSmallSubpages() - Method in class io.netty.buffer.PoolArena
 
numSmallSubpages() - Method in interface io.netty.buffer.PoolArenaMetric
Returns the number of small sub-pages for the arena.
numStreams - Variable in class io.netty.handler.codec.http2.DefaultHttp2Connection.DefaultEndpoint
 
numThreadCaches - Variable in class io.netty.buffer.PoolArena
 
numThreadCaches() - Method in class io.netty.buffer.PoolArena
 
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
numThreadLocalCaches() - Method in class io.netty.buffer.PooledByteBufAllocatorMetric
Return the number of thread local caches used by this PooledByteBufAllocator.
numTinyAllocations() - Method in class io.netty.buffer.PoolArena
 
numTinyAllocations() - Method in interface io.netty.buffer.PoolArenaMetric
Deprecated.
Tiny allocations have been merged into small allocations.
numTinyDeallocations() - Method in class io.netty.buffer.PoolArena
 
numTinyDeallocations() - Method in interface io.netty.buffer.PoolArenaMetric
Deprecated.
Tiny deallocations have been merged into small deallocations.
numTinySubpages() - Method in class io.netty.buffer.PoolArena
 
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.
NXDOMAIN_QUERY_FAILED_EXCEPTION - Static variable in class io.netty.resolver.dns.DnsResolveContext
 
NXRRSET - Static variable in class io.netty.handler.codec.dns.DnsResponseCode
The 'NXRRSet' DNS RCODE (8), as defined in RFC2136.

O

o2j - Static variable in class io.netty.handler.ssl.CipherSuiteConverter
OpenSSL-to-Java cipher suite conversion map.
o2jTls13 - Static variable in class io.netty.handler.ssl.CipherSuiteConverter
 
obj - Variable in class io.netty.util.ReferenceCountUtil.ReleasingTask
 
objectArrayAppend(StringBuilder, Object[], Set<Object[]>) - Static method in class io.netty.util.internal.logging.MessageFormatter
 
ObjectCleaner - Class in io.netty.util.internal
Allows a way to register some Runnable that will executed once there are no references to an Object anymore.
ObjectCleaner() - Constructor for class io.netty.util.internal.ObjectCleaner
 
ObjectCleaner.AutomaticCleanerReference - Class in io.netty.util.internal
 
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 1048576 bytes.
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 ObjectOutput with the estimated length of 512 bytes.
ObjectEncoderOutputStream(OutputStream, int) - Constructor for class io.netty.handler.codec.serialization.ObjectEncoderOutputStream
Deprecated.
Creates a new ObjectOutput.
objectEscaper - Variable in class io.netty.handler.codec.http.CombinedHttpHeaders.CombinedHttpHeadersImpl
 
objectEscaper() - Method in class io.netty.handler.codec.http.CombinedHttpHeaders.CombinedHttpHeadersImpl
 
objectFieldOffset(Field) - Static method in class io.netty.util.internal.PlatformDependent
 
objectFieldOffset(Field) - Static method in class io.netty.util.internal.PlatformDependent0
 
ObjectPool<T> - Class in io.netty.util.internal
Light-weight object pool.
ObjectPool() - Constructor for class io.netty.util.internal.ObjectPool
 
ObjectPool.Handle<T> - Interface in io.netty.util.internal
Handle for an pooled Object that will be used to notify the ObjectPool once it can reuse the pooled Object again.
ObjectPool.ObjectCreator<T> - Interface in io.netty.util.internal
Creates a new Object which references the given ObjectPool.Handle and calls ObjectPool.Handle.recycle(Object) once it can be re-used.
ObjectPool.RecyclerObjectPool<T> - Class in io.netty.util.internal
 
objectToKey(Object) - Method in class io.netty.util.collection.ByteObjectHashMap
 
objectToKey(Object) - Method in class io.netty.util.collection.CharObjectHashMap
 
objectToKey(Object) - Method in class io.netty.util.collection.IntObjectHashMap
 
objectToKey(Object) - Method in class io.netty.util.collection.LongObjectHashMap
 
objectToKey(Object) - Method in class io.netty.util.collection.ShortObjectHashMap
 
ObjectUtil - Class in io.netty.util.internal
A grab-bag of useful utility methods.
ObjectUtil() - Constructor for class io.netty.util.internal.ObjectUtil
 
observeOutput - Variable in class io.netty.handler.timeout.IdleStateHandler
 
obsoleteCustomClassConstructor - Variable in class io.netty.util.ResourceLeakDetectorFactory.DefaultResourceLeakDetectorFactory
 
obsoleteCustomClassConstructor(String) - Static method in class io.netty.util.ResourceLeakDetectorFactory.DefaultResourceLeakDetectorFactory
 
OCSP_REQUEST_TYPE - Static variable in class io.netty.handler.ssl.ocsp.OcspHttpHandler
 
OCSP_RESPONSE_MAX_SIZE - Static variable in class io.netty.handler.ssl.ocsp.OcspClient
 
OCSP_RESPONSE_TYPE - Static variable in class io.netty.handler.ssl.ocsp.OcspHttpHandler
 
OcspClient - Class in io.netty.handler.ssl.ocsp
 
OcspClient() - Constructor for class io.netty.handler.ssl.ocsp.OcspClient
 
OcspClient.Initializer - Class in io.netty.handler.ssl.ocsp
 
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
 
OcspHttpHandler - Class in io.netty.handler.ssl.ocsp
 
OcspHttpHandler(Promise<OCSPResp>) - Constructor for class io.netty.handler.ssl.ocsp.OcspHttpHandler
Create new OcspHttpHandler instance
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
OcspServerCertificateValidator validates incoming server's certificate using OCSP.
OcspServerCertificateValidator() - Constructor for class io.netty.handler.ssl.ocsp.OcspServerCertificateValidator
Create a new OcspServerCertificateValidator instance without nonce validation on OCSP response, using default IoTransport.DEFAULT instance, default DnsNameResolver implementation and with OcspServerCertificateValidator.closeAndThrowIfNotValid set to true
OcspServerCertificateValidator(boolean) - Constructor for class io.netty.handler.ssl.ocsp.OcspServerCertificateValidator
Create a new OcspServerCertificateValidator instance with default IoTransport.DEFAULT instance and default DnsNameResolver implementation and OcspServerCertificateValidator.closeAndThrowIfNotValid set to true.
OcspServerCertificateValidator(boolean, boolean, IoTransport, DnsNameResolver) - Constructor for class io.netty.handler.ssl.ocsp.OcspServerCertificateValidator
Create a new IoTransport instance
OcspServerCertificateValidator(boolean, IoTransport) - Constructor for class io.netty.handler.ssl.ocsp.OcspServerCertificateValidator
Create a new OcspServerCertificateValidator instance
OcspServerCertificateValidator(boolean, IoTransport, DnsNameResolver) - Constructor for class io.netty.handler.ssl.ocsp.OcspServerCertificateValidator
OcspValidationEvent - Class in io.netty.handler.ssl.ocsp
 
OcspValidationEvent(OcspResponse) - Constructor for class io.netty.handler.ssl.ocsp.OcspValidationEvent
 
of(CharSequence) - Static method in class io.netty.util.AsciiString
Returns an AsciiString containing the given character sequence.
of(String) - Static method in enum io.netty.handler.codec.http.cookie.CookieHeaderNames.SameSite
Return the enum value corresponding to the passed in same-site-flag, using a case insensitive comparison.
of(String) - Static method in class io.netty.handler.ssl.CipherSuiteConverter.CachedValue
 
of(InetAddress) - Static method in enum io.netty.channel.socket.InternetProtocolFamily
Returns the InternetProtocolFamily for the given InetAddress.
of(SocketOption<T>) - Static method in class io.netty.channel.socket.nio.NioChannelOption
Returns a ChannelOption for the given SocketOption.
offer(int) - Method in class io.netty.buffer.IntPriorityQueue
 
offer(E) - Method in class io.netty.handler.codec.http2.MaxCapacityQueue
 
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
 
offer(T) - Method in class io.netty.util.Recycler.BlockingMessageQueue
 
offerAndInitializePseudoTime(WeightedFairQueueByteDistributor.State) - Method in class io.netty.handler.codec.http2.WeightedFairQueueByteDistributor.State
The concept of pseudoTime can be influenced by priority tree manipulations or if a stream goes from "active" to "non-active".
offerChannel(Channel) - Method in class io.netty.channel.pool.SimpleChannelPool
Offer a Channel back to the internal storage.
offerPseudoTimeQueue(WeightedFairQueueByteDistributor.State) - Method in class io.netty.handler.codec.http2.WeightedFairQueueByteDistributor.State
 
offerTask(Runnable) - Method in class io.netty.util.concurrent.SingleThreadEventExecutor
 
offset - Variable in class io.netty.buffer.CompositeByteBuf.Component
 
offset - Variable in class io.netty.buffer.FixedCompositeByteBuf.Component
 
offset - Variable in class io.netty.buffer.PooledByteBuf
 
offset - Variable in class io.netty.channel.epoll.AbstractEpollStreamChannel.SpliceFdTask
 
offset - Variable in class io.netty.handler.codec.LineBasedFrameDecoder
Last scan position.
offset - Variable in class io.netty.handler.stream.ChunkedFile
 
offset - Variable in class io.netty.handler.stream.ChunkedNioFile
 
offset - Variable in class io.netty.handler.stream.ChunkedNioStream
 
offset - Variable in class io.netty.handler.stream.ChunkedStream
 
offset - Variable in class io.netty.util.AsciiString
Offset into AsciiString.value that all operations should use when acting upon AsciiString.value.
OFFSET - Static variable in class io.netty.handler.pcap.TCPPacket
Data Offset + Reserved Bits.
offsetofEpollData() - Static method in class io.netty.channel.epoll.Native
 
offsetofKeventData() - Static method in class io.netty.channel.kqueue.Native
 
offsetofKEventFFlags() - Static method in class io.netty.channel.kqueue.Native
 
offsetofKEventFilter() - Static method in class io.netty.channel.kqueue.Native
 
offsetofKEventFlags() - Static method in class io.netty.channel.kqueue.Native
 
offsetofKEventIdent() - Static method in class io.netty.channel.kqueue.Native
 
OID_PKCS5_PBES2 - Static variable in class io.netty.handler.ssl.SslContext
 
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 OioEventLoopGroup with 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.
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
oldParent - Variable in class io.netty.handler.codec.http2.WeightedFairQueueByteDistributor.ParentChangedEvent
 
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.DefaultHttp2ConnectionDecoder.FrameReadListener
 
onDataRead(ChannelHandlerContext, int, ByteBuf, int, boolean) - Method in class io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder.PrefaceFrameListener
 
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.Http2EmptyDataFrameListener
 
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 class io.netty.handler.codec.http2.Http2FrameCodec.FrameListener
 
onDataRead(ChannelHandlerContext, int, ByteBuf, int, boolean) - Method in interface io.netty.handler.codec.http2.Http2FrameListener
Handles an inbound DATA frame.
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.
onExpectedResponse(DnsQuestion, AddressedEnvelope<DnsResponse, InetSocketAddress>, DnsQueryLifecycleObserver, Promise<List<T>>) - Method in class io.netty.resolver.dns.DnsResolveContext
 
onGoAwayRead(ChannelHandlerContext, int, long, ByteBuf) - Method in class io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder.FrameReadListener
 
onGoAwayRead(ChannelHandlerContext, int, long, ByteBuf) - Method in class io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder.PrefaceFrameListener
 
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 class io.netty.handler.codec.http2.Http2FrameCodec.FrameListener
 
onGoAwayRead(ChannelHandlerContext, int, long, ByteBuf) - Method in interface io.netty.handler.codec.http2.Http2FrameListener
Handles an inbound GO_AWAY frame.
onGoAwayRead(ChannelHandlerContext, int, long, ByteBuf) - Method in class io.netty.handler.codec.http2.Http2FrameListenerDecorator
 
onGoAwayRead0(ChannelHandlerContext, int, long, ByteBuf) - Method in class io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder
 
onGoAwayReceived(int, long, ByteBuf) - Method in interface io.netty.handler.codec.http2.Http2Connection.Listener
Called when a GOAWAY was 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 GOAWAY frame 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.DefaultHttp2ConnectionDecoder.FrameReadListener
 
onHeadersRead(ChannelHandlerContext, int, Http2Headers, int, boolean) - Method in class io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder.PrefaceFrameListener
 
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.Http2EmptyDataFrameListener
 
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 class io.netty.handler.codec.http2.Http2FrameCodec.FrameListener
 
onHeadersRead(ChannelHandlerContext, int, Http2Headers, int, boolean) - Method in interface io.netty.handler.codec.http2.Http2FrameListener
Handles an inbound HEADERS frame.
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.DefaultHttp2ConnectionDecoder.FrameReadListener
 
onHeadersRead(ChannelHandlerContext, int, Http2Headers, int, short, boolean, int, boolean) - Method in class io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder.PrefaceFrameListener
 
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.Http2EmptyDataFrameListener
 
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 class io.netty.handler.codec.http2.Http2FrameCodec.FrameListener
 
onHeadersRead(ChannelHandlerContext, int, Http2Headers, int, short, boolean, int, boolean) - Method in interface io.netty.handler.codec.http2.Http2FrameListener
Handles an inbound HEADERS frame with priority information specified.
onHeadersRead(ChannelHandlerContext, int, Http2Headers, int, short, boolean, int, boolean) - Method in class io.netty.handler.codec.http2.Http2FrameListenerDecorator
 
onHeadersRead(ChannelHandlerContext, int, Http2Headers, int, short, boolean, int, boolean) - Method in class io.netty.handler.codec.http2.InboundHttp2ToHttpAdapter
 
onHttp2Frame(ChannelHandlerContext, Http2Frame) - Method in class io.netty.handler.codec.http2.Http2FrameCodec
 
onHttp2Frame(ChannelHandlerContext, Http2Frame) - Method in class io.netty.handler.codec.http2.Http2MultiplexCodec
Deprecated.
 
onHttp2FrameStreamException(ChannelHandlerContext, Http2FrameStreamException) - Method in class io.netty.handler.codec.http2.Http2FrameCodec
 
onHttp2FrameStreamException(ChannelHandlerContext, Http2FrameStreamException) - Method in class io.netty.handler.codec.http2.Http2MultiplexCodec
Deprecated.
 
onHttp2GoAwayFrame(ChannelHandlerContext, Http2GoAwayFrame) - Method in class io.netty.handler.codec.http2.Http2MultiplexCodec
Deprecated.
 
onHttp2GoAwayFrame(ChannelHandlerContext, Http2GoAwayFrame) - Method in class io.netty.handler.codec.http2.Http2MultiplexHandler
 
onHttp2StreamStateChanged(ChannelHandlerContext, Http2FrameCodec.DefaultHttp2FrameStream) - Method in class io.netty.handler.codec.http2.Http2FrameCodec
 
onHttp2StreamStateChanged(ChannelHandlerContext, Http2FrameCodec.DefaultHttp2FrameStream) - Method in class io.netty.handler.codec.http2.Http2MultiplexCodec
Deprecated.
 
onHttp2StreamStateChanged0(Http2Stream) - Method in class io.netty.handler.codec.http2.Http2FrameCodec.ConnectionListener
 
onHttp2StreamWritabilityChanged(ChannelHandlerContext, Http2FrameCodec.DefaultHttp2FrameStream, boolean) - Method in class io.netty.handler.codec.http2.Http2FrameCodec
 
onHttp2UnknownStreamError(ChannelHandlerContext, Throwable, Http2Exception.StreamException) - Static method in class io.netty.handler.codec.http2.Http2FrameCodec
 
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
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
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.DefaultHttp2ConnectionDecoder.FrameReadListener
 
onPingAckRead(ChannelHandlerContext, long) - Method in class io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder.PrefaceFrameListener
 
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 class io.netty.handler.codec.http2.Http2FrameCodec.FrameListener
 
onPingAckRead(ChannelHandlerContext, long) - Method in interface io.netty.handler.codec.http2.Http2FrameListener
Handles an inbound PING acknowledgment.
onPingAckRead(ChannelHandlerContext, long) - Method in class io.netty.handler.codec.http2.Http2FrameListenerDecorator
 
onPingRead(ChannelHandlerContext, long) - Method in class io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder.FrameReadListener
 
onPingRead(ChannelHandlerContext, long) - Method in class io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder.PrefaceFrameListener
 
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 class io.netty.handler.codec.http2.Http2FrameCodec.FrameListener
 
onPingRead(ChannelHandlerContext, long) - Method in interface io.netty.handler.codec.http2.Http2FrameListener
Handles an inbound PING frame.
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.DefaultHttp2ConnectionDecoder.FrameReadListener
 
onPriorityRead(ChannelHandlerContext, int, int, short, boolean) - Method in class io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder.PrefaceFrameListener
 
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 class io.netty.handler.codec.http2.Http2FrameCodec.FrameListener
 
onPriorityRead(ChannelHandlerContext, int, int, short, boolean) - Method in interface io.netty.handler.codec.http2.Http2FrameListener
Handles an inbound PRIORITY frame.
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.DefaultHttp2ConnectionDecoder.FrameReadListener
 
onPushPromiseRead(ChannelHandlerContext, int, int, Http2Headers, int) - Method in class io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder.PrefaceFrameListener
 
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 class io.netty.handler.codec.http2.Http2FrameCodec.FrameListener
 
onPushPromiseRead(ChannelHandlerContext, int, int, Http2Headers, int) - Method in interface io.netty.handler.codec.http2.Http2FrameListener
Handles an inbound PUSH_PROMISE frame.
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
 
onQueryWriteCompletion(long, ChannelFuture) - Method in class io.netty.resolver.dns.DnsQueryContext
 
onRemoval(PoolThreadCache) - Method in class io.netty.buffer.PooledByteBufAllocator.PoolThreadLocalCache
 
onRemoval(V) - Method in class io.netty.util.concurrent.FastThreadLocal
Invoked when this thread local variable is removed by FastThreadLocal.remove().
onResponse(DnsServerAddressStream, int, DnsQuestion, AddressedEnvelope<DnsResponse, InetSocketAddress>, DnsQueryLifecycleObserver, Promise<List<T>>) - Method in class io.netty.resolver.dns.DnsResolveContext
 
onResponseCNAME(DnsQuestion, Map<String, String>, DnsQueryLifecycleObserver, Promise<List<T>>) - Method in class io.netty.resolver.dns.DnsResolveContext
 
onRstStreamRead(ChannelHandlerContext, int, long) - Method in class io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder.FrameReadListener
 
onRstStreamRead(ChannelHandlerContext, int, long) - Method in class io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder.PrefaceFrameListener
 
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 class io.netty.handler.codec.http2.Http2FrameCodec.FrameListener
 
onRstStreamRead(ChannelHandlerContext, int, long) - Method in interface io.netty.handler.codec.http2.Http2FrameListener
Handles an inbound RST_STREAM frame.
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.Http2MaxRstFrameListener
 
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_STREAM is received but we have some data for that stream.
onSettingsAckRead(ChannelHandlerContext) - Method in class io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder.FrameReadListener
 
onSettingsAckRead(ChannelHandlerContext) - Method in class io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder.PrefaceFrameListener
 
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 class io.netty.handler.codec.http2.Http2FrameCodec.FrameListener
 
onSettingsAckRead(ChannelHandlerContext) - Method in interface io.netty.handler.codec.http2.Http2FrameListener
Handles an inbound SETTINGS acknowledgment frame.
onSettingsAckRead(ChannelHandlerContext) - Method in class io.netty.handler.codec.http2.Http2FrameListenerDecorator
 
onSettingsRead(ChannelHandlerContext, Http2Settings) - Method in class io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder.FrameReadListener
 
onSettingsRead(ChannelHandlerContext, Http2Settings) - Method in class io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder.PrefaceFrameListener
 
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 class io.netty.handler.codec.http2.Http2FrameCodec.FrameListener
 
onSettingsRead(ChannelHandlerContext, Http2Settings) - Method in interface io.netty.handler.codec.http2.Http2FrameListener
Handles an inbound SETTINGS frame.
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
 
onStreamActive(Http2Stream) - Method in class io.netty.handler.codec.http2.Http2FrameCodec.ConnectionListener
 
onStreamActive0(Http2Stream) - Method in class io.netty.handler.codec.http2.Http2FrameCodec
 
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
 
onStreamAdded(Http2Stream) - Method in class io.netty.handler.codec.http2.Http2FrameCodec.ConnectionListener
 
onStreamClosed(Http2Stream) - Method in interface io.netty.handler.codec.http2.Http2Connection.Listener
Notifies the listener that the given stream is now CLOSED in both directions and will no longer be accessible via Http2Connection.forEachActiveStream(Http2StreamVisitor).
onStreamClosed(Http2Stream) - Method in class io.netty.handler.codec.http2.Http2ConnectionAdapter
 
onStreamClosed(Http2Stream) - Method in class io.netty.handler.codec.http2.Http2EventAdapter
 
onStreamClosed(Http2Stream) - Method in class io.netty.handler.codec.http2.Http2FrameCodec.ConnectionListener
 
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 Http2FrameStream object 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 OPEN to HALF CLOSED.
onStreamHalfClosed(Http2Stream) - Method in class io.netty.handler.codec.http2.Http2ConnectionAdapter
 
onStreamHalfClosed(Http2Stream) - Method in class io.netty.handler.codec.http2.Http2EventAdapter
 
onStreamHalfClosed(Http2Stream) - Method in class io.netty.handler.codec.http2.Http2FrameCodec.ConnectionListener
 
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
 
onTimeout(FixedChannelPool.AcquireTask) - Method in class io.netty.channel.pool.FixedChannelPool.TimeoutTask
 
onUnhandledChannelWritabilityChanged() - Method in class io.netty.channel.DefaultChannelPipeline
onUnhandledInboundChannelActive() - Method in class io.netty.channel.DefaultChannelPipeline
onUnhandledInboundChannelInactive() - Method in class io.netty.channel.DefaultChannelPipeline
onUnhandledInboundChannelReadComplete() - Method in class io.netty.channel.DefaultChannelPipeline
onUnhandledInboundException(Throwable) - Method in class io.netty.channel.DefaultChannelPipeline
Called once a Throwable hit the end of the ChannelPipeline without been handled by the user in ChannelHandler.exceptionCaught(ChannelHandlerContext, Throwable).
onUnhandledInboundException(Throwable) - Method in class io.netty.channel.embedded.EmbeddedChannel.EmbeddedChannelPipeline
 
onUnhandledInboundMessage(ChannelHandlerContext, Object) - Method in class io.netty.channel.DefaultChannelPipeline
Called once a message hit the end of the ChannelPipeline without been handled by the user in ChannelInboundHandler.channelRead(ChannelHandlerContext, Object).
onUnhandledInboundMessage(ChannelHandlerContext, Object) - Method in class io.netty.channel.embedded.EmbeddedChannel.EmbeddedChannelPipeline
 
onUnhandledInboundMessage(Object) - Method in class io.netty.channel.DefaultChannelPipeline
Called once a message hit the end of the ChannelPipeline without been handled by the user in ChannelInboundHandler.channelRead(ChannelHandlerContext, Object).
onUnhandledInboundUserEventTriggered(Object) - Method in class io.netty.channel.DefaultChannelPipeline
Called once an user event hit the end of the ChannelPipeline without been handled by the user in ChannelInboundHandler.userEventTriggered(ChannelHandlerContext, Object).
onUnknownFrame(ChannelHandlerContext, byte, int, Http2Flags, ByteBuf) - Method in class io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder.FrameReadListener
 
onUnknownFrame(ChannelHandlerContext, byte, int, Http2Flags, ByteBuf) - Method in class io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder.PrefaceFrameListener
 
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 class io.netty.handler.codec.http2.Http2FrameCodec.FrameListener
 
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
 
onUnknownFrame0(ChannelHandlerContext, byte, int, Http2Flags, ByteBuf) - Method in class io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder
 
onUpgradeEvent(ChannelHandlerContext, HttpServerUpgradeHandler.UpgradeEvent) - Method in class io.netty.handler.codec.http2.Http2FrameCodec
 
onUserEventTriggered(ChannelHandlerContext, Object) - Method in class io.netty.handler.codec.http2.Http2FrameCodec
 
onUserEventTriggered(ChannelHandlerContext, Object) - Method in class io.netty.handler.codec.http2.Http2MultiplexCodec
Deprecated.
 
onWindowUpdateRead(ChannelHandlerContext, int, int) - Method in class io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder.FrameReadListener
 
onWindowUpdateRead(ChannelHandlerContext, int, int) - Method in class io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder.PrefaceFrameListener
 
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 class io.netty.handler.codec.http2.Http2FrameCodec.FrameListener
 
onWindowUpdateRead(ChannelHandlerContext, int, int) - Method in interface io.netty.handler.codec.http2.Http2FrameListener
Handles an inbound WINDOW_UPDATE frame.
onWindowUpdateRead(ChannelHandlerContext, int, int) - Method in class io.netty.handler.codec.http2.Http2FrameListenerDecorator
 
OOM - io.netty.handler.codec.redis.FixedRedisMessagePool.RedisErrorKey
 
opaque - Variable in class io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage
 
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 - Variable in class io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage
 
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 - Variable in class io.netty.handler.codec.dns.AbstractDnsMessage
 
opCode() - Method in class io.netty.handler.codec.dns.AbstractDnsMessage
 
opCode() - Method in interface io.netty.handler.codec.dns.DnsMessage
Returns the opCode of this DNS message.
OPCODE_BINARY - Static variable in class io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder
 
OPCODE_BINARY - Static variable in class io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder
 
OPCODE_CLOSE - Static variable in class io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder
 
OPCODE_CLOSE - Static variable in class io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder
 
OPCODE_CONT - Static variable in class io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder
 
OPCODE_CONT - Static variable in class io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder
 
OPCODE_PING - Static variable in class io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder
 
OPCODE_PING - Static variable in class io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder
 
OPCODE_PONG - Static variable in class io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder
 
OPCODE_PONG - Static variable in class io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder
 
OPCODE_TEXT - Static variable in class io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder
 
OPCODE_TEXT - Static variable in class io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder
 
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 Http2StreamChannel to use.
open(boolean) - Method in class io.netty.handler.codec.http2.DefaultHttp2Connection.ConnectionStream
 
open(boolean) - Method in class io.netty.handler.codec.http2.DefaultHttp2Connection.DefaultStream
 
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.OPEN if Http2Stream.state() is Http2Stream.State.IDLE and halfClosed is false. Http2Stream.State.HALF_CLOSED_LOCAL if Http2Stream.state() is Http2Stream.State.IDLE and halfClosed is true and the stream is local.
open(Promise<Http2StreamChannel>) - Method in class io.netty.handler.codec.http2.Http2StreamChannelBootstrap
Open a new Http2StreamChannel to use and notifies the given Promise.
open(String) - Static method in class io.netty.channel.unix.FileDescriptor
 
open(T) - Method in class io.netty.util.ResourceLeakDetector
OPEN - io.netty.channel.embedded.EmbeddedChannel.State
 
OPEN - io.netty.channel.local.LocalChannel.State
 
OPEN - io.netty.handler.codec.http2.Http2Stream.State
 
OPEN_SERVER_SOCKET_CHANNEL_WITH_FAMILY - Static variable in class io.netty.channel.socket.nio.NioServerSocketChannel
 
OPEN_SOCKET_CHANNEL_WITH_FAMILY - Static variable in class io.netty.channel.socket.nio.NioSocketChannel
 
open0(ChannelHandlerContext, Promise<Http2StreamChannel>) - Method in class io.netty.handler.codec.http2.Http2StreamChannelBootstrap
Deprecated.
openBraces - Variable in class io.netty.handler.codec.json.JsonObjectDecoder
 
openFileDescriptors() - Method in class io.netty.channel.epoll.EpollEventLoop
This method is intended for use by a process checkpoint/restore integration, such as OpenJDK CRaC.
OpenJdkSelfSignedCertGenerator - Class in io.netty.handler.ssl.util
Generates a self-signed certificate using sun.security.x509 package provided by OpenJDK.
OpenJdkSelfSignedCertGenerator() - Constructor for class io.netty.handler.ssl.util.OpenJdkSelfSignedCertGenerator
 
openSelector() - Method in class io.netty.channel.nio.NioEventLoop
 
OpenSsl - Class in io.netty.handler.ssl
Tells if netty-tcnative and its OpenSSL support are available.
OpenSsl() - Constructor for class io.netty.handler.ssl.OpenSsl
 
OPENSSL - io.netty.handler.ssl.SslProvider
OpenSSL-based implementation.
OPENSSL_AES_CBC_PATTERN - Static variable in class io.netty.handler.ssl.CipherSuiteConverter
 
OPENSSL_AES_PATTERN - Static variable in class io.netty.handler.ssl.CipherSuiteConverter
 
OPENSSL_CIPHERSUITE_PATTERN - Static variable in class io.netty.handler.ssl.CipherSuiteConverter
A-B-C, where: A - handshake algorithm (key exchange and authentication algorithms to be precise) B - bulk cipher C - HMAC algorithm This regular expression assumes that: 1) A has some deterministic pattern as shown below, and 2) C is always a single word
OPENSSL_OP_NO_PROTOCOL_INDEX_SSLV2 - Static variable in class io.netty.handler.ssl.ReferenceCountedOpenSslEngine
 
OPENSSL_OP_NO_PROTOCOL_INDEX_SSLV3 - Static variable in class io.netty.handler.ssl.ReferenceCountedOpenSslEngine
 
OPENSSL_OP_NO_PROTOCOL_INDEX_TLSv1 - Static variable in class io.netty.handler.ssl.ReferenceCountedOpenSslEngine
 
OPENSSL_OP_NO_PROTOCOL_INDEX_TLSv1_1 - Static variable in class io.netty.handler.ssl.ReferenceCountedOpenSslEngine
 
OPENSSL_OP_NO_PROTOCOL_INDEX_TLSv1_2 - Static variable in class io.netty.handler.ssl.ReferenceCountedOpenSslEngine
 
OPENSSL_OP_NO_PROTOCOL_INDEX_TLSv1_3 - Static variable in class io.netty.handler.ssl.ReferenceCountedOpenSslEngine
 
OPENSSL_OP_NO_PROTOCOLS - Static variable in class io.netty.handler.ssl.ReferenceCountedOpenSslEngine
 
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
 
OpenSslCachingKeyMaterialProvider - Class in io.netty.handler.ssl
OpenSslKeyMaterialProvider that will cache the OpenSslKeyMaterial to reduce the overhead of parsing the chain and the key for generation of the material.
OpenSslCachingKeyMaterialProvider(X509KeyManager, String, int) - Constructor for class io.netty.handler.ssl.OpenSslCachingKeyMaterialProvider
 
OpenSslCachingX509KeyManagerFactory - Class in io.netty.handler.ssl
Wraps another KeyManagerFactory and caches its chains / certs for an alias for better performance when using SslProvider.OPENSSL or SslProvider.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(OpenSslCertificateCompressionConfig.AlgorithmConfig...) - Constructor for class io.netty.handler.ssl.OpenSslCertificateCompressionConfig
 
OpenSslCertificateCompressionConfig.AlgorithmConfig - Class in io.netty.handler.ssl
The configuration for algorithm.
OpenSslCertificateCompressionConfig.AlgorithmMode - Enum in io.netty.handler.ssl
OpenSslCertificateCompressionConfig.Builder - Class in io.netty.handler.ssl
OpenSslCertificateException - Exception in io.netty.handler.ssl
A special CertificateException which 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 .
OpenSslClientCertificateCallback(OpenSslEngineMap, OpenSslKeyMaterialManager) - Constructor for class io.netty.handler.ssl.ReferenceCountedOpenSslClientContext.OpenSslClientCertificateCallback
 
OpenSslClientContext - Class in io.netty.handler.ssl
A client-side SslContext which 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(X509Certificate[], TrustManagerFactory, X509Certificate[], PrivateKey, String, KeyManagerFactory, Iterable<String>, CipherSuiteFilter, ApplicationProtocolConfig, String[], long, long, boolean, String, Map.Entry<SslContextOption<?>, Object>...) - Constructor for class io.netty.handler.ssl.OpenSslClientContext
 
OpenSslClientContext(TrustManagerFactory) - Constructor for class io.netty.handler.ssl.OpenSslClientContext
Deprecated.
OpenSslClientSessionCache - Class in io.netty.handler.ssl
OpenSslSessionCache that is used by the client-side.
OpenSslClientSessionCache(OpenSslEngineMap) - Constructor for class io.netty.handler.ssl.OpenSslClientSessionCache
 
OpenSslClientSessionCache.HostPort - Class in io.netty.handler.ssl
Host / Port tuple used to find a OpenSslSession in the cache.
OpenSslClientSessionContext(ReferenceCountedOpenSslContext, OpenSslKeyMaterialProvider) - Constructor for class io.netty.handler.ssl.ReferenceCountedOpenSslClientContext.OpenSslClientSessionContext
 
OpenSslContext - Class in io.netty.handler.ssl
This class will use a finalizer to ensure native resources are automatically cleaned up.
OpenSslContext(Iterable<String>, CipherSuiteFilter, ApplicationProtocolConfig, int, Certificate[], ClientAuth, String[], boolean, boolean, Map.Entry<SslContextOption<?>, Object>...) - Constructor for class io.netty.handler.ssl.OpenSslContext
 
OpenSslContext(Iterable<String>, CipherSuiteFilter, OpenSslApplicationProtocolNegotiator, int, Certificate[], ClientAuth, String[], boolean, boolean, Map.Entry<SslContextOption<?>, Object>...) - Constructor for class io.netty.handler.ssl.OpenSslContext
 
OpenSslContextOption<T> - Class in io.netty.handler.ssl
OpenSslContextOption(String) - Constructor for class io.netty.handler.ssl.OpenSslContextOption
 
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 SSLEngine using OpenSSL BIO abstractions.
OpenSslEngine(OpenSslContext, ByteBufAllocator, String, int, boolean) - Constructor for class io.netty.handler.ssl.OpenSslEngine
 
OpenSslEngineMap - Interface in io.netty.handler.ssl
 
OpenSslException(String, int) - Constructor for exception io.netty.handler.ssl.ReferenceCountedOpenSslEngine.OpenSslException
 
OpenSslHandshakeException(String, int) - Constructor for exception io.netty.handler.ssl.ReferenceCountedOpenSslEngine.OpenSslHandshakeException
 
OpenSslKeyManagerFactorySpi(KeyManagerFactory) - Constructor for class io.netty.handler.ssl.OpenSslX509KeyManagerFactory.OpenSslKeyManagerFactorySpi
 
OpenSslKeyMaterial - Interface in io.netty.handler.ssl
Holds references to the native key-material that is used by OpenSSL.
OpenSslKeyMaterialManager - Class in io.netty.handler.ssl
Manages key material for OpenSslEngines and so set the right PrivateKeys and X509Certificates.
OpenSslKeyMaterialManager(OpenSslKeyMaterialProvider) - Constructor for class io.netty.handler.ssl.OpenSslKeyMaterialManager
 
OpenSslKeyMaterialProvider - Class in io.netty.handler.ssl
Provides OpenSslKeyMaterial for a given alias.
OpenSslKeyMaterialProvider(X509KeyManager, String) - Constructor for class io.netty.handler.ssl.OpenSslKeyMaterialProvider
 
OpenSslKeyStore(X509Certificate[], boolean) - Constructor for class io.netty.handler.ssl.OpenSslX509KeyManagerFactory.OpenSslKeyStore
 
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.
 
OpenSslPopulatedKeyMaterialProvider(X509KeyManager, String, Iterable<String>) - Constructor for class io.netty.handler.ssl.OpenSslX509KeyManagerFactory.OpenSslKeyManagerFactorySpi.ProviderFactory.OpenSslPopulatedKeyMaterialProvider
 
OpenSslPrivateKey - Class in io.netty.handler.ssl
 
OpenSslPrivateKey(long) - Constructor for class io.netty.handler.ssl.OpenSslPrivateKey
 
OpenSslPrivateKey.OpenSslPrivateKeyMaterial - Class in io.netty.handler.ssl
 
OpenSslPrivateKeyMaterial(long, X509Certificate[]) - Constructor for class io.netty.handler.ssl.OpenSslPrivateKey.OpenSslPrivateKeyMaterial
 
OpenSslPrivateKeyMethod - Interface in io.netty.handler.ssl
Allow to customize private key signing / decrypting (when using RSA).
opensslSelectorFailureBehavior(ApplicationProtocolConfig.SelectorFailureBehavior) - Static method in class io.netty.handler.ssl.ReferenceCountedOpenSslContext
 
OpenSslServerCertificateCallback(OpenSslEngineMap, OpenSslKeyMaterialManager) - Constructor for class io.netty.handler.ssl.ReferenceCountedOpenSslServerContext.OpenSslServerCertificateCallback
 
OpenSslServerContext - Class in io.netty.handler.ssl
A server-side SslContext which 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.
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.
OpenSslServerContext(X509Certificate[], TrustManagerFactory, X509Certificate[], PrivateKey, String, KeyManagerFactory, Iterable<String>, CipherSuiteFilter, ApplicationProtocolConfig, long, long, ClientAuth, String[], boolean, boolean, String, Map.Entry<SslContextOption<?>, Object>...) - Constructor for class io.netty.handler.ssl.OpenSslServerContext
 
OpenSslServerContext(X509Certificate[], TrustManagerFactory, X509Certificate[], PrivateKey, String, KeyManagerFactory, Iterable<String>, CipherSuiteFilter, OpenSslApplicationProtocolNegotiator, long, long, ClientAuth, String[], boolean, boolean, String, Map.Entry<SslContextOption<?>, Object>...) - Constructor for class io.netty.handler.ssl.OpenSslServerContext
 
OpenSslServerSessionContext - Class in io.netty.handler.ssl
OpenSslSessionContext implementation which offers extra methods which are only useful for the server-side.
OpenSslServerSessionContext(ReferenceCountedOpenSslContext, OpenSslKeyMaterialProvider) - Constructor for class io.netty.handler.ssl.OpenSslServerSessionContext
 
OpenSslSession - Interface in io.netty.handler.ssl
SSLSession that is specific to our native implementation and ReferenceCounted to track native resources.
OpenSslSessionCache - Class in io.netty.handler.ssl
SSLSessionCache implementation for our native SSL implementation.
OpenSslSessionCache(OpenSslEngineMap) - Constructor for class io.netty.handler.ssl.OpenSslSessionCache
 
OpenSslSessionCache.NativeSslSession - Class in io.netty.handler.ssl
OpenSslSession implementation which wraps the native SSL_SESSION* while in cache.
OpenSslSessionContext - Class in io.netty.handler.ssl
OpenSSL specific SSLSessionContext implementation.
OpenSslSessionContext(ReferenceCountedOpenSslContext, OpenSslKeyMaterialProvider, long, OpenSslSessionCache) - Constructor for class io.netty.handler.ssl.OpenSslSessionContext
 
OpenSslSessionId - Class in io.netty.handler.ssl
Represent the session ID used by an OpenSslSession.
OpenSslSessionId(byte[]) - Constructor for class io.netty.handler.ssl.OpenSslSessionId
 
OpenSslSessionStats - Class in io.netty.handler.ssl
Stats exposed by an OpenSSL session context.
OpenSslSessionStats(ReferenceCountedOpenSslContext) - Constructor for class io.netty.handler.ssl.OpenSslSessionStats
 
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.
OpenSslSniHostnameMatcher(OpenSslEngineMap) - Constructor for class io.netty.handler.ssl.ReferenceCountedOpenSslServerContext.OpenSslSniHostnameMatcher
 
OpenSslX509KeyManagerFactory - Class in io.netty.handler.ssl
Special KeyManagerFactory that pre-compute the keymaterial used when SslProvider.OPENSSL or SslProvider.OPENSSL_REFCNT is used and so will improve handshake times and its performance.
OpenSslX509KeyManagerFactory() - Constructor for class io.netty.handler.ssl.OpenSslX509KeyManagerFactory
 
OpenSslX509KeyManagerFactory(OpenSslX509KeyManagerFactory.OpenSslKeyManagerFactorySpi) - 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
 
OpenSslX509KeyManagerFactory.OpenSslKeyManagerFactorySpi - Class in io.netty.handler.ssl
 
OpenSslX509KeyManagerFactory.OpenSslKeyManagerFactorySpi.ProviderFactory - Class in io.netty.handler.ssl
 
OpenSslX509KeyManagerFactory.OpenSslKeyManagerFactorySpi.ProviderFactory.OpenSslPopulatedKeyMaterialProvider - Class in io.netty.handler.ssl
OpenSslKeyMaterialProvider implementation that pre-compute the OpenSslKeyMaterial for all aliases.
OpenSslX509KeyManagerFactory.OpenSslKeyStore - Class in io.netty.handler.ssl
 
OpenSslX509TrustManagerWrapper - Class in io.netty.handler.ssl
Utility which allows to wrap X509TrustManager implementations with the internal implementation used by SSLContextImpl that provides extended verification.
OpenSslX509TrustManagerWrapper() - Constructor for class io.netty.handler.ssl.OpenSslX509TrustManagerWrapper
 
OpenSslX509TrustManagerWrapper.TrustManagerWrapper - Interface in io.netty.handler.ssl
 
OpenSslX509TrustManagerWrapper.UnsafeTrustManagerWrapper - Class in io.netty.handler.ssl
 
operationComplete(F) - Method in interface io.netty.util.concurrent.GenericFutureListener
Invoked when the operation associated with the Future has 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.channel.epoll.AbstractEpollStreamChannel.SpliceInChannelTask
 
operationComplete(ChannelFuture) - Method in class io.netty.handler.codec.http2.DefaultHttp2ConnectionEncoder.FlowControlledBase
 
operationComplete(ChannelFuture) - Method in class io.netty.handler.codec.http2.Http2ConnectionHandler.ClosingChannelFutureListener
 
operationComplete(ChannelFuture) - Method in class io.netty.handler.codec.spdy.SpdySessionHandler.ClosingChannelFutureListener
 
operationComplete(ChannelFuture) - Method in class io.netty.handler.timeout.WriteTimeoutHandler.WriteTimeoutTask
 
operationComplete(Future<byte[]>) - Method in class io.netty.handler.ssl.ReferenceCountedOpenSslContext.AsyncPrivateKeyMethod.ResultCallbackListener
 
operationComplete(Future<Channel>) - Method in class io.netty.channel.pool.FixedChannelPool.AcquireListener
 
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 class io.netty.handler.codec.http2.DefaultHttp2Connection.DefaultEndpoint
 
opposite() - Method in interface io.netty.handler.codec.http2.Http2Connection.Endpoint
Gets the Http2Connection.Endpoint opposite this one.
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.
optimiseSelectorsAndHuffmanTables(boolean) - Method in class io.netty.handler.codec.compression.Bzip2HuffmanStageEncoder
Co-optimise the selector list and the alternative Huffman table code lengths.
option - Variable in class io.netty.channel.socket.nio.NioChannelOption
 
option - Variable in class io.netty.handler.codec.mqtt.MqttTopicSubscription
 
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 ChannelOption which is used for the Channel instances once they got created.
option(ChannelOption<T>, T) - Method in class io.netty.handler.codec.http2.Http2StreamChannelBootstrap
Allow to specify a ChannelOption which is used for the Http2StreamChannel instances once they got created.
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 SSLEngine will request client authentication.
OptionalSslHandler - Class in io.netty.handler.ssl
OptionalSslHandler is a utility decoder to support both SSL and non-SSL handlers based on the first message received.
OptionalSslHandler(SslContext) - Constructor for class io.netty.handler.ssl.OptionalSslHandler
 
options - Variable in class io.netty.bootstrap.AbstractBootstrap
 
options - Variable in class io.netty.handler.codec.http2.Http2StreamChannelBootstrap
 
options - Variable in class io.netty.handler.ssl.SslContextBuilder
 
options - Variable in class io.netty.resolver.dns.macos.DnsResolver
 
options() - Method in class io.netty.bootstrap.AbstractBootstrap
 
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.resolver.dns.macos.DnsResolver
 
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.
OPTIONS_OFFSET - Static variable in class io.netty.handler.codec.compression.FastLz
 
OPTIONS_ROTATE_FLAG - Static variable in class io.netty.resolver.dns.UnixResolverDnsServerAddressStreamProvider
 
OPTIONS_ROW_LABEL - Static variable in class io.netty.resolver.dns.UnixResolverDnsServerAddressStreamProvider
 
options0() - Method in class io.netty.bootstrap.AbstractBootstrap
 
optname - Variable in class io.netty.channel.unix.GenericUnixChannelOption
 
optname() - Method in class io.netty.channel.unix.GenericUnixChannelOption
Returns the optname.
optResource - Variable in class io.netty.resolver.dns.DnsQueryContext
 
optResourceEnabled - Variable in class io.netty.resolver.dns.DnsNameResolver
 
optResourceEnabled - Variable in class io.netty.resolver.dns.DnsNameResolverBuilder
 
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 - Variable in class io.netty.buffer.EmptyByteBuf
 
order - Variable in class io.netty.buffer.FixedCompositeByteBuf
 
order - Variable in class io.netty.buffer.SwappedByteBuf
Deprecated.
 
order() - Method in class io.netty.buffer.AbstractPooledDerivedByteBuf
Deprecated.
order() - Method in class io.netty.buffer.AbstractUnpooledSlicedByteBuf
Deprecated.
order() - Method in class io.netty.buffer.ByteBuf
Deprecated.
use the Little Endian accessors, e.g. getShortLE, getIntLE instead of creating a buffer with swapped endianness.
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.FixedCompositeByteBuf
 
order() - Method in class io.netty.buffer.PooledByteBuf
 
order() - Method in class io.netty.buffer.ReadOnlyByteBuf
Deprecated.
order() - Method in class io.netty.buffer.ReadOnlyByteBufferBuf
 
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() - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
order() - Method in class io.netty.handler.codec.ReplayingDecoderByteBuf
 
order(ByteOrder) - Method in class io.netty.buffer.AbstractByteBuf
 
order(ByteOrder) - Method in class io.netty.buffer.AdvancedLeakAwareByteBuf
 
order(ByteOrder) - Method in class io.netty.buffer.AdvancedLeakAwareCompositeByteBuf
 
order(ByteOrder) - Method in class io.netty.buffer.ByteBuf
Deprecated.
use the Little Endian accessors, e.g. getShortLE, getIntLE instead of creating a buffer with swapped endianness.
order(ByteOrder) - Method in class io.netty.buffer.EmptyByteBuf
 
order(ByteOrder) - Method in class io.netty.buffer.SimpleLeakAwareByteBuf
 
order(ByteOrder) - Method in class io.netty.buffer.SimpleLeakAwareCompositeByteBuf
 
order(ByteOrder) - Method in class io.netty.buffer.SwappedByteBuf
Deprecated.
 
order(ByteOrder) - Method in class io.netty.buffer.UnreleasableByteBuf
 
order(ByteOrder) - Method in class io.netty.buffer.WrappedByteBuf
 
order(ByteOrder) - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
order(ByteOrder) - Method in class io.netty.handler.codec.ReplayingDecoderByteBuf
 
ordered - Variable in class io.netty.channel.AbstractChannelHandlerContext
 
ORDERED - io.netty.handler.codec.base64.Base64Dialect
Special "ordered" dialect of Base64 described in RFC1940.
orderedCopyOnInsert(DefaultAttributeMap.DefaultAttribute[], int, DefaultAttributeMap.DefaultAttribute[], DefaultAttributeMap.DefaultAttribute) - Static method in class io.netty.util.DefaultAttributeMap
 
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"
originalLength - Variable in class io.netty.handler.codec.compression.FastLzFrameDecoder
Original of current received chunk of data.
originalPromise - Variable in class io.netty.channel.pool.FixedChannelPool.AcquireListener
 
originalPromise - Variable in class io.netty.resolver.dns.DnsResolveContext
 
originalStream - Variable in class io.netty.resolver.dns.DnsResolveContext.CombinedDnsServerAddressStream
 
origins - Variable in class io.netty.handler.codec.http.cors.CorsConfig
 
origins - Variable in class io.netty.handler.codec.http.cors.CorsConfigBuilder
 
origins() - Method in class io.netty.handler.codec.http.cors.CorsConfig
Returns the set of allowed origins.
origPos - Variable in class io.netty.handler.codec.http.multipart.HttpPostBodyUtil.SeekAheadOptimize
 
os - Variable in class io.netty.channel.oio.OioByteStreamChannel
Deprecated.
 
OS_RELEASE_FILES - Static variable in class io.netty.util.internal.PlatformDependent
 
OTHER - io.netty.handler.codec.haproxy.HAProxyTLV.Type
A TLV type that is not officially defined in the spec.
otherHeaders - Variable in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
 
out - Variable in class io.netty.handler.codec.http.HttpObjectEncoder
 
out - Variable in class io.netty.handler.codec.http2.HpackHuffmanEncoder.EncodeProcessor
 
out - Variable in class io.netty.handler.codec.serialization.ObjectEncoderOutputStream
Deprecated.
 
OUT_OF_MESSAGE_SEQUENCE_METHOD - Static variable in class io.netty.handler.codec.http2.HttpConversionUtil
This will be the method used for HttpRequest objects generated out of the HTTP message flow defined in [RFC 7540], Section 8.1
OUT_OF_MESSAGE_SEQUENCE_PATH - Static variable in class io.netty.handler.codec.http2.HttpConversionUtil
This will be the path used for HttpRequest objects generated out of the HTTP message flow defined in [RFC 7540], Section 8.1
OUT_OF_MESSAGE_SEQUENCE_RETURN_CODE - Static variable in class io.netty.handler.codec.http2.HttpConversionUtil
This will be the status code used for HttpResponse objects generated out of the HTTP message flow defined in [RFC 7540], Section 8.1
OUTBOUND - io.netty.handler.codec.http2.Http2FrameLogger.Direction
 
outboundBuffer - Variable in class io.netty.channel.AbstractChannel.AbstractUnsafe
 
outboundBuffer() - Method in class io.netty.channel.AbstractChannel.AbstractUnsafe
 
outboundBuffer() - Method in interface io.netty.channel.Channel.Unsafe
Returns the ChannelOutboundBuffer of the Channel where the pending write requests are stored.
outboundBuffer() - Method in class io.netty.handler.codec.http2.AbstractHttp2StreamChannel.Http2ChannelUnsafe
 
outboundClosed - Variable in class io.netty.handler.codec.http2.AbstractHttp2StreamChannel
 
outboundClosed - Variable in class io.netty.handler.ssl.ReferenceCountedOpenSslEngine
 
outboundCtx - Variable in class io.netty.channel.CombinedChannelDuplexHandler
 
outboundHandler - Variable in class io.netty.channel.CombinedChannelDuplexHandler
 
outboundHandler() - Method in class io.netty.channel.CombinedChannelDuplexHandler
 
outboundHeaders - Variable in class io.netty.handler.proxy.HttpProxyHandler
 
outboundMessages - Variable in class io.netty.channel.embedded.EmbeddedChannel
 
outboundMessages() - Method in class io.netty.channel.embedded.EmbeddedChannel
Returns the Queue which holds all the Objects that were written by this Channel.
outboundMsgMatcher - Variable in class io.netty.handler.codec.ByteToMessageCodec
 
outboundMsgMatcher - Variable in class io.netty.handler.codec.MessageToMessageCodec
 
outBuffPosn - Variable in class io.netty.handler.codec.base64.Base64.Decoder
 
outChannel - Variable in class io.netty.channel.oio.OioByteStreamChannel
Deprecated.
 
OutOfDirectMemoryError - Error in io.netty.util.internal
OutOfMemoryError that is throws if PlatformDependent.allocateDirectNoCleaner(int) can not allocate a new ByteBuffer due memory restrictions.
OutOfDirectMemoryError(String) - Constructor for error io.netty.util.internal.OutOfDirectMemoryError
 
output - Variable in class io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder.UrlDecoder
 
output - Variable in class io.netty.handler.codec.http2.HttpConversionUtil.Http2ToHttpHeaderTranslator
 
outputShutdown(int) - Static method in class io.netty.channel.unix.FileDescriptor
 
outputStream - Variable in class io.netty.handler.pcap.PcapWriteHandler
OutputStream where we'll write Pcap data.
outputStream - Variable in class io.netty.handler.pcap.PcapWriter
Reference declared so that we can use this as mutex in clean way.
outputStream() - Method in class io.netty.handler.pcap.PcapWriteHandler
 
outstandingControlFrames - Variable in class io.netty.handler.codec.http2.Http2ControlFrameLimitEncoder
 
outstandingControlFramesListener - Variable in class io.netty.handler.codec.http2.Http2ControlFrameLimitEncoder
 
outstandingLocalSettingsQueue - Variable in class io.netty.handler.codec.http2.DefaultHttp2ConnectionEncoder
 
outstandingRemoteSettingsQueue - Variable in class io.netty.handler.codec.http2.DefaultHttp2ConnectionEncoder
 
overrideGuess - Variable in class io.netty.channel.kqueue.KQueueRecvByteAllocatorHandle
 
owner - Variable in class io.netty.util.Recycler.LocalPool
 

P

PACKAGE_SEPARATOR_CHAR - Static variable in class io.netty.util.internal.StringUtil
 
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 - Variable in class io.netty.handler.codec.mqtt.MqttMessageBuilders.PubAckBuilder
 
packetId - Variable in class io.netty.handler.codec.mqtt.MqttMessageBuilders.SubAckBuilder
 
packetId - Variable in class io.netty.handler.codec.mqtt.MqttMessageBuilders.UnsubAckBuilder
 
packetId - Variable in class io.netty.handler.codec.mqtt.MqttPublishVariableHeader
 
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
packetId(short) - Method in class io.netty.handler.codec.mqtt.MqttMessageBuilders.SubAckBuilder
packetId(short) - Method in class io.netty.handler.codec.mqtt.MqttMessageBuilders.UnsubAckBuilder
packetLength - Variable in class io.netty.handler.ssl.SslHandler
 
packets - Variable in class io.netty.channel.epoll.NativeDatagramPacketArray
 
packets() - Method in class io.netty.channel.epoll.NativeDatagramPacketArray
packIntoLong(int, int) - Static method in class io.netty.handler.codec.dns.AbstractDnsOptPseudoRrRecord
 
packInts(int, int) - Static method in class io.netty.handler.codec.mqtt.MqttDecoder
 
pad0 - Variable in class io.netty.util.internal.ThreadLocalRandom
 
pad1 - Variable in class io.netty.util.internal.ThreadLocalRandom
 
pad2 - Variable in class io.netty.util.internal.ThreadLocalRandom
 
pad3 - Variable in class io.netty.util.internal.ThreadLocalRandom
 
pad4 - Variable in class io.netty.util.internal.ThreadLocalRandom
 
pad5 - Variable in class io.netty.util.internal.ThreadLocalRandom
 
pad6 - Variable in class io.netty.util.internal.ThreadLocalRandom
 
pad7 - Variable in class io.netty.util.internal.ThreadLocalRandom
 
PADDED - Static variable in class io.netty.handler.codec.http2.Http2Flags
 
padding - Variable in class io.netty.handler.codec.http2.DefaultHttp2ConnectionEncoder.FlowControlledBase
 
padding - Variable in class io.netty.handler.codec.http2.DefaultHttp2DataFrame
 
padding - Variable in class io.netty.handler.codec.http2.DefaultHttp2HeadersFrame
 
padding - Variable in class io.netty.handler.codec.http2.DefaultHttp2PushPromiseFrame
 
padding - Variable in class io.netty.handler.codec.http2.StreamBufferingEncoder.DataFrame
 
padding - Variable in class io.netty.handler.codec.http2.StreamBufferingEncoder.HeadersFrame
 
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.
paddingBytes(int) - Static method in class io.netty.handler.codec.http2.DefaultHttp2FrameWriter
Returns the number of padding bytes that should be appended to the end of a frame.
paddingPresent() - Method in class io.netty.handler.codec.http2.Http2Flags
For frames that include padding, indicates if the Http2Flags.PADDED field is present.
paddingPresent(boolean) - Method in class io.netty.handler.codec.http2.Http2Flags
Sets the Http2Flags.PADDED flag.
padSizeForAccumulation(int) - Static method in class io.netty.handler.codec.http.HttpObjectEncoder
Add some additional overhead to the buffer.
padWithZeros(byte, int) - Static method in class io.netty.handler.codec.dns.DefaultDnsRecordEncoder
 
pageIdx2size(int) - Method in class io.netty.buffer.SizeClasses
 
pageIdx2size(int) - Method in interface io.netty.buffer.SizeClassesMetric
Computes size from lookup table according to pageIdx.
pageIdx2sizeCompute(int) - Method in class io.netty.buffer.SizeClasses
 
pageIdx2sizeCompute(int) - Method in interface io.netty.buffer.SizeClassesMetric
Computes size according to pageIdx.
pageIdx2sizeTab - Variable in class io.netty.buffer.SizeClasses
 
pages2pageIdx(int) - Method in class io.netty.buffer.SizeClasses
 
pages2pageIdx(int) - Method in interface io.netty.buffer.SizeClassesMetric
Normalizes request size up to the nearest pageSize class.
pages2pageIdxCompute(int, boolean) - Method in class io.netty.buffer.SizeClasses
 
pages2pageIdxFloor(int) - Method in class io.netty.buffer.SizeClasses
 
pages2pageIdxFloor(int) - Method in interface io.netty.buffer.SizeClassesMetric
Normalizes request size down to the nearest pageSize class.
pageShifts - Variable in class io.netty.buffer.PoolChunk
 
pageShifts - Variable in class io.netty.buffer.PoolSubpage
 
pageShifts - Variable in class io.netty.buffer.SizeClasses
 
pageSize - Variable in class io.netty.buffer.PoolChunk
 
pageSize - Variable in class io.netty.buffer.SizeClasses
 
pageSize() - Method in class io.netty.buffer.PoolSubpage
 
pageSize() - Method in interface io.netty.buffer.PoolSubpageMetric
Return the page size (in bytes) of this page.
PAGESIZE_IDX - Static variable in class io.netty.buffer.SizeClasses
 
pairList - Variable in class io.netty.handler.ssl.OpenSslCertificateCompressionConfig
 
PARAMETER - Static variable in class io.netty.handler.codec.http.websocketx.extensions.WebSocketExtensionUtil
 
PARAMETER_EQUAL - Static variable in class io.netty.handler.codec.http.websocketx.extensions.WebSocketExtensionUtil
 
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
PARAMETER_SEPARATOR - Static variable in class io.netty.handler.codec.http.websocketx.extensions.WebSocketExtensionUtil
 
parameters - Variable in class io.netty.handler.codec.http.websocketx.extensions.WebSocketExtensionData
 
parameters - Variable in class io.netty.handler.codec.smtp.DefaultSmtpRequest
 
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 List which holds all the parameters of a request, which may be an empty list.
params - Variable in class io.netty.handler.codec.http.QueryStringDecoder
 
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 - Variable in class io.netty.buffer.AbstractPooledDerivedByteBuf
Deallocations of a pooled derived buffer should always propagate through the entire chain of derived buffers.
parent - Variable in class io.netty.buffer.PoolArena
 
parent - Variable in class io.netty.buffer.PoolChunk
 
parent - Variable in class io.netty.channel.AbstractChannel
 
parent - Variable in class io.netty.channel.ThreadPerChannelEventLoop
Deprecated.
 
parent - Variable in class io.netty.handler.codec.http2.WeightedFairQueueByteDistributor.State
 
parent - Variable in class io.netty.handler.ssl.util.SimpleKeyManagerFactory.SimpleKeyManagerFactorySpi
 
parent - Variable in class io.netty.handler.ssl.util.SimpleTrustManagerFactory.SimpleTrustManagerFactorySpi
 
parent - Variable in class io.netty.resolver.dns.DnsResolveContext
 
parent - Variable in class io.netty.util.concurrent.AbstractEventExecutor
 
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.embedded.EmbeddedEventLoop
 
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.SingleThreadEventLoop
 
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.handler.codec.http2.AbstractHttp2StreamChannel
 
parent() - Method in class io.netty.util.concurrent.AbstractEventExecutor
 
parent() - Method in interface io.netty.util.concurrent.EventExecutor
Return the EventExecutorGroup which is the parent of this EventExecutor,
parent() - Method in class io.netty.util.concurrent.UnorderedThreadPoolEventExecutor
 
parent(ByteBuf) - Method in class io.netty.buffer.AbstractPooledDerivedByteBuf
 
ParentChangedEvent(WeightedFairQueueByteDistributor.State, WeightedFairQueueByteDistributor.State) - Constructor for class io.netty.handler.codec.http2.WeightedFairQueueByteDistributor.ParentChangedEvent
Create a new instance.
parentContext - Variable in class io.netty.handler.ssl.ReferenceCountedOpenSslEngine
 
parentContext() - Method in class io.netty.handler.codec.http2.AbstractHttp2StreamChannel
 
parentContext() - Method in class io.netty.handler.codec.http2.Http2MultiplexCodec.Http2MultiplexCodecStreamChannel
Deprecated.
 
parentContext() - Method in class io.netty.handler.codec.http2.Http2MultiplexHandler.Http2MultiplexHandlerStreamChannel
 
parentId - Variable in class io.netty.handler.codec.http2.Http2StreamChannelId
 
parentReadInProgress - Variable in class io.netty.handler.codec.http2.Http2MultiplexCodec
Deprecated.
 
parentReadInProgress - Variable in class io.netty.handler.codec.http2.Http2MultiplexHandler
 
parse() - Method in interface io.netty.resolver.HostsFileEntriesProvider.Parser
Parses the hosts file at standard OS location using the system default Charset for decoding.
parse() - Method in class io.netty.resolver.HostsFileEntriesProvider.ParserImpl
 
parse() - Static method in class io.netty.resolver.HostsFileParser
Parse hosts file at standard OS location using the system default Charset for decoding.
parse(ByteBuf) - Method in class io.netty.handler.codec.http.HttpObjectDecoder.HeaderParser
 
parse(ByteBuf) - Method in class io.netty.handler.codec.http.HttpObjectDecoder.LineParser
 
parse(ByteBuf) - Method in class io.netty.handler.codec.stomp.StompSubframeDecoder.Utf8LineParser
 
parse(File) - Static method in class io.netty.resolver.HostsFileParser
Parse a hosts file using the system default Charset for decoding.
parse(File...) - Static method in class io.netty.resolver.dns.UnixResolverDnsServerAddressStreamProvider
 
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...) - Method in class io.netty.resolver.HostsFileEntriesProvider.ParserImpl
 
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) - Method in class io.netty.resolver.HostsFileEntriesProvider.ParserImpl
 
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(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.
parse(Charset...) - Method in class io.netty.resolver.HostsFileEntriesProvider.ParserImpl
 
parse0(CharSequence, int, int) - Method in class io.netty.handler.codec.DateFormatter
 
parse1(CharSequence, int, int) - Method in class io.netty.handler.codec.DateFormatter
 
parse4(int, int, int) - Method in class io.netty.handler.codec.http.cookie.ClientCookieDecoder.CookieBuilder
 
parse6(int, int, int) - Method in class io.netty.handler.codec.http.cookie.ClientCookieDecoder.CookieBuilder
 
parse7(int, int, int) - Method in class io.netty.handler.codec.http.cookie.ClientCookieDecoder.CookieBuilder
 
parse8(int, int, int) - Method in class io.netty.handler.codec.http.cookie.ClientCookieDecoder.CookieBuilder
 
parseBody() - Method in class io.netty.handler.codec.http.multipart.HttpPostMultipartRequestDecoder
This getMethod will parse as much as possible data and fill the list and map
parseBody() - Method in class io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder
This getMethod will parse as much as possible data and fill the list and map
parseBodyAttributes() - Method in class io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder
This getMethod fill the map and list with as much Attribute as possible from Body in not Multipart mode.
parseBodyAttributesStandard() - Method in class io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder
This getMethod fill the map and list with as much Attribute as possible from Body in not Multipart mode.
parseBodyMultipart() - Method in class io.netty.handler.codec.http.multipart.HttpPostMultipartRequestDecoder
Parse the Body for multipart
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
 
parseCode(ByteBuf) - Static method in class io.netty.handler.codec.smtp.SmtpResponseDecoder
Parses the io.netty.handler.codec.smtp code without any allocation, which is three digits.
parseDouble() - Method in class io.netty.util.AsciiString
 
parseDouble(int, int) - Method in class io.netty.util.AsciiString
 
parseEntries(HostsFileEntriesProvider.Parser) - Static method in class io.netty.resolver.DefaultHostsFileEntriesResolver
 
parseEtcResolverOptions() - Static method in class io.netty.resolver.dns.UnixResolverDnsServerAddressStreamProvider
Parse /etc/resolv.conf and return options of interest, namely: timeout, attempts and ndots.
parseEtcResolverOptions(File) - Static method in class io.netty.resolver.dns.UnixResolverDnsServerAddressStreamProvider
Parse a file of the format /etc/resolv.conf and return options of interest, namely: timeout, attempts and ndots.
parseEtcResolverSearchDomains() - Static method in class io.netty.resolver.dns.UnixResolverDnsServerAddressStreamProvider
Parse a file of the format /etc/resolv.conf and return the list of search domains found in it or an empty list if not found.
parseEtcResolverSearchDomains(File) - Static method in class io.netty.resolver.dns.UnixResolverDnsServerAddressStreamProvider
Parse a file of the format /etc/resolv.conf and return the list of search domains found in it or an empty list if not found.
parseFloat() - Method in class io.netty.util.AsciiString
 
parseFloat(int, int) - Method in class io.netty.util.AsciiString
 
parseHeader(StompHeadersSubframe, ByteBuf) - Method in class io.netty.handler.codec.stomp.StompSubframeDecoder.HeaderParser
 
parseHttpAfterConnectRequest - Variable in class io.netty.handler.codec.http.HttpClientCodec
 
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
 
parseInt(int, int, int, boolean) - Method in class io.netty.util.AsciiString
 
parseIso8601(String) - Static method in class io.netty.util.Version
 
parseLevel(String) - Static method in enum io.netty.util.ResourceLeakDetector.Level
Returns level based on string value.
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
 
parseLong(int, int, int, boolean) - 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 String and return it as a byte[].
parseNumber(byte) - Static method in class io.netty.handler.codec.smtp.SmtpResponseDecoder
 
parseOcspUrlFromCertificate(X509Certificate) - Static method in class io.netty.handler.ssl.ocsp.OcspClient
Parse OCSP endpoint URL from Certificate
parsePositiveNumber(ByteBuf) - Method in class io.netty.handler.codec.redis.RedisDecoder
 
parser() - Static method in class io.netty.resolver.HostsFileEntriesProvider
Creates a parser for HostsFileEntriesProvider.
parseRedisNumber(ByteBuf) - Method in class io.netty.handler.codec.redis.RedisDecoder
 
parseResIntOption(String, String) - Static method in class io.netty.resolver.dns.UnixResolverDnsServerAddressStreamProvider
 
parseResOptions(String, UnixResolverOptions.Builder) - Static method in class io.netty.resolver.dns.UnixResolverDnsServerAddressStreamProvider
 
ParserImpl() - Constructor for class io.netty.resolver.HostsFileEntriesProvider.ParserImpl
 
parserScratchBuffer - Variable in class io.netty.handler.codec.http.HttpObjectDecoder
 
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() - Static method in class io.netty.resolver.dns.UnixResolverDnsServerAddressStreamProvider
Attempt to parse /etc/resolv.conf and files in the /etc/resolver directory by default.
parseSilently() - Method in interface io.netty.resolver.HostsFileEntriesProvider.Parser
Parses the hosts file at standard OS location using the system default Charset for decoding.
parseSilently() - Method in class io.netty.resolver.HostsFileEntriesProvider.ParserImpl
 
parseSilently() - Static method in class io.netty.resolver.HostsFileParser
Parse hosts file at standard OS location using the systems default Charset for 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(File, Charset...) - Method in class io.netty.resolver.HostsFileEntriesProvider.ParserImpl
 
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...) - Method in class io.netty.resolver.HostsFileEntriesProvider.ParserImpl
 
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
parseToken(CharSequence, int, int) - Method in class io.netty.handler.codec.DateFormatter
 
PARTIAL_CONTENT - Static variable in class io.netty.handler.codec.http.HttpResponseStatus
206 Partial Content
PartitionResult(int, int) - Constructor for class io.netty.handler.codec.compression.Bzip2DivSufSort.PartitionResult
 
PASS_THROUGH - io.netty.handler.codec.http.HttpContentEncoder.State
 
PASSCODE - Static variable in interface io.netty.handler.codec.stomp.StompHeaders
 
password - Variable in class io.netty.handler.codec.mqtt.MqttConnectPayload
 
password - Variable in class io.netty.handler.codec.mqtt.MqttMessageBuilders.ConnectBuilder
 
password - Variable in class io.netty.handler.codec.socks.SocksAuthRequest
 
password - Variable in class io.netty.handler.codec.socksx.v5.DefaultSocks5PasswordAuthRequest
 
password - Variable in class io.netty.handler.proxy.HttpProxyHandler
 
password - Variable in class io.netty.handler.proxy.Socks5ProxyHandler
 
password - Variable in class io.netty.handler.ssl.OpenSslKeyMaterialProvider
 
password - Variable in class io.netty.handler.ssl.OpenSslX509KeyManagerFactory.OpenSslKeyManagerFactorySpi.ProviderFactory
 
password() - Method in class io.netty.handler.codec.mqtt.MqttConnectPayload
Deprecated.
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(char[]) - Static method in class io.netty.handler.ssl.OpenSslX509KeyManagerFactory.OpenSslKeyManagerFactorySpi
 
password(String) - Method in class io.netty.handler.codec.mqtt.MqttMessageBuilders.ConnectBuilder
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 - Variable in class io.netty.handler.codec.http.cookie.ClientCookieDecoder.CookieBuilder
 
path - Variable in class io.netty.handler.codec.http.cookie.DefaultCookie
 
path - Variable in class io.netty.handler.codec.http.QueryStringDecoder
 
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.PATH header or null if there is no such header
path() - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
 
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
path(CharSequence) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
 
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 - Static variable in class io.netty.handler.codec.http.cookie.CookieHeaderNames
 
PATH - Static variable in class io.netty.handler.codec.spdy.SpdyHeaders.HttpNames
":path"
pathEndIdx - Variable in class io.netty.handler.codec.http.QueryStringDecoder
 
pathEndIdx() - Method in class io.netty.handler.codec.http.QueryStringDecoder
 
PATTERN - Static variable in class io.netty.handler.ssl.SignatureAlgorithmConverter
 
pause() - Method in class io.netty.handler.pcap.PcapWriteHandler
Pause the PcapWriteHandler from writing packets to the OutputStream.
PAUSE - Static variable in class io.netty.handler.codec.rtsp.RtspMethods
The PAUSE request causes the stream delivery to be interrupted (halted) temporarily.
PAUSED - io.netty.handler.pcap.State
The handler is paused.
payload - Variable in class io.netty.handler.codec.mqtt.MqttMessage
 
payload - Variable in class io.netty.handler.codec.mqtt.MqttMessageBuilders.PublishBuilder
 
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 - io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder.State
 
PAYLOAD_FORMAT_INDICATOR - io.netty.handler.codec.mqtt.MqttProperties.MqttPropertyType
 
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
 
payloadLength - Variable in class io.netty.handler.codec.http2.DefaultHttp2FrameReader
 
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
PBES2 - Static variable in class io.netty.handler.ssl.SslContext
 
PcapHeaders - Class in io.netty.handler.pcap
 
PcapHeaders() - Constructor for class io.netty.handler.pcap.PcapHeaders
 
pcapWriteHandler - Variable in class io.netty.handler.pcap.PcapWriter
 
PcapWriteHandler - Class in io.netty.handler.pcap
PcapWriteHandler captures ByteBuf from SocketChannel / ServerChannel or DatagramPacket and writes it into Pcap OutputStream.
PcapWriteHandler(PcapWriteHandler.Builder, OutputStream) - Constructor for class io.netty.handler.pcap.PcapWriteHandler
 
PcapWriteHandler(OutputStream) - Constructor for class io.netty.handler.pcap.PcapWriteHandler
Deprecated.
PcapWriteHandler(OutputStream, boolean, boolean) - Constructor for class io.netty.handler.pcap.PcapWriteHandler
Deprecated.
PcapWriteHandler.Builder - Class in io.netty.handler.pcap
Builder for PcapWriteHandler
PcapWriteHandler.ChannelType - Enum in io.netty.handler.pcap
 
PcapWriteHandler.WildcardAddressHolder - Class in io.netty.handler.pcap
 
pCapWriter - Variable in class io.netty.handler.pcap.PcapWriteHandler
PcapWriter Instance
pCapWriter() - Method in class io.netty.handler.pcap.PcapWriteHandler
 
PcapWriter - Class in io.netty.handler.pcap
 
PcapWriter(PcapWriteHandler) - Constructor for class io.netty.handler.pcap.PcapWriter
This uses OutputStream for writing Pcap data.
peek() - Method in class io.netty.buffer.IntPriorityQueue
 
peek() - Method in class io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController.FlowState
Returns the head of the pending queue, or null if empty.
peek() - Method in class io.netty.handler.codec.http2.MaxCapacityQueue
 
peek() - Method in class io.netty.util.internal.DefaultPriorityQueue
 
peek() - Method in class io.netty.util.internal.EmptyPriorityQueue
 
peek() - Method in class io.netty.util.Recycler.BlockingMessageQueue
 
peekPseudoTimeQueue() - Method in class io.netty.handler.codec.http2.WeightedFairQueueByteDistributor.State
 
peekScheduledTask() - Method in class io.netty.util.concurrent.AbstractScheduledEventExecutor
 
peekTask() - Method in class io.netty.util.concurrent.SingleThreadEventExecutor
 
peer - Variable in class io.netty.channel.local.LocalChannel
 
peerCerts - Variable in class io.netty.handler.ssl.ReferenceCountedOpenSslEngine.DefaultOpenSslSession
 
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 - Class in io.netty.channel.unix
User credentials discovered for the peer unix domain socket.
PeerCredentials(int, int, int...) - Constructor for class io.netty.channel.unix.PeerCredentials
 
peerHost - Variable in class io.netty.handler.ssl.OpenSslSessionCache.NativeSslSession
 
peerPort - Variable in class io.netty.handler.ssl.OpenSslSessionCache.NativeSslSession
 
PemEncoded - Interface in io.netty.handler.ssl
A marker interface for PEM encoded values.
PemPrivateKey - Class in io.netty.handler.ssl
This is a special purpose implementation of a PrivateKey which allows the user to pass PEM/PKCS#8 encoded key material straight into OpenSslContext without having to parse and re-encode bytes in Java land.
PemPrivateKey(ByteBuf) - Constructor for class io.netty.handler.ssl.PemPrivateKey
 
PemReader - Class in io.netty.handler.ssl
Reads a PEM file and converts it into a list of DERs so that they are imported into a KeyStore easily.
PemReader() - Constructor for class io.netty.handler.ssl.PemReader
 
PemValue - Class in io.netty.handler.ssl
A PEM encoded value.
PemValue(ByteBuf, boolean) - Constructor for class io.netty.handler.ssl.PemValue
 
PemX509Certificate - Class in io.netty.handler.ssl
This is a special purpose implementation of a X509Certificate which allows the user to pass PEM/PKCS#8 encoded data straight into OpenSslContext without having to parse and re-encode bytes in Java land.
PemX509Certificate(ByteBuf) - Constructor for class io.netty.handler.ssl.PemX509Certificate
 
PENDING_WRITE_OVERHEAD - Static variable in class io.netty.channel.PendingWriteQueue
 
pendingAcquireCount - Variable in class io.netty.channel.pool.FixedChannelPool
 
pendingAcquireQueue - Variable in class io.netty.channel.pool.FixedChannelPool
 
pendingBytes - Variable in class io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController.FlowState
 
pendingBytes() - Method in class io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController.FlowState
 
pendingBytes() - Method in interface io.netty.handler.codec.http2.StreamByteDistributor.StreamState
Get the amount of bytes this stream has pending to send.
PendingBytesTracker - Class in io.netty.channel
 
PendingBytesTracker(MessageSizeEstimator.Handle) - Constructor for class io.netty.channel.PendingBytesTracker
 
PendingBytesTracker.ChannelOutboundBufferPendingBytesTracker - Class in io.netty.channel
 
PendingBytesTracker.DefaultChannelPipelinePendingBytesTracker - Class in io.netty.channel
 
PendingBytesTracker.NoopPendingBytesTracker - Class in io.netty.channel
 
pendingEntries - Static variable in class io.netty.util.ThreadDeathWatcher
Deprecated.
 
pendingEvents - Variable in class io.netty.handler.codec.http2.DefaultHttp2Connection.ActiveStreams
 
pendingException - Variable in class io.netty.handler.ssl.ReferenceCountedOpenSslEngine
 
pendingFastOpenRequestsThreshold - Variable in class io.netty.channel.epoll.EpollServerChannelConfig
 
PendingHandlerAddedTask(AbstractChannelHandlerContext) - Constructor for class io.netty.channel.DefaultChannelPipeline.PendingHandlerAddedTask
 
PendingHandlerCallback(AbstractChannelHandlerContext) - Constructor for class io.netty.channel.DefaultChannelPipeline.PendingHandlerCallback
 
pendingHandlerCallbackHead - Variable in class io.netty.channel.DefaultChannelPipeline
This is the head of a linked list that is processed by DefaultChannelPipeline.callHandlerAddedForAllHandlers() and so process all the pending DefaultChannelPipeline.callHandlerAdded0(AbstractChannelHandlerContext).
PendingHandlerRemovedTask(AbstractChannelHandlerContext) - Constructor for class io.netty.channel.DefaultChannelPipeline.PendingHandlerRemovedTask
 
pendingIterations - Variable in class io.netty.handler.codec.http2.DefaultHttp2Connection.ActiveStreams
 
pendingPromises - Variable in class io.netty.util.concurrent.PromiseAggregator
Deprecated.
 
PendingRegistrationPromise(Channel) - Constructor for class io.netty.bootstrap.AbstractBootstrap.PendingRegistrationPromise
 
pendingResponses - Variable in class io.netty.handler.codec.http.HttpServerKeepAliveHandler
 
pendingSize - Variable in class io.netty.channel.ChannelOutboundBuffer.Entry
 
pendingStatus(int) - Static method in class io.netty.handler.ssl.ReferenceCountedOpenSslEngine
 
PendingStream(ChannelHandlerContext, int) - Constructor for class io.netty.handler.codec.http2.StreamBufferingEncoder.PendingStream
 
pendingStreams - Variable in class io.netty.handler.codec.http2.StreamBufferingEncoder
Buffer for any streams and corresponding frames that could not be created due to the maximum concurrent stream limit being hit.
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 - Variable in class io.netty.util.HashedWheelTimer
 
pendingTimeouts() - Method in class io.netty.util.HashedWheelTimer
Returns the number of pending timeouts of this Timer.
pendingUnencryptedWrites - Variable in class io.netty.handler.ssl.SslHandler
 
pendingWakeup - Variable in class io.netty.channel.epoll.EpollEventLoop
 
PendingWrite - Class in io.netty.util.internal
Some pending write which should be picked up later.
PendingWrite(SpdyDataFrame, ChannelPromise) - Constructor for class io.netty.handler.codec.spdy.SpdySession.PendingWrite
 
PendingWrite(ObjectPool.Handle<PendingWriteQueue.PendingWrite>) - Constructor for class io.netty.channel.PendingWriteQueue.PendingWrite
 
PendingWrite(ObjectPool.Handle<PendingWrite>) - Constructor for class io.netty.util.internal.PendingWrite
 
PendingWrite(Object, ChannelPromise) - Constructor for class io.netty.handler.stream.ChunkedWriteHandler.PendingWrite
 
pendingWriteQueue - Variable in class io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController.FlowState
 
pendingWriteQueue - Variable in class io.netty.handler.codec.spdy.SpdySession.StreamState
 
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
 
PendingWriteQueue.PendingWrite - Class in io.netty.channel
Holds all meta-data and construct the linked-list structure.
pendingWrites - Variable in class io.netty.handler.proxy.ProxyHandler
 
percentEncodings - Static variable in class io.netty.handler.codec.http.multipart.HttpPostRequestEncoder
 
PerChannel() - Constructor for class io.netty.handler.traffic.GlobalChannelTrafficShapingHandler.PerChannel
 
PerChannel() - Constructor for class io.netty.handler.traffic.GlobalTrafficShapingHandler.PerChannel
 
performMasking - Variable in class io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker07
 
performMasking - Variable in class io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker08
 
performMasking - Variable in class io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker13
 
performMasking - Variable in class io.netty.handler.codec.http.websocketx.WebSocketClientProtocolConfig.Builder
 
performMasking - Variable in class io.netty.handler.codec.http.websocketx.WebSocketClientProtocolConfig
 
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.
PerFrameDeflateDecoder - Class in io.netty.handler.codec.http.websocketx.extensions.compression
Per-frame implementation of deflate decompressor.
PerFrameDeflateDecoder(boolean) - Constructor for class io.netty.handler.codec.http.websocketx.extensions.compression.PerFrameDeflateDecoder
Constructor
PerFrameDeflateDecoder(boolean, WebSocketExtensionFilter) - Constructor for class io.netty.handler.codec.http.websocketx.extensions.compression.PerFrameDeflateDecoder
Constructor
PerFrameDeflateEncoder - Class in io.netty.handler.codec.http.websocketx.extensions.compression
Per-frame implementation of deflate compressor.
PerFrameDeflateEncoder(int, int, boolean) - Constructor for class io.netty.handler.codec.http.websocketx.extensions.compression.PerFrameDeflateEncoder
Constructor
PerFrameDeflateEncoder(int, int, boolean, WebSocketExtensionFilter) - Constructor for class io.netty.handler.codec.http.websocketx.extensions.compression.PerFrameDeflateEncoder
Constructor
periodNanos - Variable in class io.netty.util.concurrent.ScheduledFutureTask
 
PERMANENT_REDIRECT - Static variable in class io.netty.handler.codec.http.HttpResponseStatus
308 Permanent Redirect (RFC7538)
PERMESSAGE_DEFLATE_EXTENSION - Static variable in class io.netty.handler.codec.http.websocketx.extensions.compression.PerMessageDeflateServerExtensionHandshaker
 
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
Constructor with default configuration.
PerMessageDeflateClientExtensionHandshaker(int, boolean, int, boolean, boolean) - 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
Constructor with custom configuration.
PerMessageDeflateClientExtensionHandshaker.PermessageDeflateExtension - Class in io.netty.handler.codec.http.websocketx.extensions.compression
 
PerMessageDeflateDecoder - Class in io.netty.handler.codec.http.websocketx.extensions.compression
Per-message implementation of deflate decompressor.
PerMessageDeflateDecoder(boolean) - Constructor for class io.netty.handler.codec.http.websocketx.extensions.compression.PerMessageDeflateDecoder
Constructor
PerMessageDeflateDecoder(boolean, WebSocketExtensionFilter) - Constructor for class io.netty.handler.codec.http.websocketx.extensions.compression.PerMessageDeflateDecoder
Constructor
PerMessageDeflateEncoder - Class in io.netty.handler.codec.http.websocketx.extensions.compression
Per-message implementation of deflate compressor.
PerMessageDeflateEncoder(int, int, boolean) - Constructor for class io.netty.handler.codec.http.websocketx.extensions.compression.PerMessageDeflateEncoder
Constructor
PerMessageDeflateEncoder(int, int, boolean, WebSocketExtensionFilter) - Constructor for class io.netty.handler.codec.http.websocketx.extensions.compression.PerMessageDeflateEncoder
Constructor
PermessageDeflateExtension(boolean, int, boolean, int, WebSocketExtensionFilterProvider) - Constructor for class io.netty.handler.codec.http.websocketx.extensions.compression.PerMessageDeflateClientExtensionHandshaker.PermessageDeflateExtension
 
PermessageDeflateExtension(int, boolean, int, boolean, int, WebSocketExtensionFilterProvider) - Constructor for class io.netty.handler.codec.http.websocketx.extensions.compression.PerMessageDeflateServerExtensionHandshaker.PermessageDeflateExtension
 
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
Constructor with default configuration.
PerMessageDeflateServerExtensionHandshaker(int, boolean, int, boolean, boolean) - 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
Constructor with custom configuration.
PerMessageDeflateServerExtensionHandshaker.PermessageDeflateExtension - Class in io.netty.handler.codec.http.websocketx.extensions.compression
 
permitBlockingCalls() - Method in class io.netty.util.concurrent.FastThreadLocalThread
Query whether this thread is allowed to perform blocking calls or not.
persist - Variable in class io.netty.handler.codec.spdy.DefaultSpdySettingsFrame.Setting
 
persisted - Variable in class io.netty.handler.codec.spdy.DefaultSpdySettingsFrame.Setting
 
persistentConnection - Variable in class io.netty.handler.codec.http.HttpServerKeepAliveHandler
 
pid - Variable in class io.netty.channel.unix.PeerCredentials
 
pid() - Method in class io.netty.channel.unix.PeerCredentials
Get the PID of the peer process.
pinEventExecutor - Variable in class io.netty.channel.DefaultChannelConfig
 
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
 
pings - Variable in class io.netty.handler.codec.spdy.SpdySessionHandler
 
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.
pinnedBytes - Variable in class io.netty.buffer.PoolChunk
Accounting of pinned memory – memory that is currently in use by ByteBuf instances.
pinnedBytes() - Method in class io.netty.buffer.PoolChunk
 
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 -1 if 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 -1 if unknown.
pinnedMemory(PoolArena<?>[]) - Static method in class io.netty.buffer.PooledByteBufAllocator
 
pipe() - Static method in class io.netty.channel.unix.FileDescriptor
 
pipeIn - Variable in class io.netty.channel.epoll.AbstractEpollStreamChannel
 
pipeline - Variable in class io.netty.channel.AbstractChannel
 
pipeline - Variable in class io.netty.channel.AbstractChannelHandlerContext
 
pipeline - Variable in class io.netty.channel.PendingBytesTracker.DefaultChannelPipelinePendingBytesTracker
 
pipeline - Variable in class io.netty.handler.codec.http2.AbstractHttp2StreamChannel
 
pipeline() - Method in class io.netty.channel.AbstractChannel
 
pipeline() - Method in class io.netty.channel.AbstractChannelHandlerContext
 
pipeline() - Method in interface io.netty.channel.Channel
Return the assigned ChannelPipeline.
pipeline() - Method in interface io.netty.channel.ChannelHandlerContext
Return the assigned ChannelPipeline
pipeline() - Method in class io.netty.channel.CombinedChannelDuplexHandler.DelegatingChannelHandlerContext
 
pipeline() - Method in class io.netty.handler.codec.http2.AbstractHttp2StreamChannel
 
pipeOut - Variable in class io.netty.channel.epoll.AbstractEpollStreamChannel
 
PKCS8_FORMAT - Static variable in class io.netty.handler.ssl.PemPrivateKey
 
PLATFORM_UNSUPPORTED - Static variable in class io.netty.channel.kqueue.AcceptFilter
 
platformDefault() - Static method in class io.netty.resolver.dns.DnsServerAddressStreamProviders
A DnsServerAddressStreamProvider which 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.Unsafe object.
PlatformDependent() - Constructor for class io.netty.util.internal.PlatformDependent
 
PlatformDependent.AtomicLongCounter - Class in io.netty.util.internal
 
PlatformDependent.Mpsc - Class in io.netty.util.internal
 
PlatformDependent.ThreadLocalRandomProvider - Interface in io.netty.util.internal
 
PlatformDependent0 - Class in io.netty.util.internal
The PlatformDependent operations which requires access to sun.misc.*.
PlatformDependent0() - Constructor for class io.netty.util.internal.PlatformDependent0
 
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
 
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.buffer.IntPriorityQueue
 
poll() - Method in class io.netty.handler.codec.http2.MaxCapacityQueue
 
poll() - Method in class io.netty.util.internal.DefaultPriorityQueue
 
poll() - Method in class io.netty.util.internal.EmptyPriorityQueue
 
poll() - Method in class io.netty.util.Recycler.BlockingMessageQueue
 
poll(Queue<Object>) - Static method in class io.netty.channel.embedded.EmbeddedChannel
 
pollChannel() - Method in class io.netty.channel.pool.SimpleChannelPool
Poll a Channel out of the internal storage to reuse it.
pollPseudoTimeQueue() - Method in class io.netty.handler.codec.http2.WeightedFairQueueByteDistributor.State
Must only be called if the pseudoTimeQueue is non-empty!
pollQueuedMessage() - Method in class io.netty.handler.codec.http2.AbstractHttp2StreamChannel.Http2ChannelUnsafe
 
pollScheduledTask() - Method in class io.netty.util.concurrent.AbstractScheduledEventExecutor
 
pollScheduledTask(long) - Method in class io.netty.util.concurrent.AbstractScheduledEventExecutor
Return the Runnable which is ready to be executed with the given nanoTime.
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
 
pollTimeout() - Method in class io.netty.util.HashedWheelTimer.HashedWheelBucket
 
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.
pool - Static variable in class io.netty.channel.ChannelOption
 
pool - Static variable in class io.netty.handler.ssl.SslContextOption
 
pool - Static variable in class io.netty.util.AttributeKey
 
pool - Static variable in error io.netty.util.Signal
 
POOL_KEY - Static variable in class io.netty.channel.pool.SimpleChannelPool
 
PoolArena<T> - Class in io.netty.buffer
 
PoolArena(PooledByteBufAllocator, int, int, int, int) - Constructor for class io.netty.buffer.PoolArena
 
PoolArena.DirectArena - Class in io.netty.buffer
 
PoolArena.HeapArena - Class in io.netty.buffer
 
PoolArena.SizeClass - Enum in io.netty.buffer
 
PoolArenaMetric - Interface in io.netty.buffer
Expose metrics for an arena.
PoolChunk<T> - Class in io.netty.buffer
Description of algorithm for PageRun/PoolSubpage allocation from PoolChunk Notation: The following terms are important to understand the code > page - a page is the smallest unit of memory chunk that can be allocated > run - a run is a collection of pages > chunk - a chunk is a collection of runs > in this code chunkSize = maxPages * pageSize To begin we allocate a byte array of size = chunkSize Whenever a ByteBuf of given size needs to be created we search for the first position in the byte array that has enough empty space to accommodate the requested size and return a (long) handle that encodes this offset information, (this memory segment is then marked as reserved so it is always used by exactly one ByteBuf and no more) For simplicity all sizes are normalized according to SizeClasses.size2SizeIdx(int) method.
PoolChunk(PoolArena<T>, Object, T, int) - Constructor for class io.netty.buffer.PoolChunk
Creates a special chunk that is not pooled.
PoolChunk(PoolArena<T>, Object, T, int, int, int, int) - Constructor for class io.netty.buffer.PoolChunk
 
PoolChunkList<T> - Class in io.netty.buffer
 
PoolChunkList(PoolArena<T>, PoolChunkList<T>, int, int, int) - Constructor for class io.netty.buffer.PoolChunkList
 
PoolChunkListMetric - Interface in io.netty.buffer
Metrics for a list of chunks.
PoolChunkMetric - Interface in io.netty.buffer
Metrics for a chunk.
poolCloseAsyncIfSupported(ChannelPool) - Static method in class io.netty.channel.pool.AbstractChannelPoolMap
If the pool implementation supports asynchronous close, then use it to avoid a blocking close call in case the ChannelPoolMap operations are called from an EventLoop.
PooledByteBuf<T> - Class in io.netty.buffer
 
PooledByteBuf(ObjectPool.Handle<? extends PooledByteBuf<T>>, int) - Constructor for class io.netty.buffer.PooledByteBuf
 
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
 
PooledByteBufAllocator.PoolThreadLocalCache - Class in io.netty.buffer
 
PooledByteBufAllocatorMetric - Class in io.netty.buffer
Exposed metric for PooledByteBufAllocator.
PooledByteBufAllocatorMetric(PooledByteBufAllocator) - Constructor for class io.netty.buffer.PooledByteBufAllocatorMetric
 
PooledDirectByteBuf - Class in io.netty.buffer
 
PooledDirectByteBuf(ObjectPool.Handle<PooledDirectByteBuf>, int) - Constructor for class io.netty.buffer.PooledDirectByteBuf
 
PooledDuplicatedByteBuf - Class in io.netty.buffer
 
PooledDuplicatedByteBuf(ObjectPool.Handle<PooledDuplicatedByteBuf>) - Constructor for class io.netty.buffer.PooledDuplicatedByteBuf
 
pooledHandles - Variable in class io.netty.util.Recycler.LocalPool
 
PooledHeapByteBuf - Class in io.netty.buffer
 
PooledHeapByteBuf(ObjectPool.Handle<? extends PooledHeapByteBuf>, int) - Constructor for class io.netty.buffer.PooledHeapByteBuf
 
PooledNonRetainedDuplicateByteBuf(ByteBuf, AbstractByteBuf) - Constructor for class io.netty.buffer.AbstractPooledDerivedByteBuf.PooledNonRetainedDuplicateByteBuf
 
PooledNonRetainedSlicedByteBuf(ByteBuf, AbstractByteBuf, int, int) - Constructor for class io.netty.buffer.AbstractPooledDerivedByteBuf.PooledNonRetainedSlicedByteBuf
 
PooledSlicedByteBuf - Class in io.netty.buffer
 
PooledSlicedByteBuf(ObjectPool.Handle<PooledSlicedByteBuf>) - Constructor for class io.netty.buffer.PooledSlicedByteBuf
 
PooledUnsafeDirectByteBuf - Class in io.netty.buffer
 
PooledUnsafeDirectByteBuf(ObjectPool.Handle<PooledUnsafeDirectByteBuf>, int) - Constructor for class io.netty.buffer.PooledUnsafeDirectByteBuf
 
PooledUnsafeHeapByteBuf - Class in io.netty.buffer
 
PooledUnsafeHeapByteBuf(ObjectPool.Handle<PooledUnsafeHeapByteBuf>, int) - Constructor for class io.netty.buffer.PooledUnsafeHeapByteBuf
 
poolId - Static variable in class io.netty.util.concurrent.DefaultThreadFactory
 
PoolSubpage<T> - Class in io.netty.buffer
 
PoolSubpage(int) - Constructor for class io.netty.buffer.PoolSubpage
Special constructor that creates a linked list head
PoolSubpage(PoolSubpage<T>, PoolChunk<T>, int, int, int, int) - Constructor for class io.netty.buffer.PoolSubpage
 
PoolSubpageMetric - Interface in io.netty.buffer
Metrics for a sub-page.
PoolThreadCache - Class in io.netty.buffer
Acts a Thread cache for allocations.
PoolThreadCache(PoolArena<byte[]>, PoolArena<ByteBuffer>, int, int, int, int, boolean) - Constructor for class io.netty.buffer.PoolThreadCache
 
PoolThreadCache.FreeOnFinalize - Class in io.netty.buffer
 
PoolThreadCache.MemoryRegionCache<T> - Class in io.netty.buffer
 
PoolThreadCache.MemoryRegionCache.Entry<T> - Class in io.netty.buffer
 
PoolThreadCache.NormalMemoryRegionCache<T> - Class in io.netty.buffer
Cache used for buffers which are backed by NORMAL size.
PoolThreadCache.SubPageMemoryRegionCache<T> - Class in io.netty.buffer
Cache used for buffers which are backed by TINY or SMALL size.
PoolThreadLocalCache(boolean) - Constructor for class io.netty.buffer.PooledByteBufAllocator.PoolThreadLocalCache
 
port - Variable in class io.netty.channel.epoll.VSockAddress
 
port - Variable in class io.netty.handler.codec.http.HttpScheme
 
port - Variable in class io.netty.handler.codec.http.websocketx.WebSocketScheme
 
port - Variable in class io.netty.handler.codec.socks.SocksCmdRequest
 
port - Variable in class io.netty.handler.codec.socks.SocksCmdResponse
 
port - Variable in class io.netty.handler.ssl.OpenSslClientSessionCache.HostPort
 
port - Variable in class io.netty.resolver.dns.macos.DnsResolver
 
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() - Method in class io.netty.resolver.dns.macos.DnsResolver
 
PORT - Static variable in class io.netty.handler.codec.http.CookieDecoder
Deprecated.
 
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"
PORT_ROW_LABEL - Static variable in class io.netty.resolver.dns.UnixResolverDnsServerAddressStreamProvider
 
ports - Variable in class io.netty.handler.codec.http.DefaultCookie
Deprecated.
 
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.
portStringToInt(String) - Static method in class io.netty.handler.codec.haproxy.HAProxyMessage
Convert port to integer
pos - Variable in class io.netty.handler.codec.http.multipart.HttpPostBodyUtil.SeekAheadOptimize
 
pos - Variable in class io.netty.util.internal.AppendableCharSequence
 
pos - Variable in class io.netty.util.ResourceLeakDetector.TraceRecord
 
position - Variable in class io.netty.channel.DefaultFileRegion
 
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.
POSITIVE_LONG_MAX_LENGTH - Static variable in class io.netty.handler.codec.redis.RedisConstants
 
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.
POST_AS_INT - Static variable in class io.netty.handler.codec.http.HttpRequestDecoder
 
postfix - Static variable in class io.netty.handler.codec.http.multipart.DiskAttribute
 
postfix - Static variable in class io.netty.handler.codec.http.multipart.DiskFileUpload
 
PowerOfTwoEventExecutorChooser(EventExecutor[]) - Constructor for class io.netty.util.concurrent.DefaultEventExecutorChooserFactory.PowerOfTwoEventExecutorChooser
 
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
 
PREAMBLE_NOT_FULL - Static variable in class io.netty.handler.codec.compression.Snappy
 
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
 
PrefaceDecoder(ChannelHandlerContext) - Constructor for class io.netty.handler.codec.http2.Http2ConnectionHandler.PrefaceDecoder
 
PrefaceFrameListener() - Constructor for class io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder.PrefaceFrameListener
 
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 SETTINGS frame was received from the remote endpoint.
prefaceSent - Variable in class io.netty.handler.codec.http2.Http2ConnectionHandler.PrefaceDecoder
 
prefaceSent() - Method in class io.netty.handler.codec.http2.Http2ConnectionHandler.BaseDecoder
Determine if the HTTP/2 connection preface been sent.
prefaceSent() - Method in class io.netty.handler.codec.http2.Http2ConnectionHandler.PrefaceDecoder
 
prefaceSent() - Method in class io.netty.handler.codec.http2.Http2ConnectionHandler
 
preferDirect - Variable in class io.netty.handler.codec.MessageToByteEncoder
 
PreferHeapByteBufAllocator - Class in io.netty.channel
Wraps another ByteBufAllocator and use heapbuffers everywhere except when a direct buffer is explicit requested.
PreferHeapByteBufAllocator(ByteBufAllocator) - Constructor for class io.netty.channel.PreferHeapByteBufAllocator
 
preferredAddressType - Variable in class io.netty.resolver.dns.DnsNameResolver
 
preferredAddressType - Variable in class io.netty.resolver.dns.NameServerComparator
 
preferredAddressType - Variable in class io.netty.resolver.dns.PreferredAddressTypeComparator
 
preferredAddressType() - Method in class io.netty.resolver.dns.DnsNameResolver
 
preferredAddressType(ResolvedAddressTypes) - Static method in class io.netty.resolver.dns.DnsNameResolver
 
PreferredAddressTypeComparator - Class in io.netty.resolver.dns
 
PreferredAddressTypeComparator(Class<? extends InetAddress>) - Constructor for class io.netty.resolver.dns.PreferredAddressTypeComparator
 
preferredClientNoContext - Variable in class io.netty.handler.codec.http.websocketx.extensions.compression.PerMessageDeflateServerExtensionHandshaker
 
preferredClientWindowSize - Variable in class io.netty.handler.codec.http.websocketx.extensions.compression.PerMessageDeflateServerExtensionHandshaker
 
preferredDirectByteBufAllocator - Variable in class io.netty.channel.epoll.EpollRecvByteAllocatorHandle
 
preferredDirectByteBufAllocator - Variable in class io.netty.channel.kqueue.KQueueRecvByteAllocatorHandle
 
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 - Variable in class io.netty.util.concurrent.DefaultThreadFactory
 
PREFIX_MASK - Static variable in class io.netty.handler.codec.dns.DefaultDnsRecordEncoder
 
prefixToSubnetMask(int) - Static method in class io.netty.handler.ipfilter.IpSubnetFilterRule.Ip4SubnetFilterRule
 
prefixToSubnetMask(int) - Static method in class io.netty.handler.ipfilter.IpSubnetFilterRule.Ip6SubnetFilterRule
 
preflightHeaders - Variable in class io.netty.handler.codec.http.cors.CorsConfig
 
preflightHeaders - Variable in class io.netty.handler.codec.http.cors.CorsConfigBuilder
 
preflightResponseHeader(CharSequence, Iterable<T>) - Method in class io.netty.handler.codec.http.cors.CorsConfig.Builder
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
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
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 CodecException which is thrown when a Channel is closed unexpectedly before the codec finishes handling the current message, such as missing response while waiting for a request.
PrematureChannelClosureException() - Constructor for exception io.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.
prepareToClose() - Method in class io.netty.channel.epoll.AbstractEpollStreamChannel.EpollStreamUnsafe
 
prepareToClose() - Method in class io.netty.channel.epoll.EpollSocketChannel.EpollSocketChannelUnsafe
 
prepareToClose() - Method in class io.netty.channel.kqueue.AbstractKQueueStreamChannel.KQueueStreamUnsafe
 
prepareToClose() - Method in class io.netty.channel.kqueue.KQueueSocketChannel.KQueueSocketChannelUnsafe
 
prepareToClose() - Method in class io.netty.channel.socket.nio.NioSocketChannel.NioSocketChannelUnsafe
 
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.UpgradeCodec can send an initial greeting (if any).
prepareUpgradeResponse(ChannelHandlerContext, FullHttpRequest, HttpHeaders) - Method in interface io.netty.handler.codec.http.HttpServerUpgradeHandler.UpgradeCodec
Prepares the upgradeHeaders for a protocol update based upon the contents of upgradeRequest.
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 ByteBuf that is easy to read by humans.
prettyHexDump(ByteBuf, int, int) - Static method in class io.netty.buffer.ByteBufUtil.HexUtil
 
prettyHexDump(ByteBuf, int, int) - Static method in class io.netty.buffer.ByteBufUtil
Returns a multi-line hexadecimal dump of the specified ByteBuf that is easy to read by humans, starting at the given offset using the given length.
prev - Variable in class io.netty.buffer.PoolChunk
 
prev - Variable in class io.netty.buffer.PoolSubpage
 
prev - Variable in class io.netty.channel.AbstractChannelHandlerContext
 
prev - Variable in class io.netty.handler.timeout.WriteTimeoutHandler.WriteTimeoutTask
 
prev - Variable in class io.netty.util.HashedWheelTimer.HashedWheelTimeout
 
prevIndex - Variable in class io.netty.util.collection.ByteObjectHashMap.PrimitiveIterator
 
prevIndex - Variable in class io.netty.util.collection.CharObjectHashMap.PrimitiveIterator
 
prevIndex - Variable in class io.netty.util.collection.IntObjectHashMap.PrimitiveIterator
 
prevIndex - Variable in class io.netty.util.collection.LongObjectHashMap.PrimitiveIterator
 
prevIndex - Variable in class io.netty.util.collection.ShortObjectHashMap.PrimitiveIterator
 
previous - Variable in class io.netty.handler.codec.DefaultHeaders.ValueIterator
 
previousType - Variable in class io.netty.handler.codec.http2.HpackDecoder.Http2HeadersSink
 
prevList - Variable in class io.netty.buffer.PoolChunkList
 
prevList(PoolChunkList<T>) - Method in class io.netty.buffer.PoolChunkList
 
PrimitiveIterator() - Constructor for class io.netty.util.collection.ByteObjectHashMap.PrimitiveIterator
 
PrimitiveIterator() - Constructor for class io.netty.util.collection.CharObjectHashMap.PrimitiveIterator
 
PrimitiveIterator() - Constructor for class io.netty.util.collection.IntObjectHashMap.PrimitiveIterator
 
PrimitiveIterator() - Constructor for class io.netty.util.collection.LongObjectHashMap.PrimitiveIterator
 
PrimitiveIterator() - Constructor for class io.netty.util.collection.ShortObjectHashMap.PrimitiveIterator
 
priority - Variable in class io.netty.handler.codec.spdy.DefaultSpdySynStreamFrame
 
priority - Variable in class io.netty.handler.codec.spdy.SpdySession.StreamState
 
priority - Variable in class io.netty.util.concurrent.DefaultThreadFactory
 
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 class io.netty.util.concurrent.SingleThreadEventExecutor.DefaultThreadProperties
 
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 node has 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.PRIORITY flag.
PriorityQueue<T> - Interface in io.netty.util.internal
 
priorityQueueIndex(DefaultPriorityQueue<?>) - Method in class io.netty.handler.codec.http2.WeightedFairQueueByteDistributor.State
 
priorityQueueIndex(DefaultPriorityQueue<?>) - Method in class io.netty.util.concurrent.ScheduledFutureTask
 
priorityQueueIndex(DefaultPriorityQueue<?>) - Method in interface io.netty.util.internal.PriorityQueueNode
Get the last value set by PriorityQueueNode.priorityQueueIndex(DefaultPriorityQueue, int) for the value corresponding to queue.
priorityQueueIndex(DefaultPriorityQueue<?>, int) - Method in class io.netty.handler.codec.http2.WeightedFairQueueByteDistributor.State
 
priorityQueueIndex(DefaultPriorityQueue<?>, int) - Method in class io.netty.util.concurrent.ScheduledFutureTask
 
priorityQueueIndex(DefaultPriorityQueue<?>, int) - Method in interface io.netty.util.internal.PriorityQueueNode
Used by DefaultPriorityQueue to maintain state for an element in the queue.
PriorityQueueIterator() - Constructor for class io.netty.util.internal.DefaultPriorityQueue.PriorityQueueIterator
 
PriorityQueueNode - Interface in io.netty.util.internal
Provides methods for DefaultPriorityQueue to maintain internal state.
PriorKnowledgeUpgradeEvent() - Constructor for class io.netty.handler.codec.http2.CleartextHttp2ServerUpgradeHandler.PriorKnowledgeUpgradeEvent
 
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 OpenSslPrivateKeyMethod to use.
privateKey - Variable in class io.netty.handler.ssl.DefaultOpenSslKeyMaterial
 
privateKey - Variable in class io.netty.handler.ssl.util.SelfSignedCertificate
 
privateKey() - Method in class io.netty.handler.ssl.util.SelfSignedCertificate
Returns the generated EC/RSA private key file in PEM format.
privateKeyAddress - Variable in class io.netty.handler.ssl.OpenSslPrivateKey
 
privateKeyAddress() - Method in class io.netty.handler.ssl.DefaultOpenSslKeyMaterial
 
privateKeyAddress() - Method in interface io.netty.handler.ssl.OpenSslKeyMaterial
Returns the pointer to the EVP_PKEY.
privateKeyAddress() - Method in class io.netty.handler.ssl.OpenSslPrivateKey.OpenSslPrivateKeyMaterial
 
privateKeyAddress() - Method in class io.netty.handler.ssl.OpenSslPrivateKey
 
PrivateKeyMethod(OpenSslEngineMap, OpenSslPrivateKeyMethod) - Constructor for class io.netty.handler.ssl.ReferenceCountedOpenSslContext.PrivateKeyMethod
 
probeNext(int) - Method in class io.netty.util.collection.ByteObjectHashMap
Get the next sequential index after index and wraps if necessary.
probeNext(int) - Method in class io.netty.util.collection.CharObjectHashMap
Get the next sequential index after index and wraps if necessary.
probeNext(int) - Method in class io.netty.util.collection.IntObjectHashMap
Get the next sequential index after index and wraps if necessary.
probeNext(int) - Method in class io.netty.util.collection.LongObjectHashMap
Get the next sequential index after index and wraps if necessary.
probeNext(int) - Method in class io.netty.util.collection.ShortObjectHashMap
Get the next sequential index after index and wraps if necessary.
probes() - Method in class io.netty.channel.epoll.EpollTcpInfo
 
process() - Method in interface io.netty.handler.codec.http2.DefaultHttp2Connection.Event
Trigger the original intention of this event.
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.handler.codec.base64.Base64.Decoder
 
process(byte) - Method in class io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder.UrlDecoder
 
process(byte) - Method in class io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder.UrlEncodedDetector
 
process(byte) - Method in class io.netty.handler.codec.http.websocketx.Utf8Validator
 
process(byte) - Method in class io.netty.handler.codec.http2.HpackHuffmanDecoder
This should never be called from anything but this class itself!
process(byte) - Method in class io.netty.handler.codec.http2.HpackHuffmanEncoder.EncodedLengthProcessor
 
process(byte) - Method in class io.netty.handler.codec.http2.HpackHuffmanEncoder.EncodeProcessor
 
process(byte) - Method in class io.netty.handler.codec.redis.RedisDecoder.ToPositiveLongProcessor
 
process(byte) - Method in class io.netty.handler.codec.stomp.StompSubframeDecoder.HeaderParser
 
process(byte) - Method in class io.netty.handler.codec.stomp.StompSubframeDecoder.Utf8LineParser
 
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_FHCRC - io.netty.handler.codec.compression.JdkZlibDecoder.GzipState
 
PROCESS_ID - Static variable in class io.netty.channel.DefaultChannelId
 
PROCESS_ID_LEN - Static variable in class io.netty.channel.DefaultChannelId
 
processCancelledTasks() - Method in class io.netty.util.HashedWheelTimer.Worker
 
processedWindow - Variable in class io.netty.handler.codec.http2.DefaultHttp2LocalFlowController.DefaultState
A view of DefaultHttp2LocalFlowController.DefaultState.window that is used to determine when to send WINDOW_UPDATE frames.
processFragment(boolean, ByteBuf, int, Http2FrameListener) - Method in class io.netty.handler.codec.http2.DefaultHttp2FrameReader.HeadersContinuation
Processes the next fragment for the current header block.
processGoAwayWriteResult(ChannelHandlerContext, int, long, ByteBuf, ChannelFuture) - Static method in class io.netty.handler.codec.http2.Http2ConnectionHandler
 
processHandlePid(ClassLoader) - Static method in class io.netty.channel.DefaultChannelId
 
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.
processHeadersEnd(ChannelHandlerContext, Http2Stream, FullHttpMessage, boolean) - Method in class io.netty.handler.codec.http2.InboundHttp2ToHttpAdapter
After HTTP/2 headers have been processed by InboundHttp2ToHttpAdapter.processHeadersBegin(io.netty.channel.ChannelHandlerContext, io.netty.handler.codec.http2.Http2Stream, io.netty.handler.codec.http2.Http2Headers, boolean, boolean, boolean) this method either sends the result up the pipeline or retains the message for future processing.
processHeaderState(ByteBuf) - Method in class io.netty.handler.codec.http2.DefaultHttp2FrameReader
 
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.epoll.NativeDatagramPacketArray.MyMessageProcessor
 
processMessage(Object) - Method in class io.netty.channel.unix.IovArray
 
processNibble(int) - Method in class io.netty.handler.codec.http2.HpackHuffmanDecoder
 
processor - Variable in class io.netty.channel.epoll.NativeDatagramPacketArray
 
Processor(byte[], int[]) - Constructor for class io.netty.buffer.search.KmpSearchProcessorFactory.Processor
 
Processor(int[], int[]) - Constructor for class io.netty.buffer.search.AhoCorasicSearchProcessorFactory.Processor
 
Processor(long[], long) - Constructor for class io.netty.buffer.search.BitapSearchProcessorFactory.Processor
 
processPacket(ChannelPipeline, EpollRecvByteAllocatorHandle, int, DatagramPacket) - Static method in class io.netty.channel.epoll.EpollDatagramChannel
 
processPacketList(ChannelPipeline, EpollRecvByteAllocatorHandle, int, RecyclableArrayList) - Static method in class io.netty.channel.epoll.EpollDatagramChannel
 
processPayloadState(ChannelHandlerContext, ByteBuf, Http2FrameListener) - Method in class io.netty.handler.codec.http2.DefaultHttp2FrameReader
 
processPendingReadCompleteQueue() - Method in class io.netty.handler.codec.http2.Http2MultiplexCodec
Deprecated.
 
processPendingReadCompleteQueue() - Method in class io.netty.handler.codec.http2.Http2MultiplexHandler
 
processReady(int) - Method in class io.netty.channel.kqueue.KQueueEventLoop
 
processReady(EpollEventArray, int) - Method in class io.netty.channel.epoll.EpollEventLoop
 
processRstStreamWriteResult(ChannelHandlerContext, Http2Stream, ChannelFuture) - Method in class io.netty.handler.codec.http2.Http2ConnectionHandler
 
processSelectedKey(SelectionKey, AbstractNioChannel) - Method in class io.netty.channel.nio.NioEventLoop
 
processSelectedKey(SelectionKey, NioTask<SelectableChannel>) - Static method in class io.netty.channel.nio.NioEventLoop
 
processSelectedKeys() - Method in class io.netty.channel.nio.NioEventLoop
 
processSelectedKeysOptimized() - Method in class io.netty.channel.nio.NioEventLoop
 
processSelectedKeysPlain(Set<SelectionKey>) - Method in class io.netty.channel.nio.NioEventLoop
 
progress - Variable in class io.netty.channel.ChannelOutboundBuffer.Entry
 
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 ChannelPromise of the current message about writing progress.
progress(long, long) - Method in class io.netty.handler.stream.ChunkedWriteHandler.PendingWrite
 
ProgressiveFuture<V> - Interface in io.netty.util.concurrent
A Future which is used to indicate the progress of an operation.
progressiveListeners() - Method in class io.netty.util.concurrent.DefaultPromise
ProgressivePromise<V> - Interface in io.netty.util.concurrent
Special ProgressiveFuture which is writable.
progressiveSize - Variable in class io.netty.util.concurrent.DefaultFutureListeners
 
progressiveSize() - Method in class io.netty.util.concurrent.DefaultFutureListeners
 
promise - Variable in class io.netty.channel.AbstractChannelHandlerContext.WriteTask
 
promise - Variable in class io.netty.channel.ChannelOutboundBuffer.Entry
 
promise - Variable in class io.netty.channel.epoll.AbstractEpollStreamChannel.SpliceFdTask
 
promise - Variable in class io.netty.channel.epoll.AbstractEpollStreamChannel.SpliceInTask
 
promise - Variable in class io.netty.channel.PendingWriteQueue.PendingWrite
 
promise - Variable in class io.netty.channel.pool.FixedChannelPool.AcquireTask
 
promise - Variable in class io.netty.handler.codec.http2.DefaultHttp2ConnectionEncoder.FlowControlledBase
 
promise - Variable in class io.netty.handler.codec.http2.Http2CodecUtil.SimpleChannelPromiseAggregator
 
promise - Variable in class io.netty.handler.codec.http2.Http2ConnectionHandler.ClosingChannelFutureListener
 
promise - Variable in class io.netty.handler.codec.http2.StreamBufferingEncoder.Frame
 
promise - Variable in class io.netty.handler.codec.spdy.SpdySession.PendingWrite
 
promise - Variable in class io.netty.handler.codec.spdy.SpdySessionHandler.ClosingChannelFutureListener
 
promise - Variable in class io.netty.handler.stream.ChunkedWriteHandler.PendingWrite
 
promise - Variable in class io.netty.handler.timeout.WriteTimeoutHandler.WriteTimeoutTask
 
promise - Variable in class io.netty.handler.traffic.ChannelTrafficShapingHandler.ToSend
 
promise - Variable in class io.netty.handler.traffic.GlobalChannelTrafficShapingHandler.ToSend
 
promise - Variable in class io.netty.handler.traffic.GlobalTrafficShapingHandler.ToSend
 
promise - Variable in class io.netty.resolver.dns.DnsQueryContext
 
promise - Variable in class io.netty.util.concurrent.UnaryPromiseNotifier
Deprecated.
 
promise - Variable in class io.netty.util.internal.PendingWrite
 
promise() - Method in class io.netty.channel.ChannelFlushPromiseNotifier.DefaultFlushCheckpoint
 
promise() - Method in interface io.netty.channel.ChannelFlushPromiseNotifier.FlushCheckpoint
 
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 Future which is writable.
PromiseAggregator<V,​F extends Future<V>> - Class in io.netty.util.concurrent
Deprecated.
Use PromiseCombiner(EventExecutor). GenericFutureListener implementation which consolidates multiple Futures into one, by listening to individual Futures and producing an aggregated result (success/failure) when all Futures 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 EventExecutor to use for notifications.
promisedRequestVerifier - Variable in class io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
 
promisedRequestVerifier() - Method in class io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
promisedRequestVerifier(Http2PromisedRequestVerifier) - Method in class io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
promisedStreamId - Variable in class io.netty.handler.codec.http2.DefaultHttp2PushPromiseFrame
 
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.
PromiseNotificationUtil() - Constructor for class io.netty.util.internal.PromiseNotificationUtil
 
PromiseNotifier<V,​F extends Future<V>> - Class in io.netty.util.concurrent
GenericFutureListener implementation which takes other Promises 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.
promises - Variable in class io.netty.util.concurrent.PromiseNotifier
 
PromiseTask<V> - Class in io.netty.util.concurrent
 
PromiseTask(EventExecutor, Runnable) - Constructor for class io.netty.util.concurrent.PromiseTask
 
PromiseTask(EventExecutor, Runnable, V) - Constructor for class io.netty.util.concurrent.PromiseTask
 
PromiseTask(EventExecutor, Callable<V>) - Constructor for class io.netty.util.concurrent.PromiseTask
 
PromiseTask.RunnableAdapter<T> - Class in io.netty.util.concurrent
 
PromiseTask.SentinelRunnable - Class in io.netty.util.concurrent
 
PROP_ACQUIRE_AND_RELEASE_ONLY - Static variable in class io.netty.buffer.AdvancedLeakAwareByteBuf
 
PROP_BUILD_DATE - Static variable in class io.netty.util.Version
 
PROP_CHECK_ACCESSIBLE - Static variable in class io.netty.buffer.AbstractByteBuf
 
PROP_CHECK_BOUNDS - Static variable in class io.netty.buffer.AbstractByteBuf
 
PROP_COMMIT_DATE - Static variable in class io.netty.util.Version
 
PROP_LEVEL - Static variable in class io.netty.util.ResourceLeakDetector
 
PROP_LEVEL_OLD - Static variable in class io.netty.util.ResourceLeakDetector
 
PROP_LONG_COMMIT_HASH - Static variable in class io.netty.util.Version
 
PROP_REPO_STATUS - Static variable in class io.netty.util.Version
 
PROP_SAMPLING_INTERVAL - Static variable in class io.netty.util.ResourceLeakDetector
 
PROP_SHORT_COMMIT_HASH - Static variable in class io.netty.util.Version
 
PROP_TARGET_RECORDS - Static variable in class io.netty.util.ResourceLeakDetector
 
PROP_VERSION - Static variable in class io.netty.util.Version
 
propagateSettings - Variable in class io.netty.handler.codec.http2.AbstractInboundHttp2ToHttpAdapterBuilder
 
propagateSettings - Variable in class io.netty.handler.codec.http2.InboundHttp2ToHttpAdapter
 
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 - Variable in class io.netty.handler.codec.http2.DefaultHttp2Connection.DefaultStream
 
properties - Variable in class io.netty.handler.codec.mqtt.MqttConnAckVariableHeader
 
properties - Variable in class io.netty.handler.codec.mqtt.MqttConnectVariableHeader
 
properties - Variable in class io.netty.handler.codec.mqtt.MqttMessageBuilders.AuthBuilder
 
properties - Variable in class io.netty.handler.codec.mqtt.MqttMessageBuilders.ConnAckBuilder
 
properties - Variable in class io.netty.handler.codec.mqtt.MqttMessageBuilders.ConnectBuilder
 
properties - Variable in class io.netty.handler.codec.mqtt.MqttMessageBuilders.DisconnectBuilder
 
properties - Variable in class io.netty.handler.codec.mqtt.MqttMessageBuilders.PubAckBuilder
 
properties - Variable in class io.netty.handler.codec.mqtt.MqttMessageBuilders.SubAckBuilder
 
properties - Variable in class io.netty.handler.codec.mqtt.MqttMessageBuilders.SubscribeBuilder
 
properties - Variable in class io.netty.handler.codec.mqtt.MqttMessageBuilders.UnsubAckBuilder
 
properties - Variable in class io.netty.handler.codec.mqtt.MqttMessageBuilders.UnsubscribeBuilder
 
properties - Variable in class io.netty.handler.codec.mqtt.MqttMessageIdAndPropertiesVariableHeader
 
properties - Variable in class io.netty.handler.codec.mqtt.MqttPublishVariableHeader
 
properties - Variable in class io.netty.handler.codec.mqtt.MqttPubReplyMessageVariableHeader
 
properties - Variable in class io.netty.handler.codec.mqtt.MqttReasonCodeAndPropertiesVariableHeader
 
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
 
PROPERTIES_UPDATER - Static variable in class io.netty.util.concurrent.SingleThreadEventExecutor
 
propertyId - Variable in class io.netty.handler.codec.mqtt.MqttProperties.MqttProperty
 
propertyId() - Method in class io.netty.handler.codec.mqtt.MqttProperties.MqttProperty
Get MQTT property ID
propertyKey - Variable in class io.netty.handler.codec.http2.CompressorHttp2ConnectionEncoder
 
propertyKey - Variable in class io.netty.handler.codec.http2.DelegatingDecompressorFrameListener
 
propertyKeyRegistry - Variable in class io.netty.handler.codec.http2.DefaultHttp2Connection
 
PropertyKeyRegistry() - Constructor for class io.netty.handler.codec.http2.DefaultHttp2Connection.PropertyKeyRegistry
 
PropertyMap() - Constructor for class io.netty.handler.codec.http2.DefaultHttp2Connection.DefaultStream.PropertyMap
 
props - Variable in class io.netty.handler.codec.mqtt.MqttProperties
 
propsBuilder - Variable in class io.netty.handler.codec.mqtt.MqttMessageBuilders.ConnAckBuilder
 
protocol - Variable in class io.netty.handler.codec.http.HttpServerUpgradeHandler.UpgradeEvent
 
protocol - Variable in class io.netty.handler.proxy.ProxyConnectionEvent
 
protocol - Variable in class io.netty.handler.ssl.ApplicationProtocolConfig
 
protocol - Variable in class io.netty.handler.ssl.ReferenceCountedOpenSslEngine.DefaultOpenSslSession
 
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.Protocol which should be used.
protocol() - Method in class io.netty.handler.ssl.OpenSslDefaultApplicationProtocolNegotiator
Deprecated.
 
protocol() - Method in class io.netty.handler.ssl.OpenSslNpnApplicationProtocolNegotiator
Deprecated.
 
protocol() - Method in class io.netty.resolver.dns.DatagramDnsQueryContext
 
protocol() - Method in class io.netty.resolver.dns.DnsQueryContext
Returns the protocol that is used for the query.
protocol() - Method in class io.netty.resolver.dns.TcpDnsQueryContext
 
Protocol() - Constructor for enum io.netty.handler.ssl.ApplicationProtocolConfig.Protocol
 
PROTOCOL - io.netty.handler.codec.http2.Http2Headers.PseudoHeaderName
PROTOCOL - Static variable in class io.netty.handler.proxy.HttpProxyHandler
 
PROTOCOL - Static variable in class io.netty.handler.proxy.Socks4ProxyHandler
 
PROTOCOL - Static variable in class io.netty.handler.proxy.Socks5ProxyHandler
 
PROTOCOL - Static variable in class io.netty.handler.ssl.JdkSslContext
 
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_EXCEPTION - Static variable in class io.netty.handler.codec.spdy.SpdySessionHandler
 
ProtocolDetectionResult<T> - Class in io.netty.handler.codec
Result of detecting a protocol.
ProtocolDetectionResult(ProtocolDetectionState, T) - Constructor for class io.netty.handler.codec.ProtocolDetectionResult
 
ProtocolDetectionState - Enum in io.netty.handler.codec
The state of the current detection.
ProtocolDetectionState() - Constructor for enum io.netty.handler.codec.ProtocolDetectionState
 
ProtocolFamilyConverter - Class in io.netty.channel.socket.nio
Helper class which convert the InternetProtocolFamily.
ProtocolFamilyConverter() - Constructor for class io.netty.channel.socket.nio.ProtocolFamilyConverter
 
protocolLevel() - Method in enum io.netty.handler.codec.mqtt.MqttVersion
 
protocolListenerFactory() - Method in interface io.netty.handler.ssl.JdkApplicationProtocolNegotiator
Deprecated.
protocolListenerFactory() - Method in class io.netty.handler.ssl.JdkBaseApplicationProtocolNegotiator
 
protocolListenerFactory() - Method in class io.netty.handler.ssl.JdkDefaultApplicationProtocolNegotiator
 
protocolName - Variable in class io.netty.handler.codec.http.HttpVersion
 
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 - Variable in class io.netty.handler.ssl.JdkBaseApplicationProtocolNegotiator
 
protocols - Variable in class io.netty.handler.ssl.JdkSslContext
 
protocols - Variable in class io.netty.handler.ssl.OpenSslNpnApplicationProtocolNegotiator
Deprecated.
 
protocols - Variable in class io.netty.handler.ssl.ReferenceCountedOpenSslContext
 
protocols - Variable in class io.netty.handler.ssl.SslContextBuilder
 
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.JdkBaseApplicationProtocolNegotiator
 
protocols() - Method in class io.netty.handler.ssl.JdkDefaultApplicationProtocolNegotiator
 
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) - Static method in class io.netty.handler.ssl.OpenSsl
 
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.
protocolSelectorFactory() - Method in class io.netty.handler.ssl.JdkBaseApplicationProtocolNegotiator
 
protocolSelectorFactory() - Method in class io.netty.handler.ssl.JdkDefaultApplicationProtocolNegotiator
 
protocolVersion - Variable in class io.netty.handler.codec.haproxy.HAProxyMessage
 
protocolVersion - Variable in class io.netty.handler.codec.socks.SocksMessage
 
protocolVersion() - Method in class io.netty.handler.codec.haproxy.HAProxyMessage
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.http.HttpObjectAggregator.AggregatedFullHttpMessage
 
protocolVersion() - Method in class io.netty.handler.codec.http.multipart.HttpPostRequestEncoder.WrappedHttpRequest
 
protocolVersion() - Method in class io.netty.handler.codec.socks.SocksMessage
protocolVersion(MqttVersion) - Method in class io.netty.handler.codec.mqtt.MqttMessageBuilders.ConnectBuilder
 
protocolViolation(ChannelHandlerContext, ByteBuf, CorruptedWebSocketFrameException) - Method in class io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder
 
protocolViolation(ChannelHandlerContext, ByteBuf, WebSocketCloseStatus, String) - Method in class io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder
 
protocolViolation(ChannelHandlerContext, ByteBuf, String) - Method in class io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder
 
protocolViolation(ChannelHandlerContext, WebSocketFrame, CorruptedWebSocketFrameException) - Method in class io.netty.handler.codec.http.websocketx.Utf8FrameValidator
 
provider - Variable in class io.netty.channel.nio.NioEventLoop
 
provider - Variable in class io.netty.handler.ssl.OpenSslKeyMaterialManager
 
provider - Variable in class io.netty.handler.ssl.OpenSslSessionContext
 
provider - Variable in class io.netty.handler.ssl.SslContextBuilder
 
provider() - Method in class io.netty.channel.nio.SelectedSelectionKeySetSelector
 
PROVIDER - Static variable in class io.netty.handler.ssl.util.BouncyCastleSelfSignedCertGenerator
 
PROVIDER - Static variable in class io.netty.handler.ssl.util.SimpleKeyManagerFactory
 
PROVIDER - Static variable in class io.netty.handler.ssl.util.SimpleTrustManagerFactory
 
providerFactory - Variable in class io.netty.handler.ssl.OpenSslX509KeyManagerFactory.OpenSslKeyManagerFactorySpi
 
ProviderFactory(X509KeyManager, String, Iterable<String>) - Constructor for class io.netty.handler.ssl.OpenSslX509KeyManagerFactory.OpenSslKeyManagerFactorySpi.ProviderFactory
 
providerFor(KeyManagerFactory, String) - Static method in class io.netty.handler.ssl.ReferenceCountedOpenSslContext
Returns the OpenSslKeyMaterialProvider that should be used for OpenSSL.
providers - Variable in class io.netty.resolver.dns.MultiDnsServerAddressStreamProvider
 
proxiedProtocol - Variable in class io.netty.handler.codec.haproxy.HAProxyMessage
 
proxiedProtocol() - Method in class io.netty.handler.codec.haproxy.HAProxyMessage
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 - Variable in class io.netty.handler.proxy.ProxyConnectionEvent
 
proxyAddress - Variable in class io.netty.handler.proxy.ProxyHandler
 
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
 
ProxyHandler.LazyChannelPromise - Class in io.netty.handler.proxy
 
PSEUDO_HEADER_PREFIX - Static variable in enum io.netty.handler.codec.http2.Http2Headers.PseudoHeaderName
 
PSEUDO_HEADER_PREFIX_BYTE - Static variable in enum io.netty.handler.codec.http2.Http2Headers.PseudoHeaderName
 
PSEUDO_HEADER_TOKEN - Static variable in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
 
PSEUDO_HEADERS - Static variable in enum io.netty.handler.codec.http2.Http2Headers.PseudoHeaderName
 
PseudoHeaderName(String, boolean) - Constructor for enum io.netty.handler.codec.http2.Http2Headers.PseudoHeaderName
 
pseudoHeaders - Variable in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
 
PseudoRandomFunction - Class in io.netty.handler.ssl
This pseudorandom function (PRF) takes as input a secret, a seed, and an identifying label and produces an output of arbitrary length.
PseudoRandomFunction() - Constructor for class io.netty.handler.ssl.PseudoRandomFunction
Constructor never to be called.
pseudoTime - Variable in class io.netty.handler.codec.http2.WeightedFairQueueByteDistributor.State
A pseudo time maintained for immediate children to base their WeightedFairQueueByteDistributor.State.pseudoTimeToWrite off of.
pseudoTimeQueue - Variable in class io.netty.handler.codec.http2.WeightedFairQueueByteDistributor.State
 
pseudoTimeQueueIndex - Variable in class io.netty.handler.codec.http2.WeightedFairQueueByteDistributor.State
 
pseudoTimeToWrite - Variable in class io.netty.handler.codec.http2.WeightedFairQueueByteDistributor.State
An estimate of when this node should be given the opportunity to write data.
PSH - io.netty.handler.pcap.TCPPacket.TCPFlag
 
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(byte) - Constructor for enum io.netty.handler.codec.mqtt.MqttReasonCodes.PubAck
 
PUBACK - io.netty.handler.codec.mqtt.MqttMessageType
 
PubAckBuilder() - Constructor for class io.netty.handler.codec.mqtt.MqttMessageBuilders.PubAckBuilder
 
PubComp(byte) - Constructor for enum io.netty.handler.codec.mqtt.MqttReasonCodes.PubComp
 
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
 
publish() - Static method in class io.netty.handler.codec.mqtt.MqttMessageBuilders
 
PUBLISH - io.netty.handler.codec.mqtt.MqttMessageType
 
PublishBuilder() - Constructor for class io.netty.handler.codec.mqtt.MqttMessageBuilders.PublishBuilder
 
PubRec(byte) - Constructor for enum io.netty.handler.codec.mqtt.MqttReasonCodes.PubRec
 
PUBREC - io.netty.handler.codec.mqtt.MqttMessageType
 
PubRel(byte) - Constructor for enum io.netty.handler.codec.mqtt.MqttReasonCodes.PubRel
 
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_PUSH value.
pushEnabled(boolean) - Method in class io.netty.handler.codec.http2.Http2Settings
Sets the SETTINGS_ENABLE_PUSH value.
pushPromiseSent() - Method in class io.netty.handler.codec.http2.DefaultHttp2Connection.ConnectionStream
 
pushPromiseSent() - Method in class io.netty.handler.codec.http2.DefaultHttp2Connection.DefaultStream
 
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 Http2FrameStream object for this frame, or null if 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 Http2FrameStream object for this frame.
pushStreamFrame - Variable in class io.netty.handler.codec.http2.DefaultHttp2PushPromiseFrame
 
pushToAllowed - Variable in class io.netty.handler.codec.http2.DefaultHttp2Connection.DefaultEndpoint
 
put(byte, Object) - Method in class io.netty.util.collection.ByteCollections.EmptyMap
 
put(byte, V) - Method in class io.netty.util.collection.ByteCollections.UnmodifiableMap
 
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, Object) - Method in class io.netty.util.collection.CharCollections.EmptyMap
 
put(char, V) - Method in class io.netty.util.collection.CharCollections.UnmodifiableMap
 
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, Object) - Method in class io.netty.util.collection.IntCollections.EmptyMap
 
put(int, V) - Method in class io.netty.util.collection.IntCollections.UnmodifiableMap
 
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.buffer.LongLongHashMap
 
put(long, Object) - Method in class io.netty.util.collection.LongCollections.EmptyMap
 
put(long, V) - Method in class io.netty.util.collection.LongCollections.UnmodifiableMap
 
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, Object) - Method in class io.netty.util.collection.ShortCollections.EmptyMap
 
put(short, V) - Method in class io.netty.util.collection.ShortCollections.UnmodifiableMap
 
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, Object) - Method in class io.netty.util.collection.ByteCollections.EmptyMap
 
put(Byte, V) - Method in class io.netty.util.collection.ByteCollections.UnmodifiableMap
 
put(Byte, V) - Method in class io.netty.util.collection.ByteObjectHashMap
 
put(Character, Object) - Method in class io.netty.util.collection.CharCollections.EmptyMap
 
put(Character, V) - Method in class io.netty.util.collection.CharCollections.UnmodifiableMap
 
put(Character, V) - Method in class io.netty.util.collection.CharObjectHashMap
 
put(Integer, Object) - Method in class io.netty.util.collection.IntCollections.EmptyMap
 
put(Integer, V) - Method in class io.netty.util.collection.IntCollections.UnmodifiableMap
 
put(Integer, V) - Method in class io.netty.util.collection.IntObjectHashMap
 
put(Long, Object) - Method in class io.netty.util.collection.LongCollections.EmptyMap
 
put(Long, V) - Method in class io.netty.util.collection.LongCollections.UnmodifiableMap
 
put(Long, V) - Method in class io.netty.util.collection.LongObjectHashMap
 
put(Short, Object) - Method in class io.netty.util.collection.ShortCollections.EmptyMap
 
put(Short, V) - Method in class io.netty.util.collection.ShortCollections.UnmodifiableMap
 
put(Short, V) - Method in class io.netty.util.collection.ShortObjectHashMap
 
put(K, V) - Method in class io.netty.handler.codec.serialization.ReferenceMap
 
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, ?>) - Method in class io.netty.util.collection.ByteCollections.EmptyMap
 
putAll(Map<? extends Byte, ? extends V>) - Method in class io.netty.util.collection.ByteCollections.UnmodifiableMap
 
putAll(Map<? extends Byte, ? extends V>) - Method in class io.netty.util.collection.ByteObjectHashMap
 
putAll(Map<? extends Character, ?>) - Method in class io.netty.util.collection.CharCollections.EmptyMap
 
putAll(Map<? extends Character, ? extends V>) - Method in class io.netty.util.collection.CharCollections.UnmodifiableMap
 
putAll(Map<? extends Character, ? extends V>) - Method in class io.netty.util.collection.CharObjectHashMap
 
putAll(Map<? extends Integer, ?>) - Method in class io.netty.util.collection.IntCollections.EmptyMap
 
putAll(Map<? extends Integer, ? extends V>) - Method in class io.netty.util.collection.IntCollections.UnmodifiableMap
 
putAll(Map<? extends Integer, ? extends V>) - Method in class io.netty.util.collection.IntObjectHashMap
 
putAll(Map<? extends Long, ?>) - Method in class io.netty.util.collection.LongCollections.EmptyMap
 
putAll(Map<? extends Long, ? extends V>) - Method in class io.netty.util.collection.LongCollections.UnmodifiableMap
 
putAll(Map<? extends Long, ? extends V>) - Method in class io.netty.util.collection.LongObjectHashMap
 
putAll(Map<? extends Short, ?>) - Method in class io.netty.util.collection.ShortCollections.EmptyMap
 
putAll(Map<? extends Short, ? extends V>) - Method in class io.netty.util.collection.ShortCollections.UnmodifiableMap
 
putAll(Map<? extends Short, ? extends V>) - Method in class io.netty.util.collection.ShortObjectHashMap
 
putAll(Map<? extends K, ? extends V>) - Method in class io.netty.handler.codec.serialization.ReferenceMap
 
putByte(byte[], int, byte) - Static method in class io.netty.util.internal.PlatformDependent
 
putByte(byte[], int, byte) - Static method in class io.netty.util.internal.PlatformDependent0
 
putByte(long, byte) - Static method in class io.netty.util.internal.PlatformDependent
 
putByte(long, byte) - Static method in class io.netty.util.internal.PlatformDependent0
 
putByte(Object, long, byte) - Static method in class io.netty.util.internal.PlatformDependent
 
putByte(Object, long, byte) - Static method in class io.netty.util.internal.PlatformDependent0
 
putIfAbsent(Map<String, DnsServerAddresses>, String, DnsServerAddresses) - Static method in class io.netty.resolver.dns.UnixResolverDnsServerAddressStreamProvider
 
putIfAbsent(Map<String, DnsServerAddresses>, String, List<InetSocketAddress>, boolean) - Static method in class io.netty.resolver.dns.UnixResolverDnsServerAddressStreamProvider
 
putInt(byte[], int, int) - Static method in class io.netty.util.internal.PlatformDependent
 
putInt(byte[], int, int) - Static method in class io.netty.util.internal.PlatformDependent0
 
putInt(long, int) - Static method in class io.netty.util.internal.PlatformDependent
 
putInt(long, int) - Static method in class io.netty.util.internal.PlatformDependent0
 
putIntOrdered(long, int) - Static method in class io.netty.util.internal.PlatformDependent
 
putIntOrdered(long, int) - Static method in class io.netty.util.internal.PlatformDependent0
 
putLong(byte[], int, long) - Static method in class io.netty.util.internal.PlatformDependent
 
putLong(byte[], int, long) - Static method in class io.netty.util.internal.PlatformDependent0
 
putLong(long, long) - Static method in class io.netty.util.internal.PlatformDependent
 
putLong(long, long) - Static method in class io.netty.util.internal.PlatformDependent0
 
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 message be the state associated with stream.
putObject(Object, long, Object) - Static method in class io.netty.util.internal.PlatformDependent
 
putObject(Object, long, Object) - Static method in class io.netty.util.internal.PlatformDependent0
 
putPendingWrite(int, SpdySession.PendingWrite) - Method in class io.netty.handler.codec.spdy.SpdySession
 
putPendingWrite(SpdySession.PendingWrite) - Method in class io.netty.handler.codec.spdy.SpdySession.StreamState
 
putShort(byte[], int, short) - Static method in class io.netty.util.internal.PlatformDependent
 
putShort(byte[], int, short) - Static method in class io.netty.util.internal.PlatformDependent0
 
putShort(long, short) - Static method in class io.netty.util.internal.PlatformDependent
 
putShort(long, short) - Static method in class io.netty.util.internal.PlatformDependent0
 
putValue(String, Object) - Method in class io.netty.handler.ssl.ExtendedOpenSslSession
 
putValue(String, Object) - Method in class io.netty.handler.ssl.OpenSslSessionCache.NativeSslSession
 
putValue(String, Object) - Method in class io.netty.handler.ssl.ReferenceCountedOpenSslEngine.DefaultOpenSslSession
 

Q

q000 - Variable in class io.netty.buffer.PoolArena
 
q025 - Variable in class io.netty.buffer.PoolArena
 
q050 - Variable in class io.netty.buffer.PoolArena
 
q075 - Variable in class io.netty.buffer.PoolArena
 
q100 - Variable in class io.netty.buffer.PoolArena
 
qInit - Variable in class io.netty.buffer.PoolArena
 
qos - Variable in class io.netty.handler.codec.mqtt.MqttMessageBuilders.PublishBuilder
 
qos - Variable in class io.netty.handler.codec.mqtt.MqttSubscriptionOption
 
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 - Variable in class io.netty.handler.codec.mqtt.MqttFixedHeader
 
qosLevel() - Method in class io.netty.handler.codec.mqtt.MqttFixedHeader
 
qualityOfService() - Method in class io.netty.handler.codec.mqtt.MqttTopicSubscription
 
queriesInProgress - Variable in class io.netty.resolver.dns.DnsResolveContext
 
query(EventLoop, ByteBuf, String, int, String, IoTransport, DnsNameResolver) - Static method in class io.netty.handler.ssl.ocsp.OcspClient
Query the OCSP responder for certificate status using HTTP/1.1
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(DnsServerAddressStream, int, DnsQuestion, DnsQueryLifecycleObserver, boolean, Promise<List<T>>, Throwable) - Method in class io.netty.resolver.dns.DnsResolveContext
 
query(String, DnsRecordType, DnsServerAddressStream, boolean, Promise<List<T>>) - Method in class io.netty.resolver.dns.DnsResolveContext
 
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(X509Certificate, X509Certificate, boolean, IoTransport, DnsNameResolver) - Static method in class io.netty.handler.ssl.ocsp.OcspClient
Query the certificate status using OCSP
QUERY - Static variable in class io.netty.handler.codec.dns.DnsOpCode
The 'Query' DNS OpCode, as defined in RFC1035.
query0(InetSocketAddress, DnsQuestion, DnsQueryLifecycleObserver, DnsRecord[], boolean, Promise<AddressedEnvelope<? extends DnsResponse, InetSocketAddress>>) - Method in class io.netty.resolver.dns.DnsNameResolver
 
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.
queryCancelled(int) - Method in class io.netty.resolver.dns.LoggingDnsQueryLifecycleObserver
 
queryCancelled(int) - Method in class io.netty.resolver.dns.NoopDnsQueryLifecycleObserver
 
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.
queryCNAMEd(DnsQuestion) - Method in class io.netty.resolver.dns.LoggingDnsQueryLifecycleObserver
 
queryCNAMEd(DnsQuestion) - Method in class io.netty.resolver.dns.NoopDnsQueryLifecycleObserver
 
queryContextManager - Variable in class io.netty.resolver.dns.DnsNameResolver
Manages the DnsQueryContexts in progress and their query IDs.
queryContextManager - Variable in class io.netty.resolver.dns.DnsQueryContext
 
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
queryFailed(Throwable) - Method in class io.netty.resolver.dns.LoggingDnsQueryLifecycleObserver
 
queryFailed(Throwable) - Method in class io.netty.resolver.dns.NoopDnsQueryLifecycleObserver
 
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.NXDOMAIN so we may try to query again.
queryNoAnswer(DnsResponseCode) - Method in class io.netty.resolver.dns.LoggingDnsQueryLifecycleObserver
 
queryNoAnswer(DnsResponseCode) - Method in class io.netty.resolver.dns.NoopDnsQueryLifecycleObserver
 
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.
queryRedirected(List<InetSocketAddress>) - Method in class io.netty.resolver.dns.LoggingDnsQueryLifecycleObserver
 
queryRedirected(List<InetSocketAddress>) - Method in class io.netty.resolver.dns.NoopDnsQueryLifecycleObserver
 
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.
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.
querySucceed() - Method in class io.netty.resolver.dns.LoggingDnsQueryLifecycleObserver
 
querySucceed() - Method in class io.netty.resolver.dns.NoopDnsQueryLifecycleObserver
 
queryTimeoutMillis - Variable in class io.netty.resolver.dns.DnsNameResolver
 
queryTimeoutMillis - Variable in class io.netty.resolver.dns.DnsNameResolverBuilder
 
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).
queryUnresolvedNameServer(InetSocketAddress, DnsServerAddressStream, int, DnsQuestion, DnsQueryLifecycleObserver, Promise<List<T>>, Throwable) - Method in class io.netty.resolver.dns.DnsResolveContext
 
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.
queryWritten(InetSocketAddress, ChannelFuture) - Method in class io.netty.resolver.dns.LoggingDnsQueryLifecycleObserver
 
queryWritten(InetSocketAddress, ChannelFuture) - Method in class io.netty.resolver.dns.NoopDnsQueryLifecycleObserver
 
question - Variable in exception io.netty.resolver.dns.DnsNameResolverException
 
question - Variable in class io.netty.resolver.dns.DnsQueryContext
 
question - Variable in class io.netty.resolver.dns.LoggingDnsQueryLifecycleObserver
 
question() - Method in exception io.netty.resolver.dns.DnsNameResolverException
Returns the DnsQuestion of the DNS query that has failed.
question() - Method in class io.netty.resolver.dns.DnsQueryContext
Returns the DnsQuestion that will be written as part of the DnsQuery.
QUESTION - io.netty.handler.codec.dns.DnsSection
The section that contains DnsQuestions.
QUESTION_MARK - Static variable in class io.netty.handler.codec.http.HttpRequestEncoder
 
questionName - Variable in class io.netty.resolver.dns.DnsResolveContext.AuthoritativeNameServerList
 
questions - Variable in class io.netty.handler.codec.dns.AbstractDnsMessage
 
queue - Variable in class io.netty.buffer.PoolThreadCache.MemoryRegionCache
 
queue - Variable in class io.netty.handler.codec.http.HttpClientCodec
A queue that is used for correlating a request and a response.
queue - Variable in class io.netty.handler.codec.http.HttpServerCodec
A queue that is used for correlating a request and a response.
queue - Variable in class io.netty.handler.codec.http2.DefaultHttp2ConnectionEncoder.FlowControlledData
 
queue - Variable in class io.netty.handler.codec.http2.MaxCapacityQueue
 
queue - Variable in class io.netty.handler.codec.http2.UniformStreamByteDistributor
 
queue - Variable in class io.netty.handler.flow.FlowControlHandler
 
queue - Variable in class io.netty.handler.stream.ChunkedWriteHandler
 
queue - Variable in class io.netty.util.internal.DefaultPriorityQueue
 
QUEUED - io.netty.handler.codec.redis.FixedRedisMessagePool.RedisReplyKey
 
queueIndex - Variable in class io.netty.util.concurrent.ScheduledFutureTask
 
queueSize - Variable in class io.netty.handler.traffic.ChannelTrafficShapingHandler
 
queueSize - Variable in class io.netty.handler.traffic.GlobalChannelTrafficShapingHandler.PerChannel
 
queueSize - Variable in class io.netty.handler.traffic.GlobalTrafficShapingHandler.PerChannel
 
queueSize() - Method in class io.netty.handler.traffic.ChannelTrafficShapingHandler
 
queuesSize - Variable in class io.netty.handler.traffic.GlobalChannelTrafficShapingHandler
Global queues size
queuesSize - Variable in class io.netty.handler.traffic.GlobalTrafficShapingHandler
Global queues size
queuesSize() - Method in class io.netty.handler.traffic.GlobalChannelTrafficShapingHandler
 
queuesSize() - Method in class io.netty.handler.traffic.GlobalTrafficShapingHandler
 
quietPeriodTask - Variable in class io.netty.util.concurrent.GlobalEventExecutor
 
quit() - Static method in class io.netty.handler.codec.smtp.SmtpRequests
Creates a QUIT request.
QUIT - Static variable in class io.netty.handler.codec.memcache.binary.BinaryMemcacheOpcodes
 
QUIT - Static variable in class io.netty.handler.codec.smtp.SmtpCommand
 
QUIT - Static variable in class io.netty.handler.codec.smtp.SmtpRequests
 
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 - Variable in class io.netty.util.internal.InternalThreadLocalMap
 
random() - Static method in class io.netty.handler.ssl.util.ThreadLocalInsecureRandom
 
random() - Method in class io.netty.util.internal.InternalThreadLocalMap
 
RANDOM_LEN - Static variable in class io.netty.channel.DefaultChannelId
 
RANDOM_PROVIDER - Static variable in class io.netty.util.internal.PlatformDependent
 
randomBytes(int) - Static method in class io.netty.handler.codec.http.websocketx.WebSocketUtil
Creates an arbitrary number of random bytes
randomCount - Variable in class io.netty.handler.codec.compression.Bzip2BlockDecompressor
If the current block is randomised, the remaining count at the current RNUMS position.
randomIndex - Variable in class io.netty.handler.codec.compression.Bzip2BlockDecompressor
If the current block is randomised, the position within the RNUMS randomisation array.
randomIndex(int) - Static method in class io.netty.resolver.RoundRobinInetAddressResolver
 
randomNumber(int, int) - Static method in class io.netty.handler.codec.http.websocketx.WebSocketUtil
Generates a pseudo-random number
range(char, char) - Method in class io.netty.handler.codec.http.HttpHeaderValidationUtil.BitSet128
 
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"
RATIO - Static variable in class io.netty.util.Recycler
 
ratioCounter - Variable in class io.netty.util.Recycler.LocalPool
 
ratioInterval - Variable in class io.netty.util.Recycler.LocalPool
 
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
A GenericUnixChannelOption which uses an ByteBuffer as optval.
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 RCPT request.
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
If this is true then the RecvByteBufAllocator.Handle.guess() will be overridden to always attempt to read as many bytes as kqueue says are available.
RCVBUF_ALLOCATOR - Static variable in class io.netty.channel.ChannelOption
 
rcvBufAllocator - Variable in class io.netty.channel.DefaultChannelConfig
 
rcvMss() - Method in class io.netty.channel.epoll.EpollTcpInfo
 
rcvRtt() - Method in class io.netty.channel.epoll.EpollTcpInfo
 
rcvSpace() - Method in class io.netty.channel.epoll.EpollTcpInfo
 
rcvSsthresh() - Method in class io.netty.channel.epoll.EpollTcpInfo
 
rcvWscale() - Method in class io.netty.channel.epoll.EpollTcpInfo
 
reachabilityFence0(Object) - Static method in class io.netty.util.ResourceLeakDetector.DefaultResourceLeak
Ensures that the object referenced by the given reference remains strongly reachable, regardless of any prior actions of the program that might otherwise cause the object to become unreachable; thus, the referenced object is not reclaimable by garbage collection at least until after the invocation of this method.
read - Variable in class io.netty.handler.codec.spdy.SpdyFrameCodec
 
read() - Method in class io.netty.buffer.ByteBufInputStream
 
read() - Method in class io.netty.channel.AbstractChannel
 
read() - Method in class io.netty.channel.AbstractChannelHandlerContext
 
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 Channel into the first inbound buffer, triggers an ChannelInboundHandler.channelRead(ChannelHandlerContext, Object) event if data was read, and triggers a channelReadComplete event so the handler can decide to continue reading.
read() - Method in class io.netty.channel.CombinedChannelDuplexHandler.DelegatingChannelHandlerContext
 
read() - Method in class io.netty.channel.DefaultChannelPipeline
 
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 class io.netty.channel.nio.AbstractNioMessageChannel.NioMessageUnsafe
 
read() - Method in class io.netty.handler.codec.compression.Bzip2BlockDecompressor
Decodes a byte from the final Run-Length Encoding stage, pulling a new byte from the Burrows-Wheeler Transform stage when required.
read() - Method in class io.netty.handler.codec.http2.AbstractHttp2StreamChannel
 
read() - Method in class io.netty.handler.codec.serialization.ObjectDecoderInputStream
Deprecated.
 
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(int, ByteBuffer, int, int) - Static method in class io.netty.channel.unix.FileDescriptor
 
read(ChannelHandlerContext) - Method in class io.netty.channel.ChannelDuplexHandler
read(ChannelHandlerContext) - Method in interface io.netty.channel.ChannelOutboundHandler
read(ChannelHandlerContext) - Method in class io.netty.channel.ChannelOutboundHandlerAdapter
read(ChannelHandlerContext) - Method in class io.netty.channel.CombinedChannelDuplexHandler
 
read(ChannelHandlerContext) - Method in class io.netty.channel.DefaultChannelPipeline.HeadContext
 
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.http.websocketx.WebSocketProtocolHandler
 
read(ChannelHandlerContext) - Method in class io.netty.handler.codec.http2.Http2ConnectionHandler
 
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.proxy.HttpProxyHandler.HttpClientCodecWrapper
 
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_AUTH_RESPONSE - io.netty.handler.codec.socks.SocksAuthResponseDecoder.State
 
READ_AUTH_SCHEMES - io.netty.handler.codec.socks.SocksInitRequestDecoder.State
 
READ_CHUNK_DELIMITER - io.netty.handler.codec.http.HttpObjectDecoder.State
 
READ_CHUNK_FOOTER - io.netty.handler.codec.http.HttpObjectDecoder.State
 
READ_CHUNK_SIZE - io.netty.handler.codec.http.HttpObjectDecoder.State
 
READ_CHUNKED_CONTENT - io.netty.handler.codec.http.HttpObjectDecoder.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_COMMON_HEADER - io.netty.handler.codec.spdy.SpdyFrameDecoder.State
 
READ_CONTENT - io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheDecoder.State
Currently reading the value chunks (optional).
READ_CONTENT - io.netty.handler.codec.stomp.StompSubframeDecoder.State
 
READ_DATA_FRAME - io.netty.handler.codec.spdy.SpdyFrameDecoder.State
 
READ_DOMAIN - io.netty.handler.codec.socksx.v4.Socks4ServerDecoder.State
 
READ_EXTRAS - io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheDecoder.State
Currently reading the extras portion (optional).
READ_FIXED_HEADER - io.netty.handler.codec.mqtt.MqttDecoder.DecoderState
 
READ_FIXED_LENGTH_CONTENT - io.netty.handler.codec.http.HttpObjectDecoder.State
 
READ_GOAWAY_FRAME - io.netty.handler.codec.spdy.SpdyFrameDecoder.State
 
READ_HEADER - io.netty.handler.codec.http.HttpObjectDecoder.State
 
READ_HEADER - io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheDecoder.State
Currently reading the header portion.
READ_HEADER_BLOCK - io.netty.handler.codec.spdy.SpdyFrameDecoder.State
 
READ_HEADER_REPRESENTATION - Static variable in class io.netty.handler.codec.http2.HpackDecoder
 
READ_HEADERS - io.netty.handler.codec.stomp.StompSubframeDecoder.State
 
READ_HEADERS_FRAME - io.netty.handler.codec.spdy.SpdyFrameDecoder.State
 
READ_INDEXED_HEADER - Static variable in class io.netty.handler.codec.http2.HpackDecoder
 
READ_INDEXED_HEADER_NAME - Static variable in class io.netty.handler.codec.http2.HpackDecoder
 
READ_INITIAL - io.netty.handler.codec.http.HttpObjectDecoder.State
 
READ_KEY - io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheDecoder.State
Currently reading the key portion (optional).
READ_LITERAL_HEADER_NAME - Static variable in class io.netty.handler.codec.http2.HpackDecoder
 
READ_LITERAL_HEADER_NAME_LENGTH - Static variable in class io.netty.handler.codec.http2.HpackDecoder
 
READ_LITERAL_HEADER_NAME_LENGTH_PREFIX - Static variable in class io.netty.handler.codec.http2.HpackDecoder
 
READ_LITERAL_HEADER_VALUE - Static variable in class io.netty.handler.codec.http2.HpackDecoder
 
READ_LITERAL_HEADER_VALUE_LENGTH - Static variable in class io.netty.handler.codec.http2.HpackDecoder
 
READ_LITERAL_HEADER_VALUE_LENGTH_PREFIX - Static variable in class io.netty.handler.codec.http2.HpackDecoder
 
READ_NAME - io.netty.handler.codec.spdy.SpdyHeaderBlockRawDecoder.State
 
READ_NAME_ILLEGAL_INDEX_VALUE - Static variable in class io.netty.handler.codec.http2.HpackDecoder
 
READ_NAME_LENGTH - io.netty.handler.codec.spdy.SpdyHeaderBlockRawDecoder.State
 
READ_NUM_HEADERS - io.netty.handler.codec.spdy.SpdyHeaderBlockRawDecoder.State
 
READ_PASSWORD - io.netty.handler.codec.socks.SocksAuthRequestDecoder.State
 
READ_PAYLOAD - io.netty.handler.codec.mqtt.MqttDecoder.DecoderState
 
READ_PING_FRAME - io.netty.handler.codec.spdy.SpdyFrameDecoder.State
 
READ_PREFERRED_AUTH_TYPE - io.netty.handler.codec.socks.SocksInitResponseDecoder.State
 
READ_RST_STREAM_FRAME - io.netty.handler.codec.spdy.SpdyFrameDecoder.State
 
READ_SETTING - io.netty.handler.codec.spdy.SpdyFrameDecoder.State
 
READ_SETTINGS_FRAME - io.netty.handler.codec.spdy.SpdyFrameDecoder.State
 
READ_SUSPENDED - Static variable in class io.netty.handler.traffic.AbstractTrafficShapingHandler
 
READ_SYN_REPLY_FRAME - io.netty.handler.codec.spdy.SpdyFrameDecoder.State
 
READ_SYN_STREAM_FRAME - io.netty.handler.codec.spdy.SpdyFrameDecoder.State
 
READ_USERID - io.netty.handler.codec.socksx.v4.Socks4ServerDecoder.State
 
READ_USERNAME - io.netty.handler.codec.socks.SocksAuthRequestDecoder.State
 
READ_VALUE - io.netty.handler.codec.spdy.SpdyHeaderBlockRawDecoder.State
 
READ_VALUE_LENGTH - io.netty.handler.codec.spdy.SpdyHeaderBlockRawDecoder.State
 
READ_VARIABLE_HEADER - io.netty.handler.codec.mqtt.MqttDecoder.DecoderState
 
READ_VARIABLE_LENGTH_CONTENT - io.netty.handler.codec.http.HttpObjectDecoder.State
 
READ_WINDOW_UPDATE_FRAME - io.netty.handler.codec.spdy.SpdyFrameDecoder.State
 
readableBytes - Variable in class io.netty.channel.AbstractCoalescingBufferQueue
 
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.buffer.WrappedCompositeByteBuf
 
readableBytes() - Method in class io.netty.channel.AbstractCoalescingBufferQueue
The number of readable bytes.
readableBytes() - Method in class io.netty.handler.codec.ReplayingDecoderByteBuf
 
readAddress(int, long, int, int) - Static method in class io.netty.channel.unix.FileDescriptor
 
readAddress(long, int, int) - Method in class io.netty.channel.unix.FileDescriptor
 
readBits(int) - Method in class io.netty.handler.codec.compression.Bzip2BitReader
Reads up to 32 bits from the ByteBuf.
readBoolean() - Method in class io.netty.buffer.AbstractByteBuf
 
readBoolean() - Method in class io.netty.buffer.AdvancedLeakAwareByteBuf
 
readBoolean() - Method in class io.netty.buffer.AdvancedLeakAwareCompositeByteBuf
 
readBoolean() - Method in class io.netty.buffer.ByteBuf
Gets a boolean at the current readerIndex and increases the readerIndex by 1 in 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.buffer.WrappedCompositeByteBuf
 
readBoolean() - Method in class io.netty.handler.codec.compression.Bzip2BitReader
Reads a single bit from the ByteBuf.
readBoolean() - Method in class io.netty.handler.codec.ReplayingDecoderByteBuf
 
readBoolean() - Method in class io.netty.handler.codec.serialization.ObjectDecoderInputStream
Deprecated.
 
readBuf - Variable in class io.netty.channel.nio.AbstractNioMessageChannel.NioMessageUnsafe
 
readBuf - Variable in class io.netty.channel.oio.AbstractOioMessageChannel
Deprecated.
 
readByte() - Method in class io.netty.buffer.AbstractByteBuf
 
readByte() - Method in class io.netty.buffer.AdvancedLeakAwareByteBuf
 
readByte() - Method in class io.netty.buffer.AdvancedLeakAwareCompositeByteBuf
 
readByte() - Method in class io.netty.buffer.ByteBuf
Gets a byte at the current readerIndex and increases the readerIndex by 1 in 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.buffer.WrappedCompositeByteBuf
 
readByte() - Method in class io.netty.handler.codec.ReplayingDecoderByteBuf
 
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.AdvancedLeakAwareByteBuf
 
readBytes(byte[]) - Method in class io.netty.buffer.AdvancedLeakAwareCompositeByteBuf
 
readBytes(byte[]) - Method in class io.netty.buffer.ByteBuf
Transfers this buffer's data to the specified destination starting at the current readerIndex and increases the readerIndex by 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[]) - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
readBytes(byte[]) - Method in class io.netty.handler.codec.ReplayingDecoderByteBuf
 
readBytes(byte[], int, int) - Method in class io.netty.buffer.AbstractByteBuf
 
readBytes(byte[], int, int) - Method in class io.netty.buffer.AdvancedLeakAwareByteBuf
 
readBytes(byte[], int, int) - Method in class io.netty.buffer.AdvancedLeakAwareCompositeByteBuf
 
readBytes(byte[], int, int) - Method in class io.netty.buffer.ByteBuf
Transfers this buffer's data to the specified destination starting at the current readerIndex and increases the readerIndex by 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.PooledDirectByteBuf
 
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(byte[], int, int) - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
readBytes(byte[], int, int) - Method in class io.netty.handler.codec.ReplayingDecoderByteBuf
 
readBytes(int) - Method in class io.netty.buffer.AbstractByteBuf
 
readBytes(int) - Method in class io.netty.buffer.AdvancedLeakAwareByteBuf
 
readBytes(int) - Method in class io.netty.buffer.AdvancedLeakAwareCompositeByteBuf
 
readBytes(int) - Method in class io.netty.buffer.ByteBuf
Transfers this buffer's data to a newly created buffer starting at the current readerIndex and increases the readerIndex by 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(int) - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
readBytes(int) - Method in class io.netty.handler.codec.ReplayingDecoderByteBuf
 
readBytes(ByteBuf) - Method in class io.netty.buffer.AbstractByteBuf
 
readBytes(ByteBuf) - Method in class io.netty.buffer.AdvancedLeakAwareByteBuf
 
readBytes(ByteBuf) - Method in class io.netty.buffer.AdvancedLeakAwareCompositeByteBuf
 
readBytes(ByteBuf) - Method in class io.netty.buffer.ByteBuf
Transfers this buffer's data to the specified destination starting at the current readerIndex until the destination becomes non-writable, and increases the readerIndex by 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(ByteBuf) - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
readBytes(ByteBuf) - Method in class io.netty.handler.codec.ReplayingDecoderByteBuf
 
readBytes(ByteBufAllocator, ByteBuf, int) - Static method in class io.netty.buffer.ByteBufUtil
Read the given amount of bytes into a new ByteBuf that is allocated from the ByteBufAllocator.
readBytes(ByteBufAllocator, ByteBuffer, int, int, OutputStream) - Static method in class io.netty.buffer.ByteBufUtil
Read bytes from the given ByteBuffer into the given OutputStream using the position and length.
readBytes(ByteBuf, int) - Method in class io.netty.buffer.AbstractByteBuf
 
readBytes(ByteBuf, int) - Method in class io.netty.buffer.AdvancedLeakAwareByteBuf
 
readBytes(ByteBuf, int) - Method in class io.netty.buffer.AdvancedLeakAwareCompositeByteBuf
 
readBytes(ByteBuf, int) - Method in class io.netty.buffer.ByteBuf
Transfers this buffer's data to the specified destination starting at the current readerIndex and increases the readerIndex by 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) - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
readBytes(ByteBuf, int) - Method in class io.netty.handler.codec.ReplayingDecoderByteBuf
 
readBytes(ByteBuf, int, int) - Method in class io.netty.buffer.AbstractByteBuf
 
readBytes(ByteBuf, int, int) - Method in class io.netty.buffer.AdvancedLeakAwareByteBuf
 
readBytes(ByteBuf, int, int) - Method in class io.netty.buffer.AdvancedLeakAwareCompositeByteBuf
 
readBytes(ByteBuf, int, int) - Method in class io.netty.buffer.ByteBuf
Transfers this buffer's data to the specified destination starting at the current readerIndex and increases the readerIndex by 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(ByteBuf, int, int) - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
readBytes(ByteBuf, int, int) - Method in class io.netty.handler.codec.ReplayingDecoderByteBuf
 
readBytes(OutputStream, int) - Method in class io.netty.buffer.AbstractByteBuf
 
readBytes(OutputStream, int) - Method in class io.netty.buffer.AdvancedLeakAwareByteBuf
 
readBytes(OutputStream, int) - Method in class io.netty.buffer.AdvancedLeakAwareCompositeByteBuf
 
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.PooledDirectByteBuf
 
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(OutputStream, int) - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
readBytes(OutputStream, int) - Method in class io.netty.handler.codec.ReplayingDecoderByteBuf
 
readBytes(ByteBuffer) - Method in class io.netty.buffer.AbstractByteBuf
 
readBytes(ByteBuffer) - Method in class io.netty.buffer.AdvancedLeakAwareByteBuf
 
readBytes(ByteBuffer) - Method in class io.netty.buffer.AdvancedLeakAwareCompositeByteBuf
 
readBytes(ByteBuffer) - Method in class io.netty.buffer.ByteBuf
Transfers this buffer's data to the specified destination starting at the current readerIndex until the destination's position reaches its limit, and increases the readerIndex by 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.PooledDirectByteBuf
 
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(ByteBuffer) - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
readBytes(ByteBuffer) - Method in class io.netty.handler.codec.ReplayingDecoderByteBuf
 
readBytes(FileChannel, long, int) - Method in class io.netty.buffer.AbstractByteBuf
 
readBytes(FileChannel, long, int) - Method in class io.netty.buffer.AdvancedLeakAwareByteBuf
 
readBytes(FileChannel, long, int) - Method in class io.netty.buffer.AdvancedLeakAwareCompositeByteBuf
 
readBytes(FileChannel, long, int) - Method in class io.netty.buffer.ByteBuf
Transfers this buffer's data starting at the current readerIndex to 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.PooledByteBuf
 
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(FileChannel, long, int) - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
readBytes(FileChannel, long, int) - Method in class io.netty.handler.codec.ReplayingDecoderByteBuf
 
readBytes(GatheringByteChannel, int) - Method in class io.netty.buffer.AbstractByteBuf
 
readBytes(GatheringByteChannel, int) - Method in class io.netty.buffer.AdvancedLeakAwareByteBuf
 
readBytes(GatheringByteChannel, int) - Method in class io.netty.buffer.AdvancedLeakAwareCompositeByteBuf
 
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.PooledByteBuf
 
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
 
readBytes(GatheringByteChannel, int) - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
readBytes(GatheringByteChannel, int) - Method in class io.netty.handler.codec.ReplayingDecoderByteBuf
 
readCertificates(File) - Static method in class io.netty.handler.ssl.PemReader
 
readCertificates(InputStream) - Static method in class io.netty.handler.ssl.PemReader
 
readChannelLimit - Variable in class io.netty.handler.traffic.GlobalChannelTrafficShapingHandler
Limit in B/s to apply to read
readChar() - Method in class io.netty.buffer.AbstractByteBuf
 
readChar() - Method in class io.netty.buffer.AdvancedLeakAwareByteBuf
 
readChar() - Method in class io.netty.buffer.AdvancedLeakAwareCompositeByteBuf
 
readChar() - Method in class io.netty.buffer.ByteBuf
Gets a 2-byte UTF-16 character at the current readerIndex and increases the readerIndex by 2 in 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.buffer.WrappedCompositeByteBuf
 
readChar() - Method in class io.netty.handler.codec.ReplayingDecoderByteBuf
 
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.AdvancedLeakAwareByteBuf
 
readCharSequence(int, Charset) - Method in class io.netty.buffer.AdvancedLeakAwareCompositeByteBuf
 
readCharSequence(int, Charset) - Method in class io.netty.buffer.ByteBuf
Gets a CharSequence with the given length at the current readerIndex and increases the readerIndex by 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
 
readCharSequence(int, Charset) - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
readCharSequence(int, Charset) - Method in class io.netty.handler.codec.ReplayingDecoderByteBuf
 
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 subsequent WebSocketChunkedInput.isEndOfInput() call must return true.
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 return true.

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.
readClassDescriptor() - Method in class io.netty.handler.codec.serialization.CompactObjectInputStream
 
readClientPrefaceString(ByteBuf) - Method in class io.netty.handler.codec.http2.Http2ConnectionHandler.PrefaceDecoder
Decodes the client connection preface string from the input buffer.
readCommand(ByteBuf) - Method in class io.netty.handler.codec.stomp.StompSubframeDecoder
 
readComplete() - Method in class io.netty.channel.AdaptiveRecvByteBufAllocator.HandleImpl
 
readComplete() - Method in class io.netty.channel.DefaultMaxBytesRecvByteBufAllocator.HandleImpl
 
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.
readCompletePending - Variable in class io.netty.handler.codec.http2.AbstractHttp2StreamChannel
 
readCompletePendingQueue - Variable in class io.netty.handler.codec.http2.Http2MultiplexCodec
Deprecated.
 
readCompletePendingQueue - Variable in class io.netty.handler.codec.http2.Http2MultiplexHandler
 
readContent(InputStream) - Static method in class io.netty.handler.ssl.PemReader
 
readContinuationFrame(ByteBuf, int, Http2FrameListener) - Method in class io.netty.handler.codec.http2.DefaultHttp2FrameReader
 
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.
readDataFrame(ChannelHandlerContext, ByteBuf, int, Http2FrameListener) - Method in class io.netty.handler.codec.http2.DefaultHttp2FrameReader
 
readDelimiterOptimized(ByteBuf, String, Charset) - Static method in class io.netty.handler.codec.http.multipart.HttpPostMultipartRequestDecoder
Read one line up to --delimiter or --delimiter-- and if existing the CRLF or LF Read one line up to --delimiter or --delimiter-- and if existing the CRLF or LF.
readDeviationActive - Variable in class io.netty.handler.traffic.GlobalChannelTrafficShapingHandler
 
readDouble() - Method in class io.netty.buffer.AbstractByteBuf
 
readDouble() - Method in class io.netty.buffer.AdvancedLeakAwareByteBuf
 
readDouble() - Method in class io.netty.buffer.AdvancedLeakAwareCompositeByteBuf
 
readDouble() - Method in class io.netty.buffer.ByteBuf
Gets a 64-bit floating point number at the current readerIndex and increases the readerIndex by 8 in 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.buffer.WrappedCompositeByteBuf
 
readDouble() - Method in class io.netty.handler.codec.ReplayingDecoderByteBuf
 
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 readerIndex in Little Endian Byte Order and increases the readerIndex by 8 in this buffer.
readEndOfLine(ByteBuf) - Static method in class io.netty.handler.codec.redis.RedisDecoder
 
readEOF - Variable in class io.netty.channel.kqueue.KQueueRecvByteAllocatorHandle
 
readEOF() - Method in class io.netty.channel.kqueue.AbstractKQueueChannel.AbstractKQueueUnsafe
 
readEOF() - Method in class io.netty.channel.kqueue.KQueueRecvByteAllocatorHandle
 
readEOS - Variable in class io.netty.handler.codec.http2.AbstractHttp2StreamChannel.Http2ChannelUnsafe
 
readEOS() - Method in class io.netty.handler.codec.http2.AbstractHttp2StreamChannel.Http2ChannelUnsafe
 
reader - Variable in class io.netty.handler.codec.compression.Bzip2BlockDecompressor
A reader that provides bit-level reads.
reader - Variable in class io.netty.handler.codec.compression.Bzip2Decoder
A reader that provides bit-level reads.
reader - Variable in class io.netty.handler.codec.compression.Bzip2HuffmanStageDecoder
A reader that provides bit-level reads.
reader - Variable in class io.netty.handler.codec.http2.Http2InboundFrameLogger
 
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
 
readerIdleTimeNanos - Variable in class io.netty.handler.timeout.IdleStateHandler
 
readerIdleTimeout - Variable in class io.netty.handler.timeout.IdleStateHandler
 
ReaderIdleTimeoutTask(ChannelHandlerContext) - Constructor for class io.netty.handler.timeout.IdleStateHandler.ReaderIdleTimeoutTask
 
readerIndex - Variable in class io.netty.buffer.AbstractByteBuf
 
readerIndex - Variable in class io.netty.handler.codec.http.multipart.HttpPostBodyUtil.SeekAheadOptimize
 
readerIndex() - Method in class io.netty.buffer.AbstractByteBuf
 
readerIndex() - Method in class io.netty.buffer.ByteBuf
Returns the readerIndex of 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() - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
readerIndex() - Method in class io.netty.handler.codec.ReplayingDecoderByteBuf
 
readerIndex(int) - Method in class io.netty.buffer.AbstractByteBuf
 
readerIndex(int) - Method in class io.netty.buffer.ByteBuf
Sets the readerIndex of 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
 
readerIndex(int) - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
readerIndex(int) - Method in class io.netty.handler.codec.ReplayingDecoderByteBuf
 
readError - Variable in class io.netty.handler.codec.http2.DefaultHttp2FrameReader
Once set to true the value will never change.
readFilter(boolean) - Method in class io.netty.channel.kqueue.AbstractKQueueChannel
 
readFilterEnabled - Variable in class io.netty.channel.kqueue.AbstractKQueueChannel
 
readFloat() - Method in class io.netty.buffer.AbstractByteBuf
 
readFloat() - Method in class io.netty.buffer.AdvancedLeakAwareByteBuf
 
readFloat() - Method in class io.netty.buffer.AdvancedLeakAwareCompositeByteBuf
 
readFloat() - Method in class io.netty.buffer.ByteBuf
Gets a 32-bit floating point number at the current readerIndex and increases the readerIndex by 4 in 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.buffer.WrappedCompositeByteBuf
 
readFloat() - Method in class io.netty.handler.codec.ReplayingDecoderByteBuf
 
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 readerIndex in Little Endian Byte Order and increases the readerIndex by 4 in 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 RedisMessageType based on the type prefix byte read from given the buffer.
readFrom(File) - Static method in class io.netty.handler.codec.http.multipart.AbstractDiskHttpData
Utility function
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.
readGoAwayFrame(ChannelHandlerContext, ByteBuf, int, Http2FrameListener) - Static method in class io.netty.handler.codec.http2.DefaultHttp2FrameReader
 
readGZIPFooter(ByteBuf) - Method in class io.netty.handler.codec.compression.JdkZlibDecoder
Read the GZIP footer.
readGZIPHeader(ByteBuf) - Method in class io.netty.handler.codec.compression.JdkZlibDecoder
 
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.
readHeaders(ByteBuf) - Method in class io.netty.handler.codec.http.HttpObjectDecoder
 
readHeaders(ByteBuf, StompHeadersSubframe) - Method in class io.netty.handler.codec.stomp.StompSubframeDecoder
 
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.
readHeadersFrame(ChannelHandlerContext, ByteBuf, int, Http2FrameListener) - Method in class io.netty.handler.codec.http2.DefaultHttp2FrameReader
 
readIfIsAutoRead() - Method in class io.netty.channel.DefaultChannelPipeline.HeadContext
 
readIfNeeded(ChannelHandlerContext) - Static method in class io.netty.handler.codec.http.websocketx.WebSocketProtocolHandler
 
readIfNeeded(ChannelHandlerContext) - Static method in class io.netty.handler.proxy.ProxyHandler
 
readIfNeeded(ChannelHandlerContext) - Method in class io.netty.handler.ssl.SslHandler
 
readInbound() - Method in class io.netty.channel.embedded.EmbeddedChannel
Return received data from this Channel
readInbound() - Method in class io.netty.channel.local.LocalChannel
 
readInbound() - Method in class io.netty.channel.local.LocalServerChannel
 
reading - Variable in class io.netty.handler.timeout.IdleStateHandler
 
READING_COPY - io.netty.handler.codec.compression.Snappy.State
 
READING_FIRST - io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder.State
 
READING_LITERAL - io.netty.handler.codec.compression.Snappy.State
 
READING_PREAMBLE - io.netty.handler.codec.compression.Snappy.State
 
READING_SECOND - io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder.State
 
READING_SIZE - io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder.State
 
READING_TAG - io.netty.handler.codec.compression.Snappy.State
 
readingHeaders - Variable in class io.netty.handler.codec.http2.DefaultHttp2FrameReader
true = reading headers, false = reading payload.
readingTime - Variable in class io.netty.handler.traffic.TrafficCounter
Last reading delay during current check interval
readInProgress - Variable in class io.netty.channel.local.LocalChannel
 
readInProgress - Variable in class io.netty.handler.flush.FlushConsolidationHandler
 
readInt() - Method in class io.netty.buffer.AbstractByteBuf
 
readInt() - Method in class io.netty.buffer.AdvancedLeakAwareByteBuf
 
readInt() - Method in class io.netty.buffer.AdvancedLeakAwareCompositeByteBuf
 
readInt() - Method in class io.netty.buffer.ByteBuf
Gets a 32-bit integer at the current readerIndex and increases the readerIndex by 4 in 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.buffer.WrappedCompositeByteBuf
 
readInt() - Method in class io.netty.handler.codec.compression.Bzip2BitReader
Reads 32 bits of input as an integer.
readInt() - Method in class io.netty.handler.codec.ReplayingDecoderByteBuf
 
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.AdvancedLeakAwareByteBuf
 
readIntLE() - Method in class io.netty.buffer.AdvancedLeakAwareCompositeByteBuf
 
readIntLE() - Method in class io.netty.buffer.ByteBuf
Gets a 32-bit integer at the current readerIndex in the Little Endian Byte Order and increases the readerIndex by 4 in 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
 
readIntLE() - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
readIntLE() - Method in class io.netty.handler.codec.ReplayingDecoderByteBuf
 
readLengthField(ByteBuf) - Static method in class io.netty.handler.codec.spdy.SpdyHeaderBlockRawDecoder
 
readLimit - Variable in class io.netty.handler.traffic.AbstractTrafficShapingHandler
Limit in B/s to apply to read
readLine() - Method in class io.netty.buffer.ByteBufInputStream
 
readLine() - Method in class io.netty.handler.codec.serialization.ObjectDecoderInputStream
Deprecated.
Use BufferedReader.readLine() instead.
readLine(ByteBuf) - Static method in class io.netty.handler.codec.redis.RedisDecoder
 
readLineOptimized(ByteBuf, Charset) - Static method in class io.netty.handler.codec.http.multipart.HttpPostMultipartRequestDecoder
Read one line up to the CRLF or LF
readLong() - Method in class io.netty.buffer.AbstractByteBuf
 
readLong() - Method in class io.netty.buffer.AdvancedLeakAwareByteBuf
 
readLong() - Method in class io.netty.buffer.AdvancedLeakAwareCompositeByteBuf
 
readLong() - Method in class io.netty.buffer.ByteBuf
Gets a 64-bit integer at the current readerIndex and increases the readerIndex by 8 in 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.buffer.WrappedCompositeByteBuf
 
readLong() - Method in class io.netty.handler.codec.ReplayingDecoderByteBuf
 
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.AdvancedLeakAwareByteBuf
 
readLongLE() - Method in class io.netty.buffer.AdvancedLeakAwareCompositeByteBuf
 
readLongLE() - Method in class io.netty.buffer.ByteBuf
Gets a 64-bit integer at the current readerIndex in the Little Endian Byte Order and increases the readerIndex by 8 in 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
 
readLongLE() - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
readLongLE() - Method in class io.netty.handler.codec.ReplayingDecoderByteBuf
 
readMedium() - Method in class io.netty.buffer.AbstractByteBuf
 
readMedium() - Method in class io.netty.buffer.AdvancedLeakAwareByteBuf
 
readMedium() - Method in class io.netty.buffer.AdvancedLeakAwareCompositeByteBuf
 
readMedium() - Method in class io.netty.buffer.ByteBuf
Gets a 24-bit medium integer at the current readerIndex and increases the readerIndex by 3 in 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
 
readMedium() - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
readMedium() - Method in class io.netty.handler.codec.ReplayingDecoderByteBuf
 
readMediumLE() - Method in class io.netty.buffer.AbstractByteBuf
 
readMediumLE() - Method in class io.netty.buffer.AdvancedLeakAwareByteBuf
 
readMediumLE() - Method in class io.netty.buffer.AdvancedLeakAwareCompositeByteBuf
 
readMediumLE() - Method in class io.netty.buffer.ByteBuf
Gets a 24-bit medium integer at the current readerIndex in the Little Endian Byte Order and increases the readerIndex by 3 in 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
 
readMediumLE() - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
readMediumLE() - Method in class io.netty.handler.codec.ReplayingDecoderByteBuf
 
readName(int) - Method in class io.netty.handler.codec.http2.HpackDecoder
 
readNextTLV(ByteBuf, int) - Static method in class io.netty.handler.codec.haproxy.HAProxyMessage
 
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.
 
ReadOnlyByteBufferBuf - Class in io.netty.buffer
Read-only ByteBuf which wraps a read-only ByteBuffer.
ReadOnlyByteBufferBuf(ByteBufAllocator, ByteBuffer) - Constructor for class io.netty.buffer.ReadOnlyByteBufferBuf
 
readonlyChildren - Variable in class io.netty.util.concurrent.MultithreadEventExecutorGroup
 
ReadOnlyHttp2Headers - Class in io.netty.handler.codec.http2
A variant of Http2Headers which only supports read-only methods.
ReadOnlyHttp2Headers(boolean, AsciiString[], AsciiString...) - Constructor for class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
 
ReadOnlyHttp2Headers.ReadOnlyIterator - Class in io.netty.handler.codec.http2
 
ReadOnlyHttp2Headers.ReadOnlyValueIterator - Class in io.netty.handler.codec.http2
 
ReadOnlyHttpHeaders - Class in io.netty.handler.codec.http
A variant of HttpHeaders which only supports read-only methods.
ReadOnlyHttpHeaders(boolean, CharSequence...) - Constructor for class io.netty.handler.codec.http.ReadOnlyHttpHeaders
Create a new instance.
ReadOnlyHttpHeaders.ReadOnlyIterator - Class in io.netty.handler.codec.http
 
ReadOnlyHttpHeaders.ReadOnlyStringIterator - Class in io.netty.handler.codec.http
 
ReadOnlyHttpHeaders.ReadOnlyStringValueIterator - Class in io.netty.handler.codec.http
 
ReadOnlyHttpHeaders.ReadOnlyValueIterator - Class in io.netty.handler.codec.http
 
ReadOnlyIterator<T> - Class in io.netty.util.internal
 
ReadOnlyIterator() - Constructor for class io.netty.handler.codec.http.ReadOnlyHttpHeaders.ReadOnlyIterator
 
ReadOnlyIterator() - Constructor for class io.netty.handler.codec.http2.ReadOnlyHttp2Headers.ReadOnlyIterator
 
ReadOnlyIterator(Iterator<? extends T>) - Constructor for class io.netty.util.internal.ReadOnlyIterator
 
ReadOnlyStringIterator() - Constructor for class io.netty.handler.codec.http.ReadOnlyHttpHeaders.ReadOnlyStringIterator
 
ReadOnlyStringValueIterator(CharSequence) - Constructor for class io.netty.handler.codec.http.ReadOnlyHttpHeaders.ReadOnlyStringValueIterator
 
ReadOnlyUnsafeDirectByteBuf - Class in io.netty.buffer
Read-only ByteBuf which wraps a read-only direct ByteBuffer and use unsafe for best performance.
ReadOnlyUnsafeDirectByteBuf(ByteBufAllocator, ByteBuffer) - Constructor for class io.netty.buffer.ReadOnlyUnsafeDirectByteBuf
 
ReadOnlyValueIterator(CharSequence) - Constructor for class io.netty.handler.codec.http.ReadOnlyHttpHeaders.ReadOnlyValueIterator
 
ReadOnlyValueIterator(CharSequence) - Constructor for class io.netty.handler.codec.http2.ReadOnlyHttp2Headers.ReadOnlyValueIterator
 
readOutbound() - Method in class io.netty.channel.embedded.EmbeddedChannel
Read data from the outbound.
readPadding(ByteBuf) - Method in class io.netty.handler.codec.http2.DefaultHttp2FrameReader
If padding is present in the payload, reads the next byte as padding.
readPending - Variable in class io.netty.channel.epoll.AbstractEpollChannel.AbstractEpollUnsafe
 
readPending - Variable in class io.netty.channel.kqueue.AbstractKQueueChannel.AbstractKQueueUnsafe
 
readPending - Variable in class io.netty.channel.nio.AbstractNioChannel
 
readPending - Variable in class io.netty.channel.oio.AbstractOioChannel
Deprecated.
 
readPending - Variable in class io.netty.handler.ssl.SslClientHelloHandler
 
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.
readPingFrame(ChannelHandlerContext, long, Http2FrameListener) - Method in class io.netty.handler.codec.http2.DefaultHttp2FrameReader
 
readPlaintextData(ByteBuffer) - Method in class io.netty.handler.ssl.ReferenceCountedOpenSslEngine
Read plaintext data from the OpenSSL internal BIO
readPreamble(ByteBuf) - Static method in class io.netty.handler.codec.compression.Snappy
Reads the length varint (a series of bytes, where the lower 7 bits are data and the upper bit is a flag to indicate more bytes to be read).
readPriorityFrame(ChannelHandlerContext, ByteBuf, Http2FrameListener) - Method in class io.netty.handler.codec.http2.DefaultHttp2FrameReader
 
readPrivateKey(File) - Static method in class io.netty.handler.ssl.PemReader
 
readPrivateKey(InputStream) - Static method in class io.netty.handler.ssl.PemReader
 
readPushPromiseFrame(ChannelHandlerContext, ByteBuf, int, Http2FrameListener) - Method in class io.netty.handler.codec.http2.DefaultHttp2FrameReader
 
readReady(long) - Method in class io.netty.channel.kqueue.AbstractKQueueChannel.AbstractKQueueUnsafe
 
readReady(KQueueRecvByteAllocatorHandle) - Method in class io.netty.channel.kqueue.AbstractKQueueChannel.AbstractKQueueUnsafe
 
readReady(KQueueRecvByteAllocatorHandle) - Method in class io.netty.channel.kqueue.AbstractKQueueServerChannel.KQueueServerSocketUnsafe
 
readReady(KQueueRecvByteAllocatorHandle) - Method in class io.netty.channel.kqueue.AbstractKQueueStreamChannel.KQueueStreamUnsafe
 
readReady(KQueueRecvByteAllocatorHandle) - Method in class io.netty.channel.kqueue.KQueueDatagramChannel.KQueueDatagramChannelUnsafe
 
readReady(KQueueRecvByteAllocatorHandle) - Method in class io.netty.channel.kqueue.KQueueDomainDatagramChannel.KQueueDomainDatagramChannelUnsafe
 
readReady(KQueueRecvByteAllocatorHandle) - Method in class io.netty.channel.kqueue.KQueueDomainSocketChannel.KQueueDomainUnsafe
 
readReadyBefore() - Method in class io.netty.channel.kqueue.AbstractKQueueChannel.AbstractKQueueUnsafe
 
readReadyFd() - Method in class io.netty.channel.kqueue.KQueueDomainSocketChannel.KQueueDomainUnsafe
 
readReadyFinally(ChannelConfig) - Method in class io.netty.channel.kqueue.AbstractKQueueChannel.AbstractKQueueUnsafe
 
readReadyRunnable - Variable in class io.netty.channel.kqueue.AbstractKQueueChannel.AbstractKQueueUnsafe
 
readReadyRunnablePending - Variable in class io.netty.channel.kqueue.AbstractKQueueChannel
 
readResolve() - Method in class io.netty.handler.codec.http.multipart.CaseIgnoringComparator
 
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.AdvancedLeakAwareByteBuf
 
readRetainedSlice(int) - Method in class io.netty.buffer.AdvancedLeakAwareCompositeByteBuf
 
readRetainedSlice(int) - Method in class io.netty.buffer.ByteBuf
Returns a new retained slice of this buffer's sub-region starting at the current readerIndex and increases the readerIndex by the size of the new slice (= length).
readRetainedSlice(int) - Method in class io.netty.buffer.EmptyByteBuf
 
readRetainedSlice(int) - Method in class io.netty.buffer.SimpleLeakAwareByteBuf
 
readRetainedSlice(int) - Method in class io.netty.buffer.SimpleLeakAwareCompositeByteBuf
 
readRetainedSlice(int) - Method in class io.netty.buffer.SwappedByteBuf
Deprecated.
 
readRetainedSlice(int) - Method in class io.netty.buffer.UnreleasableByteBuf
 
readRetainedSlice(int) - Method in class io.netty.buffer.WrappedByteBuf
 
readRetainedSlice(int) - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
readRetainedSlice(int) - Method in class io.netty.handler.codec.ReplayingDecoderByteBuf
 
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.
readRstStreamFrame(ChannelHandlerContext, ByteBuf, Http2FrameListener) - Method in class io.netty.handler.codec.http2.DefaultHttp2FrameReader
 
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.
readSettingsFrame(ChannelHandlerContext, ByteBuf, Http2FrameListener) - Method in class io.netty.handler.codec.http2.DefaultHttp2FrameReader
 
readShort() - Method in class io.netty.buffer.AbstractByteBuf
 
readShort() - Method in class io.netty.buffer.AdvancedLeakAwareByteBuf
 
readShort() - Method in class io.netty.buffer.AdvancedLeakAwareCompositeByteBuf
 
readShort() - Method in class io.netty.buffer.ByteBuf
Gets a 16-bit short integer at the current readerIndex and increases the readerIndex by 2 in 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.buffer.WrappedCompositeByteBuf
 
readShort() - Method in class io.netty.handler.codec.ReplayingDecoderByteBuf
 
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.AdvancedLeakAwareByteBuf
 
readShortLE() - Method in class io.netty.buffer.AdvancedLeakAwareCompositeByteBuf
 
readShortLE() - Method in class io.netty.buffer.ByteBuf
Gets a 16-bit short integer at the current readerIndex in the Little Endian Byte Order and increases the readerIndex by 2 in 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
 
readShortLE() - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
readShortLE() - Method in class io.netty.handler.codec.ReplayingDecoderByteBuf
 
readSlice(int) - Method in class io.netty.buffer.AbstractByteBuf
 
readSlice(int) - Method in class io.netty.buffer.AdvancedLeakAwareByteBuf
 
readSlice(int) - Method in class io.netty.buffer.AdvancedLeakAwareCompositeByteBuf
 
readSlice(int) - Method in class io.netty.buffer.ByteBuf
Returns a new slice of this buffer's sub-region starting at the current readerIndex and increases the readerIndex by the size of the new slice (= length).
readSlice(int) - Method in class io.netty.buffer.EmptyByteBuf
 
readSlice(int) - Method in class io.netty.buffer.SimpleLeakAwareByteBuf
 
readSlice(int) - Method in class io.netty.buffer.SimpleLeakAwareCompositeByteBuf
 
readSlice(int) - Method in class io.netty.buffer.SwappedByteBuf
Deprecated.
 
readSlice(int) - Method in class io.netty.buffer.UnreleasableByteBuf
 
readSlice(int) - Method in class io.netty.buffer.WrappedByteBuf
 
readSlice(int) - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
readSlice(int) - Method in class io.netty.handler.codec.ReplayingDecoderByteBuf
 
readStatus - Variable in class io.netty.handler.codec.http2.AbstractHttp2StreamChannel
This variable represents if a read is in progress for the current channel or was requested.
ReadStatus() - Constructor for enum io.netty.handler.codec.http2.AbstractHttp2StreamChannel.ReadStatus
 
readStreamHeader() - Method in class io.netty.handler.codec.serialization.CompactObjectInputStream
 
readString(String, ByteBuf) - Static method in class io.netty.handler.codec.socksx.v4.Socks4ServerDecoder
Reads a variable-length NUL-terminated string as defined in SOCKS4.
readStringLiteral(ByteBuf, int, boolean) - Method in class io.netty.handler.codec.http2.HpackDecoder
 
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.
readTask - Variable in class io.netty.channel.local.LocalChannel
 
readTask - Variable in class io.netty.channel.oio.AbstractOioChannel
Deprecated.
 
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 TimeoutException raised by ReadTimeoutHandler when no data was read within a certain period of time.
ReadTimeoutException() - Constructor for exception io.netty.handler.timeout.ReadTimeoutException
 
ReadTimeoutException(boolean) - 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 ReadTimeoutException when 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.
readTlvs(ByteBuf) - Static method in class io.netty.handler.codec.haproxy.HAProxyMessage
 
readTrailingHeaders(ByteBuf) - Method in class io.netty.handler.codec.http.HttpObjectDecoder
 
readU16(ByteBuf, int) - Static method in class io.netty.handler.codec.compression.FastLz
 
readUnknownFrame(ChannelHandlerContext, ByteBuf, int, Http2FrameListener) - Method in class io.netty.handler.codec.http2.DefaultHttp2FrameReader
 
readUnsignedByte() - Method in class io.netty.buffer.AbstractByteBuf
 
readUnsignedByte() - Method in class io.netty.buffer.AdvancedLeakAwareByteBuf
 
readUnsignedByte() - Method in class io.netty.buffer.AdvancedLeakAwareCompositeByteBuf
 
readUnsignedByte() - Method in class io.netty.buffer.ByteBuf
Gets an unsigned byte at the current readerIndex and increases the readerIndex by 1 in 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.buffer.WrappedCompositeByteBuf
 
readUnsignedByte() - Method in class io.netty.handler.codec.ReplayingDecoderByteBuf
 
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.AdvancedLeakAwareByteBuf
 
readUnsignedInt() - Method in class io.netty.buffer.AdvancedLeakAwareCompositeByteBuf
 
readUnsignedInt() - Method in class io.netty.buffer.ByteBuf
Gets an unsigned 32-bit integer at the current readerIndex and increases the readerIndex by 4 in 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() - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
readUnsignedInt() - Method in class io.netty.handler.codec.ReplayingDecoderByteBuf
 
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.AdvancedLeakAwareByteBuf
 
readUnsignedIntLE() - Method in class io.netty.buffer.AdvancedLeakAwareCompositeByteBuf
 
readUnsignedIntLE() - Method in class io.netty.buffer.ByteBuf
Gets an unsigned 32-bit integer at the current readerIndex in the Little Endian Byte Order and increases the readerIndex by 4 in 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
 
readUnsignedIntLE() - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
readUnsignedIntLE() - Method in class io.netty.handler.codec.ReplayingDecoderByteBuf
 
readUnsignedMedium() - Method in class io.netty.buffer.AbstractByteBuf
 
readUnsignedMedium() - Method in class io.netty.buffer.AdvancedLeakAwareByteBuf
 
readUnsignedMedium() - Method in class io.netty.buffer.AdvancedLeakAwareCompositeByteBuf
 
readUnsignedMedium() - Method in class io.netty.buffer.ByteBuf
Gets an unsigned 24-bit medium integer at the current readerIndex and increases the readerIndex by 3 in 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
 
readUnsignedMedium() - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
readUnsignedMedium() - Method in class io.netty.handler.codec.ReplayingDecoderByteBuf
 
readUnsignedMediumLE() - Method in class io.netty.buffer.AbstractByteBuf
 
readUnsignedMediumLE() - Method in class io.netty.buffer.AdvancedLeakAwareByteBuf
 
readUnsignedMediumLE() - Method in class io.netty.buffer.AdvancedLeakAwareCompositeByteBuf
 
readUnsignedMediumLE() - Method in class io.netty.buffer.ByteBuf
Gets an unsigned 24-bit medium integer at the current readerIndex in the Little Endian Byte Order and increases the readerIndex by 3 in 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
 
readUnsignedMediumLE() - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
readUnsignedMediumLE() - Method in class io.netty.handler.codec.ReplayingDecoderByteBuf
 
readUnsignedShort() - Method in class io.netty.buffer.AbstractByteBuf
 
readUnsignedShort() - Method in class io.netty.buffer.AdvancedLeakAwareByteBuf
 
readUnsignedShort() - Method in class io.netty.buffer.AdvancedLeakAwareCompositeByteBuf
 
readUnsignedShort() - Method in class io.netty.buffer.ByteBuf
Gets an unsigned 16-bit short integer at the current readerIndex and increases the readerIndex by 2 in 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.buffer.WrappedCompositeByteBuf
 
readUnsignedShort() - Method in class io.netty.handler.codec.ReplayingDecoderByteBuf
 
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.AdvancedLeakAwareByteBuf
 
readUnsignedShortLE() - Method in class io.netty.buffer.AdvancedLeakAwareCompositeByteBuf
 
readUnsignedShortLE() - Method in class io.netty.buffer.ByteBuf
Gets an unsigned 16-bit short integer at the current readerIndex in the Little Endian Byte Order and increases the readerIndex by 2 in 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
 
readUnsignedShortLE() - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
readUnsignedShortLE() - Method in class io.netty.handler.codec.ReplayingDecoderByteBuf
 
readUsAscii(ByteBuf, int) - Static method in class io.netty.handler.codec.socks.SocksCommonUtils
 
readUTF() - Method in class io.netty.buffer.ByteBufInputStream
 
readUTF() - Method in class io.netty.handler.codec.serialization.ObjectDecoderInputStream
Deprecated.
 
readWhenInactive - Variable in class io.netty.channel.oio.AbstractOioChannel
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.
readWindowUpdateFrame(ChannelHandlerContext, ByteBuf, Http2FrameListener) - Method in class io.netty.handler.codec.http2.DefaultHttp2FrameReader
 
realloc(boolean) - Method in class io.netty.channel.kqueue.KQueueEventArray
Increase the storage of this KQueueEventArray.
reallocate(PooledByteBuf<T>, int) - Method in class io.netty.buffer.PoolArena
 
reallocateDirect(ByteBuffer, int) - Method in class io.netty.buffer.UnpooledByteBufAllocator.InstrumentedUnpooledUnsafeNoCleanerDirectByteBuf
 
reallocateDirect(ByteBuffer, int) - Method in class io.netty.buffer.UnpooledUnsafeNoCleanerDirectByteBuf
 
reallocateDirectNoCleaner(ByteBuffer, int) - Static method in class io.netty.util.internal.PlatformDependent
Reallocate a new ByteBuffer with the given capacity.
reallocateDirectNoCleaner(ByteBuffer, int) - Static method in class io.netty.util.internal.PlatformDependent0
 
reallocateMemory(long, long) - Static method in class io.netty.util.internal.PlatformDependent
 
reallocateMemory(long, long) - Static method in class io.netty.util.internal.PlatformDependent0
 
reallocIfNeeded() - Method in class io.netty.channel.kqueue.KQueueEventArray
 
reallocIfNeeded() - Method in class io.netty.channel.kqueue.NativeLongArray
 
realRefCnt(int) - Static method in class io.netty.util.internal.ReferenceCountUpdater
 
realWriteThroughput - Variable in class io.netty.handler.traffic.TrafficCounter
Real writing bandwidth
realWrittenBytes - Variable in class io.netty.handler.traffic.TrafficCounter
Real written bytes
reason() - Method in annotation type io.netty.util.internal.SuppressJava6Requirement
 
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
 
reasonCode - Variable in class io.netty.handler.codec.mqtt.MqttMessageBuilders.AuthBuilder
 
reasonCode - Variable in class io.netty.handler.codec.mqtt.MqttMessageBuilders.DisconnectBuilder
 
reasonCode - Variable in class io.netty.handler.codec.mqtt.MqttMessageBuilders.PubAckBuilder
 
reasonCode - Variable in class io.netty.handler.codec.mqtt.MqttPubReplyMessageVariableHeader
 
reasonCode - Variable in class io.netty.handler.codec.mqtt.MqttReasonCodeAndPropertiesVariableHeader
 
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 - Variable in class io.netty.handler.codec.mqtt.MqttMessageBuilders.UnsubAckBuilder
 
reasonCodes - Variable in class io.netty.handler.codec.mqtt.MqttSubAckPayload
 
reasonCodes() - Method in class io.netty.handler.codec.mqtt.MqttSubAckPayload
 
reasonPhrase - Variable in class io.netty.handler.codec.http.HttpResponseStatus
 
reasonPhrase() - Method in class io.netty.handler.codec.http.HttpResponseStatus
Returns the reason phrase of this HttpResponseStatus.
reasonString - Variable in class io.netty.handler.codec.mqtt.MqttMessageBuilders.ConnAckPropertiesBuilder
 
reasonString(String) - Method in class io.netty.handler.codec.mqtt.MqttMessageBuilders.ConnAckPropertiesBuilder
 
reasonText - Variable in class io.netty.handler.codec.http.websocketx.WebSocketCloseStatus
 
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
Replaces the current Selector of this event loop with newly created Selectors to work around the infamous epoll 100% CPU bug.
rebuildSelector0() - Method in class io.netty.channel.nio.NioEventLoop
 
rebuildSelectors() - Method in class io.netty.channel.nio.NioEventLoopGroup
Replaces the current Selectors of the child event loops with newly created Selectors 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_HUFFMAN_LENGTH - io.netty.handler.codec.compression.Bzip2Decoder.State
 
RECEIVE_HUFFMAN_USED_BITMAPS - io.netty.handler.codec.compression.Bzip2Decoder.State
 
RECEIVE_HUFFMAN_USED_MAP - io.netty.handler.codec.compression.Bzip2Decoder.State
 
RECEIVE_MAXIMUM - io.netty.handler.codec.mqtt.MqttProperties.MqttPropertyType
 
RECEIVE_MAXIMUM_EXCEEDED - io.netty.handler.codec.mqtt.MqttReasonCodes.Disconnect
 
RECEIVE_SELECTORS - io.netty.handler.codec.compression.Bzip2Decoder.State
 
RECEIVE_SELECTORS_NUMBER - io.netty.handler.codec.compression.Bzip2Decoder.State
 
receivedAmount - Variable in class io.netty.channel.unix.DatagramSocketAddress
 
receivedAmount - Variable in class io.netty.channel.unix.DomainDatagramSocketAddress
 
receivedAmount() - Method in class io.netty.channel.unix.DatagramSocketAddress
 
receivedAmount() - Method in class io.netty.channel.unix.DomainDatagramSocketAddress
 
receivedClosingHandshake - Variable in class io.netty.handler.codec.http.websocketx.WebSocket00FrameDecoder
 
receivedClosingHandshake - Variable in class io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder
 
receivedGoAwayFrame - Variable in class io.netty.handler.codec.spdy.SpdySessionHandler
 
receivedRdHup - Variable in class io.netty.channel.epoll.EpollRecvByteAllocatorHandle
 
receivedRdHup() - Method in class io.netty.channel.epoll.EpollRecvByteAllocatorHandle
 
receivedReply - Variable in class io.netty.handler.codec.spdy.SpdySession.StreamState
 
receivedReply() - Method in class io.netty.handler.codec.spdy.SpdySession.StreamState
 
receivedReply(int) - Method in class io.netty.handler.codec.spdy.SpdySession
 
receivedRstInWindow - Variable in class io.netty.handler.codec.http2.Http2MaxRstFrameListener
 
receivedShutdown - Variable in class io.netty.handler.ssl.ReferenceCountedOpenSslEngine
 
receiveFlowControlledFrame(int) - Method in class io.netty.handler.codec.http2.DefaultHttp2LocalFlowController.AutoRefillState
 
receiveFlowControlledFrame(int) - Method in class io.netty.handler.codec.http2.DefaultHttp2LocalFlowController.DefaultState
 
receiveFlowControlledFrame(int) - Method in interface io.netty.handler.codec.http2.DefaultHttp2LocalFlowController.FlowState
A flow control event has occurred and we should decrement the amount of available bytes for this stream.
receiveFlowControlledFrame(Http2Stream, ByteBuf, int, boolean) - Method in class io.netty.handler.codec.http2.DefaultHttp2LocalFlowController
 
receiveFlowControlledFrame(Http2Stream, ByteBuf, int, boolean) - Method in class io.netty.handler.codec.http2.DelegatingDecompressorFrameListener.ConsumedBytesConverter
 
receiveFlowControlledFrame(Http2Stream, ByteBuf, int, boolean) - Method in interface io.netty.handler.codec.http2.Http2LocalFlowController
Receives an inbound DATA frame from the remote endpoint and applies flow control policies to it for both the stream as well as the connection.
receiveMaximum - Variable in class io.netty.handler.codec.mqtt.MqttMessageBuilders.ConnAckPropertiesBuilder
 
receiveMaximum(int) - Method in class io.netty.handler.codec.mqtt.MqttMessageBuilders.ConnAckPropertiesBuilder
 
receiveSegmentNumber - Variable in class io.netty.handler.pcap.PcapWriteHandler
TCP Receiver Segment Number.
receiveWindowSize - Variable in class io.netty.handler.codec.spdy.SpdySession
 
receiveWindowSize - Variable in class io.netty.handler.codec.spdy.SpdySession.StreamState
 
receiveWindowSizeLowerBound - Variable in class io.netty.handler.codec.spdy.SpdySession.StreamState
 
recipient - Variable in class io.netty.channel.DefaultAddressedEnvelope
 
recipient - Variable in class io.netty.handler.codec.dns.DatagramDnsQuery
 
recipient - Variable in class io.netty.handler.codec.dns.DatagramDnsResponse
 
recipient - Variable in class io.netty.resolver.dns.DnsNameResolver.AddressedEnvelopeAdapter
 
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
 
recipient() - Method in class io.netty.resolver.dns.DnsNameResolver.AddressedEnvelopeAdapter
 
recipientAddr - Variable in class io.netty.channel.epoll.NativeDatagramPacketArray.NativeDatagramPacket
 
recipientAddrLen - Variable in class io.netty.channel.epoll.NativeDatagramPacketArray.NativeDatagramPacket
 
recipientPort - Variable in class io.netty.channel.epoll.NativeDatagramPacketArray.NativeDatagramPacket
 
recipientScopeId - Variable in class io.netty.channel.epoll.NativeDatagramPacketArray.NativeDatagramPacket
 
record() - Method in interface io.netty.util.ResourceLeak
Deprecated.
Records the caller's current stack trace so that the ResourceLeakDetector can tell where the leaked resource was accessed lastly.
record() - Method in class io.netty.util.ResourceLeakDetector.DefaultResourceLeak
 
record() - Method in interface io.netty.util.ResourceLeakTracker
Records the caller's current stack trace so that the ResourceLeakDetector can tell where the leaked resource was accessed lastly.
record(int) - Method in class io.netty.channel.AdaptiveRecvByteBufAllocator.HandleImpl
 
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 ResourceLeakDetector can tell where the leaked resource was accessed lastly.
record(Object) - Method in class io.netty.util.ResourceLeakDetector.DefaultResourceLeak
 
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 ResourceLeakDetector can 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.
record0(Object) - Method in class io.netty.util.ResourceLeakDetector.DefaultResourceLeak
This method works by exponentially backing off as more records are present in the stack.
recordAt(int) - Method in class io.netty.handler.codec.dns.AbstractDnsMessage
 
recordAt(int, int) - Method in class io.netty.handler.codec.dns.AbstractDnsMessage
 
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 section of 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 index of the specified section of this DNS message.
recordDecoder - Variable in class io.netty.handler.codec.dns.DatagramDnsQueryDecoder
 
recordDecoder - Variable in class io.netty.handler.codec.dns.DnsResponseDecoder
 
recordEncoder - Variable in class io.netty.handler.codec.dns.DatagramDnsResponseEncoder
 
recordEncoder - Variable in class io.netty.handler.codec.dns.DnsQueryEncoder
 
recordException(ChannelFuture) - Method in class io.netty.channel.embedded.EmbeddedChannel
 
recordException(Throwable) - Method in class io.netty.channel.embedded.EmbeddedChannel
 
recordExceptionListener - Variable in class io.netty.channel.embedded.EmbeddedChannel
 
recordLeakNonRefCountingOperation(ResourceLeakTracker<ByteBuf>) - Static method in class io.netty.buffer.AdvancedLeakAwareByteBuf
 
recursionAvailable - Variable in class io.netty.handler.codec.dns.DefaultDnsResponse
 
recursionDesired - Variable in class io.netty.handler.codec.dns.AbstractDnsMessage
 
recursionDesired - Variable in class io.netty.resolver.dns.DnsNameResolver
 
recursionDesired - Variable in class io.netty.resolver.dns.DnsNameResolverBuilder
 
recursionDesired - Variable in class io.netty.resolver.dns.DnsQueryContext
 
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(int, ByteBuffer, int, int) - Static method in class io.netty.channel.unix.Socket
 
recv(ByteBuffer, int, int) - Method in class io.netty.channel.unix.Socket
 
recvAddress(int, long, int, int) - Static method in class io.netty.channel.unix.Socket
 
recvAddress(long, int, int) - Method in class io.netty.channel.unix.Socket
 
recvBufAllocHandle() - Method in class io.netty.channel.AbstractChannel.AbstractUnsafe
 
recvBufAllocHandle() - Method in interface io.netty.channel.Channel.Unsafe
Return the assigned RecvByteBufAllocator.Handle which will be used to allocate ByteBuf's when receiving data.
recvBufAllocHandle() - Method in class io.netty.channel.epoll.AbstractEpollChannel.AbstractEpollUnsafe
 
recvBufAllocHandle() - Method in class io.netty.channel.kqueue.AbstractKQueueChannel.AbstractKQueueUnsafe
 
recvBufAllocHandle() - Method in class io.netty.handler.codec.http2.AbstractHttp2StreamChannel.Http2ChannelUnsafe
 
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.Handle which delegates all call to some other RecvByteBufAllocator.Handle.
RecvByteBufAllocator.ExtendedHandle - Interface in io.netty.channel
 
RecvByteBufAllocator.Handle - Interface in io.netty.channel
recvFd() - Method in class io.netty.channel.unix.Socket
 
recvFd(int) - Static method in class io.netty.channel.unix.Socket
 
recvFrom(int, ByteBuffer, int, int) - Static method in class io.netty.channel.unix.Socket
 
recvFrom(ByteBuffer, int, int) - Method in class io.netty.channel.unix.Socket
 
recvFromAddress(int, long, int, int) - Static method in class io.netty.channel.unix.Socket
 
recvFromAddress(long, int, int) - Method in class io.netty.channel.unix.Socket
 
recvFromAddressDomainSocket(int, long, int, int) - Static method in class io.netty.channel.unix.Socket
 
recvFromAddressDomainSocket(long, int, int) - Method in class io.netty.channel.unix.Socket
 
recvFromDomainSocket(int, ByteBuffer, int, int) - Static method in class io.netty.channel.unix.Socket
 
recvFromDomainSocket(ByteBuffer, int, int) - Method in class io.netty.channel.unix.Socket
 
recvHandle - Variable in class io.netty.channel.AbstractChannel.AbstractUnsafe
 
recvHandle - Variable in class io.netty.handler.codec.http2.AbstractHttp2StreamChannel.Http2ChannelUnsafe
 
recvmmsg(int, boolean, NativeDatagramPacketArray.NativeDatagramPacket[], int, int) - Static method in class io.netty.channel.epoll.Native
 
recvmmsg(NativeDatagramPacketArray.NativeDatagramPacket[], int, int) - Method in class io.netty.channel.epoll.LinuxSocket
 
recvmmsg0(int, boolean, NativeDatagramPacketArray.NativeDatagramPacket[], int, int) - Static method in class io.netty.channel.epoll.Native
 
recvmsg(int, boolean, NativeDatagramPacketArray.NativeDatagramPacket) - Static method in class io.netty.channel.epoll.Native
 
recvmsg(EpollRecvByteAllocatorHandle, NativeDatagramPacketArray, ByteBuf) - Method in class io.netty.channel.epoll.EpollDatagramChannel
 
recvmsg(NativeDatagramPacketArray.NativeDatagramPacket) - Method in class io.netty.channel.epoll.LinuxSocket
 
recvmsg0(int, boolean, NativeDatagramPacketArray.NativeDatagramPacket) - Static method in class io.netty.channel.epoll.Native
 
RecyclableArrayDeque(int, ObjectPool.Handle<FlowControlHandler.RecyclableArrayDeque>) - Constructor for class io.netty.handler.flow.FlowControlHandler.RecyclableArrayDeque
 
RecyclableArrayList - Class in io.netty.util.internal
A simple list which is recyclable.
RecyclableArrayList(ObjectPool.Handle<RecyclableArrayList>) - Constructor for class io.netty.util.internal.RecyclableArrayList
 
RecyclableArrayList(ObjectPool.Handle<RecyclableArrayList>, int) - Constructor for class io.netty.util.internal.RecyclableArrayList
 
recycle() - Method in class io.netty.buffer.PoolThreadCache.MemoryRegionCache.Entry
 
recycle() - Method in class io.netty.channel.AbstractChannelHandlerContext.WriteTask
 
recycle() - Method in class io.netty.channel.ChannelOutboundBuffer
Deprecated.
recycle() - Method in class io.netty.channel.PendingWriteQueue.PendingWrite
 
recycle() - Method in class io.netty.handler.codec.CodecOutputList
Recycle the array which will clear it and null out all entries in the internal storage.
recycle() - Method in class io.netty.handler.flow.FlowControlHandler.RecyclableArrayDeque
 
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(PendingWriteQueue.PendingWrite, boolean) - Method in class io.netty.channel.PendingWriteQueue
 
recycle(CodecOutputList) - Method in interface io.netty.handler.codec.CodecOutputList.CodecOutputListRecycler
 
recycle(CodecOutputList) - Method in class io.netty.handler.codec.CodecOutputList.CodecOutputLists
 
recycle(Object) - Method in class io.netty.util.Recycler.DefaultHandle
 
recycle(T) - Method in interface io.netty.util.internal.ObjectPool.Handle
Recycle the Object if possible and so make it ready to be reused.
recycle(T, Recycler.Handle<T>) - Method in class io.netty.util.Recycler
recycleAndGet() - Method in class io.netty.util.internal.PendingWrite
Recycle this instance and return the Promise.
recycler - Variable in class io.netty.handler.codec.CodecOutputList
 
recycler - Variable in class io.netty.util.internal.ObjectPool.RecyclerObjectPool
 
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(int) - Constructor for class io.netty.util.Recycler
 
Recycler(int, int) - Constructor for class io.netty.util.Recycler
Deprecated.
Use one of the following instead: Recycler(), Recycler(int), Recycler(int, int, int).
Recycler(int, int, int) - Constructor for class io.netty.util.Recycler
 
Recycler(int, int, int, int) - Constructor for class io.netty.util.Recycler
Deprecated.
Use one of the following instead: Recycler(), Recycler(int), Recycler(int, int, int).
Recycler(int, int, int, int, int) - Constructor for class io.netty.util.Recycler
Deprecated.
Use one of the following instead: Recycler(), Recycler(int), Recycler(int, int, int).
RECYCLER - Static variable in class io.netty.buffer.ByteBufUtil.ThreadLocalDirectByteBuf
 
RECYCLER - Static variable in class io.netty.buffer.ByteBufUtil.ThreadLocalUnsafeDirectByteBuf
 
RECYCLER - Static variable in class io.netty.buffer.PooledDirectByteBuf
 
RECYCLER - Static variable in class io.netty.buffer.PooledDuplicatedByteBuf
 
RECYCLER - Static variable in class io.netty.buffer.PooledHeapByteBuf
 
RECYCLER - Static variable in class io.netty.buffer.PooledSlicedByteBuf
 
RECYCLER - Static variable in class io.netty.buffer.PooledUnsafeDirectByteBuf
 
RECYCLER - Static variable in class io.netty.buffer.PooledUnsafeHeapByteBuf
 
RECYCLER - Static variable in class io.netty.buffer.PoolThreadCache.MemoryRegionCache
 
RECYCLER - Static variable in class io.netty.channel.AbstractChannelHandlerContext.WriteTask
 
RECYCLER - Static variable in class io.netty.channel.ChannelOutboundBuffer.Entry
 
RECYCLER - Static variable in class io.netty.channel.PendingWriteQueue.PendingWrite
 
RECYCLER - Static variable in class io.netty.handler.flow.FlowControlHandler.RecyclableArrayDeque
 
RECYCLER - Static variable in class io.netty.util.internal.PendingWrite
 
RECYCLER - Static variable in class io.netty.util.internal.RecyclableArrayList
 
Recycler.BlockingMessageQueue<T> - Class in io.netty.util
This is an implementation of MessagePassingQueue, similar to what might be returned from PlatformDependent.newMpscQueue(int), but intended to be used for debugging purpose.
Recycler.DefaultHandle<T> - Class in io.netty.util
 
Recycler.EnhancedHandle<T> - Class in io.netty.util
 
Recycler.Handle<T> - Interface in io.netty.util
 
Recycler.LocalPool<T> - Class in io.netty.util
 
recyclerHandle - Variable in class io.netty.buffer.AbstractPooledDerivedByteBuf
 
recyclerHandle - Variable in class io.netty.buffer.PooledByteBuf
 
recyclerHandle - Variable in class io.netty.buffer.PoolThreadCache.MemoryRegionCache.Entry
 
RecyclerObjectPool(ObjectPool.ObjectCreator<T>) - Constructor for class io.netty.util.internal.ObjectPool.RecyclerObjectPool
 
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.
redirectAuthoritativeDnsServerCache(AuthoritativeDnsServerCache) - Static method in class io.netty.resolver.dns.DnsResolveContext
 
RedirectAuthoritativeDnsServerCache(AuthoritativeDnsServerCache) - Constructor for class io.netty.resolver.dns.DnsResolveContext.RedirectAuthoritativeDnsServerCache
 
REDIRECTION - io.netty.handler.codec.http.HttpStatusClass
The redirection class (3xx)
REDIS_INLINE_MESSAGE_MAX_LENGTH - Static variable in class io.netty.handler.codec.redis.RedisConstants
 
REDIS_MESSAGE_MAX_LENGTH - Static variable in class io.netty.handler.codec.redis.RedisConstants
 
RedisArrayAggregator - Class in io.netty.handler.codec.redis
Aggregates RedisMessage parts into ArrayRedisMessage.
RedisArrayAggregator() - Constructor for class io.netty.handler.codec.redis.RedisArrayAggregator
 
RedisArrayAggregator.AggregateState - Class in io.netty.handler.codec.redis
 
RedisBulkStringAggregator - Class in io.netty.handler.codec.redis
A ChannelHandler that aggregates an BulkStringHeaderRedisMessage and its following BulkStringRedisContents into a single FullBulkStringRedisMessage with no following BulkStringRedisContents.
RedisBulkStringAggregator() - Constructor for class io.netty.handler.codec.redis.RedisBulkStringAggregator
Creates a new instance.
RedisCodecException - Exception in io.netty.handler.codec.redis
An Exception which is thrown by RedisEncoder or RedisDecoder.
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.
RedisCodecUtil - Class in io.netty.handler.codec.redis
Utilities for codec-redis.
RedisCodecUtil() - Constructor for class io.netty.handler.codec.redis.RedisCodecUtil
 
RedisConstants - Class in io.netty.handler.codec.redis
Constant values for Redis encoder/decoder.
RedisConstants() - Constructor for class io.netty.handler.codec.redis.RedisConstants
 
RedisDecoder - Class in io.netty.handler.codec.redis
Decodes the Redis protocol into RedisMessage objects following RESP (REdis Serialization Protocol).
RedisDecoder() - Constructor for class io.netty.handler.codec.redis.RedisDecoder
Creates a new instance with default maxInlineMessageLength and messagePool and inline command decoding disabled.
RedisDecoder(boolean) - Constructor for class io.netty.handler.codec.redis.RedisDecoder
Creates a new instance with default maxInlineMessageLength and messagePool.
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.
RedisDecoder.State - Enum in io.netty.handler.codec.redis
 
RedisDecoder.ToPositiveLongProcessor - Class in io.netty.handler.codec.redis
 
RedisEncoder - Class in io.netty.handler.codec.redis
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.
RedisErrorKey(String) - Constructor for enum io.netty.handler.codec.redis.FixedRedisMessagePool.RedisErrorKey
 
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
RedisMessageType(Byte, boolean) - Constructor for enum io.netty.handler.codec.redis.RedisMessageType
 
RedisReplyKey() - Constructor for enum io.netty.handler.codec.redis.FixedRedisMessagePool.RedisReplyKey
 
REDUCED_FLOW_STATE - Static variable in class io.netty.handler.codec.http2.DefaultHttp2LocalFlowController
The local flow control state for a single stream that is not in a state where flow controlled frames cannot be exchanged.
refCnt - Variable in class io.netty.buffer.AbstractReferenceCountedByteBuf
 
refCnt - Variable in class io.netty.handler.ssl.ReferenceCountedOpenSslContext
 
refCnt - Variable in class io.netty.handler.ssl.ReferenceCountedOpenSslEngine
 
refCnt - Variable in class io.netty.util.AbstractReferenceCounted
 
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.buffer.WrappedCompositeByteBuf
 
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.ComposedLastHttpContent
 
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.HttpObjectAggregator.AggregatedFullHttpMessage
 
refCnt() - Method in class io.netty.handler.codec.http.HttpServerUpgradeHandler.UpgradeEvent
 
refCnt() - Method in class io.netty.handler.codec.http.multipart.HttpPostRequestEncoder.WrappedFullHttpRequest
 
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.ReplayingDecoderByteBuf
 
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.resolver.dns.DnsNameResolver.AddressedEnvelopeAdapter
 
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 ReferenceCounted object.
refCnt(T) - Method in class io.netty.util.internal.ReferenceCountUpdater
 
REFCNT_FIELD_OFFSET - Static variable in class io.netty.buffer.AbstractReferenceCountedByteBuf
 
REFCNT_FIELD_OFFSET - Static variable in class io.netty.util.AbstractReferenceCounted
 
refCnt0() - Method in class io.netty.buffer.AbstractDerivedByteBuf
Deprecated.
 
refCnt0() - Method in class io.netty.buffer.AbstractPooledDerivedByteBuf.PooledNonRetainedDuplicateByteBuf
 
refCnt0() - Method in class io.netty.buffer.AbstractPooledDerivedByteBuf.PooledNonRetainedSlicedByteBuf
 
REFERENCE_QUEUE - Static variable in class io.netty.util.internal.ObjectCleaner
 
REFERENCE_QUEUE_POLL_TIMEOUT_MS - Static variable in class io.netty.util.internal.ObjectCleaner
 
referenceCountDelegate - Variable in class io.netty.buffer.AbstractPooledDerivedByteBuf.PooledNonRetainedDuplicateByteBuf
 
referenceCountDelegate - Variable in class io.netty.buffer.AbstractPooledDerivedByteBuf.PooledNonRetainedSlicedByteBuf
 
ReferenceCounted - Interface in io.netty.util
A reference-counted object that requires explicit deallocation.
ReferenceCountedOpenSslClientContext - Class in io.netty.handler.ssl
A client-side SslContext which uses OpenSSL's SSL/TLS implementation.
ReferenceCountedOpenSslClientContext(X509Certificate[], TrustManagerFactory, X509Certificate[], PrivateKey, String, KeyManagerFactory, Iterable<String>, CipherSuiteFilter, ApplicationProtocolConfig, String[], long, long, boolean, String, Map.Entry<SslContextOption<?>, Object>...) - Constructor for class io.netty.handler.ssl.ReferenceCountedOpenSslClientContext
 
ReferenceCountedOpenSslClientContext.ExtendedTrustManagerVerifyCallback - Class in io.netty.handler.ssl
 
ReferenceCountedOpenSslClientContext.OpenSslClientCertificateCallback - Class in io.netty.handler.ssl
 
ReferenceCountedOpenSslClientContext.OpenSslClientSessionContext - Class in io.netty.handler.ssl
 
ReferenceCountedOpenSslClientContext.TrustManagerVerifyCallback - Class in io.netty.handler.ssl
 
ReferenceCountedOpenSslContext - Class in io.netty.handler.ssl
An implementation of SslContext which works with libraries that support the OpenSsl C library API.
ReferenceCountedOpenSslContext(Iterable<String>, CipherSuiteFilter, OpenSslApplicationProtocolNegotiator, int, Certificate[], ClientAuth, String[], boolean, boolean, boolean, Map.Entry<SslContextOption<?>, Object>...) - Constructor for class io.netty.handler.ssl.ReferenceCountedOpenSslContext
 
ReferenceCountedOpenSslContext.AbstractCertificateVerifier - Class in io.netty.handler.ssl
 
ReferenceCountedOpenSslContext.AsyncPrivateKeyMethod - Class in io.netty.handler.ssl
 
ReferenceCountedOpenSslContext.AsyncPrivateKeyMethod.ResultCallbackListener - Class in io.netty.handler.ssl
 
ReferenceCountedOpenSslContext.CompressionAlgorithm - Class in io.netty.handler.ssl
 
ReferenceCountedOpenSslContext.DefaultOpenSslEngineMap - Class in io.netty.handler.ssl
 
ReferenceCountedOpenSslContext.PrivateKeyMethod - Class in io.netty.handler.ssl
 
ReferenceCountedOpenSslEngine - Class in io.netty.handler.ssl
Implements a SSLEngine using OpenSSL BIO abstractions.
ReferenceCountedOpenSslEngine(ReferenceCountedOpenSslContext, ByteBufAllocator, String, int, boolean, boolean) - Constructor for class io.netty.handler.ssl.ReferenceCountedOpenSslEngine
Create a new instance.
ReferenceCountedOpenSslEngine.AsyncTaskDecorator - Class in io.netty.handler.ssl
 
ReferenceCountedOpenSslEngine.DefaultOpenSslSession - Class in io.netty.handler.ssl
 
ReferenceCountedOpenSslEngine.HandshakeState - Enum in io.netty.handler.ssl
 
ReferenceCountedOpenSslEngine.NativeSslException - Interface in io.netty.handler.ssl
 
ReferenceCountedOpenSslEngine.OpenSslException - Exception in io.netty.handler.ssl
 
ReferenceCountedOpenSslEngine.OpenSslHandshakeException - Exception in io.netty.handler.ssl
 
ReferenceCountedOpenSslEngine.TaskDecorator<R extends java.lang.Runnable> - Class in io.netty.handler.ssl
 
ReferenceCountedOpenSslServerContext - Class in io.netty.handler.ssl
A server-side SslContext which uses OpenSSL's SSL/TLS implementation.
ReferenceCountedOpenSslServerContext(X509Certificate[], TrustManagerFactory, X509Certificate[], PrivateKey, String, KeyManagerFactory, Iterable<String>, CipherSuiteFilter, ApplicationProtocolConfig, long, long, ClientAuth, String[], boolean, boolean, String, Map.Entry<SslContextOption<?>, Object>...) - Constructor for class io.netty.handler.ssl.ReferenceCountedOpenSslServerContext
 
ReferenceCountedOpenSslServerContext(X509Certificate[], TrustManagerFactory, X509Certificate[], PrivateKey, String, KeyManagerFactory, Iterable<String>, CipherSuiteFilter, OpenSslApplicationProtocolNegotiator, long, long, ClientAuth, String[], boolean, boolean, String, Map.Entry<SslContextOption<?>, Object>...) - Constructor for class io.netty.handler.ssl.ReferenceCountedOpenSslServerContext
 
ReferenceCountedOpenSslServerContext.ExtendedTrustManagerVerifyCallback - Class in io.netty.handler.ssl
 
ReferenceCountedOpenSslServerContext.OpenSslServerCertificateCallback - Class in io.netty.handler.ssl
 
ReferenceCountedOpenSslServerContext.OpenSslSniHostnameMatcher - Class in io.netty.handler.ssl
 
ReferenceCountedOpenSslServerContext.TrustManagerVerifyCallback - Class in io.netty.handler.ssl
 
ReferenceCountUpdater<T extends ReferenceCounted> - Class in io.netty.util.internal
Common logic for ReferenceCounted implementations
ReferenceCountUpdater() - Constructor for class io.netty.util.internal.ReferenceCountUpdater
 
ReferenceCountUtil - Class in io.netty.util
Collection of method to handle objects that may implement ReferenceCounted.
ReferenceCountUtil() - Constructor for class io.netty.util.ReferenceCountUtil
 
ReferenceCountUtil.ReleasingTask - Class in io.netty.util
Releases the objects when the thread that called ReferenceCountUtil.releaseLater(Object) has been terminated.
ReferenceMap<K,​V> - Class in io.netty.handler.codec.serialization
 
ReferenceMap(Map<K, Reference<V>>) - Constructor for class io.netty.handler.codec.serialization.ReferenceMap
 
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"
refill() - Method in class io.netty.handler.codec.compression.Bzip2BitReader
Refill the ByteBuf by one byte.
ReflectionUtil - Class in io.netty.util.internal
 
ReflectionUtil() - Constructor for class io.netty.util.internal.ReflectionUtil
 
ReflectiveByteBufChecksum(Checksum, Method) - Constructor for class io.netty.handler.codec.compression.ByteBufChecksum.ReflectiveByteBufChecksum
 
ReflectiveChannelFactory<T extends Channel> - Class in io.netty.channel
A ChannelFactory that instantiates a new Channel by invoking its default constructor reflectively.
ReflectiveChannelFactory(Class<? extends T>) - Constructor for class io.netty.channel.ReflectiveChannelFactory
 
ReflectiveMatcher(Class<?>) - Constructor for class io.netty.util.internal.TypeParameterMatcher.ReflectiveMatcher
 
refQueue - Variable in class io.netty.util.ResourceLeakDetector
 
REFRESH_INTERVAL - Static variable in class io.netty.resolver.dns.DnsServerAddressStreamProviders.DefaultProviderHolder
 
REFRESH_INTERVAL - Static variable in class io.netty.resolver.dns.macos.MacOSDnsServerAddressStreamProvider
 
refreshInterval - Variable in class io.netty.resolver.DefaultHostsFileEntriesResolver
 
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
regionMatchesCharSequences(CharSequence, int, CharSequence, int, int, AsciiString.CharEqualityComparator) - Static method in class io.netty.util.AsciiString
 
register() - Method in class io.netty.bootstrap.AbstractBootstrap
Create a new Channel and register it with an EventLoop.
register() - Method in class io.netty.channel.embedded.EmbeddedChannel
Register this Channel on its EventLoop.
register(Channel) - Method in class io.netty.channel.embedded.EmbeddedEventLoop
 
register(Channel) - Method in interface io.netty.channel.EventLoopGroup
Register a Channel with this EventLoop.
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 class io.netty.channel.embedded.EmbeddedEventLoop
 
register(ChannelPromise) - Method in interface io.netty.channel.EventLoopGroup
Register a Channel with this EventLoop using a ChannelFuture.
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 class io.netty.channel.embedded.EmbeddedEventLoop
Deprecated.
register(Channel, ChannelPromise) - Method in interface io.netty.channel.EventLoopGroup
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(Channel, LocalAddress, SocketAddress) - Static method in class io.netty.channel.local.LocalChannelRegistry
 
register(EventLoop, ChannelPromise) - Method in class io.netty.channel.AbstractChannel.AbstractUnsafe
 
register(EventLoop, ChannelPromise) - Method in interface io.netty.channel.Channel.Unsafe
Register the Channel of the ChannelPromise and notify the ChannelFuture once the registration was complete.
register(EventLoop, ChannelPromise) - Method in class io.netty.handler.codec.http2.AbstractHttp2StreamChannel.Http2ChannelUnsafe
 
register(Object, Runnable) - Static method in class io.netty.util.internal.ObjectCleaner
Register the given Object for which the Runnable will be executed once there are no references to the object anymore.
register(SelectableChannel, int, NioTask<?>) - Method in class io.netty.channel.nio.NioEventLoop
Registers an arbitrary SelectableChannel, not necessarily created by Netty, to the Selector of this event loop.
register0(ChannelPromise) - Method in class io.netty.channel.AbstractChannel.AbstractUnsafe
 
register0(SelectableChannel, int, NioTask<?>) - Method in class io.netty.channel.nio.NioEventLoop
 
registerDone(ChannelFuture) - Static method in class io.netty.handler.codec.http2.Http2MultiplexHandler
 
registered - Variable in class io.netty.bootstrap.AbstractBootstrap.PendingRegistrationPromise
 
registered - Variable in class io.netty.channel.AbstractChannel
 
registered - Variable in class io.netty.channel.DefaultChannelPipeline
Set to true once the AbstractChannel is registered.Once set to true the value will never change.
registered - Static variable in class io.netty.channel.unix.Unix
 
registered - Variable in class io.netty.handler.codec.http2.AbstractHttp2StreamChannel
 
registered() - Method in class io.netty.bootstrap.AbstractBootstrap.PendingRegistrationPromise
 
registeredChannels() - Method in class io.netty.channel.epoll.EpollEventLoop
 
registeredChannels() - Method in class io.netty.channel.kqueue.KQueueEventLoop
 
registeredChannels() - Method in class io.netty.channel.nio.NioEventLoop
 
registeredChannels() - Method in class io.netty.channel.SingleThreadEventLoop
Returns the number of Channels registered with this EventLoop or -1 if operation is not supported.
registeredChannels() - Method in class io.netty.channel.ThreadPerChannelEventLoop
Deprecated.
 
registeredChannelsIterator() - Method in class io.netty.channel.epoll.EpollEventLoop
 
registeredChannelsIterator() - Method in class io.netty.channel.kqueue.KQueueEventLoop
 
registeredChannelsIterator() - Method in class io.netty.channel.nio.NioEventLoop
 
registeredChannelsIterator() - Method in class io.netty.channel.SingleThreadEventLoop
 
registerInternal(Runnable) - Static method in class io.netty.channel.unix.Unix
Internal method...
registerUnix() - Static method in class io.netty.channel.epoll.Native
 
registerUnix() - Static method in class io.netty.channel.kqueue.Native
 
REGULAR_HEADER - io.netty.handler.codec.http2.HpackDecoder.HeaderType
 
rehash(int) - Method in class io.netty.util.collection.ByteObjectHashMap
Rehashes the map for the given capacity.
rehash(int) - Method in class io.netty.util.collection.CharObjectHashMap
Rehashes the map for the given capacity.
rehash(int) - Method in class io.netty.util.collection.IntObjectHashMap
Rehashes the map for the given capacity.
rehash(int) - Method in class io.netty.util.collection.LongObjectHashMap
Rehashes the map for the given capacity.
rehash(int) - Method in class io.netty.util.collection.ShortObjectHashMap
Rehashes the map for the given capacity.
reject() - Static method in class io.netty.channel.group.VoidChannelGroupFuture
 
reject() - Static method in class io.netty.handler.codec.ReplayingDecoderByteBuf
 
reject() - Static method in class io.netty.util.concurrent.RejectedExecutionHandlers
Returns a RejectedExecutionHandler that will always just throw a RejectedExecutionException.
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
 
REJECT - Static variable in class io.netty.util.concurrent.RejectedExecutionHandlers
 
rejected(Runnable, SingleThreadEventExecutor) - Method in interface io.netty.util.concurrent.RejectedExecutionHandler
Called when someone tried to add a task to SingleThreadEventExecutor but this failed due capacity restrictions.
REJECTED_OR_FAILED - Static variable in class io.netty.handler.codec.socksx.v4.Socks4CommandStatus
 
rejectedExecutionHandler - Variable in class io.netty.util.concurrent.SingleThreadEventExecutor
 
RejectedExecutionHandler - Interface in io.netty.util.concurrent
Similar to RejectedExecutionHandler but specific to SingleThreadEventExecutor.
RejectedExecutionHandlers - Class in io.netty.util.concurrent
Expose helper methods which create different RejectedExecutionHandlers.
RejectedExecutionHandlers() - Constructor for class io.netty.util.concurrent.RejectedExecutionHandlers
 
rejectedExecutionLogger - Static variable in class io.netty.util.concurrent.DefaultPromise
 
rejectRemoteInitiatedRenegotiation() - Method in class io.netty.handler.ssl.ReferenceCountedOpenSslEngine
 
rejectResponse(HttpRequest) - Method in class io.netty.handler.codec.http.HttpServerExpectContinueHandler
Returns the appropriate 4XX HttpResponse for the given HttpRequest.
relativeTimeAction - Variable in class io.netty.handler.traffic.ChannelTrafficShapingHandler.ToSend
 
relativeTimeAction - Variable in class io.netty.handler.traffic.GlobalChannelTrafficShapingHandler.ToSend
 
relativeTimeAction - Variable in class io.netty.handler.traffic.GlobalTrafficShapingHandler.ToSend
 
relaxedOffer(T) - Method in class io.netty.util.Recycler.BlockingMessageQueue
 
relaxedPeek() - Method in class io.netty.util.Recycler.BlockingMessageQueue
 
relaxedPoll() - Method in class io.netty.util.Recycler.BlockingMessageQueue
 
release() - Method in class io.netty.buffer.AbstractDerivedByteBuf
Deprecated.
 
release() - Method in class io.netty.buffer.AbstractReferenceCountedByteBuf
 
release() - Method in class io.netty.buffer.AdvancedLeakAwareByteBuf
 
release() - Method in class io.netty.buffer.AdvancedLeakAwareCompositeByteBuf
 
release() - Method in class io.netty.buffer.DefaultByteBufHolder
 
release() - Method in class io.netty.buffer.EmptyByteBuf
 
release() - Method in class io.netty.buffer.SimpleLeakAwareByteBuf
 
release() - Method in class io.netty.buffer.SimpleLeakAwareCompositeByteBuf
 
release() - Method in class io.netty.buffer.SwappedByteBuf
Deprecated.
 
release() - Method in class io.netty.buffer.UnreleasableByteBuf
 
release() - Method in class io.netty.buffer.WrappedByteBuf
 
release() - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
release() - Method in class io.netty.channel.DefaultAddressedEnvelope
 
release() - Method in class io.netty.channel.epoll.NativeDatagramPacketArray
 
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.ComposedLastHttpContent
 
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.HttpObjectAggregator.AggregatedFullHttpMessage
 
release() - Method in class io.netty.handler.codec.http.HttpServerUpgradeHandler.UpgradeEvent
 
release() - Method in class io.netty.handler.codec.http.multipart.HttpPostRequestEncoder.WrappedFullHttpRequest
 
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.ReplayingDecoderByteBuf
 
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.DefaultOpenSslKeyMaterial
 
release() - Method in interface io.netty.handler.ssl.OpenSslKeyMaterial
 
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.resolver.dns.DnsNameResolver.AddressedEnvelopeAdapter
 
release() - Method in class io.netty.util.AbstractReferenceCounted
 
release() - Method in interface io.netty.util.ReferenceCounted
Decreases the reference count by 1 and deallocates this object if the reference count reaches at 0.
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.AdvancedLeakAwareByteBuf
 
release(int) - Method in class io.netty.buffer.AdvancedLeakAwareCompositeByteBuf
 
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.SimpleLeakAwareByteBuf
 
release(int) - Method in class io.netty.buffer.SimpleLeakAwareCompositeByteBuf
 
release(int) - Method in class io.netty.buffer.SwappedByteBuf
Deprecated.
 
release(int) - Method in class io.netty.buffer.UnreleasableByteBuf
 
release(int) - Method in class io.netty.buffer.WrappedByteBuf
 
release(int) - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
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.ComposedLastHttpContent
 
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.HttpObjectAggregator.AggregatedFullHttpMessage
 
release(int) - Method in class io.netty.handler.codec.http.HttpServerUpgradeHandler.UpgradeEvent
 
release(int) - Method in class io.netty.handler.codec.http.multipart.HttpPostRequestEncoder.WrappedFullHttpRequest
 
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.ReplayingDecoderByteBuf
 
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.DefaultOpenSslKeyMaterial
 
release(int) - Method in interface io.netty.handler.ssl.OpenSslKeyMaterial
 
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.resolver.dns.DnsNameResolver.AddressedEnvelopeAdapter
 
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 decrement and deallocates this object if the reference count reaches at 0.
release(Channel) - Method in interface io.netty.channel.pool.ChannelPool
Release a Channel back to this ChannelPool.
release(Channel) - Method in class io.netty.channel.pool.SimpleChannelPool
 
release(Channel, Promise<Void>) - Method in interface io.netty.channel.pool.ChannelPool
Release a Channel back to this ChannelPool.
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(Recycler.DefaultHandle<T>, boolean) - Method in class io.netty.util.Recycler.LocalPool
 
release(Object) - Static method in class io.netty.util.ReferenceCountUtil
Try to call ReferenceCounted.release() if the specified message implements ReferenceCounted.
release(Object, int) - Static method in class io.netty.util.ReferenceCountUtil
Try to call ReferenceCounted.release(int) if the specified message implements ReferenceCounted.
release(Throwable) - Method in class io.netty.handler.codec.http2.StreamBufferingEncoder.DataFrame
 
release(Throwable) - Method in class io.netty.handler.codec.http2.StreamBufferingEncoder.Frame
Release any resources (features, buffers, ...) associated with the frame.
release(T) - Method in class io.netty.util.internal.ReferenceCountUpdater
 
release(T, int) - Method in class io.netty.util.internal.ReferenceCountUpdater
 
release0() - Method in class io.netty.buffer.AbstractDerivedByteBuf
Deprecated.
 
release0() - Method in class io.netty.buffer.AbstractPooledDerivedByteBuf.PooledNonRetainedDuplicateByteBuf
 
release0() - Method in class io.netty.buffer.AbstractPooledDerivedByteBuf.PooledNonRetainedSlicedByteBuf
 
release0(int) - Method in class io.netty.buffer.AbstractDerivedByteBuf
Deprecated.
 
release0(int) - Method in class io.netty.buffer.AbstractPooledDerivedByteBuf.PooledNonRetainedDuplicateByteBuf
 
release0(int) - Method in class io.netty.buffer.AbstractPooledDerivedByteBuf.PooledNonRetainedSlicedByteBuf
 
releaseAll(Queue<Object>) - Static method in class io.netty.channel.embedded.EmbeddedChannel
 
releaseAndCompleteAll(ChannelFuture) - Method in class io.netty.channel.AbstractCoalescingBufferQueue
 
releaseAndFailAll(ChannelHandlerContext, Throwable) - Method in class io.netty.handler.ssl.SslHandler
 
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.
releaseAndOffer(Channel, Promise<Void>) - Method in class io.netty.channel.pool.SimpleChannelPool
 
releaseAndOfferIfHealthy(Channel, Promise<Void>, Future<Boolean>) - Method in class io.netty.channel.pool.SimpleChannelPool
Adds the channel back to the pool only if the channel is healthy.
releaseAndRecycle(ByteBuf, RecyclableArrayList) - Static method in class io.netty.channel.epoll.EpollDatagramChannel
 
releaseBuffer() - Method in class io.netty.handler.codec.spdy.SpdyHeaderBlockRawDecoder
 
releaseBuffer() - Method in class io.netty.handler.codec.spdy.SpdyHeaderBlockZlibDecoder
 
releaseChain() - Method in class io.netty.handler.ssl.OpenSslPrivateKey.OpenSslPrivateKeyMaterial
 
releaseCurrentMessage() - Method in class io.netty.handler.codec.MessageAggregator
 
releaseHandshakeBuffer() - Method in class io.netty.handler.ssl.SslClientHelloHandler
 
releaseHealthCheck - Variable in class io.netty.channel.pool.SimpleChannelPool
 
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.
releaseIfNeeded(ReferenceCounted) - Static method in class io.netty.handler.ssl.OpenSsl
 
releaseIfNotNull(ByteBuf) - Static method in class io.netty.handler.ssl.SslClientHelloHandler
 
releaseInbound() - Method in class io.netty.channel.embedded.EmbeddedChannel
Release all buffered inbound messages and return true if any were in the inbound buffer, false otherwise.
releaseInboundBuffers() - Method in class io.netty.channel.local.LocalChannel
 
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.
releaseMessages - Variable in class io.netty.handler.flow.FlowControlHandler
 
releaseOnClose - Variable in class io.netty.buffer.ByteBufInputStream
To preserve backwards compatibility (which didn't transfer ownership) we support a conditional flag which indicates if ByteBufInputStream.buffer should be released when this InputStream is closed.
releaseOutbound() - Method in class io.netty.channel.embedded.EmbeddedChannel
Release all buffered outbound messages and return true if any were in the outbound buffer, false otherwise.
releaseReadSuspended(ChannelHandlerContext) - Method in class io.netty.handler.traffic.AbstractTrafficShapingHandler
Release the Read suspension
releaseWriteSuspended(ChannelHandlerContext) - Method in class io.netty.handler.traffic.AbstractTrafficShapingHandler
Explicitly release the Write suspended status.
ReleasingTask(ReferenceCounted, int) - Constructor for class io.netty.util.ReferenceCountUtil.ReleasingTask
 
remainingBulkLength - Variable in class io.netty.handler.codec.redis.RedisDecoder
 
remainingLength - Variable in class io.netty.handler.codec.mqtt.MqttFixedHeader
 
remainingLength() - Method in class io.netty.handler.codec.mqtt.MqttFixedHeader
 
remainingRounds - Variable in class io.netty.util.HashedWheelTimer.HashedWheelTimeout
 
remote - Variable in class io.netty.channel.epoll.AbstractEpollChannel
 
remote - Variable in class io.netty.channel.epoll.EpollDomainDatagramChannel
 
remote - Variable in class io.netty.channel.epoll.EpollDomainSocketChannel
 
remote - Variable in class io.netty.channel.kqueue.AbstractKQueueChannel
 
remote - Variable in class io.netty.channel.kqueue.KQueueDomainDatagramChannel
 
remote - Variable in class io.netty.channel.kqueue.KQueueDomainSocketChannel
 
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_ADDRESS - Static variable in class io.netty.channel.embedded.EmbeddedChannel
 
remoteAddress - Variable in class io.netty.bootstrap.Bootstrap
 
remoteAddress - Variable in class io.netty.channel.AbstractChannel
 
remoteAddress - Variable in class io.netty.channel.local.LocalChannel
 
remoteAddress - Variable in exception io.netty.resolver.dns.DnsNameResolverException
 
remoteAddress() - Method in class io.netty.bootstrap.Bootstrap
 
remoteAddress() - Method in class io.netty.bootstrap.BootstrapConfig
Returns the configured remote address or null if 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 SocketAddress to which is bound remote or null if 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 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 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.handler.codec.http2.AbstractHttp2StreamChannel.Http2ChannelUnsafe
 
remoteAddress() - Method in class io.netty.handler.codec.http2.AbstractHttp2StreamChannel
 
remoteAddress() - Method in exception io.netty.resolver.dns.DnsNameResolverException
Returns the InetSocketAddress of the DNS query that has failed.
remoteAddress(int) - Static method in class io.netty.channel.unix.Socket
 
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 SocketAddress to connect to once the Bootstrap.connect() method is called.
remoteAddress(SocketAddress, SocketAddress) - Method in class io.netty.handler.address.DynamicAddressConnectHandler
Returns the remote SocketAddress to use for ChannelOutboundInvoker.connect(SocketAddress, SocketAddress) based on the original remoteAddress and localAddress.
remoteAddress0() - Method in class io.netty.bootstrap.FailedChannel
 
remoteAddress0() - Method in class io.netty.channel.AbstractChannel
Return the SocketAddress which the Channel is 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.AbstractEpollChannel
 
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.AbstractKQueueChannel
 
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.socket.nio.NioDatagramChannel
 
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.
 
remoteConcurrentStreams - Variable in class io.netty.handler.codec.spdy.SpdySessionHandler
 
remoteDomainSocketAddress() - Method in class io.netty.channel.unix.Socket
 
remoteDomainSocketAddress(int) - Static method in class io.netty.channel.unix.Socket
 
remoteEndpoint - Variable in class io.netty.handler.codec.http2.DefaultHttp2Connection
 
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
 
remoteSideClosed - Variable in class io.netty.handler.codec.spdy.SpdySession.StreamState
 
remoteSideOpen - Variable in enum io.netty.handler.codec.http2.Http2Stream.State
 
remoteSideOpen() - Method in enum io.netty.handler.codec.http2.Http2Stream.State
Indicates whether the remote side of this stream is open (i.e.
remoteVSockAddress() - Method in class io.netty.channel.epoll.LinuxSocket
 
remoteVSockAddress(int) - Static method in class io.netty.channel.epoll.LinuxSocket
 
removalPrevious - Variable in class io.netty.handler.codec.DefaultHeaders.ValueIterator
 
remove() - Method in class io.netty.buffer.CompositeByteBuf.CompositeByteBufIterator
 
remove() - Method in class io.netty.channel.ChannelOutboundBuffer
Will remove the current message, mark its ChannelPromise as success and return true.
remove() - Method in class io.netty.channel.CombinedChannelDuplexHandler.DelegatingChannelHandlerContext
 
remove() - Method in class io.netty.channel.group.CombinedIterator
 
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 class io.netty.handler.codec.DefaultHeaders.HeaderIterator
 
remove() - Method in class io.netty.handler.codec.DefaultHeaders.ValueIterator
 
remove() - Method in class io.netty.handler.codec.HeadersUtils.StringEntryIterator
 
remove() - Method in class io.netty.handler.codec.HeadersUtils.StringIterator
 
remove() - Method in class io.netty.handler.codec.http.ReadOnlyHttpHeaders.ReadOnlyIterator
 
remove() - Method in class io.netty.handler.codec.http.ReadOnlyHttpHeaders.ReadOnlyStringIterator
 
remove() - Method in class io.netty.handler.codec.http.ReadOnlyHttpHeaders.ReadOnlyStringValueIterator
 
remove() - Method in class io.netty.handler.codec.http.ReadOnlyHttpHeaders.ReadOnlyValueIterator
 
remove() - Method in class io.netty.handler.codec.http2.DefaultHttp2Headers.Http2HeaderEntry
 
remove() - Method in class io.netty.handler.codec.http2.HpackDynamicTable
Remove and return the oldest header field from the dynamic table.
remove() - Method in class io.netty.handler.codec.http2.HpackEncoder
Remove the oldest header field from the dynamic table.
remove() - Method in class io.netty.handler.codec.http2.MaxCapacityQueue
 
remove() - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers.ReadOnlyIterator
 
remove() - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers.ReadOnlyValueIterator
 
remove() - Method in interface io.netty.util.Attribute
Deprecated.
please consider using Attribute.set(Object) (with value of null).
remove() - Method in class io.netty.util.collection.ByteCollections.UnmodifiableMap.IteratorImpl
 
remove() - Method in class io.netty.util.collection.ByteObjectHashMap.MapIterator
 
remove() - Method in class io.netty.util.collection.ByteObjectHashMap.PrimitiveIterator
 
remove() - Method in class io.netty.util.collection.CharCollections.UnmodifiableMap.IteratorImpl
 
remove() - Method in class io.netty.util.collection.CharObjectHashMap.MapIterator
 
remove() - Method in class io.netty.util.collection.CharObjectHashMap.PrimitiveIterator
 
remove() - Method in class io.netty.util.collection.IntCollections.UnmodifiableMap.IteratorImpl
 
remove() - Method in class io.netty.util.collection.IntObjectHashMap.MapIterator
 
remove() - Method in class io.netty.util.collection.IntObjectHashMap.PrimitiveIterator
 
remove() - Method in class io.netty.util.collection.LongCollections.UnmodifiableMap.IteratorImpl
 
remove() - Method in class io.netty.util.collection.LongObjectHashMap.MapIterator
 
remove() - Method in class io.netty.util.collection.LongObjectHashMap.PrimitiveIterator
 
remove() - Method in class io.netty.util.collection.ShortCollections.UnmodifiableMap.IteratorImpl
 
remove() - Method in class io.netty.util.collection.ShortObjectHashMap.MapIterator
 
remove() - Method in class io.netty.util.collection.ShortObjectHashMap.PrimitiveIterator
 
remove() - Method in class io.netty.util.concurrent.FastThreadLocal
Sets the value to uninitialized for the specified thread local map.
remove() - Method in class io.netty.util.DefaultAttributeMap.DefaultAttribute
 
remove() - Method in class io.netty.util.HashedWheelTimer.HashedWheelTimeout
 
remove() - Method in class io.netty.util.internal.DefaultPriorityQueue.PriorityQueueIterator
 
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.ByteCollections.EmptyMap
 
remove(byte) - Method in class io.netty.util.collection.ByteCollections.UnmodifiableMap
 
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.CharCollections.EmptyMap
 
remove(char) - Method in class io.netty.util.collection.CharCollections.UnmodifiableMap
 
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.buffer.IntPriorityQueue
 
remove(int) - Method in class io.netty.handler.codec.CodecOutputList
 
remove(int) - Method in class io.netty.resolver.dns.DnsQueryContextManager.DnsQueryContextMap
 
remove(int) - Method in class io.netty.util.collection.IntCollections.EmptyMap
 
remove(int) - Method in class io.netty.util.collection.IntCollections.UnmodifiableMap
 
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 ByteBuf from the queue with the specified number of bytes.
remove(long) - Method in class io.netty.buffer.LongLongHashMap
 
remove(long) - Method in interface io.netty.handler.ssl.OpenSslEngineMap
Remove the OpenSslEngine with the given ssl address and return it.
remove(long) - Method in class io.netty.handler.ssl.ReferenceCountedOpenSslContext.DefaultOpenSslEngineMap
 
remove(long) - Method in class io.netty.util.collection.LongCollections.EmptyMap
 
remove(long) - Method in class io.netty.util.collection.LongCollections.UnmodifiableMap
 
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(short) - Method in class io.netty.util.collection.ShortCollections.EmptyMap
 
remove(short) - Method in class io.netty.util.collection.ShortCollections.UnmodifiableMap
 
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 ByteBuf from the queue with the specified number of bytes.
remove(PoolChunk<T>) - Method in class io.netty.buffer.PoolChunkList
 
remove(AbstractChannelHandlerContext) - Method in class io.netty.channel.DefaultChannelPipeline
 
remove(ChannelHandler) - Method in interface io.netty.channel.ChannelPipeline
Removes the specified ChannelHandler from this pipeline.
remove(ChannelHandler) - Method in class io.netty.channel.DefaultChannelPipeline
 
remove(AbstractEpollChannel) - Method in class io.netty.channel.epoll.EpollEventLoop
Deregister the given epoll from this EventLoop.
remove(AbstractKQueueChannel) - Method in class io.netty.channel.kqueue.KQueueEventLoop
 
remove(DefaultHttp2Connection.DefaultPropertyKey) - Method in class io.netty.handler.codec.http2.DefaultHttp2Connection.DefaultStream.PropertyMap
 
remove(GenericFutureListener<? extends Future<?>>) - Method in class io.netty.util.concurrent.DefaultFutureListeners
 
remove(HashedWheelTimer.HashedWheelTimeout) - Method in class io.netty.util.HashedWheelTimer.HashedWheelBucket
 
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 ChannelHandler of 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.channel.nio.SelectedSelectionKeySet
 
remove(Object) - Method in class io.netty.handler.codec.http2.MaxCapacityQueue
 
remove(Object) - Method in class io.netty.handler.codec.serialization.ReferenceMap
 
remove(Object) - Method in class io.netty.util.collection.ByteCollections.EmptyMap
 
remove(Object) - Method in class io.netty.util.collection.ByteCollections.UnmodifiableMap
 
remove(Object) - Method in class io.netty.util.collection.ByteObjectHashMap.KeySet
 
remove(Object) - Method in class io.netty.util.collection.ByteObjectHashMap
 
remove(Object) - Method in class io.netty.util.collection.CharCollections.EmptyMap
 
remove(Object) - Method in class io.netty.util.collection.CharCollections.UnmodifiableMap
 
remove(Object) - Method in class io.netty.util.collection.CharObjectHashMap.KeySet
 
remove(Object) - Method in class io.netty.util.collection.CharObjectHashMap
 
remove(Object) - Method in class io.netty.util.collection.IntCollections.EmptyMap
 
remove(Object) - Method in class io.netty.util.collection.IntCollections.UnmodifiableMap
 
remove(Object) - Method in class io.netty.util.collection.IntObjectHashMap.KeySet
 
remove(Object) - Method in class io.netty.util.collection.IntObjectHashMap
 
remove(Object) - Method in class io.netty.util.collection.LongCollections.EmptyMap
 
remove(Object) - Method in class io.netty.util.collection.LongCollections.UnmodifiableMap
 
remove(Object) - Method in class io.netty.util.collection.LongObjectHashMap.KeySet
 
remove(Object) - Method in class io.netty.util.collection.LongObjectHashMap
 
remove(Object) - Method in class io.netty.util.collection.ShortCollections.EmptyMap
 
remove(Object) - Method in class io.netty.util.collection.ShortCollections.UnmodifiableMap
 
remove(Object) - Method in class io.netty.util.collection.ShortObjectHashMap.KeySet
 
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 ChannelHandler with 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) - Static method in class io.netty.handler.codec.http.multipart.DeleteFileOnExitHook
Remove from the pool to reduce space footprint.
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 ChannelPromise as failure using the given Throwable and return true.
remove(InetSocketAddress, int) - Method in class io.netty.resolver.dns.DnsQueryContextManager
 
remove(K) - Method in class io.netty.channel.pool.AbstractChannelPoolMap
Remove the ChannelPool from this AbstractChannelPoolMap.
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.
REMOVE_COMPLETE - Static variable in class io.netty.channel.AbstractChannelHandlerContext
remove0() - Method in class io.netty.channel.CombinedChannelDuplexHandler.DelegatingChannelHandlerContext
 
remove0(int, int, K) - Method in class io.netty.handler.codec.DefaultHeaders
 
remove0(DefaultHeaders.HeaderEntry<K, V>, DefaultHeaders.HeaderEntry<K, V>) - Method in class io.netty.handler.codec.DefaultHeaders
 
remove0(Throwable, boolean) - Method in class io.netty.channel.ChannelOutboundBuffer
 
removeActiveStream(int, boolean) - Method in class io.netty.handler.codec.spdy.SpdySession
 
removeAfterEventLoopIterationTask(Runnable) - Method in class io.netty.channel.SingleThreadEventLoop
Removes a task that was added previously via SingleThreadEventLoop.executeAfterEventLoopIteration(Runnable).
removeAll() - Static method in class io.netty.util.concurrent.FastThreadLocal
Removes all FastThreadLocal variables bound to the current thread.
removeAll(Collection<?>) - Method in class io.netty.handler.codec.http2.MaxCapacityQueue
 
removeAll(Collection<?>) - Method in class io.netty.util.internal.EmptyPriorityQueue
 
removeAllChildrenExcept(WeightedFairQueueByteDistributor.State) - Method in class io.netty.handler.codec.http2.WeightedFairQueueByteDistributor.State
Remove all children with the exception of streamToRetain.
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.
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).
removeAsyncIfSupported(K) - Method in class io.netty.channel.pool.AbstractChannelPoolMap
Remove the ChannelPool from this AbstractChannelPoolMap.
removeAt(int) - Method in class io.netty.util.collection.ByteObjectHashMap
Removes entry at the given index position.
removeAt(int) - Method in class io.netty.util.collection.CharObjectHashMap
Removes entry at the given index position.
removeAt(int) - Method in class io.netty.util.collection.IntObjectHashMap
Removes entry at the given index position.
removeAt(int) - Method in class io.netty.util.collection.LongObjectHashMap
Removes entry at the given index position.
removeAt(int) - Method in class io.netty.util.collection.ShortObjectHashMap
Removes entry at the given index position.
removeAttributeIfMatch(AttributeKey<T>, DefaultAttributeMap.DefaultAttribute<T>) - Method in class io.netty.util.DefaultAttributeMap
 
removeAvailRun(long) - Method in class io.netty.buffer.PoolChunk
 
removeAvailRun0(long) - Method in class io.netty.buffer.PoolChunk
 
removeBytes(long) - Method in class io.netty.channel.ChannelOutboundBuffer
Removes the fully written entries and update the reader index of the partially written entry.
removeChild(WeightedFairQueueByteDistributor.State) - Method in class io.netty.handler.codec.http2.WeightedFairQueueByteDistributor.State
Removes the child priority and moves any of its dependencies to being direct dependencies on this node.
removeComp(int) - Method in class io.netty.buffer.CompositeByteBuf
 
removeComponent(int) - Method in class io.netty.buffer.AdvancedLeakAwareCompositeByteBuf
 
removeComponent(int) - Method in class io.netty.buffer.CompositeByteBuf
Remove the ByteBuf from the given index.
removeComponent(int) - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
removeComponents(int, int) - Method in class io.netty.buffer.AdvancedLeakAwareCompositeByteBuf
 
removeComponents(int, int) - Method in class io.netty.buffer.CompositeByteBuf
Remove the number of ByteBufs starting from the given index.
removeComponents(int, int) - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
removeCompRange(int, int) - Method in class io.netty.buffer.CompositeByteBuf
 
removed - Variable in class io.netty.channel.CombinedChannelDuplexHandler.DelegatingChannelHandlerContext
 
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
 
removeEmptyValue() - Method in class io.netty.handler.ssl.SslHandler.SslHandlerCoalescingBufferQueue
 
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
 
removeEntry(ChannelOutboundBuffer.Entry) - Method in class io.netty.channel.ChannelOutboundBuffer
 
removeFirst() - Method in interface io.netty.channel.ChannelPipeline
Removes the first ChannelHandler in this pipeline.
removeFirst() - Method in class io.netty.channel.DefaultChannelPipeline
 
removeFirst(ChannelPromise) - Method in class io.netty.channel.AbstractCoalescingBufferQueue
Remove the first ByteBuf from the queue.
removeFrameTail(WebSocketFrame) - Method in class io.netty.handler.codec.http.websocketx.extensions.compression.DeflateEncoder
 
removeFrameTail(WebSocketFrame) - Method in class io.netty.handler.codec.http.websocketx.extensions.compression.PerFrameDeflateEncoder
 
removeFrameTail(WebSocketFrame) - Method in class io.netty.handler.codec.http.websocketx.extensions.compression.PerMessageDeflateEncoder
 
removeFromActiveStreams(DefaultHttp2Connection.DefaultStream, Iterator<?>) - Method in class io.netty.handler.codec.http2.DefaultHttp2Connection.ActiveStreams
 
removeFromCache(OpenSslSessionId) - Method in class io.netty.handler.ssl.OpenSslSessionContext
Remove the given OpenSslSession from the cache, and so not re-use it for new connections.
removeFromContextManager(InetSocketAddress) - Method in class io.netty.resolver.dns.DnsQueryContext
 
removeFromPool() - Method in class io.netty.buffer.PoolSubpage
 
removeFromQueue() - Method in class io.netty.handler.codec.http2.UniformStreamByteDistributor.State
 
removeFromVariablesToRemove(InternalThreadLocalMap, FastThreadLocal<?>) - Static method in class io.netty.util.concurrent.FastThreadLocal
 
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.
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(ChannelHandlerContext) - 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 ChannelInboundHandler that was combined in this CombinedChannelDuplexHandler.
removeIndexedVariable(int) - Method in class io.netty.util.internal.InternalThreadLocalMap
 
removeLast() - Method in interface io.netty.channel.ChannelPipeline
Removes the last ChannelHandler in this pipeline.
removeLast() - Method in class io.netty.channel.DefaultChannelPipeline
 
removeLastNewLine(StringBuilder) - Static method in class io.netty.handler.codec.http.HttpMessageUtil
 
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.CompleteChannelFuture
 
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.group.DefaultChannelGroupFuture
 
removeListener(GenericFutureListener<? extends Future<? super Void>>) - Method in class io.netty.channel.group.VoidChannelGroupFuture
 
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
 
removeListener0(GenericFutureListener<? extends Future<? super V>>) - Method in class io.netty.util.concurrent.DefaultPromise
 
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.CompleteChannelFuture
 
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.group.DefaultChannelGroupFuture
 
removeListeners(GenericFutureListener<? extends Future<? super Void>>...) - Method in class io.netty.channel.group.VoidChannelGroupFuture
 
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
removeNameEntryMatchingCounter(CharSequence, int) - Method in class io.netty.handler.codec.http2.HpackEncoder
 
removeNameValueEntry(HpackEncoder.NameValueEntry) - Method in class io.netty.handler.codec.http2.HpackEncoder
 
removeOutboundHandler() - Method in class io.netty.channel.CombinedChannelDuplexHandler
Removes the ChannelOutboundHandler that was combined in this CombinedChannelDuplexHandler.
removePendingWrite() - Method in class io.netty.handler.codec.spdy.SpdySession.StreamState
 
removePendingWrite(int) - Method in class io.netty.handler.codec.spdy.SpdySession
 
removeProperty(Http2Connection.PropertyKey) - Method in class io.netty.handler.codec.http2.DefaultHttp2Connection.DefaultStream
 
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.
removePseudoTimeQueue(WeightedFairQueueByteDistributor.State) - Method in class io.netty.handler.codec.http2.WeightedFairQueueByteDistributor.State
 
remover - Variable in class io.netty.channel.group.DefaultChannelGroup
 
removeReadOp() - Method in class io.netty.channel.nio.AbstractNioChannel.AbstractNioUnsafe
 
removeRecord(int, int) - Method in class io.netty.handler.codec.dns.AbstractDnsMessage
 
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 index of the specified section from this DNS message.
removeScheduled(ScheduledFutureTask<?>) - Method in class io.netty.util.concurrent.AbstractScheduledEventExecutor
 
removeSelfIfPresent(ChannelHandlerContext) - Method in class io.netty.handler.ssl.ApplicationProtocolNegotiationHandler
 
removeSessionWithId(OpenSslSessionId) - Method in class io.netty.handler.ssl.OpenSslSessionCache
Remove the session with the given id from the cache
removeShutdownHook(Runnable) - Method in class io.netty.util.concurrent.SingleThreadEventExecutor
Remove a previous added Runnable as a shutdown hook
removeState(ChannelHandlerContext) - Method in class io.netty.channel.ChannelInitializer
 
removeStream(int, ChannelFuture) - Method in class io.netty.handler.codec.spdy.SpdySessionHandler
 
removeStream(int, Throwable, boolean) - Method in class io.netty.handler.codec.spdy.SpdySession
 
removeStream(DefaultHttp2Connection.DefaultStream, Iterator<?>) - Method in class io.netty.handler.codec.http2.DefaultHttp2Connection
Remove a stream from the DefaultHttp2Connection.streamMap.
removeTask(Runnable) - Method in class io.netty.util.concurrent.SingleThreadEventExecutor
 
removeThisHandler(ChannelHandlerContext) - Static method in class io.netty.handler.codec.http.HttpClientUpgradeHandler
 
removeTransferEncodingChunked(HttpMessage) - Static method in class io.netty.handler.codec.http.HttpHeaders
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.
removeValue(String) - Method in class io.netty.handler.ssl.ExtendedOpenSslSession
 
removeValue(String) - Method in class io.netty.handler.ssl.OpenSslSessionCache.NativeSslSession
 
removeValue(String) - Method in class io.netty.handler.ssl.ReferenceCountedOpenSslEngine.DefaultOpenSslSession
 
removeWriteTimeoutTask(WriteTimeoutHandler.WriteTimeoutTask) - Method in class io.netty.handler.timeout.WriteTimeoutHandler
 
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 class io.netty.handler.codec.http.multipart.AbstractMixedHttpData
 
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.
renegotiateOnEventLoop(Promise<Channel>) - Method in class io.netty.handler.ssl.SslHandler
 
REOPEN_TASK - Static variable in class io.netty.handler.traffic.AbstractTrafficShapingHandler
 
ReopenReadTimerTask(ChannelHandlerContext) - Constructor for class io.netty.handler.traffic.AbstractTrafficShapingHandler.ReopenReadTimerTask
 
reordering() - Method in class io.netty.channel.epoll.EpollTcpInfo
 
repeatCount - Variable in class io.netty.handler.codec.compression.Bzip2BlockDecompressor
 
repeatIncrement - Variable in class io.netty.handler.codec.compression.Bzip2BlockDecompressor
 
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 ByteBufHolder which contains the specified content.
replace(ByteBuf) - Method in class io.netty.buffer.DefaultByteBufHolder
Returns a new ByteBufHolder which contains the specified content.
replace(ByteBuf) - Method in class io.netty.channel.epoll.SegmentedDatagramPacket
Deprecated.
 
replace(ByteBuf) - Method in class io.netty.channel.socket.DatagramPacket
 
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.ComposedLastHttpContent
 
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 class io.netty.handler.codec.http.HttpObjectAggregator.AggregatedFullHttpRequest
 
replace(ByteBuf) - Method in class io.netty.handler.codec.http.HttpObjectAggregator.AggregatedFullHttpResponse
 
replace(ByteBuf) - Method in interface io.netty.handler.codec.http.LastHttpContent
 
replace(ByteBuf) - Method in class io.netty.handler.codec.http.multipart.AbstractMixedHttpData
 
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.HttpPostRequestEncoder.WrappedFullHttpRequest
 
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.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 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 interface io.netty.handler.codec.spdy.SpdyDataFrame
 
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 interface io.netty.handler.ssl.PemEncoded
 
replace(ByteBuf) - Method in class io.netty.handler.ssl.PemPrivateKey
 
replace(ByteBuf) - Method in class io.netty.handler.ssl.PemValue
 
replace(ByteBuf) - Method in class io.netty.handler.ssl.PemX509Certificate
 
replace(AbstractChannelHandlerContext, String, ChannelHandler) - Method in class io.netty.channel.DefaultChannelPipeline
 
replace(ChannelHandler, String, ChannelHandler) - Method in interface io.netty.channel.ChannelPipeline
Replaces the specified ChannelHandler with 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 ChannelHandler of 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 ChannelHandler of 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
 
REPLACE_PATTERN - Static variable in class io.netty.handler.codec.http.multipart.AbstractHttpData
 
replace0(AbstractChannelHandlerContext, AbstractChannelHandlerContext) - Static method in class io.netty.channel.DefaultChannelPipeline
 
replaced - Variable in class io.netty.resolver.dns.DnsResolveContext.CombinedDnsServerAddressStream
 
replaceHandler(ChannelHandlerContext, String, SslContext) - Method in class io.netty.handler.ssl.SniHandler
The default implementation of this method will simply replace this SniHandler instance with a SslHandler.
REPLACEQ - Static variable in class io.netty.handler.codec.memcache.binary.BinaryMemcacheOpcodes
 
REPLAY - Static variable in class io.netty.handler.codec.ReplayingDecoder
 
REPLAY - Static variable in class io.netty.handler.codec.ReplayingDecoderByteBuf
 
replayable - Variable in class io.netty.handler.codec.ReplayingDecoder
 
ReplayingDecoder<S> - Class in io.netty.handler.codec
A specialized variation of ByteToMessageDecoder which 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.
ReplayingDecoderByteBuf - Class in io.netty.handler.codec
Special ByteBuf implementation which is used by the ReplayingDecoder
ReplayingDecoderByteBuf() - Constructor for class io.netty.handler.codec.ReplayingDecoderByteBuf
 
ReplayingDecoderByteBuf(ByteBuf) - Constructor for class io.netty.handler.codec.ReplayingDecoderByteBuf
 
reportedLeaks - Variable in class io.netty.util.ResourceLeakDetector
 
reportInstancesLeak(String) - Method in class io.netty.util.ResourceLeakDetector
Deprecated.
This method will no longer be invoked by ResourceLeakDetector.
reportLeak() - Method in class io.netty.util.ResourceLeakDetector
 
reportTooManyInstances() - Static method in class io.netty.util.HashedWheelTimer
 
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.
reposition(int) - Method in class io.netty.buffer.CompositeByteBuf.Component
 
repositoryStatus - Variable in class io.netty.util.Version
 
repositoryStatus() - Method in class io.netty.util.Version
 
REPR_CONST_PART_LENGTH - Static variable in class io.netty.util.DomainNameMappingBuilder.ImmutableDomainNameMapping
Deprecated.
 
REPR_HEADER - Static variable in class io.netty.util.DomainNameMappingBuilder.ImmutableDomainNameMapping
Deprecated.
 
REPR_HEADER - Static variable in class io.netty.util.DomainWildcardMappingBuilder.ImmutableDomainWildcardMapping
 
REPR_MAP_CLOSING - Static variable in class io.netty.util.DomainNameMappingBuilder.ImmutableDomainNameMapping
Deprecated.
 
REPR_MAP_CLOSING - Static variable in class io.netty.util.DomainWildcardMappingBuilder.ImmutableDomainWildcardMapping
 
REPR_MAP_OPENING - Static variable in class io.netty.util.DomainNameMappingBuilder.ImmutableDomainNameMapping
Deprecated.
 
REPR_MAP_OPENING - Static variable in class io.netty.util.DomainWildcardMappingBuilder.ImmutableDomainWildcardMapping
 
representation - Variable in class io.netty.handler.timeout.IdleStateEvent.DefaultIdleStateEvent
 
request - Variable in class io.netty.handler.codec.http.cors.CorsHandler
 
request - Variable in class io.netty.handler.codec.http.multipart.HttpPostMultipartRequestDecoder
Request to decode
request - Variable in class io.netty.handler.codec.http.multipart.HttpPostRequestEncoder
Request to encode
request - Variable in class io.netty.handler.codec.http.multipart.HttpPostRequestEncoder.WrappedHttpRequest
 
request - Variable in class io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder
Request to decode
request - Variable in exception io.netty.handler.codec.http.websocketx.WebSocketServerHandshakeException
 
request() - Method in exception io.netty.handler.codec.http.websocketx.WebSocketServerHandshakeException
Returns a request if exception occurs during request validation otherwise null.
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_HEADER_TRANSLATIONS - Static variable in class io.netty.handler.codec.http2.HttpConversionUtil.Http2ToHttpHeaderTranslator
Translations from HTTP/2 header name to the HTTP/1.x equivalent.
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
 
REQUEST_PSEUDO_HEADER - io.netty.handler.codec.http2.HpackDecoder.HeaderType
 
REQUEST_RESPONSE_INFORMATION - io.netty.handler.codec.mqtt.MqttProperties.MqttPropertyType
 
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 - io.netty.handler.codec.http2.AbstractHttp2StreamChannel.ReadStatus
A read operation was requested.
REQUESTED_RANGE_NOT_SATISFIABLE - Static variable in class io.netty.handler.codec.http.HttpResponseStatus
416 Requested Range Not Satisfiable
requestedRemoteAddress - Variable in class io.netty.channel.epoll.AbstractEpollChannel
 
requestedRemoteAddress - Variable in class io.netty.channel.kqueue.AbstractKQueueChannel
 
requestedRemoteAddress - Variable in class io.netty.channel.nio.AbstractNioChannel
 
requestedServerNoContext - Variable in class io.netty.handler.codec.http.websocketx.extensions.compression.PerMessageDeflateClientExtensionHandshaker
 
requestedServerWindowSize - Variable in class io.netty.handler.codec.http.websocketx.extensions.compression.PerMessageDeflateClientExtensionHandshaker
 
requestFileDeleteMap - Variable in class io.netty.handler.codec.http.multipart.DefaultHttpDataFactory
Keep all HttpDatas until cleaning methods are called.
requestHeaders - Variable in class io.netty.handler.codec.http.cors.CorsConfigBuilder
 
requestHeaders - Variable in class io.netty.handler.codec.http.websocketx.WebSocketServerProtocolHandler.HandshakeComplete
 
requestHeaders() - Method in class io.netty.handler.codec.http.websocketx.WebSocketServerProtocolHandler.HandshakeComplete
 
requestMethods - Variable in class io.netty.handler.codec.http.cors.CorsConfigBuilder
 
requestOnly - Variable in enum io.netty.handler.codec.http2.Http2Headers.PseudoHeaderName
 
requestResponseCounter - Variable in class io.netty.handler.codec.http.HttpClientCodec
 
requestResponseCounter - Variable in class io.netty.handler.codec.memcache.binary.BinaryMemcacheClientCodec
 
requestType - Variable in class io.netty.handler.codec.socks.SocksRequest
 
requestType() - Method in class io.netty.handler.codec.socks.SocksRequest
Returns socks request type
requestUri - Variable in class io.netty.handler.codec.http.websocketx.WebSocketServerProtocolHandler.HandshakeComplete
 
requestUri() - Method in class io.netty.handler.codec.http.websocketx.WebSocketServerProtocolHandler.HandshakeComplete
 
requestVerifier - Variable in class io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder
 
REQUIRE - io.netty.handler.ssl.ClientAuth
Indicates that the SSLEngine will *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"
REQUIRED_UPGRADE_HEADERS - Static variable in class io.netty.handler.codec.http2.Http2ServerUpgradeCodec
 
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
 
requireHttp2FrameCodec(ChannelHandlerContext) - Static method in class io.netty.handler.codec.http2.Http2ChannelDuplexHandler
 
requireStream(int) - Method in class io.netty.handler.codec.http2.DefaultHttp2ConnectionEncoder
 
requireStream(int) - Method in class io.netty.handler.codec.http2.Http2FrameCodec.FrameListener
 
requireValidStatusCode(int) - Static method in class io.netty.handler.codec.http.websocketx.CloseWebSocketFrame
 
RES_OPTIONS - Static variable in class io.netty.resolver.dns.UnixResolverDnsServerAddressStreamProvider
 
reserveAndWriteUtf8(ByteBuf, CharSequence, int) - Static method in class io.netty.buffer.ByteBufUtil
Encode a CharSequence in UTF-8 and write it into reserveBytes of a ByteBuf.
reserveAndWriteUtf8(ByteBuf, CharSequence, int, int, int) - Static method in class io.netty.buffer.ByteBufUtil
Equivalent to reserveAndWriteUtf8(buf, seq.subSequence(start, end), reserveBytes) but avoids subsequence object allocation if possible.
reserveAndWriteUtf8Seq(ByteBuf, CharSequence, int, int, int) - Static method in class io.netty.buffer.ByteBufUtil
 
reserved - Variable in class io.netty.handler.codec.memcache.binary.DefaultBinaryMemcacheRequest
 
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
 
RESERVED_SKIPPABLE - io.netty.handler.codec.compression.SnappyFrameDecoder.ChunkType
 
RESERVED_UNSKIPPABLE - io.netty.handler.codec.compression.SnappyFrameDecoder.ChunkType
 
reservePushStream(int, Http2Stream) - Method in class io.netty.handler.codec.http2.DefaultHttp2Connection.DefaultEndpoint
 
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.channel.nio.SelectedSelectionKeySet
 
reset() - Method in class io.netty.handler.codec.compression.ByteBufChecksum.SlowByteBufChecksum
 
reset() - Method in class io.netty.handler.codec.compression.Crc32c
 
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.HeaderParser
 
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.http2.HpackHuffmanEncoder.EncodedLengthProcessor
 
reset() - Method in class io.netty.handler.codec.json.JsonObjectDecoder
 
reset() - Method in class io.netty.handler.codec.redis.RedisDecoder.ToPositiveLongProcessor
 
reset() - Method in class io.netty.handler.codec.serialization.ObjectDecoderInputStream
Deprecated.
 
reset() - Method in class io.netty.handler.codec.stomp.StompSubframeDecoder.HeaderParser
 
reset() - Method in class io.netty.handler.codec.stomp.StompSubframeDecoder.Utf8LineParser
 
reset() - Method in class io.netty.util.internal.AppendableCharSequence
reset(int) - Method in class io.netty.channel.nio.SelectedSelectionKeySet
 
reset(ChannelConfig) - Method in class io.netty.channel.DefaultMaxBytesRecvByteBufAllocator.HandleImpl
 
reset(ChannelConfig) - Method in class io.netty.channel.DefaultMaxMessagesRecvByteBufAllocator.MaxMessageHandle
reset(ChannelConfig) - Method in class io.netty.channel.kqueue.KQueueRecvByteAllocatorHandle
 
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
resetAccounting(long) - Method in class io.netty.handler.traffic.TrafficCounter
Reset the accounting on Read and Write.
resetCachedAddresses() - Method in class io.netty.channel.epoll.AbstractEpollChannel
 
resetCachedAddresses() - Method in class io.netty.channel.kqueue.AbstractKQueueChannel
 
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.
resetDecoder() - Method in class io.netty.handler.codec.redis.RedisDecoder
 
resetDecoder() - Method in class io.netty.handler.codec.stomp.StompSubframeDecoder
 
resetHeadersContinuationIfEnd(boolean) - Method in class io.netty.handler.codec.http2.DefaultHttp2FrameReader
 
resetInterval - Variable in class io.netty.handler.codec.serialization.CompatibleObjectEncoder
Deprecated.
 
resetNow() - Method in class io.netty.handler.codec.http.HttpObjectDecoder
 
resetReadAndFlushIfNeeded(ChannelHandlerContext) - Method in class io.netty.handler.flush.FlushConsolidationHandler
 
resetReaderIndex() - Method in class io.netty.buffer.AbstractByteBuf
 
resetReaderIndex() - Method in class io.netty.buffer.ByteBuf
Repositions the current readerIndex to the marked readerIndex in 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
 
resetReaderIndex() - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
resetReaderIndex() - Method in class io.netty.handler.codec.ReplayingDecoderByteBuf
 
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
resetRequested - Variable in class io.netty.handler.codec.http.HttpObjectDecoder
 
resetSent() - Method in class io.netty.handler.codec.http2.DefaultHttp2Connection.ConnectionStream
 
resetSent() - Method in class io.netty.handler.codec.http2.DefaultHttp2Connection.DefaultStream
 
resetSent() - Method in interface io.netty.handler.codec.http2.Http2Stream
Sets the flag indicating that a RST_STREAM frame has been sent from the local endpoint for this stream.
resetSingleDstBuffer() - Method in class io.netty.handler.ssl.ReferenceCountedOpenSslEngine
 
resetSingleSrcBuffer() - Method in class io.netty.handler.ssl.ReferenceCountedOpenSslEngine
 
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 streamId is reset.
resetStream(ChannelHandlerContext, Http2Stream, long, ChannelPromise) - Method in class io.netty.handler.codec.http2.Http2ConnectionHandler
 
resetUnknownStream(ChannelHandlerContext, int, long, ChannelPromise) - Method in class io.netty.handler.codec.http2.Http2ConnectionHandler
Sends a RST_STREAM frame even if we don't know about the stream.
resetUnusedFields(MqttFixedHeader) - Static method in class io.netty.handler.codec.mqtt.MqttCodecUtil
 
resetWriterIndex() - Method in class io.netty.buffer.AbstractByteBuf
 
resetWriterIndex() - Method in class io.netty.buffer.ByteBuf
Repositions the current writerIndex to the marked writerIndex in 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
 
resetWriterIndex() - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
resetWriterIndex() - Method in class io.netty.handler.codec.ReplayingDecoderByteBuf
 
resizeIfNecessary(int) - Method in class io.netty.handler.codec.http2.DefaultHttp2Connection.DefaultStream.PropertyMap
 
resolve(Promise<List<T>>) - Method in class io.netty.resolver.dns.DnsResolveContext
 
resolve(String) - Method in class io.netty.handler.codec.serialization.CachingClassResolver
 
resolve(String) - Method in class io.netty.handler.codec.serialization.ClassLoaderClassResolver
 
resolve(String) - Method in interface io.netty.handler.codec.serialization.ClassResolver
Deprecated.
 
resolve(String) - Method in class io.netty.resolver.dns.InflightNameResolver
 
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 class io.netty.resolver.dns.InflightNameResolver
 
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.
resolve(ConcurrentMap<String, Promise<U>>, String, Promise<U>, boolean) - Method in class io.netty.resolver.dns.InflightNameResolver
 
ResolveAddressHandler - Class in io.netty.handler.address
ChannelOutboundHandlerAdapter which will resolve the SocketAddress that is passed to ResolveAddressHandler.connect(ChannelHandlerContext, SocketAddress, SocketAddress, ChannelPromise) if it is not already resolved and the AddressResolver supports the type of SocketAddress.
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 specified DnsQuestion.
resolveAll(DnsQuestion, DnsRecord[], Promise<List<DnsRecord>>) - Method in class io.netty.resolver.dns.DnsNameResolver
 
resolveAll(DnsQuestion, Iterable<DnsRecord>) - Method in class io.netty.resolver.dns.DnsNameResolver
Resolves the DnsRecords that are matched by the specified DnsQuestion.
resolveAll(DnsQuestion, Iterable<DnsRecord>, Promise<List<DnsRecord>>) - Method in class io.netty.resolver.dns.DnsNameResolver
Resolves the DnsRecords that are matched by the specified DnsQuestion.
resolveAll(String) - Method in class io.netty.resolver.dns.InflightNameResolver
 
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 class io.netty.resolver.dns.InflightNameResolver
 
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.
resolveAllsInProgress - Variable in class io.netty.resolver.dns.DnsAddressResolverGroup
 
resolveAllsInProgress - Variable in class io.netty.resolver.dns.InflightNameResolver
 
resolveCache - Variable in class io.netty.resolver.dns.Cache
 
resolveCache - Variable in class io.netty.resolver.dns.DefaultAuthoritativeDnsServerCache
 
resolveCache - Variable in class io.netty.resolver.dns.DefaultDnsCache
 
resolveCache - Variable in class io.netty.resolver.dns.DnsAddressResolveContext
 
resolveCache - Variable in class io.netty.resolver.dns.DnsNameResolver
resolveCache - Variable in class io.netty.resolver.dns.DnsNameResolverBuilder
 
resolveCache() - Method in class io.netty.resolver.dns.DnsAddressResolveContext
 
resolveCache() - Method in class io.netty.resolver.dns.DnsNameResolver
Returns the resolution cache.
resolveCache() - Method in class io.netty.resolver.dns.DnsResolveContext
The DnsCache to use while resolving.
resolveCache(DnsCache) - Method in class io.netty.resolver.dns.DnsNameResolverBuilder
Sets the cache for resolution results.
resolveClass(ObjectStreamClass) - Method in class io.netty.handler.codec.serialization.CompactObjectInputStream
 
resolved - Variable in class io.netty.resolver.dns.DnsResolveContext.CombinedDnsServerAddressStream
 
resolvedAddresses - Variable in class io.netty.resolver.dns.DnsResolveContext.CombinedDnsServerAddressStream
 
resolvedAddressTypes - Variable in class io.netty.resolver.dns.DnsNameResolver
 
resolvedAddressTypes - Variable in class io.netty.resolver.dns.DnsNameResolverBuilder
 
resolvedAddressTypes() - Method in class io.netty.resolver.dns.DnsNameResolver
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.
ResolvedAddressTypes() - Constructor for enum io.netty.resolver.ResolvedAddressTypes
 
resolvedInternetProtocolFamilies - Variable in class io.netty.resolver.dns.DnsNameResolver
 
resolvedInternetProtocolFamiliesUnsafe() - Method in class io.netty.resolver.dns.DnsNameResolver
 
resolveHostsFileEntries(String) - Method in class io.netty.resolver.dns.DnsNameResolver
 
resolveHostsFileEntry(String) - Method in class io.netty.resolver.dns.DnsNameResolver
 
resolveNow(String, DnsRecord[], Promise<?>, Promise<List<InetAddress>>, DnsCache, boolean) - Method in class io.netty.resolver.dns.DnsNameResolver
 
resolver() - Method in class io.netty.bootstrap.Bootstrap
 
resolver() - Method in class io.netty.bootstrap.BootstrapConfig
Returns the configured AddressResolverGroup, null if resolver was disabled with Bootstrap.disableResolver(), or the default if not configured yet.
resolver(AddressResolverGroup<?>) - Method in class io.netty.bootstrap.Bootstrap
Sets the NameResolver which will resolve the address of the unresolved named address.
RESOLVER_COMPARATOR - Static variable in class io.netty.resolver.dns.macos.MacOSDnsServerAddressStreamProvider
 
resolveRecordTypes - Variable in class io.netty.resolver.dns.DnsNameResolver
 
resolveRecordTypes() - Method in class io.netty.resolver.dns.DnsNameResolver
 
resolverGroup - Variable in class io.netty.bootstrap.Bootstrap.ExternalAddressResolver
 
resolverGroup - Variable in class io.netty.handler.address.ResolveAddressHandler
 
resolvers - Variable in class io.netty.resolver.AddressResolverGroup
Note that we do not use a ConcurrentMap here because it is usually expensive to instantiate a resolver.
resolvers - Variable in class io.netty.resolver.CompositeNameResolver
 
resolvers() - Static method in class io.netty.resolver.dns.macos.MacOSDnsServerAddressStreamProvider
 
resolvesInProgress - Variable in class io.netty.resolver.dns.DnsAddressResolverGroup
 
resolvesInProgress - Variable in class io.netty.resolver.dns.InflightNameResolver
 
ResourceLeak - Interface in io.netty.util
Deprecated.
please use ResourceLeakTracker as 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
ResourceLeakDetector(String) - Constructor for class io.netty.util.ResourceLeakDetector
ResourceLeakDetector(String, int, long) - Constructor for class io.netty.util.ResourceLeakDetector
ResourceLeakDetector.DefaultResourceLeak<T> - Class in io.netty.util
 
ResourceLeakDetector.LeakListener - Interface in io.netty.util
 
ResourceLeakDetector.Level - Enum in io.netty.util
Represents the level of resource leak detection.
ResourceLeakDetector.TraceRecord - Class in io.netty.util
 
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
 
ResourceLeakDetectorFactory.DefaultResourceLeakDetectorFactory - Class in io.netty.util
Default implementation that loads custom leak detector via system property
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
 
ResourcesUtil - Class in io.netty.util.internal
A utility class that provides various common operations and constants related to loading resources
ResourcesUtil() - Constructor for class io.netty.util.internal.ResourcesUtil
 
resourceType - Variable in class io.netty.util.ResourceLeakDetector
 
respectMaybeMoreData - Variable in class io.netty.channel.DefaultMaxMessagesRecvByteBufAllocator.MaxMessageHandle
 
respectMaybeMoreData - Variable in class io.netty.channel.DefaultMaxMessagesRecvByteBufAllocator
 
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
 
respond(ChannelHandlerContext, HttpRequest, HttpResponse) - Static method in class io.netty.handler.codec.http.cors.CorsHandler
 
response - Variable in exception io.netty.handler.codec.http.websocketx.WebSocketClientHandshakeException
 
response - Variable in class io.netty.handler.ssl.ocsp.OcspValidationEvent
 
response - Variable in class io.netty.resolver.dns.DnsNameResolver.AddressedEnvelopeAdapter
 
response() - Method in exception io.netty.handler.codec.http.websocketx.WebSocketClientHandshakeException
Returns a response if exception occurs during response validation otherwise null.
response() - Method in class io.netty.handler.ssl.ocsp.OcspValidationEvent
 
RESPONSE - io.netty.handler.codec.socks.SocksMessageType
 
RESPONSE_HEADER_TRANSLATIONS - Static variable in class io.netty.handler.codec.http2.HttpConversionUtil.Http2ToHttpHeaderTranslator
 
RESPONSE_INFORMATION - io.netty.handler.codec.mqtt.MqttProperties.MqttPropertyType
 
RESPONSE_MAGIC_BYTE - Static variable in class io.netty.handler.codec.memcache.binary.DefaultBinaryMemcacheResponse
Default magic byte for a request.
RESPONSE_PSEUDO_HEADER - io.netty.handler.codec.http2.HpackDecoder.HeaderType
 
RESPONSE_TOPIC - io.netty.handler.codec.mqtt.MqttProperties.MqttPropertyType
 
responseDecoder - Variable in class io.netty.handler.codec.dns.DatagramDnsResponseDecoder
 
responseDecoder - Variable in class io.netty.handler.codec.dns.TcpDnsResponseDecoder
 
responseFuture - Variable in class io.netty.handler.ssl.ocsp.OcspHttpHandler
 
responseInformation - Variable in class io.netty.handler.codec.mqtt.MqttMessageBuilders.ConnAckPropertiesBuilder
 
responseInformation(String) - Method in class io.netty.handler.codec.mqtt.MqttMessageBuilders.ConnAckPropertiesBuilder
 
responsePromise - Variable in class io.netty.handler.ssl.ocsp.OcspClient.Initializer
 
responseType - Variable in class io.netty.handler.codec.socks.SocksResponse
 
responseType() - Method in class io.netty.handler.codec.socks.SocksResponse
Returns socks response type
result - Variable in class io.netty.handler.codec.http.ComposedLastHttpContent
 
result - Variable in class io.netty.handler.codec.ProtocolDetectionResult
 
result - Variable in class io.netty.handler.codec.redis.RedisDecoder.ToPositiveLongProcessor
 
result - Variable in class io.netty.util.concurrent.DefaultPromise
 
result - Variable in class io.netty.util.concurrent.PromiseTask.RunnableAdapter
 
result - Variable in class io.netty.util.concurrent.SucceededFuture
 
Result(String, EmbeddedChannel) - Constructor for class io.netty.handler.codec.http.HttpContentEncoder.Result
 
Result(T, int) - Constructor for class io.netty.handler.codec.mqtt.MqttDecoder.Result
 
RESULT_UPDATER - Static variable in class io.netty.util.concurrent.DefaultPromise
 
resultCallback - Variable in class io.netty.handler.ssl.ReferenceCountedOpenSslContext.AsyncPrivateKeyMethod.ResultCallbackListener
 
ResultCallbackListener(ReferenceCountedOpenSslEngine, long, ResultCallback<byte[]>) - Constructor for class io.netty.handler.ssl.ReferenceCountedOpenSslContext.AsyncPrivateKeyMethod.ResultCallbackListener
 
resume() - Method in class io.netty.handler.pcap.PcapWriteHandler
Resume the PcapWriteHandler to writing packets to the OutputStream.
resumeLater - Variable in class io.netty.handler.ssl.SslHandler.AsyncTaskCompletionHandler
 
resumeLater() - Method in class io.netty.handler.ssl.SslHandler.AsyncTaskCompletionHandler
 
resumeOnEventExecutor() - Method in class io.netty.handler.ssl.SslHandler.SslTasksRunner
Executed after the wrapped task was executed via delegatedTaskExecutor to resume work on the EventExecutor.
resumeTransfer() - Method in class io.netty.handler.stream.ChunkedWriteHandler
Continues to fetch the chunks from the input.
resumeTransfer0(ChannelHandlerContext) - Method in class io.netty.handler.stream.ChunkedWriteHandler
 
retain - Variable in class io.netty.handler.codec.mqtt.MqttMessageBuilders.ConnAckPropertiesBuilder
 
retain() - Method in class io.netty.buffer.AbstractDerivedByteBuf
Deprecated.
 
retain() - Method in class io.netty.buffer.AbstractReferenceCountedByteBuf
 
retain() - Method in class io.netty.buffer.AdvancedLeakAwareByteBuf
 
retain() - Method in class io.netty.buffer.AdvancedLeakAwareCompositeByteBuf
 
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.UnreleasableByteBuf
 
retain() - Method in class io.netty.buffer.WrappedByteBuf
 
retain() - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
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.socket.DatagramPacket
 
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.ComposedLastHttpContent
 
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.HttpObjectAggregator.AggregatedFullHttpMessage
 
retain() - Method in class io.netty.handler.codec.http.HttpObjectAggregator.AggregatedFullHttpRequest
 
retain() - Method in class io.netty.handler.codec.http.HttpObjectAggregator.AggregatedFullHttpResponse
 
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 class io.netty.handler.codec.http.multipart.AbstractMixedHttpData
 
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 class io.netty.handler.codec.http.multipart.HttpPostRequestEncoder.WrappedFullHttpRequest
 
retain() - Method in interface io.netty.handler.codec.http.multipart.InterfaceHttpData
 
retain() - Method in class io.netty.handler.codec.http.multipart.InternalAttribute
 
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.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 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.ReplayingDecoderByteBuf
 
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 interface io.netty.handler.codec.spdy.SpdyDataFrame
 
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.DefaultOpenSslKeyMaterial
 
retain() - Method in interface io.netty.handler.ssl.OpenSslKeyMaterial
 
retain() - Method in class io.netty.handler.ssl.OpenSslPrivateKey.OpenSslPrivateKeyMaterial
 
retain() - Method in class io.netty.handler.ssl.OpenSslPrivateKey
 
retain() - Method in interface io.netty.handler.ssl.PemEncoded
 
retain() - Method in class io.netty.handler.ssl.PemPrivateKey
 
retain() - Method in class io.netty.handler.ssl.PemValue
 
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.resolver.dns.DnsNameResolver.AddressedEnvelopeAdapter
 
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.AdvancedLeakAwareByteBuf
 
retain(int) - Method in class io.netty.buffer.AdvancedLeakAwareCompositeByteBuf
 
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.UnreleasableByteBuf
 
retain(int) - Method in class io.netty.buffer.WrappedByteBuf
 
retain(int) - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
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.socket.DatagramPacket
 
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.ComposedLastHttpContent
 
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.HttpObjectAggregator.AggregatedFullHttpMessage
 
retain(int) - Method in class io.netty.handler.codec.http.HttpObjectAggregator.AggregatedFullHttpRequest
 
retain(int) - Method in class io.netty.handler.codec.http.HttpObjectAggregator.AggregatedFullHttpResponse
 
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 class io.netty.handler.codec.http.multipart.AbstractMixedHttpData
 
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 class io.netty.handler.codec.http.multipart.HttpPostRequestEncoder.WrappedFullHttpRequest
 
retain(int) - Method in interface io.netty.handler.codec.http.multipart.InterfaceHttpData
 
retain(int) - Method in class io.netty.handler.codec.http.multipart.InternalAttribute
 
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.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 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.ReplayingDecoderByteBuf
 
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 interface io.netty.handler.codec.spdy.SpdyDataFrame
 
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.DefaultOpenSslKeyMaterial
 
retain(int) - Method in interface io.netty.handler.ssl.OpenSslKeyMaterial
 
retain(int) - Method in class io.netty.handler.ssl.OpenSslPrivateKey.OpenSslPrivateKeyMaterial
 
retain(int) - Method in class io.netty.handler.ssl.OpenSslPrivateKey
 
retain(int) - Method in interface io.netty.handler.ssl.PemEncoded
 
retain(int) - Method in class io.netty.handler.ssl.PemPrivateKey
 
retain(int) - Method in class io.netty.handler.ssl.PemValue
 
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.resolver.dns.DnsNameResolver.AddressedEnvelopeAdapter
 
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 implements ReferenceCounted.
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 implements ReferenceCounted.
RETAIN_AVAILABLE - io.netty.handler.codec.mqtt.MqttProperties.MqttPropertyType
 
RETAIN_NOT_SUPPORTED - io.netty.handler.codec.mqtt.MqttReasonCodes.Disconnect
 
retain0() - Method in class io.netty.buffer.AbstractDerivedByteBuf
Deprecated.
 
retain0() - Method in class io.netty.buffer.AbstractPooledDerivedByteBuf.PooledNonRetainedDuplicateByteBuf
 
retain0() - Method in class io.netty.buffer.AbstractPooledDerivedByteBuf.PooledNonRetainedSlicedByteBuf
 
retain0(int) - Method in class io.netty.buffer.AbstractDerivedByteBuf
Deprecated.
 
retain0(int) - Method in class io.netty.buffer.AbstractPooledDerivedByteBuf.PooledNonRetainedDuplicateByteBuf
 
retain0(int) - Method in class io.netty.buffer.AbstractPooledDerivedByteBuf.PooledNonRetainedSlicedByteBuf
 
retain0(T, int, int) - Method in class io.netty.util.internal.ReferenceCountUpdater
 
retainAll(Collection<?>) - Method in class io.netty.handler.codec.http2.MaxCapacityQueue
 
retainAll(Collection<?>) - Method in class io.netty.util.collection.ByteObjectHashMap.KeySet
 
retainAll(Collection<?>) - Method in class io.netty.util.collection.CharObjectHashMap.KeySet
 
retainAll(Collection<?>) - Method in class io.netty.util.collection.IntObjectHashMap.KeySet
 
retainAll(Collection<?>) - Method in class io.netty.util.collection.LongObjectHashMap.KeySet
 
retainAll(Collection<?>) - Method in class io.netty.util.collection.ShortObjectHashMap.KeySet
 
retainAll(Collection<?>) - Method in class io.netty.util.internal.EmptyPriorityQueue
 
retainAsPublished - Variable in class io.netty.handler.codec.mqtt.MqttSubscriptionOption
 
retainAvailable(boolean) - Method in class io.netty.handler.codec.mqtt.MqttMessageBuilders.ConnAckPropertiesBuilder
 
retained - Variable in class io.netty.handler.codec.mqtt.MqttMessageBuilders.PublishBuilder
 
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.AbstractPooledDerivedByteBuf.PooledNonRetainedDuplicateByteBuf
 
retainedDuplicate() - Method in class io.netty.buffer.AbstractPooledDerivedByteBuf.PooledNonRetainedSlicedByteBuf
 
retainedDuplicate() - Method in class io.netty.buffer.AdvancedLeakAwareByteBuf
 
retainedDuplicate() - Method in class io.netty.buffer.AdvancedLeakAwareCompositeByteBuf
 
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.PooledByteBuf
 
retainedDuplicate() - Method in class io.netty.buffer.PooledDuplicatedByteBuf
 
retainedDuplicate() - Method in class io.netty.buffer.PooledSlicedByteBuf
 
retainedDuplicate() - Method in class io.netty.buffer.SimpleLeakAwareByteBuf
 
retainedDuplicate() - Method in class io.netty.buffer.SimpleLeakAwareCompositeByteBuf
 
retainedDuplicate() - Method in class io.netty.buffer.SwappedByteBuf
Deprecated.
 
retainedDuplicate() - Method in class io.netty.buffer.UnreleasableByteBuf
 
retainedDuplicate() - Method in class io.netty.buffer.WrappedByteBuf
 
retainedDuplicate() - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
retainedDuplicate() - Method in class io.netty.channel.epoll.SegmentedDatagramPacket
Deprecated.
 
retainedDuplicate() - Method in class io.netty.channel.socket.DatagramPacket
 
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.ComposedLastHttpContent
 
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 class io.netty.handler.codec.http.HttpObjectAggregator.AggregatedFullHttpMessage
 
retainedDuplicate() - Method in class io.netty.handler.codec.http.HttpObjectAggregator.AggregatedFullHttpRequest
 
retainedDuplicate() - Method in class io.netty.handler.codec.http.HttpObjectAggregator.AggregatedFullHttpResponse
 
retainedDuplicate() - Method in interface io.netty.handler.codec.http.LastHttpContent
 
retainedDuplicate() - Method in class io.netty.handler.codec.http.multipart.AbstractMixedHttpData
 
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.HttpPostRequestEncoder.WrappedFullHttpRequest
 
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.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 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.ReplayingDecoderByteBuf
 
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 interface io.netty.handler.codec.spdy.SpdyDataFrame
 
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 interface io.netty.handler.ssl.PemEncoded
 
retainedDuplicate() - Method in class io.netty.handler.ssl.PemPrivateKey
 
retainedDuplicate() - Method in class io.netty.handler.ssl.PemValue
 
retainedDuplicate() - Method in class io.netty.handler.ssl.PemX509Certificate
 
RetainedHandlingPolicy(int) - Constructor for enum io.netty.handler.codec.mqtt.MqttSubscriptionOption.RetainedHandlingPolicy
 
retainedSlice() - Method in class io.netty.buffer.AbstractByteBuf
 
retainedSlice() - Method in class io.netty.buffer.AbstractPooledDerivedByteBuf.PooledNonRetainedDuplicateByteBuf
 
retainedSlice() - Method in class io.netty.buffer.AbstractPooledDerivedByteBuf.PooledNonRetainedSlicedByteBuf
 
retainedSlice() - Method in class io.netty.buffer.AbstractPooledDerivedByteBuf
 
retainedSlice() - Method in class io.netty.buffer.AdvancedLeakAwareByteBuf
 
retainedSlice() - Method in class io.netty.buffer.AdvancedLeakAwareCompositeByteBuf
 
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.PooledByteBuf
 
retainedSlice() - Method in class io.netty.buffer.SimpleLeakAwareByteBuf
 
retainedSlice() - Method in class io.netty.buffer.SimpleLeakAwareCompositeByteBuf
 
retainedSlice() - Method in class io.netty.buffer.SwappedByteBuf
Deprecated.
 
retainedSlice() - Method in class io.netty.buffer.UnreleasableByteBuf
 
retainedSlice() - Method in class io.netty.buffer.WrappedByteBuf
 
retainedSlice() - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
retainedSlice() - Method in class io.netty.handler.codec.ReplayingDecoderByteBuf
 
retainedSlice(int, int) - Method in class io.netty.buffer.AbstractByteBuf
 
retainedSlice(int, int) - Method in class io.netty.buffer.AbstractPooledDerivedByteBuf.PooledNonRetainedDuplicateByteBuf
 
retainedSlice(int, int) - Method in class io.netty.buffer.AbstractPooledDerivedByteBuf.PooledNonRetainedSlicedByteBuf
 
retainedSlice(int, int) - Method in class io.netty.buffer.AdvancedLeakAwareByteBuf
 
retainedSlice(int, int) - Method in class io.netty.buffer.AdvancedLeakAwareCompositeByteBuf
 
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.PooledByteBuf
 
retainedSlice(int, int) - Method in class io.netty.buffer.PooledDuplicatedByteBuf
 
retainedSlice(int, int) - Method in class io.netty.buffer.PooledSlicedByteBuf
 
retainedSlice(int, int) - Method in class io.netty.buffer.SimpleLeakAwareByteBuf
 
retainedSlice(int, int) - Method in class io.netty.buffer.SimpleLeakAwareCompositeByteBuf
 
retainedSlice(int, int) - Method in class io.netty.buffer.SwappedByteBuf
Deprecated.
 
retainedSlice(int, int) - Method in class io.netty.buffer.UnreleasableByteBuf
 
retainedSlice(int, int) - Method in class io.netty.buffer.WrappedByteBuf
 
retainedSlice(int, int) - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
retainedSlice(int, int) - Method in class io.netty.handler.codec.ReplayingDecoderByteBuf
 
retainHandling - Variable in class io.netty.handler.codec.mqtt.MqttSubscriptionOption
 
retainHandling() - Method in class io.netty.handler.codec.mqtt.MqttSubscriptionOption
 
rethrowIfFailed() - Method in class io.netty.util.concurrent.DefaultPromise
 
rethrowWithMoreDetailsIfPossible(String, NoSuchMethodError) - Static method in class io.netty.util.internal.NativeLibraryLoader
 
retrans() - Method in class io.netty.channel.epoll.EpollTcpInfo
 
retransmits() - Method in class io.netty.channel.epoll.EpollTcpInfo
 
retrieveCurrentMappings() - Static method in class io.netty.resolver.dns.macos.MacOSDnsServerAddressStreamProvider
 
retrieveEngine(OpenSslEngineMap, long) - Static method in class io.netty.handler.ssl.ReferenceCountedOpenSslContext
 
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_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"
retryRelease0(T, int) - Method in class io.netty.util.internal.ReferenceCountUpdater
 
returnCode - Variable in class io.netty.handler.codec.mqtt.MqttMessageBuilders.ConnAckBuilder
 
returnCode(MqttConnectReturnCode) - Method in class io.netty.handler.codec.mqtt.MqttMessageBuilders.ConnAckBuilder
 
returnProcessedBytes(int) - Method in class io.netty.handler.codec.http2.DefaultHttp2LocalFlowController.DefaultState
 
reuse(int) - Method in class io.netty.buffer.PooledByteBuf
Method must be called before reuse this PooledByteBufAllocator
REVOKED - io.netty.handler.ssl.ocsp.OcspResponse.Status
Certificate is revoked
rewriteCurrentBuffer(ByteBuf, int) - Static method in class io.netty.handler.codec.http.multipart.HttpPostMultipartRequestDecoder
Rewrite buffer in order to skip lengthToSkip bytes from current readerIndex, such that any readable bytes available after readerIndex + lengthToSkip (so before writerIndex) are moved at readerIndex position, therefore decreasing writerIndex of lengthToSkip at the end of the process.
RFC1738 - io.netty.handler.codec.http.multipart.HttpPostRequestEncoder.EncoderMode
Legacy mode which should work for most.
RFC2965_DOMAIN - Static variable in class io.netty.handler.codec.http.cookie.ServerCookieDecoder
 
RFC2965_PATH - Static variable in class io.netty.handler.codec.http.cookie.ServerCookieDecoder
 
RFC2965_PORT - Static variable in class io.netty.handler.codec.http.cookie.ServerCookieDecoder
 
RFC2965_VERSION - Static variable in class io.netty.handler.codec.http.cookie.ServerCookieDecoder
 
RFC3986 - io.netty.handler.codec.http.multipart.HttpPostRequestEncoder.EncoderMode
Mode which is more new and is used for OAUTH
rleAccumulator - Variable in class io.netty.handler.codec.compression.Bzip2BlockDecompressor
The number of previous identical output bytes decoded.
rleCurrentValue - Variable in class io.netty.handler.codec.compression.Bzip2BlockCompressor
The current RLE value being accumulated (undefined when Bzip2BlockCompressor.rleLength is 0).
rleLastDecodedByte - Variable in class io.netty.handler.codec.compression.Bzip2BlockDecompressor
The most recently RLE decoded byte.
rleLength - Variable in class io.netty.handler.codec.compression.Bzip2BlockCompressor
The repeat count of the current RLE value.
rleRepeat - Variable in class io.netty.handler.codec.compression.Bzip2BlockDecompressor
The RLE repeat count of the current decoded byte.
rnd - Variable in class io.netty.util.internal.ThreadLocalRandom
The random seed.
rNums(int) - Static method in class io.netty.handler.codec.compression.Bzip2Rand
Return the random number at a specific index.
RNUMS - Static variable in class io.netty.handler.codec.compression.Bzip2Rand
The Bzip2 specification originally included the optional addition of a slight pseudo-random perturbation to the input data, in order to work around the block sorting algorithm's non- optimal performance on some types of input.
ROOT - Static variable in class io.netty.handler.codec.dns.DefaultDnsRecordDecoder
 
rootParent - Variable in class io.netty.buffer.AbstractPooledDerivedByteBuf
 
rotational(Iterable<? extends InetSocketAddress>) - Static method in class io.netty.resolver.dns.DnsServerAddresses
Returns the DnsServerAddresses that yields the specified addresses in a rotational sequential order.
rotational(InetSocketAddress...) - Static method in class io.netty.resolver.dns.DnsServerAddresses
Returns the DnsServerAddresses that yields the specified addresses in a rotational sequential order.
rotational0(List<InetSocketAddress>) - Static method in class io.netty.resolver.dns.DnsServerAddresses
 
RotationalDnsServerAddresses - Class in io.netty.resolver.dns
 
RotationalDnsServerAddresses(List<InetSocketAddress>) - Constructor for class io.netty.resolver.dns.RotationalDnsServerAddresses
 
RoundRobinDnsAddressResolverGroup - Class in io.netty.resolver.dns
A AddressResolverGroup of DnsNameResolvers 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 NameResolver that resolves InetAddress and force Round Robin by choosing a single address randomly in SimpleNameResolver.resolve(String) and SimpleNameResolver.resolve(String, Promise) if multiple are returned by the NameResolver.
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.
rset() - Static method in class io.netty.handler.codec.smtp.SmtpRequests
Creates a RSET request.
RSET - Static variable in class io.netty.handler.codec.smtp.SmtpCommand
 
RSET - Static variable in class io.netty.handler.codec.smtp.SmtpRequests
 
RST - io.netty.handler.pcap.TCPPacket.TCPFlag
 
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 - Variable in class io.netty.handler.codec.http.websocketx.WebSocketChunkedInput
 
rsv - Variable in class io.netty.handler.codec.http.websocketx.WebSocketFrame
RSV1, RSV2, RSV3 used for extensions
rsv() - Method in class io.netty.handler.codec.http.websocketx.extensions.compression.DeflateFrameClientExtensionHandshaker.DeflateFrameClientExtension
 
rsv() - Method in class io.netty.handler.codec.http.websocketx.extensions.compression.DeflateFrameServerExtensionHandshaker.DeflateFrameServerExtension
 
rsv() - Method in class io.netty.handler.codec.http.websocketx.extensions.compression.PerMessageDeflateClientExtensionHandshaker.PermessageDeflateExtension
 
rsv() - Method in class io.netty.handler.codec.http.websocketx.extensions.compression.PerMessageDeflateServerExtensionHandshaker.PermessageDeflateExtension
 
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.
rsv(WebSocketFrame) - Method in class io.netty.handler.codec.http.websocketx.extensions.compression.DeflateEncoder
 
rsv(WebSocketFrame) - Method in class io.netty.handler.codec.http.websocketx.extensions.compression.PerFrameDeflateEncoder
 
rsv(WebSocketFrame) - Method in class io.netty.handler.codec.http.websocketx.extensions.compression.PerMessageDeflateEncoder
 
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
 
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"
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 in HttpMessages.
RtspDecoder() - Constructor for class io.netty.handler.codec.rtsp.RtspDecoder
Creates a new instance with the default maxInitialLineLength (4096), maxHeaderSize (8192), and maxContentLength (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
Creates a new instance with the specified parameters.
RtspEncoder - Class in io.netty.handler.codec.rtsp
Encodes an RTSP message represented in HttpMessage or an HttpContent into a ByteBuf.
RtspEncoder() - Constructor for class io.netty.handler.codec.rtsp.RtspEncoder
 
RtspHeaderNames - Class in io.netty.handler.codec.rtsp
Standard RTSP header names.
RtspHeaderNames() - Constructor for class io.netty.handler.codec.rtsp.RtspHeaderNames
 
RtspHeaders - Class in io.netty.handler.codec.rtsp
Deprecated.
Use RtspHeaderNames or RtspHeaderValues instead. Standard RTSP header names and values.
RtspHeaders() - Constructor for class io.netty.handler.codec.rtsp.RtspHeaders
Deprecated.
 
RtspHeaders.Names - Class in io.netty.handler.codec.rtsp
Deprecated.
Use RtspHeaderNames instead. Standard RTSP header names.
RtspHeaders.Values - Class in io.netty.handler.codec.rtsp
Deprecated.
Use RtspHeaderValues instead. Standard RTSP header values.
RtspHeaderValues - Class in io.netty.handler.codec.rtsp
Standard RTSP header names.
RtspHeaderValues() - Constructor for class io.netty.handler.codec.rtsp.RtspHeaderValues
 
RtspMethods - Class in io.netty.handler.codec.rtsp
The request getMethod of RTSP.
RtspMethods() - Constructor for class io.netty.handler.codec.rtsp.RtspMethods
 
RtspObjectDecoder - Class in io.netty.handler.codec.rtsp
Deprecated.
Use RtspDecoder instead.
RtspObjectDecoder() - Constructor for class io.netty.handler.codec.rtsp.RtspObjectDecoder
Deprecated.
Creates a new instance with the default maxInitialLineLength (4096), maxHeaderSize (8192), and maxContentLength (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 RtspEncoder instead.
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 RtspDecoder directly instead
RtspRequestDecoder() - Constructor for class io.netty.handler.codec.rtsp.RtspRequestDecoder
Deprecated.
 
RtspRequestEncoder - Class in io.netty.handler.codec.rtsp
Deprecated.
Use RtspEncoder directly instead
RtspRequestEncoder() - Constructor for class io.netty.handler.codec.rtsp.RtspRequestEncoder
Deprecated.
 
RtspResponseDecoder - Class in io.netty.handler.codec.rtsp
Deprecated.
Use RtspDecoder directly instead
RtspResponseDecoder() - Constructor for class io.netty.handler.codec.rtsp.RtspResponseDecoder
Deprecated.
 
RtspResponseEncoder - Class in io.netty.handler.codec.rtsp
Deprecated.
Use RtspEncoder directly 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.
RtspResponseStatuses() - Constructor for class io.netty.handler.codec.rtsp.RtspResponseStatuses
 
RtspVersions - Class in io.netty.handler.codec.rtsp
The version of RTSP.
RtspVersions() - Constructor for class io.netty.handler.codec.rtsp.RtspVersions
 
rtt() - Method in class io.netty.channel.epoll.EpollTcpInfo
 
rttvar() - Method in class io.netty.channel.epoll.EpollTcpInfo
 
RuleBasedIpFilter - Class in io.netty.handler.ipfilter
This class allows one to filter new Channels based on the IpFilterRules passed to its constructor.
RuleBasedIpFilter(boolean, IpFilterRule...) - Constructor for class io.netty.handler.ipfilter.RuleBasedIpFilter
Create new Instance of RuleBasedIpFilter and filter incoming connections based on their IP address and rules applied.
RuleBasedIpFilter(IpFilterRule...) - Constructor for class io.netty.handler.ipfilter.RuleBasedIpFilter
Create new Instance of RuleBasedIpFilter and filter incoming connections based on their IP address and rules applied.
rules - Variable in class io.netty.handler.ipfilter.RuleBasedIpFilter
 
ruleType - Variable in class io.netty.handler.ipfilter.IpSubnetFilterRule.Ip4SubnetFilterRule
 
ruleType - Variable in class io.netty.handler.ipfilter.IpSubnetFilterRule.Ip6SubnetFilterRule
 
ruleType() - Method in interface io.netty.handler.ipfilter.IpFilterRule
 
ruleType() - Method in class io.netty.handler.ipfilter.IpSubnetFilterRule.Ip4SubnetFilterRule
 
ruleType() - Method in class io.netty.handler.ipfilter.IpSubnetFilterRule.Ip6SubnetFilterRule
 
ruleType() - Method in class io.netty.handler.ipfilter.IpSubnetFilterRule
 
run() - Method in class io.netty.channel.AbstractChannelHandlerContext.WriteTask
 
run() - Method in class io.netty.channel.DefaultChannelPipeline.PendingHandlerAddedTask
 
run() - Method in class io.netty.channel.DefaultChannelPipeline.PendingHandlerRemovedTask
 
run() - Method in class io.netty.channel.DefaultEventLoop
 
run() - Method in class io.netty.channel.epoll.EpollEventLoop
 
run() - Method in class io.netty.channel.kqueue.KQueueEventLoop
 
run() - Method in class io.netty.channel.nio.NioEventLoop
 
run() - Method in class io.netty.channel.pool.FixedChannelPool.TimeoutTask
 
run() - Method in class io.netty.channel.ThreadPerChannelEventLoop
Deprecated.
 
run() - Method in class io.netty.handler.ssl.ReferenceCountedOpenSslEngine.TaskDecorator
 
run() - Method in class io.netty.handler.ssl.SslHandler.AsyncTaskCompletionHandler
 
run() - Method in class io.netty.handler.ssl.SslHandler.SslTasksRunner
 
run() - Method in class io.netty.handler.timeout.IdleStateHandler.AbstractIdleTask
 
run() - Method in class io.netty.handler.timeout.WriteTimeoutHandler.WriteTimeoutTask
 
run() - Method in class io.netty.handler.traffic.AbstractTrafficShapingHandler.ReopenReadTimerTask
 
run() - Method in class io.netty.handler.traffic.GlobalChannelTrafficCounter.MixedTrafficMonitoringTask
 
run() - Method in class io.netty.handler.traffic.TrafficCounter.TrafficMonitoringTask
 
run() - Method in class io.netty.resolver.dns.Cache.Entries
 
run() - Method in class io.netty.util.concurrent.DefaultEventExecutor
 
run() - Method in class io.netty.util.concurrent.FastThreadLocalRunnable
 
run() - Method in class io.netty.util.concurrent.GlobalEventExecutor.TaskRunner
 
run() - Method in class io.netty.util.concurrent.NonStickyEventExecutorGroup.NonStickyOrderedEventExecutor
 
run() - Method in class io.netty.util.concurrent.PromiseTask
 
run() - Method in class io.netty.util.concurrent.PromiseTask.SentinelRunnable
 
run() - Method in class io.netty.util.concurrent.ScheduledFutureTask
 
run() - Method in class io.netty.util.concurrent.SingleThreadEventExecutor
run() - Method in class io.netty.util.concurrent.UnorderedThreadPoolEventExecutor.NonNotifyRunnable
 
run() - Method in class io.netty.util.concurrent.UnorderedThreadPoolEventExecutor.RunnableScheduledFutureTask
 
run() - Method in class io.netty.util.HashedWheelTimer.HashedWheelTimeout
 
run() - Method in class io.netty.util.HashedWheelTimer.Worker
 
run() - Method in class io.netty.util.NetUtil.SoMaxConnAction
 
run() - Method in class io.netty.util.ReferenceCountUtil.ReleasingTask
 
run() - Method in class io.netty.util.ThreadDeathWatcher.Watcher
Deprecated.
 
run(ChannelHandlerContext) - Method in class io.netty.handler.timeout.IdleStateHandler.AbstractIdleTask
 
run(ChannelHandlerContext) - Method in class io.netty.handler.timeout.IdleStateHandler.AllIdleTimeoutTask
 
run(ChannelHandlerContext) - Method in class io.netty.handler.timeout.IdleStateHandler.ReaderIdleTimeoutTask
 
run(ChannelHandlerContext) - Method in class io.netty.handler.timeout.IdleStateHandler.WriterIdleTimeoutTask
 
run(Timeout) - Method in interface io.netty.util.TimerTask
Executed after the delay specified with Timer.newTimeout(TimerTask, long, TimeUnit).
run(Runnable) - Method in interface io.netty.handler.ssl.AsyncRunnable
 
run(Runnable) - Method in class io.netty.handler.ssl.ReferenceCountedOpenSslEngine.AsyncTaskDecorator
 
RUN_OFFSET_SHIFT - Static variable in class io.netty.buffer.PoolChunk
 
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.
runAndResetNeedTask(Runnable) - Method in class io.netty.handler.ssl.ReferenceCountedOpenSslEngine
 
runComplete() - Method in class io.netty.handler.ssl.SslHandler.SslTasksRunner
 
runCompleteTask - Variable in class io.netty.handler.ssl.SslHandler.SslTasksRunner
 
runDelegatedTasks(boolean) - Method in class io.netty.handler.ssl.SslHandler
Will either run the delegated task directly calling Runnable.run() and return true or will offload the delegated task using Executor.execute(Runnable) and return false.
runExistingTasksFrom(Queue<Runnable>) - Method in class io.netty.util.concurrent.SingleThreadEventExecutor
What ever tasks are present in taskQueue when this method is invoked will be Runnable.run().
runFinishPeerReadTask(LocalChannel) - Method in class io.netty.channel.local.LocalChannel
 
runFirstBestFit(int) - Method in class io.netty.buffer.PoolChunk
 
runHook() - Static method in class io.netty.handler.codec.http.multipart.DeleteFileOnExitHook
Clean up all the files.
runnable - Variable in class io.netty.util.concurrent.FastThreadLocalRunnable
 
RunnableAdapter(Runnable, T) - Constructor for class io.netty.util.concurrent.PromiseTask.RunnableAdapter
 
RunnableScheduledFutureTask(EventExecutor, RunnableScheduledFuture<V>, boolean) - Constructor for class io.netty.util.concurrent.UnorderedThreadPoolEventExecutor.RunnableScheduledFutureTask
 
RUNNING - Static variable in class io.netty.util.concurrent.ImmediateEventExecutor
Set to true if we are executing a runnable.
RUNNING - Static variable in class io.netty.util.concurrent.NonStickyEventExecutorGroup.NonStickyOrderedEventExecutor
 
RUNNING_IN_NATIVE_IMAGE - Static variable in class io.netty.util.internal.PlatformDependent0
 
runOffset - Variable in class io.netty.buffer.PoolSubpage
 
runOffset(long) - Static method in class io.netty.buffer.PoolChunk
 
runPages(long) - Static method in class io.netty.buffer.PoolChunk
 
runPendingTasks() - Method in class io.netty.channel.embedded.EmbeddedChannel
Run all tasks (which also includes scheduled tasks) that are pending in the EventLoop for this Channel
runsAvail - Variable in class io.netty.buffer.PoolChunk
manage all avail runs
runsAvailLock - Variable in class io.netty.buffer.PoolChunk
 
runsAvailMap - Variable in class io.netty.buffer.PoolChunk
store the first page and last page of each avail run
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 maxDrainAttempts has been exceeded.
runScheduledPendingTasks() - Method in class io.netty.channel.embedded.EmbeddedChannel
Run all pending scheduled tasks in the EventLoop for this Channel and return the nanoseconds when the next scheduled task is ready to run.
runScheduledTasks() - Method in class io.netty.channel.embedded.EmbeddedEventLoop
 
runShutdownHooks() - Method in class io.netty.util.concurrent.SingleThreadEventExecutor
 
runSize - Variable in class io.netty.buffer.PoolSubpage
 
runSize(int, long) - Static method in class io.netty.buffer.PoolChunk
 
runTask() - Method in class io.netty.util.concurrent.PromiseTask
 
runTask() - Method in class io.netty.util.concurrent.UnorderedThreadPoolEventExecutor.RunnableScheduledFutureTask
 
runTask(Runnable) - Static method in class io.netty.util.concurrent.AbstractEventExecutor
 
runTaskQueue() - Method in class io.netty.channel.pool.FixedChannelPool
 
runTasks() - Method in class io.netty.channel.embedded.EmbeddedEventLoop
 

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"
SA - Variable in class io.netty.handler.codec.compression.Bzip2DivSufSort
 
sacked() - Method in class io.netty.channel.epoll.EpollTcpInfo
 
safeArrayWriteUtf8(byte[], int, CharSequence, int, int) - Static method in class io.netty.buffer.ByteBufUtil
 
safeClose(ChannelHandlerContext, ChannelFuture, ChannelPromise) - Method in class io.netty.handler.ssl.SslHandler
 
safeClose(File, OutputStream) - Static method in class io.netty.handler.ssl.util.SelfSignedCertificate
 
safeClose(InputStream) - Static method in class io.netty.handler.ssl.PemReader
 
safeClose(OutputStream) - Static method in class io.netty.handler.ssl.PemReader
 
safeClosePipe(FileDescriptor) - Static method in class io.netty.channel.epoll.AbstractEpollStreamChannel
 
safeConstructPutInt(Object, long, int) - Static method in class io.netty.util.internal.PlatformDependent
 
safeConstructPutInt(Object, long, int) - Static method in class io.netty.util.internal.PlatformDependent0
 
safeDelete(File) - Static method in class io.netty.handler.ssl.util.SelfSignedCertificate
 
safeDirectWriteUtf8(ByteBuffer, int, CharSequence, int, int) - Static method in class io.netty.buffer.ByteBufUtil
 
safeDuplicate(Object) - Static method in class io.netty.channel.group.DefaultChannelGroup
 
safeExceptionCaught(Throwable) - Method in class io.netty.handler.ssl.SslHandler.SslTasksRunner
 
safeExecute(EventExecutor, Runnable) - Static method in class io.netty.util.concurrent.DefaultPromise
 
safeExecute(EventExecutor, Runnable, ChannelPromise, Object, boolean) - Static method in class io.netty.channel.AbstractChannelHandlerContext
 
safeExecute(Runnable) - Static method in class io.netty.util.concurrent.AbstractEventExecutor
Try to execute the given Runnable and just log if it throws a Throwable.
safeFail(ChannelPromise, Throwable) - Static method in class io.netty.channel.ChannelOutboundBuffer
 
safeFail(ChannelPromise, Throwable) - Static method in class io.netty.channel.PendingWriteQueue
 
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.
safeNioBuffer(ByteBuf, int, int) - Static method in class io.netty.handler.codec.compression.CompressionUtil
 
safeObjectAppend(StringBuilder, Object) - Static method in class io.netty.util.internal.logging.MessageFormatter
 
safeReadableNioBuffer(ByteBuf) - Static method in class io.netty.handler.codec.compression.CompressionUtil
 
safeRelease(Object) - Static method in class io.netty.util.ReferenceCountUtil
Try to call ReferenceCounted.release() if the specified message implements ReferenceCounted.
safeRelease(Object, int) - Static method in class io.netty.util.ReferenceCountUtil
Try to call ReferenceCounted.release(int) if the specified message implements ReferenceCounted.
safeRemoveDecoder() - Method in class io.netty.handler.proxy.ProxyHandler
 
safeRemoveEncoder() - Method in class io.netty.handler.proxy.ProxyHandler
 
safeSetFailure(ChannelPromise, Throwable) - Method in class io.netty.channel.AbstractChannel.AbstractUnsafe
Marks the specified promise as failure.
safeSetSuccess(ChannelPromise) - Method in class io.netty.channel.AbstractChannel.AbstractUnsafe
Marks the specified promise as success.
safeSetSuccess(ChannelPromise) - Method in class io.netty.handler.codec.http2.AbstractHttp2StreamChannel.Http2ChannelUnsafe
 
safeSuccess(ChannelPromise) - Static method in class io.netty.channel.ChannelOutboundBuffer
 
safeWriteUtf8(AbstractByteBuf, int, CharSequence, int, int) - Static method in class io.netty.buffer.ByteBufUtil
 
sameSite - Variable in class io.netty.handler.codec.http.cookie.ClientCookieDecoder.CookieBuilder
 
sameSite - Variable in class io.netty.handler.codec.http.cookie.DefaultCookie
 
sameSite() - Method in class io.netty.handler.codec.http.cookie.DefaultCookie
Checks to see if this Cookie can be sent along cross-site requests.
SameSite() - Constructor for enum io.netty.handler.codec.http.cookie.CookieHeaderNames.SameSite
 
SAMESITE - Static variable in class io.netty.handler.codec.http.cookie.CookieHeaderNames
 
SAMPLING_INTERVAL - Static variable in class io.netty.util.ResourceLeakDetector
 
samplingInterval - Variable in class io.netty.util.ResourceLeakDetector
 
sanitize(Iterable<? extends InetSocketAddress>) - Static method in class io.netty.resolver.dns.DnsServerAddresses
 
sanitize(InetSocketAddress[]) - Static method in class io.netty.resolver.dns.DnsServerAddresses
 
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
 
sanitizeHeadersBeforeEncode(HttpResponse, boolean) - Method in class io.netty.handler.codec.http.HttpServerCodec.HttpServerResponseEncoder
 
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
 
sb - Variable in class io.netty.handler.codec.DateFormatter
 
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"
scanNext() - Method in class io.netty.util.collection.ByteObjectHashMap.PrimitiveIterator
 
scanNext() - Method in class io.netty.util.collection.CharObjectHashMap.PrimitiveIterator
 
scanNext() - Method in class io.netty.util.collection.IntObjectHashMap.PrimitiveIterator
 
scanNext() - Method in class io.netty.util.collection.LongObjectHashMap.PrimitiveIterator
 
scanNext() - Method in class io.netty.util.collection.ShortObjectHashMap.PrimitiveIterator
 
scatteringRead(EpollRecvByteAllocatorHandle, NativeDatagramPacketArray, ByteBuf, int, int) - Method in class io.netty.channel.epoll.EpollDatagramChannel
 
schedule(ChannelHandlerContext, Runnable, long, TimeUnit) - Method in class io.netty.handler.timeout.IdleStateHandler
This method is visible for testing!
schedule(ScheduledFutureTask<V>) - Method in class io.netty.util.concurrent.AbstractScheduledEventExecutor
 
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
 
schedule(Thread, Runnable, boolean) - Static method in class io.netty.util.ThreadDeathWatcher
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
 
SCHEDULE_PURGE_INTERVAL - Static variable in class io.netty.util.concurrent.SingleThreadEventExecutor
 
SCHEDULE_QUIET_PERIOD_INTERVAL - Static variable in class io.netty.util.concurrent.GlobalEventExecutor
 
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
 
scheduleCacheExpirationIfNeeded(int, EventLoop) - Method in class io.netty.resolver.dns.Cache.Entries
 
SCHEDULED_FUTURE_TASK_COMPARATOR - Static variable in class io.netty.util.concurrent.AbstractScheduledEventExecutor
 
scheduledExecutor() - Method in class io.netty.util.concurrent.ScheduledFutureTask
 
scheduledFuture - Variable in class io.netty.handler.timeout.WriteTimeoutHandler.WriteTimeoutTask
 
scheduledFuture - Variable in class io.netty.handler.traffic.TrafficCounter
used in stop() to cancel the timer
ScheduledFuture<V> - Interface in io.netty.util.concurrent
The result of a scheduled asynchronous operation.
ScheduledFutureTask<V> - Class in io.netty.util.concurrent
 
ScheduledFutureTask(AbstractScheduledEventExecutor, Runnable, long) - Constructor for class io.netty.util.concurrent.ScheduledFutureTask
 
ScheduledFutureTask(AbstractScheduledEventExecutor, Runnable, long, long) - Constructor for class io.netty.util.concurrent.ScheduledFutureTask
 
ScheduledFutureTask(AbstractScheduledEventExecutor, Callable<V>, long) - Constructor for class io.netty.util.concurrent.ScheduledFutureTask
 
ScheduledFutureTask(AbstractScheduledEventExecutor, Callable<V>, long, long) - Constructor for class io.netty.util.concurrent.ScheduledFutureTask
 
scheduledTaskQueue - Variable in class io.netty.util.concurrent.AbstractScheduledEventExecutor
 
scheduledTaskQueue() - Method in class io.netty.util.concurrent.AbstractScheduledEventExecutor
 
scheduleFlush(ChannelHandlerContext) - Method in class io.netty.handler.flush.FlushConsolidationHandler
 
scheduleFromEventLoop(ScheduledFutureTask<?>) - Method in class io.netty.util.concurrent.AbstractScheduledEventExecutor
 
scheduleTimeout(ChannelHandlerContext, ChannelPromise) - Method in class io.netty.handler.timeout.WriteTimeoutHandler
 
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
 
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.SCHEME header or null if there is no such header
scheme() - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
 
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
scheme(CharSequence) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
 
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 - 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"
SCHEME_ATTR_KEY - Static variable in class io.netty.handler.codec.http2.Http2StreamFrameToHttpObjectCodec
 
scopeId - Variable in class io.netty.channel.unix.NativeInetAddress
 
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.
scoreAddress(InetAddress) - Static method in class io.netty.util.internal.MacAddressUtil
 
SEARCH_ROW_LABEL - Static variable in class io.netty.resolver.dns.UnixResolverDnsServerAddressStreamProvider
 
searchAttributeByKey(DefaultAttributeMap.DefaultAttribute[], AttributeKey<?>) - Static method in class io.netty.util.DefaultAttributeMap
Similarly to Arrays::binarySearch it perform a binary search optimized for this use case, in order to save polymorphic calls (on comparator side) and unnecessary class checks.
searchDomains - Variable in class io.netty.resolver.dns.DnsNameResolver
 
searchDomains - Variable in class io.netty.resolver.dns.DnsNameResolverBuilder
 
searchDomains() - Method in class io.netty.resolver.dns.DnsNameResolver
 
searchDomains(Iterable<String>) - Method in class io.netty.resolver.dns.DnsNameResolverBuilder
Set the list of search domains of the resolver.
SearchDomainUnknownHostException(Throwable, String, DnsRecordType[], String[]) - Constructor for exception io.netty.resolver.dns.DnsResolveContext.SearchDomainUnknownHostException
 
searches - Variable in class io.netty.resolver.dns.macos.DnsResolver
 
searches() - Method in class io.netty.resolver.dns.macos.DnsResolver
 
searchOrder - Variable in class io.netty.resolver.dns.macos.DnsResolver
 
searchOrder() - Method in class io.netty.resolver.dns.macos.DnsResolver
 
SearchProcessor - Interface in io.netty.buffer.search
Interface for ByteProcessor that 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"
seconds - Variable in class io.netty.handler.codec.DateFormatter
 
secondsPerWindow - Variable in class io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
 
secondsPerWindow - Variable in class io.netty.handler.codec.http2.Http2MaxRstFrameDecoder
 
SECTION_COUNT - Static variable in class io.netty.handler.codec.dns.AbstractDnsMessage
 
SECTION_QUESTION - Static variable in class io.netty.handler.codec.dns.AbstractDnsMessage
 
sectionAt(int) - Method in class io.netty.handler.codec.dns.AbstractDnsMessage
 
sectionOrdinal(DnsSection) - Static method in class io.netty.handler.codec.dns.AbstractDnsMessage
 
secure - Variable in class io.netty.handler.codec.http.cookie.ClientCookieDecoder.CookieBuilder
 
secure - Variable in class io.netty.handler.codec.http.cookie.DefaultCookie
 
SECURE - Static variable in class io.netty.handler.codec.http.cookie.CookieHeaderNames
 
SECURE_RANDOM - Static variable in class io.netty.handler.ssl.ocsp.OcspClient
 
SEE_OTHER - Static variable in class io.netty.handler.codec.http.HttpResponseStatus
303 See Other (since HTTP/1.1)
seedGeneratorEndTime - Static variable in class io.netty.util.internal.ThreadLocalRandom
 
seedGeneratorStartTime - Static variable in class io.netty.util.internal.ThreadLocalRandom
 
seedGeneratorThread - Static variable in class io.netty.util.internal.ThreadLocalRandom
 
seedQueue - Static variable in class io.netty.util.internal.ThreadLocalRandom
 
seedUniquifier - Static variable in class io.netty.util.internal.ThreadLocalRandom
 
SeekAheadOptimize(ByteBuf) - Constructor for class io.netty.handler.codec.http.multipart.HttpPostBodyUtil.SeekAheadOptimize
 
seen - Variable in class io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder.ContentLength
 
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.
segmentSize - Variable in class io.netty.channel.epoll.NativeDatagramPacketArray.NativeDatagramPacket
 
segmentSize - Variable in class io.netty.channel.unix.SegmentedDatagramPacket
 
segmentSize() - Method in class io.netty.channel.unix.SegmentedDatagramPacket
Return the size of each segment (the last segment can be smaller).
select() - Method in class io.netty.channel.nio.SelectedSelectionKeySetSelector
 
select(long) - Method in class io.netty.channel.nio.NioEventLoop
 
select(long) - Method in class io.netty.channel.nio.SelectedSelectionKeySetSelector
 
select(ChannelHandlerContext, ByteBuf) - Method in class io.netty.handler.ssl.SslClientHelloHandler
 
select(List<String>) - Method in interface io.netty.handler.ssl.JdkApplicationProtocolNegotiator.ProtocolSelector
Deprecated.
Callback invoked to select the application level protocol from the protocols provided.
select(List<String>) - Method in class io.netty.handler.ssl.JdkBaseApplicationProtocolNegotiator.NoFailProtocolSelector
 
SELECT - Static variable in interface io.netty.channel.SelectStrategy
Indicates a blocking select should follow.
selectAgain() - Method in class io.netty.channel.nio.NioEventLoop
 
selectApplicationProtocol() - Method in class io.netty.handler.ssl.ReferenceCountedOpenSslEngine
Select the application protocol used.
selectApplicationProtocol(List<String>, ApplicationProtocolConfig.SelectedListenerFailureBehavior, String) - Method in class io.netty.handler.ssl.ReferenceCountedOpenSslEngine
 
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.
selected(String) - Method in class io.netty.handler.ssl.JdkBaseApplicationProtocolNegotiator.NoFailProtocolSelectionListener
 
selectedBehavior - Variable in class io.netty.handler.ssl.ApplicationProtocolConfig
 
selectedKeys - Variable in class io.netty.channel.nio.NioEventLoop
 
selectedKeys() - Method in class io.netty.channel.nio.SelectedSelectionKeySetSelector
 
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.
 
SelectedListenerFailureBehavior() - Constructor for enum io.netty.handler.ssl.ApplicationProtocolConfig.SelectedListenerFailureBehavior
 
SelectedSelectionKeySet - Class in io.netty.channel.nio
 
SelectedSelectionKeySet() - Constructor for class io.netty.channel.nio.SelectedSelectionKeySet
 
SelectedSelectionKeySetSelector - Class in io.netty.channel.nio
 
SelectedSelectionKeySetSelector(Selector, SelectedSelectionKeySet) - Constructor for class io.netty.channel.nio.SelectedSelectionKeySetSelector
 
selectedSubprotocol - Variable in class io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker
 
selectedSubprotocol - Variable in class io.netty.handler.codec.http.websocketx.WebSocketServerProtocolHandler.HandshakeComplete
 
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
 
selectFilterRule(InetAddress, int, IpFilterRuleType) - Static method in class io.netty.handler.ipfilter.IpSubnetFilterRule
 
selection - Variable in class io.netty.handler.ssl.SniHandler
 
Selection(SslContext, String) - Constructor for class io.netty.handler.ssl.SniHandler.Selection
 
selectionKey - Variable in class io.netty.channel.nio.AbstractNioChannel
 
selectionKey() - Method in class io.netty.channel.nio.AbstractNioChannel
Return the current SelectionKey
selectionKeys - Variable in class io.netty.channel.nio.SelectedSelectionKeySetSelector
 
selectionListener - Variable in class io.netty.handler.ssl.JdkAlpnSslEngine
 
selectNow() - Method in class io.netty.channel.nio.NioEventLoop
 
selectNow() - Method in class io.netty.channel.nio.SelectedSelectionKeySetSelector
 
selectNowSupplier - Variable in class io.netty.channel.epoll.EpollEventLoop
 
selectNowSupplier - Variable in class io.netty.channel.kqueue.KQueueEventLoop
 
selectNowSupplier - Variable in class io.netty.channel.nio.NioEventLoop
 
selector - Variable in class io.netty.channel.nio.NioEventLoop
The NIO Selector.
selector - Variable in class io.netty.channel.nio.NioEventLoop.SelectorTuple
 
selector - Variable in class io.netty.handler.ssl.JdkAlpnSslEngine.AlpnSelector
 
SELECTOR_AUTO_REBUILD_THRESHOLD - Static variable in class io.netty.channel.nio.NioEventLoop
 
selectorBehavior - Variable in class io.netty.handler.ssl.ApplicationProtocolConfig
 
selectorFactory - Variable in class io.netty.handler.ssl.JdkBaseApplicationProtocolNegotiator
 
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.
 
SelectorFailureBehavior() - Constructor for enum io.netty.handler.ssl.ApplicationProtocolConfig.SelectorFailureBehavior
 
selectorProvider() - Method in class io.netty.channel.nio.NioEventLoop
Returns the SelectorProvider used by this NioEventLoop to obtain the Selector.
SelectorProviderUtil - Class in io.netty.channel.socket.nio
 
SelectorProviderUtil() - Constructor for class io.netty.channel.socket.nio.SelectorProviderUtil
 
selectors - Variable in class io.netty.handler.codec.compression.Bzip2HuffmanStageDecoder
The Huffman table number to use for each group of 50 symbols.
selectors - Variable in class io.netty.handler.codec.compression.Bzip2HuffmanStageEncoder
The selectors for each segment.
SelectorTuple(Selector) - Constructor for class io.netty.channel.nio.NioEventLoop.SelectorTuple
 
SelectorTuple(Selector, Selector) - Constructor for class io.netty.channel.nio.NioEventLoop.SelectorTuple
 
selectStrategy - Variable in class io.netty.channel.epoll.EpollEventLoop
 
selectStrategy - Variable in class io.netty.channel.kqueue.KQueueEventLoop
 
selectStrategy - Variable in class io.netty.channel.nio.NioEventLoop
 
SelectStrategy - Interface in io.netty.channel
Select strategy interface.
SelectStrategyFactory - Interface in io.netty.channel
Factory that creates a new SelectStrategy every time.
selectSubprotocol(String) - Method in class io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker
Selects the first matching supported sub protocol
selectTableCount(int) - Static method in class io.netty.handler.codec.compression.Bzip2HuffmanStageEncoder
Selects an appropriate table count for a given MTF length.
self() - Method in class io.netty.bootstrap.AbstractBootstrap
 
self() - Method in class io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
Returns this.
self() - Method in class io.netty.handler.codec.http2.AbstractInboundHttp2ToHttpAdapterBuilder
 
SELF - Static variable in class io.netty.util.internal.logging.JdkLogger
 
selfCollection - Variable in class io.netty.util.concurrent.AbstractEventExecutor
 
selfFiredChannelRead - Variable in class io.netty.handler.codec.ByteToMessageDecoder
 
selfSignedCertificate() - Static method in class io.netty.handler.ssl.OpenSsl
Returns a self-signed X509Certificate for netty.io.
SelfSignedCertificate - Class in io.netty.handler.ssl.util
Generates a temporary self-signed certificate for testing purposes.
SelfSignedCertificate() - Constructor for class io.netty.handler.ssl.util.SelfSignedCertificate
Creates a new instance.
SelfSignedCertificate(String) - Constructor for class io.netty.handler.ssl.util.SelfSignedCertificate
Creates a new instance.
SelfSignedCertificate(String, String, int) - Constructor for class io.netty.handler.ssl.util.SelfSignedCertificate
Creates a new instance.
SelfSignedCertificate(String, SecureRandom, int) - Constructor for class io.netty.handler.ssl.util.SelfSignedCertificate
Creates a new instance.
SelfSignedCertificate(String, SecureRandom, int, Date, Date) - Constructor for class io.netty.handler.ssl.util.SelfSignedCertificate
Creates a new instance.
SelfSignedCertificate(String, SecureRandom, int, Date, Date, String) - Constructor for class io.netty.handler.ssl.util.SelfSignedCertificate
Creates a new instance.
SelfSignedCertificate(String, SecureRandom, String, int) - Constructor for class io.netty.handler.ssl.util.SelfSignedCertificate
Creates a new instance.
SelfSignedCertificate(String, Date, Date) - Constructor for class io.netty.handler.ssl.util.SelfSignedCertificate
Creates a new instance.
SelfSignedCertificate(String, Date, Date, String, int) - Constructor for class io.netty.handler.ssl.util.SelfSignedCertificate
Creates a new instance.
SelfSignedCertificate(Date, Date) - Constructor for class io.netty.handler.ssl.util.SelfSignedCertificate
Creates a new instance.
SelfSignedCertificate(Date, Date, String, int) - Constructor for class io.netty.handler.ssl.util.SelfSignedCertificate
Creates a new instance.
SEMICOLON - Static variable in class io.netty.handler.codec.http.HttpConstants
Semicolon ';'
SEMICOLON - Static variable in class io.netty.handler.codec.http.HttpUtil
 
semicolonIsNormalChar - Variable in class io.netty.handler.codec.http.QueryStringDecoder
 
send(int, ByteBuffer, int, int) - Static method in class io.netty.channel.unix.Socket
 
send(ChannelHandlerContext, int) - Method in class io.netty.handler.codec.http2.StreamBufferingEncoder.DataFrame
 
send(ChannelHandlerContext, int) - Method in class io.netty.handler.codec.http2.StreamBufferingEncoder.Frame
 
send(ChannelHandlerContext, int) - Method in class io.netty.handler.codec.http2.StreamBufferingEncoder.HeadersFrame
 
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(int, long, int, int) - Static method in class io.netty.channel.unix.Socket
 
sendAddress(long, int, int) - Method in class io.netty.channel.unix.Socket
 
sendAllValid(ChannelHandlerContext, long) - Method in class io.netty.handler.traffic.ChannelTrafficShapingHandler
 
sendAllValid(ChannelHandlerContext, GlobalChannelTrafficShapingHandler.PerChannel, long) - Method in class io.netty.handler.traffic.GlobalChannelTrafficShapingHandler
 
sendAllValid(ChannelHandlerContext, GlobalTrafficShapingHandler.PerChannel, long) - Method in class io.netty.handler.traffic.GlobalTrafficShapingHandler
 
sendCloseFrame - Variable in class io.netty.handler.codec.http.websocketx.WebSocketClientProtocolConfig.Builder
 
sendCloseFrame - Variable in class io.netty.handler.codec.http.websocketx.WebSocketClientProtocolConfig
 
sendCloseFrame - Variable in class io.netty.handler.codec.http.websocketx.WebSocketServerProtocolConfig.Builder
 
sendCloseFrame - Variable in class io.netty.handler.codec.http.websocketx.WebSocketServerProtocolConfig
 
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.
sendConnectCommand(ChannelHandlerContext) - Method in class io.netty.handler.proxy.Socks5ProxyHandler
 
sendDetector - Variable in class io.netty.handler.codec.http2.InboundHttp2ToHttpAdapter
 
sender - Variable in class io.netty.channel.DefaultAddressedEnvelope
 
sender - Variable in class io.netty.handler.codec.dns.DatagramDnsQuery
 
sender - Variable in class io.netty.handler.codec.dns.DatagramDnsResponse
 
sender - Variable in class io.netty.resolver.dns.DnsNameResolver.AddressedEnvelopeAdapter
 
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
 
sender() - Method in class io.netty.resolver.dns.DnsNameResolver.AddressedEnvelopeAdapter
 
senderAddr - Variable in class io.netty.channel.epoll.NativeDatagramPacketArray.NativeDatagramPacket
 
senderAddrLen - Variable in class io.netty.channel.epoll.NativeDatagramPacketArray.NativeDatagramPacket
 
senderPort - Variable in class io.netty.channel.epoll.NativeDatagramPacketArray.NativeDatagramPacket
 
senderScopeId - Variable in class io.netty.channel.epoll.NativeDatagramPacketArray.NativeDatagramPacket
 
sendFd(int) - Method in class io.netty.channel.unix.Socket
 
sendFd(int, int) - Static method in class io.netty.channel.unix.Socket
 
sendFile(int, DefaultFileRegion, long, long, long) - Static method in class io.netty.channel.epoll.LinuxSocket
 
sendFile(int, DefaultFileRegion, long, long, long) - Static method in class io.netty.channel.kqueue.BsdSocket
 
sendFile(DefaultFileRegion, long, long, long) - Method in class io.netty.channel.epoll.LinuxSocket
 
sendFile(DefaultFileRegion, long, long, long) - Method in class io.netty.channel.kqueue.BsdSocket
 
sendFrames() - Method in class io.netty.handler.codec.http2.StreamBufferingEncoder.PendingStream
 
sendGoAwayFrame(ChannelHandlerContext, ChannelPromise) - Method in class io.netty.handler.codec.spdy.SpdySessionHandler
 
sendGoAwayFrame(ChannelHandlerContext, SpdySessionStatus) - Method in class io.netty.handler.codec.spdy.SpdySessionHandler
 
sendHeaders(Http2FrameWriter, ChannelHandlerContext, int, Http2Headers, boolean, int, short, boolean, int, boolean, ChannelPromise) - Static method in class io.netty.handler.codec.http2.DefaultHttp2ConnectionEncoder
Write headers via Http2FrameWriter.
sendHttpResponse(ChannelHandlerContext, HttpRequest, HttpResponse) - Static method in class io.netty.handler.codec.http.websocketx.WebSocketServerProtocolHandshakeHandler
 
sendInitialMessage(ChannelHandlerContext) - Method in class io.netty.handler.proxy.ProxyHandler
Sends the initial message to be sent to the proxy server.
sendmmsg(int, boolean, NativeDatagramPacketArray.NativeDatagramPacket[], int, int) - Static method in class io.netty.channel.epoll.Native
 
sendmmsg(int, NativeDatagramPacketArray.NativeDatagramPacket[], int, int) - Static method in class io.netty.channel.epoll.Native
Deprecated.
sendmmsg(NativeDatagramPacketArray.NativeDatagramPacket[], int, int) - Method in class io.netty.channel.epoll.LinuxSocket
 
sendmmsg0(int, boolean, NativeDatagramPacketArray.NativeDatagramPacket[], int, int) - Static method in class io.netty.channel.epoll.Native
 
sendPreface(ChannelHandlerContext) - Method in class io.netty.handler.codec.http2.Http2ConnectionHandler.PrefaceDecoder
Sends the HTTP/2 connection preface upon establishment of the connection, if not already sent.
sendQuery(InetSocketAddress, DnsQuery, long, boolean) - Method in class io.netty.resolver.dns.DnsQueryContext
 
sendSegmentNumber - Variable in class io.netty.handler.pcap.PcapWriteHandler
TCP Sender Segment Number.
sendTo(int, boolean, ByteBuffer, int, int, byte[], int, int, int) - Static method in class io.netty.channel.unix.Socket
 
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(int, boolean, long, int, int, byte[], int, int, int) - Static 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(int, long, int, int, byte[]) - Static method in class io.netty.channel.unix.Socket
 
sendToAddressDomainSocket(long, int, int, byte[]) - Method in class io.netty.channel.unix.Socket
 
sendToAddresses(int, boolean, long, int, byte[], int, int, int) - Static 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(int, long, int, byte[]) - Static method in class io.netty.channel.unix.Socket
 
sendToAddressesDomainSocket(long, int, byte[]) - Method in class io.netty.channel.unix.Socket
 
sendToDomainSocket(int, ByteBuffer, int, int, byte[]) - Static 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
sendWindowSize - Variable in class io.netty.handler.codec.spdy.SpdySession
 
sendWindowSize - Variable in class io.netty.handler.codec.spdy.SpdySession.StreamState
 
sensitive - Variable in class io.netty.handler.ssl.PemValue
 
sensitivityDetector - Variable in class io.netty.handler.codec.http2.DefaultHttp2HeadersEncoder
 
sentGoAwayFrame - Variable in class io.netty.handler.codec.spdy.SpdySessionHandler
 
SentinelRunnable(String) - Constructor for class io.netty.util.concurrent.PromiseTask.SentinelRunnable
 
sentLastChunk - Variable in class io.netty.handler.codec.http.HttpChunkedInput
 
separatorType - Variable in class io.netty.handler.codec.AsciiHeadersEncoder
 
SeparatorType() - Constructor for enum io.netty.handler.codec.AsciiHeadersEncoder.SeparatorType
 
seq - Variable in class io.netty.handler.codec.http.HttpObjectDecoder.HeaderParser
 
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"
SEQUENCE_LEN - Static variable in class io.netty.channel.DefaultChannelId
 
sequential(Iterable<? extends InetSocketAddress>) - Static method in class io.netty.resolver.dns.DnsServerAddresses
Returns the DnsServerAddresses that yields the specified addresses sequentially.
sequential(InetSocketAddress...) - Static method in class io.netty.resolver.dns.DnsServerAddresses
Returns the DnsServerAddresses that yields the specified addresses sequentially.
sequential0(List<InetSocketAddress>) - Static method in class io.netty.resolver.dns.DnsServerAddresses
 
SequentialDnsServerAddressStream - Class in io.netty.resolver.dns
 
SequentialDnsServerAddressStream(List<? extends InetSocketAddress>, int) - Constructor for class io.netty.resolver.dns.SequentialDnsServerAddressStream
 
SequentialDnsServerAddressStreamProvider - Class in io.netty.resolver.dns
A DnsServerAddressStreamProvider which 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.
serialVersionUID - Static variable in exception io.netty.channel.AbstractChannel.AnnotatedConnectException
 
serialVersionUID - Static variable in exception io.netty.channel.AbstractChannel.AnnotatedNoRouteToHostException
 
serialVersionUID - Static variable in exception io.netty.channel.AbstractChannel.AnnotatedSocketException
 
serialVersionUID - Static variable in exception io.netty.channel.ChannelException
 
serialVersionUID - Static variable in exception io.netty.channel.ChannelException.StacklessChannelException
 
serialVersionUID - Static variable in exception io.netty.channel.ChannelPipelineException
 
serialVersionUID - Static variable in exception io.netty.channel.ConnectTimeoutException
 
serialVersionUID - Static variable in class io.netty.channel.DefaultChannelId
 
serialVersionUID - Static variable in class io.netty.channel.embedded.EmbeddedChannelId
 
serialVersionUID - Static variable in class io.netty.channel.embedded.EmbeddedSocketAddress
 
serialVersionUID - Static variable in class io.netty.channel.epoll.VSockAddress
 
serialVersionUID - Static variable in exception io.netty.channel.EventLoopException
 
serialVersionUID - Static variable in exception io.netty.channel.group.ChannelGroupException
 
serialVersionUID - Static variable in class io.netty.channel.local.LocalAddress
 
serialVersionUID - Static variable in exception io.netty.channel.socket.ChannelOutputShutdownException
 
serialVersionUID - Static variable in exception io.netty.channel.StacklessClosedChannelException
 
serialVersionUID - Static variable in class io.netty.channel.unix.DatagramSocketAddress
 
serialVersionUID - Static variable in class io.netty.channel.unix.DomainDatagramSocketAddress
 
serialVersionUID - Static variable in class io.netty.channel.unix.DomainSocketAddress
 
serialVersionUID - Static variable in exception io.netty.channel.unix.Errors.NativeConnectException
 
serialVersionUID - Static variable in exception io.netty.channel.unix.Errors.NativeIoException
 
serialVersionUID - Static variable in exception io.netty.handler.codec.CodecException
 
serialVersionUID - Static variable in exception io.netty.handler.codec.compression.CompressionException
 
serialVersionUID - Static variable in exception io.netty.handler.codec.compression.DecompressionException
 
serialVersionUID - Static variable in exception io.netty.handler.codec.CorruptedFrameException
 
serialVersionUID - Static variable in exception io.netty.handler.codec.DecoderException
 
serialVersionUID - Static variable in exception io.netty.handler.codec.EncoderException
 
serialVersionUID - Static variable in exception io.netty.handler.codec.haproxy.HAProxyProtocolException
 
serialVersionUID - Static variable in class io.netty.handler.codec.http.HttpHeaderDateFormat.HttpHeaderDateFormatObsolete1
Deprecated.
 
serialVersionUID - Static variable in class io.netty.handler.codec.http.HttpHeaderDateFormat.HttpHeaderDateFormatObsolete2
Deprecated.
 
serialVersionUID - Static variable in class io.netty.handler.codec.http.HttpHeaderDateFormat
Deprecated.
 
serialVersionUID - Static variable in class io.netty.handler.codec.http.multipart.CaseIgnoringComparator
 
serialVersionUID - Static variable in exception io.netty.handler.codec.http.multipart.HttpPostRequestDecoder.EndOfDataDecoderException
 
serialVersionUID - Static variable in exception io.netty.handler.codec.http.multipart.HttpPostRequestDecoder.ErrorDataDecoderException
 
serialVersionUID - Static variable in exception io.netty.handler.codec.http.multipart.HttpPostRequestDecoder.NotEnoughDataDecoderException
 
serialVersionUID - Static variable in exception io.netty.handler.codec.http.multipart.HttpPostRequestEncoder.ErrorDataEncoderException
 
serialVersionUID - Static variable in exception io.netty.handler.codec.http.TooLongHttpContentException
 
serialVersionUID - Static variable in exception io.netty.handler.codec.http.TooLongHttpHeaderException
 
serialVersionUID - Static variable in exception io.netty.handler.codec.http.TooLongHttpLineException
 
serialVersionUID - Static variable in exception io.netty.handler.codec.http.websocketx.CorruptedWebSocketFrameException
 
serialVersionUID - Static variable in exception io.netty.handler.codec.http.websocketx.WebSocketClientHandshakeException
 
serialVersionUID - Static variable in exception io.netty.handler.codec.http.websocketx.WebSocketHandshakeException
 
serialVersionUID - Static variable in exception io.netty.handler.codec.http.websocketx.WebSocketServerHandshakeException
 
serialVersionUID - Static variable in exception io.netty.handler.codec.http2.Http2Exception.ClosedStreamCreationException
 
serialVersionUID - Static variable in exception io.netty.handler.codec.http2.Http2Exception.CompositeStreamException
 
serialVersionUID - Static variable in exception io.netty.handler.codec.http2.Http2Exception.HeaderListSizeException
 
serialVersionUID - Static variable in exception io.netty.handler.codec.http2.Http2Exception
 
serialVersionUID - Static variable in exception io.netty.handler.codec.http2.Http2Exception.StacklessHttp2Exception
 
serialVersionUID - Static variable in exception io.netty.handler.codec.http2.Http2Exception.StreamException
 
serialVersionUID - Static variable in exception io.netty.handler.codec.http2.Http2FrameStreamException
 
serialVersionUID - Static variable in exception io.netty.handler.codec.http2.Http2NoMoreStreamIdsException
 
serialVersionUID - Static variable in class io.netty.handler.codec.http2.Http2StreamChannelId
 
serialVersionUID - Static variable in exception io.netty.handler.codec.http2.StreamBufferingEncoder.Http2ChannelClosedException
 
serialVersionUID - Static variable in exception io.netty.handler.codec.http2.StreamBufferingEncoder.Http2GoAwayException
 
serialVersionUID - Static variable in class io.netty.handler.codec.http2.WeightedFairQueueByteDistributor.StateOnlyComparator
 
serialVersionUID - Static variable in class io.netty.handler.codec.http2.WeightedFairQueueByteDistributor.StatePseudoTimeComparator
 
serialVersionUID - Static variable in exception io.netty.handler.codec.MessageAggregationException
 
serialVersionUID - Static variable in exception io.netty.handler.codec.mqtt.MqttIdentifierRejectedException
 
serialVersionUID - Static variable in exception io.netty.handler.codec.mqtt.MqttUnacceptableProtocolVersionException
 
serialVersionUID - Static variable in exception io.netty.handler.codec.PrematureChannelClosureException
 
serialVersionUID - Static variable in exception io.netty.handler.codec.redis.RedisCodecException
 
serialVersionUID - Static variable in exception io.netty.handler.codec.spdy.SpdyProtocolException
 
serialVersionUID - Static variable in exception io.netty.handler.codec.spdy.SpdyProtocolException.StacklessSpdyProtocolException
 
serialVersionUID - Static variable in exception io.netty.handler.codec.TooLongFrameException
 
serialVersionUID - Static variable in exception io.netty.handler.codec.UnsupportedMessageTypeException
 
serialVersionUID - Static variable in class io.netty.handler.flow.FlowControlHandler.RecyclableArrayDeque
 
serialVersionUID - Static variable in exception io.netty.handler.proxy.HttpProxyHandler.HttpProxyConnectException
 
serialVersionUID - Static variable in exception io.netty.handler.proxy.ProxyConnectException
 
serialVersionUID - Static variable in exception io.netty.handler.ssl.NotSslRecordException
 
serialVersionUID - Static variable in exception io.netty.handler.ssl.OpenSslCertificateException
 
serialVersionUID - Static variable in class io.netty.handler.ssl.PemPrivateKey
 
serialVersionUID - Static variable in exception io.netty.handler.ssl.SslClosedEngineException
 
serialVersionUID - Static variable in exception io.netty.handler.ssl.StacklessSSLHandshakeException
 
serialVersionUID - Static variable in class io.netty.handler.ssl.util.ThreadLocalInsecureRandom
 
serialVersionUID - Static variable in exception io.netty.handler.timeout.ReadTimeoutException
 
serialVersionUID - Static variable in exception io.netty.handler.timeout.TimeoutException
 
serialVersionUID - Static variable in exception io.netty.handler.timeout.WriteTimeoutException
 
serialVersionUID - Static variable in exception io.netty.resolver.dns.DnsNameResolverException
 
serialVersionUID - Static variable in exception io.netty.resolver.dns.DnsNameResolverTimeoutException
 
serialVersionUID - Static variable in exception io.netty.resolver.dns.DnsResolveContext.DnsResolveContextException
 
serialVersionUID - Static variable in exception io.netty.resolver.dns.DnsResolveContext.SearchDomainUnknownHostException
 
serialVersionUID - Static variable in class io.netty.resolver.dns.NameServerComparator
 
serialVersionUID - Static variable in exception io.netty.util.concurrent.BlockingOperationException
 
serialVersionUID - Static variable in exception io.netty.util.concurrent.DefaultPromise.LeanCancellationException
 
serialVersionUID - Static variable in exception io.netty.util.concurrent.DefaultPromise.StacklessCancellationException
 
serialVersionUID - Static variable in class io.netty.util.DefaultAttributeMap.DefaultAttribute
 
serialVersionUID - Static variable in exception io.netty.util.IllegalReferenceCountException
 
serialVersionUID - Static variable in class io.netty.util.internal.ConcurrentSet
Deprecated.
 
serialVersionUID - Static variable in class io.netty.util.internal.logging.AbstractInternalLogger
 
serialVersionUID - Static variable in class io.netty.util.internal.logging.CommonsLogger
Deprecated.
 
serialVersionUID - Static variable in class io.netty.util.internal.logging.JdkLogger
 
serialVersionUID - Static variable in class io.netty.util.internal.logging.LocationAwareSlf4JLogger
 
serialVersionUID - Static variable in class io.netty.util.internal.logging.Log4J2Logger
 
serialVersionUID - Static variable in class io.netty.util.internal.logging.Log4JLogger
 
serialVersionUID - Static variable in class io.netty.util.internal.logging.Slf4JLogger
 
serialVersionUID - Static variable in error io.netty.util.internal.OutOfDirectMemoryError
 
serialVersionUID - Static variable in class io.netty.util.internal.PlatformDependent.AtomicLongCounter
 
serialVersionUID - Static variable in class io.netty.util.internal.RecyclableArrayList
 
serialVersionUID - Static variable in class io.netty.util.internal.ThreadLocalRandom
 
serialVersionUID - Static variable in class io.netty.util.ResourceLeakDetector.TraceRecord
 
serialVersionUID - Static variable in exception io.netty.util.ResourceLeakException
Deprecated.
 
serialVersionUID - Static variable in error io.netty.util.Signal
 
serve(LocalChannel) - Method in class io.netty.channel.local.LocalServerChannel
 
serve0(LocalChannel) - Method in class io.netty.channel.local.LocalServerChannel
 
server - Variable in class io.netty.handler.codec.http2.DefaultHttp2Connection.DefaultEndpoint
 
server - Variable in class io.netty.handler.codec.spdy.SpdySessionHandler
 
server(boolean) - Method in class io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
Sets if AbstractHttp2ConnectionHandlerBuilder.build() will to create a Http2Connection in 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_CHANNEL_MATCHER - Static variable in class io.netty.channel.group.ChannelMatchers
 
SERVER_DEFAULT_PROTOCOLS - Static variable in class io.netty.handler.ssl.OpenSsl
 
SERVER_ENABLE_SESSION_CACHE - Static variable in class io.netty.handler.ssl.ReferenceCountedOpenSslContext
 
SERVER_ENABLE_SESSION_TICKET - Static variable in class io.netty.handler.ssl.ReferenceCountedOpenSslContext
 
SERVER_ENABLE_SESSION_TICKET_TLSV13 - Static variable in class io.netty.handler.ssl.ReferenceCountedOpenSslContext
 
SERVER_ERROR - io.netty.handler.codec.http.HttpStatusClass
The server error class (5xx)
SERVER_KEEP_ALIVE - io.netty.handler.codec.mqtt.MqttProperties.MqttPropertyType
 
SERVER_MAX_WINDOW - Static variable in class io.netty.handler.codec.http.websocketx.extensions.compression.PerMessageDeflateServerExtensionHandshaker
 
SERVER_MOVED - io.netty.handler.codec.mqtt.MqttReasonCodes.Disconnect
 
SERVER_NO_CONTEXT - Static variable in class io.netty.handler.codec.http.websocketx.extensions.compression.PerMessageDeflateServerExtensionHandshaker
 
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
 
SERVER_SHUTTING_DOWN - io.netty.handler.codec.mqtt.MqttReasonCodes.Disconnect
 
ServerBootstrap - Class in io.netty.bootstrap
Bootstrap sub-class which allows easy bootstrap of ServerChannel
ServerBootstrap() - Constructor for class io.netty.bootstrap.ServerBootstrap
 
ServerBootstrap(ServerBootstrap) - Constructor for class io.netty.bootstrap.ServerBootstrap
 
ServerBootstrap.ServerBootstrapAcceptor - Class in io.netty.bootstrap
 
ServerBootstrapAcceptor(Channel, EventLoopGroup, ChannelHandler, Map.Entry<ChannelOption<?>, Object>[], Map.Entry<AttributeKey<?>, Object>[]) - Constructor for class io.netty.bootstrap.ServerBootstrap.ServerBootstrapAcceptor
 
ServerBootstrapConfig - Class in io.netty.bootstrap
Exposes the configuration of a ServerBootstrapConfig.
ServerBootstrapConfig(ServerBootstrap) - Constructor for class io.netty.bootstrap.ServerBootstrapConfig
 
ServerChannel - Interface in io.netty.channel
A Channel that accepts an incoming connection attempt and creates its child Channels by accepting them.
ServerChannelRecvByteBufAllocator - Class in io.netty.channel
MaxMessagesRecvByteBufAllocator implementation which should be used for ServerChannels.
ServerChannelRecvByteBufAllocator() - Constructor for class io.netty.channel.ServerChannelRecvByteBufAllocator
 
serverChannels - Variable in class io.netty.channel.group.DefaultChannelGroup
 
serverConfig - Variable in class io.netty.handler.codec.http.websocketx.WebSocketServerProtocolHandler
 
serverConfig - Variable in class io.netty.handler.codec.http.websocketx.WebSocketServerProtocolHandshakeHandler
 
ServerCookieDecoder - Class in io.netty.handler.codec.http.cookie
A RFC6265 compliant cookie decoder to be used server side.
ServerCookieDecoder(boolean) - Constructor for class io.netty.handler.codec.http.cookie.ServerCookieDecoder
 
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.
ServerCookieEncoder() - Constructor for class io.netty.handler.codec.http.ServerCookieEncoder
Deprecated.
 
ServerCookieEncoder(boolean) - Constructor for class io.netty.handler.codec.http.cookie.ServerCookieEncoder
 
ServerDomainSocketChannel - Interface in io.netty.channel.unix
ServerHandshakeStateEvent() - Constructor for enum io.netty.handler.codec.http.websocketx.WebSocketServerProtocolHandler.ServerHandshakeStateEvent
 
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 - Variable in class io.netty.handler.codec.mqtt.MqttMessageBuilders.ConnAckPropertiesBuilder
 
serverKeepAlive(int) - Method in class io.netty.handler.codec.mqtt.MqttMessageBuilders.ConnAckPropertiesBuilder
 
serverNoContext - Variable in class io.netty.handler.codec.http.websocketx.extensions.compression.PerMessageDeflateClientExtensionHandshaker.PermessageDeflateExtension
 
serverNoContext - Variable in class io.netty.handler.codec.http.websocketx.extensions.compression.PerMessageDeflateServerExtensionHandshaker.PermessageDeflateExtension
 
serverReference - Variable in class io.netty.handler.codec.mqtt.MqttMessageBuilders.ConnAckPropertiesBuilder
 
serverReference(String) - Method in class io.netty.handler.codec.mqtt.MqttMessageBuilders.ConnAckPropertiesBuilder
 
ServerSocketChannel - Interface in io.netty.channel.socket
A TCP/IP ServerChannel which accepts incoming TCP/IP connections.
ServerSocketChannelConfig - Interface in io.netty.channel.socket
serverWindowSize - Variable in class io.netty.handler.codec.http.websocketx.extensions.compression.PerMessageDeflateClientExtensionHandshaker.PermessageDeflateExtension
 
serverWindowSize - Variable in class io.netty.handler.codec.http.websocketx.extensions.compression.PerMessageDeflateServerExtensionHandshaker.PermessageDeflateExtension
 
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 - Variable in class io.netty.handler.ssl.OpenSslSessionCache.NativeSslSession
 
session - Variable in class io.netty.handler.ssl.ReferenceCountedOpenSslEngine
 
session() - Method in class io.netty.handler.ssl.OpenSslSessionCache.NativeSslSession
 
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
 
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
 
sessionCache - Variable in class io.netty.handler.ssl.OpenSslSessionContext
 
sessionCacheSize - Variable in class io.netty.handler.ssl.SslContextBuilder
 
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.ssl.SslContextBuilder
Set the size of the cache used for storing SSL session objects.
sessionContext - Variable in class io.netty.handler.ssl.OpenSslClientContext
 
sessionContext - Variable in class io.netty.handler.ssl.OpenSslServerContext
 
sessionContext - Variable in class io.netty.handler.ssl.ReferenceCountedOpenSslClientContext
 
sessionContext - Variable in class io.netty.handler.ssl.ReferenceCountedOpenSslEngine.DefaultOpenSslSession
 
sessionContext - Variable in class io.netty.handler.ssl.ReferenceCountedOpenSslServerContext
 
sessionContext() - Method in class io.netty.handler.ssl.DelegatingSslContext
 
sessionContext() - Method in class io.netty.handler.ssl.JdkSslContext
Returns the JDK SSLSessionContext object 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 SSLSessionContext object held by this context.
sessionCounter - Variable in class io.netty.handler.ssl.OpenSslSessionCache
 
sessionCreated(long, long) - Method in class io.netty.handler.ssl.OpenSslSessionCache
 
sessionCreated(OpenSslSessionCache.NativeSslSession) - Method in class io.netty.handler.ssl.OpenSslClientSessionCache
 
sessionCreated(OpenSslSessionCache.NativeSslSession) - Method in class io.netty.handler.ssl.OpenSslSessionCache
Called once a new OpenSslSession was created.
sessionExpiryInterval - Variable in class io.netty.handler.codec.mqtt.MqttMessageBuilders.ConnAckPropertiesBuilder
 
sessionExpiryInterval(long) - Method in class io.netty.handler.codec.mqtt.MqttMessageBuilders.ConnAckPropertiesBuilder
 
sessionId() - Method in class io.netty.handler.ssl.ExtendedOpenSslSession
 
sessionId() - Method in interface io.netty.handler.ssl.OpenSslSession
Return the OpenSslSessionId that can be used to identify this session.
sessionId() - Method in class io.netty.handler.ssl.OpenSslSessionCache.NativeSslSession
 
sessionId() - Method in class io.netty.handler.ssl.ReferenceCountedOpenSslEngine.DefaultOpenSslSession
 
sessionPresent - Variable in class io.netty.handler.codec.mqtt.MqttConnAckVariableHeader
 
sessionPresent - Variable in class io.netty.handler.codec.mqtt.MqttMessageBuilders.ConnAckBuilder
 
sessionPresent(boolean) - Method in class io.netty.handler.codec.mqtt.MqttMessageBuilders.ConnAckBuilder
 
sessionRemoved(OpenSslSessionCache.NativeSslSession) - Method in class io.netty.handler.ssl.OpenSslClientSessionCache
 
sessionRemoved(OpenSslSessionCache.NativeSslSession) - Method in class io.netty.handler.ssl.OpenSslSessionCache
Called once an OpenSslSession was removed from the cache.
sessions - Variable in class io.netty.handler.ssl.OpenSslClientSessionCache
 
sessions - Variable in class io.netty.handler.ssl.OpenSslSessionCache
 
sessionSet - Variable in class io.netty.handler.ssl.ReferenceCountedOpenSslEngine
 
sessionTimeout - Variable in class io.netty.handler.ssl.OpenSslSessionCache
 
sessionTimeout - Variable in class io.netty.handler.ssl.SslContextBuilder
 
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.ssl.SslContextBuilder
Set the timeout for the cached SSL session objects, in seconds.
set(int, Object) - Method in class io.netty.handler.codec.CodecOutputList
 
set(int, Object) - Method in class io.netty.util.internal.RecyclableArrayList
 
set(Headers<? extends CharSequence, ? extends CharSequence, ?>) - Method in class io.netty.handler.codec.http.CombinedHttpHeaders.CombinedHttpHeadersImpl
 
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.http.CombinedHttpHeaders.CombinedHttpHeadersImpl
 
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.http.CombinedHttpHeaders.CombinedHttpHeadersImpl
 
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(Inet4Address) - Static method in class io.netty.util.NetUtilSubstitutions.NetUtilLocalhost4Accessor
 
set(Inet6Address) - Static method in class io.netty.util.NetUtilSubstitutions.NetUtilLocalhost6Accessor
 
set(InetAddress) - Static method in class io.netty.util.NetUtilSubstitutions.NetUtilLocalhostAccessor
 
set(Collection<NetworkInterface>) - Static method in class io.netty.util.NetUtilSubstitutions.NetUtilNetworkInterfacesAccessor
 
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(T) - Method in class io.netty.util.Recycler.DefaultHandle
 
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_APPLICATION_PROTOCOLS - Static variable in class io.netty.handler.ssl.BouncyCastleAlpnSslUtils
 
SET_APPLICATION_PROTOCOLS - Static variable in class io.netty.handler.ssl.JdkAlpnSslUtils
 
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_HANDSHAKE_APPLICATION_PROTOCOL_SELECTOR - Static variable in class io.netty.handler.ssl.BouncyCastleAlpnSslUtils
 
SET_HANDSHAKE_APPLICATION_PROTOCOL_SELECTOR - Static variable in class io.netty.handler.ssl.JdkAlpnSslUtils
 
SET_OPTION - Static variable in class io.netty.channel.socket.nio.NioDatagramChannelConfig
 
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.
SET_PARAMETERS - Static variable in class io.netty.handler.ssl.BouncyCastleAlpnSslUtils
 
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. If set is true, 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(int, String, String) - Static method in class io.netty.channel.kqueue.BsdSocket
 
setAcceptFilter(AcceptFilter) - Method in class io.netty.channel.kqueue.BsdSocket
 
setAcceptFilter(AcceptFilter) - Method in class io.netty.channel.kqueue.KQueueServerSocketChannelConfig
 
setActive() - Method in class io.netty.handler.codec.http2.WeightedFairQueueByteDistributor.State
 
setActiveOnOpen(boolean) - Method in class io.netty.channel.epoll.EpollDatagramChannelConfig
 
setActiveOnOpen(boolean) - Method in class io.netty.channel.epoll.EpollDomainDatagramChannelConfig
 
setActiveOnOpen(boolean) - Method in class io.netty.channel.kqueue.KQueueDatagramChannelConfig
 
setActiveOnOpen(boolean) - Method in class io.netty.channel.kqueue.KQueueDomainDatagramChannelConfig
 
setActiveOnOpen(boolean) - Method in class io.netty.channel.socket.DefaultDatagramChannelConfig
 
setActualSubprotocol(String) - Method in class io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker
 
setAddComplete() - Method in class io.netty.channel.AbstractChannelHandlerContext
 
setAddPending() - Method in class io.netty.channel.AbstractChannelHandlerContext
 
setAggregateFailure(Throwable) - Method in class io.netty.handler.codec.http2.Http2CodecUtil.SimpleChannelPromiseAggregator
 
setAlgorithmConstraints(SSLParameters, Object) - Static method in class io.netty.handler.ssl.Java7SslParametersUtils
Utility method that is used by OpenSslEngine and so allow use not have any reference to AlgorithmConstraints in the code.
setAll(Headers<? extends CharSequence, ? extends CharSequence, ?>) - Method in class io.netty.handler.codec.http.CombinedHttpHeaders.CombinedHttpHeadersImpl
 
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 in headers.
setAll(HttpHeaders) - Method in class io.netty.handler.codec.http.HttpHeaders
Retains all current headers but calls HttpHeaders.set(String, Object) for each entry in headers
setAllocator(ByteBufAllocator) - Method in interface io.netty.channel.ChannelConfig
Set the ByteBufAllocator which 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.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.DefaultOioDatagramChannelConfig
 
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 interface io.netty.channel.unix.DomainDatagramChannelConfig
 
setAllocator(ByteBufAllocator) - Method in interface io.netty.channel.unix.DomainSocketChannelConfig
 
setAllowCredentials(HttpResponse) - Method in class io.netty.handler.codec.http.cors.CorsHandler
 
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
 
setAllowHeaders(HttpResponse) - Method in class io.netty.handler.codec.http.cors.CorsHandler
 
setAllowMethods(HttpResponse) - Method in class io.netty.handler.codec.http.cors.CorsHandler
 
setAllowPrivateNetwork(HttpResponse) - Method in class io.netty.handler.codec.http.cors.CorsHandler
 
setAnyOrigin(HttpResponse) - Static method in class io.netty.handler.codec.http.cors.CorsHandler
 
setApplicationProtocols(SSLEngine, List<String>) - Static method in class io.netty.handler.ssl.BouncyCastleAlpnSslUtils
 
setApplicationProtocols(SSLEngine, List<String>) - Static method in class io.netty.handler.ssl.JdkAlpnSslUtils
 
setArray(byte[]) - Method in class io.netty.buffer.UnpooledHeapByteBuf
 
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.
setAttempts(int) - Method in class io.netty.resolver.dns.UnixResolverOptions.Builder
 
setAttributes(Channel, Map.Entry<AttributeKey<?>, Object>[]) - Static method in class io.netty.bootstrap.AbstractBootstrap
 
setAttributes(Channel, Map.Entry<AttributeKey<?>, Object>[]) - Static method in class io.netty.handler.codec.http2.Http2StreamChannelBootstrap
 
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 true if responding server is authoritative for the domain name in the query message.
setAutoClose(boolean) - Method in interface io.netty.channel.ChannelConfig
Sets whether the Channel should 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.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.DefaultOioDatagramChannelConfig
 
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 interface io.netty.channel.unix.DomainDatagramChannelConfig
 
setAutoClose(boolean) - Method in interface io.netty.channel.unix.DomainSocketChannelConfig
 
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.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.nio.NioDatagramChannelConfig
 
setAutoRead(boolean) - Method in class io.netty.channel.socket.oio.DefaultOioDatagramChannelConfig
 
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 interface io.netty.channel.unix.DomainDatagramChannelConfig
 
setAutoRead(boolean) - Method in interface io.netty.channel.unix.DomainSocketChannelConfig
 
setAvailableProcessors(int) - Method in class io.netty.util.NettyRuntime.AvailableProcessorsHolder
Set the number of available processors.
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.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.
setBaseDir(String) - Method in class io.netty.handler.codec.http.multipart.DefaultHttpDataFactory
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.
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.AdvancedLeakAwareByteBuf
 
setBoolean(int, boolean) - Method in class io.netty.buffer.AdvancedLeakAwareCompositeByteBuf
 
setBoolean(int, boolean) - Method in class io.netty.buffer.ByteBuf
Sets the specified boolean at the specified absolute index in 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(int, boolean) - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
setBoolean(int, boolean) - Method in class io.netty.handler.codec.ReplayingDecoderByteBuf
 
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 name to value.
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_BROADCAST option.
setBroadcast(boolean) - Method in class io.netty.channel.socket.DefaultDatagramChannelConfig
 
setBroadcast(boolean) - Method in class io.netty.channel.socket.oio.DefaultOioDatagramChannelConfig
 
setBroadcast(boolean) - Method in interface io.netty.channel.socket.oio.OioDatagramChannelConfig
Deprecated.
 
setBroadcast(boolean) - Method in class io.netty.channel.unix.Socket
 
setBroadcast(int, int) - Static method in class io.netty.channel.unix.Socket
 
setByte(byte[], int, int) - Static method in class io.netty.buffer.HeapByteBufUtil
 
setByte(byte[], int, int) - Static method in class io.netty.buffer.UnsafeByteBufUtil
 
setByte(int, int) - Method in class io.netty.buffer.AbstractByteBuf
 
setByte(int, int) - Method in class io.netty.buffer.AbstractUnpooledSlicedByteBuf
 
setByte(int, int) - Method in class io.netty.buffer.AdvancedLeakAwareByteBuf
 
setByte(int, int) - Method in class io.netty.buffer.AdvancedLeakAwareCompositeByteBuf
 
setByte(int, int) - Method in class io.netty.buffer.ByteBuf
Sets the specified byte at the specified absolute index in 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.FixedCompositeByteBuf
 
setByte(int, int) - Method in class io.netty.buffer.PooledDuplicatedByteBuf
 
setByte(int, int) - Method in class io.netty.buffer.PooledSlicedByteBuf
 
setByte(int, int) - Method in class io.netty.buffer.ReadOnlyByteBuf
Deprecated.
 
setByte(int, int) - Method in class io.netty.buffer.ReadOnlyByteBufferBuf
 
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(int, int) - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
setByte(int, int) - Method in class io.netty.handler.codec.ReplayingDecoderByteBuf
 
setByte(long, int) - Static method in class io.netty.buffer.UnsafeByteBufUtil
 
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 name to value.
setByteBuf(ByteBuf) - Method in class io.netty.handler.codec.compression.Bzip2BitReader
Set the ByteBuf from which to read data.
setByteBuffer(ByteBuffer, boolean) - Method in class io.netty.buffer.UnpooledDirectByteBuf
 
setByteBuffer(ByteBuffer, boolean) - Method in class io.netty.buffer.UnpooledUnsafeDirectByteBuf
 
setBytes(int, byte[]) - Method in class io.netty.buffer.AbstractByteBuf
 
setBytes(int, byte[]) - Method in class io.netty.buffer.AdvancedLeakAwareByteBuf
 
setBytes(int, byte[]) - Method in class io.netty.buffer.AdvancedLeakAwareCompositeByteBuf
 
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[]) - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
setBytes(int, byte[]) - Method in class io.netty.handler.codec.ReplayingDecoderByteBuf
 
setBytes(int, byte[], int, int) - Method in class io.netty.buffer.AbstractUnpooledSlicedByteBuf
 
setBytes(int, byte[], int, int) - Method in class io.netty.buffer.AdvancedLeakAwareByteBuf
 
setBytes(int, byte[], int, int) - Method in class io.netty.buffer.AdvancedLeakAwareCompositeByteBuf
 
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.FixedCompositeByteBuf
 
setBytes(int, byte[], int, int) - Method in class io.netty.buffer.PooledDirectByteBuf
 
setBytes(int, byte[], int, int) - Method in class io.netty.buffer.PooledDuplicatedByteBuf
 
setBytes(int, byte[], int, int) - Method in class io.netty.buffer.PooledHeapByteBuf
 
setBytes(int, byte[], int, int) - Method in class io.netty.buffer.PooledSlicedByteBuf
 
setBytes(int, byte[], int, int) - Method in class io.netty.buffer.PooledUnsafeDirectByteBuf
 
setBytes(int, byte[], int, int) - Method in class io.netty.buffer.ReadOnlyByteBuf
Deprecated.
 
setBytes(int, byte[], int, int) - Method in class io.netty.buffer.ReadOnlyByteBufferBuf
 
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, byte[], int, int) - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
setBytes(int, byte[], int, int) - Method in class io.netty.handler.codec.ReplayingDecoderByteBuf
 
setBytes(int, ByteBuf) - Method in class io.netty.buffer.AbstractByteBuf
 
setBytes(int, ByteBuf) - Method in class io.netty.buffer.AdvancedLeakAwareByteBuf
 
setBytes(int, ByteBuf) - Method in class io.netty.buffer.AdvancedLeakAwareCompositeByteBuf
 
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 index until 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) - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
setBytes(int, ByteBuf) - Method in class io.netty.handler.codec.ReplayingDecoderByteBuf
 
setBytes(int, ByteBuf, int) - Method in class io.netty.buffer.AbstractByteBuf
 
setBytes(int, ByteBuf, int) - Method in class io.netty.buffer.AdvancedLeakAwareByteBuf
 
setBytes(int, ByteBuf, int) - Method in class io.netty.buffer.AdvancedLeakAwareCompositeByteBuf
 
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) - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
setBytes(int, ByteBuf, int) - Method in class io.netty.handler.codec.ReplayingDecoderByteBuf
 
setBytes(int, ByteBuf, int, int) - Method in class io.netty.buffer.AbstractUnpooledSlicedByteBuf
 
setBytes(int, ByteBuf, int, int) - Method in class io.netty.buffer.AdvancedLeakAwareByteBuf
 
setBytes(int, ByteBuf, int, int) - Method in class io.netty.buffer.AdvancedLeakAwareCompositeByteBuf
 
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.FixedCompositeByteBuf
 
setBytes(int, ByteBuf, int, int) - Method in class io.netty.buffer.PooledDirectByteBuf
 
setBytes(int, ByteBuf, int, int) - Method in class io.netty.buffer.PooledDuplicatedByteBuf
 
setBytes(int, ByteBuf, int, int) - Method in class io.netty.buffer.PooledHeapByteBuf
 
setBytes(int, ByteBuf, int, int) - Method in class io.netty.buffer.PooledSlicedByteBuf
 
setBytes(int, ByteBuf, int, int) - Method in class io.netty.buffer.PooledUnsafeDirectByteBuf
 
setBytes(int, ByteBuf, int, int) - Method in class io.netty.buffer.ReadOnlyByteBuf
Deprecated.
 
setBytes(int, ByteBuf, int, int) - Method in class io.netty.buffer.ReadOnlyByteBufferBuf
 
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, ByteBuf, int, int) - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
setBytes(int, ByteBuf, int, int) - Method in class io.netty.handler.codec.ReplayingDecoderByteBuf
 
setBytes(int, InputStream, int) - Method in class io.netty.buffer.AbstractUnpooledSlicedByteBuf
 
setBytes(int, InputStream, int) - Method in class io.netty.buffer.AdvancedLeakAwareByteBuf
 
setBytes(int, InputStream, int) - Method in class io.netty.buffer.AdvancedLeakAwareCompositeByteBuf
 
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.FixedCompositeByteBuf
 
setBytes(int, InputStream, int) - Method in class io.netty.buffer.PooledDirectByteBuf
 
setBytes(int, InputStream, int) - Method in class io.netty.buffer.PooledDuplicatedByteBuf
 
setBytes(int, InputStream, int) - Method in class io.netty.buffer.PooledHeapByteBuf
 
setBytes(int, InputStream, int) - Method in class io.netty.buffer.PooledSlicedByteBuf
 
setBytes(int, InputStream, int) - Method in class io.netty.buffer.PooledUnsafeDirectByteBuf
 
setBytes(int, InputStream, int) - Method in class io.netty.buffer.ReadOnlyByteBuf
Deprecated.
 
setBytes(int, InputStream, int) - Method in class io.netty.buffer.ReadOnlyByteBufferBuf
 
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, InputStream, int) - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
setBytes(int, InputStream, int) - Method in class io.netty.handler.codec.ReplayingDecoderByteBuf
 
setBytes(int, ByteBuffer) - Method in class io.netty.buffer.AbstractUnpooledSlicedByteBuf
 
setBytes(int, ByteBuffer) - Method in class io.netty.buffer.AdvancedLeakAwareByteBuf
 
setBytes(int, ByteBuffer) - Method in class io.netty.buffer.AdvancedLeakAwareCompositeByteBuf
 
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 index until 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.FixedCompositeByteBuf
 
setBytes(int, ByteBuffer) - Method in class io.netty.buffer.PooledDirectByteBuf
 
setBytes(int, ByteBuffer) - Method in class io.netty.buffer.PooledDuplicatedByteBuf
 
setBytes(int, ByteBuffer) - Method in class io.netty.buffer.PooledHeapByteBuf
 
setBytes(int, ByteBuffer) - Method in class io.netty.buffer.PooledSlicedByteBuf
 
setBytes(int, ByteBuffer) - Method in class io.netty.buffer.PooledUnsafeDirectByteBuf
 
setBytes(int, ByteBuffer) - Method in class io.netty.buffer.ReadOnlyByteBuf
Deprecated.
 
setBytes(int, ByteBuffer) - Method in class io.netty.buffer.ReadOnlyByteBufferBuf
 
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, ByteBuffer) - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
setBytes(int, ByteBuffer) - Method in class io.netty.handler.codec.ReplayingDecoderByteBuf
 
setBytes(int, FileChannel, long, int) - Method in class io.netty.buffer.AbstractUnpooledSlicedByteBuf
 
setBytes(int, FileChannel, long, int) - Method in class io.netty.buffer.AdvancedLeakAwareByteBuf
 
setBytes(int, FileChannel, long, int) - Method in class io.netty.buffer.AdvancedLeakAwareCompositeByteBuf
 
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.FixedCompositeByteBuf
 
setBytes(int, FileChannel, long, int) - Method in class io.netty.buffer.PooledByteBuf
 
setBytes(int, FileChannel, long, int) - Method in class io.netty.buffer.PooledDuplicatedByteBuf
 
setBytes(int, FileChannel, long, int) - Method in class io.netty.buffer.PooledSlicedByteBuf
 
setBytes(int, FileChannel, long, int) - Method in class io.netty.buffer.ReadOnlyByteBuf
Deprecated.
 
setBytes(int, FileChannel, long, int) - Method in class io.netty.buffer.ReadOnlyByteBufferBuf
 
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, FileChannel, long, int) - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
setBytes(int, FileChannel, long, int) - Method in class io.netty.handler.codec.ReplayingDecoderByteBuf
 
setBytes(int, ScatteringByteChannel, int) - Method in class io.netty.buffer.AbstractUnpooledSlicedByteBuf
 
setBytes(int, ScatteringByteChannel, int) - Method in class io.netty.buffer.AdvancedLeakAwareByteBuf
 
setBytes(int, ScatteringByteChannel, int) - Method in class io.netty.buffer.AdvancedLeakAwareCompositeByteBuf
 
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.FixedCompositeByteBuf
 
setBytes(int, ScatteringByteChannel, int) - Method in class io.netty.buffer.PooledByteBuf
 
setBytes(int, ScatteringByteChannel, int) - Method in class io.netty.buffer.PooledDuplicatedByteBuf
 
setBytes(int, ScatteringByteChannel, int) - Method in class io.netty.buffer.PooledSlicedByteBuf
 
setBytes(int, ScatteringByteChannel, int) - Method in class io.netty.buffer.ReadOnlyByteBuf
Deprecated.
 
setBytes(int, ScatteringByteChannel, int) - Method in class io.netty.buffer.ReadOnlyByteBufferBuf
 
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
 
setBytes(int, ScatteringByteChannel, int) - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
setBytes(int, ScatteringByteChannel, int) - Method in class io.netty.handler.codec.ReplayingDecoderByteBuf
 
setBytes(AbstractByteBuf, long, int, byte[], int, int) - Static method in class io.netty.buffer.UnsafeByteBufUtil
 
setBytes(AbstractByteBuf, long, int, ByteBuf, int, int) - Static method in class io.netty.buffer.UnsafeByteBufUtil
 
setBytes(AbstractByteBuf, long, int, InputStream, int) - Static method in class io.netty.buffer.UnsafeByteBufUtil
 
setBytes(AbstractByteBuf, long, int, ByteBuffer) - Static method in class io.netty.buffer.UnsafeByteBufUtil
 
setCapacity(long) - Method in class io.netty.handler.codec.http2.HpackDynamicTable
Set the maximum size of the dynamic table.
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.
setChannelOption(Channel, ChannelOption<?>, Object) - Static method in class io.netty.handler.codec.http2.Http2StreamChannelBootstrap
 
setChannelOption(Channel, ChannelOption<?>, Object, InternalLogger) - Static method in class io.netty.bootstrap.AbstractBootstrap
 
setChannelOptions(Channel, Map.Entry<ChannelOption<?>, Object>[]) - Static method in class io.netty.handler.codec.http2.Http2StreamChannelBootstrap
 
setChannelOptions(Channel, Map.Entry<ChannelOption<?>, Object>[], InternalLogger) - Static method in class io.netty.bootstrap.AbstractBootstrap
 
setChar(int, int) - Method in class io.netty.buffer.AbstractByteBuf
 
setChar(int, int) - Method in class io.netty.buffer.AbstractUnsafeSwappedByteBuf
 
setChar(int, int) - Method in class io.netty.buffer.AdvancedLeakAwareByteBuf
 
setChar(int, int) - Method in class io.netty.buffer.AdvancedLeakAwareCompositeByteBuf
 
setChar(int, int) - Method in class io.netty.buffer.ByteBuf
Sets the specified 2-byte UTF-16 character at the specified absolute index in 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(int, int) - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
setChar(int, int) - Method in class io.netty.handler.codec.ReplayingDecoderByteBuf
 
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 name to value.
setCharSequence(int, CharSequence, Charset) - Method in class io.netty.buffer.AbstractByteBuf
 
setCharSequence(int, CharSequence, Charset) - Method in class io.netty.buffer.AdvancedLeakAwareByteBuf
 
setCharSequence(int, CharSequence, Charset) - Method in class io.netty.buffer.AdvancedLeakAwareCompositeByteBuf
 
setCharSequence(int, CharSequence, Charset) - Method in class io.netty.buffer.ByteBuf
Writes the specified CharSequence at the given index.
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
 
setCharSequence(int, CharSequence, Charset) - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
setCharSequence(int, CharSequence, Charset) - Method in class io.netty.handler.codec.ReplayingDecoderByteBuf
 
setCharSequence0(int, CharSequence, Charset, boolean) - Method in class io.netty.buffer.AbstractByteBuf
 
setCharset(Charset) - Method in class io.netty.handler.codec.http.multipart.AbstractHttpData
 
setCharset(Charset) - Method in class io.netty.handler.codec.http.multipart.AbstractMixedHttpData
 
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
 
setChunkLength(ByteBuf, int) - Static method in class io.netty.handler.codec.compression.SnappyFrameEncoder
 
setCleanerFlag(int) - Method in class io.netty.util.internal.InternalThreadLocalMap
 
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.
setClientAuth(ClientAuth) - Method in class io.netty.handler.ssl.ReferenceCountedOpenSslEngine
 
setClosed() - Method in class io.netty.channel.AbstractChannel.CloseFuture
 
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
setCloseNotifyTimeoutMillis(long) - Method in class io.netty.handler.ssl.SslHandler
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
 
setConnectFailure(Throwable) - Method in class io.netty.handler.proxy.ProxyHandler
 
setConnectSuccess() - Method in class io.netty.handler.proxy.ProxyHandler
 
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.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.DefaultOioDatagramChannelConfig
 
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 interface io.netty.channel.unix.DomainDatagramChannelConfig
 
setConnectTimeoutMillis(int) - Method in interface io.netty.channel.unix.DomainSocketChannelConfig
 
setConnectTimeoutMillis(long) - Method in class io.netty.handler.proxy.ProxyHandler
Sets the connect timeout in millis.
setConsumed() - Method in class io.netty.util.concurrent.ScheduledFutureTask
 
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 class io.netty.handler.codec.http.multipart.AbstractMixedHttpData
 
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 class io.netty.handler.codec.http.multipart.AbstractMixedHttpData
 
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 class io.netty.handler.codec.http.multipart.AbstractMixedHttpData
 
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
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.
setCumulation(ByteBuf) - Method in class io.netty.handler.codec.ReplayingDecoderByteBuf
 
setCumulator(ByteToMessageDecoder.Cumulator) - Method in class io.netty.handler.codec.ByteToMessageDecoder
Set the ByteToMessageDecoder.Cumulator to use for cumulate the received ByteBufs.
setCurrentEventExecutor(EventExecutor) - Static method in class io.netty.util.internal.ThreadExecutorMap
Set the current EventExecutor that is used by the Thread.
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.
setDateHeader(HttpMessage, String, Date) - Static method in class io.netty.handler.codec.http.HttpHeaders
Deprecated.
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.ComposedLastHttpContent
 
setDecoderResult(DecoderResult) - Method in class io.netty.handler.codec.http.DefaultHttpObject
 
setDecoderResult(DecoderResult) - Method in class io.netty.handler.codec.http.HttpObjectAggregator.AggregatedFullHttpMessage
 
setDecoderResult(DecoderResult) - Method in class io.netty.handler.codec.http.multipart.HttpPostRequestEncoder.WrappedHttpRequest
 
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
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.
setDistributing() - Method in class io.netty.handler.codec.http2.WeightedFairQueueByteDistributor.State
 
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.AbstractUnsafeSwappedByteBuf
 
setDouble(int, double) - Method in class io.netty.buffer.AdvancedLeakAwareByteBuf
 
setDouble(int, double) - Method in class io.netty.buffer.AdvancedLeakAwareCompositeByteBuf
 
setDouble(int, double) - Method in class io.netty.buffer.ByteBuf
Sets the specified 64-bit floating-point number at the specified absolute index in 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(int, double) - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
setDouble(int, double) - Method in class io.netty.handler.codec.ReplayingDecoderByteBuf
 
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 name to value.
setDoubleLE(int, double) - Method in class io.netty.buffer.ByteBuf
Sets the specified 64-bit floating-point number at the specified absolute index in this buffer in Little Endian Byte Order.
setDynamicTableSize(long) - Method in class io.netty.handler.codec.http2.HpackDecoder
 
setEnabled(boolean) - Static method in class io.netty.util.ResourceLeakDetector
Deprecated.
setEnabledCipherSuites(String[]) - Method in class io.netty.handler.ssl.JdkSslEngine
 
setEnabledCipherSuites(String[]) - Method in class io.netty.handler.ssl.ReferenceCountedOpenSslEngine
 
setEnabledProtocols(String[]) - Method in class io.netty.handler.ssl.JdkSslEngine
 
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.
setEnabledProtocols0(String[], boolean) - Method in class io.netty.handler.ssl.ReferenceCountedOpenSslEngine
 
setEnableSessionCreation(boolean) - Method in class io.netty.handler.ssl.JdkSslEngine
 
setEnableSessionCreation(boolean) - Method in class io.netty.handler.ssl.ReferenceCountedOpenSslEngine
 
setEpollMode(EpollMode) - Method in class io.netty.channel.epoll.EpollChannelConfig
Set the EpollMode used.
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
 
setExposeHeaders(HttpResponse) - Method in class io.netty.handler.codec.http.cors.CorsHandler
 
setExtendedParentPointers(int[]) - Static method in class io.netty.handler.codec.compression.Bzip2HuffmanAllocator
Fills the code array with extended parent pointers.
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.
setExtrasLength(byte) - Method in class io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage
Set the extras length of 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 class io.netty.channel.AbstractChannel.CloseFuture
 
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.group.DefaultChannelGroupFuture
 
setFailure(Throwable) - Method in class io.netty.channel.VoidChannelPromise
 
setFailure(Throwable) - Method in class io.netty.handler.codec.http2.Http2CodecUtil.SimpleChannelPromiseAggregator
Fail this object if it has not already been failed.
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.
setFailure(Throwable) - Method in class io.netty.util.concurrent.PromiseTask
 
setFailure0(ChannelGroupException) - Method in class io.netty.channel.group.DefaultChannelGroupFuture
 
setFailure0(Throwable) - Method in class io.netty.util.concurrent.DefaultPromise
 
setFailureInternal(Throwable) - Method in class io.netty.util.concurrent.PromiseTask
 
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
 
setFinalBuffer(ByteBuf) - Method in class io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder
 
setFlag(boolean, short) - Method in class io.netty.handler.codec.http2.Http2Flags
Generic method to set any flag.
setFlag(int) - Method in class io.netty.channel.epoll.AbstractEpollChannel
 
setFloat(int, float) - Method in class io.netty.buffer.AbstractByteBuf
 
setFloat(int, float) - Method in class io.netty.buffer.AbstractUnsafeSwappedByteBuf
 
setFloat(int, float) - Method in class io.netty.buffer.AdvancedLeakAwareByteBuf
 
setFloat(int, float) - Method in class io.netty.buffer.AdvancedLeakAwareCompositeByteBuf
 
setFloat(int, float) - Method in class io.netty.buffer.ByteBuf
Sets the specified 32-bit floating-point number at the specified absolute index in 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(int, float) - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
setFloat(int, float) - Method in class io.netty.handler.codec.ReplayingDecoderByteBuf
 
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 name to value.
setFloatLE(int, float) - Method in class io.netty.buffer.ByteBuf
Sets the specified 32-bit floating-point number at the specified absolute index in 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
If true is used IP_FREEBIND is enabled, false for disable it.
setFreeBind(boolean) - Method in class io.netty.channel.epoll.EpollServerSocketChannelConfig
If true is used IP_FREEBIND is enabled, false for disable it.
setFutureListenerStackDepth(int) - Method in class io.netty.util.internal.InternalThreadLocalMap
 
setHandshakeApplicationProtocolSelector(BiFunction<SSLEngine, List<String>, String>) - Method in class io.netty.handler.ssl.BouncyCastleAlpnSslEngine
 
setHandshakeApplicationProtocolSelector(BiFunction<SSLEngine, List<String>, String>) - Method in class io.netty.handler.ssl.JdkAlpnSslEngine
 
setHandshakeApplicationProtocolSelector(SSLEngine, BiFunction<SSLEngine, List<String>, String>) - Static method in class io.netty.handler.ssl.BouncyCastleAlpnSslUtils
 
setHandshakeApplicationProtocolSelector(SSLEngine, BiFunction<SSLEngine, List<String>, String>) - Static method in class io.netty.handler.ssl.JdkAlpnSslUtils
 
setHandshakeComplete() - Method in class io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker
 
setHandshakeFailure(ChannelHandlerContext, Throwable) - Method in class io.netty.handler.ssl.SslHandler
Notify all the handshake futures about the failure during the handshake.
setHandshakeFailure(ChannelHandlerContext, Throwable, boolean, boolean, boolean) - Method in class io.netty.handler.ssl.SslHandler
Notify all the handshake futures about the failure during the handshake.
setHandshakeFailureTransportFailure(ChannelHandlerContext, Throwable) - Method in class io.netty.handler.ssl.SslHandler
 
setHandshaker(Channel, WebSocketServerHandshaker) - Static method in class io.netty.handler.codec.http.websocketx.WebSocketServerProtocolHandler
 
setHandshakeSuccess() - Method in class io.netty.handler.ssl.SslHandler
Notify all the handshake futures about the successfully handshake
setHandshakeSuccessUnwrapMarkReentry() - Method in class io.netty.handler.ssl.SslHandler
 
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 a String, it is converted into a String by Object.toString(), except for Date and Calendar which are formatted to the date format defined in RFC2616.
setHeader(HttpMessage, String, Iterable<?>) - Static method in class io.netty.handler.codec.http.HttpHeaders
Deprecated.
setHeader(HttpMessage, String, Object) - Static method in class io.netty.handler.codec.http.HttpHeaders
Deprecated.
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.
setHttp2Authority(String, Http2Headers) - Static method in class io.netty.handler.codec.http2.HttpConversionUtil
 
setHttp2Scheme(HttpHeaders, Http2Headers) - Static method in class io.netty.handler.codec.http2.HttpConversionUtil
 
setHttp2Scheme(HttpHeaders, URI, Http2Headers) - Static method in class io.netty.handler.codec.http2.HttpConversionUtil
 
setHttpOnly(boolean) - Method in interface io.netty.handler.codec.http.cookie.Cookie
Determines if this Cookie is 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 ID of 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.
setId(long) - Method in class io.netty.util.concurrent.ScheduledFutureTask
 
setIfAbsent(T) - Method in interface io.netty.util.Attribute
Atomically sets to the given value if this Attribute's value is null.
setIfAbsent(T) - Method in class io.netty.util.DefaultAttributeMap.DefaultAttribute
 
setIndex(int, int) - Method in class io.netty.buffer.AbstractByteBuf
 
setIndex(int, int) - Method in class io.netty.buffer.ByteBuf
Sets the readerIndex and writerIndex of 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
 
setIndex(int, int) - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
setIndex(int, int) - Method in class io.netty.handler.codec.ReplayingDecoderByteBuf
 
setIndex0(int, int) - Method in class io.netty.buffer.AbstractByteBuf
 
setIndexedVariable(int, Object) - Method in class io.netty.util.internal.InternalThreadLocalMap
 
setInitialSeedUniquifier(long) - Static method in class io.netty.util.internal.ThreadLocalRandom
 
setInitialValue(T) - Method in class io.netty.util.internal.ReferenceCountUpdater
 
setInput(ByteBuf) - Method in class io.netty.handler.codec.spdy.SpdyHeaderBlockJZlibEncoder
 
setInput(ByteBuf) - Method in class io.netty.handler.codec.spdy.SpdyHeaderBlockZlibDecoder
 
setInput(ByteBuf) - Method in class io.netty.handler.codec.spdy.SpdyHeaderBlockZlibEncoder
 
setInt(byte[], int, int) - Static method in class io.netty.buffer.HeapByteBufUtil
 
setInt(byte[], int, int) - Static method in class io.netty.buffer.UnsafeByteBufUtil
 
setInt(int, int) - Method in class io.netty.buffer.AbstractByteBuf
 
setInt(int, int) - Method in class io.netty.buffer.AbstractUnpooledSlicedByteBuf
 
setInt(int, int) - Method in class io.netty.buffer.AbstractUnsafeSwappedByteBuf
 
setInt(int, int) - Method in class io.netty.buffer.AdvancedLeakAwareByteBuf
 
setInt(int, int) - Method in class io.netty.buffer.AdvancedLeakAwareCompositeByteBuf
 
setInt(int, int) - Method in class io.netty.buffer.ByteBuf
Sets the specified 32-bit integer at the specified absolute index in 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.FixedCompositeByteBuf
 
setInt(int, int) - Method in class io.netty.buffer.PooledDuplicatedByteBuf
 
setInt(int, int) - Method in class io.netty.buffer.PooledSlicedByteBuf
 
setInt(int, int) - Method in class io.netty.buffer.ReadOnlyByteBuf
Deprecated.
 
setInt(int, int) - Method in class io.netty.buffer.ReadOnlyByteBufferBuf
 
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(int, int) - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
setInt(int, int) - Method in class io.netty.handler.codec.ReplayingDecoderByteBuf
 
setInt(long, int) - Static method in class io.netty.buffer.UnsafeByteBufUtil
 
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 name to value.
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 name to value.
setInterface(int, boolean, byte[], int, int) - Static method in class io.netty.channel.epoll.LinuxSocket
 
setInterface(InetAddress) - Method in class io.netty.channel.epoll.EpollDatagramChannelConfig
 
setInterface(InetAddress) - Method in class io.netty.channel.epoll.LinuxSocket
 
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 class io.netty.channel.socket.nio.NioDatagramChannelConfig
 
setInterface(InetAddress) - Method in class io.netty.channel.socket.oio.DefaultOioDatagramChannelConfig
 
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.
setIntHeader(HttpMessage, String, Iterable<Integer>) - Static method in class io.netty.handler.codec.http.HttpHeaders
Deprecated.
setIntLE(byte[], int, int) - Static method in class io.netty.buffer.HeapByteBufUtil
 
setIntLE(byte[], int, int) - Static method in class io.netty.buffer.UnsafeByteBufUtil
 
setIntLE(int, int) - Method in class io.netty.buffer.AbstractByteBuf
 
setIntLE(int, int) - Method in class io.netty.buffer.AbstractUnpooledSlicedByteBuf
 
setIntLE(int, int) - Method in class io.netty.buffer.AdvancedLeakAwareByteBuf
 
setIntLE(int, int) - Method in class io.netty.buffer.AdvancedLeakAwareCompositeByteBuf
 
setIntLE(int, int) - Method in class io.netty.buffer.ByteBuf
Sets the specified 32-bit integer at the specified absolute index in 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.PooledDuplicatedByteBuf
 
setIntLE(int, int) - Method in class io.netty.buffer.PooledSlicedByteBuf
 
setIntLE(int, int) - Method in class io.netty.buffer.ReadOnlyByteBuf
Deprecated.
 
setIntLE(int, int) - Method in class io.netty.buffer.ReadOnlyByteBufferBuf
 
setIntLE(int, int) - Method in class io.netty.buffer.SwappedByteBuf
Deprecated.
 
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
 
setIntLE(int, int) - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
setIntLE(int, int) - Method in class io.netty.handler.codec.ReplayingDecoderByteBuf
 
setIntLE(long, int) - Static method in class io.netty.buffer.UnsafeByteBufUtil
 
setIntOpt(int, int, int) - Method in class io.netty.channel.unix.Socket
 
setIntOpt(int, int, int, int) - Static 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
Sets the percentage of the desired amount of time spent for I/O in the event loop.
setIoRatio(int) - Method in class io.netty.channel.epoll.EpollEventLoopGroup
Sets the percentage of the desired amount of time spent for I/O in the child event loops.
setIoRatio(int) - Method in class io.netty.channel.kqueue.KQueueEventLoop
Sets the percentage of the desired amount of time spent for I/O in the event loop.
setIoRatio(int) - Method in class io.netty.channel.kqueue.KQueueEventLoopGroup
Sets the percentage of the desired amount of time spent for I/O in the child event loops.
setIoRatio(int) - Method in class io.netty.channel.nio.NioEventLoop
Sets the percentage of the desired amount of time spent for I/O in the event loop.
setIoRatio(int) - Method in class io.netty.channel.nio.NioEventLoopGroup
Sets the percentage of the desired amount of time spent for I/O in the child event loops.
setIpFreeBind(boolean) - Method in class io.netty.channel.epoll.LinuxSocket
 
setIpFreeBind(int, int) - Static method in class io.netty.channel.epoll.LinuxSocket
 
setIpMulticastLoop(int, boolean, int) - Static method in class io.netty.channel.epoll.LinuxSocket
 
setIpRecvOrigDestAddr(boolean) - Method in class io.netty.channel.epoll.EpollDatagramChannelConfig
If true is used IP_RECVORIGDSTADDR is enabled, false for disable it.
setIpRecvOrigDestAddr(boolean) - Method in class io.netty.channel.epoll.LinuxSocket
 
setIpRecvOrigDestAddr(int, int) - Static method in class io.netty.channel.epoll.LinuxSocket
 
setIpTransparent(boolean) - Method in class io.netty.channel.epoll.EpollDatagramChannelConfig
If true is used IP_TRANSPARENT is enabled, false for disable it.
setIpTransparent(boolean) - Method in class io.netty.channel.epoll.EpollServerSocketChannelConfig
If true is used IP_TRANSPARENT is enabled, false for disable it.
setIpTransparent(boolean) - Method in class io.netty.channel.epoll.EpollSocketChannelConfig
If true is used IP_TRANSPARENT is enabled, false for disable it.
setIpTransparent(boolean) - Method in class io.netty.channel.epoll.LinuxSocket
 
setIpTransparent(int, int) - Static method in class io.netty.channel.epoll.LinuxSocket
 
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_KEEPALIVE option.
setKeepAlive(boolean) - Method in class io.netty.channel.unix.Socket
 
setKeepAlive(int, int) - Static 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 by HttpVersion.isKeepAliveDefault().
  • If the connection is kept alive by default:
    • set to "close" if keepAlive is false.
    • remove otherwise.
  • If the connection is closed by default:
    • set to "keep-alive" if keepAlive is true.
    • remove otherwise.
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.
setKeyLength(short) - Method in class io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage
Set the key length of the message.
setKeyMaterial(long, X509Certificate[], PrivateKey, String) - Static method in class io.netty.handler.ssl.ReferenceCountedOpenSslContext
 
setKeyMaterial(OpenSslKeyMaterial) - Method in class io.netty.handler.ssl.ReferenceCountedOpenSslEngine
 
setKeyMaterial(ReferenceCountedOpenSslEngine, String) - Method in class io.netty.handler.ssl.OpenSslKeyMaterialManager
 
setKeyMaterialClientSide(ReferenceCountedOpenSslEngine, String[], X500Principal[]) - Method in class io.netty.handler.ssl.OpenSslKeyMaterialManager
 
setKeyMaterialServerSide(ReferenceCountedOpenSslEngine) - Method in class io.netty.handler.ssl.OpenSslKeyMaterialManager
 
setKnownNotUnset(InternalThreadLocalMap, V) - Method in class io.netty.util.concurrent.FastThreadLocal
 
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
 
setLengthField(ByteBuf, int, int) - Static method in class io.netty.handler.codec.spdy.SpdyHeaderBlockRawEncoder
 
setLevel(ResourceLeakDetector.Level) - Static method in class io.netty.util.ResourceLeakDetector
Sets the resource leak detection level.
setLocalCertificate(Certificate[]) - Method in class io.netty.handler.ssl.ExtendedOpenSslSession
 
setLocalCertificate(Certificate[]) - Method in interface io.netty.handler.ssl.OpenSslSession
Set the local certificate chain that is used.
setLocalCertificate(Certificate[]) - Method in class io.netty.handler.ssl.OpenSslSessionCache.NativeSslSession
 
setLocalCertificate(Certificate[]) - Method in class io.netty.handler.ssl.ReferenceCountedOpenSslEngine.DefaultOpenSslSession
 
setLocalChannelReaderStackDepth(int) - Method in class io.netty.util.internal.InternalThreadLocalMap
 
setLong(byte[], int, long) - Static method in class io.netty.buffer.HeapByteBufUtil
 
setLong(byte[], int, long) - Static method in class io.netty.buffer.UnsafeByteBufUtil
 
setLong(int, long) - Method in class io.netty.buffer.AbstractByteBuf
 
setLong(int, long) - Method in class io.netty.buffer.AbstractUnpooledSlicedByteBuf
 
setLong(int, long) - Method in class io.netty.buffer.AbstractUnsafeSwappedByteBuf
 
setLong(int, long) - Method in class io.netty.buffer.AdvancedLeakAwareByteBuf
 
setLong(int, long) - Method in class io.netty.buffer.AdvancedLeakAwareCompositeByteBuf
 
setLong(int, long) - Method in class io.netty.buffer.ByteBuf
Sets the specified 64-bit long integer at the specified absolute index in 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.FixedCompositeByteBuf
 
setLong(int, long) - Method in class io.netty.buffer.PooledDuplicatedByteBuf
 
setLong(int, long) - Method in class io.netty.buffer.PooledSlicedByteBuf
 
setLong(int, long) - Method in class io.netty.buffer.ReadOnlyByteBuf
Deprecated.
 
setLong(int, long) - Method in class io.netty.buffer.ReadOnlyByteBufferBuf
 
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(int, long) - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
setLong(int, long) - Method in class io.netty.handler.codec.ReplayingDecoderByteBuf
 
setLong(long, long) - Static method in class io.netty.buffer.UnsafeByteBufUtil
 
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 name to value.
setLongLE(byte[], int, long) - Static method in class io.netty.buffer.HeapByteBufUtil
 
setLongLE(byte[], int, long) - Static method in class io.netty.buffer.UnsafeByteBufUtil
 
setLongLE(int, long) - Method in class io.netty.buffer.AbstractByteBuf
 
setLongLE(int, long) - Method in class io.netty.buffer.AbstractUnpooledSlicedByteBuf
 
setLongLE(int, long) - Method in class io.netty.buffer.AdvancedLeakAwareByteBuf
 
setLongLE(int, long) - Method in class io.netty.buffer.AdvancedLeakAwareCompositeByteBuf
 
setLongLE(int, long) - Method in class io.netty.buffer.ByteBuf
Sets the specified 64-bit long integer at the specified absolute index in 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.PooledDuplicatedByteBuf
 
setLongLE(int, long) - Method in class io.netty.buffer.PooledSlicedByteBuf
 
setLongLE(int, long) - Method in class io.netty.buffer.ReadOnlyByteBuf
Deprecated.
 
setLongLE(int, long) - Method in class io.netty.buffer.ReadOnlyByteBufferBuf
 
setLongLE(int, long) - Method in class io.netty.buffer.SwappedByteBuf
Deprecated.
 
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
 
setLongLE(int, long) - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
setLongLE(int, long) - Method in class io.netty.handler.codec.ReplayingDecoderByteBuf
 
setLongLE(long, long) - Static method in class io.netty.buffer.UnsafeByteBufUtil
 
setLoopbackModeDisabled(boolean) - Method in class io.netty.channel.epoll.EpollDatagramChannelConfig
 
setLoopbackModeDisabled(boolean) - Method in class io.netty.channel.epoll.LinuxSocket
 
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_LOOP option.
setLoopbackModeDisabled(boolean) - Method in class io.netty.channel.socket.DefaultDatagramChannelConfig
 
setLoopbackModeDisabled(boolean) - Method in class io.netty.channel.socket.nio.NioDatagramChannelConfig
 
setLoopbackModeDisabled(boolean) - Method in class io.netty.channel.socket.oio.DefaultOioDatagramChannelConfig
 
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 Cookie in 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
setMaxAge(HttpResponse) - Method in class io.netty.handler.codec.http.cors.CorsHandler
 
setMaxAge(String) - Method in class io.netty.handler.codec.http.cookie.ClientCookieDecoder.CookieBuilder
 
setMaxBytesPerGatheringWrite(int) - Method in class io.netty.channel.socket.nio.NioSocketChannel.NioSocketChannelConfig
 
setMaxBytesPerGatheringWrite(long) - Method in class io.netty.channel.epoll.EpollChannelConfig
 
setMaxBytesPerGatheringWrite(long) - Method in class io.netty.channel.kqueue.KQueueChannelConfig
 
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 DatagramPacket size.
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.
setMaxHeaderListSize(long) - Method in class io.netty.handler.codec.http2.HpackDecoder
 
setMaxHeaderListSize(long) - Method in class io.netty.handler.codec.http2.HpackEncoder
 
setMaxHeaderTableSize(long) - Method in class io.netty.handler.codec.http2.HpackDecoder
Set the maximum table size.
setMaxHeaderTableSize(ByteBuf, long) - Method in class io.netty.handler.codec.http2.HpackEncoder
Set the maximum table size.
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 MaxMessagesRecvByteBufAllocator and MaxMessagesRecvByteBufAllocator.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.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.DefaultOioDatagramChannelConfig
 
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 interface io.netty.channel.unix.DomainDatagramChannelConfig
Deprecated.
setMaxMessagesPerRead(int) - Method in interface io.netty.channel.unix.DomainSocketChannelConfig
Deprecated.
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 class io.netty.handler.codec.http.multipart.AbstractMixedHttpData
 
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.
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(byte[], int, int) - Static method in class io.netty.buffer.HeapByteBufUtil
 
setMedium(byte[], int, int) - Static method in class io.netty.buffer.UnsafeByteBufUtil
 
setMedium(int, int) - Method in class io.netty.buffer.AbstractByteBuf
 
setMedium(int, int) - Method in class io.netty.buffer.AbstractUnpooledSlicedByteBuf
 
setMedium(int, int) - Method in class io.netty.buffer.AdvancedLeakAwareByteBuf
 
setMedium(int, int) - Method in class io.netty.buffer.AdvancedLeakAwareCompositeByteBuf
 
setMedium(int, int) - Method in class io.netty.buffer.ByteBuf
Sets the specified 24-bit medium integer at the specified absolute index in 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.FixedCompositeByteBuf
 
setMedium(int, int) - Method in class io.netty.buffer.PooledDuplicatedByteBuf
 
setMedium(int, int) - Method in class io.netty.buffer.PooledSlicedByteBuf
 
setMedium(int, int) - Method in class io.netty.buffer.ReadOnlyByteBuf
Deprecated.
 
setMedium(int, int) - Method in class io.netty.buffer.ReadOnlyByteBufferBuf
 
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
 
setMedium(int, int) - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
setMedium(int, int) - Method in class io.netty.handler.codec.ReplayingDecoderByteBuf
 
setMedium(long, int) - Static method in class io.netty.buffer.UnsafeByteBufUtil
 
setMediumLE(byte[], int, int) - Static method in class io.netty.buffer.HeapByteBufUtil
 
setMediumLE(byte[], int, int) - Static method in class io.netty.buffer.UnsafeByteBufUtil
 
setMediumLE(int, int) - Method in class io.netty.buffer.AbstractByteBuf
 
setMediumLE(int, int) - Method in class io.netty.buffer.AbstractUnpooledSlicedByteBuf
 
setMediumLE(int, int) - Method in class io.netty.buffer.AdvancedLeakAwareByteBuf
 
setMediumLE(int, int) - Method in class io.netty.buffer.AdvancedLeakAwareCompositeByteBuf
 
setMediumLE(int, int) - Method in class io.netty.buffer.ByteBuf
Sets the specified 24-bit medium integer at the specified absolute index in 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.PooledDuplicatedByteBuf
 
setMediumLE(int, int) - Method in class io.netty.buffer.PooledSlicedByteBuf
 
setMediumLE(int, int) - Method in class io.netty.buffer.ReadOnlyByteBuf
Deprecated.
 
setMediumLE(int, int) - Method in class io.netty.buffer.ReadOnlyByteBufferBuf
 
setMediumLE(int, int) - Method in class io.netty.buffer.SwappedByteBuf
Deprecated.
 
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
 
setMediumLE(int, int) - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
setMediumLE(int, int) - Method in class io.netty.handler.codec.ReplayingDecoderByteBuf
 
setMediumLE(long, int) - Static method in class io.netty.buffer.UnsafeByteBufUtil
 
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
 
setMemory(long, long, byte) - Static method in class io.netty.util.internal.PlatformDependent0
 
setMemory(Object, long, long, byte) - Static method in class io.netty.util.internal.PlatformDependent0
 
setMessageSizeEstimator(MessageSizeEstimator) - Method in interface io.netty.channel.ChannelConfig
Set the MessageSizeEstimator which 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.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.DefaultOioDatagramChannelConfig
 
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 interface io.netty.channel.unix.DomainDatagramChannelConfig
 
setMessageSizeEstimator(MessageSizeEstimator) - Method in interface io.netty.channel.unix.DomainSocketChannelConfig
 
setMessageSizeEstimator(MessageSizeEstimator) - Method in class io.netty.handler.codec.http2.AbstractHttp2StreamChannel.Http2StreamChannelConfig
 
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 class io.netty.handler.codec.http.HttpObjectAggregator.AggregatedFullHttpRequest
 
setMethod(HttpMethod) - Method in interface io.netty.handler.codec.http.HttpRequest
Set the HttpMethod of this HttpRequest.
setMethod(HttpMethod) - Method in class io.netty.handler.codec.http.multipart.HttpPostRequestEncoder.WrappedFullHttpRequest
 
setMethod(HttpMethod) - Method in class io.netty.handler.codec.http.multipart.HttpPostRequestEncoder.WrappedHttpRequest
 
setMqttVersion(ChannelHandlerContext, MqttVersion) - Static method in class io.netty.handler.codec.mqtt.MqttCodecUtil
 
setNdots(int) - Method in class io.netty.resolver.dns.UnixResolverOptions.Builder
 
setNeedClientAuth(boolean) - Method in class io.netty.handler.ssl.JdkSslEngine
 
setNeedClientAuth(boolean) - Method in class io.netty.handler.ssl.ReferenceCountedOpenSslEngine
 
setNegotiatedApplicationProtocol(String) - Method in class io.netty.handler.ssl.JdkAlpnSslEngine
 
setNegotiatedApplicationProtocol(String) - Method in class io.netty.handler.ssl.JdkSslEngine
 
setNetworkInterface(NetworkInterface) - Method in class io.netty.channel.epoll.EpollDatagramChannelConfig
 
setNetworkInterface(NetworkInterface) - Method in class io.netty.channel.epoll.LinuxSocket
 
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_IF option.
setNetworkInterface(NetworkInterface) - Method in class io.netty.channel.socket.DefaultDatagramChannelConfig
 
setNetworkInterface(NetworkInterface) - Method in class io.netty.channel.socket.nio.NioDatagramChannelConfig
 
setNetworkInterface(NetworkInterface) - Method in class io.netty.channel.socket.oio.DefaultOioDatagramChannelConfig
 
setNetworkInterface(NetworkInterface) - Method in interface io.netty.channel.socket.oio.OioDatagramChannelConfig
Deprecated.
 
setNextAvail(int) - Method in class io.netty.buffer.PoolSubpage
 
setNullOrigin(HttpResponse) - Static method in class io.netty.handler.codec.http.cors.CorsHandler
 
setObject(CharSequence, Iterable<?>) - Method in class io.netty.handler.codec.http.CombinedHttpHeaders.CombinedHttpHeadersImpl
 
setObject(CharSequence, Iterable<?>) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
 
setObject(CharSequence, Object) - Method in class io.netty.handler.codec.http.CombinedHttpHeaders.CombinedHttpHeadersImpl
 
setObject(CharSequence, Object) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
 
setObject(CharSequence, Object...) - Method in class io.netty.handler.codec.http.CombinedHttpHeaders.CombinedHttpHeadersImpl
 
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 opCode of 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
 
setOpensslEngineSocketFd(Channel) - Method in class io.netty.handler.ssl.SslHandler
 
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.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.nio.NioDatagramChannelConfig
 
setOption(ChannelOption<T>, T) - Method in class io.netty.channel.socket.nio.NioServerSocketChannel.NioServerSocketChannelConfig
 
setOption(ChannelOption<T>, T) - Method in class io.netty.channel.socket.nio.NioSocketChannel.NioSocketChannelConfig
 
setOption(ChannelOption<T>, T) - Method in class io.netty.channel.socket.oio.DefaultOioDatagramChannelConfig
 
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(Channel, NioChannelOption<T>, T) - Static method in class io.netty.channel.socket.nio.NioChannelOption
 
setOption0(Object, Object) - Method in class io.netty.channel.socket.nio.NioDatagramChannelConfig
 
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
 
setOrigin(HttpResponse) - Method in class io.netty.handler.codec.http.cors.CorsHandler
 
setOrigin(HttpResponse, String) - Static method in class io.netty.handler.codec.http.cors.CorsHandler
 
setParent(WeightedFairQueueByteDistributor.State) - Method in class io.netty.handler.codec.http2.WeightedFairQueueByteDistributor.State
 
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
 
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).
setPersist(boolean) - Method in class io.netty.handler.codec.spdy.DefaultSpdySettingsFrame.Setting
 
setPersisted(boolean) - Method in class io.netty.handler.codec.spdy.DefaultSpdySettingsFrame.Setting
 
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.
setPinEventExecutorPerGroup(boolean) - Method in class io.netty.channel.DefaultChannelConfig
 
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.
setPreflightHeaders(HttpResponse) - Method in class io.netty.handler.codec.http.cors.CorsHandler
This is a non CORS specification feature which enables the setting of preflight response headers that might be required by intermediaries.
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
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.
setPromise() - Method in class io.netty.handler.codec.http2.Http2CodecUtil.SimpleChannelPromiseAggregator
 
setProperty(Http2Connection.PropertyKey, V) - Method in class io.netty.handler.codec.http2.DefaultHttp2Connection.DefaultStream
 
setProperty(Http2Connection.PropertyKey, V) - Method in interface io.netty.handler.codec.http2.Http2Stream
Associates the application-defined data with this stream.
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 class io.netty.handler.codec.http.HttpObjectAggregator.AggregatedFullHttpMessage
 
setProtocolVersion(HttpVersion) - Method in class io.netty.handler.codec.http.HttpObjectAggregator.AggregatedFullHttpRequest
 
setProtocolVersion(HttpVersion) - Method in class io.netty.handler.codec.http.HttpObjectAggregator.AggregatedFullHttpResponse
 
setProtocolVersion(HttpVersion) - Method in interface io.netty.handler.codec.http.HttpRequest
 
setProtocolVersion(HttpVersion) - Method in interface io.netty.handler.codec.http.HttpResponse
 
setProtocolVersion(HttpVersion) - Method in class io.netty.handler.codec.http.multipart.HttpPostRequestEncoder.WrappedFullHttpRequest
 
setProtocolVersion(HttpVersion) - Method in class io.netty.handler.codec.http.multipart.HttpPostRequestEncoder.WrappedHttpRequest
 
SETQ - Static variable in class io.netty.handler.codec.memcache.binary.BinaryMemcacheOpcodes
 
setRawOpt(int, int, ByteBuffer) - Method in class io.netty.channel.unix.Socket
 
setRawOptAddress(int, int, int, long, int) - Static method in class io.netty.channel.unix.Socket
 
setRawOptArray(int, int, int, byte[], int, int) - Static method in class io.netty.channel.unix.Socket
 
setRcvAllocTransportProvidesGuess(boolean) - Method in class io.netty.channel.kqueue.KQueueChannelConfig
If this is true then the RecvByteBufAllocator.Handle.guess() will be overridden to always attempt to read as many bytes as kqueue says are available.
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
 
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 DomainSocketReadMode for 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.
setReadPending0(boolean) - Method in class io.netty.channel.nio.AbstractNioChannel
 
setReadPosition(int) - Method in class io.netty.handler.codec.http.multipart.HttpPostBodyUtil.SeekAheadOptimize
 
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 interface io.netty.channel.socket.DatagramChannelConfig
Sets the StandardSocketOptions.SO_RCVBUF option.
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.DefaultOioDatagramChannelConfig
 
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_SNDBUF option.
setReceiveBufferSize(int) - Method in interface io.netty.channel.socket.SocketChannelConfig
Sets the StandardSocketOptions.SO_RCVBUF option.
setReceiveBufferSize(int) - Method in class io.netty.channel.unix.Socket
 
setReceiveBufferSize(int, int) - Static method in class io.netty.channel.unix.Socket
 
setReceiveWindowSizeLowerBound(int) - Method in class io.netty.handler.codec.spdy.SpdySession.StreamState
 
setRecord(int, int, DnsRecord) - Method in class io.netty.handler.codec.dns.AbstractDnsMessage
 
setRecord(int, DnsRecord) - Method in class io.netty.handler.codec.dns.AbstractDnsMessage
 
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 record at the specified index of the specified section of 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 section of this DNS message to the specified record, 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 true if 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 RecvByteBufAllocator which 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.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.DefaultOioDatagramChannelConfig
 
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 interface io.netty.channel.unix.DomainDatagramChannelConfig
 
setRecvByteBufAllocator(RecvByteBufAllocator) - Method in interface io.netty.channel.unix.DomainSocketChannelConfig
 
setRecvByteBufAllocator(RecvByteBufAllocator) - Method in class io.netty.handler.codec.http2.AbstractHttp2StreamChannel.Http2StreamChannelConfig
 
setRecvByteBufAllocator(RecvByteBufAllocator, ChannelMetadata) - Method in class io.netty.channel.DefaultChannelConfig
Set the RecvByteBufAllocator which is used for the channel to allocate receive buffers.
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.
setRemoved() - Method in class io.netty.channel.AbstractChannelHandlerContext
 
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_REUSEADDR option.
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.DefaultOioDatagramChannelConfig
 
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_REUSEADDR option.
setReuseAddress(boolean) - Method in interface io.netty.channel.socket.SocketChannelConfig
Sets the StandardSocketOptions.SO_REUSEADDR option.
setReuseAddress(boolean) - Method in class io.netty.channel.unix.Socket
 
setReuseAddress(int, int) - Static 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
 
setReusePort(int, int) - Static method in class io.netty.channel.unix.Socket
 
setSameSite(CookieHeaderNames.SameSite) - Method in class io.netty.handler.codec.http.cookie.DefaultCookie
Determines if this this Cookie can be sent along cross-site requests.
setSection(int, Object) - Method in class io.netty.handler.codec.dns.AbstractDnsMessage
 
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(byte[]) - Method in class io.netty.handler.ssl.util.ThreadLocalInsecureRandom
 
setSeed(long) - Method in class io.netty.handler.ssl.util.ThreadLocalInsecureRandom
 
setSeed(long) - Method in class io.netty.util.internal.ThreadLocalRandom
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 interface io.netty.channel.socket.DatagramChannelConfig
Sets the StandardSocketOptions.SO_SNDBUF option.
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.nio.NioSocketChannel.NioSocketChannelConfig
 
setSendBufferSize(int) - Method in class io.netty.channel.socket.oio.DefaultOioDatagramChannelConfig
 
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_SNDBUF option.
setSendBufferSize(int) - Method in interface io.netty.channel.unix.DomainDatagramChannelConfig
Sets the StandardSocketOptions.SO_SNDBUF option.
setSendBufferSize(int) - Method in class io.netty.channel.unix.Socket
 
setSendBufferSize(int, int) - Static method in class io.netty.channel.unix.Socket
 
setSession(long, String, int) - Method in class io.netty.handler.ssl.OpenSslClientSessionCache
 
setSession(long, String, int) - Method in class io.netty.handler.ssl.OpenSslSessionCache
 
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.OpenSslSessionCache
 
setSessionCacheSize(int) - Method in class io.netty.handler.ssl.OpenSslSessionContext
 
setSessionFromCache(String, int, long) - Method in class io.netty.handler.ssl.OpenSslSessionContext
 
setSessionId(OpenSslSessionId) - Method in class io.netty.handler.ssl.ExtendedOpenSslSession
 
setSessionId(OpenSslSessionId) - Method in interface io.netty.handler.ssl.OpenSslSession
setSessionId(OpenSslSessionId) - Method in class io.netty.handler.ssl.OpenSslSessionCache.NativeSslSession
 
setSessionId(OpenSslSessionId) - Method in class io.netty.handler.ssl.ReferenceCountedOpenSslEngine.DefaultOpenSslSession
 
setSessionId(OpenSslSessionId) - Method in class io.netty.handler.ssl.ReferenceCountedOpenSslEngine
 
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.OpenSslSessionCache
 
setSessionTimeout(int) - Method in class io.netty.handler.ssl.OpenSslSessionContext
 
setShort(byte[], int, int) - Static method in class io.netty.buffer.HeapByteBufUtil
 
setShort(byte[], int, int) - Static method in class io.netty.buffer.UnsafeByteBufUtil
 
setShort(int, int) - Method in class io.netty.buffer.AbstractByteBuf
 
setShort(int, int) - Method in class io.netty.buffer.AbstractUnpooledSlicedByteBuf
 
setShort(int, int) - Method in class io.netty.buffer.AbstractUnsafeSwappedByteBuf
 
setShort(int, int) - Method in class io.netty.buffer.AdvancedLeakAwareByteBuf
 
setShort(int, int) - Method in class io.netty.buffer.AdvancedLeakAwareCompositeByteBuf
 
setShort(int, int) - Method in class io.netty.buffer.ByteBuf
Sets the specified 16-bit short integer at the specified absolute index in 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.FixedCompositeByteBuf
 
setShort(int, int) - Method in class io.netty.buffer.PooledDuplicatedByteBuf
 
setShort(int, int) - Method in class io.netty.buffer.PooledSlicedByteBuf
 
setShort(int, int) - Method in class io.netty.buffer.ReadOnlyByteBuf
Deprecated.
 
setShort(int, int) - Method in class io.netty.buffer.ReadOnlyByteBufferBuf
 
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(int, int) - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
setShort(int, int) - Method in class io.netty.handler.codec.ReplayingDecoderByteBuf
 
setShort(long, int) - Static method in class io.netty.buffer.UnsafeByteBufUtil
 
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 name to value.
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 name to value.
setShortBE(ByteBuf, int, int) - Static method in class io.netty.buffer.ByteBufUtil
Sets a big-endian 16-bit short integer to the buffer.
setShortLE(byte[], int, int) - Static method in class io.netty.buffer.HeapByteBufUtil
 
setShortLE(byte[], int, int) - Static method in class io.netty.buffer.UnsafeByteBufUtil
 
setShortLE(int, int) - Method in class io.netty.buffer.AbstractByteBuf
 
setShortLE(int, int) - Method in class io.netty.buffer.AbstractUnpooledSlicedByteBuf
 
setShortLE(int, int) - Method in class io.netty.buffer.AdvancedLeakAwareByteBuf
 
setShortLE(int, int) - Method in class io.netty.buffer.AdvancedLeakAwareCompositeByteBuf
 
setShortLE(int, int) - Method in class io.netty.buffer.ByteBuf
Sets the specified 16-bit short integer at the specified absolute index in 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.PooledDuplicatedByteBuf
 
setShortLE(int, int) - Method in class io.netty.buffer.PooledSlicedByteBuf
 
setShortLE(int, int) - Method in class io.netty.buffer.ReadOnlyByteBuf
Deprecated.
 
setShortLE(int, int) - Method in class io.netty.buffer.ReadOnlyByteBufferBuf
 
setShortLE(int, int) - Method in class io.netty.buffer.SwappedByteBuf
Deprecated.
 
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
 
setShortLE(int, int) - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
setShortLE(int, int) - Method in class io.netty.handler.codec.ReplayingDecoderByteBuf
 
setShortLE(long, int) - Static method in class io.netty.buffer.UnsafeByteBufUtil
 
setSingleBytes(AbstractByteBuf, long, int, ByteBuffer, int) - Static method in class io.netty.buffer.UnsafeByteBufUtil
 
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
 
setSndLowAt(int) - Method in class io.netty.channel.kqueue.BsdSocket
 
setSndLowAt(int) - Method in class io.netty.channel.kqueue.KQueueSocketChannelConfig
 
setSndLowAt(int, int) - Static method in class io.netty.channel.kqueue.BsdSocket
 
setSniHostNames(SSLParameters, List<String>) - Static method in class io.netty.handler.ssl.Java8SslUtils
 
setSNIMatchers(SSLParameters, Collection<?>) - Static method in class io.netty.handler.ssl.Java8SslUtils
 
setSoBusyPoll(int) - Method in class io.netty.channel.epoll.EpollSocketChannelConfig
Set the SO_BUSY_POLL option on the socket.
setSoBusyPoll(int) - Method in class io.netty.channel.epoll.LinuxSocket
 
setSoBusyPoll(int, int) - Static method in class io.netty.channel.epoll.LinuxSocket
 
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_LINGER option.
setSoLinger(int) - Method in class io.netty.channel.unix.Socket
 
setSoLinger(int, int) - Static method in class io.netty.channel.unix.Socket
 
setSoTimeout(int) - Method in class io.netty.channel.socket.oio.DefaultOioDatagramChannelConfig
 
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.JdkSslEngine
 
setSSLParameters(SSLParameters) - Method in class io.netty.handler.ssl.ReferenceCountedOpenSslEngine
 
setState(int) - Method in class io.netty.handler.ssl.SslHandler
 
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 class io.netty.handler.codec.http.HttpObjectAggregator.AggregatedFullHttpResponse
 
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.
setStreamAndProperty(Http2Connection.PropertyKey, Http2Stream) - Method in class io.netty.handler.codec.http2.Http2FrameCodec.DefaultHttp2FrameStream
 
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.
setStreamReservedOrActivated() - Method in class io.netty.handler.codec.http2.WeightedFairQueueByteDistributor.State
 
setSuccess() - Method in class io.netty.channel.AbstractChannel.CloseFuture
 
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.group.DefaultChannelGroupFuture
 
setSuccess(Void) - Method in class io.netty.channel.VoidChannelPromise
 
setSuccess(Void) - Method in class io.netty.handler.codec.http2.Http2CodecUtil.SimpleChannelPromiseAggregator
 
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.
setSuccess(V) - Method in class io.netty.util.concurrent.PromiseTask
 
setSuccess0() - Method in class io.netty.channel.group.DefaultChannelGroupFuture
 
setSuccess0(V) - Method in class io.netty.util.concurrent.DefaultPromise
 
setSuccessInternal(V) - Method in class io.netty.util.concurrent.PromiseTask
 
setTcpCork(boolean) - Method in class io.netty.channel.epoll.EpollSocketChannelConfig
Set the TCP_CORK option on the socket.
setTcpCork(boolean) - Method in class io.netty.channel.epoll.LinuxSocket
 
setTcpCork(int, int) - Static method in class io.netty.channel.epoll.LinuxSocket
 
setTcpDeferAccept(int) - Method in class io.netty.channel.epoll.EpollServerSocketChannelConfig
Set the TCP_DEFER_ACCEPT option on the socket.
setTcpDeferAccept(int) - Method in class io.netty.channel.epoll.LinuxSocket
 
setTcpDeferAccept(int, int) - Static method in class io.netty.channel.epoll.LinuxSocket
 
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.BsdSocket
 
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
 
setTcpFastOpen(int) - Method in class io.netty.channel.epoll.LinuxSocket
 
setTcpFastOpen(int, int) - Static method in class io.netty.channel.epoll.LinuxSocket
 
setTcpFastOpen(int, int) - Static method in class io.netty.channel.kqueue.BsdSocket
 
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_KEEPCNT option on the socket.
setTcpKeepCnt(int) - Method in class io.netty.channel.epoll.LinuxSocket
 
setTcpKeepCnt(int, int) - Static method in class io.netty.channel.epoll.LinuxSocket
 
setTcpKeepCntl(int) - Method in class io.netty.channel.epoll.EpollSocketChannelConfig
setTcpKeepIdle(int) - Method in class io.netty.channel.epoll.EpollSocketChannelConfig
Set the TCP_KEEPIDLE option on the socket.
setTcpKeepIdle(int) - Method in class io.netty.channel.epoll.LinuxSocket
 
setTcpKeepIdle(int, int) - Static method in class io.netty.channel.epoll.LinuxSocket
 
setTcpKeepIntvl(int) - Method in class io.netty.channel.epoll.EpollSocketChannelConfig
Set the TCP_KEEPINTVL option on the socket.
setTcpKeepIntvl(int) - Method in class io.netty.channel.epoll.LinuxSocket
 
setTcpKeepIntvl(int, int) - Static method in class io.netty.channel.epoll.LinuxSocket
 
setTcpMd5Sig(int, boolean, byte[], int, byte[]) - Static method in class io.netty.channel.epoll.LinuxSocket
 
setTcpMd5Sig(InetAddress, byte[]) - Method in class io.netty.channel.epoll.LinuxSocket
 
setTcpMd5Sig(Map<InetAddress, byte[]>) - Method in class io.netty.channel.epoll.EpollServerSocketChannel
 
setTcpMd5Sig(Map<InetAddress, byte[]>) - Method in class io.netty.channel.epoll.EpollServerSocketChannelConfig
Set the TCP_MD5SIG option on the socket.
setTcpMd5Sig(Map<InetAddress, byte[]>) - Method in class io.netty.channel.epoll.EpollSocketChannel
 
setTcpMd5Sig(Map<InetAddress, byte[]>) - Method in class io.netty.channel.epoll.EpollSocketChannelConfig
Set the TCP_MD5SIG option 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_NODELAY option.
setTcpNoDelay(boolean) - Method in class io.netty.channel.unix.Socket
 
setTcpNoDelay(int, int) - Static method in class io.netty.channel.unix.Socket
 
setTcpNoPush(boolean) - Method in class io.netty.channel.kqueue.BsdSocket
 
setTcpNoPush(boolean) - Method in class io.netty.channel.kqueue.KQueueSocketChannelConfig
 
setTcpNoPush(int, int) - Static method in class io.netty.channel.kqueue.BsdSocket
 
setTcpNotSentLowAt(int, int) - Static method in class io.netty.channel.epoll.LinuxSocket
 
setTcpNotSentLowAt(long) - Method in class io.netty.channel.epoll.EpollSocketChannelConfig
Set the TCP_NOTSENT_LOWAT option on the socket.
setTcpNotSentLowAt(long) - Method in class io.netty.channel.epoll.LinuxSocket
 
setTcpQuickAck(boolean) - Method in class io.netty.channel.epoll.EpollSocketChannelConfig
Set the TCP_QUICKACK option on the socket.
setTcpQuickAck(boolean) - Method in class io.netty.channel.epoll.LinuxSocket
 
setTcpQuickAck(int, int) - Static method in class io.netty.channel.epoll.LinuxSocket
 
setTcpUserTimeout(int) - Method in class io.netty.channel.epoll.EpollSocketChannelConfig
Set the TCP_USER_TIMEOUT option on the socket.
setTcpUserTimeout(int) - Method in class io.netty.channel.epoll.LinuxSocket
 
setTcpUserTimeout(int, int) - Static method in class io.netty.channel.epoll.LinuxSocket
 
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
setTicketKeys(byte[]) - Method in class io.netty.handler.ssl.ReferenceCountedOpenSslContext
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 name to value.
setTimeout(int) - Method in class io.netty.resolver.dns.UnixResolverOptions.Builder
 
setTimeToLive(int) - Method in class io.netty.channel.epoll.EpollDatagramChannelConfig
 
setTimeToLive(int) - Method in class io.netty.channel.epoll.LinuxSocket
 
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_TTL option.
setTimeToLive(int) - Method in class io.netty.channel.socket.DefaultDatagramChannelConfig
 
setTimeToLive(int) - Method in class io.netty.channel.socket.nio.NioDatagramChannelConfig
 
setTimeToLive(int) - Method in class io.netty.channel.socket.oio.DefaultOioDatagramChannelConfig
 
setTimeToLive(int) - Method in interface io.netty.channel.socket.oio.OioDatagramChannelConfig
Deprecated.
 
setTimeToLive(int, int) - Static method in class io.netty.channel.epoll.LinuxSocket
 
Setting(int, boolean, boolean) - Constructor for class io.netty.handler.codec.spdy.DefaultSpdySettingsFrame.Setting
 
SETTING_ENTRY_LENGTH - Static variable in class io.netty.handler.codec.http2.Http2CodecUtil
 
settings - Variable in class io.netty.handler.codec.http2.DefaultHttp2SettingsFrame
 
settings - Variable in class io.netty.handler.codec.http2.Http2ServerUpgradeCodec
 
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_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
 
settingsMap - Variable in class io.netty.handler.codec.spdy.DefaultSpdySettingsFrame
 
settingsReceivedConsumer - Variable in class io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder
 
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_TOS option.
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.DefaultOioDatagramChannelConfig
 
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_TOS option.
setTrafficClass(int) - Method in class io.netty.channel.unix.Socket
 
setTrafficClass(int, boolean, int) - Static method in class io.netty.channel.unix.Socket
 
setTrafficCounter(TrafficCounter) - Method in class io.netty.handler.traffic.AbstractTrafficShapingHandler
 
setTrailingHeaders(HttpHeaders) - Method in class io.netty.handler.codec.http.HttpObjectAggregator.AggregatedFullHttpMessage
 
setTransferEncodingChunked(HttpMessage) - Static method in class io.netty.handler.codec.http.HttpHeaders
setTransferEncodingChunked(HttpMessage, boolean) - Static method in class io.netty.handler.codec.http.HttpUtil
Set the HttpHeaderNames.TRANSFER_ENCODING to either include HttpHeaderValues.CHUNKED if chunked is true, or remove HttpHeaderValues.CHUNKED if chunked is false.
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 true if 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.
setUdpGro(boolean) - Method in class io.netty.channel.epoll.LinuxSocket
 
setUdpGro(int, int) - Static method in class io.netty.channel.epoll.LinuxSocket
 
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.
setUncancellable() - Method in class io.netty.util.concurrent.PromiseTask
 
setUncancellableInternal() - Method in class io.netty.util.concurrent.PromiseTask
 
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.
setUnwritable(boolean) - Method in class io.netty.channel.ChannelOutboundBuffer
 
setUnwritable(boolean) - Method in class io.netty.handler.codec.http2.AbstractHttp2StreamChannel
 
setup(boolean, ChannelHandler...) - Method in class io.netty.channel.embedded.EmbeddedChannel
 
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
 
setUpgradeRequestHeaders(ChannelHandlerContext, HttpRequest) - Method in class io.netty.handler.codec.http.HttpClientUpgradeHandler
Adds all upgrade request headers necessary for an upgrade to the supported protocols.
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 class io.netty.handler.codec.http.HttpObjectAggregator.AggregatedFullHttpRequest
 
setUri(String) - Method in interface io.netty.handler.codec.http.HttpRequest
Set the requested URI (or alternatively, path)
setUri(String) - Method in class io.netty.handler.codec.http.multipart.HttpPostRequestEncoder.WrappedFullHttpRequest
 
setUri(String) - Method in class io.netty.handler.codec.http.multipart.HttpPostRequestEncoder.WrappedHttpRequest
 
setUseCipherSuitesOrder(SSLParameters, boolean) - Static method in class io.netty.handler.ssl.Java8SslUtils
 
setUseClientMode(boolean) - Method in class io.netty.handler.ssl.JdkSslEngine
 
setUseClientMode(boolean) - Method in class io.netty.handler.ssl.ReferenceCountedOpenSslEngine
 
setUserDefinedWritability(int) - Method in class io.netty.channel.ChannelOutboundBuffer
 
setUserDefinedWritability(int, boolean) - Method in class io.netty.channel.ChannelOutboundBuffer
Sets a user-defined writability flag at the specified index.
setUserDefinedWritability(ChannelHandlerContext, boolean) - Method in class io.netty.handler.traffic.AbstractTrafficShapingHandler
 
setUseTasks(boolean) - Method in class io.netty.handler.ssl.ReferenceCountedOpenSslContext
setValue(int) - Method in class io.netty.handler.codec.spdy.DefaultSpdySettingsFrame.Setting
 
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(CharSequence) - Method in class io.netty.handler.codec.http.ReadOnlyHttpHeaders.ReadOnlyIterator
 
setValue(CharSequence) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers.ReadOnlyIterator
 
setValue(String) - Method in class io.netty.handler.codec.HeadersUtils.StringEntry
 
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(String) - Method in class io.netty.handler.codec.http.ReadOnlyHttpHeaders.ReadOnlyStringIterator
 
setValue(String, int) - Method in class io.netty.handler.codec.http.multipart.InternalAttribute
 
setValue(V) - Method in class io.netty.channel.group.DefaultChannelGroupFuture.DefaultEntry
 
setValue(V) - Method in class io.netty.handler.codec.DefaultHeaders.HeaderEntry
 
setValue(V) - Method in class io.netty.util.collection.ByteCollections.UnmodifiableMap.EntryImpl
 
setValue(V) - Method in class io.netty.util.collection.ByteObjectHashMap.MapEntry
 
setValue(V) - Method in class io.netty.util.collection.ByteObjectHashMap.PrimitiveIterator
 
setValue(V) - Method in interface io.netty.util.collection.ByteObjectMap.PrimitiveEntry
Sets the value for this entry.
setValue(V) - Method in class io.netty.util.collection.CharCollections.UnmodifiableMap.EntryImpl
 
setValue(V) - Method in class io.netty.util.collection.CharObjectHashMap.MapEntry
 
setValue(V) - Method in class io.netty.util.collection.CharObjectHashMap.PrimitiveIterator
 
setValue(V) - Method in interface io.netty.util.collection.CharObjectMap.PrimitiveEntry
Sets the value for this entry.
setValue(V) - Method in class io.netty.util.collection.IntCollections.UnmodifiableMap.EntryImpl
 
setValue(V) - Method in class io.netty.util.collection.IntObjectHashMap.MapEntry
 
setValue(V) - Method in class io.netty.util.collection.IntObjectHashMap.PrimitiveIterator
 
setValue(V) - Method in interface io.netty.util.collection.IntObjectMap.PrimitiveEntry
Sets the value for this entry.
setValue(V) - Method in class io.netty.util.collection.LongCollections.UnmodifiableMap.EntryImpl
 
setValue(V) - Method in class io.netty.util.collection.LongObjectHashMap.MapEntry
 
setValue(V) - Method in class io.netty.util.collection.LongObjectHashMap.PrimitiveIterator
 
setValue(V) - Method in interface io.netty.util.collection.LongObjectMap.PrimitiveEntry
Sets the value for this entry.
setValue(V) - Method in class io.netty.util.collection.ShortCollections.UnmodifiableMap.EntryImpl
 
setValue(V) - Method in class io.netty.util.collection.ShortObjectHashMap.MapEntry
 
setValue(V) - Method in class io.netty.util.collection.ShortObjectHashMap.PrimitiveIterator
 
setValue(V) - Method in interface io.netty.util.collection.ShortObjectMap.PrimitiveEntry
Sets the value for this entry.
setValue0(Object) - Method in class io.netty.util.concurrent.DefaultPromise
 
setVaryHeader(HttpResponse) - Static method in class io.netty.handler.codec.http.cors.CorsHandler
 
setVerify(int, int) - Method in class io.netty.handler.ssl.ReferenceCountedOpenSslEngine
See SSL_set_verify and SSL.setVerify(long, int, int).
setVerifyCallback(long, OpenSslEngineMap, X509TrustManager) - Static method in class io.netty.handler.ssl.ReferenceCountedOpenSslClientContext
 
setVerifyCallback(long, OpenSslEngineMap, X509TrustManager) - Static method in class io.netty.handler.ssl.ReferenceCountedOpenSslServerContext
 
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.
setWantClientAuth(boolean) - Method in class io.netty.handler.ssl.JdkSslEngine
 
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 Cookie is 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.
setWritable(boolean) - Method in class io.netty.channel.ChannelOutboundBuffer
 
setWritable(boolean) - Method in class io.netty.handler.codec.http2.AbstractHttp2StreamChannel
 
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 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.DefaultOioDatagramChannelConfig
 
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 interface io.netty.channel.unix.DomainSocketChannelConfig
Deprecated.
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 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.DefaultOioDatagramChannelConfig
 
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 interface io.netty.channel.unix.DomainSocketChannelConfig
Deprecated.
setWriteBufferWaterMark(WriteBufferWaterMark) - Method in interface io.netty.channel.ChannelConfig
Set the WriteBufferWaterMark which 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.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.DefaultOioDatagramChannelConfig
 
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 interface io.netty.channel.unix.DomainDatagramChannelConfig
 
setWriteBufferWaterMark(WriteBufferWaterMark) - Method in interface io.netty.channel.unix.DomainSocketChannelConfig
 
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.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.DefaultOioDatagramChannelConfig
 
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 interface io.netty.channel.unix.DomainDatagramChannelConfig
 
setWriteSpinCount(int) - Method in interface io.netty.channel.unix.DomainSocketChannelConfig
 
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(byte[], int, int) - Static method in class io.netty.buffer.UnsafeByteBufUtil
 
setZero(int, int) - Method in class io.netty.buffer.AbstractByteBuf
 
setZero(int, int) - Method in class io.netty.buffer.AdvancedLeakAwareByteBuf
 
setZero(int, int) - Method in class io.netty.buffer.AdvancedLeakAwareCompositeByteBuf
 
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.PooledUnsafeDirectByteBuf
 
setZero(int, int) - Method in class io.netty.buffer.PooledUnsafeHeapByteBuf
 
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
 
setZero(int, int) - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
setZero(int, int) - Method in class io.netty.handler.codec.ReplayingDecoderByteBuf
 
setZero(long, int) - Static method in class io.netty.buffer.UnsafeByteBufUtil
 
sha1(byte[]) - Static method in class io.netty.handler.codec.http.websocketx.WebSocketUtil
Performs a SHA-1 hash on the specified data
SHA1 - Static variable in class io.netty.handler.codec.http.websocketx.WebSocketUtil
 
SHARED_SUBSCRIPTION_AVAILABLE - io.netty.handler.codec.mqtt.MqttProperties.MqttPropertyType
 
SHARED_SUBSCRIPTIONS_NOT_SUPPORTED - io.netty.handler.codec.mqtt.MqttReasonCodes.Disconnect
 
SHARED_SUBSCRIPTIONS_NOT_SUPPORTED - io.netty.handler.codec.mqtt.MqttReasonCodes.SubAck
 
sharedOutputStream - Variable in class io.netty.handler.pcap.PcapWriteHandler.Builder
 
sharedOutputStream - Variable in class io.netty.handler.pcap.PcapWriteHandler
true if we want to synchronize on the OutputStream while writing else false.
sharedOutputStream() - Method in class io.netty.handler.pcap.PcapWriteHandler
 
sharedOutputStream(boolean) - Method in class io.netty.handler.pcap.PcapWriteHandler.Builder
Set to true if multiple PcapWriteHandler instances will be writing to the same OutputStream concurrently, and write locking is required.
sharedSubscriptionAvailable - Variable in class io.netty.handler.codec.mqtt.MqttMessageBuilders.ConnAckPropertiesBuilder
 
sharedSubscriptionAvailable(boolean) - Method in class io.netty.handler.codec.mqtt.MqttMessageBuilders.ConnAckPropertiesBuilder
 
shiftComps(int, int) - Method in class io.netty.buffer.CompositeByteBuf
 
shortArrayAppend(StringBuilder, short[]) - Static method in class io.netty.util.internal.logging.MessageFormatter
 
shortBE(ByteBuf, int) - Static method in class io.netty.handler.ssl.SslUtils
 
shortBE(ByteBuffer, int) - Static method in class io.netty.handler.ssl.SslUtils
 
shortCircuit - Variable in class io.netty.handler.codec.http.cors.CorsConfig
 
shortCircuit - Variable in class io.netty.handler.codec.http.cors.CorsConfigBuilder
 
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.
ShortCollections() - Constructor for class io.netty.util.collection.ShortCollections
 
ShortCollections.EmptyMap - Class in io.netty.util.collection
An empty map.
ShortCollections.UnmodifiableMap<V> - Class in io.netty.util.collection
An unmodifiable wrapper around a ShortObjectMap.
ShortCollections.UnmodifiableMap.EntryImpl - Class in io.netty.util.collection
Unmodifiable wrapper for an entry.
ShortCollections.UnmodifiableMap.IteratorImpl - Class in io.netty.util.collection
Unmodifiable wrapper for an iterator.
shortCommitHash - Variable in class io.netty.util.Version
 
shortCommitHash() - Method in class io.netty.util.Version
 
shortCurcuit() - Method in class io.netty.handler.codec.http.cors.CorsConfig.Builder
Deprecated.
ShortObjectHashMap<V> - Class in io.netty.util.collection
A hash map implementation of ShortObjectMap that 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
 
ShortObjectHashMap.EntrySet - Class in io.netty.util.collection
Set implementation for iterating over the entries of the map.
ShortObjectHashMap.KeySet - Class in io.netty.util.collection
Set implementation for iterating over the keys.
ShortObjectHashMap.MapEntry - Class in io.netty.util.collection
A single entry in the map.
ShortObjectHashMap.MapIterator - Class in io.netty.util.collection
Iterator used by the Map interface.
ShortObjectHashMap.PrimitiveIterator - Class in io.netty.util.collection
Iterator over primitive entries.
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()
shortToBytes(short) - Static method in class io.netty.handler.codec.redis.RedisCodecUtil
Returns a byte[] of short value.
shortValue - Variable in class io.netty.channel.DefaultChannelId
 
shouldAddSuppressed(Throwable, int) - Static method in class io.netty.handler.ssl.ReferenceCountedOpenSslEngine
 
shouldBeSingleUse() - Method in class io.netty.handler.ssl.OpenSslSessionCache.NativeSslSession
 
shouldBreakEpollInReady(ChannelConfig) - Method in class io.netty.channel.epoll.AbstractEpollChannel
 
shouldBreakReadReady(ChannelConfig) - Method in class io.netty.channel.kqueue.AbstractKQueueChannel
 
shouldBreakReadReady(ChannelConfig) - Method in class io.netty.channel.nio.AbstractNioByteChannel
 
shouldConsume - Variable in class io.netty.handler.flow.FlowControlHandler
 
shouldEscape(StompCommand) - Static method in class io.netty.handler.codec.stomp.StompSubframeEncoder
 
shouldHandleUpgradeRequest(HttpRequest) - Method in class io.netty.handler.codec.http.HttpServerUpgradeHandler
Determines whether the specified upgrade HttpRequest should be handled by this handler or not.
shouldIgnoreHeadersOrDataFrame(ChannelHandlerContext, int, Http2Stream, String) - Method in class io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder.FrameReadListener
Helper method to determine if a frame that has the semantics of headers or data should be ignored for the stream (which may be null) associated with streamId.
shouldKeepAlive() - Method in class io.netty.handler.codec.http.HttpServerKeepAliveHandler
 
shouldReplaceAll(E) - Method in class io.netty.resolver.dns.Cache
Returns true if this entry should replace all other entries that are already cached for the hostname.
shouldShadedLibraryIdBePatched(String) - Static method in class io.netty.util.internal.NativeLibraryLoader
 
shouldUnescape - Variable in class io.netty.handler.codec.stomp.StompSubframeDecoder.HeaderParser
 
shouldUnescape(StompCommand) - Static method in class io.netty.handler.codec.stomp.StompSubframeDecoder.HeaderParser
 
shouldUseIpv6(InternetProtocolFamily) - Static method in class io.netty.channel.unix.Socket
 
shuffle() - Method in class io.netty.resolver.dns.ShuffledDnsServerAddressStream
 
shuffled(Iterable<? extends InetSocketAddress>) - Static method in class io.netty.resolver.dns.DnsServerAddresses
Returns the DnsServerAddresses that yields the specified address in a shuffled order.
shuffled(InetSocketAddress...) - Static method in class io.netty.resolver.dns.DnsServerAddresses
Returns the DnsServerAddresses that yields the specified addresses in a shuffled order.
shuffled0(List<InetSocketAddress>) - Static method in class io.netty.resolver.dns.DnsServerAddresses
 
ShuffledDnsServerAddressStream - Class in io.netty.resolver.dns
 
ShuffledDnsServerAddressStream(List<InetSocketAddress>) - Constructor for class io.netty.resolver.dns.ShuffledDnsServerAddressStream
Create a new instance.
ShuffledDnsServerAddressStream(List<InetSocketAddress>, int) - Constructor for class io.netty.resolver.dns.ShuffledDnsServerAddressStream
 
shutdown() - Method in class io.netty.channel.embedded.EmbeddedEventLoop
Deprecated.
shutdown() - Method in class io.netty.channel.epoll.AbstractEpollStreamChannel
 
shutdown() - Method in class io.netty.channel.kqueue.AbstractKQueueStreamChannel
 
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.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 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
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.NonStickyOrderedEventExecutor
 
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
 
shutdown(boolean, boolean) - Method in class io.netty.channel.unix.Socket
 
shutdown(int, boolean, boolean) - Static method in class io.netty.channel.unix.Socket
 
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.NioSocketChannel
 
shutdown(ChannelPromise) - Method in class io.netty.channel.socket.oio.OioSocketChannel
Deprecated.
 
shutdownDone(ChannelFuture, ChannelFuture, ChannelPromise) - Static method in class io.netty.channel.epoll.AbstractEpollStreamChannel
 
shutdownDone(ChannelFuture, ChannelFuture, ChannelPromise) - Static method in class io.netty.channel.kqueue.AbstractKQueueStreamChannel
 
shutdownDone(ChannelFuture, ChannelFuture, ChannelPromise) - Static method in class io.netty.channel.socket.nio.NioSocketChannel
 
shutdownDone(ChannelFuture, ChannelFuture, ChannelPromise) - Static method in class io.netty.channel.socket.oio.OioSocketChannel
Deprecated.
 
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
 
shutdownGracefully(long, long, TimeUnit) - Method in class io.netty.channel.embedded.EmbeddedEventLoop
 
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.NonStickyOrderedEventExecutor
 
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
 
shutdownHint - Variable in exception io.netty.handler.codec.http2.Http2Exception
 
shutdownHint() - Method in exception io.netty.handler.codec.http2.Http2Exception
Provide a hint as to what type of shutdown should be executed.
ShutdownHint() - Constructor for enum io.netty.handler.codec.http2.Http2Exception.ShutdownHint
 
shutdownHook - Variable in class io.netty.channel.local.LocalChannel
 
shutdownHook - Variable in class io.netty.channel.local.LocalServerChannel
 
shutdownHooks - Variable in class io.netty.util.concurrent.SingleThreadEventExecutor
 
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 interface io.netty.channel.socket.DuplexChannel
 
shutdownInput() - Method in class io.netty.channel.socket.nio.NioSocketChannel
 
shutdownInput() - Method in class io.netty.channel.socket.oio.OioSocketChannel
Deprecated.
 
shutdownInput(boolean) - Method in class io.netty.channel.epoll.AbstractEpollChannel.AbstractEpollUnsafe
Shutdown the input side of the channel.
shutdownInput(boolean) - Method in class io.netty.channel.kqueue.AbstractKQueueChannel.AbstractKQueueUnsafe
Shutdown the input side of the channel.
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.NioSocketChannel
 
shutdownInput(ChannelPromise) - Method in class io.netty.channel.socket.oio.OioSocketChannel
Deprecated.
 
shutdownInput0() - Method in class io.netty.channel.socket.nio.NioSocketChannel
 
shutdownInput0(ChannelPromise) - Method in class io.netty.channel.epoll.AbstractEpollStreamChannel
 
shutdownInput0(ChannelPromise) - Method in class io.netty.channel.kqueue.AbstractKQueueStreamChannel
 
shutdownInput0(ChannelPromise) - Method in class io.netty.channel.socket.nio.NioSocketChannel
 
shutdownInput0(ChannelPromise) - Method in class io.netty.channel.socket.oio.OioSocketChannel
Deprecated.
 
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
shutdownNow() - Method in class io.netty.util.concurrent.NonStickyEventExecutorGroup
 
shutdownNow() - Method in class io.netty.util.concurrent.UnorderedThreadPoolEventExecutor
 
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.NioSocketChannel
 
shutdownOutput() - Method in class io.netty.channel.socket.oio.OioSocketChannel
Deprecated.
 
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.NioSocketChannel
 
shutdownOutput(ChannelPromise) - Method in class io.netty.channel.socket.oio.OioSocketChannel
Deprecated.
 
shutdownOutput(ChannelPromise, Throwable) - Method in class io.netty.channel.AbstractChannel.AbstractUnsafe
Shutdown the output portion of the corresponding Channel.
shutdownOutput0() - Method in class io.netty.channel.socket.oio.OioSocketChannel
Deprecated.
 
shutdownOutput0(ChannelPromise) - Method in class io.netty.channel.socket.oio.OioSocketChannel
Deprecated.
 
shutdownOutputDone(ChannelFuture, ChannelPromise) - Method in class io.netty.channel.epoll.AbstractEpollStreamChannel
 
shutdownOutputDone(ChannelFuture, ChannelPromise) - Method in class io.netty.channel.kqueue.AbstractKQueueStreamChannel
 
shutdownOutputDone(ChannelFuture, ChannelPromise) - Method in class io.netty.channel.socket.nio.NioSocketChannel
 
shutdownOutputDone(ChannelFuture, ChannelPromise) - Method in class io.netty.channel.socket.oio.OioSocketChannel
Deprecated.
 
shutdownWithError(String, int) - Method in class io.netty.handler.ssl.ReferenceCountedOpenSslEngine
Log the error, shutdown the engine and throw an exception.
shutdownWithError(String, int, int) - Method in class io.netty.handler.ssl.ReferenceCountedOpenSslEngine
 
shuttingDown - Variable in class io.netty.channel.ThreadPerChannelEventLoopGroup
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(long, int, byte[]) - Method in class io.netty.handler.ssl.ReferenceCountedOpenSslContext.PrivateKeyMethod
 
sign(long, int, byte[], ResultCallback<byte[]>) - Method in class io.netty.handler.ssl.ReferenceCountedOpenSslContext.AsyncPrivateKeyMethod
 
sign(SSLEngine, int, byte[]) - Method in interface io.netty.handler.ssl.OpenSslAsyncPrivateKeyMethod
Signs the input with the given key and notifies the returned Future with the signed bytes.
sign(SSLEngine, int, byte[]) - Method in interface io.netty.handler.ssl.OpenSslPrivateKeyMethod
Signs the input with the given key and returns the signed bytes.
Signal - Error in io.netty.util
A special Error which is used to signal some state or request by throwing it.
Signal(int, String) - Constructor for error io.netty.util.Signal
Creates a new Signal with the specified name.
SIGNAL_SUCCESS - Static variable in class io.netty.handler.codec.DecoderResult
 
SIGNAL_UNFINISHED - Static variable in class io.netty.handler.codec.DecoderResult
 
Signal.SignalConstant - Class in io.netty.util
 
SignalConstant(int, String) - Constructor for class io.netty.util.Signal.SignalConstant
 
SignatureAlgorithmConverter - Class in io.netty.handler.ssl
Converts OpenSSL signature Algorithm names to Java signature Algorithm names.
SignatureAlgorithmConverter() - Constructor for class io.netty.handler.ssl.SignatureAlgorithmConverter
 
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
ChannelInboundHandlerAdapter which allows to explicit only handle a specific type of messages.
SimpleChannelInboundHandler() - Constructor for class io.netty.channel.SimpleChannelInboundHandler
see SimpleChannelInboundHandler(boolean) with true as 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) with true as 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 ChannelPool implementation which will create new Channels if someone tries to acquire a Channel but 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.
SimpleChannelPool.ChannelPoolFullException - Exception in io.netty.channel.pool
 
SimpleChannelPromiseAggregator(ChannelPromise, Channel, EventExecutor) - Constructor for class io.netty.handler.codec.http2.Http2CodecUtil.SimpleChannelPromiseAggregator
 
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
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.
SimpleKeyManagerFactory.SimpleKeyManagerFactorySpi - Class in io.netty.handler.ssl.util
 
SimpleKeyManagerFactorySpi() - Constructor for class io.netty.handler.ssl.util.SimpleKeyManagerFactory.SimpleKeyManagerFactorySpi
 
SimpleLeakAwareByteBuf - Class in io.netty.buffer
 
SimpleLeakAwareByteBuf(ByteBuf, ByteBuf, ResourceLeakTracker<ByteBuf>) - Constructor for class io.netty.buffer.SimpleLeakAwareByteBuf
 
SimpleLeakAwareByteBuf(ByteBuf, ResourceLeakTracker<ByteBuf>) - Constructor for class io.netty.buffer.SimpleLeakAwareByteBuf
 
SimpleLeakAwareCompositeByteBuf - Class in io.netty.buffer
 
SimpleLeakAwareCompositeByteBuf(CompositeByteBuf, ResourceLeakTracker<ByteBuf>) - Constructor for class io.netty.buffer.SimpleLeakAwareCompositeByteBuf
 
SimpleNameResolver<T> - Class in io.netty.resolver
A skeletal NameResolver implementation.
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 SimpleStringRedisMessage for the given content.
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.
SimpleTrustManagerFactory.SimpleTrustManagerFactorySpi - Class in io.netty.handler.ssl.util
 
SimpleTrustManagerFactorySpi() - Constructor for class io.netty.handler.ssl.util.SimpleTrustManagerFactory.SimpleTrustManagerFactorySpi
 
SimpleUserEventChannelHandler<I> - Class in io.netty.channel
ChannelInboundHandlerAdapter which allows to conveniently only handle a specific type of user events.
SimpleUserEventChannelHandler() - Constructor for class io.netty.channel.SimpleUserEventChannelHandler
see SimpleUserEventChannelHandler(boolean) with true as 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) with true as 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
 
singleBuffer - Variable in class io.netty.handler.ssl.SslHandler
Used if SSLEngine.wrap(ByteBuffer[], ByteBuffer) and SSLEngine.unwrap(ByteBuffer, ByteBuffer[]) should be called with a ByteBuf that is only backed by one ByteBuffer to reduce the object creation.
singleDecode - Variable in class io.netty.handler.codec.ByteToMessageDecoder
 
singleDstBuffer - Variable in class io.netty.handler.ssl.ReferenceCountedOpenSslEngine
 
singleDstBuffer(ByteBuffer) - Method in class io.netty.handler.ssl.ReferenceCountedOpenSslEngine
 
singleSrcBuffer - Variable in class io.netty.handler.ssl.ReferenceCountedOpenSslEngine
 
singleSrcBuffer(ByteBuffer) - Method in class io.netty.handler.ssl.ReferenceCountedOpenSslEngine
 
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, 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, int, RejectedExecutionHandler) - Constructor for class io.netty.util.concurrent.SingleThreadEventExecutor
Create a new instance
SingleThreadEventExecutor.DefaultThreadProperties - Class in io.netty.util.concurrent
 
SingleThreadEventExecutor.NonWakeupRunnable - Interface in io.netty.util.concurrent
Deprecated.
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, 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, int, RejectedExecutionHandler) - Constructor for class io.netty.channel.SingleThreadEventLoop
 
SingleThreadEventLoop.ChannelsReadOnlyIterator<T extends Channel> - Class in io.netty.channel
 
singleton(InetSocketAddress) - Static method in class io.netty.resolver.dns.DnsServerAddresses
Returns the DnsServerAddresses that yields only a single address.
SingletonDnsServerAddresses - Class in io.netty.resolver.dns
 
SingletonDnsServerAddresses(InetSocketAddress) - Constructor for class io.netty.resolver.dns.SingletonDnsServerAddresses
 
SingletonDnsServerAddressStreamProvider - Class in io.netty.resolver.dns
A DnsServerAddressStreamProvider which always uses a single DNS server for resolution.
SingletonDnsServerAddressStreamProvider(InetSocketAddress) - Constructor for class io.netty.resolver.dns.SingletonDnsServerAddressStreamProvider
Create a new instance.
sink(int) - Method in class io.netty.buffer.IntPriorityQueue
 
size - Variable in class io.netty.buffer.CompositeByteBuf.CompositeByteBufIterator
 
size - Variable in class io.netty.buffer.IntPriorityQueue
 
size - Variable in class io.netty.buffer.PoolThreadCache.MemoryRegionCache
 
size - Variable in class io.netty.channel.AbstractChannelHandlerContext.WriteTask
 
size - Variable in class io.netty.channel.kqueue.KQueueEventArray
 
size - Variable in class io.netty.channel.kqueue.NativeLongArray
 
size - Variable in class io.netty.channel.nio.SelectedSelectionKeySet
 
size - Variable in class io.netty.channel.PendingWriteQueue.PendingWrite
 
size - Variable in class io.netty.channel.PendingWriteQueue
 
size - Variable in class io.netty.channel.unix.IovArray
 
size - Variable in class io.netty.handler.codec.CodecOutputList
 
size - Variable in class io.netty.handler.codec.DefaultHeaders
 
size - Variable in class io.netty.handler.codec.http.HttpObjectDecoder.HeaderParser
 
size - Variable in class io.netty.handler.codec.http.multipart.AbstractHttpData
 
size - Variable in class io.netty.handler.codec.http.multipart.InternalAttribute
 
size - Variable in class io.netty.handler.codec.http2.HpackDynamicTable
 
size - Variable in class io.netty.handler.codec.http2.HpackEncoder
 
size - Variable in class io.netty.handler.traffic.GlobalChannelTrafficShapingHandler.ToSend
 
size - Variable in class io.netty.handler.traffic.GlobalTrafficShapingHandler.ToSend
 
size - Variable in class io.netty.util.collection.ByteObjectHashMap
 
size - Variable in class io.netty.util.collection.CharObjectHashMap
 
size - Variable in class io.netty.util.collection.IntObjectHashMap
 
size - Variable in class io.netty.util.collection.LongObjectHashMap
 
size - Variable in class io.netty.util.collection.ShortObjectHashMap
 
size - Variable in class io.netty.util.concurrent.DefaultFutureListeners
 
size - Variable in class io.netty.util.internal.DefaultPriorityQueue
 
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.kqueue.KQueueEventArray
 
size() - Method in class io.netty.channel.kqueue.NativeLongArray
 
size() - Method in class io.netty.channel.nio.SelectedSelectionKeySet
 
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 this AbstractChannelPoolMap.
size() - Method in class io.netty.channel.unix.IovArray
Returns the size in bytes
size() - Method in class io.netty.handler.codec.CodecOutputList
 
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.HeadersUtils.DelegatingNameSet
 
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.multipart.InternalAttribute
 
size() - Method in class io.netty.handler.codec.http.ReadOnlyHttpHeaders
 
size() - Method in class io.netty.handler.codec.http2.DefaultHttp2Connection.ActiveStreams
 
size() - Method in class io.netty.handler.codec.http2.DefaultHttp2Connection.PropertyKeyRegistry
 
size() - Method in class io.netty.handler.codec.http2.DefaultHttp2ConnectionEncoder.FlowControlledData
 
size() - Method in class io.netty.handler.codec.http2.DefaultHttp2ConnectionEncoder.FlowControlledHeaders
 
size() - Method in class io.netty.handler.codec.http2.HpackDecoder
Return the size of the dynamic table.
size() - Method in class io.netty.handler.codec.http2.HpackDynamicTable
Return the current size of the dynamic table.
size() - Method in class io.netty.handler.codec.http2.HpackEncoder
Return the size of the dynamic table.
size() - Method in class io.netty.handler.codec.http2.HpackHeaderField
 
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.MaxCapacityQueue
 
size() - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
 
size() - Method in class io.netty.handler.codec.serialization.ObjectEncoderOutputStream
Deprecated.
 
size() - Method in class io.netty.handler.codec.serialization.ReferenceMap
 
size() - Method in class io.netty.resolver.dns.Cache
Return the number of hostnames for which we have cached something.
size() - Method in class io.netty.resolver.dns.DefaultDnsCache.DnsCacheEntryList
 
size() - Method in class io.netty.resolver.dns.DnsResolveContext.CombinedDnsServerAddressStream
 
size() - Method in class io.netty.resolver.dns.DnsResolveContext.DnsAddressStreamList
 
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.resolver.dns.SequentialDnsServerAddressStream
 
size() - Method in class io.netty.resolver.dns.ShuffledDnsServerAddressStream
 
size() - Method in class io.netty.util.collection.ByteCollections.EmptyMap
 
size() - Method in class io.netty.util.collection.ByteCollections.UnmodifiableMap
 
size() - Method in class io.netty.util.collection.ByteObjectHashMap.EntrySet
 
size() - Method in class io.netty.util.collection.ByteObjectHashMap.KeySet
 
size() - Method in class io.netty.util.collection.ByteObjectHashMap
 
size() - Method in class io.netty.util.collection.CharCollections.EmptyMap
 
size() - Method in class io.netty.util.collection.CharCollections.UnmodifiableMap
 
size() - Method in class io.netty.util.collection.CharObjectHashMap.EntrySet
 
size() - Method in class io.netty.util.collection.CharObjectHashMap.KeySet
 
size() - Method in class io.netty.util.collection.CharObjectHashMap
 
size() - Method in class io.netty.util.collection.IntCollections.EmptyMap
 
size() - Method in class io.netty.util.collection.IntCollections.UnmodifiableMap
 
size() - Method in class io.netty.util.collection.IntObjectHashMap.EntrySet
 
size() - Method in class io.netty.util.collection.IntObjectHashMap.KeySet
 
size() - Method in class io.netty.util.collection.IntObjectHashMap
 
size() - Method in class io.netty.util.collection.LongCollections.EmptyMap
 
size() - Method in class io.netty.util.collection.LongCollections.UnmodifiableMap
 
size() - Method in class io.netty.util.collection.LongObjectHashMap.EntrySet
 
size() - Method in class io.netty.util.collection.LongObjectHashMap.KeySet
 
size() - Method in class io.netty.util.collection.LongObjectHashMap
 
size() - Method in class io.netty.util.collection.ShortCollections.EmptyMap
 
size() - Method in class io.netty.util.collection.ShortCollections.UnmodifiableMap
 
size() - Method in class io.netty.util.collection.ShortObjectHashMap.EntrySet
 
size() - Method in class io.netty.util.collection.ShortObjectHashMap.KeySet
 
size() - Method in class io.netty.util.collection.ShortObjectHashMap
 
size() - Method in class io.netty.util.concurrent.DefaultFutureListeners
 
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.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() - Method in class io.netty.util.Recycler.BlockingMessageQueue
 
size(Object) - Method in class io.netty.channel.DefaultMessageSizeEstimator.HandleImpl
 
size(Object) - Method in interface io.netty.channel.MessageSizeEstimator.Handle
Calculate the size of the given message.
size(Object) - Method in class io.netty.channel.PendingBytesTracker
 
size(Object) - Method in class io.netty.channel.PendingWriteQueue
 
SIZE_BIT_LENGTH - Static variable in class io.netty.buffer.PoolChunk
 
SIZE_CACHED_INTEGER_NUMBER - Static variable in class io.netty.handler.codec.redis.FixedRedisMessagePool
 
SIZE_SHIFT - Static variable in class io.netty.buffer.PoolChunk
 
SIZE_TABLE - Static variable in class io.netty.channel.AdaptiveRecvByteBufAllocator
 
size2idxTab - Variable in class io.netty.buffer.SizeClasses
 
size2SizeIdx(int) - Method in class io.netty.buffer.SizeClasses
 
size2SizeIdx(int) - Method in interface io.netty.buffer.SizeClassesMetric
Normalizes request size up to the nearest size class.
sizeClass - Variable in class io.netty.buffer.PoolThreadCache.MemoryRegionCache
 
sizeClass(long) - Static method in class io.netty.buffer.PoolArena
 
SizeClass() - Constructor for enum io.netty.buffer.PoolArena.SizeClass
 
SizeClasses - Class in io.netty.buffer
SizeClasses requires pageShifts to be defined prior to inclusion, and it in turn defines:
SizeClasses(int, int, int, int) - Constructor for class io.netty.buffer.SizeClasses
 
SizeClassesMetric - Interface in io.netty.buffer
Expose metrics for an SizeClasses.
sizeIdx2size(int) - Method in class io.netty.buffer.SizeClasses
 
sizeIdx2size(int) - Method in interface io.netty.buffer.SizeClassesMetric
Computes size from lookup table according to sizeIdx.
sizeIdx2sizeCompute(int) - Method in class io.netty.buffer.SizeClasses
 
sizeIdx2sizeCompute(int) - Method in interface io.netty.buffer.SizeClassesMetric
Computes size according to sizeIdx.
sizeIdx2sizeTab - Variable in class io.netty.buffer.SizeClasses
 
sizeOf(short[], int) - Static method in class io.netty.buffer.SizeClasses
 
sizeOf(CharSequence, CharSequence) - Static method in class io.netty.handler.codec.http2.HpackHeaderField
 
SIZEOF_JLONG - Static variable in class io.netty.channel.unix.Limits
 
sizeofEpollEvent() - Static method in class io.netty.channel.epoll.Native
 
sizeOfjlong() - Static method in class io.netty.channel.unix.LimitsStaticallyReferencedJniMethods
 
sizeofKEvent() - Static method in class io.netty.channel.kqueue.Native
 
skip(long) - Method in class io.netty.buffer.ByteBufInputStream
 
skip(long) - Method in class io.netty.handler.codec.serialization.ObjectDecoderInputStream
Deprecated.
 
SKIP_COMMENT - io.netty.handler.codec.compression.JdkZlibDecoder.GzipState
 
SKIP_CONTROL_CHARACTERS - io.netty.handler.codec.stomp.StompSubframeDecoder.State
 
SKIP_CONTROL_CHARS - io.netty.handler.codec.http.HttpObjectDecoder.State
 
SKIP_CONTROL_CHARS_BYTES - Static variable in class io.netty.handler.codec.http.HttpObjectDecoder
 
SKIP_FNAME - io.netty.handler.codec.compression.JdkZlibDecoder.GzipState
 
SKIP_NAME - io.netty.handler.codec.spdy.SpdyHeaderBlockRawDecoder.State
 
SKIP_VALUE - io.netty.handler.codec.spdy.SpdyHeaderBlockRawDecoder.State
 
skipBytes(int) - Method in class io.netty.buffer.AbstractByteBuf
 
skipBytes(int) - Method in class io.netty.buffer.AdvancedLeakAwareByteBuf
 
skipBytes(int) - Method in class io.netty.buffer.AdvancedLeakAwareCompositeByteBuf
 
skipBytes(int) - Method in class io.netty.buffer.ByteBuf
Increases the current readerIndex by the specified length in 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.buffer.WrappedCompositeByteBuf
 
skipBytes(int) - Method in class io.netty.handler.codec.ReplayingDecoderByteBuf
 
skipBytes(int) - Method in class io.netty.handler.codec.serialization.ObjectDecoderInputStream
Deprecated.
 
skipContext(AbstractChannelHandlerContext, EventExecutor, int, int) - Static method in class io.netty.channel.AbstractChannelHandlerContext
 
skipControlCharacters(ByteBuf) - Static method in class io.netty.handler.codec.http.multipart.HttpPostMultipartRequestDecoder
Skip control Characters
skipControlCharacters(ByteBuf) - Static method in class io.netty.handler.codec.stomp.StompSubframeDecoder
 
skipControlCharactersStandard(ByteBuf) - Static method in class io.netty.handler.codec.http.multipart.HttpPostMultipartRequestDecoder
 
skipControlChars(ByteBuf, int, int) - Method in class io.netty.handler.codec.http.HttpObjectDecoder.LineParser
 
skipIfNeeded(ByteBuf, int) - Method in class io.netty.handler.codec.compression.JdkZlibDecoder
Skip bytes in the input if needed until we find the end marker 0x00.
skipNullCharacter(ByteBuf) - Static method in class io.netty.handler.codec.stomp.StompSubframeDecoder
 
skipOneLine() - Method in class io.netty.handler.codec.http.multipart.HttpPostMultipartRequestDecoder
Skip one empty line
skipWhiteSpaces(byte[], int, int) - Static method in class io.netty.handler.codec.http.HttpObjectDecoder
It skips any whitespace char and return the number of skipped bytes.
SLASH - Static variable in class io.netty.handler.codec.http.HttpRequestEncoder
 
SLASH_AND_SPACE_SHORT - Static variable in class io.netty.handler.codec.http.HttpRequestEncoder
 
Slf4JLogger - Class in io.netty.util.internal.logging
SLF4J logger.
Slf4JLogger(Logger) - Constructor for class io.netty.util.internal.logging.Slf4JLogger
 
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.
Slf4JLoggerFactory(boolean) - Constructor for class io.netty.util.internal.logging.Slf4JLoggerFactory
 
Slf4JLoggerFactory.NopInstanceHolder - Class in io.netty.util.internal.logging
 
slice - Variable in class io.netty.buffer.CompositeByteBuf.Component
 
slice() - Method in class io.netty.buffer.AbstractByteBuf
 
slice() - Method in class io.netty.buffer.AdvancedLeakAwareByteBuf
 
slice() - Method in class io.netty.buffer.AdvancedLeakAwareCompositeByteBuf
 
slice() - Method in class io.netty.buffer.ByteBuf
Returns a slice of this buffer's readable bytes.
slice() - Method in class io.netty.buffer.CompositeByteBuf.Component
 
slice() - Method in class io.netty.buffer.EmptyByteBuf
 
slice() - Method in class io.netty.buffer.SimpleLeakAwareByteBuf
 
slice() - Method in class io.netty.buffer.SimpleLeakAwareCompositeByteBuf
 
slice() - Method in class io.netty.buffer.SwappedByteBuf
Deprecated.
 
slice() - Method in class io.netty.buffer.UnreleasableByteBuf
 
slice() - Method in class io.netty.buffer.WrappedByteBuf
 
slice() - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
slice() - Method in class io.netty.handler.codec.ReplayingDecoderByteBuf
 
slice(int, int) - Method in class io.netty.buffer.AbstractByteBuf
 
slice(int, int) - Method in class io.netty.buffer.AbstractPooledDerivedByteBuf.PooledNonRetainedDuplicateByteBuf
 
slice(int, int) - Method in class io.netty.buffer.AbstractPooledDerivedByteBuf.PooledNonRetainedSlicedByteBuf
 
slice(int, int) - Method in class io.netty.buffer.AbstractPooledDerivedByteBuf
 
slice(int, int) - Method in class io.netty.buffer.AbstractUnpooledSlicedByteBuf
 
slice(int, int) - Method in class io.netty.buffer.AdvancedLeakAwareByteBuf
 
slice(int, int) - Method in class io.netty.buffer.AdvancedLeakAwareCompositeByteBuf
 
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.PooledSlicedByteBuf
 
slice(int, int) - Method in class io.netty.buffer.ReadOnlyByteBuf
Deprecated.
 
slice(int, int) - Method in class io.netty.buffer.SimpleLeakAwareByteBuf
 
slice(int, int) - Method in class io.netty.buffer.SimpleLeakAwareCompositeByteBuf
 
slice(int, int) - Method in class io.netty.buffer.SwappedByteBuf
Deprecated.
 
slice(int, int) - Method in class io.netty.buffer.UnreleasableByteBuf
 
slice(int, int) - Method in class io.netty.buffer.WrappedByteBuf
 
slice(int, int) - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
slice(int, int) - Method in class io.netty.handler.codec.ReplayingDecoderByteBuf
 
SlicedByteBuf - Class in io.netty.buffer
Deprecated.
Do not use.
SlicedByteBuf(ByteBuf, int, int) - Constructor for class io.netty.buffer.SlicedByteBuf
Deprecated.
 
SlowByteBufChecksum(Checksum) - Constructor for class io.netty.handler.codec.compression.ByteBufChecksum.SlowByteBufChecksum
 
slowDownFactor - Variable in class io.netty.handler.traffic.GlobalChannelTrafficShapingHandler
 
slowDownFactor() - Method in class io.netty.handler.traffic.GlobalChannelTrafficShapingHandler
 
slowGet() - Static method in class io.netty.util.internal.InternalThreadLocalMap
 
slowThreadLocalMap - Static variable in class io.netty.util.internal.InternalThreadLocalMap
 
Small - io.netty.buffer.PoolArena.SizeClass
 
smallCacheSize - Variable in class io.netty.buffer.PooledByteBufAllocator
 
smallCacheSize() - Method in class io.netty.buffer.PooledByteBufAllocator
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_STREAMS as recommended by the HTTP/2 spec.
smallMaxSizeIdx - Variable in class io.netty.buffer.SizeClasses
 
smallSubPageDirectCaches - Variable in class io.netty.buffer.PoolThreadCache
 
smallSubPageHeapCaches - Variable in class io.netty.buffer.PoolThreadCache
 
smallSubpagePools - Variable in class io.netty.buffer.PoolArena
 
smallSubpages() - Method in class io.netty.buffer.PoolArena
 
smallSubpages() - Method in interface io.netty.buffer.PoolArenaMetric
Returns an unmodifiable List which holds PoolSubpageMetrics for small sub-pages.
SmtpCommand - Class in io.netty.handler.codec.smtp
The command part of a SmtpRequest.
SmtpCommand(AsciiString) - Constructor for class io.netty.handler.codec.smtp.SmtpCommand
 
SmtpContent - Interface in io.netty.handler.codec.smtp
Content that is sent after the DATA request.
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.
SmtpRequests() - Constructor for class io.netty.handler.codec.smtp.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.
SmtpUtils - Class in io.netty.handler.codec.smtp
 
SmtpUtils() - Constructor for class io.netty.handler.codec.smtp.SmtpUtils
 
snappy - Variable in class io.netty.handler.codec.compression.SnappyFrameDecoder
 
snappy - Variable in class io.netty.handler.codec.compression.SnappyFrameEncoder
 
Snappy - Class in io.netty.handler.codec.compression
Uncompresses an input ByteBuf encoded with Snappy compression into an output ByteBuf.
Snappy() - Constructor for class io.netty.handler.codec.compression.Snappy
 
SNAPPY - Static variable in class io.netty.handler.codec.http.HttpHeaderValues
"snappy"
SNAPPY_IDENTIFIER_LEN - Static variable in class io.netty.handler.codec.compression.SnappyFrameDecoder
 
Snappy.State - Enum in io.netty.handler.codec.compression
 
SnappyFramedDecoder - Class in io.netty.handler.codec.compression
Deprecated.
Use SnappyFrameDecoder instead.
SnappyFramedDecoder() - Constructor for class io.netty.handler.codec.compression.SnappyFramedDecoder
Deprecated.
 
SnappyFrameDecoder - Class in io.netty.handler.codec.compression
Uncompresses a ByteBuf encoded 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.
SnappyFrameDecoder.ChunkType - Enum in io.netty.handler.codec.compression
 
SnappyFramedEncoder - Class in io.netty.handler.codec.compression
Deprecated.
Use SnappyFrameEncoder instead.
SnappyFramedEncoder() - Constructor for class io.netty.handler.codec.compression.SnappyFramedEncoder
Deprecated.
 
SnappyFrameEncoder - Class in io.netty.handler.codec.compression
Compresses a ByteBuf using the Snappy framing format.
SnappyFrameEncoder() - Constructor for class io.netty.handler.codec.compression.SnappyFrameEncoder
 
SnappyOptions - Class in io.netty.handler.codec.compression
SnappyOptions holds config for Snappy compression.
SnappyOptions() - Constructor for class io.netty.handler.codec.compression.SnappyOptions
 
sndCwnd() - Method in class io.netty.channel.epoll.EpollTcpInfo
 
sndMss() - Method in class io.netty.channel.epoll.EpollTcpInfo
 
sndSsthresh() - Method in class io.netty.channel.epoll.EpollTcpInfo
 
sndWscale() - Method in class io.netty.channel.epoll.EpollTcpInfo
 
SniCompletionEvent - Class in io.netty.handler.ssl
Event that is fired once we did a selection of a SslContext based on the SNI 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 SslContext maintained by AsyncMapping
SniHandler(AsyncMapping<? super String, ? extends SslContext>, int, long) - Constructor for class io.netty.handler.ssl.SniHandler
Creates a SNI detection handler with configured SslContext maintained by AsyncMapping
SniHandler(AsyncMapping<? super String, ? extends SslContext>, long) - Constructor for class io.netty.handler.ssl.SniHandler
Creates a SNI detection handler with configured SslContext maintained by AsyncMapping
SniHandler(DomainNameMapping<? extends SslContext>) - Constructor for class io.netty.handler.ssl.SniHandler
Creates a SNI detection handler with configured SslContext maintained by DomainNameMapping
SniHandler(Mapping<? super String, ? extends SslContext>) - Constructor for class io.netty.handler.ssl.SniHandler
Creates a SNI detection handler with configured SslContext maintained by Mapping
SniHandler(Mapping<? super String, ? extends SslContext>, int, long) - Constructor for class io.netty.handler.ssl.SniHandler
Creates a SNI detection handler with configured SslContext maintained by Mapping
SniHandler(Mapping<? super String, ? extends SslContext>, long) - Constructor for class io.netty.handler.ssl.SniHandler
Creates a SNI detection handler with configured SslContext maintained by Mapping
SniHandler.AsyncMappingAdapter - Class in io.netty.handler.ssl
 
SniHandler.Selection - Class in io.netty.handler.ssl
 
sniHostNames - Variable in class io.netty.handler.ssl.ReferenceCountedOpenSslEngine
 
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 - Variable in class io.netty.channel.epoll.AbstractEpollChannel
 
socket - Variable in class io.netty.channel.kqueue.AbstractKQueueChannel
 
socket - Variable in class io.netty.channel.socket.oio.OioDatagramChannel
Deprecated.
 
socket - Variable in class io.netty.channel.socket.oio.OioServerSocketChannel
Deprecated.
 
socket - Variable in class io.netty.channel.socket.oio.OioSocketChannel
Deprecated.
 
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
 
socketBootstrap - Variable in class io.netty.resolver.dns.DnsNameResolver
 
socketChannel - Variable in class io.netty.handler.ssl.ocsp.IoTransport
 
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
socketChannelFactory - Variable in class io.netty.resolver.dns.DnsNameResolverBuilder
 
socketChannelFactory(ChannelFactory<? extends SocketChannel>) - Method in class io.netty.resolver.dns.DnsNameResolverBuilder
Sets the ChannelFactory that will create a SocketChannel for TCP fallback if needed.
socketChannelType(Class<? extends SocketChannel>) - Method in class io.netty.resolver.dns.DnsNameResolverBuilder
Sets the ChannelFactory as a ReflectiveChannelFactory of this type for TCP fallback if needed.
socketPath - Variable in class io.netty.channel.unix.DomainSocketAddress
 
SocketUtils - Class in io.netty.util.internal
Provides socket operations with privileges enabled.
SocketUtils() - Constructor for class io.netty.util.internal.SocketUtils
 
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 Socks4CommandResponse from the inbound ByteBufs.
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 Socks4CommandRequest into a ByteBuf.
Socks4ClientEncoder() - Constructor for class io.netty.handler.codec.socksx.v4.Socks4ClientEncoder
 
Socks4CommandRequest - Interface in io.netty.handler.codec.socksx.v4
A SOCKS4a CONNECT or BIND request.
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
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 Socks4CommandRequest from the inbound ByteBufs.
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 Socks4CommandResponse into a ByteBuf.
Socks4ServerEncoder() - Constructor for class io.netty.handler.codec.socksx.v4.Socks4ServerEncoder
 
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 Socks5CommandRequest and Socks5CommandResponse.
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 Socks5Message into a ByteBuf.
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 Socks5CommandRequest from the inbound ByteBufs.
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 Socks5CommandResponse from the inbound ByteBufs.
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
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
 
socks5encoder - Variable in class io.netty.handler.codec.socksx.SocksPortUnificationServerHandler
 
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 Socks5InitialRequest from the inbound ByteBufs.
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 Socks5InitialResponse from the inbound ByteBufs.
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 Socks5PasswordAuthRequest from the inbound ByteBufs.
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 Socks5PasswordAuthResponse from the inbound ByteBufs.
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
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
 
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, String, String) - Constructor for class io.netty.handler.proxy.Socks5ProxyHandler
 
Socks5ServerEncoder - Class in io.netty.handler.codec.socksx.v5
Encodes a server-side Socks5Message into a ByteBuf.
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
 
SocksAddressType(byte) - Constructor for enum io.netty.handler.codec.socks.SocksAddressType
 
socksAuthMethod() - Method in class io.netty.handler.proxy.Socks5ProxyHandler
 
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 into SocksAuthRequest.
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 into SocksAuthResponse.
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
 
SocksAuthScheme(byte) - Constructor for enum io.netty.handler.codec.socks.SocksAuthScheme
 
SocksAuthStatus - Enum in io.netty.handler.codec.socks
 
SocksAuthStatus(byte) - Constructor for enum io.netty.handler.codec.socks.SocksAuthStatus
 
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 into SocksCmdRequest.
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 into SocksCmdResponse.
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
 
SocksCmdStatus(byte) - Constructor for enum io.netty.handler.codec.socks.SocksCmdStatus
 
SocksCmdType - Enum in io.netty.handler.codec.socks
 
SocksCmdType(byte) - Constructor for enum io.netty.handler.codec.socks.SocksCmdType
 
SocksCommonUtils - Class in io.netty.handler.codec.socks
 
SocksCommonUtils() - Constructor for class io.netty.handler.codec.socks.SocksCommonUtils
A constructor to stop this class being constructed.
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 into SocksInitRequest.
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 into SocksInitResponse.
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 SocksRequest and SocksResponse.
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 SocksMessage into a ByteBuf.
SocksMessageEncoder() - Constructor for class io.netty.handler.codec.socks.SocksMessageEncoder
 
SocksMessageType - Enum in io.netty.handler.codec.socks
 
SocksMessageType() - Constructor for enum io.netty.handler.codec.socks.SocksMessageType
 
SocksPortUnificationServerHandler - Class in io.netty.handler.codec.socksx
Detects the version of the current SOCKS connection and initializes the pipeline with Socks4ServerDecoder or Socks5InitialRequestDecoder.
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
 
SocksProtocolVersion(byte) - Constructor for enum io.netty.handler.codec.socks.SocksProtocolVersion
 
SocksRequest - Class in io.netty.handler.codec.socks
An abstract class that defines a SocksRequest, providing common properties for SocksInitRequest, SocksAuthRequest, SocksCmdRequest and UnknownSocksRequest.
SocksRequest(SocksRequestType) - Constructor for class io.netty.handler.codec.socks.SocksRequest
 
SocksRequestType - Enum in io.netty.handler.codec.socks
Type of socks request
SocksRequestType() - Constructor for enum io.netty.handler.codec.socks.SocksRequestType
 
SocksResponse - Class in io.netty.handler.codec.socks
An abstract class that defines a SocksResponse, providing common properties for SocksInitResponse, SocksAuthResponse, SocksCmdResponse and UnknownSocksResponse.
SocksResponse(SocksResponseType) - Constructor for class io.netty.handler.codec.socks.SocksResponse
 
SocksResponseType - Enum in io.netty.handler.codec.socks
Type of socks response
SocksResponseType() - Constructor for enum io.netty.handler.codec.socks.SocksResponseType
 
SocksSubnegotiationVersion - Enum in io.netty.handler.codec.socks
 
SocksSubnegotiationVersion(byte) - Constructor for enum io.netty.handler.codec.socks.SocksSubnegotiationVersion
 
SocksVersion - Enum in io.netty.handler.codec.socksx
The version of SOCKS protocol.
SocksVersion(byte) - Constructor for enum io.netty.handler.codec.socksx.SocksVersion
 
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
SoftReferenceMap<K,​V> - Class in io.netty.handler.codec.serialization
 
SoftReferenceMap(Map<K, Reference<V>>) - Constructor for class io.netty.handler.codec.serialization.SoftReferenceMap
 
SOMAXCONN - Static variable in class io.netty.util.NetUtil
The SOMAXCONN value of the current machine.
SoMaxConnAction() - Constructor for class io.netty.util.NetUtil.SoMaxConnAction
 
sortAndFilter(List<IpSubnetFilterRule>) - Static method in class io.netty.handler.ipfilter.IpSubnetFilter
Sort the list Remove over-lapping subnet Sort the list again
sortEntries(String, List<E>) - Method in class io.netty.resolver.dns.Cache
Sort the List for a hostname before caching these.
SORTLIST_ROW_LABEL - Static variable in class io.netty.resolver.dns.UnixResolverDnsServerAddressStreamProvider
 
sortTypeBstar(int[], int[]) - Method in class io.netty.handler.codec.compression.Bzip2DivSufSort
 
sourceAddress - Variable in class io.netty.handler.codec.haproxy.HAProxyMessage
 
sourceAddress() - Method in class io.netty.handler.codec.haproxy.HAProxyMessage
Returns the human-readable source address of this HAProxyMessage or null if HAProxy performs health check with send-proxy-v2.
sourceCodec - Variable in class io.netty.handler.codec.http.HttpClientUpgradeHandler
 
sourceCodec - Variable in class io.netty.handler.codec.http.HttpServerUpgradeHandler
 
sourcePort - Variable in class io.netty.handler.codec.haproxy.HAProxyMessage
 
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 - Static variable in class io.netty.handler.codec.smtp.SmtpRequestEncoder
 
SP_CHAR - Static variable in class io.netty.handler.codec.http.HttpConstants
Horizontal space
SP_LENIENT_BYTES - Static variable in class io.netty.handler.codec.http.HttpObjectDecoder
 
SPACE - Static variable in class io.netty.util.ByteProcessorUtils
 
SPACE - Static variable in class io.netty.util.internal.StringUtil
 
SPACE_SLASH_AND_SPACE_MEDIUM - Static variable in class io.netty.handler.codec.http.HttpRequestEncoder
 
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
SPDY_DATA_FLAG_FIN - Static variable in class io.netty.handler.codec.spdy.SpdyCodecUtil
 
SPDY_DATA_FRAME - Static variable in class io.netty.handler.codec.spdy.SpdyCodecUtil
 
SPDY_DICT - Static variable in class io.netty.handler.codec.spdy.SpdyCodecUtil
 
SPDY_FLAG_FIN - Static variable in class io.netty.handler.codec.spdy.SpdyCodecUtil
 
SPDY_FLAG_UNIDIRECTIONAL - Static variable in class io.netty.handler.codec.spdy.SpdyCodecUtil
 
SPDY_GOAWAY_FRAME - Static variable in class io.netty.handler.codec.spdy.SpdyCodecUtil
 
SPDY_HEADER_FLAGS_OFFSET - Static variable in class io.netty.handler.codec.spdy.SpdyCodecUtil
 
SPDY_HEADER_LENGTH_OFFSET - Static variable in class io.netty.handler.codec.spdy.SpdyCodecUtil
 
SPDY_HEADER_SIZE - Static variable in class io.netty.handler.codec.spdy.SpdyCodecUtil
 
SPDY_HEADER_TYPE_OFFSET - Static variable in class io.netty.handler.codec.spdy.SpdyCodecUtil
 
SPDY_HEADERS_FRAME - Static variable in class io.netty.handler.codec.spdy.SpdyCodecUtil
 
SPDY_MAX_LENGTH - Static variable in class io.netty.handler.codec.spdy.SpdyCodecUtil
 
SPDY_MAX_NV_LENGTH - Static variable in class io.netty.handler.codec.spdy.SpdyCodecUtil
 
SPDY_PING_FRAME - Static variable in class io.netty.handler.codec.spdy.SpdyCodecUtil
 
SPDY_PUSH_PROMISE_FRAME - Static variable in class io.netty.handler.codec.spdy.SpdyCodecUtil
 
SPDY_RST_STREAM_FRAME - Static variable in class io.netty.handler.codec.spdy.SpdyCodecUtil
 
SPDY_SESSION_STREAM_ID - Static variable in class io.netty.handler.codec.spdy.SpdyCodecUtil
 
SPDY_SETTINGS_CLEAR - Static variable in class io.netty.handler.codec.spdy.SpdyCodecUtil
 
SPDY_SETTINGS_FRAME - Static variable in class io.netty.handler.codec.spdy.SpdyCodecUtil
 
SPDY_SETTINGS_MAX_ID - Static variable in class io.netty.handler.codec.spdy.SpdyCodecUtil
 
SPDY_SETTINGS_PERSIST_VALUE - Static variable in class io.netty.handler.codec.spdy.SpdyCodecUtil
 
SPDY_SETTINGS_PERSISTED - Static variable in class io.netty.handler.codec.spdy.SpdyCodecUtil
 
SPDY_SYN_REPLY_FRAME - Static variable in class io.netty.handler.codec.spdy.SpdyCodecUtil
 
SPDY_SYN_STREAM_FRAME - Static variable in class io.netty.handler.codec.spdy.SpdyCodecUtil
 
SPDY_WINDOW_UPDATE_FRAME - Static variable in class io.netty.handler.codec.spdy.SpdyCodecUtil
 
SpdyCodecUtil - Class in io.netty.handler.codec.spdy
 
SpdyCodecUtil() - Constructor for class io.netty.handler.codec.spdy.SpdyCodecUtil
 
spdyDataFrame - Variable in class io.netty.handler.codec.spdy.SpdySession.PendingWrite
 
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 ChannelHandler that 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), and memLevel (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), and memLevel (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, SpdyHeaderBlockDecoder, SpdyHeaderBlockEncoder, 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 version and the default maxChunkSize (8192).
SpdyFrameDecoder(SpdyVersion, SpdyFrameDecoderDelegate, int) - Constructor for class io.netty.handler.codec.spdy.SpdyFrameDecoder
Creates a new instance with the specified parameters.
SpdyFrameDecoder.State - Enum in io.netty.handler.codec.spdy
 
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 - Variable in class io.netty.handler.codec.spdy.SpdyFrameCodec
 
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 - Variable in class io.netty.handler.codec.spdy.SpdyFrameCodec
 
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
 
SpdyHeaderBlockJZlibEncoder - Class in io.netty.handler.codec.spdy
 
SpdyHeaderBlockJZlibEncoder(SpdyVersion, int, int, int) - Constructor for class io.netty.handler.codec.spdy.SpdyHeaderBlockJZlibEncoder
 
SpdyHeaderBlockRawDecoder - Class in io.netty.handler.codec.spdy
 
SpdyHeaderBlockRawDecoder(SpdyVersion, int) - Constructor for class io.netty.handler.codec.spdy.SpdyHeaderBlockRawDecoder
 
SpdyHeaderBlockRawDecoder.State - Enum in io.netty.handler.codec.spdy
 
SpdyHeaderBlockRawEncoder - Class in io.netty.handler.codec.spdy
 
SpdyHeaderBlockRawEncoder(SpdyVersion) - Constructor for class io.netty.handler.codec.spdy.SpdyHeaderBlockRawEncoder
 
SpdyHeaderBlockZlibDecoder - Class in io.netty.handler.codec.spdy
 
SpdyHeaderBlockZlibDecoder(SpdyVersion, int) - Constructor for class io.netty.handler.codec.spdy.SpdyHeaderBlockZlibDecoder
 
SpdyHeaderBlockZlibEncoder - Class in io.netty.handler.codec.spdy
 
SpdyHeaderBlockZlibEncoder(SpdyVersion, int) - Constructor for class io.netty.handler.codec.spdy.SpdyHeaderBlockZlibEncoder
 
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 - Variable in class io.netty.handler.codec.spdy.SpdyFrameCodec
 
SpdyHeadersFrame - Interface in io.netty.handler.codec.spdy
A SPDY Protocol HEADERS Frame
SpdyHttpCodec - Class in io.netty.handler.codec.spdy
A combination of SpdyHttpDecoder and SpdyHttpEncoder
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
Creates a new instance with the specified decoder options.
SpdyHttpDecoder - Class in io.netty.handler.codec.spdy
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
Creates a new instance.
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
Creates a new instance with the specified parameters.
SpdyHttpEncoder - Class in io.netty.handler.codec.spdy
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 SpdyHttpDecoder and SpdyHttpEncoder.
SpdyHttpHeaders() - Constructor for class io.netty.handler.codec.spdy.SpdyHttpHeaders
 
SpdyHttpHeaders.Names - Class in io.netty.handler.codec.spdy
SPDY HTTP header names
SpdyHttpResponseStreamIdHandler - Class in io.netty.handler.codec.spdy
MessageToMessageCodec that takes care of adding the right SpdyHttpHeaders.Names.STREAM_ID to the HttpMessage if one is not present.
SpdyHttpResponseStreamIdHandler() - Constructor for class io.netty.handler.codec.spdy.SpdyHttpResponseStreamIdHandler
 
SpdyNameValidator - Static variable in class io.netty.handler.codec.spdy.DefaultSpdyHeaders
 
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, boolean) - Constructor for exception io.netty.handler.codec.spdy.SpdyProtocolException
 
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.
SpdyProtocolException.StacklessSpdyProtocolException - Exception in io.netty.handler.codec.spdy
 
SpdyRstStreamFrame - Interface in io.netty.handler.codec.spdy
A SPDY Protocol RST_STREAM Frame
spdySession - Variable in class io.netty.handler.codec.spdy.SpdySessionHandler
 
SpdySession - Class in io.netty.handler.codec.spdy
 
SpdySession(int, int) - Constructor for class io.netty.handler.codec.spdy.SpdySession
 
SpdySession.PendingWrite - Class in io.netty.handler.codec.spdy
 
SpdySession.StreamComparator - Class in io.netty.handler.codec.spdy
 
SpdySession.StreamState - Class in io.netty.handler.codec.spdy
 
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.
SpdySessionHandler.ClosingChannelFutureListener - Class in io.netty.handler.codec.spdy
 
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 code and its statusPhrase.
spdySettingsFrame - Variable in class io.netty.handler.codec.spdy.SpdyFrameCodec
 
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 code and its statusPhrase.
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
spdyVersion - Variable in class io.netty.handler.codec.spdy.SpdyFrameDecoder
 
spdyVersion - Variable in class io.netty.handler.codec.spdy.SpdyHttpDecoder
 
SpdyVersion - Enum in io.netty.handler.codec.spdy
 
SpdyVersion(int, int) - Constructor for enum io.netty.handler.codec.spdy.SpdyVersion
 
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.
spi - Variable in class io.netty.handler.ssl.OpenSslX509KeyManagerFactory
 
spiOffset - Variable in class io.netty.handler.ssl.OpenSslX509TrustManagerWrapper.UnsafeTrustManagerWrapper
 
splice(int, long, int, long, long) - Static method in class io.netty.channel.epoll.Native
 
splice0(int, long, int, long, long) - Static method in class io.netty.channel.epoll.Native
 
SpliceFdTask(FileDescriptor, int, int, ChannelPromise) - Constructor for class io.netty.channel.epoll.AbstractEpollStreamChannel.SpliceFdTask
 
spliceIn(RecvByteBufAllocator.Handle) - Method in class io.netty.channel.epoll.AbstractEpollStreamChannel.SpliceFdTask
 
spliceIn(RecvByteBufAllocator.Handle) - Method in class io.netty.channel.epoll.AbstractEpollStreamChannel.SpliceInChannelTask
 
spliceIn(RecvByteBufAllocator.Handle) - Method in class io.netty.channel.epoll.AbstractEpollStreamChannel.SpliceInTask
 
spliceIn(FileDescriptor, RecvByteBufAllocator.Handle) - Method in class io.netty.channel.epoll.AbstractEpollStreamChannel.SpliceInTask
 
SpliceInChannelTask(AbstractEpollStreamChannel, int, ChannelPromise) - Constructor for class io.netty.channel.epoll.AbstractEpollStreamChannel.SpliceInChannelTask
 
SpliceInTask(int, ChannelPromise) - Constructor for class io.netty.channel.epoll.AbstractEpollStreamChannel.SpliceInTask
 
spliceOut() - Method in class io.netty.channel.epoll.AbstractEpollStreamChannel.SpliceOutTask
 
SpliceOutTask(AbstractEpollStreamChannel, int, boolean) - Constructor for class io.netty.channel.epoll.AbstractEpollStreamChannel.SpliceOutTask
 
spliceQueue - Variable in class io.netty.channel.epoll.AbstractEpollStreamChannel
 
spliceTo(AbstractEpollStreamChannel, int) - Method in class io.netty.channel.epoll.AbstractEpollStreamChannel
spliceTo(AbstractEpollStreamChannel, int, ChannelPromise) - Method in class io.netty.channel.epoll.AbstractEpollStreamChannel
spliceTo(FileDescriptor, int, int) - Method in class io.netty.channel.epoll.AbstractEpollStreamChannel
Splice from this AbstractEpollStreamChannel to another FileDescriptor.
spliceTo(FileDescriptor, int, int, ChannelPromise) - Method in class io.netty.channel.epoll.AbstractEpollStreamChannel
Splice from this AbstractEpollStreamChannel to another FileDescriptor.
split(char) - Method in class io.netty.util.AsciiString
Splits the specified String with 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
 
splitHeader(byte[], int, int) - Method in class io.netty.handler.codec.http.HttpObjectDecoder
 
splitHeader(CharSequence) - Static method in class io.netty.handler.codec.http.HttpServerUpgradeHandler
Splits a comma-separated header value.
splitHeaderContentType(String) - Static method in class io.netty.handler.codec.http.multipart.HttpPostRequestDecoder
Split the very first line (Content-Type value) in 3 Strings
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
 
splitInitialLine(ByteBuf) - Method in class io.netty.handler.codec.http.HttpObjectDecoder
 
splitLargeRun(long, int) - Method in class io.netty.buffer.PoolChunk
 
splitMultipartHeader(String) - Static method in class io.netty.handler.codec.http.multipart.HttpPostMultipartRequestDecoder
Split one header in Multipart
splitMultipartHeaderValues(String) - Static method in class io.netty.handler.codec.http.multipart.HttpPostMultipartRequestDecoder
Split one header value in Multipart
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
 
srcAdjustment - Variable in class io.netty.buffer.CompositeByteBuf.Component
 
srcBuf - Variable in class io.netty.buffer.CompositeByteBuf.Component
 
srcIdx(int) - Method in class io.netty.buffer.CompositeByteBuf.Component
 
srcPrefixLength - Variable in class io.netty.handler.codec.dns.DefaultDnsOptEcsRecord
 
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.
SS_BLOCKSIZE - Static variable in class io.netty.handler.codec.compression.Bzip2DivSufSort
 
ssBlockSwap(int[], int, int[], int, int) - Static method in class io.netty.handler.codec.compression.Bzip2DivSufSort
 
ssCompare(int, int, int) - Method in class io.netty.handler.codec.compression.Bzip2DivSufSort
 
ssCompareLast(int, int, int, int, int) - Method in class io.netty.handler.codec.compression.Bzip2DivSufSort
 
ssFixdown(int, int, int, int, int) - Method in class io.netty.handler.codec.compression.Bzip2DivSufSort
 
ssHeapSort(int, int, int, int) - Method in class io.netty.handler.codec.compression.Bzip2DivSufSort
 
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.
ssInsertionSort(int, int, int, int) - Method in class io.netty.handler.codec.compression.Bzip2DivSufSort
 
SSIZE_MAX - Static variable in class io.netty.channel.unix.Limits
 
ssizeMax() - Static method in class io.netty.channel.epoll.NativeStaticallyReferencedJniMethods
 
ssizeMax() - Static method in class io.netty.channel.unix.LimitsStaticallyReferencedJniMethods
 
ssl - Variable in class io.netty.handler.ssl.ReferenceCountedOpenSslContext.AsyncPrivateKeyMethod.ResultCallbackListener
 
ssl - Variable in class io.netty.handler.ssl.ReferenceCountedOpenSslEngine
 
SSL_CLOSE_COMPLETION_EVENT_VISITOR - Static variable in class io.netty.handler.codec.http2.AbstractHttp2StreamChannel
 
SSL_CONTENT_TYPE_ALERT - Static variable in class io.netty.handler.ssl.SslUtils
alert
SSL_CONTENT_TYPE_APPLICATION_DATA - Static variable in class io.netty.handler.ssl.SslUtils
application data
SSL_CONTENT_TYPE_CHANGE_CIPHER_SPEC - Static variable in class io.netty.handler.ssl.SslUtils
change cipher spec
SSL_CONTENT_TYPE_EXTENSION_HEARTBEAT - Static variable in class io.netty.handler.ssl.SslUtils
HeartBeat Extension
SSL_CONTENT_TYPE_HANDSHAKE - Static variable in class io.netty.handler.ssl.SslUtils
handshake
SSL_RECORD_HEADER_LENGTH - Static variable in class io.netty.handler.ssl.SslUtils
the length of the ssl record header (in bytes)
SSL_SESSIONIMPL_CLASS - Static variable in class io.netty.handler.ssl.SslMasterKeyHandler
The JRE SSLSessionImpl cannot be imported
SSL_SESSIONIMPL_MASTER_SECRET_FIELD - Static variable in class io.netty.handler.ssl.SslMasterKeyHandler
The master key field in the SSLSessionImpl
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.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.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.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.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.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.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.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.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.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.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.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.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_2 or SslProtocols.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_2 or SslProtocols.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_2 or SslProtocols.TLS_v1_3
SslClientHelloHandler<T> - Class in io.netty.handler.ssl
ByteToMessageDecoder which allows to be notified once a full ClientHello was 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() - Constructor for class io.netty.handler.ssl.SslCloseCompletionEvent
Creates a new event that indicates a successful receiving of close_notify.
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
SSLException which signals that the exception was caused by an SSLEngine which was closed already.
SslClosedEngineException(String) - Constructor for exception io.netty.handler.ssl.SslClosedEngineException
 
sslCloseFuture() - Method in class io.netty.handler.ssl.SslHandler
Return the Future that will get notified if the inbound of the SSLEngine is closed.
sslClosePromise - Variable in class io.netty.handler.ssl.SslHandler
 
SslCompletionEvent - Class in io.netty.handler.ssl
 
SslCompletionEvent() - Constructor for class io.netty.handler.ssl.SslCompletionEvent
 
SslCompletionEvent(Throwable) - Constructor for class io.netty.handler.ssl.SslCompletionEvent
 
sslContext - Variable in class io.netty.handler.ssl.JdkSslContext
 
sslContext - Variable in class io.netty.handler.ssl.OptionalSslHandler
 
sslContext() - Method in class io.netty.handler.ssl.SniHandler
 
SslContext - Class in io.netty.handler.ssl
A secure socket protocol implementation which acts as a factory for SSLEngine and SslHandler.
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.
SslContextBuilder(boolean) - Constructor for class io.netty.handler.ssl.SslContextBuilder
 
SslContextOption<T> - Class in io.netty.handler.ssl
A SslContextOption allows to configure a SslContext in a type-safe way.
SslContextOption(int, String) - Constructor for class io.netty.handler.ssl.SslContextOption
Creates a new SslContextOption with the specified unique name.
SslContextOption(String) - Constructor for class io.netty.handler.ssl.SslContextOption
Should be used by sub-classes.
sslContextProvider - Variable in class io.netty.handler.ssl.SslContextBuilder
 
sslContextProvider(Provider) - Method in class io.netty.handler.ssl.SslContextBuilder
The SSLContext Provider to 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!
SslEngineType(boolean, ByteToMessageDecoder.Cumulator) - Constructor for enum io.netty.handler.ssl.SslHandler.SslEngineType
 
SslHandler - Class in io.netty.handler.ssl
Adds SSL · TLS and StartTLS support to a Channel.
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.
SslHandler.AsyncTaskCompletionHandler - Class in io.netty.handler.ssl
 
SslHandler.LazyChannelPromise - Class in io.netty.handler.ssl
 
SslHandler.SslEngineType - Enum in io.netty.handler.ssl
 
SslHandler.SslHandlerCoalescingBufferQueue - Class in io.netty.handler.ssl
Each call to SSL_write will introduce about ~100 bytes of overhead.
SslHandler.SslTasksRunner - Class in io.netty.handler.ssl
Runnable that will be scheduled on the delegatedTaskExecutor and will take care of resume work on the EventExecutor once the task was executed.
sslHandlerChecked - Variable in class io.netty.handler.ssl.ApplicationProtocolNegotiationHandler
 
SslHandlerCoalescingBufferQueue(Channel, int) - Constructor for class io.netty.handler.ssl.SslHandler.SslHandlerCoalescingBufferQueue
 
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() - Constructor for class io.netty.handler.ssl.SslHandshakeCompletionEvent
Creates a new event that indicates a successful handshake.
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
SSLHandshakeException that 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 SslMasterKeyHandler is a channel-handler you can include in your pipeline to consume the master key & session identifier for a TLS session.
SslMasterKeyHandler() - Constructor for class io.netty.handler.ssl.SslMasterKeyHandler
Constructor.
SslMasterKeyHandler.WiresharkSslMasterKeyHandler - Class in io.netty.handler.ssl
Record the session identifier and master key to the InternalLogger named io.netty.wireshark.
ssLog(int) - Static method in class io.netty.handler.codec.compression.Bzip2DivSufSort
 
sslPending() - Method in class io.netty.handler.ssl.ReferenceCountedOpenSslEngine
 
sslPending0() - Method in class io.netty.handler.ssl.ReferenceCountedOpenSslEngine
 
sslPointer() - Method in class io.netty.handler.ssl.ReferenceCountedOpenSslEngine
Returns the pointer to the SSL object for this ReferenceCountedOpenSslEngine.
SslProtocols - Class in io.netty.handler.ssl
SSL/TLS protocols
SslProtocols() - Constructor for class io.netty.handler.ssl.SslProtocols
 
sslProvider(SslProvider) - Method in class io.netty.handler.ssl.SslContextBuilder
The SslContext implementation to use.
SslProvider - Enum in io.netty.handler.ssl
An enumeration of SSL/TLS protocol providers.
SslProvider() - Constructor for enum io.netty.handler.ssl.SslProvider
 
sslReadErrorResult(int, int, int, int) - Method in class io.netty.handler.ssl.ReferenceCountedOpenSslEngine
 
SSLSessionBindingListenerDecorator(SSLSessionBindingListener) - Constructor for class io.netty.handler.ssl.ExtendedOpenSslSession.SSLSessionBindingListenerDecorator
 
sslTaskRunner - Variable in class io.netty.handler.ssl.SslHandler
 
sslTaskRunnerForUnwrap - Variable in class io.netty.handler.ssl.SslHandler
 
SslTasksRunner(boolean) - Constructor for class io.netty.handler.ssl.SslHandler.SslTasksRunner
 
SslUtils - Class in io.netty.handler.ssl
Constants for SSL packets.
SslUtils() - Constructor for class io.netty.handler.ssl.SslUtils
 
ssMedian3(int, int, int, int, int) - Method in class io.netty.handler.codec.compression.Bzip2DivSufSort
 
ssMedian5(int, int, int, int, int, int, int) - Method in class io.netty.handler.codec.compression.Bzip2DivSufSort
 
ssMerge(int, int, int, int, int[], int, int, int) - Method in class io.netty.handler.codec.compression.Bzip2DivSufSort
 
ssMergeBackward(int, int[], int, int, int, int, int) - Method in class io.netty.handler.codec.compression.Bzip2DivSufSort
 
ssMergeCheckEqual(int, int, int) - Method in class io.netty.handler.codec.compression.Bzip2DivSufSort
 
ssMergeForward(int, int[], int, int, int, int, int) - Method in class io.netty.handler.codec.compression.Bzip2DivSufSort
 
ssMultiKeyIntroSort(int, int, int, int) - Method in class io.netty.handler.codec.compression.Bzip2DivSufSort
 
ssPivot(int, int, int, int) - Method in class io.netty.handler.codec.compression.Bzip2DivSufSort
 
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"
ssSubstringPartition(int, int, int, int) - Method in class io.netty.handler.codec.compression.Bzip2DivSufSort
 
ST_CANCELLED - Static variable in class io.netty.util.HashedWheelTimer.HashedWheelTimeout
 
ST_CONTENT_ALWAYS_EMPTY - Static variable in class io.netty.handler.codec.http.HttpObjectEncoder
 
ST_CONTENT_CHUNK - Static variable in class io.netty.handler.codec.http.HttpObjectEncoder
 
ST_CONTENT_NON_CHUNK - Static variable in class io.netty.handler.codec.http.HttpObjectEncoder
 
ST_CORRUPTED - Static variable in class io.netty.handler.codec.json.JsonObjectDecoder
 
ST_DECODING_ARRAY_STREAM - Static variable in class io.netty.handler.codec.json.JsonObjectDecoder
 
ST_DECODING_NORMAL - Static variable in class io.netty.handler.codec.json.JsonObjectDecoder
 
ST_EXPIRED - Static variable in class io.netty.util.HashedWheelTimer.HashedWheelTimeout
 
ST_INIT - Static variable in class io.netty.handler.codec.http.HttpObjectEncoder
 
ST_INIT - Static variable in class io.netty.handler.codec.json.JsonObjectDecoder
 
ST_INIT - Static variable in class io.netty.util.HashedWheelTimer.HashedWheelTimeout
 
ST_NOT_STARTED - Static variable in class io.netty.util.concurrent.SingleThreadEventExecutor
 
ST_SHUTDOWN - Static variable in class io.netty.util.concurrent.SingleThreadEventExecutor
 
ST_SHUTTING_DOWN - Static variable in class io.netty.util.concurrent.SingleThreadEventExecutor
 
ST_STARTED - Static variable in class io.netty.util.concurrent.SingleThreadEventExecutor
 
ST_TERMINATED - Static variable in class io.netty.util.concurrent.SingleThreadEventExecutor
 
STACK_SIZE - Static variable in class io.netty.handler.codec.compression.Bzip2DivSufSort
 
StackEntry(int, int, int, int) - Constructor for class io.netty.handler.codec.compression.Bzip2DivSufSort.StackEntry
 
StacklessCancellationException() - Constructor for exception io.netty.util.concurrent.DefaultPromise.StacklessCancellationException
 
StacklessChannelException(String, Throwable) - Constructor for exception io.netty.channel.ChannelException.StacklessChannelException
 
StacklessChannelException(String, Throwable, boolean) - Constructor for exception io.netty.channel.ChannelException.StacklessChannelException
 
StacklessClosedChannelException - Exception in io.netty.channel
Cheap ClosedChannelException that does not fill in the stacktrace.
StacklessClosedChannelException() - Constructor for exception io.netty.channel.StacklessClosedChannelException
 
StacklessHttp2Exception(Http2Error, String, Http2Exception.ShutdownHint) - Constructor for exception io.netty.handler.codec.http2.Http2Exception.StacklessHttp2Exception
 
StacklessHttp2Exception(Http2Error, String, Http2Exception.ShutdownHint, boolean) - Constructor for exception io.netty.handler.codec.http2.Http2Exception.StacklessHttp2Exception
 
StacklessSpdyProtocolException(String) - Constructor for exception io.netty.handler.codec.spdy.SpdyProtocolException.StacklessSpdyProtocolException
 
StacklessSpdyProtocolException(String, boolean) - Constructor for exception io.netty.handler.codec.spdy.SpdyProtocolException.StacklessSpdyProtocolException
 
StacklessSSLHandshakeException - Exception in io.netty.handler.ssl
A SSLHandshakeException that does not fill in the stack trace.
StacklessSSLHandshakeException(String) - Constructor for exception io.netty.handler.ssl.StacklessSSLHandshakeException
 
stackTrace() - Method in class io.netty.util.concurrent.SingleThreadEventExecutor.DefaultThreadProperties
 
stackTrace() - Method in interface io.netty.util.concurrent.ThreadProperties
 
stackTraceToString(Throwable) - Static method in class io.netty.util.internal.ThrowableUtil
Gets the stack trace from a Throwable as a String.
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
Standard Compression Options for GzipOptions and DeflateOptions
StandardCompressionOptions() - Constructor for class io.netty.handler.codec.compression.StandardCompressionOptions
 
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
 
START_TIME - Static variable in class io.netty.util.concurrent.AbstractScheduledEventExecutor
 
started - Variable in class io.netty.handler.codec.compression.SnappyFrameDecoder
 
started - Variable in class io.netty.handler.codec.compression.SnappyFrameEncoder
 
started - Variable in class io.netty.util.concurrent.GlobalEventExecutor
 
started - Static variable in class io.netty.util.ThreadDeathWatcher
Deprecated.
 
STARTED_EXPLICITLY - io.netty.handler.ssl.ReferenceCountedOpenSslEngine.HandshakeState
STARTED_IMPLICITLY - io.netty.handler.ssl.ReferenceCountedOpenSslEngine.HandshakeState
Started via unwrap/wrap.
startHandshakeProcessing(boolean) - Method in class io.netty.handler.ssl.SslHandler
 
startIdx - Variable in class io.netty.resolver.dns.RotationalDnsServerAddresses
 
startIdxUpdater - Static variable in class io.netty.resolver.dns.RotationalDnsServerAddresses
 
startIndex - Variable in class io.netty.buffer.ByteBufInputStream
 
startIndex - Variable in class io.netty.buffer.ByteBufOutputStream
 
startOffset - Variable in class io.netty.handler.stream.ChunkedFile
 
startOffset - Variable in class io.netty.handler.stream.ChunkedNioFile
 
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.
startThread() - Method in class io.netty.util.concurrent.GlobalEventExecutor
 
startThread() - Method in class io.netty.util.concurrent.SingleThreadEventExecutor
 
startTime - Variable in class io.netty.channel.embedded.EmbeddedEventLoop
When time is not frozen, the base time to subtract from System.nanoTime().
startTime - Variable in class io.netty.util.HashedWheelTimer
 
startTimeInitialized - Variable in class io.netty.util.HashedWheelTimer
 
startTls - Variable in class io.netty.handler.ssl.SslContext
 
startTls - Variable in class io.netty.handler.ssl.SslContextBuilder
 
startTls - Variable in class io.netty.handler.ssl.SslHandler
 
startTls(boolean) - Method in class io.netty.handler.ssl.SslContextBuilder
true if the first write request shouldn't be encrypted.
STAT - Static variable in class io.netty.handler.codec.memcache.binary.BinaryMemcacheOpcodes
 
state - Variable in class io.netty.channel.embedded.EmbeddedChannel
 
state - Variable in class io.netty.channel.local.LocalChannel
 
state - Variable in class io.netty.channel.local.LocalServerChannel
 
state - Variable in class io.netty.channel.unix.FileDescriptor
Bit map = [Output Shutdown | Input Shutdown | Closed]
state - Variable in class io.netty.handler.codec.compression.Snappy
 
state - Variable in class io.netty.handler.codec.http.HttpContentEncoder
 
state - Variable in class io.netty.handler.codec.http.HttpObjectEncoder
 
state - Variable in class io.netty.handler.codec.http.websocketx.Utf8Validator
 
state - Variable in class io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder
 
state - Variable in class io.netty.handler.codec.http2.DefaultHttp2Connection.DefaultStream
 
state - Variable in class io.netty.handler.codec.http2.HpackHuffmanDecoder
 
state - Variable in class io.netty.handler.codec.http2.WeightedFairQueueByteDistributor.ParentChangedEvent
 
state - Variable in class io.netty.handler.codec.json.JsonObjectDecoder
 
state - Variable in class io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheDecoder
 
state - Variable in class io.netty.handler.codec.ProtocolDetectionResult
 
state - Variable in class io.netty.handler.codec.redis.RedisDecoder
 
state - Variable in class io.netty.handler.codec.ReplayingDecoder
 
state - Variable in class io.netty.handler.codec.spdy.SpdyFrameDecoder
 
state - Variable in class io.netty.handler.codec.spdy.SpdyHeaderBlockRawDecoder
 
state - Variable in class io.netty.handler.pcap.PcapWriteHandler
Current of this PcapWriteHandler
state - Variable in class io.netty.handler.ssl.SslHandler
 
state - Variable in class io.netty.handler.timeout.IdleStateEvent
 
state - Variable in class io.netty.handler.timeout.IdleStateHandler
 
state - Variable in class io.netty.util.concurrent.NonStickyEventExecutorGroup.NonStickyOrderedEventExecutor
 
state - Variable in class io.netty.util.concurrent.SingleThreadEventExecutor
 
state - Variable in class io.netty.util.HashedWheelTimer.HashedWheelTimeout
 
state - Variable in class io.netty.util.Recycler.DefaultHandle
 
state() - Method in class io.netty.channel.epoll.EpollTcpInfo
 
state() - Method in class io.netty.handler.codec.http2.DefaultHttp2Connection.DefaultStream
 
state() - Method in class io.netty.handler.codec.http2.Http2FrameCodec.DefaultHttp2FrameStream
 
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
state() - Method in class io.netty.handler.codec.ReplayingDecoder
Returns the current state of this decoder.
state() - Method in class io.netty.handler.pcap.PcapWriteHandler
 
state() - Method in class io.netty.handler.timeout.IdleStateEvent
Returns the idle state.
state() - Method in class io.netty.util.concurrent.SingleThreadEventExecutor.DefaultThreadProperties
 
state() - Method in interface io.netty.util.concurrent.ThreadProperties
 
state() - Method in class io.netty.util.HashedWheelTimer.HashedWheelTimeout
 
state(int) - Method in class io.netty.handler.codec.http2.WeightedFairQueueByteDistributor
 
state(Http2Stream) - Method in class io.netty.handler.codec.http2.DefaultHttp2LocalFlowController
 
state(Http2Stream) - Method in class io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController
 
state(Http2Stream) - Method in class io.netty.handler.codec.http2.UniformStreamByteDistributor
 
state(Http2Stream) - Method in class io.netty.handler.codec.http2.WeightedFairQueueByteDistributor
 
state(S) - Method in class io.netty.handler.codec.ReplayingDecoder
Sets the current state of this decoder.
State - Enum in io.netty.handler.pcap
The state of the PcapWriteHandler.
State - io.netty.handler.codec.http2.Http2FrameStreamEvent.Type
 
State() - Constructor for enum io.netty.channel.embedded.EmbeddedChannel.State
 
State() - Constructor for enum io.netty.channel.local.LocalChannel.State
 
State() - Constructor for enum io.netty.handler.codec.compression.Bzip2Decoder.State
 
State() - Constructor for enum io.netty.handler.codec.compression.Bzip2Encoder.State
 
State() - Constructor for enum io.netty.handler.codec.compression.FastLzFrameDecoder.State
 
State() - Constructor for enum io.netty.handler.codec.compression.Snappy.State
 
State() - Constructor for enum io.netty.handler.codec.http.HttpContentEncoder.State
 
State() - Constructor for enum io.netty.handler.codec.http.HttpObjectDecoder.State
 
State() - Constructor for enum io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder.State
 
State() - Constructor for enum io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheDecoder.State
 
State() - Constructor for enum io.netty.handler.codec.redis.RedisDecoder.State
 
State() - Constructor for enum io.netty.handler.codec.socks.SocksAuthRequestDecoder.State
 
State() - Constructor for enum io.netty.handler.codec.socks.SocksAuthResponseDecoder.State
 
State() - Constructor for enum io.netty.handler.codec.socks.SocksCmdRequestDecoder.State
 
State() - Constructor for enum io.netty.handler.codec.socks.SocksCmdResponseDecoder.State
 
State() - Constructor for enum io.netty.handler.codec.socks.SocksInitRequestDecoder.State
 
State() - Constructor for enum io.netty.handler.codec.socks.SocksInitResponseDecoder.State
 
State() - Constructor for enum io.netty.handler.codec.socksx.v4.Socks4ClientDecoder.State
 
State() - Constructor for enum io.netty.handler.codec.socksx.v4.Socks4ServerDecoder.State
 
State() - Constructor for enum io.netty.handler.codec.socksx.v5.Socks5CommandRequestDecoder.State
 
State() - Constructor for enum io.netty.handler.codec.socksx.v5.Socks5CommandResponseDecoder.State
 
State() - Constructor for enum io.netty.handler.codec.socksx.v5.Socks5InitialRequestDecoder.State
 
State() - Constructor for enum io.netty.handler.codec.socksx.v5.Socks5InitialResponseDecoder.State
 
State() - Constructor for enum io.netty.handler.codec.socksx.v5.Socks5PasswordAuthRequestDecoder.State
 
State() - Constructor for enum io.netty.handler.codec.socksx.v5.Socks5PasswordAuthResponseDecoder.State
 
State() - Constructor for enum io.netty.handler.codec.spdy.SpdyFrameDecoder.State
 
State() - Constructor for enum io.netty.handler.codec.spdy.SpdyHeaderBlockRawDecoder.State
 
State() - Constructor for enum io.netty.handler.codec.stomp.StompSubframeDecoder.State
 
State() - Constructor for enum io.netty.handler.pcap.State
 
State(boolean, boolean) - Constructor for enum io.netty.handler.codec.http2.Http2Stream.State
 
State(int) - Constructor for class io.netty.handler.codec.http2.WeightedFairQueueByteDistributor.State
 
State(int, Http2Stream, int) - Constructor for class io.netty.handler.codec.http2.WeightedFairQueueByteDistributor.State
 
State(Http2Stream) - Constructor for class io.netty.handler.codec.http2.UniformStreamByteDistributor.State
 
State(Http2Stream) - Constructor for class io.netty.handler.codec.http2.WeightedFairQueueByteDistributor.State
 
State(Http2Stream, int) - Constructor for class io.netty.handler.codec.http2.WeightedFairQueueByteDistributor.State
 
STATE_ALL_MASK - Static variable in class io.netty.channel.unix.FileDescriptor
 
STATE_AVAILABLE - Static variable in class io.netty.util.Recycler.DefaultHandle
 
STATE_CALLING_CHILD_DECODE - Static variable in class io.netty.handler.codec.ByteToMessageDecoder
 
STATE_CLAIMED - Static variable in class io.netty.util.Recycler.DefaultHandle
 
STATE_CLOSE_NOTIFY - Static variable in class io.netty.handler.ssl.SslHandler
 
STATE_CLOSED_MASK - Static variable in class io.netty.channel.unix.FileDescriptor
 
STATE_FIRE_CHANNEL_READ - Static variable in class io.netty.handler.ssl.SslHandler
This flag is used to determine if we need to call ChannelHandlerContext.read() to consume more data when ChannelConfig.isAutoRead() is false.
STATE_FLUSHED_BEFORE_HANDSHAKE - Static variable in class io.netty.handler.ssl.SslHandler
 
STATE_HANDLER_REMOVED_PENDING - Static variable in class io.netty.handler.codec.ByteToMessageDecoder
 
STATE_HANDSHAKE_STARTED - Static variable in class io.netty.handler.ssl.SslHandler
 
STATE_INIT - Static variable in class io.netty.handler.codec.ByteToMessageDecoder
 
STATE_INPUT_SHUTDOWN_MASK - Static variable in class io.netty.channel.unix.FileDescriptor
 
STATE_IS_ACTIVE - Static variable in class io.netty.handler.codec.http2.WeightedFairQueueByteDistributor.State
 
STATE_IS_DISTRIBUTING - Static variable in class io.netty.handler.codec.http2.WeightedFairQueueByteDistributor.State
 
STATE_NEEDS_FLUSH - Static variable in class io.netty.handler.ssl.SslHandler
Set by wrap*() methods when something is produced.
STATE_OUTBOUND_CLOSED - Static variable in class io.netty.handler.ssl.SslHandler
 
STATE_OUTPUT_SHUTDOWN_MASK - Static variable in class io.netty.channel.unix.FileDescriptor
 
STATE_PROCESS_TASK - Static variable in class io.netty.handler.ssl.SslHandler
 
STATE_READ_DURING_HANDSHAKE - Static variable in class io.netty.handler.ssl.SslHandler
 
STATE_SENT_FIRST_MESSAGE - Static variable in class io.netty.handler.ssl.SslHandler
 
STATE_STREAM_ACTIVATED - Static variable in class io.netty.handler.codec.http2.WeightedFairQueueByteDistributor.State
 
STATE_UNWRAP_REENTRY - Static variable in class io.netty.handler.ssl.SslHandler
 
STATE_UPDATER - Static variable in class io.netty.util.concurrent.SingleThreadEventExecutor
 
STATE_UPDATER - Static variable in class io.netty.util.HashedWheelTimer.HashedWheelTimeout
 
STATE_UPDATER - Static variable in class io.netty.util.Recycler.DefaultHandle
 
stateCancelled(DefaultHttp2RemoteFlowController.FlowState) - Method in class io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController.ListenerWritabilityMonitor
 
stateCancelled(DefaultHttp2RemoteFlowController.FlowState) - Method in class io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController.WritabilityMonitor
Called when the state is cancelled.
stateChanged - Variable in class io.netty.handler.codec.http2.Http2FrameCodec.DefaultHttp2FrameStream
 
stateChanged(Http2FrameStream) - Static method in class io.netty.handler.codec.http2.Http2FrameStreamEvent
 
stateKey - Variable in class io.netty.handler.codec.http2.DefaultHttp2LocalFlowController
 
stateKey - Variable in class io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController
 
stateKey - Variable in class io.netty.handler.codec.http2.UniformStreamByteDistributor
 
stateKey - Variable in class io.netty.handler.codec.http2.WeightedFairQueueByteDistributor
 
StateOnlyComparator() - Constructor for class io.netty.handler.codec.http2.WeightedFairQueueByteDistributor.StateOnlyComparator
 
stateOnlyMap - Variable in class io.netty.handler.codec.http2.WeightedFairQueueByteDistributor
If there is no Http2Stream object, but we still persist priority information then this is where the state will reside.
stateOnlyQueueIndex - Variable in class io.netty.handler.codec.http2.WeightedFairQueueByteDistributor.State
 
stateOnlyRemovalQueue - Variable in class io.netty.handler.codec.http2.WeightedFairQueueByteDistributor
This queue will hold streams that are not active and provides the capability to retain priority for streams which have no Http2Stream object.
StatePseudoTimeComparator() - Constructor for class io.netty.handler.codec.http2.WeightedFairQueueByteDistributor.StatePseudoTimeComparator
 
STATES - Static variable in class io.netty.handler.codec.http.websocketx.Utf8Validator
 
stateUpdater - Static variable in class io.netty.channel.unix.FileDescriptor
 
STATIC_TABLE - Static variable in class io.netty.handler.codec.http2.HpackStaticTable
 
stats - Variable in class io.netty.handler.ssl.OpenSslSessionContext
 
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 - Variable in class io.netty.handler.codec.http.DefaultHttpResponse
 
status - Variable in class io.netty.handler.codec.memcache.binary.DefaultBinaryMemcacheResponse
 
status - Variable in class io.netty.handler.codec.socksx.v4.DefaultSocks4CommandResponse
 
status - Variable in class io.netty.handler.codec.socksx.v5.DefaultSocks5CommandResponse
 
status - Variable in class io.netty.handler.codec.socksx.v5.DefaultSocks5PasswordAuthResponse
 
status - Variable in class io.netty.handler.codec.spdy.DefaultSpdyGoAwayFrame
 
status - Variable in class io.netty.handler.codec.spdy.DefaultSpdyRstStreamFrame
 
status - Variable in class io.netty.handler.proxy.HttpProxyHandler
 
status - Variable in class io.netty.handler.ssl.ocsp.OcspResponse
 
status() - Method in class io.netty.handler.codec.http.DefaultHttpResponse
 
status() - Method in class io.netty.handler.codec.http.HttpObjectAggregator.AggregatedFullHttpResponse
 
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.STATUS header or null if there is no such header
status() - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
 
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 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 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
status(CharSequence) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
 
Status() - Constructor for enum io.netty.handler.ssl.ocsp.OcspResponse.Status
 
STATUS - io.netty.handler.codec.http2.Http2Headers.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"
statusArray - Static variable in enum io.netty.handler.codec.http.HttpStatusClass
 
statusCode - Variable in class io.netty.handler.codec.http.websocketx.WebSocketCloseStatus
 
statusCode() - Method in class io.netty.handler.codec.http.websocketx.CloseWebSocketFrame
Returns the closing status code as per RFC 6455.
statusPhrase - Variable in class io.netty.handler.codec.spdy.SpdySessionStatus
 
statusPhrase - Variable in class io.netty.handler.codec.spdy.SpdyStreamStatus
 
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.
stayClosed - Variable in class io.netty.channel.group.DefaultChannelGroup
 
STOMP - io.netty.handler.codec.stomp.StompCommand
 
StompCommand - Enum in io.netty.handler.codec.stomp
STOMP command
StompCommand() - Constructor for enum io.netty.handler.codec.stomp.StompCommand
 
StompConstants - Class in io.netty.handler.codec.stomp
 
StompConstants() - Constructor for class io.netty.handler.codec.stomp.StompConstants
 
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 StompHeadersSubframe and LastStompContentSubframe into 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 StompSubframe implementations.
StompSubframeAggregator - Class in io.netty.handler.codec.stomp
A ChannelHandler that aggregates an StompHeadersSubframe and its following StompContentSubframes into a single StompFrame.
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.HeaderParser - Class in io.netty.handler.codec.stomp
 
StompSubframeDecoder.State - Enum in io.netty.handler.codec.stomp
 
StompSubframeDecoder.Utf8LineParser - Class in io.netty.handler.codec.stomp
 
StompSubframeEncoder - Class in io.netty.handler.codec.stomp
Encodes a StompFrame or a StompSubframe into a ByteBuf.
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 Timer and cancels all tasks which were scheduled but not executed yet.
STORE_FENCE_AVAILABLE - Static variable in class io.netty.util.internal.PlatformDependent0
 
str - Variable in class io.netty.buffer.EmptyByteBuf
 
stream - Variable in class io.netty.handler.codec.http2.AbstractHttp2StreamChannel
 
stream - Variable in class io.netty.handler.codec.http2.AbstractHttp2StreamFrame
 
stream - Variable in class io.netty.handler.codec.http2.DefaultHttp2ConnectionEncoder.FlowControlledBase
 
stream - Variable in class io.netty.handler.codec.http2.DefaultHttp2LocalFlowController.DefaultState
 
stream - Variable in class io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController.FlowState
 
stream - Variable in class io.netty.handler.codec.http2.DefaultHttp2UnknownFrame
 
stream - Variable in class io.netty.handler.codec.http2.Http2DataChunkedInput
 
stream - Variable in class io.netty.handler.codec.http2.Http2FrameCodec.DefaultHttp2FrameStream
 
stream - Variable in class io.netty.handler.codec.http2.Http2FrameStreamEvent
 
stream - Variable in exception io.netty.handler.codec.http2.Http2FrameStreamException
 
stream - Variable in class io.netty.handler.codec.http2.UniformStreamByteDistributor.State
 
stream - Variable in class io.netty.handler.codec.http2.WeightedFairQueueByteDistributor.State
Maybe null if the stream if the stream is not active.
stream - Variable in class io.netty.resolver.dns.SingletonDnsServerAddresses
 
stream() - Method in class io.netty.handler.codec.http2.AbstractHttp2StreamChannel
 
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.DefaultHttp2RemoteFlowController.FlowState
The stream this state is associated with.
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 Http2FrameStream that belongs to this channel.
stream() - Method in interface io.netty.handler.codec.http2.Http2StreamFrame
Returns the Http2FrameStream object for this frame, or null if 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() - Method in class io.netty.resolver.dns.RotationalDnsServerAddresses
 
stream() - Method in class io.netty.resolver.dns.SingletonDnsServerAddresses
 
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 Http2FrameStream object 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_CLOSED - Static variable in class io.netty.handler.codec.spdy.SpdySessionHandler
 
STREAM_DEPENDENCY - Static variable in class io.netty.handler.codec.http2.DefaultHttp2FrameWriter
 
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 - Static variable in class io.netty.handler.codec.http2.DefaultHttp2FrameWriter
 
STREAM_ID - Static variable in class io.netty.handler.codec.spdy.SpdyHttpHeaders.Names
"x-spdy-stream-id"
STREAM_IDENTIFIER - io.netty.handler.codec.compression.SnappyFrameDecoder.ChunkType
 
STREAM_IN_USE - Static variable in class io.netty.handler.codec.spdy.SpdyStreamStatus
8 Stream In Use
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_PROVIDER_CONSTRUCTOR - Static variable in class io.netty.resolver.dns.DnsServerAddressStreamProviders
 
STREAM_START - Static variable in class io.netty.handler.codec.compression.SnappyFrameEncoder
All streams should start with the "Stream identifier", containing chunk type 0xff, a length field of 0x6, and 'sNaPpY' in ASCII.
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 - Variable in class io.netty.handler.codec.http2.UniformStreamByteDistributor.State
 
streamableBytes - Variable in class io.netty.handler.codec.http2.WeightedFairQueueByteDistributor.State
 
streamableBytes(StreamByteDistributor.StreamState) - Static method in class io.netty.handler.codec.http2.Http2CodecUtil
Calculate the amount of bytes that can be sent by state.
streamArrayElements - Variable in class io.netty.handler.codec.json.JsonObjectDecoder
 
streamBlockSize - Variable in class io.netty.handler.codec.compression.Bzip2Encoder
The declared maximum block size of the stream (before final run-length decoding).
StreamBufferingEncoder - Class in io.netty.handler.codec.http2
Implementation of a Http2ConnectionEncoder that dispatches all method call to another Http2ConnectionEncoder, until SETTINGS_MAX_CONCURRENT_STREAMS is 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.DataFrame - Class in io.netty.handler.codec.http2
 
StreamBufferingEncoder.Frame - Class in io.netty.handler.codec.http2
 
StreamBufferingEncoder.GoAwayDetail - Class in io.netty.handler.codec.http2
 
StreamBufferingEncoder.HeadersFrame - Class in io.netty.handler.codec.http2
 
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 StreamBufferingEncoder if buffered streams are terminated due to receipt of a GOAWAY.
StreamBufferingEncoder.PendingStream - Class in io.netty.handler.codec.http2
 
streamByteDistributor - Variable in class io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController
 
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.
streamClosed() - Method in class io.netty.handler.codec.http2.AbstractHttp2StreamChannel
 
streamComparator - Variable in class io.netty.handler.codec.spdy.SpdySession
 
StreamComparator() - Constructor for class io.netty.handler.codec.spdy.SpdySession.StreamComparator
 
streamCRC - Variable in class io.netty.handler.codec.compression.Bzip2Decoder
The merged CRC of all blocks decompressed so far.
streamCRC - Variable in class io.netty.handler.codec.compression.Bzip2Encoder
The merged CRC of all blocks compressed so far.
streamCreatedAfterGoAwaySent(int) - Method in class io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder.FrameReadListener
Helper method for determining whether or not to ignore inbound frames.
streamDependency - Variable in class io.netty.handler.codec.http2.DefaultHttp2ConnectionEncoder.FlowControlledHeaders
 
streamDependency - Variable in class io.netty.handler.codec.http2.DefaultHttp2PriorityFrame
 
streamDependency - Variable in class io.netty.handler.codec.http2.StreamBufferingEncoder.HeadersFrame
 
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.
StreamException(int, Http2Error, String) - Constructor for exception io.netty.handler.codec.http2.Http2Exception.StreamException
 
StreamException(int, Http2Error, String, Throwable) - Constructor for exception io.netty.handler.codec.http2.Http2Exception.StreamException
 
streamFrame - Variable in class io.netty.handler.codec.http2.DefaultHttp2PushPromiseFrame
 
streamId - Variable in class io.netty.handler.codec.http2.DefaultHttp2FrameReader
 
streamId - Variable in class io.netty.handler.codec.http2.HpackDecoder.Http2HeadersSink
 
streamId - Variable in exception io.netty.handler.codec.http2.Http2Exception.StreamException
 
streamId - Variable in class io.netty.handler.codec.http2.HttpConversionUtil.Http2ToHttpHeaderTranslator
 
streamId - Variable in class io.netty.handler.codec.http2.StreamBufferingEncoder.PendingStream
 
streamId - Variable in class io.netty.handler.codec.http2.WeightedFairQueueByteDistributor.State
 
streamId - Variable in class io.netty.handler.codec.spdy.DefaultSpdyStreamFrame
 
streamId - Variable in class io.netty.handler.codec.spdy.DefaultSpdyWindowUpdateFrame
 
streamId - Variable in class io.netty.handler.codec.spdy.SpdyFrameDecoder
 
streamId() - Method in exception io.netty.handler.codec.http2.Http2Exception.StreamException
 
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.
streamKey - Variable in class io.netty.handler.codec.http2.Http2FrameCodec
 
streamMap - Variable in class io.netty.handler.codec.http2.DefaultHttp2Connection
 
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.
streams - Variable in class io.netty.handler.codec.http2.DefaultHttp2Connection.ActiveStreams
 
StreamState(byte, boolean, boolean, int, int) - Constructor for class io.netty.handler.codec.spdy.SpdySession.StreamState
 
streamWindowUpdateRatio - Variable in class io.netty.handler.codec.http2.DefaultHttp2LocalFlowController.DefaultState
This is used to determine when DefaultHttp2LocalFlowController.DefaultState.processedWindow is sufficiently far away from DefaultHttp2LocalFlowController.DefaultState.initialStreamWindowSize such that a WINDOW_UPDATE should be sent.
strError(int) - Static method in class io.netty.channel.unix.ErrorsStaticallyReferencedJniMethods
 
strict - Variable in class io.netty.handler.codec.http.cookie.CookieDecoder
 
strict - Variable in class io.netty.handler.codec.http.cookie.CookieEncoder
 
strict - Variable in class io.netty.handler.codec.http.CookieDecoder
Deprecated.
 
strict - Variable in class io.netty.handler.codec.http.HttpContentDecompressor
 
strict - Variable in class io.netty.handler.codec.http2.DelegatingDecompressorFrameListener
 
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 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.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.
STRICT - Static variable in class io.netty.handler.codec.http.CookieDecoder
Deprecated.
 
string - Variable in class io.netty.util.AsciiString
Used to cache the AsciiString.toString() value.
STRING_BUILDER_INITIAL_SIZE - Static variable in class io.netty.util.internal.InternalThreadLocalMap
 
STRING_BUILDER_MAX_SIZE - Static variable in class io.netty.util.internal.InternalThreadLocalMap
 
stringBuilder - Variable in class io.netty.util.internal.InternalThreadLocalMap
 
stringBuilder() - Static method in class io.netty.handler.codec.http.cookie.CookieUtil
 
stringBuilder() - Method in class io.netty.util.internal.InternalThreadLocalMap
 
StringDecoder - Class in io.netty.handler.codec.string
Decodes a received ByteBuf into a String.
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 String into a ByteBuf.
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.
StringEntry(Map.Entry<CharSequence, CharSequence>) - Constructor for class io.netty.handler.codec.HeadersUtils.StringEntry
 
StringEntryIterator(Iterator<Map.Entry<CharSequence, CharSequence>>) - Constructor for class io.netty.handler.codec.HeadersUtils.StringEntryIterator
 
StringIterator(Iterator<T>) - Constructor for class io.netty.handler.codec.HeadersUtils.StringIterator
 
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
 
stringToErrors - Variable in class io.netty.handler.codec.redis.FixedRedisMessagePool
 
stringToSimpleStrings - Variable in class io.netty.handler.codec.redis.FixedRedisMessagePool
 
StringUtil - Class in io.netty.util.internal
String utility class.
StringUtil() - Constructor for class io.netty.util.internal.StringUtil
 
STRIP_PATTERN - Static variable in class io.netty.handler.codec.http.multipart.AbstractHttpData
 
stripDelimiter - Variable in class io.netty.handler.codec.DelimiterBasedFrameDecoder
 
stripDelimiter - Variable in class io.netty.handler.codec.LineBasedFrameDecoder
 
stripTrailingSeparator(StringBuilder) - Static method in class io.netty.handler.codec.http.cookie.CookieUtil
 
stripTrailingSeparatorOrNull(StringBuilder) - Static method in class io.netty.handler.codec.http.cookie.CookieUtil
 
StructHeaderExtractor(int) - Constructor for class io.netty.handler.codec.haproxy.HAProxyMessageDecoder.StructHeaderExtractor
 
strVal - Variable in class io.netty.channel.AbstractChannel
 
strVal - Variable in class io.netty.channel.local.LocalAddress
 
strVal - Variable in class io.netty.handler.proxy.ProxyConnectionEvent
 
strVal - Variable in class io.netty.resolver.dns.DefaultDnsServerAddresses
 
strValActive - Variable in class io.netty.channel.AbstractChannel
Cache for the string representation of this channel
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(byte) - Constructor for enum io.netty.handler.codec.mqtt.MqttReasonCodes.SubAck
 
SUBACK - io.netty.handler.codec.mqtt.MqttMessageType
 
SubAckBuilder() - Constructor for class io.netty.handler.codec.mqtt.MqttMessageBuilders.SubAckBuilder
 
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
 
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
 
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
 
SUBMITTED - Static variable in class io.netty.util.concurrent.NonStickyEventExecutorGroup.NonStickyOrderedEventExecutor
 
submitWrite(ChannelHandlerContext, Object, long, long, long, ChannelPromise) - Method in class io.netty.handler.traffic.AbstractTrafficShapingHandler
 
submitWrite(ChannelHandlerContext, Object, long, long, long, ChannelPromise) - Method in class io.netty.handler.traffic.ChannelTrafficShapingHandler
 
submitWrite(ChannelHandlerContext, Object, long, long, long, ChannelPromise) - Method in class io.netty.handler.traffic.GlobalChannelTrafficShapingHandler
 
submitWrite(ChannelHandlerContext, Object, long, long, long, ChannelPromise) - Method in class io.netty.handler.traffic.GlobalTrafficShapingHandler
 
submitWrite(ChannelHandlerContext, Object, long, ChannelPromise) - Method in class io.netty.handler.traffic.AbstractTrafficShapingHandler
Deprecated.
SUBNEGOTIATION_VERSION - Static variable in class io.netty.handler.codec.socks.SocksAuthRequest
 
SUBNEGOTIATION_VERSION - Static variable in class io.netty.handler.codec.socks.SocksAuthResponse
 
subnetMask - Variable in class io.netty.handler.ipfilter.IpSubnetFilterRule.Ip4SubnetFilterRule
 
subnetMask - Variable in class io.netty.handler.ipfilter.IpSubnetFilterRule.Ip6SubnetFilterRule
 
subord(int, int) - Method in class io.netty.buffer.IntPriorityQueue
 
SUBPAGE_BIT_LENGTH - Static variable in class io.netty.buffer.PoolChunk
 
SUBPAGE_IDX - Static variable in class io.netty.buffer.SizeClasses
 
SubPageMemoryRegionCache(int) - Constructor for class io.netty.buffer.PoolThreadCache.SubPageMemoryRegionCache
 
subPageMetricList(PoolSubpage<?>[]) - Static method in class io.netty.buffer.PoolArena
 
subpages - Variable in class io.netty.buffer.PoolChunk
manage all subpages in this chunk
subprotocol - Variable in class io.netty.handler.codec.http.websocketx.WebSocketClientProtocolConfig.Builder
 
subprotocol - Variable in class io.netty.handler.codec.http.websocketx.WebSocketClientProtocolConfig
 
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 - Variable in class io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker
 
subprotocols - Variable in class io.netty.handler.codec.http.websocketx.WebSocketServerHandshakerFactory
 
subprotocols - Variable in class io.netty.handler.codec.http.websocketx.WebSocketServerProtocolConfig.Builder
 
subprotocols - Variable in class io.netty.handler.codec.http.websocketx.WebSocketServerProtocolConfig
 
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
 
SubscribeBuilder() - Constructor for class io.netty.handler.codec.mqtt.MqttMessageBuilders.SubscribeBuilder
 
SUBSCRIPTION - Static variable in interface io.netty.handler.codec.stomp.StompHeaders
 
SUBSCRIPTION_IDENTIFIER - io.netty.handler.codec.mqtt.MqttProperties.MqttPropertyType
 
SUBSCRIPTION_IDENTIFIER_AVAILABLE - io.netty.handler.codec.mqtt.MqttProperties.MqttPropertyType
 
SUBSCRIPTION_IDENTIFIERS_NOT_SUPPORTED - io.netty.handler.codec.mqtt.MqttReasonCodes.Disconnect
 
SUBSCRIPTION_IDENTIFIERS_NOT_SUPPORTED - io.netty.handler.codec.mqtt.MqttReasonCodes.SubAck
 
subscriptionIdentifiersAvailable - Variable in class io.netty.handler.codec.mqtt.MqttMessageBuilders.ConnAckPropertiesBuilder
 
subscriptionIdentifiersAvailable(boolean) - Method in class io.netty.handler.codec.mqtt.MqttMessageBuilders.ConnAckPropertiesBuilder
 
subscriptionIds - Variable in class io.netty.handler.codec.mqtt.MqttProperties
 
subscriptions - Variable in class io.netty.handler.codec.mqtt.MqttMessageBuilders.SubscribeBuilder
 
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 String from 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).
subStringSort(int, int, int, int[], int, int, int, boolean, int) - Method in class io.netty.handler.codec.compression.Bzip2DivSufSort
 
subStringUnsafe(int, int) - Method in class io.netty.util.internal.AppendableCharSequence
Create a new String from the given start to end.
SucceededChannelFuture - Class in io.netty.channel
The CompleteChannelFuture which is succeeded already.
SucceededChannelFuture(Channel, EventExecutor) - Constructor for class io.netty.channel.SucceededChannelFuture
Creates a new instance.
succeededFuture - Variable in class io.netty.channel.AbstractChannelHandlerContext
 
succeededFuture - Variable in class io.netty.channel.DefaultChannelPipeline
 
SucceededFuture<V> - Class in io.netty.util.concurrent
The CompleteFuture which is succeeded already.
SucceededFuture(EventExecutor, V) - Constructor for class io.netty.util.concurrent.SucceededFuture
Creates a new instance.
success(long) - Method in class io.netty.handler.stream.ChunkedWriteHandler.PendingWrite
 
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.ssl.SslCloseCompletionEvent
 
SUCCESS - Static variable in class io.netty.handler.ssl.SslHandshakeCompletionEvent
 
SUCCESS - Static variable in class io.netty.util.concurrent.DefaultPromise
 
successAndRecycle() - Method in class io.netty.util.internal.PendingWrite
Mark the underlying Promise successfully and recycle this instance.
successBit - Variable in class io.netty.buffer.search.BitapSearchProcessorFactory.Processor
 
successBit - Variable in class io.netty.buffer.search.BitapSearchProcessorFactory
 
successCount - Variable in class io.netty.channel.group.DefaultChannelGroupFuture
 
sunSslEngineUnavailabilityCause() - Static method in class io.netty.handler.ssl.SslMasterKeyHandler
Returns the cause of unavailability.
SUPER - Static variable in class io.netty.util.internal.logging.JdkLogger
 
SUPPORTED_CIPHERS - Static variable in class io.netty.handler.ssl.JdkSslContext
 
SUPPORTED_CIPHERS_NON_TLSV13 - Static variable in class io.netty.handler.ssl.JdkSslContext
 
SUPPORTED_KEY_TYPES - Static variable in class io.netty.handler.ssl.ReferenceCountedOpenSslClientContext
 
SUPPORTED_PROTOCOLS_SET - Static variable in class io.netty.handler.ssl.OpenSsl
 
supportedCiphers - Variable in class io.netty.handler.ssl.JdkSslContext.Defaults
 
supportedCiphers(SSLEngine) - Static method in class io.netty.handler.ssl.JdkSslContext
 
supportedCiphersNonTLSv13 - Variable in class io.netty.handler.ssl.JdkSslContext.Defaults
 
SupportedCipherSuiteFilter - Class in io.netty.handler.ssl
This class will filter all requested ciphers out that are not supported by the current SSLEngine.
SupportedCipherSuiteFilter() - Constructor for class io.netty.handler.ssl.SupportedCipherSuiteFilter
 
supportedClientKeyTypes(byte[]) - Static method in class io.netty.handler.ssl.ReferenceCountedOpenSslClientContext.OpenSslClientCertificateCallback
Gets the supported key types for client certificates.
supportedProtocols - Variable in class io.netty.handler.ssl.ApplicationProtocolConfig
 
supportedProtocols - Variable in class io.netty.handler.ssl.JdkBaseApplicationProtocolNegotiator.NoFailProtocolSelectionListener
 
supportedProtocols - Variable in class io.netty.handler.ssl.JdkBaseApplicationProtocolNegotiator.NoFailProtocolSelector
 
supportedProtocols() - Method in class io.netty.handler.ssl.ApplicationProtocolConfig
The application level protocols supported.
SUPPORTS_KEYMANAGER_FACTORY - Static variable in class io.netty.handler.ssl.OpenSsl
 
SUPPORTS_OCSP - Static variable in class io.netty.handler.ssl.OpenSsl
 
supportsAAAARecords - Variable in class io.netty.resolver.dns.DnsNameResolver
 
supportsAAAARecords() - Method in class io.netty.resolver.dns.DnsNameResolver
 
supportsAlpn() - Static method in class io.netty.handler.ssl.JdkAlpnSslUtils
 
supportsARecords - Variable in class io.netty.resolver.dns.DnsNameResolver
 
supportsARecords() - Method in class io.netty.resolver.dns.DnsNameResolver
 
supportsCompressionOptions - Variable in class io.netty.handler.codec.http.HttpContentCompressor
 
supportsCompressionOptions - Variable in class io.netty.handler.codec.http2.CompressorHttp2ConnectionEncoder
 
supportsHostnameValidation() - Static method in class io.netty.handler.ssl.OpenSsl
Deprecated.
Will be removed because hostname validation is always done by a TrustManager implementation.
supportsKeyManagerFactory() - Static method in class io.netty.handler.ssl.OpenSsl
Returns true if KeyManagerFactory is supported when using OpenSSL.
supportsWindowSizeAndMemLevel - Static variable in class io.netty.handler.codec.compression.ZlibCodecFactory
 
suppressChannelReadComplete - Variable in class io.netty.handler.proxy.ProxyHandler
 
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
Annotation to suppress the Java 6 source code requirement checks for a method.
suppressRead - Variable in class io.netty.handler.ssl.SslClientHelloHandler
 
swap(int, int) - Method in class io.netty.buffer.IntPriorityQueue
 
swapElements(int[], int, int[], int) - Static method in class io.netty.handler.codec.compression.Bzip2DivSufSort
 
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.
swapped - Variable in class io.netty.buffer.EmptyByteBuf
 
swapped - Variable in class io.netty.handler.codec.ReplayingDecoderByteBuf
 
swappedBuf - Variable in class io.netty.buffer.UnreleasableByteBuf
 
SwappedByteBuf - Class in io.netty.buffer
Deprecated.
use the Little Endian accessors, e.g. getShortLE, getIntLE instead.
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.
SWARByteSearch() - Constructor for class io.netty.buffer.ByteBufUtil.SWARByteSearch
 
SWITCHING_PROTOCOLS - Static variable in class io.netty.handler.codec.http.HttpResponseStatus
101 Switching Protocols
symbolMTF - Variable in class io.netty.handler.codec.compression.Bzip2BlockDecompressor
Table for Move To Front transformations.
SYN - io.netty.handler.pcap.TCPPacket.TCPFlag
 
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.CompleteChannelFuture
 
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 class io.netty.channel.FailedChannelFuture
 
sync() - Method in interface io.netty.channel.group.ChannelGroupFuture
 
sync() - Method in class io.netty.channel.group.DefaultChannelGroupFuture
 
sync() - Method in class io.netty.channel.group.VoidChannelGroupFuture
 
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.CompleteChannelFuture
 
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 class io.netty.channel.FailedChannelFuture
 
syncUninterruptibly() - Method in interface io.netty.channel.group.ChannelGroupFuture
 
syncUninterruptibly() - Method in class io.netty.channel.group.DefaultChannelGroupFuture
 
syncUninterruptibly() - Method in class io.netty.channel.group.VoidChannelGroupFuture
 
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
 
sysctlGetInt(String) - Static method in class io.netty.util.NetUtil
This will execute sysctl with the sysctlKey which is expected to return the numeric value for for sysctlKey.
SYSTEM_PROP_KEY - Static variable in class io.netty.handler.ssl.SslMasterKeyHandler
A system property that can be used to turn on/off the SslMasterKeyHandler dynamically without having to edit your pipeline.
SystemPropertyUtil - Class in io.netty.util.internal
A collection of utility methods to retrieve and parse the values of the Java system properties.
SystemPropertyUtil() - Constructor for class io.netty.util.internal.SystemPropertyUtil
 

T

t - Variable in class io.netty.util.concurrent.SingleThreadEventExecutor.DefaultThreadProperties
 
T - Variable in class io.netty.handler.codec.compression.Bzip2DivSufSort
 
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
 
tableCodeLengths - Variable in class io.netty.handler.codec.compression.Bzip2HuffmanStageDecoder
The Canonical Huffman code lengths for each table.
tableMTF - Variable in class io.netty.handler.codec.compression.Bzip2HuffmanStageDecoder
Table for Move To Front transformations.
tableSizeChangeOutput - Variable in class io.netty.handler.codec.http2.DefaultHttp2HeadersEncoder
 
tag - Variable in class io.netty.handler.codec.compression.Snappy
 
tail - Variable in class io.netty.channel.DefaultChannelPipeline
 
tail - Variable in class io.netty.channel.PendingWriteQueue
 
tail - Variable in class io.netty.handler.codec.http2.HpackDynamicTable
 
tail - Variable in class io.netty.util.HashedWheelTimer.HashedWheelBucket
 
TAIL_NAME - Static variable in class io.netty.channel.DefaultChannelPipeline
 
TailContext(DefaultChannelPipeline) - Constructor for class io.netty.channel.DefaultChannelPipeline.TailContext
 
tailEntry - Variable in class io.netty.channel.ChannelOutboundBuffer
 
tailTasks - Variable in class io.netty.channel.SingleThreadEventLoop
 
takeChild(WeightedFairQueueByteDistributor.State, boolean, List<WeightedFairQueueByteDistributor.ParentChangedEvent>) - Method in class io.netty.handler.codec.http2.WeightedFairQueueByteDistributor.State
 
takeChild(Iterator<IntObjectMap.PrimitiveEntry<WeightedFairQueueByteDistributor.State>>, WeightedFairQueueByteDistributor.State, boolean, List<WeightedFairQueueByteDistributor.ParentChangedEvent>) - Method in class io.netty.handler.codec.http2.WeightedFairQueueByteDistributor.State
Adds a child to this priority.
takeTask() - Method in class io.netty.util.concurrent.GlobalEventExecutor
Take the next Runnable from the task queue and so will block if no task is currently present.
takeTask() - Method in class io.netty.util.concurrent.SingleThreadEventExecutor
Take the next Runnable from the task queue and so will block if no task is currently present.
TARGET_RECORDS - Static variable in class io.netty.util.ResourceLeakDetector
 
targetContentEncoding - Variable in class io.netty.handler.codec.http.HttpContentEncoder.Result
 
targetContentEncoding() - Method in class io.netty.handler.codec.http.HttpContentEncoder.Result
 
task - Variable in class io.netty.handler.ssl.ReferenceCountedOpenSslEngine.TaskDecorator
 
task - Variable in class io.netty.util.concurrent.PromiseTask.RunnableAdapter
 
task - Variable in class io.netty.util.concurrent.PromiseTask
 
task - Variable in class io.netty.util.concurrent.UnorderedThreadPoolEventExecutor.NonNotifyRunnable
 
task - Variable in class io.netty.util.HashedWheelTimer.HashedWheelTimeout
 
task - Variable in class io.netty.util.ThreadDeathWatcher.Entry
Deprecated.
 
task() - Method in class io.netty.util.HashedWheelTimer.HashedWheelTimeout
 
task() - Method in interface io.netty.util.Timeout
Returns the TimerTask which is associated with this handle.
TaskDecorator(R) - Constructor for class io.netty.handler.ssl.ReferenceCountedOpenSslEngine.TaskDecorator
 
taskError(Throwable) - Method in class io.netty.handler.ssl.SslHandler.SslTasksRunner
 
taskExecutor - Variable in class io.netty.util.HashedWheelTimer
 
taskQueue - Variable in class io.netty.util.concurrent.GlobalEventExecutor
 
taskQueue - Variable in class io.netty.util.concurrent.SingleThreadEventExecutor
 
taskRunner - Variable in class io.netty.util.concurrent.GlobalEventExecutor
 
TaskRunner() - Constructor for class io.netty.util.concurrent.GlobalEventExecutor.TaskRunner
 
tasks - Variable in class io.netty.channel.embedded.EmbeddedEventLoop
 
tasks - Variable in class io.netty.util.concurrent.NonStickyEventExecutorGroup.NonStickyOrderedEventExecutor
 
Tasks(AbstractChannelHandlerContext) - Constructor for class io.netty.channel.AbstractChannelHandlerContext.Tasks
 
tcacheAllocateNormal(PoolThreadCache, PooledByteBuf<T>, int, int) - Method in class io.netty.buffer.PoolArena
 
tcacheAllocateSmall(PoolThreadCache, PooledByteBuf<T>, int, int) - Method in class io.netty.buffer.PoolArena
 
TCNATIVE - io.netty.handler.ssl.SslHandler.SslEngineType
 
TCP - io.netty.handler.pcap.PcapWriteHandler.ChannelType
 
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 - Static variable in class io.netty.handler.pcap.IPPacket
 
TCP_CORK - Static variable in class io.netty.channel.epoll.EpollChannelOption
 
TCP_DEFER_ACCEPT - Static variable in class io.netty.channel.epoll.EpollChannelOption
 
TCP_ENCODER - Static variable in class io.netty.resolver.dns.DnsNameResolver
 
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.
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.
TCP_FASTOPEN_MODE - Static variable in class io.netty.channel.epoll.Native
 
TCP_KEEPCNT - Static variable in class io.netty.channel.epoll.EpollChannelOption
 
TCP_KEEPIDLE - Static variable in class io.netty.channel.epoll.EpollChannelOption
 
TCP_KEEPINTVL - Static variable in class io.netty.channel.epoll.EpollChannelOption
 
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_QUICKACK - Static variable in class io.netty.channel.epoll.EpollChannelOption
 
TCP_USER_TIMEOUT - Static variable in class io.netty.channel.epoll.EpollChannelOption
 
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.
TcpDnsQueryContext - Class in io.netty.resolver.dns
 
TcpDnsQueryContext(Channel, Future<? extends Channel>, InetSocketAddress, DnsQueryContextManager, int, boolean, DnsQuestion, DnsRecord[], Promise<AddressedEnvelope<DnsResponse, InetSocketAddress>>) - Constructor for class io.netty.resolver.dns.TcpDnsQueryContext
 
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 recordDecoder and maxFrameLength
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.
tcpFastopen - Variable in class io.netty.channel.epoll.EpollSocketChannelConfig
 
tcpFastopen - Variable in class io.netty.channel.kqueue.KQueueSocketChannelConfig
 
tcpFastopenMode() - Static method in class io.netty.channel.epoll.NativeStaticallyReferencedJniMethods
 
TCPFlag(int) - Constructor for enum io.netty.handler.pcap.TCPPacket.TCPFlag
 
tcpInfo() - Method in class io.netty.channel.epoll.EpollSocketChannel
Returns the TCP_INFO for the current socket.
tcpInfo(EpollTcpInfo) - Method in class io.netty.channel.epoll.EpollSocketChannel
Updates and returns the TCP_INFO for the current socket.
tcpMd5SigAddresses - Variable in class io.netty.channel.epoll.EpollServerSocketChannel
 
tcpMd5SigAddresses - Variable in class io.netty.channel.epoll.EpollSocketChannel
 
tcpMd5SigAddresses() - Method in class io.netty.channel.epoll.EpollServerSocketChannel
 
tcpMd5SigMaxKeyLen() - Static method in class io.netty.channel.epoll.NativeStaticallyReferencedJniMethods
 
TcpMd5Util - Class in io.netty.channel.epoll
 
TcpMd5Util() - Constructor for class io.netty.channel.epoll.TcpMd5Util
 
TCPPacket - Class in io.netty.handler.pcap
 
TCPPacket() - Constructor for class io.netty.handler.pcap.TCPPacket
 
TCPPacket.TCPFlag - Enum in io.netty.handler.pcap
 
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.
tempFile() - Method in class io.netty.handler.codec.http.multipart.AbstractDiskHttpData
 
TEMPORARY_REDIRECT - Static variable in class io.netty.handler.codec.http.HttpResponseStatus
307 Temporary Redirect (since HTTP/1.1)
terminate() - Method in class io.netty.handler.codec.ReplayingDecoderByteBuf
 
terminated - Variable in class io.netty.handler.codec.ReplayingDecoderByteBuf
 
terminatedChildren - Variable in class io.netty.util.concurrent.MultithreadEventExecutorGroup
 
terminationFuture - Variable in class io.netty.channel.ThreadPerChannelEventLoopGroup
Deprecated.
 
terminationFuture - Variable in class io.netty.util.concurrent.GlobalEventExecutor
 
terminationFuture - Variable in class io.netty.util.concurrent.ImmediateEventExecutor
 
terminationFuture - Variable in class io.netty.util.concurrent.MultithreadEventExecutorGroup
 
terminationFuture - Variable in class io.netty.util.concurrent.SingleThreadEventExecutor
 
terminationFuture - Variable in class io.netty.util.concurrent.UnorderedThreadPoolEventExecutor
 
terminationFuture() - Method in class io.netty.channel.embedded.EmbeddedEventLoop
 
terminationFuture() - Method in class io.netty.channel.ThreadPerChannelEventLoopGroup
Deprecated.
 
terminationFuture() - Method in interface io.netty.util.concurrent.EventExecutorGroup
Returns the Future which is notified when all EventExecutors managed by this EventExecutorGroup have 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.NonStickyOrderedEventExecutor
 
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
 
text - Variable in class io.netty.handler.codec.dns.DnsOpCode
 
text - Variable in class io.netty.handler.codec.dns.DnsRecordType
 
text - Variable in class io.netty.handler.codec.dns.DnsResponseCode
 
text - Variable in class io.netty.handler.codec.http.HttpVersion
 
text - Variable in class io.netty.handler.codec.http.websocketx.WebSocketCloseStatus
 
text - Variable in enum io.netty.handler.codec.http2.HttpConversionUtil.ExtensionHeaderNames
 
text - Variable in class io.netty.handler.codec.socksx.v4.Socks4CommandStatus
 
text - Variable in class io.netty.handler.codec.socksx.v4.Socks4CommandType
 
text - Variable in class io.netty.handler.codec.socksx.v5.Socks5AddressType
 
text - Variable in class io.netty.handler.codec.socksx.v5.Socks5AuthMethod
 
text - Variable in class io.netty.handler.codec.socksx.v5.Socks5CommandStatus
 
text - Variable in class io.netty.handler.codec.socksx.v5.Socks5CommandType
 
text - Variable in class io.netty.handler.codec.socksx.v5.Socks5PasswordAuthStatus
 
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_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"
TEXT_PREFIX - Static variable in class io.netty.handler.codec.haproxy.HAProxyConstants
 
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.
TFO_ENABLED_CLIENT_MASK - Static variable in class io.netty.channel.epoll.Native
 
TFO_ENABLED_SERVER_MASK - Static variable in class io.netty.channel.epoll.Native
 
thisT() - Method in class io.netty.handler.codec.DefaultHeaders
 
thisT() - Method in class io.netty.handler.codec.EmptyHeaders
 
thisUpdate - Variable in class io.netty.handler.ssl.ocsp.OcspResponse
 
thisUpdate() - Method in class io.netty.handler.ssl.ocsp.OcspResponse
 
thread - Variable in class io.netty.util.concurrent.GlobalEventExecutor
 
thread - Variable in class io.netty.util.concurrent.SingleThreadEventExecutor
 
thread - Variable in class io.netty.util.ThreadDeathWatcher.Entry
Deprecated.
 
THREAD_LOCAL_BUFFER_SIZE - Static variable in class io.netty.buffer.ByteBufUtil
 
THREAD_POOL_DELAY_SECONDS - Static variable in class io.netty.handler.codec.compression.EncoderUtil
 
THREAD_POOL_DELAY_SECONDS - Static variable in class io.netty.handler.codec.compression.JZlibEncoder
 
threadCache - Variable in class io.netty.buffer.PooledByteBufAllocator
 
threadCache() - Method in class io.netty.buffer.PooledByteBufAllocator
 
ThreadDeathWatcher - Class in io.netty.util
Deprecated.
will be removed in the next major release
ThreadDeathWatcher() - Constructor for class io.netty.util.ThreadDeathWatcher
Deprecated.
 
ThreadDeathWatcher.Entry - Class in io.netty.util
Deprecated.
 
ThreadDeathWatcher.Watcher - Class in io.netty.util
Deprecated.
 
ThreadExecutorMap - Class in io.netty.util.internal
Allow to retrieve the EventExecutor for the calling Thread.
ThreadExecutorMap() - Constructor for class io.netty.util.internal.ThreadExecutorMap
 
threadFactory - Variable in class io.netty.util.concurrent.GlobalEventExecutor
 
threadFactory - Variable in class io.netty.util.concurrent.ThreadPerTaskExecutor
 
threadFactory - Static variable in class io.netty.util.ThreadDeathWatcher
Deprecated.
 
threadGroup - Variable in class io.netty.util.concurrent.DefaultThreadFactory
 
threadLocal - Variable in class io.netty.util.Recycler
 
threadLocalDirectBuffer() - Static method in class io.netty.buffer.ByteBufUtil
Returns a cached thread-local direct buffer, if available.
ThreadLocalDirectByteBuf(ObjectPool.Handle<ByteBufUtil.ThreadLocalDirectByteBuf>) - Constructor for class io.netty.buffer.ByteBufUtil.ThreadLocalDirectByteBuf
 
ThreadLocalInsecureRandom - Class in io.netty.handler.ssl.util
Insecure SecureRandom which relies on PlatformDependent.threadLocalRandom() for random number generation.
ThreadLocalInsecureRandom() - Constructor for class io.netty.handler.ssl.util.ThreadLocalInsecureRandom
 
threadLocalMap - Variable in class io.netty.util.concurrent.FastThreadLocalThread
 
threadLocalMap() - Method in class io.netty.util.concurrent.FastThreadLocalThread
Returns the internal data structure that keeps the thread-local variables bound to this thread.
threadLocalRandom() - Static method in class io.netty.util.internal.PlatformDependent
Return a Random which is not-threadsafe and so can only be used from the same thread.
ThreadLocalRandom - Class in io.netty.util.internal
A random number generator isolated to the current thread.
ThreadLocalRandom() - Constructor for class io.netty.util.internal.ThreadLocalRandom
Constructor called only by localRandom.initialValue.
threadLocalSize() - Method in class io.netty.util.Recycler
 
threadLocalTempArray(int) - Static method in class io.netty.buffer.ByteBufUtil
Allocates a new array if minLength > ByteBufUtil.MAX_TL_ARRAY_LEN
ThreadLocalUnsafeDirectByteBuf(ObjectPool.Handle<ByteBufUtil.ThreadLocalUnsafeDirectByteBuf>) - Constructor for class io.netty.buffer.ByteBufUtil.ThreadLocalUnsafeDirectByteBuf
 
threadLock - Variable in class io.netty.util.concurrent.SingleThreadEventExecutor
 
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 ThreadPerChannelEventLoopGroup with no limit in place.
ThreadPerChannelEventLoopGroup(int) - Constructor for class io.netty.channel.ThreadPerChannelEventLoopGroup
Deprecated.
ThreadPerChannelEventLoopGroup(int, Executor, Object...) - Constructor for class io.netty.channel.ThreadPerChannelEventLoopGroup
Deprecated.
ThreadPerChannelEventLoopGroup(int, ThreadFactory, Object...) - Constructor for class io.netty.channel.ThreadPerChannelEventLoopGroup
Deprecated.
ThreadPerTaskExecutor - Class in io.netty.util.concurrent
 
ThreadPerTaskExecutor(ThreadFactory) - Constructor for class io.netty.util.concurrent.ThreadPerTaskExecutor
 
threadProperties - Variable in class io.netty.util.concurrent.SingleThreadEventExecutor
 
threadProperties() - Method in class io.netty.util.concurrent.SingleThreadEventExecutor
Returns the ThreadProperties of the Thread that powers the SingleThreadEventExecutor.
ThreadProperties - Interface in io.netty.util.concurrent
Expose details for a Thread.
throwable - Variable in class io.netty.util.internal.logging.FormattingTuple
 
ThrowableUtil - Class in io.netty.util.internal
 
ThrowableUtil() - Constructor for class io.netty.util.internal.ThrowableUtil
 
throwConnectException(String, int) - Static method in class io.netty.channel.unix.Errors
throwEnhancedCertificateException(X509Certificate[], CertificateException) - Static method in class io.netty.handler.ssl.EnhancingX509ExtendedTrustManager
 
throwException(Throwable) - Static method in class io.netty.util.internal.PlatformDependent
Raises an exception bypassing compiler checks for checked exceptions.
throwException(Throwable) - Static method in class io.netty.util.internal.PlatformDependent0
 
throwException0(Throwable) - Static method in class io.netty.util.internal.PlatformDependent
 
throwIfError() - Method in class io.netty.handler.codec.http2.DefaultHttp2LocalFlowController.WindowUpdateVisitor
 
throwIfInEventLoop(String) - Method in class io.netty.util.concurrent.SingleThreadEventExecutor
 
throwUnexpectedMessageTypeEx(Object, int) - Static method in class io.netty.handler.codec.http.HttpObjectEncoder
 
tick - Variable in class io.netty.util.HashedWheelTimer.Worker
 
tickDuration - Variable in class io.netty.util.HashedWheelTimer
 
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.
ticksInNanos() - Method in class io.netty.handler.timeout.IdleStateHandler
This method is visible for testing!
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"
timeFound - Variable in class io.netty.handler.codec.DateFormatter
 
timeFrozen - Variable in class io.netty.channel.embedded.EmbeddedEventLoop
Whether time is currently frozen.
timeout - Variable in class io.netty.handler.ssl.OpenSslSessionCache.NativeSslSession
 
timeout - Variable in class io.netty.resolver.dns.macos.DnsResolver
 
timeout - Variable in class io.netty.resolver.dns.UnixResolverOptions.Builder
 
timeout - Variable in class io.netty.resolver.dns.UnixResolverOptions
 
timeout() - Method in class io.netty.resolver.dns.macos.DnsResolver
 
timeout() - Method in class io.netty.resolver.dns.UnixResolverOptions
The timeout of each DNS query performed by this resolver (in seconds).
Timeout - Interface in io.netty.util
A handle associated with a TimerTask that is returned by a Timer.
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 TimeoutException when no data was either read or written within a certain period of time.
TimeoutException() - Constructor for exception io.netty.handler.timeout.TimeoutException
 
TimeoutException(String, boolean) - Constructor for exception io.netty.handler.timeout.TimeoutException
 
timeoutFuture - Variable in class io.netty.channel.pool.FixedChannelPool.AcquireTask
 
timeoutFuture - Variable in class io.netty.handler.ssl.AbstractSniHandler
 
timeoutFuture - Variable in class io.netty.resolver.dns.DnsQueryContext
 
timeoutNanos - Variable in class io.netty.handler.timeout.WriteTimeoutHandler
 
timeouts - Variable in class io.netty.util.HashedWheelTimer
 
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.
timeoutTask - Variable in class io.netty.channel.pool.FixedChannelPool
 
timeoutTask - Variable in class io.netty.handler.codec.http2.Http2ConnectionHandler.ClosingChannelFutureListener
 
TimeoutTask() - Constructor for class io.netty.channel.pool.FixedChannelPool.TimeoutTask
 
timer - Variable in class io.netty.util.HashedWheelTimer.HashedWheelTimeout
 
timer() - Method in class io.netty.util.HashedWheelTimer.HashedWheelTimeout
 
timer() - Method in interface io.netty.util.Timeout
Returns the Timer that created this handle.
Timer - Interface in io.netty.util
Schedules TimerTasks for one-time future execution in a background thread.
timerFd - Variable in class io.netty.channel.epoll.EpollEventLoop
 
timerFd() - Static method in class io.netty.channel.epoll.Native
 
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"
TIMESTAMP_LEN - Static variable in class io.netty.channel.DefaultChannelId
 
timeToLive - Variable in class io.netty.handler.codec.dns.AbstractDnsRecord
 
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
tinyCacheSize() - Method in class io.netty.buffer.PooledByteBufAllocatorMetric
Deprecated.
Tiny caches have been merged into small caches.
tinySubpages() - Method in class io.netty.buffer.PoolArena
 
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..
tlmd - Variable in class io.netty.handler.ssl.util.FingerprintTrustManagerFactory
 
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_2 or SslProtocols.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_2 or SslProtocols.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).
tlsFalseStart - Variable in class io.netty.handler.ssl.ReferenceCountedOpenSslContext
 
TLSV1_3_JDK_DEFAULT_ENABLED - Static variable in class io.netty.handler.ssl.SslUtils
 
TLSV1_3_JDK_SUPPORTED - Static variable in class io.netty.handler.ssl.SslUtils
 
TLSV13_CIPHER_SUITES - Static variable in class io.netty.handler.ssl.SslUtils
 
TLSV13_CIPHERS - Static variable in class io.netty.handler.ssl.SslUtils
 
TLSV13_SUPPORTED - Static variable in class io.netty.handler.ssl.OpenSsl
 
tlvNumBytes() - Method in class io.netty.handler.codec.haproxy.HAProxyMessage
 
tlvs - Variable in class io.netty.handler.codec.haproxy.HAProxyMessage
 
tlvs - Variable in class io.netty.handler.codec.haproxy.HAProxySSLTLV
 
tlvs() - Method in class io.netty.handler.codec.haproxy.HAProxyMessage
Returns a list of HAProxyTLV or an empty list if no TLVs are present.
tm - Variable in class io.netty.handler.ssl.util.FingerprintTrustManagerFactory
 
tm - Static variable in class io.netty.handler.ssl.util.InsecureTrustManagerFactory
 
tm - Variable in class io.netty.handler.ssl.util.TrustManagerFactoryWrapper
 
tmOffset - Variable in class io.netty.handler.ssl.OpenSslX509TrustManagerWrapper.UnsafeTrustManagerWrapper
 
tmpdir() - Static method in class io.netty.util.internal.PlatformDependent
Returns the temporary directory.
TMPDIR - Static variable in class io.netty.util.internal.PlatformDependent
 
tmpdir0() - Static method in class io.netty.util.internal.PlatformDependent
 
tmpNioBuf - Variable in class io.netty.buffer.PooledByteBuf
 
tmpNioBuf - Variable in class io.netty.buffer.ReadOnlyByteBufferBuf
 
tmpNioBuf - Variable in class io.netty.buffer.UnpooledDirectByteBuf
 
tmpNioBuf - Variable in class io.netty.buffer.UnpooledHeapByteBuf
 
tmpPacket - Variable in class io.netty.channel.socket.oio.OioDatagramChannel
Deprecated.
 
toAddressString(byte[], int, boolean) - Static method in class io.netty.util.NetUtil
 
toAddressString(InetAddress) - Static method in class io.netty.util.NetUtil
Returns the String representation of an InetAddress.
toAddressString(InetAddress, boolean) - Static method in class io.netty.util.NetUtil
Returns the String representation of an InetAddress.
toApplicationProtocolConfig(Iterable<String>) - Static method in class io.netty.handler.ssl.SslContext
 
toArray() - Method in class io.netty.channel.group.DefaultChannelGroup
 
toArray() - Method in class io.netty.handler.codec.http2.MaxCapacityQueue
 
toArray() - Method in class io.netty.util.internal.DefaultPriorityQueue
 
toArray() - Method in class io.netty.util.internal.EmptyPriorityQueue
 
toArray(Iterable<? extends T>, T[]) - Static method in class io.netty.handler.ssl.SslContextBuilder
 
toArray(Iterable<DnsRecord>, boolean) - Static method in class io.netty.resolver.dns.DnsNameResolver
 
toArray(T[]) - Method in class io.netty.channel.group.DefaultChannelGroup
 
toArray(T[]) - Method in class io.netty.handler.codec.http2.MaxCapacityQueue
 
toArray(T1[]) - Method in class io.netty.util.internal.EmptyPriorityQueue
 
toArray(X[]) - Method in class io.netty.util.internal.DefaultPriorityQueue
 
toAsciiString() - Method in enum io.netty.handler.codec.http.websocketx.WebSocketVersion
 
toAsciiStringArray(String[]) - Static method in class io.netty.util.AsciiString
 
toAvailable() - Method in class io.netty.util.Recycler.DefaultHandle
 
toBase64(ByteBufAllocator, ByteBuf) - Static method in class io.netty.handler.ssl.SslUtils
Same as Base64.encode(ByteBuf, boolean) but allows the use of a custom ByteBufAllocator.
toBIO(ByteBufAllocator, PemEncoded) - Static method in class io.netty.handler.ssl.ReferenceCountedOpenSslContext
 
toBIO(ByteBufAllocator, X509Certificate...) - Static method in class io.netty.handler.ssl.ReferenceCountedOpenSslContext
Return the pointer to a in-memory BIO or 0 if the certChain is null.
toBIO(ByteBufAllocator, PrivateKey) - Static method in class io.netty.handler.ssl.ReferenceCountedOpenSslContext
Return the pointer to a in-memory BIO or 0 if the key is null.
toBoolean(K, V) - Method in class io.netty.handler.codec.DefaultHeaders
 
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
 
toByte(K, V) - Method in class io.netty.handler.codec.DefaultHeaders
 
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() - Method in class io.netty.handler.codec.http.multipart.InternalAttribute
 
toByteBuf(ChannelHandlerContext, Throwable) - Static method in class io.netty.handler.codec.http2.Http2CodecUtil
Creates a buffer containing the error message from the given exception.
toByteBuffer(ByteBuf, int, int) - Static method in class io.netty.handler.ssl.SslHandler
 
toByteIndex(int) - Method in class io.netty.buffer.CompositeByteBuf
 
toByteIndex(int) - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
toChannelFutureListener(ChannelPromise) - Static method in class io.netty.channel.AbstractCoalescingBufferQueue
 
toChar(K, V) - Method in class io.netty.handler.codec.DefaultHeaders
 
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.
toClaimed() - Method in class io.netty.util.Recycler.DefaultHandle
 
toCompactAddress(Inet4Address) - Static method in class io.netty.resolver.dns.DnsQueryContextManager
 
toComponentIndex(int) - Method in class io.netty.buffer.CompositeByteBuf
Return the index for the given offset
toComponentIndex(int) - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
toComponentIndex0(int) - Method in class io.netty.buffer.CompositeByteBuf
 
toDirectory(String) - Static method in class io.netty.util.internal.PlatformDependent
 
toDouble(K, V) - Method in class io.netty.handler.codec.DefaultHeaders
 
toExternal(T) - Static method in class io.netty.util.collection.ByteObjectHashMap
 
toExternal(T) - Static method in class io.netty.util.collection.CharObjectHashMap
 
toExternal(T) - Static method in class io.netty.util.collection.IntObjectHashMap
 
toExternal(T) - Static method in class io.netty.util.collection.LongObjectHashMap
 
toExternal(T) - Static method in class io.netty.util.collection.ShortObjectHashMap
 
toFingerprintArray(Iterable<String>) - Static method in class io.netty.handler.ssl.util.FingerprintTrustManagerFactory
 
toFloat(K, V) - Method in class io.netty.handler.codec.DefaultHeaders
 
toFrameLength(long) - Static method in class io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder
 
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
toFullRequest(BinaryMemcacheRequest, ByteBuf) - Static method in class io.netty.handler.codec.memcache.binary.BinaryMemcacheObjectAggregator
 
toFullResponse(BinaryMemcacheResponse, ByteBuf) - Static method in class io.netty.handler.codec.memcache.binary.BinaryMemcacheObjectAggregator
 
toHandle(int) - Method in class io.netty.buffer.PoolSubpage
 
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 class io.netty.channel.AbstractChannelHandlerContext
 
toHintString() - Method in interface io.netty.util.ResourceLeakHint
Returns a human-readable message that potentially enables easier resource leak tracking.
toHttp2Headers(ChannelHandlerContext, HttpMessage) - Method in class io.netty.handler.codec.http2.Http2StreamFrameToHttpObjectCodec
 
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.
toHttp2HeadersFilterTE(Map.Entry<CharSequence, CharSequence>, Http2Headers) - Static method in class io.netty.handler.codec.http2.HttpConversionUtil
Filter the HttpHeaderNames.TE header according to the special rules in the HTTP/2 RFC.
toHttp2Path(URI) - Static method in class io.netty.handler.codec.http2.HttpConversionUtil
Generate an HTTP/2 {code :path} from a URI in accordance with rfc7230, 5.3.
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.
toInt(byte) - Static method in class io.netty.handler.codec.base64.Base64
 
toInt(K, V) - Method in class io.netty.handler.codec.DefaultHeaders
 
toIntBE(int) - Static method in class io.netty.handler.codec.base64.Base64
 
toIntBE(short) - Static method in class io.netty.handler.codec.base64.Base64
 
toInternal(T) - Static method in class io.netty.util.collection.ByteObjectHashMap
 
toInternal(T) - Static method in class io.netty.util.collection.CharObjectHashMap
 
toInternal(T) - Static method in class io.netty.util.collection.IntObjectHashMap
 
toInternal(T) - Static method in class io.netty.util.collection.LongObjectHashMap
 
toInternal(T) - Static method in class io.netty.util.collection.ShortObjectHashMap
 
toInternalLevel() - Method in enum io.netty.handler.logging.LogLevel
For internal use only.
toIntLE(int) - Static method in class io.netty.handler.codec.base64.Base64
 
toIntLE(short) - Static method in class io.netty.handler.codec.base64.Base64
 
toIPv4Address(Inet6Address) - Static method in class io.netty.resolver.dns.DnsQueryContextManager
 
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.
toJavaBulkCipher(String, boolean) - Static method in class io.netty.handler.ssl.CipherSuiteConverter
 
toJavaCipherSuite(String) - Method in class io.netty.handler.ssl.ReferenceCountedOpenSslEngine
Converts the specified OpenSSL cipher suite to the Java cipher suite.
toJavaCipherSuitePrefix(String) - Static method in class io.netty.handler.ssl.ReferenceCountedOpenSslEngine
Converts the protocol version string returned by SSL.getVersion(long) to protocol family string.
toJavaHandshakeAlgo(String, boolean) - Static method in class io.netty.handler.ssl.CipherSuiteConverter
 
toJavaHmacAlgo(String) - Static method in class io.netty.handler.ssl.CipherSuiteConverter
 
toJavaName(String) - Static method in class io.netty.handler.ssl.SignatureAlgorithmConverter
Converts an OpenSSL algorithm name to a Java algorithm name and return it, or return null if the conversation failed because the format is not known.
toJavaUncached(String) - Static method in class io.netty.handler.ssl.CipherSuiteConverter
 
toJavaUncached0(String, boolean) - Static method in class io.netty.handler.ssl.CipherSuiteConverter
 
TOKEN_CHARS_HIGH - Static variable in class io.netty.handler.codec.http.HttpHeaderValidationUtil
 
TOKEN_CHARS_LOW - Static variable in class io.netty.handler.codec.http.HttpHeaderValidationUtil
 
toLeakAwareBuffer(ByteBuf) - Static method in class io.netty.buffer.AbstractByteBufAllocator
 
toLeakAwareBuffer(CompositeByteBuf) - Static method in class io.netty.buffer.AbstractByteBufAllocator
 
toLevel(InternalLogLevel) - Static method in class io.netty.util.internal.logging.Log4J2Logger
 
toList(int, Iterable<String>) - Static method in class io.netty.handler.ssl.ApplicationProtocolUtil
 
toList(int, String...) - Static method in class io.netty.handler.ssl.ApplicationProtocolUtil
 
toList(Iterable<String>) - Static method in class io.netty.handler.ssl.ApplicationProtocolUtil
 
toList(String...) - Static method in class io.netty.handler.ssl.ApplicationProtocolUtil
 
toLiveRealRefCnt(int, int) - Static method in class io.netty.util.internal.ReferenceCountUpdater
Like ReferenceCountUpdater.realRefCnt(int) but throws if refCnt == 0
toLong(K, V) - Method in class io.netty.handler.codec.DefaultHeaders
 
toLowerCase() - Method in class io.netty.util.AsciiString
Converts the characters in this string to lowercase, using the default Locale.
toLowerCase(byte) - Static method in class io.netty.util.AsciiString
 
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.
toLowercaseMap(Iterator<? extends CharSequence>, int) - Static method in class io.netty.handler.codec.http2.HttpConversionUtil
 
toMap() - Method in interface io.netty.channel.ChannelPipeline
Converts this pipeline into an ordered Map whose keys are handler names and whose values are handlers.
toMap() - Method in class io.netty.channel.DefaultChannelPipeline
 
toMapWithSingleValue(Map<String, List<InetAddress>>) - Static method in class io.netty.resolver.HostsFileParser
 
toNegotiator(ApplicationProtocolConfig) - Static method in class io.netty.handler.ssl.ReferenceCountedOpenSslContext
toNegotiator(ApplicationProtocolConfig, boolean) - Static method in class io.netty.handler.ssl.JdkSslContext
TOO_LARGE - Static variable in class io.netty.handler.codec.http.HttpObjectAggregator
 
TOO_LARGE_CLOSE - Static variable in class io.netty.handler.codec.http.HttpObjectAggregator
 
TOO_MANY_REQUESTS - Static variable in class io.netty.handler.codec.http.HttpResponseStatus
429 Too Many Requests (RFC6585)
TooLongFrameException - Exception in io.netty.handler.codec
An DecoderException which is thrown when the length of the frame decoded is greater than the allowed maximum.
TooLongFrameException() - Constructor for exception io.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.
tooLongFrameLength - Variable in class io.netty.handler.codec.DelimiterBasedFrameDecoder
 
tooLongFrameLength - Variable in class io.netty.handler.codec.LengthFieldBasedFrameDecoder
 
TooLongHttpContentException - Exception in io.netty.handler.codec.http
An TooLongFrameException which is thrown when the length of the content decoded is greater than the allowed maximum.
TooLongHttpContentException() - Constructor for exception io.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 TooLongFrameException which 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 TooLongFrameException which 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.
tooManyChannels - Variable in class io.netty.channel.ThreadPerChannelEventLoopGroup
Deprecated.
 
tooManyOutstanding(Promise<?>) - Method in class io.netty.channel.pool.FixedChannelPool
 
toOpenSsl(String) - Static method in class io.netty.handler.ssl.GroupsConverter
 
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.
toOpenSslBulkCipher(String) - Static method in class io.netty.handler.ssl.CipherSuiteConverter
 
toOpenSslHandshakeAlgo(String) - Static method in class io.netty.handler.ssl.CipherSuiteConverter
 
toOpenSslHmacAlgo(String) - Static method in class io.netty.handler.ssl.CipherSuiteConverter
 
toOpenSslUncached(String, boolean) - Static method in class io.netty.handler.ssl.CipherSuiteConverter
 
toPEM(ByteBufAllocator, boolean, byte[]) - Static method in class io.netty.handler.ssl.PemPrivateKey
 
toPEM(ByteBufAllocator, boolean, X509Certificate...) - Static method in class io.netty.handler.ssl.PemX509Certificate
Creates a PemEncoded value from the X509Certificates.
toPEM(ByteBufAllocator, boolean, PrivateKey) - Static method in class io.netty.handler.ssl.PemPrivateKey
Creates a PemEncoded value from the PrivateKey.
topic - Variable in class io.netty.handler.codec.mqtt.MqttMessageBuilders.PublishBuilder
 
TOPIC_ALIAS - io.netty.handler.codec.mqtt.MqttProperties.MqttPropertyType
 
TOPIC_ALIAS_INVALID - io.netty.handler.codec.mqtt.MqttReasonCodes.Disconnect
 
TOPIC_ALIAS_MAXIMUM - io.netty.handler.codec.mqtt.MqttProperties.MqttPropertyType
 
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
 
TOPIC_WILDCARDS - Static variable in class io.netty.handler.codec.mqtt.MqttCodecUtil
 
topicAliasMaximum - Variable in class io.netty.handler.codec.mqtt.MqttMessageBuilders.ConnAckPropertiesBuilder
 
topicAliasMaximum(int) - Method in class io.netty.handler.codec.mqtt.MqttMessageBuilders.ConnAckPropertiesBuilder
 
topicFilter - Variable in class io.netty.handler.codec.mqtt.MqttTopicSubscription
 
topicFilters - Variable in class io.netty.handler.codec.mqtt.MqttMessageBuilders.UnsubscribeBuilder
 
topicName - Variable in class io.netty.handler.codec.mqtt.MqttPublishVariableHeader
 
topicName() - Method in class io.netty.handler.codec.mqtt.MqttPublishVariableHeader
 
topicName() - Method in class io.netty.handler.codec.mqtt.MqttTopicSubscription
 
topicName(String) - Method in class io.netty.handler.codec.mqtt.MqttMessageBuilders.PublishBuilder
 
topics - Variable in class io.netty.handler.codec.mqtt.MqttUnsubscribePayload
 
topics() - Method in class io.netty.handler.codec.mqtt.MqttUnsubscribePayload
 
topicSubscriptions - Variable in class io.netty.handler.codec.mqtt.MqttSubscribePayload
 
topicSubscriptions() - Method in class io.netty.handler.codec.mqtt.MqttSubscribePayload
 
toPoolName(Class<?>) - Static method in class io.netty.util.concurrent.DefaultThreadFactory
 
toPositiveLongProcessor - Variable in class io.netty.handler.codec.redis.RedisDecoder
 
ToPositiveLongProcessor() - Constructor for class io.netty.handler.codec.redis.RedisDecoder.ToPositiveLongProcessor
 
toPrivateKey(File, String) - Static method in class io.netty.handler.ssl.SslContext
 
toPrivateKey(File, String, boolean) - Static method in class io.netty.handler.ssl.SslContext
 
toPrivateKey(InputStream, String) - Static method in class io.netty.handler.ssl.SslContext
 
toPrivateKeyInternal(File, String) - Static method in class io.netty.handler.ssl.SslContext
 
toRunHandle(int, int, int) - Static method in class io.netty.buffer.PoolChunk
 
toSend - Variable in class io.netty.handler.traffic.ChannelTrafficShapingHandler.ToSend
 
toSend - Variable in class io.netty.handler.traffic.GlobalChannelTrafficShapingHandler.ToSend
 
toSend - Variable in class io.netty.handler.traffic.GlobalTrafficShapingHandler.ToSend
 
ToSend(long, Object, long, ChannelPromise) - Constructor for class io.netty.handler.traffic.GlobalChannelTrafficShapingHandler.ToSend
 
ToSend(long, Object, long, ChannelPromise) - Constructor for class io.netty.handler.traffic.GlobalTrafficShapingHandler.ToSend
 
ToSend(long, Object, ChannelPromise) - Constructor for class io.netty.handler.traffic.ChannelTrafficShapingHandler.ToSend
 
toShort(K, V) - Method in class io.netty.handler.codec.DefaultHeaders
 
toSocketAddressString(String, int) - Static method in class io.netty.util.NetUtil
Returns the String representation of a host port combo.
toSocketAddressString(InetSocketAddress) - Static method in class io.netty.util.NetUtil
Returns the String representation of an InetSocketAddress.
toSSLHandshakeException(Throwable) - Static method in class io.netty.handler.ssl.SslUtils
Converts the given exception to a SSLHandshakeException, if it isn't already.
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.FixedCompositeByteBuf
 
toString() - Method in class io.netty.buffer.PoolArena
 
toString() - Method in class io.netty.buffer.PoolChunk
 
toString() - Method in class io.netty.buffer.PoolChunkList
 
toString() - Method in class io.netty.buffer.PooledByteBufAllocatorMetric
 
toString() - Method in class io.netty.buffer.PoolSubpage
 
toString() - Method in class io.netty.buffer.SwappedByteBuf
Deprecated.
 
toString() - Method in class io.netty.buffer.UnpooledByteBufAllocator.UnpooledByteBufAllocatorMetric
 
toString() - Method in class io.netty.buffer.WrappedByteBuf
 
toString() - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
toString() - Method in class io.netty.channel.AbstractChannel
Returns the String representation of this channel.
toString() - Method in class io.netty.channel.AbstractChannelHandlerContext
 
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 String representation of this pipeline.
toString() - Method in class io.netty.channel.embedded.EmbeddedChannelId
 
toString() - Method in class io.netty.channel.embedded.EmbeddedSocketAddress
 
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.NativeLongArray
 
toString() - Method in class io.netty.channel.local.LocalAddress
 
toString() - Method in class io.netty.channel.ReflectiveChannelFactory
 
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.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.HeadersUtils.StringEntry
 
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.HttpObjectAggregator.AggregatedFullHttpRequest
 
toString() - Method in class io.netty.handler.codec.http.HttpObjectAggregator.AggregatedFullHttpResponse
 
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.AbstractMixedHttpData
 
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 enum io.netty.handler.codec.http.multipart.HttpPostBodyUtil.TransferEncodingMechanism
 
toString() - Method in class io.netty.handler.codec.http.multipart.InternalAttribute
 
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.ReadOnlyHttpHeaders.ReadOnlyIterator
 
toString() - Method in class io.netty.handler.codec.http.ReadOnlyHttpHeaders.ReadOnlyStringIterator
 
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.AbstractHttp2StreamChannel
 
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.DefaultHttp2SettingsAckFrame
 
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.HpackHeaderField
 
toString() - Method in class io.netty.handler.codec.http2.Http2Flags
 
toString() - Method in class io.netty.handler.codec.http2.Http2FrameCodec.DefaultHttp2FrameStream
 
toString() - Method in class io.netty.handler.codec.http2.Http2StreamChannelId
 
toString() - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers.ReadOnlyIterator
 
toString() - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
 
toString() - Method in class io.netty.handler.codec.http2.WeightedFairQueueByteDistributor.State
 
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.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.ReplayingDecoderByteBuf
 
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.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.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.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.pcap.PcapWriteHandler
 
toString() - Method in class io.netty.handler.pcap.PcapWriter
 
toString() - Method in class io.netty.handler.proxy.ProxyConnectionEvent
 
toString() - Method in class io.netty.handler.ssl.ExtendedOpenSslSession
 
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.OpenSslClientSessionCache.HostPort
 
toString() - Method in class io.netty.handler.ssl.OpenSslSessionId
 
toString() - Method in class io.netty.handler.ssl.PemX509Certificate
 
toString() - Method in class io.netty.handler.ssl.ReferenceCountedOpenSslEngine.DefaultOpenSslSession
 
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.DefaultIdleStateEvent
 
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.DefaultDnsCacheEntry
 
toString() - Method in class io.netty.resolver.dns.DefaultDnsCache
 
toString() - Method in class io.netty.resolver.dns.DefaultDnsServerAddresses
 
toString() - Method in class io.netty.resolver.dns.InflightNameResolver
 
toString() - Method in class io.netty.resolver.dns.NoopDnsCache.NoopDnsCacheEntry
 
toString() - Method in class io.netty.resolver.dns.NoopDnsCache
 
toString() - Method in class io.netty.resolver.dns.SequentialDnsServerAddressStream
 
toString() - Method in class io.netty.resolver.dns.ShuffledDnsServerAddressStream
 
toString() - Method in class io.netty.resolver.dns.SingletonDnsServerAddresses
 
toString() - Method in class io.netty.resolver.dns.UnixResolverOptions
 
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 exception io.netty.util.concurrent.DefaultPromise.LeanCancellationException
 
toString() - Method in class io.netty.util.concurrent.DefaultPromise
 
toString() - Method in class io.netty.util.concurrent.PromiseTask.RunnableAdapter
 
toString() - Method in class io.netty.util.concurrent.PromiseTask.SentinelRunnable
 
toString() - Method in class io.netty.util.DomainNameMapping
Deprecated.
 
toString() - Method in class io.netty.util.DomainNameMappingBuilder.ImmutableDomainNameMapping
Deprecated.
 
toString() - Method in class io.netty.util.DomainWildcardMappingBuilder.ImmutableDomainWildcardMapping
 
toString() - Method in class io.netty.util.HashedWheelTimer.HashedWheelTimeout
 
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 class io.netty.util.ReferenceCountUtil.ReleasingTask
 
toString() - Method in class io.netty.util.ResourceLeakDetector.DefaultResourceLeak
 
toString() - Method in class io.netty.util.ResourceLeakDetector.TraceRecord
 
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 String using the charset encoding.
toString(int, int) - Method in class io.netty.util.AsciiString
Translates the [start, end) range of this byte string to a String.
toString(int, int, Charset) - Method in class io.netty.buffer.AbstractByteBuf
 
toString(int, int, Charset) - Method in class io.netty.buffer.AdvancedLeakAwareByteBuf
 
toString(int, int, Charset) - Method in class io.netty.buffer.AdvancedLeakAwareCompositeByteBuf
 
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(int, int, Charset) - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
toString(int, int, Charset) - Method in class io.netty.handler.codec.ReplayingDecoderByteBuf
 
toString(ByteBuf) - Method in class io.netty.handler.codec.http2.Http2FrameLogger
 
toString(Class<?>, Iterator<Map.Entry<K, V>>, int) - Static method in class io.netty.handler.codec.HeadersUtils
Helper for implementing toString for DefaultHeaders and wrappers such as DefaultHttpHeaders.
toString(StringBuilder) - Method in class io.netty.handler.codec.http2.WeightedFairQueueByteDistributor.State
 
toString(String, int, Collection<? extends InetSocketAddress>) - Static method in class io.netty.resolver.dns.SequentialDnsServerAddressStream
 
toString(Charset) - Method in class io.netty.buffer.AbstractByteBuf
 
toString(Charset) - Method in class io.netty.buffer.AdvancedLeakAwareByteBuf
 
toString(Charset) - Method in class io.netty.buffer.AdvancedLeakAwareCompositeByteBuf
 
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
 
toString(Charset) - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
toString(Charset) - Method in class io.netty.handler.codec.ReplayingDecoderByteBuf
 
toStringBuilder() - Method in class io.netty.handler.codec.dns.AbstractDnsOptPseudoRrRecord
 
toStringBuilder() - Method in class io.netty.util.concurrent.DefaultPromise
 
toStringBuilder() - Method in class io.netty.util.concurrent.PromiseTask
 
toStringBuilder() - Method in class io.netty.util.concurrent.ScheduledFutureTask
 
total - Variable in class io.netty.channel.ChannelOutboundBuffer.Entry
 
total(Object) - Static method in class io.netty.channel.ChannelOutboundBuffer
 
TOTAL_PENDING_SIZE_UPDATER - Static variable in class io.netty.channel.ChannelOutboundBuffer
 
TOTAL_PENDING_SIZE_UPDATER - Static variable in class io.netty.handler.codec.http2.AbstractHttp2StreamChannel
 
TOTAL_UNIX_ADDRESS_BYTES_LENGTH - Static variable in class io.netty.handler.codec.haproxy.HAProxyMessageEncoder
 
totalBodyLength - Variable in class io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage
 
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 - Variable in class io.netty.channel.DefaultMaxMessagesRecvByteBufAllocator.MaxMessageHandle
 
totalBytesRead() - Method in class io.netty.channel.DefaultMaxMessagesRecvByteBufAllocator.MaxMessageHandle
 
totalMessages - Variable in class io.netty.channel.DefaultMaxMessagesRecvByteBufAllocator.MaxMessageHandle
 
totalNumBytes() - Method in class io.netty.handler.codec.haproxy.HAProxyTLV
The size of this tlv in bytes.
totalPendingBytes - Variable in class io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController.WritabilityMonitor
 
totalPendingSize - Variable in class io.netty.channel.ChannelOutboundBuffer
 
totalPendingSize - Variable in class io.netty.handler.codec.http2.AbstractHttp2StreamChannel
 
totalPendingWriteBytes() - Method in class io.netty.channel.ChannelOutboundBuffer
 
totalQueuedWeights - Variable in class io.netty.handler.codec.http2.WeightedFairQueueByteDistributor.State
 
totalRetrans() - Method in class io.netty.channel.epoll.EpollTcpInfo
 
totalSize() - Method in class io.netty.handler.codec.http.HttpMessageDecoderResult
The decoded initial line length plus the decoded header size (in bytes).
totalStreamableBytes - Variable in class io.netty.handler.codec.http2.UniformStreamByteDistributor
 
totalTables - Variable in class io.netty.handler.codec.compression.Bzip2HuffmanStageDecoder
Total number of used Huffman tables in range 2..6.
toTimeMillis(K, V) - Method in class io.netty.handler.codec.DefaultHeaders
 
touch - Variable in class io.netty.channel.DefaultChannelPipeline
 
touch() - Method in class io.netty.buffer.AbstractDerivedByteBuf
Deprecated.
 
touch() - Method in class io.netty.buffer.AbstractReferenceCountedByteBuf
 
touch() - Method in class io.netty.buffer.AdvancedLeakAwareByteBuf
 
touch() - Method in class io.netty.buffer.AdvancedLeakAwareCompositeByteBuf
 
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.SimpleLeakAwareByteBuf
 
touch() - Method in class io.netty.buffer.SwappedByteBuf
Deprecated.
 
touch() - Method in class io.netty.buffer.UnreleasableByteBuf
 
touch() - Method in class io.netty.buffer.WrappedByteBuf
 
touch() - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
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.socket.DatagramPacket
 
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.ComposedLastHttpContent
 
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.HttpObjectAggregator.AggregatedFullHttpMessage
 
touch() - Method in class io.netty.handler.codec.http.HttpObjectAggregator.AggregatedFullHttpRequest
 
touch() - Method in class io.netty.handler.codec.http.HttpObjectAggregator.AggregatedFullHttpResponse
 
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 class io.netty.handler.codec.http.multipart.AbstractMixedHttpData
 
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 class io.netty.handler.codec.http.multipart.HttpPostRequestEncoder.WrappedFullHttpRequest
 
touch() - Method in interface io.netty.handler.codec.http.multipart.InterfaceHttpData
 
touch() - Method in class io.netty.handler.codec.http.multipart.InternalAttribute
 
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.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 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.ReplayingDecoderByteBuf
 
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 interface io.netty.handler.codec.spdy.SpdyDataFrame
 
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.DefaultOpenSslKeyMaterial
 
touch() - Method in interface io.netty.handler.ssl.OpenSslKeyMaterial
 
touch() - Method in class io.netty.handler.ssl.OpenSslPrivateKey.OpenSslPrivateKeyMaterial
 
touch() - Method in class io.netty.handler.ssl.OpenSslPrivateKey
 
touch() - Method in interface io.netty.handler.ssl.PemEncoded
 
touch() - Method in class io.netty.handler.ssl.PemPrivateKey
 
touch() - Method in class io.netty.handler.ssl.PemValue
 
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.resolver.dns.DnsNameResolver.AddressedEnvelopeAdapter
 
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.AdvancedLeakAwareByteBuf
 
touch(Object) - Method in class io.netty.buffer.AdvancedLeakAwareCompositeByteBuf
 
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.SimpleLeakAwareByteBuf
 
touch(Object) - Method in class io.netty.buffer.SwappedByteBuf
Deprecated.
 
touch(Object) - Method in class io.netty.buffer.UnreleasableByteBuf
 
touch(Object) - Method in class io.netty.buffer.WrappedByteBuf
 
touch(Object) - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
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.socket.DatagramPacket
 
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.ComposedLastHttpContent
 
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.HttpObjectAggregator.AggregatedFullHttpMessage
 
touch(Object) - Method in class io.netty.handler.codec.http.HttpObjectAggregator.AggregatedFullHttpRequest
 
touch(Object) - Method in class io.netty.handler.codec.http.HttpObjectAggregator.AggregatedFullHttpResponse
 
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 class io.netty.handler.codec.http.multipart.AbstractMixedHttpData
 
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 class io.netty.handler.codec.http.multipart.HttpPostRequestEncoder.WrappedFullHttpRequest
 
touch(Object) - Method in interface io.netty.handler.codec.http.multipart.InterfaceHttpData
 
touch(Object) - Method in class io.netty.handler.codec.http.multipart.InternalAttribute
 
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.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.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.ReplayingDecoderByteBuf
 
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 interface io.netty.handler.codec.spdy.SpdyDataFrame
 
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.DefaultOpenSslKeyMaterial
 
touch(Object) - Method in interface io.netty.handler.ssl.OpenSslKeyMaterial
 
touch(Object) - Method in class io.netty.handler.ssl.OpenSslPrivateKey.OpenSslPrivateKeyMaterial
 
touch(Object) - Method in class io.netty.handler.ssl.OpenSslPrivateKey
 
touch(Object) - Method in interface io.netty.handler.ssl.PemEncoded
 
touch(Object) - Method in class io.netty.handler.ssl.PemPrivateKey
 
touch(Object) - Method in class io.netty.handler.ssl.PemValue
 
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 class io.netty.resolver.dns.DnsNameResolver.AddressedEnvelopeAdapter
 
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(Object, AbstractChannelHandlerContext) - Method in class io.netty.channel.DefaultChannelPipeline
 
touch(T) - Static method in class io.netty.util.ReferenceCountUtil
Tries to call ReferenceCounted.touch() if the specified message implements ReferenceCounted.
touch(T, Object) - Static method in class io.netty.util.ReferenceCountUtil
Tries to call ReferenceCounted.touch(Object) if the specified message implements ReferenceCounted.
TOUCH - Static variable in class io.netty.handler.codec.memcache.binary.BinaryMemcacheOpcodes
 
touch0() - Method in class io.netty.buffer.AbstractDerivedByteBuf
Deprecated.
 
touch0() - Method in class io.netty.buffer.AbstractPooledDerivedByteBuf.PooledNonRetainedDuplicateByteBuf
 
touch0() - Method in class io.netty.buffer.AbstractPooledDerivedByteBuf.PooledNonRetainedSlicedByteBuf
 
touch0(Object) - Method in class io.netty.buffer.AbstractDerivedByteBuf
Deprecated.
 
touch0(Object) - Method in class io.netty.buffer.AbstractPooledDerivedByteBuf.PooledNonRetainedDuplicateByteBuf
 
touch0(Object) - Method in class io.netty.buffer.AbstractPooledDerivedByteBuf.PooledNonRetainedSlicedByteBuf
 
toUnmodifiableList(CharSequence...) - Static method in class io.netty.handler.codec.smtp.SmtpUtils
 
toUpperCase() - Method in class io.netty.util.AsciiString
Converts the characters in this string to uppercase, using the default Locale.
toUpperCase(byte) - Static method in class io.netty.util.AsciiString
 
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
 
toX509CertificatesInternal(File) - Static method in class io.netty.handler.ssl.SslContext
 
TPAF_TCP4_BYTE - Static variable in class io.netty.handler.codec.haproxy.HAProxyConstants
 
TPAF_TCP6_BYTE - Static variable in class io.netty.handler.codec.haproxy.HAProxyConstants
 
TPAF_UDP4_BYTE - Static variable in class io.netty.handler.codec.haproxy.HAProxyConstants
 
TPAF_UDP6_BYTE - Static variable in class io.netty.handler.codec.haproxy.HAProxyConstants
 
TPAF_UNIX_DGRAM_BYTE - Static variable in class io.netty.handler.codec.haproxy.HAProxyConstants
 
TPAF_UNIX_STREAM_BYTE - Static variable in class io.netty.handler.codec.haproxy.HAProxyConstants
 
TPAF_UNKNOWN_BYTE - Static variable in class io.netty.handler.codec.haproxy.HAProxyConstants
Transport protocol and address family byte constants
trace(String) - Method in class io.netty.util.internal.logging.CommonsLogger
Deprecated.
Delegates to the Log.trace(Object) method of the underlying Log instance.
trace(String) - Method in interface io.netty.util.internal.logging.InternalLogger
Log a message at the TRACE level.
trace(String) - Method in class io.netty.util.internal.logging.JdkLogger
Log a message object at level FINEST.
trace(String) - Method in class io.netty.util.internal.logging.LocationAwareSlf4JLogger
 
trace(String) - Method in class io.netty.util.internal.logging.Log4JLogger
Log a message object at level TRACE.
trace(String) - Method in class io.netty.util.internal.logging.Slf4JLogger
 
trace(String, Object) - Method in class io.netty.util.internal.logging.CommonsLogger
Deprecated.
Delegates to the Log.trace(Object) method of the underlying Log instance.
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 class io.netty.util.internal.logging.JdkLogger
Log a message at level FINEST according to the specified format and argument.
trace(String, Object) - Method in class io.netty.util.internal.logging.LocationAwareSlf4JLogger
 
trace(String, Object) - Method in class io.netty.util.internal.logging.Log4JLogger
Log a message at level TRACE according to the specified format and argument.
trace(String, Object) - Method in class io.netty.util.internal.logging.Slf4JLogger
 
trace(String, Object...) - Method in class io.netty.util.internal.logging.CommonsLogger
Deprecated.
Delegates to the Log.trace(Object) method of the underlying Log instance.
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...) - Method in class io.netty.util.internal.logging.JdkLogger
Log a message at level FINEST according to the specified format and arguments.
trace(String, Object...) - Method in class io.netty.util.internal.logging.LocationAwareSlf4JLogger
 
trace(String, Object...) - Method in class io.netty.util.internal.logging.Log4JLogger
Log a message at level TRACE according to the specified format and arguments.
trace(String, Object...) - Method in class io.netty.util.internal.logging.Slf4JLogger
 
trace(String, Object, Object) - Method in class io.netty.util.internal.logging.CommonsLogger
Deprecated.
Delegates to the Log.trace(Object) method of the underlying Log instance.
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, Object, Object) - Method in class io.netty.util.internal.logging.JdkLogger
Log a message at level FINEST according to the specified format and arguments.
trace(String, Object, Object) - Method in class io.netty.util.internal.logging.LocationAwareSlf4JLogger
 
trace(String, Object, Object) - Method in class io.netty.util.internal.logging.Log4JLogger
Log a message at level TRACE according to the specified format and arguments.
trace(String, Object, Object) - Method in class io.netty.util.internal.logging.Slf4JLogger
 
trace(String, Throwable) - Method in class io.netty.util.internal.logging.CommonsLogger
Deprecated.
Delegates to the Log.trace(Object, Throwable) method of the underlying Log instance.
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(String, Throwable) - Method in class io.netty.util.internal.logging.JdkLogger
Log an exception (throwable) at level FINEST with an accompanying message.
trace(String, Throwable) - Method in class io.netty.util.internal.logging.LocationAwareSlf4JLogger
 
trace(String, Throwable) - Method in class io.netty.util.internal.logging.Log4JLogger
Log an exception (throwable) at level TRACE with an accompanying message.
trace(String, Throwable) - Method in class io.netty.util.internal.logging.Slf4JLogger
 
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(Throwable) - Method in class io.netty.util.internal.logging.Log4J2Logger
 
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.
traceCapable - Variable in class io.netty.util.internal.logging.Log4JLogger
 
traceEnabled - Variable in class io.netty.resolver.dns.DnsNameResolverBuilder
 
traceEnabled(boolean) - Method in class io.netty.resolver.dns.DnsNameResolverBuilder
Deprecated.
TraceRecord() - Constructor for class io.netty.util.ResourceLeakDetector.TraceRecord
 
TraceRecord(ResourceLeakDetector.TraceRecord) - Constructor for class io.netty.util.ResourceLeakDetector.TraceRecord
 
TraceRecord(ResourceLeakDetector.TraceRecord, Object) - Constructor for class io.netty.util.ResourceLeakDetector.TraceRecord
 
track(T) - Method in class io.netty.util.ResourceLeakDetector
Creates a new ResourceLeakTracker which is expected to be closed via ResourceLeakTracker.close(Object) when the related resource is deallocated.
track0(T, boolean) - Method in class io.netty.util.ResourceLeakDetector
 
trackedByteBuf - Variable in class io.netty.buffer.SimpleLeakAwareByteBuf
This object's is associated with the ResourceLeakTracker.
trackedHash - Variable in class io.netty.util.ResourceLeakDetector.DefaultResourceLeak
 
tracker - Variable in class io.netty.channel.AbstractCoalescingBufferQueue
 
tracker - Variable in class io.netty.channel.PendingWriteQueue
 
trackForcibly(T) - Method in class io.netty.util.ResourceLeakDetector
Creates a new ResourceLeakTracker which is expected to be closed via ResourceLeakTracker.close(Object) when the related resource is deallocated.
trackResponse(HttpResponse) - Method in class io.netty.handler.codec.http.HttpServerKeepAliveHandler
 
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 AbstractTrafficShapingHandler that 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 AbstractTrafficShapingHandler that hosts it, the ScheduledExecutorService to use, its name, the checkInterval between two computations in milliseconds.
TrafficCounter.TrafficMonitoringTask - Class in io.netty.handler.traffic
Class to implement monitoring at fix delay
TrafficMonitoringTask() - Constructor for class io.netty.handler.traffic.TrafficCounter.TrafficMonitoringTask
 
trafficShapingHandler - Variable in class io.netty.handler.traffic.TrafficCounter
The associated TrafficShapingHandler
trafficShapingHandler1 - Variable in class io.netty.handler.traffic.GlobalChannelTrafficCounter.MixedTrafficMonitoringTask
The associated TrafficShapingHandler
trailer - Variable in class io.netty.handler.codec.http.HttpObjectDecoder
 
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"
TrailerNameValidator - Static variable in class io.netty.handler.codec.http.DefaultLastHttpContent.TrailingHttpHeaders
 
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"
TRAILERS_WEIGHT_HISTORICAL - Static variable in class io.netty.handler.codec.http.HttpObjectEncoder
 
TRAILERS_WEIGHT_NEW - Static variable in class io.netty.handler.codec.http.HttpObjectEncoder
 
trailersEncodedSizeAccumulator - Variable in class io.netty.handler.codec.http.HttpObjectEncoder
Used to calculate an exponential moving average of the encoded size of the trailers for a guess for future buffer allocations.
trailingHeader - Variable in class io.netty.handler.codec.http.DefaultFullHttpRequest
 
trailingHeaders - Variable in class io.netty.handler.codec.http.ComposedLastHttpContent
 
trailingHeaders - Variable in class io.netty.handler.codec.http.DefaultFullHttpResponse
 
trailingHeaders - Variable in class io.netty.handler.codec.http.DefaultLastHttpContent
 
trailingHeaders - Variable in class io.netty.handler.codec.http.HttpObjectAggregator.AggregatedFullHttpMessage
 
trailingHeaders() - Method in class io.netty.handler.codec.http.ComposedLastHttpContent
 
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 class io.netty.handler.codec.http.HttpObjectAggregator.AggregatedFullHttpMessage
 
trailingHeaders() - Method in interface io.netty.handler.codec.http.LastHttpContent
 
trailingHeaders() - Method in class io.netty.handler.codec.http.multipart.HttpPostRequestEncoder.WrappedFullHttpRequest
 
TrailingHttpHeaders(boolean) - Constructor for class io.netty.handler.codec.http.DefaultLastHttpContent.TrailingHttpHeaders
 
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.
TransferEncodingMechanism(String) - Constructor for enum io.netty.handler.codec.http.multipart.HttpPostBodyUtil.TransferEncodingMechanism
 
transferred - Variable in class io.netty.channel.DefaultFileRegion
 
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.
transferResult(Future<T>, Promise<T>) - Static method in class io.netty.resolver.dns.InflightNameResolver
 
transferTimeoutsToBuckets() - Method in class io.netty.util.HashedWheelTimer.Worker
 
transferTo(ByteBuf) - Method in class io.netty.buffer.CompositeByteBuf.Component
 
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.
translateForConnected(Errors.NativeIoException) - Method in class io.netty.channel.epoll.EpollDatagramChannel
 
translateHeaders(Iterable<Map.Entry<CharSequence, CharSequence>>) - Method in class io.netty.handler.codec.http2.HttpConversionUtil.Http2ToHttpHeaderTranslator
 
translateToError(Throwable) - Static method in class io.netty.handler.ssl.ReferenceCountedOpenSslContext.AbstractCertificateVerifier
 
translations - Variable in class io.netty.handler.codec.http2.HttpConversionUtil.Http2ToHttpHeaderTranslator
 
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_DGRAM_BYTE - Static variable in class io.netty.handler.codec.haproxy.HAProxyConstants
 
TRANSPORT_MASK - Static variable in enum io.netty.handler.codec.haproxy.HAProxyProxiedProtocol.TransportProtocol
The transport protocol is specified in the lowest 4 bits of the transport protocol and address family byte
TRANSPORT_STREAM_BYTE - Static variable in class io.netty.handler.codec.haproxy.HAProxyConstants
 
TRANSPORT_UNSPEC_BYTE - Static variable in class io.netty.handler.codec.haproxy.HAProxyConstants
Transport protocol byte constants
transportByte - Variable in enum io.netty.handler.codec.haproxy.HAProxyProxiedProtocol.TransportProtocol
 
transportProtocol - Variable in enum io.netty.handler.codec.haproxy.HAProxyProxiedProtocol
 
transportProtocol() - Method in enum io.netty.handler.codec.haproxy.HAProxyProxiedProtocol
Returns the HAProxyProxiedProtocol.TransportProtocol of this protocol and address family.
TransportProtocol(byte) - Constructor for enum io.netty.handler.codec.haproxy.HAProxyProxiedProtocol.TransportProtocol
Creates a new instance.
transportProvidesGuess - Variable in class io.netty.channel.kqueue.KQueueChannelConfig
 
TRBudget(int, int) - Constructor for class io.netty.handler.codec.compression.Bzip2DivSufSort.TRBudget
 
trCopy(int, int, int, int, int, int, int) - Method in class io.netty.handler.codec.compression.Bzip2DivSufSort
 
trFixdown(int, int, int, int, int, int) - Method in class io.netty.handler.codec.compression.Bzip2DivSufSort
 
trGetC(int, int, int, int) - Method in class io.netty.handler.codec.compression.Bzip2DivSufSort
 
trHeapSort(int, int, int, int, int) - Method in class io.netty.handler.codec.compression.Bzip2DivSufSort
 
triedCNAME - Variable in class io.netty.resolver.dns.DnsResolveContext
 
trim() - Method in class io.netty.buffer.PoolThreadCache.MemoryRegionCache
Free up cached PoolChunks if not allocated frequently enough.
trim() - Method in class io.netty.buffer.PoolThreadCache
 
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(PoolThreadCache.MemoryRegionCache<?>) - Static method in class io.netty.buffer.PoolThreadCache
 
trim(PoolThreadCache.MemoryRegionCache<?>[]) - Static method in class io.netty.buffer.PoolThreadCache
 
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.
trimTask - Variable in class io.netty.buffer.PooledByteBufAllocator
 
trInsertionSort(int, int, int, int, int) - Method in class io.netty.handler.codec.compression.Bzip2DivSufSort
 
trIntroSort(int, int, int, int, int, Bzip2DivSufSort.TRBudget, int) - Method in class io.netty.handler.codec.compression.Bzip2DivSufSort
 
trLog(int) - Static method in class io.netty.handler.codec.compression.Bzip2DivSufSort
 
trMedian3(int, int, int, int, int, int) - Method in class io.netty.handler.codec.compression.Bzip2DivSufSort
 
trMedian5(int, int, int, int, int, int, int, int) - Method in class io.netty.handler.codec.compression.Bzip2DivSufSort
 
trPartition(int, int, int, int, int, int) - Method in class io.netty.handler.codec.compression.Bzip2DivSufSort
 
trPivot(int, int, int, int, int) - Method in class io.netty.handler.codec.compression.Bzip2DivSufSort
 
trSort(int, int, int) - Method in class io.netty.handler.codec.compression.Bzip2DivSufSort
 
TRUE - Static variable in class io.netty.handler.codec.http2.Http2Settings
 
TRUE_ASCII - Static variable in class io.netty.handler.codec.CharSequenceValueConverter
 
TRUE_SUPPLIER - Static variable in interface io.netty.util.BooleanSupplier
A supplier which always returns true and never throws.
TRUE_SUPPLIER - Static variable in interface io.netty.util.UncheckedBooleanSupplier
A supplier which always returns true and never throws.
truncated - Variable in class io.netty.handler.codec.dns.DefaultDnsResponse
 
truncated - Variable in class io.netty.handler.codec.spdy.DefaultSpdyHeadersFrame
 
trustCertCollection - Variable in class io.netty.handler.ssl.SslContextBuilder
 
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, null uses the system default.
trustManager(X509Certificate...) - Method in class io.netty.handler.ssl.SslContextBuilder
Trusted certificates for verifying the remote endpoint's certificate, null uses the system default.
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.
trustManagerFactory - Variable in class io.netty.handler.ssl.SslContextBuilder
 
TrustManagerFactoryWrapper - Class in io.netty.handler.ssl.util
 
TrustManagerFactoryWrapper(TrustManager) - Constructor for class io.netty.handler.ssl.util.TrustManagerFactoryWrapper
 
trustManagers - Variable in class io.netty.handler.ssl.util.SimpleTrustManagerFactory.SimpleTrustManagerFactorySpi
 
TrustManagerVerifyCallback(OpenSslEngineMap, X509TrustManager) - Constructor for class io.netty.handler.ssl.ReferenceCountedOpenSslClientContext.TrustManagerVerifyCallback
 
TrustManagerVerifyCallback(OpenSslEngineMap, X509TrustManager) - Constructor for class io.netty.handler.ssl.ReferenceCountedOpenSslServerContext.TrustManagerVerifyCallback
 
TRY_AGAIN_LATER - Static variable in class io.netty.handler.codec.http.websocketx.WebSocketCloseStatus
 
TRY_TO_PATCH_SHADED_ID - Static variable in class io.netty.util.internal.NativeLibraryLoader
 
tryCancel(Promise<?>, InternalLogger) - Static method in class io.netty.util.internal.PromiseNotificationUtil
Try to cancel the Promise and log if logger is not null in case this fails.
tryClose(boolean) - Method in class io.netty.channel.local.LocalChannel
 
tryCreatePendingStreams() - Method in class io.netty.handler.codec.http2.StreamBufferingEncoder
 
tryDecodeAgain() - Method in class io.netty.handler.ssl.SslHandler.SslTasksRunner
 
tryExec(String) - Static method in class io.netty.util.internal.NativeLibraryLoader
 
tryExpandApplicationBufferSize(int) - Method in class io.netty.handler.ssl.ExtendedOpenSslSession
 
tryExpandApplicationBufferSize(int) - Method in interface io.netty.handler.ssl.OpenSslSession
Expand (or increase) the value returned by SSLSession.getApplicationBufferSize() if necessary.
tryExpandApplicationBufferSize(int) - Method in class io.netty.handler.ssl.OpenSslSessionCache.NativeSslSession
 
tryExpandApplicationBufferSize(int) - Method in class io.netty.handler.ssl.ReferenceCountedOpenSslEngine.DefaultOpenSslSession
 
tryExpandConnectionFlowControlWindow(Http2Connection) - Method in class io.netty.handler.codec.http2.Http2FrameCodec
 
tryFailure(Promise<?>, Throwable) - Static method in class io.netty.resolver.dns.DnsNameResolver
 
tryFailure(Promise<?>, Throwable, InternalLogger) - Static method in class io.netty.util.internal.PromiseNotificationUtil
Try to mark the Promise as failure and log if logger is not null in case this fails.
tryFailure(Throwable) - Method in class io.netty.channel.AbstractChannel.CloseFuture
 
tryFailure(Throwable) - Method in class io.netty.channel.DelegatingChannelPromiseNotifier
 
tryFailure(Throwable) - Method in class io.netty.channel.group.DefaultChannelGroupFuture
 
tryFailure(Throwable) - Method in class io.netty.channel.VoidChannelPromise
 
tryFailure(Throwable) - Method in class io.netty.handler.codec.http2.Http2CodecUtil.SimpleChannelPromiseAggregator
 
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.
tryFailure(Throwable) - Method in class io.netty.util.concurrent.PromiseTask
 
tryFailureInternal(Throwable) - Method in class io.netty.util.concurrent.PromiseTask
 
tryFinalRelease0(T, int) - Method in class io.netty.util.internal.ReferenceCountUpdater
 
tryLoadClass(ClassLoader, String) - Static method in class io.netty.util.internal.ClassInitializerUtil
 
tryLoadClasses(Class<?>, Class<?>...) - Static method in class io.netty.util.internal.ClassInitializerUtil
Preload the given classes and so ensure the ClassLoader has these loaded after this method call.
tryLoading() - Static method in class io.netty.handler.ssl.BouncyCastlePemReader
 
tryNotify - Variable in class io.netty.channel.ChannelFlushPromiseNotifier
 
tryParseDayOfMonth(CharSequence, int, int) - Method in class io.netty.handler.codec.DateFormatter
 
tryParseMonth(CharSequence, int, int) - Method in class io.netty.handler.codec.DateFormatter
 
tryParseTime(CharSequence, int, int) - Method in class io.netty.handler.codec.DateFormatter
 
tryParseYear(CharSequence, int, int) - Method in class io.netty.handler.codec.DateFormatter
 
tryPatchShadedLibraryIdAndSign(File, String) - Static method in class io.netty.util.internal.NativeLibraryLoader
 
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.
tryPromise() - Method in class io.netty.handler.codec.http2.Http2CodecUtil.SimpleChannelPromiseAggregator
 
tryPromise() - Method in class io.netty.util.concurrent.PromiseCombiner
 
tryRecord() - Method in class io.netty.handler.codec.haproxy.HAProxyMessage
 
trySetAccessible(AccessibleObject, boolean) - Static method in class io.netty.util.internal.ReflectionUtil
Try to call AccessibleObject.setAccessible(boolean) but will catch any SecurityException and InaccessibleObjectException and return it.
trySetWritable() - Method in class io.netty.handler.codec.http2.AbstractHttp2StreamChannel
 
trySuccess() - Method in class io.netty.channel.AbstractChannel.CloseFuture
 
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(AddressedEnvelope<? extends DnsResponse, InetSocketAddress>) - Method in class io.netty.resolver.dns.DnsQueryContext
 
trySuccess(Promise<? super V>, V, InternalLogger) - Static method in class io.netty.util.internal.PromiseNotificationUtil
Try to mark the Promise as success and log if logger is not null in case this fails.
trySuccess(Promise<T>, T) - Static method in class io.netty.resolver.dns.DnsNameResolver
 
trySuccess(Void) - Method in class io.netty.channel.DelegatingChannelPromiseNotifier
 
trySuccess(Void) - Method in class io.netty.channel.group.DefaultChannelGroupFuture
 
trySuccess(Void) - Method in class io.netty.channel.VoidChannelPromise
 
trySuccess(Void) - Method in class io.netty.handler.codec.http2.Http2CodecUtil.SimpleChannelPromiseAggregator
 
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.
trySuccess(V) - Method in class io.netty.util.concurrent.PromiseTask
 
trySuccessInternal(V) - Method in class io.netty.util.concurrent.PromiseTask
 
tryToFinishResolve(DnsServerAddressStream, int, DnsQuestion, DnsQueryLifecycleObserver, Promise<List<T>>, Throwable) - Method in class io.netty.resolver.dns.DnsResolveContext
 
tryToLoadClass(ClassLoader, Class<?>) - Static method in class io.netty.util.internal.NativeLibraryLoader
Try to load the helper Class into specified ClassLoader.
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 - Variable in class io.netty.resolver.dns.DnsResolveContext.AuthoritativeNameServer
 
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 - Variable in class io.netty.handler.codec.dns.AbstractDnsRecord
 
type - Variable in class io.netty.handler.codec.haproxy.HAProxyTLV
 
type - Variable in class io.netty.handler.codec.http2.Http2FrameStreamEvent
 
type - Variable in class io.netty.handler.codec.redis.RedisDecoder
 
type - Variable in class io.netty.handler.codec.socks.SocksMessage
 
type - Variable in class io.netty.handler.codec.socksx.v4.DefaultSocks4CommandRequest
 
type - Variable in class io.netty.handler.codec.socksx.v4.Socks4ServerDecoder
 
type - Variable in class io.netty.handler.codec.socksx.v5.DefaultSocks5CommandRequest
 
type - Variable in class io.netty.util.internal.TypeParameterMatcher.ReflectiveMatcher
 
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.Type of this TLV
type() - Method in class io.netty.handler.codec.http2.Http2FrameStreamEvent
 
type() - Method in class io.netty.handler.codec.socks.SocksMessage
Returns the SocksMessageType of this SocksMessage
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() - Constructor for enum io.netty.handler.codec.haproxy.HAProxyTLV.Type
 
Type() - Constructor for enum io.netty.handler.codec.http2.Http2FrameStreamEvent.Type
 
TYPE_AS_INT - Static variable in class io.netty.handler.codec.http.HttpRequestDecoder
 
TYPE_FAT_DESCRIPTOR - Static variable in class io.netty.handler.codec.serialization.CompactObjectOutputStream
 
TYPE_LENGTH - Static variable in class io.netty.handler.codec.redis.RedisConstants
 
TYPE_THIN_DESCRIPTOR - Static variable in class io.netty.handler.codec.serialization.CompactObjectOutputStream
 
typeByteValue - Variable in class io.netty.handler.codec.haproxy.HAProxyTLV
 
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
 
typedReasonCodesToOrdinal() - Method in class io.netty.handler.codec.mqtt.MqttSubAckPayload
 
typedReasonCodesToOrdinal() - 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.Type for a specific byte value as defined in the PROXY protocol 1.5 spec
TypeParameterMatcher - Class in io.netty.util.internal
 
TypeParameterMatcher() - Constructor for class io.netty.util.internal.TypeParameterMatcher
 
TypeParameterMatcher.ReflectiveMatcher - Class in io.netty.util.internal
 
typeParameterMatcherFindCache - Variable in class io.netty.util.internal.InternalThreadLocalMap
 
typeParameterMatcherFindCache() - Method in class io.netty.util.internal.InternalThreadLocalMap
 
typeParameterMatcherGetCache - Variable in class io.netty.util.internal.InternalThreadLocalMap
 
typeParameterMatcherGetCache() - Method in class io.netty.util.internal.InternalThreadLocalMap
 
TYPES - Static variable in class io.netty.handler.codec.http.websocketx.Utf8Validator
 

U

UDP - io.netty.handler.codec.socks.SocksCmdType
 
UDP - io.netty.handler.pcap.PcapWriteHandler.ChannelType
 
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 - Static variable in class io.netty.handler.pcap.IPPacket
 
UDP_ASSOCIATE - Static variable in class io.netty.handler.codec.socksx.v5.Socks5CommandType
 
UDP_GRO - Static variable in class io.netty.channel.epoll.EpollChannelOption
 
UDP_HEADER_SIZE - Static variable in class io.netty.handler.pcap.UDPPacket
 
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.
UDPPacket - Class in io.netty.handler.pcap
 
UDPPacket() - Constructor for class io.netty.handler.pcap.UDPPacket
 
UDS_SUN_PATH_SIZE - Static variable in class io.netty.channel.unix.Socket
Deprecated.
udsSunPathSize() - Static method in class io.netty.channel.unix.LimitsStaticallyReferencedJniMethods
 
uid - Variable in class io.netty.channel.unix.PeerCredentials
 
uid() - Method in class io.netty.channel.unix.PeerCredentials
 
uintFromLE(long) - Static method in class io.netty.buffer.ByteBufUtil
 
UIO_MAX_IOV - Static variable in class io.netty.channel.unix.Limits
 
uioMaxIov() - Static method in class io.netty.channel.epoll.NativeStaticallyReferencedJniMethods
 
uioMaxIov() - Static method in class io.netty.channel.unix.LimitsStaticallyReferencedJniMethods
 
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
 
UNALIGNED - Static variable in class io.netty.buffer.UnsafeByteBufUtil
 
UNALIGNED - Static variable in class io.netty.util.internal.PlatformDependent0
 
unalignedAccess() - Static method in class io.netty.util.internal.PlatformDependent0
 
UnaryPromiseNotifier<T> - Class in io.netty.util.concurrent
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
UNAVAILABILITY_CAUSE - Static variable in class io.netty.channel.epoll.Epoll
 
UNAVAILABILITY_CAUSE - Static variable in class io.netty.channel.kqueue.KQueue
 
UNAVAILABILITY_CAUSE - Static variable in class io.netty.handler.ssl.OpenSsl
 
UNAVAILABILITY_CAUSE - Static variable in class io.netty.handler.ssl.SslMasterKeyHandler
The unavailability cause of whether the private Sun implementation of SSLSessionImpl is available.
UNAVAILABILITY_CAUSE - Static variable in class io.netty.resolver.dns.macos.MacOSDnsServerAddressStreamProvider
 
unavailabilityCause - Static variable in class io.netty.handler.ssl.BouncyCastlePemReader
 
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.handler.ssl.BouncyCastlePemReader
 
unavailabilityCause() - Static method in class io.netty.handler.ssl.OpenSsl
Returns the cause of unavailability of netty-tcnative and its OpenSSL support.
unavailabilityCause() - Static method in class io.netty.resolver.dns.macos.MacOSDnsServerAddressStreamProvider
 
UNCANCELLABLE - Static variable in class io.netty.util.concurrent.DefaultPromise
 
UncheckedBooleanSupplier - Interface in io.netty.util
Represents a supplier of boolean-valued results which doesn't throw any checked exceptions.
UNCOMPRESSED_DATA - io.netty.handler.codec.compression.SnappyFrameDecoder.ChunkType
 
unconsumedBytes() - Method in class io.netty.handler.codec.http2.DefaultHttp2LocalFlowController.DefaultState
 
unconsumedBytes() - Method in interface io.netty.handler.codec.http2.DefaultHttp2LocalFlowController.FlowState
 
unconsumedBytes(Http2Stream) - Method in class io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder
 
unconsumedBytes(Http2Stream) - Method in class io.netty.handler.codec.http2.DefaultHttp2LocalFlowController
 
unconsumedBytes(Http2Stream) - Method in class io.netty.handler.codec.http2.DelegatingDecompressorFrameListener.ConsumedBytesConverter
 
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.
undecodedChunk - Variable in class io.netty.handler.codec.http.multipart.HttpPostMultipartRequestDecoder
The current channelBuffer
undecodedChunk - Variable in class io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder
The current channelBuffer
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.
unescapeInProgress - Variable in class io.netty.handler.codec.stomp.StompSubframeDecoder.HeaderParser
 
unexpectedSelectorWakeup(int) - Method in class io.netty.channel.nio.NioEventLoop
 
UNFINISHED - Static variable in class io.netty.handler.codec.DecoderResult
 
unflushedEntry - Variable in class io.netty.channel.ChannelOutboundBuffer
 
unfold(Reference<V>) - Method in class io.netty.handler.codec.serialization.ReferenceMap
 
unfreezeTime() - Method in class io.netty.channel.embedded.EmbeddedChannel
Unfreeze an event loop that was frozen.
unfreezeTime() - Method in class io.netty.channel.embedded.EmbeddedEventLoop
 
unguardedRecycle() - Method in class io.netty.buffer.PoolThreadCache.MemoryRegionCache.Entry
 
unguardedRecycle() - Method in class io.netty.channel.ChannelOutboundBuffer.Entry
 
unguardedRecycle(Object) - Method in class io.netty.util.Recycler.DefaultHandle
 
unguardedRecycle(Object) - Method in class io.netty.util.Recycler.EnhancedHandle
 
unguardedRecycleAndGetNext() - Method in class io.netty.channel.ChannelOutboundBuffer.Entry
 
unguardedToAvailable() - Method in class io.netty.util.Recycler.DefaultHandle
 
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 - Variable in class io.netty.handler.codec.spdy.DefaultSpdySynStreamFrame
 
UniformStreamByteDistributor - Class in io.netty.handler.codec.http2
A StreamByteDistributor that ignores stream priority and uniformly allocates bytes to all streams.
UniformStreamByteDistributor(Http2Connection) - Constructor for class io.netty.handler.codec.http2.UniformStreamByteDistributor
 
UniformStreamByteDistributor.State - Class in io.netty.handler.codec.http2
The remote flow control state for a single stream.
UNINITIALIZED_ARRAY_ALLOCATION_THRESHOLD - Static variable in class io.netty.util.internal.PlatformDependent
 
UNIQUE_ID_BYTES - Static variable in class io.netty.util.internal.NativeLibraryLoader
 
uniqueIdGenerator - Static variable in class io.netty.util.AbstractConstant
 
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 Channel connected to the server.
UniqueIpFilter() - Constructor for class io.netty.handler.ipfilter.UniqueIpFilter
 
uniquifier - Variable in class io.netty.util.AbstractConstant
 
UniSequentialDnsServerAddressStreamProvider - Class in io.netty.resolver.dns
A DnsServerAddressStreamProvider which is backed by a single DnsServerAddresses.
UniSequentialDnsServerAddressStreamProvider(DnsServerAddresses) - Constructor for class io.netty.resolver.dns.UniSequentialDnsServerAddressStreamProvider
 
Unix - Class in io.netty.channel.unix
Tells if netty-transport-native-unix is supported.
Unix() - Constructor for class io.netty.channel.unix.Unix
 
UNIX - Static variable in class io.netty.handler.codec.string.LineSeparator
The Unix line separator(LF)
UNIX_ADDRESS_BYTES_LENGTH - Static variable in class io.netty.handler.codec.haproxy.HAProxyMessageEncoder
 
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
Channel that expose operations that are only present on UNIX like systems.
UnixChannelOption<T> - Class in io.netty.channel.unix
 
UnixChannelOption() - Constructor for class io.netty.channel.unix.UnixChannelOption
 
UnixChannelOption(String) - Constructor for class io.netty.channel.unix.UnixChannelOption
 
UnixChannelUtil - Class in io.netty.channel.unix
 
UnixChannelUtil() - Constructor for class io.netty.channel.unix.UnixChannelUtil
 
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.
UnixResolverOptions - Class in io.netty.resolver.dns
Represents options defined in a file of the format etc/resolv.conf.
UnixResolverOptions(int, int, int) - Constructor for class io.netty.resolver.dns.UnixResolverOptions
 
UnixResolverOptions.Builder - Class in io.netty.resolver.dns
 
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
 
UNKNOWN_SOCKS_REQUEST - Static variable in class io.netty.handler.codec.socks.SocksCommonUtils
 
UNKNOWN_SOCKS_RESPONSE - Static variable in class io.netty.handler.codec.socks.SocksCommonUtils
 
UNKNOWN_STATUS - Static variable in class io.netty.handler.codec.http.HttpResponseDecoder
 
UNKNOWN_STATUS - Static variable in class io.netty.handler.codec.rtsp.RtspDecoder
Status code for unknown responses.
unknownMsg(HAProxyProtocolVersion, HAProxyCommand) - Static method in class io.netty.handler.codec.haproxy.HAProxyMessage
Proxy protocol message for 'UNKNOWN' proxied protocols.
unknownSize - Variable in class io.netty.channel.DefaultMessageSizeEstimator.HandleImpl
 
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 StackTraceElement for the given Throwable, using the Class and method name.
unlink() - Method in class io.netty.handler.codec.http2.HpackEncoder.NameEntry
 
unlink() - Method in class io.netty.handler.codec.http2.HpackEncoder.NameValueEntry
 
unlock() - Method in class io.netty.buffer.PoolArena
 
unlock() - Method in class io.netty.buffer.PoolSubpage
 
unmask(ByteBuf) - Method in class io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder
 
unmodifiableBuffer(ByteBuf) - Static method in class io.netty.buffer.Unpooled
Deprecated.
unmodifiableBuffer(ByteBuf...) - Static method in class io.netty.buffer.Unpooled
unmodifiableCiphers - Variable in class io.netty.handler.ssl.ReferenceCountedOpenSslContext
 
unmodifiableCipherSuites - Variable in class io.netty.handler.ssl.JdkSslContext
 
unmodifiableMap - Variable in class io.netty.util.DomainNameMapping
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.
UnmodifiableMap(ByteObjectMap<V>) - Constructor for class io.netty.util.collection.ByteCollections.UnmodifiableMap
 
UnmodifiableMap(CharObjectMap<V>) - Constructor for class io.netty.util.collection.CharCollections.UnmodifiableMap
 
UnmodifiableMap(IntObjectMap<V>) - Constructor for class io.netty.util.collection.IntCollections.UnmodifiableMap
 
UnmodifiableMap(LongObjectMap<V>) - Constructor for class io.netty.util.collection.LongCollections.UnmodifiableMap
 
UnmodifiableMap(ShortObjectMap<V>) - Constructor for class io.netty.util.collection.ShortCollections.UnmodifiableMap
 
unmodifiablePorts - Variable in class io.netty.handler.codec.http.DefaultCookie
Deprecated.
 
UNORDERED_COLLECTION - Static variable in class io.netty.handler.codec.http.HttpResponseStatus
425 Unordered Collection (WebDAV, RFC3648)
UnorderedThreadPoolEventExecutor - Class in io.netty.util.concurrent
EventExecutor implementation which makes no guarantees about the ordering of task execution that are submitted because there may be multiple threads executing these tasks.
UnorderedThreadPoolEventExecutor(int) - Constructor for class io.netty.util.concurrent.UnorderedThreadPoolEventExecutor
UnorderedThreadPoolEventExecutor(int, RejectedExecutionHandler) - Constructor for class io.netty.util.concurrent.UnorderedThreadPoolEventExecutor
UnorderedThreadPoolEventExecutor(int, ThreadFactory) - Constructor for class io.netty.util.concurrent.UnorderedThreadPoolEventExecutor
See ScheduledThreadPoolExecutor(int, ThreadFactory)
UnorderedThreadPoolEventExecutor(int, ThreadFactory, RejectedExecutionHandler) - Constructor for class io.netty.util.concurrent.UnorderedThreadPoolEventExecutor
See ScheduledThreadPoolExecutor(int, ThreadFactory, RejectedExecutionHandler)
UnorderedThreadPoolEventExecutor.NonNotifyRunnable - Class in io.netty.util.concurrent
 
UnorderedThreadPoolEventExecutor.RunnableScheduledFutureTask<V> - Class in io.netty.util.concurrent
 
unpackA(long) - Static method in class io.netty.handler.codec.mqtt.MqttDecoder
 
unpackB(long) - Static method in class io.netty.handler.codec.mqtt.MqttDecoder
 
UnpaddedInternalThreadLocalMap - Class in io.netty.util.internal
Deprecated.
This class will be removed in the future.
UnpaddedInternalThreadLocalMap() - Constructor for class io.netty.util.internal.UnpaddedInternalThreadLocalMap
Deprecated.
 
unpooled - Variable in class io.netty.buffer.PoolChunk
 
Unpooled - Class in io.netty.buffer
Creates a new ByteBuf by allocating new space or by wrapping or copying existing byte arrays, byte buffers and a string.
Unpooled() - Constructor for class io.netty.buffer.Unpooled
 
UnpooledByteBufAllocator - Class in io.netty.buffer
Simplistic ByteBufAllocator implementation 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
UnpooledByteBufAllocator.InstrumentedUnpooledDirectByteBuf - Class in io.netty.buffer
 
UnpooledByteBufAllocator.InstrumentedUnpooledHeapByteBuf - Class in io.netty.buffer
 
UnpooledByteBufAllocator.InstrumentedUnpooledUnsafeDirectByteBuf - Class in io.netty.buffer
 
UnpooledByteBufAllocator.InstrumentedUnpooledUnsafeHeapByteBuf - Class in io.netty.buffer
 
UnpooledByteBufAllocator.InstrumentedUnpooledUnsafeNoCleanerDirectByteBuf - Class in io.netty.buffer
 
UnpooledByteBufAllocator.UnpooledByteBufAllocatorMetric - Class in io.netty.buffer
 
UnpooledByteBufAllocatorMetric() - Constructor for class io.netty.buffer.UnpooledByteBufAllocator.UnpooledByteBufAllocatorMetric
 
UnpooledDirectByteBuf - Class in io.netty.buffer
A NIO ByteBuffer based 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.
UnpooledDirectByteBuf(ByteBufAllocator, ByteBuffer, int, boolean, boolean) - Constructor for class io.netty.buffer.UnpooledDirectByteBuf
 
UnpooledDuplicatedByteBuf - Class in io.netty.buffer
DuplicatedByteBuf implementation that can do optimizations because it knows the duplicated buffer is of type AbstractByteBuf.
UnpooledDuplicatedByteBuf(AbstractByteBuf) - Constructor for class io.netty.buffer.UnpooledDuplicatedByteBuf
 
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.
UnpooledSlicedByteBuf - Class in io.netty.buffer
A special AbstractUnpooledSlicedByteBuf that can make optimizations because it knows the sliced buffer is of type AbstractByteBuf.
UnpooledSlicedByteBuf(AbstractByteBuf, int, int) - Constructor for class io.netty.buffer.UnpooledSlicedByteBuf
 
UnpooledUnsafeDirectByteBuf - Class in io.netty.buffer
A NIO ByteBuffer based 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.
UnpooledUnsafeDirectByteBuf(ByteBufAllocator, ByteBuffer, int, boolean) - Constructor for class io.netty.buffer.UnpooledUnsafeDirectByteBuf
 
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.
UnpooledUnsafeNoCleanerDirectByteBuf - Class in io.netty.buffer
 
UnpooledUnsafeNoCleanerDirectByteBuf(ByteBufAllocator, int, int) - Constructor for class io.netty.buffer.UnpooledUnsafeNoCleanerDirectByteBuf
 
UNPROCESSABLE_ENTITY - Static variable in class io.netty.handler.codec.http.HttpResponseStatus
422 Unprocessable Entity (WebDAV, RFC4918)
unprocessedTimeouts - Variable in class io.netty.util.HashedWheelTimer.Worker
 
unprocessedTimeouts() - Method in class io.netty.util.HashedWheelTimer.Worker
 
UNRECOGNIZED_TYPE_QUERY_FAILED_EXCEPTION - Static variable in class io.netty.resolver.dns.DnsResolveContext
 
unregister(LocalAddress) - Static method in class io.netty.channel.local.LocalChannelRegistry
 
unregisterFilters() - Method in class io.netty.channel.kqueue.AbstractKQueueChannel
 
unreleasableBuffer(ByteBuf) - Static method in class io.netty.buffer.Unpooled
Return a unreleasable view on the given ByteBuf which will just ignore release and retain calls.
UnreleasableByteBuf - Class in io.netty.buffer
A ByteBuf implementation that wraps another buffer to prevent a user from increasing or decreasing the wrapped buffer's reference count.
UnreleasableByteBuf(ByteBuf) - Constructor for class io.netty.buffer.UnreleasableByteBuf
 
unrolledFirstIndexOf(AbstractByteBuf, int, int, byte) - Static method in class io.netty.buffer.ByteBufUtil
 
unsafe - Variable in class io.netty.channel.AbstractChannel
 
unsafe - Variable in class io.netty.channel.DefaultChannelPipeline.HeadContext
 
unsafe - Variable in class io.netty.handler.codec.http2.AbstractHttp2StreamChannel
 
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() - Method in class io.netty.handler.codec.http2.AbstractHttp2StreamChannel
 
UNSAFE - Static variable in class io.netty.util.internal.PlatformDependent0
 
UNSAFE_COPY_THRESHOLD - Static variable in class io.netty.util.internal.PlatformDependent0
Limits the number of bytes to copy per Unsafe.copyMemory(long, long, long) to allow safepoint polling during a large copy.
UNSAFE_UNAVAILABILITY_CAUSE - Static variable in class io.netty.util.internal.PlatformDependent
 
UNSAFE_UNAVAILABILITY_CAUSE - Static variable in class io.netty.util.internal.PlatformDependent0
 
UnsafeByteBufUtil - Class in io.netty.buffer
All operations get and set as ByteOrder.BIG_ENDIAN.
UnsafeByteBufUtil() - Constructor for class io.netty.buffer.UnsafeByteBufUtil
 
UnsafeDirectSwappedByteBuf - Class in io.netty.buffer
Special SwappedByteBuf for ByteBufs that are backed by a memoryAddress.
UnsafeDirectSwappedByteBuf(AbstractByteBuf) - Constructor for class io.netty.buffer.UnsafeDirectSwappedByteBuf
 
UnsafeHeapSwappedByteBuf - Class in io.netty.buffer
Special SwappedByteBuf for ByteBufs that use unsafe to access the byte array.
UnsafeHeapSwappedByteBuf(AbstractByteBuf) - Constructor for class io.netty.buffer.UnsafeHeapSwappedByteBuf
 
unsafeInetAddrByName(String) - Static method in class io.netty.channel.epoll.LinuxSocket
 
unsafeOffset() - Method in class io.netty.util.internal.ReferenceCountUpdater
 
unsafeStaticFieldOffsetSupported() - Static method in class io.netty.util.internal.PlatformDependent0
 
UnsafeTrustManagerWrapper(long, long) - Constructor for class io.netty.handler.ssl.OpenSslX509TrustManagerWrapper.UnsafeTrustManagerWrapper
 
unsafeUnavailabilityCause0() - Static method in class io.netty.util.internal.PlatformDependent
 
unsafeVoidPromise - Variable in class io.netty.channel.AbstractChannel
 
unsafeVoidPromise - Variable in class io.netty.handler.codec.http2.AbstractHttp2StreamChannel.Http2ChannelUnsafe
 
unsafeWriteUtf8(byte[], long, int, CharSequence, int, int) - Static method in class io.netty.buffer.ByteBufUtil
 
UNSET - Static variable in class io.netty.util.internal.InternalThreadLocalMap
Internal use only.
unsetActive() - Method in class io.netty.handler.codec.http2.WeightedFairQueueByteDistributor.State
 
unsetDistributing() - Method in class io.netty.handler.codec.http2.WeightedFairQueueByteDistributor.State
 
unsignedByte(byte) - Static method in class io.netty.handler.ssl.SslUtils
 
unsignedShortBE(ByteBuf, int) - Static method in class io.netty.handler.ssl.SslUtils
 
unsignedShortBE(ByteBuffer, int) - Static method in class io.netty.handler.ssl.SslUtils
 
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
 
UNSPECIFIED_SOURCE_INTERFACE - Static variable in class io.netty.channel.kqueue.BsdSocket
The `endpoints` structure passed to `connectx(2)` has an optional "source interface" field, which is the index of the network interface to use.
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(byte) - Constructor for enum io.netty.handler.codec.mqtt.MqttReasonCodes.UnsubAck
 
UNSUBACK - io.netty.handler.codec.mqtt.MqttMessageType
 
UnsubAckBuilder() - Constructor for class io.netty.handler.codec.mqtt.MqttMessageBuilders.UnsubAckBuilder
 
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
 
UnsubscribeBuilder() - Constructor for class io.netty.handler.codec.mqtt.MqttMessageBuilders.UnsubscribeBuilder
 
unsubscribeReasonCodes - Variable in class io.netty.handler.codec.mqtt.MqttUnsubAckPayload
 
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() - Method in class io.netty.handler.ssl.JdkBaseApplicationProtocolNegotiator.NoFailProtocolSelectionListener
 
unsupported() - Method in class io.netty.handler.ssl.JdkBaseApplicationProtocolNegotiator.NoFailProtocolSelector
 
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
UnsupportedOperationException will be thrown from all ValueConverter methods.
UnsupportedValueConverter() - Constructor for class io.netty.handler.codec.UnsupportedValueConverter
 
unvoid() - Method in interface io.netty.channel.ChannelProgressivePromise
 
unvoid() - Method in interface io.netty.channel.ChannelPromise
Returns a new ChannelPromise if ChannelFuture.isVoid() returns true otherwise itself.
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.AbstractPooledDerivedByteBuf
 
unwrap() - Method in class io.netty.buffer.AbstractUnpooledSlicedByteBuf
 
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.FixedCompositeByteBuf
 
unwrap() - Method in class io.netty.buffer.PooledByteBuf
 
unwrap() - Method in class io.netty.buffer.ReadOnlyByteBuf
Deprecated.
 
unwrap() - Method in class io.netty.buffer.ReadOnlyByteBufferBuf
 
unwrap() - Method in class io.netty.buffer.SwappedByteBuf
Deprecated.
 
unwrap() - Method in class io.netty.buffer.UnpooledDirectByteBuf
 
unwrap() - Method in class io.netty.buffer.UnpooledDuplicatedByteBuf
 
unwrap() - Method in class io.netty.buffer.UnpooledHeapByteBuf
 
unwrap() - Method in class io.netty.buffer.UnpooledSlicedByteBuf
 
unwrap() - Method in class io.netty.buffer.WrappedByteBuf
 
unwrap() - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
unwrap() - Method in class io.netty.handler.codec.ReplayingDecoderByteBuf
 
unwrap() - Method in class io.netty.handler.ssl.util.LazyJavaxX509Certificate
 
unwrap() - Method in class io.netty.handler.ssl.util.LazyX509Certificate
 
unwrap(ChannelHandlerContext, ByteBuf, int) - Method in class io.netty.handler.ssl.SslHandler
Unwraps inbound SSL records.
unwrap(SslHandler, ByteBuf, int, ByteBuf) - Method in enum io.netty.handler.ssl.SslHandler.SslEngineType
 
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.JdkAlpnSslEngine
 
unwrap(ByteBuffer, ByteBuffer) - Method in class io.netty.handler.ssl.JdkSslEngine
 
unwrap(ByteBuffer, ByteBuffer) - Method in class io.netty.handler.ssl.ReferenceCountedOpenSslEngine
 
unwrap(ByteBuffer, ByteBuffer[]) - Method in class io.netty.handler.ssl.JdkAlpnSslEngine
 
unwrap(ByteBuffer, ByteBuffer[]) - Method in class io.netty.handler.ssl.JdkSslEngine
 
unwrap(ByteBuffer, ByteBuffer[]) - Method in class io.netty.handler.ssl.ReferenceCountedOpenSslEngine
 
unwrap(ByteBuffer, ByteBuffer[], int, int) - Method in class io.netty.handler.ssl.JdkAlpnSslEngine
 
unwrap(ByteBuffer, ByteBuffer[], int, int) - Method in class io.netty.handler.ssl.JdkSslEngine
 
unwrap(ByteBuffer, ByteBuffer[], int, int) - Method in class io.netty.handler.ssl.ReferenceCountedOpenSslEngine
 
unwrapNonAppData(ChannelHandlerContext) - Method in class io.netty.handler.ssl.SslHandler
Calls SSLEngine.unwrap(ByteBuffer, ByteBuffer) with an empty buffer to handle handshakes, etc.
unwrappedDerived(ByteBuf) - Method in class io.netty.buffer.SimpleLeakAwareByteBuf
 
unwrappedSelector - Variable in class io.netty.channel.nio.NioEventLoop.SelectorTuple
 
unwrappedSelector - Variable in class io.netty.channel.nio.NioEventLoop
 
unwrappedSelector() - Method in class io.netty.channel.nio.NioEventLoop
 
unwrapSwapped(ByteBuf) - Static method in class io.netty.buffer.SimpleLeakAwareByteBuf
 
unwrapValue(CharSequence) - Static method in class io.netty.handler.codec.http.cookie.CookieUtil
 
unwrapValue(CharSequence) - Static method in class io.netty.handler.codec.http.CookieUtil
Deprecated.
 
unwritable - Variable in class io.netty.channel.ChannelOutboundBuffer
 
unwritable - Variable in class io.netty.handler.codec.http2.AbstractHttp2StreamChannel
 
UNWRITABLE_UPDATER - Static variable in class io.netty.channel.ChannelOutboundBuffer
 
UNWRITABLE_UPDATER - Static variable in class io.netty.handler.codec.http2.AbstractHttp2StreamChannel
 
update(byte[], int, int) - Method in class io.netty.handler.codec.compression.ByteBufChecksum.SlowByteBufChecksum
 
update(byte[], int, int) - Method in class io.netty.handler.codec.compression.Crc32c
 
update(int) - Method in class io.netty.handler.codec.compression.ByteBufChecksum.SlowByteBufChecksum
 
update(int) - Method in class io.netty.handler.codec.compression.Crc32c
 
update(int, int) - Method in class io.netty.handler.codec.compression.Bzip2DivSufSort.TRBudget
 
update(ByteBuf, int, int) - Method in class io.netty.handler.codec.compression.ByteBufChecksum.ReflectiveByteBufChecksum
 
update(ByteBuf, int, int) - Method in class io.netty.handler.codec.compression.ByteBufChecksum
 
update(InetSocketAddress) - Method in class io.netty.resolver.dns.DnsResolveContext.AuthoritativeNameServer
 
update(InetSocketAddress, long) - Method in class io.netty.resolver.dns.DnsResolveContext.AuthoritativeNameServer
Update the server with the given address and TTL if needed.
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
 
updateAllReceiveWindowSizes(int) - Method in class io.netty.handler.codec.spdy.SpdySession
 
updateAllSendWindowSizes(int) - Method in class io.netty.handler.codec.spdy.SpdySession
 
updateByteBuffer(Checksum) - Static method in class io.netty.handler.codec.compression.ByteBufChecksum
 
updateComponentOffsets(int) - Method in class io.netty.buffer.CompositeByteBuf
 
updateCRC(int) - Method in class io.netty.handler.codec.compression.Crc32
Update the CRC with a single byte.
updateCRC(int, int) - Method in class io.netty.handler.codec.compression.Crc32
Update the CRC with a sequence of identical bytes.
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
 
updateInitialReceiveWindowSize(int) - Method in class io.netty.handler.codec.spdy.SpdySessionHandler
 
updateInitialSendWindowSize(int) - Method in class io.netty.handler.codec.spdy.SpdySessionHandler
 
updateLastAccessedTime() - Method in class io.netty.handler.ssl.OpenSslSessionCache.NativeSslSession
 
updateLastExecutionTime() - Method in class io.netty.util.concurrent.SingleThreadEventExecutor
Updates the internal timestamp that tells when a submitted task was executed most recently.
updateLocalWindowIfNeeded() - Method in class io.netty.handler.codec.http2.AbstractHttp2StreamChannel.Http2ChannelUnsafe
 
updateMaxStreams() - Method in class io.netty.handler.codec.http2.DefaultHttp2Connection.DefaultEndpoint
 
updateProcessor - Variable in class io.netty.handler.codec.compression.ByteBufChecksum
 
updatePseudoTime(WeightedFairQueueByteDistributor.State, int, long) - Method in class io.netty.handler.codec.http2.WeightedFairQueueByteDistributor.State
Assumes the parents WeightedFairQueueByteDistributor.State.totalQueuedWeights includes this node's weight.
updater - Static variable in class io.netty.buffer.AbstractReferenceCountedByteBuf
 
updater - Static variable in class io.netty.util.AbstractReferenceCounted
 
updater() - Method in class io.netty.util.internal.ReferenceCountUpdater
 
updateReceiveWindowSize(int) - Method in class io.netty.handler.codec.spdy.SpdySession.StreamState
 
updateReceiveWindowSize(int, int) - Method in class io.netty.handler.codec.spdy.SpdySession
 
updateSendWindowSize(int) - Method in class io.netty.handler.codec.spdy.SpdySession.StreamState
 
updateSendWindowSize(int, int) - Method in class io.netty.handler.codec.spdy.SpdySession
 
updateSendWindowSize(ChannelHandlerContext, int, int) - Method in class io.netty.handler.codec.spdy.SpdySessionHandler
 
updateStreamableBytes(int, boolean) - Method in class io.netty.handler.codec.http2.WeightedFairQueueByteDistributor.State
 
updateStreamableBytes(int, boolean, int) - Method in class io.netty.handler.codec.http2.UniformStreamByteDistributor.State
 
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(ChannelHandlerContext, FullHttpRequest) - Method in class io.netty.handler.codec.http.HttpServerUpgradeHandler
Attempts to upgrade to the protocol(s) identified by the HttpHeaderNames.UPGRADE header (if provided in the request).
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_HEADERS - Static variable in class io.netty.handler.codec.http2.Http2ClientUpgradeCodec
 
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.
upgradeCodec - Variable in class io.netty.handler.codec.http.HttpClientUpgradeHandler
 
upgradeCodecFactory - Variable in class io.netty.handler.codec.http.HttpServerUpgradeHandler
 
upgraded - Variable in class io.netty.handler.codec.http.HttpClientCodec.Encoder
 
UPGRADED - io.netty.handler.codec.http.HttpObjectDecoder.State
 
UpgradeEvent() - Constructor for enum io.netty.handler.codec.http.HttpClientUpgradeHandler.UpgradeEvent
 
UpgradeEvent(CharSequence, FullHttpRequest) - Constructor for class io.netty.handler.codec.http.HttpServerUpgradeHandler.UpgradeEvent
 
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.
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.
upgradeKey - Variable in class io.netty.handler.codec.http2.Http2FrameCodec
 
upgradeRequest - Variable in class io.netty.handler.codec.http.HttpServerUpgradeHandler.UpgradeEvent
 
upgradeRequest() - Method in class io.netty.handler.codec.http.HttpServerUpgradeHandler.UpgradeEvent
Gets the request that triggered the protocol upgrade.
upgradeRequested - Variable in class io.netty.handler.codec.http.HttpClientUpgradeHandler
 
upgradeStreamHandler - Variable in class io.netty.handler.codec.http2.Http2MultiplexCodec
Deprecated.
 
upgradeStreamHandler - Variable in class io.netty.handler.codec.http2.Http2MultiplexCodecBuilder
Deprecated.
 
upgradeStreamHandler - Variable in class io.netty.handler.codec.http2.Http2MultiplexHandler
 
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
 
upgradeToHandler - Variable 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.
upRef() - Method in class io.netty.handler.ssl.OpenSslSessionCache.NativeSslSession
 
URG - io.netty.handler.pcap.TCPPacket.TCPFlag
 
uri - Variable in class io.netty.handler.codec.http.DefaultHttpRequest
 
uri - Variable in class io.netty.handler.codec.http.QueryStringDecoder
 
uri - Variable in class io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker
 
uri - Variable in class io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker
 
uri() - Method in class io.netty.handler.codec.http.DefaultHttpRequest
 
uri() - Method in class io.netty.handler.codec.http.HttpObjectAggregator.AggregatedFullHttpRequest
 
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.multipart.HttpPostRequestEncoder.WrappedHttpRequest
 
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.
uri() - Method in class io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker
Returns the URL of the web socket
uriBuilder - Variable in class io.netty.handler.codec.http.QueryStringEncoder
 
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.
UrlDecoder(ByteBuf) - Constructor for class io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder.UrlDecoder
 
UrlEncodedDetector() - Constructor for class io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder.UrlEncodedDetector
 
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 class io.netty.buffer.PoolChunk
 
usage() - Method in interface io.netty.buffer.PoolChunkMetric
Return the percentage of the current usage of the chunk.
usage(int) - Method in class io.netty.buffer.PoolChunk
 
USE_ANOTHER_SERVER - io.netty.handler.codec.mqtt.MqttReasonCodes.Disconnect
 
USE_DIRECT_BUFFER_NO_CLEANER - Static variable in class io.netty.util.internal.PlatformDependent
 
USE_KEYMANAGER_FACTORY - Static variable in class io.netty.handler.ssl.OpenSsl
 
USE_MPSC_CHUNKED_ARRAY_QUEUE - Static variable in class io.netty.util.internal.PlatformDependent.Mpsc
 
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 EventLoop if possible.
USE_TASKS - Static variable in class io.netty.handler.ssl.ReferenceCountedOpenSslContext
 
useCacheForAllThreads - Variable in class io.netty.buffer.PooledByteBufAllocator.PoolThreadLocalCache
 
usedDirectMemory() - Method in interface io.netty.buffer.ByteBufAllocatorMetric
Returns the number of bytes of direct memory used by a ByteBufAllocator or -1 if unknown.
usedDirectMemory() - Method in class io.netty.buffer.PooledByteBufAllocator
 
usedDirectMemory() - Method in class io.netty.buffer.PooledByteBufAllocatorMetric
 
usedDirectMemory() - Method in class io.netty.buffer.UnpooledByteBufAllocator.UnpooledByteBufAllocatorMetric
 
usedDirectMemory() - Static method in class io.netty.util.internal.PlatformDependent
Returns the current memory reserved for direct buffer allocation.
usedHeapMemory() - Method in interface io.netty.buffer.ByteBufAllocatorMetric
Returns the number of bytes of heap memory used by a ByteBufAllocator or -1 if unknown.
usedHeapMemory() - Method in class io.netty.buffer.PooledByteBufAllocator
 
usedHeapMemory() - Method in class io.netty.buffer.PooledByteBufAllocatorMetric
 
usedHeapMemory() - Method in class io.netty.buffer.UnpooledByteBufAllocator.UnpooledByteBufAllocatorMetric
 
useDirectBufferNoCleaner() - Static method in class io.netty.util.internal.PlatformDependent
 
useDisk - Variable in class io.netty.handler.codec.http.multipart.DefaultHttpDataFactory
 
usedMemory(PoolArena<?>[]) - Static method in class io.netty.buffer.PooledByteBufAllocator
 
useExtendedTrustManager(X509TrustManager) - Static method in class io.netty.handler.ssl.ReferenceCountedOpenSslContext
 
useFallbackCiphersIfDefaultIsEmpty(List<String>, Iterable<String>) - Static method in class io.netty.handler.ssl.SslUtils
 
useFallbackCiphersIfDefaultIsEmpty(List<String>, String...) - Static method in class io.netty.handler.ssl.SslUtils
 
useIpv6(Socket, InetAddress) - Static method in class io.netty.channel.unix.Socket
Returns true if the given socket and address combination should use IPv6 internally, false otherwise.
useIpv6(InetAddress) - Method in class io.netty.channel.unix.Socket
Returns true if we should use IPv6 internally, false otherwise.
useJdkLoggerFactory(String) - Static method in class io.netty.util.internal.logging.InternalLoggerFactory
 
useKeyManager() - Method in class io.netty.handler.ssl.OpenSslSessionContext
 
useKeyManagerFactory() - Static method in class io.netty.handler.ssl.OpenSsl
 
useLog4J2LoggerFactory(String) - Static method in class io.netty.util.internal.logging.InternalLoggerFactory
 
useLog4JLoggerFactory(String) - Static method in class io.netty.util.internal.logging.InternalLoggerFactory
 
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
 
userDefinedWritabilityIndex - Variable in class io.netty.handler.traffic.AbstractTrafficShapingHandler
Rank in UserDefinedWritability (1 for Channel, 2 for Global TrafficShapingHandler).
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
 
UserEventStreamVisitor(Object) - Constructor for class io.netty.handler.codec.http2.AbstractHttp2StreamChannel.UserEventStreamVisitor
 
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
userEventTriggered(ChannelHandlerContext, Object) - Method in class io.netty.channel.CombinedChannelDuplexHandler
 
userEventTriggered(ChannelHandlerContext, Object) - Method in class io.netty.channel.DefaultChannelPipeline.HeadContext
 
userEventTriggered(ChannelHandlerContext, Object) - Method in class io.netty.channel.DefaultChannelPipeline.TailContext
 
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.logging.LoggingHandler
 
userEventTriggered(ChannelHandlerContext, Object) - Method in class io.netty.handler.proxy.HttpProxyHandler.HttpClientCodecWrapper
 
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 - Variable in class io.netty.handler.codec.socksx.v4.DefaultSocks4CommandRequest
 
userId - Variable in class io.netty.handler.codec.socksx.v4.Socks4ServerDecoder
 
userId() - Method in class io.netty.handler.codec.socksx.v4.DefaultSocks4CommandRequest
 
userId() - Method in interface io.netty.handler.codec.socksx.v4.Socks4CommandRequest
Returns the USERID field of this request.
username - Variable in class io.netty.handler.codec.mqtt.MqttMessageBuilders.ConnectBuilder
 
username - Variable in class io.netty.handler.codec.socks.SocksAuthRequest
 
username - Variable in class io.netty.handler.codec.socks.SocksAuthRequestDecoder
 
username - Variable in class io.netty.handler.codec.socksx.v5.DefaultSocks5PasswordAuthRequest
 
username - Variable in class io.netty.handler.proxy.HttpProxyHandler
 
username - Variable in class io.netty.handler.proxy.Socks4ProxyHandler
 
username - Variable in class io.netty.handler.proxy.Socks5ProxyHandler
 
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 - Variable in class io.netty.handler.codec.mqtt.MqttConnectPayload
 
userName() - Method in class io.netty.handler.codec.mqtt.MqttConnectPayload
 
userProperties - Variable in class io.netty.handler.codec.mqtt.MqttMessageBuilders.ConnAckPropertiesBuilder
 
userProperties - Variable in class io.netty.handler.codec.mqtt.MqttProperties
 
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
 
useSlf4JLoggerFactory(String) - Static method in class io.netty.util.internal.logging.InternalLoggerFactory
 
useWebkitExtensionName - Variable in class io.netty.handler.codec.http.websocketx.extensions.compression.DeflateFrameClientExtensionHandshaker
 
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)
UTF8_ACCEPT - Static variable in class io.netty.handler.codec.http.websocketx.Utf8Validator
 
UTF8_REJECT - Static variable in class io.netty.handler.codec.http.websocketx.Utf8Validator
 
utf8ByteCount(CharSequence, int, int) - Static method in class io.netty.buffer.ByteBufUtil
 
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 utf8Bytes(seq.subSequence(start, end)) but avoids subsequence object allocation.
utf8BytesNonAscii(CharSequence, int, int) - Static method in class io.netty.buffer.ByteBufUtil
 
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
 
Utf8LineParser(AppendableCharSequence, int) - Constructor for class io.netty.handler.codec.stomp.StompSubframeDecoder.Utf8LineParser
 
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.
utf8out - Variable in class io.netty.buffer.ByteBufOutputStream
 
utf8Validator - Variable in class io.netty.handler.codec.http.websocketx.Utf8FrameValidator
 
Utf8Validator - Class in io.netty.handler.codec.http.websocketx
Checks UTF8 bytes for validity
Utf8Validator() - Constructor for class io.netty.handler.codec.http.websocketx.Utf8Validator
 

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.
V1_MAX_LENGTH - Static variable in class io.netty.handler.codec.haproxy.HAProxyMessageDecoder
Maximum possible length of a v1 proxy protocol header per spec
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.
V2_MAX_LENGTH - Static variable in class io.netty.handler.codec.haproxy.HAProxyMessageDecoder
Maximum possible length of a v2 proxy protocol header (fixed 16 bytes + max unsigned short)
V2_MAX_TLV - Static variable in class io.netty.handler.codec.haproxy.HAProxyMessageDecoder
Maximum possible length for v2 additional TLV data (max unsigned short - max v2 address info space)
V2_MIN_LENGTH - Static variable in class io.netty.handler.codec.haproxy.HAProxyMessageDecoder
Minimum possible length of a fully functioning v2 proxy protocol header (fixed 16 bytes + v2 address info space)
V2_VERSION_BITMASK - Static variable in class io.netty.handler.codec.haproxy.HAProxyMessageEncoder
 
v2MaxHeaderSize - Variable in class io.netty.handler.codec.haproxy.HAProxyMessageDecoder
The latest v2 spec (2014/05/18) allows for additional data to be sent in the proxy protocol header beyond the address information block so now we need a configurable max header size
V4 - Static variable in class io.netty.handler.pcap.EthernetPacket
IPv4
V4_HEADER_SIZE - Static variable in class io.netty.handler.pcap.IPPacket
 
V6 - Static variable in class io.netty.handler.pcap.EthernetPacket
IPv6
valid - Variable in class io.netty.handler.codec.stomp.StompSubframeDecoder.HeaderParser
 
valid - Variable in class io.netty.handler.ssl.OpenSslSessionCache.NativeSslSession
 
valid - Variable in class io.netty.handler.ssl.ReferenceCountedOpenSslEngine.DefaultOpenSslSession
 
VALID - io.netty.handler.ssl.ocsp.OcspResponse.Status
Certificate is valid
VALID_COOKIE_ATTRIBUTE_VALUE_OCTETS - Static variable in class io.netty.handler.codec.http.cookie.CookieUtil
 
VALID_COOKIE_NAME_OCTETS - Static variable in class io.netty.handler.codec.http.cookie.CookieUtil
 
VALID_COOKIE_NAME_OCTETS - Static variable in class io.netty.handler.codec.http.CookieUtil
Deprecated.
 
VALID_COOKIE_VALUE_OCTETS - Static variable in class io.netty.handler.codec.http.cookie.CookieUtil
 
VALID_COOKIE_VALUE_OCTETS - Static variable in class io.netty.handler.codec.http.CookieUtil
Deprecated.
 
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(int, int) - Static method in class io.netty.buffer.AbstractByteBufAllocator
 
validate(ByteBuf) - Static method in class io.netty.handler.codec.spdy.DefaultSpdyDataFrame
 
validate(ChannelOption<T>, T) - Method in class io.netty.channel.DefaultChannelConfig
 
validate(DefaultFileRegion, long) - Static method in class io.netty.channel.DefaultFileRegion
 
validate(I, O) - Method in class io.netty.channel.CombinedChannelDuplexHandler
 
validate(CharSequence) - Method in class io.netty.handler.codec.http.DefaultHttpHeaders.HeaderValueValidator
 
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.
validateAdditional(DnsRecord, boolean) - Static method in class io.netty.resolver.dns.DnsNameResolver
 
validateAndCalculateChunkSize(int, int) - Static method in class io.netty.buffer.PooledByteBufAllocator
 
validateAndCalculatePageShifts(int, int) - Static method in class io.netty.buffer.PooledByteBufAllocator
 
validateAsciiStringToken(AsciiString) - Static method in class io.netty.handler.codec.http.HttpHeaderValidationUtil
Validate that an AsciiString contain onlu valid token characters.
validateAttributeValue(String, String) - Static method in class io.netty.handler.codec.http.cookie.CookieUtil
 
validateCharSequenceToken(CharSequence) - Static method in class io.netty.handler.codec.http.HttpHeaderValidationUtil
Validate that a CharSequence contain onlu valid token characters.
validateChecksum(int, ByteBuf) - Static method in class io.netty.handler.codec.compression.Snappy
Computes the CRC32C checksum of the supplied data, performs the "mask" operation on the computed checksum, and then compares the resulting masked checksum to the supplied checksum.
validateChecksum(int, ByteBuf, int, int) - Static method in class io.netty.handler.codec.compression.Snappy
Computes the CRC32C checksum of the supplied data, performs the "mask" operation on the computed checksum, and then compares the resulting masked checksum to the supplied checksum.
validateChecksums - Variable in class io.netty.handler.codec.compression.SnappyFrameDecoder
 
validateCookie(String, String) - Method in class io.netty.handler.codec.http.cookie.CookieEncoder
 
validateCsvFormat(CharSequence) - Static method in class io.netty.util.internal.StringUtil
Validate if value is a valid csv field without double-quotes.
validateDelimiter(ByteBuf) - Static method in class io.netty.handler.codec.DelimiterBasedFrameDecoder
 
validateFileRegion(DefaultFileRegion, long) - Method in class io.netty.channel.AbstractChannel
 
validateFixedHeader(ChannelHandlerContext, MqttFixedHeader) - Static method in class io.netty.handler.codec.mqtt.MqttCodecUtil
 
validateHeader(int, AsciiString, CharSequence, HpackDecoder.HeaderType) - Static method in class io.netty.handler.codec.http2.HpackDecoder
 
validateHeaderName(CharSequence) - Static method in class io.netty.handler.codec.spdy.SpdyCodecUtil
Validate a SPDY header name.
validateHeaders - Variable in class io.netty.handler.codec.http.DefaultLastHttpContent
 
validateHeaders - Variable in class io.netty.handler.codec.http.HttpObjectDecoder
 
validateHeaders - Variable in class io.netty.handler.codec.http.HttpServerUpgradeHandler
 
validateHeaders - Variable in class io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
 
validateHeaders - Variable in class io.netty.handler.codec.http2.DefaultHttp2HeadersDecoder
 
validateHeaders - Variable in class io.netty.handler.codec.http2.HpackDecoder.Http2HeadersSink
 
validateHeaders - Variable in class io.netty.handler.codec.http2.Http2StreamFrameToHttpObjectCodec
 
validateHeaders - Variable in class io.netty.handler.codec.http2.HttpToHttp2ConnectionHandler
 
validateHeaders - Variable in class io.netty.handler.codec.spdy.SpdyFrameCodec
 
validateHeaders - Variable in class io.netty.handler.codec.spdy.SpdyHttpDecoder
 
validateHeaders - Variable in class io.netty.handler.codec.spdy.SpdyHttpEncoder
 
validateHeaders - Variable in class io.netty.handler.codec.stomp.StompSubframeDecoder.HeaderParser
 
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
 
validateHeaders(AsciiString[], AsciiString...) - Static method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
 
validateHeaders(CharSequence...) - Static method in class io.netty.handler.codec.http.ReadOnlyHttpHeaders
 
validateHeadersSentState(Http2Stream, Http2Headers, boolean, boolean) - Static method in class io.netty.handler.codec.http2.DefaultHttp2ConnectionEncoder
 
validateHeaderValue(CharSequence) - Static method in class io.netty.handler.codec.spdy.SpdyCodecUtil
Validate a SPDY header value.
validateHeaderValues - Variable in class io.netty.handler.codec.http2.DefaultHttp2HeadersDecoder
 
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.AbstractInboundHttp2ToHttpAdapterBuilder
 
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
 
validateKeyMaterialSupported(X509Certificate[], PrivateKey, String) - Static method in class io.netty.handler.ssl.OpenSslKeyMaterialProvider
 
validateMacSeparator(char) - Static method in class io.netty.util.internal.MacAddressUtil
 
validateMaxContentLength(int) - Static method in class io.netty.handler.codec.MessageAggregator
 
validateMaxFrameLength(int) - Static method in class io.netty.handler.codec.DelimiterBasedFrameDecoder
 
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.NameValidator to validate the given name.
validateName(K) - Method in interface io.netty.handler.codec.DefaultHeaders.NameValidator
Verify that name is valid.
validateNonce - Variable in class io.netty.handler.ssl.ocsp.OcspServerCertificateValidator
 
validateNonce(BasicOCSPResp, DEROctetString) - Static method in class io.netty.handler.ssl.ocsp.OcspClient
Validate OCSP response nonce
validateOffset(int, int) - Static method in class io.netty.handler.codec.compression.Snappy
Validates that the offset extracted from a compressed reference is within the permissible bounds of an offset (0 < offset < Integer.MAX_VALUE), and does not exceed the length of the chunk currently read so far.
validatePeriod(long) - Static method in class io.netty.util.concurrent.ScheduledFutureTask
 
validateQuestion(DnsQuestion) - Static method in exception io.netty.resolver.dns.DnsNameResolverException
 
validateRemoteAddress(InetSocketAddress) - Static method in exception io.netty.resolver.dns.DnsNameResolverException
 
validateResponse(Promise<BasicOCSPResp>, BasicOCSPResp, DEROctetString, X509Certificate, boolean) - Static method in class io.netty.handler.ssl.ocsp.OcspClient
 
validateScheduled(long, TimeUnit) - Method in class io.netty.util.concurrent.AbstractScheduledEventExecutor
Deprecated.
will be removed in the future.
validateScheduled0(long, TimeUnit) - Method in class io.netty.util.concurrent.AbstractScheduledEventExecutor
 
validateSignature(BasicOCSPResp, X509Certificate) - Static method in class io.netty.handler.ssl.ocsp.OcspClient
Validate OCSP response signature
validateStreamFrame(Http2StreamFrame) - Method in class io.netty.handler.codec.http2.AbstractHttp2StreamChannel.Http2ChannelUnsafe
 
validateSupported(X509Certificate[]) - Static method in class io.netty.handler.ssl.OpenSslKeyMaterialProvider
 
validateSupported(PrivateKey, String) - Static method in class io.netty.handler.ssl.OpenSslKeyMaterialProvider
 
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
validationException - Variable in class io.netty.handler.codec.http2.HpackDecoder.Http2HeadersSink
 
validCookieAttributeValueOctets() - Static method in class io.netty.handler.codec.http.cookie.CookieUtil
 
validCookieNameOctets() - Static method in class io.netty.handler.codec.http.cookie.CookieUtil
 
validCookieNameOctets(BitSet) - Static method in class io.netty.handler.codec.http.CookieUtil
Deprecated.
 
validCookieValueOctets() - Static method in class io.netty.handler.codec.http.cookie.CookieUtil
 
validCookieValueOctets() - Static method in class io.netty.handler.codec.http.CookieUtil
Deprecated.
 
validExtensions - Variable in class io.netty.handler.codec.http.websocketx.extensions.WebSocketServerExtensionHandler
 
validIpV4ToBytes(String) - Static method in class io.netty.util.NetUtil
 
value - Variable in class io.netty.channel.group.DefaultChannelGroupFuture.DefaultEntry
 
value - Variable in class io.netty.handler.codec.DefaultHeaders.HeaderEntry
 
value - Variable in class io.netty.handler.codec.HeadersUtils.StringEntry
 
value - Variable in class io.netty.handler.codec.http.cookie.DefaultCookie
 
value - Variable in class io.netty.handler.codec.http.cors.CorsConfigBuilder.ConstantValueGenerator
 
value - Variable in class io.netty.handler.codec.http.HttpMethod.EnumNameMap.Node
 
value - Variable in class io.netty.handler.codec.http.HttpObjectDecoder
 
value - Variable in enum io.netty.handler.codec.http.multipart.HttpPostBodyUtil.TransferEncodingMechanism
 
value - Variable in class io.netty.handler.codec.http.multipart.InternalAttribute
 
value - Variable in class io.netty.handler.codec.http.ReadOnlyHttpHeaders.ReadOnlyIterator
 
value - Variable in class io.netty.handler.codec.http.ReadOnlyHttpHeaders.ReadOnlyStringIterator
 
value - Variable in class io.netty.handler.codec.http2.HpackHeaderField
 
value - Variable in class io.netty.handler.codec.http2.HpackStaticTable.HeaderIndex
 
value - Variable in class io.netty.handler.codec.http2.Http2Flags
 
value - Variable in enum io.netty.handler.codec.http2.Http2Headers.PseudoHeaderName
 
value - Variable in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers.ReadOnlyIterator
 
value - Variable in class io.netty.handler.codec.mqtt.MqttDecoder.Result
 
value - Variable in enum io.netty.handler.codec.mqtt.MqttMessageType
 
value - Variable in class io.netty.handler.codec.mqtt.MqttProperties.MqttProperty
 
value - Variable in enum io.netty.handler.codec.mqtt.MqttProperties.MqttPropertyType
 
value - Variable in class io.netty.handler.codec.mqtt.MqttProperties.StringPair
 
value - Variable in enum io.netty.handler.codec.mqtt.MqttQoS
 
value - Variable in enum io.netty.handler.codec.mqtt.MqttSubscriptionOption.RetainedHandlingPolicy
 
value - Variable in class io.netty.handler.codec.redis.IntegerRedisMessage
 
value - Variable in enum io.netty.handler.codec.redis.RedisMessageType
 
value - Variable in class io.netty.handler.codec.spdy.DefaultSpdySettingsFrame.Setting
 
value - Variable in class io.netty.handler.codec.string.LineSeparator
 
value - Variable in enum io.netty.handler.pcap.TCPPacket.TCPFlag
 
value - Variable in class io.netty.handler.ssl.CipherSuiteConverter.CachedValue
 
value - Variable in class io.netty.util.AsciiString
If this value is modified outside the constructor then call AsciiString.arrayChanged().
value - Variable in class io.netty.util.internal.IntegerHolder
Deprecated.
 
value - Variable in class io.netty.util.Recycler.DefaultHandle
 
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 enum io.netty.handler.codec.http.multipart.HttpPostBodyUtil.TransferEncodingMechanism
 
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.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
 
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.util.collection.ByteCollections.UnmodifiableMap.EntryImpl
 
value() - Method in class io.netty.util.collection.ByteObjectHashMap.PrimitiveIterator
 
value() - Method in interface io.netty.util.collection.ByteObjectMap.PrimitiveEntry
Gets the value for this entry.
value() - Method in class io.netty.util.collection.CharCollections.UnmodifiableMap.EntryImpl
 
value() - Method in class io.netty.util.collection.CharObjectHashMap.PrimitiveIterator
 
value() - Method in interface io.netty.util.collection.CharObjectMap.PrimitiveEntry
Gets the value for this entry.
value() - Method in class io.netty.util.collection.IntCollections.UnmodifiableMap.EntryImpl
 
value() - Method in class io.netty.util.collection.IntObjectHashMap.PrimitiveIterator
 
value() - Method in interface io.netty.util.collection.IntObjectMap.PrimitiveEntry
Gets the value for this entry.
value() - Method in class io.netty.util.collection.LongCollections.UnmodifiableMap.EntryImpl
 
value() - Method in class io.netty.util.collection.LongObjectHashMap.PrimitiveIterator
 
value() - Method in interface io.netty.util.collection.LongObjectMap.PrimitiveEntry
Gets the value for this entry.
value() - Method in class io.netty.util.collection.ShortCollections.UnmodifiableMap.EntryImpl
 
value() - Method in class io.netty.util.collection.ShortObjectHashMap.PrimitiveIterator
 
value() - Method in interface io.netty.util.collection.ShortObjectMap.PrimitiveEntry
Gets the value for this entry.
value() - Method in class io.netty.util.internal.LongAdderCounter
 
value() - Method in interface io.netty.util.internal.LongCounter
 
value() - Method in class io.netty.util.internal.PlatformDependent.AtomicLongCounter
 
VALUE_LENGTH_ESTIMATE - Static variable in class io.netty.handler.codec.http.CombinedHttpHeaders.CombinedHttpHeadersImpl
An estimate of the size of a header value.
VALUE_VALIDATOR - Static variable in class io.netty.handler.codec.http2.DefaultHttp2Headers
 
valueBound(SSLSessionBindingEvent) - Method in class io.netty.handler.ssl.ExtendedOpenSslSession.SSLSessionBindingListenerDecorator
 
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 - Variable in class io.netty.handler.codec.DefaultHeaders
 
valueConverter() - Method in class io.netty.handler.codec.DefaultHeaders
 
valueConverter() - Static method in class io.netty.handler.codec.http.DefaultHttpHeaders
 
ValueConverter<T> - Interface in io.netty.handler.codec
Converts to/from a generic object to the type.
valueIterator(CharSequence) - Method in class io.netty.handler.codec.http.CombinedHttpHeaders.CombinedHttpHeadersImpl
 
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(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.
ValueIterator(K) - Constructor for class io.netty.handler.codec.DefaultHeaders.ValueIterator
 
valueOf(byte) - Static method in enum io.netty.handler.codec.haproxy.HAProxyCommand
Returns the HAProxyCommand represented by the lowest 4 bits of the specified byte.
valueOf(byte) - Static method in enum io.netty.handler.codec.haproxy.HAProxyProtocolVersion
Returns the HAProxyProtocolVersion represented 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.AddressFamily represented 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.TransportProtocol represented by the lowest 4 bits of the specified byte.
valueOf(byte) - Static method in enum io.netty.handler.codec.haproxy.HAProxyProxiedProtocol
Returns the HAProxyProxiedProtocol represented 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.redis.RedisMessageType
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 SocksVersion that 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.ssl.PemPrivateKey
Creates a PemPrivateKey from raw byte[].
valueOf(byte[]) - Static method in class io.netty.handler.ssl.PemX509Certificate
Creates a PemX509Certificate from raw byte[].
valueOf(int) - Static method in class io.netty.handler.codec.dns.DnsOpCode
Returns the DnsOpCode instance 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 DnsResponseCode that corresponds with the given responseCode.
valueOf(int) - Static method in class io.netty.handler.codec.http.HttpResponseStatus
Returns the HttpResponseStatus represented 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
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 HttpResponseStatus represented by the specified code.
valueOf(int) - Static method in class io.netty.handler.codec.spdy.SpdySessionStatus
Returns the SpdySessionStatus represented by the specified code.
valueOf(int) - Static method in class io.netty.handler.codec.spdy.SpdyStreamStatus
Returns the SpdyStreamStatus represented by the specified code.
valueOf(int, String) - Static method in class io.netty.handler.codec.http.HttpResponseStatus
Returns the HttpResponseStatus represented by the specified code and reasonPhrase.
valueOf(long) - Static method in enum io.netty.handler.codec.http2.Http2Error
Returns the enum constant of this type with the specified name.
valueOf(ByteBuf) - Static method in class io.netty.handler.ssl.PemPrivateKey
Creates a PemPrivateKey from raw ByteBuf.
valueOf(ByteBuf) - Static method in class io.netty.handler.ssl.PemX509Certificate
Creates a PemX509Certificate from raw ByteBuf.
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 SmtpCommand for 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 enum io.netty.buffer.PoolArena.SizeClass
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in class io.netty.channel.ChannelOption
Returns the ChannelOption of the specified name.
valueOf(String) - Static method in enum io.netty.channel.embedded.EmbeddedChannel.State
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.netty.channel.epoll.EpollMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.netty.channel.local.LocalChannel.State
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.socket.InternetProtocolFamily
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.Bzip2Decoder.State
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.netty.handler.codec.compression.Bzip2Encoder.State
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.netty.handler.codec.compression.FastLzFrameDecoder.State
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.netty.handler.codec.compression.JdkZlibDecoder.GzipState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.netty.handler.codec.compression.Snappy.State
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.netty.handler.codec.compression.SnappyFrameDecoder.ChunkType
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 enum io.netty.handler.codec.http.HttpContentEncoder.State
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 HttpMethod represented by the specified name.
valueOf(String) - Static method in enum io.netty.handler.codec.http.HttpObjectDecoder.State
Returns the enum constant of this type with 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 HttpVersion instance which matches to the specified protocol version string.
valueOf(String) - Static method in enum io.netty.handler.codec.http.multipart.HttpPostBodyUtil.TransferEncodingMechanism
Returns the enum constant of this type with the specified name.
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.WebSocket08FrameDecoder.State
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.AbstractHttp2StreamChannel.ReadStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.netty.handler.codec.http2.HpackDecoder.HeaderType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.netty.handler.codec.http2.HpackUtil.IndexType
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.memcache.binary.AbstractBinaryMemcacheDecoder.State
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.MqttDecoder.DecoderState
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
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.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.RedisDecoder.State
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 HttpMethod represented by the specified name.
valueOf(String) - Static method in class io.netty.handler.codec.rtsp.RtspVersions
Returns an existing or new HttpVersion instance which matches to the specified RTSP version string.
valueOf(String) - Static method in enum io.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.SpdyFrameDecoder.State
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.netty.handler.codec.spdy.SpdyHeaderBlockRawDecoder.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
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.pcap.PcapWriteHandler.ChannelType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.netty.handler.pcap.State
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.netty.handler.pcap.TCPPacket.TCPFlag
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 enum io.netty.handler.ssl.ReferenceCountedOpenSslEngine.HandshakeState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in class io.netty.handler.ssl.SslContextOption
Returns the SslContextOption of the specified name.
valueOf(String) - Static method in enum io.netty.handler.ssl.SslHandler.SslEngineType
Returns the enum constant of this type with 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.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 AttributeKey which has the specified name.
valueOf(String) - Method in class io.netty.util.ConstantPool
Returns the Constant which is assigned to the specified name.
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.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 Signal of the specified name.
valueOf0(int) - Static method in class io.netty.handler.codec.http.HttpResponseStatus
 
valueOfHelper(byte, E[]) - Static method in class io.netty.handler.codec.mqtt.MqttReasonCodes
 
values - Variable in class io.netty.handler.codec.http.HttpMethod.EnumNameMap
 
values - Variable in class io.netty.handler.codec.http2.DefaultHttp2Connection.DefaultStream.PropertyMap
 
values - Variable in class io.netty.handler.ssl.ReferenceCountedOpenSslEngine.DefaultOpenSslSession
 
values - Variable in class io.netty.util.collection.ByteCollections.UnmodifiableMap
 
values - Variable in class io.netty.util.collection.ByteObjectHashMap
 
values - Variable in class io.netty.util.collection.CharCollections.UnmodifiableMap
 
values - Variable in class io.netty.util.collection.CharObjectHashMap
 
values - Variable in class io.netty.util.collection.IntCollections.UnmodifiableMap
 
values - Variable in class io.netty.util.collection.IntObjectHashMap
 
values - Variable in class io.netty.util.collection.LongCollections.UnmodifiableMap
 
values - Variable in class io.netty.util.collection.LongObjectHashMap
 
values - Variable in class io.netty.util.collection.ShortCollections.UnmodifiableMap
 
values - Variable in class io.netty.util.collection.ShortObjectHashMap
 
values - Variable in class io.netty.util.DomainNameMappingBuilder.ImmutableDomainNameMapping
Deprecated.
 
values() - Static method in enum io.netty.buffer.PoolArena.SizeClass
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.netty.channel.embedded.EmbeddedChannel.State
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.netty.channel.epoll.EpollMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.netty.channel.local.LocalChannel.State
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.socket.InternetProtocolFamily
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.Bzip2Decoder.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.compression.Bzip2Encoder.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.compression.FastLzFrameDecoder.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.compression.JdkZlibDecoder.GzipState
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.Snappy.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.compression.SnappyFrameDecoder.ChunkType
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.HttpContentEncoder.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.http.HttpObjectDecoder.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.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.HttpPostBodyUtil.TransferEncodingMechanism
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.WebSocket08FrameDecoder.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.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.AbstractHttp2StreamChannel.ReadStatus
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.HpackDecoder.HeaderType
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.HpackUtil.IndexType
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.memcache.binary.AbstractBinaryMemcacheDecoder.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.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.MqttDecoder.DecoderState
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
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.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.RedisDecoder.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.redis.RedisMessageType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class io.netty.handler.codec.serialization.ReferenceMap
 
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.SpdyFrameDecoder.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.SpdyHeaderBlockRawDecoder.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
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.pcap.PcapWriteHandler.ChannelType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.netty.handler.pcap.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.pcap.TCPPacket.TCPFlag
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.ReferenceCountedOpenSslEngine.HandshakeState
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.SslHandler.SslEngineType
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.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.ByteCollections.EmptyMap
 
values() - Method in class io.netty.util.collection.ByteCollections.UnmodifiableMap
 
values() - Method in class io.netty.util.collection.ByteObjectHashMap
 
values() - Method in class io.netty.util.collection.CharCollections.EmptyMap
 
values() - Method in class io.netty.util.collection.CharCollections.UnmodifiableMap
 
values() - Method in class io.netty.util.collection.CharObjectHashMap
 
values() - Method in class io.netty.util.collection.IntCollections.EmptyMap
 
values() - Method in class io.netty.util.collection.IntCollections.UnmodifiableMap
 
values() - Method in class io.netty.util.collection.IntObjectHashMap
 
values() - Method in class io.netty.util.collection.LongCollections.EmptyMap
 
values() - Method in class io.netty.util.collection.LongCollections.UnmodifiableMap
 
values() - Method in class io.netty.util.collection.LongObjectHashMap
 
values() - Method in class io.netty.util.collection.ShortCollections.EmptyMap
 
values() - Method in class io.netty.util.collection.ShortCollections.UnmodifiableMap
 
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.ResourceLeakDetector.Level
Returns an array containing the constants of this enum type, in the order they are declared.
Values() - Constructor for class io.netty.handler.codec.http.HttpHeaders.Values
Deprecated.
 
Values() - Constructor for class io.netty.handler.codec.rtsp.RtspHeaders.Values
Deprecated.
 
VALUES - Static variable in enum io.netty.handler.codec.mqtt.MqttConnectReturnCode
 
VALUES - Static variable in enum io.netty.handler.codec.mqtt.MqttMessageType
 
VALUES - Static variable in enum io.netty.handler.codec.mqtt.MqttProperties.MqttPropertyType
 
VALUES - Static variable in enum io.netty.handler.codec.mqtt.MqttReasonCodes.Auth
 
VALUES - Static variable in enum io.netty.handler.codec.mqtt.MqttReasonCodes.Disconnect
 
VALUES - Static variable in enum io.netty.handler.codec.mqtt.MqttReasonCodes.PubAck
 
VALUES - Static variable in enum io.netty.handler.codec.mqtt.MqttReasonCodes.PubComp
 
VALUES - Static variable in enum io.netty.handler.codec.mqtt.MqttReasonCodes.PubRec
 
VALUES - Static variable in enum io.netty.handler.codec.mqtt.MqttReasonCodes.PubRel
 
VALUES - Static variable in enum io.netty.handler.codec.mqtt.MqttReasonCodes.SubAck
 
VALUES - Static variable in enum io.netty.handler.codec.mqtt.MqttReasonCodes.UnsubAck
 
valuesMask - Variable in class io.netty.handler.codec.http.HttpMethod.EnumNameMap
 
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
 
valueToFront(byte) - Method in class io.netty.handler.codec.compression.Bzip2MoveToFrontTable
Moves a value to the head of the MTF list (forward Move To Front transform).
valueUnbound(SSLSessionBindingEvent) - Method in class io.netty.handler.ssl.ExtendedOpenSslSession.SSLSessionBindingListenerDecorator
 
valueValidator - Variable in class io.netty.handler.codec.DefaultHeaders
 
valueValidator() - Method in class io.netty.handler.codec.DefaultHeaders
 
valueValidator(boolean) - Static method in class io.netty.handler.codec.http.DefaultHttpHeaders
 
VARARGS_ONLY - Static variable in class io.netty.util.internal.logging.Log4J2Logger
 
variableHeader - Variable in class io.netty.handler.codec.mqtt.MqttDecoder
 
variableHeader - Variable in class io.netty.handler.codec.mqtt.MqttMessage
 
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 - Variable in class io.netty.handler.codec.haproxy.HAProxySSLTLV
 
verify() - Method in class io.netty.handler.codec.haproxy.HAProxySSLTLV
Returns the verification result
verify(long, byte[][], String) - Method in class io.netty.handler.ssl.ReferenceCountedOpenSslContext.AbstractCertificateVerifier
 
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 FullHttpResponse and throws a WebSocketHandshakeException if 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(ReferenceCountedOpenSslEngine, X509Certificate[], String) - Method in class io.netty.handler.ssl.ReferenceCountedOpenSslClientContext.ExtendedTrustManagerVerifyCallback
 
verify(ReferenceCountedOpenSslEngine, X509Certificate[], String) - Method in class io.netty.handler.ssl.ReferenceCountedOpenSslClientContext.TrustManagerVerifyCallback
 
verify(ReferenceCountedOpenSslEngine, X509Certificate[], String) - Method in class io.netty.handler.ssl.ReferenceCountedOpenSslContext.AbstractCertificateVerifier
 
verify(ReferenceCountedOpenSslEngine, X509Certificate[], String) - Method in class io.netty.handler.ssl.ReferenceCountedOpenSslServerContext.ExtendedTrustManagerVerifyCallback
 
verify(ReferenceCountedOpenSslEngine, X509Certificate[], String) - Method in class io.netty.handler.ssl.ReferenceCountedOpenSslServerContext.TrustManagerVerifyCallback
 
verify(EventExecutorGroup) - Static method in class io.netty.util.concurrent.NonStickyEventExecutorGroup
 
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
 
verifyAddress(byte[]) - Static method in class io.netty.handler.codec.dns.DefaultDnsOptEcsRecord
 
verifyAssociatedWithAStream() - Method in class io.netty.handler.codec.http2.DefaultHttp2FrameReader
 
verifyConnection(Http2Connection) - Method in class io.netty.handler.codec.http2.DefaultHttp2Connection.DefaultPropertyKey
 
verifyContentLength(Http2Stream, int, boolean) - Method in class io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder
 
verifyContinuationFrame() - Method in class io.netty.handler.codec.http2.DefaultHttp2FrameReader
 
verifyCrc(ByteBuf) - Method in class io.netty.handler.codec.compression.JdkZlibDecoder
Verifies CRC.
verifyCrc16(ByteBuf) - Method in class io.netty.handler.codec.compression.JdkZlibDecoder
 
verifyDataFrame() - Method in class io.netty.handler.codec.http2.DefaultHttp2FrameReader
 
verifyErrorCode(long) - Static method in class io.netty.handler.codec.http2.DefaultHttp2FrameWriter
 
verifyExists() - Method in class io.netty.util.collection.ByteObjectHashMap.MapEntry
 
verifyExists() - Method in class io.netty.util.collection.CharObjectHashMap.MapEntry
 
verifyExists() - Method in class io.netty.util.collection.IntObjectHashMap.MapEntry
 
verifyExists() - Method in class io.netty.util.collection.LongObjectHashMap.MapEntry
 
verifyExists() - Method in class io.netty.util.collection.ShortObjectHashMap.MapEntry
 
verifyFirstFrameIsSettings(ByteBuf) - Method in class io.netty.handler.codec.http2.Http2ConnectionHandler.PrefaceDecoder
Peeks at that the next frame in the buffer and verifies that it is a non-ack SETTINGS frame.
verifyGoAwayFrame() - Method in class io.netty.handler.codec.http2.DefaultHttp2FrameReader
 
verifyHeadersFrame() - Method in class io.netty.handler.codec.http2.DefaultHttp2FrameReader
 
verifyKey(Http2Connection.PropertyKey) - Method in class io.netty.handler.codec.http2.DefaultHttp2Connection
Verifies that the key is valid and returns it as the internal DefaultHttp2Connection.DefaultPropertyKey type.
verifyNotProcessingHeaders() - Method in class io.netty.handler.codec.http2.DefaultHttp2FrameReader
Verify that current state is not processing on header block
verifyNullSslContextProvider(SslProvider, Provider) - Static method in class io.netty.handler.ssl.SslContext
 
verifyPadding(int) - Method in class io.netty.handler.codec.http2.DefaultHttp2FrameReader
 
verifyPadding(int) - Static method in class io.netty.handler.codec.http2.Http2CodecUtil
 
verifyPingFrame() - Method in class io.netty.handler.codec.http2.DefaultHttp2FrameReader
 
verifyPrefaceReceived() - Method in class io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder.PrefaceFrameListener
Verifies that the HTTP/2 connection preface has been received from the remote endpoint.
verifyPriorityFrame() - Method in class io.netty.handler.codec.http2.DefaultHttp2FrameReader
 
verifyProtocolSelection(SSLEngineResult) - Method in class io.netty.handler.ssl.JdkAlpnSslEngine
 
verifyPushPromiseFrame() - Method in class io.netty.handler.codec.http2.DefaultHttp2FrameReader
 
verifyResult(byte[]) - Static method in class io.netty.handler.ssl.ReferenceCountedOpenSslContext
 
verifyRstStreamFrame() - Method in class io.netty.handler.codec.http2.DefaultHttp2FrameReader
 
verifySettingsFrame() - Method in class io.netty.handler.codec.http2.DefaultHttp2FrameReader
 
verifyStandardSetting(int, Long) - Static method in class io.netty.handler.codec.http2.Http2Settings
 
verifyStreamId(int, String) - Static method in class io.netty.handler.codec.http2.DefaultHttp2FrameWriter
 
verifyStreamMayHaveExisted(int) - Method in class io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder.FrameReadListener
 
verifyStreamOrConnectionId(int, String) - Static method in class io.netty.handler.codec.http2.DefaultHttp2FrameReader
 
verifyStreamOrConnectionId(int, String) - Static method in class io.netty.handler.codec.http2.DefaultHttp2FrameWriter
 
verifyUnknownFrame() - Method in class io.netty.handler.codec.http2.DefaultHttp2FrameReader
 
verifyValidHeaderValueAsciiString(AsciiString) - Static method in class io.netty.handler.codec.http.HttpHeaderValidationUtil
 
verifyValidHeaderValueCharSequence(CharSequence) - Static method in class io.netty.handler.codec.http.HttpHeaderValidationUtil
 
verifyWeight(short) - Static method in class io.netty.handler.codec.http2.DefaultHttp2FrameWriter
 
verifyWindowSizeIncrement(int) - Static method in class io.netty.handler.codec.http2.DefaultHttp2FrameWriter
 
verifyWindowUpdateFrame() - Method in class io.netty.handler.codec.http2.DefaultHttp2FrameReader
 
version - Variable in class io.netty.handler.codec.haproxy.HAProxyMessageDecoder
Protocol specification version
version - Variable in class io.netty.handler.codec.http.DefaultCookie
Deprecated.
 
version - Variable in class io.netty.handler.codec.http.DefaultHttpMessage
 
version - Variable in class io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker
 
version - Variable in class io.netty.handler.codec.http.websocketx.WebSocketClientProtocolConfig.Builder
 
version - Variable in class io.netty.handler.codec.http.websocketx.WebSocketClientProtocolConfig
 
version - Variable in class io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker
 
version - Variable in class io.netty.handler.codec.mqtt.MqttConnectVariableHeader
 
version - Variable in class io.netty.handler.codec.mqtt.MqttMessageBuilders.ConnectBuilder
 
version - Variable in class io.netty.handler.codec.spdy.SpdyFrameEncoder
 
version - Variable in class io.netty.handler.codec.spdy.SpdyHeaderBlockRawEncoder
 
version - Variable in enum io.netty.handler.codec.spdy.SpdyVersion
 
version() - Method in class io.netty.handler.codec.dns.AbstractDnsOptPseudoRrRecord
 
version() - Method in interface io.netty.handler.codec.dns.DnsOptPseudoRecord
Returns the VERSION which is encoded into DnsRecord.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() - Static method in class io.netty.handler.ssl.OpenSsl
Returns the version of the used available OpenSSL library or -1 if OpenSsl.isAvailable() returns false.
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(String, String, long, long, String, String, String) - Constructor for class io.netty.util.Version
 
VERSION - Static variable in class io.netty.handler.codec.http.CookieDecoder
Deprecated.
 
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_MASK - Static variable in enum io.netty.handler.codec.haproxy.HAProxyProtocolVersion
The highest 4 bits of the protocol version and command byte contain the version
VERSION_ONE_BYTE - Static variable in class io.netty.handler.codec.haproxy.HAProxyConstants
Version byte constants
VERSION_PATTERN - Static variable in class io.netty.handler.codec.http.HttpVersion
 
VERSION_TWO_BYTE - Static variable in class io.netty.handler.codec.haproxy.HAProxyConstants
 
version0(String) - Static method in class io.netty.handler.codec.http.HttpVersion
 
versionPattern - Static variable in class io.netty.handler.codec.rtsp.RtspDecoder
Regex used on first line in message to detect if it is a response.
versionString() - Static method in class io.netty.handler.ssl.OpenSsl
Returns the version string of the used available OpenSSL library or null if OpenSsl.isAvailable() returns false.
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"
violationDetected - Variable in class io.netty.handler.codec.http2.Http2EmptyDataFrameListener
 
visit(Http2FrameStream) - Method in class io.netty.handler.codec.http2.AbstractHttp2StreamChannel.UserEventStreamVisitor
 
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 class io.netty.handler.codec.http2.DefaultHttp2LocalFlowController.WindowUpdateVisitor
 
visit(Http2Stream) - Method in class io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController.ListenerWritabilityMonitor
 
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
 
VoidChannelGroupFuture - Class in io.netty.channel.group
 
VoidChannelGroupFuture(ChannelGroup) - Constructor for class io.netty.channel.group.VoidChannelGroupFuture
 
VoidChannelPromise - Class in io.netty.channel
 
VoidChannelPromise(Channel, boolean) - Constructor for class io.netty.channel.VoidChannelPromise
Creates a new instance.
voidFuture - Variable in class io.netty.channel.group.DefaultChannelGroup
 
voidPromise - Variable in class io.netty.channel.DefaultChannelPipeline
 
voidPromise() - Method in class io.netty.channel.AbstractChannel.AbstractUnsafe
 
voidPromise() - Method in class io.netty.channel.AbstractChannel
 
voidPromise() - Method in class io.netty.channel.AbstractChannelHandlerContext
 
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.ChannelOutboundInvoker
Return a special ChannelPromise which can be reused for different operations.
voidPromise() - Method in class io.netty.channel.CombinedChannelDuplexHandler.DelegatingChannelHandlerContext
 
voidPromise() - Method in class io.netty.channel.DefaultChannelPipeline
 
voidPromise() - Method in class io.netty.handler.codec.http2.AbstractHttp2StreamChannel.Http2ChannelUnsafe
 
voidPromise() - Method in class io.netty.handler.codec.http2.AbstractHttp2StreamChannel
 
vrfy(CharSequence) - Static method in class io.netty.handler.codec.smtp.SmtpRequests
Creates a VRFY request.
VRFY - Static variable in class io.netty.handler.codec.smtp.SmtpCommand
 
VSockAddress - Class in io.netty.channel.epoll
VSockAddress(int, int) - Constructor for class io.netty.channel.epoll.VSockAddress
 

W

waiters - Variable in class io.netty.util.concurrent.DefaultPromise
Threading - synchronized(this).
waitForNextTick() - Method in class io.netty.util.HashedWheelTimer.Worker
calculate goal nanoTime from startTime and current tick number, then wait until that goal has been reached.
WAKEN_UP_UPDATER - Static variable in class io.netty.channel.kqueue.KQueueEventLoop
 
wakenUp - Variable in class io.netty.channel.kqueue.KQueueEventLoop
 
wakesUpForTask(Runnable) - Method in class io.netty.util.concurrent.SingleThreadEventExecutor
Can be overridden to control which tasks require waking the EventExecutor thread if it is waiting so that they can be run immediately.
wakeup() - Method in class io.netty.channel.kqueue.KQueueEventLoop
 
wakeup() - Method in class io.netty.channel.nio.SelectedSelectionKeySetSelector
 
wakeup(boolean) - Method in class io.netty.channel.epoll.EpollEventLoop
 
wakeup(boolean) - Method in class io.netty.channel.kqueue.KQueueEventLoop
 
wakeup(boolean) - Method in class io.netty.channel.nio.NioEventLoop
 
wakeup(boolean) - Method in class io.netty.util.concurrent.SingleThreadEventExecutor
 
WAKEUP_TASK - Static variable in class io.netty.util.concurrent.AbstractScheduledEventExecutor
 
wantsDirectBuffer - Variable in enum io.netty.handler.ssl.SslHandler.SslEngineType
true if and only if SSLEngine expects a direct buffer and so if a heap buffer is given will make an extra memory copy.
warn(String) - Method in class io.netty.util.internal.logging.CommonsLogger
Deprecated.
Delegates to the Log.warn(Object) method of the underlying Log instance.
warn(String) - Method in interface io.netty.util.internal.logging.InternalLogger
Log a message at the WARN level.
warn(String) - Method in class io.netty.util.internal.logging.JdkLogger
Log a message object at the WARNING level.
warn(String) - Method in class io.netty.util.internal.logging.LocationAwareSlf4JLogger
 
warn(String) - Method in class io.netty.util.internal.logging.Log4JLogger
Log a message object at the WARN level.
warn(String) - Method in class io.netty.util.internal.logging.Slf4JLogger
 
warn(String, Object) - Method in class io.netty.util.internal.logging.CommonsLogger
Deprecated.
Delegates to the Log.warn(Object) method of the underlying Log instance.
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 class io.netty.util.internal.logging.JdkLogger
Log a message at the WARNING level according to the specified format and argument.
warn(String, Object) - Method in class io.netty.util.internal.logging.LocationAwareSlf4JLogger
 
warn(String, Object) - Method in class io.netty.util.internal.logging.Log4JLogger
Log a message at the WARN level according to the specified format and argument.
warn(String, Object) - Method in class io.netty.util.internal.logging.Slf4JLogger
 
warn(String, Object...) - Method in class io.netty.util.internal.logging.CommonsLogger
Deprecated.
Delegates to the Log.warn(Object) method of the underlying Log instance.
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...) - Method in class io.netty.util.internal.logging.JdkLogger
Log a message at level WARNING according to the specified format and arguments.
warn(String, Object...) - Method in class io.netty.util.internal.logging.LocationAwareSlf4JLogger
 
warn(String, Object...) - Method in class io.netty.util.internal.logging.Log4JLogger
Log a message at level WARN according to the specified format and arguments.
warn(String, Object...) - Method in class io.netty.util.internal.logging.Slf4JLogger
 
warn(String, Object, Object) - Method in class io.netty.util.internal.logging.CommonsLogger
Deprecated.
Delegates to the Log.warn(Object) method of the underlying Log instance.
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, Object, Object) - Method in class io.netty.util.internal.logging.JdkLogger
Log a message at the WARNING level according to the specified format and arguments.
warn(String, Object, Object) - Method in class io.netty.util.internal.logging.LocationAwareSlf4JLogger
 
warn(String, Object, Object) - Method in class io.netty.util.internal.logging.Log4JLogger
Log a message at the WARN level according to the specified format and arguments.
warn(String, Object, Object) - Method in class io.netty.util.internal.logging.Slf4JLogger
 
warn(String, Throwable) - Method in class io.netty.util.internal.logging.CommonsLogger
Deprecated.
Delegates to the Log.warn(Object, Throwable) method of the underlying Log instance.
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(String, Throwable) - Method in class io.netty.util.internal.logging.JdkLogger
Log an exception (throwable) at the WARNING level with an accompanying message.
warn(String, Throwable) - Method in class io.netty.util.internal.logging.LocationAwareSlf4JLogger
 
warn(String, Throwable) - Method in class io.netty.util.internal.logging.Log4JLogger
Log an exception (throwable) at the WARN level with an accompanying message.
warn(String, Throwable) - Method in class io.netty.util.internal.logging.Slf4JLogger
 
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(Throwable) - Method in class io.netty.util.internal.logging.Log4J2Logger
 
WARN - io.netty.handler.logging.LogLevel
 
WARN - io.netty.util.internal.logging.InternalLogLevel
'WARN' log level.
WARNED_TOO_MANY_INSTANCES - Static variable in class io.netty.util.HashedWheelTimer
 
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"
wasCallable - Variable in class io.netty.util.concurrent.UnorderedThreadPoolEventExecutor.RunnableScheduledFutureTask
 
wasStreamReservedOrActivated() - Method in class io.netty.handler.codec.http2.WeightedFairQueueByteDistributor.State
 
watch(Thread, Runnable) - Static method in class io.netty.util.ThreadDeathWatcher
Deprecated.
Schedules the specified task to run when the specified thread dies.
watchees - Variable in class io.netty.util.ThreadDeathWatcher.Watcher
Deprecated.
 
watcher - Static variable in class io.netty.util.ThreadDeathWatcher
Deprecated.
 
Watcher() - Constructor for class io.netty.util.ThreadDeathWatcher.Watcher
Deprecated.
 
watcherThread - Static variable in class io.netty.util.ThreadDeathWatcher
Deprecated.
 
WATERMARK_UPDATER - Static variable in class io.netty.channel.DefaultChannelConfig
 
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
WeakReferenceMap<K,​V> - Class in io.netty.handler.codec.serialization
 
WeakReferenceMap(Map<K, Reference<V>>) - Constructor for class io.netty.handler.codec.serialization.WeakReferenceMap
 
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 into WebSocketFrames.
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 WebSocketFrameDecoder with the specified maxFrameSize.
WebSocket00FrameDecoder(WebSocketDecoderConfig) - Constructor for class io.netty.handler.codec.http.websocketx.WebSocket00FrameDecoder
Creates a new instance of WebSocketFrameDecoder with the specified maxFrameSize.
WebSocket00FrameEncoder - Class in io.netty.handler.codec.http.websocketx
Encodes a WebSocketFrame into a ByteBuf.
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
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
WebSocket08FrameDecoder.State - Enum in io.netty.handler.codec.http.websocketx
 
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
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
WebSocketChunkedInput - Class in io.netty.handler.codec.http.websocketx
A ChunkedInput that 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() - Constructor for class io.netty.handler.codec.http.websocketx.extensions.compression.WebSocketClientCompressionHandler
 
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.
WebSocketClientHandshaker00(URI, WebSocketVersion, String, HttpHeaders, int, long, boolean) - 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, boolean, boolean) - 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.
WebSocketClientHandshaker07(URI, WebSocketVersion, String, boolean, HttpHeaders, int, boolean, boolean, long, 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, boolean, boolean) - 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.
WebSocketClientHandshaker08(URI, WebSocketVersion, String, boolean, HttpHeaders, int, boolean, boolean, long, 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, boolean, boolean) - 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.
WebSocketClientHandshaker13(URI, WebSocketVersion, String, boolean, HttpHeaders, int, boolean, boolean, long, 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, boolean, boolean) - 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 WebSocketClientHandshaker of desired protocol version.
WebSocketClientHandshakerFactory() - Constructor for class io.netty.handler.codec.http.websocketx.WebSocketClientHandshakerFactory
Private constructor so this static class cannot be instanced.
WebSocketClientProtocolConfig - Class in io.netty.handler.codec.http.websocketx
WebSocket server configuration.
WebSocketClientProtocolConfig(URI, String, WebSocketVersion, boolean, HttpHeaders, int, boolean, boolean, boolean, WebSocketCloseStatus, boolean, long, long, boolean, boolean, boolean) - Constructor for class io.netty.handler.codec.http.websocketx.WebSocketClientProtocolConfig
 
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, 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(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
WebSocketClientProtocolHandshakeHandler - Class in io.netty.handler.codec.http.websocketx
 
WebSocketClientProtocolHandshakeHandler(WebSocketClientHandshaker) - Constructor for class io.netty.handler.codec.http.websocketx.WebSocketClientProtocolHandshakeHandler
 
WebSocketClientProtocolHandshakeHandler(WebSocketClientHandshaker, long) - Constructor for class io.netty.handler.codec.http.websocketx.WebSocketClientProtocolHandshakeHandler
 
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(int, boolean, boolean, boolean, boolean, boolean) - Constructor for class io.netty.handler.codec.http.websocketx.WebSocketDecoderConfig
Constructor
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 WebSocketExtension extension.
WebSocketExtensionUtil - Class in io.netty.handler.codec.http.websocketx.extensions
 
WebSocketExtensionUtil() - Constructor for class io.netty.handler.codec.http.websocketx.extensions.WebSocketExtensionUtil
 
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.
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
 
websocketHostValue(URI) - Static method in class io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker
 
websocketOriginValue(URI) - Static method in class io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker
 
websocketPath - Variable in class io.netty.handler.codec.http.websocketx.WebSocketServerProtocolConfig.Builder
 
websocketPath - Variable in class io.netty.handler.codec.http.websocketx.WebSocketServerProtocolConfig
 
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.
WebSocketProtocolHandler - Class in io.netty.handler.codec.http.websocketx
 
WebSocketProtocolHandler() - Constructor for class io.netty.handler.codec.http.websocketx.WebSocketProtocolHandler
Creates a new WebSocketProtocolHandler that will drop PongWebSocketFrames.
WebSocketProtocolHandler(boolean) - Constructor for class io.netty.handler.codec.http.websocketx.WebSocketProtocolHandler
Creates a new WebSocketProtocolHandler, given a parameter that determines whether or not to drop PongWebSocketFrames.
WebSocketProtocolHandler(boolean, WebSocketCloseStatus, long) - Constructor for class io.netty.handler.codec.http.websocketx.WebSocketProtocolHandler
 
WebSocketScheme - Class in io.netty.handler.codec.http.websocketx
Defines the common schemes used for the WebSocket protocol as defined by rfc6455.
WebSocketScheme(int, String) - Constructor for class io.netty.handler.codec.http.websocketx.WebSocketScheme
 
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
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(String, String, boolean, long, long, boolean, WebSocketCloseStatus, boolean, WebSocketDecoderConfig) - Constructor for class io.netty.handler.codec.http.websocketx.WebSocketServerProtocolConfig
 
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
WebSocketServerProtocolHandshakeHandler - Class in io.netty.handler.codec.http.websocketx
Handles the HTTP handshake (the HTTP Upgrade request) for WebSocketServerProtocolHandler.
WebSocketServerProtocolHandshakeHandler(WebSocketServerProtocolConfig) - Constructor for class io.netty.handler.codec.http.websocketx.WebSocketServerProtocolHandshakeHandler
 
webSocketUri - Variable in class io.netty.handler.codec.http.websocketx.WebSocketClientProtocolConfig.Builder
 
webSocketUri - Variable in class io.netty.handler.codec.http.websocketx.WebSocketClientProtocolConfig
 
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.
webSocketUri(URI) - Method in class io.netty.handler.codec.http.websocketx.WebSocketClientProtocolConfig.Builder
URL for web socket communications.
webSocketURL - Variable in class io.netty.handler.codec.http.websocketx.WebSocketServerHandshakerFactory
 
WebSocketUtil - Class in io.netty.handler.codec.http.websocketx
A utility class mainly for use by web sockets
WebSocketUtil() - Constructor for class io.netty.handler.codec.http.websocketx.WebSocketUtil
A private constructor to ensure that instances of this class cannot be made
WebSocketVersion - Enum in io.netty.handler.codec.http.websocketx
Versions of the web socket specification.
WebSocketVersion(AsciiString) - Constructor for enum io.netty.handler.codec.http.websocketx.WebSocketVersion
 
weight - Variable in class io.netty.handler.codec.http2.DefaultHttp2ConnectionEncoder.FlowControlledHeaders
 
weight - Variable in class io.netty.handler.codec.http2.DefaultHttp2PriorityFrame
 
weight - Variable in class io.netty.handler.codec.http2.StreamBufferingEncoder.HeadersFrame
 
weight - Variable in class io.netty.handler.codec.http2.WeightedFairQueueByteDistributor.State
 
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 StreamByteDistributor that 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
 
WeightedFairQueueByteDistributor.ParentChangedEvent - Class in io.netty.handler.codec.http2
Allows a correlation to be made between a stream and its old parent before a parent change occurs.
WeightedFairQueueByteDistributor.State - Class in io.netty.handler.codec.http2
The remote flow control state for a single stream.
WeightedFairQueueByteDistributor.StateOnlyComparator - Class in io.netty.handler.codec.http2
A comparator for WeightedFairQueueByteDistributor.State which has no associated Http2Stream object.
WeightedFairQueueByteDistributor.StatePseudoTimeComparator - Class in io.netty.handler.codec.http2
 
wheel - Variable in class io.netty.util.HashedWheelTimer
 
WHITE_SPACE_ENC - Static variable in class io.netty.handler.codec.base64.Base64
 
WHITESPACE_PATTERN - Static variable in class io.netty.resolver.dns.UnixResolverDnsServerAddressStreamProvider
 
WHITESPACES - Static variable in class io.netty.resolver.HostsFileEntriesProvider.ParserImpl
 
WILDCARD_SUBSCRIPTION_AVAILABLE - io.netty.handler.codec.mqtt.MqttProperties.MqttPropertyType
 
WILDCARD_SUBSCRIPTIONS_NOT_SUPPORTED - io.netty.handler.codec.mqtt.MqttReasonCodes.Disconnect
 
WILDCARD_SUBSCRIPTIONS_NOT_SUPPORTED - io.netty.handler.codec.mqtt.MqttReasonCodes.SubAck
 
wildcard4 - Static variable in class io.netty.handler.pcap.PcapWriteHandler.WildcardAddressHolder
 
wildcard6 - Static variable in class io.netty.handler.pcap.PcapWriteHandler.WildcardAddressHolder
 
WildcardAddressHolder() - Constructor for class io.netty.handler.pcap.PcapWriteHandler.WildcardAddressHolder
 
wildcardSubscriptionAvailable - Variable in class io.netty.handler.codec.mqtt.MqttMessageBuilders.ConnAckPropertiesBuilder
 
wildcardSubscriptionAvailable(boolean) - Method in class io.netty.handler.codec.mqtt.MqttMessageBuilders.ConnAckPropertiesBuilder
 
WILL_DELAY_INTERVAL - io.netty.handler.codec.mqtt.MqttProperties.MqttPropertyType
 
willCleanupFastThreadLocals() - Method in class io.netty.util.concurrent.FastThreadLocalThread
Returns true if FastThreadLocal.removeAll() will be called once Thread.run() completes.
willCleanupFastThreadLocals(Thread) - Static method in class io.netty.util.concurrent.FastThreadLocalThread
Returns true if FastThreadLocal.removeAll() will be called once Thread.run() completes.
willFlag - Variable in class io.netty.handler.codec.mqtt.MqttMessageBuilders.ConnectBuilder
 
willFlag(boolean) - Method in class io.netty.handler.codec.mqtt.MqttMessageBuilders.ConnectBuilder
 
willMessage - Variable in class io.netty.handler.codec.mqtt.MqttConnectPayload
 
willMessage - Variable in class io.netty.handler.codec.mqtt.MqttMessageBuilders.ConnectBuilder
 
willMessage() - Method in class io.netty.handler.codec.mqtt.MqttConnectPayload
willMessage(byte[]) - Method in class io.netty.handler.codec.mqtt.MqttMessageBuilders.ConnectBuilder
 
willMessage(String) - Method in class io.netty.handler.codec.mqtt.MqttMessageBuilders.ConnectBuilder
willMessageInBytes() - Method in class io.netty.handler.codec.mqtt.MqttConnectPayload
 
willProperties - Variable in class io.netty.handler.codec.mqtt.MqttConnectPayload
 
willProperties - Variable in class io.netty.handler.codec.mqtt.MqttMessageBuilders.ConnectBuilder
 
willProperties() - Method in class io.netty.handler.codec.mqtt.MqttConnectPayload
 
willProperties(MqttProperties) - Method in class io.netty.handler.codec.mqtt.MqttMessageBuilders.ConnectBuilder
 
willQos - Variable in class io.netty.handler.codec.mqtt.MqttConnectVariableHeader
 
willQos - Variable 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 - Variable in class io.netty.handler.codec.mqtt.MqttMessageBuilders.ConnectBuilder
 
willRetain(boolean) - Method in class io.netty.handler.codec.mqtt.MqttMessageBuilders.ConnectBuilder
 
willTopic - Variable in class io.netty.handler.codec.mqtt.MqttConnectPayload
 
willTopic - Variable 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 - Variable in class io.netty.handler.codec.http2.DefaultHttp2LocalFlowController.DefaultState
The actual flow control window that is decremented as soon as DATA arrives.
window - Variable in class io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController.FlowState
 
window(int) - Method in class io.netty.handler.codec.http2.DefaultHttp2LocalFlowController.DefaultState
 
window(int) - Method in interface io.netty.handler.codec.http2.DefaultHttp2LocalFlowController.FlowState
 
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 - Variable in class io.netty.handler.codec.compression.DeflateOptions
 
windowBits - Variable in class io.netty.handler.codec.http.HttpContentCompressor
 
windowBits - Variable in class io.netty.handler.codec.http2.CompressorHttp2ConnectionEncoder
 
windowBits() - Method in class io.netty.handler.codec.compression.DeflateOptions
 
windowNegative - Variable in class io.netty.handler.codec.http2.UniformStreamByteDistributor.State
 
WINDOWS - Static variable in class io.netty.handler.codec.string.LineSeparator
The Windows line separator(CRLF)
WINDOWS_DEFAULT_SYSTEM_ROOT - Static variable in class io.netty.resolver.HostsFileEntriesProvider.ParserImpl
 
WINDOWS_HOST_NAME - Static variable in class io.netty.resolver.dns.DnsNameResolver
 
WINDOWS_HOSTS_FILE_RELATIVE_PATH - Static variable in class io.netty.resolver.HostsFileEntriesProvider.ParserImpl
 
windowSize - Variable in class io.netty.handler.codec.http.websocketx.extensions.compression.DeflateEncoder
 
windowSize() - Method in class io.netty.handler.codec.http2.DefaultHttp2LocalFlowController.DefaultState
 
windowSize() - Method in interface io.netty.handler.codec.http2.DefaultHttp2LocalFlowController.FlowState
 
windowSize() - Method in class io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController.FlowState
 
windowSize() - Method in interface io.netty.handler.codec.http2.StreamByteDistributor.StreamState
The size (in bytes) of the stream's flow control window.
windowSize(int) - Method in class io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController.FlowState
Reset the window size for this stream.
windowSize(DefaultHttp2RemoteFlowController.FlowState, int) - Method in class io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController.ListenerWritabilityMonitor
 
windowSize(DefaultHttp2RemoteFlowController.FlowState, int) - Method in class io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController.WritabilityMonitor
Set the initial window size for state.
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 class io.netty.handler.codec.http2.DelegatingDecompressorFrameListener.ConsumedBytesConverter
 
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.
windowUpdateFrameWriteComplete(ChannelFuture, Channel) - Static method in class io.netty.handler.codec.http2.AbstractHttp2StreamChannel
 
windowUpdateFrameWriteListener - Variable in class io.netty.handler.codec.http2.AbstractHttp2StreamChannel
 
windowUpdateIncrement - Variable in class io.netty.handler.codec.http2.DefaultHttp2WindowUpdateFrame
 
windowUpdateRatio - Variable in class io.netty.handler.codec.http2.DefaultHttp2LocalFlowController
 
windowUpdateRatio() - Method in class io.netty.handler.codec.http2.DefaultHttp2LocalFlowController.DefaultState
 
windowUpdateRatio() - Method in interface io.netty.handler.codec.http2.DefaultHttp2LocalFlowController.FlowState
 
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.DefaultState
 
windowUpdateRatio(float) - Method in interface io.netty.handler.codec.http2.DefaultHttp2LocalFlowController.FlowState
 
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.
WindowUpdateVisitor(int) - Constructor for class io.netty.handler.codec.http2.DefaultHttp2LocalFlowController.WindowUpdateVisitor
 
wireshark_logger - Static variable in class io.netty.handler.ssl.SslMasterKeyHandler.WiresharkSslMasterKeyHandler
 
WiresharkSslMasterKeyHandler() - Constructor for class io.netty.handler.ssl.SslMasterKeyHandler.WiresharkSslMasterKeyHandler
 
withAnyOrigin() - Static method in class io.netty.handler.codec.http.cors.CorsConfig
Deprecated.
withDefaultEmptyProperties() - Method in class io.netty.handler.codec.mqtt.MqttMessageIdAndPropertiesVariableHeader
 
withDefaultEmptyProperties() - Method in class io.netty.handler.codec.mqtt.MqttMessageIdVariableHeader
 
withEmptyDefaults(MqttProperties) - Static method in class io.netty.handler.codec.mqtt.MqttProperties
 
withEmptyDefaults(MqttUnsubAckPayload) - Static method in class io.netty.handler.codec.mqtt.MqttUnsubAckPayload
 
withEmptyProperties() - Method in class io.netty.handler.codec.mqtt.MqttMessageIdVariableHeader
 
withOrigin(String) - Static method in class io.netty.handler.codec.http.cors.CorsConfig
Deprecated.
withOrigins(String...) - Static method in class io.netty.handler.codec.http.cors.CorsConfig
Deprecated.
withUpgradeStreamHandler(ChannelHandler) - Method in class io.netty.handler.codec.http2.Http2MultiplexCodecBuilder
Deprecated.
 
withUTF8Validator - Variable in class io.netty.handler.codec.http.websocketx.WebSocketClientProtocolConfig.Builder
 
withUTF8Validator - Variable in class io.netty.handler.codec.http.websocketx.WebSocketClientProtocolConfig
 
withUTF8Validator - Variable in class io.netty.handler.codec.http.websocketx.WebSocketDecoderConfig.Builder
 
withUTF8Validator - Variable in class io.netty.handler.codec.http.websocketx.WebSocketDecoderConfig
 
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
 
WORKDIR - Static variable in class io.netty.util.internal.NativeLibraryLoader
 
worker - Variable in class io.netty.util.HashedWheelTimer
 
Worker() - Constructor for class io.netty.util.HashedWheelTimer.Worker
 
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
 
WORKER_STATE_UPDATER - Static variable in class io.netty.util.HashedWheelTimer
 
workerState - Variable in class io.netty.util.HashedWheelTimer
 
workerThread - Variable in class io.netty.util.HashedWheelTimer
 
wrap - Variable in class io.netty.handler.codec.http.cookie.DefaultCookie
 
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(ByteBufAllocator, SSLEngine, ByteBuf, ByteBuf) - Method in class io.netty.handler.ssl.SslHandler
 
wrap(ChannelHandlerContext, boolean) - Method in class io.netty.handler.ssl.SslHandler
 
wrap(Runnable) - Static method in class io.netty.util.concurrent.FastThreadLocalRunnable
 
wrap(ByteBuffer[], int, int, ByteBuffer) - Method in class io.netty.handler.ssl.JdkAlpnSslEngine
 
wrap(ByteBuffer[], int, int, ByteBuffer) - Method in class io.netty.handler.ssl.JdkSslEngine
 
wrap(ByteBuffer[], int, int, ByteBuffer) - Method in class io.netty.handler.ssl.ReferenceCountedOpenSslEngine
 
wrap(ByteBuffer[], ByteBuffer) - Method in class io.netty.handler.ssl.JdkAlpnSslEngine
 
wrap(ByteBuffer[], ByteBuffer) - Method in class io.netty.handler.ssl.JdkSslEngine
 
wrap(ByteBuffer, ByteBuffer) - Method in class io.netty.handler.ssl.JdkAlpnSslEngine
 
wrap(ByteBuffer, ByteBuffer) - Method in class io.netty.handler.ssl.JdkSslEngine
 
wrap(ByteBuffer, ByteBuffer) - Method in class io.netty.handler.ssl.ReferenceCountedOpenSslEngine
 
wrap(T) - Method in interface io.netty.buffer.CompositeByteBuf.ByteWrapper
 
wrapAndFlush(ChannelHandlerContext) - Method in class io.netty.handler.ssl.SslHandler
 
wrapChecksum(Checksum) - Static method in class io.netty.handler.codec.compression.ByteBufChecksum
 
wrapDataSize - Variable in class io.netty.handler.ssl.SslHandler
 
wrapIfNeeded(Throwable) - Method in class io.netty.handler.ssl.SslHandler.SslTasksRunner
 
wrapIfNeeded(KeyManager[]) - Static method in class io.netty.handler.ssl.util.SimpleKeyManagerFactory.SimpleKeyManagerFactorySpi
 
wrapIfNeeded(TrustManager[]) - Static method in class io.netty.handler.ssl.util.SimpleTrustManagerFactory.SimpleTrustManagerFactorySpi
 
wrapIfNeeded(X509TrustManager) - Method in interface io.netty.handler.ssl.OpenSslX509TrustManagerWrapper.TrustManagerWrapper
 
wrapIfNeeded(X509TrustManager) - Method in class io.netty.handler.ssl.OpenSslX509TrustManagerWrapper.UnsafeTrustManagerWrapper
 
wrapIfNeeded(X509TrustManager) - Static method in class io.netty.handler.ssl.OpenSslX509TrustManagerWrapper
 
wrapLogger(Logger) - Static method in class io.netty.util.internal.logging.Slf4JLoggerFactory
 
wrapMultiple(ByteBufAllocator, SSLEngine, ByteBuf, ByteBuf) - Method in class io.netty.handler.ssl.SslHandler
 
wrapNonAppData(ChannelHandlerContext, boolean) - Method in class io.netty.handler.ssl.SslHandler
wrapped - Variable in class io.netty.buffer.AbstractUnsafeSwappedByteBuf
 
wrapped - Variable in class io.netty.buffer.WrappedCompositeByteBuf
 
wrapped - Variable in class io.netty.channel.embedded.EmbeddedChannel.EmbeddedUnsafe
 
wrapped - Variable in class io.netty.handler.codec.http.multipart.AbstractMixedHttpData
 
wrapped - Variable in class io.netty.handler.ssl.EnhancingX509ExtendedTrustManager
 
wrapped - Variable in class io.netty.handler.ssl.ExtendedOpenSslSession
 
wrapped - Variable in class io.netty.handler.ssl.util.LazyJavaxX509Certificate
 
wrapped - Variable in class io.netty.handler.ssl.util.LazyX509Certificate
 
wrapped - Variable in class io.netty.resolver.dns.DnsResolveContext.RedirectAuthoritativeDnsServerCache
 
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, CompositeByteBuf.ByteWrapper<T>, T[]) - Static method in class io.netty.buffer.Unpooled
 
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
 
WrappedCompositeByteBuf - Class in io.netty.buffer
 
WrappedCompositeByteBuf(CompositeByteBuf) - Constructor for class io.netty.buffer.WrappedCompositeByteBuf
 
WrappedFullHttpRequest(HttpRequest, HttpContent) - Constructor for class io.netty.handler.codec.http.multipart.HttpPostRequestEncoder.WrappedFullHttpRequest
 
WrappedHttpRequest(HttpRequest) - Constructor for class io.netty.handler.codec.http.multipart.HttpPostRequestEncoder.WrappedHttpRequest
 
wrappedUnmodifiableBuffer(boolean, ByteBuf...) - Static method in class io.netty.buffer.Unpooled
 
wrappedUnmodifiableBuffer(ByteBuf...) - Static method in class io.netty.buffer.Unpooled
Wrap the given ByteBufs in an unmodifiable ByteBuf.
WrappedUnpooledUnsafeDirectByteBuf - Class in io.netty.buffer
 
WrappedUnpooledUnsafeDirectByteBuf(ByteBufAllocator, long, int, boolean) - Constructor for class io.netty.buffer.WrappedUnpooledUnsafeDirectByteBuf
 
wrapper - Variable in class io.netty.handler.codec.compression.JdkZlibEncoder
 
WRAPPER - Static variable in class io.netty.handler.ssl.OpenSslX509TrustManagerWrapper
 
wrapperFactory - Variable in class io.netty.handler.ssl.JdkBaseApplicationProtocolNegotiator
 
wrapperFactory() - Method in interface io.netty.handler.ssl.JdkApplicationProtocolNegotiator
Deprecated.
wrapperFactory() - Method in class io.netty.handler.ssl.JdkBaseApplicationProtocolNegotiator
 
wrapperFactory() - Method in class io.netty.handler.ssl.JdkDefaultApplicationProtocolNegotiator
 
wrapperOverhead - Variable in class io.netty.handler.codec.compression.JZlibEncoder
 
wrapperOverhead(ZlibWrapper) - Static method in class io.netty.handler.codec.compression.ZlibUtil
 
wrapSslEngine(SSLEngine, ByteBufAllocator, JdkApplicationProtocolNegotiator, boolean) - Method in class io.netty.handler.ssl.JdkAlpnApplicationProtocolNegotiator.AlpnWrapper
Deprecated.
 
wrapSslEngine(SSLEngine, ByteBufAllocator, JdkApplicationProtocolNegotiator, boolean) - Method in class io.netty.handler.ssl.JdkAlpnApplicationProtocolNegotiator.FailureWrapper
Deprecated.
 
wrapSslEngine(SSLEngine, ByteBufAllocator, JdkApplicationProtocolNegotiator, boolean) - Method in class io.netty.handler.ssl.JdkApplicationProtocolNegotiator.AllocatorAwareSslEngineWrapperFactory
Deprecated.
Abstract factory pattern for wrapping an SSLEngine object.
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 SSLEngine object.
wrapStreamClosedError(Throwable) - Method in class io.netty.handler.codec.http2.AbstractHttp2StreamChannel.Http2ChannelUnsafe
 
wrapTrustManagerIfNeeded(TrustManager[]) - Static method in class io.netty.handler.ssl.JdkSslServerContext
Deprecated.
 
Writability - io.netty.handler.codec.http2.Http2FrameStreamEvent.Type
 
writabilityChanged - Variable in class io.netty.handler.codec.http2.Http2FrameCodec.DefaultHttp2FrameStream
 
writabilityChanged(Http2FrameStream) - Static method in class io.netty.handler.codec.http2.Http2FrameStreamEvent
 
writabilityChanged(Http2Stream) - Method in class io.netty.handler.codec.http2.Http2FrameCodec.Http2RemoteFlowControllerListener
 
writabilityChanged(Http2Stream) - Method in interface io.netty.handler.codec.http2.Http2RemoteFlowController.Listener
Notification that Http2RemoteFlowController.isWritable(Http2Stream) has changed for stream.
writabilityMask(int) - Static method in class io.netty.channel.ChannelOutboundBuffer
 
WritabilityMonitor() - Constructor for class io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController.WritabilityMonitor
 
WRITABLE_VISITOR - Static variable in class io.netty.handler.codec.http2.AbstractHttp2StreamChannel
 
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
 
writableBytes() - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
writableBytes() - Method in class io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController
The amount of bytes that can be supported by underlying Channel without queuing "too-much".
writableBytes() - Method in class io.netty.handler.codec.ReplayingDecoderByteBuf
 
writableWindow() - Method in class io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController.FlowState
Returns the maximum writable window (minimum of the stream and connection windows).
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.compression.Bzip2BlockCompressor
Writes a byte to the block, accumulating to an RLE run where possible.
write(int) - Method in class io.netty.handler.codec.serialization.ObjectEncoderOutputStream
Deprecated.
 
write(int, StreamByteDistributor.Writer) - Method in class io.netty.handler.codec.http2.UniformStreamByteDistributor.State
Write any allocated bytes for the given stream and updates the streamable bytes, assuming all of the bytes will be written.
write(int, StreamByteDistributor.Writer) - Method in class io.netty.handler.codec.http2.WeightedFairQueueByteDistributor.State
 
write(int, ByteBuffer, int, int) - Static method in class io.netty.channel.unix.FileDescriptor
 
write(ByteBuf, int, int) - Method in class io.netty.handler.codec.compression.Bzip2BlockCompressor
Writes an array to the block.
write(ChannelHandlerContext, int) - Method in class io.netty.handler.codec.http2.DefaultHttp2ConnectionEncoder.FlowControlledData
 
write(ChannelHandlerContext, int) - Method in class io.netty.handler.codec.http2.DefaultHttp2ConnectionEncoder.FlowControlledHeaders
 
write(ChannelHandlerContext, int) - Method in interface io.netty.handler.codec.http2.Http2RemoteFlowController.FlowControlled
Writes up to allowedBytes of the encapsulated payload to the stream.
write(ChannelHandlerContext, Object, ChannelPromise) - Method in class io.netty.channel.ChannelDuplexHandler
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
write(ChannelHandlerContext, Object, ChannelPromise) - Method in class io.netty.channel.CombinedChannelDuplexHandler
 
write(ChannelHandlerContext, Object, ChannelPromise) - Method in class io.netty.channel.DefaultChannelPipeline.HeadContext
 
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.http.websocketx.WebSocketProtocolHandler
 
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 HttpMessage and HttpContent to HTTP/2 frames.
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.HttpProxyHandler.HttpClientCodecWrapper
 
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 class io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController.WritabilityMonitor
 
write(Http2Stream, int) - Method in interface io.netty.handler.codec.http2.StreamByteDistributor.Writer
Writes the allocated bytes for this stream.
write(Object) - Method in class io.netty.channel.AbstractChannel
 
write(Object) - Method in class io.netty.channel.AbstractChannelHandlerContext
 
write(Object) - Method in interface io.netty.channel.ChannelOutboundInvoker
Request to write a message via this ChannelHandlerContext through the ChannelPipeline.
write(Object) - Method in class io.netty.channel.CombinedChannelDuplexHandler.DelegatingChannelHandlerContext
 
write(Object) - Method in class io.netty.channel.DefaultChannelPipeline
 
write(Object) - Method in interface io.netty.channel.group.ChannelGroup
Writes the specified message to all Channels in this group.
write(Object) - Method in class io.netty.channel.group.DefaultChannelGroup
 
write(Object) - Method in class io.netty.handler.codec.http2.AbstractHttp2StreamChannel
 
write(Object, boolean, ChannelPromise) - Method in class io.netty.channel.AbstractChannelHandlerContext
 
write(Object, ChannelPromise) - Method in class io.netty.channel.AbstractChannel.AbstractUnsafe
 
write(Object, ChannelPromise) - Method in class io.netty.channel.AbstractChannel
 
write(Object, ChannelPromise) - Method in class io.netty.channel.AbstractChannelHandlerContext
 
write(Object, ChannelPromise) - Method in interface io.netty.channel.Channel.Unsafe
Schedules a write operation.
write(Object, ChannelPromise) - Method in interface io.netty.channel.ChannelOutboundInvoker
Request to write a message via this ChannelHandlerContext through the ChannelPipeline.
write(Object, ChannelPromise) - Method in class io.netty.channel.CombinedChannelDuplexHandler.DelegatingChannelHandlerContext
 
write(Object, ChannelPromise) - Method in class io.netty.channel.DefaultChannelPipeline
 
write(Object, ChannelPromise) - Method in class io.netty.handler.codec.http2.AbstractHttp2StreamChannel.Http2ChannelUnsafe
 
write(Object, ChannelPromise) - Method in class io.netty.handler.codec.http2.AbstractHttp2StreamChannel
 
write(Object, ChannelMatcher) - Method in interface io.netty.channel.group.ChannelGroup
Writes the specified message to all Channels in this group that are matched by the given ChannelMatcher.
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 message to all Channels in this group that are matched by the given ChannelMatcher.
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.epoll.AbstractEpollStreamChannel.EpollSocketWritableByteChannel
 
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_BUFFER_HIGH_WATER_MARK - Static variable in class io.netty.channel.ChannelOption
WRITE_BUFFER_LOW_WATER_MARK - Static variable in class io.netty.channel.ChannelOption
WRITE_BUFFER_WATER_MARK - Static variable in class io.netty.channel.ChannelOption
 
WRITE_CHUNK_SIZE - Static variable in class io.netty.buffer.ByteBufUtil
 
WRITE_DATA - io.netty.handler.codec.compression.Bzip2Encoder.State
 
WRITE_SPIN_COUNT - Static variable in class io.netty.channel.ChannelOption
 
WRITE_STATUS_SNDBUF_FULL - Static variable in class io.netty.channel.internal.ChannelUtils
 
WRITE_TASK_OVERHEAD - Static variable in class io.netty.channel.AbstractChannelHandlerContext.WriteTask
 
WRITE_UTF_UNKNOWN - Static variable in class io.netty.buffer.ByteBufUtil
 
WRITE_UTF_UNKNOWN - Static variable in class io.netty.handler.codec.http.QueryStringEncoder
 
write0(ChannelHandlerContext, Object) - Method in class io.netty.handler.codec.http2.AbstractHttp2StreamChannel
 
write0(ChannelHandlerContext, Object) - Method in class io.netty.handler.codec.http2.Http2MultiplexCodec.Http2MultiplexCodecStreamChannel
Deprecated.
 
writeAddress(int, long, int, int) - Static method in class io.netty.channel.unix.FileDescriptor
 
writeAddress(long, int, int) - Method in class io.netty.channel.unix.FileDescriptor
 
writeAllocatedBytes(int) - Method in class io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController.FlowState
Write the allocated bytes for this stream.
writeAndFlush(Object) - Method in class io.netty.channel.AbstractChannel
 
writeAndFlush(Object) - Method in class io.netty.channel.AbstractChannelHandlerContext
 
writeAndFlush(Object) - Method in interface io.netty.channel.ChannelOutboundInvoker
writeAndFlush(Object) - Method in class io.netty.channel.CombinedChannelDuplexHandler.DelegatingChannelHandlerContext
 
writeAndFlush(Object) - Method in class io.netty.channel.DefaultChannelPipeline
 
writeAndFlush(Object) - Method in interface io.netty.channel.group.ChannelGroup
writeAndFlush(Object) - Method in class io.netty.channel.group.DefaultChannelGroup
 
writeAndFlush(Object) - Method in class io.netty.handler.codec.http2.AbstractHttp2StreamChannel
 
writeAndFlush(Object, ChannelPromise) - Method in class io.netty.channel.AbstractChannel
 
writeAndFlush(Object, ChannelPromise) - Method in class io.netty.channel.AbstractChannelHandlerContext
 
writeAndFlush(Object, ChannelPromise) - Method in interface io.netty.channel.ChannelOutboundInvoker
writeAndFlush(Object, ChannelPromise) - Method in class io.netty.channel.CombinedChannelDuplexHandler.DelegatingChannelHandlerContext
 
writeAndFlush(Object, ChannelPromise) - Method in class io.netty.channel.DefaultChannelPipeline
 
writeAndFlush(Object, ChannelPromise) - Method in class io.netty.handler.codec.http2.AbstractHttp2StreamChannel
 
writeAndFlush(Object, ChannelMatcher) - Method in interface io.netty.channel.group.ChannelGroup
Shortcut for calling ChannelGroup.write(Object) and ChannelGroup.flush() and only act on Channels that are matched by the ChannelMatcher.
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) and ChannelGroup.flush() and only act on Channels that are matched by the ChannelMatcher.
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.
writeArrayHeader(ByteBufAllocator, boolean, long, List<Object>) - Method in class io.netty.handler.codec.redis.RedisEncoder
 
writeArrayHeader(ByteBufAllocator, ArrayHeaderRedisMessage, List<Object>) - Method in class io.netty.handler.codec.redis.RedisEncoder
Write array header only without body.
writeArrayMessage(ByteBufAllocator, ArrayRedisMessage, List<Object>) - Method in class io.netty.handler.codec.redis.RedisEncoder
Write full constructed array message.
writeAscii(AbstractByteBuf, int, CharSequence, int) - Static method in class io.netty.buffer.ByteBufUtil
 
writeAscii(ByteBufAllocator, CharSequence) - Static method in class io.netty.buffer.ByteBufUtil
Encode a CharSequence in ASCII and write it to a ByteBuf allocated with alloc.
writeAscii(ByteBuf, int, CharSequence) - Static method in class io.netty.handler.codec.AsciiHeadersEncoder
 
writeAscii(ByteBuf, int, CharSequence) - Static method in class io.netty.handler.codec.http.HttpHeadersEncoder
 
writeAscii(ByteBuf, CharSequence) - Static method in class io.netty.buffer.ByteBufUtil
Encode a CharSequence in ASCII and write it to a ByteBuf.
writeAsciiCharSequence(AbstractByteBuf, int, CharSequence, int) - Static method in class io.netty.buffer.ByteBufUtil
 
writeAsciiString(AbstractByteBuf, int, AsciiString, int, int) - Static method in class io.netty.buffer.ByteBufUtil
 
writeBits(ByteBuf, int, long) - Method in class io.netty.handler.codec.compression.Bzip2BitWriter
Writes up to 32 bits to the output ByteBuf.
writeBlockData(ByteBuf) - Method in class io.netty.handler.codec.compression.Bzip2HuffmanStageEncoder
Writes out the encoded block data.
writeBoolean(boolean) - Method in class io.netty.buffer.AbstractByteBuf
 
writeBoolean(boolean) - Method in class io.netty.buffer.AdvancedLeakAwareByteBuf
 
writeBoolean(boolean) - Method in class io.netty.buffer.AdvancedLeakAwareCompositeByteBuf
 
writeBoolean(boolean) - Method in class io.netty.buffer.ByteBuf
Sets the specified boolean at the current writerIndex and increases the writerIndex by 1 in 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.buffer.WrappedCompositeByteBuf
 
writeBoolean(boolean) - Method in class io.netty.handler.codec.ReplayingDecoderByteBuf
 
writeBoolean(boolean) - Method in class io.netty.handler.codec.serialization.ObjectEncoderOutputStream
Deprecated.
 
writeBoolean(ByteBuf, boolean) - Method in class io.netty.handler.codec.compression.Bzip2BitWriter
Writes a single bit to the output ByteBuf.
writeBufferWaterMark - Variable in class io.netty.channel.DefaultChannelConfig
 
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.
WriteBufferWaterMark(int, int, boolean) - Constructor for class io.netty.channel.WriteBufferWaterMark
This constructor is needed to keep backward-compatibility.
writeBulkStringContent(ByteBufAllocator, BulkStringRedisContent, List<Object>) - Static method in class io.netty.handler.codec.redis.RedisEncoder
 
writeBulkStringHeader(ByteBufAllocator, BulkStringHeaderRedisMessage, List<Object>) - Method in class io.netty.handler.codec.redis.RedisEncoder
 
writeByte(int) - Method in class io.netty.buffer.AbstractByteBuf
 
writeByte(int) - Method in class io.netty.buffer.AdvancedLeakAwareByteBuf
 
writeByte(int) - Method in class io.netty.buffer.AdvancedLeakAwareCompositeByteBuf
 
writeByte(int) - Method in class io.netty.buffer.ByteBuf
Sets the specified byte at the current writerIndex and increases the writerIndex by 1 in 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.buffer.WrappedCompositeByteBuf
 
writeByte(int) - Method in class io.netty.handler.codec.ReplayingDecoderByteBuf
 
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.AdvancedLeakAwareByteBuf
 
writeBytes(byte[]) - Method in class io.netty.buffer.AdvancedLeakAwareCompositeByteBuf
 
writeBytes(byte[]) - Method in class io.netty.buffer.ByteBuf
Transfers the specified source array's data to this buffer starting at the current writerIndex and increases the writerIndex by 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[]) - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
writeBytes(byte[]) - Method in class io.netty.handler.codec.ReplayingDecoderByteBuf
 
writeBytes(byte[], int, int) - Method in class io.netty.buffer.AbstractByteBuf
 
writeBytes(byte[], int, int) - Method in class io.netty.buffer.AdvancedLeakAwareByteBuf
 
writeBytes(byte[], int, int) - Method in class io.netty.buffer.AdvancedLeakAwareCompositeByteBuf
 
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 writerIndex and increases the writerIndex by 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(byte[], int, int) - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
writeBytes(byte[], int, int) - Method in class io.netty.handler.codec.ReplayingDecoderByteBuf
 
writeBytes(ByteBuf) - Method in class io.netty.buffer.AbstractByteBuf
 
writeBytes(ByteBuf) - Method in class io.netty.buffer.AdvancedLeakAwareByteBuf
 
writeBytes(ByteBuf) - Method in class io.netty.buffer.AdvancedLeakAwareCompositeByteBuf
 
writeBytes(ByteBuf) - Method in class io.netty.buffer.ByteBuf
Transfers the specified source buffer's data to this buffer starting at the current writerIndex until the source buffer becomes unreadable, and increases the writerIndex by 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) - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
writeBytes(ByteBuf) - Method in class io.netty.handler.codec.ReplayingDecoderByteBuf
 
writeBytes(ByteBuf, int) - Method in class io.netty.buffer.AbstractByteBuf
 
writeBytes(ByteBuf, int) - Method in class io.netty.buffer.AdvancedLeakAwareByteBuf
 
writeBytes(ByteBuf, int) - Method in class io.netty.buffer.AdvancedLeakAwareCompositeByteBuf
 
writeBytes(ByteBuf, int) - Method in class io.netty.buffer.ByteBuf
Transfers the specified source buffer's data to this buffer starting at the current writerIndex and increases the writerIndex by 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) - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
writeBytes(ByteBuf, int) - Method in class io.netty.handler.codec.ReplayingDecoderByteBuf
 
writeBytes(ByteBuf, int, int) - Method in class io.netty.buffer.AbstractByteBuf
 
writeBytes(ByteBuf, int, int) - Method in class io.netty.buffer.AdvancedLeakAwareByteBuf
 
writeBytes(ByteBuf, int, int) - Method in class io.netty.buffer.AdvancedLeakAwareCompositeByteBuf
 
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 writerIndex and increases the writerIndex by 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(ByteBuf, int, int) - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
writeBytes(ByteBuf, int, int) - Method in class io.netty.handler.codec.ReplayingDecoderByteBuf
 
writeBytes(ChannelOutboundBuffer, ByteBuf) - Method in class io.netty.channel.epoll.AbstractEpollStreamChannel
Write bytes form the given ByteBuf to the underlying Channel.
writeBytes(ChannelOutboundBuffer, ByteBuf) - Method in class io.netty.channel.kqueue.AbstractKQueueStreamChannel
Write bytes form the given ByteBuf to the underlying Channel.
writeBytes(InputStream, int) - Method in class io.netty.buffer.AbstractByteBuf
 
writeBytes(InputStream, int) - Method in class io.netty.buffer.AdvancedLeakAwareByteBuf
 
writeBytes(InputStream, int) - Method in class io.netty.buffer.AdvancedLeakAwareCompositeByteBuf
 
writeBytes(InputStream, int) - Method in class io.netty.buffer.ByteBuf
Transfers the content of the specified stream to this buffer starting at the current writerIndex and increases the writerIndex by 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(InputStream, int) - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
writeBytes(InputStream, int) - Method in class io.netty.handler.codec.ReplayingDecoderByteBuf
 
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.AdvancedLeakAwareByteBuf
 
writeBytes(ByteBuffer) - Method in class io.netty.buffer.AdvancedLeakAwareCompositeByteBuf
 
writeBytes(ByteBuffer) - Method in class io.netty.buffer.ByteBuf
Transfers the specified source buffer's data to this buffer starting at the current writerIndex until the source buffer's position reaches its limit, and increases the writerIndex by 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(ByteBuffer) - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
writeBytes(ByteBuffer) - Method in class io.netty.handler.codec.ReplayingDecoderByteBuf
 
writeBytes(FileChannel, long, int) - Method in class io.netty.buffer.AbstractByteBuf
 
writeBytes(FileChannel, long, int) - Method in class io.netty.buffer.AdvancedLeakAwareByteBuf
 
writeBytes(FileChannel, long, int) - Method in class io.netty.buffer.AdvancedLeakAwareCompositeByteBuf
 
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 writerIndex and increases the writerIndex by 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(FileChannel, long, int) - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
writeBytes(FileChannel, long, int) - Method in class io.netty.handler.codec.ReplayingDecoderByteBuf
 
writeBytes(ScatteringByteChannel, int) - Method in class io.netty.buffer.AbstractByteBuf
 
writeBytes(ScatteringByteChannel, int) - Method in class io.netty.buffer.AdvancedLeakAwareByteBuf
 
writeBytes(ScatteringByteChannel, int) - Method in class io.netty.buffer.AdvancedLeakAwareCompositeByteBuf
 
writeBytes(ScatteringByteChannel, int) - Method in class io.netty.buffer.ByteBuf
Transfers the content of the specified channel to this buffer starting at the current writerIndex and increases the writerIndex by 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
 
writeBytes(ScatteringByteChannel, int) - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
writeBytes(ScatteringByteChannel, int) - Method in class io.netty.handler.codec.ReplayingDecoderByteBuf
 
writeBytesMultiple(ChannelOutboundBuffer, IovArray) - Method in class io.netty.channel.epoll.AbstractEpollStreamChannel
Write multiple bytes via IovArray.
writeBytesMultiple(ChannelOutboundBuffer, IovArray) - Method in class io.netty.channel.kqueue.AbstractKQueueStreamChannel
Write multiple bytes via IovArray.
writeBytesMultiple(ChannelOutboundBuffer, ByteBuffer[], int, long, long) - Method in class io.netty.channel.epoll.AbstractEpollStreamChannel
Write multiple bytes via ByteBuffer array.
writeBytesMultiple(ChannelOutboundBuffer, ByteBuffer[], int, long, long) - Method in class io.netty.channel.kqueue.AbstractKQueueStreamChannel
Write multiple bytes via ByteBuffer array.
writeChannelLimit - Variable in class io.netty.handler.traffic.GlobalChannelTrafficShapingHandler
Limit in B/s to apply to write
writeChar(int) - Method in class io.netty.buffer.AbstractByteBuf
 
writeChar(int) - Method in class io.netty.buffer.AbstractUnsafeSwappedByteBuf
 
writeChar(int) - Method in class io.netty.buffer.AdvancedLeakAwareByteBuf
 
writeChar(int) - Method in class io.netty.buffer.AdvancedLeakAwareCompositeByteBuf
 
writeChar(int) - Method in class io.netty.buffer.ByteBuf
Sets the specified 2-byte UTF-16 character at the current writerIndex and increases the writerIndex by 2 in 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.buffer.WrappedCompositeByteBuf
 
writeChar(int) - Method in class io.netty.handler.codec.ReplayingDecoderByteBuf
 
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.AdvancedLeakAwareByteBuf
 
writeCharSequence(CharSequence, Charset) - Method in class io.netty.buffer.AdvancedLeakAwareCompositeByteBuf
 
writeCharSequence(CharSequence, Charset) - Method in class io.netty.buffer.ByteBuf
Writes the specified CharSequence at the current writerIndex and increases the writerIndex by 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
 
writeCharSequence(CharSequence, Charset) - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
writeCharSequence(CharSequence, Charset) - Method in class io.netty.handler.codec.ReplayingDecoderByteBuf
 
writeChunkLength(ByteBuf, int) - Static method in class io.netty.handler.codec.compression.SnappyFrameEncoder
Writes the 2-byte chunk length to the output buffer.
writeClassDescriptor(ObjectStreamClass) - Method in class io.netty.handler.codec.serialization.CompactObjectOutputStream
 
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.
writeComplete(ChannelFuture, ChannelPromise) - Method in class io.netty.handler.codec.http2.AbstractHttp2StreamChannel.Http2ChannelUnsafe
 
writeContinuationFrames(ChannelHandlerContext, int, ByteBuf, Http2CodecUtil.SimpleChannelPromiseAggregator) - Method in class io.netty.handler.codec.http2.DefaultHttp2FrameWriter
Writes as many continuation frames as needed until padding and headerBlock are consumed.
writeControlFrameHeader(ByteBuf, int, byte, int) - Method in class io.netty.handler.codec.spdy.SpdyFrameEncoder
 
writeCounter - Variable in class io.netty.channel.ChannelFlushPromiseNotifier
 
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 DATA frame 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
 
writeDefaultFileRegion(ChannelOutboundBuffer, DefaultFileRegion) - Method in class io.netty.channel.epoll.AbstractEpollStreamChannel
writeDefaultFileRegion(ChannelOutboundBuffer, DefaultFileRegion) - Method in class io.netty.channel.kqueue.AbstractKQueueStreamChannel
writeDeviationActive - Variable in class io.netty.handler.traffic.GlobalChannelTrafficShapingHandler
 
writeDoneAndNoFlush - Variable in class io.netty.handler.codec.http2.AbstractHttp2StreamChannel.Http2ChannelUnsafe
 
writeDouble(double) - Method in class io.netty.buffer.AbstractByteBuf
 
writeDouble(double) - Method in class io.netty.buffer.AbstractUnsafeSwappedByteBuf
 
writeDouble(double) - Method in class io.netty.buffer.AdvancedLeakAwareByteBuf
 
writeDouble(double) - Method in class io.netty.buffer.AdvancedLeakAwareCompositeByteBuf
 
writeDouble(double) - Method in class io.netty.buffer.ByteBuf
Sets the specified 64-bit floating point number at the current writerIndex and increases the writerIndex by 8 in 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.buffer.WrappedCompositeByteBuf
 
writeDouble(double) - Method in class io.netty.handler.codec.ReplayingDecoderByteBuf
 
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 writerIndex in Little Endian Byte Order and increases the writerIndex by 8 in this buffer.
writeEagerUTF8String(ByteBuf, String) - Static method in class io.netty.handler.codec.mqtt.MqttEncoder
 
writeEncryptedData(ByteBuffer, int) - Method in class io.netty.handler.ssl.ReferenceCountedOpenSslEngine
Write encrypted data to the OpenSSL network BIO.
writeError(Http2RemoteFlowController.FlowControlled, Http2Exception) - Method in class io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController.FlowState
Discards this Http2RemoteFlowController.FlowControlled, writing an error.
writeErrorMessage(ByteBufAllocator, ErrorRedisMessage, List<Object>) - Static method in class io.netty.handler.codec.redis.RedisEncoder
 
writeExactUTF8String(ByteBuf, String, int) - Static method in class io.netty.handler.codec.mqtt.MqttEncoder
 
writeFileRegion(ChannelOutboundBuffer, FileRegion) - Method in class io.netty.channel.epoll.AbstractEpollStreamChannel
Write a FileRegion
writeFileRegion(ChannelOutboundBuffer, FileRegion) - Method in class io.netty.channel.kqueue.AbstractKQueueStreamChannel
Write a FileRegion
writeFilter(boolean) - Method in class io.netty.channel.kqueue.AbstractKQueueChannel
 
writeFilterEnabled - Variable in class io.netty.channel.kqueue.AbstractKQueueChannel
 
writeFloat(float) - Method in class io.netty.buffer.AbstractByteBuf
 
writeFloat(float) - Method in class io.netty.buffer.AbstractUnsafeSwappedByteBuf
 
writeFloat(float) - Method in class io.netty.buffer.AdvancedLeakAwareByteBuf
 
writeFloat(float) - Method in class io.netty.buffer.AdvancedLeakAwareCompositeByteBuf
 
writeFloat(float) - Method in class io.netty.buffer.ByteBuf
Sets the specified 32-bit floating point number at the current writerIndex and increases the writerIndex by 4 in 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.buffer.WrappedCompositeByteBuf
 
writeFloat(float) - Method in class io.netty.handler.codec.ReplayingDecoderByteBuf
 
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 writerIndex in Little Endian Byte Order and increases the writerIndex by 4 in 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 Http2FrameWriter without 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.
writeFrameHeaderInternal(ByteBuf, int, byte, Http2Flags, int) - Static method in class io.netty.handler.codec.http2.Http2CodecUtil
 
writeFullBulkStringMessage(ByteBufAllocator, FullBulkStringRedisMessage, List<Object>) - Method in class io.netty.handler.codec.redis.RedisEncoder
 
writeGlobalHeader(OutputStream) - Static method in class io.netty.handler.pcap.PcapHeaders
Writes the Pcap Global Header to the provided OutputStream
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
 
writeGoAwayFrame(ChannelHandlerContext, Http2GoAwayFrame, ChannelPromise) - Method in class io.netty.handler.codec.http2.Http2FrameCodec
 
writeHeader - Variable in class io.netty.handler.codec.compression.JdkZlibEncoder
 
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
 
writeHeaders(ChannelHandlerContext, Http2ConnectionEncoder, int, HttpHeaders, Http2Headers, boolean, Http2CodecUtil.SimpleChannelPromiseAggregator) - Static method in class io.netty.handler.codec.http2.HttpToHttp2ConnectionHandler
 
writeHeaders0(ChannelHandlerContext, int, Http2Headers, boolean, int, short, boolean, int, boolean, ChannelPromise) - Method in class io.netty.handler.codec.http2.DefaultHttp2ConnectionEncoder
 
writeHeadersFrame(ChannelHandlerContext, Http2HeadersFrame, ChannelPromise) - Method in class io.netty.handler.codec.http2.Http2FrameCodec
 
writeHeadersInternal(ChannelHandlerContext, int, Http2Headers, int, boolean, boolean, int, short, boolean, ChannelPromise) - Method in class io.netty.handler.codec.http2.DefaultHttp2FrameWriter
 
writeHttp2StreamFrame(Http2StreamFrame, ChannelPromise) - Method in class io.netty.handler.codec.http2.AbstractHttp2StreamChannel.Http2ChannelUnsafe
 
writeInbound(Object...) - Method in class io.netty.channel.embedded.EmbeddedChannel
Write messages to the inbound of this Channel.
writeInlineCommandMessage(ByteBufAllocator, InlineCommandRedisMessage, List<Object>) - Static method in class io.netty.handler.codec.redis.RedisEncoder
 
writeInProgress - Variable in class io.netty.channel.local.LocalChannel
 
writeInt(int) - Method in class io.netty.buffer.AbstractByteBuf
 
writeInt(int) - Method in class io.netty.buffer.AbstractUnsafeSwappedByteBuf
 
writeInt(int) - Method in class io.netty.buffer.AdvancedLeakAwareByteBuf
 
writeInt(int) - Method in class io.netty.buffer.AdvancedLeakAwareCompositeByteBuf
 
writeInt(int) - Method in class io.netty.buffer.ByteBuf
Sets the specified 32-bit integer at the current writerIndex and increases the writerIndex by 4 in 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.buffer.WrappedCompositeByteBuf
 
writeInt(int) - Method in class io.netty.handler.codec.ReplayingDecoderByteBuf
 
writeInt(int) - Method in class io.netty.handler.codec.serialization.ObjectEncoderOutputStream
Deprecated.
 
writeInt(int, int) - Method in class io.netty.channel.DefaultChannelId
 
writeInt(ByteBuf, int) - Method in class io.netty.handler.codec.compression.Bzip2BitWriter
Writes an integer as 32 bits to the output ByteBuf.
writeIntegerMessage(ByteBufAllocator, IntegerRedisMessage, List<Object>) - Method in class io.netty.handler.codec.redis.RedisEncoder
 
writeIntLE(int) - Method in class io.netty.buffer.AbstractByteBuf
 
writeIntLE(int) - Method in class io.netty.buffer.AdvancedLeakAwareByteBuf
 
writeIntLE(int) - Method in class io.netty.buffer.AdvancedLeakAwareCompositeByteBuf
 
writeIntLE(int) - Method in class io.netty.buffer.ByteBuf
Sets the specified 32-bit integer at the current writerIndex in the Little Endian Byte Order and increases the writerIndex by 4 in 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
 
writeIntLE(int) - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
writeIntLE(int) - Method in class io.netty.handler.codec.ReplayingDecoderByteBuf
 
writeIPv4(ByteBuf, ByteBuf) - Static method in class io.netty.handler.pcap.EthernetPacket
Write IPv4 Ethernet Packet.
writeIPv6(ByteBuf, ByteBuf) - Static method in class io.netty.handler.pcap.EthernetPacket
Write IPv6 Ethernet Packet.
writeLengthField(ByteBuf, int) - Static method in class io.netty.handler.codec.spdy.SpdyHeaderBlockRawEncoder
 
writeLimit - Variable in class io.netty.handler.traffic.AbstractTrafficShapingHandler
Limit in B/s to apply to write
writeListener - Variable in class io.netty.handler.proxy.ProxyHandler
 
writeListener - Variable in class io.netty.handler.timeout.IdleStateHandler
 
writeLong(int, long) - Method in class io.netty.channel.DefaultChannelId
 
writeLong(long) - Method in class io.netty.buffer.AbstractByteBuf
 
writeLong(long) - Method in class io.netty.buffer.AbstractUnsafeSwappedByteBuf
 
writeLong(long) - Method in class io.netty.buffer.AdvancedLeakAwareByteBuf
 
writeLong(long) - Method in class io.netty.buffer.AdvancedLeakAwareCompositeByteBuf
 
writeLong(long) - Method in class io.netty.buffer.ByteBuf
Sets the specified 64-bit long integer at the current writerIndex and increases the writerIndex by 8 in 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.buffer.WrappedCompositeByteBuf
 
writeLong(long) - Method in class io.netty.handler.codec.ReplayingDecoderByteBuf
 
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.AdvancedLeakAwareByteBuf
 
writeLongLE(long) - Method in class io.netty.buffer.AdvancedLeakAwareCompositeByteBuf
 
writeLongLE(long) - Method in class io.netty.buffer.ByteBuf
Sets the specified 64-bit long integer at the current writerIndex in the Little Endian Byte Order and increases the writerIndex by 8 in 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
 
writeLongLE(long) - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
writeLongLE(long) - Method in class io.netty.handler.codec.ReplayingDecoderByteBuf
 
writeMedium(int) - Method in class io.netty.buffer.AbstractByteBuf
 
writeMedium(int) - Method in class io.netty.buffer.AdvancedLeakAwareByteBuf
 
writeMedium(int) - Method in class io.netty.buffer.AdvancedLeakAwareCompositeByteBuf
 
writeMedium(int) - Method in class io.netty.buffer.ByteBuf
Sets the specified 24-bit medium integer at the current writerIndex and increases the writerIndex by 3 in 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
 
writeMedium(int) - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
writeMedium(int) - Method in class io.netty.handler.codec.ReplayingDecoderByteBuf
 
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.AdvancedLeakAwareByteBuf
 
writeMediumLE(int) - Method in class io.netty.buffer.AdvancedLeakAwareCompositeByteBuf
 
writeMediumLE(int) - Method in class io.netty.buffer.ByteBuf
Sets the specified 24-bit medium integer at the current writerIndex in the Little Endian Byte Order and increases the writerIndex by 3 in 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
 
writeMediumLE(int) - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
writeMediumLE(int) - Method in class io.netty.handler.codec.ReplayingDecoderByteBuf
 
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 Channel and does not flush it.
writeOneInbound(Object, ChannelPromise) - Method in class io.netty.channel.embedded.EmbeddedChannel
Writes one message to the inbound of this Channel and does not flush it.
writeOneOutbound(Object) - Method in class io.netty.channel.embedded.EmbeddedChannel
Writes one message to the outbound of this Channel and does not flush it.
writeOneOutbound(Object, ChannelPromise) - Method in class io.netty.channel.embedded.EmbeddedChannel
Writes one message to the outbound of this Channel and does not flush it.
writeOutbound(Object...) - Method in class io.netty.channel.embedded.EmbeddedChannel
Write messages to the outbound of this Channel.
writeOutList(ChannelHandlerContext, List<Object>, ChannelPromise) - Static method in class io.netty.handler.codec.http.HttpObjectEncoder
 
writePacket(ByteBuf, ByteBuf) - Method in class io.netty.handler.pcap.PcapWriter
Write Packet in Pcap OutputStream.
writePacket(ByteBuf, ByteBuf, byte[], byte[], int) - Static method in class io.netty.handler.pcap.EthernetPacket
Write IPv6 Ethernet Packet
writePacket(ByteBuf, ByteBuf, int, int) - Static method in class io.netty.handler.pcap.UDPPacket
Write UDP Packet
writePacket(ByteBuf, ByteBuf, int, int, int, int, TCPPacket.TCPFlag...) - Static method in class io.netty.handler.pcap.TCPPacket
Write TCP Packet
writePacketHeader(ByteBuf, int, int, int, int) - Static method in class io.netty.handler.pcap.PcapHeaders
Write Pcap Packet Header
writePacketv4(ByteBuf, ByteBuf, int, int, int) - Static method in class io.netty.handler.pcap.IPPacket
 
writePacketv6(ByteBuf, ByteBuf, int, byte[], byte[]) - Static method in class io.netty.handler.pcap.IPPacket
 
writePaddingLength(ByteBuf, int) - Static method in class io.netty.handler.codec.http2.DefaultHttp2FrameWriter
 
writeParameters(List<CharSequence>, ByteBuf, boolean) - Static method in class io.netty.handler.codec.smtp.SmtpRequestEncoder
 
writePcapGlobalHeader - Variable in class io.netty.handler.pcap.PcapWriteHandler.Builder
 
writePcapGlobalHeader - Variable in class io.netty.handler.pcap.PcapWriteHandler
true if we want to write Pcap Global Header on initialization of PcapWriter else false.
writePcapGlobalHeader(boolean) - Method in class io.netty.handler.pcap.PcapWriteHandler.Builder
Set to true to write Pcap Global Header on initialization.
writePendingBytes() - Method in class io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController.WritabilityMonitor
 
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.
writePendingWrites() - Method in class io.netty.handler.proxy.ProxyHandler
 
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 class io.netty.handler.codec.http2.Http2ControlFrameLimitEncoder
 
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
 
writePlaintextData(ByteBuffer, int) - Method in class io.netty.handler.ssl.ReferenceCountedOpenSslEngine
Write plaintext data to the OpenSSL internal BIO Calling this function with src.remaining == 0 is undefined.
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
 
writeProcessor - Variable in class io.netty.handler.codec.compression.Bzip2BlockCompressor
 
writePromiseCombiner(ChannelHandlerContext, CodecOutputList, ChannelPromise) - Static method in class io.netty.handler.codec.MessageToMessageEncoder
 
writePromiseCombiner(ChannelHandlerContext, List<Object>, ChannelPromise) - Static method in class io.netty.handler.codec.http.HttpObjectEncoder
 
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
 
writePushPromise(ChannelHandlerContext, Http2PushPromiseFrame, ChannelPromise) - Method in class io.netty.handler.codec.http2.Http2FrameCodec
 
writeQuery(long, boolean) - Method in class io.netty.resolver.dns.DnsQueryContext
Write the query and return the ChannelFuture that is completed once the write completes.
writeQuery(InetSocketAddress, DnsQuery, long, boolean, ChannelPromise) - Method in class io.netty.resolver.dns.DnsQueryContext
 
writer - Variable in class io.netty.handler.codec.compression.Bzip2BlockCompressor
A writer that provides bit-level writes.
writer - Variable in class io.netty.handler.codec.compression.Bzip2Encoder
A writer that provides bit-level writes.
writer - Variable in class io.netty.handler.codec.compression.Bzip2HuffmanStageEncoder
The Bzip2BitWriter to which the Huffman tables and data is written.
writer - Variable 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
 
writeReady() - Method in class io.netty.channel.kqueue.AbstractKQueueChannel.AbstractKQueueUnsafe
 
writeRedisMessage(ByteBufAllocator, RedisMessage, List<Object>) - Method in class io.netty.handler.codec.redis.RedisEncoder
 
writerIdleTimeNanos - Variable in class io.netty.handler.timeout.IdleStateHandler
 
writerIdleTimeout - Variable in class io.netty.handler.timeout.IdleStateHandler
 
WriterIdleTimeoutTask(ChannelHandlerContext) - Constructor for class io.netty.handler.timeout.IdleStateHandler.WriterIdleTimeoutTask
 
writerIndex - Variable in class io.netty.buffer.AbstractByteBuf
 
writerIndex() - Method in class io.netty.buffer.AbstractByteBuf
 
writerIndex() - Method in class io.netty.buffer.ByteBuf
Returns the writerIndex of 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() - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
writerIndex() - Method in class io.netty.handler.codec.ReplayingDecoderByteBuf
 
writerIndex(int) - Method in class io.netty.buffer.AbstractByteBuf
 
writerIndex(int) - Method in class io.netty.buffer.ByteBuf
Sets the writerIndex of 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
 
writerIndex(int) - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
writerIndex(int) - Method in class io.netty.handler.codec.ReplayingDecoderByteBuf
 
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 class io.netty.handler.codec.http2.Http2ControlFrameLimitEncoder
 
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
 
writeRun(int, int) - Method in class io.netty.handler.codec.compression.Bzip2BlockCompressor
Writes an RLE run to the block array, updating the block CRC and present values array as required.
writeSelectorsAndHuffmanTables(ByteBuf) - Method in class io.netty.handler.codec.compression.Bzip2HuffmanStageEncoder
Write out the selector list and Huffman tables.
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 class io.netty.handler.codec.http2.Http2ControlFrameLimitEncoder
 
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
 
writeShort(int) - Method in class io.netty.buffer.AbstractByteBuf
 
writeShort(int) - Method in class io.netty.buffer.AbstractUnsafeSwappedByteBuf
 
writeShort(int) - Method in class io.netty.buffer.AdvancedLeakAwareByteBuf
 
writeShort(int) - Method in class io.netty.buffer.AdvancedLeakAwareCompositeByteBuf
 
writeShort(int) - Method in class io.netty.buffer.ByteBuf
Sets the specified 16-bit short integer at the current writerIndex and increases the writerIndex by 2 in 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.buffer.WrappedCompositeByteBuf
 
writeShort(int) - Method in class io.netty.handler.codec.ReplayingDecoderByteBuf
 
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.AdvancedLeakAwareByteBuf
 
writeShortLE(int) - Method in class io.netty.buffer.AdvancedLeakAwareCompositeByteBuf
 
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 writerIndex and increases the writerIndex by 2 in 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
 
writeShortLE(int) - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
writeShortLE(int) - Method in class io.netty.handler.codec.ReplayingDecoderByteBuf
 
writeSimpleStringMessage(ByteBufAllocator, SimpleStringRedisMessage, List<Object>) - Static method in class io.netty.handler.codec.redis.RedisEncoder
 
writeSpinCount - Variable in class io.netty.channel.DefaultChannelConfig
 
writeStreamHeader() - Method in class io.netty.handler.codec.serialization.CompactObjectOutputStream
 
writeString(ByteBufAllocator, RedisMessageType, String, List<Object>) - Static method in class io.netty.handler.codec.redis.RedisEncoder
 
writeSymbolMap(ByteBuf) - Method in class io.netty.handler.codec.compression.Bzip2BlockCompressor
Write the Huffman symbol to output byte map.
WriteTask(ObjectPool.Handle<? extends AbstractChannelHandlerContext.WriteTask>) - Constructor for class io.netty.channel.AbstractChannelHandlerContext.WriteTask
 
writeTCPv4(ByteBuf, ByteBuf, int, int) - Static method in class io.netty.handler.pcap.IPPacket
Write IPv4 Packet for TCP Packet
writeTCPv6(ByteBuf, ByteBuf, byte[], byte[]) - Static method in class io.netty.handler.pcap.IPPacket
Write IPv6 Packet for TCP Packet
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 TimeoutException raised by WriteTimeoutHandler when a write operation cannot finish in a certain period of time.
WriteTimeoutException() - Constructor for exception io.netty.handler.timeout.WriteTimeoutException
 
WriteTimeoutException(boolean) - 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 WriteTimeoutException when 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.
WriteTimeoutHandler.WriteTimeoutTask - Class in io.netty.handler.timeout
 
WriteTimeoutTask(ChannelHandlerContext, ChannelPromise) - Constructor for class io.netty.handler.timeout.WriteTimeoutHandler.WriteTimeoutTask
 
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.
writeUDPv4(ByteBuf, ByteBuf, int, int) - Static method in class io.netty.handler.pcap.IPPacket
Write IPv4 Packet for UDP Packet
writeUDPv6(ByteBuf, ByteBuf, byte[], byte[]) - Static method in class io.netty.handler.pcap.IPPacket
Write IPv6 Packet for UDP Packet
writeUnary(ByteBuf, int) - Method in class io.netty.handler.codec.compression.Bzip2BitWriter
Writes a zero-terminated unary number to the output ByteBuf.
writeUnencodedChunk(ByteBuf, ByteBuf, int) - Static method in class io.netty.handler.codec.compression.SnappyFrameEncoder
 
writeUnsafeUTF8String(ByteBuf, String) - Static method in class io.netty.handler.codec.mqtt.MqttEncoder
 
writeUTF(String) - Method in class io.netty.buffer.ByteBufOutputStream
 
writeUTF(String) - Method in class io.netty.handler.codec.serialization.ObjectEncoderOutputStream
Deprecated.
 
writeUtf8(AbstractByteBuf, int, int, CharSequence, int) - Static method in class io.netty.buffer.ByteBufUtil
 
writeUtf8(AbstractByteBuf, int, int, CharSequence, int, int) - Static method in class io.netty.buffer.ByteBufUtil
 
writeUtf8(ByteBufAllocator, CharSequence) - Static method in class io.netty.buffer.ByteBufUtil
Encode a CharSequence in UTF-8 and write it to a ByteBuf allocated with alloc.
writeUtf8(ByteBuf, CharSequence) - Static method in class io.netty.buffer.ByteBufUtil
Encode a CharSequence in UTF-8 and write it to a ByteBuf.
writeUtf8(ByteBuf, CharSequence, int, int) - Static method in class io.netty.buffer.ByteBufUtil
Equivalent to writeUtf8(buf, seq.subSequence(start, end)) but avoids subsequence object allocation.
writeUtf8Surrogate(char, char) - Method in class io.netty.handler.codec.http.QueryStringEncoder
 
writev(int, ByteBuffer[], int, int, long) - Static method in class io.netty.channel.unix.FileDescriptor
 
writev(ByteBuffer[], int, int, long) - Method in class io.netty.channel.unix.FileDescriptor
 
writevAddresses(int, long, int) - Static method in class io.netty.channel.unix.FileDescriptor
 
writevAddresses(long, int) - Method in class io.netty.channel.unix.FileDescriptor
 
writeVariableLengthInt(ByteBuf, int) - Static method in class io.netty.handler.codec.mqtt.MqttEncoder
 
writeVoidPromise(ChannelHandlerContext, CodecOutputList) - Static method in class io.netty.handler.codec.MessageToMessageEncoder
 
writeVoidPromise(ChannelHandlerContext, List<Object>) - Static method in class io.netty.handler.codec.http.HttpObjectEncoder
 
writeWindowUpdate() - Method in class io.netty.handler.codec.http2.DefaultHttp2LocalFlowController.DefaultState
Called to perform a window update for this stream (or connection).
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
 
writeWindowUpdateIfNeeded() - Method in class io.netty.handler.codec.http2.DefaultHttp2LocalFlowController.DefaultState
 
writeWindowUpdateIfNeeded() - Method in interface io.netty.handler.codec.http2.DefaultHttp2LocalFlowController.FlowState
Updates the flow control window for this stream if it is appropriate.
writeZero(int) - Method in class io.netty.buffer.AbstractByteBuf
 
writeZero(int) - Method in class io.netty.buffer.AdvancedLeakAwareByteBuf
 
writeZero(int) - Method in class io.netty.buffer.AdvancedLeakAwareCompositeByteBuf
 
writeZero(int) - Method in class io.netty.buffer.ByteBuf
Fills this buffer with NUL (0x00) starting at the current writerIndex and increases the writerIndex by the specified length.
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.PooledUnsafeDirectByteBuf
 
writeZero(int) - Method in class io.netty.buffer.PooledUnsafeHeapByteBuf
 
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
 
writeZero(int) - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
writeZero(int) - Method in class io.netty.handler.codec.ReplayingDecoderByteBuf
 
writing - Variable in class io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController.FlowState
Set to true while a frame is being written, false otherwise.
writing - Variable in class io.netty.handler.codec.http2.UniformStreamByteDistributor.State
 
WRITING - io.netty.handler.pcap.State
The handler is active and actively writing Pcap data.
writingTime - Variable in class io.netty.handler.traffic.TrafficCounter
Last writing time during current check interval
written - Variable in class io.netty.handler.codec.compression.Snappy
 
writtenBytes() - Method in class io.netty.buffer.ByteBufOutputStream
Returns the number of written bytes by this stream so far.
writtenObjects - Variable in class io.netty.handler.codec.serialization.CompatibleObjectEncoder
Deprecated.
 
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_PLATFORMS_HOSTS_FILE_PATH - Static variable in class io.netty.resolver.HostsFileEntriesProvider.ParserImpl
 
X_REQUESTED_WITH - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
"x-requested-with"
X_WEBKIT_DEFLATE_FRAME_EXTENSION - Static variable in class io.netty.handler.codec.http.websocketx.extensions.compression.DeflateFrameServerExtensionHandshaker
 
X509_CERT_FACTORY - Static variable in class io.netty.handler.ssl.SslContext
 
X509_CERT_FACTORY - Static variable in class io.netty.handler.ssl.util.LazyX509Certificate
 
x509CertificateChain - Variable in class io.netty.handler.ssl.DefaultOpenSslKeyMaterial
 
x509CertificateChain - Variable in class io.netty.handler.ssl.OpenSslPrivateKey.OpenSslPrivateKeyMaterial
 
X509KeyManagerWrapper - Class in io.netty.handler.ssl.util
 
X509KeyManagerWrapper(X509KeyManager) - Constructor for class io.netty.handler.ssl.util.X509KeyManagerWrapper
 
x509PeerCerts - Variable in class io.netty.handler.ssl.ReferenceCountedOpenSslEngine.DefaultOpenSslSession
 
X509TrustManagerWrapper - Class in io.netty.handler.ssl.util
 
X509TrustManagerWrapper(X509TrustManager) - Constructor for class io.netty.handler.ssl.util.X509TrustManagerWrapper
 
xlen - Variable in class io.netty.handler.codec.compression.JdkZlibDecoder
 
XLEN_READ - io.netty.handler.codec.compression.JdkZlibDecoder.GzipState
 
XML_HTTP_REQUEST - Static variable in class io.netty.handler.codec.http.HttpHeaderValues
"XmlHttpRequest"
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
 

Y

year - Variable in class io.netty.handler.codec.DateFormatter
 
yearFound - Variable in class io.netty.handler.codec.DateFormatter
 
yes - Static variable in class io.netty.buffer.SizeClasses
 
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 - Variable in class io.netty.handler.codec.compression.JZlibDecoder
 
z - Variable in class io.netty.handler.codec.compression.JZlibEncoder
 
z - Variable in class io.netty.handler.codec.dns.AbstractDnsMessage
 
z - Variable in class io.netty.handler.codec.spdy.SpdyHeaderBlockJZlibEncoder
 
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.buffer.UnsafeByteBufUtil
 
ZERO - Static variable in class io.netty.handler.codec.http.HttpHeaderValues
"0"
ZERO_BUFFER - Static variable in class io.netty.handler.codec.http2.DefaultHttp2FrameWriter
This buffer is allocated to the maximum size of the padding field, and filled with zeros.
ZERO_CRLF_CRLF - Static variable in class io.netty.handler.codec.http.HttpObjectEncoder
 
ZERO_CRLF_CRLF_BUF - Static variable in class io.netty.handler.codec.http.HttpObjectEncoder
 
ZERO_CRLF_MEDIUM - Static variable in class io.netty.handler.codec.http.HttpObjectEncoder
 
ZERO_LENGTH_CONNECT - Static variable in class io.netty.handler.codec.http.HttpContentEncoder
 
ZERO_LENGTH_HEAD - Static variable in class io.netty.handler.codec.http.HttpContentEncoder
 
zeroout(ByteBuf) - Static method in class io.netty.handler.ssl.SslUtils
Fills the ByteBuf with zero bytes.
zerooutAndRelease(ByteBuf) - Static method in class io.netty.handler.ssl.SslUtils
Fills the ByteBuf with zero bytes and releases it.
zeroVal - Variable in class io.netty.buffer.LongLongHashMap
 
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.ZLIB first and then ZlibWrapper.NONE if the first attempt fails.
ZlibCodecFactory - Class in io.netty.handler.codec.compression
Creates a new ZlibEncoder and a new ZlibDecoder.
ZlibCodecFactory() - Constructor for class io.netty.handler.codec.compression.ZlibCodecFactory
 
ZlibDecoder - Class in io.netty.handler.codec.compression
Decompresses a ByteBuf using 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 ByteBuf using the deflate algorithm.
ZlibEncoder() - Constructor for class io.netty.handler.codec.compression.ZlibEncoder
 
ZlibUtil - Class in io.netty.handler.codec.compression
Utility methods used by JZlibEncoder and JZlibDecoder.
ZlibUtil() - Constructor for class io.netty.handler.codec.compression.ZlibUtil
 
ZlibWrapper - Enum in io.netty.handler.codec.compression
The container file formats that wrap the stream compressed by the DEFLATE algorithm.
ZlibWrapper() - Constructor for enum io.netty.handler.codec.compression.ZlibWrapper
 
ZSTD - Static variable in class io.netty.handler.codec.http.HttpHeaderValues
"zstd"

_

_0X00 - Static variable in class io.netty.handler.codec.http.websocketx.WebSocket00FrameEncoder
 
_0XFF - Static variable in class io.netty.handler.codec.http.websocketx.WebSocket00FrameEncoder
 
_0XFF_0X00 - Static variable in class io.netty.handler.codec.http.websocketx.WebSocket00FrameEncoder
 
_getByte(int) - Method in class io.netty.buffer.AbstractByteBuf
 
_getByte(int) - Method in class io.netty.buffer.AbstractUnpooledSlicedByteBuf
 
_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.FixedCompositeByteBuf
 
_getByte(int) - Method in class io.netty.buffer.PooledDirectByteBuf
 
_getByte(int) - Method in class io.netty.buffer.PooledDuplicatedByteBuf
 
_getByte(int) - Method in class io.netty.buffer.PooledHeapByteBuf
 
_getByte(int) - Method in class io.netty.buffer.PooledSlicedByteBuf
 
_getByte(int) - Method in class io.netty.buffer.PooledUnsafeDirectByteBuf
 
_getByte(int) - Method in class io.netty.buffer.PooledUnsafeHeapByteBuf
 
_getByte(int) - Method in class io.netty.buffer.ReadOnlyByteBuf
Deprecated.
 
_getByte(int) - Method in class io.netty.buffer.ReadOnlyByteBufferBuf
 
_getByte(int) - Method in class io.netty.buffer.ReadOnlyUnsafeDirectByteBuf
 
_getByte(int) - Method in class io.netty.buffer.UnpooledDirectByteBuf
 
_getByte(int) - Method in class io.netty.buffer.UnpooledDuplicatedByteBuf
 
_getByte(int) - Method in class io.netty.buffer.UnpooledHeapByteBuf
 
_getByte(int) - Method in class io.netty.buffer.UnpooledSlicedByteBuf
 
_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.WrappedCompositeByteBuf
 
_getInt(int) - Method in class io.netty.buffer.AbstractByteBuf
 
_getInt(int) - Method in class io.netty.buffer.AbstractUnpooledSlicedByteBuf
 
_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.FixedCompositeByteBuf
 
_getInt(int) - Method in class io.netty.buffer.PooledDirectByteBuf
 
_getInt(int) - Method in class io.netty.buffer.PooledDuplicatedByteBuf
 
_getInt(int) - Method in class io.netty.buffer.PooledHeapByteBuf
 
_getInt(int) - Method in class io.netty.buffer.PooledSlicedByteBuf
 
_getInt(int) - Method in class io.netty.buffer.PooledUnsafeDirectByteBuf
 
_getInt(int) - Method in class io.netty.buffer.PooledUnsafeHeapByteBuf
 
_getInt(int) - Method in class io.netty.buffer.ReadOnlyByteBuf
Deprecated.
 
_getInt(int) - Method in class io.netty.buffer.ReadOnlyByteBufferBuf
 
_getInt(int) - Method in class io.netty.buffer.ReadOnlyUnsafeDirectByteBuf
 
_getInt(int) - Method in class io.netty.buffer.UnpooledDirectByteBuf
 
_getInt(int) - Method in class io.netty.buffer.UnpooledDuplicatedByteBuf
 
_getInt(int) - Method in class io.netty.buffer.UnpooledHeapByteBuf
 
_getInt(int) - Method in class io.netty.buffer.UnpooledSlicedByteBuf
 
_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.WrappedCompositeByteBuf
 
_getInt(AbstractByteBuf, int) - Method in class io.netty.buffer.AbstractUnsafeSwappedByteBuf
 
_getInt(AbstractByteBuf, int) - Method in class io.netty.buffer.UnsafeDirectSwappedByteBuf
 
_getInt(AbstractByteBuf, int) - Method in class io.netty.buffer.UnsafeHeapSwappedByteBuf
 
_getIntLE(int) - Method in class io.netty.buffer.AbstractByteBuf
 
_getIntLE(int) - Method in class io.netty.buffer.AbstractUnpooledSlicedByteBuf
 
_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.FixedCompositeByteBuf
 
_getIntLE(int) - Method in class io.netty.buffer.PooledDirectByteBuf
 
_getIntLE(int) - Method in class io.netty.buffer.PooledDuplicatedByteBuf
 
_getIntLE(int) - Method in class io.netty.buffer.PooledHeapByteBuf
 
_getIntLE(int) - Method in class io.netty.buffer.PooledSlicedByteBuf
 
_getIntLE(int) - Method in class io.netty.buffer.PooledUnsafeDirectByteBuf
 
_getIntLE(int) - Method in class io.netty.buffer.PooledUnsafeHeapByteBuf
 
_getIntLE(int) - Method in class io.netty.buffer.ReadOnlyByteBuf
Deprecated.
 
_getIntLE(int) - Method in class io.netty.buffer.ReadOnlyByteBufferBuf
 
_getIntLE(int) - Method in class io.netty.buffer.UnpooledDirectByteBuf
 
_getIntLE(int) - Method in class io.netty.buffer.UnpooledDuplicatedByteBuf
 
_getIntLE(int) - Method in class io.netty.buffer.UnpooledHeapByteBuf
 
_getIntLE(int) - Method in class io.netty.buffer.UnpooledSlicedByteBuf
 
_getIntLE(int) - Method in class io.netty.buffer.UnpooledUnsafeDirectByteBuf
 
_getIntLE(int) - Method in class io.netty.buffer.UnpooledUnsafeHeapByteBuf
 
_getIntLE(int) - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
_getLong(int) - Method in class io.netty.buffer.AbstractByteBuf
 
_getLong(int) - Method in class io.netty.buffer.AbstractUnpooledSlicedByteBuf
 
_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.FixedCompositeByteBuf
 
_getLong(int) - Method in class io.netty.buffer.PooledDirectByteBuf
 
_getLong(int) - Method in class io.netty.buffer.PooledDuplicatedByteBuf
 
_getLong(int) - Method in class io.netty.buffer.PooledHeapByteBuf
 
_getLong(int) - Method in class io.netty.buffer.PooledSlicedByteBuf
 
_getLong(int) - Method in class io.netty.buffer.PooledUnsafeDirectByteBuf
 
_getLong(int) - Method in class io.netty.buffer.PooledUnsafeHeapByteBuf
 
_getLong(int) - Method in class io.netty.buffer.ReadOnlyByteBuf
Deprecated.
 
_getLong(int) - Method in class io.netty.buffer.ReadOnlyByteBufferBuf
 
_getLong(int) - Method in class io.netty.buffer.ReadOnlyUnsafeDirectByteBuf
 
_getLong(int) - Method in class io.netty.buffer.UnpooledDirectByteBuf
 
_getLong(int) - Method in class io.netty.buffer.UnpooledDuplicatedByteBuf
 
_getLong(int) - Method in class io.netty.buffer.UnpooledHeapByteBuf
 
_getLong(int) - Method in class io.netty.buffer.UnpooledSlicedByteBuf
 
_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.WrappedCompositeByteBuf
 
_getLong(AbstractByteBuf, int) - Method in class io.netty.buffer.AbstractUnsafeSwappedByteBuf
 
_getLong(AbstractByteBuf, int) - Method in class io.netty.buffer.UnsafeDirectSwappedByteBuf
 
_getLong(AbstractByteBuf, int) - Method in class io.netty.buffer.UnsafeHeapSwappedByteBuf
 
_getLongLE(int) - Method in class io.netty.buffer.AbstractByteBuf
 
_getLongLE(int) - Method in class io.netty.buffer.AbstractUnpooledSlicedByteBuf
 
_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.FixedCompositeByteBuf
 
_getLongLE(int) - Method in class io.netty.buffer.PooledDirectByteBuf
 
_getLongLE(int) - Method in class io.netty.buffer.PooledDuplicatedByteBuf
 
_getLongLE(int) - Method in class io.netty.buffer.PooledHeapByteBuf
 
_getLongLE(int) - Method in class io.netty.buffer.PooledSlicedByteBuf
 
_getLongLE(int) - Method in class io.netty.buffer.PooledUnsafeDirectByteBuf
 
_getLongLE(int) - Method in class io.netty.buffer.PooledUnsafeHeapByteBuf
 
_getLongLE(int) - Method in class io.netty.buffer.ReadOnlyByteBuf
Deprecated.
 
_getLongLE(int) - Method in class io.netty.buffer.ReadOnlyByteBufferBuf
 
_getLongLE(int) - Method in class io.netty.buffer.UnpooledDirectByteBuf
 
_getLongLE(int) - Method in class io.netty.buffer.UnpooledDuplicatedByteBuf
 
_getLongLE(int) - Method in class io.netty.buffer.UnpooledHeapByteBuf
 
_getLongLE(int) - Method in class io.netty.buffer.UnpooledSlicedByteBuf
 
_getLongLE(int) - Method in class io.netty.buffer.UnpooledUnsafeDirectByteBuf
 
_getLongLE(int) - Method in class io.netty.buffer.UnpooledUnsafeHeapByteBuf
 
_getLongLE(int) - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
_getShort(int) - Method in class io.netty.buffer.AbstractByteBuf
 
_getShort(int) - Method in class io.netty.buffer.AbstractUnpooledSlicedByteBuf
 
_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.FixedCompositeByteBuf
 
_getShort(int) - Method in class io.netty.buffer.PooledDirectByteBuf
 
_getShort(int) - Method in class io.netty.buffer.PooledDuplicatedByteBuf
 
_getShort(int) - Method in class io.netty.buffer.PooledHeapByteBuf
 
_getShort(int) - Method in class io.netty.buffer.PooledSlicedByteBuf
 
_getShort(int) - Method in class io.netty.buffer.PooledUnsafeDirectByteBuf
 
_getShort(int) - Method in class io.netty.buffer.PooledUnsafeHeapByteBuf
 
_getShort(int) - Method in class io.netty.buffer.ReadOnlyByteBuf
Deprecated.
 
_getShort(int) - Method in class io.netty.buffer.ReadOnlyByteBufferBuf
 
_getShort(int) - Method in class io.netty.buffer.ReadOnlyUnsafeDirectByteBuf
 
_getShort(int) - Method in class io.netty.buffer.UnpooledDirectByteBuf
 
_getShort(int) - Method in class io.netty.buffer.UnpooledDuplicatedByteBuf
 
_getShort(int) - Method in class io.netty.buffer.UnpooledHeapByteBuf
 
_getShort(int) - Method in class io.netty.buffer.UnpooledSlicedByteBuf
 
_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.WrappedCompositeByteBuf
 
_getShort(AbstractByteBuf, int) - Method in class io.netty.buffer.AbstractUnsafeSwappedByteBuf
 
_getShort(AbstractByteBuf, int) - Method in class io.netty.buffer.UnsafeDirectSwappedByteBuf
 
_getShort(AbstractByteBuf, int) - Method in class io.netty.buffer.UnsafeHeapSwappedByteBuf
 
_getShortLE(int) - Method in class io.netty.buffer.AbstractByteBuf
 
_getShortLE(int) - Method in class io.netty.buffer.AbstractUnpooledSlicedByteBuf
 
_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.FixedCompositeByteBuf
 
_getShortLE(int) - Method in class io.netty.buffer.PooledDirectByteBuf
 
_getShortLE(int) - Method in class io.netty.buffer.PooledDuplicatedByteBuf
 
_getShortLE(int) - Method in class io.netty.buffer.PooledHeapByteBuf
 
_getShortLE(int) - Method in class io.netty.buffer.PooledSlicedByteBuf
 
_getShortLE(int) - Method in class io.netty.buffer.PooledUnsafeDirectByteBuf
 
_getShortLE(int) - Method in class io.netty.buffer.PooledUnsafeHeapByteBuf
 
_getShortLE(int) - Method in class io.netty.buffer.ReadOnlyByteBuf
Deprecated.
 
_getShortLE(int) - Method in class io.netty.buffer.ReadOnlyByteBufferBuf
 
_getShortLE(int) - Method in class io.netty.buffer.UnpooledDirectByteBuf
 
_getShortLE(int) - Method in class io.netty.buffer.UnpooledDuplicatedByteBuf
 
_getShortLE(int) - Method in class io.netty.buffer.UnpooledHeapByteBuf
 
_getShortLE(int) - Method in class io.netty.buffer.UnpooledSlicedByteBuf
 
_getShortLE(int) - Method in class io.netty.buffer.UnpooledUnsafeDirectByteBuf
 
_getShortLE(int) - Method in class io.netty.buffer.UnpooledUnsafeHeapByteBuf
 
_getShortLE(int) - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
_getUnsignedMedium(int) - Method in class io.netty.buffer.AbstractByteBuf
 
_getUnsignedMedium(int) - Method in class io.netty.buffer.AbstractUnpooledSlicedByteBuf
 
_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.FixedCompositeByteBuf
 
_getUnsignedMedium(int) - Method in class io.netty.buffer.PooledDirectByteBuf
 
_getUnsignedMedium(int) - Method in class io.netty.buffer.PooledDuplicatedByteBuf
 
_getUnsignedMedium(int) - Method in class io.netty.buffer.PooledHeapByteBuf
 
_getUnsignedMedium(int) - Method in class io.netty.buffer.PooledSlicedByteBuf
 
_getUnsignedMedium(int) - Method in class io.netty.buffer.PooledUnsafeDirectByteBuf
 
_getUnsignedMedium(int) - Method in class io.netty.buffer.PooledUnsafeHeapByteBuf
 
_getUnsignedMedium(int) - Method in class io.netty.buffer.ReadOnlyByteBuf
Deprecated.
 
_getUnsignedMedium(int) - Method in class io.netty.buffer.ReadOnlyByteBufferBuf
 
_getUnsignedMedium(int) - Method in class io.netty.buffer.ReadOnlyUnsafeDirectByteBuf
 
_getUnsignedMedium(int) - Method in class io.netty.buffer.UnpooledDirectByteBuf
 
_getUnsignedMedium(int) - Method in class io.netty.buffer.UnpooledDuplicatedByteBuf
 
_getUnsignedMedium(int) - Method in class io.netty.buffer.UnpooledHeapByteBuf
 
_getUnsignedMedium(int) - Method in class io.netty.buffer.UnpooledSlicedByteBuf
 
_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.WrappedCompositeByteBuf
 
_getUnsignedMediumLE(int) - Method in class io.netty.buffer.AbstractByteBuf
 
_getUnsignedMediumLE(int) - Method in class io.netty.buffer.AbstractUnpooledSlicedByteBuf
 
_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.FixedCompositeByteBuf
 
_getUnsignedMediumLE(int) - Method in class io.netty.buffer.PooledDirectByteBuf
 
_getUnsignedMediumLE(int) - Method in class io.netty.buffer.PooledDuplicatedByteBuf
 
_getUnsignedMediumLE(int) - Method in class io.netty.buffer.PooledHeapByteBuf
 
_getUnsignedMediumLE(int) - Method in class io.netty.buffer.PooledSlicedByteBuf
 
_getUnsignedMediumLE(int) - Method in class io.netty.buffer.PooledUnsafeDirectByteBuf
 
_getUnsignedMediumLE(int) - Method in class io.netty.buffer.PooledUnsafeHeapByteBuf
 
_getUnsignedMediumLE(int) - Method in class io.netty.buffer.ReadOnlyByteBuf
Deprecated.
 
_getUnsignedMediumLE(int) - Method in class io.netty.buffer.ReadOnlyByteBufferBuf
 
_getUnsignedMediumLE(int) - Method in class io.netty.buffer.UnpooledDirectByteBuf
 
_getUnsignedMediumLE(int) - Method in class io.netty.buffer.UnpooledDuplicatedByteBuf
 
_getUnsignedMediumLE(int) - Method in class io.netty.buffer.UnpooledHeapByteBuf
 
_getUnsignedMediumLE(int) - Method in class io.netty.buffer.UnpooledSlicedByteBuf
 
_getUnsignedMediumLE(int) - Method in class io.netty.buffer.UnpooledUnsafeDirectByteBuf
 
_getUnsignedMediumLE(int) - Method in class io.netty.buffer.UnpooledUnsafeHeapByteBuf
 
_getUnsignedMediumLE(int) - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
_internalNioBuffer(int, int, boolean) - Method in class io.netty.buffer.PooledByteBuf
 
_setByte(int, int) - Method in class io.netty.buffer.AbstractByteBuf
 
_setByte(int, int) - Method in class io.netty.buffer.AbstractUnpooledSlicedByteBuf
 
_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.FixedCompositeByteBuf
 
_setByte(int, int) - Method in class io.netty.buffer.PooledDirectByteBuf
 
_setByte(int, int) - Method in class io.netty.buffer.PooledDuplicatedByteBuf
 
_setByte(int, int) - Method in class io.netty.buffer.PooledHeapByteBuf
 
_setByte(int, int) - Method in class io.netty.buffer.PooledSlicedByteBuf
 
_setByte(int, int) - Method in class io.netty.buffer.PooledUnsafeDirectByteBuf
 
_setByte(int, int) - Method in class io.netty.buffer.PooledUnsafeHeapByteBuf
 
_setByte(int, int) - Method in class io.netty.buffer.ReadOnlyByteBuf
Deprecated.
 
_setByte(int, int) - Method in class io.netty.buffer.ReadOnlyByteBufferBuf
 
_setByte(int, int) - Method in class io.netty.buffer.UnpooledDirectByteBuf
 
_setByte(int, int) - Method in class io.netty.buffer.UnpooledDuplicatedByteBuf
 
_setByte(int, int) - Method in class io.netty.buffer.UnpooledHeapByteBuf
 
_setByte(int, int) - Method in class io.netty.buffer.UnpooledSlicedByteBuf
 
_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.WrappedCompositeByteBuf
 
_setInt(int, int) - Method in class io.netty.buffer.AbstractByteBuf
 
_setInt(int, int) - Method in class io.netty.buffer.AbstractUnpooledSlicedByteBuf
 
_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.FixedCompositeByteBuf
 
_setInt(int, int) - Method in class io.netty.buffer.PooledDirectByteBuf
 
_setInt(int, int) - Method in class io.netty.buffer.PooledDuplicatedByteBuf
 
_setInt(int, int) - Method in class io.netty.buffer.PooledHeapByteBuf
 
_setInt(int, int) - Method in class io.netty.buffer.PooledSlicedByteBuf
 
_setInt(int, int) - Method in class io.netty.buffer.PooledUnsafeDirectByteBuf
 
_setInt(int, int) - Method in class io.netty.buffer.PooledUnsafeHeapByteBuf
 
_setInt(int, int) - Method in class io.netty.buffer.ReadOnlyByteBuf
Deprecated.
 
_setInt(int, int) - Method in class io.netty.buffer.ReadOnlyByteBufferBuf
 
_setInt(int, int) - Method in class io.netty.buffer.UnpooledDirectByteBuf
 
_setInt(int, int) - Method in class io.netty.buffer.UnpooledDuplicatedByteBuf
 
_setInt(int, int) - Method in class io.netty.buffer.UnpooledHeapByteBuf
 
_setInt(int, int) - Method in class io.netty.buffer.UnpooledSlicedByteBuf
 
_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.WrappedCompositeByteBuf
 
_setInt(AbstractByteBuf, int, int) - Method in class io.netty.buffer.AbstractUnsafeSwappedByteBuf
 
_setInt(AbstractByteBuf, int, int) - Method in class io.netty.buffer.UnsafeDirectSwappedByteBuf
 
_setInt(AbstractByteBuf, int, int) - Method in class io.netty.buffer.UnsafeHeapSwappedByteBuf
 
_setIntLE(int, int) - Method in class io.netty.buffer.AbstractByteBuf
 
_setIntLE(int, int) - Method in class io.netty.buffer.AbstractUnpooledSlicedByteBuf
 
_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.FixedCompositeByteBuf
 
_setIntLE(int, int) - Method in class io.netty.buffer.PooledDirectByteBuf
 
_setIntLE(int, int) - Method in class io.netty.buffer.PooledDuplicatedByteBuf
 
_setIntLE(int, int) - Method in class io.netty.buffer.PooledHeapByteBuf
 
_setIntLE(int, int) - Method in class io.netty.buffer.PooledSlicedByteBuf
 
_setIntLE(int, int) - Method in class io.netty.buffer.PooledUnsafeDirectByteBuf
 
_setIntLE(int, int) - Method in class io.netty.buffer.PooledUnsafeHeapByteBuf
 
_setIntLE(int, int) - Method in class io.netty.buffer.ReadOnlyByteBuf
Deprecated.
 
_setIntLE(int, int) - Method in class io.netty.buffer.ReadOnlyByteBufferBuf
 
_setIntLE(int, int) - Method in class io.netty.buffer.UnpooledDirectByteBuf
 
_setIntLE(int, int) - Method in class io.netty.buffer.UnpooledDuplicatedByteBuf
 
_setIntLE(int, int) - Method in class io.netty.buffer.UnpooledHeapByteBuf
 
_setIntLE(int, int) - Method in class io.netty.buffer.UnpooledSlicedByteBuf
 
_setIntLE(int, int) - Method in class io.netty.buffer.UnpooledUnsafeDirectByteBuf
 
_setIntLE(int, int) - Method in class io.netty.buffer.UnpooledUnsafeHeapByteBuf
 
_setIntLE(int, int) - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
_setLong(int, long) - Method in class io.netty.buffer.AbstractByteBuf
 
_setLong(int, long) - Method in class io.netty.buffer.AbstractUnpooledSlicedByteBuf
 
_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.FixedCompositeByteBuf
 
_setLong(int, long) - Method in class io.netty.buffer.PooledDirectByteBuf
 
_setLong(int, long) - Method in class io.netty.buffer.PooledDuplicatedByteBuf
 
_setLong(int, long) - Method in class io.netty.buffer.PooledHeapByteBuf
 
_setLong(int, long) - Method in class io.netty.buffer.PooledSlicedByteBuf
 
_setLong(int, long) - Method in class io.netty.buffer.PooledUnsafeDirectByteBuf
 
_setLong(int, long) - Method in class io.netty.buffer.PooledUnsafeHeapByteBuf
 
_setLong(int, long) - Method in class io.netty.buffer.ReadOnlyByteBuf
Deprecated.
 
_setLong(int, long) - Method in class io.netty.buffer.ReadOnlyByteBufferBuf
 
_setLong(int, long) - Method in class io.netty.buffer.UnpooledDirectByteBuf
 
_setLong(int, long) - Method in class io.netty.buffer.UnpooledDuplicatedByteBuf
 
_setLong(int, long) - Method in class io.netty.buffer.UnpooledHeapByteBuf
 
_setLong(int, long) - Method in class io.netty.buffer.UnpooledSlicedByteBuf
 
_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.WrappedCompositeByteBuf
 
_setLong(AbstractByteBuf, int, long) - Method in class io.netty.buffer.AbstractUnsafeSwappedByteBuf
 
_setLong(AbstractByteBuf, int, long) - Method in class io.netty.buffer.UnsafeDirectSwappedByteBuf
 
_setLong(AbstractByteBuf, int, long) - Method in class io.netty.buffer.UnsafeHeapSwappedByteBuf
 
_setLongLE(int, long) - Method in class io.netty.buffer.AbstractByteBuf
 
_setLongLE(int, long) - Method in class io.netty.buffer.AbstractUnpooledSlicedByteBuf
 
_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.FixedCompositeByteBuf
 
_setLongLE(int, long) - Method in class io.netty.buffer.PooledDirectByteBuf
 
_setLongLE(int, long) - Method in class io.netty.buffer.PooledDuplicatedByteBuf
 
_setLongLE(int, long) - Method in class io.netty.buffer.PooledHeapByteBuf
 
_setLongLE(int, long) - Method in class io.netty.buffer.PooledSlicedByteBuf
 
_setLongLE(int, long) - Method in class io.netty.buffer.PooledUnsafeDirectByteBuf
 
_setLongLE(int, long) - Method in class io.netty.buffer.PooledUnsafeHeapByteBuf
 
_setLongLE(int, long) - Method in class io.netty.buffer.ReadOnlyByteBuf
Deprecated.
 
_setLongLE(int, long) - Method in class io.netty.buffer.ReadOnlyByteBufferBuf
 
_setLongLE(int, long) - Method in class io.netty.buffer.UnpooledDirectByteBuf
 
_setLongLE(int, long) - Method in class io.netty.buffer.UnpooledDuplicatedByteBuf
 
_setLongLE(int, long) - Method in class io.netty.buffer.UnpooledHeapByteBuf
 
_setLongLE(int, long) - Method in class io.netty.buffer.UnpooledSlicedByteBuf
 
_setLongLE(int, long) - Method in class io.netty.buffer.UnpooledUnsafeDirectByteBuf
 
_setLongLE(int, long) - Method in class io.netty.buffer.UnpooledUnsafeHeapByteBuf
 
_setLongLE(int, long) - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
_setMedium(int, int) - Method in class io.netty.buffer.AbstractByteBuf
 
_setMedium(int, int) - Method in class io.netty.buffer.AbstractUnpooledSlicedByteBuf
 
_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.FixedCompositeByteBuf
 
_setMedium(int, int) - Method in class io.netty.buffer.PooledDirectByteBuf
 
_setMedium(int, int) - Method in class io.netty.buffer.PooledDuplicatedByteBuf
 
_setMedium(int, int) - Method in class io.netty.buffer.PooledHeapByteBuf
 
_setMedium(int, int) - Method in class io.netty.buffer.PooledSlicedByteBuf
 
_setMedium(int, int) - Method in class io.netty.buffer.PooledUnsafeDirectByteBuf
 
_setMedium(int, int) - Method in class io.netty.buffer.PooledUnsafeHeapByteBuf
 
_setMedium(int, int) - Method in class io.netty.buffer.ReadOnlyByteBuf
Deprecated.
 
_setMedium(int, int) - Method in class io.netty.buffer.ReadOnlyByteBufferBuf
 
_setMedium(int, int) - Method in class io.netty.buffer.UnpooledDirectByteBuf
 
_setMedium(int, int) - Method in class io.netty.buffer.UnpooledDuplicatedByteBuf
 
_setMedium(int, int) - Method in class io.netty.buffer.UnpooledHeapByteBuf
 
_setMedium(int, int) - Method in class io.netty.buffer.UnpooledSlicedByteBuf
 
_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.WrappedCompositeByteBuf
 
_setMediumLE(int, int) - Method in class io.netty.buffer.AbstractByteBuf
 
_setMediumLE(int, int) - Method in class io.netty.buffer.AbstractUnpooledSlicedByteBuf
 
_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.FixedCompositeByteBuf
 
_setMediumLE(int, int) - Method in class io.netty.buffer.PooledDirectByteBuf
 
_setMediumLE(int, int) - Method in class io.netty.buffer.PooledDuplicatedByteBuf
 
_setMediumLE(int, int) - Method in class io.netty.buffer.PooledHeapByteBuf
 
_setMediumLE(int, int) - Method in class io.netty.buffer.PooledSlicedByteBuf
 
_setMediumLE(int, int) - Method in class io.netty.buffer.PooledUnsafeDirectByteBuf
 
_setMediumLE(int, int) - Method in class io.netty.buffer.PooledUnsafeHeapByteBuf
 
_setMediumLE(int, int) - Method in class io.netty.buffer.ReadOnlyByteBuf
Deprecated.
 
_setMediumLE(int, int) - Method in class io.netty.buffer.ReadOnlyByteBufferBuf
 
_setMediumLE(int, int) - Method in class io.netty.buffer.UnpooledDirectByteBuf
 
_setMediumLE(int, int) - Method in class io.netty.buffer.UnpooledDuplicatedByteBuf
 
_setMediumLE(int, int) - Method in class io.netty.buffer.UnpooledHeapByteBuf
 
_setMediumLE(int, int) - Method in class io.netty.buffer.UnpooledSlicedByteBuf
 
_setMediumLE(int, int) - Method in class io.netty.buffer.UnpooledUnsafeDirectByteBuf
 
_setMediumLE(int, int) - Method in class io.netty.buffer.UnpooledUnsafeHeapByteBuf
 
_setMediumLE(int, int) - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
_setShort(int, int) - Method in class io.netty.buffer.AbstractByteBuf
 
_setShort(int, int) - Method in class io.netty.buffer.AbstractUnpooledSlicedByteBuf
 
_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.FixedCompositeByteBuf
 
_setShort(int, int) - Method in class io.netty.buffer.PooledDirectByteBuf
 
_setShort(int, int) - Method in class io.netty.buffer.PooledDuplicatedByteBuf
 
_setShort(int, int) - Method in class io.netty.buffer.PooledHeapByteBuf
 
_setShort(int, int) - Method in class io.netty.buffer.PooledSlicedByteBuf
 
_setShort(int, int) - Method in class io.netty.buffer.PooledUnsafeDirectByteBuf
 
_setShort(int, int) - Method in class io.netty.buffer.PooledUnsafeHeapByteBuf
 
_setShort(int, int) - Method in class io.netty.buffer.ReadOnlyByteBuf
Deprecated.
 
_setShort(int, int) - Method in class io.netty.buffer.ReadOnlyByteBufferBuf
 
_setShort(int, int) - Method in class io.netty.buffer.UnpooledDirectByteBuf
 
_setShort(int, int) - Method in class io.netty.buffer.UnpooledDuplicatedByteBuf
 
_setShort(int, int) - Method in class io.netty.buffer.UnpooledHeapByteBuf
 
_setShort(int, int) - Method in class io.netty.buffer.UnpooledSlicedByteBuf
 
_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.WrappedCompositeByteBuf
 
_setShort(AbstractByteBuf, int, short) - Method in class io.netty.buffer.AbstractUnsafeSwappedByteBuf
 
_setShort(AbstractByteBuf, int, short) - Method in class io.netty.buffer.UnsafeDirectSwappedByteBuf
 
_setShort(AbstractByteBuf, int, short) - Method in class io.netty.buffer.UnsafeHeapSwappedByteBuf
 
_setShortLE(int, int) - Method in class io.netty.buffer.AbstractByteBuf
 
_setShortLE(int, int) - Method in class io.netty.buffer.AbstractUnpooledSlicedByteBuf
 
_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.FixedCompositeByteBuf
 
_setShortLE(int, int) - Method in class io.netty.buffer.PooledDirectByteBuf
 
_setShortLE(int, int) - Method in class io.netty.buffer.PooledDuplicatedByteBuf
 
_setShortLE(int, int) - Method in class io.netty.buffer.PooledHeapByteBuf
 
_setShortLE(int, int) - Method in class io.netty.buffer.PooledSlicedByteBuf
 
_setShortLE(int, int) - Method in class io.netty.buffer.PooledUnsafeDirectByteBuf
 
_setShortLE(int, int) - Method in class io.netty.buffer.PooledUnsafeHeapByteBuf
 
_setShortLE(int, int) - Method in class io.netty.buffer.ReadOnlyByteBuf
Deprecated.
 
_setShortLE(int, int) - Method in class io.netty.buffer.ReadOnlyByteBufferBuf
 
_setShortLE(int, int) - Method in class io.netty.buffer.UnpooledDirectByteBuf
 
_setShortLE(int, int) - Method in class io.netty.buffer.UnpooledDuplicatedByteBuf
 
_setShortLE(int, int) - Method in class io.netty.buffer.UnpooledHeapByteBuf
 
_setShortLE(int, int) - Method in class io.netty.buffer.UnpooledSlicedByteBuf
 
_setShortLE(int, int) - Method in class io.netty.buffer.UnpooledUnsafeDirectByteBuf
 
_setShortLE(int, int) - Method in class io.netty.buffer.UnpooledUnsafeHeapByteBuf
 
_setShortLE(int, int) - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _ 
All Classes All Packages