Skip navigation links
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 _ 

A

a - Variable in class io.netty.handler.codec.compression.Bzip2DivSufSort.StackEntry
 
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.
a - Variable in class io.netty.resolver.dns.BiDnsQueryLifecycleObserver
 
a - Variable in class io.netty.resolver.dns.BiDnsQueryLifecycleObserverFactory
 
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.
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
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
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, boolean, boolean) - Constructor for class io.netty.channel.AbstractChannelHandlerContext
 
AbstractChannelHandlerContext.AbstractWriteTask - Class in io.netty.channel
 
AbstractChannelHandlerContext.WriteAndFlushTask - 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
 
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, int, int) - Constructor for class io.netty.handler.codec.dns.AbstractDnsOptPseudoRrRecord
 
AbstractDnsOptPseudoRrRecord(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, long) - Constructor for class io.netty.handler.codec.dns.AbstractDnsRecord
Creates a new IN-class record.
AbstractDnsRecord(String, DnsRecordType, int, long) - Constructor for class io.netty.handler.codec.dns.AbstractDnsRecord
Creates a new record.
AbstractEpollChannel - Class in io.netty.channel.epoll
 
AbstractEpollChannel(LinuxSocket, int) - Constructor for class io.netty.channel.epoll.AbstractEpollChannel
 
AbstractEpollChannel(Channel, LinuxSocket, int, boolean) - 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(Channel, int) - Constructor for class io.netty.channel.epoll.AbstractEpollStreamChannel
 
AbstractEpollStreamChannel(int) - Constructor for class io.netty.channel.epoll.AbstractEpollStreamChannel
 
AbstractEpollStreamChannel(LinuxSocket) - Constructor for class io.netty.channel.epoll.AbstractEpollStreamChannel
 
AbstractEpollStreamChannel(Channel, 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
 
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
Child Channel of another channel, for use for modeling streams as channels.
AbstractHttp2StreamChannel(Channel) - Constructor for class io.netty.handler.codec.http2.AbstractHttp2StreamChannel
 
AbstractHttp2StreamChannel.Unsafe - Class in io.netty.handler.codec.http2
 
AbstractHttp2StreamFrame - Class in io.netty.handler.codec.http2
Abstract implementation of Http2StreamFrame.
AbstractHttp2StreamFrame() - Constructor for class io.netty.handler.codec.http2.AbstractHttp2StreamFrame
 
AbstractHttp2StreamStateEvent - Class in io.netty.handler.codec.http2
 
AbstractHttp2StreamStateEvent(int) - Constructor for class io.netty.handler.codec.http2.AbstractHttp2StreamStateEvent
 
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, boolean, boolean) - Constructor for class io.netty.channel.kqueue.AbstractKQueueChannel
 
AbstractKQueueChannel.AbstractKQueueUnsafe - Class in io.netty.channel.kqueue
 
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(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
 
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 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
 
AbstractNotificationHandler<T> - Class in com.sun.nio.sctp
 
AbstractNotificationHandler() - Constructor for class com.sun.nio.sctp.AbstractNotificationHandler
 
AbstractOioByteChannel - Class in io.netty.channel.oio
Abstract base class for OIO which reads and writes bytes from/to a Socket
AbstractOioByteChannel(Channel) - Constructor for class io.netty.channel.oio.AbstractOioByteChannel
 
AbstractOioChannel - Class in io.netty.channel.oio
Abstract base class for Channel implementations that use Old-Blocking-IO
AbstractOioChannel(Channel) - Constructor for class io.netty.channel.oio.AbstractOioChannel
 
AbstractOioChannel.DefaultOioUnsafe - Class in io.netty.channel.oio
 
AbstractOioMessageChannel - Class in io.netty.channel.oio
Abstract base class for OIO which reads and writes objects from/to a Socket
AbstractOioMessageChannel(Channel) - Constructor for class io.netty.channel.oio.AbstractOioMessageChannel
 
AbstractPooledDerivedByteBuf - Class in io.netty.buffer
Abstract base class for derived ByteBuf implementations.
AbstractPooledDerivedByteBuf(Recycler.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
 
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
 
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(long, long, long, long) - Constructor for class io.netty.handler.traffic.AbstractTrafficShapingHandler
 
AbstractTrafficShapingHandler(long, long, long) - Constructor for class io.netty.handler.traffic.AbstractTrafficShapingHandler
Constructor using default max time as delay allowed value of 15000L ms.
AbstractTrafficShapingHandler(long, long) - 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() - 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.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
 
AbstractWriteTask(Recycler.Handle<? extends AbstractChannelHandlerContext.AbstractWriteTask>) - Constructor for class io.netty.channel.AbstractChannelHandlerContext.AbstractWriteTask
 
accelerationFactor - Variable in class io.netty.handler.traffic.GlobalChannelTrafficShapingHandler
 
accelerationFactor() - Method in class io.netty.handler.traffic.GlobalChannelTrafficShapingHandler
 
accept() - Method in class com.sun.nio.sctp.SctpServerChannel
 
accept(byte[]) - Method in class io.netty.channel.unix.Socket
 
accept(int, byte[]) - Static method in class io.netty.channel.unix.Socket
 
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(ChannelHandlerContext, T) - Method in class io.netty.handler.ipfilter.AbstractRemoteAddressFilter
This method is called immediately after a Channel gets registered.
accept(ChannelHandlerContext, InetSocketAddress) - Method in class io.netty.handler.ipfilter.RuleBasedIpFilter
 
accept(ChannelHandlerContext, InetSocketAddress) - Method in class io.netty.handler.ipfilter.UniqueIpFilter
 
accept(ServerSocketChannel) - Static method in class io.netty.util.internal.SocketUtils
 
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
 
AcceptFilter - Class in io.netty.channel.kqueue
 
AcceptFilter(String, String) - Constructor for class io.netty.channel.kqueue.AcceptFilter
 
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.Http2ServerDowngrader
 
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.sctp.SctpInboundByteStreamHandler
 
acceptInboundMessage(SctpMessage) - Method in class io.netty.handler.codec.sctp.SctpInboundByteStreamHandler
 
acceptInboundMessage(Object) - Method in class io.netty.handler.codec.sctp.SctpMessageToMessageDecoder
 
acceptInboundMessage(Object) - Method in class io.netty.handler.codec.spdy.SpdyHttpResponseStreamIdHandler
 
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
 
acceptStream(int, byte, boolean, boolean, int, int, boolean) - Method in class io.netty.handler.codec.spdy.SpdySession
 
acceptStream(int, byte, boolean, boolean) - Method in class io.netty.handler.codec.spdy.SpdySessionHandler
 
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_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"
ACK - Static variable in class io.netty.handler.codec.http2.Http2Flags
 
ack() - Method in class io.netty.handler.codec.http2.Http2Flags
Determines whether the flag is set indicating that this frame is an ACK.
ack(boolean) - Method in class io.netty.handler.codec.http2.Http2Flags
Sets the Http2Flags.ACK flag.
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(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() - Method in class io.netty.channel.pool.SimpleChannelPool
 
acquire(Promise<Channel>) - Method in class io.netty.channel.pool.SimpleChannelPool
 
acquire0(Promise<Channel>) - Method in class io.netty.channel.pool.FixedChannelPool
 
ACQUIRE_AND_RELEASE_ONLY - Static variable in class io.netty.buffer.AdvancedLeakAwareByteBuf
 
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
 
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
 
acquireTimeoutNanos - Variable in class io.netty.channel.pool.FixedChannelPool
 
activate(InputStream, OutputStream) - Method in class io.netty.channel.oio.OioByteStreamChannel
Activate this instance.
activate(DefaultHttp2Connection.DefaultStream) - Method in class io.netty.handler.codec.http2.DefaultHttp2Connection.ActiveStreams
 
activate() - Method in class io.netty.handler.codec.http2.DefaultHttp2Connection.DefaultStream
 
active - Variable in class io.netty.channel.epoll.AbstractEpollChannel
 
active - Variable in class io.netty.channel.kqueue.AbstractKQueueChannel
 
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
 
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.kqueue.KQueueDatagramChannelConfig
 
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(List<Http2Connection.Listener>) - Constructor for class io.netty.handler.codec.http2.DefaultHttp2Connection.ActiveStreams
 
activeStreams - Variable in class io.netty.handler.codec.spdy.SpdySession
 
activeStreams() - Method in class io.netty.handler.codec.spdy.SpdySession
 
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(PoolChunk<T>) - Method in class io.netty.buffer.PoolChunkList
 
add(PoolArena<?>, PoolChunk, 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>, long) - Method in class io.netty.buffer.PoolThreadCache.MemoryRegionCache
Add to cache if not already full.
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(ByteBuf) - Method in class io.netty.channel.CoalescingBufferQueue
Add a buffer to the end of the queue.
add(ByteBuf, ChannelPromise) - Method in class io.netty.channel.CoalescingBufferQueue
Add a buffer to the end of the queue and associate a promise with it that should be completed when all the buffers bytes have been consumed from the queue and written.
add(ByteBuf, ChannelFutureListener) - Method in class io.netty.channel.CoalescingBufferQueue
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(AbstractEpollChannel) - Method in class io.netty.channel.epoll.EpollEventLoop
Register the given epoll with this EventLoop.
add(DatagramPacket) - Method in class io.netty.channel.epoll.NativeDatagramPacketArray
Try to add the given DatagramPacket.
add(Channel) - Method in class io.netty.channel.group.DefaultChannelGroup
 
add(long) - Method in class io.netty.channel.kqueue.NativeLongArray
 
add(SelectionKey) - Method in class io.netty.channel.nio.SelectedSelectionKeySet
 
add(Object, ChannelPromise) - Method in class io.netty.channel.PendingWriteQueue
Add the given msg and ChannelPromise.
add(ByteBuf) - Method in class io.netty.channel.unix.IovArray
Try to add the given ByteBuf.
add(long, int, int) - Method in class io.netty.channel.unix.IovArray
 
add(Object) - Method in class io.netty.handler.codec.CodecOutputList
 
add(int, Object) - Method in class io.netty.handler.codec.CodecOutputList
 
add(K, V) - Method in class io.netty.handler.codec.DefaultHeaders
 
add(K, Iterable<? extends V>) - Method in class io.netty.handler.codec.DefaultHeaders
 
add(K, V...) - Method in class io.netty.handler.codec.DefaultHeaders
 
add(Headers<? extends K, ? extends V, ?>) - Method in class io.netty.handler.codec.DefaultHeaders
 
add(K, V) - Method in class io.netty.handler.codec.EmptyHeaders
 
add(K, Iterable<? extends V>) - Method in class io.netty.handler.codec.EmptyHeaders
 
add(K, V...) - Method in class io.netty.handler.codec.EmptyHeaders
 
add(Headers<? extends K, ? extends 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, 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 interface io.netty.handler.codec.Headers
Adds new headers with the specified name and values.
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(String) - Method in class io.netty.handler.codec.HeadersUtils.CharSequenceDelegatingStringSet
 
add(Headers<? extends CharSequence, ? extends CharSequence, ?>) - Method in class io.netty.handler.codec.http.CombinedHttpHeaders.CombinedHttpHeadersImpl
 
add(CharSequence, CharSequence) - Method in class io.netty.handler.codec.http.CombinedHttpHeaders.CombinedHttpHeadersImpl
 
add(CharSequence, CharSequence...) - Method in class io.netty.handler.codec.http.CombinedHttpHeaders.CombinedHttpHeadersImpl
 
add(CharSequence, Iterable<? extends CharSequence>) - Method in class io.netty.handler.codec.http.CombinedHttpHeaders.CombinedHttpHeadersImpl
 
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(StringBuilder, String) - Static method in class io.netty.handler.codec.http.cookie.CookieUtil
 
add(HttpHeaders) - Method in class io.netty.handler.codec.http.DefaultHttpHeaders
 
add(String, Object) - Method in class io.netty.handler.codec.http.DefaultHttpHeaders
 
add(CharSequence, Object) - Method in class io.netty.handler.codec.http.DefaultHttpHeaders
 
add(String, Iterable<?>) - Method in class io.netty.handler.codec.http.DefaultHttpHeaders
 
add(CharSequence, Iterable<?>) - Method in class io.netty.handler.codec.http.DefaultHttpHeaders
 
add(String, Object) - Method in class io.netty.handler.codec.http.EmptyHttpHeaders
 
add(String, Iterable<?>) - Method in class io.netty.handler.codec.http.EmptyHttpHeaders
 
add(String, Object) - Method in class io.netty.handler.codec.http.HttpHeaders
 
add(CharSequence, Object) - Method in class io.netty.handler.codec.http.HttpHeaders
Adds a new header with the specified name and value.
add(String, Iterable<?>) - Method in class io.netty.handler.codec.http.HttpHeaders
 
add(CharSequence, Iterable<?>) - Method in class io.netty.handler.codec.http.HttpHeaders
Adds a new header with the specified name and values.
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(CharSequence, CharSequence, long) - Method in class io.netty.handler.codec.http2.HpackEncoder
Add the header field to the dynamic table.
add(Http2Exception.StreamException) - Method in exception io.netty.handler.codec.http2.Http2Exception.CompositeStreamException
 
add(CharSequence, CharSequence) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
 
add(CharSequence, Iterable<? extends CharSequence>) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
 
add(CharSequence, CharSequence...) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
 
add(Headers<? extends CharSequence, ? extends CharSequence, ?>) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
 
ADD - Static variable in class io.netty.handler.codec.memcache.binary.BinaryMemcacheOpcodes
 
add(DnsRecord) - Method in class io.netty.resolver.dns.DnsNameResolverContext.AuthoritativeNameServerList
 
add(DnsQueryContext) - Method in class io.netty.resolver.dns.DnsQueryContextManager
 
add(GenericFutureListener<? extends Future<?>>) - Method in class io.netty.util.concurrent.DefaultFutureListeners
 
add(Promise<V>...) - Method in class io.netty.util.concurrent.PromiseAggregator
Deprecated.
Add the given Promises to the aggregator.
add(Promise) - Method in class io.netty.util.concurrent.PromiseCombiner
Deprecated.
add(Future) - Method in class io.netty.util.concurrent.PromiseCombiner
Adds a new future to be combined.
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
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(E) - Method in class io.netty.util.internal.ConcurrentSet
 
add(T) - Method in class io.netty.util.internal.EmptyPriorityQueue
 
add(long) - Method in interface io.netty.util.internal.LongCounter
 
add(long) - Method in class io.netty.util.internal.PlatformDependent.AtomicLongCounter
 
add(Object) - Method in class io.netty.util.internal.RecyclableArrayList
 
add(int, Object) - Method in class io.netty.util.internal.RecyclableArrayList
 
add(Recycler.DefaultHandle<?>) - Method in class io.netty.util.Recycler.WeakOrderQueue
 
add0(PoolChunk<T>) - Method in class io.netty.buffer.PoolChunkList
Adds the PoolChunk to this PoolChunkList.
add0(int, int, K, V) - Method in class io.netty.handler.codec.DefaultHeaders
 
ADD_COMPLETE - Static variable in class io.netty.channel.AbstractChannelHandlerContext
ADD_PENDING - Static variable in class io.netty.channel.AbstractChannelHandlerContext
addAfter(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 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
 
addAfter(EventExecutorGroup, String, String, ChannelHandler) - Method in class io.netty.channel.DefaultChannelPipeline
 
addAfter0(AbstractChannelHandlerContext, AbstractChannelHandlerContext) - Static method in class io.netty.channel.DefaultChannelPipeline
 
addAll(Collection<? extends String>) - Method in class io.netty.handler.codec.HeadersUtils.CharSequenceDelegatingStringSet
 
addAll(Promise...) - Method in class io.netty.util.concurrent.PromiseCombiner
Deprecated.
addAll(Future...) - Method in class io.netty.util.concurrent.PromiseCombiner
Adds new futures to be combined.
addAll(Collection<? extends T>) - Method in class io.netty.util.internal.EmptyPriorityQueue
 
addAll(Collection<?>) - Method in class io.netty.util.internal.RecyclableArrayList
 
addAll(int, Collection<?>) - Method in class io.netty.util.internal.RecyclableArrayList
 
addBefore(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 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
 
addBefore(EventExecutorGroup, String, String, ChannelHandler) - Method in class io.netty.channel.DefaultChannelPipeline
 
addBefore(HpackEncoder.HeaderEntry) - Method in class io.netty.handler.codec.http2.HpackEncoder.HeaderEntry
Inserts this entry before the specified existing entry in the list.
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(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.
addBoolean(CharSequence, boolean) - 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.
addByte(CharSequence, byte) - 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.
addChar(CharSequence, char) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
 
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
 
addComponent(ByteBuf) - Method in class io.netty.buffer.AdvancedLeakAwareCompositeByteBuf
 
addComponent(int, ByteBuf) - Method in class io.netty.buffer.AdvancedLeakAwareCompositeByteBuf
 
addComponent(boolean, ByteBuf) - Method in class io.netty.buffer.AdvancedLeakAwareCompositeByteBuf
 
addComponent(boolean, int, ByteBuf) - Method in class io.netty.buffer.AdvancedLeakAwareCompositeByteBuf
 
addComponent(ByteBuf) - Method in class io.netty.buffer.CompositeByteBuf
Add the given ByteBuf.
addComponent(int, ByteBuf) - Method in class io.netty.buffer.CompositeByteBuf
Add the given ByteBuf on the specific index.
addComponent(boolean, ByteBuf) - Method in class io.netty.buffer.CompositeByteBuf
Add the given ByteBuf and increase the writerIndex if increaseWriterIndex is true.
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(ByteBuf) - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
addComponent(int, ByteBuf) - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
addComponent(boolean, ByteBuf) - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
addComponent(boolean, int, 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(ByteBuf...) - Method in class io.netty.buffer.AdvancedLeakAwareCompositeByteBuf
 
addComponents(Iterable<ByteBuf>) - Method in class io.netty.buffer.AdvancedLeakAwareCompositeByteBuf
 
addComponents(int, ByteBuf...) - Method in class io.netty.buffer.AdvancedLeakAwareCompositeByteBuf
 
addComponents(int, Iterable<ByteBuf>) - Method in class io.netty.buffer.AdvancedLeakAwareCompositeByteBuf
 
addComponents(boolean, ByteBuf...) - Method in class io.netty.buffer.AdvancedLeakAwareCompositeByteBuf
 
addComponents(boolean, Iterable<ByteBuf>) - Method in class io.netty.buffer.AdvancedLeakAwareCompositeByteBuf
 
addComponents(ByteBuf...) - Method in class io.netty.buffer.CompositeByteBuf
Add the given ByteBufs.
addComponents(Iterable<ByteBuf>) - Method in class io.netty.buffer.CompositeByteBuf
Add the given ByteBufs.
addComponents(boolean, 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.CompositeByteBuf
Add the given ByteBufs and increase the writerIndex if increaseWriterIndex is true.
addComponents(int, ByteBuf...) - Method in class io.netty.buffer.CompositeByteBuf
Add the given ByteBufs on the specific index
addComponents(int, Iterable<ByteBuf>) - Method in class io.netty.buffer.CompositeByteBuf
Add the given ByteBufs on the specific index Be aware that this method does not increase the writerIndex of the CompositeByteBuf.
addComponents(ByteBuf...) - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
addComponents(Iterable<ByteBuf>) - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
addComponents(int, ByteBuf...) - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
addComponents(int, Iterable<ByteBuf>) - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
addComponents(boolean, ByteBuf...) - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
addComponents(boolean, Iterable<ByteBuf>) - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
addComponents0(boolean, int, ByteBuf[], int, int) - Method in class io.netty.buffer.CompositeByteBuf
 
addComponents0(boolean, int, Iterable<ByteBuf>) - 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.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
 
addContent(ByteBuf, boolean) - Method in class io.netty.handler.codec.http.multipart.MixedAttribute
 
addContent(ByteBuf, boolean) - Method in class io.netty.handler.codec.http.multipart.MixedFileUpload
 
addDateHeader(HttpMessage, String, Date) - Static method in class io.netty.handler.codec.http.HttpHeaders
Deprecated.
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
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.
addDouble(CharSequence, double) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
 
added - Variable in class io.netty.channel.ChannelHandlerAdapter
 
addend - Static variable in class io.netty.util.internal.ThreadLocalRandom
 
addEscapedValue(CharSequence, CharSequence) - Method in class io.netty.handler.codec.http.CombinedHttpHeaders.CombinedHttpHeadersImpl
 
addFirst(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 interface io.netty.channel.ChannelPipeline
Inserts a ChannelHandler at the first position of this pipeline.
addFirst(ChannelHandler...) - Method in interface io.netty.channel.ChannelPipeline
Inserts ChannelHandlers at the first position of this pipeline.
addFirst(EventExecutorGroup, ChannelHandler...) - Method in interface io.netty.channel.ChannelPipeline
Inserts ChannelHandlers at the first position of this pipeline.
addFirst(String, ChannelHandler) - Method in class io.netty.channel.DefaultChannelPipeline
 
addFirst(EventExecutorGroup, String, ChannelHandler) - Method in class io.netty.channel.DefaultChannelPipeline
 
addFirst(ChannelHandler...) - Method in class io.netty.channel.DefaultChannelPipeline
 
addFirst(EventExecutorGroup, ChannelHandler...) - Method in class io.netty.channel.DefaultChannelPipeline
 
addFirst0(AbstractChannelHandlerContext) - Method in class io.netty.channel.DefaultChannelPipeline
 
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.
addFloat(CharSequence, float) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
 
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, ByteBufAllocator, boolean) - Method in class io.netty.handler.codec.http2.DefaultHttp2FrameReader.HeadersBlockBuilder
Adds a fragment to the block.
addHeader(HttpMessage, String, Object) - Static method in class io.netty.handler.codec.http.HttpHeaders
Deprecated.
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(int, Http2Headers, CharSequence, CharSequence, long) - Method in class io.netty.handler.codec.http2.HpackDecoder
 
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.JdkSslContext
 
addImpl(Headers<? extends K, ? extends V, ?>) - Method in class io.netty.handler.codec.DefaultHeaders
 
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.
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.http2.ReadOnlyHttp2Headers
 
addIntHeader(HttpMessage, String, int) - Static method in class io.netty.handler.codec.http.HttpHeaders
Deprecated.
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.
additionals - Variable in class io.netty.handler.codec.dns.AbstractDnsMessage
 
additionals - Variable in class io.netty.resolver.dns.DnsNameResolverContext
 
additionals - Variable in class io.netty.resolver.dns.DnsQueryContext
 
addLast(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 interface io.netty.channel.ChannelPipeline
Appends a ChannelHandler at the last position of this pipeline.
addLast(ChannelHandler...) - Method in interface io.netty.channel.ChannelPipeline
Inserts ChannelHandlers at the last position of this pipeline.
addLast(EventExecutorGroup, ChannelHandler...) - Method in interface io.netty.channel.ChannelPipeline
Inserts ChannelHandlers at the last position of this pipeline.
addLast(String, ChannelHandler) - Method in class io.netty.channel.DefaultChannelPipeline
 
addLast(EventExecutorGroup, String, ChannelHandler) - Method in class io.netty.channel.DefaultChannelPipeline
 
addLast(ChannelHandler...) - Method in class io.netty.channel.DefaultChannelPipeline
 
addLast(EventExecutorGroup, ChannelHandler...) - Method in class io.netty.channel.DefaultChannelPipeline
 
addLast0(AbstractChannelHandlerContext) - Method in class io.netty.channel.DefaultChannelPipeline
 
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 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(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 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 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(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.
addLong(CharSequence, long) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
 
addMessage(Object, int, ChannelPromise) - Method in class io.netty.channel.ChannelOutboundBuffer
Add given message to this ChannelOutboundBuffer.
addNameServerToCache(DnsNameResolverContext.AuthoritativeNameServer, InetAddress, long) - Method in class io.netty.resolver.dns.DnsNameResolverContext
Add an authoritative nameserver to the cache if its not a root server.
addObject(K, Object) - Method in class io.netty.handler.codec.DefaultHeaders
 
addObject(K, Iterable<?>) - Method in class io.netty.handler.codec.DefaultHeaders
 
addObject(K, Object...) - Method in class io.netty.handler.codec.DefaultHeaders
 
addObject(K, Object) - Method in class io.netty.handler.codec.EmptyHeaders
 
addObject(K, Iterable<?>) - Method in class io.netty.handler.codec.EmptyHeaders
 
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, Iterable<?>) - Method in interface io.netty.handler.codec.Headers
Adds a new header with the specified name and values.
addObject(K, Object...) - Method in interface io.netty.handler.codec.Headers
Adds a new header with the specified name and values.
addObject(CharSequence, Object) - Method in class io.netty.handler.codec.http.CombinedHttpHeaders.CombinedHttpHeadersImpl
 
addObject(CharSequence, Iterable<?>) - Method in class io.netty.handler.codec.http.CombinedHttpHeaders.CombinedHttpHeadersImpl
 
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, Iterable<?>) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
 
addObject(CharSequence, Object...) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
 
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
 
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
 
addr - Variable in class io.netty.channel.epoll.NativeDatagramPacketArray.NativeDatagramPacket
 
addRecord(DnsSection, 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(int, int, DnsRecord) - Method in class io.netty.handler.codec.dns.AbstractDnsMessage
 
addRecord(DnsSection, DnsRecord) - Method in class io.netty.handler.codec.dns.DatagramDnsQuery
 
addRecord(DnsSection, int, DnsRecord) - Method in class io.netty.handler.codec.dns.DatagramDnsQuery
 
addRecord(DnsSection, DnsRecord) - Method in class io.netty.handler.codec.dns.DatagramDnsResponse
 
addRecord(DnsSection, int, DnsRecord) - Method in class io.netty.handler.codec.dns.DatagramDnsResponse
 
addRecord(DnsSection, DnsRecord) - Method in class io.netty.handler.codec.dns.DefaultDnsQuery
 
addRecord(DnsSection, int, DnsRecord) - Method in class io.netty.handler.codec.dns.DefaultDnsQuery
 
addRecord(DnsSection, DnsRecord) - Method in class io.netty.handler.codec.dns.DefaultDnsResponse
 
addRecord(DnsSection, int, 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, 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, DnsRecord) - Method in interface io.netty.handler.codec.dns.DnsQuery
 
addRecord(DnsSection, int, DnsRecord) - Method in interface io.netty.handler.codec.dns.DnsQuery
 
addRecord(DnsSection, DnsRecord) - Method in interface io.netty.handler.codec.dns.DnsResponse
 
addRecord(DnsSection, int, DnsRecord) - Method in interface io.netty.handler.codec.dns.DnsResponse
 
address() - Method in class com.sun.nio.sctp.MessageInfo
 
address - Variable in class io.netty.channel.unix.NativeInetAddress
 
address() - Method in class io.netty.channel.unix.NativeInetAddress
 
address(byte[], int, int) - Static method in class io.netty.channel.unix.NativeInetAddress
 
address - Variable in class io.netty.handler.codec.dns.DefaultDnsOptEcsRecord
 
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(String, ResolvedAddressTypes) - Method in class io.netty.resolver.DefaultHostsFileEntriesResolver
 
address - Variable in class io.netty.resolver.dns.DnsCacheEntry
 
address() - Method in class io.netty.resolver.dns.DnsCacheEntry
 
address - Variable in class io.netty.resolver.dns.SingletonDnsServerAddresses
 
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_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.
addressEncoder - Variable in class io.netty.handler.codec.socksx.v5.Socks5ClientEncoder
 
addressEncoder() - Method in class io.netty.handler.codec.socksx.v5.Socks5ClientEncoder
Returns the Socks5AddressEncoder of this encoder.
addressEncoder - Variable in class io.netty.handler.codec.socksx.v5.Socks5ServerEncoder
 
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.SequentialDnsServerAddressStream
 
addresses - Variable in class io.netty.resolver.dns.ShuffledDnsServerAddressStream
 
addresses - Variable in class io.netty.resolver.dns.UniSequentialDnsServerAddressStreamProvider
 
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
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<T extends java.net.SocketAddress> - Interface in io.netty.resolver
Resolves a possibility unresolved SocketAddress.
addressResolver - Variable in class io.netty.resolver.InetNameResolver
 
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.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.util.internal.PlatformDependent
 
addressType - Variable in enum io.netty.channel.socket.InternetProtocolFamily
 
addressType() - Method in enum io.netty.channel.socket.InternetProtocolFamily
Returns the address type of this protocol family.
addressType - Variable in class io.netty.handler.codec.socks.SocksCmdRequest
 
addressType() - Method in class io.netty.handler.codec.socks.SocksCmdRequest
Returns the SocksAddressType of this SocksCmdRequest
addressType - Variable in class io.netty.handler.codec.socks.SocksCmdRequestDecoder
 
addressType - Variable in class io.netty.handler.codec.socks.SocksCmdResponse
 
addressType() - Method in class io.netty.handler.codec.socks.SocksCmdResponse
addressType - Variable in class io.netty.handler.codec.socks.SocksCmdResponseDecoder
 
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.
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.http2.ReadOnlyHttp2Headers
 
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
 
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(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.
addTimeMillis(CharSequence, long) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
 
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
 
addToSpliceQueue0(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
 
addWriteTimeoutTask(WriteTimeoutHandler.WriteTimeoutTask) - Method in class io.netty.handler.timeout.WriteTimeoutHandler
 
adjustMarkers(int) - Method in class io.netty.buffer.AbstractByteBuf
 
adjustment - Variable in class io.netty.buffer.AbstractUnpooledSlicedByteBuf
 
adjustment - Variable in class io.netty.buffer.PooledSlicedByteBuf
 
ADLER32_UPDATE_METHOD - Static variable in class io.netty.handler.codec.compression.ByteBufChecksum
 
AdvancedLeakAwareByteBuf - Class in io.netty.buffer
 
AdvancedLeakAwareByteBuf(ByteBuf, ResourceLeakTracker<ByteBuf>) - Constructor for class io.netty.buffer.AdvancedLeakAwareByteBuf
 
AdvancedLeakAwareByteBuf(ByteBuf, 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
 
advmss() - Method in class io.netty.channel.epoll.EpollTcpInfo
 
AF_IPV4_BYTE - Static variable in class io.netty.handler.codec.haproxy.HAProxyConstants
 
AF_IPV6_BYTE - Static variable in class io.netty.handler.codec.haproxy.HAProxyConstants
 
AF_UNIX_BYTE - Static variable in class io.netty.handler.codec.haproxy.HAProxyConstants
 
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() - Method in class io.netty.handler.codec.DefaultHeaders.HeaderEntry
 
after - Variable in class io.netty.handler.codec.http2.HpackEncoder.HeaderEntry
 
afterRunningAllTasks() - Method in class io.netty.channel.SingleThreadEventLoop
 
afterRunningAllTasks() - Method in class io.netty.util.concurrent.SingleThreadEventExecutor
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
 
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
 
alignCapacity(int) - Method in class io.netty.buffer.PoolArena
 
all() - Static method in class io.netty.channel.group.ChannelMatchers
Returns a ChannelMatcher that matches all Channels.
ALL_IDLE_STATE_EVENT - Static variable in class io.netty.handler.timeout.IdleStateEvent
 
ALL_MATCHER - Static variable in class io.netty.channel.group.ChannelMatchers
 
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
allLocalAddresses() - Method in class io.netty.channel.sctp.nio.NioSctpChannel
 
allLocalAddresses() - Method in class io.netty.channel.sctp.nio.NioSctpServerChannel
 
allLocalAddresses() - Method in class io.netty.channel.sctp.oio.OioSctpChannel
 
allLocalAddresses() - Method in class io.netty.channel.sctp.oio.OioSctpServerChannel
 
allLocalAddresses() - Method in interface io.netty.channel.sctp.SctpChannel
Return all local addresses of the SCTP channel.
allLocalAddresses() - Method in interface io.netty.channel.sctp.SctpServerChannel
Return all local addresses of the SCTP server channel.
allNames - Variable in class io.netty.handler.codec.HeadersUtils.DelegatingStringSet
 
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 - Variable in class io.netty.buffer.CompositeByteBuf
 
alloc() - Method in class io.netty.buffer.CompositeByteBuf
 
alloc() - Method in class io.netty.buffer.DuplicatedByteBuf
Deprecated.
 
alloc - Variable in class io.netty.buffer.EmptyByteBuf
 
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 - Static variable in class io.netty.buffer.Unpooled
 
alloc - Variable in class io.netty.buffer.UnpooledDirectByteBuf
 
alloc() - Method in class io.netty.buffer.UnpooledDirectByteBuf
 
alloc - Variable in class io.netty.buffer.UnpooledHeapByteBuf
 
alloc() - Method in class io.netty.buffer.UnpooledHeapByteBuf
 
alloc - Variable in class io.netty.buffer.UnpooledUnsafeDirectByteBuf
 
alloc() - Method in class io.netty.buffer.UnpooledUnsafeDirectByteBuf
 
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.ReplayingDecoderByteBuf
 
allocate(PoolThreadCache, int, int) - Method in class io.netty.buffer.PoolArena
 
allocate(PoolThreadCache, PooledByteBuf<T>, int) - Method in class io.netty.buffer.PoolArena
 
allocate(int) - Method in class io.netty.buffer.PoolChunk
 
allocate(PooledByteBuf<T>, int, int) - Method in class io.netty.buffer.PoolChunkList
 
allocate() - Method in class io.netty.buffer.PoolSubpage
Returns the bitmap index of the subpage allocation.
allocate(PoolThreadCache.MemoryRegionCache<?>, PooledByteBuf, int) - Method in class io.netty.buffer.PoolThreadCache
 
allocate(PooledByteBuf<T>, int) - Method in class io.netty.buffer.PoolThreadCache.MemoryRegionCache
Allocate something out of the cache if possible and remove the entry from the cache.
allocate(ByteBufAllocator) - Method in class io.netty.channel.DefaultMaxBytesRecvByteBufAllocator.HandleImpl
 
allocate(ByteBufAllocator) - Method in class io.netty.channel.DefaultMaxMessagesRecvByteBufAllocator.MaxMessageHandle
 
allocate(int) - Static method in class io.netty.channel.epoll.EpollEventArray
 
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(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(Recycler.Stack<?>, Thread) - Static method in class io.netty.util.Recycler.WeakOrderQueue
Allocate a new Recycler.WeakOrderQueue or return null if not possible.
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, 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.UnpooledUnsafeDirectByteBuf
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
 
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
 
allocateNode(int) - Method in class io.netty.buffer.PoolChunk
Algorithm to allocate an index in memoryMap when we query for a free node at depth d
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(PooledByteBuf<T>, int, int) - Method in class io.netty.buffer.PoolArena
 
allocateNormal(PoolArena<?>, PooledByteBuf<?>, int, int) - Method in class io.netty.buffer.PoolThreadCache
Try to allocate a small buffer out of the cache.
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
Allocate a run of pages (>=1)
allocateSmall(PoolArena<?>, PooledByteBuf<?>, int, int) - Method in class io.netty.buffer.PoolThreadCache
Try to allocate a small buffer out of the cache.
allocateSubpage(int) - Method in class io.netty.buffer.PoolChunk
Create/ initialize a new PoolSubpage of normCapacity Any PoolSubpage created/ initialized here is added to subpage pool in the PoolArena that owns this PoolChunk
allocateTiny(PoolArena<?>, PooledByteBuf<?>, int, int) - Method in class io.netty.buffer.PoolThreadCache
Try to allocate a tiny buffer out of the cache.
allocateUninitializedArray(int) - Static method in class io.netty.util.internal.PlatformDependent
 
allocateUninitializedArray(int) - Static method in class io.netty.util.internal.PlatformDependent0
 
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
 
allocationsTiny - 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 - Static variable in class io.netty.channel.ChannelOption
 
allocator - Variable in class io.netty.channel.DefaultChannelConfig
 
allocator - Variable in class io.netty.channel.local.PreferHeapByteBufAllocator
 
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() - Method in class io.netty.handler.codec.http.cors.CorsConfig.Builder
Deprecated.
allowCredentials - Variable in class io.netty.handler.codec.http.cors.CorsConfigBuilder
 
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.
allowedQueries - Variable in class io.netty.resolver.dns.DnsNameResolverContext
 
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(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.
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.
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.WebSocket08FrameDecoder
 
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.WebSocketServerHandshaker07
 
allowExtensions - Variable in class io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker08
 
allowExtensions - Variable in class io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker13
 
allowExtensions - Variable in class io.netty.handler.codec.http.websocketx.WebSocketServerHandshakerFactory
 
allowExtensions - Variable in class io.netty.handler.codec.http.websocketx.WebSocketServerProtocolHandler
 
allowExtensions - Variable in class io.netty.handler.codec.http.websocketx.WebSocketServerProtocolHandshakeHandler
 
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.EpollSocketChannelConfig
 
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.WebSocket08FrameDecoder
 
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.WebSocketServerHandshaker07
 
allowMaskMismatch - Variable in class io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker08
 
allowMaskMismatch - Variable in class io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker13
 
allowMaskMismatch - Variable in class io.netty.handler.codec.http.websocketx.WebSocketServerHandshakerFactory
 
allowMaskMismatch - Variable in class io.netty.handler.codec.http.websocketx.WebSocketServerProtocolHandler
 
allowMaskMismatch - Variable in class io.netty.handler.codec.http.websocketx.WebSocketServerProtocolHandshakeHandler
 
allowModifications() - Method in class io.netty.handler.codec.http2.DefaultHttp2Connection.ActiveStreams
 
allowNullOrigin - Variable in class io.netty.handler.codec.http.cors.CorsConfig
 
allowNullOrigin() - Method in class io.netty.handler.codec.http.cors.CorsConfig.Builder
Deprecated.
allowNullOrigin - Variable in class io.netty.handler.codec.http.cors.CorsConfigBuilder
 
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.
allowPushTo(boolean) - Method in class io.netty.handler.codec.http2.DefaultHttp2Connection.DefaultEndpoint
 
allowPushTo() - 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.
allowPushTo() - 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
 
allRemoteAddresses() - Method in class io.netty.channel.sctp.nio.NioSctpChannel
 
allRemoteAddresses() - Method in class io.netty.channel.sctp.oio.OioSctpChannel
 
allRemoteAddresses() - Method in interface io.netty.channel.sctp.SctpChannel
Return all remote addresses of the SCTP server channel.
alphabet(Base64Dialect) - Static method in class io.netty.handler.codec.base64.Base64
 
alphabet - Variable in enum io.netty.handler.codec.base64.Base64Dialect
 
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_WRAPPER - Static variable in class io.netty.handler.ssl.JdkAlpnApplicationProtocolNegotiator
 
AlpnWrapper() - Constructor for class io.netty.handler.ssl.JdkAlpnApplicationProtocolNegotiator.AlpnWrapper
 
alreadyReadChunkSize - Variable in class io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheDecoder
 
alreadyReadChunkSize - Variable in class io.netty.handler.codec.stomp.StompSubframeDecoder
 
ALWAYS_SENSITIVE - Static variable in interface io.netty.handler.codec.http2.Http2HeadersEncoder
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.
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
 
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.SslContextBuilder
 
append(Date, StringBuilder) - Static method in class io.netty.handler.codec.DateFormatter
Append a Date to a StringBuilder into RFC1123 format
append(int) - Method in class io.netty.handler.codec.http2.HpackHuffmanDecoder.DecoderProcessor
 
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"
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(char) - Method in class io.netty.util.internal.AppendableCharSequence
 
append(CharSequence) - Method in class io.netty.util.internal.AppendableCharSequence
 
append(CharSequence, int, int) - Method in class io.netty.util.internal.AppendableCharSequence
 
append0(Date, StringBuilder) - Method in class io.netty.handler.codec.DateFormatter
 
AppendableCharSequence - Class in io.netty.util.internal
 
AppendableCharSequence(int) - Constructor for class io.netty.util.internal.AppendableCharSequence
 
AppendableCharSequence(char[]) - 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
 
appendComponent(String, String, StringBuilder) - Static method in class io.netty.handler.codec.http.QueryStringEncoder
 
appendExtension(String, String, Map<String, String>) - Static method in class io.netty.handler.codec.http.websocketx.extensions.WebSocketExtensionUtil
 
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, HttpHeaders) - Static method in class io.netty.handler.codec.http.HttpMessageUtil
 
appendHeaders(StringBuilder) - Method in class io.netty.handler.codec.spdy.DefaultSpdyHeadersFrame
 
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
 
appendMapping(StringBuilder, String, String) - Static method in class io.netty.util.DomainNameMappingBuilder.ImmutableDomainNameMapping
 
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
 
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"
applicationProtocol - Variable in class io.netty.handler.ssl.JdkSslSession
 
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 - Class in io.netty.handler.ssl
Provides an SSLEngine agnostic way to configure a ApplicationProtocolNegotiator.
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() - Constructor for class io.netty.handler.ssl.ApplicationProtocolConfig
A special constructor that is used to instantiate ApplicationProtocolConfig.DISABLED.
applicationProtocolConfig(ApplicationProtocolConfig) - Method in class io.netty.handler.ssl.SslContextBuilder
Application protocol negotiation configuration.
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 - Interface in io.netty.handler.ssl
Interface to support Application Protocol Negotiation.
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.SslContext
Returns the object responsible for negotiating application layer protocols for the TLS NPN/ALPN extensions.
ApplicationProtocolUtil - Class in io.netty.handler.ssl
Utility class for application protocol common operations.
ApplicationProtocolUtil() - Constructor for class io.netty.handler.ssl.ApplicationProtocolUtil
 
applyLocalSettings(Http2Settings) - Method in class io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder.FrameReadListener
Applies settings sent from the local endpoint.
ARBITRARY_MESSAGE_SIZE - Static variable in class io.netty.handler.codec.http2.AbstractHttp2StreamChannel
Number of bytes to consider non-payload messages, to determine when to stop reading.
arena - Variable in class io.netty.buffer.PoolChunk
 
arena - Variable in class io.netty.buffer.PoolChunkList
 
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 - Variable in class io.netty.buffer.UnpooledHeapByteBuf
 
array() - Method in class io.netty.buffer.UnpooledHeapByteBuf
 
array() - Method in class io.netty.buffer.UnpooledUnsafeDirectByteBuf
 
array() - Method in class io.netty.buffer.WrappedByteBuf
 
array() - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
ARRAY - Static variable in class io.netty.channel.epoll.NativeDatagramPacketArray
 
array - Variable in class io.netty.channel.epoll.NativeDatagramPacketArray.NativeDatagramPacket
 
array - Variable in class io.netty.handler.codec.CodecOutputList
 
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.
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.
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() - Method in class io.netty.util.internal.InternalThreadLocalMap
 
arrayList(int) - Method in class io.netty.util.internal.InternalThreadLocalMap
 
arrayList - Variable in class io.netty.util.internal.UnpaddedInternalThreadLocalMap
 
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.UnpooledUnsafeDirectByteBuf
 
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.
ASCII_SPACE - Static variable in class io.netty.handler.codec.http.HttpResponseStatus.HttpStatusLineProcessor
 
AsciiCaseInsensitiveCharEqualityComparator() - Constructor for class io.netty.util.AsciiString.AsciiCaseInsensitiveCharEqualityComparator
 
asciiEncoder - Static variable in class io.netty.handler.codec.socks.SocksAuthRequest
 
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(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(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.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
 
asMap() - Method in class io.netty.util.DomainNameMapping
Returns a read-only Map of the domain mapping patterns and their associated value objects.
asMap() - Method in class io.netty.util.DomainNameMappingBuilder.ImmutableDomainNameMapping
 
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
 
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.
Association - Class in com.sun.nio.sctp
 
Association() - Constructor for class com.sun.nio.sctp.Association
 
association() - Method in interface com.sun.nio.sctp.Notification
 
association() - Method in class com.sun.nio.sctp.SctpChannel
 
association() - Method in class io.netty.channel.sctp.nio.NioSctpChannel
 
association() - Method in class io.netty.channel.sctp.oio.OioSctpChannel
 
association() - Method in interface io.netty.channel.sctp.SctpChannel
Returns the underlying SCTP association.
AssociationChangeNotification - Class in com.sun.nio.sctp
 
AssociationChangeNotification() - Constructor for class com.sun.nio.sctp.AssociationChangeNotification
 
AsyncMapping<IN,OUT> - Interface in io.netty.util
 
AsyncMappingAdapter(Mapping<? super String, ? extends SslContext>) - Constructor for class io.netty.handler.ssl.SniHandler.AsyncMappingAdapter
 
ato() - Method in class io.netty.channel.epoll.EpollTcpInfo
 
AtomicLongCounter() - Constructor for class io.netty.util.internal.PlatformDependent.AtomicLongCounter
 
ATTACHMENT - Static variable in class io.netty.handler.codec.http.HttpHeaderValues
attemptBytesRead - Variable in class io.netty.channel.DefaultMaxBytesRecvByteBufAllocator.HandleImpl
 
attemptedBytesRead(int) - Method in class io.netty.channel.DefaultMaxBytesRecvByteBufAllocator.HandleImpl
 
attemptedBytesRead() - Method in class io.netty.channel.DefaultMaxBytesRecvByteBufAllocator.HandleImpl
 
attemptedBytesRead - Variable in class io.netty.channel.DefaultMaxMessagesRecvByteBufAllocator.MaxMessageHandle
 
attemptedBytesRead() - Method in class io.netty.channel.DefaultMaxMessagesRecvByteBufAllocator.MaxMessageHandle
 
attemptedBytesRead(int) - Method in class io.netty.channel.DefaultMaxMessagesRecvByteBufAllocator.MaxMessageHandle
 
attemptedBytesRead() - Method in class io.netty.channel.epoll.EpollRecvByteAllocatorHandle
 
attemptedBytesRead(int) - Method in class io.netty.channel.epoll.EpollRecvByteAllocatorHandle
 
attemptedBytesRead(int) - Method in class io.netty.channel.kqueue.KQueueRecvByteAllocatorHandle
 
attemptedBytesRead() - Method in class io.netty.channel.kqueue.KQueueRecvByteAllocatorHandle
 
attemptedBytesRead() - Method in class io.netty.channel.RecvByteBufAllocator.DelegatingHandle
 
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.
attemptedBytesRead() - Method in interface io.netty.channel.RecvByteBufAllocator.Handle
Deprecated.
Get how many bytes the read operation will (or did) attempt to read.
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>) - 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>, T) - Method in class io.netty.handler.codec.http2.Http2StreamChannelBootstrap
Specify attributes with an initial value to be set on newly created channels.
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
 
Attribute - Interface in io.netty.handler.codec.http.multipart
Attribute interface
attribute - Variable in class io.netty.handler.codec.http.multipart.MixedAttribute
 
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 - Interface in io.netty.util
Holds Attributes which can be accessed via AttributeKey.
attributes - Variable in class io.netty.handler.codec.http2.Http2StreamChannelBootstrap
 
attributes() - Method in class io.netty.handler.codec.http2.Http2StreamChannelBootstrap
 
attributes - Variable in class io.netty.util.DefaultAttributeMap
 
attrs - Variable in class io.netty.bootstrap.AbstractBootstrap
 
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_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_NONE - Static variable in class io.netty.handler.proxy.ProxyHandler
A string that signifies 'no authentication' or 'anonymous'.
AUTH_PASSWORD - Static variable in class io.netty.handler.proxy.Socks5ProxyHandler
 
AUTH_USERNAME - Static variable in class io.netty.handler.proxy.Socks4ProxyHandler
 
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.
authoritativeAnswer - Variable in class io.netty.handler.codec.dns.DefaultDnsResponse
 
authoritativeDnsServerCache - Variable in class io.netty.resolver.dns.DnsNameResolver
 
authoritativeDnsServerCache() - Method in class io.netty.resolver.dns.DnsNameResolver
Returns the cache used for authoritative DNS servers for a domain.
authoritativeDnsServerCache - Variable in class io.netty.resolver.dns.DnsNameResolverBuilder
 
authoritativeDnsServerCache(DnsCache) - Method in class io.netty.resolver.dns.DnsNameResolverBuilder
Sets the cache for authoritative NS servers
AuthoritativeNameServer(int, String, String) - Constructor for class io.netty.resolver.dns.DnsNameResolverContext.AuthoritativeNameServer
 
AuthoritativeNameServerList(String) - Constructor for class io.netty.resolver.dns.DnsNameResolverContext.AuthoritativeNameServerList
 
authorities - Variable in class io.netty.handler.codec.dns.AbstractDnsMessage
 
authority(CharSequence) - Method in class io.netty.handler.codec.http2.DefaultHttp2Headers
 
authority() - Method in class io.netty.handler.codec.http2.DefaultHttp2Headers
 
authority(CharSequence) - Method in class io.netty.handler.codec.http2.EmptyHttp2Headers
 
authority() - Method in class io.netty.handler.codec.http2.EmptyHttp2Headers
 
authority(CharSequence) - Method in interface io.netty.handler.codec.http2.Http2Headers
Sets the Http2Headers.PseudoHeaderName.AUTHORITY header or null if there is no such header
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(CharSequence) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
 
authority() - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
 
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"
authorization - Variable in class io.netty.handler.proxy.HttpProxyHandler
 
authScheme - Variable in class io.netty.handler.codec.socks.SocksInitResponse
 
authScheme() - Method in class io.netty.handler.codec.socks.SocksInitResponse
authScheme() - Method in class io.netty.handler.proxy.HttpProxyHandler
 
authScheme - Variable in class io.netty.handler.proxy.ProxyConnectionEvent
 
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
Deprecated.
Auto close will be removed in a future release. If true then the Channel is closed automatically and immediately on write failure. The default value is true.
AUTO_READ - Static variable in class io.netty.channel.ChannelOption
 
autoClose - Variable in class io.netty.channel.DefaultChannelConfig
 
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.sctp.nio.NioSctpChannel.NioSctpChannelConfig
 
autoReadCleared() - Method in class io.netty.channel.sctp.nio.NioSctpServerChannel.NioSctpServerChannelConfig
 
autoReadCleared() - Method in class io.netty.channel.sctp.oio.OioSctpChannel.OioSctpChannelConfig
 
autoReadCleared() - Method in class io.netty.channel.sctp.oio.OioSctpServerChannel.OioSctpServerChannelConfig
 
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
 
autoReadCleared() - Method in class io.netty.channel.socket.oio.DefaultOioSocketChannelConfig
 
AutoRefillState(Http2Stream, int) - Constructor for class io.netty.handler.codec.http2.DefaultHttp2LocalFlowController.AutoRefillState
 
autoRelease - Variable in class io.netty.channel.SimpleChannelInboundHandler
 
available() - Method in class io.netty.buffer.ByteBufInputStream
 
available() - Method in class io.netty.channel.oio.AbstractOioByteChannel
Return the number of bytes ready to read from the underlying Socket.
available() - Method in class io.netty.channel.oio.OioByteStreamChannel
 
available() - Method in class io.netty.handler.codec.serialization.ObjectDecoderInputStream
 
AVAILABLE - Static variable in class io.netty.handler.ssl.JdkAlpnApplicationProtocolNegotiator
 
availableProcessors() - Static method in class io.netty.util.NettyRuntime
Get the configured number of available processors.
availableProcessors - Variable in class io.netty.util.NettyRuntime.AvailableProcessorsHolder
 
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
 
availableSharedCapacity - Variable in class io.netty.util.Recycler.Stack
 
availableSharedCapacity - Variable in class io.netty.util.Recycler.WeakOrderQueue
 
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 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(long, TimeUnit) - Method in class io.netty.channel.group.VoidChannelGroupFuture
 
await(long) - Method in class io.netty.channel.group.VoidChannelGroupFuture
 
await() - Method in class io.netty.channel.VoidChannelPromise
 
await(long, TimeUnit) - Method in class io.netty.channel.VoidChannelPromise
 
await(long) - Method in class io.netty.channel.VoidChannelPromise
 
await() - Method in class io.netty.util.concurrent.CompleteFuture
 
await(long, TimeUnit) - Method in class io.netty.util.concurrent.CompleteFuture
 
await(long) - 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(long, TimeUnit) - Method in class io.netty.util.concurrent.DefaultPromise
 
await(long) - 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(long, TimeUnit) - Method in interface io.netty.util.concurrent.Future
Waits for this future to be completed within the specified time limit.
await(long) - Method in interface io.netty.util.concurrent.Future
Waits for this future to be completed within the specified time limit.
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
 
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
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
 
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 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(long, TimeUnit) - Method in class io.netty.channel.group.VoidChannelGroupFuture
 
awaitUninterruptibly(long) - Method in class io.netty.channel.group.VoidChannelGroupFuture
 
awaitUninterruptibly() - Method in class io.netty.channel.VoidChannelPromise
 
awaitUninterruptibly(long, TimeUnit) - Method in class io.netty.channel.VoidChannelPromise
 
awaitUninterruptibly(long) - Method in class io.netty.channel.VoidChannelPromise
 
awaitUninterruptibly() - Method in class io.netty.util.concurrent.CompleteFuture
 
awaitUninterruptibly(long, TimeUnit) - Method in class io.netty.util.concurrent.CompleteFuture
 
awaitUninterruptibly(long) - 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(long, TimeUnit) - Method in class io.netty.util.concurrent.DefaultPromise
 
awaitUninterruptibly(long) - 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(long, TimeUnit) - Method in interface io.netty.util.concurrent.Future
Waits for this future to be completed within the specified time limit without interruption.
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() - 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
 
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.sctp.DefaultSctpServerChannelConfig
 
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_GATEWAY - Static variable in class io.netty.handler.codec.http.HttpResponseStatus
502 Bad Gateway
BAD_GATEWAY - Static variable in class io.netty.handler.codec.rtsp.RtspResponseStatuses
502 Bad Gateway
BAD_REQUEST - Static variable in class io.netty.handler.codec.http.HttpResponseStatus
400 Bad Request
BAD_REQUEST - Static variable in class io.netty.handler.codec.rtsp.RtspResponseStatuses
400 Bad Request
BADALG - Static variable in class io.netty.handler.codec.dns.DnsResponseCode
The 'BADALG' DNS RCODE (21), as defined in RFC2930.
BADKEY - Static variable in class io.netty.handler.codec.dns.DnsResponseCode
The 'BADKEY' DNS RCODE (17), as defined in RFC2845.
BADMODE - Static variable in class io.netty.handler.codec.dns.DnsResponseCode
The 'BADMODE' DNS RCODE (19), as defined in RFC2930.
BADNAME - Static variable in class io.netty.handler.codec.dns.DnsResponseCode
The 'BADNAME' DNS RCODE (20), as defined in RFC2930.
BADTIME - Static variable in class io.netty.handler.codec.dns.DnsResponseCode
The 'BADTIME' DNS RCODE (18), as defined in RFC2845.
BADVERS_OR_BADSIG - Static variable in class io.netty.handler.codec.dns.DnsResponseCode
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"
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(byte[]) - Static method in class io.netty.handler.codec.http.websocketx.WebSocketUtil
Performs base64 encoding on the specified data
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
 
BASE_BLOCK_SIZE - Static variable in class io.netty.handler.codec.compression.Bzip2Constants
Base block size.
BaseDecoder() - Constructor for class io.netty.handler.codec.http2.Http2ConnectionHandler.BaseDecoder
 
baseDirectory - Static variable in class io.netty.handler.codec.http.multipart.DiskAttribute
 
baseDirectory - Static variable in class io.netty.handler.codec.http.multipart.DiskFileUpload
 
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
 
before - Variable in class io.netty.handler.codec.http2.HpackEncoder.HeaderEntry
 
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(S, ByteBuf) - Method in class io.netty.handler.codec.MessageAggregator
Creates a new aggregated message from the specified start message and the specified content.
beginAggregation(BulkStringHeaderRedisMessage, ByteBuf) - Method in class io.netty.handler.codec.redis.RedisBulkStringAggregator
 
beginAggregation(StompHeadersSubframe, ByteBuf) - Method in class io.netty.handler.codec.stomp.StompSubframeAggregator
 
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
 
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.
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 - 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.HAProxyMessageDecoder
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
 
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(ByteBuf) - Constructor for class io.netty.handler.codec.http.websocketx.BinaryWebSocketFrame
Creates a new binary frame with the specified binary data.
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.
bind(SocketAddress) - Method in class com.sun.nio.sctp.SctpChannel
 
bind(SocketAddress) - Method in class com.sun.nio.sctp.SctpServerChannel
 
bind(SocketAddress, int) - Method in class com.sun.nio.sctp.SctpServerChannel
 
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(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, ChannelPromise) - Method in class io.netty.channel.AbstractChannel.AbstractUnsafe
 
bind(SocketAddress) - Method in class io.netty.channel.AbstractChannel
 
bind(SocketAddress, ChannelPromise) - Method in class io.netty.channel.AbstractChannel
 
bind(SocketAddress) - Method in class io.netty.channel.AbstractChannelHandlerContext
 
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(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(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, 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(ChannelHandlerContext, SocketAddress, ChannelPromise) - Method in class io.netty.channel.CombinedChannelDuplexHandler
 
bind(SocketAddress) - Method in class io.netty.channel.CombinedChannelDuplexHandler.DelegatingChannelHandlerContext
 
bind(SocketAddress, ChannelPromise) - Method in class io.netty.channel.CombinedChannelDuplexHandler.DelegatingChannelHandlerContext
 
bind(SocketAddress) - Method in class io.netty.channel.DefaultChannelPipeline
 
bind(SocketAddress, ChannelPromise) - Method in class io.netty.channel.DefaultChannelPipeline
 
bind(ChannelHandlerContext, SocketAddress, ChannelPromise) - Method in class io.netty.channel.DefaultChannelPipeline.HeadContext
 
bind(SocketAddress) - Method in class io.netty.channel.unix.Socket
 
bind(int, byte[], int, int) - Static method in class io.netty.channel.unix.Socket
 
bind(ChannelHandlerContext, SocketAddress, ChannelPromise) - Method in class io.netty.handler.codec.DatagramPacketEncoder
 
bind(ChannelHandlerContext, SocketAddress, ChannelPromise) - Method in class io.netty.handler.codec.http.HttpClientUpgradeHandler
 
bind(ChannelHandlerContext, SocketAddress, ChannelPromise) - Method in class io.netty.handler.codec.http2.Http2ConnectionHandler
 
BIND - Static variable in class io.netty.handler.codec.socksx.v4.Socks4CommandType
 
BIND - Static variable in class io.netty.handler.codec.socksx.v5.Socks5CommandType
 
bind(ChannelHandlerContext, SocketAddress, ChannelPromise) - Method in class io.netty.handler.codec.spdy.SpdyFrameCodec
 
bind(ChannelHandlerContext, SocketAddress, ChannelPromise) - Method in class io.netty.handler.logging.LoggingHandler
 
bind(ChannelHandlerContext, SocketAddress, ChannelPromise) - Method in class io.netty.handler.ssl.AbstractSniHandler
 
bind(ChannelHandlerContext, SocketAddress, ChannelPromise) - Method in class io.netty.handler.ssl.SslHandler
 
bind(Socket, SocketAddress) - Static method in class io.netty.util.internal.SocketUtils
 
bind(SocketChannel, SocketAddress) - Static method in class io.netty.util.internal.SocketUtils
 
bind(DatagramChannel, SocketAddress) - Static method in class io.netty.util.internal.SocketUtils
 
bindAddress(InetAddress) - Method in class com.sun.nio.sctp.SctpChannel
 
bindAddress(InetAddress) - Method in class com.sun.nio.sctp.SctpServerChannel
 
bindAddress(InetAddress) - Method in class io.netty.channel.sctp.nio.NioSctpChannel
 
bindAddress(InetAddress, ChannelPromise) - Method in class io.netty.channel.sctp.nio.NioSctpChannel
 
bindAddress(InetAddress) - Method in class io.netty.channel.sctp.nio.NioSctpServerChannel
 
bindAddress(InetAddress, ChannelPromise) - Method in class io.netty.channel.sctp.nio.NioSctpServerChannel
 
bindAddress(InetAddress) - Method in class io.netty.channel.sctp.oio.OioSctpChannel
 
bindAddress(InetAddress, ChannelPromise) - Method in class io.netty.channel.sctp.oio.OioSctpChannel
 
bindAddress(InetAddress) - Method in class io.netty.channel.sctp.oio.OioSctpServerChannel
 
bindAddress(InetAddress, ChannelPromise) - Method in class io.netty.channel.sctp.oio.OioSctpServerChannel
 
bindAddress(InetAddress) - Method in interface io.netty.channel.sctp.SctpChannel
Bind a address to the already bound channel to enable multi-homing.
bindAddress(InetAddress, ChannelPromise) - Method in interface io.netty.channel.sctp.SctpChannel
Bind a address to the already bound channel to enable multi-homing.
bindAddress(InetAddress) - Method in interface io.netty.channel.sctp.SctpServerChannel
Bind a address to the already bound channel to enable multi-homing.
bindAddress(InetAddress, ChannelPromise) - Method in interface io.netty.channel.sctp.SctpServerChannel
Bind a address to the already bound channel to enable multi-homing.
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
 
BIT_MODE - Static variable in class io.netty.util.internal.PlatformDependent
 
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
 
bitmapIdx(long) - Static method in class io.netty.buffer.PoolChunk
 
bitmapLength - Variable in class io.netty.buffer.PoolSubpage
 
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 - Variable in class io.netty.handler.codec.http2.HpackHuffmanDecoder.Node
 
bitsToEncode(int) - Static method in class io.netty.handler.codec.compression.Snappy
Calculates the minimum number of bits required to encode a value.
block(InetAddress, NetworkInterface, InetAddress) - Method in class io.netty.channel.epoll.EpollDatagramChannel
 
block(InetAddress, NetworkInterface, InetAddress, ChannelPromise) - Method in class io.netty.channel.epoll.EpollDatagramChannel
 
block(InetAddress, InetAddress) - Method in class io.netty.channel.epoll.EpollDatagramChannel
 
block(InetAddress, InetAddress, ChannelPromise) - Method in class io.netty.channel.epoll.EpollDatagramChannel
 
block(InetAddress, NetworkInterface, InetAddress) - Method in class io.netty.channel.kqueue.KQueueDatagramChannel
 
block(InetAddress, NetworkInterface, InetAddress, ChannelPromise) - Method in class io.netty.channel.kqueue.KQueueDatagramChannel
 
block(InetAddress, InetAddress) - Method in class io.netty.channel.kqueue.KQueueDatagramChannel
 
block(InetAddress, InetAddress, ChannelPromise) - 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, 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, 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, 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, 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, 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, InetAddress) - 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.nio.NioDatagramChannel
Block the given sourceToBlock address for the given multicastAddress
block(InetAddress, NetworkInterface, InetAddress) - Method in class io.netty.channel.socket.oio.OioDatagramChannel
 
block(InetAddress, NetworkInterface, InetAddress, ChannelPromise) - Method in class io.netty.channel.socket.oio.OioDatagramChannel
 
block(InetAddress, InetAddress) - Method in class io.netty.channel.socket.oio.OioDatagramChannel
 
block(InetAddress, InetAddress, ChannelPromise) - Method in class io.netty.channel.socket.oio.OioDatagramChannel
 
block - Variable in class io.netty.handler.codec.compression.Bzip2BlockCompressor
The RLE'd block data.
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.
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(Throwable) - Constructor for exception io.netty.util.concurrent.BlockingOperationException
 
BlockingOperationException(String, 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.
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 - 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 - 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 - Variable in class io.netty.handler.codec.http2.Http2CodecBuilder
 
bootstrap - Variable in class io.netty.handler.codec.http2.Http2MultiplexCodec
 
BootstrapConfig - Class in io.netty.bootstrap
Exposes the configuration of a Bootstrap.
BootstrapConfig(Bootstrap) - Constructor for class io.netty.bootstrap.BootstrapConfig
 
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
 
breakLines(Base64Dialect) - Static method in class io.netty.handler.codec.base64.Base64
 
breakLines - Variable in class io.netty.handler.codec.base64.Base64Encoder
 
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_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
 
BUCKET_SIZE - Static variable in class io.netty.util.DefaultAttributeMap
 
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.FixedCompositeByteBuf.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.CoalescingBufferQueue
 
buffer() - Method in class io.netty.buffer.AbstractByteBufAllocator
 
buffer(int) - Method in class io.netty.buffer.AbstractByteBufAllocator
 
buffer(int, int) - Method in class io.netty.buffer.AbstractByteBufAllocator
 
buffer - Variable in class io.netty.buffer.AbstractUnpooledSlicedByteBuf
 
buffer() - Method in interface io.netty.buffer.ByteBufAllocator
Allocate a ByteBuf.
buffer(int) - Method in interface io.netty.buffer.ByteBufAllocator
Allocate a ByteBuf with the given initial capacity.
buffer(int, int) - Method in interface io.netty.buffer.ByteBufAllocator
Allocate a ByteBuf with the given initial capacity and the given maximal capacity.
buffer - Variable in class io.netty.buffer.ByteBufInputStream
 
buffer - Variable in class io.netty.buffer.ByteBufOutputStream
 
buffer() - Method in class io.netty.buffer.ByteBufOutputStream
Returns the buffer where this stream is writing data.
buffer - Variable in class io.netty.buffer.DuplicatedByteBuf
Deprecated.
 
buffer(int) - Method in class io.netty.buffer.FixedCompositeByteBuf
Return the ByteBuf stored at the given index of the array.
buffer - Variable in class io.netty.buffer.ReadOnlyByteBuf
Deprecated.
 
buffer - Variable in class io.netty.buffer.ReadOnlyByteBufferBuf
 
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(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, 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 - Variable in class io.netty.buffer.UnpooledDirectByteBuf
 
buffer - Variable in class io.netty.buffer.UnpooledUnsafeDirectByteBuf
 
buffer() - Method in class io.netty.channel.local.PreferHeapByteBufAllocator
 
buffer(int) - Method in class io.netty.channel.local.PreferHeapByteBufAllocator
 
buffer(int, int) - Method in class io.netty.channel.local.PreferHeapByteBufAllocator
 
buffer - Variable in class io.netty.channel.PendingWriteQueue
 
buffer - Variable in class io.netty.handler.codec.http.multipart.HttpPostBodyUtil.SeekAheadOptimize
 
buffer - Variable in class io.netty.handler.codec.http2.DefaultHttp2FrameWriter.DataFrameHeader
 
buffer - Variable in class io.netty.handler.codec.ReplayingDecoderByteBuf
 
BUFFER_LENGTH_THRESHOLD - Static variable in class io.netty.handler.codec.http2.Http2FrameLogger
 
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.http2.AbstractHttp2ConnectionHandlerBuilder
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() - Method in class io.netty.handler.codec.http2.AbstractInboundHttp2ToHttpAdapterBuilder
Builds/creates a new InboundHttp2ToHttpAdapter instance using this builder's current settings.
build(Http2Connection, int, boolean, boolean) - Method in class io.netty.handler.codec.http2.AbstractInboundHttp2ToHttpAdapterBuilder
Creates a new InboundHttp2ToHttpAdapter with the specified properties.
build() - Method in class io.netty.handler.codec.http2.Http2CodecBuilder
Builds/creates a new Http2Codec instance using this builder's current settings.
build() - Method in class io.netty.handler.codec.http2.Http2ConnectionHandlerBuilder
 
build(Http2ConnectionDecoder, Http2ConnectionEncoder, Http2Settings) - Method in class io.netty.handler.codec.http2.Http2ConnectionHandlerBuilder
 
build() - Method in class io.netty.handler.codec.http2.HttpToHttp2ConnectionHandlerBuilder
 
build(Http2ConnectionDecoder, Http2ConnectionEncoder, Http2Settings) - Method in class io.netty.handler.codec.http2.HttpToHttp2ConnectionHandlerBuilder
 
build() - Method in class io.netty.handler.codec.http2.InboundHttp2ToHttpAdapterBuilder
 
build(Http2Connection, int, boolean, boolean) - Method in class io.netty.handler.codec.http2.InboundHttp2ToHttpAdapterBuilder
 
build() - Method in class io.netty.handler.codec.mqtt.MqttMessageBuilders.ConnAckBuilder
 
build() - Method in class io.netty.handler.codec.mqtt.MqttMessageBuilders.ConnectBuilder
 
build() - Method in class io.netty.handler.codec.mqtt.MqttMessageBuilders.PublishBuilder
 
build() - Method in class io.netty.handler.codec.mqtt.MqttMessageBuilders.SubscribeBuilder
 
build() - Method in class io.netty.handler.codec.mqtt.MqttMessageBuilders.UnsubscribeBuilder
 
build() - Method in class io.netty.handler.ssl.SslContextBuilder
Create new SslContext instance with configured settings.
build() - Method in class io.netty.resolver.dns.DnsNameResolverBuilder
Returns a new DnsNameResolver instance.
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
Creates a new instance of immutable DomainNameMapping Attempts to add new mappings to the result object will cause UnsupportedOperationException to be thrown
buildAliasMap(DnsResponse) - Static method in class io.netty.resolver.dns.DnsNameResolverContext
 
Builder(String...) - Constructor for class io.netty.handler.codec.http.cors.CorsConfig.Builder
Deprecated.
Use CorsConfigBuilder instead.
Builder() - Constructor for class io.netty.handler.codec.http.cors.CorsConfig.Builder
Deprecated.
Use CorsConfigBuilder instead.
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.
 
buildFromCodec(Http2ConnectionDecoder, Http2ConnectionEncoder) - Method in class io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
 
buildFromConnection(Http2Connection) - Method in class io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
 
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, String, File, String, KeyManagerFactory) - Static method in class io.netty.handler.ssl.JdkSslContext
Deprecated.
will be removed.
buildKeyManagerFactory(X509Certificate[], PrivateKey, String, KeyManagerFactory) - Static method in class io.netty.handler.ssl.SslContext
 
buildKeyManagerFactory(X509Certificate[], String, PrivateKey, String, KeyManagerFactory) - Static method in class io.netty.handler.ssl.SslContext
 
buildKeyStore(X509Certificate[], PrivateKey, char[]) - 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
 
buildTree(int[], byte[]) - Static method in class io.netty.handler.codec.http2.HpackHuffmanDecoder
 
buildTrustManagerFactory(File, TrustManagerFactory) - Static method in class io.netty.handler.ssl.SslContext
Deprecated.
buildTrustManagerFactory(X509Certificate[], TrustManagerFactory) - Static method in class io.netty.handler.ssl.SslContext
 
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.
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
 
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
 
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_MASK - Static variable in class io.netty.handler.codec.compression.Crc32c
 
byteArrayAppend(StringBuilder, byte[]) - Static method in class io.netty.util.internal.logging.MessageFormatter
 
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
 
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
 
byteBuf - Variable in class io.netty.handler.codec.http.multipart.AbstractMemoryHttpData
 
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
 
byteBuffer - Variable in class io.netty.handler.stream.ChunkedNioStream
Associated ByteBuffer
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, 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, 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, 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.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.
bytes - Variable in class io.netty.channel.PendingWriteQueue
 
bytes() - Method in class io.netty.channel.PendingWriteQueue
Returns the total number of bytes that are pending because of pending messages.
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 - 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.codec.http2.HpackHuffmanDecoder.DecoderProcessor
 
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"
bytes - Variable in class io.netty.handler.ssl.OpenSslJavaxX509Certificate
 
bytes - Variable in class io.netty.handler.ssl.OpenSslX509Certificate
 
bytesBefore(byte) - Method in class io.netty.buffer.AbstractByteBuf
 
bytesBefore(int, byte) - Method in class io.netty.buffer.AbstractByteBuf
 
bytesBefore(int, int, byte) - Method in class io.netty.buffer.AbstractByteBuf
 
bytesBefore(byte) - Method in class io.netty.buffer.AdvancedLeakAwareByteBuf
 
bytesBefore(int, byte) - Method in class io.netty.buffer.AdvancedLeakAwareByteBuf
 
bytesBefore(int, int, byte) - Method in class io.netty.buffer.AdvancedLeakAwareByteBuf
 
bytesBefore(byte) - Method in class io.netty.buffer.AdvancedLeakAwareCompositeByteBuf
 
bytesBefore(int, byte) - Method in class io.netty.buffer.AdvancedLeakAwareCompositeByteBuf
 
bytesBefore(int, int, 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(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.ByteBuf
Locates the first occurrence of the specified value in this buffer.
bytesBefore(byte) - Method in class io.netty.buffer.EmptyByteBuf
 
bytesBefore(int, byte) - Method in class io.netty.buffer.EmptyByteBuf
 
bytesBefore(int, int, byte) - Method in class io.netty.buffer.EmptyByteBuf
 
bytesBefore(byte) - Method in class io.netty.buffer.SwappedByteBuf
Deprecated.
 
bytesBefore(int, byte) - Method in class io.netty.buffer.SwappedByteBuf
Deprecated.
 
bytesBefore(int, int, byte) - Method in class io.netty.buffer.SwappedByteBuf
Deprecated.
 
bytesBefore(byte) - Method in class io.netty.buffer.WrappedByteBuf
 
bytesBefore(int, byte) - Method in class io.netty.buffer.WrappedByteBuf
 
bytesBefore(int, int, byte) - Method in class io.netty.buffer.WrappedByteBuf
 
bytesBefore(byte) - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
bytesBefore(int, byte) - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
bytesBefore(int, int, 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.handler.codec.ReplayingDecoderByteBuf
 
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.
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.
bytesConsumed(int) - Method in class io.netty.handler.codec.http2.AbstractHttp2StreamChannel
bytes-count of bytes provided to AbstractHttp2StreamChannel.fireChildRead(java.lang.Object) have been read.
bytesConsumed(int) - Method in class io.netty.handler.codec.http2.Http2MultiplexCodec.Http2StreamChannel
 
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(Class<? extends I>) - Constructor for class io.netty.handler.codec.ByteToMessageCodec
see ByteToMessageCodec(Class, boolean) with true as boolean value.
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>, 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() - Method in class io.netty.handler.codec.dns.DnsOpCode
 
byteValue - Variable in enum io.netty.handler.codec.haproxy.HAProxyCommand
 
byteValue() - Method in enum io.netty.handler.codec.haproxy.HAProxyCommand
Returns the byte value of this command.
byteValue - Variable in enum io.netty.handler.codec.haproxy.HAProxyProtocolVersion
 
byteValue() - Method in enum io.netty.handler.codec.haproxy.HAProxyProtocolVersion
Returns the byte value of this version.
byteValue - Variable in enum io.netty.handler.codec.haproxy.HAProxyProxiedProtocol.AddressFamily
 
byteValue() - Method in enum io.netty.handler.codec.haproxy.HAProxyProxiedProtocol.AddressFamily
Returns the byte value of this address family.
byteValue - Variable in enum io.netty.handler.codec.haproxy.HAProxyProxiedProtocol
 
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 - Variable in enum io.netty.handler.codec.mqtt.MqttConnectReturnCode
 
byteValue() - Method in enum io.netty.handler.codec.mqtt.MqttConnectReturnCode
 
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 - Variable in class io.netty.handler.codec.socksx.v4.Socks4CommandStatus
 
byteValue() - Method in class io.netty.handler.codec.socksx.v4.Socks4CommandStatus
 
byteValue - Variable in class io.netty.handler.codec.socksx.v4.Socks4CommandType
 
byteValue() - Method in class io.netty.handler.codec.socksx.v4.Socks4CommandType
 
byteValue - Variable in class io.netty.handler.codec.socksx.v5.Socks5AddressType
 
byteValue() - Method in class io.netty.handler.codec.socksx.v5.Socks5AddressType
 
byteValue - Variable in class io.netty.handler.codec.socksx.v5.Socks5AuthMethod
 
byteValue() - Method in class io.netty.handler.codec.socksx.v5.Socks5AuthMethod
 
byteValue - Variable in class io.netty.handler.codec.socksx.v5.Socks5CommandStatus
 
byteValue() - Method in class io.netty.handler.codec.socksx.v5.Socks5CommandStatus
 
byteValue - Variable in class io.netty.handler.codec.socksx.v5.Socks5CommandType
 
byteValue() - Method 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.socksx.v5.Socks5PasswordAuthStatus
 
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
 
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(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(String, DnsRecord[], InetAddress, long, EventLoop) - Method in class io.netty.resolver.dns.DefaultDnsCache
 
cache(String, DnsRecord[], Throwable, EventLoop) - Method in class io.netty.resolver.dns.DefaultDnsCache
 
cache(String, DnsRecord[], InetAddress, long, EventLoop) - Method in interface io.netty.resolver.dns.DnsCache
Cache a resolved address for a given hostname.
cache(String, DnsRecord[], Throwable, EventLoop) - Method in interface io.netty.resolver.dns.DnsCache
Cache the resolution failure for a given hostname.
cache(String, DnsRecord[], InetAddress, long, EventLoop) - Method in class io.netty.resolver.dns.NoopDnsCache
 
cache(String, DnsRecord[], Throwable, EventLoop) - Method in class io.netty.resolver.dns.NoopDnsCache
 
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"
cachedEntries(String) - Method in class io.netty.resolver.dns.DefaultDnsCache
 
cacheDisabled(ClassLoader) - Static method in class io.netty.handler.codec.serialization.ClassResolvers
cache disabled
cachedStackTrace - Variable in exception io.netty.util.ResourceLeakException
Deprecated.
 
cacheForNormal(PoolArena<?>, int) - Method in class io.netty.buffer.PoolThreadCache
 
cacheForSmall(PoolArena<?>, int) - Method in class io.netty.buffer.PoolThreadCache
 
cacheForTiny(PoolArena<?>, int) - Method in class io.netty.buffer.PoolThreadCache
 
cacheFromJava(String) - Static method in class io.netty.handler.ssl.CipherSuiteConverter
 
cacheFromOpenSsl(String) - Static method in class io.netty.handler.ssl.CipherSuiteConverter
 
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
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
 
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.
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.local.PreferHeapByteBufAllocator
 
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.
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.
calculateWrapBufferCapacity(SslHandler, int, int) - Method in enum io.netty.handler.ssl.SslHandler.SslEngineType
 
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
 
callHandlerAdded0(AbstractChannelHandlerContext) - Method in class io.netty.channel.DefaultChannelPipeline
 
callHandlerAddedForAllHandlers() - Method in class io.netty.channel.DefaultChannelPipeline
 
callHandlerCallbackLater(AbstractChannelHandlerContext, boolean) - Method in class io.netty.channel.DefaultChannelPipeline
 
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.ChannelOutboundBuffer.Entry
 
cancel(boolean) - Method in class io.netty.channel.group.VoidChannelGroupFuture
 
cancel(SelectionKey) - Method in class io.netty.channel.nio.NioEventLoop
 
cancel(boolean) - Method in class io.netty.channel.VoidChannelPromise
 
cancel() - Method in class io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController.FlowState
Any operations that may be pending are cleared and the status of these operations is failed.
cancel(Throwable) - Method in class io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController.FlowState
Clears the pending queue and writes errors for each remaining frame.
CANCEL - Static variable in class io.netty.handler.codec.spdy.SpdyStreamStatus
5 Cancel
cancel(boolean) - Method in class io.netty.util.concurrent.CompleteFuture
 
cancel(boolean) - Method in class io.netty.util.concurrent.DefaultPromise
 
cancel(boolean) - Method in interface io.netty.util.concurrent.Future
If the cancellation was successful it will fail the future with an CancellationException.
cancel(boolean) - Method in class io.netty.util.concurrent.ScheduledFutureTask
 
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.
cancelConnectTimeoutFuture() - Method in class io.netty.handler.proxy.ProxyHandler
 
cancelExpiration(List<DnsCacheEntry>) - Static method in class io.netty.resolver.dns.DefaultDnsCache
 
cancelExpiration() - Method in class io.netty.resolver.dns.DnsCacheEntry
 
cancelGoAwayStreams(int, long, ByteBuf) - Method in class io.netty.handler.codec.http2.StreamBufferingEncoder
 
CANCELLATION_CAUSE_HOLDER - 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.
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
 
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(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() - Method in class io.netty.buffer.ByteBuf
Returns the number of bytes (octets) this buffer can contain.
capacity(int) - Method in class io.netty.buffer.ByteBuf
Adjusts the capacity of this buffer.
capacity() - Method in class io.netty.buffer.CompositeByteBuf
 
capacity(int) - Method in class io.netty.buffer.CompositeByteBuf
 
capacity() - Method in class io.netty.buffer.DuplicatedByteBuf
Deprecated.
 
capacity(int) - Method in class io.netty.buffer.DuplicatedByteBuf
Deprecated.
 
capacity() - Method in class io.netty.buffer.EmptyByteBuf
 
capacity(int) - Method in class io.netty.buffer.EmptyByteBuf
 
capacity - Variable in class io.netty.buffer.FixedCompositeByteBuf
 
capacity() - Method in class io.netty.buffer.FixedCompositeByteBuf
 
capacity(int) - Method in class io.netty.buffer.FixedCompositeByteBuf
 
capacity() - Method in class io.netty.buffer.PooledByteBuf
 
capacity(int) - Method in class io.netty.buffer.PooledByteBuf
 
capacity() - Method in class io.netty.buffer.PooledDuplicatedByteBuf
 
capacity(int) - Method in class io.netty.buffer.PooledDuplicatedByteBuf
 
capacity() - Method in class io.netty.buffer.PooledSlicedByteBuf
 
capacity(int) - Method in class io.netty.buffer.PooledSlicedByteBuf
 
capacity() - Method in class io.netty.buffer.ReadOnlyByteBuf
Deprecated.
 
capacity(int) - Method in class io.netty.buffer.ReadOnlyByteBuf
Deprecated.
 
capacity() - Method in class io.netty.buffer.ReadOnlyByteBufferBuf
 
capacity(int) - 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(int) - Method in class io.netty.buffer.SwappedByteBuf
Deprecated.
 
capacity - Variable in class io.netty.buffer.UnpooledDirectByteBuf
 
capacity() - Method in class io.netty.buffer.UnpooledDirectByteBuf
 
capacity(int) - Method in class io.netty.buffer.UnpooledDirectByteBuf
 
capacity() - Method in class io.netty.buffer.UnpooledHeapByteBuf
 
capacity(int) - Method in class io.netty.buffer.UnpooledHeapByteBuf
 
capacity() - Method in class io.netty.buffer.UnpooledSlicedByteBuf
 
capacity - Variable in class io.netty.buffer.UnpooledUnsafeDirectByteBuf
 
capacity() - Method in class io.netty.buffer.UnpooledUnsafeDirectByteBuf
 
capacity(int) - Method in class io.netty.buffer.UnpooledUnsafeDirectByteBuf
 
capacity(int) - Method in class io.netty.buffer.UnpooledUnsafeNoCleanerDirectByteBuf
 
capacity() - Method in class io.netty.buffer.WrappedByteBuf
 
capacity(int) - Method in class io.netty.buffer.WrappedByteBuf
 
capacity() - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
capacity(int) - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
capacity - Variable in class io.netty.channel.kqueue.KQueueEventArray
 
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 - Variable in class io.netty.channel.kqueue.NativeLongArray
 
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(...).
capacity - Variable in class io.netty.handler.codec.http2.HpackDynamicTable
 
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(int) - Method in class io.netty.handler.codec.ReplayingDecoderByteBuf
 
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.
cascadeTo(Future<X>, Promise<? super X>) - Static method in class io.netty.util.concurrent.UnaryPromiseNotifier
 
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() - 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 - Variable in class io.netty.handler.codec.DecoderResult
 
cause() - Method in class io.netty.handler.codec.DecoderResult
 
cause - Variable in class io.netty.handler.ssl.SslCompletionEvent
 
cause() - Method in class io.netty.handler.ssl.SslCompletionEvent
Return the Throwable if SslCompletionEvent.isSuccess() returns false and so the completion failed.
cause - Variable in class io.netty.resolver.dns.DnsCacheEntry
 
cause() - Method in class io.netty.resolver.dns.DnsCacheEntry
 
cause() - Method in class io.netty.util.concurrent.DefaultPromise
 
cause - Variable in class io.netty.util.concurrent.DefaultPromise.CauseHolder
 
cause - Variable in class io.netty.util.concurrent.FailedFuture
 
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 - Variable in class io.netty.util.concurrent.PromiseCombiner
 
cause() - Method in class io.netty.util.concurrent.SucceededFuture
 
CauseHolder(Throwable) - Constructor for class io.netty.util.concurrent.DefaultPromise.CauseHolder
 
CERT - Static variable in class io.netty.handler.codec.dns.DnsRecordType
Certificate record RFC 4398 Stores PKIX, SPKI, PGP, etc.
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_PATTERN - Static variable in class io.netty.handler.ssl.PemReader
 
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.
ch - Variable in class io.netty.channel.epoll.AbstractEpollStreamChannel.SpliceInChannelTask
 
ch - Variable in class io.netty.channel.epoll.AbstractEpollStreamChannel.SpliceOutTask
 
ch() - Method in class io.netty.channel.nio.AbstractNioChannel.AbstractNioUnsafe
 
ch - Variable in class io.netty.channel.nio.AbstractNioChannel
 
ch() - Method in interface io.netty.channel.nio.AbstractNioChannel.NioUnsafe
Return underlying SelectableChannel
ch - Variable in class io.netty.channel.sctp.oio.OioSctpChannel
 
ch - Variable in class io.netty.channel.ThreadPerChannelEventLoop
 
ch - Variable in class io.netty.resolver.dns.DnsNameResolver
 
chance - Variable in class io.netty.handler.codec.compression.Bzip2DivSufSort.TRBudget
 
changeList - Variable in class io.netty.channel.kqueue.KQueueEventLoop
 
channel(Class<? extends C>) - Method in class io.netty.bootstrap.AbstractBootstrap
The Class which is used to create Channel instances from.
channel() - Method in class io.netty.channel.AbstractChannelHandlerContext
 
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() - 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 - Variable in class io.netty.channel.ChannelOutboundBuffer
 
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 - Variable in class io.netty.channel.CoalescingBufferQueue
 
channel() - Method in class io.netty.channel.CombinedChannelDuplexHandler.DelegatingChannelHandlerContext
 
channel - Variable in class io.netty.channel.CompleteChannelFuture
 
channel() - Method in class io.netty.channel.CompleteChannelFuture
 
channel - Variable in class io.netty.channel.DefaultChannelConfig
 
channel - Variable in class io.netty.channel.DefaultChannelPipeline
 
channel() - Method in class io.netty.channel.DefaultChannelPipeline
 
channel - Variable in class io.netty.channel.DefaultChannelProgressivePromise
 
channel() - Method in class io.netty.channel.DefaultChannelProgressivePromise
 
channel - Variable in class io.netty.channel.DefaultChannelPromise
 
channel() - Method in class io.netty.channel.DefaultChannelPromise
 
channel - Variable in class io.netty.channel.epoll.EpollChannelConfig
 
channel - Variable in class io.netty.channel.epoll.EpollServerChannelConfig
 
channel - Variable in class io.netty.channel.epoll.EpollSocketChannelConfig
 
channel - Variable in class io.netty.channel.group.ChannelMatchers.InstanceMatcher
 
channel - Variable in class io.netty.channel.kqueue.KQueueChannelConfig
 
channel(int) - Method in class io.netty.channel.kqueue.KQueueEventArray
 
channel - Variable in class io.netty.channel.kqueue.KQueueServerChannelConfig
 
channel - Variable in class io.netty.channel.kqueue.KQueueSocketChannelConfig
 
channel - Variable in class io.netty.channel.VoidChannelPromise
 
channel() - Method in class io.netty.channel.VoidChannelPromise
 
channel() - Method in class io.netty.handler.codec.http2.Http2MultiplexCodec.ChannelCarryingHeadersFrame
 
Channel.Unsafe - Interface in io.netty.channel
Unsafe operations that should never be called from user-code.
CHANNEL_CLOSED - Static variable in class io.netty.handler.ssl.SslHandler
 
CHANNEL_DEFAULT_USER_DEFINED_WRITABILITY_INDEX - Static variable in class io.netty.handler.traffic.AbstractTrafficShapingHandler
Default value for Channel UserDefinedWritability index
CHANNEL_OUTBOUND_BUFFER_ENTRY_OVERHEAD - Static variable in class io.netty.channel.ChannelOutboundBuffer
 
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.proxy.ProxyHandler
 
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
 
channelAndCodec - Variable in class io.netty.handler.codec.http2.Http2StreamChannelBootstrap
 
ChannelCarryingHeadersFrame(Http2HeadersFrame, Http2MultiplexCodec.Http2StreamChannel) - Constructor for class io.netty.handler.codec.http2.Http2MultiplexCodec.ChannelCarryingHeadersFrame
 
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, Throwable) - 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(Throwable) - Constructor for exception io.netty.channel.ChannelException
Creates a new exception.
channelFactory - Variable in class io.netty.bootstrap.AbstractBootstrap
 
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() - 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<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.
channelFactory - Variable in class io.netty.resolver.dns.DnsAddressResolverGroup
 
channelFactory - Variable in class io.netty.resolver.dns.DnsNameResolverBuilder
 
channelFactory(ChannelFactory<? extends DatagramChannel>) - Method in class io.netty.resolver.dns.DnsNameResolverBuilder
Sets the ChannelFactory that will create a DatagramChannel.
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(boolean) - Constructor for class io.netty.channel.ChannelFlushPromiseNotifier
Create a new instance
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.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.
channelFuture - Variable in class io.netty.resolver.dns.DnsNameResolver
 
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 - Interface in io.netty.channel
Enables a ChannelHandler to interact with its ChannelPipeline and other handlers.
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() - Method in class io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController
 
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() - Method in interface io.netty.handler.codec.http2.Http2RemoteFlowController
Get the ChannelHandlerContext for which to apply flow control on.
ChannelHealthChecker - Interface in io.netty.channel.pool
Called before a Channel will be returned via ChannelPool.acquire() or ChannelPool.acquire(Promise).
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.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.ProxyHandler
 
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 SocketChannelConfig.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
 
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
 
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
 
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, Throwable) - 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(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.
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
ChannelFutureListener implementation which takes other ChannelPromise(s) and notifies them on completion.
ChannelPromiseNotifier(ChannelPromise...) - Constructor for class io.netty.channel.ChannelPromiseNotifier
Create a new instance
ChannelPromiseNotifier(boolean, ChannelPromise...) - Constructor for class io.netty.channel.ChannelPromiseNotifier
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
 
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.proxy.ProxyHandler
 
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
Please keep in mind that this method will be renamed to messageReceived(ChannelHandlerContext, I) in 5.0. Is called for each message of type I.
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.http2.Http2ConnectionHandler
 
channelReadComplete(ChannelHandlerContext) - Method in class io.netty.handler.codec.http2.Http2MultiplexCodec
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.ProxyHandler
 
channelReadComplete(ChannelHandlerContext) - Method in class io.netty.handler.ssl.SslHandler
 
channelReadComplete(ChannelHandlerContext) - Method in class io.netty.handler.timeout.IdleStateHandler
 
channelReady(C, SelectionKey) - Method in interface io.netty.channel.nio.NioTask
Invoked when the SelectableChannel has been selected by the Selector.
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.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
 
channelsToFireChildReadComplete - Variable in class io.netty.handler.codec.http2.Http2MultiplexCodec
 
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, long, long, long) - Constructor for class io.netty.handler.traffic.ChannelTrafficShapingHandler
Create a new instance.
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) - 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) - 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.ToSend - Class in io.netty.handler.traffic
 
channelType(Class<? extends DatagramChannel>) - Method in class io.netty.resolver.dns.DnsNameResolverBuilder
Sets the ChannelFactory as a ReflectiveChannelFactory of this type.
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(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 class io.netty.handler.codec.DatagramPacketDecoder
 
channelUnregistered(ChannelHandlerContext) - Method in class io.netty.handler.logging.LoggingHandler
 
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(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() - Method in class io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController
 
channelWritabilityChanged(ChannelHandlerContext) - Method in class io.netty.handler.codec.http2.Http2ConnectionHandler
 
channelWritabilityChanged() - Method in interface io.netty.handler.codec.http2.Http2RemoteFlowController
Notification that the writability of Http2RemoteFlowController.channelHandlerContext() has changed.
channelWritabilityChanged(ChannelHandlerContext) - Method in class io.netty.handler.flush.FlushConsolidationHandler
 
channelWritabilityChanged(ChannelHandlerContext) - Method in class io.netty.handler.logging.LoggingHandler
 
channelWritabilityChanged(ChannelHandlerContext) - Method in class io.netty.handler.stream.ChunkedWriteHandler
 
CHAR_BUFFERS - Static variable in class io.netty.buffer.ByteBufUtil
 
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
 
CharSequenceDelegatingStringSet(Set<CharSequence>) - Constructor for class io.netty.handler.codec.HeadersUtils.CharSequenceDelegatingStringSet
 
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 - 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 - 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 - 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 - 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_EQUALS - Static variable in class io.netty.handler.codec.http.HttpUtil
 
charsetDecoderCache() - Method in class io.netty.util.internal.InternalThreadLocalMap
 
charsetDecoderCache - Variable in class io.netty.util.internal.UnpaddedInternalThreadLocalMap
 
charsetEncoderCache() - Method in class io.netty.util.internal.InternalThreadLocalMap
 
charsetEncoderCache - Variable in class io.netty.util.internal.UnpaddedInternalThreadLocalMap
 
charsetName - Variable in class io.netty.handler.codec.http.QueryStringEncoder
 
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
 
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
 
checkAvailable(int) - Method in class io.netty.buffer.ByteBufInputStream
 
checkByte(byte, byte) - Static method in class io.netty.handler.codec.compression.SnappyFrameDecoder
 
checkChannelNotRegistered() - Method in class io.netty.channel.epoll.EpollChannelConfig
 
checkChecksum(ByteBufChecksum, ByteBuf, int) - Static method in class io.netty.handler.codec.compression.CompressionUtil
 
checkClientTrusted(X509Certificate[], String) - Method in class io.netty.handler.ssl.util.X509TrustManagerWrapper
 
checkClientTrusted(X509Certificate[], String, Socket) - Method in class io.netty.handler.ssl.util.X509TrustManagerWrapper
 
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
 
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
 
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, int) - Method in class io.netty.buffer.AbstractByteBuf
 
checkDuplicateName(String) - Method in class io.netty.channel.DefaultChannelPipeline
 
checkEOF(FileRegion) - Static method in class io.netty.channel.oio.OioByteStreamChannel
 
checkException(ChannelPromise) - Method in class io.netty.channel.embedded.EmbeddedChannel
Checks for the presence of an Exception.
checkException() - Method in class io.netty.channel.embedded.EmbeddedChannel
Check if there was any Throwable received and if so rethrow it.
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, int) - Method in class io.netty.buffer.AbstractByteBuf
 
checkIndex(int) - Method in class io.netty.buffer.EmptyByteBuf
 
checkIndex(int, 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.handler.codec.ReplayingDecoderByteBuf
 
checkIndex0(int, int) - Method in class io.netty.buffer.AbstractByteBuf
 
checking - Variable in class io.netty.handler.codec.http.websocketx.Utf8Validator
 
checkInputShutdown() - Method in class io.netty.channel.socket.oio.OioSocketChannel
 
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
 
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
 
checkNonEmpty(T[], String) - Static method in class io.netty.util.internal.ObjectUtil
Checks that the given argument is neither null nor empty.
checkNotifyWaiters() - Method in class io.netty.util.concurrent.DefaultPromise
 
checkNotNull(T, String) - Static method in class io.netty.util.internal.ObjectUtil
Checks that the given argument is not null.
checkNotNullAndNotEmpty(String) - Static method in class io.netty.util.ConstantPool
 
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) - Static method in class io.netty.handler.codec.haproxy.HAProxyMessage
Validate a UDP/TCP port
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(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
 
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
 
checkRegistered(Channel) - Static method in class io.netty.handler.codec.http2.Http2StreamChannelBootstrap.ParentChannelAndMultiplexCodec
 
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.util.X509TrustManagerWrapper
 
checkServerTrusted(X509Certificate[], String, Socket) - Method in class io.netty.handler.ssl.util.X509TrustManagerWrapper
 
checkServerTrusted(X509Certificate[], String, SSLEngine) - Method in class io.netty.handler.ssl.util.X509TrustManagerWrapper
 
checkSharable(ChannelHandler) - Static method in class io.netty.handler.codec.http2.Http2StreamChannelBootstrap
 
checkSize() - Method in class io.netty.channel.kqueue.KQueueEventArray
 
checkSize() - Method in class io.netty.channel.kqueue.NativeLongArray
 
checkSize(long) - Method in class io.netty.handler.codec.http.multipart.AbstractHttpData
 
checkSize - Variable in class io.netty.handler.codec.http.multipart.DefaultHttpDataFactory
 
checkSize(long) - Method in interface io.netty.handler.codec.http.multipart.HttpData
Check if the new size is not reaching the max limit allowed.
checkSize(long) - Method in class io.netty.handler.codec.http.multipart.MixedAttribute
 
checkSize(long) - Method in class io.netty.handler.codec.http.multipart.MixedFileUpload
 
checkSliceOutOfBounds(int, int, ByteBuf) - Static method in class io.netty.buffer.AbstractUnpooledSlicedByteBuf
 
checkSniHostnameMatch(Collection<?>, String) - 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.WebSocketServerProtocolHandler
 
checkStartsWith - Variable in class io.netty.handler.codec.http.websocketx.WebSocketServerProtocolHandshakeHandler
 
checkStateWritability(DefaultHttp2RemoteFlowController.FlowState) - Method in class io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController.ListenerWritabilityMonitor
 
checkStreamWritabilityVisitor - Variable 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
 
checkUTF8String(ChannelHandlerContext, ByteBuf) - Method in class io.netty.handler.codec.http.websocketx.Utf8FrameValidator
 
checkValidity() - Method in class io.netty.handler.ssl.OpenSslJavaxX509Certificate
 
checkValidity(Date) - Method in class io.netty.handler.ssl.OpenSslJavaxX509Certificate
 
checkValidity() - Method in class io.netty.handler.ssl.OpenSslX509Certificate
 
checkValidity(Date) - Method in class io.netty.handler.ssl.OpenSslX509Certificate
 
checkValidity() - Method in class io.netty.handler.ssl.PemX509Certificate
 
checkValidity(Date) - Method in class io.netty.handler.ssl.PemX509Certificate
 
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.
childArgs - Variable in class io.netty.channel.ThreadPerChannelEventLoopGroup
 
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() - Method in class io.netty.bootstrap.ServerBootstrap
 
childAttrs - Variable in class io.netty.bootstrap.ServerBootstrap.ServerBootstrapAcceptor
 
childAttrs() - Method in class io.netty.bootstrap.ServerBootstrapConfig
Returns a copy of the configured attributes which will be used for the child channels.
childChannel - Variable in class io.netty.handler.codec.http2.Http2MultiplexCodec.ChannelCarryingHeadersFrame
 
childChannels - Variable in class io.netty.handler.codec.http2.Http2MultiplexCodec
 
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() - Method in class io.netty.bootstrap.ServerBootstrap
Deprecated.
childGroup - Variable in class io.netty.bootstrap.ServerBootstrap.ServerBootstrapAcceptor
 
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(ChannelHandler) - Method in class io.netty.bootstrap.ServerBootstrap
Set the ChannelHandler which is used to serve the request for the Channel's.
childHandler() - Method in class io.netty.bootstrap.ServerBootstrap
 
childHandler - Variable in class io.netty.bootstrap.ServerBootstrap.ServerBootstrapAcceptor
 
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.
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() - Method in class io.netty.bootstrap.ServerBootstrap
 
childOptions - Variable in class io.netty.bootstrap.ServerBootstrap.ServerBootstrapAcceptor
 
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.HpackHuffmanDecoder.Node
 
children - Variable in class io.netty.handler.codec.http2.WeightedFairQueueByteDistributor.State
 
children - Variable in class io.netty.handler.codec.redis.ArrayRedisMessage
 
children() - Method in class io.netty.handler.codec.redis.ArrayRedisMessage
Get children of this Arrays.
children - Variable in class io.netty.handler.codec.redis.RedisArrayAggregator.AggregateState
 
children - Variable in class io.netty.util.concurrent.MultithreadEventExecutorGroup
 
childTerminationListener - Variable in class io.netty.channel.ThreadPerChannelEventLoopGroup
 
chooser - Variable in class io.netty.util.concurrent.MultithreadEventExecutorGroup
 
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.PoolArena
 
chunkSize - Variable in class io.netty.buffer.PoolChunk
 
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 - Variable in class io.netty.buffer.PooledByteBufAllocator
 
chunkSize() - Method in class io.netty.buffer.PooledByteBufAllocator
chunkSize() - Method in class io.netty.buffer.PooledByteBufAllocatorMetric
Return the chunk size for an arena.
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
 
ChunkType() - Constructor for enum io.netty.handler.codec.compression.SnappyFrameDecoder.ChunkType
 
cipherFilter - Variable in class io.netty.handler.ssl.SslContextBuilder
 
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 - 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_JAVA_MOZILLA_MODERN_SECURITY - Static variable in class io.netty.handler.codec.http2.Http2SecurityUtil
Mozilla Modern Cipher Suites 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
 
CipherSuiteFilter - Interface in io.netty.handler.ssl
Provides a means to filter the supplied cipher suite based upon the supported and default cipher suites.
cipherSuites() - Method in class io.netty.handler.ssl.DelegatingSslContext
 
cipherSuites - Variable in class io.netty.handler.ssl.JdkSslContext
 
cipherSuites() - Method in class io.netty.handler.ssl.JdkSslContext
 
cipherSuites() - Method in class io.netty.handler.ssl.SslContext
Returns the list of enabled cipher suites, in the order of preference.
CLASS_ANY - Static variable in interface io.netty.handler.codec.dns.DnsRecord
DNS resource record class: ANY
CLASS_CHAOS - Static variable in interface io.netty.handler.codec.dns.DnsRecord
DNS resource record class: CHAOS
CLASS_CSNET - Static variable in interface io.netty.handler.codec.dns.DnsRecord
DNS resource record class: CSNET
CLASS_HESIOD - Static variable in interface io.netty.handler.codec.dns.DnsRecord
DNS resource record class: HESIOD
CLASS_IN - Static variable in interface io.netty.handler.codec.dns.DnsRecord
DNS resource record class: IN
CLASS_NONE - Static variable in interface io.netty.handler.codec.dns.DnsRecord
DNS resource record class: NONE
classCache - Variable in class io.netty.handler.codec.serialization.CachingClassResolver
 
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 - Interface in io.netty.handler.codec.serialization
please use ClassResolvers as instance factory
classResolver - Variable in class io.netty.handler.codec.serialization.CompactObjectInputStream
 
classResolver - Variable in class io.netty.handler.codec.serialization.ObjectDecoder
 
classResolver - Variable in class io.netty.handler.codec.serialization.ObjectDecoderInputStream
 
ClassResolvers - Class in io.netty.handler.codec.serialization
 
ClassResolvers() - Constructor for class io.netty.handler.codec.serialization.ClassResolvers
 
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
 
clazz - Variable in class io.netty.channel.ReflectiveChannelFactory
 
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.epoll.EpollEventLoop
Return a cleared IovArray that can be used for writes in this EventLoop.
cleanArray() - Method in class io.netty.channel.kqueue.KQueueEventLoop
Return a cleared IovArray 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_OFFSET - Static variable in class io.netty.util.internal.CleanerJava6
 
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 (on Disk) for the current request.
cleanFiles() - Method in interface io.netty.handler.codec.http.multipart.InterfaceHttpPostRequestDecoder
Clean all HttpDatas (on Disk) for the current request.
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(Http2Stream, EmbeddedChannel) - Method in class io.netty.handler.codec.http2.CompressorHttp2ConnectionEncoder
Release remaining content from EmbeddedChannel and remove the compressor from the Http2Stream.
cleanup(DelegatingDecompressorFrameListener.Http2Decompressor) - Static method in class io.netty.handler.codec.http2.DelegatingDecompressorFrameListener
Release remaining content from the EmbeddedChannel.
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_INTERVAL - Static variable in class io.netty.channel.nio.NioEventLoop
 
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.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(DnsSection) - Method in class io.netty.handler.codec.dns.AbstractDnsMessage
 
clear() - Method in class io.netty.handler.codec.dns.AbstractDnsMessage
 
clear(int) - Method in class io.netty.handler.codec.dns.AbstractDnsMessage
 
clear(DnsSection) - Method in class io.netty.handler.codec.dns.DatagramDnsQuery
 
clear() - Method in class io.netty.handler.codec.dns.DatagramDnsQuery
 
clear(DnsSection) - Method in class io.netty.handler.codec.dns.DatagramDnsResponse
 
clear() - Method in class io.netty.handler.codec.dns.DatagramDnsResponse
 
clear(DnsSection) - Method in class io.netty.handler.codec.dns.DefaultDnsQuery
 
clear() - Method in class io.netty.handler.codec.dns.DefaultDnsQuery
 
clear(DnsSection) - Method in class io.netty.handler.codec.dns.DefaultDnsResponse
 
clear() - 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() - Method in interface io.netty.handler.codec.dns.DnsMessage
Removes all the records in this DNS message.
clear(DnsSection) - Method in interface io.netty.handler.codec.dns.DnsQuery
 
clear() - Method in interface io.netty.handler.codec.dns.DnsQuery
 
clear(DnsSection) - Method in interface io.netty.handler.codec.dns.DnsResponse
 
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.HeadersUtils.DelegatingStringSet
 
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.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.HpackEncoder
Remove all entries from the dynamic table.
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 - Variable in class io.netty.handler.codec.spdy.DefaultSpdySettingsFrame
 
clear() - Method in class io.netty.resolver.dns.DefaultDnsCache
 
clear(String) - Method in class io.netty.resolver.dns.DefaultDnsCache
 
clear() - Method in interface io.netty.resolver.dns.DnsCache
Clears all the resolved addresses cached by this resolver.
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() - Method in class io.netty.resolver.dns.NoopDnsCache
 
clear(String) - Method in class io.netty.resolver.dns.NoopDnsCache
 
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
 
clear() - Method in class io.netty.util.internal.DefaultPriorityQueue
 
clear() - Method in class io.netty.util.internal.EmptyPriorityQueue
 
CLEAR_SPLICE_QUEUE_CLOSED_CHANNEL_EXCEPTION - Static variable in class io.netty.channel.epoll.AbstractEpollStreamChannel
 
clearCache() - Static method in class io.netty.handler.ssl.CipherSuiteConverter
Clears the cache for testing purpose.
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.
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.
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
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
 
clearReadPending0() - Method in class io.netty.channel.socket.oio.OioSocketChannel
 
clearReadPendingRunnable - Variable in class io.netty.channel.nio.AbstractNioChannel
 
clearReadPendingRunnable - Variable in class io.netty.channel.oio.AbstractOioChannel
 
clearSpliceQueue() - Method in class io.netty.channel.epoll.AbstractEpollStreamChannel
 
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.PriorKnowledgeHandler - Class in io.netty.handler.codec.http2
Peek inbound message to determine current connection wants to start HTTP/2 by 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_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 - 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
 
clientAuth - Variable in class io.netty.handler.ssl.JdkSslContext
 
clientAuth - Variable in class io.netty.handler.ssl.SslContextBuilder
 
clientAuth(ClientAuth) - Method in class io.netty.handler.ssl.SslContextBuilder
Sets the client authentication mode.
clientBitField - Variable in class io.netty.handler.codec.haproxy.HAProxySSLTLV
 
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() - Constructor for class io.netty.handler.codec.http.ClientCookieEncoder
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(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.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
 
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(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.
clientPrefaceString - Variable in class io.netty.handler.codec.http2.Http2ConnectionHandler.PrefaceDecoder
 
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(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.
clone() - Method in class io.netty.bootstrap.ServerBootstrap
 
close() - Method in class io.netty.buffer.ByteBufInputStream
 
close(ChannelPromise) - Method in class io.netty.channel.AbstractChannel.AbstractUnsafe
 
close(ChannelPromise, Throwable, ClosedChannelException, boolean) - Method in class io.netty.channel.AbstractChannel.AbstractUnsafe
 
close() - Method in class io.netty.channel.AbstractChannel
 
close(ChannelPromise) - Method in class io.netty.channel.AbstractChannel
 
close() - Method in class io.netty.channel.AbstractChannelHandlerContext
 
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(ChannelHandlerContext, ChannelPromise) - Method in class io.netty.channel.ChannelDuplexHandler
CLOSE - Static variable in interface io.netty.channel.ChannelFutureListener
A ChannelFutureListener that closes the Channel which is associated with the specified ChannelFuture.
close(ClosedChannelException) - Method in class io.netty.channel.ChannelOutboundBuffer
 
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() - 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 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(ChannelHandlerContext, ChannelPromise) - Method in class io.netty.channel.CombinedChannelDuplexHandler
 
close() - Method in class io.netty.channel.CombinedChannelDuplexHandler.DelegatingChannelHandlerContext
 
close(ChannelPromise) - Method in class io.netty.channel.CombinedChannelDuplexHandler.DelegatingChannelHandlerContext
 
close() - Method in class io.netty.channel.DefaultChannelPipeline
 
close(ChannelPromise) - Method in class io.netty.channel.DefaultChannelPipeline
 
close(ChannelHandlerContext, ChannelPromise) - Method in class io.netty.channel.DefaultChannelPipeline.HeadContext
 
close() - Method in class io.netty.channel.embedded.EmbeddedChannel
 
close(ChannelPromise) - Method in class io.netty.channel.embedded.EmbeddedChannel
 
close() - Method in interface io.netty.channel.group.ChannelGroup
Closes all Channels in this group.
close(ChannelMatcher) - Method in interface io.netty.channel.group.ChannelGroup
Closes all Channels in this group that are matched by the given ChannelMatcher.
close() - Method in class io.netty.channel.group.DefaultChannelGroup
 
close(ChannelMatcher) - 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(int) - Static method in class io.netty.channel.unix.FileDescriptor
 
close() - Method in class io.netty.channel.unix.SocketWritableByteChannel
 
close(ByteBuf) - Method in class io.netty.handler.codec.compression.Bzip2BlockCompressor
Compresses and writes out the block.
close() - 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.Bzip2Encoder
Close this Bzip2Encoder and so finish the encoding.
close(ChannelHandlerContext, ChannelPromise) - Method in class io.netty.handler.codec.compression.Bzip2Encoder
 
close() - Method in class io.netty.handler.codec.compression.JdkZlibEncoder
 
close(ChannelPromise) - Method in class io.netty.handler.codec.compression.JdkZlibEncoder
 
close(ChannelHandlerContext, ChannelPromise) - Method in class io.netty.handler.codec.compression.JdkZlibEncoder
 
close() - Method in class io.netty.handler.codec.compression.JZlibEncoder
 
close(ChannelPromise) - Method in class io.netty.handler.codec.compression.JZlibEncoder
 
close(ChannelHandlerContext, ChannelPromise) - 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(ChannelPromise) - Method in class io.netty.handler.codec.compression.ZlibEncoder
Close this ZlibEncoder and so finish the encoding.
close(ChannelHandlerContext, ChannelPromise) - Method in class io.netty.handler.codec.DatagramPacketEncoder
 
close() - Method in class io.netty.handler.codec.http.HttpChunkedInput
 
close(ChannelHandlerContext, ChannelPromise) - Method in class io.netty.handler.codec.http.HttpClientUpgradeHandler
 
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() - 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(Channel, CloseWebSocketFrame) - Method in class io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker
Performs the closing handshake
close(Channel, CloseWebSocketFrame, ChannelPromise) - 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.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() - Method in class io.netty.handler.codec.http2.DecoratingHttp2ConnectionDecoder
 
close() - Method in class io.netty.handler.codec.http2.DecoratingHttp2FrameWriter
 
close(Promise<Void>) - Method in class io.netty.handler.codec.http2.DefaultHttp2Connection
 
close() - Method in class io.netty.handler.codec.http2.DefaultHttp2Connection.ConnectionStream
 
close(Iterator<?>) - Method in class io.netty.handler.codec.http2.DefaultHttp2Connection.DefaultStream
 
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(Promise<Void>) - Method in interface io.netty.handler.codec.http2.Http2Connection
Close this connection.
close() - Method in interface io.netty.handler.codec.http2.Http2ConnectionDecoder
 
close(ChannelHandlerContext, ChannelPromise) - Method in class io.netty.handler.codec.http2.Http2ConnectionHandler
 
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(Throwable) - Method in class io.netty.handler.codec.http2.StreamBufferingEncoder.PendingStream
 
close() - Method in class io.netty.handler.codec.http2.UniformStreamByteDistributor.State
 
close() - Method in class io.netty.handler.codec.http2.WeightedFairQueueByteDistributor.State
 
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() - Method in class io.netty.handler.codec.serialization.ObjectDecoderInputStream
 
close() - Method in class io.netty.handler.codec.serialization.ObjectEncoderOutputStream
 
close(ChannelHandlerContext, ChannelPromise) - Method in class io.netty.handler.codec.spdy.SpdyFrameCodec
 
close(ChannelHandlerContext, ChannelPromise) - Method in class io.netty.handler.codec.spdy.SpdySessionHandler
 
close(ChannelHandlerContext, ChannelPromise) - Method in class io.netty.handler.flush.FlushConsolidationHandler
 
close(ChannelHandlerContext, ChannelPromise) - Method in class io.netty.handler.logging.LoggingHandler
 
close(ChannelHandlerContext, ChannelPromise) - Method in class io.netty.handler.ssl.AbstractSniHandler
 
close() - Method in class io.netty.handler.ssl.SslHandler
close(ChannelPromise) - Method in class io.netty.handler.ssl.SslHandler
close(ChannelHandlerContext, ChannelPromise) - Method in class io.netty.handler.ssl.SslHandler
 
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.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(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_CLOSED_CHANNEL_EXCEPTION - Static variable in class io.netty.channel.AbstractChannel
 
CLOSE_MESSAGE - Static variable in class io.netty.handler.codec.http2.AbstractHttp2StreamChannel
Used by subclasses to queue a close channel within the read queue.
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.
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
 
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
 
closeAndFail(Channel, Throwable, Promise<?>) - Static method in class io.netty.channel.pool.SimpleChannelPool
 
closeBlock(ByteBuf) - Method in class io.netty.handler.codec.compression.Bzip2Encoder
Close current block and update Bzip2Encoder.streamCRC.
closeChannel(Channel) - Static 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.channel.group.DefaultChannelGroup
 
closed - Variable in class io.netty.channel.pool.FixedChannelPool
 
closed - Variable in class io.netty.handler.codec.http2.AbstractHttp2StreamChannel
 
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_CHANNEL_EXCEPTION - Static variable in class io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker
 
CLOSED_CHANNEL_EXCEPTION - Static variable in class io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker
 
CLOSED_CHANNEL_EXCEPTION - Static variable in class io.netty.handler.codec.http2.AbstractHttp2StreamChannel
 
CLOSED_IN - Static variable in class io.netty.channel.oio.OioByteStreamChannel
 
CLOSED_OUT - Static variable in class io.netty.channel.oio.OioByteStreamChannel
 
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.
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.
closeFuture - Variable in class io.netty.channel.AbstractChannel
 
closeFuture() - Method in class io.netty.channel.AbstractChannel
 
CloseFuture(AbstractChannel) - Constructor for class io.netty.channel.AbstractChannel.CloseFuture
 
closeFuture() - Method in interface io.netty.channel.Channel
Returns the ChannelFuture which will be notified when this channel is closed.
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
 
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(int, boolean) - Method in class io.netty.handler.codec.spdy.SpdySession
 
closeLocalSide() - Method in class io.netty.handler.codec.spdy.SpdySession.StreamState
 
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
 
closeOnRead(ChannelPipeline) - Method in class io.netty.channel.nio.AbstractNioByteChannel.NioByteUnsafe
 
closeOnRead(ChannelPipeline) - Method in class io.netty.channel.oio.AbstractOioByteChannel
 
closeOnReadError(Throwable) - Method in class io.netty.channel.nio.AbstractNioMessageChannel
 
closeOnReadError(Throwable) - Method in class io.netty.channel.socket.nio.NioDatagramChannel
 
closeOutbound() - Method in class io.netty.handler.ssl.JdkSslEngine
 
closeOutboundAndChannel(ChannelHandlerContext, ChannelPromise, boolean) - Method in class io.netty.handler.ssl.SslHandler
 
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(int, boolean) - Method in class io.netty.handler.codec.spdy.SpdySession
 
closeRemoteSide() - Method in class io.netty.handler.codec.spdy.SpdySession.StreamState
 
closeSelector(String, Selector) - Static method in class io.netty.channel.sctp.oio.OioSctpChannel
 
closeSessionFutureListener - Variable in class io.netty.handler.codec.spdy.SpdySessionHandler
 
closeStream(Http2Stream, ChannelFuture) - Method in class io.netty.handler.codec.http2.Http2ConnectionHandler
 
closeStream(Http2Stream, ChannelFuture) - Method in interface io.netty.handler.codec.http2.Http2LifecycleManager
Closes and deactivates the given stream.
closeStreamLocal(Http2Stream, ChannelFuture) - Method in class io.netty.handler.codec.http2.Http2ConnectionHandler
Closes the local side of the given stream.
closeStreamLocal(Http2Stream, ChannelFuture) - Method in interface io.netty.handler.codec.http2.Http2LifecycleManager
Closes the local side of the stream.
closeStreamRemote(Http2Stream, ChannelFuture) - Method in class io.netty.handler.codec.http2.Http2ConnectionHandler
Closes the remote side of the given stream.
closeStreamRemote(Http2Stream, ChannelFuture) - Method in interface io.netty.handler.codec.http2.Http2LifecycleManager
Closes the remote side of the stream.
CloseWebSocketFrame - Class in io.netty.handler.codec.http.websocketx
Web Socket Frame for closing the connection
CloseWebSocketFrame() - Constructor for class io.netty.handler.codec.http.websocketx.CloseWebSocketFrame
Creates a new empty close frame.
CloseWebSocketFrame(int, String) - Constructor for class io.netty.handler.codec.http.websocketx.CloseWebSocketFrame
Creates a new empty close frame with closing getStatus code and reason text
CloseWebSocketFrame(boolean, int) - Constructor for class io.netty.handler.codec.http.websocketx.CloseWebSocketFrame
Creates a new close frame with no losing getStatus 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
ClosingChannelFutureListener(ChannelHandlerContext, ChannelPromise) - Constructor for class io.netty.handler.codec.http2.Http2ConnectionHandler.ClosingChannelFutureListener
 
ClosingChannelFutureListener(ChannelHandlerContext, ChannelPromise, long, TimeUnit) - Constructor for class io.netty.handler.codec.http2.Http2ConnectionHandler.ClosingChannelFutureListener
 
ClosingChannelFutureListener(ChannelHandlerContext, ChannelPromise) - Constructor for class io.netty.handler.codec.spdy.SpdySessionHandler.ClosingChannelFutureListener
 
cmdStatus - Variable in class io.netty.handler.codec.socks.SocksCmdResponse
 
cmdStatus() - Method in class io.netty.handler.codec.socks.SocksCmdResponse
Returns the SocksCmdStatus of this SocksCmdResponse
cmdStatus - Variable in class io.netty.handler.codec.socks.SocksCmdResponseDecoder
 
cmdType - Variable in class io.netty.handler.codec.socks.SocksCmdRequest
 
cmdType() - Method in class io.netty.handler.codec.socks.SocksCmdRequest
Returns the SocksCmdType of this SocksCmdRequest
cmdType - Variable in class io.netty.handler.codec.socks.SocksCmdRequestDecoder
 
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.DnsNameResolverContext
 
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
 
code - Variable in class io.netty.handler.codec.dns.DefaultDnsResponse
 
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 - Variable in class io.netty.handler.codec.dns.DnsResponseCode
 
code - Variable in class io.netty.handler.codec.http.HttpResponseStatus
 
code() - Method in class io.netty.handler.codec.http.HttpResponseStatus
Returns the code of this HttpResponseStatus.
code - Variable in enum io.netty.handler.codec.http2.Http2Error
 
code() - Method in enum io.netty.handler.codec.http2.Http2Error
Gets the code for this error used on the wire.
code - Variable in class io.netty.handler.codec.smtp.DefaultSmtpResponse
 
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 - Variable in class io.netty.handler.codec.spdy.SpdySessionStatus
 
code() - Method in class io.netty.handler.codec.spdy.SpdySessionStatus
Returns the code of this status.
code - Variable in class io.netty.handler.codec.spdy.SpdyStreamStatus
 
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(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 - Variable in class io.netty.handler.proxy.HttpProxyHandler
 
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, Throwable) - 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(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(Recycler.Handle<CodecOutputList>) - Constructor for class io.netty.handler.codec.CodecOutputList
 
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.
COLON - Static variable in class io.netty.handler.codec.http.HttpConstants
Colon ':'
COLON - Static variable in class io.netty.handler.codec.stomp.StompConstants
 
com.sun.nio.sctp - package com.sun.nio.sctp
This package is only included to let SCTP also compile on non-unix operation systems.
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
 
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>) - 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
 
command - Variable in class io.netty.handler.codec.haproxy.HAProxyMessage
 
command() - Method in class io.netty.handler.codec.haproxy.HAProxyMessage
Returns the HAProxyCommand of this HAProxyMessage.
command - Variable in class io.netty.handler.codec.smtp.DefaultSmtpRequest
 
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 - Variable in class io.netty.handler.codec.stomp.DefaultStompHeadersSubframe
 
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_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
 
COMMANDS - Static variable in class io.netty.handler.codec.smtp.SmtpCommand
 
commaSeparate(CombinedHttpHeaders.CombinedHttpHeadersImpl.CsvValueEscaper<T>, T...) - Static method in class io.netty.handler.codec.http.CombinedHttpHeaders.CombinedHttpHeadersImpl
 
commaSeparate(CombinedHttpHeaders.CombinedHttpHeadersImpl.CsvValueEscaper<T>, Iterable<? extends 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() - Method in interface io.netty.handler.codec.http.Cookie
Deprecated.
Not part of RFC6265
COMMENT - Static variable in class io.netty.handler.codec.http.CookieDecoder
Deprecated.
 
comment - Variable in class io.netty.handler.codec.http.DefaultCookie
Deprecated.
 
comment() - Method in class io.netty.handler.codec.http.DefaultCookie
Deprecated.
commentUrl() - Method in interface io.netty.handler.codec.http.Cookie
Deprecated.
Not part of RFC6265
COMMENTURL - 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 class io.netty.handler.codec.http.DefaultCookie
Deprecated.
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.
Please use Log4J2Logger or Log4JLogger or Slf4JLogger.
CommonsLogger(Log, String) - Constructor for class io.netty.util.internal.logging.CommonsLogger
Deprecated.
 
CommonsLoggerFactory - Class in io.netty.util.internal.logging
Deprecated.
Please use Log4J2LoggerFactory or Log4JLoggerFactory or Slf4JLoggerFactory.
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.util.internal.DefaultPriorityQueue
 
compare(ByteBuf, ByteBuf) - Static method in class io.netty.buffer.ByteBufUtil
Compares the two specified buffers as described in ByteBuf.compareTo(ByteBuf).
compare(CharSequence, CharSequence) - Method in class io.netty.handler.codec.http.multipart.CaseIgnoringComparator
 
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(Integer, Integer) - Method in class io.netty.handler.codec.spdy.SpdySession.StreamComparator
 
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.
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
 
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(Channel) - Method in class io.netty.channel.AbstractChannel
 
compareTo(ChannelId) - Method in class io.netty.channel.DefaultChannelId
 
compareTo(ChannelId) - Method in class io.netty.channel.embedded.EmbeddedChannelId
 
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(InterfaceHttpData) - Method in class io.netty.handler.codec.http.multipart.DiskAttribute
 
compareTo(Attribute) - Method in class io.netty.handler.codec.http.multipart.DiskAttribute
 
compareTo(InterfaceHttpData) - Method in class io.netty.handler.codec.http.multipart.DiskFileUpload
 
compareTo(FileUpload) - Method in class io.netty.handler.codec.http.multipart.DiskFileUpload
 
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.InternalAttribute
 
compareTo(InternalAttribute) - Method in class io.netty.handler.codec.http.multipart.InternalAttribute
 
compareTo(InterfaceHttpData) - Method in class io.netty.handler.codec.http.multipart.MemoryAttribute
 
compareTo(Attribute) - Method in class io.netty.handler.codec.http.multipart.MemoryAttribute
 
compareTo(InterfaceHttpData) - Method in class io.netty.handler.codec.http.multipart.MemoryFileUpload
 
compareTo(FileUpload) - Method in class io.netty.handler.codec.http.multipart.MemoryFileUpload
 
compareTo(InterfaceHttpData) - Method in class io.netty.handler.codec.http.multipart.MixedAttribute
 
compareTo(InterfaceHttpData) - Method in class io.netty.handler.codec.http.multipart.MixedFileUpload
 
compareTo(ByteBuf) - Method in class io.netty.handler.codec.ReplayingDecoderByteBuf
 
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(T) - Method in class io.netty.util.AbstractConstant
 
compareTo(CharSequence) - Method in class io.netty.util.AsciiString
Compares the specified string to this string using the ASCII values of the characters.
compareTo(Delayed) - Method in class io.netty.util.concurrent.ScheduledFutureTask
 
compareTo(Delayed) - Method in class io.netty.util.concurrent.UnorderedThreadPoolEventExecutor.RunnableScheduledFutureTask
 
compareTo(Signal) - Method in error io.netty.util.Signal
 
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
An encoder which serializes a Java object into a ByteBuf (interoperability version).
CompatibleObjectEncoder() - Constructor for class io.netty.handler.codec.serialization.CompatibleObjectEncoder
Creates a new instance with the reset interval of 16.
CompatibleObjectEncoder(int) - Constructor for class io.netty.handler.codec.serialization.CompatibleObjectEncoder
Creates a new instance.
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
 
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.
component(int) - Method in class io.netty.buffer.CompositeByteBuf
Return the ByteBuf on the specified index
Component(ByteBuf) - Constructor for class io.netty.buffer.CompositeByteBuf.Component
 
Component(int, int, ByteBuf) - Constructor for class io.netty.buffer.FixedCompositeByteBuf.Component
 
component(int) - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
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
 
components - Variable in class io.netty.buffer.CompositeByteBuf
 
compose(ByteBuf, ByteBuf) - Method in class io.netty.channel.CoalescingBufferQueue
Compose the current buffer with another.
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
 
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(int) - Method in class io.netty.buffer.AbstractByteBufAllocator
 
compositeBuffer() - Method in interface io.netty.buffer.ByteBufAllocator
Allocate a CompositeByteBuf.
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() - Static method in class io.netty.buffer.Unpooled
Returns a new big-endian composite buffer with no components.
compositeBuffer(int) - 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.local.PreferHeapByteBufAllocator
 
compositeBuffer(int) - Method in class io.netty.channel.local.PreferHeapByteBufAllocator
 
CompositeByteBuf - Class in io.netty.buffer
A virtual buffer which shows multiple buffers as a single merged buffer.
CompositeByteBuf(ByteBufAllocator, boolean, int) - Constructor for class io.netty.buffer.CompositeByteBuf
 
CompositeByteBuf(ByteBufAllocator, boolean, int, ByteBuf...) - Constructor for class io.netty.buffer.CompositeByteBuf
 
CompositeByteBuf(ByteBufAllocator, boolean, int, ByteBuf[], int, int) - Constructor for class io.netty.buffer.CompositeByteBuf
 
CompositeByteBuf(ByteBufAllocator, boolean, int, Iterable<ByteBuf>) - Constructor for class io.netty.buffer.CompositeByteBuf
 
CompositeByteBuf(ByteBufAllocator) - Constructor for class io.netty.buffer.CompositeByteBuf
 
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(int) - Method in class io.netty.buffer.AbstractByteBufAllocator
 
compositeDirectBuffer() - Method in interface io.netty.buffer.ByteBufAllocator
Allocate a direct CompositeByteBuf.
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() - Method in class io.netty.channel.local.PreferHeapByteBufAllocator
 
compositeDirectBuffer(int) - Method in class io.netty.channel.local.PreferHeapByteBufAllocator
 
compositeException - Variable in class io.netty.handler.codec.http2.DefaultHttp2LocalFlowController.WindowUpdateVisitor
 
compositeHeapBuffer() - Method in class io.netty.buffer.AbstractByteBufAllocator
 
compositeHeapBuffer(int) - Method in class io.netty.buffer.AbstractByteBufAllocator
 
compositeHeapBuffer() - Method in interface io.netty.buffer.ByteBufAllocator
Allocate a heap CompositeByteBuf.
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() - Method in class io.netty.channel.local.PreferHeapByteBufAllocator
 
compositeHeapBuffer(int) - Method in class io.netty.channel.local.PreferHeapByteBufAllocator
 
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(byte[], int, int, byte[], 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 - 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"
compressed - Variable in class io.netty.handler.codec.http2.DelegatingDecompressorFrameListener.Http2Decompressor
 
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
 
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, Throwable) - 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(Throwable) - Constructor for exception io.netty.handler.codec.compression.CompressionException
Creates a new instance.
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
 
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
 
CompressorHttp2ConnectionEncoder(Http2ConnectionEncoder, int, int, int) - 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
 
computeRemoteAddr(InetSocketAddress, InetSocketAddress) - Static method in class io.netty.channel.epoll.EpollSocketChannel
 
computeRemoteAddr(InetSocketAddress, InetSocketAddress) - Static method in class io.netty.channel.kqueue.KQueueSocketChannel
 
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(CharSequence) - Method in class io.netty.util.AsciiString
Concatenates this string and the specified string.
ConcurrentSet<E> - Class in io.netty.util.internal
 
ConcurrentSet() - Constructor for class io.netty.util.internal.ConcurrentSet
Creates a new instance which wraps the specified map.
CONFERENCE - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderNames
"conference"
CONFERENCE - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Names
Deprecated.
"Conference"
CONFERENCE_NOT_FOUND - Static variable in class io.netty.handler.codec.rtsp.RtspResponseStatuses
452 Conference Not Found
config() - Method in class io.netty.bootstrap.AbstractBootstrap
Returns the AbstractBootstrapConfig object that can be used to obtain the current config of the bootstrap.
config - Variable in class io.netty.bootstrap.Bootstrap
 
config() - Method in class io.netty.bootstrap.Bootstrap
 
config - Variable in class io.netty.bootstrap.ServerBootstrap
 
config() - Method in class io.netty.bootstrap.ServerBootstrap
 
config() - Method in interface io.netty.channel.Channel
Returns the configuration of this channel.
config - Variable in class io.netty.channel.DefaultMaxMessagesRecvByteBufAllocator.MaxMessageHandle
 
config - Variable in class io.netty.channel.embedded.EmbeddedChannel
 
config() - Method in class io.netty.channel.embedded.EmbeddedChannel
 
config() - Method in class io.netty.channel.epoll.AbstractEpollChannel
 
config - Variable in class io.netty.channel.epoll.EpollDatagramChannel
 
config() - Method in class io.netty.channel.epoll.EpollDatagramChannel
 
config - Variable in class io.netty.channel.epoll.EpollDomainSocketChannel
 
config() - Method in class io.netty.channel.epoll.EpollDomainSocketChannel
 
config - Variable in class io.netty.channel.epoll.EpollServerDomainSocketChannel
 
config() - Method in class io.netty.channel.epoll.EpollServerDomainSocketChannel
 
config - Variable in class io.netty.channel.epoll.EpollServerSocketChannel
 
config() - Method in class io.netty.channel.epoll.EpollServerSocketChannel
 
config - Variable in class io.netty.channel.epoll.EpollSocketChannel
 
config() - Method in class io.netty.channel.epoll.EpollSocketChannel
 
config() - Method in class io.netty.channel.kqueue.AbstractKQueueChannel
 
config - Variable in class io.netty.channel.kqueue.KQueueDatagramChannel
 
config() - Method in class io.netty.channel.kqueue.KQueueDatagramChannel
 
config - Variable in class io.netty.channel.kqueue.KQueueDomainSocketChannel
 
config() - Method in class io.netty.channel.kqueue.KQueueDomainSocketChannel
 
config - Variable in class io.netty.channel.kqueue.KQueueServerDomainSocketChannel
 
config() - Method in class io.netty.channel.kqueue.KQueueServerDomainSocketChannel
 
config - Variable in class io.netty.channel.kqueue.KQueueServerSocketChannel
 
config() - Method in class io.netty.channel.kqueue.KQueueServerSocketChannel
 
config - Variable in class io.netty.channel.kqueue.KQueueSocketChannel
 
config() - Method in class io.netty.channel.kqueue.KQueueSocketChannel
 
config - Variable in class io.netty.channel.local.LocalChannel
 
config() - Method in class io.netty.channel.local.LocalChannel
 
config - Variable in class io.netty.channel.local.LocalServerChannel
 
config() - Method in class io.netty.channel.local.LocalServerChannel
 
config - Variable in class io.netty.channel.sctp.nio.NioSctpChannel
 
config() - Method in class io.netty.channel.sctp.nio.NioSctpChannel
 
config - Variable in class io.netty.channel.sctp.nio.NioSctpServerChannel
 
config() - Method in class io.netty.channel.sctp.nio.NioSctpServerChannel
 
config - Variable in class io.netty.channel.sctp.oio.OioSctpChannel
 
config() - Method in class io.netty.channel.sctp.oio.OioSctpChannel
 
config - Variable in class io.netty.channel.sctp.oio.OioSctpServerChannel
 
config() - Method in class io.netty.channel.sctp.oio.OioSctpServerChannel
 
config() - Method in interface io.netty.channel.sctp.SctpChannel
Returns the SctpChannelConfig configuration of the channel.
config() - Method in interface io.netty.channel.sctp.SctpServerChannel
Returns the SctpServerChannelConfig configuration of the channel.
config() - Method in interface io.netty.channel.socket.DatagramChannel
 
config - Variable in class io.netty.channel.socket.nio.NioDatagramChannel
 
config() - Method in class io.netty.channel.socket.nio.NioDatagramChannel
 
config - Variable in class io.netty.channel.socket.nio.NioServerSocketChannel
 
config() - Method in class io.netty.channel.socket.nio.NioServerSocketChannel
 
config - Variable in class io.netty.channel.socket.nio.NioSocketChannel
 
config() - Method in class io.netty.channel.socket.nio.NioSocketChannel
 
config - Variable in class io.netty.channel.socket.oio.OioDatagramChannel
 
config() - Method in class io.netty.channel.socket.oio.OioDatagramChannel
 
config - Variable in class io.netty.channel.socket.oio.OioServerSocketChannel
 
config() - Method in class io.netty.channel.socket.oio.OioServerSocketChannel
 
config - Variable in class io.netty.channel.socket.oio.OioSocketChannel
 
config() - Method in class io.netty.channel.socket.oio.OioSocketChannel
 
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.DomainSocketChannel
 
config - Variable in class io.netty.handler.codec.http.cors.CorsHandler
 
config - Variable in class io.netty.handler.codec.http2.AbstractHttp2StreamChannel
 
config() - Method 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
 
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, long, long) - Method in class io.netty.handler.traffic.AbstractTrafficShapingHandler
Change the underlying limitations and check interval.
configure(long, long) - Method in class io.netty.handler.traffic.AbstractTrafficShapingHandler
Change the underlying limitations.
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.
configureAndWrapEngine(SSLEngine) - 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
 
ConnAckBuilder() - Constructor for class io.netty.handler.codec.mqtt.MqttMessageBuilders.ConnAckBuilder
 
connect(SocketAddress) - Method in class com.sun.nio.sctp.SctpChannel
 
connect() - Method in class io.netty.bootstrap.Bootstrap
Connect a Channel to the remote peer.
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, 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, SocketAddress) - Method in class io.netty.channel.AbstractChannel
 
connect(SocketAddress, ChannelPromise) - Method in class io.netty.channel.AbstractChannel
 
connect(SocketAddress, SocketAddress, ChannelPromise) - Method in class io.netty.channel.AbstractChannel
 
connect(SocketAddress) - Method in class io.netty.channel.AbstractChannelHandlerContext
 
connect(SocketAddress, SocketAddress) - Method in class io.netty.channel.AbstractChannelHandlerContext
 
connect(SocketAddress, ChannelPromise) - Method in class io.netty.channel.AbstractChannelHandlerContext
 
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(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(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, 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, 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, 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(ChannelHandlerContext, SocketAddress, SocketAddress, ChannelPromise) - Method in class io.netty.channel.CombinedChannelDuplexHandler
 
connect(SocketAddress) - Method in class io.netty.channel.CombinedChannelDuplexHandler.DelegatingChannelHandlerContext
 
connect(SocketAddress, SocketAddress) - Method in class io.netty.channel.CombinedChannelDuplexHandler.DelegatingChannelHandlerContext
 
connect(SocketAddress, ChannelPromise) - Method in class io.netty.channel.CombinedChannelDuplexHandler.DelegatingChannelHandlerContext
 
connect(SocketAddress, SocketAddress, ChannelPromise) - Method in class io.netty.channel.CombinedChannelDuplexHandler.DelegatingChannelHandlerContext
 
connect(SocketAddress) - Method in class io.netty.channel.DefaultChannelPipeline
 
connect(SocketAddress, SocketAddress) - Method in class io.netty.channel.DefaultChannelPipeline
 
connect(SocketAddress, ChannelPromise) - Method in class io.netty.channel.DefaultChannelPipeline
 
connect(SocketAddress, SocketAddress, ChannelPromise) - Method in class io.netty.channel.DefaultChannelPipeline
 
connect(ChannelHandlerContext, SocketAddress, SocketAddress, ChannelPromise) - Method in class io.netty.channel.DefaultChannelPipeline.HeadContext
 
connect(SocketAddress, SocketAddress, ChannelPromise) - Method in class io.netty.channel.embedded.EmbeddedChannel.DefaultUnsafe
 
connect(SocketAddress, SocketAddress, ChannelPromise) - Method in class io.netty.channel.epoll.AbstractEpollServerChannel.EpollServerSocketUnsafe
 
connect(SocketAddress, SocketAddress, ChannelPromise) - Method in class io.netty.channel.epoll.AbstractEpollStreamChannel.EpollStreamUnsafe
 
connect(SocketAddress, SocketAddress, ChannelPromise) - Method in class io.netty.channel.epoll.EpollDatagramChannel.EpollDatagramChannelUnsafe
 
connect(SocketAddress, SocketAddress, ChannelPromise) - Method in class io.netty.channel.kqueue.AbstractKQueueServerChannel.KQueueServerSocketUnsafe
 
connect(SocketAddress, SocketAddress, ChannelPromise) - Method in class io.netty.channel.kqueue.AbstractKQueueStreamChannel.KQueueStreamUnsafe
 
connect(SocketAddress, SocketAddress, ChannelPromise) - Method in class io.netty.channel.kqueue.KQueueDatagramChannel.KQueueDatagramChannelUnsafe
 
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
 
connect(SocketAddress) - Method in class io.netty.channel.unix.Socket
 
connect(int, byte[], int, int) - Static method in class io.netty.channel.unix.Socket
 
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 - 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(SocketAddress, SocketAddress, ChannelPromise) - Method in class io.netty.handler.codec.http2.AbstractHttp2StreamChannel.Unsafe
 
connect(ChannelHandlerContext, SocketAddress, SocketAddress, ChannelPromise) - Method in class io.netty.handler.codec.http2.Http2ConnectionHandler
 
connect() - Method in class io.netty.handler.codec.http2.Http2StreamChannelBootstrap
Creates a new channel that will eventually map to a local/outbound HTTP/2 stream.
connect(int) - Method in class io.netty.handler.codec.http2.Http2StreamChannelBootstrap
Used by the Http2MultiplexCodec to instantiate incoming/remotely-created streams.
connect() - Static method in class io.netty.handler.codec.mqtt.MqttMessageBuilders
 
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(ChannelHandlerContext, SocketAddress, SocketAddress, ChannelPromise) - Method in class io.netty.handler.codec.spdy.SpdyFrameCodec
 
connect(ChannelHandlerContext, SocketAddress, SocketAddress, ChannelPromise) - Method in class io.netty.handler.logging.LoggingHandler
 
connect(ChannelHandlerContext, SocketAddress, SocketAddress, ChannelPromise) - Method in class io.netty.handler.proxy.ProxyHandler
 
connect(ChannelHandlerContext, SocketAddress, SocketAddress, ChannelPromise) - Method in class io.netty.handler.ssl.AbstractSniHandler
 
connect(ChannelHandlerContext, SocketAddress, SocketAddress, ChannelPromise) - Method in class io.netty.handler.ssl.SslHandler
 
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_REFUSED_EXCEPTION - Static variable in class io.netty.channel.unix.Socket
 
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.
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.kqueue.KQueueDatagramChannel
 
connected - Variable in class io.netty.handler.ipfilter.UniqueIpFilter
 
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.
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 - Variable in class io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
 
connection() - Method in class io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
Returns the Http2Connection to use.
connection(Http2Connection) - Method in class io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
Sets the Http2Connection to use.
connection - Variable in class io.netty.handler.codec.http2.AbstractInboundHttp2ToHttpAdapterBuilder
 
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 - Variable in class io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder
 
connection() - Method in class io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder
 
connection - Variable in class io.netty.handler.codec.http2.DefaultHttp2ConnectionEncoder
 
connection() - Method 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() - 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.Http2ConnectionHandlerBuilder
 
connection(Http2Connection) - Method in class io.netty.handler.codec.http2.HttpToHttp2ConnectionHandlerBuilder
 
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 - 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_PREFACE - Static variable in class io.netty.handler.codec.http2.CleartextHttp2ServerUpgradeHandler
 
CONNECTION_PREFACE - Static variable in class io.netty.handler.codec.http2.Http2CodecUtil
 
CONNECTION_REFUSED - Static variable in class io.netty.handler.codec.socksx.v5.Socks5CommandStatus
 
CONNECTION_RESET_EXCEPTION_SENDMSG - Static variable in class io.netty.channel.unix.Socket
 
CONNECTION_RESET_SHUTDOWN_EXCEPTION - Static variable in class io.netty.channel.unix.Socket
 
CONNECTION_STREAM_ID - Static variable in class io.netty.handler.codec.http2.Http2CodecUtil
 
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() - Method in class io.netty.handler.codec.http2.Http2FrameCodec
 
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 the Http2CodecUtil.CONNECTION_PREFACE.
connectionState() - Method in class io.netty.handler.codec.http2.DefaultHttp2LocalFlowController
 
connectionState - Variable in class io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController
 
connectionState - Variable in class io.netty.handler.codec.http2.WeightedFairQueueByteDistributor
 
connectionStream - Variable in class io.netty.handler.codec.http2.DefaultHttp2Connection
 
connectionStream() - Method in class io.netty.handler.codec.http2.DefaultHttp2Connection
 
ConnectionStream() - Constructor for class io.netty.handler.codec.http2.DefaultHttp2Connection.ConnectionStream
 
connectionStream() - Method in interface io.netty.handler.codec.http2.Http2Connection
Gets the stream object representing the connection, itself (i.e.
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.AbstractEpollStreamChannel
The future of the current connection attempt.
connectPromise - Variable in class io.netty.channel.kqueue.AbstractKQueueStreamChannel
 
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
 
connectReturnCode - Variable in class io.netty.handler.codec.mqtt.MqttConnAckVariableHeader
 
connectReturnCode() - Method in class io.netty.handler.codec.mqtt.MqttConnAckVariableHeader
 
connectSelector - Variable in class io.netty.channel.sctp.oio.OioSctpChannel
 
ConnectTimeoutException - Exception in io.netty.channel
ConnectException which will be thrown if a connection could not be established because of a connection timeout.
ConnectTimeoutException(String) - Constructor for exception io.netty.channel.ConnectTimeoutException
 
ConnectTimeoutException() - Constructor for exception io.netty.channel.ConnectTimeoutException
 
connectTimeoutFuture - Variable in class io.netty.channel.epoll.AbstractEpollStreamChannel
 
connectTimeoutFuture - Variable in class io.netty.channel.kqueue.AbstractKQueueStreamChannel
 
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.
consolidate() - Method in class io.netty.buffer.AdvancedLeakAwareCompositeByteBuf
 
consolidate(int, int) - Method in class io.netty.buffer.AdvancedLeakAwareCompositeByteBuf
 
consolidate() - Method in class io.netty.buffer.CompositeByteBuf
Consolidate the composed ByteBufs
consolidate(int, int) - Method in class io.netty.buffer.CompositeByteBuf
Consolidate the composed ByteBufs
consolidate() - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
consolidate(int, int) - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
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<T extends Constant<T>> - Interface in io.netty.util
A singleton which is safe to compare via the == operator.
constant - Variable in error io.netty.util.Signal
 
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
 
consumeBytes(int) - Method in class io.netty.handler.codec.http2.DefaultHttp2LocalFlowController.AutoRefillState
 
consumeBytes(Http2Stream, int) - Method in class io.netty.handler.codec.http2.DefaultHttp2LocalFlowController
 
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(Http2Stream, int) - Method in class io.netty.handler.codec.http2.DelegatingDecompressorFrameListener.ConsumedBytesConverter
 
consumeBytes(int, int) - Method in class io.netty.handler.codec.http2.DelegatingDecompressorFrameListener.Http2Decompressor
consumeBytes(int, int, ChannelPromise) - Method in class io.netty.handler.codec.http2.Http2FrameCodec
 
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
 
contains(Object) - Method in class io.netty.channel.group.DefaultChannelGroup
 
contains(Object) - Method in class io.netty.channel.nio.SelectedSelectionKeySet
 
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, V) - Method in class io.netty.handler.codec.DefaultHeaders
 
contains(K, V, HashingStrategy<? super V>) - Method in class io.netty.handler.codec.DefaultHeaders
 
contains(K) - Method in class io.netty.handler.codec.EmptyHeaders
 
contains(K, V) - 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 interface io.netty.handler.codec.Headers
Returns true if a header with the name and value exists, false otherwise.
contains(Object) - Method in class io.netty.handler.codec.HeadersUtils.DelegatingStringSet
 
contains(String) - Method in class io.netty.handler.codec.http.DefaultHttpHeaders
 
contains(CharSequence) - Method in class io.netty.handler.codec.http.DefaultHttpHeaders
 
contains(String, String, boolean) - Method in class io.netty.handler.codec.http.DefaultHttpHeaders
 
contains(CharSequence, CharSequence, boolean) - 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(CharSequence) - Method in class io.netty.handler.codec.http.HttpHeaders
Checks to see if there is a header with the specified name
contains(String, String, boolean) - Method in class io.netty.handler.codec.http.HttpHeaders
 
contains(String, CharSequence, boolean) - Static method in class io.netty.handler.codec.http.HttpHeaders
 
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(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(CharSequence) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
 
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, 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) - Method in class io.netty.handler.codec.stomp.DefaultStompHeaders
 
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) - Method in class io.netty.util.AsciiString
Determines if this String contains the sequence of characters in the CharSequence passed.
contains(CharSequence, CharSequence) - Static method in class io.netty.util.AsciiString
Determine if a contains b in a case sensitive manner.
contains(CharSequence, CharSequence, AsciiString.CharEqualityComparator) - Static method in class io.netty.util.AsciiString
 
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
 
contains(Object) - Method in class io.netty.util.internal.DefaultPriorityQueue
 
contains(PriorityQueueNode, int) - Method in class io.netty.util.internal.DefaultPriorityQueue
 
contains(Object) - Method in class io.netty.util.internal.EmptyPriorityQueue
 
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.
containsAll(Collection<?>) - Method in class io.netty.handler.codec.HeadersUtils.DelegatingStringSet
 
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(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.
containsBoolean(CharSequence, boolean) - 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.
containsByte(CharSequence, byte) - 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.
containsChar(CharSequence, char) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
 
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(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.
containsDouble(CharSequence, double) - 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.
containsFloat(CharSequence, float) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
 
containsIgnoreCase(CharSequence, CharSequence) - Static method in class io.netty.util.AsciiString
Determine if a contains b in a case insensitive manner.
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.
containsInt(CharSequence, int) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
 
containsKey(Object) - Method in class io.netty.handler.codec.serialization.ReferenceMap
 
containsKey(Object) - Method in class io.netty.util.collection.ByteCollections.EmptyMap
 
containsKey(byte) - Method in class io.netty.util.collection.ByteCollections.EmptyMap
 
containsKey(byte) - Method in class io.netty.util.collection.ByteCollections.UnmodifiableMap
 
containsKey(Object) - Method in class io.netty.util.collection.ByteCollections.UnmodifiableMap
 
containsKey(byte) - Method in class io.netty.util.collection.ByteObjectHashMap
 
containsKey(Object) - 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(Object) - Method in class io.netty.util.collection.CharCollections.EmptyMap
 
containsKey(char) - Method in class io.netty.util.collection.CharCollections.EmptyMap
 
containsKey(char) - Method in class io.netty.util.collection.CharCollections.UnmodifiableMap
 
containsKey(Object) - Method in class io.netty.util.collection.CharCollections.UnmodifiableMap
 
containsKey(char) - Method in class io.netty.util.collection.CharObjectHashMap
 
containsKey(Object) - 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(Object) - Method in class io.netty.util.collection.IntCollections.EmptyMap
 
containsKey(int) - Method in class io.netty.util.collection.IntCollections.EmptyMap
 
containsKey(int) - Method in class io.netty.util.collection.IntCollections.UnmodifiableMap
 
containsKey(Object) - Method in class io.netty.util.collection.IntCollections.UnmodifiableMap
 
containsKey(int) - Method in class io.netty.util.collection.IntObjectHashMap
 
containsKey(Object) - 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(Object) - Method in class io.netty.util.collection.LongCollections.EmptyMap
 
containsKey(long) - Method in class io.netty.util.collection.LongCollections.EmptyMap
 
containsKey(long) - Method in class io.netty.util.collection.LongCollections.UnmodifiableMap
 
containsKey(Object) - Method in class io.netty.util.collection.LongCollections.UnmodifiableMap
 
containsKey(long) - Method in class io.netty.util.collection.LongObjectHashMap
 
containsKey(Object) - 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(Object) - Method in class io.netty.util.collection.ShortCollections.EmptyMap
 
containsKey(short) - Method in class io.netty.util.collection.ShortCollections.EmptyMap
 
containsKey(short) - Method in class io.netty.util.collection.ShortCollections.UnmodifiableMap
 
containsKey(Object) - Method in class io.netty.util.collection.ShortCollections.UnmodifiableMap
 
containsKey(short) - Method in class io.netty.util.collection.ShortObjectHashMap
 
containsKey(Object) - 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.
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.
containsLong(CharSequence, long) - 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.
containsObject(CharSequence, Object) - 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.
containsShort(CharSequence, short) - 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.
containsTimeMillis(CharSequence, long) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
 
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(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() - 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 - Variable in class io.netty.handler.codec.dns.DefaultDnsRawRecord
 
content() - Method in class io.netty.handler.codec.dns.DefaultDnsRawRecord
 
content() - Method in class io.netty.handler.codec.http.ComposedLastHttpContent
 
content - Variable in class io.netty.handler.codec.http.DefaultFullHttpRequest
 
content() - Method in class io.netty.handler.codec.http.DefaultFullHttpRequest
 
content - Variable in class io.netty.handler.codec.http.DefaultFullHttpResponse
 
content() - Method in class io.netty.handler.codec.http.DefaultFullHttpResponse
 
content - Variable in class io.netty.handler.codec.http.DefaultHttpContent
 
content() - Method in class io.netty.handler.codec.http.DefaultHttpContent
 
content - Variable in class io.netty.handler.codec.http.HttpObjectAggregator.AggregatedFullHttpMessage
 
content() - Method in class io.netty.handler.codec.http.HttpObjectAggregator.AggregatedFullHttpMessage
 
content() - Method in class io.netty.handler.codec.http.multipart.AbstractHttpData
 
content - Variable in class io.netty.handler.codec.http.multipart.HttpPostRequestEncoder.WrappedFullHttpRequest
 
content() - Method in class io.netty.handler.codec.http.multipart.HttpPostRequestEncoder.WrappedFullHttpRequest
 
content() - Method in class io.netty.handler.codec.http.multipart.MixedAttribute
 
content() - Method in class io.netty.handler.codec.http.multipart.MixedFileUpload
 
content - Variable in class io.netty.handler.codec.http2.DefaultHttp2DataFrame
 
content() - Method in class io.netty.handler.codec.http2.DefaultHttp2DataFrame
 
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 - Variable in class io.netty.handler.codec.memcache.binary.DefaultFullBinaryMemcacheRequest
 
content() - Method in class io.netty.handler.codec.memcache.binary.DefaultFullBinaryMemcacheRequest
 
content - Variable in class io.netty.handler.codec.memcache.binary.DefaultFullBinaryMemcacheResponse
 
content() - Method in class io.netty.handler.codec.memcache.binary.DefaultFullBinaryMemcacheResponse
 
content - Variable in class io.netty.handler.codec.memcache.DefaultMemcacheContent
 
content() - Method in class io.netty.handler.codec.memcache.DefaultMemcacheContent
 
content() - Method in class io.netty.handler.codec.mqtt.MqttPublishMessage
 
content - Variable in class io.netty.handler.codec.redis.AbstractStringRedisMessage
 
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 - Variable in class io.netty.handler.codec.stomp.DefaultStompFrame
 
content() - Method in class io.netty.handler.codec.stomp.DefaultStompFrame
 
content - Variable in class io.netty.handler.ssl.PemPrivateKey
 
content() - Method in class io.netty.handler.ssl.PemPrivateKey
 
content - Variable in class io.netty.handler.ssl.PemValue
 
content() - Method in class io.netty.handler.ssl.PemValue
 
content - Variable in class io.netty.handler.ssl.PemX509Certificate
 
content() - Method in class io.netty.handler.ssl.PemX509Certificate
 
CONTENT_BASE - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
"content-base"
CONTENT_BASE - Static variable in class io.netty.handler.codec.http.HttpHeaders.Names
Deprecated.
"Content-Base"
CONTENT_BASE - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderNames
"content-base"
CONTENT_BASE - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Names
Deprecated.
"Content-Base"
CONTENT_DISPOSITION - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
"content-disposition"
CONTENT_ENCODING - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
"content-encoding"
CONTENT_ENCODING - Static variable in class io.netty.handler.codec.http.HttpHeaders.Names
Deprecated.
"Content-Encoding"
CONTENT_ENCODING - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderNames
"content-encoding"
CONTENT_ENCODING - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Names
Deprecated.
"Content-Encoding"
CONTENT_LANGUAGE - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
"content-language"
CONTENT_LANGUAGE - Static variable in class io.netty.handler.codec.http.HttpHeaders.Names
Deprecated.
"Content-Language"
CONTENT_LANGUAGE - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderNames
"content-language"
CONTENT_LANGUAGE - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Names
Deprecated.
"Content-Language"
CONTENT_LENGTH - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
"content-length"
CONTENT_LENGTH - Static variable in class io.netty.handler.codec.http.HttpHeaders.Names
Deprecated.
"Content-Length"
CONTENT_LENGTH - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderNames
"content-length"
CONTENT_LENGTH - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Names
Deprecated.
"Content-Length"
CONTENT_LENGTH - Static variable in interface io.netty.handler.codec.stomp.StompHeaders
 
CONTENT_LOCATION - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
"content-location"
CONTENT_LOCATION - Static variable in class io.netty.handler.codec.http.HttpHeaders.Names
Deprecated.
"Content-Location"
CONTENT_LOCATION - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderNames
"content-location"
CONTENT_LOCATION - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Names
Deprecated.
"Content-Location"
CONTENT_MD5 - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
"content-md5"
CONTENT_MD5 - Static variable in class io.netty.handler.codec.http.HttpHeaders.Names
Deprecated.
"Content-MD5"
CONTENT_RANGE - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
"content-range"
CONTENT_RANGE - Static variable in class io.netty.handler.codec.http.HttpHeaders.Names
Deprecated.
"Content-Range"
CONTENT_SECURITY_POLICY - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
"content-security-policy"
CONTENT_TRANSFER_ENCODING - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
"content-transfer-encoding"
CONTENT_TRANSFER_ENCODING - Static variable in class io.netty.handler.codec.http.HttpHeaders.Names
Deprecated.
"Content-Transfer-Encoding"
CONTENT_TYPE - 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.SmtpCommand
 
contentExpected - Variable in class io.netty.handler.codec.smtp.SmtpRequestEncoder
 
contentLength - Variable in class io.netty.handler.codec.http.HttpObjectDecoder
 
contentLength() - Method in class io.netty.handler.codec.http.HttpObjectDecoder
 
contentLength(Object) - Static method in class io.netty.handler.codec.http.HttpObjectEncoder
 
contentLength(Object) - Static method in class io.netty.handler.codec.memcache.AbstractMemcacheObjectEncoder
Determine the content length of the given object.
contentLength - Variable in class io.netty.handler.codec.stomp.StompSubframeDecoder
 
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
 
context(ChannelHandler) - Method in interface io.netty.channel.ChannelPipeline
Returns the context object of the specified ChannelHandler in this pipeline.
context(String) - Method in interface io.netty.channel.ChannelPipeline
Returns the context object of the ChannelHandler with the specified name in this pipeline.
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(String) - Method in class io.netty.channel.DefaultChannelPipeline
 
context(ChannelHandler) - Method in class io.netty.channel.DefaultChannelPipeline
 
context(Class<? extends ChannelHandler>) - Method in class io.netty.channel.DefaultChannelPipeline
 
context() - Method in class io.netty.handler.ssl.JdkSslContext
Returns the JDK SSLContext object held by this context.
context - Variable in class io.netty.handler.ssl.SniHandler.Selection
 
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(ByteBuf) - Constructor for class io.netty.handler.codec.http.websocketx.ContinuationWebSocketFrame
Creates a new continuation frame with the specified binary data.
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
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_CODE - Static variable in class io.netty.handler.codec.http.HttpContentEncoder
 
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(UncheckedBooleanSupplier) - Method in class io.netty.channel.DefaultMaxBytesRecvByteBufAllocator.HandleImpl
 
continueReading() - Method in class io.netty.channel.DefaultMaxMessagesRecvByteBufAllocator.MaxMessageHandle
 
continueReading(UncheckedBooleanSupplier) - Method in class io.netty.channel.DefaultMaxMessagesRecvByteBufAllocator.MaxMessageHandle
 
continueReading(UncheckedBooleanSupplier) - Method in class io.netty.channel.epoll.EpollRecvByteAllocatorHandle
 
continueReading() - Method in class io.netty.channel.epoll.EpollRecvByteAllocatorHandle
 
continueReading(UncheckedBooleanSupplier) - Method in class io.netty.channel.kqueue.KQueueRecvByteAllocatorHandle
 
continueReading() - Method in class io.netty.channel.kqueue.KQueueRecvByteAllocatorHandle
 
continueReading() - Method in class io.netty.channel.RecvByteBufAllocator.DelegatingHandle
 
continueReading(UncheckedBooleanSupplier) - Method in interface io.netty.channel.RecvByteBufAllocator.ExtendedHandle
Same as RecvByteBufAllocator.Handle.continueReading() except "more data" is determined by the supplier parameter.
continueReading() - Method in interface io.netty.channel.RecvByteBufAllocator.Handle
Deprecated.
Determine if the current read loop should should continue.
continueResponse - Variable in class io.netty.handler.codec.http.HttpContentDecoder
 
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
 
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
 
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.http.DefaultHttpHeaders.HeaderValueConverterAndValidator
 
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
 
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(V) - Method in class io.netty.handler.codec.UnsupportedValueConverter
 
convertToBoolean(T) - Method in interface io.netty.handler.codec.ValueConverter
 
convertToByte(CharSequence) - Method in class io.netty.handler.codec.CharSequenceValueConverter
 
convertToByte(V) - Method in class io.netty.handler.codec.UnsupportedValueConverter
 
convertToByte(T) - Method in interface io.netty.handler.codec.ValueConverter
 
convertToChar(CharSequence) - Method in class io.netty.handler.codec.CharSequenceValueConverter
 
convertToChar(V) - Method in class io.netty.handler.codec.UnsupportedValueConverter
 
convertToChar(T) - Method in interface io.netty.handler.codec.ValueConverter
 
convertToDouble(CharSequence) - Method in class io.netty.handler.codec.CharSequenceValueConverter
 
convertToDouble(V) - Method in class io.netty.handler.codec.UnsupportedValueConverter
 
convertToDouble(T) - Method in interface io.netty.handler.codec.ValueConverter
 
convertToFloat(CharSequence) - Method in class io.netty.handler.codec.CharSequenceValueConverter
 
convertToFloat(V) - Method in class io.netty.handler.codec.UnsupportedValueConverter
 
convertToFloat(T) - Method in interface io.netty.handler.codec.ValueConverter
 
convertToInt(CharSequence) - Method in class io.netty.handler.codec.CharSequenceValueConverter
 
convertToInt(V) - Method in class io.netty.handler.codec.UnsupportedValueConverter
 
convertToInt(T) - Method in interface io.netty.handler.codec.ValueConverter
 
convertToLong(CharSequence) - Method in class io.netty.handler.codec.CharSequenceValueConverter
 
convertToLong(V) - Method in class io.netty.handler.codec.UnsupportedValueConverter
 
convertToLong(T) - Method in interface io.netty.handler.codec.ValueConverter
 
convertToShort(CharSequence) - Method in class io.netty.handler.codec.CharSequenceValueConverter
 
convertToShort(V) - Method in class io.netty.handler.codec.UnsupportedValueConverter
 
convertToShort(T) - Method in interface io.netty.handler.codec.ValueConverter
 
convertToTimeMillis(CharSequence) - Method in class io.netty.handler.codec.CharSequenceValueConverter
 
convertToTimeMillis(V) - Method in class io.netty.handler.codec.UnsupportedValueConverter
 
convertToTimeMillis(T) - Method in interface io.netty.handler.codec.ValueConverter
 
convertWrapperType(ZlibWrapper) - Static method in class io.netty.handler.codec.compression.ZlibUtil
 
Cookie - Interface in io.netty.handler.codec.http
Deprecated.
Use Cookie instead.
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.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(boolean) - Constructor for class io.netty.handler.codec.http.cookie.CookieDecoder
 
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.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
 
CookieUtil - Class in io.netty.handler.codec.http.cookie
 
CookieUtil() - Constructor for class io.netty.handler.codec.http.cookie.CookieUtil
 
CookieUtil - Class in io.netty.handler.codec.http
Deprecated.
Duplicate of package private $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[], 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(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(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(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(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(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(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(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(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(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(CharBuffer, Charset) - 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(int, int) - Method in class io.netty.buffer.AbstractUnpooledSlicedByteBuf
 
copy() - Method in class io.netty.buffer.AdvancedLeakAwareByteBuf
 
copy(int, int) - Method in class io.netty.buffer.AdvancedLeakAwareByteBuf
 
copy() - Method in class io.netty.buffer.AdvancedLeakAwareCompositeByteBuf
 
copy(int, int) - 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(int, int) - Method in class io.netty.buffer.ByteBuf
Returns a copy of this buffer's sub-region.
copy() - Method in interface io.netty.buffer.ByteBufHolder
Creates a deep copy of this ByteBufHolder.
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(AsciiString, int, ByteBuf, int, 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) - Static method in class io.netty.buffer.ByteBufUtil
Copies the content of src to a ByteBuf using ByteBuf.writeBytes(byte[], int, int).
copy(int, int) - Method in class io.netty.buffer.CompositeByteBuf
 
copy() - Method in class io.netty.buffer.DefaultByteBufHolder
Creates a deep copy of this ByteBufHolder.
copy(int, int) - Method in class io.netty.buffer.DuplicatedByteBuf
Deprecated.
 
copy() - Method in class io.netty.buffer.EmptyByteBuf
 
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() - Method in class io.netty.buffer.SwappedByteBuf
Deprecated.
 
copy(int, int) - Method in class io.netty.buffer.SwappedByteBuf
Deprecated.
 
copy(int, int) - Method in class io.netty.buffer.UnpooledDirectByteBuf
 
copy(int, int) - Method in class io.netty.buffer.UnpooledHeapByteBuf
 
copy(int, int) - Method in class io.netty.buffer.UnpooledUnsafeDirectByteBuf
 
copy(AbstractByteBuf, long, int, int) - Static method in class io.netty.buffer.UnsafeByteBufUtil
 
copy() - Method in class io.netty.buffer.WrappedByteBuf
 
copy(int, int) - Method in class io.netty.buffer.WrappedByteBuf
 
copy() - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
copy(int, int) - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
copy() - Method in class io.netty.channel.sctp.SctpMessage
 
copy() - Method in class io.netty.channel.socket.DatagramPacket
 
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.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.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 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 interface io.netty.handler.codec.http2.Http2DataFrame
 
copy() - Method in interface io.netty.handler.codec.http2.Http2GoAwayFrame
 
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(int, int) - 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 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(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_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
 
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(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.
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(long, long, 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.PlatformDependent0
 
copyMemory(Object, long, Object, long, long) - Static method in class io.netty.util.internal.PlatformDependent0
 
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(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.
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.
copyTo(int, int, int, ByteBuf) - Method in class io.netty.buffer.CompositeByteBuf
 
copyTo(CoalescingBufferQueue) - Method in class io.netty.channel.CoalescingBufferQueue
Copy all pending entries in this queue into the destination queue.
corrupted - Variable in class io.netty.handler.codec.compression.SnappyFrameDecoder
 
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, Throwable) - 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(Throwable) - Constructor for exception io.netty.handler.codec.CorruptedFrameException
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(String...) - Constructor for class io.netty.handler.codec.http.cors.CorsConfigBuilder
Creates a new Builder instance with the origin passed in.
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.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 the specified CorsConfig.
count - Variable in class io.netty.channel.ChannelOutboundBuffer.Entry
 
count - Variable in class io.netty.channel.DefaultFileRegion
 
count() - Method in class io.netty.channel.DefaultFileRegion
 
count - Variable in class io.netty.channel.epoll.NativeDatagramPacketArray
 
count() - Method in class io.netty.channel.epoll.NativeDatagramPacketArray
Returns the count
count - Variable in class io.netty.channel.epoll.NativeDatagramPacketArray.NativeDatagramPacket
 
count() - Method in interface io.netty.channel.FileRegion
Returns the number of bytes to transfer.
count - Variable in class io.netty.channel.unix.IovArray
 
count() - Method in class io.netty.channel.unix.IovArray
Returns the number if iov entries.
count(DnsSection) - Method in class io.netty.handler.codec.dns.AbstractDnsMessage
 
count(int) - Method in class io.netty.handler.codec.dns.AbstractDnsMessage
 
count() - 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.
count() - Method in interface io.netty.handler.codec.dns.DnsMessage
Returns the number of records in this DNS message.
count - Variable in class io.netty.resolver.dns.DnsNameResolverContext.AuthoritativeNameServerList
 
counter - Variable in class io.netty.handler.traffic.GlobalChannelTrafficCounter.MixedTrafficMonitoringTask
The associated TrafficCounter
counterHashCode() - Method in class io.netty.util.internal.InternalThreadLocalMap
 
counterHashCode - Variable in class io.netty.util.internal.UnpaddedInternalThreadLocalMap
 
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() - Method in class io.netty.handler.codec.compression.Bzip2BlockCompressor
Gets the CRC of the completed 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
 
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 - 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
 
crc32c(int, int) - Static method in class io.netty.handler.codec.compression.Crc32c
 
crc32Table - Static variable in class io.netty.handler.codec.compression.Crc32
A static CRC lookup table.
CRC_TABLE - Static variable in class io.netty.handler.codec.compression.Crc32c
 
create(int, int) - Static method in class com.sun.nio.sctp.SctpStandardSocketOptions.InitMaxStreams
 
createAttribute(HttpRequest, String) - Method in class io.netty.handler.codec.http.multipart.DefaultHttpDataFactory
 
createAttribute(HttpRequest, String, long) - Method in class io.netty.handler.codec.http.multipart.DefaultHttpDataFactory
 
createAttribute(HttpRequest, String, 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 interface io.netty.handler.codec.http.multipart.HttpDataFactory
 
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 - Static variable in class io.netty.handler.codec.http.HttpResponseStatus
201 Created
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.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
 
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.
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
 
createMap() - Static method in class io.netty.handler.codec.http2.HpackStaticTable
 
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.
createOutgoing(Association, SocketAddress, int) - Static method in class com.sun.nio.sctp.MessageInfo
 
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.
createStreamChannel(Channel, EventLoopGroup, ChannelHandler, Map<ChannelOption<?>, Object>, Map<AttributeKey<?>, Object>, int) - Method in class io.netty.handler.codec.http2.Http2MultiplexCodec
 
createSubPageCaches(int, int, PoolArena.SizeClass) - Static method in class io.netty.buffer.PoolThreadCache
 
createSynStreamFrame(HttpRequest) - Method in class io.netty.handler.codec.spdy.SpdyHttpEncoder
 
createUpgradeResponse(CharSequence) - Static 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
 
creationRecord - Variable in class io.netty.util.ResourceLeakDetector.DefaultResourceLeak
 
CRLF - Static variable in class io.netty.handler.codec.http.HttpObjectEncoder
 
CRLF - Static variable in class io.netty.handler.codec.rtsp.RtspEncoder
Constant for CRLF.
CRLF - Static variable in class io.netty.handler.codec.smtp.SmtpRequestEncoder
 
CRLF_BUF - Static variable in class io.netty.handler.codec.http.HttpObjectEncoder
 
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.AbstractWriteTask
 
ctx - Variable in class io.netty.channel.CombinedChannelDuplexHandler.DelegatingChannelHandlerContext
 
ctx - Variable in class io.netty.channel.DefaultChannelPipeline.PendingHandlerCallback
 
ctx - Variable in class io.netty.channel.PendingWriteQueue
 
ctx - Variable in class io.netty.handler.codec.compression.Bzip2Encoder
Used to interact with its ChannelPipeline and other handlers.
ctx() - Method in class io.netty.handler.codec.compression.Bzip2Encoder
 
ctx - Variable in class io.netty.handler.codec.compression.JdkZlibEncoder
 
ctx() - Method in class io.netty.handler.codec.compression.JdkZlibEncoder
 
ctx - Variable in class io.netty.handler.codec.compression.JZlibEncoder
 
ctx() - Method 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.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
 
ctx - Variable in class io.netty.handler.codec.http2.StreamBufferingEncoder.PendingStream
 
ctx - Variable in class io.netty.handler.codec.MessageAggregator
 
ctx() - Method 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.DelegatingSslContext
 
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
 
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() - 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 - Variable in class io.netty.handler.codec.DefaultHeaders.HeaderIterator
 
current - Variable in class io.netty.handler.codec.http2.HpackHuffmanDecoder.DecoderProcessor
 
current - Variable in class io.netty.handler.codec.http2.HpackHuffmanEncoder.EncodeProcessor
 
current - Variable in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers.ReadOnlyIterator
 
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.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
currentBits - Variable in class io.netty.handler.codec.http2.HpackHuffmanDecoder.DecoderProcessor
 
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)
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
 
currentIterator - Variable in class io.netty.channel.group.CombinedIterator
 
currentLength - Variable in class io.netty.handler.codec.compression.Bzip2HuffmanStageDecoder
 
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).
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.
currentWrite - Variable in class io.netty.handler.stream.ChunkedWriteHandler
 
currentWrittenBytes - Variable in class io.netty.handler.traffic.TrafficCounter
Current written bytes
currentWrittenBytes() - Method in class io.netty.handler.traffic.TrafficCounter
 
cursor - Variable in class io.netty.util.Recycler.Stack
 
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
 

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(int) - Method in class io.netty.channel.kqueue.KQueueEventArray
 
DATA - Static variable in class io.netty.handler.codec.http2.Http2FrameTypes
 
data - Variable in class io.netty.handler.codec.http2.StreamBufferingEncoder.DataFrame
 
DATA - Static variable in class io.netty.handler.codec.smtp.SmtpCommand
 
DATA - Static variable in class io.netty.handler.codec.smtp.SmtpRequests
 
data() - Static method in class io.netty.handler.codec.smtp.SmtpRequests
Creates a DATA request.
data - Variable in class io.netty.handler.codec.spdy.DefaultSpdyDataFrame
 
DATA_CMD - Static variable in class io.netty.handler.codec.smtp.SmtpCommand
 
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
 
DataFrameHeader(ChannelHandlerContext, int) - Constructor for class io.netty.handler.codec.http2.DefaultHttp2FrameWriter.DataFrameHeader
 
DATAGRAM_CHANNEL_ACTIVE_ON_REGISTRATION - Static variable in class io.netty.channel.ChannelOption
Deprecated.
datagramChannel - Variable in class io.netty.channel.epoll.EpollDatagramChannelConfig
 
datagramChannel - Variable in class io.netty.channel.kqueue.KQueueDatagramChannelConfig
 
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.
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.
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(String, int, int) - 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
"cate"
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(long) - Static method in class io.netty.util.concurrent.ScheduledFutureTask
 
deadlineNanos() - 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.UnpooledUnsafeDirectByteBuf
 
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.http.multipart.AbstractHttpData
 
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.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
 
deallocationsTiny - Variable in class io.netty.buffer.PoolArena
 
deathWatchThread - Variable in class io.netty.buffer.PoolThreadCache
 
debug(Throwable) - Method in class io.netty.util.internal.logging.AbstractInternalLogger
 
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, 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 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 class io.netty.util.internal.logging.CommonsLogger
Deprecated.
Delegates to the Log.debug(Object) method of the underlying Log instance.
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) - Method in interface io.netty.util.internal.logging.InternalLogger
Log a message at the DEBUG level.
debug(String, Object) - Method in interface io.netty.util.internal.logging.InternalLogger
Log a message at the DEBUG level according to the specified format and argument.
debug(String, Object, 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 interface io.netty.util.internal.logging.InternalLogger
Log a message at the DEBUG level according to the specified format and arguments.
debug(String, Throwable) - Method in interface io.netty.util.internal.logging.InternalLogger
Log an exception (throwable) at the DEBUG level with an accompanying message.
debug(Throwable) - Method in interface io.netty.util.internal.logging.InternalLogger
Log an exception (throwable) at the DEBUG level.
debug(String) - Method in class io.netty.util.internal.logging.JdkLogger
Log a message object at level FINE.
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, 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.JdkLogger
Log a message at level FINE according to the specified format and arguments.
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) - Method in class io.netty.util.internal.logging.Log4JLogger
Log a message object at level DEBUG.
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, 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.Log4JLogger
Log a message at level DEBUG according to the specified format and arguments.
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) - Method in class io.netty.util.internal.logging.Slf4JLogger
 
debug(String, Object) - Method in class io.netty.util.internal.logging.Slf4JLogger
 
debug(String, Object, Object) - Method in class io.netty.util.internal.logging.Slf4JLogger
 
debug(String, Object...) - Method in class io.netty.util.internal.logging.Slf4JLogger
 
debug(String, Throwable) - Method in class io.netty.util.internal.logging.Slf4JLogger
 
debugData - Variable in exception io.netty.handler.codec.http2.StreamBufferingEncoder.Http2GoAwayException
 
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(Base64Dialect) - Static method in class io.netty.handler.codec.base64.Base64
 
decodabet - Variable in class io.netty.handler.codec.base64.Base64.Decoder
 
decodabet - Variable in enum io.netty.handler.codec.base64.Base64Dialect
 
decode(ByteBuf) - Static method in class io.netty.handler.codec.base64.Base64
 
decode(ByteBuf, Base64Dialect) - Static method in class io.netty.handler.codec.base64.Base64
 
decode(ByteBuf, int, int) - Static method in class io.netty.handler.codec.base64.Base64
 
decode(ByteBuf, int, int, Base64Dialect) - Static method in class io.netty.handler.codec.base64.Base64
 
decode(ByteBuf, int, int, Base64Dialect, ByteBufAllocator) - Static method in class io.netty.handler.codec.base64.Base64
 
decode(ByteBuf, int, int, ByteBufAllocator, Base64Dialect) - Method in class io.netty.handler.codec.base64.Base64.Decoder
 
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(ByteBuf, ByteBuf) - Method in class io.netty.handler.codec.compression.Snappy
 
decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.compression.SnappyFrameDecoder
 
decode(ChannelHandlerContext, DatagramPacket, List<Object>) - Method in class io.netty.handler.codec.DatagramPacketDecoder
 
decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.DelimiterBasedFrameDecoder
 
decode(ChannelHandlerContext, ByteBuf) - Method in class io.netty.handler.codec.DelimiterBasedFrameDecoder
Create a frame out of the ByteBuf and return it.
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, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.FixedLengthFrameDecoder
 
decode(ChannelHandlerContext, ByteBuf) - Method in class io.netty.handler.codec.FixedLengthFrameDecoder
Create a frame out of the ByteBuf and return it.
decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.haproxy.HAProxyMessageDecoder
 
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 Set-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(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.http.HttpClientCodec.Decoder
 
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(ByteBuf, List<Object>) - Method in class io.netty.handler.codec.http.HttpContentDecoder
 
decode(ChannelHandlerContext, HttpRequest, List<Object>) - Method in class io.netty.handler.codec.http.HttpContentEncoder
 
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, HttpObject, List<Object>) - Method in class io.netty.handler.codec.http.HttpServerUpgradeHandler
 
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, 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, 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, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.http2.CleartextHttp2ServerUpgradeHandler.PriorKnowledgeHandler
 
decode(int, ByteBuf, Http2Headers) - Method in class io.netty.handler.codec.http2.HpackDecoder
Decode the header block into header fields.
decode(ByteBuf, int) - Method in class io.netty.handler.codec.http2.HpackHuffmanDecoder
Decompresses the given Huffman coded string literal.
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 - Variable in exception io.netty.handler.codec.http2.Http2Exception.HeaderListSizeException
 
decode(ChannelHandlerContext, Http2StreamFrame, List<Object>) - Method in class io.netty.handler.codec.http2.Http2ServerDowngrader
 
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) - Method in class io.netty.handler.codec.LengthFieldBasedFrameDecoder
Create a frame out of the ByteBuf and return it.
decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.LineBasedFrameDecoder
 
decode(ChannelHandlerContext, ByteBuf) - Method in class io.netty.handler.codec.LineBasedFrameDecoder
Create a frame out of the ByteBuf and return it.
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, I, List<Object>) - Method in class io.netty.handler.codec.MessageAggregator
 
decode(ChannelHandlerContext, INBOUND_IN, List<Object>) - Method in class io.netty.handler.codec.MessageToMessageCodec
 
decode(ChannelHandlerContext, I, List<Object>) - Method in class io.netty.handler.codec.MessageToMessageDecoder
Decode from one message to an other.
decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.mqtt.MqttDecoder
 
decode(ChannelHandlerContext, RedisMessage, List<Object>) - Method in class io.netty.handler.codec.redis.RedisArrayAggregator
 
decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.redis.RedisDecoder
 
decode(ChannelHandlerContext, SctpMessage, List<Object>) - Method in class io.netty.handler.codec.sctp.SctpInboundByteStreamHandler
 
decode(ChannelHandlerContext, SctpMessage, List<Object>) - Method in class io.netty.handler.codec.sctp.SctpMessageCompletionHandler
 
decode(ChannelHandlerContext, ByteBuf) - Method in class io.netty.handler.codec.serialization.ObjectDecoder
 
decode(ChannelHandlerContext, ByteBuf) - Method in class io.netty.handler.codec.smtp.SmtpResponseDecoder
 
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(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(ChannelHandlerContext, SpdyFrame, List<Object>) - Method in class io.netty.handler.codec.spdy.SpdyHttpDecoder
 
decode(ChannelHandlerContext, Object, List<Object>) - Method in class io.netty.handler.codec.spdy.SpdyHttpResponseStreamIdHandler
 
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.AbstractSniHandler
 
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.SslHandler
 
decode4to3(byte[], ByteBuf, int, byte[]) - Static method in class io.netty.handler.codec.base64.Base64.Decoder
 
DECODE_ILLEGAL_INDEX_VALUE - Static variable in class io.netty.handler.codec.http2.HpackDecoder
 
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
 
decodeAddress(Socks5AddressType, ByteBuf) - Method in interface io.netty.handler.codec.socksx.v5.Socks5AddressDecoder
Decodes a SOCKS5 address field into its string representation.
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 an URL encoded by a browser.
decodeComponent(String, Charset) - Static method in class io.netty.handler.codec.http.QueryStringDecoder
Decodes a bit of an URL encoded by a browser.
decodeComponent(String, int, int, Charset, boolean) - Static method in class io.netty.handler.codec.http.QueryStringDecoder
 
decodeConnAckVariableHeader(ByteBuf) - Static method in class io.netty.handler.codec.mqtt.MqttDecoder
 
decodeConnectionPayload(ByteBuf, MqttConnectVariableHeader) - Static method in class io.netty.handler.codec.mqtt.MqttDecoder
 
decodeConnectionVariableHeader(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
 
decodeDomainName(ByteBuf) - Static method in class io.netty.resolver.dns.DnsNameResolverContext
 
decodeFixedHeader(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(String) - Static method in class io.netty.handler.codec.haproxy.HAProxyMessage
Decodes a version 1, human-readable 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
 
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, 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
decodeHexDump(CharSequence) - Static method in class io.netty.util.internal.StringUtil
Decodes a hex dump
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
 
decodeInt(byte[], int) - Static method in class io.netty.channel.unix.NativeInetAddress
 
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
 
decodeMessageIdVariableHeader(ByteBuf) - Static method in class io.netty.handler.codec.mqtt.MqttDecoder
 
decodeMsbLsb(ByteBuf) - Static method in class io.netty.handler.codec.mqtt.MqttDecoder
 
decodeMsbLsb(ByteBuf, int, int) - Static method in class io.netty.handler.codec.mqtt.MqttDecoder
 
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.
decodeParams(String, int, Charset, int) - Static method in class io.netty.handler.codec.http.QueryStringDecoder
 
decodePayload(ByteBuf, MqttMessageType, int, Object) - Static method in class io.netty.handler.codec.mqtt.MqttDecoder
Decodes the payload.
decodePublishPayload(ByteBuf, int) - Static method in class io.netty.handler.codec.mqtt.MqttDecoder
 
decodePublishVariableHeader(ByteBuf, MqttFixedHeader) - Static 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(DnsQuery, ByteBuf, int) - Method in class io.netty.handler.codec.dns.DatagramDnsQueryDecoder
 
decodeQuestions(DnsResponse, ByteBuf, int) - Method in class io.netty.handler.codec.dns.DatagramDnsResponseDecoder
 
Decoder() - Constructor for class io.netty.handler.codec.base64.Base64.Decoder
 
decoder - Variable in class io.netty.handler.codec.ByteToMessageCodec
 
decoder - Variable in class io.netty.handler.codec.DatagramPacketDecoder
 
Decoder(int, int, int, boolean) - Constructor for class io.netty.handler.codec.http.HttpClientCodec.Decoder
 
Decoder(int, int, int, boolean, int) - Constructor for class io.netty.handler.codec.http.HttpClientCodec.Decoder
 
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() - Method in class io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
Returns the Http2ConnectionDecoder to use.
decoder - Variable in class io.netty.handler.codec.http2.Http2ConnectionHandler
 
decoder() - Method in class io.netty.handler.codec.http2.Http2ConnectionHandler
 
Decoder(int) - Constructor for class io.netty.handler.codec.memcache.binary.BinaryMemcacheClientCodec.Decoder
 
decoder - Variable in class io.netty.handler.codec.MessageToMessageCodec
 
DECODER - Static variable in class io.netty.resolver.dns.DnsNameResolver
 
decoder(Charset, CodingErrorAction, CodingErrorAction) - Static method in class io.netty.util.CharsetUtil
Returns a new CharsetDecoder for the Charset with specified error actions.
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) - Static method in class io.netty.util.CharsetUtil
Returns a cached thread-local CharsetDecoder for the specified Charset.
decodeRecord(ByteBuf) - Method in class io.netty.handler.codec.dns.DefaultDnsRecordDecoder
 
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).
decodeRecord(ByteBuf) - Method in interface io.netty.handler.codec.dns.DnsRecordDecoder
Decodes a DNS record into its object representation.
decodeRecords(DnsQuery, DnsSection, ByteBuf, int) - Method in class io.netty.handler.codec.dns.DatagramDnsQueryDecoder
 
decodeRecords(DnsResponse, DnsSection, ByteBuf, int) - Method in class io.netty.handler.codec.dns.DatagramDnsResponseDecoder
 
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.
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, Throwable) - 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(Throwable) - Constructor for exception io.netty.handler.codec.DecoderException
Creates a new instance.
decoderName - Variable in class io.netty.handler.proxy.Socks4ProxyHandler
 
decoderName - Variable in class io.netty.handler.proxy.Socks5ProxyHandler
 
DecoderProcessor(int) - Constructor for class io.netty.handler.codec.http2.HpackHuffmanDecoder.DecoderProcessor
 
DecoderResult - Class in io.netty.handler.codec
 
DecoderResult(Throwable) - Constructor for class io.netty.handler.codec.DecoderResult
 
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 - Variable in class io.netty.handler.codec.http.DefaultHttpObject
 
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 - Variable in class io.netty.handler.codec.memcache.AbstractMemcacheObject
 
decoderResult() - Method in class io.netty.handler.codec.memcache.AbstractMemcacheObject
 
decoderResult - Variable in class io.netty.handler.codec.mqtt.MqttMessage
 
decoderResult() - Method in class io.netty.handler.codec.mqtt.MqttMessage
 
decoderResult - Variable in class io.netty.handler.codec.socksx.AbstractSocksMessage
 
decoderResult() - Method in class io.netty.handler.codec.socksx.AbstractSocksMessage
 
decoderResult - Variable in class io.netty.handler.codec.stomp.DefaultStompContentSubframe
 
decoderResult() - Method in class io.netty.handler.codec.stomp.DefaultStompContentSubframe
 
decoderResult - Variable in class io.netty.handler.codec.stomp.DefaultStompHeadersSubframe
 
decoderResult() - Method in class io.netty.handler.codec.stomp.DefaultStompHeadersSubframe
 
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, int, int, Charset) - Static method in class io.netty.buffer.ByteBufUtil
 
decodeString(CharsetDecoder, ByteBuffer, CharBuffer) - Static method in class io.netty.buffer.ByteBufUtil
 
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
 
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
decodeUnsubscribePayload(ByteBuf, int) - Static method in class io.netty.handler.codec.mqtt.MqttDecoder
 
decodeVariableHeader(ByteBuf, MqttFixedHeader) - Static method in class io.netty.handler.codec.mqtt.MqttDecoder
Decodes the variable header (if any)
decodeWasNull - Variable in class io.netty.handler.codec.ByteToMessageDecoder
 
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(byte[], int, int, byte[], 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(ByteBufAllocator, SpdyHeadersFrame) - Method in class io.netty.handler.codec.spdy.SpdyHeaderBlockZlibDecoder
 
decompressed - Variable in class io.netty.handler.codec.http2.DelegatingDecompressorFrameListener.Http2Decompressor
 
decompressed - Variable in class io.netty.handler.codec.spdy.SpdyHeaderBlockZlibDecoder
 
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, Throwable) - 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(Throwable) - Constructor for exception io.netty.handler.codec.compression.DecompressionException
Creates a new instance.
decompressor(Http2Stream) - Method in class io.netty.handler.codec.http2.DelegatingDecompressorFrameListener
 
decompressor - Variable in class io.netty.handler.codec.http2.DelegatingDecompressorFrameListener.Http2Decompressor
 
decompressor() - Method in class io.netty.handler.codec.http2.DelegatingDecompressorFrameListener.Http2Decompressor
Responsible for taking compressed bytes in and producing decompressed bytes.
decompressor - Variable in class io.netty.handler.codec.spdy.SpdyHeaderBlockZlibDecoder
 
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
 
decreaseNow - Variable in class io.netty.channel.AdaptiveRecvByteBufAllocator.HandleImpl
 
decrement(Object) - Method in class io.netty.handler.codec.http.HttpClientCodec.Decoder
 
DECREMENT - Static variable in class io.netty.handler.codec.memcache.binary.BinaryMemcacheOpcodes
 
decrement() - Method in interface io.netty.util.internal.LongCounter
 
decrement() - Method in class io.netty.util.internal.PlatformDependent.AtomicLongCounter
 
decrement - Variable in class io.netty.util.ReferenceCountUtil.ReleasingTask
 
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(long) - Method in class io.netty.channel.ChannelOutboundBuffer
Decrement the pending bytes which will be written at some point.
decrementPendingOutboundBytes(long, boolean, boolean) - Method in class io.netty.channel.ChannelOutboundBuffer
 
DECREMENTQ - Static variable in class io.netty.handler.codec.memcache.binary.BinaryMemcacheOpcodes
 
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.
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 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.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 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_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_BUFFER_CAPACITY - Static variable in class io.netty.handler.codec.spdy.SpdyHeaderBlockZlibDecoder
 
DEFAULT_CACHE_TRIM_INTERVAL - 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_CIPHERS - 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
 
DEFAULT_ERRORS - Static variable in class io.netty.handler.codec.redis.FixedRedisMessagePool
 
DEFAULT_EVENT_LOOP_THREADS - Static variable in class io.netty.channel.MultithreadEventLoopGroup
 
DEFAULT_GRACEFUL_SHUTDOWN_TIMEOUT_MILLIS - Static variable in class io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
 
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_CAPACITY - Static variable in class io.netty.buffer.AbstractByteBufAllocator
 
DEFAULT_INITIAL_CAPACITY - Static variable in class io.netty.util.internal.RecyclableArrayList
 
DEFAULT_INITIAL_HUFFMAN_DECODE_CAPACITY - Static variable in class io.netty.handler.codec.http2.Http2CodecUtil
 
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_LEVEL - Static variable in class io.netty.handler.logging.LoggingHandler
 
DEFAULT_LEVEL - Static variable in class io.netty.resolver.dns.TraceDnsQueryLifeCycleObserverFactory
 
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.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.TraceDnsQueryLifeCycleObserverFactory
 
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.MqttDecoder
 
DEFAULT_MAX_CACHED_BUFFER_CAPACITY - 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.memcache.binary.AbstractBinaryMemcacheDecoder
 
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.rtsp.RtspDecoder
Constant for default max header size.
DEFAULT_MAX_INITIAL_LINE_LENGTH - Static variable in class io.netty.handler.codec.rtsp.RtspDecoder
Constant for default max initial line length.
DEFAULT_MAX_LINE_LENGTH - Static variable in class io.netty.handler.codec.stomp.StompSubframeDecoder
 
DEFAULT_MAX_MPSC_CAPACITY - Static variable in class io.netty.util.internal.PlatformDependent
 
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_RECORDS - Static variable in class io.netty.util.ResourceLeakDetector
 
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_ARRAY - Static variable in class io.netty.resolver.dns.DefaultDnsServerAddressStreamProvider
 
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_NDOTS - Static variable in class io.netty.resolver.dns.DnsNameResolver
 
DEFAULT_NDOTS - Static variable in class io.netty.resolver.dns.UnixResolverDnsServerAddressStreamProvider
 
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_PAGE_SIZE - Static variable in class io.netty.buffer.PooledByteBufAllocator
 
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_RCVBUF_ALLOCATOR - Static variable in class io.netty.channel.epoll.EpollDatagramChannelConfig
 
DEFAULT_RCVBUF_ALLOCATOR - Static variable in class io.netty.channel.kqueue.KQueueDatagramChannelConfig
 
DEFAULT_RESOLVE_ADDRESS_TYPES - Static variable in class io.netty.resolver.dns.DnsNameResolver
 
DEFAULT_RESOLVER - Static variable in class io.netty.bootstrap.Bootstrap
 
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_SIMPLE_STRINGS - Static variable in class io.netty.handler.codec.redis.FixedRedisMessagePool
 
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_TEXT_CONTENT_TYPE - Static variable in class io.netty.handler.codec.http.multipart.HttpPostBodyUtil
Default Content-Type in Text form
DEFAULT_TINY_CACHE_SIZE - Static variable in class io.netty.buffer.PooledByteBufAllocator
 
DEFAULT_USE_CACHE_FOR_ALL_THREADS - Static variable in class io.netty.buffer.PooledByteBufAllocator
 
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.
defaultAddressArray() - Static method in class io.netty.resolver.dns.DefaultDnsServerAddressStreamProvider
DefaultAddressedEnvelope<M,A extends java.net.SocketAddress> - Class in io.netty.channel
The default AddressedEnvelope implementation.
DefaultAddressedEnvelope(M, A, A) - Constructor for class io.netty.channel.DefaultAddressedEnvelope
Creates a new instance with the specified message, recipient address, and sender address.
DefaultAddressedEnvelope(M, A) - Constructor for class io.netty.channel.DefaultAddressedEnvelope
Creates a new instance with the specified message and recipient 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.DefaultAttribute<?>, AttributeKey<T>) - Constructor for class io.netty.util.DefaultAttributeMap.DefaultAttribute
 
DefaultAttribute() - Constructor for class io.netty.util.DefaultAttributeMap.DefaultAttribute
 
DefaultAttributeMap - Class in io.netty.util
Default AttributeMap implementation which use simple synchronization per bucket to keep the memory overhead as low as possible.
DefaultAttributeMap() - Constructor for class io.netty.util.DefaultAttributeMap
 
DefaultAttributeMap.DefaultAttribute<T> - Class in io.netty.util
 
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(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(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, 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
 
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
 
defaultClassLoader(ClassLoader) - Static method in class io.netty.handler.codec.serialization.ClassResolvers
 
defaultClientProvider() - Static method in class io.netty.handler.ssl.SslContext
Returns the default client-side implementation provider currently in use.
DefaultCookie - Class in io.netty.handler.codec.http.cookie
The default Cookie implementation.
DefaultCookie(String, String) - Constructor for class io.netty.handler.codec.http.cookie.DefaultCookie
Creates a new cookie with the specified name and value.
DefaultCookie - Class in io.netty.handler.codec.http
Deprecated.
Use DefaultCookie instead.
DefaultCookie(String, String) - Constructor for class io.netty.handler.codec.http.DefaultCookie
Deprecated.
Creates a new cookie with the specified name and value.
DefaultDatagramChannelConfig - Class in io.netty.channel.socket
The default 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.
DefaultDnsOptEcsRecord - Class in io.netty.handler.codec.dns
Default DnsOptEcsRecord implementation.
DefaultDnsOptEcsRecord(int, int, int, int, byte[]) - Constructor for class io.netty.handler.codec.dns.DefaultDnsOptEcsRecord
Creates a new instance.
DefaultDnsOptEcsRecord(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, long, ByteBuf) - Constructor for class io.netty.handler.codec.dns.DefaultDnsRawRecord
Creates a new IN-class record.
DefaultDnsRawRecord(String, DnsRecordType, int, long, ByteBuf) - Constructor for class io.netty.handler.codec.dns.DefaultDnsRawRecord
Creates a new 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, 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(ThreadFactory) - Constructor for class io.netty.util.concurrent.DefaultEventExecutor
 
DefaultEventExecutor(Executor) - Constructor for class io.netty.util.concurrent.DefaultEventExecutor
 
DefaultEventExecutor(EventExecutorGroup) - Constructor for class io.netty.util.concurrent.DefaultEventExecutor
 
DefaultEventExecutor(EventExecutorGroup, ThreadFactory) - Constructor for class io.netty.util.concurrent.DefaultEventExecutor
 
DefaultEventExecutor(EventExecutorGroup, Executor) - Constructor for class io.netty.util.concurrent.DefaultEventExecutor
 
DefaultEventExecutor(EventExecutorGroup, ThreadFactory, int, RejectedExecutionHandler) - Constructor for class io.netty.util.concurrent.DefaultEventExecutor
 
DefaultEventExecutor(EventExecutorGroup, Executor, int, RejectedExecutionHandler) - 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(ThreadFactory) - Constructor for class io.netty.channel.DefaultEventLoop
 
DefaultEventLoop(Executor) - Constructor for class io.netty.channel.DefaultEventLoop
 
DefaultEventLoop(EventLoopGroup) - Constructor for class io.netty.channel.DefaultEventLoop
 
DefaultEventLoop(EventLoopGroup, ThreadFactory) - Constructor for class io.netty.channel.DefaultEventLoop
 
DefaultEventLoop(EventLoopGroup, Executor) - 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, ThreadFactory) - 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
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(FileChannel, long, long) - Constructor for class io.netty.channel.DefaultFileRegion
Create a new instance
DefaultFileRegion(File, long, long) - Constructor for class io.netty.channel.DefaultFileRegion
Create a new instance using the given File.
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, ByteBuf) - 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, 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, ByteBuf) - 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, 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.Stack<?>) - 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.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
 
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
 
DefaultHostsFileEntriesResolver - Class in io.netty.resolver
Default HostsFileEntriesResolver that resolves hosts file entries only once.
DefaultHostsFileEntriesResolver() - Constructor for class io.netty.resolver.DefaultHostsFileEntriesResolver
 
DefaultHostsFileEntriesResolver(HostsFileEntries) - 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 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.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(ByteBuf) - Constructor for class io.netty.handler.codec.http2.DefaultHttp2DataFrame
Equivalent to new DefaultHttp2DataFrame(content, false).
DefaultHttp2DataFrame(boolean) - Constructor for class io.netty.handler.codec.http2.DefaultHttp2DataFrame
Equivalent to new DefaultHttp2DataFrame(Unpooled.EMPTY_BUFFER, endStream).
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.
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.SensitivityDetector) - Constructor for class io.netty.handler.codec.http2.DefaultHttp2FrameWriter
 
DefaultHttp2FrameWriter(Http2HeadersEncoder.SensitivityDetector, boolean) - Constructor for class io.netty.handler.codec.http2.DefaultHttp2FrameWriter
 
DefaultHttp2FrameWriter(Http2HeadersEncoder) - Constructor for class io.netty.handler.codec.http2.DefaultHttp2FrameWriter
 
DefaultHttp2FrameWriter.DataFrameHeader - Class in io.netty.handler.codec.http2
Utility class that manages the creation of frame header buffers for DATA frames.
DefaultHttp2GoAwayFrame - Class in io.netty.handler.codec.http2
The default Http2GoAwayFrame implementation.
DefaultHttp2GoAwayFrame(Http2Error) - Constructor for class io.netty.handler.codec.http2.DefaultHttp2GoAwayFrame
Equivalent to new DefaultHttp2GoAwayFrame(error.code()).
DefaultHttp2GoAwayFrame(long) - Constructor for class io.netty.handler.codec.http2.DefaultHttp2GoAwayFrame
Equivalent to new DefaultHttp2GoAwayFrame(content, Unpooled.EMPTY_BUFFER).
DefaultHttp2GoAwayFrame(Http2Error, ByteBuf) - Constructor for class io.netty.handler.codec.http2.DefaultHttp2GoAwayFrame
 
DefaultHttp2GoAwayFrame(long, ByteBuf) - Constructor for class io.netty.handler.codec.http2.DefaultHttp2GoAwayFrame
Construct a new GOAWAY message.
DefaultHttp2GoAwayFrame(int, long, ByteBuf) - Constructor for class io.netty.handler.codec.http2.DefaultHttp2GoAwayFrame
Construct a new GOAWAY message.
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, 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
 
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.
DefaultHttp2HeadersDecoder(boolean, HpackDecoder) - Constructor for class io.netty.handler.codec.http2.DefaultHttp2HeadersDecoder
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.
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, 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.
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, StreamByteDistributor) - 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, 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(Http2Error) - Constructor for class io.netty.handler.codec.http2.DefaultHttp2ResetFrame
Construct a reset message.
DefaultHttp2ResetFrame(long) - Constructor for class io.netty.handler.codec.http2.DefaultHttp2ResetFrame
Construct a reset message.
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 Attribute and FileUpload could be :
- MemoryAttribute, DiskAttribute or MixedAttribute
- MemoryFileUpload, DiskFileUpload or MixedFileUpload
according to the constructor.
DefaultHttpDataFactory() - Constructor for class io.netty.handler.codec.http.multipart.DefaultHttpDataFactory
HttpData will be in memory if less than default size (16KB).
DefaultHttpDataFactory(Charset) - Constructor for class io.netty.handler.codec.http.multipart.DefaultHttpDataFactory
 
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
 
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
 
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.HeaderValueConverterAndValidator - 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.
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.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.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 11
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
DefaultOioServerSocketChannelConfig - Class in io.netty.channel.socket.oio
Default OioServerSocketChannelConfig implementation
DefaultOioServerSocketChannelConfig(ServerSocketChannel, ServerSocket) - Constructor for class io.netty.channel.socket.oio.DefaultOioServerSocketChannelConfig
Deprecated.
DefaultOioServerSocketChannelConfig(OioServerSocketChannel, ServerSocket) - Constructor for class io.netty.channel.socket.oio.DefaultOioServerSocketChannelConfig
 
DefaultOioSocketChannelConfig - Class in io.netty.channel.socket.oio
Default OioSocketChannelConfig implementation
DefaultOioSocketChannelConfig(SocketChannel, Socket) - Constructor for class io.netty.channel.socket.oio.DefaultOioSocketChannelConfig
Deprecated.
DefaultOioSocketChannelConfig(OioSocketChannel, Socket) - Constructor for class io.netty.channel.socket.oio.DefaultOioSocketChannelConfig
 
DefaultOioUnsafe() - Constructor for class io.netty.channel.oio.AbstractOioChannel.DefaultOioUnsafe
 
defaultPageSize() - Static method in class io.netty.buffer.PooledByteBufAllocator
Default buffer page size - System Property: io.netty.allocator.pageSize - default 8192
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(EventExecutor) - Constructor for class io.netty.util.concurrent.DefaultProgressivePromise
Creates a new instance.
DefaultProgressivePromise() - Constructor for class io.netty.util.concurrent.DefaultProgressivePromise
 
DefaultPromise<V> - Class in io.netty.util.concurrent
 
DefaultPromise(EventExecutor) - Constructor for class io.netty.util.concurrent.DefaultPromise
Creates a new instance.
DefaultPromise() - Constructor for class io.netty.util.concurrent.DefaultPromise
See DefaultPromise.executor() for expectations of the executor.
DefaultPromise.CauseHolder - Class in io.netty.util.concurrent
 
DefaultPropertyKey(int) - Constructor for class io.netty.handler.codec.http2.DefaultHttp2Connection.DefaultPropertyKey
 
defaultProvider() - Static method in class io.netty.handler.ssl.SslContext
 
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) - Constructor for class io.netty.util.ResourceLeakDetector.DefaultResourceLeak
 
DefaultResourceLeakDetectorFactory() - Constructor for class io.netty.util.ResourceLeakDetectorFactory.DefaultResourceLeakDetectorFactory
 
DefaultRunnableDecorator(Runnable) - Constructor for class io.netty.util.concurrent.DefaultThreadFactory.DefaultRunnableDecorator
 
DefaultSctpChannelConfig - Class in io.netty.channel.sctp
The default SctpChannelConfig implementation for SCTP.
DefaultSctpChannelConfig(SctpChannel, SctpChannel) - Constructor for class io.netty.channel.sctp.DefaultSctpChannelConfig
 
DefaultSctpServerChannelConfig - Class in io.netty.channel.sctp
The default SctpServerChannelConfig implementation for SCTP.
DefaultSctpServerChannelConfig(SctpServerChannel, SctpServerChannel) - Constructor for class io.netty.channel.sctp.DefaultSctpServerChannelConfig
Creates a new instance.
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(CharSequence, 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
 
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
 
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
 
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(String) - Constructor for class io.netty.util.concurrent.DefaultThreadFactory
 
DefaultThreadFactory(Class<?>, boolean) - Constructor for class io.netty.util.concurrent.DefaultThreadFactory
 
DefaultThreadFactory(String, boolean) - Constructor for class io.netty.util.concurrent.DefaultThreadFactory
 
DefaultThreadFactory(Class<?>, int) - Constructor for class io.netty.util.concurrent.DefaultThreadFactory
 
DefaultThreadFactory(String, int) - Constructor for class io.netty.util.concurrent.DefaultThreadFactory
 
DefaultThreadFactory(Class<?>, 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, boolean, int) - Constructor for class io.netty.util.concurrent.DefaultThreadFactory
 
DefaultThreadFactory.DefaultRunnableDecorator - Class in io.netty.util.concurrent
 
DefaultThreadProperties(Thread) - Constructor for class io.netty.util.concurrent.SingleThreadEventExecutor.DefaultThreadProperties
 
defaultTinyCacheSize() - Static method in class io.netty.buffer.PooledByteBufAllocator
Default tiny cache size - System Property: io.netty.allocator.tinyCacheSize - default 512
DefaultUnsafe() - Constructor for class io.netty.channel.embedded.EmbeddedChannel.DefaultUnsafe
 
defaultValue - Variable in class io.netty.util.DomainNameMapping
 
defaultValue - Variable in class io.netty.util.DomainNameMappingBuilder
 
definedLength() - Method in class io.netty.handler.codec.http.multipart.AbstractHttpData
 
definedLength() - Method in interface io.netty.handler.codec.http.multipart.HttpData
Returns the defined length of the HttpData.
definedLength() - Method in class io.netty.handler.codec.http.multipart.MixedAttribute
 
definedLength() - Method in class io.netty.handler.codec.http.multipart.MixedFileUpload
 
definedSize - Variable in class io.netty.handler.codec.http.multipart.AbstractHttpData
 
definedSize - Variable in class io.netty.handler.codec.http.multipart.MixedFileUpload
 
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) - 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) - Constructor for class io.netty.handler.codec.http.websocketx.extensions.compression.DeflateEncoder
Constructor
DeflateFrameClientExtension(int) - 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.DeflateFrameClientExtension - Class in io.netty.handler.codec.http.websocketx.extensions.compression
 
DeflateFrameServerExtension(int, String) - 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.DeflateFrameServerExtension - Class in io.netty.handler.codec.http.websocketx.extensions.compression
 
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_RECYCLED - Static variable in class io.netty.util.Recycler
 
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.epoll.EpollRecvByteAllocatorHandle
 
delegate - Variable in class io.netty.channel.kqueue.KQueueRecvByteAllocatorHandle
 
delegate - Variable in class io.netty.channel.nio.SelectedSelectionKeySetSelector
 
delegate - Variable in class io.netty.channel.RecvByteBufAllocator.DelegatingHandle
 
delegate() - Method in class io.netty.channel.RecvByteBufAllocator.DelegatingHandle
Get the RecvByteBufAllocator.Handle which all methods will be delegated to.
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.util.X509TrustManagerWrapper
 
delegate - Variable in class io.netty.resolver.dns.InflightNameResolver
 
delegatedTaskExecutor - Variable in class io.netty.handler.ssl.SslHandler
 
DelegatingChannelHandlerContext(ChannelHandlerContext, ChannelHandler) - Constructor for class io.netty.channel.CombinedChannelDuplexHandler.DelegatingChannelHandlerContext
 
DelegatingDecompressorFrameListener - Class in io.netty.handler.codec.http2
A 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
 
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
 
DelegatingStringSet(Set<T>) - Constructor for class io.netty.handler.codec.HeadersUtils.DelegatingStringSet
 
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() - Method in class io.netty.handler.codec.http.multipart.AbstractDiskHttpData
 
delete() - Method in class io.netty.handler.codec.http.multipart.AbstractMemoryHttpData
 
delete() - Method in interface io.netty.handler.codec.http.multipart.HttpData
Deletes the underlying storage for a file item, including deleting any associated temporary disk file.
delete() - Method in class io.netty.handler.codec.http.multipart.MixedAttribute
 
delete() - Method in class io.netty.handler.codec.http.multipart.MixedFileUpload
 
DELETE - Static variable in class io.netty.handler.codec.memcache.binary.BinaryMemcacheOpcodes
 
delete() - Method in class io.netty.handler.ssl.util.SelfSignedCertificate
Deletes the generated X.509 certificate file and RSA private key file.
DELETE_NATIVE_LIB_AFTER_LOADING - Static variable in class io.netty.util.internal.NativeLibraryLoader
 
deleteGlobalRefs(long, long) - Static method in class io.netty.channel.kqueue.KQueueEventArray
 
deleteJniChannelPointers() - Method in class io.netty.channel.kqueue.KQueueEventLoop
 
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
 
DELIMITER_LENGTH - Static variable in class io.netty.handler.codec.haproxy.HAProxyMessageDecoder
Version 1 header delimiter is always '\r\n' per spec
DelimiterBasedFrameDecoder - Class in io.netty.handler.codec
A decoder that splits the received ByteBufs by one or more delimiters.
DelimiterBasedFrameDecoder(int, 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, 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, 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.
DELIMITERS - Static variable in class io.netty.handler.codec.DateFormatter
 
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
 
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
 
depth(int) - Method in class io.netty.buffer.PoolChunk
 
depthMap - Variable in class io.netty.buffer.PoolChunk
 
depths - Variable in class io.netty.handler.codec.redis.RedisArrayAggregator
 
deque - Variable in class io.netty.channel.pool.SimpleChannelPool
 
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(ChannelPromise) - Method in class io.netty.channel.AbstractChannel.AbstractUnsafe
 
deregister(ChannelPromise, boolean) - Method in class io.netty.channel.AbstractChannel.AbstractUnsafe
 
deregister() - Method in class io.netty.channel.AbstractChannel
 
deregister(ChannelPromise) - Method in class io.netty.channel.AbstractChannel
 
deregister() - Method in class io.netty.channel.AbstractChannelHandlerContext
 
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(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() - 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 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(ChannelPromise) - Method in class io.netty.channel.CombinedChannelDuplexHandler.DelegatingChannelHandlerContext
 
deregister(ChannelHandlerContext, ChannelPromise) - Method in class io.netty.channel.CombinedChannelDuplexHandler
 
deregister() - Method in class io.netty.channel.DefaultChannelPipeline
 
deregister(ChannelPromise) - Method in class io.netty.channel.DefaultChannelPipeline
 
deregister(ChannelHandlerContext, ChannelPromise) - Method in class io.netty.channel.DefaultChannelPipeline.HeadContext
 
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(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() - Method in class io.netty.channel.group.DefaultChannelGroup
 
deregister(ChannelMatcher) - Method in class io.netty.channel.group.DefaultChannelGroup
 
deregister() - Method in class io.netty.channel.ThreadPerChannelEventLoop
 
deregister(ChannelHandlerContext, ChannelPromise) - Method in class io.netty.handler.codec.DatagramPacketEncoder
 
deregister(ChannelHandlerContext, ChannelPromise) - Method in class io.netty.handler.codec.http.HttpClientUpgradeHandler
 
deregister(ChannelHandlerContext, ChannelPromise) - Method in class io.netty.handler.codec.http2.Http2ConnectionHandler
 
deregister(ChannelHandlerContext, ChannelPromise) - Method in class io.netty.handler.codec.spdy.SpdyFrameCodec
 
deregister(ChannelHandlerContext, ChannelPromise) - Method in class io.netty.handler.logging.LoggingHandler
 
deregister(ChannelHandlerContext, ChannelPromise) - Method in class io.netty.handler.ssl.AbstractSniHandler
 
deregister(ChannelHandlerContext, ChannelPromise) - Method in class io.netty.handler.ssl.SslHandler
 
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
 
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() - Method in class io.netty.handler.codec.haproxy.HAProxyMessage
Returns the human-readable destination address of this HAProxyMessage.
destinationAddress - Variable in class io.netty.handler.proxy.ProxyConnectionEvent
 
destinationAddress() - Method in class io.netty.handler.proxy.ProxyConnectionEvent
Returns the address of the destination.
destinationAddress - Variable in class io.netty.handler.proxy.ProxyHandler
 
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(PoolArena<T>) - Method in class io.netty.buffer.PoolChunkList
 
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.PemPrivateKey
NOTE: This is a JDK8 interface/method.
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
 
destroyChunk(PoolChunk<T>) - Method in class io.netty.buffer.PoolArena
 
destroyChunk(PoolChunk<ByteBuffer>) - Method in class io.netty.buffer.PoolArena.DirectArena
 
destroyChunk(PoolChunk<byte[]>) - Method in class io.netty.buffer.PoolArena.HeapArena
 
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
 
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() - Method in class io.netty.handler.codec.smtp.DefaultSmtpResponse
 
details() - Method in interface io.netty.handler.codec.smtp.SmtpResponse
Returns the details if any.
details - Variable in class io.netty.handler.codec.smtp.SmtpResponseDecoder
 
detected(T) - Static method in class io.netty.handler.codec.ProtocolDetectionResult
Returns a ProtocolDetectionResult which holds the detected protocol.
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.
determineWrapper(String) - Method in class io.netty.handler.codec.http.HttpContentCompressor
 
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
 
digest(FastThreadLocal<MessageDigest>, byte[]) - Static method in class io.netty.handler.codec.http.websocketx.WebSocketUtil
 
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(PooledByteBufAllocator, int, int, int, int, int) - Constructor for class io.netty.buffer.PoolArena.DirectArena
 
directArena - Variable in class io.netty.buffer.PoolThreadCache
 
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(int) - Method in class io.netty.buffer.AbstractByteBufAllocator
 
directBuffer(int, int) - Method in class io.netty.buffer.AbstractByteBufAllocator
 
directBuffer() - Method in interface io.netty.buffer.ByteBufAllocator
Allocate a direct ByteBuf.
directBuffer(int) - Method in interface io.netty.buffer.ByteBufAllocator
Allocate a direct ByteBuf with the given initial capacity.
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() - 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(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, 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() - Method in class io.netty.channel.local.PreferHeapByteBufAllocator
 
directBuffer(int) - Method in class io.netty.channel.local.PreferHeapByteBufAllocator
 
directBuffer(int, int) - Method in class io.netty.channel.local.PreferHeapByteBufAllocator
 
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
 
directMemoryCacheAlignmentMask - Variable in class io.netty.buffer.PoolArena
 
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_KEYSET_OPTIMIZATION - Static variable in class io.netty.channel.nio.NioEventLoop
 
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
 
DISCARD - Static variable in class io.netty.handler.codec.http.CookieDecoder
Deprecated.
 
discard - Variable in class io.netty.handler.codec.http.DefaultCookie
Deprecated.
 
discard(Throwable) - Method in class io.netty.handler.stream.ChunkedWriteHandler
 
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
 
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(ChannelPromise) - Method in class io.netty.channel.AbstractChannel.AbstractUnsafe
 
disconnect() - Method in class io.netty.channel.AbstractChannel
 
disconnect(ChannelPromise) - Method in class io.netty.channel.AbstractChannel
 
disconnect() - Method in class io.netty.channel.AbstractChannelHandlerContext
 
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(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() - 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 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(ChannelPromise) - Method in class io.netty.channel.CombinedChannelDuplexHandler.DelegatingChannelHandlerContext
 
disconnect(ChannelHandlerContext, ChannelPromise) - Method in class io.netty.channel.CombinedChannelDuplexHandler
 
disconnect() - Method in class io.netty.channel.DefaultChannelPipeline
 
disconnect(ChannelPromise) - Method in class io.netty.channel.DefaultChannelPipeline
 
disconnect(ChannelHandlerContext, ChannelPromise) - Method in class io.netty.channel.DefaultChannelPipeline.HeadContext
 
disconnect() - Method in class io.netty.channel.embedded.EmbeddedChannel
 
disconnect(ChannelPromise) - 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(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() - Method in class io.netty.channel.group.DefaultChannelGroup
 
disconnect(ChannelMatcher) - Method in class io.netty.channel.group.DefaultChannelGroup
 
disconnect(ChannelHandlerContext, ChannelPromise) - Method in class io.netty.handler.codec.DatagramPacketEncoder
 
disconnect(ChannelHandlerContext, ChannelPromise) - Method in class io.netty.handler.codec.http.HttpClientUpgradeHandler
 
disconnect(ChannelHandlerContext, ChannelPromise) - Method in class io.netty.handler.codec.http2.Http2ConnectionHandler
 
disconnect(ChannelHandlerContext, ChannelPromise) - Method in class io.netty.handler.codec.spdy.SpdyFrameCodec
 
disconnect(ChannelHandlerContext, ChannelPromise) - Method in class io.netty.handler.flush.FlushConsolidationHandler
 
disconnect(ChannelHandlerContext, ChannelPromise) - Method in class io.netty.handler.logging.LoggingHandler
 
disconnect(ChannelHandlerContext, ChannelPromise) - Method in class io.netty.handler.ssl.AbstractSniHandler
 
disconnect(ChannelHandlerContext, ChannelPromise) - Method in class io.netty.handler.ssl.SslHandler
 
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, Charset) - 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, String) - Constructor for class io.netty.handler.codec.http.multipart.DiskAttribute
 
DiskAttribute(String, String, Charset) - 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
 
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
 
DnsAddressResolverGroup - Class in io.netty.resolver.dns
DnsAddressResolverGroup(Class<? extends DatagramChannel>, DnsServerAddressStreamProvider) - Constructor for class io.netty.resolver.dns.DnsAddressResolverGroup
 
DnsAddressResolverGroup(ChannelFactory<? extends DatagramChannel>, DnsServerAddressStreamProvider) - Constructor for class io.netty.resolver.dns.DnsAddressResolverGroup
 
DnsCache - Interface in io.netty.resolver.dns
A cache for DNS resolution entries.
DnsCacheEntry - Class in io.netty.resolver.dns
Entry in DnsCache.
DnsCacheEntry(String, InetAddress) - Constructor for class io.netty.resolver.dns.DnsCacheEntry
 
DnsCacheEntry(String, Throwable) - Constructor for class io.netty.resolver.dns.DnsCacheEntry
 
DnsCacheIterable(List<DnsCacheEntry>) - Constructor for class io.netty.resolver.dns.DnsNameResolverContext.DnsCacheIterable
 
dnsClass - Variable in class io.netty.handler.codec.dns.AbstractDnsRecord
 
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.
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
 
DnsNameResolver - Class in io.netty.resolver.dns
A DNS-based InetNameResolver.
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
Creates a new DNS-based name resolver that communicates with the specified list of DNS servers.
DnsNameResolver.DnsResponseHandler - Class in io.netty.resolver.dns
 
DnsNameResolver.ListResolverContext - Class in io.netty.resolver.dns
 
DnsNameResolver.SingleResolverContext - Class in io.netty.resolver.dns
 
DnsNameResolverBuilder - Class in io.netty.resolver.dns
A DnsNameResolver builder.
DnsNameResolverBuilder(EventLoop) - Constructor for class io.netty.resolver.dns.DnsNameResolverBuilder
Creates a new builder.
DnsNameResolverContext<T> - Class in io.netty.resolver.dns
 
DnsNameResolverContext(DnsNameResolver, String, DnsRecord[], DnsCache, DnsServerAddressStream) - Constructor for class io.netty.resolver.dns.DnsNameResolverContext
 
DnsNameResolverContext.AuthoritativeNameServer - Class in io.netty.resolver.dns
 
DnsNameResolverContext.AuthoritativeNameServerList - Class in io.netty.resolver.dns
Holds the closed DNS Servers for a domain.
DnsNameResolverContext.DnsCacheIterable - Class in io.netty.resolver.dns
 
DnsNameResolverContext.SearchDomainUnknownHostException - Exception in io.netty.resolver.dns
 
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
 
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(DnsNameResolver, InetSocketAddress, 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
 
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() - Method in class io.netty.resolver.dns.DnsNameResolver
 
dnsQueryLifecycleObserverFactory - Variable in class io.netty.resolver.dns.DnsNameResolverBuilder
 
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.
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
 
dnsRedirectPort(InetAddress) - Method in class io.netty.resolver.dns.DnsNameResolver
 
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
 
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.TraceDnsQueryLifecycleObserver
 
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
 
DO_CLOSE_CLOSED_CHANNEL_EXCEPTION - Static variable in class io.netty.channel.epoll.AbstractEpollStreamChannel
 
DO_CLOSE_CLOSED_CHANNEL_EXCEPTION - Static variable in class io.netty.channel.kqueue.AbstractKQueueStreamChannel
 
DO_CLOSE_CLOSED_CHANNEL_EXCEPTION - Static variable in class io.netty.channel.local.LocalChannel
 
DO_CLOSE_CLOSED_CHANNEL_EXCEPTION - Static variable in class io.netty.channel.nio.AbstractNioChannel
 
DO_WRITE_CLOSED_CHANNEL_EXCEPTION - Static variable in class io.netty.channel.local.LocalChannel
 
doAccounting(TrafficCounter) - Method in class io.netty.handler.traffic.AbstractTrafficShapingHandler
Called each time the accounting is computed from the TrafficCounters.
doAccounting(TrafficCounter) - Method in class io.netty.handler.traffic.GlobalChannelTrafficShapingHandler
 
doBeginRead() - Method in class io.netty.channel.AbstractChannel
Schedule a read operation.
doBeginRead() - Method in class io.netty.channel.embedded.EmbeddedChannel
 
doBeginRead() - Method in class io.netty.channel.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
 
doBeginRead() - Method in class io.netty.handler.codec.http2.AbstractHttp2StreamChannel
 
doBind(SocketAddress) - Method in class io.netty.bootstrap.AbstractBootstrap
 
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.EpollDatagramChannel
 
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.epoll.EpollSocketChannel
 
doBind(SocketAddress) - Method in class io.netty.channel.kqueue.KQueueDatagramChannel
 
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.kqueue.KQueueSocketChannel
 
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.sctp.nio.NioSctpChannel
 
doBind(SocketAddress) - Method in class io.netty.channel.sctp.nio.NioSctpServerChannel
 
doBind(SocketAddress) - Method in class io.netty.channel.sctp.oio.OioSctpChannel
 
doBind(SocketAddress) - Method in class io.netty.channel.sctp.oio.OioSctpServerChannel
 
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
 
doBind(SocketAddress) - Method in class io.netty.channel.socket.oio.OioServerSocketChannel
 
doBind(SocketAddress) - Method in class io.netty.channel.socket.oio.OioSocketChannel
 
doBind(SocketAddress) - Method in class io.netty.handler.codec.http2.AbstractHttp2StreamChannel
 
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.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.EpollServerDomainSocketChannel
 
doClose() - Method in class io.netty.channel.kqueue.AbstractKQueueChannel
 
doClose() - Method in class io.netty.channel.kqueue.AbstractKQueueStreamChannel
 
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
 
doClose() - Method in class io.netty.channel.sctp.nio.NioSctpChannel
 
doClose() - Method in class io.netty.channel.sctp.nio.NioSctpServerChannel
 
doClose() - Method in class io.netty.channel.sctp.oio.OioSctpChannel
 
doClose() - Method in class io.netty.channel.sctp.oio.OioSctpServerChannel
 
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
 
doClose() - Method in class io.netty.channel.socket.oio.OioServerSocketChannel
 
doClose() - Method in class io.netty.channel.socket.oio.OioSocketChannel
 
doClose() - Method in class io.netty.handler.codec.http2.AbstractHttp2StreamChannel
 
doClose() - Method in class io.netty.handler.codec.http2.Http2MultiplexCodec.Http2StreamChannel
 
doClose0(ChannelPromise) - Method in class io.netty.channel.AbstractChannel.AbstractUnsafe
 
doConnect(SocketAddress, SocketAddress, ChannelPromise) - Static method in class io.netty.bootstrap.Bootstrap
 
doConnect(SocketAddress, SocketAddress) - Method in class io.netty.channel.epoll.AbstractEpollStreamChannel
Connect to the remote peer
doConnect(SocketAddress, SocketAddress) - Method in class io.netty.channel.epoll.EpollDomainSocketChannel
 
doConnect(SocketAddress, SocketAddress) - Method in class io.netty.channel.epoll.EpollSocketChannel
 
doConnect(SocketAddress, SocketAddress) - Method in class io.netty.channel.kqueue.AbstractKQueueStreamChannel
Connect to the remote peer
doConnect(SocketAddress, SocketAddress) - Method in class io.netty.channel.kqueue.KQueueDomainSocketChannel
 
doConnect(SocketAddress, SocketAddress) - Method in class io.netty.channel.kqueue.KQueueSocketChannel
 
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
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.sctp.nio.NioSctpChannel
 
doConnect(SocketAddress, SocketAddress) - Method in class io.netty.channel.sctp.nio.NioSctpServerChannel
 
doConnect(SocketAddress, SocketAddress) - Method in class io.netty.channel.sctp.oio.OioSctpChannel
 
doConnect(SocketAddress, SocketAddress) - Method in class io.netty.channel.sctp.oio.OioSctpServerChannel
 
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
 
doConnect(SocketAddress, SocketAddress) - Method in class io.netty.channel.socket.oio.OioServerSocketChannel
 
doConnect(SocketAddress, SocketAddress) - Method in class io.netty.channel.socket.oio.OioSocketChannel
 
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.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.kqueue.AbstractKQueueChannel
 
doDisconnect() - Method in class io.netty.channel.kqueue.KQueueDatagramChannel
 
doDisconnect() - Method in class io.netty.channel.local.LocalChannel
 
doDisconnect() - Method in class io.netty.channel.sctp.nio.NioSctpChannel
 
doDisconnect() - Method in class io.netty.channel.sctp.nio.NioSctpServerChannel
 
doDisconnect() - Method in class io.netty.channel.sctp.oio.OioSctpChannel
 
doDisconnect() - Method in class io.netty.channel.sctp.oio.OioSctpServerChannel
 
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
 
doDisconnect() - Method in class io.netty.channel.socket.oio.OioServerSocketChannel
 
doDisconnect() - Method in class io.netty.channel.socket.oio.OioSocketChannel
 
doDisconnect() - Method in class io.netty.handler.codec.http2.AbstractHttp2StreamChannel
 
doEncode(ByteBufAllocator, MqttMessage) - Static method in class io.netty.handler.codec.mqtt.MqttEncoder
This is the main encoding method.
doFinishConnect() - Method in class io.netty.channel.epoll.AbstractEpollStreamChannel.EpollStreamUnsafe
Finish the connect
doFinishConnect() - Method in class io.netty.channel.epoll.EpollSocketChannel.EpollSocketChannelUnsafe
 
doFinishConnect() - Method in class io.netty.channel.kqueue.AbstractKQueueStreamChannel.KQueueStreamUnsafe
 
doFinishConnect() - Method in class io.netty.channel.kqueue.KQueueSocketChannel.KQueueSocketChannelUnsafe
 
doFinishConnect() - Method in class io.netty.channel.nio.AbstractNioChannel
Finish the connect
doFinishConnect() - Method in class io.netty.channel.sctp.nio.NioSctpChannel
 
doFinishConnect() - Method in class io.netty.channel.sctp.nio.NioSctpServerChannel
 
doFinishConnect() - Method in class io.netty.channel.socket.nio.NioDatagramChannel
 
doFinishConnect() - Method in class io.netty.channel.socket.nio.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(T) - Method in class io.netty.resolver.AbstractAddressResolver
Invoked by AbstractAddressResolver.isResolved(SocketAddress) to check if the specified address has been resolved already.
doIsResolved(InetSocketAddress) - Method in class io.netty.resolver.InetSocketAddressResolver
 
doIsResolved(SocketAddress) - Method in class io.netty.resolver.NoopAddressResolver
 
domain - Variable in class io.netty.handler.codec.http.cookie.ClientCookieDecoder.CookieBuilder
 
domain() - Method in interface io.netty.handler.codec.http.cookie.Cookie
Returns the domain of this Cookie.
DOMAIN - Static variable in class io.netty.handler.codec.http.cookie.CookieHeaderNames
 
domain - Variable in class io.netty.handler.codec.http.cookie.DefaultCookie
 
domain() - Method in class io.netty.handler.codec.http.cookie.DefaultCookie
 
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
 
DomainMappingBuilder<V> - Class in io.netty.util
Deprecated.
DomainMappingBuilder(V) - Constructor for class io.netty.util.DomainMappingBuilder
Deprecated.
Constructor with default initial capacity of the map holding the mappings
DomainMappingBuilder(int, V) - Constructor for class io.netty.util.DomainMappingBuilder
Deprecated.
Constructor with initial capacity of the map holding the mappings
domainName - Variable in class io.netty.resolver.dns.DnsNameResolverContext.AuthoritativeNameServer
 
domainName() - Method in class io.netty.resolver.dns.DnsNameResolverContext.AuthoritativeNameServer
The domain for which the DnsNameResolverContext.AuthoritativeNameServer is responsible.
DomainNameMapping<V> - Class in io.netty.util
Maps a domain name to its associated value object.
DomainNameMapping(V) - Constructor for class io.netty.util.DomainNameMapping
Deprecated.
use DomainNameMappingBuilder to create and fill the mapping instead
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
 
DomainNameMappingBuilder<V> - Class in io.netty.util
Builder for immutable DomainNameMapping instances.
DomainNameMappingBuilder(V) - Constructor for class io.netty.util.DomainNameMappingBuilder
Constructor with default initial capacity of the map holding the mappings
DomainNameMappingBuilder(int, V) - Constructor for class io.netty.util.DomainNameMappingBuilder
Constructor with initial capacity of the map holding the mappings
DomainNameMappingBuilder.ImmutableDomainNameMapping<V> - Class in io.netty.util
Immutable mapping from domain name pattern to its associated value object.
domainNamePatterns - Variable in class io.netty.util.DomainNameMappingBuilder.ImmutableDomainNameMapping
 
DomainSocketAddress - Class in io.netty.channel.unix
A address for a Unix Domain Socket.
DomainSocketAddress(String) - Constructor for class io.netty.channel.unix.DomainSocketAddress
 
DomainSocketAddress(File) - 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
 
done - Variable in class io.netty.handler.codec.http.HttpClientCodec
If true, decoding stops (i.e.
doneAdding - Variable in class io.netty.util.concurrent.PromiseCombiner
 
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
 
doNotFree - Variable in class io.netty.buffer.UnpooledUnsafeDirectByteBuf
 
doRead() - Method in class io.netty.channel.oio.AbstractOioByteChannel
 
doRead() - Method in class io.netty.channel.oio.AbstractOioChannel
 
doRead() - Method in class io.netty.channel.oio.AbstractOioMessageChannel
 
doRead0(Object, RecvByteBufAllocator.Handle) - Method in class io.netty.handler.codec.http2.AbstractHttp2StreamChannel
Returns whether reads should continue.
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
Read bytes from the underlying Socket.
doReadBytes(ByteBuf) - Method in class io.netty.channel.oio.OioByteStreamChannel
 
doReadBytes(ByteBuf) - Method in class io.netty.channel.socket.nio.NioSocketChannel
 
doReadBytes(ByteBuf) - Method in class io.netty.channel.socket.oio.OioSocketChannel
 
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
Read messages into the given array and return the amount which was read.
doReadMessages(List<Object>) - Method in class io.netty.channel.sctp.nio.NioSctpChannel
 
doReadMessages(List<Object>) - Method in class io.netty.channel.sctp.nio.NioSctpServerChannel
 
doReadMessages(List<Object>) - Method in class io.netty.channel.sctp.oio.OioSctpChannel
 
doReadMessages(List<Object>) - Method in class io.netty.channel.sctp.oio.OioSctpServerChannel
 
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
 
doReadMessages(List<Object>) - Method in class io.netty.channel.socket.oio.OioServerSocketChannel
 
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(T, Promise<T>) - Method in class io.netty.resolver.AbstractAddressResolver
Invoked by AbstractAddressResolver.resolve(SocketAddress) to perform the actual name resolution.
doResolve(String, Promise<T>) - Method in class io.netty.resolver.CompositeNameResolver
 
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, 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(InetSocketAddress, Promise<InetSocketAddress>) - Method in class io.netty.resolver.InetSocketAddressResolver
 
doResolve(SocketAddress, Promise<SocketAddress>) - Method in class io.netty.resolver.NoopAddressResolver
 
doResolve(String, Promise<InetAddress>) - Method in class io.netty.resolver.RoundRobinInetAddressResolver
 
doResolve(String, Promise<T>) - Method in class io.netty.resolver.SimpleNameResolver
Invoked by SimpleNameResolver.resolve(String) to perform the actual name resolution.
doResolveAll(T, Promise<List<T>>) - Method in class io.netty.resolver.AbstractAddressResolver
Invoked by AbstractAddressResolver.resolveAll(SocketAddress) to perform the actual name resolution.
doResolveAll(String, Promise<List<T>>) - Method in class io.netty.resolver.CompositeNameResolver
 
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, 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(InetSocketAddress, Promise<List<InetSocketAddress>>) - Method in class io.netty.resolver.InetSocketAddressResolver
 
doResolveAll(SocketAddress, Promise<List<SocketAddress>>) - Method in class io.netty.resolver.NoopAddressResolver
 
doResolveAll(String, Promise<List<InetAddress>>) - Method in class io.netty.resolver.RoundRobinInetAddressResolver
 
doResolveAll(String, Promise<List<T>>) - Method in class io.netty.resolver.SimpleNameResolver
Invoked by SimpleNameResolver.resolveAll(String) to perform the actual name resolution.
doResolveAllCached(String, DnsRecord[], Promise<List<InetAddress>>, DnsCache) - 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<List<InetAddress>>, DnsCache) - 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) - Method in class io.netty.resolver.dns.DnsNameResolver
 
doSearchDomainQuery(int, FutureListener<T>) - Method in class io.netty.resolver.dns.DnsNameResolverContext
 
doStartThread() - Method in class io.netty.util.concurrent.SingleThreadEventExecutor
 
DOT_CRLF - Static variable in class io.netty.handler.codec.smtp.SmtpRequestEncoder
 
DOT_CRLF_BUFFER - Static variable in class io.netty.handler.codec.smtp.SmtpRequestEncoder
 
dots - Variable in class io.netty.resolver.dns.DnsNameResolverContext.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
 
doubleArrayAppend(StringBuilder, double[]) - Static method in class io.netty.util.internal.logging.MessageFormatter
 
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.kqueue.AbstractKQueueServerChannel
 
doWrite(ChannelOutboundBuffer) - Method in class io.netty.channel.kqueue.AbstractKQueueStreamChannel
 
doWrite(ChannelOutboundBuffer) - Method in class io.netty.channel.kqueue.KQueueDatagramChannel
 
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
 
doWrite(ChannelOutboundBuffer) - Method in class io.netty.channel.sctp.oio.OioSctpChannel
 
doWrite(ChannelOutboundBuffer) - Method in class io.netty.channel.sctp.oio.OioSctpServerChannel
 
doWrite(ChannelOutboundBuffer) - Method in class io.netty.channel.socket.nio.NioSocketChannel
 
doWrite(ChannelOutboundBuffer) - Method in class io.netty.channel.socket.oio.OioDatagramChannel
 
doWrite(ChannelOutboundBuffer) - Method in class io.netty.channel.socket.oio.OioServerSocketChannel
 
doWrite(ChannelOutboundBuffer) - Method in class io.netty.handler.codec.http2.AbstractHttp2StreamChannel
 
doWrite(Object) - Method in class io.netty.handler.codec.http2.AbstractHttp2StreamChannel
Process a single write.
doWrite(Object) - Method in class io.netty.handler.codec.http2.Http2MultiplexCodec.Http2StreamChannel
 
doWriteBytes(ByteBuf, int) - Method in class io.netty.channel.epoll.AbstractEpollChannel
 
doWriteBytes(ByteBuf, int) - Method in class io.netty.channel.kqueue.AbstractKQueueChannel
 
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
Write the data which is hold by the ByteBuf to the underlying Socket.
doWriteBytes(ByteBuf) - Method in class io.netty.channel.oio.OioByteStreamChannel
 
doWriteBytes(ByteBuf) - Method in class io.netty.channel.socket.nio.NioSocketChannel
 
doWriteComplete() - Method in class io.netty.handler.codec.http2.AbstractHttp2StreamChannel
doWriteComplete() - Method in class io.netty.handler.codec.http2.Http2MultiplexCodec.Http2StreamChannel
 
doWriteFileRegion(FileRegion) - Method in class io.netty.channel.nio.AbstractNioByteChannel
Write a FileRegion
doWriteFileRegion(FileRegion) - Method in class io.netty.channel.oio.AbstractOioByteChannel
Write the data which is hold by the FileRegion to the underlying Socket.
doWriteFileRegion(FileRegion) - Method in class io.netty.channel.oio.OioByteStreamChannel
 
doWriteFileRegion(FileRegion) - Method in class io.netty.channel.socket.nio.NioSocketChannel
 
doWriteMessage(Object) - Method in class io.netty.channel.epoll.EpollDatagramChannel
 
doWriteMessage(Object) - Method in class io.netty.channel.kqueue.KQueueDatagramChannel
 
doWriteMessage(Object, ChannelOutboundBuffer) - Method in class io.netty.channel.nio.AbstractNioMessageChannel
Write a message to the underlying Channel.
doWriteMessage(Object, ChannelOutboundBuffer) - Method in class io.netty.channel.sctp.nio.NioSctpChannel
 
doWriteMessage(Object, ChannelOutboundBuffer) - Method in class io.netty.channel.sctp.nio.NioSctpServerChannel
 
doWriteMessage(Object, ChannelOutboundBuffer) - Method in class io.netty.channel.socket.nio.NioDatagramChannel
 
doWriteMessage(Object, ChannelOutboundBuffer) - Method in class io.netty.channel.socket.nio.NioServerSocketChannel
 
doWriteMultiple(ChannelOutboundBuffer, int) - Method in class io.netty.channel.epoll.AbstractEpollStreamChannel
 
doWriteMultiple(ChannelOutboundBuffer, int) - Method in class io.netty.channel.kqueue.AbstractKQueueStreamChannel
 
doWriteSingle(ChannelOutboundBuffer, int) - Method in class io.netty.channel.epoll.AbstractEpollStreamChannel
 
doWriteSingle(ChannelOutboundBuffer, int) - Method in class io.netty.channel.epoll.EpollDomainSocketChannel
 
doWriteSingle(ChannelOutboundBuffer, int) - Method in class io.netty.channel.kqueue.AbstractKQueueStreamChannel
 
doWriteSingle(ChannelOutboundBuffer, int) - Method in class io.netty.channel.kqueue.KQueueDomainSocketChannel
 
dropHandle(Recycler.DefaultHandle<?>) - Method in class io.netty.util.Recycler.Stack
 
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() - Method in class io.netty.handler.codec.socksx.v4.DefaultSocks4CommandRequest
 
dstAddr - Variable in class io.netty.handler.codec.socksx.v4.DefaultSocks4CommandResponse
 
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 - 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.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() - Method in class io.netty.handler.codec.socksx.v4.DefaultSocks4CommandRequest
 
dstPort - Variable in class io.netty.handler.codec.socksx.v4.DefaultSocks4CommandResponse
 
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 - 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.v5.DefaultSocks5CommandRequest
 
dstPort() - Method in interface io.netty.handler.codec.socksx.v5.Socks5CommandRequest
Returns the DST.PORT field of this request.
DUMMY - Static variable in class io.netty.util.Recycler.WeakOrderQueue
 
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.
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.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.sctp.SctpMessage
 
duplicate() - Method in class io.netty.channel.socket.DatagramPacket
 
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 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 interface io.netty.handler.codec.http2.Http2DataFrame
 
duplicate() - Method in interface io.netty.handler.codec.http2.Http2GoAwayFrame
 
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 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.
 
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

E

E2BIG - Static variable in class io.netty.handler.codec.memcache.binary.BinaryMemcacheResponseStatus
 
echoRequestOrigin(HttpResponse) - Method in class io.netty.handler.codec.http.cors.CorsHandler
 
edgeTriggered(boolean) - Method in class io.netty.channel.epoll.EpollRecvByteAllocatorHandle
 
EHLO - Static variable in class io.netty.handler.codec.smtp.SmtpCommand
 
ehlo(CharSequence) - Static method in class io.netty.handler.codec.smtp.SmtpRequests
Creates a EHLO request.
EINVA - Static variable in class io.netty.handler.codec.memcache.binary.BinaryMemcacheResponseStatus
 
element() - Method in class io.netty.util.internal.EmptyPriorityQueue
 
elements - Variable in class io.netty.util.Recycler.Stack
 
elements - Variable in class io.netty.util.Recycler.WeakOrderQueue.Link
 
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(ChannelId) - Constructor for class io.netty.channel.embedded.EmbeddedChannel
Create a new instance with the specified ID and an empty pipeline.
EmbeddedChannel(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(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(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, 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.DefaultUnsafe - Class in io.netty.channel.embedded
 
EmbeddedChannel.EmbeddedChannelPipeline - 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 - 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
 
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.resolver.HostsFileEntries
Empty entries
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_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_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_HANDLERS - Static variable in class io.netty.channel.embedded.EmbeddedChannel
 
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_HEADERS - Static variable in class io.netty.handler.codec.http.HttpUtil
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_PING - Static variable in class io.netty.handler.codec.http2.Http2CodecUtil
 
EMPTY_REQUEST_PATH - Static variable in class io.netty.handler.codec.http2.HttpConversionUtil
rfc7540, 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_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_VALUE - Static variable in class io.netty.handler.codec.http.HttpObjectDecoder
 
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
 
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
 
emptyMap() - Static method in class io.netty.util.collection.ByteCollections
Returns an unmodifiable empty ByteObjectMap.
EmptyMap() - Constructor for class io.netty.util.collection.ByteCollections.EmptyMap
 
emptyMap() - Static method in class io.netty.util.collection.CharCollections
Returns an unmodifiable empty CharObjectMap.
EmptyMap() - Constructor for class io.netty.util.collection.CharCollections.EmptyMap
 
emptyMap() - Static method in class io.netty.util.collection.IntCollections
Returns an unmodifiable empty IntObjectMap.
EmptyMap() - Constructor for class io.netty.util.collection.IntCollections.EmptyMap
 
emptyMap() - Static method in class io.netty.util.collection.LongCollections
Returns an unmodifiable empty LongObjectMap.
EmptyMap() - Constructor for class io.netty.util.collection.LongCollections.EmptyMap
 
emptyMap() - Static method in class io.netty.util.collection.ShortCollections
Returns an unmodifiable empty ShortObjectMap.
EmptyMap() - Constructor for class io.netty.util.collection.ShortCollections.EmptyMap
 
emptyPingBuf() - Static method in class io.netty.handler.codec.http2.Http2CodecUtil
Returns a buffer filled with all zeros that is the appropriate length for a PING frame.
EmptyPriorityQueue<T> - Class in io.netty.util.internal
 
EmptyPriorityQueue() - Constructor for class io.netty.util.internal.EmptyPriorityQueue
 
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.SslContextBuilder
 
enableOcsp(boolean) - Method in class io.netty.handler.ssl.SslContextBuilder
Enables OCSP stapling.
encapsulatedTLVs() - Method in class io.netty.handler.codec.haproxy.HAProxySSLTLV
Returns an unmodifiable Set of encapsulated HAProxyTLVs.
encode(Map.Entry<CharSequence, CharSequence>) - Method in class io.netty.handler.codec.AsciiHeadersEncoder
 
encode(ByteBuf) - Static method in class io.netty.handler.codec.base64.Base64
 
encode(ByteBuf, Base64Dialect) - Static method in class io.netty.handler.codec.base64.Base64
 
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, Base64Dialect) - 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(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.base64.Base64Encoder
 
encode(ChannelHandlerContext, byte[], List<Object>) - Method in class io.netty.handler.codec.bytes.ByteArrayEncoder
 
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, ByteBuf, ByteBuf) - Method in class io.netty.handler.codec.compression.Bzip2Encoder
 
encode(ByteBuf) - Method in class io.netty.handler.codec.compression.Bzip2HuffmanStageEncoder
Encodes and writes the block data.
encode() - Method in class io.netty.handler.codec.compression.Bzip2MTFAndRLE2StageEncoder
Performs the Move To Front transform and Run Length Encoding[1] stages.
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(ByteBuf, ByteBuf, int) - Method in class io.netty.handler.codec.compression.Snappy
 
encode(ChannelHandlerContext, ByteBuf, ByteBuf) - Method in class io.netty.handler.codec.compression.SnappyFrameEncoder
 
encode(ChannelHandlerContext, AddressedEnvelope<M, InetSocketAddress>, List<Object>) - Method in class io.netty.handler.codec.DatagramPacketEncoder
 
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(String, String) - Static method in class io.netty.handler.codec.http.ClientCookieEncoder
Deprecated.
encode(Cookie) - Static method in class io.netty.handler.codec.http.ClientCookieEncoder
Deprecated.
encode(Cookie...) - Static method in class io.netty.handler.codec.http.ClientCookieEncoder
Deprecated.
encode(Iterable<Cookie>) - 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(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.ClientCookieEncoder
Encodes the specified cookies into a single Cookie header value.
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(Iterable<? extends Cookie>) - Method in class io.netty.handler.codec.http.cookie.ClientCookieEncoder
Encodes the specified cookies into a single Cookie header value.
encode(StringBuilder, Cookie) - Method in class io.netty.handler.codec.http.cookie.ClientCookieEncoder
 
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(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.ServerCookieEncoder
Batch encodes cookies into Set-Cookie header values.
encode(Collection<? extends Cookie>) - Method in class io.netty.handler.codec.http.cookie.ServerCookieEncoder
Batch encodes cookies into Set-Cookie header values.
encode(Iterable<? extends Cookie>) - Method in class io.netty.handler.codec.http.cookie.ServerCookieEncoder
Batch encodes cookies into Set-Cookie header values.
encode(ChannelHandlerContext, Object, List<Object>) - Method in class io.netty.handler.codec.http.HttpClientCodec.Encoder
 
encode(ChannelHandlerContext, HttpObject, List<Object>) - Method in class io.netty.handler.codec.http.HttpContentEncoder
 
encode(ByteBuf, List<Object>) - Method in class io.netty.handler.codec.http.HttpContentEncoder
 
encode(ChannelHandlerContext, Object, List<Object>) - Method in class io.netty.handler.codec.http.HttpObjectEncoder
 
encode(ByteBuf) - Method in class io.netty.handler.codec.http.HttpResponseStatus
 
encode(ByteBuf) - Method in class io.netty.handler.codec.http.HttpVersion
 
encode(String, String) - Static method in class io.netty.handler.codec.http.ServerCookieEncoder
Deprecated.
encode(Cookie) - Static method in class io.netty.handler.codec.http.ServerCookieEncoder
Deprecated.
encode(Cookie...) - Static method in class io.netty.handler.codec.http.ServerCookieEncoder
Deprecated.
encode(Collection<Cookie>) - Static method in class io.netty.handler.codec.http.ServerCookieEncoder
Deprecated.
encode(Iterable<Cookie>) - Static method in class io.netty.handler.codec.http.ServerCookieEncoder
Deprecated.
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(ByteBuf, CharSequence) - Method in class io.netty.handler.codec.http2.HpackHuffmanEncoder
Compresses the input string literal using the Huffman coding.
encode(ChannelHandlerContext, HttpObject, List<Object>) - Method in class io.netty.handler.codec.http2.Http2ServerDowngrader
 
encode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.LengthFieldPrepender
 
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, I, ByteBuf) - Method in class io.netty.handler.codec.MessageToByteEncoder
Encode a message into a ByteBuf.
encode(ChannelHandlerContext, OUTBOUND_IN, List<Object>) - Method in class io.netty.handler.codec.MessageToMessageCodec
 
encode(ChannelHandlerContext, I, List<Object>) - Method in class io.netty.handler.codec.MessageToMessageEncoder
Encode from one message to an other.
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, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.sctp.SctpOutboundByteStreamHandler
 
encode(ChannelHandlerContext, Serializable, ByteBuf) - Method in class io.netty.handler.codec.serialization.CompatibleObjectEncoder
 
encode(ChannelHandlerContext, Serializable, ByteBuf) - Method in class io.netty.handler.codec.serialization.ObjectEncoder
 
encode(ByteBuf) - Method in class io.netty.handler.codec.smtp.SmtpCommand
 
encode(ChannelHandlerContext, Object, List<Object>) - Method in class io.netty.handler.codec.smtp.SmtpRequestEncoder
 
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(ByteBufAllocator, SpdyHeadersFrame) - Method in class io.netty.handler.codec.spdy.SpdyHeaderBlockEncoder
 
encode(ByteBufAllocator) - Method in class io.netty.handler.codec.spdy.SpdyHeaderBlockJZlibEncoder
 
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, int) - Method in class io.netty.handler.codec.spdy.SpdyHeaderBlockZlibEncoder
 
encode(ByteBufAllocator, SpdyHeadersFrame) - Method in class io.netty.handler.codec.spdy.SpdyHeaderBlockZlibEncoder
 
encode(ChannelHandlerContext, HttpObject, List<Object>) - Method in class io.netty.handler.codec.spdy.SpdyHttpEncoder
 
encode(ChannelHandlerContext, HttpMessage, List<Object>) - Method in class io.netty.handler.codec.spdy.SpdyHttpResponseStreamIdHandler
 
encode(ChannelHandlerContext, StompSubframe, List<Object>) - Method in class io.netty.handler.codec.stomp.StompSubframeEncoder
 
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
 
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.
encodeAndRetain(Object) - Static method in class io.netty.handler.codec.http.HttpObjectEncoder
 
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
 
encodeChunkedContent(ChannelHandlerContext, Object, long, 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
 
encodeConnAckMessage(ByteBufAllocator, MqttConnAckMessage) - Static method in class io.netty.handler.codec.mqtt.MqttEncoder
 
encodeConnectMessage(ByteBufAllocator, 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
 
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
 
encodedLengthProcessor - Variable in class io.netty.handler.codec.http2.HpackHuffmanEncoder
 
EncodedLengthProcessor() - Constructor for class io.netty.handler.codec.http2.HpackHuffmanEncoder.EncodedLengthProcessor
 
encodeExtras(ByteBuf, ByteBuf) - Static method in class io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheEncoder
Encode the extras.
encodeFrame(StompHeadersSubframe, ChannelHandlerContext) - Static method in class io.netty.handler.codec.stomp.StompSubframeEncoder
 
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(DnsQuery, ByteBuf) - Static method in class io.netty.handler.codec.dns.DatagramDnsQueryEncoder
Encodes the header that is always 12 bytes long.
encodeHeader(DnsResponse, ByteBuf) - Static method in class io.netty.handler.codec.dns.DatagramDnsResponseEncoder
Encodes the header that is always 12 bytes long.
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(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
 
encodeHeaders(HttpHeaders, ByteBuf) - Method in class io.netty.handler.codec.http.HttpObjectEncoder
Encode the HttpHeaders into a ByteBuf.
encodeHeaders(int, Http2Headers, ByteBuf) - Method in class io.netty.handler.codec.http2.DefaultHttp2HeadersEncoder
 
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 interface io.netty.handler.codec.http2.Http2HeadersEncoder
Encodes the given headers and writes the output headers block to the given output buffer.
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
 
encodeInitialLine(ByteBuf, H) - Method in class io.netty.handler.codec.http.HttpObjectEncoder
 
encodeInitialLine(ByteBuf, HttpRequest) - Method in class io.netty.handler.codec.http.HttpRequestEncoder
 
encodeInitialLine(ByteBuf, HttpResponse) - Method in class io.netty.handler.codec.http.HttpResponseEncoder
 
encodeInitialLine(ByteBuf, HttpMessage) - Method in class io.netty.handler.codec.rtsp.RtspEncoder
 
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.
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.Http2ServerDowngrader
 
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.
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
 
encodePtrRecord(DnsPtrRecord, ByteBuf) - Method in class io.netty.handler.codec.dns.DefaultDnsRecordEncoder
 
encodePublishMessage(ByteBufAllocator, MqttPublishMessage) - 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.DatagramDnsQueryEncoder
 
encodeQuestions(DnsResponse, ByteBuf) - Method in class io.netty.handler.codec.dns.DatagramDnsResponseEncoder
 
encoder - Variable in class io.netty.handler.codec.ByteToMessageCodec
 
Encoder(boolean) - Constructor for class io.netty.handler.codec.ByteToMessageCodec.Encoder
 
encoder - Variable in class io.netty.handler.codec.DatagramPacketEncoder
 
Encoder() - Constructor for class io.netty.handler.codec.http.HttpClientCodec.Encoder
 
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() - Method in class io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
Returns the Http2ConnectionEncoder to use.
encoder - Variable in class io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder
 
encoder - Variable in class io.netty.handler.codec.http2.Http2ConnectionHandler
 
encoder() - Method in class io.netty.handler.codec.http2.Http2ConnectionHandler
 
Encoder() - Constructor for class io.netty.handler.codec.memcache.binary.BinaryMemcacheClientCodec.Encoder
 
encoder - Variable in class io.netty.handler.codec.MessageToMessageCodec
 
ENCODER - Static variable in class io.netty.resolver.dns.DnsNameResolver
 
encoder(Charset, CodingErrorAction, CodingErrorAction) - Static method in class io.netty.util.CharsetUtil
Returns a new CharsetEncoder for the Charset with specified error actions.
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) - Static method in class io.netty.util.CharsetUtil
Returns a cached thread-local CharsetEncoder for the specified Charset.
encodeRawRecord(DnsRawRecord, ByteBuf) - Method in class io.netty.handler.codec.dns.DefaultDnsRecordEncoder
 
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.DatagramDnsQueryEncoder
 
encodeRecords(DnsResponse, DnsSection, ByteBuf) - Method in class io.netty.handler.codec.dns.DatagramDnsResponseEncoder
 
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(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.HttpToHttp2ConnectionHandlerBuilder
 
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, Throwable) - 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(Throwable) - Constructor for exception io.netty.handler.codec.EncoderException
Creates a new instance.
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
 
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
 
encodeSettingsFrame(ByteBufAllocator, SpdySettingsFrame) - Method in class io.netty.handler.codec.spdy.SpdyFrameEncoder
 
encodeSlowPath(ByteBuf, CharSequence) - Method in class io.netty.handler.codec.http2.HpackHuffmanEncoder
 
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.
encodeStringUtf8(String) - Static method in class io.netty.handler.codec.mqtt.MqttEncoder
 
encodeSubAckMessage(ByteBufAllocator, MqttSubAckMessage) - Static method in class io.netty.handler.codec.mqtt.MqttEncoder
 
encodeSubscribeMessage(ByteBufAllocator, 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
 
encodeUnsubscribeMessage(ByteBufAllocator, MqttUnsubscribeMessage) - Static method in class io.netty.handler.codec.mqtt.MqttEncoder
 
encodeWindowUpdateFrame(ByteBufAllocator, int, int) - Method in class io.netty.handler.codec.spdy.SpdyFrameEncoder
 
end() - Method in class io.netty.handler.codec.http2.HpackHuffmanDecoder.DecoderProcessor
 
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_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() - Method in class io.netty.handler.stream.ChunkedFile
Returns the offset in the file where the transfer will end.
endOffset - Variable in class io.netty.handler.stream.ChunkedNioFile
 
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(boolean) - Method in class io.netty.handler.codec.http2.DefaultHttp2LocalFlowController.DefaultState
 
endOfStream(boolean) - Method in interface io.netty.handler.codec.http2.DefaultHttp2LocalFlowController.FlowState
 
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.Http2Flags
Sets the Http2Flags.END_STREAM flag.
endOfStream - Variable in class io.netty.handler.codec.http2.StreamBufferingEncoder.DataFrame
 
endOfStream - Variable in class io.netty.handler.codec.http2.StreamBufferingEncoder.HeadersFrame
 
endStream - Variable in class io.netty.handler.codec.http2.DefaultHttp2DataFrame
 
endStream - Variable in class io.netty.handler.codec.http2.DefaultHttp2HeadersFrame
 
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.JdkSslSession
 
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.
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
 
engineInit(KeyStore) - Method in class io.netty.handler.ssl.util.FingerprintTrustManagerFactory
 
engineInit(ManagerFactoryParameters) - Method in class io.netty.handler.ssl.util.FingerprintTrustManagerFactory
 
engineInit(KeyStore) - Method in class io.netty.handler.ssl.util.InsecureTrustManagerFactory
 
engineInit(ManagerFactoryParameters) - 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(ManagerFactoryParameters) - Method in class io.netty.handler.ssl.util.SimpleTrustManagerFactory
Initializes this factory with a source of provider-specific key material.
engineInit(KeyStore) - Method in class io.netty.handler.ssl.util.SimpleTrustManagerFactory.SimpleTrustManagerFactorySpi
 
engineInit(ManagerFactoryParameters) - Method in class io.netty.handler.ssl.util.SimpleTrustManagerFactory.SimpleTrustManagerFactorySpi
 
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
 
ENOMEM - Static variable in class io.netty.handler.codec.memcache.binary.BinaryMemcacheResponseStatus
 
enqueued - Variable in class io.netty.handler.codec.http2.UniformStreamByteDistributor.State
 
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.
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.
enqueueFrameWithoutMerge(Http2RemoteFlowController.FlowControlled) - Method in class io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController.FlowState
 
ENSURE_OPEN_CLOSED_CHANNEL_EXCEPTION - Static variable in class io.netty.channel.AbstractChannel
 
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.
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.
ensureBound() - Method in class io.netty.channel.socket.oio.OioDatagramChannel
 
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
 
ensureNotSharable() - Method in class io.netty.channel.ChannelHandlerAdapter
Throws IllegalStateException if ChannelHandlerAdapter.isSharable() returns true
ensureOpen(ChannelPromise) - Method in class io.netty.channel.AbstractChannel.AbstractUnsafe
 
ensureOpen() - Method in class io.netty.channel.embedded.EmbeddedChannel
Ensure the Channel is open and if not throw an exception.
ensureWritable(int) - Method in class io.netty.buffer.AbstractByteBuf
 
ensureWritable(int, boolean) - Method in class io.netty.buffer.AbstractByteBuf
 
ensureWritable(int) - Method in class io.netty.buffer.AdvancedLeakAwareByteBuf
 
ensureWritable(int, boolean) - Method in class io.netty.buffer.AdvancedLeakAwareByteBuf
 
ensureWritable(int) - Method in class io.netty.buffer.AdvancedLeakAwareCompositeByteBuf
 
ensureWritable(int, boolean) - Method in class io.netty.buffer.AdvancedLeakAwareCompositeByteBuf
 
ensureWritable(int) - Method in class io.netty.buffer.ByteBuf
Makes sure the number of the writable bytes is equal to or greater than the specified value.
ensureWritable(int, boolean) - Method in class io.netty.buffer.ByteBuf
Tries to make sure the number of the 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, boolean) - Method in class io.netty.buffer.EmptyByteBuf
 
ensureWritable(int) - Method in class io.netty.buffer.SwappedByteBuf
Deprecated.
 
ensureWritable(int, boolean) - Method in class io.netty.buffer.SwappedByteBuf
Deprecated.
 
ensureWritable(int) - Method in class io.netty.buffer.WrappedByteBuf
 
ensureWritable(int, boolean) - Method in class io.netty.buffer.WrappedByteBuf
 
ensureWritable(int, boolean) - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
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.handler.codec.ReplayingDecoderByteBuf
 
ensureWritable0(int) - Method in class io.netty.buffer.AbstractByteBuf
 
entries - Variable in class io.netty.handler.codec.DefaultHeaders
 
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 - Variable in class io.netty.resolver.dns.DnsNameResolverContext.DnsCacheIterable
 
entries() - Method in class io.netty.util.collection.ByteCollections.EmptyMap
 
entries - Variable in class io.netty.util.collection.ByteCollections.UnmodifiableMap
 
entries() - Method in class io.netty.util.collection.ByteCollections.UnmodifiableMap
 
entries - Variable in class io.netty.util.collection.ByteObjectHashMap
 
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 - Variable in class io.netty.util.collection.CharCollections.UnmodifiableMap
 
entries() - Method in class io.netty.util.collection.CharCollections.UnmodifiableMap
 
entries - Variable in class io.netty.util.collection.CharObjectHashMap
 
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 - Variable in class io.netty.util.collection.IntCollections.UnmodifiableMap
 
entries() - Method in class io.netty.util.collection.IntCollections.UnmodifiableMap
 
entries - Variable in class io.netty.util.collection.IntObjectHashMap
 
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 - Variable in class io.netty.util.collection.LongCollections.UnmodifiableMap
 
entries() - Method in class io.netty.util.collection.LongCollections.UnmodifiableMap
 
entries - Variable in class io.netty.util.collection.LongObjectHashMap
 
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 - Variable in class io.netty.util.collection.ShortCollections.UnmodifiableMap
 
entries() - Method in class io.netty.util.collection.ShortCollections.UnmodifiableMap
 
entries - Variable in class io.netty.util.collection.ShortObjectHashMap
 
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.
Entry(Recycler.Handle<PoolThreadCache.MemoryRegionCache.Entry<?>>) - Constructor for class io.netty.buffer.PoolThreadCache.MemoryRegionCache.Entry
 
Entry(Recycler.Handle<ChannelOutboundBuffer.Entry>) - Constructor for class io.netty.channel.ChannelOutboundBuffer.Entry
 
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(Thread, Runnable, boolean) - Constructor for class io.netty.util.ThreadDeathWatcher.Entry
 
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() - Method in class io.netty.handler.codec.serialization.ReferenceMap
 
entrySet() - Method in class io.netty.util.collection.ByteCollections.EmptyMap
 
entrySet - Variable in class io.netty.util.collection.ByteCollections.UnmodifiableMap
 
entrySet() - Method in class io.netty.util.collection.ByteCollections.UnmodifiableMap
 
entrySet - Variable in class io.netty.util.collection.ByteObjectHashMap
 
entrySet() - Method in class io.netty.util.collection.ByteObjectHashMap
 
EntrySet() - Constructor for class io.netty.util.collection.ByteObjectHashMap.EntrySet
 
entrySet() - Method in class io.netty.util.collection.CharCollections.EmptyMap
 
entrySet - Variable in class io.netty.util.collection.CharCollections.UnmodifiableMap
 
entrySet() - Method in class io.netty.util.collection.CharCollections.UnmodifiableMap
 
entrySet - Variable in class io.netty.util.collection.CharObjectHashMap
 
entrySet() - Method in class io.netty.util.collection.CharObjectHashMap
 
EntrySet() - Constructor for class io.netty.util.collection.CharObjectHashMap.EntrySet
 
entrySet() - Method in class io.netty.util.collection.IntCollections.EmptyMap
 
entrySet - Variable in class io.netty.util.collection.IntCollections.UnmodifiableMap
 
entrySet() - Method in class io.netty.util.collection.IntCollections.UnmodifiableMap
 
entrySet - Variable in class io.netty.util.collection.IntObjectHashMap
 
entrySet() - Method in class io.netty.util.collection.IntObjectHashMap
 
EntrySet() - Constructor for class io.netty.util.collection.IntObjectHashMap.EntrySet
 
entrySet() - Method in class io.netty.util.collection.LongCollections.EmptyMap
 
entrySet - Variable in class io.netty.util.collection.LongCollections.UnmodifiableMap
 
entrySet() - Method in class io.netty.util.collection.LongCollections.UnmodifiableMap
 
entrySet - Variable in class io.netty.util.collection.LongObjectHashMap
 
entrySet() - Method in class io.netty.util.collection.LongObjectHashMap
 
EntrySet() - Constructor for class io.netty.util.collection.LongObjectHashMap.EntrySet
 
entrySet() - Method in class io.netty.util.collection.ShortCollections.EmptyMap
 
entrySet - Variable in class io.netty.util.collection.ShortCollections.UnmodifiableMap
 
entrySet() - Method in class io.netty.util.collection.ShortCollections.UnmodifiableMap
 
entrySet - Variable in class io.netty.util.collection.ShortObjectHashMap
 
entrySet() - Method in class io.netty.util.collection.ShortObjectHashMap
 
EntrySet() - Constructor for class io.netty.util.collection.ShortObjectHashMap.EntrySet
 
EOL_LENGTH - Static variable in class io.netty.handler.codec.redis.RedisConstants
 
EOL_SHORT - Static variable in class io.netty.handler.codec.redis.RedisConstants
 
EOS_DECODED - Static variable in class io.netty.handler.codec.http2.HpackHuffmanDecoder
 
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
 
EpollChannelConfig - Class in io.netty.channel.epoll
 
EpollChannelConfig(AbstractEpollChannel) - 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
 
EpollDatagramChannel(int) - Constructor for class io.netty.channel.epoll.EpollDatagramChannel
 
EpollDatagramChannel(LinuxSocket) - Constructor for class io.netty.channel.epoll.EpollDatagramChannel
 
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
 
EpollDomainSocketChannel - Class in io.netty.channel.epoll
 
EpollDomainSocketChannel() - Constructor for class io.netty.channel.epoll.EpollDomainSocketChannel
 
EpollDomainSocketChannel(Channel, FileDescriptor) - Constructor for class io.netty.channel.epoll.EpollDomainSocketChannel
 
EpollDomainSocketChannel(int) - Constructor for class io.netty.channel.epoll.EpollDomainSocketChannel
 
EpollDomainSocketChannel(Channel, LinuxSocket) - Constructor for class io.netty.channel.epoll.EpollDomainSocketChannel
 
EpollDomainSocketChannel(int, boolean) - 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 variable in class io.netty.channel.epoll.Native
 
epollerr() - Static method in class io.netty.channel.epoll.NativeStaticallyReferencedJniMethods
 
EPOLLET - Static variable in class io.netty.channel.epoll.Native
 
epollet() - Static method in class io.netty.channel.epoll.NativeStaticallyReferencedJniMethods
 
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) - 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, 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, Executor) - 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(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, 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
 
epollFd - Variable in class io.netty.channel.epoll.EpollEventLoop
 
EPOLLIN - Static variable in class io.netty.channel.epoll.Native
 
epollin() - Static method in class io.netty.channel.epoll.NativeStaticallyReferencedJniMethods
 
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.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 variable in class io.netty.channel.epoll.Native
 
epollout() - Static method in class io.netty.channel.epoll.NativeStaticallyReferencedJniMethods
 
epollOutReady() - Method in class io.netty.channel.epoll.AbstractEpollChannel.AbstractEpollUnsafe
Called once a EPOLLOUT event is ready to be processed
epollOutReady() - Method in class io.netty.channel.epoll.AbstractEpollStreamChannel.EpollStreamUnsafe
 
EPOLLRDHUP - Static variable in class io.netty.channel.epoll.Native
 
epollrdhup() - Static method in class io.netty.channel.epoll.NativeStaticallyReferencedJniMethods
 
epollRdHupReady() - Method in class io.netty.channel.epoll.AbstractEpollChannel.AbstractEpollUnsafe
Called once EPOLLRDHUP event is ready to be processed
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
 
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(Channel, LinuxSocket, InetSocketAddress) - Constructor for class io.netty.channel.epoll.EpollSocketChannel
 
EpollSocketChannel() - Constructor for class io.netty.channel.epoll.EpollSocketChannel
 
EpollSocketChannel(int) - Constructor for class io.netty.channel.epoll.EpollSocketChannel
 
EpollSocketChannel(LinuxSocket, boolean) - 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
 
epollWait(boolean) - Method in class io.netty.channel.epoll.EpollEventLoop
 
epollWait(int, EpollEventArray, int) - Static method in class io.netty.channel.epoll.Native
 
epollWait0(int, long, int, int) - Static method in class io.netty.channel.epoll.Native
 
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(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(Object) - Method in class io.netty.buffer.DefaultByteBufHolder
 
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.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.sctp.SctpMessage
 
equals(Object) - Method in class io.netty.channel.unix.DomainSocketAddress
 
equals(Object) - Method in class io.netty.channel.unix.FileDescriptor
 
equals(Object) - Method in class io.netty.handler.codec.DefaultHeaders
 
equals(Headers<K, V, ?>, HashingStrategy<V>) - Method in class io.netty.handler.codec.DefaultHeaders
Test this object for equality against h2.
equals(Object) - Method in class io.netty.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 - Static variable in class io.netty.handler.codec.http.HttpConstants
Equals '='
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.DiskAttribute
 
equals(Object) - Method in class io.netty.handler.codec.http.multipart.DiskFileUpload
 
equals(FileUpload, FileUpload) - Static method in class io.netty.handler.codec.http.multipart.FileUploadUtil
 
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.multipart.MixedAttribute
 
equals(Object) - Method in class io.netty.handler.codec.http.multipart.MixedFileUpload
 
equals(Object) - Method in class io.netty.handler.codec.http.websocketx.WebSocketScheme
 
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.DefaultHttp2ResetFrame
 
equals(Object) - Method in class io.netty.handler.codec.http2.HpackHeaderField
 
equals(Object) - Method in class io.netty.handler.codec.http2.Http2Flags
 
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.PemX509Certificate
 
equals(Object) - Method in class io.netty.util.AbstractConstant
 
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(Object) - Method in class io.netty.util.AsciiString
 
equals(char, char) - Method in class io.netty.util.AsciiString.GeneralCaseInsensitiveCharEqualityComparator
 
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(T, T) - Method in interface io.netty.util.HashingStrategy
Returns true if the arguments are equal to each other and false otherwise.
equals(Object) - Method in class io.netty.util.internal.EmptyPriorityQueue
 
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(Object) - Method in class io.netty.util.ResourceLeakDetector.LeakEntry
 
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
 
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(CharSequence, CharSequence) - Static method in class io.netty.handler.codec.http2.HpackUtil
Compare two CharSequence objects without leaking timing information.
equalsConstantTime(int, int) - Static method in class io.netty.util.internal.ConstantTimeUtils
Compare two ints without leaking timing information.
equalsConstantTime(long, long) - Static method in class io.netty.util.internal.ConstantTimeUtils
Compare two longss without leaking timing information.
equalsConstantTime(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(CharSequence, CharSequence) - Static method in class io.netty.util.internal.ConstantTimeUtils
Compare two CharSequence objects 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
 
equalsIgnoreCase(CharSequence, CharSequence) - Static method in class io.netty.handler.codec.http.HttpHeaders
equalsIgnoreCase(byte, byte) - Static method in class io.netty.util.AsciiString
 
equalsIgnoreCase(char, char) - Static method in class io.netty.util.AsciiString
 
equalsSafe(byte[], int, byte[], int, int) - Static method in class io.netty.util.internal.PlatformDependent
 
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_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
 
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
 
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 - Variable in exception io.netty.handler.codec.http2.Http2Exception
 
error() - Method in exception io.netty.handler.codec.http2.Http2Exception
 
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(Throwable) - Method in class io.netty.util.internal.logging.AbstractInternalLogger
 
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, 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 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 class io.netty.util.internal.logging.CommonsLogger
Deprecated.
Delegates to the Log.error(Object) method of the underlying Log instance.
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) - Method in interface io.netty.util.internal.logging.InternalLogger
Log a message at the ERROR level.
error(String, Object) - Method in interface io.netty.util.internal.logging.InternalLogger
Log a message at the ERROR level according to the specified format and argument.
error(String, Object, 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 interface io.netty.util.internal.logging.InternalLogger
Log a message at the ERROR level according to the specified format and arguments.
error(String, Throwable) - Method in interface io.netty.util.internal.logging.InternalLogger
Log an exception (throwable) at the ERROR level with an accompanying message.
error(Throwable) - Method in interface io.netty.util.internal.logging.InternalLogger
Log an exception (throwable) 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, 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, 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...) - Method in class io.netty.util.internal.logging.JdkLogger
Log a message at level SEVERE according to the specified format and arguments.
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) - Method in class io.netty.util.internal.logging.Log4JLogger
Log a message object at the ERROR level.
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, 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...) - Method in class io.netty.util.internal.logging.Log4JLogger
Log a message at level ERROR according to the specified format and arguments.
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) - Method in class io.netty.util.internal.logging.Slf4JLogger
 
error(String, Object) - Method in class io.netty.util.internal.logging.Slf4JLogger
 
error(String, Object, Object) - Method in class io.netty.util.internal.logging.Slf4JLogger
 
error(String, Object...) - Method in class io.netty.util.internal.logging.Slf4JLogger
 
error(String, Throwable) - Method in class io.netty.util.internal.logging.Slf4JLogger
 
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_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() - Method in class io.netty.handler.codec.http2.DefaultHttp2GoAwayFrame
 
errorCode - Variable in class io.netty.handler.codec.http2.DefaultHttp2ResetFrame
 
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 - Variable in exception io.netty.handler.codec.http2.StreamBufferingEncoder.Http2GoAwayException
 
errorCode() - Method in exception io.netty.handler.codec.http2.StreamBufferingEncoder.Http2GoAwayException
 
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(Throwable) - 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
 
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(Throwable) - 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
 
errorEALREADY() - Static method in class io.netty.channel.unix.ErrorsStaticallyReferencedJniMethods
 
errorECONNREFUSED() - 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(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
 
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.AbstractWriteTask
 
estimateBufferSize(int, int, int) - Static method in class io.netty.util.DomainNameMappingBuilder.ImmutableDomainNameMapping
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
 
estimatorHandle - Variable in class io.netty.channel.DefaultChannelPipeline
 
estimatorHandle() - Method in class io.netty.channel.DefaultChannelPipeline
 
estimatorHandle - Variable in class io.netty.channel.PendingWriteQueue
 
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
 
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
 
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() - Method in class io.netty.channel.AbstractChannel
 
eventLoop() - Method in interface io.netty.channel.Channel
Return the EventLoop this Channel was registered to.
EventLoop - Interface in io.netty.channel
Will handle all the I/O operations for a Channel once registered.
eventLoop() - Method in class io.netty.channel.nio.AbstractNioChannel
 
eventLoop - Variable in class io.netty.resolver.dns.DnsNameResolverBuilder
 
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, Throwable) - Constructor for exception io.netty.channel.EventLoopException
 
EventLoopException(String) - 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.
events(int) - Method in class io.netty.channel.epoll.EpollEventArray
Return the events for the epoll_event on this index.
events - Variable in class io.netty.channel.epoll.EpollEventLoop
 
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_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
 
evfiltUser() - Static method in class io.netty.channel.kqueue.KQueueStaticallyReferencedJniMethods
 
evfiltWrite() - Static method in class io.netty.channel.kqueue.KQueueStaticallyReferencedJniMethods
 
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(long, AbstractKQueueChannel, int, short, short, int) - Static 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
 
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.
exceptionCaught(ChannelHandlerContext, Throwable) - Method in class io.netty.channel.ChannelHandlerAdapter
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.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.Http2FrameCodec
 
exceptionCaught(ChannelHandlerContext, Throwable) - Method in class io.netty.handler.codec.http2.Http2MultiplexCodec
 
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.proxy.ProxyHandler
 
exceptionCaught(ChannelHandlerContext, Throwable) - Method in class io.netty.handler.ssl.ApplicationProtocolNegotiationHandler
 
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
 
exclusive - Variable in class io.netty.handler.codec.http2.DefaultHttp2ConnectionEncoder.FlowControlledHeaders
 
exclusive - Variable in class io.netty.handler.codec.http2.StreamBufferingEncoder.HeadersFrame
 
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
 
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.
executeEpollInReadyRunnable(ChannelConfig) - Method in class io.netty.channel.epoll.AbstractEpollChannel.AbstractEpollUnsafe
 
executeReadReadyRunnable(ChannelConfig) - Method in class io.netty.channel.kqueue.AbstractKQueueChannel.AbstractKQueueUnsafe
 
executor() - Method in class io.netty.bootstrap.AbstractBootstrap.PendingRegistrationPromise
 
executor - Variable in class io.netty.channel.AbstractChannelHandlerContext
 
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 - Variable in class io.netty.channel.group.DefaultChannelGroup
 
executor - Variable in class io.netty.channel.pool.FixedChannelPool
 
executor - Variable in class io.netty.channel.ThreadPerChannelEventLoopGroup
 
executor() - Method in class io.netty.handler.proxy.ProxyHandler.LazyChannelPromise
 
executor() - Method in class io.netty.handler.ssl.SslHandler.LazyChannelPromise
 
executor - Variable in class io.netty.handler.traffic.TrafficCounter
Executor that will run the monitor
executor - Variable in class io.netty.resolver.AbstractAddressResolver
 
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 - Variable in class io.netty.resolver.dns.InflightNameResolver
 
executor - Variable in class io.netty.resolver.SimpleNameResolver
 
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 - Variable in class io.netty.util.concurrent.CompleteFuture
 
executor() - Method in class io.netty.util.concurrent.CompleteFuture
Return the EventExecutor which is used by this CompleteFuture.
executor - Variable in class io.netty.util.concurrent.DefaultPromise
 
executor() - Method in class io.netty.util.concurrent.DefaultPromise
Get the executor used to notify listeners when this promise is complete.
executor - Variable in class io.netty.util.concurrent.NonStickyEventExecutorGroup.NonStickyOrderedEventExecutor
 
executor() - Method in class io.netty.util.concurrent.ScheduledFutureTask
 
executor - Variable in class io.netty.util.concurrent.SingleThreadEventExecutor
 
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
 
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.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(char[], int, int) - Static method in class io.netty.util.internal.AppendableCharSequence
 
expandArray() - Method in class io.netty.handler.codec.CodecOutputList
 
expandCumulation(ByteBufAllocator, ByteBuf, int) - 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 - 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"
expect(Signal) - Method in error io.netty.util.Signal
Check if the given Signal is the same as this instance.
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 - Static variable in class io.netty.handler.codec.dns.DnsRecordType
 
EXPECTED_TYPE - Static variable in class io.netty.channel.sctp.oio.OioSctpChannel
 
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.kqueue.AbstractKQueueStreamChannel
 
EXPECTED_TYPES - Static variable in class io.netty.channel.kqueue.KQueueDatagramChannel
 
EXPECTED_TYPES - Static variable in class io.netty.channel.nio.AbstractNioByteChannel
 
EXPECTED_TYPES - Static variable in class io.netty.channel.oio.AbstractOioByteChannel
 
EXPECTED_TYPES - Static variable in class io.netty.channel.socket.nio.NioDatagramChannel
 
EXPECTED_TYPES - Static variable in class io.netty.channel.socket.oio.OioDatagramChannel
 
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() - Method 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.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
expectingMoreContent - Variable in class io.netty.handler.codec.memcache.AbstractMemcacheObjectEncoder
 
expectMaskedFrames - Variable in class io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder
 
expirationFuture - Variable in class io.netty.resolver.dns.DnsCacheEntry
 
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.
explicitFlushAfterFlushes - Variable in class io.netty.handler.flush.FlushConsolidationHandler
 
explicitNoUnsafe0() - Static method in class io.netty.util.internal.PlatformDependent0
 
EXPN - Static variable in class io.netty.handler.codec.smtp.SmtpCommand
 
expn(CharSequence) - Static method in class io.netty.handler.codec.smtp.SmtpRequests
Creates a EXPN request.
exposedHeaders() - Method in class io.netty.handler.codec.http.cors.CorsConfig
Returns a set of headers to be exposed to calling clients.
exposeHeaders(String...) - Method in class io.netty.handler.codec.http.cors.CorsConfig.Builder
exposeHeaders - Variable in class io.netty.handler.codec.http.cors.CorsConfig
 
exposeHeaders - Variable in class io.netty.handler.codec.http.cors.CorsConfigBuilder
 
exposeHeaders(String...) - Method in class io.netty.handler.codec.http.cors.CorsConfigBuilder
Specifies the headers to be exposed to calling clients.
exposeHeaders(CharSequence...) - Method in class io.netty.handler.codec.http.cors.CorsConfigBuilder
Specifies the headers to be exposed to calling clients.
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().
EXTENSION_SEPARATOR - Static variable in class io.netty.handler.codec.http.websocketx.extensions.WebSocketExtensionUtil
 
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
 
extractAuthoritativeNameServers(String, DnsResponse) - Static method in class io.netty.resolver.dns.DnsNameResolverContext
Returns the {@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(ChannelHandlerContext, ByteBuf, int, int) - Method in class io.netty.handler.codec.LengthFieldBasedFrameDecoder
Extract the sub-region of the specified buffer.
extractFrame(ByteBuf, int, int) - Static method in class io.netty.handler.codec.xml.XmlFrameDecoder
 
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.
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
 
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(Inflater, String, int) - Static method in class io.netty.handler.codec.compression.ZlibUtil
 
fail(Deflater, String, int) - Static method in class io.netty.handler.codec.compression.ZlibUtil
 
fail(long) - Method in class io.netty.handler.codec.DelimiterBasedFrameDecoder
 
fail(ChannelHandlerContext, String, Throwable) - Method in class io.netty.handler.codec.haproxy.HAProxyMessageDecoder
 
fail(long) - Method in class io.netty.handler.codec.LengthFieldBasedFrameDecoder
 
fail(ChannelHandlerContext, int) - Method in class io.netty.handler.codec.LineBasedFrameDecoder
 
fail(ChannelHandlerContext, String) - Method in class io.netty.handler.codec.LineBasedFrameDecoder
 
fail(List<Object>, Throwable) - Method in class io.netty.handler.codec.socksx.v4.Socks4ClientDecoder
 
fail(List<Object>, Throwable) - Method in class io.netty.handler.codec.socksx.v4.Socks4ServerDecoder
 
fail(List<Object>, Throwable) - Method in class io.netty.handler.codec.socksx.v5.Socks5CommandRequestDecoder
 
fail(List<Object>, Throwable) - Method in class io.netty.handler.codec.socksx.v5.Socks5CommandResponseDecoder
 
fail(List<Object>, Throwable) - Method in class io.netty.handler.codec.socksx.v5.Socks5InitialRequestDecoder
 
fail(List<Object>, Throwable) - Method in class io.netty.handler.codec.socksx.v5.Socks5InitialResponseDecoder
 
fail(List<Object>, Throwable) - Method in class io.netty.handler.codec.socksx.v5.Socks5PasswordAuthRequestDecoder
 
fail(List<Object>, Throwable) - Method in class io.netty.handler.codec.socksx.v5.Socks5PasswordAuthResponseDecoder
 
fail(Throwable) - Method in class io.netty.handler.codec.spdy.SpdySession.PendingWrite
 
fail(long) - Method in class io.netty.handler.codec.xml.XmlFrameDecoder
 
fail(ChannelHandlerContext) - Static method in class io.netty.handler.codec.xml.XmlFrameDecoder
 
fail(Throwable) - Method in class io.netty.handler.stream.ChunkedWriteHandler.PendingWrite
 
fail(Class<?>, String) - Static method in class io.netty.util.internal.TypeParameterMatcher
 
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
 
FAIL_SPLICE_IF_CLOSED_CLOSED_CHANNEL_EXCEPTION - Static variable in class io.netty.channel.epoll.AbstractEpollStreamChannel
 
failAndRecycle(Throwable) - Method in class io.netty.util.internal.PendingWrite
Fails the underlying Promise with the given cause and recycle this instance.
failed - Variable in exception io.netty.channel.group.ChannelGroupException
 
FAILED_DEPENDENCY - Static variable in class io.netty.handler.codec.http.HttpResponseStatus
424 Failed Dependency (WebDAV, RFC4918)
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.
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.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
 
failOnMissingResponse - Variable in class io.netty.handler.codec.http.HttpClientCodec
 
failOnMissingResponse - Variable in class io.netty.handler.codec.memcache.binary.BinaryMemcacheClientCodec
 
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
 
failSpliceIfClosed(ChannelPromise) - Method in class io.netty.channel.epoll.AbstractEpollStreamChannel
 
failure(Throwable) - Static method in class io.netty.handler.codec.DecoderResult
 
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
 
fallbackProtocol - Variable in class io.netty.handler.ssl.ApplicationProtocolNegotiationHandler
 
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_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
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(int) - Constructor for class io.netty.handler.codec.compression.FastLzFrameEncoder
Creates a FastLZ encoder with specified compression level and without checksum calculator.
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, Checksum) - Constructor for class io.netty.handler.codec.compression.FastLzFrameEncoder
Creates a FastLZ encoder with specified compression level and checksum calculator.
FastThreadLocal<V> - Class in io.netty.util.concurrent
A special variant of ThreadLocal that yields higher access performance when accessed from a FastThreadLocalThread.
FastThreadLocal() - Constructor for class io.netty.util.concurrent.FastThreadLocal
 
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(ThreadGroup, Runnable) - Constructor for class io.netty.util.concurrent.FastThreadLocalThread
 
FastThreadLocalThread(String) - Constructor for class io.netty.util.concurrent.FastThreadLocalThread
 
FastThreadLocalThread(ThreadGroup, String) - Constructor for class io.netty.util.concurrent.FastThreadLocalThread
 
FastThreadLocalThread(Runnable, String) - 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
 
FCOMMENT - Static variable in class io.netty.handler.codec.compression.JdkZlibDecoder
 
fd() - Method in class io.netty.channel.epoll.AbstractEpollChannel
 
fd - Variable in class io.netty.channel.epoll.AbstractEpollStreamChannel.SpliceFdTask
 
fd(int) - Method in class io.netty.channel.epoll.EpollEventArray
Return the file descriptor for the epoll_event on this index.
fd() - Method in class io.netty.channel.kqueue.AbstractKQueueChannel
 
fd(int) - Method in class io.netty.channel.kqueue.KQueueEventArray
 
fd - Variable in class io.netty.channel.unix.FileDescriptor
 
fd - Variable in class io.netty.channel.unix.SocketWritableByteChannel
 
fd() - Method in interface io.netty.channel.unix.UnixChannel
Returns the FileDescriptor that is used by this Channel.
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
 
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
 
file - Variable in class io.netty.channel.DefaultFileRegion
 
FILE - Static variable in class io.netty.handler.codec.http.HttpHeaderValues
file - Variable in class io.netty.handler.codec.http.multipart.AbstractDiskHttpData
 
file - Variable in class io.netty.handler.stream.ChunkedFile
 
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 - Static variable in class io.netty.handler.codec.http.HttpHeaderValues
filename - Variable in class io.netty.handler.codec.http.multipart.DiskFileUpload
 
filename - Variable in class io.netty.handler.codec.http.multipart.MemoryFileUpload
 
FileRegion - Interface in io.netty.channel
A region of a file that is sent via a Channel which supports zero-copy file transfer.
FileUpload - Interface in io.netty.handler.codec.http.multipart
FileUpload interface that could be in memory, on temporary file or any other implementations.
fileUpload - Variable in class io.netty.handler.codec.http.multipart.MixedFileUpload
 
FileUploadUtil - Class in io.netty.handler.codec.http.multipart
 
FileUploadUtil() - Constructor for class io.netty.handler.codec.http.multipart.FileUploadUtil
 
fillArray(Object[]) - Method in class io.netty.handler.codec.HeadersUtils.DelegatingStringSet
 
fillBufferArray(ByteBuffer[], ByteBuffer[], int) - Static method in class io.netty.channel.ChannelOutboundBuffer
 
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() - 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.handler.timeout.TimeoutException
 
fillInStackTrace() - Method in exception io.netty.resolver.dns.DnsNameResolverContext.SearchDomainUnknownHostException
 
fillInStackTrace() - Method in exception io.netty.resolver.dns.DnsNameResolverException
 
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(String, ChannelHandler) - Method in class io.netty.channel.DefaultChannelPipeline
 
filterName - Variable in class io.netty.channel.kqueue.AcceptFilter
 
filterName() - Method in class io.netty.channel.kqueue.AcceptFilter
 
filterOutboundMessage(Object) - Method in class io.netty.channel.AbstractChannel
Invoked when a new message is added to a 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.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.KQueueDomainSocketChannel
 
filterOutboundMessage(Object) - Method in class io.netty.channel.nio.AbstractNioByteChannel
 
filterOutboundMessage(Object) - Method in class io.netty.channel.oio.AbstractOioByteChannel
 
filterOutboundMessage(Object) - Method in class io.netty.channel.sctp.nio.NioSctpChannel
 
filterOutboundMessage(Object) - Method in class io.netty.channel.sctp.nio.NioSctpServerChannel
 
filterOutboundMessage(Object) - Method in class io.netty.channel.sctp.oio.OioSctpChannel
 
filterOutboundMessage(Object) - Method in class io.netty.channel.sctp.oio.OioSctpServerChannel
 
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
 
filterOutboundMessage(Object) - Method in class io.netty.channel.socket.oio.OioServerSocketChannel
 
filterRule - Variable in class io.netty.handler.ipfilter.IpSubnetFilterRule
 
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.util.HashedWheelTimer
 
finalize() - Method in class io.netty.util.Recycler.WeakOrderQueue
 
finalizeRequest() - Method in class io.netty.handler.codec.http.multipart.HttpPostRequestEncoder
Finalize the request by preparing the Header in the request and returns the request ready to be sent.
Once finalized, no data must be added.
If the request does not need chunk (isChunked() == false), this request is the only object to send to the remote server.
find(ChannelId) - Method in interface io.netty.channel.group.ChannelGroup
Returns the Channel which has the specified ChannelId.
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(ChannelId) - Method in class io.netty.channel.group.DefaultChannelGroup
 
find(Channel) - Method in class io.netty.channel.group.DefaultChannelGroupFuture
 
find(Channel) - Method in class io.netty.channel.group.VoidChannelGroupFuture
 
find(Object, Class<?>, String) - Static method in class io.netty.util.internal.TypeParameterMatcher
 
find0(Object, Class<?>, String) - Static method in class io.netty.util.internal.TypeParameterMatcher
 
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 CR (';').
findComponent(int) - Method in class io.netty.buffer.CompositeByteBuf
 
findComponent(int) - Method in class io.netty.buffer.FixedCompositeByteBuf
 
findContextInbound() - Method in class io.netty.channel.AbstractChannelHandlerContext
 
findContextOutbound() - Method in class io.netty.channel.AbstractChannelHandlerContext
 
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.
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) - Static method in class io.netty.handler.codec.LineBasedFrameDecoder
Returns the index in the buffer of the end of line found.
findEndOfString(AppendableCharSequence) - 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
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.
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.
findNonWhitespace(AppendableCharSequence, 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
findPathEndIndex(String) - Static method in class io.netty.handler.codec.http.QueryStringDecoder
 
findSubpagePoolHead(int) - Method in class io.netty.buffer.PoolArena
 
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.
findWhitespace(AppendableCharSequence, int) - Static method in class io.netty.handler.codec.http.HttpObjectDecoder
 
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
 
FingerprintTrustManagerFactory - Class in io.netty.handler.ssl.util
An TrustManagerFactory that trusts an X.509 certificate whose SHA1 checksum matches.
FingerprintTrustManagerFactory(Iterable<String>) - Constructor for class io.netty.handler.ssl.util.FingerprintTrustManagerFactory
Creates a new instance.
FingerprintTrustManagerFactory(String...) - Constructor for class io.netty.handler.ssl.util.FingerprintTrustManagerFactory
Creates a new instance.
FingerprintTrustManagerFactory(byte[]...) - Constructor for class io.netty.handler.ssl.util.FingerprintTrustManagerFactory
Creates a new instance.
finish() - Method in class io.netty.channel.embedded.EmbeddedChannel
Mark this Channel as finished.
finish(boolean) - 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(AddressedEnvelope<? extends DnsResponse, InetSocketAddress>) - Method in class io.netty.resolver.dns.DnsQueryContext
 
finish(Promise<Void>) - Method in class io.netty.util.concurrent.PromiseCombiner
Sets the promise to be notified when all combined futures have finished.
FINISH_CONNECT_REFUSED_EXCEPTION - Static variable in class io.netty.channel.unix.Socket
 
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.
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 com.sun.nio.sctp.SctpChannel
 
finishConnect() - Method in class io.netty.channel.epoll.AbstractEpollStreamChannel.EpollStreamUnsafe
 
finishConnect() - Method in class io.netty.channel.kqueue.AbstractKQueueStreamChannel.KQueueStreamUnsafe
 
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
 
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
 
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(Class<? extends InetAddress>, List<DnsCacheEntry>, Promise<List<InetAddress>>) - Method in class io.netty.resolver.dns.DnsNameResolver.ListResolverContext
 
finishResolve(Class<? extends InetAddress>, List<DnsCacheEntry>, Promise<InetAddress>) - Method in class io.netty.resolver.dns.DnsNameResolver.SingleResolverContext
 
finishResolve(Promise<T>) - Method in class io.netty.resolver.dns.DnsNameResolverContext
 
finishResolve(Class<? extends InetAddress>, List<DnsCacheEntry>, Promise<T>) - Method in class io.netty.resolver.dns.DnsNameResolverContext
 
finishWrap(ChannelHandlerContext, ByteBuf, ChannelPromise, boolean, boolean) - Method in class io.netty.handler.ssl.SslHandler
 
FIRE_EXCEPTION_ON_FAILURE - Static variable in interface io.netty.channel.ChannelFutureListener
A ChannelFutureListener that forwards the Throwable of the ChannelFuture into the ChannelPipeline.
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
 
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
 
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(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
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(boolean) - Method in class io.netty.channel.ChannelOutboundBuffer
 
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
 
fireChannelWritabilityChangedTask - Variable in class io.netty.channel.ChannelOutboundBuffer
 
fireChildRead(Object) - Method in class io.netty.handler.codec.http2.AbstractHttp2StreamChannel
Receive a read message.
fireChildRead0(Object) - Method in class io.netty.handler.codec.http2.AbstractHttp2StreamChannel
 
fireChildReadAndRegister(Http2MultiplexCodec.Http2StreamChannel, Http2StreamFrame) - Method in class io.netty.handler.codec.http2.Http2MultiplexCodec
 
fireChildReadComplete() - Method in class io.netty.handler.codec.http2.AbstractHttp2StreamChannel
 
fireChildReadCompleteTask - Variable in class io.netty.handler.codec.http2.AbstractHttp2StreamChannel
 
firedChannelRead - 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.
fireEvent(Notification) - Method in class io.netty.channel.sctp.SctpNotificationHandler
 
fireEventAndClose(Object) - Method in class io.netty.channel.epoll.AbstractEpollChannel.AbstractEpollUnsafe
 
fireEventAndClose(Object) - Method in class io.netty.channel.kqueue.AbstractKQueueChannel.AbstractKQueueUnsafe
 
fireException - Variable in class io.netty.channel.VoidChannelPromise
 
fireException(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
 
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() - Method in interface io.netty.channel.ChannelPipeline
Returns the first ChannelHandler in this pipeline.
first() - 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(int[], int, int) - Static method in class io.netty.handler.codec.compression.Bzip2HuffmanAllocator
 
first - Variable in class io.netty.handler.timeout.IdleStateEvent
 
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
 
firstAllIdleEvent - Variable in class io.netty.handler.timeout.IdleStateHandler
 
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
 
firstIndexOf(ByteBuf, int, int, byte) - Static method in class io.netty.buffer.ByteBufUtil
 
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
 
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.AcquireListener - Class in io.netty.channel.pool
 
FixedChannelPool.AcquireTask - Class in io.netty.channel.pool
 
FixedChannelPool.AcquireTimeoutAction - Enum 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.
flags - Variable in class io.netty.channel.epoll.AbstractEpollChannel
 
flags(int) - Method in class io.netty.channel.kqueue.KQueueEventArray
 
flags - Variable in class io.netty.handler.codec.compression.JdkZlibDecoder
 
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 - Variable in class io.netty.handler.codec.http2.DefaultHttp2FrameReader
 
flags - Variable in class io.netty.handler.codec.http2.DefaultHttp2FrameWriter.DataFrameHeader
 
flags - Variable in class io.netty.handler.codec.http2.WeightedFairQueueByteDistributor.State
 
flags - Variable in class io.netty.handler.codec.spdy.SpdyFrameDecoder
 
floatArrayAppend(StringBuilder, float[]) - Static method in class io.netty.util.internal.logging.MessageFormatter
 
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
 
FlowControlledData(Http2Stream, ByteBuf, int, boolean, ChannelPromise) - Constructor for class io.netty.handler.codec.http2.DefaultHttp2ConnectionEncoder.FlowControlledData
 
FlowControlledHeaders(Http2Stream, Http2Headers, int, short, boolean, int, boolean, ChannelPromise) - Constructor for class io.netty.handler.codec.http2.DefaultHttp2ConnectionEncoder.FlowControlledHeaders
 
flowController() - Method in class io.netty.handler.codec.http2.DecoratingHttp2ConnectionDecoder
 
flowController() - Method in class io.netty.handler.codec.http2.DecoratingHttp2ConnectionEncoder
 
flowController - Variable in class io.netty.handler.codec.http2.DefaultHttp2Connection.DefaultEndpoint
 
flowController() - Method in class io.netty.handler.codec.http2.DefaultHttp2Connection.DefaultEndpoint
 
flowController(F) - 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 - Variable in class io.netty.handler.codec.http2.DelegatingDecompressorFrameListener.ConsumedBytesConverter
 
flowController() - Method in interface io.netty.handler.codec.http2.Http2Connection.Endpoint
Gets the flow controller for this endpoint.
flowController(F) - Method in interface io.netty.handler.codec.http2.Http2Connection.Endpoint
Sets 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.
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(ChannelHandlerContext) - Method in class io.netty.channel.ChannelDuplexHandler
flush() - Method in interface io.netty.channel.ChannelHandlerContext
 
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() - 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(ChannelHandlerContext) - Method in class io.netty.channel.CombinedChannelDuplexHandler
 
flush() - Method in class io.netty.channel.DefaultChannelPipeline
 
flush(ChannelHandlerContext) - Method in class io.netty.channel.DefaultChannelPipeline.HeadContext
 
flush() - Method in interface io.netty.channel.group.ChannelGroup
Flush all Channels in this group.
flush(ChannelMatcher) - Method in interface io.netty.channel.group.ChannelGroup
Flush all Channels in this group that are matched by the given ChannelMatcher.
flush() - Method in class io.netty.channel.group.DefaultChannelGroup
 
flush(ChannelMatcher) - Method in class io.netty.channel.group.DefaultChannelGroup
 
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.handler.codec.DatagramPacketEncoder
 
flush(ChannelHandlerContext) - Method in class io.netty.handler.codec.http.HttpClientUpgradeHandler
 
flush(ChannelHandlerContext) - Method in class io.netty.handler.codec.http2.Http2ConnectionHandler
 
flush(ChannelHandlerContext) - Method in class io.netty.handler.codec.http2.Http2MultiplexCodec
 
FLUSH - Static variable in class io.netty.handler.codec.memcache.binary.BinaryMemcacheOpcodes
 
flush() - Method in class io.netty.handler.codec.serialization.ObjectEncoderOutputStream
 
flush(ChannelHandlerContext) - Method in class io.netty.handler.codec.spdy.SpdyFrameCodec
 
flush(ChannelHandlerContext) - Method in class io.netty.handler.flush.FlushConsolidationHandler
 
flush(ChannelHandlerContext) - Method in class io.netty.handler.logging.LoggingHandler
 
flush(ChannelHandlerContext) - Method in class io.netty.handler.proxy.ProxyHandler
 
flush(ChannelHandlerContext) - Method in class io.netty.handler.ssl.AbstractSniHandler
 
flush(ChannelHandlerContext) - Method in class io.netty.handler.ssl.SslHandler
 
flush(ChannelHandlerContext, ChannelPromise) - Method in class io.netty.handler.ssl.SslHandler
 
flush(ChannelHandlerContext) - Method in class io.netty.handler.stream.ChunkedWriteHandler
 
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.nio.AbstractNioChannel.AbstractNioUnsafe
 
FLUSH0_CLOSED_CHANNEL_EXCEPTION - Static variable in class io.netty.channel.AbstractChannel
 
FLUSH0_NOT_YET_CONNECTED_EXCEPTION - Static variable in class io.netty.channel.AbstractChannel
 
flushAndWrite(Object) - Method in interface io.netty.channel.group.ChannelGroup
Deprecated.
flushAndWrite(Object, ChannelMatcher) - Method in interface io.netty.channel.group.ChannelGroup
flushAndWrite(Object) - Method in class io.netty.channel.group.DefaultChannelGroup
 
flushAndWrite(Object, ChannelMatcher) - Method in class io.netty.channel.group.DefaultChannelGroup
 
flushCheckpoint() - Method in class io.netty.channel.ChannelFlushPromiseNotifier.DefaultFlushCheckpoint
 
flushCheckpoint(long) - Method in class io.netty.channel.ChannelFlushPromiseNotifier.DefaultFlushCheckpoint
 
flushCheckpoint() - Method in interface io.netty.channel.ChannelFlushPromiseNotifier.FlushCheckpoint
 
flushCheckpoint(long) - Method in interface io.netty.channel.ChannelFlushPromiseNotifier.FlushCheckpoint
 
flushCheckpoint() - Method in class io.netty.channel.DefaultChannelProgressivePromise
 
flushCheckpoint(long) - Method in class io.netty.channel.DefaultChannelProgressivePromise
 
flushCheckpoint() - Method in class io.netty.channel.DefaultChannelPromise
 
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 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
 
flushedBeforeHandshake - Variable in class io.netty.handler.ssl.SslHandler
 
flushedEntry - Variable in class io.netty.channel.ChannelOutboundBuffer
 
flushedPrematurely - Variable in class io.netty.handler.proxy.ProxyHandler
 
flushFromStreamChannel() - Method in class io.netty.handler.codec.http2.Http2MultiplexCodec
 
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
 
FLUSHQ - Static variable in class io.netty.handler.codec.memcache.binary.BinaryMemcacheOpcodes
 
flushTask - Variable in class io.netty.channel.nio.AbstractNioByteChannel
 
flushTask - Variable in class io.netty.handler.codec.http2.Http2MultiplexCodec
 
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(String, DnsQueryLifecycleObserver, Promise<T>) - Method in class io.netty.resolver.dns.DnsNameResolverContext
 
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 - 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
 
forbiddenHttpRequestResponder() - Static method in class io.netty.handler.codec.http.websocketx.WebSocketServerProtocolHandler
 
forceClose(Channel, Throwable) - Static method in class io.netty.bootstrap.ServerBootstrap.ServerBootstrapAcceptor
 
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
 
forClient() - Static method in class io.netty.handler.ssl.SslContextBuilder
Creates a builder for new client-side SslContext.
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(ByteProcessor) - Method in class io.netty.buffer.AbstractByteBuf
 
forEachByte(int, int, ByteProcessor) - Method in class io.netty.buffer.AbstractByteBuf
 
forEachByte(int, int, ByteProcessor) - Method in class io.netty.buffer.AbstractUnpooledSlicedByteBuf
 
forEachByte(ByteProcessor) - Method in class io.netty.buffer.AdvancedLeakAwareByteBuf
 
forEachByte(int, int, ByteProcessor) - Method in class io.netty.buffer.AdvancedLeakAwareByteBuf
 
forEachByte(ByteProcessor) - Method in class io.netty.buffer.AdvancedLeakAwareCompositeByteBuf
 
forEachByte(int, int, 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(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(ByteProcessor) - Method in class io.netty.buffer.EmptyByteBuf
 
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(ByteProcessor) - Method in class io.netty.buffer.SwappedByteBuf
Deprecated.
 
forEachByte(int, int, ByteProcessor) - Method in class io.netty.buffer.SwappedByteBuf
Deprecated.
 
forEachByte(ByteProcessor) - Method in class io.netty.buffer.WrappedByteBuf
 
forEachByte(int, int, ByteProcessor) - Method in class io.netty.buffer.WrappedByteBuf
 
forEachByte(ByteProcessor) - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
forEachByte(int, int, ByteProcessor) - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
forEachByte(ByteProcessor) - Method in class io.netty.handler.codec.ReplayingDecoderByteBuf
 
forEachByte(int, int, 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.
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.
forEachByte0(int, int, ByteProcessor) - Method in class io.netty.util.AsciiString
 
forEachByteAsc0(int, int, ByteProcessor) - Method in class io.netty.buffer.AbstractByteBuf
 
forEachByteDesc(ByteProcessor) - Method in class io.netty.buffer.AbstractByteBuf
 
forEachByteDesc(int, int, ByteProcessor) - Method in class io.netty.buffer.AbstractByteBuf
 
forEachByteDesc(int, int, ByteProcessor) - Method in class io.netty.buffer.AbstractUnpooledSlicedByteBuf
 
forEachByteDesc(ByteProcessor) - Method in class io.netty.buffer.AdvancedLeakAwareByteBuf
 
forEachByteDesc(int, int, ByteProcessor) - Method in class io.netty.buffer.AdvancedLeakAwareByteBuf
 
forEachByteDesc(ByteProcessor) - Method in class io.netty.buffer.AdvancedLeakAwareCompositeByteBuf
 
forEachByteDesc(int, int, 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(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(ByteProcessor) - Method in class io.netty.buffer.EmptyByteBuf
 
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(ByteProcessor) - Method in class io.netty.buffer.SwappedByteBuf
Deprecated.
 
forEachByteDesc(int, int, ByteProcessor) - Method in class io.netty.buffer.SwappedByteBuf
Deprecated.
 
forEachByteDesc(ByteProcessor) - Method in class io.netty.buffer.WrappedByteBuf
 
forEachByteDesc(int, int, ByteProcessor) - Method in class io.netty.buffer.WrappedByteBuf
 
forEachByteDesc(ByteProcessor) - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
forEachByteDesc(int, int, ByteProcessor) - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
forEachByteDesc(ByteProcessor) - Method in class io.netty.handler.codec.ReplayingDecoderByteBuf
 
forEachByteDesc(int, int, 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.
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.
forEachByteDesc0(int, int, ByteProcessor) - Method in class io.netty.buffer.AbstractByteBuf
 
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(Date) - Static method in class io.netty.handler.codec.DateFormatter
Format a Date into RFC1123 format
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.
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) - Static 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) - Static method in class io.netty.handler.logging.LoggingHandler
Generates the default log message of the specified event whose argument is a ByteBufHolder.
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(File, File) - 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(PrivateKey, X509Certificate...) - 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, String) - Static method in class io.netty.handler.ssl.SslContextBuilder
Creates a builder for new server-side SslContext.
forServer(PrivateKey, String, X509Certificate...) - Static method in class io.netty.handler.ssl.SslContextBuilder
Creates a builder for new server-side SslContext.
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.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
 
fragments - Variable in class io.netty.handler.codec.sctp.SctpMessageCompletionHandler
 
frame - Variable in class io.netty.handler.codec.http2.Http2MultiplexCodec.ChannelCarryingHeadersFrame
 
Frame(ChannelPromise) - Constructor for class io.netty.handler.codec.http2.StreamBufferingEncoder.Frame
 
FRAME_HEADER_LENGTH - Static variable in class io.netty.handler.codec.http2.Http2CodecUtil
 
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.Http2Codec
 
frameCodec() - Method in class io.netty.handler.codec.http2.Http2Codec
 
FrameDecoder() - Constructor for class io.netty.handler.codec.http2.Http2ConnectionHandler.FrameDecoder
 
frameFinalFlag - Variable in class io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder
 
frameHeader - Variable in class io.netty.handler.codec.http2.DefaultHttp2FrameWriter.DataFrameHeader
 
frameLength - Variable in class io.netty.handler.codec.FixedLengthFrameDecoder
 
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(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() - Method in class io.netty.handler.codec.http2.DecoratingHttp2ConnectionDecoder
 
frameListener(Http2FrameListener) - Method in class io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder
 
frameListener() - 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() - Method in interface io.netty.handler.codec.http2.Http2ConnectionDecoder
Get the Http2FrameListener which will be notified when frames are decoded.
frameListener(Http2FrameListener) - Method in class io.netty.handler.codec.http2.Http2ConnectionHandlerBuilder
 
FrameListener() - Constructor for class io.netty.handler.codec.http2.Http2FrameCodec.FrameListener
 
frameListener(Http2FrameListener) - Method in class io.netty.handler.codec.http2.HttpToHttp2ConnectionHandlerBuilder
 
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(Http2FrameLogger) - Method in class io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
Sets the logger that is used for the encoder and decoder.
frameLogger - Variable in class io.netty.handler.codec.http2.Http2CodecBuilder
 
frameLogger(Http2FrameLogger) - Method in class io.netty.handler.codec.http2.Http2CodecBuilder
Specifies the frame logger to log messages with.
frameLogger() - Method in class io.netty.handler.codec.http2.Http2CodecBuilder
Returns the frame logger to log messages with.
frameLogger(Http2FrameLogger) - Method in class io.netty.handler.codec.http2.Http2ConnectionHandlerBuilder
 
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
frameType - Variable in class io.netty.handler.codec.http2.DefaultHttp2FrameReader
 
frameWriter() - Method in class io.netty.handler.codec.http2.DecoratingHttp2ConnectionEncoder
 
frameWriter - Variable in class io.netty.handler.codec.http2.DefaultHttp2ConnectionEncoder
 
frameWriter() - Method in class io.netty.handler.codec.http2.DefaultHttp2ConnectionEncoder
 
frameWriter - Variable in class io.netty.handler.codec.http2.DefaultHttp2LocalFlowController
 
frameWriter(Http2FrameWriter) - Method in class io.netty.handler.codec.http2.DefaultHttp2LocalFlowController
 
frameWriter(Http2FrameWriter) - Method in class io.netty.handler.codec.http2.DelegatingDecompressorFrameListener.ConsumedBytesConverter
 
frameWriter() - Method in class io.netty.handler.codec.http2.Http2CodecBuilder
 
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 interface io.netty.handler.codec.http2.Http2LocalFlowController
Sets the writer to be use for sending WINDOW_UPDATE frames.
free(PoolChunk<T>, long, int, PoolThreadCache) - Method in class io.netty.buffer.PoolArena
 
free(long) - 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 If the subpage pool in PoolArena has at least one other PoolSubpage of given elemSize, we can completely free the owning Page so it is available for subsequent allocations
free(PoolChunk<T>, long) - Method in class io.netty.buffer.PoolChunkList
 
free(PoolSubpage<T>, int) - Method in class io.netty.buffer.PoolSubpage
 
free() - 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(PoolThreadCache.MemoryRegionCache<?>[]) - Static method in class io.netty.buffer.PoolThreadCache
 
free(PoolThreadCache.MemoryRegionCache<?>) - Static method in class io.netty.buffer.PoolThreadCache
 
free() - Method in class io.netty.buffer.PoolThreadCache.MemoryRegionCache
Clear out this cache and free up all previous cached PoolChunks and handles.
free(int) - Method in class io.netty.buffer.PoolThreadCache.MemoryRegionCache
 
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
 
free0() - Method in class io.netty.buffer.PoolThreadCache
 
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
 
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, PoolArena.SizeClass) - Method in class io.netty.buffer.PoolArena
 
freed - Variable in class io.netty.buffer.CompositeByteBuf
 
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.UnpooledUnsafeDirectByteBuf
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.
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) - Method in class io.netty.buffer.PoolThreadCache.MemoryRegionCache
 
freeIfNecessary() - Method in class io.netty.buffer.CompositeByteBuf.Component
 
freeMemory(long) - Static method in class io.netty.util.internal.PlatformDependent
 
freeMemory(long) - Static method in class io.netty.util.internal.PlatformDependent0
 
freeSweepAllocationThreshold - Variable in class io.netty.buffer.PoolThreadCache
 
freeTask - Variable in class io.netty.buffer.PoolThreadCache
 
freeThreadLocalCache() - Method in class io.netty.buffer.PooledByteBufAllocator
Deprecated.
FRESERVED - Static variable in class io.netty.handler.codec.compression.JdkZlibDecoder
 
from(String) - Static method in class io.netty.channel.unix.FileDescriptor
Open a new FileDescriptor for the given path.
from(File) - Static method in class io.netty.channel.unix.FileDescriptor
Open a new FileDescriptor for the given File.
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(int) - Static method in class io.netty.handler.codec.mqtt.MqttMessageIdVariableHeader
 
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
 
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
fromProtocolNameAndLevel(String, byte) - Static method in enum io.netty.handler.codec.mqtt.MqttVersion
 
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
 
fulfillConnectPromise(ChannelPromise, boolean) - Method in class io.netty.channel.epoll.AbstractEpollStreamChannel.EpollStreamUnsafe
 
fulfillConnectPromise(ChannelPromise, Throwable) - Method in class io.netty.channel.epoll.AbstractEpollStreamChannel.EpollStreamUnsafe
 
fulfillConnectPromise(ChannelPromise, boolean) - Method in class io.netty.channel.kqueue.AbstractKQueueStreamChannel.KQueueStreamUnsafe
 
fulfillConnectPromise(ChannelPromise, Throwable) - Method in class io.netty.channel.kqueue.AbstractKQueueStreamChannel.KQueueStreamUnsafe
 
fulfillConnectPromise(ChannelPromise, boolean) - Method in class io.netty.channel.nio.AbstractNioChannel.AbstractNioUnsafe
 
fulfillConnectPromise(ChannelPromise, Throwable) - Method in class io.netty.channel.nio.AbstractNioChannel.AbstractNioUnsafe
 
FULL_EXCEPTION - Static variable in class io.netty.channel.pool.FixedChannelPool
 
FULL_EXCEPTION - Static variable in class io.netty.channel.pool.SimpleChannelPool
 
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<V> - Interface in io.netty.util.concurrent
The result of an asynchronous operation.
future - Variable in class io.netty.util.concurrent.UnorderedThreadPoolEventExecutor.RunnableScheduledFutureTask
 
FutureListener<V> - Interface in io.netty.util.concurrent
A subtype of GenericFutureListener that hides type parameter for convenience.
futureListenerStackDepth() - Method in class io.netty.util.internal.InternalThreadLocalMap
 
futureListenerStackDepth - Variable in class io.netty.util.internal.UnpaddedInternalThreadLocalMap
 
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) - 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
Generates a key specification for an (encrypted) private key.
generateName(ChannelHandler) - Method in class io.netty.channel.DefaultChannelPipeline
 
generateName0(Class<?>) - Static method in class io.netty.channel.DefaultChannelPipeline
 
generateSeed(int) - Method in class io.netty.handler.ssl.util.ThreadLocalInsecureRandom
 
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
 
get(String) - Method in interface io.netty.channel.ChannelPipeline
Returns the ChannelHandler with the specified name in this pipeline.
get(Class<T>) - Method in interface io.netty.channel.ChannelPipeline
Returns the ChannelHandler of the specified type in this pipeline.
get(String) - Method in class io.netty.channel.DefaultChannelPipeline
 
get(Class<T>) - Method in class io.netty.channel.DefaultChannelPipeline
 
get() - Method in class io.netty.channel.group.VoidChannelGroupFuture
 
get(long, TimeUnit) - Method in class io.netty.channel.group.VoidChannelGroupFuture
 
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(int) - Method in class io.netty.handler.codec.CodecOutputList
 
get(K) - Method in class io.netty.handler.codec.DefaultHeaders
 
get(K, V) - Method in class io.netty.handler.codec.DefaultHeaders
 
get(K) - Method in class io.netty.handler.codec.EmptyHeaders
 
get(K, V) - 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 interface io.netty.handler.codec.Headers
Returns the value of a header with the specified name.
get(String) - Method in class io.netty.handler.codec.http.DefaultHttpHeaders
 
get(CharSequence) - Method in class io.netty.handler.codec.http.DefaultHttpHeaders
 
get(String) - Method in class io.netty.handler.codec.http.EmptyHttpHeaders
 
get() - Static method in class io.netty.handler.codec.http.HttpHeaderDateFormat
Deprecated.
 
get(String) - Method in class io.netty.handler.codec.http.HttpHeaders
 
get(CharSequence) - Method in class io.netty.handler.codec.http.HttpHeaders
Returns the value of a header with the specified name.
get(CharSequence, String) - Method in class io.netty.handler.codec.http.HttpHeaders
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() - Method in class io.netty.handler.codec.http.multipart.AbstractDiskHttpData
 
get() - Method in class io.netty.handler.codec.http.multipart.AbstractMemoryHttpData
 
get() - Method in interface io.netty.handler.codec.http.multipart.HttpData
Returns the contents of the file item as an array of bytes.
get() - Method in class io.netty.handler.codec.http.multipart.MixedAttribute
 
get() - Method in class io.netty.handler.codec.http.multipart.MixedFileUpload
 
get(DefaultHttp2Connection.DefaultPropertyKey) - Method in class io.netty.handler.codec.http2.DefaultHttp2Connection.DefaultStream.PropertyMap
 
get(CharSequence) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
 
get(CharSequence, CharSequence) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
 
GET - Static variable in class io.netty.handler.codec.memcache.binary.BinaryMemcacheOpcodes
 
get(Object) - Method in class io.netty.handler.codec.serialization.ReferenceMap
 
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(InetSocketAddress, int) - Method in class io.netty.resolver.dns.DnsQueryContextManager
 
get(String, DnsRecord[]) - Method in class io.netty.resolver.dns.NoopDnsCache
 
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(byte) - Method in class io.netty.util.collection.ByteCollections.EmptyMap
 
get(Object) - Method in class io.netty.util.collection.ByteCollections.EmptyMap
 
get(byte) - Method in class io.netty.util.collection.ByteCollections.UnmodifiableMap
 
get(Object) - Method in class io.netty.util.collection.ByteCollections.UnmodifiableMap
 
get(byte) - Method in class io.netty.util.collection.ByteObjectHashMap
 
get(Object) - 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(Object) - Method in class io.netty.util.collection.CharCollections.EmptyMap
 
get(char) - Method in class io.netty.util.collection.CharCollections.UnmodifiableMap
 
get(Object) - Method in class io.netty.util.collection.CharCollections.UnmodifiableMap
 
get(char) - Method in class io.netty.util.collection.CharObjectHashMap
 
get(Object) - Method in class io.netty.util.collection.CharObjectHashMap
 
get(char) - Method in interface io.netty.util.collection.CharObjectMap
Gets the value in the map with the specified key.
get(int) - Method in class io.netty.util.collection.IntCollections.EmptyMap
 
get(Object) - Method in class io.netty.util.collection.IntCollections.EmptyMap
 
get(int) - Method in class io.netty.util.collection.IntCollections.UnmodifiableMap
 
get(Object) - Method in class io.netty.util.collection.IntCollections.UnmodifiableMap
 
get(int) - Method in class io.netty.util.collection.IntObjectHashMap
 
get(Object) - 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.util.collection.LongCollections.EmptyMap
 
get(Object) - Method in class io.netty.util.collection.LongCollections.EmptyMap
 
get(long) - Method in class io.netty.util.collection.LongCollections.UnmodifiableMap
 
get(Object) - Method in class io.netty.util.collection.LongCollections.UnmodifiableMap
 
get(long) - Method in class io.netty.util.collection.LongObjectHashMap
 
get(Object) - 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(short) - Method in class io.netty.util.collection.ShortCollections.EmptyMap
 
get(Object) - Method in class io.netty.util.collection.ShortCollections.EmptyMap
 
get(short) - Method in class io.netty.util.collection.ShortCollections.UnmodifiableMap
 
get(Object) - Method in class io.netty.util.collection.ShortCollections.UnmodifiableMap
 
get(short) - Method in class io.netty.util.collection.ShortObjectHashMap
 
get(Object) - 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() - Method in class io.netty.util.concurrent.AbstractFuture
 
get(long, TimeUnit) - Method in class io.netty.util.concurrent.AbstractFuture
 
get() - Method in class io.netty.util.concurrent.FastThreadLocal
Returns the current value for the current thread
get(InternalThreadLocalMap) - Method in class io.netty.util.concurrent.FastThreadLocal
Returns the current value for the specified thread local map.
get() - Static method in class io.netty.util.internal.InternalThreadLocalMap
 
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, 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(Class<?>) - Static method in class io.netty.util.internal.TypeParameterMatcher
 
get() - Method in interface io.netty.util.IntSupplier
Gets a result.
get() - Method in class io.netty.util.Recycler
 
get() - Method in interface io.netty.util.UncheckedBooleanSupplier
Gets a boolean value.
get0(CharSequence) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
 
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.
getAcceptedIssuers() - Method in class io.netty.handler.ssl.util.X509TrustManagerWrapper
 
getAcceptFilter() - Method in class io.netty.channel.kqueue.BsdSocket
 
getAcceptFilter(int) - Static method in class io.netty.channel.kqueue.BsdSocket
 
getAcceptFilter() - Method in class io.netty.channel.kqueue.KQueueServerSocketChannelConfig
 
getActiveOnOpen() - Method in class io.netty.channel.epoll.EpollDatagramChannelConfig
 
getActiveOnOpen() - Method in class io.netty.channel.kqueue.KQueueDatagramChannelConfig
 
getAlgorithm() - Method in class io.netty.handler.ssl.PemPrivateKey
 
getAlgorithm() - Method in class io.netty.handler.ssl.util.ThreadLocalInsecureRandom
 
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.
getAll(CharSequence) - Method in class io.netty.handler.codec.http.CombinedHttpHeaders.CombinedHttpHeadersImpl
 
getAll(String) - Method in class io.netty.handler.codec.http.DefaultHttpHeaders
 
getAll(CharSequence) - 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(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
 
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.
getAllAndRemove(CharSequence) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
 
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.
getAllLocalAddresses() - Method in class com.sun.nio.sctp.SctpChannel
 
getAllLocalAddresses() - Method in class com.sun.nio.sctp.SctpServerChannel
 
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(K) - Method in class io.netty.handler.codec.DefaultHeaders
 
getAndRemove(K, V) - Method in class io.netty.handler.codec.DefaultHeaders
 
getAndRemove(K) - Method in class io.netty.handler.codec.EmptyHeaders
 
getAndRemove(K, V) - 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 interface io.netty.handler.codec.Headers
Returns the value of a header with the specified name and removes it from this object.
getAndRemove(CharSequence) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
 
getAndRemove(CharSequence, CharSequence) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
 
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
 
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.JdkSslSession
 
getApplicationProtocol() - Method in interface io.netty.handler.ssl.ApplicationProtocolAccessor
Returns the name of the negotiated application-level protocol.
getApplicationProtocol() - Method in class io.netty.handler.ssl.JdkSslSession
 
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.
getBacklog() - Method in class io.netty.channel.epoll.EpollServerChannelConfig
 
getBacklog() - Method in class io.netty.channel.kqueue.KQueueServerChannelConfig
 
getBacklog() - Method in class io.netty.channel.sctp.DefaultSctpServerChannelConfig
 
getBacklog() - Method in interface io.netty.channel.sctp.SctpServerChannelConfig
Gets the backlog value to specify when the channel binds to a local address.
getBacklog() - Method in class io.netty.channel.socket.DefaultServerSocketChannelConfig
 
getBacklog() - Method in interface io.netty.channel.socket.ServerSocketChannelConfig
Gets the backlog value to specify when the channel binds to a local address.
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.OpenSslX509Certificate
 
getBasicConstraints() - Method in class io.netty.handler.ssl.PemX509Certificate
 
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(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() - Method in class io.netty.handler.codec.http.multipart.HttpPostRequestDecoder
 
getBodyHttpDatas(String) - 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(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() - 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 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(K) - Method in class io.netty.handler.codec.DefaultHeaders
 
getBoolean(K, boolean) - Method in class io.netty.handler.codec.DefaultHeaders
 
getBoolean(K) - Method in class io.netty.handler.codec.EmptyHeaders
 
getBoolean(K, boolean) - 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 interface io.netty.handler.codec.Headers
Returns the boolean value of a header with the specified name.
getBoolean(CharSequence) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
 
getBoolean(CharSequence, boolean) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
 
getBoolean(int) - Method in class io.netty.handler.codec.ReplayingDecoderByteBuf
 
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.
getBooleanAndRemove(K) - Method in class io.netty.handler.codec.DefaultHeaders
 
getBooleanAndRemove(K, boolean) - Method in class io.netty.handler.codec.DefaultHeaders
 
getBooleanAndRemove(K) - Method in class io.netty.handler.codec.EmptyHeaders
 
getBooleanAndRemove(K, boolean) - 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 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(CharSequence) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
 
getBooleanAndRemove(CharSequence, boolean) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
 
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(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(byte[], int) - Static method in class io.netty.buffer.HeapByteBufUtil
 
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.UnpooledUnsafeHeapByteBuf
 
getByte(long) - Static method in class io.netty.buffer.UnsafeByteBufUtil
 
getByte(byte[], int) - Static method in class io.netty.buffer.UnsafeByteBufUtil
 
getByte(int) - Method in class io.netty.buffer.WrappedByteBuf
 
getByte(int) - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
getByte(K) - Method in class io.netty.handler.codec.DefaultHeaders
 
getByte(K, byte) - Method in class io.netty.handler.codec.DefaultHeaders
 
getByte(K) - Method in class io.netty.handler.codec.EmptyHeaders
 
getByte(K, byte) - 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 interface io.netty.handler.codec.Headers
Returns the byte value of a header with the specified name.
getByte(CharSequence) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
 
getByte(CharSequence, byte) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
 
getByte(int) - Method in class io.netty.handler.codec.ReplayingDecoderByteBuf
 
getByte(long) - Static method in class io.netty.util.internal.PlatformDependent
 
getByte(byte[], int) - Static method in class io.netty.util.internal.PlatformDependent
 
getByte(long) - Static method in class io.netty.util.internal.PlatformDependent0
 
getByte(byte[], int) - Static method in class io.netty.util.internal.PlatformDependent0
 
getByteAndRemove(K) - Method in class io.netty.handler.codec.DefaultHeaders
 
getByteAndRemove(K, byte) - Method in class io.netty.handler.codec.DefaultHeaders
 
getByteAndRemove(K) - Method in class io.netty.handler.codec.EmptyHeaders
 
getByteAndRemove(K, byte) - 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 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(CharSequence) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
 
getByteAndRemove(CharSequence, byte) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
 
getByteBuf() - Method in class io.netty.handler.codec.http.multipart.AbstractDiskHttpData
 
getByteBuf() - Method in class io.netty.handler.codec.http.multipart.AbstractMemoryHttpData
Utility to go from a In Memory FileUpload to a Disk (or another implementation) FileUpload
getByteBuf() - Method in interface io.netty.handler.codec.http.multipart.HttpData
Returns the content of the file item as a ByteBuf
getByteBuf() - Method in class io.netty.handler.codec.http.multipart.MixedAttribute
 
getByteBuf() - Method in class io.netty.handler.codec.http.multipart.MixedFileUpload
 
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(int, byte[]) - Method in class io.netty.buffer.AbstractByteBuf
 
getBytes(int, ByteBuf) - Method in class io.netty.buffer.AbstractByteBuf
 
getBytes(int, ByteBuf, int) - Method in class io.netty.buffer.AbstractByteBuf
 
getBytes(int, ByteBuf, int, int) - Method in class io.netty.buffer.AbstractUnpooledSlicedByteBuf
 
getBytes(int, byte[], int, int) - Method in class io.netty.buffer.AbstractUnpooledSlicedByteBuf
 
getBytes(int, ByteBuffer) - Method in class io.netty.buffer.AbstractUnpooledSlicedByteBuf
 
getBytes(int, OutputStream, int) - Method in class io.netty.buffer.AbstractUnpooledSlicedByteBuf
 
getBytes(int, GatheringByteChannel, int) - Method in class io.netty.buffer.AbstractUnpooledSlicedByteBuf
 
getBytes(int, FileChannel, long, int) - Method in class io.netty.buffer.AbstractUnpooledSlicedByteBuf
 
getBytes(int, ByteBuf) - Method in class io.netty.buffer.AdvancedLeakAwareByteBuf
 
getBytes(int, ByteBuf, int) - Method in class io.netty.buffer.AdvancedLeakAwareByteBuf
 
getBytes(int, ByteBuf, int, int) - Method in class io.netty.buffer.AdvancedLeakAwareByteBuf
 
getBytes(int, byte[]) - Method in class io.netty.buffer.AdvancedLeakAwareByteBuf
 
getBytes(int, byte[], int, int) - Method in class io.netty.buffer.AdvancedLeakAwareByteBuf
 
getBytes(int, ByteBuffer) - Method in class io.netty.buffer.AdvancedLeakAwareByteBuf
 
getBytes(int, OutputStream, int) - Method in class io.netty.buffer.AdvancedLeakAwareByteBuf
 
getBytes(int, GatheringByteChannel, int) - Method in class io.netty.buffer.AdvancedLeakAwareByteBuf
 
getBytes(int, FileChannel, long, int) - Method in class io.netty.buffer.AdvancedLeakAwareByteBuf
 
getBytes(int, ByteBuf) - Method in class io.netty.buffer.AdvancedLeakAwareCompositeByteBuf
 
getBytes(int, ByteBuf, int) - Method in class io.netty.buffer.AdvancedLeakAwareCompositeByteBuf
 
getBytes(int, ByteBuf, int, int) - Method in class io.netty.buffer.AdvancedLeakAwareCompositeByteBuf
 
getBytes(int, byte[]) - Method in class io.netty.buffer.AdvancedLeakAwareCompositeByteBuf
 
getBytes(int, byte[], int, int) - Method in class io.netty.buffer.AdvancedLeakAwareCompositeByteBuf
 
getBytes(int, ByteBuffer) - Method in class io.netty.buffer.AdvancedLeakAwareCompositeByteBuf
 
getBytes(int, OutputStream, int) - Method in class io.netty.buffer.AdvancedLeakAwareCompositeByteBuf
 
getBytes(int, GatheringByteChannel, int) - Method in class io.netty.buffer.AdvancedLeakAwareCompositeByteBuf
 
getBytes(int, FileChannel, long, int) - 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, 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.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.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.ByteBuf
Transfers this buffer's data to the specified destination starting at the specified absolute index.
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, 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, 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, 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(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(int, byte[], int, int) - Method in class io.netty.buffer.CompositeByteBuf
 
getBytes(int, ByteBuffer) - Method in class io.netty.buffer.CompositeByteBuf
 
getBytes(int, ByteBuf, int, int) - Method in class io.netty.buffer.CompositeByteBuf
 
getBytes(int, GatheringByteChannel, int) - Method in class io.netty.buffer.CompositeByteBuf
 
getBytes(int, FileChannel, long, int) - Method in class io.netty.buffer.CompositeByteBuf
 
getBytes(int, OutputStream, int) - Method in class io.netty.buffer.CompositeByteBuf
 
getBytes(int, ByteBuf) - Method in class io.netty.buffer.CompositeByteBuf
 
getBytes(int, ByteBuf, int) - Method in class io.netty.buffer.CompositeByteBuf
 
getBytes(int, byte[]) - Method in class io.netty.buffer.CompositeByteBuf
 
getBytes(int, ByteBuf, int, int) - Method in class io.netty.buffer.DuplicatedByteBuf
Deprecated.
 
getBytes(int, byte[], int, int) - Method in class io.netty.buffer.DuplicatedByteBuf
Deprecated.
 
getBytes(int, ByteBuffer) - Method in class io.netty.buffer.DuplicatedByteBuf
Deprecated.
 
getBytes(int, OutputStream, int) - Method in class io.netty.buffer.DuplicatedByteBuf
Deprecated.
 
getBytes(int, GatheringByteChannel, int) - Method in class io.netty.buffer.DuplicatedByteBuf
Deprecated.
 
getBytes(int, FileChannel, long, int) - Method in class io.netty.buffer.DuplicatedByteBuf
Deprecated.
 
getBytes(int, ByteBuf) - Method in class io.netty.buffer.EmptyByteBuf
 
getBytes(int, ByteBuf, int) - Method in class io.netty.buffer.EmptyByteBuf
 
getBytes(int, ByteBuf, int, int) - Method in class io.netty.buffer.EmptyByteBuf
 
getBytes(int, byte[]) - Method in class io.netty.buffer.EmptyByteBuf
 
getBytes(int, byte[], int, int) - Method in class io.netty.buffer.EmptyByteBuf
 
getBytes(int, ByteBuffer) - Method in class io.netty.buffer.EmptyByteBuf
 
getBytes(int, OutputStream, int) - Method in class io.netty.buffer.EmptyByteBuf
 
getBytes(int, GatheringByteChannel, int) - Method in class io.netty.buffer.EmptyByteBuf
 
getBytes(int, FileChannel, long, int) - Method in class io.netty.buffer.EmptyByteBuf
 
getBytes(int, byte[], int, int) - Method in class io.netty.buffer.FixedCompositeByteBuf
 
getBytes(int, ByteBuffer) - Method in class io.netty.buffer.FixedCompositeByteBuf
 
getBytes(int, ByteBuf, int, int) - Method in class io.netty.buffer.FixedCompositeByteBuf
 
getBytes(int, GatheringByteChannel, int) - Method in class io.netty.buffer.FixedCompositeByteBuf
 
getBytes(int, FileChannel, long, int) - Method in class io.netty.buffer.FixedCompositeByteBuf
 
getBytes(int, OutputStream, int) - Method in class io.netty.buffer.FixedCompositeByteBuf
 
getBytes(int, ByteBuf, int, int) - Method in class io.netty.buffer.PooledDirectByteBuf
 
getBytes(int, byte[], int, int) - Method in class io.netty.buffer.PooledDirectByteBuf
 
getBytes(int, byte[], int, int, boolean) - Method in class io.netty.buffer.PooledDirectByteBuf
 
getBytes(int, ByteBuffer) - Method in class io.netty.buffer.PooledDirectByteBuf
 
getBytes(int, ByteBuffer, boolean) - Method in class io.netty.buffer.PooledDirectByteBuf
 
getBytes(int, OutputStream, int) - Method in class io.netty.buffer.PooledDirectByteBuf
 
getBytes(int, OutputStream, int, boolean) - Method in class io.netty.buffer.PooledDirectByteBuf
 
getBytes(int, GatheringByteChannel, int) - Method in class io.netty.buffer.PooledDirectByteBuf
 
getBytes(int, GatheringByteChannel, int, boolean) - Method in class io.netty.buffer.PooledDirectByteBuf
 
getBytes(int, FileChannel, long, int) - Method in class io.netty.buffer.PooledDirectByteBuf
 
getBytes(int, FileChannel, long, int, boolean) - Method in class io.netty.buffer.PooledDirectByteBuf
 
getBytes(int, ByteBuf, int, int) - Method in class io.netty.buffer.PooledDuplicatedByteBuf
 
getBytes(int, byte[], int, int) - Method in class io.netty.buffer.PooledDuplicatedByteBuf
 
getBytes(int, ByteBuffer) - Method in class io.netty.buffer.PooledDuplicatedByteBuf
 
getBytes(int, OutputStream, int) - Method in class io.netty.buffer.PooledDuplicatedByteBuf
 
getBytes(int, GatheringByteChannel, int) - Method in class io.netty.buffer.PooledDuplicatedByteBuf
 
getBytes(int, FileChannel, long, int) - Method in class io.netty.buffer.PooledDuplicatedByteBuf
 
getBytes(int, ByteBuf, int, int) - Method in class io.netty.buffer.PooledHeapByteBuf
 
getBytes(int, byte[], int, int) - Method in class io.netty.buffer.PooledHeapByteBuf
 
getBytes(int, ByteBuffer) - Method in class io.netty.buffer.PooledHeapByteBuf
 
getBytes(int, OutputStream, int) - Method in class io.netty.buffer.PooledHeapByteBuf
 
getBytes(int, GatheringByteChannel, int) - Method in class io.netty.buffer.PooledHeapByteBuf
 
getBytes(int, GatheringByteChannel, int, boolean) - Method in class io.netty.buffer.PooledHeapByteBuf
 
getBytes(int, FileChannel, long, int) - Method in class io.netty.buffer.PooledHeapByteBuf
 
getBytes(int, FileChannel, long, int, boolean) - Method in class io.netty.buffer.PooledHeapByteBuf
 
getBytes(int, ByteBuf, int, int) - Method in class io.netty.buffer.PooledSlicedByteBuf
 
getBytes(int, byte[], int, int) - Method in class io.netty.buffer.PooledSlicedByteBuf
 
getBytes(int, ByteBuffer) - Method in class io.netty.buffer.PooledSlicedByteBuf
 
getBytes(int, OutputStream, int) - Method in class io.netty.buffer.PooledSlicedByteBuf
 
getBytes(int, GatheringByteChannel, int) - Method in class io.netty.buffer.PooledSlicedByteBuf
 
getBytes(int, FileChannel, long, int) - Method in class io.netty.buffer.PooledSlicedByteBuf
 
getBytes(int, ByteBuf, int, int) - Method in class io.netty.buffer.PooledUnsafeDirectByteBuf
 
getBytes(int, byte[], int, int) - Method in class io.netty.buffer.PooledUnsafeDirectByteBuf
 
getBytes(int, ByteBuffer) - Method in class io.netty.buffer.PooledUnsafeDirectByteBuf
 
getBytes(int, OutputStream, int) - Method in class io.netty.buffer.PooledUnsafeDirectByteBuf
 
getBytes(int, GatheringByteChannel, int) - Method in class io.netty.buffer.PooledUnsafeDirectByteBuf
 
getBytes(int, GatheringByteChannel, int, boolean) - Method in class io.netty.buffer.PooledUnsafeDirectByteBuf
 
getBytes(int, FileChannel, long, int) - Method in class io.netty.buffer.PooledUnsafeDirectByteBuf
 
getBytes(int, FileChannel, long, int, boolean) - Method in class io.netty.buffer.PooledUnsafeDirectByteBuf
 
getBytes(int, GatheringByteChannel, int) - Method in class io.netty.buffer.ReadOnlyByteBuf
Deprecated.
 
getBytes(int, FileChannel, long, int) - Method in class io.netty.buffer.ReadOnlyByteBuf
Deprecated.
 
getBytes(int, OutputStream, int) - Method in class io.netty.buffer.ReadOnlyByteBuf
Deprecated.
 
getBytes(int, byte[], int, int) - Method in class io.netty.buffer.ReadOnlyByteBuf
Deprecated.
 
getBytes(int, ByteBuf, int, int) - Method in class io.netty.buffer.ReadOnlyByteBuf
Deprecated.
 
getBytes(int, ByteBuffer) - Method in class io.netty.buffer.ReadOnlyByteBuf
Deprecated.
 
getBytes(int, ByteBuf, int, int) - Method in class io.netty.buffer.ReadOnlyByteBufferBuf
 
getBytes(int, byte[], int, int) - Method in class io.netty.buffer.ReadOnlyByteBufferBuf
 
getBytes(int, ByteBuffer) - Method in class io.netty.buffer.ReadOnlyByteBufferBuf
 
getBytes(int, OutputStream, int) - Method in class io.netty.buffer.ReadOnlyByteBufferBuf
 
getBytes(int, GatheringByteChannel, int) - Method in class io.netty.buffer.ReadOnlyByteBufferBuf
 
getBytes(int, FileChannel, long, int) - Method in class io.netty.buffer.ReadOnlyByteBufferBuf
 
getBytes(int, ByteBuf, int, int) - Method in class io.netty.buffer.ReadOnlyUnsafeDirectByteBuf
 
getBytes(int, byte[], int, int) - Method in class io.netty.buffer.ReadOnlyUnsafeDirectByteBuf
 
getBytes(int, ByteBuffer) - Method in class io.netty.buffer.ReadOnlyUnsafeDirectByteBuf
 
getBytes(int, ByteBuf) - Method in class io.netty.buffer.SwappedByteBuf
Deprecated.
 
getBytes(int, ByteBuf, int) - Method in class io.netty.buffer.SwappedByteBuf
Deprecated.
 
getBytes(int, ByteBuf, int, int) - Method in class io.netty.buffer.SwappedByteBuf
Deprecated.
 
getBytes(int, byte[]) - Method in class io.netty.buffer.SwappedByteBuf
Deprecated.
 
getBytes(int, byte[], int, int) - Method in class io.netty.buffer.SwappedByteBuf
Deprecated.
 
getBytes(int, ByteBuffer) - Method in class io.netty.buffer.SwappedByteBuf
Deprecated.
 
getBytes(int, OutputStream, int) - Method in class io.netty.buffer.SwappedByteBuf
Deprecated.
 
getBytes(int, GatheringByteChannel, int) - Method in class io.netty.buffer.SwappedByteBuf
Deprecated.
 
getBytes(int, FileChannel, long, int) - Method in class io.netty.buffer.SwappedByteBuf
Deprecated.
 
getBytes(int, ByteBuf, int, int) - Method in class io.netty.buffer.UnpooledDirectByteBuf
 
getBytes(int, byte[], int, int) - Method in class io.netty.buffer.UnpooledDirectByteBuf
 
getBytes(int, byte[], int, int, boolean) - Method in class io.netty.buffer.UnpooledDirectByteBuf
 
getBytes(int, ByteBuffer) - Method in class io.netty.buffer.UnpooledDirectByteBuf
 
getBytes(int, ByteBuffer, boolean) - Method in class io.netty.buffer.UnpooledDirectByteBuf
 
getBytes(int, OutputStream, int) - Method in class io.netty.buffer.UnpooledDirectByteBuf
 
getBytes(int, OutputStream, int, boolean) - Method in class io.netty.buffer.UnpooledDirectByteBuf
 
getBytes(int, GatheringByteChannel, int) - Method in class io.netty.buffer.UnpooledDirectByteBuf
 
getBytes(int, GatheringByteChannel, int, boolean) - Method in class io.netty.buffer.UnpooledDirectByteBuf
 
getBytes(int, FileChannel, long, int) - Method in class io.netty.buffer.UnpooledDirectByteBuf
 
getBytes(int, FileChannel, long, int, boolean) - Method in class io.netty.buffer.UnpooledDirectByteBuf
 
getBytes(int, ByteBuf, int, int) - Method in class io.netty.buffer.UnpooledHeapByteBuf
 
getBytes(int, byte[], int, int) - Method in class io.netty.buffer.UnpooledHeapByteBuf
 
getBytes(int, ByteBuffer) - Method in class io.netty.buffer.UnpooledHeapByteBuf
 
getBytes(int, OutputStream, int) - Method in class io.netty.buffer.UnpooledHeapByteBuf
 
getBytes(int, GatheringByteChannel, int) - Method in class io.netty.buffer.UnpooledHeapByteBuf
 
getBytes(int, FileChannel, long, int) - Method in class io.netty.buffer.UnpooledHeapByteBuf
 
getBytes(int, GatheringByteChannel, int, boolean) - Method in class io.netty.buffer.UnpooledHeapByteBuf
 
getBytes(int, FileChannel, long, int, boolean) - Method in class io.netty.buffer.UnpooledHeapByteBuf
 
getBytes(int, ByteBuf, int, int) - Method in class io.netty.buffer.UnpooledUnsafeDirectByteBuf
 
getBytes(int, byte[], int, int) - Method in class io.netty.buffer.UnpooledUnsafeDirectByteBuf
 
getBytes(int, ByteBuffer) - Method in class io.netty.buffer.UnpooledUnsafeDirectByteBuf
 
getBytes(int, OutputStream, int) - Method in class io.netty.buffer.UnpooledUnsafeDirectByteBuf
 
getBytes(int, GatheringByteChannel, int) - Method in class io.netty.buffer.UnpooledUnsafeDirectByteBuf
 
getBytes(int, GatheringByteChannel, int, boolean) - Method in class io.netty.buffer.UnpooledUnsafeDirectByteBuf
 
getBytes(int, FileChannel, long, int) - Method in class io.netty.buffer.UnpooledUnsafeDirectByteBuf
 
getBytes(int, FileChannel, long, int, boolean) - Method in class io.netty.buffer.UnpooledUnsafeDirectByteBuf
 
getBytes(AbstractByteBuf, long, int, ByteBuf, int, 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, ByteBuffer) - Static method in class io.netty.buffer.UnsafeByteBufUtil
 
getBytes(AbstractByteBuf, long, int, OutputStream, int) - Static method in class io.netty.buffer.UnsafeByteBufUtil
 
getBytes(int, ByteBuf) - Method in class io.netty.buffer.WrappedByteBuf
 
getBytes(int, ByteBuf, int) - Method in class io.netty.buffer.WrappedByteBuf
 
getBytes(int, ByteBuf, int, int) - Method in class io.netty.buffer.WrappedByteBuf
 
getBytes(int, byte[]) - Method in class io.netty.buffer.WrappedByteBuf
 
getBytes(int, byte[], int, int) - Method in class io.netty.buffer.WrappedByteBuf
 
getBytes(int, ByteBuffer) - Method in class io.netty.buffer.WrappedByteBuf
 
getBytes(int, OutputStream, int) - Method in class io.netty.buffer.WrappedByteBuf
 
getBytes(int, GatheringByteChannel, int) - Method in class io.netty.buffer.WrappedByteBuf
 
getBytes(int, FileChannel, long, int) - Method in class io.netty.buffer.WrappedByteBuf
 
getBytes(int, byte[], int, int) - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
getBytes(int, ByteBuffer) - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
getBytes(int, ByteBuf, int, int) - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
getBytes(int, GatheringByteChannel, int) - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
getBytes(int, OutputStream, int) - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
getBytes(int, ByteBuf) - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
getBytes(int, ByteBuf, int) - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
getBytes(int, byte[]) - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
getBytes(int, FileChannel, long, int) - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
getBytes(int, byte[], int, int) - Method in class io.netty.handler.codec.ReplayingDecoderByteBuf
 
getBytes(int, byte[]) - Method in class io.netty.handler.codec.ReplayingDecoderByteBuf
 
getBytes(int, ByteBuffer) - Method in class io.netty.handler.codec.ReplayingDecoderByteBuf
 
getBytes(int, ByteBuf, int, int) - Method in class io.netty.handler.codec.ReplayingDecoderByteBuf
 
getBytes(int, ByteBuf, int) - Method in class io.netty.handler.codec.ReplayingDecoderByteBuf
 
getBytes(int, ByteBuf) - Method in class io.netty.handler.codec.ReplayingDecoderByteBuf
 
getBytes(int, GatheringByteChannel, int) - Method in class io.netty.handler.codec.ReplayingDecoderByteBuf
 
getBytes(int, FileChannel, long, int) - Method in class io.netty.handler.codec.ReplayingDecoderByteBuf
 
getBytes(int, OutputStream, int) - Method in class io.netty.handler.codec.ReplayingDecoderByteBuf
 
getCertificatesFromBuffers(ByteBuf[]) - Static method in class io.netty.handler.ssl.SslContext
 
getChannel(long) - Static method in class io.netty.channel.kqueue.KQueueEventArray
 
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(K) - Method in class io.netty.handler.codec.DefaultHeaders
 
getChar(K, char) - Method in class io.netty.handler.codec.DefaultHeaders
 
getChar(K) - Method in class io.netty.handler.codec.EmptyHeaders
 
getChar(K, char) - 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 interface io.netty.handler.codec.Headers
Returns the char value of a header with the specified name.
getChar(CharSequence) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
 
getChar(CharSequence, char) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
 
getChar(int) - Method in class io.netty.handler.codec.ReplayingDecoderByteBuf
 
getCharAndRemove(K) - Method in class io.netty.handler.codec.DefaultHeaders
 
getCharAndRemove(K, char) - Method in class io.netty.handler.codec.DefaultHeaders
 
getCharAndRemove(K) - Method in class io.netty.handler.codec.EmptyHeaders
 
getCharAndRemove(K, char) - 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 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(CharSequence) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
 
getCharAndRemove(CharSequence, char) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
 
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(HttpMessage) - 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(HttpMessage, Charset) - Static method in class io.netty.handler.codec.http.HttpUtil
Fetch charset from message's Content-Type header.
getCharset(CharSequence, Charset) - Static method in class io.netty.handler.codec.http.HttpUtil
Fetch charset from Content-Type header value.
getCharset() - Method in class io.netty.handler.codec.http.multipart.AbstractHttpData
 
getCharset() - Method in interface io.netty.handler.codec.http.multipart.HttpData
Returns the Charset passed by the browser or null if not defined.
getCharset() - Method in class io.netty.handler.codec.http.multipart.MixedAttribute
 
getCharset() - Method in class io.netty.handler.codec.http.multipart.MixedFileUpload
 
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 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.
getChunk(int) - Method in class io.netty.handler.codec.http.multipart.MixedAttribute
 
getChunk(int) - Method in class io.netty.handler.codec.http.multipart.MixedFileUpload
 
getChunkSize(String) - Static method in class io.netty.handler.codec.http.HttpObjectDecoder
 
getCipherSuite() - Method in class io.netty.handler.ssl.JdkSslSession
 
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
 
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
 
getContentLength(HttpMessage) - Static method in class io.netty.handler.codec.http.HttpHeaders
Deprecated.
Use 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, long) - Static method in class io.netty.handler.codec.http.HttpHeaders
Deprecated.
Use 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) - Static method in class io.netty.handler.codec.http.HttpUtil
Returns the length of the content.
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(HttpMessage, int) - Static method in class io.netty.handler.codec.http.HttpUtil
Get an int representation of getContentLength(HttpMessage, long).
getContentLength(StompHeaders, long) - 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(String) - Method in class io.netty.channel.DefaultChannelPipeline
 
getContextOrDie(ChannelHandler) - Method in class io.netty.channel.DefaultChannelPipeline
 
getContextOrDie(Class<? extends ChannelHandler>) - 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.JdkSslSession
 
getCriticalExtensionOIDs() - Method in class io.netty.handler.ssl.OpenSslX509Certificate
 
getCriticalExtensionOIDs() - Method in class io.netty.handler.ssl.PemX509Certificate
 
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, String) - Static method in class io.netty.handler.codec.http.HttpHeaders
Deprecated.
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, String, Date) - Static method in class io.netty.handler.codec.http.HttpHeaders
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.
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
 
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(K) - Method in class io.netty.handler.codec.DefaultHeaders
 
getDouble(K, double) - Method in class io.netty.handler.codec.DefaultHeaders
 
getDouble(K) - Method in class io.netty.handler.codec.EmptyHeaders
 
getDouble(K, double) - 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 interface io.netty.handler.codec.Headers
Returns the double value of a header with the specified name.
getDouble(CharSequence) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
 
getDouble(CharSequence, double) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
 
getDouble(int) - Method in class io.netty.handler.codec.ReplayingDecoderByteBuf
 
getDoubleAndRemove(K) - Method in class io.netty.handler.codec.DefaultHeaders
 
getDoubleAndRemove(K, double) - Method in class io.netty.handler.codec.DefaultHeaders
 
getDoubleAndRemove(K) - Method in class io.netty.handler.codec.EmptyHeaders
 
getDoubleAndRemove(K, double) - 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 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(CharSequence) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
 
getDoubleAndRemove(CharSequence, double) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
 
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
 
getEnabledProtocols() - Method in class io.netty.handler.ssl.JdkSslEngine
 
getEnableSessionCreation() - Method in class io.netty.handler.ssl.JdkSslEngine
 
getEncoded() - Method in class io.netty.handler.ssl.OpenSslJavaxX509Certificate
 
getEncoded() - Method in class io.netty.handler.ssl.OpenSslX509Certificate
 
getEncoded() - Method in class io.netty.handler.ssl.PemPrivateKey
 
getEncoded() - Method in class io.netty.handler.ssl.PemX509Certificate
 
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[], int) - Static method in class io.netty.handler.ssl.SslUtils
 
getEncryptedPacketLength(ByteBuffer) - 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(CharSequence, CharSequence) - Method in class io.netty.handler.codec.http2.HpackEncoder
Returns the header entry with the lowest index value for the header field.
getEntry(int) - Static method in class io.netty.handler.codec.http2.HpackStaticTable
Return the header field at the given index value.
getEpollMode() - Method in class io.netty.channel.epoll.EpollChannelConfig
Return the EpollMode used.
getError(String) - Method in class io.netty.handler.codec.redis.FixedRedisMessagePool
 
getError(ByteBuf) - 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.
getError(ByteBuf) - Method in interface io.netty.handler.codec.redis.RedisMessagePool
Returns ErrorRedisMessage for given content.
getExtensionValue(String) - Method in class io.netty.handler.ssl.OpenSslX509Certificate
 
getExtensionValue(String) - Method in class io.netty.handler.ssl.PemX509Certificate
 
getFile() - Method in class io.netty.handler.codec.http.multipart.AbstractDiskHttpData
 
getFile() - Method in class io.netty.handler.codec.http.multipart.AbstractMemoryHttpData
 
getFile() - Method in interface io.netty.handler.codec.http.multipart.HttpData
 
getFile() - Method in class io.netty.handler.codec.http.multipart.MixedAttribute
 
getFile() - Method in class io.netty.handler.codec.http.multipart.MixedFileUpload
 
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)
getFixedHeaderByte1(MqttFixedHeader) - Static method in class io.netty.handler.codec.mqtt.MqttEncoder
 
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(K) - Method in class io.netty.handler.codec.DefaultHeaders
 
getFloat(K, float) - Method in class io.netty.handler.codec.DefaultHeaders
 
getFloat(K) - Method in class io.netty.handler.codec.EmptyHeaders
 
getFloat(K, float) - 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 interface io.netty.handler.codec.Headers
Returns the float value of a header with the specified name.
getFloat(CharSequence) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
 
getFloat(CharSequence, float) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
 
getFloat(int) - Method in class io.netty.handler.codec.ReplayingDecoderByteBuf
 
getFloatAndRemove(K) - Method in class io.netty.handler.codec.DefaultHeaders
 
getFloatAndRemove(K, float) - Method in class io.netty.handler.codec.DefaultHeaders
 
getFloatAndRemove(K) - Method in class io.netty.handler.codec.EmptyHeaders
 
getFloatAndRemove(K, float) - 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 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(CharSequence) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
 
getFloatAndRemove(CharSequence, float) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
 
getFormat() - Method in class io.netty.handler.ssl.PemPrivateKey
 
getHandshaker(Channel) - Static method in class io.netty.handler.codec.http.websocketx.WebSocketServerProtocolHandler
 
getHandshakeSession() - Method in class io.netty.handler.ssl.JdkSslEngine
 
getHandshakeStatus() - Method in class io.netty.handler.ssl.JdkSslEngine
 
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, String) - Static method in class io.netty.handler.codec.http.HttpHeaders
Deprecated.
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, String, String) - Static method in class io.netty.handler.codec.http.HttpHeaders
Deprecated.
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.
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.
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
 
getHttpDataType() - Method in class io.netty.handler.codec.http.multipart.MixedAttribute
 
getHttpDataType() - Method in class io.netty.handler.codec.http.multipart.MixedFileUpload
 
getId() - Method in class io.netty.handler.ssl.JdkSslSession
 
getIDX(int) - Static method in class io.netty.handler.codec.compression.Bzip2DivSufSort
 
getIfSet() - Static method in class io.netty.util.internal.InternalThreadLocalMap
 
getIndex(CharSequence) - Method in class io.netty.handler.codec.http2.HpackEncoder
Returns the lowest index value for the header field name in the dynamic table.
getIndex(int) - Method in class io.netty.handler.codec.http2.HpackEncoder
Compute the index into the dynamic table given the index 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.
getIndex(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.
getInitialSeedUniquifier() - Static method in class io.netty.util.internal.ThreadLocalRandom
 
getInitMaxStreams() - Method in class io.netty.channel.sctp.DefaultSctpChannelConfig
 
getInitMaxStreams() - Method in class io.netty.channel.sctp.DefaultSctpServerChannelConfig
 
getInitMaxStreams() - Method in interface io.netty.channel.sctp.SctpChannelConfig
Gets the SCTP_INIT_MAXSTREAMS option.
getInitMaxStreams() - Method in interface io.netty.channel.sctp.SctpServerChannelConfig
Gets the SCTP_INIT_MAXSTREAMS option.
getInstance(ChannelOutboundBuffer) - Static method in class io.netty.channel.epoll.NativeDatagramPacketArray
Returns a NativeDatagramPacketArray which is filled with the flushed messages of ChannelOutboundBuffer.
getInstance(Class<?>) - Static method in class io.netty.util.internal.logging.InternalLoggerFactory
Creates a new logger instance with the name of the specified class.
getInstance(String) - Static method in class io.netty.util.internal.logging.InternalLoggerFactory
Creates a new logger instance with the specified name.
getInt(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(byte[], int) - Static method in class io.netty.buffer.HeapByteBufUtil
 
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.UnpooledUnsafeHeapByteBuf
 
getInt(long) - Static method in class io.netty.buffer.UnsafeByteBufUtil
 
getInt(byte[], int) - Static method in class io.netty.buffer.UnsafeByteBufUtil
 
getInt(int) - Method in class io.netty.buffer.WrappedByteBuf
 
getInt(int) - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
getInt(K) - Method in class io.netty.handler.codec.DefaultHeaders
 
getInt(K, int) - Method in class io.netty.handler.codec.DefaultHeaders
 
getInt(K) - Method in class io.netty.handler.codec.EmptyHeaders
 
getInt(K, int) - 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 interface io.netty.handler.codec.Headers
Returns the int value of a header with the specified name.
getInt(CharSequence) - Method in class io.netty.handler.codec.http.DefaultHttpHeaders
 
getInt(CharSequence, int) - Method in class io.netty.handler.codec.http.DefaultHttpHeaders
 
getInt(CharSequence) - Method in class io.netty.handler.codec.http.EmptyHttpHeaders
 
getInt(CharSequence, int) - 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, int) - 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.http2.ReadOnlyHttp2Headers
 
getInt(CharSequence, int) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
 
getInt(int) - Method in class io.netty.handler.codec.ReplayingDecoderByteBuf
 
getInt(Object, long) - Static method in class io.netty.util.internal.PlatformDependent
 
getInt(long) - Static method in class io.netty.util.internal.PlatformDependent
 
getInt(byte[], int) - Static method in class io.netty.util.internal.PlatformDependent
 
getInt(Object, long) - Static method in class io.netty.util.internal.PlatformDependent0
 
getInt(long) - Static method in class io.netty.util.internal.PlatformDependent0
 
getInt(byte[], int) - 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.
getIntAndRemove(K) - Method in class io.netty.handler.codec.DefaultHeaders
 
getIntAndRemove(K, int) - Method in class io.netty.handler.codec.DefaultHeaders
 
getIntAndRemove(K) - Method in class io.netty.handler.codec.EmptyHeaders
 
getIntAndRemove(K, int) - 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 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(CharSequence) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
 
getIntAndRemove(CharSequence, int) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
 
getInteger(long) - Method in class io.netty.handler.codec.redis.FixedRedisMessagePool
 
getInteger(ByteBuf) - 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 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.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
 
getIntHeader(HttpMessage, String) - Static method in class io.netty.handler.codec.http.HttpHeaders
Deprecated.
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, String, int) - Static method in class io.netty.handler.codec.http.HttpHeaders
Deprecated.
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.
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(byte[], int) - Static method in class io.netty.buffer.HeapByteBufUtil
 
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(long) - Static method in class io.netty.buffer.UnsafeByteBufUtil
 
getIntLE(byte[], int) - Static method in class io.netty.buffer.UnsafeByteBufUtil
 
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
 
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.
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.
getIPv6ByName(CharSequence, boolean) - Static method in class io.netty.util.NetUtil
Returns the byte array representation of a CharSequence IP address.
getIssuerDN() - Method in class io.netty.handler.ssl.OpenSslJavaxX509Certificate
 
getIssuerDN() - Method in class io.netty.handler.ssl.OpenSslX509Certificate
 
getIssuerDN() - Method in class io.netty.handler.ssl.PemX509Certificate
 
getIssuerUniqueID() - Method in class io.netty.handler.ssl.OpenSslX509Certificate
 
getIssuerUniqueID() - Method in class io.netty.handler.ssl.PemX509Certificate
 
GETK - Static variable in class io.netty.handler.codec.memcache.binary.BinaryMemcacheOpcodes
 
getKEventOffset(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.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.OpenSslX509Certificate
 
getKeyUsage() - Method in class io.netty.handler.ssl.PemX509Certificate
 
GETKQ - Static variable in class io.netty.handler.codec.memcache.binary.BinaryMemcacheOpcodes
 
getLastAccessedTime() - Method in class io.netty.handler.ssl.JdkSslSession
 
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
 
getLocalCertificates() - Method in class io.netty.handler.ssl.JdkSslSession
 
getLocalPrincipal() - Method in class io.netty.handler.ssl.JdkSslSession
 
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(byte[], int) - Static method in class io.netty.buffer.HeapByteBufUtil
 
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.UnpooledUnsafeHeapByteBuf
 
getLong(long) - Static method in class io.netty.buffer.UnsafeByteBufUtil
 
getLong(byte[], int) - Static method in class io.netty.buffer.UnsafeByteBufUtil
 
getLong(int) - Method in class io.netty.buffer.WrappedByteBuf
 
getLong(int) - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
getLong(K) - Method in class io.netty.handler.codec.DefaultHeaders
 
getLong(K, long) - Method in class io.netty.handler.codec.DefaultHeaders
 
getLong(K) - Method in class io.netty.handler.codec.EmptyHeaders
 
getLong(K, long) - 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 interface io.netty.handler.codec.Headers
Returns the long value of a header with the specified name.
getLong(CharSequence) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
 
getLong(CharSequence, long) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
 
getLong(int) - Method in class io.netty.handler.codec.ReplayingDecoderByteBuf
 
getLong(long) - Static method in class io.netty.util.internal.PlatformDependent
 
getLong(byte[], int) - Static method in class io.netty.util.internal.PlatformDependent
 
getLong(Object, long) - Static method in class io.netty.util.internal.PlatformDependent0
 
getLong(long) - Static method in class io.netty.util.internal.PlatformDependent0
 
getLong(byte[], int) - 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.
getLongAndRemove(K) - Method in class io.netty.handler.codec.DefaultHeaders
 
getLongAndRemove(K, long) - Method in class io.netty.handler.codec.DefaultHeaders
 
getLongAndRemove(K) - Method in class io.netty.handler.codec.EmptyHeaders
 
getLongAndRemove(K, long) - 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 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(CharSequence) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
 
getLongAndRemove(CharSequence, long) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
 
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(byte[], int) - Static method in class io.netty.buffer.HeapByteBufUtil
 
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(long) - Static method in class io.netty.buffer.UnsafeByteBufUtil
 
getLongLE(byte[], int) - Static method in class io.netty.buffer.UnsafeByteBufUtil
 
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
 
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.
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
 
getMaxHeaderListSizeGoAway() - Method in class io.netty.handler.codec.http2.HpackDecoder
 
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

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.
getMaxSize() - Method in class io.netty.handler.codec.http.multipart.AbstractHttpData
 
getMaxSize() - Method in interface io.netty.handler.codec.http.multipart.HttpData
Returns the maxSize for this HttpData.
getMaxSize() - Method in class io.netty.handler.codec.http.multipart.MixedAttribute
 
getMaxSize() - Method in class io.netty.handler.codec.http.multipart.MixedFileUpload
 
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(Http2Stream) - Method in class io.netty.handler.codec.http2.InboundHttp2ToHttpAdapter
Get the FullHttpMessage associated with stream.
getMessage(int) - Method in class io.netty.handler.codec.spdy.SpdyHttpDecoder
 
getMessage() - Method in class io.netty.util.internal.logging.FormattingTuple
 
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
 
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
 
getMultipartDataBoundary(String) - Static method in class io.netty.handler.codec.http.multipart.HttpPostRequestDecoder
Check from the request ContentType if this request is a Multipart request.
getName() - Method in interface io.netty.handler.codec.http.Cookie
Deprecated.
Use Cookie.name() instead.
getName() - Method in class io.netty.handler.codec.http.DefaultCookie
Deprecated.
getName() - Method in class io.netty.handler.codec.http.multipart.AbstractHttpData
 
getName() - Method in interface io.netty.handler.codec.http.multipart.InterfaceHttpData
Returns the name of this InterfaceHttpData.
getName() - Method in class io.netty.handler.codec.http.multipart.InternalAttribute
 
getName() - Method in class io.netty.handler.codec.http.multipart.MixedAttribute
 
getName() - Method in class io.netty.handler.codec.http.multipart.MixedFileUpload
 
getNameIndex(CharSequence) - Method in class io.netty.handler.codec.http2.HpackEncoder
 
getNameServers(String) - Method in class io.netty.resolver.dns.DnsNameResolverContext
 
getNameServersFromCache(String) - Method in class io.netty.resolver.dns.DnsNameResolverContext
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
 
getNetworkInterface() - Method in class io.netty.channel.epoll.EpollDatagramChannelConfig
 
getNetworkInterface() - Method in class io.netty.channel.kqueue.KQueueDatagramChannelConfig
 
getNetworkInterface() - Method in interface io.netty.channel.socket.DatagramChannelConfig
Gets the StandardSocketOptions.IP_MULTICAST_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.OpenSslX509Certificate
 
getNonCriticalExtensionOIDs() - Method in class io.netty.handler.ssl.PemX509Certificate
 
getNotAfter() - Method in class io.netty.handler.ssl.OpenSslJavaxX509Certificate
 
getNotAfter() - Method in class io.netty.handler.ssl.OpenSslX509Certificate
 
getNotAfter() - Method in class io.netty.handler.ssl.PemX509Certificate
 
getNotBefore() - Method in class io.netty.handler.ssl.OpenSslJavaxX509Certificate
 
getNotBefore() - Method in class io.netty.handler.ssl.OpenSslX509Certificate
 
getNotBefore() - Method in class io.netty.handler.ssl.PemX509Certificate
 
getNow() - Method in class io.netty.channel.CompleteChannelFuture
 
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.PlatformDependent0
 
getOption(SctpSocketOption<T>) - Method in class com.sun.nio.sctp.SctpChannel
 
getOption(SctpSocketOption<T>) - Method in class com.sun.nio.sctp.SctpServerChannel
 
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.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.KQueueDomainSocketChannelConfig
 
getOption(ChannelOption<T>) - Method in class io.netty.channel.kqueue.KQueueServerChannelConfig
 
getOption(ChannelOption<T>) - Method in class io.netty.channel.kqueue.KQueueServerSocketChannelConfig
 
getOption(ChannelOption<T>) - Method in class io.netty.channel.kqueue.KQueueSocketChannelConfig
 
getOption(ChannelOption<T>) - Method in class io.netty.channel.sctp.DefaultSctpChannelConfig
 
getOption(ChannelOption<T>) - Method in class io.netty.channel.sctp.DefaultSctpServerChannelConfig
 
getOption(ChannelOption<T>) - Method in class io.netty.channel.socket.DefaultDatagramChannelConfig
 
getOption(ChannelOption<T>) - Method in class io.netty.channel.socket.DefaultServerSocketChannelConfig
 
getOption(ChannelOption<T>) - Method in class io.netty.channel.socket.DefaultSocketChannelConfig
 
getOption(ChannelOption<T>) - Method in class io.netty.channel.socket.oio.DefaultOioServerSocketChannelConfig
 
getOption(ChannelOption<T>) - Method in class io.netty.channel.socket.oio.DefaultOioSocketChannelConfig
 
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(Map<ChannelOption<?>, Object>, ChannelOption<?>...) - 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.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.KQueueDomainSocketChannelConfig
 
getOptions() - Method in class io.netty.channel.kqueue.KQueueServerChannelConfig
 
getOptions() - Method in class io.netty.channel.kqueue.KQueueServerSocketChannelConfig
 
getOptions() - Method in class io.netty.channel.kqueue.KQueueSocketChannelConfig
 
getOptions() - Method in class io.netty.channel.sctp.DefaultSctpChannelConfig
 
getOptions() - Method in class io.netty.channel.sctp.DefaultSctpServerChannelConfig
 
getOptions() - Method in class io.netty.channel.socket.DefaultDatagramChannelConfig
 
getOptions() - Method in class io.netty.channel.socket.DefaultServerSocketChannelConfig
 
getOptions() - Method in class io.netty.channel.socket.DefaultSocketChannelConfig
 
getOptions() - Method in class io.netty.channel.socket.oio.DefaultOioServerSocketChannelConfig
 
getOptions() - Method in class io.netty.channel.socket.oio.DefaultOioSocketChannelConfig
 
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
 
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.JdkSslSession
 
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.
getPeerCertificateChain() - Method in class io.netty.handler.ssl.JdkSslSession
 
getPeerCertificates() - Method in class io.netty.handler.ssl.JdkSslSession
 
getPeerCredentials() - Method in class io.netty.channel.epoll.LinuxSocket
 
getPeerCredentials(int) - Static 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.kqueue.BsdSocket
 
getPeerHost() - Method in class io.netty.handler.ssl.JdkSslEngine
 
getPeerHost() - Method in class io.netty.handler.ssl.JdkSslSession
 
getPeerPort() - Method in class io.netty.handler.ssl.JdkSslEngine
 
getPeerPort() - Method in class io.netty.handler.ssl.JdkSslSession
 
getPeerPrincipal() - Method in class io.netty.handler.ssl.JdkSslSession
 
getPendingWrite(int) - Method in class io.netty.handler.codec.spdy.SpdySession
 
getPendingWrite() - Method in class io.netty.handler.codec.spdy.SpdySession.StreamState
 
getPinEventExecutorPerGroup() - Method in class io.netty.channel.DefaultChannelConfig
 
getPorts() - Method in interface io.netty.handler.codec.http.Cookie
Deprecated.
Use Cookie.ports() instead.
getPorts() - Method in class io.netty.handler.codec.http.DefaultCookie
Deprecated.
getPostfix() - Method in class io.netty.handler.codec.http.multipart.AbstractDiskHttpData
 
getPostfix() - Method in class io.netty.handler.codec.http.multipart.DiskAttribute
 
getPostfix() - Method in class io.netty.handler.codec.http.multipart.DiskFileUpload
 
getPrefix() - Method in class io.netty.handler.codec.http.multipart.AbstractDiskHttpData
 
getPrefix() - Method in class io.netty.handler.codec.http.multipart.DiskAttribute
 
getPrefix() - Method in class io.netty.handler.codec.http.multipart.DiskFileUpload
 
getPriority() - Method in class io.netty.handler.codec.spdy.SpdySession.StreamState
 
getPrivateKeyFromByteBuffer(ByteBuf, String) - Static method in class io.netty.handler.ssl.SslContext
 
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.JdkSslSession
 
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
 
getPublicKey() - Method in class io.netty.handler.ssl.OpenSslJavaxX509Certificate
 
getPublicKey() - Method in class io.netty.handler.ssl.OpenSslX509Certificate
 
getPublicKey() - Method in class io.netty.handler.ssl.PemX509Certificate
 
GETQ - Static variable in class io.netty.handler.codec.memcache.binary.BinaryMemcacheOpcodes
 
getRcvAllocTransportProvidesGuess() - Method in class io.netty.channel.kqueue.KQueueChannelConfig
If this is true then the RecvByteBufAllocator.Handle#guess() will be overriden 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.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.KQueueServerChannelConfig
 
getReceiveBufferSize() - Method in class io.netty.channel.kqueue.KQueueSocketChannelConfig
 
getReceiveBufferSize() - Method in class io.netty.channel.sctp.DefaultSctpChannelConfig
 
getReceiveBufferSize() - Method in class io.netty.channel.sctp.DefaultSctpServerChannelConfig
 
getReceiveBufferSize() - Method in interface io.netty.channel.sctp.SctpChannelConfig
Gets the SO_RCVBUF option.
getReceiveBufferSize() - Method in interface io.netty.channel.sctp.SctpServerChannelConfig
Gets the SO_RCVBUF option.
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(int) - Method in class io.netty.handler.codec.spdy.SpdySession
 
getReceiveWindowSizeLowerBound() - Method in class io.netty.handler.codec.spdy.SpdySession.StreamState
 
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
 
getRemoteAddresses() - Method in class com.sun.nio.sctp.SctpChannel
 
getResolver(EventExecutor) - Method in class io.netty.resolver.AddressResolverGroup
Returns the AddressResolver associated with the specified EventExecutor.
getSendBufferSize() - Method in class io.netty.channel.epoll.EpollDatagramChannelConfig
 
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.KQueueSocketChannelConfig
 
getSendBufferSize() - Method in class io.netty.channel.sctp.DefaultSctpChannelConfig
 
getSendBufferSize() - Method in class io.netty.channel.sctp.DefaultSctpServerChannelConfig
 
getSendBufferSize() - Method in interface io.netty.channel.sctp.SctpChannelConfig
Gets the SO_SNDBUF option.
getSendBufferSize() - Method in interface io.netty.channel.sctp.SctpServerChannelConfig
Gets the SO_SNDBUF option.
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 class io.netty.channel.unix.Socket
 
getSendBufferSize(int) - Static method in class io.netty.channel.unix.Socket
 
getSendWindowSize(int) - Method in class io.netty.handler.codec.spdy.SpdySession
 
getSendWindowSize() - Method in class io.netty.handler.codec.spdy.SpdySession.StreamState
 
getSerialNumber() - Method in class io.netty.handler.ssl.OpenSslJavaxX509Certificate
 
getSerialNumber() - Method in class io.netty.handler.ssl.OpenSslX509Certificate
 
getSerialNumber() - Method in class io.netty.handler.ssl.PemX509Certificate
 
getSession() - Method in class io.netty.handler.ssl.JdkSslEngine
 
getSessionContext() - Method in class io.netty.handler.ssl.JdkSslSession
 
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(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(byte[], int) - Static method in class io.netty.buffer.HeapByteBufUtil
 
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.UnpooledUnsafeHeapByteBuf
 
getShort(long) - Static method in class io.netty.buffer.UnsafeByteBufUtil
 
getShort(byte[], int) - Static method in class io.netty.buffer.UnsafeByteBufUtil
 
getShort(int) - Method in class io.netty.buffer.WrappedByteBuf
 
getShort(int) - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
getShort(K) - Method in class io.netty.handler.codec.DefaultHeaders
 
getShort(K, short) - Method in class io.netty.handler.codec.DefaultHeaders
 
getShort(K) - Method in class io.netty.handler.codec.EmptyHeaders
 
getShort(K, short) - 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 interface io.netty.handler.codec.Headers
Returns the short value of a header with the specified name.
getShort(CharSequence) - Method in class io.netty.handler.codec.http.DefaultHttpHeaders
 
getShort(CharSequence, short) - Method in class io.netty.handler.codec.http.DefaultHttpHeaders
 
getShort(CharSequence) - Method in class io.netty.handler.codec.http.EmptyHttpHeaders
 
getShort(CharSequence, short) - 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, short) - 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.http2.ReadOnlyHttp2Headers
 
getShort(CharSequence, short) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
 
getShort(int) - Method in class io.netty.handler.codec.ReplayingDecoderByteBuf
 
getShort(long) - Static method in class io.netty.util.internal.PlatformDependent
 
getShort(byte[], int) - Static method in class io.netty.util.internal.PlatformDependent
 
getShort(long) - Static method in class io.netty.util.internal.PlatformDependent0
 
getShort(byte[], int) - Static method in class io.netty.util.internal.PlatformDependent0
 
getShortAndRemove(K) - Method in class io.netty.handler.codec.DefaultHeaders
 
getShortAndRemove(K, short) - Method in class io.netty.handler.codec.DefaultHeaders
 
getShortAndRemove(K) - Method in class io.netty.handler.codec.EmptyHeaders
 
getShortAndRemove(K, short) - 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 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(CharSequence) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
 
getShortAndRemove(CharSequence, short) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
 
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(byte[], int) - Static method in class io.netty.buffer.HeapByteBufUtil
 
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(long) - Static method in class io.netty.buffer.UnsafeByteBufUtil
 
getShortLE(byte[], int) - Static method in class io.netty.buffer.UnsafeByteBufUtil
 
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
 
getShortSafe(byte[], int) - Static method in class io.netty.util.internal.PlatformDependent
 
getSigAlgName() - Method in class io.netty.handler.ssl.OpenSslJavaxX509Certificate
 
getSigAlgName() - Method in class io.netty.handler.ssl.OpenSslX509Certificate
 
getSigAlgName() - Method in class io.netty.handler.ssl.PemX509Certificate
 
getSigAlgOID() - Method in class io.netty.handler.ssl.OpenSslJavaxX509Certificate
 
getSigAlgOID() - Method in class io.netty.handler.ssl.OpenSslX509Certificate
 
getSigAlgOID() - Method in class io.netty.handler.ssl.PemX509Certificate
 
getSigAlgParams() - Method in class io.netty.handler.ssl.OpenSslJavaxX509Certificate
 
getSigAlgParams() - Method in class io.netty.handler.ssl.OpenSslX509Certificate
 
getSigAlgParams() - Method in class io.netty.handler.ssl.PemX509Certificate
 
getSignature() - Method in class io.netty.handler.ssl.OpenSslX509Certificate
 
getSignature() - Method in class io.netty.handler.ssl.PemX509Certificate
 
getSignedInt(ByteBuf, int) - Static method in class io.netty.handler.codec.spdy.SpdyCodecUtil
Reads a big-endian signed integer from the buffer.
getSimpleString(String) - Method in class io.netty.handler.codec.redis.FixedRedisMessagePool
 
getSimpleString(ByteBuf) - 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.
getSimpleString(ByteBuf) - 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(int) - Static method in class io.netty.channel.kqueue.BsdSocket
 
getSndLowAt() - Method in class io.netty.channel.kqueue.KQueueSocketChannelConfig
 
getSniHostNames(SSLParameters) - Static method in class io.netty.handler.ssl.Java8SslUtils
 
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.DefaultOioServerSocketChannelConfig
 
getSoTimeout() - Method in class io.netty.channel.socket.oio.DefaultOioSocketChannelConfig
 
getSoTimeout() - Method in interface io.netty.channel.socket.oio.OioServerSocketChannelConfig
Returns the maximal time a operation on the underlying socket may block.
getSoTimeout() - Method in interface io.netty.channel.socket.oio.OioSocketChannelConfig
Returns the maximal time a operation on the underlying socket may block.
getSSLParameters() - Method in class io.netty.handler.ssl.JdkSslEngine
 
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.
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(HttpHeaders) - Method in class io.netty.handler.codec.http2.InboundHttpToHttp2Adapter
 
getString() - Method in class io.netty.handler.codec.http.multipart.AbstractDiskHttpData
 
getString(Charset) - Method in class io.netty.handler.codec.http.multipart.AbstractDiskHttpData
 
getString() - Method in class io.netty.handler.codec.http.multipart.AbstractMemoryHttpData
 
getString(Charset) - Method in class io.netty.handler.codec.http.multipart.AbstractMemoryHttpData
 
getString() - Method in interface io.netty.handler.codec.http.multipart.HttpData
Returns the contents of the file item as a String, using the default character encoding.
getString(Charset) - Method in interface io.netty.handler.codec.http.multipart.HttpData
Returns the contents of the file item as a String, using the specified charset.
getString() - Method in class io.netty.handler.codec.http.multipart.MixedAttribute
 
getString(Charset) - Method in class io.netty.handler.codec.http.multipart.MixedAttribute
 
getString() - Method in class io.netty.handler.codec.http.multipart.MixedFileUpload
 
getString(Charset) - Method in class io.netty.handler.codec.http.multipart.MixedFileUpload
 
getSubjectDN() - Method in class io.netty.handler.ssl.OpenSslJavaxX509Certificate
 
getSubjectDN() - Method in class io.netty.handler.ssl.OpenSslX509Certificate
 
getSubjectDN() - Method in class io.netty.handler.ssl.PemX509Certificate
 
getSubjectUniqueID() - Method in class io.netty.handler.ssl.OpenSslX509Certificate
 
getSubjectUniqueID() - Method in class io.netty.handler.ssl.PemX509Certificate
 
getSupportedCipherSuites() - Method in class io.netty.handler.ssl.JdkSslEngine
 
getSupportedProtocols() - Method in class io.netty.handler.ssl.JdkSslEngine
 
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(String) - Method in class io.netty.handler.codec.http.HttpContentDecoder
Returns the expected content encoding of the decoded content.
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.
getTBSCertificate() - Method in class io.netty.handler.ssl.OpenSslX509Certificate
 
getTBSCertificate() - Method in class io.netty.handler.ssl.PemX509Certificate
 
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(EpollTcpInfo) - Method in class io.netty.channel.epoll.LinuxSocket
 
getTcpInfo(int, int[]) - Static 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(K) - Method in class io.netty.handler.codec.DefaultHeaders
 
getTimeMillis(K, long) - Method in class io.netty.handler.codec.DefaultHeaders
 
getTimeMillis(K) - Method in class io.netty.handler.codec.EmptyHeaders
 
getTimeMillis(K, long) - 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 interface io.netty.handler.codec.Headers
Returns the value of a header with the specified name in milliseconds.
getTimeMillis(CharSequence) - Method in class io.netty.handler.codec.http.DefaultHttpHeaders
 
getTimeMillis(CharSequence, long) - Method in class io.netty.handler.codec.http.DefaultHttpHeaders
 
getTimeMillis(CharSequence) - Method in class io.netty.handler.codec.http.EmptyHttpHeaders
 
getTimeMillis(CharSequence, long) - 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, long) - 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.http2.ReadOnlyHttp2Headers
 
getTimeMillis(CharSequence, long) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
 
getTimeMillisAndRemove(K) - Method in class io.netty.handler.codec.DefaultHeaders
 
getTimeMillisAndRemove(K, long) - Method in class io.netty.handler.codec.DefaultHeaders
 
getTimeMillisAndRemove(K) - Method in class io.netty.handler.codec.EmptyHeaders
 
getTimeMillisAndRemove(K, long) - 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 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(CharSequence) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
 
getTimeMillisAndRemove(CharSequence, long) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
 
getTimeToLive() - Method in class io.netty.channel.epoll.EpollDatagramChannelConfig
 
getTimeToLive() - Method in class io.netty.channel.kqueue.KQueueDatagramChannelConfig
 
getTimeToLive() - Method in interface io.netty.channel.socket.DatagramChannelConfig
Gets the StandardSocketOptions.IP_MULTICAST_TTL option.
getTimeToLive() - Method in class io.netty.channel.socket.DefaultDatagramChannelConfig
 
getTimeToLive() - Method in class io.netty.channel.socket.nio.NioDatagramChannelConfig
 
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) - 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.
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(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(byte[], int) - Static method in class io.netty.buffer.HeapByteBufUtil
 
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.UnpooledUnsafeHeapByteBuf
 
getUnsignedMedium(long) - Static method in class io.netty.buffer.UnsafeByteBufUtil
 
getUnsignedMedium(byte[], int) - Static method in class io.netty.buffer.UnsafeByteBufUtil
 
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(ByteBuf, int) - Static method in class io.netty.handler.codec.spdy.SpdyCodecUtil
Reads a big-endian unsigned medium integer from the buffer.
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(byte[], int) - Static method in class io.netty.buffer.HeapByteBufUtil
 
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(long) - Static method in class io.netty.buffer.UnsafeByteBufUtil
 
getUnsignedMediumLE(byte[], int) - Static method in class io.netty.buffer.UnsafeByteBufUtil
 
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
 
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
 
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(Callable<T>) - Static method in class io.netty.handler.codec.http.cors.CorsConfig
 
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.http2.ReadOnlyHttp2Headers.ReadOnlyIterator
 
getValue(int) - Method in class io.netty.handler.codec.spdy.DefaultSpdySettingsFrame
 
getValue() - Method in class io.netty.handler.codec.spdy.DefaultSpdySettingsFrame.Setting
 
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.JdkSslSession
 
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
 
getValueNames() - Method in class io.netty.handler.ssl.JdkSslSession
 
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.OpenSslJavaxX509Certificate
 
getVersion() - Method in class io.netty.handler.ssl.OpenSslX509Certificate
 
getVersion() - Method in class io.netty.handler.ssl.PemX509Certificate
 
getWantClientAuth() - Method in class io.netty.handler.ssl.JdkSslEngine
 
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
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, long, long, 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) - 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) - 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(ScheduledExecutorService, long, long, long, long) - Constructor for class io.netty.handler.traffic.GlobalTrafficShapingHandler
Create a new instance.
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) - 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) - 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(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.PerChannel - Class in io.netty.handler.traffic
 
GlobalTrafficShapingHandler.ToSend - Class in io.netty.handler.traffic
 
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, Http2Exception) - Method in class io.netty.handler.codec.http2.Http2ConnectionHandler
Close the remote endpoint with with a GO_AWAY frame.
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.
goAwayReceived() - Method in class io.netty.handler.codec.http2.DefaultHttp2Connection
 
goAwayReceived(int, long, ByteBuf) - 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 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(int, long, ByteBuf) - 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 interface io.netty.handler.codec.http2.Http2Connection
Indicates that a GOAWAY was sent to the remote endpoint and sets the last known stream.
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
gotPreferredAddress() - Method in class io.netty.resolver.dns.DnsNameResolverContext
 
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() - Method in class io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
Returns the graceful shutdown timeout of the Http2Connection in milliseconds.
gracefulShutdownTimeoutMillis(long) - Method in class io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
Sets the graceful shutdown timeout of the Http2Connection in milliseconds.
gracefulShutdownTimeoutMillis - Variable in class io.netty.handler.codec.http2.Http2ConnectionHandler
 
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(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.HttpToHttp2ConnectionHandlerBuilder
 
grantedQoSLevels - Variable in class io.netty.handler.codec.mqtt.MqttSubAckPayload
 
grantedQoSLevels() - Method in class io.netty.handler.codec.mqtt.MqttSubAckPayload
 
group - Variable in class io.netty.bootstrap.AbstractBootstrap
 
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() - 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(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).
group() - Method in interface io.netty.channel.group.ChannelGroupFuture
Returns the ChannelGroup which is associated with this future.
group - Variable in class io.netty.channel.group.DefaultChannelGroupFuture
 
group() - Method in class io.netty.channel.group.DefaultChannelGroupFuture
 
group - Variable in class io.netty.channel.group.VoidChannelGroupFuture
 
group() - Method in class io.netty.channel.group.VoidChannelGroupFuture
 
group - Variable in class io.netty.handler.codec.http2.Http2StreamChannelBootstrap
 
group(EventLoopGroup) - Method in class io.netty.handler.codec.http2.Http2StreamChannelBootstrap
Sets the EventLoop to which channels created with this bootstrap are registered.
group() - Method in class io.netty.handler.codec.http2.Http2StreamChannelBootstrap
 
group - Variable in class io.netty.util.concurrent.NonStickyEventExecutorGroup
 
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.
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.epoll.EpollRecvByteAllocatorHandle
 
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 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"
gzipHeader - Static variable in class io.netty.handler.codec.compression.JdkZlibEncoder
 
gzipState - Variable in class io.netty.handler.codec.compression.JdkZlibDecoder
 
GzipState() - Constructor for enum io.netty.handler.codec.compression.JdkZlibDecoder.GzipState
 

H

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.AbstractWriteTask
 
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.codec.CodecOutputList
 
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
 
handleCloseFrames - Variable in class io.netty.handler.codec.http.websocketx.WebSocketClientProtocolHandler
 
HandleImpl(int, int, int) - Constructor for class io.netty.channel.AdaptiveRecvByteBufAllocator.HandleImpl
 
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
 
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.
handleLoopException(Throwable) - Static method in class io.netty.channel.epoll.EpollEventLoop
 
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
 
handleNotification(AssociationChangeNotification, Object) - Method in class com.sun.nio.sctp.AbstractNotificationHandler
 
handleNotification(Notification, Object) - Method in class com.sun.nio.sctp.AbstractNotificationHandler
 
handleNotification(PeerAddressChangeNotification, Object) - Method in class com.sun.nio.sctp.AbstractNotificationHandler
 
handleNotification(SendFailedNotification, Object) - Method in class com.sun.nio.sctp.AbstractNotificationHandler
 
handleNotification(ShutdownNotification, Object) - Method in class com.sun.nio.sctp.AbstractNotificationHandler
 
handleNotification(AssociationChangeNotification, Object) - Method in class io.netty.channel.sctp.SctpNotificationHandler
 
handleNotification(PeerAddressChangeNotification, Object) - Method in class io.netty.channel.sctp.SctpNotificationHandler
 
handleNotification(SendFailedNotification, Object) - Method in class io.netty.channel.sctp.SctpNotificationHandler
 
handleNotification(ShutdownNotification, Object) - Method in class io.netty.channel.sctp.SctpNotificationHandler
 
handleOutboundMessage(Object) - Method in class io.netty.channel.embedded.EmbeddedChannel
Called for each outbound message.
handleOutboundMessage(ChannelHandlerContext, Object, ChannelPromise) - Method in class io.netty.handler.codec.spdy.SpdySessionHandler
 
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.
handlePreflight(ChannelHandlerContext, HttpRequest) - Method in class io.netty.handler.codec.http.cors.CorsHandler
 
handler - Variable in class io.netty.bootstrap.AbstractBootstrap
 
handler(ChannelHandler) - Method in class io.netty.bootstrap.AbstractBootstrap
the ChannelHandler to use for serving the requests.
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 - Variable in class io.netty.channel.CombinedChannelDuplexHandler.DelegatingChannelHandlerContext
 
handler() - Method in class io.netty.channel.CombinedChannelDuplexHandler.DelegatingChannelHandlerContext
 
handler - Variable in class io.netty.channel.DefaultChannelHandlerContext
 
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 - Variable in class io.netty.channel.pool.SimpleChannelPool
 
handler() - Method in class io.netty.channel.pool.SimpleChannelPool
Returns the ChannelPoolHandler that will be notified for the different pool actions.
handler - Variable in class io.netty.handler.codec.http2.Http2StreamChannelBootstrap
 
handler(ChannelHandler) - Method in class io.netty.handler.codec.http2.Http2StreamChannelBootstrap
Sets the channel handler that should be added to the channels's pipeline.
handler() - Method in class io.netty.handler.codec.http2.Http2StreamChannelBootstrap
 
HANDLER_STATE_UPDATER - Static variable in class io.netty.channel.AbstractChannelHandlerContext
 
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 - Variable in class io.netty.channel.CombinedChannelDuplexHandler
 
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.WebSocketServerProtocolHandler
 
handlerAdded(ChannelHandlerContext) - Method in class io.netty.handler.codec.http2.CleartextHttp2ServerUpgradeHandler
 
handlerAdded(ChannelHandlerContext) - Method in class io.netty.handler.codec.http2.Http2Codec
 
handlerAdded(ChannelHandlerContext) - Method in class io.netty.handler.codec.http2.Http2ConnectionHandler
 
handlerAdded(ChannelHandlerContext) - Method in class io.netty.handler.codec.http2.Http2FrameCodec
Load any dependencies.
handlerAdded(ChannelHandlerContext) - Method in class io.netty.handler.codec.http2.Http2MultiplexCodec
 
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.ProxyHandler
 
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
 
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
 
handleRecycleCount - Variable in class io.netty.util.Recycler.Stack
 
handleRedirect(DnsQuestion, AddressedEnvelope<DnsResponse, InetSocketAddress>, DnsQueryLifecycleObserver, Promise<T>) - Method in class io.netty.resolver.dns.DnsNameResolverContext
Handles a redirect answer if needed and returns true if a redirect query has been made.
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.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.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.http2.Http2FrameCodec
Clean up any dependencies.
handlerRemoved(ChannelHandlerContext) - Method in class io.netty.handler.codec.MessageAggregator
 
handlerRemoved(ChannelHandlerContext) - Method in class io.netty.handler.flush.FlushConsolidationHandler
 
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.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.http2.Http2ConnectionHandler
 
handlerRemoved0(ChannelHandlerContext) - Method in class io.netty.handler.ssl.SslHandler
 
HandlerResult - Enum in com.sun.nio.sctp
 
HandlerResult() - Constructor for enum com.sun.nio.sctp.HandlerResult
 
handlerSharableCache() - Method in class io.netty.util.internal.InternalThreadLocalMap
 
handlerSharableCache - Variable in class io.netty.util.internal.UnpaddedInternalThreadLocalMap
 
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
 
handlingOversizedMessage - Variable in class io.netty.handler.codec.MessageAggregator
 
handlingUpgrade - Variable in class io.netty.handler.codec.http.HttpServerUpgradeHandler
 
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(Promise<Channel>) - Method in class io.netty.handler.ssl.SslHandler
Performs TLS (re)negotiation.
HANDSHAKE_TIMED_OUT - Static variable in class io.netty.handler.ssl.SslHandler
 
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
 
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.AbstractSniHandler
 
handshakeFailure(ChannelHandlerContext, Throwable) - Method in class io.netty.handler.ssl.ApplicationProtocolNegotiationHandler
Invoked on failed initial SSL/TLS handshake.
handshakeFuture() - Method in class io.netty.handler.ssl.SslHandler
Returns a Future that will get notified once the current TLS handshake completes.
handshakePromise - Variable in class io.netty.handler.ssl.SslHandler
 
handshaker - Variable in class io.netty.handler.codec.http.websocketx.WebSocketClientProtocolHandler
 
handshaker() - Method in class io.netty.handler.codec.http.websocketx.WebSocketClientProtocolHandler
Returns the used handshaker
handshaker - Variable in class io.netty.handler.codec.http.websocketx.WebSocketClientProtocolHandshakeHandler
 
HANDSHAKER_ATTR_KEY - Static variable in class io.netty.handler.codec.http.websocketx.WebSocketServerProtocolHandler
 
handshakeTimeoutMillis - Variable in class io.netty.handler.ssl.SslHandler
 
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, String, String) - Constructor for class io.netty.handler.codec.haproxy.HAProxyMessage
Creates a new instance
HAProxyMessage(HAProxyProtocolVersion, HAProxyCommand, HAProxyProxiedProtocol, String, String, int, int) - Constructor for class io.netty.handler.codec.haproxy.HAProxyMessage
Creates a new instance
HAProxyMessage(HAProxyProtocolVersion, HAProxyCommand, HAProxyProxiedProtocol, String, String, int, int, List<HAProxyTLV>) - 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
HAProxyMessageDecoder(int) - Constructor for class io.netty.handler.codec.haproxy.HAProxyMessageDecoder
Creates a new decoder with restricted additional data (TLV) size
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, Throwable) - 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(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>, 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(HAProxyTLV.Type, byte, 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
hardwareAddressFromNetworkInterface(NetworkInterface) - Static method in class io.netty.util.internal.SocketUtils
 
HAS_UNSAFE - Static variable in class io.netty.buffer.PoolArena
 
HAS_UNSAFE - Static variable in class io.netty.util.internal.PlatformDependent
 
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.UnpooledUnsafeDirectByteBuf
 
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
 
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
 
hasBeenRecycled - Variable in class io.netty.util.Recycler.DefaultHandle
 
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.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.
hasFinalData() - Method in class io.netty.util.Recycler.WeakOrderQueue
 
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(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 - Variable in class io.netty.handler.codec.DefaultHeaders.HeaderEntry
 
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.HeaderEntry
 
hash - Variable in class io.netty.util.AsciiString
The hash code is cached after it is first computed.
HASH - Static variable in class io.netty.util.ResourceLeakDetector.LeakEntry
 
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() - 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(ByteBuf) - Static method in class io.netty.buffer.ByteBufUtil
Calculates the hash code of the specified 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 - Variable in class io.netty.channel.DefaultChannelId
 
hashCode() - Method in class io.netty.channel.DefaultChannelId
 
hashCode() - Method in class io.netty.channel.embedded.EmbeddedChannelId
 
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.sctp.SctpMessage
 
hashCode() - Method in class io.netty.channel.unix.DomainSocketAddress
 
hashCode() - Method in class io.netty.channel.unix.FileDescriptor
 
hashCode() - Method in class io.netty.handler.codec.DefaultHeaders
 
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() - Method in class io.netty.handler.codec.dns.AbstractDnsMessage
 
hashCode - Variable in class io.netty.handler.codec.dns.AbstractDnsRecord
 
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.HttpMethod
 
hashCode() - Method in class io.netty.handler.codec.http.HttpResponseStatus
 
hashCode() - Method in class io.netty.handler.codec.http.HttpScheme
 
hashCode() - Method in class io.netty.handler.codec.http.HttpVersion
 
hashCode() - Method in class io.netty.handler.codec.http.multipart.DiskAttribute
 
hashCode() - Method in class io.netty.handler.codec.http.multipart.DiskFileUpload
 
hashCode(FileUpload) - Static method in class io.netty.handler.codec.http.multipart.FileUploadUtil
 
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.multipart.MixedAttribute
 
hashCode() - Method in class io.netty.handler.codec.http.multipart.MixedFileUpload
 
hashCode() - Method in class io.netty.handler.codec.http.websocketx.WebSocketScheme
 
hashCode() - Method in class io.netty.handler.codec.http2.AbstractHttp2StreamFrame
 
hashCode() - Method in class io.netty.handler.codec.http2.DefaultHttp2DataFrame
 
hashCode() - Method in class io.netty.handler.codec.http2.DefaultHttp2GoAwayFrame
 
hashCode() - Method in class io.netty.handler.codec.http2.DefaultHttp2Headers
 
hashCode() - Method in class io.netty.handler.codec.http2.DefaultHttp2HeadersFrame
 
hashCode() - Method in class io.netty.handler.codec.http2.DefaultHttp2ResetFrame
 
hashCode() - Method in class io.netty.handler.codec.http2.HpackHeaderField
 
hashCode() - Method in class io.netty.handler.codec.http2.Http2Flags
 
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 - Variable in class io.netty.handler.codec.smtp.SmtpCommand
 
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.PemX509Certificate
 
hashCode() - Method in class io.netty.util.AbstractConstant
 
hashCode() - Method in class io.netty.util.AsciiString
hashCode(CharSequence) - Static method in class io.netty.util.AsciiString
Returns the case-insensitive hash code of the specified string.
hashCode() - Method in class io.netty.util.collection.ByteObjectHashMap
 
hashCode(byte) - Static method in class io.netty.util.collection.ByteObjectHashMap
Returns the hash code for the key.
hashCode() - Method in class io.netty.util.collection.CharObjectHashMap
 
hashCode(char) - Static method in class io.netty.util.collection.CharObjectHashMap
Returns the hash code for the key.
hashCode() - Method in class io.netty.util.collection.IntObjectHashMap
 
hashCode(int) - Static method in class io.netty.util.collection.IntObjectHashMap
Returns the hash code for the key.
hashCode() - Method in class io.netty.util.collection.LongObjectHashMap
 
hashCode(long) - Static method in class io.netty.util.collection.LongObjectHashMap
Returns the hash code for the key.
hashCode() - Method in class io.netty.util.collection.ShortObjectHashMap
 
hashCode(short) - Static method in class io.netty.util.collection.ShortObjectHashMap
Returns the hash code for the key.
hashCode() - Method in class io.netty.util.concurrent.PromiseTask
 
hashCode(T) - Method in interface io.netty.util.HashingStrategy
Generate a hash code for obj.
hashCode() - Method in class io.netty.util.internal.EmptyPriorityQueue
 
hashCode() - Method in class io.netty.util.ResourceLeakDetector.LeakEntry
 
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
 
hashCodeAscii(byte[], int, int) - Static method in class io.netty.util.internal.PlatformDependent
Calculate a hash code of a byte array assuming ASCII character encoding.
hashCodeAscii(CharSequence) - Static method in class io.netty.util.internal.PlatformDependent
Calculate a hash code of a byte array assuming ASCII character encoding.
hashCodeAscii(byte[], int, 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.
hashCodeAsciiCompute(long, int) - Static method in class io.netty.util.internal.PlatformDependent0
 
hashCodeAsciiSafe(byte[], int, int) - Static method in class io.netty.util.internal.PlatformDependent
Package private for testing purposes only!
hashCodeAsciiSanitize(int) - Static method in class io.netty.util.internal.PlatformDependent0
 
hashCodeAsciiSanitize(short) - Static method in class io.netty.util.internal.PlatformDependent0
 
hashCodeAsciiSanitize(byte) - 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.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(byte[], 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.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
 
hasNext() - Method in class io.netty.buffer.CompositeByteBuf.CompositeByteBufIterator
 
hasNext() - Method in class io.netty.channel.group.CombinedIterator
 
hasNext() - Method in class io.netty.handler.codec.DefaultHeaders.HeaderIterator
 
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.http2.ReadOnlyHttp2Headers.ReadOnlyIterator
 
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
 
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() - Method in class io.netty.handler.codec.mqtt.MqttConnectVariableHeader
 
hasPassword - Variable in class io.netty.handler.codec.mqtt.MqttMessageBuilders.ConnectBuilder
 
hasPassword(boolean) - Method in class io.netty.handler.codec.mqtt.MqttMessageBuilders.ConnectBuilder
 
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(int) - Method in class io.netty.handler.codec.spdy.SpdySession
 
hasReceivedReply() - Method in class io.netty.handler.codec.spdy.SpdySession.StreamState
 
hasScheduledTasks() - Method in class io.netty.util.concurrent.AbstractScheduledEventExecutor
Returns true if a scheduled task is ready for processing.
hasTasks() - Method in class io.netty.channel.SingleThreadEventLoop
 
hasTasks() - Method in class io.netty.util.concurrent.SingleThreadEventExecutor
 
hasThreadLocalCache() - Method in class io.netty.buffer.PooledByteBufAllocator
Deprecated.
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
 
hasUnsafe0() - Static method in class io.netty.util.internal.PlatformDependent
 
hasUnsupportedCriticalExtension() - Method in class io.netty.handler.ssl.OpenSslX509Certificate
 
hasUnsupportedCriticalExtension() - Method in class io.netty.handler.ssl.PemX509Certificate
 
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
 
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 - 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 - 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.DnsNameResolverContext.AuthoritativeNameServerList
 
head - Variable in class io.netty.util.DefaultAttributeMap.DefaultAttribute
 
head - Variable in class io.netty.util.HashedWheelTimer.HashedWheelBucket
 
head - Variable in class io.netty.util.Recycler.Stack
 
head - Variable in class io.netty.util.Recycler.WeakOrderQueue
 
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_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_NAME_VALIDATOR - Static variable in class io.netty.handler.codec.http.DefaultHttpHeaders
 
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
 
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
 
HeaderEntry() - Constructor for class io.netty.handler.codec.DefaultHeaders.HeaderEntry
 
HeaderEntry(int, CharSequence, CharSequence, int, HpackEncoder.HeaderEntry) - Constructor for class io.netty.handler.codec.http2.HpackEncoder.HeaderEntry
Creates new entry.
headerFields - Variable in class io.netty.handler.codec.http2.HpackEncoder
 
headerFinalized - Variable in class io.netty.handler.codec.http.multipart.HttpPostRequestEncoder
To check if the header has been finalized
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
 
headerParser - Variable in class io.netty.handler.codec.http.HttpObjectDecoder
 
HeaderParser(AppendableCharSequence, int) - Constructor for class io.netty.handler.codec.http.HttpObjectDecoder.HeaderParser
 
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 - Variable in class io.netty.handler.codec.http.DefaultHttpHeaders
 
headers - Variable in class io.netty.handler.codec.http.DefaultHttpMessage
 
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 - Variable in class io.netty.handler.codec.http2.DefaultHttp2ConnectionEncoder.FlowControlledHeaders
 
headers() - Method in class io.netty.handler.codec.http2.DefaultHttp2FrameReader.HeadersBlockBuilder
Builds the headers from the completed headers block.
headers - Variable in class io.netty.handler.codec.http2.DefaultHttp2HeadersFrame
 
headers() - Method in class io.netty.handler.codec.http2.DefaultHttp2HeadersFrame
 
HEADERS - Static variable in class io.netty.handler.codec.http2.Http2FrameTypes
 
headers() - Method in interface io.netty.handler.codec.http2.Http2HeadersFrame
A complete header list.
headers() - Method in class io.netty.handler.codec.http2.Http2MultiplexCodec.ChannelCarryingHeadersFrame
 
headers - Variable in class io.netty.handler.codec.http2.Http2StreamActiveEvent
 
headers() - Method in class io.netty.handler.codec.http2.Http2StreamActiveEvent
For outbound streams, this method returns the same Http2HeadersFrame object as the one that made the stream active.
headers - Variable in class io.netty.handler.codec.http2.StreamBufferingEncoder.HeadersFrame
 
headers - Variable in class io.netty.handler.codec.spdy.DefaultSpdyHeadersFrame
 
headers() - Method in class io.netty.handler.codec.spdy.DefaultSpdyHeadersFrame
 
headers() - Method in interface io.netty.handler.codec.spdy.SpdyHeadersFrame
Returns the SpdyHeaders.
headers - Variable in class io.netty.handler.codec.stomp.DefaultStompHeadersSubframe
 
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_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
 
HeadersBlockBuilder() - Constructor for class io.netty.handler.codec.http2.DefaultHttp2FrameReader.HeadersBlockBuilder
 
headersBlockBuilder() - Method in class io.netty.handler.codec.http2.DefaultHttp2FrameReader.HeadersContinuation
 
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
 
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(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.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.spdy.SpdyHeaderBlockRawDecoder
 
headerSizeExceeded() - Method in class io.netty.handler.codec.http2.DefaultHttp2FrameReader.HeadersBlockBuilder
The local header size maximum has been exceeded while accumulating bytes.
headersSensitivityDetector - Variable in class io.netty.handler.codec.http2.Http2CodecBuilder
 
headersSensitivityDetector(Http2HeadersEncoder.SensitivityDetector) - Method in class io.netty.handler.codec.http2.Http2CodecBuilder
Specifies the headers sensitivity detector.
headersSensitivityDetector() - Method in class io.netty.handler.codec.http2.Http2CodecBuilder
Returns the headers sensitivity detector.
headersSent() - Method in class io.netty.handler.codec.http2.DefaultHttp2Connection.ConnectionStream
 
headersSent() - Method in class io.netty.handler.codec.http2.DefaultHttp2Connection.DefaultStream
 
headersSent() - Method in interface io.netty.handler.codec.http2.Http2Stream
Indicates that headers has been sent to the remote on this stream.
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.CharSequenceDelegatingStringSet - Class in io.netty.handler.codec
 
HeadersUtils.DelegatingStringSet<T> - 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.
HeaderValueConverter() - Constructor for class io.netty.handler.codec.http.DefaultHttpHeaders.HeaderValueConverter
 
HeaderValueConverterAndValidator() - Constructor for class io.netty.handler.codec.http.DefaultHttpHeaders.HeaderValueConverterAndValidator
 
HeaderValueConverterAndValidator() - Constructor for class io.netty.handler.codec.spdy.DefaultSpdyHeaders.HeaderValueConverterAndValidator
 
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(PooledByteBufAllocator, int, int, int, int, int) - Constructor for class io.netty.buffer.PoolArena.HeapArena
 
heapArena - Variable in class io.netty.buffer.PoolThreadCache
 
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(int) - Method in class io.netty.buffer.AbstractByteBufAllocator
 
heapBuffer(int, int) - Method in class io.netty.buffer.AbstractByteBufAllocator
 
heapBuffer() - Method in interface io.netty.buffer.ByteBufAllocator
Allocate a heap ByteBuf.
heapBuffer(int) - Method in interface io.netty.buffer.ByteBufAllocator
Allocate a heap ByteBuf with the given initial capacity.
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() - Method in class io.netty.channel.local.PreferHeapByteBufAllocator
 
heapBuffer(int) - Method in class io.netty.channel.local.PreferHeapByteBufAllocator
 
heapBuffer(int, int) - Method in class io.netty.channel.local.PreferHeapByteBufAllocator
 
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 - Static variable in class io.netty.handler.codec.smtp.SmtpCommand
 
helo(CharSequence) - Static method in class io.netty.handler.codec.smtp.SmtpRequests
Creates a HELO request.
HELP - 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_NO_ARG - Static variable in class io.netty.handler.codec.smtp.SmtpRequests
 
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(byte[]) - Static method in class io.netty.buffer.ByteBufUtil
Returns a hex dump of the specified byte array.
hexDump(byte[], int, int) - Static method in class io.netty.buffer.ByteBufUtil
Returns a hex dump of the specified byte array's sub-region.
hexDump(ByteBuf, int, int) - Static method in class io.netty.buffer.ByteBufUtil.HexUtil
 
hexDump(byte[], 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
 
high - Variable in class io.netty.channel.WriteBufferWaterMark
 
high() - Method in class io.netty.channel.WriteBufferWaterMark
Returns the high water mark for the write buffer.
HIGHEST_INVALID_VALUE_CHAR_MASK - Static variable in class io.netty.handler.codec.http.DefaultHttpHeaders
 
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.
holder - Static variable in class io.netty.util.NettyRuntime
 
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 - Variable in class io.netty.handler.codec.socks.SocksCmdRequest
 
host() - Method in class io.netty.handler.codec.socks.SocksCmdRequest
Returns host that is used as a parameter in SocksCmdType
host - Variable in class io.netty.handler.codec.socks.SocksCmdResponse
 
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.spdy.SpdyHeaders.HttpNames
":host"
HOST - Static variable in interface io.netty.handler.codec.stomp.StompHeaders
 
HOST_UNREACHABLE - Static variable in class io.netty.handler.codec.socksx.v5.Socks5CommandStatus
 
hostname - Variable in class io.netty.handler.codec.dns.DefaultDnsPtrRecord
 
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.SniHandler
 
hostname - Variable in class io.netty.handler.ssl.SniHandler.Selection
 
hostname - Variable in class io.netty.resolver.dns.DnsCacheEntry
 
hostname() - Method in class io.netty.resolver.dns.DnsCacheEntry
 
hostname(String) - Static method in class io.netty.resolver.dns.DnsNameResolver
 
hostname - Variable in class io.netty.resolver.dns.DnsNameResolverContext
 
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
 
hostsFileEntriesResolver - Variable in class io.netty.resolver.dns.DnsNameResolver
 
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 - Variable in class io.netty.resolver.dns.DnsNameResolverBuilder
 
hostsFileEntriesResolver(HostsFileEntriesResolver) - Method in class io.netty.resolver.dns.DnsNameResolverBuilder
 
HostsFileEntriesResolver - Interface in io.netty.resolver
Resolves a hostname against the hosts file entries.
HostsFileParser - Class in io.netty.resolver
A parser for hosts files.
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, int) - Constructor for class io.netty.handler.codec.http2.HpackDecoder
Create a new instance.
HpackDecoder(long, int, 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.
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
 
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) - Constructor for class io.netty.handler.codec.http2.HpackEncoder
Creates a new encoder.
HpackEncoder.HeaderEntry - Class in io.netty.handler.codec.http2
A linked hash map HpackHeaderField entry.
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 - Variable in class io.netty.handler.codec.http2.HpackDecoder
 
HpackHuffmanDecoder - Class in io.netty.handler.codec.http2
 
HpackHuffmanDecoder(int) - Constructor for class io.netty.handler.codec.http2.HpackHuffmanDecoder
 
HpackHuffmanDecoder.DecoderProcessor - Class in io.netty.handler.codec.http2
 
HpackHuffmanDecoder.Node - Class in io.netty.handler.codec.http2
 
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
 
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
HTTP - Static variable in class io.netty.handler.codec.http.HttpScheme
Scheme for non-secure HTTP connection.
HTTP2_FRAME_LOGGER - Static variable in class io.netty.handler.codec.http2.Http2CodecBuilder
 
HTTP2_FRAME_LOGGER - Static variable in class io.netty.handler.codec.http2.Http2FrameCodec
 
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
 
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(String, Http2ConnectionHandler) - Constructor for class io.netty.handler.codec.http2.Http2ClientUpgradeCodec
Creates the codec providing an upgrade to the given handler for HTTP/2.
Http2Codec - Class in io.netty.handler.codec.http2
An HTTP/2 channel handler that adds a Http2FrameCodec and Http2MultiplexCodec to the pipeline before removing itself.
Http2Codec(boolean, Http2StreamChannelBootstrap, Http2FrameWriter, Http2FrameLogger, Http2Settings) - Constructor for class io.netty.handler.codec.http2.Http2Codec
 
Http2CodecBuilder - Class in io.netty.handler.codec.http2
A builder for Http2Codec.
Http2CodecBuilder(boolean, ChannelHandler) - Constructor for class io.netty.handler.codec.http2.Http2CodecBuilder
Creates a new Http2Codec builder.
Http2CodecBuilder(boolean, Http2StreamChannelBootstrap) - Constructor for class io.netty.handler.codec.http2.Http2CodecBuilder
Creates a new Http2Codec builder.
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.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
 
Http2ConnectionPrefaceWrittenEvent - Class in io.netty.handler.codec.http2
Signifies that the connection preface has been sent.
Http2ConnectionPrefaceWrittenEvent() - Constructor for class io.netty.handler.codec.http2.Http2ConnectionPrefaceWrittenEvent
 
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
 
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, Throwable) - Constructor for exception io.netty.handler.codec.http2.Http2Exception
 
Http2Exception(Http2Error, String, Throwable, Http2Exception.ShutdownHint) - Constructor for exception io.netty.handler.codec.http2.Http2Exception
 
Http2Exception.ClosedStreamCreationException - Exception in io.netty.handler.codec.http2
Used when a stream creation attempt fails but may be because the stream was previously closed.
Http2Exception.CompositeStreamException - Exception in io.netty.handler.codec.http2
Provides the ability to handle multiple stream exceptions with one throw statement.
Http2Exception.HeaderListSizeException - Exception in io.netty.handler.codec.http2
 
Http2Exception.ShutdownHint - Enum in io.netty.handler.codec.http2
Provides a hint as to if shutdown is justified, what type of shutdown should be executed.
Http2Exception.StreamException - Exception in io.netty.handler.codec.http2
Represents an exception that can be isolated to a single stream (as opposed to the entire connection).
Http2Flags - Class in io.netty.handler.codec.http2
Provides utility methods for accessing specific flags as defined by the HTTP/2 spec.
Http2Flags() - Constructor for class io.netty.handler.codec.http2.Http2Flags
 
Http2Flags(short) - Constructor for class io.netty.handler.codec.http2.Http2Flags
 
Http2FlowController - Interface in io.netty.handler.codec.http2
Base interface for all HTTP/2 flow controllers.
Http2Frame - Interface in io.netty.handler.codec.http2
An HTTP/2 frame.
Http2FrameAdapter - Class in io.netty.handler.codec.http2
Convenience class that provides no-op implementations for all methods of Http2FrameListener.
Http2FrameAdapter() - Constructor for class io.netty.handler.codec.http2.Http2FrameAdapter
 
Http2FrameCodec - Class in io.netty.handler.codec.http2
An HTTP/2 handler that maps HTTP/2 frames to Http2Frame objects and vice versa.
Http2FrameCodec(boolean) - Constructor for class io.netty.handler.codec.http2.Http2FrameCodec
Construct a new handler.
Http2FrameCodec(boolean, Http2FrameLogger) - Constructor for class io.netty.handler.codec.http2.Http2FrameCodec
Construct a new handler.
Http2FrameCodec(boolean, Http2FrameWriter, Http2FrameLogger, Http2Settings) - Constructor for class io.netty.handler.codec.http2.Http2FrameCodec
 
Http2FrameCodec.ConnectionListener - Class in io.netty.handler.codec.http2
 
Http2FrameCodec.FrameListener - Class in io.netty.handler.codec.http2
 
Http2FrameCodec.InternalHttp2ConnectionHandler - Class in io.netty.handler.codec.http2
 
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, String) - Constructor for class io.netty.handler.codec.http2.Http2FrameLogger
 
Http2FrameLogger(LogLevel, Class<?>) - 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
 
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
 
Http2GoAwayFrame - Interface in io.netty.handler.codec.http2
HTTP/2 GOAWAY frame.
http2Handler - Variable in class io.netty.handler.codec.http2.Http2FrameCodec
 
http2HandlerCtx - Variable in class io.netty.handler.codec.http2.Http2FrameCodec
 
Http2HeaderEntry(int, CharSequence, CharSequence, DefaultHeaders.HeaderEntry<CharSequence, CharSequence>) - Constructor for class io.netty.handler.codec.http2.DefaultHttp2Headers.Http2HeaderEntry
 
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.
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.
Http2MultiplexCodec - Class in io.netty.handler.codec.http2
An HTTP/2 handler that creates child channels for each stream.
Http2MultiplexCodec(boolean, Http2StreamChannelBootstrap) - Constructor for class io.netty.handler.codec.http2.Http2MultiplexCodec
Construct a new handler whose child channels run in a different event loop.
Http2MultiplexCodec.ChannelCarryingHeadersFrame - Class in io.netty.handler.codec.http2
Wraps the first Http2HeadersFrame of local/outbound stream.
Http2MultiplexCodec.Http2StreamChannel - Class in io.netty.handler.codec.http2
 
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
 
Http2PromisedRequestVerifier - Interface in io.netty.handler.codec.http2
Provides an extensibility point for users to define the validity of push requests.
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.
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
 
Http2ServerDowngrader - Class in io.netty.handler.codec.http2
This is a server-side adapter so that an http2 codec can be downgraded to appear as if it's speaking http/1.1.
Http2ServerDowngrader(boolean) - Constructor for class io.netty.handler.codec.http2.Http2ServerDowngrader
 
Http2ServerDowngrader() - Constructor for class io.netty.handler.codec.http2.Http2ServerDowngrader
 
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(Http2Codec) - 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, Http2Codec) - 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
 
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, float) - Constructor for class io.netty.handler.codec.http2.Http2Settings
 
Http2Settings(int) - Constructor for class io.netty.handler.codec.http2.Http2Settings
 
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.
Http2StreamActiveEvent - Class in io.netty.handler.codec.http2
This event is emitted by the Http2FrameCodec when a stream becomes active.
Http2StreamActiveEvent(int) - Constructor for class io.netty.handler.codec.http2.Http2StreamActiveEvent
 
Http2StreamActiveEvent(int, Http2HeadersFrame) - Constructor for class io.netty.handler.codec.http2.Http2StreamActiveEvent
 
Http2StreamChannel(Channel) - Constructor for class io.netty.handler.codec.http2.Http2MultiplexCodec.Http2StreamChannel
 
Http2StreamChannelBootstrap - Class in io.netty.handler.codec.http2
A class that makes it easy to bootstrap a new HTTP/2 stream as a Channel.
Http2StreamChannelBootstrap() - Constructor for class io.netty.handler.codec.http2.Http2StreamChannelBootstrap
 
Http2StreamChannelBootstrap(Http2StreamChannelBootstrap) - Constructor for class io.netty.handler.codec.http2.Http2StreamChannelBootstrap
 
Http2StreamChannelBootstrap.ParentChannelAndMultiplexCodec - Class in io.netty.handler.codec.http2
 
Http2StreamClosedEvent - Class in io.netty.handler.codec.http2
 
Http2StreamClosedEvent(int) - Constructor for class io.netty.handler.codec.http2.Http2StreamClosedEvent
 
Http2StreamFrame - Interface in io.netty.handler.codec.http2
A frame whose meaning may apply to a particular stream, instead of the entire connection.
Http2StreamStateEvent - Interface in io.netty.handler.codec.http2
An event describing a state change of a particular HTTP/2 stream.
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
Http2WindowUpdateFrame - Interface in io.netty.handler.codec.http2
HTTP/2 WINDOW_UPDATE frame.
HTTP_1_0 - Static variable in class io.netty.handler.codec.http.HttpVersion
HTTP/1.0
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_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_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
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.Decoder - Class in io.netty.handler.codec.http
 
HttpClientCodec.Encoder - Class in io.netty.handler.codec.http
 
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
Creates a new handler with the specified compression level, default window size (15) and default memory level (8).
HttpContentCompressor(int, int, int) - Constructor for class io.netty.handler.codec.http.HttpContentCompressor
Creates a new handler with the specified compression level, window size, and memory level..
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
 
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 a HTTP message, providing common properties for HttpRequest and HttpResponse.
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.
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
 
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 - Static variable in class io.netty.handler.codec.http.cookie.CookieHeaderNames
 
httpOnly - Variable in class io.netty.handler.codec.http.cookie.DefaultCookie
 
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
 
HttpProxyHandler - Class in io.netty.handler.proxy
 
HttpProxyHandler(SocketAddress) - Constructor for class io.netty.handler.proxy.HttpProxyHandler
 
HttpProxyHandler(SocketAddress, String, String) - Constructor for class io.netty.handler.proxy.HttpProxyHandler
 
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
 
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
 
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
 
HttpResponseStatus.HttpStatusLineProcessor - Class in io.netty.handler.codec.http
 
HTTPS - Static variable in class io.netty.handler.codec.http.HttpScheme
Scheme for secure HTTP connection.
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 - 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 - Variable in class io.netty.handler.codec.http2.CleartextHttp2ServerUpgradeHandler
 
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
 
HttpServerResponseEncoder() - Constructor for class io.netty.handler.codec.http.HttpServerCodec.HttpServerResponseEncoder
 
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 - Variable in class io.netty.handler.codec.http2.CleartextHttp2ServerUpgradeHandler
 
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
 
HttpStatusLineProcessor(AsciiString) - Constructor for class io.netty.handler.codec.http.HttpResponseStatus.HttpStatusLineProcessor
 
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
 
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
 
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_DECODE_MAX_CODE_LENGTH - Static variable in class io.netty.handler.codec.compression.Bzip2Constants
The longest Huffman code length accepted by the decoder.
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_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.
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.

I

i - Variable in class io.netty.handler.codec.http.HttpResponseStatus.HttpStatusLineProcessor
 
i - Variable in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers.ReadOnlyIterator
 
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() - Method in class io.netty.channel.AbstractChannel
 
id() - Method in interface io.netty.channel.Channel
Returns the globally unique identifier of this Channel.
id - Variable in class io.netty.channel.local.LocalAddress
 
id() - Method in class io.netty.channel.local.LocalAddress
Returns the ID of this address.
id - Variable in class io.netty.handler.codec.dns.AbstractDnsMessage
 
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 - Variable in class io.netty.handler.codec.http2.DefaultHttp2Connection.DefaultStream
 
id() - Method in class io.netty.handler.codec.http2.DefaultHttp2Connection.DefaultStream
 
id() - Method in interface io.netty.handler.codec.http2.Http2Stream
Gets the unique identifier for this stream within the connection.
id - Variable in class io.netty.handler.codec.spdy.DefaultSpdyPingFrame
 
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 - Static variable in interface io.netty.handler.codec.stomp.StompHeaders
 
id - Variable in class io.netty.resolver.dns.DnsQueryContext
 
id - Variable in class io.netty.util.AbstractConstant
 
id() - Method in class io.netty.util.AbstractConstant
 
id - Variable in class io.netty.util.concurrent.ScheduledFutureTask
 
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 - Variable in class io.netty.util.Recycler.WeakOrderQueue
 
id() - Method in error io.netty.util.Signal
 
ID_GENERATOR - Static variable in class io.netty.util.Recycler
 
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() - Constructor for class io.netty.handler.ssl.IdentityCipherSuiteFilter
 
idleChildren - Variable in class io.netty.channel.ThreadPerChannelEventLoopGroup
 
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.
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(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(boolean, long, long, long, TimeUnit) - Constructor for class io.netty.handler.timeout.IdleStateHandler
Creates a new instance firing IdleStateEvents.
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
 
ids() - Method in class io.netty.handler.codec.spdy.DefaultSpdySettingsFrame
 
ids - Variable in class io.netty.handler.codec.spdy.SpdyHttpResponseStreamIdHandler
 
ids() - Method in interface io.netty.handler.codec.spdy.SpdySettingsFrame
Returns a Set of the setting IDs.
idx(int) - Method in class io.netty.buffer.AbstractUnpooledSlicedByteBuf
Returns the index with the needed adjustment.
idx(int) - Method in class io.netty.buffer.PooledByteBuf
 
idx(int) - Method in class io.netty.buffer.PooledSlicedByteBuf
 
idx(ByteBuf, int) - Static method in class io.netty.buffer.UnsafeHeapSwappedByteBuf
 
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
 
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"
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
 
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
 
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
 
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
 
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
 
INADDRSZ4 - Static variable in class io.netty.resolver.dns.DnsNameResolverContext
 
INADDRSZ6 - Static variable in class io.netty.resolver.dns.DnsNameResolverContext
 
inbound - Variable in class io.netty.channel.AbstractChannelHandlerContext
 
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
 
InboundHttp2ToHttpAdapter - Class in io.netty.handler.codec.http2
This adapter provides just header/data events from the HTTP message flow defined here HTTP/2 Spec Message Flow.
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
 
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.epoll.EpollRecvByteAllocatorHandle
 
incMessagesRead(int) - Method in class io.netty.channel.kqueue.KQueueRecvByteAllocatorHandle
 
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
 
increaseCapacity(int) - Method in class io.netty.util.Recycler.Stack
 
increaseWriteCounter(long) - Method in class io.netty.channel.ChannelFlushPromiseNotifier
Increase the current write counter by the given delta
INCREMENT - Static variable in class io.netty.handler.codec.memcache.binary.BinaryMemcacheOpcodes
 
increment() - Method in interface io.netty.util.internal.LongCounter
 
increment() - Method in class io.netty.util.internal.PlatformDependent.AtomicLongCounter
 
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, 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.
incrementPendingBytes(int) - Method in class io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController.WritabilityMonitor
Increment the total amount of pending bytes for all streams.
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, boolean) - Method in class io.netty.channel.ChannelOutboundBuffer
 
INCREMENTQ - Static variable in class io.netty.handler.codec.memcache.binary.BinaryMemcacheOpcodes
 
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(Http2Stream, int) - Method in class io.netty.handler.codec.http2.DefaultHttp2LocalFlowController
 
incrementWindowSize(Http2Stream, int) - Method in class io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController
 
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.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.
incTinySmallAllocation(boolean) - 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(int) - Method in class io.netty.handler.codec.DefaultHeaders
 
index - Variable in class io.netty.handler.codec.http2.DefaultHttp2Connection.DefaultPropertyKey
 
index - Variable in class io.netty.handler.codec.http2.HpackEncoder.HeaderEntry
 
index(int) - Method in class io.netty.handler.codec.http2.HpackEncoder
Returns the index into the hash table for the hash code h.
index - Variable in class io.netty.handler.codec.http2.HpackHuffmanDecoder.DecoderProcessor
 
index - Variable in class io.netty.util.concurrent.FastThreadLocal
 
index(AttributeKey<?>) - Static method in class io.netty.util.DefaultAttributeMap
 
index - Variable in class io.netty.util.internal.DefaultPriorityQueue.PriorityQueueIterator
 
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_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).
indexedVariable(int) - Method in class io.netty.util.internal.InternalThreadLocalMap
 
indexedVariables - Variable in class io.netty.util.internal.UnpaddedInternalThreadLocalMap
indexHeader(int, int, Http2Headers, long) - Method in class io.netty.handler.codec.http2.HpackDecoder
 
IndexNotOfProcessor(byte) - Constructor for class io.netty.util.ByteProcessor.IndexNotOfProcessor
 
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(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, int, int, byte) - Static method in class io.netty.buffer.ByteBufUtil
The default implementation of ByteBuf.indexOf(int, int, byte).
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(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(int, int, byte) - Method in class io.netty.handler.codec.ReplayingDecoderByteBuf
 
indexOf(CharSequence) - Method in class io.netty.util.AsciiString
Searches in this string for the first index of the specified string.
indexOf(CharSequence, int) - Method in class io.netty.util.AsciiString
Searches in this string for the index of the specified string.
indexOf(char, int) - Method in class io.netty.util.AsciiString
Searches in this string for the index of the specified char ch.
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(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(int) - Method in class io.netty.util.collection.IntObjectHashMap
Locates the index for the given key.
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.
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
 
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
 
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
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
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(Thread) - 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(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() - Method in class io.netty.util.concurrent.ImmediateEventExecutor
 
inEventLoop(Thread) - Method in class io.netty.util.concurrent.ImmediateEventExecutor
 
inEventLoop(Thread) - Method in class io.netty.util.concurrent.NonStickyEventExecutorGroup.NonStickyOrderedEventExecutor
 
inEventLoop() - Method in class io.netty.util.concurrent.NonStickyEventExecutorGroup.NonStickyOrderedEventExecutor
 
inEventLoop(Thread) - Method in class io.netty.util.concurrent.SingleThreadEventExecutor
 
inEventLoop() - Method in class io.netty.util.concurrent.UnorderedThreadPoolEventExecutor
 
inEventLoop(Thread) - Method in class io.netty.util.concurrent.UnorderedThreadPoolEventExecutor
 
inExceptionCaught(Throwable) - Static method in class io.netty.channel.AbstractChannelHandlerContext
 
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
 
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(Throwable) - Method in class io.netty.util.internal.logging.AbstractInternalLogger
 
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, 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 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 class io.netty.util.internal.logging.CommonsLogger
Deprecated.
Delegates to the Log.info(Object) method of the underlying Log instance.
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) - Method in interface io.netty.util.internal.logging.InternalLogger
Log a message at the INFO level.
info(String, Object) - Method in interface io.netty.util.internal.logging.InternalLogger
Log a message at the INFO level according to the specified format and argument.
info(String, Object, 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 interface io.netty.util.internal.logging.InternalLogger
Log a message at the INFO level according to the specified format and arguments.
info(String, Throwable) - Method in interface io.netty.util.internal.logging.InternalLogger
Log an exception (throwable) at the INFO level with an accompanying message.
info(Throwable) - Method in interface io.netty.util.internal.logging.InternalLogger
Log an exception (throwable) 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, 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, 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...) - Method in class io.netty.util.internal.logging.JdkLogger
Log a message at level INFO according to the specified format and arguments.
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) - Method in class io.netty.util.internal.logging.Log4JLogger
Log a message object at the INFO level.
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, 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...) - Method in class io.netty.util.internal.logging.Log4JLogger
Log a message at level INFO according to the specified format and arguments.
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) - Method in class io.netty.util.internal.logging.Slf4JLogger
 
info(String, Object) - Method in class io.netty.util.internal.logging.Slf4JLogger
 
info(String, Object, Object) - Method in class io.netty.util.internal.logging.Slf4JLogger
 
info(String, Object...) - Method in class io.netty.util.internal.logging.Slf4JLogger
 
info(String, Throwable) - Method in class io.netty.util.internal.logging.Slf4JLogger
 
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(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(AbstractByteBuf, ByteBuf, int, int, int) - Method in class io.netty.buffer.AbstractPooledDerivedByteBuf
 
init(PoolChunk<T>, long, int, int, int, PoolThreadCache) - Method in class io.netty.buffer.PooledByteBuf
 
init(PoolChunk<ByteBuffer>, long, int, int, int, PoolThreadCache) - Method in class io.netty.buffer.PooledUnsafeDirectByteBuf
 
init(PoolSubpage<T>, int) - Method in class io.netty.buffer.PoolSubpage
 
init(AbstractChannelHandlerContext.AbstractWriteTask, AbstractChannelHandlerContext, Object, ChannelPromise) - Static method in class io.netty.channel.AbstractChannelHandlerContext.AbstractWriteTask
 
INIT - Static variable in class io.netty.channel.AbstractChannelHandlerContext
init(I, O) - Method in class io.netty.channel.CombinedChannelDuplexHandler
Initialized this handler with the specified handlers.
init(ByteBuf, InetSocketAddress) - Method in class io.netty.channel.epoll.NativeDatagramPacketArray.NativeDatagramPacket
Init this instance and return true if the init was successful.
init(SimpleTrustManagerFactory) - Method in class io.netty.handler.ssl.util.SimpleTrustManagerFactory.SimpleTrustManagerFactorySpi
 
init(long) - Method in class io.netty.handler.traffic.TrafficCounter
 
init0(PoolChunk<T>, long, int, int, int, PoolThreadCache) - Method in class io.netty.buffer.PooledByteBuf
 
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
 
initAndRegister() - Method in class io.netty.bootstrap.AbstractBootstrap
 
initAttrs(Channel, Map<AttributeKey<?>, Object>) - Static method in class io.netty.handler.codec.http2.Http2MultiplexCodec
 
initBuf(PooledByteBuf<T>, long, int) - Method in class io.netty.buffer.PoolChunk
 
initBuf(PoolChunk<T>, long, PooledByteBuf<T>, int) - Method in class io.netty.buffer.PoolThreadCache.MemoryRegionCache
Init the PooledByteBuf using the provided chunk and handle with the capacity restrictions.
initBuf(PoolChunk<T>, long, PooledByteBuf<T>, int) - Method in class io.netty.buffer.PoolThreadCache.NormalMemoryRegionCache
 
initBuf(PoolChunk<T>, long, PooledByteBuf<T>, int) - Method in class io.netty.buffer.PoolThreadCache.SubPageMemoryRegionCache
 
initBufWithSubpage(PooledByteBuf<T>, long, int) - Method in class io.netty.buffer.PoolChunk
 
initBufWithSubpage(PooledByteBuf<T>, long, int, int) - Method in class io.netty.buffer.PoolChunk
 
initCause(Throwable) - Method in error io.netty.util.Signal
 
initChannel(C) - Method in class io.netty.channel.ChannelInitializer
This method will be called once the Channel was registered.
initChannel(ChannelHandlerContext) - Method in class io.netty.channel.ChannelInitializer
 
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.
initial - Variable in class io.netty.channel.AdaptiveRecvByteBufAllocator
 
INITIAL_CAPACITY - Static variable in class io.netty.util.Recycler
 
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
 
initialCapacity - Variable in class io.netty.handler.codec.http2.HpackHuffmanDecoder.DecoderProcessor
 
initialHuffmanDecodeCapacity - Variable in class io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
 
initialHuffmanDecodeCapacity(int) - Method in class io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
Sets the initial size of an intermediate buffer used during HPACK huffman decoding.
initialHuffmanDecodeCapacity(int) - Method in class io.netty.handler.codec.http2.Http2ConnectionHandlerBuilder
 
initialHuffmanDecodeCapacity(int) - Method in class io.netty.handler.codec.http2.HttpToHttp2ConnectionHandlerBuilder
 
initialiseInverseBWT() - Method in class io.netty.handler.codec.compression.Bzip2BlockDecompressor
Set up the Inverse Burrows-Wheeler Transform merged pointer array.
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.
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() - 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.AbstractHttp2ConnectionHandlerBuilder
Sets the Http2Settings to use for the initial connection settings exchange.
initialSettings - Variable in class io.netty.handler.codec.http2.Http2CodecBuilder
 
initialSettings(Http2Settings) - Method in class io.netty.handler.codec.http2.Http2CodecBuilder
Specifies the initial settings to send to peer.
initialSettings() - Method in class io.netty.handler.codec.http2.Http2CodecBuilder
Returns the initial settings to send to peer.
initialSettings - Variable in class io.netty.handler.codec.http2.Http2ConnectionHandler
 
initialSettings(Http2Settings) - Method in class io.netty.handler.codec.http2.Http2ConnectionHandlerBuilder
 
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.
initialWindowSize() - Method in class io.netty.handler.codec.http2.DefaultHttp2LocalFlowController.DefaultState
 
initialWindowSize() - Method in interface io.netty.handler.codec.http2.DefaultHttp2LocalFlowController.FlowState
 
initialWindowSize - Variable in class io.netty.handler.codec.http2.DefaultHttp2LocalFlowController
 
initialWindowSize(int) - Method in class io.netty.handler.codec.http2.DefaultHttp2LocalFlowController
 
initialWindowSize() - Method in class io.netty.handler.codec.http2.DefaultHttp2LocalFlowController
 
initialWindowSize(Http2Stream) - Method in class io.netty.handler.codec.http2.DefaultHttp2LocalFlowController
 
initialWindowSize - Variable in class io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController
 
initialWindowSize(int) - Method in class io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController
 
initialWindowSize() - 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() - Method in class io.netty.handler.codec.http2.DelegatingDecompressorFrameListener.ConsumedBytesConverter
 
initialWindowSize(Http2Stream) - 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() - 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(Http2Stream) - Method in interface io.netty.handler.codec.http2.Http2LocalFlowController
Get the initial flow control window size for the given stream.
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.Http2Settings
Sets the SETTINGS_INITIAL_WINDOW_SIZE value.
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
 
InitMaxStreams() - Constructor for class com.sun.nio.sctp.SctpStandardSocketOptions.InitMaxStreams
 
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).
initOpts(Channel, Map<ChannelOption<?>, Object>) - Static method in class io.netty.handler.codec.http2.Http2MultiplexCodec
 
initOutputChanged(ChannelHandlerContext) - Method in class io.netty.handler.timeout.IdleStateHandler
 
initUnpooled(PoolChunk<T>, int) - Method in class io.netty.buffer.PooledByteBuf
 
initUnpooled(PoolChunk<ByteBuffer>, int) - Method in class io.netty.buffer.PooledUnsafeDirectByteBuf
 
inline - Variable in enum io.netty.handler.codec.redis.RedisMessageType
 
input - Variable in class io.netty.handler.codec.http.HttpChunkedInput
 
input - Variable in class io.netty.handler.codec.http.websocketx.WebSocketChunkedInput
 
inputClosedSeenErrorOnRead - Variable in class io.netty.channel.epoll.AbstractEpollChannel
 
inputClosedSeenErrorOnRead - Variable in class io.netty.channel.kqueue.AbstractKQueueChannel
 
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
 
insert(HpackHuffmanDecoder.Node, int, int, byte) - Static method in class io.netty.handler.codec.http2.HpackHuffmanDecoder
 
insertHeader(int, Http2Headers, CharSequence, CharSequence, HpackUtil.IndexType, long) - 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() - Method in class io.netty.handler.codec.CodecOutputList
Returns true if any elements where added or set.
insertSinceRecycled - Variable in class io.netty.util.internal.RecyclableArrayList
 
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 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.handler.codec.CharSequenceValueConverter
 
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.HeaderValueConverterAndValidator
 
INSTANCE - Static variable in class io.netty.handler.codec.http.EmptyHttpHeaders
 
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 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.CleartextHttp2ServerUpgradeHandler.PriorKnowledgeUpgradeEvent
 
INSTANCE - Static variable in class io.netty.handler.codec.http2.EmptyHttp2Headers
 
INSTANCE - Static variable in class io.netty.handler.codec.http2.Http2ConnectionPrefaceWrittenEvent
 
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 method in class io.netty.handler.codec.UnsupportedValueConverter
 
INSTANCE - Static variable in class io.netty.handler.ssl.IdentityCipherSuiteFilter
 
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.NoopDnsCache
 
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.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 method in class io.netty.util.internal.EmptyPriorityQueue
Returns an unmodifiable empty PriorityQueue.
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.Log4JLoggerFactory
 
INSTANCE - Static variable in class io.netty.util.internal.logging.Slf4JLoggerFactory
 
INSTANCE - Static variable in class io.netty.util.ResourceLeakDetector.LeakEntry
 
instance() - Static method in class io.netty.util.ResourceLeakDetectorFactory
Get the singleton instance of this factory class.
INSTANCE_COUNT_LIMIT - Static variable in class io.netty.util.HashedWheelTimer
 
INSTANCE_COUNTER - Static variable in class io.netty.util.HashedWheelTimer
 
InstanceMatcher(Channel) - Constructor for class io.netty.channel.group.ChannelMatchers.InstanceMatcher
 
INSTANCES - Static variable in class io.netty.handler.codec.DateFormatter
 
inStreamsToFireChildReadComplete - Variable in class io.netty.handler.codec.http2.Http2MultiplexCodec.Http2StreamChannel
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_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
 
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_SIZE_MINUS_ONE - Static variable in class io.netty.buffer.PoolChunk
 
IntegerHolder - Class in io.netty.util.internal
 
IntegerHolder() - Constructor for class io.netty.util.internal.IntegerHolder
 
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.
InterfaceHttpData - Interface in io.netty.handler.codec.http.multipart
Interface for all Objects that could be encoded/decoded using HttpPostRequestEncoder/Decoder
InterfaceHttpData.HttpDataType - Enum in io.netty.handler.codec.http.multipart
 
InterfaceHttpPostRequestDecoder - Interface in io.netty.handler.codec.http.multipart
This decoder will decode Body and can handle POST BODY.
INTERLEAVED - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Values
Deprecated.
"interleaved"
INTERLEAVED - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderValues
"interleaved"
INTERNAL_ERROR - 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.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(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
 
internalFrameListener() - Method in class io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder
 
InternalHttp2ConnectionHandler(Http2ConnectionDecoder, Http2ConnectionEncoder, Http2Settings) - Constructor for class io.netty.handler.codec.http2.Http2FrameCodec.InternalHttp2ConnectionHandler
 
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(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
 
internalNioBuffer(int, int) - Method in class io.netty.buffer.EmptyByteBuf
 
internalNioBuffer(int, int) - Method in class io.netty.buffer.FixedCompositeByteBuf
 
internalNioBuffer() - Method in class io.netty.buffer.PooledByteBuf
 
internalNioBuffer(int, int) - Method in class io.netty.buffer.PooledDirectByteBuf
 
internalNioBuffer(int, int) - Method in class io.netty.buffer.PooledHeapByteBuf
 
internalNioBuffer(int, int) - Method in class io.netty.buffer.PooledUnsafeDirectByteBuf
 
internalNioBuffer() - Method in class io.netty.buffer.ReadOnlyByteBufferBuf
 
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() - Method in class io.netty.buffer.UnpooledDirectByteBuf
 
internalNioBuffer(int, int) - Method in class io.netty.buffer.UnpooledHeapByteBuf
 
internalNioBuffer() - Method in class io.netty.buffer.UnpooledHeapByteBuf
 
internalNioBuffer(int, int) - Method in class io.netty.buffer.UnpooledUnsafeDirectByteBuf
 
internalNioBuffer() - Method in class io.netty.buffer.UnpooledUnsafeDirectByteBuf
 
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(Promise<T>) - Method in class io.netty.resolver.dns.DnsNameResolverContext
 
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, InetAddress) - 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.
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()
IntSupplier - Interface in io.netty.util
Represents a supplier of int-valued results.
intToIpAddress(int) - Static method in class io.netty.util.NetUtil
Converts a 32-bit integer into an IPv4 address.
intValue() - Method in class io.netty.channel.unix.FileDescriptor
Return the int value of the filedescriptor.
intValue - Variable in class io.netty.handler.codec.dns.DnsRecordType
 
intValue() - Method in class io.netty.handler.codec.dns.DnsRecordType
Returns the value of this DnsType as it appears in DNS protocol
intValue() - Method in class io.netty.handler.codec.dns.DnsResponseCode
Returns the error code for this DnsResponseCode.
intValue(Integer, int) - Static method in class io.netty.util.internal.ObjectUtil
Resolves a possibly null Integer to a primitive int, using a default value.
INVALID - Static variable in class io.netty.handler.codec.ProtocolDetectionResult
 
invalid() - Static method in class io.netty.handler.codec.ProtocolDetectionResult
Returns a ProtocolDetectionResult that signals the data was invalid for the protocol.
invalid - Variable in class io.netty.handler.codec.spdy.DefaultSpdyHeadersFrame
 
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_PADDING - Static variable in class io.netty.handler.codec.http2.HpackHuffmanDecoder
 
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.JdkSslSession
 
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>>, long, TimeUnit) - 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>>, long, TimeUnit) - 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.SingleThreadEventExecutor
 
invokeAny(Collection<? extends Callable<T>>) - Method in class io.netty.util.concurrent.AbstractEventExecutorGroup
 
invokeAny(Collection<? extends Callable<T>>, long, TimeUnit) - 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>>, long, TimeUnit) - 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.SingleThreadEventExecutor
 
invokeBind(SocketAddress, ChannelPromise) - Method in class io.netty.channel.AbstractChannelHandlerContext
 
invokeChannelActive(AbstractChannelHandlerContext) - Static method in class io.netty.channel.AbstractChannelHandlerContext
 
invokeChannelActive() - Method in class io.netty.channel.AbstractChannelHandlerContext
 
invokeChannelInactive(AbstractChannelHandlerContext) - Static method in class io.netty.channel.AbstractChannelHandlerContext
 
invokeChannelInactive() - 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(AbstractChannelHandlerContext) - Static method in class io.netty.channel.AbstractChannelHandlerContext
 
invokeChannelReadComplete() - Method in class io.netty.channel.AbstractChannelHandlerContext
 
invokeChannelReadCompleteTask - Variable in class io.netty.channel.AbstractChannelHandlerContext
 
invokeChannelRegistered(AbstractChannelHandlerContext) - Static method in class io.netty.channel.AbstractChannelHandlerContext
 
invokeChannelRegistered() - Method in class io.netty.channel.AbstractChannelHandlerContext
 
invokeChannelUnregistered(AbstractChannelHandlerContext) - Static method in class io.netty.channel.AbstractChannelHandlerContext
 
invokeChannelUnregistered() - Method in class io.netty.channel.AbstractChannelHandlerContext
 
invokeChannelUnregistered(NioTask<SelectableChannel>, SelectionKey, Throwable) - Static method in class io.netty.channel.nio.NioEventLoop
 
invokeChannelWritabilityChanged(AbstractChannelHandlerContext) - Static method in class io.netty.channel.AbstractChannelHandlerContext
 
invokeChannelWritabilityChanged() - Method in class io.netty.channel.AbstractChannelHandlerContext
 
invokeChannelWritableStateChangedTask - Variable in class io.netty.channel.AbstractChannelHandlerContext
 
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
 
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
 
invokeRead() - Method in class io.netty.channel.AbstractChannelHandlerContext
 
invokeReadTask - 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.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.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.sctp - package io.netty.channel.sctp
Abstract SCTP socket interfaces which extend the core channel API.
io.netty.channel.sctp.nio - package io.netty.channel.sctp.nio
NIO-based SCTP Channel API implementation - recommended for a large number of connections (>= 1000).
io.netty.channel.sctp.oio - package io.netty.channel.sctp.oio
Old blocking I/O based SCTP channel API implementation - recommended for a small number of connections (< 1000).
io.netty.channel.socket - package io.netty.channel.socket
Abstract TCP and UDP socket interfaces which extend the core channel API.
io.netty.channel.socket.nio - package io.netty.channel.socket.nio
NIO-based socket channel API implementation - recommended for a large number of connections (>= 1000).
io.netty.channel.socket.oio - package io.netty.channel.socket.oio
Old blocking I/O based socket channel API implementation - recommended for a small number of connections (< 1000).
io.netty.channel.unix - package io.netty.channel.unix
Unix specific transport.
io.netty.channel.unix.tests - package io.netty.channel.unix.tests
Unix specific transport tests.
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.sctp - package io.netty.handler.codec.sctp
Decoder and encoders to manage message completion and multi-streaming codec in SCTP/IP.
io.netty.handler.codec.serialization - package io.netty.handler.codec.serialization
Encoder, decoder and their compatibility stream implementations which transform a 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.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.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.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(int) - Method in class io.netty.buffer.AbstractByteBufAllocator
 
ioBuffer(int, int) - 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(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 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.local.PreferHeapByteBufAllocator
 
ioBuffer(int) - Method in class io.netty.channel.local.PreferHeapByteBufAllocator
 
ioBuffer(int, int) - Method in class io.netty.channel.local.PreferHeapByteBufAllocator
 
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, Errors.NativeIoException, ClosedChannelException) - Static method in class io.netty.channel.unix.Errors
 
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.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
 
iovMax() - Static method in class io.netty.channel.epoll.NativeStaticallyReferencedJniMethods
 
iovMax() - Static method in class io.netty.channel.unix.LimitsStaticallyReferencedJniMethods
 
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
 
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_TOS - Static variable in class io.netty.channel.ChannelOption
 
IP_TRANSPARENT - Static variable in class io.netty.channel.epoll.EpollChannelOption
 
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
 
IPSECKEY - Static variable in class io.netty.handler.codec.dns.DnsRecordType
IPsec Key record RFC 4025 Key record that can be used with IPsec.
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
 
ipToInt(Inet4Address) - Static method in class io.netty.handler.ipfilter.IpSubnetFilterRule.Ip4SubnetFilterRule
 
ipToInt(Inet6Address) - Static method in class io.netty.handler.ipfilter.IpSubnetFilterRule.Ip6SubnetFilterRule
 
IPv4 - Static variable in class io.netty.handler.codec.socksx.v5.Socks5AddressType
 
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_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 - 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
ipv4MappedIpv6Address(byte[]) - Static method in class io.netty.channel.unix.NativeInetAddress
 
ipv4WordToByte(String, int, int) - Static method in class io.netty.util.NetUtil
 
IPv6 - Static variable in class io.netty.handler.codec.socksx.v5.Socks5AddressType
 
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 and 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_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_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_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
ipv6hextetSeparator - Static variable in class io.netty.handler.codec.socks.SocksCommonUtils
 
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(Channel) - Static method in class io.netty.channel.group.ChannelMatchers
Returns a ChannelMatcher that matches the given Channel.
is - Variable in class io.netty.channel.oio.OioByteStreamChannel
 
is100ContinueExpected(HttpMessage) - Static method in class io.netty.handler.codec.http.HttpHeaders
Deprecated.
Use 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.
IS_ANDROID - Static variable in class io.netty.util.internal.PlatformDependent0
 
IS_EXPLICIT_NO_UNSAFE - Static variable in class io.netty.util.internal.PlatformDependent0
 
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_WINDOWS - Static variable in class io.netty.util.internal.PlatformDependent
 
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.kqueue.AbstractKQueueChannel
 
isActive() - Method in class io.netty.channel.kqueue.KQueueDatagramChannel
 
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
 
isActive() - Method in class io.netty.channel.sctp.nio.NioSctpChannel
 
isActive() - Method in class io.netty.channel.sctp.nio.NioSctpServerChannel
 
isActive() - Method in class io.netty.channel.sctp.oio.OioSctpChannel
 
isActive() - Method in class io.netty.channel.sctp.oio.OioSctpServerChannel
 
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
 
isActive() - Method in class io.netty.channel.socket.oio.OioServerSocketChannel
 
isActive() - Method in class io.netty.channel.socket.oio.OioSocketChannel
 
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(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(I) - Method in class io.netty.handler.codec.MessageAggregator
Returns true if and only if the specified message is already aggregated.
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
 
isAllowHalfClosure(ChannelConfig) - Method in class io.netty.channel.epoll.AbstractEpollChannel
 
isAllowHalfClosure() - Method in class io.netty.channel.epoll.EpollSocketChannelConfig
 
isAllowHalfClosure(ChannelConfig) - Method in class io.netty.channel.kqueue.AbstractKQueueChannel
 
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.SocketChannelConfig
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.
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(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.
isAutoClose() - Method in interface io.netty.channel.ChannelConfig
Deprecated.
Auto close will be removed in a future release. Returns true if and only if the Channel will be closed automatically and immediately on write failure. The default is false.
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.
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
 
isCacheable(Http2Headers) - Method in interface io.netty.handler.codec.http2.Http2PromisedRequestVerifier
Determine if a request is cacheable.
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.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
 
isCleanSession - Variable in class io.netty.handler.codec.mqtt.MqttConnectVariableHeader
 
isCleanSession() - Method in class io.netty.handler.codec.mqtt.MqttConnectVariableHeader
 
isClient() - Method in class io.netty.handler.ssl.DelegatingSslContext
 
isClient - Variable in class io.netty.handler.ssl.JdkSslContext
 
isClient() - Method in class io.netty.handler.ssl.JdkSslContext
 
isClient() - Method in class io.netty.handler.ssl.SslContext
Returns the true if and only if this context is for client-side.
isClosed(int) - Static method in class io.netty.channel.unix.FileDescriptor
 
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(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.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
 
isCompatible(EventLoop) - Method in class io.netty.handler.codec.http2.AbstractHttp2StreamChannel
 
isComplete() - Method in class com.sun.nio.sctp.MessageInfo
 
isComplete() - Method in class io.netty.channel.sctp.SctpMessage
Return true if this message is complete.
isCompleted() - Method in class io.netty.handler.codec.http.multipart.AbstractHttpData
 
isCompleted() - Method in interface io.netty.handler.codec.http.multipart.HttpData
 
isCompleted() - Method in class io.netty.handler.codec.http.multipart.MixedAttribute
 
isCompleted() - Method in class io.netty.handler.codec.http.multipart.MixedFileUpload
 
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.kqueue.KQueueDatagramChannel
 
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
 
isConnected() - Method in class io.netty.handler.proxy.ProxyHandler
Returns true if and only if the connection to the destination has been established successfully.
isContentAlwaysEmpty(HttpMessage) - Method in class io.netty.handler.codec.http.HttpClientCodec.Decoder
 
isContentAlwaysEmpty(HttpMessage) - Method in class io.netty.handler.codec.http.HttpObjectDecoder
 
isContentAlwaysEmpty(H) - Method in class io.netty.handler.codec.http.HttpObjectEncoder
Determine whether a message has a content or not.
isContentAlwaysEmpty(HttpResponse) - Method in class io.netty.handler.codec.http.HttpServerCodec.HttpServerResponseEncoder
 
isContentAlwaysEmpty(HttpMessage) - Method in class io.netty.handler.codec.rtsp.RtspDecoder
 
isContentAlwaysEmpty(HttpMessage) - Method in class io.netty.handler.codec.rtsp.RtspObjectDecoder
Deprecated.
 
isContentExpected() - Method in class io.netty.handler.codec.smtp.SmtpCommand
 
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(H, int) - Method in class io.netty.handler.codec.memcache.AbstractMemcacheObjectAggregator
 
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.
isContentLengthInvalid(BulkStringHeaderRedisMessage, int) - Method in class io.netty.handler.codec.redis.RedisBulkStringAggregator
 
isContentLengthInvalid(StompHeadersSubframe, int) - Method in class io.netty.handler.codec.stomp.StompSubframeAggregator
 
isContentLengthSet(HttpMessage) - Static method in class io.netty.handler.codec.http.HttpHeaders
Deprecated.
isContentLengthSet(HttpMessage) - Static method in class io.netty.handler.codec.http.HttpUtil
 
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(I) - Method in class io.netty.handler.codec.MessageAggregator
Returns true if and only if the specified message is a content message.
isContentMessage(RedisMessage) - Method in class io.netty.handler.codec.redis.RedisBulkStringAggregator
 
isContentMessage(StompSubframe) - Method in class io.netty.handler.codec.stomp.StompSubframeAggregator
 
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.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() - 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 - 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.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.PemPrivateKey
NOTE: This is a JDK8 interface/method.
isDigit(char) - Static method in class io.netty.handler.codec.DateFormatter
 
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.UnpooledUnsafeDirectByteBuf
 
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.local.PreferHeapByteBufAllocator
 
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.group.VoidChannelGroupFuture
 
isDone() - Method in class io.netty.channel.VoidChannelPromise
 
isDone() - Method in class io.netty.util.concurrent.CompleteFuture
 
isDone() - Method in class io.netty.util.concurrent.DefaultPromise
 
isDone0(Object) - Static method in class io.netty.util.concurrent.DefaultPromise
 
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
 
isEdgeTriggered - Variable in class io.netty.channel.epoll.EpollRecvByteAllocatorHandle
 
isEdgeTriggered() - Method in class io.netty.channel.epoll.EpollRecvByteAllocatorHandle
 
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.CoalescingBufferQueue
Are there pending buffers in the queue.
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.DelegatingStringSet
 
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.http2.ReadOnlyHttp2Headers
 
isEmpty() - Method in class io.netty.handler.codec.serialization.ReferenceMap
 
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
 
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() - Static method in class io.netty.util.ResourceLeakDetector
Returns true if resource leak detection is enabled.
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.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
 
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
true if this frame is the last one in this direction of the stream.
isEndStream() - Method in interface io.netty.handler.codec.http2.Http2HeadersFrame
true if this frame is the last one in this direction of the stream.
isEndStream() - Method in class io.netty.handler.codec.http2.Http2MultiplexCodec.ChannelCarryingHeadersFrame
 
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.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
 
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
 
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.
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.
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
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 was sent to the remote endpoint.
isHealthy(Channel) - Method in interface io.netty.channel.pool.ChannelHealthChecker
Check if the given channel is healthy which means it can be used.
isHttpOnly() - Method in interface io.netty.handler.codec.http.cookie.Cookie
Checks to see if this Cookie can only be accessed via HTTP.
isHttpOnly() - Method in class io.netty.handler.codec.http.cookie.DefaultCookie
 
isInbound(ChannelHandler) - Static method in class io.netty.channel.DefaultChannelHandlerContext
 
isInboundDone() - Method in class io.netty.handler.ssl.JdkSslEngine
 
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.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
 
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 interface io.netty.handler.codec.http.multipart.HttpData
Provides a hint as to whether or not the file contents will be read from memory.
isInMemory() - Method in class io.netty.handler.codec.http.multipart.MixedAttribute
 
isInMemory() - Method in class io.netty.handler.codec.http.multipart.MixedFileUpload
 
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
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
 
isInputShutdown(int) - Static method in class io.netty.channel.unix.FileDescriptor
 
isInputShutdown() - Method in class io.netty.channel.unix.Socket
 
isInputShutdown0() - Method in class io.netty.channel.nio.AbstractNioByteChannel
 
isInputShutdown0() - Method in class io.netty.channel.socket.nio.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
 
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
 
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.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.
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.
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.
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 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(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.
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.
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(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(C) - Method in class io.netty.handler.codec.MessageAggregator
Returns true if and only if the specified message is the last content message.
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".
isLocal() - Method in class io.netty.handler.codec.http2.DefaultHttp2Connection.DefaultEndpoint
 
isLocal() - Method in class io.netty.handler.codec.http2.DefaultHttp2Connection.DefaultStream
 
isLocalSideClosed(int) - Method in class io.netty.handler.codec.spdy.SpdySession
 
isLocalSideClosed() - Method in class io.netty.handler.codec.spdy.SpdySession.StreamState
 
isLoopbackModeDisabled() - Method in class io.netty.channel.epoll.EpollDatagramChannelConfig
 
isLoopbackModeDisabled() - Method in class io.netty.channel.kqueue.KQueueDatagramChannelConfig
 
isLoopbackModeDisabled() - Method in interface io.netty.channel.socket.DatagramChannelConfig
Gets the StandardSocketOptions.IP_MULTICAST_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(HttpResponse) - Static method in class io.netty.handler.codec.http.HttpServerKeepAliveHandler
 
isMultipart() - Method in class io.netty.handler.codec.http.multipart.HttpPostMultipartRequestDecoder
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() - Method in class io.netty.handler.codec.http.multipart.HttpPostRequestDecoder
 
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.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
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
 
isNotWebSocketPath(FullHttpRequest) - Method in class io.netty.handler.codec.http.websocketx.WebSocketServerProtocolHandshakeHandler
 
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(Queue<ScheduledFutureTask<?>>) - Static method in class io.netty.util.concurrent.AbstractScheduledEventExecutor
 
isNullOrEmpty(String) - Static method in class io.netty.util.internal.StringUtil
Determine if a string is null or String.isEmpty() returns true.
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.
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.
ISO_8859_1 - Static variable in class io.netty.util.CharsetUtil
ISO Latin Alphabet No.
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.sctp.oio.OioSctpChannel
 
isOpen() - Method in class io.netty.channel.sctp.oio.OioSctpServerChannel
 
isOpen() - Method in class io.netty.channel.socket.oio.OioDatagramChannel
 
isOpen() - Method in class io.netty.channel.socket.oio.OioServerSocketChannel
 
isOpen() - Method in class io.netty.channel.socket.oio.OioSocketChannel
 
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
 
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(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.NativeLibraryLoader
 
isOutbound(ChannelHandler) - Static method in class io.netty.channel.DefaultChannelHandlerContext
 
isOutboundDone() - Method in class io.netty.handler.ssl.JdkSslEngine
 
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
 
isOutputShutdown(int) - Static method in class io.netty.channel.unix.FileDescriptor
 
isOutputShutdown() - Method in class io.netty.channel.unix.Socket
 
isOws(char) - Static method in class io.netty.util.internal.StringUtil
 
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
 
isPeriodic() - Method in class io.netty.util.concurrent.UnorderedThreadPoolEventExecutor.RunnableScheduledFutureTask
 
isPersist() - Method in class io.netty.handler.codec.spdy.DefaultSpdySettingsFrame.Setting
 
isPersisted(int) - Method in class io.netty.handler.codec.spdy.DefaultSpdySettingsFrame
 
isPersisted() - Method in class io.netty.handler.codec.spdy.DefaultSpdySettingsFrame.Setting
 
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.
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
 
isPropagateSettings() - Method in class io.netty.handler.codec.http2.AbstractInboundHttp2ToHttpAdapterBuilder
Returns true if a read settings frame should be propagated along the channel pipeline.
isPseudoHeader(CharSequence) - Static method in enum io.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(int) - 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(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() - Method in class io.netty.buffer.EmptyByteBuf
 
isReadable(int) - Method in class io.netty.buffer.EmptyByteBuf
 
isReadable() - Method in class io.netty.buffer.SwappedByteBuf
Deprecated.
 
isReadable(int) - Method in class io.netty.buffer.SwappedByteBuf
Deprecated.
 
isReadable() - Method in class io.netty.buffer.WrappedByteBuf
 
isReadable(int) - Method in class io.netty.buffer.WrappedByteBuf
 
isReadable() - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
isReadable(int) - 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.handler.codec.ReplayingDecoderByteBuf
 
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.
isRemoteInitiatedId(int) - Method in class io.netty.handler.codec.spdy.SpdySessionHandler
 
isRemoteSideClosed(int) - Method in class io.netty.handler.codec.spdy.SpdySession
 
isRemoteSideClosed() - Method in class io.netty.handler.codec.spdy.SpdySession.StreamState
 
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
 
isRenamed - Variable in class io.netty.handler.codec.http.multipart.AbstractDiskHttpData
 
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
 
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.DnsNameResolverContext.AuthoritativeNameServer
Returns true if its a root server.
isSafe(Http2Headers) - Method in interface io.netty.handler.codec.http2.Http2PromisedRequestVerifier
Determine if a request is safe.
isSctpNoDelay() - Method in class io.netty.channel.sctp.DefaultSctpChannelConfig
 
isSctpNoDelay() - Method in interface io.netty.channel.sctp.SctpChannelConfig
Gets the SCTP_NODELAY option.
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
 
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(CharSequence, CharSequence) - Method in interface io.netty.handler.codec.http2.Http2HeadersEncoder.SensitivityDetector
Determine if a header name/value pair should be treated as sensitive.
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
 
isServer - Variable in class io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
 
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.ssl.SslContext
Returns true if and only if this context is for server-side.
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.
isSessionPresent() - Method in class io.netty.handler.codec.mqtt.MqttConnAckVariableHeader
 
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() - Method in class io.netty.util.concurrent.FastThreadLocal
Returns true if and only if this thread-local variable is set.
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 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() - 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
 
isShutdown() - Method in class io.netty.channel.ThreadPerChannelEventLoopGroup
 
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
 
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.
isSoErrorZero(Socket) - Static method in class io.netty.channel.epoll.AbstractEpollChannel
 
isSoErrorZero(BsdSocket) - Static method in class io.netty.channel.kqueue.AbstractKQueueChannel
 
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(I) - Method in class io.netty.handler.codec.MessageAggregator
Returns true if and only if the specified message is a start message.
isStartMessage(RedisMessage) - Method in class io.netty.handler.codec.redis.RedisBulkStringAggregator
 
isStartMessage(StompSubframe) - Method in class io.netty.handler.codec.stomp.StompSubframeAggregator
 
isStreamError(Http2Exception) - Static method in exception io.netty.handler.codec.http2.Http2Exception
Check if an exception is isolated to a single stream or the entire connection.
isStreamIdValid(int) - Static method in class io.netty.handler.codec.http2.Http2CodecUtil
Returns true if the streamId is a valid HTTP/2 stream identifier.
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
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
 
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
 
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.
isSupported() - Static method in class io.netty.util.internal.CleanerJava6
 
isSupported() - Static method in class io.netty.util.internal.CleanerJava9
 
isSupportingSendmmsg() - Static method in class io.netty.channel.epoll.NativeStaticallyReferencedJniMethods
 
isSupportingTcpFastopen() - Static method in class io.netty.channel.epoll.NativeStaticallyReferencedJniMethods
 
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.
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
 
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
 
isTerminal() - Method in class io.netty.handler.codec.http2.HpackHuffmanDecoder.Node
 
isTerminated() - Method in class io.netty.channel.embedded.EmbeddedEventLoop
 
isTerminated() - Method in class io.netty.channel.ThreadPerChannelEventLoopGroup
 
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
 
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.
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.
isTiny(int) - Static method in class io.netty.buffer.PoolArena
 
isTinyOrSmall(int) - Method in class io.netty.buffer.PoolArena
 
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.Log4JLogger
Is this logger instance enabled for the TRACE level?
isTraceEnabled() - Method in class io.netty.util.internal.logging.Slf4JLogger
 
isTransferEncodingChunked(HttpMessage) - Static method in class io.netty.handler.codec.http.HttpHeaders
Deprecated.
Use 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
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.
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.
isUnordered() - Method in class com.sun.nio.sctp.MessageInfo
 
isUnordered() - Method in class io.netty.channel.sctp.SctpMessage
return the unordered flag
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.
isUpgradeRequest(HttpObject) - Static method in class io.netty.handler.codec.http.HttpServerUpgradeHandler
Determines whether or not the message is an HTTP upgrade request.
isUpperCase(byte) - Static method in class io.netty.util.AsciiString
 
isUpperCase(char) - Static method in class io.netty.util.AsciiString
 
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.JdkSslSession
 
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.
isValidateHttpHeaders() - Method in class io.netty.handler.codec.http2.AbstractInboundHttp2ToHttpAdapterBuilder
Return true if HTTP header validation should be performed.
isValidClientId(MqttVersion, 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
 
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
 
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(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.
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.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.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
 
isWebsocketUpgrade(HttpHeaders) - Static method in class io.netty.handler.codec.http.websocketx.extensions.WebSocketExtensionUtil
 
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.NativeLibraryLoader
 
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(int) - 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(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() - Method in class io.netty.buffer.EmptyByteBuf
 
isWritable(int) - Method in class io.netty.buffer.EmptyByteBuf
 
isWritable() - Method in class io.netty.buffer.FixedCompositeByteBuf
 
isWritable(int) - Method in class io.netty.buffer.FixedCompositeByteBuf
 
isWritable() - Method in class io.netty.buffer.ReadOnlyByteBuf
Deprecated.
 
isWritable(int) - Method in class io.netty.buffer.ReadOnlyByteBuf
Deprecated.
 
isWritable() - Method in class io.netty.buffer.SwappedByteBuf
Deprecated.
 
isWritable(int) - Method in class io.netty.buffer.SwappedByteBuf
Deprecated.
 
isWritable() - Method in class io.netty.buffer.WrappedByteBuf
 
isWritable(int) - Method in class io.netty.buffer.WrappedByteBuf
 
isWritable() - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
isWritable(int) - 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.DefaultHttp2RemoteFlowController.FlowState
Determine if the stream associated with this object is writable.
isWritable(Http2Stream) - Method in class io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController
 
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 interface io.netty.handler.codec.http2.Http2RemoteFlowController
Determine if the stream has bytes remaining for use in the flow control window.
isWritable() - Method in class io.netty.handler.codec.ReplayingDecoderByteBuf
 
isWritable(int) - Method in class io.netty.handler.codec.ReplayingDecoderByteBuf
 
isWritableConnection() - Method in class io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController.WritabilityMonitor
 
isWritableSupplier - Variable in class io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController.FlowState
 
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() - 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
 
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.DelegatingStringSet
 
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 - Variable in class io.netty.handler.codec.http.multipart.HttpPostRequestEncoder
Iterator to be used when encoding will be called chunk after chunk
iterator() - Method in exception io.netty.handler.codec.http2.Http2Exception.CompositeStreamException
 
iterator() - Method in interface io.netty.handler.codec.http2.Http2Headers
Returns an iterator over all HTTP/2 headers.
iterator() - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
 
iterator() - Method in class io.netty.resolver.dns.DnsNameResolverContext.DnsCacheIterable
 
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
 
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
 
iterator - Variable in class io.netty.util.internal.ReadOnlyIterator
 
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.
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.
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
 
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_)
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
 
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
 
javaChannel() - Method in class io.netty.channel.nio.AbstractNioChannel
 
javaChannel - Variable in class io.netty.channel.sctp.DefaultSctpChannelConfig
 
javaChannel - Variable in class io.netty.channel.sctp.DefaultSctpServerChannelConfig
 
javaChannel() - Method in class io.netty.channel.sctp.nio.NioSctpChannel
 
javaChannel() - Method in class io.netty.channel.sctp.nio.NioSctpServerChannel
 
javaChannel() - Method in class io.netty.channel.socket.nio.NioDatagramChannel
 
javaChannel - Variable in class io.netty.channel.socket.nio.NioDatagramChannelConfig
 
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
 
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
 
JdkAlpnApplicationProtocolNegotiator - Class in io.netty.handler.ssl
The JdkApplicationProtocolNegotiator to use if you need ALPN and are using SslProvider.JDK.
JdkAlpnApplicationProtocolNegotiator(Iterable<String>) - Constructor for class io.netty.handler.ssl.JdkAlpnApplicationProtocolNegotiator
Create a new instance.
JdkAlpnApplicationProtocolNegotiator(String...) - Constructor for class io.netty.handler.ssl.JdkAlpnApplicationProtocolNegotiator
Create a new instance.
JdkAlpnApplicationProtocolNegotiator(boolean, Iterable<String>) - Constructor for class io.netty.handler.ssl.JdkAlpnApplicationProtocolNegotiator
Create a new instance.
JdkAlpnApplicationProtocolNegotiator(boolean, String...) - Constructor for class io.netty.handler.ssl.JdkAlpnApplicationProtocolNegotiator
Create a new instance.
JdkAlpnApplicationProtocolNegotiator(boolean, boolean, Iterable<String>) - Constructor for class io.netty.handler.ssl.JdkAlpnApplicationProtocolNegotiator
Create a new instance.
JdkAlpnApplicationProtocolNegotiator(boolean, boolean, String...) - Constructor for class io.netty.handler.ssl.JdkAlpnApplicationProtocolNegotiator
Create a new instance.
JdkAlpnApplicationProtocolNegotiator(JdkApplicationProtocolNegotiator.ProtocolSelectorFactory, JdkApplicationProtocolNegotiator.ProtocolSelectionListenerFactory, Iterable<String>) - Constructor for class io.netty.handler.ssl.JdkAlpnApplicationProtocolNegotiator
Create a new instance.
JdkAlpnApplicationProtocolNegotiator(JdkApplicationProtocolNegotiator.ProtocolSelectorFactory, JdkApplicationProtocolNegotiator.ProtocolSelectionListenerFactory, String...) - Constructor for class io.netty.handler.ssl.JdkAlpnApplicationProtocolNegotiator
Create a new instance.
JdkAlpnApplicationProtocolNegotiator.AlpnWrapper - Class in io.netty.handler.ssl
 
JdkAlpnApplicationProtocolNegotiator.FailureWrapper - Class in io.netty.handler.ssl
 
JdkApplicationProtocolNegotiator - Interface in io.netty.handler.ssl
JDK extension methods to support ApplicationProtocolNegotiator
JdkApplicationProtocolNegotiator.ProtocolSelectionListener - Interface in io.netty.handler.ssl
A listener to be notified by which protocol was select by its peer.
JdkApplicationProtocolNegotiator.ProtocolSelectionListenerFactory - Interface in io.netty.handler.ssl
JdkApplicationProtocolNegotiator.ProtocolSelector - Interface in io.netty.handler.ssl
Interface to define the role of an application protocol selector in the SSL handshake process.
JdkApplicationProtocolNegotiator.ProtocolSelectorFactory - Interface in io.netty.handler.ssl
JdkApplicationProtocolNegotiator.SslEngineWrapperFactory - Interface in io.netty.handler.ssl
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
 
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.
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(TrustManagerFactory) - Constructor for class io.netty.handler.ssl.JdkSslClientContext
Deprecated.
JdkSslClientContext(File, TrustManagerFactory) - 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(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(Provider, File, TrustManagerFactory, Iterable<String>, CipherSuiteFilter, JdkApplicationProtocolNegotiator, long, long) - 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(Provider, X509Certificate[], TrustManagerFactory, X509Certificate[], PrivateKey, String, KeyManagerFactory, Iterable<String>, CipherSuiteFilter, ApplicationProtocolConfig, String[], long, long) - 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
Creates a new JdkSslContext from a pre-configured SSLContext.
JdkSslContext(SSLContext, boolean, Iterable<String>, CipherSuiteFilter, ApplicationProtocolConfig, ClientAuth) - 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
 
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>, Iterable<String>, long, long) - 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(Provider, File, File, String, Iterable<String>, CipherSuiteFilter, JdkApplicationProtocolNegotiator, 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, X509Certificate[], TrustManagerFactory, X509Certificate[], PrivateKey, String, KeyManagerFactory, Iterable<String>, CipherSuiteFilter, ApplicationProtocolConfig, long, long, ClientAuth, String[], boolean) - Constructor for class io.netty.handler.ssl.JdkSslServerContext
Deprecated.
 
JdkSslSession - Class in io.netty.handler.ssl
 
JdkSslSession(SSLEngine) - Constructor for class io.netty.handler.ssl.JdkSslSession
 
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(byte[]) - Constructor for class io.netty.handler.codec.compression.JdkZlibDecoder
Creates a new instance with the specified preset dictionary.
JdkZlibDecoder(ZlibWrapper) - Constructor for class io.netty.handler.codec.compression.JdkZlibDecoder
Creates a new instance with the specified wrapper.
JdkZlibDecoder(ZlibWrapper, byte[]) - Constructor for class io.netty.handler.codec.compression.JdkZlibDecoder
 
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(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(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.
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, byte[]) - Constructor for class io.netty.handler.codec.compression.JdkZlibEncoder
Creates a new zlib encoder with the specified compressionLevel and the specified preset dictionary.
jniChannelPointers - Variable in class io.netty.channel.kqueue.KQueueEventLoop
 
jniSelfPtr - Variable in class io.netty.channel.kqueue.AbstractKQueueChannel
This member variable means we don't have to have a map in KQueueEventLoop which associates the FDs from kqueue to instances of this class.
joinGroup(InetAddress) - Method in class io.netty.channel.epoll.EpollDatagramChannel
 
joinGroup(InetAddress, ChannelPromise) - Method in class io.netty.channel.epoll.EpollDatagramChannel
 
joinGroup(InetSocketAddress, NetworkInterface) - Method in class io.netty.channel.epoll.EpollDatagramChannel
 
joinGroup(InetSocketAddress, NetworkInterface, ChannelPromise) - Method in class io.netty.channel.epoll.EpollDatagramChannel
 
joinGroup(InetAddress, NetworkInterface, InetAddress) - Method in class io.netty.channel.epoll.EpollDatagramChannel
 
joinGroup(InetAddress, NetworkInterface, InetAddress, ChannelPromise) - Method in class io.netty.channel.epoll.EpollDatagramChannel
 
joinGroup(InetAddress) - Method in class io.netty.channel.kqueue.KQueueDatagramChannel
 
joinGroup(InetAddress, ChannelPromise) - Method in class io.netty.channel.kqueue.KQueueDatagramChannel
 
joinGroup(InetSocketAddress, NetworkInterface) - Method in class io.netty.channel.kqueue.KQueueDatagramChannel
 
joinGroup(InetSocketAddress, NetworkInterface, ChannelPromise) - Method in class io.netty.channel.kqueue.KQueueDatagramChannel
 
joinGroup(InetAddress, NetworkInterface, InetAddress) - Method in class io.netty.channel.kqueue.KQueueDatagramChannel
 
joinGroup(InetAddress, NetworkInterface, InetAddress, ChannelPromise) - 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, ChannelPromise) - Method in interface io.netty.channel.socket.DatagramChannel
Joins a multicast group and notifies the ChannelFuture once the operation completes.
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, 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) - 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 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) - Method in class io.netty.channel.socket.nio.NioDatagramChannel
 
joinGroup(InetAddress, ChannelPromise) - Method in class io.netty.channel.socket.nio.NioDatagramChannel
 
joinGroup(InetSocketAddress, NetworkInterface) - Method in class io.netty.channel.socket.nio.NioDatagramChannel
 
joinGroup(InetSocketAddress, NetworkInterface, ChannelPromise) - Method in class io.netty.channel.socket.nio.NioDatagramChannel
 
joinGroup(InetAddress, NetworkInterface, InetAddress) - Method in class io.netty.channel.socket.nio.NioDatagramChannel
 
joinGroup(InetAddress, NetworkInterface, InetAddress, ChannelPromise) - Method in class io.netty.channel.socket.nio.NioDatagramChannel
 
joinGroup(InetAddress) - Method in class io.netty.channel.socket.oio.OioDatagramChannel
 
joinGroup(InetAddress, ChannelPromise) - Method in class io.netty.channel.socket.oio.OioDatagramChannel
 
joinGroup(InetSocketAddress, NetworkInterface) - Method in class io.netty.channel.socket.oio.OioDatagramChannel
 
joinGroup(InetSocketAddress, NetworkInterface, ChannelPromise) - Method in class io.netty.channel.socket.oio.OioDatagramChannel
 
joinGroup(InetAddress, NetworkInterface, InetAddress) - Method in class io.netty.channel.socket.oio.OioDatagramChannel
 
joinGroup(InetAddress, NetworkInterface, InetAddress, ChannelPromise) - Method in class io.netty.channel.socket.oio.OioDatagramChannel
 
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(int) - Constructor for class io.netty.handler.codec.json.JsonObjectDecoder
 
JsonObjectDecoder(boolean) - Constructor for class io.netty.handler.codec.json.JsonObjectDecoder
 
JsonObjectDecoder(int, boolean) - Constructor for class io.netty.handler.codec.json.JsonObjectDecoder
 
JZlibDecoder - Class in io.netty.handler.codec.compression
 
JZlibDecoder() - Constructor for class io.netty.handler.codec.compression.JZlibDecoder
Creates a new instance with the default wrapper (ZlibWrapper.ZLIB).
JZlibDecoder(ZlibWrapper) - Constructor for class io.netty.handler.codec.compression.JZlibDecoder
Creates a new instance with the specified wrapper.
JZlibDecoder(byte[]) - Constructor for class io.netty.handler.codec.compression.JZlibDecoder
Creates a new instance with the specified preset dictionary.
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(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(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.
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, 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.

K

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"
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, KQueueEventArray, KQueueEventArray, 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
 
key - Variable in class io.netty.channel.group.DefaultChannelGroupFuture.DefaultEntry
 
key - Variable in class io.netty.handler.codec.DefaultHeaders.HeaderEntry
 
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 - 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() - 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 - Variable in class io.netty.handler.ssl.SslContextBuilder
 
key - Variable in class io.netty.handler.ssl.util.SelfSignedCertificate
 
key() - Method in class io.netty.handler.ssl.util.SelfSignedCertificate
Returns the generated 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 - Variable in class io.netty.util.DefaultAttributeMap.DefaultAttribute
 
key() - Method in class io.netty.util.DefaultAttributeMap.DefaultAttribute
 
KEY_EEXISTS - Static variable in class io.netty.handler.codec.memcache.binary.BinaryMemcacheResponseStatus
 
KEY_ENOENT - Static variable in class io.netty.handler.codec.memcache.binary.BinaryMemcacheResponseStatus
 
KEY_MANAGEMENT_FAILURE - Static variable in class io.netty.handler.codec.rtsp.RtspResponseStatuses
463 Key management failure
KEY_PATTERN - Static variable in class io.netty.handler.ssl.PemReader
 
keyCertChain - Variable in class io.netty.handler.ssl.SslContextBuilder
 
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(File, File) - 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(PrivateKey, X509Certificate...) - 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, String) - 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(KeyManagerFactory) - Method in class io.netty.handler.ssl.SslContextBuilder
Identifying manager for this host.
keyManagerFactory - Variable in class io.netty.handler.ssl.SslContextBuilder
 
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"
keyPassword - Variable in class io.netty.handler.ssl.SslContextBuilder
 
keys - Variable in class io.netty.channel.nio.SelectedSelectionKeySet
 
keys() - Method in class io.netty.channel.nio.SelectedSelectionKeySetSelector
 
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
 
keySet() - Method in class io.netty.handler.codec.serialization.ReferenceMap
 
keySet() - Method in class io.netty.util.collection.ByteCollections.EmptyMap
 
keySet - Variable in class io.netty.util.collection.ByteCollections.UnmodifiableMap
 
keySet() - Method in class io.netty.util.collection.ByteCollections.UnmodifiableMap
 
keySet - Variable in class io.netty.util.collection.ByteObjectHashMap
 
keySet() - Method in class io.netty.util.collection.ByteObjectHashMap
 
KeySet() - Constructor for class io.netty.util.collection.ByteObjectHashMap.KeySet
 
keySet() - Method in class io.netty.util.collection.CharCollections.EmptyMap
 
keySet - Variable in class io.netty.util.collection.CharCollections.UnmodifiableMap
 
keySet() - Method in class io.netty.util.collection.CharCollections.UnmodifiableMap
 
keySet - Variable in class io.netty.util.collection.CharObjectHashMap
 
keySet() - Method in class io.netty.util.collection.CharObjectHashMap
 
KeySet() - Constructor for class io.netty.util.collection.CharObjectHashMap.KeySet
 
keySet() - Method in class io.netty.util.collection.IntCollections.EmptyMap
 
keySet - Variable in class io.netty.util.collection.IntCollections.UnmodifiableMap
 
keySet() - Method in class io.netty.util.collection.IntCollections.UnmodifiableMap
 
keySet - Variable in class io.netty.util.collection.IntObjectHashMap
 
keySet() - Method in class io.netty.util.collection.IntObjectHashMap
 
KeySet() - Constructor for class io.netty.util.collection.IntObjectHashMap.KeySet
 
keySet() - Method in class io.netty.util.collection.LongCollections.EmptyMap
 
keySet - Variable in class io.netty.util.collection.LongCollections.UnmodifiableMap
 
keySet() - Method in class io.netty.util.collection.LongCollections.UnmodifiableMap
 
keySet - Variable in class io.netty.util.collection.LongObjectHashMap
 
keySet() - Method in class io.netty.util.collection.LongObjectHashMap
 
KeySet() - Constructor for class io.netty.util.collection.LongObjectHashMap.KeySet
 
keySet() - Method in class io.netty.util.collection.ShortCollections.EmptyMap
 
keySet - Variable in class io.netty.util.collection.ShortCollections.UnmodifiableMap
 
keySet() - Method in class io.netty.util.collection.ShortCollections.UnmodifiableMap
 
keySet - Variable in class io.netty.util.collection.ShortObjectHashMap
 
keySet() - Method in class io.netty.util.collection.ShortObjectHashMap
 
KeySet() - Constructor for class io.netty.util.collection.ShortObjectHashMap.KeySet
 
keyToString(char) - Method in class io.netty.handler.codec.http2.Http2Settings
 
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.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.
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_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
 
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.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
 
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) - 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, 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, Executor) - 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(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, 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
 
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.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

last() - Method in interface io.netty.channel.ChannelPipeline
Returns the last ChannelHandler in this pipeline.
last() - Method in class io.netty.channel.DefaultChannelPipeline
 
last - Variable in class io.netty.handler.codec.compression.Bzip2DivSufSort.PartitionResult
 
last - Variable in class io.netty.handler.codec.spdy.DefaultSpdyStreamFrame
 
LAST_MODIFIED - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
"last-modified"
LAST_MODIFIED - Static variable in class io.netty.handler.codec.http.HttpHeaders.Names
Deprecated.
"Last-Modified"
LAST_MODIFIED - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderNames
"last-modified"
LAST_MODIFIED - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Names
Deprecated.
"Last-Modified"
lastAckRecv() - Method in class io.netty.channel.epoll.EpollTcpInfo
 
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(int) - Method in class io.netty.channel.DefaultMaxBytesRecvByteBufAllocator.HandleImpl
 
lastBytesRead() - Method in class io.netty.channel.DefaultMaxBytesRecvByteBufAllocator.HandleImpl
 
lastBytesRead - Variable in class io.netty.channel.DefaultMaxMessagesRecvByteBufAllocator.MaxMessageHandle
 
lastBytesRead(int) - Method in class io.netty.channel.DefaultMaxMessagesRecvByteBufAllocator.MaxMessageHandle
 
lastBytesRead() - Method in class io.netty.channel.DefaultMaxMessagesRecvByteBufAllocator.MaxMessageHandle
 
lastBytesRead(int) - Method in class io.netty.channel.epoll.EpollRecvByteAllocatorHandle
 
lastBytesRead() - Method in class io.netty.channel.epoll.EpollRecvByteAllocatorHandle
 
lastBytesRead(int) - Method in class io.netty.channel.kqueue.KQueueRecvByteAllocatorHandle
 
lastBytesRead() - Method in class io.netty.channel.kqueue.KQueueRecvByteAllocatorHandle
 
lastBytesRead(int) - Method in class io.netty.channel.RecvByteBufAllocator.DelegatingHandle
 
lastBytesRead() - Method in class io.netty.channel.RecvByteBufAllocator.DelegatingHandle
 
lastBytesRead(int) - Method in interface io.netty.channel.RecvByteBufAllocator.Handle
Deprecated.
Set the bytes that have been read for the last read operation.
lastBytesRead() - Method in interface io.netty.channel.RecvByteBufAllocator.Handle
Deprecated.
Get the amount of bytes for the previous read operation.
lastChangeCheckTimeStamp - Variable in class io.netty.handler.timeout.IdleStateHandler
 
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
 
lastFailure - Variable in class io.netty.handler.codec.http2.Http2CodecUtil.SimpleChannelPromiseAggregator
 
lastGoodStreamId - Variable in class io.netty.handler.codec.spdy.DefaultSpdyGoAwayFrame
 
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.
lastGoodStreamId - Variable in class io.netty.handler.codec.spdy.SpdySessionHandler
 
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(ByteBuf, 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
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
 
lastRecords - Variable in class io.netty.util.ResourceLeakDetector.DefaultResourceLeak
 
lastRecycledId - Variable in class io.netty.util.Recycler.DefaultHandle
 
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

Note, even when no content is emitted by the protocol, an empty LastStompContentSubframe is issued to make the upstream parsing easier.

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() - 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 - Variable in exception io.netty.handler.codec.http2.StreamBufferingEncoder.Http2GoAwayException
 
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(int) - 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.
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
 
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
 
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.util.HashedWheelTimer
 
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.util.HashedWheelTimer
 
LeakEntry() - Constructor for class io.netty.util.ResourceLeakDetector.LeakEntry
 
leastUsedArena(PoolArena<T>[]) - Method in class io.netty.buffer.PooledByteBufAllocator.PoolThreadLocalCache
 
leaveGroup(InetAddress) - Method in class io.netty.channel.epoll.EpollDatagramChannel
 
leaveGroup(InetAddress, ChannelPromise) - Method in class io.netty.channel.epoll.EpollDatagramChannel
 
leaveGroup(InetSocketAddress, NetworkInterface) - Method in class io.netty.channel.epoll.EpollDatagramChannel
 
leaveGroup(InetSocketAddress, NetworkInterface, ChannelPromise) - Method in class io.netty.channel.epoll.EpollDatagramChannel
 
leaveGroup(InetAddress, NetworkInterface, InetAddress) - Method in class io.netty.channel.epoll.EpollDatagramChannel
 
leaveGroup(InetAddress, NetworkInterface, InetAddress, ChannelPromise) - Method in class io.netty.channel.epoll.EpollDatagramChannel
 
leaveGroup(InetAddress) - Method in class io.netty.channel.kqueue.KQueueDatagramChannel
 
leaveGroup(InetAddress, ChannelPromise) - Method in class io.netty.channel.kqueue.KQueueDatagramChannel
 
leaveGroup(InetSocketAddress, NetworkInterface) - Method in class io.netty.channel.kqueue.KQueueDatagramChannel
 
leaveGroup(InetSocketAddress, NetworkInterface, ChannelPromise) - Method in class io.netty.channel.kqueue.KQueueDatagramChannel
 
leaveGroup(InetAddress, NetworkInterface, InetAddress) - Method in class io.netty.channel.kqueue.KQueueDatagramChannel
 
leaveGroup(InetAddress, NetworkInterface, InetAddress, ChannelPromise) - 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, ChannelPromise) - Method in interface io.netty.channel.socket.DatagramChannel
Leaves a multicast group and notifies the ChannelFuture once the operation completes.
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, 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(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, 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) - Method in class io.netty.channel.socket.nio.NioDatagramChannel
 
leaveGroup(InetAddress, ChannelPromise) - Method in class io.netty.channel.socket.nio.NioDatagramChannel
 
leaveGroup(InetSocketAddress, NetworkInterface) - Method in class io.netty.channel.socket.nio.NioDatagramChannel
 
leaveGroup(InetSocketAddress, NetworkInterface, ChannelPromise) - Method in class io.netty.channel.socket.nio.NioDatagramChannel
 
leaveGroup(InetAddress, NetworkInterface, InetAddress) - Method in class io.netty.channel.socket.nio.NioDatagramChannel
 
leaveGroup(InetAddress, NetworkInterface, InetAddress, ChannelPromise) - Method in class io.netty.channel.socket.nio.NioDatagramChannel
 
leaveGroup(InetAddress) - Method in class io.netty.channel.socket.oio.OioDatagramChannel
 
leaveGroup(InetAddress, ChannelPromise) - Method in class io.netty.channel.socket.oio.OioDatagramChannel
 
leaveGroup(InetSocketAddress, NetworkInterface) - Method in class io.netty.channel.socket.oio.OioDatagramChannel
 
leaveGroup(InetSocketAddress, NetworkInterface, ChannelPromise) - Method in class io.netty.channel.socket.oio.OioDatagramChannel
 
leaveGroup(InetAddress, NetworkInterface, InetAddress) - Method in class io.netty.channel.socket.oio.OioDatagramChannel
 
leaveGroup(InetAddress, NetworkInterface, InetAddress, ChannelPromise) - Method in class io.netty.channel.socket.oio.OioDatagramChannel
 
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() - Method in class io.netty.buffer.AbstractUnpooledSlicedByteBuf
 
length - Variable in class io.netty.buffer.CompositeByteBuf.Component
 
length - Variable in class io.netty.buffer.PooledByteBuf
 
length - Variable in class io.netty.buffer.SlicedByteBuf
Deprecated.
 
length() - Method in class io.netty.buffer.SlicedByteBuf
Deprecated.
 
length - Variable in class io.netty.channel.epoll.EpollEventArray
 
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.handler.codec.http.HttpChunkedInput
 
length() - Method in class io.netty.handler.codec.http.multipart.AbstractHttpData
 
length() - Method in interface io.netty.handler.codec.http.multipart.HttpData
Returns the size in byte of the InterfaceHttpData
length() - Method in class io.netty.handler.codec.http.multipart.HttpPostRequestEncoder
 
length() - Method in class io.netty.handler.codec.http.multipart.MixedAttribute
 
length() - Method in class io.netty.handler.codec.http.multipart.MixedFileUpload
 
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 - 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() - Method in class io.netty.handler.codec.redis.ArrayHeaderRedisMessage
Get length of this array object.
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() - 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 - Variable in class io.netty.util.AsciiString
Length in bytes for AsciiString.value that we care about.
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_FIELD_SIZE - Static variable in class io.netty.handler.codec.spdy.SpdyHeaderBlockRawDecoder
 
LENGTH_PLACEHOLDER - Static variable in class io.netty.handler.codec.serialization.ObjectEncoder
 
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.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() - Method in class io.netty.handler.logging.LoggingHandler
Returns the LogLevel that this handler uses to log
level - Variable in class io.netty.resolver.dns.TraceDnsQueryLifecycleObserver
 
level - Variable in class io.netty.resolver.dns.TraceDnsQueryLifeCycleObserverFactory
 
level - Static variable in class io.netty.util.ResourceLeakDetector
 
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(byte[], int, int, byte[], int, int) will choose level automatically depending on the length of the input buffer.
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(Http2LifecycleManager) - Method in class io.netty.handler.codec.http2.DecoratingHttp2ConnectionDecoder
 
lifecycleManager(Http2LifecycleManager) - Method in class io.netty.handler.codec.http2.DecoratingHttp2ConnectionEncoder
 
lifecycleManager - Variable in class io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder
 
lifecycleManager(Http2LifecycleManager) - Method in class io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder
 
lifecycleManager - Variable in class io.netty.handler.codec.http2.DefaultHttp2ConnectionEncoder
 
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.
limit - Variable in class io.netty.handler.codec.http.multipart.HttpPostBodyUtil.SeekAheadOptimize
 
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.MixedAttribute
 
limitSize - Variable in class io.netty.handler.codec.http.multipart.MixedFileUpload
 
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.internal.StringUtil
 
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(Charset) - Constructor for class io.netty.handler.codec.string.LineEncoder
Creates a new instance with the specified character set.
LineEncoder(LineSeparator, Charset) - Constructor for class io.netty.handler.codec.string.LineEncoder
Creates a new instance with the specified line separator and character set.
lineParser - Variable in class io.netty.handler.codec.http.HttpObjectDecoder
 
LineParser(AppendableCharSequence, 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.
Link() - Constructor for class io.netty.util.Recycler.WeakOrderQueue.Link
 
LINK_CAPACITY - Static variable in class io.netty.util.Recycler
 
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
 
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(Http2RemoteFlowController.Listener) - Method in class io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController
 
listener - Variable in class io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController.ListenerWritabilityMonitor
 
listener - Variable in class io.netty.handler.codec.http2.Http2FrameListenerDecorator
 
listener(Http2RemoteFlowController.Listener) - Method in interface io.netty.handler.codec.http2.Http2RemoteFlowController
Set the active listener on the flow-controller.
listener - Variable in class io.netty.handler.codec.http2.InboundHttpToHttp2Adapter
 
listener - Variable in class io.netty.util.concurrent.PromiseCombiner
 
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() - Method in class io.netty.util.concurrent.DefaultFutureListeners
 
listeners - Variable in class io.netty.util.concurrent.DefaultPromise
One or more listeners.
ListenerWritabilityMonitor(Http2RemoteFlowController.Listener) - Constructor for class io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController.ListenerWritabilityMonitor
 
ListResolverContext(DnsNameResolver, String, DnsRecord[], DnsCache, DnsServerAddressStream) - Constructor for class io.netty.resolver.dns.DnsNameResolver.ListResolverContext
 
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.
load(String, ClassLoader) - Static method in class io.netty.util.internal.NativeLibraryLoader
Load the given library with the specified ClassLoader
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.
loadFieldMultipart(ByteBuf, String, Attribute) - Static method in class io.netty.handler.codec.http.multipart.HttpPostMultipartRequestDecoder
Load the field value from a Multipart request
loadFieldMultipartStandard(ByteBuf, String, Attribute) - Static method in class io.netty.handler.codec.http.multipart.HttpPostMultipartRequestDecoder
Load the field value from a Multipart request
loadFirstAvailable(ClassLoader, String...) - Static method in class io.netty.util.internal.NativeLibraryLoader
Loads the first available library in the collection with the specified ClassLoader.
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
 
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.EpollDatagramChannel
 
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.epoll.EpollServerSocketChannel
 
local - Variable in class io.netty.channel.epoll.EpollSocketChannel
 
local - Variable in class io.netty.channel.kqueue.KQueueDatagramChannel
 
local - Variable in class io.netty.channel.kqueue.KQueueDomainSocketChannel
 
local - Variable in class io.netty.channel.kqueue.KQueueServerDomainSocketChannel
 
local - Variable in class io.netty.channel.kqueue.KQueueServerSocketChannel
 
local - Variable in class io.netty.channel.kqueue.KQueueSocketChannel
 
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_ADDRESS - Static variable in class io.netty.channel.embedded.EmbeddedChannel
 
localAddress - Variable 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(int) - Method in class io.netty.bootstrap.AbstractBootstrap
 
localAddress(String, int) - Method in class io.netty.bootstrap.AbstractBootstrap
 
localAddress(InetAddress, int) - Method in class io.netty.bootstrap.AbstractBootstrap
 
localAddress() - 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 - Variable in class io.netty.channel.AbstractChannel
 
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.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.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 - 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(String) - Constructor for class io.netty.channel.local.LocalAddress
Creates a new instance with the specified ID.
localAddress - Variable in class io.netty.channel.local.LocalChannel
 
localAddress() - Method in class io.netty.channel.local.LocalChannel
 
localAddress - Variable in class io.netty.channel.local.LocalServerChannel
 
localAddress() - Method in class io.netty.channel.local.LocalServerChannel
 
localAddress() - Method in class io.netty.channel.sctp.nio.NioSctpChannel
 
localAddress() - Method in class io.netty.channel.sctp.nio.NioSctpServerChannel
 
localAddress() - Method in class io.netty.channel.sctp.oio.OioSctpChannel
 
localAddress() - Method in class io.netty.channel.sctp.oio.OioSctpServerChannel
 
localAddress() - Method in interface io.netty.channel.sctp.SctpChannel
Return the (primary) local address of the SCTP channel.
localAddress() - Method in interface io.netty.channel.sctp.SctpServerChannel
Return the (primary) local address of the SCTP server channel.
localAddress() - Method in interface io.netty.channel.socket.DatagramChannel
 
localAddress() - Method in class io.netty.channel.socket.nio.NioDatagramChannel
 
localAddress() - Method in class io.netty.channel.socket.nio.NioServerSocketChannel
 
localAddress() - Method in class io.netty.channel.socket.nio.NioSocketChannel
 
localAddress() - Method in class io.netty.channel.socket.oio.OioDatagramChannel
 
localAddress() - Method in class io.netty.channel.socket.oio.OioServerSocketChannel
 
localAddress() - Method in class io.netty.channel.socket.oio.OioSocketChannel
 
localAddress() - Method in interface io.netty.channel.socket.ServerSocketChannel
 
localAddress() - Method in interface io.netty.channel.socket.SocketChannel
 
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(int) - Static method in class io.netty.channel.unix.Socket
 
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.EpollDatagramChannel
 
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.epoll.EpollServerSocketChannel
 
localAddress0() - Method in class io.netty.channel.epoll.EpollSocketChannel
 
localAddress0() - Method in class io.netty.channel.kqueue.KQueueDatagramChannel
 
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.kqueue.KQueueServerSocketChannel
 
localAddress0() - Method in class io.netty.channel.kqueue.KQueueSocketChannel
 
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.sctp.nio.NioSctpChannel
 
localAddress0() - Method in class io.netty.channel.sctp.nio.NioSctpServerChannel
 
localAddress0() - Method in class io.netty.channel.sctp.oio.OioSctpChannel
 
localAddress0() - Method in class io.netty.channel.sctp.oio.OioSctpServerChannel
 
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
 
localAddress0() - Method in class io.netty.channel.socket.oio.OioServerSocketChannel
 
localAddress0() - Method in class io.netty.channel.socket.oio.OioSocketChannel
 
localAddress0() - Method in class io.netty.handler.codec.http2.AbstractHttp2StreamChannel
 
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() - Method in class io.netty.util.internal.InternalThreadLocalMap
 
localChannelReaderStackDepth - Variable in class io.netty.util.internal.UnpaddedInternalThreadLocalMap
 
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
 
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
localHost - Variable in enum io.netty.channel.socket.InternetProtocolFamily
 
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.
LOCALHOST4 - Static variable in class io.netty.util.NetUtil
The Inet4Address that represents the IPv4 loopback address '127.0.0.1'
LOCALHOST6 - Static variable in class io.netty.util.NetUtil
The Inet6Address that represents the IPv6 loopback address '::1'
LOCALHOST_ADDRESS - Static variable in class io.netty.resolver.dns.DnsNameResolver
 
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
 
locateHostsFile() - Static method in class io.netty.resolver.HostsFileParser
 
LOCATION - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
"location"
LOCATION - Static variable in class io.netty.handler.codec.http.HttpHeaders.Names
Deprecated.
"Location"
LOCKED - Static variable in class io.netty.handler.codec.http.HttpResponseStatus
423 Locked (WebDAV, RFC4918)
log(InternalLogLevel, String, Throwable) - Method in class io.netty.util.internal.logging.AbstractInternalLogger
 
log(InternalLogLevel, Throwable) - Method in class io.netty.util.internal.logging.AbstractInternalLogger
 
log(InternalLogLevel, String) - Method in class io.netty.util.internal.logging.AbstractInternalLogger
 
log(InternalLogLevel, String, Object) - Method in class io.netty.util.internal.logging.AbstractInternalLogger
 
log(InternalLogLevel, String, Object, Object) - Method in class io.netty.util.internal.logging.AbstractInternalLogger
 
log(InternalLogLevel, String, Object...) - Method in class io.netty.util.internal.logging.AbstractInternalLogger
 
log(InternalLogLevel, String) - Method in interface io.netty.util.internal.logging.InternalLogger
Log a message at the specified level.
log(InternalLogLevel, String, Object) - Method in 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, 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 interface io.netty.util.internal.logging.InternalLogger
Log a message at the specified level according to the specified format and arguments.
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, Throwable) - Method in interface io.netty.util.internal.logging.InternalLogger
Log an exception (throwable) at the specified level.
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.
log2(int) - Static method in class io.netty.buffer.PoolChunk
 
log2(int) - Static method in class io.netty.buffer.PoolThreadCache
 
log2ChunkSize - Variable in class io.netty.buffer.PoolChunk
 
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.
LOG_2_TABLE - Static variable in class io.netty.handler.codec.compression.Bzip2DivSufSort
 
logData(Http2FrameLogger.Direction, ChannelHandlerContext, int, ByteBuf, int, boolean) - Method in class io.netty.handler.codec.http2.Http2FrameLogger
 
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.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.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.kqueue.KQueueEventLoop
 
logger - Static variable in class io.netty.channel.kqueue.KQueueServerDomainSocketChannel
 
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.sctp.nio.NioSctpChannel
 
logger - Static variable in class io.netty.channel.sctp.oio.OioSctpChannel
 
logger - Static variable in class io.netty.channel.sctp.oio.OioSctpServerChannel
 
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.oio.OioDatagramChannel
 
logger - Static variable in class io.netty.channel.socket.oio.OioServerSocketChannel
 
logger - Static variable in class io.netty.channel.socket.oio.OioSocketChannel
 
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.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 - 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.Http2MultiplexCodec
 
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.socksx.SocksPortUnificationServerHandler
 
logger - Static variable in class io.netty.handler.flow.FlowControlHandler
 
logger - Variable in class io.netty.handler.logging.LoggingHandler
 
logger - Static variable in class io.netty.handler.proxy.ProxyHandler
 
logger - Static variable in class io.netty.handler.ssl.AbstractSniHandler
 
logger - Static variable in class io.netty.handler.ssl.ApplicationProtocolNegotiationHandler
 
logger - Static variable in class io.netty.handler.ssl.CipherSuiteConverter
 
logger - Static variable in class io.netty.handler.ssl.JdkSslContext
 
logger - Static variable in class io.netty.handler.ssl.PemReader
 
logger - Static variable in class io.netty.handler.ssl.SslHandler
 
logger - Static variable in class io.netty.handler.ssl.util.InsecureTrustManagerFactory
 
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.dns.DefaultDnsServerAddressStreamProvider
 
logger - Static variable in class io.netty.resolver.dns.DnsNameResolver
 
logger - Static variable in class io.netty.resolver.dns.DnsQueryContext
 
logger - Variable in class io.netty.resolver.dns.TraceDnsQueryLifecycleObserver
 
logger - Variable in class io.netty.resolver.dns.TraceDnsQueryLifeCycleObserverFactory
 
logger - Static variable in class io.netty.resolver.dns.UnixResolverDnsServerAddressStreamProvider
 
logger - Static variable in class io.netty.resolver.HostsFileParser
 
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.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
 
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 - 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.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.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
 
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(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(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(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.
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.util.concurrent.PromiseNotifier
 
logPing(Http2FrameLogger.Direction, ChannelHandlerContext, ByteBuf) - Method in class io.netty.handler.codec.http2.Http2FrameLogger
 
logPingAck(Http2FrameLogger.Direction, ChannelHandlerContext, ByteBuf) - 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
 
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_MASK - Static variable in class io.netty.handler.codec.compression.Crc32c
 
LONG_MAX_LENGTH - Static variable in class io.netty.handler.codec.redis.RedisConstants
 
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.
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, 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.
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() - Method in class io.netty.channel.WriteBufferWaterMark
Returns the low water mark for the write buffer.
LOW_STORAGE_SPACE - Static variable in class io.netty.handler.codec.rtsp.RtspResponseStatuses
250 Low on Storage Space
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
 
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 - Static variable in class io.netty.handler.codec.smtp.SmtpCommand
 
mail(CharSequence, CharSequence...) - Static method in class io.netty.handler.codec.smtp.SmtpRequests
Creates a MAIL request.
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
 
makeShort(char, char) - Static method in class io.netty.handler.codec.redis.RedisCodecUtil
Returns a short value using endian order.
map - Variable in class io.netty.channel.pool.AbstractChannelPoolMap
 
map(String, Promise<SslContext>) - Method in class io.netty.handler.ssl.SniHandler.AsyncMappingAdapter
 
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(IN, Promise<OUT>) - Method in interface io.netty.util.AsyncMapping
Returns the Future that will provide the result of the mapping.
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
 
map(String) - Method in class io.netty.util.DomainNameMapping
 
map - Variable in class io.netty.util.DomainNameMappingBuilder.ImmutableDomainNameMapping
 
map(String) - Method in class io.netty.util.DomainNameMappingBuilder.ImmutableDomainNameMapping
 
map - Variable in class io.netty.util.DomainNameMappingBuilder
 
map - Variable in class io.netty.util.internal.ConcurrentSet
 
map(IN) - Method in interface io.netty.util.Mapping
Returns mapped value of the specified input.
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.
mark(int) - Method in class io.netty.buffer.ByteBufInputStream
 
mark(int) - Method in class io.netty.handler.codec.serialization.ObjectDecoderInputStream
 
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
 
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.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 - Static variable in class io.netty.util.DefaultAttributeMap
 
mask - Variable in class io.netty.util.HashedWheelTimer
 
mask - Static variable in class io.netty.util.internal.ThreadLocalRandom
 
maskChecksum(int) - 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.
maskingKey - Variable in class io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder
 
maskPayload - Variable in class io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder
 
match(byte[], ByteBuf, int) - Static method in class io.netty.handler.codec.haproxy.HAProxyMessageDecoder
 
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.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
 
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(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
 
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
Simple function to match DNS wildcard.
matchMonth(String, CharSequence, int) - Static method in class io.netty.handler.codec.DateFormatter
 
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_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_CACHED_INTEGER_NUMBER - Static variable in class io.netty.handler.codec.redis.FixedRedisMessagePool
 
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_CIPHERTEXT_LENGTH - Static variable in class io.netty.handler.ssl.SslHandler
 
MAX_CLIENT_ID_LENGTH - Static variable in class io.netty.handler.codec.mqtt.MqttCodecUtil
 
MAX_COMPRESSED_LENGTH - Static variable in class io.netty.handler.ssl.SslHandler
 
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_DELAYED_QUEUES_PER_THREAD - Static variable in class io.netty.util.Recycler
 
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_ENCRYPTED_PACKET_LENGTH - Static variable in class io.netty.handler.ssl.SslHandler
 
MAX_ENCRYPTION_OVERHEAD_LENGTH - Static variable in class io.netty.handler.ssl.SslHandler
 
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_INITIAL_WINDOW_SIZE - Static variable in class io.netty.handler.codec.http2.Http2CodecUtil
 
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_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.SslHandler
 
MAX_READER_STACK_DEPTH - Static variable in class io.netty.channel.local.LocalChannel
 
MAX_RECORDS - Static variable in class io.netty.util.ResourceLeakDetector
 
MAX_SELECTORS - Static variable in class io.netty.handler.codec.compression.Bzip2Constants
Maximum possible number of Huffman table selectors.
MAX_SHARED_CAPACITY_FACTOR - Static variable in class io.netty.util.Recycler
 
MAX_SSL_RECORDS - Static variable in class io.netty.handler.ssl.AbstractSniHandler
 
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_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(int) - 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 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() - 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 - Variable in class io.netty.handler.codec.http.cookie.DefaultCookie
 
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(long) - Method in class io.netty.handler.codec.http.cors.CorsConfig.Builder
Deprecated.
maxAge - Variable in class io.netty.handler.codec.http.cors.CorsConfig
 
maxAge() - Method in class io.netty.handler.codec.http.cors.CorsConfig
Gets the maxAge setting.
maxAge - Variable in class io.netty.handler.codec.http.cors.CorsConfigBuilder
 
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.
maxAllowedQueries - Variable in class io.netty.resolver.dns.DnsNameResolverContext
 
maxBytesInMessage - Variable in class io.netty.handler.codec.mqtt.MqttDecoder
 
maxBytesPerIndividualRead - Variable in class io.netty.channel.DefaultMaxBytesRecvByteBufAllocator
 
maxBytesPerIndividualRead() - Method in class io.netty.channel.DefaultMaxBytesRecvByteBufAllocator
 
maxBytesPerIndividualRead(int) - 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 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(int) - 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 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(int, int) - 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 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.
maxCapacity - Variable in class io.netty.buffer.AbstractByteBuf
 
maxCapacity() - Method in class io.netty.buffer.AbstractByteBuf
 
maxCapacity(int) - 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 - Variable in class io.netty.buffer.PoolChunkList
 
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 - Variable in class io.netty.util.Recycler.Stack
 
maxCapacityPerThread - Variable in class io.netty.util.Recycler
 
maxChannels - Variable in class io.netty.channel.ThreadPerChannelEventLoopGroup
 
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
 
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.
maxConcurrentStreams - Variable in class io.netty.handler.codec.http2.StreamBufferingEncoder
 
maxConnections - Variable in class io.netty.channel.pool.FixedChannelPool
 
maxContentLength - Variable in class io.netty.handler.codec.http2.AbstractInboundHttp2ToHttpAdapterBuilder
 
maxContentLength() - Method in class io.netty.handler.codec.http2.AbstractInboundHttp2ToHttpAdapterBuilder
Returns the maximum length of the message content.
maxContentLength(int) - Method in class io.netty.handler.codec.http2.AbstractInboundHttp2ToHttpAdapterBuilder
Specifies the maximum length of the message content.
maxContentLength - Variable in class io.netty.handler.codec.http2.InboundHttp2ToHttpAdapter
 
maxContentLength(int) - Method in class io.netty.handler.codec.http2.InboundHttp2ToHttpAdapterBuilder
 
maxContentLength - Variable in class io.netty.handler.codec.MessageAggregator
 
maxContentLength() - Method in class io.netty.handler.codec.MessageAggregator
Returns the maximum allowed length of the aggregated message in bytes.
maxContentLength - Variable in class io.netty.handler.codec.spdy.SpdyHttpDecoder
 
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.
maxDelayedQueues - Variable in class io.netty.util.Recycler.Stack
 
maxDelayedQueuesPerThread - Variable in class io.netty.util.Recycler
 
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.
maxDirectMemory0() - Static method in class io.netty.util.internal.PlatformDependent
 
maxDynamicTableSize - Variable in class io.netty.handler.codec.http2.HpackDecoder
 
maxDynamicTableSizeChangeRequired - Variable in class io.netty.handler.codec.http2.HpackDecoder
 
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.WebSocket08FrameDecoder
 
maxFramePayloadLength - Variable in class io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker
 
maxFramePayloadLength() - Method in class io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker
Returns the max length for any frame's payload
maxFramePayloadLength - Variable in class io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker
 
maxFramePayloadLength() - Method in class io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker
Gets the maximum length for any frame's payload.
maxFramePayloadLength - Variable in class io.netty.handler.codec.http.websocketx.WebSocketServerHandshakerFactory
 
maxFramePayloadLength - Variable in class io.netty.handler.codec.http.websocketx.WebSocketServerProtocolHandler
 
maxFramePayloadSize - Variable in class io.netty.handler.codec.http.websocketx.WebSocketServerProtocolHandshakeHandler
 
maxFrameSize - Variable in class io.netty.handler.codec.http.websocketx.WebSocket00FrameDecoder
 
maxFrameSize - Variable in class io.netty.handler.codec.http2.DefaultHttp2FrameReader
 
maxFrameSize(int) - Method in class io.netty.handler.codec.http2.DefaultHttp2FrameReader
 
maxFrameSize() - Method in class io.netty.handler.codec.http2.DefaultHttp2FrameReader
 
maxFrameSize - Variable in class io.netty.handler.codec.http2.DefaultHttp2FrameWriter
 
maxFrameSize(int) - Method in class io.netty.handler.codec.http2.DefaultHttp2FrameWriter
 
maxFrameSize() - 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() - 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.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(long, long) - Method in class io.netty.handler.codec.http2.DefaultHttp2HeadersDecoder
 
maxHeaderListSize() - Method in class io.netty.handler.codec.http2.DefaultHttp2HeadersDecoder
 
maxHeaderListSize(long) - Method in class io.netty.handler.codec.http2.DefaultHttp2HeadersEncoder
 
maxHeaderListSize() - Method in class io.netty.handler.codec.http2.DefaultHttp2HeadersEncoder
 
maxHeaderListSize - Variable in class io.netty.handler.codec.http2.HpackDecoder
 
maxHeaderListSize - Variable in class io.netty.handler.codec.http2.HpackEncoder
 
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.
maxHeaderListSize() - Method in interface io.netty.handler.codec.http2.Http2HeadersDecoder.Configuration
Represents the value for SETTINGS_MAX_HEADER_LIST_SIZE.
maxHeaderListSize(long) - Method in interface io.netty.handler.codec.http2.Http2HeadersEncoder.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.Http2Settings
Sets the SETTINGS_MAX_HEADER_LIST_SIZE value.
maxHeaderListSizeGoAway() - Method in class io.netty.handler.codec.http2.DefaultHttp2HeadersDecoder
 
maxHeaderListSizeGoAway - Variable in class io.netty.handler.codec.http2.HpackDecoder
 
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.spdy.SpdyHeaderBlockRawDecoder
 
maxHeaderTableSize(long) - Method in class io.netty.handler.codec.http2.DefaultHttp2HeadersDecoder
 
maxHeaderTableSize() - Method in class io.netty.handler.codec.http2.DefaultHttp2HeadersDecoder
 
maxHeaderTableSize(long) - Method in class io.netty.handler.codec.http2.DefaultHttp2HeadersEncoder
 
maxHeaderTableSize() - Method in class io.netty.handler.codec.http2.DefaultHttp2HeadersEncoder
 
maxHeaderTableSize - Variable in class io.netty.handler.codec.http2.HpackEncoder
 
maxHeaderTableSize(long) - 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.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.
maxHeaderTableSize() - Method in interface io.netty.handler.codec.http2.Http2HeadersEncoder.Configuration
Represents the value for SETTINGS_HEADER_TABLE_SIZE.
maximumCumulativeReadBytes() - Method in class io.netty.handler.traffic.GlobalChannelTrafficShapingHandler
 
maximumCumulativeWrittenBytes() - Method in class io.netty.handler.traffic.GlobalChannelTrafficShapingHandler
 
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
 
maxInStreams() - Method in class com.sun.nio.sctp.SctpStandardSocketOptions.InitMaxStreams
 
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
 
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(int) - 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 interface io.netty.channel.MaxMessagesRecvByteBufAllocator
Sets the maximum number of messages to read per read loop.
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
 
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
 
maxOrder - Variable in class io.netty.buffer.PoolArena
 
maxOrder - Variable in class io.netty.buffer.PoolChunk
 
maxOutStreams() - Method in class com.sun.nio.sctp.SctpStandardSocketOptions.InitMaxStreams
 
maxPacketBufferSize - Variable in class io.netty.handler.ssl.SslHandler
 
maxParams - Variable in class io.netty.handler.codec.http.QueryStringDecoder
 
maxPayloadSize - Variable in class io.netty.resolver.dns.DnsNameResolver
 
maxPayloadSize() - Method in class io.netty.resolver.dns.DnsNameResolver
Returns the capacity of the datagram packet buffer (in bytes).
maxPayloadSize - Variable in class io.netty.resolver.dns.DnsNameResolverBuilder
 
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
 
maxQueriesPerResolve - Variable in class io.netty.resolver.dns.DnsNameResolver
 
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 - Variable in class io.netty.resolver.dns.DnsNameResolverBuilder
 
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.
maxReservedStreams - Variable in class io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
 
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(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 - Variable in class io.netty.handler.codec.http2.DefaultHttp2Connection.DefaultEndpoint
 
maxReservedStreams(int) - Method in class io.netty.handler.codec.http2.Http2ConnectionHandlerBuilder
 
maxSharedCapacityFactor - Variable in class io.netty.util.Recycler
 
maxSize - Variable in class io.netty.handler.codec.http.multipart.AbstractHttpData
 
MAXSIZE - Static variable in class io.netty.handler.codec.http.multipart.DefaultHttpDataFactory
Proposed default MAXSIZE = -1 as UNLIMITED
maxSize - Variable in class io.netty.handler.codec.http.multipart.DefaultHttpDataFactory
 
maxSize - Variable in class io.netty.handler.codec.http.multipart.MixedAttribute
 
maxSize - Variable in class io.netty.handler.codec.http.multipart.MixedFileUpload
 
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.
maxStateOnlySize - Variable in class io.netty.handler.codec.http2.WeightedFairQueueByteDistributor
 
maxStreams - Variable in class io.netty.handler.codec.http2.DefaultHttp2Connection.DefaultEndpoint
 
maxSubpageAllocs - Variable in class io.netty.buffer.PoolChunk
 
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.DefaultDnsCache
 
maxTtl() - Method in class io.netty.resolver.dns.DefaultDnsCache
Returns the maximum TTL of the cached DNS resource records (in seconds).
maxTtl - Variable in class io.netty.resolver.dns.DnsNameResolverBuilder
 
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.
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
 
maybeMoreDataToRead - Variable in class io.netty.channel.epoll.AbstractEpollChannel.AbstractEpollUnsafe
 
maybeMoreDataToRead() - Method in class io.netty.channel.epoll.EpollRecvByteAllocatorHandle
 
maybeMoreDataToRead() - Method in class io.netty.channel.epoll.EpollRecvByteAllocatorStreamingHandle
 
maybeMoreDataToRead - Variable in class io.netty.channel.kqueue.AbstractKQueueChannel.AbstractKQueueUnsafe
 
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
 
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 - Static variable in class io.netty.handler.codec.http.websocketx.WebSocketUtil
 
md5(byte[]) - Static method in class io.netty.handler.codec.http.websocketx.WebSocketUtil
Performs a MD5 hash on the specified data
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.http.HttpContentCompressor
 
memLevel - Variable in class io.netty.handler.codec.http2.CompressorHttp2ConnectionEncoder
 
memory - Variable in class io.netty.buffer.PoolChunk
 
memory - Variable in class io.netty.buffer.PooledByteBuf
 
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 - Variable in class io.netty.buffer.PooledUnsafeDirectByteBuf
 
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 - Variable 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 - Variable in class io.netty.buffer.UnpooledUnsafeDirectByteBuf
 
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 - Variable in class io.netty.channel.epoll.EpollEventArray
 
memoryAddress() - Method in class io.netty.channel.epoll.EpollEventArray
Return the memoryAddress which points to the start of this EpollEventArray.
memoryAddress - Variable in class io.netty.channel.epoll.NativeDatagramPacketArray.NativeDatagramPacket
 
memoryAddress - Variable in class io.netty.channel.kqueue.KQueueEventArray
 
memoryAddress() - Method in class io.netty.channel.kqueue.KQueueEventArray
Return the memoryAddress which points to the start of this KQueueEventArray.
memoryAddress - Variable in class io.netty.channel.kqueue.NativeLongArray
 
memoryAddress() - Method in class io.netty.channel.kqueue.NativeLongArray
 
memoryAddress - Variable in class io.netty.channel.unix.IovArray
 
memoryAddress(int) - Method in class io.netty.channel.unix.IovArray
Returns the memoryAddress for the given offset.
memoryAddress() - Method in class io.netty.handler.codec.ReplayingDecoderByteBuf
 
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, Charset) - 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
 
memoryCopy(ByteBuffer, int, ByteBuffer, int, int) - Method in class io.netty.buffer.PoolArena.DirectArena
 
memoryCopy(byte[], int, byte[], int, int) - Method in class io.netty.buffer.PoolArena.HeapArena
 
memoryCopy(T, int, T, int, 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
 
memoryMap - Variable in class io.netty.buffer.PoolChunk
 
memoryMapIdx(long) - Static method in class io.netty.buffer.PoolChunk
 
memoryMapIdx - Variable in class io.netty.buffer.PoolSubpage
 
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 - Static variable in interface io.netty.handler.codec.stomp.StompHeaders
 
message(String, Class<?>...) - Static method in exception io.netty.handler.codec.UnsupportedMessageTypeException
 
message - Variable in class io.netty.util.internal.logging.FormattingTuple
 
MESSAGE_ID - Static variable in interface io.netty.handler.codec.stomp.StompHeaders
 
MESSAGE_SIZE_ESTIMATOR - Static variable in class io.netty.channel.ChannelOption
 
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(int) - Method in class io.netty.handler.codec.mqtt.MqttMessageBuilders.PublishBuilder
 
messageId - Variable in class io.netty.handler.codec.mqtt.MqttMessageBuilders.SubscribeBuilder
 
messageId(int) - Method in class io.netty.handler.codec.mqtt.MqttMessageBuilders.SubscribeBuilder
 
messageId - Variable in class io.netty.handler.codec.mqtt.MqttMessageBuilders.UnsubscribeBuilder
 
messageId(int) - Method 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.
MessageInfo - Class in com.sun.nio.sctp
 
MessageInfo() - Constructor for class com.sun.nio.sctp.MessageInfo
 
messageInfo() - Method in class io.netty.channel.sctp.SctpMessage
Return the MessageInfo for inbound messages or null for outbound messages.
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 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(Class<? extends I>) - Constructor for class io.netty.handler.codec.MessageToByteEncoder
see MessageToByteEncoder(Class, boolean) with true as boolean value.
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>, 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
 
METADATA - Static variable in class io.netty.channel.AbstractServerChannel
 
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 - Variable in class io.netty.channel.embedded.EmbeddedChannel
 
metadata(boolean) - Static method in class io.netty.channel.embedded.EmbeddedChannel
 
metadata() - Method in class io.netty.channel.embedded.EmbeddedChannel
 
METADATA - Static variable in class io.netty.channel.epoll.AbstractEpollChannel
 
metadata() - Method in class io.netty.channel.epoll.AbstractEpollChannel
 
METADATA - Static variable in class io.netty.channel.epoll.AbstractEpollServerChannel
 
metadata() - Method in class io.netty.channel.epoll.AbstractEpollServerChannel
 
METADATA - Static variable in class io.netty.channel.epoll.AbstractEpollStreamChannel
 
metadata() - Method in class io.netty.channel.epoll.AbstractEpollStreamChannel
 
METADATA - Static variable in class io.netty.channel.epoll.EpollDatagramChannel
 
metadata() - Method in class io.netty.channel.epoll.EpollDatagramChannel
 
METADATA - Static variable in class io.netty.channel.kqueue.AbstractKQueueChannel
 
metadata() - Method in class io.netty.channel.kqueue.AbstractKQueueChannel
 
METADATA - Static variable in class io.netty.channel.kqueue.AbstractKQueueServerChannel
 
metadata() - Method in class io.netty.channel.kqueue.AbstractKQueueServerChannel
 
METADATA - Static variable in class io.netty.channel.kqueue.AbstractKQueueStreamChannel
 
metadata() - Method in class io.netty.channel.kqueue.AbstractKQueueStreamChannel
 
METADATA - Static variable in class io.netty.channel.kqueue.KQueueDatagramChannel
 
metadata() - Method in class io.netty.channel.kqueue.KQueueDatagramChannel
 
METADATA - Static variable in class io.netty.channel.local.LocalChannel
 
metadata() - Method in class io.netty.channel.local.LocalChannel
 
METADATA - Static variable in class io.netty.channel.nio.AbstractNioByteChannel
 
metadata() - Method in class io.netty.channel.nio.AbstractNioByteChannel
 
METADATA - Static variable in class io.netty.channel.oio.AbstractOioByteChannel
 
metadata() - Method in class io.netty.channel.oio.AbstractOioByteChannel
 
METADATA - Static variable in class io.netty.channel.sctp.nio.NioSctpChannel
 
metadata() - Method in class io.netty.channel.sctp.nio.NioSctpChannel
 
METADATA - Static variable in class io.netty.channel.sctp.nio.NioSctpServerChannel
 
metadata() - Method in class io.netty.channel.sctp.nio.NioSctpServerChannel
 
METADATA - Static variable in class io.netty.channel.sctp.oio.OioSctpChannel
 
metadata() - Method in class io.netty.channel.sctp.oio.OioSctpChannel
 
METADATA - Static variable in class io.netty.channel.sctp.oio.OioSctpServerChannel
 
metadata() - Method in class io.netty.channel.sctp.oio.OioSctpServerChannel
 
METADATA - Static variable in class io.netty.channel.socket.nio.NioDatagramChannel
 
metadata() - Method in class io.netty.channel.socket.nio.NioDatagramChannel
 
METADATA - Static variable in class io.netty.channel.socket.nio.NioServerSocketChannel
 
metadata() - Method in class io.netty.channel.socket.nio.NioServerSocketChannel
 
METADATA - Static variable in class io.netty.channel.socket.oio.OioDatagramChannel
 
metadata() - Method in class io.netty.channel.socket.oio.OioDatagramChannel
 
METADATA - Static variable in class io.netty.channel.socket.oio.OioServerSocketChannel
 
metadata() - Method in class io.netty.channel.socket.oio.OioServerSocketChannel
 
METADATA - Static variable in class io.netty.handler.codec.http2.AbstractHttp2StreamChannel
 
metadata() - Method 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
 
method - Variable in class io.netty.handler.codec.compression.ByteBufChecksum.ReflectiveByteBufChecksum
 
method - Variable in class io.netty.handler.codec.http.DefaultHttpRequest
 
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(CharSequence) - Method in class io.netty.handler.codec.http2.DefaultHttp2Headers
 
method() - Method in class io.netty.handler.codec.http2.DefaultHttp2Headers
 
method(CharSequence) - Method in class io.netty.handler.codec.http2.EmptyHttp2Headers
 
method() - Method in class io.netty.handler.codec.http2.EmptyHttp2Headers
 
method(CharSequence) - Method in interface io.netty.handler.codec.http2.Http2Headers
Sets the Http2Headers.PseudoHeaderName.METHOD header or null if there is no such header
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(CharSequence) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
 
method() - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
 
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() - Method in interface io.netty.buffer.ByteBufAllocatorMetricProvider
metric - Variable in class io.netty.buffer.PooledByteBufAllocator
 
metric() - Method in class io.netty.buffer.PooledByteBufAllocator
 
metric - Variable in class io.netty.buffer.UnpooledByteBufAllocator
 
metric() - Method in class io.netty.buffer.UnpooledByteBufAllocator
 
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.MqttCodecUtil
 
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_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(byte[], int, int, byte[], 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
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() - Method in class io.netty.handler.codec.http.HttpVersion
Returns the name of the protocol such as 0 in "HTTP/1.0".
minorVersion - Variable in class io.netty.handler.codec.spdy.SpdySessionHandler
 
minorVersion - Variable in enum io.netty.handler.codec.spdy.SpdyVersion
 
MINSIZE - Static variable in class io.netty.handler.codec.http.multipart.DefaultHttpDataFactory
Proposed default MINSIZE as 16 KB.
minSize - Variable in class io.netty.handler.codec.http.multipart.DefaultHttpDataFactory
 
minTtl - Variable in class io.netty.resolver.dns.DefaultDnsCache
 
minTtl() - Method in class io.netty.resolver.dns.DefaultDnsCache
Returns the minimum TTL of the cached DNS resource records (in seconds).
minTtl - Variable in class io.netty.resolver.dns.DnsNameResolverBuilder
 
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
 
MISDIRECTED_REQUEST - Static variable in class io.netty.handler.codec.http.HttpResponseStatus
421 Misdirected Request 421 Status Code
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, Charset) - 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, 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
 
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
 
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 - 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
 
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
 
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, String, String, String, String) - Constructor for class io.netty.handler.codec.mqtt.MqttConnectPayload
MqttConnectPayload(String, String, byte[], String, byte[]) - 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
 
MqttDecoder - Class in io.netty.handler.codec.mqtt
Decodes Mqtt messages from bytes, following the MQTT protocol specification v3.1
MqttDecoder() - Constructor for class io.netty.handler.codec.mqtt.MqttDecoder
 
MqttDecoder(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
MqttEncoder() - Constructor for class io.netty.handler.codec.mqtt.MqttEncoder
 
mqttFixedHeader - Variable in class io.netty.handler.codec.mqtt.MqttDecoder
 
MqttFixedHeader - Class in io.netty.handler.codec.mqtt
MqttFixedHeader(MqttMessageType, boolean, MqttQoS, boolean, int) - Constructor for class io.netty.handler.codec.mqtt.MqttFixedHeader
 
mqttFixedHeader - Variable in class io.netty.handler.codec.mqtt.MqttMessage
 
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, Throwable) - 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(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.ConnAckBuilder - Class in io.netty.handler.codec.mqtt
 
MqttMessageBuilders.ConnectBuilder - Class in io.netty.handler.codec.mqtt
 
MqttMessageBuilders.PublishBuilder - Class in io.netty.handler.codec.mqtt
 
MqttMessageBuilders.SubscribeBuilder - 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
 
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
 
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
 
MqttQoS - Enum in io.netty.handler.codec.mqtt
 
MqttQoS(int) - Constructor for enum io.netty.handler.codec.mqtt.MqttQoS
 
MqttSubAckMessage - Class in io.netty.handler.codec.mqtt
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(Iterable<Integer>) - Constructor for class io.netty.handler.codec.mqtt.MqttSubAckPayload
 
MqttSubscribeMessage - Class in io.netty.handler.codec.mqtt
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
 
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
 
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, Throwable) - 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(Throwable) - Constructor for exception io.netty.handler.codec.mqtt.MqttUnacceptableProtocolVersionException
Creates a new instance
MqttUnsubAckMessage - Class in io.netty.handler.codec.mqtt
MqttUnsubAckMessage(MqttFixedHeader, MqttMessageIdVariableHeader) - Constructor for class io.netty.handler.codec.mqtt.MqttUnsubAckMessage
 
MqttUnsubscribeMessage - Class in io.netty.handler.codec.mqtt
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.AbstractWriteTask
 
msg - Variable in class io.netty.channel.ChannelOutboundBuffer.Entry
 
msg - Variable in class io.netty.channel.PendingWriteQueue.PendingWrite
 
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
 
msgInfo - Variable in class io.netty.channel.sctp.SctpMessage
 
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(List<DnsServerAddressStreamProvider>) - Constructor for class io.netty.resolver.dns.MultiDnsServerAddressStreamProvider
Create a new instance.
MultiDnsServerAddressStreamProvider(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
multiplexCodec - Variable in class io.netty.handler.codec.http2.Http2Codec
 
multiplexCodec - Variable in class io.netty.handler.codec.http2.Http2StreamChannelBootstrap.ParentChannelAndMultiplexCodec
 
multiplier - Static variable in class io.netty.util.internal.ThreadLocalRandom
 
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, ThreadFactory, 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, Executor, EventExecutorChooserFactory, 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, Object...) - Constructor for class io.netty.channel.MultithreadEventLoopGroup
 
MultithreadEventLoopGroup(int, ThreadFactory, Object...) - Constructor for class io.netty.channel.MultithreadEventLoopGroup
 
MultithreadEventLoopGroup(int, Executor, EventExecutorChooserFactory, 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
MX - Static variable in class io.netty.handler.codec.dns.DnsRecordType
Mail exchange record RFC 1035 Maps a domain name to a list of message transfer agents for that domain.

N

n - Variable in class io.netty.handler.codec.compression.Bzip2DivSufSort
 
n - Variable in class io.netty.handler.codec.http2.HpackHuffmanEncoder.EncodeProcessor
 
name() - Method in interface com.sun.nio.sctp.SctpSocketOption
 
name - Variable in class io.netty.channel.AbstractChannelHandlerContext
 
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 - Variable in class io.netty.channel.group.DefaultChannelGroup
 
name() - Method in class io.netty.channel.group.DefaultChannelGroup
 
name - Variable in class io.netty.handler.codec.dns.AbstractDnsRecord
 
name() - Method in class io.netty.handler.codec.dns.AbstractDnsRecord
 
name - Variable in class io.netty.handler.codec.dns.DnsOpCode
 
name() - Method in interface io.netty.handler.codec.dns.DnsRecord
Returns the name of this resource record.
name - Variable in class io.netty.handler.codec.dns.DnsRecordType
 
name() - Method in class io.netty.handler.codec.dns.DnsRecordType
Returns the name of this type, as seen in bind config files
name - Variable in class io.netty.handler.codec.dns.DnsResponseCode
 
name - Variable in class io.netty.handler.codec.HeadersUtils.StringEntry
 
name() - Method in interface io.netty.handler.codec.http.cookie.Cookie
Returns the name of this Cookie.
name - Variable in class io.netty.handler.codec.http.cookie.DefaultCookie
 
name() - Method in class io.netty.handler.codec.http.cookie.DefaultCookie
 
NAME - Static variable in class io.netty.handler.codec.http.HttpHeaderValues
name - Variable in class io.netty.handler.codec.http.HttpMethod
 
name() - Method in class io.netty.handler.codec.http.HttpMethod
Returns the name of this method.
name - Variable in class io.netty.handler.codec.http.HttpObjectDecoder
 
name - Variable in class io.netty.handler.codec.http.HttpScheme
 
name() - Method 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.websocketx.extensions.WebSocketExtensionData
 
name() - Method in class io.netty.handler.codec.http.websocketx.extensions.WebSocketExtensionData
 
name - Variable in class io.netty.handler.codec.http.websocketx.WebSocketScheme
 
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.DefaultHttp2ResetFrame
 
name() - Method in class io.netty.handler.codec.http2.DefaultHttp2WindowUpdateFrame
 
name - Variable in class io.netty.handler.codec.http2.HpackHeaderField
 
name() - Method in interface io.netty.handler.codec.http2.Http2Frame
Returns the name of the HTTP/2 frame e.g.
name() - Method in class io.netty.handler.codec.http2.Http2MultiplexCodec.ChannelCarryingHeadersFrame
 
name - Variable in class io.netty.handler.codec.mqtt.MqttConnectVariableHeader
 
name() - Method 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() - Method in class io.netty.handler.codec.smtp.SmtpCommand
Return the command name.
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.traffic.TrafficCounter
Name of this Monitor
name() - Method in class io.netty.handler.traffic.TrafficCounter
 
name - Variable in class io.netty.util.AbstractConstant
 
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 - Variable in class io.netty.util.internal.logging.AbstractInternalLogger
 
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 error io.netty.util.Signal
 
NAME_SERVERS_EXHAUSTED_EXCEPTION - Static variable in class io.netty.resolver.dns.DnsNameResolverContext
 
nameCaches - Static variable in class io.netty.channel.DefaultChannelPipeline
 
nameResolver - Variable in class io.netty.resolver.InetSocketAddressResolver
 
NameResolver<T> - Interface in io.netty.resolver
Resolves an arbitrary string that represents the name of an endpoint into an address.
nameResolver - Variable in class io.netty.resolver.RoundRobinInetAddressResolver
 
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() - Constructor for class io.netty.handler.codec.http.HttpHeaders.Names
Deprecated.
 
names() - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
 
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
 
nameServerAddr() - Method 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.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.DnsNameResolverContext
 
nameServerAddrStream - Variable in class io.netty.resolver.dns.DnsNameResolver
 
nameServerProvider - Variable in class io.netty.resolver.dns.DnsAddressResolverGroup
 
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.
nameValidator - Variable in class io.netty.handler.codec.DefaultHeaders
 
nameValidator(boolean) - Static method in class io.netty.handler.codec.http.DefaultHttpHeaders
 
nanoTime() - Static method in class io.netty.util.concurrent.AbstractScheduledEventExecutor
 
nanoTime() - Static method in class io.netty.util.concurrent.ScheduledFutureTask
 
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() - Constructor for class io.netty.channel.epoll.Native
 
Native - Class in io.netty.channel.kqueue
Navite helper methods
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.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[], int) - Constructor for class io.netty.channel.unix.NativeInetAddress
 
NativeInetAddress(byte[]) - Constructor for class io.netty.channel.unix.NativeInetAddress
 
NativeIoException(String, int) - 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
 
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
 
ndots - Variable in class io.netty.resolver.dns.DnsNameResolver
 
ndots() - Method in class io.netty.resolver.dns.DnsNameResolver
 
ndots - Variable in class io.netty.resolver.dns.DnsNameResolverBuilder
 
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.
NDOTS_LABEL - Static variable in class io.netty.resolver.dns.UnixResolverDnsServerAddressStreamProvider
 
NEEDS_MORE_DATE - Static variable in class io.netty.handler.codec.ProtocolDetectionResult
 
needsFlush - Variable in class io.netty.handler.ssl.SslHandler
Set by wrap*() methods when something is produced.
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
 
needsToSelectAgain - Variable in class io.netty.channel.nio.NioEventLoop
 
negativeTtl - Variable in class io.netty.resolver.dns.DefaultDnsCache
 
negativeTtl() - Method in class io.netty.resolver.dns.DefaultDnsCache
Returns the TTL of the cache for the failed DNS queries (in seconds).
negativeTtl - Variable in class io.netty.resolver.dns.DnsNameResolverBuilder
 
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.
NETWORK_AUTHENTICATION_REQUIRED - Static variable in class io.netty.handler.codec.http.HttpResponseStatus
511 Network Authentication Required (RFC6585)
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
 
NEVER_SENSITIVE - Static variable in interface io.netty.handler.codec.http2.Http2HeadersEncoder
neverRegistered - Variable in class io.netty.channel.AbstractChannel.AbstractUnsafe
true if the channel has never been registered, false otherwise
NEW_LINE - Static variable in class io.netty.handler.codec.base64.Base64
The new line character (\n) as a byte.
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
newArenaArray(int) - Static method in class io.netty.buffer.PooledByteBufAllocator
 
newAttrArray(int) - Static method in class io.netty.bootstrap.ServerBootstrap
 
newBinaryData(int, String) - Static method in class io.netty.handler.codec.http.websocketx.CloseWebSocketFrame
 
newBuffer(ByteBufAllocator, boolean, int) - Static method in class io.netty.handler.ssl.PemX509Certificate
 
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
 
newChannelPipeline() - Method in class io.netty.channel.AbstractChannel
Returns a new DefaultChannelPipeline instance.
newChannelPipeline() - Method in class io.netty.channel.embedded.EmbeddedChannel
 
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(Object...) - Method in class io.netty.channel.ThreadPerChannelEventLoopGroup
Creates a new EventLoop.
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
 
newClientContext() - 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(TrustManagerFactory) - 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>, Iterable<String>, long, long) - 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(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, TrustManagerFactory) - 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, Iterable<String>, Iterable<String>, 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, File, File, String, KeyManagerFactory, Iterable<String>, CipherSuiteFilter, ApplicationProtocolConfig, long, long) - 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) - Static method in class io.netty.handler.ssl.SslContext
 
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(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() - Method in class io.netty.channel.group.DefaultChannelGroup
 
newCloseFuture(ChannelMatcher) - Method in class io.netty.channel.group.DefaultChannelGroup
 
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.
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(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(H, int, ChannelPipeline) - Method in class io.netty.handler.codec.memcache.AbstractMemcacheObjectAggregator
 
newContinueResponse(S, int, ChannelPipeline) - Method in class io.netty.handler.codec.MessageAggregator
Returns the 'continue response' for the specified start message if necessary.
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
 
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(ByteBuf) - Method in class io.netty.channel.epoll.AbstractEpollChannel
Returns an off-heap copy of the specified ByteBuf, and releases the original one.
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(ByteBuf) - Method in class io.netty.channel.kqueue.AbstractKQueueChannel
Returns an off-heap copy of the specified ByteBuf, and releases the original one.
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.
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(long, int) - Static method in class io.netty.util.internal.PlatformDependent0
 
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.NoopDnsQueryLifecycleObserverFactory
 
newDnsQueryLifecycleObserver(DnsQuestion) - Method in class io.netty.resolver.dns.TraceDnsQueryLifeCycleObserverFactory
 
newEmptyHeaderField(CharSequence) - Static method in class io.netty.handler.codec.http2.HpackStaticTable
 
newEngine(ByteBufAllocator) - Method in class io.netty.handler.ssl.DelegatingSslContext
 
newEngine(ByteBufAllocator, String, int) - Method in class io.netty.handler.ssl.DelegatingSslContext
 
newEngine(ByteBufAllocator) - Method in class io.netty.handler.ssl.JdkSslContext
 
newEngine(ByteBufAllocator, String, int) - Method in class io.netty.handler.ssl.JdkSslContext
 
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.SslContext
Creates a new SSLEngine using advisory peer information.
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<?>, long) - 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.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.
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.util.Recycler.Stack
 
newHandler(ByteBufAllocator) - Method in class io.netty.handler.ssl.SslContext
Creates a new SslHandler.
newHandler(ByteBufAllocator, String, int) - Method in class io.netty.handler.ssl.SslContext
Creates a new SslHandler with advisory peer information.
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(HttpRequest) - Method in class io.netty.handler.codec.http.websocketx.WebSocketServerHandshakerFactory
Instances 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, K, V, DefaultHeaders.HeaderEntry<K, V>) - Method in class io.netty.handler.codec.DefaultHeaders
 
newHeaderEntry(int, CharSequence, CharSequence, DefaultHeaders.HeaderEntry<CharSequence, CharSequence>) - Method in class io.netty.handler.codec.http2.DefaultHttp2Headers
 
newHeaderField(CharSequence, CharSequence) - 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.
newIndexedVariableTable() - Static method in class io.netty.util.internal.InternalThreadLocalMap
 
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(int) - Static method in class io.netty.buffer.PooledDirectByteBuf
 
newInstance(AbstractByteBuf, ByteBuf, int, int) - Static method in class io.netty.buffer.PooledDuplicatedByteBuf
 
newInstance(int) - Static method in class io.netty.buffer.PooledHeapByteBuf
 
newInstance(AbstractByteBuf, ByteBuf, int, int) - Static method in class io.netty.buffer.PooledSlicedByteBuf
 
newInstance(int) - Static method in class io.netty.buffer.PooledUnsafeDirectByteBuf
 
newInstance(AbstractChannelHandlerContext, Object, ChannelPromise) - Static method in class io.netty.channel.AbstractChannelHandlerContext.WriteAndFlushTask
 
newInstance(AbstractChannelHandlerContext, Object, ChannelPromise) - Static method in class io.netty.channel.AbstractChannelHandlerContext.WriteTask
 
newInstance(String) - Static method in class io.netty.channel.ChannelOption
Creates a new ChannelOption for the given name or fail with an IllegalArgumentException if a ChannelOption for the given name exists.
newInstance(Object, int, long, ChannelPromise) - Static method in class io.netty.channel.ChannelOutboundBuffer.Entry
 
newInstance() - Static method in class io.netty.channel.DefaultChannelId
Returns a new DefaultChannelId instance.
newInstance(Object, int, ChannelPromise) - Static method in class io.netty.channel.PendingWriteQueue.PendingWrite
 
newInstance(InetAddress) - Static method in class io.netty.channel.unix.NativeInetAddress
 
newInstance() - Static method in class io.netty.handler.codec.CodecOutputList
 
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() - Static method in class io.netty.handler.flow.FlowControlHandler.RecyclableArrayDeque
 
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.Log4JLoggerFactory
 
newInstance(String) - Method in class io.netty.util.internal.logging.Slf4JLoggerFactory
 
newInstance(Object, Promise<Void>) - Static method in class io.netty.util.internal.PendingWrite
Create a new empty RecyclableArrayList instance
newInstance() - Static method in class io.netty.util.internal.RecyclableArrayList
Create a new empty RecyclableArrayList instance
newInstance(int) - Static method in class io.netty.util.internal.RecyclableArrayList
Create a new empty RecyclableArrayList instance with the given capacity.
newInstance0(AbstractByteBuf, ByteBuf, int, int) - Static method in class io.netty.buffer.PooledSlicedByteBuf
 
newInternalNioBuffer(T) - Method in class io.netty.buffer.PooledByteBuf
 
newInternalNioBuffer(ByteBuffer) - Method in class io.netty.buffer.PooledDirectByteBuf
 
newInternalNioBuffer(byte[]) - Method in class io.netty.buffer.PooledHeapByteBuf
 
newInternalNioBuffer(ByteBuffer) - Method in class io.netty.buffer.PooledUnsafeDirectByteBuf
 
newInvalidArraySizeException() - Static method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
 
newInvalidEscapedCsvFieldException(CharSequence, int) - Static method in class io.netty.util.internal.StringUtil
 
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.
newKQueue() - Static method in class io.netty.channel.kqueue.Native
 
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, ResourceLeakTracker<ByteBuf>) - Method in class io.netty.buffer.SimpleLeakAwareByteBuf
 
newLeakAwareByteBuf(ByteBuf, ByteBuf, ResourceLeakTracker<ByteBuf>) - Method in class io.netty.buffer.SimpleLeakAwareByteBuf
 
newLeakAwareByteBuf(ByteBuf) - Method in class io.netty.buffer.SimpleLeakAwareCompositeByteBuf
 
newLeakAwareByteBuf(ByteBuf, ByteBuf, ResourceLeakTracker<ByteBuf>) - Method in class io.netty.buffer.SimpleLeakAwareCompositeByteBuf
 
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
 
newList(int) - Static method in class io.netty.buffer.CompositeByteBuf
 
newListener(SSLEngine, List<String>) - Method in interface io.netty.handler.ssl.JdkApplicationProtocolNegotiator.ProtocolSelectionListenerFactory
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(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(int) - 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
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.
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(Recycler.Handle<T>) - Method in class io.netty.util.Recycler
 
newObjectOutputStream(OutputStream) - Method in class io.netty.handler.codec.serialization.CompatibleObjectEncoder
Creates a new ObjectOutputStream which wraps the specified OutputStream.
newOptionArray(int) - Static method in class io.netty.bootstrap.ServerBootstrap
 
newPipe() - Static method in class io.netty.channel.unix.FileDescriptor
 
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.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.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
 
newQuery(DatagramPacket, ByteBuf) - Static method in class io.netty.handler.codec.dns.DatagramDnsQueryDecoder
 
newQuestion(String, DnsRecordType) - Method in class io.netty.resolver.dns.DnsNameResolverContext
 
newQueue(Recycler.Stack<?>, Thread) - Static method in class io.netty.util.Recycler.WeakOrderQueue
 
newRecord(Object, int) - Static method in class io.netty.util.ResourceLeakDetector
 
newRecordList() - Static method in class io.netty.handler.codec.dns.AbstractDnsMessage
 
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(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(EventLoop, ChannelFactory<? extends DatagramChannel>, DnsServerAddressStreamProvider) - Method in class io.netty.resolver.dns.DnsAddressResolverGroup
newResolver(EventExecutor) - Method in class io.netty.resolver.NoopAddressResolverGroup
 
newResolverContext(DnsNameResolver, String, DnsRecord[], DnsCache, DnsServerAddressStream) - Method in class io.netty.resolver.dns.DnsNameResolver.ListResolverContext
 
newResolverContext(DnsNameResolver, String, DnsRecord[], DnsCache, DnsServerAddressStream) - Method in class io.netty.resolver.dns.DnsNameResolver.SingleResolverContext
 
newResolverContext(DnsNameResolver, String, DnsRecord[], DnsCache, DnsServerAddressStream) - Method in class io.netty.resolver.dns.DnsNameResolverContext
 
newResourceLeakDetector(Class<T>, int, long) - Method in class io.netty.util.ResourceLeakDetectorFactory.DefaultResourceLeakDetectorFactory
 
newResourceLeakDetector(Class<T>, int) - Method in class io.netty.util.ResourceLeakDetectorFactory.DefaultResourceLeakDetectorFactory
 
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, 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.

newResourceLeakDetector(Class<T>, int) - Method in class io.netty.util.ResourceLeakDetectorFactory
Returns a new instance of a ResourceLeakDetector with the given resource class.
newResponse(DatagramPacket, ByteBuf) - Static method in class io.netty.handler.codec.dns.DatagramDnsResponseDecoder
 
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
 
newSctpChannel() - Static method in class io.netty.channel.sctp.nio.NioSctpChannel
 
newSeed() - Static method in class io.netty.util.internal.ThreadLocalRandom
 
newSelector(SSLEngine, Set<String>) - Method in interface io.netty.handler.ssl.JdkApplicationProtocolNegotiator.ProtocolSelectorFactory
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(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>, Iterable<String>, long, long) - 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(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>, 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, File, String, 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) - 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) - Static method in class io.netty.handler.ssl.SslContext
 
newServerSocket() - Static method in class io.netty.channel.sctp.oio.OioSctpServerChannel
 
newServerSocket() - Static method in class io.netty.channel.socket.oio.OioServerSocketChannel
 
newSharedLeakAwareByteBuf(ByteBuf) - Method in class io.netty.buffer.SimpleLeakAwareByteBuf
 
newSocket() - Static method in class io.netty.channel.sctp.nio.NioSctpServerChannel
 
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
 
newSocket(SelectorProvider) - Static method in class io.netty.channel.socket.nio.NioServerSocketChannel
 
newSocket(SelectorProvider) - Static method in class io.netty.channel.socket.nio.NioSocketChannel
 
newSocket() - Static method in class io.netty.channel.socket.oio.OioDatagramChannel
 
newSocket() - Method in class io.netty.channel.unix.tests.SocketTest
 
newSocketAddress() - Static method in class io.netty.channel.unix.tests.UnixTestUtils
 
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
 
newSocketDgram0() - Static method in class io.netty.channel.unix.Socket
 
newSocketDgramFd() - 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
 
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
 
newSocketStream0() - Static method in class io.netty.channel.unix.Socket
 
newSocketStreamFd() - 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(Provider, X509Certificate[], TrustManagerFactory, X509Certificate[], PrivateKey, String, KeyManagerFactory, long, long) - Static method in class io.netty.handler.ssl.JdkSslClientContext
Deprecated.
 
newSSLContext(Provider, X509Certificate[], TrustManagerFactory, X509Certificate[], PrivateKey, String, KeyManagerFactory, long, long) - Static method in class io.netty.handler.ssl.JdkSslServerContext
Deprecated.
 
newSslHandler(ChannelHandlerContext, SslContext) - Method in class io.netty.handler.ssl.OptionalSslHandler
Override to configure the SslHandler eg.
newSslHandlerName() - Method in class io.netty.handler.ssl.OptionalSslHandler
Optionally specify the SSL handler name, this method may return null.
newStatus(int, String) - Static method in class io.netty.handler.codec.http.HttpResponseStatus
 
newSubpageArray(int) - Method in class io.netty.buffer.PoolChunk
 
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(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(int) - Method in class io.netty.channel.epoll.EpollEventLoop
 
newTaskQueue(int) - Method in class io.netty.channel.kqueue.KQueueEventLoop
 
newTaskQueue(int) - Method in class io.netty.channel.nio.NioEventLoop
 
newTaskQueue() - Method in class io.netty.util.concurrent.SingleThreadEventExecutor
Deprecated.
newTaskQueue(int) - Method in class io.netty.util.concurrent.SingleThreadEventExecutor
Create a new Queue which will holds the tasks to execute.
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.
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.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.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.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
 
newUnsafe() - Method in class io.netty.channel.socket.nio.NioSocketChannel
 
newUnsafe() - Method in class io.netty.handler.codec.http2.AbstractHttp2StreamChannel
 
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.
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
 
newZlibDecoder() - Static method in class io.netty.handler.codec.compression.ZlibCodecFactory
 
newZlibDecoder(ZlibWrapper) - Static method in class io.netty.handler.codec.compression.ZlibCodecFactory
 
newZlibDecoder(byte[]) - Static method in class io.netty.handler.codec.compression.ZlibCodecFactory
 
newZlibEncoder(int) - 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
 
newZlibEncoder(byte[]) - 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
 
next() - Method in class io.netty.buffer.CompositeByteBuf.CompositeByteBufIterator
 
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() - Method in class io.netty.channel.AbstractEventLoop
 
next() - Method in class io.netty.channel.AbstractEventLoopGroup
 
next - Variable in class io.netty.channel.ChannelOutboundBuffer.Entry
 
next - Variable in class io.netty.channel.DefaultChannelPipeline.PendingHandlerCallback
 
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 - Variable in class io.netty.channel.PendingWriteQueue.PendingWrite
 
next() - Method in class io.netty.channel.SingleThreadEventLoop
 
next() - Method in class io.netty.channel.ThreadPerChannelEventLoopGroup
 
next - Variable in class io.netty.handler.codec.DefaultHeaders.HeaderEntry
In bucket linked list
next() - Method in class io.netty.handler.codec.DefaultHeaders.HeaderIterator
 
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 - Variable in class io.netty.handler.codec.http2.HpackEncoder.HeaderEntry
 
next() - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers.ReadOnlyIterator
 
next - Variable in class io.netty.handler.timeout.WriteTimeoutHandler.WriteTimeoutTask
 
next - Variable in class io.netty.resolver.dns.DnsNameResolverContext.AuthoritativeNameServer
 
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 - Variable in class io.netty.util.DefaultAttributeMap.DefaultAttribute
 
next - Variable in class io.netty.util.HashedWheelTimer.HashedWheelTimeout
 
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
 
next - Variable in class io.netty.util.Recycler.WeakOrderQueue.Link
 
next - Variable in class io.netty.util.Recycler.WeakOrderQueue
 
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
 
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).
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.UnpaddedInternalThreadLocalMap
 
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).
nextNameServerAddress() - Method in class io.netty.resolver.dns.DnsNameResolver
 
nextProtocols() - Method in class io.netty.handler.ssl.SslContext
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.
nextScheduledFlush - Variable in class io.netty.handler.flush.FlushConsolidationHandler
 
nextScheduledTask() - Method in class io.netty.channel.embedded.EmbeddedEventLoop
 
nextScheduledTaskNano() - Method in class io.netty.util.concurrent.AbstractScheduledEventExecutor
Return the nanoseconds when 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 - Static variable in class io.netty.util.concurrent.ScheduledFutureTask
 
nextVariableIndex() - Static method in class io.netty.util.internal.InternalThreadLocalMap
 
NIO_BUFFERS - Static variable in class io.netty.channel.ChannelOutboundBuffer
 
nioBuffer() - Method in class io.netty.buffer.AbstractByteBuf
 
nioBuffer(int, int) - Method in class io.netty.buffer.AbstractDerivedByteBuf
Deprecated.
 
nioBuffer(int, int) - Method in class io.netty.buffer.AbstractUnpooledSlicedByteBuf
 
nioBuffer() - Method in class io.netty.buffer.AdvancedLeakAwareByteBuf
 
nioBuffer(int, int) - Method in class io.netty.buffer.AdvancedLeakAwareByteBuf
 
nioBuffer() - Method in class io.netty.buffer.AdvancedLeakAwareCompositeByteBuf
 
nioBuffer(int, int) - 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(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() - Method in class io.netty.buffer.EmptyByteBuf
 
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.PooledDirectByteBuf
 
nioBuffer(int, int) - Method in class io.netty.buffer.PooledDuplicatedByteBuf
 
nioBuffer(int, int) - Method in class io.netty.buffer.PooledHeapByteBuf
 
nioBuffer(int, int) - Method in class io.netty.buffer.PooledSlicedByteBuf
 
nioBuffer(int, int) - Method in class io.netty.buffer.PooledUnsafeDirectByteBuf
 
nioBuffer(int, int) - Method in class io.netty.buffer.ReadOnlyByteBuf
Deprecated.
 
nioBuffer(int, int) - Method in class io.netty.buffer.ReadOnlyByteBufferBuf
 
nioBuffer() - Method in class io.netty.buffer.SwappedByteBuf
Deprecated.
 
nioBuffer(int, int) - Method in class io.netty.buffer.SwappedByteBuf
Deprecated.
 
nioBuffer(int, int) - Method in class io.netty.buffer.UnpooledDirectByteBuf
 
nioBuffer(int, int) - Method in class io.netty.buffer.UnpooledHeapByteBuf
 
nioBuffer(int, int) - Method in class io.netty.buffer.UnpooledUnsafeDirectByteBuf
 
nioBuffer() - Method in class io.netty.buffer.WrappedByteBuf
 
nioBuffer(int, int) - Method in class io.netty.buffer.WrappedByteBuf
 
nioBuffer() - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
nioBuffer(int, int) - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
nioBuffer() - Method in class io.netty.handler.codec.ReplayingDecoderByteBuf
 
nioBuffer(int, int) - Method in class io.netty.handler.codec.ReplayingDecoderByteBuf
 
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 - Variable in class io.netty.buffer.FixedCompositeByteBuf
 
nioBufferCount() - Method in class io.netty.buffer.FixedCompositeByteBuf
 
nioBufferCount() - Method in class io.netty.buffer.PooledDirectByteBuf
 
nioBufferCount() - Method in class io.netty.buffer.PooledHeapByteBuf
 
nioBufferCount() - Method in class io.netty.buffer.PooledUnsafeDirectByteBuf
 
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.UnpooledUnsafeDirectByteBuf
 
nioBufferCount() - Method in class io.netty.buffer.WrappedByteBuf
 
nioBufferCount() - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
nioBufferCount - Variable in class io.netty.channel.ChannelOutboundBuffer
 
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(int, int) - Method in class io.netty.buffer.AbstractUnpooledSlicedByteBuf
 
nioBuffers() - Method in class io.netty.buffer.AdvancedLeakAwareByteBuf
 
nioBuffers(int, int) - Method in class io.netty.buffer.AdvancedLeakAwareByteBuf
 
nioBuffers() - Method in class io.netty.buffer.AdvancedLeakAwareCompositeByteBuf
 
nioBuffers(int, int) - 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(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 shares the content with 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() - Method in class io.netty.buffer.CompositeByteBuf
 
nioBuffers(int, int) - Method in class io.netty.buffer.DuplicatedByteBuf
Deprecated.
 
nioBuffers() - Method in class io.netty.buffer.EmptyByteBuf
 
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.PooledDirectByteBuf
 
nioBuffers(int, int) - Method in class io.netty.buffer.PooledDuplicatedByteBuf
 
nioBuffers(int, int) - Method in class io.netty.buffer.PooledHeapByteBuf
 
nioBuffers(int, int) - Method in class io.netty.buffer.PooledSlicedByteBuf
 
nioBuffers(int, int) - Method in class io.netty.buffer.PooledUnsafeDirectByteBuf
 
nioBuffers(int, int) - Method in class io.netty.buffer.ReadOnlyByteBuf
Deprecated.
 
nioBuffers(int, int) - Method in class io.netty.buffer.ReadOnlyByteBufferBuf
 
nioBuffers() - Method in class io.netty.buffer.SwappedByteBuf
Deprecated.
 
nioBuffers(int, int) - Method in class io.netty.buffer.SwappedByteBuf
Deprecated.
 
nioBuffers(int, int) - Method in class io.netty.buffer.UnpooledDirectByteBuf
 
nioBuffers(int, int) - Method in class io.netty.buffer.UnpooledHeapByteBuf
 
nioBuffers(int, int) - Method in class io.netty.buffer.UnpooledUnsafeDirectByteBuf
 
nioBuffers() - Method in class io.netty.buffer.WrappedByteBuf
 
nioBuffers(int, int) - Method in class io.netty.buffer.WrappedByteBuf
 
nioBuffers(int, int) - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
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.handler.codec.ReplayingDecoderByteBuf
 
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
 
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(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(InternetProtocolFamily) - Constructor for class io.netty.channel.socket.nio.NioDatagramChannel
Create a new instance using the given InternetProtocolFamily.
NioDatagramChannel(SelectorProvider, InternetProtocolFamily) - Constructor for class io.netty.channel.socket.nio.NioDatagramChannel
Create a new instance using the given SelectorProvider and InternetProtocolFamily.
NioDatagramChannel(DatagramChannel) - Constructor for class io.netty.channel.socket.nio.NioDatagramChannel
Create a new instance from the given DatagramChannel.
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) - 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, 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, Executor) - Constructor for class io.netty.channel.nio.NioEventLoopGroup
 
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(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, 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
 
NioMessageUnsafe() - Constructor for class io.netty.channel.nio.AbstractNioMessageChannel.NioMessageUnsafe
 
NioSctpChannel - Class in io.netty.channel.sctp.nio
SctpChannel implementation which use non-blocking mode and allows to read / write SctpMessages to the underlying SctpChannel.
NioSctpChannel() - Constructor for class io.netty.channel.sctp.nio.NioSctpChannel
Create a new instance
NioSctpChannel(SctpChannel) - Constructor for class io.netty.channel.sctp.nio.NioSctpChannel
Create a new instance using SctpChannel
NioSctpChannel(Channel, SctpChannel) - Constructor for class io.netty.channel.sctp.nio.NioSctpChannel
Create a new instance
NioSctpChannel.NioSctpChannelConfig - Class in io.netty.channel.sctp.nio
 
NioSctpChannelConfig(NioSctpChannel, SctpChannel) - Constructor for class io.netty.channel.sctp.nio.NioSctpChannel.NioSctpChannelConfig
 
NioSctpServerChannel - Class in io.netty.channel.sctp.nio
SctpServerChannel implementation which use non-blocking mode to accept new connections and create the NioSctpChannel for them.
NioSctpServerChannel() - Constructor for class io.netty.channel.sctp.nio.NioSctpServerChannel
Create a new instance
NioSctpServerChannel.NioSctpServerChannelConfig - Class in io.netty.channel.sctp.nio
 
NioSctpServerChannelConfig(NioSctpServerChannel, SctpServerChannel) - Constructor for class io.netty.channel.sctp.nio.NioSctpServerChannel.NioSctpServerChannelConfig
 
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(SelectorProvider) - Constructor for class io.netty.channel.socket.nio.NioServerSocketChannel
Create a new instance using the given SelectorProvider.
NioServerSocketChannel(ServerSocketChannel) - Constructor for class io.netty.channel.socket.nio.NioServerSocketChannel
Create a new instance using the given ServerSocketChannel.
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(SelectorProvider) - Constructor for class io.netty.channel.socket.nio.NioSocketChannel
Create a new instance using the given SelectorProvider.
NioSocketChannel(SocketChannel) - Constructor for class io.netty.channel.socket.nio.NioSocketChannel
Create a new instance using the given SocketChannel.
NioSocketChannel(Channel, SocketChannel) - Constructor for class io.netty.channel.socket.nio.NioSocketChannel
Create a new instance
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_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_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.DnsNameResolverContext
 
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_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"
noActiveStreams() - Method in class io.netty.handler.codec.spdy.SpdySession
 
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 - Variable in class io.netty.handler.codec.http2.HpackHuffmanDecoder.DecoderProcessor
 
Node() - Constructor for class io.netty.handler.codec.http2.HpackHuffmanDecoder.Node
Construct an internal node
Node(int, int) - Constructor for class io.netty.handler.codec.http2.HpackHuffmanDecoder.Node
Construct a terminal 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
 
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 - 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
 
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
 
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 method in class io.netty.handler.codec.smtp.SmtpRequests
Creates a NOOP request.
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_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
 
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.
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
 
NoOpTypeParameterMatcher - Class in io.netty.util.internal
 
NoOpTypeParameterMatcher() - Constructor for class io.netty.util.internal.NoOpTypeParameterMatcher
 
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.
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
 
normalizeAndValidate() - Method in class io.netty.handler.codec.DateFormatter
 
normalizeCapacity(int) - Method in class io.netty.buffer.PoolArena
 
normalizeHostname(String) - Static method in class io.netty.util.DomainNameMapping
IDNA ASCII conversion and case normalization
normalizeTicksPerWheel(int) - Static method in class io.netty.util.HashedWheelTimer
 
NormalMemoryRegionCache(int) - Constructor for class io.netty.buffer.PoolThreadCache.NormalMemoryRegionCache
 
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_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.rtsp.RtspResponseStatuses
404 Not Found
NOT_IMPLEMENTED - Static variable in class io.netty.handler.codec.http.HttpResponseStatus
501 Not Implemented
NOT_IMPLEMENTED - Static variable in class io.netty.handler.codec.rtsp.RtspResponseStatuses
501 Not Implemented
NOT_MODIFIED - Static variable in class io.netty.handler.codec.http.HttpResponseStatus
304 Not Modified
NOT_MODIFIED - Static variable in class io.netty.handler.codec.rtsp.RtspResponseStatuses
304 Not Modified
NOT_NULL - Static variable in interface io.netty.handler.codec.DefaultHeaders.NameValidator
 
NOT_STORED - Static variable in class io.netty.handler.codec.memcache.binary.BinaryMemcacheResponseStatus
 
NOTAUTH - Static variable in class io.netty.handler.codec.dns.DnsResponseCode
The 'NotAuth' DNS RCODE (9), as defined in RFC2136.
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(Throwable) - 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
 
notEnoughDataException(ByteBuf) - Static method in class io.netty.handler.codec.http2.HpackDecoder
 
Notification - Interface in com.sun.nio.sctp
 
NotificationHandler<T> - Interface in com.sun.nio.sctp
 
notificationHandler - Variable in class io.netty.channel.sctp.nio.NioSctpChannel
 
notificationHandler - Variable in class io.netty.channel.sctp.oio.OioSctpChannel
 
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
 
notifyHandlerException(Throwable) - Method in class io.netty.channel.AbstractChannelHandlerContext
 
notifyHandshakeFailure(Throwable) - Method in class io.netty.handler.ssl.SslHandler
 
notifyHandshakeFailure(ChannelHandlerContext, Throwable) - Static method in class io.netty.handler.ssl.SslUtils
 
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).
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 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
 
notifyWatchees() - Method in class io.netty.util.ThreadDeathWatcher.Watcher
 
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(Throwable) - Constructor for exception io.netty.handler.ssl.NotSslRecordException
 
NotSslRecordException(String, Throwable) - Constructor for exception io.netty.handler.ssl.NotSslRecordException
 
NOTZONE - Static variable in class io.netty.handler.codec.dns.DnsResponseCode
The 'NotZone' DNS RCODE (10), as defined in RFC2136.
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.
nsName - Variable in class io.netty.resolver.dns.DnsNameResolverContext.AuthoritativeNameServer
 
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_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.
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
Return the number of currently active tiny 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.
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() - Method in class io.netty.handler.codec.http2.StreamBufferingEncoder
Indicates the number of streams that are currently buffered, awaiting creation.
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.
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.
numReads - Variable in class io.netty.handler.codec.ByteToMessageDecoder
 
numSettings - Variable in class io.netty.handler.codec.spdy.SpdyFrameDecoder
 
numShiftsNormalDirect - Variable in class io.netty.buffer.PoolThreadCache
 
numShiftsNormalHeap - Variable in class io.netty.buffer.PoolThreadCache
 
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
Return the number of tiny allocations done via the arena.
numTinyDeallocations() - Method in class io.netty.buffer.PoolArena
 
numTinyDeallocations() - Method in interface io.netty.buffer.PoolArenaMetric
Return the number of tiny deallocations done via the arena.
numTinySubpagePools - Static variable in class io.netty.buffer.PoolArena
 
numTinySubpages() - Method in class io.netty.buffer.PoolArena
 
numTinySubpages() - Method in interface io.netty.buffer.PoolArenaMetric
Returns the number of tiny sub-pages for the arena.
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.DnsNameResolverContext
 
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.
obj - Variable in class io.netty.util.ReferenceCountUtil.ReleasingTask
 
objectArrayAppend(StringBuilder, Object[], Set<Object[]>) - Static method in class io.netty.util.internal.logging.MessageFormatter
 
ObjectDecoder - Class in io.netty.handler.codec.serialization
A decoder which deserializes the received ByteBufs into Java objects.
ObjectDecoder(ClassResolver) - Constructor for class io.netty.handler.codec.serialization.ObjectDecoder
Creates a new decoder whose maximum object size is 1048576 bytes.
ObjectDecoder(int, ClassResolver) - Constructor for class io.netty.handler.codec.serialization.ObjectDecoder
Creates a new decoder with the specified maximum object size.
ObjectDecoderInputStream - Class in io.netty.handler.codec.serialization
An ObjectInput which is interoperable with ObjectEncoder and ObjectEncoderOutputStream.
ObjectDecoderInputStream(InputStream) - Constructor for class io.netty.handler.codec.serialization.ObjectDecoderInputStream
Creates a new ObjectInput.
ObjectDecoderInputStream(InputStream, ClassLoader) - Constructor for class io.netty.handler.codec.serialization.ObjectDecoderInputStream
Creates a new ObjectInput.
ObjectDecoderInputStream(InputStream, int) - Constructor for class io.netty.handler.codec.serialization.ObjectDecoderInputStream
Creates a new ObjectInput.
ObjectDecoderInputStream(InputStream, ClassLoader, int) - Constructor for class io.netty.handler.codec.serialization.ObjectDecoderInputStream
Creates a new ObjectInput.
ObjectEncoder - Class in io.netty.handler.codec.serialization
An encoder which serializes a Java object into a ByteBuf.
ObjectEncoder() - Constructor for class io.netty.handler.codec.serialization.ObjectEncoder
 
ObjectEncoderOutputStream - Class in io.netty.handler.codec.serialization
An ObjectOutput which is interoperable with ObjectDecoder and ObjectDecoderInputStream.
ObjectEncoderOutputStream(OutputStream) - Constructor for class io.netty.handler.codec.serialization.ObjectEncoderOutputStream
Creates a new ObjectOutput with the estimated length of 512 bytes.
ObjectEncoderOutputStream(OutputStream, int) - Constructor for class io.netty.handler.codec.serialization.ObjectEncoderOutputStream
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.PlatformDependent0
 
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
 
of(InetAddress) - Static method in enum io.netty.channel.socket.InternetProtocolFamily
Returns the InternetProtocolFamily for the given InetAddress.
of(CharSequence) - Static method in class io.netty.util.AsciiString
Returns an AsciiString containing the given character sequence.
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
 
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.PoolChunk
 
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.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.
offsetCacheLine(ByteBuffer) - Method in class io.netty.buffer.PoolArena.DirectArena
 
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
 
OioByteStreamChannel - Class in io.netty.channel.oio
Abstract base class for OIO Channels that are based on streams.
OioByteStreamChannel(Channel) - Constructor for class io.netty.channel.oio.OioByteStreamChannel
Create a new instance
OioDatagramChannel - Class in io.netty.channel.socket.oio
An OIO datagram Channel that sends and receives an AddressedEnvelope.
OioDatagramChannel() - Constructor for class io.netty.channel.socket.oio.OioDatagramChannel
Create a new instance with an new MulticastSocket.
OioDatagramChannel(MulticastSocket) - Constructor for class io.netty.channel.socket.oio.OioDatagramChannel
Create a new instance from the given MulticastSocket.
OioEventLoopGroup - Class in io.netty.channel.oio
EventLoopGroup which is used to handle OIO Channel's.
OioEventLoopGroup() - Constructor for class io.netty.channel.oio.OioEventLoopGroup
Create a new OioEventLoopGroup with no limit in place.
OioEventLoopGroup(int) - Constructor for class io.netty.channel.oio.OioEventLoopGroup
Create a new OioEventLoopGroup.
OioEventLoopGroup(int, Executor) - Constructor for class io.netty.channel.oio.OioEventLoopGroup
Create a new OioEventLoopGroup.
OioEventLoopGroup(int, ThreadFactory) - Constructor for class io.netty.channel.oio.OioEventLoopGroup
Create a new OioEventLoopGroup.
OioSctpChannel - Class in io.netty.channel.sctp.oio
SctpChannel implementation which use blocking mode and allows to read / write SctpMessages to the underlying SctpChannel.
OioSctpChannel() - Constructor for class io.netty.channel.sctp.oio.OioSctpChannel
Create a new instance with an new SctpChannel.
OioSctpChannel(SctpChannel) - Constructor for class io.netty.channel.sctp.oio.OioSctpChannel
Create a new instance from the given SctpChannel.
OioSctpChannel(Channel, SctpChannel) - Constructor for class io.netty.channel.sctp.oio.OioSctpChannel
Create a new instance from the given SctpChannel.
OioSctpChannel.OioSctpChannelConfig - Class in io.netty.channel.sctp.oio
 
OioSctpChannelConfig(OioSctpChannel, SctpChannel) - Constructor for class io.netty.channel.sctp.oio.OioSctpChannel.OioSctpChannelConfig
 
OioSctpServerChannel - Class in io.netty.channel.sctp.oio
SctpServerChannel implementation which use blocking mode to accept new connections and create the OioSctpChannel for them.
OioSctpServerChannel() - Constructor for class io.netty.channel.sctp.oio.OioSctpServerChannel
Create a new instance with an new SctpServerChannel
OioSctpServerChannel(SctpServerChannel) - Constructor for class io.netty.channel.sctp.oio.OioSctpServerChannel
Create a new instance from the given SctpServerChannel
OioSctpServerChannel.OioSctpServerChannelConfig - Class in io.netty.channel.sctp.oio
 
OioSctpServerChannelConfig(OioSctpServerChannel, SctpServerChannel) - Constructor for class io.netty.channel.sctp.oio.OioSctpServerChannel.OioSctpServerChannelConfig
 
OioServerSocketChannel - Class in io.netty.channel.socket.oio
ServerSocketChannel which accepts new connections and create the OioSocketChannel's for them.
OioServerSocketChannel() - Constructor for class io.netty.channel.socket.oio.OioServerSocketChannel
Create a new instance with an new Socket
OioServerSocketChannel(ServerSocket) - Constructor for class io.netty.channel.socket.oio.OioServerSocketChannel
Create a new instance from the given ServerSocket
OioServerSocketChannelConfig - Interface in io.netty.channel.socket.oio
OioSocketChannel - Class in io.netty.channel.socket.oio
A SocketChannel which is using Old-Blocking-IO
OioSocketChannel() - Constructor for class io.netty.channel.socket.oio.OioSocketChannel
Create a new instance with an new Socket
OioSocketChannel(Socket) - Constructor for class io.netty.channel.socket.oio.OioSocketChannel
Create a new instance from the given Socket
OioSocketChannel(Channel, Socket) - Constructor for class io.netty.channel.socket.oio.OioSocketChannel
Create a new instance from the given Socket
OioSocketChannelConfig - Interface in io.netty.channel.socket.oio
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, Throwable, Http2Exception) - Method in class io.netty.handler.codec.http2.Http2ConnectionHandler
Handler for a connection error.
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.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, Throwable) - Method in class io.netty.handler.codec.http2.Http2ConnectionHandler
Central handler for all exceptions caught during HTTP/2 processing.
onError(ChannelHandlerContext, Throwable) - Method in interface io.netty.handler.codec.http2.Http2LifecycleManager
Processes the given error.
onGoAwayRead(ChannelHandlerContext, int, long, ByteBuf) - Method in class io.netty.handler.codec.http2.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 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
 
onGoAwayReceived(int, long, ByteBuf) - Method in class io.netty.handler.codec.http2.Http2FrameCodec.ConnectionListener
 
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, short, boolean, 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, short, boolean, 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, short, boolean, int, boolean) - Method in class io.netty.handler.codec.http2.DelegatingDecompressorFrameListener
 
onHeadersRead(ChannelHandlerContext, int, Http2Headers, int, boolean) - Method in class io.netty.handler.codec.http2.Http2EventAdapter
 
onHeadersRead(ChannelHandlerContext, int, Http2Headers, int, short, boolean, 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, 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, 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, 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, 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.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.InboundHttp2ToHttpAdapter
 
onHttpClientUpgrade() - Method in class io.netty.handler.codec.http2.Http2ConnectionHandler
Handles the client-side (cleartext) upgrade from HTTP to HTTP/2.
onHttpServerUpgrade(Http2Settings) - Method in class io.netty.handler.codec.http2.Http2ConnectionHandler
Handles the server-side (cleartext) upgrade from HTTP to HTTP/2.
onLookupComplete(ChannelHandlerContext, String, Future<T>) - Method in class io.netty.handler.ssl.AbstractSniHandler
onLookupComplete(ChannelHandlerContext, String, Future<SslContext>) - Method in class io.netty.handler.ssl.SniHandler
 
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"
onPingAckRead(ChannelHandlerContext, ByteBuf) - Method in class io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder.FrameReadListener
 
onPingAckRead(ChannelHandlerContext, ByteBuf) - Method in class io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder.PrefaceFrameListener
 
onPingAckRead(ChannelHandlerContext, ByteBuf) - Method in class io.netty.handler.codec.http2.Http2EventAdapter
 
onPingAckRead(ChannelHandlerContext, ByteBuf) - Method in class io.netty.handler.codec.http2.Http2FrameAdapter
 
onPingAckRead(ChannelHandlerContext, ByteBuf) - Method in interface io.netty.handler.codec.http2.Http2FrameListener
Handles an inbound PING acknowledgment.
onPingAckRead(ChannelHandlerContext, ByteBuf) - Method in class io.netty.handler.codec.http2.Http2FrameListenerDecorator
 
onPingRead(ChannelHandlerContext, ByteBuf) - Method in class io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder.FrameReadListener
 
onPingRead(ChannelHandlerContext, ByteBuf) - Method in class io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder.PrefaceFrameListener
 
onPingRead(ChannelHandlerContext, ByteBuf) - Method in class io.netty.handler.codec.http2.Http2EventAdapter
 
onPingRead(ChannelHandlerContext, ByteBuf) - Method in class io.netty.handler.codec.http2.Http2FrameAdapter
 
onPingRead(ChannelHandlerContext, ByteBuf) - Method in interface io.netty.handler.codec.http2.Http2FrameListener
Handles an inbound PING frame.
onPingRead(ChannelHandlerContext, ByteBuf) - 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 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 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(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<T>) - Method in class io.netty.resolver.dns.DnsNameResolverContext
 
onResponseAorAAAA(DnsRecordType, DnsQuestion, AddressedEnvelope<DnsResponse, InetSocketAddress>, DnsQueryLifecycleObserver, Promise<T>) - Method in class io.netty.resolver.dns.DnsNameResolverContext
 
onResponseCNAME(DnsQuestion, AddressedEnvelope<DnsResponse, InetSocketAddress>, DnsQueryLifecycleObserver, Promise<T>) - Method in class io.netty.resolver.dns.DnsNameResolverContext
 
onResponseCNAME(DnsQuestion, AddressedEnvelope<DnsResponse, InetSocketAddress>, Map<String, String>, DnsQueryLifecycleObserver, Promise<T>) - Method in class io.netty.resolver.dns.DnsNameResolverContext
 
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.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 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 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
 
onStreamActive(int, Http2HeadersFrame) - Method in class io.netty.handler.codec.http2.Http2MultiplexCodec
 
onStreamAdded(Http2Stream) - Method in interface io.netty.handler.codec.http2.Http2Connection.Listener
Notifies the listener that the given stream was added to the connection.
onStreamAdded(Http2Stream) - Method in class io.netty.handler.codec.http2.Http2ConnectionAdapter
 
onStreamAdded(Http2Stream) - Method in class io.netty.handler.codec.http2.Http2EventAdapter
 
onStreamClosed(Http2Stream) - Method in interface io.netty.handler.codec.http2.Http2Connection.Listener
Notifies the listener that the given stream is now 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
 
onStreamClosed(int) - Method in class io.netty.handler.codec.http2.Http2MultiplexCodec
 
onStreamClosed0(Http2MultiplexCodec.Http2StreamChannel) - Method in class io.netty.handler.codec.http2.Http2MultiplexCodec
 
onStreamClosedFired - Variable in class io.netty.handler.codec.http2.Http2MultiplexCodec.Http2StreamChannel
 
onStreamError(ChannelHandlerContext, Throwable, Http2Exception.StreamException) - Method in class io.netty.handler.codec.http2.Http2ConnectionHandler
Handler for a stream error.
onStreamError(ChannelHandlerContext, Throwable, Http2Exception.StreamException) - Method in class io.netty.handler.codec.http2.Http2FrameCodec.InternalHttp2ConnectionHandler
 
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
 
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
 
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(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(Object) - Method in class io.netty.channel.embedded.EmbeddedChannel.EmbeddedChannelPipeline
 
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 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
 
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 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
 
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.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 - 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_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() - Static method in class com.sun.nio.sctp.SctpChannel
 
open() - Static method in class com.sun.nio.sctp.SctpServerChannel
 
open() - Method in class io.netty.channel.DefaultFileRegion
Explicitly open the underlying file-descriptor if not done yet.
open(String) - Static method in class io.netty.channel.unix.FileDescriptor
 
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
open(T) - Method in class io.netty.util.ResourceLeakDetector
openBraces - Variable in class io.netty.handler.codec.json.JsonObjectDecoder
 
openChannel() - Static method in class io.netty.channel.sctp.oio.OioSctpChannel
 
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_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
OpenSslApplicationProtocolNegotiator - Interface in io.netty.handler.ssl
OpenSSL version of ApplicationProtocolNegotiator.
OpenSslDefaultApplicationProtocolNegotiator - Class in io.netty.handler.ssl
OpenSSL ApplicationProtocolNegotiator for ALPN and NPN.
OpenSslDefaultApplicationProtocolNegotiator(ApplicationProtocolConfig) - Constructor for class io.netty.handler.ssl.OpenSslDefaultApplicationProtocolNegotiator
 
OpenSslJavaxX509Certificate - Class in io.netty.handler.ssl
 
OpenSslJavaxX509Certificate(byte[]) - Constructor for class io.netty.handler.ssl.OpenSslJavaxX509Certificate
 
OpenSslNpnApplicationProtocolNegotiator - Class in io.netty.handler.ssl
OpenSslNpnApplicationProtocolNegotiator(Iterable<String>) - Constructor for class io.netty.handler.ssl.OpenSslNpnApplicationProtocolNegotiator
Deprecated.
 
OpenSslNpnApplicationProtocolNegotiator(String...) - Constructor for class io.netty.handler.ssl.OpenSslNpnApplicationProtocolNegotiator
Deprecated.
 
OpenSslX509Certificate - Class in io.netty.handler.ssl
 
OpenSslX509Certificate(byte[]) - Constructor for class io.netty.handler.ssl.OpenSslX509Certificate
 
operationComplete(ChannelFuture) - Method in class io.netty.channel.epoll.AbstractEpollStreamChannel.SpliceInChannelTask
 
operationComplete(Future<Channel>) - Method in class io.netty.channel.pool.FixedChannelPool.AcquireListener
 
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.http2.Http2MultiplexCodec.Http2StreamChannel
 
operationComplete(ChannelFuture) - Method in class io.netty.handler.codec.spdy.SpdySessionHandler.ClosingChannelFutureListener
 
operationComplete(ChannelFuture) - Method in class io.netty.handler.timeout.WriteTimeoutHandler.WriteTimeoutTask
 
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(Future<T>) - Method in class io.netty.util.concurrent.UnaryPromiseNotifier
 
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(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
Specify ChannelOptions to be set on newly created channels.
OPTION_NOT_SUPPORTED - Static variable in class io.netty.handler.codec.rtsp.RtspResponseStatuses
551 Option not supported
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() - 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 - 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 - Variable in class io.netty.handler.codec.http2.Http2StreamChannelBootstrap
 
options() - Method in class io.netty.handler.codec.http2.Http2StreamChannelBootstrap
 
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.
options0() - Method in class io.netty.bootstrap.AbstractBootstrap
 
OPTIONS_OFFSET - Static variable in class io.netty.handler.codec.compression.FastLz
 
OPTIONS_ROW_LABEL - Static variable in class io.netty.resolver.dns.UnixResolverDnsServerAddressStreamProvider
 
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(ByteOrder) - Method in class io.netty.buffer.AbstractByteBuf
 
order() - Method in class io.netty.buffer.AbstractPooledDerivedByteBuf
Deprecated.
order() - Method in class io.netty.buffer.AbstractUnpooledSlicedByteBuf
Deprecated.
order(ByteOrder) - Method in class io.netty.buffer.AdvancedLeakAwareByteBuf
 
order(ByteOrder) - Method in class io.netty.buffer.AdvancedLeakAwareCompositeByteBuf
 
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(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() - Method in class io.netty.buffer.CompositeByteBuf
 
order() - Method in class io.netty.buffer.DuplicatedByteBuf
Deprecated.
order - Variable in class io.netty.buffer.EmptyByteBuf
 
order() - Method in class io.netty.buffer.EmptyByteBuf
 
order(ByteOrder) - Method in class io.netty.buffer.EmptyByteBuf
 
order - Variable in class io.netty.buffer.FixedCompositeByteBuf
 
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(ByteOrder) - Method in class io.netty.buffer.SimpleLeakAwareByteBuf
 
order(ByteOrder) - Method in class io.netty.buffer.SimpleLeakAwareCompositeByteBuf
 
order - Variable in class io.netty.buffer.SwappedByteBuf
Deprecated.
 
order() - Method in class io.netty.buffer.SwappedByteBuf
Deprecated.
 
order(ByteOrder) - 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.UnpooledUnsafeDirectByteBuf
 
order(ByteOrder) - Method in class io.netty.buffer.UnreleasableByteBuf
 
order() - Method in class io.netty.buffer.WrappedByteBuf
 
order(ByteOrder) - Method in class io.netty.buffer.WrappedByteBuf
 
order(ByteOrder) - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
order() - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
order() - Method in class io.netty.handler.codec.ReplayingDecoderByteBuf
 
order(ByteOrder) - Method in class io.netty.handler.codec.ReplayingDecoderByteBuf
 
ordered - Variable in class io.netty.channel.AbstractChannelHandlerContext
 
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
 
origins - Variable in class io.netty.handler.codec.http.cors.CorsConfig
 
origins() - Method in class io.netty.handler.codec.http.cors.CorsConfig
Returns the set of allowed origins.
origins - Variable in class io.netty.handler.codec.http.cors.CorsConfigBuilder
 
origPos - Variable in class io.netty.handler.codec.http.multipart.HttpPostBodyUtil.SeekAheadOptimize
 
os - Variable in class io.netty.channel.oio.OioByteStreamChannel
 
OSNAME - Static variable in class io.netty.util.internal.NativeLibraryLoader
 
otherHeaders - Variable in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
 
out - Variable in class io.netty.handler.codec.http2.HpackHuffmanEncoder.EncodeProcessor
 
out - Variable in class io.netty.handler.codec.serialization.ObjectEncoderOutputStream
 
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 HTTP/2 Spec Message Flow
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 HTTP/2 Spec Message Flow
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 HTTP/2 Spec Message Flow
outbound - Variable in class io.netty.channel.AbstractChannelHandlerContext
 
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.
outboundClosed - Variable in class io.netty.handler.ssl.SslHandler
 
outboundCtx - Variable in class io.netty.channel.CombinedChannelDuplexHandler
 
outboundHandler - Variable in class io.netty.channel.CombinedChannelDuplexHandler
 
outboundHandler() - Method in class io.netty.channel.CombinedChannelDuplexHandler
 
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
 
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.http2.HttpConversionUtil.Http2ToHttpHeaderTranslator
 
outputShutdown(int) - Static method in class io.netty.channel.unix.FileDescriptor
 
outstandingLocalSettingsQueue - Variable in class io.netty.handler.codec.http2.DefaultHttp2ConnectionEncoder
 
overrideGuess - Variable in class io.netty.channel.kqueue.KQueueRecvByteAllocatorHandle
 
OWN_THREAD_ID - Static variable in class io.netty.util.Recycler
 
owner - Variable in class io.netty.util.Recycler.WeakOrderQueue
 

P

PACKAGE_SEPARATOR_CHAR - Static variable in class io.netty.util.internal.StringUtil
 
packetId - Variable in class io.netty.handler.codec.mqtt.MqttPublishVariableHeader
 
packetId() - Method in class io.netty.handler.codec.mqtt.MqttPublishVariableHeader
 
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
 
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() - Method in class io.netty.handler.codec.http2.DefaultHttp2DataFrame
 
padding - Variable in class io.netty.handler.codec.http2.DefaultHttp2HeadersFrame
 
padding() - Method in class io.netty.handler.codec.http2.DefaultHttp2HeadersFrame
 
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 class io.netty.handler.codec.http2.Http2MultiplexCodec.ChannelCarryingHeadersFrame
 
padding - Variable in class io.netty.handler.codec.http2.StreamBufferingEncoder.DataFrame
 
padding - Variable in class io.netty.handler.codec.http2.StreamBufferingEncoder.HeadersFrame
 
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.
padWithZeros(byte, int) - Static method in class io.netty.handler.codec.dns.DefaultDnsRecordEncoder
 
pageShifts - Variable in class io.netty.buffer.PoolArena
 
pageShifts - Variable in class io.netty.buffer.PoolChunk
 
pageSize - Variable in class io.netty.buffer.PoolArena
 
pageSize - Variable in class io.netty.buffer.PoolChunk
 
pageSize - Variable in class io.netty.buffer.PoolSubpage
 
pageSize() - Method in class io.netty.buffer.PoolSubpage
 
pageSize() - Method in interface io.netty.buffer.PoolSubpageMetric
Return the size (in bytes) of this page.
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() - Method in class io.netty.handler.codec.http.QueryStringDecoder
Returns the decoded key-value parameter pairs of the URI.
parameters - Variable in class io.netty.handler.codec.http.websocketx.extensions.WebSocketExtensionData
 
parameters() - Method 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.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
 
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(ByteBuf) - Method in class io.netty.buffer.AbstractPooledDerivedByteBuf
 
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() - 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.sctp.nio.NioSctpChannel
 
parent() - Method in class io.netty.channel.sctp.oio.OioSctpChannel
 
parent() - Method in interface io.netty.channel.sctp.SctpChannel
 
parent() - Method in class io.netty.channel.SingleThreadEventLoop
 
parent() - Method in class io.netty.channel.socket.nio.NioSocketChannel
 
parent() - Method in class io.netty.channel.socket.oio.OioSocketChannel
 
parent() - Method in interface io.netty.channel.socket.SocketChannel
 
parent - Variable in class io.netty.channel.ThreadPerChannelEventLoop
 
parent - Variable in class io.netty.handler.codec.http2.WeightedFairQueueByteDistributor.State
 
parent - Variable in class io.netty.handler.ssl.util.SimpleTrustManagerFactory.SimpleTrustManagerFactorySpi
 
parent - Variable in class io.netty.resolver.dns.DnsNameResolverContext
 
parent - Variable in class io.netty.resolver.dns.DnsQueryContext
 
parent - Variable in class io.netty.util.concurrent.AbstractEventExecutor
 
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 - Variable in class io.netty.util.Recycler.Stack
 
ParentChangedEvent(WeightedFairQueueByteDistributor.State, WeightedFairQueueByteDistributor.State) - Constructor for class io.netty.handler.codec.http2.WeightedFairQueueByteDistributor.ParentChangedEvent
Create a new instance.
parentChannel(Channel) - Method in class io.netty.handler.codec.http2.Http2StreamChannelBootstrap
Sets the parent channel that must have the Http2MultiplexCodec in its pipeline.
parentChannel() - Method in class io.netty.handler.codec.http2.Http2StreamChannelBootstrap
 
parentChannel - Variable in class io.netty.handler.codec.http2.Http2StreamChannelBootstrap.ParentChannelAndMultiplexCodec
 
ParentChannelAndMultiplexCodec(Channel) - Constructor for class io.netty.handler.codec.http2.Http2StreamChannelBootstrap.ParentChannelAndMultiplexCodec
 
parse(String, ParsePosition) - Method in class io.netty.handler.codec.http.HttpHeaderDateFormat
Deprecated.
 
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(File...) - Static method in class io.netty.resolver.dns.UnixResolverDnsServerAddressStreamProvider
 
parse() - Static method in class io.netty.resolver.HostsFileParser
Parse hosts file at standard OS location.
parse(File) - Static method in class io.netty.resolver.HostsFileParser
Parse a hosts file.
parse(Reader) - Static method in class io.netty.resolver.HostsFileParser
Parse a reader of hosts file format.
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) - Method in class io.netty.handler.codec.http.cookie.ClientCookieDecoder.CookieBuilder
 
parseAddress(DnsRecord, String) - Method in class io.netty.resolver.dns.DnsNameResolverContext
 
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
 
parseEtcResolverFirstNdots() - Static method in class io.netty.resolver.dns.UnixResolverDnsServerAddressStreamProvider
Parse a file of the format /etc/resolv.conf and return the value corresponding to the first ndots in an options configuration.
parseEtcResolverFirstNdots(File) - Static method in class io.netty.resolver.dns.UnixResolverDnsServerAddressStreamProvider
Parse a file of the format /etc/resolv.conf and return the value corresponding to the first ndots in an options configuration.
parseFloat() - Method in class io.netty.util.AsciiString
 
parseFloat(int, int) - Method in class io.netty.util.AsciiString
 
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(CharSequence) - Static method in class io.netty.handler.codec.http.HttpResponseStatus
Parses the specified HTTP status line into a HttpResponseStatus.
parseLine(AsciiString) - 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
 
parsePositiveNumber(ByteBuf) - Method in class io.netty.handler.codec.redis.RedisDecoder
 
parseRedisNumber(ByteBuf) - Method in class io.netty.handler.codec.redis.RedisDecoder
 
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() - Static method in class io.netty.resolver.HostsFileParser
Parse hosts file at standard OS location.
parseStatus(int) - Method in class io.netty.handler.codec.http.HttpResponseStatus.HttpStatusLineProcessor
 
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
 
PASSCODE - Static variable in interface io.netty.handler.codec.stomp.StompHeaders
 
password - Variable in class io.netty.handler.codec.mqtt.MqttConnectPayload
 
password() - Method in class io.netty.handler.codec.mqtt.MqttConnectPayload
Deprecated.
password - Variable in class io.netty.handler.codec.mqtt.MqttMessageBuilders.ConnectBuilder
 
password(String) - Method in class io.netty.handler.codec.mqtt.MqttMessageBuilders.ConnectBuilder
password(byte[]) - Method in class io.netty.handler.codec.mqtt.MqttMessageBuilders.ConnectBuilder
 
password - Variable in class io.netty.handler.codec.socks.SocksAuthRequest
 
password() - Method in class io.netty.handler.codec.socks.SocksAuthRequest
Returns password that needs to be validated
password - Variable in class io.netty.handler.codec.socksx.v5.DefaultSocks5PasswordAuthRequest
 
password() - Method in class io.netty.handler.codec.socksx.v5.DefaultSocks5PasswordAuthRequest
 
PASSWORD - Static variable in class io.netty.handler.codec.socksx.v5.Socks5AuthMethod
 
password() - Method in interface io.netty.handler.codec.socksx.v5.Socks5PasswordAuthRequest
Returns the password of this request.
password - Variable in class io.netty.handler.proxy.HttpProxyHandler
 
password() - Method in class io.netty.handler.proxy.HttpProxyHandler
 
password - Variable in class io.netty.handler.proxy.Socks5ProxyHandler
 
password() - Method in class io.netty.handler.proxy.Socks5ProxyHandler
 
passwordInBytes() - Method in class io.netty.handler.codec.mqtt.MqttConnectPayload
 
PATCH - Static variable in class io.netty.handler.codec.http.HttpMethod
The PATCH method requests that a set of changes described in the request entity be applied to the resource identified by the Request-URI.
path() - Method in class io.netty.channel.unix.DomainSocketAddress
The path to the domain socket.
path - Variable in class io.netty.handler.codec.http.cookie.ClientCookieDecoder.CookieBuilder
 
path() - Method in interface io.netty.handler.codec.http.cookie.Cookie
Returns the path of this Cookie.
PATH - Static variable in class io.netty.handler.codec.http.cookie.CookieHeaderNames
 
path - Variable in class io.netty.handler.codec.http.cookie.DefaultCookie
 
path() - Method 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.handler.codec.http.QueryStringDecoder
Returns the decoded path string of the URI.
path(CharSequence) - Method in class io.netty.handler.codec.http2.DefaultHttp2Headers
 
path() - Method in class io.netty.handler.codec.http2.DefaultHttp2Headers
 
path(CharSequence) - Method in class io.netty.handler.codec.http2.EmptyHttp2Headers
 
path() - Method in class io.netty.handler.codec.http2.EmptyHttp2Headers
 
path(CharSequence) - Method in interface io.netty.handler.codec.http2.Http2Headers
Sets the Http2Headers.PseudoHeaderName.PATH header or null if there is no such header
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(CharSequence) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
 
path() - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
 
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
 
PAUSE - Static variable in class io.netty.handler.codec.rtsp.RtspMethods
The PAUSE request causes the stream delivery to be interrupted (halted) temporarily.
payload() - Method in class io.netty.handler.codec.mqtt.MqttConnectMessage
 
payload - Variable in class io.netty.handler.codec.mqtt.MqttMessage
 
payload() - Method in class io.netty.handler.codec.mqtt.MqttMessage
 
payload - Variable in class io.netty.handler.codec.mqtt.MqttMessageBuilders.PublishBuilder
 
payload(ByteBuf) - Method in class io.netty.handler.codec.mqtt.MqttMessageBuilders.PublishBuilder
 
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.MqttUnsubscribeMessage
 
payloadLength - Variable in class io.netty.handler.codec.http2.DefaultHttp2FrameReader
 
payloadProtocolID() - Method in class com.sun.nio.sctp.MessageInfo
 
payloadProtocolID(int) - Method in class com.sun.nio.sctp.MessageInfo
 
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
peek() - Method in class io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController.FlowState
Returns the the head of the pending queue, or null if empty.
peek() - Method in class io.netty.util.internal.DefaultPriorityQueue
 
peek() - Method in class io.netty.util.internal.EmptyPriorityQueue
 
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
 
PeerAddressChangeNotification - Class in com.sun.nio.sctp
 
PeerAddressChangeNotification() - Constructor for class com.sun.nio.sctp.PeerAddressChangeNotification
 
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.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
 
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.
pendingEntries - Static variable in class io.netty.util.ThreadDeathWatcher
 
pendingEvents - Variable in class io.netty.handler.codec.http2.DefaultHttp2Connection.ActiveStreams
 
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
 
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.epoll.EpollEventLoop
 
pendingTasks() - Method in class io.netty.channel.kqueue.KQueueEventLoop
 
pendingTasks() - Method in class io.netty.channel.nio.NioEventLoop
 
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.
pendingTasksCallable - Variable in class io.netty.channel.epoll.EpollEventLoop
 
pendingTasksCallable - Variable in class io.netty.channel.kqueue.KQueueEventLoop
 
pendingTasksCallable - Variable in class io.netty.channel.nio.NioEventLoop
 
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
 
PendingWrite(Recycler.Handle<PendingWriteQueue.PendingWrite>) - Constructor for class io.netty.channel.PendingWriteQueue.PendingWrite
 
PendingWrite(SpdyDataFrame, ChannelPromise) - Constructor for class io.netty.handler.codec.spdy.SpdySession.PendingWrite
 
PendingWrite(Object, ChannelPromise) - Constructor for class io.netty.handler.stream.ChunkedWriteHandler.PendingWrite
 
PendingWrite - Class in io.netty.util.internal
Some pending write which should be picked up later.
PendingWrite(Recycler.Handle<PendingWrite>) - Constructor for class io.netty.util.internal.PendingWrite
 
PendingWriteQueue - Class in io.netty.channel
A queue of write operations which are pending for later execution.
PendingWriteQueue(ChannelHandlerContext) - Constructor for class io.netty.channel.PendingWriteQueue
 
pendingWriteQueue - Variable in class io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController.FlowState
 
pendingWriteQueue - Variable in class io.netty.handler.codec.spdy.SpdySession.StreamState
 
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
 
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
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
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.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
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
PermessageDeflateExtension(boolean, int, boolean, int) - Constructor for class io.netty.handler.codec.http.websocketx.extensions.compression.PerMessageDeflateClientExtensionHandshaker.PermessageDeflateExtension
 
PermessageDeflateExtension(int, boolean, int, boolean, int) - 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.PermessageDeflateExtension - Class in io.netty.handler.codec.http.websocketx.extensions.compression
 
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
 
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(ByteBuf) - Constructor for class io.netty.handler.codec.http.websocketx.PingWebSocketFrame
Creates a new ping frame with the specified binary data.
PingWebSocketFrame(boolean, int, ByteBuf) - Constructor for class io.netty.handler.codec.http.websocketx.PingWebSocketFrame
Creates a new ping frame with the specified binary data
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() - Method in class io.netty.channel.AbstractChannel
 
pipeline - Variable in class io.netty.channel.AbstractChannelHandlerContext
 
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
 
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
 
poll(Queue<Object>) - Static method in class io.netty.channel.embedded.EmbeddedChannel
 
poll() - Method in class io.netty.util.internal.DefaultPriorityQueue
 
poll() - Method in class io.netty.util.internal.EmptyPriorityQueue
 
pollChannel() - Method in class io.netty.channel.pool.SimpleChannelPool
Poll a 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!
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.channel.nio.NioEventLoop
 
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
 
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(ByteBuf) - Constructor for class io.netty.handler.codec.http.websocketx.PongWebSocketFrame
Creates a new pong frame with the specified binary data.
PongWebSocketFrame(boolean, int, 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.util.AttributeKey
 
pool - Static variable in error io.netty.util.Signal
 
POOL_CLOSED_ON_ACQUIRE_EXCEPTION - Static variable in class io.netty.channel.pool.FixedChannelPool
 
POOL_CLOSED_ON_RELEASE_EXCEPTION - Static variable in class io.netty.channel.pool.FixedChannelPool
 
POOL_KEY - Static variable in class io.netty.channel.pool.SimpleChannelPool
 
PoolArena<T> - Class in io.netty.buffer
 
PoolArena(PooledByteBufAllocator, int, 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 > chunk - a chunk is a collection of pages > in this code chunkSize = 2^{maxOrder} * 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 PoolArena#normalizeCapacity method This ensures that when we request for memory segments of size >= pageSize the normalizedCapacity equals the next nearest power of 2 To search for the first offset in chunk that has at least requested size available we construct a complete balanced binary tree and store it in an array (just like heaps) - memoryMap The tree looks like this (the size of each node being mentioned in the parenthesis) depth=0 1 node (chunkSize) depth=1 2 nodes (chunkSize/2) ..
PoolChunk(PoolArena<T>, T, int, int, int, int, int) - Constructor for class io.netty.buffer.PoolChunk
 
PoolChunk(PoolArena<T>, T, int, int) - Constructor for class io.netty.buffer.PoolChunk
Creates a special chunk that is not pooled.
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.
PooledByteBuf<T> - Class in io.netty.buffer
 
PooledByteBuf(Recycler.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(int, int, int, int) - 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, 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.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(Recycler.Handle<PooledDirectByteBuf>, int) - Constructor for class io.netty.buffer.PooledDirectByteBuf
 
PooledDuplicatedByteBuf - Class in io.netty.buffer
 
PooledDuplicatedByteBuf(Recycler.Handle<PooledDuplicatedByteBuf>) - Constructor for class io.netty.buffer.PooledDuplicatedByteBuf
 
PooledHeapByteBuf - Class in io.netty.buffer
 
PooledHeapByteBuf(Recycler.Handle<? extends PooledHeapByteBuf>, int) - Constructor for class io.netty.buffer.PooledHeapByteBuf
 
PooledNonRetainedDuplicateByteBuf(ReferenceCounted, AbstractByteBuf) - Constructor for class io.netty.buffer.AbstractPooledDerivedByteBuf.PooledNonRetainedDuplicateByteBuf
 
PooledNonRetainedSlicedByteBuf(ReferenceCounted, AbstractByteBuf, int, int) - Constructor for class io.netty.buffer.AbstractPooledDerivedByteBuf.PooledNonRetainedSlicedByteBuf
 
PooledSlicedByteBuf - Class in io.netty.buffer
 
PooledSlicedByteBuf(Recycler.Handle<PooledSlicedByteBuf>) - Constructor for class io.netty.buffer.PooledSlicedByteBuf
 
PooledUnsafeDirectByteBuf - Class in io.netty.buffer
 
PooledUnsafeDirectByteBuf(Recycler.Handle<PooledUnsafeDirectByteBuf>, int) - Constructor for class io.netty.buffer.PooledUnsafeDirectByteBuf
 
PooledUnsafeHeapByteBuf - Class in io.netty.buffer
 
PooledUnsafeHeapByteBuf(Recycler.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, int) - Constructor for class io.netty.buffer.PoolThreadCache
 
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
 
pop() - Method in class io.netty.util.Recycler.Stack
 
port - Variable in class io.netty.channel.epoll.NativeDatagramPacketArray.NativeDatagramPacket
 
PORT - Static variable in class io.netty.handler.codec.http.CookieDecoder
Deprecated.
 
port - Variable in class io.netty.handler.codec.http.HttpScheme
 
port() - Method in class io.netty.handler.codec.http.HttpScheme
 
port - Variable in class io.netty.handler.codec.http.websocketx.WebSocketScheme
 
port() - Method in class io.netty.handler.codec.http.websocketx.WebSocketScheme
 
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 - Variable in class io.netty.handler.codec.socks.SocksCmdRequest
 
port() - Method in class io.netty.handler.codec.socks.SocksCmdRequest
Returns port that is used as a parameter in SocksCmdType
port - Variable in class io.netty.handler.codec.socks.SocksCmdResponse
 
port() - Method in class io.netty.handler.codec.socks.SocksCmdResponse
Returns port that is used as a parameter in SocksCmdType.
PORT_ROW_LABEL - Static variable in class io.netty.resolver.dns.UnixResolverDnsServerAddressStreamProvider
 
ports() - Method in interface io.netty.handler.codec.http.Cookie
Deprecated.
Not part of RFC6265
ports - Variable in class io.netty.handler.codec.http.DefaultCookie
Deprecated.
 
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
 
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.
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
 
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_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)
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() - Method in class io.netty.handler.codec.http2.Http2ConnectionHandler.BaseDecoder
Determine if the HTTP/2 connection preface been sent.
prefaceSent - Variable in class io.netty.handler.codec.http2.Http2ConnectionHandler.PrefaceDecoder
 
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.local
Wraps another ByteBufAllocator and use heapbuffers everywhere except when a direct buffer is explicit requested.
PreferHeapByteBufAllocator(ByteBufAllocator) - Constructor for class io.netty.channel.local.PreferHeapByteBufAllocator
 
preferredAddressType - Variable in class io.netty.resolver.dns.DnsNameResolver
 
preferredAddressType() - Method in class io.netty.resolver.dns.DnsNameResolver
 
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
 
preferredEventExecutor() - Method in class io.netty.handler.codec.http2.AbstractHttp2StreamChannel
The ideal thread for events like AbstractHttp2StreamChannel.doWrite(ChannelOutboundBuffer) to be processed on.
preferredEventExecutor() - Method in class io.netty.handler.codec.http2.Http2MultiplexCodec.Http2StreamChannel
 
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, Object...) - Method in class io.netty.handler.codec.http.cors.CorsConfig.Builder
preflightResponseHeader(CharSequence, Iterable<T>) - Method in class io.netty.handler.codec.http.cors.CorsConfig.Builder
preflightResponseHeader(String, Callable<T>) - 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, 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, 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.
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, Throwable) - 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(Throwable) - Constructor for exception io.netty.handler.codec.PrematureChannelClosureException
Creates a new instance.
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, int, int) - Static method in class io.netty.buffer.ByteBufUtil.HexUtil
 
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
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.DefaultAttributeMap.DefaultAttribute
 
prev - Variable in class io.netty.util.HashedWheelTimer.HashedWheelTimeout
 
prev - Variable in class io.netty.util.Recycler.Stack
 
prevData - Variable in class io.netty.handler.codec.http2.DefaultHttp2FrameWriter.DataFrameHeader
 
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
 
prevList - Variable in class io.netty.buffer.PoolChunkList
 
prevList(PoolChunkList<T>) - Method in class io.netty.buffer.PoolChunkList
 
prevPadding - Variable in class io.netty.handler.codec.http2.DefaultHttp2FrameWriter.DataFrameHeader
 
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 - Static variable in class io.netty.handler.codec.http2.Http2Flags
 
PRIORITY - Static variable in class io.netty.handler.codec.http2.Http2FrameTypes
 
priority - Variable in class io.netty.handler.codec.spdy.DefaultSpdySynStreamFrame
 
priority() - Method in class io.netty.handler.codec.spdy.DefaultSpdySynStreamFrame
 
PRIORITY - Static variable in class io.netty.handler.codec.spdy.SpdyHttpHeaders.Names
"x-spdy-priority"
priority - Variable in class io.netty.handler.codec.spdy.SpdySession.StreamState
 
priority() - Method in interface io.netty.handler.codec.spdy.SpdySynStreamFrame
Returns the priority of the stream.
priority - Variable in class io.netty.util.concurrent.DefaultThreadFactory
 
priority() - Method in class io.netty.util.concurrent.SingleThreadEventExecutor.DefaultThreadProperties
 
priority() - Method in interface io.netty.util.concurrent.ThreadProperties
 
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<?>, int) - Method in class io.netty.handler.codec.http2.WeightedFairQueueByteDistributor.State
 
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 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.
PriorKnowledgeHandler() - Constructor for class io.netty.handler.codec.http2.CleartextHttp2ServerUpgradeHandler.PriorKnowledgeHandler
 
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"
privateKey - Variable in class io.netty.handler.ssl.util.SelfSignedCertificate
 
privateKey() - Method in class io.netty.handler.ssl.util.SelfSignedCertificate
Returns the generated RSA private key file in PEM format.
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(byte) - Method in class io.netty.handler.codec.base64.Base64.Decoder
 
process(byte) - Method in class io.netty.handler.codec.http.HttpObjectDecoder.HeaderParser
 
process(byte) - Method in class io.netty.handler.codec.http.HttpResponseStatus.HttpStatusLineProcessor
 
process(byte) - Method in class io.netty.handler.codec.http.websocketx.Utf8Validator
 
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.handler.codec.http2.HpackHuffmanDecoder.DecoderProcessor
 
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.util.ByteProcessor.IndexNotOfProcessor
 
process(byte) - Method in class io.netty.util.ByteProcessor.IndexOfProcessor
 
process(byte) - Method in interface io.netty.util.ByteProcessor
 
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, 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
 
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
 
processMessage(Object) - Method in class io.netty.channel.unix.IovArray
 
processor - Variable in class io.netty.handler.codec.http2.HpackHuffmanDecoder
 
processPayloadState(ChannelHandlerContext, ByteBuf, Http2FrameListener) - Method in class io.netty.handler.codec.http2.DefaultHttp2FrameReader
 
processReady(EpollEventArray, int) - Method in class io.netty.channel.epoll.EpollEventLoop
 
processReady(int) - Method in class io.netty.channel.kqueue.KQueueEventLoop
 
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
 
processWritten(int, long) - Method in class io.netty.channel.unix.IovArray
Process the written iov entries.
progress - Variable in class io.netty.channel.ChannelOutboundBuffer.Entry
 
progress(long) - Method in class io.netty.channel.ChannelOutboundBuffer
Notify the ChannelPromise of the current message about writing progress.
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.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, 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.AbstractWriteTask
 
promise() - Method in class io.netty.channel.ChannelFlushPromiseNotifier.DefaultFlushCheckpoint
 
promise() - Method in interface io.netty.channel.ChannelFlushPromiseNotifier.FlushCheckpoint
 
promise - Variable in class io.netty.channel.ChannelOutboundBuffer.Entry
 
promise() - Method in class io.netty.channel.DefaultChannelProgressivePromise
 
promise() - Method in class io.netty.channel.DefaultChannelPromise
 
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<V> - Interface in io.netty.util.concurrent
Special Future which is writable.
promise - Variable in class io.netty.util.concurrent.UnaryPromiseNotifier
 
promise - Variable in class io.netty.util.internal.PendingWrite
 
promise() - Method in class io.netty.util.internal.PendingWrite
 
PromiseAggregator<V,F extends Future<V>> - Class in io.netty.util.concurrent
Deprecated.
Use PromiseCombiner 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>, boolean) - Constructor for class io.netty.util.concurrent.PromiseAggregator
Deprecated.
Creates a new instance.
PromiseAggregator(Promise<Void>) - Constructor for class io.netty.util.concurrent.PromiseAggregator
Deprecated.
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
 
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(Promise<? super V>...) - Constructor for class io.netty.util.concurrent.PromiseNotifier
Create a new instance.
PromiseNotifier(boolean, 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, 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
 
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_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_MAX_RECORDS - Static variable in class io.netty.util.ResourceLeakDetector
 
PROP_MODE - Static variable in class io.netty.buffer.AbstractByteBuf
 
PROP_REPO_STATUS - Static variable in class io.netty.util.Version
 
PROP_SHORT_COMMIT_HASH - Static variable in class io.netty.util.Version
 
PROP_VERSION - Static variable in class io.netty.util.Version
 
propagateSettings - Variable in class io.netty.handler.codec.http2.AbstractInboundHttp2ToHttpAdapterBuilder
 
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 - Variable in class io.netty.handler.codec.http2.InboundHttp2ToHttpAdapter
 
propagateSettings(boolean) - Method in class io.netty.handler.codec.http2.InboundHttp2ToHttpAdapterBuilder
 
properties - Variable in class io.netty.handler.codec.http2.DefaultHttp2Connection.DefaultStream
 
PROPERTIES_UPDATER - Static variable in class io.netty.util.concurrent.SingleThreadEventExecutor
 
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
 
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 - Variable in class io.netty.handler.codec.http.HttpServerUpgradeHandler.UpgradeEvent
 
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 - Static variable in class io.netty.handler.proxy.HttpProxyHandler
 
protocol() - Method in class io.netty.handler.proxy.HttpProxyHandler
 
protocol - Variable in class io.netty.handler.proxy.ProxyConnectionEvent
 
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 - Static variable in class io.netty.handler.proxy.Socks4ProxyHandler
 
protocol() - Method in class io.netty.handler.proxy.Socks4ProxyHandler
 
PROTOCOL - Static variable in class io.netty.handler.proxy.Socks5ProxyHandler
 
protocol() - Method in class io.netty.handler.proxy.Socks5ProxyHandler
 
protocol - Variable in class io.netty.handler.ssl.ApplicationProtocolConfig
 
protocol() - Method in class io.netty.handler.ssl.ApplicationProtocolConfig
Get which application level protocol negotiation to use.
Protocol() - Constructor for enum io.netty.handler.ssl.ApplicationProtocolConfig.Protocol
 
PROTOCOL - Static variable in class io.netty.handler.ssl.JdkSslContext
 
protocol() - Method in interface io.netty.handler.ssl.OpenSslApplicationProtocolNegotiator
Returns the ApplicationProtocolConfig.Protocol which should be used.
protocol() - Method in class io.netty.handler.ssl.OpenSslDefaultApplicationProtocolNegotiator
 
protocol() - Method in class io.netty.handler.ssl.OpenSslNpnApplicationProtocolNegotiator
Deprecated.
 
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
 
protocolIdentifier - Variable in class io.netty.channel.sctp.SctpMessage
 
protocolIdentifier() - Method in class io.netty.channel.sctp.SctpMessage
Return the protocol-identifier
protocolIdentifier - Variable in class io.netty.handler.codec.sctp.SctpInboundByteStreamHandler
 
protocolIdentifier - Variable in class io.netty.handler.codec.sctp.SctpOutboundByteStreamHandler
 
protocolLevel() - Method in enum io.netty.handler.codec.mqtt.MqttVersion
 
protocolListenerFactory() - Method in interface io.netty.handler.ssl.JdkApplicationProtocolNegotiator
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() - Method in interface io.netty.handler.ssl.ApplicationProtocolNegotiator
Get the collection of application protocols supported by this application (in preference order).
protocols - Variable in class io.netty.handler.ssl.JdkBaseApplicationProtocolNegotiator
 
protocols() - Method in class io.netty.handler.ssl.JdkBaseApplicationProtocolNegotiator
 
protocols() - Method in class io.netty.handler.ssl.JdkDefaultApplicationProtocolNegotiator
 
protocols - Variable in class io.netty.handler.ssl.JdkSslContext
 
protocols() - Method in class io.netty.handler.ssl.OpenSslDefaultApplicationProtocolNegotiator
 
protocols - Variable in class io.netty.handler.ssl.OpenSslNpnApplicationProtocolNegotiator
Deprecated.
 
protocols() - Method in class io.netty.handler.ssl.OpenSslNpnApplicationProtocolNegotiator
Deprecated.
 
protocols - Variable in class io.netty.handler.ssl.SslContextBuilder
 
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
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() - 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(MqttVersion) - Method in class io.netty.handler.codec.mqtt.MqttMessageBuilders.ConnectBuilder
 
protocolVersion - Variable in class io.netty.handler.codec.socks.SocksMessage
 
protocolVersion() - Method in class io.netty.handler.codec.socks.SocksMessage
protocolViolation(ChannelHandlerContext, String) - Method in class io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder
 
protocolViolation(ChannelHandlerContext, CorruptedFrameException) - Method in class io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder
 
provider - Variable in class io.netty.channel.nio.NioEventLoop
 
provider() - Method in class io.netty.channel.nio.SelectedSelectionKeySetSelector
 
provider - Variable in class io.netty.handler.ssl.SslContextBuilder
 
PROVIDER - Static variable in class io.netty.handler.ssl.util.SimpleTrustManagerFactory
 
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_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() - Method in class io.netty.handler.proxy.ProxyConnectionEvent
Returns the address of the proxy server.
proxyAddress - Variable in class io.netty.handler.proxy.ProxyHandler
 
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(Throwable) - Constructor for exception io.netty.handler.proxy.ProxyConnectException
 
ProxyConnectException(String, 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
 
ProxyHandler(SocketAddress) - Constructor for class io.netty.handler.proxy.ProxyHandler
 
ProxyHandler.LazyChannelPromise - Class in io.netty.handler.proxy
 
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) - Constructor for enum io.netty.handler.codec.http2.Http2Headers.PseudoHeaderName
 
pseudoHeaders - Variable in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
 
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.
PTR - Static variable in class io.netty.handler.codec.dns.DnsRecordType
Pointer record RFC 1035 Pointer to a canonical name.
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"
publish() - Static method in class io.netty.handler.codec.mqtt.MqttMessageBuilders
 
PublishBuilder() - Constructor for class io.netty.handler.codec.mqtt.MqttMessageBuilders.PublishBuilder
 
push(Recycler.DefaultHandle<?>) - Method in class io.netty.util.Recycler.Stack
 
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.
pushLater(Recycler.DefaultHandle<?>, Thread) - Method in class io.netty.util.Recycler.Stack
 
pushNow(Recycler.DefaultHandle<?>) - Method in class io.netty.util.Recycler.Stack
 
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.
pushToAllowed - Variable in class io.netty.handler.codec.http2.DefaultHttp2Connection.DefaultEndpoint
 
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.
put(char, Long) - Method in class io.netty.handler.codec.http2.Http2Settings
Adds the given setting key/value pair.
put(K, V) - Method in class io.netty.handler.codec.serialization.ReferenceMap
 
put(byte, Object) - Method in class io.netty.util.collection.ByteCollections.EmptyMap
 
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.ByteCollections.UnmodifiableMap
 
put(byte, V) - Method in class io.netty.util.collection.ByteObjectHashMap
 
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, Object) - Method in class io.netty.util.collection.CharCollections.EmptyMap
 
put(Character, Object) - Method in class io.netty.util.collection.CharCollections.EmptyMap
 
put(char, V) - Method in class io.netty.util.collection.CharCollections.UnmodifiableMap
 
put(Character, V) - Method in class io.netty.util.collection.CharCollections.UnmodifiableMap
 
put(char, V) - Method in class io.netty.util.collection.CharObjectHashMap
 
put(Character, 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(Integer, Object) - Method in class io.netty.util.collection.IntCollections.EmptyMap
 
put(int, V) - Method in class io.netty.util.collection.IntCollections.UnmodifiableMap
 
put(Integer, V) - Method in class io.netty.util.collection.IntCollections.UnmodifiableMap
 
put(int, V) - Method in class io.netty.util.collection.IntObjectHashMap
 
put(Integer, 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, Object) - Method in class io.netty.util.collection.LongCollections.EmptyMap
 
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.LongCollections.UnmodifiableMap
 
put(long, V) - Method in class io.netty.util.collection.LongObjectHashMap
 
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, 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.ShortCollections.UnmodifiableMap
 
put(short, V) - Method in class io.netty.util.collection.ShortObjectHashMap
 
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.
putAll(Map<? extends K, ? extends V>) - Method in class io.netty.handler.codec.serialization.ReferenceMap
 
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
 
putByte(long, byte) - Static method in class io.netty.util.internal.PlatformDependent
 
putByte(byte[], int, byte) - Static method in class io.netty.util.internal.PlatformDependent
 
putByte(long, byte) - Static method in class io.netty.util.internal.PlatformDependent0
 
putByte(byte[], int, byte) - Static method in class io.netty.util.internal.PlatformDependent0
 
putIfAbsent(Map<String, DnsServerAddresses>, String, List<InetSocketAddress>) - Static method in class io.netty.resolver.dns.UnixResolverDnsServerAddressStreamProvider
 
putIfAbsent(Map<String, DnsServerAddresses>, String, DnsServerAddresses) - Static method in class io.netty.resolver.dns.UnixResolverDnsServerAddressStreamProvider
 
putInt(long, int) - Static method in class io.netty.util.internal.PlatformDependent
 
putInt(byte[], int, int) - Static method in class io.netty.util.internal.PlatformDependent
 
putInt(long, int) - Static method in class io.netty.util.internal.PlatformDependent0
 
putInt(byte[], int, int) - Static method in class io.netty.util.internal.PlatformDependent0
 
putLong(long, long) - Static method in class io.netty.util.internal.PlatformDependent
 
putLong(byte[], int, long) - Static method in class io.netty.util.internal.PlatformDependent
 
putLong(long, long) - Static method in class io.netty.util.internal.PlatformDependent0
 
putLong(byte[], int, long) - Static method in class io.netty.util.internal.PlatformDependent0
 
putMessage(Http2Stream, FullHttpMessage) - Method in class io.netty.handler.codec.http2.InboundHttp2ToHttpAdapter
Make message be the state associated with stream.
putMessage(int, FullHttpMessage) - Method in class io.netty.handler.codec.spdy.SpdyHttpDecoder
 
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(long, short) - Static method in class io.netty.util.internal.PlatformDependent
 
putShort(byte[], int, short) - Static method in class io.netty.util.internal.PlatformDependent
 
putShort(long, short) - Static method in class io.netty.util.internal.PlatformDependent0
 
putShort(byte[], int, short) - Static method in class io.netty.util.internal.PlatformDependent0
 
putValue(String, Object) - Method in class io.netty.handler.ssl.JdkSslSession
 

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(MqttQoS) - Method in class io.netty.handler.codec.mqtt.MqttMessageBuilders.PublishBuilder
 
qosLevel - Variable in class io.netty.handler.codec.mqtt.MqttFixedHeader
 
qosLevel() - Method in class io.netty.handler.codec.mqtt.MqttFixedHeader
 
qualityOfService - Variable in class io.netty.handler.codec.mqtt.MqttTopicSubscription
 
qualityOfService() - Method in class io.netty.handler.codec.mqtt.MqttTopicSubscription
 
queriesInProgress - Variable in class io.netty.resolver.dns.DnsNameResolverContext
 
QUERY - Static variable in class io.netty.handler.codec.dns.DnsOpCode
The 'Query' DNS OpCode, as defined in RFC1035.
query(DnsQuestion) - 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(DnsQuestion, Promise<AddressedEnvelope<? extends DnsResponse, InetSocketAddress>>) - Method in class io.netty.resolver.dns.DnsNameResolver
Sends a DNS query with the specified question.
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, 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, 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>, 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(DnsServerAddressStream, int, DnsQuestion, Promise<T>) - Method in class io.netty.resolver.dns.DnsNameResolverContext
 
query(DnsServerAddressStream, int, DnsQuestion, DnsQueryLifecycleObserver, Promise<T>) - Method in class io.netty.resolver.dns.DnsNameResolverContext
 
query(String, DnsRecordType, DnsServerAddressStream, Promise<T>) - Method in class io.netty.resolver.dns.DnsNameResolverContext
 
query(ChannelPromise) - Method in class io.netty.resolver.dns.DnsQueryContext
 
query0(InetSocketAddress, DnsQuestion, DnsRecord[], Promise<AddressedEnvelope<? extends DnsResponse, InetSocketAddress>>) - Method in class io.netty.resolver.dns.DnsNameResolver
 
query0(InetSocketAddress, DnsQuestion, DnsRecord[], ChannelPromise, 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.NoopDnsQueryLifecycleObserver
 
queryCancelled(int) - Method in class io.netty.resolver.dns.TraceDnsQueryLifecycleObserver
 
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.NoopDnsQueryLifecycleObserver
 
queryCNAMEd(DnsQuestion) - Method in class io.netty.resolver.dns.TraceDnsQueryLifecycleObserver
 
queryContextManager - Variable in class io.netty.resolver.dns.DnsNameResolver
Manages the DnsQueryContexts in progress and their query IDs.
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.NoopDnsQueryLifecycleObserver
 
queryFailed(Throwable) - Method in class io.netty.resolver.dns.TraceDnsQueryLifecycleObserver
 
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.NoopDnsQueryLifecycleObserver
 
queryNoAnswer(DnsResponseCode) - Method in class io.netty.resolver.dns.TraceDnsQueryLifecycleObserver
 
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.NoopDnsQueryLifecycleObserver
 
queryRedirected(List<InetSocketAddress>) - Method in class io.netty.resolver.dns.TraceDnsQueryLifecycleObserver
 
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(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.
QueryStringEncoder - Class in io.netty.handler.codec.http
Creates an 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.NoopDnsQueryLifecycleObserver
 
querySucceed() - Method in class io.netty.resolver.dns.TraceDnsQueryLifecycleObserver
 
queryTimeoutMillis - Variable in class io.netty.resolver.dns.DnsNameResolver
 
queryTimeoutMillis() - Method in class io.netty.resolver.dns.DnsNameResolver
Returns the timeout of each DNS query performed by this resolver (in milliseconds).
queryTimeoutMillis - Variable in class io.netty.resolver.dns.DnsNameResolverBuilder
 
queryTimeoutMillis(long) - Method in class io.netty.resolver.dns.DnsNameResolverBuilder
Sets the timeout of each DNS query performed by this resolver (in milliseconds).
queryWritten(InetSocketAddress, ChannelFuture) - Method in class io.netty.resolver.dns.BiDnsQueryLifecycleObserver
 
queryWritten(InetSocketAddress, ChannelFuture) - Method in interface io.netty.resolver.dns.DnsQueryLifecycleObserver
The query has been written.
queryWritten(InetSocketAddress, ChannelFuture) - Method in class io.netty.resolver.dns.NoopDnsQueryLifecycleObserver
 
queryWritten(InetSocketAddress, ChannelFuture) - Method in class io.netty.resolver.dns.TraceDnsQueryLifecycleObserver
 
question - Variable in exception io.netty.resolver.dns.DnsNameResolverException
 
question() - Method in exception io.netty.resolver.dns.DnsNameResolverException
Returns the DnsQuestion of the DNS query that has failed.
question - Variable in class io.netty.resolver.dns.DnsQueryContext
 
question() - Method in class io.netty.resolver.dns.DnsQueryContext
 
question - Variable in class io.netty.resolver.dns.TraceDnsQueryLifecycleObserver
 
QUESTION_MARK - Static variable in class io.netty.handler.codec.http.HttpRequestEncoder
 
questionName - Variable in class io.netty.resolver.dns.DnsNameResolverContext.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.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
 
queueSize - Variable in class io.netty.handler.traffic.ChannelTrafficShapingHandler
 
queueSize() - Method 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
 
queuesSize - Variable in class io.netty.handler.traffic.GlobalChannelTrafficShapingHandler
Global queues size
queuesSize() - Method in class io.netty.handler.traffic.GlobalChannelTrafficShapingHandler
 
queuesSize - Variable in class io.netty.handler.traffic.GlobalTrafficShapingHandler
Global queues size
queuesSize() - Method in class io.netty.handler.traffic.GlobalTrafficShapingHandler
 
quietPeriodTask - Variable in class io.netty.util.concurrent.GlobalEventExecutor
 
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
 
quit() - Static method in class io.netty.handler.codec.smtp.SmtpRequests
Creates a QUIT request.
QUITQ - Static variable in class io.netty.handler.codec.memcache.binary.BinaryMemcacheOpcodes
 
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

r - Variable in class io.netty.util.concurrent.DefaultThreadFactory.DefaultRunnableDecorator
 
raise() - Static method in exception com.sun.nio.sctp.UnsupportedOperatingSystemException
 
random() - Static method in class io.netty.handler.ssl.util.ThreadLocalInsecureRandom
 
random() - Method in class io.netty.util.internal.InternalThreadLocalMap
 
random - Variable in class io.netty.util.internal.UnpaddedInternalThreadLocalMap
 
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 - 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
 
ratioMask - Variable in class io.netty.util.Recycler
 
ratioMask - Variable in class io.netty.util.Recycler.Stack
 
rawPath(URI) - Static method in class io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker
Return the constructed raw path for the give URI.
RCPT - Static variable in class io.netty.handler.codec.smtp.SmtpCommand
 
rcpt(CharSequence, CharSequence...) - Static method in class io.netty.handler.codec.smtp.SmtpRequests
Creates a RCPT request.
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 overriden 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
 
read() - Method in class io.netty.buffer.ByteBufInputStream
 
read(byte[], int, int) - 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(ChannelHandlerContext) - Method in class io.netty.channel.ChannelDuplexHandler
read() - Method in interface io.netty.channel.ChannelHandlerContext
 
read(ChannelHandlerContext) - Method in interface io.netty.channel.ChannelOutboundHandler
read(ChannelHandlerContext) - Method in class io.netty.channel.ChannelOutboundHandlerAdapter
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(ChannelHandlerContext) - Method in class io.netty.channel.CombinedChannelDuplexHandler
 
read(ChannelHandlerContext) - Method in class io.netty.channel.DefaultChannelPipeline.HeadContext
 
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(ByteBuffer, int, int) - Method in class io.netty.channel.unix.FileDescriptor
 
read(int, ByteBuffer, int, int) - Static method in class io.netty.channel.unix.FileDescriptor
 
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(ChannelHandlerContext) - Method in class io.netty.handler.codec.DatagramPacketEncoder
 
read(ChannelHandlerContext) - Method in class io.netty.handler.codec.http.HttpClientUpgradeHandler
 
read(ChannelHandlerContext) - Method in class io.netty.handler.codec.http2.Http2ConnectionHandler
 
read() - Method in class io.netty.handler.codec.serialization.ObjectDecoderInputStream
 
read(byte[], int, int) - Method in class io.netty.handler.codec.serialization.ObjectDecoderInputStream
 
read(byte[]) - Method in class io.netty.handler.codec.serialization.ObjectDecoderInputStream
 
read - Variable in class io.netty.handler.codec.spdy.SpdyFrameCodec
 
read(ChannelHandlerContext) - Method in class io.netty.handler.codec.spdy.SpdyFrameCodec
 
read(ChannelHandlerContext) - Method in class io.netty.handler.flow.FlowControlHandler
 
read(ChannelHandlerContext) - Method in class io.netty.handler.ssl.AbstractSniHandler
 
read(ChannelHandlerContext) - Method in class io.netty.handler.ssl.SslHandler
 
read(ChannelHandlerContext) - Method in class io.netty.handler.traffic.AbstractTrafficShapingHandler
 
READ_ADDRESS_CLOSED_CHANNEL_EXCEPTION - Static variable in class io.netty.channel.unix.FileDescriptor
 
READ_ADDRESS_CONNECTION_RESET_EXCEPTION - Static variable in class io.netty.channel.unix.FileDescriptor
 
READ_CLOSED_CHANNEL_EXCEPTION - Static variable in class io.netty.channel.unix.FileDescriptor
 
READ_CONNECTION_RESET_EXCEPTION - Static variable in class io.netty.channel.unix.FileDescriptor
 
READ_HEADER_REPRESENTATION - Static variable in class io.netty.handler.codec.http2.HpackDecoder
 
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_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_MAX_DYNAMIC_TABLE_SIZE - Static variable in class io.netty.handler.codec.http2.HpackDecoder
 
READ_NAME_ILLEGAL_INDEX_VALUE - Static variable in class io.netty.handler.codec.http2.HpackDecoder
 
READ_SUSPENDED - Static variable in class io.netty.handler.traffic.AbstractTrafficShapingHandler
 
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 - Variable in class io.netty.channel.CoalescingBufferQueue
 
readableBytes() - Method in class io.netty.channel.CoalescingBufferQueue
The number of readable bytes.
readableBytes() - Method in class io.netty.handler.codec.ReplayingDecoderByteBuf
 
readAddress(long, int, int) - Method in class io.netty.channel.unix.FileDescriptor
 
readAddress(int, long, int, int) - Static 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
 
readBuf - Variable in class io.netty.channel.nio.AbstractNioMessageChannel.NioMessageUnsafe
 
readBuf - Variable in class io.netty.channel.oio.AbstractOioMessageChannel
 
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
 
readBytes(int) - Method in class io.netty.buffer.AbstractByteBuf
 
readBytes(byte[], int, int) - Method in class io.netty.buffer.AbstractByteBuf
 
readBytes(byte[]) - Method in class io.netty.buffer.AbstractByteBuf
 
readBytes(ByteBuf) - Method in class io.netty.buffer.AbstractByteBuf
 
readBytes(ByteBuf, int) - Method in class io.netty.buffer.AbstractByteBuf
 
readBytes(ByteBuf, int, int) - Method in class io.netty.buffer.AbstractByteBuf
 
readBytes(ByteBuffer) - Method in class io.netty.buffer.AbstractByteBuf
 
readBytes(GatheringByteChannel, int) - Method in class io.netty.buffer.AbstractByteBuf
 
readBytes(FileChannel, long, int) - Method in class io.netty.buffer.AbstractByteBuf
 
readBytes(OutputStream, int) - Method in class io.netty.buffer.AbstractByteBuf
 
readBytes(int) - Method in class io.netty.buffer.AdvancedLeakAwareByteBuf
 
readBytes(ByteBuf) - Method in class io.netty.buffer.AdvancedLeakAwareByteBuf
 
readBytes(ByteBuf, int) - Method in class io.netty.buffer.AdvancedLeakAwareByteBuf
 
readBytes(ByteBuf, int, int) - Method in class io.netty.buffer.AdvancedLeakAwareByteBuf
 
readBytes(byte[]) - Method in class io.netty.buffer.AdvancedLeakAwareByteBuf
 
readBytes(byte[], int, int) - Method in class io.netty.buffer.AdvancedLeakAwareByteBuf
 
readBytes(ByteBuffer) - Method in class io.netty.buffer.AdvancedLeakAwareByteBuf
 
readBytes(OutputStream, int) - Method in class io.netty.buffer.AdvancedLeakAwareByteBuf
 
readBytes(GatheringByteChannel, int) - Method in class io.netty.buffer.AdvancedLeakAwareByteBuf
 
readBytes(FileChannel, long, int) - Method in class io.netty.buffer.AdvancedLeakAwareByteBuf
 
readBytes(int) - Method in class io.netty.buffer.AdvancedLeakAwareCompositeByteBuf
 
readBytes(ByteBuf) - Method in class io.netty.buffer.AdvancedLeakAwareCompositeByteBuf
 
readBytes(ByteBuf, int) - Method in class io.netty.buffer.AdvancedLeakAwareCompositeByteBuf
 
readBytes(ByteBuf, int, int) - Method in class io.netty.buffer.AdvancedLeakAwareCompositeByteBuf
 
readBytes(byte[]) - Method in class io.netty.buffer.AdvancedLeakAwareCompositeByteBuf
 
readBytes(byte[], int, int) - Method in class io.netty.buffer.AdvancedLeakAwareCompositeByteBuf
 
readBytes(ByteBuffer) - Method in class io.netty.buffer.AdvancedLeakAwareCompositeByteBuf
 
readBytes(OutputStream, int) - Method in class io.netty.buffer.AdvancedLeakAwareCompositeByteBuf
 
readBytes(GatheringByteChannel, int) - Method in class io.netty.buffer.AdvancedLeakAwareCompositeByteBuf
 
readBytes(FileChannel, long, 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(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, 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.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[]) - 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[], 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(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(OutputStream, 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.ByteBuf
Transfers this buffer's data to the specified stream starting at the current readerIndex.
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() - Method in class io.netty.buffer.ByteBufInputStream
Returns the number of read bytes by this stream so far.
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(ByteBuf) - Method in class io.netty.buffer.CompositeByteBuf
 
readBytes(ByteBuf, int) - Method in class io.netty.buffer.CompositeByteBuf
 
readBytes(ByteBuf, int, int) - Method in class io.netty.buffer.CompositeByteBuf
 
readBytes(byte[]) - Method in class io.netty.buffer.CompositeByteBuf
 
readBytes(byte[], int, int) - Method in class io.netty.buffer.CompositeByteBuf
 
readBytes(ByteBuffer) - Method in class io.netty.buffer.CompositeByteBuf
 
readBytes(OutputStream, int) - Method in class io.netty.buffer.CompositeByteBuf
 
readBytes(int) - Method in class io.netty.buffer.EmptyByteBuf
 
readBytes(ByteBuf) - Method in class io.netty.buffer.EmptyByteBuf
 
readBytes(ByteBuf, int) - Method in class io.netty.buffer.EmptyByteBuf
 
readBytes(ByteBuf, int, int) - Method in class io.netty.buffer.EmptyByteBuf
 
readBytes(byte[]) - Method in class io.netty.buffer.EmptyByteBuf
 
readBytes(byte[], int, int) - Method in class io.netty.buffer.EmptyByteBuf
 
readBytes(ByteBuffer) - Method in class io.netty.buffer.EmptyByteBuf
 
readBytes(OutputStream, int) - Method in class io.netty.buffer.EmptyByteBuf
 
readBytes(GatheringByteChannel, int) - Method in class io.netty.buffer.EmptyByteBuf
 
readBytes(FileChannel, long, int) - Method in class io.netty.buffer.EmptyByteBuf
 
readBytes(byte[], int, int) - Method in class io.netty.buffer.PooledDirectByteBuf
 
readBytes(ByteBuffer) - Method in class io.netty.buffer.PooledDirectByteBuf
 
readBytes(OutputStream, int) - Method in class io.netty.buffer.PooledDirectByteBuf
 
readBytes(GatheringByteChannel, int) - Method in class io.netty.buffer.PooledDirectByteBuf
 
readBytes(FileChannel, long, int) - Method in class io.netty.buffer.PooledDirectByteBuf
 
readBytes(GatheringByteChannel, int) - Method in class io.netty.buffer.PooledHeapByteBuf
 
readBytes(FileChannel, long, int) - Method in class io.netty.buffer.PooledHeapByteBuf
 
readBytes(ByteBuffer) - Method in class io.netty.buffer.PooledUnsafeDirectByteBuf
 
readBytes(GatheringByteChannel, int) - Method in class io.netty.buffer.PooledUnsafeDirectByteBuf
 
readBytes(FileChannel, long, int) - Method in class io.netty.buffer.PooledUnsafeDirectByteBuf
 
readBytes(int) - Method in class io.netty.buffer.SwappedByteBuf
Deprecated.
 
readBytes(ByteBuf) - Method in class io.netty.buffer.SwappedByteBuf
Deprecated.
 
readBytes(ByteBuf, int) - Method in class io.netty.buffer.SwappedByteBuf
Deprecated.
 
readBytes(ByteBuf, int, int) - Method in class io.netty.buffer.SwappedByteBuf
Deprecated.
 
readBytes(byte[]) - Method in class io.netty.buffer.SwappedByteBuf
Deprecated.
 
readBytes(byte[], int, int) - Method in class io.netty.buffer.SwappedByteBuf
Deprecated.
 
readBytes(ByteBuffer) - Method in class io.netty.buffer.SwappedByteBuf
Deprecated.
 
readBytes(OutputStream, int) - Method in class io.netty.buffer.SwappedByteBuf
Deprecated.
 
readBytes(GatheringByteChannel, int) - Method in class io.netty.buffer.SwappedByteBuf
Deprecated.
 
readBytes(FileChannel, long, int) - Method in class io.netty.buffer.SwappedByteBuf
Deprecated.
 
readBytes(byte[], int, int) - Method in class io.netty.buffer.UnpooledDirectByteBuf
 
readBytes(ByteBuffer) - Method in class io.netty.buffer.UnpooledDirectByteBuf
 
readBytes(OutputStream, int) - Method in class io.netty.buffer.UnpooledDirectByteBuf
 
readBytes(GatheringByteChannel, int) - Method in class io.netty.buffer.UnpooledDirectByteBuf
 
readBytes(FileChannel, long, int) - Method in class io.netty.buffer.UnpooledDirectByteBuf
 
readBytes(GatheringByteChannel, int) - Method in class io.netty.buffer.UnpooledHeapByteBuf
 
readBytes(FileChannel, long, int) - Method in class io.netty.buffer.UnpooledHeapByteBuf
 
readBytes(ByteBuffer) - Method in class io.netty.buffer.UnpooledUnsafeDirectByteBuf
 
readBytes(GatheringByteChannel, int) - Method in class io.netty.buffer.UnpooledUnsafeDirectByteBuf
 
readBytes(FileChannel, long, int) - Method in class io.netty.buffer.UnpooledUnsafeDirectByteBuf
 
readBytes(int) - Method in class io.netty.buffer.WrappedByteBuf
 
readBytes(ByteBuf) - Method in class io.netty.buffer.WrappedByteBuf
 
readBytes(ByteBuf, int) - Method in class io.netty.buffer.WrappedByteBuf
 
readBytes(ByteBuf, int, int) - Method in class io.netty.buffer.WrappedByteBuf
 
readBytes(byte[]) - Method in class io.netty.buffer.WrappedByteBuf
 
readBytes(byte[], int, int) - Method in class io.netty.buffer.WrappedByteBuf
 
readBytes(ByteBuffer) - Method in class io.netty.buffer.WrappedByteBuf
 
readBytes(OutputStream, int) - Method in class io.netty.buffer.WrappedByteBuf
 
readBytes(GatheringByteChannel, int) - Method in class io.netty.buffer.WrappedByteBuf
 
readBytes(FileChannel, long, int) - Method in class io.netty.buffer.WrappedByteBuf
 
readBytes(int) - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
readBytes(GatheringByteChannel, int) - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
readBytes(ByteBuf) - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
readBytes(ByteBuf, int) - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
readBytes(ByteBuf, int, int) - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
readBytes(byte[]) - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
readBytes(byte[], int, int) - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
readBytes(ByteBuffer) - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
readBytes(OutputStream, int) - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
readBytes(FileChannel, long, int) - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
readBytes(byte[], int, int) - Method in class io.netty.handler.codec.ReplayingDecoderByteBuf
 
readBytes(byte[]) - Method in class io.netty.handler.codec.ReplayingDecoderByteBuf
 
readBytes(ByteBuffer) - Method in class io.netty.handler.codec.ReplayingDecoderByteBuf
 
readBytes(ByteBuf, int, int) - Method in class io.netty.handler.codec.ReplayingDecoderByteBuf
 
readBytes(ByteBuf, int) - Method in class io.netty.handler.codec.ReplayingDecoderByteBuf
 
readBytes(ByteBuf) - Method in class io.netty.handler.codec.ReplayingDecoderByteBuf
 
readBytes(GatheringByteChannel, int) - Method in class io.netty.handler.codec.ReplayingDecoderByteBuf
 
readBytes(FileChannel, long, int) - Method in class io.netty.handler.codec.ReplayingDecoderByteBuf
 
readBytes(int) - Method in class io.netty.handler.codec.ReplayingDecoderByteBuf
 
readBytes(OutputStream, 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
 
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(ChannelHandlerContext) - Method in class io.netty.handler.codec.http.HttpChunkedInput
Deprecated.
readChunk(ByteBufAllocator) - Method in class io.netty.handler.codec.http.HttpChunkedInput
 
readChunk(ChannelHandlerContext) - Method in class io.netty.handler.codec.http.multipart.HttpPostRequestEncoder
Deprecated.
readChunk(ByteBufAllocator) - Method in class io.netty.handler.codec.http.multipart.HttpPostRequestEncoder
Returns the next available HttpChunk.
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(ByteBufAllocator) - Method in class io.netty.handler.codec.http.websocketx.WebSocketChunkedInput
Fetches a chunked data from the stream.
readChunk(ChannelHandlerContext) - Method in class io.netty.handler.stream.ChunkedFile
Deprecated.
readChunk(ByteBufAllocator) - Method in class io.netty.handler.stream.ChunkedFile
 
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(ByteBufAllocator) - Method in interface io.netty.handler.stream.ChunkedInput
Fetches a chunked data from the stream.
readChunk(ChannelHandlerContext) - Method in class io.netty.handler.stream.ChunkedNioFile
Deprecated.
readChunk(ByteBufAllocator) - Method in class io.netty.handler.stream.ChunkedNioFile
 
readChunk(ChannelHandlerContext) - Method in class io.netty.handler.stream.ChunkedNioStream
Deprecated.
readChunk(ByteBufAllocator) - Method in class io.netty.handler.stream.ChunkedNioStream
 
readChunk(ChannelHandlerContext) - Method in class io.netty.handler.stream.ChunkedStream
Deprecated.
readChunk(ByteBufAllocator) - Method in class io.netty.handler.stream.ChunkedStream
 
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.epoll.EpollRecvByteAllocatorHandle
 
readComplete() - Method in class io.netty.channel.kqueue.KQueueRecvByteAllocatorHandle
 
readComplete() - Method in class io.netty.channel.RecvByteBufAllocator.DelegatingHandle
 
readComplete() - Method in interface io.netty.channel.RecvByteBufAllocator.Handle
Deprecated.
The read has completed.
readContent(InputStream) - Static method in class io.netty.handler.ssl.PemReader
 
readContinuationFrame(ByteBuf, Http2FrameListener) - Method in class io.netty.handler.codec.http2.DefaultHttp2FrameReader
 
readDataFrame(ChannelHandlerContext, ByteBuf, 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.
readDelimiter(ByteBuf, String) - 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.
readDelimiterStandard(ByteBuf, String) - 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
 
readDuringHandshake - Variable in class io.netty.handler.ssl.SslHandler
 
readEndOfLine(ByteBuf) - Static method in class io.netty.handler.codec.redis.RedisDecoder
 
readEOF() - Method in class io.netty.channel.kqueue.AbstractKQueueChannel.AbstractKQueueUnsafe
 
readEOF - Variable in class io.netty.channel.kqueue.KQueueRecvByteAllocatorHandle
 
readEOF() - Method in class io.netty.channel.kqueue.KQueueRecvByteAllocatorHandle
 
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_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() - Method in class io.netty.buffer.AbstractByteBuf
 
readerIndex(int) - Method in class io.netty.buffer.AbstractByteBuf
 
readerIndex() - Method in class io.netty.buffer.ByteBuf
Returns the readerIndex of this buffer.
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() - Method in class io.netty.buffer.EmptyByteBuf
 
readerIndex(int) - Method in class io.netty.buffer.EmptyByteBuf
 
readerIndex() - Method in class io.netty.buffer.SwappedByteBuf
Deprecated.
 
readerIndex(int) - Method in class io.netty.buffer.SwappedByteBuf
Deprecated.
 
readerIndex() - Method in class io.netty.buffer.WrappedByteBuf
 
readerIndex(int) - Method in class io.netty.buffer.WrappedByteBuf
 
readerIndex() - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
readerIndex(int) - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
readerIndex - Variable in class io.netty.handler.codec.http.multipart.HttpPostBodyUtil.SeekAheadOptimize
 
readerIndex() - Method in class io.netty.handler.codec.ReplayingDecoderByteBuf
 
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.
readFileUploadByteMultipart(ByteBuf, String, FileUpload) - Static method in class io.netty.handler.codec.http.multipart.HttpPostMultipartRequestDecoder
Read a FileUpload data as Byte (Binary) and add the bytes directly to the FileUpload.
readFileUploadByteMultipartStandard(ByteBuf, String, FileUpload) - Static method in class io.netty.handler.codec.http.multipart.HttpPostMultipartRequestDecoder
Read a FileUpload data as Byte (Binary) and add the bytes directly to the FileUpload.
readFilter(boolean) - Method in class io.netty.channel.kqueue.AbstractKQueueChannel
 
readFilterEnabled - Variable in class io.netty.channel.kqueue.AbstractKQueueChannel
 
readFlag - Variable in class io.netty.channel.epoll.AbstractEpollChannel
 
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
 
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(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[], int, int) - Method in class io.netty.buffer.ByteBufInputStream
 
readFully(byte[], int, int) - Method in class io.netty.handler.codec.serialization.ObjectDecoderInputStream
 
readFully(byte[]) - Method in class io.netty.handler.codec.serialization.ObjectDecoderInputStream
 
readGoAwayFrame(ChannelHandlerContext, ByteBuf, Http2FrameListener) - Static method in class io.netty.handler.codec.http2.DefaultHttp2FrameReader
 
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.
readGZIPFooter(ByteBuf) - Method in class io.netty.handler.codec.compression.JdkZlibDecoder
 
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, StompHeaders) - Method in class io.netty.handler.codec.stomp.StompSubframeDecoder
 
readHeadersFrame(ChannelHandlerContext, ByteBuf, Http2FrameListener) - Method in class io.netty.handler.codec.http2.DefaultHttp2FrameReader
 
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.
readIfIsAutoRead() - Method in class io.netty.channel.DefaultChannelPipeline.HeadContext
 
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
readIndex - Variable in class io.netty.util.Recycler.WeakOrderQueue.Link
 
reading - Variable in class io.netty.handler.timeout.IdleStateHandler
 
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.codec.http2.AbstractHttp2StreamChannel
 
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
 
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(ByteBuf, Charset) - Static method in class io.netty.handler.codec.http.multipart.HttpPostMultipartRequestDecoder
Read one line up to the CRLF or LF
readLine(ByteBuf) - Static method in class io.netty.handler.codec.redis.RedisDecoder
 
readLine() - Method in class io.netty.handler.codec.serialization.ObjectDecoderInputStream
Deprecated.
Use BufferedReader.readLine() instead.
readLine(ByteBuf, int) - Static method in class io.netty.handler.codec.stomp.StompSubframeDecoder
 
readLineStandard(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
 
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) - Static method in class io.netty.handler.codec.haproxy.HAProxyMessage
 
readObject() - Method in class io.netty.handler.codec.serialization.ObjectDecoderInputStream
 
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
 
ReadOnlyIterator() - Constructor for class io.netty.handler.codec.http2.ReadOnlyHttp2Headers.ReadOnlyIterator
 
ReadOnlyIterator<T> - Class in io.netty.util.internal
 
ReadOnlyIterator(Iterator<? extends T>) - Constructor for class io.netty.util.internal.ReadOnlyIterator
 
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
 
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
 
readPending - Variable in class io.netty.handler.ssl.AbstractSniHandler
 
readPingFrame(ChannelHandlerContext, ByteBuf, Http2FrameListener) - Method in class io.netty.handler.codec.http2.DefaultHttp2FrameReader
 
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.
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, 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.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(ChannelHandlerContext, ByteBuf, Http2FrameListener) - Method in class io.netty.handler.codec.http2.DefaultHttp2FrameReader
 
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.
readSelector - Variable in class io.netty.channel.sctp.oio.OioSctpChannel
 
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(ChannelHandlerContext, ByteBuf, Http2FrameListener) - Method in class io.netty.handler.codec.http2.DefaultHttp2FrameReader
 
readSettingsFrame(boolean) - Method in class io.netty.handler.codec.spdy.SpdyFrameCodec
 
readSettingsFrame(boolean) - Method in interface io.netty.handler.codec.spdy.SpdyFrameDecoderDelegate
Called when a SETTINGS frame is received.
readShort() - Method in class io.netty.buffer.AbstractByteBuf
 
readShort() - Method in class io.netty.buffer.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
 
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
 
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
 
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
 
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(byte[], int) - Static method in class io.netty.handler.codec.compression.FastLz
 
readUnknownFrame(ChannelHandlerContext, ByteBuf, 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
 
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(ByteBuf) - Static method in class io.netty.handler.codec.http2.Http2CodecUtil
Reads a big-endian (31-bit) integer from the buffer.
readUnsignedInt() - Method in class io.netty.handler.codec.ReplayingDecoderByteBuf
 
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
 
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
 
readWindowUpdateFrame(ChannelHandlerContext, ByteBuf, Http2FrameListener) - Method in class io.netty.handler.codec.http2.DefaultHttp2FrameReader
 
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.
realloc(boolean) - Method in class io.netty.channel.kqueue.KQueueEventArray
Increase the storage of this KQueueEventArray.
realloc() - Method in class io.netty.channel.kqueue.NativeLongArray
 
reallocate(PooledByteBuf<T>, int, boolean) - 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
 
realWriteThroughput - Variable in class io.netty.handler.traffic.TrafficCounter
Real writing bandwidth
realWrittenBytes - Variable in class io.netty.handler.traffic.TrafficCounter
Real written bytes
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.
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.
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 - Static variable in interface io.netty.handler.codec.stomp.StompHeaders
 
RECEIPT_ID - Static variable in interface io.netty.handler.codec.stomp.StompHeaders
 
receive(ByteBuffer, T, NotificationHandler<T>) - Method in class com.sun.nio.sctp.SctpChannel
 
receivedAmount - Variable in class io.netty.channel.unix.DatagramSocketAddress
 
receivedAmount() - Method in class io.netty.channel.unix.DatagramSocketAddress
 
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(int) - Method in class io.netty.handler.codec.spdy.SpdySession
 
receivedReply - Variable in class io.netty.handler.codec.spdy.SpdySession.StreamState
 
receivedReply() - Method in class io.netty.handler.codec.spdy.SpdySession.StreamState
 
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.
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() - Method in interface io.netty.channel.AddressedEnvelope
Returns the address of the recipient of this message.
recipient - Variable in class io.netty.channel.DefaultAddressedEnvelope
 
recipient() - Method in class io.netty.channel.DefaultAddressedEnvelope
 
recipient - Variable in class io.netty.handler.codec.dns.DatagramDnsQuery
 
recipient() - Method in class io.netty.handler.codec.dns.DatagramDnsQuery
 
recipient - Variable in class io.netty.handler.codec.dns.DatagramDnsResponse
 
recipient() - Method in class io.netty.handler.codec.dns.DatagramDnsResponse
 
reclaimSpace(int) - Method in class io.netty.util.Recycler.WeakOrderQueue
 
record(int) - Method in class io.netty.channel.AdaptiveRecvByteBufAllocator.HandleImpl
 
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.
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(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() - Method in class io.netty.util.ResourceLeakDetector.DefaultResourceLeak
 
record(Object) - 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(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.
record0(Object, int) - Method in class io.netty.util.ResourceLeakDetector.DefaultResourceLeak
 
recordAt(DnsSection) - Method in class io.netty.handler.codec.dns.AbstractDnsMessage
 
recordAt(int) - Method in class io.netty.handler.codec.dns.AbstractDnsMessage
 
recordAt(DnsSection, 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 interface io.netty.handler.codec.dns.DnsMessage
Returns the first record in the specified section of this DNS message.
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.DatagramDnsResponseDecoder
 
recordEncoder - Variable in class io.netty.handler.codec.dns.DatagramDnsQueryEncoder
 
recordEncoder - Variable in class io.netty.handler.codec.dns.DatagramDnsResponseEncoder
 
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(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.
recursionDesired - Variable in class io.netty.resolver.dns.DnsQueryContext
 
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
 
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(ByteBuffer, int, int) - Method in class io.netty.channel.unix.Socket
 
recvFrom(int, ByteBuffer, int, int) - Static method in class io.netty.channel.unix.Socket
 
recvFromAddress(long, int, int) - Method in class io.netty.channel.unix.Socket
 
recvFromAddress(int, long, int, int) - Static method in class io.netty.channel.unix.Socket
 
recvHandle - Variable in class io.netty.channel.AbstractChannel.AbstractUnsafe
 
RecyclableArrayDeque(int, Recycler.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(Recycler.Handle<RecyclableArrayList>) - Constructor for class io.netty.util.internal.RecyclableArrayList
 
RecyclableArrayList(Recycler.Handle<RecyclableArrayList>, int) - Constructor for class io.netty.util.internal.RecyclableArrayList
 
recycle() - Method in class io.netty.buffer.PooledByteBuf
 
recycle() - Method in class io.netty.buffer.PoolThreadCache.MemoryRegionCache.Entry
 
recycle() - Method in class io.netty.channel.ChannelOutboundBuffer.Entry
 
recycle() - Method in class io.netty.channel.ChannelOutboundBuffer
Deprecated.
recycle() - Method in class io.netty.channel.PendingWriteQueue.PendingWrite
 
recycle(PendingWriteQueue.PendingWrite, boolean) - Method in class io.netty.channel.PendingWriteQueue
 
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(Object) - Method in class io.netty.util.Recycler.DefaultHandle
 
recycle(T) - Method in interface io.netty.util.Recycler.Handle
 
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.
recycleAndGetNext() - Method in class io.netty.channel.ChannelOutboundBuffer.Entry
 
recycleId - Variable in class io.netty.util.Recycler.DefaultHandle
 
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.WriteAndFlushTask
 
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.codec.CodecOutputList
 
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<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
 
Recycler(int, int, int, int) - Constructor for class io.netty.util.Recycler
 
Recycler.DefaultHandle<T> - Class in io.netty.util
 
Recycler.Handle<T> - Interface in io.netty.util
 
Recycler.Stack<T> - Class in io.netty.util
 
Recycler.WeakOrderQueue - Class in io.netty.util
 
Recycler.WeakOrderQueue.Link - 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
 
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.
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.
RedisDecoder(int, RedisMessagePool) - 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.
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
 
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() - Method in class io.netty.buffer.AbstractDerivedByteBuf
Deprecated.
 
refCnt - Variable in class io.netty.buffer.AbstractReferenceCountedByteBuf
 
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.http.multipart.MixedAttribute
 
refCnt() - Method in class io.netty.handler.codec.http.multipart.MixedFileUpload
 
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 - Variable in class io.netty.util.AbstractReferenceCounted
 
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.
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
 
refCntUpdater - Static variable in class io.netty.buffer.AbstractReferenceCountedByteBuf
 
refCntUpdater - Static variable in class io.netty.util.AbstractReferenceCounted
 
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.
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
 
REFUSED - Static variable in class io.netty.handler.codec.dns.DnsResponseCode
The 'Refused' DNS RCODE (5), as defined in RFC1035.
REFUSED_STREAM - Static variable in class io.netty.handler.codec.spdy.SpdyStreamStatus
3 Refused Stream
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(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(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(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(Channel) - Method in class io.netty.channel.embedded.EmbeddedEventLoop
 
register(ChannelPromise) - Method in class io.netty.channel.embedded.EmbeddedEventLoop
 
register(Channel, ChannelPromise) - Method in class io.netty.channel.embedded.EmbeddedEventLoop
Deprecated.
register(Channel) - Method in interface io.netty.channel.EventLoopGroup
Register a Channel with this EventLoop.
register(ChannelPromise) - Method in interface io.netty.channel.EventLoopGroup
Register a Channel with this EventLoop using a ChannelFuture.
register(Channel, ChannelPromise) - Method in interface io.netty.channel.EventLoopGroup
Deprecated.
register(Channel, LocalAddress, SocketAddress) - Static method in class io.netty.channel.local.LocalChannelRegistry
 
register(Channel) - Method in class io.netty.channel.MultithreadEventLoopGroup
 
register(ChannelPromise) - Method in class io.netty.channel.MultithreadEventLoopGroup
 
register(Channel, ChannelPromise) - Method in class io.netty.channel.MultithreadEventLoopGroup
Deprecated.
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.
register(Channel) - Method in class io.netty.channel.SingleThreadEventLoop
 
register(ChannelPromise) - Method in class io.netty.channel.SingleThreadEventLoop
 
register(Channel, ChannelPromise) - Method in class io.netty.channel.SingleThreadEventLoop
Deprecated.
register(ChannelPromise) - Method in class io.netty.channel.ThreadPerChannelEventLoop
 
register(Channel, ChannelPromise) - Method in class io.netty.channel.ThreadPerChannelEventLoop
Deprecated.
register(Channel) - Method in class io.netty.channel.ThreadPerChannelEventLoopGroup
 
register(ChannelPromise) - Method in class io.netty.channel.ThreadPerChannelEventLoopGroup
 
register(Channel, ChannelPromise) - Method in class io.netty.channel.ThreadPerChannelEventLoopGroup
Deprecated.
register0(ChannelPromise) - Method in class io.netty.channel.AbstractChannel.AbstractUnsafe
 
registered - Variable in class io.netty.bootstrap.AbstractBootstrap.PendingRegistrationPromise
 
registered() - Method 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.
registerInProgress - Variable in class io.netty.channel.local.LocalChannel
 
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 variable in class io.netty.util.concurrent.RejectedExecutionHandlers
 
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.
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 - Interface in io.netty.util.concurrent
Similar to RejectedExecutionHandler but specific to SingleThreadEventExecutor.
rejectedExecutionHandler - Variable in class io.netty.util.concurrent.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
 
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
 
release() - Method in class io.netty.buffer.AbstractDerivedByteBuf
Deprecated.
 
release(int) - Method in class io.netty.buffer.AbstractDerivedByteBuf
Deprecated.
 
release() - Method in class io.netty.buffer.AbstractReferenceCountedByteBuf
 
release(int) - Method in class io.netty.buffer.AbstractReferenceCountedByteBuf
 
release() - Method in class io.netty.buffer.DefaultByteBufHolder
 
release(int) - Method in class io.netty.buffer.DefaultByteBufHolder
 
release() - Method in class io.netty.buffer.EmptyByteBuf
 
release(int) - Method in class io.netty.buffer.EmptyByteBuf
 
release() - Method in class io.netty.buffer.SimpleLeakAwareByteBuf
 
release(int) - Method in class io.netty.buffer.SimpleLeakAwareByteBuf
 
release() - Method in class io.netty.buffer.SimpleLeakAwareCompositeByteBuf
 
release(int) - Method in class io.netty.buffer.SimpleLeakAwareCompositeByteBuf
 
release() - Method in class io.netty.buffer.SwappedByteBuf
Deprecated.
 
release(int) - Method in class io.netty.buffer.SwappedByteBuf
Deprecated.
 
release() - Method in class io.netty.buffer.UnreleasableByteBuf
 
release(int) - Method in class io.netty.buffer.UnreleasableByteBuf
 
release() - Method in class io.netty.buffer.WrappedByteBuf
 
release(int) - Method in class io.netty.buffer.WrappedByteBuf
 
release() - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
release(int) - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
release() - Method in class io.netty.channel.DefaultAddressedEnvelope
 
release(int) - Method in class io.netty.channel.DefaultAddressedEnvelope
 
release() - Method in class io.netty.channel.epoll.NativeDatagramPacketArray.NativeDatagramPacket
 
release(Channel) - Method in interface io.netty.channel.pool.ChannelPool
Release a Channel back to this ChannelPool.
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) - Method in class io.netty.channel.pool.SimpleChannelPool
 
release(Channel, Promise<Void>) - Method in class io.netty.channel.pool.SimpleChannelPool
 
release() - Method in class io.netty.channel.unix.IovArray
Release the IovArray.
release() - Method in class io.netty.handler.codec.dns.DefaultDnsRawRecord
 
release(int) - Method in class io.netty.handler.codec.dns.DefaultDnsRawRecord
 
release() - Method in class io.netty.handler.codec.http.ComposedLastHttpContent
 
release(int) - Method in class io.netty.handler.codec.http.ComposedLastHttpContent
 
release() - Method in class io.netty.handler.codec.http.DefaultFullHttpRequest
 
release(int) - Method in class io.netty.handler.codec.http.DefaultFullHttpRequest
 
release() - Method in class io.netty.handler.codec.http.DefaultFullHttpResponse
 
release(int) - Method in class io.netty.handler.codec.http.DefaultFullHttpResponse
 
release() - Method in class io.netty.handler.codec.http.DefaultHttpContent
 
release(int) - Method in class io.netty.handler.codec.http.DefaultHttpContent
 
release() - Method in class io.netty.handler.codec.http.HttpObjectAggregator.AggregatedFullHttpMessage
 
release(int) - Method in class io.netty.handler.codec.http.HttpObjectAggregator.AggregatedFullHttpMessage
 
release() - Method in class io.netty.handler.codec.http.HttpServerUpgradeHandler.UpgradeEvent
 
release(int) - Method in class io.netty.handler.codec.http.HttpServerUpgradeHandler.UpgradeEvent
 
release() - Method in class io.netty.handler.codec.http.multipart.HttpPostRequestEncoder.WrappedFullHttpRequest
 
release(int) - Method in class io.netty.handler.codec.http.multipart.HttpPostRequestEncoder.WrappedFullHttpRequest
 
release() - Method in class io.netty.handler.codec.http.multipart.MixedAttribute
 
release(int) - Method in class io.netty.handler.codec.http.multipart.MixedAttribute
 
release() - Method in class io.netty.handler.codec.http.multipart.MixedFileUpload
 
release(int) - Method in class io.netty.handler.codec.http.multipart.MixedFileUpload
 
release() - Method in class io.netty.handler.codec.http2.DefaultHttp2DataFrame
 
release(int) - Method in class io.netty.handler.codec.http2.DefaultHttp2DataFrame
 
release() - Method in class io.netty.handler.codec.http2.DefaultHttp2FrameWriter.DataFrameHeader
 
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() - Method in class io.netty.handler.codec.mqtt.MqttPublishMessage
 
release(int) - Method in class io.netty.handler.codec.mqtt.MqttPublishMessage
 
release() - Method in class io.netty.handler.codec.ReplayingDecoderByteBuf
 
release(int) - Method in class io.netty.handler.codec.ReplayingDecoderByteBuf
 
release() - Method in class io.netty.handler.codec.spdy.DefaultSpdyDataFrame
 
release(int) - Method in class io.netty.handler.codec.spdy.DefaultSpdyDataFrame
 
release() - Method in class io.netty.handler.codec.stomp.DefaultStompFrame
 
release(int) - Method in class io.netty.handler.codec.stomp.DefaultStompFrame
 
release() - Method in class io.netty.handler.ssl.PemX509Certificate
 
release(int) - Method in class io.netty.handler.ssl.PemX509Certificate
 
release() - Method in class io.netty.handler.traffic.GlobalChannelTrafficShapingHandler
Release all internal resources of this instance.
release() - Method in class io.netty.handler.traffic.GlobalTrafficShapingHandler
Release all internal resources of this instance.
release() - Method in class io.netty.util.AbstractReferenceCounted
 
release(int) - 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 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(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.
release0() - Method in class io.netty.buffer.AbstractDerivedByteBuf
Deprecated.
 
release0(int) - Method in class io.netty.buffer.AbstractDerivedByteBuf
Deprecated.
 
release0() - Method in class io.netty.buffer.AbstractPooledDerivedByteBuf.PooledNonRetainedDuplicateByteBuf
 
release0(int) - 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.AbstractPooledDerivedByteBuf.PooledNonRetainedSlicedByteBuf
 
release0(int) - Method in class io.netty.buffer.AbstractReferenceCountedByteBuf
 
release0(int) - Method in class io.netty.util.AbstractReferenceCounted
 
RELEASE_RESPONSE - Static variable in class io.netty.resolver.dns.DnsNameResolverContext
 
releaseAll(Queue<Object>) - Static method in class io.netty.channel.embedded.EmbeddedChannel
 
releaseAndCompleteAll(ChannelFuture) - Method in class io.netty.channel.CoalescingBufferQueue
 
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.
releaseBuffer() - Method in class io.netty.handler.codec.spdy.SpdyHeaderBlockRawDecoder
 
releaseBuffer() - Method in class io.netty.handler.codec.spdy.SpdyHeaderBlockZlibDecoder
 
releaseCurrentMessage() - Method in class io.netty.handler.codec.MessageAggregator
 
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.
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.EpollDatagramChannel
 
remote - Variable in class io.netty.channel.epoll.EpollDomainSocketChannel
 
remote - Variable in class io.netty.channel.epoll.EpollSocketChannel
 
remote - Variable in class io.netty.channel.kqueue.KQueueDatagramChannel
 
remote - Variable in class io.netty.channel.kqueue.KQueueDomainSocketChannel
 
remote - Variable in class io.netty.channel.kqueue.KQueueSocketChannel
 
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(SocketAddress) - Method in class io.netty.bootstrap.Bootstrap
The SocketAddress to connect to once the Bootstrap.connect() method is called.
remoteAddress(String, int) - Method in class io.netty.bootstrap.Bootstrap
 
remoteAddress(InetAddress, int) - Method in class io.netty.bootstrap.Bootstrap
 
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 - Variable in class io.netty.channel.AbstractChannel
 
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.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.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 - Variable in class io.netty.channel.local.LocalChannel
 
remoteAddress() - Method in class io.netty.channel.local.LocalChannel
 
remoteAddress() - Method in class io.netty.channel.local.LocalServerChannel
 
remoteAddress() - Method in class io.netty.channel.sctp.nio.NioSctpChannel
 
remoteAddress() - Method in class io.netty.channel.sctp.nio.NioSctpServerChannel
 
remoteAddress() - Method in class io.netty.channel.sctp.oio.OioSctpChannel
 
remoteAddress() - Method in class io.netty.channel.sctp.oio.OioSctpServerChannel
 
remoteAddress() - Method in interface io.netty.channel.sctp.SctpChannel
Return the (primary) remote address of the SCTP channel.
remoteAddress() - Method in interface io.netty.channel.socket.DatagramChannel
 
remoteAddress() - Method in class io.netty.channel.socket.nio.NioDatagramChannel
 
remoteAddress() - Method in class io.netty.channel.socket.nio.NioServerSocketChannel
 
remoteAddress() - Method in class io.netty.channel.socket.nio.NioSocketChannel
 
remoteAddress() - Method in class io.netty.channel.socket.oio.OioDatagramChannel
 
remoteAddress() - Method in class io.netty.channel.socket.oio.OioServerSocketChannel
 
remoteAddress() - Method in class io.netty.channel.socket.oio.OioSocketChannel
 
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.DomainSocketChannel
 
remoteAddress() - Method in interface io.netty.channel.unix.ServerDomainSocketChannel
 
remoteAddress() - Method in class io.netty.channel.unix.Socket
 
remoteAddress(int) - Static method in class io.netty.channel.unix.Socket
 
remoteAddress - Variable in exception io.netty.resolver.dns.DnsNameResolverException
 
remoteAddress() - Method in exception io.netty.resolver.dns.DnsNameResolverException
Returns the InetSocketAddress of the DNS query that has failed.
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.AbstractEpollServerChannel
 
remoteAddress0() - Method in class io.netty.channel.epoll.EpollDatagramChannel
 
remoteAddress0() - Method in class io.netty.channel.epoll.EpollDomainSocketChannel
 
remoteAddress0() - Method in class io.netty.channel.epoll.EpollSocketChannel
 
remoteAddress0() - Method in class io.netty.channel.kqueue.AbstractKQueueServerChannel
 
remoteAddress0() - Method in class io.netty.channel.kqueue.KQueueDatagramChannel
 
remoteAddress0() - Method in class io.netty.channel.kqueue.KQueueDomainSocketChannel
 
remoteAddress0() - Method in class io.netty.channel.kqueue.KQueueSocketChannel
 
remoteAddress0() - Method in class io.netty.channel.local.LocalChannel
 
remoteAddress0() - Method in class io.netty.channel.sctp.nio.NioSctpChannel
 
remoteAddress0() - Method in class io.netty.channel.sctp.nio.NioSctpServerChannel
 
remoteAddress0() - Method in class io.netty.channel.sctp.oio.OioSctpChannel
 
remoteAddress0() - Method in class io.netty.channel.sctp.oio.OioSctpServerChannel
 
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
 
remoteAddress0() - Method in class io.netty.channel.socket.oio.OioServerSocketChannel
 
remoteAddress0() - Method in class io.netty.channel.socket.oio.OioSocketChannel
 
remoteAddress0() - Method in class io.netty.handler.codec.http2.AbstractHttp2StreamChannel
 
remoteConcurrentStreams - Variable in class io.netty.handler.codec.spdy.SpdySessionHandler
 
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.
remove() - Method in class io.netty.buffer.CompositeByteBuf.CompositeByteBufIterator
 
remove(PoolChunk<T>) - Method in class io.netty.buffer.PoolChunkList
 
remove(ChannelHandlerContext) - Method in class io.netty.channel.ChannelInitializer
 
remove() - Method in class io.netty.channel.ChannelOutboundBuffer
Will remove the current message, mark its ChannelPromise as success and return true.
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(ChannelHandler) - Method in interface io.netty.channel.ChannelPipeline
Removes the specified ChannelHandler from this pipeline.
remove(String) - Method in interface io.netty.channel.ChannelPipeline
Removes the ChannelHandler with the specified name from this pipeline.
remove(Class<T>) - Method in interface io.netty.channel.ChannelPipeline
Removes the ChannelHandler of the specified type from this pipeline.
remove(int, ChannelPromise) - Method in class io.netty.channel.CoalescingBufferQueue
Remove a ByteBuf from the queue with the specified number of bytes.
remove() - Method in class io.netty.channel.CombinedChannelDuplexHandler.DelegatingChannelHandlerContext
 
remove(ChannelHandler) - Method in class io.netty.channel.DefaultChannelPipeline
 
remove(String) - Method in class io.netty.channel.DefaultChannelPipeline
 
remove(Class<T>) - Method in class io.netty.channel.DefaultChannelPipeline
 
remove(AbstractChannelHandlerContext) - 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() - Method in class io.netty.channel.group.CombinedIterator
 
remove(Object) - Method in class io.netty.channel.group.DefaultChannelGroup
 
remove(AbstractKQueueChannel) - Method in class io.netty.channel.kqueue.KQueueEventLoop
 
remove(Object) - Method in class io.netty.channel.nio.SelectedSelectionKeySet
 
remove() - Method in class io.netty.channel.PendingWriteQueue
Removes a pending write operation and release it's message via ReferenceCountUtil.safeRelease(Object).
remove(K) - Method in class io.netty.channel.pool.AbstractChannelPoolMap
Remove the ChannelPool from this AbstractChannelPoolMap.
remove(int) - Method in class io.netty.handler.codec.CodecOutputList
 
remove() - Method in class io.netty.handler.codec.DefaultHeaders.HeaderEntry
 
remove() - Method in class io.netty.handler.codec.DefaultHeaders.HeaderIterator
 
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(Object) - Method in class io.netty.handler.codec.HeadersUtils.DelegatingStringSet
 
remove() - Method in class io.netty.handler.codec.HeadersUtils.StringEntryIterator
 
remove() - Method in class io.netty.handler.codec.HeadersUtils.StringIterator
 
remove(String) - Method in class io.netty.handler.codec.http.DefaultHttpHeaders
 
remove(CharSequence) - 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(CharSequence) - Method in class io.netty.handler.codec.http.HttpHeaders
Removes the header with the specified name.
remove(DefaultHttp2Connection.DefaultPropertyKey) - Method in class io.netty.handler.codec.http2.DefaultHttp2Connection.DefaultStream.PropertyMap
 
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.HeaderEntry
Removes this entry from the linked list.
remove() - Method in class io.netty.handler.codec.http2.HpackEncoder
Remove and return the oldest header field from the dynamic table.
remove() - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers.ReadOnlyIterator
 
remove(CharSequence) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
 
remove(Object) - Method in class io.netty.handler.codec.serialization.ReferenceMap
 
remove(String) - Method in class io.netty.resolver.dns.DnsNameResolverContext.AuthoritativeNameServerList
 
remove(InetSocketAddress, int) - Method in class io.netty.resolver.dns.DnsQueryContextManager
 
remove() - Method in interface io.netty.util.Attribute
Deprecated.
please consider using Attribute.set(Object) (with value of null).
remove(byte) - Method in class io.netty.util.collection.ByteCollections.EmptyMap
 
remove(Object) - Method in class io.netty.util.collection.ByteCollections.EmptyMap
 
remove() - Method in class io.netty.util.collection.ByteCollections.UnmodifiableMap.IteratorImpl
 
remove(byte) - Method in class io.netty.util.collection.ByteCollections.UnmodifiableMap
 
remove(Object) - Method in class io.netty.util.collection.ByteCollections.UnmodifiableMap
 
remove(Object) - Method in class io.netty.util.collection.ByteObjectHashMap.KeySet
 
remove() - Method in class io.netty.util.collection.ByteObjectHashMap.MapIterator
 
remove() - Method in class io.netty.util.collection.ByteObjectHashMap.PrimitiveIterator
 
remove(byte) - Method in class io.netty.util.collection.ByteObjectHashMap
 
remove(Object) - 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(Object) - Method in class io.netty.util.collection.CharCollections.EmptyMap
 
remove() - Method in class io.netty.util.collection.CharCollections.UnmodifiableMap.IteratorImpl
 
remove(char) - Method in class io.netty.util.collection.CharCollections.UnmodifiableMap
 
remove(Object) - Method in class io.netty.util.collection.CharCollections.UnmodifiableMap
 
remove(Object) - Method in class io.netty.util.collection.CharObjectHashMap.KeySet
 
remove() - Method in class io.netty.util.collection.CharObjectHashMap.MapIterator
 
remove() - Method in class io.netty.util.collection.CharObjectHashMap.PrimitiveIterator
 
remove(char) - Method in class io.netty.util.collection.CharObjectHashMap
 
remove(Object) - Method in class io.netty.util.collection.CharObjectHashMap
 
remove(char) - Method in interface io.netty.util.collection.CharObjectMap
Removes the entry with the specified key.
remove(int) - Method in class io.netty.util.collection.IntCollections.EmptyMap
 
remove(Object) - Method in class io.netty.util.collection.IntCollections.EmptyMap
 
remove() - Method in class io.netty.util.collection.IntCollections.UnmodifiableMap.IteratorImpl
 
remove(int) - Method in class io.netty.util.collection.IntCollections.UnmodifiableMap
 
remove(Object) - Method in class io.netty.util.collection.IntCollections.UnmodifiableMap
 
remove(Object) - Method in class io.netty.util.collection.IntObjectHashMap.KeySet
 
remove() - Method in class io.netty.util.collection.IntObjectHashMap.MapIterator
 
remove() - Method in class io.netty.util.collection.IntObjectHashMap.PrimitiveIterator
 
remove(int) - Method in class io.netty.util.collection.IntObjectHashMap
 
remove(Object) - 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(long) - Method in class io.netty.util.collection.LongCollections.EmptyMap
 
remove(Object) - Method in class io.netty.util.collection.LongCollections.EmptyMap
 
remove() - Method in class io.netty.util.collection.LongCollections.UnmodifiableMap.IteratorImpl
 
remove(long) - Method in class io.netty.util.collection.LongCollections.UnmodifiableMap
 
remove(Object) - Method in class io.netty.util.collection.LongCollections.UnmodifiableMap
 
remove(Object) - Method in class io.netty.util.collection.LongObjectHashMap.KeySet
 
remove() - Method in class io.netty.util.collection.LongObjectHashMap.MapIterator
 
remove() - Method in class io.netty.util.collection.LongObjectHashMap.PrimitiveIterator
 
remove(long) - Method in class io.netty.util.collection.LongObjectHashMap
 
remove(Object) - 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(Object) - Method in class io.netty.util.collection.ShortCollections.EmptyMap
 
remove() - Method in class io.netty.util.collection.ShortCollections.UnmodifiableMap.IteratorImpl
 
remove(short) - Method in class io.netty.util.collection.ShortCollections.UnmodifiableMap
 
remove(Object) - Method in class io.netty.util.collection.ShortCollections.UnmodifiableMap
 
remove(Object) - Method in class io.netty.util.collection.ShortObjectHashMap.KeySet
 
remove() - Method in class io.netty.util.collection.ShortObjectHashMap.MapIterator
 
remove() - Method in class io.netty.util.collection.ShortObjectHashMap.PrimitiveIterator
 
remove(short) - Method in class io.netty.util.collection.ShortObjectHashMap
 
remove(Object) - 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(GenericFutureListener<? extends Future<?>>) - Method in class io.netty.util.concurrent.DefaultFutureListeners
 
remove() - Method in class io.netty.util.concurrent.FastThreadLocal
Sets the value to uninitialized; a proceeding call to get() will trigger a call to initialValue().
remove(InternalThreadLocalMap) - Method in class io.netty.util.concurrent.FastThreadLocal
Sets the value to uninitialized for the specified thread local map; a proceeding call to get() will trigger a call to initialValue().
remove() - Method in class io.netty.util.DefaultAttributeMap.DefaultAttribute
 
remove(HashedWheelTimer.HashedWheelTimeout) - Method in class io.netty.util.HashedWheelTimer.HashedWheelBucket
 
remove() - Method in class io.netty.util.HashedWheelTimer.HashedWheelTimeout
 
remove(Object) - Method in class io.netty.util.internal.ConcurrentSet
 
remove() - Method in class io.netty.util.internal.DefaultPriorityQueue.PriorityQueueIterator
 
remove(Object) - Method in class io.netty.util.internal.DefaultPriorityQueue
 
remove(Object) - Method in class io.netty.util.internal.EmptyPriorityQueue
 
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
 
remove0(Throwable, boolean) - Method in class io.netty.channel.ChannelOutboundBuffer
 
remove0() - Method in class io.netty.channel.CombinedChannelDuplexHandler.DelegatingChannelHandlerContext
 
remove0(AbstractChannelHandlerContext) - Static method in class io.netty.channel.DefaultChannelPipeline
 
remove0(int, int, K) - Method in class io.netty.handler.codec.DefaultHeaders
 
remove0() - Method in class io.netty.util.DefaultAttributeMap.DefaultAttribute
 
REMOVE_COMPLETE - Static variable in class io.netty.channel.AbstractChannelHandlerContext
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(Collection<?>) - Method in class io.netty.handler.codec.HeadersUtils.DelegatingStringSet
 
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.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).
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.
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.
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
 
removed - Variable in class io.netty.channel.CombinedChannelDuplexHandler.DelegatingChannelHandlerContext
 
removed - Variable in class io.netty.resolver.dns.DnsNameResolverContext.AuthoritativeNameServer
 
removed - Variable in class io.netty.util.DefaultAttributeMap.DefaultAttribute
 
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
 
removedRecords - Variable in class io.netty.util.ResourceLeakDetector.DefaultResourceLeak
 
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
 
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
 
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, String) - Static method in class io.netty.handler.codec.http.HttpHeaders
Deprecated.
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.
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
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(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 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(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 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 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(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
removeMessage(int) - Method in class io.netty.handler.codec.spdy.SpdyHttpDecoder
 
removeOutboundHandler() - Method in class io.netty.channel.CombinedChannelDuplexHandler
Removes the ChannelOutboundHandler that was combined in this CombinedChannelDuplexHandler.
removePendingWrite(int) - Method in class io.netty.handler.codec.spdy.SpdySession
 
removePendingWrite() - Method in class io.netty.handler.codec.spdy.SpdySession.StreamState
 
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(DnsSection, int) - Method in class io.netty.handler.codec.dns.AbstractDnsMessage
 
removeRecord(int, 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
 
removeShutdownHook(Runnable) - Method in class io.netty.util.concurrent.SingleThreadEventExecutor
Remove a previous added Runnable as a shutdown hook
removeStream(DefaultHttp2Connection.DefaultStream, Iterator<?>) - Method in class io.netty.handler.codec.http2.DefaultHttp2Connection
Remove a stream from the DefaultHttp2Connection.streamMap.
removeStream(int, Throwable, boolean) - Method in class io.netty.handler.codec.spdy.SpdySession
 
removeStream(int, ChannelFuture) - Method in class io.netty.handler.codec.spdy.SpdySessionHandler
 
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.JdkSslSession
 
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 interface io.netty.handler.codec.http.multipart.HttpData
A convenience getMethod to write an uploaded item to disk.
renameTo(File) - Method in class io.netty.handler.codec.http.multipart.MixedAttribute
 
renameTo(File) - Method in class io.netty.handler.codec.http.multipart.MixedFileUpload
 
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.
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(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(ChannelHandler, String, ChannelHandler) - Method in interface io.netty.channel.ChannelPipeline
Replaces the specified ChannelHandler with a new handler in this pipeline.
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(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(ChannelHandler, String, ChannelHandler) - Method in class io.netty.channel.DefaultChannelPipeline
 
replace(String, String, ChannelHandler) - Method in class io.netty.channel.DefaultChannelPipeline
 
replace(Class<T>, String, ChannelHandler) - Method in class io.netty.channel.DefaultChannelPipeline
 
replace(AbstractChannelHandlerContext, String, ChannelHandler) - Method in class io.netty.channel.DefaultChannelPipeline
 
replace(ByteBuf) - Method in class io.netty.channel.sctp.SctpMessage
 
replace(ByteBuf) - Method in class io.netty.channel.socket.DatagramPacket
 
replace(ByteBuf) - Method in class io.netty.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 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 interface io.netty.handler.codec.http2.Http2DataFrame
 
replace(ByteBuf) - Method in interface io.netty.handler.codec.http2.Http2GoAwayFrame
 
REPLACE - Static variable in class io.netty.handler.codec.memcache.binary.BinaryMemcacheOpcodes
 
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(char, char) - Method in class io.netty.util.AsciiString
Copies this string replacing occurrences of the specified character with another character.
replace0(AbstractChannelHandlerContext, AbstractChannelHandlerContext) - Static method in class io.netty.channel.DefaultChannelPipeline
 
REPLACE_PATTERN - Static variable in class io.netty.handler.codec.http.multipart.AbstractHttpData
 
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(ResourceLeakDetector.Level) - 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.
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
 
REPR_HEADER - Static variable in class io.netty.util.DomainNameMappingBuilder.ImmutableDomainNameMapping
 
REPR_MAP_CLOSING - Static variable in class io.netty.util.DomainNameMappingBuilder.ImmutableDomainNameMapping
 
REPR_MAP_OPENING - Static variable in class io.netty.util.DomainNameMappingBuilder.ImmutableDomainNameMapping
 
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_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_TIMEOUT - Static variable in class io.netty.handler.codec.http.HttpResponseStatus
408 Request Timeout
REQUEST_TIMEOUT - Static variable in class io.netty.handler.codec.rtsp.RtspResponseStatuses
408 Request Timeout
REQUEST_URI_TOO_LONG - Static variable in class io.netty.handler.codec.http.HttpResponseStatus
414 Request-URI Too Long
REQUEST_URI_TOO_LONG - Static variable in class io.netty.handler.codec.rtsp.RtspResponseStatuses
414 Request-URI Too Long
REQUESTED_RANGE_NOT_SATISFIABLE - Static variable in class io.netty.handler.codec.http.HttpResponseStatus
416 Requested Range Not Satisfiable
requestedRemote - Variable in class io.netty.channel.epoll.EpollSocketChannel
 
requestedRemote - Variable in class io.netty.channel.kqueue.KQueueSocketChannel
 
requestedRemoteAddress - Variable in class io.netty.channel.epoll.AbstractEpollStreamChannel
 
requestedRemoteAddress - Variable in class io.netty.channel.kqueue.AbstractKQueueStreamChannel
 
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 cleanAllHttpData() is 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
 
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 - 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
 
requireMultiplexCodec(ChannelPipeline) - Static method in class io.netty.handler.codec.http2.Http2StreamChannelBootstrap.ParentChannelAndMultiplexCodec
 
requireStream(int) - Method in class io.netty.handler.codec.http2.DefaultHttp2ConnectionEncoder
 
reserved() - Method in interface io.netty.handler.codec.memcache.binary.BinaryMemcacheRequest
Returns the reserved field value.
reserved - Variable in class io.netty.handler.codec.memcache.binary.DefaultBinaryMemcacheRequest
 
reserved() - Method in class io.netty.handler.codec.memcache.binary.DefaultBinaryMemcacheRequest
 
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.
reserveSpace(AtomicInteger, int) - Static method in class io.netty.util.Recycler.WeakOrderQueue
 
reset() - Method in class io.netty.buffer.ByteBufInputStream
 
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.epoll.EpollRecvByteAllocatorHandle
 
reset(ChannelConfig) - Method in class io.netty.channel.kqueue.KQueueRecvByteAllocatorHandle
 
reset() - Method in class io.netty.channel.nio.SelectedSelectionKeySet
 
reset(int) - Method in class io.netty.channel.nio.SelectedSelectionKeySet
 
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() - 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.HpackHuffmanDecoder.DecoderProcessor
 
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
 
reset() - Method in class io.netty.util.internal.AppendableCharSequence
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.
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
 
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
 
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.
resetStream(ChannelHandlerContext, int, long, ChannelPromise) - Method in class io.netty.handler.codec.http2.Http2ConnectionHandler
 
resetStream(ChannelHandlerContext, Http2Stream, 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.
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(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
 
resolve(SocketAddress) - Method in class io.netty.resolver.AbstractAddressResolver
 
resolve(SocketAddress, Promise<T>) - 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 interface io.netty.resolver.AddressResolver
Resolves the specified address.
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(Promise<T>) - Method in class io.netty.resolver.dns.DnsNameResolverContext
 
resolve(String) - Method in class io.netty.resolver.dns.InflightNameResolver
 
resolve(String, Promise<T>) - Method in class io.netty.resolver.dns.InflightNameResolver
 
resolve(ConcurrentMap<String, Promise<U>>, String, Promise<U>, boolean) - 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, Promise<T>) - 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.SimpleNameResolver
 
resolveAll(SocketAddress) - Method in class io.netty.resolver.AbstractAddressResolver
 
resolveAll(SocketAddress, Promise<List<T>>) - 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 interface io.netty.resolver.AddressResolver
Resolves the specified address.
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(String) - Method in class io.netty.resolver.dns.InflightNameResolver
 
resolveAll(String, Promise<List<T>>) - 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, Promise<List<T>>) - 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.SimpleNameResolver
 
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.DefaultDnsCache
 
resolveCache - Variable in class io.netty.resolver.dns.DnsNameResolver
resolveCache() - Method in class io.netty.resolver.dns.DnsNameResolver
Returns the resolution cache.
resolveCache - Variable in class io.netty.resolver.dns.DnsNameResolverBuilder
 
resolveCache(DnsCache) - Method in class io.netty.resolver.dns.DnsNameResolverBuilder
Sets the cache for resolution results.
resolveCache - Variable in class io.netty.resolver.dns.DnsNameResolverContext
 
resolveClass(ObjectStreamClass) - Method in class io.netty.handler.codec.serialization.CompactObjectInputStream
 
resolvedAddressTypes - Variable in class io.netty.resolver.dns.DnsNameResolver
 
resolvedAddressTypes() - Method in class io.netty.resolver.dns.DnsNameResolver
resolvedAddressTypes - Variable in class io.netty.resolver.dns.DnsNameResolverBuilder
 
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
 
resolvedEntries - Variable in class io.netty.resolver.dns.DnsNameResolverContext
 
resolvedInternetProtocolFamilies - Variable in class io.netty.resolver.dns.DnsNameResolver
 
resolvedInternetProtocolFamilies - Variable in class io.netty.resolver.dns.DnsNameResolverContext
 
resolvedInternetProtocolFamiliesUnsafe() - Method in class io.netty.resolver.dns.DnsNameResolver
 
resolveHostsFileEntry(String) - Method in class io.netty.resolver.dns.DnsNameResolver
 
resolver - Variable in class io.netty.bootstrap.Bootstrap
 
resolver(AddressResolverGroup<?>) - Method in class io.netty.bootstrap.Bootstrap
Sets the NameResolver which will resolve the address of the unresolved named address.
resolver() - Method in class io.netty.bootstrap.Bootstrap
 
resolver() - Method in class io.netty.bootstrap.BootstrapConfig
Returns the configured AddressResolverGroup or the default if non is configured yet.
resolveRecordTypes - Variable in class io.netty.resolver.dns.DnsNameResolver
 
resolveRecordTypes() - Method in class io.netty.resolver.dns.DnsNameResolver
 
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
 
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(String) - Constructor for class io.netty.util.ResourceLeakDetector
ResourceLeakDetector(Class<?>, int, long) - 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(String, int, long) - Constructor for class io.netty.util.ResourceLeakDetector
ResourceLeakDetector.DefaultResourceLeak - Class in io.netty.util
 
ResourceLeakDetector.LeakEntry - Class in io.netty.util
 
ResourceLeakDetector.Level - Enum in io.netty.util
Represents the level of resource leak detection.
ResourceLeakDetectorFactory - Class in io.netty.util
This static factory should be used to load ResourceLeakDetectors as needed
ResourceLeakDetectorFactory() - Constructor for class io.netty.util.ResourceLeakDetectorFactory
 
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
 
resourceType - Variable in class io.netty.util.ResourceLeakDetector
 
respond(ChannelHandlerContext, HttpRequest, HttpResponse) - Static method in class io.netty.handler.codec.http.cors.CorsHandler
 
RESPONSE_HEADER_TRANSLATIONS - Static variable in class io.netty.handler.codec.http2.HttpConversionUtil.Http2ToHttpHeaderTranslator
 
RESPONSE_MAGIC_BYTE - Static variable in class io.netty.handler.codec.memcache.binary.DefaultBinaryMemcacheResponse
Default magic byte for a request.
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(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 - 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_UPDATER - Static variable in class io.netty.util.concurrent.DefaultPromise
 
resumeTransfer() - Method in class io.netty.handler.stream.ChunkedWriteHandler
Continues to fetch the chunks from the input.
retain() - Method in class io.netty.buffer.AbstractDerivedByteBuf
Deprecated.
 
retain(int) - Method in class io.netty.buffer.AbstractDerivedByteBuf
Deprecated.
 
retain() - Method in class io.netty.buffer.AbstractReferenceCountedByteBuf
 
retain(int) - Method in class io.netty.buffer.AbstractReferenceCountedByteBuf
 
retain() - Method in class io.netty.buffer.AdvancedLeakAwareByteBuf
 
retain(int) - Method in class io.netty.buffer.AdvancedLeakAwareByteBuf
 
retain() - Method in class io.netty.buffer.AdvancedLeakAwareCompositeByteBuf
 
retain(int) - Method in class io.netty.buffer.AdvancedLeakAwareCompositeByteBuf
 
retain(int) - Method in class io.netty.buffer.ByteBuf
 
retain() - Method in class io.netty.buffer.ByteBuf
 
retain() - Method in interface io.netty.buffer.ByteBufHolder
 
retain(int) - Method in interface io.netty.buffer.ByteBufHolder
 
retain(int) - Method in class io.netty.buffer.CompositeByteBuf
 
retain() - Method in class io.netty.buffer.CompositeByteBuf
 
retain() - Method in class io.netty.buffer.DefaultByteBufHolder
 
retain(int) - Method in class io.netty.buffer.DefaultByteBufHolder
 
retain() - Method in class io.netty.buffer.EmptyByteBuf
 
retain(int) - Method in class io.netty.buffer.EmptyByteBuf
 
retain() - Method in class io.netty.buffer.SwappedByteBuf
Deprecated.
 
retain(int) - Method in class io.netty.buffer.SwappedByteBuf
Deprecated.
 
retain(int) - Method in class io.netty.buffer.UnreleasableByteBuf
 
retain() - Method in class io.netty.buffer.UnreleasableByteBuf
 
retain(int) - Method in class io.netty.buffer.WrappedByteBuf
 
retain() - Method in class io.netty.buffer.WrappedByteBuf
 
retain(int) - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
retain() - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
retain() - Method in interface io.netty.channel.AddressedEnvelope
 
retain(int) - Method in interface io.netty.channel.AddressedEnvelope
 
retain() - Method in class io.netty.channel.DefaultAddressedEnvelope
 
retain(int) - Method in class io.netty.channel.DefaultAddressedEnvelope
 
retain() - Method in class io.netty.channel.DefaultFileRegion
 
retain(int) - Method in class io.netty.channel.DefaultFileRegion
 
retain() - Method in interface io.netty.channel.FileRegion
 
retain(int) - Method in interface io.netty.channel.FileRegion
 
retain() - Method in class io.netty.channel.sctp.SctpMessage
 
retain(int) - Method in class io.netty.channel.sctp.SctpMessage
 
retain() - Method in class io.netty.channel.socket.DatagramPacket
 
retain(int) - Method in class io.netty.channel.socket.DatagramPacket
 
retain() - Method in class io.netty.handler.codec.dns.AbstractDnsMessage
 
retain(int) - Method in class io.netty.handler.codec.dns.AbstractDnsMessage
 
retain() - Method in class io.netty.handler.codec.dns.DatagramDnsQuery
 
retain(int) - Method in class io.netty.handler.codec.dns.DatagramDnsQuery
 
retain() - Method in class io.netty.handler.codec.dns.DatagramDnsResponse
 
retain(int) - Method in class io.netty.handler.codec.dns.DatagramDnsResponse
 
retain() - Method in class io.netty.handler.codec.dns.DefaultDnsQuery
 
retain(int) - Method in class io.netty.handler.codec.dns.DefaultDnsQuery
 
retain() - Method in class io.netty.handler.codec.dns.DefaultDnsRawRecord
 
retain(int) - Method in class io.netty.handler.codec.dns.DefaultDnsRawRecord
 
retain() - Method in class io.netty.handler.codec.dns.DefaultDnsResponse
 
retain(int) - Method in class io.netty.handler.codec.dns.DefaultDnsResponse
 
retain() - Method in interface io.netty.handler.codec.dns.DnsMessage
 
retain(int) - Method in interface io.netty.handler.codec.dns.DnsMessage
 
retain() - Method in interface io.netty.handler.codec.dns.DnsQuery
 
retain(int) - Method in interface io.netty.handler.codec.dns.DnsQuery
 
retain() - Method in interface io.netty.handler.codec.dns.DnsRawRecord
 
retain(int) - Method in interface io.netty.handler.codec.dns.DnsRawRecord
 
retain() - Method in interface io.netty.handler.codec.dns.DnsResponse
 
retain(int) - Method in interface io.netty.handler.codec.dns.DnsResponse
 
retain() - Method in class io.netty.handler.codec.haproxy.HAProxyTLV
 
retain(int) - Method in class io.netty.handler.codec.haproxy.HAProxyTLV
 
retain(int) - Method in class io.netty.handler.codec.http.ComposedLastHttpContent
 
retain() - Method in class io.netty.handler.codec.http.ComposedLastHttpContent
 
retain() - Method in class io.netty.handler.codec.http.DefaultFullHttpRequest
 
retain(int) - Method in class io.netty.handler.codec.http.DefaultFullHttpRequest
 
retain() - Method in class io.netty.handler.codec.http.DefaultFullHttpResponse
 
retain(int) - Method in class io.netty.handler.codec.http.DefaultFullHttpResponse
 
retain() - Method in class io.netty.handler.codec.http.DefaultHttpContent
 
retain(int) - Method in class io.netty.handler.codec.http.DefaultHttpContent
 
retain(int) - Method in class io.netty.handler.codec.http.DefaultLastHttpContent
 
retain() - Method in class io.netty.handler.codec.http.DefaultLastHttpContent
 
retain(int) - Method in interface io.netty.handler.codec.http.FullHttpMessage
 
retain() - Method in interface io.netty.handler.codec.http.FullHttpMessage
 
retain(int) - Method in interface io.netty.handler.codec.http.FullHttpRequest
 
retain() - Method in interface io.netty.handler.codec.http.FullHttpRequest
 
retain(int) - Method in interface io.netty.handler.codec.http.FullHttpResponse
 
retain() - Method in interface io.netty.handler.codec.http.FullHttpResponse
 
retain() - Method in interface io.netty.handler.codec.http.HttpContent
 
retain(int) - Method in interface io.netty.handler.codec.http.HttpContent
 
retain() - Method in class io.netty.handler.codec.http.HttpObjectAggregator.AggregatedFullHttpMessage
 
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() - Method in class io.netty.handler.codec.http.HttpObjectAggregator.AggregatedFullHttpRequest
 
retain(int) - Method in class io.netty.handler.codec.http.HttpObjectAggregator.AggregatedFullHttpResponse
 
retain() - Method in class io.netty.handler.codec.http.HttpObjectAggregator.AggregatedFullHttpResponse
 
retain() - Method in class io.netty.handler.codec.http.HttpServerUpgradeHandler.UpgradeEvent
 
retain(int) - Method in class io.netty.handler.codec.http.HttpServerUpgradeHandler.UpgradeEvent
 
retain(int) - Method in interface io.netty.handler.codec.http.LastHttpContent
 
retain() - Method in interface io.netty.handler.codec.http.LastHttpContent
 
retain() - Method in class io.netty.handler.codec.http.multipart.AbstractHttpData
 
retain(int) - Method in class io.netty.handler.codec.http.multipart.AbstractHttpData
 
retain() - Method in interface io.netty.handler.codec.http.multipart.Attribute
 
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() - Method in class io.netty.handler.codec.http.multipart.DiskAttribute
 
retain(int) - Method in class io.netty.handler.codec.http.multipart.DiskFileUpload
 
retain() - Method in class io.netty.handler.codec.http.multipart.DiskFileUpload
 
retain() - Method in interface io.netty.handler.codec.http.multipart.FileUpload
 
retain(int) - Method in interface io.netty.handler.codec.http.multipart.FileUpload
 
retain() - Method in interface io.netty.handler.codec.http.multipart.HttpData
 
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() - Method in class io.netty.handler.codec.http.multipart.HttpPostRequestEncoder.WrappedFullHttpRequest
 
retain() - Method in interface io.netty.handler.codec.http.multipart.InterfaceHttpData
 
retain(int) - Method in interface io.netty.handler.codec.http.multipart.InterfaceHttpData
 
retain() - Method in class io.netty.handler.codec.http.multipart.InternalAttribute
 
retain(int) - Method in class io.netty.handler.codec.http.multipart.InternalAttribute
 
retain() - Method in class io.netty.handler.codec.http.multipart.MemoryAttribute
 
retain(int) - Method in class io.netty.handler.codec.http.multipart.MemoryAttribute
 
retain() - Method in class io.netty.handler.codec.http.multipart.MemoryFileUpload
 
retain(int) - Method in class io.netty.handler.codec.http.multipart.MemoryFileUpload
 
retain() - Method in class io.netty.handler.codec.http.multipart.MixedAttribute
 
retain(int) - Method in class io.netty.handler.codec.http.multipart.MixedAttribute
 
retain() - Method in class io.netty.handler.codec.http.multipart.MixedFileUpload
 
retain(int) - Method in class io.netty.handler.codec.http.multipart.MixedFileUpload
 
retain() - Method in class io.netty.handler.codec.http.websocketx.BinaryWebSocketFrame
 
retain(int) - Method in class io.netty.handler.codec.http.websocketx.BinaryWebSocketFrame
 
retain() - Method in class io.netty.handler.codec.http.websocketx.CloseWebSocketFrame
 
retain(int) - Method in class io.netty.handler.codec.http.websocketx.CloseWebSocketFrame
 
retain() - Method in class io.netty.handler.codec.http.websocketx.ContinuationWebSocketFrame
 
retain(int) - Method in class io.netty.handler.codec.http.websocketx.ContinuationWebSocketFrame
 
retain() - Method in class io.netty.handler.codec.http.websocketx.PingWebSocketFrame
 
retain(int) - Method in class io.netty.handler.codec.http.websocketx.PingWebSocketFrame
 
retain() - Method in class io.netty.handler.codec.http.websocketx.PongWebSocketFrame
 
retain(int) - Method in class io.netty.handler.codec.http.websocketx.PongWebSocketFrame
 
retain() - Method in class io.netty.handler.codec.http.websocketx.TextWebSocketFrame
 
retain(int) - Method in class io.netty.handler.codec.http.websocketx.TextWebSocketFrame
 
retain() - Method in class io.netty.handler.codec.http.websocketx.WebSocketFrame
 
retain(int) - Method in class io.netty.handler.codec.http.websocketx.WebSocketFrame
 
retain() - Method in class io.netty.handler.codec.http2.DefaultHttp2DataFrame
 
retain(int) - Method in class io.netty.handler.codec.http2.DefaultHttp2DataFrame
 
retain() - Method in class io.netty.handler.codec.http2.DefaultHttp2GoAwayFrame
 
retain(int) - Method in class io.netty.handler.codec.http2.DefaultHttp2GoAwayFrame
 
retain() - Method in interface io.netty.handler.codec.http2.Http2DataFrame
 
retain(int) - Method in interface io.netty.handler.codec.http2.Http2DataFrame
 
retain() - Method in interface io.netty.handler.codec.http2.Http2GoAwayFrame
 
retain(int) - Method in interface io.netty.handler.codec.http2.Http2GoAwayFrame
 
retain() - Method in class io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage
 
retain(int) - 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(int) - Method in interface io.netty.handler.codec.memcache.binary.BinaryMemcacheMessage
Increases the reference count by the specified increment.
retain() - Method in interface io.netty.handler.codec.memcache.binary.BinaryMemcacheRequest
 
retain(int) - Method in interface io.netty.handler.codec.memcache.binary.BinaryMemcacheRequest
 
retain() - Method in interface io.netty.handler.codec.memcache.binary.BinaryMemcacheResponse
 
retain(int) - Method in interface io.netty.handler.codec.memcache.binary.BinaryMemcacheResponse
 
retain() - Method in class io.netty.handler.codec.memcache.binary.DefaultBinaryMemcacheRequest
 
retain(int) - Method in class io.netty.handler.codec.memcache.binary.DefaultBinaryMemcacheRequest
 
retain() - Method in class io.netty.handler.codec.memcache.binary.DefaultBinaryMemcacheResponse
 
retain(int) - Method in class io.netty.handler.codec.memcache.binary.DefaultBinaryMemcacheResponse
 
retain() - Method in class io.netty.handler.codec.memcache.binary.DefaultFullBinaryMemcacheRequest
 
retain(int) - Method in class io.netty.handler.codec.memcache.binary.DefaultFullBinaryMemcacheRequest
 
retain() - Method in class io.netty.handler.codec.memcache.binary.DefaultFullBinaryMemcacheResponse
 
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() - Method in interface io.netty.handler.codec.memcache.binary.FullBinaryMemcacheRequest
 
retain(int) - Method in interface io.netty.handler.codec.memcache.binary.FullBinaryMemcacheResponse
 
retain() - Method in interface io.netty.handler.codec.memcache.binary.FullBinaryMemcacheResponse
 
retain() - Method in class io.netty.handler.codec.memcache.DefaultLastMemcacheContent
 
retain(int) - Method in class io.netty.handler.codec.memcache.DefaultLastMemcacheContent
 
retain() - Method in class io.netty.handler.codec.memcache.DefaultMemcacheContent
 
retain(int) - Method in class io.netty.handler.codec.memcache.DefaultMemcacheContent
 
retain(int) - Method in interface io.netty.handler.codec.memcache.FullMemcacheMessage
 
retain() - Method in interface io.netty.handler.codec.memcache.FullMemcacheMessage
 
retain(int) - Method in interface io.netty.handler.codec.memcache.LastMemcacheContent
 
retain() - Method in interface io.netty.handler.codec.memcache.LastMemcacheContent
 
retain() - Method in interface io.netty.handler.codec.memcache.MemcacheContent
 
retain(int) - 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(int) - Method in interface io.netty.handler.codec.memcache.MemcacheMessage
Increases the reference count by the specified increment.
retain() - Method in class io.netty.handler.codec.mqtt.MqttPublishMessage
 
retain(int) - Method in class io.netty.handler.codec.mqtt.MqttPublishMessage
 
retain() - Method in interface io.netty.handler.codec.redis.BulkStringRedisContent
 
retain(int) - Method in interface io.netty.handler.codec.redis.BulkStringRedisContent
 
retain() - Method in class io.netty.handler.codec.redis.DefaultBulkStringRedisContent
 
retain(int) - Method in class io.netty.handler.codec.redis.DefaultBulkStringRedisContent
 
retain() - Method in class io.netty.handler.codec.redis.DefaultLastBulkStringRedisContent
 
retain(int) - Method in class io.netty.handler.codec.redis.DefaultLastBulkStringRedisContent
 
retain() - Method in class io.netty.handler.codec.redis.FullBulkStringRedisMessage
 
retain(int) - Method in class io.netty.handler.codec.redis.FullBulkStringRedisMessage
 
retain() - Method in interface io.netty.handler.codec.redis.LastBulkStringRedisContent
 
retain(int) - Method in interface io.netty.handler.codec.redis.LastBulkStringRedisContent
 
retain() - Method in class io.netty.handler.codec.ReplayingDecoderByteBuf
 
retain(int) - Method in class io.netty.handler.codec.ReplayingDecoderByteBuf
 
retain() - Method in class io.netty.handler.codec.smtp.DefaultLastSmtpContent
 
retain(int) - Method in class io.netty.handler.codec.smtp.DefaultLastSmtpContent
 
retain() - Method in class io.netty.handler.codec.smtp.DefaultSmtpContent
 
retain(int) - Method in class io.netty.handler.codec.smtp.DefaultSmtpContent
 
retain() - Method in interface io.netty.handler.codec.smtp.LastSmtpContent
 
retain(int) - Method in interface io.netty.handler.codec.smtp.LastSmtpContent
 
retain() - Method in interface io.netty.handler.codec.smtp.SmtpContent
 
retain(int) - Method in interface io.netty.handler.codec.smtp.SmtpContent
 
retain() - Method in class io.netty.handler.codec.spdy.DefaultSpdyDataFrame
 
retain(int) - Method in class io.netty.handler.codec.spdy.DefaultSpdyDataFrame
 
retain() - Method in interface io.netty.handler.codec.spdy.SpdyDataFrame
 
retain(int) - Method in interface io.netty.handler.codec.spdy.SpdyDataFrame
 
retain() - Method in class io.netty.handler.codec.stomp.DefaultLastStompContentSubframe
 
retain(int) - Method in class io.netty.handler.codec.stomp.DefaultLastStompContentSubframe
 
retain() - Method in class io.netty.handler.codec.stomp.DefaultStompContentSubframe
 
retain(int) - Method in class io.netty.handler.codec.stomp.DefaultStompContentSubframe
 
retain() - Method in class io.netty.handler.codec.stomp.DefaultStompFrame
 
retain(int) - Method in class io.netty.handler.codec.stomp.DefaultStompFrame
 
retain() - Method in interface io.netty.handler.codec.stomp.LastStompContentSubframe
 
retain(int) - Method in interface io.netty.handler.codec.stomp.LastStompContentSubframe
 
retain() - Method in interface io.netty.handler.codec.stomp.StompContentSubframe
 
retain(int) - Method in interface io.netty.handler.codec.stomp.StompContentSubframe
 
retain() - Method in interface io.netty.handler.codec.stomp.StompFrame
 
retain(int) - Method in interface io.netty.handler.codec.stomp.StompFrame
 
retain() - Method in interface io.netty.handler.ssl.PemEncoded
 
retain(int) - Method in interface io.netty.handler.ssl.PemEncoded
 
retain() - Method in class io.netty.handler.ssl.PemPrivateKey
 
retain(int) - Method in class io.netty.handler.ssl.PemPrivateKey
 
retain() - Method in class io.netty.handler.ssl.PemValue
 
retain(int) - Method in class io.netty.handler.ssl.PemValue
 
retain() - Method in class io.netty.handler.ssl.PemX509Certificate
 
retain(int) - Method in class io.netty.handler.ssl.PemX509Certificate
 
retain() - Method in class io.netty.util.AbstractReferenceCounted
 
retain(int) - 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 interface io.netty.util.ReferenceCounted
Increases the reference count by the specified increment.
retain(T) - Static method in class io.netty.util.ReferenceCountUtil
Try to call ReferenceCounted.retain() if the specified message implements ReferenceCounted.
retain(T, int) - Static method in class io.netty.util.ReferenceCountUtil
Try to call ReferenceCounted.retain(int) if the specified message implements ReferenceCounted.
retain0() - Method in class io.netty.buffer.AbstractDerivedByteBuf
Deprecated.
 
retain0(int) - Method in class io.netty.buffer.AbstractDerivedByteBuf
Deprecated.
 
retain0() - Method in class io.netty.buffer.AbstractPooledDerivedByteBuf.PooledNonRetainedDuplicateByteBuf
 
retain0(int) - 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.AbstractPooledDerivedByteBuf.PooledNonRetainedSlicedByteBuf
 
retain0(int) - Method in class io.netty.buffer.AbstractReferenceCountedByteBuf
 
retain0(int) - Method in class io.netty.util.AbstractReferenceCounted
 
retainAll(Collection<?>) - Method in class io.netty.handler.codec.HeadersUtils.DelegatingStringSet
 
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
 
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.sctp.SctpMessage
 
retainedDuplicate() - Method in class io.netty.channel.socket.DatagramPacket
 
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 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 interface io.netty.handler.codec.http2.Http2DataFrame
 
retainedDuplicate() - Method in interface io.netty.handler.codec.http2.Http2GoAwayFrame
 
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
 
retainedSlice() - Method in class io.netty.buffer.AbstractByteBuf
 
retainedSlice(int, int) - Method in class io.netty.buffer.AbstractByteBuf
 
retainedSlice() - Method in class io.netty.buffer.AbstractPooledDerivedByteBuf.PooledNonRetainedDuplicateByteBuf
 
retainedSlice(int, int) - Method in class io.netty.buffer.AbstractPooledDerivedByteBuf.PooledNonRetainedDuplicateByteBuf
 
retainedSlice() - Method in class io.netty.buffer.AbstractPooledDerivedByteBuf.PooledNonRetainedSlicedByteBuf
 
retainedSlice(int, int) - 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(int, int) - Method in class io.netty.buffer.AdvancedLeakAwareByteBuf
 
retainedSlice() - Method in class io.netty.buffer.AdvancedLeakAwareCompositeByteBuf
 
retainedSlice(int, int) - 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(int, int) - Method in class io.netty.buffer.ByteBuf
Returns a retained slice of this buffer's sub-region.
retainedSlice() - Method in class io.netty.buffer.EmptyByteBuf
 
retainedSlice(int, int) - Method in class io.netty.buffer.EmptyByteBuf
 
retainedSlice() - Method in class io.netty.buffer.PooledByteBuf
 
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() - Method in class io.netty.buffer.SimpleLeakAwareByteBuf
 
retainedSlice(int, int) - Method in class io.netty.buffer.SimpleLeakAwareByteBuf
 
retainedSlice() - Method in class io.netty.buffer.SimpleLeakAwareCompositeByteBuf
 
retainedSlice(int, int) - Method in class io.netty.buffer.SimpleLeakAwareCompositeByteBuf
 
retainedSlice() - Method in class io.netty.buffer.SwappedByteBuf
Deprecated.
 
retainedSlice(int, int) - Method in class io.netty.buffer.SwappedByteBuf
Deprecated.
 
retainedSlice() - Method in class io.netty.buffer.UnreleasableByteBuf
 
retainedSlice(int, int) - Method in class io.netty.buffer.UnreleasableByteBuf
 
retainedSlice() - Method in class io.netty.buffer.WrappedByteBuf
 
retainedSlice(int, int) - Method in class io.netty.buffer.WrappedByteBuf
 
retainedSlice() - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
retainedSlice(int, int) - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
retainedSlice() - Method in class io.netty.handler.codec.ReplayingDecoderByteBuf
 
retainedSlice(int, int) - Method in class io.netty.handler.codec.ReplayingDecoderByteBuf
 
rethrowIfFailed() - Method in class io.netty.util.concurrent.DefaultPromise
 
retrans() - Method in class io.netty.channel.epoll.EpollTcpInfo
 
retransmits() - Method in class io.netty.channel.epoll.EpollTcpInfo
 
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"
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
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
 
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 - 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.
rNums(int) - Static method in class io.netty.handler.codec.compression.Bzip2Rand
Return the random number at a specific index.
ROOT - Static variable in class io.netty.handler.codec.dns.DefaultDnsRecordDecoder
 
ROOT - Static variable in class io.netty.handler.codec.http2.HpackHuffmanDecoder
 
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(InetSocketAddress[]) - Static method in class io.netty.resolver.dns.DnsServerAddresses
 
RotationalDnsServerAddresses - Class in io.netty.resolver.dns
 
RotationalDnsServerAddresses(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(Class<? extends DatagramChannel>, DnsServerAddressStreamProvider) - Constructor for class io.netty.resolver.dns.RoundRobinDnsAddressResolverGroup
 
RoundRobinDnsAddressResolverGroup(ChannelFactory<? 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
 
rp2 - Variable in class io.netty.util.internal.InternalThreadLocalMap
 
rp3 - Variable in class io.netty.util.internal.InternalThreadLocalMap
 
rp4 - Variable in class io.netty.util.internal.InternalThreadLocalMap
 
rp5 - Variable in class io.netty.util.internal.InternalThreadLocalMap
 
rp6 - Variable in class io.netty.util.internal.InternalThreadLocalMap
 
rp7 - Variable in class io.netty.util.internal.InternalThreadLocalMap
 
rp8 - Variable in class io.netty.util.internal.InternalThreadLocalMap
 
rp9 - Variable in class io.netty.util.internal.InternalThreadLocalMap
 
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 variable in class io.netty.handler.codec.smtp.SmtpCommand
 
RSET - Static variable in class io.netty.handler.codec.smtp.SmtpRequests
 
rset() - Static method in class io.netty.handler.codec.smtp.SmtpRequests
Creates a RSET request.
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(WebSocketFrame) - Method in class io.netty.handler.codec.http.websocketx.extensions.compression.DeflateEncoder
 
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(WebSocketFrame) - Method in class io.netty.handler.codec.http.websocketx.extensions.compression.PerFrameDeflateEncoder
 
rsv() - Method in class io.netty.handler.codec.http.websocketx.extensions.compression.PerMessageDeflateClientExtensionHandshaker.PermessageDeflateExtension
 
rsv(WebSocketFrame) - Method in class io.netty.handler.codec.http.websocketx.extensions.compression.PerMessageDeflateEncoder
 
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 - 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.WebSocketFrame
Bits used for extensions to the standard.
RSV1 - Static variable in interface io.netty.handler.codec.http.websocketx.extensions.WebSocketExtension
 
RSV2 - Static variable in interface io.netty.handler.codec.http.websocketx.extensions.WebSocketExtension
 
RSV3 - Static variable in interface io.netty.handler.codec.http.websocketx.extensions.WebSocketExtension
 
rto() - Method in class io.netty.channel.epoll.EpollTcpInfo
 
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(IpFilterRule...) - Constructor for class io.netty.handler.ipfilter.RuleBasedIpFilter
 
rules - Variable in class io.netty.handler.ipfilter.RuleBasedIpFilter
 
ruleType() - Method in interface io.netty.handler.ipfilter.IpFilterRule
 
ruleType - Variable in class io.netty.handler.ipfilter.IpSubnetFilterRule.Ip4SubnetFilterRule
 
ruleType() - Method in class io.netty.handler.ipfilter.IpSubnetFilterRule.Ip4SubnetFilterRule
 
ruleType - Variable in class io.netty.handler.ipfilter.IpSubnetFilterRule.Ip6SubnetFilterRule
 
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.AbstractWriteTask
 
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
 
run() - Method in class io.netty.handler.timeout.IdleStateHandler.AbstractIdleTask
 
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() - 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.util.concurrent.DefaultEventExecutor
 
run() - Method in class io.netty.util.concurrent.DefaultThreadFactory.DefaultRunnableDecorator
 
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.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.Worker
 
run() - Method in class io.netty.util.ReferenceCountUtil.ReleasingTask
 
run() - Method in class io.netty.util.ThreadDeathWatcher.Watcher
 
run(Timeout) - Method in interface io.netty.util.TimerTask
Executed after the delay specified with Timer.newTimeout(TimerTask, long, TimeUnit).
runAllTasks() - Method in class io.netty.util.concurrent.SingleThreadEventExecutor
Poll all tasks from the task queue and run them via Runnable.run() method.
runAllTasks(long) - Method in class io.netty.util.concurrent.SingleThreadEventExecutor
Poll all tasks from the task queue and run them via Runnable.run() method.
runAllTasksFrom(Queue<Runnable>) - Method in class io.netty.util.concurrent.SingleThreadEventExecutor
Runs all tasks from the passed taskQueue.
runDelegatedTasks() - Method in class io.netty.handler.ssl.SslHandler
Fetches all delegated tasks from the SSLEngine and runs them via the SslHandler.delegatedTaskExecutor.
runFinishPeerReadTask(LocalChannel) - Method in class io.netty.channel.local.LocalChannel
 
runLength(int) - Method in class io.netty.buffer.PoolChunk
 
RunnableAdapter(Runnable, T) - Constructor for class io.netty.util.concurrent.PromiseTask.RunnableAdapter
 
RunnableScheduledFutureTask(EventExecutor, Runnable, RunnableScheduledFuture<V>) - Constructor for class io.netty.util.concurrent.UnorderedThreadPoolEventExecutor.RunnableScheduledFutureTask
 
RunnableScheduledFutureTask(EventExecutor, Callable<V>, RunnableScheduledFuture<V>) - 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
 
runOffset(int) - Method in class io.netty.buffer.PoolChunk
 
runOffset - Variable in class io.netty.buffer.PoolSubpage
 
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
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
 
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
 
safeClose(InputStream) - Static method in class io.netty.handler.ssl.PemReader
 
safeClose(OutputStream) - Static method in class io.netty.handler.ssl.PemReader
 
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
 
safeClosePipe(FileDescriptor) - Static method in class io.netty.channel.epoll.AbstractEpollStreamChannel
 
safeDelete(File) - Static method in class io.netty.handler.ssl.util.SelfSignedCertificate
 
safeDuplicate(Object) - Static method in class io.netty.channel.group.DefaultChannelGroup
 
safeExecute(EventExecutor, Runnable, ChannelPromise, Object) - 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.
safeExecute(EventExecutor, Runnable) - Static method in class io.netty.util.concurrent.DefaultPromise
 
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) - Static method in class io.netty.handler.codec.compression.CompressionUtil
 
safeObjectAppend(StringBuilder, Object) - Static method in class io.netty.util.internal.logging.MessageFormatter
 
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.
safeSuccess(ChannelPromise) - Static method in class io.netty.channel.ChannelOutboundBuffer
 
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
 
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
 
sbiCrop - Variable in class io.netty.handler.codec.base64.Base64.Decoder
 
sbiDecode - Variable in class io.netty.handler.codec.base64.Base64.Decoder
 
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
 
scavenge() - Method in class io.netty.util.Recycler.Stack
 
scavengeSome() - Method in class io.netty.util.Recycler.Stack
 
sch - Variable in class io.netty.channel.sctp.oio.OioSctpServerChannel
 
schedule(ChannelHandlerContext, Runnable, long, TimeUnit) - Method in class io.netty.handler.timeout.IdleStateHandler
This method is visible for testing!
schedule(Runnable, long, TimeUnit) - Method in class io.netty.util.concurrent.AbstractEventExecutor
 
schedule(Callable<V>, long, TimeUnit) - Method in class io.netty.util.concurrent.AbstractEventExecutor
 
schedule(Runnable, long, TimeUnit) - Method in class io.netty.util.concurrent.AbstractEventExecutorGroup
 
schedule(Callable<V>, long, TimeUnit) - Method in class io.netty.util.concurrent.AbstractEventExecutorGroup
 
schedule(Runnable, long, TimeUnit) - Method in class io.netty.util.concurrent.AbstractScheduledEventExecutor
 
schedule(Callable<V>, long, TimeUnit) - Method in class io.netty.util.concurrent.AbstractScheduledEventExecutor
 
schedule(ScheduledFutureTask<V>) - Method in class io.netty.util.concurrent.AbstractScheduledEventExecutor
 
schedule(Runnable, long, TimeUnit) - Method in interface io.netty.util.concurrent.EventExecutorGroup
 
schedule(Callable<V>, long, TimeUnit) - Method in interface io.netty.util.concurrent.EventExecutorGroup
 
schedule(Runnable, long, TimeUnit) - Method in class io.netty.util.concurrent.NonStickyEventExecutorGroup
 
schedule(Callable<V>, long, TimeUnit) - Method in class io.netty.util.concurrent.NonStickyEventExecutorGroup
 
schedule(Runnable, long, TimeUnit) - Method in class io.netty.util.concurrent.UnorderedThreadPoolEventExecutor
 
schedule(Callable<V>, long, TimeUnit) - Method in class io.netty.util.concurrent.UnorderedThreadPoolEventExecutor
 
schedule(Thread, Runnable, boolean) - Static method in class io.netty.util.ThreadDeathWatcher
 
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
 
scheduleCacheExpiration(List<DnsCacheEntry>, DnsCacheEntry, int, EventLoop) - Method in class io.netty.resolver.dns.DefaultDnsCache
 
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 an scheduled asynchronous operation.
ScheduledFutureTask<V> - Class in io.netty.util.concurrent
 
ScheduledFutureTask(AbstractScheduledEventExecutor, Runnable, V, long) - Constructor for class io.netty.util.concurrent.ScheduledFutureTask
 
ScheduledFutureTask(AbstractScheduledEventExecutor, Callable<V>, long, long) - Constructor for class io.netty.util.concurrent.ScheduledFutureTask
 
ScheduledFutureTask(AbstractScheduledEventExecutor, Callable<V>, 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
 
scheduleExpiration(EventLoop, Runnable, long, TimeUnit) - Method in class io.netty.resolver.dns.DnsCacheEntry
 
scheduleFlush(ChannelHandlerContext) - Method in class io.netty.handler.flush.FlushConsolidationHandler
 
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(CharSequence) - Method in class io.netty.handler.codec.http2.DefaultHttp2Headers
 
scheme() - Method in class io.netty.handler.codec.http2.DefaultHttp2Headers
 
scheme(CharSequence) - Method in class io.netty.handler.codec.http2.EmptyHttp2Headers
 
scheme() - Method in class io.netty.handler.codec.http2.EmptyHttp2Headers
 
scheme(CharSequence) - Method in interface io.netty.handler.codec.http2.Http2Headers
Sets the Http2Headers.PseudoHeaderName.SCHEME header if there is no such header
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(CharSequence) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
 
scheme() - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
 
SCHEME - Static variable in class io.netty.handler.codec.spdy.SpdyHeaders.HttpNames
":scheme"
SCHEME - Static variable in class io.netty.handler.codec.spdy.SpdyHttpHeaders.Names
"x-spdy-scheme"
scopeId - Variable in class io.netty.channel.epoll.NativeDatagramPacketArray.NativeDatagramPacket
 
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
 
SCTP_DISABLE_FRAGMENTS - Static variable in class com.sun.nio.sctp.SctpStandardSocketOptions
 
SCTP_DISABLE_FRAGMENTS - Static variable in class io.netty.channel.sctp.SctpChannelOption
 
SCTP_EXPLICIT_COMPLETE - Static variable in class com.sun.nio.sctp.SctpStandardSocketOptions
 
SCTP_EXPLICIT_COMPLETE - Static variable in class io.netty.channel.sctp.SctpChannelOption
 
SCTP_FRAGMENT_INTERLEAVE - Static variable in class com.sun.nio.sctp.SctpStandardSocketOptions
 
SCTP_FRAGMENT_INTERLEAVE - Static variable in class io.netty.channel.sctp.SctpChannelOption
 
SCTP_INIT_MAXSTREAMS - Static variable in class com.sun.nio.sctp.SctpStandardSocketOptions
 
SCTP_INIT_MAXSTREAMS - Static variable in class io.netty.channel.sctp.SctpChannelOption
 
SCTP_NODELAY - Static variable in class com.sun.nio.sctp.SctpStandardSocketOptions
 
SCTP_NODELAY - Static variable in class io.netty.channel.sctp.SctpChannelOption
 
SCTP_PRIMARY_ADDR - Static variable in class com.sun.nio.sctp.SctpStandardSocketOptions
 
SCTP_PRIMARY_ADDR - Static variable in class io.netty.channel.sctp.SctpChannelOption
 
SCTP_SET_PEER_PRIMARY_ADDR - Static variable in class com.sun.nio.sctp.SctpStandardSocketOptions
 
SCTP_SET_PEER_PRIMARY_ADDR - Static variable in class io.netty.channel.sctp.SctpChannelOption
 
SctpChannel - Class in com.sun.nio.sctp
 
SctpChannel(SelectorProvider) - Constructor for class com.sun.nio.sctp.SctpChannel
 
SctpChannel - Interface in io.netty.channel.sctp
A SCTP/IP Channel interface for single SCTP association.
sctpChannel - Variable in class io.netty.channel.sctp.SctpNotificationHandler
 
SctpChannelConfig - Interface in io.netty.channel.sctp
SctpChannelOption<T> - Class in io.netty.channel.sctp
Option for configuring the SCTP transport
SctpChannelOption() - Constructor for class io.netty.channel.sctp.SctpChannelOption
 
SctpInboundByteStreamHandler - Class in io.netty.handler.codec.sctp
A ChannelHandler which receives SctpMessages which belong to a application protocol form a specific SCTP Stream and decode it as ByteBuf.
SctpInboundByteStreamHandler(int, int) - Constructor for class io.netty.handler.codec.sctp.SctpInboundByteStreamHandler
 
SctpMessage - Class in io.netty.channel.sctp
Representation of SCTP Data Chunk
SctpMessage(int, int, ByteBuf) - Constructor for class io.netty.channel.sctp.SctpMessage
Essential data that is being carried within SCTP Data Chunk
SctpMessage(int, int, boolean, ByteBuf) - Constructor for class io.netty.channel.sctp.SctpMessage
Essential data that is being carried within SCTP Data Chunk
SctpMessage(MessageInfo, ByteBuf) - Constructor for class io.netty.channel.sctp.SctpMessage
Essential data that is being carried within SCTP Data Chunk
SctpMessageCompletionHandler - Class in io.netty.handler.codec.sctp
MessageToMessageDecoder which will take care of handle fragmented SctpMessages, so only complete SctpMessages will be forwarded to the next ChannelInboundHandler.
SctpMessageCompletionHandler() - Constructor for class io.netty.handler.codec.sctp.SctpMessageCompletionHandler
 
SctpMessageToMessageDecoder - Class in io.netty.handler.codec.sctp
 
SctpMessageToMessageDecoder() - Constructor for class io.netty.handler.codec.sctp.SctpMessageToMessageDecoder
 
SctpNotificationHandler - Class in io.netty.channel.sctp
AbstractNotificationHandler implementation which will handle all Notifications by trigger a Notification user event in the ChannelPipeline of a SctpChannel.
SctpNotificationHandler(SctpChannel) - Constructor for class io.netty.channel.sctp.SctpNotificationHandler
 
SctpOutboundByteStreamHandler - Class in io.netty.handler.codec.sctp
A ChannelHandler which transform ByteBuf to SctpMessage and send it through a specific stream with given protocol identifier.
SctpOutboundByteStreamHandler(int, int) - Constructor for class io.netty.handler.codec.sctp.SctpOutboundByteStreamHandler
 
SctpOutboundByteStreamHandler(int, int, boolean) - Constructor for class io.netty.handler.codec.sctp.SctpOutboundByteStreamHandler
 
SctpServerChannel - Class in com.sun.nio.sctp
 
SctpServerChannel(SelectorProvider) - Constructor for class com.sun.nio.sctp.SctpServerChannel
 
SctpServerChannel - Interface in io.netty.channel.sctp
A SCTP/IP ServerChannel which accepts incoming SCTP/IP associations.
SctpServerChannelConfig - Interface in io.netty.channel.sctp
SctpSocketOption<T> - Interface in com.sun.nio.sctp
 
SctpStandardSocketOptions - Class in com.sun.nio.sctp
 
SctpStandardSocketOptions() - Constructor for class com.sun.nio.sctp.SctpStandardSocketOptions
 
SctpStandardSocketOptions.InitMaxStreams - Class in com.sun.nio.sctp
 
searchDomains - Variable in class io.netty.resolver.dns.DnsNameResolver
 
searchDomains() - Method in class io.netty.resolver.dns.DnsNameResolver
 
searchDomains - Variable in class io.netty.resolver.dns.DnsNameResolverBuilder
 
searchDomains(Iterable<String>) - Method in class io.netty.resolver.dns.DnsNameResolverBuilder
Set the list of search domains of the resolver.
SearchDomainUnknownHostException(Throwable, String) - Constructor for exception io.netty.resolver.dns.DnsNameResolverContext.SearchDomainUnknownHostException
 
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
 
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 - Static variable in class io.netty.handler.codec.http.cookie.CookieHeaderNames
 
secure - Variable in class io.netty.handler.codec.http.cookie.DefaultCookie
 
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
 
select(boolean) - Method in class io.netty.channel.nio.NioEventLoop
 
select(long) - Method in class io.netty.channel.nio.SelectedSelectionKeySetSelector
 
select() - Method in class io.netty.channel.nio.SelectedSelectionKeySetSelector
 
SELECT - Static variable in interface io.netty.channel.SelectStrategy
Indicates a blocking select should follow.
select(ChannelHandlerContext, String) - Method in class io.netty.handler.ssl.AbstractSniHandler
 
select(List<String>) - Method in interface io.netty.handler.ssl.JdkApplicationProtocolNegotiator.ProtocolSelector
Callback invoked to select the application level protocol from the protocols provided.
select(List<String>) - Method in class io.netty.handler.ssl.JdkBaseApplicationProtocolNegotiator.NoFailProtocolSelector
 
selectAgain() - Method in class io.netty.channel.nio.NioEventLoop
 
selected(String) - Method in interface io.netty.handler.ssl.JdkApplicationProtocolNegotiator.ProtocolSelectionListener
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() - Constructor for enum io.netty.handler.ssl.ApplicationProtocolConfig.SelectedListenerFailureBehavior
 
selectedListenerFailureBehavior() - Method in interface io.netty.handler.ssl.OpenSslApplicationProtocolNegotiator
Get the desired behavior for the peer who is notified of the selected protocol.
selectedListenerFailureBehavior() - Method in class io.netty.handler.ssl.OpenSslDefaultApplicationProtocolNegotiator
 
selectedListenerFailureBehavior() - Method in class io.netty.handler.ssl.OpenSslNpnApplicationProtocolNegotiator
Deprecated.
 
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() - Method in class io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker
Returns the selected subprotocol.
selectedSubprotocol - Variable in class io.netty.handler.codec.http.websocketx.WebSocketServerProtocolHandler.HandshakeComplete
 
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
 
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.channel.sctp.oio.OioSctpServerChannel
 
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() - Constructor for enum io.netty.handler.ssl.ApplicationProtocolConfig.SelectorFailureBehavior
 
selectorFailureBehavior() - Method in interface io.netty.handler.ssl.OpenSslApplicationProtocolNegotiator
Get the desired behavior for the peer who selects the application protocol.
selectorFailureBehavior() - Method in class io.netty.handler.ssl.OpenSslDefaultApplicationProtocolNegotiator
 
selectorFailureBehavior() - Method in class io.netty.handler.ssl.OpenSslNpnApplicationProtocolNegotiator
Deprecated.
 
selectorProvider() - Method in class io.netty.channel.nio.NioEventLoop
Returns the SelectorProvider used by this NioEventLoop to obtain the Selector.
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.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
 
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(Date, Date) - 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, Date, Date) - 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.
SEMICOLON - Static variable in class io.netty.handler.codec.http.HttpConstants
Semicolon ';'
SEMICOLON - Static variable in class io.netty.handler.codec.http.HttpUtil
 
send(ByteBuffer, MessageInfo) - Method in class com.sun.nio.sctp.SctpChannel
 
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_TO_ADDRESS_CLOSED_CHANNEL_EXCEPTION - Static variable in class io.netty.channel.unix.Socket
 
SEND_TO_ADDRESS_CONNECTION_RESET_EXCEPTION - Static variable in class io.netty.channel.unix.Socket
 
SEND_TO_ADDRESSES_CLOSED_CHANNEL_EXCEPTION - Static variable in class io.netty.channel.unix.Socket
 
SEND_TO_CLOSED_CHANNEL_EXCEPTION - Static variable in class io.netty.channel.unix.Socket
 
SEND_TO_CONNECTION_RESET_EXCEPTION - Static variable 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
 
sendConnectCommand(ChannelHandlerContext) - Method in class io.netty.handler.proxy.Socks5ProxyHandler
 
sendDetector - Variable in class io.netty.handler.codec.http2.InboundHttp2ToHttpAdapter
 
sender() - Method in interface io.netty.channel.AddressedEnvelope
Returns the address of the sender of this message.
sender - Variable in class io.netty.channel.DefaultAddressedEnvelope
 
sender() - Method in class io.netty.channel.DefaultAddressedEnvelope
 
sender - Variable in class io.netty.handler.codec.dns.DatagramDnsQuery
 
sender() - Method in class io.netty.handler.codec.dns.DatagramDnsQuery
 
sender - Variable in class io.netty.handler.codec.dns.DatagramDnsResponse
 
sender() - Method in class io.netty.handler.codec.dns.DatagramDnsResponse
 
SendFailedNotification - Class in com.sun.nio.sctp
 
SendFailedNotification() - Constructor for class com.sun.nio.sctp.SendFailedNotification
 
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.Native
 
sendFile(DefaultFileRegion, long, long, long) - Method in class io.netty.channel.kqueue.BsdSocket
 
sendFile(int, DefaultFileRegion, long, long, long) - Static method in class io.netty.channel.kqueue.BsdSocket
 
sendfile0(int, DefaultFileRegion, long, long, long) - Static method in class io.netty.channel.epoll.Native
 
SENDFILE_CLOSED_CHANNEL_EXCEPTION - Static variable in class io.netty.channel.epoll.Native
 
SENDFILE_CLOSED_CHANNEL_EXCEPTION - Static variable in class io.netty.channel.kqueue.BsdSocket
 
SENDFILE_CONNECTION_RESET_EXCEPTION - Static variable in class io.netty.channel.epoll.Native
 
SENDFILE_CONNECTION_RESET_EXCEPTION - Static variable 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
 
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, NativeDatagramPacketArray.NativeDatagramPacket[], int, int) - Static method in class io.netty.channel.epoll.Native
 
sendmmsg0(int, NativeDatagramPacketArray.NativeDatagramPacket[], int, int) - Static method in class io.netty.channel.epoll.Native
 
SENDMMSG_CLOSED_CHANNEL_EXCEPTION - Static variable in class io.netty.channel.epoll.Native
 
SENDMMSG_CONNECTION_RESET_EXCEPTION - Static variable 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(DnsQuery, ChannelPromise) - Method in class io.netty.resolver.dns.DnsQueryContext
 
sendTo(ByteBuffer, int, int, InetAddress, int) - Method in class io.netty.channel.unix.Socket
 
sendTo(int, ByteBuffer, int, int, byte[], 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(int, long, int, int, byte[], 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(int, long, int, byte[], int, int) - Static 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 not support the web socket version
sendUnsupportedVersionResponse(Channel, ChannelPromise) - Static method in class io.netty.handler.codec.http.websocketx.WebSocketServerHandshakerFactory
Return that we need cannot not 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
 
SENT_STATE_HEADERS - Static variable in class io.netty.handler.codec.http2.DefaultHttp2Connection.DefaultStream
 
SENT_STATE_PUSHPROMISE - Static variable in class io.netty.handler.codec.http2.DefaultHttp2Connection.DefaultStream
 
SENT_STATE_RST - Static variable in class io.netty.handler.codec.http2.DefaultHttp2Connection.DefaultStream
 
sentFirstMessage - Variable in class io.netty.handler.ssl.SslHandler
 
sentGoAwayFrame - Variable in class io.netty.handler.codec.spdy.SpdySessionHandler
 
sentLastChunk - Variable in class io.netty.handler.codec.http.HttpChunkedInput
 
sentState - Variable in class io.netty.handler.codec.http2.DefaultHttp2Connection.DefaultStream
 
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(InetSocketAddress...) - Static method in class io.netty.resolver.dns.DnsServerAddresses
 
SequentialDnsServerAddressStream - Class in io.netty.resolver.dns
 
SequentialDnsServerAddressStream(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(InetSocketAddress...) - Constructor for class io.netty.resolver.dns.SequentialDnsServerAddressStreamProvider
Create a new instance.
SequentialDnsServerAddressStreamProvider(Iterable<? extends InetSocketAddress>) - Constructor for class io.netty.resolver.dns.SequentialDnsServerAddressStreamProvider
Create a new instance.
serialVersionUID - Static variable in exception com.sun.nio.sctp.UnsupportedOperatingSystemException
 
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.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 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 class io.netty.channel.unix.DatagramSocketAddress
 
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.websocketx.WebSocketHandshakeException
 
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
 
serialVersionUID - Static variable in exception io.netty.handler.codec.http2.Http2Exception.StreamException
 
serialVersionUID - Static variable in exception io.netty.handler.codec.http2.Http2NoMoreStreamIdsException
 
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 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.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.ProxyConnectException
 
serialVersionUID - Static variable in exception io.netty.handler.ssl.NotSslRecordException
 
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.util.concurrent.BlockingOperationException
 
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
 
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.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 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 - 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(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 - Variable in class io.netty.handler.codec.http2.DefaultHttp2Connection.DefaultEndpoint
 
server - Variable in class io.netty.handler.codec.http2.Http2CodecBuilder
 
server(boolean) - Method in class io.netty.handler.codec.http2.Http2ConnectionHandlerBuilder
 
server - Variable in class io.netty.handler.codec.http2.Http2FrameCodec
 
server - Variable in class io.netty.handler.codec.http2.Http2MultiplexCodec
 
server(boolean) - Method in class io.netty.handler.codec.http2.HttpToHttp2ConnectionHandlerBuilder
 
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 - Variable in class io.netty.handler.codec.spdy.SpdySessionHandler
 
SERVER - Static variable in interface io.netty.handler.codec.stomp.StompHeaders
 
SERVER_CHANNEL_MATCHER - Static variable in class io.netty.channel.group.ChannelMatchers
 
SERVER_MAX_WINDOW - Static variable in class io.netty.handler.codec.http.websocketx.extensions.compression.PerMessageDeflateServerExtensionHandshaker
 
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"
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.
serverChannels - Variable in class io.netty.channel.group.DefaultChannelGroup
 
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(boolean) - Constructor for class io.netty.handler.codec.http.cookie.ServerCookieEncoder
 
ServerCookieEncoder - Class in io.netty.handler.codec.http
Deprecated.
ServerCookieEncoder() - Constructor for class io.netty.handler.codec.http.ServerCookieEncoder
Deprecated.
 
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.
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
 
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_UNAVAILABLE - Static variable in class io.netty.handler.codec.http.HttpResponseStatus
503 Service Unavailable
SERVICE_UNAVAILABLE - Static variable in class io.netty.handler.codec.rtsp.RtspResponseStatuses
503 Service Unavailable
SESSION - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderNames
"session"
SESSION - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Names
Deprecated.
"Session"
SESSION - Static variable in interface io.netty.handler.codec.stomp.StompHeaders
 
session - Variable in class io.netty.handler.ssl.JdkSslEngine
 
SESSION_NOT_FOUND - Static variable in class io.netty.handler.codec.rtsp.RtspResponseStatuses
454 Session Not Found
sessionCacheSize() - Method in class io.netty.handler.ssl.DelegatingSslContext
 
sessionCacheSize() - Method in class io.netty.handler.ssl.JdkSslContext
 
sessionCacheSize() - Method in class io.netty.handler.ssl.SslContext
Returns the size of the cache used for storing SSL session objects.
sessionCacheSize - Variable in class io.netty.handler.ssl.SslContextBuilder
 
sessionCacheSize(long) - Method in class io.netty.handler.ssl.SslContextBuilder
Set the size of the cache used for storing SSL session objects.
sessionContext() - Method in class io.netty.handler.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.SslContext
Returns the SSLSessionContext object held by this context.
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
 
sessionTimeout() - Method in class io.netty.handler.ssl.DelegatingSslContext
 
sessionTimeout() - Method in class io.netty.handler.ssl.JdkSslContext
 
sessionTimeout() - Method in class io.netty.handler.ssl.SslContext
Returns the timeout for the cached SSL session objects, in seconds.
sessionTimeout - Variable in class io.netty.handler.ssl.SslContextBuilder
 
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(K, V) - Method in class io.netty.handler.codec.DefaultHeaders
 
set(K, Iterable<? extends V>) - Method in class io.netty.handler.codec.DefaultHeaders
 
set(K, V...) - Method in class io.netty.handler.codec.DefaultHeaders
 
set(Headers<? extends K, ? extends V, ?>) - Method in class io.netty.handler.codec.DefaultHeaders
 
set(K, V) - Method in class io.netty.handler.codec.EmptyHeaders
 
set(K, Iterable<? extends V>) - Method in class io.netty.handler.codec.EmptyHeaders
 
set(K, V...) - Method in class io.netty.handler.codec.EmptyHeaders
 
set(Headers<? extends K, ? extends 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, 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 interface io.netty.handler.codec.Headers
Sets a header with the specified name and values.
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(Headers<? extends CharSequence, ? extends CharSequence, ?>) - Method in class io.netty.handler.codec.http.CombinedHttpHeaders.CombinedHttpHeadersImpl
 
set(CharSequence, CharSequence...) - Method in class io.netty.handler.codec.http.CombinedHttpHeaders.CombinedHttpHeadersImpl
 
set(CharSequence, Iterable<? extends CharSequence>) - Method in class io.netty.handler.codec.http.CombinedHttpHeaders.CombinedHttpHeadersImpl
 
set(HttpHeaders) - Method in class io.netty.handler.codec.http.DefaultHttpHeaders
 
set(String, Object) - Method in class io.netty.handler.codec.http.DefaultHttpHeaders
 
set(CharSequence, Object) - Method in class io.netty.handler.codec.http.DefaultHttpHeaders
 
set(String, Iterable<?>) - Method in class io.netty.handler.codec.http.DefaultHttpHeaders
 
set(CharSequence, Iterable<?>) - Method in class io.netty.handler.codec.http.DefaultHttpHeaders
 
set(String, Object) - Method in class io.netty.handler.codec.http.EmptyHttpHeaders
 
set(String, Iterable<?>) - Method in class io.netty.handler.codec.http.EmptyHttpHeaders
 
set(String, Object) - Method in class io.netty.handler.codec.http.HttpHeaders
 
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.HttpHeaders
 
set(CharSequence, Iterable<?>) - Method in class io.netty.handler.codec.http.HttpHeaders
Sets a header with the specified name and values.
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(CharSequence, CharSequence) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
 
set(CharSequence, Iterable<? extends CharSequence>) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
 
set(CharSequence, CharSequence...) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
 
set(Headers<? extends CharSequence, ? extends CharSequence, ?>) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
 
SET - Static variable in class io.netty.handler.codec.memcache.binary.BinaryMemcacheOpcodes
 
set(T) - Method in interface io.netty.util.Attribute
Sets the value
set(V) - Method in class io.netty.util.concurrent.FastThreadLocal
Set the value for the current thread.
set(InternalThreadLocalMap, V) - Method in class io.netty.util.concurrent.FastThreadLocal
Set the value for the specified thread local map.
set(int, Object) - Method in class io.netty.util.internal.RecyclableArrayList
 
set100ContinueExpected(HttpMessage) - Static method in class io.netty.handler.codec.http.HttpHeaders
Deprecated.
Use 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 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.
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_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.
setAcceptFilter(AcceptFilter) - Method in class io.netty.channel.kqueue.BsdSocket
 
setAcceptFilter(int, String, String) - Static 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.kqueue.KQueueDatagramChannelConfig
 
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
 
setAlgorithmConstraints(SSLParameters, Object) - Static method in class io.netty.handler.ssl.Java7SslParametersUtils
Utility method that is used by OpenSslEngine and so allow use not not have any reference to AlgorithmConstraints in the code.
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(Headers<? extends CharSequence, ? extends CharSequence, ?>) - Method in class io.netty.handler.codec.http.CombinedHttpHeaders.CombinedHttpHeadersImpl
 
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
setAll(Headers<? extends CharSequence, ? extends CharSequence, ?>) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
 
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.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.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 class io.netty.channel.sctp.DefaultSctpChannelConfig
 
setAllocator(ByteBufAllocator) - Method in class io.netty.channel.sctp.DefaultSctpServerChannelConfig
 
setAllocator(ByteBufAllocator) - Method in interface io.netty.channel.sctp.SctpChannelConfig
 
setAllocator(ByteBufAllocator) - Method in interface io.netty.channel.sctp.SctpServerChannelConfig
 
setAllocator(ByteBufAllocator) - Method in interface io.netty.channel.socket.DatagramChannelConfig
 
setAllocator(ByteBufAllocator) - Method in class io.netty.channel.socket.DefaultDatagramChannelConfig
 
setAllocator(ByteBufAllocator) - Method in class io.netty.channel.socket.DefaultServerSocketChannelConfig
 
setAllocator(ByteBufAllocator) - Method in class io.netty.channel.socket.DefaultSocketChannelConfig
 
setAllocator(ByteBufAllocator) - Method in class io.netty.channel.socket.oio.DefaultOioServerSocketChannelConfig
 
setAllocator(ByteBufAllocator) - Method in class io.netty.channel.socket.oio.DefaultOioSocketChannelConfig
 
setAllocator(ByteBufAllocator) - Method in interface io.netty.channel.socket.oio.OioServerSocketChannelConfig
 
setAllocator(ByteBufAllocator) - Method in interface io.netty.channel.socket.oio.OioSocketChannelConfig
 
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.DomainSocketChannelConfig
 
setAllowCredentials(HttpResponse) - Method in class io.netty.handler.codec.http.cors.CorsHandler
 
setAllowHalfClosure(boolean) - Method in class io.netty.channel.epoll.EpollSocketChannelConfig
 
setAllowHalfClosure(boolean) - Method in class io.netty.channel.kqueue.KQueueSocketChannelConfig
 
setAllowHalfClosure(boolean) - Method in class io.netty.channel.socket.DefaultSocketChannelConfig
 
setAllowHalfClosure(boolean) - Method in class io.netty.channel.socket.oio.DefaultOioSocketChannelConfig
 
setAllowHalfClosure(boolean) - Method in interface io.netty.channel.socket.oio.OioSocketChannelConfig
 
setAllowHalfClosure(boolean) - Method in interface io.netty.channel.socket.SocketChannelConfig
Sets whether the channel should not close itself when its remote peer shuts down output to make the connection half-closed.
setAllowHeaders(HttpResponse) - Method in class io.netty.handler.codec.http.cors.CorsHandler
 
setAllowMethods(HttpResponse) - Method in class io.netty.handler.codec.http.cors.CorsHandler
 
setAnyOrigin(HttpResponse) - Static method in class io.netty.handler.codec.http.cors.CorsHandler
 
setApplicationProtocol(String) - Method in class io.netty.handler.ssl.JdkSslSession
 
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.
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
Deprecated.
Auto close will be removed in a future release. Sets whether the Channel should be closed automatically and immediately on write failure. The default is false.
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.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.KQueueDomainSocketChannelConfig
 
setAutoClose(boolean) - Method in class io.netty.channel.kqueue.KQueueSocketChannelConfig
 
setAutoClose(boolean) - Method in class io.netty.channel.sctp.DefaultSctpChannelConfig
 
setAutoClose(boolean) - Method in class io.netty.channel.sctp.DefaultSctpServerChannelConfig
 
setAutoClose(boolean) - Method in interface io.netty.channel.sctp.SctpChannelConfig
 
setAutoClose(boolean) - Method in interface io.netty.channel.sctp.SctpServerChannelConfig
 
setAutoClose(boolean) - Method in interface io.netty.channel.socket.DatagramChannelConfig
 
setAutoClose(boolean) - Method in class io.netty.channel.socket.DefaultDatagramChannelConfig
 
setAutoClose(boolean) - Method in class io.netty.channel.socket.DefaultSocketChannelConfig
 
setAutoClose(boolean) - Method in class io.netty.channel.socket.oio.DefaultOioServerSocketChannelConfig
 
setAutoClose(boolean) - Method in class io.netty.channel.socket.oio.DefaultOioSocketChannelConfig
 
setAutoClose(boolean) - Method in interface io.netty.channel.socket.oio.OioServerSocketChannelConfig
 
setAutoClose(boolean) - Method in interface io.netty.channel.socket.oio.OioSocketChannelConfig
 
setAutoClose(boolean) - Method in interface io.netty.channel.socket.SocketChannelConfig
 
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.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.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 class io.netty.channel.sctp.DefaultSctpChannelConfig
 
setAutoRead(boolean) - Method in class io.netty.channel.sctp.DefaultSctpServerChannelConfig
 
setAutoRead(boolean) - Method in interface io.netty.channel.sctp.SctpChannelConfig
 
setAutoRead(boolean) - Method in interface io.netty.channel.sctp.SctpServerChannelConfig
 
setAutoRead(boolean) - Method in interface io.netty.channel.socket.DatagramChannelConfig
 
setAutoRead(boolean) - Method in class io.netty.channel.socket.DefaultDatagramChannelConfig
 
setAutoRead(boolean) - Method in class io.netty.channel.socket.DefaultServerSocketChannelConfig
 
setAutoRead(boolean) - Method in class io.netty.channel.socket.DefaultSocketChannelConfig
 
setAutoRead(boolean) - Method in class io.netty.channel.socket.nio.NioDatagramChannelConfig
 
setAutoRead(boolean) - Method in class io.netty.channel.socket.oio.DefaultOioServerSocketChannelConfig
 
setAutoRead(boolean) - Method in class io.netty.channel.socket.oio.DefaultOioSocketChannelConfig
 
setAutoRead(boolean) - Method in interface io.netty.channel.socket.oio.OioServerSocketChannelConfig
 
setAutoRead(boolean) - Method in interface io.netty.channel.socket.oio.OioSocketChannelConfig
 
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.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.sctp.DefaultSctpServerChannelConfig
 
setBacklog(int) - Method in interface io.netty.channel.sctp.SctpServerChannelConfig
Sets the backlog value to specify when the channel binds to a local address.
setBacklog(int) - Method in class io.netty.channel.socket.DefaultServerSocketChannelConfig
 
setBacklog(int) - Method in class io.netty.channel.socket.oio.DefaultOioServerSocketChannelConfig
 
setBacklog(int) - Method in interface io.netty.channel.socket.oio.OioServerSocketChannelConfig
 
setBacklog(int) - Method in interface io.netty.channel.socket.ServerSocketChannelConfig
Sets the backlog value to specify when the channel binds to a local address.
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(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.
setBoolean(CharSequence, boolean) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
 
setBoolean(int, boolean) - Method in class io.netty.handler.codec.ReplayingDecoderByteBuf
 
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.unix.Socket
 
setBroadcast(int, int) - Static method in class io.netty.channel.unix.Socket
 
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(byte[], int, int) - Static method in class io.netty.buffer.HeapByteBufUtil
 
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.UnpooledUnsafeHeapByteBuf
 
setByte(long, int) - Static method in class io.netty.buffer.UnsafeByteBufUtil
 
setByte(byte[], int, int) - Static method in class io.netty.buffer.UnsafeByteBufUtil
 
setByte(int, int) - Method in class io.netty.buffer.WrappedByteBuf
 
setByte(int, int) - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
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.
setByte(CharSequence, byte) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
 
setByte(int, int) - Method in class io.netty.handler.codec.ReplayingDecoderByteBuf
 
setByteBuf(ByteBuf) - Method in class io.netty.handler.codec.compression.Bzip2BitReader
Set the ByteBuf from which to read data.
setByteBuffer(ByteBuffer) - 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, ByteBuf) - Method in class io.netty.buffer.AbstractByteBuf
 
setBytes(int, ByteBuf, int) - Method in class io.netty.buffer.AbstractByteBuf
 
setBytes(int, byte[], int, int) - Method in class io.netty.buffer.AbstractUnpooledSlicedByteBuf
 
setBytes(int, ByteBuf, int, int) - Method in class io.netty.buffer.AbstractUnpooledSlicedByteBuf
 
setBytes(int, ByteBuffer) - Method in class io.netty.buffer.AbstractUnpooledSlicedByteBuf
 
setBytes(int, InputStream, int) - Method in class io.netty.buffer.AbstractUnpooledSlicedByteBuf
 
setBytes(int, ScatteringByteChannel, int) - Method in class io.netty.buffer.AbstractUnpooledSlicedByteBuf
 
setBytes(int, FileChannel, long, int) - Method in class io.netty.buffer.AbstractUnpooledSlicedByteBuf
 
setBytes(int, ByteBuf) - Method in class io.netty.buffer.AdvancedLeakAwareByteBuf
 
setBytes(int, ByteBuf, int) - Method in class io.netty.buffer.AdvancedLeakAwareByteBuf
 
setBytes(int, ByteBuf, int, int) - Method in class io.netty.buffer.AdvancedLeakAwareByteBuf
 
setBytes(int, byte[]) - Method in class io.netty.buffer.AdvancedLeakAwareByteBuf
 
setBytes(int, byte[], int, int) - Method in class io.netty.buffer.AdvancedLeakAwareByteBuf
 
setBytes(int, ByteBuffer) - Method in class io.netty.buffer.AdvancedLeakAwareByteBuf
 
setBytes(int, InputStream, int) - Method in class io.netty.buffer.AdvancedLeakAwareByteBuf
 
setBytes(int, ScatteringByteChannel, int) - Method in class io.netty.buffer.AdvancedLeakAwareByteBuf
 
setBytes(int, FileChannel, long, int) - Method in class io.netty.buffer.AdvancedLeakAwareByteBuf
 
setBytes(int, ByteBuf) - Method in class io.netty.buffer.AdvancedLeakAwareCompositeByteBuf
 
setBytes(int, ByteBuf, int) - Method in class io.netty.buffer.AdvancedLeakAwareCompositeByteBuf
 
setBytes(int, ByteBuf, int, int) - Method in class io.netty.buffer.AdvancedLeakAwareCompositeByteBuf
 
setBytes(int, byte[]) - Method in class io.netty.buffer.AdvancedLeakAwareCompositeByteBuf
 
setBytes(int, byte[], int, int) - Method in class io.netty.buffer.AdvancedLeakAwareCompositeByteBuf
 
setBytes(int, ByteBuffer) - Method in class io.netty.buffer.AdvancedLeakAwareCompositeByteBuf
 
setBytes(int, InputStream, int) - Method in class io.netty.buffer.AdvancedLeakAwareCompositeByteBuf
 
setBytes(int, ScatteringByteChannel, int) - Method in class io.netty.buffer.AdvancedLeakAwareCompositeByteBuf
 
setBytes(int, FileChannel, long, int) - 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, 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.ByteBuf
Transfers the specified source buffer's data to this buffer starting at the specified absolute index.
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[], 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, 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, 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, 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, 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, byte[], int, int) - Method in class io.netty.buffer.CompositeByteBuf
 
setBytes(int, ByteBuffer) - Method in class io.netty.buffer.CompositeByteBuf
 
setBytes(int, ByteBuf, int, int) - Method in class io.netty.buffer.CompositeByteBuf
 
setBytes(int, InputStream, int) - Method in class io.netty.buffer.CompositeByteBuf
 
setBytes(int, ScatteringByteChannel, int) - Method in class io.netty.buffer.CompositeByteBuf
 
setBytes(int, FileChannel, long, int) - Method in class io.netty.buffer.CompositeByteBuf
 
setBytes(int, ByteBuf) - Method in class io.netty.buffer.CompositeByteBuf
 
setBytes(int, ByteBuf, int) - Method in class io.netty.buffer.CompositeByteBuf
 
setBytes(int, byte[]) - Method in class io.netty.buffer.CompositeByteBuf
 
setBytes(int, byte[], int, int) - Method in class io.netty.buffer.DuplicatedByteBuf
Deprecated.
 
setBytes(int, ByteBuf, int, int) - Method in class io.netty.buffer.DuplicatedByteBuf
Deprecated.
 
setBytes(int, ByteBuffer) - Method in class io.netty.buffer.DuplicatedByteBuf
Deprecated.
 
setBytes(int, InputStream, int) - Method in class io.netty.buffer.DuplicatedByteBuf
Deprecated.
 
setBytes(int, ScatteringByteChannel, int) - Method in class io.netty.buffer.DuplicatedByteBuf
Deprecated.
 
setBytes(int, FileChannel, long, int) - Method in class io.netty.buffer.DuplicatedByteBuf
Deprecated.
 
setBytes(int, ByteBuf) - Method in class io.netty.buffer.EmptyByteBuf
 
setBytes(int, ByteBuf, int) - Method in class io.netty.buffer.EmptyByteBuf
 
setBytes(int, ByteBuf, int, int) - Method in class io.netty.buffer.EmptyByteBuf
 
setBytes(int, byte[]) - Method in class io.netty.buffer.EmptyByteBuf
 
setBytes(int, byte[], int, int) - Method in class io.netty.buffer.EmptyByteBuf
 
setBytes(int, ByteBuffer) - Method in class io.netty.buffer.EmptyByteBuf
 
setBytes(int, InputStream, int) - Method in class io.netty.buffer.EmptyByteBuf
 
setBytes(int, ScatteringByteChannel, int) - Method in class io.netty.buffer.EmptyByteBuf
 
setBytes(int, FileChannel, long, int) - Method in class io.netty.buffer.EmptyByteBuf
 
setBytes(int, ByteBuf, int, int) - Method in class io.netty.buffer.FixedCompositeByteBuf
 
setBytes(int, byte[], int, int) - Method in class io.netty.buffer.FixedCompositeByteBuf
 
setBytes(int, ByteBuffer) - Method in class io.netty.buffer.FixedCompositeByteBuf
 
setBytes(int, InputStream, int) - Method in class io.netty.buffer.FixedCompositeByteBuf
 
setBytes(int, ScatteringByteChannel, int) - Method in class io.netty.buffer.FixedCompositeByteBuf
 
setBytes(int, FileChannel, long, int) - Method in class io.netty.buffer.FixedCompositeByteBuf
 
setBytes(int, ByteBuf, int, int) - Method in class io.netty.buffer.PooledDirectByteBuf
 
setBytes(int, byte[], int, int) - Method in class io.netty.buffer.PooledDirectByteBuf
 
setBytes(int, ByteBuffer) - Method in class io.netty.buffer.PooledDirectByteBuf
 
setBytes(int, InputStream, int) - Method in class io.netty.buffer.PooledDirectByteBuf
 
setBytes(int, ScatteringByteChannel, int) - Method in class io.netty.buffer.PooledDirectByteBuf
 
setBytes(int, FileChannel, long, int) - Method in class io.netty.buffer.PooledDirectByteBuf
 
setBytes(int, byte[], int, int) - Method in class io.netty.buffer.PooledDuplicatedByteBuf
 
setBytes(int, ByteBuf, int, int) - Method in class io.netty.buffer.PooledDuplicatedByteBuf
 
setBytes(int, ByteBuffer) - Method in class io.netty.buffer.PooledDuplicatedByteBuf
 
setBytes(int, InputStream, int) - Method in class io.netty.buffer.PooledDuplicatedByteBuf
 
setBytes(int, ScatteringByteChannel, int) - Method in class io.netty.buffer.PooledDuplicatedByteBuf
 
setBytes(int, FileChannel, long, int) - Method in class io.netty.buffer.PooledDuplicatedByteBuf
 
setBytes(int, ByteBuf, int, int) - Method in class io.netty.buffer.PooledHeapByteBuf
 
setBytes(int, byte[], int, int) - Method in class io.netty.buffer.PooledHeapByteBuf
 
setBytes(int, ByteBuffer) - Method in class io.netty.buffer.PooledHeapByteBuf
 
setBytes(int, InputStream, int) - Method in class io.netty.buffer.PooledHeapByteBuf
 
setBytes(int, ScatteringByteChannel, int) - Method in class io.netty.buffer.PooledHeapByteBuf
 
setBytes(int, FileChannel, long, int) - Method in class io.netty.buffer.PooledHeapByteBuf
 
setBytes(int, byte[], int, int) - Method in class io.netty.buffer.PooledSlicedByteBuf
 
setBytes(int, ByteBuf, int, int) - Method in class io.netty.buffer.PooledSlicedByteBuf
 
setBytes(int, ByteBuffer) - Method in class io.netty.buffer.PooledSlicedByteBuf
 
setBytes(int, InputStream, int) - Method in class io.netty.buffer.PooledSlicedByteBuf
 
setBytes(int, ScatteringByteChannel, int) - Method in class io.netty.buffer.PooledSlicedByteBuf
 
setBytes(int, FileChannel, long, int) - Method in class io.netty.buffer.PooledSlicedByteBuf
 
setBytes(int, ByteBuf, int, int) - Method in class io.netty.buffer.PooledUnsafeDirectByteBuf
 
setBytes(int, byte[], int, int) - Method in class io.netty.buffer.PooledUnsafeDirectByteBuf
 
setBytes(int, ByteBuffer) - Method in class io.netty.buffer.PooledUnsafeDirectByteBuf
 
setBytes(int, InputStream, int) - Method in class io.netty.buffer.PooledUnsafeDirectByteBuf
 
setBytes(int, ScatteringByteChannel, int) - Method in class io.netty.buffer.PooledUnsafeDirectByteBuf
 
setBytes(int, FileChannel, long, int) - Method in class io.netty.buffer.PooledUnsafeDirectByteBuf
 
setBytes(int, ByteBuf, int, int) - Method in class io.netty.buffer.ReadOnlyByteBuf
Deprecated.
 
setBytes(int, byte[], int, int) - Method in class io.netty.buffer.ReadOnlyByteBuf
Deprecated.
 
setBytes(int, ByteBuffer) - Method in class io.netty.buffer.ReadOnlyByteBuf
Deprecated.
 
setBytes(int, InputStream, int) - Method in class io.netty.buffer.ReadOnlyByteBuf
Deprecated.
 
setBytes(int, ScatteringByteChannel, int) - Method in class io.netty.buffer.ReadOnlyByteBuf
Deprecated.
 
setBytes(int, FileChannel, long, int) - Method in class io.netty.buffer.ReadOnlyByteBuf
Deprecated.
 
setBytes(int, ByteBuf, int, int) - Method in class io.netty.buffer.ReadOnlyByteBufferBuf
 
setBytes(int, byte[], int, int) - Method in class io.netty.buffer.ReadOnlyByteBufferBuf
 
setBytes(int, ByteBuffer) - Method in class io.netty.buffer.ReadOnlyByteBufferBuf
 
setBytes(int, InputStream, int) - Method in class io.netty.buffer.ReadOnlyByteBufferBuf
 
setBytes(int, ScatteringByteChannel, int) - Method in class io.netty.buffer.ReadOnlyByteBufferBuf
 
setBytes(int, FileChannel, long, int) - Method in class io.netty.buffer.ReadOnlyByteBufferBuf
 
setBytes(int, ByteBuf) - Method in class io.netty.buffer.SwappedByteBuf
Deprecated.
 
setBytes(int, ByteBuf, int) - Method in class io.netty.buffer.SwappedByteBuf
Deprecated.
 
setBytes(int, ByteBuf, int, int) - Method in class io.netty.buffer.SwappedByteBuf
Deprecated.
 
setBytes(int, byte[]) - Method in class io.netty.buffer.SwappedByteBuf
Deprecated.
 
setBytes(int, byte[], int, int) - Method in class io.netty.buffer.SwappedByteBuf
Deprecated.
 
setBytes(int, ByteBuffer) - Method in class io.netty.buffer.SwappedByteBuf
Deprecated.
 
setBytes(int, InputStream, int) - Method in class io.netty.buffer.SwappedByteBuf
Deprecated.
 
setBytes(int, ScatteringByteChannel, int) - Method in class io.netty.buffer.SwappedByteBuf
Deprecated.
 
setBytes(int, FileChannel, long, int) - Method in class io.netty.buffer.SwappedByteBuf
Deprecated.
 
setBytes(int, ByteBuf, int, int) - Method in class io.netty.buffer.UnpooledDirectByteBuf
 
setBytes(int, byte[], int, int) - Method in class io.netty.buffer.UnpooledDirectByteBuf
 
setBytes(int, ByteBuffer) - Method in class io.netty.buffer.UnpooledDirectByteBuf
 
setBytes(int, InputStream, int) - Method in class io.netty.buffer.UnpooledDirectByteBuf
 
setBytes(int, ScatteringByteChannel, int) - Method in class io.netty.buffer.UnpooledDirectByteBuf
 
setBytes(int, FileChannel, long, int) - Method in class io.netty.buffer.UnpooledDirectByteBuf
 
setBytes(int, ByteBuf, int, int) - Method in class io.netty.buffer.UnpooledHeapByteBuf
 
setBytes(int, byte[], int, int) - Method in class io.netty.buffer.UnpooledHeapByteBuf
 
setBytes(int, ByteBuffer) - Method in class io.netty.buffer.UnpooledHeapByteBuf
 
setBytes(int, InputStream, int) - Method in class io.netty.buffer.UnpooledHeapByteBuf
 
setBytes(int, ScatteringByteChannel, int) - Method in class io.netty.buffer.UnpooledHeapByteBuf
 
setBytes(int, FileChannel, long, int) - Method in class io.netty.buffer.UnpooledHeapByteBuf
 
setBytes(int, ByteBuf, int, int) - Method in class io.netty.buffer.UnpooledUnsafeDirectByteBuf
 
setBytes(int, byte[], int, int) - Method in class io.netty.buffer.UnpooledUnsafeDirectByteBuf
 
setBytes(int, ByteBuffer) - Method in class io.netty.buffer.UnpooledUnsafeDirectByteBuf
 
setBytes(int, InputStream, int) - Method in class io.netty.buffer.UnpooledUnsafeDirectByteBuf
 
setBytes(int, ScatteringByteChannel, int) - Method in class io.netty.buffer.UnpooledUnsafeDirectByteBuf
 
setBytes(int, FileChannel, long, int) - Method in class io.netty.buffer.UnpooledUnsafeDirectByteBuf
 
setBytes(AbstractByteBuf, long, int, InputStream, 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, byte[], int, int) - Static method in class io.netty.buffer.UnsafeByteBufUtil
 
setBytes(AbstractByteBuf, long, int, ByteBuffer) - Static method in class io.netty.buffer.UnsafeByteBufUtil
 
setBytes(int, ByteBuf) - Method in class io.netty.buffer.WrappedByteBuf
 
setBytes(int, ByteBuf, int) - Method in class io.netty.buffer.WrappedByteBuf
 
setBytes(int, ByteBuf, int, int) - Method in class io.netty.buffer.WrappedByteBuf
 
setBytes(int, byte[]) - Method in class io.netty.buffer.WrappedByteBuf
 
setBytes(int, byte[], int, int) - Method in class io.netty.buffer.WrappedByteBuf
 
setBytes(int, ByteBuffer) - Method in class io.netty.buffer.WrappedByteBuf
 
setBytes(int, InputStream, int) - Method in class io.netty.buffer.WrappedByteBuf
 
setBytes(int, ScatteringByteChannel, int) - Method in class io.netty.buffer.WrappedByteBuf
 
setBytes(int, FileChannel, long, int) - Method in class io.netty.buffer.WrappedByteBuf
 
setBytes(int, byte[], int, int) - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
setBytes(int, ByteBuffer) - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
setBytes(int, ByteBuf, int, int) - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
setBytes(int, InputStream, int) - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
setBytes(int, ScatteringByteChannel, int) - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
setBytes(int, ByteBuf) - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
setBytes(int, ByteBuf, int) - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
setBytes(int, byte[]) - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
setBytes(int, FileChannel, long, int) - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
setBytes(int, byte[], int, int) - Method in class io.netty.handler.codec.ReplayingDecoderByteBuf
 
setBytes(int, byte[]) - Method in class io.netty.handler.codec.ReplayingDecoderByteBuf
 
setBytes(int, ByteBuffer) - Method in class io.netty.handler.codec.ReplayingDecoderByteBuf
 
setBytes(int, ByteBuf, int, int) - Method in class io.netty.handler.codec.ReplayingDecoderByteBuf
 
setBytes(int, ByteBuf, int) - Method in class io.netty.handler.codec.ReplayingDecoderByteBuf
 
setBytes(int, ByteBuf) - Method in class io.netty.handler.codec.ReplayingDecoderByteBuf
 
setBytes(int, InputStream, int) - Method in class io.netty.handler.codec.ReplayingDecoderByteBuf
 
setBytes(int, ScatteringByteChannel, int) - Method in class io.netty.handler.codec.ReplayingDecoderByteBuf
 
setBytes(int, FileChannel, long, int) - Method in class io.netty.handler.codec.ReplayingDecoderByteBuf
 
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, InternalLogger) - Static method in class io.netty.bootstrap.AbstractBootstrap
 
setChannelOptions(Channel, Map<ChannelOption<?>, Object>, InternalLogger) - Static method in class io.netty.bootstrap.AbstractBootstrap
 
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(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.
setChar(CharSequence, char) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
 
setChar(int, int) - Method in class io.netty.handler.codec.ReplayingDecoderByteBuf
 
setCharSequence(int, CharSequence, Charset) - Method in class io.netty.buffer.AbstractByteBuf
 
setCharSequence(int, CharSequence, Charset) - Method in class io.netty.buffer.AbstractUnpooledSlicedByteBuf
 
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 current writerIndex and increases the writerIndex by the written bytes.
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
 
setCharset(Charset) - Method in class io.netty.handler.codec.http.multipart.AbstractHttpData
 
setCharset(Charset) - Method in interface io.netty.handler.codec.http.multipart.HttpData
Set the Charset passed by the browser if defined
setCharset(Charset) - Method in class io.netty.handler.codec.http.multipart.MixedAttribute
 
setCharset(Charset) - Method in class io.netty.handler.codec.http.multipart.MixedFileUpload
 
setCheckInterval(long) - Method in class io.netty.handler.traffic.AbstractTrafficShapingHandler
 
setChunkLength(ByteBuf, int) - Static method in class io.netty.handler.codec.compression.SnappyFrameEncoder
 
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.
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
 
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.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.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 class io.netty.channel.sctp.DefaultSctpChannelConfig
 
setConnectTimeoutMillis(int) - Method in class io.netty.channel.sctp.DefaultSctpServerChannelConfig
 
setConnectTimeoutMillis(int) - Method in interface io.netty.channel.sctp.SctpChannelConfig
 
setConnectTimeoutMillis(int) - Method in interface io.netty.channel.sctp.SctpServerChannelConfig
 
setConnectTimeoutMillis(int) - Method in interface io.netty.channel.socket.DatagramChannelConfig
 
setConnectTimeoutMillis(int) - Method in class io.netty.channel.socket.DefaultDatagramChannelConfig
 
setConnectTimeoutMillis(int) - Method in class io.netty.channel.socket.DefaultServerSocketChannelConfig
 
setConnectTimeoutMillis(int) - Method in class io.netty.channel.socket.DefaultSocketChannelConfig
 
setConnectTimeoutMillis(int) - Method in class io.netty.channel.socket.oio.DefaultOioServerSocketChannelConfig
 
setConnectTimeoutMillis(int) - Method in class io.netty.channel.socket.oio.DefaultOioSocketChannelConfig
 
setConnectTimeoutMillis(int) - Method in interface io.netty.channel.socket.oio.OioServerSocketChannelConfig
 
setConnectTimeoutMillis(int) - Method in interface io.netty.channel.socket.oio.OioSocketChannelConfig
 
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.DomainSocketChannelConfig
 
setConnectTimeoutMillis(long) - Method in class io.netty.handler.proxy.ProxyHandler
Sets the connect timeout in millis.
setContent(ByteBuf) - Method in class io.netty.handler.codec.http.multipart.AbstractDiskHttpData
 
setContent(File) - Method in class io.netty.handler.codec.http.multipart.AbstractDiskHttpData
 
setContent(InputStream) - Method in class io.netty.handler.codec.http.multipart.AbstractDiskHttpData
 
setContent(ByteBuf) - Method in class io.netty.handler.codec.http.multipart.AbstractMemoryHttpData
 
setContent(InputStream) - Method in class io.netty.handler.codec.http.multipart.AbstractMemoryHttpData
 
setContent(File) - Method in class io.netty.handler.codec.http.multipart.AbstractMemoryHttpData
 
setContent(ByteBuf) - Method in interface io.netty.handler.codec.http.multipart.HttpData
Set the content from the ChannelBuffer (erase any previous data)
setContent(File) - Method in interface io.netty.handler.codec.http.multipart.HttpData
Set the content from the file (erase any previous data)
setContent(InputStream) - Method in interface io.netty.handler.codec.http.multipart.HttpData
Set the content from the inputStream (erase any previous data)
setContent(ByteBuf) - Method in class io.netty.handler.codec.http.multipart.MixedAttribute
 
setContent(File) - Method in class io.netty.handler.codec.http.multipart.MixedAttribute
 
setContent(InputStream) - Method in class io.netty.handler.codec.http.multipart.MixedAttribute
 
setContent(ByteBuf) - Method in class io.netty.handler.codec.http.multipart.MixedFileUpload
 
setContent(File) - Method in class io.netty.handler.codec.http.multipart.MixedFileUpload
 
setContent(InputStream) - Method in class io.netty.handler.codec.http.multipart.MixedFileUpload
 
setContentLength(HttpMessage, long) - Static method in class io.netty.handler.codec.http.HttpHeaders
Deprecated.
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
 
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.
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, String, Date) - Static method in class io.netty.handler.codec.http.HttpHeaders
Deprecated.
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, 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
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.
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(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.
setDouble(CharSequence, double) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
 
setDouble(int, double) - Method in class io.netty.handler.codec.ReplayingDecoderByteBuf
 
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
 
setEnabledProtocols(String[]) - Method in class io.netty.handler.ssl.JdkSslEngine
 
setEnableSessionCreation(boolean) - Method in class io.netty.handler.ssl.JdkSslEngine
 
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.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.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(String, Throwable) - Method in class io.netty.resolver.dns.DnsQueryContext
 
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(int) - Method in class io.netty.channel.epoll.AbstractEpollChannel
 
setFlag(boolean, short) - Method in class io.netty.handler.codec.http2.Http2Flags
Generic method to set any flag.
setFloat(int, float) - Method in class io.netty.buffer.AbstractByteBuf
 
setFloat(int, float) - Method in class io.netty.buffer.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(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.
setFloat(CharSequence, float) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
 
setFloat(int, float) - Method in class io.netty.handler.codec.ReplayingDecoderByteBuf
 
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
 
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) - Method in class io.netty.handler.ssl.SslHandler
Notify all the handshake futures about the failure during the handshake.
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
setHandshakeSuccessIfStillHandshaking() - Method in class io.netty.handler.ssl.SslHandler
Works around some Android SSLEngine implementations that skip SSLEngineResult.HandshakeStatus.FINISHED and go straight into SSLEngineResult.HandshakeStatus.NOT_HANDSHAKING when handshake is finished.
setHandshakeTimeout(long, TimeUnit) - Method in class io.netty.handler.ssl.SslHandler
 
setHandshakeTimeoutMillis(long) - Method in class io.netty.handler.ssl.SslHandler
 
setHead(Recycler.WeakOrderQueue) - Method in class io.netty.util.Recycler.Stack
 
setHeader(HttpMessage, String, Object) - Static method in class io.netty.handler.codec.http.HttpHeaders
Deprecated.
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, 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);
 }
 
setHost(HttpMessage, String) - 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.
setHttp2Authority(String, 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.
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
 
setInitMaxStreams(SctpStandardSocketOptions.InitMaxStreams) - Method in class io.netty.channel.sctp.DefaultSctpChannelConfig
 
setInitMaxStreams(SctpStandardSocketOptions.InitMaxStreams) - Method in class io.netty.channel.sctp.DefaultSctpServerChannelConfig
 
setInitMaxStreams(SctpStandardSocketOptions.InitMaxStreams) - Method in interface io.netty.channel.sctp.SctpChannelConfig
Gets the SCTP_INIT_MAXSTREAMS option.
setInitMaxStreams(SctpStandardSocketOptions.InitMaxStreams) - Method in interface io.netty.channel.sctp.SctpServerChannelConfig
Gets the SCTP_INIT_MAXSTREAMS option.
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(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(byte[], int, int) - Static method in class io.netty.buffer.HeapByteBufUtil
 
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.UnpooledUnsafeHeapByteBuf
 
setInt(long, int) - Static method in class io.netty.buffer.UnsafeByteBufUtil
 
setInt(byte[], int, int) - Static method in class io.netty.buffer.UnsafeByteBufUtil
 
setInt(int, int) - Method in class io.netty.buffer.WrappedByteBuf
 
setInt(int, int) - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
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.
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.http2.ReadOnlyHttp2Headers
 
setInt(int, int) - Method in class io.netty.handler.codec.ReplayingDecoderByteBuf
 
setInterface(InetAddress) - Method in class io.netty.channel.epoll.EpollDatagramChannelConfig
 
setInterface(InetAddress) - Method in class io.netty.channel.kqueue.KQueueDatagramChannelConfig
 
setInterface(InetAddress) - Method in interface io.netty.channel.socket.DatagramChannelConfig
Sets the address of the network interface used for multicast packets.
setInterface(InetAddress) - Method in class io.netty.channel.socket.DefaultDatagramChannelConfig
 
setInterface(InetAddress) - Method in class io.netty.channel.socket.nio.NioDatagramChannelConfig
 
setIntHeader(HttpMessage, String, int) - Static method in class io.netty.handler.codec.http.HttpHeaders
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, String, Iterable<Integer>) - Static method in class io.netty.handler.codec.http.HttpHeaders
Deprecated.
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.
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(byte[], int, int) - Static method in class io.netty.buffer.HeapByteBufUtil
 
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(long, int) - Static method in class io.netty.buffer.UnsafeByteBufUtil
 
setIntLE(byte[], int, int) - Static method in class io.netty.buffer.UnsafeByteBufUtil
 
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
 
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
 
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.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
 
setKeepAlive(boolean) - Method in interface io.netty.channel.socket.oio.OioSocketChannelConfig
 
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(HttpMessage, boolean) - Static method in class io.netty.handler.codec.http.HttpHeaders
Deprecated.
Use 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.
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.
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.
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.
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.
setLocalChannelReaderStackDepth(int) - Method in class io.netty.util.internal.InternalThreadLocalMap
 
setLong(int, long) - Method in class io.netty.buffer.AbstractByteBuf
 
setLong(int, long) - Method in class io.netty.buffer.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(byte[], int, long) - Static method in class io.netty.buffer.HeapByteBufUtil
 
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.UnpooledUnsafeHeapByteBuf
 
setLong(long, long) - Static method in class io.netty.buffer.UnsafeByteBufUtil
 
setLong(byte[], int, long) - Static method in class io.netty.buffer.UnsafeByteBufUtil
 
setLong(int, long) - Method in class io.netty.buffer.WrappedByteBuf
 
setLong(int, long) - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
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.
setLong(CharSequence, long) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
 
setLong(int, long) - Method in class io.netty.handler.codec.ReplayingDecoderByteBuf
 
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(byte[], int, long) - Static method in class io.netty.buffer.HeapByteBufUtil
 
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(long, long) - Static method in class io.netty.buffer.UnsafeByteBufUtil
 
setLongLE(byte[], int, long) - Static method in class io.netty.buffer.UnsafeByteBufUtil
 
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
 
setLoopbackModeDisabled(boolean) - Method in class io.netty.channel.epoll.EpollDatagramChannelConfig
 
setLoopbackModeDisabled(boolean) - Method in class io.netty.channel.kqueue.KQueueDatagramChannelConfig
 
setLoopbackModeDisabled(boolean) - Method in interface io.netty.channel.socket.DatagramChannelConfig
Sets the StandardSocketOptions.IP_MULTICAST_LOOP option.
setLoopbackModeDisabled(boolean) - Method in class io.netty.channel.socket.DefaultDatagramChannelConfig
 
setLoopbackModeDisabled(boolean) - Method in class io.netty.channel.socket.nio.NioDatagramChannelConfig
 
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(String) - Method in class io.netty.handler.codec.http.cookie.ClientCookieDecoder.CookieBuilder
 
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
 
setMaxCumulationBufferComponents(int) - Method in class io.netty.handler.codec.MessageAggregator
Sets the maximum number of components in the cumulation buffer.
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, 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

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.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.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 class io.netty.channel.sctp.DefaultSctpChannelConfig
Deprecated.
setMaxMessagesPerRead(int) - Method in class io.netty.channel.sctp.DefaultSctpServerChannelConfig
Deprecated.
setMaxMessagesPerRead(int) - Method in interface io.netty.channel.sctp.SctpChannelConfig
Deprecated.
setMaxMessagesPerRead(int) - Method in interface io.netty.channel.sctp.SctpServerChannelConfig
Deprecated.
setMaxMessagesPerRead(int) - Method in interface io.netty.channel.socket.DatagramChannelConfig
Deprecated.
setMaxMessagesPerRead(int) - Method in class io.netty.channel.socket.DefaultDatagramChannelConfig
Deprecated.
setMaxMessagesPerRead(int) - Method in class io.netty.channel.socket.DefaultServerSocketChannelConfig
Deprecated.
setMaxMessagesPerRead(int) - Method in class io.netty.channel.socket.DefaultSocketChannelConfig
Deprecated.
setMaxMessagesPerRead(int) - Method in 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.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.DomainSocketChannelConfig
Deprecated.
setMaxSize(long) - Method in class io.netty.handler.codec.http.multipart.AbstractHttpData
 
setMaxSize(long) - Method in interface io.netty.handler.codec.http.multipart.HttpData
Set the maxSize for this HttpData.
setMaxSize(long) - Method in class io.netty.handler.codec.http.multipart.MixedAttribute
 
setMaxSize(long) - Method in class io.netty.handler.codec.http.multipart.MixedFileUpload
 
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(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(byte[], int, int) - Static method in class io.netty.buffer.HeapByteBufUtil
 
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.UnpooledUnsafeHeapByteBuf
 
setMedium(long, int) - Static method in class io.netty.buffer.UnsafeByteBufUtil
 
setMedium(byte[], int, int) - Static method in class io.netty.buffer.UnsafeByteBufUtil
 
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
 
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(byte[], int, int) - Static method in class io.netty.buffer.HeapByteBufUtil
 
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(long, int) - Static method in class io.netty.buffer.UnsafeByteBufUtil
 
setMediumLE(byte[], int, int) - Static method in class io.netty.buffer.UnsafeByteBufUtil
 
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
 
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.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.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 class io.netty.channel.sctp.DefaultSctpChannelConfig
 
setMessageSizeEstimator(MessageSizeEstimator) - Method in class io.netty.channel.sctp.DefaultSctpServerChannelConfig
 
setMessageSizeEstimator(MessageSizeEstimator) - Method in interface io.netty.channel.sctp.SctpChannelConfig
 
setMessageSizeEstimator(MessageSizeEstimator) - Method in interface io.netty.channel.sctp.SctpServerChannelConfig
 
setMessageSizeEstimator(MessageSizeEstimator) - Method in interface io.netty.channel.socket.DatagramChannelConfig
 
setMessageSizeEstimator(MessageSizeEstimator) - Method in class io.netty.channel.socket.DefaultDatagramChannelConfig
 
setMessageSizeEstimator(MessageSizeEstimator) - Method in class io.netty.channel.socket.DefaultServerSocketChannelConfig
 
setMessageSizeEstimator(MessageSizeEstimator) - Method in class io.netty.channel.socket.DefaultSocketChannelConfig
 
setMessageSizeEstimator(MessageSizeEstimator) - Method in class io.netty.channel.socket.oio.DefaultOioServerSocketChannelConfig
 
setMessageSizeEstimator(MessageSizeEstimator) - Method in class io.netty.channel.socket.oio.DefaultOioSocketChannelConfig
 
setMessageSizeEstimator(MessageSizeEstimator) - Method in interface io.netty.channel.socket.oio.OioServerSocketChannelConfig
 
setMessageSizeEstimator(MessageSizeEstimator) - Method in interface io.netty.channel.socket.oio.OioSocketChannelConfig
 
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.DomainSocketChannelConfig
 
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
 
setMultipart(String) - Method in class io.netty.handler.codec.http.multipart.HttpPostMultipartRequestDecoder
Set from the request ContentType the multipartDataBoundary and the possible charset.
setNeedClientAuth(boolean) - 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.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
 
setNext(Recycler.WeakOrderQueue) - Method in class io.netty.util.Recycler.WeakOrderQueue
 
setNextAvail(int) - Method in class io.netty.buffer.PoolSubpage
 
setNullOrigin(HttpResponse) - Static method in class io.netty.handler.codec.http.cors.CorsHandler
 
setObject(K, Object) - Method in class io.netty.handler.codec.DefaultHeaders
 
setObject(K, Iterable<?>) - Method in class io.netty.handler.codec.DefaultHeaders
 
setObject(K, Object...) - Method in class io.netty.handler.codec.DefaultHeaders
 
setObject(K, Object) - Method in class io.netty.handler.codec.EmptyHeaders
 
setObject(K, Iterable<?>) - Method in class io.netty.handler.codec.EmptyHeaders
 
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, Iterable<?>) - Method in interface io.netty.handler.codec.Headers
Sets a header with the specified name and values.
setObject(K, Object...) - Method in interface io.netty.handler.codec.Headers
Sets a header with the specified name and values.
setObject(CharSequence, Object) - Method in class io.netty.handler.codec.http.CombinedHttpHeaders.CombinedHttpHeadersImpl
 
setObject(CharSequence, Object...) - Method in class io.netty.handler.codec.http.CombinedHttpHeaders.CombinedHttpHeadersImpl
 
setObject(CharSequence, Iterable<?>) - Method in class io.netty.handler.codec.http.CombinedHttpHeaders.CombinedHttpHeadersImpl
 
setObject(CharSequence, Object) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
 
setObject(CharSequence, Iterable<?>) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
 
setObject(CharSequence, Object...) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
 
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(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
 
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.
setOption(SctpSocketOption<T>, T) - Method in class com.sun.nio.sctp.SctpChannel
 
setOption(SctpSocketOption<T>, T) - Method in class com.sun.nio.sctp.SctpServerChannel
 
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.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.KQueueDomainSocketChannelConfig
 
setOption(ChannelOption<T>, T) - Method in class io.netty.channel.kqueue.KQueueServerChannelConfig
 
setOption(ChannelOption<T>, T) - Method in class io.netty.channel.kqueue.KQueueServerSocketChannelConfig
 
setOption(ChannelOption<T>, T) - Method in class io.netty.channel.kqueue.KQueueSocketChannelConfig
 
setOption(ChannelOption<T>, T) - Method in class io.netty.channel.sctp.DefaultSctpChannelConfig
 
setOption(ChannelOption<T>, T) - Method in class io.netty.channel.sctp.DefaultSctpServerChannelConfig
 
setOption(ChannelOption<T>, T) - Method in class io.netty.channel.socket.DefaultDatagramChannelConfig
 
setOption(ChannelOption<T>, T) - Method in class io.netty.channel.socket.DefaultServerSocketChannelConfig
 
setOption(ChannelOption<T>, T) - Method in class io.netty.channel.socket.DefaultSocketChannelConfig
 
setOption(ChannelOption<T>, T) - Method in class io.netty.channel.socket.oio.DefaultOioServerSocketChannelConfig
 
setOption(ChannelOption<T>, T) - Method in class io.netty.channel.socket.oio.DefaultOioSocketChannelConfig
 
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
 
setPerformancePreferences(int, int, int) - Method in class io.netty.channel.socket.oio.DefaultOioSocketChannelConfig
 
setPerformancePreferences(int, int, int) - Method in interface io.netty.channel.socket.oio.OioServerSocketChannelConfig
 
setPerformancePreferences(int, int, int) - Method in interface io.netty.channel.socket.oio.OioSocketChannelConfig
 
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(int, boolean) - Method in class io.netty.handler.codec.spdy.DefaultSpdySettingsFrame
 
setPersisted(boolean) - Method in class io.netty.handler.codec.spdy.DefaultSpdySettingsFrame.Setting
 
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(Iterable<Integer>) - 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 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.
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
 
setRcvAllocTransportProvidesGuess(boolean) - Method in class io.netty.channel.kqueue.KQueueChannelConfig
If this is true then the RecvByteBufAllocator.Handle#guess() will be overriden 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.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.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.KQueueServerChannelConfig
 
setReceiveBufferSize(int) - Method in class io.netty.channel.kqueue.KQueueServerSocketChannelConfig
 
setReceiveBufferSize(int) - Method in class io.netty.channel.kqueue.KQueueSocketChannelConfig
 
setReceiveBufferSize(int) - Method in class io.netty.channel.sctp.DefaultSctpChannelConfig
 
setReceiveBufferSize(int) - Method in class io.netty.channel.sctp.DefaultSctpServerChannelConfig
 
setReceiveBufferSize(int) - Method in interface io.netty.channel.sctp.SctpChannelConfig
Gets the SO_RCVBUF option.
setReceiveBufferSize(int) - Method in interface io.netty.channel.sctp.SctpServerChannelConfig
Gets the SO_RCVBUF option.
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.DefaultOioServerSocketChannelConfig
 
setReceiveBufferSize(int) - Method in class io.netty.channel.socket.oio.DefaultOioSocketChannelConfig
 
setReceiveBufferSize(int) - Method in interface io.netty.channel.socket.oio.OioServerSocketChannelConfig
 
setReceiveBufferSize(int) - Method in interface io.netty.channel.socket.oio.OioSocketChannelConfig
 
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(DnsSection, 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(int, int, 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, 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 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, ChannelMetadata) - Method in class io.netty.channel.DefaultChannelConfig
Set the RecvByteBufAllocator which is used for the channel to allocate receive buffers.
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.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.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 class io.netty.channel.sctp.DefaultSctpChannelConfig
 
setRecvByteBufAllocator(RecvByteBufAllocator) - Method in class io.netty.channel.sctp.DefaultSctpServerChannelConfig
 
setRecvByteBufAllocator(RecvByteBufAllocator) - Method in interface io.netty.channel.sctp.SctpChannelConfig
 
setRecvByteBufAllocator(RecvByteBufAllocator) - Method in interface io.netty.channel.sctp.SctpServerChannelConfig
 
setRecvByteBufAllocator(RecvByteBufAllocator) - Method in interface io.netty.channel.socket.DatagramChannelConfig
 
setRecvByteBufAllocator(RecvByteBufAllocator) - Method in class io.netty.channel.socket.DefaultDatagramChannelConfig
 
setRecvByteBufAllocator(RecvByteBufAllocator) - Method in class io.netty.channel.socket.DefaultServerSocketChannelConfig
 
setRecvByteBufAllocator(RecvByteBufAllocator) - Method in class io.netty.channel.socket.DefaultSocketChannelConfig
 
setRecvByteBufAllocator(RecvByteBufAllocator) - Method in class io.netty.channel.socket.oio.DefaultOioServerSocketChannelConfig
 
setRecvByteBufAllocator(RecvByteBufAllocator) - Method in class io.netty.channel.socket.oio.DefaultOioSocketChannelConfig
 
setRecvByteBufAllocator(RecvByteBufAllocator) - Method in interface io.netty.channel.socket.oio.OioServerSocketChannelConfig
 
setRecvByteBufAllocator(RecvByteBufAllocator) - Method in interface io.netty.channel.socket.oio.OioSocketChannelConfig
 
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.DomainSocketChannelConfig
 
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
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.DefaultOioServerSocketChannelConfig
 
setReuseAddress(boolean) - Method in class io.netty.channel.socket.oio.DefaultOioSocketChannelConfig
 
setReuseAddress(boolean) - Method in interface io.netty.channel.socket.oio.OioServerSocketChannelConfig
 
setReuseAddress(boolean) - Method in interface io.netty.channel.socket.oio.OioSocketChannelConfig
 
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
 
setSctpNoDelay(boolean) - Method in class io.netty.channel.sctp.DefaultSctpChannelConfig
 
setSctpNoDelay(boolean) - Method in interface io.netty.channel.sctp.SctpChannelConfig
Sets the SCTP_NODELAY option.
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.EpollSocketChannelConfig
 
setSendBufferSize(int) - Method in class io.netty.channel.kqueue.KQueueDatagramChannelConfig
 
setSendBufferSize(int) - Method in class io.netty.channel.kqueue.KQueueSocketChannelConfig
 
setSendBufferSize(int) - Method in class io.netty.channel.sctp.DefaultSctpChannelConfig
 
setSendBufferSize(int) - Method in class io.netty.channel.sctp.DefaultSctpServerChannelConfig
 
setSendBufferSize(int) - Method in interface io.netty.channel.sctp.SctpChannelConfig
Sets the SO_SNDBUF option.
setSendBufferSize(int) - Method in interface io.netty.channel.sctp.SctpServerChannelConfig
Sets the SO_SNDBUF option.
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.oio.DefaultOioSocketChannelConfig
 
setSendBufferSize(int) - Method in interface io.netty.channel.socket.oio.OioSocketChannelConfig
 
setSendBufferSize(int) - Method in interface io.netty.channel.socket.SocketChannelConfig
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
 
setSessionReceiveWindowSize(int) - Method in class io.netty.handler.codec.spdy.SpdySessionHandler
 
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(byte[], int, int) - Static method in class io.netty.buffer.HeapByteBufUtil
 
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.UnpooledUnsafeHeapByteBuf
 
setShort(long, int) - Static method in class io.netty.buffer.UnsafeByteBufUtil
 
setShort(byte[], int, int) - Static method in class io.netty.buffer.UnsafeByteBufUtil
 
setShort(int, int) - Method in class io.netty.buffer.WrappedByteBuf
 
setShort(int, int) - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
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.
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.http2.ReadOnlyHttp2Headers
 
setShort(int, int) - Method in class io.netty.handler.codec.ReplayingDecoderByteBuf
 
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(byte[], int, int) - Static method in class io.netty.buffer.HeapByteBufUtil
 
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(long, int) - Static method in class io.netty.buffer.UnsafeByteBufUtil
 
setShortLE(byte[], int, int) - Static method in class io.netty.buffer.UnsafeByteBufUtil
 
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
 
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, int) - Static method in class io.netty.channel.kqueue.BsdSocket
 
setSndLowAt(int) - Method in class io.netty.channel.kqueue.KQueueSocketChannelConfig
 
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
 
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
 
setSoLinger(int) - Method in interface io.netty.channel.socket.oio.OioSocketChannelConfig
 
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.DefaultOioServerSocketChannelConfig
 
setSoTimeout(int) - Method in class io.netty.channel.socket.oio.DefaultOioSocketChannelConfig
 
setSoTimeout(int) - Method in interface io.netty.channel.socket.oio.OioServerSocketChannelConfig
Sets the maximal time a operation on the underlying socket may block.
setSoTimeout(int) - Method in interface io.netty.channel.socket.oio.OioSocketChannelConfig
Sets the maximal time a operation on the underlying socket may block.
setSSLParameters(SSLParameters) - Method in class io.netty.handler.ssl.JdkSslEngine
 
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(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(SpdySessionStatus) - Method in class io.netty.handler.codec.spdy.DefaultSpdyGoAwayFrame
 
setStatus(SpdyStreamStatus) - Method in class io.netty.handler.codec.spdy.DefaultSpdyRstStreamFrame
 
setStatus(SpdySessionStatus) - Method in interface io.netty.handler.codec.spdy.SpdyGoAwayFrame
Sets the status of this frame.
setStatus(SpdyStreamStatus) - Method in interface io.netty.handler.codec.spdy.SpdyRstStreamFrame
Sets the status of this frame.
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(Void) - Method in interface io.netty.channel.ChannelProgressivePromise
 
setSuccess() - Method in interface io.netty.channel.ChannelProgressivePromise
 
setSuccess(Void) - Method in interface io.netty.channel.ChannelPromise
 
setSuccess() - Method in interface io.netty.channel.ChannelPromise
 
setSuccess() - Method in class io.netty.channel.DefaultChannelProgressivePromise
 
setSuccess(Void) - Method in class io.netty.channel.DefaultChannelProgressivePromise
 
setSuccess() - Method in class io.netty.channel.DefaultChannelPromise
 
setSuccess(Void) - Method in class io.netty.channel.DefaultChannelPromise
 
setSuccess(Void) - Method in class io.netty.channel.group.DefaultChannelGroupFuture
 
setSuccess() - Method in class io.netty.channel.VoidChannelPromise
 
setSuccess(Void) - Method in class io.netty.channel.VoidChannelPromise
 
setSuccess(Void) - Method in class io.netty.handler.codec.http2.Http2CodecUtil.SimpleChannelPromiseAggregator
 
setSuccess(AddressedEnvelope<? extends DnsResponse, InetSocketAddress>) - Method in class io.netty.resolver.dns.DnsQueryContext
 
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(int) - Method in class io.netty.channel.epoll.LinuxSocket
 
setTcpFastOpen(int, int) - Static method in class io.netty.channel.epoll.LinuxSocket
 
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(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.
setTcpMd5Sig(InetAddress, byte[]) - Method in class io.netty.channel.epoll.LinuxSocket
 
setTcpMd5Sig(int, byte[], int, byte[]) - Static method in class io.netty.channel.epoll.LinuxSocket
 
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
 
setTcpNoDelay(boolean) - Method in interface io.netty.channel.socket.oio.OioSocketChannelConfig
 
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(int, int) - Static method in class io.netty.channel.kqueue.BsdSocket
 
setTcpNoPush(boolean) - Method in class io.netty.channel.kqueue.KQueueSocketChannelConfig
 
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
 
setTcpNotSentLowAt(int, int) - Static 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.
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.
setTimeMillis(CharSequence, long) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
 
setTimeToLive(int) - Method in class io.netty.channel.epoll.EpollDatagramChannelConfig
 
setTimeToLive(int) - Method in class io.netty.channel.kqueue.KQueueDatagramChannelConfig
 
setTimeToLive(int) - Method in interface io.netty.channel.socket.DatagramChannelConfig
Sets the StandardSocketOptions.IP_MULTICAST_TTL option.
setTimeToLive(int) - Method in class io.netty.channel.socket.DefaultDatagramChannelConfig
 
setTimeToLive(int) - Method in class io.netty.channel.socket.nio.NioDatagramChannelConfig
 
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 - 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_UPLOAD_BANDWIDTH - Static variable in interface io.netty.handler.codec.spdy.SpdySettingsFrame
 
settingsMap - Variable in class io.netty.handler.codec.spdy.DefaultSpdySettingsFrame
 
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.DefaultOioSocketChannelConfig
 
setTrafficClass(int) - Method in interface io.netty.channel.socket.oio.OioSocketChannelConfig
 
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, 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(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).
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.
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
 
setup(ChannelHandler...) - Method in class io.netty.channel.embedded.EmbeddedChannel
 
setup() - Method in class io.netty.channel.unix.tests.SocketTest
 
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
 
setUserDefinedWritability(int, boolean) - Method in class io.netty.channel.ChannelOutboundBuffer
Sets a user-defined writability flag at the specified index.
setUserDefinedWritability(int) - Method in class io.netty.channel.ChannelOutboundBuffer
 
setUserDefinedWritability(ChannelHandlerContext, boolean) - Method in class io.netty.handler.traffic.AbstractTrafficShapingHandler
 
setValue(int, byte) - Method in class io.netty.buffer.PoolChunk
 
setValue(V) - Method in class io.netty.channel.group.DefaultChannelGroupFuture.DefaultEntry
 
setValue(V) - Method in class io.netty.handler.codec.DefaultHeaders.HeaderEntry
 
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, int) - Method in class io.netty.handler.codec.http.multipart.InternalAttribute
 
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(CharSequence) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers.ReadOnlyIterator
 
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, boolean, boolean) - 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 interface io.netty.handler.codec.spdy.SpdySettingsFrame
Sets the value of the setting ID.
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
 
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
 
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
 
setWritable(boolean) - Method in class io.netty.channel.ChannelOutboundBuffer
 
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.sctp.DefaultSctpChannelConfig
 
setWriteBufferHighWaterMark(int) - Method in class io.netty.channel.sctp.DefaultSctpServerChannelConfig
 
setWriteBufferHighWaterMark(int) - Method in interface io.netty.channel.sctp.SctpChannelConfig
 
setWriteBufferHighWaterMark(int) - Method in interface io.netty.channel.sctp.SctpServerChannelConfig
 
setWriteBufferHighWaterMark(int) - Method in class io.netty.channel.socket.DefaultDatagramChannelConfig
 
setWriteBufferHighWaterMark(int) - Method in class io.netty.channel.socket.DefaultServerSocketChannelConfig
 
setWriteBufferHighWaterMark(int) - Method in class io.netty.channel.socket.DefaultSocketChannelConfig
 
setWriteBufferHighWaterMark(int) - Method in class io.netty.channel.socket.oio.DefaultOioServerSocketChannelConfig
 
setWriteBufferHighWaterMark(int) - Method in class io.netty.channel.socket.oio.DefaultOioSocketChannelConfig
 
setWriteBufferHighWaterMark(int) - Method in interface io.netty.channel.socket.oio.OioServerSocketChannelConfig
 
setWriteBufferHighWaterMark(int) - Method in interface io.netty.channel.socket.oio.OioSocketChannelConfig
 
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.sctp.DefaultSctpChannelConfig
 
setWriteBufferLowWaterMark(int) - Method in class io.netty.channel.sctp.DefaultSctpServerChannelConfig
 
setWriteBufferLowWaterMark(int) - Method in interface io.netty.channel.sctp.SctpChannelConfig
 
setWriteBufferLowWaterMark(int) - Method in interface io.netty.channel.sctp.SctpServerChannelConfig
 
setWriteBufferLowWaterMark(int) - Method in class io.netty.channel.socket.DefaultDatagramChannelConfig
 
setWriteBufferLowWaterMark(int) - Method in class io.netty.channel.socket.DefaultServerSocketChannelConfig
 
setWriteBufferLowWaterMark(int) - Method in class io.netty.channel.socket.DefaultSocketChannelConfig
 
setWriteBufferLowWaterMark(int) - Method in class io.netty.channel.socket.oio.DefaultOioServerSocketChannelConfig
 
setWriteBufferLowWaterMark(int) - Method in class io.netty.channel.socket.oio.DefaultOioSocketChannelConfig
 
setWriteBufferLowWaterMark(int) - Method in interface io.netty.channel.socket.oio.OioServerSocketChannelConfig
 
setWriteBufferLowWaterMark(int) - Method in interface io.netty.channel.socket.oio.OioSocketChannelConfig
 
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.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.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 class io.netty.channel.sctp.DefaultSctpChannelConfig
 
setWriteBufferWaterMark(WriteBufferWaterMark) - Method in class io.netty.channel.sctp.DefaultSctpServerChannelConfig
 
setWriteBufferWaterMark(WriteBufferWaterMark) - Method in interface io.netty.channel.sctp.SctpChannelConfig
 
setWriteBufferWaterMark(WriteBufferWaterMark) - Method in interface io.netty.channel.sctp.SctpServerChannelConfig
 
setWriteBufferWaterMark(WriteBufferWaterMark) - Method in interface io.netty.channel.socket.DatagramChannelConfig
 
setWriteBufferWaterMark(WriteBufferWaterMark) - Method in class io.netty.channel.socket.DefaultDatagramChannelConfig
 
setWriteBufferWaterMark(WriteBufferWaterMark) - Method in class io.netty.channel.socket.DefaultServerSocketChannelConfig
 
setWriteBufferWaterMark(WriteBufferWaterMark) - Method in class io.netty.channel.socket.DefaultSocketChannelConfig
 
setWriteBufferWaterMark(WriteBufferWaterMark) - Method in class io.netty.channel.socket.oio.DefaultOioServerSocketChannelConfig
 
setWriteBufferWaterMark(WriteBufferWaterMark) - Method in class io.netty.channel.socket.oio.DefaultOioSocketChannelConfig
 
setWriteBufferWaterMark(WriteBufferWaterMark) - Method in interface io.netty.channel.socket.oio.OioServerSocketChannelConfig
 
setWriteBufferWaterMark(WriteBufferWaterMark) - Method in interface io.netty.channel.socket.oio.OioSocketChannelConfig
 
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.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.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.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 class io.netty.channel.sctp.DefaultSctpChannelConfig
 
setWriteSpinCount(int) - Method in class io.netty.channel.sctp.DefaultSctpServerChannelConfig
 
setWriteSpinCount(int) - Method in interface io.netty.channel.sctp.SctpChannelConfig
 
setWriteSpinCount(int) - Method in interface io.netty.channel.sctp.SctpServerChannelConfig
 
setWriteSpinCount(int) - Method in interface io.netty.channel.socket.DatagramChannelConfig
 
setWriteSpinCount(int) - Method in class io.netty.channel.socket.DefaultDatagramChannelConfig
 
setWriteSpinCount(int) - Method in class io.netty.channel.socket.DefaultServerSocketChannelConfig
 
setWriteSpinCount(int) - Method in class io.netty.channel.socket.DefaultSocketChannelConfig
 
setWriteSpinCount(int) - Method in class io.netty.channel.socket.oio.DefaultOioServerSocketChannelConfig
 
setWriteSpinCount(int) - Method in class io.netty.channel.socket.oio.DefaultOioSocketChannelConfig
 
setWriteSpinCount(int) - Method in interface io.netty.channel.socket.oio.OioServerSocketChannelConfig
 
setWriteSpinCount(int) - Method in interface io.netty.channel.socket.oio.OioSocketChannelConfig
 
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.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(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(byte[], int, int) - Static method in class io.netty.buffer.UnsafeByteBufUtil
 
setZero(AbstractByteBuf, long, int, int) - Static method in class io.netty.buffer.UnsafeByteBufUtil
 
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
 
SHA1 - Static variable in class io.netty.handler.codec.http.websocketx.WebSocketUtil
 
sha1(byte[]) - Static method in class io.netty.handler.codec.http.websocketx.WebSocketUtil
Performs a SHA-1 hash on the specified data
SHA1_BYTE_LEN - Static variable in class io.netty.handler.ssl.util.FingerprintTrustManagerFactory
 
SHA1_HEX_LEN - Static variable in class io.netty.handler.ssl.util.FingerprintTrustManagerFactory
 
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
 
shouldBreakEpollInReady(ChannelConfig) - Method in class io.netty.channel.epoll.AbstractEpollChannel
 
shouldBreakReadReady(ChannelConfig) - Method in class io.netty.channel.kqueue.AbstractKQueueChannel
 
shouldConsume - Variable in class io.netty.handler.flow.FlowControlHandler
 
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
 
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(InetSocketAddress[]) - Static method in class io.netty.resolver.dns.DnsServerAddresses
 
ShuffledDnsServerAddressStream - Class in io.netty.resolver.dns
 
ShuffledDnsServerAddressStream(InetSocketAddress[]) - Constructor for class io.netty.resolver.dns.ShuffledDnsServerAddressStream
Create a new instance.
ShuffledDnsServerAddressStream(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(ChannelPromise) - Method in class io.netty.channel.epoll.AbstractEpollStreamChannel
 
shutdown() - Method in class io.netty.channel.kqueue.AbstractKQueueStreamChannel
 
shutdown(ChannelPromise) - 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(ChannelPromise) - 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(ChannelPromise) - Method in class io.netty.channel.socket.nio.NioSocketChannel
 
shutdown() - Method in class io.netty.channel.socket.oio.OioSocketChannel
 
shutdown(ChannelPromise) - Method in class io.netty.channel.socket.oio.OioSocketChannel
 
shutdown() - Method in class io.netty.channel.ThreadPerChannelEventLoopGroup
Deprecated.
shutdown() - Method in class io.netty.channel.unix.Socket
 
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() - 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
 
shutdown0(ChannelPromise) - Method in class io.netty.channel.epoll.AbstractEpollStreamChannel
 
shutdown0(ChannelPromise) - Method in class io.netty.channel.kqueue.AbstractKQueueStreamChannel
 
shutdown0(ChannelPromise) - Method in class io.netty.channel.socket.nio.NioSocketChannel
 
shutdown0(ChannelPromise) - Method in class io.netty.channel.socket.oio.OioSocketChannel
 
SHUTDOWN_CLOSED_CHANNEL_EXCEPTION - Static variable in class io.netty.channel.unix.Socket
 
shutdownGracefully(long, long, TimeUnit) - Method in class io.netty.channel.embedded.EmbeddedEventLoop
 
shutdownGracefully(long, long, TimeUnit) - Method in class io.netty.channel.ThreadPerChannelEventLoopGroup
 
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(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() - Method in class io.netty.util.concurrent.NonStickyEventExecutorGroup
 
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() - Method in class io.netty.util.concurrent.UnorderedThreadPoolEventExecutor
 
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(boolean) - Method in class io.netty.channel.epoll.AbstractEpollChannel.AbstractEpollUnsafe
Shutdown the input side of the channel.
shutdownInput() - Method in class io.netty.channel.epoll.AbstractEpollStreamChannel
 
shutdownInput(ChannelPromise) - Method in class io.netty.channel.epoll.AbstractEpollStreamChannel
 
shutdownInput(boolean) - Method in class io.netty.channel.kqueue.AbstractKQueueChannel.AbstractKQueueUnsafe
Shutdown the input side of the channel.
shutdownInput() - Method in class io.netty.channel.kqueue.AbstractKQueueStreamChannel
 
shutdownInput(ChannelPromise) - 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
Shutdown the input side of this channel.
shutdownInput() - Method in interface io.netty.channel.socket.DuplexChannel
 
shutdownInput(ChannelPromise) - Method in interface io.netty.channel.socket.DuplexChannel
Will shutdown the input and notify ChannelPromise.
shutdownInput() - Method in class io.netty.channel.socket.nio.NioSocketChannel
 
shutdownInput(ChannelPromise) - Method in class io.netty.channel.socket.nio.NioSocketChannel
 
shutdownInput() - Method in class io.netty.channel.socket.oio.OioSocketChannel
 
shutdownInput(ChannelPromise) - Method in class io.netty.channel.socket.oio.OioSocketChannel
 
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() - Method in class io.netty.channel.socket.nio.NioSocketChannel
 
shutdownInput0(ChannelPromise) - Method in class io.netty.channel.socket.oio.OioSocketChannel
 
shutdownLock - Variable in class io.netty.channel.socket.oio.OioServerSocketChannel
 
ShutdownNotification - Class in com.sun.nio.sctp
 
ShutdownNotification() - Constructor for class com.sun.nio.sctp.ShutdownNotification
 
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(ChannelPromise) - Method in class io.netty.channel.epoll.AbstractEpollStreamChannel
 
shutdownOutput() - Method in class io.netty.channel.kqueue.AbstractKQueueStreamChannel
 
shutdownOutput(ChannelPromise) - Method in class io.netty.channel.kqueue.AbstractKQueueStreamChannel
 
shutdownOutput() - Method in interface io.netty.channel.socket.DuplexChannel
 
shutdownOutput(ChannelPromise) - Method in interface io.netty.channel.socket.DuplexChannel
Will shutdown the output and notify ChannelPromise.
shutdownOutput() - Method in class io.netty.channel.socket.nio.NioSocketChannel
 
shutdownOutput(ChannelPromise) - Method in class io.netty.channel.socket.nio.NioSocketChannel
 
shutdownOutput() - Method in class io.netty.channel.socket.oio.OioSocketChannel
 
shutdownOutput(ChannelPromise) - Method in class io.netty.channel.socket.oio.OioSocketChannel
 
shutdownOutput0(ChannelPromise) - Method in class io.netty.channel.epoll.AbstractEpollStreamChannel
 
shutdownOutput0(ChannelPromise) - Method in class io.netty.channel.kqueue.AbstractKQueueStreamChannel
 
shutdownOutput0(ChannelPromise) - Method in class io.netty.channel.socket.nio.NioSocketChannel
 
shutdownOutput0() - Method in class io.netty.channel.socket.nio.NioSocketChannel
 
shutdownOutput0(ChannelPromise) - Method in class io.netty.channel.socket.oio.OioSocketChannel
 
shuttingDown - Variable in class io.netty.channel.ThreadPerChannelEventLoopGroup
 
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).
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.SignalConstant - Class in io.netty.util
 
SIGNAL_SUCCESS - Static variable in class io.netty.handler.codec.DecoderResult
 
SIGNAL_UNFINISHED - Static variable in class io.netty.handler.codec.DecoderResult
 
SignalConstant(int, String) - Constructor for class io.netty.util.Signal.SignalConstant
 
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.
SimpleChannelPromiseAggregator(ChannelPromise, Channel, EventExecutor) - Constructor for class io.netty.handler.codec.http2.Http2CodecUtil.SimpleChannelPromiseAggregator
 
simpleClassName(Object) - Static method in class io.netty.util.internal.StringUtil
simpleClassName(Class<?>) - Static method in class io.netty.util.internal.StringUtil
Generates a simplified name from a Class.
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
 
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
 
SingleResolverContext(DnsNameResolver, String, DnsRecord[], DnsCache, DnsServerAddressStream) - Constructor for class io.netty.resolver.dns.DnsNameResolver.SingleResolverContext
 
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, 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(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.DefaultThreadProperties - Class in io.netty.util.concurrent
 
SingleThreadEventLoop - Class in io.netty.channel
Abstract base class for EventLoops that execute all its submitted tasks in a single thread.
SingleThreadEventLoop(EventLoopGroup, ThreadFactory, boolean) - Constructor for class io.netty.channel.SingleThreadEventLoop
 
SingleThreadEventLoop(EventLoopGroup, Executor, boolean) - Constructor for class io.netty.channel.SingleThreadEventLoop
 
SingleThreadEventLoop(EventLoopGroup, ThreadFactory, boolean, int, RejectedExecutionHandler) - Constructor for class io.netty.channel.SingleThreadEventLoop
 
SingleThreadEventLoop(EventLoopGroup, Executor, boolean, int, RejectedExecutionHandler) - Constructor for class io.netty.channel.SingleThreadEventLoop
 
SingleThreadEventLoop.NonWakeupRunnable - Interface in io.netty.channel
Marker interface for Runnable that will not trigger an SingleThreadEventExecutor.wakeup(boolean) in all cases.
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.
size - Variable in class io.netty.buffer.CompositeByteBuf.CompositeByteBufIterator
 
size - Variable in class io.netty.buffer.PoolThreadCache.MemoryRegionCache
 
size - Variable in class io.netty.channel.AbstractChannelHandlerContext.AbstractWriteTask
 
size() - Method in class io.netty.channel.ChannelOutboundBuffer
Returns the number of flushed messages in this ChannelOutboundBuffer.
size(Object) - Method in class io.netty.channel.DefaultMessageSizeEstimator.HandleImpl
 
size() - Method in class io.netty.channel.group.DefaultChannelGroup
 
size - Variable in class io.netty.channel.kqueue.KQueueEventArray
 
size() - Method in class io.netty.channel.kqueue.KQueueEventArray
 
size - Variable in class io.netty.channel.kqueue.NativeLongArray
 
size(Object) - Method in interface io.netty.channel.MessageSizeEstimator.Handle
Calculate the size of the given message.
size - Variable in class io.netty.channel.nio.SelectedSelectionKeySet
 
size() - Method 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() - Method in class io.netty.channel.PendingWriteQueue
Returns the number of pending write operations.
size(Object) - Method in class io.netty.channel.PendingWriteQueue
 
size() - Method in class io.netty.channel.pool.AbstractChannelPoolMap
Returns the number of ChannelPools currently in this AbstractChannelPoolMap.
size - Variable in class io.netty.channel.unix.IovArray
 
size() - Method in class io.netty.channel.unix.IovArray
Returns the size in bytes
size - Variable in class io.netty.handler.codec.CodecOutputList
 
size() - Method in class io.netty.handler.codec.CodecOutputList
 
size - Variable in class io.netty.handler.codec.DefaultHeaders
 
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.DelegatingStringSet
 
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 - 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() - Method in class io.netty.handler.codec.http.multipart.InternalAttribute
 
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 - Variable in class io.netty.handler.codec.http2.HpackDynamicTable
 
size() - Method in class io.netty.handler.codec.http2.HpackDynamicTable
Return the current size of the dynamic table.
size - Variable in class io.netty.handler.codec.http2.HpackEncoder
 
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.ReadOnlyHttp2Headers
 
size() - Method in class io.netty.handler.codec.serialization.ObjectEncoderOutputStream
 
size() - Method in class io.netty.handler.codec.serialization.ReferenceMap
 
size - Variable in class io.netty.handler.traffic.GlobalChannelTrafficShapingHandler.ToSend
 
size - Variable in class io.netty.handler.traffic.GlobalTrafficShapingHandler.ToSend
 
size() - Method in class io.netty.resolver.dns.DnsNameResolverContext.AuthoritativeNameServerList
 
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 - Variable in class io.netty.util.collection.ByteObjectHashMap
 
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 - Variable in class io.netty.util.collection.CharObjectHashMap
 
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 - Variable in class io.netty.util.collection.IntObjectHashMap
 
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 - Variable in class io.netty.util.collection.LongObjectHashMap
 
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 - Variable in class io.netty.util.collection.ShortObjectHashMap
 
size() - Method in class io.netty.util.collection.ShortObjectHashMap
 
size - Variable in class io.netty.util.concurrent.DefaultFutureListeners
 
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
 
size - Variable in class io.netty.util.internal.DefaultPriorityQueue
 
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 - Variable in class io.netty.util.Recycler.Stack
 
SIZE_CACHED_INTEGER_NUMBER - Static variable in class io.netty.handler.codec.redis.FixedRedisMessagePool
 
SIZE_TABLE - Static variable in class io.netty.channel.AdaptiveRecvByteBufAllocator
 
sizeClass(int) - Method in class io.netty.buffer.PoolArena
 
SizeClass() - Constructor for enum io.netty.buffer.PoolArena.SizeClass
 
sizeClass - Variable in class io.netty.buffer.PoolThreadCache.MemoryRegionCache
 
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
 
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
 
skipControlCharacters(ByteBuf) - Static method in class io.netty.handler.codec.http.HttpObjectDecoder
 
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
 
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
SLASH - 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
 
slice() - Method in class io.netty.buffer.AbstractByteBuf
 
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() - Method in class io.netty.buffer.AdvancedLeakAwareByteBuf
 
slice(int, int) - Method in class io.netty.buffer.AdvancedLeakAwareByteBuf
 
slice() - Method in class io.netty.buffer.AdvancedLeakAwareCompositeByteBuf
 
slice(int, int) - 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(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() - Method in class io.netty.buffer.EmptyByteBuf
 
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() - Method in class io.netty.buffer.SimpleLeakAwareByteBuf
 
slice(int, int) - Method in class io.netty.buffer.SimpleLeakAwareByteBuf
 
slice() - Method in class io.netty.buffer.SimpleLeakAwareCompositeByteBuf
 
slice(int, int) - Method in class io.netty.buffer.SimpleLeakAwareCompositeByteBuf
 
slice() - Method in class io.netty.buffer.SwappedByteBuf
Deprecated.
 
slice(int, int) - Method in class io.netty.buffer.SwappedByteBuf
Deprecated.
 
slice() - Method in class io.netty.buffer.UnreleasableByteBuf
 
slice(int, int) - Method in class io.netty.buffer.UnreleasableByteBuf
 
slice() - Method in class io.netty.buffer.WrappedByteBuf
 
slice(int, int) - Method in class io.netty.buffer.WrappedByteBuf
 
slice() - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
slice(int, int) - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
slice(int, int, boolean) - Method in class io.netty.handler.codec.http2.DefaultHttp2FrameWriter.DataFrameHeader
Gets the frame header buffer configured for the current frame.
slice() - Method in class io.netty.handler.codec.ReplayingDecoderByteBuf
 
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.UnpaddedInternalThreadLocalMap
 
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.
smallIdx(int) - Static method in class io.netty.buffer.PoolArena
 
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, boolean) - 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 - 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 - Variable in class io.netty.handler.codec.compression.SnappyFrameDecoder
 
snappy - Variable in class io.netty.handler.codec.compression.SnappyFrameEncoder
 
Snappy.State - Enum in io.netty.handler.codec.compression
 
SNAPPY_IDENTIFIER_LEN - Static variable in class io.netty.handler.codec.compression.SnappyFrameDecoder
 
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
 
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
 
SniHandler - Class in io.netty.handler.ssl
Enables SNI (Server Name Indication) extension for server side SSL.
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(DomainNameMapping<? extends SslContext>) - Constructor for class io.netty.handler.ssl.SniHandler
Creates a SNI detection handler with configured SslContext maintained by DomainNameMapping
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.AsyncMappingAdapter - Class in io.netty.handler.ssl
 
SniHandler.Selection - Class in io.netty.handler.ssl
 
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_KEEPALIVE - Static variable in class io.netty.channel.ChannelOption
 
SO_LINGER - Static variable in class com.sun.nio.sctp.SctpStandardSocketOptions
 
SO_LINGER - Static variable in class io.netty.channel.ChannelOption
 
SO_RCVBUF - Static variable in class com.sun.nio.sctp.SctpStandardSocketOptions
 
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 com.sun.nio.sctp.SctpStandardSocketOptions
 
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
 
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
 
socket - Variable in class io.netty.channel.socket.oio.OioServerSocketChannel
 
socket - Variable in class io.netty.channel.socket.oio.OioSocketChannel
 
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
 
socket - Variable in class io.netty.channel.unix.tests.SocketTest
 
socketAddress(String, int) - Static method in class io.netty.util.internal.SocketUtils
 
SocketChannel - Interface in io.netty.channel.socket
A TCP/IP socket Channel.
SocketChannelConfig - Interface in io.netty.channel.socket
socketPath - Variable in class io.netty.channel.unix.DomainSocketAddress
 
SocketTest<T extends Socket> - Class in io.netty.channel.unix.tests
 
SocketTest() - Constructor for class io.netty.channel.unix.tests.SocketTest
 
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
 
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
 
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
 
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
 
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(SocksMessageType) - Constructor for class io.netty.handler.codec.socks.SocksMessage
 
SocksMessage - Interface in io.netty.handler.codec.socksx
An interface that all SOCKS protocol messages implement.
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
agressive 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
agressive 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.
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.
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
SPACE - Static variable in class io.netty.util.internal.StringUtil
 
SPDY_1 - Static variable in class io.netty.handler.ssl.ApplicationProtocolNames
"spdy/1": SPDY version 1
SPDY_2 - Static variable in class io.netty.handler.ssl.ApplicationProtocolNames
"spdy/2": SPDY version 2
SPDY_3 - Static variable in class io.netty.handler.ssl.ApplicationProtocolNames
"spdy/3": SPDY version 3
SPDY_3_1 - 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 - Interface in io.netty.handler.codec.spdy
A SPDY Protocol DATA Frame
spdyDataFrame - Variable in class io.netty.handler.codec.spdy.SpdySession.PendingWrite
 
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
 
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
 
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, Throwable) - 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(Throwable) - Constructor for exception io.netty.handler.codec.spdy.SpdyProtocolException
Creates a new instance.
SpdyRstStreamFrame - Interface in io.netty.handler.codec.spdy
A SPDY Protocol RST_STREAM Frame
SpdySession - Class in io.netty.handler.codec.spdy
 
SpdySession(int, int) - Constructor for class io.netty.handler.codec.spdy.SpdySession
 
spdySession - Variable in class io.netty.handler.codec.spdy.SpdySessionHandler
 
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.
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
 
SPLICE_CLOSED_CHANNEL_EXCEPTION - Static variable in class io.netty.channel.epoll.Native
 
SPLICE_CONNECTION_RESET_EXCEPTION - Static variable in class io.netty.channel.epoll.Native
 
SPLICE_TO_CLOSED_CHANNEL_EXCEPTION - Static variable in class io.netty.channel.epoll.AbstractEpollStreamChannel
 
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(String, int) - Method in class io.netty.util.AsciiString
Splits this string using the supplied regular expression expr.
split(char) - Method in class io.netty.util.AsciiString
Splits the specified String with the specified delimiter..
splitHeader(AppendableCharSequence) - 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
splitInitialLine(AppendableCharSequence) - Static method in class io.netty.handler.codec.http.HttpObjectDecoder
 
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
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_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)
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.
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
 
sslContextProvider - Variable in class io.netty.handler.ssl.SslContextBuilder
 
sslContextProvider(Provider) - Method in class io.netty.handler.ssl.SslContextBuilder
The SSLContext Provider to use.
SSLENGINE_CLOSED - Static variable in class io.netty.handler.ssl.SslHandler
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.
SslHandler(SSLEngine, boolean) - Constructor for class io.netty.handler.ssl.SslHandler
Creates a new instance.
SslHandler(SSLEngine, Executor) - Constructor for class io.netty.handler.ssl.SslHandler
Deprecated.
SslHandler(SSLEngine, boolean, Executor) - Constructor for class io.netty.handler.ssl.SslHandler
Deprecated.
SslHandler.LazyChannelPromise - Class in io.netty.handler.ssl
 
SslHandler.SslEngineType - Enum in io.netty.handler.ssl
 
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.
ssLog(int) - Static method in class io.netty.handler.codec.compression.Bzip2DivSufSort
 
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
 
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 - Variable in class io.netty.util.Recycler.DefaultHandle
 
Stack(Recycler<T>, Thread, int, int, int, int) - Constructor for class io.netty.util.Recycler.Stack
 
STACK_SIZE - Static variable in class io.netty.handler.codec.compression.Bzip2DivSufSort
 
STACK_TRACE_ELEMENT_EXCLUSIONS - Static variable in class io.netty.util.ResourceLeakDetector
 
StackEntry(int, int, int, int) - Constructor for class io.netty.handler.codec.compression.Bzip2DivSufSort.StackEntry
 
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.
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_TIME - Static variable in class io.netty.util.concurrent.ScheduledFutureTask
 
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
 
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() - Method in class io.netty.handler.stream.ChunkedFile
Returns the offset in the file where the transfer began.
startOffset - Variable in class io.netty.handler.stream.ChunkedNioFile
 
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.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(boolean) - Method in class io.netty.handler.ssl.SslContextBuilder
true if the first write request shouldn't be encrypted.
startTls - Variable in class io.netty.handler.ssl.SslHandler
 
STAT - Static variable in class io.netty.handler.codec.memcache.binary.BinaryMemcacheOpcodes
 
state - Variable in class io.netty.channel.embedded.EmbeddedChannel
 
State() - Constructor for enum io.netty.channel.embedded.EmbeddedChannel.State
 
state() - Method in class io.netty.channel.epoll.EpollTcpInfo
 
state - Variable in class io.netty.channel.local.LocalChannel
 
State() - Constructor for enum io.netty.channel.local.LocalChannel.State
 
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() - 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 - Variable in class io.netty.handler.codec.compression.Snappy
 
State() - Constructor for enum io.netty.handler.codec.compression.Snappy.State
 
state - Variable in class io.netty.handler.codec.http.HttpContentEncoder
 
State() - Constructor for enum io.netty.handler.codec.http.HttpContentEncoder.State
 
State() - Constructor for enum io.netty.handler.codec.http.HttpObjectDecoder.State
 
state - Variable in class io.netty.handler.codec.http.HttpObjectEncoder
 
state - Variable in class io.netty.handler.codec.http.HttpResponseStatus.HttpStatusLineProcessor
state - Variable in class io.netty.handler.codec.http.websocketx.Utf8Validator
 
state - Variable in class io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder
 
State() - Constructor for enum io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder.State
 
state - Variable in class io.netty.handler.codec.http2.DefaultHttp2Connection.DefaultStream
 
state() - Method in class io.netty.handler.codec.http2.DefaultHttp2Connection.DefaultStream
 
state(Http2Stream) - Method in class io.netty.handler.codec.http2.DefaultHttp2LocalFlowController
 
state(Http2Stream) - Method in class io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController
 
state() - Method in interface io.netty.handler.codec.http2.Http2Stream
Gets the state of this stream.
State(boolean, boolean) - Constructor for enum io.netty.handler.codec.http2.Http2Stream.State
 
state(Http2Stream) - Method in class io.netty.handler.codec.http2.UniformStreamByteDistributor
 
State(Http2Stream) - Constructor for class io.netty.handler.codec.http2.UniformStreamByteDistributor.State
 
state - Variable in class io.netty.handler.codec.http2.WeightedFairQueueByteDistributor.ParentChangedEvent
 
state(Http2Stream) - Method in class io.netty.handler.codec.http2.WeightedFairQueueByteDistributor
 
state(int) - Method in class io.netty.handler.codec.http2.WeightedFairQueueByteDistributor
 
State(int) - Constructor for class io.netty.handler.codec.http2.WeightedFairQueueByteDistributor.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(int, Http2Stream, int) - Constructor for class io.netty.handler.codec.http2.WeightedFairQueueByteDistributor.State
 
state - Variable in class io.netty.handler.codec.json.JsonObjectDecoder
 
state - Variable in class io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheDecoder
 
State() - Constructor for enum io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheDecoder.State
 
state - Variable in class io.netty.handler.codec.ProtocolDetectionResult
 
state() - Method in class io.netty.handler.codec.ProtocolDetectionResult
state - Variable in class io.netty.handler.codec.redis.RedisDecoder
 
State() - Constructor for enum io.netty.handler.codec.redis.RedisDecoder.State
 
state - Variable in class io.netty.handler.codec.ReplayingDecoder
 
state() - Method in class io.netty.handler.codec.ReplayingDecoder
Returns the current state of this decoder.
state(S) - Method in class io.netty.handler.codec.ReplayingDecoder
Sets the current state of this decoder.
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 - Variable in class io.netty.handler.codec.spdy.SpdyFrameDecoder
 
State() - Constructor for enum io.netty.handler.codec.spdy.SpdyFrameDecoder.State
 
state - Variable in class io.netty.handler.codec.spdy.SpdyHeaderBlockRawDecoder
 
State() - Constructor for enum io.netty.handler.codec.spdy.SpdyHeaderBlockRawDecoder.State
 
State() - Constructor for enum io.netty.handler.codec.stomp.StompSubframeDecoder.State
 
state - Variable in class io.netty.handler.timeout.IdleStateEvent
 
state() - Method in class io.netty.handler.timeout.IdleStateEvent
Returns the idle state.
state - Variable in class io.netty.handler.timeout.IdleStateHandler
 
state - Variable in class io.netty.util.concurrent.NonStickyEventExecutorGroup.NonStickyOrderedEventExecutor
 
state() - Method in class io.netty.util.concurrent.SingleThreadEventExecutor.DefaultThreadProperties
 
state - Variable in class io.netty.util.concurrent.SingleThreadEventExecutor
 
state() - Method in interface io.netty.util.concurrent.ThreadProperties
 
state - Variable in class io.netty.util.HashedWheelTimer.HashedWheelTimeout
 
state() - Method in class io.netty.util.HashedWheelTimer.HashedWheelTimeout
 
STATE_ALL_MASK - Static variable in class io.netty.channel.unix.FileDescriptor
 
STATE_CALLING_CHILD_DECODE - Static variable in class io.netty.handler.codec.ByteToMessageDecoder
 
STATE_CLOSED_MASK - Static variable in class io.netty.channel.unix.FileDescriptor
 
STATE_HANDLER_REMOVED_PENDING - Static variable in class io.netty.handler.codec.ByteToMessageDecoder
 
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_OUTPUT_SHUTDOWN_MASK - Static variable in class io.netty.channel.unix.FileDescriptor
 
STATE_STREAM_ACTIVATED - Static variable in class io.netty.handler.codec.http2.WeightedFairQueueByteDistributor.State
 
STATE_UPDATER - Static variable in class io.netty.util.concurrent.SingleThreadEventExecutor
 
STATE_UPDATER - Static variable in class io.netty.util.HashedWheelTimer.HashedWheelTimeout
 
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.
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_INDEX_BY_NAME - Static variable in class io.netty.handler.codec.http2.HpackStaticTable
 
STATIC_TABLE - Static variable in class io.netty.handler.codec.http2.HpackStaticTable
 
STATUS - Static variable in class io.netty.handler.codec.dns.DnsOpCode
The 'Status' DNS OpCode, as defined in RFC1035.
status - Variable in class io.netty.handler.codec.http.DefaultHttpResponse
 
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 - Variable in class io.netty.handler.codec.http.HttpResponseStatus.HttpStatusLineProcessor
 
status() - Method in class io.netty.handler.codec.http.HttpResponseStatus.HttpStatusLineProcessor
 
status(CharSequence) - Method in class io.netty.handler.codec.http2.DefaultHttp2Headers
 
status() - Method in class io.netty.handler.codec.http2.DefaultHttp2Headers
 
status(CharSequence) - Method in class io.netty.handler.codec.http2.EmptyHttp2Headers
 
status() - Method in class io.netty.handler.codec.http2.EmptyHttp2Headers
 
status(CharSequence) - Method in interface io.netty.handler.codec.http2.Http2Headers
Sets the Http2Headers.PseudoHeaderName.STATUS header or null if there is no such header
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(CharSequence) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
 
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 - Variable in class io.netty.handler.codec.memcache.binary.DefaultBinaryMemcacheResponse
 
status() - Method in class io.netty.handler.codec.memcache.binary.DefaultBinaryMemcacheResponse
 
status - Variable in class io.netty.handler.codec.socksx.v4.DefaultSocks4CommandResponse
 
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 - Variable in class io.netty.handler.codec.socksx.v5.DefaultSocks5CommandResponse
 
status() - Method in class io.netty.handler.codec.socksx.v5.DefaultSocks5CommandResponse
 
status - Variable in class io.netty.handler.codec.socksx.v5.DefaultSocks5PasswordAuthResponse
 
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 - Variable in class io.netty.handler.codec.spdy.DefaultSpdyGoAwayFrame
 
status() - Method in class io.netty.handler.codec.spdy.DefaultSpdyGoAwayFrame
 
status - Variable in class io.netty.handler.codec.spdy.DefaultSpdyRstStreamFrame
 
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 - Static variable in class io.netty.handler.codec.spdy.SpdyHeaders.HttpNames
":status"
status() - Method in interface io.netty.handler.codec.spdy.SpdyRstStreamFrame
Returns the status of this frame.
status - Variable in class io.netty.handler.proxy.HttpProxyHandler
 
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() - Method in class io.netty.handler.codec.spdy.SpdySessionStatus
Returns the status phrase of this status.
statusPhrase - Variable in class io.netty.handler.codec.spdy.SpdyStreamStatus
 
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
 
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(int, int) - Constructor for class io.netty.handler.codec.stomp.StompSubframeDecoder
 
StompSubframeDecoder.State - Enum 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.
str - Variable in class io.netty.buffer.EmptyByteBuf
 
stream(int) - Method in class io.netty.handler.codec.http2.DefaultHttp2Connection
 
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() - Method in class io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController.FlowState
The stream this state is associated with.
stream(int) - Method in interface io.netty.handler.codec.http2.Http2Connection
Gets the stream if it exists.
stream() - Method in interface io.netty.handler.codec.http2.StreamByteDistributor.StreamState
Gets the stream this state is associated with.
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() - 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 - Variable in class io.netty.resolver.dns.SingletonDnsServerAddresses
 
stream() - Method in class io.netty.resolver.dns.SingletonDnsServerAddresses
 
STREAM_ALREADY_CLOSED - Static variable in class io.netty.handler.codec.spdy.SpdyStreamStatus
9 Stream Already Closed
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_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_IN_USE - Static variable in class io.netty.handler.codec.spdy.SpdyStreamStatus
8 Stream In Use
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.
streamableBytes(StreamByteDistributor.StreamState) - Static method in class io.netty.handler.codec.http2.Http2CodecUtil
Calculate the amount of bytes that can be sent by state.
streamableBytes - Variable in class io.netty.handler.codec.http2.UniformStreamByteDistributor.State
 
streamableBytes - Variable in class io.netty.handler.codec.http2.WeightedFairQueueByteDistributor.State
 
streamableBytes0(Http2Stream) - Method in class io.netty.handler.codec.http2.UniformStreamByteDistributor
For testing only!
streamableBytes0(Http2Stream) - Method in class io.netty.handler.codec.http2.WeightedFairQueueByteDistributor
For testing only!
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.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.
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.StreamBufferingEncoder.HeadersFrame
 
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
 
streamId - Variable in class io.netty.handler.codec.http2.AbstractHttp2StreamChannel
 
streamId(int) - Method in class io.netty.handler.codec.http2.AbstractHttp2StreamChannel
This method must only be called within the parent channel's eventloop.
streamId() - Method in class io.netty.handler.codec.http2.AbstractHttp2StreamChannel
 
streamId - Variable in class io.netty.handler.codec.http2.AbstractHttp2StreamFrame
 
streamId(int) - Method in class io.netty.handler.codec.http2.AbstractHttp2StreamFrame
 
streamId() - Method in class io.netty.handler.codec.http2.AbstractHttp2StreamFrame
 
streamId - Variable in class io.netty.handler.codec.http2.AbstractHttp2StreamStateEvent
 
streamId() - Method in class io.netty.handler.codec.http2.AbstractHttp2StreamStateEvent
 
streamId(int) - Method in class io.netty.handler.codec.http2.DefaultHttp2DataFrame
 
streamId - Variable in class io.netty.handler.codec.http2.DefaultHttp2FrameReader
 
streamId - Variable in class io.netty.handler.codec.http2.DefaultHttp2FrameWriter.DataFrameHeader
 
streamId(int) - Method in class io.netty.handler.codec.http2.DefaultHttp2HeadersFrame
 
streamId(int) - Method in class io.netty.handler.codec.http2.DefaultHttp2ResetFrame
 
streamId(int) - Method in class io.netty.handler.codec.http2.DefaultHttp2WindowUpdateFrame
 
streamId - Variable in exception io.netty.handler.codec.http2.Http2Exception.StreamException
 
streamId() - Method in exception io.netty.handler.codec.http2.Http2Exception.StreamException
 
streamId(Http2Exception) - Static method in exception io.netty.handler.codec.http2.Http2Exception
Get the stream id associated with an exception.
streamId(int) - Method in class io.netty.handler.codec.http2.Http2MultiplexCodec.ChannelCarryingHeadersFrame
 
streamId() - Method in class io.netty.handler.codec.http2.Http2MultiplexCodec.ChannelCarryingHeadersFrame
 
streamId(int) - Method in interface io.netty.handler.codec.http2.Http2StreamFrame
Sets the identifier of the stream this frame applies to.
streamId() - Method in interface io.netty.handler.codec.http2.Http2StreamFrame
The identifier of the stream this frame applies to.
streamId() - Method in interface io.netty.handler.codec.http2.Http2StreamStateEvent
Returns the HTTP/2 stream identifier for this event.
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() - Method in class io.netty.handler.codec.spdy.DefaultSpdyStreamFrame
 
streamId - Variable in class io.netty.handler.codec.spdy.DefaultSpdyWindowUpdateFrame
 
streamId() - Method in class io.netty.handler.codec.spdy.DefaultSpdyWindowUpdateFrame
 
streamId - Variable in class io.netty.handler.codec.spdy.SpdyFrameDecoder
 
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.
streamIdentifier - Variable in class io.netty.channel.sctp.SctpMessage
 
streamIdentifier() - Method in class io.netty.channel.sctp.SctpMessage
Return the stream-identifier
streamIdentifier - Variable in class io.netty.handler.codec.sctp.SctpInboundByteStreamHandler
 
streamIdentifier - Variable in class io.netty.handler.codec.sctp.SctpOutboundByteStreamHandler
 
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.
streamNumber() - Method in class com.sun.nio.sctp.MessageInfo
 
streamNumber(int) - Method in class com.sun.nio.sctp.MessageInfo
 
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 - 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 - Variable in class io.netty.handler.codec.http.cookie.CookieDecoder
 
strict - Variable in class io.netty.handler.codec.http.cookie.CookieEncoder
 
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.
 
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
 
string - Variable in class io.netty.handler.codec.http.HttpResponseStatus.HttpStatusLineProcessor
 
string - Variable in class io.netty.util.AsciiString
Used to cache the AsciiString.toString() value.
stringBuilder() - Static method in class io.netty.handler.codec.http.cookie.CookieUtil
 
stringBuilder() - Method in class io.netty.util.internal.InternalThreadLocalMap
 
stringBuilder - Variable in class io.netty.util.internal.UnpaddedInternalThreadLocalMap
 
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
 
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
 
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
submit(Runnable) - Method in class io.netty.util.concurrent.AbstractEventExecutor
 
submit(Runnable, T) - Method in class io.netty.util.concurrent.AbstractEventExecutor
 
submit(Callable<T>) - Method in class io.netty.util.concurrent.AbstractEventExecutor
 
submit(Runnable) - Method in class io.netty.util.concurrent.AbstractEventExecutorGroup
 
submit(Runnable, T) - Method in class io.netty.util.concurrent.AbstractEventExecutorGroup
 
submit(Callable<T>) - Method in class io.netty.util.concurrent.AbstractEventExecutorGroup
 
submit(Runnable) - Method in interface io.netty.util.concurrent.EventExecutorGroup
 
submit(Runnable, T) - Method in interface io.netty.util.concurrent.EventExecutorGroup
 
submit(Callable<T>) - Method in interface io.netty.util.concurrent.EventExecutorGroup
 
submit(Runnable) - Method in class io.netty.util.concurrent.NonStickyEventExecutorGroup
 
submit(Runnable, T) - Method in class io.netty.util.concurrent.NonStickyEventExecutorGroup
 
submit(Callable<T>) - 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.UnorderedThreadPoolEventExecutor
 
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, ChannelPromise) - Method in class io.netty.handler.traffic.AbstractTrafficShapingHandler
Deprecated.
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
 
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
 
subpageIdx(int) - Method in class io.netty.buffer.PoolChunk
 
SubPageMemoryRegionCache(int, PoolArena.SizeClass) - Constructor for class io.netty.buffer.PoolThreadCache.SubPageMemoryRegionCache
 
subPageMetricList(PoolSubpage<?>[]) - Static method in class io.netty.buffer.PoolArena
 
subpageOverflowMask - Variable in class io.netty.buffer.PoolArena
 
subpageOverflowMask - Variable in class io.netty.buffer.PoolChunk
Used to determine if the requested capacity is equal to or greater than pageSize.
subpages - Variable in class io.netty.buffer.PoolChunk
 
subprotocols - Variable in class io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker
 
subprotocols() - Method in class io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker
Returns the CSV of supported sub protocols
subprotocols - Variable in class io.netty.handler.codec.http.websocketx.WebSocketServerHandshakerFactory
 
subprotocols - Variable in class io.netty.handler.codec.http.websocketx.WebSocketServerProtocolHandler
 
subprotocols - Variable in class io.netty.handler.codec.http.websocketx.WebSocketServerProtocolHandshakeHandler
 
subscribe() - Static method in class io.netty.handler.codec.mqtt.MqttMessageBuilders
 
SubscribeBuilder() - Constructor for class io.netty.handler.codec.mqtt.MqttMessageBuilders.SubscribeBuilder
 
SUBSCRIPTION - Static variable in interface io.netty.handler.codec.stomp.StompHeaders
 
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, boolean) - Method in class io.netty.util.AsciiString
Either copy or share a subset of underlying sub-sequence of bytes.
subSequence(int, int) - Method in class io.netty.util.internal.AppendableCharSequence
 
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).
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 - 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(long) - Method in class io.netty.handler.stream.ChunkedWriteHandler.PendingWrite
 
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.
successCount - Variable in class io.netty.channel.group.DefaultChannelGroupFuture
 
SUPER - Static variable in class io.netty.util.internal.logging.JdkLogger
 
SUPPORTED_CIPHERS - Static variable in class io.netty.handler.ssl.JdkSslContext
 
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
 
supportedOptions() - Method in class com.sun.nio.sctp.SctpChannel
 
supportedProtocols - Variable in class io.netty.handler.ssl.ApplicationProtocolConfig
 
supportedProtocols() - Method in class io.netty.handler.ssl.ApplicationProtocolConfig
The application level protocols supported.
supportedProtocols - Variable in class io.netty.handler.ssl.JdkBaseApplicationProtocolNegotiator.NoFailProtocolSelectionListener
 
supportedProtocols - Variable in class io.netty.handler.ssl.JdkBaseApplicationProtocolNegotiator.NoFailProtocolSelector
 
supportsAAAARecords - Variable in class io.netty.resolver.dns.DnsNameResolver
 
supportsAAAARecords() - Method in class io.netty.resolver.dns.DnsNameResolver
 
supportsARecords - Variable in class io.netty.resolver.dns.DnsNameResolver
 
supportsARecords() - Method in class io.netty.resolver.dns.DnsNameResolver
 
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.
suppressRead - Variable in class io.netty.handler.ssl.AbstractSniHandler
 
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.
SWITCHING_PROTOCOLS - Static variable in class io.netty.handler.codec.http.HttpResponseStatus
101 Switching Protocols
symbol - Variable in class io.netty.handler.codec.http2.HpackHuffmanDecoder.Node
 
symbolBits - Variable in class io.netty.handler.codec.http2.HpackHuffmanDecoder.DecoderProcessor
 
symbolMTF - Variable in class io.netty.handler.codec.compression.Bzip2BlockDecompressor
Table for Move To Front transformations.
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.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.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.
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.handler.codec.compression.Bzip2DivSufSort
 
t - Variable in class io.netty.util.concurrent.SingleThreadEventExecutor.DefaultThreadProperties
 
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 - Variable in class io.netty.util.Recycler.WeakOrderQueue
 
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.
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.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() - Method in class io.netty.util.HashedWheelTimer.HashedWheelTimeout
 
task - Variable in class io.netty.util.ThreadDeathWatcher.Entry
 
task() - Method in interface io.netty.util.Timeout
Returns the TimerTask which is associated with this handle.
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
 
TCP - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Values
Deprecated.
"TCP"
TCP - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderValues
"TCP"
TCP_CORK - Static variable in class io.netty.channel.epoll.EpollChannelOption
 
TCP_DEFER_ACCEPT - Static variable in class io.netty.channel.epoll.EpollChannelOption
 
TCP_FASTOPEN - Static variable in class io.netty.channel.epoll.EpollChannelOption
 
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
 
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() - Method in class io.netty.channel.epoll.EpollServerSocketChannel
 
tcpMd5SigAddresses - Variable in class io.netty.channel.epoll.EpollSocketChannel
 
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
 
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() - Method in class io.netty.channel.unix.tests.SocketTest
 
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() - Method in class io.netty.channel.embedded.EmbeddedEventLoop
 
terminationFuture - Variable in class io.netty.channel.ThreadPerChannelEventLoopGroup
 
terminationFuture() - Method in class io.netty.channel.ThreadPerChannelEventLoopGroup
 
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 - Variable in class io.netty.util.concurrent.GlobalEventExecutor
 
terminationFuture() - Method in class io.netty.util.concurrent.GlobalEventExecutor
 
terminationFuture - Variable in class io.netty.util.concurrent.ImmediateEventExecutor
 
terminationFuture() - Method in class io.netty.util.concurrent.ImmediateEventExecutor
 
terminationFuture - Variable in class io.netty.util.concurrent.MultithreadEventExecutorGroup
 
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 - Variable in class io.netty.util.concurrent.SingleThreadEventExecutor
 
terminationFuture() - Method in class io.netty.util.concurrent.SingleThreadEventExecutor
 
terminationFuture - Variable in class io.netty.util.concurrent.UnorderedThreadPoolEventExecutor
 
terminationFuture() - Method in class io.netty.util.concurrent.UnorderedThreadPoolEventExecutor
 
testDoubleCloseDoesNotThrow() - Method in class io.netty.channel.unix.tests.SocketTest
 
testKeepAlive() - Method in class io.netty.channel.unix.tests.SocketTest
 
testReceivedBufferSize() - Method in class io.netty.channel.unix.tests.SocketTest
 
testSendBufferSize() - Method in class io.netty.channel.unix.tests.SocketTest
 
testSoLinger() - Method in class io.netty.channel.unix.tests.SocketTest
 
testTcpNoDelay() - Method in class io.netty.channel.unix.tests.SocketTest
 
testTrafficClass() - Method in class io.netty.channel.unix.tests.SocketTest
 
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() - 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 - Variable in enum io.netty.handler.codec.http2.HttpConversionUtil.ExtensionHeaderNames
 
text() - Method 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_PLAIN - Static variable in class io.netty.handler.codec.http.HttpHeaderValues
"text/plain"
TEXT_PREFIX - Static variable in class io.netty.handler.codec.haproxy.HAProxyMessageDecoder
 
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(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(boolean, int, String) - Constructor for class io.netty.handler.codec.http.websocketx.TextWebSocketFrame
Creates a new text frame with the specified text string.
TextWebSocketFrame(boolean, int, ByteBuf) - Constructor for class io.netty.handler.codec.http.websocketx.TextWebSocketFrame
Creates a new text frame with the specified binary data.
thisT() - Method in class io.netty.handler.codec.DefaultHeaders
 
thisT() - Method in class io.netty.handler.codec.EmptyHeaders
 
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.Recycler.Stack
 
thread - Variable in class io.netty.util.ThreadDeathWatcher.Entry
 
THREAD_LOCAL_BUFFER_SIZE - Static variable in class io.netty.buffer.ByteBufUtil
 
threadCache - Variable in class io.netty.buffer.PooledByteBufAllocator
 
threadCache() - Method in class io.netty.buffer.PooledByteBufAllocator
 
ThreadDeathWatcher - Class in io.netty.util
Checks if a thread is alive periodically and runs a task when a thread dies.
ThreadDeathWatcher() - Constructor for class io.netty.util.ThreadDeathWatcher
 
ThreadDeathWatcher.Entry - Class in io.netty.util
 
ThreadDeathWatcher.Watcher - Class in io.netty.util
 
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
 
threadGroup - Variable in class io.netty.util.concurrent.DefaultThreadFactory
 
threadLocal - Variable in class io.netty.util.Recycler
 
threadLocalCapacity() - Method 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(Recycler.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
 
ThreadLocalUnsafeDirectByteBuf(Recycler.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
SingleThreadEventLoop which is used to handle OIO Channel's.
ThreadPerChannelEventLoop(ThreadPerChannelEventLoopGroup) - Constructor for class io.netty.channel.ThreadPerChannelEventLoop
 
ThreadPerChannelEventLoopGroup - Class in io.netty.channel
An EventLoopGroup that creates one EventLoop per Channel.
ThreadPerChannelEventLoopGroup() - Constructor for class io.netty.channel.ThreadPerChannelEventLoopGroup
Create a new ThreadPerChannelEventLoopGroup with no limit in place.
ThreadPerChannelEventLoopGroup(int) - Constructor for class io.netty.channel.ThreadPerChannelEventLoopGroup
ThreadPerChannelEventLoopGroup(int, ThreadFactory, Object...) - Constructor for class io.netty.channel.ThreadPerChannelEventLoopGroup
ThreadPerChannelEventLoopGroup(int, Executor, Object...) - Constructor for class io.netty.channel.ThreadPerChannelEventLoopGroup
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, Errors.NativeConnectException, int) - Static method in class io.netty.channel.unix.Errors
 
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
 
tick - Variable in class io.netty.util.HashedWheelTimer.Worker
 
tickDuration - Variable in class io.netty.util.HashedWheelTimer
 
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
 
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"
Timeout - Interface in io.netty.util
A handle associated with a TimerTask that is returned by a Timer.
TIMEOUT_EXCEPTION - Static variable in class io.netty.channel.pool.FixedChannelPool
 
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
 
timeoutFuture - Variable in class io.netty.channel.pool.FixedChannelPool.AcquireTask
 
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
 
timeoutTask - Variable in class io.netty.channel.pool.FixedChannelPool
 
TimeoutTask() - Constructor for class io.netty.channel.pool.FixedChannelPool.TimeoutTask
 
timeoutTask - Variable in class io.netty.handler.codec.http2.Http2ConnectionHandler.ClosingChannelFutureListener
 
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.
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 - Variable in class io.netty.buffer.PooledByteBufAllocator
 
tinyCacheSize() - Method in class io.netty.buffer.PooledByteBufAllocator
tinyCacheSize() - Method in class io.netty.buffer.PooledByteBufAllocatorMetric
Return the size of the tiny cache.
tinyIdx(int) - Static method in class io.netty.buffer.PoolArena
 
tinySubPageDirectCaches - Variable in class io.netty.buffer.PoolThreadCache
 
tinySubPageHeapCaches - Variable in class io.netty.buffer.PoolThreadCache
 
tinySubpagePools - Variable in class io.netty.buffer.PoolArena
 
tinySubpages() - Method in class io.netty.buffer.PoolArena
 
tinySubpages() - Method in interface io.netty.buffer.PoolArenaMetric
Returns an unmodifiable List which holds PoolSubpageMetrics for tiny 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 - Static variable in class io.netty.handler.ssl.util.FingerprintTrustManagerFactory
 
TLS_UPGRADE_PROTOCOL_NAME - Static variable in class io.netty.handler.codec.http2.Http2CodecUtil
 
TLSA - Static variable in class io.netty.handler.codec.dns.DnsRecordType
TLSA certificate association record RFC 6698 A record for DNS-based Authentication of Named Entities (DANE).
tlvs - Variable in class io.netty.handler.codec.haproxy.HAProxyMessage
 
tlvs() - Method in class io.netty.handler.codec.haproxy.HAProxyMessage
Returns a list of HAProxyTLV or an empty list if no TLVs are present.
tlvs - Variable in class io.netty.handler.codec.haproxy.HAProxySSLTLV
 
tm - Variable in class io.netty.handler.ssl.util.FingerprintTrustManagerFactory
 
tm - Static variable in class io.netty.handler.ssl.util.InsecureTrustManagerFactory
 
tmpdir() - Static method in class io.netty.util.internal.NativeLibraryLoader
 
TMPDIR - Static variable in class io.netty.util.internal.PlatformDependent
 
tmpdir() - Static method in class io.netty.util.internal.PlatformDependent
Returns the temporary directory.
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
 
tmpNioBuf - Variable in class io.netty.buffer.UnpooledUnsafeDirectByteBuf
 
tmpPacket - Variable in class io.netty.channel.socket.oio.OioDatagramChannel
 
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.
toAddressString(byte[], int, boolean) - Static method in class io.netty.util.NetUtil
 
toApplicationProtocolConfig(Iterable<String>) - Static method in class io.netty.handler.ssl.SslContext
 
toArray() - Method in class io.netty.channel.group.DefaultChannelGroup
 
toArray(T[]) - Method in class io.netty.channel.group.DefaultChannelGroup
 
toArray() - Method in class io.netty.handler.codec.HeadersUtils.DelegatingStringSet
 
toArray(X[]) - Method in class io.netty.handler.codec.HeadersUtils.DelegatingStringSet
 
toArray(Iterable<DnsRecord>, boolean) - Static method in class io.netty.resolver.dns.DnsNameResolver
 
toArray() - Method in class io.netty.util.internal.DefaultPriorityQueue
 
toArray(X[]) - Method in class io.netty.util.internal.DefaultPriorityQueue
 
toArray() - Method in class io.netty.util.internal.EmptyPriorityQueue
 
toArray(T1[]) - Method in class io.netty.util.internal.EmptyPriorityQueue
 
toAsciiStringArray(String[]) - Static method in class io.netty.util.AsciiString
 
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.
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
 
toCallable(Runnable, T) - Static method in class io.netty.util.concurrent.PromiseTask
 
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.
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
 
toDirectory(String) - Static method in class io.netty.util.internal.NativeLibraryLoader
 
toDirectory(String) - Static method in class io.netty.util.internal.PlatformDependent
 
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
 
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
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(HttpMessage, boolean) - Static method in class io.netty.handler.codec.http2.HttpConversionUtil
Converts the given HTTP/1.x headers into HTTP/2 headers.
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
 
toHttp2Path(URI) - Static method in class io.netty.handler.codec.http2.HttpConversionUtil
Generate a 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, ByteBufAllocator, 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
 
toIntBE(short) - Static method in class io.netty.handler.codec.base64.Base64
 
toIntBE(int) - 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(short) - Static method in class io.netty.handler.codec.base64.Base64
 
toIntLE(int) - 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
 
toJavaHandshakeAlgo(String, boolean) - Static method in class io.netty.handler.ssl.CipherSuiteConverter
 
toJavaHmacAlgo(String) - Static method in class io.netty.handler.ssl.CipherSuiteConverter
 
toJavaUncached(String) - Static method in class io.netty.handler.ssl.CipherSuiteConverter
 
toLeakAwareBuffer(ByteBuf) - Static method in class io.netty.buffer.AbstractByteBufAllocator
 
toLeakAwareBuffer(CompositeByteBuf) - Static method in class io.netty.buffer.AbstractByteBufAllocator
 
toList(Iterable<String>) - Static method in class io.netty.handler.ssl.ApplicationProtocolUtil
 
toList(int, Iterable<String>) - Static method in class io.netty.handler.ssl.ApplicationProtocolUtil
 
toList(String...) - Static method in class io.netty.handler.ssl.ApplicationProtocolUtil
 
toList(int, String...) - Static method in class io.netty.handler.ssl.ApplicationProtocolUtil
 
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
 
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
 
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, Throwable) - 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(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
 
tooManyChannels - Variable in class io.netty.channel.ThreadPerChannelEventLoopGroup
 
toOpenSsl(Iterable<String>) - Static method in class io.netty.handler.ssl.CipherSuiteConverter
Converts the specified Java cipher suites to the colon-separated OpenSSL cipher suite specification.
toOpenSsl(String) - 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) - Static method in class io.netty.handler.ssl.CipherSuiteConverter
 
toPEM(ByteBufAllocator, boolean, PrivateKey) - Static method in class io.netty.handler.ssl.PemPrivateKey
Creates a PemEncoded value from the PrivateKey.
toPEM(ByteBufAllocator, boolean, X509Certificate...) - Static method in class io.netty.handler.ssl.PemX509Certificate
Creates a PemEncoded value from the X509Certificates.
topic - Variable in class io.netty.handler.codec.mqtt.MqttMessageBuilders.PublishBuilder
 
TOPIC_WILDCARDS - Static variable in class io.netty.handler.codec.mqtt.MqttCodecUtil
 
topicFilter - Variable in class io.netty.handler.codec.mqtt.MqttTopicSubscription
 
topicFilters - Variable in class io.netty.handler.codec.mqtt.MqttMessageBuilders.UnsubscribeBuilder
 
topicName(String) - Method in class io.netty.handler.codec.mqtt.MqttMessageBuilders.PublishBuilder
 
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
 
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(InputStream, String) - Static method in class io.netty.handler.ssl.SslContext
 
toPrivateKeyInternal(File, String) - Static method in class io.netty.handler.ssl.SslContext
 
ToSend(long, Object, ChannelPromise) - Constructor for class io.netty.handler.traffic.ChannelTrafficShapingHandler.ToSend
 
toSend - Variable in class io.netty.handler.traffic.ChannelTrafficShapingHandler.ToSend
 
ToSend(long, Object, long, ChannelPromise) - Constructor for class io.netty.handler.traffic.GlobalChannelTrafficShapingHandler.ToSend
 
toSend - Variable in class io.netty.handler.traffic.GlobalChannelTrafficShapingHandler.ToSend
 
ToSend(long, Object, long, ChannelPromise) - Constructor for class io.netty.handler.traffic.GlobalTrafficShapingHandler.ToSend
 
toSend - Variable in class io.netty.handler.traffic.GlobalTrafficShapingHandler.ToSend
 
toSocketAddressString(InetSocketAddress) - Static method in class io.netty.util.NetUtil
Returns the String representation of an InetSocketAddress.
toSocketAddressString(String, int) - Static method in class io.netty.util.NetUtil
Returns the String representation of a host port combo.
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(Charset) - Method in class io.netty.buffer.AbstractByteBuf
 
toString(int, int, Charset) - Method in class io.netty.buffer.AbstractByteBuf
 
toString() - Method in class io.netty.buffer.AbstractByteBuf
 
toString() - Method in class io.netty.buffer.AbstractByteBufAllocator
 
toString(Charset) - Method in class io.netty.buffer.AdvancedLeakAwareByteBuf
 
toString(int, int, Charset) - Method in class io.netty.buffer.AdvancedLeakAwareByteBuf
 
toString(Charset) - Method in class io.netty.buffer.AdvancedLeakAwareCompositeByteBuf
 
toString(int, int, 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(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() - 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(Charset) - Method in class io.netty.buffer.EmptyByteBuf
 
toString(int, int, Charset) - Method in class io.netty.buffer.EmptyByteBuf
 
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(Charset) - Method in class io.netty.buffer.SwappedByteBuf
Deprecated.
 
toString(int, int, Charset) - Method in class io.netty.buffer.SwappedByteBuf
Deprecated.
 
toString() - Method in class io.netty.buffer.SwappedByteBuf
Deprecated.
 
toString() - Method in class io.netty.buffer.UnpooledByteBufAllocator.UnpooledByteBufAllocatorMetric
 
toString(Charset) - Method in class io.netty.buffer.WrappedByteBuf
 
toString(int, int, Charset) - Method in class io.netty.buffer.WrappedByteBuf
 
toString() - Method in class io.netty.buffer.WrappedByteBuf
 
toString(Charset) - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
toString(int, int, Charset) - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
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.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.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.sctp.SctpMessage
 
toString() - Method in class io.netty.channel.unix.DomainSocketAddress
 
toString() - Method in class io.netty.channel.unix.FileDescriptor
 
toString() - Method in class io.netty.channel.unix.PeerCredentials
 
toString() - Method in class io.netty.channel.unix.Socket
 
toString() - Method in class io.netty.channel.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.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.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.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.multipart.MixedAttribute
 
toString() - Method in class io.netty.handler.codec.http.multipart.MixedFileUpload
 
toString() - Method in class io.netty.handler.codec.http.QueryStringDecoder
 
toString() - Method in class io.netty.handler.codec.http.QueryStringEncoder
Returns the URL-encoded URI which was created from the path string specified in the constructor and the parameters added by QueryStringEncoder.addParam(String, String) method.
toString() - Method in class io.netty.handler.codec.http.websocketx.WebSocketFrame
 
toString() - Method in class io.netty.handler.codec.http.websocketx.WebSocketScheme
 
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.DefaultHttp2ResetFrame
 
toString() - Method in class io.netty.handler.codec.http2.HpackHeaderField
 
toString() - Method in class io.netty.handler.codec.http2.Http2Flags
 
toString(ByteBuf) - Method in class io.netty.handler.codec.http2.Http2FrameLogger
 
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(StringBuilder) - 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.MqttMessageIdVariableHeader
 
toString() - Method in class io.netty.handler.codec.mqtt.MqttPublishVariableHeader
 
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.MqttTopicSubscription
 
toString() - Method in class io.netty.handler.codec.mqtt.MqttUnsubscribePayload
 
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 class io.netty.handler.codec.redis.ErrorRedisMessage
 
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.redis.SimpleStringRedisMessage
 
toString(int, int, Charset) - Method in class io.netty.handler.codec.ReplayingDecoderByteBuf
 
toString(Charset) - Method in class io.netty.handler.codec.ReplayingDecoderByteBuf
 
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.proxy.ProxyConnectionEvent
 
toString() - Method in class io.netty.handler.ssl.OpenSslJavaxX509Certificate
 
toString() - Method in class io.netty.handler.ssl.OpenSslX509Certificate
 
toString() - Method in class io.netty.handler.ssl.PemX509Certificate
 
toString() - Method in class io.netty.handler.ssl.SslCompletionEvent
 
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.DefaultDnsCache
 
toString() - Method in class io.netty.resolver.dns.DefaultDnsServerAddresses
 
toString() - Method in class io.netty.resolver.dns.DnsCacheEntry
 
toString() - Method in class io.netty.resolver.dns.InflightNameResolver
 
toString() - Method in class io.netty.resolver.dns.NoopDnsCache
 
toString() - Method in class io.netty.resolver.dns.SequentialDnsServerAddressStream
 
toString(String, int, InetSocketAddress[]) - Static 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.util.AbstractConstant
 
toString() - Method in class io.netty.util.AsciiString
Translates the entire byte string to a String.
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() - Method in class io.netty.util.collection.ByteObjectHashMap
 
toString() - Method in class io.netty.util.collection.CharObjectHashMap
 
toString() - Method in class io.netty.util.collection.IntObjectHashMap
 
toString() - Method in class io.netty.util.collection.LongObjectHashMap
 
toString() - Method in class io.netty.util.collection.ShortObjectHashMap
 
toString() - Method in class io.netty.util.concurrent.DefaultPromise
 
toString() - Method in class io.netty.util.concurrent.PromiseTask.RunnableAdapter
 
toString() - Method in class io.netty.util.DomainNameMapping
 
toString() - Method in class io.netty.util.DomainNameMappingBuilder.ImmutableDomainNameMapping
 
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 error io.netty.util.Signal
 
toString() - Method in class io.netty.util.Version
 
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
 
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
 
totalPendingBytes - Variable in class io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController.WritabilityMonitor
 
totalPendingSize - Variable in class io.netty.channel.ChannelOutboundBuffer
 
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
 
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.
touch() - Method in class io.netty.buffer.AbstractDerivedByteBuf
Deprecated.
 
touch(Object) - Method in class io.netty.buffer.AbstractDerivedByteBuf
Deprecated.
 
touch() - Method in class io.netty.buffer.AbstractReferenceCountedByteBuf
 
touch(Object) - Method in class io.netty.buffer.AbstractReferenceCountedByteBuf
 
touch() - Method in class io.netty.buffer.AdvancedLeakAwareByteBuf
 
touch(Object) - Method in class io.netty.buffer.AdvancedLeakAwareByteBuf
 
touch() - Method in class io.netty.buffer.AdvancedLeakAwareCompositeByteBuf
 
touch(Object) - Method in class io.netty.buffer.AdvancedLeakAwareCompositeByteBuf
 
touch() - Method in class io.netty.buffer.ByteBuf
 
touch(Object) - Method in class io.netty.buffer.ByteBuf
 
touch() - Method in interface io.netty.buffer.ByteBufHolder
 
touch(Object) - Method in interface io.netty.buffer.ByteBufHolder
 
touch() - Method in class io.netty.buffer.CompositeByteBuf
 
touch(Object) - Method in class io.netty.buffer.CompositeByteBuf
 
touch() - Method in class io.netty.buffer.DefaultByteBufHolder
 
touch(Object) - Method in class io.netty.buffer.DefaultByteBufHolder
 
touch() - Method in class io.netty.buffer.EmptyByteBuf
 
touch(Object) - Method in class io.netty.buffer.EmptyByteBuf
 
touch() - Method in class io.netty.buffer.SimpleLeakAwareByteBuf
 
touch(Object) - Method in class io.netty.buffer.SimpleLeakAwareByteBuf
 
touch() - Method in class io.netty.buffer.SwappedByteBuf
Deprecated.
 
touch(Object) - Method in class io.netty.buffer.SwappedByteBuf
Deprecated.
 
touch() - Method in class io.netty.buffer.UnreleasableByteBuf
 
touch(Object) - Method in class io.netty.buffer.UnreleasableByteBuf
 
touch() - Method in class io.netty.buffer.WrappedByteBuf
 
touch(Object) - Method in class io.netty.buffer.WrappedByteBuf
 
touch() - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
touch(Object) - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
touch() - Method in interface io.netty.channel.AddressedEnvelope
 
touch(Object) - Method in interface io.netty.channel.AddressedEnvelope
 
touch() - Method in class io.netty.channel.DefaultAddressedEnvelope
 
touch(Object) - Method in class io.netty.channel.DefaultAddressedEnvelope
 
touch - Variable in class io.netty.channel.DefaultChannelPipeline
 
touch(Object, AbstractChannelHandlerContext) - Method in class io.netty.channel.DefaultChannelPipeline
 
touch() - Method in class io.netty.channel.DefaultFileRegion
 
touch(Object) - Method in class io.netty.channel.DefaultFileRegion
 
touch() - Method in interface io.netty.channel.FileRegion
 
touch(Object) - Method in interface io.netty.channel.FileRegion
 
touch() - Method in class io.netty.channel.sctp.SctpMessage
 
touch(Object) - Method in class io.netty.channel.sctp.SctpMessage
 
touch() - Method in class io.netty.channel.socket.DatagramPacket
 
touch(Object) - Method in class io.netty.channel.socket.DatagramPacket
 
touch() - Method in class io.netty.handler.codec.dns.AbstractDnsMessage
 
touch(Object) - Method in class io.netty.handler.codec.dns.AbstractDnsMessage
 
touch() - Method in class io.netty.handler.codec.dns.DatagramDnsQuery
 
touch(Object) - Method in class io.netty.handler.codec.dns.DatagramDnsQuery
 
touch() - Method in class io.netty.handler.codec.dns.DatagramDnsResponse
 
touch(Object) - Method in class io.netty.handler.codec.dns.DatagramDnsResponse
 
touch() - Method in class io.netty.handler.codec.dns.DefaultDnsQuery
 
touch(Object) - Method in class io.netty.handler.codec.dns.DefaultDnsQuery
 
touch() - Method in class io.netty.handler.codec.dns.DefaultDnsRawRecord
 
touch(Object) - Method in class io.netty.handler.codec.dns.DefaultDnsRawRecord
 
touch() - Method in class io.netty.handler.codec.dns.DefaultDnsResponse
 
touch(Object) - Method in class io.netty.handler.codec.dns.DefaultDnsResponse
 
touch() - Method in interface io.netty.handler.codec.dns.DnsMessage
 
touch(Object) - Method in interface io.netty.handler.codec.dns.DnsMessage
 
touch() - Method in interface io.netty.handler.codec.dns.DnsQuery
 
touch(Object) - Method in interface io.netty.handler.codec.dns.DnsQuery
 
touch() - Method in interface io.netty.handler.codec.dns.DnsRawRecord
 
touch(Object) - Method in interface io.netty.handler.codec.dns.DnsRawRecord
 
touch() - Method in interface io.netty.handler.codec.dns.DnsResponse
 
touch(Object) - Method in interface io.netty.handler.codec.dns.DnsResponse
 
touch() - Method in class io.netty.handler.codec.haproxy.HAProxyTLV
 
touch(Object) - Method in class io.netty.handler.codec.haproxy.HAProxyTLV
 
touch() - Method in class io.netty.handler.codec.http.ComposedLastHttpContent
 
touch(Object) - Method in class io.netty.handler.codec.http.ComposedLastHttpContent
 
touch() - Method in class io.netty.handler.codec.http.DefaultFullHttpRequest
 
touch(Object) - Method in class io.netty.handler.codec.http.DefaultFullHttpRequest
 
touch() - Method in class io.netty.handler.codec.http.DefaultFullHttpResponse
 
touch(Object) - Method in class io.netty.handler.codec.http.DefaultFullHttpResponse
 
touch() - Method in class io.netty.handler.codec.http.DefaultHttpContent
 
touch(Object) - Method in class io.netty.handler.codec.http.DefaultHttpContent
 
touch() - Method in class io.netty.handler.codec.http.DefaultLastHttpContent
 
touch(Object) - Method in class io.netty.handler.codec.http.DefaultLastHttpContent
 
touch() - Method in interface io.netty.handler.codec.http.FullHttpMessage
 
touch(Object) - Method in interface io.netty.handler.codec.http.FullHttpMessage
 
touch() - Method in interface io.netty.handler.codec.http.FullHttpRequest
 
touch(Object) - Method in interface io.netty.handler.codec.http.FullHttpRequest
 
touch() - Method in interface io.netty.handler.codec.http.FullHttpResponse
 
touch(Object) - Method in interface io.netty.handler.codec.http.FullHttpResponse
 
touch() - Method in interface io.netty.handler.codec.http.HttpContent
 
touch(Object) - Method in interface io.netty.handler.codec.http.HttpContent
 
touch(Object) - Method in class io.netty.handler.codec.http.HttpObjectAggregator.AggregatedFullHttpMessage
 
touch() - Method in class io.netty.handler.codec.http.HttpObjectAggregator.AggregatedFullHttpMessage
 
touch() - Method in class io.netty.handler.codec.http.HttpObjectAggregator.AggregatedFullHttpRequest
 
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() - Method in class io.netty.handler.codec.http.HttpObjectAggregator.AggregatedFullHttpResponse
 
touch() - Method in class io.netty.handler.codec.http.HttpServerUpgradeHandler.UpgradeEvent
 
touch(Object) - Method in class io.netty.handler.codec.http.HttpServerUpgradeHandler.UpgradeEvent
 
touch() - Method in interface io.netty.handler.codec.http.LastHttpContent
 
touch(Object) - Method in interface io.netty.handler.codec.http.LastHttpContent
 
touch() - Method in class io.netty.handler.codec.http.multipart.AbstractDiskHttpData
 
touch(Object) - Method in class io.netty.handler.codec.http.multipart.AbstractDiskHttpData
 
touch() - Method in class io.netty.handler.codec.http.multipart.AbstractHttpData
 
touch(Object) - Method in class io.netty.handler.codec.http.multipart.AbstractHttpData
 
touch() - Method in class io.netty.handler.codec.http.multipart.AbstractMemoryHttpData
 
touch(Object) - Method in class io.netty.handler.codec.http.multipart.AbstractMemoryHttpData
 
touch() - Method in interface io.netty.handler.codec.http.multipart.Attribute
 
touch(Object) - Method in interface io.netty.handler.codec.http.multipart.Attribute
 
touch() - Method in class io.netty.handler.codec.http.multipart.DiskAttribute
 
touch(Object) - Method in class io.netty.handler.codec.http.multipart.DiskAttribute
 
touch() - Method in class io.netty.handler.codec.http.multipart.DiskFileUpload
 
touch(Object) - Method in class io.netty.handler.codec.http.multipart.DiskFileUpload
 
touch() - Method in interface io.netty.handler.codec.http.multipart.FileUpload
 
touch(Object) - Method in interface io.netty.handler.codec.http.multipart.FileUpload
 
touch() - Method in interface io.netty.handler.codec.http.multipart.HttpData
 
touch(Object) - Method in interface io.netty.handler.codec.http.multipart.HttpData
 
touch() - Method in class io.netty.handler.codec.http.multipart.HttpPostRequestEncoder.WrappedFullHttpRequest
 
touch(Object) - Method in class io.netty.handler.codec.http.multipart.HttpPostRequestEncoder.WrappedFullHttpRequest
 
touch() - Method in interface io.netty.handler.codec.http.multipart.InterfaceHttpData
 
touch(Object) - Method in interface io.netty.handler.codec.http.multipart.InterfaceHttpData
 
touch() - Method in class io.netty.handler.codec.http.multipart.InternalAttribute
 
touch(Object) - Method in class io.netty.handler.codec.http.multipart.InternalAttribute
 
touch() - Method in class io.netty.handler.codec.http.multipart.MemoryAttribute
 
touch(Object) - Method in class io.netty.handler.codec.http.multipart.MemoryAttribute
 
touch() - Method in class io.netty.handler.codec.http.multipart.MemoryFileUpload
 
touch(Object) - Method in class io.netty.handler.codec.http.multipart.MemoryFileUpload
 
touch() - Method in class io.netty.handler.codec.http.multipart.MixedAttribute
 
touch(Object) - Method in class io.netty.handler.codec.http.multipart.MixedAttribute
 
touch() - Method in class io.netty.handler.codec.http.multipart.MixedFileUpload
 
touch(Object) - Method in class io.netty.handler.codec.http.multipart.MixedFileUpload
 
touch() - Method in class io.netty.handler.codec.http.websocketx.BinaryWebSocketFrame
 
touch(Object) - Method in class io.netty.handler.codec.http.websocketx.BinaryWebSocketFrame
 
touch() - Method in class io.netty.handler.codec.http.websocketx.CloseWebSocketFrame
 
touch(Object) - Method in class io.netty.handler.codec.http.websocketx.CloseWebSocketFrame
 
touch() - Method in class io.netty.handler.codec.http.websocketx.ContinuationWebSocketFrame
 
touch(Object) - Method in class io.netty.handler.codec.http.websocketx.ContinuationWebSocketFrame
 
touch() - Method in class io.netty.handler.codec.http.websocketx.PingWebSocketFrame
 
touch(Object) - Method in class io.netty.handler.codec.http.websocketx.PingWebSocketFrame
 
touch() - Method in class io.netty.handler.codec.http.websocketx.PongWebSocketFrame
 
touch(Object) - Method in class io.netty.handler.codec.http.websocketx.PongWebSocketFrame
 
touch() - Method in class io.netty.handler.codec.http.websocketx.TextWebSocketFrame
 
touch(Object) - Method in class io.netty.handler.codec.http.websocketx.TextWebSocketFrame
 
touch() - Method in class io.netty.handler.codec.http.websocketx.WebSocketFrame
 
touch(Object) - Method in class io.netty.handler.codec.http.websocketx.WebSocketFrame
 
touch() - Method in class io.netty.handler.codec.http2.DefaultHttp2DataFrame
 
touch(Object) - Method in class io.netty.handler.codec.http2.DefaultHttp2DataFrame
 
touch() - Method in class io.netty.handler.codec.http2.DefaultHttp2GoAwayFrame
 
touch(Object) - Method in class io.netty.handler.codec.http2.DefaultHttp2GoAwayFrame
 
touch() - Method in interface io.netty.handler.codec.http2.Http2DataFrame
 
touch(Object) - Method in interface io.netty.handler.codec.http2.Http2DataFrame
 
touch() - Method in interface io.netty.handler.codec.http2.Http2GoAwayFrame
 
touch(Object) - Method in interface io.netty.handler.codec.http2.Http2GoAwayFrame
 
touch() - Method in class io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage
 
touch(Object) - Method in class io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage
 
touch() - Method in interface io.netty.handler.codec.memcache.binary.BinaryMemcacheMessage
 
touch(Object) - Method in interface io.netty.handler.codec.memcache.binary.BinaryMemcacheMessage
 
TOUCH - Static variable in class io.netty.handler.codec.memcache.binary.BinaryMemcacheOpcodes
 
touch() - Method in interface io.netty.handler.codec.memcache.binary.BinaryMemcacheRequest
 
touch(Object) - Method in interface io.netty.handler.codec.memcache.binary.BinaryMemcacheRequest
 
touch() - Method in interface io.netty.handler.codec.memcache.binary.BinaryMemcacheResponse
 
touch(Object) - Method in interface io.netty.handler.codec.memcache.binary.BinaryMemcacheResponse
 
touch() - Method in class io.netty.handler.codec.memcache.binary.DefaultBinaryMemcacheRequest
 
touch(Object) - Method in class io.netty.handler.codec.memcache.binary.DefaultBinaryMemcacheRequest
 
touch() - Method in class io.netty.handler.codec.memcache.binary.DefaultBinaryMemcacheResponse
 
touch(Object) - Method in class io.netty.handler.codec.memcache.binary.DefaultBinaryMemcacheResponse
 
touch() - Method in class io.netty.handler.codec.memcache.binary.DefaultFullBinaryMemcacheRequest
 
touch(Object) - Method in class io.netty.handler.codec.memcache.binary.DefaultFullBinaryMemcacheRequest
 
touch() - Method in class io.netty.handler.codec.memcache.binary.DefaultFullBinaryMemcacheResponse
 
touch(Object) - Method in class io.netty.handler.codec.memcache.binary.DefaultFullBinaryMemcacheResponse
 
touch() - Method in interface io.netty.handler.codec.memcache.binary.FullBinaryMemcacheRequest
 
touch(Object) - Method in interface io.netty.handler.codec.memcache.binary.FullBinaryMemcacheRequest
 
touch() - Method in interface io.netty.handler.codec.memcache.binary.FullBinaryMemcacheResponse
 
touch(Object) - Method in interface io.netty.handler.codec.memcache.binary.FullBinaryMemcacheResponse
 
touch() - Method in class io.netty.handler.codec.memcache.DefaultLastMemcacheContent
 
touch(Object) - Method in class io.netty.handler.codec.memcache.DefaultLastMemcacheContent
 
touch() - Method in class io.netty.handler.codec.memcache.DefaultMemcacheContent
 
touch(Object) - Method in class io.netty.handler.codec.memcache.DefaultMemcacheContent
 
touch() - Method in interface io.netty.handler.codec.memcache.FullMemcacheMessage
 
touch(Object) - Method in interface io.netty.handler.codec.memcache.FullMemcacheMessage
 
touch() - Method in interface io.netty.handler.codec.memcache.LastMemcacheContent
 
touch(Object) - Method in interface io.netty.handler.codec.memcache.LastMemcacheContent
 
touch() - Method in interface io.netty.handler.codec.memcache.MemcacheContent
 
touch(Object) - Method in interface io.netty.handler.codec.memcache.MemcacheContent
 
touch() - Method in interface io.netty.handler.codec.memcache.MemcacheMessage
 
touch(Object) - Method in interface io.netty.handler.codec.memcache.MemcacheMessage
 
touch() - Method in class io.netty.handler.codec.mqtt.MqttPublishMessage
 
touch(Object) - Method in class io.netty.handler.codec.mqtt.MqttPublishMessage
 
touch(Object) - Method in class io.netty.handler.codec.redis.ArrayRedisMessage
 
touch() - Method in interface io.netty.handler.codec.redis.BulkStringRedisContent
 
touch(Object) - Method in interface io.netty.handler.codec.redis.BulkStringRedisContent
 
touch() - Method in class io.netty.handler.codec.redis.DefaultBulkStringRedisContent
 
touch(Object) - Method in class io.netty.handler.codec.redis.DefaultBulkStringRedisContent
 
touch() - Method in class io.netty.handler.codec.redis.DefaultLastBulkStringRedisContent
 
touch(Object) - Method in class io.netty.handler.codec.redis.DefaultLastBulkStringRedisContent
 
touch() - Method in class io.netty.handler.codec.redis.FullBulkStringRedisMessage
 
touch(Object) - Method in class io.netty.handler.codec.redis.FullBulkStringRedisMessage
 
touch() - Method in interface io.netty.handler.codec.redis.LastBulkStringRedisContent
 
touch(Object) - Method in interface io.netty.handler.codec.redis.LastBulkStringRedisContent
 
touch() - Method in class io.netty.handler.codec.ReplayingDecoderByteBuf
 
touch(Object) - Method in class io.netty.handler.codec.ReplayingDecoderByteBuf
 
touch() - Method in class io.netty.handler.codec.smtp.DefaultLastSmtpContent
 
touch(Object) - Method in class io.netty.handler.codec.smtp.DefaultLastSmtpContent
 
touch() - Method in class io.netty.handler.codec.smtp.DefaultSmtpContent
 
touch(Object) - Method in class io.netty.handler.codec.smtp.DefaultSmtpContent
 
touch() - Method in interface io.netty.handler.codec.smtp.LastSmtpContent
 
touch(Object) - Method in interface io.netty.handler.codec.smtp.LastSmtpContent
 
touch() - Method in interface io.netty.handler.codec.smtp.SmtpContent
 
touch(Object) - Method in interface io.netty.handler.codec.smtp.SmtpContent
 
touch() - Method in class io.netty.handler.codec.spdy.DefaultSpdyDataFrame
 
touch(Object) - Method in class io.netty.handler.codec.spdy.DefaultSpdyDataFrame
 
touch() - Method in interface io.netty.handler.codec.spdy.SpdyDataFrame
 
touch(Object) - Method in interface io.netty.handler.codec.spdy.SpdyDataFrame
 
touch() - Method in class io.netty.handler.codec.stomp.DefaultLastStompContentSubframe
 
touch(Object) - Method in class io.netty.handler.codec.stomp.DefaultLastStompContentSubframe
 
touch() - Method in class io.netty.handler.codec.stomp.DefaultStompContentSubframe
 
touch(Object) - Method in class io.netty.handler.codec.stomp.DefaultStompContentSubframe
 
touch() - Method in class io.netty.handler.codec.stomp.DefaultStompFrame
 
touch(Object) - Method in class io.netty.handler.codec.stomp.DefaultStompFrame
 
touch() - Method in interface io.netty.handler.codec.stomp.LastStompContentSubframe
 
touch(Object) - Method in interface io.netty.handler.codec.stomp.LastStompContentSubframe
 
touch() - Method in interface io.netty.handler.codec.stomp.StompContentSubframe
 
touch(Object) - Method in interface io.netty.handler.codec.stomp.StompContentSubframe
 
touch() - Method in interface io.netty.handler.codec.stomp.StompFrame
 
touch(Object) - Method in interface io.netty.handler.codec.stomp.StompFrame
 
touch() - Method in interface io.netty.handler.ssl.PemEncoded
 
touch(Object) - Method in interface io.netty.handler.ssl.PemEncoded
 
touch() - Method in class io.netty.handler.ssl.PemPrivateKey
 
touch(Object) - Method in class io.netty.handler.ssl.PemPrivateKey
 
touch() - Method in class io.netty.handler.ssl.PemValue
 
touch(Object) - Method in class io.netty.handler.ssl.PemValue
 
touch() - Method in class io.netty.handler.ssl.PemX509Certificate
 
touch(Object) - Method in class io.netty.handler.ssl.PemX509Certificate
 
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 interface io.netty.util.ReferenceCounted
Records the current access location of this object with an additional arbitrary information for debugging purposes.
touch(T) - Static method in class io.netty.util.ReferenceCountUtil
Tries to call ReferenceCounted.touch() if the specified message 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.
touch0() - Method in class io.netty.buffer.AbstractDerivedByteBuf
Deprecated.
 
touch0(Object) - Method in class io.netty.buffer.AbstractDerivedByteBuf
Deprecated.
 
touch0() - Method in class io.netty.buffer.AbstractPooledDerivedByteBuf.PooledNonRetainedDuplicateByteBuf
 
touch0(Object) - 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.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 - 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.
trace(Throwable) - Method in class io.netty.util.internal.logging.AbstractInternalLogger
 
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, 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 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 class io.netty.util.internal.logging.CommonsLogger
Deprecated.
Delegates to the Log.trace(Object) method of the underlying Log instance.
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) - Method in interface io.netty.util.internal.logging.InternalLogger
Log a message at the TRACE level.
trace(String, Object) - Method in interface io.netty.util.internal.logging.InternalLogger
Log a message at the TRACE level according to the specified format and argument.
trace(String, Object, 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 interface io.netty.util.internal.logging.InternalLogger
Log a message at the TRACE level according to the specified format and arguments.
trace(String, Throwable) - Method in interface io.netty.util.internal.logging.InternalLogger
Log an exception (throwable) at the TRACE level with an accompanying message.
trace(Throwable) - Method in interface io.netty.util.internal.logging.InternalLogger
Log an exception (throwable) at the TRACE level.
trace(String) - Method in class io.netty.util.internal.logging.JdkLogger
Log a message object at level FINEST.
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, 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.JdkLogger
Log a message at level FINEST according to the specified format and arguments.
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) - Method in class io.netty.util.internal.logging.Log4JLogger
Log a message object at level TRACE.
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, 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.Log4JLogger
Log a message at level TRACE according to the specified format and arguments.
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) - Method in class io.netty.util.internal.logging.Slf4JLogger
 
trace(String, Object) - Method in class io.netty.util.internal.logging.Slf4JLogger
 
trace(String, Object, Object) - Method in class io.netty.util.internal.logging.Slf4JLogger
 
trace(String, Object...) - Method in class io.netty.util.internal.logging.Slf4JLogger
 
trace(String, Throwable) - Method in class io.netty.util.internal.logging.Slf4JLogger
 
traceCapable - Variable in class io.netty.util.internal.logging.Log4JLogger
 
TraceDnsQueryLifecycleObserver - Class in io.netty.resolver.dns
 
TraceDnsQueryLifecycleObserver(DnsQuestion, InternalLogger, InternalLogLevel) - Constructor for class io.netty.resolver.dns.TraceDnsQueryLifecycleObserver
 
TraceDnsQueryLifeCycleObserverFactory - Class in io.netty.resolver.dns
 
TraceDnsQueryLifeCycleObserverFactory() - Constructor for class io.netty.resolver.dns.TraceDnsQueryLifeCycleObserverFactory
 
TraceDnsQueryLifeCycleObserverFactory(InternalLogger, InternalLogLevel) - Constructor for class io.netty.resolver.dns.TraceDnsQueryLifeCycleObserverFactory
 
traceEnabled - Variable in class io.netty.resolver.dns.DnsNameResolverBuilder
 
traceEnabled(boolean) - Method in class io.netty.resolver.dns.DnsNameResolverBuilder
Sets if this resolver should generate the detailed trace information in an exception message so that it is easier to understand the cause of resolution failure.
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) - 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
 
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(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(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.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 - 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"
trailer - Variable in class io.netty.handler.codec.http.HttpObjectDecoder
 
TrailerNameValidator - Static variable in class io.netty.handler.codec.http.DefaultLastHttpContent.TrailingHttpHeaders
 
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(boolean, AsciiString...) - Static method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
Used to create read only object designed to represent trailers.
trailingHeader - Variable in class io.netty.handler.codec.http.DefaultFullHttpRequest
 
trailingHeaders - Variable in class io.netty.handler.codec.http.ComposedLastHttpContent
 
trailingHeaders() - Method in class io.netty.handler.codec.http.ComposedLastHttpContent
 
trailingHeaders() - Method in class io.netty.handler.codec.http.DefaultFullHttpRequest
 
trailingHeaders - Variable in class io.netty.handler.codec.http.DefaultFullHttpResponse
 
trailingHeaders() - Method in class io.netty.handler.codec.http.DefaultFullHttpResponse
 
trailingHeaders - Variable in class io.netty.handler.codec.http.DefaultLastHttpContent
 
trailingHeaders() - Method 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.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(Recycler.Stack<?>) - Method in class io.netty.util.Recycler.WeakOrderQueue
 
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 transfered 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(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.
translate(Map.Entry<CharSequence, CharSequence>) - Method in class io.netty.handler.codec.http2.HttpConversionUtil.Http2ToHttpHeaderTranslator
 
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.DnsNameResolverContext
 
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(PoolThreadCache.MemoryRegionCache<?>[]) - Static method in class io.netty.buffer.PoolThreadCache
 
trim(PoolThreadCache.MemoryRegionCache<?>) - Static method in class io.netty.buffer.PoolThreadCache
 
trim() - Method in class io.netty.util.AsciiString
Copies this string removing white space characters from the beginning and end of the string.
trimOws(CharSequence) - Static method in class io.netty.util.internal.StringUtil
Trim optional white-space characters from the specified value, according to RFC-7230.
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_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(X509Certificate...) - Method in class io.netty.handler.ssl.SslContextBuilder
Trusted certificates for verifying the remote endpoint's certificate, null uses the system default.
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
 
trustManagers - Variable in class io.netty.handler.ssl.util.SimpleTrustManagerFactory.SimpleTrustManagerFactorySpi
 
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
 
tryFailure(Throwable) - Method in class io.netty.channel.AbstractChannel.CloseFuture
 
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(Promise<?>, Throwable) - Static method in class io.netty.resolver.dns.DnsNameResolver
 
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
 
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.
tryFailureInternal(Throwable) - Method in class io.netty.util.concurrent.PromiseTask
 
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
 
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
 
trySetAccessible(AccessibleObject) - Static method in class io.netty.util.internal.ReflectionUtil
Try to call AccessibleObject.setAccessible(boolean) but will catch any SecurityException and java.lang.reflect.InaccessibleObjectException and return it.
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(Void) - Method in class io.netty.channel.group.DefaultChannelGroupFuture
 
trySuccess() - Method in class io.netty.channel.VoidChannelPromise
 
trySuccess(Void) - Method in class io.netty.channel.VoidChannelPromise
 
trySuccess(Void) - Method in class io.netty.handler.codec.http2.Http2CodecUtil.SimpleChannelPromiseAggregator
 
trySuccess(Promise<T>, T) - Static method in class io.netty.resolver.dns.DnsNameResolver
 
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
 
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.
trySuccessInternal(V) - Method in class io.netty.util.concurrent.PromiseTask
 
tryToFinishResolve(DnsServerAddressStream, int, DnsQuestion, DnsQueryLifecycleObserver, Promise<T>) - Method in class io.netty.resolver.dns.DnsNameResolverContext
 
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 - 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(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_EXPIRED - Static variable in class io.netty.handler.codec.socksx.v5.Socks5CommandStatus
 
TXT - Static variable in class io.netty.handler.codec.dns.DnsRecordType
Text record RFC 1035 Originally for arbitrary human-readable text in a DNS record.
type() - Method in interface com.sun.nio.sctp.SctpSocketOption
 
type - Variable in class io.netty.handler.codec.dns.AbstractDnsRecord
 
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 - Variable in class io.netty.handler.codec.haproxy.HAProxyTLV
 
type() - Method in class io.netty.handler.codec.haproxy.HAProxyTLV
Returns the HAProxyTLV.Type of this TLV
Type() - Constructor for enum io.netty.handler.codec.haproxy.HAProxyTLV.Type
 
type - Variable in class io.netty.handler.codec.redis.RedisDecoder
 
type - Variable in class io.netty.handler.codec.socks.SocksMessage
 
type() - Method in class io.netty.handler.codec.socks.SocksMessage
Returns the SocksMessageType of this SocksMessage
type - Variable in class io.netty.handler.codec.socksx.v4.DefaultSocks4CommandRequest
 
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 - Variable in class io.netty.handler.codec.socksx.v4.Socks4ServerDecoder
 
type - Variable in class io.netty.handler.codec.socksx.v5.DefaultSocks5CommandRequest
 
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 - Variable in class io.netty.util.internal.TypeParameterMatcher.ReflectiveMatcher
 
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
typeForByteValue(byte) - Static method in enum io.netty.handler.codec.haproxy.HAProxyTLV.Type
Returns the 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() - Method in class io.netty.util.internal.InternalThreadLocalMap
 
typeParameterMatcherFindCache - Variable in class io.netty.util.internal.UnpaddedInternalThreadLocalMap
 
typeParameterMatcherGetCache() - Method in class io.netty.util.internal.InternalThreadLocalMap
 
typeParameterMatcherGetCache - Variable in class io.netty.util.internal.UnpaddedInternalThreadLocalMap
 
TYPES - Static variable in class io.netty.handler.codec.http.websocketx.Utf8Validator
 

U

UDP - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Values
Deprecated.
"UDP"
UDP - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderValues
"UDP"
UDP_ASSOCIATE - Static variable in class io.netty.handler.codec.socksx.v5.Socks5CommandType
 
UDS_SUN_PATH_SIZE - Static variable in class io.netty.channel.unix.Socket
 
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
 
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
 
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
 
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.
unbindAddress(InetAddress) - Method in class com.sun.nio.sctp.SctpChannel
 
unbindAddress(InetAddress) - Method in class com.sun.nio.sctp.SctpServerChannel
 
unbindAddress(InetAddress) - Method in class io.netty.channel.sctp.nio.NioSctpChannel
 
unbindAddress(InetAddress, ChannelPromise) - Method in class io.netty.channel.sctp.nio.NioSctpChannel
 
unbindAddress(InetAddress) - Method in class io.netty.channel.sctp.nio.NioSctpServerChannel
 
unbindAddress(InetAddress, ChannelPromise) - Method in class io.netty.channel.sctp.nio.NioSctpServerChannel
 
unbindAddress(InetAddress) - Method in class io.netty.channel.sctp.oio.OioSctpChannel
 
unbindAddress(InetAddress, ChannelPromise) - Method in class io.netty.channel.sctp.oio.OioSctpChannel
 
unbindAddress(InetAddress) - Method in class io.netty.channel.sctp.oio.OioSctpServerChannel
 
unbindAddress(InetAddress, ChannelPromise) - Method in class io.netty.channel.sctp.oio.OioSctpServerChannel
 
unbindAddress(InetAddress) - Method in interface io.netty.channel.sctp.SctpChannel
Unbind the address from channel's multi-homing address list.
unbindAddress(InetAddress, ChannelPromise) - Method in interface io.netty.channel.sctp.SctpChannel
Unbind the address from channel's multi-homing address list.
unbindAddress(InetAddress) - Method in interface io.netty.channel.sctp.SctpServerChannel
Unbind the address from channel's multi-homing address list.
unbindAddress(InetAddress, ChannelPromise) - Method in interface io.netty.channel.sctp.SctpServerChannel
Unbind the address from channel's multi-homing address list.
uncachedRedirectDnsServerStream(List<InetSocketAddress>) - Method in class io.netty.resolver.dns.DnsNameResolver
Provides the opportunity to sort the name servers before following a redirected DNS query.
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.
unconsumedBytes(Http2Stream) - Method in class io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder
 
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.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.
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
 
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
 
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 - Static variable in class io.netty.handler.codec.string.LineSeparator
The Unix line separator(LF)
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
 
UnixChannelUtil - Class in io.netty.channel.unix
 
UnixChannelUtil() - Constructor for class io.netty.channel.unix.UnixChannelUtil
 
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.
UnixTestUtils - Class in io.netty.channel.unix.tests
 
UnixTestUtils() - Constructor for class io.netty.channel.unix.tests.UnixTestUtils
 
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.
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.
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
Wrap the given ByteBufs in an unmodifiable ByteBuf.
unmodifiableCipherSuites - Variable in class io.netty.handler.ssl.JdkSslContext
 
unmodifiableMap(ByteObjectMap<V>) - Static method in class io.netty.util.collection.ByteCollections
Creates an unmodifiable wrapper around the given map.
UnmodifiableMap(ByteObjectMap<V>) - Constructor for class io.netty.util.collection.ByteCollections.UnmodifiableMap
 
unmodifiableMap(CharObjectMap<V>) - Static method in class io.netty.util.collection.CharCollections
Creates an unmodifiable wrapper around the given map.
UnmodifiableMap(CharObjectMap<V>) - Constructor for class io.netty.util.collection.CharCollections.UnmodifiableMap
 
unmodifiableMap(IntObjectMap<V>) - Static method in class io.netty.util.collection.IntCollections
Creates an unmodifiable wrapper around the given map.
UnmodifiableMap(IntObjectMap<V>) - Constructor for class io.netty.util.collection.IntCollections.UnmodifiableMap
 
unmodifiableMap(LongObjectMap<V>) - Static method in class io.netty.util.collection.LongCollections
Creates an unmodifiable wrapper around the given map.
UnmodifiableMap(LongObjectMap<V>) - Constructor for class io.netty.util.collection.LongCollections.UnmodifiableMap
 
unmodifiableMap(ShortObjectMap<V>) - Static method in class io.netty.util.collection.ShortCollections
Creates an unmodifiable wrapper around the given map.
UnmodifiableMap(ShortObjectMap<V>) - Constructor for class io.netty.util.collection.ShortCollections.UnmodifiableMap
 
unmodifiableMap - Variable in class io.netty.util.DomainNameMapping
 
unmodifiablePorts - Variable in class io.netty.handler.codec.http.DefaultCookie
Deprecated.
 
unordered(boolean) - Method in class com.sun.nio.sctp.MessageInfo
 
unordered - Variable in class io.netty.channel.sctp.SctpMessage
 
unordered - Variable in class io.netty.handler.codec.sctp.SctpOutboundByteStreamHandler
 
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, ThreadFactory) - Constructor for class io.netty.util.concurrent.UnorderedThreadPoolEventExecutor
See ScheduledThreadPoolExecutor(int, ThreadFactory)
UnorderedThreadPoolEventExecutor(int, RejectedExecutionHandler) - Constructor for class io.netty.util.concurrent.UnorderedThreadPoolEventExecutor
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
 
UnpaddedInternalThreadLocalMap - Class in io.netty.util.internal
The internal data structure that stores the thread-local variables for Netty and all FastThreadLocals.
UnpaddedInternalThreadLocalMap(Object[]) - Constructor for class io.netty.util.internal.UnpaddedInternalThreadLocalMap
 
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.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.
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, int, int) - Constructor for class io.netty.buffer.UnpooledHeapByteBuf
Creates a new heap buffer with a newly allocated byte array.
UnpooledHeapByteBuf(ByteBufAllocator, byte[], int) - Constructor for class io.netty.buffer.UnpooledHeapByteBuf
Creates a new heap buffer with an existing 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
 
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.DnsNameResolverContext
 
unregister(LocalAddress) - Static method in class io.netty.channel.local.LocalChannelRegistry
 
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
 
unsafe - Variable in class io.netty.channel.AbstractChannel
 
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 - Variable in class io.netty.channel.DefaultChannelPipeline.HeadContext
 
unsafe() - Method in class io.netty.channel.nio.AbstractNioChannel
 
Unsafe() - Constructor for class io.netty.handler.codec.http2.AbstractHttp2StreamChannel.Unsafe
 
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.
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
 
unsafeVoidPromise - Variable in class io.netty.channel.AbstractChannel
 
UNSET - Static variable in class io.netty.util.internal.InternalThreadLocalMap
 
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
 
UnstableApi - Annotation Type in io.netty.util.internal
Indicates a public API that can change at any time (even in minor/bugfix releases).
unsubscribe() - Static method in class io.netty.handler.codec.mqtt.MqttMessageBuilders
 
UnsubscribeBuilder() - Constructor for class io.netty.handler.codec.mqtt.MqttMessageBuilders.UnsubscribeBuilder
 
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() - Method in interface io.netty.handler.ssl.JdkApplicationProtocolNegotiator.ProtocolSelectionListener
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
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_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(Object, Class<?>...) - Constructor for exception io.netty.handler.codec.UnsupportedMessageTypeException
 
UnsupportedMessageTypeException() - Constructor for exception io.netty.handler.codec.UnsupportedMessageTypeException
 
UnsupportedMessageTypeException(String, Throwable) - Constructor for exception io.netty.handler.codec.UnsupportedMessageTypeException
 
UnsupportedMessageTypeException(String) - Constructor for exception io.netty.handler.codec.UnsupportedMessageTypeException
 
UnsupportedMessageTypeException(Throwable) - Constructor for exception io.netty.handler.codec.UnsupportedMessageTypeException
 
UnsupportedOperatingSystemException - Exception in com.sun.nio.sctp
 
UnsupportedOperatingSystemException() - Constructor for exception com.sun.nio.sctp.UnsupportedOperatingSystemException
 
UnsupportedOperatingSystemException(String) - Constructor for exception com.sun.nio.sctp.UnsupportedOperatingSystemException
 
UnsupportedOperatingSystemException(String, Throwable) - Constructor for exception com.sun.nio.sctp.UnsupportedOperatingSystemException
 
UnsupportedOperatingSystemException(Throwable) - Constructor for exception com.sun.nio.sctp.UnsupportedOperatingSystemException
 
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
 
unusable - Variable in class io.netty.buffer.PoolChunk
Used to mark memory as unusable
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.VoidChannelPromise
 
unwatch(Thread, Runnable) - Static method in class io.netty.util.ThreadDeathWatcher
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.UnpooledUnsafeDirectByteBuf
 
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(ByteBuffer, ByteBuffer) - Method in class io.netty.handler.ssl.JdkSslEngine
 
unwrap(ByteBuffer, ByteBuffer[]) - Method in class io.netty.handler.ssl.JdkSslEngine
 
unwrap(ByteBuffer, ByteBuffer[], int, int) - Method in class io.netty.handler.ssl.JdkSslEngine
 
unwrap() - Method in class io.netty.handler.ssl.JdkSslSession
 
unwrap() - Method in class io.netty.handler.ssl.OpenSslJavaxX509Certificate
 
unwrap() - Method in class io.netty.handler.ssl.OpenSslX509Certificate
 
unwrap(SslHandler, ByteBuf, int, int, ByteBuf) - Method in enum io.netty.handler.ssl.SslHandler.SslEngineType
 
unwrap(ChannelHandlerContext, ByteBuf, int, int) - Method in class io.netty.handler.ssl.SslHandler
Unwraps inbound SSL records.
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_UPDATER - Static variable in class io.netty.channel.ChannelOutboundBuffer
 
update(ByteBuf, int, int) - Method in class io.netty.handler.codec.compression.ByteBufChecksum.ReflectiveByteBufChecksum
 
update(int) - Method in class io.netty.handler.codec.compression.ByteBufChecksum.SlowByteBufChecksum
 
update(byte[], int, int) - Method in class io.netty.handler.codec.compression.ByteBufChecksum.SlowByteBufChecksum
 
update(ByteBuf, int, int) - Method in class io.netty.handler.codec.compression.ByteBufChecksum
 
update(int, int) - Method in class io.netty.handler.codec.compression.Bzip2DivSufSort.TRBudget
 
update(int) - Method in class io.netty.handler.codec.compression.Crc32c
 
update(byte[], int, int) - Method in class io.netty.handler.codec.compression.Crc32c
 
UPDATE - Static variable in class io.netty.handler.codec.dns.DnsOpCode
The 'Update' DNS OpCode, as defined in RFC2136.
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
 
updateLastExecutionTime() - Method in class io.netty.util.concurrent.SingleThreadEventExecutor
Updates the internal timestamp that tells when a submitted task was executed most recently.
updateMaxStreams() - Method in class io.netty.handler.codec.http2.DefaultHttp2Connection.DefaultEndpoint
 
updateParentsAlloc(int) - Method in class io.netty.buffer.PoolChunk
Update method used by allocate This is triggered only when a successor is allocated and all its predecessors need to update their state The minimal depth at which subtree rooted at id has some free space
updateParentsFree(int) - Method in class io.netty.buffer.PoolChunk
Update method used by free This needs to handle the special case when both children are completely free in which case parent be directly allocated on request of size = child-size * 2
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.util.DefaultAttributeMap
 
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(StreamByteDistributor.StreamState) - Method in interface io.netty.handler.codec.http2.StreamByteDistributor
Called when the streamable bytes for a stream has changed.
updateStreamableBytes(int, boolean, int) - Method in class io.netty.handler.codec.http2.UniformStreamByteDistributor.State
 
updateStreamableBytes(StreamByteDistributor.StreamState) - Method in class io.netty.handler.codec.http2.UniformStreamByteDistributor
 
updateStreamableBytes(int, boolean) - Method in class io.netty.handler.codec.http2.WeightedFairQueueByteDistributor.State
 
updateStreamableBytes(StreamByteDistributor.StreamState) - Method in class io.netty.handler.codec.http2.WeightedFairQueueByteDistributor
 
UPGRADE - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
"upgrade"
UPGRADE - Static variable in class io.netty.handler.codec.http.HttpHeaders.Names
Deprecated.
"Upgrade"
UPGRADE - Static variable in class io.netty.handler.codec.http.HttpHeaders.Values
Deprecated.
"Upgrade"
UPGRADE - Static variable in class io.netty.handler.codec.http.HttpHeaderValues
"upgrade"
upgrade(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_HEADERS - Static variable in class io.netty.handler.codec.http2.Http2ClientUpgradeCodec
 
UPGRADE_REQUIRED - Static variable in class io.netty.handler.codec.http.HttpResponseStatus
426 Upgrade Required (RFC2817)
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
 
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.
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
 
upgradeTo(ChannelHandlerContext, FullHttpResponse) - Method in interface io.netty.handler.codec.http.HttpClientUpgradeHandler.UpgradeCodec
Performs an HTTP protocol upgrade from the source codec.
upgradeTo(ChannelHandlerContext, FullHttpRequest) - Method in interface io.netty.handler.codec.http.HttpServerUpgradeHandler.UpgradeCodec
Performs an HTTP protocol upgrade from the source codec.
upgradeTo(ChannelHandlerContext, FullHttpResponse) - Method in class io.netty.handler.codec.http2.Http2ClientUpgradeCodec
 
upgradeTo(ChannelHandlerContext, FullHttpRequest) - Method in class io.netty.handler.codec.http2.Http2ServerUpgradeCodec
 
upgradeToHandler - Variable in class io.netty.handler.codec.http2.Http2ServerUpgradeCodec
 
uri - Variable in class io.netty.handler.codec.http.DefaultHttpRequest
 
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 - Variable in class io.netty.handler.codec.http.QueryStringDecoder
 
uri() - Method in class io.netty.handler.codec.http.QueryStringDecoder
Returns the uri used to initialize this QueryStringDecoder.
uri - Variable in class io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker
 
uri() - Method in class io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker
Returns the URI to the web socket.
uri - Variable in class io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker
 
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"
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(int) - 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.
USE_DIRECT_BUFFER_NO_CLEANER - Static variable in class io.netty.util.internal.PlatformDependent
 
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
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
 
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
 
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"
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
 
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.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.Http2MultiplexCodec
 
userEventTriggered(ChannelHandlerContext, Object) - Method in class io.netty.handler.logging.LoggingHandler
 
userEventTriggered(ChannelHandlerContext, Object) - Method in class io.netty.handler.ssl.ApplicationProtocolNegotiationHandler
 
userId - Variable in class io.netty.handler.codec.socksx.v4.DefaultSocks4CommandRequest
 
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.
userId - Variable in class io.netty.handler.codec.socksx.v4.Socks4ServerDecoder
 
userName - Variable in class io.netty.handler.codec.mqtt.MqttConnectPayload
 
userName() - Method in class io.netty.handler.codec.mqtt.MqttConnectPayload
 
username - Variable in class io.netty.handler.codec.mqtt.MqttMessageBuilders.ConnectBuilder
 
username(String) - Method in class io.netty.handler.codec.mqtt.MqttMessageBuilders.ConnectBuilder
 
username - Variable in class io.netty.handler.codec.socks.SocksAuthRequest
 
username() - Method in class io.netty.handler.codec.socks.SocksAuthRequest
Returns username that needs to be authenticated
username - Variable in class io.netty.handler.codec.socks.SocksAuthRequestDecoder
 
username - Variable in class io.netty.handler.codec.socksx.v5.DefaultSocks5PasswordAuthRequest
 
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 - Variable in class io.netty.handler.proxy.HttpProxyHandler
 
username() - Method in class io.netty.handler.proxy.HttpProxyHandler
 
username - Variable in class io.netty.handler.proxy.Socks4ProxyHandler
 
username() - Method in class io.netty.handler.proxy.Socks4ProxyHandler
 
username - Variable in class io.netty.handler.proxy.Socks5ProxyHandler
 
username() - Method in class io.netty.handler.proxy.Socks5ProxyHandler
 
useWebkitExtensionName - Variable in class io.netty.handler.codec.http.websocketx.extensions.compression.DeflateFrameClientExtensionHandshaker
 
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
 
Utf8FrameValidator - Class in io.netty.handler.codec.http.websocketx
 
Utf8FrameValidator() - Constructor for class io.netty.handler.codec.http.websocketx.Utf8FrameValidator
 
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
 
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)

V

V1_MAX_LENGTH - Static variable in class io.netty.handler.codec.haproxy.HAProxyMessageDecoder
Maximum possible length of a v1 proxy protocol header per spec
V1_UNKNOWN_MSG - Static variable in class io.netty.handler.codec.haproxy.HAProxyMessage
Version 1 proxy protocol message for 'UNKNOWN' proxied protocols.
V2_LOCAL_MSG - Static variable in class io.netty.handler.codec.haproxy.HAProxyMessage
Version 2 proxy protocol message for local requests.
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_UNKNOWN_MSG - Static variable in class io.netty.handler.codec.haproxy.HAProxyMessage
Version 2 proxy protocol message for 'UNKNOWN' proxied protocols.
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
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(T) - Method in class io.netty.channel.ChannelOption
Validate the value which is set for the ChannelOption.
validate(I, O) - Method in class io.netty.channel.CombinedChannelDuplexHandler
 
validate(ChannelOption<T>, T) - Method in class io.netty.channel.DefaultChannelConfig
 
validate(ByteBuf) - Static method in class io.netty.handler.codec.spdy.DefaultSpdyDataFrame
 
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) - Static method in class io.netty.buffer.PooledByteBufAllocator
 
validateAttributeValue(String, String) - Static method in class io.netty.handler.codec.http.cookie.CookieUtil
 
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
 
validateFixedHeader(MqttFixedHeader) - Static method in class io.netty.handler.codec.mqtt.MqttCodecUtil
 
validateHeaderName(CharSequence) - Static method in class io.netty.handler.codec.spdy.SpdyCodecUtil
Validate a SPDY header name.
validateHeaderNameElement(byte) - Static method in class io.netty.handler.codec.http.DefaultHttpHeaders
 
validateHeaderNameElement(char) - Static method in class io.netty.handler.codec.http.DefaultHttpHeaders
 
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.http2.AbstractHttp2ConnectionHandlerBuilder
 
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 - Variable in class io.netty.handler.codec.http2.DefaultHttp2HeadersDecoder
 
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.Http2ConnectionHandlerBuilder
 
validateHeaders - Variable in class io.netty.handler.codec.http2.Http2ServerDowngrader
 
validateHeaders - Variable in class io.netty.handler.codec.http2.HttpToHttp2ConnectionHandler
 
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 - 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
 
validateHeaderValue(CharSequence) - Static method in class io.netty.handler.codec.spdy.SpdyCodecUtil
Validate a SPDY header value.
validateHttpHeaders - Variable in class io.netty.handler.codec.http2.AbstractInboundHttp2ToHttpAdapterBuilder
 
validateHttpHeaders(boolean) - Method in class io.netty.handler.codec.http2.AbstractInboundHttp2ToHttpAdapterBuilder
Specifies whether validation of HTTP headers should be performed.
validateHttpHeaders - Variable in class io.netty.handler.codec.http2.InboundHttp2ToHttpAdapter
 
validateHttpHeaders(boolean) - Method in class io.netty.handler.codec.http2.InboundHttp2ToHttpAdapterBuilder
 
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(K) - Method in interface io.netty.handler.codec.DefaultHeaders.NameValidator
Verify that name is valid.
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 (4 <= offset <= 32768), and does not exceed the length of the chunk currently read so far.
validateOrigin() - Method in class io.netty.handler.codec.http.cors.CorsHandler
 
validateQuestion(DnsQuestion) - Static method in exception io.netty.resolver.dns.DnsNameResolverException
 
validateRemoteAddress(InetSocketAddress) - Static method in exception io.netty.resolver.dns.DnsNameResolverException
 
validateState() - Method in class io.netty.handler.codec.http2.Http2StreamChannelBootstrap
 
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
validateValueChar(CharSequence, int, char) - Static method in class io.netty.handler.codec.http.DefaultHttpHeaders.HeaderValueConverterAndValidator
 
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(int) - Method in class io.netty.buffer.PoolChunk
 
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() - Method in interface io.netty.handler.codec.http.cookie.Cookie
Returns the value of this Cookie.
value - Variable in class io.netty.handler.codec.http.cookie.DefaultCookie
 
value() - Method 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.HttpObjectDecoder
 
value - Variable in enum io.netty.handler.codec.http.multipart.HttpPostBodyUtil.TransferEncodingMechanism
 
value() - Method 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.http2.HpackHeaderField
 
value - Variable in class io.netty.handler.codec.http2.Http2Flags
 
value() - Method in class io.netty.handler.codec.http2.Http2Flags
Gets the underlying flags value.
value - Variable in enum io.netty.handler.codec.http2.Http2Headers.PseudoHeaderName
 
value() - Method 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() - Method in enum io.netty.handler.codec.mqtt.MqttMessageType
 
value - Variable in enum io.netty.handler.codec.mqtt.MqttQoS
 
value() - Method in enum io.netty.handler.codec.mqtt.MqttQoS
 
value - Variable in class io.netty.handler.codec.redis.IntegerRedisMessage
 
value() - Method in class io.netty.handler.codec.redis.IntegerRedisMessage
Get long value of this IntegerRedisMessage.
value - Variable in enum io.netty.handler.codec.redis.RedisMessageType
 
value() - Method in enum io.netty.handler.codec.redis.RedisMessageType
Returns prefix byte for this type.
value - Variable in class io.netty.handler.codec.spdy.DefaultSpdySettingsFrame.Setting
 
value - Variable in class io.netty.handler.codec.string.LineSeparator
 
value() - Method in class io.netty.handler.codec.string.LineSeparator
Return the string value of this line separator.
value - Variable in class io.netty.util.AsciiString
If this value is modified outside the constructor then call AsciiString.arrayChanged().
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 - Variable in class io.netty.util.internal.IntegerHolder
 
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 - Variable in class io.netty.util.Recycler.DefaultHandle
 
VALUE_LENGTH_ESTIMATE - Static variable in class io.netty.handler.codec.http.CombinedHttpHeaders.CombinedHttpHeadersImpl
An estimate of the size of a header value.
VALUE_TO_CODE_MAP - Static variable in enum io.netty.handler.codec.mqtt.MqttConnectReturnCode
 
valueConverter - Variable in class io.netty.handler.codec.DefaultHeaders
 
valueConverter() - Method in class io.netty.handler.codec.DefaultHeaders
 
valueConverter(boolean) - 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.
valueOf(String) - Static method in enum com.sun.nio.sctp.HandlerResult
Returns the enum constant of this type with the specified name.
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(Class<?>, String) - Static method in class io.netty.channel.ChannelOption
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(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(String) - 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(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(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(String) - Static method in enum io.netty.handler.codec.haproxy.HAProxyProtocolVersion
Returns the enum constant of this type with the specified name.
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(String) - Static method in enum io.netty.handler.codec.haproxy.HAProxyProxiedProtocol.AddressFamily
Returns the enum constant of this type with the specified name.
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(String) - Static method in enum io.netty.handler.codec.haproxy.HAProxyProxiedProtocol.TransportProtocol
Returns the enum constant of this type with the specified name.
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(String) - Static method in enum io.netty.handler.codec.haproxy.HAProxyProxiedProtocol
Returns the enum constant of this type with the specified name.
valueOf(byte) - Static method in enum io.netty.handler.codec.haproxy.HAProxyProxiedProtocol
Returns the HAProxyProxiedProtocol represented by the specified byte.
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.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(int) - Static method in class io.netty.handler.codec.http.HttpResponseStatus
Returns the HttpResponseStatus represented by the specified code.
valueOf(String) - Static method in enum io.netty.handler.codec.http.HttpStatusClass
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum io.netty.handler.codec.http.HttpStatusClass
Returns the class of the specified HTTP status code.
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.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(long) - Static method in enum io.netty.handler.codec.http2.Http2Error
 
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.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(byte) - Static method in enum io.netty.handler.codec.mqtt.MqttConnectReturnCode
 
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(int) - Static method in enum io.netty.handler.codec.mqtt.MqttMessageType
 
valueOf(String) - 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.MqttQoS
 
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.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(byte) - Static method in enum io.netty.handler.codec.redis.RedisMessageType
Return RedisMessageType for this type prefix byte.
valueOf(String) - Static method in class io.netty.handler.codec.rtsp.RtspMethods
Returns the HttpMethod represented by the specified name.
valueOf(int) - Static method in class io.netty.handler.codec.rtsp.RtspResponseStatuses
Returns the HttpResponseStatus represented by the specified code.
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(CharSequence) - Static method in class io.netty.handler.codec.smtp.SmtpCommand
Returns the SmtpCommand for the given command name.
valueOf(String) - 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.SocksAddressType
 
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(byte) - Static method in enum io.netty.handler.codec.socks.SocksAuthScheme
 
valueOf(String) - 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.SocksAuthStatus
 
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(byte) - Static method in enum io.netty.handler.codec.socks.SocksCmdStatus
 
valueOf(String) - 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.SocksCmdType
 
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(byte) - Static method in enum io.netty.handler.codec.socks.SocksProtocolVersion
 
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(byte) - Static method in enum io.netty.handler.codec.socks.SocksSubnegotiationVersion
 
valueOf(String) - Static method in enum io.netty.handler.codec.socksx.SocksVersion
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(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(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(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(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(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(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(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(byte) - Static method in class io.netty.handler.codec.socksx.v5.Socks5PasswordAuthStatus
 
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(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(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.LogLevel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.netty.handler.ssl.ApplicationProtocolConfig.Protocol
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.netty.handler.ssl.ApplicationProtocolConfig.SelectedListenerFailureBehavior
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.netty.handler.ssl.ApplicationProtocolConfig.SelectorFailureBehavior
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.netty.handler.ssl.ClientAuth
Returns the enum constant of this type with the specified name.
valueOf(byte[]) - Static method in class io.netty.handler.ssl.PemPrivateKey
Creates a PemPrivateKey from raw byte[].
valueOf(ByteBuf) - Static method in class io.netty.handler.ssl.PemPrivateKey
Creates a PemPrivateKey from raw ByteBuf.
valueOf(byte[]) - Static method in class io.netty.handler.ssl.PemX509Certificate
Creates a PemX509Certificate from raw byte[].
valueOf(ByteBuf) - Static method in class io.netty.handler.ssl.PemX509Certificate
Creates a PemX509Certificate from raw ByteBuf.
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(Class<?>, String) - Static method in class io.netty.util.AttributeKey
 
valueOf(Class<?>, String) - Method in class io.netty.util.ConstantPool
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.
valueOf(Class<?>, String) - Static method in error io.netty.util.Signal
values() - Static method in enum com.sun.nio.sctp.HandlerResult
Returns an array containing the constants of this enum type, in the order they are declared.
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.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() - Constructor for class io.netty.handler.codec.http.HttpHeaders.Values
Deprecated.
 
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 - Variable in class io.netty.handler.codec.http2.DefaultHttp2Connection.DefaultStream.PropertyMap
 
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.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.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.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.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() - Constructor for class io.netty.handler.codec.rtsp.RtspHeaders.Values
Deprecated.
 
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.LogLevel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.netty.handler.ssl.ApplicationProtocolConfig.Protocol
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.netty.handler.ssl.ApplicationProtocolConfig.SelectedListenerFailureBehavior
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.netty.handler.ssl.ApplicationProtocolConfig.SelectorFailureBehavior
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.netty.handler.ssl.ClientAuth
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.netty.handler.ssl.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 - Variable in class io.netty.util.collection.ByteCollections.UnmodifiableMap
 
values() - Method in class io.netty.util.collection.ByteCollections.UnmodifiableMap
 
values - Variable in class io.netty.util.collection.ByteObjectHashMap
 
values() - Method in class io.netty.util.collection.ByteObjectHashMap
 
values() - Method in class io.netty.util.collection.CharCollections.EmptyMap
 
values - Variable in class io.netty.util.collection.CharCollections.UnmodifiableMap
 
values() - Method in class io.netty.util.collection.CharCollections.UnmodifiableMap
 
values - Variable in class io.netty.util.collection.CharObjectHashMap
 
values() - Method in class io.netty.util.collection.CharObjectHashMap
 
values() - Method in class io.netty.util.collection.IntCollections.EmptyMap
 
values - Variable in class io.netty.util.collection.IntCollections.UnmodifiableMap
 
values() - Method in class io.netty.util.collection.IntCollections.UnmodifiableMap
 
values - Variable in class io.netty.util.collection.IntObjectHashMap
 
values() - Method in class io.netty.util.collection.IntObjectHashMap
 
values() - Method in class io.netty.util.collection.LongCollections.EmptyMap
 
values - Variable in class io.netty.util.collection.LongCollections.UnmodifiableMap
 
values() - Method in class io.netty.util.collection.LongCollections.UnmodifiableMap
 
values - Variable in class io.netty.util.collection.LongObjectHashMap
 
values() - Method in class io.netty.util.collection.LongObjectHashMap
 
values() - Method in class io.netty.util.collection.ShortCollections.EmptyMap
 
values - Variable in class io.netty.util.collection.ShortCollections.UnmodifiableMap
 
values() - Method in class io.netty.util.collection.ShortCollections.UnmodifiableMap
 
values - Variable in class io.netty.util.collection.ShortObjectHashMap
 
values() - Method in class io.netty.util.collection.ShortObjectHashMap
 
values - Variable in class io.netty.util.DomainNameMappingBuilder.ImmutableDomainNameMapping
 
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.
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).
variableHeader() - Method in class io.netty.handler.codec.mqtt.MqttConnAckMessage
 
variableHeader() - Method in class io.netty.handler.codec.mqtt.MqttConnectMessage
 
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.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
 
variablesToRemoveIndex - Static variable in class io.netty.util.concurrent.FastThreadLocal
 
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(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(PublicKey) - Method in class io.netty.handler.ssl.OpenSslJavaxX509Certificate
 
verify(PublicKey, String) - Method in class io.netty.handler.ssl.OpenSslJavaxX509Certificate
 
verify(PublicKey) - Method in class io.netty.handler.ssl.OpenSslX509Certificate
 
verify(PublicKey, String) - Method in class io.netty.handler.ssl.OpenSslX509Certificate
 
verify(PublicKey) - Method in class io.netty.handler.ssl.PemX509Certificate
 
verify(PublicKey, String) - Method in class io.netty.handler.ssl.PemX509Certificate
 
verify(EventExecutorGroup) - Static method in class io.netty.util.concurrent.NonStickyEventExecutorGroup
 
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
 
verifyContinuationFrame() - Method in class io.netty.handler.codec.http2.DefaultHttp2FrameReader
 
verifyCrc(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
 
verifyPayloadLength(int) - Method in class io.netty.handler.codec.http2.DefaultHttp2FrameReader
 
verifyPingFrame() - Method in class io.netty.handler.codec.http2.DefaultHttp2FrameReader
 
verifyPingPayload(ByteBuf) - Static method in class io.netty.handler.codec.http2.DefaultHttp2FrameWriter
 
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
 
verifyPushPromiseFrame() - Method in class io.netty.handler.codec.http2.DefaultHttp2FrameReader
 
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
 
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() - 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 - Variable in class io.netty.handler.codec.haproxy.HAProxyMessageDecoder
Protocol specification version
version() - Method in interface io.netty.handler.codec.http.Cookie
Deprecated.
Not part of RFC6265
VERSION - Static variable in class io.netty.handler.codec.http.CookieDecoder
Deprecated.
 
version - Variable in class io.netty.handler.codec.http.DefaultCookie
Deprecated.
 
version() - Method 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() - Method in class io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker
Version of the web socket specification that is being used
version - Variable in class io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker
 
version() - Method in class io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker
Returns the version of the specification being supported
VERSION - Static variable in class io.netty.handler.codec.memcache.binary.BinaryMemcacheOpcodes
 
version - Variable in class io.netty.handler.codec.mqtt.MqttConnectVariableHeader
 
version() - Method in class io.netty.handler.codec.mqtt.MqttConnectVariableHeader
 
version - Variable in class io.netty.handler.codec.mqtt.MqttMessageBuilders.ConnectBuilder
 
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 - Variable in class io.netty.handler.codec.spdy.SpdyFrameEncoder
 
version - Variable in class io.netty.handler.codec.spdy.SpdyHeaderBlockRawEncoder
 
VERSION - Static variable in class io.netty.handler.codec.spdy.SpdyHeaders.HttpNames
":version"
version - Variable in enum io.netty.handler.codec.spdy.SpdyVersion
 
VERSION - Static variable in interface io.netty.handler.codec.stomp.StompHeaders
 
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
 
version0(String) - Static method in class io.netty.handler.codec.http.HttpVersion
 
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
 
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.
VIA - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
"via"
VIA - Static variable in class io.netty.handler.codec.http.HttpHeaders.Names
Deprecated.
"Via"
VIA - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderNames
"via"
VIA - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Names
Deprecated.
"Via"
visit(Http2Stream) - Method in class io.netty.handler.codec.http2.DefaultHttp2LocalFlowController.WindowUpdateVisitor
 
visit(Http2Stream) - Method in interface io.netty.handler.codec.http2.Http2StreamVisitor
 
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() - 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 - Variable in class io.netty.channel.DefaultChannelPipeline
 
voidPromise() - Method in class io.netty.channel.DefaultChannelPipeline
 
VRFY - Static variable in class io.netty.handler.codec.smtp.SmtpCommand
 
vrfy(CharSequence) - Static method in class io.netty.handler.codec.smtp.SmtpRequests
Creates a VRFY request.

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.epoll.EpollEventLoop
 
WAKEN_UP_UPDATER - Static variable in class io.netty.channel.kqueue.KQueueEventLoop
 
wakenUp - Variable in class io.netty.channel.epoll.EpollEventLoop
 
wakenUp - Variable in class io.netty.channel.kqueue.KQueueEventLoop
 
wakenUp - Variable in class io.netty.channel.nio.NioEventLoop
Boolean that controls determines if a blocked Selector.select should break out of its selection process.
wakesUpForTask(Runnable) - Method in class io.netty.channel.SingleThreadEventLoop
 
wakesUpForTask(Runnable) - Method in class io.netty.util.concurrent.SingleThreadEventExecutor
 
wakeup(boolean) - Method in class io.netty.channel.epoll.EpollEventLoop
 
wakeup(boolean) - Method in class io.netty.channel.kqueue.KQueueEventLoop
 
wakeup() - Method in class io.netty.channel.kqueue.KQueueEventLoop
 
wakeup(boolean) - Method in class io.netty.channel.nio.NioEventLoop
 
wakeup() - Method in class io.netty.channel.nio.SelectedSelectionKeySetSelector
 
wakeup(boolean) - Method in class io.netty.util.concurrent.SingleThreadEventExecutor
 
WAKEUP_TASK - Static variable in class io.netty.util.concurrent.SingleThreadEventExecutor
 
wantsDirectBuffer - Variable in enum io.netty.handler.ssl.SslHandler.SslEngineType
true if and only if SSLEngine expects a direct buffer.
warn(Throwable) - Method in class io.netty.util.internal.logging.AbstractInternalLogger
 
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, 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 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 class io.netty.util.internal.logging.CommonsLogger
Deprecated.
Delegates to the Log.warn(Object) method of the underlying Log instance.
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) - Method in interface io.netty.util.internal.logging.InternalLogger
Log a message at the WARN level.
warn(String, Object) - Method in interface io.netty.util.internal.logging.InternalLogger
Log a message at the WARN level according to the specified format and argument.
warn(String, Object...) - Method in interface io.netty.util.internal.logging.InternalLogger
Log a message at the WARN level according to the specified format and arguments.
warn(String, Object, Object) - Method in interface io.netty.util.internal.logging.InternalLogger
Log a message at the WARN level according to the specified format and arguments.
warn(String, Throwable) - Method in interface io.netty.util.internal.logging.InternalLogger
Log an exception (throwable) at the WARN level with an accompanying message.
warn(Throwable) - Method in interface io.netty.util.internal.logging.InternalLogger
Log an exception (throwable) 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, 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, 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...) - Method in class io.netty.util.internal.logging.JdkLogger
Log a message at level WARNING according to the specified format and arguments.
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) - Method in class io.netty.util.internal.logging.Log4JLogger
Log a message object at the WARN level.
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, 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...) - Method in class io.netty.util.internal.logging.Log4JLogger
Log a message at level WARN according to the specified format and arguments.
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) - Method in class io.netty.util.internal.logging.Slf4JLogger
 
warn(String, Object) - Method in class io.netty.util.internal.logging.Slf4JLogger
 
warn(String, Object...) - Method in class io.netty.util.internal.logging.Slf4JLogger
 
warn(String, Object, Object) - Method in class io.netty.util.internal.logging.Slf4JLogger
 
warn(String, Throwable) - Method in class io.netty.util.internal.logging.Slf4JLogger
 
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"
wasStreamReservedOrActivated() - Method in class io.netty.handler.codec.http2.WeightedFairQueueByteDistributor.State
 
watch(Thread, Runnable) - Static method in class io.netty.util.ThreadDeathWatcher
Schedules the specified task to run when the specified thread dies.
watchees - Variable in class io.netty.util.ThreadDeathWatcher.Watcher
 
watcher - Static variable in class io.netty.util.ThreadDeathWatcher
 
Watcher() - Constructor for class io.netty.util.ThreadDeathWatcher.Watcher
 
watcherThread - Static variable in class io.netty.util.ThreadDeathWatcher
 
WATERMARK_UPDATER - Static variable in class io.netty.channel.DefaultChannelConfig
 
weakCachingConcurrentResolver(ClassLoader) - Static method in class io.netty.handler.codec.serialization.ClassResolvers
non-agressive 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
non-agressive non-concurrent cache good for non-shared default cache
WeakOrderQueue() - Constructor for class io.netty.util.Recycler.WeakOrderQueue
 
WeakOrderQueue(Recycler.Stack<?>, Thread) - Constructor for class io.netty.util.Recycler.WeakOrderQueue
 
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 - Static variable in class io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker00
 
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.
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
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.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
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
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"
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.
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
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
Constructor specifying the destination web socket 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.
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.
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.
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.
WebSocketClientProtocolHandler - Class in io.netty.handler.codec.http.websocketx
This handler does all the heavy lifting for you to run a websocket client.
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) - 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(WebSocketClientHandshaker, boolean) - Constructor for class io.netty.handler.codec.http.websocketx.WebSocketClientProtocolHandler
Base constructor
WebSocketClientProtocolHandler(WebSocketClientHandshaker) - 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
 
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
 
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(ByteBuf) - Constructor for class io.netty.handler.codec.http.websocketx.WebSocketFrame
 
WebSocketFrame(boolean, int, 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(String, int) - Static method in class io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker
 
websocketPath - Variable in class io.netty.handler.codec.http.websocketx.WebSocketServerProtocolHandler
 
websocketPath - Variable in class io.netty.handler.codec.http.websocketx.WebSocketServerProtocolHandshakeHandler
 
websocketPort(URI) - Static method in class io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker
 
WebSocketProtocolHandler - Class in io.netty.handler.codec.http.websocketx
 
WebSocketProtocolHandler() - 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.
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
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
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
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
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
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
WebSocketServerProtocolHandler - Class in io.netty.handler.codec.http.websocketx
This handler does all the heavy lifting for you to run a websocket server.
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, 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, 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.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(String, String, boolean, int, boolean) - Constructor for class io.netty.handler.codec.http.websocketx.WebSocketServerProtocolHandshakeHandler
 
WebSocketServerProtocolHandshakeHandler(String, String, boolean, int, boolean, boolean) - Constructor for class io.netty.handler.codec.http.websocketx.WebSocketServerProtocolHandshakeHandler
 
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() - 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.StreamBufferingEncoder.HeadersFrame
 
weight - Variable in class io.netty.handler.codec.http2.WeightedFairQueueByteDistributor.State
 
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
 
WHITESPACES - Static variable in class io.netty.resolver.HostsFileParser
 
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() - Method in class io.netty.handler.codec.mqtt.MqttConnectPayload
willMessage - Variable in class io.netty.handler.codec.mqtt.MqttMessageBuilders.ConnectBuilder
 
willMessage(String) - Method in class io.netty.handler.codec.mqtt.MqttMessageBuilders.ConnectBuilder
willMessage(byte[]) - Method in class io.netty.handler.codec.mqtt.MqttMessageBuilders.ConnectBuilder
 
willMessageInBytes() - Method in class io.netty.handler.codec.mqtt.MqttConnectPayload
 
willQos - Variable in class io.netty.handler.codec.mqtt.MqttConnectVariableHeader
 
willQos() - Method in class io.netty.handler.codec.mqtt.MqttConnectVariableHeader
 
willQos - Variable in class io.netty.handler.codec.mqtt.MqttMessageBuilders.ConnectBuilder
 
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() - Method in class io.netty.handler.codec.mqtt.MqttConnectPayload
 
willTopic - Variable in class io.netty.handler.codec.mqtt.MqttMessageBuilders.ConnectBuilder
 
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(int) - Method in class io.netty.handler.codec.http2.DefaultHttp2LocalFlowController.DefaultState
 
window(int) - Method in interface io.netty.handler.codec.http2.DefaultHttp2LocalFlowController.FlowState
 
window - Variable in class io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController.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.http.HttpContentCompressor
 
windowBits - Variable in class io.netty.handler.codec.http2.CompressorHttp2ConnectionEncoder
 
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.HostsFileParser
 
WINDOWS_HOSTS_FILE_RELATIVE_PATH - Static variable in class io.netty.resolver.HostsFileParser
 
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(Http2Stream) - Method in class io.netty.handler.codec.http2.DefaultHttp2LocalFlowController
 
windowSize() - Method in class io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController.FlowState
 
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(Http2Stream) - Method in class io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController
 
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.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.
windowSize() - Method in interface io.netty.handler.codec.http2.StreamByteDistributor.StreamState
The size (in bytes) of the stream's flow control window.
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.
windowUpdateIncrement - Variable in class io.netty.handler.codec.http2.DefaultHttp2WindowUpdateFrame
 
windowUpdateRatio() - Method in class io.netty.handler.codec.http2.DefaultHttp2LocalFlowController.DefaultState
 
windowUpdateRatio(float) - Method in class io.netty.handler.codec.http2.DefaultHttp2LocalFlowController.DefaultState
 
windowUpdateRatio() - Method in interface io.netty.handler.codec.http2.DefaultHttp2LocalFlowController.FlowState
 
windowUpdateRatio(float) - Method in interface io.netty.handler.codec.http2.DefaultHttp2LocalFlowController.FlowState
 
windowUpdateRatio - Variable in class io.netty.handler.codec.http2.DefaultHttp2LocalFlowController
 
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() - 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.
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.
WindowUpdateVisitor(int) - Constructor for class io.netty.handler.codec.http2.DefaultHttp2LocalFlowController.WindowUpdateVisitor
 
withAnyOrigin() - Static method in class io.netty.handler.codec.http.cors.CorsConfig
Deprecated.
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.
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() - 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 - Variable in class io.netty.handler.codec.http.cookie.DefaultCookie
 
wrap() - Method in class io.netty.handler.codec.http.cookie.DefaultCookie
 
wrap(ByteBuffer, ByteBuffer) - Method in class io.netty.handler.ssl.JdkSslEngine
 
wrap(ByteBuffer[], ByteBuffer) - Method in class io.netty.handler.ssl.JdkSslEngine
 
wrap(ByteBuffer[], int, int, ByteBuffer) - Method in class io.netty.handler.ssl.JdkSslEngine
 
wrap(ChannelHandlerContext, boolean) - Method in class io.netty.handler.ssl.SslHandler
 
wrap(ByteBufAllocator, SSLEngine, ByteBuf, ByteBuf) - Method in class io.netty.handler.ssl.SslHandler
 
wrapAndFlush(ChannelHandlerContext) - Method in class io.netty.handler.ssl.SslHandler
 
wrapChecksum(Checksum) - Static method in class io.netty.handler.codec.compression.ByteBufChecksum
 
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.handler.ssl.OpenSslJavaxX509Certificate
 
wrapped - Variable in class io.netty.handler.ssl.OpenSslX509Certificate
 
wrappedBuffer(byte[]) - Static method in class io.netty.buffer.Unpooled
Creates a new big-endian buffer which wraps the specified array.
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(ByteBuffer) - Static method in class io.netty.buffer.Unpooled
Creates a new buffer which wraps the specified NIO buffer's current slice.
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(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(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 big-endian composite buffer which wraps the slices of the specified NIO buffers without copying them.
wrappedBuffer(int, byte[]...) - Static method in class io.netty.buffer.Unpooled
Creates a new big-endian composite buffer which wraps the specified arrays without copying them.
wrappedBuffer(int, ByteBuf...) - Static method in class io.netty.buffer.Unpooled
Creates a new big-endian composite buffer which wraps the readable bytes of the specified buffers without copying them.
wrappedBuffer(int, ByteBuffer...) - Static method in class io.netty.buffer.Unpooled
Creates a new big-endian composite buffer which wraps the slices of the specified NIO buffers without copying them.
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
 
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
 
wrapperFactory() - Method in interface io.netty.handler.ssl.JdkApplicationProtocolNegotiator
wrapperFactory - Variable in class io.netty.handler.ssl.JdkBaseApplicationProtocolNegotiator
 
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, JdkApplicationProtocolNegotiator, boolean) - Method in class io.netty.handler.ssl.JdkAlpnApplicationProtocolNegotiator.AlpnWrapper
 
wrapSslEngine(SSLEngine, JdkApplicationProtocolNegotiator, boolean) - Method in class io.netty.handler.ssl.JdkAlpnApplicationProtocolNegotiator.FailureWrapper
 
wrapSslEngine(SSLEngine, JdkApplicationProtocolNegotiator, boolean) - Method in interface io.netty.handler.ssl.JdkApplicationProtocolNegotiator.SslEngineWrapperFactory
Abstract factory pattern for wrapping an SSLEngine object.
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
 
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[], int, int) - Method in class io.netty.buffer.ByteBufOutputStream
 
write(byte[]) - Method in class io.netty.buffer.ByteBufOutputStream
 
write(int) - Method in class io.netty.buffer.ByteBufOutputStream
 
write(Object, ChannelPromise) - Method in class io.netty.channel.AbstractChannel.AbstractUnsafe
 
write(Object) - Method in class io.netty.channel.AbstractChannel
 
write(Object, ChannelPromise) - Method in class io.netty.channel.AbstractChannel
 
write(AbstractChannelHandlerContext, Object, ChannelPromise) - Method in class io.netty.channel.AbstractChannelHandlerContext.AbstractWriteTask
 
write(Object) - Method in class io.netty.channel.AbstractChannelHandlerContext
 
write(Object, ChannelPromise) - Method in class io.netty.channel.AbstractChannelHandlerContext
 
write(Object, boolean, ChannelPromise) - Method in class io.netty.channel.AbstractChannelHandlerContext
 
write(AbstractChannelHandlerContext, Object, ChannelPromise) - Method in class io.netty.channel.AbstractChannelHandlerContext.WriteAndFlushTask
 
write(Object, ChannelPromise) - Method in interface io.netty.channel.Channel.Unsafe
Schedules a write operation.
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(Object) - Method in interface io.netty.channel.ChannelOutboundInvoker
Request to write a message via this ChannelHandlerContext through the ChannelPipeline.
write(Object, ChannelPromise) - 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, ChannelPromise) - Method in class io.netty.channel.CombinedChannelDuplexHandler.DelegatingChannelHandlerContext
 
write(ChannelHandlerContext, Object, ChannelPromise) - Method in class io.netty.channel.CombinedChannelDuplexHandler
 
write(ChannelHandlerContext, Object, ChannelPromise) - Method in class io.netty.channel.DefaultChannelPipeline.HeadContext
 
write(Object) - Method in class io.netty.channel.DefaultChannelPipeline
 
write(Object, ChannelPromise) - 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, 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, 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) - Method in class io.netty.channel.group.DefaultChannelGroup
 
write(Object, ChannelMatcher) - Method in class io.netty.channel.group.DefaultChannelGroup
 
write(Object, ChannelMatcher, boolean) - Method in class io.netty.channel.group.DefaultChannelGroup
 
write(ByteBuffer, int, int) - Method in class io.netty.channel.unix.FileDescriptor
 
write(int, ByteBuffer, int, int) - Static method in class io.netty.channel.unix.FileDescriptor
 
write(ByteBuffer) - Method in class io.netty.channel.unix.SocketWritableByteChannel
 
write(ChannelHandlerContext, Object, ChannelPromise) - Method in class io.netty.handler.codec.ByteToMessageCodec
 
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(ByteBuf, int, int) - Method in class io.netty.handler.codec.compression.Bzip2BlockCompressor
Writes an array to the block.
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.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, 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, 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, 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.handler.codec.http2.HttpToHttp2ConnectionHandler
Handles conversion of HttpMessage and HttpContent to HTTP/2 frames.
write(Http2Stream, int) - Method in interface io.netty.handler.codec.http2.StreamByteDistributor.Writer
Writes the allocated bytes for this stream.
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(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(int) - Method in class io.netty.handler.codec.serialization.ObjectEncoderOutputStream
 
write(byte[], int, int) - Method in class io.netty.handler.codec.serialization.ObjectEncoderOutputStream
 
write(byte[]) - Method in class io.netty.handler.codec.serialization.ObjectEncoderOutputStream
 
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.proxy.ProxyHandler
 
write(ChannelHandlerContext, Object, ChannelPromise) - Method in class io.netty.handler.ssl.AbstractSniHandler
 
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_ADDRESS_CLOSED_CHANNEL_EXCEPTION - Static variable in class io.netty.channel.unix.FileDescriptor
 
WRITE_ADDRESS_CONNECTION_RESET_EXCEPTION - Static variable in class io.netty.channel.unix.FileDescriptor
 
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_CLOSED_CHANNEL_EXCEPTION - Static variable in class io.netty.channel.AbstractChannel
 
WRITE_CLOSED_CHANNEL_EXCEPTION - Static variable in class io.netty.channel.unix.FileDescriptor
 
WRITE_CONNECTION_RESET_EXCEPTION - Static variable in class io.netty.channel.unix.FileDescriptor
 
WRITE_SPIN_COUNT - Static variable in class io.netty.channel.ChannelOption
 
WRITE_TASK_OVERHEAD - Static variable in class io.netty.channel.AbstractChannelHandlerContext.AbstractWriteTask
 
WRITE_UTF_UNKNOWN - Static variable in class io.netty.buffer.ByteBufUtil
 
writeAddress(long, int, int) - Method in class io.netty.channel.unix.FileDescriptor
 
writeAddress(int, long, int, int) - Static 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, ChannelPromise) - Method in class io.netty.channel.AbstractChannel
 
writeAndFlush(Object, ChannelPromise) - Method in class io.netty.channel.AbstractChannelHandlerContext
 
writeAndFlush(Object) - Method in class io.netty.channel.AbstractChannelHandlerContext
 
writeAndFlush(Object, ChannelPromise) - Method in interface io.netty.channel.ChannelOutboundInvoker
writeAndFlush(Object) - Method in interface io.netty.channel.ChannelOutboundInvoker
writeAndFlush(Object, ChannelPromise) - Method in class io.netty.channel.CombinedChannelDuplexHandler.DelegatingChannelHandlerContext
 
writeAndFlush(Object) - Method in class io.netty.channel.CombinedChannelDuplexHandler.DelegatingChannelHandlerContext
 
writeAndFlush(Object, ChannelPromise) - Method in class io.netty.channel.DefaultChannelPipeline
 
writeAndFlush(Object) - Method in class io.netty.channel.DefaultChannelPipeline
 
writeAndFlush(Object) - Method in interface io.netty.channel.group.ChannelGroup
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, 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) - Method in class io.netty.channel.group.DefaultChannelGroup
 
writeAndFlush(Object, ChannelMatcher) - Method in class io.netty.channel.group.DefaultChannelGroup
 
writeAndFlush(Object, ChannelMatcher, boolean) - Method in class io.netty.channel.group.DefaultChannelGroup
 
WriteAndFlushTask(Recycler.Handle<AbstractChannelHandlerContext.WriteAndFlushTask>) - Constructor for class io.netty.channel.AbstractChannelHandlerContext.WriteAndFlushTask
 
writeArrayHeader(ByteBufAllocator, ArrayHeaderRedisMessage, List<Object>) - Method in class io.netty.handler.codec.redis.RedisEncoder
Write array header only without body.
writeArrayHeader(ByteBufAllocator, boolean, long, List<Object>) - Method in class io.netty.handler.codec.redis.RedisEncoder
 
writeArrayMessage(ByteBufAllocator, ArrayRedisMessage, List<Object>) - Method in class io.netty.handler.codec.redis.RedisEncoder
Write full constructed array message.
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, CharSequence) - Static method in class io.netty.buffer.ByteBufUtil
Encode a CharSequence in ASCII and write it to a ByteBuf.
writeAscii(AbstractByteBuf, int, CharSequence, int) - Static method in class io.netty.buffer.ByteBufUtil
 
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
 
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(ByteBuf, boolean) - Method in class io.netty.handler.codec.compression.Bzip2BitWriter
Writes a single bit to the output ByteBuf.
writeBoolean(boolean) - Method in class io.netty.handler.codec.ReplayingDecoderByteBuf
 
writeBoolean(boolean) - Method in class io.netty.handler.codec.serialization.ObjectEncoderOutputStream
 
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
 
writeBytes(byte[], int, int) - Method in class io.netty.buffer.AbstractByteBuf
 
writeBytes(byte[]) - Method in class io.netty.buffer.AbstractByteBuf
 
writeBytes(ByteBuf) - Method in class io.netty.buffer.AbstractByteBuf
 
writeBytes(ByteBuf, int) - Method in class io.netty.buffer.AbstractByteBuf
 
writeBytes(ByteBuf, int, int) - Method in class io.netty.buffer.AbstractByteBuf
 
writeBytes(ByteBuffer) - Method in class io.netty.buffer.AbstractByteBuf
 
writeBytes(InputStream, int) - Method in class io.netty.buffer.AbstractByteBuf
 
writeBytes(ScatteringByteChannel, int) - Method in class io.netty.buffer.AbstractByteBuf
 
writeBytes(FileChannel, long, int) - Method in class io.netty.buffer.AbstractByteBuf
 
writeBytes(ByteBuf) - Method in class io.netty.buffer.AdvancedLeakAwareByteBuf
 
writeBytes(ByteBuf, int) - Method in class io.netty.buffer.AdvancedLeakAwareByteBuf
 
writeBytes(ByteBuf, int, int) - Method in class io.netty.buffer.AdvancedLeakAwareByteBuf
 
writeBytes(byte[]) - Method in class io.netty.buffer.AdvancedLeakAwareByteBuf
 
writeBytes(byte[], int, int) - Method in class io.netty.buffer.AdvancedLeakAwareByteBuf
 
writeBytes(ByteBuffer) - Method in class io.netty.buffer.AdvancedLeakAwareByteBuf
 
writeBytes(InputStream, int) - Method in class io.netty.buffer.AdvancedLeakAwareByteBuf
 
writeBytes(ScatteringByteChannel, int) - Method in class io.netty.buffer.AdvancedLeakAwareByteBuf
 
writeBytes(FileChannel, long, int) - Method in class io.netty.buffer.AdvancedLeakAwareByteBuf
 
writeBytes(ByteBuf) - Method in class io.netty.buffer.AdvancedLeakAwareCompositeByteBuf
 
writeBytes(ByteBuf, int) - Method in class io.netty.buffer.AdvancedLeakAwareCompositeByteBuf
 
writeBytes(ByteBuf, int, int) - Method in class io.netty.buffer.AdvancedLeakAwareCompositeByteBuf
 
writeBytes(byte[]) - Method in class io.netty.buffer.AdvancedLeakAwareCompositeByteBuf
 
writeBytes(byte[], int, int) - Method in class io.netty.buffer.AdvancedLeakAwareCompositeByteBuf
 
writeBytes(ByteBuffer) - Method in class io.netty.buffer.AdvancedLeakAwareCompositeByteBuf
 
writeBytes(InputStream, int) - Method in class io.netty.buffer.AdvancedLeakAwareCompositeByteBuf
 
writeBytes(ScatteringByteChannel, int) - Method in class io.netty.buffer.AdvancedLeakAwareCompositeByteBuf
 
writeBytes(FileChannel, long, int) - 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, 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.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(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[], 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(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(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(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(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(String) - Method in class io.netty.buffer.ByteBufOutputStream
 
writeBytes(ByteBuf) - Method in class io.netty.buffer.CompositeByteBuf
 
writeBytes(ByteBuf, int) - Method in class io.netty.buffer.CompositeByteBuf
 
writeBytes(ByteBuf, int, int) - Method in class io.netty.buffer.CompositeByteBuf
 
writeBytes(byte[]) - Method in class io.netty.buffer.CompositeByteBuf
 
writeBytes(byte[], int, int) - Method in class io.netty.buffer.CompositeByteBuf
 
writeBytes(ByteBuffer) - Method in class io.netty.buffer.CompositeByteBuf
 
writeBytes(ByteBuf) - Method in class io.netty.buffer.EmptyByteBuf
 
writeBytes(ByteBuf, int) - Method in class io.netty.buffer.EmptyByteBuf
 
writeBytes(ByteBuf, int, int) - Method in class io.netty.buffer.EmptyByteBuf
 
writeBytes(byte[]) - Method in class io.netty.buffer.EmptyByteBuf
 
writeBytes(byte[], int, int) - Method in class io.netty.buffer.EmptyByteBuf
 
writeBytes(ByteBuffer) - Method in class io.netty.buffer.EmptyByteBuf
 
writeBytes(InputStream, int) - Method in class io.netty.buffer.EmptyByteBuf
 
writeBytes(ScatteringByteChannel, int) - Method in class io.netty.buffer.EmptyByteBuf
 
writeBytes(FileChannel, long, int) - Method in class io.netty.buffer.EmptyByteBuf
 
writeBytes(ByteBuf) - Method in class io.netty.buffer.SwappedByteBuf
Deprecated.
 
writeBytes(ByteBuf, int) - Method in class io.netty.buffer.SwappedByteBuf
Deprecated.
 
writeBytes(ByteBuf, int, int) - Method in class io.netty.buffer.SwappedByteBuf
Deprecated.
 
writeBytes(byte[]) - Method in class io.netty.buffer.SwappedByteBuf
Deprecated.
 
writeBytes(byte[], int, int) - Method in class io.netty.buffer.SwappedByteBuf
Deprecated.
 
writeBytes(ByteBuffer) - Method in class io.netty.buffer.SwappedByteBuf
Deprecated.
 
writeBytes(InputStream, int) - Method in class io.netty.buffer.SwappedByteBuf
Deprecated.
 
writeBytes(ScatteringByteChannel, int) - Method in class io.netty.buffer.SwappedByteBuf
Deprecated.
 
writeBytes(FileChannel, long, int) - Method in class io.netty.buffer.SwappedByteBuf
Deprecated.
 
writeBytes(ByteBuf) - Method in class io.netty.buffer.WrappedByteBuf
 
writeBytes(ByteBuf, int) - Method in class io.netty.buffer.WrappedByteBuf
 
writeBytes(ByteBuf, int, int) - Method in class io.netty.buffer.WrappedByteBuf
 
writeBytes(byte[]) - Method in class io.netty.buffer.WrappedByteBuf
 
writeBytes(byte[], int, int) - Method in class io.netty.buffer.WrappedByteBuf
 
writeBytes(ByteBuffer) - Method in class io.netty.buffer.WrappedByteBuf
 
writeBytes(InputStream, int) - Method in class io.netty.buffer.WrappedByteBuf
 
writeBytes(ScatteringByteChannel, int) - Method in class io.netty.buffer.WrappedByteBuf
 
writeBytes(FileChannel, long, int) - Method in class io.netty.buffer.WrappedByteBuf
 
writeBytes(InputStream, int) - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
writeBytes(ScatteringByteChannel, int) - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
writeBytes(FileChannel, long, int) - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
writeBytes(ByteBuf) - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
writeBytes(ByteBuf, int) - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
writeBytes(ByteBuf, int, int) - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
writeBytes(byte[]) - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
writeBytes(byte[], int, int) - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
writeBytes(ByteBuffer) - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
writeBytes(ChannelOutboundBuffer, ByteBuf, int) - Method in class io.netty.channel.epoll.AbstractEpollStreamChannel
Write bytes form the given ByteBuf to the underlying Channel.
writeBytes(ChannelOutboundBuffer, ByteBuf, int) - Method in class io.netty.channel.kqueue.AbstractKQueueStreamChannel
Write bytes form the given ByteBuf to the underlying Channel.
writeBytes(byte[], int, int) - Method in class io.netty.handler.codec.ReplayingDecoderByteBuf
 
writeBytes(byte[]) - Method in class io.netty.handler.codec.ReplayingDecoderByteBuf
 
writeBytes(ByteBuffer) - Method in class io.netty.handler.codec.ReplayingDecoderByteBuf
 
writeBytes(ByteBuf, int, int) - Method in class io.netty.handler.codec.ReplayingDecoderByteBuf
 
writeBytes(ByteBuf, int) - Method in class io.netty.handler.codec.ReplayingDecoderByteBuf
 
writeBytes(ByteBuf) - Method in class io.netty.handler.codec.ReplayingDecoderByteBuf
 
writeBytes(InputStream, int) - Method in class io.netty.handler.codec.ReplayingDecoderByteBuf
 
writeBytes(ScatteringByteChannel, int) - Method in class io.netty.handler.codec.ReplayingDecoderByteBuf
 
writeBytes(FileChannel, long, int) - Method in class io.netty.handler.codec.ReplayingDecoderByteBuf
 
writeBytes(String) - Method in class io.netty.handler.codec.serialization.ObjectEncoderOutputStream
 
writeBytesMultiple(ChannelOutboundBuffer, IovArray, int) - Method in class io.netty.channel.epoll.AbstractEpollStreamChannel
 
writeBytesMultiple(ChannelOutboundBuffer, ByteBuffer[], int, long, int) - Method in class io.netty.channel.epoll.AbstractEpollStreamChannel
 
writeBytesMultiple(ChannelOutboundBuffer, IovArray, int) - Method in class io.netty.channel.kqueue.AbstractKQueueStreamChannel
 
writeBytesMultiple(ChannelOutboundBuffer, ByteBuffer[], int, long, int) - Method in class io.netty.channel.kqueue.AbstractKQueueStreamChannel
 
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
 
writeChars(String) - Method in class io.netty.buffer.ByteBufOutputStream
 
writeChars(String) - Method in class io.netty.handler.codec.serialization.ObjectEncoderOutputStream
 
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.
writeContinuationFrames(ChannelHandlerContext, int, ByteBuf, int, 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, int) - Method in class io.netty.channel.epoll.AbstractEpollStreamChannel
writeDefaultFileRegion(ChannelOutboundBuffer, DefaultFileRegion, int) - Method in class io.netty.channel.kqueue.AbstractKQueueStreamChannel
writeDeviationActive - Variable in class io.netty.handler.traffic.GlobalChannelTrafficShapingHandler
 
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
 
writeError(Http2RemoteFlowController.FlowControlled, Http2Exception) - Method in class io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController.FlowState
Discards this FlowControlled, writing an error.
writeErrorMessage(ByteBufAllocator, ErrorRedisMessage, List<Object>) - Static method in class io.netty.handler.codec.redis.RedisEncoder
 
writeFileRegion(ChannelOutboundBuffer, FileRegion, int) - Method in class io.netty.channel.epoll.AbstractEpollStreamChannel
 
writeFileRegion(ChannelOutboundBuffer, FileRegion, int) - Method in class io.netty.channel.kqueue.AbstractKQueueStreamChannel
 
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
 
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
 
writeFromStreamChannel(Object, boolean) - Method in class io.netty.handler.codec.http2.Http2MultiplexCodec
 
writeFromStreamChannel(Object, ChannelPromise, boolean) - Method in class io.netty.handler.codec.http2.Http2MultiplexCodec
 
writeFromStreamChannel0(Object, boolean, ChannelPromise) - Method in class io.netty.handler.codec.http2.Http2MultiplexCodec
 
writeFullBulkStringMessage(ByteBufAllocator, FullBulkStringRedisMessage, List<Object>) - Method in class io.netty.handler.codec.redis.RedisEncoder
 
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(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, short, boolean, 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, short, boolean, 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, short, boolean, 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, short, boolean, 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, 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, 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.Http2OutboundFrameLogger
 
writeHeaders(ChannelHandlerContext, Http2ConnectionEncoder, int, HttpHeaders, Http2Headers, boolean, Http2CodecUtil.SimpleChannelPromiseAggregator) - Static method in class io.netty.handler.codec.http2.HttpToHttp2ConnectionHandler
 
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.StreamBufferingEncoder
 
writeHeadersFrame(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
 
writeInbound(Object...) - Method in class io.netty.channel.embedded.EmbeddedChannel
Write messages to the inbound of this Channel.
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, 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.
writeInt(int) - Method in class io.netty.handler.codec.ReplayingDecoderByteBuf
 
writeInt(int) - Method in class io.netty.handler.codec.serialization.ObjectEncoderOutputStream
 
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
 
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(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(int, long) - Method in class io.netty.channel.DefaultChannelId
 
writeLong(long) - Method in class io.netty.handler.codec.ReplayingDecoderByteBuf
 
writeLong(long) - Method in class io.netty.handler.codec.serialization.ObjectEncoderOutputStream
 
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
 
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
 
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.
writePaddingLength(ByteBuf, int) - Static method in class io.netty.handler.codec.http2.DefaultHttp2FrameWriter
 
writeParameters(List<CharSequence>, ByteBuf) - Static method in class io.netty.handler.codec.smtp.SmtpRequestEncoder
 
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, ByteBuf, ChannelPromise) - Method in class io.netty.handler.codec.http2.DecoratingHttp2FrameWriter
 
writePing(ChannelHandlerContext, boolean, ByteBuf, ChannelPromise) - Method in class io.netty.handler.codec.http2.DefaultHttp2ConnectionEncoder
 
writePing(ChannelHandlerContext, boolean, ByteBuf, ChannelPromise) - Method in class io.netty.handler.codec.http2.DefaultHttp2FrameWriter
 
writePing(ChannelHandlerContext, boolean, ByteBuf, ChannelPromise) - Method in interface io.netty.handler.codec.http2.Http2FrameWriter
Writes a PING frame to the remote endpoint.
writePing(ChannelHandlerContext, boolean, ByteBuf, ChannelPromise) - Method in class io.netty.handler.codec.http2.Http2OutboundFrameLogger
 
writePriority(ChannelHandlerContext, int, int, short, boolean, ChannelPromise) - Method in class io.netty.handler.codec.http2.DecoratingHttp2FrameWriter
 
writePriority(ChannelHandlerContext, int, int, short, boolean, ChannelPromise) - Method in class io.netty.handler.codec.http2.DefaultHttp2ConnectionEncoder
 
writePriority(ChannelHandlerContext, int, int, short, boolean, ChannelPromise) - Method in class io.netty.handler.codec.http2.DefaultHttp2FrameWriter
 
writePriority(ChannelHandlerContext, int, int, short, boolean, ChannelPromise) - Method in interface io.netty.handler.codec.http2.Http2FrameWriter
Writes a PRIORITY frame to the remote endpoint.
writePriority(ChannelHandlerContext, int, int, short, boolean, ChannelPromise) - Method in class io.netty.handler.codec.http2.Http2OutboundFrameLogger
 
writeProcessor - Variable in class io.netty.handler.codec.compression.Bzip2BlockCompressor
 
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
 
writeQuery(DnsQuery, 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.DefaultHttp2RemoteFlowController.WritabilityMonitor
 
writer - Variable in class io.netty.handler.codec.http2.Http2OutboundFrameLogger
 
WRITER_IDLE_STATE_EVENT - Static variable in class io.netty.handler.timeout.IdleStateEvent
 
writeReady() - Method in class io.netty.channel.kqueue.AbstractKQueueChannel.AbstractKQueueUnsafe
 
writeReady() - Method in class io.netty.channel.kqueue.AbstractKQueueStreamChannel.KQueueStreamUnsafe
 
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(int) - Method in class io.netty.buffer.AbstractByteBuf
 
writerIndex() - Method in class io.netty.buffer.ByteBuf
Returns the writerIndex of this buffer.
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() - Method in class io.netty.buffer.EmptyByteBuf
 
writerIndex(int) - Method in class io.netty.buffer.EmptyByteBuf
 
writerIndex() - Method in class io.netty.buffer.SwappedByteBuf
Deprecated.
 
writerIndex(int) - Method in class io.netty.buffer.SwappedByteBuf
Deprecated.
 
writerIndex() - Method in class io.netty.buffer.WrappedByteBuf
 
writerIndex(int) - Method in class io.netty.buffer.WrappedByteBuf
 
writerIndex() - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
writerIndex(int) - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
writerIndex() - Method in class io.netty.handler.codec.ReplayingDecoderByteBuf
 
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 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.
writeSelector - Variable in class io.netty.channel.sctp.oio.OioSctpChannel
 
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 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
 
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
 
writeStreamFrame(Http2StreamFrame, ChannelPromise) - Method in class io.netty.handler.codec.http2.Http2FrameCodec
 
writeStreamHeader() - Method in class io.netty.handler.codec.serialization.CompactObjectOutputStream
 
writeString(ByteBufAllocator, byte, 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(Recycler.Handle<AbstractChannelHandlerContext.WriteTask>) - Constructor for class io.netty.channel.AbstractChannelHandlerContext.WriteTask
 
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 no data was written within a certain period of time.
WriteTimeoutException() - 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.
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
 
writeUTF(String) - Method in class io.netty.buffer.ByteBufOutputStream
 
writeUTF(String) - Method in class io.netty.handler.codec.serialization.ObjectEncoderOutputStream
 
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(AbstractByteBuf, int, CharSequence, int) - Static method in class io.netty.buffer.ByteBufUtil
 
writev(ByteBuffer[], int, int) - Method in class io.netty.channel.unix.FileDescriptor
 
writev(int, ByteBuffer[], int, int) - Static method in class io.netty.channel.unix.FileDescriptor
 
WRITEV_ADDRESSES_CLOSED_CHANNEL_EXCEPTION - Static variable in class io.netty.channel.unix.FileDescriptor
 
WRITEV_ADDRESSES_CONNECTION_RESET_EXCEPTION - Static variable in class io.netty.channel.unix.FileDescriptor
 
WRITEV_CLOSED_CHANNEL_EXCEPTION - Static variable in class io.netty.channel.unix.FileDescriptor
 
WRITEV_CONNECTION_RESET_EXCEPTION - Static variable in class io.netty.channel.unix.FileDescriptor
 
writevAddresses(long, int) - Method in class io.netty.channel.unix.FileDescriptor
 
writevAddresses(int, long, int) - Static method in class io.netty.channel.unix.FileDescriptor
 
writeVariableLengthInt(ByteBuf, int) - Static method in class io.netty.handler.codec.mqtt.MqttEncoder
 
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() - 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 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
 
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
 
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

X509_CERT_FACTORY - Static variable in class io.netty.handler.ssl.SslContext
 
X509TrustManagerWrapper - Class in io.netty.handler.ssl.util
 
X509TrustManagerWrapper(X509TrustManager) - Constructor for class io.netty.handler.ssl.util.X509TrustManagerWrapper
 
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.HostsFileParser
 
X_WEBKIT_DEFLATE_FRAME_EXTENSION - Static variable in class io.netty.handler.codec.http.websocketx.extensions.compression.DeflateFrameServerExtensionHandshaker
 
xlen - Variable in class io.netty.handler.codec.compression.JdkZlibDecoder
 
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
 
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() - 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.
z - Variable in class io.netty.handler.codec.spdy.SpdyHeaderBlockJZlibEncoder
 
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 - Static variable in class io.netty.handler.codec.http.HttpObjectEncoder
 
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_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.
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
 
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
 

_

_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(AbstractByteBuf, int) - Method in class io.netty.buffer.AbstractUnsafeSwappedByteBuf
 
_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(AbstractByteBuf, int) - Method in class io.netty.buffer.UnsafeDirectSwappedByteBuf
 
_getInt(AbstractByteBuf, int) - Method in class io.netty.buffer.UnsafeHeapSwappedByteBuf
 
_getInt(int) - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
_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(AbstractByteBuf, int) - Method in class io.netty.buffer.AbstractUnsafeSwappedByteBuf
 
_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(AbstractByteBuf, int) - Method in class io.netty.buffer.UnsafeDirectSwappedByteBuf
 
_getLong(AbstractByteBuf, int) - Method in class io.netty.buffer.UnsafeHeapSwappedByteBuf
 
_getLong(int) - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
_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(AbstractByteBuf, int) - Method in class io.netty.buffer.AbstractUnsafeSwappedByteBuf
 
_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(AbstractByteBuf, int) - Method in class io.netty.buffer.UnsafeDirectSwappedByteBuf
 
_getShort(AbstractByteBuf, int) - Method in class io.netty.buffer.UnsafeHeapSwappedByteBuf
 
_getShort(int) - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
_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
 
_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(AbstractByteBuf, int, int) - Method in class io.netty.buffer.AbstractUnsafeSwappedByteBuf
 
_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(AbstractByteBuf, int, int) - Method in class io.netty.buffer.UnsafeDirectSwappedByteBuf
 
_setInt(AbstractByteBuf, int, int) - Method in class io.netty.buffer.UnsafeHeapSwappedByteBuf
 
_setInt(int, int) - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
_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(AbstractByteBuf, int, long) - Method in class io.netty.buffer.AbstractUnsafeSwappedByteBuf
 
_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(AbstractByteBuf, int, long) - Method in class io.netty.buffer.UnsafeDirectSwappedByteBuf
 
_setLong(AbstractByteBuf, int, long) - Method in class io.netty.buffer.UnsafeHeapSwappedByteBuf
 
_setLong(int, long) - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
_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(AbstractByteBuf, int, short) - Method in class io.netty.buffer.AbstractUnsafeSwappedByteBuf
 
_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(AbstractByteBuf, int, short) - Method in class io.netty.buffer.UnsafeDirectSwappedByteBuf
 
_setShort(AbstractByteBuf, int, short) - Method in class io.netty.buffer.UnsafeHeapSwappedByteBuf
 
_setShort(int, int) - Method in class io.netty.buffer.WrappedCompositeByteBuf
 
_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
 
_setZero(int, int) - Method in class io.netty.buffer.PooledUnsafeHeapByteBuf
 
_setZero(int, int) - Method in class io.netty.buffer.UnpooledUnsafeHeapByteBuf
 
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 _ 
Skip navigation links