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 Z _ 

A

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.
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.AbstractUnsafe - Class in io.netty.channel
Unsafe implementation which sub-classes must extend and use.
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
 
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
 
AbstractEpollServerChannel - Class in io.netty.channel.epoll
 
AbstractEpollServerChannel(int) - Constructor for class io.netty.channel.epoll.AbstractEpollServerChannel
AbstractEpollServerChannel(FileDescriptor) - Constructor for class io.netty.channel.epoll.AbstractEpollServerChannel
AbstractEpollServerChannel(Socket) - Constructor for class io.netty.channel.epoll.AbstractEpollServerChannel
AbstractEpollServerChannel(Socket, boolean) - Constructor for class io.netty.channel.epoll.AbstractEpollServerChannel
 
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(FileDescriptor) - Constructor for class io.netty.channel.epoll.AbstractEpollStreamChannel
AbstractEpollStreamChannel(Socket) - Constructor for class io.netty.channel.epoll.AbstractEpollStreamChannel
AbstractEpollStreamChannel(Channel, Socket) - Constructor for class io.netty.channel.epoll.AbstractEpollStreamChannel
 
AbstractEpollStreamChannel(Socket, boolean) - Constructor for class io.netty.channel.epoll.AbstractEpollStreamChannel
 
AbstractEpollStreamChannel.SpliceInTask - Class in io.netty.channel.epoll
 
AbstractEventExecutor - Class in io.netty.util.concurrent
Abstract base class for EventExecutor implementations.
AbstractEventExecutor() - 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
 
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
 
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
 
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
 
AbstractNioUnsafe() - Constructor for class io.netty.channel.nio.AbstractNioChannel.AbstractNioUnsafe
 
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
 
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
 
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
 
AbstractServerChannel - Class in io.netty.channel
A skeletal server-side Channel implementation.
AbstractServerChannel() - Constructor for class io.netty.channel.AbstractServerChannel
Creates a new instance.
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.
AbstractUnsafe() - Constructor for class io.netty.channel.AbstractChannel.AbstractUnsafe
 
accelerationFactor() - Method in class io.netty.handler.traffic.GlobalChannelTrafficShapingHandler
 
accept(byte[]) - Method in class io.netty.channel.unix.Socket
 
ACCEPT - Static variable in class io.netty.handler.codec.http.HttpHeaders.Names
"Accept"
ACCEPT - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Names
"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() - Method in class io.netty.handler.ssl.OpenSslSessionStats
Returns the number of started SSL/TLS handshakes in server mode.
ACCEPT_CHARSET - Static variable in class io.netty.handler.codec.http.HttpHeaders.Names
"Accept-Charset"
ACCEPT_ENCODING - Static variable in class io.netty.handler.codec.http.HttpHeaders.Names
"Accept-Encoding"
ACCEPT_ENCODING - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Names
"Accept-Encoding"
ACCEPT_LANGUAGE - Static variable in class io.netty.handler.codec.http.HttpHeaders.Names
"Accept-Language"
ACCEPT_LANGUAGE - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Names
"Accept-Language"
ACCEPT_PATCH - Static variable in class io.netty.handler.codec.http.HttpHeaders.Names
"Accept-Patch"
ACCEPT_RANGES - Static variable in class io.netty.handler.codec.http.HttpHeaders.Names
"Accept-Ranges"
ACCEPTED - Static variable in class io.netty.handler.codec.http.HttpResponseStatus
202 Accepted
acceptGood() - Method in class io.netty.handler.ssl.OpenSslSessionStats
Returns the number of successfully established SSL/TLS sessions in server mode.
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.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
 
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.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.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.
 
acceptRenegotiate() - Method in class io.netty.handler.ssl.OpenSslSessionStats
Returns the number of start renegotiations in server mode.
ACCESS_CONTROL_ALLOW_CREDENTIALS - Static variable in class io.netty.handler.codec.http.HttpHeaders.Names
"Access-Control-Allow-Credentials"
ACCESS_CONTROL_ALLOW_HEADERS - Static variable in class io.netty.handler.codec.http.HttpHeaders.Names
"Access-Control-Allow-Headers"
ACCESS_CONTROL_ALLOW_METHODS - Static variable in class io.netty.handler.codec.http.HttpHeaders.Names
"Access-Control-Allow-Methods"
ACCESS_CONTROL_ALLOW_ORIGIN - Static variable in class io.netty.handler.codec.http.HttpHeaders.Names
"Access-Control-Allow-Origin"
ACCESS_CONTROL_EXPOSE_HEADERS - Static variable in class io.netty.handler.codec.http.HttpHeaders.Names
"Access-Control-Expose-Headers"
ACCESS_CONTROL_MAX_AGE - Static variable in class io.netty.handler.codec.http.HttpHeaders.Names
"Access-Control-Max-Age"
ACCESS_CONTROL_REQUEST_HEADERS - Static variable in class io.netty.handler.codec.http.HttpHeaders.Names
"Access-Control-Request-Headers"
ACCESS_CONTROL_REQUEST_METHOD - Static variable in class io.netty.handler.codec.http.HttpHeaders.Names
"Access-Control-Request-Method"
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
 
activate(InputStream, OutputStream) - Method in class io.netty.channel.oio.OioByteStreamChannel
Activate this instance.
ACTIVE - Static variable in interface io.netty.channel.pool.ChannelHealthChecker
ChannelHealthChecker implementation that checks if Channel.isActive() returns true.
actualReadableBytes() - Method in class io.netty.handler.codec.ByteToMessageDecoder
Returns the actual number of readable bytes in the internal cumulative buffer of this decoder.
actualSubprotocol() - Method in class io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker
Returns the subprotocol response sent by the server.
AdaptiveRecvByteBufAllocator - Class in io.netty.channel
The RecvByteBufAllocator that automatically increases and decreases the predicted buffer size on feed back.
AdaptiveRecvByteBufAllocator(int, int, int) - Constructor for class io.netty.channel.AdaptiveRecvByteBufAllocator
Creates a new predictor with the specified parameters.
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(Channel) - Method in class io.netty.channel.group.DefaultChannelGroup
 
add(Object, ChannelPromise) - Method in class io.netty.channel.PendingWriteQueue
Add the given msg and ChannelPromise.
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.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(String, Object) - Method in class io.netty.handler.codec.spdy.DefaultSpdyHeaders
 
add(String, Iterable<?>) - Method in class io.netty.handler.codec.spdy.DefaultSpdyHeaders
 
add(String, Object) - Method in class io.netty.handler.codec.spdy.SpdyHeaders
Adds a new header with the specified name and value.
add(String, Iterable<?>) - Method in class io.netty.handler.codec.spdy.SpdyHeaders
Adds a new header with the specified name and values.
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
 
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.
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
 
addAll(Promise...) - Method in class io.netty.util.concurrent.PromiseCombiner
 
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
 
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
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 (implied Mixed mode in Multipart)
addBodyHttpData(InterfaceHttpData) - Method in class io.netty.handler.codec.http.multipart.HttpPostRequestEncoder
Add the InterfaceHttpData to the Body list
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.
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 Be aware that this method does not increase the writerIndex of the CompositeByteBuf.
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.
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
 
addDateHeader(HttpMessage, CharSequence, Date) - Static method in class io.netty.handler.codec.http.HttpHeaders
Adds a new date header with the specified name and value.
addExclusions(Class, String...) - Static method in class io.netty.util.ResourceLeakDetector
 
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
 
addFlush() - Method in class io.netty.channel.ChannelOutboundBuffer
Add a flush to this ChannelOutboundBuffer.
addHeader(HttpMessage, String, Object) - Static method in class io.netty.handler.codec.http.HttpHeaders
 
addHeader(HttpMessage, CharSequence, Object) - Static method in class io.netty.handler.codec.http.HttpHeaders
Adds a new header with the specified name and value.
addHeader(SpdyHeadersFrame, String, Object) - Static method in class io.netty.handler.codec.spdy.SpdyHeaders
Adds a new header with the specified name and value.
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.HttpPostRequestDecoder
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
addIntHeader(HttpMessage, String, int) - Static method in class io.netty.handler.codec.http.HttpHeaders
 
addIntHeader(HttpMessage, CharSequence, int) - Static method in class io.netty.handler.codec.http.HttpHeaders
Adds a new integer header with the specified name and value.
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
 
addListener(GenericFutureListener<? extends Future<? super Void>>) - Method in interface io.netty.channel.ChannelFuture
 
addListener(GenericFutureListener<? extends Future<? super Void>>) - Method in interface io.netty.channel.ChannelProgressiveFuture
 
addListener(GenericFutureListener<? extends Future<? super Void>>) - Method in interface io.netty.channel.ChannelProgressivePromise
 
addListener(GenericFutureListener<? extends Future<? super Void>>) - Method in interface io.netty.channel.ChannelPromise
 
addListener(GenericFutureListener<? extends Future<? super Void>>) - Method in class io.netty.channel.DefaultChannelProgressivePromise
 
addListener(GenericFutureListener<? extends Future<? super Void>>) - Method in class io.netty.channel.DefaultChannelPromise
 
addListener(GenericFutureListener<? extends Future<? super Void>>) - Method in interface io.netty.channel.group.ChannelGroupFuture
 
addListener(GenericFutureListener<? extends Future<? super V>>) - Method in class io.netty.util.concurrent.CompleteFuture
 
addListener(GenericFutureListener<? extends Future<? super V>>) - Method in class io.netty.util.concurrent.DefaultProgressivePromise
 
addListener(GenericFutureListener<? extends Future<? super V>>) - Method in class io.netty.util.concurrent.DefaultPromise
 
addListener(GenericFutureListener<? extends Future<? super V>>) - Method in interface io.netty.util.concurrent.Future
Adds the specified listener to this future.
addListener(GenericFutureListener<? extends Future<? super V>>) - Method in interface io.netty.util.concurrent.ProgressiveFuture
 
addListener(GenericFutureListener<? extends Future<? super V>>) - Method in interface io.netty.util.concurrent.ProgressivePromise
 
addListener(GenericFutureListener<? extends Future<? super V>>) - Method in interface io.netty.util.concurrent.Promise
 
addListeners(GenericFutureListener<? extends Future<? super Void>>...) - Method in interface io.netty.channel.ChannelFuture
 
addListeners(GenericFutureListener<? extends Future<? super Void>>...) - Method in interface io.netty.channel.ChannelProgressiveFuture
 
addListeners(GenericFutureListener<? extends Future<? super Void>>...) - Method in interface io.netty.channel.ChannelProgressivePromise
 
addListeners(GenericFutureListener<? extends Future<? super Void>>...) - Method in interface io.netty.channel.ChannelPromise
 
addListeners(GenericFutureListener<? extends Future<? super Void>>...) - Method in class io.netty.channel.DefaultChannelProgressivePromise
 
addListeners(GenericFutureListener<? extends Future<? super Void>>...) - Method in class io.netty.channel.DefaultChannelPromise
 
addListeners(GenericFutureListener<? extends Future<? super Void>>...) - Method in interface io.netty.channel.group.ChannelGroupFuture
 
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
 
addMessage(Object, int, ChannelPromise) - Method in class io.netty.channel.ChannelOutboundBuffer
Add given message to this ChannelOutboundBuffer.
addParam(String, String) - Method in class io.netty.handler.codec.http.QueryStringEncoder
Adds a parameter with the specified name and value to this encoder.
address() - Method in class io.netty.channel.unix.NativeInetAddress
 
address(byte[], int, int) - Static method in class io.netty.channel.unix.NativeInetAddress
 
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.
addressFamily() - Method in enum io.netty.handler.codec.haproxy.HAProxyProxiedProtocol
Returns the HAProxyProxiedProtocol.AddressFamily of this protocol and address family.
addressType() - Method in class io.netty.handler.codec.socks.SocksCmdRequest
Returns the SocksAddressType of this SocksCmdRequest
addressType() - Method in class io.netty.handler.codec.socks.SocksCmdResponse
addShutdownHook(Runnable) - Method in class io.netty.util.concurrent.SingleThreadEventExecutor
Add a Runnable which will be executed on shutdown of this instance
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.
adjustMarkers(int) - Method in class io.netty.buffer.AbstractByteBuf
 
advmss() - Method in class io.netty.channel.epoll.EpollTcpInfo
 
AES_KEY_SIZE - Static variable in class io.netty.handler.ssl.OpenSslSessionTicketKey
Size of session ticket key AES key
aesKey() - Method in class io.netty.handler.ssl.OpenSslSessionTicketKey
Get AES Key.
AGE - Static variable in class io.netty.handler.codec.http.HttpHeaders.Names
"Age"
AGGREGATE_OPERATION_NOT_ALLOWED - Static variable in class io.netty.handler.codec.rtsp.RtspResponseStatuses
459 Aggregate operation not allowed
AIO_READ_TIMEOUT - Static variable in class io.netty.channel.ChannelOption
Deprecated.
AIO_WRITE_TIMEOUT - Static variable in class io.netty.channel.ChannelOption
Deprecated.
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
 
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.
alloc() - Method in class io.netty.buffer.ByteBuf
Returns the ByteBufAllocator which created this buffer.
alloc() - Method in class io.netty.buffer.CompositeByteBuf
 
alloc() - Method in class io.netty.buffer.DuplicatedByteBuf
Deprecated.
 
alloc() - Method in class io.netty.buffer.EmptyByteBuf
 
alloc() - Method in class io.netty.buffer.ReadOnlyByteBuf
Deprecated.
 
alloc() - Method in class io.netty.buffer.SlicedByteBuf
Deprecated.
 
alloc() - Method in class io.netty.buffer.SwappedByteBuf
 
alloc() - Method in class io.netty.buffer.UnpooledDirectByteBuf
 
alloc() - Method in class io.netty.buffer.UnpooledHeapByteBuf
 
alloc() - Method in class io.netty.buffer.UnpooledUnsafeDirectByteBuf
 
alloc() - Method in class io.netty.channel.AbstractChannel
 
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.
allocate(ByteBufAllocator) - Method in interface io.netty.channel.RecvByteBufAllocator.Handle
Creates a new receive buffer whose capacity is probably large enough to read all inbound data and small enough not to waste its space.
allocateBuffer(ChannelHandlerContext, ByteBuf, boolean) - Method in class io.netty.handler.codec.compression.JdkZlibEncoder
 
allocateBuffer(ChannelHandlerContext, ByteBuf, boolean) - Method in class io.netty.handler.codec.LengthFieldPrepender
 
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) - 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.
ALLOCATOR - Static variable in class io.netty.channel.ChannelOption
 
AllocatorAwareSslEngineWrapperFactory() - Constructor for class io.netty.handler.ssl.JdkApplicationProtocolNegotiator.AllocatorAwareSslEngineWrapperFactory
Deprecated.
 
ALLOW - Static variable in class io.netty.handler.codec.http.HttpHeaders.Names
"Allow"
ALLOW - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Names
"Allow"
ALLOW_HALF_CLOSURE - Static variable in class io.netty.channel.ChannelOption
 
