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

A

A - Static variable in class io.netty.handler.codec.dns.DnsType
Address record RFC 1035 Returns a 32-bit IPv4 address, most commonly used to map hostnames to an IP address of the host, but also used for DNSBLs, storing subnet masks in RFC 1101, etc.
AAAA - Static variable in class io.netty.handler.codec.dns.DnsType
IPv6 address record RFC 3596 Returns a 128-bit IPv6 address, most commonly used to map hostnames to an IP address of the host.
AbstractBinaryMemcacheDecoder<M extends BinaryMemcacheMessage> - Class in io.netty.handler.codec.memcache.binary
AbstractBinaryMemcacheDecoder() - Constructor for class io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheDecoder
Create a new AbstractBinaryMemcacheDecoder with default settings.
AbstractBinaryMemcacheDecoder(int) - Constructor for class io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheDecoder
Create a new AbstractBinaryMemcacheDecoder with custom settings.
AbstractBinaryMemcacheEncoder<M extends BinaryMemcacheMessage> - Class in io.netty.handler.codec.memcache.binary
A MessageToByteEncoder that encodes binary memache messages into bytes.
AbstractBinaryMemcacheEncoder() - Constructor for class io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheEncoder
 
AbstractBinaryMemcacheMessage - Class in io.netty.handler.codec.memcache.binary
Default implementation of a BinaryMemcacheMessage.
AbstractBinaryMemcacheMessage(String, ByteBuf) - Constructor for class io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage
Create a new instance with all properties set.
AbstractBootstrap<B extends AbstractBootstrap<B,C>,C extends Channel> - Class in io.netty.bootstrap
AbstractBootstrap is a helper class that makes it easy to bootstrap a Channel.
AbstractByteBuf - Class in io.netty.buffer
A skeletal implementation of a buffer.
AbstractByteBuf(int) - Constructor for class io.netty.buffer.AbstractByteBuf
 
AbstractByteBufAllocator - Class in io.netty.buffer
Skeletal ByteBufAllocator implementation to extend.
AbstractByteBufAllocator() - Constructor for class io.netty.buffer.AbstractByteBufAllocator
Instance use heap buffers by default
AbstractByteBufAllocator(boolean) - Constructor for class io.netty.buffer.AbstractByteBufAllocator
Create new instance
AbstractChannel - Class in io.netty.channel
A skeletal Channel implementation.
AbstractChannel(Channel) - Constructor for class io.netty.channel.AbstractChannel
Creates a new instance.
AbstractChannel(Channel, ChannelId) - Constructor for class io.netty.channel.AbstractChannel
Creates a new instance.
AbstractChannel.AbstractUnsafe - Class in io.netty.channel
Unsafe implementation which sub-classes must extend and use.
AbstractChannel.AbstractUnsafe() - Constructor for class io.netty.channel.AbstractChannel.AbstractUnsafe
 
AbstractConstant<T extends AbstractConstant<T>> - Class in io.netty.util
Base implementation of Constant.
AbstractConstant(int, String) - Constructor for class io.netty.util.AbstractConstant
Creates a new instance.
AbstractDerivedByteBuf - Class in io.netty.buffer
Abstract base class for ByteBuf implementations that wrap another ByteBuf.
AbstractDerivedByteBuf(int) - Constructor for class io.netty.buffer.AbstractDerivedByteBuf
 
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
 
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
 
AbstractEventExecutor - Class in io.netty.util.concurrent
Abstract base class for EventExecutor implementations.
AbstractEventExecutor() - Constructor for class io.netty.util.concurrent.AbstractEventExecutor
 
AbstractEventExecutor(EventExecutorGroup) - Constructor for class io.netty.util.concurrent.AbstractEventExecutor
 
AbstractEventExecutorGroup - Class in io.netty.util.concurrent
Abstract base class for EventExecutorGroup implementations.
AbstractEventExecutorGroup() - Constructor for class io.netty.util.concurrent.AbstractEventExecutorGroup
 
AbstractEventLoop - Class in io.netty.channel
Skeletal implementation of EventLoop.
AbstractEventLoop() - Constructor for class io.netty.channel.AbstractEventLoop
 
AbstractEventLoop(EventLoopGroup) - Constructor for class io.netty.channel.AbstractEventLoop
 
AbstractEventLoopGroup - Class in io.netty.channel
Skeletal implementation of EventLoopGroup.
AbstractEventLoopGroup() - Constructor for class io.netty.channel.AbstractEventLoopGroup
 
AbstractFuture<V> - Class in io.netty.util.concurrent
Abstract Future implementation which does not allow for cancellation.
AbstractFuture() - Constructor for class io.netty.util.concurrent.AbstractFuture
 
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
 
AbstractMemcacheObject - Class in io.netty.handler.codec.memcache
The default MemcacheObject implementation.
AbstractMemcacheObject() - Constructor for class io.netty.handler.codec.memcache.AbstractMemcacheObject
 
AbstractMemcacheObjectAggregator<H extends MemcacheMessage> - Class in io.netty.handler.codec.memcache
A ChannelHandler that aggregates an MemcacheMessage and its following MemcacheContents into a single MemcacheMessage with no following MemcacheContents.
AbstractMemcacheObjectAggregator(int) - Constructor for class io.netty.handler.codec.memcache.AbstractMemcacheObjectAggregator
 
AbstractMemcacheObjectDecoder - Class in io.netty.handler.codec.memcache
Abstract super class for both ascii and binary decoders.
AbstractMemcacheObjectDecoder() - Constructor for class io.netty.handler.codec.memcache.AbstractMemcacheObjectDecoder
 
AbstractMemcacheObjectEncoder<M extends MemcacheMessage> - Class in io.netty.handler.codec.memcache
A general purpose AbstractMemcacheObjectEncoder that encodes MemcacheMessages.
AbstractMemcacheObjectEncoder() - Constructor for class io.netty.handler.codec.memcache.AbstractMemcacheObjectEncoder
 
AbstractMemoryHttpData - Class in io.netty.handler.codec.http.multipart
Abstract Memory HttpData implementation
AbstractMemoryHttpData(String, Charset, long) - Constructor for class io.netty.handler.codec.http.multipart.AbstractMemoryHttpData
 
AbstractNioByteChannel - Class in io.netty.channel.nio
AbstractNioChannel base class for Channels that operate on bytes.
AbstractNioByteChannel(Channel, SelectableChannel) - Constructor for class io.netty.channel.nio.AbstractNioByteChannel
Create a new instance
AbstractNioByteChannel.NioByteUnsafe - Class in io.netty.channel.nio
 
AbstractNioByteChannel.NioByteUnsafe() - Constructor for class io.netty.channel.nio.AbstractNioByteChannel.NioByteUnsafe
 
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.AbstractNioUnsafe() - Constructor for class io.netty.channel.nio.AbstractNioChannel.AbstractNioUnsafe
 
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
 
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 SocketAddress> - Class in io.netty.handler.ipfilter
This class provides the functionality to either accept or reject new Channels based on their IP address.
AbstractRemoteAddressFilter() - Constructor for class io.netty.handler.ipfilter.AbstractRemoteAddressFilter
 
AbstractScheduledEventExecutor - Class in io.netty.util.concurrent
Abstract base class for EventExecutors that want to support scheduling.
AbstractScheduledEventExecutor() - Constructor for class io.netty.util.concurrent.AbstractScheduledEventExecutor
 
AbstractScheduledEventExecutor(EventExecutorGroup) - Constructor for class io.netty.util.concurrent.AbstractScheduledEventExecutor
 
AbstractServerChannel - Class in io.netty.channel
A skeletal server-side Channel implementation.
AbstractServerChannel() - Constructor for class io.netty.channel.AbstractServerChannel
Creates a new instance.
AbstractSocks4Message - Class in io.netty.handler.codec.socksx.v4
An abstract Socks4Message.
AbstractSocks4Message() - Constructor for class io.netty.handler.codec.socksx.v4.AbstractSocks4Message
 
AbstractSocks5Message - Class in io.netty.handler.codec.socksx.v5
An abstract Socks5Message.
AbstractSocks5Message() - Constructor for class io.netty.handler.codec.socksx.v5.AbstractSocks5Message
 
AbstractSocksMessage - Class in io.netty.handler.codec.socksx
An abstract SocksMessage.
AbstractSocksMessage() - Constructor for class io.netty.handler.codec.socksx.AbstractSocksMessage
 
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.
accelerationFactor() - Method in class io.netty.handler.traffic.GlobalChannelTrafficShapingHandler
 
ACCEPT - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
"accept"
ACCEPT - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderNames
"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.HttpHeaderNames
"accept-charset"
ACCEPT_ENCODING - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
"accept-encoding"
ACCEPT_ENCODING - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderNames
"accept-encoding"
ACCEPT_LANGUAGE - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
"accept-language"
ACCEPT_LANGUAGE - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderNames
"accept-lanugage"
ACCEPT_PATCH - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
"accept-patch"
ACCEPT_RANGES - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
"accept-ranges"
ACCEPT_VERSION - Static variable in interface io.netty.handler.codec.stomp.StompHeaders
 
ACCEPTED - Static variable in class io.netty.handler.codec.http.HttpResponseStatus
202 Accepted
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.MessageAggregator
 
acceptInboundMessage(Object) - Method in class io.netty.handler.codec.MessageToMessageCodec
Returns true if and only if the specified message can be decoded by this codec.
acceptInboundMessage(Object) - Method in class io.netty.handler.codec.MessageToMessageDecoder
Returns true if the given message should be handled.
acceptInboundMessage(Object) - Method in class io.netty.handler.codec.sctp.SctpInboundByteStreamHandler
 
acceptInboundMessage(SctpMessage) - Method in class io.netty.handler.codec.sctp.SctpInboundByteStreamHandler
 
acceptInboundMessage(Object) - Method in class io.netty.handler.codec.sctp.SctpMessageToMessageDecoder
 
acceptInboundMessage(Object) - Method in class io.netty.handler.codec.spdy.SpdyHttpResponseStreamIdHandler
 
acceptingNewStreams() - Method in interface io.netty.handler.codec.http2.Http2Connection.Endpoint
Indicates whether or not this endpoint is currently accepting new streams.
acceptNewTasks() - Method in interface io.netty.util.concurrent.PausableEventExecutor
With a call to this method the EventExecutor signals that it is now accepting new work.
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.memcache.AbstractMemcacheObjectEncoder
 
acceptOutboundMessage(Object) - Method in class io.netty.handler.codec.MessageToByteEncoder
Returns true if the given message should be handled.
acceptOutboundMessage(Object) - Method in class io.netty.handler.codec.MessageToMessageCodec
Returns true if and only if the specified message can be encoded by this codec.
acceptOutboundMessage(Object) - Method in class io.netty.handler.codec.MessageToMessageEncoder
Returns true if the given message should be handled.
acceptOutboundMessage(Object) - Method in class io.netty.handler.codec.rtsp.RtspObjectEncoder
 
acceptOutboundMessage(Object) - Method in class io.netty.handler.codec.rtsp.RtspRequestEncoder
 
acceptOutboundMessage(Object) - Method in class io.netty.handler.codec.rtsp.RtspResponseEncoder
 
acceptRenegotiate() - Method in class io.netty.handler.ssl.OpenSslSessionStats
Returns the number of start renegotiations in server mode.
ACCESS_CONTROL_ALLOW_CREDENTIALS - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
"access-control-allow-credentials"
ACCESS_CONTROL_ALLOW_HEADERS - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
"access-control-allow-headers"
ACCESS_CONTROL_ALLOW_METHODS - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
"access-control-allow-methods"
ACCESS_CONTROL_ALLOW_ORIGIN - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
"access-control-allow-origin"
ACCESS_CONTROL_EXPOSE_HEADERS - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
"access-control-expose-headers"
ACCESS_CONTROL_MAX_AGE - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
"access-control-max-age"
ACCESS_CONTROL_REQUEST_HEADERS - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
"access-control-request-headers"
ACCESS_CONTROL_REQUEST_METHOD - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
"access-control-request-method"
ACK - Static variable in class io.netty.handler.codec.http2.Http2Flags
 
ack() - Method in class io.netty.handler.codec.http2.Http2Flags
Determines whether the flag is set indicating that this frame is an ACK.
ack(boolean) - Method in class io.netty.handler.codec.http2.Http2Flags
Sets the Http2Flags.ACK flag.
ACK - Static variable in interface io.netty.handler.codec.stomp.StompHeaders
 
activate(InputStream, OutputStream) - Method in class io.netty.channel.oio.OioByteStreamChannel
Activate this instance.
activeStreams() - Method in class io.netty.handler.codec.http2.DefaultHttp2Connection
 
activeStreams() - Method in interface io.netty.handler.codec.http2.Http2Connection
Gets all streams that are actively in use.
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, 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(String, ChannelHandler) - Method in class io.netty.channel.ChannelHandlerAppender
Adds the specified handler to the list of the appended handlers.
add(ChannelHandler) - Method in class io.netty.channel.ChannelHandlerAppender
Adds the specified handler to the list of the appended handlers with the auto-generated handler name.
add(Iterable<? extends ChannelHandler>) - Method in class io.netty.channel.ChannelHandlerAppender
Adds the specified handlers to the list of the appended handlers.
add(ChannelHandler...) - Method in class io.netty.channel.ChannelHandlerAppender
Adds the specified handlers to the list of the appended handlers.
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(AsciiString, AsciiString) - Method in interface io.netty.handler.codec.BinaryHeaders
 
add(AsciiString, Iterable<? extends AsciiString>) - Method in interface io.netty.handler.codec.BinaryHeaders
 
add(AsciiString, AsciiString...) - Method in interface io.netty.handler.codec.BinaryHeaders
 
add(BinaryHeaders) - Method in interface io.netty.handler.codec.BinaryHeaders
add(AsciiString, AsciiString) - Method in class io.netty.handler.codec.DefaultBinaryHeaders
 
add(AsciiString, Iterable<? extends AsciiString>) - Method in class io.netty.handler.codec.DefaultBinaryHeaders
 
add(AsciiString, AsciiString...) - Method in class io.netty.handler.codec.DefaultBinaryHeaders
 
add(BinaryHeaders) - Method in class io.netty.handler.codec.DefaultBinaryHeaders
 
add(T, T) - Method in class io.netty.handler.codec.DefaultHeaders
 
add(T, Iterable<? extends T>) - Method in class io.netty.handler.codec.DefaultHeaders
 
add(T, T...) - Method in class io.netty.handler.codec.DefaultHeaders
 
add(Headers<T>) - Method in class io.netty.handler.codec.DefaultHeaders
 
add(CharSequence, CharSequence) - Method in class io.netty.handler.codec.DefaultTextHeaders
 
add(CharSequence, Iterable<? extends CharSequence>) - Method in class io.netty.handler.codec.DefaultTextHeaders
 
add(CharSequence, CharSequence...) - Method in class io.netty.handler.codec.DefaultTextHeaders
 
add(TextHeaders) - Method in class io.netty.handler.codec.DefaultTextHeaders
 
add(AsciiString, AsciiString) - Method in class io.netty.handler.codec.EmptyBinaryHeaders
 
add(AsciiString, Iterable<? extends AsciiString>) - Method in class io.netty.handler.codec.EmptyBinaryHeaders
 
add(AsciiString, AsciiString...) - Method in class io.netty.handler.codec.EmptyBinaryHeaders
 
add(BinaryHeaders) - Method in class io.netty.handler.codec.EmptyBinaryHeaders
 
add(T, T) - Method in class io.netty.handler.codec.EmptyHeaders
 
add(T, Iterable<? extends T>) - Method in class io.netty.handler.codec.EmptyHeaders
 
add(T, T...) - Method in class io.netty.handler.codec.EmptyHeaders
 
add(Headers<T>) - Method in class io.netty.handler.codec.EmptyHeaders
 
add(CharSequence, CharSequence) - Method in class io.netty.handler.codec.EmptyTextHeaders
 
add(CharSequence, Iterable<? extends CharSequence>) - Method in class io.netty.handler.codec.EmptyTextHeaders
 
add(CharSequence, CharSequence...) - Method in class io.netty.handler.codec.EmptyTextHeaders
 
add(TextHeaders) - Method in class io.netty.handler.codec.EmptyTextHeaders
 
add(T, T) - Method in interface io.netty.handler.codec.Headers
Adds a new header with the specified name and value.
add(T, Iterable<? extends T>) - Method in interface io.netty.handler.codec.Headers
Adds a new header with the specified name and values.
add(T, T...) - Method in interface io.netty.handler.codec.Headers
Adds a new header with the specified name and values.
add(Headers<T>) - Method in interface io.netty.handler.codec.Headers
Adds all header entries of the specified headers.
add(CharSequence, CharSequence) - Method in class io.netty.handler.codec.http.DefaultHttpHeaders
 
add(CharSequence, Iterable<? extends CharSequence>) - Method in class io.netty.handler.codec.http.DefaultHttpHeaders
 
add(CharSequence, CharSequence...) - Method in class io.netty.handler.codec.http.DefaultHttpHeaders
 
add(TextHeaders) - Method in class io.netty.handler.codec.http.DefaultHttpHeaders
 
add(CharSequence, CharSequence) - Method in class io.netty.handler.codec.http.EmptyHttpHeaders
 
add(CharSequence, Iterable<? extends CharSequence>) - Method in class io.netty.handler.codec.http.EmptyHttpHeaders
 
add(CharSequence, CharSequence...) - Method in class io.netty.handler.codec.http.EmptyHttpHeaders
 
add(TextHeaders) - Method in class io.netty.handler.codec.http.EmptyHttpHeaders
 
add(CharSequence, CharSequence) - Method in interface io.netty.handler.codec.http.HttpHeaders
 
add(CharSequence, Iterable<? extends CharSequence>) - Method in interface io.netty.handler.codec.http.HttpHeaders
 
add(CharSequence, CharSequence...) - Method in interface io.netty.handler.codec.http.HttpHeaders
 
add(TextHeaders) - Method in interface io.netty.handler.codec.http.HttpHeaders
 
add(AsciiString, AsciiString) - Method in class io.netty.handler.codec.http2.DefaultHttp2Headers
 
add(AsciiString, Iterable<? extends AsciiString>) - Method in class io.netty.handler.codec.http2.DefaultHttp2Headers
 
add(AsciiString, AsciiString...) - Method in class io.netty.handler.codec.http2.DefaultHttp2Headers
 
add(BinaryHeaders) - Method in class io.netty.handler.codec.http2.DefaultHttp2Headers
 
add(AsciiString, AsciiString) - Method in class io.netty.handler.codec.http2.EmptyHttp2Headers
 
add(AsciiString, Iterable<? extends AsciiString>) - Method in class io.netty.handler.codec.http2.EmptyHttp2Headers
 
add(AsciiString, AsciiString...) - Method in class io.netty.handler.codec.http2.EmptyHttp2Headers
 
add(BinaryHeaders) - Method in class io.netty.handler.codec.http2.EmptyHttp2Headers
 
add(Http2Exception.StreamException) - Method in exception io.netty.handler.codec.http2.Http2Exception.CompositeStreamException
 
add(AsciiString, AsciiString) - Method in interface io.netty.handler.codec.http2.Http2Headers
 
add(AsciiString, Iterable<? extends AsciiString>) - Method in interface io.netty.handler.codec.http2.Http2Headers
 
add(AsciiString, AsciiString...) - Method in interface io.netty.handler.codec.http2.Http2Headers
 
add(BinaryHeaders) - Method in interface io.netty.handler.codec.http2.Http2Headers
 
ADD - Static variable in class io.netty.handler.codec.memcache.binary.BinaryMemcacheOpcodes
 
add(CharSequence, CharSequence) - Method in class io.netty.handler.codec.spdy.DefaultSpdyHeaders
 
add(CharSequence, Iterable<? extends CharSequence>) - Method in class io.netty.handler.codec.spdy.DefaultSpdyHeaders
 
add(CharSequence, CharSequence...) - Method in class io.netty.handler.codec.spdy.DefaultSpdyHeaders
 
add(TextHeaders) - Method in class io.netty.handler.codec.spdy.DefaultSpdyHeaders
 
add(CharSequence, CharSequence) - Method in interface io.netty.handler.codec.spdy.SpdyHeaders
 
add(CharSequence, Iterable<? extends CharSequence>) - Method in interface io.netty.handler.codec.spdy.SpdyHeaders
 
add(CharSequence, CharSequence...) - Method in interface io.netty.handler.codec.spdy.SpdyHeaders
 
add(TextHeaders) - Method in interface io.netty.handler.codec.spdy.SpdyHeaders
 
add(CharSequence, CharSequence) - Method in class io.netty.handler.codec.stomp.DefaultStompHeaders
 
add(CharSequence, Iterable<? extends CharSequence>) - Method in class io.netty.handler.codec.stomp.DefaultStompHeaders
 
add(CharSequence, CharSequence...) - Method in class io.netty.handler.codec.stomp.DefaultStompHeaders
 
add(TextHeaders) - Method in class io.netty.handler.codec.stomp.DefaultStompHeaders
 
add(CharSequence, CharSequence) - Method in interface io.netty.handler.codec.stomp.StompHeaders
 
add(CharSequence, Iterable<? extends CharSequence>) - Method in interface io.netty.handler.codec.stomp.StompHeaders
 
add(CharSequence, CharSequence...) - Method in interface io.netty.handler.codec.stomp.StompHeaders
 
add(TextHeaders) - Method in interface io.netty.handler.codec.stomp.StompHeaders
 
add(CharSequence, CharSequence) - Method in interface io.netty.handler.codec.TextHeaders
 
add(CharSequence, Iterable<? extends CharSequence>) - Method in interface io.netty.handler.codec.TextHeaders
 
add(CharSequence, CharSequence...) - Method in interface io.netty.handler.codec.TextHeaders
 
add(TextHeaders) - Method in interface io.netty.handler.codec.TextHeaders
add(Promise<V>...) - Method in class io.netty.util.concurrent.PromiseAggregator
Add the given Promises to the aggregator.
add(String, V) - Method in class io.netty.util.DomainNameMapping
Adds a mapping that maps the specified (optionally wildcard) host name to the specified output value.
addAdditionalResource(DnsResource) - Method in class io.netty.handler.codec.dns.DnsMessage
Adds an additional resource record to this message.
addAdditionalResource(DnsResource) - Method in class io.netty.handler.codec.dns.DnsQuery
 
addAdditionalResource(DnsResource) - Method in class io.netty.handler.codec.dns.DnsResponse
 
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(ChannelHandlerInvoker, String, String, ChannelHandler) - Method in interface io.netty.channel.ChannelPipeline
Inserts a ChannelHandler after an existing handler of this pipeline.
addAnswer(DnsResource) - Method in class io.netty.handler.codec.dns.DnsMessage
Adds an answer resource record to this message.
addAnswer(DnsResource) - Method in class io.netty.handler.codec.dns.DnsQuery
 
addAnswer(DnsResource) - Method in class io.netty.handler.codec.dns.DnsResponse
 
addAuthorityResource(DnsResource) - Method in class io.netty.handler.codec.dns.DnsMessage
Adds an authority resource record to this message.
addAuthorityResource(DnsResource) - Method in class io.netty.handler.codec.dns.DnsQuery
 
addAuthorityResource(DnsResource) - Method in class io.netty.handler.codec.dns.DnsResponse
 
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(ChannelHandlerInvoker, String, String, ChannelHandler) - Method in interface io.netty.channel.ChannelPipeline
Inserts a ChannelHandler before an existing handler of this pipeline.
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
addBodyHttpData(InterfaceHttpData) - Method in class io.netty.handler.codec.http.multipart.HttpPostRequestEncoder
Add the InterfaceHttpData to the Body list
addBoolean(AsciiString, boolean) - Method in interface io.netty.handler.codec.BinaryHeaders
 
addBoolean(AsciiString, boolean) - Method in class io.netty.handler.codec.DefaultBinaryHeaders
 
addBoolean(T, boolean) - Method in class io.netty.handler.codec.DefaultHeaders
 
addBoolean(CharSequence, boolean) - Method in class io.netty.handler.codec.DefaultTextHeaders
 
addBoolean(AsciiString, boolean) - Method in class io.netty.handler.codec.EmptyBinaryHeaders
 
addBoolean(T, boolean) - Method in class io.netty.handler.codec.EmptyHeaders
 
addBoolean(CharSequence, boolean) - Method in class io.netty.handler.codec.EmptyTextHeaders
 
addBoolean(T, boolean) - Method in interface io.netty.handler.codec.Headers
Add the name to value.
addBoolean(CharSequence, boolean) - Method in class io.netty.handler.codec.http.DefaultHttpHeaders
 
addBoolean(CharSequence, boolean) - Method in class io.netty.handler.codec.http.EmptyHttpHeaders
 
addBoolean(CharSequence, boolean) - Method in interface io.netty.handler.codec.http.HttpHeaders
 
addBoolean(AsciiString, boolean) - Method in class io.netty.handler.codec.http2.DefaultHttp2Headers
 
addBoolean(AsciiString, boolean) - Method in class io.netty.handler.codec.http2.EmptyHttp2Headers
 
addBoolean(AsciiString, boolean) - Method in interface io.netty.handler.codec.http2.Http2Headers
 
addBoolean(CharSequence, boolean) - Method in class io.netty.handler.codec.spdy.DefaultSpdyHeaders
 
addBoolean(CharSequence, boolean) - Method in interface io.netty.handler.codec.spdy.SpdyHeaders
 
addBoolean(CharSequence, boolean) - Method in class io.netty.handler.codec.stomp.DefaultStompHeaders
 
addBoolean(CharSequence, boolean) - Method in interface io.netty.handler.codec.stomp.StompHeaders
 
addBoolean(CharSequence, boolean) - Method in interface io.netty.handler.codec.TextHeaders
 
addByte(AsciiString, byte) - Method in interface io.netty.handler.codec.BinaryHeaders
 
addByte(AsciiString, byte) - Method in class io.netty.handler.codec.DefaultBinaryHeaders
 
addByte(T, byte) - Method in class io.netty.handler.codec.DefaultHeaders
 
addByte(CharSequence, byte) - Method in class io.netty.handler.codec.DefaultTextHeaders
 
addByte(AsciiString, byte) - Method in class io.netty.handler.codec.EmptyBinaryHeaders
 
addByte(T, byte) - Method in class io.netty.handler.codec.EmptyHeaders
 
addByte(CharSequence, byte) - Method in class io.netty.handler.codec.EmptyTextHeaders
 
addByte(T, byte) - Method in interface io.netty.handler.codec.Headers
Add the name to value.
addByte(CharSequence, byte) - Method in class io.netty.handler.codec.http.DefaultHttpHeaders
 
addByte(CharSequence, byte) - Method in class io.netty.handler.codec.http.EmptyHttpHeaders
 
addByte(CharSequence, byte) - Method in interface io.netty.handler.codec.http.HttpHeaders
 
addByte(AsciiString, byte) - Method in class io.netty.handler.codec.http2.DefaultHttp2Headers
 
addByte(AsciiString, byte) - Method in class io.netty.handler.codec.http2.EmptyHttp2Headers
 
addByte(AsciiString, byte) - Method in interface io.netty.handler.codec.http2.Http2Headers
 
addByte(CharSequence, byte) - Method in class io.netty.handler.codec.spdy.DefaultSpdyHeaders
 
addByte(CharSequence, byte) - Method in interface io.netty.handler.codec.spdy.SpdyHeaders
 
addByte(CharSequence, byte) - Method in class io.netty.handler.codec.stomp.DefaultStompHeaders
 
addByte(CharSequence, byte) - Method in interface io.netty.handler.codec.stomp.StompHeaders
 
addByte(CharSequence, byte) - Method in interface io.netty.handler.codec.TextHeaders
 
addChar(AsciiString, char) - Method in interface io.netty.handler.codec.BinaryHeaders
 
addChar(AsciiString, char) - Method in class io.netty.handler.codec.DefaultBinaryHeaders
 
addChar(T, char) - Method in class io.netty.handler.codec.DefaultHeaders
 
addChar(CharSequence, char) - Method in class io.netty.handler.codec.DefaultTextHeaders
 
addChar(AsciiString, char) - Method in class io.netty.handler.codec.EmptyBinaryHeaders
 
addChar(T, char) - Method in class io.netty.handler.codec.EmptyHeaders
 
addChar(CharSequence, char) - Method in class io.netty.handler.codec.EmptyTextHeaders
 
addChar(T, char) - Method in interface io.netty.handler.codec.Headers
Add the name to value.
addChar(CharSequence, char) - Method in class io.netty.handler.codec.http.DefaultHttpHeaders
 
addChar(CharSequence, char) - Method in class io.netty.handler.codec.http.EmptyHttpHeaders
 
addChar(CharSequence, char) - Method in interface io.netty.handler.codec.http.HttpHeaders
 
addChar(AsciiString, char) - Method in class io.netty.handler.codec.http2.DefaultHttp2Headers
 
addChar(AsciiString, char) - Method in class io.netty.handler.codec.http2.EmptyHttp2Headers
 
addChar(AsciiString, char) - Method in interface io.netty.handler.codec.http2.Http2Headers
 
addChar(CharSequence, char) - Method in class io.netty.handler.codec.spdy.DefaultSpdyHeaders
 
addChar(CharSequence, char) - Method in interface io.netty.handler.codec.spdy.SpdyHeaders
 
addChar(CharSequence, char) - Method in class io.netty.handler.codec.stomp.DefaultStompHeaders
 
addChar(CharSequence, char) - Method in interface io.netty.handler.codec.stomp.StompHeaders
 
addChar(CharSequence, char) - Method in interface io.netty.handler.codec.TextHeaders
 
addCodec(ChannelHandlerContext) - Method in class io.netty.handler.proxy.HttpProxyHandler
 
addCodec(ChannelHandlerContext) - Method in class io.netty.handler.proxy.ProxyHandler
Adds the codec handlers required to communicate with the proxy server.
addCodec(ChannelHandlerContext) - Method in class io.netty.handler.proxy.Socks4ProxyHandler
 
addCodec(ChannelHandlerContext) - Method in class io.netty.handler.proxy.Socks5ProxyHandler
 
addComponent(ByteBuf) - Method in class io.netty.buffer.CompositeByteBuf
Add the given ByteBuf.
addComponent(int, ByteBuf) - Method in class io.netty.buffer.CompositeByteBuf
Add the given ByteBuf on the specific index.
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(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
 
addDouble(AsciiString, double) - Method in interface io.netty.handler.codec.BinaryHeaders
 
addDouble(AsciiString, double) - Method in class io.netty.handler.codec.DefaultBinaryHeaders
 
addDouble(T, double) - Method in class io.netty.handler.codec.DefaultHeaders
 
addDouble(CharSequence, double) - Method in class io.netty.handler.codec.DefaultTextHeaders
 
addDouble(AsciiString, double) - Method in class io.netty.handler.codec.EmptyBinaryHeaders
 
addDouble(T, double) - Method in class io.netty.handler.codec.EmptyHeaders
 
addDouble(CharSequence, double) - Method in class io.netty.handler.codec.EmptyTextHeaders
 
addDouble(T, double) - Method in interface io.netty.handler.codec.Headers
Add the name to value.
addDouble(CharSequence, double) - Method in class io.netty.handler.codec.http.DefaultHttpHeaders
 
addDouble(CharSequence, double) - Method in class io.netty.handler.codec.http.EmptyHttpHeaders
 
addDouble(CharSequence, double) - Method in interface io.netty.handler.codec.http.HttpHeaders
 
addDouble(AsciiString, double) - Method in class io.netty.handler.codec.http2.DefaultHttp2Headers
 
addDouble(AsciiString, double) - Method in class io.netty.handler.codec.http2.EmptyHttp2Headers
 
addDouble(AsciiString, double) - Method in interface io.netty.handler.codec.http2.Http2Headers
 
addDouble(CharSequence, double) - Method in class io.netty.handler.codec.spdy.DefaultSpdyHeaders
 
addDouble(CharSequence, double) - Method in interface io.netty.handler.codec.spdy.SpdyHeaders
 
addDouble(CharSequence, double) - Method in class io.netty.handler.codec.stomp.DefaultStompHeaders
 
addDouble(CharSequence, double) - Method in interface io.netty.handler.codec.stomp.StompHeaders
 
addDouble(CharSequence, double) - Method in interface io.netty.handler.codec.TextHeaders
 
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(ChannelHandlerInvoker, 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 a ChannelHandlers at the first position of this pipeline.
addFirst(EventExecutorGroup, ChannelHandler...) - Method in interface io.netty.channel.ChannelPipeline
Inserts a ChannelHandlers at the first position of this pipeline.
addFirst(ChannelHandlerInvoker, ChannelHandler...) - Method in interface io.netty.channel.ChannelPipeline
Inserts a ChannelHandlers at the first position of this pipeline.
addFloat(AsciiString, float) - Method in interface io.netty.handler.codec.BinaryHeaders
 
addFloat(AsciiString, float) - Method in class io.netty.handler.codec.DefaultBinaryHeaders
 
addFloat(T, float) - Method in class io.netty.handler.codec.DefaultHeaders
 
addFloat(CharSequence, float) - Method in class io.netty.handler.codec.DefaultTextHeaders
 
addFloat(AsciiString, float) - Method in class io.netty.handler.codec.EmptyBinaryHeaders
 
addFloat(T, float) - Method in class io.netty.handler.codec.EmptyHeaders
 
addFloat(CharSequence, float) - Method in class io.netty.handler.codec.EmptyTextHeaders
 
addFloat(T, float) - Method in interface io.netty.handler.codec.Headers
Add the name to value.
addFloat(CharSequence, float) - Method in class io.netty.handler.codec.http.DefaultHttpHeaders
 
addFloat(CharSequence, float) - Method in class io.netty.handler.codec.http.EmptyHttpHeaders
 
addFloat(CharSequence, float) - Method in interface io.netty.handler.codec.http.HttpHeaders
 
addFloat(AsciiString, float) - Method in class io.netty.handler.codec.http2.DefaultHttp2Headers
 
addFloat(AsciiString, float) - Method in class io.netty.handler.codec.http2.EmptyHttp2Headers
 
addFloat(AsciiString, float) - Method in interface io.netty.handler.codec.http2.Http2Headers
 
addFloat(CharSequence, float) - Method in class io.netty.handler.codec.spdy.DefaultSpdyHeaders
 
addFloat(CharSequence, float) - Method in interface io.netty.handler.codec.spdy.SpdyHeaders
 
addFloat(CharSequence, float) - Method in class io.netty.handler.codec.stomp.DefaultStompHeaders
 
addFloat(CharSequence, float) - Method in interface io.netty.handler.codec.stomp.StompHeaders
 
addFloat(CharSequence, float) - Method in interface io.netty.handler.codec.TextHeaders
 
addFlush() - Method in class io.netty.channel.ChannelOutboundBuffer
Add a flush to this ChannelOutboundBuffer.
addHttp2Handlers(ChannelHandlerContext) - Method in class io.netty.handler.codec.http2.Http2OrHttpChooser
Add all ChannelHandler's that are needed for HTTP_2.
addHttp2ToHttpHeaders(int, Http2Headers, FullHttpMessage, boolean) - Static method in class io.netty.handler.codec.http2.HttpUtil
Translate and add HTTP/2 headers to HTTP/1.x headers
addHttpData(InterfaceHttpData) - Method in class io.netty.handler.codec.http.multipart.HttpPostMultipartRequestDecoder
Utility function to add a new decoded data
addHttpData(InterfaceHttpData) - Method in class io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder
Utility function to add a new decoded data
addHttpHandlers(ChannelHandlerContext) - Method in class io.netty.handler.codec.http2.Http2OrHttpChooser
Add all ChannelHandler's that are needed for HTTP.
addHttpHandlers(ChannelHandlerContext) - Method in class io.netty.handler.codec.spdy.SpdyOrHttpChooser
Add all ChannelHandler's that are needed for HTTP.
addInt(AsciiString, int) - Method in interface io.netty.handler.codec.BinaryHeaders
 
addInt(AsciiString, int) - Method in class io.netty.handler.codec.DefaultBinaryHeaders
 
addInt(T, int) - Method in class io.netty.handler.codec.DefaultHeaders
 
addInt(CharSequence, int) - Method in class io.netty.handler.codec.DefaultTextHeaders
 
addInt(AsciiString, int) - Method in class io.netty.handler.codec.EmptyBinaryHeaders
 
addInt(T, int) - Method in class io.netty.handler.codec.EmptyHeaders
 
addInt(CharSequence, int) - Method in class io.netty.handler.codec.EmptyTextHeaders
 
addInt(T, int) - Method in interface io.netty.handler.codec.Headers
Add the name to value.
addInt(CharSequence, int) - Method in class io.netty.handler.codec.http.DefaultHttpHeaders
 
addInt(CharSequence, int) - Method in class io.netty.handler.codec.http.EmptyHttpHeaders
 
addInt(CharSequence, int) - Method in interface io.netty.handler.codec.http.HttpHeaders
 
addInt(AsciiString, int) - Method in class io.netty.handler.codec.http2.DefaultHttp2Headers
 
addInt(AsciiString, int) - Method in class io.netty.handler.codec.http2.EmptyHttp2Headers
 
addInt(AsciiString, int) - Method in interface io.netty.handler.codec.http2.Http2Headers
 
addInt(CharSequence, int) - Method in class io.netty.handler.codec.spdy.DefaultSpdyHeaders
 
addInt(CharSequence, int) - Method in interface io.netty.handler.codec.spdy.SpdyHeaders
 
addInt(CharSequence, int) - Method in class io.netty.handler.codec.stomp.DefaultStompHeaders
 
addInt(CharSequence, int) - Method in interface io.netty.handler.codec.stomp.StompHeaders
 
addInt(CharSequence, int) - Method in interface io.netty.handler.codec.TextHeaders
 
additionalResourceCount() - Method in class io.netty.handler.codec.dns.DnsHeader
Returns the number of additional resource records in the DnsMessage.
additionalResources() - Method in class io.netty.handler.codec.dns.DnsMessage
Returns a list of all the additional resource records in this message.
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(ChannelHandlerInvoker, 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 a ChannelHandlers at the last position of this pipeline.
addLast(EventExecutorGroup, ChannelHandler...) - Method in interface io.netty.channel.ChannelPipeline
Inserts a ChannelHandlers at the last position of this pipeline.
addLast(ChannelHandlerInvoker, ChannelHandler...) - Method in interface io.netty.channel.ChannelPipeline
Inserts a ChannelHandlers at the last position of this pipeline.
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(Http2Connection.Listener) - Method in class io.netty.handler.codec.http2.DefaultHttp2Connection
 
addListener(Http2Connection.Listener) - Method in interface io.netty.handler.codec.http2.Http2Connection
Adds a listener of stream life-cycle events.
addListener(GenericFutureListener<? extends Future<? super V>>) - Method in class io.netty.util.concurrent.CompleteFuture
 
addListener(GenericFutureListener<? extends Future<? super V>>) - Method in class io.netty.util.concurrent.DefaultProgressivePromise
 
addListener(GenericFutureListener<? extends Future<? super V>>) - Method in class io.netty.util.concurrent.DefaultPromise
 
addListener(GenericFutureListener<? extends Future<? super V>>) - Method in interface io.netty.util.concurrent.Future
Adds the specified listener to this future.
addListener(GenericFutureListener<? extends Future<? super V>>) - Method in interface io.netty.util.concurrent.ProgressiveFuture
 
addListener(GenericFutureListener<? extends Future<? super V>>) - Method in interface io.netty.util.concurrent.ProgressivePromise
 
addListener(GenericFutureListener<? extends Future<? super V>>) - Method in interface io.netty.util.concurrent.Promise
 
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
 
addLong(AsciiString, long) - Method in interface io.netty.handler.codec.BinaryHeaders
 
addLong(AsciiString, long) - Method in class io.netty.handler.codec.DefaultBinaryHeaders
 
addLong(T, long) - Method in class io.netty.handler.codec.DefaultHeaders
 
addLong(CharSequence, long) - Method in class io.netty.handler.codec.DefaultTextHeaders
 
addLong(AsciiString, long) - Method in class io.netty.handler.codec.EmptyBinaryHeaders
 
addLong(T, long) - Method in class io.netty.handler.codec.EmptyHeaders
 
addLong(CharSequence, long) - Method in class io.netty.handler.codec.EmptyTextHeaders
 
addLong(T, long) - Method in interface io.netty.handler.codec.Headers
Add the name to value.
addLong(CharSequence, long) - Method in class io.netty.handler.codec.http.DefaultHttpHeaders
 
addLong(CharSequence, long) - Method in class io.netty.handler.codec.http.EmptyHttpHeaders
 
addLong(CharSequence, long) - Method in interface io.netty.handler.codec.http.HttpHeaders
 
addLong(AsciiString, long) - Method in class io.netty.handler.codec.http2.DefaultHttp2Headers
 
addLong(AsciiString, long) - Method in class io.netty.handler.codec.http2.EmptyHttp2Headers
 
addLong(AsciiString, long) - Method in interface io.netty.handler.codec.http2.Http2Headers
 
addLong(CharSequence, long) - Method in class io.netty.handler.codec.spdy.DefaultSpdyHeaders
 
addLong(CharSequence, long) - Method in interface io.netty.handler.codec.spdy.SpdyHeaders
 
addLong(CharSequence, long) - Method in class io.netty.handler.codec.stomp.DefaultStompHeaders
 
addLong(CharSequence, long) - Method in interface io.netty.handler.codec.stomp.StompHeaders
 
addLong(CharSequence, long) - Method in interface io.netty.handler.codec.TextHeaders
 
addMessage(Object, int, ChannelPromise) - Method in class io.netty.channel.ChannelOutboundBuffer
Add given message to this ChannelOutboundBuffer.
addObject(AsciiString, Object) - Method in interface io.netty.handler.codec.BinaryHeaders
 
addObject(AsciiString, Iterable<?>) - Method in interface io.netty.handler.codec.BinaryHeaders
 
addObject(AsciiString, Object...) - Method in interface io.netty.handler.codec.BinaryHeaders
 
addObject(AsciiString, Object) - Method in class io.netty.handler.codec.DefaultBinaryHeaders
 
addObject(AsciiString, Iterable<?>) - Method in class io.netty.handler.codec.DefaultBinaryHeaders
 
addObject(AsciiString, Object...) - Method in class io.netty.handler.codec.DefaultBinaryHeaders
 
addObject(T, Object) - Method in class io.netty.handler.codec.DefaultHeaders
 
addObject(T, Iterable<?>) - Method in class io.netty.handler.codec.DefaultHeaders
 
addObject(T, Object...) - Method in class io.netty.handler.codec.DefaultHeaders
 
addObject(CharSequence, Object) - Method in class io.netty.handler.codec.DefaultTextHeaders
 
addObject(CharSequence, Iterable<?>) - Method in class io.netty.handler.codec.DefaultTextHeaders
 
addObject(CharSequence, Object...) - Method in class io.netty.handler.codec.DefaultTextHeaders
 
addObject(AsciiString, Object) - Method in class io.netty.handler.codec.EmptyBinaryHeaders
 
addObject(AsciiString, Iterable<?>) - Method in class io.netty.handler.codec.EmptyBinaryHeaders
 
addObject(AsciiString, Object...) - Method in class io.netty.handler.codec.EmptyBinaryHeaders
 
addObject(T, Object) - Method in class io.netty.handler.codec.EmptyHeaders
 
addObject(T, Iterable<?>) - Method in class io.netty.handler.codec.EmptyHeaders
 
addObject(T, Object...) - Method in class io.netty.handler.codec.EmptyHeaders
 
addObject(CharSequence, Object) - Method in class io.netty.handler.codec.EmptyTextHeaders
 
addObject(CharSequence, Iterable<?>) - Method in class io.netty.handler.codec.EmptyTextHeaders
 
addObject(CharSequence, Object...) - Method in class io.netty.handler.codec.EmptyTextHeaders
 
addObject(T, Object) - Method in interface io.netty.handler.codec.Headers
Adds a new header with the specified name and value.
addObject(T, Iterable<?>) - Method in interface io.netty.handler.codec.Headers
Adds a new header with the specified name and values.
addObject(T, Object...) - Method in interface io.netty.handler.codec.Headers
Adds a new header with the specified name and values.
addObject(CharSequence, Object) - Method in class io.netty.handler.codec.http.DefaultHttpHeaders
 
addObject(CharSequence, Iterable<?>) - Method in class io.netty.handler.codec.http.DefaultHttpHeaders
 
addObject(CharSequence, Object...) - Method in class io.netty.handler.codec.http.DefaultHttpHeaders
 
addObject(CharSequence, Object) - Method in class io.netty.handler.codec.http.EmptyHttpHeaders
 
addObject(CharSequence, Iterable<?>) - Method in class io.netty.handler.codec.http.EmptyHttpHeaders
 
addObject(CharSequence, Object...) - Method in class io.netty.handler.codec.http.EmptyHttpHeaders
 
addObject(CharSequence, Object) - Method in interface io.netty.handler.codec.http.HttpHeaders
 
addObject(CharSequence, Iterable<?>) - Method in interface io.netty.handler.codec.http.HttpHeaders
 
addObject(CharSequence, Object...) - Method in interface io.netty.handler.codec.http.HttpHeaders
 
addObject(AsciiString, Object) - Method in class io.netty.handler.codec.http2.DefaultHttp2Headers
 
addObject(AsciiString, Iterable<?>) - Method in class io.netty.handler.codec.http2.DefaultHttp2Headers
 
addObject(AsciiString, Object...) - Method in class io.netty.handler.codec.http2.DefaultHttp2Headers
 
addObject(AsciiString, Object) - Method in class io.netty.handler.codec.http2.EmptyHttp2Headers
 
addObject(AsciiString, Iterable<?>) - Method in class io.netty.handler.codec.http2.EmptyHttp2Headers
 
addObject(AsciiString, Object...) - Method in class io.netty.handler.codec.http2.EmptyHttp2Headers
 
addObject(AsciiString, Object) - Method in interface io.netty.handler.codec.http2.Http2Headers
 
addObject(AsciiString, Iterable<?>) - Method in interface io.netty.handler.codec.http2.Http2Headers
 
addObject(AsciiString, Object...) - Method in interface io.netty.handler.codec.http2.Http2Headers
 
addObject(CharSequence, Object) - Method in class io.netty.handler.codec.spdy.DefaultSpdyHeaders
 
addObject(CharSequence, Iterable<?>) - Method in class io.netty.handler.codec.spdy.DefaultSpdyHeaders
 
addObject(CharSequence, Object...) - Method in class io.netty.handler.codec.spdy.DefaultSpdyHeaders
 
addObject(CharSequence, Object) - Method in interface io.netty.handler.codec.spdy.SpdyHeaders
 
addObject(CharSequence, Iterable<?>) - Method in interface io.netty.handler.codec.spdy.SpdyHeaders
 
addObject(CharSequence, Object...) - Method in interface io.netty.handler.codec.spdy.SpdyHeaders
 
addObject(CharSequence, Object) - Method in class io.netty.handler.codec.stomp.DefaultStompHeaders
 
addObject(CharSequence, Iterable<?>) - Method in class io.netty.handler.codec.stomp.DefaultStompHeaders
 
addObject(CharSequence, Object...) - Method in class io.netty.handler.codec.stomp.DefaultStompHeaders
 
addObject(CharSequence, Object) - Method in interface io.netty.handler.codec.stomp.StompHeaders
 
addObject(CharSequence, Iterable<?>) - Method in interface io.netty.handler.codec.stomp.StompHeaders
 
addObject(CharSequence, Object...) - Method in interface io.netty.handler.codec.stomp.StompHeaders
 
addObject(CharSequence, Object) - Method in interface io.netty.handler.codec.TextHeaders
 
addObject(CharSequence, Iterable<?>) - Method in interface io.netty.handler.codec.TextHeaders
 
addObject(CharSequence, Object...) - Method in interface io.netty.handler.codec.TextHeaders
 
addParam(String, String) - Method in class io.netty.handler.codec.http.QueryStringEncoder
Adds a parameter with the specified name and value to this encoder.
ADDQ - Static variable in class io.netty.handler.codec.memcache.binary.BinaryMemcacheOpcodes
 
addQuestion(DnsQuestion) - Method in class io.netty.handler.codec.dns.DnsMessage
Adds a question to this message.
addQuestion(DnsQuestion) - Method in class io.netty.handler.codec.dns.DnsQuery
 
addQuestion(DnsQuestion) - Method in class io.netty.handler.codec.dns.DnsResponse
 
ADDRESS_UNSUPPORTED - Static variable in class io.netty.handler.codec.socksx.v5.Socks5CommandStatus
 
AddressedEnvelope<M,A extends SocketAddress> - Interface in io.netty.channel
A message that wraps another message with a sender address and a recipient address.
addressEncoder() - Method in class io.netty.handler.codec.socksx.v5.Socks5ClientEncoder
Returns the Socks5AddressEncoder of this encoder.
addressEncoder() - Method in class io.netty.handler.codec.socksx.v5.Socks5ServerEncoder
Returns the Socks5AddressEncoder of this encoder.
addressFamily() - Method in enum io.netty.handler.codec.haproxy.HAProxyProxiedProtocol
Returns the HAProxyProxiedProtocol.AddressFamily of this protocol and address family.
addShort(AsciiString, short) - Method in interface io.netty.handler.codec.BinaryHeaders
 
addShort(AsciiString, short) - Method in class io.netty.handler.codec.DefaultBinaryHeaders
 
addShort(T, short) - Method in class io.netty.handler.codec.DefaultHeaders
 
addShort(CharSequence, short) - Method in class io.netty.handler.codec.DefaultTextHeaders
 
addShort(AsciiString, short) - Method in class io.netty.handler.codec.EmptyBinaryHeaders
 
addShort(T, short) - Method in class io.netty.handler.codec.EmptyHeaders
 
addShort(CharSequence, short) - Method in class io.netty.handler.codec.EmptyTextHeaders
 
addShort(T, short) - Method in interface io.netty.handler.codec.Headers
Add the name to value.
addShort(CharSequence, short) - Method in class io.netty.handler.codec.http.DefaultHttpHeaders
 
addShort(CharSequence, short) - Method in class io.netty.handler.codec.http.EmptyHttpHeaders
 
addShort(CharSequence, short) - Method in interface io.netty.handler.codec.http.HttpHeaders
 
addShort(AsciiString, short) - Method in class io.netty.handler.codec.http2.DefaultHttp2Headers
 
addShort(AsciiString, short) - Method in class io.netty.handler.codec.http2.EmptyHttp2Headers
 
addShort(AsciiString, short) - Method in interface io.netty.handler.codec.http2.Http2Headers
 
addShort(CharSequence, short) - Method in class io.netty.handler.codec.spdy.DefaultSpdyHeaders
 
addShort(CharSequence, short) - Method in interface io.netty.handler.codec.spdy.SpdyHeaders
 
addShort(CharSequence, short) - Method in class io.netty.handler.codec.stomp.DefaultStompHeaders
 
addShort(CharSequence, short) - Method in interface io.netty.handler.codec.stomp.StompHeaders
 
addShort(CharSequence, short) - Method in interface io.netty.handler.codec.TextHeaders
 
addShutdownHook(Runnable) - Method in class io.netty.util.concurrent.SingleThreadEventExecutor
Add a Runnable which will be executed on shutdown of this instance
addSpdyHandlers(ChannelHandlerContext, SpdyVersion) - Method in class io.netty.handler.codec.spdy.SpdyOrHttpChooser
Add all ChannelHandler's that are needed for SPDY with the given version.
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.
addTimeMillis(AsciiString, long) - Method in interface io.netty.handler.codec.BinaryHeaders
 
addTimeMillis(AsciiString, long) - Method in class io.netty.handler.codec.DefaultBinaryHeaders
 
addTimeMillis(T, long) - Method in class io.netty.handler.codec.DefaultHeaders
 
addTimeMillis(CharSequence, long) - Method in class io.netty.handler.codec.DefaultTextHeaders
 
addTimeMillis(AsciiString, long) - Method in class io.netty.handler.codec.EmptyBinaryHeaders
 
addTimeMillis(T, long) - Method in class io.netty.handler.codec.EmptyHeaders
 
addTimeMillis(CharSequence, long) - Method in class io.netty.handler.codec.EmptyTextHeaders
 
addTimeMillis(T, long) - Method in interface io.netty.handler.codec.Headers
Add the name to value.
addTimeMillis(CharSequence, long) - Method in class io.netty.handler.codec.http.DefaultHttpHeaders
 
addTimeMillis(CharSequence, long) - Method in class io.netty.handler.codec.http.EmptyHttpHeaders
 
addTimeMillis(CharSequence, long) - Method in interface io.netty.handler.codec.http.HttpHeaders
 
addTimeMillis(AsciiString, long) - Method in class io.netty.handler.codec.http2.DefaultHttp2Headers
 
addTimeMillis(AsciiString, long) - Method in class io.netty.handler.codec.http2.EmptyHttp2Headers
 
addTimeMillis(AsciiString, long) - Method in interface io.netty.handler.codec.http2.Http2Headers
 
addTimeMillis(CharSequence, long) - Method in class io.netty.handler.codec.spdy.DefaultSpdyHeaders
 
addTimeMillis(CharSequence, long) - Method in interface io.netty.handler.codec.spdy.SpdyHeaders
 
addTimeMillis(CharSequence, long) - Method in class io.netty.handler.codec.stomp.DefaultStompHeaders
 
addTimeMillis(CharSequence, long) - Method in interface io.netty.handler.codec.stomp.StompHeaders
 
addTimeMillis(CharSequence, long) - Method in interface io.netty.handler.codec.TextHeaders
 
adjustMarkers(int) - Method in class io.netty.buffer.AbstractByteBuf
 
advmss() - Method in class io.netty.channel.epoll.EpollTcpInfo
 
AFSDB - Static variable in class io.netty.handler.codec.dns.DnsType
AFS database record RFC 1183 Location of database servers of an AFS cell.
AGE - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
"age"
aggregate(FullHttpMessage, HttpContent) - Method in class io.netty.handler.codec.http.HttpObjectAggregator
 
aggregate(O, C) - Method in class io.netty.handler.codec.MessageAggregator
Transfers the information provided by the specified content message to the specified aggregated message.
AGGREGATE_OPERATION_NOT_ALLOWED - Static variable in class io.netty.handler.codec.rtsp.RtspResponseStatuses
459 Aggregate operation not allowed
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
 
alloc() - Method in class io.netty.buffer.EmptyByteBuf
 
alloc() - Method in class io.netty.buffer.ReadOnlyByteBuf
 
alloc() - Method in class io.netty.buffer.SlicedByteBuf
 
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.buffer.WrappedByteBuf
 
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.compression.LzmaFrameEncoder
 
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
 
ALLOW - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
"allow"
ALLOW - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderNames
"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.
allowPushTo(boolean) - Method in interface io.netty.handler.codec.http2.Http2Connection.Endpoint
Sets whether server push is allowed to this endpoint.
allowPushTo() - Method in interface io.netty.handler.codec.http2.Http2Connection.Endpoint
Gets whether or not server push is allowed to this endpoint.
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.
answerCount() - Method in class io.netty.handler.codec.dns.DnsHeader
Returns the number of answer resource records in the DnsMessage.
answers() - Method in class io.netty.handler.codec.dns.DnsMessage
Returns a list of all the answer resource records in this message.
ANY - Static variable in class io.netty.channel.local.LocalAddress
 
ANY - Static variable in class io.netty.handler.codec.dns.DnsClass
 
ANY - Static variable in class io.netty.handler.codec.dns.DnsType
All cached records RFC 1035 Returns all records of all types known to the name server.
APL - Static variable in class io.netty.handler.codec.dns.DnsType
Address Prefix List record RFC 3123 Specify lists of address ranges, e.g.
APPEND - Static variable in class io.netty.handler.codec.memcache.binary.BinaryMemcacheOpcodes
 
APPEND - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderValues
"append"
appendHeaders(StringBuilder) - Method in class io.netty.handler.codec.spdy.DefaultSpdyHeadersFrame
 
appendHexDump(StringBuilder, ByteBuf) - Static method in class io.netty.handler.logging.LoggingHandler
Appends the prettifies multi-line hexadecimal dump of the specified ByteBuf to the specified StringBuilder.
APPENDQ - Static variable in class io.netty.handler.codec.memcache.binary.BinaryMemcacheOpcodes
 
APPLICATION_OCTET_STREAM - Static variable in class io.netty.handler.codec.http.HttpHeaderValues
"application/octet-stream"
APPLICATION_X_WWW_FORM_URLENCODED - Static variable in class io.netty.handler.codec.http.HttpHeaderValues
"application/x-www-form-urlencoded"
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.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.
ApplicationProtocolNegotiator - Interface in io.netty.handler.ssl
Interface to support Application Protocol Negotiation.
applicationProtocolNegotiator() - Method in class io.netty.handler.ssl.JdkSslContext
 
applicationProtocolNegotiator() - Method in class io.netty.handler.ssl.OpenSslContext
 
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
 
apply(ChannelUDT) - Method in class io.netty.channel.udt.DefaultUdtServerChannelConfig
 
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
 
array() - Method in class io.netty.buffer.EmptyByteBuf
 
array() - Method in class io.netty.buffer.ReadOnlyByteBuf
 
array() - Method in class io.netty.buffer.SlicedByteBuf
 
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
 
array() - Method in class io.netty.buffer.WrappedByteBuf
 
array() - Method in class io.netty.handler.codec.AsciiString
 
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
 
arrayOffset() - Method in class io.netty.buffer.EmptyByteBuf
 
arrayOffset() - Method in class io.netty.buffer.ReadOnlyByteBuf
 
arrayOffset() - Method in class io.netty.buffer.SlicedByteBuf
 
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
 
arrayOffset() - Method in class io.netty.buffer.WrappedByteBuf
 
arrayOffset() - Method in class io.netty.handler.codec.AsciiString
 
artifactId() - Method in class io.netty.util.Version
 
artifactVersion() - Method in class io.netty.util.Version
 
AsciiHeadersEncoder - Class in io.netty.handler.codec
 
AsciiHeadersEncoder(ByteBuf) - Constructor for class io.netty.handler.codec.AsciiHeadersEncoder
 
AsciiHeadersEncoder(ByteBuf, AsciiHeadersEncoder.SeparatorType, AsciiHeadersEncoder.NewlineType) - Constructor for class io.netty.handler.codec.AsciiHeadersEncoder
 
AsciiHeadersEncoder.NewlineType - Enum in io.netty.handler.codec
The newline characters to insert between header entries.
AsciiHeadersEncoder.SeparatorType - Enum in io.netty.handler.codec
The separator characters to insert between a header name and a header value.
AsciiString - Class in io.netty.handler.codec
A string which has been encoded into a character encoding whose character always takes a single byte, similarly to ASCII.
AsciiString(byte[]) - Constructor for class io.netty.handler.codec.AsciiString
 
AsciiString(byte[], boolean) - Constructor for class io.netty.handler.codec.AsciiString
 
AsciiString(byte[], int, int) - Constructor for class io.netty.handler.codec.AsciiString
 
AsciiString(byte[], int, int, boolean) - Constructor for class io.netty.handler.codec.AsciiString
 
AsciiString(char[]) - Constructor for class io.netty.handler.codec.AsciiString
 
AsciiString(char[], int, int) - Constructor for class io.netty.handler.codec.AsciiString
 
AsciiString(CharSequence) - Constructor for class io.netty.handler.codec.AsciiString
 
AsciiString(CharSequence, int, int) - Constructor for class io.netty.handler.codec.AsciiString
 
AsciiString(ByteBuffer) - Constructor for class io.netty.handler.codec.AsciiString
 
AsciiString(ByteBuffer, int, int) - Constructor for class io.netty.handler.codec.AsciiString
 
asInvoker() - Method in interface io.netty.channel.EventLoop
Creates a new default ChannelHandlerInvoker implementation that uses this EventLoop to invoke event handler methods.
asInvoker() - Method in class io.netty.channel.SingleThreadEventLoop
 
asLongText() - Method in interface io.netty.channel.ChannelId
Returns the long yet globally unique string representation of the ChannelId.
asShortText() - Method in interface io.netty.channel.ChannelId
Returns the short but globally non-unique string representation of the ChannelId.
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
 
ATTACHMENT - Static variable in class io.netty.handler.codec.http.HttpHeaderValues
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.
AttributeMap - Interface in io.netty.util
Holds Attributes which can be accessed via AttributeKey.
AUTH_CONTINUE - Static variable in class io.netty.handler.codec.memcache.binary.BinaryMemcacheResponseStatus
 
AUTH_ERROR - Static variable in class io.netty.handler.codec.memcache.binary.BinaryMemcacheResponseStatus
 
authMethod() - Method in class io.netty.handler.codec.socksx.v5.DefaultSocks5InitialResponse
 
authMethod() - Method in interface io.netty.handler.codec.socksx.v5.Socks5InitialResponse
Returns the METHOD field of this response.
authMethods() - Method in class io.netty.handler.codec.socksx.v5.DefaultSocks5InitialRequest
 
authMethods() - Method in interface io.netty.handler.codec.socksx.v5.Socks5InitialRequest
Returns the list of desired authentication methods.
authority(AsciiString) - Method in class io.netty.handler.codec.http2.DefaultHttp2Headers
 
authority() - Method in class io.netty.handler.codec.http2.DefaultHttp2Headers
 
authority(AsciiString) - Method in class io.netty.handler.codec.http2.EmptyHttp2Headers
 
authority() - Method in class io.netty.handler.codec.http2.EmptyHttp2Headers
 
authority(AsciiString) - Method in interface io.netty.handler.codec.http2.Http2Headers
Sets the Http2Headers.PseudoHeaderName.AUTHORITY header or null if there is no such header
authority() - Method in interface io.netty.handler.codec.http2.Http2Headers
Gets the Http2Headers.PseudoHeaderName.AUTHORITY header or null if there is no such header
authorityResourceCount() - Method in class io.netty.handler.codec.dns.DnsHeader
Returns the number of authority resource records in the DnsMessage.
authorityResources() - Method in class io.netty.handler.codec.dns.DnsMessage
Returns a list of all the authority resource records in this message.
AUTHORIZATION - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
"authorization"
AUTHORIZATION - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderNames
"authorization"
authScheme() - Method in class io.netty.handler.proxy.HttpProxyHandler
 
authScheme() - Method in class io.netty.handler.proxy.ProxyConnectionEvent
Returns the name of the authentication scheme in use.
authScheme() - Method in class io.netty.handler.proxy.ProxyHandler
Returns the name of the authentication scheme in use.
authScheme() - Method in class io.netty.handler.proxy.Socks4ProxyHandler
 
authScheme() - Method in class io.netty.handler.proxy.Socks5ProxyHandler
 
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
Returns all the available OpenSSL cipher suites.
AVP - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderValues
"AVP"
await() - Method in interface io.netty.channel.ChannelFuture
 
await() - Method in interface io.netty.channel.ChannelProgressiveFuture
 
await() - Method in interface io.netty.channel.ChannelProgressivePromise
 
await() - Method in interface io.netty.channel.ChannelPromise
 
await() - Method in class io.netty.channel.DefaultChannelProgressivePromise
 
await() - Method in class io.netty.channel.DefaultChannelPromise
 
await() - Method in 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
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
 
AXFR - Static variable in class io.netty.handler.codec.dns.DnsType
Authoritative Zone Transfer record RFC 1035 Transfer entire zone file from the master name server to secondary name servers.

B

backoff() - Method in class io.netty.channel.epoll.EpollTcpInfo
 
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
BADKEY - Static variable in class io.netty.handler.codec.dns.DnsResponseCode
ID 13, bad key
BADSIG - Static variable in class io.netty.handler.codec.dns.DnsResponseCode
ID 12, bad signature
BADTIME - Static variable in class io.netty.handler.codec.dns.DnsResponseCode
ID 14, bad timestamp
BADVERS - Static variable in class io.netty.handler.codec.dns.DnsResponseCode
ID 11, bad extension mechanism for version
BANDWIDTH - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderNames
"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.HttpHeaderValues
"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
 
beginAggregation(HttpMessage, ByteBuf) - Method in class io.netty.handler.codec.http.HttpObjectAggregator
 
beginAggregation(WebSocketFrame, ByteBuf) - Method in class io.netty.handler.codec.http.websocketx.WebSocketFrameAggregator
 
beginAggregation(BinaryMemcacheMessage, ByteBuf) - Method in class io.netty.handler.codec.memcache.binary.BinaryMemcacheObjectAggregator
 
beginAggregation(S, ByteBuf) - Method in class io.netty.handler.codec.MessageAggregator
Creates a new aggregated message from the specified start message and the specified content.
beginAggregation(StompHeadersSubframe, ByteBuf) - Method in class io.netty.handler.codec.stomp.StompSubframeAggregator
 
beginEncode(HttpResponse, CharSequence) - Method in class io.netty.handler.codec.http.HttpContentCompressor
 
beginEncode(HttpResponse, CharSequence) - Method in class io.netty.handler.codec.http.HttpContentEncoder
Prepare to encode the HTTP message content.
beginHandshake() - Method in class io.netty.handler.ssl.OpenSslEngine
 
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 ChannelHandler 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.HttpHeaderValues
"binary"
BinaryHeaders - Interface in io.netty.handler.codec
A typical AsciiString multimap used by protocols that use binary headers (such as HTTP/2) for the representation of arbitrary key-value data.
BinaryHeaders.EntryVisitor - Interface in io.netty.handler.codec
A visitor that helps reduce GC pressure while iterating over a collection of Headers.
BinaryHeaders.NameVisitor - Interface in io.netty.handler.codec
A visitor that helps reduce GC pressure while iterating over a collection of Headers.
BinaryMemcacheClientCodec - Class in io.netty.handler.codec.memcache.binary
The client codec that combines the proper encoder and decoder.
BinaryMemcacheClientCodec() - Constructor for class io.netty.handler.codec.memcache.binary.BinaryMemcacheClientCodec
Create a new BinaryMemcacheClientCodec with the default settings applied.
BinaryMemcacheClientCodec(int) - Constructor for class io.netty.handler.codec.memcache.binary.BinaryMemcacheClientCodec
Create a new BinaryMemcacheClientCodec and set a custom chunk size.
BinaryMemcacheClientCodec(int, boolean) - Constructor for class io.netty.handler.codec.memcache.binary.BinaryMemcacheClientCodec
Create a new BinaryMemcacheClientCodec with custom settings.
BinaryMemcacheMessage - Interface in io.netty.handler.codec.memcache.binary
An interface that defines a binary Memcache message, providing common properties for BinaryMemcacheRequest and BinaryMemcacheResponse.
BinaryMemcacheObjectAggregator - Class in io.netty.handler.codec.memcache.binary
An object aggregator for the memcache binary protocol.
BinaryMemcacheObjectAggregator(int) - Constructor for class io.netty.handler.codec.memcache.binary.BinaryMemcacheObjectAggregator
 
BinaryMemcacheOpcodes - Class in io.netty.handler.codec.memcache.binary
Represents all Opcodes that can occur in a BinaryMemcacheMessage.
BinaryMemcacheRequest - Interface in io.netty.handler.codec.memcache.binary
Represents a full BinaryMemcacheRequest, which contains the header and optional key and extras.
BinaryMemcacheRequestDecoder - Class in io.netty.handler.codec.memcache.binary
The decoder part which takes care of decoding the request-specific headers.
BinaryMemcacheRequestDecoder() - Constructor for class io.netty.handler.codec.memcache.binary.BinaryMemcacheRequestDecoder
 
BinaryMemcacheRequestDecoder(int) - Constructor for class io.netty.handler.codec.memcache.binary.BinaryMemcacheRequestDecoder
 
BinaryMemcacheRequestEncoder - Class in io.netty.handler.codec.memcache.binary
The encoder part which takes care of encoding the request headers.
BinaryMemcacheRequestEncoder() - Constructor for class io.netty.handler.codec.memcache.binary.BinaryMemcacheRequestEncoder
 
BinaryMemcacheResponse - Interface in io.netty.handler.codec.memcache.binary
Represents a full BinaryMemcacheResponse, which contains the header and optional key and extras.
BinaryMemcacheResponseDecoder - Class in io.netty.handler.codec.memcache.binary
The decoder which takes care of decoding the response headers.
BinaryMemcacheResponseDecoder() - Constructor for class io.netty.handler.codec.memcache.binary.BinaryMemcacheResponseDecoder
 
BinaryMemcacheResponseDecoder(int) - Constructor for class io.netty.handler.codec.memcache.binary.BinaryMemcacheResponseDecoder
 
BinaryMemcacheResponseEncoder - Class in io.netty.handler.codec.memcache.binary
The encoder which takes care of encoding the response headers.
BinaryMemcacheResponseEncoder() - Constructor for class io.netty.handler.codec.memcache.binary.BinaryMemcacheResponseEncoder
 
BinaryMemcacheResponseStatus - Class in io.netty.handler.codec.memcache.binary
Contains all possible status values a BinaryMemcacheResponse can return.
BinaryMemcacheServerCodec - Class in io.netty.handler.codec.memcache.binary
The full server codec that combines the correct encoder and decoder.
BinaryMemcacheServerCodec() - Constructor for class io.netty.handler.codec.memcache.binary.BinaryMemcacheServerCodec
 
BinaryMemcacheServerCodec(int) - Constructor for class io.netty.handler.codec.memcache.binary.BinaryMemcacheServerCodec
 
BinaryWebSocketFrame - Class in io.netty.handler.codec.http.websocketx
Web Socket frame containing binary data
BinaryWebSocketFrame() - Constructor for class io.netty.handler.codec.http.websocketx.BinaryWebSocketFrame
Creates a new empty binary frame.
BinaryWebSocketFrame(ByteBuf) - Constructor for class io.netty.handler.codec.http.websocketx.BinaryWebSocketFrame
Creates a new binary frame with the specified binary data.
BinaryWebSocketFrame(boolean, int, ByteBuf) - Constructor for class io.netty.handler.codec.http.websocketx.BinaryWebSocketFrame
Creates a new binary frame with the specified binary data and the final fragment flag.
bind() - 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 interface io.netty.channel.ChannelHandler
Called once a bind operation is made.
bind(ChannelHandlerContext, SocketAddress, ChannelPromise) - Method in class io.netty.channel.ChannelHandlerAdapter
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(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 - Static variable in class io.netty.handler.codec.socksx.v4.Socks4CommandType
 
BIND - Static variable in class io.netty.handler.codec.socksx.v5.Socks5CommandType
 
bind(ChannelHandlerContext, SocketAddress, ChannelPromise) - Method in class io.netty.handler.logging.LoggingHandler
 
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.RtspHeaderNames
"blocksize"
bndAddr() - Method in class io.netty.handler.codec.socksx.v5.DefaultSocks5CommandResponse
 
bndAddr() - Method in interface io.netty.handler.codec.socksx.v5.Socks5CommandResponse
Returns the BND.ADDR field of this response.
bndAddrType() - Method in class io.netty.handler.codec.socksx.v5.DefaultSocks5CommandResponse
 
bndAddrType() - Method in interface io.netty.handler.codec.socksx.v5.Socks5CommandResponse
Returns the address type of the BND.ADDR field of this response.
bndPort() - Method in class io.netty.handler.codec.socksx.v5.DefaultSocks5CommandResponse
 
bndPort() - Method in interface io.netty.handler.codec.socksx.v5.Socks5CommandResponse
Returns the BND.PORT field of this response.
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
 
BOUNDARY - Static variable in class io.netty.handler.codec.http.HttpHeaderValues
"boundary"
buf - Variable in class io.netty.buffer.WrappedByteBuf
 
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.codec.http2.CompressorHttp2ConnectionEncoder.Builder
 
build() - Method in class io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder.Builder
 
build() - Method in class io.netty.handler.codec.http2.DefaultHttp2ConnectionEncoder.Builder
 
build() - Method in interface io.netty.handler.codec.http2.Http2ConnectionDecoder.Builder
Creates a new decoder instance.
build() - Method in interface io.netty.handler.codec.http2.Http2ConnectionEncoder.Builder
Creates a new encoder instance.
build() - Method in class io.netty.handler.codec.http2.InboundHttp2ToHttpAdapter.Builder
Builds/creates a new InboundHttp2ToHttpAdapter instance using this builders current settings.
build() - Method in class io.netty.handler.codec.http2.InboundHttp2ToHttpPriorityAdapter.Builder
 
buildInvalidMessage() - Method in class io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheDecoder
Helper method to create a upstream message when the incoming parsing did fail.
buildInvalidMessage() - Method in class io.netty.handler.codec.memcache.binary.BinaryMemcacheRequestDecoder
 
buildInvalidMessage() - Method in class io.netty.handler.codec.memcache.binary.BinaryMemcacheResponseDecoder
 
buildKeyManagerFactory(File, File, String, KeyManagerFactory) - Static method in class io.netty.handler.ssl.JdkSslContext
Build a KeyManagerFactory based upon a key file, key file password, and a certificate chain.
buildKeyManagerFactory(File, String, File, String, KeyManagerFactory) - Static method in class io.netty.handler.ssl.JdkSslContext
Build a KeyManagerFactory based upon a key algorithm, key file, key file password, and a certificate chain.
buildTimeMillis() - Method in class io.netty.util.Version
 
buildTrustManagerFactory(File, TrustManagerFactory) - Static method in class io.netty.handler.ssl.JdkSslContext
Build a TrustManagerFactory from a certificate chain file.
BYTE_ACCEPTOR - Static variable in class io.netty.channel.udt.nio.NioUdtProvider
ChannelFactory for UDT Byte Acceptor.
BYTE_CONNECTOR - Static variable in class io.netty.channel.udt.nio.NioUdtProvider
ChannelFactory for UDT Byte Connector.
BYTE_PROVIDER - Static variable in class io.netty.channel.udt.nio.NioUdtProvider
SelectorProvider for UDT Byte channels.
BYTE_RENDEZVOUS - Static variable in class io.netty.channel.udt.nio.NioUdtProvider
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
 
byteAt(int) - Method in class io.netty.handler.codec.AsciiString
 
ByteBuf - Class in io.netty.buffer
A random and sequential accessible sequence of zero or more bytes (octets).
ByteBuf() - Constructor for class io.netty.buffer.ByteBuf
 
ByteBufAllocator - Interface in io.netty.buffer
Implementations are responsible to allocate buffers.
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.
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.
BYTES - Static variable in class io.netty.handler.codec.http.HttpHeaderValues
"bytes"
BYTES - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderValues
"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
 
bytesBefore(byte) - Method in class io.netty.buffer.WrappedByteBuf
 
bytesBefore(int, byte) - Method in class io.netty.buffer.WrappedByteBuf
 
bytesBefore(int, int, byte) - Method in class io.netty.buffer.WrappedByteBuf
 
bytesToIpAddress(byte[], int, int) - Static method in class io.netty.util.NetUtil
Converts 4-byte or 16-byte data into an IPv4 or IPv6 string respectively.
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
 
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
A ChannelHandler 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.mqtt.MqttConnectReturnCode
 
byteValue() - Method in enum io.netty.handler.codec.socksx.SocksVersion
Returns the value of the version field, as defined in the protocol specification.
byteValue() - Method in class io.netty.handler.codec.socksx.v4.Socks4CommandStatus
 
byteValue() - Method in class io.netty.handler.codec.socksx.v4.Socks4CommandType
 
byteValue() - Method in class io.netty.handler.codec.socksx.v5.Socks5AddressType
 
byteValue() - Method in class io.netty.handler.codec.socksx.v5.Socks5AuthMethod
 
byteValue() - Method in class io.netty.handler.codec.socksx.v5.Socks5CommandStatus
 
byteValue() - Method in class io.netty.handler.codec.socksx.v5.Socks5CommandType
 
byteValue() - Method in class io.netty.handler.codec.socksx.v5.Socks5PasswordAuthStatus
 
Bzip2Decoder - Class in io.netty.handler.codec.compression
Uncompresses a ByteBuf encoded with the Bzip2 format.
Bzip2Decoder() - Constructor for class io.netty.handler.codec.compression.Bzip2Decoder
 
Bzip2Encoder - Class in io.netty.handler.codec.compression
Compresses a ByteBuf using the Bzip2 algorithm.
Bzip2Encoder() - Constructor for class io.netty.handler.codec.compression.Bzip2Encoder
Creates a new bzip2 encoder with the maximum (900,000 byte) block size.
Bzip2Encoder(int) - Constructor for class io.netty.handler.codec.compression.Bzip2Encoder
Creates a new bzip2 encoder with the specified blockSizeMultiplier.

C

CAA - Static variable in class io.netty.handler.codec.dns.DnsType
Certification Authority Authorization record RFC 6844 CA pinning, constraining acceptable CAs for a host/domain.
CACHE_CONTROL - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
"cache-control"
CACHE_CONTROL - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderNames
"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.
calculateNewCapacity(int, int) - Method in class io.netty.buffer.AbstractByteBufAllocator
 
calculateNewCapacity(int, int) - Method in interface io.netty.buffer.ByteBufAllocator
Calculate the new capacity of a ByteBuf that is used when a ByteBuf needs to expand by the minNewCapacity with maxCapacity as upper-bound.
calculateSize(Object) - Method in class io.netty.handler.traffic.AbstractTrafficShapingHandler
Calculate the size of the given Object.
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
 
cancel(boolean) - Method in class io.netty.util.concurrent.DefaultPromise
 
cancel(boolean) - Method in interface io.netty.util.concurrent.Future
If the cancellation was successful it will fail the future with an CancellationException.
cancel() - 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
 
capacity(int) - Method in class io.netty.buffer.DuplicatedByteBuf
 
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
 
capacity(int) - Method in class io.netty.buffer.ReadOnlyByteBuf
 
capacity() - Method in class io.netty.buffer.SlicedByteBuf
 
capacity(int) - Method in class io.netty.buffer.SlicedByteBuf
 
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
 
capacity() - Method in class io.netty.buffer.WrappedByteBuf
 
capacity(int) - Method in class io.netty.buffer.WrappedByteBuf
 
cas() - Method in class io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage
 
cas() - Method in interface io.netty.handler.codec.memcache.binary.BinaryMemcacheMessage
Returns the CAS identifier.
CASE_INSENSITIVE_ORDER - Static variable in class io.netty.handler.codec.AsciiString
 
CASE_SENSITIVE_ORDER - Static variable in class io.netty.handler.codec.AsciiString
 
caseInsensitiveHashCode(CharSequence) - Static method in class io.netty.handler.codec.AsciiString
Returns the case-insensitive hash code of the specified string.
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.SslHandshakeCompletionEvent
Return the Throwable if SslHandshakeCompletionEvent.isSuccess() returns false and so the handshake 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 - Static variable in class io.netty.handler.codec.dns.DnsType
Certificate record RFC 4398 Stores PKIX, SPKI, PGP, etc.
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.OpenSslContext
 
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.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).
channelActive(ChannelHandlerContext) - Method in interface io.netty.channel.ChannelHandler
The Channel of the ChannelHandlerContext is now active
channelActive(ChannelHandlerContext) - Method in class io.netty.channel.ChannelHandlerAdapter
channelActive(ChannelHandlerContext) - Method in class io.netty.handler.codec.http2.Http2ConnectionHandler
 
channelActive(ChannelHandlerContext) - Method in class io.netty.handler.ipfilter.AbstractRemoteAddressFilter
 
channelActive(ChannelHandlerContext) - Method in class io.netty.handler.logging.LoggingHandler
 
channelActive(ChannelHandlerContext) - Method in class io.netty.handler.proxy.ProxyHandler
 
channelActive(ChannelHandlerContext) - Method in class io.netty.handler.ssl.SslHandler
Issues an initial TLS handshake once connected when used in client-mode
channelActive(ChannelHandlerContext) - Method in class io.netty.handler.timeout.IdleStateHandler
 
channelActive(ChannelHandlerContext) - Method in class io.netty.handler.timeout.ReadTimeoutHandler
 
ChannelConfig - Interface in io.netty.channel
A set of configuration properties of a Channel.
ChannelDuplexHandler - Class in io.netty.channel
Deprecated.
ChannelDuplexHandler() - Constructor for class io.netty.channel.ChannelDuplexHandler
Deprecated.
 
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(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
Deprecated.
Use ChannelFactory instead.
ChannelFactory<T extends Channel> - Interface in io.netty.channel
Creates a new Channel.
ChannelFlushPromiseNotifier - Class in io.netty.channel
This implementation allows to register ChannelFuture instances which will get notified once some amount of data was written and so a checkpoint was reached.
ChannelFlushPromiseNotifier(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 an I/O event or intercepts an I/O operation, and forwards it to its next handler in its ChannelPipeline.
ChannelHandler.Sharable - Annotation Type in io.netty.channel
Indicates that the same instance of the annotated ChannelHandler can be added to one or more ChannelPipelines multiple times without a race condition.
ChannelHandler.Skip - Annotation Type in io.netty.channel
Indicates that the annotated event handler method in ChannelHandler will not be invoked by ChannelPipeline.
ChannelHandlerAdapter - Class in io.netty.channel
Skelton implementation of a ChannelHandler.
ChannelHandlerAdapter() - Constructor for class io.netty.channel.ChannelHandlerAdapter
 
ChannelHandlerAppender - Class in io.netty.channel
A ChannelHandler that appends the specified ChannelHandlers right next to itself.
ChannelHandlerAppender() - Constructor for class io.netty.channel.ChannelHandlerAppender
Creates a new uninitialized instance.
ChannelHandlerAppender(boolean) - Constructor for class io.netty.channel.ChannelHandlerAppender
Creates a new uninitialized instance.
ChannelHandlerAppender(Iterable<? extends ChannelHandler>) - Constructor for class io.netty.channel.ChannelHandlerAppender
Creates a new instance that appends the specified ChannelHandlers right next to itself.
ChannelHandlerAppender(ChannelHandler...) - Constructor for class io.netty.channel.ChannelHandlerAppender
Creates a new instance that appends the specified ChannelHandlers right next to itself.
ChannelHandlerAppender(boolean, Iterable<? extends ChannelHandler>) - Constructor for class io.netty.channel.ChannelHandlerAppender
Creates a new instance that appends the specified ChannelHandlers right next to itself.
ChannelHandlerAppender(boolean, ChannelHandler...) - Constructor for class io.netty.channel.ChannelHandlerAppender
Creates a new instance that appends the specified ChannelHandlers right next to itself.
ChannelHandlerContext - Interface in io.netty.channel
Enables a ChannelHandler to interact with its ChannelPipeline and other handlers.
ChannelHandlerInvoker - Interface in io.netty.channel
Invokes the event handler methods of ChannelHandler.
ChannelHandlerInvokerUtil - Class in io.netty.channel
A set of helper methods for easier implementation of custom ChannelHandlerInvoker implementation.
ChannelId - Interface in io.netty.channel
Represents the globally unique identifier of a Channel.
channelIdle(ChannelHandlerContext, IdleStateEvent) - Method in class io.netty.handler.timeout.IdleStateHandler
Is called when an IdleStateEvent should be fired.
channelInactive(ChannelHandlerContext) - Method in interface io.netty.channel.ChannelHandler
The Channel of the ChannelHandlerContext was registered is now inactive and reached its end of lifetime.
channelInactive(ChannelHandlerContext) - Method in class io.netty.channel.ChannelHandlerAdapter
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.http2.Http2ConnectionHandler
 
channelInactive(ChannelHandlerContext) - Method in class io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheDecoder
When the channel goes inactive, release all frames to prevent data leaks.
channelInactive(ChannelHandlerContext) - Method in class io.netty.handler.codec.MessageAggregator
 
channelInactive(ChannelHandlerContext) - Method in class io.netty.handler.codec.ReplayingDecoder
 
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.proxy.ProxyHandler
 
channelInactive(ChannelHandlerContext) - Method in class io.netty.handler.ssl.SslHandler
 
channelInactive(ChannelHandlerContext) - Method in class io.netty.handler.stream.ChunkedWriteHandler
 
channelInactive(ChannelHandlerContext) - Method in class io.netty.handler.timeout.IdleStateHandler
 
channelInactive(ChannelHandlerContext) - Method in class io.netty.handler.timeout.ReadTimeoutHandler
 
ChannelInboundHandlerAdapter - Class in io.netty.channel
Deprecated.
ChannelInboundHandlerAdapter() - Constructor for class io.netty.channel.ChannelInboundHandlerAdapter
Deprecated.
 
ChannelInitializer<C extends Channel> - Class in io.netty.channel
A special ChannelHandler 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 ChannelHandler.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.
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
 
ChannelOutboundHandlerAdapter - Class in io.netty.channel
Deprecated.
ChannelOutboundHandlerAdapter() - Constructor for class io.netty.channel.ChannelOutboundHandlerAdapter
Deprecated.
 
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.
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
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
 
ChannelPromiseNotifier - Class in io.netty.channel
ChannelFutureListener implementation which takes other ChannelFuture(s) and notifies them on completion.
ChannelPromiseNotifier(ChannelPromise...) - Constructor for class io.netty.channel.ChannelPromiseNotifier
Create a new instance
channelRead(ChannelHandlerContext, Object) - Method in interface io.netty.channel.ChannelHandler
Invoked when the current Channel has read a message from the peer.
channelRead(ChannelHandlerContext, Object) - Method in class io.netty.channel.ChannelHandlerAdapter
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.websocketx.extensions.WebSocketClientExtensionHandler
 
channelRead(ChannelHandlerContext, Object) - Method in class io.netty.handler.codec.http.websocketx.extensions.WebSocketServerExtensionHandler
 
channelRead(ChannelHandlerContext, Object) - Method in class io.netty.handler.codec.http.websocketx.Utf8FrameValidator
 
channelRead(ChannelHandlerContext, Object) - Method in class io.netty.handler.codec.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.logging.LoggingHandler
 
channelRead(ChannelHandlerContext, Object) - Method in class io.netty.handler.proxy.ProxyHandler
 
channelRead(ChannelHandlerContext, Object) - Method in class io.netty.handler.timeout.IdleStateHandler
 
channelRead(ChannelHandlerContext, Object) - Method in class io.netty.handler.timeout.ReadTimeoutHandler
 
channelRead(ChannelHandlerContext, Object) - Method in class io.netty.handler.traffic.AbstractTrafficShapingHandler
 
channelRead(ChannelHandlerContext, Object) - Method in class io.netty.handler.traffic.GlobalChannelTrafficShapingHandler
 
channelReadComplete(ChannelHandlerContext) - Method in interface io.netty.channel.ChannelHandler
Invoked when the last message read by the current read operation has been consumed by ChannelHandler.channelRead(ChannelHandlerContext, Object).
channelReadComplete(ChannelHandlerContext) - Method in class io.netty.channel.ChannelHandlerAdapter
channelReadComplete(ChannelHandlerContext) - Method in class io.netty.handler.codec.ByteToMessageDecoder
 
channelReadComplete(ChannelHandlerContext) - Method in class io.netty.handler.proxy.ProxyHandler
 
channelReadComplete(ChannelHandlerContext) - Method in class io.netty.handler.ssl.SslHandler
 
channelReady(C, SelectionKey) - Method in interface io.netty.channel.nio.NioTask
Invoked when the SelectableChannel has been selected by the Selector.
channelRegistered(ChannelHandlerContext) - Method in interface io.netty.channel.ChannelHandler
The Channel of the ChannelHandlerContext was registered with its EventLoop
channelRegistered(ChannelHandlerContext) - Method in class io.netty.channel.ChannelHandlerAdapter
channelRegistered(ChannelHandlerContext) - Method in class io.netty.channel.ChannelInitializer
 
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.timeout.ReadTimeoutHandler
 
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).
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
Expose underlying ChannelUDT for debugging and monitoring.
channelUnregistered(ChannelHandlerContext) - Method in interface io.netty.channel.ChannelHandler
The Channel of the ChannelHandlerContext was unregistered from its EventLoop
channelUnregistered(ChannelHandlerContext) - Method in class io.netty.channel.ChannelHandlerAdapter
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.ChannelHandler
Gets called once the writable state of a Channel changed.
channelWritabilityChanged(ChannelHandlerContext) - Method in class io.netty.channel.ChannelHandlerAdapter
channelWritabilityChanged(ChannelHandlerContext) - Method in class io.netty.handler.stream.ChunkedWriteHandler
 
CHAOS - Static variable in class io.netty.handler.codec.dns.DnsClass
 
charAt(int) - Method in class io.netty.handler.codec.AsciiString
 
CHARSEQUENCE_CASE_INSENSITIVE_ORDER - Static variable in class io.netty.handler.codec.AsciiString
 
CHARSEQUENCE_CASE_SENSITIVE_ORDER - Static variable in class io.netty.handler.codec.AsciiString
 
CHARSET - Static variable in class io.netty.handler.codec.http.HttpHeaderValues
"charset"
CHARSET - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderValues
"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
Do deadlock checks
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
 
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.
checkSize(long) - Method in class io.netty.handler.codec.http.multipart.AbstractHttpData
 
checkSize(long) - Method in interface io.netty.handler.codec.http.multipart.HttpData
Check if the new size is not reaching the max limit allowed.
checkSize(long) - Method in class io.netty.handler.codec.http.multipart.MixedAttribute
 
checkSize(long) - Method in class io.netty.handler.codec.http.multipart.MixedFileUpload
 
checkSrcIndex(int, int, int, int) - Method in class io.netty.buffer.AbstractByteBuf
 
checkWaitReadTime(ChannelHandlerContext, long, long) - Method in class io.netty.handler.traffic.GlobalChannelTrafficShapingHandler
 
child(int) - Method in interface io.netty.handler.codec.http2.Http2Stream
Attempts to find a child of this stream with the given ID.
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.channel.ThreadPerChannelEventLoopGroup
 
children() - Method in interface io.netty.handler.codec.http2.Http2Stream
Gets all streams that are direct dependents on this stream.
children() - Method in class io.netty.util.concurrent.AbstractEventExecutor
 
children() - Method in interface io.netty.util.concurrent.EventExecutor
Returns an unmodifiable singleton set which contains itself.
children() - Method in interface io.netty.util.concurrent.EventExecutorGroup
Returns the unmodifiable set of EventExecutors managed by this EventExecutorGroup.
children() - Method in class io.netty.util.concurrent.MultithreadEventExecutorGroup
 
chooseTrustManager(TrustManager[]) - Static method in class io.netty.handler.ssl.OpenSslContext
 
CHUNKED - Static variable in class io.netty.handler.codec.http.HttpHeaderValues
"chunked"
ChunkedFile - Class in io.netty.handler.stream
A ChunkedInput that fetches data from a file chunk by chunk.
ChunkedFile(File) - Constructor for class io.netty.handler.stream.ChunkedFile
Creates a new instance that fetches data from the specified file.
ChunkedFile(File, int) - Constructor for class io.netty.handler.stream.ChunkedFile
Creates a new instance that fetches data from the specified file.
ChunkedFile(RandomAccessFile) - Constructor for class io.netty.handler.stream.ChunkedFile
Creates a new instance that fetches data from the specified file.
ChunkedFile(RandomAccessFile, int) - Constructor for class io.netty.handler.stream.ChunkedFile
Creates a new instance that fetches data from the specified file.
ChunkedFile(RandomAccessFile, long, long, int) - Constructor for class io.netty.handler.stream.ChunkedFile
Creates a new instance that fetches data from the specified file.
ChunkedInput<B> - Interface in io.netty.handler.stream
A data stream of indefinite length which is consumed by ChunkedWriteHandler.
ChunkedNioFile - Class in io.netty.handler.stream
A ChunkedInput that fetches data from a file chunk by chunk using NIO FileChannel.
ChunkedNioFile(File) - Constructor for class io.netty.handler.stream.ChunkedNioFile
Creates a new instance that fetches data from the specified file.
ChunkedNioFile(File, int) - Constructor for class io.netty.handler.stream.ChunkedNioFile
Creates a new instance that fetches data from the specified file.
ChunkedNioFile(FileChannel) - Constructor for class io.netty.handler.stream.ChunkedNioFile
Creates a new instance that fetches data from the specified file.
ChunkedNioFile(FileChannel, int) - Constructor for class io.netty.handler.stream.ChunkedNioFile
Creates a new instance that fetches data from the specified file.
ChunkedNioFile(FileChannel, long, long, int) - Constructor for class io.netty.handler.stream.ChunkedNioFile
Creates a new instance that fetches data from the specified file.
ChunkedNioStream - Class in io.netty.handler.stream
A ChunkedInput that fetches data from a ReadableByteChannel chunk by chunk.
ChunkedNioStream(ReadableByteChannel) - Constructor for class io.netty.handler.stream.ChunkedNioStream
Creates a new instance that fetches data from the specified channel.
ChunkedNioStream(ReadableByteChannel, int) - Constructor for class io.netty.handler.stream.ChunkedNioStream
Creates a new instance that fetches data from the specified channel.
ChunkedStream - Class in io.netty.handler.stream
A ChunkedInput that fetches data from an InputStream chunk by chunk.
ChunkedStream(InputStream) - Constructor for class io.netty.handler.stream.ChunkedStream
Creates a new instance that fetches data from the specified stream.
ChunkedStream(InputStream, int) - Constructor for class io.netty.handler.stream.ChunkedStream
Creates a new instance that fetches data from the specified stream.
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
CIPHERS - Static variable in class io.netty.handler.codec.http2.Http2SecurityUtil
The following list is derived from SunJSSE Supported Ciphers and Mozilla Cipher Suites in accordance with the HTTP/2 Specification.
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.JdkSslContext
 
cipherSuites() - Method in class io.netty.handler.ssl.OpenSslContext
 
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
 
cleanAllHttpData() - Method in class io.netty.handler.codec.http.multipart.DefaultHttpDataFactory
 
cleanAllHttpData() - Method in interface io.netty.handler.codec.http.multipart.HttpDataFactory
Remove all InterfaceHttpData from virtual File storage from clean list for all requests
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.
cleanRequestHttpData(HttpRequest) - Method in class io.netty.handler.codec.http.multipart.DefaultHttpDataFactory
 
cleanRequestHttpData(HttpRequest) - Method in interface io.netty.handler.codec.http.multipart.HttpDataFactory
Remove all InterfaceHttpData from virtual File storage from clean list for the request
cleanup() - Method in class io.netty.channel.nio.NioEventLoop
 
cleanup() - Method in class io.netty.util.concurrent.SingleThreadEventExecutor
Do nothing, sub-classes may override
cleanupAndTerminate(boolean) - Method in class io.netty.util.concurrent.SingleThreadEventExecutor
 
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.buffer.WrappedByteBuf
 
clear() - Method in class io.netty.channel.group.DefaultChannelGroup
 
clear() - Method in interface io.netty.handler.codec.BinaryHeaders
 
clear() - Method in class io.netty.handler.codec.DefaultBinaryHeaders
 
clear() - Method in class io.netty.handler.codec.DefaultHeaders
 
clear() - Method in class io.netty.handler.codec.DefaultTextHeaders
 
clear() - Method in class io.netty.handler.codec.EmptyBinaryHeaders
 
clear() - Method in class io.netty.handler.codec.EmptyHeaders
 
clear() - Method in class io.netty.handler.codec.EmptyTextHeaders
 
clear() - Method in interface io.netty.handler.codec.Headers
Removes all headers.
clear() - Method in class io.netty.handler.codec.http.DefaultHttpHeaders
 
clear() - Method in class io.netty.handler.codec.http.EmptyHttpHeaders
 
clear() - Method in interface io.netty.handler.codec.http.HttpHeaders
 
clear() - Method in class io.netty.handler.codec.http2.DefaultHttp2Headers
 
clear() - Method in class io.netty.handler.codec.http2.EmptyHttp2Headers
 
clear() - Method in interface io.netty.handler.codec.http2.Http2Headers
 
clear() - Method in class io.netty.handler.codec.spdy.DefaultSpdyHeaders
 
clear() - Method in interface io.netty.handler.codec.spdy.SpdyHeaders
 
clear() - Method in class io.netty.handler.codec.stomp.DefaultStompHeaders
 
clear() - Method in interface io.netty.handler.codec.stomp.StompHeaders
 
clear() - Method in interface io.netty.handler.codec.TextHeaders
 
clear() - Method in class io.netty.util.collection.IntObjectHashMap
 
clear() - Method in interface io.netty.util.collection.IntObjectMap
Clears all entries from this map.
clearCache() - Method in class io.netty.resolver.dns.DnsNameResolver
Clears all the DNS resource records cached by this resolver.
clearCache(DnsQuestion) - Method in class io.netty.resolver.dns.DnsNameResolver
Clears the DNS resource record of the specified DNS question from the cache of this resolver.
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.RtspHeaderValues
"client_port"
ClientCookieDecoder - Class in io.netty.handler.codec.http
A RFC6265 compliant cookie decoder to be used client side.
ClientCookieEncoder - Class in io.netty.handler.codec.http
A RFC6265 compliant cookie encoder to be used client side, so only name=value pairs are sent.
clientIdentifier() - Method in class io.netty.handler.codec.mqtt.MqttConnectPayload
 
CLOCK - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderValues
"clock"
clone() - Method in class io.netty.bootstrap.AbstractBootstrap
Returns a deep clone of this bootstrap which has the identical configuration.
clone() - Method in class io.netty.bootstrap.Bootstrap
 
clone() - Method in class io.netty.bootstrap.ServerBootstrap
 
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 - Static variable in interface io.netty.channel.ChannelFutureListener
A ChannelFutureListener that closes the Channel which is associated with the specified ChannelFuture.
close(ChannelHandlerContext, ChannelPromise) - Method in interface io.netty.channel.ChannelHandler
Called once a close operation is made.
close(ChannelHandlerContext, ChannelPromise) - Method in class io.netty.channel.ChannelHandlerAdapter
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() - 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() - 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.unix.FileDescriptor
Close the file descriptor.
close() - Method in class io.netty.handler.codec.compression.Bzip2Encoder
Close this Bzip2Encoder and so finish the encoding.
close(ChannelPromise) - Method in class io.netty.handler.codec.compression.Bzip2Encoder
Close this Bzip2Encoder and so finish the encoding.
close(ChannelHandlerContext, ChannelPromise) - Method in class io.netty.handler.codec.compression.Bzip2Encoder
 
close() - Method in class io.netty.handler.codec.compression.JdkZlibEncoder
 
close(ChannelPromise) - Method in class io.netty.handler.codec.compression.JdkZlibEncoder
 
close(ChannelHandlerContext, ChannelPromise) - Method in class io.netty.handler.codec.compression.JdkZlibEncoder
 
close() - Method in class io.netty.handler.codec.compression.JZlibEncoder
 
close(ChannelPromise) - Method in class io.netty.handler.codec.compression.JZlibEncoder
 
close(ChannelHandlerContext, ChannelPromise) - Method in class io.netty.handler.codec.compression.JZlibEncoder
 
close() - Method in class io.netty.handler.codec.compression.Lz4FrameEncoder
Close this Lz4FrameEncoder and so finish the encoding.
close(ChannelPromise) - Method in class io.netty.handler.codec.compression.Lz4FrameEncoder
Close this Lz4FrameEncoder and so finish the encoding.
close(ChannelHandlerContext, ChannelPromise) - Method in class io.netty.handler.codec.compression.Lz4FrameEncoder
 
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.HttpHeaderValues
"close"
close() - Method in class io.netty.handler.codec.http.multipart.HttpPostRequestEncoder
 
close(Channel, CloseWebSocketFrame) - Method in class io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker
Performs the closing handshake
close(Channel, CloseWebSocketFrame, ChannelPromise) - Method in class io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker
Performs the closing handshake
close(Channel, CloseWebSocketFrame) - Method in class io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker
Performs the closing handshake
close(Channel, CloseWebSocketFrame, ChannelPromise) - Method in class io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker
Performs the closing handshake
close(Channel, CloseWebSocketFrame, ChannelPromise) - Method in class io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker00
Echo back the closing frame
close() - Method in class io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder
 
close() - Method in class io.netty.handler.codec.http2.DefaultHttp2ConnectionEncoder
 
close() - Method in class io.netty.handler.codec.http2.DefaultHttp2FrameReader
 
close() - Method in class io.netty.handler.codec.http2.DefaultHttp2FrameWriter
 
close() - Method in interface io.netty.handler.codec.http2.Http2ConnectionDecoder
 
close(ChannelHandlerContext, ChannelPromise) - Method in class io.netty.handler.codec.http2.Http2ConnectionHandler
 
close() - Method in interface io.netty.handler.codec.http2.Http2FrameReader
Closes this reader and frees any allocated resources.
close() - Method in interface io.netty.handler.codec.http2.Http2FrameWriter
Closes this writer and frees any allocated resources.
close() - Method in class io.netty.handler.codec.http2.Http2InboundFrameLogger
 
close() - Method in class io.netty.handler.codec.http2.Http2OutboundFrameLogger
 
close() - Method in interface io.netty.handler.codec.http2.Http2Stream
Closes the stream.
CLOSE - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderValues
"close"
close() - Method in class io.netty.handler.codec.serialization.ObjectDecoderInputStream
 
close() - Method in class io.netty.handler.codec.serialization.ObjectEncoderOutputStream
 
close(ChannelHandlerContext, ChannelPromise) - Method in class io.netty.handler.codec.spdy.SpdySessionHandler
 
close(ChannelHandlerContext, ChannelPromise) - Method in class io.netty.handler.logging.LoggingHandler
 
close() - Method in class io.netty.handler.ssl.SslHandler
Sends an SSL close_notify message to the specified channel and destroys the underlying SSLEngine.
close(ChannelPromise) - Method in class io.netty.handler.ssl.SslHandler
close(ChannelHandlerContext, ChannelPromise) - Method in class io.netty.handler.ssl.SslHandler
 
close() - Method in class io.netty.handler.stream.ChunkedFile
 
close() - Method in interface io.netty.handler.stream.ChunkedInput
Releases the resources associated with the input.
close() - Method in class io.netty.handler.stream.ChunkedNioFile
 
close() - Method in class io.netty.handler.stream.ChunkedNioStream
 
close() - Method in class io.netty.handler.stream.ChunkedStream
 
close() - Method in class io.netty.resolver.dns.DnsNameResolver
Closes the internal datagram channel used for sending and receiving DNS messages, and clears all DNS resource records from the cache.
close() - Method in interface io.netty.resolver.NameResolver
Closes all the resources allocated and used by this resolver.
close() - Method in class io.netty.resolver.NameResolverGroup
Closes all NameResolvers created by this group.
close() - Method in class io.netty.resolver.SimpleNameResolver
 
close() - Method in class io.netty.util.concurrent.AbstractEventExecutor
 
close() - Method in class io.netty.util.concurrent.AbstractEventExecutorGroup
 
close() - Method in interface io.netty.util.ResourceLeak
Close the leak so that ResourceLeakDetector 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.
closeExecutor() - Method in class io.netty.channel.AbstractChannel.AbstractUnsafe
 
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.OpenSslEngine
 
closeLocalSide(Http2Stream, ChannelFuture) - Method in class io.netty.handler.codec.http2.Http2ConnectionHandler
Closes the local side of the given stream.
closeLocalSide(Http2Stream, ChannelFuture) - Method in interface io.netty.handler.codec.http2.Http2LifecycleManager
Closes the local side of the given stream.
closeLocalSide() - Method in interface io.netty.handler.codec.http2.Http2Stream
Closes the local side of this stream.
closeOutbound() - Method in class io.netty.handler.ssl.OpenSslEngine
 
closeRemoteSide(Http2Stream, ChannelFuture) - Method in class io.netty.handler.codec.http2.Http2ConnectionHandler
Closes the remote side of the given stream.
closeRemoteSide(Http2Stream, ChannelFuture) - Method in interface io.netty.handler.codec.http2.Http2LifecycleManager
Closes the remote side of the given stream.
closeRemoteSide() - Method in interface io.netty.handler.codec.http2.Http2Stream
Closes the remote side of this stream.
closeStream(Http2Stream, ChannelFuture) - Method in class io.netty.handler.codec.http2.Http2ConnectionHandler
Closes the given stream and adds a hook to close the channel after the given future completes.
closeStream(Http2Stream, ChannelFuture) - Method in interface io.netty.handler.codec.http2.Http2LifecycleManager
Closes the given stream and adds a hook to deactivate the stream and close the channel after the given future completes.
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
CNAME - Static variable in class io.netty.handler.codec.dns.DnsType
Canonical name record RFC 1035 Alias of one name to another: the DNS lookup will continue by retrying the lookup with the new name.
code() - Method in class io.netty.handler.codec.dns.DnsResponseCode
Returns the error code for this DnsResponseCode.
code() - Method in class io.netty.handler.codec.http.HttpResponseStatus
Returns the code of this HttpResponseStatus.
code() - Method in enum io.netty.handler.codec.http2.Http2Error
Gets the code for this error used on the wire.
code() - Method in class io.netty.handler.codec.spdy.SpdySessionStatus
Returns the code of this status.
code() - Method in class io.netty.handler.codec.spdy.SpdyStreamStatus
Returns the code of this status.
codeAsText() - Method in class io.netty.handler.codec.http.HttpResponseStatus
Returns the status code as AsciiString.
CodecException - Exception in io.netty.handler.codec
An Exception which is thrown by a codec.
CodecException() - Constructor for exception io.netty.handler.codec.CodecException
Creates a new instance.
CodecException(String, Throwable) - Constructor for exception io.netty.handler.codec.CodecException
Creates a new instance.
CodecException(String) - Constructor for exception io.netty.handler.codec.CodecException
Creates a new instance.
CodecException(Throwable) - Constructor for exception io.netty.handler.codec.CodecException
Creates a new instance.
codeClass() - Method in class io.netty.handler.codec.http.HttpResponseStatus
Returns the class of this HttpResponseStatus
COLON - Static variable in class io.netty.handler.codec.http.HttpConstants
Colon ':'
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.
command - Variable in class io.netty.handler.codec.stomp.DefaultStompHeadersSubframe
 
command() - Method in class io.netty.handler.codec.stomp.DefaultStompHeadersSubframe
 
command() - Method in interface io.netty.handler.codec.stomp.StompHeadersSubframe
Returns command of this frame.
COMMAND_UNSUPPORTED - Static variable in class io.netty.handler.codec.socksx.v5.Socks5CommandStatus
 
comment() - Method in interface io.netty.handler.codec.http.Cookie
Returns the comment of this Cookie.
comment() - Method in class io.netty.handler.codec.http.DefaultCookie
 
commentUrl() - Method in interface io.netty.handler.codec.http.Cookie
Returns the comment URL of this Cookie.
commentUrl() - Method in class io.netty.handler.codec.http.DefaultCookie
 
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(ByteBuf) - Method in class io.netty.buffer.WrappedByteBuf
 
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(CharSequence) - Method in class io.netty.handler.codec.AsciiString
Compares the specified string to this string using the ASCII values of the characters.
compareTo(DnsClass) - Method in class io.netty.handler.codec.dns.DnsClass
 
compareTo(DnsResponseCode) - Method in class io.netty.handler.codec.dns.DnsResponseCode
 
compareTo(DnsType) - Method in class io.netty.handler.codec.dns.DnsType
 
compareTo(Cookie) - Method in class io.netty.handler.codec.http.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(Socks4CommandStatus) - Method in class io.netty.handler.codec.socksx.v4.Socks4CommandStatus
 
compareTo(Socks4CommandType) - Method in class io.netty.handler.codec.socksx.v4.Socks4CommandType
 
compareTo(Socks5AddressType) - Method in class io.netty.handler.codec.socksx.v5.Socks5AddressType
 
compareTo(Socks5AuthMethod) - Method in class io.netty.handler.codec.socksx.v5.Socks5AuthMethod
 
compareTo(Socks5CommandStatus) - Method in class io.netty.handler.codec.socksx.v5.Socks5CommandStatus
 
compareTo(Socks5CommandType) - Method in class io.netty.handler.codec.socksx.v5.Socks5CommandType
 
compareTo(Socks5PasswordAuthStatus) - Method in class io.netty.handler.codec.socksx.v5.Socks5PasswordAuthStatus
 
compareTo(SpdySessionStatus) - Method in class io.netty.handler.codec.spdy.SpdySessionStatus
 
compareTo(SpdyStreamStatus) - Method in class io.netty.handler.codec.spdy.SpdyStreamStatus
 
compareTo(T) - Method in class io.netty.util.AbstractConstant
 
compareTo(Signal) - Method in error io.netty.util.Signal
 
compareToIgnoreCase(CharSequence) - Method in class io.netty.handler.codec.AsciiString
Compares the specified string to this string using the ASCII values of the characters, ignoring case differences.
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.
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.
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.
COMPRESS - Static variable in class io.netty.handler.codec.http.HttpHeaderValues
"compress"
COMPRESS - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderValues
"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.
compressionLevel - Variable in class io.netty.handler.codec.http2.CompressorHttp2ConnectionEncoder.Builder
 
compressionLevel(int) - Method in class io.netty.handler.codec.http2.CompressorHttp2ConnectionEncoder.Builder
 
CompressorHttp2ConnectionEncoder - Class in io.netty.handler.codec.http2
A HTTP2 encoder that will compress data frames according to the content-encoding header for each stream.
CompressorHttp2ConnectionEncoder(CompressorHttp2ConnectionEncoder.Builder) - Constructor for class io.netty.handler.codec.http2.CompressorHttp2ConnectionEncoder
 
CompressorHttp2ConnectionEncoder.Builder - Class in io.netty.handler.codec.http2
Builder for new instances of CompressorHttp2ConnectionEncoder
CompressorHttp2ConnectionEncoder.Builder() - Constructor for class io.netty.handler.codec.http2.CompressorHttp2ConnectionEncoder.Builder
 
concat(CharSequence) - Method in class io.netty.handler.codec.AsciiString
Concatenates this string and the specified string.
CONFERENCE - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderNames
"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
 
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
 
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
 
config() - Method in class io.netty.channel.udt.nio.NioUdtByteConnectorChannel
 
config() - Method in class io.netty.channel.udt.nio.NioUdtMessageConnectorChannel
 
config() - Method in interface io.netty.channel.udt.UdtChannel
Returns the UdtChannelConfig of the channel.
config() - Method in interface io.netty.channel.unix.DomainSocketChannel
 
configuration() - Method in class io.netty.handler.codec.http2.DefaultHttp2ConnectionEncoder
 
configuration() - Method in class io.netty.handler.codec.http2.DefaultHttp2FrameReader
 
configuration() - Method in class io.netty.handler.codec.http2.DefaultHttp2FrameWriter
 
configuration() - Method in class io.netty.handler.codec.http2.DefaultHttp2HeadersDecoder
 
configuration() - Method in class io.netty.handler.codec.http2.DefaultHttp2HeadersEncoder
 
configuration() - Method in interface io.netty.handler.codec.http2.Http2FrameReader
Get the configuration related elements for this Http2FrameReader
configuration() - Method in interface io.netty.handler.codec.http2.Http2FrameWriter
Get the configuration related elements for this Http2FrameWriter
configuration() - Method in interface io.netty.handler.codec.http2.Http2HeadersDecoder
configuration() - Method in interface io.netty.handler.codec.http2.Http2HeadersEncoder
configuration() - Method in class io.netty.handler.codec.http2.Http2InboundFrameLogger
 
configuration() - Method in class io.netty.handler.codec.http2.Http2OutboundFrameLogger
 
configure(long, long, long) - Method in class io.netty.handler.traffic.AbstractTrafficShapingHandler
Change the underlying limitations and check interval.
configure(long, long) - Method in class io.netty.handler.traffic.AbstractTrafficShapingHandler
Change the underlying limitations.
configure(long) - Method in class io.netty.handler.traffic.AbstractTrafficShapingHandler
Change the check interval.
configure(long) - Method in class io.netty.handler.traffic.TrafficCounter
Change checkInterval between two computations in millisecond.
configureChannel(long, long) - Method in class io.netty.handler.traffic.GlobalChannelTrafficShapingHandler
 
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 interface io.netty.channel.ChannelHandler
Called once a connect operation is made.
connect(ChannelHandlerContext, SocketAddress, SocketAddress, ChannelPromise) - Method in class io.netty.channel.ChannelHandlerAdapter
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(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(SocketAddress, SocketAddress, ChannelPromise) - Method in class io.netty.channel.nio.AbstractNioChannel.AbstractNioUnsafe
 
CONNECT - Static variable in class io.netty.handler.codec.http.HttpMethod
This specification reserves the method name CONNECT for use with a proxy that can dynamically switch to being a tunnel
CONNECT - Static variable in class io.netty.handler.codec.socksx.v4.Socks4CommandType
 
CONNECT - Static variable in class io.netty.handler.codec.socksx.v5.Socks5CommandType
 
connect(ChannelHandlerContext, SocketAddress, SocketAddress, ChannelPromise) - Method in class io.netty.handler.logging.LoggingHandler
 
connect(ChannelHandlerContext, SocketAddress, SocketAddress, ChannelPromise) - Method in class io.netty.handler.proxy.ProxyHandler
 
connect() - Method in class io.netty.handler.ssl.OpenSslSessionStats
Returns the number of started SSL/TLS handshakes in client mode.
CONNECT_TIMEOUT_MILLIS - Static variable in class io.netty.channel.ChannelOption
 
connectFuture() - Method in class io.netty.handler.proxy.ProxyHandler
Returns a Future that is notified when the connection to the destination has been established or the connection attempt has failed.
connectGood() - Method in class io.netty.handler.ssl.OpenSslSessionStats
Returns the number of successfully established SSL/TLS sessions in client mode.
CONNECTION - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
"connection"
connection(Http2Connection) - Method in class io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder.Builder
 
connection() - Method in class io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder
 
connection - Variable in class io.netty.handler.codec.http2.DefaultHttp2ConnectionEncoder.Builder
 
connection(Http2Connection) - Method in class io.netty.handler.codec.http2.DefaultHttp2ConnectionEncoder.Builder
 
connection() - Method in class io.netty.handler.codec.http2.DefaultHttp2ConnectionEncoder
 
connection(Http2Connection) - Method in interface io.netty.handler.codec.http2.Http2ConnectionDecoder.Builder
Sets the Http2Connection to be used when building the decoder.
connection() - Method in interface io.netty.handler.codec.http2.Http2ConnectionDecoder
Provides direct access to the underlying connection.
connection(Http2Connection) - Method in interface io.netty.handler.codec.http2.Http2ConnectionEncoder.Builder
Sets the Http2Connection to be used when building the encoder.
connection() - Method in interface io.netty.handler.codec.http2.Http2ConnectionEncoder
Provides direct access to the underlying connection.
connection() - Method in class io.netty.handler.codec.http2.Http2ConnectionHandler
 
connection - Variable in class io.netty.handler.codec.http2.InboundHttp2ToHttpAdapter
 
CONNECTION - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderNames
"connection"
CONNECTION_REFUSED - Static variable in class io.netty.handler.codec.socksx.v5.Socks5CommandStatus
 
CONNECTION_STREAM_ID - Static variable in class io.netty.handler.codec.http2.Http2CodecUtil
 
connectionError(Http2Error, String, Object...) - Static method in exception io.netty.handler.codec.http2.Http2Exception
Use if an error has occurred which can not be isolated to a single stream, but instead applies to the entire connection.
connectionError(Http2Error, Throwable, String, Object...) - Static method in exception io.netty.handler.codec.http2.Http2Exception
Use if an error has occurred which can not be isolated to a single stream, but instead applies to the entire connection.
connectionPrefaceBuf() - Static method in class io.netty.handler.codec.http2.Http2CodecUtil
Returns a buffer containing the the Http2CodecUtil.CONNECTION_PREFACE.
connectionStream() - Method in class io.netty.handler.codec.http2.DefaultHttp2Connection
 
connectionStream() - Method in interface io.netty.handler.codec.http2.Http2Connection
Gets the stream object representing the connection, itself (i.e. stream zero).
connectRenegotiate() - Method in class io.netty.handler.ssl.OpenSslSessionStats
Returns the number of start renegotiations in client mode.
connectReturnCode() - Method in class io.netty.handler.codec.mqtt.MqttConnAckVariableHeader
 
ConnectTimeoutException - Exception in io.netty.channel
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
 
connectTimeoutMillis() - Method in class io.netty.handler.proxy.ProxyHandler
Returns the connect timeout in millis.
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
Constant<T extends Constant<T>> - Interface in io.netty.util
A singleton which is safe to compare via the == operator.
ConstantPool<T extends Constant<T>> - Class in io.netty.util
A pool of Constants.
ConstantPool() - Constructor for class io.netty.util.ConstantPool
 
consumeBytes(ChannelHandlerContext, Http2Stream, int) - Method in class io.netty.handler.codec.http2.DefaultHttp2LocalFlowController
 
consumeBytes(ChannelHandlerContext, Http2Stream, int) - Method in interface io.netty.handler.codec.http2.Http2LocalFlowController
Indicates that the application has consumed a number of bytes for the given stream and is therefore ready to receive more data from the remote endpoint.
contains(Object) - Method in class io.netty.channel.group.DefaultChannelGroup
 
contains(CharSequence) - Method in class io.netty.handler.codec.AsciiString
Determines if this String contains the sequence of characters in the CharSequence passed.
contains(T) - Method in class io.netty.handler.codec.DefaultHeaders
 
contains(T, T) - Method in class io.netty.handler.codec.DefaultHeaders
 
contains(T, T, Comparator<? super T>) - Method in class io.netty.handler.codec.DefaultHeaders
 
contains(T, T, Comparator<? super T>, Comparator<? super T>) - Method in class io.netty.handler.codec.DefaultHeaders
 
contains(CharSequence, CharSequence, boolean) - Method in class io.netty.handler.codec.DefaultTextHeaders
 
contains(T) - Method in class io.netty.handler.codec.EmptyHeaders
 
contains(T, T) - Method in class io.netty.handler.codec.EmptyHeaders
 
contains(T, T, Comparator<? super T>) - Method in class io.netty.handler.codec.EmptyHeaders
 
contains(T, T, Comparator<? super T>, Comparator<? super T>) - Method in class io.netty.handler.codec.EmptyHeaders
 
contains(CharSequence, CharSequence, boolean) - Method in class io.netty.handler.codec.EmptyTextHeaders
 
contains(T) - Method in interface io.netty.handler.codec.Headers
Returns true if and only if this collection contains the header with the specified name.
contains(T, T) - Method in interface io.netty.handler.codec.Headers
Returns true if a header with the name and value exists.
contains(T, T, Comparator<? super T>) - Method in interface io.netty.handler.codec.Headers
Returns true if a header with the name and value exists.
contains(T, T, Comparator<? super T>, Comparator<? super T>) - Method in interface io.netty.handler.codec.Headers
Returns true if a header with the name and value exists.
contains(int) - Method in enum io.netty.handler.codec.http.HttpStatusClass
Returns true if and only if the specified HTTP status code falls into this class.
contains(CharSequence, CharSequence, boolean) - Method in interface io.netty.handler.codec.TextHeaders
Returns true if a header with the name and value exists.
containsBoolean(T, boolean) - Method in class io.netty.handler.codec.DefaultHeaders
 
containsBoolean(T, boolean) - Method in class io.netty.handler.codec.EmptyHeaders
 
containsBoolean(T, boolean) - Method in interface io.netty.handler.codec.Headers
Returns true if a header with the name and value exists.
containsByte(T, byte) - Method in class io.netty.handler.codec.DefaultHeaders
 
containsByte(T, byte) - Method in class io.netty.handler.codec.EmptyHeaders
 
containsByte(T, byte) - Method in interface io.netty.handler.codec.Headers
Returns true if a header with the name and value exists.
containsChar(T, char) - Method in class io.netty.handler.codec.DefaultHeaders
 
containsChar(T, char) - Method in class io.netty.handler.codec.EmptyHeaders
 
containsChar(T, char) - Method in interface io.netty.handler.codec.Headers
Returns true if a header with the name and value exists.
containsDouble(T, double) - Method in class io.netty.handler.codec.DefaultHeaders
 
containsDouble(T, double) - Method in class io.netty.handler.codec.EmptyHeaders
 
containsDouble(T, double) - Method in interface io.netty.handler.codec.Headers
Returns true if a header with the name and value exists.
containsFloat(T, float) - Method in class io.netty.handler.codec.DefaultHeaders
 
containsFloat(T, float) - Method in class io.netty.handler.codec.EmptyHeaders
 
containsFloat(T, float) - Method in interface io.netty.handler.codec.Headers
Returns true if a header with the name and value exists.
containsInt(T, int) - Method in class io.netty.handler.codec.DefaultHeaders
 
containsInt(T, int) - Method in class io.netty.handler.codec.EmptyHeaders
 
containsInt(T, int) - Method in interface io.netty.handler.codec.Headers
Returns true if a header with the name and value exists.
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.
containsLong(T, long) - Method in class io.netty.handler.codec.DefaultHeaders
 
containsLong(T, long) - Method in class io.netty.handler.codec.EmptyHeaders
 
containsLong(T, long) - Method in interface io.netty.handler.codec.Headers
Returns true if a header with the name and value exists.
containsObject(T, Object) - Method in class io.netty.handler.codec.DefaultHeaders
 
containsObject(T, Object, Comparator<? super T>) - Method in class io.netty.handler.codec.DefaultHeaders
 
containsObject(T, Object, Comparator<? super T>, Comparator<? super T>) - Method in class io.netty.handler.codec.DefaultHeaders
 
containsObject(CharSequence, Object, boolean) - Method in class io.netty.handler.codec.DefaultTextHeaders
 
containsObject(T, Object) - Method in class io.netty.handler.codec.EmptyHeaders
 
containsObject(T, Object, Comparator<? super T>) - Method in class io.netty.handler.codec.EmptyHeaders
 
containsObject(T, Object, Comparator<? super T>, Comparator<? super T>) - Method in class io.netty.handler.codec.EmptyHeaders
 
containsObject(CharSequence, Object, boolean) - Method in class io.netty.handler.codec.EmptyTextHeaders
 
containsObject(T, Object) - Method in interface io.netty.handler.codec.Headers
Returns true if a header with the name and value exists.
containsObject(T, Object, Comparator<? super T>) - Method in interface io.netty.handler.codec.Headers
Returns true if a header with the name and value exists.
containsObject(T, Object, Comparator<? super T>, Comparator<? super T>) - Method in interface io.netty.handler.codec.Headers
Returns true if a header with the name and value exists.
containsObject(CharSequence, Object, boolean) - Method in interface io.netty.handler.codec.TextHeaders
Returns true if a header with the name and value exists.
containsShort(T, short) - Method in class io.netty.handler.codec.DefaultHeaders
 
containsShort(T, short) - Method in class io.netty.handler.codec.EmptyHeaders
 
containsShort(T, short) - Method in interface io.netty.handler.codec.Headers
Returns true if a header with the name and value exists.
containsTimeMillis(T, long) - Method in class io.netty.handler.codec.DefaultHeaders
 
containsTimeMillis(T, long) - Method in class io.netty.handler.codec.EmptyHeaders
 
containsTimeMillis(T, long) - Method in interface io.netty.handler.codec.Headers
Returns true if a header with the name and value exists.
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.dns.DnsResource
Returns the data contained in this resource record.
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.memcache.binary.DefaultFullBinaryMemcacheRequest
 
content() - Method in class io.netty.handler.codec.memcache.binary.DefaultFullBinaryMemcacheResponse
 
content() - Method in class io.netty.handler.codec.memcache.DefaultMemcacheContent
 
content() - Method in class io.netty.handler.codec.mqtt.MqttPublishMessage
 
content() - Method in class io.netty.handler.codec.spdy.DefaultSpdyDataFrame
 
content() - Method in interface io.netty.handler.codec.spdy.SpdyDataFrame
Returns the data payload of this frame.
content() - Method in class io.netty.handler.codec.stomp.DefaultStompContentSubframe
 
content() - Method in class io.netty.handler.codec.stomp.DefaultStompFrame
 
CONTENT_BASE - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
"content-base"
CONTENT_BASE - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderNames
"content-base"
CONTENT_DISPOSITION - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
"content-disposition"
CONTENT_ENCODING - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
"content-encoding"
CONTENT_ENCODING - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderNames
"content-encoding"
CONTENT_LANGUAGE - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
"content-language"
CONTENT_LANGUAGE - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderNames
"content-language"
CONTENT_LENGTH - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
"content-length"
CONTENT_LENGTH - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderNames
"content-length"
CONTENT_LENGTH - Static variable in interface io.netty.handler.codec.stomp.StompHeaders
 
CONTENT_LOCATION - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
"content-location"
CONTENT_LOCATION - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderNames
"content-location"
CONTENT_MD5 - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
"content-md5"
CONTENT_RANGE - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
"content-range"
CONTENT_TRANSFER_ENCODING - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
"content-transfer-encoding"
CONTENT_TYPE - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
"content-type"
CONTENT_TYPE - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderNames
"content-type"
CONTENT_TYPE - Static variable in interface io.netty.handler.codec.stomp.StompHeaders
 
contentEncoder() - Method in class io.netty.handler.codec.http.HttpContentEncoder.Result
 
contentEquals(CharSequence) - Method in class io.netty.handler.codec.AsciiString
Compares a CharSequence to this String to determine if their contents are equal.
contentLength(HttpMessage) - Method in class io.netty.handler.codec.http.HttpObjectAggregator
 
contentLength(WebSocketFrame) - Method in class io.netty.handler.codec.http.websocketx.WebSocketFrameAggregator
 
contentLength(H) - Method in class io.netty.handler.codec.memcache.AbstractMemcacheObjectAggregator
 
contentLength(S) - Method in class io.netty.handler.codec.MessageAggregator
Retrieves the length of the whole content from the specified start message.
contentLength(StompHeadersSubframe) - Method in class io.netty.handler.codec.stomp.StompSubframeAggregator
 
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() - Method in class io.netty.handler.ssl.JdkSslClientContext
 
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.JdkSslServerContext
 
context() - Method in class io.netty.handler.ssl.OpenSslContext
Returns the SSL_CTX object of this context.
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
 
CONTINUATION - Static variable in class io.netty.handler.codec.http2.Http2FrameTypes
 
CONTINUATION_FRAME_HEADER_LENGTH - Static variable in class io.netty.handler.codec.http2.Http2CodecUtil
 
ContinuationWebSocketFrame - Class in io.netty.handler.codec.http.websocketx
Web Socket continuation frame containing continuation text or binary data.
ContinuationWebSocketFrame() - Constructor for class io.netty.handler.codec.http.websocketx.ContinuationWebSocketFrame
Creates a new empty continuation frame.
ContinuationWebSocketFrame(ByteBuf) - Constructor for class io.netty.handler.codec.http.websocketx.ContinuationWebSocketFrame
Creates a new continuation frame with the specified binary data.
ContinuationWebSocketFrame(boolean, int, ByteBuf) - Constructor for class io.netty.handler.codec.http.websocketx.ContinuationWebSocketFrame
Creates a new continuation frame with the specified binary data
ContinuationWebSocketFrame(boolean, int, String) - Constructor for class io.netty.handler.codec.http.websocketx.ContinuationWebSocketFrame
Creates a new continuation frame with the specified text data
CONTINUE - Static variable in class io.netty.handler.codec.http.HttpHeaderValues
"100-continue"
CONTINUE - Static variable in class io.netty.handler.codec.http.HttpResponseStatus
100 Continue
CONTINUE - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderValues
"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
 
convertBoolean(boolean) - Method in class io.netty.handler.codec.DefaultTextHeaders.DefaultTextValueTypeConverter
 
convertBoolean(boolean) - Method in interface io.netty.handler.codec.Headers.ValueConverter
 
convertByte(byte) - Method in class io.netty.handler.codec.DefaultTextHeaders.DefaultTextValueTypeConverter
 
convertByte(byte) - Method in interface io.netty.handler.codec.Headers.ValueConverter
 
convertChar(char) - Method in class io.netty.handler.codec.DefaultTextHeaders.DefaultTextValueTypeConverter
 
convertChar(char) - Method in interface io.netty.handler.codec.Headers.ValueConverter
 
convertDouble(double) - Method in class io.netty.handler.codec.DefaultTextHeaders.DefaultTextValueTypeConverter
 
convertDouble(double) - Method in interface io.netty.handler.codec.Headers.ValueConverter
 
convertFloat(float) - Method in class io.netty.handler.codec.DefaultTextHeaders.DefaultTextValueTypeConverter
 
convertFloat(float) - Method in interface io.netty.handler.codec.Headers.ValueConverter
 
ConvertibleHeaders<UnconvertedType,ConvertedType> - Interface in io.netty.handler.codec
Extension to the Headers interface to provide methods which convert the native UnconvertedType to the not-native ConvertedType
ConvertibleHeaders.TypeConverter<UnconvertedType,ConvertedType> - Interface in io.netty.handler.codec
Interface to do conversions to and from the two generic type parameters
convertInt(int) - Method in class io.netty.handler.codec.DefaultTextHeaders.DefaultTextValueTypeConverter
 
convertInt(int) - Method in interface io.netty.handler.codec.Headers.ValueConverter
 
convertLong(long) - Method in class io.netty.handler.codec.DefaultTextHeaders.DefaultTextValueTypeConverter
 
convertLong(long) - Method in interface io.netty.handler.codec.Headers.ValueConverter
 
convertName(T) - Method in class io.netty.handler.codec.DefaultHeaders.IdentityNameConverter
 
convertName(T) - Method in interface io.netty.handler.codec.DefaultHeaders.NameConverter
Convert the name to some other form of the same object type
convertObject(Object) - Method in class io.netty.handler.codec.DefaultTextHeaders.DefaultTextValueTypeConverter
 
convertObject(Object) - Method in interface io.netty.handler.codec.Headers.ValueConverter
 
convertShort(short) - Method in class io.netty.handler.codec.DefaultTextHeaders.DefaultTextValueTypeConverter
 
convertShort(short) - Method in interface io.netty.handler.codec.Headers.ValueConverter
 
convertTimeMillis(long) - Method in class io.netty.handler.codec.DefaultTextHeaders.DefaultTextValueTypeConverter
 
convertTimeMillis(long) - Method in interface io.netty.handler.codec.Headers.ValueConverter
 
convertToBoolean(CharSequence) - Method in class io.netty.handler.codec.DefaultTextHeaders.DefaultTextValueTypeConverter
 
convertToBoolean(T) - Method in interface io.netty.handler.codec.Headers.ValueConverter
 
convertToByte(CharSequence) - Method in class io.netty.handler.codec.DefaultTextHeaders.DefaultTextValueTypeConverter
 
convertToByte(T) - Method in interface io.netty.handler.codec.Headers.ValueConverter
 
convertToChar(CharSequence) - Method in class io.netty.handler.codec.DefaultTextHeaders.DefaultTextValueTypeConverter
 
convertToChar(T) - Method in interface io.netty.handler.codec.Headers.ValueConverter
 
convertToDouble(CharSequence) - Method in class io.netty.handler.codec.DefaultTextHeaders.DefaultTextValueTypeConverter
 
convertToDouble(T) - Method in interface io.netty.handler.codec.Headers.ValueConverter
 
convertToFloat(CharSequence) - Method in class io.netty.handler.codec.DefaultTextHeaders.DefaultTextValueTypeConverter
 
convertToFloat(T) - Method in interface io.netty.handler.codec.Headers.ValueConverter
 
convertToInt(CharSequence) - Method in class io.netty.handler.codec.DefaultTextHeaders.DefaultTextValueTypeConverter
 
convertToInt(T) - Method in interface io.netty.handler.codec.Headers.ValueConverter
 
convertToLong(CharSequence) - Method in class io.netty.handler.codec.DefaultTextHeaders.DefaultTextValueTypeConverter
 
convertToLong(T) - Method in interface io.netty.handler.codec.Headers.ValueConverter
 
convertToShort(CharSequence) - Method in class io.netty.handler.codec.DefaultTextHeaders.DefaultTextValueTypeConverter
 
convertToShort(T) - Method in interface io.netty.handler.codec.Headers.ValueConverter
 
convertToTimeMillis(CharSequence) - Method in class io.netty.handler.codec.DefaultTextHeaders.DefaultTextValueTypeConverter
 
convertToTimeMillis(T) - Method in interface io.netty.handler.codec.Headers.ValueConverter
 
Cookie - Interface in io.netty.handler.codec.http
An interface defining an HTTP cookie.
COOKIE - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
"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
 
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
 
copy(int, int) - Method in class io.netty.buffer.SlicedByteBuf
 
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.buffer.WrappedByteBuf
 
copy(int, int) - Method in class io.netty.buffer.WrappedByteBuf
 
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
 
copy(int, ByteBuf, int, int) - Method in class io.netty.handler.codec.AsciiString
Copies the content of this string to a ByteBuf using ByteBuf.writeBytes(byte[], int, int).
copy(int, ByteBuf, int) - Method in class io.netty.handler.codec.AsciiString
Copies the content of this string to a ByteBuf using ByteBuf.writeBytes(byte[], int, int).
copy(int, byte[], int, int) - Method in class io.netty.handler.codec.AsciiString
Copies the content of this string to a byte array.
copy(int, char[], int, int) - Method in class io.netty.handler.codec.AsciiString
Copied the content of this string to a character array.
copy() - Method in class io.netty.handler.codec.dns.DnsResource
Returns a deep copy of this resource record.
copy(ByteBuf) - Method in class io.netty.handler.codec.http.DefaultFullHttpRequest
 
copy() - Method in class io.netty.handler.codec.http.DefaultFullHttpRequest
 
copy(ByteBuf) - Method in class io.netty.handler.codec.http.DefaultFullHttpResponse
 
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(ByteBuf) - Method in interface io.netty.handler.codec.http.FullHttpMessage
Create a copy of this FullHttpMessage with alternative content.
copy() - Method in interface io.netty.handler.codec.http.FullHttpMessage
 
copy(ByteBuf) - Method in interface io.netty.handler.codec.http.FullHttpRequest
 
copy() - Method in interface io.netty.handler.codec.http.FullHttpRequest
 
copy(ByteBuf) - Method in interface io.netty.handler.codec.http.FullHttpResponse
 
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.memcache.binary.DefaultFullBinaryMemcacheRequest
 
copy() - Method in class io.netty.handler.codec.memcache.binary.DefaultFullBinaryMemcacheResponse
 
copy() - Method in interface io.netty.handler.codec.memcache.binary.FullBinaryMemcacheRequest
 
copy() - Method in interface io.netty.handler.codec.memcache.binary.FullBinaryMemcacheResponse
 
copy() - Method in class io.netty.handler.codec.memcache.DefaultLastMemcacheContent
 
copy() - Method in class io.netty.handler.codec.memcache.DefaultMemcacheContent
 
copy() - Method in interface io.netty.handler.codec.memcache.FullMemcacheMessage
 
copy() - Method in interface io.netty.handler.codec.memcache.LastMemcacheContent
 
copy() - Method in interface io.netty.handler.codec.memcache.MemcacheContent
 
copy() - Method in class io.netty.handler.codec.mqtt.MqttPublishMessage
 
copy() - Method in class io.netty.handler.codec.spdy.DefaultSpdyDataFrame
 
copy() - Method in interface io.netty.handler.codec.spdy.SpdyDataFrame
 
copy() - Method in class io.netty.handler.codec.stomp.DefaultLastStompContentSubframe
 
copy() - Method in class io.netty.handler.codec.stomp.DefaultStompContentSubframe
 
copy() - Method in class io.netty.handler.codec.stomp.DefaultStompFrame
 
copy() - Method in interface io.netty.handler.codec.stomp.LastStompContentSubframe
 
copy() - Method in interface io.netty.handler.codec.stomp.StompContentSubframe
 
copy() - Method in interface io.netty.handler.codec.stomp.StompFrame
 
copyBoolean(boolean) - Static method in class io.netty.buffer.Unpooled
Creates a new single-byte big-endian buffer that holds the specified boolean value.
copyBoolean(boolean...) - Static method in class io.netty.buffer.Unpooled
Create a new big-endian buffer that holds a sequence of the specified boolean values.
copyDouble(double) - Static method in class io.netty.buffer.Unpooled
Creates a new 8-byte big-endian buffer that holds the specified 64-bit floating point number.
copyDouble(double...) - Static method in class io.netty.buffer.Unpooled
Create a new big-endian buffer that holds a sequence of the specified 64-bit floating point numbers.
copyFloat(float) - Static method in class io.netty.buffer.Unpooled
Creates a new 4-byte big-endian buffer that holds the specified 32-bit floating point number.
copyFloat(float...) - Static method in class io.netty.buffer.Unpooled
Create a new big-endian buffer that holds a sequence of the specified 32-bit floating point numbers.
copyFrom(Http2Settings) - Method in class io.netty.handler.codec.http2.Http2Settings
Clears and then copies the given settings into this object.
copyInt(int) - Static method in class io.netty.buffer.Unpooled
Creates a new 4-byte big-endian buffer that holds the specified 32-bit integer.
copyInt(int...) - Static method in class io.netty.buffer.Unpooled
Create a big-endian buffer that holds a sequence of the specified 32-bit integers.
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.Builder(String...) - Constructor for class io.netty.handler.codec.http.cors.CorsConfig.Builder
Creates a new Builder instance with the origin passed in.
CorsConfig.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.
CorsConfig.DateValueGenerator - Class in io.netty.handler.codec.http.cors
This callable is used for the DATE preflight HTTP response HTTP header.
CorsConfig.DateValueGenerator() - Constructor for class io.netty.handler.codec.http.cors.CorsConfig.DateValueGenerator
 
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
createdStreamId(int) - Method in interface io.netty.handler.codec.http2.Http2Connection.Endpoint
Indicates whether the given streamId is from the set of IDs used by this endpoint to create new streams.
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
 
createHttp1RequestHandler() - Method in class io.netty.handler.codec.http2.Http2OrHttpChooser
createHttp2RequestHandler() - Method in class io.netty.handler.codec.http2.Http2OrHttpChooser
Create the ChannelHandler that is responsible for handling the http responses when the when the Http2OrHttpChooser.SelectedProtocol was Http2OrHttpChooser.SelectedProtocol.HTTP_2.
createHttpRequestHandlerForHttp() - Method in class io.netty.handler.codec.spdy.SpdyOrHttpChooser
createHttpRequestHandlerForSpdy() - Method in class io.netty.handler.codec.spdy.SpdyOrHttpChooser
Create the ChannelHandler that is responsible for handling the http responses when the when the SpdyOrHttpChooser.SelectedProtocol was SpdyOrHttpChooser.SelectedProtocol.SPDY_3_1.
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.RtspRequestDecoder
 
createInvalidMessage() - Method in class io.netty.handler.codec.rtsp.RtspResponseDecoder
 
createLocalStream(int) - Method in class io.netty.handler.codec.http2.DefaultHttp2Connection
 
createLocalStream(int) - Method in interface io.netty.handler.codec.http2.Http2Connection
Creates a new stream initiated by the local endpoint
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.RtspRequestDecoder
 
createMessage(String[]) - Method in class io.netty.handler.codec.rtsp.RtspResponseDecoder
 
createRemoteStream(int) - Method in class io.netty.handler.codec.http2.DefaultHttp2Connection
 
createRemoteStream(int) - Method in interface io.netty.handler.codec.http2.Http2Connection
Creates a new stream initiated by the remote endpoint.
createStream(int) - Method in interface io.netty.handler.codec.http2.Http2Connection.Endpoint
Creates a stream initiated by this endpoint.
CSEQ - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderNames
"cseq"
CSNET - Static variable in class io.netty.handler.codec.dns.DnsClass
 
ctx - Variable in class io.netty.handler.codec.http2.DefaultHttp2ConnectionEncoder.FlowControlledBase
 
ctx() - Method in class io.netty.handler.codec.MessageAggregator
 
ctx - Variable in class io.netty.handler.ssl.OpenSslContext
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 - Static variable in class io.netty.handler.codec.http2.Http2FrameTypes
 
DATA_BITS - Static variable in class io.netty.channel.rxtx.RxtxChannelOption
 
DATA_FRAME_HEADER_LENGTH - Static variable in class io.netty.handler.codec.http2.Http2CodecUtil
 
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.
dataType() - Method in class io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage
 
dataType() - Method in interface io.netty.handler.codec.memcache.binary.BinaryMemcacheMessage
Returns the data type of the message.
DATE - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
"date"
DATE - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderNames
"cate"
deactivate(Http2Stream) - Method in class io.netty.handler.codec.http2.DefaultHttp2Connection
 
deactivate(Http2Stream) - Method in interface io.netty.handler.codec.http2.Http2Connection
Indicates that the given stream is no longer actively in use.
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.dns.DnsMessage
 
deallocate() - Method in class io.netty.handler.codec.http.multipart.AbstractHttpData
 
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(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.base64.Base64Decoder
 
decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.bytes.ByteArrayDecoder
 
decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.ByteToMessageCodec
 
decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.ByteToMessageDecoder
Decode the from one ByteBuf to an other.
decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.compression.Bzip2Decoder
 
decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.compression.FastLzFrameDecoder
 
decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.compression.JdkZlibDecoder
 
decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.compression.JZlibDecoder
 
decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.compression.Lz4FrameDecoder
 
decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.compression.LzfDecoder
 
decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.compression.SnappyFrameDecoder
 
decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.DelimiterBasedFrameDecoder
 
decode(ChannelHandlerContext, ByteBuf) - Method in class io.netty.handler.codec.DelimiterBasedFrameDecoder
Create a frame out of the ByteBuf and return it.
decode(ChannelHandlerContext, DatagramPacket, List<Object>) - Method in class io.netty.handler.codec.dns.DnsResponseDecoder
 
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) - Static method in class io.netty.handler.codec.http.ClientCookieDecoder
Decodes the specified Set-Cookie HTTP header value into a Cookie.
decode(ChannelHandlerContext, HttpObject, List<Object>) - Method in class io.netty.handler.codec.http.HttpClientUpgradeHandler
 
decode(ChannelHandlerContext, HttpObject, List<Object>) - Method in class io.netty.handler.codec.http.HttpContentDecoder
 
decode(ChannelHandlerContext, HttpRequest, List<Object>) - Method in class io.netty.handler.codec.http.HttpContentEncoder
 
decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.http.HttpObjectDecoder
 
decode(ChannelHandlerContext, HttpObject, List<Object>) - Method in class io.netty.handler.codec.http.HttpServerUpgradeHandler
 
decode(String) - Static method in class io.netty.handler.codec.http.ServerCookieDecoder
Decodes the specified Set-Cookie HTTP header value into a Cookie.
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.WebSocketServerProtocolHandler
 
decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.http2.Http2ConnectionHandler
 
decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.http2.Http2OrHttpChooser
 
decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.json.JsonObjectDecoder
 
decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.LengthFieldBasedFrameDecoder
 
decode(ChannelHandlerContext, ByteBuf) - Method in class io.netty.handler.codec.LengthFieldBasedFrameDecoder
Create a frame out of the ByteBuf and return it.
decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.LineBasedFrameDecoder
 
decode(ChannelHandlerContext, ByteBuf) - Method in class io.netty.handler.codec.LineBasedFrameDecoder
Create a frame out of the ByteBuf and return it.
decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.marshalling.CompatibleMarshallingDecoder
 
decode(ChannelHandlerContext, ByteBuf) - Method in class io.netty.handler.codec.marshalling.MarshallingDecoder
 
decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheDecoder
 
decode(ChannelHandlerContext, I, List<Object>) - Method in class io.netty.handler.codec.MessageAggregator
 
decode(ChannelHandlerContext, INBOUND_IN, List<Object>) - Method in class io.netty.handler.codec.MessageToMessageCodec
 
decode(ChannelHandlerContext, I, List<Object>) - Method in class io.netty.handler.codec.MessageToMessageDecoder
Decode from one message to an other.
decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.mqtt.MqttDecoder
 
decode(ChannelHandlerContext, 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.socksx.SocksPortUnificationServerHandler
 
decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.socksx.v4.Socks4ClientDecoder
 
decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.socksx.v4.Socks4ServerDecoder
 
decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.socksx.v5.Socks5CommandRequestDecoder
 
decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.socksx.v5.Socks5CommandResponseDecoder
 
decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.socksx.v5.Socks5InitialRequestDecoder
 
decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.socksx.v5.Socks5InitialResponseDecoder
 
decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.socksx.v5.Socks5PasswordAuthRequestDecoder
 
decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.socksx.v5.Socks5PasswordAuthResponseDecoder
 
decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.spdy.SpdyFrameCodec
 
decode(ByteBuf) - Method in class io.netty.handler.codec.spdy.SpdyFrameDecoder
 
decode(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
 
decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.stomp.StompSubframeDecoder
 
decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.string.StringDecoder
 
decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.xml.XmlFrameDecoder
 
decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.ssl.SniHandler
 
decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.ssl.SslHandler
 
decodeAddress(Socks5AddressType, ByteBuf) - Method in interface io.netty.handler.codec.socksx.v5.Socks5AddressDecoder
Decodes a SOCKS5 address field into its string representation.
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.
decodeFrame(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder
 
decodeFrame(ChannelHandlerContext, ByteBuf, List<Object>) - Method in interface io.netty.handler.codec.http2.Http2ConnectionDecoder
Called by the Http2ConnectionHandler to decode the next frame from the input buffer.
decodeHeader(ByteBuf) - Method in class io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheDecoder
Decode and return the parsed BinaryMemcacheMessage.
decodeHeader(ByteBuf) - Method in class io.netty.handler.codec.memcache.binary.BinaryMemcacheRequestDecoder
 
decodeHeader(ByteBuf) - Method in class io.netty.handler.codec.memcache.binary.BinaryMemcacheResponseDecoder
 
decodeHeaderBlock(ByteBuf, SpdyHeadersFrame) - Method in class io.netty.handler.codec.spdy.SpdyHeaderBlockRawDecoder
 
decodeHeaders(ByteBuf) - Method in class io.netty.handler.codec.http2.DefaultHttp2HeadersDecoder
 
decodeHeaders(ByteBuf) - Method in interface io.netty.handler.codec.http2.Http2HeadersDecoder
Decodes the given headers block and returns the headers.
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() - Method in class io.netty.handler.codec.http.HttpClientCodec
Returns the decoder of this codec.
decoder() - Method in class io.netty.handler.codec.http.HttpServerCodec
Returns the decoder of this codec.
decoder() - Method in class io.netty.handler.codec.http2.Http2ConnectionHandler
 
DecoderException - Exception in io.netty.handler.codec
An CodecException which is thrown by a dencoder.
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
 
decoderResult() - Method in interface io.netty.handler.codec.DecoderResultProvider
Returns the result of decoding this object.
decoderResult() - Method in class io.netty.handler.codec.http.DefaultHttpObject
 
decoderResult() - Method in class io.netty.handler.codec.memcache.AbstractMemcacheObject
 
decoderResult() - Method in class io.netty.handler.codec.mqtt.MqttMessage
 
decoderResult() - Method in class io.netty.handler.codec.socksx.AbstractSocksMessage
 
decoderResult() - Method in class io.netty.handler.codec.stomp.DefaultStompContentSubframe
 
decoderResult - Variable in class io.netty.handler.codec.stomp.DefaultStompHeadersSubframe
 
decoderResult() - Method in class io.netty.handler.codec.stomp.DefaultStompHeadersSubframe
 
DecoderResultProvider - Interface in io.netty.handler.codec
Provides the accessor methods for the DecoderResult property of a decoded message.
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.
DECREMENT - Static variable in class io.netty.handler.codec.memcache.binary.BinaryMemcacheOpcodes
 
DECREMENTQ - Static variable in class io.netty.handler.codec.memcache.binary.BinaryMemcacheOpcodes
 
DEFAUL_ENCODER - Static variable in class io.netty.handler.codec.mqtt.MqttEncoder
 
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
DEFAULT - Static variable in class io.netty.channel.AdaptiveRecvByteBufAllocator
 
DEFAULT - Static variable in class io.netty.channel.DefaultMessageSizeEstimator
Return the default implementation which returns -1 for unknown messages.
DEFAULT - Static variable in interface io.netty.handler.codec.socksx.v5.Socks5AddressDecoder
 
DEFAULT - Static variable in interface io.netty.handler.codec.socksx.v5.Socks5AddressEncoder
 
DEFAULT - Static variable in class io.netty.handler.codec.socksx.v5.Socks5ClientEncoder
 
DEFAULT - Static variable in class io.netty.handler.codec.socksx.v5.Socks5ServerEncoder
 
DEFAULT_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_ENABLE_PUSH - Static variable in class io.netty.handler.codec.http2.Http2CodecUtil
 
DEFAULT_HEADER_TABLE_SIZE - Static variable in class io.netty.handler.codec.http2.Http2CodecUtil
 
DEFAULT_MAX_CHUNK_SIZE - Static variable in class io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheDecoder
 
DEFAULT_MAX_FRAME_SIZE - Static variable in class io.netty.handler.codec.http2.Http2CodecUtil
 
DEFAULT_MAX_HEADER_SIZE - Static variable in class io.netty.handler.codec.http2.Http2CodecUtil
 
DEFAULT_MAX_TIME - Static variable in class io.netty.handler.traffic.AbstractTrafficShapingHandler
Default max delay in case of traffic shaping (during which no communication will occur).
DEFAULT_PRIORITY_WEIGHT - Static variable in class io.netty.handler.codec.http2.Http2CodecUtil
 
DEFAULT_WINDOW_SIZE - Static variable in class io.netty.handler.codec.http2.Http2CodecUtil
 
DEFAULT_WINDOW_UPDATE_RATIO - Static variable in class io.netty.handler.codec.http2.DefaultHttp2LocalFlowController
The default ratio of window size to initial window size below which a WINDOW_UPDATE is sent to expand the window.
DefaultAddressedEnvelope<M,A extends SocketAddress> - Class in io.netty.channel
The default AddressedEnvelope implementation.
DefaultAddressedEnvelope(M, A, A) - Constructor for class io.netty.channel.DefaultAddressedEnvelope
Creates a new instance with the specified message, recipient address, and sender address.
DefaultAddressedEnvelope(M, A) - Constructor for class io.netty.channel.DefaultAddressedEnvelope
Creates a new instance with the specified message and recipient address.
defaultAddresses() - Static method in class io.netty.resolver.dns.DnsServerAddresses
Returns the list of the system DNS server addresses.
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
 
DefaultBinaryHeaders - Class in io.netty.handler.codec
 
DefaultBinaryHeaders() - Constructor for class io.netty.handler.codec.DefaultBinaryHeaders
 
DefaultBinaryHeaders(boolean) - Constructor for class io.netty.handler.codec.DefaultBinaryHeaders
 
DefaultBinaryMemcacheRequest - Class in io.netty.handler.codec.memcache.binary
The default implementation of the BinaryMemcacheRequest.
DefaultBinaryMemcacheRequest() - Constructor for class io.netty.handler.codec.memcache.binary.DefaultBinaryMemcacheRequest
Create a new DefaultBinaryMemcacheRequest with the header only.
DefaultBinaryMemcacheRequest(String) - Constructor for class io.netty.handler.codec.memcache.binary.DefaultBinaryMemcacheRequest
Create a new DefaultBinaryMemcacheRequest with the header and key.
DefaultBinaryMemcacheRequest(ByteBuf) - Constructor for class io.netty.handler.codec.memcache.binary.DefaultBinaryMemcacheRequest
Create a new DefaultBinaryMemcacheRequest with the header and extras.
DefaultBinaryMemcacheRequest(String, ByteBuf) - Constructor for class io.netty.handler.codec.memcache.binary.DefaultBinaryMemcacheRequest
Create a new DefaultBinaryMemcacheRequest with the header only.
DefaultBinaryMemcacheResponse - Class in io.netty.handler.codec.memcache.binary
The default implementation of the BinaryMemcacheResponse.
DefaultBinaryMemcacheResponse() - Constructor for class io.netty.handler.codec.memcache.binary.DefaultBinaryMemcacheResponse
Create a new DefaultBinaryMemcacheResponse with the header only.
DefaultBinaryMemcacheResponse(String) - Constructor for class io.netty.handler.codec.memcache.binary.DefaultBinaryMemcacheResponse
Create a new DefaultBinaryMemcacheResponse with the header and key.
DefaultBinaryMemcacheResponse(ByteBuf) - Constructor for class io.netty.handler.codec.memcache.binary.DefaultBinaryMemcacheResponse
Create a new DefaultBinaryMemcacheResponse with the header and extras.
DefaultBinaryMemcacheResponse(String, ByteBuf) - Constructor for class io.netty.handler.codec.memcache.binary.DefaultBinaryMemcacheResponse
Create a new DefaultBinaryMemcacheResponse with the header, key and extras.
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.
DefaultChannelHandlerInvoker - Class in io.netty.channel
 
DefaultChannelHandlerInvoker(EventExecutor) - Constructor for class io.netty.channel.DefaultChannelHandlerInvoker
 
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.
DefaultConvertibleHeaders<UnconvertedType,ConvertedType> - Class in io.netty.handler.codec
 
DefaultConvertibleHeaders(Comparator<? super UnconvertedType>, Comparator<? super UnconvertedType>, DefaultHeaders.HashCodeGenerator<UnconvertedType>, Headers.ValueConverter<UnconvertedType>, ConvertibleHeaders.TypeConverter<UnconvertedType, ConvertedType>) - Constructor for class io.netty.handler.codec.DefaultConvertibleHeaders
 
DefaultConvertibleHeaders(Comparator<? super UnconvertedType>, Comparator<? super UnconvertedType>, DefaultHeaders.HashCodeGenerator<UnconvertedType>, Headers.ValueConverter<UnconvertedType>, ConvertibleHeaders.TypeConverter<UnconvertedType, ConvertedType>, DefaultHeaders.NameConverter<UnconvertedType>) - Constructor for class io.netty.handler.codec.DefaultConvertibleHeaders
 
DefaultCookie - Class in io.netty.handler.codec.http
The default Cookie implementation.
DefaultCookie(String, String) - Constructor for class io.netty.handler.codec.http.DefaultCookie
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.
DefaultEventExecutor - Class in io.netty.util.concurrent
Default SingleThreadEventExecutor implementation which just execute all submitted task in a serial fashion.
DefaultEventExecutor() - Constructor for class io.netty.util.concurrent.DefaultEventExecutor
 
DefaultEventExecutor(Executor) - Constructor for class io.netty.util.concurrent.DefaultEventExecutor
 
DefaultEventExecutor(EventExecutorGroup) - Constructor for class io.netty.util.concurrent.DefaultEventExecutor
 
DefaultEventExecutor(EventExecutorGroup, Executor) - Constructor for class io.netty.util.concurrent.DefaultEventExecutor
 
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
Create a new instance.
DefaultEventExecutorGroup(int, Executor) - Constructor for class io.netty.util.concurrent.DefaultEventExecutorGroup
Create a new instance.
DefaultEventExecutorGroup(int, ExecutorServiceFactory) - Constructor for class io.netty.util.concurrent.DefaultEventExecutorGroup
Create a new instance.
DefaultEventLoop - Class in io.netty.channel
 
DefaultEventLoop() - Constructor for class io.netty.channel.DefaultEventLoop
 
DefaultEventLoop(Executor) - Constructor for class io.netty.channel.DefaultEventLoop
 
DefaultEventLoop(EventLoopGroup) - Constructor for class io.netty.channel.DefaultEventLoop
 
DefaultEventLoop(EventLoopGroup, Executor) - Constructor for class io.netty.channel.DefaultEventLoop
 
DefaultEventLoopGroup - Class in io.netty.channel
MultithreadEventLoopGroup which must be used for the local transport.
DefaultEventLoopGroup() - Constructor for class io.netty.channel.DefaultEventLoopGroup
Create a new instance that uses twice as many EventLoops as there processors/cores available, as well as the default Executor.
DefaultEventLoopGroup(int) - Constructor for class io.netty.channel.DefaultEventLoopGroup
 
DefaultEventLoopGroup(int, Executor) - Constructor for class io.netty.channel.DefaultEventLoopGroup
 
DefaultEventLoopGroup(int, ExecutorServiceFactory) - Constructor for class io.netty.channel.DefaultEventLoopGroup
 
DefaultExecutorServiceFactory - Class in io.netty.util.concurrent
An implementation of an ExecutorServiceFactory that creates a new ForkJoinPool on each call to DefaultExecutorServiceFactory.newExecutorService(int).
DefaultExecutorServiceFactory(Class<?>) - Constructor for class io.netty.util.concurrent.DefaultExecutorServiceFactory
 
DefaultExecutorServiceFactory(String) - Constructor for class io.netty.util.concurrent.DefaultExecutorServiceFactory
 
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.
DefaultFullBinaryMemcacheRequest - Class in io.netty.handler.codec.memcache.binary
The default implementation of a FullBinaryMemcacheRequest.
DefaultFullBinaryMemcacheRequest(String, ByteBuf) - Constructor for class io.netty.handler.codec.memcache.binary.DefaultFullBinaryMemcacheRequest
Create a new DefaultBinaryMemcacheRequest with the header, key and extras.
DefaultFullBinaryMemcacheRequest(String, ByteBuf, ByteBuf) - Constructor for class io.netty.handler.codec.memcache.binary.DefaultFullBinaryMemcacheRequest
Create a new DefaultBinaryMemcacheRequest with the header, key, extras and content.
DefaultFullBinaryMemcacheResponse - Class in io.netty.handler.codec.memcache.binary
The default implementation of a FullBinaryMemcacheResponse.
DefaultFullBinaryMemcacheResponse(String, ByteBuf) - Constructor for class io.netty.handler.codec.memcache.binary.DefaultFullBinaryMemcacheResponse
Create a new DefaultFullBinaryMemcacheResponse with the header, key and extras.
DefaultFullBinaryMemcacheResponse(String, ByteBuf, ByteBuf) - Constructor for class io.netty.handler.codec.memcache.binary.DefaultFullBinaryMemcacheResponse
Create a new DefaultFullBinaryMemcacheResponse with the header, key, extras and content.
DefaultFullHttpRequest - Class in io.netty.handler.codec.http
Default implementation of FullHttpRequest.
DefaultFullHttpRequest(HttpVersion, HttpMethod, String) - Constructor for class io.netty.handler.codec.http.DefaultFullHttpRequest
 
DefaultFullHttpRequest(HttpVersion, HttpMethod, String, ByteBuf) - Constructor for class io.netty.handler.codec.http.DefaultFullHttpRequest
 
DefaultFullHttpRequest(HttpVersion, HttpMethod, String, boolean) - Constructor for class io.netty.handler.codec.http.DefaultFullHttpRequest
 
DefaultFullHttpRequest(HttpVersion, HttpMethod, String, ByteBuf, boolean) - Constructor for class io.netty.handler.codec.http.DefaultFullHttpRequest
 
DefaultFullHttpResponse - Class in io.netty.handler.codec.http
Default implementation of a FullHttpResponse.
DefaultFullHttpResponse(HttpVersion, HttpResponseStatus) - Constructor for class io.netty.handler.codec.http.DefaultFullHttpResponse
 
DefaultFullHttpResponse(HttpVersion, HttpResponseStatus, ByteBuf) - Constructor for class io.netty.handler.codec.http.DefaultFullHttpResponse
 
DefaultFullHttpResponse(HttpVersion, HttpResponseStatus, boolean) - Constructor for class io.netty.handler.codec.http.DefaultFullHttpResponse
 
DefaultFullHttpResponse(HttpVersion, HttpResponseStatus, boolean, boolean) - Constructor for class io.netty.handler.codec.http.DefaultFullHttpResponse
 
DefaultFullHttpResponse(HttpVersion, HttpResponseStatus, ByteBuf, boolean) - Constructor for class io.netty.handler.codec.http.DefaultFullHttpResponse
 
DefaultFullHttpResponse(HttpVersion, HttpResponseStatus, ByteBuf, boolean, boolean) - Constructor for class io.netty.handler.codec.http.DefaultFullHttpResponse
 
DefaultHeaders<T> - Class in io.netty.handler.codec
 
DefaultHeaders(Comparator<? super T>, Comparator<? super T>, DefaultHeaders.HashCodeGenerator<T>, Headers.ValueConverter<T>) - Constructor for class io.netty.handler.codec.DefaultHeaders
 
DefaultHeaders(Comparator<? super T>, Comparator<? super T>, DefaultHeaders.HashCodeGenerator<T>, Headers.ValueConverter<T>, DefaultHeaders.NameConverter<T>) - Constructor for class io.netty.handler.codec.DefaultHeaders
 
DefaultHeaders(Comparator<? super T>, Comparator<? super T>, DefaultHeaders.HashCodeGenerator<T>, Headers.ValueConverter<T>, DefaultHeaders.NameConverter<T>, int, int) - Constructor for class io.netty.handler.codec.DefaultHeaders
 
DefaultHeaders.HashCodeGenerator<T> - Interface in io.netty.handler.codec
Allows users of this interface to specify a hash code other than the default Object.hashCode()
DefaultHeaders.IdentityNameConverter<T> - Class in io.netty.handler.codec
A name converted which does not covert but instead just returns this name unchanged
DefaultHeaders.IdentityNameConverter() - Constructor for class io.netty.handler.codec.DefaultHeaders.IdentityNameConverter
 
DefaultHeaders.KeyValueHeaderIterator - Class in io.netty.handler.codec
 
DefaultHeaders.KeyValueHeaderIterator() - Constructor for class io.netty.handler.codec.DefaultHeaders.KeyValueHeaderIterator
 
DefaultHeaders.NameConverter<T> - Interface in io.netty.handler.codec
Allows users to convert the name elements before being processed by this map
DefaultHttp2Connection - Class in io.netty.handler.codec.http2
Simple implementation of Http2Connection.
DefaultHttp2Connection(boolean) - Constructor for class io.netty.handler.codec.http2.DefaultHttp2Connection
Creates a connection with an immediate stream removal policy.
DefaultHttp2Connection(boolean, Http2StreamRemovalPolicy) - Constructor for class io.netty.handler.codec.http2.DefaultHttp2Connection
Creates a new connection with the given settings.
DefaultHttp2ConnectionDecoder - Class in io.netty.handler.codec.http2
Provides the default implementation for processing inbound frame events and delegates to a Http2FrameListener This class will read HTTP/2 frames and delegate the events to a Http2FrameListener This interface enforces inbound flow control functionality through Http2LocalFlowController
DefaultHttp2ConnectionDecoder(DefaultHttp2ConnectionDecoder.Builder) - Constructor for class io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder
 
DefaultHttp2ConnectionDecoder.Builder - Class in io.netty.handler.codec.http2
Builder for instances of DefaultHttp2ConnectionDecoder.
DefaultHttp2ConnectionDecoder.Builder() - Constructor for class io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder.Builder
 
DefaultHttp2ConnectionEncoder - Class in io.netty.handler.codec.http2
Default implementation of Http2ConnectionEncoder.
DefaultHttp2ConnectionEncoder(DefaultHttp2ConnectionEncoder.Builder) - Constructor for class io.netty.handler.codec.http2.DefaultHttp2ConnectionEncoder
 
DefaultHttp2ConnectionEncoder.Builder - Class in io.netty.handler.codec.http2
Builder for new instances of DefaultHttp2ConnectionEncoder.
DefaultHttp2ConnectionEncoder.Builder() - Constructor for class io.netty.handler.codec.http2.DefaultHttp2ConnectionEncoder.Builder
 
DefaultHttp2ConnectionEncoder.FlowControlledBase - Class in io.netty.handler.codec.http2
Common base type for payloads to deliver via flow-control.
DefaultHttp2ConnectionEncoder.FlowControlledBase(ChannelHandlerContext, Http2Stream, int, boolean, ChannelPromise) - Constructor for class io.netty.handler.codec.http2.DefaultHttp2ConnectionEncoder.FlowControlledBase
 
DefaultHttp2FrameReader - Class in io.netty.handler.codec.http2
A Http2FrameReader that supports all frame types defined by the HTTP/2 specification.
DefaultHttp2FrameReader() - Constructor for class io.netty.handler.codec.http2.DefaultHttp2FrameReader
 
DefaultHttp2FrameReader(Http2HeadersDecoder) - Constructor for class io.netty.handler.codec.http2.DefaultHttp2FrameReader
 
DefaultHttp2FrameReader.HeadersBlockBuilder - Class in io.netty.handler.codec.http2
Utility class to help with construction of the headers block that may potentially span multiple frames.
DefaultHttp2FrameReader.HeadersBlockBuilder() - Constructor for class io.netty.handler.codec.http2.DefaultHttp2FrameReader.HeadersBlockBuilder
 
DefaultHttp2FrameWriter - Class in io.netty.handler.codec.http2
A Http2FrameWriter that supports all frame types defined by the HTTP/2 specification.
DefaultHttp2FrameWriter() - Constructor for class io.netty.handler.codec.http2.DefaultHttp2FrameWriter
 
DefaultHttp2FrameWriter(Http2HeadersEncoder) - Constructor for class io.netty.handler.codec.http2.DefaultHttp2FrameWriter
 
DefaultHttp2Headers - Class in io.netty.handler.codec.http2
 
DefaultHttp2Headers() - Constructor for class io.netty.handler.codec.http2.DefaultHttp2Headers
Creates an instance that will convert all header names to lowercase.
DefaultHttp2Headers(boolean) - Constructor for class io.netty.handler.codec.http2.DefaultHttp2Headers
Creates an instance that can be configured to either do header field name conversion to lowercase, or not do any conversion at all.
DefaultHttp2HeadersDecoder - Class in io.netty.handler.codec.http2
 
DefaultHttp2HeadersDecoder() - Constructor for class io.netty.handler.codec.http2.DefaultHttp2HeadersDecoder
 
DefaultHttp2HeadersDecoder(int, int) - Constructor for class io.netty.handler.codec.http2.DefaultHttp2HeadersDecoder
 
DefaultHttp2HeadersEncoder - Class in io.netty.handler.codec.http2
 
DefaultHttp2HeadersEncoder() - Constructor for class io.netty.handler.codec.http2.DefaultHttp2HeadersEncoder
 
DefaultHttp2HeadersEncoder(int, Set<String>) - Constructor for class io.netty.handler.codec.http2.DefaultHttp2HeadersEncoder
 
DefaultHttp2LocalFlowController - Class in io.netty.handler.codec.http2
Basic implementation of Http2LocalFlowController.
DefaultHttp2LocalFlowController(Http2Connection, Http2FrameWriter) - Constructor for class io.netty.handler.codec.http2.DefaultHttp2LocalFlowController
 
DefaultHttp2LocalFlowController(Http2Connection, Http2FrameWriter, float) - Constructor for class io.netty.handler.codec.http2.DefaultHttp2LocalFlowController
 
DefaultHttp2RemoteFlowController - Class in io.netty.handler.codec.http2
Basic implementation of Http2RemoteFlowController.
DefaultHttp2RemoteFlowController(Http2Connection) - Constructor for class io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController
 
DefaultHttp2StreamRemovalPolicy - Class in io.netty.handler.codec.http2
A Http2StreamRemovalPolicy that periodically runs garbage collection on streams that have been marked for removal.
DefaultHttp2StreamRemovalPolicy() - Constructor for class io.netty.handler.codec.http2.DefaultHttp2StreamRemovalPolicy
 
DefaultHttpContent - Class in io.netty.handler.codec.http
The default HttpContent implementation.
DefaultHttpContent(ByteBuf) - Constructor for class io.netty.handler.codec.http.DefaultHttpContent
Creates a new instance with the specified chunk content.
DefaultHttpDataFactory - Class in io.netty.handler.codec.http.multipart
Default factory giving Attribute and FileUpload according to constructor Attribute and FileUpload could be :
- MemoryAttribute, DiskAttribute or MixedAttribute
- MemoryFileUpload, DiskFileUpload or MixedFileUpload
according to the constructor.
DefaultHttpDataFactory() - Constructor for class io.netty.handler.codec.http.multipart.DefaultHttpDataFactory
HttpData will be in memory if less than default size (16KB).
DefaultHttpDataFactory(Charset) - Constructor for class io.netty.handler.codec.http.multipart.DefaultHttpDataFactory
 
DefaultHttpDataFactory(boolean) - Constructor for class io.netty.handler.codec.http.multipart.DefaultHttpDataFactory
HttpData will be always on Disk if useDisk is True, else always in Memory if False
DefaultHttpDataFactory(boolean, Charset) - Constructor for class io.netty.handler.codec.http.multipart.DefaultHttpDataFactory
 
DefaultHttpDataFactory(long) - Constructor for class io.netty.handler.codec.http.multipart.DefaultHttpDataFactory
HttpData will be on Disk if the size of the file is greater than minSize, else it will be in memory.
DefaultHttpDataFactory(long, Charset) - Constructor for class io.netty.handler.codec.http.multipart.DefaultHttpDataFactory
 
DefaultHttpHeaders - Class in io.netty.handler.codec.http
 
DefaultHttpHeaders() - Constructor for class io.netty.handler.codec.http.DefaultHttpHeaders
 
DefaultHttpHeaders(boolean) - Constructor for class io.netty.handler.codec.http.DefaultHttpHeaders
 
DefaultHttpHeaders(boolean, boolean) - Constructor for class io.netty.handler.codec.http.DefaultHttpHeaders
 
DefaultHttpHeaders(boolean, DefaultHeaders.NameConverter<CharSequence>, 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, boolean) - Constructor for class io.netty.handler.codec.http.DefaultHttpMessage
Creates a new instance.
DefaultHttpObject - Class in io.netty.handler.codec.http
 
DefaultHttpObject() - Constructor for class io.netty.handler.codec.http.DefaultHttpObject
 
DefaultHttpRequest - Class in io.netty.handler.codec.http
The default HttpRequest implementation.
DefaultHttpRequest(HttpVersion, HttpMethod, String) - Constructor for class io.netty.handler.codec.http.DefaultHttpRequest
Creates a new instance.
DefaultHttpRequest(HttpVersion, HttpMethod, String, boolean) - Constructor for class io.netty.handler.codec.http.DefaultHttpRequest
Creates a new instance.
DefaultHttpResponse - Class in io.netty.handler.codec.http
The default HttpResponse implementation.
DefaultHttpResponse(HttpVersion, HttpResponseStatus) - Constructor for class io.netty.handler.codec.http.DefaultHttpResponse
Creates a new instance.
DefaultHttpResponse(HttpVersion, HttpResponseStatus, boolean) - Constructor for class io.netty.handler.codec.http.DefaultHttpResponse
Creates a new instance.
DefaultHttpResponse(HttpVersion, HttpResponseStatus, boolean, boolean) - Constructor for class io.netty.handler.codec.http.DefaultHttpResponse
Creates a new instance.
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
 
DefaultLastMemcacheContent - Class in io.netty.handler.codec.memcache
The default implementation for the LastMemcacheContent.
DefaultLastMemcacheContent() - Constructor for class io.netty.handler.codec.memcache.DefaultLastMemcacheContent
 
DefaultLastMemcacheContent(ByteBuf) - Constructor for class io.netty.handler.codec.memcache.DefaultLastMemcacheContent
 
DefaultLastStompContentSubframe - Class in io.netty.handler.codec.stomp
The default implementation for the LastStompContentSubframe.
DefaultLastStompContentSubframe(ByteBuf) - Constructor for class io.netty.handler.codec.stomp.DefaultLastStompContentSubframe
 
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
DefaultMemcacheContent - Class in io.netty.handler.codec.memcache
The default MemcacheContent implementation.
DefaultMemcacheContent(ByteBuf) - Constructor for class io.netty.handler.codec.memcache.DefaultMemcacheContent
Creates a new instance with the specified content.
DefaultMessageSizeEstimator - Class in io.netty.channel
Default MessageSizeEstimator implementation which supports the estimation of the size of ByteBuf, ByteBufHolder and FileRegion.
DefaultMessageSizeEstimator(int) - Constructor for class io.netty.channel.DefaultMessageSizeEstimator
Create a new instance
DefaultNameResolver - Class in io.netty.resolver
A NameResolver that resolves an InetSocketAddress using JDK's built-in domain name lookup mechanism.
DefaultNameResolver(EventExecutor) - Constructor for class io.netty.resolver.DefaultNameResolver
 
DefaultNameResolverGroup - Class in io.netty.resolver
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.
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
 
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.
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.
DefaultSocketChannelConfig - Class in io.netty.channel.socket
The default SocketChannelConfig implementation.
DefaultSocketChannelConfig(SocketChannel, Socket) - Constructor for class io.netty.channel.socket.DefaultSocketChannelConfig
Creates a new instance.
DefaultSocks4CommandRequest - Class in io.netty.handler.codec.socksx.v4
DefaultSocks4CommandRequest(Socks4CommandType, String, int) - Constructor for class io.netty.handler.codec.socksx.v4.DefaultSocks4CommandRequest
Creates a new instance.
DefaultSocks4CommandRequest(Socks4CommandType, String, int, String) - Constructor for class io.netty.handler.codec.socksx.v4.DefaultSocks4CommandRequest
Creates a new instance.
DefaultSocks4CommandResponse - Class in io.netty.handler.codec.socksx.v4
DefaultSocks4CommandResponse(Socks4CommandStatus) - Constructor for class io.netty.handler.codec.socksx.v4.DefaultSocks4CommandResponse
Creates a new instance.
DefaultSocks4CommandResponse(Socks4CommandStatus, String, int) - Constructor for class io.netty.handler.codec.socksx.v4.DefaultSocks4CommandResponse
Creates a new instance.
DefaultSocks5CommandRequest - Class in io.netty.handler.codec.socksx.v5
DefaultSocks5CommandRequest(Socks5CommandType, Socks5AddressType, String, int) - Constructor for class io.netty.handler.codec.socksx.v5.DefaultSocks5CommandRequest
 
DefaultSocks5CommandResponse - Class in io.netty.handler.codec.socksx.v5
DefaultSocks5CommandResponse(Socks5CommandStatus, Socks5AddressType) - Constructor for class io.netty.handler.codec.socksx.v5.DefaultSocks5CommandResponse
 
DefaultSocks5CommandResponse(Socks5CommandStatus, Socks5AddressType, String, int) - Constructor for class io.netty.handler.codec.socksx.v5.DefaultSocks5CommandResponse
 
DefaultSocks5InitialRequest - Class in io.netty.handler.codec.socksx.v5
DefaultSocks5InitialRequest(Socks5AuthMethod...) - Constructor for class io.netty.handler.codec.socksx.v5.DefaultSocks5InitialRequest
 
DefaultSocks5InitialRequest(Iterable<Socks5AuthMethod>) - Constructor for class io.netty.handler.codec.socksx.v5.DefaultSocks5InitialRequest
 
DefaultSocks5InitialResponse - Class in io.netty.handler.codec.socksx.v5
DefaultSocks5InitialResponse(Socks5AuthMethod) - Constructor for class io.netty.handler.codec.socksx.v5.DefaultSocks5InitialResponse
 
DefaultSocks5PasswordAuthRequest - Class in io.netty.handler.codec.socksx.v5
DefaultSocks5PasswordAuthRequest(String, String) - Constructor for class io.netty.handler.codec.socksx.v5.DefaultSocks5PasswordAuthRequest
 
DefaultSocks5PasswordAuthResponse - Class in io.netty.handler.codec.socksx.v5
DefaultSocks5PasswordAuthResponse(Socks5PasswordAuthStatus) - Constructor for class io.netty.handler.codec.socksx.v5.DefaultSocks5PasswordAuthResponse
 
DefaultSpdyDataFrame - Class in io.netty.handler.codec.spdy
The default SpdyDataFrame implementation.
DefaultSpdyDataFrame(int) - Constructor for class io.netty.handler.codec.spdy.DefaultSpdyDataFrame
Creates a new instance.
DefaultSpdyDataFrame(int, ByteBuf) - Constructor for class io.netty.handler.codec.spdy.DefaultSpdyDataFrame
Creates a new instance.
DefaultSpdyGoAwayFrame - Class in io.netty.handler.codec.spdy
The default SpdyGoAwayFrame implementation.
DefaultSpdyGoAwayFrame(int) - Constructor for class io.netty.handler.codec.spdy.DefaultSpdyGoAwayFrame
Creates a new instance.
DefaultSpdyGoAwayFrame(int, int) - Constructor for class io.netty.handler.codec.spdy.DefaultSpdyGoAwayFrame
Creates a new instance.
DefaultSpdyGoAwayFrame(int, SpdySessionStatus) - Constructor for class io.netty.handler.codec.spdy.DefaultSpdyGoAwayFrame
Creates a new instance.
DefaultSpdyHeaders - Class in io.netty.handler.codec.spdy
 
DefaultSpdyHeaders() - Constructor for class io.netty.handler.codec.spdy.DefaultSpdyHeaders
 
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.
DefaultStompContentSubframe - Class in io.netty.handler.codec.stomp
The default StompContentSubframe implementation.
DefaultStompContentSubframe(ByteBuf) - Constructor for class io.netty.handler.codec.stomp.DefaultStompContentSubframe
 
DefaultStompFrame - Class in io.netty.handler.codec.stomp
Default implementation of StompFrame.
DefaultStompFrame(StompCommand) - Constructor for class io.netty.handler.codec.stomp.DefaultStompFrame
 
DefaultStompFrame(StompCommand, ByteBuf) - Constructor for class io.netty.handler.codec.stomp.DefaultStompFrame
 
DefaultStompHeaders - Class in io.netty.handler.codec.stomp
 
DefaultStompHeaders() - Constructor for class io.netty.handler.codec.stomp.DefaultStompHeaders
 
DefaultStompHeadersSubframe - Class in io.netty.handler.codec.stomp
Default implementation of StompHeadersSubframe.
DefaultStompHeadersSubframe(StompCommand) - Constructor for class io.netty.handler.codec.stomp.DefaultStompHeadersSubframe
 
DefaultTextHeaders - Class in io.netty.handler.codec
 
DefaultTextHeaders() - Constructor for class io.netty.handler.codec.DefaultTextHeaders
 
DefaultTextHeaders(boolean) - Constructor for class io.netty.handler.codec.DefaultTextHeaders
 
DefaultTextHeaders(boolean, boolean) - Constructor for class io.netty.handler.codec.DefaultTextHeaders
 
DefaultTextHeaders(boolean, Headers.ValueConverter<CharSequence>, DefaultHeaders.NameConverter<CharSequence>) - Constructor for class io.netty.handler.codec.DefaultTextHeaders
 
DefaultTextHeaders(boolean, Headers.ValueConverter<CharSequence>, DefaultHeaders.NameConverter<CharSequence>, boolean) - Constructor for class io.netty.handler.codec.DefaultTextHeaders
 
DefaultTextHeaders.DefaultTextValueTypeConverter - Class in io.netty.handler.codec
 
DefaultTextHeaders.DefaultTextValueTypeConverter() - Constructor for class io.netty.handler.codec.DefaultTextHeaders.DefaultTextValueTypeConverter
 
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) - Constructor for class io.netty.util.concurrent.DefaultThreadFactory
 
DefaultUdtChannelConfig - Class in io.netty.channel.udt
The default UdtChannelConfig implementation.
DefaultUdtChannelConfig(UdtChannel, ChannelUDT, boolean) - Constructor for class io.netty.channel.udt.DefaultUdtChannelConfig
 
DefaultUdtServerChannelConfig - Class in io.netty.channel.udt
The default UdtServerChannelConfig implementation.
DefaultUdtServerChannelConfig(UdtChannel, ChannelUDT, boolean) - Constructor for class io.netty.channel.udt.DefaultUdtServerChannelConfig
 
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
definedSize - Variable in class io.netty.handler.codec.http.multipart.AbstractHttpData
 
DEFLATE - Static variable in class io.netty.handler.codec.http.HttpHeaderValues
"deflate"
DEFLATE - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderValues
"deflate"
DeflateFrameClientExtensionHandshaker - Class in io.netty.handler.codec.http.websocketx.extensions.compression
perframe-deflate handshake implementation.
DeflateFrameClientExtensionHandshaker(boolean) - Constructor for class io.netty.handler.codec.http.websocketx.extensions.compression.DeflateFrameClientExtensionHandshaker
Constructor with default configuration.
DeflateFrameClientExtensionHandshaker(int, boolean) - Constructor for class io.netty.handler.codec.http.websocketx.extensions.compression.DeflateFrameClientExtensionHandshaker
Constructor with custom configuration.
DeflateFrameServerExtensionHandshaker - Class in io.netty.handler.codec.http.websocketx.extensions.compression
perframe-deflate handshake implementation.
DeflateFrameServerExtensionHandshaker() - Constructor for class io.netty.handler.codec.http.websocketx.extensions.compression.DeflateFrameServerExtensionHandshaker
Constructor with default configuration.
DeflateFrameServerExtensionHandshaker(int) - Constructor for class io.netty.handler.codec.http.websocketx.extensions.compression.DeflateFrameServerExtensionHandshaker
Constructor with custom configuration.
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.
DelegatingDecompressorFrameListener - Class in io.netty.handler.codec.http2
A HTTP2 frame listener that will decompress data frames according to the content-encoding header for each stream.
DelegatingDecompressorFrameListener(Http2Connection, Http2FrameListener) - Constructor for class io.netty.handler.codec.http2.DelegatingDecompressorFrameListener
 
DelegatingDecompressorFrameListener(Http2Connection, Http2FrameListener, boolean) - Constructor for class io.netty.handler.codec.http2.DelegatingDecompressorFrameListener
 
DELETE - Static variable in class io.netty.handler.codec.http.HttpMethod
The DELETE method requests that the origin server delete the resource identified by the Request-URI.
delete() - Method in class io.netty.handler.codec.http.multipart.AbstractDiskHttpData
 
delete() - Method in class io.netty.handler.codec.http.multipart.AbstractMemoryHttpData
 
delete() - Method in interface io.netty.handler.codec.http.multipart.HttpData
Deletes the underlying storage for a file item, including deleting any associated temporary disk file.
delete() - Method in class io.netty.handler.codec.http.multipart.MixedAttribute
 
delete() - Method in class io.netty.handler.codec.http.multipart.MixedFileUpload
 
DELETE - Static variable in class io.netty.handler.codec.memcache.binary.BinaryMemcacheOpcodes
 
delete() - Method in class io.netty.handler.ssl.util.SelfSignedCertificate
Deletes the generated X.509 certificate file and RSA private key file.
deleteOnExit() - Method in class io.netty.handler.codec.http.multipart.AbstractDiskHttpData
 
deleteOnExit() - Method in class io.netty.handler.codec.http.multipart.DiskAttribute
 
deleteOnExit() - Method in class io.netty.handler.codec.http.multipart.DiskFileUpload
 
deleteOnExitTemporaryFile - Static variable in class io.netty.handler.codec.http.multipart.DiskAttribute
 
deleteOnExitTemporaryFile - Static variable in class io.netty.handler.codec.http.multipart.DiskFileUpload
 
DELETEQ - Static variable in class io.netty.handler.codec.memcache.binary.BinaryMemcacheOpcodes
 
DelimiterBasedFrameDecoder - Class in io.netty.handler.codec
A decoder that splits the received ByteBufs by one or more delimiters.
DelimiterBasedFrameDecoder(int, 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.
DELTA_BADVAL - Static variable in class io.netty.handler.codec.memcache.binary.BinaryMemcacheResponseStatus
 
deltaWindowSize() - Method in class io.netty.handler.codec.spdy.DefaultSpdyWindowUpdateFrame
 
deltaWindowSize() - Method in interface io.netty.handler.codec.spdy.SpdyWindowUpdateFrame
Returns the Delta-Window-Size of this frame.
deregister(ChannelPromise) - Method in class io.netty.channel.AbstractChannel.AbstractUnsafe
This method must NEVER be called directly, but be executed as an extra task with a clean call stack instead.
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 its assigned EventLoop 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 its assigned EventLoop and notify the ChannelPromise 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 interface io.netty.channel.ChannelHandler
Called once a deregister operation is made from the current registered EventLoop.
deregister(ChannelHandlerContext, ChannelPromise) - Method in class io.netty.channel.ChannelHandlerAdapter
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() - 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() - Method in interface io.netty.channel.group.ChannelGroup
Deregister all Channels in this group from their EventLoop.
deregister(ChannelMatcher) - Method in interface io.netty.channel.group.ChannelGroup
Deregister all Channels in this group from their EventLoop that match the given ChannelMatcher.
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.logging.LoggingHandler
 
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.RtspHeaderValues
"destination"
DESTINATION - Static variable in interface io.netty.handler.codec.stomp.StompHeaders
 
DESTINATION_UNREACHABLE - Static variable in class io.netty.handler.codec.rtsp.RtspResponseStatuses
462 Destination unreachable
destinationAddress() - Method in class io.netty.handler.codec.haproxy.HAProxyMessage
Returns the human-readable destination address of this HAProxyMessage.
destinationAddress() - Method in class io.netty.handler.proxy.ProxyConnectionEvent
Returns the address of the destination.
destinationAddress() - Method in class io.netty.handler.proxy.ProxyHandler
Returns the address of the destination to connect to via the proxy server.
destinationPort() - Method in class io.netty.handler.codec.haproxy.HAProxyMessage
Returns the UDP/TCP destination port of this HAProxyMessage.
destroy() - Method in class io.netty.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() - Static method in class io.netty.util.concurrent.FastThreadLocal
Destroys the data structure that keeps all FastThreadLocal variables accessed from non-FastThreadLocalThreads.
destroyPools() - Method in class io.netty.handler.ssl.OpenSslContext
 
determineWrapper(CharSequence) - Method in class io.netty.handler.codec.http.HttpContentCompressor
 
DHCID - Static variable in class io.netty.handler.codec.dns.DnsType
DHCP identifier record RFC 4701 Used in conjunction with the FQDN option to DHCP.
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
 
discardReadBytes() - Method in class io.netty.buffer.SwappedByteBuf
 
discardReadBytes() - Method in class io.netty.buffer.WrappedByteBuf
 
discardReadComponents() - Method in class io.netty.buffer.CompositeByteBuf
Discard all ByteBufs which are read.
discardSomeReadBytes() - Method in class io.netty.buffer.AbstractByteBuf
 
discardSomeReadBytes() - Method in class io.netty.buffer.ByteBuf
Similar to ByteBuf.discardReadBytes() except that this method might discard some, all, or none of read bytes depending on its internal implementation to reduce overall memory bandwidth consumption at the cost of potentially additional memory consumption.
discardSomeReadBytes() - Method in class io.netty.buffer.CompositeByteBuf
 
discardSomeReadBytes() - Method in class io.netty.buffer.EmptyByteBuf
 
discardSomeReadBytes() - Method in class io.netty.buffer.SwappedByteBuf
 
discardSomeReadBytes() - Method in class io.netty.buffer.WrappedByteBuf
 
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 interface io.netty.channel.ChannelHandler
Called once a disconnect operation is made.
disconnect(ChannelHandlerContext, ChannelPromise) - Method in class io.netty.channel.ChannelHandlerAdapter
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() - 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() - 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(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, Charset) - Constructor for class io.netty.handler.codec.http.multipart.DiskAttribute
 
DiskAttribute(String, String) - Constructor for class io.netty.handler.codec.http.multipart.DiskAttribute
 
DiskAttribute(String, String, Charset) - Constructor for class io.netty.handler.codec.http.multipart.DiskAttribute
 
DiskFileUpload - Class in io.netty.handler.codec.http.multipart
Disk FileUpload implementation that stores file into real files
DiskFileUpload(String, String, String, String, Charset, long) - Constructor for class io.netty.handler.codec.http.multipart.DiskFileUpload
 
DLV - Static variable in class dns.DnsType
DNSSEC Lookaside Validation record RFC 4431 For publishing DNSSEC trust anchors outside of the DNS delegation chain.
DNAME - Static variable in class io.netty.handler.codec.dns.DnsType
Delegation name record RFC 2672 DNAME creates an alias for a name and all its subnames, unlike CNAME, which aliases only the exact name in its label.
DnsClass - Class in io.netty.handler.codec.dns
Represents a class field in DNS protocol
dnsClass() - Method in class io.netty.handler.codec.dns.DnsEntry
Returns the class for this entry.
DnsEntry - Class in io.netty.handler.codec.dns
A class representing entries in a DNS packet (questions, and all resource records).
DnsHeader - Class in io.netty.handler.codec.dns
The header super-class which includes information shared by DNS query and response packet headers such as the ID, opcode, and type.
DNSKEY - Static variable in class io.netty.handler.codec.dns.DnsType
DNS Key record RFC 4034 The key record used in DNSSEC.
DnsMessage - Class in io.netty.handler.codec.dns
The message super-class which contains core information concerning DNS packets, both outgoing and incoming.
DnsNameResolver - Class in io.netty.resolver.dns
A DNS-based NameResolver.
DnsNameResolver(EventLoop, Class<? extends DatagramChannel>, InetSocketAddress) - Constructor for class io.netty.resolver.dns.DnsNameResolver
Creates a new DNS-based name resolver that communicates with a single DNS server.
DnsNameResolver(EventLoop, Class<? extends DatagramChannel>, InetSocketAddress, InetSocketAddress) - Constructor for class io.netty.resolver.dns.DnsNameResolver
Creates a new DNS-based name resolver that communicates with a single DNS server.
DnsNameResolver(EventLoop, ChannelFactory<? extends DatagramChannel>, InetSocketAddress) - Constructor for class io.netty.resolver.dns.DnsNameResolver
Creates a new DNS-based name resolver that communicates with a single DNS server.
DnsNameResolver(EventLoop, ChannelFactory<? extends DatagramChannel>, InetSocketAddress, InetSocketAddress) - Constructor for class io.netty.resolver.dns.DnsNameResolver
Creates a new DNS-based name resolver that communicates with a single DNS server.
DnsNameResolver(EventLoop, Class<? extends DatagramChannel>, Iterable<InetSocketAddress>) - Constructor for class io.netty.resolver.dns.DnsNameResolver
Creates a new DNS-based name resolver that communicates with the specified list of DNS servers.
DnsNameResolver(EventLoop, Class<? extends DatagramChannel>, InetSocketAddress, Iterable<InetSocketAddress>) - Constructor for class io.netty.resolver.dns.DnsNameResolver
Creates a new DNS-based name resolver that communicates with the specified list of DNS servers.
DnsNameResolver(EventLoop, ChannelFactory<? extends DatagramChannel>, Iterable<InetSocketAddress>) - Constructor for class io.netty.resolver.dns.DnsNameResolver
Creates a new DNS-based name resolver that communicates with the specified list of DNS servers.
DnsNameResolver(EventLoop, ChannelFactory<? extends DatagramChannel>, InetSocketAddress, Iterable<InetSocketAddress>) - Constructor for class io.netty.resolver.dns.DnsNameResolver
Creates a new DNS-based name resolver that communicates with the specified list of DNS servers.
DnsNameResolverGroup - Class in io.netty.resolver.dns
DnsNameResolverGroup(Class<? extends DatagramChannel>, InetSocketAddress) - Constructor for class io.netty.resolver.dns.DnsNameResolverGroup
 
DnsNameResolverGroup(Class<? extends DatagramChannel>, InetSocketAddress, InetSocketAddress) - Constructor for class io.netty.resolver.dns.DnsNameResolverGroup
 
DnsNameResolverGroup(ChannelFactory<? extends DatagramChannel>, InetSocketAddress) - Constructor for class io.netty.resolver.dns.DnsNameResolverGroup
 
DnsNameResolverGroup(ChannelFactory<? extends DatagramChannel>, InetSocketAddress, InetSocketAddress) - Constructor for class io.netty.resolver.dns.DnsNameResolverGroup
 
DnsNameResolverGroup(Class<? extends DatagramChannel>, Iterable<InetSocketAddress>) - Constructor for class io.netty.resolver.dns.DnsNameResolverGroup
 
DnsNameResolverGroup(Class<? extends DatagramChannel>, InetSocketAddress, Iterable<InetSocketAddress>) - Constructor for class io.netty.resolver.dns.DnsNameResolverGroup
 
DnsNameResolverGroup(ChannelFactory<? extends DatagramChannel>, Iterable<InetSocketAddress>) - Constructor for class io.netty.resolver.dns.DnsNameResolverGroup
 
DnsNameResolverGroup(ChannelFactory<? extends DatagramChannel>, InetSocketAddress, Iterable<InetSocketAddress>) - Constructor for class io.netty.resolver.dns.DnsNameResolverGroup
 
DnsQuery - Class in io.netty.handler.codec.dns
A DNS query packet which is sent to a server to receive a DNS response packet with information answering a DnsQuery's questions.
DnsQuery(int, InetSocketAddress) - Constructor for class io.netty.handler.codec.dns.DnsQuery
Constructs a DNS query.
DnsQueryEncoder - Class in io.netty.handler.codec.dns
DnsQueryEncoder accepts DnsQuery and encodes to ByteBuf.
DnsQueryEncoder() - Constructor for class io.netty.handler.codec.dns.DnsQueryEncoder
 
DnsQueryHeader - Class in io.netty.handler.codec.dns
The DNS query header class which is used to represent the 12 byte header in a DnsQuery.
DnsQueryHeader(DnsMessage, int) - Constructor for class io.netty.handler.codec.dns.DnsQueryHeader
Constructor for a DNS packet query header.
DnsQuestion - Class in io.netty.handler.codec.dns
The DNS question class which represents a question being sent to a server via a query, or the question being duplicated and sent back in a response.
DnsQuestion(String, DnsType) - Constructor for class io.netty.handler.codec.dns.DnsQuestion
Constructs a question with the default class IN (Internet).
DnsQuestion(String, DnsType, DnsClass) - Constructor for class io.netty.handler.codec.dns.DnsQuestion
Constructs a question with the given class.
DnsResource - Class in io.netty.handler.codec.dns
Represents any resource record (answer, authority, or additional resource records).
DnsResource(String, DnsType, DnsClass, long, ByteBuf) - Constructor for class io.netty.handler.codec.dns.DnsResource
Constructs a resource record.
DnsResponse - Class in io.netty.handler.codec.dns
A DNS response packet which is sent to a client after a server receives a query.
DnsResponse(int, InetSocketAddress) - Constructor for class io.netty.handler.codec.dns.DnsResponse
 
DnsResponseCode - Class in io.netty.handler.codec.dns
Represents the possible response codes a server may send after receiving a query.
DnsResponseCode(int, String) - Constructor for class io.netty.handler.codec.dns.DnsResponseCode
 
DnsResponseDecoder - Class in io.netty.handler.codec.dns
DnsResponseDecoder accepts DatagramPacket and encodes to DnsResponse.
DnsResponseDecoder() - Constructor for class io.netty.handler.codec.dns.DnsResponseDecoder
 
DnsResponseHeader - Class in io.netty.handler.codec.dns
The DNS response header class which is used when receiving data from a DNS server.
DnsResponseHeader(DnsMessage, int) - Constructor for class io.netty.handler.codec.dns.DnsResponseHeader
Constructor for a DNS packet response header.
DnsServerAddresses - Class in io.netty.resolver.dns
Provides a sequence of DNS server addresses to DnsNameResolver.
DnsType - Class in io.netty.handler.codec.dns
Represents a DNS record type.
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.epoll.EpollSocketChannel
 
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
 
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
 
doBind(SocketAddress) - Method in class io.netty.channel.udt.nio.NioUdtByteConnectorChannel
 
doBind(SocketAddress) - Method in class io.netty.channel.udt.nio.NioUdtMessageConnectorChannel
 
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.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.oio.OioByteStreamChannel
 
doClose() - Method in class io.netty.channel.rxtx.RxtxChannel
 
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
 
doClose() - Method in class io.netty.channel.udt.nio.NioUdtByteConnectorChannel
 
doClose() - Method in class io.netty.channel.udt.nio.NioUdtMessageConnectorChannel
 
doConnect(SocketAddress, SocketAddress) - Method in class io.netty.channel.epoll.AbstractEpollStreamChannel
Connect to the remote peer
doConnect(SocketAddress, SocketAddress) - Method in class io.netty.channel.epoll.EpollDomainSocketChannel
 
doConnect(SocketAddress, SocketAddress) - Method in class io.netty.channel.epoll.EpollSocketChannel
 
doConnect(SocketAddress, SocketAddress) - Method in class io.netty.channel.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
 
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
 
doConnect(SocketAddress, SocketAddress) - Method in class io.netty.channel.udt.nio.NioUdtByteConnectorChannel
 
doConnect(SocketAddress, SocketAddress) - Method in class io.netty.channel.udt.nio.NioUdtMessageConnectorChannel
 
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
 
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
 
doDisconnect() - Method in class io.netty.channel.udt.nio.NioUdtByteConnectorChannel
 
doDisconnect() - Method in class io.netty.channel.udt.nio.NioUdtMessageConnectorChannel
 
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
 
doFinishConnect() - Method in class io.netty.channel.udt.nio.NioUdtByteConnectorChannel
 
doFinishConnect() - Method in class io.netty.channel.udt.nio.NioUdtMessageConnectorChannel
 
doInit() - Method in class io.netty.channel.rxtx.RxtxChannel
 
doIsResolved(InetSocketAddress) - Method in class io.netty.resolver.DefaultNameResolver
 
doIsResolved(InetSocketAddress) - Method in class io.netty.resolver.dns.DnsNameResolver
 
doIsResolved(SocketAddress) - Method in class io.netty.resolver.NoopNameResolver
 
doIsResolved(T) - Method in class io.netty.resolver.SimpleNameResolver
Invoked by SimpleNameResolver.isResolved(SocketAddress) to check if the specified address has been resolved already.
domain() - Method in interface io.netty.handler.codec.http.Cookie
Returns the domain of this Cookie.
domain() - Method in class io.netty.handler.codec.http.DefaultCookie
 
DOMAIN - Static variable in class io.netty.handler.codec.socksx.v5.Socks5AddressType
 
DOMAIN_SOCKET_READ_MODE - Static variable in class io.netty.channel.epoll.EpollChannelOption
 
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
Creates a default, order-sensitive mapping.
DomainNameMapping(int, V) - Constructor for class io.netty.util.DomainNameMapping
Creates a default, order-sensitive mapping.
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
 
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.NioUdtByteAcceptorChannel
 
doReadMessages(List<Object>) - Method in class io.netty.channel.udt.nio.NioUdtMessageAcceptorChannel
 
doReadMessages(List<Object>) - Method in class io.netty.channel.udt.nio.NioUdtMessageConnectorChannel
 
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
 
doResolve(InetSocketAddress, Promise<InetSocketAddress>) - Method in class io.netty.resolver.DefaultNameResolver
 
doResolve(InetSocketAddress, Promise<InetSocketAddress>) - Method in class io.netty.resolver.dns.DnsNameResolver
 
doResolve(SocketAddress, Promise<SocketAddress>) - Method in class io.netty.resolver.NoopNameResolver
 
doResolve(T, Promise<T>) - Method in class io.netty.resolver.SimpleNameResolver
Invoked by SimpleNameResolver.resolve(SocketAddress) and SimpleNameResolver.resolve(String, int) to perform the actual name resolution.
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
 
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
 
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
 
doWriteMessage(Object, ChannelOutboundBuffer) - Method in class io.netty.channel.udt.nio.NioUdtMessageConnectorChannel
 
doWriteSingle(ChannelOutboundBuffer, int) - Method in class io.netty.channel.epoll.AbstractEpollStreamChannel
 
doWriteSingle(ChannelOutboundBuffer, int) - Method in class io.netty.channel.epoll.EpollDomainSocketChannel
 
DS - Static variable in class io.netty.handler.codec.dns.DnsType
Delegation signer record RFC 4034 The record used to identify the DNSSEC signing key of a delegated zone.
dstAddr() - Method in class io.netty.handler.codec.socksx.v4.DefaultSocks4CommandRequest
 
dstAddr() - Method in class io.netty.handler.codec.socksx.v4.DefaultSocks4CommandResponse
 
dstAddr() - Method in interface io.netty.handler.codec.socksx.v4.Socks4CommandRequest
Returns the DSTIP field of this request.
dstAddr() - Method in interface io.netty.handler.codec.socksx.v4.Socks4CommandResponse
Returns the DSTIP field of this response.
dstAddr() - Method in class io.netty.handler.codec.socksx.v5.DefaultSocks5CommandRequest
 
dstAddr() - Method in interface io.netty.handler.codec.socksx.v5.Socks5CommandRequest
Returns the DST.ADDR field of this request.
dstAddrType() - Method in class io.netty.handler.codec.socksx.v5.DefaultSocks5CommandRequest
 
dstAddrType() - Method in interface io.netty.handler.codec.socksx.v5.Socks5CommandRequest
Returns the type of the DST.ADDR field of this request.
dstPort() - Method in class io.netty.handler.codec.socksx.v4.DefaultSocks4CommandRequest
 
dstPort() - Method in class io.netty.handler.codec.socksx.v4.DefaultSocks4CommandResponse
 
dstPort() - Method in interface io.netty.handler.codec.socksx.v4.Socks4CommandRequest
Returns the DSTPORT field of this request.
dstPort() - Method in interface io.netty.handler.codec.socksx.v4.Socks4CommandResponse
Returns the DSTPORT field of this response.
dstPort() - Method in class io.netty.handler.codec.socksx.v5.DefaultSocks5CommandRequest
 
dstPort() - Method in interface io.netty.handler.codec.socksx.v5.Socks5CommandRequest
Returns the DST.PORT field of this request.
DTR - Static variable in class io.netty.channel.rxtx.RxtxChannelOption
 
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
 
duplicate() - Method in class io.netty.buffer.SlicedByteBuf
 
duplicate() - Method in class io.netty.buffer.SwappedByteBuf
 
duplicate() - Method in class io.netty.buffer.WrappedByteBuf
 
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
 
duplicate() - Method in class io.netty.handler.codec.dns.DnsResource
Returns a duplicate of this resource record.
duplicate() - Method in class io.netty.handler.codec.http.DefaultFullHttpRequest
 
duplicate() - Method in class io.netty.handler.codec.http.DefaultFullHttpResponse
 
duplicate() - Method in class io.netty.handler.codec.http.DefaultHttpContent
 
duplicate() - Method in class io.netty.handler.codec.http.DefaultLastHttpContent
 
duplicate() - Method in interface io.netty.handler.codec.http.FullHttpMessage
 
duplicate() - Method in interface io.netty.handler.codec.http.FullHttpRequest
 
duplicate() - Method in interface io.netty.handler.codec.http.FullHttpResponse
 
duplicate() - Method in interface io.netty.handler.codec.http.HttpContent
 
duplicate() - Method in interface io.netty.handler.codec.http.LastHttpContent
 
duplicate() - Method in interface io.netty.handler.codec.http.multipart.Attribute
 
duplicate() - Method in class io.netty.handler.codec.http.multipart.DiskAttribute
 
duplicate() - Method in class io.netty.handler.codec.http.multipart.DiskFileUpload
 
duplicate() - Method in interface io.netty.handler.codec.http.multipart.FileUpload
 
duplicate() - Method in interface io.netty.handler.codec.http.multipart.HttpData
 
duplicate() - Method in class io.netty.handler.codec.http.multipart.MemoryAttribute
 
duplicate() - Method in class io.netty.handler.codec.http.multipart.MemoryFileUpload
 
duplicate() - Method in class io.netty.handler.codec.http.multipart.MixedAttribute
 
duplicate() - Method in class io.netty.handler.codec.http.multipart.MixedFileUpload
 
duplicate() - Method in class io.netty.handler.codec.http.websocketx.BinaryWebSocketFrame
 
duplicate() - Method in class io.netty.handler.codec.http.websocketx.CloseWebSocketFrame
 
duplicate() - Method in class io.netty.handler.codec.http.websocketx.ContinuationWebSocketFrame
 
duplicate() - Method in class io.netty.handler.codec.http.websocketx.PingWebSocketFrame
 
duplicate() - Method in class io.netty.handler.codec.http.websocketx.PongWebSocketFrame
 
duplicate() - Method in class io.netty.handler.codec.http.websocketx.TextWebSocketFrame
 
duplicate() - Method in class io.netty.handler.codec.http.websocketx.WebSocketFrame
 
duplicate() - Method in class io.netty.handler.codec.memcache.binary.DefaultFullBinaryMemcacheRequest
 
duplicate() - Method in class io.netty.handler.codec.memcache.binary.DefaultFullBinaryMemcacheResponse
 
duplicate() - Method in interface io.netty.handler.codec.memcache.binary.FullBinaryMemcacheRequest
 
duplicate() - Method in interface io.netty.handler.codec.memcache.binary.FullBinaryMemcacheResponse
 
duplicate() - Method in class io.netty.handler.codec.memcache.DefaultLastMemcacheContent
 
duplicate() - Method in class io.netty.handler.codec.memcache.DefaultMemcacheContent
 
duplicate() - Method in interface io.netty.handler.codec.memcache.FullMemcacheMessage
 
duplicate() - Method in interface io.netty.handler.codec.memcache.LastMemcacheContent
 
duplicate() - Method in interface io.netty.handler.codec.memcache.MemcacheContent
 
duplicate() - Method in class io.netty.handler.codec.mqtt.MqttPublishMessage
 
duplicate() - Method in class io.netty.handler.codec.spdy.DefaultSpdyDataFrame
 
duplicate() - Method in interface io.netty.handler.codec.spdy.SpdyDataFrame
 
duplicate() - Method in class io.netty.handler.codec.stomp.DefaultLastStompContentSubframe
 
duplicate() - Method in class io.netty.handler.codec.stomp.DefaultStompContentSubframe
 
duplicate() - Method in class io.netty.handler.codec.stomp.DefaultStompFrame
 
duplicate() - Method in interface io.netty.handler.codec.stomp.LastStompContentSubframe
 
duplicate() - Method in interface io.netty.handler.codec.stomp.StompContentSubframe
 
duplicate() - Method in interface io.netty.handler.codec.stomp.StompFrame
 
DuplicatedByteBuf - Class in io.netty.buffer
A derived buffer which simply forwards all data access requests to its parent.
DuplicatedByteBuf(ByteBuf) - Constructor for class io.netty.buffer.DuplicatedByteBuf
 

E

E2BIG - Static variable in class io.netty.handler.codec.memcache.binary.BinaryMemcacheResponseStatus
 
EINVA - Static variable in class io.netty.handler.codec.memcache.binary.BinaryMemcacheResponseStatus
 
EmbeddedChannel - Class in io.netty.channel.embedded
Base class for Channel implementations that are used in an embedded fashion.
EmbeddedChannel() - Constructor for class io.netty.channel.embedded.EmbeddedChannel
Create a new instance with an empty pipeline.
EmbeddedChannel(ChannelHandler...) - Constructor for class io.netty.channel.embedded.EmbeddedChannel
Create a new instance with the pipeline initialized with the specified handlers.
EMPTY_BUFFER - Static variable in class io.netty.buffer.Unpooled
A buffer whose capacity is 0.
EMPTY_LAST_CONTENT - Static variable in interface io.netty.handler.codec.http.LastHttpContent
The 'end of content' marker in chunked encoding.
EMPTY_LAST_CONTENT - Static variable in interface io.netty.handler.codec.memcache.LastMemcacheContent
 
EMPTY_LAST_CONTENT - Static variable in interface io.netty.handler.codec.stomp.LastStompContentSubframe
 
EMPTY_STRING - Static variable in class io.netty.handler.codec.AsciiString
 
EmptyBinaryHeaders - Class in io.netty.handler.codec
 
EmptyBinaryHeaders() - Constructor for class io.netty.handler.codec.EmptyBinaryHeaders
 
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
 
EmptyConvertibleHeaders<UnconvertedType,ConvertedType> - Class in io.netty.handler.codec
 
EmptyConvertibleHeaders() - Constructor for class io.netty.handler.codec.EmptyConvertibleHeaders
 
EmptyHeaders<T> - Class in io.netty.handler.codec
 
EmptyHeaders() - Constructor for class io.netty.handler.codec.EmptyHeaders
 
EmptyHttp2Headers - Class in io.netty.handler.codec.http2
 
EmptyHttpHeaders - Class in io.netty.handler.codec.http
 
EmptyHttpHeaders() - Constructor for class io.netty.handler.codec.http.EmptyHttpHeaders
 
emptyIntObjectMap() - Static method in class io.netty.util.collection.PrimitiveCollections
Returns an unmodifiable empty IntObjectMap.
emptyPingBuf() - Static method in class io.netty.handler.codec.http2.Http2CodecUtil
Returns a buffer filled with all zeros that is the appropriate length for a PING frame.
EmptyTextHeaders - Class in io.netty.handler.codec
 
EmptyTextHeaders() - Constructor for class io.netty.handler.codec.EmptyTextHeaders
 
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(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.Bzip2Encoder
 
encode(ChannelHandlerContext, ByteBuf, ByteBuf) - Method in class io.netty.handler.codec.compression.FastLzFrameEncoder
 
encode(ChannelHandlerContext, ByteBuf, ByteBuf) - Method in class io.netty.handler.codec.compression.JdkZlibEncoder
 
encode(ChannelHandlerContext, ByteBuf, ByteBuf) - Method in class io.netty.handler.codec.compression.JZlibEncoder
 
encode(ChannelHandlerContext, ByteBuf, ByteBuf) - Method in class io.netty.handler.codec.compression.Lz4FrameEncoder
 
encode(ChannelHandlerContext, ByteBuf, ByteBuf) - Method in class io.netty.handler.codec.compression.LzfEncoder
 
encode(ChannelHandlerContext, ByteBuf, ByteBuf) - Method in class io.netty.handler.codec.compression.LzmaFrameEncoder
 
encode(ChannelHandlerContext, ByteBuf, ByteBuf) - Method in class io.netty.handler.codec.compression.SnappyFrameEncoder
 
encode(ChannelHandlerContext, DnsQuery, List<Object>) - Method in class io.netty.handler.codec.dns.DnsQueryEncoder
 
encode(String, String) - Static method in class io.netty.handler.codec.http.ClientCookieEncoder
Encodes the specified cookie into a Cookie header value.
encode(Cookie) - Static method in class io.netty.handler.codec.http.ClientCookieEncoder
Encodes the specified cookie into a Cookie header value.
encode(Cookie...) - Static method in class io.netty.handler.codec.http.ClientCookieEncoder
Encodes the specified cookies into a single Cookie header value.
encode(Iterable<Cookie>) - Static method in class io.netty.handler.codec.http.ClientCookieEncoder
Encodes the specified cookies into a single Cookie header value.
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
Encodes the specified cookie name-value pair into a Set-Cookie header value.
encode(Cookie) - Static method in class io.netty.handler.codec.http.ServerCookieEncoder
Encodes the specified cookie into a Set-Cookie header value.
encode(Cookie...) - Static method in class io.netty.handler.codec.http.ServerCookieEncoder
Batch encodes cookies into Set-Cookie header values.
encode(Collection<Cookie>) - Static method in class io.netty.handler.codec.http.ServerCookieEncoder
Batch encodes cookies into Set-Cookie header values.
encode(Iterable<Cookie>) - Static method in class io.netty.handler.codec.http.ServerCookieEncoder
Batch encodes cookies into Set-Cookie header values.
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, List<Object>) - 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, Object, List<Object>) - Method in class io.netty.handler.codec.memcache.AbstractMemcacheObjectEncoder
 
encode(ChannelHandlerContext, I, ByteBuf) - Method in class io.netty.handler.codec.MessageToByteEncoder
Encode a message into a ByteBuf.
encode(ChannelHandlerContext, OUTBOUND_IN, List<Object>) - Method in class io.netty.handler.codec.MessageToMessageCodec
 
encode(ChannelHandlerContext, I, List<Object>) - Method in class io.netty.handler.codec.MessageToMessageEncoder
Encode from one message to an other.
encode(ChannelHandlerContext, MqttMessage, List<Object>) - Method in class io.netty.handler.codec.mqtt.MqttEncoder
 
encode(ChannelHandlerContext, 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, Socks4CommandRequest, ByteBuf) - Method in class io.netty.handler.codec.socksx.v4.Socks4ClientEncoder
 
encode(ChannelHandlerContext, Socks4CommandResponse, ByteBuf) - Method in class io.netty.handler.codec.socksx.v4.Socks4ServerEncoder
 
encode(ChannelHandlerContext, Socks5Message, ByteBuf) - Method in class io.netty.handler.codec.socksx.v5.Socks5ClientEncoder
 
encode(ChannelHandlerContext, Socks5Message, ByteBuf) - Method in class io.netty.handler.codec.socksx.v5.Socks5ServerEncoder
 
encode(ByteBufAllocator, SpdyHeadersFrame) - Method in class io.netty.handler.codec.spdy.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, StompSubframe, List<Object>) - Method in class io.netty.handler.codec.stomp.StompSubframeEncoder
 
encode(ChannelHandlerContext, CharSequence, List<Object>) - Method in class io.netty.handler.codec.string.StringEncoder
 
encodeAddress(Socks5AddressType, String, ByteBuf) - Method in interface io.netty.handler.codec.socksx.v5.Socks5AddressEncoder
Encodes a SOCKS5 address.
encodeDataFrame(ByteBufAllocator, int, boolean, ByteBuf) - Method in class io.netty.handler.codec.spdy.SpdyFrameEncoder
 
encodeGoAwayFrame(ByteBufAllocator, int, int) - Method in class io.netty.handler.codec.spdy.SpdyFrameEncoder
 
encodeHeader(ByteBuf, M) - Method in class io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheEncoder
Encode the header.
encodeHeader(ByteBuf, BinaryMemcacheRequest) - Method in class io.netty.handler.codec.memcache.binary.BinaryMemcacheRequestEncoder
 
encodeHeader(ByteBuf, BinaryMemcacheResponse) - Method in class io.netty.handler.codec.memcache.binary.BinaryMemcacheResponseEncoder
 
encodeHeaders(HttpHeaders, ByteBuf) - Method in class io.netty.handler.codec.http.HttpObjectEncoder
Encode the HttpHeaders into a ByteBuf.
encodeHeaders(Http2Headers, ByteBuf) - Method in class io.netty.handler.codec.http2.DefaultHttp2HeadersEncoder
 
encodeHeaders(Http2Headers, ByteBuf) - Method in interface io.netty.handler.codec.http2.Http2HeadersEncoder
Encodes the given headers and writes the output headers block to the given output buffer.
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, HttpRequest) - Method in class io.netty.handler.codec.rtsp.RtspRequestEncoder
 
encodeInitialLine(ByteBuf, HttpResponse) - Method in class io.netty.handler.codec.rtsp.RtspResponseEncoder
 
encodeMessage(ChannelHandlerContext, M) - Method in class io.netty.handler.codec.memcache.AbstractMemcacheObjectEncoder
Take the given MemcacheMessage and encode it into a writable ByteBuf.
encodeMessage(ChannelHandlerContext, M) - Method in class io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheEncoder
 
encodePingFrame(ByteBufAllocator, int) - Method in class io.netty.handler.codec.spdy.SpdyFrameEncoder
 
encoder() - Method in class io.netty.handler.codec.http.HttpClientCodec
Returns the encoder of this codec.
encoder() - Method in class io.netty.handler.codec.http.HttpServerCodec
Returns the encoder of this codec.
encoder(Http2ConnectionEncoder) - Method in class io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder.Builder
 
encoder(Http2ConnectionEncoder) - Method in interface io.netty.handler.codec.http2.Http2ConnectionDecoder.Builder
Sets the Http2ConnectionEncoder used when building the decoder.
encoder() - Method in class io.netty.handler.codec.http2.Http2ConnectionHandler
 
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
 
END_HEADERS - Static variable in class io.netty.handler.codec.http2.Http2Flags
 
END_STREAM - Static variable in class io.netty.handler.codec.http2.Http2Flags
 
endOffset() - Method in class io.netty.handler.stream.ChunkedFile
Returns the offset in the file where the transfer will end.
endOffset() - Method in class io.netty.handler.stream.ChunkedNioFile
Returns the offset in the file where the transfer will end.
endOfHeaders() - Method in class io.netty.handler.codec.http2.Http2Flags
Determines whether the Http2Flags.END_HEADERS flag is set.
endOfHeaders(boolean) - Method in class io.netty.handler.codec.http2.Http2Flags
Sets the Http2Flags.END_HEADERS flag.
endOfStream - Variable in class io.netty.handler.codec.http2.DefaultHttp2ConnectionEncoder.FlowControlledBase
 
endOfStream() - Method in class io.netty.handler.codec.http2.Http2Flags
Determines whether the Http2Flags.END_STREAM flag is set.
endOfStream(boolean) - Method in class io.netty.handler.codec.http2.Http2Flags
Sets the Http2Flags.END_STREAM flag.
endsWith(CharSequence) - Method in class io.netty.handler.codec.AsciiString
Compares the specified string to this string to determine if the specified string is a suffix.
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.
ENOMEM - Static variable in class io.netty.handler.codec.memcache.binary.BinaryMemcacheResponseStatus
 
ensureAccessible() - Method in class io.netty.buffer.AbstractByteBuf
Should be called by every method that tries to access the buffers content to check if the buffer was released before.
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.
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 of 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) - Method in class io.netty.buffer.SwappedByteBuf
 
ensureWritable(int, boolean) - Method in class io.netty.buffer.SwappedByteBuf
 
ensureWritable(int) - Method in class io.netty.buffer.WrappedByteBuf
 
ensureWritable(int, boolean) - Method in class io.netty.buffer.WrappedByteBuf
 
entries() - Method in class io.netty.handler.codec.DefaultHeaders
 
entries() - Method in class io.netty.handler.codec.EmptyHeaders
 
entries() - Method in interface io.netty.handler.codec.Headers
Returns a new List that contains all headers in this object.
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.
entriesConverted() - Method in interface io.netty.handler.codec.ConvertibleHeaders
Invokes Headers.entries() and lazily does a conversion on the results as they are accessed
entriesConverted() - Method in class io.netty.handler.codec.DefaultConvertibleHeaders
 
entriesConverted() - Method in class io.netty.handler.codec.EmptyConvertibleHeaders
 
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 - Class in io.netty.channel.epoll
 
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
Create a new EpollDatagramChannel from the given FileDescriptor.
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
Creates a new EpollDomainSocketChannel from an existing FileDescriptor
EpollDomainSocketChannelConfig - Class in io.netty.channel.epoll
 
EpollEventLoopGroup - Class in io.netty.channel.epoll
A MultithreadEventLoopGroup which uses epoll under the covers.
EpollEventLoopGroup() - Constructor for class io.netty.channel.epoll.EpollEventLoopGroup
Create a new instance that uses twice as many EventLoops as there processors/cores available, as well as the default Executor.
EpollEventLoopGroup(int) - Constructor for class io.netty.channel.epoll.EpollEventLoopGroup
Create a new instance that uses the default Executor.
EpollEventLoopGroup(int, Executor) - Constructor for class io.netty.channel.epoll.EpollEventLoopGroup
 
EpollEventLoopGroup(int, ExecutorServiceFactory) - Constructor for class io.netty.channel.epoll.EpollEventLoopGroup
 
EpollEventLoopGroup(int, Executor, int) - Constructor for class io.netty.channel.epoll.EpollEventLoopGroup
EpollEventLoopGroup(int, ExecutorServiceFactory, int) - Constructor for class io.netty.channel.epoll.EpollEventLoopGroup
EpollMode - Enum in io.netty.channel.epoll
The epoll mode to use.
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
Creates a new EpollServerDomainSocketChannel from an existing FileDescriptor.
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
Creates a new EpollServerSocketChannel from an existing FileDescriptor.
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
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
 
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.EmptyByteBuf
 
equals(Object) - Method in class io.netty.buffer.SwappedByteBuf
 
equals(Object) - Method in class io.netty.buffer.WrappedByteBuf
 
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(CharSequence, CharSequence) - Static method in class io.netty.handler.codec.AsciiString
Returns true if both CharSequence's are equals.
equals(Object) - Method in class io.netty.handler.codec.AsciiString
 
equals(Object) - Method in class io.netty.handler.codec.DefaultHeaders
 
equals(Object) - Method in class io.netty.handler.codec.dns.DnsClass
 
equals(Object) - Method in class io.netty.handler.codec.dns.DnsEntry
 
equals(Object) - Method in class io.netty.handler.codec.dns.DnsQuestion
 
equals(Object) - Method in class io.netty.handler.codec.dns.DnsResponseCode
Equality of DnsResponseCode only depends on DnsResponseCode.code().
equals(Object) - Method in class io.netty.handler.codec.dns.DnsType
 
equals(Object) - Method in class io.netty.handler.codec.EmptyHeaders
 
equals(Object) - Method in class io.netty.handler.codec.http.DefaultCookie
 
equals(Object) - Method in class io.netty.handler.codec.http.DefaultFullHttpRequest
 
equals(Object) - Method in class io.netty.handler.codec.http.DefaultFullHttpResponse
 
equals(Object) - Method in class io.netty.handler.codec.http.DefaultHttpMessage
 
equals(Object) - Method in class io.netty.handler.codec.http.DefaultHttpObject
 
equals(Object) - Method in class io.netty.handler.codec.http.DefaultHttpRequest
 
equals(Object) - Method in class io.netty.handler.codec.http.DefaultHttpResponse
 
EQUALS - 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.http.multipart.MixedAttribute
 
equals(Object) - Method in class io.netty.handler.codec.http.multipart.MixedFileUpload
 
equals(Object) - Method in class io.netty.handler.codec.http2.Http2Flags
 
equals(Object) - Method in class io.netty.handler.codec.socksx.v4.Socks4CommandStatus
 
equals(Object) - Method in class io.netty.handler.codec.socksx.v4.Socks4CommandType
 
equals(Object) - Method in class io.netty.handler.codec.socksx.v5.Socks5AddressType
 
equals(Object) - Method in class io.netty.handler.codec.socksx.v5.Socks5AuthMethod
 
equals(Object) - Method in class io.netty.handler.codec.socksx.v5.Socks5CommandStatus
 
equals(Object) - Method in class io.netty.handler.codec.socksx.v5.Socks5CommandType
 
equals(Object) - Method in class io.netty.handler.codec.socksx.v5.Socks5PasswordAuthStatus
 
equals(Object) - Method in class io.netty.handler.codec.spdy.SpdySessionStatus
 
equals(Object) - Method in class io.netty.handler.codec.spdy.SpdyStreamStatus
 
equals(Object) - Method in class io.netty.util.AbstractConstant
 
equals(Object) - Method in class io.netty.util.collection.IntObjectHashMap
 
equals(Object) - Method in error io.netty.util.Signal
 
equalsIgnoreCase(CharSequence, CharSequence) - Static method in class io.netty.handler.codec.AsciiString
Returns true if both CharSequence's are equals when ignore the case.
equalsIgnoreCase(CharSequence) - Method in class io.netty.handler.codec.AsciiString
Compares the specified string to this string ignoring the case of the characters and returns true if they are equal.
error() - Method in exception io.netty.handler.codec.http2.Http2Exception
 
error(Throwable) - Method in interface io.netty.handler.codec.http2.Http2RemoteFlowController.FlowControlled
Signal an error and release any retained buffers.
ETAG - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
"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.
eventLoop() - Method in class io.netty.channel.AbstractChannel
 
eventLoop() - Method in interface io.netty.channel.Channel
Return the EventLoop this Channel was registered too.
EventLoop - Interface in io.netty.channel
Will handle all the I/O operations for a Channel once registered.
EventLoopException - Exception in io.netty.channel
Special ChannelException which will be thrown by EventLoop and EventLoopGroup implementations when an error occurs.
EventLoopException() - Constructor for exception io.netty.channel.EventLoopException
 
EventLoopException(String, 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
Gets called if a Throwable was thrown.
exceptionCaught(ChannelHandlerContext, Throwable) - Method in class io.netty.channel.ChannelHandlerAdapter
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.http2.Http2ConnectionHandler
Handles Http2Exception objects that were thrown from other handlers.
exceptionCaught(ChannelHandlerContext, Throwable) - Method in class io.netty.handler.codec.marshalling.CompatibleMarshallingDecoder
 
exceptionCaught(ChannelHandlerContext, Throwable) - Method in class io.netty.handler.codec.spdy.SpdySessionHandler
 
exceptionCaught(ChannelHandlerContext, Throwable) - Method in class io.netty.handler.logging.LoggingHandler
 
exceptionCaught(ChannelHandlerContext, Throwable) - Method in class io.netty.handler.proxy.ProxyHandler
 
exceptionCaught(ChannelHandlerContext, Throwable) - Method in class io.netty.handler.ssl.SslHandler
 
exceptionMessage(String) - Method in class io.netty.handler.proxy.ProxyHandler
Decorates the specified exception message with the common information such as the current protocol, authentication scheme, proxy address, and destination address.
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.ThreadPerTaskExecutor
 
executor() - Method in interface io.netty.channel.ChannelHandlerContext
Returns the EventExecutor which is used to execute an arbitrary task.
executor() - Method in interface io.netty.channel.ChannelHandlerInvoker
Returns the EventExecutor which is used to execute an arbitrary task.
executor() - Method in class io.netty.channel.DefaultChannelHandlerInvoker
 
executor() - Method in class io.netty.channel.DefaultChannelProgressivePromise
 
executor() - Method in class io.netty.channel.DefaultChannelPromise
 
executor() - Method in class io.netty.resolver.dns.DnsNameResolver
 
executor() - Method in class io.netty.resolver.SimpleNameResolver
Returns the EventExecutor which is used to notify the listeners of the Future returned by SimpleNameResolver.resolve(SocketAddress).
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
 
executorCount() - Method in class io.netty.util.concurrent.MultithreadEventExecutorGroup
Return the number of EventExecutor this implementation uses.
ExecutorServiceFactory - Interface in io.netty.util.concurrent
An object that creates new ExecutorService on demand.
exists(String) - Static method in class io.netty.channel.ChannelOption
Returns true if a ChannelOption exists for the given name.
exists(String) - Static method in class io.netty.util.AttributeKey
Returns true if a AttributeKey exists for the given name.
exists(String) - Method in class io.netty.util.ConstantPool
Returns true if a AttributeKey exists for the given name.
EXPECT - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
"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
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.HttpHeaderNames
"expires"
EXPIRES - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderNames
"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.
extractExtensions(String) - Static method in class io.netty.handler.codec.http.websocketx.extensions.WebSocketExtensionUtil
 
extractFrame(ChannelHandlerContext, ByteBuf, int, int) - Method in class io.netty.handler.codec.LengthFieldBasedFrameDecoder
Extract the sub-region of the specified buffer.
extractFrame(ChannelHandlerContext, ByteBuf, int, int) - Method in class io.netty.handler.codec.marshalling.MarshallingDecoder
 
extractFrame(ChannelHandlerContext, ByteBuf, int, int) - Method in class io.netty.handler.codec.serialization.ObjectDecoder
 
extractObject(ChannelHandlerContext, ByteBuf, int, int) - Method in class io.netty.handler.codec.json.JsonObjectDecoder
Override this method if you want to filter the json objects/arrays that get passed through the pipeline.
extras() - Method in class io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage
 
extras() - Method in interface io.netty.handler.codec.memcache.binary.BinaryMemcacheMessage
Returns a ByteBuf representation of the optional extras.
extrasLength() - Method in class io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage
 
extrasLength() - Method in interface io.netty.handler.codec.memcache.binary.BinaryMemcacheMessage
Return the extras length of the message.

F

fackets() - Method in class io.netty.channel.epoll.EpollTcpInfo
 
failAndThrow(ChannelPromise, T) - Static method in class io.netty.handler.codec.http2.Http2CodecUtil
Fails the given promise with the cause and then re-throws the cause.
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
 
FAILURE - Static variable in class io.netty.handler.codec.socksx.v5.Socks5CommandStatus
 
FAILURE - Static variable in class io.netty.handler.codec.socksx.v5.Socks5PasswordAuthStatus
 
FastLzFrameDecoder - Class in io.netty.handler.codec.compression
Uncompresses a ByteBuf encoded by FastLzFrameEncoder using the FastLZ algorithm.
FastLzFrameDecoder() - Constructor for class io.netty.handler.codec.compression.FastLzFrameDecoder
Creates the fastest FastLZ decoder without checksum calculation.
FastLzFrameDecoder(boolean) - Constructor for class io.netty.handler.codec.compression.FastLzFrameDecoder
Creates a FastLZ decoder with calculation of checksums as specified.
FastLzFrameDecoder(Checksum) - Constructor for class io.netty.handler.codec.compression.FastLzFrameDecoder
Creates a FastLZ decoder with specified checksum calculator.
FastLzFrameEncoder - Class in io.netty.handler.codec.compression
Compresses a ByteBuf using the FastLZ algorithm.
FastLzFrameEncoder() - Constructor for class io.netty.handler.codec.compression.FastLzFrameEncoder
Creates a FastLZ encoder without checksum calculator and with auto detection of compression level.
FastLzFrameEncoder(int) - Constructor for class io.netty.handler.codec.compression.FastLzFrameEncoder
Creates a FastLZ encoder with specified compression level and without checksum calculator.
FastLzFrameEncoder(boolean) - Constructor for class io.netty.handler.codec.compression.FastLzFrameEncoder
Creates a FastLZ encoder with auto detection of compression level and calculation of checksums as specified.
FastLzFrameEncoder(int, Checksum) - Constructor for class io.netty.handler.codec.compression.FastLzFrameEncoder
Creates a FastLZ encoder with specified compression level and checksum calculator.
FastThreadLocal<V> - Class in io.netty.util.concurrent
A special variant of ThreadLocal that yields higher access performance when accessed from a FastThreadLocalThread.
FastThreadLocal() - Constructor for class io.netty.util.concurrent.FastThreadLocal
 
FastThreadLocalAccess - Interface in io.netty.util.concurrent
Netty's Thread implementations implement this interface to provide fast access to FastThreadLocal variables.
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 - Static variable in class io.netty.handler.codec.http.HttpHeaderValues
FileDescriptor - Class in io.netty.channel.unix
Native FileDescriptor implementation which allows to wrap an int and provide a FileDescriptor for it.
FileDescriptor(int) - Constructor for class io.netty.channel.unix.FileDescriptor
 
FILENAME - Static variable in class io.netty.handler.codec.http.HttpHeaderValues
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
 
finalize() - Method in class io.netty.handler.ssl.OpenSslContext
 
finalize() - Method in class io.netty.handler.ssl.OpenSslEngine
 
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(ChannelId) - Method in interface io.netty.channel.group.ChannelGroup
Returns the Channel which has the specified ChannelId.
find(Channel) - Method in interface io.netty.channel.group.ChannelGroupFuture
Returns the ChannelFuture of the individual I/O operation which is associated with the specified Channel.
find(ChannelId) - Method in class io.netty.channel.group.DefaultChannelGroup
 
FIND_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.
finishAggregation(FullHttpMessage) - Method in class io.netty.handler.codec.http.HttpObjectAggregator
 
finishAggregation(O) - Method in class io.netty.handler.codec.MessageAggregator
Invoked when the specified aggregated message is about to be passed to the next handler in the pipeline.
finishConnect() - Method in class io.netty.channel.nio.AbstractNioChannel.AbstractNioUnsafe
 
finishConnect() - Method in interface io.netty.channel.nio.AbstractNioChannel.NioUnsafe
Finish connect
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.
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.
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(ChannelHandlerContext, FullHttpMessage, int) - Method in class io.netty.handler.codec.http2.InboundHttp2ToHttpAdapter
Set final headers and fire a channel read event
fireChannelRead(ChannelHandlerContext, FullHttpMessage, int) - Method in class io.netty.handler.codec.http2.InboundHttp2ToHttpPriorityAdapter
 
fireChannelReadComplete() - Method in interface io.netty.channel.ChannelHandlerContext
fireChannelReadComplete() - Method in interface io.netty.channel.ChannelPipeline
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.
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.
fireChannelWritabilityChanged() - Method in interface io.netty.channel.ChannelHandlerContext
fireChannelWritabilityChanged() - Method in interface io.netty.channel.ChannelPipeline
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.
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.
first() - Method in interface io.netty.channel.ChannelPipeline
Returns the first ChannelHandler in this pipeline.
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.
fixedHeader() - Method in class io.netty.handler.codec.mqtt.MqttMessage
 
FixedLengthFrameDecoder - Class in io.netty.handler.codec
A decoder that splits the received ByteBufs by the fixed number of bytes.
FixedLengthFrameDecoder(int) - Constructor for class io.netty.handler.codec.FixedLengthFrameDecoder
Creates a new instance.
FixedRecvByteBufAllocator - Class in io.netty.channel
The RecvByteBufAllocator that always yields the same buffer size prediction.
FixedRecvByteBufAllocator(int) - Constructor for class io.netty.channel.FixedRecvByteBufAllocator
Creates a new predictor that always returns the same prediction of the specified buffer size.
FLOW_CONTROL_ERROR - Static variable in class io.netty.handler.codec.spdy.SpdyStreamStatus
7 Flow Control Error
flowController() - Method in class io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder
 
flowController() - Method in class io.netty.handler.codec.http2.DefaultHttp2ConnectionEncoder
 
flowController() - Method in interface io.netty.handler.codec.http2.Http2Connection.Endpoint
Gets the flow controller for this endpoint.
flowController(F) - Method in interface io.netty.handler.codec.http2.Http2Connection.Endpoint
Sets the flow controller for this endpoint.
flowController() - Method in interface io.netty.handler.codec.http2.Http2ConnectionDecoder
Provides the local flow controller for managing inbound traffic.
flowController() - Method in interface io.netty.handler.codec.http2.Http2ConnectionEncoder
Provides the remote flow controller for managing outbound traffic.
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 interface io.netty.channel.ChannelHandler
Called once a flush operation is made.
flush(ChannelHandlerContext) - Method in class io.netty.channel.ChannelHandlerAdapter
Calls ChannelHandlerContext.flush() to forward to the next ChannelHandler in the ChannelPipeline.
flush() - Method in interface io.netty.channel.ChannelHandlerContext
Request to flush all pending messages via this ChannelOutboundInvoker.
flush() - Method in interface io.netty.channel.ChannelPipeline
Request to flush all pending messages.
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 - Static variable in class io.netty.handler.codec.memcache.binary.BinaryMemcacheOpcodes
 
flush() - Method in class io.netty.handler.codec.serialization.ObjectEncoderOutputStream
 
flush(ChannelHandlerContext) - Method in class io.netty.handler.logging.LoggingHandler
 
flush(ChannelHandlerContext) - Method in class io.netty.handler.proxy.ProxyHandler
 
flush(ChannelHandlerContext) - Method in class io.netty.handler.ssl.SslHandler
 
flush(ChannelHandlerContext) - Method in class io.netty.handler.stream.ChunkedWriteHandler
 
flush0() - Method in class io.netty.channel.AbstractChannel.AbstractUnsafe
 
flush0() - Method in class io.netty.channel.nio.AbstractNioChannel.AbstractNioUnsafe
 
flushCheckpoint() - Method in class io.netty.channel.DefaultChannelProgressivePromise
 
flushCheckpoint(long) - Method in class io.netty.channel.DefaultChannelProgressivePromise
 
flushCheckpoint() - Method in class io.netty.channel.DefaultChannelPromise
 
flushCheckpoint(long) - Method in class io.netty.channel.DefaultChannelPromise
 
FLUSHQ - Static variable in class io.netty.handler.codec.memcache.binary.BinaryMemcacheOpcodes
 
FORBIDDEN - Static variable in class io.netty.handler.codec.http.HttpResponseStatus
403 Forbidden
FORBIDDEN - Static variable in class io.netty.handler.codec.rtsp.RtspResponseStatuses
403 Forbidden
FORBIDDEN - Static variable in class io.netty.handler.codec.socksx.v5.Socks5CommandStatus
 
forceFlush() - Method in class io.netty.channel.nio.AbstractNioChannel.AbstractNioUnsafe
 
forceFlush() - Method in interface io.netty.channel.nio.AbstractNioChannel.NioUnsafe
 
forEachByte(ByteBufProcessor) - Method in class io.netty.buffer.AbstractByteBuf
 
forEachByte(int, int, ByteBufProcessor) - Method in class io.netty.buffer.AbstractByteBuf
 
forEachByte(ByteBufProcessor) - Method in class io.netty.buffer.ByteBuf
Iterates over the readable bytes of this buffer with the specified processor in ascending order.
forEachByte(int, int, ByteBufProcessor) - Method in class io.netty.buffer.ByteBuf
Iterates over the specified area of this buffer with the specified processor in ascending order.
forEachByte(int, int, ByteBufProcessor) - Method in class io.netty.buffer.DuplicatedByteBuf
 
forEachByte(ByteBufProcessor) - Method in class io.netty.buffer.EmptyByteBuf
 
forEachByte(int, int, ByteBufProcessor) - Method in class io.netty.buffer.EmptyByteBuf
 
forEachByte(int, int, ByteBufProcessor) - Method in class io.netty.buffer.ReadOnlyByteBuf
 
forEachByte(int, int, ByteBufProcessor) - Method in class io.netty.buffer.SlicedByteBuf
 
forEachByte(ByteBufProcessor) - Method in class io.netty.buffer.SwappedByteBuf
 
forEachByte(int, int, ByteBufProcessor) - Method in class io.netty.buffer.SwappedByteBuf
 
forEachByte(ByteBufProcessor) - Method in class io.netty.buffer.WrappedByteBuf
 
forEachByte(int, int, ByteBufProcessor) - Method in class io.netty.buffer.WrappedByteBuf
 
forEachByteDesc(ByteBufProcessor) - Method in class io.netty.buffer.AbstractByteBuf
 
forEachByteDesc(int, int, ByteBufProcessor) - Method in class io.netty.buffer.AbstractByteBuf
 
forEachByteDesc(ByteBufProcessor) - Method in class io.netty.buffer.ByteBuf
Iterates over the readable bytes of this buffer with the specified processor in descending order.
forEachByteDesc(int, int, ByteBufProcessor) - Method in class io.netty.buffer.ByteBuf
Iterates over the specified area of this buffer with the specified processor in descending order.
forEachByteDesc(int, int, ByteBufProcessor) - Method in class io.netty.buffer.DuplicatedByteBuf
 
forEachByteDesc(ByteBufProcessor) - Method in class io.netty.buffer.EmptyByteBuf
 
forEachByteDesc(int, int, ByteBufProcessor) - Method in class io.netty.buffer.EmptyByteBuf
 
forEachByteDesc(int, int, ByteBufProcessor) - Method in class io.netty.buffer.ReadOnlyByteBuf
 
forEachByteDesc(int, int, ByteBufProcessor) - Method in class io.netty.buffer.SlicedByteBuf
 
forEachByteDesc(ByteBufProcessor) - Method in class io.netty.buffer.SwappedByteBuf
 
forEachByteDesc(int, int, ByteBufProcessor) - Method in class io.netty.buffer.SwappedByteBuf
 
forEachByteDesc(ByteBufProcessor) - Method in class io.netty.buffer.WrappedByteBuf
 
forEachByteDesc(int, int, ByteBufProcessor) - Method in class io.netty.buffer.WrappedByteBuf
 
forEachEntry(Headers.EntryVisitor<T>) - Method in class io.netty.handler.codec.DefaultHeaders
 
forEachEntry(Headers.EntryVisitor<T>) - Method in class io.netty.handler.codec.EmptyHeaders
 
forEachEntry(Headers.EntryVisitor<T>) - Method in interface io.netty.handler.codec.Headers
Provide a means of iterating over elements in this map with low GC
forEachFlushedMessage(ChannelOutboundBuffer.MessageProcessor) - Method in class io.netty.channel.ChannelOutboundBuffer
Call ChannelOutboundBuffer.MessageProcessor.processMessage(Object) for each flushed message in this ChannelOutboundBuffer until ChannelOutboundBuffer.MessageProcessor.processMessage(Object) returns false or there are no more flushed messages to process.
forEachName(Headers.NameVisitor<T>) - Method in class io.netty.handler.codec.DefaultHeaders
 
forEachName(Headers.NameVisitor<T>) - Method in class io.netty.handler.codec.EmptyHeaders
 
forEachName(Headers.NameVisitor<T>) - Method in interface io.netty.handler.codec.Headers
Provide a means of iterating over elements in this map with low GC
FORM_DATA - Static variable in class io.netty.handler.codec.http.HttpHeaderValues
format(ChannelHandlerContext, String) - Method in class io.netty.handler.logging.LoggingHandler
Formats an event and returns the formatted message.
format(ChannelHandlerContext, String, Object) - Method in class io.netty.handler.logging.LoggingHandler
Formats an event and returns the formatted message.
format(ChannelHandlerContext, String, Object, Object) - Method in class io.netty.handler.logging.LoggingHandler
Formats an event and returns the formatted message.
FORMERROR - Static variable in class io.netty.handler.codec.dns.DnsResponseCode
ID 1, format error
FOUND - Static variable in class io.netty.handler.codec.http.HttpResponseStatus
302 Found
FRAME_HEADER_LENGTH - Static variable in class io.netty.handler.codec.http2.Http2CodecUtil
 
FRAME_TOO_LARGE - Static variable in class io.netty.handler.codec.spdy.SpdyStreamStatus
11 Frame Too Large
frameReader(Http2FrameReader) - Method in class io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder.Builder
 
frameReader(Http2FrameReader) - Method in interface io.netty.handler.codec.http2.Http2ConnectionDecoder.Builder
Sets the Http2FrameReader to be used when building the decoder.
frameSizePolicy() - Method in class io.netty.handler.codec.http2.DefaultHttp2FrameReader
 
frameSizePolicy() - Method in class io.netty.handler.codec.http2.DefaultHttp2FrameWriter
 
frameSizePolicy() - Method in interface io.netty.handler.codec.http2.Http2FrameReader.Configuration
frameSizePolicy() - Method in interface io.netty.handler.codec.http2.Http2FrameWriter.Configuration
frameWriter - Variable in class io.netty.handler.codec.http2.DefaultHttp2ConnectionEncoder.Builder
 
frameWriter(Http2FrameWriter) - Method in class io.netty.handler.codec.http2.DefaultHttp2ConnectionEncoder.Builder
 
frameWriter() - Method in class io.netty.handler.codec.http2.DefaultHttp2ConnectionEncoder
 
frameWriter(Http2FrameWriter) - Method in interface io.netty.handler.codec.http2.Http2ConnectionEncoder.Builder
Sets the Http2FrameWriter to be used when building the encoder.
frameWriter() - Method in interface io.netty.handler.codec.http2.Http2ConnectionEncoder
Provides direct access to the underlying frame writer object.
frameWriter() - Method in class io.netty.handler.codec.http2.Http2ConnectionHandler
 
freeDirect(ByteBuffer) - Method in class io.netty.buffer.UnpooledDirectByteBuf
Free a direct ByteBuffer
freeDirect(ByteBuffer) - Method in class io.netty.buffer.UnpooledUnsafeDirectByteBuf
Free a direct ByteBuffer
FROM - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
"from"
from(int) - Static method in class io.netty.handler.codec.mqtt.MqttMessageIdVariableHeader
 
FROM - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderNames
"from"
fromProtocolNameAndLevel(String, byte) - Static method in enum io.netty.handler.codec.mqtt.MqttVersion
 
FullBinaryMemcacheRequest - Interface in io.netty.handler.codec.memcache.binary
A BinaryMemcacheRequest that also includes the content.
FullBinaryMemcacheResponse - Interface in io.netty.handler.codec.memcache.binary
A BinaryMemcacheResponse that also includes the content.
FullHttpMessage - Interface in io.netty.handler.codec.http
Combines HttpMessage and LastHttpContent into one message.
FullHttpRequest - Interface in io.netty.handler.codec.http
Combinate the HttpRequest and FullHttpMessage, so the request is a complete HTTP request.
FullHttpResponse - Interface in io.netty.handler.codec.http
Combination of a HttpResponse and FullHttpMessage.
FullMemcacheMessage - Interface in io.netty.handler.codec.memcache
Combines MemcacheMessage and LastMemcacheContent into one message.
Future<V> - Interface in io.netty.util.concurrent
The result of an asynchronous operation.
FutureListener<V> - Interface in io.netty.util.concurrent
A subtype of GenericFutureListener that hides type parameter for convenience.

G

GAT - Static variable in class io.netty.handler.codec.memcache.binary.BinaryMemcacheOpcodes
 
GATEWAY_TIMEOUT - Static variable in class io.netty.handler.codec.http.HttpResponseStatus
504 Gateway Timeout
GATEWAY_TIMEOUT - Static variable in class io.netty.handler.codec.rtsp.RtspResponseStatuses
504 Gateway Timeout
GATK - Static variable in class io.netty.handler.codec.memcache.binary.BinaryMemcacheOpcodes
 
GATKQ - Static variable in class io.netty.handler.codec.memcache.binary.BinaryMemcacheOpcodes
 
GATQ - Static variable in class io.netty.handler.codec.memcache.binary.BinaryMemcacheOpcodes
 
generateHashCode(T) - Method in interface io.netty.handler.codec.DefaultHeaders.HashCodeGenerator
Obtain the hash code for the given name
generateKeySpec(char[], byte[]) - Static method in class io.netty.handler.ssl.SslContext
Generates a key specification for an (encrypted) private key.
GenericFutureListener<F extends Future<?>> - Interface in io.netty.util.concurrent
Listens to the result of a Future.
GenericProgressiveFutureListener<F extends ProgressiveFuture<?>> - Interface in io.netty.util.concurrent
 
get(String) - Method in interface io.netty.channel.ChannelPipeline
Returns the ChannelHandler with the specified name in this pipeline.
get(Class<T>) - Method in interface io.netty.channel.ChannelPipeline
Returns the ChannelHandler of the specified type in this pipeline.
get(T) - Method in class io.netty.handler.codec.DefaultHeaders
 
get(T, T) - Method in class io.netty.handler.codec.DefaultHeaders
 
get(T) - Method in class io.netty.handler.codec.EmptyHeaders
 
get(T, T) - Method in class io.netty.handler.codec.EmptyHeaders
 
get(T) - Method in interface io.netty.handler.codec.Headers
Returns the value of a header with the specified name.
get(T, T) - Method in interface io.netty.handler.codec.Headers
Returns the value of a header with the specified name.
GET - Static variable in class io.netty.handler.codec.http.HttpMethod
The GET method means retrieve whatever information (in the form of an entity) is identified by the Request-URI.
get() - Method in class io.netty.handler.codec.http.multipart.AbstractDiskHttpData
 
get() - Method in class io.netty.handler.codec.http.multipart.AbstractMemoryHttpData
 
get() - Method in interface io.netty.handler.codec.http.multipart.HttpData
Returns the contents of the file item as an array of bytes.
get() - Method in class io.netty.handler.codec.http.multipart.MixedAttribute
 
get() - Method in class io.netty.handler.codec.http.multipart.MixedFileUpload
 
GET - Static variable in class io.netty.handler.codec.memcache.binary.BinaryMemcacheOpcodes
 
get() - Method in interface io.netty.util.Attribute
Returns the current value, which may be null
get(int) - Method in class io.netty.util.collection.IntObjectHashMap
 
get(int) - Method in interface io.netty.util.collection.IntObjectMap
Gets the value in the map with the specified key.
get() - Method in class io.netty.util.concurrent.AbstractFuture
 
get(long, TimeUnit) - Method in class io.netty.util.concurrent.AbstractFuture
 
get() - Method in class io.netty.util.concurrent.FastThreadLocal
Returns the current value for the current thread
get(InternalThreadLocalMap) - Method in class io.netty.util.concurrent.FastThreadLocal
Returns the current value for the specified thread local map.
get() - Method in class io.netty.util.Recycler
 
GET_PARAMETER - Static variable in class io.netty.handler.codec.rtsp.RtspMethods
The GET_PARAMETER request retrieves the value of a parameter of a presentation or stream specified in the URI.
getAll(T) - Method in class io.netty.handler.codec.DefaultHeaders
 
getAll(T) - Method in class io.netty.handler.codec.EmptyHeaders
 
getAll(T) - Method in interface io.netty.handler.codec.Headers
Returns the values of headers with the specified name
getAllAndConvert(UnconvertedType) - Method in interface io.netty.handler.codec.ConvertibleHeaders
Invokes Headers.getAll(Object) and does a conversion on the results if not null
getAllAndConvert(UnconvertedType) - Method in class io.netty.handler.codec.DefaultConvertibleHeaders
 
getAllAndConvert(UnconvertedType) - Method in class io.netty.handler.codec.EmptyConvertibleHeaders
 
getAllAndRemove(T) - Method in class io.netty.handler.codec.DefaultHeaders
 
getAllAndRemove(T) - Method in class io.netty.handler.codec.EmptyHeaders
 
getAllAndRemove(T) - Method in interface io.netty.handler.codec.Headers
Returns and Removes the values of headers with the specified name
getAllAndRemoveAndConvert(UnconvertedType) - Method in interface io.netty.handler.codec.ConvertibleHeaders
Invokes Headers.getAllAndRemove(Object) and does a conversion on the results if not null
getAllAndRemoveAndConvert(UnconvertedType) - Method in class io.netty.handler.codec.DefaultConvertibleHeaders
 
getAllAndRemoveAndConvert(UnconvertedType) - Method in class io.netty.handler.codec.EmptyConvertibleHeaders
 
getAllIdleTimeInMillis() - Method in class io.netty.handler.timeout.IdleStateHandler
Return the allIdleTime that was given when instance this class in milliseconds.
getAllocator() - Method in interface io.netty.channel.ChannelConfig
Returns ByteBufAllocator which is used for the channel to allocate buffers.
getAllocator() - Method in class io.netty.channel.DefaultChannelConfig
 
getAndConvert(UnconvertedType) - Method in interface io.netty.handler.codec.ConvertibleHeaders
Invokes Headers.get(Object) and does a conversion on the results if not null
getAndConvert(UnconvertedType, ConvertedType) - Method in interface io.netty.handler.codec.ConvertibleHeaders
Invokes Headers.get(Object, Object) and does a conversion on the results if not null
getAndConvert(UnconvertedType) - Method in class io.netty.handler.codec.DefaultConvertibleHeaders
 
getAndConvert(UnconvertedType, ConvertedType) - Method in class io.netty.handler.codec.DefaultConvertibleHeaders
 
getAndConvert(UnconvertedType) - Method in class io.netty.handler.codec.EmptyConvertibleHeaders
 
getAndConvert(UnconvertedType, ConvertedType) - Method in class io.netty.handler.codec.EmptyConvertibleHeaders
 
getAndRemove(T) - Method in class io.netty.handler.codec.DefaultHeaders
 
getAndRemove(T, T) - Method in class io.netty.handler.codec.DefaultHeaders
 
getAndRemove(T) - Method in class io.netty.handler.codec.EmptyHeaders
 
getAndRemove(T, T) - Method in class io.netty.handler.codec.EmptyHeaders
 
getAndRemove(T) - Method in interface io.netty.handler.codec.Headers
Returns and removes the value of a header with the specified name.
getAndRemove(T, T) - Method in interface io.netty.handler.codec.Headers
Returns and removes the value of a header with the specified name.
getAndRemove() - Method in interface io.netty.util.Attribute
Removes this attribute from the AttributeMap and returns the old value..
getAndRemoveAndConvert(UnconvertedType) - Method in interface io.netty.handler.codec.ConvertibleHeaders
Invokes Headers.getAndRemove(Object) and does a conversion on the results if not null
getAndRemoveAndConvert(UnconvertedType, ConvertedType) - Method in interface io.netty.handler.codec.ConvertibleHeaders
Invokes Headers.getAndRemove(Object, Object) and does a conversion on the results if not null
getAndRemoveAndConvert(UnconvertedType) - Method in class io.netty.handler.codec.DefaultConvertibleHeaders
 
getAndRemoveAndConvert(UnconvertedType, ConvertedType) - Method in class io.netty.handler.codec.DefaultConvertibleHeaders
 
getAndRemoveAndConvert(UnconvertedType) - Method in class io.netty.handler.codec.EmptyConvertibleHeaders
 
getAndRemoveAndConvert(UnconvertedType, ConvertedType) - Method in class io.netty.handler.codec.EmptyConvertibleHeaders
 
getAndSet(T) - Method in interface io.netty.util.Attribute
Atomically sets to the given value and returns the old value which may be null if non was set before.
getBacklog() - Method in class io.netty.channel.epoll.EpollServerChannelConfig
 
getBacklog() - Method in class io.netty.channel.sctp.DefaultSctpServerChannelConfig
 
getBacklog() - Method in interface io.netty.channel.sctp.SctpServerChannelConfig
Gets the backlog value to specify when the channel binds to a local address.
getBacklog() - Method in class io.netty.channel.socket.DefaultServerSocketChannelConfig
 
getBacklog() - Method in interface io.netty.channel.socket.ServerSocketChannelConfig
Gets the backlog value to specify when the channel binds to a local address.
getBacklog() - Method in class io.netty.channel.udt.DefaultUdtServerChannelConfig
 
getBacklog() - Method in interface io.netty.channel.udt.UdtServerChannelConfig
Gets KindUDT.ACCEPTOR channel backlog via ChannelOption.SO_BACKLOG.
getBaseDirectory() - Method in class io.netty.handler.codec.http.multipart.AbstractDiskHttpData
 
getBaseDirectory() - Method in class io.netty.handler.codec.http.multipart.DiskAttribute
 
getBaseDirectory() - Method in class io.netty.handler.codec.http.multipart.DiskFileUpload
 
getBaudrate() - Method in interface io.netty.channel.rxtx.RxtxChannelConfig
 
getBodyHttpData(String) - Method in class io.netty.handler.codec.http.multipart.HttpPostMultipartRequestDecoder
This getMethod returns the first InterfaceHttpData with the given name from body.
getBodyHttpData(String) - Method in class io.netty.handler.codec.http.multipart.HttpPostRequestDecoder
 
getBodyHttpData(String) - Method in class io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder
This getMethod returns the first InterfaceHttpData with the given name from body.
getBodyHttpData(String) - Method in interface io.netty.handler.codec.http.multipart.InterfaceHttpPostRequestDecoder
This getMethod returns the first InterfaceHttpData with the given name from body.
getBodyHttpDatas() - Method in class io.netty.handler.codec.http.multipart.HttpPostMultipartRequestDecoder
This getMethod returns a List of all HttpDatas from body.
getBodyHttpDatas(String) - Method in class io.netty.handler.codec.http.multipart.HttpPostMultipartRequestDecoder
This getMethod returns a List of all HttpDatas with the given name from body.
getBodyHttpDatas() - Method in class io.netty.handler.codec.http.multipart.HttpPostRequestDecoder
 
getBodyHttpDatas(String) - Method in class io.netty.handler.codec.http.multipart.HttpPostRequestDecoder
 
getBodyHttpDatas() - Method in class io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder
This getMethod returns a List of all HttpDatas from body.
getBodyHttpDatas(String) - Method in class io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder
This getMethod returns a List of all HttpDatas with the given name from body.
getBodyHttpDatas() - Method in interface io.netty.handler.codec.http.multipart.InterfaceHttpPostRequestDecoder
This getMethod returns a List of all HttpDatas from body.
getBodyHttpDatas(String) - Method in interface io.netty.handler.codec.http.multipart.InterfaceHttpPostRequestDecoder
This getMethod returns a List of all HttpDatas with the given name from body.
getBodyListAttributes() - Method in class io.netty.handler.codec.http.multipart.HttpPostRequestEncoder
This getMethod returns a List of all InterfaceHttpData from body part.
getBoolean(int) - Method in class io.netty.buffer.AbstractByteBuf
 
getBoolean(int) - Method in class io.netty.buffer.ByteBuf
Gets a boolean at the specified absolute (@code index) in this buffer.
getBoolean(int) - Method in class io.netty.buffer.EmptyByteBuf
 
getBoolean(int) - Method in class io.netty.buffer.SwappedByteBuf
 
getBoolean(int) - Method in class io.netty.buffer.WrappedByteBuf
 
getBoolean(T) - Method in class io.netty.handler.codec.DefaultHeaders
 
getBoolean(T, boolean) - Method in class io.netty.handler.codec.DefaultHeaders
 
getBoolean(T) - Method in class io.netty.handler.codec.EmptyHeaders
 
getBoolean(T, boolean) - Method in class io.netty.handler.codec.EmptyHeaders
 
getBoolean(T) - Method in interface io.netty.handler.codec.Headers
Returns the boolean value of a header with the specified name.
getBoolean(T, boolean) - Method in interface io.netty.handler.codec.Headers
Returns the boolean value of a header with the specified name.
getBooleanAndRemove(T) - Method in class io.netty.handler.codec.DefaultHeaders
 
getBooleanAndRemove(T, boolean) - Method in class io.netty.handler.codec.DefaultHeaders
 
getBooleanAndRemove(T) - Method in class io.netty.handler.codec.EmptyHeaders
 
getBooleanAndRemove(T, boolean) - Method in class io.netty.handler.codec.EmptyHeaders
 
getBooleanAndRemove(T) - Method in interface io.netty.handler.codec.Headers
Returns and removes the boolean value of a header with the specified name.
getBooleanAndRemove(T, boolean) - Method in interface io.netty.handler.codec.Headers
Returns and removes the boolean value of a header with the specified name.
getByName(CharSequence) - Static method in class io.netty.util.NetUtil
Returns the Inet6Address representation of a CharSequence IP address.
getByName(CharSequence, boolean) - Static method in class io.netty.util.NetUtil
Returns the Inet6Address representation of a CharSequence IP address.
getByte(int) - Method in class io.netty.buffer.AbstractByteBuf
 
getByte(int) - Method in class io.netty.buffer.ByteBuf
Gets a byte at the specified absolute index in this buffer.
getByte(int) - Method in class io.netty.buffer.CompositeByteBuf
 
getByte(int) - Method in class io.netty.buffer.DuplicatedByteBuf
 
getByte(int) - Method in class io.netty.buffer.EmptyByteBuf
 
getByte(int) - Method in class io.netty.buffer.ReadOnlyByteBuf
 
getByte(int) - Method in class io.netty.buffer.SwappedByteBuf
 
getByte(int) - Method in class io.netty.buffer.UnpooledDirectByteBuf
 
getByte(int) - Method in class io.netty.buffer.UnpooledHeapByteBuf
 
getByte(int) - Method in class io.netty.buffer.WrappedByteBuf
 
getByte(T) - Method in class io.netty.handler.codec.DefaultHeaders
 
getByte(T, byte) - Method in class io.netty.handler.codec.DefaultHeaders
 
getByte(T) - Method in class io.netty.handler.codec.EmptyHeaders
 
getByte(T, byte) - Method in class io.netty.handler.codec.EmptyHeaders
 
getByte(T) - Method in interface io.netty.handler.codec.Headers
Returns the byte value of a header with the specified name.
getByte(T, byte) - Method in interface io.netty.handler.codec.Headers
Returns the byte value of a header with the specified name.
getByteAndRemove(T) - Method in class io.netty.handler.codec.DefaultHeaders
 
getByteAndRemove(T, byte) - Method in class io.netty.handler.codec.DefaultHeaders
 
getByteAndRemove(T) - Method in class io.netty.handler.codec.EmptyHeaders
 
getByteAndRemove(T, byte) - Method in class io.netty.handler.codec.EmptyHeaders
 
getByteAndRemove(T) - Method in interface io.netty.handler.codec.Headers
Returns and removes the byte value of a header with the specified name.
getByteAndRemove(T, byte) - Method in interface io.netty.handler.codec.Headers
Returns and removes the byte value of a header with the specified name.
getByteBuf() - Method in class io.netty.handler.codec.http.multipart.AbstractDiskHttpData
 
getByteBuf() - Method in class io.netty.handler.codec.http.multipart.AbstractMemoryHttpData
Utility to go from a In Memory FileUpload to a Disk (or another implementation) FileUpload
getByteBuf() - Method in interface io.netty.handler.codec.http.multipart.HttpData
Returns the content of the file item as a ByteBuf
getByteBuf() - Method in class io.netty.handler.codec.http.multipart.MixedAttribute
 
getByteBuf() - Method in class io.netty.handler.codec.http.multipart.MixedFileUpload
 
getBytes(int, byte[]) - Method in class io.netty.buffer.AbstractByteBuf
 
getBytes(int, ByteBuf) - Method in class io.netty.buffer.AbstractByteBuf
 
getBytes(int, ByteBuf, int) - Method in class io.netty.buffer.AbstractByteBuf
 
getBytes(int, ByteBuf) - Method in class io.netty.buffer.ByteBuf
Transfers this buffer's data to the specified destination starting at the specified absolute index until the destination becomes non-writable.
getBytes(int, ByteBuf, int) - Method in class io.netty.buffer.ByteBuf
Transfers this buffer's data to the specified destination starting at the specified absolute index.
getBytes(int, ByteBuf, int, int) - Method in class io.netty.buffer.ByteBuf
Transfers this buffer's data to the specified destination starting at the specified absolute index.
getBytes(int, byte[]) - Method in class io.netty.buffer.ByteBuf
Transfers this buffer's data to the specified destination starting at the specified absolute index.
getBytes(int, byte[], int, int) - Method in class io.netty.buffer.ByteBuf
Transfers this buffer's data to the specified destination starting at the specified absolute index.
getBytes(int, ByteBuffer) - Method in class io.netty.buffer.ByteBuf
Transfers this buffer's data to the specified destination starting at the specified absolute index until the destination's position reaches its limit.
getBytes(int, OutputStream, int) - Method in class io.netty.buffer.ByteBuf
Transfers this buffer's data to the specified stream starting at the specified absolute index.
getBytes(int, GatheringByteChannel, int) - Method in class io.netty.buffer.ByteBuf
Transfers this buffer's data to the specified channel starting at the specified absolute index.
getBytes(int, byte[], int, int) - Method in class io.netty.buffer.CompositeByteBuf
 
getBytes(int, ByteBuffer) - Method in class io.netty.buffer.CompositeByteBuf
 
getBytes(int, ByteBuf, int, int) - Method in class io.netty.buffer.CompositeByteBuf
 
getBytes(int, GatheringByteChannel, int) - Method in class io.netty.buffer.CompositeByteBuf
 
getBytes(int, OutputStream, int) - Method in class io.netty.buffer.CompositeByteBuf
 
getBytes(int, ByteBuf) - Method in class io.netty.buffer.CompositeByteBuf
 
getBytes(int, ByteBuf, int) - Method in class io.netty.buffer.CompositeByteBuf
 
getBytes(int, byte[]) - Method in class io.netty.buffer.CompositeByteBuf
 
getBytes(int, ByteBuf, int, int) - Method in class io.netty.buffer.DuplicatedByteBuf
 
getBytes(int, byte[], int, int) - Method in class io.netty.buffer.DuplicatedByteBuf
 
getBytes(int, ByteBuffer) - Method in class io.netty.buffer.DuplicatedByteBuf
 
getBytes(int, OutputStream, int) - Method in class io.netty.buffer.DuplicatedByteBuf
 
getBytes(int, GatheringByteChannel, int) - Method in class io.netty.buffer.DuplicatedByteBuf
 
getBytes(int, ByteBuf) - Method in class io.netty.buffer.EmptyByteBuf
 
getBytes(int, ByteBuf, int) - Method in class io.netty.buffer.EmptyByteBuf
 
getBytes(int, ByteBuf, int, int) - Method in class io.netty.buffer.EmptyByteBuf
 
getBytes(int, byte[]) - Method in class io.netty.buffer.EmptyByteBuf
 
getBytes(int, byte[], int, int) - Method in class io.netty.buffer.EmptyByteBuf
 
getBytes(int, ByteBuffer) - Method in class io.netty.buffer.EmptyByteBuf
 
getBytes(int, OutputStream, int) - Method in class io.netty.buffer.EmptyByteBuf
 
getBytes(int, GatheringByteChannel, int) - Method in class io.netty.buffer.EmptyByteBuf
 
getBytes(int, GatheringByteChannel, int) - Method in class io.netty.buffer.ReadOnlyByteBuf
 
getBytes(int, OutputStream, int) - Method in class io.netty.buffer.ReadOnlyByteBuf
 
getBytes(int, byte[], int, int) - Method in class io.netty.buffer.ReadOnlyByteBuf
 
getBytes(int, ByteBuf, int, int) - Method in class io.netty.buffer.ReadOnlyByteBuf
 
getBytes(int, ByteBuffer) - Method in class io.netty.buffer.ReadOnlyByteBuf
 
getBytes(int, ByteBuf, int, int) - Method in class io.netty.buffer.SlicedByteBuf
 
getBytes(int, byte[], int, int) - Method in class io.netty.buffer.SlicedByteBuf
 
getBytes(int, ByteBuffer) - Method in class io.netty.buffer.SlicedByteBuf
 
getBytes(int, OutputStream, int) - Method in class io.netty.buffer.SlicedByteBuf
 
getBytes(int, GatheringByteChannel, int) - Method in class io.netty.buffer.SlicedByteBuf
 
getBytes(int, ByteBuf) - Method in class io.netty.buffer.SwappedByteBuf
 
getBytes(int, ByteBuf, int) - Method in class io.netty.buffer.SwappedByteBuf
 
getBytes(int, ByteBuf, int, int) - Method in class io.netty.buffer.SwappedByteBuf
 
getBytes(int, byte[]) - Method in class io.netty.buffer.SwappedByteBuf
 
getBytes(int, byte[], int, int) - Method in class io.netty.buffer.SwappedByteBuf
 
getBytes(int, ByteBuffer) - Method in class io.netty.buffer.SwappedByteBuf
 
getBytes(int, OutputStream, int) - Method in class io.netty.buffer.SwappedByteBuf
 
getBytes(int, GatheringByteChannel, int) - Method in class io.netty.buffer.SwappedByteBuf
 
getBytes(int, ByteBuf, int, int) - Method in class io.netty.buffer.UnpooledDirectByteBuf
 
getBytes(int, byte[], int, int) - Method in class io.netty.buffer.UnpooledDirectByteBuf
 
getBytes(int, ByteBuffer) - Method in class io.netty.buffer.UnpooledDirectByteBuf
 
getBytes(int, OutputStream, int) - Method in class io.netty.buffer.UnpooledDirectByteBuf
 
getBytes(int, GatheringByteChannel, int) - Method in class io.netty.buffer.UnpooledDirectByteBuf
 
getBytes(int, ByteBuf, int, int) - Method in class io.netty.buffer.UnpooledHeapByteBuf
 
getBytes(int, byte[], int, int) - Method in class io.netty.buffer.UnpooledHeapByteBuf
 
getBytes(int, ByteBuffer) - Method in class io.netty.buffer.UnpooledHeapByteBuf
 
getBytes(int, OutputStream, int) - Method in class io.netty.buffer.UnpooledHeapByteBuf
 
getBytes(int, GatheringByteChannel, int) - Method in class io.netty.buffer.UnpooledHeapByteBuf
 
getBytes(int, ByteBuf, int, int) - Method in class io.netty.buffer.UnpooledUnsafeDirectByteBuf
 
getBytes(int, byte[], int, int) - Method in class io.netty.buffer.UnpooledUnsafeDirectByteBuf
 
getBytes(int, ByteBuffer) - Method in class io.netty.buffer.UnpooledUnsafeDirectByteBuf
 
getBytes(int, OutputStream, int) - Method in class io.netty.buffer.UnpooledUnsafeDirectByteBuf
 
getBytes(int, GatheringByteChannel, int) - Method in class io.netty.buffer.UnpooledUnsafeDirectByteBuf
 
getBytes(int, ByteBuf) - Method in class io.netty.buffer.WrappedByteBuf
 
getBytes(int, ByteBuf, int) - Method in class io.netty.buffer.WrappedByteBuf
 
getBytes(int, ByteBuf, int, int) - Method in class io.netty.buffer.WrappedByteBuf
 
getBytes(int, byte[]) - Method in class io.netty.buffer.WrappedByteBuf
 
getBytes(int, byte[], int, int) - Method in class io.netty.buffer.WrappedByteBuf
 
getBytes(int, ByteBuffer) - Method in class io.netty.buffer.WrappedByteBuf
 
getBytes(int, OutputStream, int) - Method in class io.netty.buffer.WrappedByteBuf
 
getBytes(int, GatheringByteChannel, int) - Method in class io.netty.buffer.WrappedByteBuf
 
getBytes(CharSequence, Charset) - Static method in class io.netty.handler.codec.AsciiString
 
getChar(int) - Method in class io.netty.buffer.AbstractByteBuf
 
getChar(int) - Method in class io.netty.buffer.ByteBuf
Gets a 2-byte UTF-16 character at the specified absolute index in this buffer.
getChar(int) - Method in class io.netty.buffer.EmptyByteBuf
 
getChar(int) - Method in class io.netty.buffer.SwappedByteBuf
 
getChar(int) - Method in class io.netty.buffer.WrappedByteBuf
 
getChar(T) - Method in class io.netty.handler.codec.DefaultHeaders
 
getChar(T, char) - Method in class io.netty.handler.codec.DefaultHeaders
 
getChar(T) - Method in class io.netty.handler.codec.EmptyHeaders
 
getChar(T, char) - Method in class io.netty.handler.codec.EmptyHeaders
 
getChar(T) - Method in interface io.netty.handler.codec.Headers
Returns the char value of a header with the specified name.
getChar(T, char) - Method in interface io.netty.handler.codec.Headers
Returns the char value of a header with the specified name.
getCharAndRemove(T) - Method in class io.netty.handler.codec.DefaultHeaders
 
getCharAndRemove(T, char) - Method in class io.netty.handler.codec.DefaultHeaders
 
getCharAndRemove(T) - Method in class io.netty.handler.codec.EmptyHeaders
 
getCharAndRemove(T, char) - Method in class io.netty.handler.codec.EmptyHeaders
 
getCharAndRemove(T) - Method in interface io.netty.handler.codec.Headers
Returns and removes the char value of a header with the specified name.
getCharAndRemove(T, char) - Method in interface io.netty.handler.codec.Headers
Returns and removes the char value of a header with the specified name.
getCharset() - Method in class io.netty.handler.codec.http.multipart.AbstractHttpData
 
getCharset() - Method in interface io.netty.handler.codec.http.multipart.HttpData
Returns the Charset passed by the browser or null if not defined.
getCharset() - Method in class io.netty.handler.codec.http.multipart.MixedAttribute
 
getCharset() - Method in class io.netty.handler.codec.http.multipart.MixedFileUpload
 
getCheckInterval() - Method in class io.netty.handler.traffic.AbstractTrafficShapingHandler
 
getChunk(int) - Method in class io.netty.handler.codec.http.multipart.AbstractDiskHttpData
 
getChunk(int) - Method in class io.netty.handler.codec.http.multipart.AbstractMemoryHttpData
 
getChunk(int) - Method in interface io.netty.handler.codec.http.multipart.HttpData
Returns a ChannelBuffer for the content from the current position with at most length read bytes, increasing the current position of the Bytes read.
getChunk(int) - Method in class io.netty.handler.codec.http.multipart.MixedAttribute
 
getChunk(int) - Method in class io.netty.handler.codec.http.multipart.MixedFileUpload
 
getCloseNotifyTimeoutMillis() - Method in class io.netty.handler.ssl.SslHandler
 
getConnectTimeoutMillis() - Method in interface io.netty.channel.ChannelConfig
Returns the connect timeout of the channel in milliseconds.
getConnectTimeoutMillis() - Method in class io.netty.channel.DefaultChannelConfig
 
getContentLength(HttpMessage) - Static method in class io.netty.handler.codec.http.HttpHeaderUtil
Returns the length of the content.
getContentLength(HttpMessage, long) - Static method in class io.netty.handler.codec.http.HttpHeaderUtil
Returns the length of the content.
getContentTransferEncoding() - Method in class io.netty.handler.codec.http.multipart.DiskFileUpload
 
getContentTransferEncoding() - Method in interface io.netty.handler.codec.http.multipart.FileUpload
Returns the Content-Transfer-Encoding
getContentTransferEncoding() - Method in class io.netty.handler.codec.http.multipart.MemoryFileUpload
 
getContentTransferEncoding() - Method in class io.netty.handler.codec.http.multipart.MixedFileUpload
 
getContentType() - Method in class io.netty.handler.codec.http.multipart.DiskFileUpload
 
getContentType() - Method in interface io.netty.handler.codec.http.multipart.FileUpload
Returns the content type passed by the browser or null if not defined.
getContentType() - Method in class io.netty.handler.codec.http.multipart.MemoryFileUpload
 
getContentType() - Method in class io.netty.handler.codec.http.multipart.MixedFileUpload
 
getDatabits() - Method in interface io.netty.channel.rxtx.RxtxChannelConfig
 
getDecoder(Charset) - Static method in class io.netty.util.CharsetUtil
Returns a cached thread-local CharsetDecoder for the specified charset.
getDelegatedTask() - Method in class io.netty.handler.ssl.OpenSslEngine
 
getDiscardThreshold() - Method in class io.netty.handler.codec.http.multipart.HttpPostMultipartRequestDecoder
Return the threshold in bytes after which read data in the buffer should be discarded.
getDiscardThreshold() - Method in class io.netty.handler.codec.http.multipart.HttpPostRequestDecoder
 
getDiscardThreshold() - Method in class io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder
Return the threshold in bytes after which read data in the buffer should be discarded.
getDiscardThreshold() - Method in interface io.netty.handler.codec.http.multipart.InterfaceHttpPostRequestDecoder
Return the threshold in bytes after which read data in the buffer should be discarded.
getDiskFilename() - Method in class io.netty.handler.codec.http.multipart.AbstractDiskHttpData
 
getDiskFilename() - Method in class io.netty.handler.codec.http.multipart.DiskAttribute
 
getDiskFilename() - Method in class io.netty.handler.codec.http.multipart.DiskFileUpload
 
getDouble(int) - Method in class io.netty.buffer.AbstractByteBuf
 
getDouble(int) - Method in class io.netty.buffer.ByteBuf
Gets a 64-bit floating point number at the specified absolute index in this buffer.
getDouble(int) - Method in class io.netty.buffer.EmptyByteBuf
 
getDouble(int) - Method in class io.netty.buffer.SwappedByteBuf
 
getDouble(int) - Method in class io.netty.buffer.WrappedByteBuf
 
getDouble(T) - Method in class io.netty.handler.codec.DefaultHeaders
 
getDouble(T, double) - Method in class io.netty.handler.codec.DefaultHeaders
 
getDouble(T) - Method in class io.netty.handler.codec.EmptyHeaders
 
getDouble(T, double) - Method in class io.netty.handler.codec.EmptyHeaders
 
getDouble(T) - Method in interface io.netty.handler.codec.Headers
Returns the double value of a header with the specified name.
getDouble(T, double) - Method in interface io.netty.handler.codec.Headers
Returns the double value of a header with the specified name.
getDoubleAndRemove(T) - Method in class io.netty.handler.codec.DefaultHeaders
 
getDoubleAndRemove(T, double) - Method in class io.netty.handler.codec.DefaultHeaders
 
getDoubleAndRemove(T) - Method in class io.netty.handler.codec.EmptyHeaders
 
getDoubleAndRemove(T, double) - Method in class io.netty.handler.codec.EmptyHeaders
 
getDoubleAndRemove(T) - Method in interface io.netty.handler.codec.Headers
Returns and removes the double value of a header with the specified name.
getDoubleAndRemove(T, double) - Method in interface io.netty.handler.codec.Headers
Returns and removes the double value of a header with the specified name.
getEmbeddedHttp2Exception(Throwable) - Static method in class io.netty.handler.codec.http2.Http2CodecUtil
Iteratively looks through the causaility chain for the given exception and returns the first Http2Exception or null if none.
getEnabledCipherSuites() - Method in class io.netty.handler.ssl.OpenSslEngine
 
getEnabledProtocols() - Method in class io.netty.handler.ssl.OpenSslEngine
 
getEnableSessionCreation() - Method in class io.netty.handler.ssl.OpenSslEngine
 
getEncoder(Charset) - Static method in class io.netty.util.CharsetUtil
Returns a cached thread-local CharsetEncoder for the specified charset.
getEpollMode() - Method in class io.netty.channel.epoll.EpollChannelConfig
Return the EpollMode used.
getFile() - Method in class io.netty.handler.codec.http.multipart.AbstractDiskHttpData
 
getFile() - Method in class io.netty.handler.codec.http.multipart.AbstractMemoryHttpData
 
getFile() - Method in interface io.netty.handler.codec.http.multipart.HttpData
 
getFile() - Method in class io.netty.handler.codec.http.multipart.MixedAttribute
 
getFile() - Method in class io.netty.handler.codec.http.multipart.MixedFileUpload
 
getFilename() - Method in class io.netty.handler.codec.http.multipart.DiskFileUpload
 
getFilename() - Method in interface io.netty.handler.codec.http.multipart.FileUpload
Returns the original filename in the client's filesystem, as provided by the browser (or other client software).
getFilename() - Method in class io.netty.handler.codec.http.multipart.MemoryFileUpload
 
getFilename() - Method in class io.netty.handler.codec.http.multipart.MixedFileUpload
 
getFileUpload(String) - Method in class io.netty.handler.codec.http.multipart.HttpPostMultipartRequestDecoder
Get the FileUpload (new one or current one)
getFloat(int) - Method in class io.netty.buffer.AbstractByteBuf
 
getFloat(int) - Method in class io.netty.buffer.ByteBuf
Gets a 32-bit floating point number at the specified absolute index in this buffer.
getFloat(int) - Method in class io.netty.buffer.EmptyByteBuf
 
getFloat(int) - Method in class io.netty.buffer.SwappedByteBuf
 
getFloat(int) - Method in class io.netty.buffer.WrappedByteBuf
 
getFloat(T) - Method in class io.netty.handler.codec.DefaultHeaders
 
getFloat(T, float) - Method in class io.netty.handler.codec.DefaultHeaders
 
getFloat(T) - Method in class io.netty.handler.codec.EmptyHeaders
 
getFloat(T, float) - Method in class io.netty.handler.codec.EmptyHeaders
 
getFloat(T) - Method in interface io.netty.handler.codec.Headers
Returns the float value of a header with the specified name.
getFloat(T, float) - Method in interface io.netty.handler.codec.Headers
Returns the float value of a header with the specified name.
getFloatAndRemove(T) - Method in class io.netty.handler.codec.DefaultHeaders
 
getFloatAndRemove(T, float) - Method in class io.netty.handler.codec.DefaultHeaders
 
getFloatAndRemove(T) - Method in class io.netty.handler.codec.EmptyHeaders
 
getFloatAndRemove(T, float) - Method in class io.netty.handler.codec.EmptyHeaders
 
getFloatAndRemove(T) - Method in interface io.netty.handler.codec.Headers
Returns and removes the float value of a header with the specified name.
getFloatAndRemove(T, float) - Method in interface io.netty.handler.codec.Headers
Returns and removes the float value of a header with the specified name.
getHandshakeStatus() - Method in class io.netty.handler.ssl.OpenSslEngine
 
getHandshakeTimeoutMillis() - Method in class io.netty.handler.ssl.SslHandler
 
getHttpDataType() - Method in class io.netty.handler.codec.http.multipart.DiskAttribute
 
getHttpDataType() - Method in class io.netty.handler.codec.http.multipart.DiskFileUpload
 
getHttpDataType() - Method in interface io.netty.handler.codec.http.multipart.InterfaceHttpData
 
getHttpDataType() - Method in class io.netty.handler.codec.http.multipart.MemoryAttribute
 
getHttpDataType() - Method in class io.netty.handler.codec.http.multipart.MemoryFileUpload
 
getHttpDataType() - Method in class io.netty.handler.codec.http.multipart.MixedAttribute
 
getHttpDataType() - Method in class io.netty.handler.codec.http.multipart.MixedFileUpload
 
getIds() - Method in class io.netty.handler.ssl.OpenSslSessionContext
 
getInitMaxStreams() - Method in class io.netty.channel.sctp.DefaultSctpChannelConfig
 
getInitMaxStreams() - Method in class io.netty.channel.sctp.DefaultSctpServerChannelConfig
 
getInitMaxStreams() - Method in interface io.netty.channel.sctp.SctpChannelConfig
Gets the SCTP_INIT_MAXSTREAMS option.
getInitMaxStreams() - Method in interface io.netty.channel.sctp.SctpServerChannelConfig
Gets the SCTP_INIT_MAXSTREAMS option.
getInt(int) - Method in class io.netty.buffer.AbstractByteBuf
 
getInt(int) - Method in class io.netty.buffer.ByteBuf
Gets a 32-bit integer at the specified absolute index in this buffer.
getInt(int) - Method in class io.netty.buffer.DuplicatedByteBuf
 
getInt(int) - Method in class io.netty.buffer.EmptyByteBuf
 
getInt(int) - Method in class io.netty.buffer.ReadOnlyByteBuf
 
getInt(int) - Method in class io.netty.buffer.SwappedByteBuf
 
getInt(int) - Method in class io.netty.buffer.UnpooledDirectByteBuf
 
getInt(int) - Method in class io.netty.buffer.UnpooledHeapByteBuf
 
getInt(int) - Method in class io.netty.buffer.WrappedByteBuf
 
getInt(T, short) - Method in class io.netty.handler.codec.DefaultHeaders
 
getInt(T) - Method in class io.netty.handler.codec.DefaultHeaders
 
getInt(T, int) - Method in class io.netty.handler.codec.DefaultHeaders
 
getInt(T, short) - Method in class io.netty.handler.codec.EmptyHeaders
 
getInt(T) - Method in class io.netty.handler.codec.EmptyHeaders
 
getInt(T, int) - Method in class io.netty.handler.codec.EmptyHeaders
 
getInt(T, short) - Method in interface io.netty.handler.codec.Headers
Returns the short value of a header with the specified name.
getInt(T) - Method in interface io.netty.handler.codec.Headers
Returns the integer value of a header with the specified name.
getInt(T, int) - Method in interface io.netty.handler.codec.Headers
Returns the integer value of a header with the specified name.
getIntAndRemove(T) - Method in class io.netty.handler.codec.DefaultHeaders
 
getIntAndRemove(T, int) - Method in class io.netty.handler.codec.DefaultHeaders
 
getIntAndRemove(T) - Method in class io.netty.handler.codec.EmptyHeaders
 
getIntAndRemove(T, int) - Method in class io.netty.handler.codec.EmptyHeaders
 
getIntAndRemove(T) - Method in interface io.netty.handler.codec.Headers
Returns and removes the integer value of a header with the specified name.
getIntAndRemove(T, int) - Method in interface io.netty.handler.codec.Headers
Returns and removes the integer value of a header with the specified name.
getInterface() - Method in class io.netty.channel.epoll.EpollDatagramChannelConfig
 
getInterface() - Method in interface io.netty.channel.socket.DatagramChannelConfig
Gets the address of the network interface used for multicast packets.
getInterface() - Method in class io.netty.channel.socket.DefaultDatagramChannelConfig
 
getIoRatio() - Method in class io.netty.channel.nio.NioEventLoop
Returns the percentage of the desired amount of time spent for I/O in the event loop.
GETK - Static variable in class io.netty.handler.codec.memcache.binary.BinaryMemcacheOpcodes
 
GETKQ - Static variable in class io.netty.handler.codec.memcache.binary.BinaryMemcacheOpcodes
 
getLevel() - Static method in class io.netty.util.ResourceLeakDetector
Returns the current resource leak detection level.
getLong(int) - Method in class io.netty.buffer.AbstractByteBuf
 
getLong(int) - Method in class io.netty.buffer.ByteBuf
Gets a 64-bit long integer at the specified absolute index in this buffer.
getLong(int) - Method in class io.netty.buffer.DuplicatedByteBuf
 
getLong(int) - Method in class io.netty.buffer.EmptyByteBuf
 
getLong(int) - Method in class io.netty.buffer.ReadOnlyByteBuf
 
getLong(int) - Method in class io.netty.buffer.SwappedByteBuf
 
getLong(int) - Method in class io.netty.buffer.UnpooledDirectByteBuf
 
getLong(int) - Method in class io.netty.buffer.UnpooledHeapByteBuf
 
getLong(int) - Method in class io.netty.buffer.WrappedByteBuf
 
getLong(T) - Method in class io.netty.handler.codec.DefaultHeaders
 
getLong(T, long) - Method in class io.netty.handler.codec.DefaultHeaders
 
getLong(T) - Method in class io.netty.handler.codec.EmptyHeaders
 
getLong(T, long) - Method in class io.netty.handler.codec.EmptyHeaders
 
getLong(T) - Method in interface io.netty.handler.codec.Headers
Returns the long value of a header with the specified name.
getLong(T, long) - Method in interface io.netty.handler.codec.Headers
Returns the long value of a header with the specified name.
getLongAndRemove(T) - Method in class io.netty.handler.codec.DefaultHeaders
 
getLongAndRemove(T, long) - Method in class io.netty.handler.codec.DefaultHeaders
 
getLongAndRemove(T) - Method in class io.netty.handler.codec.EmptyHeaders
 
getLongAndRemove(T, long) - Method in class io.netty.handler.codec.EmptyHeaders
 
getLongAndRemove(T) - Method in interface io.netty.handler.codec.Headers
Returns and removes the long value of a header with the specified name.
getLongAndRemove(T, long) - Method in interface io.netty.handler.codec.Headers
Returns and removes the long value of a header with the specified name.
getMarshaller(ChannelHandlerContext) - Method in class io.netty.handler.codec.marshalling.DefaultMarshallerProvider
 
getMarshaller(ChannelHandlerContext) - Method in interface io.netty.handler.codec.marshalling.MarshallerProvider
Get a Marshaller for the given ChannelHandlerContext
getMarshaller(ChannelHandlerContext) - Method in class io.netty.handler.codec.marshalling.ThreadLocalMarshallerProvider
 
getMaxGlobalWriteSize() - Method in class io.netty.handler.traffic.GlobalChannelTrafficShapingHandler
 
getMaxGlobalWriteSize() - Method in class io.netty.handler.traffic.GlobalTrafficShapingHandler
 
getMaxMessagesPerRead() - Method in interface io.netty.channel.ChannelConfig
Returns the maximum number of messages to read per read loop.
getMaxMessagesPerRead() - Method in class io.netty.channel.DefaultChannelConfig
 
getMaxSize() - Method in class io.netty.handler.codec.http.multipart.AbstractHttpData
 
getMaxSize() - Method in interface io.netty.handler.codec.http.multipart.HttpData
Returns the maxSize for this HttpData.
getMaxSize() - Method in class io.netty.handler.codec.http.multipart.MixedAttribute
 
getMaxSize() - Method in class io.netty.handler.codec.http.multipart.MixedFileUpload
 
getMaxTimeWait() - Method in class io.netty.handler.traffic.AbstractTrafficShapingHandler
 
getMaxWriteDelay() - Method in class io.netty.handler.traffic.AbstractTrafficShapingHandler
 
getMaxWriteSize() - Method in class io.netty.handler.traffic.AbstractTrafficShapingHandler
 
getMedium(int) - Method in class io.netty.buffer.AbstractByteBuf
 
getMedium(int) - Method in class io.netty.buffer.ByteBuf
Gets a 24-bit medium integer at the specified absolute index in this buffer.
getMedium(int) - Method in class io.netty.buffer.EmptyByteBuf
 
getMedium(int) - Method in class io.netty.buffer.SwappedByteBuf
 
getMedium(int) - Method in class io.netty.buffer.WrappedByteBuf
 
getMessage(int) - Method in class io.netty.handler.codec.spdy.SpdyHttpDecoder
 
getMessageSizeEstimator() - Method in interface io.netty.channel.ChannelConfig
Returns MessageSizeEstimator which is used for the channel to detect the size of a message.
getMessageSizeEstimator() - Method in class io.netty.channel.DefaultChannelConfig
 
getMultipartDataBoundary(String) - Static method in class io.netty.handler.codec.http.multipart.HttpPostRequestDecoder
Check from the request ContentType if this request is a Multipart request.
getName() - Method in class io.netty.handler.codec.http.multipart.AbstractHttpData
 
getName() - Method in interface io.netty.handler.codec.http.multipart.InterfaceHttpData
Returns the name of this InterfaceHttpData.
getName() - Method in class io.netty.handler.codec.http.multipart.MixedAttribute
 
getName() - Method in class io.netty.handler.codec.http.multipart.MixedFileUpload
 
getNeedClientAuth() - Method in class io.netty.handler.ssl.OpenSslEngine
 
getNetworkInterface() - Method in class io.netty.channel.epoll.EpollDatagramChannelConfig
 
getNetworkInterface() - Method in interface io.netty.channel.socket.DatagramChannelConfig
getNetworkInterface() - Method in class io.netty.channel.socket.DefaultDatagramChannelConfig
 
getNow() - Method in class io.netty.util.concurrent.DefaultPromise
 
getNow() - Method in class io.netty.util.concurrent.FailedFuture
 
getNow() - Method in interface io.netty.util.concurrent.Future
Return the result without blocking.
getNow() - Method in class io.netty.util.concurrent.SucceededFuture
 
getNumPriorityBytes() - Method in class io.netty.handler.codec.http2.Http2Flags
Gets the number of bytes expected for the priority fields of the payload.
getOption(ChannelOption<T>) - Method in interface io.netty.channel.ChannelConfig
Return the value of the given ChannelOption
getOption(ChannelOption<T>) - Method in class io.netty.channel.DefaultChannelConfig
 
getOption(ChannelOption<T>) - Method in class io.netty.channel.epoll.EpollChannelConfig
 
getOption(ChannelOption<T>) - Method in class io.netty.channel.epoll.EpollDatagramChannelConfig
 
getOption(ChannelOption<T>) - Method in class io.netty.channel.epoll.EpollDomainSocketChannelConfig
 
getOption(ChannelOption<T>) - Method in class io.netty.channel.epoll.EpollServerChannelConfig
 
getOption(ChannelOption<T>) - Method in class io.netty.channel.epoll.EpollServerSocketChannelConfig
 
getOption(ChannelOption<T>) - Method in class io.netty.channel.epoll.EpollSocketChannelConfig
 
getOption(ChannelOption<T>) - Method in class io.netty.channel.sctp.DefaultSctpChannelConfig
 
getOption(ChannelOption<T>) - Method in class io.netty.channel.sctp.DefaultSctpServerChannelConfig
 
getOption(ChannelOption<T>) - Method in class io.netty.channel.socket.DefaultDatagramChannelConfig
 
getOption(ChannelOption<T>) - Method in class io.netty.channel.socket.DefaultServerSocketChannelConfig
 
getOption(ChannelOption<T>) - Method in class io.netty.channel.socket.DefaultSocketChannelConfig
 
getOption(ChannelOption<T>) - Method in class io.netty.channel.socket.oio.DefaultOioServerSocketChannelConfig
 
getOption(ChannelOption<T>) - Method in class io.netty.channel.socket.oio.DefaultOioSocketChannelConfig
 
getOption(ChannelOption<T>) - Method in class io.netty.channel.udt.DefaultUdtChannelConfig
 
getOption(ChannelOption<T>) - Method in class io.netty.channel.udt.DefaultUdtServerChannelConfig
 
getOptions() - Method in interface io.netty.channel.ChannelConfig
Return all set ChannelOption's.
getOptions() - Method in class io.netty.channel.DefaultChannelConfig
 
getOptions(Map<ChannelOption<?>, Object>, ChannelOption<?>...) - Method in class io.netty.channel.DefaultChannelConfig
 
getOptions() - Method in class io.netty.channel.epoll.EpollChannelConfig
 
getOptions() - Method in class io.netty.channel.epoll.EpollDatagramChannelConfig
 
getOptions() - Method in class io.netty.channel.epoll.EpollDomainSocketChannelConfig
 
getOptions() - Method in class io.netty.channel.epoll.EpollServerChannelConfig
 
getOptions() - Method in class io.netty.channel.epoll.EpollServerSocketChannelConfig
 
getOptions() - Method in class io.netty.channel.epoll.EpollSocketChannelConfig
 
getOptions() - Method in class io.netty.channel.sctp.DefaultSctpChannelConfig
 
getOptions() - Method in class io.netty.channel.sctp.DefaultSctpServerChannelConfig
 
getOptions() - Method in class io.netty.channel.socket.DefaultDatagramChannelConfig
 
getOptions() - Method in class io.netty.channel.socket.DefaultServerSocketChannelConfig
 
getOptions() - Method in class io.netty.channel.socket.DefaultSocketChannelConfig
 
getOptions() - Method in class io.netty.channel.socket.oio.DefaultOioServerSocketChannelConfig
 
getOptions() - Method in class io.netty.channel.socket.oio.DefaultOioSocketChannelConfig
 
getOptions() - Method in class io.netty.channel.udt.DefaultUdtChannelConfig
 
getOptions() - Method in class io.netty.channel.udt.DefaultUdtServerChannelConfig
 
getPaddingPresenceFieldLength() - Method in class io.netty.handler.codec.http2.Http2Flags
Gets the length in bytes of the padding presence field expected in the payload.
getParitybit() - Method in interface io.netty.channel.rxtx.RxtxChannelConfig
 
getPostfix() - Method in class io.netty.handler.codec.http.multipart.AbstractDiskHttpData
 
getPostfix() - Method in class io.netty.handler.codec.http.multipart.DiskAttribute
 
getPostfix() - Method in class io.netty.handler.codec.http.multipart.DiskFileUpload
 
getPrefix() - Method in class io.netty.handler.codec.http.multipart.AbstractDiskHttpData
 
getPrefix() - Method in class io.netty.handler.codec.http.multipart.DiskAttribute
 
getPrefix() - Method in class io.netty.handler.codec.http.multipart.DiskFileUpload
 
getProperty(Object) - Method in interface io.netty.handler.codec.http2.Http2Stream
Returns application-defined data if any was associated with this stream.
getProtocol(SSLEngine) - Method in class io.netty.handler.codec.http2.Http2OrHttpChooser
getProtocol(SSLEngine) - Method in class io.netty.handler.codec.spdy.SpdyOrHttpChooser
getProtocolReceiveBufferSize() - Method in class io.netty.channel.udt.DefaultUdtChannelConfig
 
getProtocolReceiveBufferSize() - Method in interface io.netty.channel.udt.UdtChannelConfig
Gets OptionUDT.Protocol_Receive_Buffer_Size
getProtocolSendBufferSize() - Method in class io.netty.channel.udt.DefaultUdtChannelConfig
 
getProtocolSendBufferSize() - Method in interface io.netty.channel.udt.UdtChannelConfig
Gets OptionUDT.Protocol_Send_Buffer_Size
GETQ - Static variable in class io.netty.handler.codec.memcache.binary.BinaryMemcacheOpcodes
 
getReadChannelLimit() - Method in class io.netty.handler.traffic.GlobalChannelTrafficShapingHandler
 
getReaderIdleTimeInMillis() - Method in class io.netty.handler.timeout.IdleStateHandler
Return the readerIdleTime that was given when instance this class in milliseconds.
getReadLimit() - Method in class io.netty.handler.traffic.AbstractTrafficShapingHandler
 
getReadMode() - Method in class io.netty.channel.epoll.EpollDomainSocketChannelConfig
 
getReadMode() - Method in interface io.netty.channel.unix.DomainSocketChannelConfig
Return the DomainSocketReadMode for the channel.
getReadTimeout() - Method in interface io.netty.channel.rxtx.RxtxChannelConfig
Return the maximal time (in ms) to block and wait for something to be ready to read.
getRealWriteThroughput() - Method in class io.netty.handler.traffic.TrafficCounter
 
getRealWrittenBytes() - Method in class io.netty.handler.traffic.TrafficCounter
 
getReceiveBufferSize() - Method in class io.netty.channel.epoll.EpollDatagramChannelConfig
 
getReceiveBufferSize() - Method in class io.netty.channel.epoll.EpollServerChannelConfig
 
getReceiveBufferSize() - Method in class io.netty.channel.epoll.EpollSocketChannelConfig
 
getReceiveBufferSize() - Method in class io.netty.channel.sctp.DefaultSctpChannelConfig
 
getReceiveBufferSize() - Method in class io.netty.channel.sctp.DefaultSctpServerChannelConfig
 
getReceiveBufferSize() - Method in interface io.netty.channel.sctp.SctpChannelConfig
Gets the SO_RCVBUF option.
getReceiveBufferSize() - Method in interface io.netty.channel.sctp.SctpServerChannelConfig
Gets the SO_RCVBUF option.
getReceiveBufferSize() - Method in interface io.netty.channel.socket.DatagramChannelConfig
getReceiveBufferSize() - Method in class io.netty.channel.socket.DefaultDatagramChannelConfig
 
getReceiveBufferSize() - Method in class io.netty.channel.socket.DefaultServerSocketChannelConfig
 
getReceiveBufferSize() - Method in class io.netty.channel.socket.DefaultSocketChannelConfig
 
getReceiveBufferSize() - Method in interface io.netty.channel.socket.ServerSocketChannelConfig
getReceiveBufferSize() - Method in interface io.netty.channel.socket.SocketChannelConfig
getReceiveBufferSize() - Method in class io.netty.channel.udt.DefaultUdtChannelConfig
 
getReceiveBufferSize() - Method in interface io.netty.channel.udt.UdtChannelConfig
Gets the ChannelOption.SO_RCVBUF option.
getRecvByteBufAllocator() - Method in interface io.netty.channel.ChannelConfig
Returns RecvByteBufAllocator which is used for the channel to allocate receive buffers.
getRecvByteBufAllocator() - Method in class io.netty.channel.DefaultChannelConfig
 
getResolver(EventExecutor) - Method in class io.netty.resolver.NameResolverGroup
Returns the NameResolver associated with the specified EventExecutor.
getSendBufferSize() - Method in class io.netty.channel.epoll.EpollDatagramChannelConfig
 
getSendBufferSize() - Method in class io.netty.channel.epoll.EpollSocketChannelConfig
 
getSendBufferSize() - Method in class io.netty.channel.sctp.DefaultSctpChannelConfig
 
getSendBufferSize() - Method in class io.netty.channel.sctp.DefaultSctpServerChannelConfig
 
getSendBufferSize() - Method in interface io.netty.channel.sctp.SctpChannelConfig
Gets the SO_SNDBUF option.
getSendBufferSize() - Method in interface io.netty.channel.sctp.SctpServerChannelConfig
Gets the SO_SNDBUF option.
getSendBufferSize() - Method in interface io.netty.channel.socket.DatagramChannelConfig
getSendBufferSize() - Method in class io.netty.channel.socket.DefaultDatagramChannelConfig
 
getSendBufferSize() - Method in class io.netty.channel.socket.DefaultSocketChannelConfig
 
getSendBufferSize() - Method in interface io.netty.channel.socket.SocketChannelConfig
getSendBufferSize() - Method in class io.netty.channel.udt.DefaultUdtChannelConfig
 
getSendBufferSize() - Method in interface io.netty.channel.udt.UdtChannelConfig
Gets the ChannelOption.SO_SNDBUF option.
getSession() - Method in class io.netty.handler.ssl.OpenSslEngine
 
getSession(byte[]) - Method in class io.netty.handler.ssl.OpenSslSessionContext
 
getSessionCacheSize() - Method in class io.netty.handler.ssl.OpenSslServerSessionContext
 
getSessionTimeout() - Method in class io.netty.handler.ssl.OpenSslServerSessionContext
 
getShort(int) - Method in class io.netty.buffer.AbstractByteBuf
 
getShort(int) - Method in class io.netty.buffer.ByteBuf
Gets a 16-bit short integer at the specified absolute index in this buffer.
getShort(int) - Method in class io.netty.buffer.DuplicatedByteBuf
 
getShort(int) - Method in class io.netty.buffer.EmptyByteBuf
 
getShort(int) - Method in class io.netty.buffer.ReadOnlyByteBuf
 
getShort(int) - Method in class io.netty.buffer.SwappedByteBuf
 
getShort(int) - Method in class io.netty.buffer.UnpooledDirectByteBuf
 
getShort(int) - Method in class io.netty.buffer.UnpooledHeapByteBuf
 
getShort(int) - Method in class io.netty.buffer.WrappedByteBuf
 
getShort(T) - Method in class io.netty.handler.codec.DefaultHeaders
 
getShort(T) - Method in class io.netty.handler.codec.EmptyHeaders
 
getShort(T) - Method in interface io.netty.handler.codec.Headers
Returns the short value of a header with the specified name.
getShortAndRemove(T) - Method in class io.netty.handler.codec.DefaultHeaders
 
getShortAndRemove(T, short) - Method in class io.netty.handler.codec.DefaultHeaders
 
getShortAndRemove(T) - Method in class io.netty.handler.codec.EmptyHeaders
 
getShortAndRemove(T, short) - Method in class io.netty.handler.codec.EmptyHeaders
 
getShortAndRemove(T) - Method in interface io.netty.handler.codec.Headers
Returns and removes the short value of a header with the specified name.
getShortAndRemove(T, short) - Method in interface io.netty.handler.codec.Headers
Returns and removes the short value of a header with the specified name.
getSoLinger() - Method in class io.netty.channel.epoll.EpollSocketChannelConfig
 
getSoLinger() - Method in class io.netty.channel.socket.DefaultSocketChannelConfig
 
getSoLinger() - Method in interface io.netty.channel.socket.SocketChannelConfig
getSoLinger() - Method in class io.netty.channel.udt.DefaultUdtChannelConfig
 
getSoLinger() - Method in interface io.netty.channel.udt.UdtChannelConfig
Gets the ChannelOption.SO_LINGER option.
getSoTimeout() - Method in class io.netty.channel.socket.oio.DefaultOioServerSocketChannelConfig
 
getSoTimeout() - Method in class io.netty.channel.socket.oio.DefaultOioSocketChannelConfig
 
getSoTimeout() - Method in interface io.netty.channel.socket.oio.OioServerSocketChannelConfig
Returns the maximal time a operation on the underlying socket may block.
getSoTimeout() - Method in interface io.netty.channel.socket.oio.OioSocketChannelConfig
Returns the maximal time a operation on the underlying socket may block.
getStopbits() - Method in interface io.netty.channel.rxtx.RxtxChannelConfig
 
getString() - Method in class io.netty.handler.codec.http.multipart.AbstractDiskHttpData
 
getString(Charset) - Method in class io.netty.handler.codec.http.multipart.AbstractDiskHttpData
 
getString() - Method in class io.netty.handler.codec.http.multipart.AbstractMemoryHttpData
 
getString(Charset) - Method in class io.netty.handler.codec.http.multipart.AbstractMemoryHttpData
 
getString() - Method in interface io.netty.handler.codec.http.multipart.HttpData
Returns the contents of the file item as a String, using the default character encoding.
getString(Charset) - Method in interface io.netty.handler.codec.http.multipart.HttpData
Returns the contents of the file item as a String, using the specified charset.
getString() - Method in class io.netty.handler.codec.http.multipart.MixedAttribute
 
getString(Charset) - Method in class io.netty.handler.codec.http.multipart.MixedAttribute
 
getString() - Method in class io.netty.handler.codec.http.multipart.MixedFileUpload
 
getString(Charset) - Method in class io.netty.handler.codec.http.multipart.MixedFileUpload
 
getSupportedCipherSuites() - Method in class io.netty.handler.ssl.OpenSslEngine
 
getSupportedProtocols() - Method in class io.netty.handler.ssl.OpenSslEngine
 
getSystemReceiveBufferSize() - Method in class io.netty.channel.udt.DefaultUdtChannelConfig
 
getSystemReceiveBufferSize() - Method in interface io.netty.channel.udt.UdtChannelConfig
Gets OptionUDT.System_Receive_Buffer_Size
getSystemSendBufferSize() - Method in class io.netty.channel.udt.DefaultUdtChannelConfig
 
getSystemSendBufferSize() - Method in interface io.netty.channel.udt.UdtChannelConfig
Gets OptionUDT.System_Send_Buffer_Size
getTargetContentEncoding(String) - Method in class io.netty.handler.codec.http.HttpContentDecoder
Returns the expected content encoding of the decoded content.
getTargetContentEncoding(AsciiString) - Method in class io.netty.handler.codec.http2.CompressorHttp2ConnectionEncoder
Returns the expected content encoding of the decoded content.
getTargetContentEncoding(AsciiString) - Method in class io.netty.handler.codec.http2.DelegatingDecompressorFrameListener
Returns the expected content encoding of the decoded content.
getTcpKeepCnt() - Method in class io.netty.channel.epoll.EpollSocketChannelConfig
Get the TCP_KEEPCNT option on the socket.
getTcpKeepIdle() - Method in class io.netty.channel.epoll.EpollSocketChannelConfig
Get the TCP_KEEPIDLE option on the socket.
getTcpKeepIntvl() - Method in class io.netty.channel.epoll.EpollSocketChannelConfig
Get the TCP_KEEPINTVL option on the socket.
getTimeMillis(T) - Method in class io.netty.handler.codec.DefaultHeaders
 
getTimeMillis(T, long) - Method in class io.netty.handler.codec.DefaultHeaders
 
getTimeMillis(T) - Method in class io.netty.handler.codec.EmptyHeaders
 
getTimeMillis(T, long) - Method in class io.netty.handler.codec.EmptyHeaders
 
getTimeMillis(T) - Method in interface io.netty.handler.codec.Headers
Returns the date value of a header with the specified name as milliseconds.
getTimeMillis(T, long) - Method in interface io.netty.handler.codec.Headers
Returns the date value of a header with the specified name as milliseconds.
getTimeMillisAndRemove(T) - Method in class io.netty.handler.codec.DefaultHeaders
 
getTimeMillisAndRemove(T, long) - Method in class io.netty.handler.codec.DefaultHeaders
 
getTimeMillisAndRemove(T) - Method in class io.netty.handler.codec.EmptyHeaders
 
getTimeMillisAndRemove(T, long) - Method in class io.netty.handler.codec.EmptyHeaders
 
getTimeMillisAndRemove(T) - Method in interface io.netty.handler.codec.Headers
Returns and removes the date value of a header with the specified name as milliseconds.
getTimeMillisAndRemove(T, long) - Method in interface io.netty.handler.codec.Headers
Returns and removes the date value of a header with the specified name as milliseconds.
getTimeToLive() - Method in class io.netty.channel.epoll.EpollDatagramChannelConfig
 
getTimeToLive() - Method in interface io.netty.channel.socket.DatagramChannelConfig
getTimeToLive() - Method in class io.netty.channel.socket.DefaultDatagramChannelConfig
 
getTrafficClass() - Method in class io.netty.channel.epoll.EpollDatagramChannelConfig
 
getTrafficClass() - Method in class io.netty.channel.epoll.EpollSocketChannelConfig
 
getTrafficClass() - Method in interface io.netty.channel.socket.DatagramChannelConfig
getTrafficClass() - Method in class io.netty.channel.socket.DefaultDatagramChannelConfig
 
getTrafficClass() - Method in class io.netty.channel.socket.DefaultSocketChannelConfig
 
getTrafficClass() - Method in interface io.netty.channel.socket.SocketChannelConfig
getUnadjustedFrameLength(ByteBuf, int, int, ByteOrder) - Method in class io.netty.handler.codec.LengthFieldBasedFrameDecoder
Decodes the specified region of the buffer into an unadjusted frame length.
getUnmarshaller(ChannelHandlerContext) - Method in class io.netty.handler.codec.marshalling.ContextBoundUnmarshallerProvider
 
getUnmarshaller(ChannelHandlerContext) - Method in class io.netty.handler.codec.marshalling.DefaultUnmarshallerProvider
 
getUnmarshaller(ChannelHandlerContext) - Method in class io.netty.handler.codec.marshalling.ThreadLocalUnmarshallerProvider
 
getUnmarshaller(ChannelHandlerContext) - Method in interface io.netty.handler.codec.marshalling.UnmarshallerProvider
Get the Unmarshaller for the given ChannelHandlerContext
getUnsignedByte(int) - Method in class io.netty.buffer.AbstractByteBuf
 
getUnsignedByte(int) - Method in class io.netty.buffer.ByteBuf
Gets an unsigned byte at the specified absolute index in this buffer.
getUnsignedByte(int) - Method in class io.netty.buffer.EmptyByteBuf
 
getUnsignedByte(int) - Method in class io.netty.buffer.SwappedByteBuf
 
getUnsignedByte(int) - Method in class io.netty.buffer.WrappedByteBuf
 
getUnsignedInt(int) - Method in class io.netty.buffer.AbstractByteBuf
 
getUnsignedInt(int) - Method in class io.netty.buffer.ByteBuf
Gets an unsigned 32-bit integer at the specified absolute index in this buffer.
getUnsignedInt(int) - Method in class io.netty.buffer.EmptyByteBuf
 
getUnsignedInt(int) - Method in class io.netty.buffer.SwappedByteBuf
 
getUnsignedInt(int) - Method in class io.netty.buffer.WrappedByteBuf
 
getUnsignedMedium(int) - Method in class io.netty.buffer.AbstractByteBuf
 
getUnsignedMedium(int) - Method in class io.netty.buffer.ByteBuf
Gets an unsigned 24-bit medium integer at the specified absolute index in this buffer.
getUnsignedMedium(int) - Method in class io.netty.buffer.DuplicatedByteBuf
 
getUnsignedMedium(int) - Method in class io.netty.buffer.EmptyByteBuf
 
getUnsignedMedium(int) - Method in class io.netty.buffer.ReadOnlyByteBuf
 
getUnsignedMedium(int) - Method in class io.netty.buffer.SwappedByteBuf
 
getUnsignedMedium(int) - Method in class io.netty.buffer.UnpooledDirectByteBuf
 
getUnsignedMedium(int) - Method in class io.netty.buffer.UnpooledHeapByteBuf
 
getUnsignedMedium(int) - Method in class io.netty.buffer.WrappedByteBuf
 
getUnsignedShort(int) - Method in class io.netty.buffer.AbstractByteBuf
 
getUnsignedShort(int) - Method in class io.netty.buffer.ByteBuf
Gets an unsigned 16-bit short integer at the specified absolute index in this buffer.
getUnsignedShort(int) - Method in class io.netty.buffer.EmptyByteBuf
 
getUnsignedShort(int) - Method in class io.netty.buffer.SwappedByteBuf
 
getUnsignedShort(int) - Method in class io.netty.buffer.WrappedByteBuf
 
getUseClientMode() - Method in class io.netty.handler.ssl.OpenSslEngine
 
getUserDefinedWritability(int) - Method in class io.netty.channel.ChannelOutboundBuffer
Returns true if and only if the user-defined writability flag at the specified index is set to true.
getValue() - Method in interface io.netty.handler.codec.http.multipart.Attribute
Returns the value of this HttpData.
getValue() - Method in class io.netty.handler.codec.http.multipart.DiskAttribute
 
getValue() - Method in class io.netty.handler.codec.http.multipart.MemoryAttribute
 
getValue() - Method in class io.netty.handler.codec.http.multipart.MixedAttribute
 
getValue(int) - Method in class io.netty.handler.codec.spdy.DefaultSpdySettingsFrame
 
getValue(int) - Method in interface io.netty.handler.codec.spdy.SpdySettingsFrame
Returns the value of the setting ID.
getWaitTimeMillis() - Method in interface io.netty.channel.rxtx.RxtxChannelConfig
 
getWantClientAuth() - Method in class io.netty.handler.ssl.OpenSslEngine
 
getWriteBufferHighWaterMark() - Method in interface io.netty.channel.ChannelConfig
Returns the high water mark of the write buffer.
getWriteBufferHighWaterMark() - Method in class io.netty.channel.DefaultChannelConfig
 
getWriteBufferLowWaterMark() - Method in interface io.netty.channel.ChannelConfig
Returns the low water mark of the write buffer.
getWriteBufferLowWaterMark() - Method in class io.netty.channel.DefaultChannelConfig
 
getWriteChannelLimit() - Method in class io.netty.handler.traffic.GlobalChannelTrafficShapingHandler
 
getWriteLimit() - Method in class io.netty.handler.traffic.AbstractTrafficShapingHandler
 
getWriterIdleTimeInMillis() - Method in class io.netty.handler.timeout.IdleStateHandler
Return the writerIdleTime that was given when instance this class in milliseconds.
getWriteSpinCount() - Method in interface io.netty.channel.ChannelConfig
Returns the maximum loop count for a write operation until WritableByteChannel.write(ByteBuffer) returns a non-zero value.
getWriteSpinCount() - Method in class io.netty.channel.DefaultChannelConfig
 
GlobalChannelTrafficCounter - Class in io.netty.handler.traffic
GlobalChannelTrafficCounter(GlobalChannelTrafficShapingHandler, ScheduledExecutorService, String, long) - Constructor for class io.netty.handler.traffic.GlobalChannelTrafficCounter
 
GlobalChannelTrafficShapingHandler - Class in io.netty.handler.traffic
This implementation of the AbstractTrafficShapingHandler is for global and per channel traffic shaping, that is to say a global limitation of the bandwidth, whatever the number of opened channels and a per channel limitation of the bandwidth.
GlobalChannelTrafficShapingHandler(ScheduledExecutorService, long, long, long, long, long, long) - Constructor for class io.netty.handler.traffic.GlobalChannelTrafficShapingHandler
Create a new instance.
GlobalChannelTrafficShapingHandler(ScheduledExecutorService, long, long, long, long, long) - Constructor for class io.netty.handler.traffic.GlobalChannelTrafficShapingHandler
Create a new instance.
GlobalChannelTrafficShapingHandler(ScheduledExecutorService, long, long, long, long) - Constructor for class io.netty.handler.traffic.GlobalChannelTrafficShapingHandler
Create a new instance.
GlobalChannelTrafficShapingHandler(ScheduledExecutorService, long) - Constructor for class io.netty.handler.traffic.GlobalChannelTrafficShapingHandler
Create a new instance.
GlobalChannelTrafficShapingHandler(ScheduledExecutorService) - Constructor for class io.netty.handler.traffic.GlobalChannelTrafficShapingHandler
Create a new instance.
GlobalEventExecutor - Class in io.netty.util.concurrent
Single-thread singleton EventExecutor.
GlobalTrafficShapingHandler - Class in io.netty.handler.traffic
This implementation of the AbstractTrafficShapingHandler is for global traffic shaping, that is to say a global limitation of the bandwidth, whatever the number of opened channels.
GlobalTrafficShapingHandler(ScheduledExecutorService, long, long, long, long) - Constructor for class io.netty.handler.traffic.GlobalTrafficShapingHandler
Create a new instance.
GlobalTrafficShapingHandler(ScheduledExecutorService, long, long, long) - Constructor for class io.netty.handler.traffic.GlobalTrafficShapingHandler
Create a new instance using default max time as delay allowed value of 15000 ms.
GlobalTrafficShapingHandler(ScheduledExecutorService, long, long) - Constructor for class io.netty.handler.traffic.GlobalTrafficShapingHandler
Create a new instance using default Check Interval value of 1000 ms and default max time as delay allowed value of 15000 ms.
GlobalTrafficShapingHandler(ScheduledExecutorService, long) - Constructor for class io.netty.handler.traffic.GlobalTrafficShapingHandler
Create a new instance using default max time as delay allowed value of 15000 ms and no limit.
GlobalTrafficShapingHandler(EventExecutor) - Constructor for class io.netty.handler.traffic.GlobalTrafficShapingHandler
Create a new instance using default Check Interval value of 1000 ms and default max time as delay allowed value of 15000 ms and no limit.
GO_AWAY - Static variable in class io.netty.handler.codec.http2.Http2FrameTypes
 
GO_AWAY_FRAME_HEADER_LENGTH - Static variable in class io.netty.handler.codec.http2.Http2CodecUtil
 
goAwayReceived() - Method in class io.netty.handler.codec.http2.DefaultHttp2Connection
 
goAwayReceived(int) - Method in class io.netty.handler.codec.http2.DefaultHttp2Connection
 
goAwayReceived() - Method in interface io.netty.handler.codec.http2.Http2Connection
Indicates whether or not a GOAWAY was received from the remote endpoint.
goAwayReceived(int) - Method in interface io.netty.handler.codec.http2.Http2Connection
Indicates that a GOAWAY was received from the remote endpoint and sets the last known stream.
goAwaySent() - Method in class io.netty.handler.codec.http2.DefaultHttp2Connection
 
goAwaySent(int) - Method in class io.netty.handler.codec.http2.DefaultHttp2Connection
 
goAwaySent() - Method in interface io.netty.handler.codec.http2.Http2Connection
Indicates whether or not a GOAWAY was sent to the remote endpoint.
goAwaySent(int) - Method in interface io.netty.handler.codec.http2.Http2Connection
Indicates that a GOAWAY was sent to the remote endpoint and sets the last known stream.
goingAway() - Method in interface io.netty.handler.codec.http2.Http2Connection.Listener
Called when a GO_AWAY frame has either been sent or received for the connection.
goingAway() - Method in class io.netty.handler.codec.http2.Http2ConnectionAdapter
 
goingAway() - Method in class io.netty.handler.codec.http2.Http2EventAdapter
 
GONE - Static variable in class io.netty.handler.codec.http.HttpResponseStatus
410 Gone
GONE - Static variable in class io.netty.handler.codec.rtsp.RtspResponseStatuses
410 Gone
grantedQoSLevels() - Method in class io.netty.handler.codec.mqtt.MqttSubAckPayload
 
group(EventLoopGroup) - Method in class io.netty.bootstrap.AbstractBootstrap
The EventLoopGroup which is used to handle all the events for the to-be-creates Channel
group() - Method in class io.netty.bootstrap.AbstractBootstrap
Return the configured EventLoopGroup or null if non is configured yet.
group(EventLoopGroup) - Method in class io.netty.bootstrap.ServerBootstrap
Specify the EventLoopGroup which is used for the parent (acceptor) and the child (client).
group(EventLoopGroup, EventLoopGroup) - Method in class io.netty.bootstrap.ServerBootstrap
Set the EventLoopGroup for the parent (acceptor) and the child (client).
group() - Method in interface io.netty.channel.group.ChannelGroupFuture
Returns the ChannelGroup which is associated with this future.
GSSAPI - Static variable in class io.netty.handler.codec.socksx.v5.Socks5AuthMethod
 
guess() - Method in interface io.netty.channel.RecvByteBufAllocator.Handle
Similar to RecvByteBufAllocator.Handle.allocate(ByteBufAllocator) except that it does not allocate anything but just tells the capacity.
GZIP - Static variable in class io.netty.handler.codec.http.HttpHeaderValues
"gzip"
GZIP - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderValues
"gzip"

H

handleNotification(AssociationChangeNotification, Object) - Method in class io.netty.channel.sctp.SctpNotificationHandler
 
handleNotification(PeerAddressChangeNotification, Object) - Method in class io.netty.channel.sctp.SctpNotificationHandler
 
handleNotification(SendFailedNotification, Object) - Method in class io.netty.channel.sctp.SctpNotificationHandler
 
handleNotification(ShutdownNotification, Object) - Method in class io.netty.channel.sctp.SctpNotificationHandler
 
handleOversizedMessage(ChannelHandlerContext, HttpMessage) - Method in class io.netty.handler.codec.http.HttpObjectAggregator
 
handleOversizedMessage(ChannelHandlerContext, S) - Method in class io.netty.handler.codec.MessageAggregator
Invoked when an incoming request exceeds the maximum content length.
handler(ChannelHandler) - Method in class io.netty.bootstrap.AbstractBootstrap
the ChannelHandler to use for serving the requests.
handler() - Method in interface io.netty.channel.ChannelHandlerContext
The ChannelHandler that is bound this ChannelHandlerContext.
handlerAdded(ChannelHandlerContext) - Method in interface io.netty.channel.ChannelHandler
Gets called after the ChannelHandler was added to the actual context and it's ready to handle events.
handlerAdded(ChannelHandlerContext) - Method in class io.netty.channel.ChannelHandlerAdapter
Do nothing by default, sub-classes may override this method.
handlerAdded(ChannelHandlerContext) - Method in class io.netty.channel.ChannelHandlerAppender
 
handlerAdded(ChannelHandlerContext) - Method in class io.netty.handler.codec.compression.Bzip2Encoder
 
handlerAdded(ChannelHandlerContext) - Method in class io.netty.handler.codec.compression.JdkZlibEncoder
 
handlerAdded(ChannelHandlerContext) - Method in class io.netty.handler.codec.compression.JZlibEncoder
 
handlerAdded(ChannelHandlerContext) - Method in class io.netty.handler.codec.compression.Lz4FrameEncoder
 
handlerAdded(ChannelHandlerContext) - Method in class io.netty.handler.codec.http.websocketx.WebSocketClientProtocolHandler
 
handlerAdded(ChannelHandlerContext) - Method in class io.netty.handler.codec.http.websocketx.WebSocketServerProtocolHandler
 
handlerAdded(ChannelHandlerContext) - Method in class io.netty.handler.codec.http2.DefaultHttp2StreamRemovalPolicy
 
handlerAdded(ChannelHandlerContext) - Method in class io.netty.handler.codec.http2.Http2ConnectionHandler
 
handlerAdded(ChannelHandlerContext) - Method in class io.netty.handler.codec.MessageAggregator
 
handlerAdded(ChannelHandlerContext) - Method in class io.netty.handler.codec.spdy.SpdyFrameCodec
 
handlerAdded(ChannelHandlerContext) - Method in class io.netty.handler.proxy.ProxyHandler
 
handlerAdded(ChannelHandlerContext) - Method in class io.netty.handler.ssl.SslHandler
 
handlerAdded(ChannelHandlerContext) - Method in class io.netty.handler.stream.ChunkedWriteHandler
 
handlerAdded(ChannelHandlerContext) - Method in class io.netty.handler.timeout.IdleStateHandler
 
handlerAdded(ChannelHandlerContext) - Method in class io.netty.handler.timeout.ReadTimeoutHandler
 
handlerAdded(ChannelHandlerContext) - Method in class io.netty.handler.traffic.ChannelTrafficShapingHandler
 
handlerAdded(ChannelHandlerContext) - Method in class io.netty.handler.traffic.GlobalChannelTrafficShapingHandler
 
handlerAdded(ChannelHandlerContext) - Method in class io.netty.handler.traffic.GlobalTrafficShapingHandler
 
handlerAt(int) - Method in class io.netty.channel.ChannelHandlerAppender
Returns the index-th appended handler.
handleResponse(ChannelHandlerContext, Object) - Method in class io.netty.handler.proxy.HttpProxyHandler
 
handleResponse(ChannelHandlerContext, Object) - Method in class io.netty.handler.proxy.ProxyHandler
Handles the message received from the proxy server.
handleResponse(ChannelHandlerContext, Object) - Method in class io.netty.handler.proxy.Socks4ProxyHandler
 
handleResponse(ChannelHandlerContext, Object) - Method in class io.netty.handler.proxy.Socks5ProxyHandler
 
handlerRemoved(ChannelHandlerContext) - Method in interface io.netty.channel.ChannelHandler
Gets called after the ChannelHandler was removed from the actual context and it doesn't handle events anymore.
handlerRemoved(ChannelHandlerContext) - Method in class io.netty.channel.ChannelHandlerAdapter
Do nothing by default, sub-classes may override this method.
handlerRemoved(ChannelHandlerContext) - Method in class io.netty.handler.codec.ByteToMessageDecoder
 
handlerRemoved(ChannelHandlerContext) - Method in class io.netty.handler.codec.http.HttpContentDecoder
 
handlerRemoved(ChannelHandlerContext) - Method in class io.netty.handler.codec.http.HttpContentEncoder
 
handlerRemoved(ChannelHandlerContext) - Method in class io.netty.handler.codec.http2.DefaultHttp2StreamRemovalPolicy
 
handlerRemoved(ChannelHandlerContext) - Method in class io.netty.handler.codec.MessageAggregator
 
handlerRemoved(ChannelHandlerContext) - Method in class io.netty.handler.timeout.IdleStateHandler
 
handlerRemoved(ChannelHandlerContext) - Method in class io.netty.handler.timeout.ReadTimeoutHandler
 
handlerRemoved(ChannelHandlerContext) - Method in class io.netty.handler.traffic.ChannelTrafficShapingHandler
 
handlerRemoved(ChannelHandlerContext) - Method in class io.netty.handler.traffic.GlobalChannelTrafficShapingHandler
 
handlerRemoved(ChannelHandlerContext) - Method in class io.netty.handler.traffic.GlobalTrafficShapingHandler
 
handlerRemoved0(ChannelHandlerContext) - Method in class io.netty.handler.codec.ByteToMessageDecoder
Gets called after the ByteToMessageDecoder was removed from the actual context and it doesn't handle events anymore.
handlerRemoved0(ChannelHandlerContext) - Method in class io.netty.handler.codec.compression.JdkZlibDecoder
 
handlerRemoved0(ChannelHandlerContext) - Method in class io.netty.handler.codec.http2.Http2ConnectionHandler
 
handlerRemoved0(ChannelHandlerContext) - Method in class io.netty.handler.ssl.SslHandler
 
handshake(Channel) - Method in class io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker
Begins the opening handshake
handshake(Channel, ChannelPromise) - Method in class io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker
Begins the opening handshake
handshake(Channel, FullHttpRequest) - Method in class io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker
Performs the opening handshake.
handshake(Channel, FullHttpRequest, HttpHeaders, ChannelPromise) - Method in class io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker
Performs the opening handshake When call this method you MUST NOT retain the FullHttpRequest which is passed in.
handshake(Channel, HttpRequest) - Method in class io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker
Performs the opening handshake.
handshake(Channel, HttpRequest, HttpHeaders, ChannelPromise) - Method in class io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker
Performs the opening handshake When call this method you MUST NOT retain the HttpRequest which is passed in.
handshakeExtension(WebSocketExtensionData) - Method in class io.netty.handler.codec.http.websocketx.extensions.compression.DeflateFrameClientExtensionHandshaker
 
handshakeExtension(WebSocketExtensionData) - Method in class io.netty.handler.codec.http.websocketx.extensions.compression.DeflateFrameServerExtensionHandshaker
 
handshakeExtension(WebSocketExtensionData) - Method in class io.netty.handler.codec.http.websocketx.extensions.compression.PerMessageDeflateClientExtensionHandshaker
 
handshakeExtension(WebSocketExtensionData) - Method in class io.netty.handler.codec.http.websocketx.extensions.compression.PerMessageDeflateServerExtensionHandshaker
 
handshakeExtension(WebSocketExtensionData) - Method in interface io.netty.handler.codec.http.websocketx.extensions.WebSocketClientExtensionHandshaker
Handshake based on server response.
handshakeExtension(WebSocketExtensionData) - Method in interface io.netty.handler.codec.http.websocketx.extensions.WebSocketServerExtensionHandshaker
Handshake based on client request.
handshakeFuture() - Method in class io.netty.handler.ssl.SslHandler
Returns a Future that will get notified once the current TLS handshake completes.
handshaker() - Method in class io.netty.handler.codec.http.websocketx.WebSocketClientProtocolHandler
Returns the used handshaker
HAProxyCommand - Enum in io.netty.handler.codec.haproxy
The command of an HAProxy proxy protocol header
HAProxyMessage - Class in io.netty.handler.codec.haproxy
Message container for decoded HAProxy proxy protocol parameters
HAProxyMessageDecoder - Class in io.netty.handler.codec.haproxy
Decodes an HAProxy proxy protocol header
HAProxyMessageDecoder() - Constructor for class io.netty.handler.codec.haproxy.HAProxyMessageDecoder
Creates a new decoder with no additional data (TLV) restrictions
HAProxyMessageDecoder(int) - Constructor for class io.netty.handler.codec.haproxy.HAProxyMessageDecoder
Creates a new decoder with restricted additional data (TLV) size Note: limiting TLV size only affects processing of v2, binary headers.
HAProxyProtocolException - Exception in io.netty.handler.codec.haproxy
A DecoderException which is thrown when an invalid HAProxy proxy protocol header is encountered
HAProxyProtocolException() - Constructor for exception io.netty.handler.codec.haproxy.HAProxyProtocolException
Creates a new instance
HAProxyProtocolException(String, Throwable) - Constructor for exception io.netty.handler.codec.haproxy.HAProxyProtocolException
Creates a new instance
HAProxyProtocolException(String) - Constructor for exception io.netty.handler.codec.haproxy.HAProxyProtocolException
Creates a new instance
HAProxyProtocolException(Throwable) - Constructor for exception io.netty.handler.codec.haproxy.HAProxyProtocolException
Creates a new instance
HAProxyProtocolVersion - Enum in io.netty.handler.codec.haproxy
The HAProxy proxy protocol specification version.
HAProxyProxiedProtocol - Enum in io.netty.handler.codec.haproxy
A protocol proxied by HAProxy which is represented by its transport protocol and address family.
HAProxyProxiedProtocol.AddressFamily - Enum in io.netty.handler.codec.haproxy
The address family of an HAProxy proxy protocol header.
HAProxyProxiedProtocol.TransportProtocol - Enum in io.netty.handler.codec.haproxy
The transport protocol of an HAProxy proxy protocol header
hasArray() - Method in class io.netty.buffer.ByteBuf
Returns true if and only if this buffer has a backing byte array.
hasArray() - Method in class io.netty.buffer.CompositeByteBuf
 
hasArray() - Method in class io.netty.buffer.DuplicatedByteBuf
 
hasArray() - Method in class io.netty.buffer.EmptyByteBuf
 
hasArray() - Method in class io.netty.buffer.ReadOnlyByteBuf
 
hasArray() - Method in class io.netty.buffer.SlicedByteBuf
 
hasArray() - Method in class io.netty.buffer.SwappedByteBuf
 
hasArray() - Method in class io.netty.buffer.UnpooledDirectByteBuf
 
hasArray() - Method in class io.netty.buffer.UnpooledHeapByteBuf
 
hasArray() - Method in class io.netty.buffer.UnpooledUnsafeDirectByteBuf
 
hasArray() - Method in class io.netty.buffer.WrappedByteBuf
 
hasAttr(AttributeKey<T>) - Method in interface io.netty.util.AttributeMap
Returns true if and only if the given Attribute exists in this AttributeMap.
hasAttr(AttributeKey<T>) - Method in class io.netty.util.DefaultAttributeMap
 
hasChild(int) - Method in interface io.netty.handler.codec.http2.Http2Stream
Indicates whether the given stream is a direct child of this stream.
hasContentLength(HttpMessage) - Method in class io.netty.handler.codec.http.HttpObjectAggregator
 
hasContentLength(WebSocketFrame) - Method in class io.netty.handler.codec.http.websocketx.WebSocketFrameAggregator
 
hasContentLength(H) - Method in class io.netty.handler.codec.memcache.AbstractMemcacheObjectAggregator
 
hasContentLength(S) - Method in class io.netty.handler.codec.MessageAggregator
Returns true if and only if the specified start message already contains the information about the length of the whole content.
hasContentLength(StompHeadersSubframe) - Method in class io.netty.handler.codec.stomp.StompSubframeAggregator
 
hasDisconnect() - Method in class io.netty.channel.ChannelMetadata
Returns true if and only if the channel has the disconnect() operation that allows a user to disconnect and then call Channel.connect(SocketAddress) again, such as UDP/IP.
hashCode() - Method in class io.netty.buffer.AbstractByteBuf
 
hashCode() - Method in class io.netty.buffer.ByteBuf
Returns a hash code which was calculated from the content of this buffer.
hashCode(ByteBuf) - Static method in class io.netty.buffer.ByteBufUtil
Calculates the hash code of the specified buffer.
hashCode() - Method in class io.netty.buffer.EmptyByteBuf
 
hashCode() - Method in class io.netty.buffer.SwappedByteBuf
 
hashCode() - Method in class io.netty.buffer.WrappedByteBuf
 
hashCode() - Method in class io.netty.channel.AbstractChannel
Returns the ID of this channel.
hashCode() - Method in class io.netty.channel.group.DefaultChannelGroup
 
hashCode() - Method in class io.netty.channel.local.LocalAddress
 
hashCode() - Method in class io.netty.channel.sctp.SctpMessage
 
hashCode() - Method in class io.netty.channel.unix.DomainSocketAddress
 
hashCode() - Method in class io.netty.channel.unix.FileDescriptor
 
hashCode() - Method in class io.netty.handler.codec.AsciiString
 
hashCode() - Method in class io.netty.handler.codec.DefaultHeaders
 
hashCode() - Method in class io.netty.handler.codec.dns.DnsClass
 
hashCode() - Method in class io.netty.handler.codec.dns.DnsEntry
 
hashCode() - Method in class io.netty.handler.codec.dns.DnsQuestion
 
hashCode() - Method in class io.netty.handler.codec.dns.DnsResponseCode
 
hashCode() - Method in class io.netty.handler.codec.dns.DnsType
 
hashCode() - Method in class io.netty.handler.codec.EmptyHeaders
 
hashCode() - Method in class io.netty.handler.codec.http.DefaultCookie
 
hashCode() - Method in class io.netty.handler.codec.http.DefaultFullHttpRequest
 
hashCode() - Method in class io.netty.handler.codec.http.DefaultFullHttpResponse
 
hashCode() - Method in class io.netty.handler.codec.http.DefaultHttpMessage
 
hashCode() - Method in class io.netty.handler.codec.http.DefaultHttpObject
 
hashCode() - Method in class io.netty.handler.codec.http.DefaultHttpRequest
 
hashCode() - Method in class io.netty.handler.codec.http.DefaultHttpResponse
 
hashCode() - Method in class io.netty.handler.codec.http.HttpMethod
 
hashCode() - Method in class io.netty.handler.codec.http.HttpResponseStatus
 
hashCode() - Method in class io.netty.handler.codec.http.HttpVersion
 
hashCode() - Method in class io.netty.handler.codec.http.multipart.DiskAttribute
 
hashCode() - Method in class io.netty.handler.codec.http.multipart.DiskFileUpload
 
hashCode() - Method in class io.netty.handler.codec.http.multipart.MemoryAttribute
 
hashCode() - Method in class io.netty.handler.codec.http.multipart.MemoryFileUpload
 
hashCode() - Method in class io.netty.handler.codec.http.multipart.MixedAttribute
 
hashCode() - Method in class io.netty.handler.codec.http.multipart.MixedFileUpload
 
hashCode() - Method in class io.netty.handler.codec.http2.Http2Flags
 
hashCode() - Method in class io.netty.handler.codec.socksx.v4.Socks4CommandStatus
 
hashCode() - Method in class io.netty.handler.codec.socksx.v4.Socks4CommandType
 
hashCode() - Method in class io.netty.handler.codec.socksx.v5.Socks5AddressType
 
hashCode() - Method in class io.netty.handler.codec.socksx.v5.Socks5AuthMethod
 
hashCode() - Method in class io.netty.handler.codec.socksx.v5.Socks5CommandStatus
 
hashCode() - Method in class io.netty.handler.codec.socksx.v5.Socks5CommandType
 
hashCode() - Method in class io.netty.handler.codec.socksx.v5.Socks5PasswordAuthStatus
 
hashCode() - Method in class io.netty.handler.codec.spdy.SpdySessionStatus
 
hashCode() - Method in class io.netty.handler.codec.spdy.SpdyStreamStatus
 
hashCode() - Method in class io.netty.util.AbstractConstant
 
hashCode() - Method in class io.netty.util.collection.IntObjectHashMap
 
hashCode() - Method in error io.netty.util.Signal
 
HashedWheelTimer - Class in io.netty.util
A Timer optimized for approximated I/O timeout scheduling.
HashedWheelTimer() - Constructor for class io.netty.util.HashedWheelTimer
Creates a new timer with the default thread factory (Executors.defaultThreadFactory()), default tick duration, and default number of ticks per wheel.
HashedWheelTimer(long, TimeUnit) - Constructor for class io.netty.util.HashedWheelTimer
Creates a new timer with the default thread factory (Executors.defaultThreadFactory()) and default number of ticks per wheel.
HashedWheelTimer(long, TimeUnit, int) - Constructor for class io.netty.util.HashedWheelTimer
Creates a new timer with the default thread factory (Executors.defaultThreadFactory()).
HashedWheelTimer(ThreadFactory) - Constructor for class io.netty.util.HashedWheelTimer
Creates a new timer with the default tick duration and default number of ticks per wheel.
HashedWheelTimer(ThreadFactory, long, TimeUnit) - Constructor for class io.netty.util.HashedWheelTimer
Creates a new timer with the default number of ticks per wheel.
HashedWheelTimer(ThreadFactory, long, TimeUnit, int) - Constructor for class io.netty.util.HashedWheelTimer
Creates a new timer.
hasMemoryAddress() - Method in class io.netty.buffer.ByteBuf
Returns true if and only if this buffer has a reference to the low-level memory address that points to the backing data.
hasMemoryAddress() - Method in class io.netty.buffer.CompositeByteBuf
 
hasMemoryAddress() - Method in class io.netty.buffer.DuplicatedByteBuf
 
hasMemoryAddress() - Method in class io.netty.buffer.EmptyByteBuf
 
hasMemoryAddress() - Method in class io.netty.buffer.ReadOnlyByteBuf
 
hasMemoryAddress() - Method in class io.netty.buffer.SlicedByteBuf
 
hasMemoryAddress() - Method in class io.netty.buffer.SwappedByteBuf
 
hasMemoryAddress() - Method in class io.netty.buffer.UnpooledDirectByteBuf
 
hasMemoryAddress() - Method in class io.netty.buffer.UnpooledHeapByteBuf
 
hasMemoryAddress() - Method in class io.netty.buffer.UnpooledUnsafeDirectByteBuf
 
hasMemoryAddress() - Method in class io.netty.buffer.WrappedByteBuf
 
hasNext() - Method in class io.netty.handler.codec.DefaultHeaders.KeyValueHeaderIterator
 
hasNext() - Method in class io.netty.handler.codec.http.multipart.HttpPostMultipartRequestDecoder
True if at current getStatus, there is an available decoded InterfaceHttpData from the Body.
hasNext() - Method in class io.netty.handler.codec.http.multipart.HttpPostRequestDecoder
 
hasNext() - Method in class io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder
True if at current getStatus, there is an available decoded InterfaceHttpData from the Body.
hasNext() - Method in interface io.netty.handler.codec.http.multipart.InterfaceHttpPostRequestDecoder
True if at current getStatus, there is an available decoded InterfaceHttpData from the Body.
hasPassword() - Method in class io.netty.handler.codec.mqtt.MqttConnectVariableHeader
 
hasScheduledTasks() - Method in class io.netty.util.concurrent.AbstractScheduledEventExecutor
Returns true if a scheduled task is ready for processing.
hasTasks() - Method in class io.netty.util.concurrent.SingleThreadEventExecutor
 
hasUserName() - Method in class io.netty.handler.codec.mqtt.MqttConnectVariableHeader
 
HEAD - Static variable in class io.netty.handler.codec.http.HttpMethod
The HEAD method is identical to GET except that the server MUST NOT return a message-body in the response.
header() - Method in class io.netty.handler.codec.dns.DnsMessage
Returns the header belonging to this message.
header() - Method in class io.netty.handler.codec.dns.DnsQuery
 
header() - Method in class io.netty.handler.codec.dns.DnsResponse
 
HEADER_FIELD_NOT_VALID - Static variable in class io.netty.handler.codec.rtsp.RtspResponseStatuses
456 Header Field Not Valid for Resource
Headers<T> - Interface in io.netty.handler.codec
 
headers() - Method in class io.netty.handler.codec.http.DefaultHttpMessage
 
headers() - Method in interface io.netty.handler.codec.http.HttpMessage
Returns the headers of this message.
HEADERS - Static variable in class io.netty.handler.codec.http2.Http2FrameTypes
 
headers() - Method in class io.netty.handler.codec.spdy.DefaultSpdyHeadersFrame
 
headers() - Method in interface io.netty.handler.codec.spdy.SpdyHeadersFrame
Returns the SpdyHeaders.
headers - Variable in class io.netty.handler.codec.stomp.DefaultStompHeadersSubframe
 
headers() - Method in class io.netty.handler.codec.stomp.DefaultStompHeadersSubframe
 
headers() - Method in interface io.netty.handler.codec.stomp.StompHeadersSubframe
Returns headers of this frame.
Headers.EntryVisitor<T> - Interface in io.netty.handler.codec
A visitor that helps reduce GC pressure while iterating over a collection of Headers.
Headers.NameVisitor<T> - Interface in io.netty.handler.codec
A visitor that helps reduce GC pressure while iterating over a collection of Headers.
Headers.ValueConverter<T> - Interface in io.netty.handler.codec
Converts to/from a generic object to the type of the name for this map
HEADERS_FRAME_HEADER_LENGTH - Static variable in class io.netty.handler.codec.http2.Http2CodecUtil
 
headerTable() - Method in class io.netty.handler.codec.http2.DefaultHttp2FrameReader
 
headerTable() - Method in class io.netty.handler.codec.http2.DefaultHttp2FrameWriter
 
headerTable() - Method in class io.netty.handler.codec.http2.DefaultHttp2HeadersDecoder
 
headerTable() - Method in class io.netty.handler.codec.http2.DefaultHttp2HeadersEncoder
 
headerTable() - Method in interface io.netty.handler.codec.http2.Http2FrameReader.Configuration
headerTable() - Method in interface io.netty.handler.codec.http2.Http2FrameWriter.Configuration
headerTable() - Method in interface io.netty.handler.codec.http2.Http2HeadersDecoder.Configuration
Access the Http2HeaderTable for this Http2HeadersDecoder
headerTable() - Method in interface io.netty.handler.codec.http2.Http2HeadersEncoder.Configuration
Access the Http2HeaderTable for this Http2HeadersEncoder
headerTableSize() - Method in class io.netty.handler.codec.http2.Http2Settings
Gets the SETTINGS_HEADER_TABLE_SIZE value.
headerTableSize(int) - Method in class io.netty.handler.codec.http2.Http2Settings
Sets the SETTINGS_HEADER_TABLE_SIZE value.
heapBuffer() - Method in class io.netty.buffer.AbstractByteBufAllocator
 
heapBuffer(int) - Method in class io.netty.buffer.AbstractByteBufAllocator
 
heapBuffer(int, int) - Method in class io.netty.buffer.AbstractByteBufAllocator
 
heapBuffer() - Method in interface io.netty.buffer.ByteBufAllocator
Allocate a heap ByteBuf.
heapBuffer(int) - Method in interface io.netty.buffer.ByteBufAllocator
Allocate a heap ByteBuf with the given initial capacity.
heapBuffer(int, int) - Method in interface io.netty.buffer.ByteBufAllocator
Allocate a heap ByteBuf with the given initial capacity and the given maximal capacity.
HEART_BEAT - Static variable in interface io.netty.handler.codec.stomp.StompHeaders
 
HESIOD - Static variable in class io.netty.handler.codec.dns.DnsClass
 
hexDump(ByteBuf) - Static method in class io.netty.buffer.ByteBufUtil
Returns a hex dump of the specified buffer's readable bytes.
hexDump(ByteBuf, int, int) - Static method in class io.netty.buffer.ByteBufUtil
Returns a hex dump of the specified buffer's sub-region.
hexDump(byte[]) - Static method in class io.netty.buffer.ByteBufUtil
Returns a hex dump of the specified byte array.
hexDump(byte[], int, int) - Static method in class io.netty.buffer.ByteBufUtil
Returns a hex dump of the specified byte array's sub-region.
HIP - Static variable in class io.netty.handler.codec.dns.DnsType
Host Identity Protocol record RFC 5205 Method of separating the end-point identifier and locator roles of IP addresses.
hits() - Method in class io.netty.handler.ssl.OpenSslSessionStats
Returns the number of successfully reused sessions.
HOST - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
"host"
HOST - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderNames
"host"
HOST - Static variable in class io.netty.handler.codec.spdy.SpdyHeaders.HttpNames
":host"
HOST - Static variable in interface io.netty.handler.codec.stomp.StompHeaders
 
HOST_UNREACHABLE - Static variable in class io.netty.handler.codec.socksx.v5.Socks5CommandStatus
 
hostname() - Method in class io.netty.handler.ssl.SniHandler
 
HT - Static variable in class io.netty.handler.codec.http.HttpConstants
Horizontal tab
Http2ClientUpgradeCodec - Class in io.netty.handler.codec.http2
Client-side cleartext upgrade codec from HTTP to HTTP/2.
Http2ClientUpgradeCodec(Http2ConnectionHandler) - Constructor for class io.netty.handler.codec.http2.Http2ClientUpgradeCodec
Creates the codec using a default name for the connection handler when adding to the pipeline.
Http2ClientUpgradeCodec(String, Http2ConnectionHandler) - Constructor for class io.netty.handler.codec.http2.Http2ClientUpgradeCodec
Creates the codec providing an upgrade to the given handler for HTTP/2.
Http2CodecUtil - Class in io.netty.handler.codec.http2
Constants and utility method used for encoding/decoding HTTP2 frames.
Http2Connection - Interface in io.netty.handler.codec.http2
Manager for the state of an HTTP/2 connection with the remote end-point.
Http2Connection.Endpoint<F extends Http2FlowController> - Interface in io.netty.handler.codec.http2
A view of the connection from one endpoint (local or remote).
Http2Connection.Listener - Interface in io.netty.handler.codec.http2
Listener for life-cycle events for streams in this connection.
Http2ConnectionAdapter - Class in io.netty.handler.codec.http2
Provides empty implementations of all Http2Connection.Listener methods.
Http2ConnectionAdapter() - Constructor for class io.netty.handler.codec.http2.Http2ConnectionAdapter
 
Http2ConnectionDecoder - Interface in io.netty.handler.codec.http2
Handler for inbound traffic on behalf of Http2ConnectionHandler.
Http2ConnectionDecoder.Builder - Interface in io.netty.handler.codec.http2
Builder for new instances of Http2ConnectionDecoder.
Http2ConnectionEncoder - Interface in io.netty.handler.codec.http2
Handler for outbound HTTP/2 traffic.
Http2ConnectionEncoder.Builder - Interface in io.netty.handler.codec.http2
Builder for new instances of Http2ConnectionEncoder.
Http2ConnectionHandler - Class in io.netty.handler.codec.http2
Provides the default implementation for processing inbound frame events and delegates to a Http2FrameListener This class will read HTTP/2 frames and delegate the events to a Http2FrameListener This interface enforces inbound flow control functionality through Http2LocalFlowController
Http2ConnectionHandler(boolean, Http2FrameListener) - Constructor for class io.netty.handler.codec.http2.Http2ConnectionHandler
 
Http2ConnectionHandler(Http2Connection, Http2FrameListener) - Constructor for class io.netty.handler.codec.http2.Http2ConnectionHandler
 
Http2ConnectionHandler(Http2Connection, Http2FrameReader, Http2FrameWriter, Http2FrameListener) - Constructor for class io.netty.handler.codec.http2.Http2ConnectionHandler
 
Http2ConnectionHandler(Http2ConnectionDecoder.Builder, Http2ConnectionEncoder.Builder) - Constructor for class io.netty.handler.codec.http2.Http2ConnectionHandler
Constructor for pre-configured encoder and decoder builders.
Http2DataWriter - Interface in io.netty.handler.codec.http2
Interface that defines an object capable of producing HTTP/2 data frames.
Http2Error - Enum in io.netty.handler.codec.http2
All error codes identified by the HTTP/2 spec.
Http2EventAdapter - Class in io.netty.handler.codec.http2
This class brings Http2Connection.Listener and Http2FrameListener together to provide NOOP implementation so inheriting classes can selectively choose which methods to override.
Http2EventAdapter() - Constructor for class io.netty.handler.codec.http2.Http2EventAdapter
 
Http2Exception - Exception in io.netty.handler.codec.http2
Exception thrown when an HTTP/2 error was encountered.
Http2Exception(Http2Error) - Constructor for exception io.netty.handler.codec.http2.Http2Exception
 
Http2Exception(Http2Error, String) - Constructor for exception io.netty.handler.codec.http2.Http2Exception
 
Http2Exception(Http2Error, String, Throwable) - Constructor for exception io.netty.handler.codec.http2.Http2Exception
 
Http2Exception.CompositeStreamException - Exception in io.netty.handler.codec.http2
Provides the ability to handle multiple stream exceptions with one throw statement.
Http2Exception.CompositeStreamException(Http2Error, int) - Constructor for exception io.netty.handler.codec.http2.Http2Exception.CompositeStreamException
 
Http2Exception.StreamException - Exception in io.netty.handler.codec.http2
Represents an exception that can be isolated to a single stream (as opposed to the entire connection).
Http2Flags - Class in io.netty.handler.codec.http2
Provides utility methods for accessing specific flags as defined by the HTTP/2 spec.
Http2Flags() - Constructor for class io.netty.handler.codec.http2.Http2Flags
 
Http2Flags(short) - Constructor for class io.netty.handler.codec.http2.Http2Flags
 
Http2FlowController - Interface in io.netty.handler.codec.http2
Base interface for all HTTP/2 flow controllers.
Http2FrameAdapter - Class in io.netty.handler.codec.http2
Convenience class that provides no-op implementations for all methods of Http2FrameListener.
Http2FrameAdapter() - Constructor for class io.netty.handler.codec.http2.Http2FrameAdapter
 
Http2FrameListener - Interface in io.netty.handler.codec.http2
An listener of HTTP/2 frames.
Http2FrameListenerDecorator - Class in io.netty.handler.codec.http2
Provides a decorator around a Http2FrameListener and delegates all method calls
Http2FrameListenerDecorator(Http2FrameListener) - Constructor for class io.netty.handler.codec.http2.Http2FrameListenerDecorator
 
Http2FrameLogger - Class in io.netty.handler.codec.http2
Logs HTTP2 frames for debugging purposes.
Http2FrameLogger(InternalLogLevel) - Constructor for class io.netty.handler.codec.http2.Http2FrameLogger
 
Http2FrameLogger(InternalLogLevel, InternalLogger) - Constructor for class io.netty.handler.codec.http2.Http2FrameLogger
 
Http2FrameLogger.Direction - Enum in io.netty.handler.codec.http2
 
Http2FrameReader - Interface in io.netty.handler.codec.http2
Reads HTTP/2 frames from an input ByteBuf and notifies the specified Http2FrameListener when frames are complete.
Http2FrameReader.Configuration - Interface in io.netty.handler.codec.http2
Configuration specific to Http2FrameReader
Http2FrameSizePolicy - Interface in io.netty.handler.codec.http2
 
Http2FrameTypes - Class in io.netty.handler.codec.http2
Registry of all standard frame types defined by the HTTP/2 specification.
Http2FrameWriter - Interface in io.netty.handler.codec.http2
A writer responsible for marshaling HTTP/2 frames to the channel.
Http2FrameWriter.Configuration - Interface in io.netty.handler.codec.http2
Configuration specific to Http2FrameWriter
Http2Headers - Interface in io.netty.handler.codec.http2
A collection of headers sent or received via HTTP/2.
Http2Headers.PseudoHeaderName - Enum in io.netty.handler.codec.http2
HTTP/2 pseudo-headers names.
Http2HeadersDecoder - Interface in io.netty.handler.codec.http2
Decodes HPACK-encoded headers blocks into Http2Headers.
Http2HeadersDecoder.Configuration - Interface in io.netty.handler.codec.http2
Configuration related elements for the Http2HeadersDecoder interface
Http2HeadersEncoder - Interface in io.netty.handler.codec.http2
Encodes Http2Headers into HPACK-encoded headers blocks.
Http2HeadersEncoder.Configuration - Interface in io.netty.handler.codec.http2
Configuration related elements for the Http2HeadersEncoder interface
Http2HeaderTable - Interface in io.netty.handler.codec.http2
Extracts a common interface for encoding and processing HPACK header constraints
Http2InboundFrameLogger - Class in io.netty.handler.codec.http2
Decorator around a Http2FrameReader that logs all inbound frames before calling back the listener.
Http2InboundFrameLogger(Http2FrameReader, Http2FrameLogger) - Constructor for class io.netty.handler.codec.http2.Http2InboundFrameLogger
 
Http2LifecycleManager - Interface in io.netty.handler.codec.http2
Manager for the life cycle of the HTTP/2 connection.
Http2LocalFlowController - Interface in io.netty.handler.codec.http2
A Http2FlowController for controlling the inbound flow of DATA frames from the remote endpoint.
Http2NoMoreStreamIdsException - Exception in io.netty.handler.codec.http2
This exception is thrown when there are no more stream IDs available for the current connection
Http2NoMoreStreamIdsException() - Constructor for exception io.netty.handler.codec.http2.Http2NoMoreStreamIdsException
 
Http2NoMoreStreamIdsException(Throwable) - Constructor for exception io.netty.handler.codec.http2.Http2NoMoreStreamIdsException
 
Http2OrHttpChooser - Class in io.netty.handler.codec.http2
ChannelHandler which is responsible to setup the ChannelPipeline either for HTTP or HTTP2.
Http2OrHttpChooser(int) - Constructor for class io.netty.handler.codec.http2.Http2OrHttpChooser
 
Http2OrHttpChooser.SelectedProtocol - Enum in io.netty.handler.codec.http2
 
Http2OutboundFrameLogger - Class in io.netty.handler.codec.http2
Decorator around a Http2FrameWriter that logs all outbound frames before calling the writer.
Http2OutboundFrameLogger(Http2FrameWriter, Http2FrameLogger) - Constructor for class io.netty.handler.codec.http2.Http2OutboundFrameLogger
 
Http2RemoteFlowController - Interface in io.netty.handler.codec.http2
A Http2FlowController for controlling the flow of outbound DATA frames to the remote endpoint.
Http2RemoteFlowController.FlowControlled - Interface in io.netty.handler.codec.http2
Implementations of this interface are used to progressively write chunks of the underlying payload to the stream.
Http2SecurityUtil - Class in io.netty.handler.codec.http2
Provides utilities related to security requirements specific to HTTP/2.
Http2ServerUpgradeCodec - Class in io.netty.handler.codec.http2
Server-side codec for performing a cleartext upgrade from HTTP/1.x to HTTP/2.
Http2ServerUpgradeCodec(Http2ConnectionHandler) - Constructor for class io.netty.handler.codec.http2.Http2ServerUpgradeCodec
Creates the codec using a default name for the connection handler when adding to the pipeline.
Http2ServerUpgradeCodec(String, Http2ConnectionHandler) - Constructor for class io.netty.handler.codec.http2.Http2ServerUpgradeCodec
Creates the codec providing an upgrade to the given handler for HTTP/2.
Http2Settings - Class in io.netty.handler.codec.http2
Settings for one endpoint in an HTTP/2 connection.
Http2Settings() - Constructor for class io.netty.handler.codec.http2.Http2Settings
 
Http2Settings(int, float) - Constructor for class io.netty.handler.codec.http2.Http2Settings
 
Http2Settings(int) - Constructor for class io.netty.handler.codec.http2.Http2Settings
 
Http2Stream - Interface in io.netty.handler.codec.http2
A single stream within an HTTP2 connection.
Http2Stream.State - Enum in io.netty.handler.codec.http2
The allowed states of an HTTP2 stream.
Http2StreamRemovalPolicy - Interface in io.netty.handler.codec.http2
A policy for determining when it is appropriate to remove streams from an HTTP/2 stream registry.
Http2StreamRemovalPolicy.Action - Interface in io.netty.handler.codec.http2
Performs the action of removing the stream.
HTTP_1_0 - Static variable in class io.netty.handler.codec.http.HttpVersion
HTTP/1.0
HTTP_1_1 - Static variable in class io.netty.handler.codec.http.HttpVersion
HTTP/1.1
HTTP_UPGRADE_PROTOCOL_NAME - Static variable in class io.netty.handler.codec.http2.Http2CodecUtil
 
HTTP_UPGRADE_SETTINGS_HEADER - Static variable in class io.netty.handler.codec.http2.Http2CodecUtil
 
HTTP_UPGRADE_STREAM_ID - Static variable in class io.netty.handler.codec.http2.Http2CodecUtil
 
HTTP_VERSION_NOT_SUPPORTED - Static variable in class io.netty.handler.codec.http.HttpResponseStatus
505 HTTP Version Not Supported
HttpChunkedInput - Class in io.netty.handler.codec.http
A ChunkedInput that fetches data chunk by chunk for use with HTTP chunked transfers.
HttpChunkedInput(ChunkedInput<ByteBuf>) - Constructor for class io.netty.handler.codec.http.HttpChunkedInput
Creates a new instance using the specified input.
HttpChunkedInput(ChunkedInput<ByteBuf>, LastHttpContent) - Constructor for class io.netty.handler.codec.http.HttpChunkedInput
Creates a new instance using the specified input.
HttpClientCodec - Class in io.netty.handler.codec.http
A combination of HttpRequestEncoder and HttpResponseDecoder which enables easier client side HTTP implementation.
HttpClientCodec() - Constructor for class io.netty.handler.codec.http.HttpClientCodec
Creates a new instance with the default decoder options (maxInitialLineLength (4096}, maxHeaderSize (8192), and maxChunkSize (8192)).
HttpClientCodec(int, int, int) - Constructor for class io.netty.handler.codec.http.HttpClientCodec
Creates a new instance with the specified decoder options.
HttpClientCodec(int, int, int, boolean) - Constructor for class io.netty.handler.codec.http.HttpClientCodec
Creates a new instance with the specified decoder options.
HttpClientCodec(int, int, int, boolean, boolean) - Constructor for class io.netty.handler.codec.http.HttpClientCodec
Creates a new instance with the specified decoder options.
HttpClientUpgradeHandler - Class in io.netty.handler.codec.http
Client-side handler for handling an HTTP upgrade handshake to another protocol.
HttpClientUpgradeHandler(HttpClientUpgradeHandler.SourceCodec, HttpClientUpgradeHandler.UpgradeCodec, int) - Constructor for class io.netty.handler.codec.http.HttpClientUpgradeHandler
Constructs the client upgrade handler.
HttpClientUpgradeHandler.SourceCodec - Interface in io.netty.handler.codec.http
The source codec that is used in the pipeline initially.
HttpClientUpgradeHandler.UpgradeCodec - Interface in io.netty.handler.codec.http
A codec that the source can be upgraded to.
HttpClientUpgradeHandler.UpgradeEvent - Enum in io.netty.handler.codec.http
User events that are fired to notify about upgrade status.
HttpConstants - Class in io.netty.handler.codec.http
 
HttpContent - Interface in io.netty.handler.codec.http
An HTTP chunk which is used for HTTP chunked transfer-encoding.
HttpContentCompressor - Class in io.netty.handler.codec.http
Compresses an HttpMessage and an HttpContent in gzip or deflate encoding while respecting the "Accept-Encoding" header.
HttpContentCompressor() - Constructor for class io.netty.handler.codec.http.HttpContentCompressor
Creates a new handler with the default compression level (6), default window size (15) and default memory level (8).
HttpContentCompressor(int) - Constructor for class io.netty.handler.codec.http.HttpContentCompressor
Creates a new handler with the specified compression level, default window size (15) and default memory level (8).
HttpContentCompressor(int, int, int) - Constructor for class io.netty.handler.codec.http.HttpContentCompressor
Creates a new handler with the specified compression level, window size, and memory level..
HttpContentDecoder - Class in io.netty.handler.codec.http
Decodes the content of the received HttpRequest and HttpContent.
HttpContentDecoder() - Constructor for class io.netty.handler.codec.http.HttpContentDecoder
 
HttpContentDecompressor - Class in io.netty.handler.codec.http
Decompresses an HttpMessage and an HttpContent compressed in gzip or deflate encoding.
HttpContentDecompressor() - Constructor for class io.netty.handler.codec.http.HttpContentDecompressor
Create a new HttpContentDecompressor in non-strict mode.
HttpContentDecompressor(boolean) - Constructor for class io.netty.handler.codec.http.HttpContentDecompressor
HttpContentEncoder - Class in io.netty.handler.codec.http
Encodes the content of the outbound HttpResponse and HttpContent.
HttpContentEncoder() - Constructor for class io.netty.handler.codec.http.HttpContentEncoder
 
HttpContentEncoder.Result - Class in io.netty.handler.codec.http
 
HttpContentEncoder.Result(String, EmbeddedChannel) - Constructor for class io.netty.handler.codec.http.HttpContentEncoder.Result
 
HttpData - Interface in io.netty.handler.codec.http.multipart
Extended interface for InterfaceHttpData
HttpDataFactory - Interface in io.netty.handler.codec.http.multipart
Interface to enable creation of InterfaceHttpData objects
HttpHeaderNames - Class in io.netty.handler.codec.http
Standard HTTP header names.
HttpHeaders - Interface in io.netty.handler.codec.http
Provides the constants for the standard HTTP header names and values and commonly used utility methods that accesses an HttpMessage.
HttpHeaderUtil - Class in io.netty.handler.codec.http
 
HttpHeaderValues - Class in io.netty.handler.codec.http
Standard HTTP header values.
HttpMessage - Interface in io.netty.handler.codec.http
An interface that defines a HTTP message, providing common properties for HttpRequest and HttpResponse.
HttpMethod - Class in io.netty.handler.codec.http
The request method of HTTP or its derived protocols, such as RTSP and ICAP.
HttpMethod(String) - Constructor for class io.netty.handler.codec.http.HttpMethod
Creates a new HTTP method with the specified name.
HttpObject - Interface in io.netty.handler.codec.http
 
HttpObjectAggregator - Class in io.netty.handler.codec.http
A ChannelHandler that aggregates an HttpMessage and its following HttpContents into a single FullHttpRequest or FullHttpResponse (depending on if it used to handle requests or responses) with no following HttpContents.
HttpObjectAggregator(int) - Constructor for class io.netty.handler.codec.http.HttpObjectAggregator
Creates a new instance.
HttpObjectDecoder - Class in io.netty.handler.codec.http
Decodes ByteBufs into HttpMessages and HttpContents.
HttpObjectDecoder() - Constructor for class io.netty.handler.codec.http.HttpObjectDecoder
Creates a new instance with the default maxInitialLineLength (4096}, maxHeaderSize (8192), and maxChunkSize (8192).
HttpObjectDecoder(int, int, int, boolean) - Constructor for class io.netty.handler.codec.http.HttpObjectDecoder
Creates a new instance with the specified parameters.
HttpObjectDecoder(int, int, int, boolean, boolean) - Constructor for class io.netty.handler.codec.http.HttpObjectDecoder
Creates a new instance with the specified parameters.
HttpObjectEncoder<H extends HttpMessage> - Class in io.netty.handler.codec.http
Encodes an HttpMessage or an HttpContent into a ByteBuf.
HttpObjectEncoder() - Constructor for class io.netty.handler.codec.http.HttpObjectEncoder
 
HttpPostMultipartRequestDecoder - Class in io.netty.handler.codec.http.multipart
This decoder will decode Body and can handle POST BODY.
HttpPostMultipartRequestDecoder(HttpRequest) - Constructor for class io.netty.handler.codec.http.multipart.HttpPostMultipartRequestDecoder
 
HttpPostMultipartRequestDecoder(HttpDataFactory, HttpRequest) - Constructor for class io.netty.handler.codec.http.multipart.HttpPostMultipartRequestDecoder
 
HttpPostMultipartRequestDecoder(HttpDataFactory, HttpRequest, Charset) - Constructor for class io.netty.handler.codec.http.multipart.HttpPostMultipartRequestDecoder
 
HttpPostRequestDecoder - Class in io.netty.handler.codec.http.multipart
This decoder will decode Body and can handle POST BODY.
HttpPostRequestDecoder(HttpRequest) - Constructor for class io.netty.handler.codec.http.multipart.HttpPostRequestDecoder
 
HttpPostRequestDecoder(HttpDataFactory, HttpRequest) - Constructor for class io.netty.handler.codec.http.multipart.HttpPostRequestDecoder
 
HttpPostRequestDecoder(HttpDataFactory, HttpRequest, Charset) - Constructor for class io.netty.handler.codec.http.multipart.HttpPostRequestDecoder
 
HttpPostRequestDecoder.EndOfDataDecoderException - Exception in io.netty.handler.codec.http.multipart
Exception when the body is fully decoded, even if there is still data
HttpPostRequestDecoder.EndOfDataDecoderException() - Constructor for exception io.netty.handler.codec.http.multipart.HttpPostRequestDecoder.EndOfDataDecoderException
 
HttpPostRequestDecoder.ErrorDataDecoderException - Exception in io.netty.handler.codec.http.multipart
Exception when an error occurs while decoding
HttpPostRequestDecoder.ErrorDataDecoderException() - Constructor for exception io.netty.handler.codec.http.multipart.HttpPostRequestDecoder.ErrorDataDecoderException
 
HttpPostRequestDecoder.ErrorDataDecoderException(String) - Constructor for exception io.netty.handler.codec.http.multipart.HttpPostRequestDecoder.ErrorDataDecoderException
 
HttpPostRequestDecoder.ErrorDataDecoderException(Throwable) - Constructor for exception io.netty.handler.codec.http.multipart.HttpPostRequestDecoder.ErrorDataDecoderException
 
HttpPostRequestDecoder.ErrorDataDecoderException(String, Throwable) - Constructor for exception io.netty.handler.codec.http.multipart.HttpPostRequestDecoder.ErrorDataDecoderException
 
HttpPostRequestDecoder.MultiPartStatus - Enum in io.netty.handler.codec.http.multipart
states follow NOTSTARTED PREAMBLE ( (HEADERDELIMITER DISPOSITION (FIELD | FILEUPLOAD))* (HEADERDELIMITER DISPOSITION MIXEDPREAMBLE (MIXEDDELIMITER MIXEDDISPOSITION MIXEDFILEUPLOAD)+ MIXEDCLOSEDELIMITER)* CLOSEDELIMITER)+ EPILOGUE First getStatus is: NOSTARTED Content-type: multipart/form-data, boundary=AaB03x => PREAMBLE in Header --AaB03x => HEADERDELIMITER content-disposition: form-data; name="field1" => DISPOSITION Joe Blow => FIELD --AaB03x => HEADERDELIMITER content-disposition: form-data; name="pics" => DISPOSITION Content-type: multipart/mixed, boundary=BbC04y --BbC04y => MIXEDDELIMITER Content-disposition: attachment; filename="file1.txt" => MIXEDDISPOSITION Content-Type: text/plain ... contents of file1.txt ... => MIXEDFILEUPLOAD --BbC04y => MIXEDDELIMITER Content-disposition: file; filename="file2.gif" => MIXEDDISPOSITION Content-type: image/gif Content-Transfer-Encoding: binary ...contents of file2.gif... => MIXEDFILEUPLOAD --BbC04y-- => MIXEDCLOSEDELIMITER --AaB03x-- => CLOSEDELIMITER Once CLOSEDELIMITER is found, last getStatus is EPILOGUE
HttpPostRequestDecoder.NotEnoughDataDecoderException - Exception in io.netty.handler.codec.http.multipart
Exception when try reading data from request in chunked format, and not enough data are available (need more chunks)
HttpPostRequestDecoder.NotEnoughDataDecoderException() - Constructor for exception io.netty.handler.codec.http.multipart.HttpPostRequestDecoder.NotEnoughDataDecoderException
 
HttpPostRequestDecoder.NotEnoughDataDecoderException(String) - Constructor for exception io.netty.handler.codec.http.multipart.HttpPostRequestDecoder.NotEnoughDataDecoderException
 
HttpPostRequestDecoder.NotEnoughDataDecoderException(Throwable) - Constructor for exception io.netty.handler.codec.http.multipart.HttpPostRequestDecoder.NotEnoughDataDecoderException
 
HttpPostRequestDecoder.NotEnoughDataDecoderException(String, Throwable) - Constructor for exception io.netty.handler.codec.http.multipart.HttpPostRequestDecoder.NotEnoughDataDecoderException
 
HttpPostRequestEncoder - Class in io.netty.handler.codec.http.multipart
This encoder will help to encode Request for a FORM as POST.
HttpPostRequestEncoder(HttpRequest, boolean) - Constructor for class io.netty.handler.codec.http.multipart.HttpPostRequestEncoder
 
HttpPostRequestEncoder(HttpDataFactory, HttpRequest, boolean) - Constructor for class io.netty.handler.codec.http.multipart.HttpPostRequestEncoder
 
HttpPostRequestEncoder(HttpDataFactory, HttpRequest, boolean, Charset, HttpPostRequestEncoder.EncoderMode) - Constructor for class io.netty.handler.codec.http.multipart.HttpPostRequestEncoder
 
HttpPostRequestEncoder.EncoderMode - Enum in io.netty.handler.codec.http.multipart
Different modes to use to encode form data.
HttpPostRequestEncoder.ErrorDataEncoderException - Exception in io.netty.handler.codec.http.multipart
Exception when an error occurs while encoding
HttpPostRequestEncoder.ErrorDataEncoderException() - Constructor for exception io.netty.handler.codec.http.multipart.HttpPostRequestEncoder.ErrorDataEncoderException
 
HttpPostRequestEncoder.ErrorDataEncoderException(String) - Constructor for exception io.netty.handler.codec.http.multipart.HttpPostRequestEncoder.ErrorDataEncoderException
 
HttpPostRequestEncoder.ErrorDataEncoderException(Throwable) - Constructor for exception io.netty.handler.codec.http.multipart.HttpPostRequestEncoder.ErrorDataEncoderException
 
HttpPostRequestEncoder.ErrorDataEncoderException(String, Throwable) - Constructor for exception io.netty.handler.codec.http.multipart.HttpPostRequestEncoder.ErrorDataEncoderException
 
HttpPostStandardRequestDecoder - Class in io.netty.handler.codec.http.multipart
This decoder will decode Body and can handle POST BODY.
HttpPostStandardRequestDecoder(HttpRequest) - Constructor for class io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder
 
HttpPostStandardRequestDecoder(HttpDataFactory, HttpRequest) - Constructor for class io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder
 
HttpPostStandardRequestDecoder(HttpDataFactory, HttpRequest, Charset) - Constructor for class io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder
 
HttpProxyHandler - Class in io.netty.handler.proxy
 
HttpProxyHandler(SocketAddress) - Constructor for class io.netty.handler.proxy.HttpProxyHandler
 
HttpProxyHandler(SocketAddress, String, String) - Constructor for class io.netty.handler.proxy.HttpProxyHandler
 
HttpRequest - Interface in io.netty.handler.codec.http
An HTTP request.
HttpRequestDecoder - Class in io.netty.handler.codec.http
Decodes ByteBufs into HttpRequests and HttpContents.
HttpRequestDecoder() - Constructor for class io.netty.handler.codec.http.HttpRequestDecoder
Creates a new instance with the default maxInitialLineLength (4096), maxHeaderSize (8192), and maxChunkSize (8192).
HttpRequestDecoder(int, int, int) - Constructor for class io.netty.handler.codec.http.HttpRequestDecoder
Creates a new instance with the specified parameters.
HttpRequestDecoder(int, int, int, boolean) - Constructor for class io.netty.handler.codec.http.HttpRequestDecoder
 
HttpRequestEncoder - Class in io.netty.handler.codec.http
Encodes an HttpRequest or an HttpContent into a ByteBuf.
HttpRequestEncoder() - Constructor for class io.netty.handler.codec.http.HttpRequestEncoder
 
HttpResponse - Interface in io.netty.handler.codec.http
An HTTP response.
HttpResponseDecoder - Class in io.netty.handler.codec.http
Decodes ByteBufs into HttpResponses and HttpContents.
HttpResponseDecoder() - Constructor for class io.netty.handler.codec.http.HttpResponseDecoder
Creates a new instance with the default maxInitialLineLength (4096), maxHeaderSize (8192), and maxChunkSize (8192).
HttpResponseDecoder(int, int, int) - Constructor for class io.netty.handler.codec.http.HttpResponseDecoder
Creates a new instance with the specified parameters.
HttpResponseDecoder(int, int, int, boolean) - Constructor for class io.netty.handler.codec.http.HttpResponseDecoder
 
HttpResponseEncoder - Class in io.netty.handler.codec.http
Encodes an HttpResponse or an HttpContent into a ByteBuf.
HttpResponseEncoder() - Constructor for class io.netty.handler.codec.http.HttpResponseEncoder
 
HttpResponseStatus - Class in io.netty.handler.codec.http
The response code and its description of HTTP or its derived protocols, such as RTSP and ICAP.
HttpResponseStatus(int, String) - Constructor for class io.netty.handler.codec.http.HttpResponseStatus
Creates a new instance with the specified code and its reasonPhrase.
HttpServerCodec - Class in io.netty.handler.codec.http
A combination of HttpRequestDecoder and HttpResponseEncoder which enables easier server side HTTP implementation.
HttpServerCodec() - Constructor for class io.netty.handler.codec.http.HttpServerCodec
Creates a new instance with the default decoder options (maxInitialLineLength (4096}, maxHeaderSize (8192), and maxChunkSize (8192)).
HttpServerCodec(int, int, int) - Constructor for class io.netty.handler.codec.http.HttpServerCodec
Creates a new instance with the specified decoder options.
HttpServerCodec(int, int, int, boolean) - Constructor for class io.netty.handler.codec.http.HttpServerCodec
Creates a new instance with the specified decoder options.
HttpServerUpgradeHandler - Class in io.netty.handler.codec.http
A server-side handler that receives HTTP requests and optionally performs a protocol switch if the requested protocol is supported.
HttpServerUpgradeHandler(HttpServerUpgradeHandler.SourceCodec, Collection<HttpServerUpgradeHandler.UpgradeCodec>, int) - Constructor for class io.netty.handler.codec.http.HttpServerUpgradeHandler
Constructs the upgrader with the supported codecs.
HttpServerUpgradeHandler.SourceCodec - Interface in io.netty.handler.codec.http
The source codec that is used in the pipeline initially.
HttpServerUpgradeHandler.UpgradeCodec - Interface in io.netty.handler.codec.http
A codec that the source can be upgraded to.
HttpServerUpgradeHandler.UpgradeEvent - Class in io.netty.handler.codec.http
User event that is fired to notify about the completion of an HTTP upgrade to another protocol.
HttpStatusClass - Enum in io.netty.handler.codec.http
The class of HTTP status.
HttpToHttp2ConnectionHandler - Class in io.netty.handler.codec.http2
Translates HTTP/1.x object writes into HTTP/2 frames.
HttpToHttp2ConnectionHandler(boolean, Http2FrameListener) - Constructor for class io.netty.handler.codec.http2.HttpToHttp2ConnectionHandler
 
HttpToHttp2ConnectionHandler(Http2Connection, Http2FrameListener) - Constructor for class io.netty.handler.codec.http2.HttpToHttp2ConnectionHandler
 
HttpToHttp2ConnectionHandler(Http2Connection, Http2FrameReader, Http2FrameWriter, Http2FrameListener) - Constructor for class io.netty.handler.codec.http2.HttpToHttp2ConnectionHandler
 
HttpToHttp2ConnectionHandler(Http2ConnectionDecoder.Builder, Http2ConnectionEncoder.Builder) - Constructor for class io.netty.handler.codec.http2.HttpToHttp2ConnectionHandler
 
HttpUtil - Class in io.netty.handler.codec.http2
Provides utility methods and constants for the HTTP/2 to HTTP conversion
HttpUtil.ExtensionHeaderNames - Enum in io.netty.handler.codec.http2
Provides the HTTP header extensions used to carry HTTP/2 information in HTTP objects
HttpVersion - Class in io.netty.handler.codec.http
The version of HTTP or its derived protocols, such as RTSP and ICAP.
HttpVersion(String, boolean) - Constructor for class io.netty.handler.codec.http.HttpVersion
Creates a new HTTP version with the specified version string.
HttpVersion(String, int, int, boolean) - Constructor for class io.netty.handler.codec.http.HttpVersion
Creates a new HTTP version with the specified protocol name and version numbers.

I

id() - Method in class io.netty.channel.AbstractChannel
 
id() - Method in interface io.netty.channel.Channel
Returns the globally unique identifier of this Channel.
id() - Method in class io.netty.channel.local.LocalAddress
Returns the ID of this address.
id() - Method in class io.netty.handler.codec.dns.DnsHeader
Returns the 2 byte unsigned identifier number used for the DnsMessage.
id() - Method in interface io.netty.handler.codec.http2.Http2Stream
Gets the unique identifier for this stream within the connection.
id() - Method in class io.netty.handler.codec.spdy.DefaultSpdyPingFrame
 
id() - Method in interface io.netty.handler.codec.spdy.SpdyPingFrame
Returns the ID of this frame.
ID - Static variable in interface io.netty.handler.codec.stomp.StompHeaders
 
id() - Method in class io.netty.util.AbstractConstant
 
id() - Method in interface io.netty.util.Constant
Returns the unique number assigned to this Constant.
id() - Method in error io.netty.util.Signal
 
IDENTD_AUTH_FAILURE - Static variable in class io.netty.handler.codec.socksx.v4.Socks4CommandStatus
 
IDENTD_UNREACHABLE - Static variable in class io.netty.handler.codec.socksx.v4.Socks4CommandStatus
 
identify() - Static method in class io.netty.util.Version
Retrieves the version information of Netty artifacts using the current context class loader.
identify(ClassLoader) - Static method in class io.netty.util.Version
Retrieves the version information of Netty artifacts using the specified ClassLoader.
IDENTITY - Static variable in class io.netty.handler.codec.http.HttpHeaderValues
"identity"
IDENTITY - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderValues
"identity"
IdentityCipherSuiteFilter - Class in io.netty.handler.ssl
This class will not do any filtering of ciphers suites.
IdleState - Enum in io.netty.handler.timeout
An Enum that represents the idle state of a Channel.
IdleStateEvent - Class in io.netty.handler.timeout
A user event triggered by IdleStateHandler when a Channel is idle.
IdleStateHandler - Class in io.netty.handler.timeout
Triggers an IdleStateEvent when a Channel has not performed read, write, or both operation for a while.
IdleStateHandler(int, int, int) - Constructor for class io.netty.handler.timeout.IdleStateHandler
Creates a new instance firing IdleStateEvents.
IdleStateHandler(long, long, long, TimeUnit) - Constructor for class io.netty.handler.timeout.IdleStateHandler
Creates a new instance firing IdleStateEvents.
ids() - Method in class io.netty.handler.codec.spdy.DefaultSpdySettingsFrame
 
ids() - Method in interface io.netty.handler.codec.spdy.SpdySettingsFrame
Returns a Set of the setting IDs.
IF_MATCH - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
"if-match"
IF_MATCH - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderNames
"if-match"
IF_MODIFIED_SINCE - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
"if-modified-since"
IF_MODIFIED_SINCE - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderNames
"if-modified-since"
IF_NONE_MATCH - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
"if-none-match"
IF_RANGE - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
"if-range"
IF_UNMODIFIED_SINCE - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
"if-unmodified-since"
IllegalReferenceCountException - Exception in io.netty.util
An IllegalStateException which is raised when a user attempts to access a ReferenceCounted whose reference count has been decreased to 0 (and consequently freed).
IllegalReferenceCountException() - Constructor for exception io.netty.util.IllegalReferenceCountException
 
IllegalReferenceCountException(int) - Constructor for exception io.netty.util.IllegalReferenceCountException
 
IllegalReferenceCountException(int, int) - Constructor for exception io.netty.util.IllegalReferenceCountException
 
IllegalReferenceCountException(String) - Constructor for exception io.netty.util.IllegalReferenceCountException
 
IllegalReferenceCountException(String, Throwable) - Constructor for exception io.netty.util.IllegalReferenceCountException
 
IllegalReferenceCountException(Throwable) - Constructor for exception io.netty.util.IllegalReferenceCountException
 
ImmediateEventExecutor - Class in io.netty.util.concurrent
AbstractEventExecutor which execute tasks in the callers thread.
ImmediateExecutor - Class in io.netty.util.concurrent
Executor which execute tasks in the callers thread.
immediateRemovalPolicy() - Static method in class io.netty.handler.codec.http2.Http2CodecUtil
Returns a simple Http2StreamRemovalPolicy that immediately calls back the Http2StreamRemovalPolicy.Action when a stream is marked for removal.
IN - Static variable in class io.netty.handler.codec.dns.DnsClass
Default class for DNS entries.
InboundHttp2ToHttpAdapter - Class in io.netty.handler.codec.http2
This adapter provides just header/data events from the HTTP message flow defined here
InboundHttp2ToHttpAdapter(InboundHttp2ToHttpAdapter.Builder) - Constructor for class io.netty.handler.codec.http2.InboundHttp2ToHttpAdapter
 
InboundHttp2ToHttpAdapter.Builder - Class in io.netty.handler.codec.http2
 
InboundHttp2ToHttpAdapter.Builder(Http2Connection) - Constructor for class io.netty.handler.codec.http2.InboundHttp2ToHttpAdapter.Builder
Creates a new InboundHttp2ToHttpAdapter builder for the specified Http2Connection.
InboundHttp2ToHttpPriorityAdapter - Class in io.netty.handler.codec.http2
Translate header/data/priority HTTP/2 frame events into HTTP events.
InboundHttp2ToHttpPriorityAdapter.Builder - Class in io.netty.handler.codec.http2
 
InboundHttp2ToHttpPriorityAdapter.Builder(Http2Connection) - Constructor for class io.netty.handler.codec.http2.InboundHttp2ToHttpPriorityAdapter.Builder
Creates a new InboundHttp2ToHttpPriorityAdapter builder for the specified Http2Connection.
inboundMessages() - Method in class io.netty.channel.embedded.EmbeddedChannel
Returns the Queue which holds all the Objects that were received by this Channel.
incompleteWrite(boolean) - Method in class io.netty.channel.nio.AbstractNioByteChannel
 
increaseWriteCounter(long) - Method in class io.netty.channel.ChannelFlushPromiseNotifier
Increase the current write counter by the given delta
INCREMENT - Static variable in class io.netty.handler.codec.memcache.binary.BinaryMemcacheOpcodes
 
INCREMENTQ - Static variable in class io.netty.handler.codec.memcache.binary.BinaryMemcacheOpcodes
 
incrementWindowSize(ChannelHandlerContext, Http2Stream, int) - Method in class io.netty.handler.codec.http2.DefaultHttp2LocalFlowController
 
incrementWindowSize(ChannelHandlerContext, Http2Stream, int) - Method in class io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController
 
incrementWindowSize(ChannelHandlerContext, Http2Stream, int) - Method in interface io.netty.handler.codec.http2.Http2FlowController
Increments the size of the stream's flow control window by the given delta.
indexOf(int, int, byte) - Method in class io.netty.buffer.AbstractByteBuf
 
indexOf(int, int, byte) - Method in class io.netty.buffer.ByteBuf
Locates the first occurrence of the specified value in this buffer.
indexOf(ByteBuf, int, int, byte) - Static method in class io.netty.buffer.ByteBufUtil
The default implementation of ByteBuf.indexOf(int, int, byte).
indexOf(int, int, byte) - Method in class io.netty.buffer.EmptyByteBuf
 
indexOf(int, int, byte) - Method in class io.netty.buffer.SwappedByteBuf
 
indexOf(int, int, byte) - Method in class io.netty.buffer.WrappedByteBuf
 
indexOf(int) - Method in class io.netty.handler.codec.AsciiString
Searches in this string for the first index of the specified character.
indexOf(int, int) - Method in class io.netty.handler.codec.AsciiString
Searches in this string for the index of the specified character.
indexOf(CharSequence) - Method in class io.netty.handler.codec.AsciiString
Searches in this string for the first index of the specified string.
indexOf(CharSequence, int) - Method in class io.netty.handler.codec.AsciiString
Searches in this string for the index of the specified string.
inEventLoop() - Method in class io.netty.util.concurrent.AbstractEventExecutor
 
inEventLoop() - Method in interface io.netty.util.concurrent.EventExecutor
inEventLoop(Thread) - Method in interface io.netty.util.concurrent.EventExecutor
Return true if the given Thread is executed in the event loop, false otherwise.
inEventLoop(Thread) - Method in class io.netty.util.concurrent.GlobalEventExecutor
 
inEventLoop() - Method in class io.netty.util.concurrent.ImmediateEventExecutor
 
inEventLoop(Thread) - Method in class io.netty.util.concurrent.ImmediateEventExecutor
 
inEventLoop(Thread) - Method in class io.netty.util.concurrent.SingleThreadEventExecutor
 
informReadOperation(ChannelHandlerContext, long) - Method in class io.netty.handler.traffic.GlobalChannelTrafficShapingHandler
 
initCause(Throwable) - Method in error io.netty.util.Signal
 
initChannel(C) - Method in class io.netty.channel.ChannelInitializer
This method will be called once the Channel was registered.
initialValue() - Method in class io.netty.util.concurrent.FastThreadLocal
Returns the initial value for this thread-local variable.
initialWindowSize(int) - Method in class io.netty.handler.codec.http2.DefaultHttp2LocalFlowController
 
initialWindowSize() - Method in class io.netty.handler.codec.http2.DefaultHttp2LocalFlowController
 
initialWindowSize(int) - Method in class io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController
 
initialWindowSize() - Method in class io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController
 
initialWindowSize(int) - Method in interface io.netty.handler.codec.http2.Http2FlowController
Sets the initial flow control window and updates all stream windows (but not the connection window) by the delta.
initialWindowSize() - Method in interface io.netty.handler.codec.http2.Http2FlowController
Gets the initial flow control window size that is used as the basis for new stream flow control windows.
initialWindowSize() - Method in class io.netty.handler.codec.http2.Http2Settings
Gets the SETTINGS_INITIAL_WINDOW_SIZE value.
initialWindowSize(int) - Method in class io.netty.handler.codec.http2.Http2Settings
Sets the SETTINGS_INITIAL_WINDOW_SIZE value.
InsecureTrustManagerFactory - Class in io.netty.handler.ssl.util
An insecure TrustManagerFactory that trusts all X.509 certificates without any verification.
INSTANCE - Static variable in class io.netty.channel.socket.ChannelInputShutdownEvent
Instance to use
INSTANCE - Static variable in class io.netty.handler.codec.http.EmptyHttpHeaders
 
INSTANCE - Static variable in class io.netty.handler.codec.http2.EmptyHttp2Headers
 
INSTANCE - Static variable in class io.netty.handler.codec.socksx.v4.Socks4ClientEncoder
The singleton instance of Socks4ClientEncoder
INSTANCE - Static variable in class io.netty.handler.codec.socksx.v4.Socks4ServerEncoder
 
INSTANCE - Static variable in class io.netty.handler.ssl.IdentityCipherSuiteFilter
 
INSTANCE - Static variable in class io.netty.handler.ssl.SupportedCipherSuiteFilter
 
INSTANCE - Static variable in class io.netty.handler.ssl.util.InsecureTrustManagerFactory
 
INSTANCE - Static variable in exception io.netty.handler.timeout.ReadTimeoutException
 
INSTANCE - Static variable in exception io.netty.handler.timeout.WriteTimeoutException
 
INSTANCE - Static variable in class io.netty.resolver.DefaultNameResolverGroup
 
INSTANCE - Static variable in class io.netty.resolver.NoopNameResolverGroup
 
INSTANCE - Static variable in class io.netty.util.concurrent.GlobalEventExecutor
 
INSTANCE - Static variable in class io.netty.util.concurrent.ImmediateEventExecutor
 
INSTANCE - Static variable in class io.netty.util.concurrent.ImmediateExecutor
 
INSUFFICIENT_STORAGE - Static variable in class io.netty.handler.codec.http.HttpResponseStatus
507 Insufficient Storage (WebDAV, RFC4918)
INT_FIELD_LENGTH - Static variable in class io.netty.handler.codec.http2.Http2CodecUtil
 
InterfaceHttpData - Interface in io.netty.handler.codec.http.multipart
Interface for all Objects that could be encoded/decoded using HttpPostRequestEncoder/Decoder
InterfaceHttpData.HttpDataType - Enum in io.netty.handler.codec.http.multipart
 
InterfaceHttpPostRequestDecoder - Interface in io.netty.handler.codec.http.multipart
This decoder will decode Body and can handle POST BODY (or for PUT, PATCH or OPTIONS).
INTERLEAVED - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderValues
"interleaved"
INTERNAL_ERROR - Static variable in class io.netty.handler.codec.spdy.SpdySessionStatus
2 Internal Error
INTERNAL_ERROR - Static variable in class io.netty.handler.codec.spdy.SpdyStreamStatus
6 Internal Error
INTERNAL_SERVER_ERROR - Static variable in class io.netty.handler.codec.http.HttpResponseStatus
500 Internal Server Error
INTERNAL_SERVER_ERROR - Static variable in class io.netty.handler.codec.rtsp.RtspResponseStatuses
500 Internal Server Error
internalBuffer() - Method in class io.netty.handler.codec.ByteToMessageDecoder
Returns the internal cumulative buffer of this decoder.
internalComponent(int) - Method in class io.netty.buffer.CompositeByteBuf
Return the internal ByteBuf on the specified index.
internalComponentAtOffset(int) - Method in class io.netty.buffer.CompositeByteBuf
Return the internal ByteBuf on the specified offset.
internalLevel - Variable in class io.netty.handler.logging.LoggingHandler
 
internalNioBuffer(int, int) - Method in class io.netty.buffer.AbstractDerivedByteBuf
 
internalNioBuffer(int, int) - Method in class io.netty.buffer.ByteBuf
Internal use only: Exposes the internal NIO buffer.
internalNioBuffer(int, int) - Method in class io.netty.buffer.CompositeByteBuf
 
internalNioBuffer(int, int) - Method in class io.netty.buffer.DuplicatedByteBuf
 
internalNioBuffer(int, int) - Method in class io.netty.buffer.EmptyByteBuf
 
internalNioBuffer(int, int) - Method in class io.netty.buffer.ReadOnlyByteBuf
 
internalNioBuffer(int, int) - Method in class io.netty.buffer.SlicedByteBuf
 
internalNioBuffer(int, int) - Method in class io.netty.buffer.SwappedByteBuf
 
internalNioBuffer(int, int) - Method in class io.netty.buffer.UnpooledDirectByteBuf
 
internalNioBuffer(int, int) - Method in class io.netty.buffer.UnpooledHeapByteBuf
 
internalNioBuffer(int, int) - Method in class io.netty.buffer.UnpooledUnsafeDirectByteBuf
 
internalNioBuffer(int, int) - Method in class io.netty.buffer.WrappedByteBuf
 
InternetProtocolFamily - Enum in io.netty.channel.socket
Internet Protocol (IP) families used byte the DatagramChannel
IntObjectHashMap<V> - Class in io.netty.util.collection
A hash map implementation of IntObjectMap that uses open addressing for keys.
IntObjectHashMap() - Constructor for class io.netty.util.collection.IntObjectHashMap
 
IntObjectHashMap(int) - Constructor for class io.netty.util.collection.IntObjectHashMap
 
IntObjectHashMap(int, float) - Constructor for class io.netty.util.collection.IntObjectHashMap
 
IntObjectMap<V> - Interface in io.netty.util.collection
Interface for a primitive map that uses ints as keys.
IntObjectMap.Entry<V> - Interface in io.netty.util.collection
An Entry in the map.
intToIpAddress(int) - Static method in class io.netty.util.NetUtil
Converts a 32-bit integer into an IPv4 address.
intValue() - Method in class io.netty.channel.unix.FileDescriptor
Return the int value of the filedescriptor.
intValue() - Method in class io.netty.handler.codec.dns.DnsClass
Returns the protocol value represented by this class
intValue() - Method in class io.netty.handler.codec.dns.DnsType
Returns the value of this DnsType as it appears in DNS protocol
INVALID_CREDENTIALS - Static variable in class io.netty.handler.codec.spdy.SpdyStreamStatus
10 Invalid Credentials
INVALID_RANGE - Static variable in class io.netty.handler.codec.rtsp.RtspResponseStatuses
457 Invalid Range
INVALID_STREAM - Static variable in class io.netty.handler.codec.spdy.SpdyStreamStatus
2 Invalid Stream
invalidateLocalAddress() - Method in class io.netty.channel.AbstractChannel
 
invalidateRemoteAddress() - Method in class io.netty.channel.AbstractChannel
Reset the stored remoteAddress
invert(ChannelMatcher) - Static method in class io.netty.channel.group.ChannelMatchers
Invert the given ChannelMatcher.
invokeAll(Collection<? extends Callable<T>>) - Method in class io.netty.util.concurrent.AbstractEventExecutorGroup
 
invokeAll(Collection<? extends Callable<T>>, long, TimeUnit) - Method in class io.netty.util.concurrent.AbstractEventExecutorGroup
 
invokeAny(Collection<? extends Callable<T>>) - Method in class io.netty.util.concurrent.AbstractEventExecutorGroup
 
invokeAny(Collection<? extends Callable<T>>, long, TimeUnit) - Method in class io.netty.util.concurrent.AbstractEventExecutorGroup
 
invokeBind(ChannelHandlerContext, SocketAddress, ChannelPromise) - Method in interface io.netty.channel.ChannelHandlerInvoker
invokeBind(ChannelHandlerContext, SocketAddress, ChannelPromise) - Method in class io.netty.channel.DefaultChannelHandlerInvoker
 
invokeBindNow(ChannelHandlerContext, SocketAddress, ChannelPromise) - Static method in class io.netty.channel.ChannelHandlerInvokerUtil
 
invokeChannelActive(ChannelHandlerContext) - Method in interface io.netty.channel.ChannelHandlerInvoker
invokeChannelActive(ChannelHandlerContext) - Method in class io.netty.channel.DefaultChannelHandlerInvoker
 
invokeChannelActiveNow(ChannelHandlerContext) - Static method in class io.netty.channel.ChannelHandlerInvokerUtil
 
invokeChannelInactive(ChannelHandlerContext) - Method in interface io.netty.channel.ChannelHandlerInvoker
invokeChannelInactive(ChannelHandlerContext) - Method in class io.netty.channel.DefaultChannelHandlerInvoker
 
invokeChannelInactiveNow(ChannelHandlerContext) - Static method in class io.netty.channel.ChannelHandlerInvokerUtil
 
invokeChannelRead(ChannelHandlerContext, Object) - Method in interface io.netty.channel.ChannelHandlerInvoker
invokeChannelRead(ChannelHandlerContext, Object) - Method in class io.netty.channel.DefaultChannelHandlerInvoker
 
invokeChannelReadComplete(ChannelHandlerContext) - Method in interface io.netty.channel.ChannelHandlerInvoker
invokeChannelReadComplete(ChannelHandlerContext) - Method in class io.netty.channel.DefaultChannelHandlerInvoker
 
invokeChannelReadCompleteNow(ChannelHandlerContext) - Static method in class io.netty.channel.ChannelHandlerInvokerUtil
 
invokeChannelReadNow(ChannelHandlerContext, Object) - Static method in class io.netty.channel.ChannelHandlerInvokerUtil
 
invokeChannelRegistered(ChannelHandlerContext) - Method in interface io.netty.channel.ChannelHandlerInvoker
invokeChannelRegistered(ChannelHandlerContext) - Method in class io.netty.channel.DefaultChannelHandlerInvoker
 
invokeChannelRegisteredNow(ChannelHandlerContext) - Static method in class io.netty.channel.ChannelHandlerInvokerUtil
 
invokeChannelUnregistered(ChannelHandlerContext) - Method in interface io.netty.channel.ChannelHandlerInvoker
invokeChannelUnregistered(ChannelHandlerContext) - Method in class io.netty.channel.DefaultChannelHandlerInvoker
 
invokeChannelUnregisteredNow(ChannelHandlerContext) - Static method in class io.netty.channel.ChannelHandlerInvokerUtil
 
invokeChannelWritabilityChanged(ChannelHandlerContext) - Method in interface io.netty.channel.ChannelHandlerInvoker
invokeChannelWritabilityChanged(ChannelHandlerContext) - Method in class io.netty.channel.DefaultChannelHandlerInvoker
 
invokeChannelWritabilityChangedNow(ChannelHandlerContext) - Static method in class io.netty.channel.ChannelHandlerInvokerUtil
 
invokeClose(ChannelHandlerContext, ChannelPromise) - Method in interface io.netty.channel.ChannelHandlerInvoker
invokeClose(ChannelHandlerContext, ChannelPromise) - Method in class io.netty.channel.DefaultChannelHandlerInvoker
 
invokeCloseNow(ChannelHandlerContext, ChannelPromise) - Static method in class io.netty.channel.ChannelHandlerInvokerUtil
 
invokeConnect(ChannelHandlerContext, SocketAddress, SocketAddress, ChannelPromise) - Method in interface io.netty.channel.ChannelHandlerInvoker
invokeConnect(ChannelHandlerContext, SocketAddress, SocketAddress, ChannelPromise) - Method in class io.netty.channel.DefaultChannelHandlerInvoker
 
invokeConnectNow(ChannelHandlerContext, SocketAddress, SocketAddress, ChannelPromise) - Static method in class io.netty.channel.ChannelHandlerInvokerUtil
 
invokeDeregister(ChannelHandlerContext, ChannelPromise) - Method in interface io.netty.channel.ChannelHandlerInvoker
invokeDeregister(ChannelHandlerContext, ChannelPromise) - Method in class io.netty.channel.DefaultChannelHandlerInvoker
 
invokeDeregisterNow(ChannelHandlerContext, ChannelPromise) - Static method in class io.netty.channel.ChannelHandlerInvokerUtil
 
invokeDisconnect(ChannelHandlerContext, ChannelPromise) - Method in interface io.netty.channel.ChannelHandlerInvoker
invokeDisconnect(ChannelHandlerContext, ChannelPromise) - Method in class io.netty.channel.DefaultChannelHandlerInvoker
 
invokeDisconnectNow(ChannelHandlerContext, ChannelPromise) - Static method in class io.netty.channel.ChannelHandlerInvokerUtil
 
invokeExceptionCaught(ChannelHandlerContext, Throwable) - Method in interface io.netty.channel.ChannelHandlerInvoker
invokeExceptionCaught(ChannelHandlerContext, Throwable) - Method in class io.netty.channel.DefaultChannelHandlerInvoker
 
invokeExceptionCaughtNow(ChannelHandlerContext, Throwable) - Static method in class io.netty.channel.ChannelHandlerInvokerUtil
 
invokeFlush(ChannelHandlerContext) - Method in interface io.netty.channel.ChannelHandlerInvoker
invokeFlush(ChannelHandlerContext) - Method in class io.netty.channel.DefaultChannelHandlerInvoker
 
invokeFlushNow(ChannelHandlerContext) - Static method in class io.netty.channel.ChannelHandlerInvokerUtil
 
invoker() - Method in class io.netty.channel.AbstractChannel.AbstractUnsafe
 
invoker() - Method in interface io.netty.channel.Channel.Unsafe
Returns the ChannelHandlerInvoker which is used by default unless specified by a user.
invoker() - Method in interface io.netty.channel.ChannelHandlerContext
Returns the ChannelHandlerInvoker which is used to trigger an event for the associated ChannelHandler.
invokeRead(ChannelHandlerContext) - Method in interface io.netty.channel.ChannelHandlerInvoker
invokeRead(ChannelHandlerContext) - Method in class io.netty.channel.DefaultChannelHandlerInvoker
 
invokeReadNow(ChannelHandlerContext) - Static method in class io.netty.channel.ChannelHandlerInvokerUtil
 
invokeUserEventTriggered(ChannelHandlerContext, Object) - Method in interface io.netty.channel.ChannelHandlerInvoker
invokeUserEventTriggered(ChannelHandlerContext, Object) - Method in class io.netty.channel.DefaultChannelHandlerInvoker
 
invokeUserEventTriggeredNow(ChannelHandlerContext, Object) - Static method in class io.netty.channel.ChannelHandlerInvokerUtil
 
invokeWrite(ChannelHandlerContext, Object, ChannelPromise) - Method in interface io.netty.channel.ChannelHandlerInvoker
invokeWrite(ChannelHandlerContext, Object, ChannelPromise) - Method in class io.netty.channel.DefaultChannelHandlerInvoker
 
invokeWriteNow(ChannelHandlerContext, Object, ChannelPromise) - Static method in class io.netty.channel.ChannelHandlerInvokerUtil
 
io.netty.bootstrap - package io.netty.bootstrap
The helper classes with fluent API which enable an easy implementation of typical client side and server side channel initialization.
io.netty.buffer - package io.netty.buffer
Abstraction of a byte buffer - the fundamental data structure to represent a low-level binary and text message.
io.netty.channel - package io.netty.channel
The core channel API which is asynchronous and event-driven abstraction of various transports such as a NIO Channel.
io.netty.channel.embedded - package io.netty.channel.embedded
A virtual Channel that helps wrapping a series of handlers to unit test the handlers or use them in non-I/O context.
io.netty.channel.epoll - package io.netty.channel.epoll
Optimized transport for linux which uses EPOLL Edge-Triggered Mode for maximal performance.
io.netty.channel.group - package io.netty.channel.group
A channel registry which helps a user maintain the list of open Channels and perform bulk operations on them.
io.netty.channel.local - package io.netty.channel.local
A virtual transport that enables the communication between the two parties in the same virtual machine.
io.netty.channel.nio - package io.netty.channel.nio
NIO-based channel API implementation - recommended for a large number of connections (>= 1000).
io.netty.channel.oio - package io.netty.channel.oio
Old blocking I/O based channel API implementation - recommended for a small number of connections (< 1000).
io.netty.channel.rxtx - package io.netty.channel.rxtx
A serial and parallel port communication transport based on RXTX.
io.netty.channel.sctp - package io.netty.channel.sctp
Abstract SCTP socket interfaces which extend the core channel API.
io.netty.channel.sctp.nio - package io.netty.channel.sctp.nio
NIO-based SCTP Channel API implementation - recommended for a large number of connections (>= 1000).
io.netty.channel.sctp.oio - package io.netty.channel.sctp.oio
Old blocking I/O based SCTP channel API implementation - recommended for a small number of connections (< 1000).
io.netty.channel.socket - package io.netty.channel.socket
Abstract TCP and UDP socket interfaces which extend the core channel API.
io.netty.channel.socket.nio - package io.netty.channel.socket.nio
NIO-based socket channel API implementation - recommended for a large number of connections (>= 1000).
io.netty.channel.socket.oio - package io.netty.channel.socket.oio
Old blocking I/O based socket channel API implementation - recommended for a small number of connections (< 1000).
io.netty.channel.udt - package io.netty.channel.udt
UDT Transport.
io.netty.channel.udt.nio - package io.netty.channel.udt.nio
UDT Transport for NIO Channels.
io.netty.channel.unix - package io.netty.channel.unix
Unix specific transport.
io.netty.handler.codec - package io.netty.handler.codec
Extensible decoder and its common implementations which deal with the packet fragmentation and reassembly issue found in a stream-based transport such as TCP/IP.
io.netty.handler.codec.base64 - package io.netty.handler.codec.base64
Encoder and decoder which transform a Base64-encoded String or ByteBuf into a decoded ByteBuf and vice versa.
io.netty.handler.codec.bytes - package io.netty.handler.codec.bytes
Encoder and decoder which transform an array of bytes into a ByteBuf and vice versa.
io.netty.handler.codec.compression - package io.netty.handler.codec.compression
Encoder and decoder which compresses and decompresses ByteBufs in a compression format such as zlib, gzip, and Snappy.
io.netty.handler.codec.dns - package io.netty.handler.codec.dns
DNS codec information for writing to and reading from a DNS server.
io.netty.handler.codec.haproxy - package io.netty.handler.codec.haproxy
Decodes an HAProxy proxy protocol header
io.netty.handler.codec.http - package io.netty.handler.codec.http
Encoder, decoder and their related message types for HTTP.
io.netty.handler.codec.http.cors - package io.netty.handler.codec.http.cors
This package contains Cross Origin Resource Sharing (CORS) related classes.
io.netty.handler.codec.http.multipart - package io.netty.handler.codec.http.multipart
HTTP multipart support.
io.netty.handler.codec.http.websocketx - package io.netty.handler.codec.http.websocketx
Encoder, decoder, handshakers and their related message types for Web Socket data frames.
io.netty.handler.codec.http.websocketx.extensions - package io.netty.handler.codec.http.websocketx.extensions
Encoder, decoder, handshakers to handle WebSocket Extensions.
io.netty.handler.codec.http.websocketx.extensions.compression - package io.netty.handler.codec.http.websocketx.extensions.compression
Encoder, decoder, handshakers to handle most common WebSocket Compression Extensions.
io.netty.handler.codec.http2 - package io.netty.handler.codec.http2
Handlers for sending and receiving HTTP/2 frames.
io.netty.handler.codec.json - package io.netty.handler.codec.json
JSON specific codecs.
io.netty.handler.codec.marshalling - package io.netty.handler.codec.marshalling
Decoder and Encoder which uses JBoss Marshalling.
io.netty.handler.codec.memcache - package io.netty.handler.codec.memcache
Common superset of ascii and binary classes.
io.netty.handler.codec.memcache.binary - package io.netty.handler.codec.memcache.binary
Implementations and Interfaces for the Memcache Binary protocol.
io.netty.handler.codec.mqtt - package io.netty.handler.codec.mqtt
Encoder, decoder and different Message Types for MQTT.
io.netty.handler.codec.protobuf - package io.netty.handler.codec.protobuf
Encoder and decoder which transform a Google Protocol Buffers Message into a ByteBuf and vice versa.
io.netty.handler.codec.rtsp - package io.netty.handler.codec.rtsp
An RTSP extension based on the HTTP codec.
io.netty.handler.codec.sctp - package io.netty.handler.codec.sctp
Decoder and encoders to manage message completion and multi-streaming codec in SCTP/IP.
io.netty.handler.codec.serialization - package io.netty.handler.codec.serialization
Encoder, decoder and their compatibility stream implementations which transform a Serializable object into a byte buffer and vice versa.
io.netty.handler.codec.socksx - package io.netty.handler.codec.socksx
Encoder, decoder and their related message types for SOCKS protocol.
io.netty.handler.codec.socksx.v4 - package io.netty.handler.codec.socksx.v4
Encoder, decoder and their related message types for SOCKSv4 protocol.
io.netty.handler.codec.socksx.v5 - package io.netty.handler.codec.socksx.v5
Encoder, decoder and their related message types for SOCKSv5 protocol.
io.netty.handler.codec.spdy - package io.netty.handler.codec.spdy
Encoder, decoder, session handler and their related message types for the SPDY protocol.
io.netty.handler.codec.stomp - package io.netty.handler.codec.stomp
STOMP codec
io.netty.handler.codec.string - package io.netty.handler.codec.string
Encoder and decoder which transform a String into a ByteBuf and vice versa.
io.netty.handler.codec.xml - package io.netty.handler.codec.xml
Xml specific codecs.
io.netty.handler.ipfilter - package io.netty.handler.ipfilter
Package to filter IP addresses (allow/deny).
io.netty.handler.logging - package io.netty.handler.logging
Logs the I/O events for debugging purpose.
io.netty.handler.proxy - package io.netty.handler.proxy
Adds support for client connections via proxy protocols such as SOCKS and HTTP CONNECT tunneling
io.netty.handler.ssl - package io.netty.handler.ssl
SSL · TLS implementation based on SSLEngine
io.netty.handler.ssl.util - package io.netty.handler.ssl.util
Utility classes that helps easier development of TLS/SSL applications.
io.netty.handler.stream - package io.netty.handler.stream
Writes very large data stream asynchronously neither spending a lot of memory nor getting OutOfMemoryError.
io.netty.handler.timeout - package io.netty.handler.timeout
Adds support for read and write timeout and idle connection notification using a Timer.
io.netty.handler.traffic - package io.netty.handler.traffic
Implementation of a Traffic Shaping Handler and Dynamic Statistics.
io.netty.resolver - package io.netty.resolver
Resolves an arbitrary string that represents the name of an endpoint into a SocketAddress.
io.netty.resolver.dns - package io.netty.resolver.dns
An alternative to Java's built-in domain name lookup mechanism that resolves a domain name asynchronously, which supports the queries of an arbitrary DNS record type as well.
io.netty.util - package io.netty.util
Utility classes used across multiple packages.
io.netty.util.collection - package io.netty.util.collection
Utility classes for commonly used collections.
io.netty.util.concurrent - package io.netty.util.concurrent
Utility classes for concurrent / async tasks.
ioBuffer() - Method in class io.netty.buffer.AbstractByteBufAllocator
 
ioBuffer(int) - Method in class io.netty.buffer.AbstractByteBufAllocator
 
ioBuffer(int, int) - Method in class io.netty.buffer.AbstractByteBufAllocator
 
ioBuffer() - Method in interface io.netty.buffer.ByteBufAllocator
Allocate a ByteBuf, preferably a direct buffer which is suitable for I/O.
ioBuffer(int) - Method in interface io.netty.buffer.ByteBufAllocator
Allocate a ByteBuf, preferably a direct buffer which is suitable for I/O.
ioBuffer(int, int) - Method in interface io.netty.buffer.ByteBufAllocator
Allocate a ByteBuf, preferably a direct buffer which is suitable for I/O.
IP_MULTICAST_ADDR - Static variable in class io.netty.channel.ChannelOption
 
IP_MULTICAST_IF - Static variable in class io.netty.channel.ChannelOption
 
IP_MULTICAST_LOOP_DISABLED - Static variable in class io.netty.channel.ChannelOption
 
IP_MULTICAST_TTL - Static variable in class io.netty.channel.ChannelOption
 
IP_TOS - Static variable in class io.netty.channel.ChannelOption
 
IpFilterRule - Interface in io.netty.handler.ipfilter
Implement this interface to create new rules.
IpFilterRuleType - Enum in io.netty.handler.ipfilter
Used in IpFilterRule to decide if a matching IP Address should be allowed or denied to connect.
IPSECKEY - Static variable in class io.netty.handler.codec.dns.DnsType
IPsec Key record RFC 4025 Key record that can be used with IPsec.
IpSubnetFilterRule - Class in io.netty.handler.ipfilter
Use this class to create rules for RuleBasedIpFilter that group IP addresses into subnets.
IpSubnetFilterRule(String, int, IpFilterRuleType) - Constructor for class io.netty.handler.ipfilter.IpSubnetFilterRule
 
IpSubnetFilterRule(InetAddress, int, IpFilterRuleType) - Constructor for class io.netty.handler.ipfilter.IpSubnetFilterRule
 
IPv4 - Static variable in class io.netty.handler.codec.socksx.v5.Socks5AddressType
 
IPv6 - Static variable in class io.netty.handler.codec.socksx.v5.Socks5AddressType
 
is(Channel) - Static method in class io.netty.channel.group.ChannelMatchers
Returns a ChannelMatcher that matches the given Channel.
is100ContinueExpected(HttpMessage) - Static method in class io.netty.handler.codec.http.HttpHeaderUtil
Returns true if and only if the specified message contains the "Expect: 100-continue" header.
isAcceptingNewTasks() - Method in interface io.netty.util.concurrent.PausableEventExecutor
Returns true if and only if this EventExecutor is accepting a new task.
isActive() - Method in interface io.netty.channel.Channel
Return true if the Channel is active and so connected.
isActive() - Method in class io.netty.channel.embedded.EmbeddedChannel
 
isActive() - Method in class io.netty.channel.epoll.EpollDatagramChannel
 
isActive() - Method in class io.netty.channel.local.LocalChannel
 
isActive() - Method in class io.netty.channel.local.LocalServerChannel
 
isActive() - Method in class io.netty.channel.oio.OioByteStreamChannel
 
isActive() - Method in class io.netty.channel.sctp.nio.NioSctpChannel
 
isActive() - Method in class io.netty.channel.sctp.nio.NioSctpServerChannel
 
isActive() - Method in class io.netty.channel.sctp.oio.OioSctpChannel
 
isActive() - Method in class io.netty.channel.sctp.oio.OioSctpServerChannel
 
isActive() - Method in class io.netty.channel.socket.nio.NioDatagramChannel
 
isActive() - Method in class io.netty.channel.socket.nio.NioServerSocketChannel
 
isActive() - Method in class io.netty.channel.socket.nio.NioSocketChannel
 
isActive() - Method in class io.netty.channel.socket.oio.OioDatagramChannel
 
isActive() - Method in class io.netty.channel.socket.oio.OioServerSocketChannel
 
isActive() - Method in class io.netty.channel.socket.oio.OioSocketChannel
 
isActive() - Method in class io.netty.channel.udt.nio.NioUdtAcceptorChannel
 
isActive() - Method in class io.netty.channel.udt.nio.NioUdtByteConnectorChannel
 
isActive() - Method in class io.netty.channel.udt.nio.NioUdtMessageConnectorChannel
 
isAggregated(HttpObject) - Method in class io.netty.handler.codec.http.HttpObjectAggregator
 
isAggregated(WebSocketFrame) - Method in class io.netty.handler.codec.http.websocketx.WebSocketFrameAggregator
 
isAggregated(MemcacheObject) - Method in class io.netty.handler.codec.memcache.AbstractMemcacheObjectAggregator
 
isAggregated(I) - Method in class io.netty.handler.codec.MessageAggregator
Returns true if and only if the specified message is already aggregated.
isAggregated(StompSubframe) - Method in class io.netty.handler.codec.stomp.StompSubframeAggregator
 
isAllowHalfClosure() - Method in class io.netty.channel.epoll.EpollSocketChannelConfig
 
isAllowHalfClosure() - Method in class io.netty.channel.socket.DefaultSocketChannelConfig
 
isAllowHalfClosure() - Method in interface io.netty.channel.socket.SocketChannelConfig
Returns true if and only if the channel should not close itself when its remote peer shuts down output to make the connection half-closed.
isAnyOriginSupported() - Method in class io.netty.handler.codec.http.cors.CorsConfig
Determines whether a wildcard origin, '*', is supported.
isAuthoritativeAnswer() - Method in class io.netty.handler.codec.dns.DnsResponseHeader
Returns true if responding server is authoritative for the domain name in the query message.
isAutoRead() - Method in interface io.netty.channel.ChannelConfig
Returns true if and only if ChannelHandlerContext.read() will be invoked automatically so that a user application doesn't need to call it at all.
isAutoRead() - Method in class io.netty.channel.DefaultChannelConfig
 
isAvailable() - Static method in class io.netty.channel.epoll.Epoll
Returns true if and only if the netty-transport-native-epoll is available.
isAvailable() - Static method in class io.netty.handler.ssl.OpenSsl
Returns true if and only if netty-tcnative and its OpenSSL support are available.
isBroadcast() - Method in class io.netty.channel.epoll.EpollDatagramChannelConfig
 
isBroadcast() - Method in interface io.netty.channel.socket.DatagramChannelConfig
isBroadcast() - Method in class io.netty.channel.socket.DefaultDatagramChannelConfig
 
isCancellable() - Method in class io.netty.util.concurrent.CompleteFuture
 
isCancellable() - Method in class io.netty.util.concurrent.DefaultPromise
 
isCancellable() - Method in interface io.netty.util.concurrent.Future
returns true if and only if the operation can be cancelled via Future.cancel(boolean).
isCancelled() - Method in class io.netty.util.concurrent.CompleteFuture
 
isCancelled() - Method in class io.netty.util.concurrent.DefaultPromise
 
isCancelled() - Method in interface io.netty.util.Timeout
Returns true if and only if the TimerTask associated with this handle has been cancelled.
isChunked() - Method in class io.netty.handler.codec.http.multipart.HttpPostRequestEncoder
 
isCipherSuiteAvailable(String) - Static method in class io.netty.handler.ssl.OpenSsl
Returns true if and only if the specified cipher suite is available in OpenSSL.
isCleanSession() - Method in class io.netty.handler.codec.mqtt.MqttConnectVariableHeader
 
isClient() - Method in class io.netty.handler.ssl.JdkSslClientContext
 
isClient() - Method in class io.netty.handler.ssl.JdkSslServerContext
 
isClient() - Method in class io.netty.handler.ssl.OpenSslContext
 
isClient() - Method in class io.netty.handler.ssl.SslContext
Returns the true if and only if this context is for client-side.
isClosed() - Method in class io.netty.handler.codec.compression.Bzip2Decoder
Returns true if and only if the end of the compressed stream has been reached.
isClosed() - Method in class io.netty.handler.codec.compression.Bzip2Encoder
Returns true if and only if the end of the compressed stream has been reached.
isClosed() - Method in class io.netty.handler.codec.compression.JdkZlibDecoder
 
isClosed() - Method in class io.netty.handler.codec.compression.JdkZlibEncoder
 
isClosed() - Method in class io.netty.handler.codec.compression.JZlibDecoder
Returns true if and only if the end of the compressed stream has been reached.
isClosed() - Method in class io.netty.handler.codec.compression.JZlibEncoder
 
isClosed() - Method in class io.netty.handler.codec.compression.Lz4FrameDecoder
Returns true if and only if the end of the compressed stream has been reached.
isClosed() - Method in class io.netty.handler.codec.compression.Lz4FrameEncoder
Returns true if and only if the compressed stream has been finished.
isClosed() - Method in class io.netty.handler.codec.compression.ZlibDecoder
Returns true if and only if the end of the compressed stream has been reached.
isClosed() - Method in class io.netty.handler.codec.compression.ZlibEncoder
Returns true if and only if the end of the compressed stream has been reached.
isCompatible(EventLoop) - Method in class io.netty.channel.AbstractChannel
Return true if the given EventLoop is compatible with this instance.
isCompatible(EventLoop) - Method in class io.netty.channel.embedded.EmbeddedChannel
 
isCompatible(EventLoop) - Method in class io.netty.channel.epoll.AbstractEpollServerChannel
 
isCompatible(EventLoop) - Method in class io.netty.channel.epoll.EpollServerSocketChannel
 
isCompatible(EventLoop) - Method in class io.netty.channel.local.LocalChannel
 
isCompatible(EventLoop) - Method in class io.netty.channel.local.LocalServerChannel
 
isCompatible(EventLoop) - Method in class io.netty.channel.nio.AbstractNioChannel
 
isCompatible(EventLoop) - Method in class io.netty.channel.oio.AbstractOioChannel
 
isComplete() - Method in class io.netty.channel.sctp.SctpMessage
Return true if this message is complete.
isCompleted() - Method in class io.netty.handler.codec.http.multipart.AbstractHttpData
 
isCompleted() - Method in interface io.netty.handler.codec.http.multipart.HttpData
 
isCompleted() - Method in class io.netty.handler.codec.http.multipart.MixedAttribute
 
isCompleted() - Method in class io.netty.handler.codec.http.multipart.MixedFileUpload
 
isConnected() - Method in class io.netty.channel.epoll.EpollDatagramChannel
 
isConnected() - Method in interface io.netty.channel.socket.DatagramChannel
Return true if the DatagramChannel is connected to the remote peer.
isConnected() - Method in class io.netty.channel.socket.nio.NioDatagramChannel
 
isConnected() - Method in class io.netty.channel.socket.oio.OioDatagramChannel
 
isConnected() - Method in class io.netty.handler.proxy.ProxyHandler
Rerutns true if and only if the connection to the destination has been established successfully.
isContentAlwaysEmpty(HttpMessage) - Method in class io.netty.handler.codec.http.HttpObjectDecoder
 
isContentAlwaysEmpty(HttpMessage) - Method in class io.netty.handler.codec.rtsp.RtspObjectDecoder
 
isContentLengthSet(HttpMessage) - Static method in class io.netty.handler.codec.http.HttpHeaderUtil
 
isContentMessage(HttpObject) - Method in class io.netty.handler.codec.http.HttpObjectAggregator
 
isContentMessage(WebSocketFrame) - Method in class io.netty.handler.codec.http.websocketx.WebSocketFrameAggregator
 
isContentMessage(MemcacheObject) - Method in class io.netty.handler.codec.memcache.AbstractMemcacheObjectAggregator
 
isContentMessage(I) - Method in class io.netty.handler.codec.MessageAggregator
Returns true if and only if the specified message is a content message.
isContentMessage(StompSubframe) - Method in class io.netty.handler.codec.stomp.StompSubframeAggregator
 
isCorsSupportEnabled() - Method in class io.netty.handler.codec.http.cors.CorsConfig
Determines if support for CORS is enabled.
isCredentialsAllowed() - Method in class io.netty.handler.codec.http.cors.CorsConfig
Determines if cookies are supported for CORS requests.
isDecodingRequest() - Method in class io.netty.handler.codec.http.HttpObjectDecoder
 
isDecodingRequest() - Method in class io.netty.handler.codec.http.HttpRequestDecoder
 
isDecodingRequest() - Method in class io.netty.handler.codec.http.HttpResponseDecoder
 
isDecodingRequest() - Method in class io.netty.handler.codec.rtsp.RtspRequestDecoder
 
isDecodingRequest() - Method in class io.netty.handler.codec.rtsp.RtspResponseDecoder
 
isDescendantOf(Http2Stream) - Method in interface io.netty.handler.codec.http2.Http2Stream
Indicates whether or not this stream is a descendant in the priority tree from the given stream.
isDirect() - Method in class io.netty.buffer.ByteBuf
Returns true if and only if this buffer is backed by an NIO direct buffer.
isDirect() - Method in class io.netty.buffer.CompositeByteBuf
 
isDirect() - Method in class io.netty.buffer.DuplicatedByteBuf
 
isDirect() - Method in class io.netty.buffer.EmptyByteBuf
 
isDirect() - Method in class io.netty.buffer.ReadOnlyByteBuf
 
isDirect() - Method in class io.netty.buffer.SlicedByteBuf
 
isDirect() - Method in class io.netty.buffer.SwappedByteBuf
 
isDirect() - Method in class io.netty.buffer.UnpooledDirectByteBuf
 
isDirect() - Method in class io.netty.buffer.UnpooledHeapByteBuf
 
isDirect() - Method in class io.netty.buffer.UnpooledUnsafeDirectByteBuf
 
isDirect() - Method in class io.netty.buffer.WrappedByteBuf
 
isDirectBufferPooled() - Method in interface io.netty.buffer.ByteBufAllocator
Returns true if direct ByteBuf's are pooled
isDirectBufferPooled() - Method in class io.netty.buffer.PooledByteBufAllocator
 
isDirectBufferPooled() - Method in class io.netty.buffer.UnpooledByteBufAllocator
 
isDiscard() - Method in interface io.netty.handler.codec.http.Cookie
Checks to see if this Cookie is to be discarded by the browser at the end of the current session.
isDiscard() - Method in class io.netty.handler.codec.http.DefaultCookie
 
isDone() - Method in class io.netty.util.concurrent.CompleteFuture
 
isDone() - Method in class io.netty.util.concurrent.DefaultPromise
 
isDtr() - Method in interface io.netty.channel.rxtx.RxtxChannelConfig
 
isDup() - Method in class io.netty.handler.codec.mqtt.MqttFixedHeader
 
isEmpty() - Method in class io.netty.channel.ChannelOutboundBuffer
Returns true if there are flushed messages in this ChannelOutboundBuffer or false otherwise.
isEmpty() - Method in class io.netty.channel.group.DefaultChannelGroup
 
isEmpty() - Method in class io.netty.channel.PendingWriteQueue
Returns true if there are no pending write operations left in this queue.
isEmpty() - Method in class io.netty.handler.codec.AsciiString
Answers if the size of this String is zero.
isEmpty() - Method in class io.netty.handler.codec.DefaultHeaders
 
isEmpty() - Method in class io.netty.handler.codec.EmptyHeaders
 
isEmpty() - Method in interface io.netty.handler.codec.Headers
Returns true if and only if this collection contains no header entries.
isEmpty() - Method in class io.netty.util.collection.IntObjectHashMap
 
isEmpty() - Method in interface io.netty.util.collection.IntObjectMap
Indicates whether or not this map is empty (i.e IntObjectMap.size() == {@code 0]).
isEncrypted(ByteBuf) - Static method in class io.netty.handler.ssl.SslHandler
Returns true if the given ByteBuf is encrypted.
isEndOfInput() - Method in class io.netty.handler.codec.http.HttpChunkedInput
 
isEndOfInput() - Method in class io.netty.handler.codec.http.multipart.HttpPostRequestEncoder
 
isEndOfInput() - Method in class io.netty.handler.stream.ChunkedFile
 
isEndOfInput() - Method in interface io.netty.handler.stream.ChunkedInput
Return true if and only if there is no data left in the stream and the stream has reached at its end.
isEndOfInput() - Method in class io.netty.handler.stream.ChunkedNioFile
 
isEndOfInput() - Method in class io.netty.handler.stream.ChunkedNioStream
 
isEndOfInput() - Method in class io.netty.handler.stream.ChunkedStream
 
isExpired() - Method in interface io.netty.util.Timeout
Returns true if and only if the TimerTask associated with this handle has been expired.
isFailure() - Method in class io.netty.handler.codec.DecoderResult
 
isFinalFragment() - Method in class io.netty.handler.codec.http.websocketx.WebSocketFrame
Flag to indicate if this frame is the final fragment in a message.
isFinished() - Method in class io.netty.handler.codec.DecoderResult
 
isFirst() - Method in class io.netty.handler.timeout.IdleStateEvent
Returns true if this was the first event for the IdleState
isFlagSet(short) - Method in class io.netty.handler.codec.http2.Http2Flags
Indicates whether or not a particular flag is set.
isGoAway() - Method in class io.netty.handler.codec.http2.DefaultHttp2Connection
 
isGoAway() - Method in interface io.netty.handler.codec.http2.Http2Connection
Indicates whether or not either endpoint has received a GOAWAY.
isHandlerActive(ChannelHandlerContext) - Static method in class io.netty.handler.traffic.AbstractTrafficShapingHandler
 
isHandlingOversizedMessage() - Method in class io.netty.handler.codec.MessageAggregator
 
isHandshakeComplete() - Method in class io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker
Flag to indicate if the opening handshake is complete
isHttpOnly() - Method in interface io.netty.handler.codec.http.Cookie
Checks to see if this Cookie can only be accessed via HTTP.
isHttpOnly() - Method in class io.netty.handler.codec.http.DefaultCookie
 
isInboundDone() - Method in class io.netty.handler.ssl.OpenSslEngine
 
isInMemory() - Method in class io.netty.handler.codec.http.multipart.AbstractDiskHttpData
 
isInMemory() - Method in class io.netty.handler.codec.http.multipart.AbstractMemoryHttpData
 
isInMemory() - Method in interface io.netty.handler.codec.http.multipart.HttpData
Provides a hint as to whether or not the file contents will be read from memory.
isInMemory() - Method in class io.netty.handler.codec.http.multipart.MixedAttribute
 
isInMemory() - Method in class io.netty.handler.codec.http.multipart.MixedFileUpload
 
isInputShutdown() - Method in class io.netty.channel.epoll.EpollSocketChannel
 
isInputShutdown() - Method in class io.netty.channel.nio.AbstractNioChannel
Return true if the input of this Channel is shutdown
isInputShutdown() - Method in class io.netty.channel.oio.AbstractOioByteChannel
 
isInputShutdown() - Method in class io.netty.channel.socket.nio.NioSocketChannel
 
isInputShutdown() - Method in class io.netty.channel.socket.oio.OioSocketChannel
 
isInputShutdown() - Method in interface io.netty.channel.socket.SocketChannel
Returns true if and only if the remote peer shut down its output so that no more data is received from this channel.
isInputShutdown0() - Method in class io.netty.channel.epoll.AbstractEpollStreamChannel
 
isInstanceOf(Class<? extends Channel>) - Static method in class io.netty.channel.group.ChannelMatchers
Returns a ChannelMatcher that matches all Channels that are an instance of sub-type of the given class.
isInvalid() - Method in class io.netty.handler.codec.spdy.DefaultSpdyHeadersFrame
 
isInvalid() - Method in interface io.netty.handler.codec.spdy.SpdyHeadersFrame
Returns true if this header block is invalid.
isKeepAlive() - Method in class io.netty.channel.epoll.EpollSocketChannelConfig
 
isKeepAlive() - Method in class io.netty.channel.socket.DefaultSocketChannelConfig
 
isKeepAlive() - Method in interface io.netty.channel.socket.SocketChannelConfig
isKeepAlive(HttpMessage) - Static method in class io.netty.handler.codec.http.HttpHeaderUtil
Returns true if and only if the connection can remain open and thus 'kept alive'.
isKeepAliveDefault() - Method in class io.netty.handler.codec.http.HttpVersion
Returns true if and only if the connection is kept alive unless the "Connection" header is set to "close" explicitly.
isLast() - Method in class io.netty.handler.codec.spdy.DefaultSpdyStreamFrame
 
isLast() - Method in interface io.netty.handler.codec.spdy.SpdyStreamFrame
Returns true if this frame is the last frame to be transmitted on the stream.
isLastContentMessage(HttpContent) - Method in class io.netty.handler.codec.http.HttpObjectAggregator
 
isLastContentMessage(ContinuationWebSocketFrame) - Method in class io.netty.handler.codec.http.websocketx.WebSocketFrameAggregator
 
isLastContentMessage(MemcacheContent) - Method in class io.netty.handler.codec.memcache.AbstractMemcacheObjectAggregator
 
isLastContentMessage(C) - Method in class io.netty.handler.codec.MessageAggregator
Returns true if and only if the specified message is the last content message.
isLastContentMessage(StompContentSubframe) - Method in class io.netty.handler.codec.stomp.StompSubframeAggregator
 
isLeaf() - Method in interface io.netty.handler.codec.http2.Http2Stream
Indicates whether or not this is a leaf node (i.e.
isLoopbackModeDisabled() - Method in class io.netty.channel.epoll.EpollDatagramChannelConfig
 
isLoopbackModeDisabled() - Method in interface io.netty.channel.socket.DatagramChannelConfig
isLoopbackModeDisabled() - Method in class io.netty.channel.socket.DefaultDatagramChannelConfig
 
isMaxFrameSizeValid(int) - Static method in class io.netty.handler.codec.http2.Http2CodecUtil
Indicates whether or not the given value for max frame size falls within the valid range.
isMultipart() - Method in class io.netty.handler.codec.http.multipart.HttpPostMultipartRequestDecoder
True if this request is a Multipart request
isMultipart(HttpRequest) - Static method in class io.netty.handler.codec.http.multipart.HttpPostRequestDecoder
Check if the given request is a multipart request
isMultipart() - Method in class io.netty.handler.codec.http.multipart.HttpPostRequestDecoder
 
isMultipart() - Method in class io.netty.handler.codec.http.multipart.HttpPostRequestEncoder
True if this request is a Multipart request
isMultipart() - Method in class io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder
True if this request is a Multipart request
isMultipart() - Method in interface io.netty.handler.codec.http.multipart.InterfaceHttpPostRequestDecoder
True if this request is a Multipart request
isNonServerChannel() - Static method in class io.netty.channel.group.ChannelMatchers
Returns a ChannelMatcher that matches all Channels that are not of type ServerChannel.
isNot(Channel) - Static method in class io.netty.channel.group.ChannelMatchers
Returns a ChannelMatcher that matches all Channels except the given.
isNotInstanceOf(Class<? extends Channel>) - Static method in class io.netty.channel.group.ChannelMatchers
Returns a ChannelMatcher that matches all Channels that are not an instance of sub-type of the given class.
isNullOriginAllowed() - Method in class io.netty.handler.codec.http.cors.CorsConfig
Web browsers may set the 'Origin' request header to 'null' if a resource is loaded from the local file system.
ISO_8859_1 - Static variable in class io.netty.util.CharsetUtil
ISO Latin Alphabet No. 1, as known as ISO-LATIN-1
isOpen() - Method in interface io.netty.channel.Channel
Returns true if the Channel is open an may get active later
isOpen() - Method in class io.netty.channel.DefaultFileRegion
Returns true if the FileRegion has a open file-descriptor
isOpen() - Method in class io.netty.channel.embedded.EmbeddedChannel
 
isOpen() - Method in class io.netty.channel.local.LocalChannel
 
isOpen() - Method in class io.netty.channel.local.LocalServerChannel
 
isOpen() - Method in class io.netty.channel.nio.AbstractNioChannel
 
isOpen() - Method in class io.netty.channel.rxtx.RxtxChannel
 
isOpen() - Method in class io.netty.channel.sctp.oio.OioSctpChannel
 
isOpen() - Method in class io.netty.channel.sctp.oio.OioSctpServerChannel
 
isOpen() - Method in class io.netty.channel.socket.oio.OioDatagramChannel
 
isOpen() - Method in class io.netty.channel.socket.oio.OioServerSocketChannel
 
isOpen() - Method in class io.netty.channel.socket.oio.OioSocketChannel
 
isOpen() - Method in class io.netty.channel.unix.FileDescriptor
Returns true if the file descriptor is open.
isOutboundDone() - Method in class io.netty.handler.ssl.OpenSslEngine
 
isOutputShutdown() - Method in class io.netty.channel.epoll.EpollSocketChannel
 
isOutputShutdown() - Method in class io.netty.channel.socket.nio.NioSocketChannel
 
isOutputShutdown() - Method in class io.netty.channel.socket.oio.OioSocketChannel
 
isOutputShutdown() - Method in interface io.netty.channel.socket.SocketChannel
 
isOutputShutdown0() - Method in class io.netty.channel.epoll.AbstractEpollStreamChannel
 
isPartialFailure() - Method in interface io.netty.channel.group.ChannelGroupFuture
Returns true if and only if the I/O operations associated with this future have failed partially with some success.
isPartialSuccess() - Method in interface io.netty.channel.group.ChannelGroupFuture
Returns true if and only if the I/O operations associated with this future were partially successful with some failure.
isPersisted(int) - Method in class io.netty.handler.codec.spdy.DefaultSpdySettingsFrame
 
isPersisted(int) - Method in interface io.netty.handler.codec.spdy.SpdySettingsFrame
Returns true if this setting is persisted.
isPersistValue(int) - Method in class io.netty.handler.codec.spdy.DefaultSpdySettingsFrame
 
isPersistValue(int) - Method in interface io.netty.handler.codec.spdy.SpdySettingsFrame
Returns true if this setting should be persisted.
isPseudoHeader(AsciiString) - Static method in enum io.netty.handler.codec.http2.Http2Headers.PseudoHeaderName
Indicates whether the given header name is a valid HTTP/2 pseudo header.
isReadable() - Method in class io.netty.buffer.AbstractByteBuf
 
isReadable(int) - Method in class io.netty.buffer.AbstractByteBuf
 
isReadable() - Method in class io.netty.buffer.ByteBuf
Returns true if and only if (this.writerIndex - this.readerIndex) is greater than 0.
isReadable(int) - Method in class io.netty.buffer.ByteBuf
Returns true if and only if this buffer contains equal to or more than the specified number of elements.
isReadable() - Method in class io.netty.buffer.EmptyByteBuf
 
isReadable(int) - Method in class io.netty.buffer.EmptyByteBuf
 
isReadable() - Method in class io.netty.buffer.SwappedByteBuf
 
isReadable(int) - Method in class io.netty.buffer.SwappedByteBuf
 
isReadable() - Method in class io.netty.buffer.WrappedByteBuf
 
isReadable(int) - Method in class io.netty.buffer.WrappedByteBuf
 
isReadPending() - Method in class io.netty.channel.nio.AbstractNioChannel
 
isReadPending() - Method in class io.netty.channel.oio.AbstractOioChannel
 
isRecursionAvailable() - Method in class io.netty.handler.codec.dns.DnsResponseHeader
Returns true if DNS server can handle recursive queries.
isRecursionDesired() - Method in class io.netty.handler.codec.dns.DnsHeader
Returns true if a query is to be pursued recursively.
isRecursionDesired() - Method in class io.netty.resolver.dns.DnsNameResolver
Returns true if and only if this resolver sends a DNS query with the RD (recursion desired) flag set.
isRegistered() - Method in class io.netty.channel.AbstractChannel
 
isRegistered() - Method in interface io.netty.channel.Channel
Returns true if the Channel is registered with an EventLoop.
isRemoved() - Method in interface io.netty.channel.ChannelHandlerContext
Return true if the ChannelHandler which belongs to this ChannelHandler was removed from the ChannelPipeline.
isResetSent() - Method in interface io.netty.handler.codec.http2.Http2Stream
Indicates whether a RST_STREAM frame has been sent from the local endpoint for this stream.
isResolved(SocketAddress) - Method in interface io.netty.resolver.NameResolver
Returns true if and only if the specified address has been resolved.
isResolved(SocketAddress) - Method in class io.netty.resolver.SimpleNameResolver
 
isRetain() - Method in class io.netty.handler.codec.mqtt.MqttFixedHeader
 
isReuseAddress() - Method in class io.netty.channel.epoll.EpollDatagramChannelConfig
 
isReuseAddress() - Method in class io.netty.channel.epoll.EpollServerChannelConfig
 
isReuseAddress() - Method in class io.netty.channel.epoll.EpollSocketChannelConfig
 
isReuseAddress() - Method in interface io.netty.channel.socket.DatagramChannelConfig
isReuseAddress() - Method in class io.netty.channel.socket.DefaultDatagramChannelConfig
 
isReuseAddress() - Method in class io.netty.channel.socket.DefaultServerSocketChannelConfig
 
isReuseAddress() - Method in class io.netty.channel.socket.DefaultSocketChannelConfig
 
isReuseAddress() - Method in interface io.netty.channel.socket.ServerSocketChannelConfig
isReuseAddress() - Method in interface io.netty.channel.socket.SocketChannelConfig
isReuseAddress() - Method in class io.netty.channel.udt.DefaultUdtChannelConfig
 
isReuseAddress() - Method in interface io.netty.channel.udt.UdtChannelConfig
isReusePort() - Method in class io.netty.channel.epoll.EpollDatagramChannelConfig
Returns true if the SO_REUSEPORT option is set.
isReusePort() - Method in class io.netty.channel.epoll.EpollServerSocketChannelConfig
Returns true if the SO_REUSEPORT option is set.
isRoot() - Method in interface io.netty.handler.codec.http2.Http2Stream
Indicates whether or not this stream is the root node of the priority tree.
isRts() - Method in interface io.netty.channel.rxtx.RxtxChannelConfig
 
isSctpNoDelay() - Method in class io.netty.channel.sctp.DefaultSctpChannelConfig
 
isSctpNoDelay() - Method in interface io.netty.channel.sctp.SctpChannelConfig
Gets the SCTP_NODELAY option.
isSecure() - Method in interface io.netty.handler.codec.http.Cookie
Checks to see if this Cookie is secure
isSecure() - Method in class io.netty.handler.codec.http.DefaultCookie
 
isServer() - Method in class io.netty.handler.codec.http2.DefaultHttp2Connection
 
isServer() - Method in interface io.netty.handler.codec.http2.Http2Connection.Endpoint
Indicates whether or not this endpoint is the server-side of the connection.
isServer() - Method in interface io.netty.handler.codec.http2.Http2Connection
Indicates whether or not the local endpoint for this connection is the server.
isServer() - Method in class io.netty.handler.ssl.SslContext
Returns true if and only if this context is for server-side.
isServerChannel() - Static method in class io.netty.channel.group.ChannelMatchers
Returns a ChannelMatcher that matches all Channels that are of type ServerChannel.
isSessionCacheEnabled() - Method in class io.netty.handler.ssl.OpenSslServerSessionContext
 
isSessionCacheEnabled() - Method in class io.netty.handler.ssl.OpenSslSessionContext
Return true if caching of SSL sessions is enabled, false otherwise.
isSet(int) - Method in class io.netty.handler.codec.spdy.DefaultSpdySettingsFrame
 
isSet(int) - Method in interface io.netty.handler.codec.spdy.SpdySettingsFrame
Returns true if the setting ID has a value.
isSet() - Method in class io.netty.util.concurrent.FastThreadLocal
Returns true if and only if this thread-local variable is set.
isSet(InternalThreadLocalMap) - Method in class io.netty.util.concurrent.FastThreadLocal
Returns true if and only if this thread-local variable is set.
isSharable() - Method in class io.netty.channel.ChannelHandlerAdapter
Return true if the implementation is Sharable and so can be added to different ChannelPipelines.
isShortCurcuit() - Method in class io.netty.handler.codec.http.cors.CorsConfig
Determines whether a CORS request should be rejected if it's invalid before being further processing.
isShutdown() - Method in class io.netty.channel.ThreadPerChannelEventLoopGroup
 
isShutdown() - Method in class io.netty.util.concurrent.GlobalEventExecutor
 
isShutdown() - Method in class io.netty.util.concurrent.ImmediateEventExecutor
 
isShutdown() - Method in class io.netty.util.concurrent.MultithreadEventExecutorGroup
 
isShutdown() - Method in class io.netty.util.concurrent.SingleThreadEventExecutor
 
isShuttingDown() - Method in class io.netty.channel.ThreadPerChannelEventLoopGroup
 
isShuttingDown() - Method in interface io.netty.util.concurrent.EventExecutorGroup
Returns true if and only if all EventExecutors managed by this EventExecutorGroup are being shut down gracefuclly or was shut down.
isShuttingDown() - Method in class io.netty.util.concurrent.GlobalEventExecutor
 
isShuttingDown() - Method in class io.netty.util.concurrent.ImmediateEventExecutor
 
isShuttingDown() - Method in class io.netty.util.concurrent.MultithreadEventExecutorGroup
 
isShuttingDown() - Method in class io.netty.util.concurrent.SingleThreadEventExecutor
 
isSingleDecode() - Method in class io.netty.handler.codec.ByteToMessageDecoder
If true then only one message is decoded on each ByteToMessageDecoder.channelRead(ChannelHandlerContext, Object) call.
isSingleDecode() - Method in class io.netty.handler.codec.haproxy.HAProxyMessageDecoder
 
isSingleDecode() - Method in class io.netty.handler.codec.http.HttpClientCodec
 
isStartMessage(HttpObject) - Method in class io.netty.handler.codec.http.HttpObjectAggregator
 
isStartMessage(WebSocketFrame) - Method in class io.netty.handler.codec.http.websocketx.WebSocketFrameAggregator
 
isStartMessage(MemcacheObject) - Method in class io.netty.handler.codec.memcache.binary.BinaryMemcacheObjectAggregator
 
isStartMessage(I) - Method in class io.netty.handler.codec.MessageAggregator
Returns true if and only if the specified message is a start message.
isStartMessage(StompSubframe) - Method in class io.netty.handler.codec.stomp.StompSubframeAggregator
 
isStreamError(Http2Exception) - Static method in exception io.netty.handler.codec.http2.Http2Exception
Check if an exception is isolated to a single stream or the entire connection.
isSuccess() - Method in interface io.netty.channel.group.ChannelGroupFuture
Returns true if and only if all I/O operations associated with this future were successful without any failure.
isSuccess() - Method in class io.netty.handler.codec.DecoderResult
 
isSuccess() - Method in class io.netty.handler.codec.socksx.v4.Socks4CommandStatus
 
isSuccess() - Method in class io.netty.handler.codec.socksx.v5.Socks5CommandStatus
 
isSuccess() - Method in class io.netty.handler.codec.socksx.v5.Socks5PasswordAuthStatus
 
isSuccess() - Method in class io.netty.handler.ssl.SslHandshakeCompletionEvent
Return true if the handshake was successful
isSuccess() - Method in class io.netty.util.concurrent.DefaultPromise
 
isSuccess() - Method in class io.netty.util.concurrent.FailedFuture
 
isSuccess() - Method in interface io.netty.util.concurrent.Future
Returns true if and only if the I/O operation was completed successfully.
isSuccess() - Method in class io.netty.util.concurrent.SucceededFuture
 
isSupported(SocketAddress) - Method in interface io.netty.resolver.NameResolver
Returns true if and only if the specified address is supported by this resolved.
isSupported(SocketAddress) - Method in class io.netty.resolver.SimpleNameResolver
 
isTcpCork() - Method in class io.netty.channel.epoll.EpollSocketChannelConfig
Get the TCP_CORK option on the socket.
isTcpNoDelay() - Method in class io.netty.channel.epoll.EpollSocketChannelConfig
 
isTcpNoDelay() - Method in class io.netty.channel.socket.DefaultSocketChannelConfig
 
isTcpNoDelay() - Method in interface io.netty.channel.socket.SocketChannelConfig
isTerminated() - Method in class io.netty.channel.ThreadPerChannelEventLoopGroup
 
isTerminated() - Method in class io.netty.util.concurrent.GlobalEventExecutor
 
isTerminated() - Method in class io.netty.util.concurrent.ImmediateEventExecutor
 
isTerminated() - Method in class io.netty.util.concurrent.MultithreadEventExecutorGroup
 
isTerminated() - Method in class io.netty.util.concurrent.SingleThreadEventExecutor
 
isTransferEncodingChunked(HttpMessage) - Static method in class io.netty.handler.codec.http.HttpHeaderUtil
Checks to see if the transfer encoding in a specified HttpMessage is chunked
isTruncated() - Method in class io.netty.handler.codec.dns.DnsResponseHeader
Returns true if response has been truncated, usually if it is over 512 bytes.
isTruncated() - Method in class io.netty.handler.codec.spdy.DefaultSpdyHeadersFrame
 
isTruncated() - Method in interface io.netty.handler.codec.spdy.SpdyHeadersFrame
Returns true if this header block has been truncated due to length restrictions.
isUnidirectional() - Method in class io.netty.handler.codec.spdy.DefaultSpdySynStreamFrame
 
isUnidirectional() - Method in interface io.netty.handler.codec.spdy.SpdySynStreamFrame
Returns true if the stream created with this frame is to be considered half-closed to the receiver.
isValidIpV4Address(String) - Static method in class io.netty.util.NetUtil
Takes a string and parses it to see if it is a valid IPV4 address.
isValidIpV6Address(String) - Static method in class io.netty.util.NetUtil
 
isVoid() - Method in interface io.netty.channel.ChannelFuture
isVoid() - Method in class io.netty.channel.DefaultChannelProgressivePromise
 
isVoid() - Method in class io.netty.channel.DefaultChannelPromise
 
isWillFlag() - Method in class io.netty.handler.codec.mqtt.MqttConnectVariableHeader
 
isWillRetain() - Method in class io.netty.handler.codec.mqtt.MqttConnectVariableHeader
 
isWritable() - Method in class io.netty.buffer.AbstractByteBuf
 
isWritable(int) - Method in class io.netty.buffer.AbstractByteBuf
 
isWritable() - Method in class io.netty.buffer.ByteBuf
Returns true if and only if (this.capacity - this.writerIndex) is greater than 0.
isWritable(int) - Method in class io.netty.buffer.ByteBuf
Returns true if and only if this buffer has enough room to allow writing the specified number of elements.
isWritable() - Method in class io.netty.buffer.EmptyByteBuf
 
isWritable(int) - Method in class io.netty.buffer.EmptyByteBuf
 
isWritable() - Method in class io.netty.buffer.ReadOnlyByteBuf
 
isWritable(int) - Method in class io.netty.buffer.ReadOnlyByteBuf
 
isWritable() - Method in class io.netty.buffer.SwappedByteBuf
 
isWritable(int) - Method in class io.netty.buffer.SwappedByteBuf
 
isWritable() - Method in class io.netty.buffer.WrappedByteBuf
 
isWritable(int) - Method in class io.netty.buffer.WrappedByteBuf
 
isWritable() - Method in class io.netty.channel.AbstractChannel
 
isWritable() - Method in interface io.netty.channel.Channel
Returns true if and only if the I/O thread will perform the requested write operation immediately.
isWritable() - Method in class io.netty.channel.ChannelOutboundBuffer
Returns true if and only if the total number of pending bytes did not exceed the write watermark of the Channel and no user-defined writability flag has been set to false.
iterator() - Method in class io.netty.buffer.CompositeByteBuf
 
iterator() - Method in exception io.netty.channel.group.ChannelGroupException
Returns a Iterator which contains all the Throwable that was a cause of the failure and the related id of the Channel.
iterator() - Method in interface io.netty.channel.group.ChannelGroupFuture
Returns the Iterator that enumerates all ChannelFutures which are associated with this future.
iterator() - Method in class io.netty.channel.group.DefaultChannelGroup
 
iterator() - Method in class io.netty.handler.codec.DefaultHeaders
 
iterator() - Method in class io.netty.handler.codec.EmptyHeaders
 
iterator() - Method in interface io.netty.handler.codec.Headers
 
iterator() - Method in exception io.netty.handler.codec.http2.Http2Exception.CompositeStreamException
 
iterator() - Method in class io.netty.util.collection.IntObjectHashMap
 
iteratorConverted() - Method in interface io.netty.handler.codec.ConvertibleHeaders
Invokes Headers.iterator() and lazily does a conversion on the results as they are accessed
iteratorConverted() - Method in class io.netty.handler.codec.DefaultConvertibleHeaders
 
iteratorConverted() - Method in class io.netty.handler.codec.EmptyConvertibleHeaders
 
IXFR - Static variable in class io.netty.handler.codec.dns.DnsType
Incremental Zone Transfer record RFC 1996 Requests a zone transfer of the given zone but only differences from a previous serial number.

J

javaChannel() - Method in class io.netty.channel.nio.AbstractNioChannel
 
javaChannel() - Method in class io.netty.channel.sctp.nio.NioSctpChannel
 
javaChannel() - Method in class io.netty.channel.sctp.nio.NioSctpServerChannel
 
javaChannel() - Method in class io.netty.channel.socket.nio.NioDatagramChannel
 
javaChannel() - Method in class io.netty.channel.socket.nio.NioServerSocketChannel
 
javaChannel() - Method in class io.netty.channel.socket.nio.NioSocketChannel
 
javaChannel() - Method in class io.netty.channel.udt.nio.NioUdtAcceptorChannel
 
javaChannel() - Method in class io.netty.channel.udt.nio.NioUdtByteConnectorChannel
 
javaChannel() - Method in class io.netty.channel.udt.nio.NioUdtMessageConnectorChannel
 
javaSocket - Variable in class io.netty.channel.socket.DefaultServerSocketChannelConfig
 
javaSocket - Variable in class io.netty.channel.socket.DefaultSocketChannelConfig
 
JdkAlpnApplicationProtocolNegotiator - Class in io.netty.handler.ssl
The JdkApplicationProtocolNegotiator to use if you need ALPN and are using SslProvider.JDK.
JdkAlpnApplicationProtocolNegotiator(Iterable<String>) - Constructor for class io.netty.handler.ssl.JdkAlpnApplicationProtocolNegotiator
Create a new instance.
JdkAlpnApplicationProtocolNegotiator(String...) - Constructor for class io.netty.handler.ssl.JdkAlpnApplicationProtocolNegotiator
Create a new instance.
JdkAlpnApplicationProtocolNegotiator(boolean, Iterable<String>) - Constructor for class io.netty.handler.ssl.JdkAlpnApplicationProtocolNegotiator
Create a new instance.
JdkAlpnApplicationProtocolNegotiator(boolean, String...) - Constructor for class io.netty.handler.ssl.JdkAlpnApplicationProtocolNegotiator
Create a new instance.
JdkAlpnApplicationProtocolNegotiator(boolean, boolean, Iterable<String>) - Constructor for class io.netty.handler.ssl.JdkAlpnApplicationProtocolNegotiator
Create a new instance.
JdkAlpnApplicationProtocolNegotiator(boolean, boolean, String...) - Constructor for class io.netty.handler.ssl.JdkAlpnApplicationProtocolNegotiator
Create a new instance.
JdkAlpnApplicationProtocolNegotiator(JdkApplicationProtocolNegotiator.ProtocolSelectorFactory, JdkApplicationProtocolNegotiator.ProtocolSelectionListenerFactory, Iterable<String>) - Constructor for class io.netty.handler.ssl.JdkAlpnApplicationProtocolNegotiator
Create a new instance.
JdkAlpnApplicationProtocolNegotiator(JdkApplicationProtocolNegotiator.ProtocolSelectorFactory, JdkApplicationProtocolNegotiator.ProtocolSelectionListenerFactory, String...) - Constructor for class io.netty.handler.ssl.JdkAlpnApplicationProtocolNegotiator
Create a new instance.
JdkApplicationProtocolNegotiator - Interface in io.netty.handler.ssl
JDK extension methods to support ApplicationProtocolNegotiator
JdkApplicationProtocolNegotiator.ProtocolSelectionListener - Interface in io.netty.handler.ssl
A listener to be notified by which protocol was select by its peer.
JdkApplicationProtocolNegotiator.ProtocolSelectionListenerFactory - Interface in io.netty.handler.ssl
JdkApplicationProtocolNegotiator.ProtocolSelector - Interface in io.netty.handler.ssl
Interface to define the role of an application protocol selector in the SSL handshake process.
JdkApplicationProtocolNegotiator.ProtocolSelectorFactory - Interface in io.netty.handler.ssl
JdkApplicationProtocolNegotiator.SslEngineWrapperFactory - Interface in io.netty.handler.ssl
Abstract factory pattern for wrapping an SSLEngine object.
JdkNpnApplicationProtocolNegotiator - Class in io.netty.handler.ssl
The JdkApplicationProtocolNegotiator to use if you need NPN and are using SslProvider.JDK.
JdkNpnApplicationProtocolNegotiator(Iterable<String>) - Constructor for class io.netty.handler.ssl.JdkNpnApplicationProtocolNegotiator
Create a new instance.
JdkNpnApplicationProtocolNegotiator(String...) - Constructor for class io.netty.handler.ssl.JdkNpnApplicationProtocolNegotiator
Create a new instance.
JdkNpnApplicationProtocolNegotiator(boolean, Iterable<String>) - Constructor for class io.netty.handler.ssl.JdkNpnApplicationProtocolNegotiator
Create a new instance.
JdkNpnApplicationProtocolNegotiator(boolean, String...) - Constructor for class io.netty.handler.ssl.JdkNpnApplicationProtocolNegotiator
Create a new instance.
JdkNpnApplicationProtocolNegotiator(boolean, boolean, Iterable<String>) - Constructor for class io.netty.handler.ssl.JdkNpnApplicationProtocolNegotiator
Create a new instance.
JdkNpnApplicationProtocolNegotiator(boolean, boolean, String...) - Constructor for class io.netty.handler.ssl.JdkNpnApplicationProtocolNegotiator
Create a new instance.
JdkNpnApplicationProtocolNegotiator(JdkApplicationProtocolNegotiator.ProtocolSelectorFactory, JdkApplicationProtocolNegotiator.ProtocolSelectionListenerFactory, Iterable<String>) - Constructor for class io.netty.handler.ssl.JdkNpnApplicationProtocolNegotiator
Create a new instance.
JdkNpnApplicationProtocolNegotiator(JdkApplicationProtocolNegotiator.ProtocolSelectorFactory, JdkApplicationProtocolNegotiator.ProtocolSelectionListenerFactory, String...) - Constructor for class io.netty.handler.ssl.JdkNpnApplicationProtocolNegotiator
Create a new instance.
JdkSslClientContext - Class in io.netty.handler.ssl
A client-side SslContext which uses JDK's SSL/TLS implementation.
JdkSslClientContext() - Constructor for class io.netty.handler.ssl.JdkSslClientContext
Creates a new instance.
JdkSslClientContext(File) - Constructor for class io.netty.handler.ssl.JdkSslClientContext
Creates a new instance.
JdkSslClientContext(TrustManagerFactory) - Constructor for class io.netty.handler.ssl.JdkSslClientContext
Creates a new instance.
JdkSslClientContext(File, TrustManagerFactory) - Constructor for class io.netty.handler.ssl.JdkSslClientContext
Creates a new instance.
JdkSslClientContext(File, TrustManagerFactory, Iterable<String>, CipherSuiteFilter, ApplicationProtocolConfig, long, long) - Constructor for class io.netty.handler.ssl.JdkSslClientContext
Creates a new instance.
JdkSslClientContext(File, TrustManagerFactory, Iterable<String>, CipherSuiteFilter, JdkApplicationProtocolNegotiator, long, long) - Constructor for class io.netty.handler.ssl.JdkSslClientContext
Creates a new instance.
JdkSslClientContext(File, TrustManagerFactory, File, File, String, KeyManagerFactory, Iterable<String>, CipherSuiteFilter, ApplicationProtocolConfig, long, long) - Constructor for class io.netty.handler.ssl.JdkSslClientContext
Creates a new instance.
JdkSslClientContext(File, TrustManagerFactory, File, File, String, KeyManagerFactory, Iterable<String>, CipherSuiteFilter, JdkApplicationProtocolNegotiator, long, long) - Constructor for class io.netty.handler.ssl.JdkSslClientContext
Creates a new instance.
JdkSslContext - Class in io.netty.handler.ssl
An SslContext which uses JDK's SSL/TLS implementation.
JdkSslServerContext - Class in io.netty.handler.ssl
A server-side SslContext which uses JDK's SSL/TLS implementation.
JdkSslServerContext(File, File) - Constructor for class io.netty.handler.ssl.JdkSslServerContext
Creates a new instance.
JdkSslServerContext(File, File, String) - Constructor for class io.netty.handler.ssl.JdkSslServerContext
Creates a new instance.
JdkSslServerContext(File, File, String, Iterable<String>, CipherSuiteFilter, ApplicationProtocolConfig, long, long) - Constructor for class io.netty.handler.ssl.JdkSslServerContext
Creates a new instance.
JdkSslServerContext(File, File, String, Iterable<String>, CipherSuiteFilter, JdkApplicationProtocolNegotiator, long, long) - Constructor for class io.netty.handler.ssl.JdkSslServerContext
Creates a new instance.
JdkSslServerContext(File, TrustManagerFactory, File, File, String, KeyManagerFactory, Iterable<String>, CipherSuiteFilter, ApplicationProtocolConfig, long, long) - Constructor for class io.netty.handler.ssl.JdkSslServerContext
Creates a new instance.
JdkSslServerContext(File, TrustManagerFactory, File, File, String, KeyManagerFactory, Iterable<String>, CipherSuiteFilter, JdkApplicationProtocolNegotiator, long, long) - Constructor for class io.netty.handler.ssl.JdkSslServerContext
Creates a new instance.
JdkZlibDecoder - Class in io.netty.handler.codec.compression
Decompress a ByteBuf using the inflate algorithm.
JdkZlibDecoder() - Constructor for class io.netty.handler.codec.compression.JdkZlibDecoder
Creates a new instance with the default wrapper (ZlibWrapper.ZLIB).
JdkZlibDecoder(byte[]) - Constructor for class io.netty.handler.codec.compression.JdkZlibDecoder
Creates a new instance with the specified preset dictionary.
JdkZlibDecoder(ZlibWrapper) - Constructor for class io.netty.handler.codec.compression.JdkZlibDecoder
Creates a new instance with the specified wrapper.
JdkZlibEncoder - Class in io.netty.handler.codec.compression
Compresses a ByteBuf using the deflate algorithm.
JdkZlibEncoder() - Constructor for class io.netty.handler.codec.compression.JdkZlibEncoder
Creates a new zlib encoder with the default compression level (6) and the default wrapper (ZlibWrapper.ZLIB).
JdkZlibEncoder(int) - Constructor for class io.netty.handler.codec.compression.JdkZlibEncoder
Creates a new zlib encoder with the specified compressionLevel and the default wrapper (ZlibWrapper.ZLIB).
JdkZlibEncoder(ZlibWrapper) - Constructor for class io.netty.handler.codec.compression.JdkZlibEncoder
Creates a new zlib encoder with the default compression level (6) and the specified wrapper.
JdkZlibEncoder(ZlibWrapper, int) - Constructor for class io.netty.handler.codec.compression.JdkZlibEncoder
Creates a new zlib encoder with the specified compressionLevel and the specified wrapper.
JdkZlibEncoder(byte[]) - Constructor for class io.netty.handler.codec.compression.JdkZlibEncoder
Creates a new zlib encoder with the default compression level (6) and the specified preset dictionary.
JdkZlibEncoder(int, byte[]) - Constructor for class io.netty.handler.codec.compression.JdkZlibEncoder
Creates a new zlib encoder with the specified compressionLevel and the specified preset dictionary.
joinGroup(InetAddress) - Method in class io.netty.channel.epoll.EpollDatagramChannel
 
joinGroup(InetAddress, ChannelPromise) - Method in class io.netty.channel.epoll.EpollDatagramChannel
 
joinGroup(InetSocketAddress, NetworkInterface) - Method in class io.netty.channel.epoll.EpollDatagramChannel
 
joinGroup(InetSocketAddress, NetworkInterface, ChannelPromise) - Method in class io.netty.channel.epoll.EpollDatagramChannel
 
joinGroup(InetAddress, NetworkInterface, InetAddress) - Method in class io.netty.channel.epoll.EpollDatagramChannel
 
joinGroup(InetAddress, NetworkInterface, InetAddress, ChannelPromise) - Method in class io.netty.channel.epoll.EpollDatagramChannel
 
joinGroup(InetAddress) - Method in interface io.netty.channel.socket.DatagramChannel
Joins a multicast group and notifies the ChannelFuture once the operation completes.
joinGroup(InetAddress, ChannelPromise) - Method in interface io.netty.channel.socket.DatagramChannel
Joins a multicast group and notifies the ChannelFuture once the operation completes.
joinGroup(InetSocketAddress, NetworkInterface) - Method in interface io.netty.channel.socket.DatagramChannel
Joins the specified multicast group at the specified interface and notifies the ChannelFuture once the operation completes.
joinGroup(InetSocketAddress, NetworkInterface, ChannelPromise) - Method in interface io.netty.channel.socket.DatagramChannel
Joins the specified multicast group at the specified interface and notifies the ChannelFuture once the operation completes.
joinGroup(InetAddress, NetworkInterface, InetAddress) - Method in interface io.netty.channel.socket.DatagramChannel
Joins the specified multicast group at the specified interface and notifies the ChannelFuture once the operation completes.
joinGroup(InetAddress, NetworkInterface, InetAddress, ChannelPromise) - Method in interface io.netty.channel.socket.DatagramChannel
Joins the specified multicast group at the specified interface and notifies the ChannelFuture once the operation completes.
joinGroup(InetAddress) - Method in class io.netty.channel.socket.nio.NioDatagramChannel
 
joinGroup(InetAddress, ChannelPromise) - Method in class io.netty.channel.socket.nio.NioDatagramChannel
 
joinGroup(InetSocketAddress, NetworkInterface) - Method in class io.netty.channel.socket.nio.NioDatagramChannel
 
joinGroup(InetSocketAddress, NetworkInterface, ChannelPromise) - Method in class io.netty.channel.socket.nio.NioDatagramChannel
 
joinGroup(InetAddress, NetworkInterface, InetAddress) - Method in class io.netty.channel.socket.nio.NioDatagramChannel
 
joinGroup(InetAddress, NetworkInterface, InetAddress, ChannelPromise) - Method in class io.netty.channel.socket.nio.NioDatagramChannel
 
joinGroup(InetAddress) - Method in class io.netty.channel.socket.oio.OioDatagramChannel
 
joinGroup(InetAddress, ChannelPromise) - Method in class io.netty.channel.socket.oio.OioDatagramChannel
 
joinGroup(InetSocketAddress, NetworkInterface) - Method in class io.netty.channel.socket.oio.OioDatagramChannel
 
joinGroup(InetSocketAddress, NetworkInterface, ChannelPromise) - Method in class io.netty.channel.socket.oio.OioDatagramChannel
 
joinGroup(InetAddress, NetworkInterface, InetAddress) - Method in class io.netty.channel.socket.oio.OioDatagramChannel
 
joinGroup(InetAddress, NetworkInterface, InetAddress, ChannelPromise) - Method in class io.netty.channel.socket.oio.OioDatagramChannel
 
JsonObjectDecoder - Class in io.netty.handler.codec.json
Splits a byte stream of JSON objects and arrays into individual objects/arrays and passes them up the ChannelPipeline.
JsonObjectDecoder() - Constructor for class io.netty.handler.codec.json.JsonObjectDecoder
 
JsonObjectDecoder(int) - Constructor for class io.netty.handler.codec.json.JsonObjectDecoder
 
JsonObjectDecoder(boolean) - Constructor for class io.netty.handler.codec.json.JsonObjectDecoder
 
JsonObjectDecoder(int, boolean) - Constructor for class io.netty.handler.codec.json.JsonObjectDecoder
 
JZlibDecoder - Class in io.netty.handler.codec.compression
 
JZlibDecoder() - Constructor for class io.netty.handler.codec.compression.JZlibDecoder
Creates a new instance with the default wrapper (ZlibWrapper.ZLIB).
JZlibDecoder(ZlibWrapper) - Constructor for class io.netty.handler.codec.compression.JZlibDecoder
Creates a new instance with the specified wrapper.
JZlibDecoder(byte[]) - Constructor for class io.netty.handler.codec.compression.JZlibDecoder
Creates a new instance with the specified preset dictionary.
JZlibEncoder - Class in io.netty.handler.codec.compression
Compresses a ByteBuf using the deflate algorithm.
JZlibEncoder() - Constructor for class io.netty.handler.codec.compression.JZlibEncoder
Creates a new zlib encoder with the default compression level (6), default window bits (15), default memory level (8), and the default wrapper (ZlibWrapper.ZLIB).
JZlibEncoder(int) - Constructor for class io.netty.handler.codec.compression.JZlibEncoder
Creates a new zlib encoder with the specified compressionLevel, default window bits (15), default memory level (8), and the default wrapper (ZlibWrapper.ZLIB).
JZlibEncoder(ZlibWrapper) - Constructor for class io.netty.handler.codec.compression.JZlibEncoder
Creates a new zlib encoder with the default compression level (6), default window bits (15), default memory level (8), and the specified wrapper.
JZlibEncoder(ZlibWrapper, int) - Constructor for class io.netty.handler.codec.compression.JZlibEncoder
Creates a new zlib encoder with the specified compressionLevel, default window bits (15), default memory level (8), and the specified wrapper.
JZlibEncoder(ZlibWrapper, int, int, int) - Constructor for class io.netty.handler.codec.compression.JZlibEncoder
Creates a new zlib encoder with the specified compressionLevel, the specified windowBits, the specified memLevel, and the specified wrapper.
JZlibEncoder(byte[]) - Constructor for class io.netty.handler.codec.compression.JZlibEncoder
Creates a new zlib encoder with the default compression level (6), default window bits (15), default memory level (8), and the specified preset dictionary.
JZlibEncoder(int, byte[]) - Constructor for class io.netty.handler.codec.compression.JZlibEncoder
Creates a new zlib encoder with the specified compressionLevel, default window bits (15), default memory level (8), and the specified preset dictionary.
JZlibEncoder(int, int, int, byte[]) - Constructor for class io.netty.handler.codec.compression.JZlibEncoder
Creates a new zlib encoder with the specified compressionLevel, the specified windowBits, the specified memLevel, and the specified preset dictionary.

K

KEEP_ALIVE - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
Deprecated.
KEEP_ALIVE - Static variable in class io.netty.handler.codec.http.HttpHeaderValues
"keep-alive"
KEEP_ALIVE - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderValues
"keep-alive"
keepAliveTimeSeconds() - Method in class io.netty.handler.codec.mqtt.MqttConnectVariableHeader
 
KEY - Static variable in class io.netty.handler.codec.dns.DnsType
key record RFC 2535 and RFC 2930 Used only for SIG(0) (RFC 2931) and TKEY (RFC 2930).
key() - Method in class io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage
 
key() - Method in interface io.netty.handler.codec.memcache.binary.BinaryMemcacheMessage
Returns the optional key of the document.
key() - Method in interface io.netty.util.Attribute
Returns the key of this attribute.
key() - Method in interface io.netty.util.collection.IntObjectMap.Entry
Gets the key for this entry.
KEY_EEXISTS - Static variable in class io.netty.handler.codec.memcache.binary.BinaryMemcacheResponseStatus
 
KEY_ENOENT - Static variable in class io.netty.handler.codec.memcache.binary.BinaryMemcacheResponseStatus
 
KEY_MANAGEMENT_FAILURE - Static variable in class io.netty.handler.codec.rtsp.RtspResponseStatuses
463 Key management failure
keyLength() - Method in class io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage
 
keyLength() - Method in interface io.netty.handler.codec.memcache.binary.BinaryMemcacheMessage
Returns the key length of the message.
KEYMGMT - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderNames
"keymgmt"
keys() - Method in class io.netty.util.collection.IntObjectHashMap
 
keys() - Method in interface io.netty.util.collection.IntObjectMap
Gets the keys contained in this map.
keyToString(int) - Method in class io.netty.handler.codec.http2.Http2Settings
 
keyToString(int) - Method in class io.netty.util.collection.IntObjectHashMap
Helper method called by IntObjectHashMap.toString() in order to convert a single map key into a string.
kind() - Method in class io.netty.channel.udt.nio.NioUdtProvider
UDT Channel Kind.
KX - Static variable in class io.netty.handler.codec.dns.DnsType
Key eXchanger record RFC 2230 Used with some cryptographic systems (not including DNSSEC) to identify a key management agent for the associated domain-name.

L

last() - Method in interface io.netty.channel.ChannelPipeline
Returns the last ChannelHandler in this pipeline.
LAST_MODIFIED - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
"last-modified"
LAST_MODIFIED - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderNames
"last-modified"
lastAckRecv() - Method in class io.netty.channel.epoll.EpollTcpInfo
 
lastAckSent() - Method in class io.netty.channel.epoll.EpollTcpInfo
 
lastContext() - Method in interface io.netty.channel.ChannelPipeline
Returns the context of the last ChannelHandler in this pipeline.
lastCumulativeTime() - Method in class io.netty.handler.traffic.TrafficCounter
 
lastDataRecv() - Method in class io.netty.channel.epoll.EpollTcpInfo
 
lastDataSent() - Method in class io.netty.channel.epoll.EpollTcpInfo
 
lastGoodStreamId() - Method in class io.netty.handler.codec.spdy.DefaultSpdyGoAwayFrame
 
lastGoodStreamId() - Method in interface io.netty.handler.codec.spdy.SpdyGoAwayFrame
Returns the Last-good-stream-ID of this frame.
LastHttpContent - Interface in io.netty.handler.codec.http
The last HttpContent which has trailing headers.
lastInboundBuffer() - Method in class io.netty.channel.embedded.EmbeddedChannel
lastIndexOf(int) - Method in class io.netty.handler.codec.AsciiString
Searches in this string for the last index of the specified character.
lastIndexOf(int, int) - Method in class io.netty.handler.codec.AsciiString
Searches in this string for the index of the specified character.
lastIndexOf(CharSequence) - Method in class io.netty.handler.codec.AsciiString
Searches in this string for the last index of the specified string.
lastIndexOf(CharSequence, int) - Method in class io.netty.handler.codec.AsciiString
Searches in this string for the index of the specified string.
lastKnownStream() - Method in interface io.netty.handler.codec.http2.Http2Connection.Endpoint
Gets the last stream created by this endpoint that is "known" by the opposite endpoint.
LastMemcacheContent - Interface in io.netty.handler.codec.memcache
The MemcacheContent which signals the end of the content batch.
lastOutboundBuffer() - Method in class io.netty.channel.embedded.EmbeddedChannel
lastReadBytes() - Method in class io.netty.handler.traffic.TrafficCounter
 
lastReadThroughput() - Method in class io.netty.handler.traffic.TrafficCounter
 
LastStompContentSubframe - Interface in io.netty.handler.codec.stomp
The last StompContentSubframe which signals the end of the content batch

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

lastStreamCreated() - Method in interface io.netty.handler.codec.http2.Http2Connection.Endpoint
Gets the ID of the stream last successfully created by this endpoint.
lastTime() - Method in class io.netty.handler.traffic.TrafficCounter
 
lastWriteThroughput() - Method in class io.netty.handler.traffic.TrafficCounter
 
lastWrittenBytes() - Method in class io.netty.handler.traffic.TrafficCounter
 
LAYERS - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderValues
"layers"
leaveGroup(InetAddress) - Method in class io.netty.channel.epoll.EpollDatagramChannel
 
leaveGroup(InetAddress, ChannelPromise) - Method in class io.netty.channel.epoll.EpollDatagramChannel
 
leaveGroup(InetSocketAddress, NetworkInterface) - Method in class io.netty.channel.epoll.EpollDatagramChannel
 
leaveGroup(InetSocketAddress, NetworkInterface, ChannelPromise) - Method in class io.netty.channel.epoll.EpollDatagramChannel
 
leaveGroup(InetAddress, NetworkInterface, InetAddress) - Method in class io.netty.channel.epoll.EpollDatagramChannel
 
leaveGroup(InetAddress, NetworkInterface, InetAddress, ChannelPromise) - Method in class io.netty.channel.epoll.EpollDatagramChannel
 
leaveGroup(InetAddress) - Method in interface io.netty.channel.socket.DatagramChannel
Leaves a multicast group and notifies the ChannelFuture once the operation completes.
leaveGroup(InetAddress, ChannelPromise) - Method in interface io.netty.channel.socket.DatagramChannel
Leaves a multicast group and notifies the ChannelFuture once the operation completes.
leaveGroup(InetSocketAddress, NetworkInterface) - Method in interface io.netty.channel.socket.DatagramChannel
Leaves a multicast group on a specified local interface and notifies the ChannelFuture once the operation completes.
leaveGroup(InetSocketAddress, NetworkInterface, ChannelPromise) - Method in interface io.netty.channel.socket.DatagramChannel
Leaves a multicast group on a specified local interface and notifies the ChannelFuture once the operation completes.
leaveGroup(InetAddress, NetworkInterface, InetAddress) - Method in interface io.netty.channel.socket.DatagramChannel
Leave the specified multicast group at the specified interface using the specified source and notifies the ChannelFuture once the operation completes.
leaveGroup(InetAddress, NetworkInterface, InetAddress, ChannelPromise) - Method in interface io.netty.channel.socket.DatagramChannel
Leave the specified multicast group at the specified interface using the specified source and notifies the ChannelFuture once the operation completes.
leaveGroup(InetAddress) - Method in class io.netty.channel.socket.nio.NioDatagramChannel
 
leaveGroup(InetAddress, ChannelPromise) - Method in class io.netty.channel.socket.nio.NioDatagramChannel
 
leaveGroup(InetSocketAddress, NetworkInterface) - Method in class io.netty.channel.socket.nio.NioDatagramChannel
 
leaveGroup(InetSocketAddress, NetworkInterface, ChannelPromise) - Method in class io.netty.channel.socket.nio.NioDatagramChannel
 
leaveGroup(InetAddress, NetworkInterface, InetAddress) - Method in class io.netty.channel.socket.nio.NioDatagramChannel
 
leaveGroup(InetAddress, NetworkInterface, InetAddress, ChannelPromise) - Method in class io.netty.channel.socket.nio.NioDatagramChannel
 
leaveGroup(InetAddress) - Method in class io.netty.channel.socket.oio.OioDatagramChannel
 
leaveGroup(InetAddress, ChannelPromise) - Method in class io.netty.channel.socket.oio.OioDatagramChannel
 
leaveGroup(InetSocketAddress, NetworkInterface) - Method in class io.netty.channel.socket.oio.OioDatagramChannel
 
leaveGroup(InetSocketAddress, NetworkInterface, ChannelPromise) - Method in class io.netty.channel.socket.oio.OioDatagramChannel
 
leaveGroup(InetAddress, NetworkInterface, InetAddress) - Method in class io.netty.channel.socket.oio.OioDatagramChannel
 
leaveGroup(InetAddress, NetworkInterface, InetAddress, ChannelPromise) - Method in class io.netty.channel.socket.oio.OioDatagramChannel
 
length() - Method in class io.netty.handler.codec.AsciiString
 
length() - Method in class io.netty.handler.codec.http.HttpChunkedInput
 
length() - Method in class io.netty.handler.codec.http.multipart.AbstractHttpData
 
length() - Method in interface io.netty.handler.codec.http.multipart.HttpData
Returns the size in byte of the InterfaceHttpData
length() - Method in class io.netty.handler.codec.http.multipart.HttpPostRequestEncoder
 
length() - Method in class io.netty.handler.codec.http.multipart.MixedAttribute
 
length() - Method in class io.netty.handler.codec.http.multipart.MixedFileUpload
 
length() - Method in class io.netty.handler.stream.ChunkedFile
 
length() - Method in interface io.netty.handler.stream.ChunkedInput
Returns the length of the input.
length() - Method in class io.netty.handler.stream.ChunkedNioFile
 
length() - Method in class io.netty.handler.stream.ChunkedNioStream
 
length() - Method in class io.netty.handler.stream.ChunkedStream
 
LENGTH_REQUIRED - Static variable in class io.netty.handler.codec.http.HttpResponseStatus
411 Length Required
LENGTH_REQUIRED - Static variable in class io.netty.handler.codec.rtsp.RtspResponseStatuses
411 Length Required
LengthFieldBasedFrameDecoder - Class in io.netty.handler.codec
A decoder that splits the received ByteBufs dynamically by the value of the length field in the message.
LengthFieldBasedFrameDecoder(int, int, int) - Constructor for class io.netty.handler.codec.LengthFieldBasedFrameDecoder
Creates a new instance.
LengthFieldBasedFrameDecoder(int, int, int, int, int) - Constructor for class io.netty.handler.codec.LengthFieldBasedFrameDecoder
Creates a new instance.
LengthFieldBasedFrameDecoder(int, int, int, int, int, boolean) - Constructor for class io.netty.handler.codec.LengthFieldBasedFrameDecoder
Creates a new instance.
LengthFieldBasedFrameDecoder(ByteOrder, int, int, int, int, int, boolean) - Constructor for class io.netty.handler.codec.LengthFieldBasedFrameDecoder
Creates a new instance.
LengthFieldPrepender - Class in io.netty.handler.codec
An encoder that prepends the length of the message.
LengthFieldPrepender(int) - Constructor for class io.netty.handler.codec.LengthFieldPrepender
Creates a new instance.
LengthFieldPrepender(int, boolean) - Constructor for class io.netty.handler.codec.LengthFieldPrepender
Creates a new instance.
LengthFieldPrepender(int, int) - Constructor for class io.netty.handler.codec.LengthFieldPrepender
Creates a new instance.
LengthFieldPrepender(int, int, boolean) - Constructor for class io.netty.handler.codec.LengthFieldPrepender
Creates a new instance.
level() - Method in class io.netty.handler.logging.LoggingHandler
Returns the LogLevel that this handler uses to log
LF - Static variable in class io.netty.handler.codec.http.HttpConstants
Line feed character
lifecycleManager(Http2LifecycleManager) - Method in class io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder.Builder
 
lifecycleManager() - Method in class io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder.Builder
 
lifecycleManager - Variable in class io.netty.handler.codec.http2.DefaultHttp2ConnectionEncoder.Builder
 
lifecycleManager(Http2LifecycleManager) - Method in class io.netty.handler.codec.http2.DefaultHttp2ConnectionEncoder.Builder
 
lifecycleManager() - Method in class io.netty.handler.codec.http2.DefaultHttp2ConnectionEncoder.Builder
 
lifecycleManager(Http2LifecycleManager) - Method in interface io.netty.handler.codec.http2.Http2ConnectionDecoder.Builder
Sets the Http2LifecycleManager to be used when building the decoder.
lifecycleManager() - Method in interface io.netty.handler.codec.http2.Http2ConnectionDecoder.Builder
Gets the Http2LifecycleManager to be used when building the decoder.
lifecycleManager(Http2LifecycleManager) - Method in interface io.netty.handler.codec.http2.Http2ConnectionEncoder.Builder
Sets the Http2LifecycleManager to be used when building the encoder.
lifecycleManager() - Method in interface io.netty.handler.codec.http2.Http2ConnectionEncoder.Builder
Gets the Http2LifecycleManager to be used when building the encoder.
LineBasedFrameDecoder - Class in io.netty.handler.codec
A decoder that splits the received ByteBufs on line endings.
LineBasedFrameDecoder(int) - Constructor for class io.netty.handler.codec.LineBasedFrameDecoder
Creates a new decoder.
LineBasedFrameDecoder(int, boolean, boolean) - Constructor for class io.netty.handler.codec.LineBasedFrameDecoder
Creates a new decoder.
lineDelimiter() - Static method in class io.netty.handler.codec.Delimiters
Returns CR ('\r') and LF ('\n') delimiters, which could be used for text-based line protocols.
listener(Http2FrameListener) - Method in class io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder.Builder
 
listener() - Method in class io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder
 
listener(Http2FrameListener) - Method in interface io.netty.handler.codec.http2.Http2ConnectionDecoder.Builder
Sets the Http2FrameListener to be used when building the decoder.
listener() - Method in interface io.netty.handler.codec.http2.Http2ConnectionDecoder
Provides direct access to the underlying frame listener.
listener - Variable in class io.netty.handler.codec.http2.Http2FrameListenerDecorator
 
LITTLE_ENDIAN - Static variable in class io.netty.buffer.Unpooled
Little endian byte order.
LOC - Static variable in class io.netty.handler.codec.dns.DnsType
Location record RFC 1876 Specifies a geographical location associated with a domain name.
local() - Method in class io.netty.handler.codec.http2.DefaultHttp2Connection
 
local() - Method in interface io.netty.handler.codec.http2.Http2Connection
Gets a view of this connection from the local Http2Connection.Endpoint.
localAddress(SocketAddress) - Method in class io.netty.bootstrap.AbstractBootstrap
The SocketAddress which is used to bind the local "end" to.
localAddress(int) - Method in class io.netty.bootstrap.AbstractBootstrap
 
localAddress(String, int) - Method in class io.netty.bootstrap.AbstractBootstrap
 
localAddress(InetAddress, int) - Method in class io.netty.bootstrap.AbstractBootstrap
 
localAddress() - Method in class io.netty.channel.AbstractChannel.AbstractUnsafe
 
localAddress() - Method in class io.netty.channel.AbstractChannel
 
localAddress() - Method in interface io.netty.channel.Channel
Returns the local address where this channel is bound to.
localAddress() - Method in interface io.netty.channel.Channel.Unsafe
Return the SocketAddress to which is bound local or null if none.
localAddress() - Method in class io.netty.channel.epoll.EpollDatagramChannel
 
localAddress() - Method in class io.netty.channel.epoll.EpollDomainSocketChannel
 
localAddress() - Method in class io.netty.channel.epoll.EpollServerDomainSocketChannel
 
localAddress() - Method in class io.netty.channel.epoll.EpollServerSocketChannel
 
localAddress() - Method in class io.netty.channel.epoll.EpollSocketChannel
 
LocalAddress - Class in io.netty.channel.local
An endpoint in the local transport.
LocalAddress(String) - Constructor for class io.netty.channel.local.LocalAddress
Creates a new instance with the specified ID.
localAddress() - Method in class io.netty.channel.local.LocalChannel
 
localAddress() - Method in class io.netty.channel.local.LocalServerChannel
 
localAddress() - Method in class io.netty.channel.rxtx.RxtxChannel
 
localAddress() - Method in class io.netty.channel.sctp.nio.NioSctpChannel
 
localAddress() - Method in class io.netty.channel.sctp.nio.NioSctpServerChannel
 
localAddress() - Method in class io.netty.channel.sctp.oio.OioSctpChannel
 
localAddress() - Method in class io.netty.channel.sctp.oio.OioSctpServerChannel
 
localAddress() - Method in interface io.netty.channel.sctp.SctpChannel
Return the (primary) local address of the SCTP channel.
localAddress() - Method in interface io.netty.channel.sctp.SctpServerChannel
Return the (primary) local address of the SCTP server channel.
localAddress() - Method in interface io.netty.channel.socket.DatagramChannel
 
localAddress() - Method in class io.netty.channel.socket.nio.NioDatagramChannel
 
localAddress() - Method in class io.netty.channel.socket.nio.NioServerSocketChannel
 
localAddress() - Method in class io.netty.channel.socket.nio.NioSocketChannel
 
localAddress() - Method in class io.netty.channel.socket.oio.OioDatagramChannel
 
localAddress() - Method in class io.netty.channel.socket.oio.OioServerSocketChannel
 
localAddress() - Method in class io.netty.channel.socket.oio.OioSocketChannel
 
localAddress() - Method in interface io.netty.channel.socket.ServerSocketChannel
 
localAddress() - Method in interface io.netty.channel.socket.SocketChannel
 
localAddress() - Method in class io.netty.channel.udt.nio.NioUdtAcceptorChannel
 
localAddress() - Method in class io.netty.channel.udt.nio.NioUdtByteConnectorChannel
 
localAddress() - Method in class io.netty.channel.udt.nio.NioUdtMessageConnectorChannel
 
localAddress() - Method in interface io.netty.channel.udt.UdtChannel
 
localAddress() - Method in interface io.netty.channel.unix.DomainSocketChannel
 
localAddress() - Method in interface io.netty.channel.unix.ServerDomainSocketChannel
 
localAddress0() - Method in class io.netty.channel.AbstractChannel
Returns the SocketAddress which is bound locally.
localAddress0() - Method in class io.netty.channel.embedded.EmbeddedChannel
 
localAddress0() - Method in class io.netty.channel.epoll.EpollDatagramChannel
 
localAddress0() - Method in class io.netty.channel.epoll.EpollDomainSocketChannel
 
localAddress0() - Method in class io.netty.channel.epoll.EpollServerDomainSocketChannel
 
localAddress0() - Method in class io.netty.channel.epoll.EpollServerSocketChannel
 
localAddress0() - Method in class io.netty.channel.epoll.EpollSocketChannel
 
localAddress0() - Method in class io.netty.channel.local.LocalChannel
 
localAddress0() - Method in class io.netty.channel.local.LocalServerChannel
 
localAddress0() - Method in class io.netty.channel.rxtx.RxtxChannel
 
localAddress0() - Method in class io.netty.channel.sctp.nio.NioSctpChannel
 
localAddress0() - Method in class io.netty.channel.sctp.nio.NioSctpServerChannel
 
localAddress0() - Method in class io.netty.channel.sctp.oio.OioSctpChannel
 
localAddress0() - Method in class io.netty.channel.sctp.oio.OioSctpServerChannel
 
localAddress0() - Method in class io.netty.channel.socket.nio.NioDatagramChannel
 
localAddress0() - Method in class io.netty.channel.socket.nio.NioServerSocketChannel
 
localAddress0() - Method in class io.netty.channel.socket.nio.NioSocketChannel
 
localAddress0() - Method in class io.netty.channel.socket.oio.OioDatagramChannel
 
localAddress0() - Method in class io.netty.channel.socket.oio.OioServerSocketChannel
 
localAddress0() - Method in class io.netty.channel.socket.oio.OioSocketChannel
 
localAddress0() - Method in class io.netty.channel.udt.nio.NioUdtAcceptorChannel
 
localAddress0() - Method in class io.netty.channel.udt.nio.NioUdtByteConnectorChannel
 
localAddress0() - Method in class io.netty.channel.udt.nio.NioUdtMessageConnectorChannel
 
LocalChannel - Class in io.netty.channel.local
A Channel for the local transport.
LocalChannel() - Constructor for class io.netty.channel.local.LocalChannel
 
LOCALHOST - Static variable in class io.netty.util.NetUtil
The InetAddress that represents the loopback address.
LOCALHOST4 - Static variable in class io.netty.util.NetUtil
The Inet4Address that represents the IPv4 loopback address '127.0.0.1'
LOCALHOST6 - Static variable in class io.netty.util.NetUtil
The Inet6Address that represents the IPv6 loopback address '::1'
LocalServerChannel - Class in io.netty.channel.local
A ServerChannel for the local transport which allows in VM communication.
LocalServerChannel() - Constructor for class io.netty.channel.local.LocalServerChannel
 
localSettings() - Method in class io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder
 
localSettings(Http2Settings) - Method in class io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder
 
localSettings() - Method in interface io.netty.handler.codec.http2.Http2ConnectionDecoder
Gets the local settings for this endpoint of the HTTP/2 connection.
localSettings(Http2Settings) - Method in interface io.netty.handler.codec.http2.Http2ConnectionDecoder
Sets the local settings for this endpoint of the HTTP/2 connection.
localSideOpen() - Method in interface io.netty.handler.codec.http2.Http2Stream
Indicates whether the local side of this stream is open (i.e. the state is either Http2Stream.State.OPEN or Http2Stream.State.HALF_CLOSED_REMOTE).
LOCATION - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
"location"
LOCKED - Static variable in class io.netty.handler.codec.http.HttpResponseStatus
423 Locked (WebDAV, RFC4918)
logData(Http2FrameLogger.Direction, int, ByteBuf, int, boolean) - Method in class io.netty.handler.codec.http2.Http2FrameLogger
 
logger - Static variable in class io.netty.channel.udt.nio.NioUdtAcceptorChannel
 
logger - Static variable in class io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker
 
logger - Variable in class io.netty.handler.logging.LoggingHandler
 
LoggingHandler - Class in io.netty.handler.logging
A ChannelHandler that logs all events using a logging framework.
LoggingHandler() - Constructor for class io.netty.handler.logging.LoggingHandler
Creates a new instance whose logger name is the fully qualified class name of the instance with hex dump enabled.
LoggingHandler(LogLevel) - Constructor for class io.netty.handler.logging.LoggingHandler
Creates a new instance whose logger name is the fully qualified class name of the instance.
LoggingHandler(Class<?>) - Constructor for class io.netty.handler.logging.LoggingHandler
Creates a new instance with the specified logger name and with hex dump enabled.
LoggingHandler(Class<?>, LogLevel) - Constructor for class io.netty.handler.logging.LoggingHandler
Creates a new instance with the specified logger name.
LoggingHandler(String) - Constructor for class io.netty.handler.logging.LoggingHandler
Creates a new instance with the specified logger name using the default log level.
LoggingHandler(String, LogLevel) - Constructor for class io.netty.handler.logging.LoggingHandler
Creates a new instance with the specified logger name.
logGoAway(Http2FrameLogger.Direction, int, long, ByteBuf) - Method in class io.netty.handler.codec.http2.Http2FrameLogger
 
logHeaders(Http2FrameLogger.Direction, int, Http2Headers, int, boolean) - Method in class io.netty.handler.codec.http2.Http2FrameLogger
 
logHeaders(Http2FrameLogger.Direction, int, Http2Headers, int, short, boolean, int, boolean) - Method in class io.netty.handler.codec.http2.Http2FrameLogger
 
LOGIN - Static variable in interface io.netty.handler.codec.stomp.StompHeaders
 
LogLevel - Enum in io.netty.handler.logging
Maps the regular LogLevels with the InternalLogLevel ones.
logPing(Http2FrameLogger.Direction, ByteBuf) - Method in class io.netty.handler.codec.http2.Http2FrameLogger
 
logPingAck(Http2FrameLogger.Direction, ByteBuf) - Method in class io.netty.handler.codec.http2.Http2FrameLogger
 
logPriority(Http2FrameLogger.Direction, int, int, short, boolean) - Method in class io.netty.handler.codec.http2.Http2FrameLogger
 
logPushPromise(Http2FrameLogger.Direction, int, int, Http2Headers, int) - Method in class io.netty.handler.codec.http2.Http2FrameLogger
 
logRstStream(Http2FrameLogger.Direction, int, long) - Method in class io.netty.handler.codec.http2.Http2FrameLogger
 
logSettings(Http2FrameLogger.Direction, Http2Settings) - Method in class io.netty.handler.codec.http2.Http2FrameLogger
 
logSettingsAck(Http2FrameLogger.Direction) - Method in class io.netty.handler.codec.http2.Http2FrameLogger
 
logUnknownFrame(Http2FrameLogger.Direction, byte, int, Http2Flags, ByteBuf) - Method in class io.netty.handler.codec.http2.Http2FrameLogger
 
logWindowsUpdate(Http2FrameLogger.Direction, int, int) - Method in class io.netty.handler.codec.http2.Http2FrameLogger
 
longCommitHash() - Method in class io.netty.util.Version
 
LOOPBACK_IF - Static variable in class io.netty.util.NetUtil
The loopback NetworkInterface of the current machine
lost() - Method in class io.netty.channel.epoll.EpollTcpInfo
 
LOW_STORAGE_SPACE - Static variable in class io.netty.handler.codec.rtsp.RtspResponseStatuses
250 Low on Storage Space
Lz4FrameDecoder - Class in io.netty.handler.codec.compression
Uncompresses a ByteBuf encoded with the LZ4 format.
Lz4FrameDecoder() - Constructor for class io.netty.handler.codec.compression.Lz4FrameDecoder
Creates the fastest LZ4 decoder.
Lz4FrameDecoder(boolean) - Constructor for class io.netty.handler.codec.compression.Lz4FrameDecoder
Creates a LZ4 decoder with fastest decoder instance available on your machine.
Lz4FrameDecoder(LZ4Factory, boolean) - Constructor for class io.netty.handler.codec.compression.Lz4FrameDecoder
Creates a new LZ4 decoder with customizable implementation.
Lz4FrameDecoder(LZ4Factory, Checksum) - Constructor for class io.netty.handler.codec.compression.Lz4FrameDecoder
Creates a new customizable LZ4 decoder.
Lz4FrameEncoder - Class in io.netty.handler.codec.compression
Compresses a ByteBuf using the LZ4 format.
Lz4FrameEncoder() - Constructor for class io.netty.handler.codec.compression.Lz4FrameEncoder
Creates the fastest LZ4 encoder with default block size (64 KB) and xxhash hashing for Java, based on Yann Collet's work available at Google Code.
Lz4FrameEncoder(boolean) - Constructor for class io.netty.handler.codec.compression.Lz4FrameEncoder
Creates a new LZ4 encoder with hight or fast compression, default block size (64 KB) and xxhash hashing for Java, based on Yann Collet's work available at Google Code.
Lz4FrameEncoder(LZ4Factory, boolean, int, Checksum) - Constructor for class io.netty.handler.codec.compression.Lz4FrameEncoder
Creates a new customizable LZ4 encoder.
LzfDecoder - Class in io.netty.handler.codec.compression
Uncompresses a ByteBuf encoded with the LZF format.
LzfDecoder() - Constructor for class io.netty.handler.codec.compression.LzfDecoder
Creates a new LZF decoder with the most optimal available methods for underlying data access.
LzfDecoder(boolean) - Constructor for class io.netty.handler.codec.compression.LzfDecoder
Creates a new LZF decoder with specified decoding instance.
LzfEncoder - Class in io.netty.handler.codec.compression
Compresses a ByteBuf using the LZF format.
LzfEncoder() - Constructor for class io.netty.handler.codec.compression.LzfEncoder
Creates a new LZF encoder with the most optimal available methods for underlying data access.
LzfEncoder(boolean) - Constructor for class io.netty.handler.codec.compression.LzfEncoder
Creates a new LZF encoder with specified encoding instance.
LzfEncoder(int) - Constructor for class io.netty.handler.codec.compression.LzfEncoder
Creates a new LZF encoder with specified total length of encoded chunk.
LzfEncoder(boolean, int) - Constructor for class io.netty.handler.codec.compression.LzfEncoder
Creates a new LZF encoder with specified settings.
LzmaFrameEncoder - Class in io.netty.handler.codec.compression
Compresses a ByteBuf using the LZMA algorithm.
LzmaFrameEncoder() - Constructor for class io.netty.handler.codec.compression.LzmaFrameEncoder
Creates LZMA encoder with default settings.
LzmaFrameEncoder(int, int, int) - Constructor for class io.netty.handler.codec.compression.LzmaFrameEncoder
Creates LZMA encoder with specified lc, lp, pb values and the medium dictionary size of .
LzmaFrameEncoder(int) - Constructor for class io.netty.handler.codec.compression.LzmaFrameEncoder
Creates LZMA encoder with specified dictionary size and default values of lc = , lp = , pb = .
LzmaFrameEncoder(int, int, int, int) - Constructor for class io.netty.handler.codec.compression.LzmaFrameEncoder
Creates LZMA encoder with specified lc, lp, pb values and custom dictionary size.
LzmaFrameEncoder(int, int, int, int, boolean, int) - Constructor for class io.netty.handler.codec.compression.LzmaFrameEncoder
Creates LZMA encoder with specified settings.

M

magic() - Method in class io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage
 
magic() - Method in interface io.netty.handler.codec.memcache.binary.BinaryMemcacheMessage
Returns the magic byte for the message.
MAGIC_GUID - Static variable in class io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker07
 
MAGIC_GUID - Static variable in class io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker08
 
MAGIC_GUID - Static variable in class io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker13
 
main(String[]) - Static method in class io.netty.util.Version
Prints the version information to System.err.
majorVersion() - Method in class io.netty.handler.codec.http.HttpVersion
Returns the name of the protocol such as 1 in "HTTP/1.0".
map(String) - Method in class io.netty.util.DomainNameMapping
 
map(IN) - Method in interface io.netty.util.Mapping
Returns mapped value of the specified input.
Mapping<IN,OUT> - Interface in io.netty.util
Maintains the mapping from the objects of one type to the objects of the other type.
mark(int) - Method in class io.netty.buffer.ByteBufInputStream
 
mark(int) - Method in class io.netty.handler.codec.serialization.ObjectDecoderInputStream
 
markForRemoval(Http2Stream) - Method in class io.netty.handler.codec.http2.DefaultHttp2StreamRemovalPolicy
 
markForRemoval(Http2Stream) - Method in interface io.netty.handler.codec.http2.Http2StreamRemovalPolicy
Marks the given stream for removal.
markReaderIndex() - Method in class io.netty.buffer.AbstractByteBuf
 
markReaderIndex() - Method in class io.netty.buffer.ByteBuf
Marks the current readerIndex in this buffer.
markReaderIndex() - Method in class io.netty.buffer.CompositeByteBuf
 
markReaderIndex() - Method in class io.netty.buffer.EmptyByteBuf
 
markReaderIndex() - Method in class io.netty.buffer.SwappedByteBuf
 
markReaderIndex() - Method in class io.netty.buffer.WrappedByteBuf
 
markSupported() - Method in class io.netty.buffer.ByteBufInputStream
 
markSupported() - Method in class io.netty.handler.codec.serialization.ObjectDecoderInputStream
 
markWriterIndex() - Method in class io.netty.buffer.AbstractByteBuf
 
markWriterIndex() - Method in class io.netty.buffer.ByteBuf
Marks the current writerIndex in this buffer.
markWriterIndex() - Method in class io.netty.buffer.CompositeByteBuf
 
markWriterIndex() - Method in class io.netty.buffer.EmptyByteBuf
 
markWriterIndex() - Method in class io.netty.buffer.SwappedByteBuf
 
markWriterIndex() - Method in class io.netty.buffer.WrappedByteBuf
 
MarshallerProvider - Interface in io.netty.handler.codec.marshalling
This provider is responsible to get a Marshaller for the given ChannelHandlerContext.
MarshallingDecoder - Class in io.netty.handler.codec.marshalling
Decoder which MUST be used with MarshallingEncoder.
MarshallingDecoder(UnmarshallerProvider) - Constructor for class io.netty.handler.codec.marshalling.MarshallingDecoder
Creates a new decoder whose maximum object size is 1048576 bytes.
MarshallingDecoder(UnmarshallerProvider, int) - Constructor for class io.netty.handler.codec.marshalling.MarshallingDecoder
Creates a new decoder with the specified maximum object size.
MarshallingEncoder - Class in io.netty.handler.codec.marshalling
MessageToByteEncoder implementation which uses JBoss Marshalling to marshal an Object.
MarshallingEncoder(MarshallerProvider) - Constructor for class io.netty.handler.codec.marshalling.MarshallingEncoder
Creates a new encoder.
matches(Channel) - Method in interface io.netty.channel.group.ChannelMatcher
Returns true if the operation should be also executed on the given Channel.
matches(String) - Method in class io.netty.handler.codec.AsciiString
Determines whether this string matches a given regular expression.
matches(InetSocketAddress) - Method in interface io.netty.handler.ipfilter.IpFilterRule
 
matches(InetSocketAddress) - Method in class io.netty.handler.ipfilter.IpSubnetFilterRule
 
MAX_AGE - Static variable in class io.netty.handler.codec.http.HttpHeaderValues
"max-age"
MAX_AGE - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderValues
"max-age"
MAX_CONCURRENT_STREAMS - Static variable in class io.netty.handler.codec.http2.Http2CodecUtil
 
MAX_FORWARDS - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
"max-forwards"
MAX_FRAME_SIZE_LOWER_BOUND - Static variable in class io.netty.handler.codec.http2.Http2CodecUtil
 
MAX_FRAME_SIZE_UPPER_BOUND - Static variable in class io.netty.handler.codec.http2.Http2CodecUtil
 
MAX_HEADER_LIST_SIZE - Static variable in class io.netty.handler.codec.http2.Http2CodecUtil
 
MAX_HEADER_TABLE_SIZE - Static variable in class io.netty.handler.codec.http2.Http2CodecUtil
 
MAX_INITIAL_WINDOW_SIZE - Static variable in class io.netty.handler.codec.http2.Http2CodecUtil
 
MAX_MESSAGES_PER_READ - Static variable in class io.netty.channel.ChannelOption
 
MAX_STALE - Static variable in class io.netty.handler.codec.http.HttpHeaderValues
"max-stale"
MAX_STALE - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderValues
"max-stale"
MAX_UNSIGNED_BYTE - Static variable in class io.netty.handler.codec.http2.Http2CodecUtil
 
MAX_UNSIGNED_INT - Static variable in class io.netty.handler.codec.http2.Http2CodecUtil
 
MAX_UNSIGNED_SHORT - Static variable in class io.netty.handler.codec.http2.Http2CodecUtil
 
MAX_WEIGHT - Static variable in class io.netty.handler.codec.http2.Http2CodecUtil
 
MAX_WINDOW_SIZE - Static variable in class io.netty.handler.codec.http.websocketx.extensions.compression.PerMessageDeflateServerExtensionHandshaker
 
maxAge() - Method in interface io.netty.handler.codec.http.Cookie
Returns the maximum age of this Cookie in seconds or Long.MIN_VALUE if unspecified
maxAge(long) - Method in class io.netty.handler.codec.http.cors.CorsConfig.Builder
When making a preflight request the client has to perform two request with can be inefficient.
maxAge() - Method in class io.netty.handler.codec.http.cors.CorsConfig
Gets the maxAge setting.
maxAge() - Method in class io.netty.handler.codec.http.DefaultCookie
 
maxCapacity() - Method in class io.netty.buffer.AbstractByteBuf
 
maxCapacity(int) - Method in class io.netty.buffer.AbstractByteBuf
 
maxCapacity() - Method in class io.netty.buffer.ByteBuf
Returns the maximum allowed capacity of this buffer.
maxCapacity() - Method in class io.netty.buffer.EmptyByteBuf
 
maxCapacity() - Method in class io.netty.buffer.SwappedByteBuf
 
maxCapacity() - Method in class io.netty.buffer.WrappedByteBuf
 
maxConcurrentStreams() - Method in class io.netty.handler.codec.http2.Http2Settings
Gets the SETTINGS_MAX_CONCURRENT_STREAMS value.
maxConcurrentStreams(long) - Method in class io.netty.handler.codec.http2.Http2Settings
Sets the SETTINGS_MAX_CONCURRENT_STREAMS value.
maxContentLength(int) - Method in class io.netty.handler.codec.http2.InboundHttp2ToHttpAdapter.Builder
Specifies the maximum length of the message content.
maxContentLength() - Method in class io.netty.handler.codec.MessageAggregator
Returns the maximum allowed length of the aggregated message.
maxCumulationBufferComponents() - Method in class io.netty.handler.codec.MessageAggregator
Returns the maximum number of components in the cumulation buffer.
maxDeviation() - Method in class io.netty.handler.traffic.GlobalChannelTrafficShapingHandler
 
maxFramePayloadLength() - Method in class io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker
Returns the max length for any frame's payload
maxFramePayloadLength() - Method in class io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker
Gets the maximum length for any frame's payload.
maxFrameSize(int) - Method in class io.netty.handler.codec.http2.DefaultHttp2FrameReader
 
maxFrameSize() - Method in class io.netty.handler.codec.http2.DefaultHttp2FrameReader
 
maxFrameSize(int) - Method in class io.netty.handler.codec.http2.DefaultHttp2FrameWriter
 
maxFrameSize() - Method in class io.netty.handler.codec.http2.DefaultHttp2FrameWriter
 
maxFrameSize(int) - Method in interface io.netty.handler.codec.http2.Http2FrameSizePolicy
Sets the maximum allowed frame size.
maxFrameSize() - Method in interface io.netty.handler.codec.http2.Http2FrameSizePolicy
Gets the maximum allowed frame size.
maxFrameSize() - Method in class io.netty.handler.codec.http2.Http2Settings
Gets the SETTINGS_MAX_FRAME_SIZE value.
maxFrameSize(int) - Method in class io.netty.handler.codec.http2.Http2Settings
Sets the SETTINGS_MAX_FRAME_SIZE value.
maxHeaderListSize(int) - Method in interface io.netty.handler.codec.http2.Http2HeaderTable
Sets the maximum allowed header elements.
maxHeaderListSize() - Method in interface io.netty.handler.codec.http2.Http2HeaderTable
Gets the maximum allowed header elements.
maxHeaderListSize() - Method in class io.netty.handler.codec.http2.Http2Settings
Gets the SETTINGS_MAX_HEADER_LIST_SIZE value.
maxHeaderListSize(int) - Method in class io.netty.handler.codec.http2.Http2Settings
Sets the SETTINGS_MAX_HEADER_LIST_SIZE value.
maxHeaderTableSize(int) - Method in interface io.netty.handler.codec.http2.Http2HeaderTable
Sets the maximum size of the HPACK header table used for decoding HTTP/2 headers.
maxHeaderTableSize() - Method in interface io.netty.handler.codec.http2.Http2HeaderTable
Gets the maximum size of the HPACK header table used for decoding HTTP/2 headers.
maximumCumulativeReadBytes() - Method in class io.netty.handler.traffic.GlobalChannelTrafficShapingHandler
 
maximumCumulativeWrittenBytes() - Method in class io.netty.handler.traffic.GlobalChannelTrafficShapingHandler
 
maxNumComponents() - Method in class io.netty.buffer.CompositeByteBuf
Return the max number of ByteBuf's that are composed in this instance
maxObjectSize - Variable in class io.netty.handler.codec.marshalling.CompatibleMarshallingDecoder
 
maxPayloadSize() - Method in class io.netty.resolver.dns.DnsNameResolver
Returns the capacity of the datagram packet buffer (in bytes).
maxQueriesPerResolve() - Method in class io.netty.resolver.dns.DnsNameResolver
Returns the maximum allowed number of DNS queries to send when resolving a host name.
MAXSIZE - Static variable in class io.netty.handler.codec.http.multipart.DefaultHttpDataFactory
Proposed default MAXSIZE = -1 as UNLIMITED
maxStreams() - Method in interface io.netty.handler.codec.http2.Http2Connection.Endpoint
Gets the maximum number of concurrent streams allowed by this endpoint.
maxStreams(int) - Method in interface io.netty.handler.codec.http2.Http2Connection.Endpoint
Sets the maximum number of concurrent streams allowed by this endpoint.
maxTime - Variable in class io.netty.handler.traffic.AbstractTrafficShapingHandler
Max delay in wait
maxTriesPerQuery() - Method in class io.netty.resolver.dns.DnsNameResolver
Returns the maximum number of tries for each query.
maxTtl() - Method in class io.netty.resolver.dns.DnsNameResolver
Returns the maximum TTL of the cached DNS resource records (in seconds).
maxWritableBytes() - Method in class io.netty.buffer.AbstractByteBuf
 
maxWritableBytes() - Method in class io.netty.buffer.ByteBuf
Returns the maximum possible number of writable bytes, which is equal to (this.maxCapacity - this.writerIndex).
maxWritableBytes() - Method in class io.netty.buffer.EmptyByteBuf
 
maxWritableBytes() - Method in class io.netty.buffer.SwappedByteBuf
 
maxWritableBytes() - Method in class io.netty.buffer.WrappedByteBuf
 
MemcacheContent - Interface in io.netty.handler.codec.memcache
An Memcache content chunk.
MemcacheMessage - Interface in io.netty.handler.codec.memcache
Marker interface for both ascii and binary messages.
MemcacheObject - Interface in io.netty.handler.codec.memcache
Defines a common interface for all MemcacheObject implementations.
memLevel - Variable in class io.netty.handler.codec.http2.CompressorHttp2ConnectionEncoder.Builder
 
memLevel(int) - Method in class io.netty.handler.codec.http2.CompressorHttp2ConnectionEncoder.Builder
 
memoryAddress() - Method in class io.netty.buffer.ByteBuf
Returns the low-level memory address that point to the first byte of ths backing data.
memoryAddress() - Method in class io.netty.buffer.CompositeByteBuf
 
memoryAddress() - Method in class io.netty.buffer.DuplicatedByteBuf
 
memoryAddress() - Method in class io.netty.buffer.EmptyByteBuf
 
memoryAddress() - Method in class io.netty.buffer.ReadOnlyByteBuf
 
memoryAddress() - Method in class io.netty.buffer.SlicedByteBuf
 
memoryAddress() - Method in class io.netty.buffer.SwappedByteBuf
 
memoryAddress() - Method in class io.netty.buffer.UnpooledDirectByteBuf
 
memoryAddress() - Method in class io.netty.buffer.UnpooledHeapByteBuf
 
memoryAddress() - Method in class io.netty.buffer.UnpooledUnsafeDirectByteBuf
 
memoryAddress() - Method in class io.netty.buffer.WrappedByteBuf
 
MemoryAttribute - Class in io.netty.handler.codec.http.multipart
Memory implementation of Attributes
MemoryAttribute(String) - Constructor for class io.netty.handler.codec.http.multipart.MemoryAttribute
 
MemoryAttribute(String, Charset) - Constructor for class io.netty.handler.codec.http.multipart.MemoryAttribute
 
MemoryAttribute(String, String) - Constructor for class io.netty.handler.codec.http.multipart.MemoryAttribute
 
MemoryAttribute(String, String, Charset) - Constructor for class io.netty.handler.codec.http.multipart.MemoryAttribute
 
MemoryFileUpload - Class in io.netty.handler.codec.http.multipart
Default FileUpload implementation that stores file into memory.
MemoryFileUpload(String, String, String, String, Charset, long) - Constructor for class io.netty.handler.codec.http.multipart.MemoryFileUpload
 
MERGE_CUMULATOR - Static variable in class io.netty.handler.codec.ByteToMessageDecoder
Cumulate ByteBufs by merge them into one ByteBuf's, using memory copies.
MESSAGE - Static variable in interface io.netty.handler.codec.stomp.StompHeaders
 
MESSAGE_ACCEPTOR - Static variable in class io.netty.channel.udt.nio.NioUdtProvider
ChannelFactory for UDT Message Acceptor.
MESSAGE_CONNECTOR - Static variable in class io.netty.channel.udt.nio.NioUdtProvider
ChannelFactory for UDT Message Connector.
MESSAGE_ID - Static variable in interface io.netty.handler.codec.stomp.StompHeaders
 
MESSAGE_PROVIDER - Static variable in class io.netty.channel.udt.nio.NioUdtProvider
SelectorProvider for UDT Message channels.
MESSAGE_RENDEZVOUS - Static variable in class io.netty.channel.udt.nio.NioUdtProvider
ChannelFactory for UDT Message Rendezvous.
MESSAGE_SIZE_ESTIMATOR - Static variable in class io.netty.channel.ChannelOption
 
MessageAggregationException - Exception in io.netty.handler.codec
Raised by MessageAggregator when aggregation fails due to an unexpected message sequence.
MessageAggregationException() - Constructor for exception io.netty.handler.codec.MessageAggregationException
 
MessageAggregationException(String) - Constructor for exception io.netty.handler.codec.MessageAggregationException
 
MessageAggregationException(String, Throwable) - Constructor for exception io.netty.handler.codec.MessageAggregationException
 
MessageAggregationException(Throwable) - Constructor for exception io.netty.handler.codec.MessageAggregationException
 
MessageAggregator<I,S,C extends ByteBufHolder,O extends ByteBufHolder> - Class in io.netty.handler.codec
An abstract ChannelHandler that aggregates a series of message objects into a single aggregated message.
MessageAggregator(int) - Constructor for class io.netty.handler.codec.MessageAggregator
Creates a new instance.
MessageAggregator(int, Class<? extends I>) - Constructor for class io.netty.handler.codec.MessageAggregator
 
messageId() - Method in class io.netty.handler.codec.mqtt.MqttMessageIdVariableHeader
 
messageId() - Method in class io.netty.handler.codec.mqtt.MqttPublishVariableHeader
 
messageInfo() - Method in class io.netty.channel.sctp.SctpMessage
Return the MessageInfo for inbound messages or null for outbound messages.
messageMap - Variable in class io.netty.handler.codec.http2.InboundHttp2ToHttpAdapter
 
messageReceived(ChannelHandlerContext, I) - Method in class io.netty.channel.SimpleChannelInboundHandler
Is called for each message of type I.
MessageSizeEstimator - Interface in io.netty.channel
Responsible to estimate size of a message.
MessageSizeEstimator.Handle - Interface in io.netty.channel
 
MessageToByteEncoder<I> - Class in io.netty.handler.codec
ChannelHandlerAdapter which encodes message in a stream-like fashion from one message to an ByteBuf.
MessageToByteEncoder() - Constructor for class io.netty.handler.codec.MessageToByteEncoder
 
MessageToByteEncoder(Class<? extends I>) - Constructor for class io.netty.handler.codec.MessageToByteEncoder
 
MessageToByteEncoder(boolean) - Constructor for class io.netty.handler.codec.MessageToByteEncoder
Create a new instance which will try to detect the types to match out of the type parameter of the class.
MessageToByteEncoder(Class<? extends I>, boolean) - Constructor for class io.netty.handler.codec.MessageToByteEncoder
Create a new instance
MessageToMessageCodec<INBOUND_IN,OUTBOUND_IN> - Class in io.netty.handler.codec
A Codec for on-the-fly encoding/decoding of message.
MessageToMessageCodec() - Constructor for class io.netty.handler.codec.MessageToMessageCodec
Create a new instance which will try to detect the types to decode and encode out of the type parameter of the class.
MessageToMessageCodec(Class<? extends INBOUND_IN>, Class<? extends OUTBOUND_IN>) - Constructor for class io.netty.handler.codec.MessageToMessageCodec
Create a new instance.
MessageToMessageDecoder<I> - Class in io.netty.handler.codec
A ChannelHandler which decodes from one message to an other message.
MessageToMessageDecoder() - Constructor for class io.netty.handler.codec.MessageToMessageDecoder
Create a new instance which will try to detect the types to match out of the type parameter of the class.
MessageToMessageDecoder(Class<? extends I>) - Constructor for class io.netty.handler.codec.MessageToMessageDecoder
Create a new instance
MessageToMessageEncoder<I> - Class in io.netty.handler.codec
A ChannelHandler which encodes from one message to an other message For example here is an implementation which decodes an Integer to an String.
MessageToMessageEncoder() - Constructor for class io.netty.handler.codec.MessageToMessageEncoder
Create a new instance which will try to detect the types to match out of the type parameter of the class.
MessageToMessageEncoder(Class<? extends I>) - Constructor for class io.netty.handler.codec.MessageToMessageEncoder
Create a new instance
messageType() - Method in class io.netty.handler.codec.mqtt.MqttFixedHeader
 
metadata() - Method in class io.netty.channel.AbstractServerChannel
 
metadata() - Method in interface io.netty.channel.Channel
Return the ChannelMetadata of the Channel which describe the nature of the Channel.
metadata() - Method in class io.netty.channel.embedded.EmbeddedChannel
 
metadata() - Method in class io.netty.channel.epoll.EpollDatagramChannel
 
metadata() - Method in class io.netty.channel.local.LocalChannel
 
metadata() - Method in class io.netty.channel.oio.AbstractOioByteChannel
 
metadata() - Method in class io.netty.channel.sctp.nio.NioSctpChannel
 
metadata() - Method in class io.netty.channel.sctp.nio.NioSctpServerChannel
 
metadata() - Method in class io.netty.channel.sctp.oio.OioSctpChannel
 
metadata() - Method in class io.netty.channel.sctp.oio.OioSctpServerChannel
 
metadata() - Method in class io.netty.channel.socket.nio.NioDatagramChannel
 
metadata() - Method in class io.netty.channel.socket.nio.NioServerSocketChannel
 
metadata() - Method in class io.netty.channel.socket.nio.NioSocketChannel
 
metadata() - Method in class io.netty.channel.socket.oio.OioDatagramChannel
 
metadata() - Method in class io.netty.channel.socket.oio.OioServerSocketChannel
 
metadata() - Method in class io.netty.channel.udt.nio.NioUdtByteAcceptorChannel
 
metadata() - Method in class io.netty.channel.udt.nio.NioUdtByteConnectorChannel
 
metadata() - Method in class io.netty.channel.udt.nio.NioUdtMessageAcceptorChannel
 
metadata() - Method in class io.netty.channel.udt.nio.NioUdtMessageConnectorChannel
 
method() - Method in class io.netty.handler.codec.http.DefaultHttpRequest
 
method() - Method in interface io.netty.handler.codec.http.HttpRequest
Returns the HttpMethod of this HttpRequest.
method(AsciiString) - Method in class io.netty.handler.codec.http2.DefaultHttp2Headers
 
method() - Method in class io.netty.handler.codec.http2.DefaultHttp2Headers
 
method(AsciiString) - Method in class io.netty.handler.codec.http2.EmptyHttp2Headers
 
method() - Method in class io.netty.handler.codec.http2.EmptyHttp2Headers
 
method(AsciiString) - Method in interface io.netty.handler.codec.http2.Http2Headers
Sets the Http2Headers.PseudoHeaderName.METHOD header or null if there is no such header
method() - Method in interface io.netty.handler.codec.http2.Http2Headers
Gets the Http2Headers.PseudoHeaderName.METHOD header or null if there is no such header
METHOD - Static variable in class io.netty.handler.codec.spdy.SpdyHeaders.HttpNames
":method"
METHOD_NOT_ALLOWED - Static variable in class io.netty.handler.codec.http.HttpResponseStatus
405 Method Not Allowed
METHOD_NOT_ALLOWED - Static variable in class io.netty.handler.codec.rtsp.RtspResponseStatuses
405 Method Not Allowed
METHOD_NOT_VALID - Static variable in class io.netty.handler.codec.rtsp.RtspResponseStatuses
455 Method Not Valid in This State
milliSecondFromNano() - Static method in class io.netty.handler.traffic.TrafficCounter
 
MIN_CONCURRENT_STREAMS - Static variable in class io.netty.handler.codec.http2.Http2CodecUtil
 
MIN_FRESH - Static variable in class io.netty.handler.codec.http.HttpHeaderValues
"min-fresh"
MIN_FRESH - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderValues
"min-fresh"
MIN_HEADER_LIST_SIZE - Static variable in class io.netty.handler.codec.http2.Http2CodecUtil
 
MIN_HEADER_TABLE_SIZE - Static variable in class io.netty.handler.codec.http2.Http2CodecUtil
 
MIN_INITIAL_WINDOW_SIZE - Static variable in class io.netty.handler.codec.http2.Http2CodecUtil
 
MIN_WEIGHT - Static variable in class io.netty.handler.codec.http2.Http2CodecUtil
 
MIN_WINDOW_SIZE - Static variable in class io.netty.handler.codec.http.websocketx.extensions.compression.PerMessageDeflateServerExtensionHandshaker
 
minorVersion() - Method in class io.netty.handler.codec.http.HttpVersion
Returns the name of the protocol such as 0 in "HTTP/1.0".
MINSIZE - Static variable in class io.netty.handler.codec.http.multipart.DefaultHttpDataFactory
Proposed default MINSIZE as 16 KB.
minTtl() - Method in class io.netty.resolver.dns.DnsNameResolver
Returns the minimum TTL of the cached DNS resource records (in seconds).
MISDIRECTED_REQUEST - Static variable in class io.netty.handler.codec.http.HttpResponseStatus
421 Misdirected Request 421 Status Code
misses() - Method in class io.netty.handler.ssl.OpenSslSessionStats
Returns the number of sessions proposed by clients that were not found in the internal session cache in server mode.
MixedAttribute - Class in io.netty.handler.codec.http.multipart
Mixed implementation using both in Memory and in File with a limit of size
MixedAttribute(String, long) - Constructor for class io.netty.handler.codec.http.multipart.MixedAttribute
 
MixedAttribute(String, long, Charset) - Constructor for class io.netty.handler.codec.http.multipart.MixedAttribute
 
MixedAttribute(String, String, long) - Constructor for class io.netty.handler.codec.http.multipart.MixedAttribute
 
MixedAttribute(String, String, long, Charset) - Constructor for class io.netty.handler.codec.http.multipart.MixedAttribute
 
MixedFileUpload - Class in io.netty.handler.codec.http.multipart
Mixed implementation using both in Memory and in File with a limit of size
MixedFileUpload(String, String, String, String, Charset, long, long) - Constructor for class io.netty.handler.codec.http.multipart.MixedFileUpload
 
MODE - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderValues
"mode"
MOVED_PERMANENTLY - Static variable in class io.netty.handler.codec.http.HttpResponseStatus
301 Moved Permanently
MOVED_PERMANENTLY - Static variable in class io.netty.handler.codec.rtsp.RtspResponseStatuses
301 Moved Permanently
MOVED_TEMPORARILY - Static variable in class io.netty.handler.codec.rtsp.RtspResponseStatuses
302 Moved Temporarily
MqttConnAckMessage - Class in io.netty.handler.codec.mqtt
MqttConnAckMessage(MqttFixedHeader, MqttConnAckVariableHeader) - Constructor for class io.netty.handler.codec.mqtt.MqttConnAckMessage
 
MqttConnAckVariableHeader - Class in io.netty.handler.codec.mqtt
Variable header of MqttConnectMessage
MqttConnAckVariableHeader(MqttConnectReturnCode) - Constructor for class io.netty.handler.codec.mqtt.MqttConnAckVariableHeader
 
MqttConnectMessage - Class in io.netty.handler.codec.mqtt
MqttConnectMessage(MqttFixedHeader, MqttConnectVariableHeader, MqttConnectPayload) - Constructor for class io.netty.handler.codec.mqtt.MqttConnectMessage
 
MqttConnectPayload - Class in io.netty.handler.codec.mqtt
MqttConnectPayload(String, String, String, String, String) - Constructor for class io.netty.handler.codec.mqtt.MqttConnectPayload
 
MqttConnectReturnCode - Enum in io.netty.handler.codec.mqtt
Return Code of MqttConnAckMessage
MqttConnectVariableHeader - Class in io.netty.handler.codec.mqtt
Variable Header for the MqttConnectMessage
MqttConnectVariableHeader(String, int, boolean, boolean, boolean, int, boolean, boolean, int) - Constructor for class io.netty.handler.codec.mqtt.MqttConnectVariableHeader
 
MqttDecoder - Class in io.netty.handler.codec.mqtt
Decodes Mqtt messages from bytes, following the MQTT protocl specification v3.1
MqttDecoder() - Constructor for class io.netty.handler.codec.mqtt.MqttDecoder
 
MqttDecoder(int) - Constructor for class io.netty.handler.codec.mqtt.MqttDecoder
 
MqttEncoder - Class in io.netty.handler.codec.mqtt
Encodes Mqtt messages into bytes following the protocl specification v3.1 as described here MQTTV3.1
MqttEncoder() - Constructor for class io.netty.handler.codec.mqtt.MqttEncoder
 
MqttFixedHeader - Class in io.netty.handler.codec.mqtt
MqttFixedHeader(MqttMessageType, boolean, MqttQoS, boolean, int) - Constructor for class io.netty.handler.codec.mqtt.MqttFixedHeader
 
MqttIdentifierRejectedException - Exception in io.netty.handler.codec.mqtt
A MqttIdentifierRejectedException which is thrown when a CONNECT request contains invalid client identifier.
MqttIdentifierRejectedException() - Constructor for exception io.netty.handler.codec.mqtt.MqttIdentifierRejectedException
Creates a new instance
MqttIdentifierRejectedException(String, Throwable) - Constructor for exception io.netty.handler.codec.mqtt.MqttIdentifierRejectedException
Creates a new instance
MqttIdentifierRejectedException(String) - Constructor for exception io.netty.handler.codec.mqtt.MqttIdentifierRejectedException
Creates a new instance
MqttIdentifierRejectedException(Throwable) - Constructor for exception io.netty.handler.codec.mqtt.MqttIdentifierRejectedException
Creates a new instance
MqttMessage - Class in io.netty.handler.codec.mqtt
Base class for all MQTT message types.
MqttMessage(MqttFixedHeader) - Constructor for class io.netty.handler.codec.mqtt.MqttMessage
 
MqttMessage(MqttFixedHeader, Object) - Constructor for class io.netty.handler.codec.mqtt.MqttMessage
 
MqttMessage(MqttFixedHeader, Object, Object) - Constructor for class io.netty.handler.codec.mqtt.MqttMessage
 
MqttMessage(MqttFixedHeader, Object, Object, DecoderResult) - Constructor for class io.netty.handler.codec.mqtt.MqttMessage
 
MqttMessageFactory - Class in io.netty.handler.codec.mqtt
Utility class with factory methods to create different types of MQTT messages.
MqttMessageIdVariableHeader - Class in io.netty.handler.codec.mqtt
Variable Header containing only Message Id See MQTTV3.1/msg-id
MqttMessageType - Enum in io.netty.handler.codec.mqtt
MQTT Message Types.
MqttPubAckMessage - Class in io.netty.handler.codec.mqtt
MqttPubAckMessage(MqttFixedHeader, MqttMessageIdVariableHeader) - Constructor for class io.netty.handler.codec.mqtt.MqttPubAckMessage
 
MqttPublishMessage - Class in io.netty.handler.codec.mqtt
MqttPublishMessage(MqttFixedHeader, MqttPublishVariableHeader, ByteBuf) - Constructor for class io.netty.handler.codec.mqtt.MqttPublishMessage
 
MqttPublishVariableHeader - Class in io.netty.handler.codec.mqtt
Variable Header of the MqttPublishMessage
MqttPublishVariableHeader(String, int) - Constructor for class io.netty.handler.codec.mqtt.MqttPublishVariableHeader
 
MqttQoS - Enum in io.netty.handler.codec.mqtt
 
MqttSubAckMessage - Class in io.netty.handler.codec.mqtt
MqttSubAckMessage(MqttFixedHeader, MqttMessageIdVariableHeader, MqttSubAckPayload) - Constructor for class io.netty.handler.codec.mqtt.MqttSubAckMessage
 
MqttSubAckPayload - Class in io.netty.handler.codec.mqtt
Payload of the MqttSubAckMessage
MqttSubAckPayload(int...) - Constructor for class io.netty.handler.codec.mqtt.MqttSubAckPayload
 
MqttSubAckPayload(Iterable<Integer>) - Constructor for class io.netty.handler.codec.mqtt.MqttSubAckPayload
 
MqttSubscribeMessage - Class in io.netty.handler.codec.mqtt
MqttSubscribeMessage(MqttFixedHeader, MqttMessageIdVariableHeader, MqttSubscribePayload) - Constructor for class io.netty.handler.codec.mqtt.MqttSubscribeMessage
 
MqttSubscribePayload - Class in io.netty.handler.codec.mqtt
Payload of the MqttSubscribeMessage
MqttSubscribePayload(List<MqttTopicSubscription>) - Constructor for class io.netty.handler.codec.mqtt.MqttSubscribePayload
 
MqttTopicSubscription - Class in io.netty.handler.codec.mqtt
Contains a topic name and Qos Level.
MqttTopicSubscription(String, MqttQoS) - Constructor for class io.netty.handler.codec.mqtt.MqttTopicSubscription
 
MqttUnacceptableProtocolVersionException - Exception in io.netty.handler.codec.mqtt
A MqttUnacceptableProtocolVersionException which is thrown when a CONNECT request contains unacceptable protocol version.
MqttUnacceptableProtocolVersionException() - Constructor for exception io.netty.handler.codec.mqtt.MqttUnacceptableProtocolVersionException
Creates a new instance
MqttUnacceptableProtocolVersionException(String, Throwable) - Constructor for exception io.netty.handler.codec.mqtt.MqttUnacceptableProtocolVersionException
Creates a new instance
MqttUnacceptableProtocolVersionException(String) - Constructor for exception io.netty.handler.codec.mqtt.MqttUnacceptableProtocolVersionException
Creates a new instance
MqttUnacceptableProtocolVersionException(Throwable) - Constructor for exception io.netty.handler.codec.mqtt.MqttUnacceptableProtocolVersionException
Creates a new instance
MqttUnsubAckMessage - Class in io.netty.handler.codec.mqtt
MqttUnsubAckMessage(MqttFixedHeader, MqttMessageIdVariableHeader) - Constructor for class io.netty.handler.codec.mqtt.MqttUnsubAckMessage
 
MqttUnsubscribeMessage - Class in io.netty.handler.codec.mqtt
MqttUnsubscribeMessage(MqttFixedHeader, MqttMessageIdVariableHeader, MqttUnsubscribePayload) - Constructor for class io.netty.handler.codec.mqtt.MqttUnsubscribeMessage
 
MqttUnsubscribePayload - Class in io.netty.handler.codec.mqtt
Pyaload of the MqttUnsubscribeMessage
MqttUnsubscribePayload(List<String>) - Constructor for class io.netty.handler.codec.mqtt.MqttUnsubscribePayload
 
MqttVersion - Enum in io.netty.handler.codec.mqtt
Mqtt version specific constant values used by multiple classes in mqtt-codec.
MULTI_STATUS - Static variable in class io.netty.handler.codec.http.HttpResponseStatus
207 Multi-Status (WebDAV, RFC2518)
MULTICAST - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderValues
"multicast"
MULTIPART_FORM_DATA - Static variable in class io.netty.handler.codec.http.HttpHeaderValues
"multipart/form-data"
MULTIPART_MIXED - Static variable in class io.netty.handler.codec.http.HttpHeaderValues
"multipart/mixed"
MULTIPLE_CHOICES - Static variable in class io.netty.handler.codec.http.HttpResponseStatus
300 Multiple Choices
MULTIPLE_CHOICES - Static variable in class io.netty.handler.codec.rtsp.RtspResponseStatuses
300 Multiple Choices
MultithreadEventExecutorGroup - Class in io.netty.util.concurrent
Abstract base class for EventExecutorGroup implementations that handles their tasks with multiple threads at the same time.
MultithreadEventExecutorGroup(int, ExecutorServiceFactory, Object...) - Constructor for class io.netty.util.concurrent.MultithreadEventExecutorGroup
 
MultithreadEventExecutorGroup(int, Executor, Object...) - Constructor for class io.netty.util.concurrent.MultithreadEventExecutorGroup
 
MultithreadEventLoopGroup - Class in io.netty.channel
Abstract base class for EventLoopGroup implementations that handle their tasks with multiple threads at the same time.
MultithreadEventLoopGroup(int, Executor, Object...) - Constructor for class io.netty.channel.MultithreadEventLoopGroup
 
MultithreadEventLoopGroup(int, ExecutorServiceFactory, Object...) - Constructor for class io.netty.channel.MultithreadEventLoopGroup
 
MUST_REVALIDATE - Static variable in class io.netty.handler.codec.http.HttpHeaderValues
"must-revalidate"
MUST_REVALIDATE - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderValues
"must-revalidate"
MX - Static variable in class io.netty.handler.codec.dns.DnsType
Mail exchange record RFC 1035 Maps a domain name to a list of message transfer agents for that domain.

N

name() - Method in interface io.netty.channel.ChannelHandlerContext
The unique name of the ChannelHandlerContext.The name was used when then ChannelHandler was added to the ChannelPipeline.
name() - Method in interface io.netty.channel.group.ChannelGroup
Returns the name of this group.
name() - Method in class io.netty.channel.group.DefaultChannelGroup
 
name() - Method in class io.netty.handler.codec.dns.DnsClass
Returns the name of this class as used in bind config files
name() - Method in class io.netty.handler.codec.dns.DnsEntry
Returns the name of this entry (the domain).
name() - Method in class io.netty.handler.codec.dns.DnsType
Returns the name of this type, as seen in bind config files
name() - Method in interface io.netty.handler.codec.http.Cookie
Returns the name of this Cookie.
name() - Method in class io.netty.handler.codec.http.DefaultCookie
 
NAME - Static variable in class io.netty.handler.codec.http.HttpHeaderValues
name() - Method in class io.netty.handler.codec.http.HttpMethod
Returns the name of this method.
name() - Method in class io.netty.handler.codec.http.websocketx.extensions.WebSocketExtensionData
 
name() - Method in class io.netty.handler.codec.mqtt.MqttConnectVariableHeader
 
name() - Method in class io.netty.handler.traffic.TrafficCounter
 
name() - Method in class io.netty.util.AbstractConstant
 
name() - Method in interface io.netty.util.Constant
Returns the name of this Constant.
name() - Method in error io.netty.util.Signal
 
NameResolver<T extends SocketAddress> - Interface in io.netty.resolver
Resolves an arbitrary string that represents the name of an endpoint into a SocketAddress.
NameResolverGroup<T extends SocketAddress> - Class in io.netty.resolver
Creates and manages NameResolvers so that each EventExecutor has its own resolver instance.
NameResolverGroup() - Constructor for class io.netty.resolver.NameResolverGroup
 
names() - Method in interface io.netty.channel.ChannelPipeline
Returns the List of the handler names.
names() - Method in class io.netty.handler.codec.DefaultHeaders
 
names() - Method in class io.netty.handler.codec.EmptyHeaders
 
names() - Method in interface io.netty.handler.codec.Headers
Returns a new Set that contains the names of all headers in this object.
namesAndConvert(Comparator<ConvertedType>) - Method in interface io.netty.handler.codec.ConvertibleHeaders
Invokes Headers.names() and does a conversion on the results
namesAndConvert(Comparator<ConvertedType>) - Method in class io.netty.handler.codec.DefaultConvertibleHeaders
 
namesAndConvert(Comparator<ConvertedType>) - Method in class io.netty.handler.codec.EmptyConvertibleHeaders
 
namesList() - Method in class io.netty.handler.codec.DefaultHeaders
 
namesList() - Method in class io.netty.handler.codec.EmptyHeaders
 
namesList() - Method in interface io.netty.handler.codec.Headers
Returns a new List that contains the names of all headers in this object.
nanoTime() - Static method in class io.netty.util.concurrent.AbstractScheduledEventExecutor
 
NAPTR - Static variable in class io.netty.handler.codec.dns.DnsType
Naming Authority Pointer record RFC 3403 Allows regular expression based rewriting of domain names which can then be used as URIs, further domain names to lookups, etc.
negativeTtl() - Method in class io.netty.resolver.dns.DnsNameResolver
Returns the TTL of the cache for the failed DNS queries (in seconds).
NetUtil - Class in io.netty.util
A class that holds a number of network-related constants.
NETWORK_AUTHENTICATION_REQUIRED - Static variable in class io.netty.handler.codec.http.HttpResponseStatus
511 Network Authentication Required (RFC6585)
NETWORK_UNREACHABLE - Static variable in class io.netty.handler.codec.socksx.v5.Socks5CommandStatus
 
newBuilder() - Static method in class io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder
 
newBuilder() - Static method in class io.netty.handler.codec.http2.DefaultHttp2ConnectionEncoder
 
newChannel() - Method in interface io.netty.bootstrap.ChannelFactory
Deprecated.
Creates a new channel.
newChannel() - Method in interface io.netty.channel.ChannelFactory
Creates a new channel.
newChannel() - Method in class io.netty.channel.ReflectiveChannelFactory
 
newChannel() - Method in class io.netty.channel.udt.nio.NioUdtProvider
Produce new UdtChannel based on factory NioUdtProvider.kind() and NioUdtProvider.type()
newChild(Executor, Object...) - Method in class io.netty.channel.DefaultEventLoopGroup
 
newChild(Executor, Object...) - Method in class io.netty.channel.epoll.EpollEventLoopGroup
 
newChild(Executor, Object...) - Method in class io.netty.channel.MultithreadEventLoopGroup
 
newChild(Executor, Object...) - Method in class io.netty.channel.nio.NioEventLoopGroup
 
newChild(Object...) - Method in class io.netty.channel.ThreadPerChannelEventLoopGroup
Creates a new EventLoop.
newChild(Executor, Object...) - Method in class io.netty.util.concurrent.DefaultEventExecutorGroup
 
newChild(Executor, Object...) - Method in class io.netty.util.concurrent.MultithreadEventExecutorGroup
Create a new EventExecutor which will later then accessible via the MultithreadEventExecutorGroup.next() method.
newChildChannel(int, byte[], int, int) - Method in class io.netty.channel.epoll.EpollServerDomainSocketChannel
 
newChildChannel(int, byte[], int, int) - Method in class io.netty.channel.epoll.EpollServerSocketChannel
 
newClientContext() - Static method in class io.netty.handler.ssl.SslContext
Creates a new client-side SslContext.
newClientContext(File) - Static method in class io.netty.handler.ssl.SslContext
Creates a new client-side SslContext.
newClientContext(TrustManagerFactory) - Static method in class io.netty.handler.ssl.SslContext
Creates a new client-side SslContext.
newClientContext(File, TrustManagerFactory) - Static method in class io.netty.handler.ssl.SslContext
Creates a new client-side SslContext.
newClientContext(File, TrustManagerFactory, Iterable<String>, CipherSuiteFilter, ApplicationProtocolConfig, long, long) - Static method in class io.netty.handler.ssl.SslContext
Creates a new client-side SslContext.
newClientContext(SslProvider) - Static method in class io.netty.handler.ssl.SslContext
Creates a new client-side SslContext.
newClientContext(SslProvider, File) - Static method in class io.netty.handler.ssl.SslContext
Creates a new client-side SslContext.
newClientContext(SslProvider, TrustManagerFactory) - Static method in class io.netty.handler.ssl.SslContext
Creates a new client-side SslContext.
newClientContext(SslProvider, File, TrustManagerFactory) - Static method in class io.netty.handler.ssl.SslContext
Creates a new client-side SslContext.
newClientContext(SslProvider, File, TrustManagerFactory, Iterable<String>, CipherSuiteFilter, ApplicationProtocolConfig, long, long) - Static method in class io.netty.handler.ssl.SslContext
Creates a new client-side SslContext.
newClientContext(SslProvider, File, TrustManagerFactory, File, File, String, KeyManagerFactory, Iterable<String>, CipherSuiteFilter, ApplicationProtocolConfig, long, long) - Static method in class io.netty.handler.ssl.SslContext
Creates a new client-side SslContext.
newConstant(int, String) - Method in class io.netty.util.ConstantPool
 
newContentCompressor(AsciiString) - Method in class io.netty.handler.codec.http2.CompressorHttp2ConnectionEncoder
Returns a new EmbeddedChannel that encodes the HTTP2 message content encoded in the specified contentEncoding.
newContentDecoder(String) - Method in class io.netty.handler.codec.http.HttpContentDecoder
Returns a new EmbeddedChannel that decodes the HTTP message content encoded in the specified contentEncoding.
newContentDecoder(String) - Method in class io.netty.handler.codec.http.HttpContentDecompressor
 
newContentDecompressor(AsciiString) - Method in class io.netty.handler.codec.http2.DelegatingDecompressorFrameListener
Returns a new EmbeddedChannel that decodes the HTTP2 message content encoded in the specified contentEncoding.
newContinueResponse(HttpMessage) - Method in class io.netty.handler.codec.http.HttpObjectAggregator
 
newContinueResponse(WebSocketFrame) - Method in class io.netty.handler.codec.http.websocketx.WebSocketFrameAggregator
 
newContinueResponse(H) - Method in class io.netty.handler.codec.memcache.AbstractMemcacheObjectAggregator
 
newContinueResponse(S) - Method in class io.netty.handler.codec.MessageAggregator
Returns the 'continue response' for the specified start message if necessary.
newContinueResponse(StompHeadersSubframe) - Method in class io.netty.handler.codec.stomp.StompSubframeAggregator
 
newDefaultExecutorService(int) - Method in class io.netty.util.concurrent.MultithreadEventExecutorGroup
 
newDirectBuffer(int, int) - Method in class io.netty.buffer.AbstractByteBufAllocator
Create a direct ByteBuf with the given initialCapacity and maxCapacity.
newDirectBuffer(int, int) - Method in class io.netty.buffer.PooledByteBufAllocator
 
newDirectBuffer(int, int) - Method in class io.netty.buffer.UnpooledByteBufAllocator
 
newDirectBuffer(ByteBuf) - Method in class io.netty.channel.nio.AbstractNioChannel
Returns an off-heap copy of the specified ByteBuf, and releases the original one.
newDirectBuffer(ReferenceCounted, ByteBuf) - Method in class io.netty.channel.nio.AbstractNioChannel
Returns an off-heap copy of the specified ByteBuf, and releases the specified holder.
newEngine(ByteBufAllocator) - Method in class io.netty.handler.ssl.JdkSslContext
 
newEngine(ByteBufAllocator, String, int) - Method in class io.netty.handler.ssl.JdkSslContext
 
newEngine(ByteBufAllocator, String, int) - Method in class io.netty.handler.ssl.OpenSslContext
 
newEngine(ByteBufAllocator) - Method in class io.netty.handler.ssl.OpenSslContext
Returns a new server-side SSLEngine with the current configuration.
newEngine(ByteBufAllocator) - Method in class io.netty.handler.ssl.SslContext
Creates a new SSLEngine.
newEngine(ByteBufAllocator, String, int) - Method in class io.netty.handler.ssl.SslContext
Creates a new SSLEngine using advisory peer information.
newExecutorService(int) - Method in class io.netty.util.concurrent.DefaultExecutorServiceFactory
 
newExecutorService(int) - Method in interface io.netty.util.concurrent.ExecutorServiceFactory
 
newExtensionDecoder() - Method in interface io.netty.handler.codec.http.websocketx.extensions.WebSocketExtension
 
newExtensionEncoder() - Method in interface io.netty.handler.codec.http.websocketx.extensions.WebSocketExtension
 
newFailedFuture(Throwable) - Method in class io.netty.channel.AbstractChannel
 
newFailedFuture(Throwable) - Method in interface io.netty.channel.Channel
Create a new ChannelFuture which is marked as failed already.
newFailedFuture(Throwable) - Method in interface io.netty.channel.ChannelHandlerContext
Create a new ChannelFuture which is marked as failed already.
newFailedFuture(Throwable) - Method in class io.netty.util.concurrent.AbstractEventExecutor
 
newFailedFuture(Throwable) - Method in interface io.netty.util.concurrent.EventExecutor
Create a new Future which is marked as failed already.
newHandle() - Method in class io.netty.channel.AdaptiveRecvByteBufAllocator
 
newHandle() - Method in class io.netty.channel.DefaultMessageSizeEstimator
 
newHandle() - Method in class io.netty.channel.FixedRecvByteBufAllocator
 
newHandle() - Method in interface io.netty.channel.MessageSizeEstimator
Creates a new handle.
newHandle() - Method in interface io.netty.channel.RecvByteBufAllocator
Creates a new handle.
newHandler(ByteBufAllocator) - Method in class io.netty.handler.ssl.SslContext
Creates a new SslHandler.
newHandler(ByteBufAllocator, String, int) - Method in class io.netty.handler.ssl.SslContext
Creates a new SslHandler with advisory peer information.
newHandshaker(URI, WebSocketVersion, String, boolean, HttpHeaders) - Static method in class io.netty.handler.codec.http.websocketx.WebSocketClientHandshakerFactory
Creates a new handshaker.
newHandshaker(URI, WebSocketVersion, String, boolean, HttpHeaders, int) - Static method in class io.netty.handler.codec.http.websocketx.WebSocketClientHandshakerFactory
Creates a new handshaker.
newHandshaker(URI, WebSocketVersion, String, boolean, HttpHeaders, int, boolean, boolean) - Static method in class io.netty.handler.codec.http.websocketx.WebSocketClientHandshakerFactory
Creates a new handshaker.
newHandshaker(HttpRequest) - Method in class io.netty.handler.codec.http.websocketx.WebSocketServerHandshakerFactory
Instances a new handshaker
newHandshakeRequest() - Method in class io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker
Returns a new {@link FullHttpRequest) which will be used for the handshake.
newHandshakeRequest() - Method in class io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker00
Sends the opening request to the server: GET /demo HTTP/1.1 Upgrade: WebSocket Connection: Upgrade Host: example.com Origin: http://example.com Sec-WebSocket-Key1: 4 @1 46546xW%0l 1 5 Sec-WebSocket-Key2: 12998 5 Y3 1 .P00 ^n:ds[4U
newHandshakeRequest() - Method in class io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker07
/** Sends the opening request to the server: GET /chat HTTP/1.1 Host: server.example.com Upgrade: websocket Connection: Upgrade Sec-WebSocket-Key: dGhlIHNhbXBsZSBub25jZQ== Sec-WebSocket-Origin: http://example.com Sec-WebSocket-Protocol: chat, superchat Sec-WebSocket-Version: 7
newHandshakeRequest() - Method in class io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker08
/** Sends the opening request to the server: GET /chat HTTP/1.1 Host: server.example.com Upgrade: websocket Connection: Upgrade Sec-WebSocket-Key: dGhlIHNhbXBsZSBub25jZQ== Sec-WebSocket-Origin: http://example.com Sec-WebSocket-Protocol: chat, superchat Sec-WebSocket-Version: 8
newHandshakeRequest() - Method in class io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker13
/** Sends the opening request to the server: GET /chat HTTP/1.1 Host: server.example.com Upgrade: websocket Connection: Upgrade Sec-WebSocket-Key: dGhlIHNhbXBsZSBub25jZQ== Sec-WebSocket-Origin: http://example.com Sec-WebSocket-Protocol: chat, superchat Sec-WebSocket-Version: 13
newHandshakeResponse(FullHttpRequest, HttpHeaders) - Method in class io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker
Returns a new {@link FullHttpResponse) which will be used for as response to the handshake request.
newHandshakeResponse(FullHttpRequest, HttpHeaders) - Method in class io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker00
Handle the web socket handshake for the web socket specification HyBi version 0 and lower.
newHandshakeResponse(FullHttpRequest, HttpHeaders) - Method in class io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker07
Handle the web socket handshake for the web socket specification HyBi version 7.
newHandshakeResponse(FullHttpRequest, HttpHeaders) - Method in class io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker08
Handle the web socket handshake for the web socket specification HyBi version 8 to 10.
newHandshakeResponse(FullHttpRequest, HttpHeaders) - Method in class io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker13
Handle the web socket handshake for the web socket specification HyBi versions 13-17.
newHeader(int) - Method in class io.netty.handler.codec.dns.DnsMessage
 
newHeader(int) - Method in class io.netty.handler.codec.dns.DnsQuery
 
newHeader(int) - Method in class io.netty.handler.codec.dns.DnsResponse
 
newHeapBuffer(int, int) - Method in class io.netty.buffer.AbstractByteBufAllocator
Create a heap ByteBuf with the given initialCapacity and maxCapacity.
newHeapBuffer(int, int) - Method in class io.netty.buffer.PooledByteBufAllocator
 
newHeapBuffer(int, int) - Method in class io.netty.buffer.UnpooledByteBufAllocator
 
newInitialMessage(ChannelHandlerContext) - Method in class io.netty.handler.proxy.HttpProxyHandler
 
newInitialMessage(ChannelHandlerContext) - Method in class io.netty.handler.proxy.ProxyHandler
Returns a new message that is sent at first time when the connection to the proxy server has been established.
newInitialMessage(ChannelHandlerContext) - Method in class io.netty.handler.proxy.Socks4ProxyHandler
 
newInitialMessage(ChannelHandlerContext) - Method in class io.netty.handler.proxy.Socks5ProxyHandler
 
newInstance(String) - Static method in class io.netty.channel.ChannelOption
Creates a new ChannelOption for the given or fail with an IllegalArgumentException if a ChannelOption for the given exists.
newInstance(String) - Static method in class io.netty.util.AttributeKey
Creates a new AttributeKey for the given or fail with an IllegalArgumentException if a AttributeKey for the given exists.
newInstance(String) - Method in class io.netty.util.ConstantPool
Creates a new Constant for the given or fail with an IllegalArgumentException if a Constant for the given exists.
newInvalidMessage(Throwable) - Static method in class io.netty.handler.codec.mqtt.MqttMessageFactory
 
newListener(SSLEngine, List<String>) - Method in interface io.netty.handler.ssl.JdkApplicationProtocolNegotiator.ProtocolSelectionListenerFactory
newMessage(int, Http2Headers, boolean) - Method in class io.netty.handler.codec.http2.InboundHttp2ToHttpAdapter
Create a new FullHttpMessage based upon the current connection parameters
newMessage(MqttFixedHeader, Object, Object) - Static method in class io.netty.handler.codec.mqtt.MqttMessageFactory
 
newObject(Recycler.Handle<T>) - Method in class io.netty.util.Recycler
 
newObjectOutputStream(OutputStream) - Method in class io.netty.handler.codec.serialization.CompatibleObjectEncoder
Creates a new ObjectOutputStream which wraps the specified OutputStream.
newProgressivePromise() - Method in class io.netty.channel.AbstractChannel
 
newProgressivePromise() - Method in interface io.netty.channel.Channel
newProgressivePromise() - Method in interface io.netty.channel.ChannelHandlerContext
newProgressivePromise() - Method in class io.netty.util.concurrent.AbstractEventExecutor
 
newProgressivePromise() - Method in interface io.netty.util.concurrent.EventExecutor
Create a new ProgressivePromise.
newProgressivePromise() - Method in class io.netty.util.concurrent.ImmediateEventExecutor
 
newPromise() - Method in class io.netty.channel.AbstractChannel
 
newPromise() - Method in interface io.netty.channel.Channel
Return a new ChannelPromise.
newPromise() - Method in interface io.netty.channel.ChannelHandlerContext
Return a new ChannelPromise.
newPromise() - Method in class io.netty.util.concurrent.AbstractEventExecutor
 
newPromise() - Method in interface io.netty.util.concurrent.EventExecutor
Return a new Promise.
newPromise() - Method in class io.netty.util.concurrent.ImmediateEventExecutor
 
newReponseData() - Method in interface io.netty.handler.codec.http.websocketx.extensions.WebSocketServerExtension
Return an extension configuration to submit to the client as an acknowledge.
newRequestData() - Method in class io.netty.handler.codec.http.websocketx.extensions.compression.DeflateFrameClientExtensionHandshaker
 
newRequestData() - Method in class io.netty.handler.codec.http.websocketx.extensions.compression.PerMessageDeflateClientExtensionHandshaker
 
newRequestData() - Method in interface io.netty.handler.codec.http.websocketx.extensions.WebSocketClientExtensionHandshaker
Return extension configuration to submit to the server.
newResolver(EventExecutor) - Method in class io.netty.resolver.DefaultNameResolverGroup
 
newResolver(EventExecutor) - Method in class io.netty.resolver.dns.DnsNameResolverGroup
 
newResolver(EventExecutor) - Method in class io.netty.resolver.NameResolverGroup
newResolver(EventExecutor) - Method in class io.netty.resolver.NoopNameResolverGroup
 
newSelector(SSLEngine, Set<String>) - Method in interface io.netty.handler.ssl.JdkApplicationProtocolNegotiator.ProtocolSelectorFactory
newServerContext(File, File) - Static method in class io.netty.handler.ssl.SslContext
Creates a new server-side SslContext.
newServerContext(File, File, String) - Static method in class io.netty.handler.ssl.SslContext
Creates a new server-side SslContext.
newServerContext(File, File, String, Iterable<String>, CipherSuiteFilter, ApplicationProtocolConfig, long, long) - Static method in class io.netty.handler.ssl.SslContext
Creates a new server-side SslContext.
newServerContext(SslProvider, File, File) - Static method in class io.netty.handler.ssl.SslContext
Creates a new server-side SslContext.
newServerContext(SslProvider, File, File, String) - Static method in class io.netty.handler.ssl.SslContext
Creates a new server-side SslContext.
newServerContext(SslProvider, File, File, String, Iterable<String>, CipherSuiteFilter, ApplicationProtocolConfig, long, long) - Static method in class io.netty.handler.ssl.SslContext
Creates a new server-side SslContext.
newServerContext(SslProvider, File, TrustManagerFactory, File, File, String, KeyManagerFactory, Iterable<String>, CipherSuiteFilter, ApplicationProtocolConfig, long, long) - Static method in class io.netty.handler.ssl.SslContext
Creates a new server-side SslContext.
newSucceededFuture() - Method in class io.netty.channel.AbstractChannel
 
newSucceededFuture() - Method in interface io.netty.channel.Channel
Create a new ChannelFuture which is marked as succeeded already.
newSucceededFuture() - Method in interface io.netty.channel.ChannelHandlerContext
Create a new ChannelFuture which is marked as succeeded already.
newSucceededFuture(V) - Method in class io.netty.util.concurrent.AbstractEventExecutor
 
newSucceededFuture(V) - Method in interface io.netty.util.concurrent.EventExecutor
Create a new Future which is marked as succeeded already.
newSwappedByteBuf() - Method in class io.netty.buffer.AbstractByteBuf
Creates a new SwappedByteBuf for this ByteBuf instance.
newSwappedByteBuf() - Method in class io.netty.buffer.UnpooledUnsafeDirectByteBuf
 
newTaskFor(Runnable, T) - Method in class io.netty.util.concurrent.AbstractEventExecutor
 
newTaskFor(Callable<T>) - Method in class io.netty.util.concurrent.AbstractEventExecutor
 
newTaskQueue() - Method in class io.netty.channel.nio.NioEventLoop
 
newTaskQueue() - Method in class io.netty.util.concurrent.SingleThreadEventExecutor
Create a new Queue which will holds the tasks to execute.
newThread(Runnable) - Method in class io.netty.util.concurrent.DefaultThreadFactory
 
newThread(Runnable, String) - Method in class io.netty.util.concurrent.DefaultThreadFactory
 
newTimeout(TimerTask, long, TimeUnit) - Method in class io.netty.util.HashedWheelTimer
 
newTimeout(TimerTask, long, TimeUnit) - Method in interface io.netty.util.Timer
Schedules the specified TimerTask for one-time execution after the specified delay.
newUnsafe() - Method in class io.netty.channel.AbstractChannel
Create a new AbstractChannel.AbstractUnsafe instance which will be used for the life-time of the Channel
newUnsafe() - Method in class io.netty.channel.AbstractServerChannel
 
newUnsafe() - Method in class io.netty.channel.embedded.EmbeddedChannel
 
newUnsafe() - Method in class io.netty.channel.epoll.AbstractEpollServerChannel
 
newUnsafe() - Method in class io.netty.channel.epoll.AbstractEpollStreamChannel
 
newUnsafe() - Method in class io.netty.channel.epoll.EpollDatagramChannel
 
newUnsafe() - Method in class io.netty.channel.epoll.EpollDomainSocketChannel
 
newUnsafe() - Method in class io.netty.channel.epoll.EpollSocketChannel
 
newUnsafe() - Method in class io.netty.channel.local.LocalChannel
 
newUnsafe() - Method in class io.netty.channel.nio.AbstractNioByteChannel
 
newUnsafe() - Method in class io.netty.channel.nio.AbstractNioMessageChannel
 
newUnsafe() - Method in class io.netty.channel.oio.AbstractOioChannel
 
newUnsafe() - Method in class io.netty.channel.rxtx.RxtxChannel
 
newUnsafe() - Method in class io.netty.channel.socket.nio.NioSocketChannel
 
newWebsocketDecoder() - Method in class io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker
Returns the decoder to use after handshake is complete.
newWebsocketDecoder() - Method in class io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker00
 
newWebsocketDecoder() - Method in class io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker07
 
newWebsocketDecoder() - Method in class io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker08
 
newWebsocketDecoder() - Method in class io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker13
 
newWebsocketDecoder() - Method in class io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker
Returns the decoder to use after handshake is complete.
newWebsocketDecoder() - Method in class io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker00
 
newWebsocketDecoder() - Method in class io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker07
 
newWebsocketDecoder() - Method in class io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker08
 
newWebsocketDecoder() - Method in class io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker13
 
newWebSocketEncoder() - Method in class io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker
Returns the encoder to use after the handshake is complete.
newWebSocketEncoder() - Method in class io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker00
 
newWebSocketEncoder() - Method in class io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker07
 
newWebSocketEncoder() - Method in class io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker08
 
newWebSocketEncoder() - Method in class io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker13
 
newWebSocketEncoder() - Method in class io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker
Returns the encoder to use after the handshake is complete.
newWebSocketEncoder() - Method in class io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker00
 
newWebSocketEncoder() - Method in class io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker07
 
newWebSocketEncoder() - Method in class io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker08
 
newWebSocketEncoder() - Method in class io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker13
 
newZlibDecoder() - Static method in class io.netty.handler.codec.compression.ZlibCodecFactory
 
newZlibDecoder(ZlibWrapper) - Static method in class io.netty.handler.codec.compression.ZlibCodecFactory
 
newZlibDecoder(byte[]) - Static method in class io.netty.handler.codec.compression.ZlibCodecFactory
 
newZlibEncoder(int) - Static method in class io.netty.handler.codec.compression.ZlibCodecFactory
 
newZlibEncoder(ZlibWrapper) - Static method in class io.netty.handler.codec.compression.ZlibCodecFactory
 
newZlibEncoder(ZlibWrapper, int) - Static method in class io.netty.handler.codec.compression.ZlibCodecFactory
 
newZlibEncoder(ZlibWrapper, int, int, int) - Static method in class io.netty.handler.codec.compression.ZlibCodecFactory
 
newZlibEncoder(byte[]) - Static method in class io.netty.handler.codec.compression.ZlibCodecFactory
 
newZlibEncoder(int, byte[]) - Static method in class io.netty.handler.codec.compression.ZlibCodecFactory
 
newZlibEncoder(int, int, int, byte[]) - Static method in class io.netty.handler.codec.compression.ZlibCodecFactory
 
next() - Method in class io.netty.channel.AbstractEventLoop
 
next() - Method in class io.netty.channel.AbstractEventLoopGroup
 
next() - Method in interface io.netty.channel.EventLoopGroup
 
next() - Method in class io.netty.channel.MultithreadEventLoopGroup
 
next() - Method in class io.netty.channel.SingleThreadEventLoop
 
next() - Method in class io.netty.channel.ThreadPerChannelEventLoopGroup
 
next() - Method in class io.netty.handler.codec.DefaultHeaders.KeyValueHeaderIterator
 
next() - Method in class io.netty.handler.codec.http.multipart.HttpPostMultipartRequestDecoder
Returns the next available InterfaceHttpData or null if, at the time it is called, there is no more available InterfaceHttpData.
next() - Method in class io.netty.handler.codec.http.multipart.HttpPostRequestDecoder
 
next() - Method in class io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder
Returns the next available InterfaceHttpData or null if, at the time it is called, there is no more available InterfaceHttpData.
next() - Method in interface io.netty.handler.codec.http.multipart.InterfaceHttpPostRequestDecoder
Returns the next available InterfaceHttpData or null if, at the time it is called, there is no more available InterfaceHttpData.
next() - Method in class io.netty.util.concurrent.AbstractEventExecutor
 
next() - Method in interface io.netty.util.concurrent.EventExecutor
Returns a reference to itself.
next() - Method in interface io.netty.util.concurrent.EventExecutorGroup
Returns one of the EventExecutors managed by this EventExecutorGroup.
next() - Method in class io.netty.util.concurrent.MultithreadEventExecutorGroup
 
nextScheduledTaskNano() - Method in class io.netty.util.concurrent.AbstractScheduledEventExecutor
Return the nanoseconds when the next scheduled task is ready to be run or -1 if no task is scheduled.
nextStreamId() - Method in interface io.netty.handler.codec.http2.Http2Connection.Endpoint
Returns the next valid streamId for this endpoint.
nioBuffer() - Method in class io.netty.buffer.AbstractByteBuf
 
nioBuffer(int, int) - Method in class io.netty.buffer.AbstractDerivedByteBuf
 
nioBuffer() - Method in class io.netty.buffer.ByteBuf
Exposes this buffer's readable bytes as an NIO ByteBuffer.
nioBuffer(int, int) - Method in class io.netty.buffer.ByteBuf
Exposes this buffer's sub-region as an NIO ByteBuffer.
nioBuffer(int, int) - Method in class io.netty.buffer.CompositeByteBuf
 
nioBuffer() - Method in class io.netty.buffer.EmptyByteBuf
 
nioBuffer(int, int) - Method in class io.netty.buffer.EmptyByteBuf
 
nioBuffer(int, int) - Method in class io.netty.buffer.ReadOnlyByteBuf
 
nioBuffer(int, int) - Method in class io.netty.buffer.SlicedByteBuf
 
nioBuffer() - Method in class io.netty.buffer.SwappedByteBuf
 
nioBuffer(int, int) - Method in class io.netty.buffer.SwappedByteBuf
 
nioBuffer(int, int) - Method in class io.netty.buffer.UnpooledDirectByteBuf
 
nioBuffer(int, int) - Method in class io.netty.buffer.UnpooledHeapByteBuf
 
nioBuffer(int, int) - Method in class io.netty.buffer.UnpooledUnsafeDirectByteBuf
 
nioBuffer() - Method in class io.netty.buffer.WrappedByteBuf
 
nioBuffer(int, int) - Method in class io.netty.buffer.WrappedByteBuf
 
nioBufferCount() - Method in class io.netty.buffer.ByteBuf
Returns the maximum number of NIO ByteBuffers that consist this buffer.
nioBufferCount() - Method in class io.netty.buffer.CompositeByteBuf
 
nioBufferCount() - Method in class io.netty.buffer.DuplicatedByteBuf
 
nioBufferCount() - Method in class io.netty.buffer.EmptyByteBuf
 
nioBufferCount() - Method in class io.netty.buffer.ReadOnlyByteBuf
 
nioBufferCount() - Method in class io.netty.buffer.SlicedByteBuf
 
nioBufferCount() - Method in class io.netty.buffer.SwappedByteBuf
 
nioBufferCount() - Method in class io.netty.buffer.UnpooledDirectByteBuf
 
nioBufferCount() - Method in class io.netty.buffer.UnpooledHeapByteBuf
 
nioBufferCount() - Method in class io.netty.buffer.UnpooledUnsafeDirectByteBuf
 
nioBufferCount() - Method in class io.netty.buffer.WrappedByteBuf
 
nioBufferCount() - Method in class io.netty.channel.ChannelOutboundBuffer
Returns the number of ByteBuffer that can be written out of the ByteBuffer array that was obtained via ChannelOutboundBuffer.nioBuffers().
nioBuffers() - Method in class io.netty.buffer.AbstractByteBuf
 
nioBuffers() - Method in class io.netty.buffer.ByteBuf
Exposes this buffer's readable bytes as an NIO ByteBuffer's.
nioBuffers(int, int) - Method in class io.netty.buffer.ByteBuf
Exposes this buffer's bytes as an NIO ByteBuffer's for the specified index and length The returned buffer shares the content with this buffer, while changing the position and limit of the returned NIO buffer does not affect the indexes and marks of this buffer.
nioBuffers(int, int) - Method in class io.netty.buffer.CompositeByteBuf
 
nioBuffers() - Method in class io.netty.buffer.CompositeByteBuf
 
nioBuffers(int, int) - Method in class io.netty.buffer.DuplicatedByteBuf
 
nioBuffers() - Method in class io.netty.buffer.EmptyByteBuf
 
nioBuffers(int, int) - Method in class io.netty.buffer.EmptyByteBuf
 
nioBuffers(int, int) - Method in class io.netty.buffer.ReadOnlyByteBuf
 
nioBuffers(int, int) - Method in class io.netty.buffer.SlicedByteBuf
 
nioBuffers() - Method in class io.netty.buffer.SwappedByteBuf
 
nioBuffers(int, int) - Method in class io.netty.buffer.SwappedByteBuf
 
nioBuffers(int, int) - Method in class io.netty.buffer.UnpooledDirectByteBuf
 
nioBuffers(int, int) - Method in class io.netty.buffer.UnpooledHeapByteBuf
 
nioBuffers(int, int) - Method in class io.netty.buffer.UnpooledUnsafeDirectByteBuf
 
nioBuffers() - Method in class io.netty.buffer.WrappedByteBuf
 
nioBuffers(int, int) - Method in class io.netty.buffer.WrappedByteBuf
 
nioBuffers() - Method in class io.netty.channel.ChannelOutboundBuffer
Returns an array of direct NIO buffers if the currently pending messages are made of ByteBuf only.
nioBufferSize() - Method in class io.netty.channel.ChannelOutboundBuffer
Returns the number of bytes that can be written out of the ByteBuffer array that was obtained via ChannelOutboundBuffer.nioBuffers().
NioDatagramChannel - Class in io.netty.channel.socket.nio
An NIO datagram Channel that sends and receives an AddressedEnvelope.
NioDatagramChannel() - Constructor for class io.netty.channel.socket.nio.NioDatagramChannel
Create a new instance which will use the Operation Systems default InternetProtocolFamily.
NioDatagramChannel(SelectorProvider) - Constructor for class io.netty.channel.socket.nio.NioDatagramChannel
Create a new instance using the given SelectorProvider which will use the Operation Systems default InternetProtocolFamily.
NioDatagramChannel(InternetProtocolFamily) - Constructor for class io.netty.channel.socket.nio.NioDatagramChannel
Create a new instance using the given InternetProtocolFamily.
NioDatagramChannel(SelectorProvider, InternetProtocolFamily) - Constructor for class io.netty.channel.socket.nio.NioDatagramChannel
Create a new instance using the given SelectorProvider and InternetProtocolFamily.
NioDatagramChannel(DatagramChannel) - Constructor for class io.netty.channel.socket.nio.NioDatagramChannel
Create a new instance from the given DatagramChannel.
NioEventLoop - Class in io.netty.channel.nio
A SingleThreadEventLoop implementation which registers each Channel with a NIO Selector and performs the multiplexing of these in the event loop.
NioEventLoopGroup - Class in io.netty.channel.nio
A MultithreadEventLoopGroup implementation which is used for NIO Selector based Channels.
NioEventLoopGroup() - Constructor for class io.netty.channel.nio.NioEventLoopGroup
Create a new instance that uses twice as many EventLoops as there processors/cores available, as well as the default Executor and the SelectorProvider which is returned by SelectorProvider.provider().
NioEventLoopGroup(int) - Constructor for class io.netty.channel.nio.NioEventLoopGroup
Create a new instance that uses the default Executor and the SelectorProvider which is returned by SelectorProvider.provider().
NioEventLoopGroup(int, Executor) - Constructor for class io.netty.channel.nio.NioEventLoopGroup
Create a new instance that uses the the SelectorProvider which is returned by SelectorProvider.provider().
NioEventLoopGroup(int, ExecutorServiceFactory) - Constructor for class io.netty.channel.nio.NioEventLoopGroup
Create a new instance that uses the the SelectorProvider which is returned by SelectorProvider.provider().
NioEventLoopGroup(int, Executor, SelectorProvider) - Constructor for class io.netty.channel.nio.NioEventLoopGroup
 
NioEventLoopGroup(int, ExecutorServiceFactory, SelectorProvider) - Constructor for class io.netty.channel.nio.NioEventLoopGroup
 
NioSctpChannel - Class in io.netty.channel.sctp.nio
SctpChannel implementation which use non-blocking mode and allows to read / write SctpMessages to the underlying SctpChannel.
NioSctpChannel() - Constructor for class io.netty.channel.sctp.nio.NioSctpChannel
Create a new instance
NioSctpChannel(SctpChannel) - Constructor for class io.netty.channel.sctp.nio.NioSctpChannel
Create a new instance using SctpChannel
NioSctpChannel(Channel, SctpChannel) - Constructor for class io.netty.channel.sctp.nio.NioSctpChannel
Create a new instance
NioSctpServerChannel - Class in io.netty.channel.sctp.nio
SctpServerChannel implementation which use non-blocking mode to accept new connections and create the NioSctpChannel for them.
NioSctpServerChannel() - Constructor for class io.netty.channel.sctp.nio.NioSctpServerChannel
Create a new instance
NioServerSocketChannel - Class in io.netty.channel.socket.nio
A ServerSocketChannel implementation which uses NIO selector based implementation to accept new connections.
NioServerSocketChannel() - Constructor for class io.netty.channel.socket.nio.NioServerSocketChannel
Create a new instance
NioServerSocketChannel(SelectorProvider) - Constructor for class io.netty.channel.socket.nio.NioServerSocketChannel
Create a new instance using the given SelectorProvider.
NioServerSocketChannel(ServerSocketChannel) - Constructor for class io.netty.channel.socket.nio.NioServerSocketChannel
Create a new instance using the given ServerSocketChannel.
NioSocketChannel - Class in io.netty.channel.socket.nio
SocketChannel which uses NIO selector based implementation.
NioSocketChannel() - Constructor for class io.netty.channel.socket.nio.NioSocketChannel
Create a new instance
NioSocketChannel(SelectorProvider) - Constructor for class io.netty.channel.socket.nio.NioSocketChannel
Create a new instance using the given SelectorProvider.
NioSocketChannel(SocketChannel) - Constructor for class io.netty.channel.socket.nio.NioSocketChannel
Create a new instance using the given SocketChannel.
NioSocketChannel(Channel, SocketChannel) - Constructor for class io.netty.channel.socket.nio.NioSocketChannel
Create a new instance
NioTask<C extends SelectableChannel> - Interface in io.netty.channel.nio
An arbitrary task that can be executed by NioEventLoop when a SelectableChannel becomes ready.
NioUdtAcceptorChannel - Class in io.netty.channel.udt.nio
Common base for Netty Byte/Message UDT Stream/Datagram acceptors.
NioUdtAcceptorChannel(ServerSocketChannelUDT) - Constructor for class io.netty.channel.udt.nio.NioUdtAcceptorChannel
 
NioUdtAcceptorChannel(TypeUDT) - Constructor for class io.netty.channel.udt.nio.NioUdtAcceptorChannel
 
NioUdtByteAcceptorChannel - Class in io.netty.channel.udt.nio
Byte Channel Acceptor for UDT Streams.
NioUdtByteAcceptorChannel() - Constructor for class io.netty.channel.udt.nio.NioUdtByteAcceptorChannel
 
NioUdtByteConnectorChannel - Class in io.netty.channel.udt.nio
Byte Channel Connector for UDT Streams.
NioUdtByteConnectorChannel() - Constructor for class io.netty.channel.udt.nio.NioUdtByteConnectorChannel
 
NioUdtByteConnectorChannel(Channel, SocketChannelUDT) - Constructor for class io.netty.channel.udt.nio.NioUdtByteConnectorChannel
 
NioUdtByteConnectorChannel(SocketChannelUDT) - Constructor for class io.netty.channel.udt.nio.NioUdtByteConnectorChannel
 
NioUdtByteConnectorChannel(TypeUDT) - Constructor for class io.netty.channel.udt.nio.NioUdtByteConnectorChannel
 
NioUdtByteRendezvousChannel - Class in io.netty.channel.udt.nio
Byte Channel Rendezvous for UDT Streams.
NioUdtByteRendezvousChannel() - Constructor for class io.netty.channel.udt.nio.NioUdtByteRendezvousChannel
 
NioUdtMessageAcceptorChannel - Class in io.netty.channel.udt.nio
Message Channel Acceptor for UDT Datagrams.
NioUdtMessageAcceptorChannel() - Constructor for class io.netty.channel.udt.nio.NioUdtMessageAcceptorChannel
 
NioUdtMessageConnectorChannel - Class in io.netty.channel.udt.nio
Message Connector for UDT Datagrams.
NioUdtMessageConnectorChannel() - Constructor for class io.netty.channel.udt.nio.NioUdtMessageConnectorChannel
 
NioUdtMessageConnectorChannel(Channel, SocketChannelUDT) - Constructor for class io.netty.channel.udt.nio.NioUdtMessageConnectorChannel
 
NioUdtMessageConnectorChannel(SocketChannelUDT) - Constructor for class io.netty.channel.udt.nio.NioUdtMessageConnectorChannel
 
NioUdtMessageConnectorChannel(TypeUDT) - Constructor for class io.netty.channel.udt.nio.NioUdtMessageConnectorChannel
 
NioUdtMessageRendezvousChannel - Class in io.netty.channel.udt.nio
Message Rendezvous for UDT Datagrams.
NioUdtMessageRendezvousChannel() - Constructor for class io.netty.channel.udt.nio.NioUdtMessageRendezvousChannel
 
NioUdtProvider<T extends UdtChannel> - Class in io.netty.channel.udt.nio
UDT NIO components provider: Provides ChannelFactory for UDT channels.
NO_AUTH - Static variable in class io.netty.handler.codec.socksx.v5.Socks5AuthMethod
 
NO_CACHE - Static variable in class io.netty.handler.codec.http.HttpHeaderValues
"no-cache"
NO_CACHE - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderValues
"no-cache"
NO_CONTENT - Static variable in class io.netty.handler.codec.http.HttpResponseStatus
204 No Content
NO_STORE - Static variable in class io.netty.handler.codec.http.HttpHeaderValues
"no-store"
NO_TRANSFORM - Static variable in class io.netty.handler.codec.http.HttpHeaderValues
"no-transform"
NO_TRANSFORM - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderValues
"no-transform"
NOERROR - Static variable in class io.netty.handler.codec.dns.DnsResponseCode
ID 0, no error
NON_AUTHORITATIVE_INFORMATION - Static variable in class io.netty.handler.codec.http.HttpResponseStatus
203 Non-Authoritative Information (since HTTP/1.1)
NONE - Static variable in class io.netty.handler.codec.dns.DnsClass
 
NONE - Static variable in class io.netty.handler.codec.http.HttpHeaderValues
"none"
NONE - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderValues
"none"
NOOP - Static variable in class io.netty.handler.codec.memcache.binary.BinaryMemcacheOpcodes
 
NoopNameResolver - Class in io.netty.resolver
A NameResolver that does not perform any resolution but always reports successful resolution.
NoopNameResolver(EventExecutor) - Constructor for class io.netty.resolver.NoopNameResolver
 
NoopNameResolverGroup - Class in io.netty.resolver
noPreflightResponseHeaders() - Method in class io.netty.handler.codec.http.cors.CorsConfig.Builder
Specifies that no preflight response headers should be added to a preflight response.
NOT_ACCEPTABLE - Static variable in class io.netty.handler.codec.http.HttpResponseStatus
406 Not Acceptable
NOT_ACCEPTABLE - Static variable in class io.netty.handler.codec.rtsp.RtspResponseStatuses
406 Not Acceptable
NOT_ENOUGH_BANDWIDTH - Static variable in class io.netty.handler.codec.rtsp.RtspResponseStatuses
453 Not Enough Bandwidth
NOT_EXTENDED - Static variable in class io.netty.handler.codec.http.HttpResponseStatus
510 Not Extended (RFC2774)
NOT_FOUND - Static variable in class io.netty.handler.codec.http.HttpResponseStatus
404 Not Found
NOT_FOUND - Static variable in class io.netty.handler.codec.rtsp.RtspResponseStatuses
404 Not Found
NOT_IMPLEMENTED - Static variable in class io.netty.handler.codec.http.HttpResponseStatus
501 Not Implemented
NOT_IMPLEMENTED - Static variable in class io.netty.handler.codec.rtsp.RtspResponseStatuses
501 Not Implemented
NOT_MODIFIED - Static variable in class io.netty.handler.codec.http.HttpResponseStatus
304 Not Modified
NOT_MODIFIED - Static variable in class io.netty.handler.codec.rtsp.RtspResponseStatuses
304 Not Modified
NOT_STORED - Static variable in class io.netty.handler.codec.memcache.binary.BinaryMemcacheResponseStatus
 
NOTAUTH - Static variable in class io.netty.handler.codec.dns.DnsResponseCode
ID 9, not authoritative for zone
notifyFlushFutures(Throwable, Throwable) - Method in class io.netty.channel.ChannelFlushPromiseNotifier
notifyListener(EventExecutor, Future<?>, GenericFutureListener<?>) - Static method in class io.netty.util.concurrent.DefaultPromise
 
notifyPromises() - Method in class io.netty.channel.ChannelFlushPromiseNotifier
Notify all ChannelFutures that were registered with ChannelFlushPromiseNotifier.add(ChannelPromise, long) and their pendingDatasize is smaller after the the current writeCounter returned by ChannelFlushPromiseNotifier.writeCounter().
notifyPromises(Throwable) - Method in class io.netty.channel.ChannelFlushPromiseNotifier
Notify all ChannelFutures that were registered with ChannelFlushPromiseNotifier.add(ChannelPromise, long) and their pendingDatasize isis smaller then the current writeCounter returned by ChannelFlushPromiseNotifier.writeCounter().
notifyPromises(Throwable, Throwable) - Method in class io.netty.channel.ChannelFlushPromiseNotifier
Notify all ChannelFutures that were registered with ChannelFlushPromiseNotifier.add(ChannelPromise, long) and their pendingDatasize is smaller then the current writeCounter returned by ChannelFlushPromiseNotifier.writeCounter() using the given cause1.
NOTIMPL - Static variable in class io.netty.handler.codec.dns.DnsResponseCode
ID 4, not implemented
NotSslRecordException - Exception in io.netty.handler.ssl
Special SSLException which will get thrown if a packet is received that not looks like a TLS/SSL record.
NotSslRecordException() - Constructor for exception io.netty.handler.ssl.NotSslRecordException
 
NotSslRecordException(String) - Constructor for exception io.netty.handler.ssl.NotSslRecordException
 
NotSslRecordException(Throwable) - Constructor for exception io.netty.handler.ssl.NotSslRecordException
 
NotSslRecordException(String, Throwable) - Constructor for exception io.netty.handler.ssl.NotSslRecordException
 
NOTZONE - Static variable in class io.netty.handler.codec.dns.DnsResponseCode
ID 10, name not in zone
NS - Static variable in class io.netty.handler.codec.dns.DnsType
Name server record RFC 1035 Delegates a DNS zone to use the given authoritative name servers
NSEC - Static variable in class io.netty.handler.codec.dns.DnsType
Next-Secure record RFC 4034 Part of DNSSEC, used to prove a name does not exist.
NSEC3 - Static variable in class io.netty.handler.codec.dns.DnsType
NSEC record version 3 RFC 5155 An extension to DNSSEC that allows proof of nonexistence for a name without permitting zonewalking.
NSEC3PARAM - Static variable in class io.netty.handler.codec.dns.DnsType
NSEC3 parameters record RFC 5155 Parameter record for use with NSEC3.
nulDelimiter() - Static method in class io.netty.handler.codec.Delimiters
Returns a NUL (0x00) delimiter, which could be used for Flash XML socket or any similar protocols.
numActiveStreams() - Method in class io.netty.handler.codec.http2.DefaultHttp2Connection
 
numActiveStreams() - Method in interface io.netty.handler.codec.http2.Http2Connection.Endpoint
Gets the number of currently active streams that were created by this endpoint.
numActiveStreams() - Method in interface io.netty.handler.codec.http2.Http2Connection
Gets the number of streams that actively in use.
number() - Method in class io.netty.handler.ssl.OpenSslSessionStats
Returns the current number of sessions in the internal session cache.
numChildren() - Method in interface io.netty.handler.codec.http2.Http2Stream
Returns the number of child streams directly dependent on this stream.
numComponents() - Method in class io.netty.buffer.CompositeByteBuf
Return the current number of ByteBuf's that are composed in this instance
NXDOMAIN - Static variable in class io.netty.handler.codec.dns.DnsResponseCode
ID 3, name error
NXRRSET - Static variable in class io.netty.handler.codec.dns.DnsResponseCode
ID 8, rrset does not exist

O

ObjectDecoder - Class in io.netty.handler.codec.serialization
A decoder which deserializes the received ByteBufs into Java objects.
ObjectDecoder(ClassResolver) - Constructor for class io.netty.handler.codec.serialization.ObjectDecoder
Creates a new decoder whose maximum object size is 1048576 bytes.
ObjectDecoder(int, ClassResolver) - Constructor for class io.netty.handler.codec.serialization.ObjectDecoder
Creates a new decoder with the specified maximum object size.
ObjectDecoderInputStream - Class in io.netty.handler.codec.serialization
An ObjectInput which is interoperable with ObjectEncoder and ObjectEncoderOutputStream.
ObjectDecoderInputStream(InputStream) - Constructor for class io.netty.handler.codec.serialization.ObjectDecoderInputStream
Creates a new ObjectInput.
ObjectDecoderInputStream(InputStream, ClassLoader) - Constructor for class io.netty.handler.codec.serialization.ObjectDecoderInputStream
Creates a new ObjectInput.
ObjectDecoderInputStream(InputStream, int) - Constructor for class io.netty.handler.codec.serialization.ObjectDecoderInputStream
Creates a new ObjectInput.
ObjectDecoderInputStream(InputStream, ClassLoader, int) - Constructor for class io.netty.handler.codec.serialization.ObjectDecoderInputStream
Creates a new ObjectInput.
ObjectEncoder - Class in io.netty.handler.codec.serialization
An encoder which serializes a Java object into a ByteBuf.
ObjectEncoder() - Constructor for class io.netty.handler.codec.serialization.ObjectEncoder
 
ObjectEncoderOutputStream - Class in io.netty.handler.codec.serialization
An ObjectOutput which is interoperable with ObjectDecoder and ObjectDecoderInputStream.
ObjectEncoderOutputStream(OutputStream) - Constructor for class io.netty.handler.codec.serialization.ObjectEncoderOutputStream
Creates a new ObjectOutput with the estimated length of 512 bytes.
ObjectEncoderOutputStream(OutputStream, int) - Constructor for class io.netty.handler.codec.serialization.ObjectEncoderOutputStream
Creates a new ObjectOutput.
of(CharSequence) - Static method in class io.netty.handler.codec.AsciiString
Returns an AsciiString containing the given character sequence.
offer(HttpContent) - Method in class io.netty.handler.codec.http.multipart.HttpPostMultipartRequestDecoder
Initialized the internals from a new chunk
offer(HttpContent) - Method in class io.netty.handler.codec.http.multipart.HttpPostRequestDecoder
 
offer(HttpContent) - Method in class io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder
Initialized the internals from a new chunk
offer(HttpContent) - Method in interface io.netty.handler.codec.http.multipart.InterfaceHttpPostRequestDecoder
Initialized the internals from a new chunk
OioByteStreamChannel - Class in io.netty.channel.oio
Abstract base class for OIO Channels that are based on streams.
OioByteStreamChannel(Channel) - Constructor for class io.netty.channel.oio.OioByteStreamChannel
Create a new instance
OioDatagramChannel - Class in io.netty.channel.socket.oio
An OIO datagram Channel that sends and receives an AddressedEnvelope.
OioDatagramChannel() - Constructor for class io.netty.channel.socket.oio.OioDatagramChannel
Create a new instance with an new MulticastSocket.
OioDatagramChannel(MulticastSocket) - Constructor for class io.netty.channel.socket.oio.OioDatagramChannel
Create a new instance from the given MulticastSocket.
OioEventLoopGroup - Class in io.netty.channel.oio
EventLoopGroup which is used to handle OIO Channel's.
OioEventLoopGroup() - Constructor for class io.netty.channel.oio.OioEventLoopGroup
Create a new OioEventLoopGroup with no limit in place.
OioEventLoopGroup(int) - Constructor for class io.netty.channel.oio.OioEventLoopGroup
Create a new OioEventLoopGroup.
OioEventLoopGroup(int, Executor) - Constructor for class io.netty.channel.oio.OioEventLoopGroup
Create a new OioEventLoopGroup.
OioEventLoopGroup(int, ThreadFactory) - Constructor for class io.netty.channel.oio.OioEventLoopGroup
Create a new OioEventLoopGroup.
OioSctpChannel - Class in io.netty.channel.sctp.oio
SctpChannel implementation which use blocking mode and allows to read / write SctpMessages to the underlying SctpChannel.
OioSctpChannel() - Constructor for class io.netty.channel.sctp.oio.OioSctpChannel
Create a new instance with an new SctpChannel.
OioSctpChannel(SctpChannel) - Constructor for class io.netty.channel.sctp.oio.OioSctpChannel
Create a new instance from the given SctpChannel.
OioSctpChannel(Channel, SctpChannel) - Constructor for class io.netty.channel.sctp.oio.OioSctpChannel
Create a new instance from the given SctpChannel.
OioSctpServerChannel - Class in io.netty.channel.sctp.oio
SctpServerChannel implementation which use blocking mode to accept new connections and create the OioSctpChannel for them.
OioSctpServerChannel() - Constructor for class io.netty.channel.sctp.oio.OioSctpServerChannel
Create a new instance with an new SctpServerChannel
OioSctpServerChannel(SctpServerChannel) - Constructor for class io.netty.channel.sctp.oio.OioSctpServerChannel
Create a new instance from the given SctpServerChannel
OioServerSocketChannel - Class in io.netty.channel.socket.oio
ServerSocketChannel which accepts new connections and create the OioSocketChannel's for them.
OioServerSocketChannel() - Constructor for class io.netty.channel.socket.oio.OioServerSocketChannel
Create a new instance with an new Socket
OioServerSocketChannel(ServerSocket) - Constructor for class io.netty.channel.socket.oio.OioServerSocketChannel
Create a new instance from the given ServerSocket
OioServerSocketChannelConfig - Interface in io.netty.channel.socket.oio
OioSocketChannel - Class in io.netty.channel.socket.oio
A SocketChannel which is using Old-Blocking-IO
OioSocketChannel() - Constructor for class io.netty.channel.socket.oio.OioSocketChannel
Create a new instance with an new Socket
OioSocketChannel(Socket) - Constructor for class io.netty.channel.socket.oio.OioSocketChannel
Create a new instance from the given Socket
OioSocketChannel(Channel, Socket) - Constructor for class io.netty.channel.socket.oio.OioSocketChannel
Create a new instance from the given Socket
OioSocketChannelConfig - Interface in io.netty.channel.socket.oio
OK - Static variable in class io.netty.handler.codec.http.HttpResponseStatus
200 OK
OK - Static variable in class io.netty.handler.codec.rtsp.RtspResponseStatuses
200 OK
OK - Static variable in class io.netty.handler.codec.spdy.SpdySessionStatus
0 OK
onConnectionError(ChannelHandlerContext, Throwable, Http2Exception) - Method in class io.netty.handler.codec.http2.Http2ConnectionHandler
Handler for a connection error.
onDataRead(ChannelHandlerContext, int, ByteBuf, int, boolean) - Method in class io.netty.handler.codec.http2.DelegatingDecompressorFrameListener
 
onDataRead(ChannelHandlerContext, int, ByteBuf, int, boolean) - Method in class io.netty.handler.codec.http2.Http2EventAdapter
 
onDataRead(ChannelHandlerContext, int, ByteBuf, int, boolean) - Method in class io.netty.handler.codec.http2.Http2FrameAdapter
 
onDataRead(ChannelHandlerContext, int, ByteBuf, int, boolean) - Method in interface io.netty.handler.codec.http2.Http2FrameListener
Handles an inbound DATA frame.
onDataRead(ChannelHandlerContext, int, ByteBuf, int, boolean) - Method in class io.netty.handler.codec.http2.Http2FrameListenerDecorator
 
onDataRead(ChannelHandlerContext, int, ByteBuf, int, boolean) - Method in class io.netty.handler.codec.http2.InboundHttp2ToHttpAdapter
 
onException(ChannelHandlerContext, Throwable) - Method in class io.netty.handler.codec.http2.Http2ConnectionHandler
Central handler for all exceptions caught during HTTP/2 processing.
onException(ChannelHandlerContext, Throwable) - Method in interface io.netty.handler.codec.http2.Http2LifecycleManager
Processes the given exception.
onGoAwayRead(ChannelHandlerContext, int, long, ByteBuf) - Method in class io.netty.handler.codec.http2.Http2EventAdapter
 
onGoAwayRead(ChannelHandlerContext, int, long, ByteBuf) - Method in class io.netty.handler.codec.http2.Http2FrameAdapter
 
onGoAwayRead(ChannelHandlerContext, int, long, ByteBuf) - Method in interface io.netty.handler.codec.http2.Http2FrameListener
Handles an inbound GO_AWAY frame.
onGoAwayRead(ChannelHandlerContext, int, long, ByteBuf) - Method in class io.netty.handler.codec.http2.Http2FrameListenerDecorator
 
onHeadersRead(ChannelHandlerContext, int, Http2Headers, int, boolean) - Method in class io.netty.handler.codec.http2.DelegatingDecompressorFrameListener
 
onHeadersRead(ChannelHandlerContext, int, Http2Headers, int, short, boolean, int, boolean) - Method in class io.netty.handler.codec.http2.DelegatingDecompressorFrameListener
 
onHeadersRead(ChannelHandlerContext, int, Http2Headers, int, boolean) - Method in class io.netty.handler.codec.http2.Http2EventAdapter
 
onHeadersRead(ChannelHandlerContext, int, Http2Headers, int, short, boolean, int, boolean) - Method in class io.netty.handler.codec.http2.Http2EventAdapter
 
onHeadersRead(ChannelHandlerContext, int, Http2Headers, int, boolean) - Method in class io.netty.handler.codec.http2.Http2FrameAdapter
 
onHeadersRead(ChannelHandlerContext, int, Http2Headers, int, short, boolean, int, boolean) - Method in class io.netty.handler.codec.http2.Http2FrameAdapter
 
onHeadersRead(ChannelHandlerContext, int, Http2Headers, int, boolean) - Method in interface io.netty.handler.codec.http2.Http2FrameListener
Handles an inbound HEADERS frame.
onHeadersRead(ChannelHandlerContext, int, Http2Headers, int, short, boolean, int, boolean) - Method in interface io.netty.handler.codec.http2.Http2FrameListener
Handles an inbound HEADERS frame with priority information specified.
onHeadersRead(ChannelHandlerContext, int, Http2Headers, int, boolean) - Method in class io.netty.handler.codec.http2.Http2FrameListenerDecorator
 
onHeadersRead(ChannelHandlerContext, int, Http2Headers, int, short, boolean, int, boolean) - Method in class io.netty.handler.codec.http2.Http2FrameListenerDecorator
 
onHeadersRead(ChannelHandlerContext, int, Http2Headers, int, boolean) - Method in class io.netty.handler.codec.http2.InboundHttp2ToHttpAdapter
 
onHeadersRead(ChannelHandlerContext, int, Http2Headers, int, short, boolean, int, boolean) - Method in class io.netty.handler.codec.http2.InboundHttp2ToHttpAdapter
 
onHttpClientUpgrade() - Method in class io.netty.handler.codec.http2.Http2ConnectionHandler
Handles the client-side (cleartext) upgrade from HTTP to HTTP/2.
onHttpServerUpgrade(Http2Settings) - Method in class io.netty.handler.codec.http2.Http2ConnectionHandler
Handles the server-side (cleartext) upgrade from HTTP to HTTP/2.
ONLY_AGGREGATE_OPERATION_ALLOWED - Static variable in class io.netty.handler.codec.rtsp.RtspResponseStatuses
460 Only Aggregate operation allowed
ONLY_IF_CACHED - Static variable in class io.netty.handler.codec.http.HttpHeaderValues
"only-if-cached"
ONLY_IF_CACHED - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderValues
"only-if-cached"
onPingAckRead(ChannelHandlerContext, ByteBuf) - Method in class io.netty.handler.codec.http2.Http2EventAdapter
 
onPingAckRead(ChannelHandlerContext, ByteBuf) - Method in class io.netty.handler.codec.http2.Http2FrameAdapter
 
onPingAckRead(ChannelHandlerContext, ByteBuf) - Method in interface io.netty.handler.codec.http2.Http2FrameListener
Handles an inbound PING acknowledgment.
onPingAckRead(ChannelHandlerContext, ByteBuf) - Method in class io.netty.handler.codec.http2.Http2FrameListenerDecorator
 
onPingRead(ChannelHandlerContext, ByteBuf) - Method in class io.netty.handler.codec.http2.Http2EventAdapter
 
onPingRead(ChannelHandlerContext, ByteBuf) - Method in class io.netty.handler.codec.http2.Http2FrameAdapter
 
onPingRead(ChannelHandlerContext, ByteBuf) - Method in interface io.netty.handler.codec.http2.Http2FrameListener
Handles an inbound PING frame.
onPingRead(ChannelHandlerContext, ByteBuf) - Method in class io.netty.handler.codec.http2.Http2FrameListenerDecorator
 
onPriorityRead(ChannelHandlerContext, int, int, short, boolean) - Method in class io.netty.handler.codec.http2.Http2EventAdapter
 
onPriorityRead(ChannelHandlerContext, int, int, short, boolean) - Method in class io.netty.handler.codec.http2.Http2FrameAdapter
 
onPriorityRead(ChannelHandlerContext, int, int, short, boolean) - Method in interface io.netty.handler.codec.http2.Http2FrameListener
Handles an inbound PRIORITY frame.
onPriorityRead(ChannelHandlerContext, int, int, short, boolean) - Method in class io.netty.handler.codec.http2.Http2FrameListenerDecorator
 
onPriorityRead(ChannelHandlerContext, int, int, short, boolean) - Method in class io.netty.handler.codec.http2.InboundHttp2ToHttpPriorityAdapter
 
onPushPromiseRead(ChannelHandlerContext, int, int, Http2Headers, int) - Method in class io.netty.handler.codec.http2.Http2EventAdapter
 
onPushPromiseRead(ChannelHandlerContext, int, int, Http2Headers, int) - Method in class io.netty.handler.codec.http2.Http2FrameAdapter
 
onPushPromiseRead(ChannelHandlerContext, int, int, Http2Headers, int) - Method in interface io.netty.handler.codec.http2.Http2FrameListener
Handles an inbound PUSH_PROMISE frame.
onPushPromiseRead(ChannelHandlerContext, int, int, Http2Headers, int) - Method in class io.netty.handler.codec.http2.Http2FrameListenerDecorator
 
onPushPromiseRead(ChannelHandlerContext, int, int, Http2Headers, int) - Method in class io.netty.handler.codec.http2.InboundHttp2ToHttpAdapter
 
onRemoval(V) - Method in class io.netty.util.concurrent.FastThreadLocal
Invoked when this thread local variable is removed by FastThreadLocal.remove().
onRstStreamRead(ChannelHandlerContext, int, long) - Method in class io.netty.handler.codec.http2.Http2EventAdapter
 
onRstStreamRead(ChannelHandlerContext, int, long) - Method in class io.netty.handler.codec.http2.Http2FrameAdapter
 
onRstStreamRead(ChannelHandlerContext, int, long) - Method in interface io.netty.handler.codec.http2.Http2FrameListener
Handles an inbound RST_STREAM frame.
onRstStreamRead(ChannelHandlerContext, int, long) - Method in class io.netty.handler.codec.http2.Http2FrameListenerDecorator
 
onRstStreamRead(ChannelHandlerContext, int, long) - Method in class io.netty.handler.codec.http2.InboundHttp2ToHttpAdapter
 
onSettingsAckRead(ChannelHandlerContext) - Method in class io.netty.handler.codec.http2.Http2EventAdapter
 
onSettingsAckRead(ChannelHandlerContext) - Method in class io.netty.handler.codec.http2.Http2FrameAdapter
 
onSettingsAckRead(ChannelHandlerContext) - Method in interface io.netty.handler.codec.http2.Http2FrameListener
Handles an inbound SETTINGS acknowledgment frame.
onSettingsAckRead(ChannelHandlerContext) - Method in class io.netty.handler.codec.http2.Http2FrameListenerDecorator
 
onSettingsRead(ChannelHandlerContext, Http2Settings) - Method in class io.netty.handler.codec.http2.Http2EventAdapter
 
onSettingsRead(ChannelHandlerContext, Http2Settings) - Method in class io.netty.handler.codec.http2.Http2FrameAdapter
 
onSettingsRead(ChannelHandlerContext, Http2Settings) - Method in interface io.netty.handler.codec.http2.Http2FrameListener
Handles an inbound SETTINGS frame.
onSettingsRead(ChannelHandlerContext, Http2Settings) - Method in class io.netty.handler.codec.http2.Http2FrameListenerDecorator
 
onSettingsRead(ChannelHandlerContext, Http2Settings) - Method in class io.netty.handler.codec.http2.InboundHttp2ToHttpAdapter
 
onStreamError(ChannelHandlerContext, Throwable, Http2Exception.StreamException) - Method in class io.netty.handler.codec.http2.Http2ConnectionHandler
Handler for a stream error.
onUnknownFrame(ChannelHandlerContext, byte, int, Http2Flags, ByteBuf) - Method in class io.netty.handler.codec.http2.Http2EventAdapter
 
onUnknownFrame(ChannelHandlerContext, byte, int, Http2Flags, ByteBuf) - Method in class io.netty.handler.codec.http2.Http2FrameAdapter
 
onUnknownFrame(ChannelHandlerContext, byte, int, Http2Flags, ByteBuf) - Method in interface io.netty.handler.codec.http2.Http2FrameListener
Handler for a frame not defined by the HTTP/2 spec.
onUnknownFrame(ChannelHandlerContext, byte, int, Http2Flags, ByteBuf) - Method in class io.netty.handler.codec.http2.Http2FrameListenerDecorator
 
onWeightChanged(Http2Stream, short) - Method in interface io.netty.handler.codec.http2.Http2Connection.Listener
Notifies the listener that the weight has changed for stream
onWeightChanged(Http2Stream, short) - Method in class io.netty.handler.codec.http2.Http2ConnectionAdapter
 
onWeightChanged(Http2Stream, short) - Method in class io.netty.handler.codec.http2.Http2EventAdapter
 
onWeightChanged(Http2Stream, short) - Method in class io.netty.handler.codec.http2.InboundHttp2ToHttpPriorityAdapter
 
onWindowUpdateRead(ChannelHandlerContext, int, int) - Method in class io.netty.handler.codec.http2.Http2EventAdapter
 
onWindowUpdateRead(ChannelHandlerContext, int, int) - Method in class io.netty.handler.codec.http2.Http2FrameAdapter
 
onWindowUpdateRead(ChannelHandlerContext, int, int) - Method in interface io.netty.handler.codec.http2.Http2FrameListener
Handles an inbound WINDOW_UPDATE frame.
onWindowUpdateRead(ChannelHandlerContext, int, int) - Method in class io.netty.handler.codec.http2.Http2FrameListenerDecorator
 
opaque() - Method in class io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage
 
opaque() - Method in interface io.netty.handler.codec.memcache.binary.BinaryMemcacheMessage
Returns the opaque value.
opcode() - Method in class io.netty.handler.codec.dns.DnsHeader
Returns the 4 bit opcode used for the DnsMessage.
opcode() - Method in class io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage
 
opcode() - Method in interface io.netty.handler.codec.memcache.binary.BinaryMemcacheMessage
Returns the opcode for the message.
OPCODE_IQUERY - Static variable in class io.netty.handler.codec.dns.DnsHeader
Deprecated.
OPCODE_QUERY - Static variable in class io.netty.handler.codec.dns.DnsHeader
Message is for a standard query.
open() - Method in class io.netty.channel.DefaultFileRegion
Explicitly open the underlying file-descriptor if not done yet.
open(boolean) - Method in interface io.netty.handler.codec.http2.Http2Stream
Add this stream to Http2Connection.activeStreams() and transition state to: Http2Stream.State.OPEN if Http2Stream.state() is Http2Stream.State.IDLE and halfClosed is false.
open(T) - Method in class io.netty.util.ResourceLeakDetector
Creates a new ResourceLeak which is expected to be closed via ResourceLeak.close() when the related resource is deallocated.
OpenSsl - Class in io.netty.handler.ssl
Tells if netty-tcnative and its OpenSSL support are available.
OpenSslApplicationProtocolNegotiator - Interface in io.netty.handler.ssl
OpenSSL version of ApplicationProtocolNegotiator.
OpenSslClientContext - Class in io.netty.handler.ssl
A client-side SslContext which uses OpenSSL's SSL/TLS implementation.
OpenSslClientContext() - Constructor for class io.netty.handler.ssl.OpenSslClientContext
Creates a new instance.
OpenSslClientContext(File) - Constructor for class io.netty.handler.ssl.OpenSslClientContext
Creates a new instance.
OpenSslClientContext(TrustManagerFactory) - Constructor for class io.netty.handler.ssl.OpenSslClientContext
Creates a new instance.
OpenSslClientContext(File, TrustManagerFactory) - Constructor for class io.netty.handler.ssl.OpenSslClientContext
Creates a new instance.
OpenSslClientContext(File, TrustManagerFactory, Iterable<String>, ApplicationProtocolConfig, long, long) - Constructor for class io.netty.handler.ssl.OpenSslClientContext
Creates a new instance.
OpenSslContext - Class in io.netty.handler.ssl
 
OpenSslEngine - Class in io.netty.handler.ssl
OpenSslEngine(long, ByteBufAllocator, String) - Constructor for class io.netty.handler.ssl.OpenSslEngine
Deprecated.
OpenSslNpnApplicationProtocolNegotiator - Class in io.netty.handler.ssl
OpenSslNpnApplicationProtocolNegotiator(Iterable<String>) - Constructor for class io.netty.handler.ssl.OpenSslNpnApplicationProtocolNegotiator
 
OpenSslNpnApplicationProtocolNegotiator(String...) - Constructor for class io.netty.handler.ssl.OpenSslNpnApplicationProtocolNegotiator
 
OpenSslServerContext - Class in io.netty.handler.ssl
A server-side SslContext which uses OpenSSL's SSL/TLS implementation.
OpenSslServerContext(File, File) - Constructor for class io.netty.handler.ssl.OpenSslServerContext
Creates a new instance.
OpenSslServerContext(File, File, String) - Constructor for class io.netty.handler.ssl.OpenSslServerContext
Creates a new instance.
OpenSslServerContext(File, File, String, Iterable<String>, ApplicationProtocolConfig, long, long) - Constructor for class io.netty.handler.ssl.OpenSslServerContext
Creates a new instance.
OpenSslServerContext(File, File, String, TrustManagerFactory, Iterable<String>, ApplicationProtocolConfig, long, long) - Constructor for class io.netty.handler.ssl.OpenSslServerContext
Creates a new instance.
OpenSslServerContext(File, File, String, TrustManagerFactory, Iterable<String>, OpenSslApplicationProtocolNegotiator, long, long) - Constructor for class io.netty.handler.ssl.OpenSslServerContext
Creates a new instance.
OpenSslServerSessionContext - Class in io.netty.handler.ssl
OpenSslSessionContext implementation which offers extra methods which are only useful for the server-side.
OpenSslSessionContext - Class in io.netty.handler.ssl
OpenSSL specific SSLSessionContext implementation.
OpenSslSessionStats - Class in io.netty.handler.ssl
Stats exposed by an OpenSSL session context.
operationComplete(ChannelFuture) - Method in class io.netty.handler.codec.http2.DefaultHttp2ConnectionEncoder.FlowControlledBase
 
operationComplete(F) - Method in interface io.netty.util.concurrent.GenericFutureListener
Invoked when the operation associated with the Future has been completed.
operationComplete(F) - Method in class io.netty.util.concurrent.PromiseAggregator
 
operationComplete(F) - Method in class io.netty.util.concurrent.PromiseNotifier
 
operationProgressed(F, long, long) - Method in interface io.netty.util.concurrent.GenericProgressiveFutureListener
Invoked when the operation has progressed.
opposite() - Method in interface io.netty.handler.codec.http2.Http2Connection.Endpoint
Gets the Http2Connection.Endpoint opposite this one.
OPT - Static variable in class io.netty.handler.codec.dns.DnsType
Option record RFC 2671 This is a pseudo DNS record type needed to support EDNS.
option(ChannelOption<T>, T) - Method in class io.netty.bootstrap.AbstractBootstrap
Allow to specify a ChannelOption which is used for the Channel instances once they got created.
OPTION_NOT_SUPPORTED - Static variable in class io.netty.handler.codec.rtsp.RtspResponseStatuses
551 Option not supported
options() - Method in class io.netty.channel.epoll.EpollTcpInfo
 
OPTIONS - Static variable in class io.netty.handler.codec.http.HttpMethod
The OPTIONS method represents a request for information about the communication options available on the request/response chain identified by the Request-URI.
OPTIONS - Static variable in class io.netty.handler.codec.rtsp.RtspMethods
The OPTIONS getMethod represents a request for information about the communication options available on the request/response chain identified by the Request-URI.
order(ByteOrder) - Method in class io.netty.buffer.AbstractByteBuf
 
order() - Method in class io.netty.buffer.ByteBuf
Returns the endianness of this buffer.
order(ByteOrder) - Method in class io.netty.buffer.ByteBuf
Returns a buffer with the specified endianness which shares the whole region, indexes, and marks of this buffer.
order() - Method in class io.netty.buffer.CompositeByteBuf
 
order() - Method in class io.netty.buffer.DuplicatedByteBuf
 
order() - Method in class io.netty.buffer.EmptyByteBuf
 
order(ByteOrder) - Method in class io.netty.buffer.EmptyByteBuf
 
order() - Method in class io.netty.buffer.ReadOnlyByteBuf
 
order() - Method in class io.netty.buffer.SlicedByteBuf
 
order() - Method in class io.netty.buffer.SwappedByteBuf
 
order(ByteOrder) - Method in class io.netty.buffer.SwappedByteBuf
 
order() - Method in class io.netty.buffer.UnpooledDirectByteBuf
 
order() - Method in class io.netty.buffer.UnpooledHeapByteBuf
 
order() - Method in class io.netty.buffer.UnpooledUnsafeDirectByteBuf
 
order() - Method in class io.netty.buffer.WrappedByteBuf
 
order(ByteOrder) - Method in class io.netty.buffer.WrappedByteBuf
 
origin() - Method in class io.netty.handler.codec.http.cors.CorsConfig
Returns the allowed origin.
ORIGIN - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
"origin"
origins() - Method in class io.netty.handler.codec.http.cors.CorsConfig
Returns the set of allowed origins.
OUT_OF_MESSAGE_SEQUENCE_METHOD - Static variable in class io.netty.handler.codec.http2.HttpUtil
This will be the method used for HttpRequest objects generated out of the HTTP message flow defined in
OUT_OF_MESSAGE_SEQUENCE_PATH - Static variable in class io.netty.handler.codec.http2.HttpUtil
This will be the path used for HttpRequest objects generated out of the HTTP message flow defined in
OUT_OF_MESSAGE_SEQUENCE_RETURN_CODE - Static variable in class io.netty.handler.codec.http2.HttpUtil
This will be the status code used for HttpResponse objects generated out of the HTTP message flow defined in
outboundBuffer() - Method in class io.netty.channel.AbstractChannel.AbstractUnsafe
 
outboundBuffer() - Method in interface io.netty.channel.Channel.Unsafe
Returns the ChannelOutboundBuffer of the Channel where the pending write requests are stored.
outboundMessages() - Method in class io.netty.channel.embedded.EmbeddedChannel
Returns the Queue which holds all the Objects that were written by this Channel.

P

PADDED - Static variable in class io.netty.handler.codec.http2.Http2Flags
 
padding - Variable in class io.netty.handler.codec.http2.DefaultHttp2ConnectionEncoder.FlowControlledBase
 
paddingPresent() - Method in class io.netty.handler.codec.http2.Http2Flags
For frames that include padding, indicates if the Http2Flags.PADDED field is present.
paddingPresent(boolean) - Method in class io.netty.handler.codec.http2.Http2Flags
Sets the Http2Flags.PADDED flag.
PARAMETER_IS_READONLY - Static variable in class io.netty.handler.codec.rtsp.RtspResponseStatuses
458 Parameter Is Read-Only
PARAMETER_NOT_UNDERSTOOD - Static variable in class io.netty.handler.codec.rtsp.RtspResponseStatuses
451 Parameter Not Understood
parameters() - Method in class io.netty.handler.codec.http.QueryStringDecoder
Returns the decoded key-value parameter pairs of the URI.
parameters() - Method in class io.netty.handler.codec.http.websocketx.extensions.WebSocketExtensionData
 
parent() - Method in class io.netty.channel.AbstractChannel
 
parent() - Method in class io.netty.channel.AbstractEventLoop
 
parent() - Method in interface io.netty.channel.Channel
Returns the parent of this channel.
parent() - Method in class io.netty.channel.epoll.EpollSocketChannel
 
parent() - Method in interface io.netty.channel.EventLoop
 
parent() - Method in class io.netty.channel.local.LocalChannel
 
parent() - Method in class io.netty.channel.sctp.nio.NioSctpChannel
 
parent() - Method in class io.netty.channel.sctp.oio.OioSctpChannel
 
parent() - Method in interface io.netty.channel.sctp.SctpChannel
 
parent() - Method in class io.netty.channel.SingleThreadEventLoop
 
parent() - Method in class io.netty.channel.socket.nio.NioSocketChannel
 
parent() - Method in class io.netty.channel.socket.oio.OioSocketChannel
 
parent() - Method in interface io.netty.channel.socket.SocketChannel
 
parent() - Method in interface io.netty.handler.codec.http2.Http2Stream
The parent (i.e. the node in the priority tree on which this node depends), or null if this is the root node (i.e. the connection, itself).
parent() - Method in class io.netty.util.concurrent.AbstractEventExecutor
 
parent() - Method in interface io.netty.util.concurrent.EventExecutor
Return the EventExecutorGroup which is the parent of this EventExecutor,
PARITY_BIT - Static variable in class io.netty.channel.rxtx.RxtxChannelOption
 
parseDouble() - Method in class io.netty.handler.codec.AsciiString
 
parseDouble(int, int) - Method in class io.netty.handler.codec.AsciiString
 
parseFloat() - Method in class io.netty.handler.codec.AsciiString
 
parseFloat(int, int) - Method in class io.netty.handler.codec.AsciiString
 
parseInt() - Method in class io.netty.handler.codec.AsciiString
 
parseInt(int) - Method in class io.netty.handler.codec.AsciiString
 
parseInt(int, int) - Method in class io.netty.handler.codec.AsciiString
 
parseInt(int, int, int) - Method in class io.netty.handler.codec.AsciiString
 
parseLine(CharSequence) - Static method in class io.netty.handler.codec.http.HttpResponseStatus
Parses the specified HTTP status line into a HttpResponseStatus.
parseLong() - Method in class io.netty.handler.codec.AsciiString
 
parseLong(int) - Method in class io.netty.handler.codec.AsciiString
 
parseLong(int, int) - Method in class io.netty.handler.codec.AsciiString
 
parseLong(int, int, int) - Method in class io.netty.handler.codec.AsciiString
 
parseShort() - Method in class io.netty.handler.codec.AsciiString
 
parseShort(int) - Method in class io.netty.handler.codec.AsciiString
 
parseShort(int, int) - Method in class io.netty.handler.codec.AsciiString
 
parseShort(int, int, int) - Method in class io.netty.handler.codec.AsciiString
 
parseStatus(AsciiString) - Static method in class io.netty.handler.codec.http2.HttpUtil
Apply HTTP/2 rules while translating status code to HttpResponseStatus
PARTIAL_CONTENT - Static variable in class io.netty.handler.codec.http.HttpResponseStatus
206 Partial Content
PASSCODE - Static variable in interface io.netty.handler.codec.stomp.StompHeaders
 
password() - Method in class io.netty.handler.codec.mqtt.MqttConnectPayload
 
password() - Method in class io.netty.handler.codec.socksx.v5.DefaultSocks5PasswordAuthRequest
 
PASSWORD - Static variable in class io.netty.handler.codec.socksx.v5.Socks5AuthMethod
 
password() - Method in interface io.netty.handler.codec.socksx.v5.Socks5PasswordAuthRequest
Returns the password of this request.
password() - Method in class io.netty.handler.proxy.HttpProxyHandler
 
password() - Method in class io.netty.handler.proxy.Socks5ProxyHandler
 
PATCH - Static variable in class io.netty.handler.codec.http.HttpMethod
The PATCH method requests that a set of changes described in the request entity be applied to the resource identified by the Request-URI.
path() - Method in class io.netty.channel.unix.DomainSocketAddress
The path to the domain socket.
path() - Method in interface io.netty.handler.codec.http.Cookie
Returns the path of this Cookie.
path() - Method in class io.netty.handler.codec.http.DefaultCookie
 
path() - Method in class io.netty.handler.codec.http.QueryStringDecoder
Returns the decoded path string of the URI.
path(AsciiString) - Method in class io.netty.handler.codec.http2.DefaultHttp2Headers
 
path() - Method in class io.netty.handler.codec.http2.DefaultHttp2Headers
 
path(AsciiString) - Method in class io.netty.handler.codec.http2.EmptyHttp2Headers
 
path() - Method in class io.netty.handler.codec.http2.EmptyHttp2Headers
 
path(AsciiString) - Method in interface io.netty.handler.codec.http2.Http2Headers
Sets the Http2Headers.PseudoHeaderName.PATH header or null if there is no such header
path() - Method in interface io.netty.handler.codec.http2.Http2Headers
Gets the Http2Headers.PseudoHeaderName.PATH header or null if there is no such header
PATH - Static variable in class io.netty.handler.codec.spdy.SpdyHeaders.HttpNames
":path"
PausableEventExecutor - Interface in io.netty.util.concurrent
Implement this interface if you need your EventExecutor implementation to be able to reject new work.
PAUSE - Static variable in class io.netty.handler.codec.rtsp.RtspMethods
The PAUSE request causes the stream delivery to be interrupted (halted) temporarily.
payload() - Method in class io.netty.handler.codec.mqtt.MqttConnectMessage
 
payload() - Method in class io.netty.handler.codec.mqtt.MqttMessage
 
payload() - Method in class io.netty.handler.codec.mqtt.MqttPublishMessage
 
payload() - Method in class io.netty.handler.codec.mqtt.MqttSubAckMessage
 
payload() - Method in class io.netty.handler.codec.mqtt.MqttSubscribeMessage
 
payload() - Method in class io.netty.handler.codec.mqtt.MqttUnsubscribeMessage
 
PAYMENT_REQUIRED - Static variable in class io.netty.handler.codec.http.HttpResponseStatus
402 Payment Required
PAYMENT_REQUIRED - Static variable in class io.netty.handler.codec.rtsp.RtspResponseStatuses
402 Payment Required
peekTask() - Method in class io.netty.util.concurrent.SingleThreadEventExecutor
 
pendingTasks() - Method in class io.netty.util.concurrent.GlobalEventExecutor
Return the number of tasks that are pending for processing.
pendingTasks() - Method in class io.netty.util.concurrent.SingleThreadEventExecutor
Return the number of tasks that are pending for processing.
PendingWriteQueue - Class in io.netty.channel
A queue of write operations which are pending for later execution.
PendingWriteQueue(ChannelHandlerContext) - Constructor for class io.netty.channel.PendingWriteQueue
 
PerMessageDeflateClientExtensionHandshaker - Class in io.netty.handler.codec.http.websocketx.extensions.compression
permessage-deflate handshake implementation.
PerMessageDeflateClientExtensionHandshaker() - Constructor for class io.netty.handler.codec.http.websocketx.extensions.compression.PerMessageDeflateClientExtensionHandshaker
Constructor with default configuration.
PerMessageDeflateClientExtensionHandshaker(int, boolean, int, boolean, boolean) - Constructor for class io.netty.handler.codec.http.websocketx.extensions.compression.PerMessageDeflateClientExtensionHandshaker
Constructor with custom configuration.
PerMessageDeflateServerExtensionHandshaker - Class in io.netty.handler.codec.http.websocketx.extensions.compression
permessage-deflate handshake implementation.
PerMessageDeflateServerExtensionHandshaker() - Constructor for class io.netty.handler.codec.http.websocketx.extensions.compression.PerMessageDeflateServerExtensionHandshaker
Constructor with default configuration.
PerMessageDeflateServerExtensionHandshaker(int, boolean, int, boolean, boolean) - Constructor for class io.netty.handler.codec.http.websocketx.extensions.compression.PerMessageDeflateServerExtensionHandshaker
Constructor with custom configuration.
PING - Static variable in class io.netty.handler.codec.http2.Http2FrameTypes
 
PING_FRAME_PAYLOAD_LENGTH - Static variable in class io.netty.handler.codec.http2.Http2CodecUtil
 
PingWebSocketFrame - Class in io.netty.handler.codec.http.websocketx
Web Socket frame containing binary data
PingWebSocketFrame() - Constructor for class io.netty.handler.codec.http.websocketx.PingWebSocketFrame
Creates a new empty ping frame.
PingWebSocketFrame(ByteBuf) - Constructor for class io.netty.handler.codec.http.websocketx.PingWebSocketFrame
Creates a new ping frame with the specified binary data.
PingWebSocketFrame(boolean, int, ByteBuf) - Constructor for class io.netty.handler.codec.http.websocketx.PingWebSocketFrame
Creates a new ping frame with the specified binary data
pipeline() - Method in class io.netty.channel.AbstractChannel
 
pipeline() - Method in interface io.netty.channel.Channel
Return the assigned ChannelPipeline
pipeline() - Method in interface io.netty.channel.ChannelHandlerContext
Return the assigned ChannelPipeline
PLAY - Static variable in class io.netty.handler.codec.rtsp.RtspMethods
The PLAY getMethod tells the server to start sending data via the mechanism specified in SETUP.
pmtu() - Method in class io.netty.channel.epoll.EpollTcpInfo
 
pollScheduledTask() - Method in class io.netty.util.concurrent.AbstractScheduledEventExecutor
 
pollScheduledTask(long) - Method in class io.netty.util.concurrent.AbstractScheduledEventExecutor
Return the Runnable which is ready to be executed with the given nanoTime.
pollSentSettings() - Method in class io.netty.handler.codec.http2.DefaultHttp2ConnectionEncoder
 
pollSentSettings() - Method in interface io.netty.handler.codec.http2.Http2ConnectionEncoder
Gets the local settings on the top of the queue that has been sent but not ACKed.
pollTask() - Method in class io.netty.channel.nio.NioEventLoop
 
pollTask() - Method in class io.netty.util.concurrent.SingleThreadEventExecutor
 
PongWebSocketFrame - Class in io.netty.handler.codec.http.websocketx
Web Socket frame containing binary data
PongWebSocketFrame() - Constructor for class io.netty.handler.codec.http.websocketx.PongWebSocketFrame
Creates a new empty pong frame.
PongWebSocketFrame(ByteBuf) - Constructor for class io.netty.handler.codec.http.websocketx.PongWebSocketFrame
Creates a new pong frame with the specified binary data.
PongWebSocketFrame(boolean, int, ByteBuf) - Constructor for class io.netty.handler.codec.http.websocketx.PongWebSocketFrame
Creates a new pong frame with the specified binary data
PooledByteBufAllocator - Class in io.netty.buffer
 
PooledByteBufAllocator() - Constructor for class io.netty.buffer.PooledByteBufAllocator
 
PooledByteBufAllocator(boolean) - Constructor for class io.netty.buffer.PooledByteBufAllocator
 
PooledByteBufAllocator(int, int, int, int) - Constructor for class io.netty.buffer.PooledByteBufAllocator
 
PooledByteBufAllocator(boolean, int, int, int, int) - Constructor for class io.netty.buffer.PooledByteBufAllocator
 
PooledByteBufAllocator(boolean, int, int, int, int, int, int, int) - Constructor for class io.netty.buffer.PooledByteBufAllocator
 
PORT - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderValues
"port"
ports() - Method in interface io.netty.handler.codec.http.Cookie
Returns the ports that this Cookie can be accessed on.
ports() - Method in class io.netty.handler.codec.http.DefaultCookie
 
position() - Method in class io.netty.channel.DefaultFileRegion
 
position() - Method in interface io.netty.channel.FileRegion
Returns the offset in the file where the transfer began.
POST - Static variable in class io.netty.handler.codec.http.HttpMethod
The POST method is used to request that the origin server accept the entity enclosed in the request as a new subordinate of the resource identified by the Request-URI in the Request-Line.
postfix - Static variable in class io.netty.handler.codec.http.multipart.DiskAttribute
 
postfix - Static variable in class io.netty.handler.codec.http.multipart.DiskFileUpload
 
PRAGMA - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
"pragma"
PRECONDITION_FAILED - Static variable in class io.netty.handler.codec.http.HttpResponseStatus
412 Precondition Failed
PRECONDITION_FAILED - Static variable in class io.netty.handler.codec.rtsp.RtspResponseStatuses
412 Precondition Failed
PRECONDITION_REQUIRED - Static variable in class io.netty.handler.codec.http.HttpResponseStatus
428 Precondition Required (RFC6585)
prefaceReceived() - Method in class io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder
 
prefaceReceived() - Method in interface io.netty.handler.codec.http2.Http2ConnectionDecoder
Indicates whether or not the first initial SETTINGS frame was received from the remote endpoint.
prefix - Static variable in class io.netty.handler.codec.http.multipart.DiskAttribute
 
prefix - Static variable in class io.netty.handler.codec.http.multipart.DiskFileUpload
 
preflightResponseHeader(CharSequence, Object...) - Method in class io.netty.handler.codec.http.cors.CorsConfig.Builder
Returns HTTP response headers that should be added to a CORS preflight response.
preflightResponseHeader(CharSequence, Iterable<T>) - Method in class io.netty.handler.codec.http.cors.CorsConfig.Builder
Returns HTTP response headers that should be added to a CORS preflight response.
preflightResponseHeader(String, Callable<T>) - Method in class io.netty.handler.codec.http.cors.CorsConfig.Builder
Returns HTTP response headers that should be added to a CORS preflight response.
preflightResponseHeaders() - Method in class io.netty.handler.codec.http.cors.CorsConfig
Returns HTTP response headers that should be added to a CORS preflight response.
PrematureChannelClosureException - Exception in io.netty.handler.codec
A CodecException which is thrown when a Channel is closed unexpectedly before the codec finishes handling the current message, such as missing response while waiting for a request.
PrematureChannelClosureException() - Constructor for exception io.netty.handler.codec.PrematureChannelClosureException
Creates a new instance.
PrematureChannelClosureException(String, Throwable) - Constructor for exception io.netty.handler.codec.PrematureChannelClosureException
Creates a new instance.
PrematureChannelClosureException(String) - Constructor for exception io.netty.handler.codec.PrematureChannelClosureException
Creates a new instance.
PrematureChannelClosureException(Throwable) - Constructor for exception io.netty.handler.codec.PrematureChannelClosureException
Creates a new instance.
prepareUpgradeResponse(ChannelHandlerContext, FullHttpRequest, FullHttpResponse) - Method in interface io.netty.handler.codec.http.HttpServerUpgradeHandler.UpgradeCodec
Adds any headers to the 101 Switching protocols response that are appropriate for this protocol.
prepareUpgradeResponse(ChannelHandlerContext, FullHttpRequest, FullHttpResponse) - Method in class io.netty.handler.codec.http2.Http2ServerUpgradeCodec
 
PREPEND - Static variable in class io.netty.handler.codec.memcache.binary.BinaryMemcacheOpcodes
 
PREPENDQ - Static variable in class io.netty.handler.codec.memcache.binary.BinaryMemcacheOpcodes
 
PrimitiveCollections - Class in io.netty.util.collection
Utility methods for primitive collections.
PRIORITY - Static variable in class io.netty.handler.codec.http2.Http2Flags
 
PRIORITY - Static variable in class io.netty.handler.codec.http2.Http2FrameTypes
 
priority() - Method in class io.netty.handler.codec.spdy.DefaultSpdySynStreamFrame
 
PRIORITY - Static variable in class io.netty.handler.codec.spdy.SpdyHttpHeaders.Names
"X-SPDY-Priority"
priority() - Method in interface io.netty.handler.codec.spdy.SpdySynStreamFrame
Returns the priority of the stream.
PRIORITY_ENTRY_LENGTH - Static variable in class io.netty.handler.codec.http2.Http2CodecUtil
 
PRIORITY_FRAME_LENGTH - Static variable in class io.netty.handler.codec.http2.Http2CodecUtil
 
priorityPresent() - Method in class io.netty.handler.codec.http2.Http2Flags
Determines whether the flag is set indicating the presence of the exclusive, stream dependency, and weight fields in a HEADERS frame.
priorityPresent(boolean) - Method in class io.netty.handler.codec.http2.Http2Flags
Sets the Http2Flags.PRIORITY flag.
priorityTreeParentChanged(Http2Stream, Http2Stream) - Method in interface io.netty.handler.codec.http2.Http2Connection.Listener
Notifies the listener that a priority tree parent change has occurred.
priorityTreeParentChanged(Http2Stream, Http2Stream) - Method in class io.netty.handler.codec.http2.Http2ConnectionAdapter
 
priorityTreeParentChanged(Http2Stream, Http2Stream) - Method in class io.netty.handler.codec.http2.Http2EventAdapter
 
priorityTreeParentChanged(Http2Stream, Http2Stream) - Method in class io.netty.handler.codec.http2.InboundHttp2ToHttpPriorityAdapter
 
priorityTreeParentChanging(Http2Stream, Http2Stream) - Method in interface io.netty.handler.codec.http2.Http2Connection.Listener
Notifies the listener that a parent dependency is about to change This is called while the tree is being restructured and so the tree structure is not necessarily steady state.
priorityTreeParentChanging(Http2Stream, Http2Stream) - Method in class io.netty.handler.codec.http2.Http2ConnectionAdapter
 
priorityTreeParentChanging(Http2Stream, Http2Stream) - Method in class io.netty.handler.codec.http2.Http2EventAdapter
 
PRIVATE - Static variable in class io.netty.handler.codec.http.HttpHeaderValues
"private"
PRIVATE - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderValues
"private"
privateKey() - Method in class io.netty.handler.ssl.util.SelfSignedCertificate
Returns the generated RSA private key file in PEM format.
probes() - Method in class io.netty.channel.epoll.EpollTcpInfo
 
process(byte) - Method in interface io.netty.buffer.ByteBufProcessor
 
processHandshake(Channel, HttpResponse) - Method in class io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker
Process the opening handshake initiated by WebSocketClientHandshaker.handshake(io.netty.channel.Channel)}.
processHandshake(Channel, HttpResponse, ChannelPromise) - Method in class io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker
Process the opening handshake initiated by WebSocketClientHandshaker.handshake(io.netty.channel.Channel)}.
processHeadersBegin(ChannelHandlerContext, int, Http2Headers, boolean, boolean, boolean) - Method in class io.netty.handler.codec.http2.InboundHttp2ToHttpAdapter
Provides translation between HTTP/2 and HTTP header objects while ensuring the stream is in a valid state for additional headers.
processHeadersBegin(ChannelHandlerContext, int, Http2Headers, boolean, boolean, boolean) - Method in class io.netty.handler.codec.http2.InboundHttp2ToHttpPriorityAdapter
 
PROCESSING - Static variable in class io.netty.handler.codec.http.HttpResponseStatus
102 Processing (WebDAV, RFC2518)
processMessage(Object) - Method in interface io.netty.channel.ChannelOutboundBuffer.MessageProcessor
Will be called for each flushed message until it either there are no more flushed messages or this method returns false.
progress(long) - Method in class io.netty.channel.ChannelOutboundBuffer
Notify the ChannelPromise of the current message about writing progress.
progress() - Method in class io.netty.handler.codec.http.HttpChunkedInput
 
progress() - Method in class io.netty.handler.codec.http.multipart.HttpPostRequestEncoder
 
progress() - Method in class io.netty.handler.stream.ChunkedFile
 
progress() - Method in interface io.netty.handler.stream.ChunkedInput
Returns current transfer progress.
progress() - Method in class io.netty.handler.stream.ChunkedNioFile
 
progress() - Method in class io.netty.handler.stream.ChunkedNioStream
 
progress() - Method in class io.netty.handler.stream.ChunkedStream
 
ProgressiveFuture<V> - Interface in io.netty.util.concurrent
A Future which is used to indicate the progress of an operation.
ProgressivePromise<V> - Interface in io.netty.util.concurrent
Special ProgressiveFuture which is writable.
promise() - Method in class io.netty.channel.DefaultChannelProgressivePromise
 
promise() - Method in class io.netty.channel.DefaultChannelPromise
 
promise - Variable in class io.netty.handler.codec.http2.DefaultHttp2ConnectionEncoder.FlowControlledBase
 
Promise<V> - Interface in io.netty.util.concurrent
Special Future which is writable.
PromiseAggregator<V,F extends Future<V>> - Class in io.netty.util.concurrent
GenericFutureListener implementation which consolidates multiple Futures into one, by listening to individual Futures and producing an aggregated result (success/failure) when all Futures have completed.
PromiseAggregator(Promise<Void>, boolean) - Constructor for class io.netty.util.concurrent.PromiseAggregator
Creates a new instance.
PromiseAggregator(Promise<Void>) - Constructor for class io.netty.util.concurrent.PromiseAggregator
PromiseNotifier<V,F extends Future<V>> - Class in io.netty.util.concurrent
GenericFutureListener implementation which takes other Futures and notifies them on completion.
PromiseNotifier(Promise<? super V>...) - Constructor for class io.netty.util.concurrent.PromiseNotifier
Create a new instance.
propagateSettings(boolean) - Method in class io.netty.handler.codec.http2.InboundHttp2ToHttpAdapter.Builder
Specifies whether a read settings frame should be propagated alone the channel pipeline.
ProtobufDecoder - Class in io.netty.handler.codec.protobuf
Decodes a received ByteBuf into a Google Protocol Buffers Message and MessageLite.
ProtobufDecoder(MessageLite) - Constructor for class io.netty.handler.codec.protobuf.ProtobufDecoder
Creates a new instance.
ProtobufDecoder(MessageLite, ExtensionRegistry) - Constructor for class io.netty.handler.codec.protobuf.ProtobufDecoder
 
ProtobufDecoder(MessageLite, ExtensionRegistryLite) - Constructor for class io.netty.handler.codec.protobuf.ProtobufDecoder
 
ProtobufEncoder - Class in io.netty.handler.codec.protobuf
Encodes the requested Google Protocol Buffers Message and MessageLite into a ByteBuf.
ProtobufEncoder() - Constructor for class io.netty.handler.codec.protobuf.ProtobufEncoder
 
ProtobufVarint32FrameDecoder - Class in io.netty.handler.codec.protobuf
A decoder that splits the received ByteBufs dynamically by the value of the Google Protocol Buffers Base 128 Varints integer length field in the message.
ProtobufVarint32FrameDecoder() - Constructor for class io.netty.handler.codec.protobuf.ProtobufVarint32FrameDecoder
 
ProtobufVarint32LengthFieldPrepender - Class in io.netty.handler.codec.protobuf
An encoder that prepends the the Google Protocol Buffers Base 128 Varints integer length field.
ProtobufVarint32LengthFieldPrepender() - Constructor for class io.netty.handler.codec.protobuf.ProtobufVarint32LengthFieldPrepender
 
protocol() - Method in interface io.netty.handler.codec.http.HttpClientUpgradeHandler.UpgradeCodec
Returns the name of the protocol supported by this codec, as indicated by the 'UPGRADE' header.
protocol() - Method in interface io.netty.handler.codec.http.HttpServerUpgradeHandler.UpgradeCodec
Returns the name of the protocol supported by this codec, as indicated by the HttpHeaderNames.UPGRADE header.
protocol() - Method in class io.netty.handler.codec.http.HttpServerUpgradeHandler.UpgradeEvent
The protocol that the channel has been upgraded to.
protocol() - Method in class io.netty.handler.codec.http2.Http2ClientUpgradeCodec
 
protocol(String) - Static method in enum io.netty.handler.codec.http2.Http2OrHttpChooser.SelectedProtocol
Get an instance of this enum based on the protocol name returned by the NPN server provider
protocol() - Method in class io.netty.handler.codec.http2.Http2ServerUpgradeCodec
 
protocol(String) - Static method in enum io.netty.handler.codec.spdy.SpdyOrHttpChooser.SelectedProtocol
Get an instance of this enum based on the protocol name returned by the NPN server provider
protocol() - Method in class io.netty.handler.proxy.HttpProxyHandler
 
protocol() - Method in class io.netty.handler.proxy.ProxyConnectionEvent
Returns the name of the proxy protocol in use.
protocol() - Method in class io.netty.handler.proxy.ProxyHandler
Returns the name of the proxy protocol in use.
protocol() - Method in class io.netty.handler.proxy.Socks4ProxyHandler
 
protocol() - Method in class io.netty.handler.proxy.Socks5ProxyHandler
 
protocol() - Method in class io.netty.handler.ssl.ApplicationProtocolConfig
Get which application level protocol negotiation to use.
PROTOCOL_ERROR - Static variable in class io.netty.handler.codec.spdy.SpdySessionStatus
1 Protocol Error
PROTOCOL_ERROR - Static variable in class io.netty.handler.codec.spdy.SpdyStreamStatus
1 Protocol Error
PROTOCOL_RECEIVE_BUFFER_SIZE - Static variable in class io.netty.channel.udt.UdtChannelOption
See OptionUDT.Protocol_Receive_Buffer_Size.
PROTOCOL_SEND_BUFFER_SIZE - Static variable in class io.netty.channel.udt.UdtChannelOption
See OptionUDT.Protocol_Send_Buffer_Size.
protocolIdentifier() - Method in class io.netty.channel.sctp.SctpMessage
Return the protocol-identifier
protocolLevel() - Method in enum io.netty.handler.codec.mqtt.MqttVersion
 
protocolListenerFactory() - Method in interface io.netty.handler.ssl.JdkApplicationProtocolNegotiator
protocolName() - Method in class io.netty.handler.codec.http.HttpVersion
Returns the name of the protocol such as "HTTP" in "HTTP/1.0".
protocolName() - Method in enum io.netty.handler.codec.http2.Http2OrHttpChooser.SelectedProtocol
 
protocolName() - Method in enum io.netty.handler.codec.mqtt.MqttVersion
 
protocolName() - Method in enum io.netty.handler.codec.spdy.SpdyOrHttpChooser.SelectedProtocol
 
protocolNameBytes() - Method in enum io.netty.handler.codec.mqtt.MqttVersion
 
protocols() - Method in interface io.netty.handler.ssl.ApplicationProtocolNegotiator
Get the collection of application protocols supported by this application (in preference order).
protocols() - Method in class io.netty.handler.ssl.OpenSslNpnApplicationProtocolNegotiator
 
protocolSelectorFactory() - Method in interface io.netty.handler.ssl.JdkApplicationProtocolNegotiator
protocolVersion() - Method in class io.netty.handler.codec.haproxy.HAProxyMessage
protocolVersion() - Method in class io.netty.handler.codec.http.DefaultHttpMessage
 
protocolVersion() - Method in interface io.netty.handler.codec.http.HttpMessage
Returns the protocol version of this HttpMessage
provider - Variable in class io.netty.handler.codec.marshalling.CompatibleMarshallingDecoder
 
proxiedProtocol() - Method in class io.netty.handler.codec.haproxy.HAProxyMessage
PROXY_AUTHENTICATE - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
"proxy-authenticate"
PROXY_AUTHENTICATE - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderNames
"proxy-authenticate"
PROXY_AUTHENTICATION_REQUIRED - Static variable in class io.netty.handler.codec.http.HttpResponseStatus
407 Proxy Authentication Required
PROXY_AUTHENTICATION_REQUIRED - Static variable in class io.netty.handler.codec.rtsp.RtspResponseStatuses
407 Proxy Authentication Required
PROXY_AUTHORIZATION - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
"proxy-authorization"
PROXY_CONNECTION - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
Deprecated.
use HttpHeaderNames.CONNECTION "proxy-connection"
PROXY_REQUIRE - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderNames
"proxy-require"
PROXY_REVALIDATE - Static variable in class io.netty.handler.codec.http.HttpHeaderValues
"proxy-revalidate"
PROXY_REVALIDATE - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderValues
"proxy-revalidate"
proxyAddress() - Method in class io.netty.handler.proxy.ProxyConnectionEvent
Returns the address of the proxy server.
proxyAddress() - Method in class io.netty.handler.proxy.ProxyHandler
Returns the address of the proxy server.
ProxyConnectException - Exception in io.netty.handler.proxy
 
ProxyConnectException() - Constructor for exception io.netty.handler.proxy.ProxyConnectException
 
ProxyConnectException(String) - Constructor for exception io.netty.handler.proxy.ProxyConnectException
 
ProxyConnectException(Throwable) - Constructor for exception io.netty.handler.proxy.ProxyConnectException
 
ProxyConnectException(String, Throwable) - Constructor for exception io.netty.handler.proxy.ProxyConnectException
 
ProxyConnectionEvent - Class in io.netty.handler.proxy
 
ProxyConnectionEvent(String, String, SocketAddress, SocketAddress) - Constructor for class io.netty.handler.proxy.ProxyConnectionEvent
Creates a new event that indicates a successful connection attempt to the destination address.
ProxyHandler - Class in io.netty.handler.proxy
 
ProxyHandler(SocketAddress) - Constructor for class io.netty.handler.proxy.ProxyHandler
 
PTR - Static variable in class io.netty.handler.codec.dns.DnsType
Pointer record RFC 1035 Pointer to a canonical name.
PUBLIC - Static variable in class io.netty.handler.codec.http.HttpHeaderValues
"public"
PUBLIC - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderNames
"public"
PUBLIC - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderValues
"public"
PUSH_PROMISE - Static variable in class io.netty.handler.codec.http2.Http2FrameTypes
 
PUSH_PROMISE_FRAME_HEADER_LENGTH - Static variable in class io.netty.handler.codec.http2.Http2CodecUtil
 
pushEnabled() - Method in class io.netty.handler.codec.http2.Http2Settings
Gets the SETTINGS_ENABLE_PUSH value.
pushEnabled(boolean) - Method in class io.netty.handler.codec.http2.Http2Settings
Sets the SETTINGS_ENABLE_PUSH value.
PUT - Static variable in class io.netty.handler.codec.http.HttpMethod
The PUT method requests that the enclosed entity be stored under the supplied Request-URI.
put(int, Long) - Method in class io.netty.handler.codec.http2.Http2Settings
Overrides the superclass method to perform verification of standard HTTP/2 settings.
put(int, V) - Method in class io.netty.util.collection.IntObjectHashMap
 
put(int, V) - Method in interface io.netty.util.collection.IntObjectMap
Puts the given entry into the map.
putAll(IntObjectMap<V>) - Method in class io.netty.util.collection.IntObjectHashMap
 
putAll(IntObjectMap<V>) - Method in interface io.netty.util.collection.IntObjectMap
Puts all of the entries from the given map into this map.
putMessage(int, FullHttpMessage) - Method in class io.netty.handler.codec.spdy.SpdyHttpDecoder
 

Q

qosLevel() - Method in class io.netty.handler.codec.mqtt.MqttFixedHeader
 
qualityOfService() - Method in class io.netty.handler.codec.mqtt.MqttTopicSubscription
 
query(DnsQuestion) - Method in class io.netty.resolver.dns.DnsNameResolver
Sends a DNS query with the specified question.
query(DnsQuestion, Promise<DnsResponse>) - Method in class io.netty.resolver.dns.DnsNameResolver
Sends a DNS query with the specified question.
query(Iterable<InetSocketAddress>, DnsQuestion) - Method in class io.netty.resolver.dns.DnsNameResolver
Sends a DNS query with the specified question using the specified name server list.
query(Iterable<InetSocketAddress>, DnsQuestion, Promise<DnsResponse>) - Method in class io.netty.resolver.dns.DnsNameResolver
Sends a DNS query with the specified question using the specified name server list.
QueryStringDecoder - Class in io.netty.handler.codec.http
Splits an HTTP query string into a path string and key-value parameter pairs.
QueryStringDecoder(String) - Constructor for class io.netty.handler.codec.http.QueryStringDecoder
Creates a new decoder that decodes the specified URI.
QueryStringDecoder(String, boolean) - Constructor for class io.netty.handler.codec.http.QueryStringDecoder
Creates a new decoder that decodes the specified URI encoded in the specified charset.
QueryStringDecoder(String, Charset) - Constructor for class io.netty.handler.codec.http.QueryStringDecoder
Creates a new decoder that decodes the specified URI encoded in the specified charset.
QueryStringDecoder(String, Charset, boolean) - Constructor for class io.netty.handler.codec.http.QueryStringDecoder
Creates a new decoder that decodes the specified URI encoded in the specified charset.
QueryStringDecoder(String, Charset, boolean, int) - Constructor for class io.netty.handler.codec.http.QueryStringDecoder
Creates a new decoder that decodes the specified URI encoded in the specified charset.
QueryStringDecoder(URI) - Constructor for class io.netty.handler.codec.http.QueryStringDecoder
Creates a new decoder that decodes the specified URI.
QueryStringDecoder(URI, Charset) - Constructor for class io.netty.handler.codec.http.QueryStringDecoder
Creates a new decoder that decodes the specified URI encoded in the specified charset.
QueryStringDecoder(URI, Charset, int) - Constructor for class io.netty.handler.codec.http.QueryStringDecoder
Creates a new decoder that decodes the specified URI encoded in the specified charset.
QueryStringEncoder - Class in io.netty.handler.codec.http
Creates an URL-encoded URI from a path string and key-value parameter pairs.
QueryStringEncoder(String) - Constructor for class io.netty.handler.codec.http.QueryStringEncoder
Creates a new encoder that encodes a URI that starts with the specified path string.
QueryStringEncoder(String, Charset) - Constructor for class io.netty.handler.codec.http.QueryStringEncoder
Creates a new encoder that encodes a URI that starts with the specified path string in the specified charset.
queryTimeoutMillis() - Method in class io.netty.resolver.dns.DnsNameResolver
Returns the timeout of each DNS query performed by this resolver (in milliseconds).
questionCount() - Method in class io.netty.handler.codec.dns.DnsHeader
Returns the number of questions in the DnsMessage.
questions() - Method in class io.netty.handler.codec.dns.DnsMessage
Returns a list of all the questions in this message.
queueSize() - Method in class io.netty.handler.traffic.ChannelTrafficShapingHandler
 
queuesSize() - Method in class io.netty.handler.traffic.GlobalChannelTrafficShapingHandler
 
queuesSize() - Method in class io.netty.handler.traffic.GlobalTrafficShapingHandler
 
QUIT - Static variable in class io.netty.handler.codec.memcache.binary.BinaryMemcacheOpcodes
 
QUITQ - Static variable in class io.netty.handler.codec.memcache.binary.BinaryMemcacheOpcodes
 
QUOTED_PRINTABLE - Static variable in class io.netty.handler.codec.http.HttpHeaderValues
"quoted-printable"

R

RANGE - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
"range"
RANGE - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderNames
"range"
rawValue() - Method in interface io.netty.handler.codec.http.Cookie
Returns the raw value of this Cookie, as it was set in original Set-Cookie header.
rawValue() - Method in class io.netty.handler.codec.http.DefaultCookie
 
RCVBUF_ALLOCATOR - Static variable in class io.netty.channel.ChannelOption
 
rcvMss() - Method in class io.netty.channel.epoll.EpollTcpInfo
 
rcvRtt() - Method in class io.netty.channel.epoll.EpollTcpInfo
 
rcvSpace() - Method in class io.netty.channel.epoll.EpollTcpInfo
 
rcvSsthresh() - Method in class io.netty.channel.epoll.EpollTcpInfo
 
rcvWscale() - Method in class io.netty.channel.epoll.EpollTcpInfo
 
read() - Method in class io.netty.buffer.ByteBufInputStream
 
read(byte[], int, int) - Method in class io.netty.buffer.ByteBufInputStream
 
read() - Method in class io.netty.channel.AbstractChannel
 
read() - Method in interface io.netty.channel.Channel
Request to Read data from the Channel into the first inbound buffer, triggers an ChannelHandler.channelRead(ChannelHandlerContext, Object) event if data was read, and triggers a channelReadComplete event so the handler can decide to continue reading.
read(ChannelHandlerContext) - Method in interface io.netty.channel.ChannelHandler
read(ChannelHandlerContext) - Method in class io.netty.channel.ChannelHandlerAdapter
Calls ChannelHandlerContext.read() to forward to the next ChannelHandler in the ChannelPipeline.
read() - Method in interface io.netty.channel.ChannelHandlerContext
Request to Read data from the Channel into the first inbound buffer, triggers an ChannelHandler.channelRead(ChannelHandlerContext, Object) event if data was read, and triggers a channelReadComplete event so the handler can decide to continue reading.
read() - Method in interface io.netty.channel.ChannelPipeline
Request to Read data from the Channel into the first inbound buffer, triggers an ChannelHandler.channelRead(ChannelHandlerContext, Object) event if data was read, and triggers a channelReadComplete event so the handler can decide to continue reading.
read() - Method in class io.netty.channel.nio.AbstractNioByteChannel.NioByteUnsafe
 
read() - Method in interface io.netty.channel.nio.AbstractNioChannel.NioUnsafe
Read from underlying SelectableChannel
read() - Method in class io.netty.handler.codec.serialization.ObjectDecoderInputStream
 
read(byte[], int, int) - Method in class io.netty.handler.codec.serialization.ObjectDecoderInputStream
 
read(byte[]) - Method in class io.netty.handler.codec.serialization.ObjectDecoderInputStream
 
read(ChannelHandlerContext) - Method in class io.netty.handler.ssl.SslHandler
 
read(ChannelHandlerContext) - Method in class io.netty.handler.traffic.AbstractTrafficShapingHandler
 
READ_TIMEOUT - Static variable in class io.netty.channel.rxtx.RxtxChannelOption
 
readableBytes() - Method in class io.netty.buffer.AbstractByteBuf
 
readableBytes() - Method in class io.netty.buffer.ByteBuf
Returns the number of readable bytes which is equal to (this.writerIndex - this.readerIndex).
readableBytes() - Method in class io.netty.buffer.EmptyByteBuf
 
readableBytes() - Method in class io.netty.buffer.SwappedByteBuf
 
readableBytes() - Method in class io.netty.buffer.WrappedByteBuf
 
readBoolean() - Method in class io.netty.buffer.AbstractByteBuf
 
readBoolean() - Method in class io.netty.buffer.ByteBuf
Gets a boolean at the current readerIndex and increases the readerIndex by 1 in this buffer.
readBoolean() - Method in class io.netty.buffer.ByteBufInputStream
 
readBoolean() - Method in class io.netty.buffer.EmptyByteBuf
 
readBoolean() - Method in class io.netty.buffer.SwappedByteBuf
 
readBoolean() - Method in class io.netty.buffer.WrappedByteBuf
 
readBoolean() - Method in class io.netty.handler.codec.serialization.ObjectDecoderInputStream
 
readByte() - Method in class io.netty.buffer.AbstractByteBuf
 
readByte() - Method in class io.netty.buffer.ByteBuf
Gets a byte at the current readerIndex and increases the readerIndex by 1 in this buffer.
readByte() - Method in class io.netty.buffer.ByteBufInputStream
 
readByte() - Method in class io.netty.buffer.EmptyByteBuf
 
readByte() - Method in class io.netty.buffer.SwappedByteBuf
 
readByte() - Method in class io.netty.buffer.WrappedByteBuf
 
readByte() - Method in class io.netty.handler.codec.serialization.ObjectDecoderInputStream
 
readBytes(int) - Method in class io.netty.buffer.AbstractByteBuf
 
readBytes(byte[], int, int) - Method in class io.netty.buffer.AbstractByteBuf
 
readBytes(byte[]) - Method in class io.netty.buffer.AbstractByteBuf
 
readBytes(ByteBuf) - Method in class io.netty.buffer.AbstractByteBuf
 
readBytes(ByteBuf, int) - Method in class io.netty.buffer.AbstractByteBuf
 
readBytes(ByteBuf, int, int) - Method in class io.netty.buffer.AbstractByteBuf
 
readBytes(ByteBuffer) - Method in class io.netty.buffer.AbstractByteBuf
 
readBytes(GatheringByteChannel, int) - Method in class io.netty.buffer.AbstractByteBuf
 
readBytes(OutputStream, int) - Method in class io.netty.buffer.AbstractByteBuf
 
readBytes(int) - Method in class io.netty.buffer.ByteBuf
Transfers this buffer's data to a newly created buffer starting at the current readerIndex and increases the readerIndex by the number of the transferred bytes (= length).
readBytes(ByteBuf) - Method in class io.netty.buffer.ByteBuf
Transfers this buffer's data to the specified destination starting at the current readerIndex until the destination becomes non-writable, and increases the readerIndex by the number of the transferred bytes.
readBytes(ByteBuf, int) - Method in class io.netty.buffer.ByteBuf
Transfers this buffer's data to the specified destination starting at the current readerIndex and increases the readerIndex by the number of the transferred bytes (= length).
readBytes(ByteBuf, int, int) - Method in class io.netty.buffer.ByteBuf
Transfers this buffer's data to the specified destination starting at the current readerIndex and increases the readerIndex by the number of the transferred bytes (= length).
readBytes(byte[]) - Method in class io.netty.buffer.ByteBuf
Transfers this buffer's data to the specified destination starting at the current readerIndex and increases the readerIndex by the number of the transferred bytes (= dst.length).
readBytes(byte[], int, int) - Method in class io.netty.buffer.ByteBuf
Transfers this buffer's data to the specified destination starting at the current readerIndex and increases the readerIndex by the number of the transferred bytes (= length).
readBytes(ByteBuffer) - Method in class io.netty.buffer.ByteBuf
Transfers this buffer's data to the specified destination starting at the current readerIndex until the destination's position reaches its limit, and increases the readerIndex by the number of the transferred bytes.
readBytes(OutputStream, int) - Method in class io.netty.buffer.ByteBuf
Transfers this buffer's data to the specified stream starting at the current readerIndex.
readBytes(GatheringByteChannel, int) - Method in class io.netty.buffer.ByteBuf
Transfers this buffer's data to the specified stream starting at the current readerIndex.
readBytes() - Method in class io.netty.buffer.ByteBufInputStream
Returns the number of read bytes by this stream so far.
readBytes(ByteBufAllocator, ByteBuf, int) - Static method in class io.netty.buffer.ByteBufUtil
Read the given amount of bytes into a new ByteBuf that is allocated from the ByteBufAllocator.
readBytes(ByteBuf) - Method in class io.netty.buffer.CompositeByteBuf
 
readBytes(ByteBuf, int) - Method in class io.netty.buffer.CompositeByteBuf
 
readBytes(ByteBuf, int, int) - Method in class io.netty.buffer.CompositeByteBuf
 
readBytes(byte[]) - Method in class io.netty.buffer.CompositeByteBuf
 
readBytes(byte[], int, int) - Method in class io.netty.buffer.CompositeByteBuf
 
readBytes(ByteBuffer) - Method in class io.netty.buffer.CompositeByteBuf
 
readBytes(OutputStream, int) - Method in class io.netty.buffer.CompositeByteBuf
 
readBytes(int) - Method in class io.netty.buffer.EmptyByteBuf
 
readBytes(ByteBuf) - Method in class io.netty.buffer.EmptyByteBuf
 
readBytes(ByteBuf, int) - Method in class io.netty.buffer.EmptyByteBuf
 
readBytes(ByteBuf, int, int) - Method in class io.netty.buffer.EmptyByteBuf
 
readBytes(byte[]) - Method in class io.netty.buffer.EmptyByteBuf
 
readBytes(byte[], int, int) - Method in class io.netty.buffer.EmptyByteBuf
 
readBytes(ByteBuffer) - Method in class io.netty.buffer.EmptyByteBuf
 
readBytes(OutputStream, int) - Method in class io.netty.buffer.EmptyByteBuf
 
readBytes(GatheringByteChannel, int) - Method in class io.netty.buffer.EmptyByteBuf
 
readBytes(int) - Method in class io.netty.buffer.SwappedByteBuf
 
readBytes(ByteBuf) - Method in class io.netty.buffer.SwappedByteBuf
 
readBytes(ByteBuf, int) - Method in class io.netty.buffer.SwappedByteBuf
 
readBytes(ByteBuf, int, int) - Method in class io.netty.buffer.SwappedByteBuf
 
readBytes(byte[]) - Method in class io.netty.buffer.SwappedByteBuf
 
readBytes(byte[], int, int) - Method in class io.netty.buffer.SwappedByteBuf
 
readBytes(ByteBuffer) - Method in class io.netty.buffer.SwappedByteBuf
 
readBytes(OutputStream, int) - Method in class io.netty.buffer.SwappedByteBuf
 
readBytes(GatheringByteChannel, int) - Method in class io.netty.buffer.SwappedByteBuf
 
readBytes(byte[], int, int) - Method in class io.netty.buffer.UnpooledDirectByteBuf
 
readBytes(ByteBuffer) - Method in class io.netty.buffer.UnpooledDirectByteBuf
 
readBytes(OutputStream, int) - Method in class io.netty.buffer.UnpooledDirectByteBuf
 
readBytes(GatheringByteChannel, int) - Method in class io.netty.buffer.UnpooledDirectByteBuf
 
readBytes(GatheringByteChannel, int) - Method in class io.netty.buffer.UnpooledHeapByteBuf
 
readBytes(ByteBuffer) - Method in class io.netty.buffer.UnpooledUnsafeDirectByteBuf
 
readBytes(GatheringByteChannel, int) - Method in class io.netty.buffer.UnpooledUnsafeDirectByteBuf
 
readBytes(int) - Method in class io.netty.buffer.WrappedByteBuf
 
readBytes(ByteBuf) - Method in class io.netty.buffer.WrappedByteBuf
 
readBytes(ByteBuf, int) - Method in class io.netty.buffer.WrappedByteBuf
 
readBytes(ByteBuf, int, int) - Method in class io.netty.buffer.WrappedByteBuf
 
readBytes(byte[]) - Method in class io.netty.buffer.WrappedByteBuf
 
readBytes(byte[], int, int) - Method in class io.netty.buffer.WrappedByteBuf
 
readBytes(ByteBuffer) - Method in class io.netty.buffer.WrappedByteBuf
 
readBytes(OutputStream, int) - Method in class io.netty.buffer.WrappedByteBuf
 
readBytes(GatheringByteChannel, int) - Method in class io.netty.buffer.WrappedByteBuf
 
readChar() - Method in class io.netty.buffer.AbstractByteBuf
 
readChar() - Method in class io.netty.buffer.ByteBuf
Gets a 2-byte UTF-16 character at the current readerIndex and increases the readerIndex by 2 in this buffer.
readChar() - Method in class io.netty.buffer.ByteBufInputStream
 
readChar() - Method in class io.netty.buffer.EmptyByteBuf
 
readChar() - Method in class io.netty.buffer.SwappedByteBuf
 
readChar() - Method in class io.netty.buffer.WrappedByteBuf
 
readChar() - Method in class io.netty.handler.codec.serialization.ObjectDecoderInputStream
 
readChunk(ChannelHandlerContext) - Method in class io.netty.handler.codec.http.HttpChunkedInput
 
readChunk(ChannelHandlerContext) - Method in class io.netty.handler.codec.http.multipart.HttpPostRequestEncoder
Returns the next available HttpChunk.
readChunk(ChannelHandlerContext) - Method in class io.netty.handler.stream.ChunkedFile
 
readChunk(ChannelHandlerContext) - Method in interface io.netty.handler.stream.ChunkedInput
Fetches a chunked data from the stream.
readChunk(ChannelHandlerContext) - Method in class io.netty.handler.stream.ChunkedNioFile
 
readChunk(ChannelHandlerContext) - Method in class io.netty.handler.stream.ChunkedNioStream
 
readChunk(ChannelHandlerContext) - Method in class io.netty.handler.stream.ChunkedStream
 
readDataFrame(int, boolean, ByteBuf) - Method in class io.netty.handler.codec.spdy.SpdyFrameCodec
 
readDataFrame(int, boolean, ByteBuf) - Method in interface io.netty.handler.codec.spdy.SpdyFrameDecoderDelegate
Called when a DATA frame is received.
readDouble() - Method in class io.netty.buffer.AbstractByteBuf
 
readDouble() - Method in class io.netty.buffer.ByteBuf
Gets a 64-bit floating point number at the current readerIndex and increases the readerIndex by 8 in this buffer.
readDouble() - Method in class io.netty.buffer.ByteBufInputStream
 
readDouble() - Method in class io.netty.buffer.EmptyByteBuf
 
readDouble() - Method in class io.netty.buffer.SwappedByteBuf
 
readDouble() - Method in class io.netty.buffer.WrappedByteBuf
 
readDouble() - Method in class io.netty.handler.codec.serialization.ObjectDecoderInputStream
 
READER_IDLE_STATE_EVENT - Static variable in class io.netty.handler.timeout.IdleStateEvent
 
readerIndex() - Method in class io.netty.buffer.AbstractByteBuf
 
readerIndex(int) - Method in class io.netty.buffer.AbstractByteBuf
 
readerIndex() - Method in class io.netty.buffer.ByteBuf
Returns the readerIndex of this buffer.
readerIndex(int) - Method in class io.netty.buffer.ByteBuf
Sets the readerIndex of this buffer.
readerIndex(int) - Method in class io.netty.buffer.CompositeByteBuf
 
readerIndex() - Method in class io.netty.buffer.EmptyByteBuf
 
readerIndex(int) - Method in class io.netty.buffer.EmptyByteBuf
 
readerIndex() - Method in class io.netty.buffer.SwappedByteBuf
 
readerIndex(int) - Method in class io.netty.buffer.SwappedByteBuf
 
readerIndex() - Method in class io.netty.buffer.WrappedByteBuf
 
readerIndex(int) - Method in class io.netty.buffer.WrappedByteBuf
 
readFloat() - Method in class io.netty.buffer.AbstractByteBuf
 
readFloat() - Method in class io.netty.buffer.ByteBuf
Gets a 32-bit floating point number at the current readerIndex and increases the readerIndex by 4 in this buffer.
readFloat() - Method in class io.netty.buffer.ByteBufInputStream
 
readFloat() - Method in class io.netty.buffer.EmptyByteBuf
 
readFloat() - Method in class io.netty.buffer.SwappedByteBuf
 
readFloat() - Method in class io.netty.buffer.WrappedByteBuf
 
readFloat() - Method in class io.netty.handler.codec.serialization.ObjectDecoderInputStream
 
readFrame(ChannelHandlerContext, ByteBuf, Http2FrameListener) - Method in class io.netty.handler.codec.http2.DefaultHttp2FrameReader
 
readFrame(ChannelHandlerContext, ByteBuf, Http2FrameListener) - Method in interface io.netty.handler.codec.http2.Http2FrameReader
Attempts to read the next frame from the input buffer.
readFrame(ChannelHandlerContext, ByteBuf, Http2FrameListener) - Method in class io.netty.handler.codec.http2.Http2InboundFrameLogger
 
readFrameError(String) - Method in class io.netty.handler.codec.spdy.SpdyFrameCodec
 
readFrameError(String) - Method in interface io.netty.handler.codec.spdy.SpdyFrameDecoderDelegate
Called when an unrecoverable session error has occurred.
readFully(byte[]) - Method in class io.netty.buffer.ByteBufInputStream
 
readFully(byte[], int, int) - Method in class io.netty.buffer.ByteBufInputStream
 
readFully(byte[], int, int) - Method in class io.netty.handler.codec.serialization.ObjectDecoderInputStream
 
readFully(byte[]) - Method in class io.netty.handler.codec.serialization.ObjectDecoderInputStream
 
readGoAwayFrame(int, int) - Method in class io.netty.handler.codec.spdy.SpdyFrameCodec
 
readGoAwayFrame(int, int) - Method in interface io.netty.handler.codec.spdy.SpdyFrameDecoderDelegate
Called when a GOAWAY frame is received.
readHeaderBlock(ByteBuf) - Method in class io.netty.handler.codec.spdy.SpdyFrameCodec
 
readHeaderBlock(ByteBuf) - Method in interface io.netty.handler.codec.spdy.SpdyFrameDecoderDelegate
Called when the header block within a SYN_STREAM, SYN_REPLY, or HEADERS frame is received.
readHeaderBlockEnd() - Method in class io.netty.handler.codec.spdy.SpdyFrameCodec
 
readHeaderBlockEnd() - Method in interface io.netty.handler.codec.spdy.SpdyFrameDecoderDelegate
Called when an entire header block has been received.
readHeadersFrame(int, boolean) - Method in class io.netty.handler.codec.spdy.SpdyFrameCodec
 
readHeadersFrame(int, boolean) - Method in interface io.netty.handler.codec.spdy.SpdyFrameDecoderDelegate
Called when a HEADERS frame is received.
readInbound() - Method in class io.netty.channel.embedded.EmbeddedChannel
Return received data from this Channel
readInt() - Method in class io.netty.buffer.AbstractByteBuf
 
readInt() - Method in class io.netty.buffer.ByteBuf
Gets a 32-bit integer at the current readerIndex and increases the readerIndex by 4 in this buffer.
readInt() - Method in class io.netty.buffer.ByteBufInputStream
 
readInt() - Method in class io.netty.buffer.EmptyByteBuf
 
readInt() - Method in class io.netty.buffer.SwappedByteBuf
 
readInt() - Method in class io.netty.buffer.WrappedByteBuf
 
readInt() - Method in class io.netty.handler.codec.serialization.ObjectDecoderInputStream
 
readInterestOp - Variable in class io.netty.channel.nio.AbstractNioChannel
 
readLine() - Method in class io.netty.buffer.ByteBufInputStream
 
readLine() - Method in class io.netty.handler.codec.serialization.ObjectDecoderInputStream
Deprecated.
readLong() - Method in class io.netty.buffer.AbstractByteBuf
 
readLong() - Method in class io.netty.buffer.ByteBuf
Gets a 64-bit integer at the current readerIndex and increases the readerIndex by 8 in this buffer.
readLong() - Method in class io.netty.buffer.ByteBufInputStream
 
readLong() - Method in class io.netty.buffer.EmptyByteBuf
 
readLong() - Method in class io.netty.buffer.SwappedByteBuf
 
readLong() - Method in class io.netty.buffer.WrappedByteBuf
 
readLong() - Method in class io.netty.handler.codec.serialization.ObjectDecoderInputStream
 
readMedium() - Method in class io.netty.buffer.AbstractByteBuf
 
readMedium() - Method in class io.netty.buffer.ByteBuf
Gets a 24-bit medium integer at the current readerIndex and increases the readerIndex by 3 in this buffer.
readMedium() - Method in class io.netty.buffer.EmptyByteBuf
 
readMedium() - Method in class io.netty.buffer.SwappedByteBuf
 
readMedium() - Method in class io.netty.buffer.WrappedByteBuf
 
readObject() - Method in class io.netty.handler.codec.serialization.ObjectDecoderInputStream
 
ReadOnlyByteBuf - Class in io.netty.buffer
A derived buffer which forbids any write requests to its parent.
ReadOnlyByteBuf(ByteBuf) - Constructor for class io.netty.buffer.ReadOnlyByteBuf
 
readOutbound() - Method in class io.netty.channel.embedded.EmbeddedChannel
Read data froum the outbound.
readPingFrame(int) - Method in class io.netty.handler.codec.spdy.SpdyFrameCodec
 
readPingFrame(int) - Method in interface io.netty.handler.codec.spdy.SpdyFrameDecoderDelegate
Called when a PING frame is received.
readRstStreamFrame(int, int) - Method in class io.netty.handler.codec.spdy.SpdyFrameCodec
 
readRstStreamFrame(int, int) - Method in interface io.netty.handler.codec.spdy.SpdyFrameDecoderDelegate
Called when a RST_STREAM frame is received.
readSetting(int, int, boolean, boolean) - Method in class io.netty.handler.codec.spdy.SpdyFrameCodec
 
readSetting(int, int, boolean, boolean) - Method in interface io.netty.handler.codec.spdy.SpdyFrameDecoderDelegate
Called when an individual setting within a SETTINGS frame is received.
readSettingsEnd() - Method in class io.netty.handler.codec.spdy.SpdyFrameCodec
 
readSettingsEnd() - Method in interface io.netty.handler.codec.spdy.SpdyFrameDecoderDelegate
Called when the entire SETTINGS frame has been received.
readSettingsFrame(boolean) - Method in class io.netty.handler.codec.spdy.SpdyFrameCodec
 
readSettingsFrame(boolean) - Method in interface io.netty.handler.codec.spdy.SpdyFrameDecoderDelegate
Called when a SETTINGS frame is received.
readShort() - Method in class io.netty.buffer.AbstractByteBuf
 
readShort() - Method in class io.netty.buffer.ByteBuf
Gets a 16-bit short integer at the current readerIndex and increases the readerIndex by 2 in this buffer.
readShort() - Method in class io.netty.buffer.ByteBufInputStream
 
readShort() - Method in class io.netty.buffer.EmptyByteBuf
 
readShort() - Method in class io.netty.buffer.SwappedByteBuf
 
readShort() - Method in class io.netty.buffer.WrappedByteBuf
 
readShort() - Method in class io.netty.handler.codec.serialization.ObjectDecoderInputStream
 
readSlice(int) - Method in class io.netty.buffer.AbstractByteBuf
 
readSlice(int) - Method in class io.netty.buffer.ByteBuf
Returns a new slice of this buffer's sub-region starting at the current readerIndex and increases the readerIndex by the size of the new slice (= length).
readSlice(int) - Method in class io.netty.buffer.EmptyByteBuf
 
readSlice(int) - Method in class io.netty.buffer.SwappedByteBuf
 
readSlice(int) - Method in class io.netty.buffer.WrappedByteBuf
 
readSynReplyFrame(int, boolean) - Method in class io.netty.handler.codec.spdy.SpdyFrameCodec
 
readSynReplyFrame(int, boolean) - Method in interface io.netty.handler.codec.spdy.SpdyFrameDecoderDelegate
Called when a SYN_REPLY frame is received.
readSynStreamFrame(int, int, byte, boolean, boolean) - Method in class io.netty.handler.codec.spdy.SpdyFrameCodec
 
readSynStreamFrame(int, int, byte, boolean, boolean) - Method in interface io.netty.handler.codec.spdy.SpdyFrameDecoderDelegate
Called when a SYN_STREAM frame is received.
readTimedOut(ChannelHandlerContext) - Method in class io.netty.handler.timeout.ReadTimeoutHandler
Is called when a read timeout was detected.
ReadTimeoutException - Exception in io.netty.handler.timeout
A TimeoutException raised by ReadTimeoutHandler when no data was read within a certain period of time.
ReadTimeoutHandler - Class in io.netty.handler.timeout
Raises a ReadTimeoutException when no data was read within a certain period of time.
ReadTimeoutHandler(int) - Constructor for class io.netty.handler.timeout.ReadTimeoutHandler
Creates a new instance.
ReadTimeoutHandler(long, TimeUnit) - Constructor for class io.netty.handler.timeout.ReadTimeoutHandler
Creates a new instance.
readTimeToWait(long, long, long) - Method in class io.netty.handler.traffic.TrafficCounter
Deprecated.
readTimeToWait(long, long, long, long) - Method in class io.netty.handler.traffic.TrafficCounter
Returns the time to wait (if any) for the given length message, using the given limitTraffic and the max wait time.
readUnsignedByte() - Method in class io.netty.buffer.AbstractByteBuf
 
readUnsignedByte() - Method in class io.netty.buffer.ByteBuf
Gets an unsigned byte at the current readerIndex and increases the readerIndex by 1 in this buffer.
readUnsignedByte() - Method in class io.netty.buffer.ByteBufInputStream
 
readUnsignedByte() - Method in class io.netty.buffer.EmptyByteBuf
 
readUnsignedByte() - Method in class io.netty.buffer.SwappedByteBuf
 
readUnsignedByte() - Method in class io.netty.buffer.WrappedByteBuf
 
readUnsignedByte() - Method in class io.netty.handler.codec.serialization.ObjectDecoderInputStream
 
readUnsignedInt() - Method in class io.netty.buffer.AbstractByteBuf
 
readUnsignedInt() - Method in class io.netty.buffer.ByteBuf
Gets an unsigned 32-bit integer at the current readerIndex and increases the readerIndex by 4 in this buffer.
readUnsignedInt() - Method in class io.netty.buffer.EmptyByteBuf
 
readUnsignedInt() - Method in class io.netty.buffer.SwappedByteBuf
 
readUnsignedInt() - Method in class io.netty.buffer.WrappedByteBuf
 
readUnsignedInt(ByteBuf) - Static method in class io.netty.handler.codec.http2.Http2CodecUtil
Reads a big-endian (31-bit) integer from the buffer.
readUnsignedMedium() - Method in class io.netty.buffer.AbstractByteBuf
 
readUnsignedMedium() - Method in class io.netty.buffer.ByteBuf
Gets an unsigned 24-bit medium integer at the current readerIndex and increases the readerIndex by 3 in this buffer.
readUnsignedMedium() - Method in class io.netty.buffer.EmptyByteBuf
 
readUnsignedMedium() - Method in class io.netty.buffer.SwappedByteBuf
 
readUnsignedMedium() - Method in class io.netty.buffer.WrappedByteBuf
 
readUnsignedShort() - Method in class io.netty.buffer.AbstractByteBuf
 
readUnsignedShort() - Method in class io.netty.buffer.ByteBuf
Gets an unsigned 16-bit short integer at the current readerIndex and increases the readerIndex by 2 in this buffer.
readUnsignedShort() - Method in class io.netty.buffer.ByteBufInputStream
 
readUnsignedShort() - Method in class io.netty.buffer.EmptyByteBuf
 
readUnsignedShort() - Method in class io.netty.buffer.SwappedByteBuf
 
readUnsignedShort() - Method in class io.netty.buffer.WrappedByteBuf
 
readUnsignedShort() - Method in class io.netty.handler.codec.serialization.ObjectDecoderInputStream
 
readUTF() - Method in class io.netty.buffer.ByteBufInputStream
 
readUTF() - Method in class io.netty.handler.codec.serialization.ObjectDecoderInputStream
 
readWindowUpdateFrame(int, int) - Method in class io.netty.handler.codec.spdy.SpdyFrameCodec
 
readWindowUpdateFrame(int, int) - Method in interface io.netty.handler.codec.spdy.SpdyFrameDecoderDelegate
Called when a WINDOW_UPDATE frame is received.
reasonPhrase() - Method in class io.netty.handler.codec.http.HttpResponseStatus
Returns the reason phrase of this HttpResponseStatus.
reasonText() - Method in class io.netty.handler.codec.http.websocketx.CloseWebSocketFrame
Returns the reason text as per RFC 6455 If a reason text is not supplied, an empty string is returned.
rebuildSelector() - Method in class io.netty.channel.nio.NioEventLoop
Replaces the current Selector of this event loop with newly created Selectors to work around the infamous epoll 100% CPU bug.
rebuildSelectors() - Method in class io.netty.channel.nio.NioEventLoopGroup
Replaces the current Selectors of the child event loops with newly created Selectors to work around the infamous epoll 100% CPU bug.
RECEIPT - Static variable in interface io.netty.handler.codec.stomp.StompHeaders
 
RECEIPT_ID - Static variable in interface io.netty.handler.codec.stomp.StompHeaders
 
receiveFlowControlledFrame(ChannelHandlerContext, Http2Stream, ByteBuf, int, boolean) - Method in class io.netty.handler.codec.http2.DefaultHttp2LocalFlowController
 
receiveFlowControlledFrame(ChannelHandlerContext, Http2Stream, ByteBuf, int, boolean) - Method in interface io.netty.handler.codec.http2.Http2LocalFlowController
Receives an inbound DATA frame from the remote endpoint and applies flow control policies to it for both the stream as well as the connection.
recipient() - Method in interface io.netty.channel.AddressedEnvelope
Returns the address of the recipient of this message.
recipient() - Method in class io.netty.channel.DefaultAddressedEnvelope
 
recipient() - Method in class io.netty.handler.codec.dns.DnsQuery
Return the InetSocketAddress of the recipient of the DnsQuery
record(int) - Method in interface io.netty.channel.RecvByteBufAllocator.Handle
Records the the actual number of read bytes in the previous read operation so that the allocator allocates the buffer with potentially more correct capacity.
RECORD - Static variable in class io.netty.handler.codec.rtsp.RtspMethods
The RECORD getMethod initiates recording a range of media data according to the presentation description.
record() - Method in interface io.netty.util.ResourceLeak
Records the caller's current stack trace so that the ResourceLeakDetector can tell where the leaked resource was accessed lastly.
record(Object) - Method in interface io.netty.util.ResourceLeak
Records the caller's current stack trace and the specified additional arbitrary information so that the ResourceLeakDetector can tell where the leaked resource was accessed lastly.
recvBufAllocHandle() - Method in class io.netty.channel.AbstractChannel.AbstractUnsafe
 
recvBufAllocHandle() - Method in interface io.netty.channel.Channel.Unsafe
Return the assigned RecvByteBufAllocator.Handle which will be used to allocate ByteBuf's when receiving data.
RecvByteBufAllocator - Interface in io.netty.channel
Allocates a new receive buffer whose capacity is probably large enough to read all inbound data and small enough not to waste its space.
RecvByteBufAllocator.Handle - Interface in io.netty.channel
 
recycle() - Method in class io.netty.channel.ChannelOutboundBuffer
Deprecated.
recycle(T) - Method in interface io.netty.util.Recycler.Handle
 
recycle(T, Recycler.Handle<T>) - Method in class io.netty.util.Recycler
 
Recycler<T> - Class in io.netty.util
Light-weight object pool based on a thread-local stack.
Recycler() - Constructor for class io.netty.util.Recycler
 
Recycler(int) - Constructor for class io.netty.util.Recycler
 
Recycler.Handle<T> - Interface in io.netty.util
 
REDIRECT - Static variable in class io.netty.handler.codec.rtsp.RtspMethods
The REDIRECT request informs the client that it must connect to another server location.
refCnt() - Method in class io.netty.buffer.AbstractDerivedByteBuf
 
refCnt() - Method in class io.netty.buffer.AbstractReferenceCountedByteBuf
 
refCnt() - Method in class io.netty.buffer.DefaultByteBufHolder
 
refCnt() - Method in class io.netty.buffer.EmptyByteBuf
 
refCnt() - Method in class io.netty.buffer.SwappedByteBuf
 
refCnt() - Method in class io.netty.buffer.WrappedByteBuf
 
refCnt() - Method in class io.netty.channel.DefaultAddressedEnvelope
 
refCnt() - Method in class io.netty.handler.codec.dns.DnsResource
 
refCnt() - Method in class io.netty.handler.codec.http.DefaultFullHttpRequest
 
refCnt() - Method in class io.netty.handler.codec.http.DefaultFullHttpResponse
 
refCnt() - Method in class io.netty.handler.codec.http.DefaultHttpContent
 
refCnt() - Method in class io.netty.handler.codec.http.HttpServerUpgradeHandler.UpgradeEvent
 
refCnt() - Method in class io.netty.handler.codec.http.multipart.MixedAttribute
 
refCnt() - Method in class io.netty.handler.codec.http.multipart.MixedFileUpload
 
refCnt() - Method in class io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage
 
refCnt() - Method in class io.netty.handler.codec.memcache.binary.DefaultFullBinaryMemcacheRequest
 
refCnt() - Method in class io.netty.handler.codec.memcache.binary.DefaultFullBinaryMemcacheResponse
 
refCnt() - Method in class io.netty.handler.codec.memcache.DefaultMemcacheContent
 
refCnt() - Method in class io.netty.handler.codec.mqtt.MqttPublishMessage
 
refCnt() - Method in class io.netty.handler.codec.spdy.DefaultSpdyDataFrame
 
refCnt() - Method in class io.netty.handler.codec.stomp.DefaultStompContentSubframe
 
refCnt() - Method in class io.netty.handler.codec.stomp.DefaultStompFrame
 
refCnt() - Method in class io.netty.util.AbstractReferenceCounted
 
refCnt() - Method in interface io.netty.util.ReferenceCounted
Returns the reference count of this object.
ReferenceCounted - Interface in io.netty.util
A reference-counted object that requires explicit deallocation.
ReferenceCountUtil - Class in io.netty.util
Collection of method to handle objects that may implement ReferenceCounted.
REFERER - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
"referer"
REFERER - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderNames
"referer"
ReflectiveChannelFactory<T extends Channel> - Class in io.netty.channel
A ChannelFactory that instantiates a new Channel by invoking its default constructor reflectively.
ReflectiveChannelFactory(Class<? extends T>) - Constructor for class io.netty.channel.ReflectiveChannelFactory
 
REFUSED - Static variable in class io.netty.handler.codec.dns.DnsResponseCode
ID 5, operation refused
REFUSED_STREAM - Static variable in class io.netty.handler.codec.spdy.SpdyStreamStatus
3 Refused Stream
regionMatches(int, CharSequence, int, int) - Method in class io.netty.handler.codec.AsciiString
Compares the specified string to this string and compares the specified range of characters to determine if they are the same.
regionMatches(boolean, int, CharSequence, int, int) - Method in class io.netty.handler.codec.AsciiString
Compares the specified string to this string and compares the specified range of characters to determine if they are the same.
register() - Method in class io.netty.bootstrap.AbstractBootstrap
Create a new Channel and register it with an EventLoop.
register(EventLoop, ChannelPromise) - Method in class io.netty.channel.AbstractChannel.AbstractUnsafe
 
register(EventLoop, ChannelPromise) - Method in interface io.netty.channel.Channel.Unsafe
Register the Channel of the ChannelPromise and notify the ChannelFuture once the registration was complete.
register(Channel) - Method in interface io.netty.channel.EventLoopGroup
Register a Channel with an EventLoop from this EventLoopGroup.
register(Channel, ChannelPromise) - Method in interface io.netty.channel.EventLoopGroup
Register a Channel with an EventLoop from this EventLoopGroup.
register(Channel) - Method in class io.netty.channel.MultithreadEventLoopGroup
 
register(Channel, ChannelPromise) - Method in class io.netty.channel.MultithreadEventLoopGroup
 
register(SelectableChannel, int, NioTask<?>) - Method in class io.netty.channel.nio.NioEventLoop
Registers an arbitrary SelectableChannel, not necessarily created by Netty, to the Selector of this event loop.
register(Channel) - Method in class io.netty.channel.SingleThreadEventLoop
 
register(Channel, ChannelPromise) - Method in class io.netty.channel.SingleThreadEventLoop
 
register(Channel, ChannelPromise) - Method in class io.netty.channel.ThreadPerChannelEventLoop
 
register(Channel) - Method in class io.netty.channel.ThreadPerChannelEventLoopGroup
 
register(Channel, ChannelPromise) - Method in class io.netty.channel.ThreadPerChannelEventLoopGroup
 
reject() - Static method in class io.netty.util.concurrent.SingleThreadEventExecutor
 
REJECTED_OR_FAILED - Static variable in class io.netty.handler.codec.socksx.v4.Socks4CommandStatus
 
rejectNewTasks() - Method in interface io.netty.util.concurrent.PausableEventExecutor
After a call to this method the EventExecutor may throw a RejectedExecutionException when attempting to assign new work to it (i.e. through a call to Executor.execute(Runnable)).
release() - Method in class io.netty.buffer.AbstractDerivedByteBuf
 
release(int) - Method in class io.netty.buffer.AbstractDerivedByteBuf
 
release() - Method in class io.netty.buffer.AbstractReferenceCountedByteBuf
 
release(int) - Method in class io.netty.buffer.AbstractReferenceCountedByteBuf
 
release() - Method in class io.netty.buffer.DefaultByteBufHolder
 
release(int) - Method in class io.netty.buffer.DefaultByteBufHolder
 
release() - Method in class io.netty.buffer.EmptyByteBuf
 
release(int) - Method in class io.netty.buffer.EmptyByteBuf
 
release() - Method in class io.netty.buffer.SwappedByteBuf
 
release(int) - Method in class io.netty.buffer.SwappedByteBuf
 
release() - Method in class io.netty.buffer.WrappedByteBuf
 
release(int) - Method in class io.netty.buffer.WrappedByteBuf
 
release() - Method in class io.netty.channel.DefaultAddressedEnvelope
 
release(int) - Method in class io.netty.channel.DefaultAddressedEnvelope
 
release() - Method in class io.netty.handler.codec.dns.DnsMessage
 
release(int) - Method in class io.netty.handler.codec.dns.DnsMessage
 
release() - Method in class io.netty.handler.codec.dns.DnsResource
 
release(int) - Method in class io.netty.handler.codec.dns.DnsResource
 
release() - Method in class io.netty.handler.codec.http.DefaultFullHttpRequest
 
release(int) - Method in class io.netty.handler.codec.http.DefaultFullHttpRequest
 
release() - Method in class io.netty.handler.codec.http.DefaultFullHttpResponse
 
release(int) - Method in class io.netty.handler.codec.http.DefaultFullHttpResponse
 
release() - Method in class io.netty.handler.codec.http.DefaultHttpContent
 
release(int) - Method in class io.netty.handler.codec.http.DefaultHttpContent
 
release() - Method in class io.netty.handler.codec.http.HttpServerUpgradeHandler.UpgradeEvent
 
release(int) - Method in class io.netty.handler.codec.http.HttpServerUpgradeHandler.UpgradeEvent
 
release() - Method in class io.netty.handler.codec.http.multipart.MixedAttribute
 
release(int) - Method in class io.netty.handler.codec.http.multipart.MixedAttribute
 
release() - Method in class io.netty.handler.codec.http.multipart.MixedFileUpload
 
release(int) - Method in class io.netty.handler.codec.http.multipart.MixedFileUpload
 
release() - Method in class io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage
 
release(int) - Method in class io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage
 
release() - Method in class io.netty.handler.codec.memcache.binary.DefaultFullBinaryMemcacheRequest
 
release(int) - Method in class io.netty.handler.codec.memcache.binary.DefaultFullBinaryMemcacheRequest
 
release() - Method in class io.netty.handler.codec.memcache.binary.DefaultFullBinaryMemcacheResponse
 
release(int) - Method in class io.netty.handler.codec.memcache.binary.DefaultFullBinaryMemcacheResponse
 
release() - Method in class io.netty.handler.codec.memcache.DefaultMemcacheContent
 
release(int) - Method in class io.netty.handler.codec.memcache.DefaultMemcacheContent
 
release() - Method in class io.netty.handler.codec.mqtt.MqttPublishMessage
 
release(int) - Method in class io.netty.handler.codec.mqtt.MqttPublishMessage
 
release() - Method in class io.netty.handler.codec.spdy.DefaultSpdyDataFrame
 
release(int) - Method in class io.netty.handler.codec.spdy.DefaultSpdyDataFrame
 
release() - Method in class io.netty.handler.codec.stomp.DefaultStompContentSubframe
 
release(int) - Method in class io.netty.handler.codec.stomp.DefaultStompContentSubframe
 
release() - Method in class io.netty.handler.codec.stomp.DefaultStompFrame
 
release(int) - Method in class io.netty.handler.codec.stomp.DefaultStompFrame
 
release() - Method in class io.netty.handler.traffic.GlobalChannelTrafficShapingHandler
Release all internal resources of this instance.
release() - Method in class io.netty.handler.traffic.GlobalTrafficShapingHandler
Release all internal resources of this instance.
release() - Method in class io.netty.util.AbstractReferenceCounted
 
release(int) - Method in class io.netty.util.AbstractReferenceCounted
 
release() - Method in interface io.netty.util.ReferenceCounted
Decreases the reference count by 1 and deallocates this object if the reference count reaches at 0.
release(int) - Method in interface io.netty.util.ReferenceCounted
Decreases the reference count by the specified decrement and deallocates this object if the reference count reaches at 0.
release(Object) - Static method in class io.netty.util.ReferenceCountUtil
Try to call ReferenceCounted.release() if the specified message implements ReferenceCounted.
release(Object, int) - Static method in class io.netty.util.ReferenceCountUtil
Try to call ReferenceCounted.release(int) if the specified message implements ReferenceCounted.
releaseLater(T) - Static method in class io.netty.util.ReferenceCountUtil
Schedules the specified object to be released when the caller thread terminates.
releaseLater(T, int) - Static method in class io.netty.util.ReferenceCountUtil
Schedules the specified object to be released when the caller thread terminates.
remainingLength() - Method in class io.netty.handler.codec.mqtt.MqttFixedHeader
 
remote() - Method in class io.netty.handler.codec.http2.DefaultHttp2Connection
 
remote() - Method in interface io.netty.handler.codec.http2.Http2Connection
Gets a view of this connection from the remote Http2Connection.Endpoint.
remoteAddress(SocketAddress) - Method in class io.netty.bootstrap.Bootstrap
The SocketAddress to connect to once the Bootstrap.connect() method is called.
remoteAddress(String, int) - Method in class io.netty.bootstrap.Bootstrap
 
remoteAddress(InetAddress, int) - Method in class io.netty.bootstrap.Bootstrap
 
remoteAddress() - Method in class io.netty.channel.AbstractChannel.AbstractUnsafe
 
remoteAddress() - Method in class io.netty.channel.AbstractChannel
 
remoteAddress() - Method in class io.netty.channel.AbstractServerChannel
 
remoteAddress() - Method in interface io.netty.channel.Channel
Returns the remote address where this channel is connected to.
remoteAddress() - Method in interface io.netty.channel.Channel.Unsafe
Return the SocketAddress to which is bound remote or null if none is bound yet.
remoteAddress() - Method in class io.netty.channel.epoll.EpollDatagramChannel
 
remoteAddress() - Method in class io.netty.channel.epoll.EpollDomainSocketChannel
 
remoteAddress() - Method in class io.netty.channel.epoll.EpollServerDomainSocketChannel
 
remoteAddress() - Method in class io.netty.channel.epoll.EpollServerSocketChannel
 
remoteAddress() - Method in class io.netty.channel.epoll.EpollSocketChannel
 
remoteAddress() - Method in class io.netty.channel.local.LocalChannel
 
remoteAddress() - Method in class io.netty.channel.local.LocalServerChannel
 
remoteAddress() - Method in class io.netty.channel.rxtx.RxtxChannel
 
remoteAddress() - Method in class io.netty.channel.sctp.nio.NioSctpChannel
 
remoteAddress() - Method in class io.netty.channel.sctp.nio.NioSctpServerChannel
 
remoteAddress() - Method in class io.netty.channel.sctp.oio.OioSctpChannel
 
remoteAddress() - Method in class io.netty.channel.sctp.oio.OioSctpServerChannel
 
remoteAddress() - Method in interface io.netty.channel.sctp.SctpChannel
Return the (primary) remote address of the SCTP channel.
remoteAddress() - Method in interface io.netty.channel.socket.DatagramChannel
 
remoteAddress() - Method in class io.netty.channel.socket.nio.NioDatagramChannel
 
remoteAddress() - Method in class io.netty.channel.socket.nio.NioServerSocketChannel
 
remoteAddress() - Method in class io.netty.channel.socket.nio.NioSocketChannel
 
remoteAddress() - Method in class io.netty.channel.socket.oio.OioDatagramChannel
 
remoteAddress() - Method in class io.netty.channel.socket.oio.OioServerSocketChannel
 
remoteAddress() - Method in class io.netty.channel.socket.oio.OioSocketChannel
 
remoteAddress() - Method in interface io.netty.channel.socket.ServerSocketChannel
 
remoteAddress() - Method in interface io.netty.channel.socket.SocketChannel
 
remoteAddress() - Method in class io.netty.channel.udt.nio.NioUdtAcceptorChannel
 
remoteAddress() - Method in class io.netty.channel.udt.nio.NioUdtByteConnectorChannel
 
remoteAddress() - Method in class io.netty.channel.udt.nio.NioUdtMessageConnectorChannel
 
remoteAddress() - Method in interface io.netty.channel.udt.UdtChannel
 
remoteAddress() - Method in interface io.netty.channel.unix.DomainSocketChannel
 
remoteAddress() - Method in interface io.netty.channel.unix.ServerDomainSocketChannel
 
remoteAddress0() - Method in class io.netty.channel.AbstractChannel
Return the SocketAddress which the Channel is connected to.
remoteAddress0() - Method in class io.netty.channel.AbstractServerChannel
 
remoteAddress0() - Method in class io.netty.channel.embedded.EmbeddedChannel
 
remoteAddress0() - Method in class io.netty.channel.epoll.AbstractEpollServerChannel
 
remoteAddress0() - Method in class io.netty.channel.epoll.EpollDatagramChannel
 
remoteAddress0() - Method in class io.netty.channel.epoll.EpollDomainSocketChannel
 
remoteAddress0() - Method in class io.netty.channel.epoll.EpollSocketChannel
 
remoteAddress0() - Method in class io.netty.channel.local.LocalChannel
 
remoteAddress0() - Method in class io.netty.channel.rxtx.RxtxChannel
 
remoteAddress0() - Method in class io.netty.channel.sctp.nio.NioSctpChannel
 
remoteAddress0() - Method in class io.netty.channel.sctp.nio.NioSctpServerChannel
 
remoteAddress0() - Method in class io.netty.channel.sctp.oio.OioSctpChannel
 
remoteAddress0() - Method in class io.netty.channel.sctp.oio.OioSctpServerChannel
 
remoteAddress0() - Method in class io.netty.channel.socket.nio.NioDatagramChannel
 
remoteAddress0() - Method in class io.netty.channel.socket.nio.NioServerSocketChannel
 
remoteAddress0() - Method in class io.netty.channel.socket.nio.NioSocketChannel
 
remoteAddress0() - Method in class io.netty.channel.socket.oio.OioDatagramChannel
 
remoteAddress0() - Method in class io.netty.channel.socket.oio.OioServerSocketChannel
 
remoteAddress0() - Method in class io.netty.channel.socket.oio.OioSocketChannel
 
remoteAddress0() - Method in class io.netty.channel.udt.nio.NioUdtAcceptorChannel
 
remoteAddress0() - Method in class io.netty.channel.udt.nio.NioUdtByteConnectorChannel
 
remoteAddress0() - Method in class io.netty.channel.udt.nio.NioUdtMessageConnectorChannel
 
remoteSettings(Http2Settings) - Method in class io.netty.handler.codec.http2.DefaultHttp2ConnectionEncoder
 
remoteSettings(Http2Settings) - Method in interface io.netty.handler.codec.http2.Http2ConnectionEncoder
Sets the settings for the remote endpoint of the HTTP/2 connection.
remoteSideOpen() - Method in interface io.netty.handler.codec.http2.Http2Stream
Indicates whether the remote side of this stream is open (i.e. the state is either Http2Stream.State.OPEN or Http2Stream.State.HALF_CLOSED_LOCAL).
remove() - Method in class io.netty.channel.ChannelOutboundBuffer
Will remove the current message, mark its ChannelPromise as success and return true.
remove(Throwable) - Method in class io.netty.channel.ChannelOutboundBuffer
Will remove the current message, mark its ChannelPromise as failure using the given Throwable and return true.
remove(ChannelHandler) - Method in interface io.netty.channel.ChannelPipeline
Removes the specified ChannelHandler from this pipeline.
remove(String) - Method in interface io.netty.channel.ChannelPipeline
Removes the ChannelHandler with the specified name from this pipeline.
remove(Class<T>) - Method in interface io.netty.channel.ChannelPipeline
Removes the ChannelHandler of the specified type from this pipeline.
remove(Object) - Method in class io.netty.channel.group.DefaultChannelGroup
 
remove() - Method in class io.netty.channel.PendingWriteQueue
Removes a pending write operation and release it's message via ReferenceCountUtil.safeRelease(Object).
remove() - Method in class io.netty.handler.codec.DefaultHeaders.KeyValueHeaderIterator
 
remove(T) - Method in class io.netty.handler.codec.DefaultHeaders
 
remove(T) - Method in class io.netty.handler.codec.EmptyHeaders
 
remove(T) - Method in interface io.netty.handler.codec.Headers
Removes the header with the specified name.
remove() - Method in interface io.netty.util.Attribute
Removes this attribute from the AttributeMap.
remove(int) - Method in class io.netty.util.collection.IntObjectHashMap
 
remove(int) - Method in interface io.netty.util.collection.IntObjectMap
Removes the entry with the specified key.
remove() - Method in class io.netty.util.concurrent.FastThreadLocal
Sets the value to uninitialized; a proceeding call to get() will trigger a call to initialValue().
remove(InternalThreadLocalMap) - Method in class io.netty.util.concurrent.FastThreadLocal
Sets the value to uninitialized for the specified thread local map; a proceeding call to get() will trigger a call to initialValue().
removeAll() - Static method in class io.netty.util.concurrent.FastThreadLocal
Removes all FastThreadLocal variables bound to the current thread.
removeAndFail(Throwable) - Method in class io.netty.channel.PendingWriteQueue
Remove a pending write operation and fail it with the given Throwable.
removeAndFailAll(Throwable) - Method in class io.netty.channel.PendingWriteQueue
Remove all pending write operation and fail them with the given Throwable.
removeAndWrite() - Method in class io.netty.channel.PendingWriteQueue
Removes a pending write operation and performs it via ChannelHandlerContext.write(Object, ChannelPromise).
removeAndWriteAll() - Method in class io.netty.channel.PendingWriteQueue
Remove all pending write operation and performs them via ChannelHandlerContext.write(Object, ChannelPromise).
removeBytes(long) - Method in class io.netty.channel.ChannelOutboundBuffer
Removes the fully written entries and update the reader index of the partially written entry.
removeComponent(int) - Method in class io.netty.buffer.CompositeByteBuf
Remove the ByteBuf from the given index.
removeComponents(int, int) - Method in class io.netty.buffer.CompositeByteBuf
Remove the number of ByteBufs starting from the given index.
removeDecoder(ChannelHandlerContext) - Method in class io.netty.handler.proxy.HttpProxyHandler
 
removeDecoder(ChannelHandlerContext) - Method in class io.netty.handler.proxy.ProxyHandler
Removes the decoders added in ProxyHandler.addCodec(ChannelHandlerContext).
removeDecoder(ChannelHandlerContext) - Method in class io.netty.handler.proxy.Socks4ProxyHandler
 
removeDecoder(ChannelHandlerContext) - Method in class io.netty.handler.proxy.Socks5ProxyHandler
 
removeEncoder(ChannelHandlerContext) - Method in class io.netty.handler.proxy.HttpProxyHandler
 
removeEncoder(ChannelHandlerContext) - Method in class io.netty.handler.proxy.ProxyHandler
Removes the encoders added in ProxyHandler.addCodec(ChannelHandlerContext).
removeEncoder(ChannelHandlerContext) - Method in class io.netty.handler.proxy.Socks4ProxyHandler
 
removeEncoder(ChannelHandlerContext) - Method in class io.netty.handler.proxy.Socks5ProxyHandler
 
removeFirst() - Method in interface io.netty.channel.ChannelPipeline
Removes the first ChannelHandler in this pipeline.
removeHttpDataFromClean(HttpRequest, InterfaceHttpData) - Method in class io.netty.handler.codec.http.multipart.DefaultHttpDataFactory
 
removeHttpDataFromClean(HttpRequest, InterfaceHttpData) - Method in interface io.netty.handler.codec.http.multipart.HttpDataFactory
Remove the given InterfaceHttpData from clean list (will not delete the file, except if the file is still a temporary one as setup at construction)
removeHttpDataFromClean(InterfaceHttpData) - Method in class io.netty.handler.codec.http.multipart.HttpPostMultipartRequestDecoder
Remove the given FileUpload from the list of FileUploads to clean
removeHttpDataFromClean(InterfaceHttpData) - Method in class io.netty.handler.codec.http.multipart.HttpPostRequestDecoder
 
removeHttpDataFromClean(InterfaceHttpData) - Method in class io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder
Remove the given FileUpload from the list of FileUploads to clean
removeHttpDataFromClean(InterfaceHttpData) - Method in interface io.netty.handler.codec.http.multipart.InterfaceHttpPostRequestDecoder
Remove the given FileUpload from the list of FileUploads to clean
removeLast() - Method in interface io.netty.channel.ChannelPipeline
Removes the last ChannelHandler in this pipeline.
removeListener(GenericFutureListener<? extends Future<? super Void>>) - Method in interface io.netty.channel.ChannelFuture
 
removeListener(GenericFutureListener<? extends Future<? super Void>>) - Method in interface io.netty.channel.ChannelProgressiveFuture
 
removeListener(GenericFutureListener<? extends Future<? super Void>>) - Method in interface io.netty.channel.ChannelProgressivePromise
 
removeListener(GenericFutureListener<? extends Future<? super Void>>) - Method in interface io.netty.channel.ChannelPromise
 
removeListener(GenericFutureListener<? extends Future<? super Void>>) - Method in class io.netty.channel.DefaultChannelProgressivePromise
 
removeListener(GenericFutureListener<? extends Future<? super Void>>) - Method in class io.netty.channel.DefaultChannelPromise
 
removeListener(GenericFutureListener<? extends Future<? super Void>>) - Method in interface io.netty.channel.group.ChannelGroupFuture
 
removeListener(Http2Connection.Listener) - Method in class io.netty.handler.codec.http2.DefaultHttp2Connection
 
removeListener(Http2Connection.Listener) - Method in interface io.netty.handler.codec.http2.Http2Connection
Removes a listener of stream life-cycle events.
removeListener(GenericFutureListener<? extends Future<? super V>>) - Method in class io.netty.util.concurrent.CompleteFuture
 
removeListener(GenericFutureListener<? extends Future<? super V>>) - Method in class io.netty.util.concurrent.DefaultProgressivePromise
 
removeListener(GenericFutureListener<? extends Future<? super V>>) - Method in class io.netty.util.concurrent.DefaultPromise
 
removeListener(GenericFutureListener<? extends Future<? super V>>) - Method in interface io.netty.util.concurrent.Future
Removes the specified listener from this future.
removeListener(GenericFutureListener<? extends Future<? super V>>) - Method in interface io.netty.util.concurrent.ProgressiveFuture
 
removeListener(GenericFutureListener<? extends Future<? super V>>) - Method in interface io.netty.util.concurrent.ProgressivePromise
 
removeListener(GenericFutureListener<? extends Future<? super V>>) - Method in interface io.netty.util.concurrent.Promise
 
removeListeners(GenericFutureListener<? extends Future<? super Void>>...) - Method in interface io.netty.channel.ChannelFuture
 
removeListeners(GenericFutureListener<? extends Future<? super Void>>...) - Method in interface io.netty.channel.ChannelProgressiveFuture
 
removeListeners(GenericFutureListener<? extends Future<? super Void>>...) - Method in interface io.netty.channel.ChannelProgressivePromise
 
removeListeners(GenericFutureListener<? extends Future<? super Void>>...) - Method in interface io.netty.channel.ChannelPromise
 
removeListeners(GenericFutureListener<? extends Future<? super Void>>...) - Method in class io.netty.channel.DefaultChannelProgressivePromise
 
removeListeners(GenericFutureListener<? extends Future<? super Void>>...) - Method in class io.netty.channel.DefaultChannelPromise
 
removeListeners(GenericFutureListener<? extends Future<? super Void>>...) - Method in interface io.netty.channel.group.ChannelGroupFuture
 
removeListeners(GenericFutureListener<? extends Future<? super V>>...) - Method in class io.netty.util.concurrent.CompleteFuture
 
removeListeners(GenericFutureListener<? extends Future<? super V>>...) - Method in class io.netty.util.concurrent.DefaultProgressivePromise
 
removeListeners(GenericFutureListener<? extends Future<? super V>>...) - Method in class io.netty.util.concurrent.DefaultPromise
 
removeListeners(GenericFutureListener<? extends Future<? super V>>...) - Method in interface io.netty.util.concurrent.Future
Removes the specified listeners from this future.
removeListeners(GenericFutureListener<? extends Future<? super V>>...) - Method in interface io.netty.util.concurrent.ProgressiveFuture
 
removeListeners(GenericFutureListener<? extends Future<? super V>>...) - Method in interface io.netty.util.concurrent.ProgressivePromise
 
removeListeners(GenericFutureListener<? extends Future<? super V>>...) - Method in interface io.netty.util.concurrent.Promise
 
removeMessage(int) - Method in class io.netty.handler.codec.http2.InboundHttp2ToHttpAdapter
The streamId is out of scope for the HTTP message flow and will no longer be tracked
removeMessage(int) - Method in class io.netty.handler.codec.http2.InboundHttp2ToHttpPriorityAdapter
 
removeMessage(int) - Method in class io.netty.handler.codec.spdy.SpdyHttpDecoder
 
removeProperty(Object) - Method in interface io.netty.handler.codec.http2.Http2Stream
Returns and removes application-defined data if any was associated with this stream.
removeReadOp() - Method in class io.netty.channel.nio.AbstractNioChannel.AbstractNioUnsafe
 
removeShutdownHook(Runnable) - Method in class io.netty.util.concurrent.SingleThreadEventExecutor
Remove a previous added Runnable as a shutdown hook
removeStream(Http2Stream) - Method in interface io.netty.handler.codec.http2.Http2StreamRemovalPolicy.Action
Removes the stream from the registry.
removeTask(Runnable) - Method in class io.netty.util.concurrent.SingleThreadEventExecutor
 
removeValue(int) - Method in class io.netty.handler.codec.spdy.DefaultSpdySettingsFrame
 
removeValue(int) - Method in interface io.netty.handler.codec.spdy.SpdySettingsFrame
Removes the value of the setting ID.
renameTo(File) - Method in class io.netty.handler.codec.http.multipart.AbstractDiskHttpData
 
renameTo(File) - Method in class io.netty.handler.codec.http.multipart.AbstractMemoryHttpData
 
renameTo(File) - Method in interface io.netty.handler.codec.http.multipart.HttpData
A convenience getMethod to write an uploaded item to disk.
renameTo(File) - Method in class io.netty.handler.codec.http.multipart.MixedAttribute
 
renameTo(File) - Method in class io.netty.handler.codec.http.multipart.MixedFileUpload
 
renegotiate() - Method in class io.netty.handler.ssl.SslHandler
Performs TLS renegotiation.
renegotiate(Promise<Channel>) - Method in class io.netty.handler.ssl.SslHandler
Performs TLS renegotiation.
reordering() - Method in class io.netty.channel.epoll.EpollTcpInfo
 
replace(ChannelHandler, String, ChannelHandler) - Method in interface io.netty.channel.ChannelPipeline
Replaces the specified ChannelHandler with a new handler in this pipeline.
replace(String, String, ChannelHandler) - Method in interface io.netty.channel.ChannelPipeline
Replaces the ChannelHandler of the specified name with a new handler in this pipeline.
replace(Class<T>, String, ChannelHandler) - Method in interface io.netty.channel.ChannelPipeline
Replaces the ChannelHandler of the specified type with a new handler in this pipeline.
replace(char, char) - Method in class io.netty.handler.codec.AsciiString
Copies this string replacing occurrences of the specified character with another character.
REPLACE - Static variable in class io.netty.handler.codec.memcache.binary.BinaryMemcacheOpcodes
 
REPLACEQ - Static variable in class io.netty.handler.codec.memcache.binary.BinaryMemcacheOpcodes
 
ReplayingDecoder<S> - Class in io.netty.handler.codec
A specialized variation of ByteToMessageDecoder which enables implementation of a non-blocking decoder in the blocking I/O paradigm.
ReplayingDecoder() - Constructor for class io.netty.handler.codec.ReplayingDecoder
Creates a new instance with no initial state (i.e: null).
ReplayingDecoder(S) - Constructor for class io.netty.handler.codec.ReplayingDecoder
Creates a new instance with the specified initial state.
repositoryStatus() - Method in class io.netty.util.Version
 
REQUEST_ENTITY_TOO_LARGE - Static variable in class io.netty.handler.codec.http.HttpResponseStatus
413 Request Entity Too Large
REQUEST_ENTITY_TOO_LARGE - Static variable in class io.netty.handler.codec.rtsp.RtspResponseStatuses
413 Request Entity Too Large
REQUEST_HEADER_FIELDS_TOO_LARGE - Static variable in class io.netty.handler.codec.http.HttpResponseStatus
431 Request Header Fields Too Large (RFC6585)
REQUEST_MAGIC_BYTE - Static variable in class io.netty.handler.codec.memcache.binary.DefaultBinaryMemcacheRequest
Default magic byte for a request.
REQUEST_TIMEOUT - Static variable in class io.netty.handler.codec.http.HttpResponseStatus
408 Request Timeout
REQUEST_TIMEOUT - Static variable in class io.netty.handler.codec.rtsp.RtspResponseStatuses
408 Request Timeout
REQUEST_URI_TOO_LONG - Static variable in class io.netty.handler.codec.http.HttpResponseStatus
414 Request-URI Too Long
REQUEST_URI_TOO_LONG - Static variable in class io.netty.handler.codec.rtsp.RtspResponseStatuses
414 Request-URI Too Long
REQUESTED_RANGE_NOT_SATISFIABLE - Static variable in class io.netty.handler.codec.http.HttpResponseStatus
416 Requested Range Not Satisfiable
REQUIRE - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderNames
"require"
requiredUpgradeHeaders() - Method in interface io.netty.handler.codec.http.HttpServerUpgradeHandler.UpgradeCodec
Gets all protocol-specific headers required by this protocol for a successful upgrade.
requiredUpgradeHeaders() - Method in class io.netty.handler.codec.http2.Http2ServerUpgradeCodec
 
requireStream(int) - Method in class io.netty.handler.codec.http2.DefaultHttp2Connection
 
requireStream(int) - Method in interface io.netty.handler.codec.http2.Http2Connection
Attempts to get the stream for the given ID.
reserved() - Method in interface io.netty.handler.codec.memcache.binary.BinaryMemcacheRequest
Returns the reserved field value.
reserved() - Method in class io.netty.handler.codec.memcache.binary.DefaultBinaryMemcacheRequest
 
reservePushStream(int, Http2Stream) - Method in interface io.netty.handler.codec.http2.Http2Connection.Endpoint
Creates a push stream in the reserved state for this endpoint and notifies all listeners.
reset() - Method in class io.netty.buffer.ByteBufInputStream
 
reset() - Method in class io.netty.handler.codec.http.HttpObjectDecoder
Resets the state of the decoder so that it is ready to decode a new message.
reset() - Method in class io.netty.handler.codec.serialization.ObjectDecoderInputStream
 
RESET_CONTENT - Static variable in class io.netty.handler.codec.http.HttpResponseStatus
205 Reset Content
resetCumulativeTime() - Method in class io.netty.handler.traffic.GlobalChannelTrafficCounter
 
resetCumulativeTime() - Method in class io.netty.handler.traffic.TrafficCounter
Reset both read and written cumulative bytes counters and the associated absolute time from System.currentTimeMillis().
resetDecoder() - Method in class io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheDecoder
Prepare for next decoding iteration.
resetReaderIndex() - Method in class io.netty.buffer.AbstractByteBuf
 
resetReaderIndex() - Method in class io.netty.buffer.ByteBuf
Repositions the current readerIndex to the marked readerIndex in this buffer.
resetReaderIndex() - Method in class io.netty.buffer.CompositeByteBuf
 
resetReaderIndex() - Method in class io.netty.buffer.EmptyByteBuf
 
resetReaderIndex() - Method in class io.netty.buffer.SwappedByteBuf
 
resetReaderIndex() - Method in class io.netty.buffer.WrappedByteBuf
 
resetSent() - Method in interface io.netty.handler.codec.http2.Http2Stream
Sets the flag indicating that a RST_STREAM frame has been sent from the local endpoint for this stream.
resetWriterIndex() - Method in class io.netty.buffer.AbstractByteBuf
 
resetWriterIndex() - Method in class io.netty.buffer.ByteBuf
Repositions the current writerIndex to the marked writerIndex in this buffer.
resetWriterIndex() - Method in class io.netty.buffer.CompositeByteBuf
 
resetWriterIndex() - Method in class io.netty.buffer.EmptyByteBuf
 
resetWriterIndex() - Method in class io.netty.buffer.SwappedByteBuf
 
resetWriterIndex() - Method in class io.netty.buffer.WrappedByteBuf
 
resolve(String) - Method in interface io.netty.handler.codec.serialization.ClassResolver
 
resolve(String, int) - Method in interface io.netty.resolver.NameResolver
Resolves the specified name into a SocketAddress.
resolve(String, int, Promise<T>) - Method in interface io.netty.resolver.NameResolver
Resolves the specified name into a SocketAddress.
resolve(SocketAddress) - Method in interface io.netty.resolver.NameResolver
Resolves the specified address.
resolve(SocketAddress, Promise<T>) - Method in interface io.netty.resolver.NameResolver
Resolves the specified address.
resolve(String, int) - Method in class io.netty.resolver.SimpleNameResolver
 
resolve(String, int, Promise<T>) - Method in class io.netty.resolver.SimpleNameResolver
 
resolve(SocketAddress) - Method in class io.netty.resolver.SimpleNameResolver
 
resolve(SocketAddress, Promise<T>) - Method in class io.netty.resolver.SimpleNameResolver
 
resolveAddressTypes() - Method in class io.netty.resolver.dns.DnsNameResolver
Returns the list of the protocol families of the address resolved by SimpleNameResolver.resolve(SocketAddress) in the order of preference.
resolver(NameResolverGroup<?>) - Method in class io.netty.bootstrap.Bootstrap
Sets the NameResolver which will resolve the address of the unresolved named address.
ResourceLeak - Interface in io.netty.util
 
ResourceLeakDetector<T> - Class in io.netty.util
 
ResourceLeakDetector(Class<?>) - Constructor for class io.netty.util.ResourceLeakDetector
 
ResourceLeakDetector(String) - Constructor for class io.netty.util.ResourceLeakDetector
 
ResourceLeakDetector(Class<?>, int, long) - Constructor for class io.netty.util.ResourceLeakDetector
 
ResourceLeakDetector(String, int, long) - Constructor for class io.netty.util.ResourceLeakDetector
 
ResourceLeakDetector.Level - Enum in io.netty.util
Represents the level of resource leak detection.
ResourceLeakHint - Interface in io.netty.util
A hint object that provides human-readable message for easier resource leak tracking.
RESPONSE_MAGIC_BYTE - Static variable in class io.netty.handler.codec.memcache.binary.DefaultBinaryMemcacheResponse
Default magic byte for a request.
responseCode() - Method in class io.netty.handler.codec.dns.DnsResponseHeader
Returns the 4 bit return code.
resumeTransfer() - Method in class io.netty.handler.stream.ChunkedWriteHandler
Continues to fetch the chunks from the input.
retain() - Method in class io.netty.buffer.AbstractDerivedByteBuf
 
retain(int) - Method in class io.netty.buffer.AbstractDerivedByteBuf
 
retain() - Method in class io.netty.buffer.AbstractReferenceCountedByteBuf
 
retain(int) - Method in class io.netty.buffer.AbstractReferenceCountedByteBuf
 
retain(int) - Method in class io.netty.buffer.ByteBuf
 
retain() - Method in class io.netty.buffer.ByteBuf
 
retain() - Method in interface io.netty.buffer.ByteBufHolder
 
retain(int) - Method in interface io.netty.buffer.ByteBufHolder
 
retain(int) - Method in class io.netty.buffer.CompositeByteBuf
 
retain() - Method in class io.netty.buffer.CompositeByteBuf
 
retain() - Method in class io.netty.buffer.DefaultByteBufHolder
 
retain(int) - Method in class io.netty.buffer.DefaultByteBufHolder
 
retain() - Method in class io.netty.buffer.EmptyByteBuf
 
retain(int) - Method in class io.netty.buffer.EmptyByteBuf
 
retain() - Method in class io.netty.buffer.SwappedByteBuf
 
retain(int) - Method in class io.netty.buffer.SwappedByteBuf
 
retain(int) - Method in class io.netty.buffer.WrappedByteBuf
 
retain() - Method in class io.netty.buffer.WrappedByteBuf
 
retain() - Method in interface io.netty.channel.AddressedEnvelope
 
retain(int) - Method in interface io.netty.channel.AddressedEnvelope
 
retain() - Method in class io.netty.channel.DefaultAddressedEnvelope
 
retain(int) - Method in class io.netty.channel.DefaultAddressedEnvelope
 
retain() - Method in class io.netty.channel.DefaultFileRegion
 
retain(int) - Method in class io.netty.channel.DefaultFileRegion
 
retain() - Method in interface io.netty.channel.FileRegion
 
retain(int) - Method in interface io.netty.channel.FileRegion
 
retain() - Method in class io.netty.channel.sctp.SctpMessage
 
retain(int) - Method in class io.netty.channel.sctp.SctpMessage
 
retain() - Method in class io.netty.channel.socket.DatagramPacket
 
retain(int) - Method in class io.netty.channel.socket.DatagramPacket
 
retain() - Method in class io.netty.channel.udt.UdtMessage
 
retain(int) - Method in class io.netty.channel.udt.UdtMessage
 
retain() - Method in class io.netty.handler.codec.dns.DnsMessage
 
retain(int) - Method in class io.netty.handler.codec.dns.DnsMessage
 
retain() - Method in class io.netty.handler.codec.dns.DnsQuery
 
retain(int) - Method in class io.netty.handler.codec.dns.DnsQuery
 
retain() - Method in class io.netty.handler.codec.dns.DnsResource
 
retain(int) - Method in class io.netty.handler.codec.dns.DnsResource
 
retain() - Method in class io.netty.handler.codec.dns.DnsResponse
 
retain(int) - Method in class io.netty.handler.codec.dns.DnsResponse
 
retain() - Method in class io.netty.handler.codec.http.DefaultFullHttpRequest
 
retain(int) - Method in class io.netty.handler.codec.http.DefaultFullHttpRequest
 
retain() - Method in class io.netty.handler.codec.http.DefaultFullHttpResponse
 
retain(int) - Method in class io.netty.handler.codec.http.DefaultFullHttpResponse
 
retain() - Method in class io.netty.handler.codec.http.DefaultHttpContent
 
retain(int) - Method in class io.netty.handler.codec.http.DefaultHttpContent
 
retain(int) - Method in class io.netty.handler.codec.http.DefaultLastHttpContent
 
retain() - Method in class io.netty.handler.codec.http.DefaultLastHttpContent
 
retain(int) - Method in interface io.netty.handler.codec.http.FullHttpMessage
 
retain() - Method in interface io.netty.handler.codec.http.FullHttpMessage
 
retain(int) - Method in interface io.netty.handler.codec.http.FullHttpRequest
 
retain() - Method in interface io.netty.handler.codec.http.FullHttpRequest
 
retain(int) - Method in interface io.netty.handler.codec.http.FullHttpResponse
 
retain() - Method in interface io.netty.handler.codec.http.FullHttpResponse
 
retain() - Method in interface io.netty.handler.codec.http.HttpContent
 
retain(int) - Method in interface io.netty.handler.codec.http.HttpContent
 
retain() - Method in class io.netty.handler.codec.http.HttpServerUpgradeHandler.UpgradeEvent
 
retain(int) - Method in class io.netty.handler.codec.http.HttpServerUpgradeHandler.UpgradeEvent
 
retain(int) - Method in interface io.netty.handler.codec.http.LastHttpContent
 
retain() - Method in interface io.netty.handler.codec.http.LastHttpContent
 
retain() - Method in class io.netty.handler.codec.http.multipart.AbstractHttpData
 
retain(int) - Method in class io.netty.handler.codec.http.multipart.AbstractHttpData
 
retain() - Method in interface io.netty.handler.codec.http.multipart.Attribute
 
retain(int) - Method in interface io.netty.handler.codec.http.multipart.Attribute
 
retain(int) - Method in class io.netty.handler.codec.http.multipart.DiskAttribute
 
retain() - Method in class io.netty.handler.codec.http.multipart.DiskAttribute
 
retain(int) - Method in class io.netty.handler.codec.http.multipart.DiskFileUpload
 
retain() - Method in class io.netty.handler.codec.http.multipart.DiskFileUpload
 
retain() - Method in interface io.netty.handler.codec.http.multipart.FileUpload
 
retain(int) - Method in interface io.netty.handler.codec.http.multipart.FileUpload
 
retain() - Method in interface io.netty.handler.codec.http.multipart.HttpData
 
retain(int) - Method in interface io.netty.handler.codec.http.multipart.HttpData
 
retain() - Method in interface io.netty.handler.codec.http.multipart.InterfaceHttpData
 
retain(int) - Method in interface io.netty.handler.codec.http.multipart.InterfaceHttpData
 
retain() - Method in class io.netty.handler.codec.http.multipart.MemoryAttribute
 
retain(int) - Method in class io.netty.handler.codec.http.multipart.MemoryAttribute
 
retain() - Method in class io.netty.handler.codec.http.multipart.MemoryFileUpload
 
retain(int) - Method in class io.netty.handler.codec.http.multipart.MemoryFileUpload
 
retain() - Method in class io.netty.handler.codec.http.multipart.MixedAttribute
 
retain(int) - Method in class io.netty.handler.codec.http.multipart.MixedAttribute
 
retain() - Method in class io.netty.handler.codec.http.multipart.MixedFileUpload
 
retain(int) - Method in class io.netty.handler.codec.http.multipart.MixedFileUpload
 
retain() - Method in class io.netty.handler.codec.http.websocketx.BinaryWebSocketFrame
 
retain(int) - Method in class io.netty.handler.codec.http.websocketx.BinaryWebSocketFrame
 
retain() - Method in class io.netty.handler.codec.http.websocketx.CloseWebSocketFrame
 
retain(int) - Method in class io.netty.handler.codec.http.websocketx.CloseWebSocketFrame
 
retain() - Method in class io.netty.handler.codec.http.websocketx.ContinuationWebSocketFrame
 
retain(int) - Method in class io.netty.handler.codec.http.websocketx.ContinuationWebSocketFrame
 
retain() - Method in class io.netty.handler.codec.http.websocketx.PingWebSocketFrame
 
retain(int) - Method in class io.netty.handler.codec.http.websocketx.PingWebSocketFrame
 
retain() - Method in class io.netty.handler.codec.http.websocketx.PongWebSocketFrame
 
retain(int) - Method in class io.netty.handler.codec.http.websocketx.PongWebSocketFrame
 
retain() - Method in class io.netty.handler.codec.http.websocketx.TextWebSocketFrame
 
retain(int) - Method in class io.netty.handler.codec.http.websocketx.TextWebSocketFrame
 
retain() - Method in class io.netty.handler.codec.http.websocketx.WebSocketFrame
 
retain(int) - Method in class io.netty.handler.codec.http.websocketx.WebSocketFrame
 
retain() - Method in class io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage
 
retain(int) - Method in class io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage
 
retain() - Method in interface io.netty.handler.codec.memcache.binary.BinaryMemcacheMessage
Increases the reference count by 1.
retain(int) - Method in interface io.netty.handler.codec.memcache.binary.BinaryMemcacheMessage
Increases the reference count by the specified increment.
retain() - Method in interface io.netty.handler.codec.memcache.binary.BinaryMemcacheRequest
 
retain(int) - Method in interface io.netty.handler.codec.memcache.binary.BinaryMemcacheRequest
 
retain() - Method in interface io.netty.handler.codec.memcache.binary.BinaryMemcacheResponse
 
retain(int) - Method in interface io.netty.handler.codec.memcache.binary.BinaryMemcacheResponse
 
retain() - Method in class io.netty.handler.codec.memcache.binary.DefaultBinaryMemcacheRequest
 
retain(int) - Method in class io.netty.handler.codec.memcache.binary.DefaultBinaryMemcacheRequest
 
retain() - Method in class io.netty.handler.codec.memcache.binary.DefaultBinaryMemcacheResponse
 
retain(int) - Method in class io.netty.handler.codec.memcache.binary.DefaultBinaryMemcacheResponse
 
retain() - Method in class io.netty.handler.codec.memcache.binary.DefaultFullBinaryMemcacheRequest
 
retain(int) - Method in class io.netty.handler.codec.memcache.binary.DefaultFullBinaryMemcacheRequest
 
retain() - Method in class io.netty.handler.codec.memcache.binary.DefaultFullBinaryMemcacheResponse
 
retain(int) - Method in class io.netty.handler.codec.memcache.binary.DefaultFullBinaryMemcacheResponse
 
retain(int) - Method in interface io.netty.handler.codec.memcache.binary.FullBinaryMemcacheRequest
 
retain() - Method in interface io.netty.handler.codec.memcache.binary.FullBinaryMemcacheRequest
 
retain(int) - Method in interface io.netty.handler.codec.memcache.binary.FullBinaryMemcacheResponse
 
retain() - Method in interface io.netty.handler.codec.memcache.binary.FullBinaryMemcacheResponse
 
retain() - Method in class io.netty.handler.codec.memcache.DefaultLastMemcacheContent
 
retain(int) - Method in class io.netty.handler.codec.memcache.DefaultLastMemcacheContent
 
retain() - Method in class io.netty.handler.codec.memcache.DefaultMemcacheContent
 
retain(int) - Method in class io.netty.handler.codec.memcache.DefaultMemcacheContent
 
retain(int) - Method in interface io.netty.handler.codec.memcache.FullMemcacheMessage
 
retain() - Method in interface io.netty.handler.codec.memcache.FullMemcacheMessage
 
retain(int) - Method in interface io.netty.handler.codec.memcache.LastMemcacheContent
 
retain() - Method in interface io.netty.handler.codec.memcache.LastMemcacheContent
 
retain() - Method in interface io.netty.handler.codec.memcache.MemcacheContent
 
retain(int) - Method in interface io.netty.handler.codec.memcache.MemcacheContent
 
retain() - Method in interface io.netty.handler.codec.memcache.MemcacheMessage
Increases the reference count by 1.
retain(int) - Method in interface io.netty.handler.codec.memcache.MemcacheMessage
Increases the reference count by the specified increment.
retain() - Method in class io.netty.handler.codec.mqtt.MqttPublishMessage
 
retain(int) - Method in class io.netty.handler.codec.mqtt.MqttPublishMessage
 
retain() - Method in class io.netty.handler.codec.spdy.DefaultSpdyDataFrame
 
retain(int) - Method in class io.netty.handler.codec.spdy.DefaultSpdyDataFrame
 
retain() - Method in interface io.netty.handler.codec.spdy.SpdyDataFrame
 
retain(int) - Method in interface io.netty.handler.codec.spdy.SpdyDataFrame
 
retain() - Method in class io.netty.handler.codec.stomp.DefaultLastStompContentSubframe
 
retain(int) - Method in class io.netty.handler.codec.stomp.DefaultLastStompContentSubframe
 
retain() - Method in class io.netty.handler.codec.stomp.DefaultStompContentSubframe
 
retain(int) - Method in class io.netty.handler.codec.stomp.DefaultStompContentSubframe
 
retain() - Method in class io.netty.handler.codec.stomp.DefaultStompFrame
 
retain(int) - Method in class io.netty.handler.codec.stomp.DefaultStompFrame
 
retain() - Method in interface io.netty.handler.codec.stomp.LastStompContentSubframe
 
retain(int) - Method in interface io.netty.handler.codec.stomp.LastStompContentSubframe
 
retain() - Method in interface io.netty.handler.codec.stomp.StompContentSubframe
 
retain(int) - Method in interface io.netty.handler.codec.stomp.StompContentSubframe
 
retain() - Method in interface io.netty.handler.codec.stomp.StompFrame
 
retain(int) - Method in interface io.netty.handler.codec.stomp.StompFrame
 
retain() - Method in class io.netty.util.AbstractReferenceCounted
 
retain(int) - Method in class io.netty.util.AbstractReferenceCounted
 
retain() - Method in interface io.netty.util.ReferenceCounted
Increases the reference count by 1.
retain(int) - Method in interface io.netty.util.ReferenceCounted
Increases the reference count by the specified increment.
retain(T) - Static method in class io.netty.util.ReferenceCountUtil
Try to call ReferenceCounted.retain() if the specified message implements ReferenceCounted.
retain(T, int) - Static method in class io.netty.util.ReferenceCountUtil
Try to call ReferenceCounted.retain(int) if the specified message implements ReferenceCounted.
retrans() - Method in class io.netty.channel.epoll.EpollTcpInfo
 
retransmits() - Method in class io.netty.channel.epoll.EpollTcpInfo
 
RETRT_AFTER - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderNames
"retry-after"
RETRY_AFTER - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
"retry-after"
rotational(Iterable<? extends InetSocketAddress>) - Static method in class io.netty.resolver.dns.DnsServerAddresses
Returns an infinite Iterable of the specified DNS server addresses, whose Iterator iterates the DNS server addresses in a rotational order.
rotational(InetSocketAddress...) - Static method in class io.netty.resolver.dns.DnsServerAddresses
Returns an infinite Iterable of the specified DNS server addresses, whose Iterator iterates the DNS server addresses in a rotational order.
RP - Static variable in class io.netty.handler.codec.dns.DnsType
Responsible person record RFC 1183 Information about the responsible person(s) for the domain.
RRSIG - Static variable in class io.netty.handler.codec.dns.DnsType
DNSSEC signature record RFC 4034 Signature for a DNSSEC-secured record set.
RST_STREAM - Static variable in class io.netty.handler.codec.http2.Http2FrameTypes
 
RST_STREAM_FRAME_LENGTH - Static variable in class io.netty.handler.codec.http2.Http2CodecUtil
 
rsv() - Method in interface io.netty.handler.codec.http.websocketx.extensions.WebSocketExtension
 
rsv() - Method in class io.netty.handler.codec.http.websocketx.WebSocketFrame
Bits used for extensions to the standard.
RSV1 - Static variable in interface io.netty.handler.codec.http.websocketx.extensions.WebSocketExtension
 
RSV2 - Static variable in interface io.netty.handler.codec.http.websocketx.extensions.WebSocketExtension
 
RSV3 - Static variable in interface io.netty.handler.codec.http.websocketx.extensions.WebSocketExtension
 
rto() - Method in class io.netty.channel.epoll.EpollTcpInfo
 
RTP - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderValues
"RTP"
RTP_INFO - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderNames
"rtp-info"
RTPTIME - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderValues
"rtptime"
RTS - Static variable in class io.netty.channel.rxtx.RxtxChannelOption
 
RTSP_1_0 - Static variable in class io.netty.handler.codec.rtsp.RtspVersions
RTSP/1.0
RTSP_VERSION_NOT_SUPPORTED - Static variable in class io.netty.handler.codec.rtsp.RtspResponseStatuses
505 RTSP Version not supported
RtspHeaderNames - Class in io.netty.handler.codec.rtsp
Standard RTSP header names.
RtspHeaderValues - Class in io.netty.handler.codec.rtsp
Standard RTSP header names.
RtspMethods - Class in io.netty.handler.codec.rtsp
The request getMethod of RTSP.
RtspObjectDecoder - Class in io.netty.handler.codec.rtsp
Decodes ByteBufs into RTSP messages represented in HttpMessages.
RtspObjectDecoder() - Constructor for class io.netty.handler.codec.rtsp.RtspObjectDecoder
Creates a new instance with the default maxInitialLineLength (4096), maxHeaderSize (8192), and maxContentLength (8192).
RtspObjectDecoder(int, int, int) - Constructor for class io.netty.handler.codec.rtsp.RtspObjectDecoder
Creates a new instance with the specified parameters.
RtspObjectDecoder(int, int, int, boolean) - Constructor for class io.netty.handler.codec.rtsp.RtspObjectDecoder
 
RtspObjectEncoder<H extends HttpMessage> - Class in io.netty.handler.codec.rtsp
Encodes an RTSP message represented in FullHttpMessage into a ByteBuf.
RtspObjectEncoder() - Constructor for class io.netty.handler.codec.rtsp.RtspObjectEncoder
Creates a new instance.
RtspRequestDecoder - Class in io.netty.handler.codec.rtsp
Decodes ByteBufs into RTSP requests represented in HttpRequests.
RtspRequestDecoder() - Constructor for class io.netty.handler.codec.rtsp.RtspRequestDecoder
Creates a new instance with the default maxInitialLineLength (4096}, maxHeaderSize (8192), and maxContentLength (8192).
RtspRequestDecoder(int, int, int) - Constructor for class io.netty.handler.codec.rtsp.RtspRequestDecoder
Creates a new instance with the specified parameters.
RtspRequestDecoder(int, int, int, boolean) - Constructor for class io.netty.handler.codec.rtsp.RtspRequestDecoder
 
RtspRequestEncoder - Class in io.netty.handler.codec.rtsp
Encodes an RTSP request represented in FullHttpRequest into a ByteBuf.
RtspRequestEncoder() - Constructor for class io.netty.handler.codec.rtsp.RtspRequestEncoder
 
RtspResponseDecoder - Class in io.netty.handler.codec.rtsp
Decodes ByteBufs into RTSP responses represented in HttpResponses.
RtspResponseDecoder() - Constructor for class io.netty.handler.codec.rtsp.RtspResponseDecoder
Creates a new instance with the default maxInitialLineLength (4096}, maxHeaderSize (8192), and maxContentLength (8192).
RtspResponseDecoder(int, int, int) - Constructor for class io.netty.handler.codec.rtsp.RtspResponseDecoder
Creates a new instance with the specified parameters.
RtspResponseDecoder(int, int, int, boolean) - Constructor for class io.netty.handler.codec.rtsp.RtspResponseDecoder
 
RtspResponseEncoder - Class in io.netty.handler.codec.rtsp
Encodes an RTSP response represented in FullHttpResponse into a ByteBuf.
RtspResponseEncoder() - Constructor for class io.netty.handler.codec.rtsp.RtspResponseEncoder
 
RtspResponseStatuses - Class in io.netty.handler.codec.rtsp
The getStatus code and its description of a RTSP response.
RtspVersions - Class in io.netty.handler.codec.rtsp
The version of RTSP.
rtt() - Method in class io.netty.channel.epoll.EpollTcpInfo
 
rttvar() - Method in class io.netty.channel.epoll.EpollTcpInfo
 
RuleBasedIpFilter - Class in io.netty.handler.ipfilter
This class allows one to filter new Channels based on the IpFilterRules passed to its constructor.
RuleBasedIpFilter(IpFilterRule...) - Constructor for class io.netty.handler.ipfilter.RuleBasedIpFilter
 
ruleType() - Method in interface io.netty.handler.ipfilter.IpFilterRule
 
ruleType() - Method in class io.netty.handler.ipfilter.IpSubnetFilterRule
 
run() - Method in class io.netty.channel.DefaultEventLoop
 
run() - Method in class io.netty.channel.nio.NioEventLoop
 
run() - Method in class io.netty.channel.ThreadPerChannelEventLoop
 
run() - Method in class io.netty.handler.codec.http2.DefaultHttp2StreamRemovalPolicy
Runs garbage collection of any streams marked for removal > DefaultHttp2StreamRemovalPolicy.GARBAGE_COLLECTION_INTERVAL nanoseconds ago.
run() - Method in class io.netty.util.concurrent.DefaultEventExecutor
 
run() - Method in class io.netty.util.concurrent.SingleThreadEventExecutor
 
run(Timeout) - Method in interface io.netty.util.TimerTask
Executed after the delay specified with Timer.newTimeout(TimerTask, long, TimeUnit).
runAllTasks() - Method in class io.netty.util.concurrent.SingleThreadEventExecutor
Poll all tasks from the task queue and run them via Runnable.run() method.
runAllTasks(long) - Method in class io.netty.util.concurrent.SingleThreadEventExecutor
Poll all tasks from the task queue and run them via Runnable.run() method.
runPendingTasks() - Method in class io.netty.channel.embedded.EmbeddedChannel
Run all tasks (which also includes scheduled tasks) that are pending in the EventLoop for this Channel
runScheduledPendingTasks() - Method in class io.netty.channel.embedded.EmbeddedChannel
Run all pending scheduled tasks in the EventLoop for this Channel and return the nanoseconds when the next scheduled task is ready to run.
RxtxChannel - Class in io.netty.channel.rxtx
A channel to a serial device using the RXTX library.
RxtxChannel() - Constructor for class io.netty.channel.rxtx.RxtxChannel
 
RxtxChannelConfig - Interface in io.netty.channel.rxtx
A configuration class for RXTX device connections.
RxtxChannelConfig.Databits - Enum in io.netty.channel.rxtx
 
RxtxChannelConfig.Paritybit - Enum in io.netty.channel.rxtx
 
RxtxChannelConfig.Stopbits - Enum in io.netty.channel.rxtx
 
RxtxChannelOption - Class in io.netty.channel.rxtx
Option for configuring a serial port connection
RxtxDeviceAddress - Class in io.netty.channel.rxtx
A SocketAddress subclass to wrap the serial port address of a RXTX device (e.g.
RxtxDeviceAddress(String) - Constructor for class io.netty.channel.rxtx.RxtxDeviceAddress
Creates a RxtxDeviceAddress representing the address of the serial port.

S

S_MAXAGE - Static variable in class io.netty.handler.codec.http.HttpHeaderValues
"s-maxage"
sacked() - Method in class io.netty.channel.epoll.EpollTcpInfo
 
safeRelease(Object) - Static method in class io.netty.util.ReferenceCountUtil
Try to call ReferenceCounted.release() if the specified message implements ReferenceCounted.
safeRelease(Object, int) - Static method in class io.netty.util.ReferenceCountUtil
Try to call ReferenceCounted.release(int) if the specified message implements ReferenceCounted.
safeSetFailure(ChannelPromise, Throwable) - Method in class io.netty.channel.AbstractChannel.AbstractUnsafe
Marks the specified promise as failure.
safeSetSuccess(ChannelPromise) - Method in class io.netty.channel.AbstractChannel.AbstractUnsafe
Marks the specified promise as success.
SASL_AUTH - Static variable in class io.netty.handler.codec.memcache.binary.BinaryMemcacheOpcodes
 
SASL_LIST_MECHS - Static variable in class io.netty.handler.codec.memcache.binary.BinaryMemcacheOpcodes
 
SASL_STEP - Static variable in class io.netty.handler.codec.memcache.binary.BinaryMemcacheOpcodes
 
SCALE - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderNames
"scale"
schedule(Runnable, long, TimeUnit) - Method in class io.netty.util.concurrent.AbstractEventExecutor
 
schedule(Callable<V>, long, TimeUnit) - Method in class io.netty.util.concurrent.AbstractEventExecutor
 
schedule(Runnable, long, TimeUnit) - Method in class io.netty.util.concurrent.AbstractEventExecutorGroup
 
schedule(Callable<V>, long, TimeUnit) - Method in class io.netty.util.concurrent.AbstractEventExecutorGroup
 
schedule(Runnable, long, TimeUnit) - Method in class io.netty.util.concurrent.AbstractScheduledEventExecutor
 
schedule(Callable<V>, long, TimeUnit) - Method in class io.netty.util.concurrent.AbstractScheduledEventExecutor
 
schedule(Runnable, long, TimeUnit) - Method in interface io.netty.util.concurrent.EventExecutorGroup
 
schedule(Callable<V>, long, TimeUnit) - Method in interface io.netty.util.concurrent.EventExecutorGroup
 
scheduleAtFixedRate(Runnable, long, long, TimeUnit) - Method in class io.netty.util.concurrent.AbstractEventExecutor
 
scheduleAtFixedRate(Runnable, long, long, TimeUnit) - Method in class io.netty.util.concurrent.AbstractEventExecutorGroup
 
scheduleAtFixedRate(Runnable, long, long, TimeUnit) - Method in class io.netty.util.concurrent.AbstractScheduledEventExecutor
 
scheduleAtFixedRate(Runnable, long, long, TimeUnit) - Method in interface io.netty.util.concurrent.EventExecutorGroup
 
ScheduledFuture<V> - Interface in io.netty.util.concurrent
The result of an scheduled asynchronous operation.
scheduleExecution() - Method in class io.netty.util.concurrent.SingleThreadEventExecutor
 
scheduleWithFixedDelay(Runnable, long, long, TimeUnit) - Method in class io.netty.util.concurrent.AbstractEventExecutor
 
scheduleWithFixedDelay(Runnable, long, long, TimeUnit) - Method in class io.netty.util.concurrent.AbstractEventExecutorGroup
 
scheduleWithFixedDelay(Runnable, long, long, TimeUnit) - Method in class io.netty.util.concurrent.AbstractScheduledEventExecutor
 
scheduleWithFixedDelay(Runnable, long, long, TimeUnit) - Method in interface io.netty.util.concurrent.EventExecutorGroup
 
scheme(AsciiString) - Method in class io.netty.handler.codec.http2.DefaultHttp2Headers
 
scheme() - Method in class io.netty.handler.codec.http2.DefaultHttp2Headers
 
scheme(AsciiString) - Method in class io.netty.handler.codec.http2.EmptyHttp2Headers
 
scheme() - Method in class io.netty.handler.codec.http2.EmptyHttp2Headers
 
scheme(AsciiString) - Method in interface io.netty.handler.codec.http2.Http2Headers
Sets the Http2Headers.PseudoHeaderName.SCHEME header if there is no such header
scheme() - Method in interface io.netty.handler.codec.http2.Http2Headers
Gets the Http2Headers.PseudoHeaderName.SCHEME header or null if there is no such header
SCHEME - Static variable in class io.netty.handler.codec.spdy.SpdyHeaders.HttpNames
":scheme"
SCHEME - Static variable in class io.netty.handler.codec.spdy.SpdyHttpHeaders.Names
"X-SPDY-Scheme"
SCTP_DISABLE_FRAGMENTS - Static variable in class io.netty.channel.sctp.SctpChannelOption
 
SCTP_EXPLICIT_COMPLETE - Static variable in class io.netty.channel.sctp.SctpChannelOption
 
SCTP_FRAGMENT_INTERLEAVE - Static variable in class io.netty.channel.sctp.SctpChannelOption
 
SCTP_INIT_MAXSTREAMS - Static variable in class io.netty.channel.sctp.SctpChannelOption
 
SCTP_NODELAY - Static variable in class io.netty.channel.sctp.SctpChannelOption
 
SCTP_PRIMARY_ADDR - Static variable in class io.netty.channel.sctp.SctpChannelOption
 
SCTP_SET_PEER_PRIMARY_ADDR - Static variable in class io.netty.channel.sctp.SctpChannelOption
 
SctpChannel - Interface in io.netty.channel.sctp
A SCTP/IP Channel interface for single SCTP association.
SctpChannelConfig - Interface in io.netty.channel.sctp
SctpChannelOption - Class in io.netty.channel.sctp
Option for configuring the SCTP transport
SctpInboundByteStreamHandler - Class in io.netty.handler.codec.sctp
A ChannelHandler which receives SctpMessages which belong to a application protocol form a specific SCTP Stream and decode it as ByteBuf.
SctpInboundByteStreamHandler(int, int) - Constructor for class io.netty.handler.codec.sctp.SctpInboundByteStreamHandler
 
SctpMessage - Class in io.netty.channel.sctp
Representation of SCTP Data Chunk
SctpMessage(int, int, ByteBuf) - Constructor for class io.netty.channel.sctp.SctpMessage
Essential data that is being carried within SCTP Data Chunk
SctpMessage(MessageInfo, ByteBuf) - Constructor for class io.netty.channel.sctp.SctpMessage
Essential data that is being carried within SCTP Data Chunk
SctpMessageCompletionHandler - Class in io.netty.handler.codec.sctp
MessageToMessageDecoder which will take care of handle fragmented SctpMessages, so only complete SctpMessages will be forwarded to the next ChannelHandler.
SctpMessageCompletionHandler() - Constructor for class io.netty.handler.codec.sctp.SctpMessageCompletionHandler
 
SctpMessageToMessageDecoder - Class in io.netty.handler.codec.sctp
 
SctpMessageToMessageDecoder() - Constructor for class io.netty.handler.codec.sctp.SctpMessageToMessageDecoder
 
SctpNotificationHandler - Class in io.netty.channel.sctp
AbstractNotificationHandler implementation which will handle all Notifications by trigger a Notification user event in the ChannelPipeline of a SctpChannel.
SctpNotificationHandler(SctpChannel) - Constructor for class io.netty.channel.sctp.SctpNotificationHandler
 
SctpOutboundByteStreamHandler - Class in io.netty.handler.codec.sctp
A ChannelHandler which transform ByteBuf to SctpMessage and send it through a specific stream with given protocol identifier.
SctpOutboundByteStreamHandler(int, int) - Constructor for class io.netty.handler.codec.sctp.SctpOutboundByteStreamHandler
 
SctpServerChannel - Interface in io.netty.channel.sctp
A SCTP/IP ServerChannel which accepts incoming SCTP/IP associations.
SctpServerChannelConfig - Interface in io.netty.channel.sctp
SEC_WEBSOCKET_ACCEPT - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
"sec-websocket-accept"
SEC_WEBSOCKET_EXTENSIONS - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
"sec-websocket-protocol"
SEC_WEBSOCKET_KEY - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
"sec-websocket-key"
SEC_WEBSOCKET_KEY1 - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
"sec-websocket-key1"
SEC_WEBSOCKET_KEY2 - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
"sec-websocket-key2"
SEC_WEBSOCKET_LOCATION - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
"sec-websocket-location"
SEC_WEBSOCKET_ORIGIN - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
"sec-websocket-origin"
SEC_WEBSOCKET_PROTOCOL - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
"sec-websocket-protocol"
SEC_WEBSOCKET_VERSION - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
"sec-websocket-version"
SEE_OTHER - Static variable in class io.netty.handler.codec.http.HttpResponseStatus
303 See Other (since HTTP/1.1)
select(List<String>) - Method in interface io.netty.handler.ssl.JdkApplicationProtocolNegotiator.ProtocolSelector
Callback invoked to select the application level protocol from the protocols provided.
selected(String) - Method in interface io.netty.handler.ssl.JdkApplicationProtocolNegotiator.ProtocolSelectionListener
Callback invoked to let this application know the protocol chosen by the peer.
selectedListenerFailureBehavior() - Method in class io.netty.handler.ssl.ApplicationProtocolConfig
Get the desired behavior for the peer who is notified of the selected protocol.
selectedSubprotocol() - Method in class io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker
Returns the selected subprotocol.
selectionKey() - Method in class io.netty.channel.nio.AbstractNioChannel
Return the current SelectionKey
selectorFailureBehavior() - Method in class io.netty.handler.ssl.ApplicationProtocolConfig
Get the desired behavior for the peer who selects the application protocol.
selectSubprotocol(String) - Method in class io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker
Selects the first matching supported sub protocol
SelfSignedCertificate - Class in io.netty.handler.ssl.util
Generates a temporary self-signed certificate for testing purposes.
SelfSignedCertificate() - Constructor for class io.netty.handler.ssl.util.SelfSignedCertificate
Creates a new instance.
SelfSignedCertificate(String) - Constructor for class io.netty.handler.ssl.util.SelfSignedCertificate
Creates a new instance.
SelfSignedCertificate(String, SecureRandom, int) - Constructor for class io.netty.handler.ssl.util.SelfSignedCertificate
Creates a new instance.
SEMICOLON - Static variable in class io.netty.handler.codec.http.HttpConstants
Semicolon ';'
sender() - Method in interface io.netty.channel.AddressedEnvelope
Returns the address of the sender of this message.
sender() - Method in class io.netty.channel.DefaultAddressedEnvelope
 
sender() - Method in class io.netty.handler.codec.dns.DnsResponse
The InetSocketAddress of the sender of this DnsResponse
sendFlowControlled(ChannelHandlerContext, Http2Stream, Http2RemoteFlowController.FlowControlled) - Method in class io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController
 
sendFlowControlled(ChannelHandlerContext, Http2Stream, Http2RemoteFlowController.FlowControlled) - Method in interface io.netty.handler.codec.http2.Http2RemoteFlowController
Writes or queues a payload for transmission to the remote endpoint.
sendToProxyServer(Object) - Method in class io.netty.handler.proxy.ProxyHandler
Sends the specified message to the proxy server.
sendUnsupportedVersionResponse(Channel) - Static method in class io.netty.handler.codec.http.websocketx.WebSocketServerHandshakerFactory
Return that we need cannot not support the web socket version
sendUnsupportedVersionResponse(Channel, ChannelPromise) - Static method in class io.netty.handler.codec.http.websocketx.WebSocketServerHandshakerFactory
Return that we need cannot not support the web socket version
SEQ - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderValues
"seq"
sequential(Iterable<? extends InetSocketAddress>) - Static method in class io.netty.resolver.dns.DnsServerAddresses
Returns an infinite Iterable of the specified DNS server addresses, whose Iterator iterates the DNS server addresses in a sequential order.
sequential(InetSocketAddress...) - Static method in class io.netty.resolver.dns.DnsServerAddresses
Returns an infinite Iterable of the specified DNS server addresses, whose Iterator iterates the DNS server addresses in a sequential order.
SERVER - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
"server"
SERVER - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderNames
"server"
SERVER - Static variable in interface io.netty.handler.codec.stomp.StompHeaders
 
SERVER_PORT - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderValues
"server_port"
ServerBootstrap - Class in io.netty.bootstrap
Bootstrap sub-class which allows easy bootstrap of ServerChannel
ServerBootstrap() - Constructor for class io.netty.bootstrap.ServerBootstrap
 
ServerChannel - Interface in io.netty.channel
A Channel that accepts an incoming connection attempt and creates its child Channels by accepting them.
ServerCookieDecoder - Class in io.netty.handler.codec.http
A RFC6265 compliant cookie decoder to be used server side.
ServerCookieEncoder - Class in io.netty.handler.codec.http
A RFC6265 compliant cookie encoder to be used server side, so some fields are sent (Version is typically ignored).
ServerDomainSocketChannel - Interface in io.netty.channel.unix
ServerSocketChannel - Interface in io.netty.channel.socket
A TCP/IP ServerChannel which accepts incoming TCP/IP connections.
ServerSocketChannelConfig - Interface in io.netty.channel.socket
SERVFAIL - Static variable in class io.netty.handler.codec.dns.DnsResponseCode
ID 2, server failure
SERVICE_UNAVAILABLE - Static variable in class io.netty.handler.codec.http.HttpResponseStatus
503 Service Unavailable
SERVICE_UNAVAILABLE - Static variable in class io.netty.handler.codec.rtsp.RtspResponseStatuses
503 Service Unavailable
SESSION - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderNames
"session"
SESSION - Static variable in interface io.netty.handler.codec.stomp.StompHeaders
 
SESSION_NOT_FOUND - Static variable in class io.netty.handler.codec.rtsp.RtspResponseStatuses
454 Session Not Found
sessionCacheSize() - Method in class io.netty.handler.ssl.JdkSslContext
 
sessionCacheSize() - Method in class io.netty.handler.ssl.OpenSslContext
 
sessionCacheSize() - Method in class io.netty.handler.ssl.SslContext
Returns the size of the cache used for storing SSL session objects.
sessionContext() - Method in class io.netty.handler.ssl.JdkSslContext
Returns the JDK SSLSessionContext object held by this context.
sessionContext() - Method in class io.netty.handler.ssl.OpenSslClientContext
 
sessionContext() - Method in class io.netty.handler.ssl.OpenSslContext
 
sessionContext() - Method in class io.netty.handler.ssl.OpenSslServerContext
 
sessionContext() - Method in class io.netty.handler.ssl.SslContext
Returns the SSLSessionContext object held by this context.
sessionTimeout() - Method in class io.netty.handler.ssl.JdkSslContext
 
sessionTimeout() - Method in class io.netty.handler.ssl.OpenSslContext
 
sessionTimeout() - Method in class io.netty.handler.ssl.SslContext
Returns the timeout for the cached SSL session objects, in seconds.
set(AsciiString, AsciiString) - Method in interface io.netty.handler.codec.BinaryHeaders
 
set(AsciiString, Iterable<? extends AsciiString>) - Method in interface io.netty.handler.codec.BinaryHeaders
 
set(AsciiString, AsciiString...) - Method in interface io.netty.handler.codec.BinaryHeaders
 
set(BinaryHeaders) - Method in interface io.netty.handler.codec.BinaryHeaders
set(AsciiString, AsciiString) - Method in class io.netty.handler.codec.DefaultBinaryHeaders
 
set(AsciiString, Iterable<? extends AsciiString>) - Method in class io.netty.handler.codec.DefaultBinaryHeaders
 
set(AsciiString, AsciiString...) - Method in class io.netty.handler.codec.DefaultBinaryHeaders
 
set(BinaryHeaders) - Method in class io.netty.handler.codec.DefaultBinaryHeaders
 
set(T, T) - Method in class io.netty.handler.codec.DefaultHeaders
 
set(T, Iterable<? extends T>) - Method in class io.netty.handler.codec.DefaultHeaders
 
set(T, T...) - Method in class io.netty.handler.codec.DefaultHeaders
 
set(Headers<T>) - Method in class io.netty.handler.codec.DefaultHeaders
 
set(CharSequence, CharSequence) - Method in class io.netty.handler.codec.DefaultTextHeaders
 
set(CharSequence, Iterable<? extends CharSequence>) - Method in class io.netty.handler.codec.DefaultTextHeaders
 
set(CharSequence, CharSequence...) - Method in class io.netty.handler.codec.DefaultTextHeaders
 
set(TextHeaders) - Method in class io.netty.handler.codec.DefaultTextHeaders
 
set(AsciiString, AsciiString) - Method in class io.netty.handler.codec.EmptyBinaryHeaders
 
set(AsciiString, Iterable<? extends AsciiString>) - Method in class io.netty.handler.codec.EmptyBinaryHeaders
 
set(AsciiString, AsciiString...) - Method in class io.netty.handler.codec.EmptyBinaryHeaders
 
set(BinaryHeaders) - Method in class io.netty.handler.codec.EmptyBinaryHeaders
 
set(T, T) - Method in class io.netty.handler.codec.EmptyHeaders
 
set(T, Iterable<? extends T>) - Method in class io.netty.handler.codec.EmptyHeaders
 
set(T, T...) - Method in class io.netty.handler.codec.EmptyHeaders
 
set(Headers<T>) - Method in class io.netty.handler.codec.EmptyHeaders
 
set(CharSequence, CharSequence) - Method in class io.netty.handler.codec.EmptyTextHeaders
 
set(CharSequence, Iterable<? extends CharSequence>) - Method in class io.netty.handler.codec.EmptyTextHeaders
 
set(CharSequence, CharSequence...) - Method in class io.netty.handler.codec.EmptyTextHeaders
 
set(TextHeaders) - Method in class io.netty.handler.codec.EmptyTextHeaders
 
set(T, T) - Method in interface io.netty.handler.codec.Headers
Sets a header with the specified name and value.
set(T, Iterable<? extends T>) - Method in interface io.netty.handler.codec.Headers
Sets a header with the specified name and values.
set(T, T...) - Method in interface io.netty.handler.codec.Headers
Sets a header with the specified name and values.
set(Headers<T>) - Method in interface io.netty.handler.codec.Headers
Cleans the current header entries and copies all header entries of the specified headers.
set(CharSequence, CharSequence) - Method in class io.netty.handler.codec.http.DefaultHttpHeaders
 
set(CharSequence, Iterable<? extends CharSequence>) - Method in class io.netty.handler.codec.http.DefaultHttpHeaders
 
set(CharSequence, CharSequence...) - Method in class io.netty.handler.codec.http.DefaultHttpHeaders
 
set(TextHeaders) - Method in class io.netty.handler.codec.http.DefaultHttpHeaders
 
set(CharSequence, CharSequence) - Method in class io.netty.handler.codec.http.EmptyHttpHeaders
 
set(CharSequence, Iterable<? extends CharSequence>) - Method in class io.netty.handler.codec.http.EmptyHttpHeaders
 
set(CharSequence, CharSequence...) - Method in class io.netty.handler.codec.http.EmptyHttpHeaders
 
set(TextHeaders) - Method in class io.netty.handler.codec.http.EmptyHttpHeaders
 
set(CharSequence, CharSequence) - Method in interface io.netty.handler.codec.http.HttpHeaders
 
set(CharSequence, Iterable<? extends CharSequence>) - Method in interface io.netty.handler.codec.http.HttpHeaders
 
set(CharSequence, CharSequence...) - Method in interface io.netty.handler.codec.http.HttpHeaders
 
set(TextHeaders) - Method in interface io.netty.handler.codec.http.HttpHeaders
 
set(AsciiString, AsciiString) - Method in class io.netty.handler.codec.http2.DefaultHttp2Headers
 
set(AsciiString, Iterable<? extends AsciiString>) - Method in class io.netty.handler.codec.http2.DefaultHttp2Headers
 
set(AsciiString, AsciiString...) - Method in class io.netty.handler.codec.http2.DefaultHttp2Headers
 
set(BinaryHeaders) - Method in class io.netty.handler.codec.http2.DefaultHttp2Headers
 
set(AsciiString, AsciiString) - Method in class io.netty.handler.codec.http2.EmptyHttp2Headers
 
set(AsciiString, Iterable<? extends AsciiString>) - Method in class io.netty.handler.codec.http2.EmptyHttp2Headers
 
set(AsciiString, AsciiString...) - Method in class io.netty.handler.codec.http2.EmptyHttp2Headers
 
set(BinaryHeaders) - Method in class io.netty.handler.codec.http2.EmptyHttp2Headers
 
set(AsciiString, AsciiString) - Method in interface io.netty.handler.codec.http2.Http2Headers
 
set(AsciiString, Iterable<? extends AsciiString>) - Method in interface io.netty.handler.codec.http2.Http2Headers
 
set(AsciiString, AsciiString...) - Method in interface io.netty.handler.codec.http2.Http2Headers
 
set(BinaryHeaders) - Method in interface io.netty.handler.codec.http2.Http2Headers
 
SET - Static variable in class io.netty.handler.codec.memcache.binary.BinaryMemcacheOpcodes
 
set(CharSequence, CharSequence) - Method in class io.netty.handler.codec.spdy.DefaultSpdyHeaders
 
set(CharSequence, Iterable<? extends CharSequence>) - Method in class io.netty.handler.codec.spdy.DefaultSpdyHeaders
 
set(CharSequence, CharSequence...) - Method in class io.netty.handler.codec.spdy.DefaultSpdyHeaders
 
set(TextHeaders) - Method in class io.netty.handler.codec.spdy.DefaultSpdyHeaders
 
set(CharSequence, CharSequence) - Method in interface io.netty.handler.codec.spdy.SpdyHeaders
 
set(CharSequence, Iterable<? extends CharSequence>) - Method in interface io.netty.handler.codec.spdy.SpdyHeaders
 
set(CharSequence, CharSequence...) - Method in interface io.netty.handler.codec.spdy.SpdyHeaders
 
set(TextHeaders) - Method in interface io.netty.handler.codec.spdy.SpdyHeaders
 
set(CharSequence, CharSequence) - Method in class io.netty.handler.codec.stomp.DefaultStompHeaders
 
set(CharSequence, Iterable<? extends CharSequence>) - Method in class io.netty.handler.codec.stomp.DefaultStompHeaders
 
set(CharSequence, CharSequence...) - Method in class io.netty.handler.codec.stomp.DefaultStompHeaders
 
set(TextHeaders) - Method in class io.netty.handler.codec.stomp.DefaultStompHeaders
 
set(CharSequence, CharSequence) - Method in interface io.netty.handler.codec.stomp.StompHeaders
 
set(CharSequence, Iterable<? extends CharSequence>) - Method in interface io.netty.handler.codec.stomp.StompHeaders
 
set(CharSequence, CharSequence...) - Method in interface io.netty.handler.codec.stomp.StompHeaders
 
set(TextHeaders) - Method in interface io.netty.handler.codec.stomp.StompHeaders
 
set(CharSequence, CharSequence) - Method in interface io.netty.handler.codec.TextHeaders
 
set(CharSequence, Iterable<? extends CharSequence>) - Method in interface io.netty.handler.codec.TextHeaders
 
set(CharSequence, CharSequence...) - Method in interface io.netty.handler.codec.TextHeaders
 
set(TextHeaders) - Method in interface io.netty.handler.codec.TextHeaders
set(T) - Method in interface io.netty.util.Attribute
Sets the value
set(V) - Method in class io.netty.util.concurrent.FastThreadLocal
Set the value for the current thread.
set(InternalThreadLocalMap, V) - Method in class io.netty.util.concurrent.FastThreadLocal
Set the value for the specified thread local map.
set100ContinueExpected(HttpMessage, boolean) - Static method in class io.netty.handler.codec.http.HttpHeaderUtil
Sets or removes the "Expect: 100-continue" header to / from the specified message.
SET_COOKIE - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
"set-cookie"
SET_COOKIE2 - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
"set-cookie2"
SET_PARAMETER - Static variable in class io.netty.handler.codec.rtsp.RtspMethods
The SET_PARAMETER requests to set the value of a parameter for a presentation or stream specified by the URI.
setAction(Http2StreamRemovalPolicy.Action) - Method in class io.netty.handler.codec.http2.DefaultHttp2StreamRemovalPolicy
 
setAction(Http2StreamRemovalPolicy.Action) - Method in interface io.netty.handler.codec.http2.Http2StreamRemovalPolicy
Sets the removal action.
setAll(BinaryHeaders) - Method in interface io.netty.handler.codec.BinaryHeaders
setAll(BinaryHeaders) - Method in class io.netty.handler.codec.DefaultBinaryHeaders
 
setAll(Headers<T>) - Method in class io.netty.handler.codec.DefaultHeaders
 
setAll(TextHeaders) - Method in class io.netty.handler.codec.DefaultTextHeaders
 
setAll(BinaryHeaders) - Method in class io.netty.handler.codec.EmptyBinaryHeaders
 
setAll(Headers<T>) - Method in class io.netty.handler.codec.EmptyHeaders
 
setAll(TextHeaders) - Method in class io.netty.handler.codec.EmptyTextHeaders
 
setAll(Headers<T>) - Method in interface io.netty.handler.codec.Headers
Retains all current headers but calls Headers.set(Object, Object) for each entry in headers
setAll(TextHeaders) - Method in class io.netty.handler.codec.http.DefaultHttpHeaders
 
setAll(TextHeaders) - Method in class io.netty.handler.codec.http.EmptyHttpHeaders
 
setAll(TextHeaders) - Method in interface io.netty.handler.codec.http.HttpHeaders
 
setAll(BinaryHeaders) - Method in class io.netty.handler.codec.http2.DefaultHttp2Headers
 
setAll(BinaryHeaders) - Method in class io.netty.handler.codec.http2.EmptyHttp2Headers
 
setAll(BinaryHeaders) - Method in interface io.netty.handler.codec.http2.Http2Headers
 
setAll(TextHeaders) - Method in class io.netty.handler.codec.spdy.DefaultSpdyHeaders
 
setAll(TextHeaders) - Method in interface io.netty.handler.codec.spdy.SpdyHeaders
 
setAll(TextHeaders) - Method in class io.netty.handler.codec.stomp.DefaultStompHeaders
 
setAll(TextHeaders) - Method in interface io.netty.handler.codec.stomp.StompHeaders
 
setAll(TextHeaders) - Method in interface io.netty.handler.codec.TextHeaders
setAllocator(ByteBufAllocator) - Method in interface io.netty.channel.ChannelConfig
Set the ByteBufAllocator which is used for the channel to allocate buffers.
setAllocator(ByteBufAllocator) - Method in class io.netty.channel.DefaultChannelConfig
 
setAllocator(ByteBufAllocator) - Method in class io.netty.channel.epoll.EpollChannelConfig
 
setAllocator(ByteBufAllocator) - Method in class io.netty.channel.epoll.EpollDatagramChannelConfig
 
setAllocator(ByteBufAllocator) - Method in class io.netty.channel.epoll.EpollDomainSocketChannelConfig
 
setAllocator(ByteBufAllocator) - Method in class io.netty.channel.epoll.EpollServerChannelConfig
 
setAllocator(ByteBufAllocator) - Method in class io.netty.channel.epoll.EpollServerSocketChannelConfig
 
setAllocator(ByteBufAllocator) - Method in class io.netty.channel.epoll.EpollSocketChannelConfig
 
setAllocator(ByteBufAllocator) - Method in interface io.netty.channel.rxtx.RxtxChannelConfig
 
setAllocator(ByteBufAllocator) - Method in class io.netty.channel.sctp.DefaultSctpChannelConfig
 
setAllocator(ByteBufAllocator) - Method in class io.netty.channel.sctp.DefaultSctpServerChannelConfig
 
setAllocator(ByteBufAllocator) - Method in interface io.netty.channel.sctp.SctpChannelConfig
 
setAllocator(ByteBufAllocator) - Method in interface io.netty.channel.sctp.SctpServerChannelConfig
 
setAllocator(ByteBufAllocator) - Method in interface io.netty.channel.socket.DatagramChannelConfig
 
setAllocator(ByteBufAllocator) - Method in class io.netty.channel.socket.DefaultDatagramChannelConfig
 
setAllocator(ByteBufAllocator) - Method in class io.netty.channel.socket.DefaultServerSocketChannelConfig
 
setAllocator(ByteBufAllocator) - Method in class io.netty.channel.socket.DefaultSocketChannelConfig
 
setAllocator(ByteBufAllocator) - Method in class io.netty.channel.socket.oio.DefaultOioServerSocketChannelConfig
 
setAllocator(ByteBufAllocator) - Method in class io.netty.channel.socket.oio.DefaultOioSocketChannelConfig
 
setAllocator(ByteBufAllocator) - Method in interface io.netty.channel.socket.oio.OioServerSocketChannelConfig
 
setAllocator(ByteBufAllocator) - Method in interface io.netty.channel.socket.oio.OioSocketChannelConfig
 
setAllocator(ByteBufAllocator) - Method in interface io.netty.channel.socket.ServerSocketChannelConfig
 
setAllocator(ByteBufAllocator) - Method in interface io.netty.channel.socket.SocketChannelConfig
 
setAllocator(ByteBufAllocator) - Method in class io.netty.channel.udt.DefaultUdtChannelConfig
 
setAllocator(ByteBufAllocator) - Method in class io.netty.channel.udt.DefaultUdtServerChannelConfig
 
setAllocator(ByteBufAllocator) - Method in interface io.netty.channel.udt.UdtChannelConfig
 
setAllocator(ByteBufAllocator) - Method in interface io.netty.channel.udt.UdtServerChannelConfig
 
setAllocator(ByteBufAllocator) - Method in interface io.netty.channel.unix.DomainSocketChannelConfig
 
setAllowHalfClosure(boolean) - Method in class io.netty.channel.epoll.EpollSocketChannelConfig
 
setAllowHalfClosure(boolean) - Method in class io.netty.channel.socket.DefaultSocketChannelConfig
 
setAllowHalfClosure(boolean) - Method in class io.netty.channel.socket.oio.DefaultOioSocketChannelConfig
 
setAllowHalfClosure(boolean) - Method in interface io.netty.channel.socket.oio.OioSocketChannelConfig
 
setAllowHalfClosure(boolean) - Method in interface io.netty.channel.socket.SocketChannelConfig
Sets whether the channel should not close itself when its remote peer shuts down output to make the connection half-closed.
setAssociatedStreamId(int) - Method in class io.netty.handler.codec.spdy.DefaultSpdySynStreamFrame
 
setAssociatedStreamId(int) - Method in interface io.netty.handler.codec.spdy.SpdySynStreamFrame
Sets the Associated-To-Stream-ID of this frame.
setAuthoritativeAnswer(boolean) - Method in class io.netty.handler.codec.dns.DnsResponseHeader
Set to true if responding server is authoritative for the domain name in the query message.
setAutoRead(boolean) - Method in interface io.netty.channel.ChannelConfig
Sets if ChannelHandlerContext.read() will be invoked automatically so that a user application doesn't need to call it at all.
setAutoRead(boolean) - Method in class io.netty.channel.DefaultChannelConfig
 
setAutoRead(boolean) - Method in class io.netty.channel.epoll.EpollChannelConfig
 
setAutoRead(boolean) - Method in class io.netty.channel.epoll.EpollDatagramChannelConfig
 
setAutoRead(boolean) - Method in class io.netty.channel.epoll.EpollDomainSocketChannelConfig
 
setAutoRead(boolean) - Method in class io.netty.channel.epoll.EpollServerChannelConfig
 
setAutoRead(boolean) - Method in class io.netty.channel.epoll.EpollServerSocketChannelConfig
 
setAutoRead(boolean) - Method in class io.netty.channel.epoll.EpollSocketChannelConfig
 
setAutoRead(boolean) - Method in interface io.netty.channel.rxtx.RxtxChannelConfig
 
setAutoRead(boolean) - Method in class io.netty.channel.sctp.DefaultSctpChannelConfig
 
setAutoRead(boolean) - Method in class io.netty.channel.sctp.DefaultSctpServerChannelConfig
 
setAutoRead(boolean) - Method in interface io.netty.channel.sctp.SctpChannelConfig
 
setAutoRead(boolean) - Method in interface io.netty.channel.sctp.SctpServerChannelConfig
 
setAutoRead(boolean) - Method in interface io.netty.channel.socket.DatagramChannelConfig
 
setAutoRead(boolean) - Method in class io.netty.channel.socket.DefaultDatagramChannelConfig
 
setAutoRead(boolean) - Method in class io.netty.channel.socket.DefaultServerSocketChannelConfig
 
setAutoRead(boolean) - Method in class io.netty.channel.socket.DefaultSocketChannelConfig
 
setAutoRead(boolean) - Method in class io.netty.channel.socket.oio.DefaultOioServerSocketChannelConfig
 
setAutoRead(boolean) - Method in class io.netty.channel.socket.oio.DefaultOioSocketChannelConfig
 
setAutoRead(boolean) - Method in interface io.netty.channel.socket.oio.OioServerSocketChannelConfig
 
setAutoRead(boolean) - Method in interface io.netty.channel.socket.oio.OioSocketChannelConfig
 
setAutoRead(boolean) - Method in interface io.netty.channel.socket.ServerSocketChannelConfig
 
setAutoRead(boolean) - Method in interface io.netty.channel.socket.SocketChannelConfig
 
setAutoRead(boolean) - Method in class io.netty.channel.udt.DefaultUdtChannelConfig
 
setAutoRead(boolean) - Method in class io.netty.channel.udt.DefaultUdtServerChannelConfig
 
setAutoRead(boolean) - Method in interface io.netty.channel.udt.UdtChannelConfig
 
setAutoRead(boolean) - Method in interface io.netty.channel.udt.UdtServerChannelConfig
 
setAutoRead(boolean) - Method in interface io.netty.channel.unix.DomainSocketChannelConfig
 
setBacklog(int) - Method in class io.netty.channel.epoll.EpollServerChannelConfig
 
setBacklog(int) - Method in class io.netty.channel.epoll.EpollServerSocketChannelConfig
 
setBacklog(int) - Method in class io.netty.channel.sctp.DefaultSctpServerChannelConfig
 
setBacklog(int) - Method in interface io.netty.channel.sctp.SctpServerChannelConfig
Sets the backlog value to specify when the channel binds to a local address.
setBacklog(int) - Method in class io.netty.channel.socket.DefaultServerSocketChannelConfig
 
setBacklog(int) - Method in class io.netty.channel.socket.oio.DefaultOioServerSocketChannelConfig
 
setBacklog(int) - Method in interface io.netty.channel.socket.oio.OioServerSocketChannelConfig
 
setBacklog(int) - Method in interface io.netty.channel.socket.ServerSocketChannelConfig
Sets the backlog value to specify when the channel binds to a local address.
setBacklog(int) - Method in class io.netty.channel.udt.DefaultUdtServerChannelConfig
 
setBacklog(int) - Method in interface io.netty.channel.udt.UdtServerChannelConfig
Sets KindUDT.ACCEPTOR channel backlog via ChannelOption.SO_BACKLOG.
setBaudrate(int) - Method in interface io.netty.channel.rxtx.RxtxChannelConfig
Sets the baud rate (ie. bits per second) for communication with the serial device.
setBodyHttpDatas(List<InterfaceHttpData>) - Method in class io.netty.handler.codec.http.multipart.HttpPostRequestEncoder
Set the Body HttpDatas list
setBoolean(int, boolean) - Method in class io.netty.buffer.AbstractByteBuf
 
setBoolean(int, boolean) - Method in class io.netty.buffer.ByteBuf
Sets the specified boolean at the specified absolute index in this buffer.
setBoolean(int, boolean) - Method in class io.netty.buffer.CompositeByteBuf
 
setBoolean(int, boolean) - Method in class io.netty.buffer.EmptyByteBuf
 
setBoolean(int, boolean) - Method in class io.netty.buffer.SwappedByteBuf
 
setBoolean(int, boolean) - Method in class io.netty.buffer.WrappedByteBuf
 
setBoolean(AsciiString, boolean) - Method in interface io.netty.handler.codec.BinaryHeaders
 
setBoolean(AsciiString, boolean) - Method in class io.netty.handler.codec.DefaultBinaryHeaders
 
setBoolean(T, boolean) - Method in class io.netty.handler.codec.DefaultHeaders
 
setBoolean(CharSequence, boolean) - Method in class io.netty.handler.codec.DefaultTextHeaders
 
setBoolean(AsciiString, boolean) - Method in class io.netty.handler.codec.EmptyBinaryHeaders
 
setBoolean(T, boolean) - Method in class io.netty.handler.codec.EmptyHeaders
 
setBoolean(CharSequence, boolean) - Method in class io.netty.handler.codec.EmptyTextHeaders
 
setBoolean(T, boolean) - Method in interface io.netty.handler.codec.Headers
Set the name to value.
setBoolean(CharSequence, boolean) - Method in class io.netty.handler.codec.http.DefaultHttpHeaders
 
setBoolean(CharSequence, boolean) - Method in class io.netty.handler.codec.http.EmptyHttpHeaders
 
setBoolean(CharSequence, boolean) - Method in interface io.netty.handler.codec.http.HttpHeaders
 
setBoolean(AsciiString, boolean) - Method in class io.netty.handler.codec.http2.DefaultHttp2Headers
 
setBoolean(AsciiString, boolean) - Method in class io.netty.handler.codec.http2.EmptyHttp2Headers
 
setBoolean(AsciiString, boolean) - Method in interface io.netty.handler.codec.http2.Http2Headers
 
setBoolean(CharSequence, boolean) - Method in class io.netty.handler.codec.spdy.DefaultSpdyHeaders
 
setBoolean(CharSequence, boolean) - Method in interface io.netty.handler.codec.spdy.SpdyHeaders
 
setBoolean(CharSequence, boolean) - Method in class io.netty.handler.codec.stomp.DefaultStompHeaders
 
setBoolean(CharSequence, boolean) - Method in interface io.netty.handler.codec.stomp.StompHeaders
 
setBoolean(CharSequence, boolean) - Method in interface io.netty.handler.codec.TextHeaders
 
setBroadcast(boolean) - Method in class io.netty.channel.epoll.EpollDatagramChannelConfig
 
setBroadcast(boolean) - Method in interface io.netty.channel.socket.DatagramChannelConfig
setBroadcast(boolean) - Method in class io.netty.channel.socket.DefaultDatagramChannelConfig
 
setByte(int, int) - Method in class io.netty.buffer.AbstractByteBuf
 
setByte(int, int) - Method in class io.netty.buffer.ByteBuf
Sets the specified byte at the specified absolute index in this buffer.
setByte(int, int) - Method in class io.netty.buffer.CompositeByteBuf
 
setByte(int, int) - Method in class io.netty.buffer.DuplicatedByteBuf
 
setByte(int, int) - Method in class io.netty.buffer.EmptyByteBuf
 
setByte(int, int) - Method in class io.netty.buffer.ReadOnlyByteBuf
 
setByte(int, int) - Method in class io.netty.buffer.SwappedByteBuf
 
setByte(int, int) - Method in class io.netty.buffer.UnpooledDirectByteBuf
 
setByte(int, int) - Method in class io.netty.buffer.UnpooledHeapByteBuf
 
setByte(int, int) - Method in class io.netty.buffer.WrappedByteBuf
 
setByte(AsciiString, byte) - Method in interface io.netty.handler.codec.BinaryHeaders
 
setByte(AsciiString, byte) - Method in class io.netty.handler.codec.DefaultBinaryHeaders
 
setByte(T, byte) - Method in class io.netty.handler.codec.DefaultHeaders
 
setByte(CharSequence, byte) - Method in class io.netty.handler.codec.DefaultTextHeaders
 
setByte(AsciiString, byte) - Method in class io.netty.handler.codec.EmptyBinaryHeaders
 
setByte(T, byte) - Method in class io.netty.handler.codec.EmptyHeaders
 
setByte(CharSequence, byte) - Method in class io.netty.handler.codec.EmptyTextHeaders
 
setByte(T, byte) - Method in interface io.netty.handler.codec.Headers
Set the name to value.
setByte(CharSequence, byte) - Method in class io.netty.handler.codec.http.DefaultHttpHeaders
 
setByte(CharSequence, byte) - Method in class io.netty.handler.codec.http.EmptyHttpHeaders
 
setByte(CharSequence, byte) - Method in interface io.netty.handler.codec.http.HttpHeaders
 
setByte(AsciiString, byte) - Method in class io.netty.handler.codec.http2.DefaultHttp2Headers
 
setByte(AsciiString, byte) - Method in class io.netty.handler.codec.http2.EmptyHttp2Headers
 
setByte(AsciiString, byte) - Method in interface io.netty.handler.codec.http2.Http2Headers
 
setByte(CharSequence, byte) - Method in class io.netty.handler.codec.spdy.DefaultSpdyHeaders
 
setByte(CharSequence, byte) - Method in interface io.netty.handler.codec.spdy.SpdyHeaders
 
setByte(CharSequence, byte) - Method in class io.netty.handler.codec.stomp.DefaultStompHeaders
 
setByte(CharSequence, byte) - Method in interface io.netty.handler.codec.stomp.StompHeaders
 
setByte(CharSequence, byte) - Method in interface io.netty.handler.codec.TextHeaders
 
setBytes(int, byte[]) - Method in class io.netty.buffer.AbstractByteBuf
 
setBytes(int, ByteBuf) - Method in class io.netty.buffer.AbstractByteBuf
 
setBytes(int, ByteBuf, int) - Method in class io.netty.buffer.AbstractByteBuf
 
setBytes(int, ByteBuf) - Method in class io.netty.buffer.ByteBuf
Transfers the specified source buffer's data to this buffer starting at the specified absolute index until the source buffer becomes unreadable.
setBytes(int, ByteBuf, int) - Method in class io.netty.buffer.ByteBuf
Transfers the specified source buffer's data to this buffer starting at the specified absolute index.
setBytes(int, ByteBuf, int, int) - Method in class io.netty.buffer.ByteBuf
Transfers the specified source buffer's data to this buffer starting at the specified absolute index.
setBytes(int, byte[]) - Method in class io.netty.buffer.ByteBuf
Transfers the specified source array's data to this buffer starting at the specified absolute index.
setBytes(int, byte[], int, int) - Method in class io.netty.buffer.ByteBuf
Transfers the specified source array's data to this buffer starting at the specified absolute index.
setBytes(int, ByteBuffer) - Method in class io.netty.buffer.ByteBuf
Transfers the specified source buffer's data to this buffer starting at the specified absolute index until the source buffer's position reaches its limit.
setBytes(int, InputStream, int) - Method in class io.netty.buffer.ByteBuf
Transfers the content of the specified source stream to this buffer starting at the specified absolute index.
setBytes(int, ScatteringByteChannel, int) - Method in class io.netty.buffer.ByteBuf
Transfers the content of the specified source channel to this buffer starting at the specified absolute index.
setBytes(int, byte[], int, int) - Method in class io.netty.buffer.CompositeByteBuf
 
setBytes(int, ByteBuffer) - Method in class io.netty.buffer.CompositeByteBuf
 
setBytes(int, ByteBuf, int, int) - Method in class io.netty.buffer.CompositeByteBuf
 
setBytes(int, InputStream, int) - Method in class io.netty.buffer.CompositeByteBuf
 
setBytes(int, ScatteringByteChannel, int) - Method in class io.netty.buffer.CompositeByteBuf
 
setBytes(int, ByteBuf) - Method in class io.netty.buffer.CompositeByteBuf
 
setBytes(int, ByteBuf, int) - Method in class io.netty.buffer.CompositeByteBuf
 
setBytes(int, byte[]) - Method in class io.netty.buffer.CompositeByteBuf
 
setBytes(int, byte[], int, int) - Method in class io.netty.buffer.DuplicatedByteBuf
 
setBytes(int, ByteBuf, int, int) - Method in class io.netty.buffer.DuplicatedByteBuf
 
setBytes(int, ByteBuffer) - Method in class io.netty.buffer.DuplicatedByteBuf
 
setBytes(int, InputStream, int) - Method in class io.netty.buffer.DuplicatedByteBuf
 
setBytes(int, ScatteringByteChannel, int) - Method in class io.netty.buffer.DuplicatedByteBuf
 
setBytes(int, ByteBuf) - Method in class io.netty.buffer.EmptyByteBuf
 
setBytes(int, ByteBuf, int) - Method in class io.netty.buffer.EmptyByteBuf
 
setBytes(int, ByteBuf, int, int) - Method in class io.netty.buffer.EmptyByteBuf
 
setBytes(int, byte[]) - Method in class io.netty.buffer.EmptyByteBuf
 
setBytes(int, byte[], int, int) - Method in class io.netty.buffer.EmptyByteBuf
 
setBytes(int, ByteBuffer) - Method in class io.netty.buffer.EmptyByteBuf
 
setBytes(int, InputStream, int) - Method in class io.netty.buffer.EmptyByteBuf
 
setBytes(int, ScatteringByteChannel, int) - Method in class io.netty.buffer.EmptyByteBuf
 
setBytes(int, ByteBuf, int, int) - Method in class io.netty.buffer.ReadOnlyByteBuf
 
setBytes(int, byte[], int, int) - Method in class io.netty.buffer.ReadOnlyByteBuf
 
setBytes(int, ByteBuffer) - Method in class io.netty.buffer.ReadOnlyByteBuf
 
setBytes(int, InputStream, int) - Method in class io.netty.buffer.ReadOnlyByteBuf
 
setBytes(int, ScatteringByteChannel, int) - Method in class io.netty.buffer.ReadOnlyByteBuf
 
setBytes(int, byte[], int, int) - Method in class io.netty.buffer.SlicedByteBuf
 
setBytes(int, ByteBuf, int, int) - Method in class io.netty.buffer.SlicedByteBuf
 
setBytes(int, ByteBuffer) - Method in class io.netty.buffer.SlicedByteBuf
 
setBytes(int, InputStream, int) - Method in class io.netty.buffer.SlicedByteBuf
 
setBytes(int, ScatteringByteChannel, int) - Method in class io.netty.buffer.SlicedByteBuf
 
setBytes(int, ByteBuf) - Method in class io.netty.buffer.SwappedByteBuf
 
setBytes(int, ByteBuf, int) - Method in class io.netty.buffer.SwappedByteBuf
 
setBytes(int, ByteBuf, int, int) - Method in class io.netty.buffer.SwappedByteBuf
 
setBytes(int, byte[]) - Method in class io.netty.buffer.SwappedByteBuf
 
setBytes(int, byte[], int, int) - Method in class io.netty.buffer.SwappedByteBuf
 
setBytes(int, ByteBuffer) - Method in class io.netty.buffer.SwappedByteBuf
 
setBytes(int, InputStream, int) - Method in class io.netty.buffer.SwappedByteBuf
 
setBytes(int, ScatteringByteChannel, int) - Method in class io.netty.buffer.SwappedByteBuf
 
setBytes(int, ByteBuf, int, int) - Method in class io.netty.buffer.UnpooledDirectByteBuf
 
setBytes(int, byte[], int, int) - Method in class io.netty.buffer.UnpooledDirectByteBuf
 
setBytes(int, ByteBuffer) - Method in class io.netty.buffer.UnpooledDirectByteBuf
 
setBytes(int, InputStream, int) - Method in class io.netty.buffer.UnpooledDirectByteBuf
 
setBytes(int, ScatteringByteChannel, int) - Method in class io.netty.buffer.UnpooledDirectByteBuf
 
setBytes(int, ByteBuf, int, int) - Method in class io.netty.buffer.UnpooledHeapByteBuf
 
setBytes(int, byte[], int, int) - Method in class io.netty.buffer.UnpooledHeapByteBuf
 
setBytes(int, ByteBuffer) - Method in class io.netty.buffer.UnpooledHeapByteBuf
 
setBytes(int, InputStream, int) - Method in class io.netty.buffer.UnpooledHeapByteBuf
 
setBytes(int, ScatteringByteChannel, int) - Method in class io.netty.buffer.UnpooledHeapByteBuf
 
setBytes(int, ByteBuf, int, int) - Method in class io.netty.buffer.UnpooledUnsafeDirectByteBuf
 
setBytes(int, byte[], int, int) - Method in class io.netty.buffer.UnpooledUnsafeDirectByteBuf
 
setBytes(int, ByteBuffer) - Method in class io.netty.buffer.UnpooledUnsafeDirectByteBuf
 
setBytes(int, InputStream, int) - Method in class io.netty.buffer.UnpooledUnsafeDirectByteBuf
 
setBytes(int, ScatteringByteChannel, int) - Method in class io.netty.buffer.UnpooledUnsafeDirectByteBuf
 
setBytes(int, ByteBuf) - Method in class io.netty.buffer.WrappedByteBuf
 
setBytes(int, ByteBuf, int) - Method in class io.netty.buffer.WrappedByteBuf
 
setBytes(int, ByteBuf, int, int) - Method in class io.netty.buffer.WrappedByteBuf
 
setBytes(int, byte[]) - Method in class io.netty.buffer.WrappedByteBuf
 
setBytes(int, byte[], int, int) - Method in class io.netty.buffer.WrappedByteBuf
 
setBytes(int, ByteBuffer) - Method in class io.netty.buffer.WrappedByteBuf
 
setBytes(int, InputStream, int) - Method in class io.netty.buffer.WrappedByteBuf
 
setBytes(int, ScatteringByteChannel, int) - Method in class io.netty.buffer.WrappedByteBuf
 
setCas(long) - Method in class io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage
 
setCas(long) - Method in interface io.netty.handler.codec.memcache.binary.BinaryMemcacheMessage
Sets the CAS identifier.
setChar(int, int) - Method in class io.netty.buffer.AbstractByteBuf
 
setChar(int, int) - Method in class io.netty.buffer.ByteBuf
Sets the specified 2-byte UTF-16 character at the specified absolute index in this buffer.
setChar(int, int) - Method in class io.netty.buffer.CompositeByteBuf
 
setChar(int, int) - Method in class io.netty.buffer.EmptyByteBuf
 
setChar(int, int) - Method in class io.netty.buffer.SwappedByteBuf
 
setChar(int, int) - Method in class io.netty.buffer.WrappedByteBuf
 
setChar(AsciiString, char) - Method in interface io.netty.handler.codec.BinaryHeaders
 
setChar(AsciiString, char) - Method in class io.netty.handler.codec.DefaultBinaryHeaders
 
setChar(T, char) - Method in class io.netty.handler.codec.DefaultHeaders
 
setChar(CharSequence, char) - Method in class io.netty.handler.codec.DefaultTextHeaders
 
setChar(AsciiString, char) - Method in class io.netty.handler.codec.EmptyBinaryHeaders
 
setChar(T, char) - Method in class io.netty.handler.codec.EmptyHeaders
 
setChar(CharSequence, char) - Method in class io.netty.handler.codec.EmptyTextHeaders
 
setChar(T, char) - Method in interface io.netty.handler.codec.Headers
Set the name to value.
setChar(CharSequence, char) - Method in class io.netty.handler.codec.http.DefaultHttpHeaders
 
setChar(CharSequence, char) - Method in class io.netty.handler.codec.http.EmptyHttpHeaders
 
setChar(CharSequence, char) - Method in interface io.netty.handler.codec.http.HttpHeaders
 
setChar(AsciiString, char) - Method in class io.netty.handler.codec.http2.DefaultHttp2Headers
 
setChar(AsciiString, char) - Method in class io.netty.handler.codec.http2.EmptyHttp2Headers
 
setChar(AsciiString, char) - Method in interface io.netty.handler.codec.http2.Http2Headers
 
setChar(CharSequence, char) - Method in class io.netty.handler.codec.spdy.DefaultSpdyHeaders
 
setChar(CharSequence, char) - Method in interface io.netty.handler.codec.spdy.SpdyHeaders
 
setChar(CharSequence, char) - Method in class io.netty.handler.codec.stomp.DefaultStompHeaders
 
setChar(CharSequence, char) - Method in interface io.netty.handler.codec.stomp.StompHeaders
 
setChar(CharSequence, char) - Method in interface io.netty.handler.codec.TextHeaders
 
setCharset(Charset) - Method in class io.netty.handler.codec.http.multipart.AbstractHttpData
 
setCharset(Charset) - Method in interface io.netty.handler.codec.http.multipart.HttpData
Set the Charset passed by the browser if defined
setCharset(Charset) - Method in class io.netty.handler.codec.http.multipart.MixedAttribute
 
setCharset(Charset) - Method in class io.netty.handler.codec.http.multipart.MixedFileUpload
 
setCheckInterval(long) - Method in class io.netty.handler.traffic.AbstractTrafficShapingHandler
 
setClearPreviouslyPersistedSettings(boolean) - Method in class io.netty.handler.codec.spdy.DefaultSpdySettingsFrame
 
setClearPreviouslyPersistedSettings(boolean) - Method in interface io.netty.handler.codec.spdy.SpdySettingsFrame
Sets if previously persisted settings should be cleared.
setCloseNotifyTimeout(long, TimeUnit) - Method in class io.netty.handler.ssl.SslHandler
 
setCloseNotifyTimeoutMillis(long) - Method in class io.netty.handler.ssl.SslHandler
 
setComment(String) - Method in interface io.netty.handler.codec.http.Cookie
Sets the comment of this Cookie.
setComment(String) - Method in class io.netty.handler.codec.http.DefaultCookie
 
setCommentUrl(String) - Method in interface io.netty.handler.codec.http.Cookie
Sets the comment URL of this Cookie.
setCommentUrl(String) - Method in class io.netty.handler.codec.http.DefaultCookie
 
setCompleted() - Method in class io.netty.handler.codec.http.multipart.AbstractHttpData
 
setConnectTimeoutMillis(int) - Method in interface io.netty.channel.ChannelConfig
Sets the connect timeout of the channel in milliseconds.
setConnectTimeoutMillis(int) - Method in class io.netty.channel.DefaultChannelConfig
 
setConnectTimeoutMillis(int) - Method in class io.netty.channel.epoll.EpollChannelConfig
 
setConnectTimeoutMillis(int) - Method in class io.netty.channel.epoll.EpollDatagramChannelConfig
 
setConnectTimeoutMillis(int) - Method in class io.netty.channel.epoll.EpollDomainSocketChannelConfig
 
setConnectTimeoutMillis(int) - Method in class io.netty.channel.epoll.EpollServerChannelConfig
 
setConnectTimeoutMillis(int) - Method in class io.netty.channel.epoll.EpollServerSocketChannelConfig
 
setConnectTimeoutMillis(int) - Method in class io.netty.channel.epoll.EpollSocketChannelConfig
 
setConnectTimeoutMillis(int) - Method in interface io.netty.channel.rxtx.RxtxChannelConfig
 
setConnectTimeoutMillis(int) - Method in class io.netty.channel.sctp.DefaultSctpChannelConfig
 
setConnectTimeoutMillis(int) - Method in class io.netty.channel.sctp.DefaultSctpServerChannelConfig
 
setConnectTimeoutMillis(int) - Method in interface io.netty.channel.sctp.SctpChannelConfig
 
setConnectTimeoutMillis(int) - Method in interface io.netty.channel.sctp.SctpServerChannelConfig
 
setConnectTimeoutMillis(int) - Method in interface io.netty.channel.socket.DatagramChannelConfig
 
setConnectTimeoutMillis(int) - Method in class io.netty.channel.socket.DefaultDatagramChannelConfig
 
setConnectTimeoutMillis(int) - Method in class io.netty.channel.socket.DefaultServerSocketChannelConfig
 
setConnectTimeoutMillis(int) - Method in class io.netty.channel.socket.DefaultSocketChannelConfig
 
setConnectTimeoutMillis(int) - Method in class io.netty.channel.socket.oio.DefaultOioServerSocketChannelConfig
 
setConnectTimeoutMillis(int) - Method in class io.netty.channel.socket.oio.DefaultOioSocketChannelConfig
 
setConnectTimeoutMillis(int) - Method in interface io.netty.channel.socket.oio.OioServerSocketChannelConfig
 
setConnectTimeoutMillis(int) - Method in interface io.netty.channel.socket.oio.OioSocketChannelConfig
 
setConnectTimeoutMillis(int) - Method in interface io.netty.channel.socket.ServerSocketChannelConfig
 
setConnectTimeoutMillis(int) - Method in interface io.netty.channel.socket.SocketChannelConfig
 
setConnectTimeoutMillis(int) - Method in class io.netty.channel.udt.DefaultUdtChannelConfig
 
setConnectTimeoutMillis(int) - Method in class io.netty.channel.udt.DefaultUdtServerChannelConfig
 
setConnectTimeoutMillis(int) - Method in interface io.netty.channel.udt.UdtChannelConfig
 
setConnectTimeoutMillis(int) - Method in interface io.netty.channel.udt.UdtServerChannelConfig
 
setConnectTimeoutMillis(int) - Method in interface io.netty.channel.unix.DomainSocketChannelConfig
 
setConnectTimeoutMillis(long) - Method in class io.netty.handler.proxy.ProxyHandler
Sets the connect timeout in millis.
setContent(ByteBuf) - Method in class io.netty.handler.codec.http.multipart.AbstractDiskHttpData
 
setContent(File) - Method in class io.netty.handler.codec.http.multipart.AbstractDiskHttpData
 
setContent(InputStream) - Method in class io.netty.handler.codec.http.multipart.AbstractDiskHttpData
 
setContent(ByteBuf) - Method in class io.netty.handler.codec.http.multipart.AbstractMemoryHttpData
 
setContent(InputStream) - Method in class io.netty.handler.codec.http.multipart.AbstractMemoryHttpData
 
setContent(File) - Method in class io.netty.handler.codec.http.multipart.AbstractMemoryHttpData
 
setContent(ByteBuf) - Method in interface io.netty.handler.codec.http.multipart.HttpData
Set the content from the ChannelBuffer (erase any previous data)
setContent(File) - Method in interface io.netty.handler.codec.http.multipart.HttpData
Set the content from the file (erase any previous data)
setContent(InputStream) - Method in interface io.netty.handler.codec.http.multipart.HttpData
Set the content from the inputStream (erase any previous data)
setContent(ByteBuf) - Method in class io.netty.handler.codec.http.multipart.MixedAttribute
 
setContent(File) - Method in class io.netty.handler.codec.http.multipart.MixedAttribute
 
setContent(InputStream) - Method in class io.netty.handler.codec.http.multipart.MixedAttribute
 
setContent(ByteBuf) - Method in class io.netty.handler.codec.http.multipart.MixedFileUpload
 
setContent(File) - Method in class io.netty.handler.codec.http.multipart.MixedFileUpload
 
setContent(InputStream) - Method in class io.netty.handler.codec.http.multipart.MixedFileUpload
 
setContentLength(HttpMessage, long) - Static method in class io.netty.handler.codec.http.HttpHeaderUtil
Sets the "Content-Length" header.
setContentTransferEncoding(String) - Method in class io.netty.handler.codec.http.multipart.DiskFileUpload
 
setContentTransferEncoding(String) - Method in interface io.netty.handler.codec.http.multipart.FileUpload
Set the Content-Transfer-Encoding type from String as 7bit, 8bit or binary
setContentTransferEncoding(String) - Method in class io.netty.handler.codec.http.multipart.MemoryFileUpload
 
setContentTransferEncoding(String) - Method in class io.netty.handler.codec.http.multipart.MixedFileUpload
 
setContentType(String) - Method in class io.netty.handler.codec.http.multipart.DiskFileUpload
 
setContentType(String) - Method in interface io.netty.handler.codec.http.multipart.FileUpload
Set the Content Type passed by the browser if defined
setContentType(String) - Method in class io.netty.handler.codec.http.multipart.MemoryFileUpload
 
setContentType(String) - Method in class io.netty.handler.codec.http.multipart.MixedFileUpload
 
setCumulator(ByteToMessageDecoder.Cumulator) - Method in class io.netty.handler.codec.ByteToMessageDecoder
Set the ByteToMessageDecoder.Cumulator to use for cumulate the received ByteBufs.
setDatabits(RxtxChannelConfig.Databits) - Method in interface io.netty.channel.rxtx.RxtxChannelConfig
Sets the number of data bits to use to make up each character sent to the serial device.
setDataType(byte) - Method in class io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage
 
setDataType(byte) - Method in interface io.netty.handler.codec.memcache.binary.BinaryMemcacheMessage
Sets the data type of the message.
setDecoderResult(DecoderResult) - Method in interface io.netty.handler.codec.DecoderResultProvider
Updates the result of decoding this object.
setDecoderResult(DecoderResult) - Method in class io.netty.handler.codec.http.DefaultHttpObject
 
setDecoderResult(DecoderResult) - Method in class io.netty.handler.codec.memcache.AbstractMemcacheObject
 
setDecoderResult(DecoderResult) - Method in class io.netty.handler.codec.socksx.AbstractSocksMessage
 
setDecoderResult(DecoderResult) - Method in class io.netty.handler.codec.stomp.DefaultStompContentSubframe
 
setDecoderResult(DecoderResult) - Method in class io.netty.handler.codec.stomp.DefaultStompHeadersSubframe
 
setDeltaWindowSize(int) - Method in class io.netty.handler.codec.spdy.DefaultSpdyWindowUpdateFrame
 
setDeltaWindowSize(int) - Method in interface io.netty.handler.codec.spdy.SpdyWindowUpdateFrame
Sets the Delta-Window-Size of this frame.
setDiscard(boolean) - Method in interface io.netty.handler.codec.http.Cookie
Sets the discard flag of this Cookie.
setDiscard(boolean) - Method in class io.netty.handler.codec.http.DefaultCookie
 
setDiscardThreshold(int) - Method in class io.netty.handler.codec.http.multipart.HttpPostMultipartRequestDecoder
Set the amount of bytes after which read bytes in the buffer should be discarded.
setDiscardThreshold(int) - Method in class io.netty.handler.codec.http.multipart.HttpPostRequestDecoder
 
setDiscardThreshold(int) - Method in class io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder
Set the amount of bytes after which read bytes in the buffer should be discarded.
setDiscardThreshold(int) - Method in interface io.netty.handler.codec.http.multipart.InterfaceHttpPostRequestDecoder
Set the amount of bytes after which read bytes in the buffer should be discarded.
setDomain(String) - Method in interface io.netty.handler.codec.http.Cookie
Sets the domain of this Cookie.
setDomain(String) - Method in class io.netty.handler.codec.http.DefaultCookie
 
setDouble(int, double) - Method in class io.netty.buffer.AbstractByteBuf
 
setDouble(int, double) - Method in class io.netty.buffer.ByteBuf
Sets the specified 64-bit floating-point number at the specified absolute index in this buffer.
setDouble(int, double) - Method in class io.netty.buffer.CompositeByteBuf
 
setDouble(int, double) - Method in class io.netty.buffer.EmptyByteBuf
 
setDouble(int, double) - Method in class io.netty.buffer.SwappedByteBuf
 
setDouble(int, double) - Method in class io.netty.buffer.WrappedByteBuf
 
setDouble(AsciiString, double) - Method in interface io.netty.handler.codec.BinaryHeaders
 
setDouble(AsciiString, double) - Method in class io.netty.handler.codec.DefaultBinaryHeaders
 
setDouble(T, double) - Method in class io.netty.handler.codec.DefaultHeaders
 
setDouble(CharSequence, double) - Method in class io.netty.handler.codec.DefaultTextHeaders
 
setDouble(AsciiString, double) - Method in class io.netty.handler.codec.EmptyBinaryHeaders
 
setDouble(T, double) - Method in class io.netty.handler.codec.EmptyHeaders
 
setDouble(CharSequence, double) - Method in class io.netty.handler.codec.EmptyTextHeaders
 
setDouble(T, double) - Method in interface io.netty.handler.codec.Headers
Set the name to value.
setDouble(CharSequence, double) - Method in class io.netty.handler.codec.http.DefaultHttpHeaders
 
setDouble(CharSequence, double) - Method in class io.netty.handler.codec.http.EmptyHttpHeaders
 
setDouble(CharSequence, double) - Method in interface io.netty.handler.codec.http.HttpHeaders
 
setDouble(AsciiString, double) - Method in class io.netty.handler.codec.http2.DefaultHttp2Headers
 
setDouble(AsciiString, double) - Method in class io.netty.handler.codec.http2.EmptyHttp2Headers
 
setDouble(AsciiString, double) - Method in interface io.netty.handler.codec.http2.Http2Headers
 
setDouble(CharSequence, double) - Method in class io.netty.handler.codec.spdy.DefaultSpdyHeaders
 
setDouble(CharSequence, double) - Method in interface io.netty.handler.codec.spdy.SpdyHeaders
 
setDouble(CharSequence, double) - Method in class io.netty.handler.codec.stomp.DefaultStompHeaders
 
setDouble(CharSequence, double) - Method in interface io.netty.handler.codec.stomp.StompHeaders
 
setDouble(CharSequence, double) - Method in interface io.netty.handler.codec.TextHeaders
 
setDtr(boolean) - Method in interface io.netty.channel.rxtx.RxtxChannelConfig
Sets whether the serial device supports the Data Terminal Ready signal, used for flow control
setEnabledCipherSuites(String[]) - Method in class io.netty.handler.ssl.OpenSslEngine
 
setEnabledProtocols(String[]) - Method in class io.netty.handler.ssl.OpenSslEngine
 
setEnableSessionCreation(boolean) - Method in class io.netty.handler.ssl.OpenSslEngine
 
setEpollMode(EpollMode) - Method in class io.netty.channel.epoll.EpollChannelConfig
Set the EpollMode used.
setEpollMode(EpollMode) - Method in class io.netty.channel.epoll.EpollDatagramChannelConfig
 
setEpollMode(EpollMode) - Method in class io.netty.channel.epoll.EpollDomainSocketChannelConfig
 
setEpollMode(EpollMode) - Method in class io.netty.channel.epoll.EpollServerChannelConfig
 
setEpollMode(EpollMode) - Method in class io.netty.channel.epoll.EpollSocketChannelConfig
 
setExtras(ByteBuf) - Method in class io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage
 
setExtras(ByteBuf) - Method in interface io.netty.handler.codec.memcache.binary.BinaryMemcacheMessage
Sets the extras buffer on the message.
setExtrasLength(byte) - Method in class io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage
 
setExtrasLength(byte) - Method in interface io.netty.handler.codec.memcache.binary.BinaryMemcacheMessage
Set the extras length of the message.
setFailure(Throwable) - Method in interface io.netty.channel.ChannelProgressivePromise
 
setFailure(Throwable) - Method in interface io.netty.channel.ChannelPromise
 
setFailure(Throwable) - Method in class io.netty.channel.DefaultChannelProgressivePromise
 
setFailure(Throwable) - Method in class io.netty.channel.DefaultChannelPromise
 
setFailure(Throwable) - Method in class io.netty.util.concurrent.DefaultProgressivePromise
 
setFailure(Throwable) - Method in class io.netty.util.concurrent.DefaultPromise
 
setFailure(Throwable) - Method in interface io.netty.util.concurrent.ProgressivePromise
 
setFailure(Throwable) - Method in interface io.netty.util.concurrent.Promise
Marks this future as a failure and notifies all listeners.
setFilename(String) - Method in class io.netty.handler.codec.http.multipart.DiskFileUpload
 
setFilename(String) - Method in interface io.netty.handler.codec.http.multipart.FileUpload
Set the original filename
setFilename(String) - Method in class io.netty.handler.codec.http.multipart.MemoryFileUpload
 
setFilename(String) - Method in class io.netty.handler.codec.http.multipart.MixedFileUpload
 
setFlag(boolean, short) - Method in class io.netty.handler.codec.http2.Http2Flags
Generic method to set any flag.
setFloat(int, float) - Method in class io.netty.buffer.AbstractByteBuf
 
setFloat(int, float) - Method in class io.netty.buffer.ByteBuf
Sets the specified 32-bit floating-point number at the specified absolute index in this buffer.
setFloat(int, float) - Method in class io.netty.buffer.CompositeByteBuf
 
setFloat(int, float) - Method in class io.netty.buffer.EmptyByteBuf
 
setFloat(int, float) - Method in class io.netty.buffer.SwappedByteBuf
 
setFloat(int, float) - Method in class io.netty.buffer.WrappedByteBuf
 
setFloat(AsciiString, float) - Method in interface io.netty.handler.codec.BinaryHeaders
 
setFloat(AsciiString, float) - Method in class io.netty.handler.codec.DefaultBinaryHeaders
 
setFloat(T, float) - Method in class io.netty.handler.codec.DefaultHeaders
 
setFloat(CharSequence, float) - Method in class io.netty.handler.codec.DefaultTextHeaders
 
setFloat(AsciiString, float) - Method in class io.netty.handler.codec.EmptyBinaryHeaders
 
setFloat(T, float) - Method in class io.netty.handler.codec.EmptyHeaders
 
setFloat(CharSequence, float) - Method in class io.netty.handler.codec.EmptyTextHeaders
 
setFloat(T, float) - Method in interface io.netty.handler.codec.Headers
Set the name to value.
setFloat(CharSequence, float) - Method in class io.netty.handler.codec.http.DefaultHttpHeaders
 
setFloat(CharSequence, float) - Method in class io.netty.handler.codec.http.EmptyHttpHeaders
 
setFloat(CharSequence, float) - Method in interface io.netty.handler.codec.http.HttpHeaders
 
setFloat(AsciiString, float) - Method in class io.netty.handler.codec.http2.DefaultHttp2Headers
 
setFloat(AsciiString, float) - Method in class io.netty.handler.codec.http2.EmptyHttp2Headers
 
setFloat(AsciiString, float) - Method in interface io.netty.handler.codec.http2.Http2Headers
 
setFloat(CharSequence, float) - Method in class io.netty.handler.codec.spdy.DefaultSpdyHeaders
 
setFloat(CharSequence, float) - Method in interface io.netty.handler.codec.spdy.SpdyHeaders
 
setFloat(CharSequence, float) - Method in class io.netty.handler.codec.stomp.DefaultStompHeaders
 
setFloat(CharSequence, float) - Method in interface io.netty.handler.codec.stomp.StompHeaders
 
setFloat(CharSequence, float) - Method in interface io.netty.handler.codec.TextHeaders
 
setHandshakeTimeout(long, TimeUnit) - Method in class io.netty.handler.ssl.SslHandler
 
setHandshakeTimeoutMillis(long) - Method in class io.netty.handler.ssl.SslHandler
 
setHttpOnly(boolean) - Method in interface io.netty.handler.codec.http.Cookie
Determines if this Cookie is HTTP only.
setHttpOnly(boolean) - Method in class io.netty.handler.codec.http.DefaultCookie
 
setId(int) - Method in class io.netty.handler.codec.dns.DnsHeader
Sets the id for this DnsMessage.
setId(int) - Method in class io.netty.handler.codec.dns.DnsQueryHeader
 
setId(int) - Method in class io.netty.handler.codec.dns.DnsResponseHeader
 
setId(int) - Method in class io.netty.handler.codec.spdy.DefaultSpdyPingFrame
 
setId(int) - Method in interface io.netty.handler.codec.spdy.SpdyPingFrame
Sets the ID of this frame.
setIfAbsent(T) - Method in interface io.netty.util.Attribute
Atomically sets to the given value if this Attribute does not contain a value at the moment.
setIndex(int, int) - Method in class io.netty.buffer.AbstractByteBuf
 
setIndex(int, int) - Method in class io.netty.buffer.ByteBuf
Sets the readerIndex and writerIndex of this buffer in one shot.
setIndex(int, int) - Method in class io.netty.buffer.CompositeByteBuf
 
setIndex(int, int) - Method in class io.netty.buffer.EmptyByteBuf
 
setIndex(int, int) - Method in class io.netty.buffer.SwappedByteBuf
 
setIndex(int, int) - Method in class io.netty.buffer.WrappedByteBuf
 
setInitMaxStreams(SctpStandardSocketOptions.InitMaxStreams) - Method in class io.netty.channel.sctp.DefaultSctpChannelConfig
 
setInitMaxStreams(SctpStandardSocketOptions.InitMaxStreams) - Method in class io.netty.channel.sctp.DefaultSctpServerChannelConfig
 
setInitMaxStreams(SctpStandardSocketOptions.InitMaxStreams) - Method in interface io.netty.channel.sctp.SctpChannelConfig
Gets the SCTP_INIT_MAXSTREAMS option.
setInitMaxStreams(SctpStandardSocketOptions.InitMaxStreams) - Method in interface io.netty.channel.sctp.SctpServerChannelConfig
Gets the SCTP_INIT_MAXSTREAMS option.
setInt(int, int) - Method in class io.netty.buffer.AbstractByteBuf
 
setInt(int, int) - Method in class io.netty.buffer.ByteBuf
Sets the specified 32-bit integer at the specified absolute index in this buffer.
setInt(int, int) - Method in class io.netty.buffer.CompositeByteBuf
 
setInt(int, int) - Method in class io.netty.buffer.DuplicatedByteBuf
 
setInt(int, int) - Method in class io.netty.buffer.EmptyByteBuf
 
setInt(int, int) - Method in class io.netty.buffer.ReadOnlyByteBuf
 
setInt(int, int) - Method in class io.netty.buffer.SwappedByteBuf
 
setInt(int, int) - Method in class io.netty.buffer.UnpooledDirectByteBuf
 
setInt(int, int) - Method in class io.netty.buffer.UnpooledHeapByteBuf
 
setInt(int, int) - Method in class io.netty.buffer.WrappedByteBuf
 
setInt(AsciiString, int) - Method in interface io.netty.handler.codec.BinaryHeaders
 
setInt(AsciiString, int) - Method in class io.netty.handler.codec.DefaultBinaryHeaders
 
setInt(T, int) - Method in class io.netty.handler.codec.DefaultHeaders
 
setInt(CharSequence, int) - Method in class io.netty.handler.codec.DefaultTextHeaders
 
setInt(AsciiString, int) - Method in class io.netty.handler.codec.EmptyBinaryHeaders
 
setInt(T, int) - Method in class io.netty.handler.codec.EmptyHeaders
 
setInt(CharSequence, int) - Method in class io.netty.handler.codec.EmptyTextHeaders
 
setInt(T, int) - Method in interface io.netty.handler.codec.Headers
Set the name to value.
setInt(CharSequence, int) - Method in class io.netty.handler.codec.http.DefaultHttpHeaders
 
setInt(CharSequence, int) - Method in class io.netty.handler.codec.http.EmptyHttpHeaders
 
setInt(CharSequence, int) - Method in interface io.netty.handler.codec.http.HttpHeaders
 
setInt(AsciiString, int) - Method in class io.netty.handler.codec.http2.DefaultHttp2Headers
 
setInt(AsciiString, int) - Method in class io.netty.handler.codec.http2.EmptyHttp2Headers
 
setInt(AsciiString, int) - Method in interface io.netty.handler.codec.http2.Http2Headers
 
setInt(CharSequence, int) - Method in class io.netty.handler.codec.spdy.DefaultSpdyHeaders
 
setInt(CharSequence, int) - Method in interface io.netty.handler.codec.spdy.SpdyHeaders
 
setInt(CharSequence, int) - Method in class io.netty.handler.codec.stomp.DefaultStompHeaders
 
setInt(CharSequence, int) - Method in interface io.netty.handler.codec.stomp.StompHeaders
 
setInt(CharSequence, int) - Method in interface io.netty.handler.codec.TextHeaders
 
setInterface(InetAddress) - Method in class io.netty.channel.epoll.EpollDatagramChannelConfig
 
setInterface(InetAddress) - Method in interface io.netty.channel.socket.DatagramChannelConfig
Sets the address of the network interface used for multicast packets.
setInterface(InetAddress) - Method in class io.netty.channel.socket.DefaultDatagramChannelConfig
 
setInvalid() - Method in class io.netty.handler.codec.spdy.DefaultSpdyHeadersFrame
 
setInvalid() - Method in class io.netty.handler.codec.spdy.DefaultSpdySynReplyFrame
 
setInvalid() - Method in class io.netty.handler.codec.spdy.DefaultSpdySynStreamFrame
 
setInvalid() - Method in interface io.netty.handler.codec.spdy.SpdyHeadersFrame
Marks this header block as invalid.
setInvalid() - Method in interface io.netty.handler.codec.spdy.SpdySynReplyFrame
 
setInvalid() - Method in interface io.netty.handler.codec.spdy.SpdySynStreamFrame
 
setIoRatio(int) - Method in class io.netty.channel.epoll.EpollEventLoopGroup
Sets the percentage of the desired amount of time spent for I/O in the child event loops.
setIoRatio(int) - Method in class io.netty.channel.nio.NioEventLoop
Sets the percentage of the desired amount of time spent for I/O in the event loop.
setIoRatio(int) - Method in class io.netty.channel.nio.NioEventLoopGroup
Sets the percentage of the desired amount of time spent for I/O in the child event loops.
setKeepAlive(boolean) - Method in class io.netty.channel.epoll.EpollSocketChannelConfig
 
setKeepAlive(boolean) - Method in class io.netty.channel.socket.DefaultSocketChannelConfig
 
setKeepAlive(boolean) - Method in class io.netty.channel.socket.oio.DefaultOioSocketChannelConfig
 
setKeepAlive(boolean) - Method in interface io.netty.channel.socket.oio.OioSocketChannelConfig
 
setKeepAlive(boolean) - Method in interface io.netty.channel.socket.SocketChannelConfig
setKeepAlive(HttpMessage, boolean) - Static method in class io.netty.handler.codec.http.HttpHeaderUtil
Sets the value of the "Connection" header depending on the protocol version of the specified message.
setKey(String) - Method in class io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage
 
setKey(String) - Method in interface io.netty.handler.codec.memcache.binary.BinaryMemcacheMessage
Sets the key of the document.
setKeyLength(short) - Method in class io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage
 
setKeyLength(short) - Method in interface io.netty.handler.codec.memcache.binary.BinaryMemcacheMessage
Set the key length of the message.
setLast(boolean) - Method in class io.netty.handler.codec.spdy.DefaultSpdyDataFrame
 
setLast(boolean) - Method in class io.netty.handler.codec.spdy.DefaultSpdyHeadersFrame
 
setLast(boolean) - Method in class io.netty.handler.codec.spdy.DefaultSpdyRstStreamFrame
 
setLast(boolean) - Method in class io.netty.handler.codec.spdy.DefaultSpdyStreamFrame
 
setLast(boolean) - Method in class io.netty.handler.codec.spdy.DefaultSpdySynReplyFrame
 
setLast(boolean) - Method in class io.netty.handler.codec.spdy.DefaultSpdySynStreamFrame
 
setLast(boolean) - Method in interface io.netty.handler.codec.spdy.SpdyDataFrame
 
setLast(boolean) - Method in interface io.netty.handler.codec.spdy.SpdyHeadersFrame
 
setLast(boolean) - Method in interface io.netty.handler.codec.spdy.SpdyRstStreamFrame
 
setLast(boolean) - Method in interface io.netty.handler.codec.spdy.SpdyStreamFrame
Sets if this frame is the last frame to be transmitted on the stream.
setLast(boolean) - Method in interface io.netty.handler.codec.spdy.SpdySynReplyFrame
 
setLast(boolean) - Method in interface io.netty.handler.codec.spdy.SpdySynStreamFrame
 
setLastGoodStreamId(int) - Method in class io.netty.handler.codec.spdy.DefaultSpdyGoAwayFrame
 
setLastGoodStreamId(int) - Method in interface io.netty.handler.codec.spdy.SpdyGoAwayFrame
Sets the Last-good-stream-ID of this frame.
setLevel(ResourceLeakDetector.Level) - Static method in class io.netty.util.ResourceLeakDetector
Sets the resource leak detection level.
setLong(int, long) - Method in class io.netty.buffer.AbstractByteBuf
 
setLong(int, long) - Method in class io.netty.buffer.ByteBuf
Sets the specified 64-bit long integer at the specified absolute index in this buffer.
setLong(int, long) - Method in class io.netty.buffer.CompositeByteBuf
 
setLong(int, long) - Method in class io.netty.buffer.DuplicatedByteBuf
 
setLong(int, long) - Method in class io.netty.buffer.EmptyByteBuf
 
setLong(int, long) - Method in class io.netty.buffer.ReadOnlyByteBuf
 
setLong(int, long) - Method in class io.netty.buffer.SwappedByteBuf
 
setLong(int, long) - Method in class io.netty.buffer.UnpooledDirectByteBuf
 
setLong(int, long) - Method in class io.netty.buffer.UnpooledHeapByteBuf
 
setLong(int, long) - Method in class io.netty.buffer.WrappedByteBuf
 
setLong(AsciiString, long) - Method in interface io.netty.handler.codec.BinaryHeaders
 
setLong(AsciiString, long) - Method in class io.netty.handler.codec.DefaultBinaryHeaders
 
setLong(T, long) - Method in class io.netty.handler.codec.DefaultHeaders
 
setLong(CharSequence, long) - Method in class io.netty.handler.codec.DefaultTextHeaders
 
setLong(AsciiString, long) - Method in class io.netty.handler.codec.EmptyBinaryHeaders
 
setLong(T, long) - Method in class io.netty.handler.codec.EmptyHeaders
 
setLong(CharSequence, long) - Method in class io.netty.handler.codec.EmptyTextHeaders
 
setLong(T, long) - Method in interface io.netty.handler.codec.Headers
Set the name to value.
setLong(CharSequence, long) - Method in class io.netty.handler.codec.http.DefaultHttpHeaders
 
setLong(CharSequence, long) - Method in class io.netty.handler.codec.http.EmptyHttpHeaders
 
setLong(CharSequence, long) - Method in interface io.netty.handler.codec.http.HttpHeaders
 
setLong(AsciiString, long) - Method in class io.netty.handler.codec.http2.DefaultHttp2Headers
 
setLong(AsciiString, long) - Method in class io.netty.handler.codec.http2.EmptyHttp2Headers
 
setLong(AsciiString, long) - Method in interface io.netty.handler.codec.http2.Http2Headers
 
setLong(CharSequence, long) - Method in class io.netty.handler.codec.spdy.DefaultSpdyHeaders
 
setLong(CharSequence, long) - Method in interface io.netty.handler.codec.spdy.SpdyHeaders
 
setLong(CharSequence, long) - Method in class io.netty.handler.codec.stomp.DefaultStompHeaders
 
setLong(CharSequence, long) - Method in interface io.netty.handler.codec.stomp.StompHeaders
 
setLong(CharSequence, long) - Method in interface io.netty.handler.codec.TextHeaders
 
setLoopbackModeDisabled(boolean) - Method in class io.netty.channel.epoll.EpollDatagramChannelConfig
 
setLoopbackModeDisabled(boolean) - Method in interface io.netty.channel.socket.DatagramChannelConfig
setLoopbackModeDisabled(boolean) - Method in class io.netty.channel.socket.DefaultDatagramChannelConfig
 
setMagic(byte) - Method in class io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage
 
setMagic(byte) - Method in interface io.netty.handler.codec.memcache.binary.BinaryMemcacheMessage
Sets the magic byte.
setMaxAge(long) - Method in interface io.netty.handler.codec.http.Cookie
Sets the maximum age of this Cookie in seconds.
setMaxAge(long) - Method in class io.netty.handler.codec.http.DefaultCookie
 
setMaxCumulationBufferComponents(int) - Method in class io.netty.handler.codec.MessageAggregator
Sets the maximum number of components in the cumulation buffer.
setMaxDeviation(float, float, float) - Method in class io.netty.handler.traffic.GlobalChannelTrafficShapingHandler
 
setMaxGlobalWriteSize(long) - Method in class io.netty.handler.traffic.GlobalChannelTrafficShapingHandler
Note the change will be taken as best effort, meaning that all already scheduled traffics will not be changed, but only applied to new traffics.
setMaxGlobalWriteSize(long) - Method in class io.netty.handler.traffic.GlobalTrafficShapingHandler
Note the change will be taken as best effort, meaning that all already scheduled traffics will not be changed, but only applied to new traffics.
setMaxLimit(long) - Method in class io.netty.handler.codec.http.multipart.DefaultHttpDataFactory
 
setMaxLimit(long) - Method in interface io.netty.handler.codec.http.multipart.HttpDataFactory
To set a max size limitation on fields.
setMaxMessagesPerRead(int) - Method in interface io.netty.channel.ChannelConfig
Sets the maximum number of messages to read per read loop.
setMaxMessagesPerRead(int) - Method in class io.netty.channel.DefaultChannelConfig
 
setMaxMessagesPerRead(int) - Method in class io.netty.channel.epoll.EpollChannelConfig
 
setMaxMessagesPerRead(int) - Method in class io.netty.channel.epoll.EpollDatagramChannelConfig
 
setMaxMessagesPerRead(int) - Method in class io.netty.channel.epoll.EpollDomainSocketChannelConfig
 
setMaxMessagesPerRead(int) - Method in class io.netty.channel.epoll.EpollServerChannelConfig
 
setMaxMessagesPerRead(int) - Method in class io.netty.channel.epoll.EpollServerSocketChannelConfig
 
setMaxMessagesPerRead(int) - Method in class io.netty.channel.epoll.EpollSocketChannelConfig
 
setMaxMessagesPerRead(int) - Method in interface io.netty.channel.rxtx.RxtxChannelConfig
 
setMaxMessagesPerRead(int) - Method in class io.netty.channel.sctp.DefaultSctpChannelConfig
 
setMaxMessagesPerRead(int) - Method in class io.netty.channel.sctp.DefaultSctpServerChannelConfig
 
setMaxMessagesPerRead(int) - Method in interface io.netty.channel.sctp.SctpChannelConfig
 
setMaxMessagesPerRead(int) - Method in interface io.netty.channel.sctp.SctpServerChannelConfig
 
setMaxMessagesPerRead(int) - Method in interface io.netty.channel.socket.DatagramChannelConfig
 
setMaxMessagesPerRead(int) - Method in class io.netty.channel.socket.DefaultDatagramChannelConfig
 
setMaxMessagesPerRead(int) - Method in class io.netty.channel.socket.DefaultServerSocketChannelConfig
 
setMaxMessagesPerRead(int) - Method in class io.netty.channel.socket.DefaultSocketChannelConfig
 
setMaxMessagesPerRead(int) - Method in class io.netty.channel.socket.oio.DefaultOioServerSocketChannelConfig
 
setMaxMessagesPerRead(int) - Method in class io.netty.channel.socket.oio.DefaultOioSocketChannelConfig
 
setMaxMessagesPerRead(int) - Method in interface io.netty.channel.socket.oio.OioServerSocketChannelConfig
 
setMaxMessagesPerRead(int) - Method in interface io.netty.channel.socket.oio.OioSocketChannelConfig
 
setMaxMessagesPerRead(int) - Method in interface io.netty.channel.socket.ServerSocketChannelConfig
 
setMaxMessagesPerRead(int) - Method in interface io.netty.channel.socket.SocketChannelConfig
 
setMaxMessagesPerRead(int) - Method in class io.netty.channel.udt.DefaultUdtChannelConfig
 
setMaxMessagesPerRead(int) - Method in class io.netty.channel.udt.DefaultUdtServerChannelConfig
 
setMaxMessagesPerRead(int) - Method in interface io.netty.channel.udt.UdtChannelConfig
 
setMaxMessagesPerRead(int) - Method in interface io.netty.channel.udt.UdtServerChannelConfig
 
setMaxMessagesPerRead(int) - Method in interface io.netty.channel.unix.DomainSocketChannelConfig
 
setMaxPayloadSize(int) - Method in class io.netty.resolver.dns.DnsNameResolver
Sets the capacity of the datagram packet buffer (in bytes).
setMaxQueriesPerResolve(int) - Method in class io.netty.resolver.dns.DnsNameResolver
Sets the maximum allowed number of DNS queries to send when resolving a host name.
setMaxSize(long) - Method in class io.netty.handler.codec.http.multipart.AbstractHttpData
 
setMaxSize(long) - Method in interface io.netty.handler.codec.http.multipart.HttpData
Set the maxSize for this HttpData.
setMaxSize(long) - Method in class io.netty.handler.codec.http.multipart.MixedAttribute
 
setMaxSize(long) - Method in class io.netty.handler.codec.http.multipart.MixedFileUpload
 
setMaxTimeWait(long) - Method in class io.netty.handler.traffic.AbstractTrafficShapingHandler
Note the change will be taken as best effort, meaning that all already scheduled traffics will not be changed, but only applied to new traffics.
setMaxTriesPerQuery(int) - Method in class io.netty.resolver.dns.DnsNameResolver
Sets the maximum number of tries for each query.
setMaxWriteDelay(long) - Method in class io.netty.handler.traffic.AbstractTrafficShapingHandler
Note the change will be taken as best effort, meaning that all already scheduled traffics will not be changed, but only applied to new traffics.
setMaxWriteSize(long) - Method in class io.netty.handler.traffic.AbstractTrafficShapingHandler
Note that this limit is a best effort on memory limitation to prevent Out Of Memory Exception.
setMedium(int, int) - Method in class io.netty.buffer.AbstractByteBuf
 
setMedium(int, int) - Method in class io.netty.buffer.ByteBuf
Sets the specified 24-bit medium integer at the specified absolute index in this buffer.
setMedium(int, int) - Method in class io.netty.buffer.CompositeByteBuf
 
setMedium(int, int) - Method in class io.netty.buffer.DuplicatedByteBuf
 
setMedium(int, int) - Method in class io.netty.buffer.EmptyByteBuf
 
setMedium(int, int) - Method in class io.netty.buffer.ReadOnlyByteBuf
 
setMedium(int, int) - Method in class io.netty.buffer.SwappedByteBuf
 
setMedium(int, int) - Method in class io.netty.buffer.UnpooledDirectByteBuf
 
setMedium(int, int) - Method in class io.netty.buffer.UnpooledHeapByteBuf
 
setMedium(int, int) - Method in class io.netty.buffer.WrappedByteBuf
 
setMessageSizeEstimator(MessageSizeEstimator) - Method in interface io.netty.channel.ChannelConfig
Set the ByteBufAllocator which is used for the channel to detect the size of a message.
setMessageSizeEstimator(MessageSizeEstimator) - Method in class io.netty.channel.DefaultChannelConfig
 
setMessageSizeEstimator(MessageSizeEstimator) - Method in class io.netty.channel.epoll.EpollChannelConfig
 
setMessageSizeEstimator(MessageSizeEstimator) - Method in class io.netty.channel.epoll.EpollDatagramChannelConfig
 
setMessageSizeEstimator(MessageSizeEstimator) - Method in class io.netty.channel.epoll.EpollDomainSocketChannelConfig
 
setMessageSizeEstimator(MessageSizeEstimator) - Method in class io.netty.channel.epoll.EpollServerChannelConfig
 
setMessageSizeEstimator(MessageSizeEstimator) - Method in class io.netty.channel.epoll.EpollServerSocketChannelConfig
 
setMessageSizeEstimator(MessageSizeEstimator) - Method in class io.netty.channel.epoll.EpollSocketChannelConfig
 
setMessageSizeEstimator(MessageSizeEstimator) - Method in interface io.netty.channel.rxtx.RxtxChannelConfig
 
setMessageSizeEstimator(MessageSizeEstimator) - Method in class io.netty.channel.sctp.DefaultSctpChannelConfig
 
setMessageSizeEstimator(MessageSizeEstimator) - Method in class io.netty.channel.sctp.DefaultSctpServerChannelConfig
 
setMessageSizeEstimator(MessageSizeEstimator) - Method in interface io.netty.channel.sctp.SctpChannelConfig
 
setMessageSizeEstimator(MessageSizeEstimator) - Method in interface io.netty.channel.sctp.SctpServerChannelConfig
 
setMessageSizeEstimator(MessageSizeEstimator) - Method in interface io.netty.channel.socket.DatagramChannelConfig
 
setMessageSizeEstimator(MessageSizeEstimator) - Method in class io.netty.channel.socket.DefaultDatagramChannelConfig
 
setMessageSizeEstimator(MessageSizeEstimator) - Method in class io.netty.channel.socket.DefaultServerSocketChannelConfig
 
setMessageSizeEstimator(MessageSizeEstimator) - Method in class io.netty.channel.socket.DefaultSocketChannelConfig
 
setMessageSizeEstimator(MessageSizeEstimator) - Method in class io.netty.channel.socket.oio.DefaultOioServerSocketChannelConfig
 
setMessageSizeEstimator(MessageSizeEstimator) - Method in class io.netty.channel.socket.oio.DefaultOioSocketChannelConfig
 
setMessageSizeEstimator(MessageSizeEstimator) - Method in interface io.netty.channel.socket.oio.OioServerSocketChannelConfig
 
setMessageSizeEstimator(MessageSizeEstimator) - Method in interface io.netty.channel.socket.oio.OioSocketChannelConfig
 
setMessageSizeEstimator(MessageSizeEstimator) - Method in interface io.netty.channel.socket.ServerSocketChannelConfig
 
setMessageSizeEstimator(MessageSizeEstimator) - Method in interface io.netty.channel.socket.SocketChannelConfig
 
setMessageSizeEstimator(MessageSizeEstimator) - Method in class io.netty.channel.udt.DefaultUdtChannelConfig
 
setMessageSizeEstimator(MessageSizeEstimator) - Method in class io.netty.channel.udt.DefaultUdtServerChannelConfig
 
setMessageSizeEstimator(MessageSizeEstimator) - Method in interface io.netty.channel.udt.UdtChannelConfig
 
setMessageSizeEstimator(MessageSizeEstimator) - Method in interface io.netty.channel.udt.UdtServerChannelConfig
 
setMessageSizeEstimator(MessageSizeEstimator) - Method in interface io.netty.channel.unix.DomainSocketChannelConfig
 
setMethod(HttpMethod) - Method in class io.netty.handler.codec.http.DefaultFullHttpRequest
 
setMethod(HttpMethod) - Method in class io.netty.handler.codec.http.DefaultHttpRequest
 
setMethod(HttpMethod) - Method in interface io.netty.handler.codec.http.FullHttpRequest
 
setMethod(HttpMethod) - Method in interface io.netty.handler.codec.http.HttpRequest
Set the HttpMethod of this HttpRequest.
setNeedClientAuth(boolean) - Method in class io.netty.handler.ssl.OpenSslEngine
 
setNegativeTtl(int) - Method in class io.netty.resolver.dns.DnsNameResolver
Sets the TTL of the cache for the failed DNS queries (in seconds).
setNetworkInterface(NetworkInterface) - Method in class io.netty.channel.epoll.EpollDatagramChannelConfig
 
setNetworkInterface(NetworkInterface) - Method in interface io.netty.channel.socket.DatagramChannelConfig
setNetworkInterface(NetworkInterface) - Method in class io.netty.channel.socket.DefaultDatagramChannelConfig
 
setObject(AsciiString, Object) - Method in interface io.netty.handler.codec.BinaryHeaders
 
setObject(AsciiString, Iterable<?>) - Method in interface io.netty.handler.codec.BinaryHeaders
 
setObject(AsciiString, Object...) - Method in interface io.netty.handler.codec.BinaryHeaders
 
setObject(AsciiString, Object) - Method in class io.netty.handler.codec.DefaultBinaryHeaders
 
setObject(AsciiString, Iterable<?>) - Method in class io.netty.handler.codec.DefaultBinaryHeaders
 
setObject(AsciiString, Object...) - Method in class io.netty.handler.codec.DefaultBinaryHeaders
 
setObject(T, Object) - Method in class io.netty.handler.codec.DefaultHeaders
 
setObject(T, Iterable<?>) - Method in class io.netty.handler.codec.DefaultHeaders
 
setObject(T, Object...) - Method in class io.netty.handler.codec.DefaultHeaders
 
setObject(CharSequence, Object) - Method in class io.netty.handler.codec.DefaultTextHeaders
 
setObject(CharSequence, Iterable<?>) - Method in class io.netty.handler.codec.DefaultTextHeaders
 
setObject(CharSequence, Object...) - Method in class io.netty.handler.codec.DefaultTextHeaders
 
setObject(AsciiString, Object) - Method in class io.netty.handler.codec.EmptyBinaryHeaders
 
setObject(AsciiString, Iterable<?>) - Method in class io.netty.handler.codec.EmptyBinaryHeaders
 
setObject(AsciiString, Object...) - Method in class io.netty.handler.codec.EmptyBinaryHeaders
 
setObject(T, Object) - Method in class io.netty.handler.codec.EmptyHeaders
 
setObject(T, Iterable<?>) - Method in class io.netty.handler.codec.EmptyHeaders
 
setObject(T, Object...) - Method in class io.netty.handler.codec.EmptyHeaders
 
setObject(CharSequence, Object) - Method in class io.netty.handler.codec.EmptyTextHeaders
 
setObject(CharSequence, Iterable<?>) - Method in class io.netty.handler.codec.EmptyTextHeaders
 
setObject(CharSequence, Object...) - Method in class io.netty.handler.codec.EmptyTextHeaders
 
setObject(T, Object) - Method in interface io.netty.handler.codec.Headers
Sets a header with the specified name and value.
setObject(T, Iterable<?>) - Method in interface io.netty.handler.codec.Headers
Sets a header with the specified name and values.
setObject(T, Object...) - Method in interface io.netty.handler.codec.Headers
Sets a header with the specified name and values.
setObject(CharSequence, Object) - Method in class io.netty.handler.codec.http.DefaultHttpHeaders
 
setObject(CharSequence, Iterable<?>) - Method in class io.netty.handler.codec.http.DefaultHttpHeaders
 
setObject(CharSequence, Object...) - Method in class io.netty.handler.codec.http.DefaultHttpHeaders
 
setObject(CharSequence, Object) - Method in class io.netty.handler.codec.http.EmptyHttpHeaders
 
setObject(CharSequence, Iterable<?>) - Method in class io.netty.handler.codec.http.EmptyHttpHeaders
 
setObject(CharSequence, Object...) - Method in class io.netty.handler.codec.http.EmptyHttpHeaders
 
setObject(CharSequence, Object) - Method in interface io.netty.handler.codec.http.HttpHeaders
 
setObject(CharSequence, Iterable<?>) - Method in interface io.netty.handler.codec.http.HttpHeaders
 
setObject(CharSequence, Object...) - Method in interface io.netty.handler.codec.http.HttpHeaders
 
setObject(AsciiString, Object) - Method in class io.netty.handler.codec.http2.DefaultHttp2Headers
 
setObject(AsciiString, Iterable<?>) - Method in class io.netty.handler.codec.http2.DefaultHttp2Headers
 
setObject(AsciiString, Object...) - Method in class io.netty.handler.codec.http2.DefaultHttp2Headers
 
setObject(AsciiString, Object) - Method in class io.netty.handler.codec.http2.EmptyHttp2Headers
 
setObject(AsciiString, Iterable<?>) - Method in class io.netty.handler.codec.http2.EmptyHttp2Headers
 
setObject(AsciiString, Object...) - Method in class io.netty.handler.codec.http2.EmptyHttp2Headers
 
setObject(AsciiString, Object) - Method in interface io.netty.handler.codec.http2.Http2Headers
 
setObject(AsciiString, Iterable<?>) - Method in interface io.netty.handler.codec.http2.Http2Headers
 
setObject(AsciiString, Object...) - Method in interface io.netty.handler.codec.http2.Http2Headers
 
setObject(CharSequence, Object) - Method in class io.netty.handler.codec.spdy.DefaultSpdyHeaders
 
setObject(CharSequence, Iterable<?>) - Method in class io.netty.handler.codec.spdy.DefaultSpdyHeaders
 
setObject(CharSequence, Object...) - Method in class io.netty.handler.codec.spdy.DefaultSpdyHeaders
 
setObject(CharSequence, Object) - Method in interface io.netty.handler.codec.spdy.SpdyHeaders
 
setObject(CharSequence, Iterable<?>) - Method in interface io.netty.handler.codec.spdy.SpdyHeaders
 
setObject(CharSequence, Object...) - Method in interface io.netty.handler.codec.spdy.SpdyHeaders
 
setObject(CharSequence, Object) - Method in class io.netty.handler.codec.stomp.DefaultStompHeaders
 
setObject(CharSequence, Iterable<?>) - Method in class io.netty.handler.codec.stomp.DefaultStompHeaders
 
setObject(CharSequence, Object...) - Method in class io.netty.handler.codec.stomp.DefaultStompHeaders
 
setObject(CharSequence, Object) - Method in interface io.netty.handler.codec.stomp.StompHeaders
 
setObject(CharSequence, Iterable<?>) - Method in interface io.netty.handler.codec.stomp.StompHeaders
 
setObject(CharSequence, Object...) - Method in interface io.netty.handler.codec.stomp.StompHeaders
 
setObject(CharSequence, Object) - Method in interface io.netty.handler.codec.TextHeaders
 
setObject(CharSequence, Iterable<?>) - Method in interface io.netty.handler.codec.TextHeaders
 
setObject(CharSequence, Object...) - Method in interface io.netty.handler.codec.TextHeaders
 
setOpaque(int) - Method in class io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage
 
setOpaque(int) - Method in interface io.netty.handler.codec.memcache.binary.BinaryMemcacheMessage
Sets the opaque value.
setOpcode(int) - Method in class io.netty.handler.codec.dns.DnsHeader
Sets the opcode for this DnsMessage.
setOpcode(int) - Method in class io.netty.handler.codec.dns.DnsQueryHeader
 
setOpcode(int) - Method in class io.netty.handler.codec.dns.DnsResponseHeader
 
setOpcode(byte) - Method in class io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage
 
setOpcode(byte) - Method in interface io.netty.handler.codec.memcache.binary.BinaryMemcacheMessage
Sets the opcode for the message.
setOption(ChannelOption<T>, T) - Method in interface io.netty.channel.ChannelConfig
Sets a configuration property with the specified name and value.
setOption(ChannelOption<T>, T) - Method in class io.netty.channel.DefaultChannelConfig
 
setOption(ChannelOption<T>, T) - Method in class io.netty.channel.epoll.EpollChannelConfig
 
setOption(ChannelOption<T>, T) - Method in class io.netty.channel.epoll.EpollDatagramChannelConfig
 
setOption(ChannelOption<T>, T) - Method in class io.netty.channel.epoll.EpollDomainSocketChannelConfig
 
setOption(ChannelOption<T>, T) - Method in class io.netty.channel.epoll.EpollServerChannelConfig
 
setOption(ChannelOption<T>, T) - Method in class io.netty.channel.epoll.EpollServerSocketChannelConfig
 
setOption(ChannelOption<T>, T) - Method in class io.netty.channel.epoll.EpollSocketChannelConfig
 
setOption(ChannelOption<T>, T) - Method in class io.netty.channel.sctp.DefaultSctpChannelConfig
 
setOption(ChannelOption<T>, T) - Method in class io.netty.channel.sctp.DefaultSctpServerChannelConfig
 
setOption(ChannelOption<T>, T) - Method in class io.netty.channel.socket.DefaultDatagramChannelConfig
 
setOption(ChannelOption<T>, T) - Method in class io.netty.channel.socket.DefaultServerSocketChannelConfig
 
setOption(ChannelOption<T>, T) - Method in class io.netty.channel.socket.DefaultSocketChannelConfig
 
setOption(ChannelOption<T>, T) - Method in class io.netty.channel.socket.oio.DefaultOioServerSocketChannelConfig
 
setOption(ChannelOption<T>, T) - Method in class io.netty.channel.socket.oio.DefaultOioSocketChannelConfig
 
setOption(ChannelOption<T>, T) - Method in class io.netty.channel.udt.DefaultUdtChannelConfig
 
setOption(ChannelOption<T>, T) - Method in class io.netty.channel.udt.DefaultUdtServerChannelConfig
 
setOptions(Map<ChannelOption<?>, ?>) - Method in interface io.netty.channel.ChannelConfig
Sets the configuration properties from the specified Map.
setOptions(Map<ChannelOption<?>, ?>) - Method in class io.netty.channel.DefaultChannelConfig
 
setOpWrite() - Method in class io.netty.channel.nio.AbstractNioByteChannel
 
setParitybit(RxtxChannelConfig.Paritybit) - Method in interface io.netty.channel.rxtx.RxtxChannelConfig
Sets the type of parity bit to be used when communicating with the serial device.
setPath(String) - Method in interface io.netty.handler.codec.http.Cookie
Sets the path of this Cookie.
setPath(String) - Method in class io.netty.handler.codec.http.DefaultCookie
 
setPerformancePreferences(int, int, int) - Method in class io.netty.channel.epoll.EpollServerSocketChannelConfig
 
setPerformancePreferences(int, int, int) - Method in class io.netty.channel.epoll.EpollSocketChannelConfig
 
setPerformancePreferences(int, int, int) - Method in class io.netty.channel.socket.DefaultServerSocketChannelConfig
 
setPerformancePreferences(int, int, int) - Method in class io.netty.channel.socket.DefaultSocketChannelConfig
 
setPerformancePreferences(int, int, int) - Method in class io.netty.channel.socket.oio.DefaultOioServerSocketChannelConfig
 
setPerformancePreferences(int, int, int) - Method in class io.netty.channel.socket.oio.DefaultOioSocketChannelConfig
 
setPerformancePreferences(int, int, int) - Method in interface io.netty.channel.socket.oio.OioServerSocketChannelConfig
 
setPerformancePreferences(int, int, int) - Method in interface io.netty.channel.socket.oio.OioSocketChannelConfig
 
setPerformancePreferences(int, int, int) - Method in interface io.netty.channel.socket.ServerSocketChannelConfig
Sets the performance preferences as specified in ServerSocket.setPerformancePreferences(int, int, int).
setPerformancePreferences(int, int, int) - Method in interface io.netty.channel.socket.SocketChannelConfig
Sets the performance preferences as specified in Socket.setPerformancePreferences(int, int, int).
setPersisted(int, boolean) - Method in class io.netty.handler.codec.spdy.DefaultSpdySettingsFrame
 
setPersisted(int, boolean) - Method in interface io.netty.handler.codec.spdy.SpdySettingsFrame
Sets if this setting is persisted.
setPersistValue(int, boolean) - Method in class io.netty.handler.codec.spdy.DefaultSpdySettingsFrame
 
setPersistValue(int, boolean) - Method in interface io.netty.handler.codec.spdy.SpdySettingsFrame
Sets if this setting should be persisted.
setPorts(int...) - Method in interface io.netty.handler.codec.http.Cookie
Sets the ports that this Cookie can be accessed on.
setPorts(Iterable<Integer>) - Method in interface io.netty.handler.codec.http.Cookie
Sets the ports that this Cookie can be accessed on.
setPorts(int...) - Method in class io.netty.handler.codec.http.DefaultCookie
 
setPorts(Iterable<Integer>) - Method in class io.netty.handler.codec.http.DefaultCookie
 
setPriority(int, short, boolean) - Method in interface io.netty.handler.codec.http2.Http2Stream
Updates an priority for this stream.
setPriority(byte) - Method in class io.netty.handler.codec.spdy.DefaultSpdySynStreamFrame
 
setPriority(byte) - Method in interface io.netty.handler.codec.spdy.SpdySynStreamFrame
Sets the priority of the stream.
setProgress(long, long) - Method in interface io.netty.channel.ChannelProgressivePromise
 
setProgress(long, long) - Method in class io.netty.channel.DefaultChannelProgressivePromise
 
setProgress(long, long) - Method in class io.netty.util.concurrent.DefaultProgressivePromise
 
setProgress(long, long) - Method in interface io.netty.util.concurrent.ProgressivePromise
Sets the current progress of the operation and notifies the listeners that implement GenericProgressiveFutureListener.
setProperty(Object, Object) - Method in interface io.netty.handler.codec.http2.Http2Stream
Associates the application-defined data with this stream.
setProtocolReceiveBufferSize(int) - Method in class io.netty.channel.udt.DefaultUdtChannelConfig
 
setProtocolReceiveBufferSize(int) - Method in class io.netty.channel.udt.DefaultUdtServerChannelConfig
 
setProtocolReceiveBufferSize(int) - Method in interface io.netty.channel.udt.UdtChannelConfig
Sets OptionUDT.Protocol_Receive_Buffer_Size
setProtocolReceiveBufferSize(int) - Method in interface io.netty.channel.udt.UdtServerChannelConfig
 
setProtocolSendBufferSize(int) - Method in class io.netty.channel.udt.DefaultUdtChannelConfig
 
setProtocolSendBufferSize(int) - Method in class io.netty.channel.udt.DefaultUdtServerChannelConfig
 
setProtocolSendBufferSize(int) - Method in interface io.netty.channel.udt.UdtChannelConfig
Sets OptionUDT.Protocol_Send_Buffer_Size
setProtocolSendBufferSize(int) - Method in interface io.netty.channel.udt.UdtServerChannelConfig
 
setProtocolVersion(HttpVersion) - Method in class io.netty.handler.codec.http.DefaultFullHttpRequest
 
setProtocolVersion(HttpVersion) - Method in class io.netty.handler.codec.http.DefaultFullHttpResponse
 
setProtocolVersion(HttpVersion) - Method in class io.netty.handler.codec.http.DefaultHttpMessage
 
setProtocolVersion(HttpVersion) - Method in class io.netty.handler.codec.http.DefaultHttpRequest
 
setProtocolVersion(HttpVersion) - Method in class io.netty.handler.codec.http.DefaultHttpResponse
 
setProtocolVersion(HttpVersion) - Method in interface io.netty.handler.codec.http.FullHttpRequest
 
setProtocolVersion(HttpVersion) - Method in interface io.netty.handler.codec.http.FullHttpResponse
 
setProtocolVersion(HttpVersion) - Method in interface io.netty.handler.codec.http.HttpMessage
Set the protocol version of this HttpMessage
setProtocolVersion(HttpVersion) - Method in interface io.netty.handler.codec.http.HttpRequest
 
setProtocolVersion(HttpVersion) - Method in interface io.netty.handler.codec.http.HttpResponse
 
SETQ - Static variable in class io.netty.handler.codec.memcache.binary.BinaryMemcacheOpcodes
 
setQueryTimeoutMillis(long) - Method in class io.netty.resolver.dns.DnsNameResolver
Sets the timeout of each DNS query performed by this resolver (in milliseconds).
setRawValue(String) - Method in interface io.netty.handler.codec.http.Cookie
Sets the raw value of this Cookie.
setRawValue(String) - Method in class io.netty.handler.codec.http.DefaultCookie
 
setReadChannelLimit(long) - Method in class io.netty.handler.traffic.GlobalChannelTrafficShapingHandler
 
setReadLimit(long) - Method in class io.netty.handler.traffic.AbstractTrafficShapingHandler
Note the change will be taken as best effort, meaning that all already scheduled traffics will not be changed, but only applied to new traffics.
setReadMode(DomainSocketReadMode) - Method in class io.netty.channel.epoll.EpollDomainSocketChannelConfig
 
setReadMode(DomainSocketReadMode) - Method in interface io.netty.channel.unix.DomainSocketChannelConfig
Change the DomainSocketReadMode for the channel.
setReadPending(boolean) - Method in class io.netty.channel.nio.AbstractNioChannel
 
setReadPending(boolean) - Method in class io.netty.channel.oio.AbstractOioChannel
 
setReadPending(boolean) - Method in class io.netty.channel.socket.nio.NioDatagramChannel
 
setReadPending(boolean) - Method in class io.netty.channel.socket.oio.OioServerSocketChannel
 
setReadPending(boolean) - Method in class io.netty.channel.socket.oio.OioSocketChannel
 
setReadTimeout(int) - Method in interface io.netty.channel.rxtx.RxtxChannelConfig
Sets the maximal time (in ms) to block while try to read from the serial port.
setReceiveBufferSize(int) - Method in class io.netty.channel.epoll.EpollDatagramChannelConfig
 
setReceiveBufferSize(int) - Method in class io.netty.channel.epoll.EpollServerChannelConfig
 
setReceiveBufferSize(int) - Method in class io.netty.channel.epoll.EpollServerSocketChannelConfig
 
setReceiveBufferSize(int) - Method in class io.netty.channel.epoll.EpollSocketChannelConfig
 
setReceiveBufferSize(int) - Method in class io.netty.channel.sctp.DefaultSctpChannelConfig
 
setReceiveBufferSize(int) - Method in class io.netty.channel.sctp.DefaultSctpServerChannelConfig
 
setReceiveBufferSize(int) - Method in interface io.netty.channel.sctp.SctpChannelConfig
Gets the SO_RCVBUF option.
setReceiveBufferSize(int) - Method in interface io.netty.channel.sctp.SctpServerChannelConfig
Gets the SO_RCVBUF option.
setReceiveBufferSize(int) - Method in interface io.netty.channel.socket.DatagramChannelConfig
setReceiveBufferSize(int) - Method in class io.netty.channel.socket.DefaultDatagramChannelConfig
 
setReceiveBufferSize(int) - Method in class io.netty.channel.socket.DefaultServerSocketChannelConfig
 
setReceiveBufferSize(int) - Method in class io.netty.channel.socket.DefaultSocketChannelConfig
 
setReceiveBufferSize(int) - Method in class io.netty.channel.socket.oio.DefaultOioServerSocketChannelConfig
 
setReceiveBufferSize(int) - Method in class io.netty.channel.socket.oio.DefaultOioSocketChannelConfig
 
setReceiveBufferSize(int) - Method in interface io.netty.channel.socket.oio.OioServerSocketChannelConfig
 
setReceiveBufferSize(int) - Method in interface io.netty.channel.socket.oio.OioSocketChannelConfig
 
setReceiveBufferSize(int) - Method in interface io.netty.channel.socket.ServerSocketChannelConfig
setReceiveBufferSize(int) - Method in interface io.netty.channel.socket.SocketChannelConfig
setReceiveBufferSize(int) - Method in class io.netty.channel.udt.DefaultUdtChannelConfig
 
setReceiveBufferSize(int) - Method in class io.netty.channel.udt.DefaultUdtServerChannelConfig
 
setReceiveBufferSize(int) - Method in interface io.netty.channel.udt.UdtChannelConfig
Sets the ChannelOption.SO_RCVBUF option.
setReceiveBufferSize(int) - Method in interface io.netty.channel.udt.UdtServerChannelConfig
 
setRecursionAvailable(boolean) - Method in class io.netty.handler.codec.dns.DnsResponseHeader
Set to true if DNS server can handle recursive queries.
setRecursionDesired(boolean) - Method in class io.netty.handler.codec.dns.DnsHeader
Sets whether a name server is directed to pursue a query recursively or not.
setRecursionDesired(boolean) - Method in class io.netty.handler.codec.dns.DnsQueryHeader
 
setRecursionDesired(boolean) - Method in class io.netty.handler.codec.dns.DnsResponseHeader
 
setRecursionDesired(boolean) - Method in class io.netty.resolver.dns.DnsNameResolver
Sets if this resolver has to send a DNS query with the RD (recursion desired) flag set.
setRecvByteBufAllocator(RecvByteBufAllocator) - Method in interface io.netty.channel.ChannelConfig
Set the ByteBufAllocator which is used for the channel to allocate receive buffers.
setRecvByteBufAllocator(RecvByteBufAllocator) - Method in class io.netty.channel.DefaultChannelConfig
 
setRecvByteBufAllocator(RecvByteBufAllocator) - Method in class io.netty.channel.epoll.EpollChannelConfig
 
setRecvByteBufAllocator(RecvByteBufAllocator) - Method in class io.netty.channel.epoll.EpollDatagramChannelConfig
 
setRecvByteBufAllocator(RecvByteBufAllocator) - Method in class io.netty.channel.epoll.EpollDomainSocketChannelConfig
 
setRecvByteBufAllocator(RecvByteBufAllocator) - Method in class io.netty.channel.epoll.EpollServerChannelConfig
 
setRecvByteBufAllocator(RecvByteBufAllocator) - Method in class io.netty.channel.epoll.EpollServerSocketChannelConfig
 
setRecvByteBufAllocator(RecvByteBufAllocator) - Method in class io.netty.channel.epoll.EpollSocketChannelConfig
 
setRecvByteBufAllocator(RecvByteBufAllocator) - Method in interface io.netty.channel.rxtx.RxtxChannelConfig
 
setRecvByteBufAllocator(RecvByteBufAllocator) - Method in class io.netty.channel.sctp.DefaultSctpChannelConfig
 
setRecvByteBufAllocator(RecvByteBufAllocator) - Method in class io.netty.channel.sctp.DefaultSctpServerChannelConfig
 
setRecvByteBufAllocator(RecvByteBufAllocator) - Method in interface io.netty.channel.sctp.SctpChannelConfig
 
setRecvByteBufAllocator(RecvByteBufAllocator) - Method in interface io.netty.channel.sctp.SctpServerChannelConfig
 
setRecvByteBufAllocator(RecvByteBufAllocator) - Method in interface io.netty.channel.socket.DatagramChannelConfig
 
setRecvByteBufAllocator(RecvByteBufAllocator) - Method in class io.netty.channel.socket.DefaultDatagramChannelConfig
 
setRecvByteBufAllocator(RecvByteBufAllocator) - Method in class io.netty.channel.socket.DefaultServerSocketChannelConfig
 
setRecvByteBufAllocator(RecvByteBufAllocator) - Method in class io.netty.channel.socket.DefaultSocketChannelConfig
 
setRecvByteBufAllocator(RecvByteBufAllocator) - Method in class io.netty.channel.socket.oio.DefaultOioServerSocketChannelConfig
 
setRecvByteBufAllocator(RecvByteBufAllocator) - Method in class io.netty.channel.socket.oio.DefaultOioSocketChannelConfig
 
setRecvByteBufAllocator(RecvByteBufAllocator) - Method in interface io.netty.channel.socket.oio.OioServerSocketChannelConfig
 
setRecvByteBufAllocator(RecvByteBufAllocator) - Method in interface io.netty.channel.socket.oio.OioSocketChannelConfig
 
setRecvByteBufAllocator(RecvByteBufAllocator) - Method in interface io.netty.channel.socket.ServerSocketChannelConfig
 
setRecvByteBufAllocator(RecvByteBufAllocator) - Method in interface io.netty.channel.socket.SocketChannelConfig
 
setRecvByteBufAllocator(RecvByteBufAllocator) - Method in class io.netty.channel.udt.DefaultUdtChannelConfig
 
setRecvByteBufAllocator(RecvByteBufAllocator) - Method in class io.netty.channel.udt.DefaultUdtServerChannelConfig
 
setRecvByteBufAllocator(RecvByteBufAllocator) - Method in interface io.netty.channel.udt.UdtChannelConfig
 
setRecvByteBufAllocator(RecvByteBufAllocator) - Method in interface io.netty.channel.udt.UdtServerChannelConfig
 
setRecvByteBufAllocator(RecvByteBufAllocator) - Method in interface io.netty.channel.unix.DomainSocketChannelConfig
 
setRefCnt(int) - Method in class io.netty.buffer.AbstractReferenceCountedByteBuf
An unsafe operation intended for use by a subclass that sets the reference count of the buffer directly
setRefCnt(int) - Method in class io.netty.util.AbstractReferenceCounted
An unsafe operation intended for use by a subclass that sets the reference count of the buffer directly
setReserved(short) - Method in interface io.netty.handler.codec.memcache.binary.BinaryMemcacheRequest
Sets the reserved field value.
setReserved(short) - Method in class io.netty.handler.codec.memcache.binary.DefaultBinaryMemcacheRequest
 
setResolveAddressTypes(InternetProtocolFamily...) - Method in class io.netty.resolver.dns.DnsNameResolver
Sets the list of the protocol families of the address resolved by SimpleNameResolver.resolve(SocketAddress).
setResolveAddressTypes(Iterable<InternetProtocolFamily>) - Method in class io.netty.resolver.dns.DnsNameResolver
Sets the list of the protocol families of the address resolved by SimpleNameResolver.resolve(SocketAddress).
setResponseCode(DnsResponseCode) - Method in class io.netty.handler.codec.dns.DnsResponseHeader
Sets the response code for this message.
setReuseAddress(boolean) - Method in class io.netty.channel.epoll.EpollDatagramChannelConfig
 
setReuseAddress(boolean) - Method in class io.netty.channel.epoll.EpollServerChannelConfig
 
setReuseAddress(boolean) - Method in class io.netty.channel.epoll.EpollServerSocketChannelConfig
 
setReuseAddress(boolean) - Method in class io.netty.channel.epoll.EpollSocketChannelConfig
 
setReuseAddress(boolean) - Method in interface io.netty.channel.socket.DatagramChannelConfig
setReuseAddress(boolean) - Method in class io.netty.channel.socket.DefaultDatagramChannelConfig
 
setReuseAddress(boolean) - Method in class io.netty.channel.socket.DefaultServerSocketChannelConfig
 
setReuseAddress(boolean) - Method in class io.netty.channel.socket.DefaultSocketChannelConfig
 
setReuseAddress(boolean) - Method in class io.netty.channel.socket.oio.DefaultOioServerSocketChannelConfig
 
setReuseAddress(boolean) - Method in class io.netty.channel.socket.oio.DefaultOioSocketChannelConfig
 
setReuseAddress(boolean) - Method in interface io.netty.channel.socket.oio.OioServerSocketChannelConfig
 
setReuseAddress(boolean) - Method in interface io.netty.channel.socket.oio.OioSocketChannelConfig
 
setReuseAddress(boolean) - Method in interface io.netty.channel.socket.ServerSocketChannelConfig
setReuseAddress(boolean) - Method in interface io.netty.channel.socket.SocketChannelConfig
setReuseAddress(boolean) - Method in class io.netty.channel.udt.DefaultUdtChannelConfig
 
setReuseAddress(boolean) - Method in class io.netty.channel.udt.DefaultUdtServerChannelConfig
 
setReuseAddress(boolean) - Method in interface io.netty.channel.udt.UdtChannelConfig
setReuseAddress(boolean) - Method in interface io.netty.channel.udt.UdtServerChannelConfig
 
setReusePort(boolean) - Method in class io.netty.channel.epoll.EpollDatagramChannelConfig
Set the SO_REUSEPORT option on the underlying Channel.
setReusePort(boolean) - Method in class io.netty.channel.epoll.EpollServerSocketChannelConfig
Set the SO_REUSEPORT option on the underlying Channel.
setRts(boolean) - Method in interface io.netty.channel.rxtx.RxtxChannelConfig
Sets whether the serial device supports the Request To Send signal, used for flow control
setSctpNoDelay(boolean) - Method in class io.netty.channel.sctp.DefaultSctpChannelConfig
 
setSctpNoDelay(boolean) - Method in interface io.netty.channel.sctp.SctpChannelConfig
Sets the SCTP_NODELAY option.
setSecure(boolean) - Method in interface io.netty.handler.codec.http.Cookie
Sets the security getStatus of this Cookie
setSecure(boolean) - Method in class io.netty.handler.codec.http.DefaultCookie
 
setSendBufferSize(int) - Method in class io.netty.channel.epoll.EpollDatagramChannelConfig
 
setSendBufferSize(int) - Method in class io.netty.channel.epoll.EpollSocketChannelConfig
 
setSendBufferSize(int) - Method in class io.netty.channel.sctp.DefaultSctpChannelConfig
 
setSendBufferSize(int) - Method in class io.netty.channel.sctp.DefaultSctpServerChannelConfig
 
setSendBufferSize(int) - Method in interface io.netty.channel.sctp.SctpChannelConfig
Sets the SO_SNDBUF option.
setSendBufferSize(int) - Method in interface io.netty.channel.sctp.SctpServerChannelConfig
Sets the SO_SNDBUF option.
setSendBufferSize(int) - Method in interface io.netty.channel.socket.DatagramChannelConfig
setSendBufferSize(int) - Method in class io.netty.channel.socket.DefaultDatagramChannelConfig
 
setSendBufferSize(int) - Method in class io.netty.channel.socket.DefaultSocketChannelConfig
 
setSendBufferSize(int) - Method in class io.netty.channel.socket.oio.DefaultOioSocketChannelConfig
 
setSendBufferSize(int) - Method in interface io.netty.channel.socket.oio.OioSocketChannelConfig
 
setSendBufferSize(int) - Method in interface io.netty.channel.socket.SocketChannelConfig
setSendBufferSize(int) - Method in class io.netty.channel.udt.DefaultUdtChannelConfig
 
setSendBufferSize(int) - Method in class io.netty.channel.udt.DefaultUdtServerChannelConfig
 
setSendBufferSize(int) - Method in interface io.netty.channel.udt.UdtChannelConfig
Sets the ChannelOption.SO_SNDBUF option.
setSendBufferSize(int) - Method in interface io.netty.channel.udt.UdtServerChannelConfig
 
setSessionCacheEnabled(boolean) - Method in class io.netty.handler.ssl.OpenSslServerSessionContext
 
setSessionCacheEnabled(boolean) - Method in class io.netty.handler.ssl.OpenSslSessionContext
Enable or disable caching of SSL sessions.
setSessionCacheSize(int) - Method in class io.netty.handler.ssl.OpenSslServerSessionContext
 
setSessionIdContext(byte[]) - Method in class io.netty.handler.ssl.OpenSslServerSessionContext
Set the context within which session be reused (server side only) See man SSL_CTX_set_session_id_context
setSessionReceiveWindowSize(int) - Method in class io.netty.handler.codec.spdy.SpdySessionHandler
 
setSessionTimeout(int) - Method in class io.netty.handler.ssl.OpenSslServerSessionContext
 
setShort(int, int) - Method in class io.netty.buffer.AbstractByteBuf
 
setShort(int, int) - Method in class io.netty.buffer.ByteBuf
Sets the specified 16-bit short integer at the specified absolute index in this buffer.
setShort(int, int) - Method in class io.netty.buffer.CompositeByteBuf
 
setShort(int, int) - Method in class io.netty.buffer.DuplicatedByteBuf
 
setShort(int, int) - Method in class io.netty.buffer.EmptyByteBuf
 
setShort(int, int) - Method in class io.netty.buffer.ReadOnlyByteBuf
 
setShort(int, int) - Method in class io.netty.buffer.SwappedByteBuf
 
setShort(int, int) - Method in class io.netty.buffer.UnpooledDirectByteBuf
 
setShort(int, int) - Method in class io.netty.buffer.UnpooledHeapByteBuf
 
setShort(int, int) - Method in class io.netty.buffer.WrappedByteBuf
 
setShort(AsciiString, short) - Method in interface io.netty.handler.codec.BinaryHeaders
 
setShort(AsciiString, short) - Method in class io.netty.handler.codec.DefaultBinaryHeaders
 
setShort(T, short) - Method in class io.netty.handler.codec.DefaultHeaders
 
setShort(CharSequence, short) - Method in class io.netty.handler.codec.DefaultTextHeaders
 
setShort(AsciiString, short) - Method in class io.netty.handler.codec.EmptyBinaryHeaders
 
setShort(T, short) - Method in class io.netty.handler.codec.EmptyHeaders
 
setShort(CharSequence, short) - Method in class io.netty.handler.codec.EmptyTextHeaders
 
setShort(T, short) - Method in interface io.netty.handler.codec.Headers
Set the name to value.
setShort(CharSequence, short) - Method in class io.netty.handler.codec.http.DefaultHttpHeaders
 
setShort(CharSequence, short) - Method in class io.netty.handler.codec.http.EmptyHttpHeaders
 
setShort(CharSequence, short) - Method in interface io.netty.handler.codec.http.HttpHeaders
 
setShort(AsciiString, short) - Method in class io.netty.handler.codec.http2.DefaultHttp2Headers
 
setShort(AsciiString, short) - Method in class io.netty.handler.codec.http2.EmptyHttp2Headers
 
setShort(AsciiString, short) - Method in interface io.netty.handler.codec.http2.Http2Headers
 
setShort(CharSequence, short) - Method in class io.netty.handler.codec.spdy.DefaultSpdyHeaders
 
setShort(CharSequence, short) - Method in interface io.netty.handler.codec.spdy.SpdyHeaders
 
setShort(CharSequence, short) - Method in class io.netty.handler.codec.stomp.DefaultStompHeaders
 
setShort(CharSequence, short) - Method in interface io.netty.handler.codec.stomp.StompHeaders
 
setShort(CharSequence, short) - Method in interface io.netty.handler.codec.TextHeaders
 
setSingleDecode(boolean) - Method in class io.netty.handler.codec.ByteToMessageDecoder
If set then only one message is decoded on each ByteToMessageDecoder.channelRead(ChannelHandlerContext, Object) call.
setSingleDecode(boolean) - Method in class io.netty.handler.codec.http.HttpClientCodec
 
setSoLinger(int) - Method in class io.netty.channel.epoll.EpollSocketChannelConfig
 
setSoLinger(int) - Method in class io.netty.channel.socket.DefaultSocketChannelConfig
 
setSoLinger(int) - Method in class io.netty.channel.socket.oio.DefaultOioSocketChannelConfig
 
setSoLinger(int) - Method in interface io.netty.channel.socket.oio.OioSocketChannelConfig
 
setSoLinger(int) - Method in interface io.netty.channel.socket.SocketChannelConfig
setSoLinger(int) - Method in class io.netty.channel.udt.DefaultUdtChannelConfig
 
setSoLinger(int) - Method in class io.netty.channel.udt.DefaultUdtServerChannelConfig
 
setSoLinger(int) - Method in interface io.netty.channel.udt.UdtChannelConfig
Sets the ChannelOption.SO_LINGER option.
setSoLinger(int) - Method in interface io.netty.channel.udt.UdtServerChannelConfig
 
setSoTimeout(int) - Method in class io.netty.channel.socket.oio.DefaultOioServerSocketChannelConfig
 
setSoTimeout(int) - Method in class io.netty.channel.socket.oio.DefaultOioSocketChannelConfig
 
setSoTimeout(int) - Method in interface io.netty.channel.socket.oio.OioServerSocketChannelConfig
Sets the maximal time a operation on the underlying socket may block.
setSoTimeout(int) - Method in interface io.netty.channel.socket.oio.OioSocketChannelConfig
Sets the maximal time a operation on the underlying socket may block.
setStatus(HttpResponseStatus) - Method in class io.netty.handler.codec.http.DefaultFullHttpResponse
 
setStatus(HttpResponseStatus) - Method in class io.netty.handler.codec.http.DefaultHttpResponse
 
setStatus(HttpResponseStatus) - Method in interface io.netty.handler.codec.http.FullHttpResponse
 
setStatus(HttpResponseStatus) - Method in interface io.netty.handler.codec.http.HttpResponse
Set the status of this HttpResponse.
setStatus(short) - Method in interface io.netty.handler.codec.memcache.binary.BinaryMemcacheResponse
Sets the status of the response.
setStatus(short) - Method in class io.netty.handler.codec.memcache.binary.DefaultBinaryMemcacheResponse
 
setStatus(SpdySessionStatus) - Method in class io.netty.handler.codec.spdy.DefaultSpdyGoAwayFrame
 
setStatus(SpdyStreamStatus) - Method in class io.netty.handler.codec.spdy.DefaultSpdyRstStreamFrame
 
setStatus(SpdySessionStatus) - Method in interface io.netty.handler.codec.spdy.SpdyGoAwayFrame
Sets the status of this frame.
setStatus(SpdyStreamStatus) - Method in interface io.netty.handler.codec.spdy.SpdyRstStreamFrame
Sets the status of this frame.
setStopbits(RxtxChannelConfig.Stopbits) - Method in interface io.netty.channel.rxtx.RxtxChannelConfig
Sets the number of stop bits to include at the end of every character to aid the serial device in synchronising with the data.
setStreamId(int) - Method in class io.netty.handler.codec.spdy.DefaultSpdyDataFrame
 
setStreamId(int) - Method in class io.netty.handler.codec.spdy.DefaultSpdyHeadersFrame
 
setStreamId(int) - Method in class io.netty.handler.codec.spdy.DefaultSpdyRstStreamFrame
 
setStreamId(int) - Method in class io.netty.handler.codec.spdy.DefaultSpdyStreamFrame
 
setStreamId(int) - Method in class io.netty.handler.codec.spdy.DefaultSpdySynReplyFrame
 
setStreamId(int) - Method in class io.netty.handler.codec.spdy.DefaultSpdySynStreamFrame
 
setStreamId(int) - Method in class io.netty.handler.codec.spdy.DefaultSpdyWindowUpdateFrame
 
setStreamId(int) - Method in interface io.netty.handler.codec.spdy.SpdyDataFrame
 
setStreamId(int) - Method in interface io.netty.handler.codec.spdy.SpdyHeadersFrame
 
setStreamId(int) - Method in interface io.netty.handler.codec.spdy.SpdyRstStreamFrame
 
setStreamId(int) - Method in interface io.netty.handler.codec.spdy.SpdyStreamFrame
Sets the Stream-ID of this frame.
setStreamId(int) - Method in interface io.netty.handler.codec.spdy.SpdySynReplyFrame
 
setStreamId(int) - Method in interface io.netty.handler.codec.spdy.SpdySynStreamFrame
 
setStreamId(int) - Method in interface io.netty.handler.codec.spdy.SpdyWindowUpdateFrame
Sets the Stream-ID of this frame.
setSuccess(Void) - Method in interface io.netty.channel.ChannelProgressivePromise
 
setSuccess() - Method in interface io.netty.channel.ChannelProgressivePromise
 
setSuccess(Void) - Method in interface io.netty.channel.ChannelPromise
 
setSuccess() - Method in interface io.netty.channel.ChannelPromise
 
setSuccess() - Method in class io.netty.channel.DefaultChannelProgressivePromise
 
setSuccess(Void) - Method in class io.netty.channel.DefaultChannelProgressivePromise
 
setSuccess() - Method in class io.netty.channel.DefaultChannelPromise
 
setSuccess(Void) - Method in class io.netty.channel.DefaultChannelPromise
 
setSuccess(V) - Method in class io.netty.util.concurrent.DefaultProgressivePromise
 
setSuccess(V) - Method in class io.netty.util.concurrent.DefaultPromise
 
setSuccess(V) - Method in interface io.netty.util.concurrent.ProgressivePromise
 
setSuccess(V) - Method in interface io.netty.util.concurrent.Promise
Marks this future as a success and notifies all listeners.
setSystemReceiveBufferSize(int) - Method in class io.netty.channel.udt.DefaultUdtChannelConfig
 
setSystemReceiveBufferSize(int) - Method in class io.netty.channel.udt.DefaultUdtServerChannelConfig
 
setSystemReceiveBufferSize(int) - Method in interface io.netty.channel.udt.UdtChannelConfig
Sets OptionUDT.System_Receive_Buffer_Size
setSystemReceiveBufferSize(int) - Method in interface io.netty.channel.udt.UdtServerChannelConfig
 
setSystemSendBufferSize(int) - Method in class io.netty.channel.udt.DefaultUdtChannelConfig
 
setSystemSendBufferSize(int) - Method in class io.netty.channel.udt.DefaultUdtServerChannelConfig
 
setSystemSendBufferSize(int) - Method in interface io.netty.channel.udt.UdtChannelConfig
Sets OptionUDT.System_Send_Buffer_Size
setSystemSendBufferSize(int) - Method in interface io.netty.channel.udt.UdtServerChannelConfig
 
setTcpCork(boolean) - Method in class io.netty.channel.epoll.EpollSocketChannelConfig
Set the TCP_CORK option on the socket.
setTcpKeepCntl(int) - Method in class io.netty.channel.epoll.EpollSocketChannelConfig
Set the TCP_KEEPCNT option on the socket.
setTcpKeepIdle(int) - Method in class io.netty.channel.epoll.EpollSocketChannelConfig
Set the TCP_KEEPIDLE option on the socket.
setTcpKeepIntvl(int) - Method in class io.netty.channel.epoll.EpollSocketChannelConfig
Set the TCP_KEEPINTVL option on the socket.
setTcpNoDelay(boolean) - Method in class io.netty.channel.epoll.EpollSocketChannelConfig
 
setTcpNoDelay(boolean) - Method in class io.netty.channel.socket.DefaultSocketChannelConfig
 
setTcpNoDelay(boolean) - Method in class io.netty.channel.socket.oio.DefaultOioSocketChannelConfig
 
setTcpNoDelay(boolean) - Method in interface io.netty.channel.socket.oio.OioSocketChannelConfig
 
setTcpNoDelay(boolean) - Method in interface io.netty.channel.socket.SocketChannelConfig
setThreadLocalMap(InternalThreadLocalMap) - Method in interface io.netty.util.concurrent.FastThreadLocalAccess
Sets the internal data structure that keeps the thread-local variables bound to this thread.
setThreadLocalMap(InternalThreadLocalMap) - Method in class io.netty.util.concurrent.FastThreadLocalThread
Sets the internal data structure that keeps the thread-local variables bound to this thread.
setTicketKeys(byte[]) - Method in class io.netty.handler.ssl.OpenSslContext
setTicketKeys(byte[]) - Method in class io.netty.handler.ssl.OpenSslSessionContext
Sets the SSL session ticket keys of this context.
setTimeMillis(AsciiString, long) - Method in interface io.netty.handler.codec.BinaryHeaders
 
setTimeMillis(AsciiString, long) - Method in class io.netty.handler.codec.DefaultBinaryHeaders
 
setTimeMillis(T, long) - Method in class io.netty.handler.codec.DefaultHeaders
 
setTimeMillis(CharSequence, long) - Method in class io.netty.handler.codec.DefaultTextHeaders
 
setTimeMillis(AsciiString, long) - Method in class io.netty.handler.codec.EmptyBinaryHeaders
 
setTimeMillis(T, long) - Method in class io.netty.handler.codec.EmptyHeaders
 
setTimeMillis(CharSequence, long) - Method in class io.netty.handler.codec.EmptyTextHeaders
 
setTimeMillis(T, long) - Method in interface io.netty.handler.codec.Headers
Set the name to value.
setTimeMillis(CharSequence, long) - Method in class io.netty.handler.codec.http.DefaultHttpHeaders
 
setTimeMillis(CharSequence, long) - Method in class io.netty.handler.codec.http.EmptyHttpHeaders
 
setTimeMillis(CharSequence, long) - Method in interface io.netty.handler.codec.http.HttpHeaders
 
setTimeMillis(AsciiString, long) - Method in class io.netty.handler.codec.http2.DefaultHttp2Headers
 
setTimeMillis(AsciiString, long) - Method in class io.netty.handler.codec.http2.EmptyHttp2Headers
 
setTimeMillis(AsciiString, long) - Method in interface io.netty.handler.codec.http2.Http2Headers
 
setTimeMillis(CharSequence, long) - Method in class io.netty.handler.codec.spdy.DefaultSpdyHeaders
 
setTimeMillis(CharSequence, long) - Method in interface io.netty.handler.codec.spdy.SpdyHeaders
 
setTimeMillis(CharSequence, long) - Method in class io.netty.handler.codec.stomp.DefaultStompHeaders
 
setTimeMillis(CharSequence, long) - Method in interface io.netty.handler.codec.stomp.StompHeaders
 
setTimeMillis(CharSequence, long) - Method in interface io.netty.handler.codec.TextHeaders
 
setTimeToLive(int) - Method in class io.netty.channel.epoll.EpollDatagramChannelConfig
 
setTimeToLive(int) - Method in interface io.netty.channel.socket.DatagramChannelConfig
setTimeToLive(int) - Method in class io.netty.channel.socket.DefaultDatagramChannelConfig
 
SETTING_ENTRY_LENGTH - Static variable in class io.netty.handler.codec.http2.Http2CodecUtil
 
SETTINGS - Static variable in class io.netty.handler.codec.http2.Http2FrameTypes
 
SETTINGS_CLIENT_CERTIFICATE_VECTOR_SIZE - Static variable in interface io.netty.handler.codec.spdy.SpdySettingsFrame
 
SETTINGS_CURRENT_CWND - Static variable in interface io.netty.handler.codec.spdy.SpdySettingsFrame
 
SETTINGS_DOWNLOAD_BANDWIDTH - Static variable in interface io.netty.handler.codec.spdy.SpdySettingsFrame
 
SETTINGS_DOWNLOAD_RETRANS_RATE - Static variable in interface io.netty.handler.codec.spdy.SpdySettingsFrame
 
SETTINGS_ENABLE_PUSH - Static variable in class io.netty.handler.codec.http2.Http2CodecUtil
 
SETTINGS_HEADER_TABLE_SIZE - Static variable in class io.netty.handler.codec.http2.Http2CodecUtil
 
SETTINGS_INITIAL_WINDOW_SIZE - Static variable in class io.netty.handler.codec.http2.Http2CodecUtil
 
SETTINGS_INITIAL_WINDOW_SIZE - Static variable in interface io.netty.handler.codec.spdy.SpdySettingsFrame
 
SETTINGS_MAX_CONCURRENT_STREAMS - Static variable in class io.netty.handler.codec.http2.Http2CodecUtil
 
SETTINGS_MAX_CONCURRENT_STREAMS - Static variable in interface io.netty.handler.codec.spdy.SpdySettingsFrame
 
SETTINGS_MAX_FRAME_SIZE - Static variable in class io.netty.handler.codec.http2.Http2CodecUtil
 
SETTINGS_MAX_HEADER_LIST_SIZE - Static variable in class io.netty.handler.codec.http2.Http2CodecUtil
 
SETTINGS_MINOR_VERSION - Static variable in interface io.netty.handler.codec.spdy.SpdySettingsFrame
 
SETTINGS_ROUND_TRIP_TIME - Static variable in interface io.netty.handler.codec.spdy.SpdySettingsFrame
 
SETTINGS_UPLOAD_BANDWIDTH - Static variable in interface io.netty.handler.codec.spdy.SpdySettingsFrame
 
setTotalBodyLength(int) - Method in class io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage
 
setTotalBodyLength(int) - Method in interface io.netty.handler.codec.memcache.binary.BinaryMemcacheMessage
Sets the total body length.
setTrafficClass(int) - Method in class io.netty.channel.epoll.EpollDatagramChannelConfig
 
setTrafficClass(int) - Method in class io.netty.channel.epoll.EpollSocketChannelConfig
 
setTrafficClass(int) - Method in interface io.netty.channel.socket.DatagramChannelConfig
setTrafficClass(int) - Method in class io.netty.channel.socket.DefaultDatagramChannelConfig
 
setTrafficClass(int) - Method in class io.netty.channel.socket.DefaultSocketChannelConfig
 
setTrafficClass(int) - Method in class io.netty.channel.socket.oio.DefaultOioSocketChannelConfig
 
setTrafficClass(int) - Method in interface io.netty.channel.socket.oio.OioSocketChannelConfig
 
setTrafficClass(int) - Method in interface io.netty.channel.socket.SocketChannelConfig
setTransferEncodingChunked(HttpMessage, boolean) - Static method in class io.netty.handler.codec.http.HttpHeaderUtil
 
setTruncated(boolean) - Method in class io.netty.handler.codec.dns.DnsResponseHeader
Set to true if response has been truncated (usually happens for responses over 512 bytes).
setTruncated() - Method in class io.netty.handler.codec.spdy.DefaultSpdyHeadersFrame
 
setTruncated() - Method in interface io.netty.handler.codec.spdy.SpdyHeadersFrame
Mark this header block as truncated.
setTtl(int, int) - Method in class io.netty.resolver.dns.DnsNameResolver
Sets the minimum and maximum TTL of the cached DNS resource records (in seconds).
setType(int) - Method in class io.netty.handler.codec.dns.DnsHeader
Sets the DnsMessage type.
setType(int) - Method in class io.netty.handler.codec.dns.DnsQueryHeader
Sets the DnsHeader type.
setType(int) - Method in class io.netty.handler.codec.dns.DnsResponseHeader
Sets the DnsHeader type.
setUncancellable() - Method in class io.netty.util.concurrent.DefaultPromise
 
setUncancellable() - Method in interface io.netty.util.concurrent.Promise
Make this future impossible to cancel.
setUnidirectional(boolean) - Method in class io.netty.handler.codec.spdy.DefaultSpdySynStreamFrame
 
setUnidirectional(boolean) - Method in interface io.netty.handler.codec.spdy.SpdySynStreamFrame
Sets if the stream created with this frame is to be considered half-closed to the receiver.
SETUP - Static variable in class io.netty.handler.codec.rtsp.RtspMethods
The SETUP request for a URI specifies the transport mechanism to be used for the streamed media.
setUpgradeHeaders(ChannelHandlerContext, HttpRequest) - Method in interface io.netty.handler.codec.http.HttpClientUpgradeHandler.UpgradeCodec
Sets any protocol-specific headers required to the upgrade request.
setUpgradeHeaders(ChannelHandlerContext, HttpRequest) - Method in class io.netty.handler.codec.http2.Http2ClientUpgradeCodec
 
setUri(String) - Method in class io.netty.handler.codec.http.DefaultFullHttpRequest
 
setUri(String) - Method in class io.netty.handler.codec.http.DefaultHttpRequest
 
setUri(String) - Method in interface io.netty.handler.codec.http.FullHttpRequest
 
setUri(String) - Method in interface io.netty.handler.codec.http.HttpRequest
Set the requested URI (or alternatively, path)
setUseClientMode(boolean) - Method in class io.netty.handler.ssl.OpenSslEngine
 
setUserDefinedWritability(int, boolean) - Method in class io.netty.channel.ChannelOutboundBuffer
Sets a user-defined writability flag at the specified index.
setValue(String) - Method in interface io.netty.handler.codec.http.Cookie
Sets the value of this Cookie.
setValue(String) - Method in class io.netty.handler.codec.http.DefaultCookie
 
setValue(String) - Method in interface io.netty.handler.codec.http.multipart.Attribute
Sets the value of this HttpData.
setValue(String) - Method in class io.netty.handler.codec.http.multipart.DiskAttribute
 
setValue(String) - Method in class io.netty.handler.codec.http.multipart.MemoryAttribute
 
setValue(String) - Method in class io.netty.handler.codec.http.multipart.MixedAttribute
 
setValue(int, int) - Method in class io.netty.handler.codec.spdy.DefaultSpdySettingsFrame
 
setValue(int, int, boolean, boolean) - Method in class io.netty.handler.codec.spdy.DefaultSpdySettingsFrame
 
setValue(int, int) - Method in interface io.netty.handler.codec.spdy.SpdySettingsFrame
Sets the value of the setting ID.
setValue(int, int, boolean, boolean) - Method in interface io.netty.handler.codec.spdy.SpdySettingsFrame
Sets the value of the setting ID.
setValue(V) - Method in interface io.netty.util.collection.IntObjectMap.Entry
Sets the value for this entry.
setVersion(int) - Method in interface io.netty.handler.codec.http.Cookie
Sets the version of this Cookie.
setVersion(int) - Method in class io.netty.handler.codec.http.DefaultCookie
 
setWaitTimeMillis(int) - Method in interface io.netty.channel.rxtx.RxtxChannelConfig
Sets the time to wait after opening the serial port and before sending it any configuration information or data.
setWantClientAuth(boolean) - Method in class io.netty.handler.ssl.OpenSslEngine
 
setWriteBufferHighWaterMark(int) - Method in interface io.netty.channel.ChannelConfig
Sets the high water mark of the write buffer.
setWriteBufferHighWaterMark(int) - Method in class io.netty.channel.DefaultChannelConfig
 
setWriteBufferHighWaterMark(int) - Method in class io.netty.channel.epoll.EpollChannelConfig
 
setWriteBufferHighWaterMark(int) - Method in class io.netty.channel.epoll.EpollDatagramChannelConfig
 
setWriteBufferHighWaterMark(int) - Method in class io.netty.channel.epoll.EpollDomainSocketChannelConfig
 
setWriteBufferHighWaterMark(int) - Method in class io.netty.channel.epoll.EpollServerChannelConfig
 
setWriteBufferHighWaterMark(int) - Method in class io.netty.channel.epoll.EpollServerSocketChannelConfig
 
setWriteBufferHighWaterMark(int) - Method in class io.netty.channel.epoll.EpollSocketChannelConfig
 
setWriteBufferHighWaterMark(int) - Method in interface io.netty.channel.rxtx.RxtxChannelConfig
 
setWriteBufferHighWaterMark(int) - Method in class io.netty.channel.sctp.DefaultSctpChannelConfig
 
setWriteBufferHighWaterMark(int) - Method in class io.netty.channel.sctp.DefaultSctpServerChannelConfig
 
setWriteBufferHighWaterMark(int) - Method in interface io.netty.channel.sctp.SctpChannelConfig
 
setWriteBufferHighWaterMark(int) - Method in interface io.netty.channel.sctp.SctpServerChannelConfig
 
setWriteBufferHighWaterMark(int) - Method in class io.netty.channel.socket.DefaultDatagramChannelConfig
 
setWriteBufferHighWaterMark(int) - Method in class io.netty.channel.socket.DefaultServerSocketChannelConfig
 
setWriteBufferHighWaterMark(int) - Method in class io.netty.channel.socket.DefaultSocketChannelConfig
 
setWriteBufferHighWaterMark(int) - Method in class io.netty.channel.socket.oio.DefaultOioServerSocketChannelConfig
 
setWriteBufferHighWaterMark(int) - Method in class io.netty.channel.socket.oio.DefaultOioSocketChannelConfig
 
setWriteBufferHighWaterMark(int) - Method in interface io.netty.channel.socket.oio.OioServerSocketChannelConfig
 
setWriteBufferHighWaterMark(int) - Method in interface io.netty.channel.socket.oio.OioSocketChannelConfig
 
setWriteBufferHighWaterMark(int) - Method in class io.netty.channel.udt.DefaultUdtChannelConfig
 
setWriteBufferHighWaterMark(int) - Method in class io.netty.channel.udt.DefaultUdtServerChannelConfig
 
setWriteBufferHighWaterMark(int) - Method in interface io.netty.channel.udt.UdtChannelConfig
 
setWriteBufferHighWaterMark(int) - Method in interface io.netty.channel.udt.UdtServerChannelConfig
 
setWriteBufferHighWaterMark(int) - Method in interface io.netty.channel.unix.DomainSocketChannelConfig
 
setWriteBufferLowWaterMark(int) - Method in interface io.netty.channel.ChannelConfig
Sets the low water mark of the write buffer.
setWriteBufferLowWaterMark(int) - Method in class io.netty.channel.DefaultChannelConfig
 
setWriteBufferLowWaterMark(int) - Method in class io.netty.channel.epoll.EpollChannelConfig
 
setWriteBufferLowWaterMark(int) - Method in class io.netty.channel.epoll.EpollDatagramChannelConfig
 
setWriteBufferLowWaterMark(int) - Method in class io.netty.channel.epoll.EpollDomainSocketChannelConfig
 
setWriteBufferLowWaterMark(int) - Method in class io.netty.channel.epoll.EpollServerChannelConfig
 
setWriteBufferLowWaterMark(int) - Method in class io.netty.channel.epoll.EpollServerSocketChannelConfig
 
setWriteBufferLowWaterMark(int) - Method in class io.netty.channel.epoll.EpollSocketChannelConfig
 
setWriteBufferLowWaterMark(int) - Method in interface io.netty.channel.rxtx.RxtxChannelConfig
 
setWriteBufferLowWaterMark(int) - Method in class io.netty.channel.sctp.DefaultSctpChannelConfig
 
setWriteBufferLowWaterMark(int) - Method in class io.netty.channel.sctp.DefaultSctpServerChannelConfig
 
setWriteBufferLowWaterMark(int) - Method in interface io.netty.channel.sctp.SctpChannelConfig
 
setWriteBufferLowWaterMark(int) - Method in interface io.netty.channel.sctp.SctpServerChannelConfig
 
setWriteBufferLowWaterMark(int) - Method in class io.netty.channel.socket.DefaultDatagramChannelConfig
 
setWriteBufferLowWaterMark(int) - Method in class io.netty.channel.socket.DefaultServerSocketChannelConfig
 
setWriteBufferLowWaterMark(int) - Method in class io.netty.channel.socket.DefaultSocketChannelConfig
 
setWriteBufferLowWaterMark(int) - Method in class io.netty.channel.socket.oio.DefaultOioServerSocketChannelConfig
 
setWriteBufferLowWaterMark(int) - Method in class io.netty.channel.socket.oio.DefaultOioSocketChannelConfig
 
setWriteBufferLowWaterMark(int) - Method in interface io.netty.channel.socket.oio.OioServerSocketChannelConfig
 
setWriteBufferLowWaterMark(int) - Method in interface io.netty.channel.socket.oio.OioSocketChannelConfig
 
setWriteBufferLowWaterMark(int) - Method in class io.netty.channel.udt.DefaultUdtChannelConfig
 
setWriteBufferLowWaterMark(int) - Method in class io.netty.channel.udt.DefaultUdtServerChannelConfig
 
setWriteBufferLowWaterMark(int) - Method in interface io.netty.channel.udt.UdtChannelConfig
 
setWriteBufferLowWaterMark(int) - Method in interface io.netty.channel.udt.UdtServerChannelConfig
 
setWriteBufferLowWaterMark(int) - Method in interface io.netty.channel.unix.DomainSocketChannelConfig
 
setWriteChannelLimit(long) - Method in class io.netty.handler.traffic.GlobalChannelTrafficShapingHandler
 
setWriteLimit(long) - Method in class io.netty.handler.traffic.AbstractTrafficShapingHandler
Note the change will be taken as best effort, meaning that all already scheduled traffics will not be changed, but only applied to new traffics.
setWriteSpinCount(int) - Method in interface io.netty.channel.ChannelConfig
Sets the maximum loop count for a write operation until WritableByteChannel.write(ByteBuffer) returns a non-zero value.
setWriteSpinCount(int) - Method in class io.netty.channel.DefaultChannelConfig
 
setWriteSpinCount(int) - Method in class io.netty.channel.epoll.EpollChannelConfig
 
setWriteSpinCount(int) - Method in class io.netty.channel.epoll.EpollDatagramChannelConfig
 
setWriteSpinCount(int) - Method in class io.netty.channel.epoll.EpollDomainSocketChannelConfig
 
setWriteSpinCount(int) - Method in class io.netty.channel.epoll.EpollServerChannelConfig
 
setWriteSpinCount(int) - Method in class io.netty.channel.epoll.EpollServerSocketChannelConfig
 
setWriteSpinCount(int) - Method in class io.netty.channel.epoll.EpollSocketChannelConfig
 
setWriteSpinCount(int) - Method in interface io.netty.channel.rxtx.RxtxChannelConfig
 
setWriteSpinCount(int) - Method in class io.netty.channel.sctp.DefaultSctpChannelConfig
 
setWriteSpinCount(int) - Method in class io.netty.channel.sctp.DefaultSctpServerChannelConfig
 
setWriteSpinCount(int) - Method in interface io.netty.channel.sctp.SctpChannelConfig
 
setWriteSpinCount(int) - Method in interface io.netty.channel.sctp.SctpServerChannelConfig
 
setWriteSpinCount(int) - Method in interface io.netty.channel.socket.DatagramChannelConfig
 
setWriteSpinCount(int) - Method in class io.netty.channel.socket.DefaultDatagramChannelConfig
 
setWriteSpinCount(int) - Method in class io.netty.channel.socket.DefaultServerSocketChannelConfig
 
setWriteSpinCount(int) - Method in class io.netty.channel.socket.DefaultSocketChannelConfig
 
setWriteSpinCount(int) - Method in class io.netty.channel.socket.oio.DefaultOioServerSocketChannelConfig
 
setWriteSpinCount(int) - Method in class io.netty.channel.socket.oio.DefaultOioSocketChannelConfig
 
setWriteSpinCount(int) - Method in interface io.netty.channel.socket.oio.OioServerSocketChannelConfig
 
setWriteSpinCount(int) - Method in interface io.netty.channel.socket.oio.OioSocketChannelConfig
 
setWriteSpinCount(int) - Method in interface io.netty.channel.socket.ServerSocketChannelConfig
 
setWriteSpinCount(int) - Method in interface io.netty.channel.socket.SocketChannelConfig
 
setWriteSpinCount(int) - Method in class io.netty.channel.udt.DefaultUdtChannelConfig
 
setWriteSpinCount(int) - Method in class io.netty.channel.udt.DefaultUdtServerChannelConfig
 
setWriteSpinCount(int) - Method in interface io.netty.channel.udt.UdtChannelConfig
 
setWriteSpinCount(int) - Method in interface io.netty.channel.udt.UdtServerChannelConfig
 
setWriteSpinCount(int) - Method in interface io.netty.channel.unix.DomainSocketChannelConfig
 
setZ(int) - Method in class io.netty.handler.codec.dns.DnsHeader
Sets the field Z.
setZ(int) - Method in class io.netty.handler.codec.dns.DnsQueryHeader
 
setZ(int) - Method in class io.netty.handler.codec.dns.DnsResponseHeader
 
setZero(int, int) - Method in class io.netty.buffer.AbstractByteBuf
 
setZero(int, int) - Method in class io.netty.buffer.ByteBuf
Fills this buffer with NUL (0x00) starting at the specified absolute index.
setZero(int, int) - Method in class io.netty.buffer.CompositeByteBuf
 
setZero(int, int) - Method in class io.netty.buffer.EmptyByteBuf
 
setZero(int, int) - Method in class io.netty.buffer.SwappedByteBuf
 
setZero(int, int) - Method in class io.netty.buffer.WrappedByteBuf
 
shortCommitHash() - Method in class io.netty.util.Version
 
shortCurcuit() - Method in class io.netty.handler.codec.http.cors.CorsConfig.Builder
Specifies that a CORS request should be rejected if it's invalid before being further processing.
shuffled(Iterable<? extends InetSocketAddress>) - Static method in class io.netty.resolver.dns.DnsServerAddresses
Returns an infinite Iterable of the specified DNS server addresses, whose Iterator iterates the DNS server addresses in a shuffled order.
shuffled(InetSocketAddress...) - Static method in class io.netty.resolver.dns.DnsServerAddresses
Returns an infinite Iterable of the specified DNS server addresses, whose Iterator iterates the DNS server addresses in a shuffled order.
shutdown() - Method in class io.netty.channel.ThreadPerChannelEventLoopGroup
Deprecated.
shutdown() - Method in class io.netty.handler.ssl.OpenSslEngine
Destroys this engine.
shutdown() - Method in class io.netty.util.concurrent.AbstractEventExecutor
shutdown() - Method in class io.netty.util.concurrent.AbstractEventExecutorGroup
shutdown() - Method in interface io.netty.util.concurrent.EventExecutorGroup
shutdown() - Method in class io.netty.util.concurrent.GlobalEventExecutor
Deprecated.
shutdown() - Method in class io.netty.util.concurrent.ImmediateEventExecutor
Deprecated.
shutdown() - Method in class io.netty.util.concurrent.MultithreadEventExecutorGroup
Deprecated.
shutdown() - Method in class io.netty.util.concurrent.SingleThreadEventExecutor
Deprecated.
shutdownGracefully(long, long, TimeUnit) - Method in class io.netty.channel.ThreadPerChannelEventLoopGroup
 
shutdownGracefully() - Method in class io.netty.util.concurrent.AbstractEventExecutor
 
shutdownGracefully() - Method in class io.netty.util.concurrent.AbstractEventExecutorGroup
 
shutdownGracefully() - Method in interface io.netty.util.concurrent.EventExecutorGroup
Shortcut method for EventExecutorGroup.shutdownGracefully(long, long, TimeUnit) with sensible default values.
shutdownGracefully(long, long, TimeUnit) - Method in interface io.netty.util.concurrent.EventExecutorGroup
Signals this executor that the caller wants the executor to be shut down.
shutdownGracefully(long, long, TimeUnit) - Method in class io.netty.util.concurrent.GlobalEventExecutor
 
shutdownGracefully(long, long, TimeUnit) - Method in class io.netty.util.concurrent.ImmediateEventExecutor
 
shutdownGracefully(long, long, TimeUnit) - Method in class io.netty.util.concurrent.MultithreadEventExecutorGroup
 
shutdownGracefully(long, long, TimeUnit) - Method in class io.netty.util.concurrent.SingleThreadEventExecutor
 
shutdownNow() - Method in class io.netty.util.concurrent.AbstractEventExecutor
shutdownNow() - Method in class io.netty.util.concurrent.AbstractEventExecutorGroup
shutdownNow() - Method in interface io.netty.util.concurrent.EventExecutorGroup
shutdownOutput() - Method in class io.netty.channel.epoll.EpollSocketChannel
 
shutdownOutput(ChannelPromise) - Method in class io.netty.channel.epoll.EpollSocketChannel
 
shutdownOutput() - Method in class io.netty.channel.socket.nio.NioSocketChannel
 
shutdownOutput(ChannelPromise) - Method in class io.netty.channel.socket.nio.NioSocketChannel
 
shutdownOutput() - Method in class io.netty.channel.socket.oio.OioSocketChannel
 
shutdownOutput(ChannelPromise) - Method in class io.netty.channel.socket.oio.OioSocketChannel
 
shutdownOutput() - Method in interface io.netty.channel.socket.SocketChannel
 
shutdownOutput(ChannelPromise) - Method in interface io.netty.channel.socket.SocketChannel
 
shutdownOutput0(ChannelPromise) - Method in class io.netty.channel.epoll.AbstractEpollStreamChannel
 
SIG - Static variable in class io.netty.handler.codec.dns.DnsType
Signature record RFC 2535 Signature record used in SIG(0) (RFC 2931) and TKEY (RFC 2930).
Signal - Error in io.netty.util
A special Error which is used to signal some state or request by throwing it.
SIGNAL_SUCCESS - Static variable in class io.netty.handler.codec.DecoderResult
 
SIGNAL_UNFINISHED - Static variable in class io.netty.handler.codec.DecoderResult
 
SimpleChannelInboundHandler<I> - Class in io.netty.channel
ChannelHandler which allows to explicit only handle a specific type of messages.
SimpleChannelInboundHandler() - Constructor for class io.netty.channel.SimpleChannelInboundHandler
 
SimpleChannelInboundHandler(boolean) - Constructor for class io.netty.channel.SimpleChannelInboundHandler
Create a new instance which will try to detect the types to match out of the type parameter of the class.
SimpleChannelInboundHandler(Class<? extends I>) - Constructor for class io.netty.channel.SimpleChannelInboundHandler
 
SimpleChannelInboundHandler(Class<? extends I>, boolean) - Constructor for class io.netty.channel.SimpleChannelInboundHandler
Create a new instance
SimpleNameResolver<T extends SocketAddress> - Class in io.netty.resolver
A skeletal NameResolver implementation.
SimpleNameResolver(EventExecutor) - Constructor for class io.netty.resolver.SimpleNameResolver
 
SimpleNameResolver(EventExecutor, Class<? extends T>) - Constructor for class io.netty.resolver.SimpleNameResolver
 
SimpleTrustManagerFactory - Class in io.netty.handler.ssl.util
Helps to implement a custom TrustManagerFactory.
SimpleTrustManagerFactory() - Constructor for class io.netty.handler.ssl.util.SimpleTrustManagerFactory
Creates a new instance.
SimpleTrustManagerFactory(String) - Constructor for class io.netty.handler.ssl.util.SimpleTrustManagerFactory
Creates a new instance.
SingleThreadEventExecutor - Class in io.netty.util.concurrent
Abstract base class for EventExecutor's that execute all its submitted tasks in a single thread.
SingleThreadEventExecutor(EventExecutorGroup, Executor, boolean) - Constructor for class io.netty.util.concurrent.SingleThreadEventExecutor
 
SingleThreadEventLoop - Class in io.netty.channel
Abstract base class for EventLoops that execute all its submitted tasks in a single thread.
SingleThreadEventLoop(EventLoopGroup, Executor, boolean) - Constructor for class io.netty.channel.SingleThreadEventLoop
 
singleton(InetSocketAddress) - Static method in class io.netty.resolver.dns.DnsServerAddresses
Returns an infinite Iterable of the specified DNS server address, whose Iterator always return the same DNS server address.
size() - Method in class io.netty.channel.ChannelOutboundBuffer
Returns the number of flushed messages in this ChannelOutboundBuffer.
size() - Method in class io.netty.channel.group.DefaultChannelGroup
 
size(Object) - Method in interface io.netty.channel.MessageSizeEstimator.Handle
Calculate the size of the given message.
size() - Method in class io.netty.channel.PendingWriteQueue
Returns the number of pending write operations.
size() - Method in class io.netty.handler.codec.DefaultHeaders
 
size() - Method in class io.netty.handler.codec.EmptyHeaders
 
size() - Method in interface io.netty.handler.codec.Headers
Returns the number of header entries in this collection.
size - Variable in class io.netty.handler.codec.http.multipart.AbstractHttpData
 
size() - Method in interface io.netty.handler.codec.http2.Http2RemoteFlowController.FlowControlled
The size of the payload in terms of bytes applied to the flow-control window.
size() - Method in class io.netty.handler.codec.serialization.ObjectEncoderOutputStream
 
size() - Method in class io.netty.util.collection.IntObjectHashMap
 
size() - Method in interface io.netty.util.collection.IntObjectMap
Returns the number of entries contained in this map.
size() - Static method in class io.netty.util.concurrent.FastThreadLocal
Returns the number of thread local variables bound to the current thread.
skip(long) - Method in class io.netty.buffer.ByteBufInputStream
 
skip(long) - Method in class io.netty.handler.codec.serialization.ObjectDecoderInputStream
 
skipBytes(int) - Method in class io.netty.buffer.AbstractByteBuf
 
skipBytes(int) - Method in class io.netty.buffer.ByteBuf
Increases the current readerIndex by the specified length in this buffer.
skipBytes(int) - Method in class io.netty.buffer.ByteBufInputStream
 
skipBytes(int) - Method in class io.netty.buffer.CompositeByteBuf
 
skipBytes(int) - Method in class io.netty.buffer.EmptyByteBuf
 
skipBytes(int) - Method in class io.netty.buffer.SwappedByteBuf
 
skipBytes(int) - Method in class io.netty.buffer.WrappedByteBuf
 
skipBytes(int) - Method in class io.netty.handler.codec.serialization.ObjectDecoderInputStream
 
slice() - Method in class io.netty.buffer.AbstractByteBuf
 
slice(int, int) - Method in class io.netty.buffer.AbstractByteBuf
 
slice() - Method in class io.netty.buffer.ByteBuf
Returns a slice of this buffer's readable bytes.
slice(int, int) - Method in class io.netty.buffer.ByteBuf
Returns a slice of this buffer's sub-region.
slice(int, int) - Method in class io.netty.buffer.DuplicatedByteBuf
 
slice() - Method in class io.netty.buffer.EmptyByteBuf
 
slice(int, int) - Method in class io.netty.buffer.EmptyByteBuf
 
slice(int, int) - Method in class io.netty.buffer.ReadOnlyByteBuf
 
slice(int, int) - Method in class io.netty.buffer.SlicedByteBuf
 
slice() - Method in class io.netty.buffer.SwappedByteBuf
 
slice(int, int) - Method in class io.netty.buffer.SwappedByteBuf
 
slice() - Method in class io.netty.buffer.WrappedByteBuf
 
slice(int, int) - Method in class io.netty.buffer.WrappedByteBuf
 
SlicedByteBuf - Class in io.netty.buffer
A derived buffer which exposes its parent's sub-region only.
SlicedByteBuf(ByteBuf, int, int) - Constructor for class io.netty.buffer.SlicedByteBuf
 
slowDownFactor() - Method in class io.netty.handler.traffic.GlobalChannelTrafficShapingHandler
 
SnappyFrameDecoder - Class in io.netty.handler.codec.compression
Uncompresses a ByteBuf encoded with the Snappy framing format.
SnappyFrameDecoder() - Constructor for class io.netty.handler.codec.compression.SnappyFrameDecoder
Creates a new snappy-framed decoder with validation of checksums turned OFF.
SnappyFrameDecoder(boolean) - Constructor for class io.netty.handler.codec.compression.SnappyFrameDecoder
Creates a new snappy-framed decoder with validation of checksums as specified.
SnappyFrameEncoder - Class in io.netty.handler.codec.compression
Compresses a ByteBuf using the Snappy framing format.
SnappyFrameEncoder() - Constructor for class io.netty.handler.codec.compression.SnappyFrameEncoder
 
sndCwnd() - Method in class io.netty.channel.epoll.EpollTcpInfo
 
sndMss() - Method in class io.netty.channel.epoll.EpollTcpInfo
 
sndSsthresh() - Method in class io.netty.channel.epoll.EpollTcpInfo
 
sndWscale() - Method in class io.netty.channel.epoll.EpollTcpInfo
 
SniHandler - Class in io.netty.handler.ssl
Enables SNI (Server Name Indication) extension for server side SSL.
SniHandler(DomainNameMapping<? extends SslContext>) - Constructor for class io.netty.handler.ssl.SniHandler
Create a SNI detection handler with configured SslContext maintained by DomainNameMapping
SO_BACKLOG - Static variable in class io.netty.channel.ChannelOption
 
SO_BROADCAST - Static variable in class io.netty.channel.ChannelOption
 
SO_KEEPALIVE - Static variable in class io.netty.channel.ChannelOption
 
SO_LINGER - Static variable in class io.netty.channel.ChannelOption
 
SO_RCVBUF - Static variable in class io.netty.channel.ChannelOption
 
SO_REUSEADDR - Static variable in class io.netty.channel.ChannelOption
 
SO_REUSEPORT - Static variable in class io.netty.channel.epoll.EpollChannelOption
 
SO_SNDBUF - Static variable in class io.netty.channel.ChannelOption
 
SO_TIMEOUT - Static variable in class io.netty.channel.ChannelOption
 
SO_TIMEOUT - Static variable in class io.netty.channel.oio.AbstractOioChannel
 
SOA - Static variable in class io.netty.handler.codec.dns.DnsType
Start of [a zone of] authority record RFC 1035 and RFC 2308 Specifies authoritative information about a DNS zone, including the primary name server, the email of the domain administrator, the domain serial number, and several timers relating to refreshing the zone.
SocketChannel - Interface in io.netty.channel.socket
A TCP/IP socket Channel.
SocketChannelConfig - Interface in io.netty.channel.socket
socketUDT(Channel) - Static method in class io.netty.channel.udt.nio.NioUdtProvider
Expose underlying SocketUDT for debugging and monitoring.
Socks4ClientDecoder - Class in io.netty.handler.codec.socksx.v4
Decodes a single Socks4CommandResponse from the inbound ByteBufs.
Socks4ClientDecoder() - Constructor for class io.netty.handler.codec.socksx.v4.Socks4ClientDecoder
 
Socks4ClientEncoder - Class in io.netty.handler.codec.socksx.v4
Encodes a Socks4CommandRequest into a ByteBuf.
Socks4CommandRequest - Interface in io.netty.handler.codec.socksx.v4
A SOCKS4a CONNECT or BIND request.
Socks4CommandResponse - Interface in io.netty.handler.codec.socksx.v4
A SOCKS4a response.
Socks4CommandStatus - Class in io.netty.handler.codec.socksx.v4
The status of Socks4CommandResponse.
Socks4CommandStatus(int) - Constructor for class io.netty.handler.codec.socksx.v4.Socks4CommandStatus
 
Socks4CommandStatus(int, String) - Constructor for class io.netty.handler.codec.socksx.v4.Socks4CommandStatus
 
Socks4CommandType - Class in io.netty.handler.codec.socksx.v4
Socks4CommandType(int) - Constructor for class io.netty.handler.codec.socksx.v4.Socks4CommandType
 
Socks4CommandType(int, String) - Constructor for class io.netty.handler.codec.socksx.v4.Socks4CommandType
 
Socks4Message - Interface in io.netty.handler.codec.socksx.v4
A tag interface that all SOCKS4a protocol messages implement.
Socks4ProxyHandler - Class in io.netty.handler.proxy
 
Socks4ProxyHandler(SocketAddress) - Constructor for class io.netty.handler.proxy.Socks4ProxyHandler
 
Socks4ProxyHandler(SocketAddress, String) - Constructor for class io.netty.handler.proxy.Socks4ProxyHandler
 
Socks4ServerDecoder - Class in io.netty.handler.codec.socksx.v4
Decodes a single Socks4CommandRequest from the inbound ByteBufs.
Socks4ServerDecoder() - Constructor for class io.netty.handler.codec.socksx.v4.Socks4ServerDecoder
 
Socks4ServerEncoder - Class in io.netty.handler.codec.socksx.v4
Encodes a Socks4CommandResponse into a ByteBuf.
Socks5AddressDecoder - Interface in io.netty.handler.codec.socksx.v5
Decodes a SOCKS5 address field into its string representation.
Socks5AddressEncoder - Interface in io.netty.handler.codec.socksx.v5
Encodes a SOCKS5 address into binary representation.
Socks5AddressType - Class in io.netty.handler.codec.socksx.v5
The type of address in Socks5CommandRequest and Socks5CommandResponse.
Socks5AddressType(int) - Constructor for class io.netty.handler.codec.socksx.v5.Socks5AddressType
 
Socks5AddressType(int, String) - Constructor for class io.netty.handler.codec.socksx.v5.Socks5AddressType
 
Socks5AuthMethod - Class in io.netty.handler.codec.socksx.v5
The authentication method of SOCKS5.
Socks5AuthMethod(int) - Constructor for class io.netty.handler.codec.socksx.v5.Socks5AuthMethod
 
Socks5AuthMethod(int, String) - Constructor for class io.netty.handler.codec.socksx.v5.Socks5AuthMethod
 
Socks5ClientEncoder - Class in io.netty.handler.codec.socksx.v5
Encodes a client-side Socks5Message into a ByteBuf.
Socks5ClientEncoder() - Constructor for class io.netty.handler.codec.socksx.v5.Socks5ClientEncoder
Creates a new instance with the default Socks5AddressEncoder.
Socks5ClientEncoder(Socks5AddressEncoder) - Constructor for class io.netty.handler.codec.socksx.v5.Socks5ClientEncoder
Creates a new instance with the specified Socks5AddressEncoder.
Socks5CommandRequest - Interface in io.netty.handler.codec.socksx.v5
A SOCKS5 request detail message, as defined in the section 4, RFC1928.
Socks5CommandRequestDecoder - Class in io.netty.handler.codec.socksx.v5
Decodes a single Socks5CommandRequest from the inbound ByteBufs.
Socks5CommandRequestDecoder() - Constructor for class io.netty.handler.codec.socksx.v5.Socks5CommandRequestDecoder
 
Socks5CommandRequestDecoder(Socks5AddressDecoder) - Constructor for class io.netty.handler.codec.socksx.v5.Socks5CommandRequestDecoder
 
Socks5CommandResponse - Interface in io.netty.handler.codec.socksx.v5
A response to a SOCKS5 request detail message, as defined in the section 6, RFC1928.
Socks5CommandResponseDecoder - Class in io.netty.handler.codec.socksx.v5
Decodes a single Socks5CommandResponse from the inbound ByteBufs.
Socks5CommandResponseDecoder() - Constructor for class io.netty.handler.codec.socksx.v5.Socks5CommandResponseDecoder
 
Socks5CommandResponseDecoder(Socks5AddressDecoder) - Constructor for class io.netty.handler.codec.socksx.v5.Socks5CommandResponseDecoder
 
Socks5CommandStatus - Class in io.netty.handler.codec.socksx.v5
The status of Socks5CommandResponse.
Socks5CommandStatus(int) - Constructor for class io.netty.handler.codec.socksx.v5.Socks5CommandStatus
 
Socks5CommandStatus(int, String) - Constructor for class io.netty.handler.codec.socksx.v5.Socks5CommandStatus
 
Socks5CommandType - Class in io.netty.handler.codec.socksx.v5
Socks5CommandType(int) - Constructor for class io.netty.handler.codec.socksx.v5.Socks5CommandType
 
Socks5CommandType(int, String) - Constructor for class io.netty.handler.codec.socksx.v5.Socks5CommandType
 
Socks5InitialRequest - Interface in io.netty.handler.codec.socksx.v5
An initial SOCKS5 authentication method selection request, as defined in the section 3, RFC1928.
Socks5InitialRequestDecoder - Class in io.netty.handler.codec.socksx.v5
Decodes a single Socks5InitialRequest from the inbound ByteBufs.
Socks5InitialRequestDecoder() - Constructor for class io.netty.handler.codec.socksx.v5.Socks5InitialRequestDecoder
 
Socks5InitialResponse - Interface in io.netty.handler.codec.socksx.v5
An initial SOCKS5 authentication method selection request, as defined in the section 3, RFC1928.
Socks5InitialResponseDecoder - Class in io.netty.handler.codec.socksx.v5
Decodes a single Socks5InitialResponse from the inbound ByteBufs.
Socks5InitialResponseDecoder() - Constructor for class io.netty.handler.codec.socksx.v5.Socks5InitialResponseDecoder
 
Socks5Message - Interface in io.netty.handler.codec.socksx.v5
A tag interface that all SOCKS5 protocol messages implement.
Socks5PasswordAuthRequest - Interface in io.netty.handler.codec.socksx.v5
A SOCKS5 subnegotiation request for username-password authentication, as defined in the section 2, RFC1929.
Socks5PasswordAuthRequestDecoder - Class in io.netty.handler.codec.socksx.v5
Decodes a single Socks5PasswordAuthRequest from the inbound ByteBufs.
Socks5PasswordAuthRequestDecoder() - Constructor for class io.netty.handler.codec.socksx.v5.Socks5PasswordAuthRequestDecoder
 
Socks5PasswordAuthResponse - Interface in io.netty.handler.codec.socksx.v5
A SOCKS5 subnegotiation response for username-password authentication, as defined in the section 2, RFC1929.
Socks5PasswordAuthResponseDecoder - Class in io.netty.handler.codec.socksx.v5
Decodes a single Socks5PasswordAuthResponse from the inbound ByteBufs.
Socks5PasswordAuthResponseDecoder() - Constructor for class io.netty.handler.codec.socksx.v5.Socks5PasswordAuthResponseDecoder
 
Socks5PasswordAuthStatus - Class in io.netty.handler.codec.socksx.v5
Socks5PasswordAuthStatus(int) - Constructor for class io.netty.handler.codec.socksx.v5.Socks5PasswordAuthStatus
 
Socks5PasswordAuthStatus(int, String) - Constructor for class io.netty.handler.codec.socksx.v5.Socks5PasswordAuthStatus
 
Socks5ProxyHandler - Class in io.netty.handler.proxy
 
Socks5ProxyHandler(SocketAddress) - Constructor for class io.netty.handler.proxy.Socks5ProxyHandler
 
Socks5ProxyHandler(SocketAddress, String, String) - Constructor for class io.netty.handler.proxy.Socks5ProxyHandler
 
Socks5ServerEncoder - Class in io.netty.handler.codec.socksx.v5
Encodes a server-side Socks5Message into a ByteBuf.
Socks5ServerEncoder() - Constructor for class io.netty.handler.codec.socksx.v5.Socks5ServerEncoder
Creates a new instance with the default Socks5AddressEncoder.
Socks5ServerEncoder(Socks5AddressEncoder) - Constructor for class io.netty.handler.codec.socksx.v5.Socks5ServerEncoder
Creates a new instance with the specified Socks5AddressEncoder.
SocksMessage - Interface in io.netty.handler.codec.socksx
An interface that all SOCKS protocol messages implement.
SocksPortUnificationServerHandler - Class in io.netty.handler.codec.socksx
Detects the version of the current SOCKS connection and initializes the pipeline with Socks4ServerDecoder or Socks5InitialRequestDecoder.
SocksPortUnificationServerHandler() - Constructor for class io.netty.handler.codec.socksx.SocksPortUnificationServerHandler
Creates a new instance with the default configuration.
SocksPortUnificationServerHandler(Socks5ServerEncoder) - Constructor for class io.netty.handler.codec.socksx.SocksPortUnificationServerHandler
Creates a new instance with the specified Socks5ServerEncoder.
SocksVersion - Enum in io.netty.handler.codec.socksx
The version of SOCKS protocol.
softCachingConcurrentResolver(ClassLoader) - Static method in class io.netty.handler.codec.serialization.ClassResolvers
agressive concurrent cache good for shared cache, when we're not worried about class unloading
softCachingResolver(ClassLoader) - Static method in class io.netty.handler.codec.serialization.ClassResolvers
agressive non-concurrent cache good for non-shared cache, when we're not worried about class unloading
SOMAXCONN - Static variable in class io.netty.util.NetUtil
The SOMAXCONN value of the current machine.
sourceAddress() - Method in class io.netty.handler.codec.haproxy.HAProxyMessage
Returns the human-readable source address of this HAProxyMessage.
sourcePort() - Method in class io.netty.handler.codec.haproxy.HAProxyMessage
Returns the UDP/TCP source port of this HAProxyMessage.
SP - Static variable in class io.netty.handler.codec.http.HttpConstants
Horizontal space
SpdyDataFrame - Interface in io.netty.handler.codec.spdy
A SPDY Protocol DATA Frame
SpdyFrame - Interface in io.netty.handler.codec.spdy
A SPDY Protocol Frame
SpdyFrameCodec - Class in io.netty.handler.codec.spdy
A ChannelHandler that encodes and decodes SPDY Frames.
SpdyFrameCodec(SpdyVersion) - Constructor for class io.netty.handler.codec.spdy.SpdyFrameCodec
Creates a new instance with the specified version and the default decoder and encoder options (maxChunkSize (8192), maxHeaderSize (16384), compressionLevel (6), windowBits (15), and memLevel (8)).
SpdyFrameCodec(SpdyVersion, int, int, int, int, int) - Constructor for class io.netty.handler.codec.spdy.SpdyFrameCodec
Creates a new instance with the specified decoder and encoder options.
SpdyFrameCodec(SpdyVersion, int, SpdyHeaderBlockDecoder, SpdyHeaderBlockEncoder) - Constructor for class io.netty.handler.codec.spdy.SpdyFrameCodec
 
SpdyFrameDecoder - Class in io.netty.handler.codec.spdy
Decodes ByteBufs into SPDY Frames.
SpdyFrameDecoder(SpdyVersion, SpdyFrameDecoderDelegate) - Constructor for class io.netty.handler.codec.spdy.SpdyFrameDecoder
Creates a new instance with the specified version and the default maxChunkSize (8192).
SpdyFrameDecoder(SpdyVersion, SpdyFrameDecoderDelegate, int) - Constructor for class io.netty.handler.codec.spdy.SpdyFrameDecoder
Creates a new instance with the specified parameters.
SpdyFrameDecoderDelegate - Interface in io.netty.handler.codec.spdy
Callback interface for SpdyFrameDecoder.
SpdyFrameEncoder - Class in io.netty.handler.codec.spdy
Encodes a SPDY Frame into a ByteBuf.
SpdyFrameEncoder(SpdyVersion) - Constructor for class io.netty.handler.codec.spdy.SpdyFrameEncoder
Creates a new instance with the specified spdyVersion.
SpdyGoAwayFrame - Interface in io.netty.handler.codec.spdy
A SPDY Protocol GOAWAY Frame
SpdyHeaderBlockRawDecoder - Class in io.netty.handler.codec.spdy
 
SpdyHeaderBlockRawDecoder(SpdyVersion, int) - Constructor for class io.netty.handler.codec.spdy.SpdyHeaderBlockRawDecoder
 
SpdyHeaderBlockRawEncoder - Class in io.netty.handler.codec.spdy
 
SpdyHeaderBlockRawEncoder(SpdyVersion) - Constructor for class io.netty.handler.codec.spdy.SpdyHeaderBlockRawEncoder
 
SpdyHeaders - Interface in io.netty.handler.codec.spdy
Provides the constants for the standard SPDY HTTP header names and commonly used utility methods that access a SpdyHeadersFrame.
SpdyHeaders.HttpNames - Class in io.netty.handler.codec.spdy
SPDY HTTP header names
SpdyHeadersFrame - Interface in io.netty.handler.codec.spdy
A SPDY Protocol HEADERS Frame
SpdyHttpCodec - Class in io.netty.handler.codec.spdy
A combination of SpdyHttpDecoder and SpdyHttpEncoder
SpdyHttpCodec(SpdyVersion, int) - Constructor for class io.netty.handler.codec.spdy.SpdyHttpCodec
Creates a new instance with the specified decoder options.
SpdyHttpCodec(SpdyVersion, int, boolean) - Constructor for class io.netty.handler.codec.spdy.SpdyHttpCodec
Creates a new instance with the specified decoder options.
SpdyHttpDecoder - Class in io.netty.handler.codec.spdy
SpdyHttpDecoder(SpdyVersion, int) - Constructor for class io.netty.handler.codec.spdy.SpdyHttpDecoder
Creates a new instance.
SpdyHttpDecoder(SpdyVersion, int, boolean) - Constructor for class io.netty.handler.codec.spdy.SpdyHttpDecoder
Creates a new instance.
SpdyHttpDecoder(SpdyVersion, int, Map<Integer, FullHttpMessage>) - Constructor for class io.netty.handler.codec.spdy.SpdyHttpDecoder
Creates a new instance with the specified parameters.
SpdyHttpDecoder(SpdyVersion, int, Map<Integer, FullHttpMessage>, boolean) - Constructor for class io.netty.handler.codec.spdy.SpdyHttpDecoder
Creates a new instance with the specified parameters.
SpdyHttpEncoder - Class in io.netty.handler.codec.spdy
SpdyHttpEncoder(SpdyVersion) - Constructor for class io.netty.handler.codec.spdy.SpdyHttpEncoder
Creates a new instance.
SpdyHttpHeaders - Class in io.netty.handler.codec.spdy
Provides the constants for the header names used by the SpdyHttpDecoder and SpdyHttpEncoder.
SpdyHttpHeaders.Names - Class in io.netty.handler.codec.spdy
SPDY HTTP header names
SpdyHttpResponseStreamIdHandler - Class in io.netty.handler.codec.spdy
MessageToMessageCodec that takes care of adding the right SpdyHttpHeaders.Names.STREAM_ID to the HttpMessage if one is not present.
SpdyHttpResponseStreamIdHandler() - Constructor for class io.netty.handler.codec.spdy.SpdyHttpResponseStreamIdHandler
 
SpdyOrHttpChooser - Class in io.netty.handler.codec.spdy
ChannelHandler which is responsible to setup the ChannelPipeline either for HTTP or SPDY.
SpdyOrHttpChooser(int, int) - Constructor for class io.netty.handler.codec.spdy.SpdyOrHttpChooser
 
SpdyOrHttpChooser.SelectedProtocol - Enum in io.netty.handler.codec.spdy
 
SpdyPingFrame - Interface in io.netty.handler.codec.spdy
A SPDY Protocol PING Frame
SpdyProtocolException - Exception in io.netty.handler.codec.spdy
 
SpdyProtocolException() - Constructor for exception io.netty.handler.codec.spdy.SpdyProtocolException
Creates a new instance.
SpdyProtocolException(String, Throwable) - Constructor for exception io.netty.handler.codec.spdy.SpdyProtocolException
Creates a new instance.
SpdyProtocolException(String) - Constructor for exception io.netty.handler.codec.spdy.SpdyProtocolException
Creates a new instance.
SpdyProtocolException(Throwable) - Constructor for exception io.netty.handler.codec.spdy.SpdyProtocolException
Creates a new instance.
SpdyRstStreamFrame - Interface in io.netty.handler.codec.spdy
A SPDY Protocol RST_STREAM Frame
SpdySessionHandler - Class in io.netty.handler.codec.spdy
Manages streams within a SPDY session.
SpdySessionHandler(SpdyVersion, boolean) - Constructor for class io.netty.handler.codec.spdy.SpdySessionHandler
Creates a new session handler.
SpdySessionStatus - Class in io.netty.handler.codec.spdy
The SPDY session status code and its description.
SpdySessionStatus(int, String) - Constructor for class io.netty.handler.codec.spdy.SpdySessionStatus
Creates a new instance with the specified code and its statusPhrase.
SpdySettingsFrame - Interface in io.netty.handler.codec.spdy
A SPDY Protocol SETTINGS Frame
SpdyStreamFrame - Interface in io.netty.handler.codec.spdy
A SPDY Protocol Frame that is associated with an individual SPDY Stream
SpdyStreamStatus - Class in io.netty.handler.codec.spdy
The SPDY stream status code and its description.
SpdyStreamStatus(int, String) - Constructor for class io.netty.handler.codec.spdy.SpdyStreamStatus
Creates a new instance with the specified code and its statusPhrase.
SpdySynReplyFrame - Interface in io.netty.handler.codec.spdy
A SPDY Protocol SYN_REPLY Frame
SpdySynStreamFrame - Interface in io.netty.handler.codec.spdy
A SPDY Protocol SYN_STREAM Frame
SpdyVersion - Enum in io.netty.handler.codec.spdy
 
SpdyWindowUpdateFrame - Interface in io.netty.handler.codec.spdy
A SPDY Protocol WINDOW_UPDATE Frame
SPEED - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderNames
"speed"
SPF - Static variable in class io.netty.handler.codec.dns.DnsType
Sender Policy Framework record RFC 4408 Specified as part of the SPF protocol as an alternative to of storing SPF data in TXT records.
split(String, int) - Method in class io.netty.handler.codec.AsciiString
Splits this string using the supplied regular expression expr.
split(char) - Method in class io.netty.handler.codec.AsciiString
Splits the specified String with the specified delimiter..
SRV - Static variable in class io.netty.handler.codec.dns.DnsType
Service locator RFC 2782 Generalized service location record, used for newer protocols instead of creating protocol-specific records such as MX.
SSHFP - Static variable in class io.netty.handler.codec.dns.DnsType
SSH Public Key Fingerprint record RFC 4255 Resource record for publishing SSH public host key fingerprints in the DNS System, in order to aid in verifying the authenticity of the host.
sslCloseFuture() - Method in class io.netty.handler.ssl.SslHandler
Return the Future that will get notified if the inbound of the SSLEngine is closed.
sslContext() - Method in class io.netty.handler.ssl.SniHandler
 
SslContext - Class in io.netty.handler.ssl
A secure socket protocol implementation which acts as a factory for SSLEngine and SslHandler.
SslHandler - Class in io.netty.handler.ssl
Adds SSL · TLS and StartTLS support to a Channel.
SslHandler(SSLEngine) - Constructor for class io.netty.handler.ssl.SslHandler
Creates a new instance.
SslHandler(SSLEngine, boolean) - Constructor for class io.netty.handler.ssl.SslHandler
Creates a new instance.
SslHandshakeCompletionEvent - Class in io.netty.handler.ssl
Event that is fired once the SSL handshake is complete, which may be because it was successful or there was an error.
SslHandshakeCompletionEvent(Throwable) - Constructor for class io.netty.handler.ssl.SslHandshakeCompletionEvent
Creates a new event that indicates an unsuccessful handshake.
SslProvider - Enum in io.netty.handler.ssl
An enumeration of SSL/TLS protocol providers.
SSRC - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderValues
"ssrc"
start() - Method in class io.netty.handler.traffic.GlobalChannelTrafficCounter
Start the monitoring process.
start() - Method in class io.netty.handler.traffic.TrafficCounter
Start the monitoring process.
start() - Method in class io.netty.util.HashedWheelTimer
Starts the background thread explicitly.
startOffset() - Method in class io.netty.handler.stream.ChunkedFile
Returns the offset in the file where the transfer began.
startOffset() - Method in class io.netty.handler.stream.ChunkedNioFile
Returns the offset in the file where the transfer began.
startsWith(CharSequence) - Method in class io.netty.handler.codec.AsciiString
Compares the specified string to this string to determine if the specified string is a prefix.
startsWith(CharSequence, int) - Method in class io.netty.handler.codec.AsciiString
Compares the specified string to this string, starting at the specified offset, to determine if the specified string is a prefix.
STAT - Static variable in class io.netty.handler.codec.memcache.binary.BinaryMemcacheOpcodes
 
state() - Method in class io.netty.channel.epoll.EpollTcpInfo
 
state() - Method in interface io.netty.handler.codec.http2.Http2Stream
Gets the state of this stream.
state() - Method in class io.netty.handler.codec.ReplayingDecoder
Returns the current state of this decoder.
state(S) - Method in class io.netty.handler.codec.ReplayingDecoder
Sets the current state of this decoder.
state() - Method in class io.netty.handler.timeout.IdleStateEvent
Returns the idle state.
stats() - Method in class io.netty.handler.ssl.OpenSslContext
Deprecated.
use #sessionContext#stats()
stats() - Method in class io.netty.handler.ssl.OpenSslSessionContext
Returns the stats of this context.
status() - Method in class io.netty.handler.codec.http.DefaultHttpResponse
 
status() - Method in interface io.netty.handler.codec.http.HttpResponse
Returns the status of this HttpResponse.
status(AsciiString) - Method in class io.netty.handler.codec.http2.DefaultHttp2Headers
 
status() - Method in class io.netty.handler.codec.http2.DefaultHttp2Headers
 
status(AsciiString) - Method in class io.netty.handler.codec.http2.EmptyHttp2Headers
 
status() - Method in class io.netty.handler.codec.http2.EmptyHttp2Headers
 
status(AsciiString) - Method in interface io.netty.handler.codec.http2.Http2Headers
Sets the Http2Headers.PseudoHeaderName.STATUS header or null if there is no such header
status() - Method in interface io.netty.handler.codec.http2.Http2Headers
Gets the Http2Headers.PseudoHeaderName.STATUS header or null if there is no such header
status() - Method in interface io.netty.handler.codec.memcache.binary.BinaryMemcacheResponse
Returns the status of the response.
status() - Method in class io.netty.handler.codec.memcache.binary.DefaultBinaryMemcacheResponse
 
status() - Method in class io.netty.handler.codec.socksx.v4.DefaultSocks4CommandResponse
 
status() - Method in interface io.netty.handler.codec.socksx.v4.Socks4CommandResponse
Returns the status of this response.
status() - Method in class io.netty.handler.codec.socksx.v5.DefaultSocks5CommandResponse
 
status() - Method in class io.netty.handler.codec.socksx.v5.DefaultSocks5PasswordAuthResponse
 
status() - Method in interface io.netty.handler.codec.socksx.v5.Socks5CommandResponse
Returns the status of this response.
status() - Method in interface io.netty.handler.codec.socksx.v5.Socks5PasswordAuthResponse
Returns the status of this response.
status() - Method in class io.netty.handler.codec.spdy.DefaultSpdyGoAwayFrame
 
status() - Method in class io.netty.handler.codec.spdy.DefaultSpdyRstStreamFrame
 
status() - Method in interface io.netty.handler.codec.spdy.SpdyGoAwayFrame
Returns the status of this frame.
STATUS - Static variable in class io.netty.handler.codec.spdy.SpdyHeaders.HttpNames
":status"
status() - Method in interface io.netty.handler.codec.spdy.SpdyRstStreamFrame
Returns the status of this frame.
statusCode() - Method in class io.netty.handler.codec.http.websocketx.CloseWebSocketFrame
Returns the closing status code as per RFC 6455.
statusPhrase() - Method in class io.netty.handler.codec.spdy.SpdySessionStatus
Returns the status phrase of this status.
statusPhrase() - Method in class io.netty.handler.codec.spdy.SpdyStreamStatus
Returns the status phrase of this status.
StompCommand - Enum in io.netty.handler.codec.stomp
STOMP command
StompContentSubframe - Interface in io.netty.handler.codec.stomp
An STOMP chunk which is used for STOMP chunked transfer-encoding.
StompFrame - Interface in io.netty.handler.codec.stomp
Combines StompHeadersSubframe and LastStompContentSubframe into one frame.
StompHeaders - Interface in io.netty.handler.codec.stomp
The multimap data structure for the STOMP header names and values.
StompHeadersSubframe - Interface in io.netty.handler.codec.stomp
An interface that defines a StompFrame's command and headers.
StompSubframe - Interface in io.netty.handler.codec.stomp
Defines a common interface for all StompSubframe implementations.
StompSubframeAggregator - Class in io.netty.handler.codec.stomp
A ChannelHandler that aggregates an StompHeadersSubframe and its following StompContentSubframes into a single StompFrame.
StompSubframeAggregator(int) - Constructor for class io.netty.handler.codec.stomp.StompSubframeAggregator
Creates a new instance.
StompSubframeDecoder - Class in io.netty.handler.codec.stomp
StompSubframeDecoder() - Constructor for class io.netty.handler.codec.stomp.StompSubframeDecoder
 
StompSubframeDecoder(int, int) - Constructor for class io.netty.handler.codec.stomp.StompSubframeDecoder
 
StompSubframeEncoder - Class in io.netty.handler.codec.stomp
Encodes a StompFrame or a StompSubframe into a ByteBuf.
StompSubframeEncoder() - Constructor for class io.netty.handler.codec.stomp.StompSubframeEncoder
 
stop() - Method in class io.netty.handler.traffic.GlobalChannelTrafficCounter
Stop the monitoring process.
stop() - Method in class io.netty.handler.traffic.TrafficCounter
Stop the monitoring process.
stop() - Method in class io.netty.util.HashedWheelTimer
 
stop() - Method in interface io.netty.util.Timer
Releases all resources acquired by this Timer and cancels all tasks which were scheduled but not executed yet.
STOP_BITS - Static variable in class io.netty.channel.rxtx.RxtxChannelOption
 
stream(int) - Method in class io.netty.handler.codec.http2.DefaultHttp2Connection
 
stream - Variable in class io.netty.handler.codec.http2.DefaultHttp2ConnectionEncoder.FlowControlledBase
 
stream(int) - Method in interface io.netty.handler.codec.http2.Http2Connection
Gets the stream if it exists.
STREAM_ALREADY_CLOSED - Static variable in class io.netty.handler.codec.spdy.SpdyStreamStatus
9 Stream Already Closed
STREAM_ID - Static variable in class io.netty.handler.codec.spdy.SpdyHttpHeaders.Names
"X-SPDY-Stream-ID"
STREAM_IN_USE - Static variable in class io.netty.handler.codec.spdy.SpdyStreamStatus
8 Stream In Use
streamActive(Http2Stream) - Method in interface io.netty.handler.codec.http2.Http2Connection.Listener
Notifies the listener that the given stream was made active (i.e. open in at least one direction).
streamActive(Http2Stream) - Method in class io.netty.handler.codec.http2.Http2ConnectionAdapter
 
streamActive(Http2Stream) - Method in class io.netty.handler.codec.http2.Http2EventAdapter
 
streamAdded(Http2Stream) - Method in interface io.netty.handler.codec.http2.Http2Connection.Listener
Notifies the listener that the given stream was added to the connection.
streamAdded(Http2Stream) - Method in class io.netty.handler.codec.http2.Http2ConnectionAdapter
 
streamAdded(Http2Stream) - Method in class io.netty.handler.codec.http2.Http2EventAdapter
 
streamError(int, Http2Error, String, Object...) - Static method in exception io.netty.handler.codec.http2.Http2Exception
Use if an error which can be isolated to a single stream has occurred.
streamError(int, Http2Error, Throwable, String, Object...) - Static method in exception io.netty.handler.codec.http2.Http2Exception
Use if an error which can be isolated to a single stream has occurred.
streamHalfClosed(Http2Stream) - Method in interface io.netty.handler.codec.http2.Http2Connection.Listener
Notifies the listener that the given stream is now half-closed.
streamHalfClosed(Http2Stream) - Method in class io.netty.handler.codec.http2.Http2ConnectionAdapter
 
streamHalfClosed(Http2Stream) - Method in class io.netty.handler.codec.http2.Http2EventAdapter
 
streamId() - Method in exception io.netty.handler.codec.http2.Http2Exception.StreamException
 
streamId(Http2Exception) - Static method in exception io.netty.handler.codec.http2.Http2Exception
Get the stream id associated with an exception.
streamId() - Method in class io.netty.handler.codec.spdy.DefaultSpdyStreamFrame
 
streamId() - Method in class io.netty.handler.codec.spdy.DefaultSpdyWindowUpdateFrame
 
streamId() - Method in interface io.netty.handler.codec.spdy.SpdyStreamFrame
Returns the Stream-ID of this frame.
streamId() - Method in interface io.netty.handler.codec.spdy.SpdyWindowUpdateFrame
Returns the Stream-ID of this frame.
streamIdentifier() - Method in class io.netty.channel.sctp.SctpMessage
Return the stream-identifier
streamInactive(Http2Stream) - Method in interface io.netty.handler.codec.http2.Http2Connection.Listener
Notifies the listener that the given stream is now closed in both directions.
streamInactive(Http2Stream) - Method in class io.netty.handler.codec.http2.Http2ConnectionAdapter
 
streamInactive(Http2Stream) - Method in class io.netty.handler.codec.http2.Http2EventAdapter
 
streamRemoved(Http2Stream) - Method in interface io.netty.handler.codec.http2.Http2Connection.Listener
Notifies the listener that the given stream has now been removed from the connection and will no longer be returned via Http2Connection.stream(int).
streamRemoved(Http2Stream) - Method in class io.netty.handler.codec.http2.Http2ConnectionAdapter
 
streamRemoved(Http2Stream) - Method in class io.netty.handler.codec.http2.Http2EventAdapter
 
streamRemoved(Http2Stream) - Method in class io.netty.handler.codec.http2.InboundHttp2ToHttpAdapter
 
StringDecoder - Class in io.netty.handler.codec.string
Decodes a received ByteBuf into a String.
StringDecoder() - Constructor for class io.netty.handler.codec.string.StringDecoder
Creates a new instance with the current system character set.
StringDecoder(Charset) - Constructor for class io.netty.handler.codec.string.StringDecoder
Creates a new instance with the specified character set.
StringEncoder - Class in io.netty.handler.codec.string
Encodes the requested String into a ByteBuf.
StringEncoder() - Constructor for class io.netty.handler.codec.string.StringEncoder
Creates a new instance with the current system character set.
StringEncoder(Charset) - Constructor for class io.netty.handler.codec.string.StringEncoder
Creates a new instance with the specified character set.
SUB_PROTOCOL_WILDCARD - Static variable in class io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker
Use this as wildcard to support all requested sub-protocols
submit(Runnable) - Method in class io.netty.util.concurrent.AbstractEventExecutor
 
submit(Runnable, T) - Method in class io.netty.util.concurrent.AbstractEventExecutor
 
submit(Callable<T>) - Method in class io.netty.util.concurrent.AbstractEventExecutor
 
submit(Runnable) - Method in class io.netty.util.concurrent.AbstractEventExecutorGroup
 
submit(Runnable, T) - Method in class io.netty.util.concurrent.AbstractEventExecutorGroup
 
submit(Callable<T>) - Method in class io.netty.util.concurrent.AbstractEventExecutorGroup
 
submit(Runnable) - Method in interface io.netty.util.concurrent.EventExecutorGroup
 
submit(Runnable, T) - Method in interface io.netty.util.concurrent.EventExecutorGroup
 
submit(Callable<T>) - Method in interface io.netty.util.concurrent.EventExecutorGroup
 
submitWrite(ChannelHandlerContext, Object, long, ChannelPromise) - Method in class io.netty.handler.traffic.AbstractTrafficShapingHandler
Deprecated.
submitWrite(ChannelHandlerContext, Object, long, long, long, ChannelPromise) - Method in class io.netty.handler.traffic.GlobalChannelTrafficShapingHandler
 
subprotocols() - Method in class io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker
Returns the CSV of supported sub protocols
SUBSCRIPTION - Static variable in interface io.netty.handler.codec.stomp.StompHeaders
 
subSequence(int) - Method in class io.netty.handler.codec.AsciiString
Copies a range of characters into a new string.
subSequence(int, int) - Method in class io.netty.handler.codec.AsciiString
 
SucceededFuture<V> - Class in io.netty.util.concurrent
The CompleteFuture which is succeeded already.
SucceededFuture(EventExecutor, V) - Constructor for class io.netty.util.concurrent.SucceededFuture
Creates a new instance.
SUCCESS - Static variable in class io.netty.handler.codec.DecoderResult
 
SUCCESS - Static variable in class io.netty.handler.codec.memcache.binary.BinaryMemcacheResponseStatus
 
SUCCESS - Static variable in class io.netty.handler.codec.socksx.v4.Socks4CommandStatus
 
SUCCESS - Static variable in class io.netty.handler.codec.socksx.v5.Socks5CommandStatus
 
SUCCESS - Static variable in class io.netty.handler.codec.socksx.v5.Socks5PasswordAuthStatus
 
SUCCESS - Static variable in class io.netty.handler.ssl.SslHandshakeCompletionEvent
 
SupportedCipherSuiteFilter - Class in io.netty.handler.ssl
This class will filter all requested ciphers out that are not supported by the current SSLEngine.
supportedProtocols() - Method in class io.netty.handler.ssl.ApplicationProtocolConfig
The application level protocols supported.
swapInt(int) - Static method in class io.netty.buffer.ByteBufUtil
Toggles the endianness of the specified 32-bit integer.
swapLong(long) - Static method in class io.netty.buffer.ByteBufUtil
Toggles the endianness of the specified 64-bit long integer.
swapMedium(int) - Static method in class io.netty.buffer.ByteBufUtil
Toggles the endianness of the specified 24-bit medium integer.
SwappedByteBuf - Class in io.netty.buffer
Wrapper which swap the ByteOrder of a ByteBuf.
SwappedByteBuf(ByteBuf) - Constructor for class io.netty.buffer.SwappedByteBuf
 
swapShort(short) - Static method in class io.netty.buffer.ByteBufUtil
Toggles the endianness of the specified 16-bit short integer.
SWITCHING_PROTOCOLS - Static variable in class io.netty.handler.codec.http.HttpResponseStatus
101 Switching Protocols
sync() - Method in interface io.netty.channel.ChannelFuture
 
sync() - Method in interface io.netty.channel.ChannelProgressiveFuture
 
sync() - Method in interface io.netty.channel.ChannelProgressivePromise
 
sync() - Method in interface io.netty.channel.ChannelPromise
 
sync() - Method in class io.netty.channel.DefaultChannelProgressivePromise
 
sync() - Method in class io.netty.channel.DefaultChannelPromise
 
sync() - Method in interface io.netty.channel.group.ChannelGroupFuture
 
sync() - Method in class io.netty.util.concurrent.CompleteFuture
 
sync() - Method in class io.netty.util.concurrent.DefaultProgressivePromise
 
sync() - Method in class io.netty.util.concurrent.DefaultPromise
 
sync() - Method in class io.netty.util.concurrent.FailedFuture
 
sync() - Method in interface io.netty.util.concurrent.Future
Waits for this future until it is done, and rethrows the cause of the failure if this future failed.
sync() - Method in interface io.netty.util.concurrent.ProgressiveFuture
 
sync() - Method in interface io.netty.util.concurrent.ProgressivePromise
 
sync() - Method in interface io.netty.util.concurrent.Promise
 
syncUninterruptibly() - Method in interface io.netty.channel.ChannelFuture
 
syncUninterruptibly() - Method in interface io.netty.channel.ChannelProgressiveFuture
 
syncUninterruptibly() - Method in interface io.netty.channel.ChannelProgressivePromise
 
syncUninterruptibly() - Method in interface io.netty.channel.ChannelPromise
 
syncUninterruptibly() - Method in class io.netty.channel.DefaultChannelProgressivePromise
 
syncUninterruptibly() - Method in class io.netty.channel.DefaultChannelPromise
 
syncUninterruptibly() - Method in interface io.netty.channel.group.ChannelGroupFuture
 
syncUninterruptibly() - Method in class io.netty.util.concurrent.CompleteFuture
 
syncUninterruptibly() - Method in class io.netty.util.concurrent.DefaultProgressivePromise
 
syncUninterruptibly() - Method in class io.netty.util.concurrent.DefaultPromise
 
syncUninterruptibly() - Method in class io.netty.util.concurrent.FailedFuture
 
syncUninterruptibly() - Method in interface io.netty.util.concurrent.Future
Waits for this future until it is done, and rethrows the cause of the failure if this future failed.
syncUninterruptibly() - Method in interface io.netty.util.concurrent.ProgressiveFuture
 
syncUninterruptibly() - Method in interface io.netty.util.concurrent.ProgressivePromise
 
syncUninterruptibly() - Method in interface io.netty.util.concurrent.Promise
 
SYSTEM_RECEIVE_BUFFER_SIZE - Static variable in class io.netty.channel.udt.UdtChannelOption
See OptionUDT.System_Receive_Buffer_Size.
SYSTEM_SEND_BUFFER_SIZE - Static variable in class io.netty.channel.udt.UdtChannelOption
See OptionUDT.System_Send_Buffer_Size.

T

TA - Static variable in class io.netty.handler.codec.dns.DnsType
DNSSEC Trust Authorities record N/A Part of a deployment proposal for DNSSEC without a signed DNS root.
takeTask() - Method in class io.netty.util.concurrent.SingleThreadEventExecutor
Take the next Runnable from the task queue and so will block if no task is currently present.
targetContentEncoding() - Method in class io.netty.handler.codec.http.HttpContentEncoder.Result
 
task() - Method in interface io.netty.util.Timeout
Returns the TimerTask which is associated with this handle.
TCP - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderValues
"TCP"
TCP_CORK - Static variable in class io.netty.channel.epoll.EpollChannelOption
 
TCP_KEEPCNT - Static variable in class io.netty.channel.epoll.EpollChannelOption
 
TCP_KEEPIDLE - Static variable in class io.netty.channel.epoll.EpollChannelOption
 
TCP_KEEPINTVL - Static variable in class io.netty.channel.epoll.EpollChannelOption
 
TCP_NODELAY - Static variable in class io.netty.channel.ChannelOption
 
tcpInfo() - Method in class io.netty.channel.epoll.EpollSocketChannel
Returns the TCP_INFO for the current socket.
tcpInfo(EpollTcpInfo) - Method in class io.netty.channel.epoll.EpollSocketChannel
Updates and returns the TCP_INFO for the current socket.
TE - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
"te"
TEARDOWN - Static variable in class io.netty.handler.codec.rtsp.RtspMethods
The TEARDOWN request stops the stream delivery for the given URI, freeing the resources associated with it.
TEMPORARY_REDIRECT - Static variable in class io.netty.handler.codec.http.HttpResponseStatus
307 Temporary Redirect (since HTTP/1.1)
terminationFuture() - Method in class io.netty.channel.ThreadPerChannelEventLoopGroup
 
terminationFuture() - Method in interface io.netty.util.concurrent.EventExecutorGroup
Returns the Future which is notified when all EventExecutors managed by this EventExecutorGroup have been terminated.
terminationFuture() - Method in class io.netty.util.concurrent.GlobalEventExecutor
 
terminationFuture() - Method in class io.netty.util.concurrent.ImmediateEventExecutor
 
terminationFuture() - Method in class io.netty.util.concurrent.MultithreadEventExecutorGroup
 
terminationFuture() - Method in class io.netty.util.concurrent.SingleThreadEventExecutor
 
text() - Method in class io.netty.handler.codec.http.HttpVersion
Returns the full protocol version text such as "HTTP/1.0".
text() - Method in class io.netty.handler.codec.http.websocketx.ContinuationWebSocketFrame
Returns the text data in this frame
text() - Method in class io.netty.handler.codec.http.websocketx.TextWebSocketFrame
Returns the text data in this frame
text() - Method in enum io.netty.handler.codec.http2.HttpUtil.ExtensionHeaderNames
 
TEXT_PLAIN - Static variable in class io.netty.handler.codec.http.HttpHeaderValues
"text/plain"
TextHeaders - Interface in io.netty.handler.codec
A typical string multimap used by text protocols such as HTTP for the representation of arbitrary key-value data.
TextHeaders.EntryVisitor - Interface in io.netty.handler.codec
A visitor that helps reduce GC pressure while iterating over a collection of Headers.
TextHeaders.NameVisitor - Interface in io.netty.handler.codec
A visitor that helps reduce GC pressure while iterating over a collection of Headers.
TextWebSocketFrame - Class in io.netty.handler.codec.http.websocketx
Web Socket text frame
TextWebSocketFrame() - Constructor for class io.netty.handler.codec.http.websocketx.TextWebSocketFrame
Creates a new empty text frame.
TextWebSocketFrame(String) - Constructor for class io.netty.handler.codec.http.websocketx.TextWebSocketFrame
Creates a new text frame with the specified text string.
TextWebSocketFrame(ByteBuf) - Constructor for class io.netty.handler.codec.http.websocketx.TextWebSocketFrame
Creates a new text frame with the specified binary data.
TextWebSocketFrame(boolean, int, String) - Constructor for class io.netty.handler.codec.http.websocketx.TextWebSocketFrame
Creates a new text frame with the specified text string.
TextWebSocketFrame(boolean, int, ByteBuf) - Constructor for class io.netty.handler.codec.http.websocketx.TextWebSocketFrame
Creates a new text frame with the specified binary data.
ThreadDeathWatcher - Class in io.netty.util
Checks if a thread is alive periodically and runs a task when a thread dies.
threadLocalDirectBuffer() - Static method in class io.netty.buffer.ByteBufUtil
Returns a cached thread-local direct buffer, if available.
threadLocalMap() - Method in interface io.netty.util.concurrent.FastThreadLocalAccess
Returns the internal data structure that keeps the thread-local variables bound to this thread.
threadLocalMap() - Method in class io.netty.util.concurrent.FastThreadLocalThread
Returns the internal data structure that keeps the thread-local variables bound to this thread.
ThreadLocalMarshallerProvider - Class in io.netty.handler.codec.marshalling
UnmarshallerProvider implementation which use a ThreadLocal to store references to Marshaller instances.
ThreadLocalMarshallerProvider(MarshallerFactory, MarshallingConfiguration) - Constructor for class io.netty.handler.codec.marshalling.ThreadLocalMarshallerProvider
Create a new instance of the ThreadLocalMarshallerProvider
ThreadLocalUnmarshallerProvider - Class in io.netty.handler.codec.marshalling
UnmarshallerProvider implementation which use a ThreadLocal to store references to Unmarshaller instances.
ThreadLocalUnmarshallerProvider(MarshallerFactory, MarshallingConfiguration) - Constructor for class io.netty.handler.codec.marshalling.ThreadLocalUnmarshallerProvider
Create a new instance of the ThreadLocalUnmarshallerProvider
ThreadPerChannelEventLoop - Class in io.netty.channel
SingleThreadEventLoop which is used to handle OIO Channel's.
ThreadPerChannelEventLoop(ThreadPerChannelEventLoopGroup) - Constructor for class io.netty.channel.ThreadPerChannelEventLoop
 
ThreadPerChannelEventLoopGroup - Class in io.netty.channel
An EventLoopGroup that creates one EventLoop per Channel.
ThreadPerChannelEventLoopGroup() - Constructor for class io.netty.channel.ThreadPerChannelEventLoopGroup
Create a new ThreadPerChannelEventLoopGroup with no limit in place.
ThreadPerChannelEventLoopGroup(int) - Constructor for class io.netty.channel.ThreadPerChannelEventLoopGroup
ThreadPerChannelEventLoopGroup(int, ThreadFactory, Object...) - Constructor for class io.netty.channel.ThreadPerChannelEventLoopGroup
ThreadPerChannelEventLoopGroup(int, Executor, Object...) - Constructor for class io.netty.channel.ThreadPerChannelEventLoopGroup
ThreadPerTaskExecutor - Class in io.netty.util.concurrent
 
ThreadPerTaskExecutor(ThreadFactory) - Constructor for class io.netty.util.concurrent.ThreadPerTaskExecutor
 
TIME - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderValues
"time"
TIMEOUT - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderValues
"timeout"
Timeout - Interface in io.netty.util
A handle associated with a TimerTask that is returned by a Timer.
TimeoutException - Exception in io.netty.handler.timeout
A TimeoutException when no data was either read or written within a certain period of time.
timeouts() - Method in class io.netty.handler.ssl.OpenSslSessionStats
Returns the number of sessions proposed by clients and either found in the internal or external session cache in server mode, but that were invalid due to timeout.
timer() - Method in interface io.netty.util.Timeout
Returns the Timer that created this handle.
Timer - Interface in io.netty.util
Schedules TimerTasks for one-time future execution in a background thread.
TimerTask - Interface in io.netty.util
A task which is executed after the delay specified with Timer.newTimeout(TimerTask, long, TimeUnit).
TIMESTAMP - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderNames
"timestamp"
timeToLive() - Method in class io.netty.handler.codec.dns.DnsResource
Returns the time to live after reading for this resource record.
TKEY - Static variable in class io.netty.handler.codec.dns.DnsType
Secret key record RFC 2930 A method of providing keying material to be used with TSIG that is encrypted under the public key in an accompanying KEY RR..
TLS_UPGRADE_PROTOCOL_NAME - Static variable in class io.netty.handler.codec.http2.Http2CodecUtil
 
TLSA - Static variable in class io.netty.handler.codec.dns.DnsType
TLSA certificate association record RFC 6698 A record for DNS-based Authentication of Named Entities (DANE).
toAddressString(InetAddress) - Static method in class io.netty.util.NetUtil
Returns the String representation of an InetAddress.
toAddressString(InetAddress, boolean) - Static method in class io.netty.util.NetUtil
Returns the String representation of an InetAddress.
toArray() - Method in class io.netty.channel.group.DefaultChannelGroup
 
toArray(T[]) - Method in class io.netty.channel.group.DefaultChannelGroup
 
toByteArray() - Method in class io.netty.handler.codec.AsciiString
Converts this string to a byte array using the ASCII encoding.
toByteArray(int, int) - Method in class io.netty.handler.codec.AsciiString
Converts this string to a byte array using the ASCII encoding.
toByteBuf(ChannelHandlerContext, Throwable) - Static method in class io.netty.handler.codec.http2.Http2CodecUtil
Creates a buffer containing the error message from the given exception.
toByteIndex(int) - Method in class io.netty.buffer.CompositeByteBuf
 
toCharArray() - Method in class io.netty.handler.codec.AsciiString
Copies the characters in this string to a character array.
toCharArray(int, int) - Method in class io.netty.handler.codec.AsciiString
Copies the characters in this string to a character array.
toComponentIndex(int) - Method in class io.netty.buffer.CompositeByteBuf
Return the index for the given offset
toConvertedType(UnconvertedType) - Method in interface io.netty.handler.codec.ConvertibleHeaders.TypeConverter
Convert a native value
toHintString() - Method in interface io.netty.util.ResourceLeakHint
Returns a human-readable message that potentially enables easier resource leak tracking.
toHttp2Headers(FullHttpMessage) - Static method in class io.netty.handler.codec.http2.HttpUtil
Converts the given HTTP/1.x headers into HTTP/2 headers.
toHttpHeaderValue() - Method in enum io.netty.handler.codec.http.websocketx.WebSocketVersion
 
toHttpRequest(int, Http2Headers, boolean) - Static method in class io.netty.handler.codec.http2.HttpUtil
Create a new object to contain the request data
toHttpResponse(int, Http2Headers, boolean) - Static method in class io.netty.handler.codec.http2.HttpUtil
Create a new object to contain the response data
toLeakAwareBuffer(ByteBuf) - Static method in class io.netty.buffer.AbstractByteBufAllocator
 
toLowerCase() - Method in class io.netty.handler.codec.AsciiString
Converts the characters in this string to lowercase, using the default Locale.
toMap() - Method in interface io.netty.channel.ChannelPipeline
Converts this pipeline into an ordered Map whose keys are handler names and whose values are handlers.
TOO_MANY_REQUESTS - Static variable in class io.netty.handler.codec.http.HttpResponseStatus
429 Too Many Requests (RFC6585)
TooLongFrameException - Exception in io.netty.handler.codec
An DecoderException which is thrown when the length of the frame decoded is greater than the allowed maximum.
TooLongFrameException() - Constructor for exception io.netty.handler.codec.TooLongFrameException
Creates a new instance.
TooLongFrameException(String, Throwable) - Constructor for exception io.netty.handler.codec.TooLongFrameException
Creates a new instance.
TooLongFrameException(String) - Constructor for exception io.netty.handler.codec.TooLongFrameException
Creates a new instance.
TooLongFrameException(Throwable) - Constructor for exception io.netty.handler.codec.TooLongFrameException
Creates a new instance.
topicName() - Method in class io.netty.handler.codec.mqtt.MqttPublishVariableHeader
 
topicName() - Method in class io.netty.handler.codec.mqtt.MqttTopicSubscription
 
topics() - Method in class io.netty.handler.codec.mqtt.MqttUnsubscribePayload
 
topicSubscriptions() - Method in class io.netty.handler.codec.mqtt.MqttSubscribePayload
 
toString() - Method in class io.netty.bootstrap.AbstractBootstrap
 
toString() - Method in class io.netty.bootstrap.Bootstrap
 
toString() - Method in class io.netty.bootstrap.ServerBootstrap
 
toString(Charset) - Method in class io.netty.buffer.AbstractByteBuf
 
toString(int, int, Charset) - Method in class io.netty.buffer.AbstractByteBuf
 
toString() - Method in class io.netty.buffer.AbstractByteBuf
 
toString() - Method in class io.netty.buffer.AbstractByteBufAllocator
 
toString(Charset) - Method in class io.netty.buffer.ByteBuf
Decodes this buffer's readable bytes into a string with the specified character set name.
toString(int, int, Charset) - Method in class io.netty.buffer.ByteBuf
Decodes this buffer's sub-region into a string with the specified character set.
toString() - Method in class io.netty.buffer.ByteBuf
Returns the string representation of this buffer.
toString() - Method in class io.netty.buffer.CompositeByteBuf
 
toString() - Method in class io.netty.buffer.DefaultByteBufHolder
 
toString(Charset) - Method in class io.netty.buffer.EmptyByteBuf
 
toString(int, int, Charset) - Method in class io.netty.buffer.EmptyByteBuf
 
toString() - Method in class io.netty.buffer.EmptyByteBuf
 
toString(Charset) - Method in class io.netty.buffer.SwappedByteBuf
 
toString(int, int, Charset) - Method in class io.netty.buffer.SwappedByteBuf
 
toString() - Method in class io.netty.buffer.SwappedByteBuf
 
toString(Charset) - Method in class io.netty.buffer.WrappedByteBuf
 
toString(int, int, Charset) - Method in class io.netty.buffer.WrappedByteBuf
 
toString() - Method in class io.netty.buffer.WrappedByteBuf
 
toString() - Method in class io.netty.channel.AbstractChannel
Returns the String representation of this channel.
toString() - Method in class io.netty.channel.DefaultAddressedEnvelope
 
toString() - Method in class io.netty.channel.group.DefaultChannelGroup
 
toString() - Method in class io.netty.channel.local.LocalAddress
 
toString() - Method in class io.netty.channel.ReflectiveChannelFactory
 
toString() - Method in class io.netty.channel.sctp.SctpMessage
 
toString() - Method in class io.netty.channel.unix.DomainSocketAddress
 
toString() - Method in class io.netty.channel.unix.FileDescriptor
 
toString() - Method in class io.netty.handler.codec.AsciiString
 
toString(int, int) - Method in class io.netty.handler.codec.AsciiString
 
toString() - Method in class io.netty.handler.codec.DecoderResult
 
toString() - Method in class io.netty.handler.codec.DefaultHeaders
 
toString() - Method in class io.netty.handler.codec.dns.DnsClass
 
toString() - Method in class io.netty.handler.codec.dns.DnsEntry
 
toString() - Method in class io.netty.handler.codec.dns.DnsResponseCode
Returns a formatted error message for this DnsResponseCode.
toString() - Method in class io.netty.handler.codec.dns.DnsType
 
toString() - Method in class io.netty.handler.codec.EmptyHeaders
 
toString() - Method in class io.netty.handler.codec.http.cors.CorsConfig
 
toString() - Method in class io.netty.handler.codec.http.DefaultCookie
 
toString() - Method in class io.netty.handler.codec.http.DefaultFullHttpRequest
 
toString() - Method in class io.netty.handler.codec.http.DefaultFullHttpResponse
 
toString() - Method in class io.netty.handler.codec.http.DefaultHttpContent
 
toString() - Method in class io.netty.handler.codec.http.DefaultHttpRequest
 
toString() - Method in class io.netty.handler.codec.http.DefaultHttpResponse
 
toString() - Method in class io.netty.handler.codec.http.DefaultLastHttpContent
 
toString() - Method in class io.netty.handler.codec.http.HttpMethod
 
toString() - Method in class io.netty.handler.codec.http.HttpResponseStatus
 
toString() - Method in class io.netty.handler.codec.http.HttpServerUpgradeHandler.UpgradeEvent
 
toString() - Method in class io.netty.handler.codec.http.HttpVersion
Returns the full protocol version text such as "HTTP/1.0".
toString() - Method in class io.netty.handler.codec.http.multipart.DiskAttribute
 
toString() - Method in class io.netty.handler.codec.http.multipart.DiskFileUpload
 
toString() - Method in class io.netty.handler.codec.http.multipart.MemoryAttribute
 
toString() - Method in class io.netty.handler.codec.http.multipart.MemoryFileUpload
 
toString() - Method in class io.netty.handler.codec.http.multipart.MixedAttribute
 
toString() - Method in class io.netty.handler.codec.http.multipart.MixedFileUpload
 
toString() - Method in class io.netty.handler.codec.http.QueryStringEncoder
Returns the URL-encoded URI which was created from the path string specified in the constructor and the parameters added by QueryStringEncoder.addParam(String, String) getMethod.
toString() - Method in class io.netty.handler.codec.http.websocketx.WebSocketFrame
 
toString() - Method in class io.netty.handler.codec.http2.Http2Flags
 
toString() - Method in class io.netty.handler.codec.memcache.DefaultMemcacheContent
 
toString() - Method in class io.netty.handler.codec.mqtt.MqttConnAckVariableHeader
 
toString() - Method in class io.netty.handler.codec.mqtt.MqttConnectPayload
 
toString() - Method in class io.netty.handler.codec.mqtt.MqttConnectVariableHeader
 
toString() - Method in class io.netty.handler.codec.mqtt.MqttFixedHeader
 
toString() - Method in class io.netty.handler.codec.mqtt.MqttMessage
 
toString() - Method in class io.netty.handler.codec.mqtt.MqttMessageIdVariableHeader
 
toString() - Method in class io.netty.handler.codec.mqtt.MqttPublishVariableHeader
 
toString() - Method in class io.netty.handler.codec.mqtt.MqttSubAckPayload
 
toString() - Method in class io.netty.handler.codec.mqtt.MqttSubscribePayload
 
toString() - Method in class io.netty.handler.codec.mqtt.MqttTopicSubscription
 
toString() - Method in class io.netty.handler.codec.mqtt.MqttUnsubscribePayload
 
toString() - Method in class io.netty.handler.codec.socksx.v4.DefaultSocks4CommandRequest
 
toString() - Method in class io.netty.handler.codec.socksx.v4.DefaultSocks4CommandResponse
 
toString() - Method in class io.netty.handler.codec.socksx.v4.Socks4CommandStatus
 
toString() - Method in class io.netty.handler.codec.socksx.v4.Socks4CommandType
 
toString() - Method in class io.netty.handler.codec.socksx.v5.DefaultSocks5CommandRequest
 
toString() - Method in class io.netty.handler.codec.socksx.v5.DefaultSocks5CommandResponse
 
toString() - Method in class io.netty.handler.codec.socksx.v5.DefaultSocks5InitialRequest
 
toString() - Method in class io.netty.handler.codec.socksx.v5.DefaultSocks5InitialResponse
 
toString() - Method in class io.netty.handler.codec.socksx.v5.DefaultSocks5PasswordAuthRequest
 
toString() - Method in class io.netty.handler.codec.socksx.v5.DefaultSocks5PasswordAuthResponse
 
toString() - Method in class io.netty.handler.codec.socksx.v5.Socks5AddressType
 
toString() - Method in class io.netty.handler.codec.socksx.v5.Socks5AuthMethod
 
toString() - Method in class io.netty.handler.codec.socksx.v5.Socks5CommandStatus
 
toString() - Method in class io.netty.handler.codec.socksx.v5.Socks5CommandType
 
toString() - Method in class io.netty.handler.codec.socksx.v5.Socks5PasswordAuthStatus
 
toString() - Method in class io.netty.handler.codec.spdy.DefaultSpdyDataFrame
 
toString() - Method in class io.netty.handler.codec.spdy.DefaultSpdyGoAwayFrame
 
toString() - Method in class io.netty.handler.codec.spdy.DefaultSpdyHeadersFrame
 
toString() - Method in class io.netty.handler.codec.spdy.DefaultSpdyPingFrame
 
toString() - Method in class io.netty.handler.codec.spdy.DefaultSpdyRstStreamFrame
 
toString() - Method in class io.netty.handler.codec.spdy.DefaultSpdySettingsFrame
 
toString() - Method in class io.netty.handler.codec.spdy.DefaultSpdySynReplyFrame
 
toString() - Method in class io.netty.handler.codec.spdy.DefaultSpdySynStreamFrame
 
toString() - Method in class io.netty.handler.codec.spdy.DefaultSpdyWindowUpdateFrame
 
toString() - Method in class io.netty.handler.codec.spdy.SpdySessionStatus
 
toString() - Method in class io.netty.handler.codec.spdy.SpdyStreamStatus
 
toString() - Method in class io.netty.handler.codec.stomp.DefaultLastStompContentSubframe
 
toString() - Method in class io.netty.handler.codec.stomp.DefaultStompContentSubframe
 
toString() - Method in class io.netty.handler.codec.stomp.DefaultStompFrame
 
toString() - Method in class io.netty.handler.codec.stomp.DefaultStompHeadersSubframe
 
toString() - Method in class io.netty.handler.proxy.ProxyConnectionEvent
 
toString() - Method in class io.netty.handler.traffic.AbstractTrafficShapingHandler
 
toString() - Method in class io.netty.handler.traffic.GlobalChannelTrafficShapingHandler
 
toString() - Method in class io.netty.handler.traffic.TrafficCounter
 
toString() - Method in class io.netty.util.AbstractConstant
 
toString() - Method in class io.netty.util.collection.IntObjectHashMap
 
toString() - Method in class io.netty.util.concurrent.DefaultPromise
 
toString() - Method in class io.netty.util.DomainNameMapping
 
toString() - Method in error io.netty.util.Signal
 
toString() - Method in class io.netty.util.Version
 
toStringBuilder() - Method in class io.netty.util.concurrent.DefaultPromise
 
totalBodyLength() - Method in class io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage
 
totalBodyLength() - Method in interface io.netty.handler.codec.memcache.binary.BinaryMemcacheMessage
Returns the total body length.
totalChildWeights() - Method in interface io.netty.handler.codec.http2.Http2Stream
The total of the weights of all children of this stream.
totalPendingWriteBytes() - Method in class io.netty.channel.ChannelOutboundBuffer
 
totalRetrans() - Method in class io.netty.channel.epoll.EpollTcpInfo
 
touch() - Method in class io.netty.buffer.AbstractDerivedByteBuf
 
touch(Object) - Method in class io.netty.buffer.AbstractDerivedByteBuf
 
touch() - Method in class io.netty.buffer.AbstractReferenceCountedByteBuf
 
touch(Object) - Method in class io.netty.buffer.AbstractReferenceCountedByteBuf
 
touch() - Method in class io.netty.buffer.ByteBuf
 
touch(Object) - Method in class io.netty.buffer.ByteBuf
 
touch() - Method in interface io.netty.buffer.ByteBufHolder
 
touch(Object) - Method in interface io.netty.buffer.ByteBufHolder
 
touch() - Method in class io.netty.buffer.CompositeByteBuf
 
touch(Object) - Method in class io.netty.buffer.CompositeByteBuf
 
touch() - Method in class io.netty.buffer.DefaultByteBufHolder
 
touch(Object) - Method in class io.netty.buffer.DefaultByteBufHolder
 
touch() - Method in class io.netty.buffer.EmptyByteBuf
 
touch(Object) - Method in class io.netty.buffer.EmptyByteBuf
 
touch() - Method in class io.netty.buffer.SwappedByteBuf
 
touch(Object) - Method in class io.netty.buffer.SwappedByteBuf
 
touch() - Method in class io.netty.buffer.WrappedByteBuf
 
touch(Object) - Method in class io.netty.buffer.WrappedByteBuf
 
touch() - Method in interface io.netty.channel.AddressedEnvelope
 
touch(Object) - Method in interface io.netty.channel.AddressedEnvelope
 
touch() - Method in class io.netty.channel.DefaultAddressedEnvelope
 
touch(Object) - Method in class io.netty.channel.DefaultAddressedEnvelope
 
touch() - Method in class io.netty.channel.DefaultFileRegion
 
touch(Object) - Method in class io.netty.channel.DefaultFileRegion
 
touch() - Method in interface io.netty.channel.FileRegion
 
touch(Object) - Method in interface io.netty.channel.FileRegion
 
touch() - Method in class io.netty.channel.sctp.SctpMessage
 
touch(Object) - Method in class io.netty.channel.sctp.SctpMessage
 
touch() - Method in class io.netty.channel.socket.DatagramPacket
 
touch(Object) - Method in class io.netty.channel.socket.DatagramPacket
 
touch() - Method in class io.netty.channel.udt.UdtMessage
 
touch(Object) - Method in class io.netty.channel.udt.UdtMessage
 
touch(Object) - Method in class io.netty.handler.codec.dns.DnsMessage
 
touch() - Method in class io.netty.handler.codec.dns.DnsMessage
 
touch(Object) - Method in class io.netty.handler.codec.dns.DnsQuery
 
touch() - Method in class io.netty.handler.codec.dns.DnsQuery
 
touch() - Method in class io.netty.handler.codec.dns.DnsResource
 
touch(Object) - Method in class io.netty.handler.codec.dns.DnsResource
 
touch(Object) - Method in class io.netty.handler.codec.dns.DnsResponse
 
touch() - Method in class io.netty.handler.codec.dns.DnsResponse
 
touch() - Method in class io.netty.handler.codec.http.DefaultFullHttpRequest
 
touch(Object) - Method in class io.netty.handler.codec.http.DefaultFullHttpRequest
 
touch() - Method in class io.netty.handler.codec.http.DefaultFullHttpResponse
 
touch(Object) - Method in class io.netty.handler.codec.http.DefaultFullHttpResponse
 
touch() - Method in class io.netty.handler.codec.http.DefaultHttpContent
 
touch(Object) - Method in class io.netty.handler.codec.http.DefaultHttpContent
 
touch() - Method in class io.netty.handler.codec.http.DefaultLastHttpContent
 
touch(Object) - Method in class io.netty.handler.codec.http.DefaultLastHttpContent
 
touch() - Method in interface io.netty.handler.codec.http.FullHttpMessage
 
touch(Object) - Method in interface io.netty.handler.codec.http.FullHttpMessage
 
touch() - Method in interface io.netty.handler.codec.http.FullHttpRequest
 
touch(Object) - Method in interface io.netty.handler.codec.http.FullHttpRequest
 
touch() - Method in interface io.netty.handler.codec.http.FullHttpResponse
 
touch(Object) - Method in interface io.netty.handler.codec.http.FullHttpResponse
 
touch() - Method in interface io.netty.handler.codec.http.HttpContent
 
touch(Object) - Method in interface io.netty.handler.codec.http.HttpContent
 
touch() - Method in class io.netty.handler.codec.http.HttpServerUpgradeHandler.UpgradeEvent
 
touch(Object) - Method in class io.netty.handler.codec.http.HttpServerUpgradeHandler.UpgradeEvent
 
touch() - Method in interface io.netty.handler.codec.http.LastHttpContent
 
touch(Object) - Method in interface io.netty.handler.codec.http.LastHttpContent
 
touch() - Method in class io.netty.handler.codec.http.multipart.AbstractDiskHttpData
 
touch(Object) - Method in class io.netty.handler.codec.http.multipart.AbstractDiskHttpData
 
touch() - Method in class io.netty.handler.codec.http.multipart.AbstractHttpData
 
touch(Object) - Method in class io.netty.handler.codec.http.multipart.AbstractHttpData
 
touch() - Method in class io.netty.handler.codec.http.multipart.AbstractMemoryHttpData
 
touch(Object) - Method in class io.netty.handler.codec.http.multipart.AbstractMemoryHttpData
 
touch() - Method in interface io.netty.handler.codec.http.multipart.Attribute
 
touch(Object) - Method in interface io.netty.handler.codec.http.multipart.Attribute
 
touch() - Method in class io.netty.handler.codec.http.multipart.DiskAttribute
 
touch(Object) - Method in class io.netty.handler.codec.http.multipart.DiskAttribute
 
touch() - Method in class io.netty.handler.codec.http.multipart.DiskFileUpload
 
touch(Object) - Method in class io.netty.handler.codec.http.multipart.DiskFileUpload
 
touch() - Method in interface io.netty.handler.codec.http.multipart.FileUpload
 
touch(Object) - Method in interface io.netty.handler.codec.http.multipart.FileUpload
 
touch() - Method in interface io.netty.handler.codec.http.multipart.HttpData
 
touch(Object) - Method in interface io.netty.handler.codec.http.multipart.HttpData
 
touch() - Method in interface io.netty.handler.codec.http.multipart.InterfaceHttpData
 
touch(Object) - Method in interface io.netty.handler.codec.http.multipart.InterfaceHttpData
 
touch() - Method in class io.netty.handler.codec.http.multipart.MemoryAttribute
 
touch(Object) - Method in class io.netty.handler.codec.http.multipart.MemoryAttribute
 
touch() - Method in class io.netty.handler.codec.http.multipart.MemoryFileUpload
 
touch(Object) - Method in class io.netty.handler.codec.http.multipart.MemoryFileUpload
 
touch() - Method in class io.netty.handler.codec.http.multipart.MixedAttribute
 
touch(Object) - Method in class io.netty.handler.codec.http.multipart.MixedAttribute
 
touch() - Method in class io.netty.handler.codec.http.multipart.MixedFileUpload
 
touch(Object) - Method in class io.netty.handler.codec.http.multipart.MixedFileUpload
 
touch() - Method in class io.netty.handler.codec.http.websocketx.BinaryWebSocketFrame
 
touch(Object) - Method in class io.netty.handler.codec.http.websocketx.BinaryWebSocketFrame
 
touch() - Method in class io.netty.handler.codec.http.websocketx.CloseWebSocketFrame
 
touch(Object) - Method in class io.netty.handler.codec.http.websocketx.CloseWebSocketFrame
 
touch() - Method in class io.netty.handler.codec.http.websocketx.ContinuationWebSocketFrame
 
touch(Object) - Method in class io.netty.handler.codec.http.websocketx.ContinuationWebSocketFrame
 
touch() - Method in class io.netty.handler.codec.http.websocketx.PingWebSocketFrame
 
touch(Object) - Method in class io.netty.handler.codec.http.websocketx.PingWebSocketFrame
 
touch() - Method in class io.netty.handler.codec.http.websocketx.PongWebSocketFrame
 
touch(Object) - Method in class io.netty.handler.codec.http.websocketx.PongWebSocketFrame
 
touch() - Method in class io.netty.handler.codec.http.websocketx.TextWebSocketFrame
 
touch(Object) - Method in class io.netty.handler.codec.http.websocketx.TextWebSocketFrame
 
touch() - Method in class io.netty.handler.codec.http.websocketx.WebSocketFrame
 
touch(Object) - Method in class io.netty.handler.codec.http.websocketx.WebSocketFrame
 
touch() - Method in class io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage
 
touch(Object) - Method in class io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage
 
touch() - Method in interface io.netty.handler.codec.memcache.binary.BinaryMemcacheMessage
 
touch(Object) - Method in interface io.netty.handler.codec.memcache.binary.BinaryMemcacheMessage
 
TOUCH - Static variable in class io.netty.handler.codec.memcache.binary.BinaryMemcacheOpcodes
 
touch() - Method in interface io.netty.handler.codec.memcache.binary.BinaryMemcacheRequest
 
touch(Object) - Method in interface io.netty.handler.codec.memcache.binary.BinaryMemcacheRequest
 
touch() - Method in interface io.netty.handler.codec.memcache.binary.BinaryMemcacheResponse
 
touch(Object) - Method in interface io.netty.handler.codec.memcache.binary.BinaryMemcacheResponse
 
touch() - Method in class io.netty.handler.codec.memcache.binary.DefaultBinaryMemcacheRequest
 
touch(Object) - Method in class io.netty.handler.codec.memcache.binary.DefaultBinaryMemcacheRequest
 
touch() - Method in class io.netty.handler.codec.memcache.binary.DefaultBinaryMemcacheResponse
 
touch(Object) - Method in class io.netty.handler.codec.memcache.binary.DefaultBinaryMemcacheResponse
 
touch() - Method in class io.netty.handler.codec.memcache.binary.DefaultFullBinaryMemcacheRequest
 
touch(Object) - Method in class io.netty.handler.codec.memcache.binary.DefaultFullBinaryMemcacheRequest
 
touch() - Method in class io.netty.handler.codec.memcache.binary.DefaultFullBinaryMemcacheResponse
 
touch(Object) - Method in class io.netty.handler.codec.memcache.binary.DefaultFullBinaryMemcacheResponse
 
touch() - Method in interface io.netty.handler.codec.memcache.binary.FullBinaryMemcacheRequest
 
touch(Object) - Method in interface io.netty.handler.codec.memcache.binary.FullBinaryMemcacheRequest
 
touch() - Method in interface io.netty.handler.codec.memcache.binary.FullBinaryMemcacheResponse
 
touch(Object) - Method in interface io.netty.handler.codec.memcache.binary.FullBinaryMemcacheResponse
 
touch() - Method in class io.netty.handler.codec.memcache.DefaultLastMemcacheContent
 
touch(Object) - Method in class io.netty.handler.codec.memcache.DefaultLastMemcacheContent
 
touch() - Method in class io.netty.handler.codec.memcache.DefaultMemcacheContent
 
touch(Object) - Method in class io.netty.handler.codec.memcache.DefaultMemcacheContent
 
touch() - Method in interface io.netty.handler.codec.memcache.FullMemcacheMessage
 
touch(Object) - Method in interface io.netty.handler.codec.memcache.FullMemcacheMessage
 
touch() - Method in interface io.netty.handler.codec.memcache.LastMemcacheContent
 
touch(Object) - Method in interface io.netty.handler.codec.memcache.LastMemcacheContent
 
touch() - Method in interface io.netty.handler.codec.memcache.MemcacheContent
 
touch(Object) - Method in interface io.netty.handler.codec.memcache.MemcacheContent
 
touch() - Method in interface io.netty.handler.codec.memcache.MemcacheMessage
 
touch(Object) - Method in interface io.netty.handler.codec.memcache.MemcacheMessage
 
touch() - Method in class io.netty.handler.codec.mqtt.MqttPublishMessage
 
touch(Object) - Method in class io.netty.handler.codec.mqtt.MqttPublishMessage
 
touch() - Method in class io.netty.handler.codec.spdy.DefaultSpdyDataFrame
 
touch(Object) - Method in class io.netty.handler.codec.spdy.DefaultSpdyDataFrame
 
touch() - Method in interface io.netty.handler.codec.spdy.SpdyDataFrame
 
touch(Object) - Method in interface io.netty.handler.codec.spdy.SpdyDataFrame
 
touch() - Method in class io.netty.handler.codec.stomp.DefaultLastStompContentSubframe
 
touch(Object) - Method in class io.netty.handler.codec.stomp.DefaultLastStompContentSubframe
 
touch() - Method in class io.netty.handler.codec.stomp.DefaultStompContentSubframe
 
touch(Object) - Method in class io.netty.handler.codec.stomp.DefaultStompContentSubframe
 
touch() - Method in class io.netty.handler.codec.stomp.DefaultStompFrame
 
touch(Object) - Method in class io.netty.handler.codec.stomp.DefaultStompFrame
 
touch() - Method in interface io.netty.handler.codec.stomp.LastStompContentSubframe
 
touch(Object) - Method in interface io.netty.handler.codec.stomp.LastStompContentSubframe
 
touch() - Method in interface io.netty.handler.codec.stomp.StompContentSubframe
 
touch(Object) - Method in interface io.netty.handler.codec.stomp.StompContentSubframe
 
touch() - Method in interface io.netty.handler.codec.stomp.StompFrame
 
touch(Object) - Method in interface io.netty.handler.codec.stomp.StompFrame
 
touch() - Method in class io.netty.util.AbstractReferenceCounted
 
touch() - Method in interface io.netty.util.ReferenceCounted
Records the current access location of this object for debugging purposes.
touch(Object) - Method in interface io.netty.util.ReferenceCounted
Records the current access location of this object with an additonal arbitrary information for debugging purposes.
touch(T) - Static method in class io.netty.util.ReferenceCountUtil
Tries to call ReferenceCounted.touch() if the specified message implements ReferenceCounted.
touch(T, Object) - Static method in class io.netty.util.ReferenceCountUtil
Tries to call ReferenceCounted.touch(Object) if the specified message implements ReferenceCounted.
toUnconvertedType(ConvertedType) - Method in interface io.netty.handler.codec.ConvertibleHeaders.TypeConverter
Undo a conversion and restore the original native type
toUpperCase() - Method in class io.netty.handler.codec.AsciiString
Converts the characters in this string to uppercase, using the default Locale.
toUri() - Method in class io.netty.handler.codec.http.QueryStringEncoder
Returns the URL-encoded URI object which was created from the path string specified in the constructor and the parameters added by QueryStringEncoder.addParam(String, String) getMethod.
TRACE - Static variable in class io.netty.handler.codec.http.HttpMethod
The TRACE method is used to invoke a remote, application-layer loop- back of the request message.
trafficCounter - Variable in class io.netty.handler.traffic.AbstractTrafficShapingHandler
Traffic Counter
trafficCounter() - Method in class io.netty.handler.traffic.AbstractTrafficShapingHandler
 
TrafficCounter - Class in io.netty.handler.traffic
TrafficCounter is associated with AbstractTrafficShapingHandler.
TrafficCounter(AbstractTrafficShapingHandler, ScheduledExecutorService, String, long) - Constructor for class io.netty.handler.traffic.TrafficCounter
Constructor with the AbstractTrafficShapingHandler that hosts it, the Timer to use, its name, the checkInterval between two computations in millisecond.
TRAILER - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
"trailer"
TRAILERS - Static variable in class io.netty.handler.codec.http.HttpHeaderValues
"trailers"
trailingHeaders() - Method in class io.netty.handler.codec.http.DefaultFullHttpRequest
 
trailingHeaders() - Method in class io.netty.handler.codec.http.DefaultFullHttpResponse
 
trailingHeaders() - Method in class io.netty.handler.codec.http.DefaultLastHttpContent
 
trailingHeaders() - Method in interface io.netty.handler.codec.http.LastHttpContent
 
TRANSACTION - Static variable in interface io.netty.handler.codec.stomp.StompHeaders
 
TRANSFER_ENCODING - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
"transfer-encoding"
transfered() - Method in class io.netty.channel.DefaultFileRegion
 
transfered() - Method in interface io.netty.channel.FileRegion
Return the bytes which was transfered already
transferredBytes() - Method in class io.netty.handler.stream.ChunkedNioStream
Returns the number of transferred bytes.
transferredBytes() - Method in class io.netty.handler.stream.ChunkedStream
Returns the number of transferred bytes.
transferTo(WritableByteChannel, long) - Method in class io.netty.channel.DefaultFileRegion
 
transferTo(WritableByteChannel, long) - Method in interface io.netty.channel.FileRegion
Transfers the content of this file region to the specified channel.
TRANSPORT - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderNames
"transport"
transportProtocol() - Method in enum io.netty.handler.codec.haproxy.HAProxyProxiedProtocol
Returns the HAProxyProxiedProtocol.TransportProtocol of this protocol and address family.
trim() - Method in class io.netty.handler.codec.AsciiString
Copies this string removing white space characters from the beginning and end of the string.
tryFailure(Throwable) - Method in class io.netty.util.concurrent.DefaultPromise
 
tryFailure(Throwable) - Method in interface io.netty.util.concurrent.Promise
Marks this future as a failure and notifies all listeners.
tryProgress(long, long) - Method in class io.netty.util.concurrent.DefaultProgressivePromise
 
tryProgress(long, long) - Method in interface io.netty.util.concurrent.ProgressivePromise
Tries to set the current progress of the operation and notifies the listeners that implement GenericProgressiveFutureListener.
trySuccess() - Method in interface io.netty.channel.ChannelPromise
 
trySuccess() - Method in class io.netty.channel.DefaultChannelProgressivePromise
 
trySuccess() - Method in class io.netty.channel.DefaultChannelPromise
 
trySuccess(V) - Method in class io.netty.util.concurrent.DefaultPromise
 
trySuccess(V) - Method in interface io.netty.util.concurrent.Promise
Marks this future as a success and notifies all listeners.
TSIG - Static variable in class io.netty.handler.codec.dns.DnsType
Transaction Signature record RFC 2845 Can be used to authenticate dynamic updates as coming from an approved client, or to authenticate responses as coming from an approved recursive name server similar to DNSSEC.
TTL - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderValues
"ttl"
TTL_EXPIRED - Static variable in class io.netty.handler.codec.socksx.v5.Socks5CommandStatus
 
TXT - Static variable in class io.netty.handler.codec.dns.DnsType
Text record RFC 1035 Originally for arbitrary human-readable text in a DNS record.
type() - Method in class io.netty.channel.udt.nio.NioUdtProvider
UDT Socket Type.
type() - Method in class io.netty.handler.codec.dns.DnsEntry
Returns the type of resource record to be received.
type() - Method in class io.netty.handler.codec.dns.DnsHeader
Returns the type of DnsMessage.
type() - Method in class io.netty.handler.codec.dns.DnsQueryHeader
Returns the DnsMessage type.
type() - Method in class io.netty.handler.codec.dns.DnsResponseHeader
Returns the DnsMessage type.
type() - Method in class io.netty.handler.codec.socksx.v4.DefaultSocks4CommandRequest
 
type() - Method in interface io.netty.handler.codec.socksx.v4.Socks4CommandRequest
Returns the type of this request.
type() - Method in class io.netty.handler.codec.socksx.v5.DefaultSocks5CommandRequest
 
type() - Method in interface io.netty.handler.codec.socksx.v5.Socks5CommandRequest
Returns the type of this request.
TYPE_QUERY - Static variable in class io.netty.handler.codec.dns.DnsHeader
Message type is query.
TYPE_RESPONSE - Static variable in class io.netty.handler.codec.dns.DnsHeader
Message type is response.

U

UDP - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderValues
"UDP"
UDP_ASSOCIATE - Static variable in class io.netty.handler.codec.socksx.v5.Socks5CommandType
 
UdtChannel - Interface in io.netty.channel.udt
UDT Channel.
UdtChannelConfig - Interface in io.netty.channel.udt
UdtChannelOption - Class in io.netty.channel.udt
Options for the UDT transport
UdtMessage - Class in io.netty.channel.udt
The message container that is used for TypeUDT.DATAGRAM messages.
UdtMessage(ByteBuf) - Constructor for class io.netty.channel.udt.UdtMessage
 
UdtServerChannel - Interface in io.netty.channel.udt
UdtServerChannelConfig - Interface in io.netty.channel.udt
UNACCEPTED - Static variable in class io.netty.handler.codec.socksx.v5.Socks5AuthMethod
Indicates that the server does not accept any authentication methods the client proposed.
unacked() - Method in class io.netty.channel.epoll.EpollTcpInfo
 
UNAUTHORIZED - Static variable in class io.netty.handler.codec.http.HttpResponseStatus
401 Unauthorized
UNAUTHORIZED - Static variable in class io.netty.handler.codec.rtsp.RtspResponseStatuses
401 Unauthorized
unavailabilityCause() - Static method in class io.netty.channel.epoll.Epoll
Returns the cause of unavailability of netty-transport-native-epoll.
unavailabilityCause() - Static method in class io.netty.handler.ssl.OpenSsl
Returns the cause of unavailability of netty-tcnative and its OpenSSL support.
unbindAddress(InetAddress) - Method in class io.netty.channel.sctp.nio.NioSctpChannel
 
unbindAddress(InetAddress, ChannelPromise) - Method in class io.netty.channel.sctp.nio.NioSctpChannel
 
unbindAddress(InetAddress) - Method in class io.netty.channel.sctp.nio.NioSctpServerChannel
 
unbindAddress(InetAddress, ChannelPromise) - Method in class io.netty.channel.sctp.nio.NioSctpServerChannel
 
unbindAddress(InetAddress) - Method in class io.netty.channel.sctp.oio.OioSctpChannel
 
unbindAddress(InetAddress, ChannelPromise) - Method in class io.netty.channel.sctp.oio.OioSctpChannel
 
unbindAddress(InetAddress) - Method in class io.netty.channel.sctp.oio.OioSctpServerChannel
 
unbindAddress(InetAddress, ChannelPromise) - Method in class io.netty.channel.sctp.oio.OioSctpServerChannel
 
unbindAddress(InetAddress) - Method in interface io.netty.channel.sctp.SctpChannel
Unbind the address from channel's multi-homing address list.
unbindAddress(InetAddress, ChannelPromise) - Method in interface io.netty.channel.sctp.SctpChannel
Unbind the address from channel's multi-homing address list.
unbindAddress(InetAddress) - Method in interface io.netty.channel.sctp.SctpServerChannel
Unbind the address from channel's multi-homing address list.
unbindAddress(InetAddress, ChannelPromise) - Method in interface io.netty.channel.sctp.SctpServerChannel
Unbind the address from channel's multi-homing address list.
unconsumedBytes(Http2Stream) - Method in class io.netty.handler.codec.http2.DefaultHttp2LocalFlowController
 
unconsumedBytes(Http2Stream) - Method in interface io.netty.handler.codec.http2.Http2LocalFlowController
The number of bytes for the given stream that have been received but not yet consumed by the application.
UNFINISHED - Static variable in class io.netty.handler.codec.DecoderResult
 
UNICAST - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderValues
"unicast"
UniqueIpFilter - Class in io.netty.handler.ipfilter
This class allows one to ensure that at all times for every IP address there is at most one Channel connected to the server.
UniqueIpFilter() - Constructor for class io.netty.handler.ipfilter.UniqueIpFilter
 
UnixChannel - Interface in io.netty.channel.unix
Channel that expose operations that are only present on UNIX like systems.
UNKNOWN_COMMAND - Static variable in class io.netty.handler.codec.memcache.binary.BinaryMemcacheResponseStatus
 
UnmarshallerProvider - Interface in io.netty.handler.codec.marshalling
This provider is responsible to get an Unmarshaller for a ChannelHandlerContext
unmodifiableBuffer(ByteBuf) - Static method in class io.netty.buffer.Unpooled
Creates a read-only buffer which disallows any modification operations on the specified buffer.
unmodifiableBuffer(ByteBuf...) - Static method in class io.netty.buffer.Unpooled
Wrap the given ByteBufs in an unmodifiable ByteBuf.
unmodifiableIntObjectMap(IntObjectMap<V>) - Static method in class io.netty.util.collection.PrimitiveCollections
Creates an unmodifiable wrapper around the given map.
UNORDERED_COLLECTION - Static variable in class io.netty.handler.codec.http.HttpResponseStatus
425 Unordered Collection (WebDAV, RFC3648)
Unpooled - Class in io.netty.buffer
Creates a new ByteBuf by allocating new space or by wrapping or copying existing byte arrays, byte buffers and a string.
UnpooledByteBufAllocator - Class in io.netty.buffer
Simplistic ByteBufAllocator implementation that does not pool anything.
UnpooledByteBufAllocator(boolean) - Constructor for class io.netty.buffer.UnpooledByteBufAllocator
Create a new instance
UnpooledDirectByteBuf - Class in io.netty.buffer
A NIO ByteBuffer based buffer.
UnpooledDirectByteBuf(ByteBufAllocator, int, int) - Constructor for class io.netty.buffer.UnpooledDirectByteBuf
Creates a new direct buffer.
UnpooledDirectByteBuf(ByteBufAllocator, ByteBuffer, int) - Constructor for class io.netty.buffer.UnpooledDirectByteBuf
Creates a new direct buffer by wrapping the specified initial buffer.
UnpooledHeapByteBuf - Class in io.netty.buffer
Big endian Java heap buffer implementation.
UnpooledHeapByteBuf(ByteBufAllocator, int, int) - Constructor for class io.netty.buffer.UnpooledHeapByteBuf
Creates a new heap buffer with a newly allocated byte array.
UnpooledHeapByteBuf(ByteBufAllocator, byte[], int) - Constructor for class io.netty.buffer.UnpooledHeapByteBuf
Creates a new heap buffer with an existing byte array.
UnpooledUnsafeDirectByteBuf - Class in io.netty.buffer
A NIO ByteBuffer based buffer.
UnpooledUnsafeDirectByteBuf(ByteBufAllocator, int, int) - Constructor for class io.netty.buffer.UnpooledUnsafeDirectByteBuf
Creates a new direct buffer.
UnpooledUnsafeDirectByteBuf(ByteBufAllocator, ByteBuffer, int) - Constructor for class io.netty.buffer.UnpooledUnsafeDirectByteBuf
Creates a new direct buffer by wrapping the specified initial buffer.
UNPROCESSABLE_ENTITY - Static variable in class io.netty.handler.codec.http.HttpResponseStatus
422 Unprocessable Entity (WebDAV, RFC4918)
unreleasableBuffer(ByteBuf) - Static method in class io.netty.buffer.Unpooled
Return a unreleasable view on the given ByteBuf which will just ignore release and retain calls.
unsafe() - Method in class io.netty.channel.AbstractChannel
 
unsafe() - Method in interface io.netty.channel.Channel
Returns an internal-use-only object that provides unsafe operations.
unsafe() - Method in class io.netty.channel.nio.AbstractNioChannel
 
UNSUPPORTED - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderNames
"unsupported"
unsupported() - Method in interface io.netty.handler.ssl.JdkApplicationProtocolNegotiator.ProtocolSelectionListener
Callback invoked to let the application know that the peer does not support this ApplicationProtocolNegotiator.
unsupported() - Method in interface io.netty.handler.ssl.JdkApplicationProtocolNegotiator.ProtocolSelector
Callback invoked to let the application know that the peer does not support this ApplicationProtocolNegotiator.
UNSUPPORTED_MEDIA_TYPE - Static variable in class io.netty.handler.codec.http.HttpResponseStatus
415 Unsupported Media Type
UNSUPPORTED_MEDIA_TYPE - Static variable in class io.netty.handler.codec.rtsp.RtspResponseStatuses
415 Unsupported Media Type
UNSUPPORTED_TRANSPORT - Static variable in class io.netty.handler.codec.rtsp.RtspResponseStatuses
461 Unsupported transport
UNSUPPORTED_VERSION - Static variable in class io.netty.handler.codec.spdy.SpdyStreamStatus
4 Unsupported Version
UnsupportedMessageTypeException - Exception in io.netty.handler.codec
Thrown if an unsupported message is received by an codec.
UnsupportedMessageTypeException(Object, Class<?>...) - Constructor for exception io.netty.handler.codec.UnsupportedMessageTypeException
 
UnsupportedMessageTypeException() - Constructor for exception io.netty.handler.codec.UnsupportedMessageTypeException
 
UnsupportedMessageTypeException(String, Throwable) - Constructor for exception io.netty.handler.codec.UnsupportedMessageTypeException
 
UnsupportedMessageTypeException(String) - Constructor for exception io.netty.handler.codec.UnsupportedMessageTypeException
 
UnsupportedMessageTypeException(Throwable) - Constructor for exception io.netty.handler.codec.UnsupportedMessageTypeException
 
unvoid() - Method in interface io.netty.channel.ChannelProgressivePromise
 
unvoid() - Method in interface io.netty.channel.ChannelPromise
Returns a new ChannelPromise if ChannelFuture.isVoid() returns true otherwise itself.
unvoid() - Method in class io.netty.channel.DefaultChannelProgressivePromise
 
unvoid() - Method in class io.netty.channel.DefaultChannelPromise
 
unwatch(Thread, Runnable) - Static method in class io.netty.util.ThreadDeathWatcher
Cancels the task scheduled via ThreadDeathWatcher.watch(Thread, Runnable).
unwrap() - Method in class io.netty.buffer.ByteBuf
Return the underlying buffer instance if this buffer is a wrapper of another buffer.
unwrap() - Method in class io.netty.buffer.CompositeByteBuf
 
unwrap() - Method in class io.netty.buffer.DuplicatedByteBuf
 
unwrap() - Method in class io.netty.buffer.EmptyByteBuf
 
unwrap() - Method in class io.netty.buffer.ReadOnlyByteBuf
 
unwrap() - Method in class io.netty.buffer.SlicedByteBuf
 
unwrap() - Method in class io.netty.buffer.SwappedByteBuf
 
unwrap() - Method in class io.netty.buffer.UnpooledDirectByteBuf
 
unwrap() - Method in class io.netty.buffer.UnpooledHeapByteBuf
 
unwrap() - Method in class io.netty.buffer.UnpooledUnsafeDirectByteBuf
 
unwrap() - Method in class io.netty.buffer.WrappedByteBuf
 
unwrap() - Method in class io.netty.channel.AbstractEventLoop
 
unwrap() - Method in interface io.netty.channel.EventLoop
 
unwrap() - Method in class io.netty.channel.SingleThreadEventLoop
 
unwrap(ByteBuffer[], int, int, ByteBuffer[], int, int) - Method in class io.netty.handler.ssl.OpenSslEngine
 
unwrap(ByteBuffer[], ByteBuffer[]) - Method in class io.netty.handler.ssl.OpenSslEngine
 
unwrap(ByteBuffer, ByteBuffer[], int, int) - Method in class io.netty.handler.ssl.OpenSslEngine
 
unwrap() - Method in class io.netty.util.concurrent.AbstractEventExecutor
 
unwrap() - Method in interface io.netty.util.concurrent.EventExecutor
Returns an EventExecutor that is not a WrappedEventExecutor.
updateLastExecutionTime() - Method in class io.netty.util.concurrent.SingleThreadEventExecutor
Updates the internal timestamp that tells when a submitted task was executed most recently.
UPGRADE - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
"upgrade"
UPGRADE - Static variable in class io.netty.handler.codec.http.HttpHeaderValues
"Upgrade"
UPGRADE_REQUIRED - Static variable in class io.netty.handler.codec.http.HttpResponseStatus
426 Upgrade Required (RFC2817)
upgradeFrom(ChannelHandlerContext) - Method in class io.netty.handler.codec.http.HttpClientCodec
Upgrades to another protocol from HTTP.
upgradeFrom(ChannelHandlerContext) - Method in interface io.netty.handler.codec.http.HttpClientUpgradeHandler.SourceCodec
Removes this codec (i.e. all associated handlers) from the pipeline.
upgradeFrom(ChannelHandlerContext) - Method in class io.netty.handler.codec.http.HttpServerCodec
Upgrades to another protocol from HTTP.
upgradeFrom(ChannelHandlerContext) - Method in interface io.netty.handler.codec.http.HttpServerUpgradeHandler.SourceCodec
Removes this codec (i.e. all associated handlers) from the pipeline.
upgradeRequest() - Method in class io.netty.handler.codec.http.HttpServerUpgradeHandler.UpgradeEvent
Gets the request that triggered the protocol upgrade.
upgradeTo(ChannelHandlerContext, FullHttpResponse) - Method in interface io.netty.handler.codec.http.HttpClientUpgradeHandler.UpgradeCodec
Performs an HTTP protocol upgrade from the source codec.
upgradeTo(ChannelHandlerContext, FullHttpRequest, FullHttpResponse) - Method in interface io.netty.handler.codec.http.HttpServerUpgradeHandler.UpgradeCodec
Performs an HTTP protocol upgrade from the source codec.
upgradeTo(ChannelHandlerContext, FullHttpResponse) - Method in class io.netty.handler.codec.http2.Http2ClientUpgradeCodec
 
upgradeTo(ChannelHandlerContext, FullHttpRequest, FullHttpResponse) - Method in class io.netty.handler.codec.http2.Http2ServerUpgradeCodec
 
uri() - Method in class io.netty.handler.codec.http.DefaultHttpRequest
 
uri() - Method in interface io.netty.handler.codec.http.HttpRequest
Returns the requested URI (or alternatively, path)
uri() - Method in class io.netty.handler.codec.http.QueryStringDecoder
Returns the uri used to initialize this QueryStringDecoder.
uri() - Method in class io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker
Returns the URI to the web socket. e.g.
uri() - Method in class io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker
Returns the URL of the web socket
URL - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderValues
"url"
US_ASCII - Static variable in class io.netty.util.CharsetUtil
7-bit ASCII, as known as ISO646-US or the Basic Latin block of the Unicode character set
USE_PROXY - Static variable in class io.netty.handler.codec.http.HttpResponseStatus
305 Use Proxy (since HTTP/1.1)
USE_PROXY - Static variable in class io.netty.handler.codec.rtsp.RtspResponseStatuses
305 Use Proxy
USER_AGENT - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
"user-agent"
USER_AGENT - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderNames
"user-agent"
userEventTriggered(ChannelHandlerContext, Object) - Method in interface io.netty.channel.ChannelHandler
Gets called if an user event was triggered.
userEventTriggered(ChannelHandlerContext, Object) - Method in class io.netty.channel.ChannelHandlerAdapter
userEventTriggered(ChannelHandlerContext, Object) - Method in class io.netty.handler.logging.LoggingHandler
 
userId() - Method in class io.netty.handler.codec.socksx.v4.DefaultSocks4CommandRequest
 
userId() - Method in interface io.netty.handler.codec.socksx.v4.Socks4CommandRequest
Returns the USERID field of this request.
userName() - Method in class io.netty.handler.codec.mqtt.MqttConnectPayload
 
username() - Method in class io.netty.handler.codec.socksx.v5.DefaultSocks5PasswordAuthRequest
 
username() - Method in interface io.netty.handler.codec.socksx.v5.Socks5PasswordAuthRequest
Returns the username of this request.
username() - Method in class io.netty.handler.proxy.HttpProxyHandler
 
username() - Method in class io.netty.handler.proxy.Socks4ProxyHandler
 
username() - Method in class io.netty.handler.proxy.Socks5ProxyHandler
 
Utf8FrameValidator - Class in io.netty.handler.codec.http.websocketx
 
Utf8FrameValidator() - Constructor for class io.netty.handler.codec.http.websocketx.Utf8FrameValidator
 
UTF_16 - Static variable in class io.netty.util.CharsetUtil
16-bit UTF (UCS Transformation Format) whose byte order is identified by an optional byte-order mark
UTF_16BE - Static variable in class io.netty.util.CharsetUtil
16-bit UTF (UCS Transformation Format) whose byte order is big-endian
UTF_16LE - Static variable in class io.netty.util.CharsetUtil
16-bit UTF (UCS Transformation Format) whose byte order is little-endian
UTF_8 - Static variable in class io.netty.util.CharsetUtil
8-bit UTF (UCS Transformation Format)

V

validate() - Method in class io.netty.bootstrap.AbstractBootstrap
Validate all the parameters.
validate() - Method in class io.netty.bootstrap.Bootstrap
 
validate() - Method in class io.netty.bootstrap.ServerBootstrap
 
validate(T) - Method in class io.netty.channel.ChannelOption
Validate the value which is set for the ChannelOption.
validate(ChannelOption<T>, T) - Method in class io.netty.channel.DefaultChannelConfig
 
validateHeaders - Variable in class io.netty.handler.codec.http.HttpObjectDecoder
 
validateHttpHeaders(boolean) - Method in class io.netty.handler.codec.http2.InboundHttp2ToHttpAdapter.Builder
Specifies whether validation of HTTP headers should be performed.
validateHttpHeaders - Variable in class io.netty.handler.codec.http2.InboundHttp2ToHttpAdapter
 
validatePromise(ChannelHandlerContext, ChannelPromise, boolean) - Static method in class io.netty.channel.ChannelHandlerInvokerUtil
 
value() - Method in enum io.netty.channel.rxtx.RxtxChannelConfig.Databits
 
value() - Method in enum io.netty.channel.rxtx.RxtxChannelConfig.Paritybit
 
value() - Method in enum io.netty.channel.rxtx.RxtxChannelConfig.Stopbits
 
value() - Method in class io.netty.channel.rxtx.RxtxDeviceAddress
 
value() - Method in interface io.netty.handler.codec.http.Cookie
Returns the value of this Cookie.
value() - Method in class io.netty.handler.codec.http.DefaultCookie
 
value() - Method in class io.netty.handler.codec.http2.Http2Flags
Gets the underlying flags value.
value() - Method in enum io.netty.handler.codec.http2.Http2Headers.PseudoHeaderName
 
value() - Method in enum io.netty.handler.codec.mqtt.MqttMessageType
 
value() - Method in enum io.netty.handler.codec.mqtt.MqttQoS
 
value() - Method in interface io.netty.util.collection.IntObjectMap.Entry
Gets the value for this entry.
valueConverter() - Method in class io.netty.handler.codec.DefaultHeaders
 
valueOf(String) - Static method in class io.netty.channel.ChannelOption
Returns the ChannelOption of the specified name.
valueOf(Class<?>, String) - Static method in class io.netty.channel.ChannelOption
valueOf(String) - Static method in enum io.netty.channel.epoll.EpollMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.netty.channel.rxtx.RxtxChannelConfig.Databits
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum io.netty.channel.rxtx.RxtxChannelConfig.Databits
 
valueOf(String) - Static method in enum io.netty.channel.rxtx.RxtxChannelConfig.Paritybit
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum io.netty.channel.rxtx.RxtxChannelConfig.Paritybit
 
valueOf(String) - Static method in enum io.netty.channel.rxtx.RxtxChannelConfig.Stopbits
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum io.netty.channel.rxtx.RxtxChannelConfig.Stopbits
 
valueOf(String) - Static method in enum io.netty.channel.socket.InternetProtocolFamily
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.netty.channel.unix.DomainSocketReadMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.netty.handler.codec.AsciiHeadersEncoder.NewlineType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.netty.handler.codec.AsciiHeadersEncoder.SeparatorType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.netty.handler.codec.base64.Base64Dialect
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.netty.handler.codec.compression.ZlibWrapper
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in class io.netty.handler.codec.dns.DnsClass
 
valueOf(int) - Static method in class io.netty.handler.codec.dns.DnsClass
 
valueOf(int, String) - Static method in class io.netty.handler.codec.dns.DnsClass
Returns an instance of DnsClass for a custom type.
valueOf(int) - Static method in class io.netty.handler.codec.dns.DnsResponseCode
Returns the DnsResponseCode that corresponds with the given responseCode.
valueOf(int) - Static method in class io.netty.handler.codec.dns.DnsType
 
valueOf(String) - Static method in class io.netty.handler.codec.dns.DnsType
 
valueOf(int, String) - Static method in class io.netty.handler.codec.dns.DnsType
Returns a new instance.
valueOf(String) - Static method in enum io.netty.handler.codec.haproxy.HAProxyCommand
Returns the enum constant of this type with the specified name.
valueOf(byte) - Static method in enum io.netty.handler.codec.haproxy.HAProxyCommand
Returns the HAProxyCommand represented by the lowest 4 bits of the specified byte.
valueOf(String) - Static method in enum io.netty.handler.codec.haproxy.HAProxyProtocolVersion
Returns the enum constant of this type with the specified name.
valueOf(byte) - Static method in enum io.netty.handler.codec.haproxy.HAProxyProtocolVersion
Returns the HAProxyProtocolVersion represented by the higest 4 bits of the specified byte.
valueOf(String) - Static method in enum io.netty.handler.codec.haproxy.HAProxyProxiedProtocol.AddressFamily
Returns the enum constant of this type with the specified name.
valueOf(byte) - Static method in enum io.netty.handler.codec.haproxy.HAProxyProxiedProtocol.AddressFamily
Returns the HAProxyProxiedProtocol.AddressFamily represented by the highest 4 bits of the specified byte.
valueOf(String) - Static method in enum io.netty.handler.codec.haproxy.HAProxyProxiedProtocol.TransportProtocol
Returns the enum constant of this type with the specified name.
valueOf(byte) - Static method in enum io.netty.handler.codec.haproxy.HAProxyProxiedProtocol.TransportProtocol
Returns the HAProxyProxiedProtocol.TransportProtocol represented by the lowest 4 bits of the specified byte.
valueOf(String) - Static method in enum io.netty.handler.codec.haproxy.HAProxyProxiedProtocol
Returns the enum constant of this type with the specified name.
valueOf(byte) - Static method in enum io.netty.handler.codec.haproxy.HAProxyProxiedProtocol
Returns the HAProxyProxiedProtocol represented by the specified byte.
valueOf(String) - Static method in enum io.netty.handler.codec.http.HttpClientUpgradeHandler.UpgradeEvent
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in class io.netty.handler.codec.http.HttpMethod
Returns the HttpMethod represented by the specified name.
valueOf(int) - Static method in class io.netty.handler.codec.http.HttpResponseStatus
Returns the HttpResponseStatus represented by the specified code.
valueOf(String) - Static method in enum io.netty.handler.codec.http.HttpStatusClass
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum io.netty.handler.codec.http.HttpStatusClass
Returns the class of the specified HTTP status code.
valueOf(String) - Static method in class io.netty.handler.codec.http.HttpVersion
Returns an existing or new HttpVersion instance which matches to the specified protocol version string.
valueOf(String) - Static method in enum io.netty.handler.codec.http.multipart.HttpPostRequestDecoder.MultiPartStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.netty.handler.codec.http.multipart.HttpPostRequestEncoder.EncoderMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.netty.handler.codec.http.multipart.InterfaceHttpData.HttpDataType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.netty.handler.codec.http.websocketx.WebSocketClientProtocolHandler.ClientHandshakeStateEvent
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.netty.handler.codec.http.websocketx.WebSocketServerProtocolHandler.ServerHandshakeStateEvent
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.netty.handler.codec.http.websocketx.WebSocketVersion
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.netty.handler.codec.http2.Http2Error
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.netty.handler.codec.http2.Http2FrameLogger.Direction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.netty.handler.codec.http2.Http2Headers.PseudoHeaderName
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.netty.handler.codec.http2.Http2OrHttpChooser.SelectedProtocol
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.netty.handler.codec.http2.Http2Stream.State
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.netty.handler.codec.http2.HttpUtil.ExtensionHeaderNames
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.netty.handler.codec.mqtt.MqttConnectReturnCode
Returns the enum constant of this type with the specified name.
valueOf(byte) - Static method in enum io.netty.handler.codec.mqtt.MqttConnectReturnCode
 
valueOf(String) - Static method in enum io.netty.handler.codec.mqtt.MqttMessageType
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum io.netty.handler.codec.mqtt.MqttMessageType
 
valueOf(String) - Static method in enum io.netty.handler.codec.mqtt.MqttQoS
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum io.netty.handler.codec.mqtt.MqttQoS
 
valueOf(String) - Static method in enum io.netty.handler.codec.mqtt.MqttVersion
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in class io.netty.handler.codec.rtsp.RtspMethods
Returns the HttpMethod represented by the specified name.
valueOf(int) - Static method in class io.netty.handler.codec.rtsp.RtspResponseStatuses
Returns the HttpResponseStatus represented by the specified code.
valueOf(String) - Static method in class io.netty.handler.codec.rtsp.RtspVersions
Returns an existing or new HttpVersion instance which matches to the specified RTSP version string.
valueOf(String) - Static method in enum io.netty.handler.codec.socksx.SocksVersion
Returns the enum constant of this type with the specified name.
valueOf(byte) - Static method in enum io.netty.handler.codec.socksx.SocksVersion
Returns the SocksVersion that corresponds to the specified version field value, as defined in the protocol specification.
valueOf(byte) - Static method in class io.netty.handler.codec.socksx.v4.Socks4CommandStatus
 
valueOf(byte) - Static method in class io.netty.handler.codec.socksx.v4.Socks4CommandType
 
valueOf(byte) - Static method in class io.netty.handler.codec.socksx.v5.Socks5AddressType
 
valueOf(byte) - Static method in class io.netty.handler.codec.socksx.v5.Socks5AuthMethod
 
valueOf(byte) - Static method in class io.netty.handler.codec.socksx.v5.Socks5CommandStatus
 
valueOf(byte) - Static method in class io.netty.handler.codec.socksx.v5.Socks5CommandType
 
valueOf(byte) - Static method in class io.netty.handler.codec.socksx.v5.Socks5PasswordAuthStatus
 
valueOf(String) - Static method in enum io.netty.handler.codec.spdy.SpdyOrHttpChooser.SelectedProtocol
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in class io.netty.handler.codec.spdy.SpdySessionStatus
Returns the SpdySessionStatus represented by the specified code.
valueOf(int) - Static method in class io.netty.handler.codec.spdy.SpdyStreamStatus
Returns the SpdyStreamStatus represented by the specified code.
valueOf(String) - Static method in enum io.netty.handler.codec.spdy.SpdyVersion
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.netty.handler.codec.stomp.StompCommand
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.netty.handler.ipfilter.IpFilterRuleType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.netty.handler.logging.LogLevel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.netty.handler.ssl.ApplicationProtocolConfig.Protocol
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.netty.handler.ssl.ApplicationProtocolConfig.SelectedListenerFailureBehavior
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.netty.handler.ssl.ApplicationProtocolConfig.SelectorFailureBehavior
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.netty.handler.ssl.SslProvider
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.netty.handler.timeout.IdleState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in class io.netty.util.AttributeKey
Returns the singleton instance of the AttributeKey which has the specified name.
valueOf(Class<?>, String) - Static method in class io.netty.util.AttributeKey
 
valueOf(Class<?>, String) - Method in class io.netty.util.ConstantPool
valueOf(String) - Method in class io.netty.util.ConstantPool
Returns the Constant which is assigned to the specified name.
valueOf(String) - Static method in enum io.netty.util.ResourceLeakDetector.Level
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in error io.netty.util.Signal
Returns the Signal of the specified name.
valueOf(Class<?>, String) - Static method in error io.netty.util.Signal
values() - Static method in enum io.netty.channel.epoll.EpollMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.netty.channel.rxtx.RxtxChannelConfig.Databits
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.netty.channel.rxtx.RxtxChannelConfig.Paritybit
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.netty.channel.rxtx.RxtxChannelConfig.Stopbits
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.netty.channel.socket.InternetProtocolFamily
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.netty.channel.unix.DomainSocketReadMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.netty.handler.codec.AsciiHeadersEncoder.NewlineType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.netty.handler.codec.AsciiHeadersEncoder.SeparatorType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.netty.handler.codec.base64.Base64Dialect
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.netty.handler.codec.compression.ZlibWrapper
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.netty.handler.codec.haproxy.HAProxyCommand
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.netty.handler.codec.haproxy.HAProxyProtocolVersion
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.netty.handler.codec.haproxy.HAProxyProxiedProtocol.AddressFamily
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.netty.handler.codec.haproxy.HAProxyProxiedProtocol.TransportProtocol
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.netty.handler.codec.haproxy.HAProxyProxiedProtocol
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.netty.handler.codec.http.HttpClientUpgradeHandler.UpgradeEvent
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.netty.handler.codec.http.HttpStatusClass
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.netty.handler.codec.http.multipart.HttpPostRequestDecoder.MultiPartStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.netty.handler.codec.http.multipart.HttpPostRequestEncoder.EncoderMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.netty.handler.codec.http.multipart.InterfaceHttpData.HttpDataType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.netty.handler.codec.http.websocketx.WebSocketClientProtocolHandler.ClientHandshakeStateEvent
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.netty.handler.codec.http.websocketx.WebSocketServerProtocolHandler.ServerHandshakeStateEvent
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.netty.handler.codec.http.websocketx.WebSocketVersion
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.netty.handler.codec.http2.Http2Error
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.netty.handler.codec.http2.Http2FrameLogger.Direction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.netty.handler.codec.http2.Http2Headers.PseudoHeaderName
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.netty.handler.codec.http2.Http2OrHttpChooser.SelectedProtocol
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.netty.handler.codec.http2.Http2Stream.State
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.netty.handler.codec.http2.HttpUtil.ExtensionHeaderNames
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.netty.handler.codec.mqtt.MqttConnectReturnCode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.netty.handler.codec.mqtt.MqttMessageType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.netty.handler.codec.mqtt.MqttQoS
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.netty.handler.codec.mqtt.MqttVersion
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.netty.handler.codec.socksx.SocksVersion
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.netty.handler.codec.spdy.SpdyOrHttpChooser.SelectedProtocol
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.netty.handler.codec.spdy.SpdyVersion
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.netty.handler.codec.stomp.StompCommand
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.netty.handler.ipfilter.IpFilterRuleType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.netty.handler.logging.LogLevel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.netty.handler.ssl.ApplicationProtocolConfig.Protocol
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.netty.handler.ssl.ApplicationProtocolConfig.SelectedListenerFailureBehavior
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.netty.handler.ssl.ApplicationProtocolConfig.SelectorFailureBehavior
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.netty.handler.ssl.SslProvider
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.netty.handler.timeout.IdleState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in class io.netty.util.CharsetUtil
 
values(Class<V>) - Method in class io.netty.util.collection.IntObjectHashMap
 
values() - Method in class io.netty.util.collection.IntObjectHashMap
 
values(Class<V>) - Method in interface io.netty.util.collection.IntObjectMap
Gets the values contained in this map.
values() - Method in interface io.netty.util.collection.IntObjectMap
Gets the values contatins in this map as a Collection.
values() - Static method in enum io.netty.util.ResourceLeakDetector.Level
Returns an array containing the constants of this enum type, in the order they are declared.
variableHeader() - Method in class io.netty.handler.codec.mqtt.MqttConnAckMessage
 
variableHeader() - Method in class io.netty.handler.codec.mqtt.MqttConnectMessage
 
variableHeader() - Method in class io.netty.handler.codec.mqtt.MqttMessage
 
variableHeader() - Method in class io.netty.handler.codec.mqtt.MqttPubAckMessage
 
variableHeader() - Method in class io.netty.handler.codec.mqtt.MqttPublishMessage
 
variableHeader() - Method in class io.netty.handler.codec.mqtt.MqttSubAckMessage
 
variableHeader() - Method in class io.netty.handler.codec.mqtt.MqttSubscribeMessage
 
variableHeader() - Method in class io.netty.handler.codec.mqtt.MqttUnsubAckMessage
 
variableHeader() - Method in class io.netty.handler.codec.mqtt.MqttUnsubscribeMessage
 
VARIANT_ALSO_NEGOTIATES - Static variable in class io.netty.handler.codec.http.HttpResponseStatus
506 Variant Also Negotiates (RFC2295)
VARY - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
"vary"
VARY - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderNames
"vary"
verify(FullHttpResponse) - Method in class io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker
Verfiy the FullHttpResponse and throws a WebSocketHandshakeException if something is wrong.
verify(FullHttpResponse) - Method in class io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker00
Process server response: HTTP/1.1 101 WebSocket Protocol Handshake Upgrade: WebSocket Connection: Upgrade Sec-WebSocket-Origin: http://example.com Sec-WebSocket-Location: ws://example.com/demo Sec-WebSocket-Protocol: sample 8jKS'y:G*Co,Wxa-
verify(FullHttpResponse) - Method in class io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker07
Process server response: HTTP/1.1 101 Switching Protocols Upgrade: websocket Connection: Upgrade Sec-WebSocket-Accept: s3pPLMBiTxaQ9kYGzzhZRbK+xOo= Sec-WebSocket-Protocol: chat
verify(FullHttpResponse) - Method in class io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker08
Process server response: HTTP/1.1 101 Switching Protocols Upgrade: websocket Connection: Upgrade Sec-WebSocket-Accept: s3pPLMBiTxaQ9kYGzzhZRbK+xOo= Sec-WebSocket-Protocol: chat
verify(FullHttpResponse) - Method in class io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker13
Process server response: HTTP/1.1 101 Switching Protocols Upgrade: websocket Connection: Upgrade Sec-WebSocket-Accept: s3pPLMBiTxaQ9kYGzzhZRbK+xOo= Sec-WebSocket-Protocol: chat
VERIFY_DEPTH - Static variable in class io.netty.handler.ssl.OpenSslContext
 
version() - Method in interface io.netty.handler.codec.http.Cookie
Returns the version of this Cookie.
version() - Method in class io.netty.handler.codec.http.DefaultCookie
 
version() - Method in class io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker
Version of the web socket specification that is being used
version() - Method in class io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker
Returns the version of the specification being supported
VERSION - Static variable in class io.netty.handler.codec.memcache.binary.BinaryMemcacheOpcodes
 
version() - Method in class io.netty.handler.codec.mqtt.MqttConnectVariableHeader
 
version() - Method in interface io.netty.handler.codec.socksx.SocksMessage
Returns the protocol version of this message.
version() - Method in class io.netty.handler.codec.socksx.v4.AbstractSocks4Message
 
version() - Method in class io.netty.handler.codec.socksx.v5.AbstractSocks5Message
 
VERSION - Static variable in class io.netty.handler.codec.spdy.SpdyHeaders.HttpNames
":version"
VERSION - Static variable in interface io.netty.handler.codec.stomp.StompHeaders
 
Version - Class in io.netty.util
Retrieves the version information of available Netty artifacts.
VIA - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
"via"
VIA - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderNames
"via"
visit(Map.Entry<CharSequence, CharSequence>) - Method in class io.netty.handler.codec.AsciiHeadersEncoder
 
visit(Map.Entry<T, T>) - Method in interface io.netty.handler.codec.Headers.EntryVisitor
 
visit(T) - Method in interface io.netty.handler.codec.Headers.NameVisitor
 
voidPromise() - Method in class io.netty.channel.AbstractChannel.AbstractUnsafe
 
voidPromise() - Method in class io.netty.channel.AbstractChannel
 
voidPromise() - Method in interface io.netty.channel.Channel.Unsafe
Return a special ChannelPromise which can be reused and passed to the operations in Channel.Unsafe.
voidPromise() - Method in interface io.netty.channel.Channel
Return a special ChannelPromise which can be reused for different operations.
voidPromise() - Method in interface io.netty.channel.ChannelHandlerContext
Return a special ChannelPromise which can be reused for different operations.

W

WAIT_TIME - Static variable in class io.netty.channel.rxtx.RxtxChannelOption
 
wakesUpForTask(Runnable) - Method in class io.netty.channel.SingleThreadEventLoop
 
wakesUpForTask(Runnable) - Method in class io.netty.util.concurrent.SingleThreadEventExecutor
 
wakeup(boolean) - Method in class io.netty.channel.nio.NioEventLoop
 
wakeup(boolean) - Method in class io.netty.util.concurrent.SingleThreadEventExecutor
 
WARNING - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
"warning"
watch(Thread, Runnable) - Static method in class io.netty.util.ThreadDeathWatcher
Schedules the specified task to run when the specified thread dies.
weakCachingConcurrentResolver(ClassLoader) - Static method in class io.netty.handler.codec.serialization.ClassResolvers
non-agressive concurrent cache good for shared cache, when we're worried about class unloading
weakCachingResolver(ClassLoader) - Static method in class io.netty.handler.codec.serialization.ClassResolvers
non-agressive non-concurrent cache good for non-shared default cache
WEBSOCKET - Static variable in class io.netty.handler.codec.http.HttpHeaderValues
"websocket"
WebSocket00FrameDecoder - Class in io.netty.handler.codec.http.websocketx
Decodes ByteBufs into WebSocketFrames.
WebSocket00FrameDecoder() - Constructor for class io.netty.handler.codec.http.websocketx.WebSocket00FrameDecoder
 
WebSocket00FrameDecoder(int) - Constructor for class io.netty.handler.codec.http.websocketx.WebSocket00FrameDecoder
Creates a new instance of WebSocketFrameDecoder with the specified maxFrameSize.
WebSocket00FrameEncoder - Class in io.netty.handler.codec.http.websocketx
Encodes a WebSocketFrame into a ByteBuf.
WebSocket00FrameEncoder() - Constructor for class io.netty.handler.codec.http.websocketx.WebSocket00FrameEncoder
 
WebSocket07FrameDecoder - Class in io.netty.handler.codec.http.websocketx
Decodes a web socket frame from wire protocol version 7 format.
WebSocket07FrameDecoder(boolean, boolean, int) - Constructor for class io.netty.handler.codec.http.websocketx.WebSocket07FrameDecoder
Constructor
WebSocket07FrameDecoder(boolean, boolean, int, boolean) - Constructor for class io.netty.handler.codec.http.websocketx.WebSocket07FrameDecoder
Constructor
WebSocket07FrameEncoder - Class in io.netty.handler.codec.http.websocketx
Encodes a web socket frame into wire protocol version 7 format.
WebSocket07FrameEncoder(boolean) - Constructor for class io.netty.handler.codec.http.websocketx.WebSocket07FrameEncoder
Constructor
WebSocket08FrameDecoder - Class in io.netty.handler.codec.http.websocketx
Decodes a web socket frame from wire protocol version 8 format.
WebSocket08FrameDecoder(boolean, boolean, int) - Constructor for class io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder
Constructor
WebSocket08FrameDecoder(boolean, boolean, int, boolean) - Constructor for class io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder
Constructor
WebSocket08FrameEncoder - Class in io.netty.handler.codec.http.websocketx
Encodes a web socket frame into wire protocol version 8 format.
WebSocket08FrameEncoder(boolean) - Constructor for class io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder
Constructor
WebSocket13FrameDecoder - Class in io.netty.handler.codec.http.websocketx
Decodes a web socket frame from wire protocol version 13 format.
WebSocket13FrameDecoder(boolean, boolean, int) - Constructor for class io.netty.handler.codec.http.websocketx.WebSocket13FrameDecoder
Constructor
WebSocket13FrameDecoder(boolean, boolean, int, boolean) - Constructor for class io.netty.handler.codec.http.websocketx.WebSocket13FrameDecoder
Constructor
WebSocket13FrameEncoder - Class in io.netty.handler.codec.http.websocketx
Encodes a web socket frame into wire protocol version 13 format.
WebSocket13FrameEncoder(boolean) - Constructor for class io.netty.handler.codec.http.websocketx.WebSocket13FrameEncoder
Constructor
WEBSOCKET_07_ACCEPT_GUID - Static variable in class io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker07
 
WEBSOCKET_08_ACCEPT_GUID - Static variable in class io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker08
 
WEBSOCKET_13_ACCEPT_GUID - Static variable in class io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker13
 
WEBSOCKET_LOCATION - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
"websocket-location"
WEBSOCKET_ORIGIN - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
"websocket-origin"
WEBSOCKET_PROTOCOL - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
"websocket-protocol"
WebSocketClientCompressionHandler - Class in io.netty.handler.codec.http.websocketx.extensions.compression
Extends io.netty.handler.codec.http.websocketx.extensions.compression.WebSocketClientExtensionHandler to handle the most common WebSocket Compression Extensions.
WebSocketClientCompressionHandler() - Constructor for class io.netty.handler.codec.http.websocketx.extensions.compression.WebSocketClientCompressionHandler
Constructor with default configuration.
WebSocketClientExtension - Interface in io.netty.handler.codec.http.websocketx.extensions
Created once the handshake phase is done.
WebSocketClientExtensionHandler - Class in io.netty.handler.codec.http.websocketx.extensions
This handler negotiates and initializes the WebSocket Extensions.
WebSocketClientExtensionHandler(WebSocketClientExtensionHandshaker...) - Constructor for class io.netty.handler.codec.http.websocketx.extensions.WebSocketClientExtensionHandler
Constructor
WebSocketClientExtensionHandshaker - Interface in io.netty.handler.codec.http.websocketx.extensions
Handshakes a client extension with the server.
WebSocketClientHandshaker - Class in io.netty.handler.codec.http.websocketx
Base class for web socket client handshake implementations
WebSocketClientHandshaker(URI, WebSocketVersion, String, HttpHeaders, int) - Constructor for class io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker
Base constructor
WebSocketClientHandshaker00 - Class in io.netty.handler.codec.http.websocketx
Performs client side opening and closing handshakes for web socket specification version draft-ietf-hybi-thewebsocketprotocol- 00 A very large portion of this code was taken from the Netty 3.2 HTTP example.
WebSocketClientHandshaker00(URI, WebSocketVersion, String, HttpHeaders, int) - Constructor for class io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker00
Constructor specifying the destination web socket location and version to initiate
WebSocketClientHandshaker07 - Class in io.netty.handler.codec.http.websocketx
Performs client side opening and closing handshakes for web socket specification version draft-ietf-hybi-thewebsocketprotocol- 10
WebSocketClientHandshaker07(URI, WebSocketVersion, String, boolean, HttpHeaders, int) - Constructor for class io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker07
Creates a new instance.
WebSocketClientHandshaker07(URI, WebSocketVersion, String, boolean, HttpHeaders, int, boolean, boolean) - Constructor for class io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker07
Creates a new instance.
WebSocketClientHandshaker08 - Class in io.netty.handler.codec.http.websocketx
Performs client side opening and closing handshakes for web socket specification version draft-ietf-hybi-thewebsocketprotocol- 10
WebSocketClientHandshaker08(URI, WebSocketVersion, String, boolean, HttpHeaders, int) - Constructor for class io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker08
Creates a new instance.
WebSocketClientHandshaker08(URI, WebSocketVersion, String, boolean, HttpHeaders, int, boolean, boolean) - Constructor for class io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker08
Creates a new instance.
WebSocketClientHandshaker13 - Class in io.netty.handler.codec.http.websocketx
Performs client side opening and closing handshakes for web socket specification version draft-ietf-hybi-thewebsocketprotocol- 17
WebSocketClientHandshaker13(URI, WebSocketVersion, String, boolean, HttpHeaders, int) - Constructor for class io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker13
Creates a new instance.
WebSocketClientHandshaker13(URI, WebSocketVersion, String, boolean, HttpHeaders, int, boolean, boolean) - Constructor for class io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker13
Creates a new instance.
WebSocketClientHandshakerFactory - Class in io.netty.handler.codec.http.websocketx
Creates a new WebSocketClientHandshaker of desired protocol version.
WebSocketClientProtocolHandler - Class in io.netty.handler.codec.http.websocketx
This handler does all the heavy lifting for you to run a websocket client.
WebSocketClientProtocolHandler(URI, WebSocketVersion, String, boolean, HttpHeaders, int, boolean, boolean, boolean) - Constructor for class io.netty.handler.codec.http.websocketx.WebSocketClientProtocolHandler
Base constructor
WebSocketClientProtocolHandler(URI, WebSocketVersion, String, boolean, HttpHeaders, int, boolean) - Constructor for class io.netty.handler.codec.http.websocketx.WebSocketClientProtocolHandler
Base constructor
WebSocketClientProtocolHandler(URI, WebSocketVersion, String, boolean, HttpHeaders, int) - Constructor for class io.netty.handler.codec.http.websocketx.WebSocketClientProtocolHandler
Base constructor
WebSocketClientProtocolHandler(WebSocketClientHandshaker, boolean) - Constructor for class io.netty.handler.codec.http.websocketx.WebSocketClientProtocolHandler
Base constructor
WebSocketClientProtocolHandler(WebSocketClientHandshaker) - Constructor for class io.netty.handler.codec.http.websocketx.WebSocketClientProtocolHandler
Base constructor
WebSocketClientProtocolHandler.ClientHandshakeStateEvent - Enum in io.netty.handler.codec.http.websocketx
Events that are fired to notify about handshake status
WebSocketExtension - Interface in io.netty.handler.codec.http.websocketx.extensions
Created once the handshake phase is done.
WebSocketExtensionData - Class in io.netty.handler.codec.http.websocketx.extensions
A WebSocket Extension data from the Sec-WebSocket-Extensions header.
WebSocketExtensionData(String, Map<String, String>) - Constructor for class io.netty.handler.codec.http.websocketx.extensions.WebSocketExtensionData
 
WebSocketExtensionDecoder - Class in io.netty.handler.codec.http.websocketx.extensions
Convenient class for io.netty.handler.codec.http.websocketx.extensions.WebSocketExtension decoder.
WebSocketExtensionDecoder() - Constructor for class io.netty.handler.codec.http.websocketx.extensions.WebSocketExtensionDecoder
 
WebSocketExtensionEncoder - Class in io.netty.handler.codec.http.websocketx.extensions
Convenient class for io.netty.handler.codec.http.websocketx.extensions.WebSocketExtension encoder.
WebSocketExtensionEncoder() - Constructor for class io.netty.handler.codec.http.websocketx.extensions.WebSocketExtensionEncoder
 
WebSocketExtensionUtil - Class in io.netty.handler.codec.http.websocketx.extensions
 
WebSocketFrame - Class in io.netty.handler.codec.http.websocketx
Base class for web socket frames
WebSocketFrame(ByteBuf) - Constructor for class io.netty.handler.codec.http.websocketx.WebSocketFrame
 
WebSocketFrame(boolean, int, ByteBuf) - Constructor for class io.netty.handler.codec.http.websocketx.WebSocketFrame
 
WebSocketFrameAggregator - Class in io.netty.handler.codec.http.websocketx
Handler that aggregate fragmented WebSocketFrame's.
WebSocketFrameAggregator(int) - Constructor for class io.netty.handler.codec.http.websocketx.WebSocketFrameAggregator
Creates a new instance
WebSocketFrameDecoder - Interface in io.netty.handler.codec.http.websocketx
Marker interface which all WebSocketFrame decoders need to implement.
WebSocketFrameEncoder - Interface in io.netty.handler.codec.http.websocketx
Marker interface which all WebSocketFrame encoders need to implement.
WebSocketHandshakeException - Exception in io.netty.handler.codec.http.websocketx
Exception during handshaking process
WebSocketHandshakeException(String) - Constructor for exception io.netty.handler.codec.http.websocketx.WebSocketHandshakeException
 
WebSocketHandshakeException(String, Throwable) - Constructor for exception io.netty.handler.codec.http.websocketx.WebSocketHandshakeException
 
WebSocketServerCompressionHandler - Class in io.netty.handler.codec.http.websocketx.extensions.compression
Extends io.netty.handler.codec.http.websocketx.extensions.compression.WebSocketServerExtensionHandler to handle the most common WebSocket Compression Extensions.
WebSocketServerCompressionHandler() - Constructor for class io.netty.handler.codec.http.websocketx.extensions.compression.WebSocketServerCompressionHandler
Constructor with default configuration.
WebSocketServerExtension - Interface in io.netty.handler.codec.http.websocketx.extensions
Created once the handshake phase is done.
WebSocketServerExtensionHandler - Class in io.netty.handler.codec.http.websocketx.extensions
This handler negotiates and initializes the WebSocket Extensions.
WebSocketServerExtensionHandler(WebSocketServerExtensionHandshaker...) - Constructor for class io.netty.handler.codec.http.websocketx.extensions.WebSocketServerExtensionHandler
Constructor
WebSocketServerExtensionHandshaker - Interface in io.netty.handler.codec.http.websocketx.extensions
Handshakes a client extension based on this server capabilities.
WebSocketServerHandshaker - Class in io.netty.handler.codec.http.websocketx
Base class for server side web socket opening and closing handshakes
WebSocketServerHandshaker(WebSocketVersion, String, String, int) - Constructor for class io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker
Constructor specifying the destination web socket location
WebSocketServerHandshaker00 - Class in io.netty.handler.codec.http.websocketx
Performs server side opening and closing handshakes for web socket specification version draft-ietf-hybi-thewebsocketprotocol- 00 A very large portion of this code was taken from the Netty 3.2 HTTP example.
WebSocketServerHandshaker00(String, String, int) - Constructor for class io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker00
Constructor specifying the destination web socket location
WebSocketServerHandshaker07 - Class in io.netty.handler.codec.http.websocketx
Performs server side opening and closing handshakes for web socket specification version draft-ietf-hybi-thewebsocketprotocol- 10
WebSocketServerHandshaker07(String, String, boolean, int) - Constructor for class io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker07
Constructor specifying the destination web socket location
WebSocketServerHandshaker07(String, String, boolean, int, boolean) - Constructor for class io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker07
Constructor specifying the destination web socket location
WebSocketServerHandshaker08 - Class in io.netty.handler.codec.http.websocketx
Performs server side opening and closing handshakes for web socket specification version draft-ietf-hybi-thewebsocketprotocol- 10
WebSocketServerHandshaker08(String, String, boolean, int) - Constructor for class io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker08
Constructor specifying the destination web socket location
WebSocketServerHandshaker08(String, String, boolean, int, boolean) - Constructor for class io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker08
Constructor specifying the destination web socket location
WebSocketServerHandshaker13 - Class in io.netty.handler.codec.http.websocketx
Performs server side opening and closing handshakes for RFC 6455 (originally web socket specification draft-ietf-hybi-thewebsocketprotocol-17).
WebSocketServerHandshaker13(String, String, boolean, int) - Constructor for class io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker13
Constructor specifying the destination web socket location
WebSocketServerHandshaker13(String, String, boolean, int, boolean) - Constructor for class io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker13
Constructor specifying the destination web socket location
WebSocketServerHandshakerFactory - Class in io.netty.handler.codec.http.websocketx
Auto-detects the version of the Web Socket protocol in use and creates a new proper WebSocketServerHandshaker.
WebSocketServerHandshakerFactory(String, String, boolean) - Constructor for class io.netty.handler.codec.http.websocketx.WebSocketServerHandshakerFactory
Constructor specifying the destination web socket location
WebSocketServerHandshakerFactory(String, String, boolean, int) - Constructor for class io.netty.handler.codec.http.websocketx.WebSocketServerHandshakerFactory
Constructor specifying the destination web socket location
WebSocketServerHandshakerFactory(String, String, boolean, int, boolean) - Constructor for class io.netty.handler.codec.http.websocketx.WebSocketServerHandshakerFactory
Constructor specifying the destination web socket location
WebSocketServerProtocolHandler - Class in io.netty.handler.codec.http.websocketx
This handler does all the heavy lifting for you to run a websocket server.
WebSocketServerProtocolHandler(String) - Constructor for class io.netty.handler.codec.http.websocketx.WebSocketServerProtocolHandler
 
WebSocketServerProtocolHandler(String, String) - Constructor for class io.netty.handler.codec.http.websocketx.WebSocketServerProtocolHandler
 
WebSocketServerProtocolHandler(String, String, boolean) - Constructor for class io.netty.handler.codec.http.websocketx.WebSocketServerProtocolHandler
 
WebSocketServerProtocolHandler(String, String, boolean, int) - Constructor for class io.netty.handler.codec.http.websocketx.WebSocketServerProtocolHandler
 
WebSocketServerProtocolHandler(String, String, boolean, int, boolean) - Constructor for class io.netty.handler.codec.http.websocketx.WebSocketServerProtocolHandler
 
WebSocketServerProtocolHandler.ServerHandshakeStateEvent - Enum in io.netty.handler.codec.http.websocketx
Events that are fired to notify about handshake status
WebSocketVersion - Enum in io.netty.handler.codec.http.websocketx
Versions of the web socket specification.
weight() - Method in interface io.netty.handler.codec.http2.Http2Stream
Returns weight assigned to the dependency with the parent.
willMessage() - Method in class io.netty.handler.codec.mqtt.MqttConnectPayload
 
willQos() - Method in class io.netty.handler.codec.mqtt.MqttConnectVariableHeader
 
willTopic() - Method in class io.netty.handler.codec.mqtt.MqttConnectPayload
 
WINDOW_UPDATE - Static variable in class io.netty.handler.codec.http2.Http2FrameTypes
 
WINDOW_UPDATE_FRAME_LENGTH - Static variable in class io.netty.handler.codec.http2.Http2CodecUtil
 
windowBits - Variable in class io.netty.handler.codec.http2.CompressorHttp2ConnectionEncoder.Builder
 
windowBits(int) - Method in class io.netty.handler.codec.http2.CompressorHttp2ConnectionEncoder.Builder
 
windowSize(Http2Stream) - Method in class io.netty.handler.codec.http2.DefaultHttp2LocalFlowController
 
windowSize(Http2Stream) - Method in class io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController
 
windowSize(Http2Stream) - Method in interface io.netty.handler.codec.http2.Http2FlowController
Gets the number of bytes remaining in the flow control window size for the given stream.
windowUpdateRatio(float) - Method in class io.netty.handler.codec.http2.DefaultHttp2LocalFlowController
The window update ratio is used to determine when a window update must be sent.
windowUpdateRatio() - Method in class io.netty.handler.codec.http2.DefaultHttp2LocalFlowController
The window update ratio is used to determine when a window update must be sent.
windowUpdateRatio(ChannelHandlerContext, Http2Stream, float) - Method in class io.netty.handler.codec.http2.DefaultHttp2LocalFlowController
The window update ratio is used to determine when a window update must be sent.
windowUpdateRatio(Http2Stream) - Method in class io.netty.handler.codec.http2.DefaultHttp2LocalFlowController
The window update ratio is used to determine when a window update must be sent.
withAnyOrigin() - Static method in class io.netty.handler.codec.http.cors.CorsConfig
Creates a Builder instance with it's origin set to '*'.
withOrigin(String) - Static method in class io.netty.handler.codec.http.cors.CorsConfig
Creates a CorsConfig.Builder instance with the specified origin.
withOrigins(String...) - Static method in class io.netty.handler.codec.http.cors.CorsConfig
Creates a CorsConfig.Builder instance with the specified origins.
WORKER_STATE_INIT - Static variable in class io.netty.util.HashedWheelTimer
 
WORKER_STATE_SHUTDOWN - Static variable in class io.netty.util.HashedWheelTimer
 
WORKER_STATE_STARTED - Static variable in class io.netty.util.HashedWheelTimer
 
wrap(ByteBuffer[], int, int, ByteBuffer) - Method in class io.netty.handler.ssl.OpenSslEngine
 
wrappedBuffer(byte[]) - Static method in class io.netty.buffer.Unpooled
Creates a new big-endian buffer which wraps the specified array.
wrappedBuffer(byte[], int, int) - Static method in class io.netty.buffer.Unpooled
Creates a new big-endian buffer which wraps the sub-region of the specified array.
wrappedBuffer(ByteBuffer) - Static method in class io.netty.buffer.Unpooled
Creates a new buffer which wraps the specified NIO buffer's current slice.
wrappedBuffer(ByteBuf) - Static method in class io.netty.buffer.Unpooled
Creates a new buffer which wraps the specified buffer's readable bytes.
wrappedBuffer(byte[]...) - Static method in class io.netty.buffer.Unpooled
Creates a new big-endian composite buffer which wraps the specified arrays without copying them.
wrappedBuffer(ByteBuf...) - Static method in class io.netty.buffer.Unpooled
Creates a new big-endian composite buffer which wraps the readable bytes of the specified buffers without copying them.
wrappedBuffer(ByteBuffer...) - Static method in class io.netty.buffer.Unpooled
Creates a new big-endian composite buffer which wraps the slices of the specified NIO buffers without copying them.
wrappedBuffer(int, byte[]...) - Static method in class io.netty.buffer.Unpooled
Creates a new big-endian composite buffer which wraps the specified arrays without copying them.
wrappedBuffer(int, ByteBuf...) - Static method in class io.netty.buffer.Unpooled
Creates a new big-endian composite buffer which wraps the readable bytes of the specified buffers without copying them.
wrappedBuffer(int, ByteBuffer...) - Static method in class io.netty.buffer.Unpooled
Creates a new big-endian composite buffer which wraps the slices of the specified NIO buffers without copying them.
WrappedByteBuf - Class in io.netty.buffer
 
WrappedByteBuf(ByteBuf) - Constructor for class io.netty.buffer.WrappedByteBuf
 
WrappedEventExecutor - Interface in io.netty.util.concurrent
A marker interface indicating that the EventExecutor is a wrapper around another EventExecutor implementation.
wrapperFactory() - Method in interface io.netty.handler.ssl.JdkApplicationProtocolNegotiator
wrapSslEngine(SSLEngine, JdkApplicationProtocolNegotiator, boolean) - Method in interface io.netty.handler.ssl.JdkApplicationProtocolNegotiator.SslEngineWrapperFactory
Abstract factory pattern for wrapping an SSLEngine object.
writableBytes() - Method in class io.netty.buffer.AbstractByteBuf
 
writableBytes() - Method in class io.netty.buffer.ByteBuf
Returns the number of writable bytes which is equal to (this.capacity - this.writerIndex).
writableBytes() - Method in class io.netty.buffer.EmptyByteBuf
 
writableBytes() - Method in class io.netty.buffer.SwappedByteBuf
 
writableBytes() - Method in class io.netty.buffer.WrappedByteBuf
 
write(byte[], int, int) - Method in class io.netty.buffer.ByteBufOutputStream
 
write(byte[]) - Method in class io.netty.buffer.ByteBufOutputStream
 
write(int) - Method in class io.netty.buffer.ByteBufOutputStream
 
write(Object, ChannelPromise) - Method in class io.netty.channel.AbstractChannel.AbstractUnsafe
 
write(Object) - Method in class io.netty.channel.AbstractChannel
 
write(Object, ChannelPromise) - Method in class io.netty.channel.AbstractChannel
 
write(Object, ChannelPromise) - Method in interface io.netty.channel.Channel.Unsafe
Schedules a write operation.
write(Object) - Method in interface io.netty.channel.Channel
Request to write a message via this Channel through the ChannelPipeline.
write(Object, ChannelPromise) - Method in interface io.netty.channel.Channel
Request to write a message via this Channel through the ChannelPipeline.
write(ChannelHandlerContext, Object, ChannelPromise) - Method in interface io.netty.channel.ChannelHandler
Called once a write operation is made.
write(ChannelHandlerContext, Object, ChannelPromise) - Method in class io.netty.channel.ChannelHandlerAdapter
write(Object) - Method in interface io.netty.channel.ChannelHandlerContext
Request to write a message via this ChannelHandlerContext through the ChannelPipeline.
write(Object, ChannelPromise) - Method in interface io.netty.channel.ChannelHandlerContext
Request to write a message via this ChannelHandlerContext through the ChannelPipeline.
write(Object) - Method in interface io.netty.channel.ChannelPipeline
Request to write a message via this ChannelPipeline.
write(Object, ChannelPromise) - Method in interface io.netty.channel.ChannelPipeline
Request to write a message via this ChannelPipeline.
write(Object) - Method in interface io.netty.channel.group.ChannelGroup
Writes the specified message to all Channels in this group.
write(Object, ChannelMatcher) - Method in interface io.netty.channel.group.ChannelGroup
Writes the specified message to all Channels in this group that match the given ChannelMatcher.
write(Object) - Method in class io.netty.channel.group.DefaultChannelGroup
 
write(Object, ChannelMatcher) - Method in class io.netty.channel.group.DefaultChannelGroup
 
write(ChannelHandlerContext, Object, ChannelPromise) - Method in class io.netty.handler.codec.ByteToMessageCodec
 
write(ChannelHandlerContext, Object, ChannelPromise) - Method in class io.netty.handler.codec.http.cors.CorsHandler
 
write(ChannelHandlerContext, Object, ChannelPromise) - Method in class io.netty.handler.codec.http.HttpClientUpgradeHandler
 
write(ChannelHandlerContext, Object, ChannelPromise) - Method in class io.netty.handler.codec.http.websocketx.extensions.WebSocketClientExtensionHandler
 
write(ChannelHandlerContext, Object, ChannelPromise) - Method in class io.netty.handler.codec.http.websocketx.extensions.WebSocketServerExtensionHandler
 
write(int) - Method in interface io.netty.handler.codec.http2.Http2RemoteFlowController.FlowControlled
Writes up to allowedBytes of the encapsulated payload to the stream.
write(ChannelHandlerContext, Object, ChannelPromise) - Method in class io.netty.handler.codec.http2.HttpToHttp2ConnectionHandler
Handles conversion of a FullHttpMessage to HTTP/2 frames.
write(ChannelHandlerContext, Object, ChannelPromise) - Method in class io.netty.handler.codec.MessageToByteEncoder
 
write(ChannelHandlerContext, Object, ChannelPromise) - Method in class io.netty.handler.codec.MessageToMessageCodec
 
write(ChannelHandlerContext, Object, ChannelPromise) - Method in class io.netty.handler.codec.MessageToMessageEncoder
 
write(int) - Method in class io.netty.handler.codec.serialization.ObjectEncoderOutputStream
 
write(byte[], int, int) - Method in class io.netty.handler.codec.serialization.ObjectEncoderOutputStream
 
write(byte[]) - Method in class io.netty.handler.codec.serialization.ObjectEncoderOutputStream
 
write(ChannelHandlerContext, Object, ChannelPromise) - Method in class io.netty.handler.codec.spdy.SpdyFrameCodec
 
write(ChannelHandlerContext, Object, ChannelPromise) - Method in class io.netty.handler.codec.spdy.SpdySessionHandler
 
write(ChannelHandlerContext, Object, ChannelPromise) - Method in class io.netty.handler.logging.LoggingHandler
 
write(ChannelHandlerContext, Object, ChannelPromise) - Method in class io.netty.handler.proxy.ProxyHandler
 
write(ChannelHandlerContext, Object, ChannelPromise) - Method in class io.netty.handler.ssl.SslHandler
 
write(ChannelHandlerContext, Object, ChannelPromise) - Method in class io.netty.handler.stream.ChunkedWriteHandler
 
write(ChannelHandlerContext, Object, ChannelPromise) - Method in class io.netty.handler.timeout.IdleStateHandler
 
write(ChannelHandlerContext, Object, ChannelPromise) - Method in class io.netty.handler.timeout.WriteTimeoutHandler
 
write(ChannelHandlerContext, Object, ChannelPromise) - Method in class io.netty.handler.traffic.AbstractTrafficShapingHandler
 
write(ChannelHandlerContext, Object, ChannelPromise) - Method in class io.netty.handler.traffic.GlobalChannelTrafficShapingHandler
 
WRITE_BUFFER_HIGH_WATER_MARK - Static variable in class io.netty.channel.ChannelOption
 
WRITE_BUFFER_LOW_WATER_MARK - Static variable in class io.netty.channel.ChannelOption
 
WRITE_SPIN_COUNT - Static variable in class io.netty.channel.ChannelOption
 
writeAndFlush(Object) - Method in class io.netty.channel.AbstractChannel
 
writeAndFlush(Object, ChannelPromise) - Method in class io.netty.channel.AbstractChannel
 
writeAndFlush(Object, ChannelPromise) - Method in interface io.netty.channel.Channel
writeAndFlush(Object) - Method in interface io.netty.channel.Channel
Shortcut for call Channel.write(Object) and Channel.flush().
writeAndFlush(Object, ChannelPromise) - Method in interface io.netty.channel.ChannelHandlerContext
writeAndFlush(Object) - Method in interface io.netty.channel.ChannelHandlerContext
writeAndFlush(Object, ChannelPromise) - Method in interface io.netty.channel.ChannelPipeline
writeAndFlush(Object) - Method in interface io.netty.channel.ChannelPipeline
writeAndFlush(Object) - Method in interface io.netty.channel.group.ChannelGroup
writeAndFlush(Object, ChannelMatcher) - Method in interface io.netty.channel.group.ChannelGroup
Shortcut for calling ChannelGroup.write(Object) and ChannelGroup.flush() and only act on Channels that match the ChannelMatcher.
writeAndFlush(Object) - Method in class io.netty.channel.group.DefaultChannelGroup
 
writeAndFlush(Object, ChannelMatcher) - Method in class io.netty.channel.group.DefaultChannelGroup
 
writeAscii(ByteBuf, CharSequence) - Static method in class io.netty.buffer.ByteBufUtil
Encode a CharSequence in ASCII and write it to a ByteBuf.
writeBoolean(boolean) - Method in class io.netty.buffer.AbstractByteBuf
 
writeBoolean(boolean) - Method in class io.netty.buffer.ByteBuf
Sets the specified boolean at the current writerIndex and increases the writerIndex by 1 in this buffer.
writeBoolean(boolean) - Method in class io.netty.buffer.ByteBufOutputStream
 
writeBoolean(boolean) - Method in class io.netty.buffer.CompositeByteBuf
 
writeBoolean(boolean) - Method in class io.netty.buffer.EmptyByteBuf
 
writeBoolean(boolean) - Method in class io.netty.buffer.SwappedByteBuf
 
writeBoolean(boolean) - Method in class io.netty.buffer.WrappedByteBuf
 
writeBoolean(boolean) - Method in class io.netty.handler.codec.serialization.ObjectEncoderOutputStream
 
writeByte(int) - Method in class io.netty.buffer.AbstractByteBuf
 
writeByte(int) - Method in class io.netty.buffer.ByteBuf
Sets the specified byte at the current writerIndex and increases the writerIndex by 1 in this buffer.
writeByte(int) - Method in class io.netty.buffer.ByteBufOutputStream
 
writeByte(int) - Method in class io.netty.buffer.CompositeByteBuf
 
writeByte(int) - Method in class io.netty.buffer.EmptyByteBuf
 
writeByte(int) - Method in class io.netty.buffer.SwappedByteBuf
 
writeByte(int) - Method in class io.netty.buffer.WrappedByteBuf
 
writeByte(int) - Method in class io.netty.handler.codec.serialization.ObjectEncoderOutputStream
 
writeBytes(byte[], int, int) - Method in class io.netty.buffer.AbstractByteBuf
 
writeBytes(byte[]) - Method in class io.netty.buffer.AbstractByteBuf
 
writeBytes(ByteBuf) - Method in class io.netty.buffer.AbstractByteBuf
 
writeBytes(ByteBuf, int) - Method in class io.netty.buffer.AbstractByteBuf
 
writeBytes(ByteBuf, int, int) - Method in class io.netty.buffer.AbstractByteBuf
 
writeBytes(ByteBuffer) - Method in class io.netty.buffer.AbstractByteBuf
 
writeBytes(InputStream, int) - Method in class io.netty.buffer.AbstractByteBuf
 
writeBytes(ScatteringByteChannel, int) - Method in class io.netty.buffer.AbstractByteBuf
 
writeBytes(ByteBuf) - Method in class io.netty.buffer.ByteBuf
Transfers the specified source buffer's data to this buffer starting at the current writerIndex until the source buffer becomes unreadable, and increases the writerIndex by the number of the transferred bytes.
writeBytes(ByteBuf, int) - Method in class io.netty.buffer.ByteBuf
Transfers the specified source buffer's data to this buffer starting at the current writerIndex and increases the writerIndex by the number of the transferred bytes (= length).
writeBytes(ByteBuf, int, int) - Method in class io.netty.buffer.ByteBuf
Transfers the specified source buffer's data to this buffer starting at the current writerIndex and increases the writerIndex by the number of the transferred bytes (= length).
writeBytes(byte[]) - Method in class io.netty.buffer.ByteBuf
Transfers the specified source array's data to this buffer starting at the current writerIndex and increases the writerIndex by the number of the transferred bytes (= src.length).
writeBytes(byte[], int, int) - Method in class io.netty.buffer.ByteBuf
Transfers the specified source array's data to this buffer starting at the current writerIndex and increases the writerIndex by the number of the transferred bytes (= length).
writeBytes(ByteBuffer) - Method in class io.netty.buffer.ByteBuf
Transfers the specified source buffer's data to this buffer starting at the current writerIndex until the source buffer's position reaches its limit, and increases the writerIndex by the number of the transferred bytes.
writeBytes(InputStream, int) - Method in class io.netty.buffer.ByteBuf
Transfers the content of the specified stream to this buffer starting at the current writerIndex and increases the writerIndex by the number of the transferred bytes.
writeBytes(ScatteringByteChannel, int) - Method in class io.netty.buffer.ByteBuf
Transfers the content of the specified channel to this buffer starting at the current writerIndex and increases the writerIndex by the number of the transferred bytes.
writeBytes(String) - Method in class io.netty.buffer.ByteBufOutputStream
 
writeBytes(ByteBuf) - Method in class io.netty.buffer.CompositeByteBuf
 
writeBytes(ByteBuf, int) - Method in class io.netty.buffer.CompositeByteBuf
 
writeBytes(ByteBuf, int, int) - Method in class io.netty.buffer.CompositeByteBuf
 
writeBytes(byte[]) - Method in class io.netty.buffer.CompositeByteBuf
 
writeBytes(byte[], int, int) - Method in class io.netty.buffer.CompositeByteBuf
 
writeBytes(ByteBuffer) - Method in class io.netty.buffer.CompositeByteBuf
 
writeBytes(ByteBuf) - Method in class io.netty.buffer.EmptyByteBuf
 
writeBytes(ByteBuf, int) - Method in class io.netty.buffer.EmptyByteBuf
 
writeBytes(ByteBuf, int, int) - Method in class io.netty.buffer.EmptyByteBuf
 
writeBytes(byte[]) - Method in class io.netty.buffer.EmptyByteBuf
 
writeBytes(byte[], int, int) - Method in class io.netty.buffer.EmptyByteBuf
 
writeBytes(ByteBuffer) - Method in class io.netty.buffer.EmptyByteBuf
 
writeBytes(InputStream, int) - Method in class io.netty.buffer.EmptyByteBuf
 
writeBytes(ScatteringByteChannel, int) - Method in class io.netty.buffer.EmptyByteBuf
 
writeBytes(ByteBuf) - Method in class io.netty.buffer.SwappedByteBuf
 
writeBytes(ByteBuf, int) - Method in class io.netty.buffer.SwappedByteBuf
 
writeBytes(ByteBuf, int, int) - Method in class io.netty.buffer.SwappedByteBuf
 
writeBytes(byte[]) - Method in class io.netty.buffer.SwappedByteBuf
 
writeBytes(byte[], int, int) - Method in class io.netty.buffer.SwappedByteBuf
 
writeBytes(ByteBuffer) - Method in class io.netty.buffer.SwappedByteBuf
 
writeBytes(InputStream, int) - Method in class io.netty.buffer.SwappedByteBuf
 
writeBytes(ScatteringByteChannel, int) - Method in class io.netty.buffer.SwappedByteBuf
 
writeBytes(ByteBuf) - Method in class io.netty.buffer.WrappedByteBuf
 
writeBytes(ByteBuf, int) - Method in class io.netty.buffer.WrappedByteBuf
 
writeBytes(ByteBuf, int, int) - Method in class io.netty.buffer.WrappedByteBuf
 
writeBytes(byte[]) - Method in class io.netty.buffer.WrappedByteBuf
 
writeBytes(byte[], int, int) - Method in class io.netty.buffer.WrappedByteBuf
 
writeBytes(ByteBuffer) - Method in class io.netty.buffer.WrappedByteBuf
 
writeBytes(InputStream, int) - Method in class io.netty.buffer.WrappedByteBuf
 
writeBytes(ScatteringByteChannel, int) - Method in class io.netty.buffer.WrappedByteBuf
 
writeBytes(String) - Method in class io.netty.handler.codec.serialization.ObjectEncoderOutputStream
 
writeChar(int) - Method in class io.netty.buffer.AbstractByteBuf
 
writeChar(int) - Method in class io.netty.buffer.ByteBuf
Sets the specified 2-byte UTF-16 character at the current writerIndex and increases the writerIndex by 2 in this buffer.
writeChar(int) - Method in class io.netty.buffer.ByteBufOutputStream
 
writeChar(int) - Method in class io.netty.buffer.CompositeByteBuf
 
writeChar(int) - Method in class io.netty.buffer.EmptyByteBuf
 
writeChar(int) - Method in class io.netty.buffer.SwappedByteBuf
 
writeChar(int) - Method in class io.netty.buffer.WrappedByteBuf
 
writeChar(int) - Method in class io.netty.handler.codec.serialization.ObjectEncoderOutputStream
 
writeChars(String) - Method in class io.netty.buffer.ByteBufOutputStream
 
writeChars(String) - Method in class io.netty.handler.codec.serialization.ObjectEncoderOutputStream
 
writeCounter() - Method in class io.netty.channel.ChannelFlushPromiseNotifier
Return the current write counter of this ChannelFlushPromiseNotifier
writeData(ChannelHandlerContext, int, ByteBuf, int, boolean, ChannelPromise) - Method in class io.netty.handler.codec.http2.CompressorHttp2ConnectionEncoder
 
writeData(ChannelHandlerContext, int, ByteBuf, int, boolean, ChannelPromise) - Method in class io.netty.handler.codec.http2.DefaultHttp2ConnectionEncoder
 
writeData(ChannelHandlerContext, int, ByteBuf, int, boolean, ChannelPromise) - Method in class io.netty.handler.codec.http2.DefaultHttp2FrameWriter
 
writeData(ChannelHandlerContext, int, ByteBuf, int, boolean, ChannelPromise) - Method in interface io.netty.handler.codec.http2.Http2DataWriter
Writes a DATA frame to the remote endpoint.
writeData(ChannelHandlerContext, int, ByteBuf, int, boolean, ChannelPromise) - Method in class io.netty.handler.codec.http2.Http2OutboundFrameLogger
 
writeDouble(double) - Method in class io.netty.buffer.AbstractByteBuf
 
writeDouble(double) - Method in class io.netty.buffer.ByteBuf
Sets the specified 64-bit floating point number at the current writerIndex and increases the writerIndex by 8 in this buffer.
writeDouble(double) - Method in class io.netty.buffer.ByteBufOutputStream
 
writeDouble(double) - Method in class io.netty.buffer.CompositeByteBuf
 
writeDouble(double) - Method in class io.netty.buffer.EmptyByteBuf
 
writeDouble(double) - Method in class io.netty.buffer.SwappedByteBuf
 
writeDouble(double) - Method in class io.netty.buffer.WrappedByteBuf
 
writeDouble(double) - Method in class io.netty.handler.codec.serialization.ObjectEncoderOutputStream
 
writeFloat(float) - Method in class io.netty.buffer.AbstractByteBuf
 
writeFloat(float) - Method in class io.netty.buffer.ByteBuf
Sets the specified 32-bit floating point number at the current writerIndex and increases the writerIndex by 4 in this buffer.
writeFloat(float) - Method in class io.netty.buffer.ByteBufOutputStream
 
writeFloat(float) - Method in class io.netty.buffer.CompositeByteBuf
 
writeFloat(float) - Method in class io.netty.buffer.EmptyByteBuf
 
writeFloat(float) - Method in class io.netty.buffer.SwappedByteBuf
 
writeFloat(float) - Method in class io.netty.buffer.WrappedByteBuf
 
writeFloat(float) - Method in class io.netty.handler.codec.serialization.ObjectEncoderOutputStream
 
writeFrame(ChannelHandlerContext, byte, int, Http2Flags, ByteBuf, ChannelPromise) - Method in class io.netty.handler.codec.http2.DefaultHttp2ConnectionEncoder
 
writeFrame(ChannelHandlerContext, byte, int, Http2Flags, ByteBuf, ChannelPromise) - Method in class io.netty.handler.codec.http2.DefaultHttp2FrameWriter
 
writeFrame(ChannelHandlerContext, byte, int, Http2Flags, ByteBuf, ChannelPromise) - Method in interface io.netty.handler.codec.http2.Http2ConnectionEncoder
Writes the given data to the internal Http2FrameWriter without performing any state checks on the connection/stream.
writeFrame(ChannelHandlerContext, byte, int, Http2Flags, ByteBuf, ChannelPromise) - Method in interface io.netty.handler.codec.http2.Http2FrameWriter
Generic write method for any HTTP/2 frame.
writeFrame(ChannelHandlerContext, byte, int, Http2Flags, ByteBuf, ChannelPromise) - Method in class io.netty.handler.codec.http2.Http2OutboundFrameLogger
 
writeFrameHeader(ByteBuf, int, byte, Http2Flags, int) - Static method in class io.netty.handler.codec.http2.Http2CodecUtil
Writes an HTTP/2 frame header to the output buffer.
writeGoAway(ChannelHandlerContext, int, long, ByteBuf, ChannelPromise) - Method in class io.netty.handler.codec.http2.DefaultHttp2ConnectionEncoder
 
writeGoAway(ChannelHandlerContext, int, long, ByteBuf, ChannelPromise) - Method in class io.netty.handler.codec.http2.DefaultHttp2FrameWriter
 
writeGoAway(ChannelHandlerContext, int, long, ByteBuf, ChannelPromise) - Method in class io.netty.handler.codec.http2.Http2ConnectionHandler
Sends a GO_AWAY frame to the remote endpoint and updates the connection state appropriately.
writeGoAway(ChannelHandlerContext, int, long, ByteBuf, ChannelPromise) - Method in interface io.netty.handler.codec.http2.Http2FrameWriter
Writes a GO_AWAY frame to the remote endpoint.
writeGoAway(ChannelHandlerContext, int, long, ByteBuf, ChannelPromise) - Method in interface io.netty.handler.codec.http2.Http2LifecycleManager
Sends a GO_AWAY frame to the remote endpoint and updates the connection state appropriately.
writeGoAway(ChannelHandlerContext, int, long, ByteBuf, ChannelPromise) - Method in class io.netty.handler.codec.http2.Http2OutboundFrameLogger
 
writeHeaders(ChannelHandlerContext, int, Http2Headers, int, boolean, ChannelPromise) - Method in class io.netty.handler.codec.http2.CompressorHttp2ConnectionEncoder
 
writeHeaders(ChannelHandlerContext, int, Http2Headers, int, short, boolean, int, boolean, ChannelPromise) - Method in class io.netty.handler.codec.http2.CompressorHttp2ConnectionEncoder
 
writeHeaders(ChannelHandlerContext, int, Http2Headers, int, boolean, ChannelPromise) - Method in class io.netty.handler.codec.http2.DefaultHttp2ConnectionEncoder
 
writeHeaders(ChannelHandlerContext, int, Http2Headers, int, short, boolean, int, boolean, ChannelPromise) - Method in class io.netty.handler.codec.http2.DefaultHttp2ConnectionEncoder
 
writeHeaders(ChannelHandlerContext, int, Http2Headers, int, boolean, ChannelPromise) - Method in class io.netty.handler.codec.http2.DefaultHttp2FrameWriter
 
writeHeaders(ChannelHandlerContext, int, Http2Headers, int, short, boolean, int, boolean, ChannelPromise) - Method in class io.netty.handler.codec.http2.DefaultHttp2FrameWriter
 
writeHeaders(ChannelHandlerContext, int, Http2Headers, int, boolean, ChannelPromise) - Method in interface io.netty.handler.codec.http2.Http2FrameWriter
Writes a HEADERS frame to the remote endpoint.
writeHeaders(ChannelHandlerContext, int, Http2Headers, int, short, boolean, int, boolean, ChannelPromise) - Method in interface io.netty.handler.codec.http2.Http2FrameWriter
Writes a HEADERS frame with priority specified to the remote endpoint.
writeHeaders(ChannelHandlerContext, int, Http2Headers, int, boolean, ChannelPromise) - Method in class io.netty.handler.codec.http2.Http2OutboundFrameLogger
 
writeHeaders(ChannelHandlerContext, int, Http2Headers, int, short, boolean, int, boolean, ChannelPromise) - Method in class io.netty.handler.codec.http2.Http2OutboundFrameLogger
 
writeInbound(Object...) - Method in class io.netty.channel.embedded.EmbeddedChannel
Write messages to the inbound of this Channel.
writeInt(int) - Method in class io.netty.buffer.AbstractByteBuf
 
writeInt(int) - Method in class io.netty.buffer.ByteBuf
Sets the specified 32-bit integer at the current writerIndex and increases the writerIndex by 4 in this buffer.
writeInt(int) - Method in class io.netty.buffer.ByteBufOutputStream
 
writeInt(int) - Method in class io.netty.buffer.CompositeByteBuf
 
writeInt(int) - Method in class io.netty.buffer.EmptyByteBuf
 
writeInt(int) - Method in class io.netty.buffer.SwappedByteBuf
 
writeInt(int) - Method in class io.netty.buffer.WrappedByteBuf
 
writeInt(int) - Method in class io.netty.handler.codec.serialization.ObjectEncoderOutputStream
 
writeLong(long) - Method in class io.netty.buffer.AbstractByteBuf
 
writeLong(long) - Method in class io.netty.buffer.ByteBuf
Sets the specified 64-bit long integer at the current writerIndex and increases the writerIndex by 8 in this buffer.
writeLong(long) - Method in class io.netty.buffer.ByteBufOutputStream
 
writeLong(long) - Method in class io.netty.buffer.CompositeByteBuf
 
writeLong(long) - Method in class io.netty.buffer.EmptyByteBuf
 
writeLong(long) - Method in class io.netty.buffer.SwappedByteBuf
 
writeLong(long) - Method in class io.netty.buffer.WrappedByteBuf
 
writeLong(long) - Method in class io.netty.handler.codec.serialization.ObjectEncoderOutputStream
 
writeMedium(int) - Method in class io.netty.buffer.AbstractByteBuf
 
writeMedium(int) - Method in class io.netty.buffer.ByteBuf
Sets the specified 24-bit medium integer at the current writerIndex and increases the writerIndex by 3 in this buffer.
writeMedium(int) - Method in class io.netty.buffer.CompositeByteBuf
 
writeMedium(int) - Method in class io.netty.buffer.EmptyByteBuf
 
writeMedium(int) - Method in class io.netty.buffer.SwappedByteBuf
 
writeMedium(int) - Method in class io.netty.buffer.WrappedByteBuf
 
writeObject(Object) - Method in class io.netty.handler.codec.serialization.ObjectEncoderOutputStream
 
writeOutbound(Object...) - Method in class io.netty.channel.embedded.EmbeddedChannel
Write messages to the outbound of this Channel.
writePing(ChannelHandlerContext, boolean, ByteBuf, ChannelPromise) - Method in class io.netty.handler.codec.http2.DefaultHttp2ConnectionEncoder
 
writePing(ChannelHandlerContext, boolean, ByteBuf, ChannelPromise) - Method in class io.netty.handler.codec.http2.DefaultHttp2FrameWriter
 
writePing(ChannelHandlerContext, boolean, ByteBuf, ChannelPromise) - Method in interface io.netty.handler.codec.http2.Http2FrameWriter
Writes a PING frame to the remote endpoint.
writePing(ChannelHandlerContext, boolean, ByteBuf, ChannelPromise) - Method in class io.netty.handler.codec.http2.Http2OutboundFrameLogger
 
writePriority(ChannelHandlerContext, int, int, short, boolean, ChannelPromise) - Method in class io.netty.handler.codec.http2.DefaultHttp2ConnectionEncoder
 
writePriority(ChannelHandlerContext, int, int, short, boolean, ChannelPromise) - Method in class io.netty.handler.codec.http2.DefaultHttp2FrameWriter
 
writePriority(ChannelHandlerContext, int, int, short, boolean, ChannelPromise) - Method in interface io.netty.handler.codec.http2.Http2FrameWriter
Writes a PRIORITY frame to the remote endpoint.
writePriority(ChannelHandlerContext, int, int, short, boolean, ChannelPromise) - Method in class io.netty.handler.codec.http2.Http2OutboundFrameLogger
 
writePushPromise(ChannelHandlerContext, int, int, Http2Headers, int, ChannelPromise) - Method in class io.netty.handler.codec.http2.DefaultHttp2ConnectionEncoder
 
writePushPromise(ChannelHandlerContext, int, int, Http2Headers, int, ChannelPromise) - Method in class io.netty.handler.codec.http2.DefaultHttp2FrameWriter
 
writePushPromise(ChannelHandlerContext, int, int, Http2Headers, int, ChannelPromise) - Method in interface io.netty.handler.codec.http2.Http2FrameWriter
Writes a PUSH_PROMISE frame to the remote endpoint.
writePushPromise(ChannelHandlerContext, int, int, Http2Headers, int, ChannelPromise) - Method in class io.netty.handler.codec.http2.Http2OutboundFrameLogger
 
WRITER_IDLE_STATE_EVENT - Static variable in class io.netty.handler.timeout.IdleStateEvent
 
writerIndex() - Method in class io.netty.buffer.AbstractByteBuf
 
writerIndex(int) - Method in class io.netty.buffer.AbstractByteBuf
 
writerIndex() - Method in class io.netty.buffer.ByteBuf
Returns the writerIndex of this buffer.
writerIndex(int) - Method in class io.netty.buffer.ByteBuf
Sets the writerIndex of this buffer.
writerIndex(int) - Method in class io.netty.buffer.CompositeByteBuf
 
writerIndex() - Method in class io.netty.buffer.EmptyByteBuf
 
writerIndex(int) - Method in class io.netty.buffer.EmptyByteBuf
 
writerIndex() - Method in class io.netty.buffer.SwappedByteBuf
 
writerIndex(int) - Method in class io.netty.buffer.SwappedByteBuf
 
writerIndex() - Method in class io.netty.buffer.WrappedByteBuf
 
writerIndex(int) - Method in class io.netty.buffer.WrappedByteBuf
 
writeRstStream(ChannelHandlerContext, int, long, ChannelPromise) - Method in class io.netty.handler.codec.http2.DefaultHttp2ConnectionEncoder
 
writeRstStream(ChannelHandlerContext, int, long, ChannelPromise, boolean) - Method in class io.netty.handler.codec.http2.DefaultHttp2ConnectionEncoder
Writes a RST_STREAM frame to the remote endpoint.
writeRstStream(ChannelHandlerContext, int, long, ChannelPromise) - Method in class io.netty.handler.codec.http2.DefaultHttp2FrameWriter
 
writeRstStream(ChannelHandlerContext, int, long, ChannelPromise) - Method in class io.netty.handler.codec.http2.Http2ConnectionHandler
Writes a RST_STREAM frame to the remote endpoint and updates the connection state appropriately.
writeRstStream(ChannelHandlerContext, int, long, ChannelPromise) - Method in interface io.netty.handler.codec.http2.Http2FrameWriter
Writes a RST_STREAM frame to the remote endpoint.
writeRstStream(ChannelHandlerContext, int, long, ChannelPromise) - Method in interface io.netty.handler.codec.http2.Http2LifecycleManager
Writes a RST_STREAM frame to the remote endpoint and updates the connection state appropriately.
writeRstStream(ChannelHandlerContext, int, long, ChannelPromise) - Method in class io.netty.handler.codec.http2.Http2OutboundFrameLogger
 
writeSettings(ChannelHandlerContext, Http2Settings, ChannelPromise) - Method in class io.netty.handler.codec.http2.DefaultHttp2ConnectionEncoder
 
writeSettings(ChannelHandlerContext, Http2Settings, ChannelPromise) - Method in class io.netty.handler.codec.http2.DefaultHttp2FrameWriter
 
writeSettings(ChannelHandlerContext, Http2Settings, ChannelPromise) - Method in interface io.netty.handler.codec.http2.Http2FrameWriter
Writes a SETTINGS frame to the remote endpoint.
writeSettings(ChannelHandlerContext, Http2Settings, ChannelPromise) - Method in class io.netty.handler.codec.http2.Http2OutboundFrameLogger
 
writeSettingsAck(ChannelHandlerContext, ChannelPromise) - Method in class io.netty.handler.codec.http2.DefaultHttp2ConnectionEncoder
 
writeSettingsAck(ChannelHandlerContext, ChannelPromise) - Method in class io.netty.handler.codec.http2.DefaultHttp2FrameWriter
 
writeSettingsAck(ChannelHandlerContext, ChannelPromise) - Method in interface io.netty.handler.codec.http2.Http2FrameWriter
Writes a SETTINGS acknowledgment to the remote endpoint.
writeSettingsAck(ChannelHandlerContext, ChannelPromise) - Method in class io.netty.handler.codec.http2.Http2OutboundFrameLogger
 
writeShort(int) - Method in class io.netty.buffer.AbstractByteBuf
 
writeShort(int) - Method in class io.netty.buffer.ByteBuf
Sets the specified 16-bit short integer at the current writerIndex and increases the writerIndex by 2 in this buffer.
writeShort(int) - Method in class io.netty.buffer.ByteBufOutputStream
 
writeShort(int) - Method in class io.netty.buffer.CompositeByteBuf
 
writeShort(int) - Method in class io.netty.buffer.EmptyByteBuf
 
writeShort(int) - Method in class io.netty.buffer.SwappedByteBuf
 
writeShort(int) - Method in class io.netty.buffer.WrappedByteBuf
 
writeShort(int) - Method in class io.netty.handler.codec.serialization.ObjectEncoderOutputStream
 
writeTimedOut(ChannelHandlerContext) - Method in class io.netty.handler.timeout.WriteTimeoutHandler
Is called when a write timeout was detected
WriteTimeoutException - Exception in io.netty.handler.timeout
A TimeoutException raised by WriteTimeoutHandler when no data was written within a certain period of time.
WriteTimeoutHandler - Class in io.netty.handler.timeout
Raises a WriteTimeoutException when no data was written within a certain period of time.
WriteTimeoutHandler(int) - Constructor for class io.netty.handler.timeout.WriteTimeoutHandler
Creates a new instance.
WriteTimeoutHandler(long, TimeUnit) - Constructor for class io.netty.handler.timeout.WriteTimeoutHandler
Creates a new instance.
writeTimeToWait(long, long, long) - Method in class io.netty.handler.traffic.TrafficCounter
Deprecated.
writeTimeToWait(long, long, long, long) - Method in class io.netty.handler.traffic.TrafficCounter
Returns the time to wait (if any) for the given length message, using the given limitTraffic and the max wait time.
writeUnsignedInt(long, ByteBuf) - Static method in class io.netty.handler.codec.http2.Http2CodecUtil
Writes a big-endian (32-bit) unsigned integer to the buffer.
writeUnsignedShort(int, ByteBuf) - Static method in class io.netty.handler.codec.http2.Http2CodecUtil
Writes a big-endian (16-bit) unsigned integer to the buffer.
writeUTF(String) - Method in class io.netty.buffer.ByteBufOutputStream
 
writeUTF(String) - Method in class io.netty.handler.codec.serialization.ObjectEncoderOutputStream
 
writeUtf8(ByteBuf, CharSequence) - Static method in class io.netty.buffer.ByteBufUtil
Encode a CharSequence in UTF-8 and write it to a ByteBuf.
writeWindowUpdate(ChannelHandlerContext, int, int, ChannelPromise) - Method in class io.netty.handler.codec.http2.DefaultHttp2ConnectionEncoder
 
writeWindowUpdate(ChannelHandlerContext, int, int, ChannelPromise) - Method in class io.netty.handler.codec.http2.DefaultHttp2FrameWriter
 
writeWindowUpdate(ChannelHandlerContext, int, int, ChannelPromise) - Method in interface io.netty.handler.codec.http2.Http2FrameWriter
Writes a WINDOW_UPDATE frame to the remote endpoint.
writeWindowUpdate(ChannelHandlerContext, int, int, ChannelPromise) - Method in class io.netty.handler.codec.http2.Http2OutboundFrameLogger
 
writeZero(int) - Method in class io.netty.buffer.AbstractByteBuf
 
writeZero(int) - Method in class io.netty.buffer.ByteBuf
Fills this buffer with NUL (0x00) starting at the current writerIndex and increases the writerIndex by the specified length.
writeZero(int) - Method in class io.netty.buffer.CompositeByteBuf
 
writeZero(int) - Method in class io.netty.buffer.EmptyByteBuf
 
writeZero(int) - Method in class io.netty.buffer.SwappedByteBuf
 
writeZero(int) - Method in class io.netty.buffer.WrappedByteBuf
 
writtenBytes() - Method in class io.netty.buffer.ByteBufOutputStream
Returns the number of written bytes by this stream so far.
WWW_AUTHENTICATE - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
"www-authenticate"
WWW_AUTHENTICATE - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderNames
"www-authenticate"

X

X_DEFLATE - Static variable in class io.netty.handler.codec.http.HttpHeaderValues
"x-deflate"
X_GZIP - Static variable in class io.netty.handler.codec.http.HttpHeaderValues
"x-gzip"
XmlFrameDecoder - Class in io.netty.handler.codec.xml
A frame decoder for single separate XML based message streams.
XmlFrameDecoder(int) - Constructor for class io.netty.handler.codec.xml.XmlFrameDecoder
 

Y

YXDOMAIN - Static variable in class io.netty.handler.codec.dns.DnsResponseCode
ID 6, domain name should not exist
YXRRSET - Static variable in class io.netty.handler.codec.dns.DnsResponseCode
ID 7, resource record set should not exist

Z

z() - Method in class io.netty.handler.codec.dns.DnsHeader
Returns the 3 bit reserved field 'Z'.
ZlibCodecFactory - Class in io.netty.handler.codec.compression
Creates a new ZlibEncoder and a new ZlibDecoder.
ZlibDecoder - Class in io.netty.handler.codec.compression
Decompresses a ByteBuf using the deflate algorithm.
ZlibDecoder() - Constructor for class io.netty.handler.codec.compression.ZlibDecoder
 
ZlibEncoder - Class in io.netty.handler.codec.compression
Compresses a ByteBuf using the deflate algorithm.
ZlibEncoder() - Constructor for class io.netty.handler.codec.compression.ZlibEncoder
 
ZlibWrapper - Enum in io.netty.handler.codec.compression
The container file formats that wrap the stream compressed by the DEFLATE algorithm.

_

_getByte(int) - Method in class io.netty.buffer.AbstractByteBuf
 
_getByte(int) - Method in class io.netty.buffer.CompositeByteBuf
 
_getByte(int) - Method in class io.netty.buffer.DuplicatedByteBuf
 
_getByte(int) - Method in class io.netty.buffer.ReadOnlyByteBuf
 
_getByte(int) - Method in class io.netty.buffer.SlicedByteBuf
 
_getByte(int) - Method in class io.netty.buffer.UnpooledDirectByteBuf
 
_getByte(int) - Method in class io.netty.buffer.UnpooledHeapByteBuf
 
_getByte(int) - Method in class io.netty.buffer.UnpooledUnsafeDirectByteBuf
 
_getInt(int) - Method in class io.netty.buffer.AbstractByteBuf
 
_getInt(int) - Method in class io.netty.buffer.CompositeByteBuf
 
_getInt(int) - Method in class io.netty.buffer.DuplicatedByteBuf
 
_getInt(int) - Method in class io.netty.buffer.ReadOnlyByteBuf
 
_getInt(int) - Method in class io.netty.buffer.SlicedByteBuf
 
_getInt(int) - Method in class io.netty.buffer.UnpooledDirectByteBuf
 
_getInt(int) - Method in class io.netty.buffer.UnpooledHeapByteBuf
 
_getInt(int) - Method in class io.netty.buffer.UnpooledUnsafeDirectByteBuf
 
_getLong(int) - Method in class io.netty.buffer.AbstractByteBuf
 
_getLong(int) - Method in class io.netty.buffer.CompositeByteBuf
 
_getLong(int) - Method in class io.netty.buffer.DuplicatedByteBuf
 
_getLong(int) - Method in class io.netty.buffer.ReadOnlyByteBuf
 
_getLong(int) - Method in class io.netty.buffer.SlicedByteBuf
 
_getLong(int) - Method in class io.netty.buffer.UnpooledDirectByteBuf
 
_getLong(int) - Method in class io.netty.buffer.UnpooledHeapByteBuf
 
_getLong(int) - Method in class io.netty.buffer.UnpooledUnsafeDirectByteBuf
 
_getShort(int) - Method in class io.netty.buffer.AbstractByteBuf
 
_getShort(int) - Method in class io.netty.buffer.CompositeByteBuf
 
_getShort(int) - Method in class io.netty.buffer.DuplicatedByteBuf
 
_getShort(int) - Method in class io.netty.buffer.ReadOnlyByteBuf
 
_getShort(int) - Method in class io.netty.buffer.SlicedByteBuf
 
_getShort(int) - Method in class io.netty.buffer.UnpooledDirectByteBuf
 
_getShort(int) - Method in class io.netty.buffer.UnpooledHeapByteBuf
 
_getShort(int) - Method in class io.netty.buffer.UnpooledUnsafeDirectByteBuf
 
_getUnsignedMedium(int) - Method in class io.netty.buffer.AbstractByteBuf
 
_getUnsignedMedium(int) - Method in class io.netty.buffer.CompositeByteBuf
 
_getUnsignedMedium(int) - Method in class io.netty.buffer.DuplicatedByteBuf
 
_getUnsignedMedium(int) - Method in class io.netty.buffer.ReadOnlyByteBuf
 
_getUnsignedMedium(int) - Method in class io.netty.buffer.SlicedByteBuf
 
_getUnsignedMedium(int) - Method in class io.netty.buffer.UnpooledDirectByteBuf
 
_getUnsignedMedium(int) - Method in class io.netty.buffer.UnpooledHeapByteBuf
 
_getUnsignedMedium(int) - Method in class io.netty.buffer.UnpooledUnsafeDirectByteBuf
 
_setByte(int, int) - Method in class io.netty.buffer.AbstractByteBuf
 
_setByte(int, int) - Method in class io.netty.buffer.CompositeByteBuf
 
_setByte(int, int) - Method in class io.netty.buffer.DuplicatedByteBuf
 
_setByte(int, int) - Method in class io.netty.buffer.ReadOnlyByteBuf
 
_setByte(int, int) - Method in class io.netty.buffer.SlicedByteBuf
 
_setByte(int, int) - Method in class io.netty.buffer.UnpooledDirectByteBuf
 
_setByte(int, int) - Method in class io.netty.buffer.UnpooledHeapByteBuf
 
_setByte(int, int) - Method in class io.netty.buffer.UnpooledUnsafeDirectByteBuf
 
_setInt(int, int) - Method in class io.netty.buffer.AbstractByteBuf
 
_setInt(int, int) - Method in class io.netty.buffer.CompositeByteBuf
 
_setInt(int, int) - Method in class io.netty.buffer.DuplicatedByteBuf
 
_setInt(int, int) - Method in class io.netty.buffer.ReadOnlyByteBuf
 
_setInt(int, int) - Method in class io.netty.buffer.SlicedByteBuf
 
_setInt(int, int) - Method in class io.netty.buffer.UnpooledDirectByteBuf
 
_setInt(int, int) - Method in class io.netty.buffer.UnpooledHeapByteBuf
 
_setInt(int, int) - Method in class io.netty.buffer.UnpooledUnsafeDirectByteBuf
 
_setLong(int, long) - Method in class io.netty.buffer.AbstractByteBuf
 
_setLong(int, long) - Method in class io.netty.buffer.CompositeByteBuf
 
_setLong(int, long) - Method in class io.netty.buffer.DuplicatedByteBuf
 
_setLong(int, long) - Method in class io.netty.buffer.ReadOnlyByteBuf
 
_setLong(int, long) - Method in class io.netty.buffer.SlicedByteBuf
 
_setLong(int, long) - Method in class io.netty.buffer.UnpooledDirectByteBuf
 
_setLong(int, long) - Method in class io.netty.buffer.UnpooledHeapByteBuf
 
_setLong(int, long) - Method in class io.netty.buffer.UnpooledUnsafeDirectByteBuf
 
_setMedium(int, int) - Method in class io.netty.buffer.AbstractByteBuf
 
_setMedium(int, int) - Method in class io.netty.buffer.CompositeByteBuf
 
_setMedium(int, int) - Method in class io.netty.buffer.DuplicatedByteBuf
 
_setMedium(int, int) - Method in class io.netty.buffer.ReadOnlyByteBuf
 
_setMedium(int, int) - Method in class io.netty.buffer.SlicedByteBuf
 
_setMedium(int, int) - Method in class io.netty.buffer.UnpooledDirectByteBuf
 
_setMedium(int, int) - Method in class io.netty.buffer.UnpooledHeapByteBuf
 
_setMedium(int, int) - Method in class io.netty.buffer.UnpooledUnsafeDirectByteBuf
 
_setShort(int, int) - Method in class io.netty.buffer.AbstractByteBuf
 
_setShort(int, int) - Method in class io.netty.buffer.CompositeByteBuf
 
_setShort(int, int) - Method in class io.netty.buffer.DuplicatedByteBuf
 
_setShort(int, int) - Method in class io.netty.buffer.ReadOnlyByteBuf
 
_setShort(int, int) - Method in class io.netty.buffer.SlicedByteBuf
 
_setShort(int, int) - Method in class io.netty.buffer.UnpooledDirectByteBuf
 
_setShort(int, int) - Method in class io.netty.buffer.UnpooledHeapByteBuf
 
_setShort(int, int) - Method in class io.netty.buffer.UnpooledUnsafeDirectByteBuf
 
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _ 

Copyright © 2008–2015 The Netty Project. All rights reserved.