allowCredentials() - Method in class io.netty.handler.codec.http.cors.CorsConfig.Builder
By default cookies are not included in CORS requests, but this method will enable cookies to be added to CORS requests.
allowedRequestHeaders() - Method in class io.netty.handler.codec.http.cors.CorsConfig
Returns the allowed set of Request Headers.
allowedRequestHeaders(String...) - Method in class io.netty.handler.codec.http.cors.CorsConfig.Builder
Specifies the if headers that should be returned in the CORS 'Access-Control-Allow-Headers' response header.
allowedRequestMethods() - Method in class io.netty.handler.codec.http.cors.CorsConfig
Returns the allowed set of Request Methods.
allowedRequestMethods(HttpMethod...) - Method in class io.netty.handler.codec.http.cors.CorsConfig.Builder
Specifies the allowed set of HTTP Request Methods that should be returned in the CORS 'Access-Control-Request-Method' response header.
allowNullOrigin() - Method in class io.netty.handler.codec.http.cors.CorsConfig.Builder
Web browsers may set the 'Origin' request header to 'null' if a resource is loaded from the local file system.
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.
annotateConnectException(Throwable, SocketAddress) - Method in class io.netty.channel.AbstractChannel.AbstractUnsafe
Appends the remote address to the message of the exceptions caused by connection attempt failure.
ANNOUNCE - Static variable in class io.netty.handler.codec.rtsp.RtspMethods
The ANNOUNCE posts the description of a presentation or media object identified by the request URL to a server, or updates the client-side session description in real-time.
ANY - Static variable in class io.netty.channel.local.LocalAddress
 
APPEND - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Values
"append"
appendHeaders(StringBuilder) - Method in class io.netty.handler.codec.spdy.DefaultSpdyHeadersFrame
 
appendPrettyHexDump(StringBuilder, ByteBuf) - Static method in class io.netty.buffer.ByteBufUtil
Appends the prettified multi-line hexadecimal dump of the specified 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.
APPLICATION_JSON - Static variable in class io.netty.handler.codec.http.HttpHeaders.Values
"application/json"
APPLICATION_X_WWW_FORM_URLENCODED - Static variable in class io.netty.handler.codec.http.HttpHeaders.Values
"application/x-www-form-urlencoded"
applicationProtocol() - Method in class io.netty.handler.ssl.SslHandler
Returns the name of the current application-level protocol.
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) - 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.
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
Deprecated.
applicationProtocolNegotiator() - Method in class io.netty.handler.ssl.DelegatingSslContext
 
applicationProtocolNegotiator() - Method in class io.netty.handler.ssl.JdkSslContext
 
applicationProtocolNegotiator() - Method in class io.netty.handler.ssl.ReferenceCountedOpenSslContext
 
applicationProtocolNegotiator() - Method in class io.netty.handler.ssl.SslContext
Returns the object responsible for negotiating application layer protocols for the TLS NPN/ALPN extensions.
apply(ChannelUDT) - Method in class io.netty.channel.udt.DefaultUdtChannelConfig
Deprecated.
 
apply(ChannelUDT) - Method in class io.netty.channel.udt.DefaultUdtServerChannelConfig
Deprecated.
 
array() - Method in class io.netty.buffer.ByteBuf
Returns the backing byte array of this buffer.
array() - Method in class io.netty.buffer.CompositeByteBuf
 
array() - Method in class io.netty.buffer.DuplicatedByteBuf
Deprecated.
 
array() - Method in class io.netty.buffer.EmptyByteBuf
 
array() - Method in class io.netty.buffer.ReadOnlyByteBuf
Deprecated.
 
array() - Method in class io.netty.buffer.SlicedByteBuf
Deprecated.
 
array() - Method in class io.netty.buffer.SwappedByteBuf
 
array() - Method in class io.netty.buffer.UnpooledDirectByteBuf
 
array() - Method in class io.netty.buffer.UnpooledHeapByteBuf
 
array() - Method in class io.netty.buffer.UnpooledUnsafeDirectByteBuf
 
arrayOffset() - Method in class io.netty.buffer.ByteBuf
Returns the offset of the first byte within the backing byte array of this buffer.
arrayOffset() - Method in class io.netty.buffer.CompositeByteBuf
 
arrayOffset() - Method in class io.netty.buffer.DuplicatedByteBuf
Deprecated.
 
arrayOffset() - Method in class io.netty.buffer.EmptyByteBuf
 
arrayOffset() - Method in class io.netty.buffer.ReadOnlyByteBuf
Deprecated.
 
arrayOffset() - Method in class io.netty.buffer.SlicedByteBuf
Deprecated.
 
arrayOffset() - Method in class io.netty.buffer.SwappedByteBuf
 
arrayOffset() - Method in class io.netty.buffer.UnpooledDirectByteBuf
 
arrayOffset() - Method in class io.netty.buffer.UnpooledHeapByteBuf
 
arrayOffset() - Method in class io.netty.buffer.UnpooledUnsafeDirectByteBuf
 
artifactId() - Method in class io.netty.util.Version
 
artifactVersion() - Method in class io.netty.util.Version
 
asMap() - Method in class io.netty.util.DomainNameMapping
Returns a read-only Map of the domain mapping patterns and their associated value objects.
ASSOCIATED_TO_STREAM_ID - Static variable in class io.netty.handler.codec.spdy.SpdyHttpHeaders.Names
"x-spdy-associated-to-stream-id"
associatedStreamId() - Method in class io.netty.handler.codec.spdy.DefaultSpdySynStreamFrame
 
associatedStreamId() - Method in interface io.netty.handler.codec.spdy.SpdySynStreamFrame
Returns the Associated-To-Stream-ID of this frame.
association() - Method in class io.netty.channel.sctp.nio.NioSctpChannel
 
association() - Method in class io.netty.channel.sctp.oio.OioSctpChannel
 
association() - Method in interface io.netty.channel.sctp.SctpChannel
Returns the underlying SCTP association.
ato() - Method in class io.netty.channel.epoll.EpollTcpInfo
 
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 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<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(String) - Constructor for class io.netty.util.AttributeKey
Deprecated.
AttributeMap - Interface in io.netty.util
Holds Attributes which can be accessed via AttributeKey.
AUTHORIZATION - Static variable in class io.netty.handler.codec.http.HttpHeaders.Names
"Authorization"
AUTHORIZATION - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Names
"Authorization"
authScheme() - Method in class io.netty.handler.codec.socks.SocksInitResponse
authSchemes() - Method in class io.netty.handler.codec.socks.SocksInitRequest
Returns the List<SocksAuthScheme> of this SocksInitRequest
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
 
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.socket.oio.DefaultOioServerSocketChannelConfig
 
autoReadCleared() - Method in class io.netty.channel.socket.oio.DefaultOioSocketChannelConfig
 
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
 
availableCipherSuites() - Static method in class io.netty.handler.ssl.OpenSsl
availableJavaCipherSuites() - Static method in class io.netty.handler.ssl.OpenSsl
Returns all the available cipher suites (Java-style).
availableOpenSslCipherSuites() - Static method in class io.netty.handler.ssl.OpenSsl
Returns all the available OpenSSL cipher suites.
availableProcessors() - Static method in class io.netty.util.NettyRuntime
Get the configured number of available processors.
AVP - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Values
"AVP"
await() - Method in interface io.netty.channel.ChannelFuture
 
await() - Method in interface io.netty.channel.ChannelProgressiveFuture
 
await() - Method in interface io.netty.channel.ChannelProgressivePromise
 
await() - Method in interface io.netty.channel.ChannelPromise
 
await() - Method in class io.netty.channel.DefaultChannelProgressivePromise
 
await() - Method in class io.netty.channel.DefaultChannelPromise
 
await() - Method in interface io.netty.channel.group.ChannelGroupFuture
 
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
 
awaitInactivity(long, TimeUnit) - Method in class io.netty.util.concurrent.GlobalEventExecutor
Waits until the worker thread of this executor has no tasks left in its task queue and terminates itself.
awaitInactivity(long, TimeUnit) - Static method in class io.netty.util.ThreadDeathWatcher
Deprecated.
Waits until the thread of this watcher has no threads to watch and terminates itself.
awaitTermination(long, TimeUnit) - Method in class io.netty.channel.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.SingleThreadEventExecutor
 
awaitUninterruptibly() - Method in interface io.netty.channel.ChannelFuture
 
awaitUninterruptibly() - Method in interface io.netty.channel.ChannelProgressiveFuture
 
awaitUninterruptibly() - Method in interface io.netty.channel.ChannelProgressivePromise
 
awaitUninterruptibly() - Method in interface io.netty.channel.ChannelPromise
 
awaitUninterruptibly() - Method in class io.netty.channel.DefaultChannelProgressivePromise
 
awaitUninterruptibly() - Method in class io.netty.channel.DefaultChannelPromise
 
awaitUninterruptibly() - Method in interface io.netty.channel.group.ChannelGroupFuture
 
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
 

B

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
BANDWIDTH - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Names
"Bandwidth"
Base64 - Class in io.netty.handler.codec.base64
Utility class for ByteBuf that encodes and decodes to and from Base64 notation.
BASE64 - Static variable in class io.netty.handler.codec.http.HttpHeaders.Values
"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.
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
 
baseDirectory - Static variable in class io.netty.handler.codec.http.multipart.DiskAttribute
 
baseDirectory - Static variable in class io.netty.handler.codec.http.multipart.DiskFileUpload
 
BAUD_RATE - Static variable in class io.netty.channel.rxtx.RxtxChannelOption
Deprecated.
 
beginEncode(HttpResponse, String) - Method in class io.netty.handler.codec.http.HttpContentCompressor
 
beginEncode(HttpResponse, String) - Method in class io.netty.handler.codec.http.HttpContentEncoder
Prepare to encode the HTTP message content.
beginHandshake() - Method in class io.netty.handler.ssl.ReferenceCountedOpenSslEngine
 
beginRead() - Method in class io.netty.channel.AbstractChannel.AbstractUnsafe
 
beginRead() - Method in interface io.netty.channel.Channel.Unsafe
Schedules a read operation that fills the inbound buffer of the first ChannelInboundHandler in the ChannelPipeline.
BIG_ENDIAN - Static variable in class io.netty.buffer.Unpooled
Big endian byte order.
BINARY - Static variable in class io.netty.handler.codec.http.HttpHeaders.Values
"binary"
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() - 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 interface io.netty.channel.Channel
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.Channel
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.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(SocketAddress) - Method in interface io.netty.channel.ChannelHandlerContext
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.ChannelHandlerContext
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 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.ChannelPipeline
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.ChannelPipeline
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.DefaultChannelPipeline
 
bind(SocketAddress, ChannelPromise) - Method in class io.netty.channel.DefaultChannelPipeline
 
bind(SocketAddress) - Method in class io.netty.channel.unix.Socket
 
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.SslHandler
 
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.
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 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
 
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
 
BLOCKSIZE - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Names
"Blocksize"
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() - Method in class io.netty.channel.pool.SimpleChannelPool
Returns the Bootstrap this pool will use to open new connections.
BOUNDARY - Static variable in class io.netty.handler.codec.http.HttpHeaders.Values
"boundary"
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() - 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() - Method in class io.netty.buffer.ByteBufOutputStream
Returns the buffer where this stream is writing data.
buffer() - Static method in class io.netty.buffer.Unpooled
Creates a new big-endian Java heap buffer with reasonably small initial capacity, which expands its capacity boundlessly on demand.
buffer(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.
build() - Method in class io.netty.handler.codec.http.cors.CorsConfig.Builder
Builds a CorsConfig with settings specified by previous method calls.
build() - Method in class io.netty.handler.ssl.SslContextBuilder
Create new SslContext instance with configured settings.
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
Builder(String...) - Constructor for class io.netty.handler.codec.http.cors.CorsConfig.Builder
Creates a new Builder instance with the origin passed in.
Builder() - Constructor for class io.netty.handler.codec.http.cors.CorsConfig.Builder
Creates a new Builder instance allowing any origin, "*" which is the wildcard origin.
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.
buildTimeMillis() - Method in class io.netty.util.Version
 
buildTrustManagerFactory(File, TrustManagerFactory) - Static method in class io.netty.handler.ssl.SslContext
Deprecated.
BYTE_ACCEPTOR - Static variable in class io.netty.channel.udt.nio.NioUdtProvider
Deprecated.
ChannelFactory for UDT Byte Acceptor.
BYTE_CONNECTOR - Static variable in class io.netty.channel.udt.nio.NioUdtProvider
Deprecated.
ChannelFactory for UDT Byte Connector.
BYTE_PROVIDER - Static variable in class io.netty.channel.udt.nio.NioUdtProvider
Deprecated.
SelectorProvider for UDT Byte channels.
BYTE_RENDEZVOUS - Static variable in class io.netty.channel.udt.nio.NioUdtProvider
Deprecated.
ChannelFactory for UDT Byte Rendezvous.
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
 
ByteBuf - Class in io.netty.buffer
A random and sequential accessible sequence of zero or more bytes (octets).
ByteBuf() - Constructor for class io.netty.buffer.ByteBuf
 
ByteBufAllocator - Interface in io.netty.buffer
Implementations are responsible to allocate buffers.
ByteBufAllocatorMetric - Interface in io.netty.buffer
 
ByteBufAllocatorMetricProvider - Interface in io.netty.buffer
 
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
 
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.
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
"bytes"
BYTES - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Values
"bytes"
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.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
 
bytesBefore(int, byte) - Method in class io.netty.buffer.SwappedByteBuf
 
bytesBefore(int, int, byte) - Method in class io.netty.buffer.SwappedByteBuf
 
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.ChannelOutboundBuffer
Get how many bytes must be drained from the underlying buffer until ChannelOutboundBuffer.isWritable() returns true.
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.ByteToMessageCodec(boolean) with true as boolean parameter.
ByteToMessageCodec(Class<? extends I>) - Constructor for class io.netty.handler.codec.ByteToMessageCodec
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
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.
byteValue() - Method in enum io.netty.handler.codec.haproxy.HAProxyCommand
Returns the byte value of this command.
byteValue() - Method in enum io.netty.handler.codec.haproxy.HAProxyProtocolVersion
Returns the byte value of this version.
byteValue() - Method in enum io.netty.handler.codec.haproxy.HAProxyProxiedProtocol.AddressFamily
Returns the byte value of this address family.
byteValue() - Method in enum io.netty.handler.codec.haproxy.HAProxyProxiedProtocol
Returns the byte value of this protocol and address family.
byteValue() - Method in enum io.netty.handler.codec.haproxy.HAProxyProxiedProtocol.TransportProtocol
Returns the byte value of this transport protocol.
byteValue() - Method in enum io.netty.handler.codec.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
 

C

CACHE_CONTROL - Static variable in class io.netty.handler.codec.http.HttpHeaders.Names
"Cache-Control"
CACHE_CONTROL - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Names
"Cache-Control"
cacheDisabled(ClassLoader) - Static method in class io.netty.handler.codec.serialization.ClassResolvers
cache disabled
cacheFull() - Method in class io.netty.handler.ssl.OpenSslSessionStats
Returns the number of sessions that were removed because the maximum session cache size was exceeded.
calculateSize(Object) - Method in class io.netty.handler.traffic.AbstractTrafficShapingHandler
Calculate the size of the given Object.
calculateStrategy(IntSupplier, boolean) - Method in interface io.netty.channel.SelectStrategy
The SelectStrategy can be used to steer the outcome of a potential select call.
call() - Method in class io.netty.handler.codec.http.cors.CorsConfig.DateValueGenerator
 
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
 
CANCEL - Static variable in class io.netty.handler.codec.spdy.SpdyStreamStatus
5 Cancel
cancel(boolean) - Method in class io.netty.util.concurrent.CompleteFuture
If the cancellation was successful it will fail the future with an CancellationException.
cancel(boolean) - Method in class io.netty.util.concurrent.DefaultPromise
If the cancellation was successful it will fail the future with an CancellationException.
cancel(boolean) - Method in interface io.netty.util.concurrent.Future
If the cancellation was successful it will fail the future with an CancellationException.
cancel() - Method in interface io.netty.util.Timeout
Attempts to cancel the TimerTask associated with this handle.
cancelScheduledTasks() - Method in class io.netty.util.concurrent.AbstractScheduledEventExecutor
Cancel all scheduled tasks.
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() - 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.SlicedByteBuf
Deprecated.
 
capacity(int) - Method in class io.netty.buffer.SlicedByteBuf
Deprecated.
 
capacity() - Method in class io.netty.buffer.SwappedByteBuf
 
capacity(int) - Method in class io.netty.buffer.SwappedByteBuf
 
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.UnpooledUnsafeDirectByteBuf
 
capacity(int) - Method in class io.netty.buffer.UnpooledUnsafeDirectByteBuf
 
cascadeTo(Future<X>, Promise<? super X>) - Static method in class io.netty.util.concurrent.UnaryPromiseNotifier
 
caState() - Method in class io.netty.channel.epoll.EpollTcpInfo
 
cause() - Method in interface io.netty.channel.group.ChannelGroupFuture
 
cause() - Method in class io.netty.handler.codec.DecoderResult
 
cause() - Method in class io.netty.handler.ssl.SslCompletionEvent
Return the Throwable if SslCompletionEvent.isSuccess() returns false and so the completion failed.
cause() - Method in class io.netty.util.concurrent.DefaultPromise
 
cause() - Method in class io.netty.util.concurrent.FailedFuture
 
cause() - Method in interface io.netty.util.concurrent.Future
Returns the cause of the failed I/O operation if the I/O operation has failed.
cause() - Method in class io.netty.util.concurrent.SucceededFuture
 
cbHits() - Method in class io.netty.handler.ssl.OpenSslSessionStats
Returns the number of successfully retrieved sessions from the external session cache in server mode.
cert() - Method in class io.netty.handler.ssl.util.SelfSignedCertificate
Returns the generated X.509 certificate.
certificate() - Method in class io.netty.handler.ssl.util.SelfSignedCertificate
Returns the generated X.509 certificate file in PEM format.
certificates(byte[][]) - Static method in class io.netty.handler.ssl.ReferenceCountedOpenSslContext
 
ch() - Method in class io.netty.channel.nio.AbstractNioChannel.AbstractNioUnsafe
 
ch() - Method in interface io.netty.channel.nio.AbstractNioChannel.NioUnsafe
Return underlying SelectableChannel
channel(Class<? extends C>) - Method in class io.netty.bootstrap.AbstractBootstrap
The Class which is used to create Channel instances from.
Channel - Interface in io.netty.channel
A nexus to a network socket or a component which is capable of I/O operations such as read, write, connect, and bind.
channel() - Method in interface io.netty.channel.ChannelFuture
Returns a channel where the I/O operation associated with this future takes place.
channel() - Method in interface io.netty.channel.ChannelHandlerContext
Return the Channel which is bound to the ChannelHandlerContext.
channel() - Method in interface io.netty.channel.ChannelPipeline
Returns the Channel that this pipeline is attached to.
channel() - Method in interface io.netty.channel.ChannelPromise
 
channel - Variable in class io.netty.channel.DefaultChannelConfig
 
channel() - Method in class io.netty.channel.DefaultChannelPipeline
 
channel() - Method in class io.netty.channel.DefaultChannelProgressivePromise
 
channel() - Method in class io.netty.channel.DefaultChannelPromise
 
channel - Variable in class io.netty.channel.epoll.EpollServerChannelConfig
 
Channel.Unsafe - Interface in io.netty.channel
Unsafe operations that should never be called from user-code.
channelAccepted(ChannelHandlerContext, T) - Method in class io.netty.handler.ipfilter.AbstractRemoteAddressFilter
This method is called if remoteAddress gets accepted by AbstractRemoteAddressFilter.accept(ChannelHandlerContext, SocketAddress).
channelAcquired(Channel) - Method in class io.netty.channel.pool.AbstractChannelPoolHandler
NOOP implementation, sub-classes may override this.
channelAcquired(Channel) - Method in interface io.netty.channel.pool.ChannelPoolHandler
Called once a Channel was acquired by calling ChannelPool.acquire() or ChannelPool.acquire(Promise).
channelActive(ChannelHandlerContext) - Method in interface io.netty.channel.ChannelInboundHandler
The Channel of the ChannelHandlerContext is now active
channelActive(ChannelHandlerContext) - Method in class io.netty.channel.ChannelInboundHandlerAdapter
channelActive(ChannelHandlerContext) - Method in class io.netty.channel.CombinedChannelDuplexHandler
 
channelActive(ChannelHandlerContext) - Method in class io.netty.handler.ipfilter.AbstractRemoteAddressFilter
 
channelActive(ChannelHandlerContext) - Method in class io.netty.handler.logging.LoggingHandler
 
channelActive(ChannelHandlerContext) - Method in class io.netty.handler.ssl.SslHandler
Issues an initial TLS handshake once connected when used in client-mode
channelActive(ChannelHandlerContext) - Method in class io.netty.handler.timeout.IdleStateHandler
 
ChannelConfig - Interface in io.netty.channel
A set of configuration properties of a Channel.
channelCreated(Channel) - Method in interface io.netty.channel.pool.ChannelPoolHandler
Called once a new 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(ChannelFactory<? extends C>) - Method in class io.netty.bootstrap.AbstractBootstrap
ChannelFactory which is used to create Channel instances from when calling AbstractBootstrap.bind().
ChannelFactory<T extends Channel> - Interface in io.netty.bootstrap
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.
ChannelFuture - Interface in io.netty.channel
The result of an asynchronous Channel I/O operation.
ChannelFutureListener - Interface in io.netty.channel
Listens to the result of a ChannelFuture.
ChannelGroup - Interface in io.netty.channel.group
A thread-safe Set that contains open Channels and provides various bulk operations on them.
ChannelGroupException - Exception in io.netty.channel.group
ChannelException which holds ChannelFutures that failed because of an error.
ChannelGroupException(Collection<Map.Entry<Channel, Throwable>>) - Constructor for exception io.netty.channel.group.ChannelGroupException
 
ChannelGroupFuture - Interface in io.netty.channel.group
The result of an asynchronous ChannelGroup operation.
ChannelGroupFutureListener - Interface in io.netty.channel.group
Listens to the result of a ChannelGroupFuture.
ChannelHandler - Interface in io.netty.channel
Handles or intercepts a ChannelInboundInvoker or ChannelOutboundInvoker operation, and forwards it to the next handler in a 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.
ChannelHealthChecker - Interface in io.netty.channel.pool
Called before a Channel will be returned via ChannelPool.acquire() or ChannelPool.acquire(Promise).
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.handler.codec.ByteToMessageCodec
 
channelInactive(ChannelHandlerContext) - Method in class io.netty.handler.codec.ByteToMessageDecoder
 
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.HttpObjectAggregator
 
channelInactive(ChannelHandlerContext) - Method in class io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder
 
channelInactive(ChannelHandlerContext) - Method in class io.netty.handler.codec.http.websocketx.WebSocketFrameAggregator
 
channelInactive(ChannelHandlerContext) - Method in class io.netty.handler.codec.spdy.SpdySessionHandler
 
channelInactive(ChannelHandlerContext) - Method in class io.netty.handler.logging.LoggingHandler
 
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
 
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
 
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.
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.
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
ChannelOption<T> - Class in io.netty.channel
A ChannelOption allows to configure a ChannelConfig in a type-safe way.
ChannelOption(String) - Constructor for class io.netty.channel.ChannelOption
Deprecated.
ChannelOutboundBuffer - Class in io.netty.channel
(Transport implementors only) an internal data structure used by AbstractChannel to store its pending outbound write requests.
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
 
ChannelOutputShutdownEvent - Class in io.netty.channel.socket
Special event which will be fired and passed to the ChannelInboundHandler.userEventTriggered(ChannelHandlerContext, Object) methods once the output of a SocketChannel was shutdown.
ChannelOutputShutdownException - Exception in io.netty.channel.socket
Used to fail pending writes when a channel's output has been shutdown.
ChannelOutputShutdownException(String) - Constructor for exception io.netty.channel.socket.ChannelOutputShutdownException
 
ChannelOutputShutdownException(String, Throwable) - Constructor for exception io.netty.channel.socket.ChannelOutputShutdownException
 
ChannelPipeline - Interface in io.netty.channel
A list of ChannelHandlers which handles or intercepts inbound events and outbound operations of a Channel.
ChannelPipelineException - Exception in io.netty.channel
A ChannelException which is thrown when a ChannelPipeline failed to execute an operation.
ChannelPipelineException() - Constructor for exception io.netty.channel.ChannelPipelineException
Creates a new instance.
ChannelPipelineException(String, 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
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.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.HttpServerKeepAliveHandler
 
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.flush.FlushConsolidationHandler
 
channelRead(ChannelHandlerContext, Object) - Method in class io.netty.handler.logging.LoggingHandler
 
channelRead(ChannelHandlerContext, Object) - Method in class io.netty.handler.timeout.IdleStateHandler
 
channelRead(ChannelHandlerContext, Object) - Method in class io.netty.handler.traffic.AbstractTrafficShapingHandler
 
channelRead(ChannelHandlerContext, Object) - Method in class io.netty.handler.traffic.GlobalChannelTrafficShapingHandler
 
channelRead0(ChannelHandlerContext, I) - Method in class io.netty.channel.SimpleChannelInboundHandler
Please keep in mind that this method will be renamed to messageReceived(ChannelHandlerContext, I) in 5.0.
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.handler.codec.ByteToMessageCodec
 
channelReadComplete(ChannelHandlerContext) - Method in class io.netty.handler.codec.ByteToMessageDecoder
 
channelReadComplete(ChannelHandlerContext) - Method in class io.netty.handler.codec.spdy.SpdyFrameCodec
 
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.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.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
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.
channelUDT(Channel) - Static method in class io.netty.channel.udt.nio.NioUdtProvider
Deprecated.
Expose underlying ChannelUDT for debugging and monitoring.
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(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.logging.LoggingHandler
 
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.handler.flush.FlushConsolidationHandler
 
channelWritabilityChanged(ChannelHandlerContext) - Method in class io.netty.handler.logging.LoggingHandler
 
channelWritabilityChanged(ChannelHandlerContext) - Method in class io.netty.handler.stream.ChunkedWriteHandler
 
CHARSET - Static variable in class io.netty.handler.codec.http.HttpHeaders.Values
"charset"
charset - Variable in class io.netty.handler.codec.http.multipart.AbstractHttpData
 
CHARSET - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Values
"charset"
CharsetUtil - Class in io.netty.util
A utility class that provides various common operations and constants related with Charset and its relevant classes.
checkCloseFrameBody(ChannelHandlerContext, ByteBuf) - Method in class io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder
 
checkDeadLock() - Method in class io.netty.channel.DefaultChannelProgressivePromise
 
checkDeadLock() - Method in class io.netty.channel.DefaultChannelPromise
 
checkDeadLock() - Method in class io.netty.util.concurrent.DefaultPromise
 
checkDstIndex(int, int, int, int) - Method in class io.netty.buffer.AbstractByteBuf
 
checkException() - Method in class io.netty.channel.embedded.EmbeddedChannel
Check if there was any Throwable received and if so rethrow it.
checkIndex(int) - Method in class io.netty.buffer.AbstractByteBuf
 
checkIndex(int, int) - Method in class io.netty.buffer.AbstractByteBuf
 
checkInputShutdown() - Method in class io.netty.channel.oio.AbstractOioByteChannel
Check if the input was shutdown and if so return true.
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() - Method in class io.netty.handler.traffic.TrafficCounter
 
checkNewCapacity(int) - Method in class io.netty.buffer.AbstractByteBuf
 
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.
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.
checkSrcIndex(int, int, int, int) - Method in class io.netty.buffer.AbstractByteBuf
 
checkValidity() - Method in class io.netty.handler.ssl.PemX509Certificate
 
checkValidity(Date) - Method in class io.netty.handler.ssl.PemX509Certificate
 
checkWaitReadTime(ChannelHandlerContext, long, long) - Method in class io.netty.handler.traffic.GlobalChannelTrafficShapingHandler
 
childAttr(AttributeKey<T>, T) - Method in class io.netty.bootstrap.ServerBootstrap
Set the specific AttributeKey with the given value on every child Channel.
childGroup() - Method in class io.netty.bootstrap.ServerBootstrap
Return the configured EventLoopGroup which will be used for the child channels or null if non is configured yet.
childHandler(ChannelHandler) - Method in class io.netty.bootstrap.ServerBootstrap
Set the ChannelHandler which is used to serve the request for the Channel's.
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).
children() - Method in class io.netty.util.concurrent.MultithreadEventExecutorGroup
Return a safe-copy of all of the children of this group.
chooseTrustManager(TrustManager[]) - Static method in class io.netty.handler.ssl.ReferenceCountedOpenSslContext
 
chooseX509KeyManager(KeyManager[]) - Static method in class io.netty.handler.ssl.ReferenceCountedOpenSslContext
 
CHUNKED - Static variable in class io.netty.handler.codec.http.HttpHeaders.Values
"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.
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
chunkLists() - Method in interface io.netty.buffer.PoolArenaMetric
Returns an unmodifiable List which holds PoolChunkListMetrics.
chunkSize() - Method in interface io.netty.buffer.PoolChunkMetric
Return the size of the chunk in bytes, this is the maximum of bytes that can be served out of the chunk.
chunkSize() - Method in class io.netty.buffer.PooledByteBufAllocator
chunkSize() - Method in class io.netty.buffer.PooledByteBufAllocatorMetric
Return the chunk size for an arena.
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.
CipherSuiteFilter - Interface in io.netty.handler.ssl
Provides a means to filter the supplied cipher suite based upon the supported and default cipher suites.
cipherSuites() - Method in class io.netty.handler.ssl.DelegatingSslContext
 
cipherSuites() - Method in class io.netty.handler.ssl.JdkSslContext
 
cipherSuites() - Method in class io.netty.handler.ssl.ReferenceCountedOpenSslContext
 
cipherSuites() - Method in class io.netty.handler.ssl.SslContext
Returns the list of enabled cipher suites, in the order of preference.
ClassResolver - Interface in io.netty.handler.codec.serialization
please use ClassResolvers as instance factory
ClassResolvers - Class in io.netty.handler.codec.serialization
 
cleanAllHttpDatas() - Method in class io.netty.handler.codec.http.multipart.DefaultHttpDataFactory
 
cleanAllHttpDatas() - Method in interface io.netty.handler.codec.http.multipart.HttpDataFactory
Remove all InterfaceHttpData from virtual File storage from clean list for all requests
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.
cleanRequestHttpDatas(HttpRequest) - Method in class io.netty.handler.codec.http.multipart.DefaultHttpDataFactory
 
cleanRequestHttpDatas(HttpRequest) - Method in interface io.netty.handler.codec.http.multipart.HttpDataFactory
Remove all InterfaceHttpData from virtual File storage from clean list for the request
cleanup() - Method in class io.netty.channel.nio.NioEventLoop
 
cleanup() - Method in class io.netty.util.concurrent.SingleThreadEventExecutor
Do nothing, sub-classes may override
clear() - Method in class io.netty.buffer.AbstractByteBuf
 
clear() - Method in class io.netty.buffer.ByteBuf
Sets the 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
 
clear() - Method in class io.netty.channel.group.DefaultChannelGroup
 
clear() - Method in class io.netty.handler.codec.http.DefaultHttpHeaders
 
clear() - Method in class io.netty.handler.codec.http.HttpHeaders
Removes all headers from this HttpMessage.
clear() - Method in class io.netty.handler.codec.spdy.DefaultSpdyHeaders
 
clear() - Method in class io.netty.handler.codec.spdy.SpdyHeaders
Removes all headers from this frame.
clear() - Method in class io.netty.util.collection.IntObjectHashMap
 
clear() - Method in interface io.netty.util.collection.IntObjectMap
Clears all entries from this map.
clearHeaders(HttpMessage) - Static method in class io.netty.handler.codec.http.HttpHeaders
Removes all headers from the specified message.
clearOpWrite() - Method in class io.netty.channel.nio.AbstractNioByteChannel
 
clearPreviouslyPersistedSettings() - Method in class io.netty.handler.codec.spdy.DefaultSpdySettingsFrame
 
clearPreviouslyPersistedSettings() - Method in interface io.netty.handler.codec.spdy.SpdySettingsFrame
Returns true if previously persisted settings should be cleared.
CLIENT_PORT - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Values
"client_port"
ClientAuth - Enum in io.netty.handler.ssl
Indicates the state of the SSLEngine with respect to client authentication.
clientAuth(ClientAuth) - Method in class io.netty.handler.ssl.SslContextBuilder
Sets the client authentication mode.
ClientCookieDecoder - Class in io.netty.handler.codec.http.cookie
A RFC6265 compliant cookie decoder to be used client side.
ClientCookieEncoder - Class in io.netty.handler.codec.http
Deprecated.
Use ClientCookieEncoder instead.
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.
CLOCK - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Values
"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() - Method in class io.netty.channel.AbstractChannel
 
close(ChannelPromise) - Method in class io.netty.channel.AbstractChannel
 
close() - Method in interface io.netty.channel.Channel
Request to close this 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.Channel
Request to close this 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.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() - Method in interface io.netty.channel.ChannelHandlerContext
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.ChannelHandlerContext
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 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.ChannelPipeline
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.ChannelPipeline
Request to close the Channel bound to this ChannelPipeline 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.DefaultChannelPipeline
 
close(ChannelPromise) - Method in class io.netty.channel.DefaultChannelPipeline
 
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 match 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.pool.AbstractChannelPoolMap
 
close() - Method in interface io.netty.channel.pool.ChannelPool
 
close() - Method in class io.netty.channel.pool.FixedChannelPool
 
close() - Method in class io.netty.channel.pool.SimpleChannelPool
 
close() - Method in class io.netty.channel.unix.FileDescriptor
Close the file descriptor.
close() - Method in class io.netty.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() - Method in class io.netty.handler.codec.http.HttpChunkedInput
 
CLOSE - Static variable in class io.netty.handler.codec.http.HttpHeaders.Values
"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 - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Values
"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() - 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 interface io.netty.util.ResourceLeak
Deprecated.
Close the leak so that ResourceLeakDetector does not warn about leaked resources.
close(T) - Method in interface io.netty.util.ResourceLeakTracker
Close the leak so that ResourceLeakTracker does not warn about leaked resources.
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.
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() - Method in class io.netty.channel.AbstractChannel
 
closeFuture() - Method in interface io.netty.channel.Channel
Returns the ChannelFuture which will be notified when this channel is closed.
closeIfClosed() - Method in class io.netty.channel.AbstractChannel.AbstractUnsafe
 
closeInbound() - Method in class io.netty.handler.ssl.ReferenceCountedOpenSslEngine
 
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.ReferenceCountedOpenSslEngine
 
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
cmdStatus() - Method in class io.netty.handler.codec.socks.SocksCmdResponse
Returns the SocksCmdStatus of this SocksCmdResponse
cmdType() - Method in class io.netty.handler.codec.socks.SocksCmdRequest
Returns the SocksCmdType of this SocksCmdRequest
code() - Method in class io.netty.handler.codec.http.HttpResponseStatus
Returns the code of this HttpResponseStatus.
code() - Method in class io.netty.handler.codec.spdy.SpdySessionStatus
Returns the code of this status.
code() - Method in class io.netty.handler.codec.spdy.SpdyStreamStatus
Returns the code of this status.
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.
COLON - Static variable in class io.netty.handler.codec.http.HttpConstants
Colon ':'
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.
COMMA - Static variable in class io.netty.handler.codec.http.HttpConstants
Comma ','
command() - Method in class io.netty.handler.codec.haproxy.HAProxyMessage
Returns the HAProxyCommand of this HAProxyMessage.
comment() - Method in interface io.netty.handler.codec.http.Cookie
Deprecated.
Not part of RFC6265
comment() - Method in class io.netty.handler.codec.http.DefaultCookie
Deprecated.
commentUrl() - Method in interface io.netty.handler.codec.http.Cookie
Deprecated.
Not part of RFC6265
commentUrl() - Method in class io.netty.handler.codec.http.DefaultCookie
Deprecated.
commitTimeMillis() - Method in class io.netty.util.Version
 
compare(ByteBuf, ByteBuf) - Static method in class io.netty.buffer.ByteBufUtil
Compares the two specified buffers as described in ByteBuf.compareTo(ByteBuf).
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.
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
 
compareTo(Channel) - Method in class io.netty.channel.AbstractChannel
 
compareTo(ChannelGroup) - Method in class io.netty.channel.group.DefaultChannelGroup
 
compareTo(LocalAddress) - Method in class io.netty.channel.local.LocalAddress
 
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(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(SpdySessionStatus) - Method in class io.netty.handler.codec.spdy.SpdySessionStatus
 
compareTo(SpdyStreamStatus) - Method in class io.netty.handler.codec.spdy.SpdyStreamStatus
 
compareTo(UniqueName) - Method in class io.netty.util.UniqueName
Deprecated.
 
CompatibleMarshallingDecoder - Class in io.netty.handler.codec.marshalling
ReplayingDecoder which use an Unmarshaller to read the Object out of the ByteBuf.
CompatibleMarshallingDecoder(UnmarshallerProvider, int) - Constructor for class io.netty.handler.codec.marshalling.CompatibleMarshallingDecoder
Create a new instance of CompatibleMarshallingDecoder.
CompatibleMarshallingEncoder - Class in io.netty.handler.codec.marshalling
MessageToByteEncoder implementation which uses JBoss Marshalling to marshal an Object.
CompatibleMarshallingEncoder(MarshallerProvider) - Constructor for class io.netty.handler.codec.marshalling.CompatibleMarshallingEncoder
Create a new instance of the CompatibleMarshallingEncoder
CompatibleObjectEncoder - Class in io.netty.handler.codec.serialization
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.
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
componentAtOffset(int) - Method in class io.netty.buffer.CompositeByteBuf
Return the ByteBuf on the specified index
compose(ChannelMatcher...) - Static method in class io.netty.channel.group.ChannelMatchers
Return a composite of the given ChannelMatchers.
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.
CompositeByteBuf - Class in io.netty.buffer
A virtual buffer which shows multiple buffers as a single merged buffer.
CompositeByteBuf(ByteBufAllocator, boolean, int) - Constructor for class io.netty.buffer.CompositeByteBuf
 
CompositeByteBuf(ByteBufAllocator, boolean, int, ByteBuf...) - Constructor for class io.netty.buffer.CompositeByteBuf
 
CompositeByteBuf(ByteBufAllocator, boolean, int, Iterable<ByteBuf>) - Constructor for class io.netty.buffer.CompositeByteBuf
 
compositeDirectBuffer() - Method in class io.netty.buffer.AbstractByteBufAllocator
 
compositeDirectBuffer(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
 
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
 
COMPRESS - Static variable in class io.netty.handler.codec.http.HttpHeaders.Values
"compress"
COMPRESS - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Values
"compress"
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.
computeRemoteAddr(InetSocketAddress, InetSocketAddress) - Static method in class io.netty.channel.epoll.UnixChannelUtil
 
CONFERENCE - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Names
"Conference"
CONFERENCE_NOT_FOUND - Static variable in class io.netty.handler.codec.rtsp.RtspResponseStatuses
452 Conference Not Found
config() - Method in interface io.netty.channel.Channel
Returns the configuration of this channel.
config() - Method in class io.netty.channel.embedded.EmbeddedChannel
 
config() - Method in class io.netty.channel.epoll.EpollDatagramChannel
 
config() - Method in class io.netty.channel.epoll.EpollDomainSocketChannel
 
config() - Method in class io.netty.channel.epoll.EpollServerDomainSocketChannel
 
config() - Method in class io.netty.channel.epoll.EpollServerSocketChannel
 
config() - Method in class io.netty.channel.epoll.EpollSocketChannel
 
config() - Method in class io.netty.channel.local.LocalChannel
 
config() - Method in class io.netty.channel.local.LocalServerChannel
 
config() - Method in class io.netty.channel.rxtx.RxtxChannel
Deprecated.
 
config() - Method in class io.netty.channel.sctp.nio.NioSctpChannel
 
config() - Method in class io.netty.channel.sctp.nio.NioSctpServerChannel
 
config() - Method in class io.netty.channel.sctp.oio.OioSctpChannel
 
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() - Method in class io.netty.channel.socket.nio.NioDatagramChannel
 
config() - Method in class io.netty.channel.socket.nio.NioServerSocketChannel
 
config() - Method in class io.netty.channel.socket.nio.NioSocketChannel
 
config() - Method in class io.netty.channel.socket.oio.OioDatagramChannel
Returns the configuration of this channel.
config() - Method in class io.netty.channel.socket.oio.OioServerSocketChannel
 
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 class io.netty.channel.udt.nio.NioUdtAcceptorChannel
Deprecated.
 
config() - Method in class io.netty.channel.udt.nio.NioUdtByteConnectorChannel
Deprecated.
 
config() - Method in class io.netty.channel.udt.nio.NioUdtMessageConnectorChannel
Deprecated.
 
config() - Method in interface io.netty.channel.udt.UdtChannel
Deprecated.
Returns the UdtChannelConfig of the channel.
config() - Method in interface io.netty.channel.unix.DomainSocketChannel
 
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.
configureChannel(long, long) - Method in class io.netty.handler.traffic.GlobalChannelTrafficShapingHandler
 
configureHttp1(ChannelHandlerContext) - Method in class io.netty.handler.codec.spdy.SpdyOrHttpChooser
Deprecated.
Configures the Channel of the specified ctx for HTTP/1.
configurePipeline(ChannelHandlerContext, String) - Method in class io.netty.handler.ssl.ApplicationProtocolNegotiationHandler
Invoked on successful initial SSL/TLS handshake.
configureSpdy(ChannelHandlerContext, SpdyVersion) - Method in class io.netty.handler.codec.spdy.SpdyOrHttpChooser
Deprecated.
Configures the Channel of the specified ctx for HTTP/2.
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
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 interface io.netty.channel.Channel
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.Channel
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.Channel
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.Channel
Request to connect to the given SocketAddress while bind to the localAddress and notify the ChannelFuture once the operation completes, either because the operation was successful or because of an error.
connect(SocketAddress, SocketAddress, ChannelPromise) - Method in 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(SocketAddress) - Method in interface io.netty.channel.ChannelHandlerContext
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.ChannelHandlerContext
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.ChannelHandlerContext
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.ChannelHandlerContext
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 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.ChannelPipeline
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.ChannelPipeline
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.ChannelPipeline
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.ChannelPipeline
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.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(SocketAddress, SocketAddress, ChannelPromise) - Method in class io.netty.channel.nio.AbstractNioChannel.AbstractNioUnsafe
 
connect(SocketAddress) - Method in class io.netty.channel.unix.Socket
 
CONNECT - Static variable in class io.netty.handler.codec.http.HttpMethod
This specification reserves the getMethod name CONNECT for use with a proxy that can dynamically switch to being a tunnel
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() - Method in class io.netty.handler.ssl.OpenSslSessionStats
Returns the number of started SSL/TLS handshakes in client mode.
connect(ChannelHandlerContext, SocketAddress, SocketAddress, ChannelPromise) - Method in class io.netty.handler.ssl.SslHandler
 
CONNECT_TIMEOUT_MILLIS - Static variable in class io.netty.channel.ChannelOption
 
connectChannel(Bootstrap) - Method in class io.netty.channel.pool.SimpleChannelPool
Bootstrap a new Channel.
connectGood() - Method in class io.netty.handler.ssl.OpenSslSessionStats
Returns the number of successfully established SSL/TLS sessions in client mode.
CONNECTION - Static variable in class io.netty.handler.codec.http.HttpHeaders.Names
"Connection"
CONNECTION - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Names
"Connection"
connectRenegotiate() - Method in class io.netty.handler.ssl.OpenSslSessionStats
Returns the number of start renegotiations in client mode.
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
 
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
contains(Object) - Method in class io.netty.channel.group.DefaultChannelGroup
 
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(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.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(CharSequence, CharSequence, boolean) - Method in class io.netty.handler.codec.http.HttpHeaders
Returns true if a header with the name and value exists.
contains(String) - Method in class io.netty.handler.codec.spdy.DefaultSpdyHeaders
 
contains(String) - Method in class io.netty.handler.codec.spdy.SpdyHeaders
Returns true if and only if there is a header with the specified header name.
containsKey(int) - Method in class io.netty.util.collection.IntObjectHashMap
 
containsKey(int) - Method in interface io.netty.util.collection.IntObjectMap
Indicates whether or not this map contains a value for the specified key.
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(V) - Method in class io.netty.util.collection.IntObjectHashMap
 
containsValue(V) - Method in interface io.netty.util.collection.IntObjectMap
Indicates whether or not the map contains the specified value.
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.http.DefaultFullHttpRequest
 
content() - Method in class io.netty.handler.codec.http.DefaultFullHttpResponse
 
content() - Method in class io.netty.handler.codec.http.DefaultHttpContent
 
content() - Method in class io.netty.handler.codec.http.multipart.AbstractHttpData
 
content() - Method in class io.netty.handler.codec.http.multipart.MixedAttribute
 
content() - Method in class io.netty.handler.codec.http.multipart.MixedFileUpload
 
content() - Method in class io.netty.handler.codec.spdy.DefaultSpdyDataFrame
 
content() - Method in interface io.netty.handler.codec.spdy.SpdyDataFrame
Returns the data payload of this frame.
content() - Method in class io.netty.handler.ssl.PemPrivateKey
 
content() - Method in class io.netty.handler.ssl.PemX509Certificate
 
CONTENT_BASE - Static variable in class io.netty.handler.codec.http.HttpHeaders.Names
"Content-Base"
CONTENT_BASE - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Names
"Content-Base"
CONTENT_ENCODING - Static variable in class io.netty.handler.codec.http.HttpHeaders.Names
"Content-Encoding"
CONTENT_ENCODING - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Names
"Content-Encoding"
CONTENT_LANGUAGE - Static variable in class io.netty.handler.codec.http.HttpHeaders.Names
"Content-Language"
CONTENT_LANGUAGE - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Names
"Content-Language"
CONTENT_LENGTH - Static variable in class io.netty.handler.codec.http.HttpHeaders.Names
"Content-Length"
CONTENT_LENGTH - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Names
"Content-Length"
CONTENT_LOCATION - Static variable in class io.netty.handler.codec.http.HttpHeaders.Names
"Content-Location"
CONTENT_LOCATION - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Names
"Content-Location"
CONTENT_MD5 - Static variable in class io.netty.handler.codec.http.HttpHeaders.Names
"Content-MD5"
CONTENT_RANGE - Static variable in class io.netty.handler.codec.http.HttpHeaders.Names
"Content-Range"
CONTENT_TRANSFER_ENCODING - Static variable in class io.netty.handler.codec.http.HttpHeaders.Names
"Content-Transfer-Encoding"
CONTENT_TYPE - Static variable in class io.netty.handler.codec.http.HttpHeaders.Names
"Content-Type"
CONTENT_TYPE - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Names
"Content-Type"
contentEncoder() - Method in class io.netty.handler.codec.http.HttpContentEncoder.Result
 
contentToString() - Method in class io.netty.buffer.DefaultByteBufHolder
Return ByteBuf.toString() without checking the reference count first.
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() - Method in class io.netty.handler.ssl.ReferenceCountedOpenSslContext
Deprecated.
this method is considered unsafe as the returned pointer may be released later. Dont use it!
ContextBoundUnmarshallerProvider - Class in io.netty.handler.codec.marshalling
UnmarshallerProvider which store a reference to the Unmarshaller in the ChannelHandlerContext via the AttributeMap.attr(AttributeKey) method.
ContextBoundUnmarshallerProvider(MarshallerFactory, MarshallingConfiguration) - Constructor for class io.netty.handler.codec.marshalling.ContextBoundUnmarshallerProvider
 
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
"100-continue"
CONTINUE - Static variable in class io.netty.handler.codec.http.HttpResponseStatus
100 Continue
CONTINUE - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Values
"100-continue"
CONTINUE - Static variable in class io.netty.handler.codec.rtsp.RtspResponseStatuses
100 Continue
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
 
Cookie - Interface in io.netty.handler.codec.http
Deprecated.
Use Cookie instead.
Cookie - Interface in io.netty.handler.codec.http.cookie
An interface defining an HTTP cookie.
COOKIE - Static variable in class io.netty.handler.codec.http.HttpHeaders.Names
"Cookie"
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);
 
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
 
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.
copy() - Method in class io.netty.buffer.AbstractByteBuf
 
copy() - Method in class io.netty.buffer.ByteBuf
Returns a copy of this buffer's readable bytes.
copy(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
Create a deep copy of this ByteBufHolder.
copy(int, int) - Method in class io.netty.buffer.CompositeByteBuf
 
copy() - Method in class io.netty.buffer.DefaultByteBufHolder
 
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.ReadOnlyByteBuf
Deprecated.
 
copy(int, int) - Method in class io.netty.buffer.SlicedByteBuf
Deprecated.
 
copy() - Method in class io.netty.buffer.SwappedByteBuf
 
copy(int, int) - Method in class io.netty.buffer.SwappedByteBuf
 
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() - Method in class io.netty.channel.sctp.SctpMessage
 
copy() - Method in class io.netty.channel.socket.DatagramPacket
 
copy() - Method in class io.netty.channel.udt.UdtMessage
Deprecated.
 
copy() - Method in class io.netty.handler.codec.haproxy.HAProxyTLV
 
copy() - Method in class io.netty.handler.codec.http.DefaultFullHttpRequest
 
copy() - Method in class io.netty.handler.codec.http.DefaultFullHttpResponse
 
copy() - Method in class io.netty.handler.codec.http.DefaultHttpContent
 
copy() - Method in class io.netty.handler.codec.http.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 interface io.netty.handler.codec.http.LastHttpContent
 
copy() - Method in interface io.netty.handler.codec.http.multipart.Attribute
 
copy() - Method in class io.netty.handler.codec.http.multipart.DiskAttribute
 
copy() - Method in class io.netty.handler.codec.http.multipart.DiskFileUpload
 
copy() - Method in interface io.netty.handler.codec.http.multipart.FileUpload
 
copy() - Method in interface io.netty.handler.codec.http.multipart.HttpData
 
copy() - Method in class io.netty.handler.codec.http.multipart.MemoryAttribute
 
copy() - Method in class io.netty.handler.codec.http.multipart.MemoryFileUpload
 
copy() - Method in class io.netty.handler.codec.http.multipart.MixedAttribute
 
copy() - Method in class io.netty.handler.codec.http.multipart.MixedFileUpload
 
copy() - Method in class io.netty.handler.codec.http.websocketx.BinaryWebSocketFrame
 
copy() - Method in class io.netty.handler.codec.http.websocketx.CloseWebSocketFrame
 
copy() - Method in class io.netty.handler.codec.http.websocketx.ContinuationWebSocketFrame
 
copy() - Method in class io.netty.handler.codec.http.websocketx.PingWebSocketFrame
 
copy() - Method in class io.netty.handler.codec.http.websocketx.PongWebSocketFrame
 
copy() - Method in class io.netty.handler.codec.http.websocketx.TextWebSocketFrame
 
copy() - Method in class io.netty.handler.codec.http.websocketx.WebSocketFrame
 
copy() - Method in class io.netty.handler.codec.spdy.DefaultSpdyDataFrame
 
copy() - Method in interface io.netty.handler.codec.spdy.SpdyDataFrame
 
copy() - Method in class io.netty.handler.ssl.PemPrivateKey
 
copy() - Method in class io.netty.handler.ssl.PemX509Certificate
 
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.
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.
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.
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.Builder - Class in io.netty.handler.codec.http.cors
Builder used to configure and build a CorsConfig instance.
CorsConfig.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
 
count() - Method in class io.netty.channel.DefaultFileRegion
 
count() - Method in interface io.netty.channel.FileRegion
Returns the number of bytes to transfer.
CR - Static variable in class io.netty.handler.codec.http.HttpConstants
Carriage return
createAttribute(HttpRequest, String) - 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, 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 - Static variable in class io.netty.handler.codec.rtsp.RtspResponseStatuses
201 Created
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
 
createInvalidMessage() - Method in class io.netty.handler.codec.http.HttpObjectDecoder
 
createInvalidMessage() - Method in class io.netty.handler.codec.http.HttpRequestDecoder
 
createInvalidMessage() - Method in class io.netty.handler.codec.http.HttpResponseDecoder
 
createInvalidMessage() - Method in class io.netty.handler.codec.rtsp.RtspDecoder
 
createMessage(String[]) - Method in class io.netty.handler.codec.http.HttpObjectDecoder
 
createMessage(String[]) - Method in class io.netty.handler.codec.http.HttpRequestDecoder
 
createMessage(String[]) - Method in class io.netty.handler.codec.http.HttpResponseDecoder
 
createMessage(String[]) - Method in class io.netty.handler.codec.rtsp.RtspDecoder
 
CSEQ - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Names
"CSeq"
ctx - Variable in class io.netty.handler.codec.http.HttpContentDecoder
 
ctx - Variable in class io.netty.handler.ssl.ReferenceCountedOpenSslContext
The OpenSSL SSL_CTX object.
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.
cumulativeReadBytes() - Method in class io.netty.handler.traffic.TrafficCounter
 
cumulativeWrittenBytes() - Method in class io.netty.handler.traffic.TrafficCounter
 
current() - Method in class io.netty.channel.ChannelOutboundBuffer
Return the current message to write or 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.
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.
currentReadBytes() - Method in class io.netty.handler.traffic.TrafficCounter
 
currentWrittenBytes() - Method in class io.netty.handler.traffic.TrafficCounter
 
customHeaders - Variable in class io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker
 

D

DATA_BITS - Static variable in class io.netty.channel.rxtx.RxtxChannelOption
Deprecated.
 
DATAGRAM_CHANNEL_ACTIVE_ON_REGISTRATION - Static variable in class io.netty.channel.ChannelOption
Deprecated.
DatagramChannel - Interface in io.netty.channel.socket
A UDP/IP Channel.
DatagramChannelConfig - Interface in io.netty.channel.socket
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.
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.
DATE - Static variable in class io.netty.handler.codec.http.HttpHeaders.Names
"Date"
DATE - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Names
"Date"
DateValueGenerator() - Constructor for class io.netty.handler.codec.http.cors.CorsConfig.DateValueGenerator
 
deallocate() - Method in class io.netty.buffer.AbstractReferenceCountedByteBuf
deallocate() - Method in class io.netty.buffer.CompositeByteBuf
 
deallocate() - Method in class io.netty.buffer.UnpooledDirectByteBuf
 
deallocate() - Method in class io.netty.buffer.UnpooledHeapByteBuf
 
deallocate() - Method in class io.netty.buffer.UnpooledUnsafeDirectByteBuf
 
deallocate() - Method in class io.netty.channel.DefaultFileRegion
 
deallocate() - Method in class io.netty.handler.codec.http.multipart.AbstractHttpData
 
deallocate() - Method in class io.netty.handler.ssl.PemPrivateKey
 
deallocate() - Method in class io.netty.util.AbstractReferenceCounted
Called once AbstractReferenceCounted.refCnt() is equals 0.
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(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.JdkZlibDecoder
 
decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.compression.JZlibDecoder
 
decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.compression.SnappyFramedDecoder
 
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, 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, HttpObject, 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, HttpObject, List<Object>) - Method in class io.netty.handler.codec.http.HttpObjectAggregator
 
decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.http.HttpObjectDecoder
 
decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.http.websocketx.WebSocket00FrameDecoder
 
decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder
 
decode(ChannelHandlerContext, 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.WebSocketFrameAggregator
 
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.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.marshalling.CompatibleMarshallingDecoder
 
decode(ChannelHandlerContext, ByteBuf) - Method in class io.netty.handler.codec.marshalling.MarshallingDecoder
 
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.protobuf.ProtobufDecoder
 
decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.protobuf.ProtobufVarint32FrameDecoder
 
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, 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.spdy.SpdyFrameCodec
 
decode(ByteBuf) - Method in class io.netty.handler.codec.spdy.SpdyFrameDecoder
 
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.spdy.SpdyOrHttpChooser
Deprecated.
 
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.ssl.OptionalSslHandler
 
decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.ssl.SniHandler
 
decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.ssl.SslHandler
 
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.
decodeHeaderBlock(ByteBuf, SpdyHeadersFrame) - Method in class io.netty.handler.codec.spdy.SpdyHeaderBlockRawDecoder
 
decodeHexByte(CharSequence, int) - Static method in class io.netty.buffer.ByteBufUtil
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[])
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
 
decodeLast(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.marshalling.CompatibleMarshallingDecoder
 
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.
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.
DecoderResult - Class in io.netty.handler.codec
 
DecoderResult(Throwable) - Constructor for class io.netty.handler.codec.DecoderResult
 
decompose(int, int) - Method in class io.netty.buffer.CompositeByteBuf
Same with AbstractByteBuf.slice(int, int) except that this method returns a list.
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.
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
 
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
 
DEFAULT - Static variable in class io.netty.channel.DefaultMessageSizeEstimator
Return the default implementation which returns 8 for unknown messages.
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_MAX_COMPOSITEBUFFER_COMPONENTS - Static variable in class io.netty.handler.codec.http.HttpObjectAggregator
 
DEFAULT_MAX_CONTENT_LENGTH - Static variable in class io.netty.handler.codec.rtsp.RtspDecoder
Constant for default max content length.
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_PENDING_TASKS - Static variable in class io.netty.channel.SingleThreadEventLoop
 
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).
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.
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
 
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 SocketChannelConfig implementation.
DefaultChannelConfig(Channel) - 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.
DefaultChannelPipeline - Class in io.netty.channel
The default ChannelPipeline implementation.
DefaultChannelPipeline(Channel) - Constructor for class io.netty.channel.DefaultChannelPipeline
 
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.
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.
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.
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.
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, ByteBuf, boolean) - 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, ByteBuf, boolean) - Constructor for class io.netty.handler.codec.http.DefaultFullHttpResponse
 
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(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(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.
DefaultHttpHeaders - Class in io.netty.handler.codec.http
 
DefaultHttpHeaders() - Constructor for class io.netty.handler.codec.http.DefaultHttpHeaders
 
DefaultHttpHeaders(boolean) - Constructor for class io.netty.handler.codec.http.DefaultHttpHeaders
 
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) - Constructor for class io.netty.handler.codec.http.DefaultHttpMessage
 
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.
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.
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
 
DefaultMarshallerProvider - Class in io.netty.handler.codec.marshalling
Default implementation of MarshallerProvider which just create a new Marshaller on ever DefaultMarshallerProvider.getMarshaller(ChannelHandlerContext) call.
DefaultMarshallerProvider(MarshallerFactory, MarshallingConfiguration) - Constructor for class io.netty.handler.codec.marshalling.DefaultMarshallerProvider
Create a new instance
defaultMaxOrder() - Static method in class io.netty.buffer.PooledByteBufAllocator
Default maximum order - System Property: io.netty.allocator.maxOrder - default 11
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
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.
DefaultOioSocketChannelConfig - Class in io.netty.channel.socket.oio
Default OioSocketChannelConfig implementation
DefaultOioSocketChannelConfig(SocketChannel, Socket) - Constructor for class io.netty.channel.socket.oio.DefaultOioSocketChannelConfig
Deprecated.
defaultPageSize() - Static method in class io.netty.buffer.PooledByteBufAllocator
Default buffer page size - System Property: io.netty.allocator.pageSize - default 8192
defaultPreferDirect() - Static method in class io.netty.buffer.PooledByteBufAllocator
Default prefer direct - System Property: io.netty.noPreferDirect - default false
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.
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.
DefaultSelectStrategyFactory - Class in io.netty.channel
Factory which uses the default select strategy.
defaultServerProvider() - Static method in class io.netty.handler.ssl.SslContext
Returns the default server-side implementation provider currently in use.
DefaultServerSocketChannelConfig - Class in io.netty.channel.socket
The default ServerSocketChannelConfig implementation.
DefaultServerSocketChannelConfig(ServerSocketChannel, ServerSocket) - Constructor for class io.netty.channel.socket.DefaultServerSocketChannelConfig
Creates a new instance.
defaultSmallCacheSize() - Static method in class io.netty.buffer.PooledByteBufAllocator
Default small cache size - System Property: io.netty.allocator.smallCacheSize - default 256
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.
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
 
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.
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
 
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.
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.
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.
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
 
defaultTinyCacheSize() - Static method in class io.netty.buffer.PooledByteBufAllocator
Default tiny cache size - System Property: io.netty.allocator.tinyCacheSize - default 512
DefaultUdtChannelConfig - Class in io.netty.channel.udt
Deprecated.
The UDT transport is no longer maintained and will be removed.
DefaultUdtChannelConfig(UdtChannel, ChannelUDT, boolean) - Constructor for class io.netty.channel.udt.DefaultUdtChannelConfig
Deprecated.
 
DefaultUdtServerChannelConfig - Class in io.netty.channel.udt
Deprecated.
The UDT transport is no longer maintained and will be removed.
DefaultUdtServerChannelConfig(UdtChannel, ChannelUDT, boolean) - Constructor for class io.netty.channel.udt.DefaultUdtServerChannelConfig
Deprecated.
 
DefaultUnmarshallerProvider - Class in io.netty.handler.codec.marshalling
Default implementation of UnmarshallerProvider which will just create a new Unmarshaller on every call to DefaultUnmarshallerProvider.getUnmarshaller(ChannelHandlerContext)
DefaultUnmarshallerProvider(MarshallerFactory, MarshallingConfiguration) - Constructor for class io.netty.handler.codec.marshalling.DefaultUnmarshallerProvider
Create a new instance of DefaultMarshallerProvider
defaultUseCacheForAllThreads() - Static method in class io.netty.buffer.PooledByteBufAllocator
Default thread caching behavior - System Property: io.netty.allocator.useCacheForAllThreads - default true
definedSize - Variable in class io.netty.handler.codec.http.multipart.AbstractHttpData
 
DEFLATE - Static variable in class io.netty.handler.codec.http.HttpHeaders.Values
"deflate"
DEFLATE - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Values
"deflate"
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.
DelegatingSslContext - Class in io.netty.handler.ssl
Adapter class which allows to wrap another SslContext and init SSLEngine instances.
DelegatingSslContext(SslContext) - Constructor for class io.netty.handler.ssl.DelegatingSslContext
 
DELETE - Static variable in class io.netty.handler.codec.http.HttpMethod
The DELETE getMethod 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() - Method in class io.netty.handler.ssl.util.SelfSignedCertificate
Deletes the generated X.509 certificate file and RSA private key file.
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
 
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 - Class in io.netty.handler.codec
A set of commonly used delimiters for DelimiterBasedFrameDecoder.
deltaWindowSize() - Method in class io.netty.handler.codec.spdy.DefaultSpdyWindowUpdateFrame
 
deltaWindowSize() - Method in interface io.netty.handler.codec.spdy.SpdyWindowUpdateFrame
Returns the Delta-Window-Size of this frame.
deregister(ChannelPromise) - 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 interface io.netty.channel.Channel
Request to deregister this Channel 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.Channel
Request to deregister this Channel 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.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() - Method in interface io.netty.channel.ChannelHandlerContext
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.ChannelHandlerContext
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(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.ChannelPipeline
Request to deregister the Channel 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.ChannelPipeline
Request to deregister the Channel bound this ChannelPipeline 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(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() - 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 Channel.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 match the given ChannelMatcher. Please note that this operation is asynchronous as Channel.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.spdy.SpdyFrameCodec
 
deregister(ChannelHandlerContext, ChannelPromise) - Method in class io.netty.handler.logging.LoggingHandler
 
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.
DESTINATION - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Values
"destination"
DESTINATION_UNREACHABLE - Static variable in class io.netty.handler.codec.rtsp.RtspResponseStatuses
462 Destination unreachable
destinationAddress() - Method in class io.netty.handler.codec.haproxy.HAProxyMessage
Returns the human-readable destination address of this HAProxyMessage.
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.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.ssl.PemPrivateKey
NOTE: This is a JDK8 interface/method.
destroy() - Static method in class io.netty.util.concurrent.FastThreadLocal
Destroys the data structure that keeps all FastThreadLocal variables accessed from non-FastThreadLocalThreads.
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.
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
 
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.
disable() - Method in class io.netty.handler.codec.http.cors.CorsConfig.Builder
Disables CORS support.
DISABLED - Static variable in class io.netty.handler.ssl.ApplicationProtocolConfig
The configuration that disables application protocol negotiation.
discardReadBytes() - Method in class io.netty.buffer.AbstractByteBuf
 
discardReadBytes() - Method in class io.netty.buffer.ByteBuf
Discards the bytes between the 0th index and readerIndex.
discardReadBytes() - Method in class io.netty.buffer.CompositeByteBuf
 
discardReadBytes() - Method in class io.netty.buffer.EmptyByteBuf
 
discardReadBytes() - Method in class io.netty.buffer.ReadOnlyByteBuf
Deprecated.
 
discardReadBytes() - Method in class io.netty.buffer.SwappedByteBuf
 
discardReadComponents() - Method in class io.netty.buffer.CompositeByteBuf
Discard all ByteBufs which are read.
discardSomeReadBytes() - Method in class io.netty.buffer.AbstractByteBuf
 
discardSomeReadBytes() - Method in class io.netty.buffer.ByteBuf
Similar to ByteBuf.discardReadBytes() except that this method might discard some, all, or none of read bytes depending on its internal implementation to reduce overall memory bandwidth consumption at the cost of potentially additional memory consumption.
discardSomeReadBytes() - Method in class io.netty.buffer.CompositeByteBuf
 
discardSomeReadBytes() - Method in class io.netty.buffer.EmptyByteBuf
 
discardSomeReadBytes() - Method in class io.netty.buffer.SwappedByteBuf
 
discardSomeReadBytes() - Method in class io.netty.handler.codec.ByteToMessageDecoder
 
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 interface io.netty.channel.Channel
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.Channel
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.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() - Method in interface io.netty.channel.ChannelHandlerContext
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.ChannelHandlerContext
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(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.ChannelPipeline
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.ChannelPipeline
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(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() - 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 match the given ChannelMatcher.
disconnect() - Method in class io.netty.channel.group.DefaultChannelGroup
 
disconnect(ChannelMatcher) - Method in class io.netty.channel.group.DefaultChannelGroup
 
disconnect() - Method in class io.netty.channel.unix.Socket
 
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.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, String) - 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
 
doAccounting(TrafficCounter) - Method in class io.netty.handler.traffic.AbstractTrafficShapingHandler
Called each time the accounting is computed from the TrafficCounters.
doAccounting(TrafficCounter) - Method in class io.netty.handler.traffic.GlobalChannelTrafficShapingHandler
 
doBeginRead() - Method in class io.netty.channel.AbstractChannel
Schedule a read operation.
doBeginRead() - Method in class io.netty.channel.embedded.EmbeddedChannel
 
doBeginRead() - Method in class io.netty.channel.local.LocalChannel
 
doBeginRead() - Method in class io.netty.channel.local.LocalServerChannel
 
doBeginRead() - Method in class io.netty.channel.nio.AbstractNioChannel
 
doBeginRead() - Method in class io.netty.channel.oio.AbstractOioChannel
 
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.local.LocalChannel
 
doBind(SocketAddress) - Method in class io.netty.channel.local.LocalServerChannel
 
doBind(SocketAddress) - Method in class io.netty.channel.rxtx.RxtxChannel
Deprecated.
 
doBind(SocketAddress) - Method in class io.netty.channel.sctp.nio.NioSctpChannel
 
doBind(SocketAddress) - Method in class io.netty.channel.sctp.nio.NioSctpServerChannel
 
doBind(SocketAddress) - Method in class io.netty.channel.sctp.oio.OioSctpChannel
 
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.channel.udt.nio.NioUdtAcceptorChannel
Deprecated.
 
doBind(SocketAddress) - Method in class io.netty.channel.udt.nio.NioUdtByteConnectorChannel
Deprecated.
 
doBind(SocketAddress) - Method in class io.netty.channel.udt.nio.NioUdtMessageConnectorChannel
Deprecated.
 
doClose() - Method in class io.netty.channel.AbstractChannel
Close the Channel
doClose() - Method in class io.netty.channel.embedded.EmbeddedChannel
 
doClose() - Method in class io.netty.channel.epoll.AbstractEpollStreamChannel
 
doClose() - Method in class io.netty.channel.epoll.EpollDatagramChannel
 
doClose() - Method in class io.netty.channel.epoll.EpollServerDomainSocketChannel
 
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.rxtx.RxtxChannel
Deprecated.
 
doClose() - Method in class io.netty.channel.sctp.nio.NioSctpChannel
 
doClose() - Method in class io.netty.channel.sctp.nio.NioSctpServerChannel
 
doClose() - Method in class io.netty.channel.sctp.oio.OioSctpChannel
 
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.channel.udt.nio.NioUdtAcceptorChannel
Deprecated.
 
doClose() - Method in class io.netty.channel.udt.nio.NioUdtByteConnectorChannel
Deprecated.
 
doClose() - Method in class io.netty.channel.udt.nio.NioUdtMessageConnectorChannel
Deprecated.
 
doConnect(SocketAddress, SocketAddress) - Method in class io.netty.channel.epoll.AbstractEpollServerChannel
 
doConnect(SocketAddress, SocketAddress) - Method in class io.netty.channel.epoll.EpollDatagramChannel
 
doConnect(SocketAddress, SocketAddress) - Method in class io.netty.channel.epoll.EpollDomainSocketChannel
 
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.rxtx.RxtxChannel
Deprecated.
 
doConnect(SocketAddress, SocketAddress) - Method in class io.netty.channel.sctp.nio.NioSctpChannel
 
doConnect(SocketAddress, SocketAddress) - Method in class io.netty.channel.sctp.nio.NioSctpServerChannel
 
doConnect(SocketAddress, SocketAddress) - Method in class io.netty.channel.sctp.oio.OioSctpChannel
 
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
 
doConnect(SocketAddress, SocketAddress) - Method in class io.netty.channel.udt.nio.NioUdtAcceptorChannel
Deprecated.
 
doConnect(SocketAddress, SocketAddress) - Method in class io.netty.channel.udt.nio.NioUdtByteConnectorChannel
Deprecated.
 
doConnect(SocketAddress, SocketAddress) - Method in class io.netty.channel.udt.nio.NioUdtMessageConnectorChannel
Deprecated.
 
doDeregister() - Method in class io.netty.channel.AbstractChannel
Deregister the Channel from its EventLoop.
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.EpollDatagramChannel
 
doDisconnect() - Method in class io.netty.channel.local.LocalChannel
 
doDisconnect() - Method in class io.netty.channel.rxtx.RxtxChannel
Deprecated.
 
doDisconnect() - Method in class io.netty.channel.sctp.nio.NioSctpChannel
 
doDisconnect() - Method in class io.netty.channel.sctp.nio.NioSctpServerChannel
 
doDisconnect() - Method in class io.netty.channel.sctp.oio.OioSctpChannel
 
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.channel.udt.nio.NioUdtAcceptorChannel
Deprecated.
 
doDisconnect() - Method in class io.netty.channel.udt.nio.NioUdtByteConnectorChannel
Deprecated.
 
doDisconnect() - Method in class io.netty.channel.udt.nio.NioUdtMessageConnectorChannel
Deprecated.
 
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
 
doFinishConnect() - Method in class io.netty.channel.udt.nio.NioUdtAcceptorChannel
Deprecated.
 
doFinishConnect() - Method in class io.netty.channel.udt.nio.NioUdtByteConnectorChannel
Deprecated.
 
doFinishConnect() - Method in class io.netty.channel.udt.nio.NioUdtMessageConnectorChannel
Deprecated.
 
doInit() - Method in class io.netty.channel.rxtx.RxtxChannel
Deprecated.
 
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() - Method in class io.netty.handler.codec.http.cookie.DefaultCookie
 
DOMAIN_SOCKET_READ_MODE - Static variable in class io.netty.channel.epoll.EpollChannelOption
 
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
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
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
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.
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
 
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
 
doReadBytes(ByteBuf) - Method in class io.netty.channel.udt.nio.NioUdtByteConnectorChannel
Deprecated.
 
doReadMessages(List<Object>) - Method in class io.netty.channel.nio.AbstractNioMessageChannel
Read messages into the given array and return the amount which was read.
doReadMessages(List<Object>) - Method in class io.netty.channel.oio.AbstractOioMessageChannel
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
 
doReadMessages(List<Object>) - Method in class io.netty.channel.udt.nio.NioUdtAcceptorChannel
Deprecated.
 
doReadMessages(List<Object>) - Method in class io.netty.channel.udt.nio.NioUdtMessageConnectorChannel
Deprecated.
 
doRegister() - Method in class io.netty.channel.AbstractChannel
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.local.LocalChannel
 
doRegister() - Method in class io.netty.channel.local.LocalServerChannel
 
doRegister() - Method in class io.netty.channel.nio.AbstractNioChannel
 
doShutdownOutput() - Method in class io.netty.channel.AbstractChannel
Called when conditions justify shutting down the output portion of the channel.
doShutdownOutput() - Method in class io.netty.channel.epoll.AbstractEpollStreamChannel
 
doShutdownOutput() - Method in class io.netty.channel.socket.nio.NioSocketChannel
 
doShutdownOutput() - Method in class io.netty.channel.socket.oio.OioSocketChannel
 
DOUBLE_QUOTE - Static variable in class io.netty.handler.codec.http.HttpConstants
Double quote '"'
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.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
 
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
 
doWriteBytes(ByteBuf) - Method in class io.netty.channel.udt.nio.NioUdtByteConnectorChannel
Deprecated.
 
doWriteFileRegion(FileRegion) - Method in class io.netty.channel.nio.AbstractNioByteChannel
Write a FileRegion
doWriteFileRegion(FileRegion) - Method in class io.netty.channel.oio.AbstractOioByteChannel
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
 
doWriteFileRegion(FileRegion) - Method in class io.netty.channel.udt.nio.NioUdtByteConnectorChannel
Deprecated.
 
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
 
doWriteMessage(Object, ChannelOutboundBuffer) - Method in class io.netty.channel.udt.nio.NioUdtAcceptorChannel
Deprecated.
 
doWriteMessage(Object, ChannelOutboundBuffer) - Method in class io.netty.channel.udt.nio.NioUdtMessageConnectorChannel
Deprecated.
 
doWriteSingle(ChannelOutboundBuffer, int) - Method in class io.netty.channel.epoll.AbstractEpollStreamChannel
 
doWriteSingle(ChannelOutboundBuffer, int) - Method in class io.netty.channel.epoll.EpollDomainSocketChannel
 
DTR - Static variable in class io.netty.channel.rxtx.RxtxChannelOption
Deprecated.
 
dumpStats() - Method in class io.netty.buffer.PooledByteBufAllocator
Returns the status of the allocator (which contains all metrics) as string.
DuplexChannel - Interface in io.netty.channel.socket
A duplex 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.ByteBuf
Returns a buffer which shares the whole region of this buffer.
duplicate() - Method in interface io.netty.buffer.ByteBufHolder
Duplicate the ByteBufHolder.
duplicate() - Method in class io.netty.buffer.DefaultByteBufHolder
 
duplicate() - Method in class io.netty.buffer.EmptyByteBuf
 
duplicate() - Method in class io.netty.buffer.ReadOnlyByteBuf
Deprecated.
 
duplicate() - Method in class io.netty.buffer.SlicedByteBuf
Deprecated.
 
duplicate() - Method in class io.netty.buffer.SwappedByteBuf
 
duplicate() - Method in class io.netty.channel.sctp.SctpMessage
 
duplicate() - Method in class io.netty.channel.socket.DatagramPacket
 
duplicate() - Method in class io.netty.channel.udt.UdtMessage
Deprecated.
 
duplicate() - Method in class io.netty.handler.codec.haproxy.HAProxyTLV
 
duplicate() - Method in class io.netty.handler.codec.http.DefaultFullHttpRequest
 
duplicate() - Method in class io.netty.handler.codec.http.DefaultFullHttpResponse
 
duplicate() - Method in class io.netty.handler.codec.http.DefaultHttpContent
 
duplicate() - Method in class io.netty.handler.codec.http.DefaultLastHttpContent
 
duplicate() - Method in interface io.netty.handler.codec.http.HttpContent
 
duplicate() - Method in interface io.netty.handler.codec.http.multipart.Attribute
 
duplicate() - Method in class io.netty.handler.codec.http.multipart.DiskAttribute
 
duplicate() - Method in class io.netty.handler.codec.http.multipart.DiskFileUpload
 
duplicate() - Method in interface io.netty.handler.codec.http.multipart.FileUpload
 
duplicate() - Method in interface io.netty.handler.codec.http.multipart.HttpData
 
duplicate() - Method in class io.netty.handler.codec.http.multipart.MemoryAttribute
 
duplicate() - Method in class io.netty.handler.codec.http.multipart.MemoryFileUpload
 
duplicate() - Method in class io.netty.handler.codec.http.multipart.MixedAttribute
 
duplicate() - Method in class io.netty.handler.codec.http.multipart.MixedFileUpload
 
duplicate() - Method in class io.netty.handler.codec.http.websocketx.BinaryWebSocketFrame
 
duplicate() - Method in class io.netty.handler.codec.http.websocketx.CloseWebSocketFrame
 
duplicate() - Method in class io.netty.handler.codec.http.websocketx.ContinuationWebSocketFrame
 
duplicate() - Method in class io.netty.handler.codec.http.websocketx.PingWebSocketFrame
 
duplicate() - Method in class io.netty.handler.codec.http.websocketx.PongWebSocketFrame
 
duplicate() - Method in class io.netty.handler.codec.http.websocketx.TextWebSocketFrame
 
duplicate() - Method in class io.netty.handler.codec.http.websocketx.WebSocketFrame
 
duplicate() - Method in class io.netty.handler.codec.spdy.DefaultSpdyDataFrame
 
duplicate() - Method in interface io.netty.handler.codec.spdy.SpdyDataFrame
 
duplicate() - Method in class io.netty.handler.ssl.PemPrivateKey
 
duplicate() - Method in class io.netty.handler.ssl.PemX509Certificate
 
DuplicatedByteBuf - Class in io.netty.buffer
Deprecated.
Do not use.
DuplicatedByteBuf(ByteBuf) - Constructor for class io.netty.buffer.DuplicatedByteBuf
Deprecated.
 

E

elementSize() - Method in interface io.netty.buffer.PoolSubpageMetric
Return the size (in bytes) of the elements that will be allocated.
EmbeddedChannel - Class in io.netty.channel.embedded
Base class for Channel implementations that are used in an embedded fashion.
EmbeddedChannel(ChannelHandler...) - Constructor for class io.netty.channel.embedded.EmbeddedChannel
Create a new instance
EmbeddedChannel(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(boolean, boolean, ChannelHandler...) - Constructor for class io.netty.channel.embedded.EmbeddedChannel
Create a new instance with the pipeline initialized with the specified handlers.
EmbeddedChannel(boolean, 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.
EMPTY_BUFFER - Static variable in class io.netty.buffer.Unpooled
A buffer whose capacity is 0.
EMPTY_HEADERS - Static variable in class io.netty.handler.codec.http.HttpHeaders
 
EMPTY_HEADERS - Static variable in class io.netty.handler.codec.spdy.SpdyHeaders
 
EMPTY_LAST_CONTENT - Static variable in interface io.netty.handler.codec.http.LastHttpContent
The 'end of content' marker in chunked encoding.
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
 
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(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, ByteBuf, ByteBuf) - Method in class io.netty.handler.codec.compression.JdkZlibEncoder
 
encode(ChannelHandlerContext, ByteBuf, ByteBuf) - Method in class io.netty.handler.codec.compression.JZlibEncoder
 
encode(ChannelHandlerContext, ByteBuf, ByteBuf) - Method in class io.netty.handler.codec.compression.SnappyFramedEncoder
 
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(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, HttpObject, 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(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.WebSocket00FrameEncoder
 
encode(ChannelHandlerContext, WebSocketFrame, List<Object>) - Method in class io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder
 
encode(ChannelHandlerContext, ByteBuf, ByteBuf) - Method in class io.netty.handler.codec.LengthFieldPrepender
 
encode(ChannelHandlerContext, Object, ByteBuf) - Method in class io.netty.handler.codec.marshalling.CompatibleMarshallingEncoder
 
encode(ChannelHandlerContext, Object, ByteBuf) - Method in class io.netty.handler.codec.marshalling.MarshallingEncoder
 
encode(ChannelHandlerContext, 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, MessageLiteOrBuilder, List<Object>) - Method in class io.netty.handler.codec.protobuf.ProtobufEncoder
 
encode(ChannelHandlerContext, ByteBuf, ByteBuf) - Method in class io.netty.handler.codec.protobuf.ProtobufVarint32LengthFieldPrepender
 
encode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.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(ChannelHandlerContext, SocksMessage, ByteBuf) - Method in class io.netty.handler.codec.socks.SocksMessageEncoder
 
encode(ByteBufAllocator, SpdyHeadersFrame) - Method in class io.netty.handler.codec.spdy.SpdyHeaderBlockRawEncoder
 
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, CharSequence, List<Object>) - Method in class io.netty.handler.codec.string.StringEncoder
 
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
 
encodeAscii(String, ByteBuf) - Static method in class io.netty.handler.codec.http.HttpObjectEncoder
Deprecated.
encodeDataFrame(ByteBufAllocator, int, boolean, ByteBuf) - Method in class io.netty.handler.codec.spdy.SpdyFrameEncoder
 
encodeGoAwayFrame(ByteBufAllocator, int, int) - Method in class io.netty.handler.codec.spdy.SpdyFrameEncoder
 
encodeHeaders(HttpHeaders, ByteBuf) - Method in class io.netty.handler.codec.http.HttpObjectEncoder
Encode the HttpHeaders into a ByteBuf.
encodeHeadersFrame(ByteBufAllocator, int, boolean, ByteBuf) - Method in class io.netty.handler.codec.spdy.SpdyFrameEncoder
 
encodeInitialLine(ByteBuf, H) - Method in class io.netty.handler.codec.http.HttpObjectEncoder
 
encodeInitialLine(ByteBuf, 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
 
encodePingFrame(ByteBufAllocator, int) - Method in class io.netty.handler.codec.spdy.SpdyFrameEncoder
 
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.
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.
encodeRstStreamFrame(ByteBufAllocator, int, int) - Method in class io.netty.handler.codec.spdy.SpdyFrameEncoder
 
encodeSettingsFrame(ByteBufAllocator, SpdySettingsFrame) - Method in class io.netty.handler.codec.spdy.SpdyFrameEncoder
 
encodeString(ByteBufAllocator, CharBuffer, Charset) - Static method in class io.netty.buffer.ByteBufUtil
Encode the given CharBuffer using the given Charset into a new ByteBuf which is allocated via the ByteBufAllocator.
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
 
encodeWindowUpdateFrame(ByteBufAllocator, int, int) - Method in class io.netty.handler.codec.spdy.SpdyFrameEncoder
 
EndOfDataDecoderException() - Constructor for exception io.netty.handler.codec.http.multipart.HttpPostRequestDecoder.EndOfDataDecoderException
 
endOffset() - Method in class io.netty.handler.stream.ChunkedFile
Returns the offset in the file where the transfer will end.
endOffset() - Method in class io.netty.handler.stream.ChunkedNioFile
Returns the offset in the file where the transfer will end.
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.
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.
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.handler.ssl.OpenSsl
Ensure that netty-tcnative and its OpenSSL support are available.
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.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, boolean) - Method in class io.netty.buffer.ReadOnlyByteBuf
Deprecated.
 
ensureWritable(int) - Method in class io.netty.buffer.ReadOnlyByteBuf
Deprecated.
 
ensureWritable(int) - Method in class io.netty.buffer.SwappedByteBuf
 
ensureWritable(int, boolean) - Method in class io.netty.buffer.SwappedByteBuf
 
entries() - Method in class io.netty.handler.codec.http.DefaultHttpHeaders
 
entries() - Method in class io.netty.handler.codec.http.HttpHeaders
Returns a new List that contains all headers in this object.
entries() - Method in class io.netty.handler.codec.spdy.DefaultSpdyHeaders
 
entries() - Method in class io.netty.handler.codec.spdy.SpdyHeaders
Returns all header names and values that this frame contains.
entries() - Method in class io.netty.util.collection.IntObjectHashMap
 
entries() - Method in interface io.netty.util.collection.IntObjectMap
Gets an iterable collection of the entries contained in this map.
Epoll - Class in io.netty.channel.epoll
Tells if netty-transport-native-epoll is supported.
EPOLL_MODE - Static variable in class io.netty.channel.epoll.EpollChannelOption
 
EpollChannelConfig - Class in io.netty.channel.epoll
 
EpollChannelOption<T> - Class in io.netty.channel.epoll
 
epollCtlAdd(int, int, int) - Static method in class io.netty.channel.epoll.Native
 
epollCtlDel(int, int) - Static method in class io.netty.channel.epoll.Native
 
epollCtlMod(int, int, int) - Static method in class io.netty.channel.epoll.Native
 
EpollDatagramChannel - Class in io.netty.channel.epoll
DatagramChannel implementation that uses linux EPOLL Edge-Triggered Mode for maximal performance.
EpollDatagramChannel() - Constructor for class io.netty.channel.epoll.EpollDatagramChannel
 
EpollDatagramChannel(FileDescriptor) - Constructor for class io.netty.channel.epoll.EpollDatagramChannel
EpollDatagramChannel(Socket) - Constructor for class io.netty.channel.epoll.EpollDatagramChannel
 
EpollDatagramChannelConfig - Class in io.netty.channel.epoll
 
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(FileDescriptor) - Constructor for class io.netty.channel.epoll.EpollDomainSocketChannel
EpollDomainSocketChannel(Channel, Socket) - Constructor for class io.netty.channel.epoll.EpollDomainSocketChannel
 
EpollDomainSocketChannel(Socket, boolean) - Constructor for class io.netty.channel.epoll.EpollDomainSocketChannel
Creates a new EpollDomainSocketChannel from an existing FileDescriptor
EpollDomainSocketChannelConfig - Class in io.netty.channel.epoll
 
EPOLLERR - Static variable in class io.netty.channel.epoll.Native
 
EPOLLET - Static variable in class io.netty.channel.epoll.Native
 
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, 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, ThreadFactory, int, SelectStrategyFactory, RejectedExecutionHandler) - Constructor for class io.netty.channel.epoll.EpollEventLoopGroup
 
EPOLLIN - Static variable in class io.netty.channel.epoll.Native
 
EpollMode - Enum in io.netty.channel.epoll
The epoll mode to use.
EPOLLOUT - Static variable in class io.netty.channel.epoll.Native
 
EPOLLRDHUP - Static variable in class io.netty.channel.epoll.Native
 
EpollServerChannelConfig - Class in io.netty.channel.epoll
 
EpollServerDomainSocketChannel - Class in io.netty.channel.epoll
 
EpollServerDomainSocketChannel() - Constructor for class io.netty.channel.epoll.EpollServerDomainSocketChannel
 
EpollServerDomainSocketChannel(FileDescriptor) - Constructor for class io.netty.channel.epoll.EpollServerDomainSocketChannel
EpollServerDomainSocketChannel(Socket) - Constructor for class io.netty.channel.epoll.EpollServerDomainSocketChannel
EpollServerDomainSocketChannel(Socket, 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(FileDescriptor) - Constructor for class io.netty.channel.epoll.EpollServerSocketChannel
EpollServerSocketChannel(Socket) - Constructor for class io.netty.channel.epoll.EpollServerSocketChannel
EpollServerSocketChannel(Socket, boolean) - Constructor for class io.netty.channel.epoll.EpollServerSocketChannel
 
EpollServerSocketChannelConfig - Class in io.netty.channel.epoll
 
EpollSocketChannel - Class in io.netty.channel.epoll
SocketChannel implementation that uses linux EPOLL Edge-Triggered Mode for maximal performance.
EpollSocketChannel() - Constructor for class io.netty.channel.epoll.EpollSocketChannel
 
EpollSocketChannel(FileDescriptor) - Constructor for class io.netty.channel.epoll.EpollSocketChannel
EpollSocketChannel(Socket, boolean) - Constructor for class io.netty.channel.epoll.EpollSocketChannel
Creates a new EpollSocketChannel from an existing FileDescriptor.
EpollSocketChannelConfig - Class in io.netty.channel.epoll
 
EpollTcpInfo - Class in io.netty.channel.epoll
struct tcp_info { __u8 tcpi_state; __u8 tcpi_ca_state; __u8 tcpi_retransmits; __u8 tcpi_probes; __u8 tcpi_backoff; __u8 tcpi_options; __u8 tcpi_snd_wscale : 4, tcpi_rcv_wscale : 4; __u32 tcpi_rto; __u32 tcpi_ato; __u32 tcpi_snd_mss; __u32 tcpi_rcv_mss; __u32 tcpi_unacked; __u32 tcpi_sacked; __u32 tcpi_lost; __u32 tcpi_retrans; __u32 tcpi_fackets; __u32 tcpi_last_data_sent; __u32 tcpi_last_ack_sent; __u32 tcpi_last_data_recv; __u32 tcpi_last_ack_recv; __u32 tcpi_pmtu; __u32 tcpi_rcv_ssthresh; __u32 tcpi_rtt; __u32 tcpi_rttvar; __u32 tcpi_snd_ssthresh; __u32 tcpi_snd_cwnd; __u32 tcpi_advmss; __u32 tcpi_reordering; __u32 tcpi_rcv_rtt; __u32 tcpi_rcv_space; __u32 tcpi_total_retrans; };
EpollTcpInfo() - Constructor for class io.netty.channel.epoll.EpollTcpInfo
 
epollWait(FileDescriptor, EpollEventArray, FileDescriptor, int, int) - Static method in class io.netty.channel.epoll.Native
 
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, 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 ChannelBuffer#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
 
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.group.DefaultChannelGroup
 
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.http.cookie.DefaultCookie
 
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.HttpVersion
 
equals(Object) - Method in class io.netty.handler.codec.http.multipart.DiskAttribute
 
equals(Object) - Method in class io.netty.handler.codec.http.multipart.DiskFileUpload
 
equals(Object) - Method in class io.netty.handler.codec.http.multipart.MemoryAttribute
 
equals(Object) - Method in class io.netty.handler.codec.http.multipart.MemoryFileUpload
 
equals(Object) - Method in class io.netty.handler.codec.spdy.SpdySessionStatus
 
equals(Object) - Method in class io.netty.handler.codec.spdy.SpdyStreamStatus
 
equals(Object) - Method in class io.netty.handler.ssl.PemX509Certificate
 
equals(Object) - Method in class io.netty.util.collection.IntObjectHashMap
 
equals(Object) - Method in exception io.netty.util.ResourceLeakException
Deprecated.
 
equals(Object) - Method in class io.netty.util.UniqueName
Deprecated.
 
equalsIgnoreCase(CharSequence, CharSequence) - Static method in class io.netty.handler.codec.http.HttpHeaders
Returns true if both CharSequence's are equals when ignore the case.
ERRNO_EAGAIN_NEGATIVE - Static variable in class io.netty.channel.unix.Errors
 
ERRNO_EBADF_NEGATIVE - Static variable in class io.netty.channel.unix.Errors
 
ERRNO_ECONNRESET_NEGATIVE - Static variable in class io.netty.channel.unix.Errors
 
ERRNO_EINPROGRESS_NEGATIVE - Static variable in class io.netty.channel.unix.Errors
 
ERRNO_ENOENT_NEGATIVE - Static variable in class io.netty.channel.unix.Errors
 
ERRNO_ENOTCONN_NEGATIVE - Static variable in class io.netty.channel.unix.Errors
 
ERRNO_EPIPE_NEGATIVE - Static variable in class io.netty.channel.unix.Errors
 
ERRNO_EWOULDBLOCK_NEGATIVE - Static variable in class io.netty.channel.unix.Errors
 
ERROR_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
 
errorCode() - Method in exception io.netty.handler.ssl.OpenSslCertificateException
Return the error code to use.
ErrorDataDecoderException() - Constructor for exception io.netty.handler.codec.http.multipart.HttpPostRequestDecoder.ErrorDataDecoderException
 
ErrorDataDecoderException(String) - Constructor for exception io.netty.handler.codec.http.multipart.HttpPostRequestDecoder.ErrorDataDecoderException
 
ErrorDataDecoderException(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
 
Errors - Class in io.netty.channel.unix
Internal usage only!
Errors.NativeIoException - Exception in io.netty.channel.unix
Internal usage only!
ETAG - Static variable in class io.netty.handler.codec.http.HttpHeaders.Names
"ETag"
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.
EventExecutorGroup - Interface in io.netty.util.concurrent
The EventExecutorGroup is responsible for providing the EventExecutor's to use via its EventExecutorGroup.next() method.
eventFdRead(int) - Static method in class io.netty.channel.epoll.Native
 
eventFdWrite(int, long) - Static method in class io.netty.channel.epoll.Native
 
eventLoop() - Method in class io.netty.channel.AbstractChannel
 
eventLoop() - Method in interface io.netty.channel.Channel
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
 
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.
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.handler.codec.http.cors.CorsHandler
 
exceptionCaught(ChannelHandlerContext, Throwable) - Method in class io.netty.handler.codec.http.websocketx.WebSocketServerProtocolHandler
 
exceptionCaught(ChannelHandlerContext, Throwable) - Method in class io.netty.handler.codec.marshalling.CompatibleMarshallingDecoder
 
exceptionCaught(ChannelHandlerContext, Throwable) - Method in class io.netty.handler.codec.spdy.SpdyOrHttpChooser
Deprecated.
 
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.ssl.ApplicationProtocolNegotiationHandler
 
exceptionCaught(ChannelHandlerContext, Throwable) - Method in class io.netty.handler.ssl.SslHandler
 
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.SingleThreadEventExecutor
 
execute(Runnable) - Method in class io.netty.util.concurrent.UnorderedThreadPoolEventExecutor
 
executor() - Method in interface io.netty.channel.ChannelHandlerContext
The EventExecutor that is used to dispatch the events.
executor() - Method in class io.netty.channel.DefaultChannelProgressivePromise
 
executor() - Method in class io.netty.channel.DefaultChannelPromise
 
executor() - Method in class io.netty.util.concurrent.CompleteFuture
Return the EventExecutor which is used by this CompleteFuture.
executor() - Method in class io.netty.util.concurrent.DefaultPromise
Get the executor used to notify listeners when this promise is complete.
executorCount() - Method in class io.netty.util.concurrent.MultithreadEventExecutorGroup
Return the number of EventExecutor this implementation uses.
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.
EXPECT - Static variable in class io.netty.handler.codec.http.HttpHeaders.Names
"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.HttpResponseStatus
417 Expectation Failed
expectedErr() - Method in exception io.netty.channel.unix.Errors.NativeIoException
 
expectedSubprotocol() - Method in class io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker
Returns the CSV of requested subprotocol(s) sent to the server as specified in the constructor
EXPIRES - Static variable in class io.netty.handler.codec.http.cookie.CookieHeaderNames
 
EXPIRES - Static variable in class io.netty.handler.codec.http.HttpHeaders.Names
"Expires"
EXPIRES - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Names
"Expires"
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
Specifies the headers to be exposed to calling clients.
extractFrame(ChannelHandlerContext, ByteBuf, int, int) - Method in class io.netty.handler.codec.LengthFieldBasedFrameDecoder
Extract the sub-region of the specified buffer.
extractFrame(ChannelHandlerContext, ByteBuf, int, int) - Method in class io.netty.handler.codec.marshalling.MarshallingDecoder
 

F

fackets() - Method in class io.netty.channel.epoll.EpollTcpInfo
 
FAILED_DEPENDENCY - Static variable in class io.netty.handler.codec.http.HttpResponseStatus
424 Failed Dependency (WebDAV, RFC4918)
FailedFuture<V> - Class in io.netty.util.concurrent
The CompleteFuture which is failed already.
FailedFuture(EventExecutor, Throwable) - Constructor for class io.netty.util.concurrent.FailedFuture
Creates a new instance.
failure(Throwable) - Static method in class io.netty.handler.codec.DecoderResult
 
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
 
fd() - Method in interface io.netty.channel.unix.UnixChannel
Returns the FileDescriptor that is used by this Channel.
file - 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
 
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.
fillInStackTrace() - Method in exception io.netty.handler.timeout.TimeoutException
 
fillInStackTrace() - Method in error io.netty.util.Signal
 
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
 
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.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
 
filterOutboundMessage(Object) - Method in class io.netty.channel.udt.nio.NioUdtAcceptorChannel
Deprecated.
 
filterOutboundMessage(Object) - Method in class io.netty.channel.udt.nio.NioUdtMessageConnectorChannel
Deprecated.
 
finalize() - Method in class io.netty.handler.ssl.OpenSslContext
 
finalize() - Method in class io.netty.handler.ssl.OpenSslEngine
 
finalize() - Method in class io.netty.util.HashedWheelTimer
 
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.
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_CR - Static variable in interface io.netty.buffer.ByteBufProcessor
Aborts on a CR ('\r').
FIND_CRLF - Static variable in interface io.netty.buffer.ByteBufProcessor
Aborts on a CR ('\r') or a LF ('\n').
FIND_LF - Static variable in interface io.netty.buffer.ByteBufProcessor
Aborts on a LF ('\n').
FIND_LINEAR_WHITESPACE - Static variable in interface io.netty.buffer.ByteBufProcessor
Aborts on a linear whitespace (a (' ' or a '\t').
FIND_NON_CR - Static variable in interface io.netty.buffer.ByteBufProcessor
Aborts on a non-CR ('\r').
FIND_NON_CRLF - Static variable in interface io.netty.buffer.ByteBufProcessor
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
Aborts on a non-LF ('\n').
FIND_NON_LINEAR_WHITESPACE - Static variable in interface io.netty.buffer.ByteBufProcessor
Aborts on a byte which is not a linear whitespace (neither ' ' nor '\t').
FIND_NON_NUL - Static variable in interface io.netty.buffer.ByteBufProcessor
Aborts on a non-NUL (0x00).
FIND_NUL - Static variable in interface io.netty.buffer.ByteBufProcessor
Aborts on a NUL (0x00).
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(Promise<Void>) - Method in class io.netty.util.concurrent.PromiseCombiner
 
finishAndReleaseAll() - Method in class io.netty.channel.embedded.EmbeddedChannel
Mark this Channel as finished and release all pending message in the inbound and outbound buffer.
finishConnect() - Method in class io.netty.channel.nio.AbstractNioChannel.AbstractNioUnsafe
 
finishConnect() - Method in interface io.netty.channel.nio.AbstractNioChannel.NioUnsafe
Finish connect
finishConnect() - Method in class io.netty.channel.unix.Socket
 
finishHandshake(Channel, FullHttpResponse) - Method in class io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker
Validates and finishes the opening handshake initiated by WebSocketClientHandshaker.handshake(io.netty.channel.Channel)}.
FIRE_EXCEPTION_ON_FAILURE - Static variable in interface io.netty.channel.ChannelFutureListener
A ChannelFutureListener that forwards the Throwable of the ChannelFuture into the ChannelPipeline.
fireChannelActive() - Method in interface io.netty.channel.ChannelHandlerContext
A Channel is active now, which means it is connected.
fireChannelActive() - Method in interface io.netty.channel.ChannelPipeline
A Channel is active now, which means it is connected.
fireChannelActive() - Method in class io.netty.channel.DefaultChannelPipeline
 
fireChannelInactive() - Method in interface io.netty.channel.ChannelHandlerContext
A Channel is inactive now, which means it is closed.
fireChannelInactive() - Method in interface io.netty.channel.ChannelPipeline
A Channel is inactive now, which means it is closed.
fireChannelInactive() - Method in class io.netty.channel.DefaultChannelPipeline
 
fireChannelRead(Object) - Method in interface io.netty.channel.ChannelHandlerContext
A Channel received a message.
fireChannelRead(Object) - Method in interface io.netty.channel.ChannelPipeline
A Channel received a message.
fireChannelRead(Object) - Method in class io.netty.channel.DefaultChannelPipeline
 
fireChannelReadComplete() - Method in interface io.netty.channel.ChannelHandlerContext
fireChannelReadComplete() - Method in interface io.netty.channel.ChannelPipeline
fireChannelReadComplete() - Method in class io.netty.channel.DefaultChannelPipeline
 
fireChannelRegistered() - Method in interface io.netty.channel.ChannelHandlerContext
A Channel was registered to its EventLoop.
fireChannelRegistered() - Method in interface io.netty.channel.ChannelPipeline
A Channel was registered to its EventLoop.
fireChannelRegistered() - Method in class io.netty.channel.DefaultChannelPipeline
 
fireChannelUnregistered() - Method in interface io.netty.channel.ChannelHandlerContext
A Channel was unregistered from its EventLoop.
fireChannelUnregistered() - Method in interface io.netty.channel.ChannelPipeline
A Channel was unregistered from its EventLoop.
fireChannelUnregistered() - Method in class io.netty.channel.DefaultChannelPipeline
 
fireChannelWritabilityChanged() - Method in interface io.netty.channel.ChannelHandlerContext
fireChannelWritabilityChanged() - Method in interface io.netty.channel.ChannelPipeline
fireChannelWritabilityChanged() - Method in class io.netty.channel.DefaultChannelPipeline
 
fireExceptionCaught(Throwable) - Method in interface io.netty.channel.ChannelHandlerContext
A Channel received an Throwable in one of its inbound operations.
fireExceptionCaught(Throwable) - Method in interface io.netty.channel.ChannelPipeline
A Channel received an Throwable in one of its inbound operations.
fireExceptionCaught(Throwable) - Method in class io.netty.channel.DefaultChannelPipeline
 
fireUserEventTriggered(Object) - Method in interface io.netty.channel.ChannelHandlerContext
A Channel received an user defined event.
fireUserEventTriggered(Object) - Method in interface io.netty.channel.ChannelPipeline
A Channel received an user defined event.
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_ALL_IDLE_STATE_EVENT - Static variable in class io.netty.handler.timeout.IdleStateEvent
 
FIRST_READER_IDLE_STATE_EVENT - Static variable in class io.netty.handler.timeout.IdleStateEvent
 
FIRST_WRITER_IDLE_STATE_EVENT - Static variable in class io.netty.handler.timeout.IdleStateEvent
 
firstContext() - Method in interface io.netty.channel.ChannelPipeline
Returns the context of the first ChannelHandler in this pipeline.
firstContext() - Method in class io.netty.channel.DefaultChannelPipeline
 
FixedChannelPool - Class in io.netty.channel.pool
ChannelPool implementation that takes another ChannelPool implementation and enforce a maximum number of concurrent connections.
FixedChannelPool(Bootstrap, ChannelPoolHandler, int) - Constructor for class io.netty.channel.pool.FixedChannelPool
Creates a new instance using the ChannelHealthChecker.ACTIVE.
FixedChannelPool(Bootstrap, ChannelPoolHandler, int, int) - Constructor for class io.netty.channel.pool.FixedChannelPool
Creates a new instance using the ChannelHealthChecker.ACTIVE.
FixedChannelPool(Bootstrap, ChannelPoolHandler, ChannelHealthChecker, FixedChannelPool.AcquireTimeoutAction, long, int, int) - Constructor for class io.netty.channel.pool.FixedChannelPool
Creates a new instance.
FixedChannelPool(Bootstrap, ChannelPoolHandler, ChannelHealthChecker, FixedChannelPool.AcquireTimeoutAction, long, int, int, boolean) - Constructor for class io.netty.channel.pool.FixedChannelPool
Creates a new instance.
FixedChannelPool(Bootstrap, ChannelPoolHandler, ChannelHealthChecker, FixedChannelPool.AcquireTimeoutAction, long, int, int, boolean, boolean) - Constructor for class io.netty.channel.pool.FixedChannelPool
Creates a new instance.
FixedChannelPool.AcquireTimeoutAction - Enum in io.netty.channel.pool
 
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.
FLOW_CONTROL_ERROR - Static variable in class io.netty.handler.codec.spdy.SpdyStreamStatus
7 Flow Control Error
flush() - Method in class io.netty.channel.AbstractChannel.AbstractUnsafe
 
flush() - Method in class io.netty.channel.AbstractChannel
 
flush() - Method in interface io.netty.channel.Channel
Request to flush all pending messages.
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
Request to flush all pending messages via this ChannelOutboundInvoker.
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.ChannelPipeline
Request to flush all pending messages.
flush(ChannelHandlerContext) - Method in class io.netty.channel.CombinedChannelDuplexHandler
 
flush() - Method in class io.netty.channel.DefaultChannelPipeline
 
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 match the given ChannelMatcher.
flush() - Method in class io.netty.channel.group.DefaultChannelGroup
 
flush(ChannelMatcher) - Method in class io.netty.channel.group.DefaultChannelGroup
 
flush()<