- A - Static variable in class io.netty.handler.codec.dns.DnsRecordType
-
Address record RFC 1035 Returns a 32-bit IPv4 address, most commonly used
to map hostnames to an IP address of the host, but also used for DNSBLs,
storing subnet masks in RFC 1101, etc.
- AAAA - Static variable in class io.netty.handler.codec.dns.DnsRecordType
-
IPv6 address record RFC 3596 Returns a 128-bit IPv6 address, most
commonly used to map hostnames to an IP address of the host.
- ABNORMAL_CLOSURE - Static variable in class io.netty.handler.codec.http.websocketx.WebSocketCloseStatus
-
- absoluteUpgradeUrl() - Method in class io.netty.handler.codec.http.websocketx.WebSocketClientProtocolConfig
-
- absoluteUpgradeUrl(boolean) - Method in class io.netty.handler.codec.http.websocketx.WebSocketClientProtocolConfig.Builder
-
Use an absolute url for the Upgrade request, typically when connecting through an HTTP proxy over clear HTTP
- AbstractAddressResolver<T extends SocketAddress> - Class in io.netty.resolver
-
- AbstractAddressResolver(EventExecutor) - Constructor for class io.netty.resolver.AbstractAddressResolver
-
- AbstractAddressResolver(EventExecutor, Class<? extends T>) - Constructor for class io.netty.resolver.AbstractAddressResolver
-
- AbstractBinaryMemcacheDecoder<M extends BinaryMemcacheMessage> - Class in io.netty.handler.codec.memcache.binary
-
- AbstractBinaryMemcacheDecoder() - Constructor for class io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheDecoder
-
- AbstractBinaryMemcacheDecoder(int) - Constructor for class io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheDecoder
-
- AbstractBinaryMemcacheEncoder<M extends BinaryMemcacheMessage> - Class in io.netty.handler.codec.memcache.binary
-
- AbstractBinaryMemcacheEncoder() - Constructor for class io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheEncoder
-
- AbstractBinaryMemcacheMessage - Class in io.netty.handler.codec.memcache.binary
-
- AbstractBinaryMemcacheMessage(ByteBuf, ByteBuf) - Constructor for class io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage
-
Create a new instance with all properties set.
- AbstractBootstrap<B extends AbstractBootstrap<B,C>,C extends Channel> - Class in io.netty.bootstrap
-
- AbstractBootstrapConfig<B extends AbstractBootstrap<B,C>,C extends Channel> - Class in io.netty.bootstrap
-
- AbstractBootstrapConfig(B) - Constructor for class io.netty.bootstrap.AbstractBootstrapConfig
-
- AbstractByteBuf - Class in io.netty.buffer
-
A skeletal implementation of a buffer.
- AbstractByteBuf(int) - Constructor for class io.netty.buffer.AbstractByteBuf
-
- AbstractByteBufAllocator - Class in io.netty.buffer
-
- 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
-
- 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.
- AbstractChannelPoolHandler - Class in io.netty.channel.pool
-
- AbstractChannelPoolHandler() - Constructor for class io.netty.channel.pool.AbstractChannelPoolHandler
-
- AbstractChannelPoolMap<K,P extends ChannelPool> - Class in io.netty.channel.pool
-
- AbstractChannelPoolMap() - Constructor for class io.netty.channel.pool.AbstractChannelPoolMap
-
- AbstractCoalescingBufferQueue - Class in io.netty.channel
-
- AbstractCoalescingBufferQueue(Channel, int) - Constructor for class io.netty.channel.AbstractCoalescingBufferQueue
-
Create a new instance.
- AbstractConstant<T extends AbstractConstant<T>> - Class in io.netty.util
-
- AbstractConstant(int, String) - Constructor for class io.netty.util.AbstractConstant
-
Creates a new instance.
- AbstractDerivedByteBuf - Class in io.netty.buffer
-
- AbstractDerivedByteBuf(int) - Constructor for class io.netty.buffer.AbstractDerivedByteBuf
-
Deprecated.
- AbstractDiskHttpData - Class in io.netty.handler.codec.http.multipart
-
Abstract Disk HttpData implementation
- AbstractDiskHttpData(String, Charset, long) - Constructor for class io.netty.handler.codec.http.multipart.AbstractDiskHttpData
-
- AbstractDnsMessage - Class in io.netty.handler.codec.dns
-
- AbstractDnsMessage(int) - Constructor for class io.netty.handler.codec.dns.AbstractDnsMessage
-
- AbstractDnsMessage(int, DnsOpCode) - Constructor for class io.netty.handler.codec.dns.AbstractDnsMessage
-
Creates a new instance with the specified id
and opCode
.
- AbstractDnsOptPseudoRrRecord - Class in io.netty.handler.codec.dns
-
- AbstractDnsOptPseudoRrRecord(int, int, int) - Constructor for class io.netty.handler.codec.dns.AbstractDnsOptPseudoRrRecord
-
- AbstractDnsOptPseudoRrRecord(int) - Constructor for class io.netty.handler.codec.dns.AbstractDnsOptPseudoRrRecord
-
- AbstractDnsRecord - Class in io.netty.handler.codec.dns
-
- AbstractDnsRecord(String, DnsRecordType, long) - Constructor for class io.netty.handler.codec.dns.AbstractDnsRecord
-
- AbstractDnsRecord(String, DnsRecordType, int, long) - Constructor for class io.netty.handler.codec.dns.AbstractDnsRecord
-
Creates a new record.
- AbstractEpollServerChannel - Class in io.netty.channel.epoll
-
- AbstractEpollServerChannel(int) - Constructor for class io.netty.channel.epoll.AbstractEpollServerChannel
-
- AbstractEpollServerChannel(LinuxSocket) - Constructor for class io.netty.channel.epoll.AbstractEpollServerChannel
-
- AbstractEpollServerChannel(LinuxSocket, boolean) - Constructor for class io.netty.channel.epoll.AbstractEpollServerChannel
-
- AbstractEpollStreamChannel - Class in io.netty.channel.epoll
-
- AbstractEpollStreamChannel(Channel, int) - Constructor for class io.netty.channel.epoll.AbstractEpollStreamChannel
-
- AbstractEpollStreamChannel(int) - Constructor for class io.netty.channel.epoll.AbstractEpollStreamChannel
-
- AbstractEpollStreamChannel(Channel, LinuxSocket, SocketAddress) - Constructor for class io.netty.channel.epoll.AbstractEpollStreamChannel
-
- AbstractEpollStreamChannel(LinuxSocket, boolean) - Constructor for class io.netty.channel.epoll.AbstractEpollStreamChannel
-
- AbstractEpollStreamChannel.SpliceInTask - Class in io.netty.channel.epoll
-
- AbstractEventExecutor - Class in io.netty.util.concurrent
-
- AbstractEventExecutor() - Constructor for class io.netty.util.concurrent.AbstractEventExecutor
-
- AbstractEventExecutor(EventExecutorGroup) - Constructor for class io.netty.util.concurrent.AbstractEventExecutor
-
- AbstractEventExecutor.LazyRunnable - Interface in io.netty.util.concurrent
-
- AbstractEventExecutorGroup - Class in io.netty.util.concurrent
-
- AbstractEventExecutorGroup() - Constructor for class io.netty.util.concurrent.AbstractEventExecutorGroup
-
- AbstractEventLoop - Class in io.netty.channel
-
- AbstractEventLoop() - Constructor for class io.netty.channel.AbstractEventLoop
-
- AbstractEventLoop(EventLoopGroup) - Constructor for class io.netty.channel.AbstractEventLoop
-
- AbstractEventLoopGroup - Class in io.netty.channel
-
- AbstractEventLoopGroup() - Constructor for class io.netty.channel.AbstractEventLoopGroup
-
- AbstractFuture<V> - Class in io.netty.util.concurrent
-
Abstract
Future
implementation which does not allow for cancellation.
- AbstractFuture() - Constructor for class io.netty.util.concurrent.AbstractFuture
-
- AbstractHttp2ConnectionHandlerBuilder<T extends Http2ConnectionHandler,B extends AbstractHttp2ConnectionHandlerBuilder<T,B>> - Class in io.netty.handler.codec.http2
-
- AbstractHttp2ConnectionHandlerBuilder() - Constructor for class io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
-
- AbstractHttp2StreamFrame - Class in io.netty.handler.codec.http2
-
- AbstractHttp2StreamFrame() - Constructor for class io.netty.handler.codec.http2.AbstractHttp2StreamFrame
-
- AbstractHttpData - Class in io.netty.handler.codec.http.multipart
-
Abstract HttpData implementation
- AbstractHttpData(String, Charset, long) - Constructor for class io.netty.handler.codec.http.multipart.AbstractHttpData
-
- AbstractInboundHttp2ToHttpAdapterBuilder<T extends InboundHttp2ToHttpAdapter,B extends AbstractInboundHttp2ToHttpAdapterBuilder<T,B>> - Class in io.netty.handler.codec.http2
-
- AbstractInboundHttp2ToHttpAdapterBuilder(Http2Connection) - Constructor for class io.netty.handler.codec.http2.AbstractInboundHttp2ToHttpAdapterBuilder
-
- AbstractInternalLogger - Class in io.netty.util.internal.logging
-
- AbstractInternalLogger(String) - Constructor for class io.netty.util.internal.logging.AbstractInternalLogger
-
Creates a new instance.
- AbstractKQueueServerChannel - Class in io.netty.channel.kqueue
-
- AbstractKQueueStreamChannel - Class in io.netty.channel.kqueue
-
- AbstractMemcacheObject - Class in io.netty.handler.codec.memcache
-
- AbstractMemcacheObject() - Constructor for class io.netty.handler.codec.memcache.AbstractMemcacheObject
-
- AbstractMemcacheObjectAggregator<H extends MemcacheMessage> - Class in io.netty.handler.codec.memcache
-
- 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
-
- AbstractMemcacheObjectEncoder() - Constructor for class io.netty.handler.codec.memcache.AbstractMemcacheObjectEncoder
-
- AbstractMemoryHttpData - Class in io.netty.handler.codec.http.multipart
-
Abstract Memory HttpData implementation
- AbstractMemoryHttpData(String, Charset, long) - Constructor for class io.netty.handler.codec.http.multipart.AbstractMemoryHttpData
-
- AbstractMultiSearchProcessorFactory - Class in io.netty.buffer.search
-
- AbstractMultiSearchProcessorFactory() - Constructor for class io.netty.buffer.search.AbstractMultiSearchProcessorFactory
-
- AbstractNioByteChannel - Class in io.netty.channel.nio
-
- AbstractNioByteChannel(Channel, SelectableChannel) - Constructor for class io.netty.channel.nio.AbstractNioByteChannel
-
Create a new instance
- AbstractNioByteChannel.NioByteUnsafe - Class in io.netty.channel.nio
-
- AbstractNioChannel - Class in io.netty.channel.nio
-
Abstract base class for
Channel
implementations which use a Selector based approach.
- AbstractNioChannel(Channel, SelectableChannel, int) - Constructor for class io.netty.channel.nio.AbstractNioChannel
-
Create a new instance
- AbstractNioChannel.AbstractNioUnsafe - Class in io.netty.channel.nio
-
- AbstractNioChannel.NioUnsafe - Interface in io.netty.channel.nio
-
- AbstractNioMessageChannel - Class in io.netty.channel.nio
-
- AbstractNioMessageChannel(Channel, SelectableChannel, int) - Constructor for class io.netty.channel.nio.AbstractNioMessageChannel
-
- AbstractNioUnsafe() - Constructor for class io.netty.channel.nio.AbstractNioChannel.AbstractNioUnsafe
-
- AbstractOioByteChannel - Class in io.netty.channel.oio
-
- AbstractOioByteChannel(Channel) - Constructor for class io.netty.channel.oio.AbstractOioByteChannel
-
Deprecated.
- AbstractOioChannel - Class in io.netty.channel.oio
-
- AbstractOioChannel(Channel) - Constructor for class io.netty.channel.oio.AbstractOioChannel
-
Deprecated.
- AbstractOioMessageChannel - Class in io.netty.channel.oio
-
- AbstractOioMessageChannel(Channel) - Constructor for class io.netty.channel.oio.AbstractOioMessageChannel
-
Deprecated.
- AbstractReferenceCounted - Class in io.netty.util
-
- 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
Channel
s
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
EventExecutor
s that want to support scheduling.
- AbstractScheduledEventExecutor() - Constructor for class io.netty.util.concurrent.AbstractScheduledEventExecutor
-
- AbstractScheduledEventExecutor(EventExecutorGroup) - Constructor for class io.netty.util.concurrent.AbstractScheduledEventExecutor
-
- AbstractSearchProcessorFactory - Class in io.netty.buffer.search
-
- AbstractSearchProcessorFactory() - Constructor for class io.netty.buffer.search.AbstractSearchProcessorFactory
-
- AbstractServerChannel - Class in io.netty.channel
-
A skeletal server-side
Channel
implementation.
- AbstractServerChannel() - Constructor for class io.netty.channel.AbstractServerChannel
-
Creates a new instance.
- AbstractSniHandler<T> - Class in io.netty.handler.ssl
-
- AbstractSniHandler(long) - Constructor for class io.netty.handler.ssl.AbstractSniHandler
-
- AbstractSniHandler(int, long) - Constructor for class io.netty.handler.ssl.AbstractSniHandler
-
- AbstractSniHandler() - Constructor for class io.netty.handler.ssl.AbstractSniHandler
-
- AbstractSocks4Message - Class in io.netty.handler.codec.socksx.v4
-
- AbstractSocks4Message() - Constructor for class io.netty.handler.codec.socksx.v4.AbstractSocks4Message
-
- AbstractSocks5Message - Class in io.netty.handler.codec.socksx.v5
-
- AbstractSocks5Message() - Constructor for class io.netty.handler.codec.socksx.v5.AbstractSocks5Message
-
- AbstractSocksMessage - Class in io.netty.handler.codec.socksx
-
- AbstractSocksMessage() - Constructor for class io.netty.handler.codec.socksx.AbstractSocksMessage
-
- AbstractStringRedisMessage - Class in io.netty.handler.codec.redis
-
Abstract class for Simple Strings or Errors.
- AbstractTrafficShapingHandler - Class in io.netty.handler.traffic
-
- AbstractTrafficShapingHandler(long, long, long, long) - Constructor for class io.netty.handler.traffic.AbstractTrafficShapingHandler
-
- AbstractTrafficShapingHandler(long, long, long) - Constructor for class io.netty.handler.traffic.AbstractTrafficShapingHandler
-
Constructor using default max time as delay allowed value of
15000L ms.
- AbstractTrafficShapingHandler(long, long) - Constructor for class io.netty.handler.traffic.AbstractTrafficShapingHandler
-
Constructor using default Check Interval value of
1000L ms and
default max time as delay allowed value of
15000L ms.
- AbstractTrafficShapingHandler() - Constructor for class io.netty.handler.traffic.AbstractTrafficShapingHandler
-
Constructor using NO LIMIT, default Check Interval value of
1000L ms and
default max time as delay allowed value of
15000L ms.
- AbstractTrafficShapingHandler(long) - Constructor for class io.netty.handler.traffic.AbstractTrafficShapingHandler
-
Constructor using NO LIMIT and
default max time as delay allowed value of
15000L ms.
- AbstractUnsafe() - Constructor for class io.netty.channel.AbstractChannel.AbstractUnsafe
-
- accelerationFactor() - Method in class io.netty.handler.traffic.GlobalChannelTrafficShapingHandler
-
- accept(byte[]) - Method in class io.netty.channel.unix.Socket
-
- ACCEPT - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
-
"accept"
- ACCEPT - Static variable in class io.netty.handler.codec.http.HttpHeaders.Names
-
Deprecated.
"Accept"
- ACCEPT - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderNames
-
"accept"
- ACCEPT - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Names
-
Deprecated.
"Accept"
- accept(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.IpSubnetFilter
-
- 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(SecretKey, SSLSession) - Method in class io.netty.handler.ssl.SslMasterKeyHandler
-
Consume the master key for the session and the sessionId
- accept(ServerSocketChannel) - Static method in class io.netty.util.internal.SocketUtils
-
- ACCEPT_CHARSET - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
-
"accept-charset"
- ACCEPT_CHARSET - Static variable in class io.netty.handler.codec.http.HttpHeaders.Names
-
Deprecated.
"Accept-Charset"
- ACCEPT_ENCODING - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
-
"accept-encoding"
- ACCEPT_ENCODING - Static variable in class io.netty.handler.codec.http.HttpHeaders.Names
-
Deprecated.
"Accept-Encoding"
- ACCEPT_ENCODING - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderNames
-
"accept-encoding"
- ACCEPT_ENCODING - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Names
-
Deprecated.
"Accept-Encoding"
- ACCEPT_LANGUAGE - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
-
"accept-language"
- ACCEPT_LANGUAGE - Static variable in class io.netty.handler.codec.http.HttpHeaders.Names
-
Deprecated.
"Accept-Language"
- ACCEPT_LANGUAGE - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderNames
-
"accept-language"
- ACCEPT_LANGUAGE - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Names
-
Deprecated.
"Accept-Language"
- ACCEPT_PATCH - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
-
"accept-patch"
- ACCEPT_PATCH - Static variable in class io.netty.handler.codec.http.HttpHeaders.Names
-
Deprecated.
"Accept-Patch"
- ACCEPT_RANGES - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
-
"accept-ranges"
- ACCEPT_RANGES - Static variable in class io.netty.handler.codec.http.HttpHeaders.Names
-
Deprecated.
"Accept-Ranges"
- ACCEPT_VERSION - Static variable in interface io.netty.handler.codec.stomp.StompHeaders
-
- ACCEPTED - Static variable in class io.netty.handler.codec.http.HttpResponseStatus
-
202 Accepted
- acceptEvent(Object) - Method in class io.netty.channel.SimpleUserEventChannelHandler
-
Returns true
if the given user event should be handled.
- AcceptFilter - Class in io.netty.channel.kqueue
-
- AcceptFilter(String, String) - Constructor for class io.netty.channel.kqueue.AcceptFilter
-
- acceptGood() - Method in class io.netty.handler.ssl.OpenSslSessionStats
-
Returns the number of successfully established SSL/TLS sessions in server mode.
- acceptInboundMessage(Object) - Method in class io.netty.channel.SimpleChannelInboundHandler
-
Returns true
if the given message should be handled.
- acceptInboundMessage(Object) - Method in class io.netty.handler.codec.DatagramPacketDecoder
-
- acceptInboundMessage(Object) - Method in class io.netty.handler.codec.http2.Http2StreamFrameToHttpObjectCodec
-
- acceptInboundMessage(Object) - Method in class io.netty.handler.codec.MessageAggregator
-
- acceptInboundMessage(Object) - Method in class io.netty.handler.codec.MessageToMessageCodec
-
Returns true
if and only if the specified message can be decoded by this codec.
- acceptInboundMessage(Object) - Method in class io.netty.handler.codec.MessageToMessageDecoder
-
Returns true
if the given message should be handled.
- acceptInboundMessage(Object) - Method in class io.netty.handler.codec.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
-
- acceptMessage(HttpRequest) - Method in class io.netty.handler.codec.http.HttpServerExpectContinueHandler
-
- 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.DatagramPacketEncoder
-
- acceptOutboundMessage(Object) - Method in class io.netty.handler.codec.http.HttpContentEncoder
-
- acceptOutboundMessage(Object) - Method in class io.netty.handler.codec.http.HttpObjectEncoder
-
- acceptOutboundMessage(Object) - Method in class io.netty.handler.codec.http.HttpRequestEncoder
-
- acceptOutboundMessage(Object) - Method in class io.netty.handler.codec.http.HttpResponseEncoder
-
- acceptOutboundMessage(Object) - Method in class io.netty.handler.codec.memcache.AbstractMemcacheObjectEncoder
-
- acceptOutboundMessage(Object) - Method in class io.netty.handler.codec.MessageToByteEncoder
-
Returns true
if the given message should be handled.
- acceptOutboundMessage(Object) - Method in class io.netty.handler.codec.MessageToMessageCodec
-
Returns true
if and only if the specified message can be encoded by this codec.
- acceptOutboundMessage(Object) - Method in class io.netty.handler.codec.MessageToMessageEncoder
-
Returns true
if the given message should be handled.
- acceptOutboundMessage(Object) - Method in class io.netty.handler.codec.rtsp.RtspEncoder
-
- acceptOutboundMessage(Object) - Method in class io.netty.handler.codec.rtsp.RtspObjectEncoder
-
Deprecated.
- acceptOutboundMessage(Object) - Method in class io.netty.handler.codec.smtp.SmtpRequestEncoder
-
- acceptRenegotiate() - Method in class io.netty.handler.ssl.OpenSslSessionStats
-
Returns the number of start renegotiations in server mode.
- ACCESS_CONTROL_ALLOW_CREDENTIALS - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
-
"access-control-allow-credentials"
- ACCESS_CONTROL_ALLOW_CREDENTIALS - Static variable in class io.netty.handler.codec.http.HttpHeaders.Names
-
Deprecated.
"Access-Control-Allow-Credentials"
- ACCESS_CONTROL_ALLOW_HEADERS - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
-
"access-control-allow-headers"
- ACCESS_CONTROL_ALLOW_HEADERS - Static variable in class io.netty.handler.codec.http.HttpHeaders.Names
-
Deprecated.
"Access-Control-Allow-Headers"
- ACCESS_CONTROL_ALLOW_METHODS - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
-
"access-control-allow-methods"
- ACCESS_CONTROL_ALLOW_METHODS - Static variable in class io.netty.handler.codec.http.HttpHeaders.Names
-
Deprecated.
"Access-Control-Allow-Methods"
- ACCESS_CONTROL_ALLOW_ORIGIN - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
-
"access-control-allow-origin"
- ACCESS_CONTROL_ALLOW_ORIGIN - Static variable in class io.netty.handler.codec.http.HttpHeaders.Names
-
Deprecated.
"Access-Control-Allow-Origin"
- ACCESS_CONTROL_ALLOW_PRIVATE_NETWORK - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
-
"access-control-allow-origin"
- ACCESS_CONTROL_EXPOSE_HEADERS - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
-
"access-control-expose-headers"
- ACCESS_CONTROL_EXPOSE_HEADERS - Static variable in class io.netty.handler.codec.http.HttpHeaders.Names
-
Deprecated.
"Access-Control-Expose-Headers"
- ACCESS_CONTROL_MAX_AGE - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
-
"access-control-max-age"
- ACCESS_CONTROL_MAX_AGE - Static variable in class io.netty.handler.codec.http.HttpHeaders.Names
-
Deprecated.
"Access-Control-Max-Age"
- ACCESS_CONTROL_REQUEST_HEADERS - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
-
"access-control-request-headers"
- ACCESS_CONTROL_REQUEST_HEADERS - Static variable in class io.netty.handler.codec.http.HttpHeaders.Names
-
Deprecated.
"Access-Control-Request-Headers"
- ACCESS_CONTROL_REQUEST_METHOD - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
-
"access-control-request-method"
- ACCESS_CONTROL_REQUEST_METHOD - Static variable in class io.netty.handler.codec.http.HttpHeaders.Names
-
Deprecated.
"Access-Control-Request-Method"
- ACCESS_CONTROL_REQUEST_PRIVATE_NETWORK - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
-
"access-control-request-private-network"
- ack() - Method in class io.netty.handler.codec.http2.DefaultHttp2PingFrame
-
- ACK - 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
-
- ack() - Method in interface io.netty.handler.codec.http2.Http2PingFrame
-
When true
, indicates that this ping is a ping response.
- ACK - Static variable in interface io.netty.handler.codec.stomp.StompHeaders
-
- acquire() - Method in interface io.netty.channel.pool.ChannelPool
-
- acquire(Promise<Channel>) - Method in interface io.netty.channel.pool.ChannelPool
-
- acquire(Promise<Channel>) - Method in class io.netty.channel.pool.FixedChannelPool
-
- acquire() - Method in class io.netty.channel.pool.SimpleChannelPool
-
- acquire(Promise<Channel>) - Method in class io.netty.channel.pool.SimpleChannelPool
-
- acquiredChannelCount() - Method in class io.netty.channel.pool.FixedChannelPool
-
Returns the number of acquired channels that this pool thinks it has.
- activate(InputStream, OutputStream) - Method in class io.netty.channel.oio.OioByteStreamChannel
-
Deprecated.
Activate this instance.
- ACTIVE - Static variable in interface io.netty.channel.pool.ChannelHealthChecker
-
- actualReadableBytes() - Method in class io.netty.handler.codec.ByteToMessageDecoder
-
Returns the actual number of readable bytes in the internal cumulative
buffer of this decoder.
- actualSubprotocol() - Method in class io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker
-
Returns the subprotocol response sent by the server.
- AdaptiveByteBufAllocator - Class in io.netty.buffer
-
An auto-tuning pooling
ByteBufAllocator
, that follows an anti-generational hypothesis.
- AdaptiveByteBufAllocator() - Constructor for class io.netty.buffer.AdaptiveByteBufAllocator
-
- AdaptiveByteBufAllocator(boolean) - Constructor for class io.netty.buffer.AdaptiveByteBufAllocator
-
- AdaptiveByteBufAllocator(boolean, boolean) - Constructor for class io.netty.buffer.AdaptiveByteBufAllocator
-
- AdaptiveRecvByteBufAllocator - Class in io.netty.channel
-
The
RecvByteBufAllocator
that automatically increases and
decreases the predicted buffer size on feed back.
- AdaptiveRecvByteBufAllocator() - Constructor for class io.netty.channel.AdaptiveRecvByteBufAllocator
-
Creates a new predictor with the default parameters.
- AdaptiveRecvByteBufAllocator(int, int, int) - Constructor for class io.netty.channel.AdaptiveRecvByteBufAllocator
-
Creates a new predictor with the specified parameters.
- add(ByteBuf) - Method in class io.netty.channel.AbstractCoalescingBufferQueue
-
Add a buffer to the end of the queue.
- add(ByteBuf, ChannelPromise) - Method in class io.netty.channel.AbstractCoalescingBufferQueue
-
Add a buffer to the end of the queue and associate a promise with it that should be completed when
all the buffer's bytes have been consumed from the queue and written.
- add(ByteBuf, ChannelFutureListener) - Method in class io.netty.channel.AbstractCoalescingBufferQueue
-
Add a buffer to the end of the queue and associate a listener with it that should be completed when
all the buffers bytes have been consumed from the queue and written.
- add(ChannelPromise, int) - Method in class io.netty.channel.ChannelFlushPromiseNotifier
-
- add(ChannelPromise, long) - Method in class io.netty.channel.ChannelFlushPromiseNotifier
-
- add(Channel) - Method in class io.netty.channel.group.DefaultChannelGroup
-
- add(Object, ChannelPromise) - Method in class io.netty.channel.PendingWriteQueue
-
- add(ByteBuf) - Method in class io.netty.channel.unix.IovArray
-
- add(ByteBuf, int, int) - Method in class io.netty.channel.unix.IovArray
-
- add(K, V) - Method in class io.netty.handler.codec.DefaultHeaders
-
- add(K, Iterable<? extends V>) - Method in class io.netty.handler.codec.DefaultHeaders
-
- add(K, V...) - Method in class io.netty.handler.codec.DefaultHeaders
-
- add(Headers<? extends K, ? extends V, ?>) - Method in class io.netty.handler.codec.DefaultHeaders
-
- add(K, V) - Method in class io.netty.handler.codec.EmptyHeaders
-
- add(K, Iterable<? extends V>) - Method in class io.netty.handler.codec.EmptyHeaders
-
- add(K, V...) - Method in class io.netty.handler.codec.EmptyHeaders
-
- add(Headers<? extends K, ? extends V, ?>) - Method in class io.netty.handler.codec.EmptyHeaders
-
- add(K, V) - Method in interface io.netty.handler.codec.Headers
-
Adds a new header with the specified name
and value
.
- add(K, Iterable<? extends V>) - Method in interface io.netty.handler.codec.Headers
-
Adds new headers with the specified name
and values
.
- add(K, V...) - Method in interface io.netty.handler.codec.Headers
-
Adds new headers with the specified name
and values
.
- add(Headers<? extends K, ? extends V, ?>) - Method in interface io.netty.handler.codec.Headers
-
Adds all header names and values of headers
to this object.
- add(HttpHeaders) - Method in class io.netty.handler.codec.http.DefaultHttpHeaders
-
- add(String, Object) - Method in class io.netty.handler.codec.http.DefaultHttpHeaders
-
- add(CharSequence, Object) - Method in class io.netty.handler.codec.http.DefaultHttpHeaders
-
- add(String, Iterable<?>) - Method in class io.netty.handler.codec.http.DefaultHttpHeaders
-
- add(CharSequence, Iterable<?>) - Method in class io.netty.handler.codec.http.DefaultHttpHeaders
-
- add(String, Object) - Method in class io.netty.handler.codec.http.EmptyHttpHeaders
-
- add(String, Iterable<?>) - Method in class io.netty.handler.codec.http.EmptyHttpHeaders
-
- add(String, Object) - Method in class io.netty.handler.codec.http.HttpHeaders
-
- add(CharSequence, Object) - Method in class io.netty.handler.codec.http.HttpHeaders
-
Adds a new header with the specified name and value.
- add(String, Iterable<?>) - Method in class io.netty.handler.codec.http.HttpHeaders
-
- add(CharSequence, Iterable<?>) - Method in class io.netty.handler.codec.http.HttpHeaders
-
Adds a new header with the specified name and values.
- add(HttpHeaders) - Method in class io.netty.handler.codec.http.HttpHeaders
-
Adds all header entries of the specified headers
.
- add(String, Object) - Method in class io.netty.handler.codec.http.ReadOnlyHttpHeaders
-
- add(String, Iterable<?>) - Method in class io.netty.handler.codec.http.ReadOnlyHttpHeaders
-
- add(Http2Exception.StreamException) - Method in exception io.netty.handler.codec.http2.Http2Exception.CompositeStreamException
-
- add(CharSequence, CharSequence) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
-
- add(CharSequence, Iterable<? extends CharSequence>) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
-
- add(CharSequence, CharSequence...) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
-
- add(Headers<? extends CharSequence, ? extends CharSequence, ?>) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
-
- ADD - Static variable in class io.netty.handler.codec.memcache.binary.BinaryMemcacheOpcodes
-
- add(MqttProperties.MqttProperty) - Method in class io.netty.handler.codec.mqtt.MqttProperties
-
- add(MqttProperties.StringPair) - Method in class io.netty.handler.codec.mqtt.MqttProperties.UserProperties
-
- add(String, String) - Method in class io.netty.handler.codec.mqtt.MqttProperties.UserProperties
-
- add(Promise<V>...) - Method in class io.netty.util.concurrent.PromiseAggregator
-
Deprecated.
Add the given
Promise
s to the aggregator.
- add(Promise) - Method in class io.netty.util.concurrent.PromiseCombiner
-
- add(Future) - Method in class io.netty.util.concurrent.PromiseCombiner
-
Adds a new future to be combined.
- add(String, V) - Method in class io.netty.util.DomainMappingBuilder
-
Deprecated.
Adds a mapping that maps the specified (optionally wildcard) host name to the specified output value.
- add(String, V) - Method in class io.netty.util.DomainNameMapping
-
- add(String, V) - Method in class io.netty.util.DomainNameMappingBuilder
-
Deprecated.
Adds a mapping that maps the specified (optionally wildcard) host name to the specified output value.
- add(String, V) - Method in class io.netty.util.DomainWildcardMappingBuilder
-
Adds a mapping that maps the specified (optionally wildcard) host name to the specified output value.
- add(E) - Method in class io.netty.util.internal.ConcurrentSet
-
Deprecated.
- add(T) - Method in class io.netty.util.internal.EmptyPriorityQueue
-
- add(long) - Method in interface io.netty.util.internal.LongCounter
-
- add(Object) - Method in class io.netty.util.internal.RecyclableArrayList
-
- add(int, Object) - Method in class io.netty.util.internal.RecyclableArrayList
-
- addAfter(String, String, ChannelHandler) - Method in interface io.netty.channel.ChannelPipeline
-
- addAfter(EventExecutorGroup, String, String, ChannelHandler) - Method in interface io.netty.channel.ChannelPipeline
-
- addAfter(String, String, ChannelHandler) - Method in class io.netty.channel.DefaultChannelPipeline
-
- addAfter(EventExecutorGroup, String, String, ChannelHandler) - Method in class io.netty.channel.DefaultChannelPipeline
-
- addAlgorithm(OpenSslCertificateCompressionAlgorithm, OpenSslCertificateCompressionConfig.AlgorithmMode) - Method in class io.netty.handler.ssl.OpenSslCertificateCompressionConfig.Builder
-
Adds a certificate compression algorithm.
- addAll(Promise...) - Method in class io.netty.util.concurrent.PromiseCombiner
-
- addAll(Future...) - Method in class io.netty.util.concurrent.PromiseCombiner
-
Adds new futures to be combined.
- addAll(Collection<? extends T>) - Method in class io.netty.util.internal.EmptyPriorityQueue
-
- addAll(Collection<?>) - Method in class io.netty.util.internal.RecyclableArrayList
-
- addAll(int, Collection<?>) - Method in class io.netty.util.internal.RecyclableArrayList
-
- addBefore(String, String, ChannelHandler) - Method in interface io.netty.channel.ChannelPipeline
-
- addBefore(EventExecutorGroup, String, String, ChannelHandler) - Method in interface io.netty.channel.ChannelPipeline
-
- addBefore(String, String, ChannelHandler) - Method in class io.netty.channel.DefaultChannelPipeline
-
- addBefore(EventExecutorGroup, String, String, ChannelHandler) - Method in class io.netty.channel.DefaultChannelPipeline
-
- addBodyAttribute(String, String) - Method in class io.netty.handler.codec.http.multipart.HttpPostRequestEncoder
-
Add a simple attribute in the body as Name=Value
- addBodyFileUpload(String, File, String, boolean) - Method in class io.netty.handler.codec.http.multipart.HttpPostRequestEncoder
-
Add a file as a FileUpload
- addBodyFileUpload(String, String, File, String, boolean) - Method in class io.netty.handler.codec.http.multipart.HttpPostRequestEncoder
-
Add a file as a FileUpload
- addBodyFileUploads(String, File[], String[], boolean[]) - Method in class io.netty.handler.codec.http.multipart.HttpPostRequestEncoder
-
Add a series of Files associated with one File parameter
- addBodyHttpData(InterfaceHttpData) - Method in class io.netty.handler.codec.http.multipart.HttpPostRequestEncoder
-
Add the InterfaceHttpData to the Body list
- addBoolean(K, boolean) - Method in class io.netty.handler.codec.DefaultHeaders
-
- addBoolean(K, boolean) - Method in class io.netty.handler.codec.EmptyHeaders
-
- addBoolean(K, boolean) - Method in interface io.netty.handler.codec.Headers
-
Adds a new header.
- addBoolean(CharSequence, boolean) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
-
- addByte(K, byte) - Method in class io.netty.handler.codec.DefaultHeaders
-
- addByte(K, byte) - Method in class io.netty.handler.codec.EmptyHeaders
-
- addByte(K, byte) - Method in interface io.netty.handler.codec.Headers
-
Adds a new header.
- addByte(CharSequence, byte) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
-
- addChar(K, char) - Method in class io.netty.handler.codec.DefaultHeaders
-
- addChar(K, char) - Method in class io.netty.handler.codec.EmptyHeaders
-
- addChar(K, char) - Method in interface io.netty.handler.codec.Headers
-
Adds a new header.
- addChar(CharSequence, char) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
-
- 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
-
- addComponent(int, ByteBuf) - Method in class io.netty.buffer.CompositeByteBuf
-
Add the given
ByteBuf
on the specific index.
- addComponent(boolean, ByteBuf) - Method in class io.netty.buffer.CompositeByteBuf
-
Add the given
ByteBuf
and increase the
writerIndex
if
increaseWriterIndex
is
true
.
- addComponent(boolean, int, ByteBuf) - Method in class io.netty.buffer.CompositeByteBuf
-
Add the given
ByteBuf
on the specific index and increase the
writerIndex
if
increaseWriterIndex
is
true
.
- addComponents(ByteBuf...) - Method in class io.netty.buffer.CompositeByteBuf
-
- addComponents(Iterable<ByteBuf>) - Method in class io.netty.buffer.CompositeByteBuf
-
- addComponents(boolean, ByteBuf...) - Method in class io.netty.buffer.CompositeByteBuf
-
Add the given
ByteBuf
s and increase the
writerIndex
if
increaseWriterIndex
is
true
.
- addComponents(boolean, Iterable<ByteBuf>) - Method in class io.netty.buffer.CompositeByteBuf
-
Add the given
ByteBuf
s and increase the
writerIndex
if
increaseWriterIndex
is
true
.
- addComponents(int, ByteBuf...) - Method in class io.netty.buffer.CompositeByteBuf
-
Add the given
ByteBuf
s 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
ByteBuf
s 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
-
- addContent(ByteBuf, boolean) - Method in class io.netty.handler.codec.http.multipart.MemoryAttribute
-
- addDateHeader(HttpMessage, String, Date) - Static method in class io.netty.handler.codec.http.HttpHeaders
-
- addDateHeader(HttpMessage, CharSequence, Date) - Static method in class io.netty.handler.codec.http.HttpHeaders
-
- addDouble(K, double) - Method in class io.netty.handler.codec.DefaultHeaders
-
- addDouble(K, double) - Method in class io.netty.handler.codec.EmptyHeaders
-
- addDouble(K, double) - Method in interface io.netty.handler.codec.Headers
-
Adds a new header.
- addDouble(CharSequence, double) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
-
- addExclusions(Class, String...) - Static method in class io.netty.util.ResourceLeakDetector
-
- addFirst(ByteBuf, ChannelPromise) - Method in class io.netty.channel.AbstractCoalescingBufferQueue
-
Add a buffer to the front of the queue and associate a promise with it that should be completed when
all the buffer's bytes have been consumed from the queue and written.
- addFirst(String, ChannelHandler) - Method in interface io.netty.channel.ChannelPipeline
-
- addFirst(EventExecutorGroup, String, ChannelHandler) - Method in interface io.netty.channel.ChannelPipeline
-
- addFirst(ChannelHandler...) - Method in interface io.netty.channel.ChannelPipeline
-
- addFirst(EventExecutorGroup, ChannelHandler...) - Method in interface io.netty.channel.ChannelPipeline
-
- addFirst(String, ChannelHandler) - Method in class io.netty.channel.DefaultChannelPipeline
-
- addFirst(EventExecutorGroup, String, ChannelHandler) - Method in class io.netty.channel.DefaultChannelPipeline
-
- addFirst(ChannelHandler) - Method in class io.netty.channel.DefaultChannelPipeline
-
- addFirst(ChannelHandler...) - Method in class io.netty.channel.DefaultChannelPipeline
-
- addFirst(EventExecutorGroup, ChannelHandler...) - Method in class io.netty.channel.DefaultChannelPipeline
-
- addFlattenedComponents(boolean, ByteBuf) - Method in class io.netty.buffer.CompositeByteBuf
-
Add the given
ByteBuf
and increase the
writerIndex
if
increaseWriterIndex
is
true
.
- addFloat(K, float) - Method in class io.netty.handler.codec.DefaultHeaders
-
- addFloat(K, float) - Method in class io.netty.handler.codec.EmptyHeaders
-
- addFloat(K, float) - Method in interface io.netty.handler.codec.Headers
-
Adds a new header.
- addFloat(CharSequence, float) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
-
- addFlowControlled(Http2Stream, Http2RemoteFlowController.FlowControlled) - Method in class io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController
-
- addFlowControlled(Http2Stream, Http2RemoteFlowController.FlowControlled) - Method in interface io.netty.handler.codec.http2.Http2RemoteFlowController
-
Queues a payload for transmission to the remote endpoint.
- addFlush() - Method in class io.netty.channel.ChannelOutboundBuffer
-
- addGrantedQos(MqttQoS) - Method in class io.netty.handler.codec.mqtt.MqttMessageBuilders.SubAckBuilder
-
- addGrantedQoses(MqttQoS...) - Method in class io.netty.handler.codec.mqtt.MqttMessageBuilders.SubAckBuilder
-
- addHeader(HttpMessage, String, Object) - Static method in class io.netty.handler.codec.http.HttpHeaders
-
- addHeader(HttpMessage, CharSequence, Object) - Static method in class io.netty.handler.codec.http.HttpHeaders
-
- addHttp2ToHttpHeaders(int, Http2Headers, FullHttpMessage, boolean) - Static method in class io.netty.handler.codec.http2.HttpConversionUtil
-
Translate and add HTTP/2 headers to HTTP/1.x headers.
- addHttp2ToHttpHeaders(int, Http2Headers, HttpHeaders, HttpVersion, boolean, boolean) - Static method in class io.netty.handler.codec.http2.HttpConversionUtil
-
Translate and add HTTP/2 headers to HTTP/1.x headers.
- addHttpData(InterfaceHttpData) - Method in class io.netty.handler.codec.http.multipart.HttpPostMultipartRequestDecoder
-
Utility function to add a new decoded data
- addHttpData(InterfaceHttpData) - Method in class io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder
-
Utility function to add a new decoded data
- addImpl(Headers<? extends K, ? extends V, ?>) - Method in class io.netty.handler.codec.DefaultHeaders
-
- addInt(K, int) - Method in class io.netty.handler.codec.DefaultHeaders
-
- addInt(K, int) - Method in class io.netty.handler.codec.EmptyHeaders
-
- addInt(K, int) - Method in interface io.netty.handler.codec.Headers
-
Adds a new header.
- addInt(CharSequence, int) - Method in class io.netty.handler.codec.http.DefaultHttpHeaders
-
- addInt(CharSequence, int) - Method in class io.netty.handler.codec.http.EmptyHttpHeaders
-
- addInt(CharSequence, int) - Method in class io.netty.handler.codec.http.HttpHeaders
-
Add the name
to value
.
- addInt(CharSequence, int) - Method in class io.netty.handler.codec.http.ReadOnlyHttpHeaders
-
- addInt(CharSequence, int) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
-
- addIntHeader(HttpMessage, String, int) - Static method in class io.netty.handler.codec.http.HttpHeaders
-
- addIntHeader(HttpMessage, CharSequence, int) - Static method in class io.netty.handler.codec.http.HttpHeaders
-
- addLast(String, ChannelHandler) - Method in interface io.netty.channel.ChannelPipeline
-
- addLast(EventExecutorGroup, String, ChannelHandler) - Method in interface io.netty.channel.ChannelPipeline
-
- addLast(ChannelHandler...) - Method in interface io.netty.channel.ChannelPipeline
-
- addLast(EventExecutorGroup, ChannelHandler...) - Method in interface io.netty.channel.ChannelPipeline
-
- addLast(String, ChannelHandler) - Method in class io.netty.channel.DefaultChannelPipeline
-
- addLast(EventExecutorGroup, String, ChannelHandler) - Method in class io.netty.channel.DefaultChannelPipeline
-
- addLast(ChannelHandler) - Method in class io.netty.channel.DefaultChannelPipeline
-
- addLast(ChannelHandler...) - Method in class io.netty.channel.DefaultChannelPipeline
-
- addLast(EventExecutorGroup, ChannelHandler...) - Method in class io.netty.channel.DefaultChannelPipeline
-
- addListener(GenericFutureListener<? extends Future<? super Void>>) - Method in interface io.netty.channel.ChannelFuture
-
- addListener(GenericFutureListener<? extends Future<? super Void>>) - Method in interface io.netty.channel.ChannelProgressiveFuture
-
- addListener(GenericFutureListener<? extends Future<? super Void>>) - Method in interface io.netty.channel.ChannelProgressivePromise
-
- addListener(GenericFutureListener<? extends Future<? super Void>>) - Method in interface io.netty.channel.ChannelPromise
-
- addListener(GenericFutureListener<? extends Future<? super Void>>) - Method in class io.netty.channel.DefaultChannelProgressivePromise
-
- addListener(GenericFutureListener<? extends Future<? super Void>>) - Method in class io.netty.channel.DefaultChannelPromise
-
- addListener(GenericFutureListener<? extends Future<? super Void>>) - Method in class io.netty.channel.DelegatingChannelPromiseNotifier
-
- addListener(GenericFutureListener<? extends Future<? super Void>>) - Method in interface io.netty.channel.group.ChannelGroupFuture
-
- addListener(GenericFutureListener<? extends Future<? super Void>>) - Method in class io.netty.channel.VoidChannelPromise
-
- addListener(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 class io.netty.channel.DelegatingChannelPromiseNotifier
-
- addListeners(GenericFutureListener<? extends Future<? super Void>>...) - Method in interface io.netty.channel.group.ChannelGroupFuture
-
- addListeners(GenericFutureListener<? extends Future<? super Void>>...) - Method in class io.netty.channel.VoidChannelPromise
-
- addListeners(GenericFutureListener<? extends Future<? super V>>...) - Method in class io.netty.util.concurrent.CompleteFuture
-
- addListeners(GenericFutureListener<? extends Future<? super V>>...) - Method in class io.netty.util.concurrent.DefaultProgressivePromise
-
- addListeners(GenericFutureListener<? extends Future<? super V>>...) - Method in class io.netty.util.concurrent.DefaultPromise
-
- addListeners(GenericFutureListener<? extends Future<? super V>>...) - Method in interface io.netty.util.concurrent.Future
-
Adds the specified listeners to this future.
- addListeners(GenericFutureListener<? extends Future<? super V>>...) - Method in interface io.netty.util.concurrent.ProgressiveFuture
-
- addListeners(GenericFutureListener<? extends Future<? super V>>...) - Method in interface io.netty.util.concurrent.ProgressivePromise
-
- addListeners(GenericFutureListener<? extends Future<? super V>>...) - Method in interface io.netty.util.concurrent.Promise
-
- addLong(K, long) - Method in class io.netty.handler.codec.DefaultHeaders
-
- addLong(K, long) - Method in class io.netty.handler.codec.EmptyHeaders
-
- addLong(K, long) - Method in interface io.netty.handler.codec.Headers
-
Adds a new header.
- addLong(CharSequence, long) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
-
- addMessage(Object, int, ChannelPromise) - Method in class io.netty.channel.ChannelOutboundBuffer
-
- addObject(K, Object) - Method in class io.netty.handler.codec.DefaultHeaders
-
- addObject(K, Iterable<?>) - Method in class io.netty.handler.codec.DefaultHeaders
-
- addObject(K, Object...) - Method in class io.netty.handler.codec.DefaultHeaders
-
- addObject(K, Object) - Method in class io.netty.handler.codec.EmptyHeaders
-
- addObject(K, Iterable<?>) - Method in class io.netty.handler.codec.EmptyHeaders
-
- addObject(K, Object...) - Method in class io.netty.handler.codec.EmptyHeaders
-
- addObject(K, Object) - Method in interface io.netty.handler.codec.Headers
-
Adds a new header.
- addObject(K, Iterable<?>) - Method in interface io.netty.handler.codec.Headers
-
Adds a new header with the specified name and values.
- addObject(K, Object...) - Method in interface io.netty.handler.codec.Headers
-
Adds a new header with the specified name and values.
- addObject(CharSequence, Object) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
-
- addObject(CharSequence, Iterable<?>) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
-
- addObject(CharSequence, Object...) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
-
- addParam(String, String) - Method in class io.netty.handler.codec.http.QueryStringEncoder
-
Adds a parameter with the specified name and value to this encoder.
- ADDQ - Static variable in class io.netty.handler.codec.memcache.binary.BinaryMemcacheOpcodes
-
- addReasonCode(short) - Method in class io.netty.handler.codec.mqtt.MqttMessageBuilders.UnsubAckBuilder
-
- addReasonCodes(Short...) - Method in class io.netty.handler.codec.mqtt.MqttMessageBuilders.UnsubAckBuilder
-
- addRecord(DnsSection, DnsRecord) - Method in class io.netty.handler.codec.dns.AbstractDnsMessage
-
- addRecord(DnsSection, int, DnsRecord) - Method in class io.netty.handler.codec.dns.AbstractDnsMessage
-
- addRecord(DnsSection, DnsRecord) - Method in class io.netty.handler.codec.dns.DatagramDnsQuery
-
- addRecord(DnsSection, int, DnsRecord) - Method in class io.netty.handler.codec.dns.DatagramDnsQuery
-
- addRecord(DnsSection, DnsRecord) - Method in class io.netty.handler.codec.dns.DatagramDnsResponse
-
- addRecord(DnsSection, int, DnsRecord) - Method in class io.netty.handler.codec.dns.DatagramDnsResponse
-
- addRecord(DnsSection, DnsRecord) - Method in class io.netty.handler.codec.dns.DefaultDnsQuery
-
- addRecord(DnsSection, int, DnsRecord) - Method in class io.netty.handler.codec.dns.DefaultDnsQuery
-
- addRecord(DnsSection, DnsRecord) - Method in class io.netty.handler.codec.dns.DefaultDnsResponse
-
- addRecord(DnsSection, int, DnsRecord) - Method in class io.netty.handler.codec.dns.DefaultDnsResponse
-
- addRecord(DnsSection, DnsRecord) - Method in interface io.netty.handler.codec.dns.DnsMessage
-
Adds the specified record
at the end of the specified section
of this DNS message.
- addRecord(DnsSection, int, DnsRecord) - Method in interface io.netty.handler.codec.dns.DnsMessage
-
Adds the specified record
at the specified index
of the specified section
of this DNS message.
- addRecord(DnsSection, DnsRecord) - Method in interface io.netty.handler.codec.dns.DnsQuery
-
- addRecord(DnsSection, int, DnsRecord) - Method in interface io.netty.handler.codec.dns.DnsQuery
-
- addRecord(DnsSection, DnsRecord) - Method in interface io.netty.handler.codec.dns.DnsResponse
-
- addRecord(DnsSection, int, DnsRecord) - Method in interface io.netty.handler.codec.dns.DnsResponse
-
- address() - Method in class io.netty.channel.unix.NativeInetAddress
-
- address(byte[], int, int) - Static method in class io.netty.channel.unix.NativeInetAddress
-
- address() - Method in class io.netty.handler.codec.dns.DefaultDnsOptEcsRecord
-
- address() - Method in interface io.netty.handler.codec.dns.DnsOptEcsRecord
-
- address(String, ResolvedAddressTypes) - Method in class io.netty.resolver.DefaultHostsFileEntriesResolver
-
- address() - Method in interface io.netty.resolver.dns.DnsCacheEntry
-
Get the resolved address.
- address(String, ResolvedAddressTypes) - Method in interface io.netty.resolver.HostsFileEntriesResolver
-
Resolve the address of a hostname against the entries in a hosts file, depending on some address types.
- ADDRESS_UNSUPPORTED - Static variable in class io.netty.handler.codec.socksx.v5.Socks5CommandStatus
-
- addressByName(String) - Static method in class io.netty.util.internal.SocketUtils
-
- AddressedEnvelope<M,A extends 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
-
- addressEncoder() - Method in class io.netty.handler.codec.socksx.v5.Socks5ServerEncoder
-
- addresses(String, ResolvedAddressTypes) - Method in class io.netty.resolver.DefaultHostsFileEntriesResolver
-
Resolves all addresses of a hostname against the entries in a hosts file, depending on the specified
ResolvedAddressTypes
.
- addressesFromNetworkInterface(NetworkInterface) - Static method in class io.netty.util.internal.SocketUtils
-
- addressFamily() - Method in enum io.netty.handler.codec.haproxy.HAProxyProxiedProtocol
-
- addressNumber() - Method in enum io.netty.channel.socket.InternetProtocolFamily
-
- AddressResolver<T extends SocketAddress> - Interface in io.netty.resolver
-
- AddressResolverGroup<T extends SocketAddress> - Class in io.netty.resolver
-
- AddressResolverGroup() - Constructor for class io.netty.resolver.AddressResolverGroup
-
- addressSize() - Static method in class io.netty.channel.unix.Buffer
-
Returns the size of a pointer.
- addressSize() - Static method in class io.netty.util.internal.PlatformDependent
-
Return the address size of the OS.
4 (for 32 bits systems ) and 8 (for 64 bits systems).
- addressType() - Method in enum io.netty.channel.socket.InternetProtocolFamily
-
Returns the address type of this protocol family.
- addressType() - Method in class io.netty.handler.codec.socks.SocksCmdRequest
-
- addressType() - Method in class io.netty.handler.codec.socks.SocksCmdResponse
-
- addShort(K, short) - Method in class io.netty.handler.codec.DefaultHeaders
-
- addShort(K, short) - Method in class io.netty.handler.codec.EmptyHeaders
-
- addShort(K, short) - Method in interface io.netty.handler.codec.Headers
-
Adds a new header.
- addShort(CharSequence, short) - Method in class io.netty.handler.codec.http.DefaultHttpHeaders
-
- addShort(CharSequence, short) - Method in class io.netty.handler.codec.http.EmptyHttpHeaders
-
- addShort(CharSequence, short) - Method in class io.netty.handler.codec.http.HttpHeaders
-
Add the name
to value
.
- addShort(CharSequence, short) - Method in class io.netty.handler.codec.http.ReadOnlyHttpHeaders
-
- addShort(CharSequence, short) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
-
- addShutdownHook(Runnable) - Method in class io.netty.util.concurrent.SingleThreadEventExecutor
-
Add a
Runnable
which will be executed on shutdown of this instance
- addSubscription(MqttQoS, String) - Method in class io.netty.handler.codec.mqtt.MqttMessageBuilders.SubscribeBuilder
-
- addSubscription(String, MqttSubscriptionOption) - Method in class io.netty.handler.codec.mqtt.MqttMessageBuilders.SubscribeBuilder
-
- addSuppressed(Throwable, Throwable) - Static method in class io.netty.util.internal.ThrowableUtil
-
- addSuppressed(Throwable, List<Throwable>) - Static method in class io.netty.util.internal.ThrowableUtil
-
- addSuppressedAndClear(Throwable, List<Throwable>) - Static method in class io.netty.util.internal.ThrowableUtil
-
- addTask(Runnable) - Method in class io.netty.util.concurrent.SingleThreadEventExecutor
-
- addTimeMillis(K, long) - Method in class io.netty.handler.codec.DefaultHeaders
-
- addTimeMillis(K, long) - Method in class io.netty.handler.codec.EmptyHeaders
-
- addTimeMillis(K, long) - Method in interface io.netty.handler.codec.Headers
-
Adds a new header.
- addTimeMillis(CharSequence, long) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
-
- addTopicFilter(String) - Method in class io.netty.handler.codec.mqtt.MqttMessageBuilders.UnsubscribeBuilder
-
- adjustMarkers(int) - Method in class io.netty.buffer.AbstractByteBuf
-
- advanceTimeBy(long, TimeUnit) - Method in class io.netty.channel.embedded.EmbeddedChannel
-
Advance the clock of the event loop of this channel by the given duration.
- advmss() - Method in class io.netty.channel.epoll.EpollTcpInfo
-
- AES_KEY_SIZE - Static variable in class io.netty.handler.ssl.OpenSslSessionTicketKey
-
Size of session ticket key AES key
- aesKey() - Method in class io.netty.handler.ssl.OpenSslSessionTicketKey
-
Get AES Key.
- AFSDB - Static variable in class io.netty.handler.codec.dns.DnsRecordType
-
AFS database record RFC 1183 Location of database servers of an AFS cell.
- after - Variable in class io.netty.handler.codec.DefaultHeaders.HeaderEntry
-
Overall insertion order linked list
- after() - Method in class io.netty.handler.codec.DefaultHeaders.HeaderEntry
-
- afterRunningAllTasks() - Method in class io.netty.channel.SingleThreadEventLoop
-
- afterRunningAllTasks() - Method in class io.netty.util.concurrent.SingleThreadEventExecutor
-
- afterScheduledTaskSubmitted(long) - Method in class io.netty.channel.epoll.EpollEventLoop
-
- afterScheduledTaskSubmitted(long) - Method in class io.netty.channel.nio.NioEventLoop
-
- afterScheduledTaskSubmitted(long) - Method in class io.netty.util.concurrent.AbstractScheduledEventExecutor
-
- AGE - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
-
"age"
- AGE - Static variable in class io.netty.handler.codec.http.HttpHeaders.Names
-
Deprecated.
"Age"
- aggregate(FullHttpMessage, HttpContent) - Method in class io.netty.handler.codec.http.HttpObjectAggregator
-
- aggregate(O, C) - Method in class io.netty.handler.codec.MessageAggregator
-
Transfers the information provided by the specified content message to the specified aggregated message.
- AGGREGATE_OPERATION_NOT_ALLOWED - Static variable in class io.netty.handler.codec.rtsp.RtspResponseStatuses
-
459 Aggregate operation not allowed
- AhoCorasicSearchProcessorFactory - Class in io.netty.buffer.search
-
- AhoCorasicSearchProcessorFactory.Processor - Class in io.netty.buffer.search
-
- algorithm() - Method in class io.netty.handler.ssl.OpenSslCertificateCompressionConfig.AlgorithmConfig
-
- algorithmId() - Method in interface io.netty.handler.ssl.OpenSslCertificateCompressionAlgorithm
-
Return the ID for the compression algorithm provided for by a given implementation.
- align(long, int) - Static method in class io.netty.util.internal.PlatformDependent
-
- alignDirectBuffer(ByteBuffer, int) - Static method in class io.netty.util.internal.PlatformDependent
-
- all() - Static method in class io.netty.channel.group.ChannelMatchers
-
- ALL_IDLE_STATE_EVENT - Static variable in class io.netty.handler.timeout.IdleStateEvent
-
- allAddressesByName(String) - Static method in class io.netty.util.internal.SocketUtils
-
- allLocalAddresses() - Method in class io.netty.channel.sctp.nio.NioSctpChannel
-
- allLocalAddresses() - Method in class io.netty.channel.sctp.nio.NioSctpServerChannel
-
- allLocalAddresses() - Method in class io.netty.channel.sctp.oio.OioSctpChannel
-
Deprecated.
- allLocalAddresses() - Method in class io.netty.channel.sctp.oio.OioSctpServerChannel
-
Deprecated.
- allLocalAddresses() - Method in interface io.netty.channel.sctp.SctpChannel
-
Return all local addresses of the SCTP channel.
- allLocalAddresses() - Method in interface io.netty.channel.sctp.SctpServerChannel
-
Return all local addresses of the SCTP server channel.
- alloc() - Method in class io.netty.buffer.ByteBuf
-
- alloc() - Method in class io.netty.buffer.CompositeByteBuf
-
- alloc() - Method in class io.netty.buffer.DuplicatedByteBuf
-
Deprecated.
- alloc() - Method in class io.netty.buffer.EmptyByteBuf
-
- alloc() - Method in class io.netty.buffer.ReadOnlyByteBuf
-
Deprecated.
- alloc() - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- alloc() - Method in class io.netty.buffer.UnpooledDirectByteBuf
-
- alloc() - Method in class io.netty.buffer.UnpooledHeapByteBuf
-
- alloc() - Method in class io.netty.channel.AbstractChannel
-
- alloc() - Method in interface io.netty.channel.Channel
-
- alloc() - Method in interface io.netty.channel.ChannelHandlerContext
-
- alloc() - Method in class io.netty.channel.unix.SocketWritableByteChannel
-
- allocate(ByteBufAllocator) - Method in class io.netty.channel.DefaultMaxMessagesRecvByteBufAllocator.MaxMessageHandle
-
- allocate(ByteBufAllocator) - Method in class io.netty.channel.RecvByteBufAllocator.DelegatingHandle
-
- allocate(ByteBufAllocator) - Method in interface io.netty.channel.RecvByteBufAllocator.Handle
-
Deprecated.
Creates a new receive buffer whose capacity is probably large enough to read all inbound data and small
enough not to waste its space.
- allocateArray(int) - Method in class io.netty.buffer.UnpooledHeapByteBuf
-
- allocateArray(int) - Method in class io.netty.buffer.UnpooledUnsafeHeapByteBuf
-
- allocateBuffer(ChannelHandlerContext, ByteBuf, boolean) - Method in class io.netty.handler.codec.compression.BrotliEncoder
-
- allocateBuffer(ChannelHandlerContext, ByteBuf, boolean) - Method in class io.netty.handler.codec.compression.JdkZlibEncoder
-
- allocateBuffer(ChannelHandlerContext, ByteBuf, boolean) - Method in class io.netty.handler.codec.compression.Lz4FrameEncoder
-
- allocateBuffer(ChannelHandlerContext, ByteBuf, boolean) - Method in class io.netty.handler.codec.compression.LzmaFrameEncoder
-
- allocateBuffer(ChannelHandlerContext, ByteBuf, boolean) - Method in class io.netty.handler.codec.compression.ZstdEncoder
-
- allocateBuffer(ChannelHandlerContext, AddressedEnvelope<DnsQuery, InetSocketAddress>) - Method in class io.netty.handler.codec.dns.DatagramDnsQueryEncoder
-
Allocate a
ByteBuf
which will be used for constructing a datagram packet.
- allocateBuffer(ChannelHandlerContext, AddressedEnvelope<DnsResponse, InetSocketAddress>) - Method in class io.netty.handler.codec.dns.DatagramDnsResponseEncoder
-
Allocate a
ByteBuf
which will be used for constructing a datagram packet.
- allocateBuffer(ChannelHandlerContext, DnsQuery, boolean) - Method in class io.netty.handler.codec.dns.TcpDnsQueryEncoder
-
- allocateBuffer(ChannelHandlerContext, I, boolean) - Method in class io.netty.handler.codec.MessageToByteEncoder
-
Allocate a
ByteBuf
which will be used as argument of
#encode(ChannelHandlerContext, I, ByteBuf)
.
- allocateDirect(int) - Method in class io.netty.buffer.UnpooledDirectByteBuf
-
Allocate a new direct
ByteBuffer
with the given initialCapacity.
- allocateDirectNoCleaner(int) - Static method in class io.netty.util.internal.PlatformDependent
-
Allocate a new
ByteBuffer
with the given
capacity
.
- allocateDirectWithNativeOrder(int) - Static method in class io.netty.channel.unix.Buffer
-
- allocateMemory(long) - Static method in class io.netty.util.internal.PlatformDependent
-
- allocateUninitializedArray(int) - Static method in class io.netty.util.internal.PlatformDependent
-
- allocationQuantum(int) - Method in class io.netty.handler.codec.http2.WeightedFairQueueByteDistributor
-
Sets the amount of bytes that will be allocated to each stream.
- ALLOCATOR - Static variable in class io.netty.channel.ChannelOption
-
- AllocatorAwareSslEngineWrapperFactory() - Constructor for class io.netty.handler.ssl.JdkApplicationProtocolNegotiator.AllocatorAwareSslEngineWrapperFactory
-
Deprecated.
- ALLOW - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
-
"allow"
- ALLOW - Static variable in class io.netty.handler.codec.http.HttpHeaders.Names
-
Deprecated.
"Allow"
- ALLOW - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderNames
-
"allow"
- ALLOW - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Names
-
Deprecated.
"Allow"
- ALLOW_HALF_CLOSURE - Static variable in class io.netty.channel.ChannelOption
-
- allowCredentials() - Method in class io.netty.handler.codec.http.cors.CorsConfig.Builder
-
- allowCredentials() - Method in class io.netty.handler.codec.http.cors.CorsConfigBuilder
-
By default cookies are not included in CORS requests, but this method will enable cookies to
be added to CORS requests.
- allowedRequestHeaders() - Method in class io.netty.handler.codec.http.cors.CorsConfig
-
Returns the allowed set of Request Headers.
- allowedRequestHeaders(String...) - Method in class io.netty.handler.codec.http.cors.CorsConfig.Builder
-
- allowedRequestHeaders(String...) - Method in class io.netty.handler.codec.http.cors.CorsConfigBuilder
-
Specifies the if headers that should be returned in the CORS 'Access-Control-Allow-Headers'
response header.
- allowedRequestHeaders(CharSequence...) - Method in class io.netty.handler.codec.http.cors.CorsConfigBuilder
-
Specifies the if headers that should be returned in the CORS 'Access-Control-Allow-Headers'
response header.
- allowedRequestMethods() - Method in class io.netty.handler.codec.http.cors.CorsConfig
-
Returns the allowed set of Request Methods.
- allowedRequestMethods(HttpMethod...) - Method in class io.netty.handler.codec.http.cors.CorsConfig.Builder
-
- allowedRequestMethods(HttpMethod...) - Method in class io.netty.handler.codec.http.cors.CorsConfigBuilder
-
Specifies the allowed set of HTTP Request Methods that should be returned in the
CORS 'Access-Control-Request-Method' response header.
- allowExtensions() - Method in class io.netty.handler.codec.http.websocketx.WebSocketClientProtocolConfig
-
- allowExtensions(boolean) - Method in class io.netty.handler.codec.http.websocketx.WebSocketClientProtocolConfig.Builder
-
Allow extensions to be used in the reserved bits of the web socket frame
- allowExtensions() - Method in class io.netty.handler.codec.http.websocketx.WebSocketDecoderConfig
-
- allowExtensions(boolean) - Method in class io.netty.handler.codec.http.websocketx.WebSocketDecoderConfig.Builder
-
- allowExtensions(boolean) - Method in class io.netty.handler.codec.http.websocketx.WebSocketServerProtocolConfig.Builder
-
- allowMaskMismatch() - Method in class io.netty.handler.codec.http.websocketx.WebSocketClientProtocolConfig
-
- allowMaskMismatch(boolean) - Method in class io.netty.handler.codec.http.websocketx.WebSocketClientProtocolConfig.Builder
-
When set to true, frames which are not masked properly according to the standard will still be accepted.
- allowMaskMismatch() - Method in class io.netty.handler.codec.http.websocketx.WebSocketDecoderConfig
-
- allowMaskMismatch(boolean) - Method in class io.netty.handler.codec.http.websocketx.WebSocketDecoderConfig.Builder
-
- allowMaskMismatch(boolean) - Method in class io.netty.handler.codec.http.websocketx.WebSocketServerProtocolConfig.Builder
-
- allowNullOrigin() - Method in class io.netty.handler.codec.http.cors.CorsConfig.Builder
-
- allowNullOrigin() - Method in class io.netty.handler.codec.http.cors.CorsConfigBuilder
-
Web browsers may set the 'Origin' request header to 'null' if a resource is loaded
from the local file system.
- allowPrivateNetwork() - Method in class io.netty.handler.codec.http.cors.CorsConfigBuilder
-
Web browsers may set the 'Access-Control-Request-Private-Network' request header if a resource is loaded
from a local network.
- allowPushTo(boolean) - Method in interface io.netty.handler.codec.http2.Http2Connection.Endpoint
-
- allowPushTo() - Method in interface io.netty.handler.codec.http2.Http2Connection.Endpoint
-
- allRemoteAddresses() - Method in class io.netty.channel.sctp.nio.NioSctpChannel
-
- allRemoteAddresses() - Method in class io.netty.channel.sctp.oio.OioSctpChannel
-
Deprecated.
- allRemoteAddresses() - Method in interface io.netty.channel.sctp.SctpChannel
-
Return all remote addresses of the SCTP server channel.
- ALT_SVC - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
-
"alt-svc"
- ALWAYS_SENSITIVE - Static variable in interface io.netty.handler.codec.http2.Http2HeadersEncoder
-
- ALWAYS_SKIP - Static variable in interface io.netty.handler.codec.http.websocketx.extensions.WebSocketExtensionFilter
-
- ALWAYS_VERIFY - Static variable in interface io.netty.handler.codec.http2.Http2PromisedRequestVerifier
-
- annotateConnectException(Throwable, SocketAddress) - Method in class io.netty.channel.AbstractChannel.AbstractUnsafe
-
Appends the remote address to the message of the exceptions caused by connection attempt failure.
- ANNOUNCE - Static variable in class io.netty.handler.codec.rtsp.RtspMethods
-
The ANNOUNCE posts the description of a presentation or media object
identified by the request URL to a server, or updates the client-side
session description in real-time.
- ANY - Static variable in class io.netty.channel.local.LocalAddress
-
- ANY - Static variable in class io.netty.handler.codec.dns.DnsRecordType
-
All cached records RFC 1035 Returns all records of all types known to the
name server.
- APL - Static variable in class io.netty.handler.codec.dns.DnsRecordType
-
Address Prefix List record RFC 3123 Specify lists of address ranges, e.g.
- append(Date, StringBuilder) - Static method in class io.netty.handler.codec.DateFormatter
-
- APPEND - Static variable in class io.netty.handler.codec.memcache.binary.BinaryMemcacheOpcodes
-
- APPEND - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Values
-
Deprecated.
"append"
- APPEND - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderValues
-
"append"
- append(char) - Method in class io.netty.util.internal.AppendableCharSequence
-
- append(CharSequence) - Method in class io.netty.util.internal.AppendableCharSequence
-
- append(CharSequence, int, int) - Method in class io.netty.util.internal.AppendableCharSequence
-
- AppendableCharSequence - Class in io.netty.util.internal
-
- AppendableCharSequence(int) - Constructor for class io.netty.util.internal.AppendableCharSequence
-
- appendHeaders(StringBuilder) - Method in class io.netty.handler.codec.spdy.DefaultSpdyHeadersFrame
-
- appendPrettyHexDump(StringBuilder, ByteBuf) - Static method in class io.netty.buffer.ByteBufUtil
-
Appends the prettified multi-line hexadecimal dump of the specified
ByteBuf
to the specified
StringBuilder
that is easy to read by humans.
- appendPrettyHexDump(StringBuilder, ByteBuf, int, int) - Static method in class io.netty.buffer.ByteBufUtil
-
Appends the prettified multi-line hexadecimal dump of the specified
ByteBuf
to the specified
StringBuilder
that is easy to read by humans, starting at the given
offset
using
the given
length
.
- APPENDQ - Static variable in class io.netty.handler.codec.memcache.binary.BinaryMemcacheOpcodes
-
- APPLICATION_JSON - Static variable in class io.netty.handler.codec.http.HttpHeaders.Values
-
Deprecated.
"application/json"
- APPLICATION_JSON - Static variable in class io.netty.handler.codec.http.HttpHeaderValues
-
"application/json"
- APPLICATION_OCTET_STREAM - Static variable in class io.netty.handler.codec.http.HttpHeaderValues
-
"application/octet-stream"
- APPLICATION_X_WWW_FORM_URLENCODED - Static variable in class io.netty.handler.codec.http.HttpHeaders.Values
-
Deprecated.
"application/x-www-form-urlencoded"
- APPLICATION_X_WWW_FORM_URLENCODED - Static variable in class io.netty.handler.codec.http.HttpHeaderValues
-
"application/x-www-form-urlencoded"
- APPLICATION_XHTML - Static variable in class io.netty.handler.codec.http.HttpHeaderValues
-
"application/xhtml+xml"
- APPLICATION_XML - Static variable in class io.netty.handler.codec.http.HttpHeaderValues
-
"application/xml"
- APPLICATION_ZSTD - Static variable in class io.netty.handler.codec.http.HttpHeaderValues
-
"application/zstd"
- applicationProtocol() - Method in class io.netty.handler.ssl.SslHandler
-
Returns the name of the current application-level protocol.
- ApplicationProtocolConfig - Class in io.netty.handler.ssl
-
- ApplicationProtocolConfig(ApplicationProtocolConfig.Protocol, ApplicationProtocolConfig.SelectorFailureBehavior, ApplicationProtocolConfig.SelectedListenerFailureBehavior, Iterable<String>) - Constructor for class io.netty.handler.ssl.ApplicationProtocolConfig
-
Create a new instance.
- ApplicationProtocolConfig(ApplicationProtocolConfig.Protocol, ApplicationProtocolConfig.SelectorFailureBehavior, ApplicationProtocolConfig.SelectedListenerFailureBehavior, String...) - Constructor for class io.netty.handler.ssl.ApplicationProtocolConfig
-
Create a new instance.
- applicationProtocolConfig(ApplicationProtocolConfig) - Method in class io.netty.handler.ssl.SslContextBuilder
-
Application protocol negotiation configuration.
- ApplicationProtocolConfig.Protocol - Enum in io.netty.handler.ssl
-
Defines which application level protocol negotiation to use.
- ApplicationProtocolConfig.SelectedListenerFailureBehavior - Enum in io.netty.handler.ssl
-
Defines the most common behaviors for the peer which is notified of the selected protocol.
- ApplicationProtocolConfig.SelectorFailureBehavior - Enum in io.netty.handler.ssl
-
Defines the most common behaviors for the peer that selects the application protocol.
- ApplicationProtocolNames - Class in io.netty.handler.ssl
-
Provides a set of protocol names used in ALPN and NPN.
- ApplicationProtocolNegotiationHandler - Class in io.netty.handler.ssl
-
- ApplicationProtocolNegotiationHandler(String) - Constructor for class io.netty.handler.ssl.ApplicationProtocolNegotiationHandler
-
Creates a new instance with the specified fallback protocol name.
- ApplicationProtocolNegotiator - Interface in io.netty.handler.ssl
-
- applicationProtocolNegotiator() - Method in class io.netty.handler.ssl.DelegatingSslContext
-
- applicationProtocolNegotiator() - Method in class io.netty.handler.ssl.JdkSslContext
-
- applicationProtocolNegotiator() - Method in class io.netty.handler.ssl.ReferenceCountedOpenSslContext
-
- applicationProtocolNegotiator() - Method in class io.netty.handler.ssl.SslContext
-
Returns the object responsible for negotiating application layer protocols for the TLS NPN/ALPN extensions.
- apply(ChannelUDT) - Method in class io.netty.channel.udt.DefaultUdtChannelConfig
-
Deprecated.
- apply(ChannelUDT) - Method in class io.netty.channel.udt.DefaultUdtServerChannelConfig
-
Deprecated.
- apply(T) - Method in interface io.netty.handler.codec.mqtt.MqttMessageBuilders.PropertiesInitializer
-
- apply(Executor, EventExecutor) - Static method in class io.netty.util.internal.ThreadExecutorMap
-
- apply(Runnable, EventExecutor) - Static method in class io.netty.util.internal.ThreadExecutorMap
-
- apply(ThreadFactory, EventExecutor) - Static method in class io.netty.util.internal.ThreadExecutorMap
-
- applyPattern(long, long) - Static method in class io.netty.util.internal.SWARUtil
-
Applies a compiled pattern to given word.
- array() - Method in class io.netty.buffer.ByteBuf
-
Returns the backing byte array of this buffer.
- array() - Method in class io.netty.buffer.CompositeByteBuf
-
- array() - Method in class io.netty.buffer.DuplicatedByteBuf
-
Deprecated.
- array() - Method in class io.netty.buffer.EmptyByteBuf
-
- array() - Method in class io.netty.buffer.ReadOnlyByteBuf
-
Deprecated.
- array() - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- array() - Method in class io.netty.buffer.UnpooledDirectByteBuf
-
- array() - Method in class io.netty.buffer.UnpooledHeapByteBuf
-
- array() - Method in class io.netty.util.AsciiString
-
This gives direct access to the underlying storage array.
- arrayChanged() - Method in class io.netty.util.AsciiString
-
During normal use cases the
AsciiString
should be immutable, but if the underlying array is shared,
and changes then this needs to be called.
- arrayFormat(String, Object[]) - Static method in class io.netty.util.internal.logging.MessageFormatter
-
- ArrayHeaderRedisMessage - Class in io.netty.handler.codec.redis
-
Header of Redis Array Message.
- ArrayHeaderRedisMessage(long) - Constructor for class io.netty.handler.codec.redis.ArrayHeaderRedisMessage
-
- arrayList() - Method in class io.netty.util.internal.InternalThreadLocalMap
-
- arrayList(int) - Method in class io.netty.util.internal.InternalThreadLocalMap
-
- arrayOffset() - Method in class io.netty.buffer.ByteBuf
-
Returns the offset of the first byte within the backing byte array of
this buffer.
- arrayOffset() - Method in class io.netty.buffer.CompositeByteBuf
-
- arrayOffset() - Method in class io.netty.buffer.DuplicatedByteBuf
-
Deprecated.
- arrayOffset() - Method in class io.netty.buffer.EmptyByteBuf
-
- arrayOffset() - Method in class io.netty.buffer.ReadOnlyByteBuf
-
Deprecated.
- arrayOffset() - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- arrayOffset() - Method in class io.netty.buffer.UnpooledDirectByteBuf
-
- arrayOffset() - Method in class io.netty.buffer.UnpooledHeapByteBuf
-
- arrayOffset() - Method in class io.netty.util.AsciiString
-
- ArrayRedisMessage - Class in io.netty.handler.codec.redis
-
- ArrayRedisMessage(List<RedisMessage>) - Constructor for class io.netty.handler.codec.redis.ArrayRedisMessage
-
- artifactId() - Method in class io.netty.util.Version
-
- artifactVersion() - Method in class io.netty.util.Version
-
- asAddressResolver() - Method in class io.netty.resolver.InetNameResolver
-
- asByteBuf() - Method in class io.netty.buffer.ByteBuf
-
A ByteBuf
can turn into itself.
- asByteBuf() - Method in interface io.netty.buffer.ByteBufConvertible
-
- AsciiHeadersEncoder - Class in io.netty.handler.codec
-
- AsciiHeadersEncoder(ByteBuf) - Constructor for class io.netty.handler.codec.AsciiHeadersEncoder
-
- AsciiHeadersEncoder(ByteBuf, AsciiHeadersEncoder.SeparatorType, AsciiHeadersEncoder.NewlineType) - Constructor for class io.netty.handler.codec.AsciiHeadersEncoder
-
- AsciiHeadersEncoder.NewlineType - Enum in io.netty.handler.codec
-
The newline characters to insert between header entries.
- AsciiHeadersEncoder.SeparatorType - Enum in io.netty.handler.codec
-
The separator characters to insert between a header name and a header value.
- asciiName() - Method in class io.netty.handler.codec.http.HttpMethod
-
Returns the name of this method.
- AsciiString - Class in io.netty.util
-
A string which has been encoded into a character encoding whose character always takes a single byte, similarly to
ASCII.
- AsciiString(byte[]) - Constructor for class io.netty.util.AsciiString
-
Initialize this byte string based upon a byte array.
- AsciiString(byte[], boolean) - Constructor for class io.netty.util.AsciiString
-
Initialize this byte string based upon a byte array.
- AsciiString(byte[], int, int, boolean) - Constructor for class io.netty.util.AsciiString
-
Construct a new instance from a byte[]
array.
- AsciiString(ByteBuffer) - Constructor for class io.netty.util.AsciiString
-
Create a copy of the underlying storage from value
.
- AsciiString(ByteBuffer, boolean) - Constructor for class io.netty.util.AsciiString
-
Initialize an instance based upon the underlying storage from value
.
- AsciiString(ByteBuffer, int, int, boolean) - Constructor for class io.netty.util.AsciiString
-
Initialize an
AsciiString
based upon the underlying storage from
value
.
- AsciiString(char[]) - Constructor for class io.netty.util.AsciiString
-
Create a copy of value
into this instance assuming ASCII encoding.
- AsciiString(char[], int, int) - Constructor for class io.netty.util.AsciiString
-
Create a copy of value
into this instance assuming ASCII encoding.
- AsciiString(char[], Charset) - Constructor for class io.netty.util.AsciiString
-
Create a copy of value
into this instance using the encoding type of charset
.
- AsciiString(char[], Charset, int, int) - Constructor for class io.netty.util.AsciiString
-
Create a copy of value
into a this instance using the encoding type of charset
.
- AsciiString(CharSequence) - Constructor for class io.netty.util.AsciiString
-
Create a copy of value
into this instance assuming ASCII encoding.
- AsciiString(CharSequence, int, int) - Constructor for class io.netty.util.AsciiString
-
Create a copy of value
into this instance assuming ASCII encoding.
- AsciiString(CharSequence, Charset) - Constructor for class io.netty.util.AsciiString
-
Create a copy of value
into this instance using the encoding type of charset
.
- AsciiString(CharSequence, Charset, int, int) - Constructor for class io.netty.util.AsciiString
-
Create a copy of value
into this instance using the encoding type of charset
.
- asLongText() - Method in interface io.netty.channel.ChannelId
-
Returns the long yet globally unique string representation of the
ChannelId
.
- asLongText() - Method in class io.netty.channel.DefaultChannelId
-
- asMap() - Method in class io.netty.util.DomainNameMapping
-
Deprecated.
Returns a read-only
Map
of the domain mapping patterns and their associated value objects.
- asReadOnly() - Method in class io.netty.buffer.AbstractByteBuf
-
- asReadOnly() - Method in class io.netty.buffer.ByteBuf
-
Returns a read-only version of this buffer.
- asReadOnly() - Method in class io.netty.buffer.EmptyByteBuf
-
- asReadOnly() - Method in class io.netty.buffer.ReadOnlyByteBuf
-
Deprecated.
- asReadOnly() - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- asShortText() - Method in interface io.netty.channel.ChannelId
-
Returns the short but globally non-unique string representation of the
ChannelId
.
- asShortText() - Method in class io.netty.channel.DefaultChannelId
-
- assignedClientId(String) - Method in class io.netty.handler.codec.mqtt.MqttMessageBuilders.ConnAckPropertiesBuilder
-
- ASSOCIATED_TO_STREAM_ID - Static variable in class io.netty.handler.codec.spdy.SpdyHttpHeaders.Names
-
"x-spdy-associated-to-stream-id"
- associatedStreamId() - Method in class io.netty.handler.codec.spdy.DefaultSpdySynStreamFrame
-
- associatedStreamId() - Method in interface io.netty.handler.codec.spdy.SpdySynStreamFrame
-
Returns the Associated-To-Stream-ID of this frame.
- association() - Method in class io.netty.channel.sctp.nio.NioSctpChannel
-
- association() - Method in class io.netty.channel.sctp.oio.OioSctpChannel
-
Deprecated.
- association() - Method in interface io.netty.channel.sctp.SctpChannel
-
Returns the underlying SCTP association.
- ASYNC_PRIVATE_KEY_METHOD - Static variable in class io.netty.handler.ssl.OpenSslContextOption
-
- AsyncMapping<IN,OUT> - Interface in io.netty.util
-
- ato() - Method in class io.netty.channel.epoll.EpollTcpInfo
-
- ATTACHMENT - Static variable in class io.netty.handler.codec.http.HttpHeaderValues
-
- attemptedBytesRead() - Method in class io.netty.channel.DefaultMaxMessagesRecvByteBufAllocator.MaxMessageHandle
-
- attemptedBytesRead(int) - Method in class io.netty.channel.DefaultMaxMessagesRecvByteBufAllocator.MaxMessageHandle
-
- attemptedBytesRead() - Method in class io.netty.channel.RecvByteBufAllocator.DelegatingHandle
-
- attemptedBytesRead(int) - Method in class io.netty.channel.RecvByteBufAllocator.DelegatingHandle
-
- attemptedBytesRead(int) - Method in interface io.netty.channel.RecvByteBufAllocator.Handle
-
Deprecated.
Set how many bytes the read operation will (or did) attempt to read.
- attemptedBytesRead() - Method in interface io.netty.channel.RecvByteBufAllocator.Handle
-
Deprecated.
Get how many bytes the read operation will (or did) attempt to read.
- attr(AttributeKey<T>, T) - Method in class io.netty.bootstrap.AbstractBootstrap
-
Allow to specify an initial attribute of the newly created
Channel
.
- attr(AttributeKey<T>) - Method in interface io.netty.channel.ChannelHandlerContext
-
- attr(AttributeKey<T>, T) - Method in class io.netty.handler.codec.http2.Http2StreamChannelBootstrap
-
- attr(AttributeKey<T>) - Method in interface io.netty.util.AttributeMap
-
- 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
-
- AttributeMap - Interface in io.netty.util
-
- attributes() - Method in class io.netty.handler.codec.xml.XmlElementStart
-
- attributes() - Method in class io.netty.handler.ssl.SslContext
-
- attrs() - Method in class io.netty.bootstrap.AbstractBootstrapConfig
-
Returns a copy of the configured attributes.
- auth() - Static method in class io.netty.handler.codec.mqtt.MqttMessageBuilders
-
- AUTH - Static variable in class io.netty.handler.codec.smtp.SmtpCommand
-
- auth(CharSequence...) - Static method in class io.netty.handler.codec.smtp.SmtpRequests
-
Creates a AUTH
request.
- 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
-
- authenticationData(byte[]) - Method in class io.netty.handler.codec.mqtt.MqttMessageBuilders.ConnAckPropertiesBuilder
-
- authenticationMethod(String) - Method in class io.netty.handler.codec.mqtt.MqttMessageBuilders.ConnAckPropertiesBuilder
-
- authMethod() - Method in class io.netty.handler.codec.socksx.v5.DefaultSocks5InitialResponse
-
- authMethod() - Method in interface io.netty.handler.codec.socksx.v5.Socks5InitialResponse
-
Returns the 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.
- AuthoritativeDnsServerCache - Interface in io.netty.resolver.dns
-
Cache which stores the nameservers that should be used to resolve a specific hostname.
- authoritativeDnsServerCache() - Method in class io.netty.resolver.dns.DnsNameResolver
-
Returns the cache used for authoritative DNS servers for a domain.
- authoritativeDnsServerCache(DnsCache) - Method in class io.netty.resolver.dns.DnsNameResolverBuilder
-
- authoritativeDnsServerCache(AuthoritativeDnsServerCache) - Method in class io.netty.resolver.dns.DnsNameResolverBuilder
-
Sets the cache for authoritative NS servers
- authority(CharSequence) - Method in class io.netty.handler.codec.http2.DefaultHttp2Headers
-
- authority() - Method in class io.netty.handler.codec.http2.DefaultHttp2Headers
-
- authority(CharSequence) - Method in class io.netty.handler.codec.http2.EmptyHttp2Headers
-
- authority() - Method in class io.netty.handler.codec.http2.EmptyHttp2Headers
-
- authority(CharSequence) - Method in interface io.netty.handler.codec.http2.Http2Headers
-
- authority() - Method in interface io.netty.handler.codec.http2.Http2Headers
-
- authority(CharSequence) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
-
- authority() - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
-
- AUTHORIZATION - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
-
"authorization"
- AUTHORIZATION - Static variable in class io.netty.handler.codec.http.HttpHeaders.Names
-
Deprecated.
"Authorization"
- AUTHORIZATION - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderNames
-
"authorization"
- AUTHORIZATION - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Names
-
Deprecated.
"Authorization"
- authScheme() - Method in class io.netty.handler.codec.socks.SocksInitResponse
-
- authScheme() - Method in class io.netty.handler.proxy.HttpProxyHandler
-
- authScheme() - Method in class io.netty.handler.proxy.ProxyConnectionEvent
-
Returns the name of the authentication scheme in use.
- authScheme() - Method in class io.netty.handler.proxy.ProxyHandler
-
Returns the name of the authentication scheme in use.
- authScheme() - Method in class io.netty.handler.proxy.Socks4ProxyHandler
-
- authScheme() - Method in class io.netty.handler.proxy.Socks5ProxyHandler
-
- authSchemes() - Method in class io.netty.handler.codec.socks.SocksInitRequest
-
- authStatus() - Method in class io.netty.handler.codec.socks.SocksAuthResponse
-
- AUTO_CLOSE - Static variable in class io.netty.channel.ChannelOption
-
If
true
then the
Channel
is closed automatically and immediately on write failure.
- AUTO_READ - Static variable in class io.netty.channel.ChannelOption
-
- AUTO_STREAM_FLOW_CONTROL - Static variable in class io.netty.handler.codec.http2.Http2StreamChannelOption
-
- autoAckPingFrame(boolean) - Method in class io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
-
Determine if PING frame should automatically be acknowledged or not.
- autoAckPingFrame(boolean) - Method in class io.netty.handler.codec.http2.Http2FrameCodecBuilder
-
- autoAckPingFrame(boolean) - Method in class io.netty.handler.codec.http2.Http2MultiplexCodecBuilder
-
Deprecated.
- autoAckSettingsFrame(boolean) - Method in class io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
-
Determine if settings frame should automatically be acknowledged and applied.
- autoAckSettingsFrame(boolean) - Method in class io.netty.handler.codec.http2.Http2FrameCodecBuilder
-
- autoAckSettingsFrame(boolean) - Method in class io.netty.handler.codec.http2.Http2MultiplexCodecBuilder
-
Deprecated.
- autoReadCleared() - Method in class io.netty.channel.DefaultChannelConfig
-
- autoReadCleared() - Method in class io.netty.channel.epoll.EpollChannelConfig
-
- autoReadCleared() - Method in class io.netty.channel.kqueue.KQueueChannelConfig
-
- autoReadCleared() - Method in class io.netty.channel.socket.oio.DefaultOioServerSocketChannelConfig
-
Deprecated.
- autoReadCleared() - Method in class io.netty.channel.socket.oio.DefaultOioSocketChannelConfig
-
Deprecated.
- available() - Method in class io.netty.buffer.ByteBufInputStream
-
- available() - Method in class io.netty.channel.oio.AbstractOioByteChannel
-
Deprecated.
Return the number of bytes ready to read from the underlying Socket.
- available() - Method in class io.netty.channel.oio.OioByteStreamChannel
-
Deprecated.
- available() - Method in class io.netty.handler.codec.serialization.ObjectDecoderInputStream
-
Deprecated.
- availableCipherSuites() - Static method in class io.netty.handler.ssl.OpenSsl
-
- availableJavaCipherSuites() - Static method in class io.netty.handler.ssl.OpenSsl
-
Returns all the available cipher suites (Java-style).
- availableOpenSslCipherSuites() - Static method in class io.netty.handler.ssl.OpenSsl
-
Returns all the available OpenSSL cipher suites.
- availableProcessors() - Static method in class io.netty.util.NettyRuntime
-
Get the configured number of available processors.
- AVP - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Values
-
Deprecated.
"AVP"
- AVP - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderValues
-
"AVP"
- await() - Method in interface io.netty.channel.ChannelFuture
-
- await() - Method in interface io.netty.channel.ChannelProgressiveFuture
-
- await() - Method in interface io.netty.channel.ChannelProgressivePromise
-
- await() - Method in interface io.netty.channel.ChannelPromise
-
- await() - Method in class io.netty.channel.DefaultChannelProgressivePromise
-
- await() - Method in class io.netty.channel.DefaultChannelPromise
-
- await() - Method in class io.netty.channel.DelegatingChannelPromiseNotifier
-
- await(long, TimeUnit) - Method in class io.netty.channel.DelegatingChannelPromiseNotifier
-
- await(long) - Method in class io.netty.channel.DelegatingChannelPromiseNotifier
-
- await() - Method in interface io.netty.channel.group.ChannelGroupFuture
-
- await() - Method in class io.netty.channel.VoidChannelPromise
-
- await(long, TimeUnit) - Method in class io.netty.channel.VoidChannelPromise
-
- await(long) - Method in class io.netty.channel.VoidChannelPromise
-
- await() - Method in class io.netty.util.concurrent.CompleteFuture
-
- await(long, TimeUnit) - Method in class io.netty.util.concurrent.CompleteFuture
-
- await(long) - Method in class io.netty.util.concurrent.CompleteFuture
-
- await() - Method in class io.netty.util.concurrent.DefaultProgressivePromise
-
- await() - Method in class io.netty.util.concurrent.DefaultPromise
-
- await(long, TimeUnit) - Method in class io.netty.util.concurrent.DefaultPromise
-
- await(long) - Method in class io.netty.util.concurrent.DefaultPromise
-
- await() - Method in interface io.netty.util.concurrent.Future
-
Waits for this future to be completed.
- await(long, TimeUnit) - Method in interface io.netty.util.concurrent.Future
-
Waits for this future to be completed within the
specified time limit.
- await(long) - Method in interface io.netty.util.concurrent.Future
-
Waits for this future to be completed within the
specified time limit.
- await() - Method in interface io.netty.util.concurrent.ProgressiveFuture
-
- await() - Method in interface io.netty.util.concurrent.ProgressivePromise
-
- await() - Method in interface io.netty.util.concurrent.Promise
-
- awaitInactivity(long, TimeUnit) - Method in class io.netty.util.concurrent.GlobalEventExecutor
-
Waits until the worker thread of this executor has no tasks left in its task queue and terminates itself.
- awaitInactivity(long, TimeUnit) - Static method in class io.netty.util.ThreadDeathWatcher
-
Deprecated.
Waits until the thread of this watcher has no threads to watch and terminates itself.
- awaitTermination(long, TimeUnit) - Method in class io.netty.channel.ThreadPerChannelEventLoopGroup
-
Deprecated.
- awaitTermination(long, TimeUnit) - Method in class io.netty.util.concurrent.GlobalEventExecutor
-
- awaitTermination(long, TimeUnit) - Method in class io.netty.util.concurrent.ImmediateEventExecutor
-
- awaitTermination(long, TimeUnit) - Method in class io.netty.util.concurrent.MultithreadEventExecutorGroup
-
- awaitTermination(long, TimeUnit) - Method in class io.netty.util.concurrent.NonStickyEventExecutorGroup
-
- awaitTermination(long, TimeUnit) - Method in class io.netty.util.concurrent.SingleThreadEventExecutor
-
- awaitUninterruptibly() - Method in interface io.netty.channel.ChannelFuture
-
- awaitUninterruptibly() - Method in interface io.netty.channel.ChannelProgressiveFuture
-
- awaitUninterruptibly() - Method in interface io.netty.channel.ChannelProgressivePromise
-
- awaitUninterruptibly() - Method in interface io.netty.channel.ChannelPromise
-
- awaitUninterruptibly() - Method in class io.netty.channel.DefaultChannelProgressivePromise
-
- awaitUninterruptibly() - Method in class io.netty.channel.DefaultChannelPromise
-
- awaitUninterruptibly() - Method in class io.netty.channel.DelegatingChannelPromiseNotifier
-
- awaitUninterruptibly(long, TimeUnit) - Method in class io.netty.channel.DelegatingChannelPromiseNotifier
-
- awaitUninterruptibly(long) - Method in class io.netty.channel.DelegatingChannelPromiseNotifier
-
- awaitUninterruptibly() - Method in interface io.netty.channel.group.ChannelGroupFuture
-
- awaitUninterruptibly() - Method in class io.netty.channel.VoidChannelPromise
-
- awaitUninterruptibly(long, TimeUnit) - Method in class io.netty.channel.VoidChannelPromise
-
- awaitUninterruptibly(long) - Method in class io.netty.channel.VoidChannelPromise
-
- awaitUninterruptibly() - Method in class io.netty.util.concurrent.CompleteFuture
-
- awaitUninterruptibly(long, TimeUnit) - Method in class io.netty.util.concurrent.CompleteFuture
-
- awaitUninterruptibly(long) - Method in class io.netty.util.concurrent.CompleteFuture
-
- awaitUninterruptibly() - Method in class io.netty.util.concurrent.DefaultProgressivePromise
-
- awaitUninterruptibly() - Method in class io.netty.util.concurrent.DefaultPromise
-
- awaitUninterruptibly(long, TimeUnit) - Method in class io.netty.util.concurrent.DefaultPromise
-
- awaitUninterruptibly(long) - Method in class io.netty.util.concurrent.DefaultPromise
-
- awaitUninterruptibly() - Method in interface io.netty.util.concurrent.Future
-
Waits for this future to be completed without
interruption.
- awaitUninterruptibly(long, TimeUnit) - Method in interface io.netty.util.concurrent.Future
-
Waits for this future to be completed within the
specified time limit without interruption.
- awaitUninterruptibly(long) - Method in interface io.netty.util.concurrent.Future
-
Waits for this future to be completed within the
specified time limit without interruption.
- awaitUninterruptibly() - Method in interface io.netty.util.concurrent.ProgressiveFuture
-
- awaitUninterruptibly() - Method in interface io.netty.util.concurrent.ProgressivePromise
-
- awaitUninterruptibly() - Method in interface io.netty.util.concurrent.Promise
-
- AXFR - Static variable in class io.netty.handler.codec.dns.DnsRecordType
-
Authoritative Zone Transfer record RFC 1035 Transfer entire zone file
from the master name server to secondary name servers.
- b2c(byte) - Static method in class io.netty.util.AsciiString
-
- backoff() - Method in class io.netty.channel.epoll.EpollTcpInfo
-
- backoff(int, long, TimeUnit) - Static method in class io.netty.util.concurrent.RejectedExecutionHandlers
-
Tries to backoff when the task can not be added due restrictions for an configured amount of time.
- BAD_GATEWAY - Static variable in class io.netty.handler.codec.http.HttpResponseStatus
-
502 Bad Gateway
- BAD_GATEWAY - Static variable in class io.netty.handler.codec.http.websocketx.WebSocketCloseStatus
-
- BAD_GATEWAY - Static variable in class io.netty.handler.codec.rtsp.RtspResponseStatuses
-
502 Bad Gateway
- BAD_REQUEST - Static variable in class io.netty.handler.codec.http.HttpResponseStatus
-
400 Bad Request
- BAD_REQUEST - Static variable in class io.netty.handler.codec.rtsp.RtspResponseStatuses
-
400 Bad Request
- BADALG - Static variable in class io.netty.handler.codec.dns.DnsResponseCode
-
The 'BADALG' DNS RCODE (21), as defined in
RFC2930.
- BADKEY - Static variable in class io.netty.handler.codec.dns.DnsResponseCode
-
The 'BADKEY' DNS RCODE (17), as defined in
RFC2845.
- BADMODE - Static variable in class io.netty.handler.codec.dns.DnsResponseCode
-
The 'BADMODE' DNS RCODE (19), as defined in
RFC2930.
- BADNAME - Static variable in class io.netty.handler.codec.dns.DnsResponseCode
-
The 'BADNAME' DNS RCODE (20), as defined in
RFC2930.
- BADTIME - Static variable in class io.netty.handler.codec.dns.DnsResponseCode
-
The 'BADTIME' DNS RCODE (18), as defined in
RFC2845.
- BADVERS_OR_BADSIG - Static variable in class io.netty.handler.codec.dns.DnsResponseCode
-
The 'BADVERS' or 'BADSIG' DNS RCODE (16), as defined in
RFC2671
and
RFC2845.
- BANDWIDTH - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderNames
-
"bandwidth"
- BANDWIDTH - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Names
-
Deprecated.
"Bandwidth"
- Base64 - Class in io.netty.handler.codec.base64
-
Utility class for
ByteBuf
that encodes and decodes to and from
Base64 notation.
- BASE64 - Static variable in class io.netty.handler.codec.http.HttpHeaders.Values
-
Deprecated.
"base64"
- BASE64 - Static variable in class io.netty.handler.codec.http.HttpHeaderValues
-
"base64"
- Base64Decoder - Class in io.netty.handler.codec.base64
-
- Base64Decoder() - Constructor for class io.netty.handler.codec.base64.Base64Decoder
-
- Base64Decoder(Base64Dialect) - Constructor for class io.netty.handler.codec.base64.Base64Decoder
-
- Base64Dialect - Enum in io.netty.handler.codec.base64
-
Enumeration of supported Base64 dialects.
- Base64Encoder - Class in io.netty.handler.codec.base64
-
- Base64Encoder() - Constructor for class io.netty.handler.codec.base64.Base64Encoder
-
- Base64Encoder(boolean) - Constructor for class io.netty.handler.codec.base64.Base64Encoder
-
- Base64Encoder(boolean, Base64Dialect) - Constructor for class io.netty.handler.codec.base64.Base64Encoder
-
- baseDirectory - Static variable in class io.netty.handler.codec.http.multipart.DiskAttribute
-
- baseDirectory - Static variable in class io.netty.handler.codec.http.multipart.DiskFileUpload
-
- BAUD_RATE - Static variable in class io.netty.channel.rxtx.RxtxChannelOption
-
Deprecated.
- before - Variable in class io.netty.handler.codec.DefaultHeaders.HeaderEntry
-
Overall insertion order linked list
- before() - Method in class io.netty.handler.codec.DefaultHeaders.HeaderEntry
-
- beforeScheduledTaskSubmitted(long) - Method in class io.netty.channel.epoll.EpollEventLoop
-
- beforeScheduledTaskSubmitted(long) - Method in class io.netty.channel.nio.NioEventLoop
-
- beforeScheduledTaskSubmitted(long) - Method in class io.netty.util.concurrent.AbstractScheduledEventExecutor
-
Called from arbitrary non-
EventExecutor
threads prior to scheduled task submission.
- beginAggregation(HttpMessage, ByteBuf) - Method in class io.netty.handler.codec.http.HttpObjectAggregator
-
- beginAggregation(WebSocketFrame, ByteBuf) - Method in class io.netty.handler.codec.http.websocketx.WebSocketFrameAggregator
-
- beginAggregation(BinaryMemcacheMessage, ByteBuf) - Method in class io.netty.handler.codec.memcache.binary.BinaryMemcacheObjectAggregator
-
- beginAggregation(S, ByteBuf) - Method in class io.netty.handler.codec.MessageAggregator
-
Creates a new aggregated message from the specified start message and the specified content.
- beginAggregation(BulkStringHeaderRedisMessage, ByteBuf) - Method in class io.netty.handler.codec.redis.RedisBulkStringAggregator
-
- beginAggregation(StompHeadersSubframe, ByteBuf) - Method in class io.netty.handler.codec.stomp.StompSubframeAggregator
-
- beginEncode(HttpResponse, String) - Method in class io.netty.handler.codec.http.HttpContentCompressor
-
- beginEncode(HttpResponse, String) - Method in class io.netty.handler.codec.http.HttpContentEncoder
-
Prepare to encode the HTTP message content.
- beginHandshake() - Method in class io.netty.handler.ssl.ReferenceCountedOpenSslEngine
-
- beginRead() - Method in class io.netty.channel.AbstractChannel.AbstractUnsafe
-
- beginRead() - Method in interface io.netty.channel.Channel.Unsafe
-
- bestAvailableMac() - Static method in class io.netty.util.internal.MacAddressUtil
-
Obtains the best MAC address found on local network interfaces.
- BiDnsQueryLifecycleObserver - Class in io.netty.resolver.dns
-
- BiDnsQueryLifecycleObserver(DnsQueryLifecycleObserver, DnsQueryLifecycleObserver) - Constructor for class io.netty.resolver.dns.BiDnsQueryLifecycleObserver
-
Create a new instance.
- BiDnsQueryLifecycleObserverFactory - Class in io.netty.resolver.dns
-
- BiDnsQueryLifecycleObserverFactory(DnsQueryLifecycleObserverFactory, DnsQueryLifecycleObserverFactory) - Constructor for class io.netty.resolver.dns.BiDnsQueryLifecycleObserverFactory
-
Create a new instance.
- BIG_ENDIAN - Static variable in class io.netty.buffer.Unpooled
-
Big endian byte order.
- BIG_ENDIAN_NATIVE_ORDER - Static variable in class io.netty.util.internal.PlatformDependent
-
- BINARY - Static variable in class io.netty.handler.codec.http.HttpHeaders.Values
-
Deprecated.
"binary"
- BINARY - Static variable in class io.netty.handler.codec.http.HttpHeaderValues
-
"binary"
- 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
-
- BinaryMemcacheClientCodec(int) - Constructor for class io.netty.handler.codec.memcache.binary.BinaryMemcacheClientCodec
-
- BinaryMemcacheClientCodec(int, boolean) - Constructor for class io.netty.handler.codec.memcache.binary.BinaryMemcacheClientCodec
-
- BinaryMemcacheMessage - Interface in io.netty.handler.codec.memcache.binary
-
- 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
-
- BinaryMemcacheRequest - Interface in io.netty.handler.codec.memcache.binary
-
- 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
-
- 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
-
- BinaryMemcacheServerCodec - Class in io.netty.handler.codec.memcache.binary
-
The full server codec that combines the correct encoder and decoder.
- BinaryMemcacheServerCodec() - Constructor for class io.netty.handler.codec.memcache.binary.BinaryMemcacheServerCodec
-
- BinaryMemcacheServerCodec(int) - Constructor for class io.netty.handler.codec.memcache.binary.BinaryMemcacheServerCodec
-
- BinaryProperty(int, byte[]) - Constructor for class io.netty.handler.codec.mqtt.MqttProperties.BinaryProperty
-
- BinaryWebSocketFrame - Class in io.netty.handler.codec.http.websocketx
-
Web Socket frame containing binary data.
- BinaryWebSocketFrame() - Constructor for class io.netty.handler.codec.http.websocketx.BinaryWebSocketFrame
-
Creates a new empty binary frame.
- BinaryWebSocketFrame(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
-
- bind(int) - Method in class io.netty.bootstrap.AbstractBootstrap
-
- bind(String, int) - Method in class io.netty.bootstrap.AbstractBootstrap
-
- bind(InetAddress, int) - Method in class io.netty.bootstrap.AbstractBootstrap
-
- bind(SocketAddress) - Method in class io.netty.bootstrap.AbstractBootstrap
-
- 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, ChannelPromise) - Method in interface io.netty.channel.Channel.Unsafe
-
- bind(ChannelHandlerContext, SocketAddress, ChannelPromise) - Method in class io.netty.channel.ChannelDuplexHandler
-
- bind(ChannelHandlerContext, SocketAddress, ChannelPromise) - Method in interface io.netty.channel.ChannelOutboundHandler
-
Called once a bind operation is made.
- bind(ChannelHandlerContext, SocketAddress, ChannelPromise) - Method in class io.netty.channel.ChannelOutboundHandlerAdapter
-
- bind(SocketAddress) - Method in interface io.netty.channel.ChannelOutboundInvoker
-
Request to bind to the given
SocketAddress
and notify the
ChannelFuture
once the operation
completes, either because the operation was successful or because of an error.
- bind(SocketAddress, ChannelPromise) - Method in interface io.netty.channel.ChannelOutboundInvoker
-
Request to bind to the given
SocketAddress
and notify the
ChannelFuture
once the operation
completes, either because the operation was successful or because of an error.
- bind(ChannelHandlerContext, SocketAddress, ChannelPromise) - Method in class io.netty.channel.CombinedChannelDuplexHandler
-
- bind(SocketAddress) - Method in class io.netty.channel.DefaultChannelPipeline
-
- bind(SocketAddress, ChannelPromise) - Method in class io.netty.channel.DefaultChannelPipeline
-
- bind(SocketAddress) - Method in class io.netty.channel.embedded.EmbeddedChannel
-
- bind(SocketAddress, ChannelPromise) - Method in class io.netty.channel.embedded.EmbeddedChannel
-
- bind(SocketAddress) - Method in class io.netty.channel.unix.Socket
-
- bind(ChannelHandlerContext, SocketAddress, ChannelPromise) - Method in class io.netty.handler.codec.DatagramPacketEncoder
-
- bind(ChannelHandlerContext, SocketAddress, ChannelPromise) - Method in class io.netty.handler.codec.http.HttpClientUpgradeHandler
-
- bind(ChannelHandlerContext, SocketAddress, ChannelPromise) - Method in class io.netty.handler.codec.http2.Http2ConnectionHandler
-
- BIND - Static variable in class io.netty.handler.codec.socksx.v4.Socks4CommandType
-
- BIND - Static variable in class io.netty.handler.codec.socksx.v5.Socks5CommandType
-
- bind(ChannelHandlerContext, SocketAddress, ChannelPromise) - Method in class io.netty.handler.codec.spdy.SpdyFrameCodec
-
- bind(ChannelHandlerContext, SocketAddress, ChannelPromise) - Method in class io.netty.handler.logging.LoggingHandler
-
- bind(ChannelHandlerContext, SocketAddress, ChannelPromise) - Method in class io.netty.handler.ssl.SslClientHelloHandler
-
- bind(ChannelHandlerContext, SocketAddress, ChannelPromise) - Method in class io.netty.handler.ssl.SslHandler
-
- bind(Socket, SocketAddress) - Static method in class io.netty.util.internal.SocketUtils
-
- bind(SocketChannel, SocketAddress) - Static method in class io.netty.util.internal.SocketUtils
-
- bind(DatagramChannel, SocketAddress) - Static method in class io.netty.util.internal.SocketUtils
-
- bindAddress(InetAddress) - Method in class 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
-
Deprecated.
- bindAddress(InetAddress, ChannelPromise) - Method in class io.netty.channel.sctp.oio.OioSctpChannel
-
Deprecated.
- bindAddress(InetAddress) - Method in class io.netty.channel.sctp.oio.OioSctpServerChannel
-
Deprecated.
- bindAddress(InetAddress, ChannelPromise) - Method in class io.netty.channel.sctp.oio.OioSctpServerChannel
-
Deprecated.
- bindAddress(InetAddress) - Method in interface io.netty.channel.sctp.SctpChannel
-
Bind a address to the already bound channel to enable multi-homing.
- bindAddress(InetAddress, 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.
- bindVSock(VSockAddress) - Method in class io.netty.channel.epoll.LinuxSocket
-
- BitapSearchProcessorFactory - Class in io.netty.buffer.search
-
Implements
Bitap string search algorithm.
- BitapSearchProcessorFactory.Processor - Class in io.netty.buffer.search
-
- bitMode() - Static method in class io.netty.util.internal.PlatformDependent
-
Returns the bit mode of the current VM (usually 32 or 64.)
- block(InetAddress, NetworkInterface, InetAddress) - Method in class io.netty.channel.epoll.EpollDatagramChannel
-
- block(InetAddress, NetworkInterface, InetAddress, ChannelPromise) - Method in class io.netty.channel.epoll.EpollDatagramChannel
-
- block(InetAddress, InetAddress) - Method in class io.netty.channel.epoll.EpollDatagramChannel
-
- block(InetAddress, InetAddress, ChannelPromise) - Method in class io.netty.channel.epoll.EpollDatagramChannel
-
- block(InetAddress, NetworkInterface, InetAddress) - Method in class io.netty.channel.kqueue.KQueueDatagramChannel
-
- block(InetAddress, NetworkInterface, InetAddress, ChannelPromise) - Method in class io.netty.channel.kqueue.KQueueDatagramChannel
-
- block(InetAddress, InetAddress) - Method in class io.netty.channel.kqueue.KQueueDatagramChannel
-
- block(InetAddress, InetAddress, ChannelPromise) - Method in class io.netty.channel.kqueue.KQueueDatagramChannel
-
- block(InetAddress, NetworkInterface, InetAddress) - Method in interface io.netty.channel.socket.DatagramChannel
-
Block the given sourceToBlock address for the given multicastAddress on the given networkInterface and notifies
the
ChannelFuture
once the operation completes.
- block(InetAddress, NetworkInterface, InetAddress, ChannelPromise) - Method in interface io.netty.channel.socket.DatagramChannel
-
Block the given sourceToBlock address for the given multicastAddress on the given networkInterface and notifies
the
ChannelFuture
once the operation completes.
- block(InetAddress, InetAddress) - Method in interface io.netty.channel.socket.DatagramChannel
-
Block the given sourceToBlock address for the given multicastAddress and notifies the
ChannelFuture
once
the operation completes.
- block(InetAddress, InetAddress, ChannelPromise) - Method in interface io.netty.channel.socket.DatagramChannel
-
Block the given sourceToBlock address for the given multicastAddress and notifies the
ChannelFuture
once
the operation completes.
- block(InetAddress, NetworkInterface, InetAddress) - Method in class io.netty.channel.socket.nio.NioDatagramChannel
-
Block the given sourceToBlock address for the given multicastAddress on the given networkInterface
- block(InetAddress, NetworkInterface, InetAddress, ChannelPromise) - Method in class io.netty.channel.socket.nio.NioDatagramChannel
-
Block the given sourceToBlock address for the given multicastAddress on the given networkInterface
- block(InetAddress, InetAddress) - Method in class io.netty.channel.socket.nio.NioDatagramChannel
-
Block the given sourceToBlock address for the given multicastAddress
- block(InetAddress, InetAddress, ChannelPromise) - Method in class io.netty.channel.socket.nio.NioDatagramChannel
-
Block the given sourceToBlock address for the given multicastAddress
- block(InetAddress, NetworkInterface, InetAddress) - Method in class io.netty.channel.socket.oio.OioDatagramChannel
-
Deprecated.
- block(InetAddress, NetworkInterface, InetAddress, ChannelPromise) - Method in class io.netty.channel.socket.oio.OioDatagramChannel
-
Deprecated.
- block(InetAddress, InetAddress) - Method in class io.netty.channel.socket.oio.OioDatagramChannel
-
Deprecated.
- block(InetAddress, InetAddress, ChannelPromise) - Method in class io.netty.channel.socket.oio.OioDatagramChannel
-
Deprecated.
- 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() - Method in class io.netty.handler.codec.compression.ZstdOptions
-
- BLOCKSIZE - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderNames
-
"blocksize"
- BLOCKSIZE - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Names
-
Deprecated.
"Blocksize"
- bndAddr() - Method in class io.netty.handler.codec.socksx.v5.DefaultSocks5CommandResponse
-
- bndAddr() - Method in interface io.netty.handler.codec.socksx.v5.Socks5CommandResponse
-
Returns the BND.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.
- BooleanSupplier - Interface in io.netty.util
-
Represents a supplier of boolean
-valued results.
- bootstrap - Variable in class io.netty.bootstrap.AbstractBootstrapConfig
-
- Bootstrap - Class in io.netty.bootstrap
-
- Bootstrap() - Constructor for class io.netty.bootstrap.Bootstrap
-
- bootstrap() - Method in class io.netty.channel.pool.SimpleChannelPool
-
Returns the
Bootstrap
this pool will use to open new connections.
- BootstrapConfig - Class in io.netty.bootstrap
-
- BOUNDARY - Static variable in class io.netty.handler.codec.http.HttpHeaders.Values
-
Deprecated.
"boundary"
- BOUNDARY - Static variable in class io.netty.handler.codec.http.HttpHeaderValues
-
"boundary"
- BoundedInputStream - Class in io.netty.util.internal
-
- BoundedInputStream(InputStream, int) - Constructor for class io.netty.util.internal.BoundedInputStream
-
- BoundedInputStream(InputStream) - Constructor for class io.netty.util.internal.BoundedInputStream
-
- BR - Static variable in class io.netty.handler.codec.http.HttpHeaderValues
-
"br"
- Brotli - Class in io.netty.handler.codec.compression
-
- brotli() - Static method in class io.netty.handler.codec.compression.StandardCompressionOptions
-
Default implementation of
BrotliOptions
with
Encoder.Parameters#setQuality(int)
set to 4
and
Encoder.Parameters#setMode(Encoder.Mode)
set to
Encoder.Mode#TEXT
- brotli(Encoder.Parameters) - Static method in class io.netty.handler.codec.compression.StandardCompressionOptions
-
- brotli(int, int, BrotliMode) - Static method in class io.netty.handler.codec.compression.StandardCompressionOptions
-
- BrotliDecoder - Class in io.netty.handler.codec.compression
-
Decompresses a
ByteBuf
encoded with the brotli format.
- BrotliDecoder() - Constructor for class io.netty.handler.codec.compression.BrotliDecoder
-
Creates a new BrotliDecoder with a default 8kB input buffer
- BrotliDecoder(int) - Constructor for class io.netty.handler.codec.compression.BrotliDecoder
-
Creates a new BrotliDecoder
- BrotliEncoder - Class in io.netty.handler.codec.compression
-
Compress a
ByteBuf
with the Brotli compression.
- BrotliEncoder() - Constructor for class io.netty.handler.codec.compression.BrotliEncoder
-
- BrotliEncoder(BrotliOptions) - Constructor for class io.netty.handler.codec.compression.BrotliEncoder
-
- BrotliEncoder(Encoder.Parameters) - Constructor for class io.netty.handler.codec.compression.BrotliEncoder
-
- BrotliEncoder(Encoder.Parameters, boolean) - Constructor for class io.netty.handler.codec.compression.BrotliEncoder
-
Create a new
BrotliEncoder
Instance and specify
whether this instance will be shared with multiple pipelines or not.
- BrotliMode - Enum in io.netty.handler.codec.compression
-
Provides a way to specify the Brotli compression mode.
- BrotliOptions - Class in io.netty.handler.codec.compression
-
- 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
-
- 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
.
- buffer() - Method in class io.netty.channel.PreferHeapByteBufAllocator
-
- buffer(int) - Method in class io.netty.channel.PreferHeapByteBufAllocator
-
- buffer(int, int) - Method in class io.netty.channel.PreferHeapByteBufAllocator
-
- Buffer - Class in io.netty.channel.unix
-
- buffer() - Method in class io.netty.channel.unix.PreferredDirectByteBufAllocator
-
- buffer(int) - Method in class io.netty.channel.unix.PreferredDirectByteBufAllocator
-
- buffer(int, int) - Method in class io.netty.channel.unix.PreferredDirectByteBufAllocator
-
- build() - Method in class io.netty.handler.codec.http.cors.CorsConfig.Builder
-
- build() - Method in class io.netty.handler.codec.http.cors.CorsConfigBuilder
-
Builds a
CorsConfig
with settings specified by previous method calls.
- build(String) - Method in class io.netty.handler.codec.http.QueryStringDecoder.Builder
-
Create a decoder that will lazily decode the given URI with the settings configured in this builder.
- build(URI) - Method in class io.netty.handler.codec.http.QueryStringDecoder.Builder
-
Create a decoder that will lazily decode the given URI with the settings configured in this builder.
- build() - Method in class io.netty.handler.codec.http.websocketx.WebSocketClientProtocolConfig.Builder
-
Build unmodifiable client protocol configuration.
- build() - Method in class io.netty.handler.codec.http.websocketx.WebSocketDecoderConfig.Builder
-
- build() - Method in class io.netty.handler.codec.http.websocketx.WebSocketServerProtocolConfig.Builder
-
Build unmodifiable server protocol configuration.
- build() - Method in class io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
-
- build(Http2ConnectionDecoder, Http2ConnectionEncoder, Http2Settings) - Method in class io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
-
- build() - Method in class io.netty.handler.codec.http2.AbstractInboundHttp2ToHttpAdapterBuilder
-
- build(Http2Connection, int, boolean, boolean) - Method in class io.netty.handler.codec.http2.AbstractInboundHttp2ToHttpAdapterBuilder
-
- build() - Method in class io.netty.handler.codec.http2.Http2ConnectionHandlerBuilder
-
- build(Http2ConnectionDecoder, Http2ConnectionEncoder, Http2Settings) - Method in class io.netty.handler.codec.http2.Http2ConnectionHandlerBuilder
-
- build() - Method in class io.netty.handler.codec.http2.Http2FrameCodecBuilder
-
- build(Http2ConnectionDecoder, Http2ConnectionEncoder, Http2Settings) - Method in class io.netty.handler.codec.http2.Http2FrameCodecBuilder
-
- build() - Method in class io.netty.handler.codec.http2.Http2MultiplexCodecBuilder
-
Deprecated.
- build(Http2ConnectionDecoder, Http2ConnectionEncoder, Http2Settings) - Method in class io.netty.handler.codec.http2.Http2MultiplexCodecBuilder
-
Deprecated.
- build() - Method in class io.netty.handler.codec.http2.HttpToHttp2ConnectionHandlerBuilder
-
- build(Http2ConnectionDecoder, Http2ConnectionEncoder, Http2Settings) - Method in class io.netty.handler.codec.http2.HttpToHttp2ConnectionHandlerBuilder
-
- build() - Method in class io.netty.handler.codec.http2.InboundHttp2ToHttpAdapterBuilder
-
- build(Http2Connection, int, boolean, boolean) - Method in class io.netty.handler.codec.http2.InboundHttp2ToHttpAdapterBuilder
-
- build() - Method in class io.netty.handler.codec.mqtt.MqttMessageBuilders.AuthBuilder
-
- build() - Method in class io.netty.handler.codec.mqtt.MqttMessageBuilders.ConnAckBuilder
-
- build() - Method in class io.netty.handler.codec.mqtt.MqttMessageBuilders.ConnAckPropertiesBuilder
-
- build() - Method in class io.netty.handler.codec.mqtt.MqttMessageBuilders.ConnectBuilder
-
- build() - Method in class io.netty.handler.codec.mqtt.MqttMessageBuilders.DisconnectBuilder
-
- build() - Method in class io.netty.handler.codec.mqtt.MqttMessageBuilders.PubAckBuilder
-
- build() - Method in class io.netty.handler.codec.mqtt.MqttMessageBuilders.PublishBuilder
-
- build() - Method in class io.netty.handler.codec.mqtt.MqttMessageBuilders.SubAckBuilder
-
- build() - Method in class io.netty.handler.codec.mqtt.MqttMessageBuilders.SubscribeBuilder
-
- build() - Method in class io.netty.handler.codec.mqtt.MqttMessageBuilders.UnsubAckBuilder
-
- build() - Method in class io.netty.handler.codec.mqtt.MqttMessageBuilders.UnsubscribeBuilder
-
- build(OutputStream) - Method in class io.netty.handler.pcap.PcapWriteHandler.Builder
-
- build() - Method in class io.netty.handler.ssl.OpenSslCertificateCompressionConfig.Builder
-
- build() - Method in class io.netty.handler.ssl.SslContextBuilder
-
Create new SslContext
instance with configured settings.
- build() - Method in class io.netty.handler.ssl.util.FingerprintTrustManagerFactoryBuilder
-
- build() - Method in class io.netty.resolver.dns.DnsNameResolverBuilder
-
- build() - Method in class io.netty.util.DomainMappingBuilder
-
Deprecated.
- build() - Method in class io.netty.util.DomainNameMappingBuilder
-
Deprecated.
- build() - Method in class io.netty.util.DomainWildcardMappingBuilder
-
Creates a new instance of an immutable
Mapping
.
- Builder(String...) - Constructor for class io.netty.handler.codec.http.cors.CorsConfig.Builder
-
- Builder() - Constructor for class io.netty.handler.codec.http.cors.CorsConfig.Builder
-
- builder() - Static method in class io.netty.handler.codec.http.QueryStringDecoder
-
- builder() - Static method in class io.netty.handler.pcap.PcapWriteHandler
-
- builder(String) - Static method in class io.netty.handler.ssl.util.FingerprintTrustManagerFactory
-
- buildHandshakeException(String) - Method in class io.netty.handler.codec.http.websocketx.WebSocketClientProtocolHandler
-
- buildHandshakeException(String) - Method in class io.netty.handler.codec.http.websocketx.WebSocketServerProtocolHandler
-
- buildInvalidMessage() - Method in class io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheDecoder
-
Helper method to create a upstream message when the incoming parsing did fail.
- buildInvalidMessage() - Method in class io.netty.handler.codec.memcache.binary.BinaryMemcacheRequestDecoder
-
- buildInvalidMessage() - Method in class io.netty.handler.codec.memcache.binary.BinaryMemcacheResponseDecoder
-
- buildKeyManagerFactory(File, File, String, KeyManagerFactory) - Static method in class io.netty.handler.ssl.JdkSslContext
-
- buildKeyManagerFactory(File, String, File, String, KeyManagerFactory) - Static method in class io.netty.handler.ssl.JdkSslContext
-
- buildKeyManagerFactory(X509Certificate[], String, PrivateKey, String, KeyManagerFactory, String) - Static method in class io.netty.handler.ssl.SslContext
-
- buildKeyStore(X509Certificate[], PrivateKey, char[], String) - Static method in class io.netty.handler.ssl.SslContext
-
- buildTimeMillis() - Method in class io.netty.util.Version
-
- buildTrustManagerFactory(File, TrustManagerFactory) - Static method in class io.netty.handler.ssl.SslContext
-
Deprecated.
- buildTrustManagerFactory(File, TrustManagerFactory, String) - Static method in class io.netty.handler.ssl.SslContext
-
- buildTrustManagerFactory(X509Certificate[], TrustManagerFactory, String) - Static method in class io.netty.handler.ssl.SslContext
-
- BulkStringHeaderRedisMessage - Class in io.netty.handler.codec.redis
-
The header of Bulk Strings in
RESP.
- BulkStringHeaderRedisMessage(int) - Constructor for class io.netty.handler.codec.redis.BulkStringHeaderRedisMessage
-
- bulkStringLength() - Method in class io.netty.handler.codec.redis.BulkStringHeaderRedisMessage
-
Return bulkStringLength
for this content.
- BulkStringRedisContent - Interface in io.netty.handler.codec.redis
-
A chunk of bulk strings which is used for Redis chunked transfer-encoding.
- BUSY_WAIT - Static variable in interface io.netty.channel.SelectStrategy
-
Indicates the IO loop to poll for new events without blocking.
- BYTE_ACCEPTOR - Static variable in class io.netty.channel.udt.nio.NioUdtProvider
-
Deprecated.
- BYTE_CONNECTOR - Static variable in class io.netty.channel.udt.nio.NioUdtProvider
-
Deprecated.
- BYTE_PROVIDER - Static variable in class io.netty.channel.udt.nio.NioUdtProvider
-
Deprecated.
- BYTE_RENDEZVOUS - Static variable in class io.netty.channel.udt.nio.NioUdtProvider
-
Deprecated.
- byteArrayBaseOffset() - Static method in class io.netty.util.internal.PlatformDependent
-
- ByteArrayDecoder - Class in io.netty.handler.codec.bytes
-
Decodes a received
ByteBuf
into an array of bytes.
- ByteArrayDecoder() - Constructor for class io.netty.handler.codec.bytes.ByteArrayDecoder
-
- ByteArrayEncoder - Class in io.netty.handler.codec.bytes
-
Encodes the requested array of bytes into a
ByteBuf
.
- ByteArrayEncoder() - Constructor for class io.netty.handler.codec.bytes.ByteArrayEncoder
-
- byteAt(int) - Method in class io.netty.util.AsciiString
-
- ByteBuf - Class in io.netty.buffer
-
A random and sequential accessible sequence of zero or more bytes (octets).
- ByteBuf() - Constructor for class io.netty.buffer.ByteBuf
-
- ByteBufAllocator - Interface in io.netty.buffer
-
Implementations are responsible to allocate buffers.
- ByteBufAllocatorMetric - Interface in io.netty.buffer
-
- ByteBufAllocatorMetricProvider - Interface in io.netty.buffer
-
- ByteBufConvertible - Interface in io.netty.buffer
-
An interface that can be implemented by any object that know how to turn itself into a
ByteBuf
.
- ByteBufFormat - Enum in io.netty.handler.logging
-
- byteBufFormat() - Method in class io.netty.handler.logging.LoggingHandler
-
- ByteBufHolder - Interface in io.netty.buffer
-
A packet which is send or receive.
- ByteBufInputStream - Class in io.netty.buffer
-
- ByteBufInputStream(ByteBuf) - Constructor for class io.netty.buffer.ByteBufInputStream
-
Creates a new stream which reads data from the specified buffer
starting at the current readerIndex
and ending at the current
writerIndex
.
- ByteBufInputStream(ByteBuf, int) - Constructor for class io.netty.buffer.ByteBufInputStream
-
Creates a new stream which reads data from the specified buffer
starting at the current readerIndex
and ending at
readerIndex + length
.
- ByteBufInputStream(ByteBuf, boolean) - Constructor for class io.netty.buffer.ByteBufInputStream
-
Creates a new stream which reads data from the specified buffer
starting at the current readerIndex
and ending at the current
writerIndex
.
- ByteBufInputStream(ByteBuf, int, boolean) - Constructor for class io.netty.buffer.ByteBufInputStream
-
Creates a new stream which reads data from the specified buffer
starting at the current readerIndex
and ending at
readerIndex + length
.
- ByteBufOutputStream - Class in io.netty.buffer
-
- ByteBufOutputStream(ByteBuf) - Constructor for class io.netty.buffer.ByteBufOutputStream
-
Creates a new stream which writes data to the specified buffer
.
- ByteBufOutputStream(ByteBuf, boolean) - Constructor for class io.netty.buffer.ByteBufOutputStream
-
Creates a new stream which writes data to the specified buffer
.
- ByteBufProcessor - Interface in io.netty.buffer
-
- ByteBufUtil - Class in io.netty.buffer
-
A collection of utility methods that is related with handling
ByteBuf
,
such as the generation of hex dump and swapping an integer's byte order.
- ByteCollections - Class in io.netty.util.collection
-
Utilities for byte-based primitive collections.
- ByteObjectHashMap<V> - Class in io.netty.util.collection
-
A hash map implementation of
ByteObjectMap
that uses open addressing for keys.
- ByteObjectHashMap() - Constructor for class io.netty.util.collection.ByteObjectHashMap
-
- ByteObjectHashMap(int) - Constructor for class io.netty.util.collection.ByteObjectHashMap
-
- ByteObjectHashMap(int, float) - Constructor for class io.netty.util.collection.ByteObjectHashMap
-
- ByteObjectMap<V> - Interface in io.netty.util.collection
-
Interface for a primitive map that uses byte
s as keys.
- ByteObjectMap.PrimitiveEntry<V> - Interface in io.netty.util.collection
-
- ByteProcessor - Interface in io.netty.util
-
Provides a mechanism to iterate over a collection of bytes.
- ByteProcessor.IndexNotOfProcessor - Class in io.netty.util
-
A
ByteProcessor
which finds the first appearance which is not of a specific byte.
- ByteProcessor.IndexOfProcessor - Class in io.netty.util
-
A
ByteProcessor
which finds the first appearance of a specific byte.
- bytes() - Method in class io.netty.channel.PendingWriteQueue
-
Returns the total number of bytes that are pending because of pending messages.
- BYTES - Static variable in class io.netty.handler.codec.http.HttpHeaders.Values
-
Deprecated.
"bytes"
- BYTES - Static variable in class io.netty.handler.codec.http.HttpHeaderValues
-
"bytes"
- BYTES - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Values
-
Deprecated.
"bytes"
- BYTES - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderValues
-
"bytes"
- bytesBefore(byte) - Method in class io.netty.buffer.AbstractByteBuf
-
- bytesBefore(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
-
Deprecated.
- bytesBefore(int, byte) - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- bytesBefore(int, int, byte) - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- bytesBeforeUnwritable() - Method in class io.netty.channel.AbstractChannel
-
- bytesBeforeUnwritable() - Method in interface io.netty.channel.Channel
-
- bytesBeforeUnwritable() - Method in class io.netty.channel.ChannelOutboundBuffer
-
- bytesBeforeWritable() - Method in class io.netty.channel.AbstractChannel
-
- bytesBeforeWritable() - Method in interface io.netty.channel.Channel
-
- bytesBeforeWritable() - Method in class io.netty.channel.ChannelOutboundBuffer
-
- bytesToIpAddress(byte[]) - Static method in class io.netty.util.NetUtil
-
Converts 4-byte or 16-byte data into an IPv4 or IPv6 string respectively.
- bytesToIpAddress(byte[], int, int) - Static method in class io.netty.util.NetUtil
-
Converts 4-byte or 16-byte data into an IPv4 or IPv6 string respectively.
- byteToHexString(int) - Static method in class io.netty.util.internal.StringUtil
-
Converts the specified byte value into a hexadecimal integer.
- byteToHexString(T, int) - Static method in class io.netty.util.internal.StringUtil
-
Converts the specified byte value into a hexadecimal integer and appends it to the specified buffer.
- byteToHexStringPadded(int) - Static method in class io.netty.util.internal.StringUtil
-
Converts the specified byte value into a 2-digit hexadecimal integer.
- byteToHexStringPadded(T, int) - Static method in class io.netty.util.internal.StringUtil
-
Converts the specified byte value into a 2-digit hexadecimal integer and appends it to the specified buffer.
- ByteToMessageCodec<I> - Class in io.netty.handler.codec
-
A Codec for on-the-fly encoding/decoding of bytes to messages and vise-versa.
- ByteToMessageCodec() - Constructor for class io.netty.handler.codec.ByteToMessageCodec
-
- 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
-
- ByteToMessageDecoder() - Constructor for class io.netty.handler.codec.ByteToMessageDecoder
-
- ByteToMessageDecoder.Cumulator - Interface in io.netty.handler.codec
-
- byteValue() - Method in class io.netty.handler.codec.dns.DnsOpCode
-
- byteValue() - Method in enum io.netty.handler.codec.haproxy.HAProxyCommand
-
Returns the byte value of this command.
- byteValue() - Method in enum io.netty.handler.codec.haproxy.HAProxyProtocolVersion
-
Returns the byte value of this version.
- byteValue() - Method in enum io.netty.handler.codec.haproxy.HAProxyProxiedProtocol.AddressFamily
-
Returns the byte value of this address family.
- byteValue() - Method in enum io.netty.handler.codec.haproxy.HAProxyProxiedProtocol
-
Returns the byte value of this protocol and address family.
- byteValue() - Method in enum io.netty.handler.codec.haproxy.HAProxyProxiedProtocol.TransportProtocol
-
Returns the byte value of this transport protocol.
- byteValue() - Method in enum io.netty.handler.codec.mqtt.MqttConnectReturnCode
-
- byteValue() - Method in enum io.netty.handler.codec.mqtt.MqttReasonCodes.Auth
-
- byteValue() - Method in enum io.netty.handler.codec.mqtt.MqttReasonCodes.Disconnect
-
- byteValue() - Method in enum io.netty.handler.codec.mqtt.MqttReasonCodes.PubAck
-
- byteValue() - Method in enum io.netty.handler.codec.mqtt.MqttReasonCodes.PubComp
-
- byteValue() - Method in enum io.netty.handler.codec.mqtt.MqttReasonCodes.PubRec
-
- byteValue() - Method in enum io.netty.handler.codec.mqtt.MqttReasonCodes.PubRel
-
- byteValue() - Method in enum io.netty.handler.codec.mqtt.MqttReasonCodes.SubAck
-
- byteValue() - Method in enum io.netty.handler.codec.mqtt.MqttReasonCodes.UnsubAck
-
- byteValue() - Method in enum io.netty.handler.codec.socks.SocksAddressType
-
- byteValue() - Method in enum io.netty.handler.codec.socks.SocksAuthScheme
-
- byteValue() - Method in enum io.netty.handler.codec.socks.SocksAuthStatus
-
- byteValue() - Method in enum io.netty.handler.codec.socks.SocksCmdStatus
-
- byteValue() - Method in enum io.netty.handler.codec.socks.SocksCmdType
-
- byteValue() - Method in enum io.netty.handler.codec.socks.SocksProtocolVersion
-
- byteValue() - Method in enum io.netty.handler.codec.socks.SocksSubnegotiationVersion
-
- byteValue() - Method in enum io.netty.handler.codec.socksx.SocksVersion
-
Returns the value of the version field, as defined in the protocol specification.
- byteValue() - Method in class io.netty.handler.codec.socksx.v4.Socks4CommandStatus
-
- byteValue() - Method in class io.netty.handler.codec.socksx.v4.Socks4CommandType
-
- byteValue() - Method in class io.netty.handler.codec.socksx.v5.Socks5AddressType
-
- byteValue() - Method in class io.netty.handler.codec.socksx.v5.Socks5AuthMethod
-
- byteValue() - Method in class io.netty.handler.codec.socksx.v5.Socks5CommandStatus
-
- byteValue() - Method in class io.netty.handler.codec.socksx.v5.Socks5CommandType
-
- byteValue() - Method in class io.netty.handler.codec.socksx.v5.Socks5PasswordAuthStatus
-
- byteValueForType(HAProxyTLV.Type) - Static method in enum io.netty.handler.codec.haproxy.HAProxyTLV.Type
-
Returns the byte value for the
HAProxyTLV.Type
as defined in the PROXY protocol 1.5 spec.
- 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
.
- c2b(char) - Static method in class io.netty.util.AsciiString
-
- CAA - Static variable in class io.netty.handler.codec.dns.DnsRecordType
-
Certification Authority Authorization record RFC 6844 CA pinning,
constraining acceptable CAs for a host/domain.
- cache(String, InetSocketAddress, long, EventLoop) - Method in interface io.netty.resolver.dns.AuthoritativeDnsServerCache
-
Caches a nameserver that should be used to resolve the given hostname.
- cache(String, InetSocketAddress, long, EventLoop) - Method in class io.netty.resolver.dns.DefaultAuthoritativeDnsServerCache
-
- cache(String, DnsRecord[], InetAddress, long, EventLoop) - Method in class io.netty.resolver.dns.DefaultDnsCache
-
- cache(String, DnsRecord[], Throwable, EventLoop) - Method in class io.netty.resolver.dns.DefaultDnsCache
-
- cache(String, String, long, EventLoop) - Method in class io.netty.resolver.dns.DefaultDnsCnameCache
-
- cache(String, DnsRecord[], InetAddress, long, EventLoop) - Method in interface io.netty.resolver.dns.DnsCache
-
Create a new
DnsCacheEntry
and cache a resolved address for a given hostname.
- cache(String, DnsRecord[], Throwable, EventLoop) - Method in interface io.netty.resolver.dns.DnsCache
-
Cache the resolution failure for a given hostname.
- cache(String, String, long, EventLoop) - Method in interface io.netty.resolver.dns.DnsCnameCache
-
Caches a cname entry that should be used for the given hostname.
- cache(String, InetSocketAddress, long, EventLoop) - Method in class io.netty.resolver.dns.NoopAuthoritativeDnsServerCache
-
- cache(String, DnsRecord[], InetAddress, long, EventLoop) - Method in class io.netty.resolver.dns.NoopDnsCache
-
- cache(String, DnsRecord[], Throwable, EventLoop) - Method in class io.netty.resolver.dns.NoopDnsCache
-
- cache(String, String, long, EventLoop) - Method in class io.netty.resolver.dns.NoopDnsCnameCache
-
- CACHE_CONTROL - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
-
"cache-control"
- CACHE_CONTROL - Static variable in class io.netty.handler.codec.http.HttpHeaders.Names
-
Deprecated.
"Cache-Control"
- CACHE_CONTROL - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderNames
-
"cache-control"
- CACHE_CONTROL - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Names
-
Deprecated.
"Cache-Control"
- cached(String) - Static method in class io.netty.util.AsciiString
-
- cacheDisabled(ClassLoader) - Static method in class io.netty.handler.codec.serialization.ClassResolvers
-
Deprecated.
cache disabled
- cacheFull() - Method in class io.netty.handler.ssl.OpenSslSessionStats
-
Returns the number of sessions that were removed because the maximum session cache size was exceeded.
- calculateMaxHeaderListSizeGoAway(long) - Method in class io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder
-
Calculate the threshold in bytes which should trigger a GO_AWAY
if a set of headers exceeds this amount.
- calculateMaxHeaderListSizeGoAway(long) - Static method in class io.netty.handler.codec.http2.Http2CodecUtil
-
Calculate the threshold in bytes which should trigger a GO_AWAY
if a set of headers exceeds this amount.
- calculateNewCapacity(int, int) - Method in class io.netty.buffer.AbstractByteBufAllocator
-
- calculateNewCapacity(int, int) - Method in interface io.netty.buffer.ByteBufAllocator
-
Calculate the new capacity of a
ByteBuf
that is used when a
ByteBuf
needs to expand by the
minNewCapacity
with
maxCapacity
as upper-bound.
- calculateNewCapacity(int, int) - Method in class io.netty.channel.PreferHeapByteBufAllocator
-
- calculateNewCapacity(int, int) - Method in class io.netty.channel.unix.PreferredDirectByteBufAllocator
-
- calculateSize(Object) - Method in class io.netty.handler.traffic.AbstractTrafficShapingHandler
-
Calculate the size of the given
Object
.
- calculateStrategy(IntSupplier, boolean) - Method in interface io.netty.channel.SelectStrategy
-
The
SelectStrategy
can be used to steer the outcome of a potential select
call.
- call() - Method in class io.netty.handler.codec.http.cors.CorsConfig.DateValueGenerator
-
Deprecated.
- callDecode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.ByteToMessageDecoder
-
Called once data should be decoded from the given
ByteBuf
.
- callDecode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.ReplayingDecoder
-
- cancel(boolean) - Method in class io.netty.channel.DelegatingChannelPromiseNotifier
-
- cancel(boolean) - Method in class io.netty.channel.VoidChannelPromise
-
- 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
-
- 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.
- canEnableTcpNoDelayByDefault() - Static method in class io.netty.util.internal.PlatformDependent
-
Returns true
if and only if it is fine to enable TCP_NODELAY socket option by default.
- canOpenStream() - Method in interface io.netty.handler.codec.http2.Http2Connection.Endpoint
-
- capacity() - Method in class io.netty.buffer.ByteBuf
-
Returns the number of bytes (octets) this buffer can contain.
- capacity(int) - Method in class io.netty.buffer.ByteBuf
-
Adjusts the capacity of this buffer.
- capacity() - Method in class io.netty.buffer.CompositeByteBuf
-
- capacity(int) - Method in class io.netty.buffer.CompositeByteBuf
-
- capacity() - Method in class io.netty.buffer.DuplicatedByteBuf
-
Deprecated.
- capacity(int) - Method in class io.netty.buffer.DuplicatedByteBuf
-
Deprecated.
- capacity() - Method in class io.netty.buffer.EmptyByteBuf
-
- capacity(int) - Method in class io.netty.buffer.EmptyByteBuf
-
- capacity() - Method in class io.netty.buffer.ReadOnlyByteBuf
-
Deprecated.
- capacity(int) - Method in class io.netty.buffer.ReadOnlyByteBuf
-
Deprecated.
- capacity() - Method in class io.netty.buffer.SlicedByteBuf
-
Deprecated.
- capacity() - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- capacity(int) - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- 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
-
- captureZeroByte(boolean) - Method in class io.netty.handler.pcap.PcapWriteHandler.Builder
-
Set to true
to enable capturing packets with empty (0 bytes) payload.
- CARRIAGE_RETURN - Static variable in class io.netty.util.internal.StringUtil
-
- cas() - Method in class io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage
-
- cas() - Method in interface io.netty.handler.codec.memcache.binary.BinaryMemcacheMessage
-
Returns the CAS identifier.
- cascade(F, Promise<? super V>) - Static method in class io.netty.util.concurrent.PromiseNotifier
-
- cascade(boolean, F, Promise<? super V>) - Static method in class io.netty.util.concurrent.PromiseNotifier
-
- cascadeTo(Future<X>, Promise<? super X>) - Static method in class io.netty.util.concurrent.UnaryPromiseNotifier
-
Deprecated.
- CASE_INSENSITIVE_HASHER - Static variable in class io.netty.util.AsciiString
-
- CASE_SENSITIVE_HASHER - Static variable in class io.netty.util.AsciiString
-
- caState() - Method in class io.netty.channel.epoll.EpollTcpInfo
-
- cause() - Method in class io.netty.channel.DelegatingChannelPromiseNotifier
-
- cause() - Method in interface io.netty.channel.group.ChannelGroupFuture
-
- cause() - Method in class io.netty.channel.VoidChannelPromise
-
- cause() - Static method in class io.netty.handler.codec.compression.Brotli
-
- cause() - Static method in class io.netty.handler.codec.compression.Zstd
-
- cause() - Method in class io.netty.handler.codec.DecoderResult
-
- cause() - Method in class io.netty.handler.ssl.SslCompletionEvent
-
- cause() - Method in interface io.netty.resolver.dns.DnsCacheEntry
-
If the DNS query failed this will provide the rational.
- cause() - Method in class io.netty.util.concurrent.DefaultPromise
-
- cause() - Method in class io.netty.util.concurrent.FailedFuture
-
- cause() - Method in interface io.netty.util.concurrent.Future
-
Returns the cause of the failed I/O operation if the I/O operation has
failed.
- cause() - Method in class io.netty.util.concurrent.SucceededFuture
-
- cbHits() - Method in class io.netty.handler.ssl.OpenSslSessionStats
-
Returns the number of successfully retrieved sessions from the external session cache in server mode.
- CERT - Static variable in class io.netty.handler.codec.dns.DnsRecordType
-
Certificate record RFC 4398 Stores PKIX, SPKI, PGP, etc.
- cert() - Method in class io.netty.handler.ssl.util.SelfSignedCertificate
-
Returns the generated X.509 certificate.
- certificate() - Method in class io.netty.handler.ssl.util.SelfSignedCertificate
-
Returns the generated X.509 certificate file in PEM format.
- CERTIFICATE_COMPRESSION_ALGORITHMS - Static variable in class io.netty.handler.ssl.OpenSslContextOption
-
- certificates(byte[][]) - Static method in class io.netty.handler.ssl.ReferenceCountedOpenSslContext
-
- ch() - Method in class io.netty.channel.nio.AbstractNioChannel.AbstractNioUnsafe
-
- ch() - Method in interface io.netty.channel.nio.AbstractNioChannel.NioUnsafe
-
- channel(Class<? extends C>) - Method in class io.netty.bootstrap.AbstractBootstrap
-
- 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
-
- channel() - Method in interface io.netty.channel.ChannelPipeline
-
Returns the
Channel
that this pipeline is attached to.
- channel() - Method in interface io.netty.channel.ChannelPromise
-
- channel - Variable in class io.netty.channel.DefaultChannelConfig
-
- channel() - Method in class io.netty.channel.DefaultChannelPipeline
-
- channel() - Method in class io.netty.channel.DefaultChannelProgressivePromise
-
- channel() - Method in class io.netty.channel.DefaultChannelPromise
-
- channel() - Method in class io.netty.channel.DelegatingChannelPromiseNotifier
-
- channel() - Method in class io.netty.channel.VoidChannelPromise
-
- 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
-
- channelAcquired(Channel) - Method in class io.netty.channel.pool.AbstractChannelPoolHandler
-
NOOP implementation, sub-classes may override this.
- channelAcquired(Channel) - Method in interface io.netty.channel.pool.ChannelPoolHandler
-
- channelActive(ChannelHandlerContext) - Method in interface io.netty.channel.ChannelInboundHandler
-
- channelActive(ChannelHandlerContext) - Method in class io.netty.channel.ChannelInboundHandlerAdapter
-
- channelActive(ChannelHandlerContext) - Method in class io.netty.channel.CombinedChannelDuplexHandler
-
- channelActive(ChannelHandlerContext) - Method in class io.netty.handler.codec.DatagramPacketDecoder
-
- 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.pcap.PcapWriteHandler
-
- channelActive(ChannelHandlerContext) - Method in class io.netty.handler.proxy.ProxyHandler
-
- channelActive(ChannelHandlerContext) - Method in class io.netty.handler.ssl.AbstractSniHandler
-
- channelActive(ChannelHandlerContext) - Method in class io.netty.handler.ssl.SslHandler
-
Issues an initial TLS handshake once connected when used in client-mode
- channelActive(ChannelHandlerContext) - Method in class io.netty.handler.timeout.IdleStateHandler
-
- ChannelConfig - Interface in io.netty.channel
-
A set of configuration properties of a
Channel
.
- channelCreated(Channel) - Method in interface io.netty.channel.pool.ChannelPoolHandler
-
- ChannelDuplexHandler - Class in io.netty.channel
-
- ChannelDuplexHandler() - Constructor for class io.netty.channel.ChannelDuplexHandler
-
- ChannelException - Exception in io.netty.channel
-
- 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.
- ChannelException(String, Throwable, boolean) - Constructor for exception io.netty.channel.ChannelException
-
- channelFactory(ChannelFactory<? extends C>) - Method in class io.netty.bootstrap.AbstractBootstrap
-
- channelFactory(ChannelFactory<? extends C>) - Method in class io.netty.bootstrap.AbstractBootstrap
-
- channelFactory() - Method in class io.netty.bootstrap.AbstractBootstrapConfig
-
Returns the configured
ChannelFactory
or
null
if non is configured yet.
- ChannelFactory<T extends Channel> - Interface in io.netty.bootstrap
-
- ChannelFactory<T extends Channel> - Interface in io.netty.channel
-
- channelFactory() - Method in class io.netty.resolver.dns.DnsNameResolverBuilder
-
Deprecated.
- channelFactory(ChannelFactory<? extends DatagramChannel>) - Method in class io.netty.resolver.dns.DnsNameResolverBuilder
-
- 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
-
- ChannelFuture - Interface in io.netty.channel
-
The result of an asynchronous
Channel
I/O operation.
- ChannelFutureListener - Interface in io.netty.channel
-
- ChannelGroup - Interface in io.netty.channel.group
-
A thread-safe
Set
that contains open
Channel
s and provides
various bulk operations on them.
- ChannelGroupException - Exception in io.netty.channel.group
-
- ChannelGroupException(Collection<Map.Entry<Channel, Throwable>>) - Constructor for exception io.netty.channel.group.ChannelGroupException
-
- ChannelGroupFuture - Interface in io.netty.channel.group
-
- ChannelGroupFutureListener - Interface in io.netty.channel.group
-
- 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
ChannelPipeline
s multiple times
without a race condition.
- ChannelHandlerAdapter - Class in io.netty.channel
-
- ChannelHandlerAdapter() - Constructor for class io.netty.channel.ChannelHandlerAdapter
-
- ChannelHandlerContext - Interface in io.netty.channel
-
- channelHandlerContext(ChannelHandlerContext) - Method in class io.netty.handler.codec.http2.DefaultHttp2LocalFlowController
-
- channelHandlerContext(ChannelHandlerContext) - Method in class io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController
-
- channelHandlerContext() - Method in class io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController
-
- channelHandlerContext(ChannelHandlerContext) - Method in interface io.netty.handler.codec.http2.Http2FlowController
-
- channelHandlerContext() - Method in interface io.netty.handler.codec.http2.Http2RemoteFlowController
-
- ChannelHealthChecker - Interface in io.netty.channel.pool
-
- 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
-
- channelIdle(ChannelHandlerContext, IdleStateEvent) - Method in class io.netty.handler.timeout.ReadTimeoutHandler
-
- channelInactive(ChannelHandlerContext) - Method in interface io.netty.channel.ChannelInboundHandler
-
- channelInactive(ChannelHandlerContext) - Method in class io.netty.channel.ChannelInboundHandlerAdapter
-
- channelInactive(ChannelHandlerContext) - Method in class io.netty.channel.CombinedChannelDuplexHandler
-
- channelInactive(ChannelHandlerContext) - Method in class io.netty.handler.codec.ByteToMessageCodec
-
- channelInactive(ChannelHandlerContext) - Method in class io.netty.handler.codec.ByteToMessageDecoder
-
- channelInactive(ChannelHandlerContext) - Method in class io.netty.handler.codec.compression.BrotliDecoder
-
- channelInactive(ChannelHandlerContext) - Method in class io.netty.handler.codec.DatagramPacketDecoder
-
- channelInactive(ChannelHandlerContext) - Method in class io.netty.handler.codec.http.HttpContentDecoder
-
- channelInactive(ChannelHandlerContext) - Method in class io.netty.handler.codec.http.HttpContentEncoder
-
- channelInactive(ChannelHandlerContext) - Method in class io.netty.handler.codec.http2.Http2ConnectionHandler
-
- channelInactive(ChannelHandlerContext) - Method in class io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheDecoder
-
When the channel goes inactive, release all frames to prevent data leaks.
- channelInactive(ChannelHandlerContext) - Method in class io.netty.handler.codec.MessageAggregator
-
- channelInactive(ChannelHandlerContext) - Method in class io.netty.handler.codec.spdy.SpdyHttpDecoder
-
- channelInactive(ChannelHandlerContext) - Method in class io.netty.handler.codec.spdy.SpdySessionHandler
-
- channelInactive(ChannelHandlerContext) - Method in class io.netty.handler.flow.FlowControlHandler
-
- channelInactive(ChannelHandlerContext) - Method in class io.netty.handler.logging.LoggingHandler
-
- channelInactive(ChannelHandlerContext) - Method in class io.netty.handler.proxy.ProxyHandler
-
- channelInactive(ChannelHandlerContext) - Method in class io.netty.handler.ssl.ApplicationProtocolNegotiationHandler
-
- channelInactive(ChannelHandlerContext) - Method in class io.netty.handler.ssl.SslHandler
-
- channelInactive(ChannelHandlerContext) - Method in class io.netty.handler.stream.ChunkedWriteHandler
-
- channelInactive(ChannelHandlerContext) - Method in class io.netty.handler.timeout.IdleStateHandler
-
- ChannelInboundHandler - Interface in io.netty.channel
-
- ChannelInboundHandlerAdapter - Class in io.netty.channel
-
Abstract base class for
ChannelInboundHandler
implementations which provide
implementations of all of their methods.
- ChannelInboundHandlerAdapter() - Constructor for class io.netty.channel.ChannelInboundHandlerAdapter
-
- ChannelInboundInvoker - Interface in io.netty.channel
-
- ChannelInitializer<C extends Channel> - Class in io.netty.channel
-
- ChannelInitializer() - Constructor for class io.netty.channel.ChannelInitializer
-
- ChannelInitializerExtension - Class in io.netty.bootstrap
-
A channel initializer extension make it possible to enforce rules and apply modifications across multiple,
disconnected uses of Netty within the same JVM process.
- ChannelInitializerExtension() - Constructor for class io.netty.bootstrap.ChannelInitializerExtension
-
- ChannelInputShutdownEvent - Class in io.netty.channel.socket
-
- ChannelInputShutdownReadComplete - Class in io.netty.channel.socket
-
User event that signifies the channel's input side is shutdown, and we tried to shut it down again.
- ChannelMatcher - Interface in io.netty.channel.group
-
- 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
- ChannelMetadata(boolean, int) - Constructor for class io.netty.channel.ChannelMetadata
-
Create a new instance
- ChannelOption<T> - Class in io.netty.channel
-
- ChannelOption(String) - Constructor for class io.netty.channel.ChannelOption
-
Deprecated.
- ChannelOutboundBuffer - Class in io.netty.channel
-
(Transport implementors only) an internal data structure used by
AbstractChannel
to store its pending
outbound write requests.
- ChannelOutboundBuffer.MessageProcessor - Interface in io.netty.channel
-
- ChannelOutboundHandler - Interface in io.netty.channel
-
- ChannelOutboundHandlerAdapter - Class in io.netty.channel
-
- ChannelOutboundHandlerAdapter() - Constructor for class io.netty.channel.ChannelOutboundHandlerAdapter
-
- ChannelOutboundInvoker - Interface in io.netty.channel
-
- ChannelOutputShutdownEvent - Class in io.netty.channel.socket
-
- ChannelOutputShutdownException - Exception in io.netty.channel.socket
-
Used to fail pending writes when a channel's output has been shutdown.
- ChannelOutputShutdownException(String) - Constructor for exception io.netty.channel.socket.ChannelOutputShutdownException
-
- ChannelOutputShutdownException(String, Throwable) - Constructor for exception io.netty.channel.socket.ChannelOutputShutdownException
-
- ChannelPipeline - Interface in io.netty.channel
-
A list of
ChannelHandler
s which handles or intercepts inbound events and outbound operations of a
Channel
.
- ChannelPipelineException - Exception in io.netty.channel
-
- ChannelPipelineException() - Constructor for exception io.netty.channel.ChannelPipelineException
-
Creates a new instance.
- ChannelPipelineException(String, Throwable) - Constructor for exception io.netty.channel.ChannelPipelineException
-
Creates a new instance.
- ChannelPipelineException(String) - Constructor for exception io.netty.channel.ChannelPipelineException
-
Creates a new instance.
- ChannelPipelineException(Throwable) - Constructor for exception io.netty.channel.ChannelPipelineException
-
Creates a new instance.
- ChannelPool - Interface in io.netty.channel.pool
-
Allows to acquire and release
Channel
and so act as a pool of these.
- ChannelPoolHandler - Interface in io.netty.channel.pool
-
Handler which is called for various actions done by the
ChannelPool
.
- ChannelPoolMap<K,P extends ChannelPool> - Interface in io.netty.channel.pool
-
Allows to map
ChannelPool
implementations to a specific key.
- ChannelProgressiveFuture - Interface in io.netty.channel
-
- 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
-
- ChannelPromiseAggregator - Class in io.netty.channel
-
- ChannelPromiseAggregator(ChannelPromise) - Constructor for class io.netty.channel.ChannelPromiseAggregator
-
Deprecated.
- ChannelPromiseNotifier - Class in io.netty.channel
-
- ChannelPromiseNotifier(ChannelPromise...) - Constructor for class io.netty.channel.ChannelPromiseNotifier
-
Deprecated.
Create a new instance
- ChannelPromiseNotifier(boolean, ChannelPromise...) - Constructor for class io.netty.channel.ChannelPromiseNotifier
-
Deprecated.
Create a new instance
- channelRead(ChannelHandlerContext, Object) - Method in interface io.netty.channel.ChannelInboundHandler
-
Invoked when the current
Channel
has read a message from the peer.
- channelRead(ChannelHandlerContext, Object) - Method in class io.netty.channel.ChannelInboundHandlerAdapter
-
- channelRead(ChannelHandlerContext, Object) - Method in class io.netty.channel.CombinedChannelDuplexHandler
-
- channelRead(ChannelHandlerContext, Object) - Method in class io.netty.channel.SimpleChannelInboundHandler
-
- channelRead(ChannelHandlerContext, Object) - Method in class io.netty.handler.codec.ByteToMessageCodec
-
- channelRead(ChannelHandlerContext, Object) - Method in class io.netty.handler.codec.ByteToMessageDecoder
-
- channelRead(ChannelHandlerContext, Object) - Method in class io.netty.handler.codec.haproxy.HAProxyMessageDecoder
-
- channelRead(ChannelHandlerContext, Object) - Method in class io.netty.handler.codec.http.cors.CorsHandler
-
- channelRead(ChannelHandlerContext, Object) - Method in class io.netty.handler.codec.http.HttpServerExpectContinueHandler
-
- channelRead(ChannelHandlerContext, Object) - Method in class io.netty.handler.codec.http.HttpServerKeepAliveHandler
-
- channelRead(ChannelHandlerContext, Object) - Method in class io.netty.handler.codec.http.websocketx.extensions.WebSocketClientExtensionHandler
-
- channelRead(ChannelHandlerContext, Object) - Method in class io.netty.handler.codec.http.websocketx.extensions.WebSocketServerExtensionHandler
-
- channelRead(ChannelHandlerContext, Object) - Method in class io.netty.handler.codec.http.websocketx.Utf8FrameValidator
-
- channelRead(ChannelHandlerContext, Object) - Method in class io.netty.handler.codec.http2.Http2MultiplexCodec
-
Deprecated.
- channelRead(ChannelHandlerContext, Object) - Method in class io.netty.handler.codec.http2.Http2MultiplexHandler
-
- channelRead(ChannelHandlerContext, Object) - Method in class io.netty.handler.codec.http2.InboundHttpToHttp2Adapter
-
- channelRead(ChannelHandlerContext, Object) - Method in class io.netty.handler.codec.MessageToMessageCodec
-
- channelRead(ChannelHandlerContext, Object) - Method in class io.netty.handler.codec.MessageToMessageDecoder
-
- channelRead(ChannelHandlerContext, Object) - Method in class io.netty.handler.codec.spdy.SpdySessionHandler
-
- channelRead(ChannelHandlerContext, Object) - Method in class io.netty.handler.flow.FlowControlHandler
-
- channelRead(ChannelHandlerContext, Object) - Method in class io.netty.handler.flush.FlushConsolidationHandler
-
- channelRead(ChannelHandlerContext, Object) - Method in class io.netty.handler.logging.LoggingHandler
-
- channelRead(ChannelHandlerContext, Object) - Method in class io.netty.handler.pcap.PcapWriteHandler
-
- channelRead(ChannelHandlerContext, Object) - Method in class io.netty.handler.proxy.ProxyHandler
-
- channelRead(ChannelHandlerContext, Object) - Method in class io.netty.handler.ssl.ApplicationProtocolNegotiationHandler
-
- channelRead(ChannelHandlerContext, Object) - Method in class io.netty.handler.timeout.IdleStateHandler
-
- channelRead(ChannelHandlerContext, Object) - Method in class io.netty.handler.traffic.AbstractTrafficShapingHandler
-
- channelRead(ChannelHandlerContext, Object) - Method in class io.netty.handler.traffic.GlobalChannelTrafficShapingHandler
-
- channelRead0(ChannelHandlerContext, I) - Method in class io.netty.channel.SimpleChannelInboundHandler
-
Is called for each message of type I
.
- channelReadComplete(ChannelHandlerContext) - Method in interface io.netty.channel.ChannelInboundHandler
-
- channelReadComplete(ChannelHandlerContext) - Method in class io.netty.channel.ChannelInboundHandlerAdapter
-
- channelReadComplete(ChannelHandlerContext) - Method in class io.netty.channel.CombinedChannelDuplexHandler
-
- channelReadComplete(ChannelHandlerContext) - Method in class io.netty.handler.codec.ByteToMessageCodec
-
- channelReadComplete(ChannelHandlerContext) - Method in class io.netty.handler.codec.ByteToMessageDecoder
-
- channelReadComplete(ChannelHandlerContext) - Method in class io.netty.handler.codec.DatagramPacketDecoder
-
- channelReadComplete(ChannelHandlerContext) - Method in class io.netty.handler.codec.http.HttpContentDecoder
-
- channelReadComplete(ChannelHandlerContext) - Method in class io.netty.handler.codec.http2.Http2ConnectionHandler
-
- channelReadComplete(ChannelHandlerContext) - Method in class io.netty.handler.codec.http2.Http2MultiplexCodec
-
Deprecated.
Notifies any child streams of the read completion.
- channelReadComplete(ChannelHandlerContext) - Method in class io.netty.handler.codec.http2.Http2MultiplexHandler
-
Notifies any child streams of the read completion.
- channelReadComplete(ChannelHandlerContext) - Method in class io.netty.handler.codec.MessageAggregator
-
- channelReadComplete(ChannelHandlerContext) - Method in class io.netty.handler.codec.MessageToMessageCodec
-
- channelReadComplete(ChannelHandlerContext) - Method in class io.netty.handler.codec.MessageToMessageDecoder
-
- channelReadComplete(ChannelHandlerContext) - Method in class io.netty.handler.codec.spdy.SpdyFrameCodec
-
- channelReadComplete(ChannelHandlerContext) - Method in class io.netty.handler.flow.FlowControlHandler
-
- channelReadComplete(ChannelHandlerContext) - Method in class io.netty.handler.flush.FlushConsolidationHandler
-
- channelReadComplete(ChannelHandlerContext) - Method in class io.netty.handler.logging.LoggingHandler
-
- channelReadComplete(ChannelHandlerContext) - Method in class io.netty.handler.proxy.ProxyHandler
-
- channelReadComplete(ChannelHandlerContext) - Method in class io.netty.handler.ssl.SslHandler
-
- channelReadComplete(ChannelHandlerContext) - Method in class io.netty.handler.timeout.IdleStateHandler
-
- channelReady(C, SelectionKey) - Method in interface io.netty.channel.nio.NioTask
-
- channelRegistered(ChannelHandlerContext) - Method in interface io.netty.channel.ChannelInboundHandler
-
- channelRegistered(ChannelHandlerContext) - Method in class io.netty.channel.ChannelInboundHandlerAdapter
-
- channelRegistered(ChannelHandlerContext) - Method in class io.netty.channel.ChannelInitializer
-
- channelRegistered(ChannelHandlerContext) - Method in class io.netty.channel.CombinedChannelDuplexHandler
-
- channelRegistered(ChannelHandlerContext) - Method in class io.netty.handler.codec.DatagramPacketDecoder
-
- channelRegistered(ChannelHandlerContext) - Method in class io.netty.handler.ipfilter.AbstractRemoteAddressFilter
-
- channelRegistered(ChannelHandlerContext) - Method in class io.netty.handler.logging.LoggingHandler
-
- channelRegistered(ChannelHandlerContext) - Method in class io.netty.handler.timeout.IdleStateHandler
-
- channelRegistered(ChannelHandlerContext) - Method in class io.netty.handler.traffic.AbstractTrafficShapingHandler
-
- channelRejected(ChannelHandlerContext, T) - Method in class io.netty.handler.ipfilter.AbstractRemoteAddressFilter
-
- channelReleased(Channel) - Method in class io.netty.channel.pool.AbstractChannelPoolHandler
-
NOOP implementation, sub-classes may override this.
- channelReleased(Channel) - Method in interface io.netty.channel.pool.ChannelPoolHandler
-
- ChannelsReadOnlyIterator(Iterable<T>) - Constructor for class io.netty.channel.SingleThreadEventLoop.ChannelsReadOnlyIterator
-
- channelTrafficCounters() - Method in class io.netty.handler.traffic.GlobalChannelTrafficShapingHandler
-
To allow for instance doAccounting to use the TrafficCounter per channel.
- ChannelTrafficShapingHandler - Class in io.netty.handler.traffic
-
This implementation of the
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.
- channelType(Class<? extends DatagramChannel>) - Method in class io.netty.resolver.dns.DnsNameResolverBuilder
-
- channelUDT(Channel) - Static method in class io.netty.channel.udt.nio.NioUdtProvider
-
Deprecated.
Expose underlying ChannelUDT
for debugging and monitoring.
- channelUnregistered(ChannelHandlerContext) - Method in interface io.netty.channel.ChannelInboundHandler
-
- channelUnregistered(ChannelHandlerContext) - Method in class io.netty.channel.ChannelInboundHandlerAdapter
-
- channelUnregistered(ChannelHandlerContext) - Method in class io.netty.channel.CombinedChannelDuplexHandler
-
- channelUnregistered(C, Throwable) - Method in interface io.netty.channel.nio.NioTask
-
- channelUnregistered(ChannelHandlerContext) - Method in class io.netty.handler.codec.DatagramPacketDecoder
-
- channelUnregistered(ChannelHandlerContext) - Method in class io.netty.handler.logging.LoggingHandler
-
- ChannelUtils - Class in io.netty.channel.internal
-
- channelWritabilityChanged(ChannelHandlerContext) - Method in interface io.netty.channel.ChannelInboundHandler
-
Gets called once the writable state of a
Channel
changed.
- channelWritabilityChanged(ChannelHandlerContext) - Method in class io.netty.channel.ChannelInboundHandlerAdapter
-
- channelWritabilityChanged(ChannelHandlerContext) - Method in class io.netty.channel.CombinedChannelDuplexHandler
-
- channelWritabilityChanged(ChannelHandlerContext) - Method in class io.netty.handler.codec.DatagramPacketDecoder
-
- channelWritabilityChanged() - Method in class io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController
-
- channelWritabilityChanged(ChannelHandlerContext) - Method in class io.netty.handler.codec.http2.Http2ConnectionHandler
-
- channelWritabilityChanged(ChannelHandlerContext) - Method in class io.netty.handler.codec.http2.Http2MultiplexCodec
-
Deprecated.
- channelWritabilityChanged(ChannelHandlerContext) - Method in class io.netty.handler.codec.http2.Http2MultiplexHandler
-
- channelWritabilityChanged() - Method in interface io.netty.handler.codec.http2.Http2RemoteFlowController
-
- channelWritabilityChanged(ChannelHandlerContext) - Method in class io.netty.handler.flush.FlushConsolidationHandler
-
- channelWritabilityChanged(ChannelHandlerContext) - Method in class io.netty.handler.logging.LoggingHandler
-
- channelWritabilityChanged(ChannelHandlerContext) - Method in class io.netty.handler.stream.ChunkedWriteHandler
-
- charAt(int) - Method in class io.netty.util.AsciiString
-
- charAt(int) - Method in class io.netty.util.internal.AppendableCharSequence
-
- charAtUnsafe(int) - Method in class io.netty.util.internal.AppendableCharSequence
-
- CharCollections - Class in io.netty.util.collection
-
Utilities for char-based primitive collections.
- CharObjectHashMap<V> - Class in io.netty.util.collection
-
A hash map implementation of
CharObjectMap
that uses open addressing for keys.
- CharObjectHashMap() - Constructor for class io.netty.util.collection.CharObjectHashMap
-
- CharObjectHashMap(int) - Constructor for class io.netty.util.collection.CharObjectHashMap
-
- CharObjectHashMap(int, float) - Constructor for class io.netty.util.collection.CharObjectHashMap
-
- CharObjectMap<V> - Interface in io.netty.util.collection
-
Interface for a primitive map that uses char
s as keys.
- CharObjectMap.PrimitiveEntry<V> - Interface in io.netty.util.collection
-
- CharSequenceMap<V> - Class in io.netty.handler.codec.http2
-
Internal use only!
- CharSequenceMap() - Constructor for class io.netty.handler.codec.http2.CharSequenceMap
-
- CharSequenceMap(boolean) - Constructor for class io.netty.handler.codec.http2.CharSequenceMap
-
- CharSequenceMap(boolean, ValueConverter<V>) - Constructor for class io.netty.handler.codec.http2.CharSequenceMap
-
- CharSequenceMap(boolean, ValueConverter<V>, int) - Constructor for class io.netty.handler.codec.http2.CharSequenceMap
-
- CharSequenceValueConverter - Class in io.netty.handler.codec
-
- CharSequenceValueConverter() - Constructor for class io.netty.handler.codec.CharSequenceValueConverter
-
- CHARSET - Static variable in class io.netty.handler.codec.http.HttpHeaders.Values
-
Deprecated.
"charset"
- CHARSET - Static variable in class io.netty.handler.codec.http.HttpHeaderValues
-
"charset"
- charset(Charset) - Method in class io.netty.handler.codec.http.QueryStringDecoder.Builder
-
The charset to use for decoding percent escape sequences.
- CHARSET - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Values
-
Deprecated.
"charset"
- CHARSET - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderValues
-
"charset"
- charsetDecoderCache() - Method in class io.netty.util.internal.InternalThreadLocalMap
-
- charsetEncoderCache() - Method in class io.netty.util.internal.InternalThreadLocalMap
-
- CharsetUtil - Class in io.netty.util
-
A utility class that provides various common operations and constants
related with
Charset
and its relevant classes.
- checkCloseFrameBody(ChannelHandlerContext, ByteBuf) - Method in class io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder
-
- checkDeadLock() - Method in class io.netty.channel.DefaultChannelProgressivePromise
-
- checkDeadLock() - Method in class io.netty.channel.DefaultChannelPromise
-
- checkDeadLock() - Method in class io.netty.util.concurrent.DefaultPromise
-
- checkDstIndex(int, int, int, int) - Method in class io.netty.buffer.AbstractByteBuf
-
- checkDstIndex(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.socket.oio.OioSocketChannel
-
Deprecated.
- checkInRange(int, int, int, String) - Static method in class io.netty.util.internal.ObjectUtil
-
Checks that the given argument is in range.
- checkInRange(long, long, long, String) - Static method in class io.netty.util.internal.ObjectUtil
-
Checks that the given argument is in range.
- checkInterval - Variable in class io.netty.handler.traffic.AbstractTrafficShapingHandler
-
Delay between two performance snapshots
- checkInterval() - Method in class io.netty.handler.traffic.TrafficCounter
-
- checkNewCapacity(int) - Method in class io.netty.buffer.AbstractByteBuf
-
- checkNonEmpty(T[], String) - Static method in class io.netty.util.internal.ObjectUtil
-
Checks that the given argument is neither null nor empty.
- checkNonEmpty(byte[], String) - Static method in class io.netty.util.internal.ObjectUtil
-
Checks that the given argument is neither null nor empty.
- checkNonEmpty(char[], String) - Static method in class io.netty.util.internal.ObjectUtil
-
Checks that the given argument is neither null nor empty.
- checkNonEmpty(T, String) - Static method in class io.netty.util.internal.ObjectUtil
-
Checks that the given argument is neither null nor empty.
- checkNonEmpty(String, String) - Static method in class io.netty.util.internal.ObjectUtil
-
Checks that the given argument is neither null nor empty.
- checkNonEmpty(T, String) - Static method in class io.netty.util.internal.ObjectUtil
-
Checks that the given argument is neither null nor empty.
- checkNonEmpty(CharSequence, String) - Static method in class io.netty.util.internal.ObjectUtil
-
Checks that the given argument is neither null nor empty.
- checkNonEmptyAfterTrim(String, String) - Static method in class io.netty.util.internal.ObjectUtil
-
Trims the given argument and checks whether it is neither null nor empty.
- checkNotNull(T, String) - Static method in class io.netty.util.internal.ObjectUtil
-
Checks that the given argument is not null.
- checkNotNullArrayParam(T, int, String) - Static method in class io.netty.util.internal.ObjectUtil
-
Checks that the given argument is not null.
- checkNotNullWithIAE(T, String) - Static method in class io.netty.util.internal.ObjectUtil
-
Checks that the given argument is not null.
- checkpoint() - Method in class io.netty.handler.codec.ReplayingDecoder
-
Stores the internal cumulative buffer's reader position.
- checkpoint(S) - Method in class io.netty.handler.codec.ReplayingDecoder
-
Stores the internal cumulative buffer's reader position and updates
the current decoder state.
- checkPositive(int, String) - Static method in class io.netty.util.internal.ObjectUtil
-
Checks that the given argument is strictly positive.
- checkPositive(long, String) - Static method in class io.netty.util.internal.ObjectUtil
-
Checks that the given argument is strictly positive.
- checkPositive(double, String) - Static method in class io.netty.util.internal.ObjectUtil
-
Checks that the given argument is strictly positive.
- checkPositive(float, String) - Static method in class io.netty.util.internal.ObjectUtil
-
Checks that the given argument is strictly positive.
- checkPositiveOrZero(int, String) - Static method in class io.netty.util.internal.ObjectUtil
-
Checks that the given argument is positive or zero.
- checkPositiveOrZero(long, String) - Static method in class io.netty.util.internal.ObjectUtil
-
Checks that the given argument is positive or zero.
- checkPositiveOrZero(double, String) - Static method in class io.netty.util.internal.ObjectUtil
-
Checks that the given argument is positive or zero.
- checkPositiveOrZero(float, String) - Static method in class io.netty.util.internal.ObjectUtil
-
Checks that the given argument is positive or zero.
- checkReadableBytes(int) - Method in class io.netty.buffer.AbstractByteBuf
-
- checkSize(long) - Method in class io.netty.handler.codec.http.multipart.AbstractHttpData
-
- checkSize(long) - Method in interface io.netty.handler.codec.http.multipart.HttpData
-
Check if the new size is not reaching the max limit allowed.
- checkSrcIndex(int, int, int, int) - Method in class io.netty.buffer.AbstractByteBuf
-
- checkStartsWith(boolean) - Method in class io.netty.handler.codec.http.websocketx.WebSocketServerProtocolConfig.Builder
-
- checkStartsWith() - Method in class io.netty.handler.codec.http.websocketx.WebSocketServerProtocolConfig
-
- checkValidity() - Method in class io.netty.handler.ssl.PemX509Certificate
-
- checkValidity(Date) - Method in class io.netty.handler.ssl.PemX509Certificate
-
- checkValidity() - Method in class io.netty.handler.ssl.util.LazyJavaxX509Certificate
-
- checkValidity(Date) - Method in class io.netty.handler.ssl.util.LazyJavaxX509Certificate
-
- checkValidity() - Method in class io.netty.handler.ssl.util.LazyX509Certificate
-
- checkValidity(Date) - Method in class io.netty.handler.ssl.util.LazyX509Certificate
-
- checkWaitReadTime(ChannelHandlerContext, long, long) - Method in class io.netty.handler.traffic.GlobalChannelTrafficShapingHandler
-
- childAttr(AttributeKey<T>, T) - Method in class io.netty.bootstrap.ServerBootstrap
-
- childAttrs() - Method in class io.netty.bootstrap.ServerBootstrapConfig
-
Returns a copy of the configured attributes which will be used for the child channels.
- childGroup() - Method in class io.netty.bootstrap.ServerBootstrap
-
- childGroup() - Method in class io.netty.bootstrap.ServerBootstrapConfig
-
Returns the configured
EventLoopGroup
which will be used for the child channels or
null
if non is configured yet.
- childHandler(ChannelHandler) - Method in class io.netty.bootstrap.ServerBootstrap
-
- childHandler() - Method in class io.netty.bootstrap.ServerBootstrapConfig
-
Returns the configured
ChannelHandler
be used for the child channels or
null
if non is configured yet.
- childOption(ChannelOption<T>, T) - Method in class io.netty.bootstrap.ServerBootstrap
-
Allow to specify a
ChannelOption
which is used for the
Channel
instances once they get created
(after the acceptor accepted the
Channel
).
- childOptions() - Method in class io.netty.bootstrap.ServerBootstrapConfig
-
Returns a copy of the configured options which will be used for the child channels.
- children() - Method in class io.netty.handler.codec.redis.ArrayRedisMessage
-
Get children of this Arrays.
- chooseTrustManager(TrustManager[]) - Static method in class io.netty.handler.ssl.ReferenceCountedOpenSslContext
-
- chooseX509KeyManager(KeyManager[]) - Static method in class io.netty.handler.ssl.ReferenceCountedOpenSslContext
-
- CHUNKED - Static variable in class io.netty.handler.codec.http.HttpHeaders.Values
-
Deprecated.
"chunked"
- CHUNKED - Static variable in class io.netty.handler.codec.http.HttpHeaderValues
-
"chunked"
- ChunkedFile - Class in io.netty.handler.stream
-
A
ChunkedInput
that fetches data from a file chunk by chunk.
- ChunkedFile(File) - Constructor for class io.netty.handler.stream.ChunkedFile
-
Creates a new instance that fetches data from the specified file.
- ChunkedFile(File, int) - Constructor for class io.netty.handler.stream.ChunkedFile
-
Creates a new instance that fetches data from the specified file.
- ChunkedFile(RandomAccessFile) - Constructor for class io.netty.handler.stream.ChunkedFile
-
Creates a new instance that fetches data from the specified file.
- ChunkedFile(RandomAccessFile, int) - Constructor for class io.netty.handler.stream.ChunkedFile
-
Creates a new instance that fetches data from the specified file.
- ChunkedFile(RandomAccessFile, long, long, int) - Constructor for class io.netty.handler.stream.ChunkedFile
-
Creates a new instance that fetches data from the specified file.
- ChunkedInput<B> - Interface in io.netty.handler.stream
-
- ChunkedNioFile - Class in io.netty.handler.stream
-
- 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
-
- 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
-
- 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
-
- ChunkedWriteHandler() - Constructor for class io.netty.handler.stream.ChunkedWriteHandler
-
- ChunkedWriteHandler(int) - Constructor for class io.netty.handler.stream.ChunkedWriteHandler
-
- chunkLists() - Method in interface io.netty.buffer.PoolArenaMetric
-
- chunkSize() - Method in interface io.netty.buffer.PoolChunkMetric
-
Return the size of the chunk in bytes, this is the maximum of bytes that can be served out of the chunk.
- chunkSize() - Method in class io.netty.buffer.PooledByteBufAllocator
-
- chunkSize() - Method in class io.netty.buffer.PooledByteBufAllocatorMetric
-
Return the chunk size for an arena.
- CIPHERS - Static variable in class io.netty.handler.codec.http2.Http2SecurityUtil
-
- Ciphers - Class in io.netty.handler.ssl
-
Cipher suites
- ciphers(Iterable<String>) - Method in class io.netty.handler.ssl.SslContextBuilder
-
The cipher suites to enable, in the order of preference.
- ciphers(Iterable<String>, CipherSuiteFilter) - Method in class io.netty.handler.ssl.SslContextBuilder
-
The cipher suites to enable, in the order of preference.
- CipherSuiteConverter - Class in io.netty.handler.ssl
-
Converts a Java cipher suite string to an OpenSSL cipher suite string and vice versa.
- CipherSuiteFilter - Interface in io.netty.handler.ssl
-
Provides a means to filter the supplied cipher suite based upon the supported and default cipher suites.
- cipherSuites() - Method in class io.netty.handler.ssl.DelegatingSslContext
-
- cipherSuites() - Method in class io.netty.handler.ssl.JdkSslContext
-
- cipherSuites() - Method in class io.netty.handler.ssl.ReferenceCountedOpenSslContext
-
- cipherSuites() - Method in class io.netty.handler.ssl.SslContext
-
Returns the list of enabled cipher suites, in the order of preference.
- CLASS_ANY - Static variable in interface io.netty.handler.codec.dns.DnsRecord
-
DNS resource record class: ANY
- CLASS_CHAOS - Static variable in interface io.netty.handler.codec.dns.DnsRecord
-
DNS resource record class: CHAOS
- CLASS_CSNET - Static variable in interface io.netty.handler.codec.dns.DnsRecord
-
DNS resource record class: CSNET
- CLASS_HESIOD - Static variable in interface io.netty.handler.codec.dns.DnsRecord
-
DNS resource record class: HESIOD
- CLASS_IN - Static variable in interface io.netty.handler.codec.dns.DnsRecord
-
DNS resource record class: IN
- CLASS_NONE - Static variable in interface io.netty.handler.codec.dns.DnsRecord
-
DNS resource record class: NONE
- ClassInitializerUtil - Class in io.netty.util.internal
-
Utility which ensures that classes are loaded by the
ClassLoader
.
- ClassResolver - Interface in io.netty.handler.codec.serialization
-
- 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
- cleanAllHttpDatas() - Method in class io.netty.handler.codec.http.multipart.DefaultHttpDataFactory
-
- cleanAllHttpDatas() - Method in interface io.netty.handler.codec.http.multipart.HttpDataFactory
-
- 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
HttpData
s for the current request.
- cleanFiles() - Method in interface io.netty.handler.codec.http.multipart.InterfaceHttpPostRequestDecoder
-
Clean all HttpDatas (on Disk) for the current request.
- cleanRequestHttpData(HttpRequest) - Method in class io.netty.handler.codec.http.multipart.DefaultHttpDataFactory
-
- cleanRequestHttpData(HttpRequest) - Method in interface io.netty.handler.codec.http.multipart.HttpDataFactory
-
Remove all InterfaceHttpData from virtual File storage from clean list for the request
- cleanRequestHttpDatas(HttpRequest) - Method in class io.netty.handler.codec.http.multipart.DefaultHttpDataFactory
-
- cleanRequestHttpDatas(HttpRequest) - Method in interface io.netty.handler.codec.http.multipart.HttpDataFactory
-
- cleanSession(boolean) - Method in class io.netty.handler.codec.mqtt.MqttMessageBuilders.ConnectBuilder
-
- cleanup() - Method in class io.netty.channel.epoll.EpollEventLoop
-
- cleanup() - Method in class io.netty.channel.nio.NioEventLoop
-
- cleanup() - Method in class io.netty.util.concurrent.SingleThreadEventExecutor
-
Do nothing, sub-classes may override
- clear() - Method in class io.netty.buffer.AbstractByteBuf
-
- clear() - Method in class io.netty.buffer.ByteBuf
-
Sets the readerIndex
and writerIndex
of this buffer to
0
.
- clear() - Method in class io.netty.buffer.CompositeByteBuf
-
- clear() - Method in class io.netty.buffer.EmptyByteBuf
-
- clear() - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- clear() - Method in class io.netty.channel.group.DefaultChannelGroup
-
- clear() - Method in class io.netty.channel.unix.IovArray
-
- clear() - Method in class io.netty.handler.codec.DefaultHeaders
-
- clear(DnsSection) - Method in class io.netty.handler.codec.dns.AbstractDnsMessage
-
- clear() - Method in class io.netty.handler.codec.dns.AbstractDnsMessage
-
- clear(DnsSection) - Method in class io.netty.handler.codec.dns.DatagramDnsQuery
-
- clear() - Method in class io.netty.handler.codec.dns.DatagramDnsQuery
-
- clear(DnsSection) - Method in class io.netty.handler.codec.dns.DatagramDnsResponse
-
- clear() - Method in class io.netty.handler.codec.dns.DatagramDnsResponse
-
- clear(DnsSection) - Method in class io.netty.handler.codec.dns.DefaultDnsQuery
-
- clear() - Method in class io.netty.handler.codec.dns.DefaultDnsQuery
-
- clear(DnsSection) - Method in class io.netty.handler.codec.dns.DefaultDnsResponse
-
- clear() - Method in class io.netty.handler.codec.dns.DefaultDnsResponse
-
- clear(DnsSection) - Method in interface io.netty.handler.codec.dns.DnsMessage
-
Removes all the records in the specified section
of this DNS message.
- clear() - Method in interface io.netty.handler.codec.dns.DnsMessage
-
Removes all the records in this DNS message.
- clear(DnsSection) - Method in interface io.netty.handler.codec.dns.DnsQuery
-
- clear() - Method in interface io.netty.handler.codec.dns.DnsQuery
-
- clear(DnsSection) - Method in interface io.netty.handler.codec.dns.DnsResponse
-
- clear() - Method in interface io.netty.handler.codec.dns.DnsResponse
-
- clear() - Method in class io.netty.handler.codec.EmptyHeaders
-
- clear() - Method in interface io.netty.handler.codec.Headers
-
Removes all headers.
- clear() - Method in class io.netty.handler.codec.http.DefaultHttpHeaders
-
- clear() - Method in class io.netty.handler.codec.http.EmptyHttpHeaders
-
- clear() - Method in class io.netty.handler.codec.http.HttpHeaders
-
- clear() - Method in class io.netty.handler.codec.http.ReadOnlyHttpHeaders
-
- clear() - Method in class io.netty.handler.codec.http2.DefaultHttp2Headers
-
- clear() - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
-
- clear() - Method in interface io.netty.resolver.dns.AuthoritativeDnsServerCache
-
Clears all cached nameservers.
- clear(String) - Method in interface io.netty.resolver.dns.AuthoritativeDnsServerCache
-
Clears the cached nameservers for the specified hostname.
- clear() - Method in class io.netty.resolver.dns.DefaultAuthoritativeDnsServerCache
-
- clear(String) - Method in class io.netty.resolver.dns.DefaultAuthoritativeDnsServerCache
-
- clear() - Method in class io.netty.resolver.dns.DefaultDnsCache
-
- clear(String) - Method in class io.netty.resolver.dns.DefaultDnsCache
-
- clear() - Method in class io.netty.resolver.dns.DefaultDnsCnameCache
-
- clear(String) - Method in class io.netty.resolver.dns.DefaultDnsCnameCache
-
- clear() - Method in interface io.netty.resolver.dns.DnsCache
-
Clears all the resolved addresses cached by this resolver.
- clear(String) - Method in interface io.netty.resolver.dns.DnsCache
-
Clears the resolved addresses of the specified host name from the cache of this resolver.
- clear() - Method in interface io.netty.resolver.dns.DnsCnameCache
-
Clears all cached nameservers.
- clear(String) - Method in interface io.netty.resolver.dns.DnsCnameCache
-
Clears the cached nameservers for the specified hostname.
- clear() - Method in class io.netty.resolver.dns.NoopAuthoritativeDnsServerCache
-
- clear(String) - Method in class io.netty.resolver.dns.NoopAuthoritativeDnsServerCache
-
- clear() - Method in class io.netty.resolver.dns.NoopDnsCache
-
- clear(String) - Method in class io.netty.resolver.dns.NoopDnsCache
-
- clear() - Method in class io.netty.resolver.dns.NoopDnsCnameCache
-
- clear(String) - Method in class io.netty.resolver.dns.NoopDnsCnameCache
-
- clear() - Method in class io.netty.util.collection.ByteObjectHashMap
-
- clear() - Method in class io.netty.util.collection.CharObjectHashMap
-
- clear() - Method in class io.netty.util.collection.IntObjectHashMap
-
- clear() - Method in class io.netty.util.collection.LongObjectHashMap
-
- clear() - Method in class io.netty.util.collection.ShortObjectHashMap
-
- clear() - Method in class io.netty.util.internal.ConcurrentSet
-
Deprecated.
- clear() - Method in class io.netty.util.internal.DefaultPriorityQueue
-
- clear() - Method in class io.netty.util.internal.EmptyPriorityQueue
-
- clearHeaders(HttpMessage) - Static method in class io.netty.handler.codec.http.HttpHeaders
-
- clearIgnoringIndexes() - Method in class io.netty.util.internal.DefaultPriorityQueue
-
- clearIgnoringIndexes() - Method in class io.netty.util.internal.EmptyPriorityQueue
-
- clearIgnoringIndexes() - Method in interface io.netty.util.internal.PriorityQueue
-
- 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.
- clearReadPending() - Method in class io.netty.channel.nio.AbstractNioChannel
-
Set read pending to false
.
- clearReadPending() - Method in class io.netty.channel.oio.AbstractOioChannel
-
Deprecated.
Set read pending to false
.
- CleartextHttp2ServerUpgradeHandler - Class in io.netty.handler.codec.http2
-
Performing cleartext upgrade, by h2c HTTP upgrade or Prior Knowledge.
- CleartextHttp2ServerUpgradeHandler(HttpServerCodec, HttpServerUpgradeHandler, ChannelHandler) - Constructor for class io.netty.handler.codec.http2.CleartextHttp2ServerUpgradeHandler
-
Creates the channel handler provide cleartext HTTP/2 upgrade from HTTP
upgrade or prior knowledge
- CleartextHttp2ServerUpgradeHandler.PriorKnowledgeUpgradeEvent - Class in io.netty.handler.codec.http2
-
User event that is fired to notify about HTTP/2 protocol is started.
- client() - Method in class io.netty.handler.codec.haproxy.HAProxySSLTLV
-
Returns the client bit field
- CLIENT_PORT - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Values
-
Deprecated.
"client_port"
- CLIENT_PORT - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderValues
-
"client_port"
- ClientAuth - Enum in io.netty.handler.ssl
-
Indicates the state of the
SSLEngine
with respect to client authentication.
- clientAuth(ClientAuth) - Method in class io.netty.handler.ssl.SslContextBuilder
-
Sets the client authentication mode.
- ClientCookieDecoder - Class in io.netty.handler.codec.http.cookie
-
A
RFC6265 compliant cookie decoder to be used client side.
- ClientCookieEncoder - Class in io.netty.handler.codec.http
-
Deprecated.
- ClientCookieEncoder - Class in io.netty.handler.codec.http.cookie
-
A
RFC6265 compliant cookie encoder to be used client side, so
only name=value pairs are sent.
- clientHeaders(boolean, AsciiString, AsciiString, AsciiString, AsciiString, AsciiString...) - Static method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
-
Create a new read only representation of headers used by clients.
- clientId(String) - Method in class io.netty.handler.codec.mqtt.MqttMessageBuilders.ConnectBuilder
-
- clientIdentifier() - Method in class io.netty.handler.codec.mqtt.MqttConnectPayload
-
- CLOCK - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Values
-
Deprecated.
"clock"
- CLOCK - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderValues
-
"clock"
- clone() - Method in class io.netty.bootstrap.AbstractBootstrap
-
Returns a deep clone of this bootstrap which has the identical configuration.
- clone() - Method in class io.netty.bootstrap.Bootstrap
-
- clone(EventLoopGroup) - Method in class io.netty.bootstrap.Bootstrap
-
Returns a deep clone of this bootstrap which has the identical configuration except that it uses
the given
EventLoopGroup
.
- clone() - Method in class io.netty.bootstrap.ServerBootstrap
-
- clone() - Method in class io.netty.handler.codec.http.HttpDecoderConfig
-
- close() - Method in class io.netty.buffer.ByteBufInputStream
-
- close() - Method in class io.netty.buffer.ByteBufOutputStream
-
- 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(ChannelPromise) - Method in interface io.netty.channel.Channel.Unsafe
-
- close(ChannelHandlerContext, ChannelPromise) - Method in class io.netty.channel.ChannelDuplexHandler
-
- CLOSE - Static variable in interface io.netty.channel.ChannelFutureListener
-
- close(ChannelHandlerContext, ChannelPromise) - Method in interface io.netty.channel.ChannelOutboundHandler
-
Called once a close operation is made.
- close(ChannelHandlerContext, ChannelPromise) - Method in class io.netty.channel.ChannelOutboundHandlerAdapter
-
- close() - Method in interface io.netty.channel.ChannelOutboundInvoker
-
Request to close the
Channel
and notify the
ChannelFuture
once the operation completes,
either because the operation was successful or because of
an error.
- close(ChannelPromise) - Method in interface io.netty.channel.ChannelOutboundInvoker
-
Request to close the
Channel
and notify the
ChannelFuture
once the operation completes,
either because the operation was successful or because of
an error.
- close(ChannelHandlerContext, ChannelPromise) - Method in class io.netty.channel.CombinedChannelDuplexHandler
-
- close() - Method in class io.netty.channel.DefaultChannelPipeline
-
- close(ChannelPromise) - Method in class io.netty.channel.DefaultChannelPipeline
-
- close() - Method in class io.netty.channel.embedded.EmbeddedChannel
-
- close(ChannelPromise) - Method in class io.netty.channel.embedded.EmbeddedChannel
-
- close() - Method in interface io.netty.channel.group.ChannelGroup
-
- close(ChannelMatcher) - Method in interface io.netty.channel.group.ChannelGroup
-
- close() - Method in class io.netty.channel.group.DefaultChannelGroup
-
- close(ChannelMatcher) - Method in class io.netty.channel.group.DefaultChannelGroup
-
- close() - Method in class io.netty.channel.pool.AbstractChannelPoolMap
-
- close() - Method in interface io.netty.channel.pool.ChannelPool
-
- close() - Method in class io.netty.channel.pool.FixedChannelPool
-
- close() - Method in class io.netty.channel.pool.SimpleChannelPool
-
- close() - Method in class io.netty.channel.unix.FileDescriptor
-
Close the file descriptor.
- close() - Method in class io.netty.channel.unix.SocketWritableByteChannel
-
- close(ChannelHandlerContext, ChannelPromise) - Method in class io.netty.handler.codec.compression.BrotliEncoder
-
- close() - Method in class io.netty.handler.codec.compression.Bzip2Encoder
-
- close(ChannelPromise) - Method in class io.netty.handler.codec.compression.Bzip2Encoder
-
- 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(ChannelPromise) - Method in class io.netty.handler.codec.compression.Lz4FrameEncoder
-
- close(ChannelHandlerContext, ChannelPromise) - Method in class io.netty.handler.codec.compression.Lz4FrameEncoder
-
- close() - Method in class io.netty.handler.codec.compression.ZlibEncoder
-
- close(ChannelPromise) - Method in class io.netty.handler.codec.compression.ZlibEncoder
-
- close(ChannelHandlerContext, ChannelPromise) - Method in class io.netty.handler.codec.DatagramPacketEncoder
-
- close() - Method in class io.netty.handler.codec.http.HttpChunkedInput
-
- close(ChannelHandlerContext, ChannelPromise) - Method in class io.netty.handler.codec.http.HttpClientUpgradeHandler
-
- CLOSE - Static variable in class io.netty.handler.codec.http.HttpHeaders.Values
-
Deprecated.
"close"
- CLOSE - Static variable in class io.netty.handler.codec.http.HttpHeaderValues
-
"close"
- close() - Method in class io.netty.handler.codec.http.multipart.HttpPostRequestEncoder
-
- close() - Method in class io.netty.handler.codec.http.websocketx.WebSocketChunkedInput
-
Releases the resources associated with the input.
- close(Channel, CloseWebSocketFrame) - Method in class io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker
-
Performs the closing handshake.
- close(Channel, CloseWebSocketFrame, ChannelPromise) - Method in class io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker
-
- close(ChannelHandlerContext, CloseWebSocketFrame) - Method in class io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker
-
Performs the closing handshake
- close(ChannelHandlerContext, CloseWebSocketFrame, ChannelPromise) - Method in class io.netty.handler.codec.http.websocketx.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(ChannelHandlerContext, CloseWebSocketFrame) - Method in class io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker
-
Performs the closing handshake.
- close(ChannelHandlerContext, CloseWebSocketFrame, ChannelPromise) - Method in class io.netty.handler.codec.http.websocketx.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(ChannelHandlerContext, CloseWebSocketFrame, ChannelPromise) - Method in class io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker00
-
Echo back the closing frame
- close() - Method in class io.netty.handler.codec.http2.DecoratingHttp2ConnectionDecoder
-
- close() - Method in class io.netty.handler.codec.http2.DecoratingHttp2FrameWriter
-
- close(Promise<Void>) - Method in class io.netty.handler.codec.http2.DefaultHttp2Connection
-
- close() - Method in class io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder
-
- close() - Method in class io.netty.handler.codec.http2.DefaultHttp2ConnectionEncoder
-
- close() - Method in class io.netty.handler.codec.http2.DefaultHttp2FrameReader
-
- close() - Method in class io.netty.handler.codec.http2.DefaultHttp2FrameWriter
-
- close() - Method in class io.netty.handler.codec.http2.DefaultHttp2HeadersEncoder
-
Close the encoder and release all its associated data.
- close(Promise<Void>) - Method in interface io.netty.handler.codec.http2.Http2Connection
-
Close this connection.
- close() - Method in interface io.netty.handler.codec.http2.Http2ConnectionDecoder
-
- close(ChannelHandlerContext, ChannelPromise) - Method in class io.netty.handler.codec.http2.Http2ConnectionHandler
-
- close() - Method in class io.netty.handler.codec.http2.Http2DataChunkedInput
-
- close() - Method in interface io.netty.handler.codec.http2.Http2FrameReader
-
Closes this reader and frees any allocated resources.
- close() - Method in interface io.netty.handler.codec.http2.Http2FrameWriter
-
Closes this writer and frees any allocated resources.
- close() - Method in class io.netty.handler.codec.http2.Http2InboundFrameLogger
-
- close() - Method in class io.netty.handler.codec.http2.Http2OutboundFrameLogger
-
- close() - Method in interface io.netty.handler.codec.http2.Http2Stream
-
Closes the stream.
- close() - Method in class io.netty.handler.codec.http2.StreamBufferingEncoder
-
- CLOSE - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Values
-
Deprecated.
"close"
- CLOSE - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderValues
-
"close"
- close() - Method in class io.netty.handler.codec.serialization.ObjectDecoderInputStream
-
Deprecated.
- close() - Method in class io.netty.handler.codec.serialization.ObjectEncoderOutputStream
-
Deprecated.
- close(ChannelHandlerContext, ChannelPromise) - Method in class io.netty.handler.codec.spdy.SpdyFrameCodec
-
- close(ChannelHandlerContext, ChannelPromise) - Method in class io.netty.handler.codec.spdy.SpdySessionHandler
-
- close(ChannelHandlerContext, ChannelPromise) - Method in class io.netty.handler.flush.FlushConsolidationHandler
-
- close(ChannelHandlerContext, ChannelPromise) - Method in class io.netty.handler.logging.LoggingHandler
-
- close() - Method in class io.netty.handler.pcap.PcapWriteHandler
-
- close(ChannelHandlerContext, ChannelPromise) - Method in class io.netty.handler.ssl.SslClientHelloHandler
-
- close() - Method in class io.netty.handler.ssl.SslHandler
-
Deprecated.
- close(ChannelPromise) - Method in class io.netty.handler.ssl.SslHandler
-
Deprecated.
- close(ChannelHandlerContext, ChannelPromise) - Method in class io.netty.handler.ssl.SslHandler
-
- close() - Method in class io.netty.handler.stream.ChunkedFile
-
- close() - Method in interface io.netty.handler.stream.ChunkedInput
-
Releases the resources associated with the input.
- close() - Method in class io.netty.handler.stream.ChunkedNioFile
-
- close() - Method in class io.netty.handler.stream.ChunkedNioStream
-
- close() - Method in class io.netty.handler.stream.ChunkedStream
-
- close() - Method in class io.netty.resolver.AbstractAddressResolver
-
- close() - Method in interface io.netty.resolver.AddressResolver
-
Closes all the resources allocated and used by this resolver.
- close() - Method in class io.netty.resolver.AddressResolverGroup
-
- close() - Method in class io.netty.resolver.dns.DnsNameResolver
-
Closes the internal datagram channel used for sending and receiving DNS messages, and clears all DNS resource
records from the cache.
- close() - Method in class io.netty.resolver.InetSocketAddressResolver
-
- close() - Method in interface io.netty.resolver.NameResolver
-
Closes all the resources allocated and used by this resolver.
- close() - Method in class io.netty.resolver.RoundRobinInetAddressResolver
-
- close() - Method in class io.netty.resolver.SimpleNameResolver
-
- close() - Method in interface io.netty.util.ResourceLeak
-
Deprecated.
- close(T) - Method in interface io.netty.util.ResourceLeakTracker
-
- CLOSE_ON_FAILURE - Static variable in interface io.netty.channel.ChannelFutureListener
-
- closeAfterContinueResponse(Object) - Method in class io.netty.handler.codec.http.HttpObjectAggregator
-
- closeAfterContinueResponse(Object) - Method in class io.netty.handler.codec.http.websocketx.WebSocketFrameAggregator
-
- closeAfterContinueResponse(Object) - Method in class io.netty.handler.codec.memcache.AbstractMemcacheObjectAggregator
-
- closeAfterContinueResponse(Object) - Method in class io.netty.handler.codec.MessageAggregator
-
- closeAfterContinueResponse(Object) - Method in class io.netty.handler.codec.redis.RedisBulkStringAggregator
-
- closeAfterContinueResponse(Object) - Method in class io.netty.handler.codec.stomp.StompSubframeAggregator
-
- closeAsync() - Method in class io.netty.channel.pool.FixedChannelPool
-
Closes the pool in an async manner.
- closeAsync() - Method in class io.netty.channel.pool.SimpleChannelPool
-
Closes the pool in an async manner.
- ClosedStreamCreationException(Http2Error) - Constructor for exception io.netty.handler.codec.http2.Http2Exception.ClosedStreamCreationException
-
- ClosedStreamCreationException(Http2Error, String) - Constructor for exception io.netty.handler.codec.http2.Http2Exception.ClosedStreamCreationException
-
- ClosedStreamCreationException(Http2Error, String, Throwable) - Constructor for exception io.netty.handler.codec.http2.Http2Exception.ClosedStreamCreationException
-
- closedStreamError(Http2Error, String, Object...) - Static method in exception io.netty.handler.codec.http2.Http2Exception
-
Use if an error has occurred which can not be isolated to a single stream, but instead applies
to the entire connection.
- closeFileDescriptors() - Method in class io.netty.channel.epoll.EpollEventLoop
-
This method is intended for use by process checkpoint/restore
integration, such as OpenJDK CRaC.
- closeForcibly() - Method in class io.netty.channel.AbstractChannel.AbstractUnsafe
-
- closeForcibly() - Method in interface io.netty.channel.Channel.Unsafe
-
Closes the
Channel
immediately without firing any events.
- closeFuture() - Method in class io.netty.channel.AbstractChannel
-
- closeFuture() - Method in interface io.netty.channel.Channel
-
Returns the
ChannelFuture
which will be notified when this
channel is closed.
- closeIfClosed() - Method in class io.netty.channel.AbstractChannel.AbstractUnsafe
-
- closeInbound() - Method in class io.netty.handler.ssl.ReferenceCountedOpenSslEngine
-
- closeLocalSide() - Method in interface io.netty.handler.codec.http2.Http2Stream
-
Closes the local side of this stream.
- closeOnProtocolViolation(boolean) - Method in class io.netty.handler.codec.http.websocketx.WebSocketDecoderConfig.Builder
-
- closeOnProtocolViolation() - Method in class io.netty.handler.codec.http.websocketx.WebSocketDecoderConfig
-
- closeOnProtocolViolation(boolean) - Method in class io.netty.handler.codec.http.websocketx.WebSocketServerProtocolConfig.Builder
-
- closeOnReadError(Throwable) - Method in class io.netty.channel.nio.AbstractNioMessageChannel
-
- closeOnReadError(Throwable) - Method in class io.netty.channel.socket.nio.NioDatagramChannel
-
- closeOnReadError(Throwable) - Method in class io.netty.channel.socket.nio.NioServerDomainSocketChannel
-
- closeOnReadError(Throwable) - Method in class io.netty.channel.socket.nio.NioServerSocketChannel
-
- closeOutbound() - Method in class io.netty.handler.ssl.ReferenceCountedOpenSslEngine
-
- closeOutbound() - Method in class io.netty.handler.ssl.SslHandler
-
Sends an SSL
close_notify
message to the specified channel and
destroys the underlying
SSLEngine
.
- closeOutbound(ChannelPromise) - Method in class io.netty.handler.ssl.SslHandler
-
Sends an SSL
close_notify
message to the specified channel and
destroys the underlying
SSLEngine
.
- closeRemoteSide() - Method in interface io.netty.handler.codec.http2.Http2Stream
-
Closes the remote side of this stream.
- closeStatus() - Method in exception io.netty.handler.codec.http.websocketx.CorruptedWebSocketFrameException
-
- closeStream(Http2Stream, ChannelFuture) - Method in class io.netty.handler.codec.http2.Http2ConnectionHandler
-
- closeStream(Http2Stream, ChannelFuture) - Method in interface io.netty.handler.codec.http2.Http2LifecycleManager
-
Closes and deactivates the given stream
.
- closeStreamLocal(Http2Stream, ChannelFuture) - Method in class io.netty.handler.codec.http2.Http2ConnectionHandler
-
Closes the local side of the given stream.
- closeStreamLocal(Http2Stream, ChannelFuture) - Method in interface io.netty.handler.codec.http2.Http2LifecycleManager
-
Closes the local side of the stream
.
- closeStreamRemote(Http2Stream, ChannelFuture) - Method in class io.netty.handler.codec.http2.Http2ConnectionHandler
-
Closes the remote side of the given stream.
- closeStreamRemote(Http2Stream, ChannelFuture) - Method in interface io.netty.handler.codec.http2.Http2LifecycleManager
-
Closes the remote side of the stream
.
- CloseWebSocketFrame - Class in io.netty.handler.codec.http.websocketx
-
Web Socket Frame for closing the connection.
- CloseWebSocketFrame() - Constructor for class io.netty.handler.codec.http.websocketx.CloseWebSocketFrame
-
Creates a new empty close frame.
- CloseWebSocketFrame(WebSocketCloseStatus) - Constructor for class io.netty.handler.codec.http.websocketx.CloseWebSocketFrame
-
Creates a new empty close frame with closing status code and reason text
- CloseWebSocketFrame(WebSocketCloseStatus, String) - Constructor for class io.netty.handler.codec.http.websocketx.CloseWebSocketFrame
-
Creates a new empty close frame with closing status code and reason text
- CloseWebSocketFrame(int, String) - Constructor for class io.netty.handler.codec.http.websocketx.CloseWebSocketFrame
-
Creates a new empty close frame with closing status code and reason text
- CloseWebSocketFrame(boolean, int) - Constructor for class io.netty.handler.codec.http.websocketx.CloseWebSocketFrame
-
Creates a new close frame with no losing status code and no reason text
- CloseWebSocketFrame(boolean, int, int, String) - Constructor for class io.netty.handler.codec.http.websocketx.CloseWebSocketFrame
-
Creates a new close frame with closing status code and reason text
- CloseWebSocketFrame(boolean, int, ByteBuf) - Constructor for class io.netty.handler.codec.http.websocketx.CloseWebSocketFrame
-
Creates a new close frame
- cmdStatus() - Method in class io.netty.handler.codec.socks.SocksCmdResponse
-
- cmdType() - Method in class io.netty.handler.codec.socks.SocksCmdRequest
-
- CNAME - Static variable in class io.netty.handler.codec.dns.DnsRecordType
-
Canonical name record RFC 1035 Alias of one name to another: the DNS
lookup will continue by retrying the lookup with the new name.
- cnameCache() - Method in class io.netty.resolver.dns.DnsNameResolver
-
- cnameCache(DnsCnameCache) - Method in class io.netty.resolver.dns.DnsNameResolverBuilder
-
Sets the cache for CNAME
mappings.
- CoalescingBufferQueue - Class in io.netty.channel
-
A FIFO queue of bytes where producers add bytes by repeatedly adding
ByteBuf
and consumers take bytes in
arbitrary lengths.
- CoalescingBufferQueue(Channel) - Constructor for class io.netty.channel.CoalescingBufferQueue
-
- CoalescingBufferQueue(Channel, int) - Constructor for class io.netty.channel.CoalescingBufferQueue
-
- CoalescingBufferQueue(Channel, int, boolean) - Constructor for class io.netty.channel.CoalescingBufferQueue
-
- code() - Method in class io.netty.handler.codec.dns.DefaultDnsResponse
-
- code() - Method in interface io.netty.handler.codec.dns.DnsResponse
-
Returns the 4 bit return code.
- code() - Method in class io.netty.handler.codec.http.HttpResponseStatus
-
- code() - Method in class io.netty.handler.codec.http.websocketx.WebSocketCloseStatus
-
- code() - Method in enum io.netty.handler.codec.http2.Http2Error
-
Gets the code for this error used on the wire.
- code() - Method in class io.netty.handler.codec.smtp.DefaultSmtpResponse
-
- code() - Method in interface io.netty.handler.codec.smtp.SmtpResponse
-
Returns the response code.
- code() - Method in class io.netty.handler.codec.spdy.SpdySessionStatus
-
Returns the code of this status.
- code() - Method in class io.netty.handler.codec.spdy.SpdyStreamStatus
-
Returns the code of this status.
- codeAsText() - Method in class io.netty.handler.codec.http.HttpResponseStatus
-
- codec(Http2ConnectionDecoder, Http2ConnectionEncoder) - Method in class io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
-
- codec(Http2ConnectionDecoder, Http2ConnectionEncoder) - Method in class io.netty.handler.codec.http2.Http2ConnectionHandlerBuilder
-
- codec(Http2ConnectionDecoder, Http2ConnectionEncoder) - Method in class io.netty.handler.codec.http2.HttpToHttp2ConnectionHandlerBuilder
-
- CodecException - Exception in io.netty.handler.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
-
- COLON - Static variable in class io.netty.handler.codec.http.HttpConstants
-
Colon ':'
- CombinedChannelDuplexHandler<I extends ChannelInboundHandler,O extends ChannelOutboundHandler> - Class in io.netty.channel
-
- CombinedChannelDuplexHandler() - Constructor for class io.netty.channel.CombinedChannelDuplexHandler
-
Creates a new uninitialized instance.
- CombinedChannelDuplexHandler(I, O) - Constructor for class io.netty.channel.CombinedChannelDuplexHandler
-
Creates a new instance that combines the specified two handlers into one.
- CombinedHttpHeaders - Class in io.netty.handler.codec.http
-
Will add multiple values for the same header as single header with a comma separated list of values.
- CombinedHttpHeaders(boolean) - Constructor for class io.netty.handler.codec.http.CombinedHttpHeaders
-
- COMMA - Static variable in class io.netty.handler.codec.http.HttpConstants
-
Comma ','
- COMMA - Static variable in class io.netty.util.internal.StringUtil
-
- command() - Method in class io.netty.handler.codec.haproxy.HAProxyMessage
-
- command() - Method in class io.netty.handler.codec.smtp.DefaultSmtpRequest
-
- command() - Method in interface io.netty.handler.codec.smtp.SmtpRequest
-
- 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
-
- comment() - Method in class io.netty.handler.codec.http.DefaultCookie
-
Deprecated.
- commentUrl() - Method in interface io.netty.handler.codec.http.Cookie
-
- commentUrl() - Method in class io.netty.handler.codec.http.DefaultCookie
-
Deprecated.
- commitTimeMillis() - Method in class io.netty.util.Version
-
- CommonsLoggerFactory - Class in io.netty.util.internal.logging
-
- CommonsLoggerFactory() - Constructor for class io.netty.util.internal.logging.CommonsLoggerFactory
-
- commonSuffixOfLength(String, String, int) - Static method in class io.netty.util.internal.StringUtil
-
Checks if two strings have the same suffix of specified length
- compare(ByteBuf, ByteBuf) - Static method in class io.netty.buffer.ByteBufUtil
-
- compare(InetSocketAddress, InetSocketAddress) - Method in class io.netty.resolver.dns.NameServerComparator
-
- compare(int, int) - Static method in class io.netty.util.internal.MathUtil
-
Compares two int
values.
- compare(long, long) - Static method in class io.netty.util.internal.MathUtil
-
Compare two long
values.
- 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
-
Deprecated.
- compareTo(Channel) - Method in class io.netty.channel.AbstractChannel
-
- compareTo(ChannelId) - Method in class io.netty.channel.DefaultChannelId
-
- compareTo(ChannelGroup) - Method in class io.netty.channel.group.DefaultChannelGroup
-
- compareTo(LocalAddress) - Method in class io.netty.channel.local.LocalAddress
-
- compareTo(DnsOpCode) - Method in class io.netty.handler.codec.dns.DnsOpCode
-
- compareTo(DnsRecordType) - Method in class io.netty.handler.codec.dns.DnsRecordType
-
- compareTo(DnsResponseCode) - Method in class io.netty.handler.codec.dns.DnsResponseCode
-
- compareTo(Cookie) - Method in class io.netty.handler.codec.http.cookie.DefaultCookie
-
- compareTo(HttpMethod) - Method in class io.netty.handler.codec.http.HttpMethod
-
- compareTo(HttpResponseStatus) - Method in class io.netty.handler.codec.http.HttpResponseStatus
-
- 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(WebSocketCloseStatus) - Method in class io.netty.handler.codec.http.websocketx.WebSocketCloseStatus
-
- compareTo(Socks4CommandStatus) - Method in class io.netty.handler.codec.socksx.v4.Socks4CommandStatus
-
- compareTo(Socks4CommandType) - Method in class io.netty.handler.codec.socksx.v4.Socks4CommandType
-
- compareTo(Socks5AddressType) - Method in class io.netty.handler.codec.socksx.v5.Socks5AddressType
-
- compareTo(Socks5AuthMethod) - Method in class io.netty.handler.codec.socksx.v5.Socks5AuthMethod
-
- compareTo(Socks5CommandStatus) - Method in class io.netty.handler.codec.socksx.v5.Socks5CommandStatus
-
- compareTo(Socks5CommandType) - Method in class io.netty.handler.codec.socksx.v5.Socks5CommandType
-
- compareTo(Socks5PasswordAuthStatus) - Method in class io.netty.handler.codec.socksx.v5.Socks5PasswordAuthStatus
-
- compareTo(SpdySessionStatus) - Method in class io.netty.handler.codec.spdy.SpdySessionStatus
-
- compareTo(SpdyStreamStatus) - Method in class io.netty.handler.codec.spdy.SpdyStreamStatus
-
- compareTo(IpSubnetFilterRule) - Method in class io.netty.handler.ipfilter.IpSubnetFilterRule
-
- compareTo(T) - Method in class io.netty.util.AbstractConstant
-
- compareTo(CharSequence) - Method in class io.netty.util.AsciiString
-
Compares the specified string to this string using the ASCII values of the characters.
- compareTo(Signal) - Method in error io.netty.util.Signal
-
- CompatibleMarshallingDecoder - Class in io.netty.handler.codec.marshalling
-
- CompatibleMarshallingDecoder(UnmarshallerProvider, int) - Constructor for class io.netty.handler.codec.marshalling.CompatibleMarshallingDecoder
-
- CompatibleMarshallingEncoder - Class in io.netty.handler.codec.marshalling
-
- CompatibleMarshallingEncoder(MarshallerProvider) - Constructor for class io.netty.handler.codec.marshalling.CompatibleMarshallingEncoder
-
- CompatibleObjectEncoder - Class in io.netty.handler.codec.serialization
-
- CompatibleObjectEncoder() - Constructor for class io.netty.handler.codec.serialization.CompatibleObjectEncoder
-
Deprecated.
Creates a new instance with the reset interval of 16
.
- CompatibleObjectEncoder(int) - Constructor for class io.netty.handler.codec.serialization.CompatibleObjectEncoder
-
Deprecated.
Creates a new instance.
- compilePattern(byte) - Static method in class io.netty.util.internal.SWARUtil
-
Compiles given byte into a long pattern suitable for SWAR operations.
- CompleteFuture<V> - Class in io.netty.util.concurrent
-
A skeletal
Future
implementation which represents a
Future
which has been completed already.
- CompleteFuture(EventExecutor) - Constructor for class io.netty.util.concurrent.CompleteFuture
-
Creates a new instance.
- completeOncePreferredResolved(boolean) - Method in class io.netty.resolver.dns.DnsNameResolverBuilder
-
- 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(ByteBufAllocator, ByteBuf, ByteBuf) - Method in class io.netty.channel.AbstractCoalescingBufferQueue
-
Calculate the result of current + next
.
- compose(ByteBufAllocator, ByteBuf, ByteBuf) - Method in class io.netty.channel.CoalescingBufferQueue
-
- compose(ChannelMatcher...) - Static method in class io.netty.channel.group.ChannelMatchers
-
- composeFirst(ByteBufAllocator, ByteBuf, int) - Method in class io.netty.channel.AbstractCoalescingBufferQueue
-
- composeFirst(ByteBufAllocator, ByteBuf) - Method in class io.netty.channel.AbstractCoalescingBufferQueue
-
- composeIntoComposite(ByteBufAllocator, ByteBuf, ByteBuf) - Method in class io.netty.channel.AbstractCoalescingBufferQueue
-
- COMPOSITE_CUMULATOR - Static variable in class io.netty.handler.codec.ByteToMessageDecoder
-
- 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
-
- compositeBuffer(int) - Method in interface io.netty.buffer.ByteBufAllocator
-
Allocate a
CompositeByteBuf
with the given maximum number of components that can be stored in it.
- compositeBuffer() - Static method in class io.netty.buffer.Unpooled
-
Returns a new big-endian composite buffer with no components.
- compositeBuffer(int) - Static method in class io.netty.buffer.Unpooled
-
Returns a new big-endian composite buffer with no components.
- compositeBuffer() - Method in class io.netty.channel.PreferHeapByteBufAllocator
-
- compositeBuffer(int) - Method in class io.netty.channel.PreferHeapByteBufAllocator
-
- compositeBuffer() - Method in class io.netty.channel.unix.PreferredDirectByteBufAllocator
-
- compositeBuffer(int) - Method in class io.netty.channel.unix.PreferredDirectByteBufAllocator
-
- CompositeByteBuf - Class in io.netty.buffer
-
A virtual buffer which shows multiple buffers as a single merged buffer.
- CompositeByteBuf(ByteBufAllocator, boolean, int) - Constructor for class io.netty.buffer.CompositeByteBuf
-
- CompositeByteBuf(ByteBufAllocator, boolean, int, ByteBuf...) - Constructor for class io.netty.buffer.CompositeByteBuf
-
- CompositeByteBuf(ByteBufAllocator, boolean, int, Iterable<ByteBuf>) - Constructor for class io.netty.buffer.CompositeByteBuf
-
- compositeDirectBuffer() - Method in class io.netty.buffer.AbstractByteBufAllocator
-
- compositeDirectBuffer(int) - Method in class io.netty.buffer.AbstractByteBufAllocator
-
- compositeDirectBuffer() - Method in interface io.netty.buffer.ByteBufAllocator
-
- compositeDirectBuffer(int) - Method in interface io.netty.buffer.ByteBufAllocator
-
Allocate a direct
CompositeByteBuf
with the given maximum number of components that can be stored in it.
- compositeDirectBuffer(int) - Method in class io.netty.buffer.UnpooledByteBufAllocator
-
- compositeDirectBuffer() - Method in class io.netty.channel.PreferHeapByteBufAllocator
-
- compositeDirectBuffer(int) - Method in class io.netty.channel.PreferHeapByteBufAllocator
-
- compositeDirectBuffer() - Method in class io.netty.channel.unix.PreferredDirectByteBufAllocator
-
- compositeDirectBuffer(int) - Method in class io.netty.channel.unix.PreferredDirectByteBufAllocator
-
- 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
-
- compositeHeapBuffer(int) - Method in interface io.netty.buffer.ByteBufAllocator
-
Allocate a heap
CompositeByteBuf
with the given maximum number of components that can be stored in it.
- compositeHeapBuffer(int) - Method in class io.netty.buffer.UnpooledByteBufAllocator
-
- compositeHeapBuffer() - Method in class io.netty.channel.PreferHeapByteBufAllocator
-
- compositeHeapBuffer(int) - Method in class io.netty.channel.PreferHeapByteBufAllocator
-
- compositeHeapBuffer() - Method in class io.netty.channel.unix.PreferredDirectByteBufAllocator
-
- compositeHeapBuffer(int) - Method in class io.netty.channel.unix.PreferredDirectByteBufAllocator
-
- CompositeNameResolver<T> - Class in io.netty.resolver
-
- CompositeNameResolver(EventExecutor, NameResolver<T>...) - Constructor for class io.netty.resolver.CompositeNameResolver
-
- CompositeStreamException(Http2Error, int) - Constructor for exception io.netty.handler.codec.http2.Http2Exception.CompositeStreamException
-
- COMPRESS - Static variable in class io.netty.handler.codec.http.HttpHeaders.Values
-
Deprecated.
"compress"
- COMPRESS - Static variable in class io.netty.handler.codec.http.HttpHeaderValues
-
"compress"
- COMPRESS - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Values
-
Deprecated.
"compress"
- COMPRESS - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderValues
-
"compress"
- compress(SSLEngine, byte[]) - Method in interface io.netty.handler.ssl.OpenSslCertificateCompressionAlgorithm
-
Compress the given input with the specified algorithm and return the compressed bytes.
- CompressionException - Exception in io.netty.handler.codec.compression
-
- 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() - Method in class io.netty.handler.codec.compression.DeflateOptions
-
- compressionLevel() - Method in class io.netty.handler.codec.compression.ZstdOptions
-
- CompressionOptions - Interface in io.netty.handler.codec.compression
-
CompressionOptions
provides compression options for
various types of compressor types, like Brotli.
- CompressorHttp2ConnectionEncoder - Class in io.netty.handler.codec.http2
-
A decorating HTTP2 encoder that will compress data frames according to the content-encoding
header for each
stream.
- CompressorHttp2ConnectionEncoder(Http2ConnectionEncoder) - Constructor for class io.netty.handler.codec.http2.CompressorHttp2ConnectionEncoder
-
- CompressorHttp2ConnectionEncoder(Http2ConnectionEncoder, int, int, int) - Constructor for class io.netty.handler.codec.http2.CompressorHttp2ConnectionEncoder
-
Deprecated.
- CompressorHttp2ConnectionEncoder(Http2ConnectionEncoder, CompressionOptions...) - Constructor for class io.netty.handler.codec.http2.CompressorHttp2ConnectionEncoder
-
- computeRemoteAddr(InetSocketAddress, InetSocketAddress) - Static method in class io.netty.channel.unix.UnixChannelUtil
-
- computeResolvedAddressTypes(InternetProtocolFamily...) - Static method in class io.netty.resolver.dns.DnsNameResolverBuilder
-
- concat(CharSequence) - Method in class io.netty.util.AsciiString
-
Concatenates this string and the specified string.
- ConcurrentSet<E> - Class in io.netty.util.internal
-
- ConcurrentSet() - Constructor for class io.netty.util.internal.ConcurrentSet
-
Deprecated.
Creates a new instance which wraps the specified map
.
- CONFERENCE - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderNames
-
"conference"
- CONFERENCE - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Names
-
Deprecated.
"Conference"
- CONFERENCE_NOT_FOUND - Static variable in class io.netty.handler.codec.rtsp.RtspResponseStatuses
-
452 Conference Not Found
- config() - Method in class io.netty.bootstrap.AbstractBootstrap
-
- config() - Method in class io.netty.bootstrap.Bootstrap
-
- config() - Method in class io.netty.bootstrap.ServerBootstrap
-
- config() - Method in interface io.netty.channel.Channel
-
Returns the configuration of this channel.
- config() - Method in class io.netty.channel.embedded.EmbeddedChannel
-
- config() - Method in class io.netty.channel.epoll.EpollDatagramChannel
-
- config() - Method in class io.netty.channel.epoll.EpollDomainDatagramChannel
-
- config() - Method in class io.netty.channel.epoll.EpollDomainSocketChannel
-
- config() - Method in class io.netty.channel.epoll.EpollServerDomainSocketChannel
-
- config() - Method in class io.netty.channel.epoll.EpollServerSocketChannel
-
- config() - Method in class io.netty.channel.epoll.EpollSocketChannel
-
- config() - Method in class io.netty.channel.kqueue.KQueueDatagramChannel
-
- config() - Method in class io.netty.channel.kqueue.KQueueDomainDatagramChannel
-
- config() - Method in class io.netty.channel.kqueue.KQueueDomainSocketChannel
-
- config() - Method in class io.netty.channel.kqueue.KQueueServerDomainSocketChannel
-
- config() - Method in class io.netty.channel.kqueue.KQueueServerSocketChannel
-
- config() - Method in class io.netty.channel.kqueue.KQueueSocketChannel
-
- config() - Method in class io.netty.channel.local.LocalChannel
-
- config() - Method in class io.netty.channel.local.LocalServerChannel
-
- config() - Method in class io.netty.channel.rxtx.RxtxChannel
-
Deprecated.
- config() - Method in class io.netty.channel.sctp.nio.NioSctpChannel
-
- config() - Method in class io.netty.channel.sctp.nio.NioSctpServerChannel
-
- config() - Method in class io.netty.channel.sctp.oio.OioSctpChannel
-
Deprecated.
- config() - Method in class io.netty.channel.sctp.oio.OioSctpServerChannel
-
Deprecated.
- config() - Method in interface io.netty.channel.sctp.SctpChannel
-
- config() - Method in interface io.netty.channel.sctp.SctpServerChannel
-
- config() - Method in interface io.netty.channel.socket.DatagramChannel
-
- config() - Method in class io.netty.channel.socket.nio.NioDatagramChannel
-
- config() - Method in class io.netty.channel.socket.nio.NioDomainSocketChannel
-
- config() - Method in class io.netty.channel.socket.nio.NioServerDomainSocketChannel
-
- config() - Method in class io.netty.channel.socket.nio.NioServerSocketChannel
-
- config() - Method in class io.netty.channel.socket.nio.NioSocketChannel
-
- config() - Method in class io.netty.channel.socket.oio.OioDatagramChannel
-
Deprecated.
Returns the configuration of this channel.
- config() - Method in class io.netty.channel.socket.oio.OioServerSocketChannel
-
Deprecated.
- config() - Method in class io.netty.channel.socket.oio.OioSocketChannel
-
Deprecated.
- config() - Method in interface io.netty.channel.socket.ServerSocketChannel
-
- config() - Method in interface io.netty.channel.socket.SocketChannel
-
- config() - Method in class io.netty.channel.udt.nio.NioUdtAcceptorChannel
-
Deprecated.
- config() - Method in class io.netty.channel.udt.nio.NioUdtByteConnectorChannel
-
Deprecated.
- config() - Method in class io.netty.channel.udt.nio.NioUdtMessageConnectorChannel
-
Deprecated.
- config() - Method in interface io.netty.channel.udt.UdtChannel
-
Deprecated.
- config() - Method in interface io.netty.channel.unix.DomainDatagramChannel
-
- config() - Method in interface io.netty.channel.unix.DomainSocketChannel
-
- configuration() - Method in class io.netty.handler.codec.http2.DecoratingHttp2FrameWriter
-
- configuration() - Method in class io.netty.handler.codec.http2.DefaultHttp2ConnectionEncoder
-
- configuration() - Method in class io.netty.handler.codec.http2.DefaultHttp2FrameReader
-
- configuration() - Method in class io.netty.handler.codec.http2.DefaultHttp2FrameWriter
-
- configuration() - Method in class io.netty.handler.codec.http2.DefaultHttp2HeadersDecoder
-
- configuration() - Method in class io.netty.handler.codec.http2.DefaultHttp2HeadersEncoder
-
- configuration() - Method in interface io.netty.handler.codec.http2.Http2FrameReader
-
- configuration() - Method in interface io.netty.handler.codec.http2.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
-
- configurePipeline(ChannelHandlerContext, String) - Method in class io.netty.handler.ssl.ApplicationProtocolNegotiationHandler
-
Invoked on successful initial SSL/TLS handshake.
- confirmShutdown() - Method in class io.netty.util.concurrent.SingleThreadEventExecutor
-
Confirm that the shutdown if the instance should be done now!
- CONFLICT - Static variable in class io.netty.handler.codec.http.HttpResponseStatus
-
409 Conflict
- connAck() - Static method in class io.netty.handler.codec.mqtt.MqttMessageBuilders
-
- ConnAckPropertiesBuilder() - Constructor for class io.netty.handler.codec.mqtt.MqttMessageBuilders.ConnAckPropertiesBuilder
-
- connect() - Method in class io.netty.bootstrap.Bootstrap
-
Connect a
Channel
to the remote peer.
- connect(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, SocketAddress, ChannelPromise) - Method in interface io.netty.channel.Channel.Unsafe
-
- connect(ChannelHandlerContext, SocketAddress, SocketAddress, ChannelPromise) - Method in class io.netty.channel.ChannelDuplexHandler
-
- connect(ChannelHandlerContext, SocketAddress, SocketAddress, ChannelPromise) - Method in interface io.netty.channel.ChannelOutboundHandler
-
Called once a connect operation is made.
- connect(ChannelHandlerContext, SocketAddress, SocketAddress, ChannelPromise) - Method in class io.netty.channel.ChannelOutboundHandlerAdapter
-
- connect(SocketAddress) - Method in interface io.netty.channel.ChannelOutboundInvoker
-
Request to connect to the given
SocketAddress
and notify the
ChannelFuture
once the operation
completes, either because the operation was successful or because of an error.
- connect(SocketAddress, SocketAddress) - Method in interface io.netty.channel.ChannelOutboundInvoker
-
Request to connect to the given
SocketAddress
while bind to the localAddress and notify the
ChannelFuture
once the operation completes, either because the operation was successful or because of
an error.
- connect(SocketAddress, ChannelPromise) - Method in interface io.netty.channel.ChannelOutboundInvoker
-
Request to connect to the given
SocketAddress
and notify the
ChannelFuture
once the operation
completes, either because the operation was successful or because of an error.
- connect(SocketAddress, SocketAddress, ChannelPromise) - Method in interface io.netty.channel.ChannelOutboundInvoker
-
Request to connect to the given
SocketAddress
while bind to the localAddress and notify the
ChannelFuture
once the operation completes, either because the operation was successful or because of
an error.
- connect(ChannelHandlerContext, SocketAddress, SocketAddress, ChannelPromise) - Method in class io.netty.channel.CombinedChannelDuplexHandler
-
- connect(SocketAddress) - Method in class io.netty.channel.DefaultChannelPipeline
-
- connect(SocketAddress, SocketAddress) - Method in class io.netty.channel.DefaultChannelPipeline
-
- connect(SocketAddress, ChannelPromise) - Method in class io.netty.channel.DefaultChannelPipeline
-
- connect(SocketAddress, SocketAddress, ChannelPromise) - Method in class io.netty.channel.DefaultChannelPipeline
-
- connect(SocketAddress) - Method in class io.netty.channel.embedded.EmbeddedChannel
-
- connect(SocketAddress, SocketAddress) - Method in class io.netty.channel.embedded.EmbeddedChannel
-
- connect(SocketAddress, ChannelPromise) - Method in class io.netty.channel.embedded.EmbeddedChannel
-
- connect(SocketAddress, SocketAddress, ChannelPromise) - Method in class io.netty.channel.embedded.EmbeddedChannel
-
- connect(SocketAddress, SocketAddress, ChannelPromise) - Method in class io.netty.channel.nio.AbstractNioChannel.AbstractNioUnsafe
-
- connect(SocketAddress) - Method in class io.netty.channel.unix.Socket
-
- connect(ChannelHandlerContext, SocketAddress, SocketAddress, ChannelPromise) - Method in class io.netty.handler.address.DynamicAddressConnectHandler
-
- connect(ChannelHandlerContext, SocketAddress, SocketAddress, ChannelPromise) - Method in class io.netty.handler.address.ResolveAddressHandler
-
- connect(ChannelHandlerContext, SocketAddress, SocketAddress, ChannelPromise) - Method in class io.netty.handler.codec.DatagramPacketEncoder
-
- connect(ChannelHandlerContext, SocketAddress, SocketAddress, ChannelPromise) - Method in class io.netty.handler.codec.http.HttpClientUpgradeHandler
-
- CONNECT - 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(ChannelHandlerContext, SocketAddress, SocketAddress, ChannelPromise) - Method in class io.netty.handler.codec.http2.Http2ConnectionHandler
-
- connect() - Static method in class io.netty.handler.codec.mqtt.MqttMessageBuilders
-
- CONNECT - Static variable in class io.netty.handler.codec.socksx.v4.Socks4CommandType
-
- CONNECT - Static variable in class io.netty.handler.codec.socksx.v5.Socks5CommandType
-
- connect(ChannelHandlerContext, SocketAddress, SocketAddress, ChannelPromise) - Method in class io.netty.handler.codec.spdy.SpdyFrameCodec
-
- connect(ChannelHandlerContext, SocketAddress, SocketAddress, ChannelPromise) - Method in class io.netty.handler.logging.LoggingHandler
-
- connect(ChannelHandlerContext, SocketAddress, SocketAddress, ChannelPromise) - Method in class io.netty.handler.proxy.ProxyHandler
-
- connect() - Method in class io.netty.handler.ssl.OpenSslSessionStats
-
Returns the number of started SSL/TLS handshakes in client mode.
- connect(ChannelHandlerContext, SocketAddress, SocketAddress, ChannelPromise) - Method in class io.netty.handler.ssl.SslClientHelloHandler
-
- connect(ChannelHandlerContext, SocketAddress, SocketAddress, ChannelPromise) - Method in class io.netty.handler.ssl.SslHandler
-
- connect(Socket, SocketAddress, int) - Static method in class io.netty.util.internal.SocketUtils
-
- connect(SocketChannel, SocketAddress) - Static method in class io.netty.util.internal.SocketUtils
-
- CONNECT_TIMEOUT_MILLIS - Static variable in class io.netty.channel.ChannelOption
-
- connectChannel(Bootstrap) - Method in class io.netty.channel.pool.SimpleChannelPool
-
- 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 - Static variable in class io.netty.handler.codec.http.HttpHeaders.Names
-
Deprecated.
"Connection"
- connection() - Method in class io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
-
- connection(Http2Connection) - Method in class io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
-
- connection() - Method in class io.netty.handler.codec.http2.AbstractInboundHttp2ToHttpAdapterBuilder
-
- connection() - Method in class io.netty.handler.codec.http2.DecoratingHttp2ConnectionDecoder
-
- connection() - Method in class io.netty.handler.codec.http2.DecoratingHttp2ConnectionEncoder
-
- connection() - Method in class io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder
-
- connection() - Method in class io.netty.handler.codec.http2.DefaultHttp2ConnectionEncoder
-
- connection() - Method in interface io.netty.handler.codec.http2.Http2ConnectionDecoder
-
Provides direct access to the underlying connection.
- connection() - Method in interface io.netty.handler.codec.http2.Http2ConnectionEncoder
-
Provides direct access to the underlying connection.
- connection() - Method in class io.netty.handler.codec.http2.Http2ConnectionHandler
-
- connection(Http2Connection) - Method in class io.netty.handler.codec.http2.Http2ConnectionHandlerBuilder
-
- connection(Http2Connection) - Method in class io.netty.handler.codec.http2.HttpToHttp2ConnectionHandlerBuilder
-
- connection - Variable in class io.netty.handler.codec.http2.InboundHttp2ToHttpAdapter
-
- CONNECTION - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderNames
-
"connection"
- CONNECTION - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Names
-
Deprecated.
"Connection"
- CONNECTION_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
-
- connectionStream() - Method in class io.netty.handler.codec.http2.DefaultHttp2Connection
-
- connectionStream() - Method in interface io.netty.handler.codec.http2.Http2Connection
-
Gets the stream object representing the connection, itself (i.e. stream zero).
- connectProtocolEnabled() - Method in class io.netty.handler.codec.http2.Http2Settings
-
Gets the SETTINGS_ENABLE_CONNECT_PROTOCOL
value.
- connectProtocolEnabled(boolean) - Method in class io.netty.handler.codec.http2.Http2Settings
-
Sets the SETTINGS_ENABLE_CONNECT_PROTOCOL
value.
- 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.
- connectVSock(VSockAddress) - Method in class io.netty.channel.epoll.LinuxSocket
-
- consolidate() - Method in class io.netty.buffer.CompositeByteBuf
-
- consolidate(int, int) - Method in class io.netty.buffer.CompositeByteBuf
-
- consolidateCacheSize(int) - Method in class io.netty.resolver.dns.DnsNameResolverBuilder
-
Set the maximum size of the cache that is used to consolidate lookups for different hostnames when in-flight.
- 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
-
- ConstantPool() - Constructor for class io.netty.util.ConstantPool
-
- ConstantTimeUtils - Class in io.netty.util.internal
-
- consumeBytes(Http2Stream, int) - Method in class io.netty.handler.codec.http2.DefaultHttp2LocalFlowController
-
- consumeBytes(Http2Stream, int) - Method in interface io.netty.handler.codec.http2.Http2LocalFlowController
-
Indicates that the application has consumed a number of bytes for the given stream and is therefore ready to
receive more data from the remote endpoint.
- consumeReceivedSettings(Http2Settings) - Method in class io.netty.handler.codec.http2.DecoratingHttp2ConnectionEncoder
-
- consumeReceivedSettings(Http2Settings) - Method in class io.netty.handler.codec.http2.DefaultHttp2ConnectionEncoder
-
- consumeReceivedSettings(Http2Settings) - Method in interface io.netty.handler.codec.http2.Http2SettingsReceivedConsumer
-
Consume the most recently received but not yet ACKed settings.
- contains(Object) - Method in class io.netty.channel.group.DefaultChannelGroup
-
- contains(K) - Method in class io.netty.channel.pool.AbstractChannelPoolMap
-
- contains(K) - Method in interface io.netty.channel.pool.ChannelPoolMap
-
Returns
true
if a
ChannelPool
exists for the given
key
.
- contains(K) - Method in class io.netty.handler.codec.DefaultHeaders
-
- contains(K, V) - Method in class io.netty.handler.codec.DefaultHeaders
-
- contains(K, V, HashingStrategy<? super V>) - Method in class io.netty.handler.codec.DefaultHeaders
-
- contains(K) - Method in class io.netty.handler.codec.EmptyHeaders
-
- contains(K, V) - Method in class io.netty.handler.codec.EmptyHeaders
-
- contains(K) - Method in interface io.netty.handler.codec.Headers
-
Returns true
if a header with the name
exists, false
otherwise.
- contains(K, V) - Method in interface io.netty.handler.codec.Headers
-
Returns true
if a header with the name
and value
exists, false
otherwise.
- contains(String) - Method in class io.netty.handler.codec.http.DefaultHttpHeaders
-
- contains(CharSequence) - Method in class io.netty.handler.codec.http.DefaultHttpHeaders
-
- contains(String, String, boolean) - Method in class io.netty.handler.codec.http.DefaultHttpHeaders
-
- contains(CharSequence, CharSequence, boolean) - Method in class io.netty.handler.codec.http.DefaultHttpHeaders
-
- contains(String) - Method in class io.netty.handler.codec.http.EmptyHttpHeaders
-
- contains(String) - Method in class io.netty.handler.codec.http.HttpHeaders
-
- contains(CharSequence) - Method in class io.netty.handler.codec.http.HttpHeaders
-
Checks to see if there is a header with the specified name
- contains(String, String, boolean) - Method in class io.netty.handler.codec.http.HttpHeaders
-
- contains(CharSequence, CharSequence, boolean) - Method in class io.netty.handler.codec.http.HttpHeaders
-
Returns true
if a header with the name
and value
exists, false
otherwise.
- contains(int) - Method in enum io.netty.handler.codec.http.HttpStatusClass
-
Returns true
if and only if the specified HTTP status code falls into this class.
- contains(String) - Method in class io.netty.handler.codec.http.ReadOnlyHttpHeaders
-
- contains(String, String, boolean) - Method in class io.netty.handler.codec.http.ReadOnlyHttpHeaders
-
- contains(CharSequence, CharSequence) - Method in class io.netty.handler.codec.http2.DefaultHttp2Headers
-
- contains(CharSequence, CharSequence, boolean) - Method in class io.netty.handler.codec.http2.DefaultHttp2Headers
-
- contains(CharSequence, CharSequence, boolean) - Method in class io.netty.handler.codec.http2.EmptyHttp2Headers
-
- contains(CharSequence, CharSequence, boolean) - Method in interface io.netty.handler.codec.http2.Http2Headers
-
Returns true
if a header with the name
and value
exists, false
otherwise.
- contains(CharSequence) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
-
- contains(CharSequence, CharSequence) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
-
- contains(CharSequence, CharSequence, boolean) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
-
- contains(CharSequence, CharSequence) - Method in class io.netty.handler.codec.spdy.DefaultSpdyHeaders
-
- contains(CharSequence, CharSequence, boolean) - Method in class io.netty.handler.codec.spdy.DefaultSpdyHeaders
-
- contains(CharSequence, CharSequence, boolean) - Method in interface io.netty.handler.codec.spdy.SpdyHeaders
-
Returns true
if a header with the name
and value
exists, false
otherwise.
- contains(CharSequence, CharSequence) - Method in class io.netty.handler.codec.stomp.DefaultStompHeaders
-
- contains(CharSequence, CharSequence, boolean) - Method in class io.netty.handler.codec.stomp.DefaultStompHeaders
-
- contains(CharSequence, CharSequence, boolean) - Method in interface io.netty.handler.codec.stomp.StompHeaders
-
Returns true
if a header with the name
and value
exists, false
otherwise.
- contains(CharSequence) - Method in class io.netty.util.AsciiString
-
Determines if this String
contains the sequence of characters in the CharSequence
passed.
- contains(CharSequence, CharSequence) - Static method in class io.netty.util.AsciiString
-
Determine if a
contains b
in a case sensitive manner.
- contains(Object) - Method in class io.netty.util.internal.ConcurrentSet
-
Deprecated.
- contains(Object) - Method in class io.netty.util.internal.DefaultPriorityQueue
-
- contains(Object) - Method in class io.netty.util.internal.EmptyPriorityQueue
-
- contains(String) - Static method in class io.netty.util.internal.SystemPropertyUtil
-
Returns true
if and only if the system property with the specified key
exists.
- containsAll(Collection<?>) - Method in class io.netty.util.internal.EmptyPriorityQueue
-
- containsAllContentEqualsIgnoreCase(Collection<CharSequence>, Collection<CharSequence>) - Static method in class io.netty.util.AsciiString
-
- containsBoolean(K, boolean) - Method in class io.netty.handler.codec.DefaultHeaders
-
- containsBoolean(K, boolean) - Method in class io.netty.handler.codec.EmptyHeaders
-
- containsBoolean(K, boolean) - Method in interface io.netty.handler.codec.Headers
-
Returns true
if a header with the name and value exists.
- containsBoolean(CharSequence, boolean) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
-
- containsByte(K, byte) - Method in class io.netty.handler.codec.DefaultHeaders
-
- containsByte(K, byte) - Method in class io.netty.handler.codec.EmptyHeaders
-
- containsByte(K, byte) - Method in interface io.netty.handler.codec.Headers
-
Returns true
if a header with the name and value exists.
- containsByte(CharSequence, byte) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
-
- containsChar(K, char) - Method in class io.netty.handler.codec.DefaultHeaders
-
- containsChar(K, char) - Method in class io.netty.handler.codec.EmptyHeaders
-
- containsChar(K, char) - Method in interface io.netty.handler.codec.Headers
-
Returns true
if a header with the name and value exists.
- containsChar(CharSequence, char) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
-
- containsContentEqualsIgnoreCase(Collection<CharSequence>, CharSequence) - Static method in class io.netty.util.AsciiString
-
- containsDouble(K, double) - Method in class io.netty.handler.codec.DefaultHeaders
-
- containsDouble(K, double) - Method in class io.netty.handler.codec.EmptyHeaders
-
- containsDouble(K, double) - Method in interface io.netty.handler.codec.Headers
-
Returns true
if a header with the name and value exists.
- containsDouble(CharSequence, double) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
-
- containsFloat(K, float) - Method in class io.netty.handler.codec.DefaultHeaders
-
- containsFloat(K, float) - Method in class io.netty.handler.codec.EmptyHeaders
-
- containsFloat(K, float) - Method in interface io.netty.handler.codec.Headers
-
Returns true
if a header with the name and value exists.
- containsFloat(CharSequence, float) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
-
- containsIgnoreCase(CharSequence, CharSequence) - Static method in class io.netty.util.AsciiString
-
Determine if a
contains b
in a case insensitive manner.
- containsInt(K, int) - Method in class io.netty.handler.codec.DefaultHeaders
-
- containsInt(K, int) - Method in class io.netty.handler.codec.EmptyHeaders
-
- containsInt(K, int) - Method in interface io.netty.handler.codec.Headers
-
Returns true
if a header with the name and value exists.
- containsInt(CharSequence, int) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
-
- containsKey(byte) - Method in class io.netty.util.collection.ByteObjectHashMap
-
- containsKey(Object) - Method in class io.netty.util.collection.ByteObjectHashMap
-
- containsKey(byte) - Method in interface io.netty.util.collection.ByteObjectMap
-
Indicates whether or not this map contains a value for the specified key.
- containsKey(char) - Method in class io.netty.util.collection.CharObjectHashMap
-
- containsKey(Object) - Method in class io.netty.util.collection.CharObjectHashMap
-
- containsKey(char) - Method in interface io.netty.util.collection.CharObjectMap
-
Indicates whether or not this map contains a value for the specified key.
- containsKey(int) - Method in class io.netty.util.collection.IntObjectHashMap
-
- containsKey(Object) - Method in class io.netty.util.collection.IntObjectHashMap
-
- containsKey(int) - Method in interface io.netty.util.collection.IntObjectMap
-
Indicates whether or not this map contains a value for the specified key.
- containsKey(long) - Method in class io.netty.util.collection.LongObjectHashMap
-
- containsKey(Object) - Method in class io.netty.util.collection.LongObjectHashMap
-
- containsKey(long) - Method in interface io.netty.util.collection.LongObjectMap
-
Indicates whether or not this map contains a value for the specified key.
- containsKey(short) - Method in class io.netty.util.collection.ShortObjectHashMap
-
- containsKey(Object) - Method in class io.netty.util.collection.ShortObjectHashMap
-
- containsKey(short) - Method in interface io.netty.util.collection.ShortObjectMap
-
Indicates whether or not this map contains a value for the specified key.
- containsLong(K, long) - Method in class io.netty.handler.codec.DefaultHeaders
-
- containsLong(K, long) - Method in class io.netty.handler.codec.EmptyHeaders
-
- containsLong(K, long) - Method in interface io.netty.handler.codec.Headers
-
Returns true
if a header with the name and value exists.
- containsLong(CharSequence, long) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
-
- containsLowerCase(long) - Static method in class io.netty.util.internal.SWARUtil
-
Returns true if the given word contains at least one ASCII lowercase byte.
- containsLowerCase(int) - Static method in class io.netty.util.internal.SWARUtil
-
Returns true if the given word contains at least one ASCII lowercase byte.
- containsObject(K, Object) - Method in class io.netty.handler.codec.DefaultHeaders
-
- containsObject(K, Object) - Method in class io.netty.handler.codec.EmptyHeaders
-
- containsObject(K, Object) - Method in interface io.netty.handler.codec.Headers
-
Returns true
if a header with the name and value exists.
- containsObject(CharSequence, Object) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
-
- containsShort(K, short) - Method in class io.netty.handler.codec.DefaultHeaders
-
- containsShort(K, short) - Method in class io.netty.handler.codec.EmptyHeaders
-
- containsShort(K, short) - Method in interface io.netty.handler.codec.Headers
-
Returns true
if a header with the name and value exists.
- containsShort(CharSequence, short) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
-
- containsTimeMillis(K, long) - Method in class io.netty.handler.codec.DefaultHeaders
-
- containsTimeMillis(K, long) - Method in class io.netty.handler.codec.EmptyHeaders
-
- containsTimeMillis(K, long) - Method in interface io.netty.handler.codec.Headers
-
Returns true
if a header with the name and value exists.
- containsTimeMillis(CharSequence, long) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
-
- containsTyped(T) - Method in class io.netty.util.internal.DefaultPriorityQueue
-
- containsTyped(T) - Method in class io.netty.util.internal.EmptyPriorityQueue
-
- containsTyped(T) - Method in interface io.netty.util.internal.PriorityQueue
-
- containsUpperCase(long) - Static method in class io.netty.util.internal.SWARUtil
-
Returns true if the given word contains at least one ASCII uppercase byte.
- containsUpperCase(int) - Static method in class io.netty.util.internal.SWARUtil
-
Returns true if the given word contains at least one ASCII uppercase byte.
- containsValue(CharSequence, CharSequence, boolean) - Method in class io.netty.handler.codec.http.CombinedHttpHeaders
-
- containsValue(CharSequence, CharSequence, boolean) - Method in class io.netty.handler.codec.http.HttpHeaders
-
Returns true
if a header with the name
and value
exists, false
otherwise.
- containsValue(CharSequence, CharSequence, boolean) - Method in class io.netty.handler.codec.http.ReadOnlyHttpHeaders
-
- containsValue(Object) - Method in class io.netty.util.collection.ByteObjectHashMap
-
- containsValue(Object) - Method in class io.netty.util.collection.CharObjectHashMap
-
- containsValue(Object) - Method in class io.netty.util.collection.IntObjectHashMap
-
- containsValue(Object) - Method in class io.netty.util.collection.LongObjectHashMap
-
- containsValue(Object) - Method in class io.netty.util.collection.ShortObjectHashMap
-
- content() - Method in interface io.netty.buffer.ByteBufHolder
-
- content() - Method in class io.netty.buffer.DefaultByteBufHolder
-
- content() - Method in interface io.netty.channel.AddressedEnvelope
-
Returns the message wrapped by this envelope message.
- content() - Method in class io.netty.channel.DefaultAddressedEnvelope
-
- content() - Method in class io.netty.handler.codec.dns.DatagramDnsQuery
-
- content() - Method in class io.netty.handler.codec.dns.DatagramDnsResponse
-
- content() - Method in class io.netty.handler.codec.dns.DefaultDnsRawRecord
-
- content() - Method in class io.netty.handler.codec.http.DefaultFullHttpRequest
-
- content() - Method in class io.netty.handler.codec.http.DefaultFullHttpResponse
-
- content() - Method in class io.netty.handler.codec.http.DefaultHttpContent
-
- content() - Method in class io.netty.handler.codec.http.multipart.AbstractHttpData
-
- content() - Method in class io.netty.handler.codec.http2.DefaultHttp2DataFrame
-
- content() - Method in class io.netty.handler.codec.http2.DefaultHttp2PingFrame
-
- content() - Method in interface io.netty.handler.codec.http2.Http2DataFrame
-
Payload of DATA frame.
- content() - Method in interface io.netty.handler.codec.http2.Http2GoAwayFrame
-
Optional debugging information describing cause the GOAWAY.
- content() - Method in interface io.netty.handler.codec.http2.Http2PingFrame
-
Returns the eight byte opaque data.
- content() - Method in class io.netty.handler.codec.memcache.binary.DefaultFullBinaryMemcacheRequest
-
- content() - Method in class io.netty.handler.codec.memcache.binary.DefaultFullBinaryMemcacheResponse
-
- content() - Method in class io.netty.handler.codec.memcache.DefaultMemcacheContent
-
- content() - Method in class io.netty.handler.codec.mqtt.MqttPublishMessage
-
- content() - Method in class io.netty.handler.codec.redis.AbstractStringRedisMessage
-
- content() - Method in class io.netty.handler.codec.spdy.DefaultSpdyDataFrame
-
- content() - Method in interface io.netty.handler.codec.spdy.SpdyDataFrame
-
Returns the data payload of this frame.
- content() - Method in class io.netty.handler.codec.stomp.DefaultStompFrame
-
- content() - Method in class io.netty.handler.ssl.PemPrivateKey
-
- content() - Method in class io.netty.handler.ssl.PemX509Certificate
-
- CONTENT_BASE - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
-
"content-base"
- CONTENT_BASE - Static variable in class io.netty.handler.codec.http.HttpHeaders.Names
-
Deprecated.
"Content-Base"
- CONTENT_BASE - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderNames
-
"content-base"
- CONTENT_BASE - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Names
-
Deprecated.
"Content-Base"
- CONTENT_DISPOSITION - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
-
"content-disposition"
- CONTENT_ENCODING - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
-
"content-encoding"
- CONTENT_ENCODING - Static variable in class io.netty.handler.codec.http.HttpHeaders.Names
-
Deprecated.
"Content-Encoding"
- CONTENT_ENCODING - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderNames
-
"content-encoding"
- CONTENT_ENCODING - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Names
-
Deprecated.
"Content-Encoding"
- CONTENT_LANGUAGE - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
-
"content-language"
- CONTENT_LANGUAGE - Static variable in class io.netty.handler.codec.http.HttpHeaders.Names
-
Deprecated.
"Content-Language"
- CONTENT_LANGUAGE - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderNames
-
"content-language"
- CONTENT_LANGUAGE - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Names
-
Deprecated.
"Content-Language"
- CONTENT_LENGTH - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
-
"content-length"
- CONTENT_LENGTH - Static variable in class io.netty.handler.codec.http.HttpHeaders.Names
-
Deprecated.
"Content-Length"
- CONTENT_LENGTH - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderNames
-
"content-length"
- CONTENT_LENGTH - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Names
-
Deprecated.
"Content-Length"
- CONTENT_LENGTH - Static variable in interface io.netty.handler.codec.stomp.StompHeaders
-
- CONTENT_LOCATION - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
-
"content-location"
- CONTENT_LOCATION - Static variable in class io.netty.handler.codec.http.HttpHeaders.Names
-
Deprecated.
"Content-Location"
- CONTENT_LOCATION - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderNames
-
"content-location"
- CONTENT_LOCATION - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Names
-
Deprecated.
"Content-Location"
- CONTENT_MD5 - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
-
"content-md5"
- CONTENT_MD5 - Static variable in class io.netty.handler.codec.http.HttpHeaders.Names
-
Deprecated.
"Content-MD5"
- CONTENT_RANGE - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
-
"content-range"
- CONTENT_RANGE - Static variable in class io.netty.handler.codec.http.HttpHeaders.Names
-
Deprecated.
"Content-Range"
- CONTENT_SECURITY_POLICY - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
-
"content-security-policy"
- CONTENT_TRANSFER_ENCODING - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
-
"content-transfer-encoding"
- CONTENT_TRANSFER_ENCODING - Static variable in class io.netty.handler.codec.http.HttpHeaders.Names
-
Deprecated.
"Content-Transfer-Encoding"
- CONTENT_TYPE - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
-
"content-type"
- CONTENT_TYPE - Static variable in class io.netty.handler.codec.http.HttpHeaders.Names
-
Deprecated.
"Content-Type"
- CONTENT_TYPE - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderNames
-
"content-type"
- CONTENT_TYPE - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Names
-
Deprecated.
"Content-Type"
- CONTENT_TYPE - Static variable in interface io.netty.handler.codec.stomp.StompHeaders
-
- contentEncoder() - Method in class io.netty.handler.codec.http.HttpContentEncoder.Result
-
- contentEquals(CharSequence) - Method in class io.netty.util.AsciiString
-
Compares a CharSequence
to this String
to determine if their contents are equal.
- contentEquals(CharSequence, CharSequence) - Static method in class io.netty.util.AsciiString
-
Returns
true
if the content of both
CharSequence
's are equals.
- contentEqualsIgnoreCase(CharSequence) - Method in class io.netty.util.AsciiString
-
Compares the specified string to this string ignoring the case of the characters and returns true if they are
equal.
- contentEqualsIgnoreCase(CharSequence, CharSequence) - Static method in class io.netty.util.AsciiString
-
Returns
true
if both
CharSequence
's are equals when ignore the case.
- contentToString() - Method in class io.netty.buffer.DefaultByteBufHolder
-
- context(ChannelHandler) - Method in interface io.netty.channel.ChannelPipeline
-
Returns the context object of the specified
ChannelHandler
in
this pipeline.
- context(String) - Method in interface io.netty.channel.ChannelPipeline
-
Returns the context object of the
ChannelHandler
with the
specified name in this pipeline.
- context(Class<? extends ChannelHandler>) - Method in interface io.netty.channel.ChannelPipeline
-
Returns the context object of the
ChannelHandler
of the
specified type in this pipeline.
- context(String) - Method in class io.netty.channel.DefaultChannelPipeline
-
- context(ChannelHandler) - Method in class io.netty.channel.DefaultChannelPipeline
-
- context(Class<? extends ChannelHandler>) - Method in class io.netty.channel.DefaultChannelPipeline
-
- context() - Method in class io.netty.handler.ssl.JdkSslContext
-
Returns the JDK
SSLContext
object held by this context.
- context() - Method in class io.netty.handler.ssl.ReferenceCountedOpenSslContext
-
- ContextBoundUnmarshallerProvider - Class in io.netty.handler.codec.marshalling
-
- 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 interface io.netty.channel.SelectStrategy
-
Indicates the IO loop should be retried, no blocking select to follow directly.
- CONTINUE - Static variable in class io.netty.handler.codec.http.HttpHeaders.Values
-
Deprecated.
"100-continue"
- CONTINUE - Static variable in class io.netty.handler.codec.http.HttpHeaderValues
-
"100-continue"
- CONTINUE - Static variable in class io.netty.handler.codec.http.HttpResponseStatus
-
100 Continue
- CONTINUE - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Values
-
Deprecated.
"100-continue"
- CONTINUE - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderValues
-
"100-continue"
- CONTINUE - Static variable in class io.netty.handler.codec.rtsp.RtspResponseStatuses
-
100 Continue
- continueOnWriteError() - Method in class io.netty.channel.nio.AbstractNioMessageChannel
-
Returns true
if we should continue the write loop on a write error.
- continueOnWriteError() - Method in class io.netty.channel.socket.nio.NioDatagramChannel
-
- continueReading() - Method in class io.netty.channel.DefaultMaxMessagesRecvByteBufAllocator.MaxMessageHandle
-
- continueReading(UncheckedBooleanSupplier) - Method in class io.netty.channel.DefaultMaxMessagesRecvByteBufAllocator.MaxMessageHandle
-
- continueReading(RecvByteBufAllocator.Handle) - Method in class io.netty.channel.nio.AbstractNioMessageChannel
-
- continueReading() - Method in class io.netty.channel.RecvByteBufAllocator.DelegatingHandle
-
- continueReading(UncheckedBooleanSupplier) - Method in interface io.netty.channel.RecvByteBufAllocator.ExtendedHandle
-
- continueReading() - Method in interface io.netty.channel.RecvByteBufAllocator.Handle
-
Deprecated.
Determine if the current read loop should continue.
- continueReading(RecvByteBufAllocator.Handle) - Method in class io.netty.channel.socket.nio.NioDatagramChannel
-
- convertBoolean(boolean) - Method in class io.netty.handler.codec.CharSequenceValueConverter
-
- convertBoolean(boolean) - Method in class io.netty.handler.codec.UnsupportedValueConverter
-
- convertBoolean(boolean) - Method in interface io.netty.handler.codec.ValueConverter
-
- convertByte(byte) - Method in class io.netty.handler.codec.CharSequenceValueConverter
-
- convertByte(byte) - Method in class io.netty.handler.codec.UnsupportedValueConverter
-
- convertByte(byte) - Method in interface io.netty.handler.codec.ValueConverter
-
- convertChar(char) - Method in class io.netty.handler.codec.CharSequenceValueConverter
-
- convertChar(char) - Method in class io.netty.handler.codec.UnsupportedValueConverter
-
- convertChar(char) - Method in interface io.netty.handler.codec.ValueConverter
-
- convertContentSubFrame(StompContentSubframe, ByteBuf) - Method in class io.netty.handler.codec.stomp.StompSubframeEncoder
-
An extension method to convert a STOMP encoded buffer to a different message type
based on an original
StompHeadersSubframe
content sub frame.
- convertDouble(double) - Method in class io.netty.handler.codec.CharSequenceValueConverter
-
- convertDouble(double) - Method in class io.netty.handler.codec.UnsupportedValueConverter
-
- convertDouble(double) - Method in interface io.netty.handler.codec.ValueConverter
-
- convertFloat(float) - Method in class io.netty.handler.codec.CharSequenceValueConverter
-
- convertFloat(float) - Method in class io.netty.handler.codec.UnsupportedValueConverter
-
- convertFloat(float) - Method in interface io.netty.handler.codec.ValueConverter
-
- convertFullFrame(StompFrame, ByteBuf) - Method in class io.netty.handler.codec.stomp.StompSubframeEncoder
-
An extension method to convert a STOMP encoded buffer to a different message type
based on an original
StompFrame
full frame.
- convertHeadersSubFrame(StompHeadersSubframe, ByteBuf) - Method in class io.netty.handler.codec.stomp.StompSubframeEncoder
-
An extension method to convert a STOMP encoded buffer to a different message type
based on an original
StompHeadersSubframe
headers sub frame.
- convertInt(int) - Method in class io.netty.handler.codec.CharSequenceValueConverter
-
- convertInt(int) - Method in class io.netty.handler.codec.UnsupportedValueConverter
-
- convertInt(int) - Method in interface io.netty.handler.codec.ValueConverter
-
- convertLong(long) - Method in class io.netty.handler.codec.CharSequenceValueConverter
-
- convertLong(long) - Method in class io.netty.handler.codec.UnsupportedValueConverter
-
- convertLong(long) - Method in interface io.netty.handler.codec.ValueConverter
-
- convertObject(Object) - Method in class io.netty.handler.codec.CharSequenceValueConverter
-
- convertObject(Object) - Method in class io.netty.handler.codec.UnsupportedValueConverter
-
- convertObject(Object) - Method in interface io.netty.handler.codec.ValueConverter
-
- convertShort(short) - Method in class io.netty.handler.codec.CharSequenceValueConverter
-
- convertShort(short) - Method in class io.netty.handler.codec.UnsupportedValueConverter
-
- convertShort(short) - Method in interface io.netty.handler.codec.ValueConverter
-
- convertTimeMillis(long) - Method in class io.netty.handler.codec.CharSequenceValueConverter
-
- convertTimeMillis(long) - Method in class io.netty.handler.codec.UnsupportedValueConverter
-
- convertTimeMillis(long) - Method in interface io.netty.handler.codec.ValueConverter
-
- convertToBoolean(CharSequence) - Method in class io.netty.handler.codec.CharSequenceValueConverter
-
- convertToBoolean(V) - Method in class io.netty.handler.codec.UnsupportedValueConverter
-
- convertToBoolean(T) - Method in interface io.netty.handler.codec.ValueConverter
-
- convertToByte(CharSequence) - Method in class io.netty.handler.codec.CharSequenceValueConverter
-
- convertToByte(V) - Method in class io.netty.handler.codec.UnsupportedValueConverter
-
- convertToByte(T) - Method in interface io.netty.handler.codec.ValueConverter
-
- convertToChar(CharSequence) - Method in class io.netty.handler.codec.CharSequenceValueConverter
-
- convertToChar(V) - Method in class io.netty.handler.codec.UnsupportedValueConverter
-
- convertToChar(T) - Method in interface io.netty.handler.codec.ValueConverter
-
- convertToDouble(CharSequence) - Method in class io.netty.handler.codec.CharSequenceValueConverter
-
- convertToDouble(V) - Method in class io.netty.handler.codec.UnsupportedValueConverter
-
- convertToDouble(T) - Method in interface io.netty.handler.codec.ValueConverter
-
- convertToFloat(CharSequence) - Method in class io.netty.handler.codec.CharSequenceValueConverter
-
- convertToFloat(V) - Method in class io.netty.handler.codec.UnsupportedValueConverter
-
- convertToFloat(T) - Method in interface io.netty.handler.codec.ValueConverter
-
- convertToInt(CharSequence) - Method in class io.netty.handler.codec.CharSequenceValueConverter
-
- convertToInt(V) - Method in class io.netty.handler.codec.UnsupportedValueConverter
-
- convertToInt(T) - Method in interface io.netty.handler.codec.ValueConverter
-
- convertToLong(CharSequence) - Method in class io.netty.handler.codec.CharSequenceValueConverter
-
- convertToLong(V) - Method in class io.netty.handler.codec.UnsupportedValueConverter
-
- convertToLong(T) - Method in interface io.netty.handler.codec.ValueConverter
-
- convertToShort(CharSequence) - Method in class io.netty.handler.codec.CharSequenceValueConverter
-
- convertToShort(V) - Method in class io.netty.handler.codec.UnsupportedValueConverter
-
- convertToShort(T) - Method in interface io.netty.handler.codec.ValueConverter
-
- convertToTimeMillis(CharSequence) - Method in class io.netty.handler.codec.CharSequenceValueConverter
-
- convertToTimeMillis(V) - Method in class io.netty.handler.codec.UnsupportedValueConverter
-
- convertToTimeMillis(T) - Method in interface io.netty.handler.codec.ValueConverter
-
- Cookie - Interface in io.netty.handler.codec.http
-
- Cookie - Interface in io.netty.handler.codec.http.cookie
-
- COOKIE - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
-
"cookie"
- COOKIE - Static variable in class io.netty.handler.codec.http.HttpHeaders.Names
-
Deprecated.
"Cookie"
- CookieDecoder - Class in io.netty.handler.codec.http.cookie
-
Parent of Client and Server side cookie decoders
- CookieDecoder(boolean) - Constructor for class io.netty.handler.codec.http.cookie.CookieDecoder
-
- CookieDecoder - Class in io.netty.handler.codec.http
-
- CookieEncoder - Class in io.netty.handler.codec.http.cookie
-
Parent of Client and Server side cookie encoders
- CookieEncoder(boolean) - Constructor for class io.netty.handler.codec.http.cookie.CookieEncoder
-
- CookieHeaderNames - Class in io.netty.handler.codec.http.cookie
-
- CookieHeaderNames.SameSite - Enum in io.netty.handler.codec.http.cookie
-
Possible values for the SameSite attribute.
- copiedBuffer(byte[]) - Static method in class io.netty.buffer.Unpooled
-
Creates a new big-endian buffer whose content is a copy of the
specified array
.
- copiedBuffer(byte[], 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
-
- copy(AsciiString, ByteBuf) - Static method in class io.netty.buffer.ByteBufUtil
-
- copy(AsciiString, int, ByteBuf, int, int) - Static method in class io.netty.buffer.ByteBufUtil
-
- copy(AsciiString, int, ByteBuf, int) - Static method in class io.netty.buffer.ByteBufUtil
-
- copy(int, int) - Method in class io.netty.buffer.CompositeByteBuf
-
- copy() - Method in class io.netty.buffer.DefaultByteBufHolder
-
- copy(int, int) - Method in class io.netty.buffer.DuplicatedByteBuf
-
Deprecated.
- copy() - Method in class io.netty.buffer.EmptyByteBuf
-
- copy(int, int) - Method in class io.netty.buffer.EmptyByteBuf
-
- copy(int, int) - Method in class io.netty.buffer.ReadOnlyByteBuf
-
Deprecated.
- copy() - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- copy(int, int) - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- copy(int, int) - Method in class io.netty.buffer.UnpooledDirectByteBuf
-
- copy(int, int) - Method in class io.netty.buffer.UnpooledHeapByteBuf
-
- copy(int, int) - Method in class io.netty.buffer.UnpooledUnsafeDirectByteBuf
-
- copy() - Method in class io.netty.channel.epoll.SegmentedDatagramPacket
-
Deprecated.
- copy() - Method in class io.netty.channel.sctp.SctpMessage
-
- copy() - Method in class io.netty.channel.socket.DatagramPacket
-
- copy() - Method in class io.netty.channel.udt.UdtMessage
-
Deprecated.
- copy() - Method in class io.netty.channel.unix.DomainDatagramPacket
-
- copy() - Method in class io.netty.channel.unix.SegmentedDatagramPacket
-
- copy() - Method in class io.netty.handler.codec.DefaultHeaders
-
Returns a deep copy of this instance.
- copy() - Method in class io.netty.handler.codec.dns.DefaultDnsRawRecord
-
- copy() - Method in interface io.netty.handler.codec.dns.DnsRawRecord
-
- copy() - Method in class io.netty.handler.codec.haproxy.HAProxyTLV
-
- copy() - Method in class io.netty.handler.codec.http.DefaultFullHttpRequest
-
- copy() - Method in class io.netty.handler.codec.http.DefaultFullHttpResponse
-
- copy() - Method in class io.netty.handler.codec.http.DefaultHttpContent
-
- copy() - Method in class io.netty.handler.codec.http.DefaultHttpHeaders
-
- copy() - Method in class io.netty.handler.codec.http.DefaultLastHttpContent
-
- copy() - Method in interface io.netty.handler.codec.http.FullHttpMessage
-
- copy() - Method in interface io.netty.handler.codec.http.FullHttpRequest
-
- copy() - Method in interface io.netty.handler.codec.http.FullHttpResponse
-
- copy() - Method in interface io.netty.handler.codec.http.HttpContent
-
- copy() - Method in class io.netty.handler.codec.http.HttpHeaders
-
- copy() - Method in interface io.netty.handler.codec.http.LastHttpContent
-
- copy() - Method in interface io.netty.handler.codec.http.multipart.Attribute
-
- copy() - Method in class io.netty.handler.codec.http.multipart.DiskAttribute
-
- copy() - Method in class io.netty.handler.codec.http.multipart.DiskFileUpload
-
- copy() - Method in interface io.netty.handler.codec.http.multipart.FileUpload
-
- copy() - Method in interface io.netty.handler.codec.http.multipart.HttpData
-
- copy() - Method in class io.netty.handler.codec.http.multipart.MemoryAttribute
-
- copy() - Method in class io.netty.handler.codec.http.multipart.MemoryFileUpload
-
- copy() - Method in class io.netty.handler.codec.http.multipart.MixedAttribute
-
- copy() - Method in class io.netty.handler.codec.http.multipart.MixedFileUpload
-
- copy() - Method in class io.netty.handler.codec.http.websocketx.BinaryWebSocketFrame
-
- copy() - Method in class io.netty.handler.codec.http.websocketx.CloseWebSocketFrame
-
- copy() - Method in class io.netty.handler.codec.http.websocketx.ContinuationWebSocketFrame
-
- copy() - Method in class io.netty.handler.codec.http.websocketx.PingWebSocketFrame
-
- copy() - Method in class io.netty.handler.codec.http.websocketx.PongWebSocketFrame
-
- copy() - Method in class io.netty.handler.codec.http.websocketx.TextWebSocketFrame
-
- copy() - Method in class io.netty.handler.codec.http.websocketx.WebSocketFrame
-
- copy() - Method in class io.netty.handler.codec.http2.DefaultHttp2DataFrame
-
- copy() - Method in class io.netty.handler.codec.http2.DefaultHttp2GoAwayFrame
-
- copy() - Method in class io.netty.handler.codec.http2.DefaultHttp2UnknownFrame
-
- copy() - Method in interface io.netty.handler.codec.http2.Http2DataFrame
-
- copy() - Method in interface io.netty.handler.codec.http2.Http2GoAwayFrame
-
- copy() - Method in interface io.netty.handler.codec.http2.Http2UnknownFrame
-
- copy() - Method in class io.netty.handler.codec.memcache.binary.DefaultFullBinaryMemcacheRequest
-
- copy() - Method in class io.netty.handler.codec.memcache.binary.DefaultFullBinaryMemcacheResponse
-
- copy() - Method in interface io.netty.handler.codec.memcache.binary.FullBinaryMemcacheRequest
-
- copy() - Method in interface io.netty.handler.codec.memcache.binary.FullBinaryMemcacheResponse
-
- copy() - Method in class io.netty.handler.codec.memcache.DefaultLastMemcacheContent
-
- copy() - Method in class io.netty.handler.codec.memcache.DefaultMemcacheContent
-
- copy() - Method in interface io.netty.handler.codec.memcache.FullMemcacheMessage
-
- copy() - Method in interface io.netty.handler.codec.memcache.LastMemcacheContent
-
- copy() - Method in interface io.netty.handler.codec.memcache.MemcacheContent
-
- copy() - Method in class io.netty.handler.codec.mqtt.MqttPublishMessage
-
- copy() - Method in interface io.netty.handler.codec.redis.BulkStringRedisContent
-
- copy() - Method in class io.netty.handler.codec.redis.DefaultBulkStringRedisContent
-
- copy() - Method in class io.netty.handler.codec.redis.DefaultLastBulkStringRedisContent
-
- copy() - Method in class io.netty.handler.codec.redis.FullBulkStringRedisMessage
-
- copy() - Method in interface io.netty.handler.codec.redis.LastBulkStringRedisContent
-
- copy() - Method in class io.netty.handler.codec.smtp.DefaultLastSmtpContent
-
- copy() - Method in class io.netty.handler.codec.smtp.DefaultSmtpContent
-
- copy() - Method in interface io.netty.handler.codec.smtp.LastSmtpContent
-
- copy() - Method in interface io.netty.handler.codec.smtp.SmtpContent
-
- copy() - Method in class io.netty.handler.codec.spdy.DefaultSpdyDataFrame
-
- copy() - Method in class io.netty.handler.codec.spdy.DefaultSpdyUnknownFrame
-
- copy() - Method in interface io.netty.handler.codec.spdy.SpdyDataFrame
-
- copy() - Method in interface io.netty.handler.codec.spdy.SpdyUnknownFrame
-
- copy() - Method in class io.netty.handler.codec.stomp.DefaultLastStompContentSubframe
-
- copy() - Method in class io.netty.handler.codec.stomp.DefaultStompContentSubframe
-
- copy() - Method in class io.netty.handler.codec.stomp.DefaultStompFrame
-
- copy() - Method in class io.netty.handler.codec.stomp.DefaultStompHeaders
-
- copy() - Method in interface io.netty.handler.codec.stomp.LastStompContentSubframe
-
- copy() - Method in interface io.netty.handler.codec.stomp.StompContentSubframe
-
- copy() - Method in interface io.netty.handler.codec.stomp.StompFrame
-
- copy() - Method in class io.netty.handler.ssl.PemPrivateKey
-
- copy() - Method in class io.netty.handler.ssl.PemX509Certificate
-
- copy() - Method in class io.netty.resolver.dns.DnsNameResolverBuilder
-
- copy(int, byte[], int, int) - Method in class io.netty.util.AsciiString
-
Copies the content of this string to a byte array.
- copy(int, char[], int, int) - Method in class io.netty.util.AsciiString
-
Copied the content of this string to a character array.
- copyAndCompose(ByteBufAllocator, ByteBuf, ByteBuf) - Method in class io.netty.channel.AbstractCoalescingBufferQueue
-
- copyBoolean(boolean) - Static method in class io.netty.buffer.Unpooled
-
Creates a new single-byte big-endian buffer that holds the specified boolean value.
- copyBoolean(boolean...) - Static method in class io.netty.buffer.Unpooled
-
Create a new big-endian buffer that holds a sequence of the specified boolean values.
- copyDouble(double) - Static method in class io.netty.buffer.Unpooled
-
Creates a new 8-byte big-endian buffer that holds the specified 64-bit floating point number.
- copyDouble(double...) - Static method in class io.netty.buffer.Unpooled
-
Create a new big-endian buffer that holds a sequence of the specified 64-bit floating point numbers.
- copyFloat(float) - Static method in class io.netty.buffer.Unpooled
-
Creates a new 4-byte big-endian buffer that holds the specified 32-bit floating point number.
- copyFloat(float...) - Static method in class io.netty.buffer.Unpooled
-
Create a new big-endian buffer that holds a sequence of the specified 32-bit floating point numbers.
- copyFrom(Http2Settings) - Method in class io.netty.handler.codec.http2.Http2Settings
-
Clears and then copies the given settings into this object.
- copyInt(int) - Static method in class io.netty.buffer.Unpooled
-
Creates a new 4-byte big-endian buffer that holds the specified 32-bit integer.
- copyInt(int...) - Static method in class io.netty.buffer.Unpooled
-
Create a big-endian buffer that holds a sequence of the specified 32-bit integers.
- copyIpv4MappedIpv6Address(byte[], byte[]) - Static method in class io.netty.channel.unix.NativeInetAddress
-
- copyLong(long) - Static method in class io.netty.buffer.Unpooled
-
Creates a new 8-byte big-endian buffer that holds the specified 64-bit integer.
- copyLong(long...) - Static method in class io.netty.buffer.Unpooled
-
Create a new big-endian buffer that holds a sequence of the specified 64-bit integers.
- copyMedium(int) - Static method in class io.netty.buffer.Unpooled
-
Creates a new 3-byte big-endian buffer that holds the specified 24-bit integer.
- copyMedium(int...) - Static method in class io.netty.buffer.Unpooled
-
Create a new big-endian buffer that holds a sequence of the specified 24-bit integers.
- copyMemory(long, long, long) - Static method in class io.netty.util.internal.PlatformDependent
-
- copyMemory(byte[], int, long, long) - Static method in class io.netty.util.internal.PlatformDependent
-
- copyMemory(byte[], int, byte[], int, long) - Static method in class io.netty.util.internal.PlatformDependent
-
- copyMemory(long, byte[], int, long) - Static method in class io.netty.util.internal.PlatformDependent
-
- copyShort(int) - Static method in class io.netty.buffer.Unpooled
-
Creates a new 2-byte big-endian buffer that holds the specified 16-bit integer.
- copyShort(short...) - Static method in class io.netty.buffer.Unpooled
-
Create a new big-endian buffer that holds a sequence of the specified 16-bit integers.
- copyShort(int...) - Static method in class io.netty.buffer.Unpooled
-
Create a new big-endian buffer that holds a sequence of the specified 16-bit integers.
- copyTo(AbstractCoalescingBufferQueue) - Method in class io.netty.channel.AbstractCoalescingBufferQueue
-
Copy all pending entries in this queue into the destination queue.
- 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.
- CorruptedWebSocketFrameException - Exception in io.netty.handler.codec.http.websocketx
-
- CorruptedWebSocketFrameException() - Constructor for exception io.netty.handler.codec.http.websocketx.CorruptedWebSocketFrameException
-
Creates a new instance.
- CorruptedWebSocketFrameException(WebSocketCloseStatus, String, Throwable) - Constructor for exception io.netty.handler.codec.http.websocketx.CorruptedWebSocketFrameException
-
Creates a new instance.
- CorruptedWebSocketFrameException(WebSocketCloseStatus, String) - Constructor for exception io.netty.handler.codec.http.websocketx.CorruptedWebSocketFrameException
-
Creates a new instance.
- CorruptedWebSocketFrameException(WebSocketCloseStatus, Throwable) - Constructor for exception io.netty.handler.codec.http.websocketx.CorruptedWebSocketFrameException
-
Creates a new instance.
- CorsConfig - Class in io.netty.handler.codec.http.cors
-
Configuration for Cross-Origin Resource Sharing (CORS).
- CorsConfig.Builder - Class in io.netty.handler.codec.http.cors
-
- CorsConfig.DateValueGenerator - Class in io.netty.handler.codec.http.cors
-
- CorsConfigBuilder - Class in io.netty.handler.codec.http.cors
-
Builder used to configure and build a
CorsConfig
instance.
- CorsHandler - Class in io.netty.handler.codec.http.cors
-
- CorsHandler(CorsConfig) - Constructor for class io.netty.handler.codec.http.cors.CorsHandler
-
- CorsHandler(List<CorsConfig>, boolean) - Constructor for class io.netty.handler.codec.http.cors.CorsHandler
-
Creates a new instance with the specified config list.
- count() - Method in class io.netty.channel.DefaultFileRegion
-
- count() - Method in interface io.netty.channel.FileRegion
-
Returns the number of bytes to transfer.
- count() - Method in class io.netty.channel.unix.IovArray
-
Returns the number if iov entries.
- count(DnsSection) - Method in class io.netty.handler.codec.dns.AbstractDnsMessage
-
- count() - Method in class io.netty.handler.codec.dns.AbstractDnsMessage
-
- count(DnsSection) - Method in interface io.netty.handler.codec.dns.DnsMessage
-
Returns the number of records in the specified section
of this DNS message.
- count() - Method in interface io.netty.handler.codec.dns.DnsMessage
-
Returns the number of records in this DNS message.
- counterHashCode() - Method in class io.netty.util.internal.InternalThreadLocalMap
-
Deprecated.
- CR - Static variable in class io.netty.handler.codec.http.HttpConstants
-
Carriage return
- create(EventLoop, ChannelFactory<SocketChannel>, ChannelFactory<DatagramChannel>) - Static method in class io.netty.handler.ssl.ocsp.IoTransport
-
- createAttribute(HttpRequest, String) - Method in class io.netty.handler.codec.http.multipart.DefaultHttpDataFactory
-
- createAttribute(HttpRequest, String, long) - Method in class io.netty.handler.codec.http.multipart.DefaultHttpDataFactory
-
- createAttribute(HttpRequest, String, String) - Method in class io.netty.handler.codec.http.multipart.DefaultHttpDataFactory
-
- createAttribute(HttpRequest, String) - Method in interface io.netty.handler.codec.http.multipart.HttpDataFactory
-
- createAttribute(HttpRequest, String, long) - Method in interface io.netty.handler.codec.http.multipart.HttpDataFactory
-
- createAttribute(HttpRequest, String, String) - Method in interface io.netty.handler.codec.http.multipart.HttpDataFactory
-
- createByteArrayFromIpAddressString(String) - Static method in class io.netty.util.NetUtil
-
Creates an byte[] based on an ipAddressString.
- CREATED - Static variable in class io.netty.handler.codec.http.HttpResponseStatus
-
201 Created
- created(Http2Stream) - Method in interface io.netty.handler.codec.http2.Http2Connection.Endpoint
-
Indicates whether or not this endpoint created the given stream.
- CREATED - Static variable in class io.netty.handler.codec.rtsp.RtspResponseStatuses
-
201 Created
- createDecoder(SpdyVersion, SpdyFrameDecoderDelegate, int) - Method in class io.netty.handler.codec.spdy.SpdyFrameCodec
-
- createDefaultResolver(IoTransport) - Static method in class io.netty.handler.ssl.ocsp.OcspServerCertificateValidator
-
- createEncoder(SpdyVersion) - Method in class io.netty.handler.codec.spdy.SpdyFrameCodec
-
- createFileUpload(HttpRequest, String, String, String, String, Charset, long) - Method in class io.netty.handler.codec.http.multipart.DefaultHttpDataFactory
-
- createFileUpload(HttpRequest, String, String, String, String, Charset, long) - Method in interface io.netty.handler.codec.http.multipart.HttpDataFactory
-
- createInetAddressFromIpAddressString(String) - Static method in class io.netty.util.NetUtil
-
Creates an
InetAddress
based on an ipAddressString or might return null if it can't be parsed.
- createInvalidMessage() - Method in class io.netty.handler.codec.http.HttpObjectDecoder
-
- createInvalidMessage() - Method in class io.netty.handler.codec.http.HttpRequestDecoder
-
- createInvalidMessage() - Method in class io.netty.handler.codec.http.HttpResponseDecoder
-
- createInvalidMessage() - Method in class io.netty.handler.codec.rtsp.RtspDecoder
-
- createMessage(String[]) - Method in class io.netty.handler.codec.http.HttpObjectDecoder
-
- createMessage(String[]) - Method in class io.netty.handler.codec.http.HttpRequestDecoder
-
- createMessage(String[]) - Method in class io.netty.handler.codec.http.HttpResponseDecoder
-
- createMessage(String[]) - Method in class io.netty.handler.codec.rtsp.RtspDecoder
-
- createStream(int, boolean) - Method in interface io.netty.handler.codec.http2.Http2Connection.Endpoint
-
Creates a stream initiated by this endpoint.
- createTempFile(String, String, File) - Static method in class io.netty.util.internal.PlatformDependent
-
- CSEQ - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderNames
-
"cseq"
- CSEQ - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Names
-
Deprecated.
"CSeq"
- ctx - Variable in class io.netty.handler.codec.http.HttpContentDecoder
-
- ctx() - Method in class io.netty.handler.codec.MessageAggregator
-
- ctx - Variable in class io.netty.handler.ssl.ReferenceCountedOpenSslContext
-
The OpenSSL SSL_CTX object.
- cumulate(ByteBufAllocator, ByteBuf, ByteBuf) - Method in interface io.netty.handler.codec.ByteToMessageDecoder.Cumulator
-
Cumulate the given
ByteBuf
s 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.
- current() - Static method in class io.netty.util.internal.ThreadLocalRandom
-
Returns the current thread's ThreadLocalRandom
.
- currentExecutor() - Static method in class io.netty.util.internal.ThreadExecutorMap
-
- currentOffset() - Method in class io.netty.handler.stream.ChunkedFile
-
Returns the offset in the file where the transfer is happening currently.
- currentOffset() - Method in class io.netty.handler.stream.ChunkedNioFile
-
Returns the offset in the file where the transfer is happening currently.
- currentPartialHttpData() - Method in class io.netty.handler.codec.http.multipart.HttpPostMultipartRequestDecoder
-
- currentPartialHttpData() - Method in class io.netty.handler.codec.http.multipart.HttpPostRequestDecoder
-
- currentPartialHttpData() - Method in class io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder
-
- currentPartialHttpData() - Method in interface io.netty.handler.codec.http.multipart.InterfaceHttpPostRequestDecoder
-
Returns the current InterfaceHttpData if currently in decoding status,
meaning all data are not yet within, or null if there is no InterfaceHttpData
currently in decoding status (either because none yet decoded or none currently partially
decoded).
- currentProgress() - Method in class io.netty.channel.ChannelOutboundBuffer
-
Return the current message flush progress.
- currentReadBytes() - Method in class io.netty.handler.traffic.TrafficCounter
-
- currentWrittenBytes() - Method in class io.netty.handler.traffic.TrafficCounter
-
- customHeaders - Variable in class io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker
-
- customHeaders(HttpHeaders) - Method in class io.netty.handler.codec.http.websocketx.WebSocketClientProtocolConfig.Builder
-
Map of custom headers to add to the client request
- customHeaders() - Method in class io.netty.handler.codec.http.websocketx.WebSocketClientProtocolConfig
-
- DATA - Static variable in class io.netty.handler.codec.http2.Http2FrameTypes
-
- DATA - Static variable in class io.netty.handler.codec.smtp.SmtpCommand
-
- data() - Static method in class io.netty.handler.codec.smtp.SmtpRequests
-
Creates a DATA
request.
- data() - Method in class io.netty.handler.codec.xml.XmlContent
-
- data() - Method in class io.netty.handler.codec.xml.XmlProcessingInstruction
-
- DATA_BITS - Static variable in class io.netty.channel.rxtx.RxtxChannelOption
-
Deprecated.
- DATA_FRAME_HEADER_LENGTH - Static variable in class io.netty.handler.codec.http2.Http2CodecUtil
-
- DATAGRAM_CHANNEL_ACTIVE_ON_REGISTRATION - Static variable in class io.netty.channel.ChannelOption
-
Deprecated.
- DatagramChannel - Interface in io.netty.channel.socket
-
- datagramChannel() - Method in class io.netty.handler.ssl.ocsp.IoTransport
-
- DatagramChannelConfig - Interface in io.netty.channel.socket
-
- datagramChannelFactory(ChannelFactory<? extends DatagramChannel>) - Method in class io.netty.resolver.dns.DnsNameResolverBuilder
-
- datagramChannelStrategy(DnsNameResolverChannelStrategy) - Method in class io.netty.resolver.dns.DnsNameResolverBuilder
-
Set the strategy that is used to determine how a
DatagramChannel
is used by the resolver for sending
queries over UDP protocol.
- datagramChannelType(Class<? extends DatagramChannel>) - Method in class io.netty.resolver.dns.DnsNameResolverBuilder
-
- DatagramDnsQuery - Class in io.netty.handler.codec.dns
-
- DatagramDnsQuery(InetSocketAddress, InetSocketAddress, int) - Constructor for class io.netty.handler.codec.dns.DatagramDnsQuery
-
- DatagramDnsQuery(InetSocketAddress, InetSocketAddress, int, DnsOpCode) - Constructor for class io.netty.handler.codec.dns.DatagramDnsQuery
-
Creates a new instance.
- DatagramDnsQueryDecoder - Class in io.netty.handler.codec.dns
-
- DatagramDnsQueryDecoder() - Constructor for class io.netty.handler.codec.dns.DatagramDnsQueryDecoder
-
- DatagramDnsQueryDecoder(DnsRecordDecoder) - Constructor for class io.netty.handler.codec.dns.DatagramDnsQueryDecoder
-
Creates a new decoder with the specified recordDecoder
.
- DatagramDnsQueryEncoder - Class in io.netty.handler.codec.dns
-
- DatagramDnsQueryEncoder() - Constructor for class io.netty.handler.codec.dns.DatagramDnsQueryEncoder
-
- DatagramDnsQueryEncoder(DnsRecordEncoder) - Constructor for class io.netty.handler.codec.dns.DatagramDnsQueryEncoder
-
Creates a new encoder with the specified recordEncoder
.
- DatagramDnsResponse - Class in io.netty.handler.codec.dns
-
- DatagramDnsResponse(InetSocketAddress, InetSocketAddress, int) - Constructor for class io.netty.handler.codec.dns.DatagramDnsResponse
-
- DatagramDnsResponse(InetSocketAddress, InetSocketAddress, int, DnsOpCode) - Constructor for class io.netty.handler.codec.dns.DatagramDnsResponse
-
- DatagramDnsResponse(InetSocketAddress, InetSocketAddress, int, DnsOpCode, DnsResponseCode) - Constructor for class io.netty.handler.codec.dns.DatagramDnsResponse
-
Creates a new instance.
- DatagramDnsResponseDecoder - Class in io.netty.handler.codec.dns
-
- DatagramDnsResponseDecoder() - Constructor for class io.netty.handler.codec.dns.DatagramDnsResponseDecoder
-
- DatagramDnsResponseDecoder(DnsRecordDecoder) - Constructor for class io.netty.handler.codec.dns.DatagramDnsResponseDecoder
-
Creates a new decoder with the specified recordDecoder
.
- DatagramDnsResponseEncoder - Class in io.netty.handler.codec.dns
-
- DatagramDnsResponseEncoder() - Constructor for class io.netty.handler.codec.dns.DatagramDnsResponseEncoder
-
- DatagramDnsResponseEncoder(DnsRecordEncoder) - Constructor for class io.netty.handler.codec.dns.DatagramDnsResponseEncoder
-
Creates a new encoder with the specified recordEncoder
.
- DatagramPacket - Class in io.netty.channel.socket
-
The message container that is used for
DatagramChannel
to communicate with the remote peer.
- DatagramPacket(ByteBuf, InetSocketAddress) - Constructor for class io.netty.channel.socket.DatagramPacket
-
Create a new instance with the specified packet data
and recipient
address.
- DatagramPacket(ByteBuf, InetSocketAddress, InetSocketAddress) - Constructor for class io.netty.channel.socket.DatagramPacket
-
Create a new instance with the specified packet data
, recipient
address, and sender
address.
- DatagramPacketDecoder - Class in io.netty.handler.codec
-
- DatagramPacketDecoder(MessageToMessageDecoder<ByteBuf>) - Constructor for class io.netty.handler.codec.DatagramPacketDecoder
-
- DatagramPacketEncoder<M> - Class in io.netty.handler.codec
-
- DatagramPacketEncoder(MessageToMessageEncoder<? super M>) - Constructor for class io.netty.handler.codec.DatagramPacketEncoder
-
- DatagramSocketAddress - Class in io.netty.channel.unix
-
Act as special
InetSocketAddress
to be able to easily pass all needed data from JNI without the need
to create more objects then needed.
- dataType() - Method in class io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage
-
- dataType() - Method in interface io.netty.handler.codec.memcache.binary.BinaryMemcacheMessage
-
Returns the data type of the message.
- DATE - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
-
"date"
- DATE - Static variable in class io.netty.handler.codec.http.HttpHeaders.Names
-
Deprecated.
"Date"
- DATE - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderNames
-
"date"
- DATE - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Names
-
Deprecated.
"Date"
- DateFormatter - Class in io.netty.handler.codec
-
A formatter for HTTP header dates, such as "Expires" and "Date" headers, or "expires" field in "Set-Cookie".
- DateValueGenerator() - Constructor for class io.netty.handler.codec.http.cors.CorsConfig.DateValueGenerator
-
Deprecated.
- deadlineNanos() - Method in class io.netty.util.concurrent.SingleThreadEventExecutor
-
- deadlineToDelayNanos(long) - Static method in class io.netty.util.concurrent.AbstractScheduledEventExecutor
-
Given an arbitrary deadline deadlineNanos
, calculate the number of nano seconds from now
deadlineNanos
would expire.
- 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.channel.DefaultFileRegion
-
- deallocate() - Method in class io.netty.handler.codec.dns.AbstractDnsMessage
-
- deallocate() - Method in class io.netty.handler.codec.haproxy.HAProxyMessage
-
- deallocate() - Method in class io.netty.handler.codec.http.multipart.AbstractHttpData
-
- deallocate() - Method in class io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage
-
- deallocate() - Method in class io.netty.handler.codec.memcache.binary.DefaultFullBinaryMemcacheRequest
-
- deallocate() - Method in class io.netty.handler.codec.memcache.binary.DefaultFullBinaryMemcacheResponse
-
- deallocate() - Method in class io.netty.handler.codec.memcache.DefaultMemcacheContent
-
- deallocate() - Method in class io.netty.handler.codec.redis.ArrayRedisMessage
-
- deallocate() - Method in class io.netty.handler.ssl.PemPrivateKey
-
- deallocate() - Method in class io.netty.util.AbstractReferenceCounted
-
- debug(Throwable) - Method in class io.netty.util.internal.logging.AbstractInternalLogger
-
- debug(String) - Method in interface io.netty.util.internal.logging.InternalLogger
-
Log a message at the DEBUG level.
- debug(String, Object) - Method in interface io.netty.util.internal.logging.InternalLogger
-
Log a message at the DEBUG level according to the specified format
and argument.
- debug(String, Object, Object) - Method in interface io.netty.util.internal.logging.InternalLogger
-
Log a message at the DEBUG level according to the specified format
and arguments.
- debug(String, Object...) - Method in interface io.netty.util.internal.logging.InternalLogger
-
Log a message at the DEBUG level according to the specified format
and arguments.
- debug(String, Throwable) - Method in interface io.netty.util.internal.logging.InternalLogger
-
Log an exception (throwable) at the DEBUG level with an
accompanying message.
- debug(Throwable) - Method in interface io.netty.util.internal.logging.InternalLogger
-
Log an exception (throwable) at the DEBUG level.
- debugData() - Method in exception io.netty.handler.codec.http2.StreamBufferingEncoder.Http2GoAwayException
-
- decode(ByteBuf) - Static method in class io.netty.handler.codec.base64.Base64
-
- decode(ByteBuf, Base64Dialect) - Static method in class io.netty.handler.codec.base64.Base64
-
- decode(ByteBuf, int, int) - Static method in class io.netty.handler.codec.base64.Base64
-
- decode(ByteBuf, int, int, Base64Dialect) - Static method in class io.netty.handler.codec.base64.Base64
-
- decode(ByteBuf, int, int, Base64Dialect, ByteBufAllocator) - Static method in class io.netty.handler.codec.base64.Base64
-
- decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.base64.Base64Decoder
-
- decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.bytes.ByteArrayDecoder
-
- decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.ByteToMessageCodec
-
- decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.ByteToMessageDecoder
-
Decode the from one
ByteBuf
to an other.
- decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.compression.BrotliDecoder
-
- decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.compression.Bzip2Decoder
-
- decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.compression.FastLzFrameDecoder
-
- decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.compression.JdkZlibDecoder
-
- decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.compression.JZlibDecoder
-
- decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.compression.Lz4FrameDecoder
-
- decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.compression.LzfDecoder
-
- decode(ByteBuf, ByteBuf) - Method in class io.netty.handler.codec.compression.Snappy
-
- decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.compression.SnappyFrameDecoder
-
- decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.compression.ZstdDecoder
-
- decode(ChannelHandlerContext, DatagramPacket, List<Object>) - Method in class io.netty.handler.codec.DatagramPacketDecoder
-
- decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.DelimiterBasedFrameDecoder
-
- decode(ChannelHandlerContext, ByteBuf) - Method in class io.netty.handler.codec.DelimiterBasedFrameDecoder
-
Create a frame out of the
ByteBuf
and return it.
- decode(ChannelHandlerContext, DatagramPacket, List<Object>) - Method in class io.netty.handler.codec.dns.DatagramDnsQueryDecoder
-
- decode(ChannelHandlerContext, DatagramPacket, List<Object>) - Method in class io.netty.handler.codec.dns.DatagramDnsResponseDecoder
-
- decode(ChannelHandlerContext, ByteBuf) - Method in class io.netty.handler.codec.dns.TcpDnsQueryDecoder
-
- decode(ChannelHandlerContext, ByteBuf) - Method in class io.netty.handler.codec.dns.TcpDnsResponseDecoder
-
- decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.FixedLengthFrameDecoder
-
- decode(ChannelHandlerContext, ByteBuf) - Method in class io.netty.handler.codec.FixedLengthFrameDecoder
-
Create a frame out of the
ByteBuf
and return it.
- decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.haproxy.HAProxyMessageDecoder
-
- decode(String) - Method in class io.netty.handler.codec.http.cookie.ClientCookieDecoder
-
Decodes the specified Set-Cookie HTTP header value into a
Cookie
.
- decode(String) - Method in class io.netty.handler.codec.http.cookie.ServerCookieDecoder
-
Decodes the specified
Cookie
HTTP header value into a
Cookie
.
- decode(String) - Static method in class io.netty.handler.codec.http.CookieDecoder
-
Deprecated.
- decode(String, boolean) - Static method in class io.netty.handler.codec.http.CookieDecoder
-
Deprecated.
- decode(ChannelHandlerContext, HttpObject, List<Object>) - Method in class io.netty.handler.codec.http.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(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.CleartextHttp2ServerUpgradeHandler
-
Peek inbound message to determine current connection wants to start HTTP/2
by HTTP upgrade or prior knowledge
- decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.http2.Http2ConnectionHandler
-
- decode(ChannelHandlerContext, Http2StreamFrame, List<Object>) - Method in class io.netty.handler.codec.http2.Http2StreamFrameToHttpObjectCodec
-
- 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.ProtobufDecoderNano
-
- decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.protobuf.ProtobufVarint32FrameDecoder
-
- decode(ChannelHandlerContext, RedisMessage, List<Object>) - Method in class io.netty.handler.codec.redis.RedisArrayAggregator
-
- decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.redis.RedisDecoder
-
- decode(ChannelHandlerContext, SctpMessage, List<Object>) - Method in class io.netty.handler.codec.sctp.SctpInboundByteStreamHandler
-
- decode(ChannelHandlerContext, SctpMessage, List<Object>) - Method in class io.netty.handler.codec.sctp.SctpMessageCompletionHandler
-
- decode(ChannelHandlerContext, ByteBuf) - Method in class io.netty.handler.codec.serialization.ObjectDecoder
-
Deprecated.
- decode(ChannelHandlerContext, ByteBuf) - Method in class io.netty.handler.codec.smtp.SmtpResponseDecoder
-
- decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.socks.SocksAuthRequestDecoder
-
- decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.socks.SocksAuthResponseDecoder
-
- decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.socks.SocksCmdRequestDecoder
-
- decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.socks.SocksCmdResponseDecoder
-
- decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.socks.SocksInitRequestDecoder
-
- decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.socks.SocksInitResponseDecoder
-
- decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.socksx.SocksPortUnificationServerHandler
-
- decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.socksx.v4.Socks4ClientDecoder
-
- decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.socksx.v4.Socks4ServerDecoder
-
- decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.socksx.v5.Socks5CommandRequestDecoder
-
- decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.socksx.v5.Socks5CommandResponseDecoder
-
- decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.socksx.v5.Socks5InitialRequestDecoder
-
- decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.socksx.v5.Socks5InitialResponseDecoder
-
- decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.socksx.v5.Socks5PasswordAuthRequestDecoder
-
- decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.socksx.v5.Socks5PasswordAuthResponseDecoder
-
- decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.spdy.SpdyFrameCodec
-
- decode(ByteBuf) - Method in class io.netty.handler.codec.spdy.SpdyFrameDecoder
-
- decode(ChannelHandlerContext, SpdyFrame, List<Object>) - Method in class io.netty.handler.codec.spdy.SpdyHttpDecoder
-
- decode(ChannelHandlerContext, Object, List<Object>) - Method in class io.netty.handler.codec.spdy.SpdyHttpResponseStreamIdHandler
-
- decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.stomp.StompSubframeDecoder
-
- decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.string.StringDecoder
-
- decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.xml.XmlDecoder
-
- decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.xml.XmlFrameDecoder
-
- decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.ssl.OptionalSslHandler
-
- decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.ssl.SslClientHelloHandler
-
- decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.ssl.SslHandler
-
- decodeAddress(Socks5AddressType, ByteBuf) - Method in interface io.netty.handler.codec.socksx.v5.Socks5AddressDecoder
-
Decodes a SOCKS5 address field into its string representation.
- decodeAll(String) - Method in class io.netty.handler.codec.http.cookie.ServerCookieDecoder
-
Decodes the specified
Cookie
HTTP header value into a
Cookie
.
- decodeComponent(String) - Static method in class io.netty.handler.codec.http.QueryStringDecoder
-
Decodes a bit of a URL encoded by a browser.
- decodeComponent(String, Charset) - Static method in class io.netty.handler.codec.http.QueryStringDecoder
-
Decodes a bit of a URL encoded by a browser.
- decodeFrame(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.http2.DecoratingHttp2ConnectionDecoder
-
- decodeFrame(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder
-
- decodeFrame(ChannelHandlerContext, ByteBuf, List<Object>) - Method in interface io.netty.handler.codec.http2.Http2ConnectionDecoder
-
- decodeHeader(ByteBuf) - Method in class io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheDecoder
-
- decodeHeader(ByteBuf) - Method in class io.netty.handler.codec.memcache.binary.BinaryMemcacheRequestDecoder
-
- decodeHeader(ByteBuf) - Method in class io.netty.handler.codec.memcache.binary.BinaryMemcacheResponseDecoder
-
- decodeHeaderBlock(ByteBuf, SpdyHeadersFrame) - Method in class io.netty.handler.codec.spdy.SpdyHeaderBlockRawDecoder
-
- decodeHeaders(int, ByteBuf) - Method in class io.netty.handler.codec.http2.DefaultHttp2HeadersDecoder
-
- decodeHeaders(int, ByteBuf) - Method in interface io.netty.handler.codec.http2.Http2HeadersDecoder
-
Decodes the given headers block and returns the headers.
- decodeHexByte(CharSequence, int) - Static method in class io.netty.buffer.ByteBufUtil
-
Decode a 2-digit hex byte from within a string.
- decodeHexByte(CharSequence, int) - Static method in class io.netty.util.internal.StringUtil
-
Decode a 2-digit hex byte from within a string.
- decodeHexDump(CharSequence) - Static method in class io.netty.buffer.ByteBufUtil
-
- decodeHexDump(CharSequence, int, int) - Static method in class io.netty.buffer.ByteBufUtil
-
- decodeHexDump(CharSequence, int, int) - Static method in class io.netty.util.internal.StringUtil
-
- decodeHexDump(CharSequence) - Static method in class io.netty.util.internal.StringUtil
-
- decodeHexNibble(char) - Static method in class io.netty.util.internal.StringUtil
-
Helper to decode half of a hexadecimal number from a string.
- decodeHexNibble(byte) - Static method in class io.netty.util.internal.StringUtil
-
Helper to decode half of a hexadecimal number from a string.
- decodeIdn(boolean) - Method in class io.netty.resolver.dns.DnsNameResolverBuilder
-
Set if domain / host names should be decoded to unicode when received.
- 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
-
- decodeLast(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.http.HttpObjectDecoder
-
- decodeLast(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.marshalling.CompatibleMarshallingDecoder
-
- decodeName(ByteBuf) - Static method in class io.netty.handler.codec.dns.DefaultDnsRecordDecoder
-
Retrieves a domain name given a buffer containing a DNS packet.
- decodeName0(ByteBuf) - Method in class io.netty.handler.codec.dns.DefaultDnsRecordDecoder
-
Retrieves a domain name given a buffer containing a DNS packet.
- decodeQuestion(ByteBuf) - Method in class io.netty.handler.codec.dns.DefaultDnsRecordDecoder
-
- decodeQuestion(ByteBuf) - Method in interface io.netty.handler.codec.dns.DnsRecordDecoder
-
Decodes a DNS question into its object representation.
- decoder() - Method in class io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
-
- decoder() - Method in class io.netty.handler.codec.http2.Http2ConnectionHandler
-
- decoder(Charset, CodingErrorAction, CodingErrorAction) - Static method in class io.netty.util.CharsetUtil
-
- decoder(Charset, CodingErrorAction) - Static method in class io.netty.util.CharsetUtil
-
- decoder(Charset) - Static method in class io.netty.util.CharsetUtil
-
- decoderConfig() - Method in class io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker
-
Gets this decoder configuration.
- decoderConfig(WebSocketDecoderConfig) - Method in class io.netty.handler.codec.http.websocketx.WebSocketServerProtocolConfig.Builder
-
Frames decoder configuration.
- decoderConfig() - Method in class io.netty.handler.codec.http.websocketx.WebSocketServerProtocolConfig
-
- decodeRecord(ByteBuf) - Method in class io.netty.handler.codec.dns.DefaultDnsRecordDecoder
-
- decodeRecord(String, DnsRecordType, int, long, ByteBuf, int, int) - Method in class io.netty.handler.codec.dns.DefaultDnsRecordDecoder
-
- decodeRecord(ByteBuf) - Method in interface io.netty.handler.codec.dns.DnsRecordDecoder
-
Decodes a DNS record into its object representation.
- decoderEnforceMaxConsecutiveEmptyDataFrames() - Method in class io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
-
Returns the maximum number of consecutive empty DATA frames (without end_of_stream flag) that are allowed before
the connection is closed.
- decoderEnforceMaxConsecutiveEmptyDataFrames(int) - Method in class io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
-
Sets the maximum number of consecutive empty DATA frames (without end_of_stream flag) that are allowed before
the connection is closed.
- decoderEnforceMaxConsecutiveEmptyDataFrames() - Method in class io.netty.handler.codec.http2.Http2ConnectionHandlerBuilder
-
- decoderEnforceMaxConsecutiveEmptyDataFrames(int) - Method in class io.netty.handler.codec.http2.Http2ConnectionHandlerBuilder
-
- decoderEnforceMaxConsecutiveEmptyDataFrames() - Method in class io.netty.handler.codec.http2.Http2FrameCodecBuilder
-
- decoderEnforceMaxConsecutiveEmptyDataFrames(int) - Method in class io.netty.handler.codec.http2.Http2FrameCodecBuilder
-
- decoderEnforceMaxConsecutiveEmptyDataFrames() - Method in class io.netty.handler.codec.http2.Http2MultiplexCodecBuilder
-
Deprecated.
- decoderEnforceMaxConsecutiveEmptyDataFrames(int) - Method in class io.netty.handler.codec.http2.Http2MultiplexCodecBuilder
-
Deprecated.
- decoderEnforceMaxConsecutiveEmptyDataFrames(int) - Method in class io.netty.handler.codec.http2.HttpToHttp2ConnectionHandlerBuilder
-
- decoderEnforceMaxRstFramesPerWindow(int, int) - Method in class io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
-
Sets the maximum number RST frames that are allowed per window before
the connection is closed.
- decoderEnforceMaxRstFramesPerWindow(int, int) - Method in class io.netty.handler.codec.http2.Http2ConnectionHandlerBuilder
-
- decoderEnforceMaxRstFramesPerWindow(int, int) - Method in class io.netty.handler.codec.http2.Http2FrameCodecBuilder
-
- decoderEnforceMaxRstFramesPerWindow(int, int) - Method in class io.netty.handler.codec.http2.Http2MultiplexCodecBuilder
-
Deprecated.
- decoderEnforceMaxRstFramesPerWindow(int, int) - Method in class io.netty.handler.codec.http2.HttpToHttp2ConnectionHandlerBuilder
-
- decodeResponse(ChannelHandlerContext, DatagramPacket) - Method in class io.netty.handler.codec.dns.DatagramDnsResponseDecoder
-
- DecoderException - Exception in io.netty.handler.codec
-
- 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.
- decoderFilter() - Method in interface io.netty.handler.codec.http.websocketx.extensions.WebSocketExtensionFilterProvider
-
- 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.
- decodeUnknownFrame(int, byte, int, ByteBuf) - Method in class io.netty.handler.codec.spdy.SpdyFrameDecoder
-
Decode the unknown frame, returns true if parsed something, otherwise false.
- decompose(int, int) - Method in class io.netty.buffer.CompositeByteBuf
-
- decompress(SSLEngine, int, byte[]) - Method in interface io.netty.handler.ssl.OpenSslCertificateCompressionAlgorithm
-
Decompress the given input with the specified algorithm and return the decompressed bytes.
- decompressionBufferExhausted(ByteBuf) - Method in class io.netty.handler.codec.compression.JdkZlibDecoder
-
- decompressionBufferExhausted(ByteBuf) - Method in class io.netty.handler.codec.compression.JZlibDecoder
-
- decompressionBufferExhausted(ByteBuf) - Method in class io.netty.handler.codec.compression.ZlibDecoder
-
Called when the decompression buffer cannot be expanded further.
- DecompressionException - Exception in io.netty.handler.codec.compression
-
- DecompressionException() - Constructor for exception io.netty.handler.codec.compression.DecompressionException
-
Creates a new instance.
- DecompressionException(String, Throwable) - Constructor for exception io.netty.handler.codec.compression.DecompressionException
-
Creates a new instance.
- DecompressionException(String) - Constructor for exception io.netty.handler.codec.compression.DecompressionException
-
Creates a new instance.
- DecompressionException(Throwable) - Constructor for exception io.netty.handler.codec.compression.DecompressionException
-
Creates a new instance.
- decorateTask(Runnable, RunnableScheduledFuture<V>) - Method in class io.netty.util.concurrent.UnorderedThreadPoolEventExecutor
-
- decorateTask(Callable<V>, RunnableScheduledFuture<V>) - Method in class io.netty.util.concurrent.UnorderedThreadPoolEventExecutor
-
- DecoratingHttp2ConnectionDecoder - Class in io.netty.handler.codec.http2
-
- DecoratingHttp2ConnectionDecoder(Http2ConnectionDecoder) - Constructor for class io.netty.handler.codec.http2.DecoratingHttp2ConnectionDecoder
-
- DecoratingHttp2ConnectionEncoder - Class in io.netty.handler.codec.http2
-
- DecoratingHttp2ConnectionEncoder(Http2ConnectionEncoder) - Constructor for class io.netty.handler.codec.http2.DecoratingHttp2ConnectionEncoder
-
- DecoratingHttp2FrameWriter - Class in io.netty.handler.codec.http2
-
- DecoratingHttp2FrameWriter(Http2FrameWriter) - Constructor for class io.netty.handler.codec.http2.DecoratingHttp2FrameWriter
-
- decoupleCloseAndGoAway(boolean) - Method in class io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
-
- decoupleCloseAndGoAway() - Method in class io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
-
- decoupleCloseAndGoAway(boolean) - Method in class io.netty.handler.codec.http2.Http2ConnectionHandlerBuilder
-
- decoupleCloseAndGoAway(boolean) - Method in class io.netty.handler.codec.http2.Http2FrameCodecBuilder
-
- decoupleCloseAndGoAway(boolean) - Method in class io.netty.handler.codec.http2.Http2MultiplexCodecBuilder
-
Deprecated.
- decoupleCloseAndGoAway(boolean) - Method in class io.netty.handler.codec.http2.HttpToHttp2ConnectionHandlerBuilder
-
- DECREMENT - Static variable in class io.netty.handler.codec.memcache.binary.BinaryMemcacheOpcodes
-
- decrement() - Method in interface io.netty.util.internal.LongCounter
-
- decrementPendingOutboundBytes(long) - Method in class io.netty.channel.DefaultChannelPipeline
-
- DECREMENTQ - Static variable in class io.netty.handler.codec.memcache.binary.BinaryMemcacheOpcodes
-
- decrypt(SSLEngine, byte[]) - Method in interface io.netty.handler.ssl.OpenSslAsyncPrivateKeyMethod
-
Decrypts the input with the given key and notifies the returned
Future
with the decrypted bytes.
- decrypt(SSLEngine, byte[]) - Method in interface io.netty.handler.ssl.OpenSslPrivateKeyMethod
-
Decrypts the input with the given key and returns the decrypted bytes.
- deepCheckNotNull(String, T...) - Static method in class io.netty.util.internal.ObjectUtil
-
Check that the given varargs is not null and does not contain elements
null elements.
- DEFAULT - Static variable in interface io.netty.buffer.ByteBufAllocator
-
- DEFAULT - Static variable in class io.netty.buffer.PooledByteBufAllocator
-
- DEFAULT - Static variable in class io.netty.buffer.UnpooledByteBufAllocator
-
Default instance which uses leak-detection for direct buffers.
- DEFAULT - Static variable in class io.netty.channel.AdaptiveRecvByteBufAllocator
-
- DEFAULT - Static variable in class io.netty.channel.DefaultMessageSizeEstimator
-
Return the default implementation which returns 8
for unknown messages.
- DEFAULT - Static variable in class io.netty.channel.WriteBufferWaterMark
-
- DEFAULT - Static variable in interface io.netty.handler.codec.dns.DnsRecordDecoder
-
- DEFAULT - Static variable in interface io.netty.handler.codec.dns.DnsRecordEncoder
-
- DEFAULT - Static variable in interface io.netty.handler.codec.http.websocketx.extensions.WebSocketExtensionFilterProvider
-
- DEFAULT - Static variable in interface io.netty.handler.codec.socksx.v5.Socks5AddressDecoder
-
- DEFAULT - Static variable in interface io.netty.handler.codec.socksx.v5.Socks5AddressEncoder
-
- DEFAULT - Static variable in class io.netty.handler.codec.socksx.v5.Socks5ClientEncoder
-
- DEFAULT - Static variable in class io.netty.handler.codec.socksx.v5.Socks5ServerEncoder
-
- DEFAULT - Static variable in class io.netty.handler.codec.string.LineSeparator
-
The default line separator in the current system.
- DEFAULT - Static variable in class io.netty.handler.ssl.ocsp.IoTransport
-
- DEFAULT - Static variable in interface io.netty.resolver.HostsFileEntriesResolver
-
- DEFAULT_ALLOW_DUPLICATE_CONTENT_LENGTHS - Static variable in class io.netty.handler.codec.http.HttpObjectDecoder
-
- DEFAULT_ALLOW_PARTIAL_CHUNKS - Static variable in class io.netty.handler.codec.http.HttpObjectDecoder
-
- DEFAULT_CAPACITY - Static variable in class io.netty.util.collection.ByteObjectHashMap
-
Default initial capacity.
- DEFAULT_CAPACITY - Static variable in class io.netty.util.collection.CharObjectHashMap
-
Default initial capacity.
- DEFAULT_CAPACITY - Static variable in class io.netty.util.collection.IntObjectHashMap
-
Default initial capacity.
- DEFAULT_CAPACITY - Static variable in class io.netty.util.collection.LongObjectHashMap
-
Default initial capacity.
- DEFAULT_CAPACITY - Static variable in class io.netty.util.collection.ShortObjectHashMap
-
Default initial capacity.
- DEFAULT_CHARSET - Static variable in class io.netty.handler.codec.http.HttpConstants
-
Default character set (UTF-8)
- DEFAULT_CHECK_INTERVAL - Static variable in class io.netty.handler.traffic.AbstractTrafficShapingHandler
-
Default delay between two checks: 1s
- DEFAULT_CHUNKED_SUPPORTED - Static variable in class io.netty.handler.codec.http.HttpObjectDecoder
-
- DEFAULT_COMPRESSION_LEVEL - Static variable in class io.netty.handler.codec.http2.CompressorHttp2ConnectionEncoder
-
- DEFAULT_EXPLICIT_FLUSH_AFTER_FLUSHES - Static variable in class io.netty.handler.flush.FlushConsolidationHandler
-
The default number of flushes after which a flush will be forwarded to downstream handlers (whether while in a
read loop, or while batching outside of a read loop).
- DEFAULT_FAIL_ON_MISSING_RESPONSE - Static variable in class io.netty.handler.codec.http.HttpClientCodec
-
- DEFAULT_FORCE_CLOSE_TIMEOUT_MILLIS - Static variable in class io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker
-
- DEFAULT_GRACEFUL_SHUTDOWN_TIMEOUT_MILLIS - Static variable in class io.netty.handler.codec.http2.Http2CodecUtil
-
- DEFAULT_HEADER_LIST_SIZE - Static variable in class io.netty.handler.codec.http2.Http2CodecUtil
-
- DEFAULT_HEADER_TABLE_SIZE - Static variable in class io.netty.handler.codec.http2.Http2CodecUtil
-
- DEFAULT_INITIAL - Static variable in class io.netty.channel.AdaptiveRecvByteBufAllocator
-
- DEFAULT_INITIAL_BUFFER_SIZE - Static variable in class io.netty.handler.codec.http.HttpObjectDecoder
-
- DEFAULT_LOAD_FACTOR - Static variable in class io.netty.util.collection.ByteObjectHashMap
-
Default load factor.
- DEFAULT_LOAD_FACTOR - Static variable in class io.netty.util.collection.CharObjectHashMap
-
Default load factor.
- DEFAULT_LOAD_FACTOR - Static variable in class io.netty.util.collection.IntObjectHashMap
-
Default load factor.
- DEFAULT_LOAD_FACTOR - Static variable in class io.netty.util.collection.LongObjectHashMap
-
Default load factor.
- DEFAULT_LOAD_FACTOR - Static variable in class io.netty.util.collection.ShortObjectHashMap
-
Default load factor.
- DEFAULT_MAX_BYTES_IN_MESSAGE - Static variable in class io.netty.handler.codec.mqtt.MqttConstant
-
Default max bytes in message
- DEFAULT_MAX_CHUNK_SIZE - Static variable in class io.netty.handler.codec.http.HttpObjectDecoder
-
- DEFAULT_MAX_CHUNK_SIZE - Static variable in class io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheDecoder
-
- DEFAULT_MAX_CLIENT_ID_LENGTH - Static variable in class io.netty.handler.codec.mqtt.MqttConstant
-
Default max client id length,In the mqtt3.1 protocol,
the default maximum Client Identifier length is 23
- DEFAULT_MAX_CONTENT_LENGTH - Static variable in class io.netty.handler.codec.rtsp.RtspDecoder
-
Constant for default max content length.
- DEFAULT_MAX_FRAME_SIZE - Static variable in class io.netty.handler.codec.http2.Http2CodecUtil
-
- DEFAULT_MAX_HEADER_SIZE - Static variable in class io.netty.handler.codec.http.HttpObjectDecoder
-
- DEFAULT_MAX_INITIAL_LINE_LENGTH - Static variable in class io.netty.handler.codec.http.HttpObjectDecoder
-
- DEFAULT_MAX_PENDING_TASKS - Static variable in class io.netty.channel.SingleThreadEventLoop
-
- DEFAULT_MAX_QUEUED_CONTROL_FRAMES - Static variable in class io.netty.handler.codec.http2.Http2CodecUtil
-
- DEFAULT_MAX_TIME - Static variable in class io.netty.handler.traffic.AbstractTrafficShapingHandler
-
Default max delay in case of traffic shaping
(during which no communication will occur).
- DEFAULT_MAXIMUM - Static variable in class io.netty.channel.AdaptiveRecvByteBufAllocator
-
- DEFAULT_MEM_LEVEL - Static variable in class io.netty.handler.codec.http2.CompressorHttp2ConnectionEncoder
-
- DEFAULT_MINIMUM - Static variable in class io.netty.channel.AdaptiveRecvByteBufAllocator
-
- DEFAULT_PARSE_HTTP_AFTER_CONNECT_REQUEST - Static variable in class io.netty.handler.codec.http.HttpClientCodec
-
- DEFAULT_PRIORITY_WEIGHT - Static variable in class io.netty.handler.codec.http2.Http2CodecUtil
-
- DEFAULT_VALIDATE_HEADERS - Static variable in class io.netty.handler.codec.http.HttpObjectDecoder
-
- DEFAULT_WINDOW_BITS - Static variable in class io.netty.handler.codec.http2.CompressorHttp2ConnectionEncoder
-
- DEFAULT_WINDOW_SIZE - Static variable in class io.netty.handler.codec.http2.Http2CodecUtil
-
- DEFAULT_WINDOW_UPDATE_RATIO - Static variable in class io.netty.handler.codec.http2.DefaultHttp2LocalFlowController
-
The default ratio of window size to initial window size below which a WINDOW_UPDATE
is sent to expand the window.
- DefaultAddressedEnvelope<M,A extends SocketAddress> - Class in io.netty.channel
-
- DefaultAddressedEnvelope(M, A, A) - Constructor for class io.netty.channel.DefaultAddressedEnvelope
-
Creates a new instance with the specified message
, recipient
address, and
sender
address.
- DefaultAddressedEnvelope(M, A) - Constructor for class io.netty.channel.DefaultAddressedEnvelope
-
Creates a new instance with the specified message
and recipient
address.
- defaultAddresses() - Static method in class io.netty.resolver.dns.DefaultDnsServerAddressStreamProvider
-
- defaultAddresses() - Static method in class io.netty.resolver.dns.DnsServerAddresses
-
- defaultAddressList() - Static method in class io.netty.resolver.dns.DefaultDnsServerAddressStreamProvider
-
Returns the list of the system DNS server addresses.
- defaultAddressList() - Static method in class io.netty.resolver.dns.DnsServerAddresses
-
- DefaultAddressResolverGroup - Class in io.netty.resolver
-
- DefaultAttributeMap - Class in io.netty.util
-
Default
AttributeMap
implementation which not exibit any blocking behaviour on attribute lookup while using a
copy-on-write approach on the modify path.
- DefaultAttributeMap() - Constructor for class io.netty.util.DefaultAttributeMap
-
- DefaultAuthoritativeDnsServerCache - Class in io.netty.resolver.dns
-
- DefaultAuthoritativeDnsServerCache() - Constructor for class io.netty.resolver.dns.DefaultAuthoritativeDnsServerCache
-
Create a cache that respects the TTL returned by the DNS server.
- DefaultAuthoritativeDnsServerCache(int, int, Comparator<InetSocketAddress>) - Constructor for class io.netty.resolver.dns.DefaultAuthoritativeDnsServerCache
-
Create a cache.
- DefaultBinaryMemcacheRequest - Class in io.netty.handler.codec.memcache.binary
-
- DefaultBinaryMemcacheRequest() - Constructor for class io.netty.handler.codec.memcache.binary.DefaultBinaryMemcacheRequest
-
- DefaultBinaryMemcacheRequest(ByteBuf) - Constructor for class io.netty.handler.codec.memcache.binary.DefaultBinaryMemcacheRequest
-
- DefaultBinaryMemcacheRequest(ByteBuf, ByteBuf) - Constructor for class io.netty.handler.codec.memcache.binary.DefaultBinaryMemcacheRequest
-
- DefaultBinaryMemcacheResponse - Class in io.netty.handler.codec.memcache.binary
-
- DefaultBinaryMemcacheResponse() - Constructor for class io.netty.handler.codec.memcache.binary.DefaultBinaryMemcacheResponse
-
- DefaultBinaryMemcacheResponse(ByteBuf) - Constructor for class io.netty.handler.codec.memcache.binary.DefaultBinaryMemcacheResponse
-
- DefaultBinaryMemcacheResponse(ByteBuf, ByteBuf) - Constructor for class io.netty.handler.codec.memcache.binary.DefaultBinaryMemcacheResponse
-
- DefaultBulkStringRedisContent - Class in io.netty.handler.codec.redis
-
- DefaultBulkStringRedisContent(ByteBuf) - Constructor for class io.netty.handler.codec.redis.DefaultBulkStringRedisContent
-
- DefaultByteBufHolder - Class in io.netty.buffer
-
- DefaultByteBufHolder(ByteBuf) - Constructor for class io.netty.buffer.DefaultByteBufHolder
-
- DefaultChannelConfig - Class in io.netty.channel
-
- DefaultChannelConfig(Channel) - Constructor for class io.netty.channel.DefaultChannelConfig
-
- DefaultChannelConfig(Channel, RecvByteBufAllocator) - Constructor for class io.netty.channel.DefaultChannelConfig
-
- DefaultChannelGroup - Class in io.netty.channel.group
-
- DefaultChannelGroup(EventExecutor) - Constructor for class io.netty.channel.group.DefaultChannelGroup
-
- DefaultChannelGroup(String, EventExecutor) - Constructor for class io.netty.channel.group.DefaultChannelGroup
-
- DefaultChannelGroup(EventExecutor, boolean) - Constructor for class io.netty.channel.group.DefaultChannelGroup
-
- DefaultChannelGroup(String, EventExecutor, boolean) - Constructor for class io.netty.channel.group.DefaultChannelGroup
-
- DefaultChannelId - Class in io.netty.channel
-
- DefaultChannelPipeline - Class in io.netty.channel
-
- DefaultChannelPipeline(Channel) - Constructor for class io.netty.channel.DefaultChannelPipeline
-
- DefaultChannelProgressivePromise - Class in io.netty.channel
-
- 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
-
- DefaultChannelPromise(Channel) - Constructor for class io.netty.channel.DefaultChannelPromise
-
Creates a new instance.
- DefaultChannelPromise(Channel, EventExecutor) - Constructor for class io.netty.channel.DefaultChannelPromise
-
Creates a new instance.
- defaultClientProvider() - Static method in class io.netty.handler.ssl.SslContext
-
Returns the default client-side implementation provider currently in use.
- DefaultCookie - Class in io.netty.handler.codec.http.cookie
-
The default
Cookie
implementation.
- DefaultCookie(String, String) - Constructor for class io.netty.handler.codec.http.cookie.DefaultCookie
-
Creates a new cookie with the specified name and value.
- DefaultCookie - Class in io.netty.handler.codec.http
-
- DefaultCookie(String, String) - Constructor for class io.netty.handler.codec.http.DefaultCookie
-
Deprecated.
Creates a new cookie with the specified name and value.
- DefaultDatagramChannelConfig - Class in io.netty.channel.socket
-
- DefaultDatagramChannelConfig(DatagramChannel, DatagramSocket) - Constructor for class io.netty.channel.socket.DefaultDatagramChannelConfig
-
Creates a new instance.
- defaultDisableCacheFinalizersForFastThreadLocalThreads() - Static method in class io.netty.buffer.PooledByteBufAllocator
-
Default control creation of PoolThreadCache finalizers for FastThreadLocalThreads -
System Property: io.netty.allocator.disableCacheFinalizersForFastThreadLocalThreads - default false
- DefaultDnsCache - Class in io.netty.resolver.dns
-
- DefaultDnsCache() - Constructor for class io.netty.resolver.dns.DefaultDnsCache
-
Create a cache that respects the TTL returned by the DNS server
and doesn't cache negative responses.
- DefaultDnsCache(int, int, int) - Constructor for class io.netty.resolver.dns.DefaultDnsCache
-
Create a cache.
- DefaultDnsCnameCache - Class in io.netty.resolver.dns
-
- DefaultDnsCnameCache() - Constructor for class io.netty.resolver.dns.DefaultDnsCnameCache
-
Create a cache that respects the TTL returned by the DNS server.
- DefaultDnsCnameCache(int, int) - Constructor for class io.netty.resolver.dns.DefaultDnsCnameCache
-
Create a cache.
- DefaultDnsOptEcsRecord - Class in io.netty.handler.codec.dns
-
- DefaultDnsOptEcsRecord(int, int, int, int, byte[]) - Constructor for class io.netty.handler.codec.dns.DefaultDnsOptEcsRecord
-
Creates a new instance.
- DefaultDnsOptEcsRecord(int, int, byte[]) - Constructor for class io.netty.handler.codec.dns.DefaultDnsOptEcsRecord
-
Creates a new instance.
- DefaultDnsOptEcsRecord(int, InternetProtocolFamily) - Constructor for class io.netty.handler.codec.dns.DefaultDnsOptEcsRecord
-
Creates a new instance.
- DefaultDnsPtrRecord - Class in io.netty.handler.codec.dns
-
- DefaultDnsPtrRecord(String, int, long, String) - Constructor for class io.netty.handler.codec.dns.DefaultDnsPtrRecord
-
Creates a new PTR record.
- DefaultDnsQuery - Class in io.netty.handler.codec.dns
-
- DefaultDnsQuery(int) - Constructor for class io.netty.handler.codec.dns.DefaultDnsQuery
-
- DefaultDnsQuery(int, DnsOpCode) - Constructor for class io.netty.handler.codec.dns.DefaultDnsQuery
-
Creates a new instance.
- DefaultDnsQuestion - Class in io.netty.handler.codec.dns
-
- DefaultDnsQuestion(String, DnsRecordType) - Constructor for class io.netty.handler.codec.dns.DefaultDnsQuestion
-
- DefaultDnsQuestion(String, DnsRecordType, int) - Constructor for class io.netty.handler.codec.dns.DefaultDnsQuestion
-
Creates a new question.
- DefaultDnsRawRecord - Class in io.netty.handler.codec.dns
-
The default DnsRawRecord
implementation.
- DefaultDnsRawRecord(String, DnsRecordType, long, ByteBuf) - Constructor for class io.netty.handler.codec.dns.DefaultDnsRawRecord
-
- DefaultDnsRawRecord(String, DnsRecordType, int, long, ByteBuf) - Constructor for class io.netty.handler.codec.dns.DefaultDnsRawRecord
-
Creates a new record.
- DefaultDnsRecordDecoder - Class in io.netty.handler.codec.dns
-
- DefaultDnsRecordDecoder() - Constructor for class io.netty.handler.codec.dns.DefaultDnsRecordDecoder
-
Creates a new instance.
- DefaultDnsRecordEncoder - Class in io.netty.handler.codec.dns
-
- DefaultDnsRecordEncoder() - Constructor for class io.netty.handler.codec.dns.DefaultDnsRecordEncoder
-
Creates a new instance.
- DefaultDnsResponse - Class in io.netty.handler.codec.dns
-
- DefaultDnsResponse(int) - Constructor for class io.netty.handler.codec.dns.DefaultDnsResponse
-
- DefaultDnsResponse(int, DnsOpCode) - Constructor for class io.netty.handler.codec.dns.DefaultDnsResponse
-
- DefaultDnsResponse(int, DnsOpCode, DnsResponseCode) - Constructor for class io.netty.handler.codec.dns.DefaultDnsResponse
-
Creates a new instance.
- DefaultDnsServerAddressStreamProvider - Class in io.netty.resolver.dns
-
- DefaultEventExecutor - Class in io.netty.util.concurrent
-
- DefaultEventExecutor() - Constructor for class io.netty.util.concurrent.DefaultEventExecutor
-
- DefaultEventExecutor(ThreadFactory) - Constructor for class io.netty.util.concurrent.DefaultEventExecutor
-
- DefaultEventExecutor(Executor) - Constructor for class io.netty.util.concurrent.DefaultEventExecutor
-
- DefaultEventExecutor(EventExecutorGroup) - Constructor for class io.netty.util.concurrent.DefaultEventExecutor
-
- DefaultEventExecutor(EventExecutorGroup, ThreadFactory) - Constructor for class io.netty.util.concurrent.DefaultEventExecutor
-
- DefaultEventExecutor(EventExecutorGroup, Executor) - Constructor for class io.netty.util.concurrent.DefaultEventExecutor
-
- DefaultEventExecutor(EventExecutorGroup, ThreadFactory, int, RejectedExecutionHandler) - Constructor for class io.netty.util.concurrent.DefaultEventExecutor
-
- DefaultEventExecutor(EventExecutorGroup, Executor, int, RejectedExecutionHandler) - Constructor for class io.netty.util.concurrent.DefaultEventExecutor
-
- DefaultEventExecutorChooserFactory - Class in io.netty.util.concurrent
-
Default implementation which uses simple round-robin to choose next
EventExecutor
.
- DefaultEventExecutorGroup - Class in io.netty.util.concurrent
-
- DefaultEventExecutorGroup(int) - Constructor for class io.netty.util.concurrent.DefaultEventExecutorGroup
-
- DefaultEventExecutorGroup(int, ThreadFactory) - Constructor for class io.netty.util.concurrent.DefaultEventExecutorGroup
-
Create a new instance.
- DefaultEventExecutorGroup(int, ThreadFactory, int, RejectedExecutionHandler) - Constructor for class io.netty.util.concurrent.DefaultEventExecutorGroup
-
Create a new instance.
- DefaultEventLoop - Class in io.netty.channel
-
- DefaultEventLoop() - Constructor for class io.netty.channel.DefaultEventLoop
-
- DefaultEventLoop(ThreadFactory) - Constructor for class io.netty.channel.DefaultEventLoop
-
- DefaultEventLoop(Executor) - Constructor for class io.netty.channel.DefaultEventLoop
-
- DefaultEventLoop(EventLoopGroup) - Constructor for class io.netty.channel.DefaultEventLoop
-
- DefaultEventLoop(EventLoopGroup, ThreadFactory) - Constructor for class io.netty.channel.DefaultEventLoop
-
- DefaultEventLoop(EventLoopGroup, Executor) - Constructor for class io.netty.channel.DefaultEventLoop
-
- DefaultEventLoopGroup - Class in io.netty.channel
-
- DefaultEventLoopGroup() - Constructor for class io.netty.channel.DefaultEventLoopGroup
-
Create a new instance with the default number of threads.
- DefaultEventLoopGroup(int) - Constructor for class io.netty.channel.DefaultEventLoopGroup
-
Create a new instance
- DefaultEventLoopGroup(ThreadFactory) - Constructor for class io.netty.channel.DefaultEventLoopGroup
-
Create a new instance with the default number of threads and the given
ThreadFactory
.
- DefaultEventLoopGroup(int, ThreadFactory) - Constructor for class io.netty.channel.DefaultEventLoopGroup
-
Create a new instance
- DefaultEventLoopGroup(int, Executor) - Constructor for class io.netty.channel.DefaultEventLoopGroup
-
Create a new instance
- DefaultFileRegion - Class in io.netty.channel
-
- 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
-
- DefaultFullBinaryMemcacheRequest(ByteBuf, ByteBuf) - Constructor for class io.netty.handler.codec.memcache.binary.DefaultFullBinaryMemcacheRequest
-
- DefaultFullBinaryMemcacheRequest(ByteBuf, ByteBuf, ByteBuf) - Constructor for class io.netty.handler.codec.memcache.binary.DefaultFullBinaryMemcacheRequest
-
- DefaultFullBinaryMemcacheResponse - Class in io.netty.handler.codec.memcache.binary
-
- DefaultFullBinaryMemcacheResponse(ByteBuf, ByteBuf) - Constructor for class io.netty.handler.codec.memcache.binary.DefaultFullBinaryMemcacheResponse
-
- DefaultFullBinaryMemcacheResponse(ByteBuf, ByteBuf, ByteBuf) - Constructor for class io.netty.handler.codec.memcache.binary.DefaultFullBinaryMemcacheResponse
-
- DefaultFullHttpRequest - Class in io.netty.handler.codec.http
-
- DefaultFullHttpRequest(HttpVersion, HttpMethod, String) - Constructor for class io.netty.handler.codec.http.DefaultFullHttpRequest
-
Create a full HTTP response with the given HTTP version, method, and URI.
- DefaultFullHttpRequest(HttpVersion, HttpMethod, String, ByteBuf) - Constructor for class io.netty.handler.codec.http.DefaultFullHttpRequest
-
Create a full HTTP response with the given HTTP version, method, URI, and contents.
- DefaultFullHttpRequest(HttpVersion, HttpMethod, String, boolean) - Constructor for class io.netty.handler.codec.http.DefaultFullHttpRequest
-
- DefaultFullHttpRequest(HttpVersion, HttpMethod, String, ByteBuf, boolean) - Constructor for class io.netty.handler.codec.http.DefaultFullHttpRequest
-
- DefaultFullHttpRequest(HttpVersion, HttpMethod, String, ByteBuf, HttpHeadersFactory, HttpHeadersFactory) - Constructor for class io.netty.handler.codec.http.DefaultFullHttpRequest
-
Create a full HTTP response with the given HTTP version, method, URI, contents,
and factories for creating headers and trailers.
- DefaultFullHttpRequest(HttpVersion, HttpMethod, String, ByteBuf, HttpHeaders, HttpHeaders) - Constructor for class io.netty.handler.codec.http.DefaultFullHttpRequest
-
Create a full HTTP response with the given HTTP version, method, URI, contents, and header and trailer objects.
- DefaultFullHttpResponse - Class in io.netty.handler.codec.http
-
- DefaultFullHttpResponse(HttpVersion, HttpResponseStatus) - Constructor for class io.netty.handler.codec.http.DefaultFullHttpResponse
-
Create an empty HTTP response with the given HTTP version and status.
- DefaultFullHttpResponse(HttpVersion, HttpResponseStatus, ByteBuf) - Constructor for class io.netty.handler.codec.http.DefaultFullHttpResponse
-
Create an HTTP response with the given HTTP version, status, and contents.
- DefaultFullHttpResponse(HttpVersion, HttpResponseStatus, boolean) - Constructor for class io.netty.handler.codec.http.DefaultFullHttpResponse
-
- DefaultFullHttpResponse(HttpVersion, HttpResponseStatus, boolean, boolean) - Constructor for class io.netty.handler.codec.http.DefaultFullHttpResponse
-
- DefaultFullHttpResponse(HttpVersion, HttpResponseStatus, ByteBuf, boolean) - Constructor for class io.netty.handler.codec.http.DefaultFullHttpResponse
-
- DefaultFullHttpResponse(HttpVersion, HttpResponseStatus, ByteBuf, boolean, boolean) - Constructor for class io.netty.handler.codec.http.DefaultFullHttpResponse
-
- DefaultFullHttpResponse(HttpVersion, HttpResponseStatus, ByteBuf, HttpHeadersFactory, HttpHeadersFactory) - Constructor for class io.netty.handler.codec.http.DefaultFullHttpResponse
-
Create an HTTP response with the given HTTP version, status, contents,
and with headers and trailers created by the given header factories.
- DefaultFullHttpResponse(HttpVersion, HttpResponseStatus, ByteBuf, HttpHeaders, HttpHeaders) - Constructor for class io.netty.handler.codec.http.DefaultFullHttpResponse
-
Create an HTTP response with the given HTTP version, status, contents, headers and trailers.
- DefaultHeaders<K,V,T extends Headers<K,V,T>> - Class in io.netty.handler.codec
-
- DefaultHeaders(ValueConverter<V>) - Constructor for class io.netty.handler.codec.DefaultHeaders
-
- DefaultHeaders(ValueConverter<V>, DefaultHeaders.NameValidator<K>) - Constructor for class io.netty.handler.codec.DefaultHeaders
-
- DefaultHeaders(HashingStrategy<K>, ValueConverter<V>) - Constructor for class io.netty.handler.codec.DefaultHeaders
-
- DefaultHeaders(HashingStrategy<K>, ValueConverter<V>, DefaultHeaders.NameValidator<K>) - Constructor for class io.netty.handler.codec.DefaultHeaders
-
- DefaultHeaders(HashingStrategy<K>, ValueConverter<V>, DefaultHeaders.NameValidator<K>, int) - Constructor for class io.netty.handler.codec.DefaultHeaders
-
Create a new instance.
- DefaultHeaders(HashingStrategy<K>, ValueConverter<V>, DefaultHeaders.NameValidator<K>, int, DefaultHeaders.ValueValidator<V>) - Constructor for class io.netty.handler.codec.DefaultHeaders
-
Create a new instance.
- DefaultHeaders.HeaderEntry<K,V> - Class in io.netty.handler.codec
-
- DefaultHeaders.NameValidator<K> - Interface in io.netty.handler.codec
-
- DefaultHeaders.ValueValidator<V> - Interface in io.netty.handler.codec
-
- DefaultHeadersImpl<K,V> - Class in io.netty.handler.codec
-
A concrete implementation of
DefaultHeaders
that allows for direct instantiation.
- DefaultHeadersImpl(HashingStrategy<K>, ValueConverter<V>, DefaultHeaders.NameValidator<K>) - Constructor for class io.netty.handler.codec.DefaultHeadersImpl
-
- DefaultHeadersImpl(HashingStrategy<K>, ValueConverter<V>, DefaultHeaders.NameValidator<K>, int, DefaultHeaders.ValueValidator<V>) - Constructor for class io.netty.handler.codec.DefaultHeadersImpl
-
- DefaultHostsFileEntriesResolver - Class in io.netty.resolver
-
- DefaultHostsFileEntriesResolver() - Constructor for class io.netty.resolver.DefaultHostsFileEntriesResolver
-
- DefaultHttp2Connection - Class in io.netty.handler.codec.http2
-
- DefaultHttp2Connection(boolean) - Constructor for class io.netty.handler.codec.http2.DefaultHttp2Connection
-
Creates a new connection with the given settings.
- DefaultHttp2Connection(boolean, int) - Constructor for class io.netty.handler.codec.http2.DefaultHttp2Connection
-
Creates a new connection with the given settings.
- DefaultHttp2ConnectionDecoder - Class in io.netty.handler.codec.http2
-
- DefaultHttp2ConnectionDecoder(Http2Connection, Http2ConnectionEncoder, Http2FrameReader) - Constructor for class io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder
-
- DefaultHttp2ConnectionDecoder(Http2Connection, Http2ConnectionEncoder, Http2FrameReader, Http2PromisedRequestVerifier) - Constructor for class io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder
-
- DefaultHttp2ConnectionDecoder(Http2Connection, Http2ConnectionEncoder, Http2FrameReader, Http2PromisedRequestVerifier, boolean) - Constructor for class io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder
-
Create a new instance.
- DefaultHttp2ConnectionDecoder(Http2Connection, Http2ConnectionEncoder, Http2FrameReader, Http2PromisedRequestVerifier, boolean, boolean) - Constructor for class io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder
-
Deprecated.
- DefaultHttp2ConnectionDecoder(Http2Connection, Http2ConnectionEncoder, Http2FrameReader, Http2PromisedRequestVerifier, boolean, boolean, boolean) - Constructor for class io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder
-
Create a new instance.
- DefaultHttp2ConnectionEncoder - Class in io.netty.handler.codec.http2
-
- DefaultHttp2ConnectionEncoder(Http2Connection, Http2FrameWriter) - Constructor for class io.netty.handler.codec.http2.DefaultHttp2ConnectionEncoder
-
- DefaultHttp2ConnectionEncoder.FlowControlledBase - Class in io.netty.handler.codec.http2
-
Common base type for payloads to deliver via flow-control.
- DefaultHttp2DataFrame - Class in io.netty.handler.codec.http2
-
- DefaultHttp2DataFrame(ByteBuf) - Constructor for class io.netty.handler.codec.http2.DefaultHttp2DataFrame
-
Equivalent to new DefaultHttp2DataFrame(content, false)
.
- DefaultHttp2DataFrame(boolean) - Constructor for class io.netty.handler.codec.http2.DefaultHttp2DataFrame
-
Equivalent to new DefaultHttp2DataFrame(Unpooled.EMPTY_BUFFER, endStream)
.
- DefaultHttp2DataFrame(ByteBuf, boolean) - Constructor for class io.netty.handler.codec.http2.DefaultHttp2DataFrame
-
Equivalent to new DefaultHttp2DataFrame(content, endStream, 0)
.
- DefaultHttp2DataFrame(ByteBuf, boolean, int) - Constructor for class io.netty.handler.codec.http2.DefaultHttp2DataFrame
-
Construct a new data message.
- DefaultHttp2FrameReader - Class in io.netty.handler.codec.http2
-
A
Http2FrameReader
that supports all frame types defined by the HTTP/2 specification.
- DefaultHttp2FrameReader() - Constructor for class io.netty.handler.codec.http2.DefaultHttp2FrameReader
-
Create a new instance.
- DefaultHttp2FrameReader(boolean) - Constructor for class io.netty.handler.codec.http2.DefaultHttp2FrameReader
-
Create a new instance.
- DefaultHttp2FrameReader(Http2HeadersDecoder) - Constructor for class io.netty.handler.codec.http2.DefaultHttp2FrameReader
-
- DefaultHttp2FrameReader.HeadersBlockBuilder - Class in io.netty.handler.codec.http2
-
Utility class to help with construction of the headers block that may potentially span
multiple frames.
- DefaultHttp2FrameWriter - Class in io.netty.handler.codec.http2
-
A
Http2FrameWriter
that supports all frame types defined by the HTTP/2 specification.
- DefaultHttp2FrameWriter() - Constructor for class io.netty.handler.codec.http2.DefaultHttp2FrameWriter
-
- DefaultHttp2FrameWriter(Http2HeadersEncoder.SensitivityDetector) - Constructor for class io.netty.handler.codec.http2.DefaultHttp2FrameWriter
-
- DefaultHttp2FrameWriter(Http2HeadersEncoder.SensitivityDetector, boolean) - Constructor for class io.netty.handler.codec.http2.DefaultHttp2FrameWriter
-
- DefaultHttp2FrameWriter(Http2HeadersEncoder) - Constructor for class io.netty.handler.codec.http2.DefaultHttp2FrameWriter
-
- DefaultHttp2GoAwayFrame - Class in io.netty.handler.codec.http2
-
- DefaultHttp2GoAwayFrame(Http2Error) - Constructor for class io.netty.handler.codec.http2.DefaultHttp2GoAwayFrame
-
Equivalent to new DefaultHttp2GoAwayFrame(error.code())
.
- DefaultHttp2GoAwayFrame(long) - Constructor for class io.netty.handler.codec.http2.DefaultHttp2GoAwayFrame
-
Equivalent to new DefaultHttp2GoAwayFrame(content, Unpooled.EMPTY_BUFFER)
.
- DefaultHttp2GoAwayFrame(Http2Error, ByteBuf) - Constructor for class io.netty.handler.codec.http2.DefaultHttp2GoAwayFrame
-
- DefaultHttp2GoAwayFrame(long, ByteBuf) - Constructor for class io.netty.handler.codec.http2.DefaultHttp2GoAwayFrame
-
Construct a new GOAWAY message.
- DefaultHttp2Headers - Class in io.netty.handler.codec.http2
-
- DefaultHttp2Headers() - Constructor for class io.netty.handler.codec.http2.DefaultHttp2Headers
-
Create a new instance.
- DefaultHttp2Headers(boolean) - Constructor for class io.netty.handler.codec.http2.DefaultHttp2Headers
-
Create a new instance.
- DefaultHttp2Headers(boolean, int) - Constructor for class io.netty.handler.codec.http2.DefaultHttp2Headers
-
Create a new instance.
- DefaultHttp2Headers(boolean, boolean, int) - Constructor for class io.netty.handler.codec.http2.DefaultHttp2Headers
-
Create a new instance.
- DefaultHttp2HeadersDecoder - Class in io.netty.handler.codec.http2
-
- DefaultHttp2HeadersDecoder() - Constructor for class io.netty.handler.codec.http2.DefaultHttp2HeadersDecoder
-
- DefaultHttp2HeadersDecoder(boolean) - Constructor for class io.netty.handler.codec.http2.DefaultHttp2HeadersDecoder
-
Create a new instance.
- DefaultHttp2HeadersDecoder(boolean, boolean) - Constructor for class io.netty.handler.codec.http2.DefaultHttp2HeadersDecoder
-
Create a new instance.
- DefaultHttp2HeadersDecoder(boolean, long) - Constructor for class io.netty.handler.codec.http2.DefaultHttp2HeadersDecoder
-
Create a new instance.
- DefaultHttp2HeadersDecoder(boolean, boolean, long) - Constructor for class io.netty.handler.codec.http2.DefaultHttp2HeadersDecoder
-
Create a new instance.
- DefaultHttp2HeadersDecoder(boolean, long, int) - Constructor for class io.netty.handler.codec.http2.DefaultHttp2HeadersDecoder
-
Create a new instance.
- DefaultHttp2HeadersEncoder - Class in io.netty.handler.codec.http2
-
- DefaultHttp2HeadersEncoder() - Constructor for class io.netty.handler.codec.http2.DefaultHttp2HeadersEncoder
-
- DefaultHttp2HeadersEncoder(Http2HeadersEncoder.SensitivityDetector) - Constructor for class io.netty.handler.codec.http2.DefaultHttp2HeadersEncoder
-
- DefaultHttp2HeadersEncoder(Http2HeadersEncoder.SensitivityDetector, boolean) - Constructor for class io.netty.handler.codec.http2.DefaultHttp2HeadersEncoder
-
- DefaultHttp2HeadersEncoder(Http2HeadersEncoder.SensitivityDetector, boolean, int) - Constructor for class io.netty.handler.codec.http2.DefaultHttp2HeadersEncoder
-
- DefaultHttp2HeadersEncoder(Http2HeadersEncoder.SensitivityDetector, boolean, int, int) - Constructor for class io.netty.handler.codec.http2.DefaultHttp2HeadersEncoder
-
- DefaultHttp2HeadersFrame - Class in io.netty.handler.codec.http2
-
- DefaultHttp2HeadersFrame(Http2Headers) - Constructor for class io.netty.handler.codec.http2.DefaultHttp2HeadersFrame
-
Equivalent to new DefaultHttp2HeadersFrame(headers, false)
.
- DefaultHttp2HeadersFrame(Http2Headers, boolean) - Constructor for class io.netty.handler.codec.http2.DefaultHttp2HeadersFrame
-
Equivalent to new DefaultHttp2HeadersFrame(headers, endStream, 0)
.
- DefaultHttp2HeadersFrame(Http2Headers, boolean, int) - Constructor for class io.netty.handler.codec.http2.DefaultHttp2HeadersFrame
-
Construct a new headers message.
- DefaultHttp2LocalFlowController - Class in io.netty.handler.codec.http2
-
- DefaultHttp2LocalFlowController(Http2Connection) - Constructor for class io.netty.handler.codec.http2.DefaultHttp2LocalFlowController
-
- DefaultHttp2LocalFlowController(Http2Connection, float, boolean) - Constructor for class io.netty.handler.codec.http2.DefaultHttp2LocalFlowController
-
Constructs a controller with the given settings.
- DefaultHttp2PingFrame - Class in io.netty.handler.codec.http2
-
- DefaultHttp2PingFrame(long) - Constructor for class io.netty.handler.codec.http2.DefaultHttp2PingFrame
-
- DefaultHttp2PingFrame(long, boolean) - Constructor for class io.netty.handler.codec.http2.DefaultHttp2PingFrame
-
- DefaultHttp2PriorityFrame - Class in io.netty.handler.codec.http2
-
- DefaultHttp2PriorityFrame(int, short, boolean) - Constructor for class io.netty.handler.codec.http2.DefaultHttp2PriorityFrame
-
- DefaultHttp2PushPromiseFrame - Class in io.netty.handler.codec.http2
-
- DefaultHttp2PushPromiseFrame(Http2Headers) - Constructor for class io.netty.handler.codec.http2.DefaultHttp2PushPromiseFrame
-
- DefaultHttp2PushPromiseFrame(Http2Headers, int) - Constructor for class io.netty.handler.codec.http2.DefaultHttp2PushPromiseFrame
-
- DefaultHttp2RemoteFlowController - Class in io.netty.handler.codec.http2
-
- DefaultHttp2RemoteFlowController(Http2Connection) - Constructor for class io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController
-
- DefaultHttp2RemoteFlowController(Http2Connection, StreamByteDistributor) - Constructor for class io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController
-
- DefaultHttp2RemoteFlowController(Http2Connection, Http2RemoteFlowController.Listener) - Constructor for class io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController
-
- DefaultHttp2RemoteFlowController(Http2Connection, StreamByteDistributor, Http2RemoteFlowController.Listener) - Constructor for class io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController
-
- DefaultHttp2ResetFrame - Class in io.netty.handler.codec.http2
-
- DefaultHttp2ResetFrame(Http2Error) - Constructor for class io.netty.handler.codec.http2.DefaultHttp2ResetFrame
-
Construct a reset message.
- DefaultHttp2ResetFrame(long) - Constructor for class io.netty.handler.codec.http2.DefaultHttp2ResetFrame
-
Construct a reset message.
- DefaultHttp2SettingsFrame - Class in io.netty.handler.codec.http2
-
- DefaultHttp2SettingsFrame(Http2Settings) - Constructor for class io.netty.handler.codec.http2.DefaultHttp2SettingsFrame
-
- DefaultHttp2UnknownFrame - Class in io.netty.handler.codec.http2
-
- DefaultHttp2UnknownFrame(byte, Http2Flags) - Constructor for class io.netty.handler.codec.http2.DefaultHttp2UnknownFrame
-
- DefaultHttp2UnknownFrame(byte, Http2Flags, ByteBuf) - Constructor for class io.netty.handler.codec.http2.DefaultHttp2UnknownFrame
-
- DefaultHttp2WindowUpdateFrame - Class in io.netty.handler.codec.http2
-
- DefaultHttp2WindowUpdateFrame(int) - Constructor for class io.netty.handler.codec.http2.DefaultHttp2WindowUpdateFrame
-
- DefaultHttpContent - Class in io.netty.handler.codec.http
-
- 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
-
- 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
-
Create a new, empty HTTP headers object.
- DefaultHttpHeaders(boolean) - Constructor for class io.netty.handler.codec.http.DefaultHttpHeaders
-
- DefaultHttpHeaders(boolean, DefaultHeaders.NameValidator<CharSequence>) - Constructor for class io.netty.handler.codec.http.DefaultHttpHeaders
-
Create an HTTP headers object with the given name validator.
- DefaultHttpHeaders(DefaultHeaders.NameValidator<CharSequence>, DefaultHeaders.ValueValidator<CharSequence>) - Constructor for class io.netty.handler.codec.http.DefaultHttpHeaders
-
Create an HTTP headers object with the given name and value validators.
- DefaultHttpHeaders(DefaultHeaders.NameValidator<CharSequence>, DefaultHeaders.ValueValidator<CharSequence>, int) - Constructor for class io.netty.handler.codec.http.DefaultHttpHeaders
-
Create an HTTP headers object with the given name and value validators.
- DefaultHttpHeaders(DefaultHeaders<CharSequence, CharSequence, ?>) - Constructor for class io.netty.handler.codec.http.DefaultHttpHeaders
-
- DefaultHttpHeadersFactory - Class in io.netty.handler.codec.http
-
- DefaultHttpMessage - Class in io.netty.handler.codec.http
-
- 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
-
- DefaultHttpMessage(HttpVersion, HttpHeadersFactory) - Constructor for class io.netty.handler.codec.http.DefaultHttpMessage
-
Creates a new instance.
- DefaultHttpMessage(HttpVersion, HttpHeaders) - Constructor for class io.netty.handler.codec.http.DefaultHttpMessage
-
Creates a new instance.
- DefaultHttpObject - Class in io.netty.handler.codec.http
-
- DefaultHttpObject() - Constructor for class io.netty.handler.codec.http.DefaultHttpObject
-
- DefaultHttpRequest - Class in io.netty.handler.codec.http
-
- 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
-
- DefaultHttpRequest(HttpVersion, HttpMethod, String, HttpHeadersFactory) - Constructor for class io.netty.handler.codec.http.DefaultHttpRequest
-
Creates a new instance.
- DefaultHttpRequest(HttpVersion, HttpMethod, String, HttpHeaders) - Constructor for class io.netty.handler.codec.http.DefaultHttpRequest
-
Creates a new instance.
- DefaultHttpResponse - Class in io.netty.handler.codec.http
-
- 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
-
- DefaultHttpResponse(HttpVersion, HttpResponseStatus, boolean, boolean) - Constructor for class io.netty.handler.codec.http.DefaultHttpResponse
-
- DefaultHttpResponse(HttpVersion, HttpResponseStatus, HttpHeadersFactory) - Constructor for class io.netty.handler.codec.http.DefaultHttpResponse
-
Creates a new instance.
- DefaultHttpResponse(HttpVersion, HttpResponseStatus, HttpHeaders) - Constructor for class io.netty.handler.codec.http.DefaultHttpResponse
-
Creates a new instance.
- DefaultLastBulkStringRedisContent - Class in io.netty.handler.codec.redis
-
- DefaultLastBulkStringRedisContent(ByteBuf) - Constructor for class io.netty.handler.codec.redis.DefaultLastBulkStringRedisContent
-
- DefaultLastHttpContent - Class in io.netty.handler.codec.http
-
- DefaultLastHttpContent() - Constructor for class io.netty.handler.codec.http.DefaultLastHttpContent
-
Create a new empty, last HTTP content message.
- DefaultLastHttpContent(ByteBuf) - Constructor for class io.netty.handler.codec.http.DefaultLastHttpContent
-
Create a new last HTTP content message with the given contents.
- DefaultLastHttpContent(ByteBuf, boolean) - Constructor for class io.netty.handler.codec.http.DefaultLastHttpContent
-
- DefaultLastHttpContent(ByteBuf, HttpHeadersFactory) - Constructor for class io.netty.handler.codec.http.DefaultLastHttpContent
-
Create a new last HTTP content message with the given contents, and trailing headers from the given factory.
- DefaultLastHttpContent(ByteBuf, HttpHeaders) - Constructor for class io.netty.handler.codec.http.DefaultLastHttpContent
-
Create a new last HTTP content message with the given contents, and trailing headers.
- DefaultLastMemcacheContent - Class in io.netty.handler.codec.memcache
-
- DefaultLastMemcacheContent() - Constructor for class io.netty.handler.codec.memcache.DefaultLastMemcacheContent
-
- DefaultLastMemcacheContent(ByteBuf) - Constructor for class io.netty.handler.codec.memcache.DefaultLastMemcacheContent
-
- DefaultLastSmtpContent - Class in io.netty.handler.codec.smtp
-
Default implementation of
LastSmtpContent
that does no validation of the raw data passed in.
- DefaultLastSmtpContent(ByteBuf) - Constructor for class io.netty.handler.codec.smtp.DefaultLastSmtpContent
-
Creates a new instance using the given data.
- DefaultLastStompContentSubframe - Class in io.netty.handler.codec.stomp
-
- DefaultLastStompContentSubframe(ByteBuf) - Constructor for class io.netty.handler.codec.stomp.DefaultLastStompContentSubframe
-
- defaultMachineId() - Static method in class io.netty.util.internal.MacAddressUtil
-
- DefaultMarshallerProvider - Class in io.netty.handler.codec.marshalling
-
- DefaultMarshallerProvider(MarshallerFactory, MarshallingConfiguration) - Constructor for class io.netty.handler.codec.marshalling.DefaultMarshallerProvider
-
Create a new instance
- DefaultMaxBytesRecvByteBufAllocator - Class in io.netty.channel
-
The
RecvByteBufAllocator
that yields a buffer size prediction based upon decrementing the value from
the max bytes per read.
- DefaultMaxBytesRecvByteBufAllocator() - Constructor for class io.netty.channel.DefaultMaxBytesRecvByteBufAllocator
-
- DefaultMaxBytesRecvByteBufAllocator(int, int) - Constructor for class io.netty.channel.DefaultMaxBytesRecvByteBufAllocator
-
- defaultMaxMessagesPerRead() - Method in class io.netty.channel.ChannelMetadata
-
- DefaultMaxMessagesRecvByteBufAllocator - Class in io.netty.channel
-
- DefaultMaxMessagesRecvByteBufAllocator() - Constructor for class io.netty.channel.DefaultMaxMessagesRecvByteBufAllocator
-
- DefaultMaxMessagesRecvByteBufAllocator(int) - Constructor for class io.netty.channel.DefaultMaxMessagesRecvByteBufAllocator
-
- DefaultMaxMessagesRecvByteBufAllocator.MaxMessageHandle - Class in io.netty.channel
-
- defaultMaxOrder() - Static method in class io.netty.buffer.PooledByteBufAllocator
-
Default maximum order - System Property: io.netty.allocator.maxOrder - default 9
- DefaultMemcacheContent - Class in io.netty.handler.codec.memcache
-
- 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
-
- DefaultMessageSizeEstimator(int) - Constructor for class io.netty.channel.DefaultMessageSizeEstimator
-
Create a new instance
- DefaultNameResolver - Class in io.netty.resolver
-
A
InetNameResolver
that resolves using JDK's built-in domain name lookup mechanism.
- DefaultNameResolver(EventExecutor) - Constructor for class io.netty.resolver.DefaultNameResolver
-
- defaultNormalCacheSize() - Static method in class io.netty.buffer.PooledByteBufAllocator
-
Default normal cache size - System Property: io.netty.allocator.normalCacheSize - default 64
- defaultNumDirectArena() - Static method in class io.netty.buffer.PooledByteBufAllocator
-
Default number of direct arenas - System Property: io.netty.allocator.numDirectArenas - default 2 * cores
- defaultNumHeapArena() - Static method in class io.netty.buffer.PooledByteBufAllocator
-
Default number of heap arenas - System Property: io.netty.allocator.numHeapArenas - default 2 * cores
- DefaultOioServerSocketChannelConfig - Class in io.netty.channel.socket.oio
-
- DefaultOioServerSocketChannelConfig(ServerSocketChannel, ServerSocket) - Constructor for class io.netty.channel.socket.oio.DefaultOioServerSocketChannelConfig
-
Deprecated.
- DefaultOioSocketChannelConfig - Class in io.netty.channel.socket.oio
-
- DefaultOioSocketChannelConfig(SocketChannel, Socket) - Constructor for class io.netty.channel.socket.oio.DefaultOioSocketChannelConfig
-
Deprecated.
- defaultPageSize() - Static method in class io.netty.buffer.PooledByteBufAllocator
-
Default buffer page size - System Property: io.netty.allocator.pageSize - default 8192
- defaultPreferDirect() - Static method in class io.netty.buffer.PooledByteBufAllocator
-
Default prefer direct - System Property: io.netty.noPreferDirect - default false
- DefaultPriorityQueue<T extends PriorityQueueNode> - Class in io.netty.util.internal
-
A priority queue which uses natural ordering of elements.
- DefaultPriorityQueue(Comparator<T>, int) - Constructor for class io.netty.util.internal.DefaultPriorityQueue
-
- DefaultProgressivePromise<V> - Class in io.netty.util.concurrent
-
- DefaultProgressivePromise(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
-
- DefaultSctpChannelConfig(SctpChannel, SctpChannel) - Constructor for class io.netty.channel.sctp.DefaultSctpChannelConfig
-
- DefaultSctpServerChannelConfig - Class in io.netty.channel.sctp
-
- DefaultSctpServerChannelConfig(SctpServerChannel, SctpServerChannel) - Constructor for class io.netty.channel.sctp.DefaultSctpServerChannelConfig
-
Creates a new instance.
- DefaultSelectStrategyFactory - Class in io.netty.channel
-
Factory which uses the default select strategy.
- defaultServerProvider() - Static method in class io.netty.handler.ssl.SslContext
-
Returns the default server-side implementation provider currently in use.
- DefaultServerSocketChannelConfig - Class in io.netty.channel.socket
-
- DefaultServerSocketChannelConfig(ServerSocketChannel, ServerSocket) - Constructor for class io.netty.channel.socket.DefaultServerSocketChannelConfig
-
Creates a new instance.
- defaultSettings() - Static method in class io.netty.handler.codec.http2.Http2Settings
-
- defaultSmallCacheSize() - Static method in class io.netty.buffer.PooledByteBufAllocator
-
Default small cache size - System Property: io.netty.allocator.smallCacheSize - default 256
- DefaultSmtpContent - Class in io.netty.handler.codec.smtp
-
Default implementation of
SmtpContent
that does no validation of the raw data passed in.
- DefaultSmtpContent(ByteBuf) - Constructor for class io.netty.handler.codec.smtp.DefaultSmtpContent
-
Creates a new instance using the given data.
- DefaultSmtpRequest - Class in io.netty.handler.codec.smtp
-
- DefaultSmtpRequest(SmtpCommand) - Constructor for class io.netty.handler.codec.smtp.DefaultSmtpRequest
-
Creates a new instance with the given command and no parameters.
- DefaultSmtpRequest(SmtpCommand, CharSequence...) - Constructor for class io.netty.handler.codec.smtp.DefaultSmtpRequest
-
Creates a new instance with the given command and parameters.
- DefaultSmtpRequest(CharSequence, CharSequence...) - Constructor for class io.netty.handler.codec.smtp.DefaultSmtpRequest
-
Creates a new instance with the given command and parameters.
- DefaultSmtpResponse - Class in io.netty.handler.codec.smtp
-
- DefaultSmtpResponse(int) - Constructor for class io.netty.handler.codec.smtp.DefaultSmtpResponse
-
Creates a new instance with the given smtp code and no details.
- DefaultSmtpResponse(int, CharSequence...) - Constructor for class io.netty.handler.codec.smtp.DefaultSmtpResponse
-
Creates a new instance with the given smtp code and details.
- DefaultSocketChannelConfig - Class in io.netty.channel.socket
-
- 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
-
- 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
-
- DefaultSpdyGoAwayFrame(int) - Constructor for class io.netty.handler.codec.spdy.DefaultSpdyGoAwayFrame
-
Creates a new instance.
- DefaultSpdyGoAwayFrame(int, int) - Constructor for class io.netty.handler.codec.spdy.DefaultSpdyGoAwayFrame
-
Creates a new instance.
- DefaultSpdyGoAwayFrame(int, SpdySessionStatus) - Constructor for class io.netty.handler.codec.spdy.DefaultSpdyGoAwayFrame
-
Creates a new instance.
- DefaultSpdyHeaders - Class in io.netty.handler.codec.spdy
-
- DefaultSpdyHeaders() - Constructor for class io.netty.handler.codec.spdy.DefaultSpdyHeaders
-
- DefaultSpdyHeaders(boolean) - Constructor for class io.netty.handler.codec.spdy.DefaultSpdyHeaders
-
- DefaultSpdyHeadersFrame - Class in io.netty.handler.codec.spdy
-
- DefaultSpdyHeadersFrame(int) - Constructor for class io.netty.handler.codec.spdy.DefaultSpdyHeadersFrame
-
Creates a new instance.
- DefaultSpdyHeadersFrame(int, boolean) - Constructor for class io.netty.handler.codec.spdy.DefaultSpdyHeadersFrame
-
Creates a new instance.
- DefaultSpdyPingFrame - Class in io.netty.handler.codec.spdy
-
- DefaultSpdyPingFrame(int) - Constructor for class io.netty.handler.codec.spdy.DefaultSpdyPingFrame
-
Creates a new instance.
- DefaultSpdyRstStreamFrame - Class in io.netty.handler.codec.spdy
-
- 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
-
- DefaultSpdySettingsFrame() - Constructor for class io.netty.handler.codec.spdy.DefaultSpdySettingsFrame
-
- DefaultSpdyStreamFrame - Class in io.netty.handler.codec.spdy
-
- DefaultSpdyStreamFrame(int) - Constructor for class io.netty.handler.codec.spdy.DefaultSpdyStreamFrame
-
Creates a new instance.
- DefaultSpdySynReplyFrame - Class in io.netty.handler.codec.spdy
-
- DefaultSpdySynReplyFrame(int) - Constructor for class io.netty.handler.codec.spdy.DefaultSpdySynReplyFrame
-
Creates a new instance.
- DefaultSpdySynReplyFrame(int, boolean) - Constructor for class io.netty.handler.codec.spdy.DefaultSpdySynReplyFrame
-
Creates a new instance.
- DefaultSpdySynStreamFrame - Class in io.netty.handler.codec.spdy
-
- DefaultSpdySynStreamFrame(int, int, byte) - Constructor for class io.netty.handler.codec.spdy.DefaultSpdySynStreamFrame
-
Creates a new instance.
- DefaultSpdySynStreamFrame(int, int, byte, boolean) - Constructor for class io.netty.handler.codec.spdy.DefaultSpdySynStreamFrame
-
Creates a new instance.
- DefaultSpdyUnknownFrame - Class in io.netty.handler.codec.spdy
-
- DefaultSpdyUnknownFrame(int, byte, ByteBuf) - Constructor for class io.netty.handler.codec.spdy.DefaultSpdyUnknownFrame
-
- DefaultSpdyWindowUpdateFrame - Class in io.netty.handler.codec.spdy
-
- DefaultSpdyWindowUpdateFrame(int, int) - Constructor for class io.netty.handler.codec.spdy.DefaultSpdyWindowUpdateFrame
-
Creates a new instance.
- DefaultStompContentSubframe - Class in io.netty.handler.codec.stomp
-
- DefaultStompContentSubframe(ByteBuf) - Constructor for class io.netty.handler.codec.stomp.DefaultStompContentSubframe
-
- DefaultStompFrame - Class in io.netty.handler.codec.stomp
-
- 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
-
- DefaultStompHeadersSubframe(StompCommand) - Constructor for class io.netty.handler.codec.stomp.DefaultStompHeadersSubframe
-
- DefaultThreadFactory - Class in io.netty.util.concurrent
-
- DefaultThreadFactory(Class<?>) - Constructor for class io.netty.util.concurrent.DefaultThreadFactory
-
- DefaultThreadFactory(String) - Constructor for class io.netty.util.concurrent.DefaultThreadFactory
-
- DefaultThreadFactory(Class<?>, boolean) - Constructor for class io.netty.util.concurrent.DefaultThreadFactory
-
- DefaultThreadFactory(String, boolean) - Constructor for class io.netty.util.concurrent.DefaultThreadFactory
-
- DefaultThreadFactory(Class<?>, int) - Constructor for class io.netty.util.concurrent.DefaultThreadFactory
-
- DefaultThreadFactory(String, int) - Constructor for class io.netty.util.concurrent.DefaultThreadFactory
-
- DefaultThreadFactory(Class<?>, boolean, int) - Constructor for class io.netty.util.concurrent.DefaultThreadFactory
-
- DefaultThreadFactory(String, boolean, int, ThreadGroup) - Constructor for class io.netty.util.concurrent.DefaultThreadFactory
-
- DefaultThreadFactory(String, boolean, int) - Constructor for class io.netty.util.concurrent.DefaultThreadFactory
-
- defaultTinyCacheSize() - Static method in class io.netty.buffer.PooledByteBufAllocator
-
- DefaultUdtChannelConfig - Class in io.netty.channel.udt
-
- DefaultUdtChannelConfig(UdtChannel, ChannelUDT, boolean) - Constructor for class io.netty.channel.udt.DefaultUdtChannelConfig
-
Deprecated.
- DefaultUdtServerChannelConfig - Class in io.netty.channel.udt
-
- DefaultUdtServerChannelConfig(UdtChannel, ChannelUDT, boolean) - Constructor for class io.netty.channel.udt.DefaultUdtServerChannelConfig
-
Deprecated.
- DefaultUnmarshallerProvider - Class in io.netty.handler.codec.marshalling
-
- DefaultUnmarshallerProvider(MarshallerFactory, MarshallingConfiguration) - Constructor for class io.netty.handler.codec.marshalling.DefaultUnmarshallerProvider
-
- defaultUseCacheForAllThreads() - Static method in class io.netty.buffer.PooledByteBufAllocator
-
Default thread caching behavior - System Property: io.netty.allocator.useCacheForAllThreads - default false
- definedLength() - Method in class io.netty.handler.codec.http.multipart.AbstractHttpData
-
- definedLength() - Method in interface io.netty.handler.codec.http.multipart.HttpData
-
Returns the defined length of the HttpData.
- definedSize - Variable in class io.netty.handler.codec.http.multipart.AbstractHttpData
-
- deflate() - Static method in class io.netty.handler.codec.compression.StandardCompressionOptions
-
Default implementation of
DeflateOptions
with
compressionLevel
set to 6,
windowBits
set to 15 and
memLevel
set to 8.
- deflate(int, int, int) - Static method in class io.netty.handler.codec.compression.StandardCompressionOptions
-
- DEFLATE - Static variable in class io.netty.handler.codec.http.HttpHeaders.Values
-
Deprecated.
"deflate"
- DEFLATE - Static variable in class io.netty.handler.codec.http.HttpHeaderValues
-
"deflate"
- DEFLATE - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Values
-
Deprecated.
"deflate"
- DEFLATE - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderValues
-
"deflate"
- DeflateFrameClientExtensionHandshaker - Class in io.netty.handler.codec.http.websocketx.extensions.compression
-
- DeflateFrameClientExtensionHandshaker(boolean) - Constructor for class io.netty.handler.codec.http.websocketx.extensions.compression.DeflateFrameClientExtensionHandshaker
-
Constructor with default configuration.
- DeflateFrameClientExtensionHandshaker(int, boolean) - Constructor for class io.netty.handler.codec.http.websocketx.extensions.compression.DeflateFrameClientExtensionHandshaker
-
Constructor with custom configuration.
- DeflateFrameClientExtensionHandshaker(int, boolean, WebSocketExtensionFilterProvider) - Constructor for class io.netty.handler.codec.http.websocketx.extensions.compression.DeflateFrameClientExtensionHandshaker
-
Constructor with custom configuration.
- DeflateFrameServerExtensionHandshaker - Class in io.netty.handler.codec.http.websocketx.extensions.compression
-
- DeflateFrameServerExtensionHandshaker() - Constructor for class io.netty.handler.codec.http.websocketx.extensions.compression.DeflateFrameServerExtensionHandshaker
-
Constructor with default configuration.
- DeflateFrameServerExtensionHandshaker(int) - Constructor for class io.netty.handler.codec.http.websocketx.extensions.compression.DeflateFrameServerExtensionHandshaker
-
Constructor with custom configuration.
- DeflateFrameServerExtensionHandshaker(int, WebSocketExtensionFilterProvider) - Constructor for class io.netty.handler.codec.http.websocketx.extensions.compression.DeflateFrameServerExtensionHandshaker
-
Constructor with custom configuration.
- DeflateOptions - Class in io.netty.handler.codec.compression
-
- delayNanos(long) - Method in class io.netty.util.concurrent.SingleThreadEventExecutor
-
Returns the amount of time left until the scheduled task with the closest dead line is executed.
- delegate() - Method in class io.netty.channel.RecvByteBufAllocator.DelegatingHandle
-
- delegate - Variable in class io.netty.handler.codec.spdy.SpdyFrameDecoder
-
- DelegatingChannelPromiseNotifier - Class in io.netty.channel
-
- DelegatingChannelPromiseNotifier(ChannelPromise) - Constructor for class io.netty.channel.DelegatingChannelPromiseNotifier
-
- DelegatingChannelPromiseNotifier(ChannelPromise, boolean) - Constructor for class io.netty.channel.DelegatingChannelPromiseNotifier
-
- DelegatingDecompressorFrameListener - Class in io.netty.handler.codec.http2
-
An HTTP2 frame listener that will decompress data frames according to the content-encoding
header for each
stream.
- DelegatingDecompressorFrameListener(Http2Connection, Http2FrameListener) - Constructor for class io.netty.handler.codec.http2.DelegatingDecompressorFrameListener
-
- DelegatingDecompressorFrameListener(Http2Connection, Http2FrameListener, boolean) - Constructor for class io.netty.handler.codec.http2.DelegatingDecompressorFrameListener
-
- DelegatingHandle(RecvByteBufAllocator.Handle) - Constructor for class io.netty.channel.RecvByteBufAllocator.DelegatingHandle
-
- DelegatingSslContext - Class in io.netty.handler.ssl
-
- DelegatingSslContext(SslContext) - Constructor for class io.netty.handler.ssl.DelegatingSslContext
-
- 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 - 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 EC/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
ByteBuf
s 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
-
- 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
-
- deregister() - Method in class io.netty.channel.AbstractChannel
-
- deregister(ChannelPromise) - Method in class io.netty.channel.AbstractChannel
-
- deregister(ChannelPromise) - Method in interface io.netty.channel.Channel.Unsafe
-
- deregister(ChannelHandlerContext, ChannelPromise) - Method in class io.netty.channel.ChannelDuplexHandler
-
- deregister(ChannelHandlerContext, ChannelPromise) - Method in interface io.netty.channel.ChannelOutboundHandler
-
Called once a deregister operation is made from the current registered
EventLoop
.
- deregister(ChannelHandlerContext, ChannelPromise) - Method in class io.netty.channel.ChannelOutboundHandlerAdapter
-
- deregister() - Method in interface io.netty.channel.ChannelOutboundInvoker
-
Request to deregister from the previous assigned
EventExecutor
and notify the
ChannelFuture
once the operation completes, either because the operation was successful or because of
an error.
- deregister(ChannelPromise) - Method in interface io.netty.channel.ChannelOutboundInvoker
-
Request to deregister from the previous assigned
EventExecutor
and notify the
ChannelFuture
once the operation completes, either because the operation was successful or because of
an error.
- deregister(ChannelHandlerContext, ChannelPromise) - Method in class io.netty.channel.CombinedChannelDuplexHandler
-
- deregister() - Method in class io.netty.channel.DefaultChannelPipeline
-
- deregister(ChannelPromise) - Method in class io.netty.channel.DefaultChannelPipeline
-
- deregister() - Method in class io.netty.channel.embedded.EmbeddedChannel
-
- deregister(ChannelPromise) - Method in class io.netty.channel.embedded.EmbeddedChannel
-
- deregister() - Method in interface io.netty.channel.group.ChannelGroup
-
- deregister(ChannelMatcher) - Method in interface io.netty.channel.group.ChannelGroup
-
- 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
-
Deprecated.
- deregister(ChannelHandlerContext, ChannelPromise) - Method in class io.netty.handler.codec.DatagramPacketEncoder
-
- deregister(ChannelHandlerContext, ChannelPromise) - Method in class io.netty.handler.codec.http.HttpClientUpgradeHandler
-
- deregister(ChannelHandlerContext, ChannelPromise) - Method in class io.netty.handler.codec.http2.Http2ConnectionHandler
-
- deregister(ChannelHandlerContext, ChannelPromise) - Method in class io.netty.handler.codec.spdy.SpdyFrameCodec
-
- deregister(ChannelHandlerContext, ChannelPromise) - Method in class io.netty.handler.logging.LoggingHandler
-
- deregister(ChannelHandlerContext, ChannelPromise) - Method in class io.netty.handler.ssl.SslClientHelloHandler
-
- deregister(ChannelHandlerContext, ChannelPromise) - Method in class io.netty.handler.ssl.SslHandler
-
- DESCRIBE - Static variable in class io.netty.handler.codec.rtsp.RtspMethods
-
The DESCRIBE getMethod retrieves the description of a presentation or
media object identified by the request URL from a server.
- DESTINATION - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Values
-
Deprecated.
"destination"
- DESTINATION - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderValues
-
"destination"
- DESTINATION - Static variable in interface io.netty.handler.codec.stomp.StompHeaders
-
- DESTINATION_UNREACHABLE - Static variable in class io.netty.handler.codec.rtsp.RtspResponseStatuses
-
462 Destination unreachable
- destinationAddress() - Method in class io.netty.handler.codec.haproxy.HAProxyMessage
-
Returns the human-readable destination address of this
HAProxyMessage
.
- destinationAddress() - Method in class io.netty.handler.proxy.ProxyConnectionEvent
-
Returns the address of the destination.
- destinationAddress() - Method in class io.netty.handler.proxy.ProxyHandler
-
Returns the address of the destination to connect to via the proxy server.
- destinationPort() - Method in class io.netty.handler.codec.haproxy.HAProxyMessage
-
- destroy() - Method in class io.netty.handler.codec.http.multipart.HttpPostMultipartRequestDecoder
-
- destroy() - Method in class io.netty.handler.codec.http.multipart.HttpPostRequestDecoder
-
- destroy() - Method in class io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder
-
- destroy() - Method in interface io.netty.handler.codec.http.multipart.InterfaceHttpPostRequestDecoder
-
- destroy() - Method in class io.netty.handler.ssl.PemPrivateKey
-
NOTE: This is a JDK8 interface/method.
- destroy() - Static method in class io.netty.util.concurrent.FastThreadLocal
-
- destroy() - Static method in class io.netty.util.internal.InternalThreadLocalMap
-
- details() - Method in class io.netty.handler.codec.smtp.DefaultSmtpResponse
-
- details() - Method in interface io.netty.handler.codec.smtp.SmtpResponse
-
Returns the details if any.
- detected(T) - Static method in class io.netty.handler.codec.ProtocolDetectionResult
-
- detectedProtocol() - Method in class io.netty.handler.codec.ProtocolDetectionResult
-
- detectProtocol(ByteBuf) - Static method in class io.netty.handler.codec.haproxy.HAProxyMessageDecoder
-
- determineEncoding(String) - Method in class io.netty.handler.codec.http.HttpContentCompressor
-
- determineWrapper(String) - Method in class io.netty.handler.codec.http.HttpContentCompressor
-
Deprecated.
- DHCID - Static variable in class io.netty.handler.codec.dns.DnsRecordType
-
DHCP identifier record RFC 4701 Used in conjunction with the FQDN option
to DHCP.
- directArenas() - Method in class io.netty.buffer.PooledByteBufAllocator
-
- directArenas() - Method in class io.netty.buffer.PooledByteBufAllocatorMetric
-
- 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
-
- directBuffer(int) - Method in interface io.netty.buffer.ByteBufAllocator
-
Allocate a direct
ByteBuf
with the given initial capacity.
- directBuffer(int, int) - Method in interface io.netty.buffer.ByteBufAllocator
-
Allocate a direct
ByteBuf
with the given initial capacity and the given
maximal capacity.
- directBuffer() - Static method in class io.netty.buffer.Unpooled
-
Creates a new big-endian direct buffer with reasonably small initial capacity, which
expands its capacity boundlessly on demand.
- directBuffer(int) - Static method in class io.netty.buffer.Unpooled
-
Creates a new big-endian direct buffer with the specified capacity
, which
expands its capacity boundlessly on demand.
- directBuffer(int, int) - Static method in class io.netty.buffer.Unpooled
-
Creates a new big-endian direct buffer with the specified
initialCapacity
, that may grow up to maxCapacity
.
- directBuffer() - Method in class io.netty.channel.PreferHeapByteBufAllocator
-
- directBuffer(int) - Method in class io.netty.channel.PreferHeapByteBufAllocator
-
- directBuffer(int, int) - Method in class io.netty.channel.PreferHeapByteBufAllocator
-
- directBuffer() - Method in class io.netty.channel.unix.PreferredDirectByteBufAllocator
-
- directBuffer(int) - Method in class io.netty.channel.unix.PreferredDirectByteBufAllocator
-
- directBuffer(int, int) - Method in class io.netty.channel.unix.PreferredDirectByteBufAllocator
-
- directBuffer(long, int) - Static method in class io.netty.util.internal.PlatformDependent
-
- directBufferAddress(ByteBuffer) - Static method in class io.netty.util.internal.PlatformDependent
-
- directBufferPreferred() - Static method in class io.netty.util.internal.PlatformDependent
-
Returns true
if the platform has reliable low-level direct buffer access API and a user has not specified
-Dio.netty.noPreferDirect
option.
- disable() - Method in class io.netty.handler.codec.http.cors.CorsConfig.Builder
-
- disable() - Method in class io.netty.handler.codec.http.cors.CorsConfigBuilder
-
Disables CORS support.
- DISABLED - Static variable in class io.netty.handler.ssl.ApplicationProtocolConfig
-
The configuration that disables application protocol negotiation.
- disableResolver() - Method in class io.netty.bootstrap.Bootstrap
-
Disables address name resolution.
- discardReadBytes() - Method in class io.netty.buffer.AbstractByteBuf
-
- discardReadBytes() - Method in class io.netty.buffer.ByteBuf
-
Discards the bytes between the 0th index and readerIndex
.
- discardReadBytes() - Method in class io.netty.buffer.CompositeByteBuf
-
- discardReadBytes() - Method in class io.netty.buffer.EmptyByteBuf
-
- discardReadBytes() - Method in class io.netty.buffer.ReadOnlyByteBuf
-
Deprecated.
- discardReadBytes() - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- discardReadComponents() - Method in class io.netty.buffer.CompositeByteBuf
-
Discard all
ByteBuf
s which are read.
- discardSomeReadBytes() - Method in class io.netty.buffer.AbstractByteBuf
-
- discardSomeReadBytes() - Method in class io.netty.buffer.ByteBuf
-
Similar to
ByteBuf.discardReadBytes()
except that this method might discard
some, all, or none of read bytes depending on its internal implementation to reduce
overall memory bandwidth consumption at the cost of potentially additional memory
consumption.
- discardSomeReadBytes() - Method in class io.netty.buffer.CompositeByteBuf
-
- discardSomeReadBytes() - Method in class io.netty.buffer.EmptyByteBuf
-
- discardSomeReadBytes() - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- discardSomeReadBytes() - Method in class io.netty.handler.codec.ByteToMessageDecoder
-
- disconnect(ChannelPromise) - Method in class io.netty.channel.AbstractChannel.AbstractUnsafe
-
- disconnect() - Method in class io.netty.channel.AbstractChannel
-
- disconnect(ChannelPromise) - Method in class io.netty.channel.AbstractChannel
-
- disconnect(ChannelPromise) - Method in interface io.netty.channel.Channel.Unsafe
-
- disconnect(ChannelHandlerContext, ChannelPromise) - Method in class io.netty.channel.ChannelDuplexHandler
-
- disconnect(ChannelHandlerContext, ChannelPromise) - Method in interface io.netty.channel.ChannelOutboundHandler
-
Called once a disconnect operation is made.
- disconnect(ChannelHandlerContext, ChannelPromise) - Method in class io.netty.channel.ChannelOutboundHandlerAdapter
-
- disconnect() - Method in interface io.netty.channel.ChannelOutboundInvoker
-
Request to disconnect from the remote peer and notify the
ChannelFuture
once the operation completes,
either because the operation was successful or because of an error.
- disconnect(ChannelPromise) - Method in interface io.netty.channel.ChannelOutboundInvoker
-
Request to disconnect from the remote peer and notify the
ChannelFuture
once the operation completes,
either because the operation was successful or because of an error.
- disconnect(ChannelHandlerContext, ChannelPromise) - Method in class io.netty.channel.CombinedChannelDuplexHandler
-
- disconnect() - Method in class io.netty.channel.DefaultChannelPipeline
-
- disconnect(ChannelPromise) - Method in class io.netty.channel.DefaultChannelPipeline
-
- disconnect() - Method in class io.netty.channel.embedded.EmbeddedChannel
-
- disconnect(ChannelPromise) - Method in class io.netty.channel.embedded.EmbeddedChannel
-
- disconnect() - Method in interface io.netty.channel.group.ChannelGroup
-
Disconnects all
Channel
s in this group from their remote peers.
- disconnect(ChannelMatcher) - Method in interface io.netty.channel.group.ChannelGroup
-
Disconnects all
Channel
s in this group from their remote peers,
that are matched by the given
ChannelMatcher
.
- disconnect() - Method in class io.netty.channel.group.DefaultChannelGroup
-
- disconnect(ChannelMatcher) - Method in class io.netty.channel.group.DefaultChannelGroup
-
- disconnect() - Method in class io.netty.channel.unix.Socket
-
- disconnect(ChannelHandlerContext, ChannelPromise) - Method in class io.netty.handler.codec.DatagramPacketEncoder
-
- disconnect(ChannelHandlerContext, ChannelPromise) - Method in class io.netty.handler.codec.http.HttpClientUpgradeHandler
-
- disconnect(ChannelHandlerContext, ChannelPromise) - Method in class io.netty.handler.codec.http2.Http2ConnectionHandler
-
- DISCONNECT - Static variable in class io.netty.handler.codec.mqtt.MqttMessage
-
- disconnect() - Static method in class io.netty.handler.codec.mqtt.MqttMessageBuilders
-
- disconnect(ChannelHandlerContext, ChannelPromise) - Method in class io.netty.handler.codec.spdy.SpdyFrameCodec
-
- disconnect(ChannelHandlerContext, ChannelPromise) - Method in class io.netty.handler.flush.FlushConsolidationHandler
-
- disconnect(ChannelHandlerContext, ChannelPromise) - Method in class io.netty.handler.logging.LoggingHandler
-
- disconnect(ChannelHandlerContext, ChannelPromise) - Method in class io.netty.handler.ssl.SslClientHelloHandler
-
- disconnect(ChannelHandlerContext, ChannelPromise) - Method in class io.netty.handler.ssl.SslHandler
-
- DiskAttribute - Class in io.netty.handler.codec.http.multipart
-
Disk implementation of Attributes
- DiskAttribute(String) - Constructor for class io.netty.handler.codec.http.multipart.DiskAttribute
-
Constructor used for huge Attribute
- DiskAttribute(String, String, boolean) - Constructor for class io.netty.handler.codec.http.multipart.DiskAttribute
-
- DiskAttribute(String, long) - Constructor for class io.netty.handler.codec.http.multipart.DiskAttribute
-
- DiskAttribute(String, long, String, boolean) - Constructor for class io.netty.handler.codec.http.multipart.DiskAttribute
-
- DiskAttribute(String, Charset) - Constructor for class io.netty.handler.codec.http.multipart.DiskAttribute
-
- DiskAttribute(String, Charset, String, boolean) - Constructor for class io.netty.handler.codec.http.multipart.DiskAttribute
-
- DiskAttribute(String, long, Charset) - Constructor for class io.netty.handler.codec.http.multipart.DiskAttribute
-
- DiskAttribute(String, long, Charset, String, boolean) - Constructor for class io.netty.handler.codec.http.multipart.DiskAttribute
-
- DiskAttribute(String, String) - Constructor for class io.netty.handler.codec.http.multipart.DiskAttribute
-
- DiskAttribute(String, String, Charset) - Constructor for class io.netty.handler.codec.http.multipart.DiskAttribute
-
- DiskAttribute(String, String, Charset, String, boolean) - Constructor for class io.netty.handler.codec.http.multipart.DiskAttribute
-
- 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, String, boolean) - Constructor for class io.netty.handler.codec.http.multipart.DiskFileUpload
-
- DiskFileUpload(String, String, String, String, Charset, long) - Constructor for class io.netty.handler.codec.http.multipart.DiskFileUpload
-
- distribute(int, StreamByteDistributor.Writer) - Method in interface io.netty.handler.codec.http2.StreamByteDistributor
-
Distributes up to maxBytes
to those streams containing streamable bytes and
iterates across those streams to write the appropriate bytes.
- distribute(int, StreamByteDistributor.Writer) - Method in class io.netty.handler.codec.http2.UniformStreamByteDistributor
-
- distribute(int, StreamByteDistributor.Writer) - Method in class io.netty.handler.codec.http2.WeightedFairQueueByteDistributor
-
- DLV - Static variable in class io.netty.handler.codec.dns.DnsRecordType
-
DNSSEC Lookaside Validation record RFC 4431 For publishing DNSSEC trust
anchors outside of the DNS delegation chain.
- DNAME - Static variable in class io.netty.handler.codec.dns.DnsRecordType
-
Delegation name record RFC 2672 DNAME creates an alias for a name and all
its subnames, unlike CNAME, which aliases only the exact name in its
label.
- DNS_PIPELINE_ATTRIBUTE - Static variable in class io.netty.resolver.dns.DnsNameResolver
-
- DnsAddressResolverGroup - Class in io.netty.resolver.dns
-
- DnsAddressResolverGroup(DnsNameResolverBuilder) - Constructor for class io.netty.resolver.dns.DnsAddressResolverGroup
-
- DnsAddressResolverGroup(Class<? extends DatagramChannel>, DnsServerAddressStreamProvider) - Constructor for class io.netty.resolver.dns.DnsAddressResolverGroup
-
- DnsAddressResolverGroup(ChannelFactory<? extends DatagramChannel>, DnsServerAddressStreamProvider) - Constructor for class io.netty.resolver.dns.DnsAddressResolverGroup
-
- DnsCache - Interface in io.netty.resolver.dns
-
A cache for DNS resolution entries.
- DnsCacheEntry - Interface in io.netty.resolver.dns
-
Represents the results from a previous DNS query which can be cached.
- dnsClass() - Method in class io.netty.handler.codec.dns.AbstractDnsRecord
-
- dnsClass() - Method in interface io.netty.handler.codec.dns.DnsRecord
-
Returns the class of this resource record.
- DnsCnameCache - Interface in io.netty.resolver.dns
-
A cache for CNAME
s.
- DnsErrorCauseException - Exception in io.netty.resolver.dns
-
- DNSKEY - Static variable in class io.netty.handler.codec.dns.DnsRecordType
-
DNS Key record RFC 4034 The key record used in DNSSEC.
- DnsMessage - Interface in io.netty.handler.codec.dns
-
- DnsNameResolver - Class in io.netty.resolver.dns
-
- DnsNameResolver(EventLoop, ChannelFactory<? extends DatagramChannel>, DnsCache, DnsCache, DnsQueryLifecycleObserverFactory, long, ResolvedAddressTypes, boolean, int, boolean, int, boolean, HostsFileEntriesResolver, DnsServerAddressStreamProvider, String[], int, boolean) - Constructor for class io.netty.resolver.dns.DnsNameResolver
-
- DnsNameResolver(EventLoop, ChannelFactory<? extends DatagramChannel>, DnsCache, AuthoritativeDnsServerCache, DnsQueryLifecycleObserverFactory, long, ResolvedAddressTypes, boolean, int, boolean, int, boolean, HostsFileEntriesResolver, DnsServerAddressStreamProvider, String[], int, boolean) - Constructor for class io.netty.resolver.dns.DnsNameResolver
-
- DnsNameResolverBuilder - Class in io.netty.resolver.dns
-
- DnsNameResolverBuilder() - Constructor for class io.netty.resolver.dns.DnsNameResolverBuilder
-
Creates a new builder.
- DnsNameResolverBuilder(EventLoop) - Constructor for class io.netty.resolver.dns.DnsNameResolverBuilder
-
Creates a new builder.
- DnsNameResolverChannelStrategy - Enum in io.netty.resolver.dns
-
Strategy that influence how
Channel
s are used during queries.
- DnsNameResolverException - Exception in io.netty.resolver.dns
-
- DnsNameResolverException(InetSocketAddress, DnsQuestion, String) - Constructor for exception io.netty.resolver.dns.DnsNameResolverException
-
- DnsNameResolverException(InetSocketAddress, DnsQuestion, String, Throwable) - Constructor for exception io.netty.resolver.dns.DnsNameResolverException
-
- DnsNameResolverTimeoutException - Exception in io.netty.resolver.dns
-
- DnsNameResolverTimeoutException(InetSocketAddress, DnsQuestion, String) - Constructor for exception io.netty.resolver.dns.DnsNameResolverTimeoutException
-
- DnsOpCode - Class in io.netty.handler.codec.dns
-
The DNS
OpCode
as defined in
RFC2929.
- DnsOpCode(int, String) - Constructor for class io.netty.handler.codec.dns.DnsOpCode
-
- DnsOptEcsRecord - Interface in io.netty.handler.codec.dns
-
- DnsOptPseudoRecord - Interface in io.netty.handler.codec.dns
-
- DnsPtrRecord - Interface in io.netty.handler.codec.dns
-
- DnsQuery - Interface in io.netty.handler.codec.dns
-
A DNS query message.
- DnsQueryLifecycleObserver - Interface in io.netty.resolver.dns
-
This interface provides visibility into individual DNS queries.
- dnsQueryLifecycleObserverFactory(DnsQueryLifecycleObserverFactory) - Method in class io.netty.resolver.dns.DnsNameResolverBuilder
-
Set the factory used to generate objects which can observe individual DNS queries.
- DnsQueryLifecycleObserverFactory - Interface in io.netty.resolver.dns
-
- DnsQuestion - Interface in io.netty.handler.codec.dns
-
A DNS question.
- DnsRawRecord - Interface in io.netty.handler.codec.dns
-
A generic
DnsRecord
that contains an undecoded
RDATA
.
- DnsRecord - Interface in io.netty.handler.codec.dns
-
A DNS resource record.
- DnsRecordDecoder - Interface in io.netty.handler.codec.dns
-
Decodes a DNS record into its object representation.
- DnsRecordEncoder - Interface in io.netty.handler.codec.dns
-
Encodes a
DnsRecord
into binary representation.
- DnsRecordType - Class in io.netty.handler.codec.dns
-
Represents a DNS record type.
- DnsRecordType(int, String) - Constructor for class io.netty.handler.codec.dns.DnsRecordType
-
- DnsResponse - Interface in io.netty.handler.codec.dns
-
A DNS response message.
- DnsResponseCode - Class in io.netty.handler.codec.dns
-
The DNS
RCODE
, as defined in
RFC2929.
- DnsResponseCode(int, String) - Constructor for class io.netty.handler.codec.dns.DnsResponseCode
-
- DnsSection - Enum in io.netty.handler.codec.dns
-
- DnsServerAddresses - Class in io.netty.resolver.dns
-
- DnsServerAddresses() - Constructor for class io.netty.resolver.dns.DnsServerAddresses
-
- DnsServerAddressStream - Interface in io.netty.resolver.dns
-
An infinite stream of DNS server addresses.
- DnsServerAddressStreamProvider - Interface in io.netty.resolver.dns
-
- DnsServerAddressStreamProviders - Class in io.netty.resolver.dns
-
- DnsServerResponseFeedbackAddressStream - Interface in io.netty.resolver.dns
-
An infinite stream of DNS server addresses, that requests feedback to be returned to it.
- DNT - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
-
"dnt"
- doAccounting(TrafficCounter) - Method in class io.netty.handler.traffic.AbstractTrafficShapingHandler
-
Called each time the accounting is computed from the TrafficCounters.
- doAccounting(TrafficCounter) - Method in class io.netty.handler.traffic.GlobalChannelTrafficShapingHandler
-
- doBeginRead() - Method in class io.netty.channel.AbstractChannel
-
Schedule a read operation.
- doBeginRead() - Method in class io.netty.channel.embedded.EmbeddedChannel
-
- doBeginRead() - Method in class io.netty.channel.local.LocalChannel
-
- doBeginRead() - Method in class io.netty.channel.local.LocalServerChannel
-
- doBeginRead() - Method in class io.netty.channel.nio.AbstractNioChannel
-
- doBeginRead() - Method in class io.netty.channel.nio.AbstractNioMessageChannel
-
- doBeginRead() - Method in class io.netty.channel.oio.AbstractOioChannel
-
Deprecated.
- doBind(SocketAddress) - Method in class io.netty.channel.AbstractChannel
-
- doBind(SocketAddress) - Method in class io.netty.channel.embedded.EmbeddedChannel
-
- doBind(SocketAddress) - Method in class io.netty.channel.epoll.EpollDatagramChannel
-
- doBind(SocketAddress) - Method in class io.netty.channel.epoll.EpollDomainDatagramChannel
-
- doBind(SocketAddress) - Method in class io.netty.channel.epoll.EpollDomainSocketChannel
-
- doBind(SocketAddress) - Method in class io.netty.channel.epoll.EpollServerDomainSocketChannel
-
- doBind(SocketAddress) - Method in class io.netty.channel.epoll.EpollServerSocketChannel
-
- doBind(SocketAddress) - Method in class io.netty.channel.kqueue.KQueueDatagramChannel
-
- doBind(SocketAddress) - Method in class io.netty.channel.kqueue.KQueueDomainDatagramChannel
-
- doBind(SocketAddress) - Method in class io.netty.channel.kqueue.KQueueDomainSocketChannel
-
- doBind(SocketAddress) - Method in class io.netty.channel.kqueue.KQueueServerDomainSocketChannel
-
- doBind(SocketAddress) - Method in class io.netty.channel.kqueue.KQueueServerSocketChannel
-
- doBind(SocketAddress) - Method in class io.netty.channel.local.LocalChannel
-
- doBind(SocketAddress) - Method in class io.netty.channel.local.LocalServerChannel
-
- doBind(SocketAddress) - Method in class io.netty.channel.rxtx.RxtxChannel
-
Deprecated.
- doBind(SocketAddress) - Method in class io.netty.channel.sctp.nio.NioSctpChannel
-
- doBind(SocketAddress) - Method in class io.netty.channel.sctp.nio.NioSctpServerChannel
-
- doBind(SocketAddress) - Method in class io.netty.channel.sctp.oio.OioSctpChannel
-
Deprecated.
- doBind(SocketAddress) - Method in class io.netty.channel.sctp.oio.OioSctpServerChannel
-
Deprecated.
- doBind(SocketAddress) - Method in class io.netty.channel.socket.nio.NioDatagramChannel
-
- doBind(SocketAddress) - Method in class io.netty.channel.socket.nio.NioDomainSocketChannel
-
- doBind(SocketAddress) - Method in class io.netty.channel.socket.nio.NioServerDomainSocketChannel
-
- doBind(SocketAddress) - Method in class io.netty.channel.socket.nio.NioServerSocketChannel
-
- doBind(SocketAddress) - Method in class io.netty.channel.socket.nio.NioSocketChannel
-
- doBind(SocketAddress) - Method in class io.netty.channel.socket.oio.OioDatagramChannel
-
Deprecated.
- doBind(SocketAddress) - Method in class io.netty.channel.socket.oio.OioServerSocketChannel
-
Deprecated.
- doBind(SocketAddress) - Method in class io.netty.channel.socket.oio.OioSocketChannel
-
Deprecated.
- doBind(SocketAddress) - Method in class io.netty.channel.udt.nio.NioUdtAcceptorChannel
-
Deprecated.
- doBind(SocketAddress) - Method in class io.netty.channel.udt.nio.NioUdtByteConnectorChannel
-
Deprecated.
- doBind(SocketAddress) - Method in class io.netty.channel.udt.nio.NioUdtMessageConnectorChannel
-
Deprecated.
- doClose() - Method in class io.netty.channel.AbstractChannel
-
- doClose() - Method in class io.netty.channel.embedded.EmbeddedChannel
-
- doClose() - Method in class io.netty.channel.epoll.AbstractEpollStreamChannel
-
- doClose() - Method in class io.netty.channel.epoll.EpollDatagramChannel
-
- doClose() - Method in class io.netty.channel.epoll.EpollDomainDatagramChannel
-
- doClose() - Method in class io.netty.channel.epoll.EpollServerDomainSocketChannel
-
- doClose() - Method in class io.netty.channel.kqueue.KQueueDatagramChannel
-
- doClose() - Method in class io.netty.channel.kqueue.KQueueDomainDatagramChannel
-
- doClose() - Method in class io.netty.channel.kqueue.KQueueServerDomainSocketChannel
-
- doClose() - Method in class io.netty.channel.local.LocalChannel
-
- doClose() - Method in class io.netty.channel.local.LocalServerChannel
-
- doClose() - Method in class io.netty.channel.nio.AbstractNioChannel
-
- doClose() - Method in class io.netty.channel.oio.OioByteStreamChannel
-
Deprecated.
- doClose() - Method in class io.netty.channel.rxtx.RxtxChannel
-
Deprecated.
- doClose() - Method in class io.netty.channel.sctp.nio.NioSctpChannel
-
- doClose() - Method in class io.netty.channel.sctp.nio.NioSctpServerChannel
-
- doClose() - Method in class io.netty.channel.sctp.oio.OioSctpChannel
-
Deprecated.
- doClose() - Method in class io.netty.channel.sctp.oio.OioSctpServerChannel
-
Deprecated.
- doClose() - Method in class io.netty.channel.socket.nio.NioDatagramChannel
-
- doClose() - Method in class io.netty.channel.socket.nio.NioDomainSocketChannel
-
- doClose() - Method in class io.netty.channel.socket.nio.NioServerDomainSocketChannel
-
- doClose() - Method in class io.netty.channel.socket.nio.NioServerSocketChannel
-
- doClose() - Method in class io.netty.channel.socket.nio.NioSocketChannel
-
- doClose() - Method in class io.netty.channel.socket.oio.OioDatagramChannel
-
Deprecated.
- doClose() - Method in class io.netty.channel.socket.oio.OioServerSocketChannel
-
Deprecated.
- doClose() - Method in class io.netty.channel.socket.oio.OioSocketChannel
-
Deprecated.
- doClose() - Method in class io.netty.channel.udt.nio.NioUdtAcceptorChannel
-
Deprecated.
- doClose() - Method in class io.netty.channel.udt.nio.NioUdtByteConnectorChannel
-
Deprecated.
- doClose() - Method in class io.netty.channel.udt.nio.NioUdtMessageConnectorChannel
-
Deprecated.
- doConnect(SocketAddress, SocketAddress) - Method in class io.netty.channel.epoll.AbstractEpollServerChannel
-
- doConnect(SocketAddress, SocketAddress) - Method in class io.netty.channel.epoll.EpollDatagramChannel
-
- doConnect(SocketAddress, SocketAddress) - Method in class io.netty.channel.epoll.EpollDomainDatagramChannel
-
- doConnect(SocketAddress, SocketAddress) - Method in class io.netty.channel.epoll.EpollDomainSocketChannel
-
- doConnect(SocketAddress, SocketAddress) - Method in class io.netty.channel.kqueue.AbstractKQueueServerChannel
-
- doConnect(SocketAddress, SocketAddress) - Method in class io.netty.channel.kqueue.KQueueDatagramChannel
-
- doConnect(SocketAddress, SocketAddress) - Method in class io.netty.channel.kqueue.KQueueDomainDatagramChannel
-
- doConnect(SocketAddress, SocketAddress) - Method in class io.netty.channel.kqueue.KQueueDomainSocketChannel
-
- doConnect(SocketAddress, SocketAddress) - Method in class io.netty.channel.nio.AbstractNioChannel
-
Connect to the remote peer
- doConnect(SocketAddress, SocketAddress) - Method in class io.netty.channel.oio.AbstractOioChannel
-
Deprecated.
Connect to the remote peer using the given localAddress if one is specified or null
otherwise.
- doConnect(SocketAddress, SocketAddress) - Method in class io.netty.channel.rxtx.RxtxChannel
-
Deprecated.
- doConnect(SocketAddress, SocketAddress) - Method in class io.netty.channel.sctp.nio.NioSctpChannel
-
- doConnect(SocketAddress, SocketAddress) - Method in class io.netty.channel.sctp.nio.NioSctpServerChannel
-
- doConnect(SocketAddress, SocketAddress) - Method in class io.netty.channel.sctp.oio.OioSctpChannel
-
Deprecated.
- doConnect(SocketAddress, SocketAddress) - Method in class io.netty.channel.sctp.oio.OioSctpServerChannel
-
Deprecated.
- doConnect(SocketAddress, SocketAddress) - Method in class io.netty.channel.socket.nio.NioDatagramChannel
-
- doConnect(SocketAddress, SocketAddress) - Method in class io.netty.channel.socket.nio.NioDomainSocketChannel
-
- doConnect(SocketAddress, SocketAddress) - Method in class io.netty.channel.socket.nio.NioServerDomainSocketChannel
-
- doConnect(SocketAddress, SocketAddress) - Method in class io.netty.channel.socket.nio.NioServerSocketChannel
-
- doConnect(SocketAddress, SocketAddress) - Method in class io.netty.channel.socket.nio.NioSocketChannel
-
- doConnect(SocketAddress, SocketAddress) - Method in class io.netty.channel.socket.oio.OioDatagramChannel
-
Deprecated.
- doConnect(SocketAddress, SocketAddress) - Method in class io.netty.channel.socket.oio.OioServerSocketChannel
-
Deprecated.
- doConnect(SocketAddress, SocketAddress) - Method in class io.netty.channel.socket.oio.OioSocketChannel
-
Deprecated.
- doConnect(SocketAddress, SocketAddress) - Method in class io.netty.channel.udt.nio.NioUdtAcceptorChannel
-
Deprecated.
- doConnect(SocketAddress, SocketAddress) - Method in class io.netty.channel.udt.nio.NioUdtByteConnectorChannel
-
Deprecated.
- doConnect(SocketAddress, SocketAddress) - Method in class io.netty.channel.udt.nio.NioUdtMessageConnectorChannel
-
Deprecated.
- doConnect0(SocketAddress, SocketAddress) - Method in class io.netty.channel.kqueue.KQueueSocketChannel
-
- doDeregister() - Method in class io.netty.channel.AbstractChannel
-
- doDeregister() - Method in class io.netty.channel.local.LocalChannel
-
- doDeregister() - Method in class io.netty.channel.local.LocalServerChannel
-
- doDeregister() - Method in class io.netty.channel.nio.AbstractNioChannel
-
- doDisconnect() - Method in class io.netty.channel.AbstractChannel
-
Disconnect this
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.epoll.EpollDomainDatagramChannel
-
- doDisconnect() - Method in class io.netty.channel.kqueue.KQueueDatagramChannel
-
- doDisconnect() - Method in class io.netty.channel.kqueue.KQueueDomainDatagramChannel
-
- doDisconnect() - Method in class io.netty.channel.local.LocalChannel
-
- doDisconnect() - Method in class io.netty.channel.rxtx.RxtxChannel
-
Deprecated.
- doDisconnect() - Method in class io.netty.channel.sctp.nio.NioSctpChannel
-
- doDisconnect() - Method in class io.netty.channel.sctp.nio.NioSctpServerChannel
-
- doDisconnect() - Method in class io.netty.channel.sctp.oio.OioSctpChannel
-
Deprecated.
- doDisconnect() - Method in class io.netty.channel.sctp.oio.OioSctpServerChannel
-
Deprecated.
- doDisconnect() - Method in class io.netty.channel.socket.nio.NioDatagramChannel
-
- doDisconnect() - Method in class io.netty.channel.socket.nio.NioDomainSocketChannel
-
- doDisconnect() - Method in class io.netty.channel.socket.nio.NioServerDomainSocketChannel
-
- doDisconnect() - Method in class io.netty.channel.socket.nio.NioServerSocketChannel
-
- doDisconnect() - Method in class io.netty.channel.socket.nio.NioSocketChannel
-
- doDisconnect() - Method in class io.netty.channel.socket.oio.OioDatagramChannel
-
Deprecated.
- doDisconnect() - Method in class io.netty.channel.socket.oio.OioServerSocketChannel
-
Deprecated.
- doDisconnect() - Method in class io.netty.channel.socket.oio.OioSocketChannel
-
Deprecated.
- doDisconnect() - Method in class io.netty.channel.udt.nio.NioUdtAcceptorChannel
-
Deprecated.
- doDisconnect() - Method in class io.netty.channel.udt.nio.NioUdtByteConnectorChannel
-
Deprecated.
- doDisconnect() - Method in class io.netty.channel.udt.nio.NioUdtMessageConnectorChannel
-
Deprecated.
- doFinishConnect() - Method in class io.netty.channel.nio.AbstractNioChannel
-
Finish the connect
- doFinishConnect() - Method in class io.netty.channel.sctp.nio.NioSctpChannel
-
- doFinishConnect() - Method in class io.netty.channel.sctp.nio.NioSctpServerChannel
-
- doFinishConnect() - Method in class io.netty.channel.socket.nio.NioDatagramChannel
-
- doFinishConnect() - Method in class io.netty.channel.socket.nio.NioDomainSocketChannel
-
- doFinishConnect() - Method in class io.netty.channel.socket.nio.NioServerDomainSocketChannel
-
- doFinishConnect() - Method in class io.netty.channel.socket.nio.NioServerSocketChannel
-
- doFinishConnect() - Method in class io.netty.channel.socket.nio.NioSocketChannel
-
- doFinishConnect() - Method in class io.netty.channel.udt.nio.NioUdtAcceptorChannel
-
Deprecated.
- doFinishConnect() - Method in class io.netty.channel.udt.nio.NioUdtByteConnectorChannel
-
Deprecated.
- doFinishConnect() - Method in class io.netty.channel.udt.nio.NioUdtMessageConnectorChannel
-
Deprecated.
- doInit() - Method in class io.netty.channel.rxtx.RxtxChannel
-
Deprecated.
- doIsResolved(T) - Method in class io.netty.resolver.AbstractAddressResolver
-
- doIsResolved(InetSocketAddress) - Method in class io.netty.resolver.InetSocketAddressResolver
-
- doIsResolved(SocketAddress) - Method in class io.netty.resolver.NoopAddressResolver
-
- domain() - Method in interface io.netty.handler.codec.http.cookie.Cookie
-
Returns the domain of this
Cookie
.
- DOMAIN - Static variable in class io.netty.handler.codec.http.cookie.CookieHeaderNames
-
- domain() - Method in class io.netty.handler.codec.http.cookie.DefaultCookie
-
- DOMAIN - Static variable in class io.netty.handler.codec.socksx.v5.Socks5AddressType
-
- DOMAIN_SOCKET_READ_MODE - Static variable in class io.netty.channel.unix.UnixChannelOption
-
- DomainDatagramChannel - Interface in io.netty.channel.unix
-
- DomainDatagramChannelConfig - Interface in io.netty.channel.unix
-
- DomainDatagramPacket - Class in io.netty.channel.unix
-
- DomainDatagramPacket(ByteBuf, DomainSocketAddress) - Constructor for class io.netty.channel.unix.DomainDatagramPacket
-
Create a new instance with the specified packet data
and recipient
address.
- DomainDatagramPacket(ByteBuf, DomainSocketAddress, DomainSocketAddress) - Constructor for class io.netty.channel.unix.DomainDatagramPacket
-
Create a new instance with the specified packet data
, recipient
address, and sender
address.
- DomainDatagramSocketAddress - Class in io.netty.channel.unix
-
Act as special
DomainSocketAddress
to be able to easily pass all needed data from JNI without the need
to create more objects then needed.
- DomainDatagramSocketAddress(byte[], int, DomainDatagramSocketAddress) - Constructor for class io.netty.channel.unix.DomainDatagramSocketAddress
-
- DomainMappingBuilder<V> - Class in io.netty.util
-
- DomainMappingBuilder(V) - Constructor for class io.netty.util.DomainMappingBuilder
-
Deprecated.
Constructor with default initial capacity of the map holding the mappings
- DomainMappingBuilder(int, V) - Constructor for class io.netty.util.DomainMappingBuilder
-
Deprecated.
Constructor with initial capacity of the map holding the mappings
- DomainNameMapping<V> - Class in io.netty.util
-
- DomainNameMapping(V) - Constructor for class io.netty.util.DomainNameMapping
-
- DomainNameMapping(int, V) - Constructor for class io.netty.util.DomainNameMapping
-
- DomainNameMappingBuilder<V> - Class in io.netty.util
-
- DomainNameMappingBuilder(V) - Constructor for class io.netty.util.DomainNameMappingBuilder
-
Deprecated.
Constructor with default initial capacity of the map holding the mappings
- DomainNameMappingBuilder(int, V) - Constructor for class io.netty.util.DomainNameMappingBuilder
-
Deprecated.
Constructor with initial capacity of the map holding the mappings
- DomainSocketAddress - Class in io.netty.channel.unix
-
- 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
-
- DomainSocketChannelConfig - Interface in io.netty.channel.unix
-
- DomainSocketReadMode - Enum in io.netty.channel.unix
-
- DomainWildcardMappingBuilder<V> - Class in io.netty.util
-
- DomainWildcardMappingBuilder(V) - Constructor for class io.netty.util.DomainWildcardMappingBuilder
-
Constructor with default initial capacity of the map holding the mappings
- DomainWildcardMappingBuilder(int, V) - Constructor for class io.netty.util.DomainWildcardMappingBuilder
-
Constructor with initial capacity of the map holding the mappings
- doRead() - Method in class io.netty.channel.oio.AbstractOioByteChannel
-
Deprecated.
- doRead() - Method in class io.netty.channel.oio.AbstractOioChannel
-
Deprecated.
- doRead() - Method in class io.netty.channel.oio.AbstractOioMessageChannel
-
Deprecated.
- doReadBytes(ByteBuf) - Method in class io.netty.channel.nio.AbstractNioByteChannel
-
Read bytes into the given
ByteBuf
and return the amount.
- doReadBytes(ByteBuf) - Method in class io.netty.channel.oio.AbstractOioByteChannel
-
Deprecated.
Read bytes from the underlying Socket.
- doReadBytes(ByteBuf) - Method in class io.netty.channel.oio.OioByteStreamChannel
-
Deprecated.
- doReadBytes(ByteBuf) - Method in class io.netty.channel.socket.nio.NioDomainSocketChannel
-
- doReadBytes(ByteBuf) - Method in class io.netty.channel.socket.nio.NioSocketChannel
-
- doReadBytes(ByteBuf) - Method in class io.netty.channel.socket.oio.OioSocketChannel
-
Deprecated.
- doReadBytes(ByteBuf) - Method in class io.netty.channel.udt.nio.NioUdtByteConnectorChannel
-
Deprecated.
- doReadMessages(List<Object>) - Method in class io.netty.channel.nio.AbstractNioMessageChannel
-
Read messages into the given array and return the amount which was read.
- doReadMessages(List<Object>) - Method in class io.netty.channel.oio.AbstractOioMessageChannel
-
Deprecated.
Read messages into the given array and return the amount which was read.
- doReadMessages(List<Object>) - Method in class io.netty.channel.sctp.nio.NioSctpChannel
-
- doReadMessages(List<Object>) - Method in class io.netty.channel.sctp.nio.NioSctpServerChannel
-
- doReadMessages(List<Object>) - Method in class io.netty.channel.sctp.oio.OioSctpChannel
-
Deprecated.
- doReadMessages(List<Object>) - Method in class io.netty.channel.sctp.oio.OioSctpServerChannel
-
Deprecated.
- doReadMessages(List<Object>) - Method in class io.netty.channel.socket.nio.NioDatagramChannel
-
- doReadMessages(List<Object>) - Method in class io.netty.channel.socket.nio.NioServerDomainSocketChannel
-
- doReadMessages(List<Object>) - Method in class io.netty.channel.socket.nio.NioServerSocketChannel
-
- doReadMessages(List<Object>) - Method in class io.netty.channel.socket.oio.OioDatagramChannel
-
Deprecated.
- doReadMessages(List<Object>) - Method in class io.netty.channel.socket.oio.OioServerSocketChannel
-
Deprecated.
- doReadMessages(List<Object>) - Method in class io.netty.channel.udt.nio.NioUdtAcceptorChannel
-
Deprecated.
- doReadMessages(List<Object>) - Method in class io.netty.channel.udt.nio.NioUdtMessageConnectorChannel
-
Deprecated.
- doRegister() - Method in class io.netty.channel.AbstractChannel
-
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(T, Promise<T>) - Method in class io.netty.resolver.AbstractAddressResolver
-
- doResolve(String, Promise<T>) - Method in class io.netty.resolver.CompositeNameResolver
-
- doResolve(String, Promise<InetAddress>) - Method in class io.netty.resolver.DefaultNameResolver
-
- doResolve(String, Promise<InetAddress>) - Method in class io.netty.resolver.dns.DnsNameResolver
-
- doResolve(String, DnsRecord[], Promise<InetAddress>, DnsCache) - Method in class io.netty.resolver.dns.DnsNameResolver
-
Hook designed for extensibility so one can pass a different cache on each resolution attempt
instead of using the global one.
- doResolve(InetSocketAddress, Promise<InetSocketAddress>) - Method in class io.netty.resolver.InetSocketAddressResolver
-
- doResolve(SocketAddress, Promise<SocketAddress>) - Method in class io.netty.resolver.NoopAddressResolver
-
- doResolve(String, Promise<InetAddress>) - Method in class io.netty.resolver.RoundRobinInetAddressResolver
-
- doResolve(String, Promise<T>) - Method in class io.netty.resolver.SimpleNameResolver
-
- doResolveAll(T, Promise<List<T>>) - Method in class io.netty.resolver.AbstractAddressResolver
-
- doResolveAll(String, Promise<List<T>>) - Method in class io.netty.resolver.CompositeNameResolver
-
- doResolveAll(String, Promise<List<InetAddress>>) - Method in class io.netty.resolver.DefaultNameResolver
-
- doResolveAll(String, Promise<List<InetAddress>>) - Method in class io.netty.resolver.dns.DnsNameResolver
-
- doResolveAll(String, DnsRecord[], Promise<List<InetAddress>>, DnsCache) - Method in class io.netty.resolver.dns.DnsNameResolver
-
Hook designed for extensibility so one can pass a different cache on each resolution attempt
instead of using the global one.
- doResolveAll(InetSocketAddress, Promise<List<InetSocketAddress>>) - Method in class io.netty.resolver.InetSocketAddressResolver
-
- doResolveAll(SocketAddress, Promise<List<SocketAddress>>) - Method in class io.netty.resolver.NoopAddressResolver
-
- doResolveAll(String, Promise<List<InetAddress>>) - Method in class io.netty.resolver.RoundRobinInetAddressResolver
-
- doResolveAll(String, Promise<List<T>>) - Method in class io.netty.resolver.SimpleNameResolver
-
- doShutdownOutput() - Method in class io.netty.channel.AbstractChannel
-
Called when conditions justify shutting down the output portion of the channel.
- doShutdownOutput() - Method in class io.netty.channel.epoll.AbstractEpollStreamChannel
-
- doShutdownOutput() - Method in class io.netty.channel.kqueue.AbstractKQueueStreamChannel
-
- doShutdownOutput() - Method in class io.netty.channel.socket.nio.NioDomainSocketChannel
-
- doShutdownOutput() - Method in class io.netty.channel.socket.nio.NioSocketChannel
-
- doShutdownOutput() - Method in class io.netty.channel.socket.oio.OioSocketChannel
-
Deprecated.
- DOUBLE_QUOTE - Static variable in class io.netty.handler.codec.http.HttpConstants
-
Double quote '"'
- DOUBLE_QUOTE - Static variable in class io.netty.util.internal.StringUtil
-
- doWrite(ChannelOutboundBuffer) - Method in class io.netty.channel.AbstractChannel
-
Flush the content of the given buffer to the remote peer.
- doWrite(ChannelOutboundBuffer) - Method in class io.netty.channel.AbstractServerChannel
-
- doWrite(ChannelOutboundBuffer) - Method in class io.netty.channel.embedded.EmbeddedChannel
-
- doWrite(ChannelOutboundBuffer) - Method in class io.netty.channel.epoll.AbstractEpollServerChannel
-
- doWrite(ChannelOutboundBuffer) - Method in class io.netty.channel.epoll.AbstractEpollStreamChannel
-
- doWrite(ChannelOutboundBuffer) - Method in class io.netty.channel.epoll.EpollDatagramChannel
-
- doWrite(ChannelOutboundBuffer) - Method in class io.netty.channel.epoll.EpollDomainDatagramChannel
-
- doWrite(ChannelOutboundBuffer) - Method in class io.netty.channel.kqueue.AbstractKQueueServerChannel
-
- doWrite(ChannelOutboundBuffer) - Method in class io.netty.channel.kqueue.AbstractKQueueStreamChannel
-
- doWrite(ChannelOutboundBuffer) - Method in class io.netty.channel.local.LocalChannel
-
- doWrite(ChannelOutboundBuffer) - Method in class io.netty.channel.nio.AbstractNioByteChannel
-
- doWrite(ChannelOutboundBuffer) - Method in class io.netty.channel.nio.AbstractNioMessageChannel
-
- doWrite(ChannelOutboundBuffer) - Method in class io.netty.channel.oio.AbstractOioByteChannel
-
Deprecated.
- doWrite(ChannelOutboundBuffer) - Method in class io.netty.channel.sctp.oio.OioSctpChannel
-
Deprecated.
- doWrite(ChannelOutboundBuffer) - Method in class io.netty.channel.sctp.oio.OioSctpServerChannel
-
Deprecated.
- doWrite(ChannelOutboundBuffer) - Method in class io.netty.channel.socket.nio.NioDomainSocketChannel
-
- doWrite(ChannelOutboundBuffer) - Method in class io.netty.channel.socket.nio.NioSocketChannel
-
- doWrite(ChannelOutboundBuffer) - Method in class io.netty.channel.socket.oio.OioDatagramChannel
-
Deprecated.
- doWrite(ChannelOutboundBuffer) - Method in class io.netty.channel.socket.oio.OioServerSocketChannel
-
Deprecated.
- doWrite0(ChannelOutboundBuffer) - Method in class io.netty.channel.nio.AbstractNioByteChannel
-
Write objects to the OS.
- doWriteBytes(ByteBuf) - Method in class io.netty.channel.nio.AbstractNioByteChannel
-
- doWriteBytes(ByteBuf) - Method in class io.netty.channel.oio.AbstractOioByteChannel
-
Deprecated.
Write the data which is hold by the
ByteBuf
to the underlying Socket.
- doWriteBytes(ByteBuf) - Method in class io.netty.channel.oio.OioByteStreamChannel
-
Deprecated.
- doWriteBytes(ByteBuf) - Method in class io.netty.channel.socket.nio.NioDomainSocketChannel
-
- doWriteBytes(ByteBuf) - Method in class io.netty.channel.socket.nio.NioSocketChannel
-
- doWriteBytes(ByteBuf) - Method in class io.netty.channel.udt.nio.NioUdtByteConnectorChannel
-
Deprecated.
- doWriteFileRegion(FileRegion) - Method in class io.netty.channel.nio.AbstractNioByteChannel
-
- doWriteFileRegion(FileRegion) - Method in class io.netty.channel.oio.AbstractOioByteChannel
-
Deprecated.
Write the data which is hold by the
FileRegion
to the underlying Socket.
- doWriteFileRegion(FileRegion) - Method in class io.netty.channel.oio.OioByteStreamChannel
-
Deprecated.
- doWriteFileRegion(FileRegion) - Method in class io.netty.channel.socket.nio.NioDomainSocketChannel
-
- doWriteFileRegion(FileRegion) - Method in class io.netty.channel.socket.nio.NioSocketChannel
-
- doWriteFileRegion(FileRegion) - Method in class io.netty.channel.udt.nio.NioUdtByteConnectorChannel
-
Deprecated.
- doWriteMessage(Object) - Method in class io.netty.channel.kqueue.KQueueDatagramChannel
-
- doWriteMessage(Object) - Method in class io.netty.channel.kqueue.KQueueDomainDatagramChannel
-
- doWriteMessage(Object, ChannelOutboundBuffer) - Method in class io.netty.channel.nio.AbstractNioMessageChannel
-
Write a message to the underlying
Channel
.
- doWriteMessage(Object, ChannelOutboundBuffer) - Method in class io.netty.channel.sctp.nio.NioSctpChannel
-
- doWriteMessage(Object, ChannelOutboundBuffer) - Method in class io.netty.channel.sctp.nio.NioSctpServerChannel
-
- doWriteMessage(Object, ChannelOutboundBuffer) - Method in class io.netty.channel.socket.nio.NioDatagramChannel
-
- doWriteMessage(Object, ChannelOutboundBuffer) - Method in class io.netty.channel.socket.nio.NioServerDomainSocketChannel
-
- doWriteMessage(Object, ChannelOutboundBuffer) - Method in class io.netty.channel.socket.nio.NioServerSocketChannel
-
- doWriteMessage(Object, ChannelOutboundBuffer) - Method in class io.netty.channel.udt.nio.NioUdtAcceptorChannel
-
Deprecated.
- doWriteMessage(Object, ChannelOutboundBuffer) - Method in class io.netty.channel.udt.nio.NioUdtMessageConnectorChannel
-
Deprecated.
- doWriteSingle(ChannelOutboundBuffer) - Method in class io.netty.channel.epoll.AbstractEpollStreamChannel
-
Attempt to write a single object.
- doWriteSingle(ChannelOutboundBuffer) - Method in class io.netty.channel.epoll.EpollDomainSocketChannel
-
- doWriteSingle(ChannelOutboundBuffer) - Method in class io.netty.channel.kqueue.AbstractKQueueStreamChannel
-
Attempt to write a single object.
- doWriteSingle(ChannelOutboundBuffer) - Method in class io.netty.channel.kqueue.KQueueDomainSocketChannel
-
- dropPongFrames(boolean) - Method in class io.netty.handler.codec.http.websocketx.WebSocketClientProtocolConfig.Builder
-
true
if pong frames should not be forwarded
- dropPongFrames() - Method in class io.netty.handler.codec.http.websocketx.WebSocketClientProtocolConfig
-
- dropPongFrames(boolean) - Method in class io.netty.handler.codec.http.websocketx.WebSocketServerProtocolConfig.Builder
-
true
if pong frames should not be forwarded
- dropPongFrames() - Method in class io.netty.handler.codec.http.websocketx.WebSocketServerProtocolConfig
-
- DS - Static variable in class io.netty.handler.codec.dns.DnsRecordType
-
Delegation signer record RFC 4034 The record used to identify the DNSSEC
signing key of a delegated zone.
- dstAddr() - Method in class io.netty.handler.codec.socksx.v4.DefaultSocks4CommandRequest
-
- dstAddr() - Method in class io.netty.handler.codec.socksx.v4.DefaultSocks4CommandResponse
-
- dstAddr() - Method in interface io.netty.handler.codec.socksx.v4.Socks4CommandRequest
-
Returns the 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
-
Deprecated.
- dumpStats() - Method in class io.netty.buffer.PooledByteBufAllocator
-
Returns the status of the allocator (which contains all metrics) as string.
- DuplexChannel - Interface in io.netty.channel.socket
-
A duplex
Channel
that has two sides that can be shutdown independently.
- DuplexChannelConfig - Interface in io.netty.channel.socket
-
- 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() - Method in class io.netty.buffer.DefaultByteBufHolder
-
- duplicate() - Method in class io.netty.buffer.EmptyByteBuf
-
- duplicate() - Method in class io.netty.buffer.ReadOnlyByteBuf
-
Deprecated.
- duplicate() - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- duplicate() - Method in class io.netty.channel.epoll.SegmentedDatagramPacket
-
Deprecated.
- duplicate() - Method in class io.netty.channel.sctp.SctpMessage
-
- duplicate() - Method in class io.netty.channel.socket.DatagramPacket
-
- duplicate() - Method in class io.netty.channel.udt.UdtMessage
-
Deprecated.
- duplicate() - Method in class io.netty.channel.unix.DomainDatagramPacket
-
- duplicate() - Method in class io.netty.channel.unix.SegmentedDatagramPacket
-
- duplicate() - Method in class io.netty.handler.codec.dns.DefaultDnsRawRecord
-
- duplicate() - Method in interface io.netty.handler.codec.dns.DnsRawRecord
-
- duplicate() - Method in class io.netty.handler.codec.haproxy.HAProxyTLV
-
- duplicate() - Method in class io.netty.handler.codec.http.DefaultFullHttpRequest
-
- duplicate() - Method in class io.netty.handler.codec.http.DefaultFullHttpResponse
-
- duplicate() - Method in class io.netty.handler.codec.http.DefaultHttpContent
-
- duplicate() - Method in class io.netty.handler.codec.http.DefaultLastHttpContent
-
- duplicate() - Method in interface io.netty.handler.codec.http.FullHttpMessage
-
- duplicate() - Method in interface io.netty.handler.codec.http.FullHttpRequest
-
- duplicate() - Method in interface io.netty.handler.codec.http.FullHttpResponse
-
- duplicate() - Method in interface io.netty.handler.codec.http.HttpContent
-
- duplicate() - Method in interface io.netty.handler.codec.http.LastHttpContent
-
- duplicate() - Method in interface io.netty.handler.codec.http.multipart.Attribute
-
- duplicate() - Method in class io.netty.handler.codec.http.multipart.DiskAttribute
-
- duplicate() - Method in class io.netty.handler.codec.http.multipart.DiskFileUpload
-
- duplicate() - Method in interface io.netty.handler.codec.http.multipart.FileUpload
-
- duplicate() - Method in interface io.netty.handler.codec.http.multipart.HttpData
-
- duplicate() - Method in class io.netty.handler.codec.http.multipart.MemoryAttribute
-
- duplicate() - Method in class io.netty.handler.codec.http.multipart.MemoryFileUpload
-
- duplicate() - Method in class io.netty.handler.codec.http.multipart.MixedAttribute
-
- duplicate() - Method in class io.netty.handler.codec.http.multipart.MixedFileUpload
-
- duplicate() - Method in class io.netty.handler.codec.http.websocketx.BinaryWebSocketFrame
-
- duplicate() - Method in class io.netty.handler.codec.http.websocketx.CloseWebSocketFrame
-
- duplicate() - Method in class io.netty.handler.codec.http.websocketx.ContinuationWebSocketFrame
-
- duplicate() - Method in class io.netty.handler.codec.http.websocketx.PingWebSocketFrame
-
- duplicate() - Method in class io.netty.handler.codec.http.websocketx.PongWebSocketFrame
-
- duplicate() - Method in class io.netty.handler.codec.http.websocketx.TextWebSocketFrame
-
- duplicate() - Method in class io.netty.handler.codec.http.websocketx.WebSocketFrame
-
- duplicate() - Method in class io.netty.handler.codec.http2.DefaultHttp2DataFrame
-
- duplicate() - Method in class io.netty.handler.codec.http2.DefaultHttp2GoAwayFrame
-
- duplicate() - Method in class io.netty.handler.codec.http2.DefaultHttp2UnknownFrame
-
- duplicate() - Method in interface io.netty.handler.codec.http2.Http2DataFrame
-
- duplicate() - Method in interface io.netty.handler.codec.http2.Http2GoAwayFrame
-
- duplicate() - Method in interface io.netty.handler.codec.http2.Http2UnknownFrame
-
- duplicate() - Method in class io.netty.handler.codec.memcache.binary.DefaultFullBinaryMemcacheRequest
-
- duplicate() - Method in class io.netty.handler.codec.memcache.binary.DefaultFullBinaryMemcacheResponse
-
- duplicate() - Method in interface io.netty.handler.codec.memcache.binary.FullBinaryMemcacheRequest
-
- duplicate() - Method in interface io.netty.handler.codec.memcache.binary.FullBinaryMemcacheResponse
-
- duplicate() - Method in class io.netty.handler.codec.memcache.DefaultLastMemcacheContent
-
- duplicate() - Method in class io.netty.handler.codec.memcache.DefaultMemcacheContent
-
- duplicate() - Method in interface io.netty.handler.codec.memcache.FullMemcacheMessage
-
- duplicate() - Method in interface io.netty.handler.codec.memcache.LastMemcacheContent
-
- duplicate() - Method in interface io.netty.handler.codec.memcache.MemcacheContent
-
- duplicate() - Method in class io.netty.handler.codec.mqtt.MqttPublishMessage
-
- duplicate() - Method in interface io.netty.handler.codec.redis.BulkStringRedisContent
-
- duplicate() - Method in class io.netty.handler.codec.redis.DefaultBulkStringRedisContent
-
- duplicate() - Method in class io.netty.handler.codec.redis.DefaultLastBulkStringRedisContent
-
- duplicate() - Method in class io.netty.handler.codec.redis.FullBulkStringRedisMessage
-
- duplicate() - Method in interface io.netty.handler.codec.redis.LastBulkStringRedisContent
-
- duplicate() - Method in class io.netty.handler.codec.smtp.DefaultLastSmtpContent
-
- duplicate() - Method in class io.netty.handler.codec.smtp.DefaultSmtpContent
-
- duplicate() - Method in interface io.netty.handler.codec.smtp.LastSmtpContent
-
- duplicate() - Method in interface io.netty.handler.codec.smtp.SmtpContent
-
- duplicate() - Method in class io.netty.handler.codec.spdy.DefaultSpdyDataFrame
-
- duplicate() - Method in class io.netty.handler.codec.spdy.DefaultSpdyUnknownFrame
-
- duplicate() - Method in interface io.netty.handler.codec.spdy.SpdyDataFrame
-
- duplicate() - Method in interface io.netty.handler.codec.spdy.SpdyUnknownFrame
-
- duplicate() - Method in class io.netty.handler.codec.stomp.DefaultLastStompContentSubframe
-
- duplicate() - Method in class io.netty.handler.codec.stomp.DefaultStompContentSubframe
-
- duplicate() - Method in class io.netty.handler.codec.stomp.DefaultStompFrame
-
- duplicate() - Method in interface io.netty.handler.codec.stomp.LastStompContentSubframe
-
- duplicate() - Method in interface io.netty.handler.codec.stomp.StompContentSubframe
-
- duplicate() - Method in interface io.netty.handler.codec.stomp.StompFrame
-
- duplicate() - Method in class io.netty.handler.ssl.PemPrivateKey
-
- duplicate() - Method in class io.netty.handler.ssl.PemX509Certificate
-
- duplicate() - Method in interface io.netty.resolver.dns.DnsServerAddressStream
-
Duplicate this object.
- DuplicatedByteBuf - Class in io.netty.buffer
-
- DuplicatedByteBuf(ByteBuf) - Constructor for class io.netty.buffer.DuplicatedByteBuf
-
Deprecated.
- duringDecode() - Method in exception io.netty.handler.codec.http2.Http2Exception.HeaderListSizeException
-
- DynamicAddressConnectHandler - Class in io.netty.handler.address
-
ChannelOutboundHandler
implementation which allows to dynamically replace the used
remoteAddress
and / or
localAddress
when making a connection attempt.
- DynamicAddressConnectHandler() - Constructor for class io.netty.handler.address.DynamicAddressConnectHandler
-
- E2BIG - Static variable in class io.netty.handler.codec.memcache.binary.BinaryMemcacheResponseStatus
-
- EARLY_HINTS - Static variable in class io.netty.handler.codec.http.HttpResponseStatus
-
103 Early Hints (RFC 8297)
- EHLO - Static variable in class io.netty.handler.codec.smtp.SmtpCommand
-
- ehlo(CharSequence) - Static method in class io.netty.handler.codec.smtp.SmtpRequests
-
Creates a EHLO
request.
- EINVA - Static variable in class io.netty.handler.codec.memcache.binary.BinaryMemcacheResponseStatus
-
- element() - Method in class io.netty.util.internal.EmptyPriorityQueue
-
- elementSize() - Method in interface io.netty.buffer.PoolSubpageMetric
-
Return the size (in bytes) of the elements that will be allocated.
- EmbeddedChannel - Class in io.netty.channel.embedded
-
Base class for
Channel
implementations that are used in an embedded fashion.
- EmbeddedChannel() - Constructor for class io.netty.channel.embedded.EmbeddedChannel
-
Create a new instance with an EmbeddedChannelId
and an empty pipeline.
- EmbeddedChannel(ChannelId) - Constructor for class io.netty.channel.embedded.EmbeddedChannel
-
Create a new instance with the specified ID and an empty pipeline.
- EmbeddedChannel(ChannelHandler...) - Constructor for class io.netty.channel.embedded.EmbeddedChannel
-
Create a new instance with the pipeline initialized with the specified handlers.
- EmbeddedChannel(boolean, ChannelHandler...) - Constructor for class io.netty.channel.embedded.EmbeddedChannel
-
Create a new instance with the pipeline initialized with the specified handlers.
- EmbeddedChannel(boolean, boolean, ChannelHandler...) - Constructor for class io.netty.channel.embedded.EmbeddedChannel
-
Create a new instance with the pipeline initialized with the specified handlers.
- EmbeddedChannel(ChannelId, ChannelHandler...) - Constructor for class io.netty.channel.embedded.EmbeddedChannel
-
Create a new instance with the channel ID set to the given ID and the pipeline
initialized with the specified handlers.
- EmbeddedChannel(ChannelId, boolean, ChannelHandler...) - Constructor for class io.netty.channel.embedded.EmbeddedChannel
-
Create a new instance with the channel ID set to the given ID and the pipeline
initialized with the specified handlers.
- EmbeddedChannel(ChannelId, boolean, boolean, ChannelHandler...) - Constructor for class io.netty.channel.embedded.EmbeddedChannel
-
Create a new instance with the channel ID set to the given ID and the pipeline
initialized with the specified handlers.
- EmbeddedChannel(Channel, ChannelId, boolean, boolean, ChannelHandler...) - Constructor for class io.netty.channel.embedded.EmbeddedChannel
-
Create a new instance with the channel ID set to the given ID and the pipeline
initialized with the specified handlers.
- EmbeddedChannel(ChannelId, boolean, ChannelConfig, ChannelHandler...) - Constructor for class io.netty.channel.embedded.EmbeddedChannel
-
Create a new instance with the channel ID set to the given ID and the pipeline
initialized with the specified handlers.
- empty() - Static method in class io.netty.channel.SingleThreadEventLoop.ChannelsReadOnlyIterator
-
- EMPTY - Static variable in class io.netty.handler.codec.http.websocketx.WebSocketCloseStatus
-
- EMPTY - Static variable in class io.netty.handler.codec.smtp.SmtpCommand
-
- empty(CharSequence...) - Static method in class io.netty.handler.codec.smtp.SmtpRequests
-
Creates a EMPTY
request.
- EMPTY_ASCII_STRINGS - Static variable in class io.netty.util.internal.EmptyArrays
-
- EMPTY_BUFFER - Static variable in class io.netty.buffer.Unpooled
-
A buffer whose capacity is 0
.
- EMPTY_BYTE_BUFFERS - Static variable in class io.netty.util.internal.EmptyArrays
-
- EMPTY_BYTES - Static variable in class io.netty.util.internal.EmptyArrays
-
- EMPTY_CERTIFICATES - Static variable in class io.netty.util.internal.EmptyArrays
-
- EMPTY_CHARS - Static variable in class io.netty.util.internal.EmptyArrays
-
- EMPTY_CLASSES - Static variable in class io.netty.util.internal.EmptyArrays
-
- EMPTY_HEADERS - Static variable in class io.netty.handler.codec.http.HttpHeaders
-
- EMPTY_INSTANCE - Static variable in class io.netty.handler.codec.redis.ArrayRedisMessage
-
- EMPTY_INSTANCE - Static variable in class io.netty.handler.codec.redis.FullBulkStringRedisMessage
-
- EMPTY_INTS - Static variable in class io.netty.util.internal.EmptyArrays
-
- EMPTY_JAVAX_X509_CERTIFICATES - Static variable in class io.netty.util.internal.EmptyArrays
-
- EMPTY_LAST_CONTENT - Static variable in interface io.netty.handler.codec.http.LastHttpContent
-
The 'end of content' marker in chunked encoding.
- EMPTY_LAST_CONTENT - Static variable in interface io.netty.handler.codec.memcache.LastMemcacheContent
-
- EMPTY_LAST_CONTENT - Static variable in interface io.netty.handler.codec.redis.LastBulkStringRedisContent
-
The 'end of content' marker in chunked encoding.
- EMPTY_LAST_CONTENT - Static variable in interface io.netty.handler.codec.smtp.LastSmtpContent
-
- EMPTY_LAST_CONTENT - Static variable in interface io.netty.handler.codec.stomp.LastStompContentSubframe
-
- EMPTY_OBJECTS - Static variable in class io.netty.util.internal.EmptyArrays
-
- EMPTY_STACK_TRACE - Static variable in class io.netty.util.internal.EmptyArrays
-
- EMPTY_STRING - Static variable in class io.netty.util.AsciiString
-
- EMPTY_STRING - Static variable in class io.netty.util.internal.StringUtil
-
- EMPTY_STRINGS - Static variable in class io.netty.util.internal.EmptyArrays
-
- EMPTY_THROWABLES - Static variable in class io.netty.util.internal.EmptyArrays
-
- EMPTY_X509_CERTIFICATES - Static variable in class io.netty.util.internal.EmptyArrays
-
- EmptyArrays - Class in io.netty.util.internal
-
- EmptyByteBuf - Class in io.netty.buffer
-
An empty
ByteBuf
whose capacity and maximum capacity are all
0
.
- EmptyByteBuf(ByteBufAllocator) - Constructor for class io.netty.buffer.EmptyByteBuf
-
- EmptyHeaders<K,V,T extends Headers<K,V,T>> - Class in io.netty.handler.codec
-
- EmptyHeaders() - Constructor for class io.netty.handler.codec.EmptyHeaders
-
- EmptyHttp2Headers - Class in io.netty.handler.codec.http2
-
- EmptyHttpHeaders - Class in io.netty.handler.codec.http
-
- EmptyHttpHeaders() - Constructor for class io.netty.handler.codec.http.EmptyHttpHeaders
-
- emptyMap() - Static method in class io.netty.util.collection.ByteCollections
-
- emptyMap() - Static method in class io.netty.util.collection.CharCollections
-
- emptyMap() - Static method in class io.netty.util.collection.IntCollections
-
- emptyMap() - Static method in class io.netty.util.collection.LongCollections
-
- emptyMap() - Static method in class io.netty.util.collection.ShortCollections
-
- EmptyPriorityQueue<T> - Class in io.netty.util.internal
-
- enableOcsp(boolean) - Method in class io.netty.handler.ssl.SslContextBuilder
-
Enables OCSP stapling.
- encapsulatedTLVs() - Method in class io.netty.handler.codec.haproxy.HAProxySSLTLV
-
Returns an unmodifiable Set of encapsulated
HAProxyTLV
s.
- encode(Map.Entry<CharSequence, CharSequence>) - Method in class io.netty.handler.codec.AsciiHeadersEncoder
-
- encode(ByteBuf) - Static method in class io.netty.handler.codec.base64.Base64
-
- encode(ByteBuf, Base64Dialect) - Static method in class io.netty.handler.codec.base64.Base64
-
- encode(ByteBuf, boolean) - Static method in class io.netty.handler.codec.base64.Base64
-
- encode(ByteBuf, boolean, Base64Dialect) - Static method in class io.netty.handler.codec.base64.Base64
-
- encode(ByteBuf, int, int) - Static method in class io.netty.handler.codec.base64.Base64
-
- encode(ByteBuf, int, int, Base64Dialect) - Static method in class io.netty.handler.codec.base64.Base64
-
- encode(ByteBuf, int, int, boolean) - Static method in class io.netty.handler.codec.base64.Base64
-
- encode(ByteBuf, int, int, boolean, Base64Dialect) - Static method in class io.netty.handler.codec.base64.Base64
-
- encode(ByteBuf, int, int, boolean, Base64Dialect, ByteBufAllocator) - Static method in class io.netty.handler.codec.base64.Base64
-
- encode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.base64.Base64Encoder
-
- encode(ChannelHandlerContext, byte[], List<Object>) - Method in class io.netty.handler.codec.bytes.ByteArrayEncoder
-
- encode(ChannelHandlerContext, I, ByteBuf) - Method in class io.netty.handler.codec.ByteToMessageCodec
-
- encode(ChannelHandlerContext, ByteBuf, ByteBuf) - Method in class io.netty.handler.codec.compression.BrotliEncoder
-
- encode(ChannelHandlerContext, ByteBuf, ByteBuf) - Method in class io.netty.handler.codec.compression.Bzip2Encoder
-
- encode(ChannelHandlerContext, ByteBuf, ByteBuf) - Method in class io.netty.handler.codec.compression.FastLzFrameEncoder
-
- encode(ChannelHandlerContext, ByteBuf, ByteBuf) - Method in class io.netty.handler.codec.compression.JdkZlibEncoder
-
- encode(ChannelHandlerContext, ByteBuf, ByteBuf) - Method in class io.netty.handler.codec.compression.JZlibEncoder
-
- encode(ChannelHandlerContext, ByteBuf, ByteBuf) - Method in class io.netty.handler.codec.compression.Lz4FrameEncoder
-
- encode(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(ByteBuf, ByteBuf, int) - Method in class io.netty.handler.codec.compression.Snappy
-
- encode(ChannelHandlerContext, ByteBuf, ByteBuf) - Method in class io.netty.handler.codec.compression.SnappyFrameEncoder
-
- encode(ChannelHandlerContext, ByteBuf, ByteBuf) - Method in class io.netty.handler.codec.compression.ZstdEncoder
-
- encode(ChannelHandlerContext, AddressedEnvelope<M, InetSocketAddress>, List<Object>) - Method in class io.netty.handler.codec.DatagramPacketEncoder
-
- encode(ChannelHandlerContext, AddressedEnvelope<DnsQuery, InetSocketAddress>, List<Object>) - Method in class io.netty.handler.codec.dns.DatagramDnsQueryEncoder
-
- encode(ChannelHandlerContext, AddressedEnvelope<DnsResponse, InetSocketAddress>, List<Object>) - Method in class io.netty.handler.codec.dns.DatagramDnsResponseEncoder
-
- encode(ChannelHandlerContext, DnsQuery, ByteBuf) - Method in class io.netty.handler.codec.dns.TcpDnsQueryEncoder
-
- encode(ChannelHandlerContext, DnsResponse, List<Object>) - Method in class io.netty.handler.codec.dns.TcpDnsResponseEncoder
-
- encode(ChannelHandlerContext, HAProxyMessage, ByteBuf) - Method in class io.netty.handler.codec.haproxy.HAProxyMessageEncoder
-
- encode(String, String) - Static method in class io.netty.handler.codec.http.ClientCookieEncoder
-
Deprecated.
- encode(Cookie) - Static method in class io.netty.handler.codec.http.ClientCookieEncoder
-
Deprecated.
- encode(Cookie...) - Static method in class io.netty.handler.codec.http.ClientCookieEncoder
-
Deprecated.
- encode(Iterable<Cookie>) - Static method in class io.netty.handler.codec.http.ClientCookieEncoder
-
Deprecated.
- encode(String, String) - Method in class io.netty.handler.codec.http.cookie.ClientCookieEncoder
-
Encodes the specified cookie into a Cookie header value.
- encode(Cookie) - Method in class io.netty.handler.codec.http.cookie.ClientCookieEncoder
-
Encodes the specified cookie into a Cookie header value.
- encode(Cookie...) - Method in class io.netty.handler.codec.http.cookie.ClientCookieEncoder
-
Encodes the specified cookies into a single Cookie header value.
- encode(Collection<? extends Cookie>) - Method in class io.netty.handler.codec.http.cookie.ClientCookieEncoder
-
Encodes the specified cookies into a single Cookie header value.
- encode(Iterable<? extends Cookie>) - Method in class io.netty.handler.codec.http.cookie.ClientCookieEncoder
-
Encodes the specified cookies into a single Cookie header value.
- encode(String, String) - Method in class io.netty.handler.codec.http.cookie.ServerCookieEncoder
-
Encodes the specified cookie name-value pair into a Set-Cookie header value.
- encode(Cookie) - Method in class io.netty.handler.codec.http.cookie.ServerCookieEncoder
-
Encodes the specified cookie into a Set-Cookie header value.
- encode(Cookie...) - Method in class io.netty.handler.codec.http.cookie.ServerCookieEncoder
-
Batch encodes cookies into Set-Cookie header values.
- encode(Collection<? extends Cookie>) - Method in class io.netty.handler.codec.http.cookie.ServerCookieEncoder
-
Batch encodes cookies into Set-Cookie header values.
- encode(Iterable<? extends Cookie>) - Method in class io.netty.handler.codec.http.cookie.ServerCookieEncoder
-
Batch encodes cookies into Set-Cookie header values.
- encode(ChannelHandlerContext, HttpObject, List<Object>) - Method in class io.netty.handler.codec.http.HttpContentEncoder
-
- encode(ChannelHandlerContext, Object, List<Object>) - Method in class io.netty.handler.codec.http.HttpObjectEncoder
-
- encode(String, String) - Static method in class io.netty.handler.codec.http.ServerCookieEncoder
-
Deprecated.
- encode(Cookie) - Static method in class io.netty.handler.codec.http.ServerCookieEncoder
-
Deprecated.
- encode(Cookie...) - Static method in class io.netty.handler.codec.http.ServerCookieEncoder
-
Deprecated.
- encode(Collection<Cookie>) - Static method in class io.netty.handler.codec.http.ServerCookieEncoder
-
Deprecated.
- encode(Iterable<Cookie>) - Static method in class io.netty.handler.codec.http.ServerCookieEncoder
-
Deprecated.
- encode(ChannelHandlerContext, WebSocketFrame, List<Object>) - Method in class io.netty.handler.codec.http.websocketx.WebSocket00FrameEncoder
-
- encode(ChannelHandlerContext, WebSocketFrame, List<Object>) - Method in class io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder
-
- encode(ChannelHandlerContext, HttpObject, List<Object>) - Method in class io.netty.handler.codec.http2.Http2StreamFrameToHttpObjectCodec
-
- 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(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, MessageNano, List<Object>) - Method in class io.netty.handler.codec.protobuf.ProtobufEncoderNano
-
- encode(ChannelHandlerContext, ByteBuf, ByteBuf) - Method in class io.netty.handler.codec.protobuf.ProtobufVarint32LengthFieldPrepender
-
- encode(ChannelHandlerContext, RedisMessage, List<Object>) - Method in class io.netty.handler.codec.redis.RedisEncoder
-
- encode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.sctp.SctpOutboundByteStreamHandler
-
- encode(ChannelHandlerContext, Serializable, ByteBuf) - Method in class io.netty.handler.codec.serialization.CompatibleObjectEncoder
-
Deprecated.
- encode(ChannelHandlerContext, Serializable, ByteBuf) - Method in class io.netty.handler.codec.serialization.ObjectEncoder
-
Deprecated.
- encode(ChannelHandlerContext, Object, List<Object>) - Method in class io.netty.handler.codec.smtp.SmtpRequestEncoder
-
- encode(ChannelHandlerContext, SocksMessage, ByteBuf) - Method in class io.netty.handler.codec.socks.SocksMessageEncoder
-
- encode(ChannelHandlerContext, Socks4CommandRequest, ByteBuf) - Method in class io.netty.handler.codec.socksx.v4.Socks4ClientEncoder
-
- encode(ChannelHandlerContext, Socks4CommandResponse, ByteBuf) - Method in class io.netty.handler.codec.socksx.v4.Socks4ServerEncoder
-
- encode(ChannelHandlerContext, Socks5Message, ByteBuf) - Method in class io.netty.handler.codec.socksx.v5.Socks5ClientEncoder
-
- encode(ChannelHandlerContext, Socks5Message, ByteBuf) - Method in class io.netty.handler.codec.socksx.v5.Socks5ServerEncoder
-
- encode(ByteBufAllocator, SpdyHeadersFrame) - Method in class io.netty.handler.codec.spdy.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.LineEncoder
-
- 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.
- encodeAsByteBuf(ByteBuf) - Method in class io.netty.handler.codec.socks.SocksAuthRequest
-
- encodeAsByteBuf(ByteBuf) - Method in class io.netty.handler.codec.socks.SocksAuthResponse
-
- encodeAsByteBuf(ByteBuf) - Method in class io.netty.handler.codec.socks.SocksCmdRequest
-
- encodeAsByteBuf(ByteBuf) - Method in class io.netty.handler.codec.socks.SocksCmdResponse
-
- encodeAsByteBuf(ByteBuf) - Method in class io.netty.handler.codec.socks.SocksInitRequest
-
- encodeAsByteBuf(ByteBuf) - Method in class io.netty.handler.codec.socks.SocksInitResponse
-
- encodeAsByteBuf(ByteBuf) - Method in class io.netty.handler.codec.socks.SocksMessage
-
- encodeAsByteBuf(ByteBuf) - Method in class io.netty.handler.codec.socks.UnknownSocksRequest
-
- encodeAsByteBuf(ByteBuf) - Method in class io.netty.handler.codec.socks.UnknownSocksResponse
-
- encodeAscii(CharSequence, ByteBuf) - Static method in class io.netty.handler.codec.http.HttpHeaders
-
Deprecated.
- encodeAscii(String, ByteBuf) - Static method in class io.netty.handler.codec.http.HttpObjectEncoder
-
Deprecated.
- encodeDataFrame(ByteBufAllocator, int, boolean, ByteBuf) - Method in class io.netty.handler.codec.spdy.SpdyFrameEncoder
-
- encodeGoAwayFrame(ByteBufAllocator, int, int) - Method in class io.netty.handler.codec.spdy.SpdyFrameEncoder
-
- encodeHeader(ByteBuf, 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
-
- encodeHeaders(int, Http2Headers, ByteBuf) - Method in class io.netty.handler.codec.http2.DefaultHttp2HeadersEncoder
-
- encodeHeaders(int, Http2Headers, ByteBuf) - Method in interface io.netty.handler.codec.http2.Http2HeadersEncoder
-
Encodes the given headers and writes the output headers block to the given output buffer.
- encodeHeadersFrame(ByteBufAllocator, int, boolean, ByteBuf) - Method in class io.netty.handler.codec.spdy.SpdyFrameEncoder
-
- encodeInitialLine(ByteBuf, H) - Method in class io.netty.handler.codec.http.HttpObjectEncoder
-
- encodeInitialLine(ByteBuf, HttpRequest) - Method in class io.netty.handler.codec.http.HttpRequestEncoder
-
- encodeInitialLine(ByteBuf, HttpResponse) - Method in class io.netty.handler.codec.http.HttpResponseEncoder
-
- encodeInitialLine(ByteBuf, HttpMessage) - Method in class io.netty.handler.codec.rtsp.RtspEncoder
-
- encodeMessage(ChannelHandlerContext, M) - Method in class io.netty.handler.codec.memcache.AbstractMemcacheObjectEncoder
-
- encodeMessage(ChannelHandlerContext, M) - Method in class io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheEncoder
-
- encodeName(String, ByteBuf) - Method in class io.netty.handler.codec.dns.DefaultDnsRecordEncoder
-
- encodePingFrame(ByteBufAllocator, int) - Method in class io.netty.handler.codec.spdy.SpdyFrameEncoder
-
- encodeQuestion(DnsQuestion, ByteBuf) - Method in class io.netty.handler.codec.dns.DefaultDnsRecordEncoder
-
- encodeQuestion(DnsQuestion, ByteBuf) - Method in interface io.netty.handler.codec.dns.DnsRecordEncoder
-
- encoder() - Method in class io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
-
- encoder() - Method in class io.netty.handler.codec.http2.Http2ConnectionHandler
-
- encoder(Charset, CodingErrorAction, CodingErrorAction) - Static method in class io.netty.util.CharsetUtil
-
- encoder(Charset, CodingErrorAction) - Static method in class io.netty.util.CharsetUtil
-
- encoder(Charset) - Static method in class io.netty.util.CharsetUtil
-
- encodeRecord(DnsRecord, ByteBuf) - Method in class io.netty.handler.codec.dns.DefaultDnsRecordEncoder
-
- encodeRecord(DnsRecord, ByteBuf) - Method in interface io.netty.handler.codec.dns.DnsRecordEncoder
-
- encoderEnforceMaxConcurrentStreams() - Method in class io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
-
Returns if the encoder should queue frames if the maximum number of concurrent streams
would otherwise be exceeded.
- encoderEnforceMaxConcurrentStreams(boolean) - Method in class io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
-
Sets if the encoder should queue frames if the maximum number of concurrent streams
would otherwise be exceeded.
- encoderEnforceMaxConcurrentStreams(boolean) - Method in class io.netty.handler.codec.http2.Http2ConnectionHandlerBuilder
-
- encoderEnforceMaxConcurrentStreams() - Method in class io.netty.handler.codec.http2.Http2FrameCodecBuilder
-
- encoderEnforceMaxConcurrentStreams(boolean) - Method in class io.netty.handler.codec.http2.Http2FrameCodecBuilder
-
- encoderEnforceMaxConcurrentStreams() - Method in class io.netty.handler.codec.http2.Http2MultiplexCodecBuilder
-
Deprecated.
- encoderEnforceMaxConcurrentStreams(boolean) - Method in class io.netty.handler.codec.http2.Http2MultiplexCodecBuilder
-
Deprecated.
- encoderEnforceMaxConcurrentStreams(boolean) - Method in class io.netty.handler.codec.http2.HttpToHttp2ConnectionHandlerBuilder
-
- encoderEnforceMaxQueuedControlFrames() - Method in class io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
-
Returns the maximum number of queued control frames that are allowed before the connection is closed.
- encoderEnforceMaxQueuedControlFrames(int) - Method in class io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
-
Sets the maximum number of queued control frames that are allowed before the connection is closed.
- encoderEnforceMaxQueuedControlFrames() - Method in class io.netty.handler.codec.http2.Http2FrameCodecBuilder
-
- encoderEnforceMaxQueuedControlFrames(int) - Method in class io.netty.handler.codec.http2.Http2FrameCodecBuilder
-
- encoderEnforceMaxQueuedControlFrames() - Method in class io.netty.handler.codec.http2.Http2MultiplexCodecBuilder
-
Deprecated.
- encoderEnforceMaxQueuedControlFrames(int) - Method in class io.netty.handler.codec.http2.Http2MultiplexCodecBuilder
-
Deprecated.
- EncoderException - Exception in io.netty.handler.codec
-
- 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.
- encoderFilter() - Method in interface io.netty.handler.codec.http.websocketx.extensions.WebSocketExtensionFilterProvider
-
- encoderIgnoreMaxHeaderListSize(boolean) - Method in class io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
-
- encoderIgnoreMaxHeaderListSize(boolean) - Method in class io.netty.handler.codec.http2.Http2ConnectionHandlerBuilder
-
- encoderIgnoreMaxHeaderListSize(boolean) - Method in class io.netty.handler.codec.http2.Http2FrameCodecBuilder
-
- encoderIgnoreMaxHeaderListSize(boolean) - Method in class io.netty.handler.codec.http2.Http2MultiplexCodecBuilder
-
Deprecated.
- encoderIgnoreMaxHeaderListSize(boolean) - Method in class io.netty.handler.codec.http2.HttpToHttp2ConnectionHandlerBuilder
-
- encodeRstStreamFrame(ByteBufAllocator, int, int) - Method in class io.netty.handler.codec.spdy.SpdyFrameEncoder
-
- encodeSettingsFrame(ByteBufAllocator, SpdySettingsFrame) - Method in class io.netty.handler.codec.spdy.SpdyFrameEncoder
-
- encodeString(ByteBufAllocator, CharBuffer, Charset) - Static method in class io.netty.buffer.ByteBufUtil
-
- encodeString(ByteBufAllocator, CharBuffer, Charset, int) - Static method in class io.netty.buffer.ByteBufUtil
-
- encodeSynReplyFrame(ByteBufAllocator, int, boolean, ByteBuf) - Method in class io.netty.handler.codec.spdy.SpdyFrameEncoder
-
- encodeSynStreamFrame(ByteBufAllocator, int, int, byte, boolean, boolean, ByteBuf) - Method in class io.netty.handler.codec.spdy.SpdyFrameEncoder
-
- encodeUnknownFrame(ByteBufAllocator, int, byte, ByteBuf) - Method in class io.netty.handler.codec.spdy.SpdyFrameEncoder
-
- encodeWindowUpdateFrame(ByteBufAllocator, int, int) - Method in class io.netty.handler.codec.spdy.SpdyFrameEncoder
-
- encoding() - Method in class io.netty.handler.codec.xml.XmlDocumentStart
-
Return defined or guessed XML encoding
- encodingScheme() - Method in class io.netty.handler.codec.xml.XmlDocumentStart
-
Return defined encoding or null
- END_HEADERS - Static variable in class io.netty.handler.codec.http2.Http2Flags
-
- END_STREAM - Static variable in class io.netty.handler.codec.http2.Http2Flags
-
- EndOfDataDecoderException() - Constructor for exception io.netty.handler.codec.http.multipart.HttpPostRequestDecoder.EndOfDataDecoderException
-
- endOffset() - Method in class io.netty.handler.stream.ChunkedFile
-
Returns the offset in the file where the transfer will end.
- endOffset() - Method in class io.netty.handler.stream.ChunkedNioFile
-
Returns the offset in the file where the transfer will end.
- endOfHeaders() - Method in class io.netty.handler.codec.http2.Http2Flags
-
- endOfHeaders(boolean) - Method in class io.netty.handler.codec.http2.Http2Flags
-
- endOfStream - Variable in class io.netty.handler.codec.http2.DefaultHttp2ConnectionEncoder.FlowControlledBase
-
- endOfStream() - Method in class io.netty.handler.codec.http2.Http2Flags
-
- endOfStream(boolean) - Method in class io.netty.handler.codec.http2.Http2Flags
-
- ENDPOINT_UNAVAILABLE - Static variable in class io.netty.handler.codec.http.websocketx.WebSocketCloseStatus
-
- endpointIdentificationAlgorithm(String) - Method in class io.netty.handler.ssl.SslContextBuilder
-
Specify the endpoint identification algorithm (aka. hostname verification algorithm) that clients will use as
part of authenticating servers.
- endsWith(CharSequence) - Method in class io.netty.util.AsciiString
-
Compares the specified string to this string to determine if the specified string is a suffix.
- endsWith(CharSequence, char) - Static method in class io.netty.util.internal.StringUtil
-
Determine if the string s
ends with the char c
.
- engine() - Method in class io.netty.handler.ssl.SslHandler
-
Returns the
SSLEngine
which is used by this handler.
- engineGetKeyManagers() - Method in class io.netty.handler.ssl.util.KeyManagerFactoryWrapper
-
- engineGetKeyManagers() - Method in class io.netty.handler.ssl.util.SimpleKeyManagerFactory
-
Returns one key manager for each type of key material.
- engineGetTrustManagers() - Method in class io.netty.handler.ssl.util.FingerprintTrustManagerFactory
-
- engineGetTrustManagers() - Method in class io.netty.handler.ssl.util.InsecureTrustManagerFactory
-
- engineGetTrustManagers() - Method in class io.netty.handler.ssl.util.SimpleTrustManagerFactory
-
Returns one trust manager for each type of trust material.
- engineGetTrustManagers() - Method in class io.netty.handler.ssl.util.TrustManagerFactoryWrapper
-
- engineInit(KeyStore) - Method in class io.netty.handler.ssl.util.FingerprintTrustManagerFactory
-
- engineInit(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, char[]) - Method in class io.netty.handler.ssl.util.KeyManagerFactoryWrapper
-
- engineInit(ManagerFactoryParameters) - Method in class io.netty.handler.ssl.util.KeyManagerFactoryWrapper
-
- engineInit(KeyStore, char[]) - Method in class io.netty.handler.ssl.util.SimpleKeyManagerFactory
-
Initializes this factory with a source of certificate authorities and related key material.
- engineInit(ManagerFactoryParameters) - Method in class io.netty.handler.ssl.util.SimpleKeyManagerFactory
-
Initializes this factory with a source of provider-specific key material.
- engineInit(KeyStore) - Method in class io.netty.handler.ssl.util.SimpleTrustManagerFactory
-
Initializes this factory with a source of certificate authorities and related trust material.
- engineInit(ManagerFactoryParameters) - Method in class io.netty.handler.ssl.util.SimpleTrustManagerFactory
-
Initializes this factory with a source of provider-specific key material.
- engineInit(KeyStore) - Method in class io.netty.handler.ssl.util.TrustManagerFactoryWrapper
-
- engineInit(ManagerFactoryParameters) - Method in class io.netty.handler.ssl.util.TrustManagerFactoryWrapper
-
- ENOMEM - Static variable in class io.netty.handler.codec.memcache.binary.BinaryMemcacheResponseStatus
-
- ensureAccessible() - Method in class io.netty.buffer.AbstractByteBuf
-
Should be called by every method that tries to access the buffers content to check
if the buffer was released before.
- ensureAccessible(ByteBuf) - Static method in class io.netty.buffer.ByteBufUtil
-
- ensureAvailability() - Static method in class io.netty.channel.epoll.Epoll
-
- ensureAvailability() - Static method in class io.netty.channel.kqueue.KQueue
-
- ensureAvailability() - Static method in class io.netty.channel.unix.Unix
-
Deprecated.
- ensureAvailability() - Static method in class io.netty.handler.codec.compression.Brotli
-
Throws when brotli support is missing from the classpath or is unavailable on this platform
- ensureAvailability() - Static method in class io.netty.handler.codec.compression.Zstd
-
Throws when zstd support is missing from the classpath or is unavailable on this platform
- ensureAvailability() - Static method in class io.netty.handler.ssl.OpenSsl
-
- ensureAvailability() - Static method in class io.netty.resolver.dns.macos.MacOSDnsServerAddressStreamProvider
-
- ensureNotSharable() - Method in class io.netty.channel.ChannelHandlerAdapter
-
- ensureOpen(ChannelPromise) - Method in class io.netty.channel.AbstractChannel.AbstractUnsafe
-
- ensureOpen() - Method in class io.netty.channel.embedded.EmbeddedChannel
-
Ensure the
Channel
is open and if not throw an exception.
- ensureSunSslEngineAvailability() - Static method in class io.netty.handler.ssl.SslMasterKeyHandler
-
Ensure that SSLSessionImpl is available.
- ensureWritable(int) - Method in class io.netty.buffer.AbstractByteBuf
-
- ensureWritable(int, boolean) - Method in class io.netty.buffer.AbstractByteBuf
-
- ensureWritable(int) - Method in class io.netty.buffer.ByteBuf
-
- ensureWritable(int, boolean) - Method in class io.netty.buffer.ByteBuf
-
- ensureWritable(int) - Method in class io.netty.buffer.CompositeByteBuf
-
- ensureWritable(int) - Method in class io.netty.buffer.EmptyByteBuf
-
- ensureWritable(int, boolean) - Method in class io.netty.buffer.EmptyByteBuf
-
- ensureWritable(int, boolean) - Method in class io.netty.buffer.ReadOnlyByteBuf
-
Deprecated.
- ensureWritable(int) - Method in class io.netty.buffer.ReadOnlyByteBuf
-
Deprecated.
- ensureWritable(int) - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- ensureWritable(int, boolean) - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- ensureWritableSuccess(int) - Static method in class io.netty.buffer.ByteBufUtil
-
- entries() - Method in class io.netty.handler.codec.http.DefaultHttpHeaders
-
- entries() - Method in class io.netty.handler.codec.http.EmptyHttpHeaders
-
- entries() - Method in class io.netty.handler.codec.http.HttpHeaders
-
Returns a new
List
that contains all headers in this object.
- entries() - Method in class io.netty.handler.codec.http.ReadOnlyHttpHeaders
-
- entries() - Method in class io.netty.util.collection.ByteObjectHashMap
-
- entries() - Method in interface io.netty.util.collection.ByteObjectMap
-
Gets an iterable to traverse over the primitive entries contained in this map.
- entries() - Method in class io.netty.util.collection.CharObjectHashMap
-
- entries() - Method in interface io.netty.util.collection.CharObjectMap
-
Gets an iterable to traverse over the primitive entries contained in this map.
- entries() - Method in class io.netty.util.collection.IntObjectHashMap
-
- entries() - Method in interface io.netty.util.collection.IntObjectMap
-
Gets an iterable to traverse over the primitive entries contained in this map.
- entries() - Method in class io.netty.util.collection.LongObjectHashMap
-
- entries() - Method in interface io.netty.util.collection.LongObjectMap
-
Gets an iterable to traverse over the primitive entries contained in this map.
- entries() - Method in class io.netty.util.collection.ShortObjectHashMap
-
- entries() - Method in interface io.netty.util.collection.ShortObjectMap
-
Gets an iterable to traverse over the primitive entries contained in this map.
- entrySet() - Method in class io.netty.util.collection.ByteObjectHashMap
-
- entrySet() - Method in class io.netty.util.collection.CharObjectHashMap
-
- entrySet() - Method in class io.netty.util.collection.IntObjectHashMap
-
- entrySet() - Method in class io.netty.util.collection.LongObjectHashMap
-
- entrySet() - Method in class io.netty.util.collection.ShortObjectHashMap
-
- Epoll - Class in io.netty.channel.epoll
-
- EPOLL_MODE - Static variable in class io.netty.channel.epoll.EpollChannelOption
-
- epollBusyWait(FileDescriptor, EpollEventArray) - Static method in class io.netty.channel.epoll.Native
-
- EpollChannelConfig - Class in io.netty.channel.epoll
-
- EpollChannelConfig(Channel) - Constructor for class io.netty.channel.epoll.EpollChannelConfig
-
- EpollChannelConfig(Channel, RecvByteBufAllocator) - Constructor for class io.netty.channel.epoll.EpollChannelConfig
-
- EpollChannelOption<T> - Class in io.netty.channel.epoll
-
- epollCtlAdd(int, int, int) - Static method in class io.netty.channel.epoll.Native
-
- epollCtlDel(int, int) - Static method in class io.netty.channel.epoll.Native
-
- epollCtlMod(int, int, int) - Static method in class io.netty.channel.epoll.Native
-
- EpollDatagramChannel - Class in io.netty.channel.epoll
-
DatagramChannel
implementation that uses linux EPOLL Edge-Triggered Mode for
maximal performance.
- EpollDatagramChannel() - Constructor for class io.netty.channel.epoll.EpollDatagramChannel
-
Create a new instance which selects the
InternetProtocolFamily
to use depending
on the Operation Systems default which will be chosen.
- EpollDatagramChannel(InternetProtocolFamily) - Constructor for class io.netty.channel.epoll.EpollDatagramChannel
-
- EpollDatagramChannel(int) - Constructor for class io.netty.channel.epoll.EpollDatagramChannel
-
Create a new instance which selects the
InternetProtocolFamily
to use depending
on the Operation Systems default which will be chosen.
- EpollDatagramChannelConfig - Class in io.netty.channel.epoll
-
- EpollDomainDatagramChannel - Class in io.netty.channel.epoll
-
- EpollDomainDatagramChannel() - Constructor for class io.netty.channel.epoll.EpollDomainDatagramChannel
-
- EpollDomainDatagramChannel(int) - Constructor for class io.netty.channel.epoll.EpollDomainDatagramChannel
-
- EpollDomainDatagramChannelConfig - Class in io.netty.channel.epoll
-
- EpollDomainSocketChannel - Class in io.netty.channel.epoll
-
- EpollDomainSocketChannel() - Constructor for class io.netty.channel.epoll.EpollDomainSocketChannel
-
- EpollDomainSocketChannel(int) - Constructor for class io.netty.channel.epoll.EpollDomainSocketChannel
-
- EpollDomainSocketChannel(Channel, LinuxSocket) - Constructor for class io.netty.channel.epoll.EpollDomainSocketChannel
-
- EpollDomainSocketChannel(int, boolean) - Constructor for class io.netty.channel.epoll.EpollDomainSocketChannel
-
- EpollDomainSocketChannelConfig - Class in io.netty.channel.epoll
-
- EPOLLERR - Static variable in class io.netty.channel.epoll.Native
-
- EPOLLET - Static variable in class io.netty.channel.epoll.Native
-
- EpollEventArray - Class in io.netty.channel.epoll
-
This is an internal datastructure which can be directly passed to epoll_wait to reduce the overhead.
- EpollEventLoop - Class in io.netty.channel.epoll
-
- EpollEventLoopGroup - Class in io.netty.channel.epoll
-
- EpollEventLoopGroup() - Constructor for class io.netty.channel.epoll.EpollEventLoopGroup
-
Create a new instance using the default number of threads and the default
ThreadFactory
.
- EpollEventLoopGroup(int) - Constructor for class io.netty.channel.epoll.EpollEventLoopGroup
-
Create a new instance using the specified number of threads and the default
ThreadFactory
.
- EpollEventLoopGroup(ThreadFactory) - Constructor for class io.netty.channel.epoll.EpollEventLoopGroup
-
Create a new instance using the default number of threads and the given
ThreadFactory
.
- EpollEventLoopGroup(int, SelectStrategyFactory) - Constructor for class io.netty.channel.epoll.EpollEventLoopGroup
-
Create a new instance using the specified number of threads and the default
ThreadFactory
.
- EpollEventLoopGroup(int, ThreadFactory) - Constructor for class io.netty.channel.epoll.EpollEventLoopGroup
-
Create a new instance using the specified number of threads and the given
ThreadFactory
.
- EpollEventLoopGroup(int, Executor) - Constructor for class io.netty.channel.epoll.EpollEventLoopGroup
-
- EpollEventLoopGroup(int, ThreadFactory, SelectStrategyFactory) - Constructor for class io.netty.channel.epoll.EpollEventLoopGroup
-
Create a new instance using the specified number of threads and the given
ThreadFactory
.
- EpollEventLoopGroup(int, ThreadFactory, int) - Constructor for class io.netty.channel.epoll.EpollEventLoopGroup
-
- EpollEventLoopGroup(int, ThreadFactory, int, SelectStrategyFactory) - Constructor for class io.netty.channel.epoll.EpollEventLoopGroup
-
- EpollEventLoopGroup(int, Executor, SelectStrategyFactory) - Constructor for class io.netty.channel.epoll.EpollEventLoopGroup
-
- EpollEventLoopGroup(int, Executor, EventExecutorChooserFactory, SelectStrategyFactory) - Constructor for class io.netty.channel.epoll.EpollEventLoopGroup
-
- EpollEventLoopGroup(int, Executor, EventExecutorChooserFactory, SelectStrategyFactory, RejectedExecutionHandler) - Constructor for class io.netty.channel.epoll.EpollEventLoopGroup
-
- EpollEventLoopGroup(int, Executor, EventExecutorChooserFactory, SelectStrategyFactory, RejectedExecutionHandler, EventLoopTaskQueueFactory) - Constructor for class io.netty.channel.epoll.EpollEventLoopGroup
-
- EpollEventLoopGroup(int, Executor, EventExecutorChooserFactory, SelectStrategyFactory, RejectedExecutionHandler, EventLoopTaskQueueFactory, EventLoopTaskQueueFactory) - Constructor for class io.netty.channel.epoll.EpollEventLoopGroup
-
- EPOLLIN - Static variable in class io.netty.channel.epoll.Native
-
- EpollMode - Enum in io.netty.channel.epoll
-
- EPOLLOUT - Static variable in class io.netty.channel.epoll.Native
-
- EPOLLRDHUP - Static variable in class io.netty.channel.epoll.Native
-
- EpollServerChannelConfig - Class in io.netty.channel.epoll
-
- EpollServerDomainSocketChannel - Class in io.netty.channel.epoll
-
- EpollServerDomainSocketChannel() - Constructor for class io.netty.channel.epoll.EpollServerDomainSocketChannel
-
- EpollServerDomainSocketChannel(int) - Constructor for class io.netty.channel.epoll.EpollServerDomainSocketChannel
-
- EpollServerDomainSocketChannel(int, boolean) - Constructor for class io.netty.channel.epoll.EpollServerDomainSocketChannel
-
- EpollServerSocketChannel - Class in io.netty.channel.epoll
-
ServerSocketChannel
implementation that uses linux EPOLL Edge-Triggered Mode for
maximal performance.
- EpollServerSocketChannel() - Constructor for class io.netty.channel.epoll.EpollServerSocketChannel
-
- EpollServerSocketChannel(InternetProtocolFamily) - Constructor for class io.netty.channel.epoll.EpollServerSocketChannel
-
- EpollServerSocketChannel(int) - Constructor for class io.netty.channel.epoll.EpollServerSocketChannel
-
- EpollServerSocketChannelConfig - Class in io.netty.channel.epoll
-
- EpollSocketChannel - Class in io.netty.channel.epoll
-
SocketChannel
implementation that uses linux EPOLL Edge-Triggered Mode for
maximal performance.
- EpollSocketChannel() - Constructor for class io.netty.channel.epoll.EpollSocketChannel
-
- EpollSocketChannel(InternetProtocolFamily) - Constructor for class io.netty.channel.epoll.EpollSocketChannel
-
- EpollSocketChannel(int) - Constructor for class io.netty.channel.epoll.EpollSocketChannel
-
- EpollSocketChannelConfig - Class in io.netty.channel.epoll
-
- EpollTcpInfo - Class in io.netty.channel.epoll
-
struct tcp_info
{
__u8 tcpi_state;
__u8 tcpi_ca_state;
__u8 tcpi_retransmits;
__u8 tcpi_probes;
__u8 tcpi_backoff;
__u8 tcpi_options;
__u8 tcpi_snd_wscale : 4, tcpi_rcv_wscale : 4;
__u32 tcpi_rto;
__u32 tcpi_ato;
__u32 tcpi_snd_mss;
__u32 tcpi_rcv_mss;
__u32 tcpi_unacked;
__u32 tcpi_sacked;
__u32 tcpi_lost;
__u32 tcpi_retrans;
__u32 tcpi_fackets;
__u32 tcpi_last_data_sent;
__u32 tcpi_last_ack_sent;
__u32 tcpi_last_data_recv;
__u32 tcpi_last_ack_recv;
__u32 tcpi_pmtu;
__u32 tcpi_rcv_ssthresh;
__u32 tcpi_rtt;
__u32 tcpi_rttvar;
__u32 tcpi_snd_ssthresh;
__u32 tcpi_snd_cwnd;
__u32 tcpi_advmss;
__u32 tcpi_reordering;
__u32 tcpi_rcv_rtt;
__u32 tcpi_rcv_space;
__u32 tcpi_total_retrans;
};
- EpollTcpInfo() - Constructor for class io.netty.channel.epoll.EpollTcpInfo
-
- epollWait(FileDescriptor, EpollEventArray, FileDescriptor, int, int) - Static method in class io.netty.channel.epoll.Native
-
- equals(Object) - Method in class io.netty.buffer.AbstractByteBuf
-
- equals(Object) - Method in class io.netty.buffer.ByteBuf
-
Determines if the content of the specified buffer is identical to the
content of this array.
- equals(ByteBuf, int, ByteBuf, int, int) - Static method in class io.netty.buffer.ByteBufUtil
-
Returns true
if and only if the two specified buffers are
identical to each other for length
bytes starting at aStartIndex
index for the a
buffer and bStartIndex
index for the b
buffer.
- equals(ByteBuf, ByteBuf) - Static method in class io.netty.buffer.ByteBufUtil
-
Returns
true
if and only if the two specified buffers are
identical to each other as described in
ByteBuf.equals(Object)
.
- equals(Object) - Method in class io.netty.buffer.DefaultByteBufHolder
-
This implementation of the equals
operation is restricted to
work only with instances of the same class.
- equals(Object) - Method in class io.netty.buffer.EmptyByteBuf
-
- equals(Object) - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- equals(Object) - Method in class io.netty.channel.AbstractChannel
-
Returns true
if and only if the specified object is identical
with this channel (i.e: this == o
).
- equals(Object) - Method in class io.netty.channel.DefaultChannelId
-
- equals(Object) - Method in class io.netty.channel.epoll.VSockAddress
-
- equals(Object) - Method in class io.netty.channel.group.DefaultChannelGroup
-
- equals(Object) - Method in class io.netty.channel.kqueue.AcceptFilter
-
- equals(Object) - Method in class io.netty.channel.local.LocalAddress
-
- equals(Object) - Method in class io.netty.channel.sctp.SctpMessage
-
- equals(Object) - Method in class io.netty.channel.unix.DomainSocketAddress
-
- equals(Object) - Method in class io.netty.channel.unix.FileDescriptor
-
- equals(Object) - Method in class io.netty.handler.codec.DefaultHeaders
-
- equals(Headers<K, V, ?>, HashingStrategy<V>) - Method in class io.netty.handler.codec.DefaultHeaders
-
Test this object for equality against h2
.
- equals(Object) - Method in class io.netty.handler.codec.DefaultHeaders.HeaderEntry
-
- equals(Object) - Method in class io.netty.handler.codec.dns.AbstractDnsMessage
-
- equals(Object) - Method in class io.netty.handler.codec.dns.AbstractDnsRecord
-
- equals(Object) - Method in class io.netty.handler.codec.dns.DatagramDnsQuery
-
- equals(Object) - Method in class io.netty.handler.codec.dns.DatagramDnsResponse
-
- equals(Object) - Method in class io.netty.handler.codec.dns.DnsOpCode
-
- equals(Object) - Method in class io.netty.handler.codec.dns.DnsRecordType
-
- equals(Object) - Method in class io.netty.handler.codec.dns.DnsResponseCode
-
- equals(Object) - Method in class io.netty.handler.codec.EmptyHeaders
-
- equals(Object) - Method in class io.netty.handler.codec.http.cookie.DefaultCookie
-
- equals(Object) - Method in class io.netty.handler.codec.http.DefaultFullHttpRequest
-
- equals(Object) - Method in class io.netty.handler.codec.http.DefaultFullHttpResponse
-
- equals(Object) - Method in class io.netty.handler.codec.http.DefaultHttpHeaders
-
- equals(Object) - Method in class io.netty.handler.codec.http.DefaultHttpMessage
-
- equals(Object) - Method in class io.netty.handler.codec.http.DefaultHttpObject
-
- equals(Object) - Method in class io.netty.handler.codec.http.DefaultHttpRequest
-
- equals(Object) - Method in class io.netty.handler.codec.http.DefaultHttpResponse
-
- EQUALS - 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
-
- equals(Object) - Method in class io.netty.handler.codec.http.HttpScheme
-
- equals(Object) - Method in class io.netty.handler.codec.http.HttpVersion
-
- equals(Object) - Method in class io.netty.handler.codec.http.multipart.DiskAttribute
-
- equals(Object) - Method in class io.netty.handler.codec.http.multipart.DiskFileUpload
-
- equals(Object) - Method in class io.netty.handler.codec.http.multipart.MemoryAttribute
-
- equals(Object) - Method in class io.netty.handler.codec.http.multipart.MemoryFileUpload
-
- equals(Object) - Method in class io.netty.handler.codec.http.websocketx.WebSocketCloseStatus
-
- equals(Object) - Method in class io.netty.handler.codec.http.websocketx.WebSocketScheme
-
- equals(Object) - Method in class io.netty.handler.codec.http2.AbstractHttp2StreamFrame
-
Returns true
if o
has equal stream
to this object.
- equals(Object) - Method in class io.netty.handler.codec.http2.DefaultHttp2DataFrame
-
- equals(Object) - Method in class io.netty.handler.codec.http2.DefaultHttp2GoAwayFrame
-
- equals(Object) - Method in class io.netty.handler.codec.http2.DefaultHttp2Headers
-
- equals(Object) - Method in class io.netty.handler.codec.http2.DefaultHttp2HeadersFrame
-
- equals(Object) - Method in class io.netty.handler.codec.http2.DefaultHttp2PingFrame
-
- equals(Object) - Method in class io.netty.handler.codec.http2.DefaultHttp2PriorityFrame
-
- equals(Object) - Method in class io.netty.handler.codec.http2.DefaultHttp2ResetFrame
-
- equals(Object) - Method in class io.netty.handler.codec.http2.DefaultHttp2SettingsFrame
-
- equals(Object) - Method in class io.netty.handler.codec.http2.DefaultHttp2UnknownFrame
-
- equals(Object) - Method in class io.netty.handler.codec.http2.Http2Flags
-
- equals(Object) - Method in class io.netty.handler.codec.mqtt.MqttProperties.MqttProperty
-
- equals(Object) - Method in class io.netty.handler.codec.mqtt.MqttProperties.StringPair
-
- equals(Object) - Method in class io.netty.handler.codec.mqtt.MqttSubscriptionOption
-
- equals(Object) - Method in class io.netty.handler.codec.smtp.DefaultSmtpRequest
-
- equals(Object) - Method in class io.netty.handler.codec.smtp.DefaultSmtpResponse
-
- equals(Object) - Method in class io.netty.handler.codec.smtp.SmtpCommand
-
- equals(Object) - Method in class io.netty.handler.codec.socksx.v4.Socks4CommandStatus
-
- equals(Object) - Method in class io.netty.handler.codec.socksx.v4.Socks4CommandType
-
- equals(Object) - Method in class io.netty.handler.codec.socksx.v5.Socks5AddressType
-
- equals(Object) - Method in class io.netty.handler.codec.socksx.v5.Socks5AuthMethod
-
- equals(Object) - Method in class io.netty.handler.codec.socksx.v5.Socks5CommandStatus
-
- equals(Object) - Method in class io.netty.handler.codec.socksx.v5.Socks5CommandType
-
- equals(Object) - Method in class io.netty.handler.codec.socksx.v5.Socks5PasswordAuthStatus
-
- equals(Object) - Method in class io.netty.handler.codec.spdy.DefaultSpdyUnknownFrame
-
- equals(Object) - Method in class io.netty.handler.codec.spdy.SpdySessionStatus
-
- equals(Object) - Method in class io.netty.handler.codec.spdy.SpdyStreamStatus
-
- equals(Object) - Method in class io.netty.handler.codec.string.LineSeparator
-
- equals(Object) - Method in class io.netty.handler.codec.xml.XmlAttribute
-
- equals(Object) - Method in class io.netty.handler.codec.xml.XmlContent
-
- equals(Object) - Method in class io.netty.handler.codec.xml.XmlDocumentStart
-
- equals(Object) - Method in class io.netty.handler.codec.xml.XmlDTD
-
- equals(Object) - Method in class io.netty.handler.codec.xml.XmlElement
-
- equals(Object) - Method in class io.netty.handler.codec.xml.XmlElementStart
-
- equals(Object) - Method in class io.netty.handler.codec.xml.XmlEntityReference
-
- equals(Object) - Method in class io.netty.handler.codec.xml.XmlNamespace
-
- equals(Object) - Method in class io.netty.handler.codec.xml.XmlProcessingInstruction
-
- equals(Object) - Method in class io.netty.handler.ssl.PemX509Certificate
-
- equals(Object) - Method in class io.netty.util.AbstractConstant
-
- equals(Object) - Method in class io.netty.util.AsciiString
-
- equals(Object) - Method in class io.netty.util.collection.ByteObjectHashMap
-
- equals(Object) - Method in class io.netty.util.collection.CharObjectHashMap
-
- equals(Object) - Method in class io.netty.util.collection.IntObjectHashMap
-
- equals(Object) - Method in class io.netty.util.collection.LongObjectHashMap
-
- equals(Object) - Method in class io.netty.util.collection.ShortObjectHashMap
-
- equals(T, T) - Method in interface io.netty.util.HashingStrategy
-
Returns true
if the arguments are equal to each other and false
otherwise.
- equals(Object) - Method in class io.netty.util.internal.EmptyPriorityQueue
-
- equals(byte[], int, byte[], int, int) - Static method in class io.netty.util.internal.PlatformDependent
-
Compare two byte
arrays for equality.
- equals(Object) - Method in exception io.netty.util.ResourceLeakException
-
Deprecated.
- equals(Object) - Method in error io.netty.util.Signal
-
- equalsConstantTime(int, int) - Static method in class io.netty.util.internal.ConstantTimeUtils
-
Compare two int
s without leaking timing information.
- equalsConstantTime(long, long) - Static method in class io.netty.util.internal.ConstantTimeUtils
-
Compare two longs
s without leaking timing information.
- equalsConstantTime(byte[], int, byte[], int, int) - Static method in class io.netty.util.internal.ConstantTimeUtils
-
Compare two byte
arrays for equality without leaking timing information.
- equalsConstantTime(CharSequence, CharSequence) - Static method in class io.netty.util.internal.ConstantTimeUtils
-
Compare two
CharSequence
objects without leaking timing information.
- equalsConstantTime(byte[], int, byte[], int, int) - Static method in class io.netty.util.internal.PlatformDependent
-
Compare two byte
arrays for equality without leaking timing information.
- equalsIgnoreCase(CharSequence, CharSequence) - Static method in class io.netty.handler.codec.http.HttpHeaders
-
- ERRNO_EAGAIN_NEGATIVE - Static variable in class io.netty.channel.unix.Errors
-
- ERRNO_EBADF_NEGATIVE - Static variable in class io.netty.channel.unix.Errors
-
- ERRNO_ECONNRESET_NEGATIVE - Static variable in class io.netty.channel.unix.Errors
-
- ERRNO_EINPROGRESS_NEGATIVE - Static variable in class io.netty.channel.unix.Errors
-
- ERRNO_ENOENT_NEGATIVE - Static variable in class io.netty.channel.unix.Errors
-
- ERRNO_ENOTCONN_NEGATIVE - Static variable in class io.netty.channel.unix.Errors
-
- ERRNO_EPIPE_NEGATIVE - Static variable in class io.netty.channel.unix.Errors
-
- ERRNO_EWOULDBLOCK_NEGATIVE - Static variable in class io.netty.channel.unix.Errors
-
- error() - Method in exception io.netty.handler.codec.http2.Http2Exception
-
- error() - Method in exception io.netty.handler.codec.http2.Http2FrameStreamException
-
- error(ChannelHandlerContext, Throwable) - Method in interface io.netty.handler.codec.http2.Http2RemoteFlowController.FlowControlled
-
Called to indicate that an error occurred before this object could be completely written.
- error(Throwable) - Method in class io.netty.util.internal.logging.AbstractInternalLogger
-
- error(String) - Method in interface io.netty.util.internal.logging.InternalLogger
-
Log a message at the ERROR level.
- error(String, Object) - Method in interface io.netty.util.internal.logging.InternalLogger
-
Log a message at the ERROR level according to the specified format
and argument.
- error(String, Object, Object) - Method in interface io.netty.util.internal.logging.InternalLogger
-
Log a message at the ERROR level according to the specified format
and arguments.
- error(String, Object...) - Method in interface io.netty.util.internal.logging.InternalLogger
-
Log a message at the ERROR level according to the specified format
and arguments.
- error(String, Throwable) - Method in interface io.netty.util.internal.logging.InternalLogger
-
Log an exception (throwable) at the ERROR level with an
accompanying message.
- error(Throwable) - Method in interface io.netty.util.internal.logging.InternalLogger
-
Log an exception (throwable) at the ERROR level.
- ERROR_EALREADY_NEGATIVE - Static variable in class io.netty.channel.unix.Errors
-
- ERROR_ECONNREFUSED_NEGATIVE - Static variable in class io.netty.channel.unix.Errors
-
- ERROR_EHOSTUNREACH_NEGATIVE - Static variable in class io.netty.channel.unix.Errors
-
- ERROR_EISCONN_NEGATIVE - Static variable in class io.netty.channel.unix.Errors
-
- ERROR_ENETUNREACH_NEGATIVE - Static variable in class io.netty.channel.unix.Errors
-
- errorCode() - Method in class io.netty.handler.codec.http2.DefaultHttp2GoAwayFrame
-
- errorCode() - Method in class io.netty.handler.codec.http2.DefaultHttp2ResetFrame
-
- errorCode() - Method in interface io.netty.handler.codec.http2.Http2GoAwayFrame
-
The reason for beginning closure of the connection.
- errorCode() - Method in interface io.netty.handler.codec.http2.Http2ResetFrame
-
The reason for resetting the stream.
- errorCode() - Method in exception io.netty.handler.codec.http2.StreamBufferingEncoder.Http2GoAwayException
-
- errorCode() - Method in exception io.netty.handler.ssl.OpenSslCertificateException
-
- ErrorDataDecoderException() - Constructor for exception io.netty.handler.codec.http.multipart.HttpPostRequestDecoder.ErrorDataDecoderException
-
- ErrorDataDecoderException(String) - Constructor for exception io.netty.handler.codec.http.multipart.HttpPostRequestDecoder.ErrorDataDecoderException
-
- ErrorDataDecoderException(Throwable) - Constructor for exception io.netty.handler.codec.http.multipart.HttpPostRequestDecoder.ErrorDataDecoderException
-
- ErrorDataDecoderException(String, Throwable) - Constructor for exception io.netty.handler.codec.http.multipart.HttpPostRequestDecoder.ErrorDataDecoderException
-
- ErrorDataEncoderException() - Constructor for exception io.netty.handler.codec.http.multipart.HttpPostRequestEncoder.ErrorDataEncoderException
-
- ErrorDataEncoderException(String) - Constructor for exception io.netty.handler.codec.http.multipart.HttpPostRequestEncoder.ErrorDataEncoderException
-
- ErrorDataEncoderException(Throwable) - Constructor for exception io.netty.handler.codec.http.multipart.HttpPostRequestEncoder.ErrorDataEncoderException
-
- ErrorDataEncoderException(String, Throwable) - Constructor for exception io.netty.handler.codec.http.multipart.HttpPostRequestEncoder.ErrorDataEncoderException
-
- ErrorRedisMessage - Class in io.netty.handler.codec.redis
-
- ErrorRedisMessage(String) - Constructor for class io.netty.handler.codec.redis.ErrorRedisMessage
-
- Errors - Class in io.netty.channel.unix
-
Internal usage only!
- Errors.NativeIoException - Exception in io.netty.channel.unix
-
Internal usage only!
- escapeCsv(CharSequence) - Static method in class io.netty.util.internal.StringUtil
-
Escapes the specified value, if necessary according to
RFC-4180.
- escapeCsv(CharSequence, boolean) - Static method in class io.netty.util.internal.StringUtil
-
Escapes the specified value, if necessary according to
RFC-4180.
- estimateMaxDirectMemory() - Static method in class io.netty.util.internal.PlatformDependent
-
Compute an estimate of the maximum amount of direct memory available to this JVM.
- ETAG - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
-
"etag"
- ETAG - Static variable in class io.netty.handler.codec.http.HttpHeaders.Names
-
Deprecated.
"ETag"
- EventExecutor - Interface in io.netty.util.concurrent
-
- EventExecutorChooserFactory - Interface in io.netty.util.concurrent
-
- EventExecutorChooserFactory.EventExecutorChooser - Interface in io.netty.util.concurrent
-
- EventExecutorGroup - Interface in io.netty.util.concurrent
-
- eventFdRead(int) - Static method in class io.netty.channel.epoll.Native
-
- eventFdWrite(int, long) - Static method in class io.netty.channel.epoll.Native
-
- eventLoop() - Method in class io.netty.channel.AbstractChannel
-
- eventLoop() - Method in interface io.netty.channel.Channel
-
- EventLoop - Interface in io.netty.channel
-
Will handle all the I/O operations for a
Channel
once registered.
- eventLoop() - Method in class io.netty.channel.nio.AbstractNioChannel
-
- eventLoop() - Method in class io.netty.handler.ssl.ocsp.IoTransport
-
- eventLoop(EventLoop) - Method in class io.netty.resolver.dns.DnsNameResolverBuilder
-
Sets the
EventLoop
which will perform the communication with the DNS servers.
- EventLoopException - Exception in io.netty.channel
-
- 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
-
- EventLoopTaskQueueFactory - Interface in io.netty.channel
-
Factory used to create
Queue
instances that will be used to store tasks for an
EventLoop
.
- eventReceived(ChannelHandlerContext, I) - Method in class io.netty.channel.SimpleUserEventChannelHandler
-
Is called for each user event triggered of type I
.
- exceptionCaught(ChannelHandlerContext, Throwable) - Method in interface io.netty.channel.ChannelHandler
-
- exceptionCaught(ChannelHandlerContext, Throwable) - Method in class io.netty.channel.ChannelHandlerAdapter
-
- exceptionCaught(ChannelHandlerContext, Throwable) - Method in interface io.netty.channel.ChannelInboundHandler
-
- exceptionCaught(ChannelHandlerContext, Throwable) - Method in class io.netty.channel.ChannelInboundHandlerAdapter
-
- exceptionCaught(ChannelHandlerContext, Throwable) - Method in class io.netty.channel.ChannelInitializer
-
- exceptionCaught(ChannelHandlerContext, Throwable) - Method in class io.netty.channel.CombinedChannelDuplexHandler
-
- exceptionCaught(ChannelHandlerContext, Throwable) - Method in class io.netty.handler.codec.DatagramPacketDecoder
-
- exceptionCaught(ChannelHandlerContext, Throwable) - Method in class io.netty.handler.codec.DatagramPacketEncoder
-
- exceptionCaught(ChannelHandlerContext, Throwable) - Method in class io.netty.handler.codec.http.websocketx.Utf8FrameValidator
-
- exceptionCaught(ChannelHandlerContext, Throwable) - Method in class io.netty.handler.codec.http.websocketx.WebSocketServerProtocolHandler
-
- exceptionCaught(ChannelHandlerContext, Throwable) - Method in class io.netty.handler.codec.http2.Http2ConnectionHandler
-
- exceptionCaught(ChannelHandlerContext, Throwable) - Method in class io.netty.handler.codec.http2.Http2MultiplexHandler
-
- exceptionCaught(ChannelHandlerContext, Throwable) - Method in class io.netty.handler.codec.marshalling.CompatibleMarshallingDecoder
-
- exceptionCaught(ChannelHandlerContext, Throwable) - Method in class io.netty.handler.codec.spdy.SpdySessionHandler
-
- exceptionCaught(ChannelHandlerContext, Throwable) - Method in class io.netty.handler.flush.FlushConsolidationHandler
-
- exceptionCaught(ChannelHandlerContext, Throwable) - Method in class io.netty.handler.logging.LoggingHandler
-
- exceptionCaught(ChannelHandlerContext, Throwable) - Method in class io.netty.handler.pcap.PcapWriteHandler
-
- exceptionCaught(ChannelHandlerContext, Throwable) - Method in class io.netty.handler.proxy.ProxyHandler
-
- exceptionCaught(ChannelHandlerContext, Throwable) - Method in class io.netty.handler.ssl.ApplicationProtocolNegotiationHandler
-
- exceptionCaught(ChannelHandlerContext, Throwable) - Method in class io.netty.handler.ssl.ocsp.OcspServerCertificateValidator
-
- exceptionCaught(ChannelHandlerContext, Throwable) - Method in class io.netty.handler.ssl.SslHandler
-
- exceptionMessage(String) - Method in class io.netty.handler.proxy.ProxyHandler
-
Decorates the specified exception message with the common information such as the current protocol,
authentication scheme, proxy address, and destination address.
- exclusive() - Method in class io.netty.handler.codec.http2.DefaultHttp2PriorityFrame
-
- exclusive() - Method in interface io.netty.handler.codec.http2.Http2PriorityFrame
-
Set to true
if this stream is exclusive else set to false
- execute(Runnable) - Method in class io.netty.util.concurrent.AbstractEventExecutorGroup
-
- execute(Runnable) - Method in class io.netty.util.concurrent.GlobalEventExecutor
-
- execute(Runnable) - Method in class io.netty.util.concurrent.ImmediateEventExecutor
-
- execute(Runnable) - Method in class io.netty.util.concurrent.ImmediateExecutor
-
- execute(Runnable) - Method in class io.netty.util.concurrent.NonStickyEventExecutorGroup
-
- execute(Runnable) - Method in class io.netty.util.concurrent.SingleThreadEventExecutor
-
- execute(Runnable) - Method in class io.netty.util.concurrent.ThreadPerTaskExecutor
-
- execute(Runnable) - Method in class io.netty.util.concurrent.UnorderedThreadPoolEventExecutor
-
- executeAfterEventLoopIteration(Runnable) - Method in class io.netty.channel.SingleThreadEventLoop
-
Adds a task to be run once at the end of next (or current) eventloop
iteration.
- executor() - Method in interface io.netty.channel.ChannelHandlerContext
-
Returns the
EventExecutor
which is used to execute an arbitrary task.
- executor() - Method in class io.netty.channel.DefaultChannelProgressivePromise
-
- executor() - Method in class io.netty.channel.DefaultChannelPromise
-
- executor() - Method in class io.netty.resolver.AbstractAddressResolver
-
- executor() - Method in class io.netty.resolver.dns.DnsNameResolver
-
- executor() - Method in class io.netty.resolver.SimpleNameResolver
-
- executor() - Method in class io.netty.util.concurrent.CompleteFuture
-
- executor() - Method in class io.netty.util.concurrent.DefaultPromise
-
Get the executor used to notify listeners when this promise is complete.
- executorCount() - Method in class io.netty.util.concurrent.MultithreadEventExecutorGroup
-
- exists(String) - Static method in class io.netty.channel.ChannelOption
-
- exists(String) - Static method in class io.netty.handler.ssl.SslContextOption
-
- exists(String) - Static method in class io.netty.util.AttributeKey
-
- exists(String) - Method in class io.netty.util.ConstantPool
-
- EXPECT - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
-
"expect"
- EXPECT - Static variable in class io.netty.handler.codec.http.HttpHeaders.Names
-
Deprecated.
"Expect"
- expect(Signal) - Method in error io.netty.util.Signal
-
Check if the given
Signal
is the same as this instance.
- EXPECTATION_FAILED - Static variable in class io.netty.handler.codec.http.HttpResponseStatus
-
417 Expectation Failed
- expectedErr() - Method in exception io.netty.channel.unix.Errors.NativeIoException
-
- expectedSubprotocol() - Method in class io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker
-
Returns the CSV of requested subprotocol(s) sent to the server as specified in the constructor
- expectMaskedFrames(boolean) - Method in class io.netty.handler.codec.http.websocketx.WebSocketDecoderConfig.Builder
-
- expectMaskedFrames() - Method in class io.netty.handler.codec.http.websocketx.WebSocketDecoderConfig
-
- expectMaskedFrames(boolean) - Method in class io.netty.handler.codec.http.websocketx.WebSocketServerProtocolConfig.Builder
-
- EXPIRES - Static variable in class io.netty.handler.codec.http.cookie.CookieHeaderNames
-
- EXPIRES - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
-
"expires"
- EXPIRES - Static variable in class io.netty.handler.codec.http.HttpHeaders.Names
-
Deprecated.
"Expires"
- EXPIRES - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderNames
-
"expires"
- EXPIRES - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Names
-
Deprecated.
"Expires"
- EXPN - Static variable in class io.netty.handler.codec.smtp.SmtpCommand
-
- expn(CharSequence) - Static method in class io.netty.handler.codec.smtp.SmtpRequests
-
Creates a EXPN
request.
- exposedHeaders() - Method in class io.netty.handler.codec.http.cors.CorsConfig
-
Returns a set of headers to be exposed to calling clients.
- exposeHeaders(String...) - Method in class io.netty.handler.codec.http.cors.CorsConfig.Builder
-
- exposeHeaders(String...) - Method in class io.netty.handler.codec.http.cors.CorsConfigBuilder
-
Specifies the headers to be exposed to calling clients.
- exposeHeaders(CharSequence...) - Method in class io.netty.handler.codec.http.cors.CorsConfigBuilder
-
Specifies the headers to be exposed to calling clients.
- extendedRcode() - Method in class io.netty.handler.codec.dns.AbstractDnsOptPseudoRrRecord
-
- extendedRcode() - Method in interface io.netty.handler.codec.dns.DnsOptPseudoRecord
-
- EXTENSIONS_SYSTEM_PROPERTY - Static variable in class io.netty.bootstrap.ChannelInitializerExtension
-
The name of the system property that control initializer extensions.
- extensionsClassLoader(ClassLoader) - Method in class io.netty.bootstrap.AbstractBootstrap
-
- extractExtensions(String) - Static method in class io.netty.handler.codec.http.websocketx.extensions.WebSocketExtensionUtil
-
- extractFrame(ChannelHandlerContext, ByteBuf, int, int) - Method in class io.netty.handler.codec.dns.TcpDnsResponseDecoder
-
- extractFrame(ChannelHandlerContext, ByteBuf, int, int) - Method in class io.netty.handler.codec.LengthFieldBasedFrameDecoder
-
Extract the sub-region of the specified buffer.
- extractFrame(ChannelHandlerContext, ByteBuf, int, int) - Method in class io.netty.handler.codec.marshalling.MarshallingDecoder
-
- extractObject(ChannelHandlerContext, ByteBuf, int, int) - Method in class io.netty.handler.codec.json.JsonObjectDecoder
-
Override this method if you want to filter the json objects/arrays that get passed through the pipeline.
- 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.
- extraStreamIds() - Method in class io.netty.handler.codec.http2.DefaultHttp2GoAwayFrame
-
- extraStreamIds() - Method in interface io.netty.handler.codec.http2.Http2GoAwayFrame
-
The number of IDs to reserve for the receiver to use while GOAWAY is in transit.
- fackets() - Method in class io.netty.channel.epoll.EpollTcpInfo
-
- failAndRecycle(Throwable) - Method in class io.netty.util.internal.PendingWrite
-
Fails the underlying
Promise
with the given cause and recycle this instance.
- FAILED_DEPENDENCY - Static variable in class io.netty.handler.codec.http.HttpResponseStatus
-
424 Failed Dependency (WebDAV, RFC4918)
- FailedFuture<V> - Class in io.netty.util.concurrent
-
- 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
-
- FALSE_SUPPLIER - Static variable in interface io.netty.util.BooleanSupplier
-
A supplier which always returns false
and never throws.
- FALSE_SUPPLIER - Static variable in interface io.netty.util.UncheckedBooleanSupplier
-
A supplier which always returns false
and never throws.
- FastLzFrameDecoder - Class in io.netty.handler.codec.compression
-
- 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
-
- FastThreadLocal() - Constructor for class io.netty.util.concurrent.FastThreadLocal
-
- FastThreadLocalThread - Class in io.netty.util.concurrent
-
- 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 - Variable in class io.netty.channel.unix.SocketWritableByteChannel
-
- fd() - Method in interface io.netty.channel.unix.UnixChannel
-
- feedbackFailure(InetSocketAddress, Throwable, long) - Method in interface io.netty.resolver.dns.DnsServerResponseFeedbackAddressStream
-
- feedbackSuccess(InetSocketAddress, long) - Method in interface io.netty.resolver.dns.DnsServerResponseFeedbackAddressStream
-
- FILE - Static variable in class io.netty.handler.codec.http.HttpHeaderValues
-
- FileDescriptor - Class in io.netty.channel.unix
-
- 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
-
- 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.channel.unix.Errors.NativeIoException
-
- fillInStackTrace() - Method in exception io.netty.handler.codec.http2.Http2MultiplexActiveStreamsException
-
- fillInStackTrace() - Method in exception io.netty.handler.timeout.TimeoutException
-
- fillInStackTrace() - Method in exception io.netty.resolver.dns.DnsErrorCauseException
-
- fillInStackTrace() - Method in exception io.netty.resolver.dns.DnsNameResolverException
-
- fillInStackTrace() - Method in error io.netty.util.Signal
-
- filterArgs() - Method in class io.netty.channel.kqueue.AcceptFilter
-
- filterCipherSuites(Iterable<String>, List<String>, Set<String>) - Method in interface io.netty.handler.ssl.CipherSuiteFilter
-
Filter the requested ciphers
based upon other cipher characteristics.
- filterCipherSuites(Iterable<String>, List<String>, Set<String>) - Method in class io.netty.handler.ssl.IdentityCipherSuiteFilter
-
- filterCipherSuites(Iterable<String>, List<String>, Set<String>) - Method in class io.netty.handler.ssl.SupportedCipherSuiteFilter
-
- filterName() - Method in class io.netty.channel.kqueue.AcceptFilter
-
- filterOutboundMessage(Object) - Method in class io.netty.channel.AbstractChannel
-
- filterOutboundMessage(Object) - Method in class io.netty.channel.AbstractServerChannel
-
- filterOutboundMessage(Object) - Method in class io.netty.channel.epoll.AbstractEpollServerChannel
-
- filterOutboundMessage(Object) - Method in class io.netty.channel.epoll.AbstractEpollStreamChannel
-
- filterOutboundMessage(Object) - Method in class io.netty.channel.epoll.EpollDatagramChannel
-
- filterOutboundMessage(Object) - Method in class io.netty.channel.epoll.EpollDomainDatagramChannel
-
- filterOutboundMessage(Object) - Method in class io.netty.channel.epoll.EpollDomainSocketChannel
-
- filterOutboundMessage(Object) - Method in class io.netty.channel.kqueue.AbstractKQueueServerChannel
-
- filterOutboundMessage(Object) - Method in class io.netty.channel.kqueue.AbstractKQueueStreamChannel
-
- filterOutboundMessage(Object) - Method in class io.netty.channel.kqueue.KQueueDatagramChannel
-
- filterOutboundMessage(Object) - Method in class io.netty.channel.kqueue.KQueueDomainDatagramChannel
-
- filterOutboundMessage(Object) - Method in class io.netty.channel.kqueue.KQueueDomainSocketChannel
-
- filterOutboundMessage(Object) - Method in class io.netty.channel.nio.AbstractNioByteChannel
-
- filterOutboundMessage(Object) - Method in class io.netty.channel.oio.AbstractOioByteChannel
-
Deprecated.
- filterOutboundMessage(Object) - Method in class io.netty.channel.sctp.nio.NioSctpChannel
-
- filterOutboundMessage(Object) - Method in class io.netty.channel.sctp.nio.NioSctpServerChannel
-
- filterOutboundMessage(Object) - Method in class io.netty.channel.sctp.oio.OioSctpChannel
-
Deprecated.
- filterOutboundMessage(Object) - Method in class io.netty.channel.sctp.oio.OioSctpServerChannel
-
Deprecated.
- filterOutboundMessage(Object) - Method in class io.netty.channel.socket.nio.NioDatagramChannel
-
- filterOutboundMessage(Object) - Method in class io.netty.channel.socket.nio.NioServerSocketChannel
-
- filterOutboundMessage(Object) - Method in class io.netty.channel.socket.oio.OioDatagramChannel
-
Deprecated.
- filterOutboundMessage(Object) - Method in class io.netty.channel.socket.oio.OioServerSocketChannel
-
Deprecated.
- filterOutboundMessage(Object) - Method in class io.netty.channel.udt.nio.NioUdtAcceptorChannel
-
Deprecated.
- finalize() - Method in class io.netty.handler.ssl.OpenSslContext
-
- finalize() - Method in class io.netty.handler.ssl.OpenSslEngine
-
- finalize() - Method in class io.netty.util.HashedWheelTimer
-
- finalizeRequest() - Method in class io.netty.handler.codec.http.multipart.HttpPostRequestEncoder
-
Finalize the request by preparing the Header in the request and returns the request ready to be sent.
- find(ChannelId) - Method in interface io.netty.channel.group.ChannelGroup
-
- 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(Object, Class<?>, String) - Static method in class io.netty.util.internal.TypeParameterMatcher
-
- FIND_ASCII_SPACE - Static variable in interface io.netty.util.ByteProcessor
-
Aborts on a ascii space character (' '
).
- FIND_COMMA - Static variable in interface io.netty.util.ByteProcessor
-
Aborts on a comma (',')
.
- FIND_CR - Static variable in interface io.netty.buffer.ByteBufProcessor
-
- FIND_CR - Static variable in interface io.netty.util.ByteProcessor
-
Aborts on a CR ('\r')
.
- FIND_CRLF - Static variable in interface io.netty.buffer.ByteBufProcessor
-
- FIND_CRLF - Static variable in interface io.netty.util.ByteProcessor
-
Aborts on a CR ('\r')
or a LF ('\n')
.
- FIND_LF - Static variable in interface io.netty.buffer.ByteBufProcessor
-
- FIND_LF - Static variable in interface io.netty.util.ByteProcessor
-
Aborts on a LF ('\n')
.
- FIND_LINEAR_WHITESPACE - Static variable in interface io.netty.buffer.ByteBufProcessor
-
- FIND_LINEAR_WHITESPACE - Static variable in interface io.netty.util.ByteProcessor
-
Aborts on a linear whitespace (a (' '
or a '\t'
).
- FIND_NON_CR - Static variable in interface io.netty.buffer.ByteBufProcessor
-
- FIND_NON_CR - Static variable in interface io.netty.util.ByteProcessor
-
Aborts on a non-CR ('\r')
.
- FIND_NON_CRLF - Static variable in interface io.netty.buffer.ByteBufProcessor
-
- FIND_NON_CRLF - Static variable in interface io.netty.util.ByteProcessor
-
Aborts on a byte which is neither a CR ('\r')
nor a LF ('\n')
.
- FIND_NON_LF - Static variable in interface io.netty.buffer.ByteBufProcessor
-
- FIND_NON_LF - Static variable in interface io.netty.util.ByteProcessor
-
Aborts on a non-LF ('\n')
.
- FIND_NON_LINEAR_WHITESPACE - Static variable in interface io.netty.buffer.ByteBufProcessor
-
- FIND_NON_LINEAR_WHITESPACE - Static variable in interface io.netty.util.ByteProcessor
-
Aborts on a byte which is not a linear whitespace (neither ' '
nor '\t'
).
- FIND_NON_NUL - Static variable in interface io.netty.buffer.ByteBufProcessor
-
- FIND_NON_NUL - Static variable in interface io.netty.util.ByteProcessor
-
Aborts on a non-NUL (0x00)
.
- FIND_NUL - Static variable in interface io.netty.buffer.ByteBufProcessor
-
- FIND_NUL - Static variable in interface io.netty.util.ByteProcessor
-
Aborts on a NUL (0x00)
.
- FIND_SEMI_COLON - Static variable in interface io.netty.util.ByteProcessor
-
Aborts on a semicolon (';')
.
- findNextPositivePowerOfTwo(int) - Static method in class io.netty.util.internal.MathUtil
-
Fast method of finding the next power of 2 greater than or equal to the supplied value.
- fingerprints(CharSequence...) - Method in class io.netty.handler.ssl.util.FingerprintTrustManagerFactoryBuilder
-
Adds fingerprints.
- fingerprints(Iterable<? extends CharSequence>) - Method in class io.netty.handler.ssl.util.FingerprintTrustManagerFactoryBuilder
-
Adds fingerprints.
- FingerprintTrustManagerFactory - Class in io.netty.handler.ssl.util
-
- FingerprintTrustManagerFactory(Iterable<String>) - Constructor for class io.netty.handler.ssl.util.FingerprintTrustManagerFactory
-
- FingerprintTrustManagerFactory(String...) - Constructor for class io.netty.handler.ssl.util.FingerprintTrustManagerFactory
-
- FingerprintTrustManagerFactory(byte[]...) - Constructor for class io.netty.handler.ssl.util.FingerprintTrustManagerFactory
-
- FingerprintTrustManagerFactoryBuilder - Class in io.netty.handler.ssl.util
-
- finish() - Method in class io.netty.channel.embedded.EmbeddedChannel
-
- finish(ChannelHandlerContext) - Method in class io.netty.handler.codec.compression.BrotliEncoder
-
Finish the encoding, close streams and write final
ByteBuf
to the channel.
- finish(Promise<Void>) - Method in class io.netty.util.concurrent.PromiseCombiner
-
Sets the promise to be notified when all combined futures have finished.
- finishAggregation(FullHttpMessage) - Method in class io.netty.handler.codec.http.HttpObjectAggregator
-
- finishAggregation(O) - Method in class io.netty.handler.codec.MessageAggregator
-
Invoked when the specified aggregated
message is about to be passed to the next handler in the pipeline.
- finishAndReleaseAll() - Method in class io.netty.channel.embedded.EmbeddedChannel
-
Mark this
Channel
as finished and release all pending message in the inbound and outbound buffer.
- finishConnect() - Method in class io.netty.channel.nio.AbstractNioChannel.AbstractNioUnsafe
-
- finishConnect() - Method in interface io.netty.channel.nio.AbstractNioChannel.NioUnsafe
-
Finish connect
- finishConnect() - Method in class io.netty.channel.unix.Socket
-
- finishHandshake(Channel, FullHttpResponse) - Method in class io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker
-
- FIRE_EXCEPTION_ON_FAILURE - Static variable in interface io.netty.channel.ChannelFutureListener
-
- fireChannelActive() - Method in interface io.netty.channel.ChannelHandlerContext
-
- fireChannelActive() - Method in interface io.netty.channel.ChannelInboundInvoker
-
A
Channel
is active now, which means it is connected.
- fireChannelActive() - Method in interface io.netty.channel.ChannelPipeline
-
- fireChannelActive() - Method in class io.netty.channel.DefaultChannelPipeline
-
- fireChannelInactive() - Method in interface io.netty.channel.ChannelHandlerContext
-
- fireChannelInactive() - Method in interface io.netty.channel.ChannelInboundInvoker
-
A
Channel
is inactive now, which means it is closed.
- fireChannelInactive() - Method in interface io.netty.channel.ChannelPipeline
-
- fireChannelInactive() - Method in class io.netty.channel.DefaultChannelPipeline
-
- fireChannelRead(Object) - Method in interface io.netty.channel.ChannelHandlerContext
-
- fireChannelRead(Object) - Method in interface io.netty.channel.ChannelInboundInvoker
-
- fireChannelRead(Object) - Method in interface io.netty.channel.ChannelPipeline
-
- fireChannelRead(Object) - Method in class io.netty.channel.DefaultChannelPipeline
-
- fireChannelRead(ChannelHandlerContext, FullHttpMessage, boolean, Http2Stream) - Method in class io.netty.handler.codec.http2.InboundHttp2ToHttpAdapter
-
Set final headers and fire a channel read event
- fireChannelReadComplete() - Method in interface io.netty.channel.ChannelHandlerContext
-
- fireChannelReadComplete() - Method in interface io.netty.channel.ChannelInboundInvoker
-
- fireChannelReadComplete() - Method in interface io.netty.channel.ChannelPipeline
-
- fireChannelReadComplete() - Method in class io.netty.channel.DefaultChannelPipeline
-
- fireChannelRegistered() - Method in interface io.netty.channel.ChannelHandlerContext
-
- fireChannelRegistered() - Method in interface io.netty.channel.ChannelInboundInvoker
-
- fireChannelRegistered() - Method in interface io.netty.channel.ChannelPipeline
-
- fireChannelRegistered() - Method in class io.netty.channel.DefaultChannelPipeline
-
- fireChannelUnregistered() - Method in interface io.netty.channel.ChannelHandlerContext
-
- fireChannelUnregistered() - Method in interface io.netty.channel.ChannelInboundInvoker
-
- fireChannelUnregistered() - Method in interface io.netty.channel.ChannelPipeline
-
- fireChannelUnregistered() - Method in class io.netty.channel.DefaultChannelPipeline
-
- fireChannelWritabilityChanged() - Method in interface io.netty.channel.ChannelHandlerContext
-
- fireChannelWritabilityChanged() - Method in interface io.netty.channel.ChannelInboundInvoker
-
- fireChannelWritabilityChanged() - Method in interface io.netty.channel.ChannelPipeline
-
- fireChannelWritabilityChanged() - Method in class io.netty.channel.DefaultChannelPipeline
-
- fireExceptionCaught(Throwable) - Method in interface io.netty.channel.ChannelHandlerContext
-
- fireExceptionCaught(Throwable) - Method in interface io.netty.channel.ChannelInboundInvoker
-
- fireExceptionCaught(Throwable) - Method in interface io.netty.channel.ChannelPipeline
-
- fireExceptionCaught(Throwable) - Method in class io.netty.channel.DefaultChannelPipeline
-
- fireUserEventTriggered(Object) - Method in interface io.netty.channel.ChannelHandlerContext
-
- fireUserEventTriggered(Object) - Method in interface io.netty.channel.ChannelInboundInvoker
-
A
Channel
received an user defined event.
- fireUserEventTriggered(Object) - Method in interface io.netty.channel.ChannelPipeline
-
- fireUserEventTriggered(Object) - Method in class io.netty.channel.DefaultChannelPipeline
-
- first() - Method in interface io.netty.channel.ChannelPipeline
-
- first() - Method in class io.netty.channel.DefaultChannelPipeline
-
- FIRST_ALL_IDLE_STATE_EVENT - Static variable in class io.netty.handler.timeout.IdleStateEvent
-
- FIRST_READER_IDLE_STATE_EVENT - Static variable in class io.netty.handler.timeout.IdleStateEvent
-
- FIRST_WRITER_IDLE_STATE_EVENT - Static variable in class io.netty.handler.timeout.IdleStateEvent
-
- firstContext() - Method in interface io.netty.channel.ChannelPipeline
-
- firstContext() - Method in class io.netty.channel.DefaultChannelPipeline
-
- FixedChannelPool - Class in io.netty.channel.pool
-
ChannelPool
implementation that takes another
ChannelPool
implementation and enforce a maximum
number of concurrent connections.
- FixedChannelPool(Bootstrap, ChannelPoolHandler, int) - Constructor for class io.netty.channel.pool.FixedChannelPool
-
- FixedChannelPool(Bootstrap, ChannelPoolHandler, int, int) - Constructor for class io.netty.channel.pool.FixedChannelPool
-
- FixedChannelPool(Bootstrap, ChannelPoolHandler, ChannelHealthChecker, FixedChannelPool.AcquireTimeoutAction, long, int, int) - Constructor for class io.netty.channel.pool.FixedChannelPool
-
Creates a new instance.
- FixedChannelPool(Bootstrap, ChannelPoolHandler, ChannelHealthChecker, FixedChannelPool.AcquireTimeoutAction, long, int, int, boolean) - Constructor for class io.netty.channel.pool.FixedChannelPool
-
Creates a new instance.
- FixedChannelPool(Bootstrap, ChannelPoolHandler, ChannelHealthChecker, FixedChannelPool.AcquireTimeoutAction, long, int, int, boolean, boolean) - Constructor for class io.netty.channel.pool.FixedChannelPool
-
Creates a new instance.
- FixedChannelPool.AcquireTimeoutAction - Enum in io.netty.channel.pool
-
- fixedHeader() - Method in class io.netty.handler.codec.mqtt.MqttMessage
-
- FixedLengthFrameDecoder - Class in io.netty.handler.codec
-
A decoder that splits the received
ByteBuf
s 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
-
- FixedRecvByteBufAllocator(int) - Constructor for class io.netty.channel.FixedRecvByteBufAllocator
-
Creates a new predictor that always returns the same prediction of
the specified buffer size.
- FixedRedisMessagePool - Class in io.netty.handler.codec.redis
-
A default fixed redis message pool.
- FixedRedisMessagePool.RedisErrorKey - Enum in io.netty.handler.codec.redis
-
- FixedRedisMessagePool.RedisReplyKey - Enum in io.netty.handler.codec.redis
-
- flags() - Method in class io.netty.handler.codec.dns.AbstractDnsOptPseudoRrRecord
-
- flags() - Method in interface io.netty.handler.codec.dns.DnsOptPseudoRecord
-
- flags() - Method in class io.netty.handler.codec.http2.DefaultHttp2UnknownFrame
-
- flags() - Method in interface io.netty.handler.codec.http2.Http2UnknownFrame
-
- flags() - Method in class io.netty.handler.codec.spdy.DefaultSpdyUnknownFrame
-
- flags() - Method in interface io.netty.handler.codec.spdy.SpdyUnknownFrame
-
- FLOW_CONTROL_ERROR - Static variable in class io.netty.handler.codec.spdy.SpdyStreamStatus
-
7 Flow Control Error
- FlowControlHandler - Class in io.netty.handler.flow
-
- FlowControlHandler() - Constructor for class io.netty.handler.flow.FlowControlHandler
-
- FlowControlHandler(boolean) - Constructor for class io.netty.handler.flow.FlowControlHandler
-
- flowController() - Method in class io.netty.handler.codec.http2.DecoratingHttp2ConnectionDecoder
-
- flowController() - Method in class io.netty.handler.codec.http2.DecoratingHttp2ConnectionEncoder
-
- flowController() - Method in class io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder
-
- flowController() - Method in class io.netty.handler.codec.http2.DefaultHttp2ConnectionEncoder
-
- flowController() - Method in interface io.netty.handler.codec.http2.Http2Connection.Endpoint
-
Gets the flow controller for this endpoint.
- flowController(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
-
- flush() - Method in interface io.netty.channel.Channel.Unsafe
-
- flush(ChannelHandlerContext) - Method in class io.netty.channel.ChannelDuplexHandler
-
- flush() - Method in interface io.netty.channel.ChannelHandlerContext
-
- flush(ChannelHandlerContext) - Method in interface io.netty.channel.ChannelOutboundHandler
-
Called once a flush operation is made.
- flush(ChannelHandlerContext) - Method in class io.netty.channel.ChannelOutboundHandlerAdapter
-
- flush() - Method in interface io.netty.channel.ChannelOutboundInvoker
-
Request to flush all pending messages via this ChannelOutboundInvoker.
- flush() - Method in interface io.netty.channel.ChannelPipeline
-
- flush(ChannelHandlerContext) - Method in class io.netty.channel.CombinedChannelDuplexHandler
-
- flush() - Method in class io.netty.channel.DefaultChannelPipeline
-
- flush() - Method in class io.netty.channel.embedded.EmbeddedChannel
-
- flush() - Method in interface io.netty.channel.group.ChannelGroup
-
- flush(ChannelMatcher) - Method in interface io.netty.channel.group.ChannelGroup
-
- flush() - Method in class io.netty.channel.group.DefaultChannelGroup
-
- flush(ChannelMatcher) - Method in class io.netty.channel.group.DefaultChannelGroup
-
- flush(ChannelHandlerContext) - Method in class io.netty.handler.codec.compression.Lz4FrameEncoder
-
- flush(ChannelHandlerContext) - Method in class io.netty.handler.codec.compression.ZstdEncoder
-
- flush(ChannelHandlerContext) - Method in class io.netty.handler.codec.DatagramPacketEncoder
-
- flush(ChannelHandlerContext) - Method in class io.netty.handler.codec.http.HttpClientUpgradeHandler
-
- flush(ChannelHandlerContext) - Method in class io.netty.handler.codec.http2.Http2ConnectionHandler
-
- FLUSH - Static variable in class io.netty.handler.codec.memcache.binary.BinaryMemcacheOpcodes
-
- flush() - Method in class io.netty.handler.codec.serialization.ObjectEncoderOutputStream
-
Deprecated.
- flush(ChannelHandlerContext) - Method in class io.netty.handler.codec.spdy.SpdyFrameCodec
-
- flush(ChannelHandlerContext) - Method in class io.netty.handler.flush.FlushConsolidationHandler
-
- flush(ChannelHandlerContext) - Method in class io.netty.handler.logging.LoggingHandler
-
- flush(ChannelHandlerContext) - Method in class io.netty.handler.proxy.ProxyHandler
-
- flush(ChannelHandlerContext) - Method in class io.netty.handler.ssl.SslClientHelloHandler
-
- flush(ChannelHandlerContext) - Method in class io.netty.handler.ssl.SslHandler
-
- flush(ChannelHandlerContext) - Method in class io.netty.handler.stream.ChunkedWriteHandler
-
- flush0() - Method in class io.netty.channel.AbstractChannel.AbstractUnsafe
-
- flush0() - Method in class io.netty.channel.nio.AbstractNioChannel.AbstractNioUnsafe
-
- flushAndWrite(Object) - Method in interface io.netty.channel.group.ChannelGroup
-
- flushAndWrite(Object, ChannelMatcher) - Method in interface io.netty.channel.group.ChannelGroup
-
- flushAndWrite(Object) - Method in class io.netty.channel.group.DefaultChannelGroup
-
- flushAndWrite(Object, ChannelMatcher) - Method in class io.netty.channel.group.DefaultChannelGroup
-
- flushCheckpoint() - Method in class io.netty.channel.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
-
- FlushConsolidationHandler - Class in io.netty.handler.flush
-
- FlushConsolidationHandler() - Constructor for class io.netty.handler.flush.FlushConsolidationHandler
-
Create new instance which explicit flush after
256 pending flush
operations at the latest.
- FlushConsolidationHandler(int) - Constructor for class io.netty.handler.flush.FlushConsolidationHandler
-
Create new instance which doesn't consolidate flushes when no read is in progress.
- FlushConsolidationHandler(int, boolean) - Constructor for class io.netty.handler.flush.FlushConsolidationHandler
-
Create new instance.
- flushInbound() - Method in class io.netty.channel.embedded.EmbeddedChannel
-
Flushes the inbound of this
Channel
.
- flushOutbound() - Method in class io.netty.channel.embedded.EmbeddedChannel
-
Flushes the outbound of this
Channel
.
- flushPreface(boolean) - Method in class io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
-
Determine if the
Preface
should be automatically flushed when the
Channel
becomes active or not.
- flushPreface() - Method in class io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
-
Determine if the
Preface
should be automatically flushed when the
Channel
becomes active or not.
- flushPreface(boolean) - Method in class io.netty.handler.codec.http2.Http2ConnectionHandlerBuilder
-
- flushPreface(boolean) - Method in class io.netty.handler.codec.http2.Http2FrameCodecBuilder
-
- flushPreface(boolean) - Method in class io.netty.handler.codec.http2.Http2MultiplexCodecBuilder
-
Deprecated.
- flushPreface(boolean) - Method in class io.netty.handler.codec.http2.HttpToHttp2ConnectionHandlerBuilder
-
- FLUSHQ - Static variable in class io.netty.handler.codec.memcache.binary.BinaryMemcacheOpcodes
-
- forAnyOrigin() - Static method in class io.netty.handler.codec.http.cors.CorsConfigBuilder
-
Creates a Builder instance with it's origin set to '*'.
- FORBIDDEN - Static variable in class io.netty.handler.codec.http.HttpResponseStatus
-
403 Forbidden
- FORBIDDEN - Static variable in class io.netty.handler.codec.rtsp.RtspResponseStatuses
-
403 Forbidden
- FORBIDDEN - Static variable in class io.netty.handler.codec.socksx.v5.Socks5CommandStatus
-
- forceCloseTimeoutMillis() - Method in class io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker
-
- forceCloseTimeoutMillis(long) - Method in class io.netty.handler.codec.http.websocketx.WebSocketClientProtocolConfig.Builder
-
Close the connection if it was not closed by the server after timeout specified
- forceCloseTimeoutMillis() - Method in class io.netty.handler.codec.http.websocketx.WebSocketClientProtocolConfig
-
- forceCloseTimeoutMillis(long) - Method in class io.netty.handler.codec.http.websocketx.WebSocketServerProtocolConfig.Builder
-
Close the connection if it was not closed by the client after timeout specified
- forceCloseTimeoutMillis() - Method in class io.netty.handler.codec.http.websocketx.WebSocketServerProtocolConfig
-
- forceFlush() - Method in class io.netty.channel.nio.AbstractNioChannel.AbstractNioUnsafe
-
- forceFlush() - Method in interface io.netty.channel.nio.AbstractNioChannel.NioUnsafe
-
- forceTcpChannel(InetSocketAddress, InetSocketAddress, boolean) - Method in class io.netty.handler.pcap.PcapWriteHandler.Builder
-
Force this handler to write data as if they were TCP packets, with the given connection metadata.
- forceUdpChannel(InetSocketAddress, InetSocketAddress) - Method in class io.netty.handler.pcap.PcapWriteHandler.Builder
-
Force this handler to write data as if they were UDP packets, with the given connection metadata.
- forClient() - Static method in class io.netty.handler.codec.http2.Http2FrameCodecBuilder
-
Creates a builder for an HTTP/2 client.
- forClient(ChannelHandler) - Static method in class io.netty.handler.codec.http2.Http2MultiplexCodecBuilder
-
Deprecated.
Creates a builder for an HTTP/2 client.
- forClient() - Static method in class io.netty.handler.ssl.SslContextBuilder
-
- forEachActiveStream(Http2StreamVisitor) - Method in class io.netty.handler.codec.http2.DefaultHttp2Connection
-
- forEachActiveStream(Http2FrameStreamVisitor) - Method in class io.netty.handler.codec.http2.Http2ChannelDuplexHandler
-
Allows to iterate over all currently active streams.
- forEachActiveStream(Http2StreamVisitor) - Method in interface io.netty.handler.codec.http2.Http2Connection
-
Provide a means of iterating over the collection of active streams.
- forEachByte(ByteProcessor) - Method in class io.netty.buffer.AbstractByteBuf
-
- forEachByte(int, int, ByteProcessor) - Method in class io.netty.buffer.AbstractByteBuf
-
- forEachByte(ByteProcessor) - Method in class io.netty.buffer.ByteBuf
-
Iterates over the readable bytes of this buffer with the specified processor
in ascending order.
- forEachByte(int, int, ByteProcessor) - Method in class io.netty.buffer.ByteBuf
-
Iterates over the specified area of this buffer with the specified processor
in ascending order.
- forEachByte(int, int, ByteProcessor) - Method in class io.netty.buffer.DuplicatedByteBuf
-
Deprecated.
- forEachByte(ByteProcessor) - Method in class io.netty.buffer.EmptyByteBuf
-
- forEachByte(int, int, ByteProcessor) - Method in class io.netty.buffer.EmptyByteBuf
-
- forEachByte(int, int, ByteProcessor) - Method in class io.netty.buffer.ReadOnlyByteBuf
-
Deprecated.
- forEachByte(ByteProcessor) - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- forEachByte(int, int, ByteProcessor) - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- forEachByte(ByteProcessor) - Method in class io.netty.util.AsciiString
-
Iterates over the readable bytes of this buffer with the specified processor
in ascending order.
- forEachByte(int, int, ByteProcessor) - Method in class io.netty.util.AsciiString
-
Iterates over the specified area of this buffer with the specified processor
in ascending order.
- forEachByteAsc0(int, int, ByteProcessor) - Method in class io.netty.buffer.CompositeByteBuf
-
- forEachByteDesc(ByteProcessor) - Method in class io.netty.buffer.AbstractByteBuf
-
- forEachByteDesc(int, int, ByteProcessor) - Method in class io.netty.buffer.AbstractByteBuf
-
- forEachByteDesc(ByteProcessor) - Method in class io.netty.buffer.ByteBuf
-
Iterates over the readable bytes of this buffer with the specified processor
in descending order.
- forEachByteDesc(int, int, ByteProcessor) - Method in class io.netty.buffer.ByteBuf
-
Iterates over the specified area of this buffer with the specified processor
in descending order.
- forEachByteDesc(int, int, ByteProcessor) - Method in class io.netty.buffer.DuplicatedByteBuf
-
Deprecated.
- forEachByteDesc(ByteProcessor) - Method in class io.netty.buffer.EmptyByteBuf
-
- forEachByteDesc(int, int, ByteProcessor) - Method in class io.netty.buffer.EmptyByteBuf
-
- forEachByteDesc(int, int, ByteProcessor) - Method in class io.netty.buffer.ReadOnlyByteBuf
-
Deprecated.
- forEachByteDesc(ByteProcessor) - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- forEachByteDesc(int, int, ByteProcessor) - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- forEachByteDesc(ByteProcessor) - Method in class io.netty.util.AsciiString
-
Iterates over the readable bytes of this buffer with the specified processor
in descending order.
- forEachByteDesc(int, int, ByteProcessor) - Method in class io.netty.util.AsciiString
-
Iterates over the specified area of this buffer with the specified processor
in descending order.
- forEachByteDesc0(int, int, ByteProcessor) - Method in class io.netty.buffer.CompositeByteBuf
-
- forEachFlushedMessage(ChannelOutboundBuffer.MessageProcessor) - Method in class io.netty.channel.ChannelOutboundBuffer
-
- FORM_DATA - Static variable in class io.netty.handler.codec.http.HttpHeaderValues
-
- format(Date) - Static method in class io.netty.handler.codec.DateFormatter
-
Format a
Date
into RFC1123 format
- format(ChannelHandlerContext, String) - Method in class io.netty.handler.logging.LoggingHandler
-
Formats an event and returns the formatted message.
- format(ChannelHandlerContext, String, Object) - Method in class io.netty.handler.logging.LoggingHandler
-
Formats an event and returns the formatted message.
- format(ChannelHandlerContext, String, Object, Object) - Method in class io.netty.handler.logging.LoggingHandler
-
Formats an event and returns the formatted message.
- format(String, Object) - Static method in class io.netty.util.internal.logging.MessageFormatter
-
Performs single argument substitution for the 'messagePattern' passed as
parameter.
- format(String, Object, Object) - Static method in class io.netty.util.internal.logging.MessageFormatter
-
Performs a two argument substitution for the 'messagePattern' passed as
parameter.
- formatAddress(byte[]) - Static method in class io.netty.util.internal.MacAddressUtil
-
- formatHostnameForHttp(InetSocketAddress) - Static method in class io.netty.handler.codec.http.HttpUtil
-
Formats the host string of an address so it can be used for computing an HTTP component
such as a URL or a Host header
- FormattingTuple - Class in io.netty.util.internal.logging
-
- FormattingTuple(String, Throwable) - Constructor for class io.netty.util.internal.logging.FormattingTuple
-
- FORMERR - Static variable in class io.netty.handler.codec.dns.DnsResponseCode
-
The 'FormErr' DNS RCODE (1), as defined in
RFC1035.
- forOrigin(String) - Static method in class io.netty.handler.codec.http.cors.CorsConfigBuilder
-
- forOrigins(String...) - Static method in class io.netty.handler.codec.http.cors.CorsConfigBuilder
-
- forServer() - Static method in class io.netty.handler.codec.http2.Http2FrameCodecBuilder
-
Creates a builder for an HTTP/2 server.
- forServer(ChannelHandler) - Static method in class io.netty.handler.codec.http2.Http2MultiplexCodecBuilder
-
Deprecated.
Creates a builder for an HTTP/2 server.
- forServer(File, File) - Static method in class io.netty.handler.ssl.SslContextBuilder
-
- forServer(InputStream, InputStream) - Static method in class io.netty.handler.ssl.SslContextBuilder
-
- forServer(PrivateKey, X509Certificate...) - Static method in class io.netty.handler.ssl.SslContextBuilder
-
- forServer(PrivateKey, Iterable<? extends X509Certificate>) - Static method in class io.netty.handler.ssl.SslContextBuilder
-
- forServer(File, File, String) - Static method in class io.netty.handler.ssl.SslContextBuilder
-
- forServer(InputStream, InputStream, String) - Static method in class io.netty.handler.ssl.SslContextBuilder
-
- forServer(PrivateKey, String, X509Certificate...) - Static method in class io.netty.handler.ssl.SslContextBuilder
-
- forServer(PrivateKey, String, Iterable<? extends X509Certificate>) - Static method in class io.netty.handler.ssl.SslContextBuilder
-
- forServer(KeyManagerFactory) - Static method in class io.netty.handler.ssl.SslContextBuilder
-
- forServer(KeyManager) - Static method in class io.netty.handler.ssl.SslContextBuilder
-
- 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
- frameListener() - Method in class io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
-
Returns the listener of inbound frames.
- frameListener(Http2FrameListener) - Method in class io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
-
Sets the listener of inbound frames.
- frameListener(Http2FrameListener) - Method in class io.netty.handler.codec.http2.DecoratingHttp2ConnectionDecoder
-
- frameListener() - Method in class io.netty.handler.codec.http2.DecoratingHttp2ConnectionDecoder
-
- frameListener(Http2FrameListener) - Method in class io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder
-
- frameListener() - Method in class io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder
-
- frameListener(Http2FrameListener) - Method in interface io.netty.handler.codec.http2.Http2ConnectionDecoder
-
- frameListener() - Method in interface io.netty.handler.codec.http2.Http2ConnectionDecoder
-
- frameListener(Http2FrameListener) - Method in class io.netty.handler.codec.http2.Http2ConnectionHandlerBuilder
-
- frameListener(Http2FrameListener) - Method in class io.netty.handler.codec.http2.HttpToHttp2ConnectionHandlerBuilder
-
- frameLogger() - Method in class io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
-
Returns the logger that is used for the encoder and decoder.
- frameLogger(Http2FrameLogger) - Method in class io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
-
Sets the logger that is used for the encoder and decoder.
- frameLogger(Http2FrameLogger) - Method in class io.netty.handler.codec.http2.Http2ConnectionHandlerBuilder
-
- frameLogger() - Method in class io.netty.handler.codec.http2.Http2FrameCodecBuilder
-
- frameLogger(Http2FrameLogger) - Method in class io.netty.handler.codec.http2.Http2FrameCodecBuilder
-
- frameLogger() - Method in class io.netty.handler.codec.http2.Http2MultiplexCodecBuilder
-
Deprecated.
- frameLogger(Http2FrameLogger) - Method in class io.netty.handler.codec.http2.Http2MultiplexCodecBuilder
-
Deprecated.
- frameLogger(Http2FrameLogger) - Method in class io.netty.handler.codec.http2.HttpToHttp2ConnectionHandlerBuilder
-
- frameSizePolicy() - Method in class io.netty.handler.codec.http2.DefaultHttp2FrameReader
-
- frameSizePolicy() - Method in class io.netty.handler.codec.http2.DefaultHttp2FrameWriter
-
- frameSizePolicy() - Method in interface io.netty.handler.codec.http2.Http2FrameReader.Configuration
-
- frameSizePolicy() - Method in interface io.netty.handler.codec.http2.Http2FrameWriter.Configuration
-
- frameType() - Method in class io.netty.handler.codec.http2.DefaultHttp2UnknownFrame
-
- frameType() - Method in interface io.netty.handler.codec.http2.Http2UnknownFrame
-
- frameType() - Method in class io.netty.handler.codec.spdy.DefaultSpdyUnknownFrame
-
- frameType() - Method in interface io.netty.handler.codec.spdy.SpdyUnknownFrame
-
- frameWriter() - Method in class io.netty.handler.codec.http2.DecoratingHttp2ConnectionEncoder
-
- frameWriter() - Method in class io.netty.handler.codec.http2.DefaultHttp2ConnectionEncoder
-
- frameWriter(Http2FrameWriter) - Method in class io.netty.handler.codec.http2.DefaultHttp2LocalFlowController
-
- frameWriter() - Method in interface io.netty.handler.codec.http2.Http2ConnectionEncoder
-
Provides direct access to the underlying frame writer object.
- frameWriter() - Method in class io.netty.handler.codec.http2.Http2ConnectionHandler
-
- frameWriter(Http2FrameWriter) - Method in interface io.netty.handler.codec.http2.Http2LocalFlowController
-
Sets the writer to be use for sending WINDOW_UPDATE
frames.
- free(ByteBuffer) - Static method in class io.netty.channel.unix.Buffer
-
- freeArray(byte[]) - Method in class io.netty.buffer.UnpooledHeapByteBuf
-
- freeBytes() - Method in interface io.netty.buffer.PoolChunkMetric
-
Return the number of free bytes in the chunk.
- freeDirect(ByteBuffer) - Method in class io.netty.buffer.UnpooledDirectByteBuf
-
- freeDirectBuffer(ByteBuffer) - Static method in class io.netty.util.internal.PlatformDependent
-
Try to deallocate the specified direct
ByteBuffer
.
- freeDirectNoCleaner(ByteBuffer) - Static method in class io.netty.util.internal.PlatformDependent
-
- freeMemory(long) - Static method in class io.netty.util.internal.PlatformDependent
-
- freeThreadLocalCache() - Method in class io.netty.buffer.PooledByteBufAllocator
-
- freezeTime() - Method in class io.netty.channel.embedded.EmbeddedChannel
-
Freeze the clock of this channel's event loop.
- from(String) - Static method in class io.netty.channel.unix.FileDescriptor
-
- from(File) - Static method in class io.netty.channel.unix.FileDescriptor
-
- FROM - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
-
"from"
- FROM - Static variable in class io.netty.handler.codec.http.HttpHeaders.Names
-
Deprecated.
"From"
- from(int) - Static method in class io.netty.handler.codec.mqtt.MqttMessageIdVariableHeader
-
- FROM - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderNames
-
"from"
- FROM - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Names
-
Deprecated.
"From"
- fromByte(byte) - Static method in enum io.netty.handler.codec.socks.SocksAddressType
-
- fromByte(byte) - Static method in enum io.netty.handler.codec.socks.SocksAuthScheme
-
- fromByte(byte) - Static method in enum io.netty.handler.codec.socks.SocksAuthStatus
-
- fromByte(byte) - Static method in enum io.netty.handler.codec.socks.SocksCmdStatus
-
- fromByte(byte) - Static method in enum io.netty.handler.codec.socks.SocksCmdType
-
- fromByte(byte) - Static method in enum io.netty.handler.codec.socks.SocksProtocolVersion
-
- fromByte(byte) - Static method in enum io.netty.handler.codec.socks.SocksSubnegotiationVersion
-
- fromProtocolNameAndLevel(String, byte) - Static method in enum io.netty.handler.codec.mqtt.MqttVersion
-
- FullBinaryMemcacheRequest - Interface in io.netty.handler.codec.memcache.binary
-
- FullBinaryMemcacheResponse - Interface in io.netty.handler.codec.memcache.binary
-
- FullBulkStringRedisMessage - Class in io.netty.handler.codec.redis
-
An aggregated bulk string of
RESP.
- FullBulkStringRedisMessage(ByteBuf) - Constructor for class io.netty.handler.codec.redis.FullBulkStringRedisMessage
-
- FullHttpMessage - Interface in io.netty.handler.codec.http
-
- FullHttpRequest - Interface in io.netty.handler.codec.http
-
- FullHttpResponse - Interface in io.netty.handler.codec.http
-
- FullMemcacheMessage - Interface in io.netty.handler.codec.memcache
-
- Future<V> - Interface in io.netty.util.concurrent
-
The result of an asynchronous operation.
- FutureListener<V> - Interface in io.netty.util.concurrent
-
- futureListenerStackDepth() - Method in class io.netty.util.internal.InternalThreadLocalMap
-
- 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
-
- generateKeySpec(char[], byte[]) - Static method in class io.netty.handler.ssl.SslContext
-
Deprecated.
- generateOriginHeader - Variable in class io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker
-
- generateOriginHeader(boolean) - Method in class io.netty.handler.codec.http.websocketx.WebSocketClientProtocolConfig.Builder
-
Allows to generate the `Origin`|`Sec-WebSocket-Origin` header value for handshake request
according the given webSocketURI.
- generateOriginHeader() - Method in class io.netty.handler.codec.http.websocketx.WebSocketClientProtocolConfig
-
- GenericFutureListener<F extends Future<?>> - Interface in io.netty.util.concurrent
-
Listens to the result of a
Future
.
- GenericProgressiveFutureListener<F extends ProgressiveFuture<?>> - Interface in io.netty.util.concurrent
-
- GenericUnixChannelOption<T> - Class in io.netty.channel.unix
-
A generic socket option.
- get(String) - Method in interface io.netty.channel.ChannelPipeline
-
- get(Class<T>) - Method in interface io.netty.channel.ChannelPipeline
-
- get(String) - Method in class io.netty.channel.DefaultChannelPipeline
-
- get(Class<T>) - Method in class io.netty.channel.DefaultChannelPipeline
-
- get() - Method in class io.netty.channel.DelegatingChannelPromiseNotifier
-
- get(long, TimeUnit) - Method in class io.netty.channel.DelegatingChannelPromiseNotifier
-
- get(K) - Method in class io.netty.channel.pool.AbstractChannelPoolMap
-
- get(K) - Method in interface io.netty.channel.pool.ChannelPoolMap
-
- get(K) - Method in class io.netty.handler.codec.DefaultHeaders
-
- get(K, V) - Method in class io.netty.handler.codec.DefaultHeaders
-
- get(K) - Method in class io.netty.handler.codec.EmptyHeaders
-
- get(K, V) - Method in class io.netty.handler.codec.EmptyHeaders
-
- get(K) - Method in interface io.netty.handler.codec.Headers
-
Returns the value of a header with the specified name.
- get(K, V) - Method in interface io.netty.handler.codec.Headers
-
Returns the value of a header with the specified name.
- get(String) - Method in class io.netty.handler.codec.http.DefaultHttpHeaders
-
- get(CharSequence) - Method in class io.netty.handler.codec.http.DefaultHttpHeaders
-
- get(String) - Method in class io.netty.handler.codec.http.EmptyHttpHeaders
-
- get() - Static method in class io.netty.handler.codec.http.HttpHeaderDateFormat
-
Deprecated.
- get(String) - Method in class io.netty.handler.codec.http.HttpHeaders
-
- get(CharSequence) - Method in class io.netty.handler.codec.http.HttpHeaders
-
Returns the value of a header with the specified name.
- get(CharSequence, String) - Method in class io.netty.handler.codec.http.HttpHeaders
-
Returns the value of a header with the specified name.
- GET - Static variable in class io.netty.handler.codec.http.HttpMethod
-
The GET method means retrieve whatever information (in the form of an entity) is identified
by the Request-URI.
- get() - Method in class io.netty.handler.codec.http.multipart.AbstractDiskHttpData
-
- get() - Method in class io.netty.handler.codec.http.multipart.AbstractMemoryHttpData
-
- get() - Method in interface io.netty.handler.codec.http.multipart.HttpData
-
Returns the contents of the file item as an array of bytes.
- get(String) - Method in class io.netty.handler.codec.http.ReadOnlyHttpHeaders
-
- get(CharSequence) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
-
- get(CharSequence, CharSequence) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
-
- GET - Static variable in class io.netty.handler.codec.memcache.binary.BinaryMemcacheOpcodes
-
- get(String) - Method in interface io.netty.resolver.dns.AuthoritativeDnsServerCache
-
Returns the cached nameservers that should be used to resolve the given hostname.
- get(String) - Method in class io.netty.resolver.dns.DefaultAuthoritativeDnsServerCache
-
- get(String, DnsRecord[]) - Method in class io.netty.resolver.dns.DefaultDnsCache
-
- get(String) - Method in class io.netty.resolver.dns.DefaultDnsCnameCache
-
- get(String, DnsRecord[]) - Method in interface io.netty.resolver.dns.DnsCache
-
Return the cached entries for the given hostname.
- get(String) - Method in interface io.netty.resolver.dns.DnsCnameCache
-
Returns the cached cname for the given hostname.
- get(String) - Method in class io.netty.resolver.dns.NoopAuthoritativeDnsServerCache
-
- get(String, DnsRecord[]) - Method in class io.netty.resolver.dns.NoopDnsCache
-
- get(String) - Method in class io.netty.resolver.dns.NoopDnsCnameCache
-
- get() - Method in interface io.netty.util.Attribute
-
Returns the current value, which may be null
- get() - Method in interface io.netty.util.BooleanSupplier
-
Gets a boolean value.
- get(byte) - Method in class io.netty.util.collection.ByteObjectHashMap
-
- get(Object) - Method in class io.netty.util.collection.ByteObjectHashMap
-
- get(byte) - Method in interface io.netty.util.collection.ByteObjectMap
-
Gets the value in the map with the specified key.
- get(char) - Method in class io.netty.util.collection.CharObjectHashMap
-
- get(Object) - Method in class io.netty.util.collection.CharObjectHashMap
-
- get(char) - Method in interface io.netty.util.collection.CharObjectMap
-
Gets the value in the map with the specified key.
- get(int) - Method in class io.netty.util.collection.IntObjectHashMap
-
- get(Object) - Method in class io.netty.util.collection.IntObjectHashMap
-
- get(int) - Method in interface io.netty.util.collection.IntObjectMap
-
Gets the value in the map with the specified key.
- get(long) - Method in class io.netty.util.collection.LongObjectHashMap
-
- get(Object) - Method in class io.netty.util.collection.LongObjectHashMap
-
- get(long) - Method in interface io.netty.util.collection.LongObjectMap
-
Gets the value in the map with the specified key.
- get(short) - Method in class io.netty.util.collection.ShortObjectHashMap
-
- get(Object) - Method in class io.netty.util.collection.ShortObjectHashMap
-
- get(short) - Method in interface io.netty.util.collection.ShortObjectMap
-
Gets the value in the map with the specified key.
- get() - Method in class io.netty.util.concurrent.AbstractFuture
-
- get(long, TimeUnit) - Method in class io.netty.util.concurrent.AbstractFuture
-
- get() - Method in class io.netty.util.concurrent.DefaultPromise
-
- get(long, TimeUnit) - Method in class io.netty.util.concurrent.DefaultPromise
-
- get() - Method in class io.netty.util.concurrent.FastThreadLocal
-
Returns the current value for the current thread
- get(InternalThreadLocalMap) - Method in class io.netty.util.concurrent.FastThreadLocal
-
Returns the current value for the specified thread local map.
- get() - Static method in class io.netty.util.internal.InternalThreadLocalMap
-
- get() - Method in class io.netty.util.internal.ObjectPool
-
- get(String) - Static method in class io.netty.util.internal.SystemPropertyUtil
-
Returns the value of the Java system property with the specified
key
, while falling back to null
if the property access fails.
- get(String, String) - Static method in class io.netty.util.internal.SystemPropertyUtil
-
Returns the value of the Java system property with the specified
key
, while falling back to the specified default value if
the property access fails.
- get(Class<?>) - Static method in class io.netty.util.internal.TypeParameterMatcher
-
- get() - Method in interface io.netty.util.IntSupplier
-
Gets a result.
- get() - Method in class io.netty.util.Recycler
-
- get() - Method in interface io.netty.util.UncheckedBooleanSupplier
-
Gets a boolean value.
- GET_PARAMETER - Static variable in class io.netty.handler.codec.rtsp.RtspMethods
-
The GET_PARAMETER request retrieves the value of a parameter of a
presentation or stream specified in the URI.
- getAcceptFilter() - Method in class io.netty.channel.kqueue.KQueueServerSocketChannelConfig
-
- getAlgorithm() - Method in class io.netty.handler.ssl.PemPrivateKey
-
- getAll(K) - Method in class io.netty.handler.codec.DefaultHeaders
-
- getAll(K) - Method in class io.netty.handler.codec.EmptyHeaders
-
- getAll(K) - Method in interface io.netty.handler.codec.Headers
-
Returns all values for the header with the specified name.
- getAll(String) - Method in class io.netty.handler.codec.http.DefaultHttpHeaders
-
- getAll(CharSequence) - Method in class io.netty.handler.codec.http.DefaultHttpHeaders
-
- getAll(String) - Method in class io.netty.handler.codec.http.EmptyHttpHeaders
-
- getAll(String) - Method in class io.netty.handler.codec.http.HttpHeaders
-
- getAll(CharSequence) - Method in class io.netty.handler.codec.http.HttpHeaders
-
Returns the values of headers with the specified name
- getAll(String) - Method in class io.netty.handler.codec.http.ReadOnlyHttpHeaders
-
- getAll(CharSequence) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
-
- getAllAndRemove(K) - Method in class io.netty.handler.codec.DefaultHeaders
-
- getAllAndRemove(K) - Method in class io.netty.handler.codec.EmptyHeaders
-
- getAllAndRemove(K) - Method in interface io.netty.handler.codec.Headers
-
Returns all values for the header with the specified name and removes them from this object.
- getAllAndRemove(CharSequence) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
-
- getAllAsString(Headers<K, V, ?>, K) - Static method in class io.netty.handler.codec.HeadersUtils
-
- getAllAsString(CharSequence) - Method in class io.netty.handler.codec.http.HttpHeaders
-
- getAllAsString(CharSequence) - Method in class io.netty.handler.codec.spdy.DefaultSpdyHeaders
-
- getAllAsString(CharSequence) - Method in interface io.netty.handler.codec.spdy.SpdyHeaders
-
- getAllAsString(CharSequence) - Method in class io.netty.handler.codec.stomp.DefaultStompHeaders
-
- getAllAsString(CharSequence) - Method in interface io.netty.handler.codec.stomp.StompHeaders
-
- getAllIdleTimeInMillis() - Method in class io.netty.handler.timeout.IdleStateHandler
-
Return the allIdleTime that was given when instance this class in milliseconds.
- getAllocator() - Method in interface io.netty.channel.ChannelConfig
-
- getAllocator() - Method in class io.netty.channel.DefaultChannelConfig
-
- getAndRemove(K) - Method in class io.netty.handler.codec.DefaultHeaders
-
- getAndRemove(K, V) - Method in class io.netty.handler.codec.DefaultHeaders
-
- getAndRemove(K) - Method in class io.netty.handler.codec.EmptyHeaders
-
- getAndRemove(K, V) - Method in class io.netty.handler.codec.EmptyHeaders
-
- getAndRemove(K) - Method in interface io.netty.handler.codec.Headers
-
Returns the value of a header with the specified name and removes it from this object.
- getAndRemove(K, V) - Method in interface io.netty.handler.codec.Headers
-
Returns the value of a header with the specified name and removes it from this object.
- getAndRemove(CharSequence) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
-
- getAndRemove(CharSequence, CharSequence) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
-
- getAndRemove() - Method in interface io.netty.util.Attribute
-
- 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.
- getAndSet(V) - Method in class io.netty.util.concurrent.FastThreadLocal
-
Set the value for the current thread and returns the old value.
- getAndSet(InternalThreadLocalMap, V) - Method in class io.netty.util.concurrent.FastThreadLocal
-
Set the value for the specified thread local map.
- getAndSetIndexedVariable(int, Object) - Method in class io.netty.util.internal.InternalThreadLocalMap
-
- getApplicationProtocol() - Method in class io.netty.handler.ssl.ReferenceCountedOpenSslEngine
-
- getAsString(Headers<K, V, ?>, K) - Static method in class io.netty.handler.codec.HeadersUtils
-
- getAsString(CharSequence) - Method in class io.netty.handler.codec.http.HttpHeaders
-
- getAsString(CharSequence) - Method in class io.netty.handler.codec.spdy.DefaultSpdyHeaders
-
- getAsString(CharSequence) - Method in interface io.netty.handler.codec.spdy.SpdyHeaders
-
- getAsString(CharSequence) - Method in class io.netty.handler.codec.stomp.DefaultStompHeaders
-
- getAsString(CharSequence) - Method in interface io.netty.handler.codec.stomp.StompHeaders
-
- getBacklog() - Method in class io.netty.channel.epoll.EpollServerChannelConfig
-
- getBacklog() - Method in class io.netty.channel.kqueue.KQueueServerChannelConfig
-
- getBacklog() - Method in class io.netty.channel.sctp.DefaultSctpServerChannelConfig
-
- getBacklog() - Method in interface io.netty.channel.sctp.SctpServerChannelConfig
-
Gets the backlog value to specify when the channel binds to a local address.
- getBacklog() - Method in class io.netty.channel.socket.DefaultServerSocketChannelConfig
-
- getBacklog() - Method in interface io.netty.channel.socket.ServerSocketChannelConfig
-
Gets the backlog value to specify when the channel binds to a local
address.
- getBacklog() - Method in class io.netty.channel.udt.DefaultUdtServerChannelConfig
-
Deprecated.
- getBacklog() - Method in interface io.netty.channel.udt.UdtServerChannelConfig
-
Deprecated.
- getBaseDirectory() - Method in class io.netty.handler.codec.http.multipart.AbstractDiskHttpData
-
- getBaseDirectory() - Method in class io.netty.handler.codec.http.multipart.DiskAttribute
-
- getBaseDirectory() - Method in class io.netty.handler.codec.http.multipart.DiskFileUpload
-
- getBasicConstraints() - Method in class io.netty.handler.ssl.PemX509Certificate
-
- getBasicConstraints() - Method in class io.netty.handler.ssl.util.LazyX509Certificate
-
- getBaudrate() - Method in interface io.netty.channel.rxtx.RxtxChannelConfig
-
Deprecated.
- getBioNonApplicationBufferSize() - Method in class io.netty.handler.ssl.ReferenceCountedOpenSslContext
-
Returns the size of the buffer used by the BIO for non-application based writes
- getBodyHttpData(String) - Method in class io.netty.handler.codec.http.multipart.HttpPostMultipartRequestDecoder
-
This getMethod returns the first InterfaceHttpData with the given name from
body.
- 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
-
Deprecated.
- getBoolean(K) - Method in class io.netty.handler.codec.DefaultHeaders
-
- getBoolean(K, boolean) - Method in class io.netty.handler.codec.DefaultHeaders
-
- getBoolean(K) - Method in class io.netty.handler.codec.EmptyHeaders
-
- getBoolean(K, boolean) - Method in class io.netty.handler.codec.EmptyHeaders
-
- getBoolean(K) - Method in interface io.netty.handler.codec.Headers
-
Returns the boolean
value of a header with the specified name.
- getBoolean(K, boolean) - Method in interface io.netty.handler.codec.Headers
-
Returns the boolean
value of a header with the specified name.
- getBoolean(CharSequence) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
-
- getBoolean(CharSequence, boolean) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
-
- getBoolean(String, boolean) - Static method in class io.netty.util.internal.SystemPropertyUtil
-
Returns the value of the Java system property with the specified
key
, while falling back to the specified default value if
the property access fails.
- getBooleanAndRemove(K) - Method in class io.netty.handler.codec.DefaultHeaders
-
- getBooleanAndRemove(K, boolean) - Method in class io.netty.handler.codec.DefaultHeaders
-
- getBooleanAndRemove(K) - Method in class io.netty.handler.codec.EmptyHeaders
-
- getBooleanAndRemove(K, boolean) - Method in class io.netty.handler.codec.EmptyHeaders
-
- getBooleanAndRemove(K) - Method in interface io.netty.handler.codec.Headers
-
Returns the boolean
value of a header with the specified name
and removes the header from this
object.
- getBooleanAndRemove(K, boolean) - Method in interface io.netty.handler.codec.Headers
-
Returns the boolean
value of a header with the specified name
and removes the header from this
object.
- getBooleanAndRemove(CharSequence) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
-
- getBooleanAndRemove(CharSequence, boolean) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
-
- getByName(CharSequence) - Static method in class io.netty.util.NetUtil
-
- getByName(CharSequence, boolean) - Static method in class io.netty.util.NetUtil
-
- 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
-
Deprecated.
- getByte(int) - Method in class io.netty.buffer.EmptyByteBuf
-
- getByte(int) - Method in class io.netty.buffer.ReadOnlyByteBuf
-
Deprecated.
- getByte(int) - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- getByte(int) - Method in class io.netty.buffer.UnpooledDirectByteBuf
-
- getByte(int) - Method in class io.netty.buffer.UnpooledHeapByteBuf
-
- getByte(int) - Method in class io.netty.buffer.UnpooledUnsafeDirectByteBuf
-
- getByte(int) - Method in class io.netty.buffer.UnpooledUnsafeHeapByteBuf
-
- getByte(K) - Method in class io.netty.handler.codec.DefaultHeaders
-
- getByte(K, byte) - Method in class io.netty.handler.codec.DefaultHeaders
-
- getByte(K) - Method in class io.netty.handler.codec.EmptyHeaders
-
- getByte(K, byte) - Method in class io.netty.handler.codec.EmptyHeaders
-
- getByte(K) - Method in interface io.netty.handler.codec.Headers
-
Returns the byte
value of a header with the specified name.
- getByte(K, byte) - Method in interface io.netty.handler.codec.Headers
-
Returns the byte
value of a header with the specified name.
- getByte(CharSequence) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
-
- getByte(CharSequence, byte) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
-
- getByte(long) - Static method in class io.netty.util.internal.PlatformDependent
-
- getByte(byte[], int) - Static method in class io.netty.util.internal.PlatformDependent
-
- getByte(byte[], long) - Static method in class io.netty.util.internal.PlatformDependent
-
- getByteAndRemove(K) - Method in class io.netty.handler.codec.DefaultHeaders
-
- getByteAndRemove(K, byte) - Method in class io.netty.handler.codec.DefaultHeaders
-
- getByteAndRemove(K) - Method in class io.netty.handler.codec.EmptyHeaders
-
- getByteAndRemove(K, byte) - Method in class io.netty.handler.codec.EmptyHeaders
-
- getByteAndRemove(K) - Method in interface io.netty.handler.codec.Headers
-
Returns the byte
value of a header with the specified name
and removes the header from this
object.
- getByteAndRemove(K, byte) - Method in interface io.netty.handler.codec.Headers
-
Returns the byte
value of a header with the specified name
and removes the header from this
object.
- getByteAndRemove(CharSequence) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
-
- getByteAndRemove(CharSequence, byte) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
-
- getByteBuf() - Method in class io.netty.handler.codec.http.multipart.AbstractDiskHttpData
-
- getByteBuf() - Method in class io.netty.handler.codec.http.multipart.AbstractMemoryHttpData
-
Utility to go from a In Memory FileUpload
to a Disk (or another implementation) FileUpload
- getByteBuf() - Method in interface io.netty.handler.codec.http.multipart.HttpData
-
Returns the content of the file item as a ByteBuf.
- getByteBufOfInteger(long) - Method in class io.netty.handler.codec.redis.FixedRedisMessagePool
-
- getByteBufOfInteger(long) - Method in interface io.netty.handler.codec.redis.RedisMessagePool
-
Returns byte[]
for given msg
.
- getBytes(int, byte[]) - Method in class io.netty.buffer.AbstractByteBuf
-
- getBytes(int, ByteBuf) - Method in class io.netty.buffer.AbstractByteBuf
-
- getBytes(int, ByteBuf, int) - Method in class io.netty.buffer.AbstractByteBuf
-
- getBytes(int, ByteBuf) - Method in class io.netty.buffer.ByteBuf
-
Transfers this buffer's data to the specified destination starting at
the specified absolute index
until the destination becomes
non-writable.
- getBytes(int, ByteBuf, int) - Method in class io.netty.buffer.ByteBuf
-
Transfers this buffer's data to the specified destination starting at
the specified absolute index
.
- getBytes(int, ByteBuf, int, int) - Method in class io.netty.buffer.ByteBuf
-
Transfers this buffer's data to the specified destination starting at
the specified absolute index
.
- getBytes(int, byte[]) - Method in class io.netty.buffer.ByteBuf
-
Transfers this buffer's data to the specified destination starting at
the specified absolute index
.
- getBytes(int, byte[], int, int) - Method in class io.netty.buffer.ByteBuf
-
Transfers this buffer's data to the specified destination starting at
the specified absolute index
.
- getBytes(int, ByteBuffer) - Method in class io.netty.buffer.ByteBuf
-
Transfers this buffer's data to the specified destination starting at
the specified absolute index
until the destination's position
reaches its limit.
- getBytes(int, OutputStream, int) - Method in class io.netty.buffer.ByteBuf
-
Transfers this buffer's data to the specified stream starting at the
specified absolute index
.
- getBytes(int, GatheringByteChannel, int) - Method in class io.netty.buffer.ByteBuf
-
Transfers this buffer's data to the specified channel starting at the
specified absolute index
.
- getBytes(int, FileChannel, long, int) - Method in class io.netty.buffer.ByteBuf
-
Transfers this buffer's data starting at the specified absolute index
to the specified channel starting at the given file position.
- getBytes(ByteBuf) - Static method in class io.netty.buffer.ByteBufUtil
-
Create a copy of the underlying storage from buf
into a byte array.
- getBytes(ByteBuf, int, int) - Static method in class io.netty.buffer.ByteBufUtil
-
Create a copy of the underlying storage from buf
into a byte array.
- getBytes(ByteBuf, int, int, boolean) - Static method in class io.netty.buffer.ByteBufUtil
-
Return an array of the underlying storage from buf
into a byte array.
- getBytes(int, byte[], int, int) - Method in class io.netty.buffer.CompositeByteBuf
-
- getBytes(int, ByteBuffer) - Method in class io.netty.buffer.CompositeByteBuf
-
- getBytes(int, ByteBuf, int, int) - Method in class io.netty.buffer.CompositeByteBuf
-
- getBytes(int, GatheringByteChannel, int) - Method in class io.netty.buffer.CompositeByteBuf
-
- getBytes(int, FileChannel, long, int) - Method in class io.netty.buffer.CompositeByteBuf
-
- getBytes(int, OutputStream, int) - Method in class io.netty.buffer.CompositeByteBuf
-
- getBytes(int, ByteBuf) - Method in class io.netty.buffer.CompositeByteBuf
-
- getBytes(int, ByteBuf, int) - Method in class io.netty.buffer.CompositeByteBuf
-
- getBytes(int, byte[]) - Method in class io.netty.buffer.CompositeByteBuf
-
- getBytes(int, ByteBuf, int, int) - Method in class io.netty.buffer.DuplicatedByteBuf
-
Deprecated.
- getBytes(int, byte[], int, int) - Method in class io.netty.buffer.DuplicatedByteBuf
-
Deprecated.
- getBytes(int, ByteBuffer) - Method in class io.netty.buffer.DuplicatedByteBuf
-
Deprecated.
- getBytes(int, OutputStream, int) - Method in class io.netty.buffer.DuplicatedByteBuf
-
Deprecated.
- getBytes(int, GatheringByteChannel, int) - Method in class io.netty.buffer.DuplicatedByteBuf
-
Deprecated.
- getBytes(int, FileChannel, long, int) - Method in class io.netty.buffer.DuplicatedByteBuf
-
Deprecated.
- getBytes(int, ByteBuf) - Method in class io.netty.buffer.EmptyByteBuf
-
- getBytes(int, ByteBuf, int) - Method in class io.netty.buffer.EmptyByteBuf
-
- getBytes(int, ByteBuf, int, int) - Method in class io.netty.buffer.EmptyByteBuf
-
- getBytes(int, byte[]) - Method in class io.netty.buffer.EmptyByteBuf
-
- getBytes(int, byte[], int, int) - Method in class io.netty.buffer.EmptyByteBuf
-
- getBytes(int, ByteBuffer) - Method in class io.netty.buffer.EmptyByteBuf
-
- getBytes(int, OutputStream, int) - Method in class io.netty.buffer.EmptyByteBuf
-
- getBytes(int, GatheringByteChannel, int) - Method in class io.netty.buffer.EmptyByteBuf
-
- getBytes(int, FileChannel, long, int) - Method in class io.netty.buffer.EmptyByteBuf
-
- getBytes(int, GatheringByteChannel, int) - Method in class io.netty.buffer.ReadOnlyByteBuf
-
Deprecated.
- getBytes(int, FileChannel, long, int) - Method in class io.netty.buffer.ReadOnlyByteBuf
-
Deprecated.
- getBytes(int, OutputStream, int) - Method in class io.netty.buffer.ReadOnlyByteBuf
-
Deprecated.
- getBytes(int, byte[], int, int) - Method in class io.netty.buffer.ReadOnlyByteBuf
-
Deprecated.
- getBytes(int, ByteBuf, int, int) - Method in class io.netty.buffer.ReadOnlyByteBuf
-
Deprecated.
- getBytes(int, ByteBuffer) - Method in class io.netty.buffer.ReadOnlyByteBuf
-
Deprecated.
- getBytes(int, ByteBuf) - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- getBytes(int, ByteBuf, int) - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- getBytes(int, ByteBuf, int, int) - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- getBytes(int, byte[]) - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- getBytes(int, byte[], int, int) - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- getBytes(int, ByteBuffer) - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- getBytes(int, OutputStream, int) - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- getBytes(int, GatheringByteChannel, int) - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- getBytes(int, FileChannel, long, int) - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- getBytes(int, ByteBuf, int, int) - Method in class io.netty.buffer.UnpooledDirectByteBuf
-
- getBytes(int, byte[], int, int) - Method in class io.netty.buffer.UnpooledDirectByteBuf
-
- getBytes(int, 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, FileChannel, long, 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, FileChannel, long, int) - Method in class io.netty.buffer.UnpooledHeapByteBuf
-
- getBytes(int, ByteBuf, int, int) - Method in class io.netty.buffer.UnpooledUnsafeDirectByteBuf
-
- 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
-
Deprecated.
- getChar(K) - Method in class io.netty.handler.codec.DefaultHeaders
-
- getChar(K, char) - Method in class io.netty.handler.codec.DefaultHeaders
-
- getChar(K) - Method in class io.netty.handler.codec.EmptyHeaders
-
- getChar(K, char) - Method in class io.netty.handler.codec.EmptyHeaders
-
- getChar(K) - Method in interface io.netty.handler.codec.Headers
-
Returns the char
value of a header with the specified name.
- getChar(K, char) - Method in interface io.netty.handler.codec.Headers
-
Returns the char
value of a header with the specified name.
- getChar(CharSequence) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
-
- getChar(CharSequence, char) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
-
- getCharAndRemove(K) - Method in class io.netty.handler.codec.DefaultHeaders
-
- getCharAndRemove(K, char) - Method in class io.netty.handler.codec.DefaultHeaders
-
- getCharAndRemove(K) - Method in class io.netty.handler.codec.EmptyHeaders
-
- getCharAndRemove(K, char) - Method in class io.netty.handler.codec.EmptyHeaders
-
- getCharAndRemove(K) - Method in interface io.netty.handler.codec.Headers
-
Returns the char
value of a header with the specified name
and removes the header from this
object.
- getCharAndRemove(K, char) - Method in interface io.netty.handler.codec.Headers
-
Returns the char
value of a header with the specified name
and removes the header from this
object.
- getCharAndRemove(CharSequence) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
-
- getCharAndRemove(CharSequence, char) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
-
- getCharSequence(int, int, Charset) - Method in class io.netty.buffer.AbstractByteBuf
-
- getCharSequence(int, int, Charset) - Method in class io.netty.buffer.ByteBuf
-
Gets a
CharSequence
with the given length at the given index.
- getCharSequence(int, int, Charset) - Method in class io.netty.buffer.EmptyByteBuf
-
- getCharSequence(int, int, Charset) - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- getCharset(HttpMessage) - Static method in class io.netty.handler.codec.http.HttpUtil
-
Fetch charset from message's Content-Type header.
- getCharset(CharSequence) - Static method in class io.netty.handler.codec.http.HttpUtil
-
Fetch charset from Content-Type header value.
- getCharset(HttpMessage, Charset) - Static method in class io.netty.handler.codec.http.HttpUtil
-
Fetch charset from message's Content-Type header.
- getCharset(CharSequence, Charset) - Static method in class io.netty.handler.codec.http.HttpUtil
-
Fetch charset from Content-Type header value.
- getCharset() - Method in class io.netty.handler.codec.http.multipart.AbstractHttpData
-
- getCharset() - Method in interface io.netty.handler.codec.http.multipart.HttpData
-
Returns the Charset passed by the browser or null if not defined.
- getCharsetAsSequence(HttpMessage) - Static method in class io.netty.handler.codec.http.HttpUtil
-
Fetch charset from message's Content-Type header as a char sequence.
- getCharsetAsSequence(CharSequence) - Static method in class io.netty.handler.codec.http.HttpUtil
-
Fetch charset from Content-Type header value as a char sequence.
- getCharsetAsString(HttpMessage) - Static method in class io.netty.handler.codec.http.HttpUtil
-
- getCheckInterval() - Method in class io.netty.handler.traffic.AbstractTrafficShapingHandler
-
- getChunk(int) - Method in class io.netty.handler.codec.http.multipart.AbstractDiskHttpData
-
- getChunk(int) - Method in class io.netty.handler.codec.http.multipart.AbstractMemoryHttpData
-
- getChunk(int) - Method in interface io.netty.handler.codec.http.multipart.HttpData
-
Returns a ChannelBuffer for the content from the current position with at
most length read bytes, increasing the current position of the Bytes
read.
- getCid() - Method in class io.netty.channel.epoll.VSockAddress
-
- getClassLoader(Class<?>) - Static method in class io.netty.util.internal.PlatformDependent
-
- getCloseNotifyFlushTimeoutMillis() - Method in class io.netty.handler.ssl.SslHandler
-
Gets the timeout for flushing the close_notify that was triggered by closing the
Channel
.
- getCloseNotifyReadTimeoutMillis() - Method in class io.netty.handler.ssl.SslHandler
-
Gets the timeout (in ms) for receiving the response for the close_notify that was triggered by closing the
Channel
.
- getCloseNotifyTimeoutMillis() - Method in class io.netty.handler.ssl.SslHandler
-
- getCode() - Method in exception io.netty.resolver.dns.DnsErrorCauseException
-
- getComment() - Method in interface io.netty.handler.codec.http.Cookie
-
- getComment() - Method in class io.netty.handler.codec.http.DefaultCookie
-
Deprecated.
- getCommentUrl() - Method in interface io.netty.handler.codec.http.Cookie
-
- getCommentUrl() - Method in class io.netty.handler.codec.http.DefaultCookie
-
Deprecated.
- getConnectTimeoutMillis() - Method in interface io.netty.channel.ChannelConfig
-
Returns the connect timeout of the channel in milliseconds.
- getConnectTimeoutMillis() - Method in class io.netty.channel.DefaultChannelConfig
-
- getContentLength(HttpMessage) - Static method in class io.netty.handler.codec.http.HttpHeaders
-
- getContentLength(HttpMessage, long) - Static method in class io.netty.handler.codec.http.HttpHeaders
-
- getContentLength(HttpMessage) - Static method in class io.netty.handler.codec.http.HttpUtil
-
Returns the length of the content.
- getContentLength(HttpMessage, long) - Static method in class io.netty.handler.codec.http.HttpUtil
-
Returns the length of the content or the specified default value if the message does not have the "Content-Length" header
.
- getContentLength(HttpMessage, int) - Static method in class io.netty.handler.codec.http.HttpUtil
-
- getContentTransferEncoding() - Method in class io.netty.handler.codec.http.multipart.DiskFileUpload
-
- getContentTransferEncoding() - Method in interface io.netty.handler.codec.http.multipart.FileUpload
-
Returns the Content-Transfer-Encoding
- getContentTransferEncoding() - Method in class io.netty.handler.codec.http.multipart.MemoryFileUpload
-
- getContentTransferEncoding() - Method in class io.netty.handler.codec.http.multipart.MixedFileUpload
-
- getContentType() - Method in class io.netty.handler.codec.http.multipart.DiskFileUpload
-
- getContentType() - Method in interface io.netty.handler.codec.http.multipart.FileUpload
-
Returns the content type passed by the browser or null if not defined.
- getContentType() - Method in class io.netty.handler.codec.http.multipart.MemoryFileUpload
-
- getContentType() - Method in class io.netty.handler.codec.http.multipart.MixedFileUpload
-
- getContextClassLoader() - Static method in class io.netty.util.internal.PlatformDependent
-
- getCriticalExtensionOIDs() - Method in class io.netty.handler.ssl.PemX509Certificate
-
- getCriticalExtensionOIDs() - Method in class io.netty.handler.ssl.util.LazyX509Certificate
-
- getCurrentTimeNanos() - Method in class io.netty.util.concurrent.AbstractScheduledEventExecutor
-
Get the current time in nanoseconds by this executor's clock.
- getDatabits() - Method in interface io.netty.channel.rxtx.RxtxChannelConfig
-
Deprecated.
- getDate(HttpMessage) - Static method in class io.netty.handler.codec.http.HttpHeaders
-
- getDate(HttpMessage, Date) - Static method in class io.netty.handler.codec.http.HttpHeaders
-
- getDateHeader(HttpMessage, String) - Static method in class io.netty.handler.codec.http.HttpHeaders
-
- getDateHeader(HttpMessage, CharSequence) - Static method in class io.netty.handler.codec.http.HttpHeaders
-
- getDateHeader(HttpMessage, String, Date) - Static method in class io.netty.handler.codec.http.HttpHeaders
-
- getDateHeader(HttpMessage, CharSequence, Date) - Static method in class io.netty.handler.codec.http.HttpHeaders
-
- getDecoder(Charset) - Static method in class io.netty.util.CharsetUtil
-
- getDecoderResult() - Method in class io.netty.handler.codec.http.DefaultHttpObject
-
Deprecated.
- getDecoderResult() - Method in interface io.netty.handler.codec.http.HttpObject
-
- getDefaultFactory() - Static method in class io.netty.util.internal.logging.InternalLoggerFactory
-
Returns the default factory.
- getDelegatedTask() - Method in class io.netty.handler.ssl.ReferenceCountedOpenSslEngine
-
- getDiscardThreshold() - Method in class io.netty.handler.codec.http.multipart.HttpPostMultipartRequestDecoder
-
Return the threshold in bytes after which read data in the buffer should be discarded.
- getDiscardThreshold() - Method in class io.netty.handler.codec.http.multipart.HttpPostRequestDecoder
-
- getDiscardThreshold() - Method in class io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder
-
Return the threshold in bytes after which read data in the buffer should be discarded.
- getDiscardThreshold() - Method in interface io.netty.handler.codec.http.multipart.InterfaceHttpPostRequestDecoder
-
Return the threshold in bytes after which read data in the buffer should be discarded.
- getDiskFilename() - Method in class io.netty.handler.codec.http.multipart.AbstractDiskHttpData
-
- getDiskFilename() - Method in class io.netty.handler.codec.http.multipart.DiskAttribute
-
- getDiskFilename() - Method in class io.netty.handler.codec.http.multipart.DiskFileUpload
-
- getDomain() - Method in interface io.netty.handler.codec.http.Cookie
-
- getDomain() - Method in class io.netty.handler.codec.http.DefaultCookie
-
Deprecated.
- getDouble(int) - Method in class io.netty.buffer.AbstractByteBuf
-
- getDouble(int) - Method in class io.netty.buffer.ByteBuf
-
Gets a 64-bit floating point number at the specified absolute
index
in this buffer.
- getDouble(int) - Method in class io.netty.buffer.EmptyByteBuf
-
- getDouble(int) - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- getDouble(K) - Method in class io.netty.handler.codec.DefaultHeaders
-
- getDouble(K, double) - Method in class io.netty.handler.codec.DefaultHeaders
-
- getDouble(K) - Method in class io.netty.handler.codec.EmptyHeaders
-
- getDouble(K, double) - Method in class io.netty.handler.codec.EmptyHeaders
-
- getDouble(K) - Method in interface io.netty.handler.codec.Headers
-
Returns the double
value of a header with the specified name.
- getDouble(K, double) - Method in interface io.netty.handler.codec.Headers
-
Returns the double
value of a header with the specified name.
- getDouble(CharSequence) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
-
- getDouble(CharSequence, double) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
-
- getDoubleAndRemove(K) - Method in class io.netty.handler.codec.DefaultHeaders
-
- getDoubleAndRemove(K, double) - Method in class io.netty.handler.codec.DefaultHeaders
-
- getDoubleAndRemove(K) - Method in class io.netty.handler.codec.EmptyHeaders
-
- getDoubleAndRemove(K, double) - Method in class io.netty.handler.codec.EmptyHeaders
-
- getDoubleAndRemove(K) - Method in interface io.netty.handler.codec.Headers
-
Returns the double
value of a header with the specified name
and removes the header from this
object.
- getDoubleAndRemove(K, double) - Method in interface io.netty.handler.codec.Headers
-
Returns the double
value of a header with the specified name
and removes the header from this
object.
- getDoubleAndRemove(CharSequence) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
-
- getDoubleAndRemove(CharSequence, double) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
-
- getDoubleLE(int) - Method in class io.netty.buffer.ByteBuf
-
Gets a 64-bit floating point number at the specified absolute
index
in this buffer in Little Endian Byte Order.
- getEmbeddedHttp2Exception(Throwable) - Static method in class io.netty.handler.codec.http2.Http2CodecUtil
-
Iteratively looks through the causality chain for the given exception and returns the first
Http2Exception
or
null
if none.
- getEnabledCipherSuites() - Method in class io.netty.handler.ssl.ReferenceCountedOpenSslEngine
-
- getEnabledProtocols() - Method in class io.netty.handler.ssl.ReferenceCountedOpenSslEngine
-
- getEnableSessionCreation() - Method in class io.netty.handler.ssl.ReferenceCountedOpenSslEngine
-
- getEncoded() - Method in class io.netty.handler.ssl.PemPrivateKey
-
- getEncoded() - Method in class io.netty.handler.ssl.PemX509Certificate
-
- getEncoded() - Method in class io.netty.handler.ssl.util.LazyJavaxX509Certificate
-
- getEncoded() - Method in class io.netty.handler.ssl.util.LazyX509Certificate
-
- getEncoder(Charset) - Static method in class io.netty.util.CharsetUtil
-
- getEpollMode() - Method in class io.netty.channel.epoll.EpollChannelConfig
-
- getError(String) - Method in class io.netty.handler.codec.redis.FixedRedisMessagePool
-
- getError(FixedRedisMessagePool.RedisErrorKey) - Method in class io.netty.handler.codec.redis.FixedRedisMessagePool
-
- getError(ByteBuf) - Method in class io.netty.handler.codec.redis.FixedRedisMessagePool
-
- getError(String) - Method in interface io.netty.handler.codec.redis.RedisMessagePool
-
- getError(ByteBuf) - Method in interface io.netty.handler.codec.redis.RedisMessagePool
-
- getExtendedKeyUsage() - Method in class io.netty.handler.ssl.util.LazyX509Certificate
-
- getExtensionValue(String) - Method in class io.netty.handler.ssl.PemX509Certificate
-
- getExtensionValue(String) - Method in class io.netty.handler.ssl.util.LazyX509Certificate
-
- getFile() - Method in class io.netty.handler.codec.http.multipart.AbstractDiskHttpData
-
- getFile() - Method in class io.netty.handler.codec.http.multipart.AbstractMemoryHttpData
-
- getFile() - Method in interface io.netty.handler.codec.http.multipart.HttpData
-
- getFile(Class, String) - Static method in class io.netty.util.internal.ResourcesUtil
-
Returns a
File
named
fileName
associated with
Class
resourceClass
.
- getFilename() - Method in class io.netty.handler.codec.http.multipart.DiskFileUpload
-
- getFilename() - Method in interface io.netty.handler.codec.http.multipart.FileUpload
-
Returns the original filename in the client's filesystem,
as provided by the browser (or other client software).
- getFilename() - Method in class io.netty.handler.codec.http.multipart.MemoryFileUpload
-
- getFilename() - Method in class io.netty.handler.codec.http.multipart.MixedFileUpload
-
- getFileUpload(String) - Method in class io.netty.handler.codec.http.multipart.HttpPostMultipartRequestDecoder
-
Get the FileUpload (new one or current one)
- 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
-
Deprecated.
- getFloat(K) - Method in class io.netty.handler.codec.DefaultHeaders
-
- getFloat(K, float) - Method in class io.netty.handler.codec.DefaultHeaders
-
- getFloat(K) - Method in class io.netty.handler.codec.EmptyHeaders
-
- getFloat(K, float) - Method in class io.netty.handler.codec.EmptyHeaders
-
- getFloat(K) - Method in interface io.netty.handler.codec.Headers
-
Returns the float
value of a header with the specified name.
- getFloat(K, float) - Method in interface io.netty.handler.codec.Headers
-
Returns the float
value of a header with the specified name.
- getFloat(CharSequence) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
-
- getFloat(CharSequence, float) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
-
- getFloatAndRemove(K) - Method in class io.netty.handler.codec.DefaultHeaders
-
- getFloatAndRemove(K, float) - Method in class io.netty.handler.codec.DefaultHeaders
-
- getFloatAndRemove(K) - Method in class io.netty.handler.codec.EmptyHeaders
-
- getFloatAndRemove(K, float) - Method in class io.netty.handler.codec.EmptyHeaders
-
- getFloatAndRemove(K) - Method in interface io.netty.handler.codec.Headers
-
Returns the float
value of a header with the specified name
and removes the header from this
object.
- getFloatAndRemove(K, float) - Method in interface io.netty.handler.codec.Headers
-
Returns the float
value of a header with the specified name
and removes the header from this
object.
- getFloatAndRemove(CharSequence) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
-
- getFloatAndRemove(CharSequence, float) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
-
- getFloatLE(int) - Method in class io.netty.buffer.ByteBuf
-
Gets a 32-bit floating point number at the specified absolute
index
in this buffer in Little Endian Byte Order.
- getFormat() - Method in class io.netty.handler.ssl.PemPrivateKey
-
- getFoundNeedleId() - Method in class io.netty.buffer.search.AhoCorasicSearchProcessorFactory.Processor
-
- getFoundNeedleId() - Method in interface io.netty.buffer.search.MultiSearchProcessor
-
- getHandshakeApplicationProtocol() - Method in class io.netty.handler.ssl.ReferenceCountedOpenSslEngine
-
- getHandshakeSession() - Method in class io.netty.handler.ssl.ReferenceCountedOpenSslEngine
-
- getHandshakeStatus() - Method in class io.netty.handler.ssl.ReferenceCountedOpenSslEngine
-
- getHandshakeTimeoutMillis() - Method in class io.netty.handler.ssl.SslHandler
-
- getHashTableFastThreadLocalArrayFill(int) - Static method in class io.netty.handler.codec.compression.Snappy
-
Returns a short[] from a FastThreadLocal, zeroing for correctness
creating a new one and resizing it if necessary
- getHeader(HttpMessage, String) - Static method in class io.netty.handler.codec.http.HttpHeaders
-
- getHeader(HttpMessage, CharSequence) - Static method in class io.netty.handler.codec.http.HttpHeaders
-
- getHeader(HttpMessage, String, String) - Static method in class io.netty.handler.codec.http.HttpHeaders
-
- getHeader(HttpMessage, CharSequence, String) - Static method in class io.netty.handler.codec.http.HttpHeaders
-
- getHeadersFactory() - Method in class io.netty.handler.codec.http.HttpDecoderConfig
-
- getHost(HttpMessage) - Static method in class io.netty.handler.codec.http.HttpHeaders
-
- getHost(HttpMessage, String) - Static method in class io.netty.handler.codec.http.HttpHeaders
-
- getHostname(InetSocketAddress) - Static method in class io.netty.util.NetUtil
-
- getHttpDataType() - Method in class io.netty.handler.codec.http.multipart.DiskAttribute
-
- getHttpDataType() - Method in class io.netty.handler.codec.http.multipart.DiskFileUpload
-
- getHttpDataType() - Method in interface io.netty.handler.codec.http.multipart.InterfaceHttpData
-
- getHttpDataType() - Method in class io.netty.handler.codec.http.multipart.MemoryAttribute
-
- getHttpDataType() - Method in class io.netty.handler.codec.http.multipart.MemoryFileUpload
-
- getIds() - Method in class io.netty.handler.ssl.OpenSslSessionContext
-
- getIfExists() - Method in class io.netty.util.concurrent.FastThreadLocal
-
Returns the current value for the current thread if it exists, null
otherwise.
- getIfSet() - Static method in class io.netty.util.internal.InternalThreadLocalMap
-
- getIndex(long, boolean) - Static method in class io.netty.util.internal.SWARUtil
-
Returns the index of the first occurrence of byte that specificied in the pattern.
- getInitialBufferSize() - Method in class io.netty.handler.codec.http.HttpDecoderConfig
-
- getInitialHint(String) - Method in class io.netty.util.ResourceLeakDetector
-
Create a hint object to be attached to an object tracked by this record.
- getInitialSeedUniquifier() - Static method in class io.netty.util.internal.ThreadLocalRandom
-
- 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
-
- getInitMaxStreams() - Method in interface io.netty.channel.sctp.SctpServerChannelConfig
-
- getInstance(Class<?>) - Static method in class io.netty.util.internal.logging.InternalLoggerFactory
-
Creates a new logger instance with the name of the specified class.
- getInstance(String) - Static method in class io.netty.util.internal.logging.InternalLoggerFactory
-
Creates a new logger instance with the specified name.
- getInt(int) - Method in class io.netty.buffer.AbstractByteBuf
-
- getInt(int) - Method in class io.netty.buffer.ByteBuf
-
Gets a 32-bit integer at the specified absolute index
in
this buffer.
- getInt(int) - Method in class io.netty.buffer.DuplicatedByteBuf
-
Deprecated.
- getInt(int) - Method in class io.netty.buffer.EmptyByteBuf
-
- getInt(int) - Method in class io.netty.buffer.ReadOnlyByteBuf
-
Deprecated.
- getInt(int) - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- getInt(int) - Method in class io.netty.buffer.UnpooledDirectByteBuf
-
- getInt(int) - Method in class io.netty.buffer.UnpooledHeapByteBuf
-
- getInt(int) - Method in class io.netty.buffer.UnpooledUnsafeDirectByteBuf
-
- getInt(int) - Method in class io.netty.buffer.UnpooledUnsafeHeapByteBuf
-
- getInt(K) - Method in class io.netty.handler.codec.DefaultHeaders
-
- getInt(K, int) - Method in class io.netty.handler.codec.DefaultHeaders
-
- getInt(K) - Method in class io.netty.handler.codec.EmptyHeaders
-
- getInt(K, int) - Method in class io.netty.handler.codec.EmptyHeaders
-
- getInt(K) - Method in interface io.netty.handler.codec.Headers
-
Returns the int
value of a header with the specified name.
- getInt(K, int) - Method in interface io.netty.handler.codec.Headers
-
Returns the int
value of a header with the specified name.
- getInt(CharSequence) - Method in class io.netty.handler.codec.http.DefaultHttpHeaders
-
- getInt(CharSequence, int) - Method in class io.netty.handler.codec.http.DefaultHttpHeaders
-
- getInt(CharSequence) - Method in class io.netty.handler.codec.http.EmptyHttpHeaders
-
- getInt(CharSequence, int) - Method in class io.netty.handler.codec.http.EmptyHttpHeaders
-
- getInt(CharSequence) - Method in class io.netty.handler.codec.http.HttpHeaders
-
Returns the integer value of a header with the specified name.
- getInt(CharSequence, int) - Method in class io.netty.handler.codec.http.HttpHeaders
-
Returns the integer value of a header with the specified name.
- getInt(CharSequence) - Method in class io.netty.handler.codec.http.ReadOnlyHttpHeaders
-
- getInt(CharSequence, int) - Method in class io.netty.handler.codec.http.ReadOnlyHttpHeaders
-
- getInt(CharSequence) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
-
- getInt(CharSequence, int) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
-
- getInt(Object, long) - Static method in class io.netty.util.internal.PlatformDependent
-
- getInt(long) - Static method in class io.netty.util.internal.PlatformDependent
-
- getInt(byte[], int) - Static method in class io.netty.util.internal.PlatformDependent
-
- getInt(int[], long) - Static method in class io.netty.util.internal.PlatformDependent
-
- getInt(String, int) - Static method in class io.netty.util.internal.SystemPropertyUtil
-
Returns the value of the Java system property with the specified
key
, while falling back to the specified default value if
the property access fails.
- getIntAndRemove(K) - Method in class io.netty.handler.codec.DefaultHeaders
-
- getIntAndRemove(K, int) - Method in class io.netty.handler.codec.DefaultHeaders
-
- getIntAndRemove(K) - Method in class io.netty.handler.codec.EmptyHeaders
-
- getIntAndRemove(K, int) - Method in class io.netty.handler.codec.EmptyHeaders
-
- getIntAndRemove(K) - Method in interface io.netty.handler.codec.Headers
-
Returns the int
value of a header with the specified name
and removes the header from this
object.
- getIntAndRemove(K, int) - Method in interface io.netty.handler.codec.Headers
-
Returns the int
value of a header with the specified name
and removes the header from this
object.
- getIntAndRemove(CharSequence) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
-
- getIntAndRemove(CharSequence, int) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
-
- getInteger(long) - Method in class io.netty.handler.codec.redis.FixedRedisMessagePool
-
- getInteger(ByteBuf) - Method in class io.netty.handler.codec.redis.FixedRedisMessagePool
-
- getInteger(long) - Method in interface io.netty.handler.codec.redis.RedisMessagePool
-
- getInteger(ByteBuf) - Method in interface io.netty.handler.codec.redis.RedisMessagePool
-
- getInterface() - Method in class io.netty.channel.epoll.EpollDatagramChannelConfig
-
- getInterface() - Method in class io.netty.channel.kqueue.KQueueDatagramChannelConfig
-
- getInterface() - Method in interface io.netty.channel.socket.DatagramChannelConfig
-
Gets the address of the network interface used for multicast packets.
- getInterface() - Method in class io.netty.channel.socket.DefaultDatagramChannelConfig
-
- getIntHeader(HttpMessage, String) - Static method in class io.netty.handler.codec.http.HttpHeaders
-
- getIntHeader(HttpMessage, CharSequence) - Static method in class io.netty.handler.codec.http.HttpHeaders
-
- getIntHeader(HttpMessage, String, int) - Static method in class io.netty.handler.codec.http.HttpHeaders
-
- getIntHeader(HttpMessage, CharSequence, int) - Static method in class io.netty.handler.codec.http.HttpHeaders
-
- getIntLE(int) - Method in class io.netty.buffer.AbstractByteBuf
-
- getIntLE(int) - Method in class io.netty.buffer.ByteBuf
-
Gets a 32-bit integer at the specified absolute index
in
this buffer with Little Endian Byte Order.
- getIntLE(int) - Method in class io.netty.buffer.DuplicatedByteBuf
-
Deprecated.
- getIntLE(int) - Method in class io.netty.buffer.EmptyByteBuf
-
- getIntLE(int) - Method in class io.netty.buffer.ReadOnlyByteBuf
-
Deprecated.
- getIntLE(int) - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- getIntLE(int) - Method in class io.netty.buffer.UnpooledHeapByteBuf
-
- getIntLE(int) - Method in class io.netty.buffer.UnpooledUnsafeHeapByteBuf
-
- getIntOpt(int, int) - Method in class io.netty.channel.unix.Socket
-
- getIntValue(char) - Method in class io.netty.handler.codec.http2.Http2Settings
-
- getIntVolatile(long) - Static method in class io.netty.util.internal.PlatformDependent
-
- getIoRatio() - Method in class io.netty.channel.epoll.EpollEventLoop
-
Returns the percentage of the desired amount of time spent for I/O in the event loop.
- getIoRatio() - Method in class io.netty.channel.nio.NioEventLoop
-
Returns the percentage of the desired amount of time spent for I/O in the event loop.
- getIssuerAlternativeNames() - Method in class io.netty.handler.ssl.util.LazyX509Certificate
-
- getIssuerDN() - Method in class io.netty.handler.ssl.PemX509Certificate
-
- getIssuerDN() - Method in class io.netty.handler.ssl.util.LazyJavaxX509Certificate
-
- getIssuerDN() - Method in class io.netty.handler.ssl.util.LazyX509Certificate
-
- getIssuerUniqueID() - Method in class io.netty.handler.ssl.PemX509Certificate
-
- getIssuerUniqueID() - Method in class io.netty.handler.ssl.util.LazyX509Certificate
-
- getIssuerX500Principal() - Method in class io.netty.handler.ssl.util.LazyX509Certificate
-
- GETK - Static variable in class io.netty.handler.codec.memcache.binary.BinaryMemcacheOpcodes
-
- getKey() - Method in class io.netty.handler.codec.DefaultHeaders.HeaderEntry
-
- getKeyUsage() - Method in class io.netty.handler.ssl.PemX509Certificate
-
- getKeyUsage() - Method in class io.netty.handler.ssl.util.LazyX509Certificate
-
- GETKQ - Static variable in class io.netty.handler.codec.memcache.binary.BinaryMemcacheOpcodes
-
- getLevel() - Static method in class io.netty.util.ResourceLeakDetector
-
Returns the current resource leak detection level.
- getLiveSetCount() - Static method in class io.netty.util.internal.ObjectCleaner
-
- 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
-
Deprecated.
- getLong(int) - Method in class io.netty.buffer.EmptyByteBuf
-
- getLong(int) - Method in class io.netty.buffer.ReadOnlyByteBuf
-
Deprecated.
- getLong(int) - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- getLong(int) - Method in class io.netty.buffer.UnpooledDirectByteBuf
-
- getLong(int) - Method in class io.netty.buffer.UnpooledHeapByteBuf
-
- getLong(int) - Method in class io.netty.buffer.UnpooledUnsafeDirectByteBuf
-
- getLong(int) - Method in class io.netty.buffer.UnpooledUnsafeHeapByteBuf
-
- getLong(K) - Method in class io.netty.handler.codec.DefaultHeaders
-
- getLong(K, long) - Method in class io.netty.handler.codec.DefaultHeaders
-
- getLong(K) - Method in class io.netty.handler.codec.EmptyHeaders
-
- getLong(K, long) - Method in class io.netty.handler.codec.EmptyHeaders
-
- getLong(K) - Method in interface io.netty.handler.codec.Headers
-
Returns the long
value of a header with the specified name.
- getLong(K, long) - Method in interface io.netty.handler.codec.Headers
-
Returns the long
value of a header with the specified name.
- getLong(CharSequence) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
-
- getLong(CharSequence, long) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
-
- getLong(long) - Static method in class io.netty.util.internal.PlatformDependent
-
- getLong(byte[], int) - Static method in class io.netty.util.internal.PlatformDependent
-
- getLong(long[], long) - Static method in class io.netty.util.internal.PlatformDependent
-
- getLong(String, long) - Static method in class io.netty.util.internal.SystemPropertyUtil
-
Returns the value of the Java system property with the specified
key
, while falling back to the specified default value if
the property access fails.
- getLongAndRemove(K) - Method in class io.netty.handler.codec.DefaultHeaders
-
- getLongAndRemove(K, long) - Method in class io.netty.handler.codec.DefaultHeaders
-
- getLongAndRemove(K) - Method in class io.netty.handler.codec.EmptyHeaders
-
- getLongAndRemove(K, long) - Method in class io.netty.handler.codec.EmptyHeaders
-
- getLongAndRemove(K) - Method in interface io.netty.handler.codec.Headers
-
Returns the long
value of a header with the specified name
and removes the header from this
object.
- getLongAndRemove(K, long) - Method in interface io.netty.handler.codec.Headers
-
Returns the long
value of a header with the specified name
and removes the header from this
object.
- getLongAndRemove(CharSequence) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
-
- getLongAndRemove(CharSequence, long) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
-
- getLongLE(int) - Method in class io.netty.buffer.AbstractByteBuf
-
- getLongLE(int) - Method in class io.netty.buffer.ByteBuf
-
Gets a 64-bit long integer at the specified absolute index
in
this buffer in Little Endian Byte Order.
- getLongLE(int) - Method in class io.netty.buffer.DuplicatedByteBuf
-
Deprecated.
- getLongLE(int) - Method in class io.netty.buffer.EmptyByteBuf
-
- getLongLE(int) - Method in class io.netty.buffer.ReadOnlyByteBuf
-
Deprecated.
- getLongLE(int) - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- getLongLE(int) - Method in class io.netty.buffer.UnpooledHeapByteBuf
-
- getLongLE(int) - Method in class io.netty.buffer.UnpooledUnsafeHeapByteBuf
-
- getMarshaller(ChannelHandlerContext) - Method in class io.netty.handler.codec.marshalling.DefaultMarshallerProvider
-
- getMarshaller(ChannelHandlerContext) - Method in interface io.netty.handler.codec.marshalling.MarshallerProvider
-
- getMarshaller(ChannelHandlerContext) - Method in class io.netty.handler.codec.marshalling.ThreadLocalMarshallerProvider
-
- getMaxAge() - Method in interface io.netty.handler.codec.http.Cookie
-
- getMaxAge() - Method in class io.netty.handler.codec.http.DefaultCookie
-
Deprecated.
- getMaxBytesPerGatheringWrite() - Method in class io.netty.channel.epoll.EpollChannelConfig
-
- getMaxChunkSize() - Method in class io.netty.handler.codec.http.HttpDecoderConfig
-
- getMaxDatagramPayloadSize() - Method in class io.netty.channel.epoll.EpollDatagramChannelConfig
-
- getMaxGlobalWriteSize() - Method in class io.netty.handler.traffic.GlobalChannelTrafficShapingHandler
-
- getMaxGlobalWriteSize() - Method in class io.netty.handler.traffic.GlobalTrafficShapingHandler
-
- getMaxHeaderSize() - Method in class io.netty.handler.codec.http.HttpDecoderConfig
-
- getMaxInitialLineLength() - Method in class io.netty.handler.codec.http.HttpDecoderConfig
-
- getMaxMessagesPerRead() - Method in interface io.netty.channel.ChannelConfig
-
- getMaxMessagesPerRead() - Method in class io.netty.channel.DefaultChannelConfig
-
Deprecated.
- getMaxMessagesPerWrite() - Method in class io.netty.channel.DefaultChannelConfig
-
Get the maximum number of message to write per eventloop run.
- getMaxSize() - Method in class io.netty.handler.codec.http.multipart.AbstractHttpData
-
- getMaxSize() - Method in interface io.netty.handler.codec.http.multipart.HttpData
-
Returns the maxSize for this HttpData.
- getMaxTimeWait() - Method in class io.netty.handler.traffic.AbstractTrafficShapingHandler
-
- 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
-
Deprecated.
- getMediumLE(int) - Method in class io.netty.buffer.AbstractByteBuf
-
- getMediumLE(int) - Method in class io.netty.buffer.ByteBuf
-
Gets a 24-bit medium integer at the specified absolute index
in
this buffer in the Little Endian Byte Order.
- getMediumLE(int) - Method in class io.netty.buffer.EmptyByteBuf
-
- getMediumLE(int) - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- getMessage(Http2Stream) - Method in class io.netty.handler.codec.http2.InboundHttp2ToHttpAdapter
-
- getMessage(int) - Method in class io.netty.handler.codec.spdy.SpdyHttpDecoder
-
- getMessage() - Method in class io.netty.util.internal.logging.FormattingTuple
-
- getMessageSizeEstimator() - Method in interface io.netty.channel.ChannelConfig
-
- getMessageSizeEstimator() - Method in class io.netty.channel.DefaultChannelConfig
-
- getMethod() - Method in class io.netty.handler.codec.http.DefaultHttpRequest
-
Deprecated.
- getMethod() - Method in interface io.netty.handler.codec.http.HttpRequest
-
- getMimeType(HttpMessage) - Static method in class io.netty.handler.codec.http.HttpUtil
-
Fetch MIME type part from message's Content-Type header as a char sequence.
- getMimeType(CharSequence) - Static method in class io.netty.handler.codec.http.HttpUtil
-
Fetch MIME type part from Content-Type header value as a char sequence.
- getMultipartDataBoundary(String) - Static method in class io.netty.handler.codec.http.multipart.HttpPostRequestDecoder
-
Check from the request ContentType if this request is a Multipart request.
- getName() - Method in interface io.netty.handler.codec.http.Cookie
-
- getName() - Method in class io.netty.handler.codec.http.DefaultCookie
-
Deprecated.
- getName() - Method in class io.netty.handler.codec.http.multipart.AbstractHttpData
-
- getName() - Method in interface io.netty.handler.codec.http.multipart.InterfaceHttpData
-
Returns the name of this InterfaceHttpData.
- getNameValidator() - Method in class io.netty.handler.codec.http.DefaultHttpHeadersFactory
-
- getNeedClientAuth() - Method in class io.netty.handler.ssl.ReferenceCountedOpenSslEngine
-
- getNegotiatedApplicationProtocol() - Method in class io.netty.handler.ssl.ReferenceCountedOpenSslEngine
-
- getNetworkInterface() - Method in class io.netty.channel.epoll.EpollDatagramChannelConfig
-
- getNetworkInterface() - Method in class io.netty.channel.kqueue.KQueueDatagramChannelConfig
-
- getNetworkInterface() - Method in interface io.netty.channel.socket.DatagramChannelConfig
-
- getNetworkInterface() - Method in class io.netty.channel.socket.DefaultDatagramChannelConfig
-
- getNonCriticalExtensionOIDs() - Method in class io.netty.handler.ssl.PemX509Certificate
-
- getNonCriticalExtensionOIDs() - Method in class io.netty.handler.ssl.util.LazyX509Certificate
-
- getNotAfter() - Method in class io.netty.handler.ssl.PemX509Certificate
-
- getNotAfter() - Method in class io.netty.handler.ssl.util.LazyJavaxX509Certificate
-
- getNotAfter() - Method in class io.netty.handler.ssl.util.LazyX509Certificate
-
- getNotBefore() - Method in class io.netty.handler.ssl.PemX509Certificate
-
- getNotBefore() - Method in class io.netty.handler.ssl.util.LazyJavaxX509Certificate
-
- getNotBefore() - Method in class io.netty.handler.ssl.util.LazyX509Certificate
-
- getNow() - Method in class io.netty.channel.DelegatingChannelPromiseNotifier
-
- getNow() - Method in class io.netty.channel.VoidChannelPromise
-
- getNow() - Method in class io.netty.util.concurrent.DefaultPromise
-
- getNow() - Method in class io.netty.util.concurrent.FailedFuture
-
- getNow() - Method in interface io.netty.util.concurrent.Future
-
Return the result without blocking.
- getNow() - Method in class io.netty.util.concurrent.SucceededFuture
-
- getNumPriorityBytes() - Method in class io.netty.handler.codec.http2.Http2Flags
-
Gets the number of bytes expected for the priority fields of the payload.
- getObject(Object, long) - Static method in class io.netty.util.internal.PlatformDependent
-
- getOcspResponse() - Method in class io.netty.handler.ssl.ReferenceCountedOpenSslEngine
-
Returns the OCSP response or null
if the server didn't provide a stapled OCSP response.
- getOption(ChannelOption<T>) - Method in interface io.netty.channel.ChannelConfig
-
- getOption(ChannelOption<T>) - Method in class io.netty.channel.DefaultChannelConfig
-
- getOption(ChannelOption<T>) - Method in class io.netty.channel.epoll.EpollChannelConfig
-
- getOption(ChannelOption<T>) - Method in class io.netty.channel.epoll.EpollDatagramChannelConfig
-
- getOption(ChannelOption<T>) - Method in class io.netty.channel.epoll.EpollDomainDatagramChannelConfig
-
- getOption(ChannelOption<T>) - Method in class io.netty.channel.epoll.EpollDomainSocketChannelConfig
-
- getOption(ChannelOption<T>) - Method in class io.netty.channel.epoll.EpollServerChannelConfig
-
- getOption(ChannelOption<T>) - Method in class io.netty.channel.epoll.EpollServerSocketChannelConfig
-
- getOption(ChannelOption<T>) - Method in class io.netty.channel.epoll.EpollSocketChannelConfig
-
- getOption(ChannelOption<T>) - Method in class io.netty.channel.kqueue.KQueueChannelConfig
-
- getOption(ChannelOption<T>) - Method in class io.netty.channel.kqueue.KQueueDatagramChannelConfig
-
- getOption(ChannelOption<T>) - Method in class io.netty.channel.kqueue.KQueueDomainDatagramChannelConfig
-
- getOption(ChannelOption<T>) - Method in class io.netty.channel.kqueue.KQueueDomainSocketChannelConfig
-
- getOption(ChannelOption<T>) - Method in class io.netty.channel.kqueue.KQueueServerChannelConfig
-
- getOption(ChannelOption<T>) - Method in class io.netty.channel.kqueue.KQueueServerSocketChannelConfig
-
- getOption(ChannelOption<T>) - Method in class io.netty.channel.kqueue.KQueueSocketChannelConfig
-
- getOption(ChannelOption<T>) - Method in class io.netty.channel.sctp.DefaultSctpChannelConfig
-
- getOption(ChannelOption<T>) - Method in class io.netty.channel.sctp.DefaultSctpServerChannelConfig
-
- getOption(ChannelOption<T>) - Method in class io.netty.channel.socket.DefaultDatagramChannelConfig
-
- getOption(ChannelOption<T>) - Method in class io.netty.channel.socket.DefaultServerSocketChannelConfig
-
- getOption(ChannelOption<T>) - Method in class io.netty.channel.socket.DefaultSocketChannelConfig
-
- getOption(ChannelOption<T>) - Method in class io.netty.channel.socket.oio.DefaultOioServerSocketChannelConfig
-
Deprecated.
- getOption(ChannelOption<T>) - Method in class io.netty.channel.socket.oio.DefaultOioSocketChannelConfig
-
Deprecated.
- getOption(ChannelOption<T>) - Method in class io.netty.channel.udt.DefaultUdtChannelConfig
-
Deprecated.
- getOption(ChannelOption<T>) - Method in class io.netty.channel.udt.DefaultUdtServerChannelConfig
-
Deprecated.
- getOptions() - Method in interface io.netty.channel.ChannelConfig
-
- 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.EpollDomainDatagramChannelConfig
-
- getOptions() - Method in class io.netty.channel.epoll.EpollDomainSocketChannelConfig
-
- getOptions() - Method in class io.netty.channel.epoll.EpollServerChannelConfig
-
- getOptions() - Method in class io.netty.channel.epoll.EpollServerSocketChannelConfig
-
- getOptions() - Method in class io.netty.channel.epoll.EpollSocketChannelConfig
-
- getOptions() - Method in class io.netty.channel.kqueue.KQueueChannelConfig
-
- getOptions() - Method in class io.netty.channel.kqueue.KQueueDatagramChannelConfig
-
- getOptions() - Method in class io.netty.channel.kqueue.KQueueDomainDatagramChannelConfig
-
- getOptions() - Method in class io.netty.channel.kqueue.KQueueDomainSocketChannelConfig
-
- getOptions() - Method in class io.netty.channel.kqueue.KQueueServerChannelConfig
-
- getOptions() - Method in class io.netty.channel.kqueue.KQueueServerSocketChannelConfig
-
- getOptions() - Method in class io.netty.channel.kqueue.KQueueSocketChannelConfig
-
- getOptions() - Method in class io.netty.channel.sctp.DefaultSctpChannelConfig
-
- getOptions() - Method in class io.netty.channel.sctp.DefaultSctpServerChannelConfig
-
- getOptions() - Method in class io.netty.channel.socket.DefaultDatagramChannelConfig
-
- getOptions() - Method in class io.netty.channel.socket.DefaultServerSocketChannelConfig
-
- getOptions() - Method in class io.netty.channel.socket.DefaultSocketChannelConfig
-
- getOptions() - Method in class io.netty.channel.socket.oio.DefaultOioServerSocketChannelConfig
-
Deprecated.
- getOptions() - Method in class io.netty.channel.socket.oio.DefaultOioSocketChannelConfig
-
Deprecated.
- getOptions() - Method in class io.netty.channel.udt.DefaultUdtChannelConfig
-
Deprecated.
- getOptions() - Method in class io.netty.channel.udt.DefaultUdtServerChannelConfig
-
Deprecated.
- getPaddingPresenceFieldLength() - Method in class io.netty.handler.codec.http2.Http2Flags
-
Gets the length in bytes of the padding presence field expected in the payload.
- getParitybit() - Method in interface io.netty.channel.rxtx.RxtxChannelConfig
-
Deprecated.
- getPath() - Method in interface io.netty.handler.codec.http.Cookie
-
- getPath() - Method in class io.netty.handler.codec.http.DefaultCookie
-
Deprecated.
- getPort() - Method in class io.netty.channel.epoll.VSockAddress
-
- getPorts() - Method in interface io.netty.handler.codec.http.Cookie
-
- getPorts() - Method in class io.netty.handler.codec.http.DefaultCookie
-
Deprecated.
- getPostfix() - Method in class io.netty.handler.codec.http.multipart.AbstractDiskHttpData
-
- getPostfix() - Method in class io.netty.handler.codec.http.multipart.DiskAttribute
-
- getPostfix() - Method in class io.netty.handler.codec.http.multipart.DiskFileUpload
-
- getPrefix() - Method in class io.netty.handler.codec.http.multipart.AbstractDiskHttpData
-
- getPrefix() - Method in class io.netty.handler.codec.http.multipart.DiskAttribute
-
- getPrefix() - Method in class io.netty.handler.codec.http.multipart.DiskFileUpload
-
- getProperties(int) - Method in class io.netty.handler.codec.mqtt.MqttProperties
-
Get properties by ID.
- getProperty(Http2Connection.PropertyKey) - Method in interface io.netty.handler.codec.http2.Http2Stream
-
Returns application-defined data if any was associated with this stream.
- getProperty(int) - Method in class io.netty.handler.codec.mqtt.MqttProperties
-
Get property by ID.
- getProtocolReceiveBufferSize() - Method in class io.netty.channel.udt.DefaultUdtChannelConfig
-
Deprecated.
- getProtocolReceiveBufferSize() - Method in interface io.netty.channel.udt.UdtChannelConfig
-
Deprecated.
Gets OptionUDT.Protocol_Receive_Buffer_Size
- getProtocolSendBufferSize() - Method in class io.netty.channel.udt.DefaultUdtChannelConfig
-
Deprecated.
- getProtocolSendBufferSize() - Method in interface io.netty.channel.udt.UdtChannelConfig
-
Deprecated.
Gets OptionUDT.Protocol_Send_Buffer_Size
- getProtocolVersion() - Method in class io.netty.handler.codec.http.DefaultHttpMessage
-
Deprecated.
- getProtocolVersion() - Method in interface io.netty.handler.codec.http.HttpMessage
-
- getPseudoHeader(CharSequence) - Static method in enum io.netty.handler.codec.http2.Http2Headers.PseudoHeaderName
-
- getPseudoHeader(AsciiString) - Static method in enum io.netty.handler.codec.http2.Http2Headers.PseudoHeaderName
-
- getPublicKey() - Method in class io.netty.handler.ssl.PemX509Certificate
-
- getPublicKey() - Method in class io.netty.handler.ssl.util.LazyJavaxX509Certificate
-
- getPublicKey() - Method in class io.netty.handler.ssl.util.LazyX509Certificate
-
- GETQ - Static variable in class io.netty.handler.codec.memcache.binary.BinaryMemcacheOpcodes
-
- getRawOpt(int, int, ByteBuffer) - Method in class io.netty.channel.unix.Socket
-
- getRcvAllocTransportProvidesGuess() - Method in class io.netty.channel.kqueue.KQueueChannelConfig
-
If this is true
then the RecvByteBufAllocator.Handle#guess()
will be overridden to always attempt
to read as many bytes as kqueue says are available.
- getReadChannelLimit() - Method in class io.netty.handler.traffic.GlobalChannelTrafficShapingHandler
-
- getReaderIdleTimeInMillis() - Method in class io.netty.handler.timeout.IdleStateHandler
-
Return the readerIdleTime that was given when instance this class in milliseconds.
- getReadLimit() - Method in class io.netty.handler.traffic.AbstractTrafficShapingHandler
-
- getReadMode() - Method in class io.netty.channel.epoll.EpollDomainSocketChannelConfig
-
- getReadMode() - Method in class io.netty.channel.kqueue.KQueueDomainSocketChannelConfig
-
- getReadMode() - Method in interface io.netty.channel.unix.DomainSocketChannelConfig
-
- getReadTimeout() - Method in interface io.netty.channel.rxtx.RxtxChannelConfig
-
Deprecated.
Return the maximal time (in ms) to block and wait for something to be ready to read.
- getRealWriteThroughput() - Method in class io.netty.handler.traffic.TrafficCounter
-
- getRealWrittenBytes() - Method in class io.netty.handler.traffic.TrafficCounter
-
- getReceiveBufferSize() - Method in class io.netty.channel.epoll.EpollDatagramChannelConfig
-
- getReceiveBufferSize() - Method in class io.netty.channel.epoll.EpollDomainSocketChannelConfig
-
- getReceiveBufferSize() - Method in class io.netty.channel.epoll.EpollServerChannelConfig
-
- getReceiveBufferSize() - Method in class io.netty.channel.epoll.EpollSocketChannelConfig
-
- getReceiveBufferSize() - Method in class io.netty.channel.kqueue.KQueueDatagramChannelConfig
-
- getReceiveBufferSize() - Method in class io.netty.channel.kqueue.KQueueDomainSocketChannelConfig
-
- getReceiveBufferSize() - Method in class io.netty.channel.kqueue.KQueueServerChannelConfig
-
- getReceiveBufferSize() - Method in class io.netty.channel.kqueue.KQueueSocketChannelConfig
-
- getReceiveBufferSize() - Method in class io.netty.channel.sctp.DefaultSctpChannelConfig
-
- getReceiveBufferSize() - Method in class io.netty.channel.sctp.DefaultSctpServerChannelConfig
-
- getReceiveBufferSize() - Method in interface io.netty.channel.sctp.SctpChannelConfig
-
- getReceiveBufferSize() - Method in interface io.netty.channel.sctp.SctpServerChannelConfig
-
- 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
-
Deprecated.
- getReceiveBufferSize() - Method in interface io.netty.channel.udt.UdtChannelConfig
-
Deprecated.
- getReceiveBufferSize() - Method in class io.netty.channel.unix.Socket
-
- getRecvByteBufAllocator() - Method in interface io.netty.channel.ChannelConfig
-
- getRecvByteBufAllocator() - Method in class io.netty.channel.DefaultChannelConfig
-
- getRejectRemoteInitiatedRenegotiation() - Method in class io.netty.handler.ssl.ReferenceCountedOpenSslContext
-
Deprecated.
- getResolver(EventExecutor) - Method in class io.netty.resolver.AddressResolverGroup
-
- getSendBufferSize() - Method in class io.netty.channel.epoll.EpollDatagramChannelConfig
-
- getSendBufferSize() - Method in class io.netty.channel.epoll.EpollDomainDatagramChannelConfig
-
- getSendBufferSize() - Method in class io.netty.channel.epoll.EpollDomainSocketChannelConfig
-
- getSendBufferSize() - Method in class io.netty.channel.epoll.EpollSocketChannelConfig
-
- getSendBufferSize() - Method in class io.netty.channel.kqueue.KQueueDatagramChannelConfig
-
- getSendBufferSize() - Method in class io.netty.channel.kqueue.KQueueDomainDatagramChannelConfig
-
- getSendBufferSize() - Method in class io.netty.channel.kqueue.KQueueDomainSocketChannelConfig
-
- getSendBufferSize() - Method in class io.netty.channel.kqueue.KQueueSocketChannelConfig
-
- getSendBufferSize() - Method in class io.netty.channel.sctp.DefaultSctpChannelConfig
-
- getSendBufferSize() - Method in class io.netty.channel.sctp.DefaultSctpServerChannelConfig
-
- getSendBufferSize() - Method in interface io.netty.channel.sctp.SctpChannelConfig
-
- getSendBufferSize() - Method in interface io.netty.channel.sctp.SctpServerChannelConfig
-
- 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
-
Deprecated.
- getSendBufferSize() - Method in interface io.netty.channel.udt.UdtChannelConfig
-
Deprecated.
- getSendBufferSize() - Method in interface io.netty.channel.unix.DomainDatagramChannelConfig
-
- getSendBufferSize() - Method in class io.netty.channel.unix.Socket
-
- getSerialNumber() - Method in class io.netty.handler.ssl.PemX509Certificate
-
- getSerialNumber() - Method in class io.netty.handler.ssl.util.LazyJavaxX509Certificate
-
- getSerialNumber() - Method in class io.netty.handler.ssl.util.LazyX509Certificate
-
- getSession(byte[]) - Method in class io.netty.handler.ssl.OpenSslSessionContext
-
- getSession() - Method in class io.netty.handler.ssl.ReferenceCountedOpenSslEngine
-
- getSessionCacheSize() - Method in class io.netty.handler.ssl.OpenSslSessionContext
-
- getSessionContext() - Method in interface io.netty.handler.ssl.OpenSslSession
-
- getSessionTimeout() - Method in class io.netty.handler.ssl.OpenSslSessionContext
-
- getShort(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
-
Deprecated.
- getShort(int) - Method in class io.netty.buffer.EmptyByteBuf
-
- getShort(int) - Method in class io.netty.buffer.ReadOnlyByteBuf
-
Deprecated.
- getShort(int) - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- getShort(int) - Method in class io.netty.buffer.UnpooledDirectByteBuf
-
- getShort(int) - Method in class io.netty.buffer.UnpooledHeapByteBuf
-
- getShort(int) - Method in class io.netty.buffer.UnpooledUnsafeDirectByteBuf
-
- getShort(int) - Method in class io.netty.buffer.UnpooledUnsafeHeapByteBuf
-
- getShort(K) - Method in class io.netty.handler.codec.DefaultHeaders
-
- getShort(K, short) - Method in class io.netty.handler.codec.DefaultHeaders
-
- getShort(K) - Method in class io.netty.handler.codec.EmptyHeaders
-
- getShort(K, short) - Method in class io.netty.handler.codec.EmptyHeaders
-
- getShort(K) - Method in interface io.netty.handler.codec.Headers
-
Returns the short
value of a header with the specified name.
- getShort(K, short) - Method in interface io.netty.handler.codec.Headers
-
Returns the short
value of a header with the specified name.
- getShort(CharSequence) - Method in class io.netty.handler.codec.http.DefaultHttpHeaders
-
- getShort(CharSequence, short) - Method in class io.netty.handler.codec.http.DefaultHttpHeaders
-
- getShort(CharSequence) - Method in class io.netty.handler.codec.http.EmptyHttpHeaders
-
- getShort(CharSequence, short) - Method in class io.netty.handler.codec.http.EmptyHttpHeaders
-
- getShort(CharSequence) - Method in class io.netty.handler.codec.http.HttpHeaders
-
Returns the short value of a header with the specified name.
- getShort(CharSequence, short) - Method in class io.netty.handler.codec.http.HttpHeaders
-
Returns the short value of a header with the specified name.
- getShort(CharSequence) - Method in class io.netty.handler.codec.http.ReadOnlyHttpHeaders
-
- getShort(CharSequence, short) - Method in class io.netty.handler.codec.http.ReadOnlyHttpHeaders
-
- getShort(CharSequence) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
-
- getShort(CharSequence, short) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
-
- getShort(long) - Static method in class io.netty.util.internal.PlatformDependent
-
- getShort(byte[], int) - Static method in class io.netty.util.internal.PlatformDependent
-
- getShortAndRemove(K) - Method in class io.netty.handler.codec.DefaultHeaders
-
- getShortAndRemove(K, short) - Method in class io.netty.handler.codec.DefaultHeaders
-
- getShortAndRemove(K) - Method in class io.netty.handler.codec.EmptyHeaders
-
- getShortAndRemove(K, short) - Method in class io.netty.handler.codec.EmptyHeaders
-
- getShortAndRemove(K) - Method in interface io.netty.handler.codec.Headers
-
Returns the short
value of a header with the specified name
and removes the header from this
object.
- getShortAndRemove(K, short) - Method in interface io.netty.handler.codec.Headers
-
Returns the short
value of a header with the specified name
and removes the header from this
object.
- getShortAndRemove(CharSequence) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
-
- getShortAndRemove(CharSequence, short) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
-
- getShortLE(int) - Method in class io.netty.buffer.AbstractByteBuf
-
- getShortLE(int) - Method in class io.netty.buffer.ByteBuf
-
Gets a 16-bit short integer at the specified absolute index
in
this buffer in Little Endian Byte Order.
- getShortLE(int) - Method in class io.netty.buffer.DuplicatedByteBuf
-
Deprecated.
- getShortLE(int) - Method in class io.netty.buffer.EmptyByteBuf
-
- getShortLE(int) - Method in class io.netty.buffer.ReadOnlyByteBuf
-
Deprecated.
- getShortLE(int) - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- getShortLE(int) - Method in class io.netty.buffer.UnpooledHeapByteBuf
-
- getShortLE(int) - Method in class io.netty.buffer.UnpooledUnsafeHeapByteBuf
-
- getSigAlgName() - Method in class io.netty.handler.ssl.PemX509Certificate
-
- getSigAlgName() - Method in class io.netty.handler.ssl.util.LazyJavaxX509Certificate
-
- getSigAlgName() - Method in class io.netty.handler.ssl.util.LazyX509Certificate
-
- getSigAlgOID() - Method in class io.netty.handler.ssl.PemX509Certificate
-
- getSigAlgOID() - Method in class io.netty.handler.ssl.util.LazyJavaxX509Certificate
-
- getSigAlgOID() - Method in class io.netty.handler.ssl.util.LazyX509Certificate
-
- getSigAlgParams() - Method in class io.netty.handler.ssl.PemX509Certificate
-
- getSigAlgParams() - Method in class io.netty.handler.ssl.util.LazyJavaxX509Certificate
-
- getSigAlgParams() - Method in class io.netty.handler.ssl.util.LazyX509Certificate
-
- getSignature() - Method in class io.netty.handler.ssl.PemX509Certificate
-
- getSignature() - Method in class io.netty.handler.ssl.util.LazyX509Certificate
-
- getSimpleString(String) - Method in class io.netty.handler.codec.redis.FixedRedisMessagePool
-
- getSimpleString(FixedRedisMessagePool.RedisReplyKey) - Method in class io.netty.handler.codec.redis.FixedRedisMessagePool
-
- getSimpleString(ByteBuf) - Method in class io.netty.handler.codec.redis.FixedRedisMessagePool
-
- getSimpleString(String) - Method in interface io.netty.handler.codec.redis.RedisMessagePool
-
- getSimpleString(ByteBuf) - Method in interface io.netty.handler.codec.redis.RedisMessagePool
-
- getSndLowAt() - Method in class io.netty.channel.kqueue.KQueueSocketChannelConfig
-
- getSoBusyPoll() - Method in class io.netty.channel.epoll.EpollSocketChannelConfig
-
Get the SO_BUSY_POLL
option on the socket.
- getSoError() - Method in class io.netty.channel.unix.Socket
-
- getSoLinger() - Method in class io.netty.channel.epoll.EpollSocketChannelConfig
-
- getSoLinger() - Method in class io.netty.channel.kqueue.KQueueSocketChannelConfig
-
- getSoLinger() - Method in class io.netty.channel.socket.DefaultSocketChannelConfig
-
- getSoLinger() - Method in interface io.netty.channel.socket.SocketChannelConfig
-
- getSoLinger() - Method in class io.netty.channel.udt.DefaultUdtChannelConfig
-
Deprecated.
- getSoLinger() - Method in interface io.netty.channel.udt.UdtChannelConfig
-
Deprecated.
- getSoLinger() - Method in class io.netty.channel.unix.Socket
-
- getSoTimeout() - Method in class io.netty.channel.socket.oio.DefaultOioServerSocketChannelConfig
-
Deprecated.
- getSoTimeout() - Method in class io.netty.channel.socket.oio.DefaultOioSocketChannelConfig
-
Deprecated.
- getSoTimeout() - Method in interface io.netty.channel.socket.oio.OioDatagramChannelConfig
-
Deprecated.
Returns the maximal time a operation on the underlying socket may block.
- getSoTimeout() - Method in interface io.netty.channel.socket.oio.OioServerSocketChannelConfig
-
Deprecated.
Returns the maximal time a operation on the underlying socket may block.
- getSoTimeout() - Method in interface io.netty.channel.socket.oio.OioSocketChannelConfig
-
Deprecated.
Returns the maximal time a operation on the underlying socket may block.
- getSSLParameters() - Method in class io.netty.handler.ssl.ReferenceCountedOpenSslEngine
-
- getStatus() - Method in class io.netty.handler.codec.http.DefaultHttpResponse
-
Deprecated.
- getStatus() - Method in interface io.netty.handler.codec.http.HttpResponse
-
- getStopbits() - Method in interface io.netty.channel.rxtx.RxtxChannelConfig
-
Deprecated.
- 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.
- getSubjectAlternativeNames() - Method in class io.netty.handler.ssl.util.LazyX509Certificate
-
- getSubjectDN() - Method in class io.netty.handler.ssl.PemX509Certificate
-
- getSubjectDN() - Method in class io.netty.handler.ssl.util.LazyJavaxX509Certificate
-
- getSubjectDN() - Method in class io.netty.handler.ssl.util.LazyX509Certificate
-
- getSubjectUniqueID() - Method in class io.netty.handler.ssl.PemX509Certificate
-
- getSubjectUniqueID() - Method in class io.netty.handler.ssl.util.LazyX509Certificate
-
- getSubjectX500Principal() - Method in class io.netty.handler.ssl.util.LazyX509Certificate
-
- getSupportedCipherSuites() - Method in class io.netty.handler.ssl.ReferenceCountedOpenSslEngine
-
- getSupportedProtocols() - Method in class io.netty.handler.ssl.ReferenceCountedOpenSslEngine
-
- getSuppressed(Throwable) - Static method in class io.netty.util.internal.ThrowableUtil
-
- getSystemClassLoader() - Static method in class io.netty.util.internal.PlatformDependent
-
- getSystemReceiveBufferSize() - Method in class io.netty.channel.udt.DefaultUdtChannelConfig
-
Deprecated.
- getSystemReceiveBufferSize() - Method in interface io.netty.channel.udt.UdtChannelConfig
-
Deprecated.
Gets OptionUDT.System_Receive_Buffer_Size
- getSystemSendBufferSize() - Method in class io.netty.channel.udt.DefaultUdtChannelConfig
-
Deprecated.
- getSystemSendBufferSize() - Method in interface io.netty.channel.udt.UdtChannelConfig
-
Deprecated.
Gets OptionUDT.System_Send_Buffer_Size
- getTargetContentEncoding(String) - Method in class io.netty.handler.codec.http.HttpContentDecoder
-
Returns the expected content encoding of the decoded content.
- getTargetContentEncoding(CharSequence) - Method in class io.netty.handler.codec.http2.CompressorHttp2ConnectionEncoder
-
Returns the expected content encoding of the decoded content.
- getTargetContentEncoding(CharSequence) - Method in class io.netty.handler.codec.http2.DelegatingDecompressorFrameListener
-
Returns the expected content encoding of the decoded content.
- getTBSCertificate() - Method in class io.netty.handler.ssl.PemX509Certificate
-
- getTBSCertificate() - Method in class io.netty.handler.ssl.util.LazyX509Certificate
-
- getTcpDeferAccept() - Method in class io.netty.channel.epoll.EpollServerSocketChannelConfig
-
- getTcpFastopen() - Method in class io.netty.channel.epoll.EpollServerChannelConfig
-
Returns threshold value of number of pending for fast open connect.
- getTcpKeepCnt() - Method in class io.netty.channel.epoll.EpollSocketChannelConfig
-
Get the TCP_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.
- getTcpNotSentLowAt() - Method in class io.netty.channel.epoll.EpollSocketChannelConfig
-
Get the TCP_NOTSENT_LOWAT
option on the socket.
- getTcpUserTimeout() - Method in class io.netty.channel.epoll.EpollSocketChannelConfig
-
Get the TCP_USER_TIMEOUT
option on the socket.
- getThrowable() - Method in class io.netty.util.internal.logging.FormattingTuple
-
- getTimeMillis(K) - Method in class io.netty.handler.codec.DefaultHeaders
-
- getTimeMillis(K, long) - Method in class io.netty.handler.codec.DefaultHeaders
-
- getTimeMillis(K) - Method in class io.netty.handler.codec.EmptyHeaders
-
- getTimeMillis(K, long) - Method in class io.netty.handler.codec.EmptyHeaders
-
- getTimeMillis(K) - Method in interface io.netty.handler.codec.Headers
-
Returns the value of a header with the specified name in milliseconds.
- getTimeMillis(K, long) - Method in interface io.netty.handler.codec.Headers
-
Returns the value of a header with the specified name in milliseconds.
- getTimeMillis(CharSequence) - Method in class io.netty.handler.codec.http.DefaultHttpHeaders
-
- getTimeMillis(CharSequence, long) - Method in class io.netty.handler.codec.http.DefaultHttpHeaders
-
- getTimeMillis(CharSequence) - Method in class io.netty.handler.codec.http.EmptyHttpHeaders
-
- getTimeMillis(CharSequence, long) - Method in class io.netty.handler.codec.http.EmptyHttpHeaders
-
- getTimeMillis(CharSequence) - Method in class io.netty.handler.codec.http.HttpHeaders
-
Returns the date value of a header with the specified name.
- getTimeMillis(CharSequence, long) - Method in class io.netty.handler.codec.http.HttpHeaders
-
Returns the date value of a header with the specified name.
- getTimeMillis(CharSequence) - Method in class io.netty.handler.codec.http.ReadOnlyHttpHeaders
-
- getTimeMillis(CharSequence, long) - Method in class io.netty.handler.codec.http.ReadOnlyHttpHeaders
-
- getTimeMillis(CharSequence) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
-
- getTimeMillis(CharSequence, long) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
-
- getTimeMillisAndRemove(K) - Method in class io.netty.handler.codec.DefaultHeaders
-
- getTimeMillisAndRemove(K, long) - Method in class io.netty.handler.codec.DefaultHeaders
-
- getTimeMillisAndRemove(K) - Method in class io.netty.handler.codec.EmptyHeaders
-
- getTimeMillisAndRemove(K, long) - Method in class io.netty.handler.codec.EmptyHeaders
-
- getTimeMillisAndRemove(K) - Method in interface io.netty.handler.codec.Headers
-
Returns the value of a header with the specified name
in milliseconds and removes the header from this
object.
- getTimeMillisAndRemove(K, long) - Method in interface io.netty.handler.codec.Headers
-
Returns the value of a header with the specified name
in milliseconds and removes the header from this
object.
- getTimeMillisAndRemove(CharSequence) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
-
- getTimeMillisAndRemove(CharSequence, long) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
-
- getTimeToLive() - Method in class io.netty.channel.epoll.EpollDatagramChannelConfig
-
- getTimeToLive() - Method in class io.netty.channel.kqueue.KQueueDatagramChannelConfig
-
- getTimeToLive() - Method in interface io.netty.channel.socket.DatagramChannelConfig
-
- getTimeToLive() - Method in class io.netty.channel.socket.DefaultDatagramChannelConfig
-
- getTrafficClass() - Method in class io.netty.channel.epoll.EpollDatagramChannelConfig
-
- getTrafficClass() - Method in class io.netty.channel.epoll.EpollSocketChannelConfig
-
- getTrafficClass() - Method in class io.netty.channel.kqueue.KQueueDatagramChannelConfig
-
- getTrafficClass() - Method in class io.netty.channel.kqueue.KQueueSocketChannelConfig
-
- getTrafficClass() - Method in interface io.netty.channel.socket.DatagramChannelConfig
-
- 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
-
- getTrafficClass() - Method in class io.netty.channel.unix.Socket
-
- getTrailersFactory() - Method in class io.netty.handler.codec.http.HttpDecoderConfig
-
- 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
-
- getUnsafeOffset(Class<? extends ReferenceCounted>, String) - Static method in class io.netty.util.internal.ReferenceCountUpdater
-
- getUnsafeUnavailabilityCause() - Static method in class io.netty.util.internal.PlatformDependent
-
Return the reason (if any) why sun.misc.Unsafe
was not available.
- 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
-
Deprecated.
- 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
-
Deprecated.
- getUnsignedIntLE(int) - Method in class io.netty.buffer.AbstractByteBuf
-
- getUnsignedIntLE(int) - Method in class io.netty.buffer.ByteBuf
-
Gets an unsigned 32-bit integer at the specified absolute index
in this buffer in Little Endian Byte Order.
- getUnsignedIntLE(int) - Method in class io.netty.buffer.EmptyByteBuf
-
- getUnsignedIntLE(int) - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- 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
-
Deprecated.
- getUnsignedMedium(int) - Method in class io.netty.buffer.EmptyByteBuf
-
- getUnsignedMedium(int) - Method in class io.netty.buffer.ReadOnlyByteBuf
-
Deprecated.
- getUnsignedMedium(int) - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- getUnsignedMedium(int) - Method in class io.netty.buffer.UnpooledDirectByteBuf
-
- getUnsignedMedium(int) - Method in class io.netty.buffer.UnpooledHeapByteBuf
-
- getUnsignedMedium(int) - Method in class io.netty.buffer.UnpooledUnsafeDirectByteBuf
-
- getUnsignedMedium(int) - Method in class io.netty.buffer.UnpooledUnsafeHeapByteBuf
-
- getUnsignedMediumLE(int) - Method in class io.netty.buffer.AbstractByteBuf
-
- getUnsignedMediumLE(int) - Method in class io.netty.buffer.ByteBuf
-
Gets an unsigned 24-bit medium integer at the specified absolute
index
in this buffer in Little Endian Byte Order.
- getUnsignedMediumLE(int) - Method in class io.netty.buffer.DuplicatedByteBuf
-
Deprecated.
- getUnsignedMediumLE(int) - Method in class io.netty.buffer.EmptyByteBuf
-
- getUnsignedMediumLE(int) - Method in class io.netty.buffer.ReadOnlyByteBuf
-
Deprecated.
- getUnsignedMediumLE(int) - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- getUnsignedMediumLE(int) - Method in class io.netty.buffer.UnpooledHeapByteBuf
-
- getUnsignedMediumLE(int) - Method in class io.netty.buffer.UnpooledUnsafeHeapByteBuf
-
- 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
-
Deprecated.
- getUnsignedShortLE(int) - Method in class io.netty.buffer.AbstractByteBuf
-
- getUnsignedShortLE(int) - Method in class io.netty.buffer.ByteBuf
-
Gets an unsigned 16-bit short integer at the specified absolute
index
in this buffer in Little Endian Byte Order.
- getUnsignedShortLE(int) - Method in class io.netty.buffer.EmptyByteBuf
-
- getUnsignedShortLE(int) - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- getUri() - Method in class io.netty.handler.codec.http.DefaultHttpRequest
-
Deprecated.
- getUri() - Method in interface io.netty.handler.codec.http.HttpRequest
-
- getUseClientMode() - Method in class io.netty.handler.ssl.ReferenceCountedOpenSslEngine
-
- getUserDefinedWritability(int) - Method in class io.netty.channel.ChannelOutboundBuffer
-
Returns true
if and only if the user-defined writability flag at the specified index is set to
true
.
- getValue() - Method in class io.netty.handler.codec.compression.Lz4XXHash32
-
- getValue() - Method in class io.netty.handler.codec.DefaultHeaders.HeaderEntry
-
- getValue() - Method in interface io.netty.handler.codec.http.Cookie
-
- getValue() - Method in class io.netty.handler.codec.http.DefaultCookie
-
Deprecated.
- getValue() - Method in interface io.netty.handler.codec.http.multipart.Attribute
-
Returns the value of this HttpData.
- getValue() - Method in class io.netty.handler.codec.http.multipart.DiskAttribute
-
- getValue() - Method in class io.netty.handler.codec.http.multipart.MemoryAttribute
-
- getValue() - Method in class io.netty.handler.codec.http.multipart.MixedAttribute
-
- getValue(int) - Method in class io.netty.handler.codec.spdy.DefaultSpdySettingsFrame
-
- getValue(int) - Method in interface io.netty.handler.codec.spdy.SpdySettingsFrame
-
Returns the value of the setting ID.
- getValueValidator() - Method in class io.netty.handler.codec.http.DefaultHttpHeadersFactory
-
- getVersion() - Method in interface io.netty.handler.codec.http.Cookie
-
- getVersion() - Method in class io.netty.handler.codec.http.DefaultCookie
-
Deprecated.
- getVersion() - Method in class io.netty.handler.ssl.PemX509Certificate
-
- getVersion() - Method in class io.netty.handler.ssl.util.LazyJavaxX509Certificate
-
- getVersion() - Method in class io.netty.handler.ssl.util.LazyX509Certificate
-
- getWaitTimeMillis() - Method in interface io.netty.channel.rxtx.RxtxChannelConfig
-
Deprecated.
- getWantClientAuth() - Method in class io.netty.handler.ssl.ReferenceCountedOpenSslEngine
-
- getWriteBufferHighWaterMark() - Method in interface io.netty.channel.ChannelConfig
-
Returns the high water mark of the write buffer.
- getWriteBufferHighWaterMark() - Method in class io.netty.channel.DefaultChannelConfig
-
- getWriteBufferLowWaterMark() - Method in interface io.netty.channel.ChannelConfig
-
Returns the low water mark of the write buffer.
- getWriteBufferLowWaterMark() - Method in class io.netty.channel.DefaultChannelConfig
-
- getWriteBufferWaterMark() - Method in interface io.netty.channel.ChannelConfig
-
Returns the
WriteBufferWaterMark
which is used for setting the high and low
water mark of the write buffer.
- getWriteBufferWaterMark() - Method in class io.netty.channel.DefaultChannelConfig
-
- getWriteChannelLimit() - Method in class io.netty.handler.traffic.GlobalChannelTrafficShapingHandler
-
- getWriteLimit() - Method in class io.netty.handler.traffic.AbstractTrafficShapingHandler
-
- getWriterIdleTimeInMillis() - Method in class io.netty.handler.timeout.IdleStateHandler
-
Return the writerIdleTime that was given when instance this class in milliseconds.
- getWriteSpinCount() - Method in interface io.netty.channel.ChannelConfig
-
- getWriteSpinCount() - Method in class io.netty.channel.DefaultChannelConfig
-
- gids() - Method in class io.netty.channel.unix.PeerCredentials
-
- 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
-
- 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
-
- goAway(ChannelHandlerContext, int, long, ByteBuf, ChannelPromise) - Method in class io.netty.handler.codec.http2.Http2ConnectionHandler
-
- goAway(ChannelHandlerContext, int, long, ByteBuf, ChannelPromise) - Method in interface io.netty.handler.codec.http2.Http2LifecycleManager
-
Prevents the peer from creating streams and close the connection if
errorCode
is not
Http2Error.NO_ERROR
.
- goAwayReceived() - Method in class io.netty.handler.codec.http2.DefaultHttp2Connection
-
- goAwayReceived(int, long, ByteBuf) - Method in class io.netty.handler.codec.http2.DefaultHttp2Connection
-
- goAwayReceived() - Method in interface io.netty.handler.codec.http2.Http2Connection
-
Indicates whether or not a GOAWAY
was received from the remote endpoint.
- goAwayReceived(int, long, ByteBuf) - Method in interface io.netty.handler.codec.http2.Http2Connection
-
Indicates that a GOAWAY
was received from the remote endpoint and sets the last known stream.
- goAwaySent() - Method in class io.netty.handler.codec.http2.DefaultHttp2Connection
-
- goAwaySent(int, long, ByteBuf) - Method in class io.netty.handler.codec.http2.DefaultHttp2Connection
-
- goAwaySent() - Method in interface io.netty.handler.codec.http2.Http2Connection
-
Indicates whether or not a GOAWAY
was sent to the remote endpoint.
- goAwaySent(int, long, ByteBuf) - Method in interface io.netty.handler.codec.http2.Http2Connection
-
Updates the local state of this
Http2Connection
as a result of a
GOAWAY
to send to the remote
endpoint.
- GONE - Static variable in class io.netty.handler.codec.http.HttpResponseStatus
-
410 Gone
- GONE - Static variable in class io.netty.handler.codec.rtsp.RtspResponseStatuses
-
410 Gone
- gracefulShutdownTimeoutMillis() - Method in class io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
-
Returns the graceful shutdown timeout of the
Http2Connection
in milliseconds.
- gracefulShutdownTimeoutMillis(long) - Method in class io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
-
- gracefulShutdownTimeoutMillis() - Method in class io.netty.handler.codec.http2.Http2ConnectionHandler
-
Get the amount of time (in milliseconds) this endpoint will wait for all streams to be closed before closing
the connection during the graceful shutdown process.
- gracefulShutdownTimeoutMillis(long) - Method in class io.netty.handler.codec.http2.Http2ConnectionHandler
-
Set the amount of time (in milliseconds) this endpoint will wait for all streams to be closed before closing
the connection during the graceful shutdown process.
- gracefulShutdownTimeoutMillis(long) - Method in class io.netty.handler.codec.http2.Http2ConnectionHandlerBuilder
-
- gracefulShutdownTimeoutMillis() - Method in class io.netty.handler.codec.http2.Http2FrameCodecBuilder
-
- gracefulShutdownTimeoutMillis(long) - Method in class io.netty.handler.codec.http2.Http2FrameCodecBuilder
-
- gracefulShutdownTimeoutMillis() - Method in class io.netty.handler.codec.http2.Http2MultiplexCodecBuilder
-
Deprecated.
- gracefulShutdownTimeoutMillis(long) - Method in class io.netty.handler.codec.http2.Http2MultiplexCodecBuilder
-
Deprecated.
- gracefulShutdownTimeoutMillis(long) - Method in class io.netty.handler.codec.http2.HttpToHttp2ConnectionHandlerBuilder
-
- grantedQoSLevels() - Method in class io.netty.handler.codec.mqtt.MqttSubAckPayload
-
- group(EventLoopGroup) - Method in class io.netty.bootstrap.AbstractBootstrap
-
- group() - Method in class io.netty.bootstrap.AbstractBootstrap
-
- group() - Method in class io.netty.bootstrap.AbstractBootstrapConfig
-
Returns the configured
EventLoopGroup
or
null
if non is configured yet.
- group(EventLoopGroup) - Method in class io.netty.bootstrap.ServerBootstrap
-
Specify the
EventLoopGroup
which is used for the parent (acceptor) and the child (client).
- group(EventLoopGroup, EventLoopGroup) - Method in class io.netty.bootstrap.ServerBootstrap
-
Set the
EventLoopGroup
for the parent (acceptor) and the child (client).
- group() - Method in interface io.netty.channel.group.ChannelGroupFuture
-
Returns the
ChannelGroup
which is associated with this future.
- GROUPS - Static variable in class io.netty.handler.ssl.OpenSslContextOption
-
Set the groups that should be used.
- GSSAPI - Static variable in class io.netty.handler.codec.socksx.v5.Socks5AuthMethod
-
- guess() - Method in class io.netty.channel.RecvByteBufAllocator.DelegatingHandle
-
- guess() - Method in interface io.netty.channel.RecvByteBufAllocator.Handle
-
Deprecated.
- gzip() - Static method in class io.netty.handler.codec.compression.StandardCompressionOptions
-
Default implementation of
GzipOptions
with
compressionLevel()
set to 6,
windowBits()
set to 15 and
memLevel()
set to 8.
- gzip(int, int, int) - Static method in class io.netty.handler.codec.compression.StandardCompressionOptions
-
- GZIP - Static variable in class io.netty.handler.codec.http.HttpHeaders.Values
-
Deprecated.
"gzip"
- GZIP - Static variable in class io.netty.handler.codec.http.HttpHeaderValues
-
"gzip"
- GZIP - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Values
-
Deprecated.
"gzip"
- GZIP - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderValues
-
"gzip"
- GZIP_DEFLATE - Static variable in class io.netty.handler.codec.http.HttpHeaders.Values
-
Deprecated.
"gzip,deflate"
- GZIP_DEFLATE - Static variable in class io.netty.handler.codec.http.HttpHeaderValues
-
"gzip,deflate"
- GzipOptions - Class in io.netty.handler.codec.compression
-
- handleCloseFrames(boolean) - Method in class io.netty.handler.codec.http.websocketx.WebSocketClientProtocolConfig.Builder
-
true
if close frames should not be forwarded and just close the channel
- handleCloseFrames() - Method in class io.netty.handler.codec.http.websocketx.WebSocketClientProtocolConfig
-
- handleCloseFrames(boolean) - Method in class io.netty.handler.codec.http.websocketx.WebSocketServerProtocolConfig.Builder
-
true
if close frames should not be forwarded and just close the channel
- handleCloseFrames() - Method in class io.netty.handler.codec.http.websocketx.WebSocketServerProtocolConfig
-
- handleConnectErrno(String, int) - Static method in class io.netty.channel.unix.Errors
-
- handleInboundMessage(Object) - Method in class io.netty.channel.embedded.EmbeddedChannel
-
Called for each inbound message.
- handleNotification(AssociationChangeNotification, Object) - Method in class io.netty.channel.sctp.SctpNotificationHandler
-
- handleNotification(PeerAddressChangeNotification, Object) - Method in class io.netty.channel.sctp.SctpNotificationHandler
-
- handleNotification(SendFailedNotification, Object) - Method in class io.netty.channel.sctp.SctpNotificationHandler
-
- handleNotification(ShutdownNotification, Object) - Method in class io.netty.channel.sctp.SctpNotificationHandler
-
- handleOutboundMessage(Object) - Method in class io.netty.channel.embedded.EmbeddedChannel
-
Called for each outbound message.
- handleOversizedMessage(ChannelHandlerContext, HttpMessage) - Method in class io.netty.handler.codec.http.HttpObjectAggregator
-
- handleOversizedMessage(ChannelHandlerContext, S) - Method in class io.netty.handler.codec.MessageAggregator
-
Invoked when an incoming request exceeds the maximum content length.
- handler(ChannelHandler) - Method in class io.netty.bootstrap.AbstractBootstrap
-
- handler() - Method in class io.netty.bootstrap.AbstractBootstrapConfig
-
Returns the configured
ChannelHandler
or
null
if non is configured yet.
- handler() - Method in interface io.netty.channel.ChannelHandlerContext
-
- handler() - Method in class io.netty.channel.pool.SimpleChannelPool
-
- handler(ChannelHandler) - Method in class io.netty.handler.codec.http2.Http2StreamChannelBootstrap
-
- handlerAdded(ChannelHandlerContext) - Method in interface io.netty.channel.ChannelHandler
-
Gets called after the
ChannelHandler
was added to the actual context and it's ready to handle events.
- handlerAdded(ChannelHandlerContext) - Method in class io.netty.channel.ChannelHandlerAdapter
-
Do nothing by default, sub-classes may override this method.
- handlerAdded(ChannelHandlerContext) - Method in class io.netty.channel.ChannelInitializer
-
Do nothing by default, sub-classes may override this method.
- handlerAdded(ChannelHandlerContext) - Method in class io.netty.channel.CombinedChannelDuplexHandler
-
- handlerAdded(ChannelHandlerContext) - Method in class io.netty.handler.codec.ByteToMessageCodec
-
- handlerAdded(ChannelHandlerContext) - Method in class io.netty.handler.codec.compression.BrotliDecoder
-
- handlerAdded(ChannelHandlerContext) - Method in class io.netty.handler.codec.compression.BrotliEncoder
-
- handlerAdded(ChannelHandlerContext) - Method in class io.netty.handler.codec.compression.Bzip2Encoder
-
- handlerAdded(ChannelHandlerContext) - Method in class io.netty.handler.codec.compression.JdkZlibEncoder
-
- handlerAdded(ChannelHandlerContext) - Method in class io.netty.handler.codec.compression.JZlibEncoder
-
- handlerAdded(ChannelHandlerContext) - Method in class io.netty.handler.codec.compression.Lz4FrameEncoder
-
- handlerAdded(ChannelHandlerContext) - Method in class io.netty.handler.codec.compression.ZstdDecoder
-
- handlerAdded(ChannelHandlerContext) - Method in class io.netty.handler.codec.compression.ZstdEncoder
-
- handlerAdded(ChannelHandlerContext) - Method in class io.netty.handler.codec.DatagramPacketDecoder
-
- handlerAdded(ChannelHandlerContext) - Method in class io.netty.handler.codec.DatagramPacketEncoder
-
- handlerAdded(ChannelHandlerContext) - Method in class io.netty.handler.codec.http.HttpContentCompressor
-
- handlerAdded(ChannelHandlerContext) - Method in class io.netty.handler.codec.http.HttpContentDecoder
-
- handlerAdded(ChannelHandlerContext) - Method in class io.netty.handler.codec.http.websocketx.WebSocketClientProtocolHandler
-
- handlerAdded(ChannelHandlerContext) - Method in class io.netty.handler.codec.http.websocketx.WebSocketServerProtocolHandler
-
- handlerAdded(ChannelHandlerContext) - Method in class io.netty.handler.codec.http2.CleartextHttp2ServerUpgradeHandler
-
- handlerAdded(ChannelHandlerContext) - Method in class io.netty.handler.codec.http2.Http2ChannelDuplexHandler
-
- handlerAdded(ChannelHandlerContext) - Method in class io.netty.handler.codec.http2.Http2ConnectionHandler
-
- handlerAdded(ChannelHandlerContext) - Method in class io.netty.handler.codec.http2.Http2FrameCodec
-
- handlerAdded(ChannelHandlerContext) - Method in class io.netty.handler.codec.http2.Http2StreamFrameToHttpObjectCodec
-
- handlerAdded(ChannelHandlerContext) - Method in class io.netty.handler.codec.MessageAggregator
-
- handlerAdded(ChannelHandlerContext) - Method in class io.netty.handler.codec.spdy.SpdyFrameCodec
-
- handlerAdded(ChannelHandlerContext) - Method in class io.netty.handler.flow.FlowControlHandler
-
- handlerAdded(ChannelHandlerContext) - Method in class io.netty.handler.flush.FlushConsolidationHandler
-
- handlerAdded(ChannelHandlerContext) - Method in class io.netty.handler.proxy.ProxyHandler
-
- handlerAdded(ChannelHandlerContext) - Method in class io.netty.handler.ssl.AbstractSniHandler
-
- handlerAdded(ChannelHandlerContext) - Method in class io.netty.handler.ssl.ApplicationProtocolNegotiationHandler
-
- handlerAdded(ChannelHandlerContext) - Method in class io.netty.handler.ssl.SslHandler
-
- handlerAdded(ChannelHandlerContext) - Method in class io.netty.handler.stream.ChunkedWriteHandler
-
- handlerAdded(ChannelHandlerContext) - Method in class io.netty.handler.timeout.IdleStateHandler
-
- handlerAdded(ChannelHandlerContext) - Method in class io.netty.handler.traffic.ChannelTrafficShapingHandler
-
- handlerAdded(ChannelHandlerContext) - Method in class io.netty.handler.traffic.GlobalChannelTrafficShapingHandler
-
- handlerAdded(ChannelHandlerContext) - Method in class io.netty.handler.traffic.GlobalTrafficShapingHandler
-
- handlerAdded0(ChannelHandlerContext) - Method in class io.netty.handler.codec.http2.Http2ChannelDuplexHandler
-
- handlerAdded0(ChannelHandlerContext) - Method in class io.netty.handler.codec.http2.Http2MultiplexCodec
-
Deprecated.
- handlerAdded0(ChannelHandlerContext) - Method in class io.netty.handler.codec.http2.Http2MultiplexHandler
-
- handleResponse(ChannelHandlerContext, Object) - Method in class io.netty.handler.proxy.HttpProxyHandler
-
- handleResponse(ChannelHandlerContext, Object) - Method in class io.netty.handler.proxy.ProxyHandler
-
Handles the message received from the proxy server.
- handleResponse(ChannelHandlerContext, Object) - Method in class io.netty.handler.proxy.Socks4ProxyHandler
-
- handleResponse(ChannelHandlerContext, Object) - Method in class io.netty.handler.proxy.Socks5ProxyHandler
-
- handlerRemoved(ChannelHandlerContext) - Method in interface io.netty.channel.ChannelHandler
-
Gets called after the
ChannelHandler
was removed from the actual context and it doesn't handle events
anymore.
- handlerRemoved(ChannelHandlerContext) - Method in class io.netty.channel.ChannelHandlerAdapter
-
Do nothing by default, sub-classes may override this method.
- handlerRemoved(ChannelHandlerContext) - Method in class io.netty.channel.ChannelInitializer
-
- handlerRemoved(ChannelHandlerContext) - Method in class io.netty.channel.CombinedChannelDuplexHandler
-
- handlerRemoved(ChannelHandlerContext) - Method in class io.netty.handler.codec.ByteToMessageCodec
-
- handlerRemoved(ChannelHandlerContext) - Method in class io.netty.handler.codec.ByteToMessageDecoder
-
- handlerRemoved(ChannelHandlerContext) - Method in class io.netty.handler.codec.compression.BrotliEncoder
-
- handlerRemoved(ChannelHandlerContext) - Method in class io.netty.handler.codec.compression.Lz4FrameEncoder
-
- handlerRemoved(ChannelHandlerContext) - Method in class io.netty.handler.codec.compression.LzfEncoder
-
- handlerRemoved(ChannelHandlerContext) - Method in class io.netty.handler.codec.compression.ZstdEncoder
-
- handlerRemoved(ChannelHandlerContext) - Method in class io.netty.handler.codec.DatagramPacketDecoder
-
- handlerRemoved(ChannelHandlerContext) - Method in class io.netty.handler.codec.DatagramPacketEncoder
-
- handlerRemoved(ChannelHandlerContext) - Method in class io.netty.handler.codec.http.HttpContentDecoder
-
- handlerRemoved(ChannelHandlerContext) - Method in class io.netty.handler.codec.http.HttpContentEncoder
-
- handlerRemoved(ChannelHandlerContext) - Method in class io.netty.handler.codec.http2.Http2ChannelDuplexHandler
-
- handlerRemoved(ChannelHandlerContext) - Method in class io.netty.handler.codec.MessageAggregator
-
- handlerRemoved(ChannelHandlerContext) - Method in class io.netty.handler.codec.sctp.SctpMessageCompletionHandler
-
- handlerRemoved(ChannelHandlerContext) - Method in class io.netty.handler.flow.FlowControlHandler
-
- handlerRemoved(ChannelHandlerContext) - Method in class io.netty.handler.flush.FlushConsolidationHandler
-
- handlerRemoved(ChannelHandlerContext) - Method in class io.netty.handler.pcap.PcapWriteHandler
-
- handlerRemoved(ChannelHandlerContext) - Method in class io.netty.handler.ssl.ApplicationProtocolNegotiationHandler
-
- handlerRemoved(ChannelHandlerContext) - Method in class io.netty.handler.timeout.IdleStateHandler
-
- handlerRemoved(ChannelHandlerContext) - Method in class io.netty.handler.timeout.WriteTimeoutHandler
-
- handlerRemoved(ChannelHandlerContext) - Method in class io.netty.handler.traffic.AbstractTrafficShapingHandler
-
- handlerRemoved(ChannelHandlerContext) - Method in class io.netty.handler.traffic.ChannelTrafficShapingHandler
-
- handlerRemoved(ChannelHandlerContext) - Method in class io.netty.handler.traffic.GlobalChannelTrafficShapingHandler
-
- handlerRemoved(ChannelHandlerContext) - Method in class io.netty.handler.traffic.GlobalTrafficShapingHandler
-
- handlerRemoved0(ChannelHandlerContext) - Method in class io.netty.handler.codec.ByteToMessageDecoder
-
Gets called after the
ByteToMessageDecoder
was removed from the actual context and it doesn't handle
events anymore.
- handlerRemoved0(ChannelHandlerContext) - Method in class io.netty.handler.codec.compression.BrotliDecoder
-
- handlerRemoved0(ChannelHandlerContext) - Method in class io.netty.handler.codec.compression.JdkZlibDecoder
-
- handlerRemoved0(ChannelHandlerContext) - Method in class io.netty.handler.codec.compression.ZstdDecoder
-
- handlerRemoved0(ChannelHandlerContext) - Method in class io.netty.handler.codec.http.HttpObjectDecoder
-
- handlerRemoved0(ChannelHandlerContext) - Method in class io.netty.handler.codec.http2.Http2ChannelDuplexHandler
-
- handlerRemoved0(ChannelHandlerContext) - Method in class io.netty.handler.codec.http2.Http2ConnectionHandler
-
- handlerRemoved0(ChannelHandlerContext) - Method in class io.netty.handler.codec.http2.Http2MultiplexCodec
-
Deprecated.
- handlerRemoved0(ChannelHandlerContext) - Method in class io.netty.handler.codec.http2.Http2MultiplexHandler
-
- handlerRemoved0(ChannelHandlerContext) - Method in class io.netty.handler.ssl.SslClientHelloHandler
-
- handlerRemoved0(ChannelHandlerContext) - Method in class io.netty.handler.ssl.SslHandler
-
- handlerSharableCache() - Method in class io.netty.util.internal.InternalThreadLocalMap
-
- handleServerHeaderDecodeSizeError(ChannelHandlerContext, Http2Stream) - Method in class io.netty.handler.codec.http2.Http2ConnectionHandler
-
Notifies client that this server has received headers that are larger than what it is
willing to accept.
- handleTransferEncodingChunkedWithContentLength(HttpMessage) - Method in class io.netty.handler.codec.http.HttpObjectDecoder
-
Invoked when a message with both a "Transfer-Encoding: chunked" and a "Content-Length" header field is detected.
- handleWriteError(Throwable) - Method in class io.netty.channel.AbstractChannel.AbstractUnsafe
-
- handshake(Channel) - Method in class io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker
-
Begins the opening handshake
- handshake(Channel, ChannelPromise) - Method in class io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker
-
Begins the opening handshake
- handshake(Channel, FullHttpRequest) - Method in class io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker
-
Performs the opening handshake.
- handshake(Channel, FullHttpRequest, HttpHeaders, ChannelPromise) - Method in class io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker
-
Performs the opening handshake
When call this method you
MUST NOT retain the
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.
- HandshakeComplete(String, HttpHeaders, String) - Constructor for class io.netty.handler.codec.http.websocketx.WebSocketServerProtocolHandler.HandshakeComplete
-
- handshakeExtension(WebSocketExtensionData) - Method in class io.netty.handler.codec.http.websocketx.extensions.compression.DeflateFrameClientExtensionHandshaker
-
- handshakeExtension(WebSocketExtensionData) - Method in class io.netty.handler.codec.http.websocketx.extensions.compression.DeflateFrameServerExtensionHandshaker
-
- handshakeExtension(WebSocketExtensionData) - Method in class io.netty.handler.codec.http.websocketx.extensions.compression.PerMessageDeflateClientExtensionHandshaker
-
- handshakeExtension(WebSocketExtensionData) - Method in class io.netty.handler.codec.http.websocketx.extensions.compression.PerMessageDeflateServerExtensionHandshaker
-
- handshakeExtension(WebSocketExtensionData) - Method in interface io.netty.handler.codec.http.websocketx.extensions.WebSocketClientExtensionHandshaker
-
Handshake based on server response.
- handshakeExtension(WebSocketExtensionData) - Method in interface io.netty.handler.codec.http.websocketx.extensions.WebSocketServerExtensionHandshaker
-
Handshake based on client request.
- handshakeFailure(ChannelHandlerContext, Throwable) - Method in class io.netty.handler.ssl.ApplicationProtocolNegotiationHandler
-
Invoked on failed initial SSL/TLS handshake.
- handshakeFuture() - Method in class io.netty.handler.ssl.SslHandler
-
Returns a
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
- handshakeTimeoutMillis(long) - Method in class io.netty.handler.codec.http.websocketx.WebSocketClientProtocolConfig.Builder
-
- handshakeTimeoutMillis() - Method in class io.netty.handler.codec.http.websocketx.WebSocketClientProtocolConfig
-
- handshakeTimeoutMillis(long) - Method in class io.netty.handler.codec.http.websocketx.WebSocketServerProtocolConfig.Builder
-
- handshakeTimeoutMillis() - Method in class io.netty.handler.codec.http.websocketx.WebSocketServerProtocolConfig
-
- handshakeTimeoutMillis - Variable in class io.netty.handler.ssl.AbstractSniHandler
-
- HAProxyCommand - Enum in io.netty.handler.codec.haproxy
-
The command of an HAProxy proxy protocol header
- HAProxyMessage - Class in io.netty.handler.codec.haproxy
-
Message container for decoded HAProxy proxy protocol parameters
- HAProxyMessage(HAProxyProtocolVersion, HAProxyCommand, HAProxyProxiedProtocol, String, String, int, int) - Constructor for class io.netty.handler.codec.haproxy.HAProxyMessage
-
Creates a new instance of HAProxyMessage.
- HAProxyMessage(HAProxyProtocolVersion, HAProxyCommand, HAProxyProxiedProtocol, String, String, int, int, List<? extends HAProxyTLV>) - Constructor for class io.netty.handler.codec.haproxy.HAProxyMessage
-
Creates a new instance of HAProxyMessage.
- HAProxyMessageDecoder - Class in io.netty.handler.codec.haproxy
-
Decodes an HAProxy proxy protocol header
- HAProxyMessageDecoder() - Constructor for class io.netty.handler.codec.haproxy.HAProxyMessageDecoder
-
Creates a new decoder with no additional data (TLV) restrictions, and should throw an exception as soon as
we exceed maxLength.
- HAProxyMessageDecoder(boolean) - Constructor for class io.netty.handler.codec.haproxy.HAProxyMessageDecoder
-
Creates a new decoder with no additional data (TLV) restrictions, whether or not to throw an exception as soon
as we exceed maxLength.
- HAProxyMessageDecoder(int) - Constructor for class io.netty.handler.codec.haproxy.HAProxyMessageDecoder
-
Creates a new decoder with restricted additional data (TLV) size, and should throw an exception as soon as
we exceed maxLength.
- HAProxyMessageDecoder(int, boolean) - Constructor for class io.netty.handler.codec.haproxy.HAProxyMessageDecoder
-
Creates a new decoder with restricted additional data (TLV) size, whether or not to throw an exception as soon
as we exceed maxLength.
- HAProxyMessageEncoder - Class in io.netty.handler.codec.haproxy
-
Encodes an HAProxy proxy protocol message
- HAProxyProtocolException - Exception in io.netty.handler.codec.haproxy
-
A
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
- HAProxySSLTLV - Class in io.netty.handler.codec.haproxy
-
- HAProxySSLTLV(int, byte, List<HAProxyTLV>) - Constructor for class io.netty.handler.codec.haproxy.HAProxySSLTLV
-
Creates a new HAProxySSLTLV
- HAProxyTLV - Class in io.netty.handler.codec.haproxy
-
A Type-Length Value (TLV vector) that can be added to the PROXY protocol
to include additional information like SSL information.
- HAProxyTLV(byte, ByteBuf) - Constructor for class io.netty.handler.codec.haproxy.HAProxyTLV
-
Creates a new HAProxyTLV
- HAProxyTLV(HAProxyTLV.Type, ByteBuf) - Constructor for class io.netty.handler.codec.haproxy.HAProxyTLV
-
Creates a new HAProxyTLV
- HAProxyTLV.Type - Enum in io.netty.handler.codec.haproxy
-
The registered types a TLV can have regarding the PROXY protocol 1.5 spec
- hardwareAddressFromNetworkInterface(NetworkInterface) - Static method in class io.netty.util.internal.SocketUtils
-
- hasAlignDirectByteBuffer() - Static method in class io.netty.util.internal.PlatformDependent
-
- hasArray() - Method in class io.netty.buffer.ByteBuf
-
Returns true
if and only if this buffer has a backing byte array.
- hasArray() - Method in class io.netty.buffer.CompositeByteBuf
-
- hasArray() - Method in class io.netty.buffer.DuplicatedByteBuf
-
Deprecated.
- hasArray() - Method in class io.netty.buffer.EmptyByteBuf
-
- hasArray() - Method in class io.netty.buffer.ReadOnlyByteBuf
-
Deprecated.
- hasArray() - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- hasArray() - Method in class io.netty.buffer.UnpooledDirectByteBuf
-
- hasArray() - Method in class io.netty.buffer.UnpooledHeapByteBuf
-
- hasAttr(AttributeKey<T>) - Method in interface io.netty.channel.ChannelHandlerContext
-
- hasAttr(AttributeKey<T>) - Method in interface io.netty.util.AttributeMap
-
- hasAttr(AttributeKey<T>) - Method in class io.netty.util.DefaultAttributeMap
-
- hasDirectBufferNoCleanerConstructor() - Static method in class io.netty.util.internal.PlatformDependent
-
- hasDisconnect() - Method in class io.netty.channel.ChannelMetadata
-
- hasFlowControlled(Http2Stream) - Method in class io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController
-
- hasFlowControlled(Http2Stream) - Method in interface io.netty.handler.codec.http2.Http2RemoteFlowController
-
- hasFrame() - Method in interface io.netty.handler.codec.http2.StreamByteDistributor.StreamState
-
Indicates whether or not there are frames pending for this stream.
- hash - Variable in class io.netty.handler.codec.DefaultHeaders.HeaderEntry
-
- hashCode() - Method in class io.netty.buffer.AbstractByteBuf
-
- hashCode() - Method in class io.netty.buffer.ByteBuf
-
Returns a hash code which was calculated from the content of this
buffer.
- hashCode(ByteBuf) - Static method in class io.netty.buffer.ByteBufUtil
-
Calculates the hash code of the specified buffer.
- hashCode() - Method in class io.netty.buffer.DefaultByteBufHolder
-
- hashCode() - Method in class io.netty.buffer.EmptyByteBuf
-
- hashCode() - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- hashCode() - Method in class io.netty.channel.AbstractChannel
-
Returns the ID of this channel.
- hashCode() - Method in class io.netty.channel.DefaultChannelId
-
- hashCode() - Method in class io.netty.channel.epoll.VSockAddress
-
- hashCode() - Method in class io.netty.channel.group.DefaultChannelGroup
-
- hashCode() - Method in class io.netty.channel.kqueue.AcceptFilter
-
- hashCode() - Method in class io.netty.channel.local.LocalAddress
-
- hashCode() - Method in class io.netty.channel.sctp.SctpMessage
-
- hashCode() - Method in class io.netty.channel.unix.DomainSocketAddress
-
- hashCode() - Method in class io.netty.channel.unix.FileDescriptor
-
- hashCode() - Method in class io.netty.handler.codec.DefaultHeaders
-
- hashCode(HashingStrategy<V>) - Method in class io.netty.handler.codec.DefaultHeaders
-
Generate a hash code for this object given a
HashingStrategy
to generate hash codes for
individual values.
- hashCode() - Method in class io.netty.handler.codec.DefaultHeaders.HeaderEntry
-
- hashCode() - Method in class io.netty.handler.codec.dns.AbstractDnsMessage
-
- hashCode() - Method in class io.netty.handler.codec.dns.AbstractDnsRecord
-
- hashCode() - Method in class io.netty.handler.codec.dns.DatagramDnsQuery
-
- hashCode() - Method in class io.netty.handler.codec.dns.DatagramDnsResponse
-
- hashCode() - Method in class io.netty.handler.codec.dns.DnsOpCode
-
- hashCode() - Method in class io.netty.handler.codec.dns.DnsRecordType
-
- hashCode() - Method in class io.netty.handler.codec.dns.DnsResponseCode
-
- hashCode() - Method in class io.netty.handler.codec.EmptyHeaders
-
- hashCode() - Method in class io.netty.handler.codec.http.cookie.DefaultCookie
-
- hashCode() - Method in class io.netty.handler.codec.http.DefaultFullHttpRequest
-
- hashCode() - Method in class io.netty.handler.codec.http.DefaultFullHttpResponse
-
- hashCode() - Method in class io.netty.handler.codec.http.DefaultHttpHeaders
-
- hashCode() - Method in class io.netty.handler.codec.http.DefaultHttpMessage
-
- hashCode() - Method in class io.netty.handler.codec.http.DefaultHttpObject
-
- hashCode() - Method in class io.netty.handler.codec.http.DefaultHttpRequest
-
- hashCode() - Method in class io.netty.handler.codec.http.DefaultHttpResponse
-
- hashCode() - Method in class io.netty.handler.codec.http.HttpMethod
-
- hashCode() - Method in class io.netty.handler.codec.http.HttpResponseStatus
-
- hashCode() - Method in class io.netty.handler.codec.http.HttpScheme
-
- hashCode() - Method in class io.netty.handler.codec.http.HttpVersion
-
- hashCode() - Method in class io.netty.handler.codec.http.multipart.DiskAttribute
-
- hashCode() - Method in class io.netty.handler.codec.http.multipart.DiskFileUpload
-
- hashCode() - Method in class io.netty.handler.codec.http.multipart.MemoryAttribute
-
- hashCode() - Method in class io.netty.handler.codec.http.multipart.MemoryFileUpload
-
- hashCode() - Method in class io.netty.handler.codec.http.websocketx.WebSocketCloseStatus
-
- hashCode() - Method in class io.netty.handler.codec.http.websocketx.WebSocketScheme
-
- hashCode() - Method in class io.netty.handler.codec.http2.AbstractHttp2StreamFrame
-
- hashCode() - Method in class io.netty.handler.codec.http2.DefaultHttp2DataFrame
-
- hashCode() - Method in class io.netty.handler.codec.http2.DefaultHttp2GoAwayFrame
-
- hashCode() - Method in class io.netty.handler.codec.http2.DefaultHttp2Headers
-
- hashCode() - Method in class io.netty.handler.codec.http2.DefaultHttp2HeadersFrame
-
- hashCode() - Method in class io.netty.handler.codec.http2.DefaultHttp2PingFrame
-
- hashCode() - Method in class io.netty.handler.codec.http2.DefaultHttp2PriorityFrame
-
- hashCode() - Method in class io.netty.handler.codec.http2.DefaultHttp2ResetFrame
-
- hashCode() - Method in class io.netty.handler.codec.http2.DefaultHttp2SettingsFrame
-
- hashCode() - Method in class io.netty.handler.codec.http2.DefaultHttp2UnknownFrame
-
- hashCode() - Method in class io.netty.handler.codec.http2.Http2Flags
-
- hashCode() - Method in class io.netty.handler.codec.mqtt.MqttProperties.MqttProperty
-
- hashCode() - Method in class io.netty.handler.codec.mqtt.MqttProperties.StringPair
-
- hashCode() - Method in class io.netty.handler.codec.mqtt.MqttSubscriptionOption
-
- hashCode() - Method in class io.netty.handler.codec.smtp.DefaultSmtpRequest
-
- hashCode() - Method in class io.netty.handler.codec.smtp.DefaultSmtpResponse
-
- hashCode() - Method in class io.netty.handler.codec.smtp.SmtpCommand
-
- hashCode() - Method in class io.netty.handler.codec.socksx.v4.Socks4CommandStatus
-
- hashCode() - Method in class io.netty.handler.codec.socksx.v4.Socks4CommandType
-
- hashCode() - Method in class io.netty.handler.codec.socksx.v5.Socks5AddressType
-
- hashCode() - Method in class io.netty.handler.codec.socksx.v5.Socks5AuthMethod
-
- hashCode() - Method in class io.netty.handler.codec.socksx.v5.Socks5CommandStatus
-
- hashCode() - Method in class io.netty.handler.codec.socksx.v5.Socks5CommandType
-
- hashCode() - Method in class io.netty.handler.codec.socksx.v5.Socks5PasswordAuthStatus
-
- hashCode() - Method in class io.netty.handler.codec.spdy.DefaultSpdyUnknownFrame
-
- hashCode() - Method in class io.netty.handler.codec.spdy.SpdySessionStatus
-
- hashCode() - Method in class io.netty.handler.codec.spdy.SpdyStreamStatus
-
- hashCode() - Method in class io.netty.handler.codec.string.LineSeparator
-
- hashCode() - Method in class io.netty.handler.codec.xml.XmlAttribute
-
- hashCode() - Method in class io.netty.handler.codec.xml.XmlContent
-
- hashCode() - Method in class io.netty.handler.codec.xml.XmlDocumentStart
-
- hashCode() - Method in class io.netty.handler.codec.xml.XmlDTD
-
- hashCode() - Method in class io.netty.handler.codec.xml.XmlElement
-
- hashCode() - Method in class io.netty.handler.codec.xml.XmlElementStart
-
- hashCode() - Method in class io.netty.handler.codec.xml.XmlEntityReference
-
- hashCode() - Method in class io.netty.handler.codec.xml.XmlNamespace
-
- hashCode() - Method in class io.netty.handler.codec.xml.XmlProcessingInstruction
-
- hashCode() - Method in class io.netty.handler.ssl.PemX509Certificate
-
- hashCode() - Method in class io.netty.util.AbstractConstant
-
- hashCode() - Method in class io.netty.util.AsciiString
-
Provides a case-insensitive hash code for Ascii like byte strings.
- hashCode(CharSequence) - Static method in class io.netty.util.AsciiString
-
Returns the case-insensitive hash code of the specified string.
- hashCode() - Method in class io.netty.util.collection.ByteObjectHashMap
-
- hashCode() - Method in class io.netty.util.collection.CharObjectHashMap
-
- hashCode() - Method in class io.netty.util.collection.IntObjectHashMap
-
- hashCode() - Method in class io.netty.util.collection.LongObjectHashMap
-
- hashCode() - Method in class io.netty.util.collection.ShortObjectHashMap
-
- hashCode(T) - Method in interface io.netty.util.HashingStrategy
-
Generate a hash code for obj
.
- hashCode() - Method in class io.netty.util.internal.EmptyPriorityQueue
-
- hashCode() - Method in exception io.netty.util.ResourceLeakException
-
Deprecated.
- hashCode() - Method in error io.netty.util.Signal
-
- hashCodeAscii(byte[], int, int) - Static method in class io.netty.util.internal.PlatformDependent
-
Calculate a hash code of a byte array assuming ASCII character encoding.
- hashCodeAscii(CharSequence) - Static method in class io.netty.util.internal.PlatformDependent
-
Calculate a hash code of a byte array assuming ASCII character encoding.
- HashedWheelTimer - Class in io.netty.util
-
A
Timer
optimized for approximated I/O timeout scheduling.
- HashedWheelTimer() - Constructor for class io.netty.util.HashedWheelTimer
-
- HashedWheelTimer(long, TimeUnit) - Constructor for class io.netty.util.HashedWheelTimer
-
- HashedWheelTimer(long, TimeUnit, int) - Constructor for class io.netty.util.HashedWheelTimer
-
- HashedWheelTimer(ThreadFactory) - Constructor for class io.netty.util.HashedWheelTimer
-
Creates a new timer with the default tick duration and default number of
ticks per wheel.
- HashedWheelTimer(ThreadFactory, long, TimeUnit) - Constructor for class io.netty.util.HashedWheelTimer
-
Creates a new timer with the default number of ticks per wheel.
- HashedWheelTimer(ThreadFactory, long, TimeUnit, int) - Constructor for class io.netty.util.HashedWheelTimer
-
Creates a new timer.
- HashedWheelTimer(ThreadFactory, long, TimeUnit, int, boolean) - Constructor for class io.netty.util.HashedWheelTimer
-
Creates a new timer.
- HashedWheelTimer(ThreadFactory, long, TimeUnit, int, boolean, long) - Constructor for class io.netty.util.HashedWheelTimer
-
Creates a new timer.
- HashedWheelTimer(ThreadFactory, long, TimeUnit, int, boolean, long, Executor) - Constructor for class io.netty.util.HashedWheelTimer
-
Creates a new timer.
- HashingStrategy<T> - Interface in io.netty.util
-
Abstraction for hash code generation and equality comparison.
- hasMemoryAddress() - Method in class io.netty.buffer.ByteBuf
-
Returns true
if and only if this buffer has a reference to the low-level memory address that points
to the backing data.
- hasMemoryAddress() - Method in class io.netty.buffer.CompositeByteBuf
-
- hasMemoryAddress() - Method in class io.netty.buffer.DuplicatedByteBuf
-
Deprecated.
- hasMemoryAddress() - Method in class io.netty.buffer.EmptyByteBuf
-
- hasMemoryAddress() - Method in class io.netty.buffer.ReadOnlyByteBuf
-
Deprecated.
- hasMemoryAddress() - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- hasMemoryAddress() - Method in class io.netty.buffer.UnpooledDirectByteBuf
-
- hasMemoryAddress() - Method in class io.netty.buffer.UnpooledHeapByteBuf
-
- hasMemoryAddress() - Method in class io.netty.buffer.UnpooledUnsafeDirectByteBuf
-
- hasNext() - Method in class io.netty.channel.SingleThreadEventLoop.ChannelsReadOnlyIterator
-
- hasNext() - Method in class io.netty.handler.codec.http.multipart.HttpPostMultipartRequestDecoder
-
True if at current getStatus, there is an available decoded
InterfaceHttpData from the Body.
- hasNext() - Method in class io.netty.handler.codec.http.multipart.HttpPostRequestDecoder
-
- hasNext() - Method in class io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder
-
True if at current getStatus, there is an available decoded
InterfaceHttpData from the Body.
- hasNext() - Method in interface io.netty.handler.codec.http.multipart.InterfaceHttpPostRequestDecoder
-
True if at current getStatus, there is an available decoded
InterfaceHttpData from the Body.
- hasNext() - Method in class io.netty.util.internal.ReadOnlyIterator
-
- hasPassword() - Method in class io.netty.handler.codec.mqtt.MqttConnectVariableHeader
-
- hasPassword(boolean) - Method in class io.netty.handler.codec.mqtt.MqttMessageBuilders.ConnectBuilder
-
- hasPath(boolean) - Method in class io.netty.handler.codec.http.QueryStringDecoder.Builder
-
true
by default.
- hasPeerCertificates() - Method in interface io.netty.handler.ssl.OpenSslSession
-
Returns true if the peer has provided certificates during the handshake.
- hasPendingTasks() - Method in class io.netty.channel.embedded.EmbeddedChannel
-
- hasPseudoHeaderFormat(CharSequence) - Static method in enum io.netty.handler.codec.http2.Http2Headers.PseudoHeaderName
-
Indicates whether the specified header follows the pseudo-header format (begins with ':' character)
- hasScheduledTasks() - Method in class io.netty.util.concurrent.AbstractScheduledEventExecutor
-
Returns true
if a scheduled task is ready for processing.
- hasTasks() - Method in class io.netty.channel.SingleThreadEventLoop
-
- hasTasks() - Method in class io.netty.util.concurrent.SingleThreadEventExecutor
-
- hasThreadLocalCache() - Method in class io.netty.buffer.PooledByteBufAllocator
-
- hasUnsafe() - Static method in class io.netty.util.internal.PlatformDependent
-
Return true
if sun.misc.Unsafe
was found on the classpath and can be used for accelerated
direct memory access.
- hasUnsupportedCriticalExtension() - Method in class io.netty.handler.ssl.PemX509Certificate
-
- hasUnsupportedCriticalExtension() - Method in class io.netty.handler.ssl.util.LazyX509Certificate
-
- hasUser(boolean) - Method in class io.netty.handler.codec.mqtt.MqttMessageBuilders.ConnectBuilder
-
- hasUserName() - Method in class io.netty.handler.codec.mqtt.MqttConnectVariableHeader
-
- haveSuppressed() - Static method in class io.netty.util.internal.ThrowableUtil
-
- head - Variable in class io.netty.handler.codec.DefaultHeaders
-
- HEAD - Static variable in class io.netty.handler.codec.http.HttpMethod
-
The HEAD method is identical to GET except that the server MUST NOT return a message-body
in the response.
- HEADER_FIELD_NOT_VALID - Static variable in class io.netty.handler.codec.rtsp.RtspResponseStatuses
-
456 Header Field Not Valid for Resource
- HeaderEntry(int, K) - Constructor for class io.netty.handler.codec.DefaultHeaders.HeaderEntry
-
- headerListSizeError(int, Http2Error, boolean, String, Object...) - Static method in exception io.netty.handler.codec.http2.Http2Exception
-
A specific stream error resulting from failing to decode headers that exceeds the max header size list.
- headerListSizeExceeded(int, long, boolean) - Static method in class io.netty.handler.codec.http2.Http2CodecUtil
-
- headerListSizeExceeded(long) - Static method in class io.netty.handler.codec.http2.Http2CodecUtil
-
- Headers<K,V,T extends Headers<K,V,T>> - Interface in io.netty.handler.codec
-
Common interface for
Headers
which represents a mapping of key to value.
- headers() - Method in class io.netty.handler.codec.http.DefaultHttpMessage
-
- headers() - Method in interface io.netty.handler.codec.http.HttpMessage
-
Returns the headers of this message.
- headers() - Method in class io.netty.handler.codec.http2.DefaultHttp2HeadersFrame
-
- HEADERS - Static variable in class io.netty.handler.codec.http2.Http2FrameTypes
-
- headers() - Method in interface io.netty.handler.codec.http2.Http2HeadersFrame
-
A complete header list.
- headers() - Method in class io.netty.handler.codec.spdy.DefaultSpdyHeadersFrame
-
- headers() - Method in interface io.netty.handler.codec.spdy.SpdyHeadersFrame
-
- 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() - Method in exception io.netty.handler.proxy.HttpProxyHandler.HttpProxyConnectException
-
Returns headers, if any.
- HEADERS_FRAME_HEADER_LENGTH - Static variable in class io.netty.handler.codec.http2.Http2CodecUtil
-
- HeadersBlockBuilder() - Constructor for class io.netty.handler.codec.http2.DefaultHttp2FrameReader.HeadersBlockBuilder
-
- headersConfiguration() - Method in class io.netty.handler.codec.http2.DefaultHttp2FrameReader
-
- headersConfiguration() - Method in class io.netty.handler.codec.http2.DefaultHttp2FrameWriter
-
- headersConfiguration() - Method in interface io.netty.handler.codec.http2.Http2FrameReader.Configuration
-
- headersConfiguration() - Method in interface io.netty.handler.codec.http2.Http2FrameWriter.Configuration
-
- headerSensitivityDetector() - Method in class io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
-
- headerSensitivityDetector(Http2HeadersEncoder.SensitivityDetector) - Method in class io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
-
- headerSensitivityDetector(Http2HeadersEncoder.SensitivityDetector) - Method in class io.netty.handler.codec.http2.Http2ConnectionHandlerBuilder
-
- headerSensitivityDetector() - Method in class io.netty.handler.codec.http2.Http2FrameCodecBuilder
-
- headerSensitivityDetector(Http2HeadersEncoder.SensitivityDetector) - Method in class io.netty.handler.codec.http2.Http2FrameCodecBuilder
-
- headerSensitivityDetector() - Method in class io.netty.handler.codec.http2.Http2MultiplexCodecBuilder
-
Deprecated.
- headerSensitivityDetector(Http2HeadersEncoder.SensitivityDetector) - Method in class io.netty.handler.codec.http2.Http2MultiplexCodecBuilder
-
Deprecated.
- headerSensitivityDetector(Http2HeadersEncoder.SensitivityDetector) - Method in class io.netty.handler.codec.http2.HttpToHttp2ConnectionHandlerBuilder
-
- headersFactory() - Static method in class io.netty.handler.codec.http.DefaultHttpHeadersFactory
-
- headersFactory - Variable in class io.netty.handler.codec.http.HttpObjectDecoder
-
- headerSize() - Method in class io.netty.handler.codec.http.HttpMessageDecoderResult
-
The decoded header size (in bytes), as controlled by maxHeaderSize
.
- headersReceived(boolean) - Method in interface io.netty.handler.codec.http2.Http2Stream
-
Indicates that headers have been received.
- headersSent(boolean) - Method in interface io.netty.handler.codec.http2.Http2Stream
-
Indicates that headers have been sent to the remote endpoint on this stream.
- headersSubFrameSize(StompHeadersSubframe) - Method in class io.netty.handler.codec.stomp.StompSubframeEncoder
-
Returns a heuristic size for headers (32 bytes per header line) + (2 bytes for colon and eol) + (additional
command buffer).
- HeadersUtils - Class in io.netty.handler.codec
-
Provides utility methods related to
Headers
.
- headerTableSize() - Method in class io.netty.handler.codec.http2.Http2Settings
-
Gets the SETTINGS_HEADER_TABLE_SIZE
value.
- headerTableSize(long) - Method in class io.netty.handler.codec.http2.Http2Settings
-
Sets the SETTINGS_HEADER_TABLE_SIZE
value.
- healthChecker() - Method in class io.netty.channel.pool.SimpleChannelPool
-
- heapArenas() - Method in class io.netty.buffer.PooledByteBufAllocator
-
- heapArenas() - Method in class io.netty.buffer.PooledByteBufAllocatorMetric
-
- 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
-
- heapBuffer(int) - Method in interface io.netty.buffer.ByteBufAllocator
-
Allocate a heap
ByteBuf
with the given initial capacity.
- heapBuffer(int, int) - Method in interface io.netty.buffer.ByteBufAllocator
-
Allocate a heap
ByteBuf
with the given initial capacity and the given
maximal capacity.
- heapBuffer() - Method in class io.netty.channel.PreferHeapByteBufAllocator
-
- heapBuffer(int) - Method in class io.netty.channel.PreferHeapByteBufAllocator
-
- heapBuffer(int, int) - Method in class io.netty.channel.PreferHeapByteBufAllocator
-
- heapBuffer() - Method in class io.netty.channel.unix.PreferredDirectByteBufAllocator
-
- heapBuffer(int) - Method in class io.netty.channel.unix.PreferredDirectByteBufAllocator
-
- heapBuffer(int, int) - Method in class io.netty.channel.unix.PreferredDirectByteBufAllocator
-
- HEART_BEAT - Static variable in interface io.netty.handler.codec.stomp.StompHeaders
-
- HELO - Static variable in class io.netty.handler.codec.smtp.SmtpCommand
-
- helo(CharSequence) - Static method in class io.netty.handler.codec.smtp.SmtpRequests
-
Creates a HELO
request.
- HELP - Static variable in class io.netty.handler.codec.smtp.SmtpCommand
-
- help(String) - Static method in class io.netty.handler.codec.smtp.SmtpRequests
-
Creates a HELP
request.
- 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.
- high() - Method in class io.netty.channel.WriteBufferWaterMark
-
Returns the high water mark for the write buffer.
- HIP - Static variable in class io.netty.handler.codec.dns.DnsRecordType
-
Host Identity Protocol record RFC 5205 Method of separating the end-point
identifier and locator roles of IP addresses.
- hits() - Method in class io.netty.handler.ssl.OpenSslSessionStats
-
Returns the number of successfully reused sessions.
- HMAC_KEY_SIZE - Static variable in class io.netty.handler.ssl.OpenSslSessionTicketKey
-
Size of session ticket key HMAC key
- hmacKey() - Method in class io.netty.handler.ssl.OpenSslSessionTicketKey
-
Get HMAC key.
- HOST - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
-
"host"
- HOST - Static variable in class io.netty.handler.codec.http.HttpHeaders.Names
-
Deprecated.
"Host"
- HOST - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderNames
-
"host"
- HOST - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Names
-
Deprecated.
"Host"
- host() - Method in class io.netty.handler.codec.socks.SocksCmdRequest
-
- host() - Method in class io.netty.handler.codec.socks.SocksCmdResponse
-
- 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.codec.dns.DefaultDnsPtrRecord
-
- hostname() - Method in interface io.netty.handler.codec.dns.DnsPtrRecord
-
Returns the hostname this PTR record resolves to.
- hostname() - Method in class io.netty.handler.ssl.SniCompletionEvent
-
Returns the SNI hostname send by the client if we were able to parse it, null
otherwise.
- hostname() - Method in class io.netty.handler.ssl.SniHandler
-
- HostsFileEntries - Class in io.netty.resolver
-
A container of hosts file entries.
- HostsFileEntries(Map<String, Inet4Address>, Map<String, Inet6Address>) - Constructor for class io.netty.resolver.HostsFileEntries
-
- HostsFileEntriesProvider - Class in io.netty.resolver
-
A container of hosts file entries
- HostsFileEntriesProvider.Parser - Interface in io.netty.resolver
-
- hostsFileEntriesResolver() - Method in class io.netty.resolver.dns.DnsNameResolver
-
Returns the component that tries to resolve hostnames against the hosts file prior to asking to
remotes DNS servers.
- hostsFileEntriesResolver(HostsFileEntriesResolver) - Method in class io.netty.resolver.dns.DnsNameResolverBuilder
-
- HostsFileEntriesResolver - Interface in io.netty.resolver
-
Resolves a hostname against the hosts file entries.
- HostsFileParser - Class in io.netty.resolver
-
A parser for hosts files.
- HT - Static variable in class io.netty.handler.codec.http.HttpConstants
-
Horizontal tab
- htmlQueryDecoding(boolean) - Method in class io.netty.handler.codec.http.QueryStringDecoder.Builder
-
RFC 3986 (the URI standard) makes no mention of using '+' to encode a space in a URI query component.
- HTTP - Static variable in class io.netty.handler.codec.http.HttpScheme
-
Scheme for non-secure HTTP connection.
- Http2ChannelClosedException() - Constructor for exception io.netty.handler.codec.http2.StreamBufferingEncoder.Http2ChannelClosedException
-
- Http2ChannelDuplexHandler - Class in io.netty.handler.codec.http2
-
- Http2ChannelDuplexHandler() - Constructor for class io.netty.handler.codec.http2.Http2ChannelDuplexHandler
-
- Http2ClientUpgradeCodec - Class in io.netty.handler.codec.http2
-
Client-side cleartext upgrade codec from HTTP to HTTP/2.
- Http2ClientUpgradeCodec(Http2FrameCodec, ChannelHandler) - Constructor for class io.netty.handler.codec.http2.Http2ClientUpgradeCodec
-
- Http2ClientUpgradeCodec(String, Http2FrameCodec, ChannelHandler) - Constructor for class io.netty.handler.codec.http2.Http2ClientUpgradeCodec
-
- Http2ClientUpgradeCodec(Http2ConnectionHandler) - Constructor for class io.netty.handler.codec.http2.Http2ClientUpgradeCodec
-
Creates the codec using a default name for the connection handler when adding to the
pipeline.
- Http2ClientUpgradeCodec(Http2ConnectionHandler, Http2MultiplexHandler) - Constructor for class io.netty.handler.codec.http2.Http2ClientUpgradeCodec
-
Creates the codec using a default name for the connection handler when adding to the
pipeline.
- Http2ClientUpgradeCodec(String, Http2ConnectionHandler) - Constructor for class io.netty.handler.codec.http2.Http2ClientUpgradeCodec
-
Creates the codec providing an upgrade to the given handler for HTTP/2.
- Http2ClientUpgradeCodec(String, Http2ConnectionHandler, Http2MultiplexHandler) - Constructor for class io.netty.handler.codec.http2.Http2ClientUpgradeCodec
-
Creates the codec providing an upgrade to the given handler for HTTP/2.
- Http2CodecUtil - Class in io.netty.handler.codec.http2
-
Constants and utility method used for encoding/decoding HTTP2 frames.
- Http2Connection - Interface in io.netty.handler.codec.http2
-
Manager for the state of an HTTP/2 connection with the remote end-point.
- Http2Connection.Endpoint<F extends Http2FlowController> - Interface in io.netty.handler.codec.http2
-
A view of the connection from one endpoint (local or remote).
- Http2Connection.Listener - Interface in io.netty.handler.codec.http2
-
Listener for life-cycle events for streams in this connection.
- Http2Connection.PropertyKey - Interface in io.netty.handler.codec.http2
-
A key to be used for associating application-defined properties with streams within this connection.
- Http2ConnectionAdapter - Class in io.netty.handler.codec.http2
-
- Http2ConnectionAdapter() - Constructor for class io.netty.handler.codec.http2.Http2ConnectionAdapter
-
- Http2ConnectionDecoder - Interface in io.netty.handler.codec.http2
-
- Http2ConnectionEncoder - Interface in io.netty.handler.codec.http2
-
Handler for outbound HTTP/2 traffic.
- Http2ConnectionHandler - Class in io.netty.handler.codec.http2
-
- Http2ConnectionHandler(Http2ConnectionDecoder, Http2ConnectionEncoder, Http2Settings) - Constructor for class io.netty.handler.codec.http2.Http2ConnectionHandler
-
- Http2ConnectionHandler(Http2ConnectionDecoder, Http2ConnectionEncoder, Http2Settings, boolean) - Constructor for class io.netty.handler.codec.http2.Http2ConnectionHandler
-
- Http2ConnectionHandler(Http2ConnectionDecoder, Http2ConnectionEncoder, Http2Settings, boolean, boolean) - Constructor for class io.netty.handler.codec.http2.Http2ConnectionHandler
-
- Http2ConnectionHandlerBuilder - Class in io.netty.handler.codec.http2
-
- Http2ConnectionHandlerBuilder() - Constructor for class io.netty.handler.codec.http2.Http2ConnectionHandlerBuilder
-
- Http2ConnectionPrefaceAndSettingsFrameWrittenEvent - Class in io.netty.handler.codec.http2
-
- Http2DataChunkedInput - Class in io.netty.handler.codec.http2
-
A
ChunkedInput
that fetches data chunk by chunk for use with HTTP/2 Data Frames.
- Http2DataChunkedInput(ChunkedInput<ByteBuf>, Http2FrameStream) - Constructor for class io.netty.handler.codec.http2.Http2DataChunkedInput
-
Creates a new instance using the specified input.
- Http2DataFrame - Interface in io.netty.handler.codec.http2
-
HTTP/2 DATA frame.
- Http2DataWriter - Interface in io.netty.handler.codec.http2
-
Interface that defines an object capable of producing HTTP/2 data frames.
- 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
-
- Http2EventAdapter() - Constructor for class io.netty.handler.codec.http2.Http2EventAdapter
-
- Http2Exception - Exception in io.netty.handler.codec.http2
-
Exception thrown when an HTTP/2 error was encountered.
- Http2Exception(Http2Error) - Constructor for exception io.netty.handler.codec.http2.Http2Exception
-
- Http2Exception(Http2Error, Http2Exception.ShutdownHint) - Constructor for exception io.netty.handler.codec.http2.Http2Exception
-
- Http2Exception(Http2Error, String) - Constructor for exception io.netty.handler.codec.http2.Http2Exception
-
- Http2Exception(Http2Error, String, Http2Exception.ShutdownHint) - Constructor for exception io.netty.handler.codec.http2.Http2Exception
-
- Http2Exception(Http2Error, String, Throwable) - Constructor for exception io.netty.handler.codec.http2.Http2Exception
-
- Http2Exception(Http2Error, String, Throwable, Http2Exception.ShutdownHint) - Constructor for exception io.netty.handler.codec.http2.Http2Exception
-
- Http2Exception.ClosedStreamCreationException - Exception in io.netty.handler.codec.http2
-
Used when a stream creation attempt fails but may be because the stream was previously closed.
- Http2Exception.CompositeStreamException - Exception in io.netty.handler.codec.http2
-
Provides the ability to handle multiple stream exceptions with one throw statement.
- Http2Exception.HeaderListSizeException - Exception in io.netty.handler.codec.http2
-
- Http2Exception.ShutdownHint - Enum in io.netty.handler.codec.http2
-
Provides a hint as to if shutdown is justified, what type of shutdown should be executed.
- Http2Exception.StreamException - Exception in io.netty.handler.codec.http2
-
Represents an exception that can be isolated to a single stream (as opposed to the entire connection).
- Http2Flags - Class in io.netty.handler.codec.http2
-
Provides utility methods for accessing specific flags as defined by the HTTP/2 spec.
- Http2Flags() - Constructor for class io.netty.handler.codec.http2.Http2Flags
-
- Http2Flags(short) - Constructor for class io.netty.handler.codec.http2.Http2Flags
-
- Http2FlowController - Interface in io.netty.handler.codec.http2
-
Base interface for all HTTP/2 flow controllers.
- Http2Frame - Interface in io.netty.handler.codec.http2
-
An HTTP/2 frame.
- Http2FrameAdapter - Class in io.netty.handler.codec.http2
-
Convenience class that provides no-op implementations for all methods of
Http2FrameListener
.
- Http2FrameAdapter() - Constructor for class io.netty.handler.codec.http2.Http2FrameAdapter
-
- Http2FrameCodec - Class in io.netty.handler.codec.http2
-
This API is very immature.
- Http2FrameCodec(Http2ConnectionEncoder, Http2ConnectionDecoder, Http2Settings, boolean, boolean) - Constructor for class io.netty.handler.codec.http2.Http2FrameCodec
-
- Http2FrameCodecBuilder - Class in io.netty.handler.codec.http2
-
- Http2FrameCodecBuilder() - Constructor for class io.netty.handler.codec.http2.Http2FrameCodecBuilder
-
Allows overriding behavior of existing builder.
- Http2FrameListener - Interface in io.netty.handler.codec.http2
-
An listener of HTTP/2 frames.
- Http2FrameListenerDecorator - Class in io.netty.handler.codec.http2
-
- Http2FrameListenerDecorator(Http2FrameListener) - Constructor for class io.netty.handler.codec.http2.Http2FrameListenerDecorator
-
- Http2FrameLogger - Class in io.netty.handler.codec.http2
-
Logs HTTP2 frames for debugging purposes.
- Http2FrameLogger(LogLevel) - Constructor for class io.netty.handler.codec.http2.Http2FrameLogger
-
- Http2FrameLogger(LogLevel, String) - Constructor for class io.netty.handler.codec.http2.Http2FrameLogger
-
- Http2FrameLogger(LogLevel, Class<?>) - Constructor for class io.netty.handler.codec.http2.Http2FrameLogger
-
- Http2FrameLogger.Direction - Enum in io.netty.handler.codec.http2
-
- Http2FrameReader - Interface in io.netty.handler.codec.http2
-
- Http2FrameReader.Configuration - Interface in io.netty.handler.codec.http2
-
- Http2FrameSizePolicy - Interface in io.netty.handler.codec.http2
-
- Http2FrameStream - Interface in io.netty.handler.codec.http2
-
A single stream within an HTTP/2 connection.
- Http2FrameStreamEvent - Class in io.netty.handler.codec.http2
-
- Http2FrameStreamEvent.Type - Enum in io.netty.handler.codec.http2
-
- Http2FrameStreamException - Exception in io.netty.handler.codec.http2
-
- Http2FrameStreamException(Http2FrameStream, Http2Error, Throwable) - Constructor for exception io.netty.handler.codec.http2.Http2FrameStreamException
-
- Http2FrameStreamVisitor - 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
-
- Http2GoAwayException(int, long, byte[]) - Constructor for exception io.netty.handler.codec.http2.StreamBufferingEncoder.Http2GoAwayException
-
- Http2GoAwayFrame - Interface in io.netty.handler.codec.http2
-
HTTP/2 GOAWAY frame.
- http2Headers() - Method in class io.netty.handler.codec.http2.DefaultHttp2PushPromiseFrame
-
- Http2Headers - Interface in io.netty.handler.codec.http2
-
A collection of headers sent or received via HTTP/2.
- http2Headers() - Method in interface io.netty.handler.codec.http2.Http2PushPromiseFrame
-
- Http2Headers.PseudoHeaderName - Enum in io.netty.handler.codec.http2
-
HTTP/2 pseudo-headers names.
- Http2HeadersDecoder - Interface in io.netty.handler.codec.http2
-
- Http2HeadersDecoder.Configuration - Interface in io.netty.handler.codec.http2
-
- Http2HeadersEncoder - Interface in io.netty.handler.codec.http2
-
- Http2HeadersEncoder.Configuration - Interface in io.netty.handler.codec.http2
-
- Http2HeadersEncoder.SensitivityDetector - Interface in io.netty.handler.codec.http2
-
Determine if a header name/value pair is treated as
sensitive.
- Http2HeadersFrame - Interface in io.netty.handler.codec.http2
-
HTTP/2 HEADERS frame.
- Http2InboundFrameLogger - Class in io.netty.handler.codec.http2
-
Decorator around a
Http2FrameReader
that logs all inbound frames before calling
back the listener.
- Http2InboundFrameLogger(Http2FrameReader, Http2FrameLogger) - Constructor for class io.netty.handler.codec.http2.Http2InboundFrameLogger
-
- Http2LifecycleManager - Interface in io.netty.handler.codec.http2
-
Manager for the life cycle of the HTTP/2 connection.
- Http2LocalFlowController - Interface in io.netty.handler.codec.http2
-
A
Http2FlowController
for controlling the inbound flow of
DATA
frames from the remote endpoint.
- Http2MultiplexActiveStreamsException - Exception in io.netty.handler.codec.http2
-
- Http2MultiplexActiveStreamsException(Throwable) - Constructor for exception io.netty.handler.codec.http2.Http2MultiplexActiveStreamsException
-
- Http2MultiplexCodec - Class in io.netty.handler.codec.http2
-
- Http2MultiplexCodecBuilder - Class in io.netty.handler.codec.http2
-
- Http2MultiplexHandler - Class in io.netty.handler.codec.http2
-
An HTTP/2 handler that creates child channels for each stream.
- Http2MultiplexHandler(ChannelHandler) - Constructor for class io.netty.handler.codec.http2.Http2MultiplexHandler
-
Creates a new instance
- Http2MultiplexHandler(ChannelHandler, ChannelHandler) - Constructor for class io.netty.handler.codec.http2.Http2MultiplexHandler
-
Creates a new instance
- Http2NoMoreStreamIdsException - Exception in io.netty.handler.codec.http2
-
This exception is thrown when there are no more stream IDs available for the current connection
- Http2NoMoreStreamIdsException() - Constructor for exception io.netty.handler.codec.http2.Http2NoMoreStreamIdsException
-
- Http2NoMoreStreamIdsException(Throwable) - Constructor for exception io.netty.handler.codec.http2.Http2NoMoreStreamIdsException
-
- Http2OutboundFrameLogger - Class in io.netty.handler.codec.http2
-
Decorator around a
Http2FrameWriter
that logs all outbound frames before calling the
writer.
- Http2OutboundFrameLogger(Http2FrameWriter, Http2FrameLogger) - Constructor for class io.netty.handler.codec.http2.Http2OutboundFrameLogger
-
- Http2PingFrame - Interface in io.netty.handler.codec.http2
-
HTTP/2 PING Frame.
- Http2PriorityFrame - Interface in io.netty.handler.codec.http2
-
HTTP/2 Priority Frame
- Http2PromisedRequestVerifier - Interface in io.netty.handler.codec.http2
-
Provides an extensibility point for users to define the validity of push requests.
- Http2PushPromiseFrame - Interface in io.netty.handler.codec.http2
-
HTTP/2 Push Promise Frame
- Http2RemoteFlowController - Interface in io.netty.handler.codec.http2
-
- Http2RemoteFlowController.FlowControlled - Interface in io.netty.handler.codec.http2
-
Implementations of this interface are used to progressively write chunks of the underlying
payload to the stream.
- Http2RemoteFlowController.Listener - Interface in io.netty.handler.codec.http2
-
Listener to the number of flow-controlled bytes written per stream.
- Http2ResetFrame - Interface in io.netty.handler.codec.http2
-
HTTP/2 RST_STREAM frame.
- Http2SecurityUtil - Class in io.netty.handler.codec.http2
-
Provides utilities related to security requirements specific to HTTP/2.
- Http2ServerUpgradeCodec - Class in io.netty.handler.codec.http2
-
Server-side codec for performing a cleartext upgrade from HTTP/1.x to HTTP/2.
- Http2ServerUpgradeCodec(Http2ConnectionHandler) - Constructor for class io.netty.handler.codec.http2.Http2ServerUpgradeCodec
-
Creates the codec using a default name for the connection handler when adding to the
pipeline.
- Http2ServerUpgradeCodec(Http2MultiplexCodec) - Constructor for class io.netty.handler.codec.http2.Http2ServerUpgradeCodec
-
Creates the codec using a default name for the connection handler when adding to the
pipeline.
- Http2ServerUpgradeCodec(String, Http2ConnectionHandler) - Constructor for class io.netty.handler.codec.http2.Http2ServerUpgradeCodec
-
Creates the codec providing an upgrade to the given handler for HTTP/2.
- Http2ServerUpgradeCodec(String, Http2MultiplexCodec) - Constructor for class io.netty.handler.codec.http2.Http2ServerUpgradeCodec
-
Creates the codec providing an upgrade to the given handler for HTTP/2.
- Http2ServerUpgradeCodec(Http2FrameCodec, ChannelHandler...) - Constructor for class io.netty.handler.codec.http2.Http2ServerUpgradeCodec
-
Creates the codec using a default name for the connection handler when adding to the
pipeline.
- 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
-
- Http2SettingsAckFrame - Interface in io.netty.handler.codec.http2
-
- Http2SettingsFrame - Interface in io.netty.handler.codec.http2
-
HTTP/2 SETTINGS frame.
- Http2SettingsReceivedConsumer - Interface in io.netty.handler.codec.http2
-
Provides a Consumer like interface to consume remote settings received but not yet ACKed.
- Http2Stream - Interface in io.netty.handler.codec.http2
-
A single stream within an HTTP2 connection.
- Http2Stream.State - Enum in io.netty.handler.codec.http2
-
The allowed states of an HTTP2 stream.
- Http2StreamChannel - Interface in io.netty.handler.codec.http2
-
- Http2StreamChannelBootstrap - Class in io.netty.handler.codec.http2
-
- Http2StreamChannelBootstrap(Channel) - Constructor for class io.netty.handler.codec.http2.Http2StreamChannelBootstrap
-
- Http2StreamChannelOption<T> - Class in io.netty.handler.codec.http2
-
- Http2StreamFrame - Interface in io.netty.handler.codec.http2
-
A frame whose meaning may apply to a particular stream, instead of the entire connection.
- Http2StreamFrameToHttpObjectCodec - Class in io.netty.handler.codec.http2
-
- Http2StreamFrameToHttpObjectCodec(boolean, boolean) - Constructor for class io.netty.handler.codec.http2.Http2StreamFrameToHttpObjectCodec
-
- Http2StreamFrameToHttpObjectCodec(boolean) - Constructor for class io.netty.handler.codec.http2.Http2StreamFrameToHttpObjectCodec
-
- Http2StreamVisitor - Interface in io.netty.handler.codec.http2
-
A visitor that allows iteration over a collection of streams.
- Http2UnknownFrame - Interface in io.netty.handler.codec.http2
-
- Http2WindowUpdateFrame - Interface in io.netty.handler.codec.http2
-
HTTP/2 WINDOW_UPDATE frame.
- HTTP_1_0 - Static variable in class io.netty.handler.codec.http.HttpVersion
-
HTTP/1.0
- HTTP_1_1 - Static variable in class io.netty.handler.codec.http.HttpVersion
-
HTTP/1.1
- HTTP_1_1 - Static variable in class io.netty.handler.ssl.ApplicationProtocolNames
-
"http/1.1"
: HTTP version 1.1
- HTTP_2 - Static variable in class io.netty.handler.ssl.ApplicationProtocolNames
-
"h2"
: HTTP version 2
- HTTP_UPGRADE_PROTOCOL_NAME - Static variable in class io.netty.handler.codec.http2.Http2CodecUtil
-
- HTTP_UPGRADE_SETTINGS_HEADER - Static variable in class io.netty.handler.codec.http2.Http2CodecUtil
-
- HTTP_UPGRADE_STREAM_ID - Static variable in class io.netty.handler.codec.http2.Http2CodecUtil
-
- HTTP_VERSION_NOT_SUPPORTED - Static variable in class io.netty.handler.codec.http.HttpResponseStatus
-
505 HTTP Version Not Supported
- 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
-
- 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
-
- HttpClientCodec(int, int, int, boolean, boolean, boolean) - Constructor for class io.netty.handler.codec.http.HttpClientCodec
-
- HttpClientCodec(int, int, int, boolean, boolean, int) - Constructor for class io.netty.handler.codec.http.HttpClientCodec
-
- HttpClientCodec(int, int, int, boolean, boolean, int, boolean) - Constructor for class io.netty.handler.codec.http.HttpClientCodec
-
- HttpClientCodec(int, int, int, boolean, boolean, int, boolean, boolean) - Constructor for class io.netty.handler.codec.http.HttpClientCodec
-
- HttpClientCodec(int, int, int, boolean, boolean, int, boolean, boolean, boolean) - Constructor for class io.netty.handler.codec.http.HttpClientCodec
-
- HttpClientCodec(HttpDecoderConfig, boolean, boolean) - Constructor for class io.netty.handler.codec.http.HttpClientCodec
-
Creates a new instance with the specified decoder options.
- HttpClientUpgradeHandler - Class in io.netty.handler.codec.http
-
Client-side handler for handling an HTTP upgrade handshake to another protocol.
- HttpClientUpgradeHandler(HttpClientUpgradeHandler.SourceCodec, HttpClientUpgradeHandler.UpgradeCodec, int) - Constructor for class io.netty.handler.codec.http.HttpClientUpgradeHandler
-
Constructs the client upgrade handler.
- HttpClientUpgradeHandler.SourceCodec - Interface in io.netty.handler.codec.http
-
The source codec that is used in the pipeline initially.
- HttpClientUpgradeHandler.UpgradeCodec - Interface in io.netty.handler.codec.http
-
A codec that the source can be upgraded to.
- HttpClientUpgradeHandler.UpgradeEvent - Enum in io.netty.handler.codec.http
-
User events that are fired to notify about upgrade status.
- HttpConstants - Class in io.netty.handler.codec.http
-
- HttpContent - Interface in io.netty.handler.codec.http
-
An HTTP chunk which is used for HTTP chunked transfer-encoding.
- HttpContentCompressor - Class in io.netty.handler.codec.http
-
Compresses an
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
-
- HttpContentCompressor(int) - Constructor for class io.netty.handler.codec.http.HttpContentCompressor
-
Deprecated.
- HttpContentCompressor(int, int, int) - Constructor for class io.netty.handler.codec.http.HttpContentCompressor
-
Deprecated.
- HttpContentCompressor(int, int, int, int) - Constructor for class io.netty.handler.codec.http.HttpContentCompressor
-
Deprecated.
- HttpContentCompressor(CompressionOptions...) - Constructor for class io.netty.handler.codec.http.HttpContentCompressor
-
- HttpContentCompressor(int, CompressionOptions...) - Constructor for class io.netty.handler.codec.http.HttpContentCompressor
-
- HttpContentDecoder - Class in io.netty.handler.codec.http
-
- HttpContentDecoder() - Constructor for class io.netty.handler.codec.http.HttpContentDecoder
-
- HttpContentDecompressor - Class in io.netty.handler.codec.http
-
- HttpContentDecompressor() - Constructor for class io.netty.handler.codec.http.HttpContentDecompressor
-
- HttpContentDecompressor(boolean) - Constructor for class io.netty.handler.codec.http.HttpContentDecompressor
-
- HttpContentEncoder - Class in io.netty.handler.codec.http
-
- HttpContentEncoder() - Constructor for class io.netty.handler.codec.http.HttpContentEncoder
-
- HttpContentEncoder.Result - Class in io.netty.handler.codec.http
-
- HttpConversionUtil - Class in io.netty.handler.codec.http2
-
Provides utility methods and constants for the HTTP/2 to HTTP conversion
- HttpConversionUtil.ExtensionHeaderNames - Enum in io.netty.handler.codec.http2
-
Provides the HTTP header extensions used to carry HTTP/2 information in HTTP objects
- HttpData - Interface in io.netty.handler.codec.http.multipart
-
Extended interface for InterfaceHttpData
- HttpDataFactory - Interface in io.netty.handler.codec.http.multipart
-
Interface to enable creation of InterfaceHttpData objects
- HttpDecoderConfig - Class in io.netty.handler.codec.http
-
A configuration object for specifying the behaviour of
HttpObjectDecoder
and its subclasses.
- HttpDecoderConfig() - Constructor for class io.netty.handler.codec.http.HttpDecoderConfig
-
- HttpExpectationFailedEvent - Class in io.netty.handler.codec.http
-
A user event designed to communicate that a expectation has failed and there should be no expectation that a
body will follow.
- HttpHeaderDateFormat - Class in io.netty.handler.codec.http
-
- HttpHeaderNames - Class in io.netty.handler.codec.http
-
Standard HTTP header names.
- HttpHeaders - Class in io.netty.handler.codec.http
-
Provides the constants for the standard HTTP header names and values and
commonly used utility methods that accesses an
HttpMessage
.
- HttpHeaders() - Constructor for class io.netty.handler.codec.http.HttpHeaders
-
- HttpHeaders.Names - Class in io.netty.handler.codec.http
-
- HttpHeaders.Values - Class in io.netty.handler.codec.http
-
- HttpHeadersFactory - Interface in io.netty.handler.codec.http
-
- HttpHeaderValidationUtil - Class in io.netty.handler.codec.http
-
Functions used to perform various validations of HTTP header names and values.
- HttpHeaderValues - Class in io.netty.handler.codec.http
-
Standard HTTP header values.
- HttpMessage - Interface in io.netty.handler.codec.http
-
- HttpMessageDecoderResult - Class in io.netty.handler.codec.http
-
- 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
-
- HttpObjectAggregator(int) - Constructor for class io.netty.handler.codec.http.HttpObjectAggregator
-
Creates a new instance.
- HttpObjectAggregator(int, boolean) - Constructor for class io.netty.handler.codec.http.HttpObjectAggregator
-
Creates a new instance.
- HttpObjectDecoder - Class in io.netty.handler.codec.http
-
- HttpObjectDecoder() - Constructor for class io.netty.handler.codec.http.HttpObjectDecoder
-
Creates a new instance with the default
maxInitialLineLength (4096)
, maxHeaderSize (8192)
, and
maxChunkSize (8192)
.
- HttpObjectDecoder(int, int, int, boolean) - Constructor for class io.netty.handler.codec.http.HttpObjectDecoder
-
- HttpObjectDecoder(int, int, int, boolean, boolean) - Constructor for class io.netty.handler.codec.http.HttpObjectDecoder
-
- HttpObjectDecoder(int, int, int, boolean, boolean, int) - Constructor for class io.netty.handler.codec.http.HttpObjectDecoder
-
- HttpObjectDecoder(int, int, int, boolean, boolean, int, boolean) - Constructor for class io.netty.handler.codec.http.HttpObjectDecoder
-
- HttpObjectDecoder(int, int, int, boolean, boolean, int, boolean, boolean) - Constructor for class io.netty.handler.codec.http.HttpObjectDecoder
-
- HttpObjectDecoder(HttpDecoderConfig) - Constructor for class io.netty.handler.codec.http.HttpObjectDecoder
-
Creates a new instance with the specified configuration.
- HttpObjectEncoder<H extends HttpMessage> - Class in io.netty.handler.codec.http
-
- HttpObjectEncoder() - Constructor for class io.netty.handler.codec.http.HttpObjectEncoder
-
- HTTPONLY - Static variable in class io.netty.handler.codec.http.cookie.CookieHeaderNames
-
- HttpPostMultipartRequestDecoder - Class in io.netty.handler.codec.http.multipart
-
This decoder will decode Body and can handle POST BODY.
- HttpPostMultipartRequestDecoder(HttpRequest) - Constructor for class io.netty.handler.codec.http.multipart.HttpPostMultipartRequestDecoder
-
- HttpPostMultipartRequestDecoder(HttpDataFactory, HttpRequest) - Constructor for class io.netty.handler.codec.http.multipart.HttpPostMultipartRequestDecoder
-
- HttpPostMultipartRequestDecoder(HttpDataFactory, HttpRequest, Charset) - Constructor for class io.netty.handler.codec.http.multipart.HttpPostMultipartRequestDecoder
-
- HttpPostMultipartRequestDecoder(HttpDataFactory, HttpRequest, Charset, int, int) - Constructor for class io.netty.handler.codec.http.multipart.HttpPostMultipartRequestDecoder
-
- HttpPostRequestDecoder - Class in io.netty.handler.codec.http.multipart
-
This decoder will decode Body and can handle POST BODY.
- HttpPostRequestDecoder(HttpRequest) - Constructor for class io.netty.handler.codec.http.multipart.HttpPostRequestDecoder
-
- HttpPostRequestDecoder(HttpRequest, int, int) - Constructor for class io.netty.handler.codec.http.multipart.HttpPostRequestDecoder
-
- HttpPostRequestDecoder(HttpDataFactory, HttpRequest) - Constructor for class io.netty.handler.codec.http.multipart.HttpPostRequestDecoder
-
- HttpPostRequestDecoder(HttpDataFactory, HttpRequest, Charset) - Constructor for class io.netty.handler.codec.http.multipart.HttpPostRequestDecoder
-
- HttpPostRequestDecoder(HttpDataFactory, HttpRequest, Charset, int, int) - Constructor for class io.netty.handler.codec.http.multipart.HttpPostRequestDecoder
-
- HttpPostRequestDecoder.EndOfDataDecoderException - Exception in io.netty.handler.codec.http.multipart
-
Exception when the body is fully decoded, even if there is still data
- HttpPostRequestDecoder.ErrorDataDecoderException - Exception in io.netty.handler.codec.http.multipart
-
Exception when an error occurs while decoding
- HttpPostRequestDecoder.MultiPartStatus - Enum in io.netty.handler.codec.http.multipart
-
states follow NOTSTARTED PREAMBLE ( (HEADERDELIMITER DISPOSITION (FIELD |
FILEUPLOAD))* (HEADERDELIMITER DISPOSITION MIXEDPREAMBLE (MIXEDDELIMITER
MIXEDDISPOSITION MIXEDFILEUPLOAD)+ MIXEDCLOSEDELIMITER)* CLOSEDELIMITER)+
EPILOGUE
First getStatus is: NOSTARTED
Content-type: multipart/form-data, boundary=AaB03x => PREAMBLE in Header
--AaB03x => HEADERDELIMITER content-disposition: form-data; name="field1"
=> DISPOSITION
Joe Blow => FIELD --AaB03x => HEADERDELIMITER content-disposition:
form-data; name="pics" => DISPOSITION Content-type: multipart/mixed,
boundary=BbC04y
--BbC04y => MIXEDDELIMITER Content-disposition: attachment;
filename="file1.txt" => MIXEDDISPOSITION Content-Type: text/plain
... contents of file1.txt ... => 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.TooLongFormFieldException - Exception in io.netty.handler.codec.http.multipart
-
Exception when a field content is too long
- HttpPostRequestDecoder.TooManyFormFieldsException - Exception in io.netty.handler.codec.http.multipart
-
Exception when the maximum number of fields for a given form is reached
- HttpPostRequestEncoder - Class in io.netty.handler.codec.http.multipart
-
This encoder will help to encode Request for a FORM as POST.
- HttpPostRequestEncoder(HttpRequest, boolean) - Constructor for class io.netty.handler.codec.http.multipart.HttpPostRequestEncoder
-
- HttpPostRequestEncoder(HttpDataFactory, HttpRequest, boolean) - Constructor for class io.netty.handler.codec.http.multipart.HttpPostRequestEncoder
-
- HttpPostRequestEncoder(HttpDataFactory, HttpRequest, boolean, Charset, HttpPostRequestEncoder.EncoderMode) - Constructor for class io.netty.handler.codec.http.multipart.HttpPostRequestEncoder
-
- HttpPostRequestEncoder.EncoderMode - Enum in io.netty.handler.codec.http.multipart
-
Different modes to use to encode form data.
- HttpPostRequestEncoder.ErrorDataEncoderException - Exception in io.netty.handler.codec.http.multipart
-
Exception when an error occurs while encoding
- HttpPostStandardRequestDecoder - Class in io.netty.handler.codec.http.multipart
-
This decoder will decode Body and can handle POST BODY.
- HttpPostStandardRequestDecoder(HttpRequest) - Constructor for class io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder
-
- HttpPostStandardRequestDecoder(HttpDataFactory, HttpRequest) - Constructor for class io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder
-
- HttpPostStandardRequestDecoder(HttpDataFactory, HttpRequest, Charset) - Constructor for class io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder
-
- HttpPostStandardRequestDecoder(HttpDataFactory, HttpRequest, Charset, int, int) - Constructor for class io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder
-
- HttpProxyConnectException(String, HttpHeaders) - Constructor for exception io.netty.handler.proxy.HttpProxyHandler.HttpProxyConnectException
-
- HttpProxyHandler - Class in io.netty.handler.proxy
-
Handler that establishes a blind forwarding proxy tunnel using
HTTP/1.1 CONNECT request.
- HttpProxyHandler(SocketAddress) - Constructor for class io.netty.handler.proxy.HttpProxyHandler
-
- HttpProxyHandler(SocketAddress, HttpHeaders) - Constructor for class io.netty.handler.proxy.HttpProxyHandler
-
- HttpProxyHandler(SocketAddress, HttpHeaders, boolean) - Constructor for class io.netty.handler.proxy.HttpProxyHandler
-
- HttpProxyHandler(SocketAddress, String, String) - Constructor for class io.netty.handler.proxy.HttpProxyHandler
-
- HttpProxyHandler(SocketAddress, String, String, HttpHeaders) - Constructor for class io.netty.handler.proxy.HttpProxyHandler
-
- HttpProxyHandler(SocketAddress, String, String, HttpHeaders, boolean) - Constructor for class io.netty.handler.proxy.HttpProxyHandler
-
- HttpProxyHandler.HttpProxyConnectException - Exception in io.netty.handler.proxy
-
Specific case of a connection failure, which may include headers from the proxy.
- HttpRequest - Interface in io.netty.handler.codec.http
-
An HTTP request.
- HttpRequestDecoder - Class in io.netty.handler.codec.http
-
- HttpRequestDecoder() - Constructor for class io.netty.handler.codec.http.HttpRequestDecoder
-
Creates a new instance with the default
maxInitialLineLength (4096)
, maxHeaderSize (8192)
, and
maxChunkSize (8192)
.
- HttpRequestDecoder(int, int, int) - Constructor for class io.netty.handler.codec.http.HttpRequestDecoder
-
Creates a new instance with the specified parameters.
- HttpRequestDecoder(int, int, int, boolean) - Constructor for class io.netty.handler.codec.http.HttpRequestDecoder
-
- HttpRequestDecoder(int, int, int, boolean, int) - Constructor for class io.netty.handler.codec.http.HttpRequestDecoder
-
- HttpRequestDecoder(int, int, int, boolean, int, boolean) - Constructor for class io.netty.handler.codec.http.HttpRequestDecoder
-
- HttpRequestDecoder(int, int, int, boolean, int, boolean, boolean) - Constructor for class io.netty.handler.codec.http.HttpRequestDecoder
-
- HttpRequestDecoder(HttpDecoderConfig) - Constructor for class io.netty.handler.codec.http.HttpRequestDecoder
-
Creates a new instance with the specified configuration.
- HttpRequestEncoder - Class in io.netty.handler.codec.http
-
- HttpRequestEncoder() - Constructor for class io.netty.handler.codec.http.HttpRequestEncoder
-
- HttpResponse - Interface in io.netty.handler.codec.http
-
An HTTP response.
- HttpResponseDecoder - Class in io.netty.handler.codec.http
-
- HttpResponseDecoder() - Constructor for class io.netty.handler.codec.http.HttpResponseDecoder
-
Creates a new instance with the default
maxInitialLineLength (4096)
, maxHeaderSize (8192)
, and
maxChunkSize (8192)
.
- HttpResponseDecoder(int, int, int) - Constructor for class io.netty.handler.codec.http.HttpResponseDecoder
-
Creates a new instance with the specified parameters.
- HttpResponseDecoder(int, int, int, boolean) - Constructor for class io.netty.handler.codec.http.HttpResponseDecoder
-
- HttpResponseDecoder(int, int, int, boolean, int) - Constructor for class io.netty.handler.codec.http.HttpResponseDecoder
-
- HttpResponseDecoder(int, int, int, boolean, int, boolean) - Constructor for class io.netty.handler.codec.http.HttpResponseDecoder
-
- HttpResponseDecoder(int, int, int, boolean, int, boolean, boolean) - Constructor for class io.netty.handler.codec.http.HttpResponseDecoder
-
- HttpResponseDecoder(HttpDecoderConfig) - Constructor for class io.netty.handler.codec.http.HttpResponseDecoder
-
Creates a new instance with the specified configuration.
- HttpResponseEncoder - Class in io.netty.handler.codec.http
-
- HttpResponseEncoder() - Constructor for class io.netty.handler.codec.http.HttpResponseEncoder
-
- HttpResponseStatus - Class in io.netty.handler.codec.http
-
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
.
- HTTPS - Static variable in class io.netty.handler.codec.dns.DnsRecordType
-
Service Binding and Parameter Specification via the DNS (SVCB and HTTPS Resource Records).
- HTTPS - Static variable in class io.netty.handler.codec.http.HttpScheme
-
Scheme for secure HTTP connection.
- HttpScheme - Class in io.netty.handler.codec.http
-
Defines the common schemes used for the HTTP protocol as defined by
rfc7230.
- httpScheme(HttpScheme) - Method in class io.netty.handler.codec.http2.HttpToHttp2ConnectionHandlerBuilder
-
- HttpServerCodec - Class in io.netty.handler.codec.http
-
- 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
-
- HttpServerCodec(int, int, int, boolean, int) - Constructor for class io.netty.handler.codec.http.HttpServerCodec
-
- HttpServerCodec(int, int, int, boolean, int, boolean) - Constructor for class io.netty.handler.codec.http.HttpServerCodec
-
- HttpServerCodec(int, int, int, boolean, int, boolean, boolean) - Constructor for class io.netty.handler.codec.http.HttpServerCodec
-
- HttpServerCodec(HttpDecoderConfig) - Constructor for class io.netty.handler.codec.http.HttpServerCodec
-
Creates a new instance with the specified decoder configuration.
- HttpServerExpectContinueHandler - Class in io.netty.handler.codec.http
-
- HttpServerExpectContinueHandler() - Constructor for class io.netty.handler.codec.http.HttpServerExpectContinueHandler
-
- HttpServerKeepAliveHandler - Class in io.netty.handler.codec.http
-
HttpServerKeepAliveHandler helps close persistent connections when appropriate.
- HttpServerKeepAliveHandler() - Constructor for class io.netty.handler.codec.http.HttpServerKeepAliveHandler
-
- HttpServerUpgradeHandler - Class in io.netty.handler.codec.http
-
A server-side handler that receives HTTP requests and optionally performs a protocol switch if
the requested protocol is supported.
- HttpServerUpgradeHandler(HttpServerUpgradeHandler.SourceCodec, HttpServerUpgradeHandler.UpgradeCodecFactory) - Constructor for class io.netty.handler.codec.http.HttpServerUpgradeHandler
-
Constructs the upgrader with the supported codecs.
- HttpServerUpgradeHandler(HttpServerUpgradeHandler.SourceCodec, HttpServerUpgradeHandler.UpgradeCodecFactory, int) - Constructor for class io.netty.handler.codec.http.HttpServerUpgradeHandler
-
Constructs the upgrader with the supported codecs.
- HttpServerUpgradeHandler(HttpServerUpgradeHandler.SourceCodec, HttpServerUpgradeHandler.UpgradeCodecFactory, int, boolean) - Constructor for class io.netty.handler.codec.http.HttpServerUpgradeHandler
-
Constructs the upgrader with the supported codecs.
- HttpServerUpgradeHandler(HttpServerUpgradeHandler.SourceCodec, HttpServerUpgradeHandler.UpgradeCodecFactory, int, HttpHeadersFactory, HttpHeadersFactory) - Constructor for class io.netty.handler.codec.http.HttpServerUpgradeHandler
-
Constructs the upgrader with the supported codecs.
- HttpServerUpgradeHandler.SourceCodec - Interface in io.netty.handler.codec.http
-
The source codec that is used in the pipeline initially.
- HttpServerUpgradeHandler.UpgradeCodec - Interface in io.netty.handler.codec.http
-
A codec that the source can be upgraded to.
- HttpServerUpgradeHandler.UpgradeCodecFactory - Interface in io.netty.handler.codec.http
-
- HttpServerUpgradeHandler.UpgradeEvent - Class in io.netty.handler.codec.http
-
User event that is fired to notify about the completion of an HTTP upgrade
to another protocol.
- HttpStatusClass - Enum in io.netty.handler.codec.http
-
The class of HTTP status.
- HttpToHttp2ConnectionHandler - Class in io.netty.handler.codec.http2
-
Translates HTTP/1.x object writes into HTTP/2 frames.
- HttpToHttp2ConnectionHandler(Http2ConnectionDecoder, Http2ConnectionEncoder, Http2Settings, boolean) - Constructor for class io.netty.handler.codec.http2.HttpToHttp2ConnectionHandler
-
- HttpToHttp2ConnectionHandler(Http2ConnectionDecoder, Http2ConnectionEncoder, Http2Settings, boolean, boolean) - Constructor for class io.netty.handler.codec.http2.HttpToHttp2ConnectionHandler
-
- HttpToHttp2ConnectionHandler(Http2ConnectionDecoder, Http2ConnectionEncoder, Http2Settings, boolean, boolean, HttpScheme) - Constructor for class io.netty.handler.codec.http2.HttpToHttp2ConnectionHandler
-
- HttpToHttp2ConnectionHandler(Http2ConnectionDecoder, Http2ConnectionEncoder, Http2Settings, boolean, boolean, boolean, HttpScheme) - Constructor for class io.netty.handler.codec.http2.HttpToHttp2ConnectionHandler
-
- HttpToHttp2ConnectionHandlerBuilder - Class in io.netty.handler.codec.http2
-
- HttpToHttp2ConnectionHandlerBuilder() - Constructor for class io.netty.handler.codec.http2.HttpToHttp2ConnectionHandlerBuilder
-
- HttpUtil - Class in io.netty.handler.codec.http
-
Utility methods useful in the HTTP context.
- HttpVersion - Class in io.netty.handler.codec.http
-
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.
- id() - Method in class io.netty.channel.AbstractChannel
-
- id() - Method in interface io.netty.channel.Channel
-
Returns the globally unique identifier of this
Channel
.
- id() - Method in class io.netty.channel.local.LocalAddress
-
Returns the ID of this address.
- id() - Method in class io.netty.handler.codec.dns.AbstractDnsMessage
-
- id() - Method in interface io.netty.handler.codec.dns.DnsMessage
-
Returns the ID
of this DNS message.
- id() - Method in interface io.netty.handler.codec.http2.Http2FrameStream
-
Returns the stream identifier.
- id() - Method in interface io.netty.handler.codec.http2.Http2Stream
-
Gets the unique identifier for this stream within the connection.
- id() - Method in class io.netty.handler.codec.spdy.DefaultSpdyPingFrame
-
- id() - Method in interface io.netty.handler.codec.spdy.SpdyPingFrame
-
Returns the ID of this frame.
- ID - 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.concurrent.ThreadProperties
-
- id() - Method in interface io.netty.util.Constant
-
Returns the unique number assigned to this
Constant
.
- id() - Method in error io.netty.util.Signal
-
- idAndPropertiesVariableHeader() - Method in class io.netty.handler.codec.mqtt.MqttSubAckMessage
-
- idAndPropertiesVariableHeader() - Method in class io.netty.handler.codec.mqtt.MqttSubscribeMessage
-
- idAndPropertiesVariableHeader() - Method in class io.netty.handler.codec.mqtt.MqttUnsubAckMessage
-
- idAndPropertiesVariableHeader() - Method in class io.netty.handler.codec.mqtt.MqttUnsubscribeMessage
-
- 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
-
- identify(ClassLoader) - Static method in class io.netty.util.Version
-
Retrieves the version information of Netty artifacts using the specified
ClassLoader
.
- IDENTITY - Static variable in class io.netty.handler.codec.http.HttpHeaders.Values
-
Deprecated.
"identity"
- IDENTITY - Static variable in class io.netty.handler.codec.http.HttpHeaderValues
-
"identity"
- IDENTITY - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Values
-
Deprecated.
"identity"
- IDENTITY - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderValues
-
"identity"
- IdentityCipherSuiteFilter - Class in io.netty.handler.ssl
-
This class will not do any filtering of ciphers suites.
- IdleState - Enum in io.netty.handler.timeout
-
- IdleStateEvent - Class in io.netty.handler.timeout
-
- IdleStateEvent(IdleState, boolean) - Constructor for class io.netty.handler.timeout.IdleStateEvent
-
Constructor for sub-classes.
- IdleStateHandler - Class in io.netty.handler.timeout
-
- IdleStateHandler(int, int, int) - Constructor for class io.netty.handler.timeout.IdleStateHandler
-
- IdleStateHandler(long, long, long, TimeUnit) - Constructor for class io.netty.handler.timeout.IdleStateHandler
-
- IdleStateHandler(boolean, long, long, long, TimeUnit) - Constructor for class io.netty.handler.timeout.IdleStateHandler
-
- 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.http.HttpHeaders.Names
-
Deprecated.
"If-Match"
- IF_MATCH - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderNames
-
"if-match"
- IF_MATCH - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Names
-
Deprecated.
"If-Match"
- IF_MODIFIED_SINCE - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
-
"if-modified-since"
- IF_MODIFIED_SINCE - Static variable in class io.netty.handler.codec.http.HttpHeaders.Names
-
Deprecated.
"If-Modified-Since"
- IF_MODIFIED_SINCE - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderNames
-
"if-modified-since"
- IF_MODIFIED_SINCE - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Names
-
Deprecated.
"If-Modified-Since"
- IF_NONE_MATCH - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
-
"if-none-match"
- IF_NONE_MATCH - Static variable in class io.netty.handler.codec.http.HttpHeaders.Names
-
Deprecated.
"If-None-Match"
- IF_RANGE - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
-
"if-range"
- IF_RANGE - Static variable in class io.netty.handler.codec.http.HttpHeaders.Names
-
Deprecated.
"If-Range"
- IF_UNMODIFIED_SINCE - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
-
"if-unmodified-since"
- IF_UNMODIFIED_SINCE - Static variable in class io.netty.handler.codec.http.HttpHeaders.Names
-
Deprecated.
"If-Unmodified-Since"
- ignoreContentAfterContinueResponse(Object) - Method in class io.netty.handler.codec.http.HttpObjectAggregator
-
- ignoreContentAfterContinueResponse(Object) - Method in class io.netty.handler.codec.http.websocketx.WebSocketFrameAggregator
-
- ignoreContentAfterContinueResponse(Object) - Method in class io.netty.handler.codec.memcache.AbstractMemcacheObjectAggregator
-
- ignoreContentAfterContinueResponse(Object) - Method in class io.netty.handler.codec.MessageAggregator
-
Determine if all objects for the current request/response should be ignored or not.
- ignoreContentAfterContinueResponse(Object) - Method in class io.netty.handler.codec.redis.RedisBulkStringAggregator
-
- ignoreContentAfterContinueResponse(Object) - Method in class io.netty.handler.codec.stomp.StompSubframeAggregator
-
- IllegalReferenceCountException - Exception in io.netty.util
-
- IllegalReferenceCountException() - Constructor for exception io.netty.util.IllegalReferenceCountException
-
- IllegalReferenceCountException(int) - Constructor for exception io.netty.util.IllegalReferenceCountException
-
- IllegalReferenceCountException(int, int) - Constructor for exception io.netty.util.IllegalReferenceCountException
-
- IllegalReferenceCountException(String) - Constructor for exception io.netty.util.IllegalReferenceCountException
-
- IllegalReferenceCountException(String, Throwable) - Constructor for exception io.netty.util.IllegalReferenceCountException
-
- IllegalReferenceCountException(Throwable) - Constructor for exception io.netty.util.IllegalReferenceCountException
-
- ImmediateEventExecutor - Class in io.netty.util.concurrent
-
Executes
Runnable
objects in the caller's thread.
- ImmediateExecutor - Class in io.netty.util.concurrent
-
Executor
which execute tasks in the callers thread.
- inboundHandler() - Method in class io.netty.channel.CombinedChannelDuplexHandler
-
- InboundHttp2ToHttpAdapter - Class in io.netty.handler.codec.http2
-
- InboundHttp2ToHttpAdapter(Http2Connection, int, boolean, boolean) - Constructor for class io.netty.handler.codec.http2.InboundHttp2ToHttpAdapter
-
- InboundHttp2ToHttpAdapterBuilder - Class in io.netty.handler.codec.http2
-
- InboundHttp2ToHttpAdapterBuilder(Http2Connection) - Constructor for class io.netty.handler.codec.http2.InboundHttp2ToHttpAdapterBuilder
-
- InboundHttpToHttp2Adapter - Class in io.netty.handler.codec.http2
-
Translates HTTP/1.x object reads into HTTP/2 frames.
- InboundHttpToHttp2Adapter(Http2Connection, Http2FrameListener) - Constructor for class io.netty.handler.codec.http2.InboundHttpToHttp2Adapter
-
- inboundMessages() - Method in class io.netty.channel.embedded.EmbeddedChannel
-
- incMessagesRead(int) - Method in class io.netty.channel.DefaultMaxMessagesRecvByteBufAllocator.MaxMessageHandle
-
- incMessagesRead(int) - Method in class io.netty.channel.RecvByteBufAllocator.DelegatingHandle
-
- incMessagesRead(int) - Method in interface io.netty.channel.RecvByteBufAllocator.Handle
-
Deprecated.
Increment the number of messages that have been read for the current read loop.
- incompleteWrite(boolean) - Method in class io.netty.channel.nio.AbstractNioByteChannel
-
- increaseWriteCounter(long) - Method in class io.netty.channel.ChannelFlushPromiseNotifier
-
Increase the current write counter by the given delta
- INCREMENT - Static variable in class io.netty.handler.codec.memcache.binary.BinaryMemcacheOpcodes
-
- increment() - Method in interface io.netty.util.internal.LongCounter
-
- incrementAndGetNextStreamId() - Method in interface io.netty.handler.codec.http2.Http2Connection.Endpoint
-
Increment and get the next generated stream id this endpoint.
- incrementPendingOutboundBytes(long) - Method in class io.netty.channel.DefaultChannelPipeline
-
- INCREMENTQ - Static variable in class io.netty.handler.codec.memcache.binary.BinaryMemcacheOpcodes
-
- incrementWindowSize(Http2Stream, int) - Method in class io.netty.handler.codec.http2.DefaultHttp2LocalFlowController
-
- incrementWindowSize(Http2Stream, int) - Method in class io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController
-
- incrementWindowSize(Http2Stream, int) - Method in interface io.netty.handler.codec.http2.Http2FlowController
-
Increments the size of the stream's flow control window by the given delta.
- INDEX_NOT_FOUND - Static variable in class io.netty.util.AsciiString
-
- INDEX_NOT_IN_QUEUE - Static variable in interface io.netty.util.internal.PriorityQueueNode
-
- indexedVariable(int) - Method in class io.netty.util.internal.InternalThreadLocalMap
-
- IndexNotOfProcessor(byte) - Constructor for class io.netty.util.ByteProcessor.IndexNotOfProcessor
-
- indexOf(int, int, byte) - Method in class io.netty.buffer.AbstractByteBuf
-
- indexOf(int, int, byte) - Method in class io.netty.buffer.ByteBuf
-
Locates the first occurrence of the specified value
in this
buffer.
- indexOf(ByteBuf, ByteBuf) - Static method in class io.netty.buffer.ByteBufUtil
-
Returns the reader index of needle in haystack, or -1 if needle is not in haystack.
- indexOf(ByteBuf, int, int, byte) - Static method in class io.netty.buffer.ByteBufUtil
-
- indexOf(int, int, byte) - Method in class io.netty.buffer.EmptyByteBuf
-
- indexOf(int, int, byte) - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- indexOf(CharSequence) - Method in class io.netty.util.AsciiString
-
Searches in this string for the first index of the specified string.
- indexOf(CharSequence, int) - Method in class io.netty.util.AsciiString
-
Searches in this string for the index of the specified string.
- indexOf(char, int) - Method in class io.netty.util.AsciiString
-
Searches in this string for the index of the specified char ch
.
- indexOf(CharSequence, char, int) - Static method in class io.netty.util.AsciiString
-
Finds the first index in the CharSequence
that matches the
specified character.
- indexOfIgnoreCase(CharSequence, CharSequence, int) - Static method in class io.netty.util.AsciiString
-
Case in-sensitive find of the first index within a CharSequence
from the specified position.
- indexOfIgnoreCaseAscii(CharSequence, CharSequence, int) - Static method in class io.netty.util.AsciiString
-
Case in-sensitive find of the first index within a CharSequence
from the specified position.
- indexOfNonWhiteSpace(CharSequence, int) - Static method in class io.netty.util.internal.StringUtil
-
Find the index of the first non-white space character in s
starting at offset
.
- IndexOfProcessor(byte) - Constructor for class io.netty.util.ByteProcessor.IndexOfProcessor
-
- indexOfWhiteSpace(CharSequence, int) - Static method in class io.netty.util.internal.StringUtil
-
Find the index of the first white space character in s
starting at offset
.
- inet4Entries() - Method in class io.netty.resolver.HostsFileEntries
-
The IPv4 entries
- inet6Entries() - Method in class io.netty.resolver.HostsFileEntries
-
The IPv6 entries
- InetNameResolver - Class in io.netty.resolver
-
- InetNameResolver(EventExecutor) - Constructor for class io.netty.resolver.InetNameResolver
-
- InetSocketAddressResolver - Class in io.netty.resolver
-
- InetSocketAddressResolver(EventExecutor, NameResolver<InetAddress>) - Constructor for class io.netty.resolver.InetSocketAddressResolver
-
- 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
-
- inEventLoop() - Method in class io.netty.util.concurrent.UnorderedThreadPoolEventExecutor
-
- inEventLoop(Thread) - Method in class io.netty.util.concurrent.UnorderedThreadPoolEventExecutor
-
- info(Throwable) - Method in class io.netty.util.internal.logging.AbstractInternalLogger
-
- info(String) - Method in interface io.netty.util.internal.logging.InternalLogger
-
Log a message at the INFO level.
- info(String, Object) - Method in interface io.netty.util.internal.logging.InternalLogger
-
Log a message at the INFO level according to the specified format
and argument.
- info(String, Object, Object) - Method in interface io.netty.util.internal.logging.InternalLogger
-
Log a message at the INFO level according to the specified format
and arguments.
- info(String, Object...) - Method in interface io.netty.util.internal.logging.InternalLogger
-
Log a message at the INFO level according to the specified format
and arguments.
- info(String, Throwable) - Method in interface io.netty.util.internal.logging.InternalLogger
-
Log an exception (throwable) at the INFO level with an
accompanying message.
- info(Throwable) - Method in interface io.netty.util.internal.logging.InternalLogger
-
Log an exception (throwable) at the INFO level.
- informReadOperation(ChannelHandlerContext, long) - Method in class io.netty.handler.traffic.GlobalChannelTrafficShapingHandler
-
- init(I, O) - Method in class io.netty.channel.CombinedChannelDuplexHandler
-
Initialized this handler with the specified handlers.
- 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.
- initCookie(String, int, int, int, int) - Method in class io.netty.handler.codec.http.cookie.CookieDecoder
-
- initEngine(SSLEngine) - Method in class io.netty.handler.ssl.DelegatingSslContext
-
- initHandler(SslHandler) - Method in class io.netty.handler.ssl.DelegatingSslContext
-
- initialFlowControlledBytes() - Method in class io.netty.handler.codec.http2.DefaultHttp2DataFrame
-
- initialFlowControlledBytes() - Method in interface io.netty.handler.codec.http2.Http2DataFrame
-
Returns the number of bytes that are flow-controlled initially, so even if the
Http2DataFrame.content()
is consumed
this will not change.
- initialHuffmanDecodeCapacity(int) - Method in class io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
-
- initialHuffmanDecodeCapacity(int) - Method in class io.netty.handler.codec.http2.Http2ConnectionHandlerBuilder
-
Deprecated.
- initialHuffmanDecodeCapacity(int) - Method in class io.netty.handler.codec.http2.Http2FrameCodecBuilder
-
Deprecated.
- initialHuffmanDecodeCapacity(int) - Method in class io.netty.handler.codec.http2.Http2MultiplexCodecBuilder
-
Deprecated.
- initialHuffmanDecodeCapacity(int) - Method in class io.netty.handler.codec.http2.HttpToHttp2ConnectionHandlerBuilder
-
Deprecated.
- initialize() - Static method in class io.netty.channel.unix.Socket
-
- initialLineLength() - Method in class io.netty.handler.codec.http.HttpMessageDecoderResult
-
The decoded initial line length (in bytes), as controlled by maxInitialLineLength
.
- initialNanoTime() - Static method in class io.netty.util.concurrent.AbstractScheduledEventExecutor
-
The initial value used for delay and computations based upon a monatomic time source.
- initialSettings() - Method in class io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
-
Sets the
Http2Settings
to use for the initial connection settings exchange.
- initialSettings(Http2Settings) - Method in class io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
-
Sets the
Http2Settings
to use for the initial connection settings exchange.
- initialSettings(Http2Settings) - Method in class io.netty.handler.codec.http2.Http2ConnectionHandlerBuilder
-
- initialSettings() - Method in class io.netty.handler.codec.http2.Http2ConnectionHandlerBuilder
-
- initialSettings() - Method in class io.netty.handler.codec.http2.Http2FrameCodecBuilder
-
- initialSettings(Http2Settings) - Method in class io.netty.handler.codec.http2.Http2FrameCodecBuilder
-
- initialSettings() - Method in class io.netty.handler.codec.http2.Http2MultiplexCodecBuilder
-
Deprecated.
- initialSettings(Http2Settings) - Method in class io.netty.handler.codec.http2.Http2MultiplexCodecBuilder
-
Deprecated.
- initialSettings(Http2Settings) - Method in class io.netty.handler.codec.http2.HttpToHttp2ConnectionHandlerBuilder
-
- initialValue() - Method in class io.netty.util.concurrent.FastThreadLocal
-
Returns the initial value for this thread-local variable.
- initialValue() - Method in class io.netty.util.internal.ReferenceCountUpdater
-
- initialWindowSize(int) - Method in class io.netty.handler.codec.http2.DefaultHttp2LocalFlowController
-
- initialWindowSize() - Method in class io.netty.handler.codec.http2.DefaultHttp2LocalFlowController
-
- initialWindowSize(Http2Stream) - Method in class io.netty.handler.codec.http2.DefaultHttp2LocalFlowController
-
- initialWindowSize(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 connection-wide initial flow control window and updates all stream windows (but not the connection
stream window) by the delta.
- initialWindowSize() - Method in interface io.netty.handler.codec.http2.Http2FlowController
-
Gets the connection-wide initial flow control window size that is used as the basis for new stream flow
control windows.
- initialWindowSize(Http2Stream) - Method in interface io.netty.handler.codec.http2.Http2LocalFlowController
-
Get the initial flow control window size for the given stream.
- initialWindowSize() - Method in class io.netty.handler.codec.http2.Http2Settings
-
Gets the SETTINGS_INITIAL_WINDOW_SIZE
value.
- initialWindowSize(int) - Method in class io.netty.handler.codec.http2.Http2Settings
-
Sets the SETTINGS_INITIAL_WINDOW_SIZE
value.
- InlineCommandRedisMessage - Class in io.netty.handler.codec.redis
-
- InlineCommandRedisMessage(String) - Constructor for class io.netty.handler.codec.redis.InlineCommandRedisMessage
-
- InsecureTrustManagerFactory - Class in io.netty.handler.ssl.util
-
- insertSinceRecycled() - Method in class io.netty.util.internal.RecyclableArrayList
-
Returns true
if any elements where added or set.
- INSTANCE - Static variable in class io.netty.channel.DefaultSelectStrategyFactory
-
- INSTANCE - Static variable in class io.netty.channel.socket.ChannelInputShutdownEvent
-
Instance to use
- INSTANCE - Static variable in class io.netty.channel.socket.ChannelInputShutdownReadComplete
-
- INSTANCE - Static variable in class io.netty.channel.socket.ChannelOutputShutdownEvent
-
- INSTANCE - Static variable in class io.netty.handler.codec.CharSequenceValueConverter
-
- INSTANCE - Static variable in class io.netty.handler.codec.haproxy.HAProxyMessageEncoder
-
- INSTANCE - Static variable in class io.netty.handler.codec.http.EmptyHttpHeaders
-
- INSTANCE - Static variable in class io.netty.handler.codec.http.HttpExpectationFailedEvent
-
- INSTANCE - Static variable in class io.netty.handler.codec.http.websocketx.extensions.compression.WebSocketClientCompressionHandler
-
- INSTANCE - Static variable in class io.netty.handler.codec.http2.EmptyHttp2Headers
-
- INSTANCE - Static variable in interface io.netty.handler.codec.http2.Http2SettingsAckFrame
-
- INSTANCE - Static variable in class io.netty.handler.codec.mqtt.MqttEncoder
-
- INSTANCE - Static variable in class io.netty.handler.codec.redis.FixedRedisMessagePool
-
- INSTANCE - Static variable in class io.netty.handler.codec.socksx.v4.Socks4ClientEncoder
-
- INSTANCE - Static variable in class io.netty.handler.codec.socksx.v4.Socks4ServerEncoder
-
- instance() - Static method in class io.netty.handler.codec.UnsupportedValueConverter
-
- INSTANCE - Static variable in class io.netty.handler.codec.xml.XmlDocumentEnd
-
- INSTANCE - Static variable in class io.netty.handler.ssl.IdentityCipherSuiteFilter
-
Defaults to default ciphers when provided ciphers are null
- INSTANCE - Static variable in class io.netty.handler.ssl.SupportedCipherSuiteFilter
-
- INSTANCE - Static variable in class io.netty.handler.ssl.util.InsecureTrustManagerFactory
-
- INSTANCE - Static variable in exception io.netty.handler.timeout.ReadTimeoutException
-
- INSTANCE - Static variable in exception io.netty.handler.timeout.WriteTimeoutException
-
- INSTANCE - Static variable in class io.netty.resolver.DefaultAddressResolverGroup
-
- INSTANCE - Static variable in class io.netty.resolver.dns.DefaultDnsServerAddressStreamProvider
-
- INSTANCE - Static variable in class io.netty.resolver.dns.NoopAuthoritativeDnsServerCache
-
- INSTANCE - Static variable in class io.netty.resolver.dns.NoopDnsCache
-
- INSTANCE - Static variable in class io.netty.resolver.dns.NoopDnsCnameCache
-
- INSTANCE - Static variable in class io.netty.resolver.dns.NoopDnsQueryLifecycleObserverFactory
-
- INSTANCE - Static variable in class io.netty.resolver.NoopAddressResolverGroup
-
- INSTANCE - Static variable in class io.netty.util.concurrent.DefaultEventExecutorChooserFactory
-
- INSTANCE - Static variable in class io.netty.util.concurrent.GlobalEventExecutor
-
- INSTANCE - Static variable in class io.netty.util.concurrent.ImmediateEventExecutor
-
- INSTANCE - Static variable in class io.netty.util.concurrent.ImmediateExecutor
-
- instance() - Static method in class io.netty.util.internal.EmptyPriorityQueue
-
- INSTANCE - Static variable in class io.netty.util.internal.logging.CommonsLoggerFactory
-
Deprecated.
- INSTANCE - Static variable in class io.netty.util.internal.logging.JdkLoggerFactory
-
- INSTANCE - Static variable in class io.netty.util.internal.logging.Log4J2LoggerFactory
-
- INSTANCE - Static variable in class io.netty.util.internal.logging.Log4JLoggerFactory
-
- INSTANCE - Static variable in class io.netty.util.internal.logging.Slf4JLoggerFactory
-
- instance() - Static method in class io.netty.util.ResourceLeakDetectorFactory
-
Get the singleton instance of this factory class.
- INSTANCE_DEFAULTING_TO_SUPPORTED_CIPHERS - Static variable in class io.netty.handler.ssl.IdentityCipherSuiteFilter
-
Defaults to supported ciphers when provided ciphers are null
- INSUFFICIENT_STORAGE - Static variable in class io.netty.handler.codec.http.HttpResponseStatus
-
507 Insufficient Storage (WebDAV, RFC4918)
- INT_FIELD_LENGTH - Static variable in class io.netty.handler.codec.http2.Http2CodecUtil
-
- IntCollections - Class in io.netty.util.collection
-
Utilities for int-based primitive collections.
- IntegerHolder - Class in io.netty.util.internal
-
- IntegerHolder() - Constructor for class io.netty.util.internal.IntegerHolder
-
Deprecated.
- IntegerProperty(int, Integer) - Constructor for class io.netty.handler.codec.mqtt.MqttProperties.IntegerProperty
-
- IntegerRedisMessage - Class in io.netty.handler.codec.redis
-
- IntegerRedisMessage(long) - Constructor for class io.netty.handler.codec.redis.IntegerRedisMessage
-
- IntegerUnixChannelOption - Class in io.netty.channel.unix
-
- IntegerUnixChannelOption(String, int, int) - Constructor for class io.netty.channel.unix.IntegerUnixChannelOption
-
Creates a new instance.
- InterfaceHttpData - Interface in io.netty.handler.codec.http.multipart
-
Interface for all Objects that could be encoded/decoded using HttpPostRequestEncoder/Decoder
- InterfaceHttpData.HttpDataType - Enum in io.netty.handler.codec.http.multipart
-
- InterfaceHttpPostRequestDecoder - Interface in io.netty.handler.codec.http.multipart
-
This decoder will decode Body and can handle POST BODY.
- INTERLEAVED - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Values
-
Deprecated.
"interleaved"
- INTERLEAVED - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderValues
-
"interleaved"
- INTERNAL_ERROR - Static variable in class io.netty.handler.codec.spdy.SpdySessionStatus
-
2 Internal Error
- INTERNAL_ERROR - Static variable in class io.netty.handler.codec.spdy.SpdyStreamStatus
-
6 Internal Error
- INTERNAL_SERVER_ERROR - Static variable in class io.netty.handler.codec.http.HttpResponseStatus
-
500 Internal Server Error
- INTERNAL_SERVER_ERROR - Static variable in class io.netty.handler.codec.http.websocketx.WebSocketCloseStatus
-
- INTERNAL_SERVER_ERROR - Static variable in class io.netty.handler.codec.rtsp.RtspResponseStatuses
-
500 Internal Server Error
- 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
-
- InternalLogger - Interface in io.netty.util.internal.logging
-
Internal-use-only logger used by Netty.
- InternalLoggerFactory - Class in io.netty.util.internal.logging
-
Creates an
InternalLogger
or changes the default factory
implementation.
- InternalLoggerFactory() - Constructor for class io.netty.util.internal.logging.InternalLoggerFactory
-
- InternalLogLevel - Enum in io.netty.util.internal.logging
-
- internalNioBuffer(int, int) - Method in class io.netty.buffer.AbstractDerivedByteBuf
-
Deprecated.
- internalNioBuffer(int, int) - Method in class io.netty.buffer.ByteBuf
-
Internal use only: Exposes the internal NIO buffer.
- internalNioBuffer(int, int) - Method in class io.netty.buffer.CompositeByteBuf
-
- internalNioBuffer(int, int) - Method in class io.netty.buffer.EmptyByteBuf
-
- internalNioBuffer(int, int) - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- internalNioBuffer(int, int) - Method in class io.netty.buffer.UnpooledDirectByteBuf
-
- internalNioBuffer(int, int) - Method in class io.netty.buffer.UnpooledHeapByteBuf
-
- InternalThreadLocalMap - Class in io.netty.util.internal
-
The internal data structure that stores the thread-local variables for Netty and all
FastThreadLocal
s.
- InternetProtocolFamily - Enum in io.netty.channel.socket
-
- interruptThread() - Method in class io.netty.util.concurrent.SingleThreadEventExecutor
-
Interrupt the current running
Thread
.
- IntObjectHashMap<V> - Class in io.netty.util.collection
-
A hash map implementation of
IntObjectMap
that uses open addressing for keys.
- IntObjectHashMap() - Constructor for class io.netty.util.collection.IntObjectHashMap
-
- IntObjectHashMap(int) - Constructor for class io.netty.util.collection.IntObjectHashMap
-
- IntObjectHashMap(int, float) - Constructor for class io.netty.util.collection.IntObjectHashMap
-
- IntObjectMap<V> - Interface in io.netty.util.collection
-
Interface for a primitive map that uses int
s as keys.
- IntObjectMap.PrimitiveEntry<V> - Interface in io.netty.util.collection
-
- IntSupplier - Interface in io.netty.util
-
Represents a supplier of int
-valued results.
- intToIpAddress(int) - Static method in class io.netty.util.NetUtil
-
Converts a 32-bit integer into an IPv4 address.
- intValue() - Method in class io.netty.channel.unix.FileDescriptor
-
Return the int value of the filedescriptor.
- intValue() - Method in class io.netty.handler.codec.dns.DnsRecordType
-
Returns the value of this DnsType as it appears in DNS protocol
- intValue() - Method in class io.netty.handler.codec.dns.DnsResponseCode
-
- intValue(Integer, int) - Static method in class io.netty.util.internal.ObjectUtil
-
Resolves a possibly null Integer to a primitive int, using a default value.
- invalid() - Static method in class io.netty.handler.codec.ProtocolDetectionResult
-
- INVALID_CREDENTIALS - Static variable in class io.netty.handler.codec.spdy.SpdyStreamStatus
-
10 Invalid Credentials
- INVALID_FRAME - Static variable in class io.netty.handler.codec.spdy.SpdyFrameCodec
-
- INVALID_MESSAGE_TYPE - Static variable in class io.netty.handler.codec.http.websocketx.WebSocketCloseStatus
-
- INVALID_PAYLOAD_DATA - Static variable in class io.netty.handler.codec.http.websocketx.WebSocketCloseStatus
-
- INVALID_RANGE - Static variable in class io.netty.handler.codec.rtsp.RtspResponseStatuses
-
457 Invalid Range
- INVALID_STREAM - Static variable in class io.netty.handler.codec.spdy.SpdyStreamStatus
-
2 Invalid Stream
- invalidateLocalAddress() - Method in class io.netty.channel.AbstractChannel
-
- invalidateRemoteAddress() - Method in class io.netty.channel.AbstractChannel
-
- invert(ChannelMatcher) - Static method in class io.netty.channel.group.ChannelMatchers
-
- invokeAll(Collection<? extends Callable<T>>) - Method in class io.netty.util.concurrent.AbstractEventExecutorGroup
-
- invokeAll(Collection<? extends Callable<T>>, long, TimeUnit) - Method in class io.netty.util.concurrent.AbstractEventExecutorGroup
-
- invokeAll(Collection<? extends Callable<T>>) - Method in class io.netty.util.concurrent.NonStickyEventExecutorGroup
-
- invokeAll(Collection<? extends Callable<T>>, long, TimeUnit) - Method in class io.netty.util.concurrent.NonStickyEventExecutorGroup
-
- invokeAll(Collection<? extends Callable<T>>) - Method in class io.netty.util.concurrent.SingleThreadEventExecutor
-
- invokeAll(Collection<? extends Callable<T>>, long, TimeUnit) - Method in class io.netty.util.concurrent.SingleThreadEventExecutor
-
- invokeAny(Collection<? extends Callable<T>>) - Method in class io.netty.util.concurrent.AbstractEventExecutorGroup
-
- invokeAny(Collection<? extends Callable<T>>, long, TimeUnit) - Method in class io.netty.util.concurrent.AbstractEventExecutorGroup
-
- invokeAny(Collection<? extends Callable<T>>) - Method in class io.netty.util.concurrent.NonStickyEventExecutorGroup
-
- invokeAny(Collection<? extends Callable<T>>, long, TimeUnit) - Method in class io.netty.util.concurrent.NonStickyEventExecutorGroup
-
- invokeAny(Collection<? extends Callable<T>>) - Method in class io.netty.util.concurrent.SingleThreadEventExecutor
-
- invokeAny(Collection<? extends Callable<T>>, long, TimeUnit) - Method in class io.netty.util.concurrent.SingleThreadEventExecutor
-
- io.netty.bootstrap - package io.netty.bootstrap
-
The helper classes with fluent API which enable an easy implementation of
typical client side and server side channel initialization.
- io.netty.buffer - package io.netty.buffer
-
Abstraction of a byte buffer - the fundamental data structure
to represent a low-level binary and text message.
- io.netty.buffer.search - package io.netty.buffer.search
-
Utility classes for performing efficient substring search within
ByteBuf
.
- io.netty.channel - package io.netty.channel
-
The core channel API which is asynchronous and event-driven abstraction of
various transports such as a
NIO Channel.
- io.netty.channel.embedded - package io.netty.channel.embedded
-
A virtual
Channel
that helps wrapping a series of handlers to
unit test the handlers or use them in non-I/O context.
- io.netty.channel.epoll - package io.netty.channel.epoll
-
- io.netty.channel.group - package io.netty.channel.group
-
A channel registry which helps a user maintain the list of open
Channel
s and perform bulk operations on them.
- io.netty.channel.internal - package io.netty.channel.internal
-
Internal utilities for channel implementations.
- io.netty.channel.kqueue - package io.netty.channel.kqueue
-
BSD specific transport.
- io.netty.channel.local - package io.netty.channel.local
-
A virtual transport that enables the communication between the two
parties in the same virtual machine.
- io.netty.channel.nio - package io.netty.channel.nio
-
NIO-based channel
API implementation - recommended for a large number of connections (>= 1000).
- io.netty.channel.oio - package io.netty.channel.oio
-
Old blocking I/O based channel API implementation - recommended for
a small number of connections (< 1000).
- io.netty.channel.pool - package io.netty.channel.pool
-
Implementations and API for
Channel
pools.
- io.netty.channel.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.address - package io.netty.handler.address
-
- io.netty.handler.codec - package io.netty.handler.codec
-
Extensible decoder and its common implementations which deal with the
packet fragmentation and reassembly issue found in a stream-based transport
such as TCP/IP.
- io.netty.handler.codec.base64 - package io.netty.handler.codec.base64
-
- io.netty.handler.codec.bytes - package io.netty.handler.codec.bytes
-
Encoder and decoder which transform an array of bytes into a
ByteBuf
and vice versa.
- io.netty.handler.codec.compression - package io.netty.handler.codec.compression
-
Encoder and decoder which compresses and decompresses
ByteBuf
s
in a compression format such as
zlib,
gzip, and
Snappy.
- io.netty.handler.codec.dns - package io.netty.handler.codec.dns
-
DNS codec.
- io.netty.handler.codec.haproxy - package io.netty.handler.codec.haproxy
-
Decodes an HAProxy proxy protocol header
- io.netty.handler.codec.http - package io.netty.handler.codec.http
-
Encoder, decoder and their related message types for HTTP.
- io.netty.handler.codec.http.cookie - package io.netty.handler.codec.http.cookie
-
This package contains Cookie related classes.
- io.netty.handler.codec.http.cors - package io.netty.handler.codec.http.cors
-
This package contains Cross Origin Resource Sharing (CORS) related classes.
- io.netty.handler.codec.http.multipart - package io.netty.handler.codec.http.multipart
-
HTTP multipart support.
- io.netty.handler.codec.http.websocketx - package io.netty.handler.codec.http.websocketx
-
Encoder, decoder, handshakers and their related message types for
Web Socket data frames.
- io.netty.handler.codec.http.websocketx.extensions - package io.netty.handler.codec.http.websocketx.extensions
-
- 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
-
- io.netty.handler.codec.marshalling - package io.netty.handler.codec.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
-
- io.netty.handler.codec.redis - package io.netty.handler.codec.redis
-
Encoder, decoder for Redis.
- io.netty.handler.codec.rtsp - package io.netty.handler.codec.rtsp
-
An
RTSP
extension based on the HTTP codec.
- io.netty.handler.codec.sctp - package io.netty.handler.codec.sctp
-
Decoder and encoders to manage message completion and multi-streaming codec in SCTP/IP.
- io.netty.handler.codec.serialization - package io.netty.handler.codec.serialization
-
Encoder, decoder and their compatibility stream implementations which
transform a
Serializable
object into a byte buffer and
vice versa.
- io.netty.handler.codec.smtp - package io.netty.handler.codec.smtp
-
- io.netty.handler.codec.socks - package io.netty.handler.codec.socks
-
Encoder, decoder and their related message types for Socks.
- io.netty.handler.codec.socksx - package io.netty.handler.codec.socksx
-
Encoder, decoder and their related message types for SOCKS protocol.
- io.netty.handler.codec.socksx.v4 - package io.netty.handler.codec.socksx.v4
-
Encoder, decoder and their related message types for SOCKSv4 protocol.
- io.netty.handler.codec.socksx.v5 - package io.netty.handler.codec.socksx.v5
-
Encoder, decoder and their related message types for SOCKSv5 protocol.
- io.netty.handler.codec.spdy - package io.netty.handler.codec.spdy
-
Encoder, decoder, session handler and their related message types for the SPDY protocol.
- io.netty.handler.codec.stomp - package io.netty.handler.codec.stomp
-
- 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 codec provides asynchronous and non-blocking XML parser based on the
Aalto XML parser.
- io.netty.handler.flow - package io.netty.handler.flow
-
Package to control the flow of messages.
- io.netty.handler.flush - package io.netty.handler.flush
-
Package to control flush behavior.
- io.netty.handler.ipfilter - package io.netty.handler.ipfilter
-
Package to filter IP addresses (allow/deny).
- io.netty.handler.logging - package io.netty.handler.logging
-
Logs the I/O events for debugging purpose.
- io.netty.handler.pcap - package io.netty.handler.pcap
-
Capture data and write into Pcap format which helps in troubleshooting.
- io.netty.handler.proxy - package io.netty.handler.proxy
-
- io.netty.handler.ssl - package io.netty.handler.ssl
-
- io.netty.handler.ssl.ocsp - package io.netty.handler.ssl.ocsp
-
Certificate validation using OCSP
- io.netty.handler.ssl.util - package io.netty.handler.ssl.util
-
Utility classes that helps easier development of TLS/SSL applications.
- io.netty.handler.stream - package io.netty.handler.stream
-
Writes very large data stream asynchronously neither spending a lot of
memory nor getting
OutOfMemoryError
.
- io.netty.handler.timeout - package io.netty.handler.timeout
-
Adds support for read and write timeout and idle connection notification
using a
Timer
.
- io.netty.handler.traffic - package io.netty.handler.traffic
-
Implementation of a Traffic Shaping Handler and Dynamic Statistics.
- io.netty.resolver - package io.netty.resolver
-
Resolves an arbitrary string that represents the name of an endpoint into an address.
- io.netty.resolver.dns - package io.netty.resolver.dns
-
An alternative to Java's built-in domain name lookup mechanism that resolves a domain name asynchronously,
which supports the queries of an arbitrary DNS record type as well.
- io.netty.resolver.dns.macos - package io.netty.resolver.dns.macos
-
MacOS specific nameserver resolution.
- io.netty.util - package io.netty.util
-
Utility classes used across multiple packages.
- io.netty.util.collection - package io.netty.util.collection
-
- io.netty.util.concurrent - package io.netty.util.concurrent
-
Utility classes for concurrent / async tasks.
- io.netty.util.internal - package io.netty.util.internal
-
Internal-use-only utilities which is not allowed to be used
outside Netty.
- io.netty.util.internal.logging - package io.netty.util.internal.logging
-
Internal-use-only logging API which is not allowed to be used outside Netty.
- ioBuffer() - Method in class io.netty.buffer.AbstractByteBufAllocator
-
- ioBuffer(int) - Method in class io.netty.buffer.AbstractByteBufAllocator
-
- ioBuffer(int, int) - Method in class io.netty.buffer.AbstractByteBufAllocator
-
- ioBuffer() - Method in interface io.netty.buffer.ByteBufAllocator
-
Allocate a
ByteBuf
, preferably a direct buffer which is suitable for I/O.
- ioBuffer(int) - Method in interface io.netty.buffer.ByteBufAllocator
-
Allocate a
ByteBuf
, preferably a direct buffer which is suitable for I/O.
- ioBuffer(int, int) - Method in interface io.netty.buffer.ByteBufAllocator
-
Allocate a
ByteBuf
, preferably a direct buffer which is suitable for I/O.
- ioBuffer() - Method in class io.netty.channel.PreferHeapByteBufAllocator
-
- ioBuffer(int) - Method in class io.netty.channel.PreferHeapByteBufAllocator
-
- ioBuffer(int, int) - Method in class io.netty.channel.PreferHeapByteBufAllocator
-
- ioBuffer() - Method in class io.netty.channel.unix.PreferredDirectByteBufAllocator
-
- ioBuffer(int) - Method in class io.netty.channel.unix.PreferredDirectByteBufAllocator
-
- ioBuffer(int, int) - Method in class io.netty.channel.unix.PreferredDirectByteBufAllocator
-
- ioResult(String, int, Errors.NativeIoException, ClosedChannelException) - Static method in class io.netty.channel.unix.Errors
-
Deprecated.
- ioResult(String, int) - Static method in class io.netty.channel.unix.Errors
-
- IoTransport - Class in io.netty.handler.ssl.ocsp
-
- IOV_MAX - Static variable in class io.netty.channel.unix.Limits
-
- IOV_SIZE - Static variable in class io.netty.channel.unix.IovArray
-
The size of an iovec
struct in bytes.
- IovArray - Class in io.netty.channel.unix
-
Represent an array of struct array and so can be passed directly over via JNI without the need to do any more
array copies.
- IovArray() - Constructor for class io.netty.channel.unix.IovArray
-
- IovArray(ByteBuf) - Constructor for class io.netty.channel.unix.IovArray
-
- IP_BIND_ADDRESS_NO_PORT - Static variable in class io.netty.channel.epoll.EpollChannelOption
-
- IP_FREEBIND - Static variable in class io.netty.channel.epoll.EpollChannelOption
-
- IP_MULTICAST_ADDR - Static variable in class io.netty.channel.ChannelOption
-
- IP_MULTICAST_IF - Static variable in class io.netty.channel.ChannelOption
-
- IP_MULTICAST_LOOP_DISABLED - Static variable in class io.netty.channel.ChannelOption
-
- IP_MULTICAST_TTL - Static variable in class io.netty.channel.ChannelOption
-
- IP_RECVORIGDSTADDR - Static variable in class io.netty.channel.epoll.EpollChannelOption
-
- IP_TOS - Static variable in class io.netty.channel.ChannelOption
-
- IP_TRANSPARENT - Static variable in class io.netty.channel.epoll.EpollChannelOption
-
- 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.DnsRecordType
-
IPsec Key record RFC 4025 Key record that can be used with IPsec.
- IpSubnetFilter - Class in io.netty.handler.ipfilter
-
- IpSubnetFilter(IpSubnetFilterRule...) - Constructor for class io.netty.handler.ipfilter.IpSubnetFilter
-
- IpSubnetFilter(boolean, IpSubnetFilterRule...) - Constructor for class io.netty.handler.ipfilter.IpSubnetFilter
-
- IpSubnetFilter(List<IpSubnetFilterRule>) - Constructor for class io.netty.handler.ipfilter.IpSubnetFilter
-
- IpSubnetFilter(boolean, List<IpSubnetFilterRule>) - Constructor for class io.netty.handler.ipfilter.IpSubnetFilter
-
- IpSubnetFilterRule - Class in io.netty.handler.ipfilter
-
Use this class to create rules for
RuleBasedIpFilter
that group IP addresses into subnets.
- IpSubnetFilterRule(String, IpFilterRuleType) - Constructor for class io.netty.handler.ipfilter.IpSubnetFilterRule
-
- 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
-
- ipv4AddressToInt(Inet4Address) - Static method in class io.netty.util.NetUtil
-
- ipv4Entries() - Method in class io.netty.resolver.HostsFileEntriesProvider
-
The IPv4 entries.
- ipv4MappedIpv6Address(byte[]) - Static method in class io.netty.channel.unix.NativeInetAddress
-
- ipv6 - Variable in class io.netty.channel.unix.Socket
-
- IPv6 - Static variable in class io.netty.handler.codec.socksx.v5.Socks5AddressType
-
- ipv6Entries() - Method in class io.netty.resolver.HostsFileEntriesProvider
-
The IPv6 entries.
- IQUERY - Static variable in class io.netty.handler.codec.dns.DnsOpCode
-
The 'IQuery' DNS OpCode, as defined in
RFC1035.
- is(Channel) - Static method in class io.netty.channel.group.ChannelMatchers
-
- is100ContinueExpected(HttpMessage) - Static method in class io.netty.handler.codec.http.HttpHeaders
-
- is100ContinueExpected(HttpMessage) - Static method in class io.netty.handler.codec.http.HttpUtil
-
Returns true
if and only if the specified message contains an expect header and the only expectation
present is the 100-continue expectation.
- IS_SUPPORTING_SENDMMSG - Static variable in class io.netty.channel.epoll.Native
-
- IS_SUPPORTING_TCP_FASTOPEN - Static variable in class io.netty.channel.epoll.Native
-
- isAccessible(ByteBuf) - Static method in class io.netty.buffer.ByteBufUtil
-
- 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.epoll.EpollDomainDatagramChannel
-
- isActive() - Method in class io.netty.channel.kqueue.KQueueDatagramChannel
-
- isActive() - Method in class io.netty.channel.kqueue.KQueueDomainDatagramChannel
-
- isActive() - Method in class io.netty.channel.local.LocalChannel
-
- isActive() - Method in class io.netty.channel.local.LocalServerChannel
-
- isActive() - Method in class io.netty.channel.oio.OioByteStreamChannel
-
Deprecated.
- isActive() - Method in class io.netty.channel.sctp.nio.NioSctpChannel
-
- isActive() - Method in class io.netty.channel.sctp.nio.NioSctpServerChannel
-
- isActive() - Method in class io.netty.channel.sctp.oio.OioSctpChannel
-
Deprecated.
- isActive() - Method in class io.netty.channel.sctp.oio.OioSctpServerChannel
-
Deprecated.
- isActive() - Method in class io.netty.channel.socket.nio.NioDatagramChannel
-
- isActive() - Method in class io.netty.channel.socket.nio.NioDomainSocketChannel
-
- isActive() - Method in class io.netty.channel.socket.nio.NioServerDomainSocketChannel
-
- isActive() - Method in class io.netty.channel.socket.nio.NioServerSocketChannel
-
- isActive() - Method in class io.netty.channel.socket.nio.NioSocketChannel
-
- isActive() - Method in class io.netty.channel.socket.oio.OioDatagramChannel
-
Deprecated.
- isActive() - Method in class io.netty.channel.socket.oio.OioServerSocketChannel
-
Deprecated.
- isActive() - Method in class io.netty.channel.socket.oio.OioSocketChannel
-
Deprecated.
- isActive() - Method in class io.netty.channel.udt.nio.NioUdtAcceptorChannel
-
Deprecated.
- isActive() - Method in class io.netty.channel.udt.nio.NioUdtByteConnectorChannel
-
Deprecated.
- isActive() - Method in class io.netty.channel.udt.nio.NioUdtMessageConnectorChannel
-
Deprecated.
- isAggregated(HttpObject) - Method in class io.netty.handler.codec.http.HttpObjectAggregator
-
- isAggregated(WebSocketFrame) - Method in class io.netty.handler.codec.http.websocketx.WebSocketFrameAggregator
-
- isAggregated(MemcacheObject) - Method in class io.netty.handler.codec.memcache.AbstractMemcacheObjectAggregator
-
- isAggregated(I) - Method in class io.netty.handler.codec.MessageAggregator
-
Returns true
if and only if the specified message is already aggregated.
- isAggregated(RedisMessage) - Method in class io.netty.handler.codec.redis.RedisBulkStringAggregator
-
- isAggregated(StompSubframe) - Method in class io.netty.handler.codec.stomp.StompSubframeAggregator
-
- isAlive() - Method in interface io.netty.util.concurrent.ThreadProperties
-
- isAllowDuplicateContentLengths() - Method in class io.netty.handler.codec.http.HttpDecoderConfig
-
- isAllowExtensions() - Method in class io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker13
-
- isAllowHalfClosure() - Method in class io.netty.channel.epoll.EpollDomainSocketChannelConfig
-
- isAllowHalfClosure() - Method in class io.netty.channel.epoll.EpollSocketChannelConfig
-
- isAllowHalfClosure() - Method in class io.netty.channel.kqueue.KQueueDomainSocketChannelConfig
-
- isAllowHalfClosure() - Method in class io.netty.channel.kqueue.KQueueSocketChannelConfig
-
- isAllowHalfClosure() - Method in class io.netty.channel.socket.DefaultSocketChannelConfig
-
- isAllowHalfClosure() - Method in interface io.netty.channel.socket.DuplexChannelConfig
-
Returns true
if and only if the channel should not close itself when its remote
peer shuts down output to make the connection half-closed.
- isAllowMaskMismatch() - Method in class io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker13
-
- isAllowPartialChunks() - Method in class io.netty.handler.codec.http.HttpDecoderConfig
-
- isAlpnSupported() - Static method in class io.netty.handler.ssl.OpenSsl
-
- isAlpnSupported(SslProvider) - Static method in enum io.netty.handler.ssl.SslProvider
-
- isAndroid() - Static method in class io.netty.util.internal.PlatformDependent
-
Returns true
if and only if the current platform is Android
- isAnyOriginSupported() - Method in class io.netty.handler.codec.http.cors.CorsConfig
-
Determines whether a wildcard origin, '*', is supported.
- isAsteriskForm(URI) - Static method in class io.netty.handler.codec.http.HttpUtil
-
Determine if a uri is in asterisk-form according to
rfc7230, 5.3.
- isAsteriskForm(String) - Static method in class io.netty.handler.codec.http.HttpUtil
-
Determine if a string uri is in asterisk-form according to
rfc7230, 5.3.
- isAuthoritative(ChannelHandlerContext, Http2Headers) - Method in interface io.netty.handler.codec.http2.Http2PromisedRequestVerifier
-
- isAuthoritativeAnswer() - Method in class io.netty.handler.codec.dns.DefaultDnsResponse
-
- isAuthoritativeAnswer() - Method in interface io.netty.handler.codec.dns.DnsResponse
-
Returns true
if responding server is authoritative for the domain
name in the query message.
- isAutoAckPingFrame() - Method in class io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
-
Determine if the PING frames should be automatically acknowledged or not.
- isAutoAckSettingsFrame() - Method in class io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
-
Determine if the SETTINGS frames should be automatically acknowledged and applied.
- isAutoClose() - Method in interface io.netty.channel.ChannelConfig
-
Returns
true
if and only if the
Channel
will be closed automatically and immediately on
write failure.
- isAutoClose() - Method in class io.netty.channel.DefaultChannelConfig
-
- isAutoRead() - Method in interface io.netty.channel.ChannelConfig
-
Returns
true
if and only if
ChannelHandlerContext.read()
will be invoked automatically so that
a user application doesn't need to call it at all.
- isAutoRead() - Method in class io.netty.channel.DefaultChannelConfig
-
- isAvailable() - Static method in class io.netty.channel.epoll.Epoll
-
- isAvailable() - Static method in class io.netty.channel.kqueue.KQueue
-
- isAvailable() - Static method in class io.netty.channel.unix.Unix
-
Deprecated.
- isAvailable() - Static method in class io.netty.handler.codec.compression.Brotli
-
- isAvailable() - Static method in class io.netty.handler.codec.compression.Zstd
-
- isAvailable() - Static method in class io.netty.handler.ssl.OpenSsl
-
Returns
true
if and only if
netty-tcnative
and its OpenSSL support
are available.
- isAvailable() - Static method in class io.netty.resolver.dns.macos.MacOSDnsServerAddressStreamProvider
-
- isBroadcast() - Method in class io.netty.channel.epoll.EpollDatagramChannelConfig
-
- isBroadcast() - Method in class io.netty.channel.kqueue.KQueueDatagramChannelConfig
-
- isBroadcast() - Method in interface io.netty.channel.socket.DatagramChannelConfig
-
- isBroadcast() - Method in class io.netty.channel.socket.DefaultDatagramChannelConfig
-
- isBroadcast() - Method in class io.netty.channel.unix.Socket
-
- isBufferCopyNeededForWrite(ByteBuf) - Static method in class io.netty.channel.unix.UnixChannelUtil
-
Checks if the specified buffer has memory address or is composed of n(n <= IOV_MAX) NIO direct buffers.
- isCacheable(Http2Headers) - Method in interface io.netty.handler.codec.http2.Http2PromisedRequestVerifier
-
Determine if a request is cacheable.
- isCancellable() - Method in class io.netty.channel.DelegatingChannelPromiseNotifier
-
- isCancellable() - Method in class io.netty.channel.VoidChannelPromise
-
- isCancellable() - Method in class io.netty.util.concurrent.CompleteFuture
-
- isCancellable() - Method in class io.netty.util.concurrent.DefaultPromise
-
- isCancellable() - Method in interface io.netty.util.concurrent.Future
-
- isCancelled() - Method in class io.netty.channel.DelegatingChannelPromiseNotifier
-
- isCancelled() - Method in class io.netty.channel.VoidChannelPromise
-
- isCancelled() - Method in class io.netty.util.concurrent.CompleteFuture
-
- isCancelled() - Method in class io.netty.util.concurrent.DefaultPromise
-
- isCancelled() - Method in interface io.netty.util.Timeout
-
Returns
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
-
- isChunkedSupported() - Method in class io.netty.handler.codec.http.HttpDecoderConfig
-
- isCipherSuiteAvailable(String) - Static method in class io.netty.handler.ssl.OpenSsl
-
Returns true
if and only if the specified cipher suite is available in OpenSSL.
- isCleanerFlagSet(int) - Method in class io.netty.util.internal.InternalThreadLocalMap
-
- isCleanSession() - Method in class io.netty.handler.codec.mqtt.MqttConnectVariableHeader
-
- isClient() - Method in class io.netty.handler.ssl.DelegatingSslContext
-
- isClient() - Method in class io.netty.handler.ssl.JdkSslContext
-
- isClient() - Method in class io.netty.handler.ssl.ReferenceCountedOpenSslContext
-
- isClient() - Method in class io.netty.handler.ssl.SslContext
-
Returns the 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.
- isCombiningHeaders() - Method in class io.netty.handler.codec.http.DefaultHttpHeadersFactory
-
Check whether header combining is enabled or not.
- isCompatible(EventLoop) - Method in class io.netty.channel.AbstractChannel
-
Return
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.kqueue.AbstractKQueueServerChannel
-
- isCompatible(EventLoop) - Method in class io.netty.channel.kqueue.KQueueServerSocketChannel
-
- isCompatible(EventLoop) - Method in class io.netty.channel.local.LocalChannel
-
- isCompatible(EventLoop) - Method in class io.netty.channel.local.LocalServerChannel
-
- isCompatible(EventLoop) - Method in class io.netty.channel.nio.AbstractNioChannel
-
- isCompatible(EventLoop) - Method in class io.netty.channel.oio.AbstractOioChannel
-
Deprecated.
- 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
-
- isConnected() - Method in class io.netty.channel.epoll.EpollDatagramChannel
-
- isConnected() - Method in class io.netty.channel.epoll.EpollDomainDatagramChannel
-
- isConnected() - Method in class io.netty.channel.kqueue.KQueueDatagramChannel
-
- isConnected() - Method in class io.netty.channel.kqueue.KQueueDomainDatagramChannel
-
- isConnected() - Method in interface io.netty.channel.socket.DatagramChannel
-
- isConnected() - Method in class io.netty.channel.socket.nio.NioDatagramChannel
-
- isConnected() - Method in class io.netty.channel.socket.oio.OioDatagramChannel
-
Deprecated.
- isConnected() - Method in interface io.netty.channel.unix.DomainDatagramChannel
-
- isConnected() - Method in class io.netty.handler.proxy.ProxyHandler
-
Returns true
if and only if the connection to the destination has been established successfully.
- isConnectionHeader(CharSequence, boolean) - Static method in class io.netty.handler.codec.http.HttpHeaderValidationUtil
-
Check if a header name is "connection related".
- isContentAlwaysEmpty(HttpMessage) - Method in class io.netty.handler.codec.http.HttpObjectDecoder
-
- isContentAlwaysEmpty(H) - Method in class io.netty.handler.codec.http.HttpObjectEncoder
-
Determine whether a message has a content or not.
- isContentAlwaysEmpty(HttpMessage) - Method in class io.netty.handler.codec.http.HttpRequestDecoder
-
- isContentAlwaysEmpty(HttpResponse) - Method in class io.netty.handler.codec.http.HttpResponseEncoder
-
- isContentAlwaysEmpty(HttpMessage) - Method in class io.netty.handler.codec.rtsp.RtspDecoder
-
- isContentAlwaysEmpty(HttpMessage) - Method in class io.netty.handler.codec.rtsp.RtspObjectDecoder
-
Deprecated.
- isContentLengthInvalid(HttpMessage, int) - Method in class io.netty.handler.codec.http.HttpObjectAggregator
-
- isContentLengthInvalid(WebSocketFrame, int) - Method in class io.netty.handler.codec.http.websocketx.WebSocketFrameAggregator
-
- isContentLengthInvalid(H, int) - Method in class io.netty.handler.codec.memcache.AbstractMemcacheObjectAggregator
-
- isContentLengthInvalid(S, int) - Method in class io.netty.handler.codec.MessageAggregator
-
Determine if the message start
's content length is known, and if it greater than
maxContentLength
.
- isContentLengthInvalid(BulkStringHeaderRedisMessage, int) - Method in class io.netty.handler.codec.redis.RedisBulkStringAggregator
-
- isContentLengthInvalid(StompHeadersSubframe, int) - Method in class io.netty.handler.codec.stomp.StompSubframeAggregator
-
- isContentLengthSet(HttpMessage) - Static method in class io.netty.handler.codec.http.HttpHeaders
-
- isContentLengthSet(HttpMessage) - Static method in class io.netty.handler.codec.http.HttpUtil
-
- isContentMessage(HttpObject) - Method in class io.netty.handler.codec.http.HttpObjectAggregator
-
- isContentMessage(WebSocketFrame) - Method in class io.netty.handler.codec.http.websocketx.WebSocketFrameAggregator
-
- isContentMessage(MemcacheObject) - Method in class io.netty.handler.codec.memcache.AbstractMemcacheObjectAggregator
-
- isContentMessage(I) - Method in class io.netty.handler.codec.MessageAggregator
-
Returns true
if and only if the specified message is a content message.
- isContentMessage(RedisMessage) - Method in class io.netty.handler.codec.redis.RedisBulkStringAggregator
-
- isContentMessage(StompSubframe) - Method in class io.netty.handler.codec.stomp.StompSubframeAggregator
-
- isContiguous() - Method in class io.netty.buffer.AbstractDerivedByteBuf
-
Deprecated.
- isContiguous() - Method in class io.netty.buffer.ByteBuf
-
Returns
true
if this
ByteBuf
implementation is backed by a single memory region.
- isContiguous() - Method in class io.netty.buffer.EmptyByteBuf
-
- isContiguous() - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- isContiguous() - Method in class io.netty.buffer.UnpooledDirectByteBuf
-
- isContiguous() - Method in class io.netty.buffer.UnpooledHeapByteBuf
-
- isCorsSupportEnabled() - Method in class io.netty.handler.codec.http.cors.CorsConfig
-
Determines if support for CORS is enabled.
- isCredentialsAllowed() - Method in class io.netty.handler.codec.http.cors.CorsConfig
-
Determines if cookies are supported for CORS requests.
- isDaemon() - Method in interface io.netty.util.concurrent.ThreadProperties
-
- isDebugEnabled() - Method in interface io.netty.util.internal.logging.InternalLogger
-
Is the logger instance enabled for the DEBUG level?
- isDecodingRequest() - Method in class io.netty.handler.codec.http.HttpObjectDecoder
-
- isDecodingRequest() - Method in class io.netty.handler.codec.http.HttpRequestDecoder
-
- isDecodingRequest() - Method in class io.netty.handler.codec.http.HttpResponseDecoder
-
- isDecodingRequest() - Method in class io.netty.handler.codec.rtsp.RtspDecoder
-
- isDestroyed() - Method in class io.netty.handler.ssl.PemPrivateKey
-
NOTE: This is a JDK8 interface/method.
- isDirect() - Method in class io.netty.buffer.ByteBuf
-
Returns true
if and only if this buffer is backed by an
NIO direct buffer.
- isDirect() - Method in class io.netty.buffer.CompositeByteBuf
-
- isDirect() - Method in class io.netty.buffer.DuplicatedByteBuf
-
Deprecated.
- isDirect() - Method in class io.netty.buffer.EmptyByteBuf
-
- isDirect() - Method in class io.netty.buffer.ReadOnlyByteBuf
-
Deprecated.
- isDirect() - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- isDirect() - Method in class io.netty.buffer.UnpooledDirectByteBuf
-
- isDirect() - Method in class io.netty.buffer.UnpooledHeapByteBuf
-
- isDirectBufferPooled() - Method in class io.netty.buffer.AdaptiveByteBufAllocator
-
- isDirectBufferPooled() - Method in interface io.netty.buffer.ByteBufAllocator
-
Returns
true
if direct
ByteBuf
's are pooled
- isDirectBufferPooled() - Method in class io.netty.buffer.PooledByteBufAllocator
-
- isDirectBufferPooled() - Method in class io.netty.buffer.UnpooledByteBufAllocator
-
- isDirectBufferPooled() - Method in class io.netty.channel.PreferHeapByteBufAllocator
-
- isDirectBufferPooled() - Method in class io.netty.channel.unix.PreferredDirectByteBufAllocator
-
- isDirectMemoryCacheAlignmentSupported() - Static method in class io.netty.buffer.PooledByteBufAllocator
-
Return true
if direct memory cache alignment is supported, false
otherwise.
- isDiscard() - Method in interface io.netty.handler.codec.http.Cookie
-
- isDiscard() - Method in class io.netty.handler.codec.http.DefaultCookie
-
Deprecated.
- isDone() - Method in class io.netty.channel.DelegatingChannelPromiseNotifier
-
- isDone() - Method in class io.netty.channel.VoidChannelPromise
-
- isDone() - Method in class io.netty.util.concurrent.CompleteFuture
-
- isDone() - Method in class io.netty.util.concurrent.DefaultPromise
-
- isDtr() - Method in interface io.netty.channel.rxtx.RxtxChannelConfig
-
Deprecated.
- isDup() - Method in class io.netty.handler.codec.mqtt.MqttFixedHeader
-
- isEmpty() - Method in class io.netty.channel.AbstractCoalescingBufferQueue
-
Are there pending buffers in the queue.
- isEmpty() - Method in class io.netty.channel.ChannelOutboundBuffer
-
- isEmpty() - Method in class io.netty.channel.group.DefaultChannelGroup
-
- isEmpty() - Method in class io.netty.channel.PendingWriteQueue
-
Returns true
if there are no pending write operations left in this queue.
- isEmpty() - Method in class io.netty.channel.pool.AbstractChannelPoolMap
-
- isEmpty() - Method in class io.netty.handler.codec.DefaultHeaders
-
- isEmpty() - Method in class io.netty.handler.codec.EmptyHeaders
-
- isEmpty() - Method in interface io.netty.handler.codec.Headers
-
- isEmpty() - Method in class io.netty.handler.codec.http.DefaultHttpHeaders
-
- isEmpty() - Method in class io.netty.handler.codec.http.EmptyHttpHeaders
-
- isEmpty() - Method in class io.netty.handler.codec.http.HttpHeaders
-
Checks if no header exists.
- isEmpty() - Method in class io.netty.handler.codec.http.ReadOnlyHttpHeaders
-
- isEmpty() - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
-
- isEmpty() - Method in class io.netty.handler.codec.mqtt.MqttProperties
-
- isEmpty() - Method in class io.netty.util.AsciiString
-
Determine if this instance has 0 length.
- isEmpty() - Method in class io.netty.util.collection.ByteObjectHashMap
-
- isEmpty() - Method in class io.netty.util.collection.CharObjectHashMap
-
- isEmpty() - Method in class io.netty.util.collection.IntObjectHashMap
-
- isEmpty() - Method in class io.netty.util.collection.LongObjectHashMap
-
- isEmpty() - Method in class io.netty.util.collection.ShortObjectHashMap
-
- isEmpty() - Method in class io.netty.util.internal.DefaultPriorityQueue
-
- isEmpty() - Method in class io.netty.util.internal.EmptyPriorityQueue
-
- isEnabled() - Method in class io.netty.handler.codec.http2.Http2FrameLogger
-
- isEnabled(InternalLogLevel) - Method in class io.netty.util.internal.logging.AbstractInternalLogger
-
- isEnabled(InternalLogLevel) - Method in interface io.netty.util.internal.logging.InternalLogger
-
Is the logger instance enabled for the specified level
?
- isEnabled() - Static method in class io.netty.util.ResourceLeakDetector
-
Returns true
if resource leak detection is enabled.
- isEncrypted(ByteBuf) - Static method in class io.netty.handler.ssl.SslHandler
-
- isEncrypted(ByteBuf, boolean) - Static method in class io.netty.handler.ssl.SslHandler
-
Returns
true
if the given
ByteBuf
is encrypted.
- isEndOfInput() - Method in class io.netty.handler.codec.http.HttpChunkedInput
-
- isEndOfInput() - Method in class io.netty.handler.codec.http.multipart.HttpPostRequestEncoder
-
- isEndOfInput() - Method in class io.netty.handler.codec.http.websocketx.WebSocketChunkedInput
-
- isEndOfInput() - Method in class io.netty.handler.codec.http2.Http2DataChunkedInput
-
- isEndOfInput() - Method in class io.netty.handler.stream.ChunkedFile
-
- isEndOfInput() - Method in interface io.netty.handler.stream.ChunkedInput
-
Return true
if and only if there is no data left in the stream
and the stream has reached at its end.
- isEndOfInput() - Method in class io.netty.handler.stream.ChunkedNioFile
-
- isEndOfInput() - Method in class io.netty.handler.stream.ChunkedNioStream
-
- isEndOfInput() - Method in class io.netty.handler.stream.ChunkedStream
-
- isEndStream() - Method in class io.netty.handler.codec.http2.DefaultHttp2DataFrame
-
- isEndStream() - Method in class io.netty.handler.codec.http2.DefaultHttp2HeadersFrame
-
- isEndStream() - Method in interface io.netty.handler.codec.http2.Http2DataFrame
-
Returns true
if the END_STREAM flag is set.
- isEndStream() - Method in interface io.netty.handler.codec.http2.Http2HeadersFrame
-
Returns true
if the END_STREAM flag is set.
- isEntireArrayUsed() - Method in class io.netty.util.AsciiString
-
- isErrorEnabled() - Method in interface io.netty.util.internal.logging.InternalLogger
-
Is the logger instance enabled for the ERROR level?
- 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.
- isForceCloseComplete() - Method in class io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker
-
Flag to indicate if the closing handshake was initiated because of timeout.
- isFreeBind() - Method in class io.netty.channel.epoll.EpollDatagramChannelConfig
-
Returns
true
if
IP_FREEBIND is enabled,
false
otherwise.
- isFreeBind() - Method in class io.netty.channel.epoll.EpollServerSocketChannelConfig
-
Returns
true
if
IP_FREEBIND is enabled,
false
otherwise.
- isGracefulShutdownComplete() - Method in class io.netty.handler.codec.http2.Http2ConnectionHandler
-
Called by the graceful shutdown logic to determine when it is safe to close the connection.
- isGracefulShutdownComplete() - Method in class io.netty.handler.codec.http2.Http2FrameCodec
-
- isHandlerActive(ChannelHandlerContext) - Static method in class io.netty.handler.traffic.AbstractTrafficShapingHandler
-
- isHandlingOversizedMessage() - Method in class io.netty.handler.codec.MessageAggregator
-
- isHandshakeComplete() - Method in class io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker
-
Flag to indicate if the opening handshake is complete
- isHeadersReceived() - Method in interface io.netty.handler.codec.http2.Http2Stream
-
Indicates whether or not the initial headers have been received.
- isHeadersSent() - Method in interface io.netty.handler.codec.http2.Http2Stream
-
Indicates whether or not headers were sent to the remote endpoint.
- isHealthy(Channel) - Method in interface io.netty.channel.pool.ChannelHealthChecker
-
Check if the given channel is healthy which means it can be used.
- isHttpOnly() - Method in interface io.netty.handler.codec.http.cookie.Cookie
-
Checks to see if this
Cookie
can only be accessed via HTTP.
- isHttpOnly() - Method in class io.netty.handler.codec.http.cookie.DefaultCookie
-
- isIkvmDotNet() - Static method in class io.netty.util.internal.PlatformDependent
-
Returns
true
if the running JVM is
IKVM.NET,
false
otherwise.
- isInboundDone() - Method in class io.netty.handler.ssl.ReferenceCountedOpenSslEngine
-
- isIndexedVariableSet(int) - Method in class io.netty.util.internal.InternalThreadLocalMap
-
- isInfoEnabled() - Method in interface io.netty.util.internal.logging.InternalLogger
-
Is the logger instance enabled for the INFO level?
- isInline() - Method in enum io.netty.handler.codec.redis.RedisMessageType
-
Returns true
if this type is inline type, or returns false
.
- isInMemory() - Method in class io.netty.handler.codec.http.multipart.AbstractDiskHttpData
-
- isInMemory() - Method in class io.netty.handler.codec.http.multipart.AbstractMemoryHttpData
-
- isInMemory() - Method in interface io.netty.handler.codec.http.multipart.HttpData
-
Provides a hint as to whether or not the file contents will be read from
memory.
- isInputShutdown() - Method in class io.netty.channel.epoll.AbstractEpollStreamChannel
-
- isInputShutdown() - Method in class io.netty.channel.kqueue.AbstractKQueueStreamChannel
-
- isInputShutdown() - Method in class io.netty.channel.oio.AbstractOioByteChannel
-
Deprecated.
Determine if the input side of this channel is shutdown.
- isInputShutdown() - Method in class io.netty.channel.rxtx.RxtxChannel
-
Deprecated.
- isInputShutdown() - Method in interface io.netty.channel.socket.DuplexChannel
-
Returns true
if and only if the remote peer shut down its output so that no more
data is received from this channel.
- isInputShutdown() - Method in class io.netty.channel.socket.nio.NioDomainSocketChannel
-
- isInputShutdown() - Method in class io.netty.channel.socket.nio.NioSocketChannel
-
- isInputShutdown() - Method in class io.netty.channel.socket.oio.OioSocketChannel
-
Deprecated.
- isInputShutdown() - Method in class io.netty.channel.unix.Socket
-
- isInputShutdown0() - Method in class io.netty.channel.nio.AbstractNioByteChannel
-
- isInputShutdown0() - Method in class io.netty.channel.socket.nio.NioDomainSocketChannel
-
- isInputShutdown0() - Method in class io.netty.channel.socket.nio.NioSocketChannel
-
- isInstanceOf(Class<? extends Channel>) - Static method in class io.netty.channel.group.ChannelMatchers
-
- isInterrupted() - Method in interface io.netty.util.concurrent.ThreadProperties
-
- isInvalid() - Method in class io.netty.handler.codec.spdy.DefaultSpdyHeadersFrame
-
- isInvalid() - Method in interface io.netty.handler.codec.spdy.SpdyHeadersFrame
-
Returns true
if this header block is invalid.
- isIpBindAddressNoPort() - Method in class io.netty.channel.epoll.EpollSocketChannelConfig
-
Returns true
if the IP_BIND_ADDRESS_NO_PORT option is set.
- isIpRecvOrigDestAddr() - Method in class io.netty.channel.epoll.EpollDatagramChannelConfig
-
- isIpTransparent() - Method in class io.netty.channel.epoll.EpollDatagramChannelConfig
-
- isIpTransparent() - Method in class io.netty.channel.epoll.EpollServerSocketChannelConfig
-
- isIpTransparent() - Method in class io.netty.channel.epoll.EpollSocketChannelConfig
-
- isIpV4StackPreferred() - Static method in class io.netty.util.NetUtil
-
Returns true
if IPv4 should be used even if the system supports both IPv4 and IPv6.
- isIpV6AddressesPreferred() - Static method in class io.netty.util.NetUtil
-
Returns true
if an IPv6 address should be preferred when a host has both an IPv4 address and an IPv6
address.
- isIPv6Preferred() - Static method in class io.netty.channel.unix.Socket
-
- isJ9Jvm() - Static method in class io.netty.util.internal.PlatformDependent
-
- isKeepAlive() - Method in class io.netty.channel.epoll.EpollSocketChannelConfig
-
- isKeepAlive() - Method in class io.netty.channel.kqueue.KQueueSocketChannelConfig
-
- isKeepAlive() - Method in class io.netty.channel.socket.DefaultSocketChannelConfig
-
- isKeepAlive() - Method in interface io.netty.channel.socket.SocketChannelConfig
-
- isKeepAlive() - Method in class io.netty.channel.unix.Socket
-
- isKeepAlive(HttpMessage) - Static method in class io.netty.handler.codec.http.HttpHeaders
-
- isKeepAlive(HttpMessage) - Static method in class io.netty.handler.codec.http.HttpUtil
-
Returns true
if and only if the connection can remain open and
thus 'kept alive'.
- isKeepAliveDefault() - Method in class io.netty.handler.codec.http.HttpVersion
-
Returns true
if and only if the connection is kept alive unless
the "Connection"
header is set to "close"
explicitly.
- 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(BulkStringRedisContent) - Method in class io.netty.handler.codec.redis.RedisBulkStringAggregator
-
- isLastContentMessage(StompContentSubframe) - Method in class io.netty.handler.codec.stomp.StompSubframeAggregator
-
- isLiveNonVolatile(T) - Method in class io.netty.util.internal.ReferenceCountUpdater
-
- isLoopbackModeDisabled() - Method in class io.netty.channel.epoll.EpollDatagramChannelConfig
-
- isLoopbackModeDisabled() - Method in class io.netty.channel.kqueue.KQueueDatagramChannelConfig
-
- isLoopbackModeDisabled() - Method in interface io.netty.channel.socket.DatagramChannelConfig
-
- 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
- isNoLocal() - Method in class io.netty.handler.codec.mqtt.MqttSubscriptionOption
-
- isNonServerChannel() - Static method in class io.netty.channel.group.ChannelMatchers
-
- isNot(Channel) - Static method in class io.netty.channel.group.ChannelMatchers
-
- isNotInstanceOf(Class<? extends Channel>) - Static method in class io.netty.channel.group.ChannelMatchers
-
Returns a
ChannelMatcher
that matches all
Channel
s that are
not an
instance of sub-type of the given class.
- isNull() - Method in class io.netty.handler.codec.redis.ArrayHeaderRedisMessage
-
Returns whether the content of this message is null
.
- isNull() - Method in class io.netty.handler.codec.redis.ArrayRedisMessage
-
Returns whether the content of this message is null
.
- isNull() - Method in class io.netty.handler.codec.redis.BulkStringHeaderRedisMessage
-
Returns whether the content of this message is null
.
- isNull() - Method in class io.netty.handler.codec.redis.FullBulkStringRedisMessage
-
Returns whether the content of this message is null
.
- isNullOrEmpty(String) - Static method in class io.netty.util.internal.StringUtil
-
- isNullOriginAllowed() - Method in class io.netty.handler.codec.http.cors.CorsConfig
-
Web browsers may set the 'Origin' request header to 'null' if a resource is loaded
from the local file system.
- ISO_8859_1 - Static variable in class io.netty.util.CharsetUtil
-
ISO Latin Alphabet No. 1, as known as ISO-LATIN-1
- isOcspSupported() - Static method in class io.netty.handler.ssl.OpenSsl
-
Returns true
if the used version of OpenSSL supports OCSP stapling.
- isOpen() - Method in interface io.netty.channel.Channel
-
Returns
true
if the
Channel
is open and may get active later
- isOpen() - Method in class io.netty.channel.DefaultFileRegion
-
Returns
true
if the
FileRegion
has a open file-descriptor
- isOpen() - Method in class io.netty.channel.embedded.EmbeddedChannel
-
- isOpen() - Method in class io.netty.channel.local.LocalChannel
-
- isOpen() - Method in class io.netty.channel.local.LocalServerChannel
-
- isOpen() - Method in class io.netty.channel.nio.AbstractNioChannel
-
- isOpen() - Method in class io.netty.channel.rxtx.RxtxChannel
-
Deprecated.
- isOpen() - Method in class io.netty.channel.sctp.oio.OioSctpChannel
-
Deprecated.
- isOpen() - Method in class io.netty.channel.sctp.oio.OioSctpServerChannel
-
Deprecated.
- isOpen() - Method in class io.netty.channel.socket.oio.OioDatagramChannel
-
Deprecated.
- isOpen() - Method in class io.netty.channel.socket.oio.OioServerSocketChannel
-
Deprecated.
- isOpen() - Method in class io.netty.channel.socket.oio.OioSocketChannel
-
Deprecated.
- isOpen() - Method in class io.netty.channel.unix.FileDescriptor
-
Returns true
if the file descriptor is open.
- isOpen() - Method in class io.netty.channel.unix.SocketWritableByteChannel
-
- isOptionSupported(SslProvider, SslContextOption<?>) - Static method in enum io.netty.handler.ssl.SslProvider
-
- isOptResourceEnabled() - Method in class io.netty.resolver.dns.DnsNameResolver
-
Returns the automatic inclusion of a optional records that tries to give the remote DNS server a hint about how
much data the resolver can read per response is enabled.
- isOriginForm(URI) - Static method in class io.netty.handler.codec.http.HttpUtil
-
Determine if a uri is in origin-form according to
rfc7230, 5.3.
- isOriginForm(String) - Static method in class io.netty.handler.codec.http.HttpUtil
-
Determine if a string uri is in origin-form according to
rfc7230, 5.3.
- isOsx() - Static method in class io.netty.util.internal.PlatformDependent
-
Return true
if the JVM is running on OSX / MacOS
- isOutboundDone() - Method in class io.netty.handler.ssl.ReferenceCountedOpenSslEngine
-
- isOutboundStream(boolean, int) - Static method in class io.netty.handler.codec.http2.Http2CodecUtil
-
Returns true
if the stream is an outbound stream.
- isOutOfBounds(int, int, int) - Static method in class io.netty.util.internal.MathUtil
-
Determine if the requested index
and length
will fit within capacity
.
- isOutputShutdown() - Method in class io.netty.channel.epoll.AbstractEpollStreamChannel
-
- isOutputShutdown() - Method in class io.netty.channel.kqueue.AbstractKQueueStreamChannel
-
- isOutputShutdown() - Method in interface io.netty.channel.socket.DuplexChannel
-
- isOutputShutdown() - Method in class io.netty.channel.socket.nio.NioDomainSocketChannel
-
- isOutputShutdown() - Method in class io.netty.channel.socket.nio.NioSocketChannel
-
- isOutputShutdown() - Method in class io.netty.channel.socket.oio.OioSocketChannel
-
Deprecated.
- isOutputShutdown() - Method in class io.netty.channel.unix.Socket
-
- isPartialFailure() - Method in interface io.netty.channel.group.ChannelGroupFuture
-
Returns 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.
- isPartitioned() - Method in class io.netty.handler.codec.http.cookie.DefaultCookie
-
Checks to see if this
Cookie
is partitioned
- isPerformMasking() - Method in class io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker13
-
- isPersisted(int) - Method in class io.netty.handler.codec.spdy.DefaultSpdySettingsFrame
-
- isPersisted(int) - Method in interface io.netty.handler.codec.spdy.SpdySettingsFrame
-
Returns 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.
- isPP2ClientCertConn() - Method in class io.netty.handler.codec.haproxy.HAProxySSLTLV
-
Returns true
if the bit field for PP2_CLIENT_CERT_CONN was set
- isPP2ClientCertSess() - Method in class io.netty.handler.codec.haproxy.HAProxySSLTLV
-
Returns true
if the bit field for PP2_CLIENT_CERT_SESS was set
- isPP2ClientSSL() - Method in class io.netty.handler.codec.haproxy.HAProxySSLTLV
-
Returns true
if the bit field for PP2_CLIENT_SSL was set
- isPreferDirect() - Method in class io.netty.handler.codec.MessageToByteEncoder
-
- isPrivateNetworkAllowed() - Method in class io.netty.handler.codec.http.cors.CorsConfig
-
Web browsers may set the 'Access-Control-Request-Private-Network' request header if a resource is loaded
from a local network.
- isPropagateSettings() - Method in class io.netty.handler.codec.http2.AbstractInboundHttp2ToHttpAdapterBuilder
-
Returns true
if a read settings frame should be propagated along the channel pipeline.
- isPseudoHeader(CharSequence) - Static method in enum io.netty.handler.codec.http2.Http2Headers.PseudoHeaderName
-
Indicates whether the given header name is a valid HTTP/2 pseudo header.
- isPseudoHeader(AsciiString) - Static method in enum io.netty.handler.codec.http2.Http2Headers.PseudoHeaderName
-
Indicates whether the given header name is a valid HTTP/2 pseudo header.
- isPseudoHeader(String) - Static method in enum io.netty.handler.codec.http2.Http2Headers.PseudoHeaderName
-
Indicates whether the given header name is a valid HTTP/2 pseudo header.
- isPushPromiseSent() - Method in interface io.netty.handler.codec.http2.Http2Stream
-
Indicates whether or not a push promise was sent to the remote endpoint.
- isReadable() - Method in class io.netty.buffer.AbstractByteBuf
-
- isReadable(int) - Method in class io.netty.buffer.AbstractByteBuf
-
- isReadable() - Method in class io.netty.buffer.ByteBuf
-
Returns true
if and only if (this.writerIndex - this.readerIndex)
is greater
than 0
.
- isReadable(int) - Method in class io.netty.buffer.ByteBuf
-
Returns true
if and only if this buffer contains equal to or more than the specified number of elements.
- isReadable() - Method in class io.netty.buffer.EmptyByteBuf
-
- isReadable(int) - Method in class io.netty.buffer.EmptyByteBuf
-
- isReadable() - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- isReadable(int) - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- isReadOnly() - Method in class io.netty.buffer.AbstractByteBuf
-
- isReadOnly() - Method in class io.netty.buffer.AbstractDerivedByteBuf
-
Deprecated.
- isReadOnly() - Method in class io.netty.buffer.ByteBuf
-
Returns true
if and only if this buffer is read-only.
- isReadOnly() - Method in class io.netty.buffer.EmptyByteBuf
-
- isReadOnly() - Method in class io.netty.buffer.ReadOnlyByteBuf
-
Deprecated.
- isReadOnly() - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- 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.DefaultDnsResponse
-
- isRecursionAvailable() - Method in interface io.netty.handler.codec.dns.DnsResponse
-
Returns true
if DNS server can handle recursive queries.
- isRecursionDesired() - Method in class io.netty.handler.codec.dns.AbstractDnsMessage
-
- isRecursionDesired() - Method in interface io.netty.handler.codec.dns.DnsMessage
-
Returns the RD
(recursion desired} field of this DNS message.
- isRecursionDesired() - Method in class io.netty.resolver.dns.DnsNameResolver
-
Returns true
if and only if this resolver sends a DNS query with the RD (recursion desired) flag set.
- isRegistered() - Method in class io.netty.channel.AbstractChannel
-
- isRegistered() - Method in interface io.netty.channel.Channel
-
- isRemoved() - Method in interface io.netty.channel.ChannelHandlerContext
-
- isRequestOnly() - Method in enum io.netty.handler.codec.http2.Http2Headers.PseudoHeaderName
-
Indicates whether the pseudo-header is to be used in a request context.
- isResetSent() - Method in interface io.netty.handler.codec.http2.Http2Stream
-
Indicates whether a RST_STREAM
frame has been sent from the local endpoint for this stream.
- isResolved(SocketAddress) - Method in class io.netty.resolver.AbstractAddressResolver
-
- isResolved(SocketAddress) - Method in interface io.netty.resolver.AddressResolver
-
Returns true
if and only if the specified address has been resolved.
- isRetain() - Method in class io.netty.handler.codec.mqtt.MqttFixedHeader
-
- isRetainAsPublished() - Method in class io.netty.handler.codec.mqtt.MqttSubscriptionOption
-
- isReuseAddress() - Method in class io.netty.channel.epoll.EpollDatagramChannelConfig
-
- isReuseAddress() - Method in class io.netty.channel.epoll.EpollServerChannelConfig
-
- isReuseAddress() - Method in class io.netty.channel.epoll.EpollSocketChannelConfig
-
- isReuseAddress() - Method in class io.netty.channel.kqueue.KQueueDatagramChannelConfig
-
- isReuseAddress() - Method in class io.netty.channel.kqueue.KQueueServerChannelConfig
-
- isReuseAddress() - Method in class io.netty.channel.kqueue.KQueueSocketChannelConfig
-
- isReuseAddress() - Method in interface io.netty.channel.socket.DatagramChannelConfig
-
- 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
-
Deprecated.
- isReuseAddress() - Method in interface io.netty.channel.udt.UdtChannelConfig
-
Deprecated.
- isReuseAddress() - Method in class io.netty.channel.unix.Socket
-
- isReusePort() - Method in class io.netty.channel.epoll.EpollDatagramChannelConfig
-
Returns true
if the SO_REUSEPORT option is set.
- isReusePort() - Method in class io.netty.channel.epoll.EpollServerSocketChannelConfig
-
Returns true
if the SO_REUSEPORT option is set.
- isReusePort() - Method in class io.netty.channel.kqueue.KQueueDatagramChannelConfig
-
Returns true
if the SO_REUSEPORT option is set.
- isReusePort() - Method in class io.netty.channel.kqueue.KQueueServerSocketChannelConfig
-
- isReusePort() - Method in class io.netty.channel.unix.Socket
-
- isRts() - Method in interface io.netty.channel.rxtx.RxtxChannelConfig
-
Deprecated.
- isSafe(Http2Headers) - Method in interface io.netty.handler.codec.http2.Http2PromisedRequestVerifier
-
Determine if a request is safe.
- isSctpNoDelay() - Method in class io.netty.channel.sctp.DefaultSctpChannelConfig
-
- isSctpNoDelay() - Method in interface io.netty.channel.sctp.SctpChannelConfig
-
- isSecure() - Method in interface io.netty.handler.codec.http.cookie.Cookie
-
Checks to see if this
Cookie
is secure
- isSecure() - Method in class io.netty.handler.codec.http.cookie.DefaultCookie
-
- isSegmentedDatagramPacketSupported() - Static method in class io.netty.channel.epoll.EpollDatagramChannel
-
- isSensitive(CharSequence, CharSequence) - Method in interface io.netty.handler.codec.http2.Http2HeadersEncoder.SensitivityDetector
-
Determine if a header
name
/
value
pair should be treated as
sensitive.
- isSensitive() - Method in class io.netty.handler.ssl.PemPrivateKey
-
- isSensitive() - Method in class io.netty.handler.ssl.PemX509Certificate
-
- isServer() - Method in class io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
-
- isServer() - Method in class io.netty.handler.codec.http2.DefaultHttp2Connection
-
- isServer() - Method in interface io.netty.handler.codec.http2.Http2Connection.Endpoint
-
Indicates whether or not this endpoint is the server-side of the connection.
- isServer() - Method in interface io.netty.handler.codec.http2.Http2Connection
-
Indicates whether or not the local endpoint for this connection is the server.
- isServer() - Method in class io.netty.handler.codec.http2.Http2FrameCodecBuilder
-
- isServer() - Method in class io.netty.handler.codec.http2.Http2MultiplexCodecBuilder
-
Deprecated.
- isServer() - Method in class io.netty.handler.ssl.SslContext
-
Returns true
if and only if this context is for server-side.
- isServerChannel() - Static method in class io.netty.channel.group.ChannelMatchers
-
- isSessionCacheEnabled() - Method in class io.netty.handler.ssl.OpenSslSessionContext
-
Return true
if caching of SSL sessions is enabled, false
otherwise.
- isSessionPresent() - Method in class io.netty.handler.codec.mqtt.MqttConnAckVariableHeader
-
- isSet(int) - Method in class io.netty.handler.codec.spdy.DefaultSpdySettingsFrame
-
- isSet(int) - Method in interface io.netty.handler.codec.spdy.SpdySettingsFrame
-
Returns true
if the setting ID has a value.
- isSet() - Method in class io.netty.util.concurrent.FastThreadLocal
-
Returns true
if and only if this thread-local variable is set.
- isSet(InternalThreadLocalMap) - Method in class io.netty.util.concurrent.FastThreadLocal
-
Returns true
if and only if this thread-local variable is set.
- isSharable() - Method in class io.netty.channel.ChannelHandlerAdapter
-
Return
true
if the implementation is
Sharable
and so can be added
to different
ChannelPipeline
s.
- isSharable() - Method in class io.netty.handler.codec.compression.BrotliEncoder
-
- isSharable() - Method in class io.netty.handler.codec.DatagramPacketDecoder
-
- isSharable() - Method in class io.netty.handler.codec.DatagramPacketEncoder
-
- isShortCircuit() - Method in class io.netty.handler.codec.http.cors.CorsConfig
-
Determines whether a CORS request should be rejected if it's invalid before being
further processing.
- isShortCurcuit() - Method in class io.netty.handler.codec.http.cors.CorsConfig
-
- isShutdown() - Method in class io.netty.channel.epoll.AbstractEpollStreamChannel
-
- isShutdown() - Method in class io.netty.channel.kqueue.AbstractKQueueStreamChannel
-
- isShutdown() - Method in interface io.netty.channel.socket.DuplexChannel
-
Determine if both the input and output of this channel have been shutdown.
- isShutdown() - Method in class io.netty.channel.socket.nio.NioDomainSocketChannel
-
- isShutdown() - Method in class io.netty.channel.socket.nio.NioSocketChannel
-
- isShutdown() - Method in class io.netty.channel.socket.oio.OioSocketChannel
-
Deprecated.
- isShutdown() - Method in class io.netty.channel.ThreadPerChannelEventLoopGroup
-
Deprecated.
- isShutdown() - Method in class io.netty.channel.unix.Socket
-
- isShutdown() - Method in class io.netty.util.concurrent.GlobalEventExecutor
-
- isShutdown() - Method in class io.netty.util.concurrent.ImmediateEventExecutor
-
- isShutdown() - Method in class io.netty.util.concurrent.MultithreadEventExecutorGroup
-
- isShutdown() - Method in class io.netty.util.concurrent.NonStickyEventExecutorGroup
-
- isShutdown() - Method in class io.netty.util.concurrent.SingleThreadEventExecutor
-
- isShuttingDown() - Method in class io.netty.channel.ThreadPerChannelEventLoopGroup
-
Deprecated.
- isShuttingDown() - Method in interface io.netty.util.concurrent.EventExecutorGroup
-
- isShuttingDown() - Method in class io.netty.util.concurrent.GlobalEventExecutor
-
- isShuttingDown() - Method in class io.netty.util.concurrent.ImmediateEventExecutor
-
- isShuttingDown() - Method in class io.netty.util.concurrent.MultithreadEventExecutorGroup
-
- isShuttingDown() - Method in class io.netty.util.concurrent.NonStickyEventExecutorGroup
-
- isShuttingDown() - Method in class io.netty.util.concurrent.SingleThreadEventExecutor
-
- isShuttingDown() - Method in class io.netty.util.concurrent.UnorderedThreadPoolEventExecutor
-
- isSingleDecode() - Method in class io.netty.handler.codec.ByteToMessageDecoder
-
- isSingleDecode() - Method in class io.netty.handler.codec.haproxy.HAProxyMessageDecoder
-
- isSingleDecode() - Method in class io.netty.handler.codec.http.HttpClientCodec
-
- isSsl(ChannelHandlerContext) - Method in class io.netty.handler.codec.http2.Http2StreamFrameToHttpObjectCodec
-
- isStartMessage(HttpObject) - Method in class io.netty.handler.codec.http.HttpObjectAggregator
-
- isStartMessage(WebSocketFrame) - Method in class io.netty.handler.codec.http.websocketx.WebSocketFrameAggregator
-
- isStartMessage(MemcacheObject) - Method in class io.netty.handler.codec.memcache.binary.BinaryMemcacheObjectAggregator
-
- isStartMessage(I) - Method in class io.netty.handler.codec.MessageAggregator
-
Returns true
if and only if the specified message is a start message.
- isStartMessage(RedisMessage) - Method in class io.netty.handler.codec.redis.RedisBulkStringAggregator
-
- isStartMessage(StompSubframe) - Method in class io.netty.handler.codec.stomp.StompSubframeAggregator
-
- isStreamError(Http2Exception) - Static method in exception io.netty.handler.codec.http2.Http2Exception
-
Check if an exception is isolated to a single stream or the entire connection.
- isStreamIdValid(int) - Static method in class io.netty.handler.codec.http2.Http2CodecUtil
-
Returns true if the streamId
is a valid HTTP/2 stream identifier.
- isSuccess() - Method in class io.netty.channel.DelegatingChannelPromiseNotifier
-
- isSuccess() - Method in interface io.netty.channel.group.ChannelGroupFuture
-
Returns true
if and only if all I/O operations associated with
this future were successful without any failure.
- isSuccess() - Method in class io.netty.channel.VoidChannelPromise
-
- isSuccess() - Method in class io.netty.handler.codec.DecoderResult
-
- isSuccess() - Method in class io.netty.handler.codec.socksx.v4.Socks4CommandStatus
-
- isSuccess() - Method in class io.netty.handler.codec.socksx.v5.Socks5CommandStatus
-
- isSuccess() - Method in class io.netty.handler.codec.socksx.v5.Socks5PasswordAuthStatus
-
- isSuccess() - Method in class io.netty.handler.ssl.SslCompletionEvent
-
Return true
if the completion was successful
- isSuccess() - Method in class io.netty.util.concurrent.DefaultPromise
-
- isSuccess() - Method in class io.netty.util.concurrent.FailedFuture
-
- isSuccess() - Method in interface io.netty.util.concurrent.Future
-
Returns true
if and only if the I/O operation was completed
successfully.
- isSuccess() - Method in class io.netty.util.concurrent.SucceededFuture
-
- isSunSslEngineAvailable() - Static method in class io.netty.handler.ssl.SslMasterKeyHandler
-
- isSupported() - Static method in class io.netty.channel.epoll.SegmentedDatagramPacket
-
Deprecated.
Returns true
if the underlying system supports GSO.
- isSupported(SocketAddress) - Method in class io.netty.resolver.AbstractAddressResolver
-
- isSupported(SocketAddress) - Method in interface io.netty.resolver.AddressResolver
-
Returns true
if and only if the specified address is supported by this resolved.
- isSupportingWindowSizeAndMemLevel() - Static method in class io.netty.handler.codec.compression.ZlibCodecFactory
-
Returns true
if specify a custom window size and mem level is supported.
- isSurrogate(char) - Static method in class io.netty.util.internal.StringUtil
-
- isSwitchingToNonHttp1Protocol(HttpResponse) - Method in class io.netty.handler.codec.http.HttpObjectDecoder
-
Returns true if the server switched to a different protocol than HTTP/1.0 or HTTP/1.1, e.g.
- isTcpCork() - Method in class io.netty.channel.epoll.EpollSocketChannelConfig
-
Get the TCP_CORK
option on the socket.
- isTcpFastOpen() - Method in class io.netty.channel.kqueue.KQueueServerChannelConfig
-
Returns true
if TCP FastOpen is enabled.
- isTcpFastOpenClientSideAvailable() - Static method in class io.netty.channel.epoll.Epoll
-
- isTcpFastOpenClientSideAvailable() - Static method in class io.netty.channel.kqueue.KQueue
-
- isTcpFastOpenConnect() - Method in class io.netty.channel.epoll.EpollSocketChannelConfig
-
Returns true
if TCP fast open is enabled, false
otherwise.
- isTcpFastOpenConnect() - Method in class io.netty.channel.kqueue.KQueueSocketChannelConfig
-
Returns true
if TCP fast open is enabled, false
otherwise.
- isTcpFastOpenServerSideAvailable() - Static method in class io.netty.channel.epoll.Epoll
-
- isTcpFastOpenServerSideAvailable() - Static method in class io.netty.channel.kqueue.KQueue
-
- isTcpNoDelay() - Method in class io.netty.channel.epoll.EpollSocketChannelConfig
-
- isTcpNoDelay() - Method in class io.netty.channel.kqueue.KQueueSocketChannelConfig
-
- isTcpNoDelay() - Method in class io.netty.channel.socket.DefaultSocketChannelConfig
-
- isTcpNoDelay() - Method in interface io.netty.channel.socket.SocketChannelConfig
-
- isTcpNoDelay() - Method in class io.netty.channel.unix.Socket
-
- isTcpNoPush() - Method in class io.netty.channel.kqueue.KQueueSocketChannelConfig
-
- isTcpQuickAck() - Method in class io.netty.channel.epoll.EpollSocketChannelConfig
-
- isTeNotTrailers(CharSequence, CharSequence) - Static method in class io.netty.handler.codec.http.HttpHeaderValidationUtil
-
- isTerminated() - Method in class io.netty.channel.ThreadPerChannelEventLoopGroup
-
Deprecated.
- isTerminated() - Method in class io.netty.util.concurrent.GlobalEventExecutor
-
- isTerminated() - Method in class io.netty.util.concurrent.ImmediateEventExecutor
-
- isTerminated() - Method in class io.netty.util.concurrent.MultithreadEventExecutorGroup
-
- isTerminated() - Method in class io.netty.util.concurrent.NonStickyEventExecutorGroup
-
- isTerminated() - Method in class io.netty.util.concurrent.SingleThreadEventExecutor
-
- isText(ByteBuf, Charset) - Static method in class io.netty.buffer.ByteBufUtil
-
Returns
true
if the given
ByteBuf
is valid text using the given
Charset
,
otherwise return
false
.
- isText(ByteBuf, int, int, Charset) - Static method in class io.netty.buffer.ByteBufUtil
-
Returns
true
if the specified
ByteBuf
starting at
index
with
length
is valid
text using the given
Charset
, otherwise return
false
.
- isTimeoutError(Throwable) - Static method in class io.netty.resolver.dns.DnsNameResolver
-
Returns
true
if the
Throwable
was caused by an timeout.
- isTlsv13Supported(SslProvider) - Static method in enum io.netty.handler.ssl.SslProvider
-
- isTlsv13Supported(SslProvider, Provider) - Static method in enum io.netty.handler.ssl.SslProvider
-
- isTraceEnabled() - Method in interface io.netty.util.internal.logging.InternalLogger
-
Is the logger instance enabled for the TRACE level?
- isTrailersReceived() - Method in interface io.netty.handler.codec.http2.Http2Stream
-
Indicates whether or not the trailers have been received.
- isTrailersSent() - Method in interface io.netty.handler.codec.http2.Http2Stream
-
Indicates whether or not trailers were sent to the remote endpoint.
- isTransferEncodingChunked(HttpMessage) - Static method in class io.netty.handler.codec.http.HttpHeaders
-
- isTransferEncodingChunked(HttpMessage) - Static method in class io.netty.handler.codec.http.HttpUtil
-
Checks to see if the transfer encoding in a specified
HttpMessage
is chunked
- isTransportOrTimeoutError(Throwable) - Static method in class io.netty.resolver.dns.DnsNameResolver
-
Returns
true
if the
Throwable
was caused by an timeout or transport error.
- isTruncated() - Method in class io.netty.handler.codec.dns.DefaultDnsResponse
-
- isTruncated() - Method in interface io.netty.handler.codec.dns.DnsResponse
-
Returns true
if response has been truncated, usually if it is
over 512 bytes.
- isTruncated() - Method in class io.netty.handler.codec.spdy.DefaultSpdyHeadersFrame
-
- isTruncated() - Method in interface io.netty.handler.codec.spdy.SpdyHeadersFrame
-
Returns true
if this header block has been truncated due to
length restrictions.
- isUdpGro() - Method in class io.netty.channel.epoll.EpollDatagramChannelConfig
-
Returns if UDP_GRO
is enabled.
- isUnaligned() - Static method in class io.netty.util.internal.PlatformDependent
-
true
if and only if the platform supports unaligned access.
- isUnidirectional() - Method in class io.netty.handler.codec.spdy.DefaultSpdySynStreamFrame
-
- isUnidirectional() - Method in interface io.netty.handler.codec.spdy.SpdySynStreamFrame
-
Returns true
if the stream created with this frame is to be
considered half-closed to the receiver.
- isUnordered() - Method in class io.netty.channel.sctp.SctpMessage
-
return the unordered flag
- isUpperCase(byte) - Static method in class io.netty.util.AsciiString
-
- isUpperCase(char) - Static method in class io.netty.util.AsciiString
-
- isValidateHeaders() - Method in class io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
-
- isValidateHeaders() - Method in class io.netty.handler.codec.http2.Http2FrameCodecBuilder
-
- isValidateHeaders() - Method in class io.netty.handler.codec.http2.Http2MultiplexCodecBuilder
-
Deprecated.
- isValidateHttpHeaders() - Method in class io.netty.handler.codec.http2.AbstractInboundHttp2ToHttpAdapterBuilder
-
Return true
if HTTP header validation should be performed.
- isValidating(HttpHeadersFactory) - Method in class io.netty.handler.codec.http.HttpObjectDecoder
-
- isValidatingHeaderNames() - Method in class io.netty.handler.codec.http.DefaultHttpHeadersFactory
-
Check whether header name validation is enabled.
- isValidatingHeaderValues() - Method in class io.netty.handler.codec.http.DefaultHttpHeadersFactory
-
Check whether header value validation is enabled.
- isValidIpV4Address(CharSequence) - Static method in class io.netty.util.NetUtil
-
Takes a
CharSequence
and parses it to see if it is a valid IPV4 address.
- 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
-
- isValidIpV6Address(CharSequence) - Static method in class io.netty.util.NetUtil
-
- isValidStatusCode(int) - Static method in class io.netty.handler.codec.http.websocketx.WebSocketCloseStatus
-
- isValidStreamId(int) - Method in interface io.netty.handler.codec.http2.Http2Connection.Endpoint
-
Indicates whether the given streamId is from the set of IDs used by this endpoint to
create new streams.
- isValidUnknownFrameHeader(int, int, byte, int) - Method in class io.netty.handler.codec.spdy.SpdyFrameCodec
-
- isValidUnknownFrameHeader(int, int, byte, int) - Method in class io.netty.handler.codec.spdy.SpdyFrameDecoder
-
- isVirtualThread(Thread) - Static method in class io.netty.util.internal.PlatformDependent
-
- isVoid() - Method in interface io.netty.channel.ChannelFuture
-
- isVoid() - Method in class io.netty.channel.DefaultChannelProgressivePromise
-
- isVoid() - Method in class io.netty.channel.DefaultChannelPromise
-
- isVoid() - Method in class io.netty.channel.DelegatingChannelPromiseNotifier
-
- isVoid() - Method in class io.netty.channel.VoidChannelPromise
-
- isWarnEnabled() - Method in interface io.netty.util.internal.logging.InternalLogger
-
Is the logger instance enabled for the WARN level?
- isWillFlag() - Method in class io.netty.handler.codec.mqtt.MqttConnectVariableHeader
-
- isWillRetain() - Method in class io.netty.handler.codec.mqtt.MqttConnectVariableHeader
-
- isWindows() - Static method in class io.netty.util.internal.PlatformDependent
-
Return true
if the JVM is running on Windows
- 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
-
Deprecated.
- isWritable(int) - Method in class io.netty.buffer.ReadOnlyByteBuf
-
Deprecated.
- isWritable() - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- isWritable(int) - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- isWritable() - Method in class io.netty.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
-
- isWritable(Http2Stream) - Method in class io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController
-
- isWritable(Http2Stream) - Method in interface io.netty.handler.codec.http2.Http2RemoteFlowController
-
Determine if the stream
has bytes remaining for use in the flow control window.
- isWriting() - Method in class io.netty.handler.pcap.PcapWriteHandler
-
- isZero(byte[], int, int) - Static method in class io.netty.util.internal.PlatformDependent
-
Determine if a subsection of an array is zero.
- iterator() - Method in class io.netty.buffer.CompositeByteBuf
-
- iterator() - Method in class io.netty.channel.DefaultChannelPipeline
-
- iterator() - Method in exception io.netty.channel.group.ChannelGroupException
-
- iterator() - Method in interface io.netty.channel.group.ChannelGroupFuture
-
- iterator() - Method in class io.netty.channel.group.DefaultChannelGroup
-
- iterator() - Method in class io.netty.channel.pool.AbstractChannelPoolMap
-
- iterator() - Method in class io.netty.channel.ThreadPerChannelEventLoopGroup
-
Deprecated.
- iterator() - Method in class io.netty.handler.codec.DefaultHeaders
-
- iterator() - Method in class io.netty.handler.codec.EmptyHeaders
-
- iterator() - Method in interface io.netty.handler.codec.Headers
-
- iterator() - Method in class io.netty.handler.codec.http.DefaultHttpHeaders
-
Deprecated.
- iterator() - Method in class io.netty.handler.codec.http.EmptyHttpHeaders
-
- iterator() - Method in class io.netty.handler.codec.http.HttpHeaders
-
- iterator() - Method in class io.netty.handler.codec.http.ReadOnlyHttpHeaders
-
- iterator() - Method in exception io.netty.handler.codec.http2.Http2Exception.CompositeStreamException
-
- iterator() - Method in interface io.netty.handler.codec.http2.Http2Headers
-
Returns an iterator over all HTTP/2 headers.
- iterator() - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
-
- iterator() - Method in class io.netty.handler.ssl.OpenSslCertificateCompressionConfig
-
- iterator() - Method in class io.netty.util.concurrent.AbstractEventExecutor
-
- iterator() - Method in interface io.netty.util.concurrent.EventExecutorGroup
-
- iterator() - Method in class io.netty.util.concurrent.MultithreadEventExecutorGroup
-
- iterator() - Method in class io.netty.util.concurrent.NonStickyEventExecutorGroup
-
- iterator() - Method in class io.netty.util.concurrent.UnorderedThreadPoolEventExecutor
-
- iterator() - Method in class io.netty.util.internal.ConcurrentSet
-
Deprecated.
- iterator() - Method in class io.netty.util.internal.DefaultPriorityQueue
-
This iterator does not return elements in any particular order.
- iterator() - Method in class io.netty.util.internal.EmptyPriorityQueue
-
- iteratorAsString(Iterable<Map.Entry<CharSequence, CharSequence>>) - Static method in class io.netty.handler.codec.HeadersUtils
-
- iteratorAsString() - Method in class io.netty.handler.codec.http.HttpHeaders
-
- iteratorAsString() - Method in class io.netty.handler.codec.spdy.DefaultSpdyHeaders
-
- iteratorAsString() - Method in interface io.netty.handler.codec.spdy.SpdyHeaders
-
- iteratorAsString() - Method in class io.netty.handler.codec.stomp.DefaultStompHeaders
-
- iteratorAsString() - Method in interface io.netty.handler.codec.stomp.StompHeaders
-
- iteratorCharSequence() - Method in class io.netty.handler.codec.http.DefaultHttpHeaders
-
- iteratorCharSequence() - Method in class io.netty.handler.codec.http.EmptyHttpHeaders
-
- iteratorCharSequence() - Method in class io.netty.handler.codec.http.HttpHeaders
-
- iteratorCharSequence() - Method in class io.netty.handler.codec.http.ReadOnlyHttpHeaders
-
- IXFR - Static variable in class io.netty.handler.codec.dns.DnsRecordType
-
Incremental Zone Transfer record RFC 1996 Requests a zone transfer of the
given zone but only differences from a previous serial number.
- last() - Method in interface io.netty.channel.ChannelPipeline
-
- last() - Method in class io.netty.channel.DefaultChannelPipeline
-
- LAST_MODIFIED - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
-
"last-modified"
- LAST_MODIFIED - Static variable in class io.netty.handler.codec.http.HttpHeaders.Names
-
Deprecated.
"Last-Modified"
- LAST_MODIFIED - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderNames
-
"last-modified"
- LAST_MODIFIED - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Names
-
Deprecated.
"Last-Modified"
- lastAckRecv() - Method in class io.netty.channel.epoll.EpollTcpInfo
-
- lastAckSent() - Method in class io.netty.channel.epoll.EpollTcpInfo
-
- LastBulkStringRedisContent - Interface in io.netty.handler.codec.redis
-
A last chunk of Bulk Strings.
- lastBytesRead(int) - Method in class io.netty.channel.DefaultMaxMessagesRecvByteBufAllocator.MaxMessageHandle
-
- lastBytesRead() - Method in class io.netty.channel.DefaultMaxMessagesRecvByteBufAllocator.MaxMessageHandle
-
- lastBytesRead(int) - Method in class io.netty.channel.RecvByteBufAllocator.DelegatingHandle
-
- lastBytesRead() - Method in class io.netty.channel.RecvByteBufAllocator.DelegatingHandle
-
- lastBytesRead(int) - Method in interface io.netty.channel.RecvByteBufAllocator.Handle
-
Deprecated.
Set the bytes that have been read for the last read operation.
- lastBytesRead() - Method in interface io.netty.channel.RecvByteBufAllocator.Handle
-
Deprecated.
Get the amount of bytes for the previous read operation.
- lastContext() - Method in interface io.netty.channel.ChannelPipeline
-
- lastContext() - Method in class io.netty.channel.DefaultChannelPipeline
-
- lastCumulativeTime() - Method in class io.netty.handler.traffic.TrafficCounter
-
- lastDataRecv() - Method in class io.netty.channel.epoll.EpollTcpInfo
-
- 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
-
- lastInboundBuffer() - Method in class io.netty.channel.embedded.EmbeddedChannel
-
- lastIndexOf(CharSequence) - Method in class io.netty.util.AsciiString
-
Searches in this string for the last index of the specified string.
- lastIndexOf(CharSequence, int) - Method in class io.netty.util.AsciiString
-
Searches in this string for the index of the specified string.
- LastMemcacheContent - Interface in io.netty.handler.codec.memcache
-
- 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
-
- LastSmtpContent - Interface in io.netty.handler.codec.smtp
-
The last part of a sequence of
SmtpContent
s that are sent after a
DATA
request.
- LastStompContentSubframe - Interface in io.netty.handler.codec.stomp
-
- lastStreamCreated() - Method in interface io.netty.handler.codec.http2.Http2Connection.Endpoint
-
Gets the ID of the stream last successfully created by this endpoint.
- lastStreamId() - Method in class io.netty.handler.codec.http2.DefaultHttp2GoAwayFrame
-
- lastStreamId() - Method in interface io.netty.handler.codec.http2.Http2GoAwayFrame
-
Returns the last stream identifier if set, or -1
else.
- lastStreamId() - Method in exception io.netty.handler.codec.http2.StreamBufferingEncoder.Http2GoAwayException
-
- lastStreamKnownByPeer() - Method in interface io.netty.handler.codec.http2.Http2Connection.Endpoint
-
If a GOAWAY was received for this endpoint, this will be the last stream ID from the
GOAWAY frame.
- lastTime() - Method in class io.netty.handler.traffic.TrafficCounter
-
- lastVariableIndex() - Static method in class io.netty.util.internal.InternalThreadLocalMap
-
- lastWriteThroughput() - Method in class io.netty.handler.traffic.TrafficCounter
-
- lastWrittenBytes() - Method in class io.netty.handler.traffic.TrafficCounter
-
- LAX - Static variable in class io.netty.handler.codec.http.cookie.ClientCookieDecoder
-
Lax instance that doesn't validate name and value
- LAX - Static variable in class io.netty.handler.codec.http.cookie.ClientCookieEncoder
-
Lax instance that doesn't validate name and value, and (for methods that accept multiple cookies) keeps
cookies in the order in which they were given.
- LAX - Static variable in class io.netty.handler.codec.http.cookie.ServerCookieDecoder
-
Lax instance that doesn't validate name and value
- LAX - Static variable in class io.netty.handler.codec.http.cookie.ServerCookieEncoder
-
Lax instance that doesn't validate name and value, and that allows multiple
cookies with the same name.
- LAYERS - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Values
-
Deprecated.
"layers"
- LAYERS - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderValues
-
"layers"
- lazyExecute(Runnable) - Method in class io.netty.util.concurrent.AbstractEventExecutor
-
Like
Executor.execute(Runnable)
but does not guarantee the task will be run until either
a non-lazy task is executed or the executor is shut down.
- lazyExecute(Runnable) - Method in class io.netty.util.concurrent.SingleThreadEventExecutor
-
- LazyJavaxX509Certificate - Class in io.netty.handler.ssl.util
-
- LazyJavaxX509Certificate(byte[]) - Constructor for class io.netty.handler.ssl.util.LazyJavaxX509Certificate
-
Creates a new instance which will lazy parse the given bytes.
- LazyX509Certificate - Class in io.netty.handler.ssl.util
-
- LazyX509Certificate(byte[]) - Constructor for class io.netty.handler.ssl.util.LazyX509Certificate
-
Creates a new instance which will lazy parse the given bytes.
- leaveGroup(InetAddress) - Method in class io.netty.channel.epoll.EpollDatagramChannel
-
- leaveGroup(InetAddress, ChannelPromise) - Method in class io.netty.channel.epoll.EpollDatagramChannel
-
- leaveGroup(InetSocketAddress, NetworkInterface) - Method in class io.netty.channel.epoll.EpollDatagramChannel
-
- leaveGroup(InetSocketAddress, NetworkInterface, ChannelPromise) - Method in class io.netty.channel.epoll.EpollDatagramChannel
-
- leaveGroup(InetAddress, NetworkInterface, InetAddress) - Method in class io.netty.channel.epoll.EpollDatagramChannel
-
- leaveGroup(InetAddress, NetworkInterface, InetAddress, ChannelPromise) - Method in class io.netty.channel.epoll.EpollDatagramChannel
-
- leaveGroup(InetAddress) - Method in class io.netty.channel.kqueue.KQueueDatagramChannel
-
- leaveGroup(InetAddress, ChannelPromise) - Method in class io.netty.channel.kqueue.KQueueDatagramChannel
-
- leaveGroup(InetSocketAddress, NetworkInterface) - Method in class io.netty.channel.kqueue.KQueueDatagramChannel
-
- leaveGroup(InetSocketAddress, NetworkInterface, ChannelPromise) - Method in class io.netty.channel.kqueue.KQueueDatagramChannel
-
- leaveGroup(InetAddress, NetworkInterface, InetAddress) - Method in class io.netty.channel.kqueue.KQueueDatagramChannel
-
- leaveGroup(InetAddress, NetworkInterface, InetAddress, ChannelPromise) - Method in class io.netty.channel.kqueue.KQueueDatagramChannel
-
- leaveGroup(InetAddress) - Method in interface io.netty.channel.socket.DatagramChannel
-
Leaves a multicast group and notifies the
ChannelFuture
once the operation completes.
- leaveGroup(InetAddress, ChannelPromise) - Method in interface io.netty.channel.socket.DatagramChannel
-
Leaves a multicast group and notifies the
ChannelFuture
once the operation completes.
- leaveGroup(InetSocketAddress, NetworkInterface) - Method in interface io.netty.channel.socket.DatagramChannel
-
Leaves a multicast group on a specified local interface and notifies the
ChannelFuture
once the
operation completes.
- leaveGroup(InetSocketAddress, NetworkInterface, ChannelPromise) - Method in interface io.netty.channel.socket.DatagramChannel
-
Leaves a multicast group on a specified local interface and notifies the
ChannelFuture
once the
operation completes.
- leaveGroup(InetAddress, NetworkInterface, InetAddress) - Method in interface io.netty.channel.socket.DatagramChannel
-
Leave the specified multicast group at the specified interface using the specified source and notifies
the
ChannelFuture
once the operation completes.
- leaveGroup(InetAddress, NetworkInterface, InetAddress, ChannelPromise) - Method in interface io.netty.channel.socket.DatagramChannel
-
Leave the specified multicast group at the specified interface using the specified source and notifies
the
ChannelFuture
once the operation completes.
- leaveGroup(InetAddress) - Method in class io.netty.channel.socket.nio.NioDatagramChannel
-
- leaveGroup(InetAddress, ChannelPromise) - Method in class io.netty.channel.socket.nio.NioDatagramChannel
-
- leaveGroup(InetSocketAddress, NetworkInterface) - Method in class io.netty.channel.socket.nio.NioDatagramChannel
-
- leaveGroup(InetSocketAddress, NetworkInterface, ChannelPromise) - Method in class io.netty.channel.socket.nio.NioDatagramChannel
-
- leaveGroup(InetAddress, NetworkInterface, InetAddress) - Method in class io.netty.channel.socket.nio.NioDatagramChannel
-
- leaveGroup(InetAddress, NetworkInterface, InetAddress, ChannelPromise) - Method in class io.netty.channel.socket.nio.NioDatagramChannel
-
- leaveGroup(InetAddress) - Method in class io.netty.channel.socket.oio.OioDatagramChannel
-
Deprecated.
- leaveGroup(InetAddress, ChannelPromise) - Method in class io.netty.channel.socket.oio.OioDatagramChannel
-
Deprecated.
- leaveGroup(InetSocketAddress, NetworkInterface) - Method in class io.netty.channel.socket.oio.OioDatagramChannel
-
Deprecated.
- leaveGroup(InetSocketAddress, NetworkInterface, ChannelPromise) - Method in class io.netty.channel.socket.oio.OioDatagramChannel
-
Deprecated.
- leaveGroup(InetAddress, NetworkInterface, InetAddress) - Method in class io.netty.channel.socket.oio.OioDatagramChannel
-
Deprecated.
- leaveGroup(InetAddress, NetworkInterface, InetAddress, ChannelPromise) - Method in class io.netty.channel.socket.oio.OioDatagramChannel
-
Deprecated.
- length() - Method in class io.netty.channel.unix.RawUnixChannelOption
-
The length of the optval.
- length() - Method in class io.netty.handler.codec.http.HttpChunkedInput
-
- length() - Method in class io.netty.handler.codec.http.multipart.AbstractHttpData
-
- length() - Method in interface io.netty.handler.codec.http.multipart.HttpData
-
Returns the size in byte of the InterfaceHttpData
- length() - Method in class io.netty.handler.codec.http.multipart.HttpPostRequestEncoder
-
- length() - Method in class io.netty.handler.codec.http.websocketx.WebSocketChunkedInput
-
- length() - Method in class io.netty.handler.codec.http2.Http2DataChunkedInput
-
- length() - Method in class io.netty.handler.codec.redis.ArrayHeaderRedisMessage
-
Get length of this array object.
- length() - Method in enum io.netty.handler.codec.redis.RedisMessageType
-
Returns length of this type.
- length() - Method in class io.netty.handler.stream.ChunkedFile
-
- length() - Method in interface io.netty.handler.stream.ChunkedInput
-
Returns the length of the input.
- length() - Method in class io.netty.handler.stream.ChunkedNioFile
-
- length() - Method in class io.netty.handler.stream.ChunkedNioStream
-
- length() - Method in class io.netty.handler.stream.ChunkedStream
-
- length() - Method in class io.netty.util.AsciiString
-
The length in bytes of this instance.
- length() - Method in class io.netty.util.internal.AppendableCharSequence
-
- length(String) - Static method in class io.netty.util.internal.StringUtil
-
Get the length of a string, null
input is considered 0
length.
- LENGTH_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
ByteBuf
s dynamically by the
value of the length field in the message.
- LengthFieldBasedFrameDecoder(int, int, int) - Constructor for class io.netty.handler.codec.LengthFieldBasedFrameDecoder
-
Creates a new instance.
- LengthFieldBasedFrameDecoder(int, int, int, int, int) - Constructor for class io.netty.handler.codec.LengthFieldBasedFrameDecoder
-
Creates a new instance.
- LengthFieldBasedFrameDecoder(int, int, int, int, int, boolean) - Constructor for class io.netty.handler.codec.LengthFieldBasedFrameDecoder
-
Creates a new instance.
- LengthFieldBasedFrameDecoder(ByteOrder, int, int, int, int, int, boolean) - Constructor for class io.netty.handler.codec.LengthFieldBasedFrameDecoder
-
Creates a new instance.
- LengthFieldPrepender - Class in io.netty.handler.codec
-
An encoder that prepends the length of the message.
- LengthFieldPrepender(int) - Constructor for class io.netty.handler.codec.LengthFieldPrepender
-
Creates a new instance.
- LengthFieldPrepender(int, boolean) - Constructor for class io.netty.handler.codec.LengthFieldPrepender
-
Creates a new instance.
- LengthFieldPrepender(int, int) - Constructor for class io.netty.handler.codec.LengthFieldPrepender
-
Creates a new instance.
- LengthFieldPrepender(int, int, boolean) - Constructor for class io.netty.handler.codec.LengthFieldPrepender
-
Creates a new instance.
- LengthFieldPrepender(ByteOrder, int, int, boolean) - Constructor for class io.netty.handler.codec.LengthFieldPrepender
-
Creates a new instance.
- level() - Method in class io.netty.channel.unix.GenericUnixChannelOption
-
Returns the level.
- level() - Method in class io.netty.handler.logging.LoggingHandler
-
Returns the
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.DecoratingHttp2ConnectionDecoder
-
- lifecycleManager(Http2LifecycleManager) - Method in class io.netty.handler.codec.http2.DecoratingHttp2ConnectionEncoder
-
- lifecycleManager(Http2LifecycleManager) - Method in class io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder
-
- lifecycleManager(Http2LifecycleManager) - Method in class io.netty.handler.codec.http2.DefaultHttp2ConnectionEncoder
-
- lifecycleManager(Http2LifecycleManager) - Method in interface io.netty.handler.codec.http2.Http2ConnectionDecoder
-
Sets the lifecycle manager.
- lifecycleManager(Http2LifecycleManager) - Method in interface io.netty.handler.codec.http2.Http2ConnectionEncoder
-
Sets the lifecycle manager.
- Limits - Class in io.netty.channel.unix
-
- LINE_FEED - Static variable in class io.netty.util.internal.StringUtil
-
- LineBasedFrameDecoder - Class in io.netty.handler.codec
-
A decoder that splits the received
ByteBuf
s 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.
- LineEncoder - Class in io.netty.handler.codec.string
-
Apply a line separator to the requested
String
and encode it into a
ByteBuf
.
- LineEncoder() - Constructor for class io.netty.handler.codec.string.LineEncoder
-
Creates a new instance with the current system line separator and UTF-8 charset encoding.
- LineEncoder(LineSeparator) - Constructor for class io.netty.handler.codec.string.LineEncoder
-
Creates a new instance with the specified line separator and UTF-8 charset encoding.
- LineEncoder(Charset) - Constructor for class io.netty.handler.codec.string.LineEncoder
-
Creates a new instance with the specified character set.
- LineEncoder(LineSeparator, Charset) - Constructor for class io.netty.handler.codec.string.LineEncoder
-
Creates a new instance with the specified line separator and character set.
- LineSeparator - Class in io.netty.handler.codec.string
-
A class to represent line separators in different environments.
- LineSeparator(String) - Constructor for class io.netty.handler.codec.string.LineSeparator
-
- LinuxSocket - Class in io.netty.channel.epoll
-
A socket which provides access Linux native methods.
- listAll() - Method in class io.netty.handler.codec.mqtt.MqttProperties
-
- listen(int) - Method in class io.netty.channel.unix.Socket
-
- listener(Http2RemoteFlowController.Listener) - Method in class io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController
-
- listener - Variable in class io.netty.handler.codec.http2.Http2FrameListenerDecorator
-
- listener(Http2RemoteFlowController.Listener) - Method in interface io.netty.handler.codec.http2.Http2RemoteFlowController
-
Set the active listener on the flow-controller.
- LITTLE_ENDIAN - Static variable in class io.netty.buffer.Unpooled
-
Little endian byte order.
- load(String, ClassLoader) - Static method in class io.netty.util.internal.NativeLibraryLoader
-
- loadFirstAvailable(ClassLoader, String...) - Static method in class io.netty.util.internal.NativeLibraryLoader
-
Loads the first available library in the collection with the specified
ClassLoader
.
- LOC - Static variable in class io.netty.handler.codec.dns.DnsRecordType
-
Location record RFC 1876 Specifies a geographical location associated
with a domain name.
- local() - Method in class io.netty.handler.codec.http2.DefaultHttp2Connection
-
- local() - Method in interface io.netty.handler.codec.http2.Http2Connection
-
- localAddress(SocketAddress) - Method in class io.netty.bootstrap.AbstractBootstrap
-
- localAddress(int) - Method in class io.netty.bootstrap.AbstractBootstrap
-
- localAddress(String, int) - Method in class io.netty.bootstrap.AbstractBootstrap
-
- localAddress(InetAddress, int) - Method in class io.netty.bootstrap.AbstractBootstrap
-
- localAddress() - Method in class io.netty.bootstrap.AbstractBootstrapConfig
-
Returns the configured local address or null
if non is configured yet.
- localAddress() - Method in class io.netty.channel.AbstractChannel.AbstractUnsafe
-
- localAddress() - Method in class io.netty.channel.AbstractChannel
-
- localAddress() - Method in interface io.netty.channel.Channel
-
Returns the local address where this channel is bound to.
- localAddress() - Method in interface io.netty.channel.Channel.Unsafe
-
Return the
SocketAddress
to which is bound local or
null
if none.
- localAddress() - Method in class io.netty.channel.epoll.EpollDatagramChannel
-
- localAddress() - Method in class io.netty.channel.epoll.EpollDomainDatagramChannel
-
- localAddress() - Method in class io.netty.channel.epoll.EpollDomainSocketChannel
-
- localAddress() - Method in class io.netty.channel.epoll.EpollServerDomainSocketChannel
-
- localAddress() - Method in class io.netty.channel.epoll.EpollServerSocketChannel
-
- localAddress() - Method in class io.netty.channel.epoll.EpollSocketChannel
-
- localAddress() - Method in class io.netty.channel.kqueue.KQueueDatagramChannel
-
- localAddress() - Method in class io.netty.channel.kqueue.KQueueDomainDatagramChannel
-
- localAddress() - Method in class io.netty.channel.kqueue.KQueueDomainSocketChannel
-
- localAddress() - Method in class io.netty.channel.kqueue.KQueueServerDomainSocketChannel
-
- localAddress() - Method in class io.netty.channel.kqueue.KQueueServerSocketChannel
-
- localAddress() - Method in class io.netty.channel.kqueue.KQueueSocketChannel
-
- LocalAddress - 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(Class<?>) - Constructor for class io.netty.channel.local.LocalAddress
-
Creates a new instance with a random ID based on the given class.
- localAddress() - Method in class io.netty.channel.local.LocalChannel
-
- localAddress() - Method in class io.netty.channel.local.LocalServerChannel
-
- localAddress() - Method in class io.netty.channel.rxtx.RxtxChannel
-
Deprecated.
- localAddress() - Method in class io.netty.channel.sctp.nio.NioSctpChannel
-
- localAddress() - Method in class io.netty.channel.sctp.nio.NioSctpServerChannel
-
- localAddress() - Method in class io.netty.channel.sctp.oio.OioSctpChannel
-
Deprecated.
- localAddress() - Method in class io.netty.channel.sctp.oio.OioSctpServerChannel
-
Deprecated.
- localAddress() - Method in interface io.netty.channel.sctp.SctpChannel
-
Return the (primary) local address of the SCTP channel.
- localAddress() - Method in interface io.netty.channel.sctp.SctpServerChannel
-
Return the (primary) local address of the SCTP server channel.
- localAddress() - Method in interface io.netty.channel.socket.DatagramChannel
-
- localAddress() - Method in class io.netty.channel.socket.nio.NioDatagramChannel
-
- localAddress() - Method in class io.netty.channel.socket.nio.NioServerSocketChannel
-
- localAddress() - Method in class io.netty.channel.socket.nio.NioSocketChannel
-
- localAddress() - Method in class io.netty.channel.socket.oio.OioDatagramChannel
-
Deprecated.
- localAddress() - Method in class io.netty.channel.socket.oio.OioServerSocketChannel
-
Deprecated.
- localAddress() - Method in class io.netty.channel.socket.oio.OioSocketChannel
-
Deprecated.
- localAddress() - Method in interface io.netty.channel.socket.ServerSocketChannel
-
- localAddress() - Method in interface io.netty.channel.socket.SocketChannel
-
- localAddress() - Method in class io.netty.channel.udt.nio.NioUdtAcceptorChannel
-
Deprecated.
- localAddress() - Method in class io.netty.channel.udt.nio.NioUdtByteConnectorChannel
-
Deprecated.
- localAddress() - Method in class io.netty.channel.udt.nio.NioUdtMessageConnectorChannel
-
Deprecated.
- localAddress() - Method in interface io.netty.channel.udt.UdtChannel
-
Deprecated.
- localAddress() - Method in class io.netty.channel.unix.DatagramSocketAddress
-
- localAddress() - Method in interface io.netty.channel.unix.DomainDatagramChannel
-
- localAddress() - Method in class io.netty.channel.unix.DomainDatagramSocketAddress
-
- localAddress() - Method in interface io.netty.channel.unix.DomainSocketChannel
-
- localAddress() - Method in interface io.netty.channel.unix.ServerDomainSocketChannel
-
- localAddress() - Method in class io.netty.channel.unix.Socket
-
- localAddress(SocketAddress, SocketAddress) - Method in class io.netty.handler.address.DynamicAddressConnectHandler
-
- localAddress(SocketAddress) - Method in class io.netty.resolver.dns.DnsNameResolverBuilder
-
Configure the address that will be used to bind too.
- localAddress0() - Method in class io.netty.channel.AbstractChannel
-
- localAddress0() - Method in class io.netty.channel.embedded.EmbeddedChannel
-
- localAddress0() - Method in class io.netty.channel.epoll.EpollDomainDatagramChannel
-
- localAddress0() - Method in class io.netty.channel.epoll.EpollDomainSocketChannel
-
- localAddress0() - Method in class io.netty.channel.epoll.EpollServerDomainSocketChannel
-
- localAddress0() - Method in class io.netty.channel.kqueue.KQueueDomainDatagramChannel
-
- localAddress0() - Method in class io.netty.channel.kqueue.KQueueDomainSocketChannel
-
- localAddress0() - Method in class io.netty.channel.kqueue.KQueueServerDomainSocketChannel
-
- localAddress0() - Method in class io.netty.channel.local.LocalChannel
-
- localAddress0() - Method in class io.netty.channel.local.LocalServerChannel
-
- localAddress0() - Method in class io.netty.channel.rxtx.RxtxChannel
-
Deprecated.
- localAddress0() - Method in class io.netty.channel.sctp.nio.NioSctpChannel
-
- localAddress0() - Method in class io.netty.channel.sctp.nio.NioSctpServerChannel
-
- localAddress0() - Method in class io.netty.channel.sctp.oio.OioSctpChannel
-
Deprecated.
- localAddress0() - Method in class io.netty.channel.sctp.oio.OioSctpServerChannel
-
Deprecated.
- localAddress0() - Method in class io.netty.channel.socket.nio.NioDatagramChannel
-
- localAddress0() - Method in class io.netty.channel.socket.nio.NioDomainSocketChannel
-
- localAddress0() - Method in class io.netty.channel.socket.nio.NioServerDomainSocketChannel
-
- localAddress0() - Method in class io.netty.channel.socket.nio.NioServerSocketChannel
-
- localAddress0() - Method in class io.netty.channel.socket.nio.NioSocketChannel
-
- localAddress0() - Method in class io.netty.channel.socket.oio.OioDatagramChannel
-
Deprecated.
- localAddress0() - Method in class io.netty.channel.socket.oio.OioServerSocketChannel
-
Deprecated.
- localAddress0() - Method in class io.netty.channel.socket.oio.OioSocketChannel
-
Deprecated.
- localAddress0() - Method in class io.netty.channel.udt.nio.NioUdtAcceptorChannel
-
Deprecated.
- localAddress0() - Method in class io.netty.channel.udt.nio.NioUdtByteConnectorChannel
-
Deprecated.
- localAddress0() - Method in class io.netty.channel.udt.nio.NioUdtMessageConnectorChannel
-
Deprecated.
- LocalChannel - Class in io.netty.channel.local
-
- LocalChannel() - Constructor for class io.netty.channel.local.LocalChannel
-
- LocalChannel(LocalServerChannel, LocalChannel) - Constructor for class io.netty.channel.local.LocalChannel
-
- localChannelReaderStackDepth() - Method in class io.netty.util.internal.InternalThreadLocalMap
-
- localDomainSocketAddress() - Method in class io.netty.channel.unix.Socket
-
- LocalEventLoopGroup - Class in io.netty.channel.local
-
- LocalEventLoopGroup() - Constructor for class io.netty.channel.local.LocalEventLoopGroup
-
Deprecated.
Create a new instance with the default number of threads.
- LocalEventLoopGroup(int) - Constructor for class io.netty.channel.local.LocalEventLoopGroup
-
Deprecated.
Create a new instance
- LocalEventLoopGroup(ThreadFactory) - Constructor for class io.netty.channel.local.LocalEventLoopGroup
-
Deprecated.
Create a new instance with the default number of threads and the given
ThreadFactory
.
- LocalEventLoopGroup(int, ThreadFactory) - Constructor for class io.netty.channel.local.LocalEventLoopGroup
-
Deprecated.
Create a new instance
- localhost() - Method in enum io.netty.channel.socket.InternetProtocolFamily
-
Returns the
InetAddress
that represent the
LOCALHOST
for the family.
- LOCALHOST - Static variable in class io.netty.util.NetUtil
-
- 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.DecoratingHttp2ConnectionDecoder
-
- localSettings() - Method in class io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder
-
- localSettings() - Method in interface io.netty.handler.codec.http2.Http2ConnectionDecoder
-
Gets the local settings for this endpoint of the HTTP/2 connection.
- localSideOpen() - Method in enum io.netty.handler.codec.http2.Http2Stream.State
-
- localSocketAddress(ServerSocket) - Static method in class io.netty.util.internal.SocketUtils
-
- localVSockAddress() - Method in class io.netty.channel.epoll.LinuxSocket
-
- LOCATION - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
-
"location"
- LOCATION - Static variable in class io.netty.handler.codec.http.HttpHeaders.Names
-
Deprecated.
"Location"
- LOCKED - Static variable in class io.netty.handler.codec.http.HttpResponseStatus
-
423 Locked (WebDAV, RFC4918)
- log(InternalLogLevel, String, Throwable) - Method in class io.netty.util.internal.logging.AbstractInternalLogger
-
- log(InternalLogLevel, Throwable) - Method in class io.netty.util.internal.logging.AbstractInternalLogger
-
- log(InternalLogLevel, String) - Method in class io.netty.util.internal.logging.AbstractInternalLogger
-
- log(InternalLogLevel, String, Object) - Method in class io.netty.util.internal.logging.AbstractInternalLogger
-
- log(InternalLogLevel, String, Object, Object) - Method in class io.netty.util.internal.logging.AbstractInternalLogger
-
- log(InternalLogLevel, String, Object...) - Method in class io.netty.util.internal.logging.AbstractInternalLogger
-
- log(InternalLogLevel, String) - Method in interface io.netty.util.internal.logging.InternalLogger
-
Log a message at the specified level
.
- log(InternalLogLevel, String, Object) - Method in interface io.netty.util.internal.logging.InternalLogger
-
Log a message at the specified level
according to the specified format
and argument.
- log(InternalLogLevel, String, Object, Object) - Method in interface io.netty.util.internal.logging.InternalLogger
-
Log a message at the specified level
according to the specified format
and arguments.
- log(InternalLogLevel, String, Object...) - Method in interface io.netty.util.internal.logging.InternalLogger
-
Log a message at the specified level
according to the specified format
and arguments.
- log(InternalLogLevel, String, Throwable) - Method in interface io.netty.util.internal.logging.InternalLogger
-
Log an exception (throwable) at the specified level
with an
accompanying message.
- log(InternalLogLevel, Throwable) - Method in interface io.netty.util.internal.logging.InternalLogger
-
Log an exception (throwable) at the specified level
.
- Log4J2LoggerFactory - Class in io.netty.util.internal.logging
-
- Log4J2LoggerFactory() - Constructor for class io.netty.util.internal.logging.Log4J2LoggerFactory
-
- Log4JLoggerFactory - Class in io.netty.util.internal.logging
-
- Log4JLoggerFactory() - Constructor for class io.netty.util.internal.logging.Log4JLoggerFactory
-
- logData(Http2FrameLogger.Direction, ChannelHandlerContext, int, ByteBuf, int, boolean) - Method in class io.netty.handler.codec.http2.Http2FrameLogger
-
- logger - Static variable in class io.netty.channel.udt.nio.NioUdtAcceptorChannel
-
Deprecated.
- logger - Static variable in class io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker
-
- logger - Variable in class io.netty.handler.logging.LoggingHandler
-
- LoggingDnsQueryLifeCycleObserverFactory - Class in io.netty.resolver.dns
-
- LoggingDnsQueryLifeCycleObserverFactory() - Constructor for class io.netty.resolver.dns.LoggingDnsQueryLifeCycleObserverFactory
-
- LoggingDnsQueryLifeCycleObserverFactory(LogLevel) - Constructor for class io.netty.resolver.dns.LoggingDnsQueryLifeCycleObserverFactory
-
- LoggingDnsQueryLifeCycleObserverFactory(Class<?>, LogLevel) - Constructor for class io.netty.resolver.dns.LoggingDnsQueryLifeCycleObserverFactory
-
- LoggingDnsQueryLifeCycleObserverFactory(String, LogLevel) - Constructor for class io.netty.resolver.dns.LoggingDnsQueryLifeCycleObserverFactory
-
- LoggingHandler - Class in io.netty.handler.logging
-
- LoggingHandler() - Constructor for class io.netty.handler.logging.LoggingHandler
-
Creates a new instance whose logger name is the fully qualified class
name of the instance with hex dump enabled.
- LoggingHandler(ByteBufFormat) - Constructor for class io.netty.handler.logging.LoggingHandler
-
Creates a new instance whose logger name is the fully qualified class
name of the instance.
- LoggingHandler(LogLevel) - Constructor for class io.netty.handler.logging.LoggingHandler
-
Creates a new instance whose logger name is the fully qualified class
name of the instance.
- LoggingHandler(LogLevel, ByteBufFormat) - Constructor for class io.netty.handler.logging.LoggingHandler
-
Creates a new instance whose logger name is the fully qualified class
name of the instance.
- LoggingHandler(Class<?>) - Constructor for class io.netty.handler.logging.LoggingHandler
-
Creates a new instance with the specified logger name and with hex dump
enabled.
- LoggingHandler(Class<?>, LogLevel) - Constructor for class io.netty.handler.logging.LoggingHandler
-
Creates a new instance with the specified logger name.
- LoggingHandler(Class<?>, LogLevel, ByteBufFormat) - Constructor for class io.netty.handler.logging.LoggingHandler
-
Creates a new instance with the specified logger name.
- LoggingHandler(String) - Constructor for class io.netty.handler.logging.LoggingHandler
-
Creates a new instance with the specified logger name using the default log level.
- LoggingHandler(String, LogLevel) - Constructor for class io.netty.handler.logging.LoggingHandler
-
Creates a new instance with the specified logger name.
- LoggingHandler(String, LogLevel, ByteBufFormat) - Constructor for class io.netty.handler.logging.LoggingHandler
-
Creates a new instance with the specified logger name.
- logGoAway(Http2FrameLogger.Direction, ChannelHandlerContext, int, long, ByteBuf) - Method in class io.netty.handler.codec.http2.Http2FrameLogger
-
- logHeaders(Http2FrameLogger.Direction, ChannelHandlerContext, int, Http2Headers, int, boolean) - Method in class io.netty.handler.codec.http2.Http2FrameLogger
-
- logHeaders(Http2FrameLogger.Direction, ChannelHandlerContext, int, Http2Headers, int, short, boolean, int, boolean) - Method in class io.netty.handler.codec.http2.Http2FrameLogger
-
- LOGIN - Static variable in interface io.netty.handler.codec.stomp.StompHeaders
-
- LogLevel - Enum in io.netty.handler.logging
-
- logPing(Http2FrameLogger.Direction, ChannelHandlerContext, long) - Method in class io.netty.handler.codec.http2.Http2FrameLogger
-
- logPingAck(Http2FrameLogger.Direction, ChannelHandlerContext, long) - Method in class io.netty.handler.codec.http2.Http2FrameLogger
-
- logPriority(Http2FrameLogger.Direction, ChannelHandlerContext, int, int, short, boolean) - Method in class io.netty.handler.codec.http2.Http2FrameLogger
-
- logPushPromise(Http2FrameLogger.Direction, ChannelHandlerContext, int, int, Http2Headers, int) - Method in class io.netty.handler.codec.http2.Http2FrameLogger
-
- logRstStream(Http2FrameLogger.Direction, ChannelHandlerContext, int, long) - Method in class io.netty.handler.codec.http2.Http2FrameLogger
-
- logSettings(Http2FrameLogger.Direction, ChannelHandlerContext, Http2Settings) - Method in class io.netty.handler.codec.http2.Http2FrameLogger
-
- logSettingsAck(Http2FrameLogger.Direction, ChannelHandlerContext) - Method in class io.netty.handler.codec.http2.Http2FrameLogger
-
- logUnknownFrame(Http2FrameLogger.Direction, ChannelHandlerContext, byte, int, Http2Flags, ByteBuf) - Method in class io.netty.handler.codec.http2.Http2FrameLogger
-
- logWindowsUpdate(Http2FrameLogger.Direction, ChannelHandlerContext, int, int) - Method in class io.netty.handler.codec.http2.Http2FrameLogger
-
- LongCollections - Class in io.netty.util.collection
-
Utilities for long-based primitive collections.
- longCommitHash() - Method in class io.netty.util.Version
-
- LongCounter - Interface in io.netty.util.internal
-
Counter for long.
- LongObjectHashMap<V> - Class in io.netty.util.collection
-
A hash map implementation of
LongObjectMap
that uses open addressing for keys.
- LongObjectHashMap() - Constructor for class io.netty.util.collection.LongObjectHashMap
-
- LongObjectHashMap(int) - Constructor for class io.netty.util.collection.LongObjectHashMap
-
- LongObjectHashMap(int, float) - Constructor for class io.netty.util.collection.LongObjectHashMap
-
- LongObjectMap<V> - Interface in io.netty.util.collection
-
Interface for a primitive map that uses long
s as keys.
- LongObjectMap.PrimitiveEntry<V> - Interface in io.netty.util.collection
-
- longValue(Long, long) - Static method in class io.netty.util.internal.ObjectUtil
-
Resolves a possibly null Long to a primitive long, using a default value.
- lookup(ChannelHandlerContext, ByteBuf) - Method in class io.netty.handler.ssl.AbstractSniHandler
-
- lookup(ChannelHandlerContext, String) - Method in class io.netty.handler.ssl.AbstractSniHandler
-
- lookup(ChannelHandlerContext, String) - Method in class io.netty.handler.ssl.SniHandler
-
- lookup(ChannelHandlerContext, ByteBuf) - Method in class io.netty.handler.ssl.SslClientHelloHandler
-
- LOOPBACK_IF - Static variable in class io.netty.util.NetUtil
-
- loopbackAddress() - Static method in class io.netty.util.internal.SocketUtils
-
- lost() - Method in class io.netty.channel.epoll.EpollTcpInfo
-
- low() - Method in class io.netty.channel.WriteBufferWaterMark
-
Returns the low water mark for the write buffer.
- LOW_STORAGE_SPACE - Static variable in class io.netty.handler.codec.rtsp.RtspResponseStatuses
-
250 Low on Storage Space
- Lz4FrameDecoder - Class in io.netty.handler.codec.compression
-
Uncompresses a
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
Github.
- Lz4FrameEncoder(boolean) - Constructor for class io.netty.handler.codec.compression.Lz4FrameEncoder
-
Creates a new LZ4 encoder with hight or fast compression, default block size (64 KB)
and xxhash hashing for Java, based on Yann Collet's work available at
Github.
- Lz4FrameEncoder(LZ4Factory, boolean, int, Checksum) - Constructor for class io.netty.handler.codec.compression.Lz4FrameEncoder
-
Creates a new customizable LZ4 encoder.
- Lz4FrameEncoder(LZ4Factory, boolean, int, Checksum, int) - Constructor for class io.netty.handler.codec.compression.Lz4FrameEncoder
-
Creates a new customizable LZ4 encoder.
- Lz4XXHash32 - Class in io.netty.handler.codec.compression
-
- Lz4XXHash32(int) - Constructor for class io.netty.handler.codec.compression.Lz4XXHash32
-
- LzfDecoder - Class in io.netty.handler.codec.compression
-
Uncompresses a
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
-
- LzfEncoder(boolean, int) - Constructor for class io.netty.handler.codec.compression.LzfEncoder
-
- LzfEncoder(int) - Constructor for class io.netty.handler.codec.compression.LzfEncoder
-
Creates a new LZF encoder with specified total length of encoded chunk.
- LzfEncoder(int, int) - Constructor for class io.netty.handler.codec.compression.LzfEncoder
-
Creates a new LZF encoder with specified settings.
- LzfEncoder(boolean, int, int) - Constructor for class io.netty.handler.codec.compression.LzfEncoder
-
- 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.
- MacAddressUtil - Class in io.netty.util.internal
-
- MacOSDnsServerAddressStreamProvider - Class in io.netty.resolver.dns.macos
-
- MacOSDnsServerAddressStreamProvider() - Constructor for class io.netty.resolver.dns.macos.MacOSDnsServerAddressStreamProvider
-
- magic() - Method in class io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage
-
- magic() - Method in interface io.netty.handler.codec.memcache.binary.BinaryMemcacheMessage
-
Returns the magic byte for the message.
- MAGIC_GUID - Static variable in class io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker07
-
- MAGIC_GUID - Static variable in class io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker08
-
- MAGIC_GUID - Static variable in class io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker13
-
- MAIL - Static variable in class io.netty.handler.codec.smtp.SmtpCommand
-
- mail(CharSequence, CharSequence...) - Static method in class io.netty.handler.codec.smtp.SmtpRequests
-
Creates a MAIL
request.
- main(String[]) - Static method in class io.netty.util.Version
-
- majorVersion() - Method in class io.netty.handler.codec.http.HttpVersion
-
Returns the name of the protocol such as 1
in "HTTP/1.0"
.
- MANDATORY_EXTENSION - Static variable in class io.netty.handler.codec.http.websocketx.WebSocketCloseStatus
-
- map(IN, Promise<OUT>) - Method in interface io.netty.util.AsyncMapping
-
Returns the
Future
that will provide the result of the mapping.
- map(String) - Method in class io.netty.util.DomainNameMapping
-
Deprecated.
- map(IN) - Method in interface io.netty.util.Mapping
-
Returns mapped value of the specified input.
- mapping - Variable in class io.netty.handler.ssl.SniHandler
-
- Mapping<IN,OUT> - Interface in io.netty.util
-
Maintains the mapping from the objects of one type to the objects of the other type.
- mark(int) - Method in class io.netty.buffer.ByteBufInputStream
-
- mark(int) - Method in class io.netty.handler.codec.serialization.ObjectDecoderInputStream
-
Deprecated.
- markClosed() - Method in class io.netty.channel.unix.FileDescriptor
-
- markReaderIndex() - Method in class io.netty.buffer.AbstractByteBuf
-
- markReaderIndex() - Method in class io.netty.buffer.ByteBuf
-
Marks the current readerIndex
in this buffer.
- markReaderIndex() - Method in class io.netty.buffer.CompositeByteBuf
-
- markReaderIndex() - Method in class io.netty.buffer.EmptyByteBuf
-
- markReaderIndex() - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- markSupported() - Method in class io.netty.buffer.ByteBufInputStream
-
- markSupported() - Method in class io.netty.handler.codec.serialization.ObjectDecoderInputStream
-
Deprecated.
- markWriterIndex() - Method in class io.netty.buffer.AbstractByteBuf
-
- markWriterIndex() - Method in class io.netty.buffer.ByteBuf
-
Marks the current writerIndex
in this buffer.
- markWriterIndex() - Method in class io.netty.buffer.CompositeByteBuf
-
- markWriterIndex() - Method in class io.netty.buffer.EmptyByteBuf
-
- markWriterIndex() - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- MarshallerProvider - Interface in io.netty.handler.codec.marshalling
-
- MarshallingDecoder - Class in io.netty.handler.codec.marshalling
-
- 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
-
- MarshallingEncoder(MarshallerProvider) - Constructor for class io.netty.handler.codec.marshalling.MarshallingEncoder
-
Creates a new encoder.
- masterKeyHandlerEnabled() - Method in class io.netty.handler.ssl.SslMasterKeyHandler
-
Checks if the handler is set up to actually handle/accept the event.
- match(Object) - Method in class io.netty.util.internal.NoOpTypeParameterMatcher
-
- match(Object) - Method in class io.netty.util.internal.TypeParameterMatcher
-
- matches(Channel) - Method in interface io.netty.channel.group.ChannelMatcher
-
Returns
true
if the operation should be also executed on the given
Channel
.
- matches(InetSocketAddress) - Method in interface io.netty.handler.ipfilter.IpFilterRule
-
- matches(InetSocketAddress) - Method in class io.netty.handler.ipfilter.IpSubnetFilterRule
-
- matches(String) - Method in class io.netty.util.AsciiString
-
Determines whether this string matches a given regular expression.
- MathUtil - Class in io.netty.util.internal
-
Math utility methods.
- MAX_AGE - Static variable in class io.netty.handler.codec.http.cookie.CookieHeaderNames
-
- MAX_AGE - Static variable in class io.netty.handler.codec.http.HttpHeaders.Values
-
Deprecated.
"max-age"
- MAX_AGE - Static variable in class io.netty.handler.codec.http.HttpHeaderValues
-
"max-age"
- MAX_AGE - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Values
-
Deprecated.
"max-age"
- MAX_AGE - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderValues
-
"max-age"
- MAX_BYTES_PER_GATHERING_WRITE_ATTEMPTED_LOW_THRESHOLD - Static variable in class io.netty.channel.internal.ChannelUtils
-
- MAX_CERTIFICATE_LIST_BYTES - Static variable in class io.netty.handler.ssl.OpenSslContextOption
-
Set the maximum number of bytes that is allowed during the handshake for certificate chain.
- MAX_CLIENT_HELLO_LENGTH - Static variable in class io.netty.handler.ssl.SslClientHelloHandler
-
The maximum length of client hello message as defined by
RFC5246.
- MAX_CONCURRENT_STREAMS - Static variable in class io.netty.handler.codec.http2.Http2CodecUtil
-
- MAX_DATAGRAM_PAYLOAD_SIZE - Static variable in class io.netty.channel.epoll.EpollChannelOption
-
- MAX_FORWARDS - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
-
"max-forwards"
- MAX_FORWARDS - Static variable in class io.netty.handler.codec.http.HttpHeaders.Names
-
Deprecated.
"Max-Forwards"
- MAX_FRAME_SIZE_LOWER_BOUND - Static variable in class io.netty.handler.codec.http2.Http2CodecUtil
-
- MAX_FRAME_SIZE_UPPER_BOUND - Static variable in class io.netty.handler.codec.http2.Http2CodecUtil
-
- MAX_HEADER_LIST_SIZE - Static variable in class io.netty.handler.codec.http2.Http2CodecUtil
-
- MAX_HEADER_TABLE_SIZE - Static variable in class io.netty.handler.codec.http2.Http2CodecUtil
-
- MAX_INITIAL_WINDOW_SIZE - Static variable in class io.netty.handler.codec.http2.Http2CodecUtil
-
- MAX_MESSAGES_PER_READ - Static variable in class io.netty.channel.ChannelOption
-
- MAX_MESSAGES_PER_WRITE - Static variable in class io.netty.channel.ChannelOption
-
- MAX_PADDING - Static variable in class io.netty.handler.codec.http2.Http2CodecUtil
-
The maximum number of padding bytes.
- MAX_STALE - Static variable in class io.netty.handler.codec.http.HttpHeaders.Values
-
Deprecated.
"max-stale"
- MAX_STALE - Static variable in class io.netty.handler.codec.http.HttpHeaderValues
-
"max-stale"
- MAX_STALE - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Values
-
Deprecated.
"max-stale"
- MAX_STALE - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderValues
-
"max-stale"
- MAX_UNSIGNED_BYTE - Static variable in class io.netty.handler.codec.http2.Http2CodecUtil
-
- MAX_UNSIGNED_INT - Static variable in class io.netty.handler.codec.http2.Http2CodecUtil
-
- MAX_WEIGHT - Static variable in class io.netty.handler.codec.http2.Http2CodecUtil
-
- MAX_WINDOW_SIZE - Static variable in class io.netty.handler.codec.http.websocketx.extensions.compression.PerMessageDeflateServerExtensionHandshaker
-
- maxActiveStreams() - Method in interface io.netty.handler.codec.http2.Http2Connection.Endpoint
-
Gets the maximum number of streams (created by this endpoint) that are allowed to be active at
the same time.
- maxActiveStreams(int) - Method in interface io.netty.handler.codec.http2.Http2Connection.Endpoint
-
Sets the limit for SETTINGS_MAX_CONCURRENT_STREAMS
.
- maxAge() - Method in interface io.netty.handler.codec.http.cookie.Cookie
-
- maxAge() - Method in class io.netty.handler.codec.http.cookie.DefaultCookie
-
- maxAge() - Method in interface io.netty.handler.codec.http.Cookie
-
- maxAge(long) - Method in class io.netty.handler.codec.http.cors.CorsConfig.Builder
-
- maxAge() - Method in class io.netty.handler.codec.http.cors.CorsConfig
-
Gets the maxAge setting.
- maxAge(long) - Method in class io.netty.handler.codec.http.cors.CorsConfigBuilder
-
When making a preflight request the client has to perform two request with can be inefficient.
- maxAllocation - Variable in class io.netty.handler.codec.compression.ZlibDecoder
-
Maximum allowed size of the decompression buffer.
- maxBytes(long) - Method in class io.netty.channel.unix.IovArray
-
- maxBytes() - Method in class io.netty.channel.unix.IovArray
-
Get the maximum amount of bytes that can be added to this
IovArray
.
- maxBytesPerIndividualRead() - Method in class io.netty.channel.DefaultMaxBytesRecvByteBufAllocator
-
- maxBytesPerIndividualRead(int) - Method in class io.netty.channel.DefaultMaxBytesRecvByteBufAllocator
-
- maxBytesPerIndividualRead() - Method in interface io.netty.channel.MaxBytesRecvByteBufAllocator
-
Returns the maximum number of bytes to read per individual read operation.
- maxBytesPerIndividualRead(int) - Method in interface io.netty.channel.MaxBytesRecvByteBufAllocator
-
Sets the maximum number of bytes to read per individual read operation.
- maxBytesPerRead() - Method in class io.netty.channel.DefaultMaxBytesRecvByteBufAllocator
-
- maxBytesPerRead(int) - Method in class io.netty.channel.DefaultMaxBytesRecvByteBufAllocator
-
- maxBytesPerRead() - Method in interface io.netty.channel.MaxBytesRecvByteBufAllocator
-
Returns the maximum number of bytes to read per read loop.
- maxBytesPerRead(int) - Method in interface io.netty.channel.MaxBytesRecvByteBufAllocator
-
Sets the maximum number of bytes to read per read loop.
- maxBytesPerReadPair() - Method in class io.netty.channel.DefaultMaxBytesRecvByteBufAllocator
-
- maxBytesPerReadPair(int, int) - Method in class io.netty.channel.DefaultMaxBytesRecvByteBufAllocator
-
- maxBytesPerReadPair() - Method in interface io.netty.channel.MaxBytesRecvByteBufAllocator
-
Atomic way to get the maximum number of bytes to read for a read loop and per individual read operation.
- maxBytesPerReadPair(int, int) - Method in interface io.netty.channel.MaxBytesRecvByteBufAllocator
-
Sets the maximum number of bytes to read for a read loop and per individual read operation.
- MaxBytesRecvByteBufAllocator - Interface in io.netty.channel
-
RecvByteBufAllocator
that limits a read operation based upon a maximum value per individual read
and a maximum amount when a read operation is attempted by the event loop.
- maxCapacity() - 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
-
Deprecated.
- 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() - Method in class io.netty.handler.codec.http2.AbstractInboundHttp2ToHttpAdapterBuilder
-
Returns the maximum length of the message content.
- maxContentLength(int) - Method in class io.netty.handler.codec.http2.AbstractInboundHttp2ToHttpAdapterBuilder
-
Specifies the maximum length of the message content.
- maxContentLength(int) - Method in class io.netty.handler.codec.http2.InboundHttp2ToHttpAdapterBuilder
-
- maxContentLength() - Method in class io.netty.handler.codec.MessageAggregator
-
Returns the maximum allowed length of the aggregated message in bytes.
- 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
-
- maxDirectMemory() - Static method in class io.netty.util.internal.PlatformDependent
-
Returns the maximum memory reserved for direct buffer allocation.
- maxEncodeSize() - Method in class io.netty.handler.codec.compression.ZstdOptions
-
- maxFastWritableBytes() - Method in class io.netty.buffer.ByteBuf
-
Returns the maximum number of bytes which can be written for certain without involving
an internal reallocation or data-copy.
- maxFastWritableBytes() - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- maxFramePayloadLength() - Method in class io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker
-
Returns the max length for any frame's payload
- maxFramePayloadLength(int) - Method in class io.netty.handler.codec.http.websocketx.WebSocketClientProtocolConfig.Builder
-
Maximum length of a frame's payload
- maxFramePayloadLength() - Method in class io.netty.handler.codec.http.websocketx.WebSocketClientProtocolConfig
-
- maxFramePayloadLength(int) - Method in class io.netty.handler.codec.http.websocketx.WebSocketDecoderConfig.Builder
-
- maxFramePayloadLength() - Method in class io.netty.handler.codec.http.websocketx.WebSocketDecoderConfig
-
- maxFramePayloadLength() - Method in class io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker
-
Gets the maximum length for any frame's payload.
- maxFramePayloadLength(int) - Method in class io.netty.handler.codec.http.websocketx.WebSocketServerProtocolConfig.Builder
-
- 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(long, long) - Method in class io.netty.handler.codec.http2.DefaultHttp2HeadersDecoder
-
- maxHeaderListSize() - Method in class io.netty.handler.codec.http2.DefaultHttp2HeadersDecoder
-
- maxHeaderListSize(long) - Method in class io.netty.handler.codec.http2.DefaultHttp2HeadersEncoder
-
- maxHeaderListSize() - Method in class io.netty.handler.codec.http2.DefaultHttp2HeadersEncoder
-
- maxHeaderListSize(long, long) - Method in interface io.netty.handler.codec.http2.Http2HeadersDecoder.Configuration
-
Configure the maximum allowed size in bytes of each set of headers.
- maxHeaderListSize() - Method in interface io.netty.handler.codec.http2.Http2HeadersDecoder.Configuration
-
- maxHeaderListSize(long) - Method in interface io.netty.handler.codec.http2.Http2HeadersEncoder.Configuration
-
- maxHeaderListSize() - Method in interface io.netty.handler.codec.http2.Http2HeadersEncoder.Configuration
-
- maxHeaderListSize() - Method in class io.netty.handler.codec.http2.Http2Settings
-
Gets the SETTINGS_MAX_HEADER_LIST_SIZE
value.
- maxHeaderListSize(long) - Method in class io.netty.handler.codec.http2.Http2Settings
-
Sets the SETTINGS_MAX_HEADER_LIST_SIZE
value.
- maxHeaderListSizeGoAway() - Method in class io.netty.handler.codec.http2.DefaultHttp2HeadersDecoder
-
- maxHeaderListSizeGoAway() - Method in interface io.netty.handler.codec.http2.Http2HeadersDecoder.Configuration
-
Represents the upper bound in bytes for a set of headers before a GO_AWAY
should be sent.
- maxHeaderTableSize(long) - Method in class io.netty.handler.codec.http2.DefaultHttp2HeadersDecoder
-
- maxHeaderTableSize() - Method in class io.netty.handler.codec.http2.DefaultHttp2HeadersDecoder
-
- maxHeaderTableSize(long) - Method in class io.netty.handler.codec.http2.DefaultHttp2HeadersEncoder
-
- maxHeaderTableSize() - Method in class io.netty.handler.codec.http2.DefaultHttp2HeadersEncoder
-
- maxHeaderTableSize(long) - Method in interface io.netty.handler.codec.http2.Http2HeadersDecoder.Configuration
-
- maxHeaderTableSize() - Method in interface io.netty.handler.codec.http2.Http2HeadersDecoder.Configuration
-
- maxHeaderTableSize(long) - Method in interface io.netty.handler.codec.http2.Http2HeadersEncoder.Configuration
-
- maxHeaderTableSize() - Method in interface io.netty.handler.codec.http2.Http2HeadersEncoder.Configuration
-
- maximumCumulativeReadBytes() - Method in class io.netty.handler.traffic.GlobalChannelTrafficShapingHandler
-
- maximumCumulativeWrittenBytes() - Method in class io.netty.handler.traffic.GlobalChannelTrafficShapingHandler
-
- maximumPacketSize(long) - Method in class io.netty.handler.codec.mqtt.MqttMessageBuilders.ConnAckPropertiesBuilder
-
- maximumQos(byte) - Method in class io.netty.handler.codec.mqtt.MqttMessageBuilders.ConnAckPropertiesBuilder
-
- MaxMessageHandle() - Constructor for class io.netty.channel.DefaultMaxMessagesRecvByteBufAllocator.MaxMessageHandle
-
- maxMessagesPerRead() - Method in class io.netty.channel.DefaultMaxMessagesRecvByteBufAllocator
-
- maxMessagesPerRead(int) - Method in class io.netty.channel.DefaultMaxMessagesRecvByteBufAllocator
-
- maxMessagesPerRead() - Method in interface io.netty.channel.MaxMessagesRecvByteBufAllocator
-
Returns the maximum number of messages to read per read loop.
- maxMessagesPerRead(int) - Method in interface io.netty.channel.MaxMessagesRecvByteBufAllocator
-
Sets the maximum number of messages to read per read loop.
- maxMessagesPerWrite() - Method in class io.netty.channel.AbstractChannel
-
- MaxMessagesRecvByteBufAllocator - Interface in io.netty.channel
-
RecvByteBufAllocator
that limits the number of read operations that will be attempted when a read operation
is attempted by the event loop.
- maxNumComponents() - Method in class io.netty.buffer.CompositeByteBuf
-
Return the max number of
ByteBuf
's that are composed in this instance
- maxNumElements() - Method in interface io.netty.buffer.PoolSubpageMetric
-
Return the number of maximal elements that can be allocated out of the sub-page.
- maxObjectSize - Variable in class io.netty.handler.codec.marshalling.CompatibleMarshallingDecoder
-
- maxParams(int) - Method in class io.netty.handler.codec.http.QueryStringDecoder.Builder
-
Maximum number of query parameters allowed, to mitigate HashDOS.
- maxPayloadSize() - Method in class io.netty.resolver.dns.DnsNameResolver
-
Returns the capacity of the datagram packet buffer (in bytes).
- maxPayloadSize(int) - Method in class io.netty.resolver.dns.DnsNameResolverBuilder
-
Sets the capacity of the datagram packet buffer (in bytes).
- maxQueriesPerResolve() - Method in class io.netty.resolver.dns.DnsNameResolver
-
Returns the maximum allowed number of DNS queries to send when resolving a host name.
- maxQueriesPerResolve(int) - Method in class io.netty.resolver.dns.DnsNameResolverBuilder
-
Sets the maximum allowed number of DNS queries to send when resolving a host name.
- maxReservedStreams() - Method in class io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
-
Get the maximum number of streams which can be in the reserved state at any given time.
- maxReservedStreams(int) - Method in class io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
-
Set the maximum number of streams which can be in the reserved state at any given time.
- maxReservedStreams(int) - Method in class io.netty.handler.codec.http2.Http2ConnectionHandlerBuilder
-
- maxReservedStreams() - Method in class io.netty.handler.codec.http2.Http2FrameCodecBuilder
-
- maxReservedStreams(int) - Method in class io.netty.handler.codec.http2.Http2FrameCodecBuilder
-
- maxReservedStreams() - Method in class io.netty.handler.codec.http2.Http2MultiplexCodecBuilder
-
Deprecated.
- maxReservedStreams(int) - Method in class io.netty.handler.codec.http2.Http2MultiplexCodecBuilder
-
Deprecated.
- MAXSIZE - Static variable in class io.netty.handler.codec.http.multipart.DefaultHttpDataFactory
-
Proposed default MAXSIZE = -1 as UNLIMITED
- maxTime - Variable in class io.netty.handler.traffic.AbstractTrafficShapingHandler
-
Max delay in wait
- maxTtl() - Method in class io.netty.resolver.dns.DefaultDnsCache
-
Returns the maximum TTL of the cached DNS resource records (in seconds).
- maxUsage() - Method in interface io.netty.buffer.PoolChunkListMetric
-
Return the maximum usage of the chunk list after which chunks are promoted to the next list.
- maxWritableBytes() - Method in class io.netty.buffer.AbstractByteBuf
-
- maxWritableBytes() - Method in class io.netty.buffer.ByteBuf
-
Returns the maximum possible number of writable bytes, which is equal to
(this.maxCapacity - this.writerIndex)
.
- maxWritableBytes() - Method in class io.netty.buffer.EmptyByteBuf
-
- maxWritableBytes() - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- maybeSuperUser() - Static method in class io.netty.util.internal.PlatformDependent
-
Return true
if the current user may be a super-user.
- mayHaveCreatedStream(int) - Method in interface io.netty.handler.codec.http2.Http2Connection.Endpoint
-
Indicates whether or not this endpoint may have created the given stream.
- MemcacheContent - Interface in io.netty.handler.codec.memcache
-
An Memcache content chunk.
- MemcacheMessage - Interface in io.netty.handler.codec.memcache
-
Marker interface for both ascii and binary messages.
- MemcacheObject - Interface in io.netty.handler.codec.memcache
-
- memLevel() - Method in class io.netty.handler.codec.compression.DeflateOptions
-
- memoryAddress() - Method in class io.netty.buffer.ByteBuf
-
Returns the low-level memory address that point to the first byte of ths backing data.
- memoryAddress() - Method in class io.netty.buffer.CompositeByteBuf
-
- memoryAddress() - Method in class io.netty.buffer.DuplicatedByteBuf
-
Deprecated.
- memoryAddress() - Method in class io.netty.buffer.EmptyByteBuf
-
- memoryAddress() - Method in class io.netty.buffer.ReadOnlyByteBuf
-
Deprecated.
- memoryAddress() - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- memoryAddress() - Method in class io.netty.buffer.UnpooledDirectByteBuf
-
- memoryAddress() - Method in class io.netty.buffer.UnpooledHeapByteBuf
-
- memoryAddress() - Method in class io.netty.buffer.UnpooledUnsafeDirectByteBuf
-
- memoryAddress(ByteBuffer) - Static method in class io.netty.channel.unix.Buffer
-
Returns the memory address of the given direct
ByteBuffer
.
- memoryAddress(int) - Method in class io.netty.channel.unix.IovArray
-
Returns the memoryAddress
for the given offset
.
- MemoryAttribute - Class in io.netty.handler.codec.http.multipart
-
Memory implementation of Attributes
- MemoryAttribute(String) - Constructor for class io.netty.handler.codec.http.multipart.MemoryAttribute
-
- MemoryAttribute(String, long) - Constructor for class io.netty.handler.codec.http.multipart.MemoryAttribute
-
- MemoryAttribute(String, Charset) - Constructor for class io.netty.handler.codec.http.multipart.MemoryAttribute
-
- MemoryAttribute(String, long, Charset) - Constructor for class io.netty.handler.codec.http.multipart.MemoryAttribute
-
- MemoryAttribute(String, String) - Constructor for class io.netty.handler.codec.http.multipart.MemoryAttribute
-
- MemoryAttribute(String, String, Charset) - Constructor for class io.netty.handler.codec.http.multipart.MemoryAttribute
-
- 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(ChannelHandlerContext, Http2RemoteFlowController.FlowControlled) - Method in interface io.netty.handler.codec.http2.Http2RemoteFlowController.FlowControlled
-
Merge the contents of the next
message into this message so they can be written out as one unit.
- MERGE_CUMULATOR - Static variable in class io.netty.handler.codec.ByteToMessageDecoder
-
Cumulate
ByteBuf
s 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
-
Deprecated.
- MESSAGE_CONNECTOR - Static variable in class io.netty.channel.udt.nio.NioUdtProvider
-
Deprecated.
- MESSAGE_ID - Static variable in interface io.netty.handler.codec.stomp.StompHeaders
-
- MESSAGE_PROVIDER - Static variable in class io.netty.channel.udt.nio.NioUdtProvider
-
Deprecated.
- MESSAGE_RENDEZVOUS - Static variable in class io.netty.channel.udt.nio.NioUdtProvider
-
Deprecated.
- MESSAGE_SIZE_ESTIMATOR - Static variable in class io.netty.channel.ChannelOption
-
- MESSAGE_TOO_BIG - Static variable in class io.netty.handler.codec.http.websocketx.WebSocketCloseStatus
-
- MessageAggregationException - Exception in io.netty.handler.codec
-
Raised by
MessageAggregator
when aggregation fails due to an unexpected message sequence.
- MessageAggregationException() - Constructor for exception io.netty.handler.codec.MessageAggregationException
-
- MessageAggregationException(String) - Constructor for exception io.netty.handler.codec.MessageAggregationException
-
- MessageAggregationException(String, Throwable) - Constructor for exception io.netty.handler.codec.MessageAggregationException
-
- MessageAggregationException(Throwable) - Constructor for exception io.netty.handler.codec.MessageAggregationException
-
- MessageAggregator<I,S,C extends ByteBufHolder,O extends ByteBufHolder> - Class in io.netty.handler.codec
-
An abstract
ChannelHandler
that aggregates a series of message objects into a single aggregated message.
- MessageAggregator(int) - Constructor for class io.netty.handler.codec.MessageAggregator
-
Creates a new instance.
- MessageAggregator(int, Class<? extends I>) - Constructor for class io.netty.handler.codec.MessageAggregator
-
- MessageFormatter - Class in io.netty.util.internal.logging
-
Formats messages according to very simple substitution rules.
- messageId(int) - Method in class io.netty.handler.codec.mqtt.MqttMessageBuilders.PublishBuilder
-
- messageId(int) - Method in class io.netty.handler.codec.mqtt.MqttMessageBuilders.SubscribeBuilder
-
- messageId(int) - Method in class io.netty.handler.codec.mqtt.MqttMessageBuilders.UnsubscribeBuilder
-
- 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.
- MessageSizeEstimator - Interface in io.netty.channel
-
Responsible to estimate the size of a message.
- MessageSizeEstimator.Handle - Interface in io.netty.channel
-
- MessageToByteEncoder<I> - Class in io.netty.handler.codec
-
- 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
-
- 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
-
- MessageToMessageEncoder() - Constructor for class io.netty.handler.codec.MessageToMessageEncoder
-
Create a new instance which will try to detect the types to match out of the type parameter of the class.
- MessageToMessageEncoder(Class<? extends I>) - Constructor for class io.netty.handler.codec.MessageToMessageEncoder
-
Create a new instance
- messageType() - Method in class io.netty.handler.codec.mqtt.MqttFixedHeader
-
- metadata() - Method in class io.netty.channel.AbstractServerChannel
-
- metadata() - Method in interface io.netty.channel.Channel
-
- metadata() - Method in class io.netty.channel.embedded.EmbeddedChannel
-
- metadata() - Method in class io.netty.channel.epoll.AbstractEpollServerChannel
-
- metadata() - Method in class io.netty.channel.epoll.AbstractEpollStreamChannel
-
- metadata() - Method in class io.netty.channel.epoll.EpollDatagramChannel
-
- metadata() - Method in class io.netty.channel.epoll.EpollDomainDatagramChannel
-
- metadata() - Method in class io.netty.channel.kqueue.AbstractKQueueServerChannel
-
- metadata() - Method in class io.netty.channel.kqueue.AbstractKQueueStreamChannel
-
- metadata() - Method in class io.netty.channel.local.LocalChannel
-
- metadata() - Method in class io.netty.channel.nio.AbstractNioByteChannel
-
- metadata() - Method in class io.netty.channel.oio.AbstractOioByteChannel
-
Deprecated.
- metadata() - Method in class io.netty.channel.sctp.nio.NioSctpChannel
-
- metadata() - Method in class io.netty.channel.sctp.nio.NioSctpServerChannel
-
- metadata() - Method in class io.netty.channel.sctp.oio.OioSctpChannel
-
Deprecated.
- metadata() - Method in class io.netty.channel.sctp.oio.OioSctpServerChannel
-
Deprecated.
- metadata() - Method in class io.netty.channel.socket.nio.NioDatagramChannel
-
- metadata() - Method in class io.netty.channel.socket.nio.NioServerDomainSocketChannel
-
- metadata() - Method in class io.netty.channel.socket.nio.NioServerSocketChannel
-
- metadata() - Method in class io.netty.channel.socket.oio.OioDatagramChannel
-
Deprecated.
- metadata() - Method in class io.netty.channel.socket.oio.OioServerSocketChannel
-
Deprecated.
- metadata() - Method in class io.netty.channel.udt.nio.NioUdtAcceptorChannel
-
Deprecated.
- metadata() - Method in class io.netty.channel.udt.nio.NioUdtMessageConnectorChannel
-
Deprecated.
- method() - Method in class io.netty.handler.codec.http.DefaultHttpRequest
-
- method() - Method in interface io.netty.handler.codec.http.HttpRequest
-
- method(CharSequence) - Method in class io.netty.handler.codec.http2.DefaultHttp2Headers
-
- method() - Method in class io.netty.handler.codec.http2.DefaultHttp2Headers
-
- method(CharSequence) - Method in class io.netty.handler.codec.http2.EmptyHttp2Headers
-
- method() - Method in class io.netty.handler.codec.http2.EmptyHttp2Headers
-
- method(CharSequence) - Method in interface io.netty.handler.codec.http2.Http2Headers
-
- method() - Method in interface io.netty.handler.codec.http2.Http2Headers
-
- method(CharSequence) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
-
- method() - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
-
- METHOD - Static variable in class io.netty.handler.codec.spdy.SpdyHeaders.HttpNames
-
":method"
- METHOD_NOT_ALLOWED - Static variable in class io.netty.handler.codec.http.HttpResponseStatus
-
405 Method Not Allowed
- METHOD_NOT_ALLOWED - Static variable in class io.netty.handler.codec.rtsp.RtspResponseStatuses
-
405 Method Not Allowed
- METHOD_NOT_VALID - Static variable in class io.netty.handler.codec.rtsp.RtspResponseStatuses
-
455 Method Not Valid in This State
- metric() - Method in class io.netty.buffer.AdaptiveByteBufAllocator
-
- metric() - Method in interface io.netty.buffer.ByteBufAllocatorMetricProvider
-
- metric() - Method in class io.netty.buffer.PooledByteBufAllocator
-
- metric() - Method in class io.netty.buffer.UnpooledByteBufAllocator
-
- milliSecondFromNano() - Static method in class io.netty.handler.traffic.TrafficCounter
-
- MIN_CLIENT_ID_LENGTH - Static variable in class io.netty.handler.codec.mqtt.MqttConstant
-
min client id length
- MIN_CONCURRENT_STREAMS - Static variable in class io.netty.handler.codec.http2.Http2CodecUtil
-
- MIN_FRESH - Static variable in class io.netty.handler.codec.http.HttpHeaders.Values
-
Deprecated.
"min-fresh"
- MIN_FRESH - Static variable in class io.netty.handler.codec.http.HttpHeaderValues
-
"min-fresh"
- MIN_FRESH - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Values
-
Deprecated.
"min-fresh"
- MIN_FRESH - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderValues
-
"min-fresh"
- MIN_HEADER_LIST_SIZE - Static variable in class io.netty.handler.codec.http2.Http2CodecUtil
-
- MIN_HEADER_TABLE_SIZE - Static variable in class io.netty.handler.codec.http2.Http2CodecUtil
-
- MIN_INITIAL_WINDOW_SIZE - Static variable in class io.netty.handler.codec.http2.Http2CodecUtil
-
- MIN_WEIGHT - Static variable in class io.netty.handler.codec.http2.Http2CodecUtil
-
- MIN_WINDOW_SIZE - Static variable in class io.netty.handler.codec.http.websocketx.extensions.compression.PerMessageDeflateServerExtensionHandshaker
-
- minAllocationChunk(int) - Method in class io.netty.handler.codec.http2.UniformStreamByteDistributor
-
Sets the minimum allocation chunk that will be allocated to each stream.
- minorVersion() - Method in class io.netty.handler.codec.http.HttpVersion
-
Returns the name of the protocol such as 0
in "HTTP/1.0"
.
- minorVersion() - Method in enum io.netty.handler.codec.spdy.SpdyVersion
-
- MINSIZE - Static variable in class io.netty.handler.codec.http.multipart.DefaultHttpDataFactory
-
Proposed default MINSIZE as 16 KB.
- minTtl() - Method in class io.netty.resolver.dns.DefaultDnsCache
-
Returns the minimum TTL of the cached DNS resource records (in seconds).
- minUsage() - Method in interface io.netty.buffer.PoolChunkListMetric
-
Return the minimum usage of the chunk list before which chunks are promoted to the previous list.
- MISDIRECTED_REQUEST - Static variable in class io.netty.handler.codec.http.HttpResponseStatus
-
421 Misdirected Request
- misses() - Method in class io.netty.handler.ssl.OpenSslSessionStats
-
Returns the number of sessions proposed by clients that were not found in the internal session cache
in server mode.
- MixedAttribute - Class in io.netty.handler.codec.http.multipart
-
Mixed implementation using both in Memory and in File with a limit of size
- MixedAttribute(String, long) - Constructor for class io.netty.handler.codec.http.multipart.MixedAttribute
-
- MixedAttribute(String, long, long) - Constructor for class io.netty.handler.codec.http.multipart.MixedAttribute
-
- MixedAttribute(String, long, Charset) - Constructor for class io.netty.handler.codec.http.multipart.MixedAttribute
-
- MixedAttribute(String, long, Charset, String, boolean) - Constructor for class io.netty.handler.codec.http.multipart.MixedAttribute
-
- MixedAttribute(String, long, long, Charset) - Constructor for class io.netty.handler.codec.http.multipart.MixedAttribute
-
- MixedAttribute(String, long, long, Charset, String, boolean) - Constructor for class io.netty.handler.codec.http.multipart.MixedAttribute
-
- MixedAttribute(String, String, long) - Constructor for class io.netty.handler.codec.http.multipart.MixedAttribute
-
- MixedAttribute(String, String, long, Charset) - Constructor for class io.netty.handler.codec.http.multipart.MixedAttribute
-
- MixedAttribute(String, String, long, Charset, String, boolean) - Constructor for class io.netty.handler.codec.http.multipart.MixedAttribute
-
- MixedFileUpload - Class in io.netty.handler.codec.http.multipart
-
Mixed implementation using both in Memory and in File with a limit of size
- MixedFileUpload(String, String, String, String, Charset, long, long) - Constructor for class io.netty.handler.codec.http.multipart.MixedFileUpload
-
- MixedFileUpload(String, String, String, String, Charset, long, long, String, boolean) - Constructor for class io.netty.handler.codec.http.multipart.MixedFileUpload
-
- MODE - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Values
-
Deprecated.
"mode"
- MODE - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderValues
-
"mode"
- mode() - Method in class io.netty.handler.ssl.OpenSslCertificateCompressionConfig.AlgorithmConfig
-
- 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
-
- MqttConnAckVariableHeader(MqttConnectReturnCode, boolean) - Constructor for class io.netty.handler.codec.mqtt.MqttConnAckVariableHeader
-
- MqttConnAckVariableHeader(MqttConnectReturnCode, boolean, MqttProperties) - Constructor for class io.netty.handler.codec.mqtt.MqttConnAckVariableHeader
-
- MqttConnectMessage - Class in io.netty.handler.codec.mqtt
-
- MqttConnectMessage(MqttFixedHeader, MqttConnectVariableHeader, MqttConnectPayload) - Constructor for class io.netty.handler.codec.mqtt.MqttConnectMessage
-
- MqttConnectPayload - Class in io.netty.handler.codec.mqtt
-
- MqttConnectPayload(String, String, String, String, String) - Constructor for class io.netty.handler.codec.mqtt.MqttConnectPayload
-
- MqttConnectPayload(String, String, byte[], String, byte[]) - Constructor for class io.netty.handler.codec.mqtt.MqttConnectPayload
-
- MqttConnectPayload(String, MqttProperties, String, byte[], String, byte[]) - Constructor for class io.netty.handler.codec.mqtt.MqttConnectPayload
-
- MqttConnectReturnCode - Enum in io.netty.handler.codec.mqtt
-
- MqttConnectVariableHeader - Class in io.netty.handler.codec.mqtt
-
- MqttConnectVariableHeader(String, int, boolean, boolean, boolean, int, boolean, boolean, int) - Constructor for class io.netty.handler.codec.mqtt.MqttConnectVariableHeader
-
- MqttConnectVariableHeader(String, int, boolean, boolean, boolean, int, boolean, boolean, int, MqttProperties) - Constructor for class io.netty.handler.codec.mqtt.MqttConnectVariableHeader
-
- MqttConstant - Class in io.netty.handler.codec.mqtt
-
- MqttDecoder - Class in io.netty.handler.codec.mqtt
-
Decodes Mqtt messages from bytes, following
the MQTT protocol specification
v3.1
or
v5.0, depending on the
version specified in the CONNECT message that first goes through the channel.
- MqttDecoder() - Constructor for class io.netty.handler.codec.mqtt.MqttDecoder
-
- MqttDecoder(int) - Constructor for class io.netty.handler.codec.mqtt.MqttDecoder
-
- MqttDecoder(int, int) - Constructor for class io.netty.handler.codec.mqtt.MqttDecoder
-
- MqttEncoder - Class in io.netty.handler.codec.mqtt
-
Encodes Mqtt messages into bytes following the protocol specification v3.1
as described here
MQTTV3.1
or v5.0 as described here
MQTTv5.0 -
depending on the version specified in the first CONNECT message that goes through the channel.
- 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
-
- MqttIdentifierRejectedException() - Constructor for exception io.netty.handler.codec.mqtt.MqttIdentifierRejectedException
-
Creates a new instance
- MqttIdentifierRejectedException(String, Throwable) - Constructor for exception io.netty.handler.codec.mqtt.MqttIdentifierRejectedException
-
Creates a new instance
- MqttIdentifierRejectedException(String) - Constructor for exception io.netty.handler.codec.mqtt.MqttIdentifierRejectedException
-
Creates a new instance
- MqttIdentifierRejectedException(Throwable) - Constructor for exception io.netty.handler.codec.mqtt.MqttIdentifierRejectedException
-
Creates a new instance
- MqttMessage - Class in io.netty.handler.codec.mqtt
-
Base class for all MQTT message types.
- MqttMessage(MqttFixedHeader) - Constructor for class io.netty.handler.codec.mqtt.MqttMessage
-
- MqttMessage(MqttFixedHeader, Object) - Constructor for class io.netty.handler.codec.mqtt.MqttMessage
-
- MqttMessage(MqttFixedHeader, Object, Object) - Constructor for class io.netty.handler.codec.mqtt.MqttMessage
-
- MqttMessage(MqttFixedHeader, Object, Object, DecoderResult) - Constructor for class io.netty.handler.codec.mqtt.MqttMessage
-
- MqttMessageBuilders - Class in io.netty.handler.codec.mqtt
-
- MqttMessageBuilders.AuthBuilder - Class in io.netty.handler.codec.mqtt
-
- MqttMessageBuilders.ConnAckBuilder - Class in io.netty.handler.codec.mqtt
-
- MqttMessageBuilders.ConnAckPropertiesBuilder - Class in io.netty.handler.codec.mqtt
-
- MqttMessageBuilders.ConnectBuilder - Class in io.netty.handler.codec.mqtt
-
- MqttMessageBuilders.DisconnectBuilder - Class in io.netty.handler.codec.mqtt
-
- MqttMessageBuilders.PropertiesInitializer<T> - Interface in io.netty.handler.codec.mqtt
-
- MqttMessageBuilders.PubAckBuilder - Class in io.netty.handler.codec.mqtt
-
- MqttMessageBuilders.PublishBuilder - Class in io.netty.handler.codec.mqtt
-
- MqttMessageBuilders.SubAckBuilder - Class in io.netty.handler.codec.mqtt
-
- MqttMessageBuilders.SubscribeBuilder - Class in io.netty.handler.codec.mqtt
-
- MqttMessageBuilders.UnsubAckBuilder - Class in io.netty.handler.codec.mqtt
-
- MqttMessageBuilders.UnsubscribeBuilder - Class in io.netty.handler.codec.mqtt
-
- MqttMessageFactory - Class in io.netty.handler.codec.mqtt
-
Utility class with factory methods to create different types of MQTT messages.
- MqttMessageIdAndPropertiesVariableHeader - Class in io.netty.handler.codec.mqtt
-
Variable Header containing, Packet Id and Properties as in MQTT v5 spec.
- MqttMessageIdAndPropertiesVariableHeader(int, MqttProperties) - Constructor for class io.netty.handler.codec.mqtt.MqttMessageIdAndPropertiesVariableHeader
-
- MqttMessageIdVariableHeader - Class in io.netty.handler.codec.mqtt
-
- MqttMessageIdVariableHeader(int) - Constructor for class io.netty.handler.codec.mqtt.MqttMessageIdVariableHeader
-
- MqttMessageType - Enum in io.netty.handler.codec.mqtt
-
MQTT Message Types.
- MqttProperties - Class in io.netty.handler.codec.mqtt
-
MQTT Properties container
- MqttProperties() - Constructor for class io.netty.handler.codec.mqtt.MqttProperties
-
- MqttProperties.BinaryProperty - Class in io.netty.handler.codec.mqtt
-
- MqttProperties.IntegerProperty - Class in io.netty.handler.codec.mqtt
-
- MqttProperties.MqttProperty<T> - Class in io.netty.handler.codec.mqtt
-
MQTT property base class
- MqttProperties.MqttPropertyType - Enum in io.netty.handler.codec.mqtt
-
- MqttProperties.StringPair - Class in io.netty.handler.codec.mqtt
-
- MqttProperties.StringProperty - Class in io.netty.handler.codec.mqtt
-
- MqttProperties.UserProperties - Class in io.netty.handler.codec.mqtt
-
- MqttProperties.UserProperty - Class in io.netty.handler.codec.mqtt
-
- MqttProperty(int, T) - Constructor for class io.netty.handler.codec.mqtt.MqttProperties.MqttProperty
-
- MqttPubAckMessage - Class in io.netty.handler.codec.mqtt
-
- 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
-
- MqttPublishVariableHeader(String, int) - Constructor for class io.netty.handler.codec.mqtt.MqttPublishVariableHeader
-
- MqttPublishVariableHeader(String, int, MqttProperties) - Constructor for class io.netty.handler.codec.mqtt.MqttPublishVariableHeader
-
- MqttPubReplyMessageVariableHeader - Class in io.netty.handler.codec.mqtt
-
Variable Header containing Packet Id, reason code and Properties as in MQTT v5 spec.
- MqttPubReplyMessageVariableHeader(int, byte, MqttProperties) - Constructor for class io.netty.handler.codec.mqtt.MqttPubReplyMessageVariableHeader
-
- MqttQoS - Enum in io.netty.handler.codec.mqtt
-
- MqttReasonCodeAndPropertiesVariableHeader - Class in io.netty.handler.codec.mqtt
-
Variable Header for AUTH and DISCONNECT messages represented by
MqttMessage
- MqttReasonCodeAndPropertiesVariableHeader(byte, MqttProperties) - Constructor for class io.netty.handler.codec.mqtt.MqttReasonCodeAndPropertiesVariableHeader
-
- MqttReasonCodes - Class in io.netty.handler.codec.mqtt
-
Provides a set of enumeration that exposes standard MQTT 5 reason codes used by various messages.
- MqttReasonCodes.Auth - Enum in io.netty.handler.codec.mqtt
-
Reason codes for MQTT Auth message.
- MqttReasonCodes.Disconnect - Enum in io.netty.handler.codec.mqtt
-
Reason codes for MQTT Disconnect message.
- MqttReasonCodes.PubAck - Enum in io.netty.handler.codec.mqtt
-
Reason codes for MQTT PubAck message.
- MqttReasonCodes.PubComp - Enum in io.netty.handler.codec.mqtt
-
Reason codes for MQTT PubComp message.
- MqttReasonCodes.PubRec - Enum in io.netty.handler.codec.mqtt
-
Reason codes for MQTT PubRec message.
- MqttReasonCodes.PubRel - Enum in io.netty.handler.codec.mqtt
-
Reason codes for MQTT PubRel message.
- MqttReasonCodes.SubAck - Enum in io.netty.handler.codec.mqtt
-
Reason codes for MQTT SubAck message.
- MqttReasonCodes.UnsubAck - Enum in io.netty.handler.codec.mqtt
-
Reason codes for MQTT UnsubAck message.
- MqttSubAckMessage - Class in io.netty.handler.codec.mqtt
-
- MqttSubAckMessage(MqttFixedHeader, MqttMessageIdAndPropertiesVariableHeader, MqttSubAckPayload) - Constructor for class io.netty.handler.codec.mqtt.MqttSubAckMessage
-
- MqttSubAckMessage(MqttFixedHeader, MqttMessageIdVariableHeader, MqttSubAckPayload) - Constructor for class io.netty.handler.codec.mqtt.MqttSubAckMessage
-
- MqttSubAckPayload - Class in io.netty.handler.codec.mqtt
-
- MqttSubAckPayload(int...) - Constructor for class io.netty.handler.codec.mqtt.MqttSubAckPayload
-
- MqttSubAckPayload(MqttReasonCodes.SubAck...) - Constructor for class io.netty.handler.codec.mqtt.MqttSubAckPayload
-
- MqttSubAckPayload(Iterable<Integer>) - Constructor for class io.netty.handler.codec.mqtt.MqttSubAckPayload
-
- MqttSubscribeMessage - Class in io.netty.handler.codec.mqtt
-
- MqttSubscribeMessage(MqttFixedHeader, MqttMessageIdAndPropertiesVariableHeader, MqttSubscribePayload) - Constructor for class io.netty.handler.codec.mqtt.MqttSubscribeMessage
-
- MqttSubscribeMessage(MqttFixedHeader, MqttMessageIdVariableHeader, MqttSubscribePayload) - Constructor for class io.netty.handler.codec.mqtt.MqttSubscribeMessage
-
- MqttSubscribePayload - Class in io.netty.handler.codec.mqtt
-
- MqttSubscribePayload(List<MqttTopicSubscription>) - Constructor for class io.netty.handler.codec.mqtt.MqttSubscribePayload
-
- MqttSubscriptionOption - Class in io.netty.handler.codec.mqtt
-
Model the SubscriptionOption used in Subscribe MQTT v5 packet
- MqttSubscriptionOption(MqttQoS, boolean, boolean, MqttSubscriptionOption.RetainedHandlingPolicy) - Constructor for class io.netty.handler.codec.mqtt.MqttSubscriptionOption
-
- MqttSubscriptionOption.RetainedHandlingPolicy - Enum in io.netty.handler.codec.mqtt
-
- MqttTopicSubscription - Class in io.netty.handler.codec.mqtt
-
Contains a topic name and Qos Level.
- MqttTopicSubscription(String, MqttQoS) - Constructor for class io.netty.handler.codec.mqtt.MqttTopicSubscription
-
- MqttTopicSubscription(String, MqttSubscriptionOption) - Constructor for class io.netty.handler.codec.mqtt.MqttTopicSubscription
-
- MqttUnacceptableProtocolVersionException - Exception in io.netty.handler.codec.mqtt
-
- 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, MqttMessageIdAndPropertiesVariableHeader, MqttUnsubAckPayload) - Constructor for class io.netty.handler.codec.mqtt.MqttUnsubAckMessage
-
- MqttUnsubAckMessage(MqttFixedHeader, MqttMessageIdVariableHeader, MqttUnsubAckPayload) - Constructor for class io.netty.handler.codec.mqtt.MqttUnsubAckMessage
-
- MqttUnsubAckMessage(MqttFixedHeader, MqttMessageIdVariableHeader) - Constructor for class io.netty.handler.codec.mqtt.MqttUnsubAckMessage
-
- MqttUnsubAckPayload - Class in io.netty.handler.codec.mqtt
-
Payload for MQTT unsuback message as in V5.
- MqttUnsubAckPayload(short...) - Constructor for class io.netty.handler.codec.mqtt.MqttUnsubAckPayload
-
- MqttUnsubAckPayload(Iterable<Short>) - Constructor for class io.netty.handler.codec.mqtt.MqttUnsubAckPayload
-
- MqttUnsubscribeMessage - Class in io.netty.handler.codec.mqtt
-
- MqttUnsubscribeMessage(MqttFixedHeader, MqttMessageIdAndPropertiesVariableHeader, MqttUnsubscribePayload) - Constructor for class io.netty.handler.codec.mqtt.MqttUnsubscribeMessage
-
- MqttUnsubscribeMessage(MqttFixedHeader, MqttMessageIdVariableHeader, MqttUnsubscribePayload) - Constructor for class io.netty.handler.codec.mqtt.MqttUnsubscribeMessage
-
- MqttUnsubscribePayload - Class in io.netty.handler.codec.mqtt
-
- MqttUnsubscribePayload(List<String>) - Constructor for class io.netty.handler.codec.mqtt.MqttUnsubscribePayload
-
- MqttVersion - Enum in io.netty.handler.codec.mqtt
-
Mqtt version specific constant values used by multiple classes in mqtt-codec.
- msg() - Method in class io.netty.util.internal.PendingWrite
-
- MULTI_STATUS - Static variable in class io.netty.handler.codec.http.HttpResponseStatus
-
207 Multi-Status (WebDAV, RFC2518)
- MULTICAST - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Values
-
Deprecated.
"multicast"
- MULTICAST - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderValues
-
"multicast"
- MultiDnsServerAddressStreamProvider - Class in io.netty.resolver.dns
-
- MultiDnsServerAddressStreamProvider(List<DnsServerAddressStreamProvider>) - Constructor for class io.netty.resolver.dns.MultiDnsServerAddressStreamProvider
-
Create a new instance.
- MultiDnsServerAddressStreamProvider(DnsServerAddressStreamProvider...) - Constructor for class io.netty.resolver.dns.MultiDnsServerAddressStreamProvider
-
Create a new instance.
- MULTIPART_FORM_DATA - Static variable in class io.netty.handler.codec.http.HttpHeaders.Values
-
Deprecated.
"multipart/form-data"
- MULTIPART_FORM_DATA - Static variable in class io.netty.handler.codec.http.HttpHeaderValues
-
"multipart/form-data"
- MULTIPART_MIXED - Static variable in class io.netty.handler.codec.http.HttpHeaderValues
-
"multipart/mixed"
- MULTIPLE_CHOICES - Static variable in class io.netty.handler.codec.http.HttpResponseStatus
-
300 Multiple Choices
- MULTIPLE_CHOICES - Static variable in class io.netty.handler.codec.rtsp.RtspResponseStatuses
-
300 Multiple Choices
- MultiSearchProcessor - Interface in io.netty.buffer.search
-
Interface for
SearchProcessor
that implements simultaneous search for multiple strings.
- MultiSearchProcessorFactory - Interface in io.netty.buffer.search
-
- MultithreadEventExecutorGroup - Class in io.netty.util.concurrent
-
Abstract base class for
EventExecutorGroup
implementations that handles their tasks with multiple threads at
the same time.
- MultithreadEventExecutorGroup(int, ThreadFactory, Object...) - Constructor for class io.netty.util.concurrent.MultithreadEventExecutorGroup
-
Create a new instance.
- MultithreadEventExecutorGroup(int, Executor, Object...) - Constructor for class io.netty.util.concurrent.MultithreadEventExecutorGroup
-
Create a new instance.
- MultithreadEventExecutorGroup(int, Executor, EventExecutorChooserFactory, Object...) - Constructor for class io.netty.util.concurrent.MultithreadEventExecutorGroup
-
Create a new instance.
- MultithreadEventLoopGroup - Class in io.netty.channel
-
Abstract base class for
EventLoopGroup
implementations that handles their tasks with multiple threads at
the same time.
- MultithreadEventLoopGroup(int, Executor, Object...) - Constructor for class io.netty.channel.MultithreadEventLoopGroup
-
- MultithreadEventLoopGroup(int, ThreadFactory, Object...) - Constructor for class io.netty.channel.MultithreadEventLoopGroup
-
- MultithreadEventLoopGroup(int, Executor, EventExecutorChooserFactory, Object...) - Constructor for class io.netty.channel.MultithreadEventLoopGroup
-
- MUST_REVALIDATE - Static variable in class io.netty.handler.codec.http.HttpHeaders.Values
-
Deprecated.
"must-revalidate"
- MUST_REVALIDATE - Static variable in class io.netty.handler.codec.http.HttpHeaderValues
-
"must-revalidate"
- MUST_REVALIDATE - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Values
-
Deprecated.
"must-revalidate"
- MUST_REVALIDATE - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderValues
-
"must-revalidate"
- mustSkip(WebSocketFrame) - Method in interface io.netty.handler.codec.http.websocketx.extensions.WebSocketExtensionFilter
-
Returns true
if the evaluation of the extension must skipped
for the given frame otherwise false
.
- MX - Static variable in class io.netty.handler.codec.dns.DnsRecordType
-
Mail exchange record RFC 1035 Maps a domain name to a list of message
transfer agents for that domain.
- name() - Method in interface io.netty.channel.ChannelHandlerContext
-
- name() - Method in interface io.netty.channel.group.ChannelGroup
-
Returns the name of this group.
- name() - Method in class io.netty.channel.group.DefaultChannelGroup
-
- name() - Method in class io.netty.handler.codec.dns.AbstractDnsRecord
-
- name() - Method in interface io.netty.handler.codec.dns.DnsRecord
-
Returns the name of this resource record.
- name() - Method in class io.netty.handler.codec.dns.DnsRecordType
-
Returns the name of this type, as seen in bind config files
- name() - Method in interface io.netty.handler.codec.http.cookie.Cookie
-
Returns the name of this
Cookie
.
- name() - Method in class io.netty.handler.codec.http.cookie.DefaultCookie
-
- NAME - 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.HttpScheme
-
- name() - Method in class io.netty.handler.codec.http.websocketx.extensions.WebSocketExtensionData
-
- name() - Method in class io.netty.handler.codec.http.websocketx.WebSocketScheme
-
- name() - Method in class io.netty.handler.codec.http2.DefaultHttp2DataFrame
-
- name() - Method in class io.netty.handler.codec.http2.DefaultHttp2GoAwayFrame
-
- name() - Method in class io.netty.handler.codec.http2.DefaultHttp2HeadersFrame
-
- name() - Method in class io.netty.handler.codec.http2.DefaultHttp2PingFrame
-
- name() - Method in class io.netty.handler.codec.http2.DefaultHttp2PriorityFrame
-
- name() - Method in class io.netty.handler.codec.http2.DefaultHttp2PushPromiseFrame
-
- name() - Method in class io.netty.handler.codec.http2.DefaultHttp2ResetFrame
-
- name() - Method in class io.netty.handler.codec.http2.DefaultHttp2SettingsFrame
-
- name() - Method in class io.netty.handler.codec.http2.DefaultHttp2UnknownFrame
-
- name() - Method in class io.netty.handler.codec.http2.DefaultHttp2WindowUpdateFrame
-
- name() - Method in interface io.netty.handler.codec.http2.Http2Frame
-
Returns the name of the HTTP/2 frame e.g.
- name() - Method in interface io.netty.handler.codec.http2.Http2SettingsAckFrame
-
- name() - Method in interface io.netty.handler.codec.http2.Http2SettingsFrame
-
- name() - Method in class io.netty.handler.codec.mqtt.MqttConnectVariableHeader
-
- name() - Method in class io.netty.handler.codec.smtp.SmtpCommand
-
Return the command name.
- name() - Method in class io.netty.handler.codec.xml.XmlAttribute
-
- name() - Method in class io.netty.handler.codec.xml.XmlElement
-
- name() - Method in class io.netty.handler.codec.xml.XmlEntityReference
-
- name() - Method in class io.netty.handler.ssl.OpenSslSessionTicketKey
-
Get name.
- name() - Method in class io.netty.handler.traffic.TrafficCounter
-
- name() - Method in class io.netty.util.AbstractConstant
-
- name() - Method in interface io.netty.util.concurrent.ThreadProperties
-
- name() - Method in interface io.netty.util.Constant
-
- name() - Method in class io.netty.util.internal.logging.AbstractInternalLogger
-
- name() - Method in interface io.netty.util.internal.logging.InternalLogger
-
- name() - Method in error io.netty.util.Signal
-
- NAME_SIZE - Static variable in class io.netty.handler.ssl.OpenSslSessionTicketKey
-
Size of session ticket key name
- NameResolver<T> - Interface in io.netty.resolver
-
Resolves an arbitrary string that represents the name of an endpoint into an address.
- names() - Method in interface io.netty.channel.ChannelPipeline
-
Returns the
List
of the handler names.
- names() - Method in class io.netty.channel.DefaultChannelPipeline
-
- names() - Method in class io.netty.handler.codec.DefaultHeaders
-
- names() - Method in class io.netty.handler.codec.EmptyHeaders
-
- names() - Method in interface io.netty.handler.codec.Headers
-
Returns a
Set
of all header names in this object.
- names() - Method in class io.netty.handler.codec.http.DefaultHttpHeaders
-
- names() - Method in class io.netty.handler.codec.http.EmptyHttpHeaders
-
- names() - Method in class io.netty.handler.codec.http.HttpHeaders
-
Returns a new
Set
that contains the names of all headers in this object.
- names() - Method in class io.netty.handler.codec.http.ReadOnlyHttpHeaders
-
- names() - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
-
- namesAsString(Headers<CharSequence, CharSequence, ?>) - Static method in class io.netty.handler.codec.HeadersUtils
-
- nameServerAddressStream(String) - Method in class io.netty.resolver.dns.DefaultDnsServerAddressStreamProvider
-
- nameServerAddressStream(String) - Method in interface io.netty.resolver.dns.DnsServerAddressStreamProvider
-
Ask this provider for the name servers to query for hostname
.
- nameServerAddressStream(String) - Method in class io.netty.resolver.dns.macos.MacOSDnsServerAddressStreamProvider
-
- nameServerAddressStream(String) - Method in class io.netty.resolver.dns.MultiDnsServerAddressStreamProvider
-
- nameServerAddressStream(String) - Method in class io.netty.resolver.dns.UnixResolverDnsServerAddressStreamProvider
-
- NameServerComparator - Class in io.netty.resolver.dns
-
Special
Comparator
implementation to sort the nameservers to use when follow redirects.
- NameServerComparator(Class<? extends InetAddress>) - Constructor for class io.netty.resolver.dns.NameServerComparator
-
- nameServerProvider() - Method in class io.netty.resolver.dns.DnsNameResolverBuilder
-
- nameServerProvider(DnsServerAddressStreamProvider) - Method in class io.netty.resolver.dns.DnsNameResolverBuilder
-
- namespace() - Method in class io.netty.handler.codec.xml.XmlAttribute
-
- namespace() - Method in class io.netty.handler.codec.xml.XmlElement
-
- namespaces() - Method in class io.netty.handler.codec.xml.XmlElement
-
- nameValidator() - Method in class io.netty.handler.codec.DefaultHeaders
-
- nanoTime() - Static method in class io.netty.util.concurrent.AbstractScheduledEventExecutor
-
- NAPTR - Static variable in class io.netty.handler.codec.dns.DnsRecordType
-
Naming Authority Pointer record RFC 3403 Allows regular expression based
rewriting of domain names which can then be used as URIs, further domain
names to lookups, etc.
- Native - Class in io.netty.channel.epoll
-
Native helper methods
Internal usage only!
- NativeInetAddress - Class in io.netty.channel.unix
-
Internal usage only!
- NativeInetAddress(byte[], int) - Constructor for class io.netty.channel.unix.NativeInetAddress
-
- NativeInetAddress(byte[]) - Constructor for class io.netty.channel.unix.NativeInetAddress
-
- NativeIoException(String, int) - Constructor for exception io.netty.channel.unix.Errors.NativeIoException
-
- NativeIoException(String, int, boolean) - Constructor for exception io.netty.channel.unix.Errors.NativeIoException
-
- NativeLibraryLoader - Class in io.netty.util.internal
-
Helper class to load JNI resources.
- ndots(int) - Method in class io.netty.resolver.dns.DnsNameResolverBuilder
-
Set the number of dots which must appear in a name before an initial absolute query is made.
- needReport() - Method in class io.netty.util.ResourceLeakDetector
-
- needsMoreData() - Static method in class io.netty.handler.codec.ProtocolDetectionResult
-
- negativeTtl() - Method in class io.netty.resolver.dns.DefaultDnsCache
-
Returns the TTL of the cache for the failed DNS queries (in seconds).
- negativeTtl(int) - Method in class io.netty.resolver.dns.DnsNameResolverBuilder
-
Sets the TTL of the cache for the failed DNS queries (in seconds).
- NettyRuntime - Class in io.netty.util
-
A utility class for wrapping calls to
Runtime
.
- NetUtil - Class in io.netty.util
-
A class that holds a number of network-related constants.
- NETWORK_AUTHENTICATION_REQUIRED - Static variable in class io.netty.handler.codec.http.HttpResponseStatus
-
511 Network Authentication Required (RFC6585)
- NETWORK_INTERFACES - Static variable in class io.netty.util.NetUtil
-
An unmodifiable Collection of all the interfaces on this machine.
- NETWORK_UNREACHABLE - Static variable in class io.netty.handler.codec.socksx.v5.Socks5CommandStatus
-
- NEVER_SENSITIVE - Static variable in interface io.netty.handler.codec.http2.Http2HeadersEncoder
-
- NEVER_SKIP - Static variable in interface io.netty.handler.codec.http.websocketx.extensions.WebSocketExtensionFilter
-
- newAddressResolver(EventLoop, NameResolver<InetAddress>) - Method in class io.netty.resolver.dns.DnsAddressResolverGroup
-
- newAddressResolver(EventLoop, NameResolver<InetAddress>) - Method in class io.netty.resolver.dns.RoundRobinDnsAddressResolverGroup
-
- newAhoCorasicSearchProcessorFactory(byte[]...) - Static method in class io.netty.buffer.search.AbstractMultiSearchProcessorFactory
-
- newBitapSearchProcessorFactory(byte[]) - Static method in class io.netty.buffer.search.AbstractSearchProcessorFactory
-
- newBuilder() - Static method in class io.netty.handler.codec.http.websocketx.WebSocketClientProtocolConfig
-
- newBuilder() - Static method in class io.netty.handler.codec.http.websocketx.WebSocketDecoderConfig
-
- newBuilder() - Static method in class io.netty.handler.codec.http.websocketx.WebSocketServerProtocolConfig
-
- newBuilder() - Static method in class io.netty.handler.ssl.OpenSslCertificateCompressionConfig
-
- newChannel() - Method in interface io.netty.bootstrap.ChannelFactory
-
Deprecated.
Creates a new channel.
- newChannel() - Method in interface io.netty.channel.ChannelFactory
-
Creates a new channel.
- newChannel() - Method in class io.netty.channel.ReflectiveChannelFactory
-
- newChannel() - Method in class io.netty.channel.udt.nio.NioUdtProvider
-
Deprecated.
- newChannelPipeline() - Method in class io.netty.channel.AbstractChannel
-
- newChannelPipeline() - Method in class io.netty.channel.embedded.EmbeddedChannel
-
- newChild(Executor, Object...) - Method in class io.netty.channel.DefaultEventLoopGroup
-
- newChild(Executor, Object...) - Method in class io.netty.channel.epoll.EpollEventLoopGroup
-
- newChild(Executor, Object...) - Method in class io.netty.channel.kqueue.KQueueEventLoopGroup
-
- newChild(Executor, Object...) - Method in class io.netty.channel.MultithreadEventLoopGroup
-
- newChild(Executor, Object...) - Method in class io.netty.channel.nio.NioEventLoopGroup
-
- newChild(Object...) - Method in class io.netty.channel.ThreadPerChannelEventLoopGroup
-
Deprecated.
- newChild(Executor, Object...) - Method in class io.netty.util.concurrent.DefaultEventExecutorGroup
-
- newChild(Executor, Object...) - Method in class io.netty.util.concurrent.MultithreadEventExecutorGroup
-
- newChildChannel(int, byte[], int, int) - Method in class io.netty.channel.epoll.AbstractEpollServerChannel
-
- newChildChannel(int, byte[], int, int) - Method in class io.netty.channel.epoll.EpollServerDomainSocketChannel
-
- newChildChannel(int, byte[], int, int) - Method in class io.netty.channel.epoll.EpollServerSocketChannel
-
- newChildChannel(int, byte[], int, int) - Method in class io.netty.channel.kqueue.KQueueServerDomainSocketChannel
-
- newChildChannel(int, byte[], int, int) - Method in class io.netty.channel.kqueue.KQueueServerSocketChannel
-
- newChooser(EventExecutor[]) - Method in class io.netty.util.concurrent.DefaultEventExecutorChooserFactory
-
- newChooser(EventExecutor[]) - Method in interface io.netty.util.concurrent.EventExecutorChooserFactory
-
- newClientContext() - Static method in class io.netty.handler.ssl.SslContext
-
- newClientContext(File) - Static method in class io.netty.handler.ssl.SslContext
-
- newClientContext(TrustManagerFactory) - Static method in class io.netty.handler.ssl.SslContext
-
- newClientContext(File, TrustManagerFactory) - Static method in class io.netty.handler.ssl.SslContext
-
- newClientContext(File, TrustManagerFactory, Iterable<String>, Iterable<String>, long, long) - Static method in class io.netty.handler.ssl.SslContext
-
- newClientContext(File, TrustManagerFactory, Iterable<String>, CipherSuiteFilter, ApplicationProtocolConfig, long, long) - Static method in class io.netty.handler.ssl.SslContext
-
- newClientContext(SslProvider) - Static method in class io.netty.handler.ssl.SslContext
-
- newClientContext(SslProvider, File) - Static method in class io.netty.handler.ssl.SslContext
-
- newClientContext(SslProvider, TrustManagerFactory) - Static method in class io.netty.handler.ssl.SslContext
-
- newClientContext(SslProvider, File, TrustManagerFactory) - Static method in class io.netty.handler.ssl.SslContext
-
- newClientContext(SslProvider, File, TrustManagerFactory, Iterable<String>, Iterable<String>, long, long) - Static method in class io.netty.handler.ssl.SslContext
-
- newClientContext(SslProvider, File, TrustManagerFactory, Iterable<String>, CipherSuiteFilter, ApplicationProtocolConfig, long, long) - Static method in class io.netty.handler.ssl.SslContext
-
- newClientContext(SslProvider, File, TrustManagerFactory, File, File, String, KeyManagerFactory, Iterable<String>, CipherSuiteFilter, ApplicationProtocolConfig, long, long) - Static method in class io.netty.handler.ssl.SslContext
-
- newCloseFuture() - Method in interface io.netty.channel.group.ChannelGroup
-
- newCloseFuture(ChannelMatcher) - Method in interface io.netty.channel.group.ChannelGroup
-
- newCloseFuture() - Method in class io.netty.channel.group.DefaultChannelGroup
-
- newCloseFuture(ChannelMatcher) - Method in class io.netty.channel.group.DefaultChannelGroup
-
- newConcurrentDeque() - Static method in class io.netty.util.internal.PlatformDependent
-
Returns a new concurrent
Deque
.
- newConcurrentHashMap() - Static method in class io.netty.util.internal.PlatformDependent
-
Creates a new fastest
ConcurrentMap
implementation for the current platform.
- newConcurrentHashMap(int) - Static method in class io.netty.util.internal.PlatformDependent
-
Creates a new fastest
ConcurrentMap
implementation for the current platform.
- newConcurrentHashMap(int, float) - Static method in class io.netty.util.internal.PlatformDependent
-
Creates a new fastest
ConcurrentMap
implementation for the current platform.
- newConcurrentHashMap(int, float, int) - Static method in class io.netty.util.internal.PlatformDependent
-
Creates a new fastest
ConcurrentMap
implementation for the current platform.
- newConcurrentHashMap(Map<? extends K, ? extends V>) - Static method in class io.netty.util.internal.PlatformDependent
-
Creates a new fastest
ConcurrentMap
implementation for the current platform.
- newConnectionResetException(String, int) - Static method in class io.netty.channel.unix.Errors
-
- newConnectorChannel(SocketChannelUDT) - Method in class io.netty.channel.udt.nio.NioUdtAcceptorChannel
-
Deprecated.
- newConnectorChannel(SocketChannelUDT) - Method in class io.netty.channel.udt.nio.NioUdtByteAcceptorChannel
-
Deprecated.
- newConnectorChannel(SocketChannelUDT) - Method in class io.netty.channel.udt.nio.NioUdtMessageAcceptorChannel
-
Deprecated.
- newConstant(int, String) - Method in class io.netty.util.ConstantPool
-
- newContentCompressor(ChannelHandlerContext, CharSequence) - Method in class io.netty.handler.codec.http2.CompressorHttp2ConnectionEncoder
-
Returns a new
EmbeddedChannel
that encodes the HTTP2 message content encoded in the specified
contentEncoding
.
- newContentDecoder(String) - Method in class io.netty.handler.codec.http.HttpContentDecoder
-
Returns a new
EmbeddedChannel
that decodes the HTTP message
content encoded in the specified
contentEncoding.
- newContentDecoder(String) - Method in class io.netty.handler.codec.http.HttpContentDecompressor
-
- newContentDecompressor(ChannelHandlerContext, CharSequence) - Method in class io.netty.handler.codec.http2.DelegatingDecompressorFrameListener
-
Returns a new
EmbeddedChannel
that decodes the HTTP2 message content encoded in the specified
contentEncoding
.
- newContinueResponse(HttpMessage, int, ChannelPipeline) - Method in class io.netty.handler.codec.http.HttpObjectAggregator
-
- newContinueResponse(WebSocketFrame, int, ChannelPipeline) - Method in class io.netty.handler.codec.http.websocketx.WebSocketFrameAggregator
-
- newContinueResponse(H, int, ChannelPipeline) - Method in class io.netty.handler.codec.memcache.AbstractMemcacheObjectAggregator
-
- newContinueResponse(S, int, ChannelPipeline) - Method in class io.netty.handler.codec.MessageAggregator
-
Returns the 'continue response' for the specified start message if necessary.
- newContinueResponse(BulkStringHeaderRedisMessage, int, ChannelPipeline) - Method in class io.netty.handler.codec.redis.RedisBulkStringAggregator
-
- newContinueResponse(StompHeadersSubframe, int, ChannelPipeline) - Method in class io.netty.handler.codec.stomp.StompSubframeAggregator
-
- newDefaultThreadFactory() - Method in class io.netty.channel.MultithreadEventLoopGroup
-
- newDefaultThreadFactory() - Method in class io.netty.util.concurrent.MultithreadEventExecutorGroup
-
- newDirectBuffer(int, int) - Method in class io.netty.buffer.AbstractByteBufAllocator
-
Create a direct
ByteBuf
with the given initialCapacity and maxCapacity.
- newDirectBuffer(int, int) - Method in class io.netty.buffer.AdaptiveByteBufAllocator
-
- newDirectBuffer(int, int) - Method in class io.netty.buffer.PooledByteBufAllocator
-
- newDirectBuffer(int, int) - Method in class io.netty.buffer.UnpooledByteBufAllocator
-
- newDirectBuffer(ByteBuf) - Method in class io.netty.channel.nio.AbstractNioChannel
-
Returns an off-heap copy of the specified
ByteBuf
, and releases the original one.
- newDirectBuffer(ReferenceCounted, ByteBuf) - Method in class io.netty.channel.nio.AbstractNioChannel
-
Returns an off-heap copy of the specified
ByteBuf
, and releases the specified holder.
- newDnsQueryLifecycleObserver(DnsQuestion) - Method in class io.netty.resolver.dns.BiDnsQueryLifecycleObserverFactory
-
- newDnsQueryLifecycleObserver(DnsQuestion) - Method in interface io.netty.resolver.dns.DnsQueryLifecycleObserverFactory
-
- newDnsQueryLifecycleObserver(DnsQuestion) - Method in class io.netty.resolver.dns.LoggingDnsQueryLifeCycleObserverFactory
-
- newDnsQueryLifecycleObserver(DnsQuestion) - Method in class io.netty.resolver.dns.NoopDnsQueryLifecycleObserverFactory
-
- newEmptyHeaders() - Method in class io.netty.handler.codec.http.DefaultHttpHeadersFactory
-
- newEmptyHeaders() - Method in interface io.netty.handler.codec.http.HttpHeadersFactory
-
Create a new
HttpHeaders
instance, but sized to be as small an object as possible.
- newEngine(ByteBufAllocator) - Method in class io.netty.handler.ssl.DelegatingSslContext
-
- newEngine(ByteBufAllocator, String, int) - Method in class io.netty.handler.ssl.DelegatingSslContext
-
- newEngine(ByteBufAllocator) - Method in class io.netty.handler.ssl.JdkSslContext
-
- newEngine(ByteBufAllocator, String, int) - Method in class io.netty.handler.ssl.JdkSslContext
-
- newEngine(ByteBufAllocator, String, int) - Method in class io.netty.handler.ssl.ReferenceCountedOpenSslContext
-
- newEngine(ByteBufAllocator) - Method in class io.netty.handler.ssl.ReferenceCountedOpenSslContext
-
Returns a new server-side
SSLEngine
with the current configuration.
- newEngine(ByteBufAllocator) - Method in class io.netty.handler.ssl.SslContext
-
- newEngine(ByteBufAllocator, String, int) - Method in class io.netty.handler.ssl.SslContext
-
Creates a new
SSLEngine
using advisory peer information.
- newEngineBased(File, String) - Static method in class io.netty.handler.ssl.OpenSslX509KeyManagerFactory
-
- newEngineBased(X509Certificate[], String) - Static method in class io.netty.handler.ssl.OpenSslX509KeyManagerFactory
-
- newEntity(String) - Static method in class io.netty.handler.codec.http.HttpHeaders
-
- newEpollCreate() - Static method in class io.netty.channel.epoll.Native
-
- newEventFd() - Static method in class io.netty.channel.epoll.Native
-
- newExtensionDecoder() - Method in interface io.netty.handler.codec.http.websocketx.extensions.WebSocketExtension
-
- newExtensionEncoder() - Method in interface io.netty.handler.codec.http.websocketx.extensions.WebSocketExtension
-
- newFailedFuture(Throwable) - Method in class io.netty.channel.AbstractChannel
-
- newFailedFuture(Throwable) - Method in interface io.netty.channel.ChannelOutboundInvoker
-
- newFailedFuture(Throwable) - Method in class io.netty.channel.DefaultChannelPipeline
-
- newFailedFuture(Throwable) - Method in class io.netty.util.concurrent.AbstractEventExecutor
-
- newFailedFuture(Throwable) - Method in interface io.netty.util.concurrent.EventExecutor
-
Create a new
Future
which is marked as failed already.
- newFailedFuture(Throwable) - Method in class io.netty.util.concurrent.UnorderedThreadPoolEventExecutor
-
- newFixedMpmcQueue(int) - Static method in class io.netty.util.internal.PlatformDependent
-
Create a new
Queue
which is safe to use for multiple producers (different threads) and multiple
consumers with the given fixes
capacity
.
- newFixedMpscQueue(int) - Static method in class io.netty.util.internal.PlatformDependent
-
Create a new
Queue
which is safe to use for multiple producers (different threads) and a single
consumer (one thread!)
- newFixedMpscUnpaddedQueue(int) - Static method in class io.netty.util.internal.PlatformDependent
-
Create a new un-padded
Queue
which is safe to use for multiple producers (different threads) and a single
consumer (one thread!)
- newHandle() - Method in class io.netty.channel.AdaptiveRecvByteBufAllocator
-
- newHandle() - Method in class io.netty.channel.DefaultMaxBytesRecvByteBufAllocator
-
- newHandle() - Method in class io.netty.channel.DefaultMessageSizeEstimator
-
- newHandle() - Method in class io.netty.channel.FixedRecvByteBufAllocator
-
- newHandle() - Method in interface io.netty.channel.MessageSizeEstimator
-
Creates a new handle.
- newHandle() - Method in interface io.netty.channel.RecvByteBufAllocator
-
Creates a new handle.
- newHandle() - Method in class io.netty.channel.ServerChannelRecvByteBufAllocator
-
- newHandler(ByteBufAllocator, boolean) - Method in class io.netty.handler.ssl.DelegatingSslContext
-
- newHandler(ByteBufAllocator, String, int, boolean) - Method in class io.netty.handler.ssl.DelegatingSslContext
-
- newHandler(ByteBufAllocator, boolean, Executor) - Method in class io.netty.handler.ssl.DelegatingSslContext
-
- newHandler(ByteBufAllocator, String, int, boolean, Executor) - Method in class io.netty.handler.ssl.DelegatingSslContext
-
- newHandler(ByteBufAllocator, boolean) - Method in class io.netty.handler.ssl.ReferenceCountedOpenSslContext
-
- newHandler(ByteBufAllocator, String, int, boolean) - Method in class io.netty.handler.ssl.ReferenceCountedOpenSslContext
-
- newHandler(ByteBufAllocator, boolean, Executor) - Method in class io.netty.handler.ssl.ReferenceCountedOpenSslContext
-
- newHandler(ByteBufAllocator, String, int, boolean, Executor) - Method in class io.netty.handler.ssl.ReferenceCountedOpenSslContext
-
- newHandler(ByteBufAllocator) - Method in class io.netty.handler.ssl.SslContext
-
Create a new SslHandler.
- newHandler(ByteBufAllocator, boolean) - Method in class io.netty.handler.ssl.SslContext
-
Create a new SslHandler.
- newHandler(ByteBufAllocator, Executor) - Method in class io.netty.handler.ssl.SslContext
-
- newHandler(ByteBufAllocator, boolean, Executor) - Method in class io.netty.handler.ssl.SslContext
-
Create a new SslHandler.
- newHandler(ByteBufAllocator, String, int) - Method in class io.netty.handler.ssl.SslContext
-
- newHandler(ByteBufAllocator, String, int, boolean) - Method in class io.netty.handler.ssl.SslContext
-
Create a new SslHandler.
- newHandler(ByteBufAllocator, String, int, Executor) - Method in class io.netty.handler.ssl.SslContext
-
Creates a new
SslHandler
with advisory peer information.
- newHandler(ByteBufAllocator, String, int, boolean, Executor) - Method in class io.netty.handler.ssl.SslContext
-
- newHandshaker(URI, WebSocketVersion, String, boolean, HttpHeaders) - Static method in class io.netty.handler.codec.http.websocketx.WebSocketClientHandshakerFactory
-
Creates a new handshaker.
- newHandshaker(URI, WebSocketVersion, String, boolean, HttpHeaders, int) - Static method in class io.netty.handler.codec.http.websocketx.WebSocketClientHandshakerFactory
-
Creates a new handshaker.
- newHandshaker(URI, WebSocketVersion, String, boolean, HttpHeaders, int, boolean, boolean) - Static method in class io.netty.handler.codec.http.websocketx.WebSocketClientHandshakerFactory
-
Creates a new handshaker.
- newHandshaker(URI, WebSocketVersion, String, boolean, HttpHeaders, int, boolean, boolean, long) - Static method in class io.netty.handler.codec.http.websocketx.WebSocketClientHandshakerFactory
-
Creates a new handshaker.
- newHandshaker(URI, WebSocketVersion, String, boolean, HttpHeaders, int, boolean, boolean, long, boolean) - Static method in class io.netty.handler.codec.http.websocketx.WebSocketClientHandshakerFactory
-
Creates a new handshaker.
- newHandshaker(URI, WebSocketVersion, String, boolean, HttpHeaders, int, boolean, boolean, long, boolean, boolean) - Static method in class io.netty.handler.codec.http.websocketx.WebSocketClientHandshakerFactory
-
Creates a new handshaker.
- 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-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
-
- newHandshakeResponse(FullHttpRequest, HttpHeaders) - Method in class io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker13
-
- newHeaderEntry(int, K, V, DefaultHeaders.HeaderEntry<K, V>) - Method in class io.netty.handler.codec.DefaultHeaders
-
- newHeaderEntry(int, CharSequence, CharSequence, DefaultHeaders.HeaderEntry<CharSequence, CharSequence>) - Method in class io.netty.handler.codec.http2.DefaultHttp2Headers
-
- newHeaders() - Method in class io.netty.handler.codec.http.DefaultHttpHeadersFactory
-
- newHeaders() - Method in interface io.netty.handler.codec.http.HttpHeadersFactory
-
- newHeaders() - Method in class io.netty.handler.codec.http2.DefaultHttp2HeadersDecoder
-
Create a new
Http2Headers
object which will store the results of the decode operation.
- newHeapBuffer(int, int) - Method in class io.netty.buffer.AbstractByteBufAllocator
-
Create a heap
ByteBuf
with the given initialCapacity and maxCapacity.
- newHeapBuffer(int, int) - Method in class io.netty.buffer.AdaptiveByteBufAllocator
-
- newHeapBuffer(int, int) - Method in class io.netty.buffer.PooledByteBufAllocator
-
- newHeapBuffer(int, int) - Method in class io.netty.buffer.UnpooledByteBufAllocator
-
- newHttp2UnknownFrame(byte, int, Http2Flags, ByteBuf) - Method in class io.netty.handler.codec.http2.Http2FrameCodec
-
Create a Http2UnknownFrame.
- newId() - Method in class io.netty.channel.AbstractChannel
-
- newIdleStateEvent(IdleState, boolean) - Method in class io.netty.handler.timeout.IdleStateHandler
-
- 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
-
- newInstance() - Static method in class io.netty.channel.DefaultChannelId
-
- newInstance(InetAddress) - Static method in class io.netty.channel.unix.NativeInetAddress
-
- newInstance(String) - Static method in class io.netty.util.AttributeKey
-
- newInstance(String) - Method in class io.netty.util.ConstantPool
-
- newInstance(String) - Method in class io.netty.util.internal.logging.CommonsLoggerFactory
-
Deprecated.
- newInstance(String) - Method in class io.netty.util.internal.logging.InternalLoggerFactory
-
Creates a new logger instance with the specified name.
- newInstance(String) - Method in class io.netty.util.internal.logging.JdkLoggerFactory
-
- newInstance(String) - Method in class io.netty.util.internal.logging.Log4J2LoggerFactory
-
- newInstance(String) - Method in class io.netty.util.internal.logging.Log4JLoggerFactory
-
- newInstance(String) - Method in class io.netty.util.internal.logging.Slf4JLoggerFactory
-
- newInstance(Object, Promise<Void>) - Static method in class io.netty.util.internal.PendingWrite
-
- newInstance() - Static method in class io.netty.util.internal.RecyclableArrayList
-
- newInstance(int) - Static method in class io.netty.util.internal.RecyclableArrayList
-
- newInvalidMessage(Throwable) - Static method in class io.netty.handler.codec.mqtt.MqttMessageFactory
-
- newInvalidMessage(MqttFixedHeader, Object, Throwable) - Static method in class io.netty.handler.codec.mqtt.MqttMessageFactory
-
- newIOException(String, int) - Static method in class io.netty.channel.unix.Errors
-
- newKey() - Method in class io.netty.handler.codec.http2.DefaultHttp2Connection
-
- newKey() - Method in interface io.netty.handler.codec.http2.Http2Connection
-
- newKeyless(File) - Static method in class io.netty.handler.ssl.OpenSslX509KeyManagerFactory
-
- newKeyless(InputStream) - Static method in class io.netty.handler.ssl.OpenSslX509KeyManagerFactory
-
- newKeyless(X509Certificate...) - Static method in class io.netty.handler.ssl.OpenSslX509KeyManagerFactory
-
- newKmpSearchProcessorFactory(byte[]) - Static method in class io.netty.buffer.search.AbstractSearchProcessorFactory
-
- NEWLINE - Static variable in class io.netty.util.internal.StringUtil
-
- newListener(SSLEngine, List<String>) - Method in interface io.netty.handler.ssl.JdkApplicationProtocolNegotiator.ProtocolSelectionListenerFactory
-
Deprecated.
- newLocalChannel(LocalChannel) - Method in class io.netty.channel.local.LocalServerChannel
-
- newLongCounter() - Static method in class io.netty.util.internal.PlatformDependent
-
Creates a new fastest
LongCounter
implementation for the current platform.
- newMessage(Http2Stream, Http2Headers, boolean, ByteBufAllocator) - Method in class io.netty.handler.codec.http2.InboundHttp2ToHttpAdapter
-
- newMessage(MqttFixedHeader, Object, Object) - Static method in class io.netty.handler.codec.mqtt.MqttMessageFactory
-
- newMpscQueue() - Static method in class io.netty.util.internal.PlatformDependent
-
Create a new
Queue
which is safe to use for multiple producers (different threads) and a single
consumer (one thread!).
- newMpscQueue(int) - Static method in class io.netty.util.internal.PlatformDependent
-
Create a new
Queue
which is safe to use for multiple producers (different threads) and a single
consumer (one thread!).
- newMpscQueue(int, int) - Static method in class io.netty.util.internal.PlatformDependent
-
Create a new
Queue
which is safe to use for multiple producers (different threads) and a single
consumer (one thread!).
- newNameResolver(EventLoop, ChannelFactory<? extends DatagramChannel>, DnsServerAddressStreamProvider) - Method in class io.netty.resolver.dns.DnsAddressResolverGroup
-
- newNonSslHandler(ChannelHandlerContext) - Method in class io.netty.handler.ssl.OptionalSslHandler
-
Override to configure the ChannelHandler.
- newNonSslHandlerName() - Method in class io.netty.handler.ssl.OptionalSslHandler
-
Optionally specify the non-SSL handler name, this method may return null
.
- newObject(ObjectPool.Handle<T>) - Method in interface io.netty.util.internal.ObjectPool.ObjectCreator
-
- newObject(Recycler.Handle<T>) - Method in class io.netty.util.Recycler
-
- newObjectOutputStream(OutputStream) - Method in class io.netty.handler.codec.serialization.CompatibleObjectEncoder
-
Deprecated.
- newPool(K) - Method in class io.netty.channel.pool.AbstractChannelPoolMap
-
Called once a new
ChannelPool
needs to be created as non exists yet for the
key
.
- newPool(ObjectPool.ObjectCreator<T>) - Static method in class io.netty.util.internal.ObjectPool
-
- newProgressivePromise() - Method in class io.netty.channel.AbstractChannel
-
- newProgressivePromise() - Method in interface io.netty.channel.ChannelOutboundInvoker
-
- newProgressivePromise() - Method in class io.netty.channel.DefaultChannelPipeline
-
- newProgressivePromise() - Method in class io.netty.util.concurrent.AbstractEventExecutor
-
- newProgressivePromise() - Method in interface io.netty.util.concurrent.EventExecutor
-
- newProgressivePromise() - Method in class io.netty.util.concurrent.ImmediateEventExecutor
-
- newProgressivePromise() - Method in class io.netty.util.concurrent.UnorderedThreadPoolEventExecutor
-
- newPromise() - Method in class io.netty.channel.AbstractChannel
-
- newPromise() - Method in interface io.netty.channel.ChannelOutboundInvoker
-
- newPromise() - Method in class io.netty.channel.DefaultChannelPipeline
-
- newPromise() - Method in class io.netty.util.concurrent.AbstractEventExecutor
-
- newPromise() - Method in interface io.netty.util.concurrent.EventExecutor
-
- newPromise() - Method in class io.netty.util.concurrent.ImmediateEventExecutor
-
- newPromise() - Method in class io.netty.util.concurrent.UnorderedThreadPoolEventExecutor
-
- newRedirectDnsServerStream(String, List<InetSocketAddress>) - Method in class io.netty.resolver.dns.DnsNameResolver
-
- newReponseData() - Method in interface io.netty.handler.codec.http.websocketx.extensions.WebSocketServerExtension
-
Return an extension configuration to submit to the client as an acknowledge.
- newRequestData() - Method in class io.netty.handler.codec.http.websocketx.extensions.compression.DeflateFrameClientExtensionHandshaker
-
- newRequestData() - Method in class io.netty.handler.codec.http.websocketx.extensions.compression.PerMessageDeflateClientExtensionHandshaker
-
- newRequestData() - Method in interface io.netty.handler.codec.http.websocketx.extensions.WebSocketClientExtensionHandshaker
-
Return extension configuration to submit to the server.
- newResolver(EventExecutor) - Method in class io.netty.resolver.AddressResolverGroup
-
- newResolver(EventExecutor) - Method in class io.netty.resolver.DefaultAddressResolverGroup
-
- newResolver(EventExecutor) - Method in class io.netty.resolver.dns.DnsAddressResolverGroup
-
- newResolver(EventLoop, ChannelFactory<? extends DatagramChannel>, DnsServerAddressStreamProvider) - Method in class io.netty.resolver.dns.DnsAddressResolverGroup
-
- newResolver(EventExecutor) - Method in class io.netty.resolver.NoopAddressResolverGroup
-
- newResourceLeakDetector(Class<T>) - Method in class io.netty.util.ResourceLeakDetectorFactory
-
- newResourceLeakDetector(Class<T>, int, long) - Method in class io.netty.util.ResourceLeakDetectorFactory
-
- newResourceLeakDetector(Class<T>, int) - Method in class io.netty.util.ResourceLeakDetectorFactory
-
- newSearchProcessor() - Method in class io.netty.buffer.search.AhoCorasicSearchProcessorFactory
-
- newSearchProcessor() - Method in class io.netty.buffer.search.BitapSearchProcessorFactory
-
- newSearchProcessor() - Method in class io.netty.buffer.search.KmpSearchProcessorFactory
-
- newSearchProcessor() - Method in interface io.netty.buffer.search.MultiSearchProcessorFactory
-
- newSearchProcessor() - Method in interface io.netty.buffer.search.SearchProcessorFactory
-
- newSelector(SSLEngine, Set<String>) - Method in interface io.netty.handler.ssl.JdkApplicationProtocolNegotiator.ProtocolSelectorFactory
-
Deprecated.
- newSelectStrategy() - Method in class io.netty.channel.DefaultSelectStrategyFactory
-
- newSelectStrategy() - Method in interface io.netty.channel.SelectStrategyFactory
-
- newServerContext(File, File) - Static method in class io.netty.handler.ssl.SslContext
-
- newServerContext(File, File, String) - Static method in class io.netty.handler.ssl.SslContext
-
- newServerContext(File, File, String, Iterable<String>, Iterable<String>, long, long) - Static method in class io.netty.handler.ssl.SslContext
-
- newServerContext(File, File, String, Iterable<String>, CipherSuiteFilter, ApplicationProtocolConfig, long, long) - Static method in class io.netty.handler.ssl.SslContext
-
- newServerContext(SslProvider, File, File) - Static method in class io.netty.handler.ssl.SslContext
-
- newServerContext(SslProvider, File, File, String) - Static method in class io.netty.handler.ssl.SslContext
-
- newServerContext(SslProvider, File, File, String, Iterable<String>, Iterable<String>, long, long) - Static method in class io.netty.handler.ssl.SslContext
-
- newServerContext(SslProvider, File, File, String, TrustManagerFactory, Iterable<String>, Iterable<String>, long, long) - Static method in class io.netty.handler.ssl.SslContext
-
- newServerContext(SslProvider, File, File, String, Iterable<String>, CipherSuiteFilter, ApplicationProtocolConfig, long, long) - Static method in class io.netty.handler.ssl.SslContext
-
- newServerContext(SslProvider, File, TrustManagerFactory, File, File, String, KeyManagerFactory, Iterable<String>, CipherSuiteFilter, ApplicationProtocolConfig, long, long) - Static method in class io.netty.handler.ssl.SslContext
-
- newSocket(int) - Static method in class io.netty.channel.epoll.LinuxSocket
-
- newSocketDgram(boolean) - Static method in class io.netty.channel.epoll.LinuxSocket
-
- newSocketDgram(InternetProtocolFamily) - Static method in class io.netty.channel.epoll.LinuxSocket
-
- newSocketDgram() - Static method in class io.netty.channel.epoll.LinuxSocket
-
- newSocketDgram() - Static method in class io.netty.channel.unix.Socket
-
- newSocketDgram0() - Static method in class io.netty.channel.unix.Socket
-
- newSocketDgram0(InternetProtocolFamily) - Static method in class io.netty.channel.unix.Socket
-
- newSocketDgram0(boolean) - Static method in class io.netty.channel.unix.Socket
-
- newSocketDomain() - Static method in class io.netty.channel.epoll.LinuxSocket
-
- newSocketDomain() - Static method in class io.netty.channel.unix.Socket
-
- newSocketDomain0() - Static method in class io.netty.channel.unix.Socket
-
- newSocketDomainDgram() - Static method in class io.netty.channel.epoll.LinuxSocket
-
- newSocketDomainDgram() - Static method in class io.netty.channel.unix.Socket
-
- newSocketDomainDgram0() - Static method in class io.netty.channel.unix.Socket
-
- newSocketStream(boolean) - Static method in class io.netty.channel.epoll.LinuxSocket
-
- newSocketStream(InternetProtocolFamily) - Static method in class io.netty.channel.epoll.LinuxSocket
-
- newSocketStream() - Static method in class io.netty.channel.epoll.LinuxSocket
-
- newSocketStream() - Static method in class io.netty.channel.unix.Socket
-
- newSocketStream0() - Static method in class io.netty.channel.unix.Socket
-
- newSocketStream0(InternetProtocolFamily) - Static method in class io.netty.channel.unix.Socket
-
- newSocketStream0(boolean) - Static method in class io.netty.channel.unix.Socket
-
- newSpdyUnknownFrame(int, byte, ByteBuf) - Method in class io.netty.handler.codec.spdy.SpdyFrameCodec
-
Create a SpdyUnknownFrame.
- newSpscQueue() - Static method in class io.netty.util.internal.PlatformDependent
-
Create a new
Queue
which is safe to use for single producer (one thread!)
- newSslHandler(ChannelHandlerContext, SslContext) - Method in class io.netty.handler.ssl.OptionalSslHandler
-
Override to configure the SslHandler eg.
- newSslHandler(SslContext, ByteBufAllocator) - Method in class io.netty.handler.ssl.SniHandler
-
- newSslHandlerName() - Method in class io.netty.handler.ssl.OptionalSslHandler
-
Optionally specify the SSL handler name, this method may return null
.
- newStream() - Method in class io.netty.handler.codec.http2.Http2ChannelDuplexHandler
-
- newSucceededFuture() - Method in class io.netty.channel.AbstractChannel
-
- newSucceededFuture() - Method in interface io.netty.channel.ChannelOutboundInvoker
-
- newSucceededFuture() - Method in class io.netty.channel.DefaultChannelPipeline
-
- newSucceededFuture(V) - Method in class io.netty.util.concurrent.AbstractEventExecutor
-
- newSucceededFuture(V) - Method in interface io.netty.util.concurrent.EventExecutor
-
Create a new
Future
which is marked as succeeded already.
- newSucceededFuture(V) - Method in class io.netty.util.concurrent.UnorderedThreadPoolEventExecutor
-
- newSwappedByteBuf() - Method in class io.netty.buffer.AbstractByteBuf
-
- newSwappedByteBuf() - Method in class io.netty.buffer.UnpooledUnsafeDirectByteBuf
-
- newSwappedByteBuf() - Method in class io.netty.buffer.UnpooledUnsafeHeapByteBuf
-
Deprecated.
- newTaskFor(Runnable, T) - Method in class io.netty.util.concurrent.AbstractEventExecutor
-
- newTaskFor(Callable<T>) - Method in class io.netty.util.concurrent.AbstractEventExecutor
-
- newTaskQueue(int) - Method in class io.netty.channel.epoll.EpollEventLoop
-
- newTaskQueue(int) - Method in interface io.netty.channel.EventLoopTaskQueueFactory
-
Returns a new
Queue
to use.
- newTaskQueue(int) - Method in class io.netty.channel.nio.NioEventLoop
-
- newTaskQueue() - Method in class io.netty.util.concurrent.SingleThreadEventExecutor
-
- newTaskQueue(int) - 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.
- newTimerFd() - Static method in class io.netty.channel.epoll.Native
-
- newUnsafe() - Method in class io.netty.channel.AbstractChannel
-
- newUnsafe() - Method in class io.netty.channel.AbstractServerChannel
-
- newUnsafe() - Method in class io.netty.channel.embedded.EmbeddedChannel
-
- newUnsafe() - Method in class io.netty.channel.epoll.AbstractEpollServerChannel
-
- newUnsafe() - Method in class io.netty.channel.epoll.AbstractEpollStreamChannel
-
- newUnsafe() - Method in class io.netty.channel.epoll.EpollDatagramChannel
-
- newUnsafe() - Method in class io.netty.channel.epoll.EpollDomainDatagramChannel
-
- newUnsafe() - Method in class io.netty.channel.epoll.EpollDomainSocketChannel
-
- newUnsafe() - Method in class io.netty.channel.epoll.EpollSocketChannel
-
- newUnsafe() - Method in class io.netty.channel.kqueue.AbstractKQueueServerChannel
-
- newUnsafe() - Method in class io.netty.channel.kqueue.AbstractKQueueStreamChannel
-
- newUnsafe() - Method in class io.netty.channel.kqueue.KQueueDatagramChannel
-
- newUnsafe() - Method in class io.netty.channel.kqueue.KQueueDomainDatagramChannel
-
- newUnsafe() - Method in class io.netty.channel.kqueue.KQueueDomainSocketChannel
-
- newUnsafe() - Method in class io.netty.channel.kqueue.KQueueSocketChannel
-
- newUnsafe() - Method in class io.netty.channel.local.LocalChannel
-
- newUnsafe() - Method in class io.netty.channel.nio.AbstractNioByteChannel
-
- newUnsafe() - Method in class io.netty.channel.nio.AbstractNioMessageChannel
-
- newUnsafe() - Method in class io.netty.channel.oio.AbstractOioChannel
-
Deprecated.
- newUnsafe() - Method in class io.netty.channel.rxtx.RxtxChannel
-
Deprecated.
- newUnsafe() - Method in class io.netty.channel.socket.nio.NioDomainSocketChannel
-
- newUnsafe() - Method in class io.netty.channel.socket.nio.NioSocketChannel
-
- newUpgradeCodec(CharSequence) - Method in interface io.netty.handler.codec.http.HttpServerUpgradeHandler.UpgradeCodecFactory
-
- newVSockStream() - Static method in class io.netty.channel.epoll.LinuxSocket
-
- newWebsocketDecoder() - Method in class io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker
-
Returns the decoder to use after handshake is complete.
- newWebsocketDecoder() - Method in class io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker00
-
- newWebsocketDecoder() - Method in class io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker07
-
- newWebsocketDecoder() - Method in class io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker08
-
- newWebsocketDecoder() - Method in class io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker13
-
- newWebsocketDecoder() - Method in class io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker
-
Returns the decoder to use after handshake is complete.
- newWebsocketDecoder() - Method in class io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker00
-
- newWebsocketDecoder() - Method in class io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker07
-
- newWebsocketDecoder() - Method in class io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker08
-
- newWebsocketDecoder() - Method in class io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker13
-
- newWebSocketEncoder() - Method in class io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker
-
Returns the encoder to use after the handshake is complete.
- newWebSocketEncoder() - Method in class io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker00
-
- newWebSocketEncoder() - Method in class io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker07
-
- newWebSocketEncoder() - Method in class io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker08
-
- newWebSocketEncoder() - Method in class io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker13
-
- newWebSocketEncoder() - Method in class io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker
-
Returns the encoder to use after the handshake is complete.
- newWebSocketEncoder() - Method in class io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker00
-
- newWebSocketEncoder() - Method in class io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker07
-
- newWebSocketEncoder() - Method in class io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker08
-
- newWebSocketEncoder() - Method in class io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker13
-
- newWireSharkSslMasterKeyHandler() - Static method in class io.netty.handler.ssl.SslMasterKeyHandler
-
Create a WiresharkSslMasterKeyHandler
instance.
- 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.ChannelsReadOnlyIterator
-
- next() - Method in class io.netty.channel.SingleThreadEventLoop
-
- next() - Method in class io.netty.channel.ThreadPerChannelEventLoopGroup
-
Deprecated.
- next - Variable in class io.netty.handler.codec.DefaultHeaders.HeaderEntry
-
In bucket linked list
- next() - Method in class io.netty.handler.codec.http.multipart.HttpPostMultipartRequestDecoder
-
Returns the next available InterfaceHttpData or null if, at the time it
is called, there is no more available InterfaceHttpData.
- next() - Method in class io.netty.handler.codec.http.multipart.HttpPostRequestDecoder
-
- next() - Method in class io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder
-
Returns the next available InterfaceHttpData or null if, at the time it
is called, there is no more available InterfaceHttpData.
- next() - Method in interface io.netty.handler.codec.http.multipart.InterfaceHttpPostRequestDecoder
-
Returns the next available InterfaceHttpData or null if, at the time it
is called, there is no more available InterfaceHttpData.
- next() - Method in interface io.netty.resolver.dns.DnsServerAddressStream
-
Retrieves the next DNS server address from the stream.
- next() - Method in class io.netty.util.concurrent.AbstractEventExecutor
-
- next() - Method in interface io.netty.util.concurrent.EventExecutor
-
Returns a reference to itself.
- next() - Method in interface io.netty.util.concurrent.EventExecutorChooserFactory.EventExecutorChooser
-
- next() - Method in interface io.netty.util.concurrent.EventExecutorGroup
-
- next() - Method in class io.netty.util.concurrent.MultithreadEventExecutorGroup
-
- next() - Method in class io.netty.util.concurrent.NonStickyEventExecutorGroup
-
- next() - Method in class io.netty.util.concurrent.UnorderedThreadPoolEventExecutor
-
- next() - Method in class io.netty.util.internal.ReadOnlyIterator
-
- next(int) - Method in class io.netty.util.internal.ThreadLocalRandom
-
- nextDouble(double) - Method in class io.netty.util.internal.ThreadLocalRandom
-
Returns a pseudorandom, uniformly distributed double
value
between 0 (inclusive) and the specified value (exclusive).
- nextDouble(double, double) - Method in class io.netty.util.internal.ThreadLocalRandom
-
Returns a pseudorandom, uniformly distributed value between the
given least value (inclusive) and bound (exclusive).
- nextId() - Method in class io.netty.util.ConstantPool
-
Deprecated.
- nextInt(int, int) - Method in class io.netty.util.internal.ThreadLocalRandom
-
Returns a pseudorandom, uniformly distributed value between the
given least value (inclusive) and bound (exclusive).
- nextLong(long) - Method in class io.netty.util.internal.ThreadLocalRandom
-
Returns a pseudorandom, uniformly distributed value
between 0 (inclusive) and the specified value (exclusive).
- nextLong(long, long) - Method in class io.netty.util.internal.ThreadLocalRandom
-
Returns a pseudorandom, uniformly distributed value between the
given least value (inclusive) and bound (exclusive).
- nextProtocols() - Method in class io.netty.handler.ssl.SslContext
-
- nextScheduledTaskDeadlineNanos() - Method in class io.netty.util.concurrent.AbstractScheduledEventExecutor
-
Return the deadline (in nanoseconds) when the next scheduled task is ready to be run or -1
if no task is scheduled.
- nextScheduledTaskNano() - Method in class io.netty.util.concurrent.AbstractScheduledEventExecutor
-
Return the nanoseconds until the next scheduled task is ready to be run or -1
if no task is scheduled.
- nextUpdate() - Method in class io.netty.handler.ssl.ocsp.OcspResponse
-
- nextVariableIndex() - Static method in class io.netty.util.internal.InternalThreadLocalMap
-
- nioBuffer() - Method in class io.netty.buffer.AbstractByteBuf
-
- nioBuffer(int, int) - Method in class io.netty.buffer.AbstractDerivedByteBuf
-
Deprecated.
- 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
-
Deprecated.
- nioBuffer() - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- nioBuffer(int, int) - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- nioBuffer(int, int) - Method in class io.netty.buffer.UnpooledDirectByteBuf
-
- nioBuffer(int, int) - Method in class io.netty.buffer.UnpooledHeapByteBuf
-
- nioBufferCount() - Method in class io.netty.buffer.ByteBuf
-
Returns the maximum number of NIO
ByteBuffer
s that consist this buffer.
- nioBufferCount() - Method in class io.netty.buffer.CompositeByteBuf
-
- nioBufferCount() - Method in class io.netty.buffer.DuplicatedByteBuf
-
Deprecated.
- nioBufferCount() - Method in class io.netty.buffer.EmptyByteBuf
-
- nioBufferCount() - Method in class io.netty.buffer.ReadOnlyByteBuf
-
Deprecated.
- nioBufferCount() - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- nioBufferCount() - Method in class io.netty.buffer.UnpooledDirectByteBuf
-
- nioBufferCount() - Method in class io.netty.buffer.UnpooledHeapByteBuf
-
- nioBufferCount() - Method in class io.netty.channel.ChannelOutboundBuffer
-
- 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 either share or contains the copied content of this buffer, while changing
the position and limit of the returned NIO buffer does not affect the indexes and marks of this buffer.
- nioBuffers(int, int) - Method in class io.netty.buffer.CompositeByteBuf
-
- nioBuffers() - Method in class io.netty.buffer.CompositeByteBuf
-
- nioBuffers(int, int) - Method in class io.netty.buffer.DuplicatedByteBuf
-
Deprecated.
- nioBuffers() - Method in class io.netty.buffer.EmptyByteBuf
-
- nioBuffers(int, int) - Method in class io.netty.buffer.EmptyByteBuf
-
- nioBuffers(int, int) - Method in class io.netty.buffer.ReadOnlyByteBuf
-
Deprecated.
- nioBuffers() - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- nioBuffers(int, int) - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- nioBuffers(int, int) - Method in class io.netty.buffer.UnpooledDirectByteBuf
-
- nioBuffers(int, int) - Method in class io.netty.buffer.UnpooledHeapByteBuf
-
- nioBuffers() - Method in class io.netty.channel.ChannelOutboundBuffer
-
Returns an array of direct NIO buffers if the currently pending messages are made of
ByteBuf
only.
- nioBuffers(int, long) - Method in class io.netty.channel.ChannelOutboundBuffer
-
Returns an array of direct NIO buffers if the currently pending messages are made of
ByteBuf
only.
- nioBufferSize() - Method in class io.netty.channel.ChannelOutboundBuffer
-
- NioByteUnsafe() - Constructor for class io.netty.channel.nio.AbstractNioByteChannel.NioByteUnsafe
-
- NioChannelOption<T> - Class in io.netty.channel.socket.nio
-
- NioDatagramChannel - Class in io.netty.channel.socket.nio
-
- NioDatagramChannel() - Constructor for class io.netty.channel.socket.nio.NioDatagramChannel
-
- NioDatagramChannel(SelectorProvider) - Constructor for class io.netty.channel.socket.nio.NioDatagramChannel
-
- NioDatagramChannel(InternetProtocolFamily) - Constructor for class io.netty.channel.socket.nio.NioDatagramChannel
-
- NioDatagramChannel(SelectorProvider, InternetProtocolFamily) - Constructor for class io.netty.channel.socket.nio.NioDatagramChannel
-
- NioDatagramChannel(DatagramChannel) - Constructor for class io.netty.channel.socket.nio.NioDatagramChannel
-
- NioDomainSocketChannel - Class in io.netty.channel.socket.nio
-
DuplexChannel
which uses NIO selector based implementation to support
UNIX Domain Sockets.
- NioDomainSocketChannel() - Constructor for class io.netty.channel.socket.nio.NioDomainSocketChannel
-
Create a new instance
- NioDomainSocketChannel(SelectorProvider) - Constructor for class io.netty.channel.socket.nio.NioDomainSocketChannel
-
- NioDomainSocketChannel(SocketChannel) - Constructor for class io.netty.channel.socket.nio.NioDomainSocketChannel
-
- NioDomainSocketChannel(Channel, SocketChannel) - Constructor for class io.netty.channel.socket.nio.NioDomainSocketChannel
-
Create a new instance
- NioEventLoop - Class in io.netty.channel.nio
-
- NioEventLoopGroup - Class in io.netty.channel.nio
-
- NioEventLoopGroup() - Constructor for class io.netty.channel.nio.NioEventLoopGroup
-
- NioEventLoopGroup(int) - Constructor for class io.netty.channel.nio.NioEventLoopGroup
-
- NioEventLoopGroup(ThreadFactory) - Constructor for class io.netty.channel.nio.NioEventLoopGroup
-
- NioEventLoopGroup(int, ThreadFactory) - Constructor for class io.netty.channel.nio.NioEventLoopGroup
-
- NioEventLoopGroup(int, Executor) - Constructor for class io.netty.channel.nio.NioEventLoopGroup
-
- NioEventLoopGroup(int, ThreadFactory, SelectorProvider) - Constructor for class io.netty.channel.nio.NioEventLoopGroup
-
- NioEventLoopGroup(int, ThreadFactory, SelectorProvider, SelectStrategyFactory) - Constructor for class io.netty.channel.nio.NioEventLoopGroup
-
- NioEventLoopGroup(int, Executor, SelectorProvider) - Constructor for class io.netty.channel.nio.NioEventLoopGroup
-
- NioEventLoopGroup(int, Executor, SelectorProvider, SelectStrategyFactory) - Constructor for class io.netty.channel.nio.NioEventLoopGroup
-
- NioEventLoopGroup(int, Executor, EventExecutorChooserFactory, SelectorProvider, SelectStrategyFactory) - Constructor for class io.netty.channel.nio.NioEventLoopGroup
-
- NioEventLoopGroup(int, Executor, EventExecutorChooserFactory, SelectorProvider, SelectStrategyFactory, RejectedExecutionHandler) - Constructor for class io.netty.channel.nio.NioEventLoopGroup
-
- NioEventLoopGroup(int, Executor, EventExecutorChooserFactory, SelectorProvider, SelectStrategyFactory, RejectedExecutionHandler, EventLoopTaskQueueFactory) - Constructor for class io.netty.channel.nio.NioEventLoopGroup
-
- NioEventLoopGroup(int, Executor, EventExecutorChooserFactory, SelectorProvider, SelectStrategyFactory, RejectedExecutionHandler, EventLoopTaskQueueFactory, EventLoopTaskQueueFactory) - Constructor for class io.netty.channel.nio.NioEventLoopGroup
-
- NioSctpChannel - Class in io.netty.channel.sctp.nio
-
SctpChannel
implementation which use non-blocking mode and allows to read /
write
SctpMessage
s 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
-
- NioSctpServerChannel() - Constructor for class io.netty.channel.sctp.nio.NioSctpServerChannel
-
Create a new instance
- NioServerDomainSocketChannel - Class in io.netty.channel.socket.nio
-
A
ServerChannel
implementation which uses
NIO selector based implementation to support UNIX Domain Sockets.
- NioServerDomainSocketChannel() - Constructor for class io.netty.channel.socket.nio.NioServerDomainSocketChannel
-
Create a new instance
- NioServerDomainSocketChannel(SelectorProvider) - Constructor for class io.netty.channel.socket.nio.NioServerDomainSocketChannel
-
- NioServerDomainSocketChannel(ServerSocketChannel) - Constructor for class io.netty.channel.socket.nio.NioServerDomainSocketChannel
-
- 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
-
- NioServerSocketChannel(SelectorProvider, InternetProtocolFamily) - Constructor for class io.netty.channel.socket.nio.NioServerSocketChannel
-
Create a new instance using the given
SelectorProvider
and protocol family (supported only since JDK 15).
- NioServerSocketChannel(ServerSocketChannel) - Constructor for class io.netty.channel.socket.nio.NioServerSocketChannel
-
- NioSocketChannel - Class in io.netty.channel.socket.nio
-
- 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
-
- NioSocketChannel(SelectorProvider, InternetProtocolFamily) - Constructor for class io.netty.channel.socket.nio.NioSocketChannel
-
Create a new instance using the given
SelectorProvider
and protocol family (supported only since JDK 15).
- NioSocketChannel(SocketChannel) - Constructor for class io.netty.channel.socket.nio.NioSocketChannel
-
- 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
-
- NioUdtAcceptorChannel - Class in io.netty.channel.udt.nio
-
- NioUdtAcceptorChannel(ServerSocketChannelUDT) - Constructor for class io.netty.channel.udt.nio.NioUdtAcceptorChannel
-
Deprecated.
- NioUdtAcceptorChannel(TypeUDT) - Constructor for class io.netty.channel.udt.nio.NioUdtAcceptorChannel
-
Deprecated.
- NioUdtByteAcceptorChannel - Class in io.netty.channel.udt.nio
-
- NioUdtByteAcceptorChannel() - Constructor for class io.netty.channel.udt.nio.NioUdtByteAcceptorChannel
-
Deprecated.
- NioUdtByteConnectorChannel - Class in io.netty.channel.udt.nio
-
- NioUdtByteConnectorChannel() - Constructor for class io.netty.channel.udt.nio.NioUdtByteConnectorChannel
-
Deprecated.
- NioUdtByteConnectorChannel(Channel, SocketChannelUDT) - Constructor for class io.netty.channel.udt.nio.NioUdtByteConnectorChannel
-
Deprecated.
- NioUdtByteConnectorChannel(SocketChannelUDT) - Constructor for class io.netty.channel.udt.nio.NioUdtByteConnectorChannel
-
Deprecated.
- NioUdtByteConnectorChannel(TypeUDT) - Constructor for class io.netty.channel.udt.nio.NioUdtByteConnectorChannel
-
Deprecated.
- NioUdtByteRendezvousChannel - Class in io.netty.channel.udt.nio
-
- NioUdtByteRendezvousChannel() - Constructor for class io.netty.channel.udt.nio.NioUdtByteRendezvousChannel
-
Deprecated.
- NioUdtMessageAcceptorChannel - Class in io.netty.channel.udt.nio
-
- NioUdtMessageAcceptorChannel() - Constructor for class io.netty.channel.udt.nio.NioUdtMessageAcceptorChannel
-
Deprecated.
- NioUdtMessageConnectorChannel - Class in io.netty.channel.udt.nio
-
- NioUdtMessageConnectorChannel() - Constructor for class io.netty.channel.udt.nio.NioUdtMessageConnectorChannel
-
Deprecated.
- NioUdtMessageConnectorChannel(Channel, SocketChannelUDT) - Constructor for class io.netty.channel.udt.nio.NioUdtMessageConnectorChannel
-
Deprecated.
- NioUdtMessageConnectorChannel(SocketChannelUDT) - Constructor for class io.netty.channel.udt.nio.NioUdtMessageConnectorChannel
-
Deprecated.
- NioUdtMessageConnectorChannel(TypeUDT) - Constructor for class io.netty.channel.udt.nio.NioUdtMessageConnectorChannel
-
Deprecated.
- NioUdtMessageRendezvousChannel - Class in io.netty.channel.udt.nio
-
- NioUdtMessageRendezvousChannel() - Constructor for class io.netty.channel.udt.nio.NioUdtMessageRendezvousChannel
-
Deprecated.
- NioUdtProvider<T extends UdtChannel> - Class in io.netty.channel.udt.nio
-
- NO_AUTH - Static variable in class io.netty.handler.codec.socksx.v5.Socks5AuthMethod
-
- NO_CACHE - Static variable in class io.netty.handler.codec.http.HttpHeaders.Values
-
Deprecated.
"no-cache"
- NO_CACHE - Static variable in class io.netty.handler.codec.http.HttpHeaderValues
-
"no-cache"
- NO_CACHE - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Values
-
Deprecated.
"no-cache"
- NO_CACHE - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderValues
-
"no-cache"
- NO_CONTENT - Static variable in class io.netty.handler.codec.http.HttpResponseStatus
-
204 No Content
- NO_PROPERTIES - Static variable in class io.netty.handler.codec.mqtt.MqttProperties
-
- NO_STORE - Static variable in class io.netty.handler.codec.http.HttpHeaders.Values
-
Deprecated.
"no-store"
- NO_STORE - Static variable in class io.netty.handler.codec.http.HttpHeaderValues
-
"no-store"
- NO_TRANSFORM - Static variable in class io.netty.handler.codec.http.HttpHeaders.Values
-
Deprecated.
"no-transform"
- NO_TRANSFORM - Static variable in class io.netty.handler.codec.http.HttpHeaderValues
-
"no-transform"
- NO_TRANSFORM - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Values
-
Deprecated.
"no-transform"
- NO_TRANSFORM - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderValues
-
"no-transform"
- NO_VALIDATION - Static variable in interface io.netty.handler.codec.DefaultHeaders.ValueValidator
-
- NOERROR - Static variable in class io.netty.handler.codec.dns.DnsResponseCode
-
The 'NoError' DNS RCODE (0), as defined in
RFC1035.
- NON_AUTHORITATIVE_INFORMATION - Static variable in class io.netty.handler.codec.http.HttpResponseStatus
-
203 Non-Authoritative Information (since HTTP/1.1)
- NONE - Static variable in class io.netty.handler.codec.http.HttpHeaders.Values
-
Deprecated.
"none"
- NONE - Static variable in class io.netty.handler.codec.http.HttpHeaderValues
-
"none"
- NONE - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Values
-
Deprecated.
"none"
- NONE - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderValues
-
"none"
- NonStickyEventExecutorGroup - Class in io.netty.util.concurrent
-
- NonStickyEventExecutorGroup(EventExecutorGroup) - Constructor for class io.netty.util.concurrent.NonStickyEventExecutorGroup
-
Creates a new instance.
- NonStickyEventExecutorGroup(EventExecutorGroup, int) - Constructor for class io.netty.util.concurrent.NonStickyEventExecutorGroup
-
Creates a new instance.
- NOOP - Static variable in class io.netty.handler.codec.memcache.binary.BinaryMemcacheOpcodes
-
- NOOP - Static variable in class io.netty.handler.codec.smtp.SmtpCommand
-
- noop() - Static method in class io.netty.handler.codec.smtp.SmtpRequests
-
Creates a NOOP
request.
- NoopAddressResolver - Class in io.netty.resolver
-
A
AddressResolver
that does not perform any resolution but always reports successful resolution.
- NoopAddressResolver(EventExecutor) - Constructor for class io.netty.resolver.NoopAddressResolver
-
- NoopAddressResolverGroup - Class in io.netty.resolver
-
- NoopAuthoritativeDnsServerCache - Class in io.netty.resolver.dns
-
- NoopDnsCache - Class in io.netty.resolver.dns
-
A noop DNS cache that actually never caches anything.
- NoopDnsCnameCache - Class in io.netty.resolver.dns
-
- NoopDnsQueryLifecycleObserverFactory - Class in io.netty.resolver.dns
-
- NoOpTypeParameterMatcher - Class in io.netty.util.internal
-
- NoOpTypeParameterMatcher() - Constructor for class io.netty.util.internal.NoOpTypeParameterMatcher
-
- noPreflightResponseHeaders() - Method in class io.netty.handler.codec.http.cors.CorsConfig.Builder
-
- noPreflightResponseHeaders() - Method in class io.netty.handler.codec.http.cors.CorsConfigBuilder
-
Specifies that no preflight response headers should be added to a preflight response.
- NORMAL_CLOSURE - Static variable in class io.netty.handler.codec.http.websocketx.WebSocketCloseStatus
-
- normalCacheSize() - Method in class io.netty.buffer.PooledByteBufAllocator
-
- normalCacheSize() - Method in class io.netty.buffer.PooledByteBufAllocatorMetric
-
Return the size of the normal cache.
- normalizeAndGetContentLength(List<? extends CharSequence>, boolean, boolean) - Static method in class io.netty.handler.codec.http.HttpUtil
-
Validates, and optionally extracts the content length from headers.
- normalizedArch() - Static method in class io.netty.util.internal.PlatformDependent
-
- normalizedLinuxClassifiers() - Static method in class io.netty.util.internal.PlatformDependent
-
- normalizedOs() - Static method in class io.netty.util.internal.PlatformDependent
-
- normalizeSize(int) - Method in interface io.netty.buffer.SizeClassesMetric
-
Normalizes usable size that would result from allocating an object with the
specified size and alignment.
- 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_NULL - Static variable in interface io.netty.handler.codec.DefaultHeaders.NameValidator
-
- NOT_STORED - Static variable in class io.netty.handler.codec.memcache.binary.BinaryMemcacheResponseStatus
-
- NOTAUTH - Static variable in class io.netty.handler.codec.dns.DnsResponseCode
-
The 'NotAuth' DNS RCODE (9), as defined in
RFC2136.
- NotEnoughDataDecoderException() - Constructor for exception io.netty.handler.codec.http.multipart.HttpPostRequestDecoder.NotEnoughDataDecoderException
-
- NotEnoughDataDecoderException(String) - Constructor for exception io.netty.handler.codec.http.multipart.HttpPostRequestDecoder.NotEnoughDataDecoderException
-
- NotEnoughDataDecoderException(Throwable) - Constructor for exception io.netty.handler.codec.http.multipart.HttpPostRequestDecoder.NotEnoughDataDecoderException
-
- NotEnoughDataDecoderException(String, Throwable) - Constructor for exception io.netty.handler.codec.http.multipart.HttpPostRequestDecoder.NotEnoughDataDecoderException
-
- NOTIFY - Static variable in class io.netty.handler.codec.dns.DnsOpCode
-
The 'Notify' DNS OpCode, as defined in
RFC1996.
- notifyFlushFutures() - Method in class io.netty.channel.ChannelFlushPromiseNotifier
-
- notifyFlushFutures(Throwable) - Method in class io.netty.channel.ChannelFlushPromiseNotifier
-
- notifyFlushFutures(Throwable, Throwable) - Method in class io.netty.channel.ChannelFlushPromiseNotifier
-
- notifyListener(EventExecutor, Future<?>, GenericFutureListener<?>) - Static method in class io.netty.util.concurrent.DefaultPromise
-
Notify a listener that a future has completed.
- notifyPromises() - Method in class io.netty.channel.ChannelFlushPromiseNotifier
-
- notifyPromises(Throwable) - Method in class io.netty.channel.ChannelFlushPromiseNotifier
-
- notifyPromises(Throwable, Throwable) - Method in class io.netty.channel.ChannelFlushPromiseNotifier
-
- NOTIMP - Static variable in class io.netty.handler.codec.dns.DnsResponseCode
-
The 'NotImp' DNS RCODE (4), as defined in
RFC1035.
- NotSslRecordException - Exception in io.netty.handler.ssl
-
Special
SSLException
which will get thrown if a packet is
received that not looks like a TLS/SSL record.
- NotSslRecordException() - Constructor for exception io.netty.handler.ssl.NotSslRecordException
-
- NotSslRecordException(String) - Constructor for exception io.netty.handler.ssl.NotSslRecordException
-
- NotSslRecordException(Throwable) - Constructor for exception io.netty.handler.ssl.NotSslRecordException
-
- NotSslRecordException(String, Throwable) - Constructor for exception io.netty.handler.ssl.NotSslRecordException
-
- NOTZONE - Static variable in class io.netty.handler.codec.dns.DnsResponseCode
-
The 'NotZone' DNS RCODE (10), as defined in
RFC2136.
- NS - Static variable in class io.netty.handler.codec.dns.DnsRecordType
-
Name server record RFC 1035 Delegates a DNS zone to use the given
authoritative name servers
- NSEC - Static variable in class io.netty.handler.codec.dns.DnsRecordType
-
Next-Secure record RFC 4034 Part of DNSSEC, used to prove a name does not
exist.
- NSEC3 - Static variable in class io.netty.handler.codec.dns.DnsRecordType
-
NSEC record version 3 RFC 5155 An extension to DNSSEC that allows proof
of nonexistence for a name without permitting zonewalking.
- NSEC3PARAM - Static variable in class io.netty.handler.codec.dns.DnsRecordType
-
NSEC3 parameters record RFC 5155 Parameter record for use with NSEC3.
- nulDelimiter() - Static method in class io.netty.handler.codec.Delimiters
-
Returns a NUL (0x00)
delimiter, which could be used for
Flash XML socket or any similar protocols.
- NULL_INSTANCE - Static variable in class io.netty.handler.codec.redis.ArrayRedisMessage
-
- NULL_INSTANCE - Static variable in class io.netty.handler.codec.redis.FullBulkStringRedisMessage
-
- NUM_STANDARD_SETTINGS - Static variable in class io.netty.handler.codec.http2.Http2CodecUtil
-
- numActiveAllocations() - Method in interface io.netty.buffer.PoolArenaMetric
-
Return the number of currently active allocations.
- numActiveBytes() - Method in interface io.netty.buffer.PoolArenaMetric
-
Return the number of active bytes that are currently allocated by the arena.
- numActiveHugeAllocations() - Method in interface io.netty.buffer.PoolArenaMetric
-
Return the number of currently active huge allocations.
- numActiveNormalAllocations() - Method in interface io.netty.buffer.PoolArenaMetric
-
Return the number of currently active normal allocations.
- numActiveSmallAllocations() - Method in interface io.netty.buffer.PoolArenaMetric
-
Return the number of currently active small allocations.
- numActiveStreams() - Method in class io.netty.handler.codec.http2.DefaultHttp2Connection
-
- numActiveStreams() - Method in interface io.netty.handler.codec.http2.Http2Connection.Endpoint
-
Gets the number of active streams (i.e.
- numActiveStreams() - Method in interface io.netty.handler.codec.http2.Http2Connection
-
Gets the number of streams that are actively in use (i.e.
- numActiveTinyAllocations() - Method in interface io.netty.buffer.PoolArenaMetric
-
- numAllocations() - Method in interface io.netty.buffer.PoolArenaMetric
-
Return the number of allocations done via the arena.
- numAvailable() - Method in interface io.netty.buffer.PoolSubpageMetric
-
Return the number of available elements to be allocated.
- number() - Method in class io.netty.handler.ssl.OpenSslSessionStats
-
Returns the current number of sessions in the internal session cache.
- numberOfHeadersGuess() - Method in class io.netty.handler.codec.http2.DefaultHttp2HeadersDecoder
-
A weighted moving average estimating how many headers are expected during the decode process.
- numBufferedStreams() - Method in class io.netty.handler.codec.http2.StreamBufferingEncoder
-
Indicates the number of streams that are currently buffered, awaiting creation.
- numChunkLists() - Method in interface io.netty.buffer.PoolArenaMetric
-
Returns the number of chunk lists for the arena.
- numComponents() - Method in class io.netty.buffer.CompositeByteBuf
-
Return the current number of
ByteBuf
's that are composed in this instance
- numDeallocations() - Method in interface io.netty.buffer.PoolArenaMetric
-
Return the number of deallocations done via the arena.
- numDirectArenas() - Method in class io.netty.buffer.PooledByteBufAllocator
-
- numDirectArenas() - Method in class io.netty.buffer.PooledByteBufAllocatorMetric
-
Return the number of direct arenas.
- numHeapArenas() - Method in class io.netty.buffer.PooledByteBufAllocator
-
- numHeapArenas() - Method in class io.netty.buffer.PooledByteBufAllocatorMetric
-
Return the number of heap arenas.
- numHugeAllocations() - Method in interface io.netty.buffer.PoolArenaMetric
-
Return the number of huge allocations done via the arena.
- numHugeDeallocations() - Method in interface io.netty.buffer.PoolArenaMetric
-
Return the number of huge deallocations done via the arena.
- numNormalAllocations() - Method in interface io.netty.buffer.PoolArenaMetric
-
Return the number of normal allocations done via the arena.
- numNormalDeallocations() - Method in interface io.netty.buffer.PoolArenaMetric
-
Return the number of normal deallocations done via the arena.
- numSmallAllocations() - Method in interface io.netty.buffer.PoolArenaMetric
-
Return the number of small allocations done via the arena.
- numSmallDeallocations() - Method in interface io.netty.buffer.PoolArenaMetric
-
Return the number of small deallocations done via the arena.
- numSmallSubpages() - Method in interface io.netty.buffer.PoolArenaMetric
-
Returns the number of small sub-pages for the arena.
- numThreadCaches() - Method in interface io.netty.buffer.PoolArenaMetric
-
Returns the number of thread caches backed by this arena.
- numThreadLocalCaches() - Method in class io.netty.buffer.PooledByteBufAllocator
-
- numThreadLocalCaches() - Method in class io.netty.buffer.PooledByteBufAllocatorMetric
-
- numTinyAllocations() - Method in interface io.netty.buffer.PoolArenaMetric
-
- numTinyDeallocations() - Method in interface io.netty.buffer.PoolArenaMetric
-
- numTinySubpages() - Method in interface io.netty.buffer.PoolArenaMetric
-
- NXDOMAIN - Static variable in class io.netty.handler.codec.dns.DnsResponseCode
-
The 'NXDomain' DNS RCODE (3), as defined in
RFC1035.
- NXRRSET - Static variable in class io.netty.handler.codec.dns.DnsResponseCode
-
The 'NXRRSet' DNS RCODE (8), as defined in
RFC2136.
- packetId(int) - Method in class io.netty.handler.codec.mqtt.MqttMessageBuilders.PubAckBuilder
-
- packetId(short) - Method in class io.netty.handler.codec.mqtt.MqttMessageBuilders.PubAckBuilder
-
- packetId(int) - Method in class io.netty.handler.codec.mqtt.MqttMessageBuilders.SubAckBuilder
-
- packetId(short) - Method in class io.netty.handler.codec.mqtt.MqttMessageBuilders.SubAckBuilder
-
- packetId(int) - Method in class io.netty.handler.codec.mqtt.MqttMessageBuilders.UnsubAckBuilder
-
- packetId(short) - Method in class io.netty.handler.codec.mqtt.MqttMessageBuilders.UnsubAckBuilder
-
- packetId() - Method in class io.netty.handler.codec.mqtt.MqttPublishVariableHeader
-
- PADDED - Static variable in class io.netty.handler.codec.http2.Http2Flags
-
- padding - Variable in class io.netty.handler.codec.http2.DefaultHttp2ConnectionEncoder.FlowControlledBase
-
- padding() - Method in class io.netty.handler.codec.http2.DefaultHttp2DataFrame
-
- padding() - Method in class io.netty.handler.codec.http2.DefaultHttp2HeadersFrame
-
- padding() - Method in class io.netty.handler.codec.http2.DefaultHttp2PushPromiseFrame
-
- padding() - Method in interface io.netty.handler.codec.http2.Http2DataFrame
-
Frame padding to use.
- padding() - Method in interface io.netty.handler.codec.http2.Http2HeadersFrame
-
Frame padding to use.
- padding() - Method in interface io.netty.handler.codec.http2.Http2PushPromiseFrame
-
Frame padding to use.
- paddingPresent() - Method in class io.netty.handler.codec.http2.Http2Flags
-
For frames that include padding, indicates if the
Http2Flags.PADDED
field is present.
- paddingPresent(boolean) - Method in class io.netty.handler.codec.http2.Http2Flags
-
- pageIdx2size(int) - Method in interface io.netty.buffer.SizeClassesMetric
-
Computes size from lookup table according to pageIdx.
- pageIdx2sizeCompute(int) - Method in interface io.netty.buffer.SizeClassesMetric
-
Computes size according to pageIdx.
- pages2pageIdx(int) - Method in interface io.netty.buffer.SizeClassesMetric
-
Normalizes request size up to the nearest pageSize class.
- pages2pageIdxFloor(int) - Method in interface io.netty.buffer.SizeClassesMetric
-
Normalizes request size down to the nearest pageSize class.
- pageSize() - Method in interface io.netty.buffer.PoolSubpageMetric
-
Return the page size (in bytes) of this page.
- PARAMETER_IS_READONLY - Static variable in class io.netty.handler.codec.rtsp.RtspResponseStatuses
-
458 Parameter Is Read-Only
- PARAMETER_NOT_UNDERSTOOD - Static variable in class io.netty.handler.codec.rtsp.RtspResponseStatuses
-
451 Parameter Not Understood
- parameters() - Method in class io.netty.handler.codec.compression.BrotliOptions
-
- parameters() - Method in class io.netty.handler.codec.http.QueryStringDecoder
-
Returns the decoded key-value parameter pairs of the URI.
- parameters() - Method in class io.netty.handler.codec.http.websocketx.extensions.WebSocketExtensionData
-
- parameters() - Method in class io.netty.handler.codec.smtp.DefaultSmtpRequest
-
- parameters() - Method in interface io.netty.handler.codec.smtp.SmtpRequest
-
Returns a
List
which holds all the parameters of a request, which may be an empty list.
- parent() - Method in class io.netty.channel.AbstractChannel
-
- parent() - Method in class io.netty.channel.AbstractEventLoop
-
- parent() - Method in interface io.netty.channel.Channel
-
Returns the parent of this channel.
- parent() - Method in class io.netty.channel.epoll.EpollSocketChannel
-
- parent() - Method in interface io.netty.channel.EventLoop
-
- parent() - Method in class io.netty.channel.kqueue.KQueueSocketChannel
-
- parent() - Method in class io.netty.channel.local.LocalChannel
-
- parent() - Method in class io.netty.channel.sctp.nio.NioSctpChannel
-
- parent() - Method in class io.netty.channel.sctp.oio.OioSctpChannel
-
Deprecated.
- parent() - Method in interface io.netty.channel.sctp.SctpChannel
-
- parent() - Method in class io.netty.channel.SingleThreadEventLoop
-
- parent() - Method in class io.netty.channel.socket.nio.NioDomainSocketChannel
-
- parent() - Method in class io.netty.channel.socket.nio.NioSocketChannel
-
- parent() - Method in class io.netty.channel.socket.oio.OioSocketChannel
-
Deprecated.
- parent() - Method in interface io.netty.channel.socket.SocketChannel
-
- parent() - Method in class io.netty.util.concurrent.AbstractEventExecutor
-
- parent() - Method in interface io.netty.util.concurrent.EventExecutor
-
- parent() - Method in class io.netty.util.concurrent.UnorderedThreadPoolEventExecutor
-
- PARITY_BIT - Static variable in class io.netty.channel.rxtx.RxtxChannelOption
-
Deprecated.
- parse(String, ParsePosition) - Method in class io.netty.handler.codec.http.HttpHeaderDateFormat
-
Deprecated.
- parse() - Method in interface io.netty.resolver.HostsFileEntriesProvider.Parser
-
Parses the hosts file at standard OS location using the system default
Charset
for decoding.
- parse(Charset...) - Method in interface io.netty.resolver.HostsFileEntriesProvider.Parser
-
Parses the hosts file at standard OS location using the given
Charset
s one after another until
parse something or none is left.
- parse(File, Charset...) - Method in interface io.netty.resolver.HostsFileEntriesProvider.Parser
-
Parses the provided hosts file using the given
Charset
s one after another until
parse something or none is left.
- parse(Reader) - Method in interface io.netty.resolver.HostsFileEntriesProvider.Parser
-
Performs the parsing operation using the provided reader of hosts file format.
- parse() - Static method in class io.netty.resolver.HostsFileParser
-
Parse hosts file at standard OS location using the system default
Charset
for decoding.
- parse(File) - Static method in class io.netty.resolver.HostsFileParser
-
Parse a hosts file using the system default
Charset
for decoding.
- parse(File, Charset...) - Static method in class io.netty.resolver.HostsFileParser
-
Parse a hosts file.
- parse(Reader) - Static method in class io.netty.resolver.HostsFileParser
-
Parse a reader of hosts file format.
- parseBoolean() - Method in class io.netty.util.AsciiString
-
- parseChar() - Method in class io.netty.util.AsciiString
-
- parseChar(int) - Method in class io.netty.util.AsciiString
-
- parseDouble() - Method in class io.netty.util.AsciiString
-
- parseDouble(int, int) - Method in class io.netty.util.AsciiString
-
- parseFloat() - Method in class io.netty.util.AsciiString
-
- parseFloat(int, int) - Method in class io.netty.util.AsciiString
-
- parseHttpDate(CharSequence) - Static method in class io.netty.handler.codec.DateFormatter
-
Parse some text into a
Date
, according to RFC6265
- parseHttpDate(CharSequence, int, int) - Static method in class io.netty.handler.codec.DateFormatter
-
Parse some text into a
Date
, according to RFC6265
- parseInt() - Method in class io.netty.util.AsciiString
-
- parseInt(int) - Method in class io.netty.util.AsciiString
-
- parseInt(int, int) - Method in class io.netty.util.AsciiString
-
- parseInt(int, int, int) - Method in class io.netty.util.AsciiString
-
- parseLine(CharSequence) - Static method in class io.netty.handler.codec.http.HttpResponseStatus
-
- parseLine(String) - Static method in class io.netty.handler.codec.http.HttpResponseStatus
-
- parseLine(AsciiString) - Static method in class io.netty.handler.codec.http.HttpResponseStatus
-
- parseLong() - Method in class io.netty.util.AsciiString
-
- parseLong(int) - Method in class io.netty.util.AsciiString
-
- parseLong(int, int) - Method in class io.netty.util.AsciiString
-
- parseLong(int, int, int) - Method in class io.netty.util.AsciiString
-
- parseMAC(String) - Static method in class io.netty.util.internal.MacAddressUtil
-
Parse a EUI-48, MAC-48, or EUI-64 MAC address from a
String
and return it as a
byte[]
.
- parser() - Static method in class io.netty.resolver.HostsFileEntriesProvider
-
- parseShort() - Method in class io.netty.util.AsciiString
-
- parseShort(int) - Method in class io.netty.util.AsciiString
-
- parseShort(int, int) - Method in class io.netty.util.AsciiString
-
- parseShort(int, int, int) - Method in class io.netty.util.AsciiString
-
- parseSilently() - Method in interface io.netty.resolver.HostsFileEntriesProvider.Parser
-
Parses the hosts file at standard OS location using the system default
Charset
for decoding.
- parseSilently(Charset...) - Method in interface io.netty.resolver.HostsFileEntriesProvider.Parser
-
Parses the hosts file at standard OS location using the given
Charset
s one after another until
parse something or none is left.
- parseSilently(File, Charset...) - Method in interface io.netty.resolver.HostsFileEntriesProvider.Parser
-
Parses the provided hosts file using the given
Charset
s one after another until
parse something or none is left.
- parseSilently() - Static method in class io.netty.resolver.HostsFileParser
-
Parse hosts file at standard OS location using the systems default
Charset
for decoding.
- parseSilently(Charset...) - Static method in class io.netty.resolver.HostsFileParser
-
Parse hosts file at standard OS location using the given
Charset
s one after each other until
we were able to parse something or none is left.
- parseStatus(CharSequence) - Static method in class io.netty.handler.codec.http2.HttpConversionUtil
-
- PARTIAL_CONTENT - Static variable in class io.netty.handler.codec.http.HttpResponseStatus
-
206 Partial Content
- PARTITIONED - Static variable in class io.netty.handler.codec.http.cookie.CookieHeaderNames
-
- PASSCODE - Static variable in interface io.netty.handler.codec.stomp.StompHeaders
-
- password() - Method in class io.netty.handler.codec.mqtt.MqttConnectPayload
-
- password(String) - Method in class io.netty.handler.codec.mqtt.MqttMessageBuilders.ConnectBuilder
-
- password(byte[]) - Method in class io.netty.handler.codec.mqtt.MqttMessageBuilders.ConnectBuilder
-
- password() - Method in class io.netty.handler.codec.socks.SocksAuthRequest
-
Returns password that needs to be validated
- password() - Method in class io.netty.handler.codec.socksx.v5.DefaultSocks5PasswordAuthRequest
-
- PASSWORD - 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
-
- passwordInBytes() - Method in class io.netty.handler.codec.mqtt.MqttConnectPayload
-
- PATCH - Static variable in class io.netty.handler.codec.http.HttpMethod
-
The PATCH method requests that a set of changes described in the
request entity be applied to the resource identified by the Request-URI.
- path() - Method in class io.netty.channel.unix.DomainSocketAddress
-
The path to the domain socket.
- path() - Method in interface io.netty.handler.codec.http.cookie.Cookie
-
Returns the path of this
Cookie
.
- PATH - Static variable in class io.netty.handler.codec.http.cookie.CookieHeaderNames
-
- path() - Method in class io.netty.handler.codec.http.cookie.DefaultCookie
-
- path() - Method in class io.netty.handler.codec.http.QueryStringDecoder
-
Returns the decoded path string of the URI.
- path(CharSequence) - Method in class io.netty.handler.codec.http2.DefaultHttp2Headers
-
- path() - Method in class io.netty.handler.codec.http2.DefaultHttp2Headers
-
- path(CharSequence) - Method in class io.netty.handler.codec.http2.EmptyHttp2Headers
-
- path() - Method in class io.netty.handler.codec.http2.EmptyHttp2Headers
-
- path(CharSequence) - Method in interface io.netty.handler.codec.http2.Http2Headers
-
- path() - Method in interface io.netty.handler.codec.http2.Http2Headers
-
- path(CharSequence) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
-
- path() - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
-
- PATH - Static variable in class io.netty.handler.codec.spdy.SpdyHeaders.HttpNames
-
":path"
- PAUSE - Static variable in class io.netty.handler.codec.rtsp.RtspMethods
-
The PAUSE request causes the stream delivery to be interrupted
(halted) temporarily.
- pause() - Method in class io.netty.handler.pcap.PcapWriteHandler
-
- payload() - Method in class io.netty.handler.codec.mqtt.MqttConnectMessage
-
- payload() - Method in class io.netty.handler.codec.mqtt.MqttMessage
-
- payload(ByteBuf) - Method in class io.netty.handler.codec.mqtt.MqttMessageBuilders.PublishBuilder
-
- payload() - Method in class io.netty.handler.codec.mqtt.MqttPublishMessage
-
- payload() - Method in class io.netty.handler.codec.mqtt.MqttSubAckMessage
-
- payload() - Method in class io.netty.handler.codec.mqtt.MqttSubscribeMessage
-
- payload() - Method in class io.netty.handler.codec.mqtt.MqttUnsubAckMessage
-
- 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
- PcapWriteHandler - Class in io.netty.handler.pcap
-
- PcapWriteHandler(OutputStream) - Constructor for class io.netty.handler.pcap.PcapWriteHandler
-
- PcapWriteHandler(OutputStream, boolean, boolean) - Constructor for class io.netty.handler.pcap.PcapWriteHandler
-
- PcapWriteHandler.Builder - Class in io.netty.handler.pcap
-
- peek() - Method in class io.netty.util.internal.DefaultPriorityQueue
-
- peek() - Method in class io.netty.util.internal.EmptyPriorityQueue
-
- peekTask() - Method in class io.netty.util.concurrent.SingleThreadEventExecutor
-
- peerCredentials() - Method in class io.netty.channel.epoll.EpollDomainDatagramChannel
-
Returns the unix credentials (uid, gid, pid) of the peer
SO_PEERCRED
- peerCredentials() - Method in class io.netty.channel.epoll.EpollDomainSocketChannel
-
Returns the unix credentials (uid, gid, pid) of the peer
SO_PEERCRED
- peerCredentials() - Method in class io.netty.channel.kqueue.KQueueDomainDatagramChannel
-
Returns the unix credentials (uid, gid, pid) of the peer
SO_PEERCRED
- peerCredentials() - Method in class io.netty.channel.kqueue.KQueueDomainSocketChannel
-
Returns the unix credentials (uid, gid, pid) of the peer
SO_PEERCRED
- PeerCredentials - Class in io.netty.channel.unix
-
User credentials discovered for the peer unix domain socket.
- PemPrivateKey - Class in io.netty.handler.ssl
-
This is a special purpose implementation of a
PrivateKey
which allows the
user to pass PEM/PKCS#8 encoded key material straight into
OpenSslContext
without having to parse and re-encode bytes in Java land.
- PemX509Certificate - Class in io.netty.handler.ssl
-
This is a special purpose implementation of a
X509Certificate
which allows
the user to pass PEM/PKCS#8 encoded data straight into
OpenSslContext
without
having to parse and re-encode bytes in Java land.
- pendingBytes() - Method in interface io.netty.handler.codec.http2.StreamByteDistributor.StreamState
-
Get the amount of bytes this stream has pending to send.
- pendingTasks() - Method in class io.netty.channel.SingleThreadEventLoop
-
- pendingTasks() - Method in class io.netty.util.concurrent.GlobalEventExecutor
-
Return the number of tasks that are pending for processing.
- pendingTasks() - Method in class io.netty.util.concurrent.SingleThreadEventExecutor
-
Return the number of tasks that are pending for processing.
- pendingTimeouts() - Method in class io.netty.util.HashedWheelTimer
-
Returns the number of pending timeouts of this
Timer
.
- PendingWrite - Class in io.netty.util.internal
-
Some pending write which should be picked up later.
- PendingWriteQueue - Class in io.netty.channel
-
A queue of write operations which are pending for later execution.
- PendingWriteQueue(ChannelHandlerContext) - Constructor for class io.netty.channel.PendingWriteQueue
-
- PendingWriteQueue(Channel) - Constructor for class io.netty.channel.PendingWriteQueue
-
- performMasking(boolean) - Method in class io.netty.handler.codec.http.websocketx.WebSocketClientProtocolConfig.Builder
-
Whether to mask all written websocket frames.
- performMasking() - Method in class io.netty.handler.codec.http.websocketx.WebSocketClientProtocolConfig
-
- PERMANENT_REDIRECT - Static variable in class io.netty.handler.codec.http.HttpResponseStatus
-
308 Permanent Redirect (RFC7538)
- PerMessageDeflateClientExtensionHandshaker - Class in io.netty.handler.codec.http.websocketx.extensions.compression
-
- PerMessageDeflateClientExtensionHandshaker() - Constructor for class io.netty.handler.codec.http.websocketx.extensions.compression.PerMessageDeflateClientExtensionHandshaker
-
Constructor with default configuration.
- PerMessageDeflateClientExtensionHandshaker(int, boolean, int, boolean, boolean) - Constructor for class io.netty.handler.codec.http.websocketx.extensions.compression.PerMessageDeflateClientExtensionHandshaker
-
Constructor with custom configuration.
- PerMessageDeflateClientExtensionHandshaker(int, boolean, int, boolean, boolean, WebSocketExtensionFilterProvider) - Constructor for class io.netty.handler.codec.http.websocketx.extensions.compression.PerMessageDeflateClientExtensionHandshaker
-
Constructor with custom configuration.
- PerMessageDeflateServerExtensionHandshaker - Class in io.netty.handler.codec.http.websocketx.extensions.compression
-
- PerMessageDeflateServerExtensionHandshaker() - Constructor for class io.netty.handler.codec.http.websocketx.extensions.compression.PerMessageDeflateServerExtensionHandshaker
-
Constructor with default configuration.
- PerMessageDeflateServerExtensionHandshaker(int, boolean, int, boolean, boolean) - Constructor for class io.netty.handler.codec.http.websocketx.extensions.compression.PerMessageDeflateServerExtensionHandshaker
-
Constructor with custom configuration.
- PerMessageDeflateServerExtensionHandshaker(int, boolean, int, boolean, boolean, WebSocketExtensionFilterProvider) - Constructor for class io.netty.handler.codec.http.websocketx.extensions.compression.PerMessageDeflateServerExtensionHandshaker
-
Constructor with custom configuration.
- permitBlockingCalls() - Method in class io.netty.util.concurrent.FastThreadLocalThread
-
Query whether this thread is allowed to perform blocking calls or not.
- pid() - Method in class io.netty.channel.unix.PeerCredentials
-
Get the PID of the peer process.
- PING - Static variable in class io.netty.handler.codec.http2.Http2FrameTypes
-
- PING_FRAME_PAYLOAD_LENGTH - Static variable in class io.netty.handler.codec.http2.Http2CodecUtil
-
- PINGREQ - Static variable in class io.netty.handler.codec.mqtt.MqttMessage
-
- PINGRESP - Static variable in class io.netty.handler.codec.mqtt.MqttMessage
-
- PingWebSocketFrame - Class in io.netty.handler.codec.http.websocketx
-
Web Socket frame containing binary data.
- PingWebSocketFrame() - Constructor for class io.netty.handler.codec.http.websocketx.PingWebSocketFrame
-
Creates a new empty ping frame.
- PingWebSocketFrame(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.
- pinnedDirectMemory() - Method in class io.netty.buffer.PooledByteBufAllocator
-
Returns the number of bytes of direct memory that is currently pinned to direct buffers allocated by a
ByteBufAllocator
, or
-1
if unknown.
- pinnedHeapMemory() - Method in class io.netty.buffer.PooledByteBufAllocator
-
Returns the number of bytes of heap memory that is currently pinned to heap buffers allocated by a
ByteBufAllocator
, or
-1
if unknown.
- pipe() - Static method in class io.netty.channel.unix.FileDescriptor
-
- pipeline() - Method in class io.netty.channel.AbstractChannel
-
- pipeline() - Method in interface io.netty.channel.Channel
-
- pipeline() - Method in interface io.netty.channel.ChannelHandlerContext
-
- platformDefault() - Static method in class io.netty.resolver.dns.DnsServerAddressStreamProviders
-
- PlatformDependent - Class in io.netty.util.internal
-
Utility that detects various properties specific to the current runtime
environment, such as Java version and the availability of the
sun.misc.Unsafe
object.
- PLAY - Static variable in class io.netty.handler.codec.rtsp.RtspMethods
-
The PLAY getMethod tells the server to start sending data via the
mechanism specified in SETUP.
- pmtu() - Method in class io.netty.channel.epoll.EpollTcpInfo
-
- pointNeighborsToThis() - Method in class io.netty.handler.codec.DefaultHeaders.HeaderEntry
-
- POLICY_VIOLATION - Static variable in class io.netty.handler.codec.http.websocketx.WebSocketCloseStatus
-
- poll() - Method in class io.netty.util.internal.DefaultPriorityQueue
-
- poll() - Method in class io.netty.util.internal.EmptyPriorityQueue
-
- pollChannel() - Method in class io.netty.channel.pool.SimpleChannelPool
-
Poll a
Channel
out of the internal storage to reuse it.
- pollScheduledTask() - Method in class io.netty.util.concurrent.AbstractScheduledEventExecutor
-
- pollScheduledTask(long) - Method in class io.netty.util.concurrent.AbstractScheduledEventExecutor
-
Return the
Runnable
which is ready to be executed with the given
nanoTime
.
- pollSentSettings() - Method in class io.netty.handler.codec.http2.DecoratingHttp2ConnectionEncoder
-
- pollSentSettings() - Method in class io.netty.handler.codec.http2.DefaultHttp2ConnectionEncoder
-
- pollSentSettings() - Method in interface io.netty.handler.codec.http2.Http2ConnectionEncoder
-
Gets the local settings on the top of the queue that has been sent but not ACKed.
- pollTask() - Method in class io.netty.util.concurrent.SingleThreadEventExecutor
-
- pollTaskFrom(Queue<Runnable>) - Static method in class io.netty.util.concurrent.SingleThreadEventExecutor
-
- 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
- PoolArenaMetric - Interface in io.netty.buffer
-
Expose metrics for an arena.
- PoolChunkListMetric - Interface in io.netty.buffer
-
Metrics for a list of chunks.
- PoolChunkMetric - Interface in io.netty.buffer
-
Metrics for a chunk.
- PooledByteBufAllocator - Class in io.netty.buffer
-
- PooledByteBufAllocator() - Constructor for class io.netty.buffer.PooledByteBufAllocator
-
- PooledByteBufAllocator(boolean) - Constructor for class io.netty.buffer.PooledByteBufAllocator
-
- PooledByteBufAllocator(int, int, int, int) - Constructor for class io.netty.buffer.PooledByteBufAllocator
-
- PooledByteBufAllocator(boolean, int, int, int, int) - Constructor for class io.netty.buffer.PooledByteBufAllocator
-
- PooledByteBufAllocator(boolean, int, int, int, int, int, int, int) - Constructor for class io.netty.buffer.PooledByteBufAllocator
-
- PooledByteBufAllocator(boolean, int, int, int, int, int, int, int, boolean) - Constructor for class io.netty.buffer.PooledByteBufAllocator
-
- PooledByteBufAllocator(boolean, int, int, int, int, int, int, boolean) - Constructor for class io.netty.buffer.PooledByteBufAllocator
-
- PooledByteBufAllocator(boolean, int, int, int, int, int, int, int, boolean, int) - Constructor for class io.netty.buffer.PooledByteBufAllocator
-
- PooledByteBufAllocator(boolean, int, int, int, int, int, int, boolean, int) - Constructor for class io.netty.buffer.PooledByteBufAllocator
-
- PooledByteBufAllocatorMetric - Class in io.netty.buffer
-
- PoolSubpageMetric - Interface in io.netty.buffer
-
Metrics for a sub-page.
- port() - Method in class io.netty.handler.codec.http.HttpScheme
-
- port() - Method in class io.netty.handler.codec.http.websocketx.WebSocketScheme
-
- PORT - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Values
-
Deprecated.
"port"
- PORT - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderValues
-
"port"
- port() - Method in class io.netty.handler.codec.socks.SocksCmdRequest
-
- port() - Method in class io.netty.handler.codec.socks.SocksCmdResponse
-
- ports() - Method in interface io.netty.handler.codec.http.Cookie
-
- ports() - Method in class io.netty.handler.codec.http.DefaultCookie
-
Deprecated.
- position() - Method in class io.netty.channel.DefaultFileRegion
-
- position() - Method in interface io.netty.channel.FileRegion
-
Returns the offset in the file where the transfer began.
- POST - Static variable in class io.netty.handler.codec.http.HttpMethod
-
The POST method is used to request that the origin server accept the entity enclosed in the
request as a new subordinate of the resource identified by the Request-URI in the
Request-Line.
- postfix - Static variable in class io.netty.handler.codec.http.multipart.DiskAttribute
-
- postfix - Static variable in class io.netty.handler.codec.http.multipart.DiskFileUpload
-
- postInitializeClientChannel(Channel) - Method in class io.netty.bootstrap.ChannelInitializerExtension
-
Called by
Bootstrap
after the initialization of the given client channel.
- postInitializeServerChildChannel(Channel) - Method in class io.netty.bootstrap.ChannelInitializerExtension
-
Called by
ServerBootstrap
after the initialization of the given child channel.
- postInitializeServerListenerChannel(ServerChannel) - Method in class io.netty.bootstrap.ChannelInitializerExtension
-
Called by
ServerBootstrap
after the initialization of the given server listener channel.
- PRAGMA - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
-
"pragma"
- PRAGMA - Static variable in class io.netty.handler.codec.http.HttpHeaders.Names
-
Deprecated.
"Pragma"
- 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.DecoratingHttp2ConnectionDecoder
-
- prefaceReceived() - Method in class io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder
-
- prefaceReceived() - Method in interface io.netty.handler.codec.http2.Http2ConnectionDecoder
-
Indicates whether or not the first initial SETTINGS
frame was received from the remote endpoint.
- PreferHeapByteBufAllocator - Class in io.netty.channel
-
Wraps another
ByteBufAllocator
and use heapbuffers everywhere except when a direct buffer is explicit
requested.
- PreferHeapByteBufAllocator(ByteBufAllocator) - Constructor for class io.netty.channel.PreferHeapByteBufAllocator
-
- PreferredDirectByteBufAllocator - Class in io.netty.channel.unix
-
- PreferredDirectByteBufAllocator() - Constructor for class io.netty.channel.unix.PreferredDirectByteBufAllocator
-
- prefix - Static variable in class io.netty.handler.codec.http.multipart.DiskAttribute
-
- prefix - Static variable in class io.netty.handler.codec.http.multipart.DiskFileUpload
-
- prefix() - Method in class io.netty.handler.codec.xml.XmlAttribute
-
- prefix() - Method in class io.netty.handler.codec.xml.XmlElement
-
- prefix() - Method in class io.netty.handler.codec.xml.XmlNamespace
-
- preflightResponseHeader(CharSequence, Object...) - Method in class io.netty.handler.codec.http.cors.CorsConfig.Builder
-
- preflightResponseHeader(CharSequence, Iterable<T>) - Method in class io.netty.handler.codec.http.cors.CorsConfig.Builder
-
- preflightResponseHeader(String, Callable<T>) - Method in class io.netty.handler.codec.http.cors.CorsConfig.Builder
-
- preflightResponseHeader(CharSequence, Object...) - Method in class io.netty.handler.codec.http.cors.CorsConfigBuilder
-
Returns HTTP response headers that should be added to a CORS preflight response.
- preflightResponseHeader(CharSequence, Iterable<T>) - Method in class io.netty.handler.codec.http.cors.CorsConfigBuilder
-
Returns HTTP response headers that should be added to a CORS preflight response.
- preflightResponseHeader(CharSequence, Callable<T>) - Method in class io.netty.handler.codec.http.cors.CorsConfigBuilder
-
Returns HTTP response headers that should be added to a CORS preflight response.
- preflightResponseHeaders() - Method in class io.netty.handler.codec.http.cors.CorsConfig
-
Returns HTTP response headers that should be added to a CORS preflight response.
- PrematureChannelClosureException - Exception in io.netty.handler.codec
-
A
CodecException
which is thrown when a
Channel
is closed unexpectedly before
the codec finishes handling the current message, such as missing response while waiting for a
request.
- PrematureChannelClosureException() - Constructor for exception io.netty.handler.codec.PrematureChannelClosureException
-
Creates a new instance.
- PrematureChannelClosureException(String, Throwable) - Constructor for exception io.netty.handler.codec.PrematureChannelClosureException
-
Creates a new instance.
- PrematureChannelClosureException(String) - Constructor for exception io.netty.handler.codec.PrematureChannelClosureException
-
Creates a new instance.
- PrematureChannelClosureException(Throwable) - Constructor for exception io.netty.handler.codec.PrematureChannelClosureException
-
Creates a new instance.
- prepareDecompressBuffer(ChannelHandlerContext, ByteBuf, int) - Method in class io.netty.handler.codec.compression.ZlibDecoder
-
Allocate or expand the decompression buffer, without exceeding the maximum allocation.
- prepareToClose() - Method in class io.netty.channel.AbstractChannel.AbstractUnsafe
-
- prepareUpgradeFrom(ChannelHandlerContext) - Method in class io.netty.handler.codec.http.HttpClientCodec
-
Prepares to upgrade to another protocol from HTTP.
- prepareUpgradeFrom(ChannelHandlerContext) - Method in interface io.netty.handler.codec.http.HttpClientUpgradeHandler.SourceCodec
-
- prepareUpgradeResponse(ChannelHandlerContext, FullHttpRequest, HttpHeaders) - Method in interface io.netty.handler.codec.http.HttpServerUpgradeHandler.UpgradeCodec
-
Prepares the upgradeHeaders
for a protocol update based upon the contents of upgradeRequest
.
- prepareUpgradeResponse(ChannelHandlerContext, FullHttpRequest, HttpHeaders) - Method in class io.netty.handler.codec.http2.Http2ServerUpgradeCodec
-
- PREPEND - Static variable in class io.netty.handler.codec.memcache.binary.BinaryMemcacheOpcodes
-
- PREPENDQ - Static variable in class io.netty.handler.codec.memcache.binary.BinaryMemcacheOpcodes
-
- prettyHexDump(ByteBuf) - Static method in class io.netty.buffer.ByteBufUtil
-
Returns a multi-line hexadecimal dump of the specified
ByteBuf
that is easy to read by humans.
- prettyHexDump(ByteBuf, int, int) - Static method in class io.netty.buffer.ByteBufUtil
-
Returns a multi-line hexadecimal dump of the specified
ByteBuf
that is easy to read by humans,
starting at the given
offset
using the given
length
.
- priority() - Method in class io.netty.bootstrap.ChannelInitializerExtension
-
Get the "priority" of this extension.
- 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() - Method in interface io.netty.util.concurrent.ThreadProperties
-
- PRIORITY_ENTRY_LENGTH - Static variable in class io.netty.handler.codec.http2.Http2CodecUtil
-
- PRIORITY_FRAME_LENGTH - Static variable in class io.netty.handler.codec.http2.Http2CodecUtil
-
- priorityChanged(T) - Method in class io.netty.util.internal.DefaultPriorityQueue
-
- priorityChanged(T) - Method in class io.netty.util.internal.EmptyPriorityQueue
-
- priorityChanged(T) - Method in interface io.netty.util.internal.PriorityQueue
-
Notify the queue that the priority for node
has changed.
- priorityPresent() - Method in class io.netty.handler.codec.http2.Http2Flags
-
Determines whether the flag is set indicating the presence of the exclusive, stream
dependency, and weight fields in a HEADERS frame.
- priorityPresent(boolean) - Method in class io.netty.handler.codec.http2.Http2Flags
-
- PriorityQueue<T> - Interface in io.netty.util.internal
-
- priorityQueueIndex(DefaultPriorityQueue<?>) - Method in interface io.netty.util.internal.PriorityQueueNode
-
- priorityQueueIndex(DefaultPriorityQueue<?>, int) - Method in interface io.netty.util.internal.PriorityQueueNode
-
- PriorityQueueNode - Interface in io.netty.util.internal
-
- PRIVATE - Static variable in class io.netty.handler.codec.http.HttpHeaders.Values
-
Deprecated.
"private"
- PRIVATE - Static variable in class io.netty.handler.codec.http.HttpHeaderValues
-
"private"
- PRIVATE - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Values
-
Deprecated.
"private"
- PRIVATE - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderValues
-
"private"
- PRIVATE_KEY_METHOD - Static variable in class io.netty.handler.ssl.OpenSslContextOption
-
- privateKey() - Method in class io.netty.handler.ssl.util.SelfSignedCertificate
-
Returns the generated EC/RSA private key file in PEM format.
- probes() - Method in class io.netty.channel.epoll.EpollTcpInfo
-
- process(byte) - Method in class io.netty.buffer.search.AhoCorasicSearchProcessorFactory.Processor
-
- process(byte) - Method in class io.netty.buffer.search.BitapSearchProcessorFactory.Processor
-
- process(byte) - Method in class io.netty.buffer.search.KmpSearchProcessorFactory.Processor
-
- process(byte) - Method in class io.netty.util.ByteProcessor.IndexNotOfProcessor
-
- process(byte) - Method in class io.netty.util.ByteProcessor.IndexOfProcessor
-
- process(byte) - Method in interface io.netty.util.ByteProcessor
-
- processHandshake(Channel, HttpResponse) - Method in class io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker
-
- processHandshake(Channel, HttpResponse, ChannelPromise) - Method in class io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker
-
- processHeadersBegin(ChannelHandlerContext, Http2Stream, Http2Headers, boolean, boolean, boolean) - Method in class io.netty.handler.codec.http2.InboundHttp2ToHttpAdapter
-
Provides translation between HTTP/2 and HTTP header objects while ensuring the stream
is in a valid state for additional headers.
- PROCESSING - Static variable in class io.netty.handler.codec.http.HttpResponseStatus
-
102 Processing (WebDAV, RFC2518)
- processMessage(Object) - Method in interface io.netty.channel.ChannelOutboundBuffer.MessageProcessor
-
Will be called for each flushed message until it either there are no more flushed messages or this
method returns false
.
- processMessage(Object) - Method in class io.netty.channel.unix.IovArray
-
- progress(long) - Method in class io.netty.channel.ChannelOutboundBuffer
-
Notify the
ChannelPromise
of the current message about writing progress.
- progress() - Method in class io.netty.handler.codec.http.HttpChunkedInput
-
- progress() - Method in class io.netty.handler.codec.http.multipart.HttpPostRequestEncoder
-
- progress() - Method in class io.netty.handler.codec.http.websocketx.WebSocketChunkedInput
-
- progress() - Method in class io.netty.handler.codec.http2.Http2DataChunkedInput
-
- progress() - Method in class io.netty.handler.stream.ChunkedFile
-
- progress() - Method in interface io.netty.handler.stream.ChunkedInput
-
Returns current transfer progress.
- progress() - Method in class io.netty.handler.stream.ChunkedNioFile
-
- progress() - Method in class io.netty.handler.stream.ChunkedNioStream
-
- progress() - Method in class io.netty.handler.stream.ChunkedStream
-
- 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
-
- 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.
- promise() - Method in class io.netty.util.internal.PendingWrite
-
- PromiseAggregator<V,F extends Future<V>> - Class in io.netty.util.concurrent
-
- PromiseAggregator(Promise<Void>, boolean) - Constructor for class io.netty.util.concurrent.PromiseAggregator
-
Deprecated.
Creates a new instance.
- PromiseAggregator(Promise<Void>) - Constructor for class io.netty.util.concurrent.PromiseAggregator
-
Deprecated.
- PromiseCombiner - Class in io.netty.util.concurrent
-
A promise combiner monitors the outcome of a number of discrete futures, then notifies a final, aggregate promise
when all of the combined futures are finished.
- PromiseCombiner() - Constructor for class io.netty.util.concurrent.PromiseCombiner
-
Deprecated.
- PromiseCombiner(EventExecutor) - Constructor for class io.netty.util.concurrent.PromiseCombiner
-
- promisedRequestVerifier(Http2PromisedRequestVerifier) - Method in class io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
-
- promisedRequestVerifier() - Method in class io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
-
- promisedStreamId() - Method in class io.netty.handler.codec.http2.DefaultHttp2PushPromiseFrame
-
- promisedStreamId() - Method in interface io.netty.handler.codec.http2.Http2PushPromiseFrame
-
Promised Stream ID
- PromiseNotificationUtil - Class in io.netty.util.internal
-
Internal utilities to notify
Promise
s.
- PromiseNotifier<V,F extends Future<V>> - Class in io.netty.util.concurrent
-
- PromiseNotifier(Promise<? super V>...) - Constructor for class io.netty.util.concurrent.PromiseNotifier
-
Create a new instance.
- PromiseNotifier(boolean, Promise<? super V>...) - Constructor for class io.netty.util.concurrent.PromiseNotifier
-
Create a new instance.
- propagateSettings(boolean) - Method in class io.netty.handler.codec.http2.AbstractInboundHttp2ToHttpAdapterBuilder
-
Specifies whether a read settings frame should be propagated along the channel pipeline.
- propagateSettings(boolean) - Method in class io.netty.handler.codec.http2.InboundHttp2ToHttpAdapterBuilder
-
- properties() - Method in class io.netty.handler.codec.mqtt.MqttConnAckVariableHeader
-
- properties() - Method in class io.netty.handler.codec.mqtt.MqttConnectVariableHeader
-
- properties(MqttProperties) - Method in class io.netty.handler.codec.mqtt.MqttMessageBuilders.AuthBuilder
-
- properties(MqttProperties) - Method in class io.netty.handler.codec.mqtt.MqttMessageBuilders.ConnAckBuilder
-
- properties(MqttMessageBuilders.PropertiesInitializer<MqttMessageBuilders.ConnAckPropertiesBuilder>) - Method in class io.netty.handler.codec.mqtt.MqttMessageBuilders.ConnAckBuilder
-
- properties(MqttProperties) - Method in class io.netty.handler.codec.mqtt.MqttMessageBuilders.ConnectBuilder
-
- properties(MqttProperties) - Method in class io.netty.handler.codec.mqtt.MqttMessageBuilders.DisconnectBuilder
-
- properties(MqttProperties) - Method in class io.netty.handler.codec.mqtt.MqttMessageBuilders.PubAckBuilder
-
- properties(MqttProperties) - Method in class io.netty.handler.codec.mqtt.MqttMessageBuilders.PublishBuilder
-
- properties(MqttProperties) - Method in class io.netty.handler.codec.mqtt.MqttMessageBuilders.SubAckBuilder
-
- properties(MqttProperties) - Method in class io.netty.handler.codec.mqtt.MqttMessageBuilders.SubscribeBuilder
-
- properties(MqttProperties) - Method in class io.netty.handler.codec.mqtt.MqttMessageBuilders.UnsubAckBuilder
-
- properties(MqttProperties) - Method in class io.netty.handler.codec.mqtt.MqttMessageBuilders.UnsubscribeBuilder
-
- properties() - Method in class io.netty.handler.codec.mqtt.MqttMessageIdAndPropertiesVariableHeader
-
- properties() - Method in class io.netty.handler.codec.mqtt.MqttPublishVariableHeader
-
- properties() - Method in class io.netty.handler.codec.mqtt.MqttPubReplyMessageVariableHeader
-
- properties() - Method in class io.netty.handler.codec.mqtt.MqttReasonCodeAndPropertiesVariableHeader
-
- PROPERTY_MAX_LISTENER_STACK_DEPTH - Static variable in class io.netty.util.concurrent.DefaultPromise
-
System property with integer type value, that determine the max reentrancy/recursion level for when
listener notifications prompt other listeners to be notified.
- propertyId() - Method in class io.netty.handler.codec.mqtt.MqttProperties.MqttProperty
-
Get MQTT property ID
- ProtobufDecoder - Class in io.netty.handler.codec.protobuf
-
- ProtobufDecoder(MessageLite) - Constructor for class io.netty.handler.codec.protobuf.ProtobufDecoder
-
Creates a new instance.
- ProtobufDecoder(MessageLite, ExtensionRegistry) - Constructor for class io.netty.handler.codec.protobuf.ProtobufDecoder
-
- ProtobufDecoder(MessageLite, ExtensionRegistryLite) - Constructor for class io.netty.handler.codec.protobuf.ProtobufDecoder
-
- ProtobufDecoderNano - Class in io.netty.handler.codec.protobuf
-
- ProtobufDecoderNano(Class<? extends MessageNano>) - Constructor for class io.netty.handler.codec.protobuf.ProtobufDecoderNano
-
Creates a new instance.
- ProtobufEncoder - Class in io.netty.handler.codec.protobuf
-
- ProtobufEncoder() - Constructor for class io.netty.handler.codec.protobuf.ProtobufEncoder
-
- ProtobufEncoderNano - Class in io.netty.handler.codec.protobuf
-
- ProtobufEncoderNano() - Constructor for class io.netty.handler.codec.protobuf.ProtobufEncoderNano
-
- ProtobufVarint32FrameDecoder - Class in io.netty.handler.codec.protobuf
-
A decoder that splits the received
ByteBuf
s dynamically by the
value of the Google Protocol Buffers
Base
128 Varints integer length field in the message.
- ProtobufVarint32FrameDecoder() - Constructor for class io.netty.handler.codec.protobuf.ProtobufVarint32FrameDecoder
-
- ProtobufVarint32LengthFieldPrepender - Class in io.netty.handler.codec.protobuf
-
An encoder that prepends the Google Protocol Buffers
ProtobufVarint32LengthFieldPrepender() - Constructor for class io.netty.handler.codec.protobuf.
ProtobufVarint32LengthFieldPrepender
-
- protocol() - Method in interface io.netty.handler.codec.http.HttpClientUpgradeHandler.UpgradeCodec
-
Returns the name of the protocol supported by this codec, as indicated by the 'UPGRADE'
header.
- protocol() - Method in class io.netty.handler.codec.http.HttpServerUpgradeHandler.UpgradeEvent
-
The protocol that the channel has been upgraded to.
- protocol() - Method in class io.netty.handler.codec.http2.Http2ClientUpgradeCodec
-
- protocol() - Method in class io.netty.handler.proxy.HttpProxyHandler
-
- protocol() - Method in class io.netty.handler.proxy.ProxyConnectionEvent
-
Returns the name of the proxy protocol in use.
- protocol() - Method in class io.netty.handler.proxy.ProxyHandler
-
Returns the name of the proxy protocol in use.
- protocol() - Method in class io.netty.handler.proxy.Socks4ProxyHandler
-
- protocol() - Method in class io.netty.handler.proxy.Socks5ProxyHandler
-
- protocol() - Method in class io.netty.handler.ssl.ApplicationProtocolConfig
-
Get which application level protocol negotiation to use.
- protocol() - Method in interface io.netty.handler.ssl.OpenSslApplicationProtocolNegotiator
-
Deprecated.
- protocol() - Method in class io.netty.handler.ssl.OpenSslDefaultApplicationProtocolNegotiator
-
Deprecated.
- protocol() - Method in class io.netty.handler.ssl.OpenSslNpnApplicationProtocolNegotiator
-
Deprecated.
- PROTOCOL_ERROR - Static variable in class io.netty.handler.codec.http.websocketx.WebSocketCloseStatus
-
- PROTOCOL_ERROR - Static variable in class io.netty.handler.codec.spdy.SpdySessionStatus
-
1 Protocol Error
- PROTOCOL_ERROR - Static variable in class io.netty.handler.codec.spdy.SpdyStreamStatus
-
1 Protocol Error
- PROTOCOL_RECEIVE_BUFFER_SIZE - Static variable in class io.netty.channel.udt.UdtChannelOption
-
Deprecated.
See OptionUDT.Protocol_Receive_Buffer_Size
.
- PROTOCOL_SEND_BUFFER_SIZE - Static variable in class io.netty.channel.udt.UdtChannelOption
-
Deprecated.
See OptionUDT.Protocol_Send_Buffer_Size
.
- ProtocolDetectionResult<T> - Class in io.netty.handler.codec
-
Result of detecting a protocol.
- ProtocolDetectionState - Enum in io.netty.handler.codec
-
The state of the current detection.
- protocolIdentifier() - Method in class io.netty.channel.sctp.SctpMessage
-
Return the protocol-identifier
- protocolLevel() - Method in enum io.netty.handler.codec.mqtt.MqttVersion
-
- protocolListenerFactory() - Method in interface io.netty.handler.ssl.JdkApplicationProtocolNegotiator
-
Deprecated.
- protocolName() - Method in class io.netty.handler.codec.http.HttpVersion
-
Returns the name of the protocol such as "HTTP"
in "HTTP/1.0"
.
- protocolName() - Method in enum io.netty.handler.codec.mqtt.MqttVersion
-
- protocolNameBytes() - Method in enum io.netty.handler.codec.mqtt.MqttVersion
-
- protocols() - Method in interface io.netty.handler.ssl.ApplicationProtocolNegotiator
-
Deprecated.
Get the collection of application protocols supported by this application (in preference order).
- protocols() - Method in class io.netty.handler.ssl.OpenSslDefaultApplicationProtocolNegotiator
-
Deprecated.
- protocols() - Method in class io.netty.handler.ssl.OpenSslNpnApplicationProtocolNegotiator
-
Deprecated.
- protocols(String...) - Method in class io.netty.handler.ssl.SslContextBuilder
-
The TLS protocol versions to enable.
- protocols(Iterable<String>) - Method in class io.netty.handler.ssl.SslContextBuilder
-
The TLS protocol versions to enable.
- protocolSelectorFactory() - Method in interface io.netty.handler.ssl.JdkApplicationProtocolNegotiator
-
Deprecated.
- protocolVersion() - Method in class io.netty.handler.codec.haproxy.HAProxyMessage
-
- protocolVersion() - Method in class io.netty.handler.codec.http.DefaultHttpMessage
-
- protocolVersion() - Method in interface io.netty.handler.codec.http.HttpMessage
-
- protocolVersion(MqttVersion) - Method in class io.netty.handler.codec.mqtt.MqttMessageBuilders.ConnectBuilder
-
- protocolVersion() - Method in class io.netty.handler.codec.socks.SocksMessage
-
- 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.http.HttpHeaders.Names
-
Deprecated.
"Proxy-Authenticate"
- PROXY_AUTHENTICATE - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderNames
-
"proxy-authenticate"
- PROXY_AUTHENTICATE - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Names
-
Deprecated.
"Proxy-Authenticate"
- PROXY_AUTHENTICATION_REQUIRED - Static variable in class io.netty.handler.codec.http.HttpResponseStatus
-
407 Proxy Authentication Required
- PROXY_AUTHENTICATION_REQUIRED - Static variable in class io.netty.handler.codec.rtsp.RtspResponseStatuses
-
407 Proxy Authentication Required
- PROXY_AUTHORIZATION - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
-
"proxy-authorization"
- PROXY_AUTHORIZATION - Static variable in class io.netty.handler.codec.http.HttpHeaders.Names
-
Deprecated.
"Proxy-Authorization"
- PROXY_CONNECTION - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
-
- PROXY_REQUIRE - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderNames
-
"proxy-require"
- PROXY_REQUIRE - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Names
-
Deprecated.
"Proxy-Require"
- PROXY_REVALIDATE - Static variable in class io.netty.handler.codec.http.HttpHeaders.Values
-
Deprecated.
"proxy-revalidate"
- PROXY_REVALIDATE - Static variable in class io.netty.handler.codec.http.HttpHeaderValues
-
"proxy-revalidate"
- PROXY_REVALIDATE - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Values
-
Deprecated.
"proxy-revalidate"
- PROXY_REVALIDATE - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderValues
-
"proxy-revalidate"
- proxyAddress() - Method in class io.netty.handler.proxy.ProxyConnectionEvent
-
Returns the address of the proxy server.
- proxyAddress() - Method in class io.netty.handler.proxy.ProxyHandler
-
Returns the address of the proxy server.
- ProxyConnectException - Exception in io.netty.handler.proxy
-
- ProxyConnectException() - Constructor for exception io.netty.handler.proxy.ProxyConnectException
-
- ProxyConnectException(String) - Constructor for exception io.netty.handler.proxy.ProxyConnectException
-
- ProxyConnectException(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
-
A common abstraction for protocols that establish blind forwarding proxy tunnels.
- ProxyHandler(SocketAddress) - Constructor for class io.netty.handler.proxy.ProxyHandler
-
- PTR - Static variable in class io.netty.handler.codec.dns.DnsRecordType
-
Pointer record RFC 1035 Pointer to a canonical name.
- pubAck() - Static method in class io.netty.handler.codec.mqtt.MqttMessageBuilders
-
- PUBLIC - Static variable in class io.netty.handler.codec.http.HttpHeaders.Values
-
Deprecated.
"public"
- PUBLIC - Static variable in class io.netty.handler.codec.http.HttpHeaderValues
-
"public"
- PUBLIC - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderNames
-
"public"
- PUBLIC - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Names
-
Deprecated.
"Public"
- PUBLIC - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Values
-
Deprecated.
"public"
- PUBLIC - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderValues
-
"public"
- publish() - Static method in class io.netty.handler.codec.mqtt.MqttMessageBuilders
-
- PUSH_PROMISE - Static variable in class io.netty.handler.codec.http2.Http2FrameTypes
-
- PUSH_PROMISE_FRAME_HEADER_LENGTH - Static variable in class io.netty.handler.codec.http2.Http2CodecUtil
-
- pushEnabled() - Method in class io.netty.handler.codec.http2.Http2Settings
-
Gets the SETTINGS_ENABLE_PUSH
value.
- pushEnabled(boolean) - Method in class io.netty.handler.codec.http2.Http2Settings
-
Sets the SETTINGS_ENABLE_PUSH
value.
- pushPromiseSent() - Method in interface io.netty.handler.codec.http2.Http2Stream
-
Indicates that a push promise was sent to the remote endpoint.
- pushStream(Http2FrameStream) - Method in class io.netty.handler.codec.http2.DefaultHttp2PushPromiseFrame
-
- pushStream() - Method in class io.netty.handler.codec.http2.DefaultHttp2PushPromiseFrame
-
- pushStream(Http2FrameStream) - Method in interface io.netty.handler.codec.http2.Http2PushPromiseFrame
-
- pushStream() - Method in interface io.netty.handler.codec.http2.Http2PushPromiseFrame
-
Returns the Promise
Http2FrameStream
object for this frame, or
null
if the
frame has yet to be associated with a stream.
- PUT - Static variable in class io.netty.handler.codec.http.HttpMethod
-
The PUT method requests that the enclosed entity be stored under the supplied Request-URI.
- put(char, Long) - Method in class io.netty.handler.codec.http2.Http2Settings
-
Adds the given setting key/value pair.
- put(byte, V) - Method in class io.netty.util.collection.ByteObjectHashMap
-
- put(Byte, V) - Method in class io.netty.util.collection.ByteObjectHashMap
-
- put(byte, V) - Method in interface io.netty.util.collection.ByteObjectMap
-
Puts the given entry into the map.
- put(char, V) - Method in class io.netty.util.collection.CharObjectHashMap
-
- put(Character, V) - Method in class io.netty.util.collection.CharObjectHashMap
-
- put(char, V) - Method in interface io.netty.util.collection.CharObjectMap
-
Puts the given entry into the map.
- put(int, V) - Method in class io.netty.util.collection.IntObjectHashMap
-
- put(Integer, V) - Method in class io.netty.util.collection.IntObjectHashMap
-
- put(int, V) - Method in interface io.netty.util.collection.IntObjectMap
-
Puts the given entry into the map.
- put(long, V) - Method in class io.netty.util.collection.LongObjectHashMap
-
- put(Long, V) - Method in class io.netty.util.collection.LongObjectHashMap
-
- put(long, V) - Method in interface io.netty.util.collection.LongObjectMap
-
Puts the given entry into the map.
- put(short, V) - Method in class io.netty.util.collection.ShortObjectHashMap
-
- put(Short, V) - Method in class io.netty.util.collection.ShortObjectHashMap
-
- put(short, V) - Method in interface io.netty.util.collection.ShortObjectMap
-
Puts the given entry into the map.
- putAll(Map<? extends Byte, ? extends V>) - Method in class io.netty.util.collection.ByteObjectHashMap
-
- putAll(Map<? extends Character, ? extends V>) - Method in class io.netty.util.collection.CharObjectHashMap
-
- putAll(Map<? extends Integer, ? extends V>) - Method in class io.netty.util.collection.IntObjectHashMap
-
- putAll(Map<? extends Long, ? extends V>) - Method in class io.netty.util.collection.LongObjectHashMap
-
- putAll(Map<? extends Short, ? extends V>) - Method in class io.netty.util.collection.ShortObjectHashMap
-
- putByte(long, byte) - Static method in class io.netty.util.internal.PlatformDependent
-
- putByte(byte[], int, byte) - Static method in class io.netty.util.internal.PlatformDependent
-
- putByte(Object, long, byte) - Static method in class io.netty.util.internal.PlatformDependent
-
- putInt(long, int) - Static method in class io.netty.util.internal.PlatformDependent
-
- putInt(byte[], int, int) - Static method in class io.netty.util.internal.PlatformDependent
-
- putIntOrdered(long, int) - Static method in class io.netty.util.internal.PlatformDependent
-
- putLong(long, long) - Static method in class io.netty.util.internal.PlatformDependent
-
- putLong(byte[], int, long) - Static method in class io.netty.util.internal.PlatformDependent
-
- putMessage(Http2Stream, FullHttpMessage) - Method in class io.netty.handler.codec.http2.InboundHttp2ToHttpAdapter
-
Make message
be the state associated with stream
.
- putMessage(int, FullHttpMessage) - Method in class io.netty.handler.codec.spdy.SpdyHttpDecoder
-
- putObject(Object, long, Object) - Static method in class io.netty.util.internal.PlatformDependent
-
- putShort(long, short) - Static method in class io.netty.util.internal.PlatformDependent
-
- putShort(byte[], int, short) - Static method in class io.netty.util.internal.PlatformDependent
-
Q
- qos(MqttQoS) - Method in class io.netty.handler.codec.mqtt.MqttMessageBuilders.PublishBuilder
-
- qos() - Method in class io.netty.handler.codec.mqtt.MqttSubscriptionOption
-
- qosLevel() - Method in class io.netty.handler.codec.mqtt.MqttFixedHeader
-
- qualityOfService() - Method in class io.netty.handler.codec.mqtt.MqttTopicSubscription
-
- QUERY - Static variable in class io.netty.handler.codec.dns.DnsOpCode
-
The 'Query' DNS OpCode, as defined in
RFC1035.
- query(DnsQuestion) - Method in class io.netty.resolver.dns.DnsNameResolver
-
Sends a DNS query with the specified question.
- query(DnsQuestion, Iterable<DnsRecord>) - Method in class io.netty.resolver.dns.DnsNameResolver
-
Sends a DNS query with the specified question with additional records.
- query(DnsQuestion, Promise<AddressedEnvelope<? extends DnsResponse, InetSocketAddress>>) - Method in class io.netty.resolver.dns.DnsNameResolver
-
Sends a DNS query with the specified question.
- query(InetSocketAddress, DnsQuestion) - Method in class io.netty.resolver.dns.DnsNameResolver
-
Sends a DNS query with the specified question using the specified name server list.
- query(InetSocketAddress, DnsQuestion, Iterable<DnsRecord>) - Method in class io.netty.resolver.dns.DnsNameResolver
-
Sends a DNS query with the specified question with additional records using the specified name server list.
- query(InetSocketAddress, DnsQuestion, Promise<AddressedEnvelope<? extends DnsResponse, InetSocketAddress>>) - Method in class io.netty.resolver.dns.DnsNameResolver
-
Sends a DNS query with the specified question using the specified name server list.
- query(InetSocketAddress, DnsQuestion, Iterable<DnsRecord>, Promise<AddressedEnvelope<? extends DnsResponse, InetSocketAddress>>) - Method in class io.netty.resolver.dns.DnsNameResolver
-
Sends a DNS query with the specified question with additional records using the specified name server list.
- queryCancelled(int) - Method in class io.netty.resolver.dns.BiDnsQueryLifecycleObserver
-
- queryCancelled(int) - Method in interface io.netty.resolver.dns.DnsQueryLifecycleObserver
-
The query may have been written but it was cancelled at some point.
- queryCNAMEd(DnsQuestion) - Method in class io.netty.resolver.dns.BiDnsQueryLifecycleObserver
-
- queryCNAMEd(DnsQuestion) - Method in interface io.netty.resolver.dns.DnsQueryLifecycleObserver
-
The query returned a CNAME which we may attempt to follow with a new query.
- queryDnsServerAddressStream() - Method in class io.netty.resolver.dns.DnsNameResolver
-
Returns the dns server address stream used for DNS queries (not resolve).
- queryFailed(Throwable) - Method in class io.netty.resolver.dns.BiDnsQueryLifecycleObserver
-
- queryFailed(Throwable) - Method in interface io.netty.resolver.dns.DnsQueryLifecycleObserver
-
The following criteria are possible:
IO Error
Server responded with an invalid DNS response
Server responded with a valid DNS response, but it didn't progress the resolution
- queryNoAnswer(DnsResponseCode) - Method in class io.netty.resolver.dns.BiDnsQueryLifecycleObserver
-
- queryNoAnswer(DnsResponseCode) - Method in interface io.netty.resolver.dns.DnsQueryLifecycleObserver
-
The response to the query didn't provide the expected response code, but it didn't return
DnsResponseCode.NXDOMAIN
so we may try to query again.
- queryRedirected(List<InetSocketAddress>) - Method in class io.netty.resolver.dns.BiDnsQueryLifecycleObserver
-
- queryRedirected(List<InetSocketAddress>) - Method in interface io.netty.resolver.dns.DnsQueryLifecycleObserver
-
The query has been redirected to another list of DNS servers.
- queryServerAddressStream() - Method in class io.netty.resolver.dns.DnsNameResolverBuilder
-
- queryServerAddressStream(DnsServerAddressStream) - Method in class io.netty.resolver.dns.DnsNameResolverBuilder
-
- QueryStringDecoder - Class in io.netty.handler.codec.http
-
Splits an HTTP query string into a path string and key-value parameter pairs.
- QueryStringDecoder(String) - Constructor for class io.netty.handler.codec.http.QueryStringDecoder
-
Creates a new decoder that decodes the specified URI.
- QueryStringDecoder(String, boolean) - Constructor for class io.netty.handler.codec.http.QueryStringDecoder
-
Creates a new decoder that decodes the specified URI encoded in the
specified charset.
- QueryStringDecoder(String, Charset) - Constructor for class io.netty.handler.codec.http.QueryStringDecoder
-
Creates a new decoder that decodes the specified URI encoded in the
specified charset.
- QueryStringDecoder(String, Charset, boolean) - Constructor for class io.netty.handler.codec.http.QueryStringDecoder
-
Creates a new decoder that decodes the specified URI encoded in the
specified charset.
- QueryStringDecoder(String, Charset, boolean, int) - Constructor for class io.netty.handler.codec.http.QueryStringDecoder
-
Creates a new decoder that decodes the specified URI encoded in the
specified charset.
- QueryStringDecoder(String, Charset, boolean, int, boolean) - Constructor for class io.netty.handler.codec.http.QueryStringDecoder
-
Creates a new decoder that decodes the specified URI encoded in the
specified charset.
- QueryStringDecoder(URI) - Constructor for class io.netty.handler.codec.http.QueryStringDecoder
-
Creates a new decoder that decodes the specified URI.
- QueryStringDecoder(URI, Charset) - Constructor for class io.netty.handler.codec.http.QueryStringDecoder
-
Creates a new decoder that decodes the specified URI encoded in the
specified charset.
- QueryStringDecoder(URI, Charset, int) - Constructor for class io.netty.handler.codec.http.QueryStringDecoder
-
Creates a new decoder that decodes the specified URI encoded in the
specified charset.
- QueryStringDecoder(URI, Charset, int, boolean) - Constructor for class io.netty.handler.codec.http.QueryStringDecoder
-
Creates a new decoder that decodes the specified URI encoded in the
specified charset.
- QueryStringDecoder.Builder - Class in io.netty.handler.codec.http
-
- QueryStringEncoder - Class in io.netty.handler.codec.http
-
Creates a URL-encoded URI from a path string and key-value parameter pairs.
- QueryStringEncoder(String) - Constructor for class io.netty.handler.codec.http.QueryStringEncoder
-
Creates a new encoder that encodes a URI that starts with the specified
path string.
- QueryStringEncoder(String, Charset) - Constructor for class io.netty.handler.codec.http.QueryStringEncoder
-
Creates a new encoder that encodes a URI that starts with the specified
path string in the specified charset.
- querySucceed() - Method in class io.netty.resolver.dns.BiDnsQueryLifecycleObserver
-
- querySucceed() - Method in interface io.netty.resolver.dns.DnsQueryLifecycleObserver
-
The query received the expected results.
- queryTimeoutMillis() - Method in class io.netty.resolver.dns.DnsNameResolver
-
Returns the timeout of each DNS query performed by this resolver (in milliseconds).
- queryTimeoutMillis(long) - Method in class io.netty.resolver.dns.DnsNameResolverBuilder
-
Sets the timeout of each DNS query performed by this resolver (in milliseconds).
- queryWritten(InetSocketAddress, ChannelFuture) - Method in class io.netty.resolver.dns.BiDnsQueryLifecycleObserver
-
- queryWritten(InetSocketAddress, ChannelFuture) - Method in interface io.netty.resolver.dns.DnsQueryLifecycleObserver
-
The query has been written.
- question() - Method in exception io.netty.resolver.dns.DnsNameResolverException
-
Returns the
DnsQuestion
of the DNS query that has failed.
- 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
-
- QUIT - Static variable in class io.netty.handler.codec.smtp.SmtpCommand
-
- quit() - Static method in class io.netty.handler.codec.smtp.SmtpRequests
-
Creates a QUIT
request.
- QUITQ - Static variable in class io.netty.handler.codec.memcache.binary.BinaryMemcacheOpcodes
-
- QUOTED_PRINTABLE - Static variable in class io.netty.handler.codec.http.HttpHeaders.Values
-
Deprecated.
"quoted-printable"
- QUOTED_PRINTABLE - Static variable in class io.netty.handler.codec.http.HttpHeaderValues
-
"quoted-printable"
R
- random() - Method in class io.netty.util.internal.InternalThreadLocalMap
-
- RANGE - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
-
"range"
- RANGE - Static variable in class io.netty.handler.codec.http.HttpHeaders.Names
-
Deprecated.
"Range"
- RANGE - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderNames
-
"range"
- RANGE - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Names
-
Deprecated.
"Range"
- rawPath() - Method in class io.netty.handler.codec.http.QueryStringDecoder
-
Returns the raw path string of the URI.
- rawQuery() - Method in class io.netty.handler.codec.http.QueryStringDecoder
-
Returns raw query string of the URI.
- RawUnixChannelOption - Class in io.netty.channel.unix
-
- RawUnixChannelOption(String, int, int, int) - Constructor for class io.netty.channel.unix.RawUnixChannelOption
-
Creates a new instance.
- RCPT - Static variable in class io.netty.handler.codec.smtp.SmtpCommand
-
- rcpt(CharSequence, CharSequence...) - Static method in class io.netty.handler.codec.smtp.SmtpRequests
-
Creates a RCPT
request.
- RCV_ALLOC_TRANSPORT_PROVIDES_GUESS - Static variable in class io.netty.channel.kqueue.KQueueChannelOption
-
If this is true
then the RecvByteBufAllocator.Handle#guess()
will be overridden to always attempt
to read as many bytes as kqueue says are available.
- 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
-
- read(ChannelHandlerContext) - Method in class io.netty.channel.ChannelDuplexHandler
-
- read() - Method in interface io.netty.channel.ChannelHandlerContext
-
- read(ChannelHandlerContext) - Method in interface io.netty.channel.ChannelOutboundHandler
-
- read(ChannelHandlerContext) - Method in class io.netty.channel.ChannelOutboundHandlerAdapter
-
- read() - Method in interface io.netty.channel.ChannelOutboundInvoker
-
- read(ChannelHandlerContext) - Method in class io.netty.channel.CombinedChannelDuplexHandler
-
- read() - Method in class io.netty.channel.DefaultChannelPipeline
-
- read() - Method in class io.netty.channel.embedded.EmbeddedChannel
-
- read() - Method in class io.netty.channel.nio.AbstractNioByteChannel.NioByteUnsafe
-
- read() - Method in interface io.netty.channel.nio.AbstractNioChannel.NioUnsafe
-
- read(ByteBuffer, int, int) - Method in class io.netty.channel.unix.FileDescriptor
-
- read(ChannelHandlerContext) - Method in class io.netty.handler.codec.DatagramPacketEncoder
-
- read(ChannelHandlerContext) - Method in class io.netty.handler.codec.http.HttpClientUpgradeHandler
-
- read(ChannelHandlerContext) - Method in class io.netty.handler.codec.http2.Http2ConnectionHandler
-
- read() - Method in class io.netty.handler.codec.serialization.ObjectDecoderInputStream
-
Deprecated.
- read(byte[], int, int) - Method in class io.netty.handler.codec.serialization.ObjectDecoderInputStream
-
Deprecated.
- read(byte[]) - Method in class io.netty.handler.codec.serialization.ObjectDecoderInputStream
-
Deprecated.
- read(ChannelHandlerContext) - Method in class io.netty.handler.codec.spdy.SpdyFrameCodec
-
- read(ChannelHandlerContext) - Method in class io.netty.handler.flow.FlowControlHandler
-
- read(ChannelHandlerContext) - Method in class io.netty.handler.ssl.SslClientHelloHandler
-
- read(ChannelHandlerContext) - Method in class io.netty.handler.ssl.SslHandler
-
- read(ChannelHandlerContext) - Method in class io.netty.handler.traffic.AbstractTrafficShapingHandler
-
- read() - Method in class io.netty.util.internal.BoundedInputStream
-
- read(byte[], int, int) - Method in class io.netty.util.internal.BoundedInputStream
-
- READ_TIMEOUT - Static variable in class io.netty.channel.rxtx.RxtxChannelOption
-
Deprecated.
- readableBytes() - Method in class io.netty.buffer.AbstractByteBuf
-
- readableBytes() - Method in class io.netty.buffer.ByteBuf
-
Returns the number of readable bytes which is equal to
(this.writerIndex - this.readerIndex)
.
- readableBytes() - Method in class io.netty.buffer.EmptyByteBuf
-
- readableBytes() - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- readableBytes() - Method in class io.netty.channel.AbstractCoalescingBufferQueue
-
The number of readable bytes.
- readAddress(long, int, int) - Method in class io.netty.channel.unix.FileDescriptor
-
- readBoolean() - Method in class io.netty.buffer.AbstractByteBuf
-
- readBoolean() - Method in class io.netty.buffer.ByteBuf
-
Gets a boolean at the current readerIndex
and increases
the readerIndex
by 1
in this buffer.
- readBoolean() - Method in class io.netty.buffer.ByteBufInputStream
-
- readBoolean() - Method in class io.netty.buffer.EmptyByteBuf
-
- readBoolean() - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- readBoolean() - Method in class io.netty.handler.codec.serialization.ObjectDecoderInputStream
-
Deprecated.
- readByte() - Method in class io.netty.buffer.AbstractByteBuf
-
- readByte() - Method in class io.netty.buffer.ByteBuf
-
Gets a byte at the current readerIndex
and increases
the readerIndex
by 1
in this buffer.
- readByte() - Method in class io.netty.buffer.ByteBufInputStream
-
- readByte() - Method in class io.netty.buffer.EmptyByteBuf
-
- readByte() - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- readByte() - Method in class io.netty.handler.codec.serialization.ObjectDecoderInputStream
-
Deprecated.
- readBytes(int) - Method in class io.netty.buffer.AbstractByteBuf
-
- readBytes(byte[], int, int) - Method in class io.netty.buffer.AbstractByteBuf
-
- readBytes(byte[]) - Method in class io.netty.buffer.AbstractByteBuf
-
- readBytes(ByteBuf) - Method in class io.netty.buffer.AbstractByteBuf
-
- readBytes(ByteBuf, int) - Method in class io.netty.buffer.AbstractByteBuf
-
- readBytes(ByteBuf, int, int) - Method in class io.netty.buffer.AbstractByteBuf
-
- readBytes(ByteBuffer) - Method in class io.netty.buffer.AbstractByteBuf
-
- readBytes(GatheringByteChannel, int) - Method in class io.netty.buffer.AbstractByteBuf
-
- readBytes(FileChannel, long, int) - Method in class io.netty.buffer.AbstractByteBuf
-
- readBytes(OutputStream, int) - Method in class io.netty.buffer.AbstractByteBuf
-
- readBytes(int) - Method in class io.netty.buffer.ByteBuf
-
Transfers this buffer's data to a newly created buffer starting at
the current readerIndex
and increases the readerIndex
by the number of the transferred bytes (= length
).
- readBytes(ByteBuf) - Method in class io.netty.buffer.ByteBuf
-
Transfers this buffer's data to the specified destination starting at
the current readerIndex
until the destination becomes
non-writable, and increases the readerIndex
by the number of the
transferred bytes.
- readBytes(ByteBuf, int) - Method in class io.netty.buffer.ByteBuf
-
Transfers this buffer's data to the specified destination starting at
the current readerIndex
and increases the readerIndex
by the number of the transferred bytes (= length
).
- readBytes(ByteBuf, int, int) - Method in class io.netty.buffer.ByteBuf
-
Transfers this buffer's data to the specified destination starting at
the current readerIndex
and increases the readerIndex
by the number of the transferred bytes (= length
).
- readBytes(byte[]) - Method in class io.netty.buffer.ByteBuf
-
Transfers this buffer's data to the specified destination starting at
the current readerIndex
and increases the readerIndex
by the number of the transferred bytes (= dst.length
).
- readBytes(byte[], int, int) - Method in class io.netty.buffer.ByteBuf
-
Transfers this buffer's data to the specified destination starting at
the current readerIndex
and increases the readerIndex
by the number of the transferred bytes (= length
).
- readBytes(ByteBuffer) - Method in class io.netty.buffer.ByteBuf
-
Transfers this buffer's data to the specified destination starting at
the current readerIndex
until the destination's position
reaches its limit, and increases the readerIndex
by the
number of the transferred bytes.
- readBytes(OutputStream, int) - Method in class io.netty.buffer.ByteBuf
-
Transfers this buffer's data to the specified stream starting at the
current readerIndex
.
- readBytes(GatheringByteChannel, int) - Method in class io.netty.buffer.ByteBuf
-
Transfers this buffer's data to the specified stream starting at the
current readerIndex
.
- readBytes(FileChannel, long, int) - Method in class io.netty.buffer.ByteBuf
-
Transfers this buffer's data starting at the current readerIndex
to the specified channel starting at the given file position.
- readBytes() - Method in class io.netty.buffer.ByteBufInputStream
-
Returns the number of read bytes by this stream so far.
- readBytes(ByteBufAllocator, ByteBuf, int) - Static method in class io.netty.buffer.ByteBufUtil
-
- readBytes(ByteBuf) - Method in class io.netty.buffer.CompositeByteBuf
-
- readBytes(ByteBuf, int) - Method in class io.netty.buffer.CompositeByteBuf
-
- readBytes(ByteBuf, int, int) - Method in class io.netty.buffer.CompositeByteBuf
-
- readBytes(byte[]) - Method in class io.netty.buffer.CompositeByteBuf
-
- readBytes(byte[], int, int) - Method in class io.netty.buffer.CompositeByteBuf
-
- readBytes(ByteBuffer) - Method in class io.netty.buffer.CompositeByteBuf
-
- readBytes(OutputStream, int) - Method in class io.netty.buffer.CompositeByteBuf
-
- readBytes(int) - Method in class io.netty.buffer.EmptyByteBuf
-
- readBytes(ByteBuf) - Method in class io.netty.buffer.EmptyByteBuf
-
- readBytes(ByteBuf, int) - Method in class io.netty.buffer.EmptyByteBuf
-
- readBytes(ByteBuf, int, int) - Method in class io.netty.buffer.EmptyByteBuf
-
- readBytes(byte[]) - Method in class io.netty.buffer.EmptyByteBuf
-
- readBytes(byte[], int, int) - Method in class io.netty.buffer.EmptyByteBuf
-
- readBytes(ByteBuffer) - Method in class io.netty.buffer.EmptyByteBuf
-
- readBytes(OutputStream, int) - Method in class io.netty.buffer.EmptyByteBuf
-
- readBytes(GatheringByteChannel, int) - Method in class io.netty.buffer.EmptyByteBuf
-
- readBytes(FileChannel, long, int) - Method in class io.netty.buffer.EmptyByteBuf
-
- readBytes(int) - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- readBytes(ByteBuf) - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- readBytes(ByteBuf, int) - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- readBytes(ByteBuf, int, int) - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- readBytes(byte[]) - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- readBytes(byte[], int, int) - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- readBytes(ByteBuffer) - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- readBytes(OutputStream, int) - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- readBytes(GatheringByteChannel, int) - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- readBytes(FileChannel, long, int) - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- readBytes(byte[], int, int) - Method in class io.netty.buffer.UnpooledDirectByteBuf
-
- readBytes(ByteBuffer) - Method in class io.netty.buffer.UnpooledDirectByteBuf
-
- readBytes(OutputStream, int) - Method in class io.netty.buffer.UnpooledDirectByteBuf
-
- readBytes(GatheringByteChannel, int) - Method in class io.netty.buffer.UnpooledDirectByteBuf
-
- readBytes(FileChannel, long, int) - Method in class io.netty.buffer.UnpooledDirectByteBuf
-
- readBytes(GatheringByteChannel, int) - Method in class io.netty.buffer.UnpooledHeapByteBuf
-
- readBytes(FileChannel, long, int) - Method in class io.netty.buffer.UnpooledHeapByteBuf
-
- 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
-
Deprecated.
- readChar() - Method in class io.netty.handler.codec.serialization.ObjectDecoderInputStream
-
Deprecated.
- readCharSequence(int, Charset) - Method in class io.netty.buffer.AbstractByteBuf
-
- readCharSequence(int, Charset) - Method in class io.netty.buffer.ByteBuf
-
Gets a
CharSequence
with the given length at the current
readerIndex
and increases the
readerIndex
by the given length.
- readCharSequence(int, Charset) - Method in class io.netty.buffer.EmptyByteBuf
-
- readCharSequence(int, Charset) - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- readChunk(ChannelHandlerContext) - Method in class io.netty.handler.codec.http.HttpChunkedInput
-
Deprecated.
- readChunk(ByteBufAllocator) - Method in class io.netty.handler.codec.http.HttpChunkedInput
-
- readChunk(ChannelHandlerContext) - Method in class io.netty.handler.codec.http.multipart.HttpPostRequestEncoder
-
Deprecated.
- readChunk(ByteBufAllocator) - Method in class io.netty.handler.codec.http.multipart.HttpPostRequestEncoder
-
Returns the next available HttpChunk.
- readChunk(ChannelHandlerContext) - Method in class io.netty.handler.codec.http.websocketx.WebSocketChunkedInput
-
- readChunk(ByteBufAllocator) - Method in class io.netty.handler.codec.http.websocketx.WebSocketChunkedInput
-
Fetches a chunked data from the stream.
- readChunk(ChannelHandlerContext) - Method in class io.netty.handler.codec.http2.Http2DataChunkedInput
-
Deprecated.
- readChunk(ByteBufAllocator) - Method in class io.netty.handler.codec.http2.Http2DataChunkedInput
-
- readChunk(ChannelHandlerContext) - Method in class io.netty.handler.stream.ChunkedFile
-
Deprecated.
- readChunk(ByteBufAllocator) - Method in class io.netty.handler.stream.ChunkedFile
-
- readChunk(ChannelHandlerContext) - Method in interface io.netty.handler.stream.ChunkedInput
-
- readChunk(ByteBufAllocator) - Method in interface io.netty.handler.stream.ChunkedInput
-
Fetches a chunked data from the stream.
- readChunk(ChannelHandlerContext) - Method in class io.netty.handler.stream.ChunkedNioFile
-
Deprecated.
- readChunk(ByteBufAllocator) - Method in class io.netty.handler.stream.ChunkedNioFile
-
- readChunk(ChannelHandlerContext) - Method in class io.netty.handler.stream.ChunkedNioStream
-
Deprecated.
- readChunk(ByteBufAllocator) - Method in class io.netty.handler.stream.ChunkedNioStream
-
- readChunk(ChannelHandlerContext) - Method in class io.netty.handler.stream.ChunkedStream
-
Deprecated.
- readChunk(ByteBufAllocator) - Method in class io.netty.handler.stream.ChunkedStream
-
- readComplete() - Method in class io.netty.channel.DefaultMaxMessagesRecvByteBufAllocator.MaxMessageHandle
-
- readComplete() - Method in class io.netty.channel.RecvByteBufAllocator.DelegatingHandle
-
- readComplete() - Method in interface io.netty.channel.RecvByteBufAllocator.Handle
-
Deprecated.
The read has completed.
- readDataFrame(int, boolean, ByteBuf) - Method in class io.netty.handler.codec.spdy.SpdyFrameCodec
-
- readDataFrame(int, boolean, ByteBuf) - Method in interface io.netty.handler.codec.spdy.SpdyFrameDecoderDelegate
-
Called when a DATA frame is received.
- readDouble() - Method in class io.netty.buffer.AbstractByteBuf
-
- readDouble() - Method in class io.netty.buffer.ByteBuf
-
Gets a 64-bit floating point number at the current readerIndex
and increases the readerIndex
by 8
in this buffer.
- readDouble() - Method in class io.netty.buffer.ByteBufInputStream
-
- readDouble() - Method in class io.netty.buffer.EmptyByteBuf
-
- readDouble() - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- readDouble() - Method in class io.netty.handler.codec.serialization.ObjectDecoderInputStream
-
Deprecated.
- readDoubleLE() - Method in class io.netty.buffer.ByteBuf
-
Gets a 64-bit floating point number at the current readerIndex
in Little Endian Byte Order and increases the readerIndex
by 8
in this buffer.
- 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
-
Deprecated.
- readerIndex(int) - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- 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
-
Deprecated.
- readFloat() - Method in class io.netty.handler.codec.serialization.ObjectDecoderInputStream
-
Deprecated.
- readFloatLE() - Method in class io.netty.buffer.ByteBuf
-
Gets a 32-bit floating point number at the current readerIndex
in Little Endian Byte Order and increases the readerIndex
by 4
in this buffer.
- readFrame(ChannelHandlerContext, ByteBuf, Http2FrameListener) - Method in class io.netty.handler.codec.http2.DefaultHttp2FrameReader
-
- readFrame(ChannelHandlerContext, ByteBuf, Http2FrameListener) - Method in interface io.netty.handler.codec.http2.Http2FrameReader
-
Attempts to read the next frame from the input buffer.
- readFrame(ChannelHandlerContext, ByteBuf, Http2FrameListener) - Method in class io.netty.handler.codec.http2.Http2InboundFrameLogger
-
- readFrameError(String) - Method in class io.netty.handler.codec.spdy.SpdyFrameCodec
-
- readFrameError(String) - Method in interface io.netty.handler.codec.spdy.SpdyFrameDecoderDelegate
-
Called when an unrecoverable session error has occurred.
- readFrom(ByteBuf, boolean) - Static method in enum io.netty.handler.codec.redis.RedisMessageType
-
Determine
RedisMessageType
based on the type prefix
byte
read from given the buffer.
- 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
-
Deprecated.
- readFully(byte[]) - Method in class io.netty.handler.codec.serialization.ObjectDecoderInputStream
-
Deprecated.
- readGoAwayFrame(int, int) - Method in class io.netty.handler.codec.spdy.SpdyFrameCodec
-
- readGoAwayFrame(int, int) - Method in interface io.netty.handler.codec.spdy.SpdyFrameDecoderDelegate
-
Called when a GOAWAY frame is received.
- readHeaderBlock(ByteBuf) - Method in class io.netty.handler.codec.spdy.SpdyFrameCodec
-
- readHeaderBlock(ByteBuf) - Method in interface io.netty.handler.codec.spdy.SpdyFrameDecoderDelegate
-
Called when the header block within a SYN_STREAM, SYN_REPLY, or HEADERS frame is received.
- readHeaderBlockEnd() - Method in class io.netty.handler.codec.spdy.SpdyFrameCodec
-
- readHeaderBlockEnd() - Method in interface io.netty.handler.codec.spdy.SpdyFrameDecoderDelegate
-
Called when an entire header block has been received.
- readHeadersFrame(int, boolean) - Method in class io.netty.handler.codec.spdy.SpdyFrameCodec
-
- readHeadersFrame(int, boolean) - Method in interface io.netty.handler.codec.spdy.SpdyFrameDecoderDelegate
-
Called when a HEADERS frame is received.
- readInbound() - Method in class io.netty.channel.embedded.EmbeddedChannel
-
Return received data from this
Channel
- readInt() - Method in class io.netty.buffer.AbstractByteBuf
-
- readInt() - Method in class io.netty.buffer.ByteBuf
-
Gets a 32-bit integer at the current readerIndex
and increases the readerIndex
by 4
in this buffer.
- readInt() - Method in class io.netty.buffer.ByteBufInputStream
-
- readInt() - Method in class io.netty.buffer.EmptyByteBuf
-
- readInt() - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- readInt() - Method in class io.netty.handler.codec.serialization.ObjectDecoderInputStream
-
Deprecated.
- readIntBE(ByteBuf) - Static method in class io.netty.buffer.ByteBufUtil
-
Reads a big-endian 32-bit integer from the buffer.
- readInterestOp - Variable in class io.netty.channel.nio.AbstractNioChannel
-
- readIntLE() - Method in class io.netty.buffer.AbstractByteBuf
-
- readIntLE() - Method in class io.netty.buffer.ByteBuf
-
Gets a 32-bit integer at the current readerIndex
in the Little Endian Byte Order and increases the readerIndex
by 4
in this buffer.
- readIntLE() - Method in class io.netty.buffer.EmptyByteBuf
-
- readIntLE() - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- readLine() - Method in class io.netty.buffer.ByteBufInputStream
-
- readLine() - Method in class io.netty.handler.codec.serialization.ObjectDecoderInputStream
-
- 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
-
Deprecated.
- readLong() - Method in class io.netty.handler.codec.serialization.ObjectDecoderInputStream
-
Deprecated.
- readLongLE() - Method in class io.netty.buffer.AbstractByteBuf
-
- readLongLE() - Method in class io.netty.buffer.ByteBuf
-
Gets a 64-bit integer at the current readerIndex
in the Little Endian Byte Order and increases the readerIndex
by 8
in this buffer.
- readLongLE() - Method in class io.netty.buffer.EmptyByteBuf
-
- readLongLE() - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- 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
-
Deprecated.
- readMediumLE() - Method in class io.netty.buffer.AbstractByteBuf
-
- readMediumLE() - Method in class io.netty.buffer.ByteBuf
-
Gets a 24-bit medium integer at the current readerIndex
in the Little Endian Byte Order and increases the
readerIndex
by 3
in this buffer.
- readMediumLE() - Method in class io.netty.buffer.EmptyByteBuf
-
- readMediumLE() - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- readObject() - Method in class io.netty.handler.codec.serialization.ObjectDecoderInputStream
-
Deprecated.
- ReadOnlyByteBuf - Class in io.netty.buffer
-
- ReadOnlyByteBuf(ByteBuf) - Constructor for class io.netty.buffer.ReadOnlyByteBuf
-
Deprecated.
- ReadOnlyHttp2Headers - Class in io.netty.handler.codec.http2
-
A variant of
Http2Headers
which only supports read-only methods.
- ReadOnlyHttpHeaders - Class in io.netty.handler.codec.http
-
A variant of
HttpHeaders
which only supports read-only methods.
- ReadOnlyHttpHeaders(boolean, CharSequence...) - Constructor for class io.netty.handler.codec.http.ReadOnlyHttpHeaders
-
Create a new instance.
- ReadOnlyIterator<T> - Class in io.netty.util.internal
-
- ReadOnlyIterator(Iterator<? extends T>) - Constructor for class io.netty.util.internal.ReadOnlyIterator
-
- readOutbound() - Method in class io.netty.channel.embedded.EmbeddedChannel
-
Read data from the outbound.
- readPingFrame(int) - Method in class io.netty.handler.codec.spdy.SpdyFrameCodec
-
- readPingFrame(int) - Method in interface io.netty.handler.codec.spdy.SpdyFrameDecoderDelegate
-
Called when a PING frame is received.
- readResolve() - Method in class io.netty.util.internal.logging.AbstractInternalLogger
-
- readRetainedSlice(int) - Method in class io.netty.buffer.AbstractByteBuf
-
- readRetainedSlice(int) - Method in class io.netty.buffer.ByteBuf
-
Returns a new retained slice of this buffer's sub-region starting at the current
readerIndex
and increases the readerIndex
by the size
of the new slice (= length
).
- readRetainedSlice(int) - Method in class io.netty.buffer.EmptyByteBuf
-
- readRetainedSlice(int) - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- 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
-
Deprecated.
- readShort() - Method in class io.netty.handler.codec.serialization.ObjectDecoderInputStream
-
Deprecated.
- readShortLE() - Method in class io.netty.buffer.AbstractByteBuf
-
- readShortLE() - Method in class io.netty.buffer.ByteBuf
-
Gets a 16-bit short integer at the current readerIndex
in the Little Endian Byte Order and increases the readerIndex
by 2
in this buffer.
- readShortLE() - Method in class io.netty.buffer.EmptyByteBuf
-
- readShortLE() - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- 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
-
Deprecated.
- 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
-
- ReadTimeoutException() - Constructor for exception io.netty.handler.timeout.ReadTimeoutException
-
- ReadTimeoutException(String) - Constructor for exception io.netty.handler.timeout.ReadTimeoutException
-
- ReadTimeoutHandler - Class in io.netty.handler.timeout
-
- 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
-
Deprecated.
- readUnsignedByte() - Method in class io.netty.handler.codec.serialization.ObjectDecoderInputStream
-
Deprecated.
- readUnsignedInt() - Method in class io.netty.buffer.AbstractByteBuf
-
- readUnsignedInt() - Method in class io.netty.buffer.ByteBuf
-
Gets an unsigned 32-bit integer at the current readerIndex
and increases the readerIndex
by 4
in this buffer.
- readUnsignedInt() - Method in class io.netty.buffer.EmptyByteBuf
-
- readUnsignedInt() - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- readUnsignedInt(ByteBuf) - Static method in class io.netty.handler.codec.http2.Http2CodecUtil
-
Reads a big-endian (31-bit) integer from the buffer.
- readUnsignedIntLE() - Method in class io.netty.buffer.AbstractByteBuf
-
- readUnsignedIntLE() - Method in class io.netty.buffer.ByteBuf
-
Gets an unsigned 32-bit integer at the current readerIndex
in the Little Endian Byte Order and increases the readerIndex
by 4
in this buffer.
- readUnsignedIntLE() - Method in class io.netty.buffer.EmptyByteBuf
-
- readUnsignedIntLE() - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- 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
-
Deprecated.
- readUnsignedMediumLE() - Method in class io.netty.buffer.AbstractByteBuf
-
- readUnsignedMediumLE() - Method in class io.netty.buffer.ByteBuf
-
Gets an unsigned 24-bit medium integer at the current readerIndex
in the Little Endian Byte Order and increases the readerIndex
by 3
in this buffer.
- readUnsignedMediumLE() - Method in class io.netty.buffer.EmptyByteBuf
-
- readUnsignedMediumLE() - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- 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
-
Deprecated.
- readUnsignedShort() - Method in class io.netty.handler.codec.serialization.ObjectDecoderInputStream
-
Deprecated.
- readUnsignedShortBE(ByteBuf) - Static method in class io.netty.buffer.ByteBufUtil
-
Reads a big-endian unsigned 16-bit short integer from the buffer.
- readUnsignedShortLE() - Method in class io.netty.buffer.AbstractByteBuf
-
- readUnsignedShortLE() - Method in class io.netty.buffer.ByteBuf
-
Gets an unsigned 16-bit short integer at the current readerIndex
in the Little Endian Byte Order and increases the readerIndex
by 2
in this buffer.
- readUnsignedShortLE() - Method in class io.netty.buffer.EmptyByteBuf
-
- readUnsignedShortLE() - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- readUTF() - Method in class io.netty.buffer.ByteBufInputStream
-
- readUTF() - Method in class io.netty.handler.codec.serialization.ObjectDecoderInputStream
-
Deprecated.
- readWindowUpdateFrame(int, int) - Method in class io.netty.handler.codec.spdy.SpdyFrameCodec
-
- readWindowUpdateFrame(int, int) - Method in interface io.netty.handler.codec.spdy.SpdyFrameDecoderDelegate
-
Called when a WINDOW_UPDATE frame is received.
- reallocateDirectNoCleaner(ByteBuffer, int) - Static method in class io.netty.util.internal.PlatformDependent
-
Reallocate a new
ByteBuffer
with the given
capacity
.
- reallocateMemory(long, long) - Static method in class io.netty.util.internal.PlatformDependent
-
- REASON_CODE_OK - Static variable in class io.netty.handler.codec.mqtt.MqttPubReplyMessageVariableHeader
-
- REASON_CODE_OK - Static variable in class io.netty.handler.codec.mqtt.MqttReasonCodeAndPropertiesVariableHeader
-
- reasonCode(byte) - Method in class io.netty.handler.codec.mqtt.MqttMessageBuilders.AuthBuilder
-
- reasonCode(byte) - Method in class io.netty.handler.codec.mqtt.MqttMessageBuilders.DisconnectBuilder
-
- reasonCode(byte) - Method in class io.netty.handler.codec.mqtt.MqttMessageBuilders.PubAckBuilder
-
- reasonCode() - Method in class io.netty.handler.codec.mqtt.MqttPubReplyMessageVariableHeader
-
- reasonCode() - Method in class io.netty.handler.codec.mqtt.MqttReasonCodeAndPropertiesVariableHeader
-
- reasonCodes() - Method in class io.netty.handler.codec.mqtt.MqttSubAckPayload
-
- reasonPhrase() - Method in class io.netty.handler.codec.http.HttpResponseStatus
-
- reasonString(String) - Method in class io.netty.handler.codec.mqtt.MqttMessageBuilders.ConnAckPropertiesBuilder
-
- reasonText() - Method in class io.netty.handler.codec.http.websocketx.CloseWebSocketFrame
-
Returns the reason text as per
RFC 6455 If a reason
text is not supplied, an empty string is returned.
- reasonText() - Method in class io.netty.handler.codec.http.websocketx.WebSocketCloseStatus
-
- rebuildSelector() - Method in class io.netty.channel.nio.NioEventLoop
-
Replaces the current
Selector
of this event loop with newly created
Selector
s to work
around the infamous epoll 100% CPU bug.
- rebuildSelectors() - Method in class io.netty.channel.nio.NioEventLoopGroup
-
Replaces the current
Selector
s of the child event loops with newly created
Selector
s 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
-
- receivedAmount() - Method in class io.netty.channel.unix.DatagramSocketAddress
-
- receivedAmount() - Method in class io.netty.channel.unix.DomainDatagramSocketAddress
-
- receiveFlowControlledFrame(Http2Stream, ByteBuf, int, boolean) - Method in class io.netty.handler.codec.http2.DefaultHttp2LocalFlowController
-
- receiveFlowControlledFrame(Http2Stream, ByteBuf, int, boolean) - Method in interface io.netty.handler.codec.http2.Http2LocalFlowController
-
Receives an inbound DATA
frame from the remote endpoint and applies flow control policies to it for both
the stream
as well as the connection.
- receiveMaximum(int) - Method in class io.netty.handler.codec.mqtt.MqttMessageBuilders.ConnAckPropertiesBuilder
-
- recipient() - Method in interface io.netty.channel.AddressedEnvelope
-
Returns the address of the recipient of this message.
- recipient() - Method in class io.netty.channel.DefaultAddressedEnvelope
-
- recipient() - Method in class io.netty.handler.codec.dns.DatagramDnsQuery
-
- recipient() - Method in class io.netty.handler.codec.dns.DatagramDnsResponse
-
- RECORD - Static variable in class io.netty.handler.codec.rtsp.RtspMethods
-
The RECORD getMethod initiates recording a range of media data according to
the presentation description.
- record() - Method in interface io.netty.util.ResourceLeak
-
Deprecated.
Records the caller's current stack trace so that the
ResourceLeakDetector
can tell where the leaked
resource was accessed lastly.
- record(Object) - Method in interface io.netty.util.ResourceLeak
-
Deprecated.
Records the caller's current stack trace and the specified additional arbitrary information
so that the
ResourceLeakDetector
can tell where the leaked resource was accessed lastly.
- record() - Method in interface io.netty.util.ResourceLeakTracker
-
Records the caller's current stack trace so that the
ResourceLeakDetector
can tell where the leaked
resource was accessed lastly.
- record(Object) - Method in interface io.netty.util.ResourceLeakTracker
-
Records the caller's current stack trace and the specified additional arbitrary information
so that the
ResourceLeakDetector
can tell where the leaked resource was accessed lastly.
- recordAt(DnsSection) - Method in class io.netty.handler.codec.dns.AbstractDnsMessage
-
- recordAt(DnsSection, int) - Method in class io.netty.handler.codec.dns.AbstractDnsMessage
-
- recordAt(DnsSection) - Method in interface io.netty.handler.codec.dns.DnsMessage
-
Returns the first record in the specified section
of this DNS message.
- recordAt(DnsSection, int) - Method in interface io.netty.handler.codec.dns.DnsMessage
-
Returns the record at the specified index
of the specified section
of this DNS message.
- recursionDesired(boolean) - Method in class io.netty.resolver.dns.DnsNameResolverBuilder
-
Sets if this resolver has to send a DNS query with the RD (recursion desired) flag set.
- recv(ByteBuffer, int, int) - Method in class io.netty.channel.unix.Socket
-
- recvAddress(long, int, int) - Method in class io.netty.channel.unix.Socket
-
- recvBufAllocHandle() - Method in class io.netty.channel.AbstractChannel.AbstractUnsafe
-
- recvBufAllocHandle() - Method in interface io.netty.channel.Channel.Unsafe
-
- RecvByteBufAllocator - Interface in io.netty.channel
-
Allocates a new receive buffer whose capacity is probably large enough to read all inbound data and small enough
not to waste its space.
- RecvByteBufAllocator.DelegatingHandle - Class in io.netty.channel
-
- RecvByteBufAllocator.ExtendedHandle - Interface in io.netty.channel
-
- RecvByteBufAllocator.Handle - Interface in io.netty.channel
-
- recvFd() - Method in class io.netty.channel.unix.Socket
-
- recvFrom(ByteBuffer, int, int) - Method in class io.netty.channel.unix.Socket
-
- recvFromAddress(long, int, int) - Method in class io.netty.channel.unix.Socket
-
- recvFromAddressDomainSocket(long, int, int) - Method in class io.netty.channel.unix.Socket
-
- recvFromDomainSocket(ByteBuffer, int, int) - Method in class io.netty.channel.unix.Socket
-
- RecyclableArrayList - Class in io.netty.util.internal
-
A simple list which is recyclable.
- recycle() - Method in class io.netty.channel.ChannelOutboundBuffer
-
Deprecated.
- recycle(T) - Method in interface io.netty.util.internal.ObjectPool.Handle
-
Recycle the
Object
if possible and so make it ready to be reused.
- recycle() - Method in class io.netty.util.internal.PendingWrite
-
Clear and recycle this instance.
- recycle() - Method in class io.netty.util.internal.RecyclableArrayList
-
Clear and recycle this instance.
- recycle(T, Recycler.Handle<T>) - Method in class io.netty.util.Recycler
-
- recycleAndGet() - Method in class io.netty.util.internal.PendingWrite
-
Recycle this instance and return the
Promise
.
- Recycler<T> - Class in io.netty.util
-
Light-weight object pool based on a thread-local stack.
- Recycler() - Constructor for class io.netty.util.Recycler
-
- Recycler(int) - Constructor for class io.netty.util.Recycler
-
- Recycler(int, int) - Constructor for class io.netty.util.Recycler
-
- Recycler(int, int, int, int) - Constructor for class io.netty.util.Recycler
-
- Recycler(int, int, int, int, int) - Constructor for class io.netty.util.Recycler
-
- Recycler(int, int, int) - Constructor for class io.netty.util.Recycler
-
- Recycler.EnhancedHandle<T> - Class in io.netty.util
-
- Recycler.Handle<T> - Interface in io.netty.util
-
- REDIRECT - Static variable in class io.netty.handler.codec.rtsp.RtspMethods
-
The REDIRECT request informs the client that it must connect to another
server location.
- RedisArrayAggregator - Class in io.netty.handler.codec.redis
-
- RedisArrayAggregator() - Constructor for class io.netty.handler.codec.redis.RedisArrayAggregator
-
- RedisBulkStringAggregator - Class in io.netty.handler.codec.redis
-
- RedisBulkStringAggregator() - Constructor for class io.netty.handler.codec.redis.RedisBulkStringAggregator
-
Creates a new instance.
- RedisCodecException - Exception in io.netty.handler.codec.redis
-
- RedisCodecException(String) - Constructor for exception io.netty.handler.codec.redis.RedisCodecException
-
Creates a new instance.
- RedisCodecException(Throwable) - Constructor for exception io.netty.handler.codec.redis.RedisCodecException
-
Creates a new instance.
- RedisDecoder - Class in io.netty.handler.codec.redis
-
- RedisDecoder() - Constructor for class io.netty.handler.codec.redis.RedisDecoder
-
Creates a new instance with default maxInlineMessageLength
and messagePool
and inline command decoding disabled.
- RedisDecoder(boolean) - Constructor for class io.netty.handler.codec.redis.RedisDecoder
-
Creates a new instance with default maxInlineMessageLength
and messagePool
.
- RedisDecoder(int, RedisMessagePool) - Constructor for class io.netty.handler.codec.redis.RedisDecoder
-
Creates a new instance with inline command decoding disabled.
- RedisDecoder(int, RedisMessagePool, boolean) - Constructor for class io.netty.handler.codec.redis.RedisDecoder
-
Creates a new instance.
- RedisEncoder - Class in io.netty.handler.codec.redis
-
- RedisEncoder() - Constructor for class io.netty.handler.codec.redis.RedisEncoder
-
Creates a new instance with default messagePool
.
- RedisEncoder(RedisMessagePool) - Constructor for class io.netty.handler.codec.redis.RedisEncoder
-
Creates a new instance.
- RedisMessage - Interface in io.netty.handler.codec.redis
-
RedisMessage is base interface for codec-redis.
- RedisMessagePool - Interface in io.netty.handler.codec.redis
-
- RedisMessageType - Enum in io.netty.handler.codec.redis
-
- refCnt() - Method in class io.netty.buffer.AbstractDerivedByteBuf
-
Deprecated.
- refCnt() - Method in class io.netty.buffer.AbstractReferenceCountedByteBuf
-
- refCnt() - Method in class io.netty.buffer.DefaultByteBufHolder
-
- refCnt() - Method in class io.netty.buffer.EmptyByteBuf
-
- refCnt() - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- refCnt() - Method in class io.netty.channel.DefaultAddressedEnvelope
-
- refCnt() - Method in class io.netty.handler.codec.dns.DefaultDnsRawRecord
-
- refCnt() - Method in class io.netty.handler.codec.http.DefaultFullHttpRequest
-
- refCnt() - Method in class io.netty.handler.codec.http.DefaultFullHttpResponse
-
- refCnt() - Method in class io.netty.handler.codec.http.DefaultHttpContent
-
- refCnt() - Method in class io.netty.handler.codec.http.HttpServerUpgradeHandler.UpgradeEvent
-
- refCnt() - Method in class io.netty.handler.codec.http2.DefaultHttp2DataFrame
-
- refCnt() - Method in class io.netty.handler.codec.mqtt.MqttPublishMessage
-
- refCnt() - Method in class io.netty.handler.codec.spdy.DefaultSpdyDataFrame
-
- refCnt() - Method in class io.netty.handler.codec.stomp.DefaultStompFrame
-
- refCnt() - Method in class io.netty.handler.ssl.PemX509Certificate
-
- refCnt() - Method in class io.netty.handler.ssl.ReferenceCountedOpenSslContext
-
- refCnt() - Method in class io.netty.handler.ssl.ReferenceCountedOpenSslEngine
-
- refCnt() - Method in class io.netty.util.AbstractReferenceCounted
-
- refCnt(T) - Method in class io.netty.util.internal.ReferenceCountUpdater
-
- refCnt() - Method in interface io.netty.util.ReferenceCounted
-
Returns the reference count of this object.
- refCnt(Object) - Static method in class io.netty.util.ReferenceCountUtil
-
- ReferenceCounted - Interface in io.netty.util
-
A reference-counted object that requires explicit deallocation.
- ReferenceCountedOpenSslClientContext - Class in io.netty.handler.ssl
-
A client-side
SslContext
which uses OpenSSL's SSL/TLS implementation.
- ReferenceCountedOpenSslContext - Class in io.netty.handler.ssl
-
An implementation of
SslContext
which works with libraries that support the
OpenSsl C library API.
- ReferenceCountedOpenSslEngine - Class in io.netty.handler.ssl
-
- ReferenceCountedOpenSslServerContext - Class in io.netty.handler.ssl
-
A server-side
SslContext
which uses OpenSSL's SSL/TLS implementation.
- ReferenceCountUpdater<T extends ReferenceCounted> - Class in io.netty.util.internal
-
- ReferenceCountUpdater() - Constructor for class io.netty.util.internal.ReferenceCountUpdater
-
- ReferenceCountUtil - Class in io.netty.util
-
- REFERER - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
-
"referer"
- REFERER - Static variable in class io.netty.handler.codec.http.HttpHeaders.Names
-
Deprecated.
"Referer"
- REFERER - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderNames
-
"referer"
- REFERER - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Names
-
Deprecated.
"Referer"
- ReflectionUtil - Class in io.netty.util.internal
-
- ReflectiveChannelFactory<T extends Channel> - Class in io.netty.channel
-
- ReflectiveChannelFactory(Class<? extends T>) - Constructor for class io.netty.channel.ReflectiveChannelFactory
-
- REFUSED - Static variable in class io.netty.handler.codec.dns.DnsResponseCode
-
The 'Refused' DNS RCODE (5), as defined in
RFC1035.
- REFUSED_STREAM - Static variable in class io.netty.handler.codec.spdy.SpdyStreamStatus
-
3 Refused Stream
- regionMatches(int, CharSequence, int, int) - Method in class io.netty.util.AsciiString
-
Compares the specified string to this string and compares the specified range of characters to determine if they
are the same.
- regionMatches(boolean, int, CharSequence, int, int) - Method in class io.netty.util.AsciiString
-
Compares the specified string to this string and compares the specified range of characters to determine if they
are the same.
- regionMatches(CharSequence, boolean, int, CharSequence, int, int) - Static method in class io.netty.util.AsciiString
-
This methods make regionMatches operation correctly for any chars in strings
- regionMatchesAscii(CharSequence, boolean, int, CharSequence, int, int) - Static method in class io.netty.util.AsciiString
-
This is optimized version of regionMatches for string with ASCII chars only
- register() - Method in class io.netty.bootstrap.AbstractBootstrap
-
- register(EventLoop, ChannelPromise) - Method in class io.netty.channel.AbstractChannel.AbstractUnsafe
-
- register(EventLoop, ChannelPromise) - Method in interface io.netty.channel.Channel.Unsafe
-
- register() - Method in class io.netty.channel.embedded.EmbeddedChannel
-
- register(Channel) - Method in interface io.netty.channel.EventLoopGroup
-
- register(ChannelPromise) - Method in interface io.netty.channel.EventLoopGroup
-
- register(Channel, ChannelPromise) - Method in interface io.netty.channel.EventLoopGroup
-
- register(Channel) - Method in class io.netty.channel.MultithreadEventLoopGroup
-
- register(ChannelPromise) - Method in class io.netty.channel.MultithreadEventLoopGroup
-
- register(Channel, ChannelPromise) - Method in class io.netty.channel.MultithreadEventLoopGroup
-
Deprecated.
- register(SelectableChannel, int, NioTask<?>) - Method in class io.netty.channel.nio.NioEventLoop
-
- register(Channel) - Method in class io.netty.channel.SingleThreadEventLoop
-
- register(ChannelPromise) - Method in class io.netty.channel.SingleThreadEventLoop
-
- register(Channel, ChannelPromise) - Method in class io.netty.channel.SingleThreadEventLoop
-
Deprecated.
- register(ChannelPromise) - Method in class io.netty.channel.ThreadPerChannelEventLoop
-
Deprecated.
- register(Channel, ChannelPromise) - Method in class io.netty.channel.ThreadPerChannelEventLoop
-
Deprecated.
- register(Channel) - Method in class io.netty.channel.ThreadPerChannelEventLoopGroup
-
Deprecated.
- register(ChannelPromise) - Method in class io.netty.channel.ThreadPerChannelEventLoopGroup
-
Deprecated.
- register(Channel, ChannelPromise) - Method in class io.netty.channel.ThreadPerChannelEventLoopGroup
-
Deprecated.
- register(Object, Runnable) - Static method in class io.netty.util.internal.ObjectCleaner
-
Register the given
Object
for which the
Runnable
will be executed once there are no references
to the object anymore.
- registeredChannels() - Method in class io.netty.channel.epoll.EpollEventLoop
-
- registeredChannels() - Method in class io.netty.channel.nio.NioEventLoop
-
- registeredChannels() - Method in class io.netty.channel.SingleThreadEventLoop
-
Returns the number of
Channel
s registered with this
EventLoop
or
-1
if operation is not supported.
- registeredChannels() - Method in class io.netty.channel.ThreadPerChannelEventLoop
-
Deprecated.
- registeredChannelsIterator() - Method in class io.netty.channel.epoll.EpollEventLoop
-
- registeredChannelsIterator() - Method in class io.netty.channel.nio.NioEventLoop
-
- registeredChannelsIterator() - Method in class io.netty.channel.SingleThreadEventLoop
-
- registerInternal(Runnable) - Static method in class io.netty.channel.unix.Unix
-
Internal method...
- reject() - Static method in class io.netty.util.concurrent.RejectedExecutionHandlers
-
- reject() - Static method in class io.netty.util.concurrent.SingleThreadEventExecutor
-
- reject(Runnable) - Method in class io.netty.util.concurrent.SingleThreadEventExecutor
-
- rejected(Runnable, SingleThreadEventExecutor) - Method in interface io.netty.util.concurrent.RejectedExecutionHandler
-
- REJECTED_OR_FAILED - Static variable in class io.netty.handler.codec.socksx.v4.Socks4CommandStatus
-
- RejectedExecutionHandler - Interface in io.netty.util.concurrent
-
- RejectedExecutionHandlers - Class in io.netty.util.concurrent
-
- rejectResponse(HttpRequest) - Method in class io.netty.handler.codec.http.HttpServerExpectContinueHandler
-
- release() - Method in class io.netty.buffer.AbstractDerivedByteBuf
-
Deprecated.
- release(int) - Method in class io.netty.buffer.AbstractDerivedByteBuf
-
Deprecated.
- release() - Method in class io.netty.buffer.AbstractReferenceCountedByteBuf
-
- release(int) - Method in class io.netty.buffer.AbstractReferenceCountedByteBuf
-
- release() - Method in class io.netty.buffer.DefaultByteBufHolder
-
- release(int) - Method in class io.netty.buffer.DefaultByteBufHolder
-
- release() - Method in class io.netty.buffer.EmptyByteBuf
-
- release(int) - Method in class io.netty.buffer.EmptyByteBuf
-
- release() - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- release(int) - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- release() - Method in class io.netty.channel.DefaultAddressedEnvelope
-
- release(int) - Method in class io.netty.channel.DefaultAddressedEnvelope
-
- release(Channel) - Method in interface io.netty.channel.pool.ChannelPool
-
- release(Channel, Promise<Void>) - Method in interface io.netty.channel.pool.ChannelPool
-
- release(Channel, Promise<Void>) - Method in class io.netty.channel.pool.FixedChannelPool
-
- release(Channel) - Method in class io.netty.channel.pool.SimpleChannelPool
-
- release(Channel, Promise<Void>) - Method in class io.netty.channel.pool.SimpleChannelPool
-
- release() - Method in class io.netty.channel.unix.IovArray
-
- release() - Method in class io.netty.handler.codec.dns.DefaultDnsRawRecord
-
- release(int) - Method in class io.netty.handler.codec.dns.DefaultDnsRawRecord
-
- release() - Method in class io.netty.handler.codec.haproxy.HAProxyMessage
-
- release(int) - Method in class io.netty.handler.codec.haproxy.HAProxyMessage
-
- 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.http2.DefaultHttp2DataFrame
-
- release(int) - Method in class io.netty.handler.codec.http2.DefaultHttp2DataFrame
-
- 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.DefaultStompFrame
-
- release(int) - Method in class io.netty.handler.codec.stomp.DefaultStompFrame
-
- release() - Method in class io.netty.handler.ssl.PemX509Certificate
-
- release(int) - Method in class io.netty.handler.ssl.PemX509Certificate
-
- release() - Method in class io.netty.handler.ssl.ReferenceCountedOpenSslContext
-
- release(int) - Method in class io.netty.handler.ssl.ReferenceCountedOpenSslContext
-
- release() - Method in class io.netty.handler.ssl.ReferenceCountedOpenSslEngine
-
- release(int) - Method in class io.netty.handler.ssl.ReferenceCountedOpenSslEngine
-
- release() - Method in class io.netty.handler.traffic.GlobalChannelTrafficShapingHandler
-
Release all internal resources of this instance.
- release() - Method in class io.netty.handler.traffic.GlobalTrafficShapingHandler
-
Release all internal resources of this instance.
- release() - Method in class io.netty.util.AbstractReferenceCounted
-
- release(int) - Method in class io.netty.util.AbstractReferenceCounted
-
- release(T) - Method in class io.netty.util.internal.ReferenceCountUpdater
-
- release(T, int) - Method in class io.netty.util.internal.ReferenceCountUpdater
-
- 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
-
- release(Object, int) - Static method in class io.netty.util.ReferenceCountUtil
-
- releaseAndFailAll(ChannelOutboundInvoker, Throwable) - Method in class io.netty.channel.AbstractCoalescingBufferQueue
-
Release all buffers in the queue and complete all listeners and promises.
- releaseAndFailAll(Throwable) - Method in class io.netty.channel.CoalescingBufferQueue
-
Release all buffers in the queue and complete all listeners and promises.
- releaseCurrentMessage() - Method in class io.netty.handler.codec.MessageAggregator
-
- releaseHealthCheck() - Method in class io.netty.channel.pool.SimpleChannelPool
-
Indicates whether this pool will check the health of channels before offering them back into the pool.
- releaseInbound() - Method in class io.netty.channel.embedded.EmbeddedChannel
-
Release all buffered inbound messages and return true
if any were in the inbound buffer, false
otherwise.
- releaseLater(T) - Static method in class io.netty.util.ReferenceCountUtil
-
- releaseLater(T, int) - Static method in class io.netty.util.ReferenceCountUtil
-
- releaseOutbound() - Method in class io.netty.channel.embedded.EmbeddedChannel
-
Release all buffered outbound messages and return true
if any were in the outbound buffer, false
otherwise.
- 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
-
- remoteAddress(SocketAddress) - Method in class io.netty.bootstrap.Bootstrap
-
- remoteAddress(String, int) - Method in class io.netty.bootstrap.Bootstrap
-
- remoteAddress(InetAddress, int) - Method in class io.netty.bootstrap.Bootstrap
-
- remoteAddress() - Method in class io.netty.bootstrap.BootstrapConfig
-
Returns the configured remote address or null
if non is configured yet.
- remoteAddress() - Method in class io.netty.channel.AbstractChannel.AbstractUnsafe
-
- remoteAddress() - Method in class io.netty.channel.AbstractChannel
-
- remoteAddress() - Method in class io.netty.channel.AbstractServerChannel
-
- remoteAddress() - Method in interface io.netty.channel.Channel
-
Returns the remote address where this channel is connected to.
- remoteAddress() - Method in interface io.netty.channel.Channel.Unsafe
-
Return the
SocketAddress
to which is bound remote or
null
if none is bound yet.
- remoteAddress() - Method in class io.netty.channel.epoll.EpollDatagramChannel
-
- remoteAddress() - Method in class io.netty.channel.epoll.EpollDomainDatagramChannel
-
- remoteAddress() - Method in class io.netty.channel.epoll.EpollDomainSocketChannel
-
- remoteAddress() - Method in class io.netty.channel.epoll.EpollServerDomainSocketChannel
-
- remoteAddress() - Method in class io.netty.channel.epoll.EpollServerSocketChannel
-
- remoteAddress() - Method in class io.netty.channel.epoll.EpollSocketChannel
-
- remoteAddress() - Method in class io.netty.channel.kqueue.KQueueDatagramChannel
-
- remoteAddress() - Method in class io.netty.channel.kqueue.KQueueDomainDatagramChannel
-
- remoteAddress() - Method in class io.netty.channel.kqueue.KQueueDomainSocketChannel
-
- remoteAddress() - Method in class io.netty.channel.kqueue.KQueueServerDomainSocketChannel
-
- remoteAddress() - Method in class io.netty.channel.kqueue.KQueueServerSocketChannel
-
- remoteAddress() - Method in class io.netty.channel.kqueue.KQueueSocketChannel
-
- remoteAddress() - Method in class io.netty.channel.local.LocalChannel
-
- remoteAddress() - Method in class io.netty.channel.local.LocalServerChannel
-
- remoteAddress() - Method in class io.netty.channel.rxtx.RxtxChannel
-
Deprecated.
- remoteAddress() - Method in class io.netty.channel.sctp.nio.NioSctpChannel
-
- remoteAddress() - Method in class io.netty.channel.sctp.nio.NioSctpServerChannel
-
- remoteAddress() - Method in class io.netty.channel.sctp.oio.OioSctpChannel
-
Deprecated.
- remoteAddress() - Method in class io.netty.channel.sctp.oio.OioSctpServerChannel
-
Deprecated.
- remoteAddress() - Method in interface io.netty.channel.sctp.SctpChannel
-
Return the (primary) remote address of the SCTP channel.
- remoteAddress() - Method in interface io.netty.channel.socket.DatagramChannel
-
- remoteAddress() - Method in class io.netty.channel.socket.nio.NioDatagramChannel
-
- remoteAddress() - Method in class io.netty.channel.socket.nio.NioServerSocketChannel
-
- remoteAddress() - Method in class io.netty.channel.socket.nio.NioSocketChannel
-
- remoteAddress() - Method in class io.netty.channel.socket.oio.OioDatagramChannel
-
Deprecated.
- remoteAddress() - Method in class io.netty.channel.socket.oio.OioServerSocketChannel
-
Deprecated.
- remoteAddress() - Method in class io.netty.channel.socket.oio.OioSocketChannel
-
Deprecated.
- remoteAddress() - Method in interface io.netty.channel.socket.ServerSocketChannel
-
- remoteAddress() - Method in interface io.netty.channel.socket.SocketChannel
-
- remoteAddress() - Method in class io.netty.channel.udt.nio.NioUdtAcceptorChannel
-
Deprecated.
- remoteAddress() - Method in class io.netty.channel.udt.nio.NioUdtByteConnectorChannel
-
Deprecated.
- remoteAddress() - Method in class io.netty.channel.udt.nio.NioUdtMessageConnectorChannel
-
Deprecated.
- remoteAddress() - Method in interface io.netty.channel.udt.UdtChannel
-
Deprecated.
- remoteAddress() - Method in interface io.netty.channel.unix.DomainDatagramChannel
-
- remoteAddress() - Method in interface io.netty.channel.unix.DomainSocketChannel
-
- remoteAddress() - Method in interface io.netty.channel.unix.ServerDomainSocketChannel
-
- remoteAddress() - Method in class io.netty.channel.unix.Socket
-
- remoteAddress(SocketAddress, SocketAddress) - Method in class io.netty.handler.address.DynamicAddressConnectHandler
-
- remoteAddress() - Method in exception io.netty.resolver.dns.DnsNameResolverException
-
- remoteAddress0() - Method in class io.netty.channel.AbstractChannel
-
- remoteAddress0() - Method in class io.netty.channel.AbstractServerChannel
-
- remoteAddress0() - Method in class io.netty.channel.embedded.EmbeddedChannel
-
- remoteAddress0() - Method in class io.netty.channel.epoll.AbstractEpollServerChannel
-
- remoteAddress0() - Method in class io.netty.channel.epoll.EpollDomainDatagramChannel
-
- remoteAddress0() - Method in class io.netty.channel.epoll.EpollDomainSocketChannel
-
- remoteAddress0() - Method in class io.netty.channel.kqueue.AbstractKQueueServerChannel
-
- remoteAddress0() - Method in class io.netty.channel.kqueue.KQueueDomainDatagramChannel
-
- remoteAddress0() - Method in class io.netty.channel.kqueue.KQueueDomainSocketChannel
-
- remoteAddress0() - Method in class io.netty.channel.local.LocalChannel
-
- remoteAddress0() - Method in class io.netty.channel.rxtx.RxtxChannel
-
Deprecated.
- remoteAddress0() - Method in class io.netty.channel.sctp.nio.NioSctpChannel
-
- remoteAddress0() - Method in class io.netty.channel.sctp.nio.NioSctpServerChannel
-
- remoteAddress0() - Method in class io.netty.channel.sctp.oio.OioSctpChannel
-
Deprecated.
- remoteAddress0() - Method in class io.netty.channel.sctp.oio.OioSctpServerChannel
-
Deprecated.
- remoteAddress0() - Method in class io.netty.channel.socket.nio.NioDatagramChannel
-
- remoteAddress0() - Method in class io.netty.channel.socket.nio.NioDomainSocketChannel
-
- remoteAddress0() - Method in class io.netty.channel.socket.nio.NioServerDomainSocketChannel
-
- remoteAddress0() - Method in class io.netty.channel.socket.nio.NioServerSocketChannel
-
- remoteAddress0() - Method in class io.netty.channel.socket.nio.NioSocketChannel
-
- remoteAddress0() - Method in class io.netty.channel.socket.oio.OioDatagramChannel
-
Deprecated.
- remoteAddress0() - Method in class io.netty.channel.socket.oio.OioServerSocketChannel
-
Deprecated.
- remoteAddress0() - Method in class io.netty.channel.socket.oio.OioSocketChannel
-
Deprecated.
- remoteAddress0() - Method in class io.netty.channel.udt.nio.NioUdtAcceptorChannel
-
Deprecated.
- remoteAddress0() - Method in class io.netty.channel.udt.nio.NioUdtByteConnectorChannel
-
Deprecated.
- remoteAddress0() - Method in class io.netty.channel.udt.nio.NioUdtMessageConnectorChannel
-
Deprecated.
- remoteDomainSocketAddress() - Method in class io.netty.channel.unix.Socket
-
- remoteSettings(Http2Settings) - Method in class io.netty.handler.codec.http2.DecoratingHttp2ConnectionEncoder
-
- remoteSettings(Http2Settings) - Method in class io.netty.handler.codec.http2.DefaultHttp2ConnectionEncoder
-
- remoteSettings(Http2Settings) - Method in interface io.netty.handler.codec.http2.Http2ConnectionEncoder
-
Sets the settings for the remote endpoint of the HTTP/2 connection.
- remoteSettings(Http2Settings) - Method in class io.netty.handler.codec.http2.StreamBufferingEncoder
-
- remoteSideOpen() - Method in enum io.netty.handler.codec.http2.Http2Stream.State
-
- remoteVSockAddress() - Method in class io.netty.channel.epoll.LinuxSocket
-
- remove(ByteBufAllocator, int, ChannelPromise) - Method in class io.netty.channel.AbstractCoalescingBufferQueue
-
Remove a
ByteBuf
from the queue with the specified number of bytes.
- 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
-
- remove(ChannelHandler) - Method in interface io.netty.channel.ChannelPipeline
-
- 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
-
- remove(int, ChannelPromise) - Method in class io.netty.channel.CoalescingBufferQueue
-
Remove a
ByteBuf
from the queue with the specified number of bytes.
- remove(ChannelHandler) - Method in class io.netty.channel.DefaultChannelPipeline
-
- remove(String) - Method in class io.netty.channel.DefaultChannelPipeline
-
- remove(Class<T>) - Method in class io.netty.channel.DefaultChannelPipeline
-
- remove(Object) - Method in class io.netty.channel.group.DefaultChannelGroup
-
- remove() - Method in class io.netty.channel.PendingWriteQueue
-
- remove(K) - Method in class io.netty.channel.pool.AbstractChannelPoolMap
-
- remove() - Method in class io.netty.channel.SingleThreadEventLoop.ChannelsReadOnlyIterator
-
- remove() - Method in class io.netty.handler.codec.DefaultHeaders.HeaderEntry
-
- remove(K) - Method in class io.netty.handler.codec.DefaultHeaders
-
- remove(K) - Method in class io.netty.handler.codec.EmptyHeaders
-
- remove(K) - Method in interface io.netty.handler.codec.Headers
-
Removes all headers with the specified name
.
- remove(String) - Method in class io.netty.handler.codec.http.DefaultHttpHeaders
-
- remove(CharSequence) - Method in class io.netty.handler.codec.http.DefaultHttpHeaders
-
- remove(String) - Method in class io.netty.handler.codec.http.EmptyHttpHeaders
-
- remove(String) - Method in class io.netty.handler.codec.http.HttpHeaders
-
- remove(CharSequence) - Method in class io.netty.handler.codec.http.HttpHeaders
-
Removes the header with the specified name.
- remove(String) - Method in class io.netty.handler.codec.http.ReadOnlyHttpHeaders
-
- remove(CharSequence) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
-
- remove() - Method in interface io.netty.util.Attribute
-
- remove(byte) - Method in class io.netty.util.collection.ByteObjectHashMap
-
- remove(Object) - Method in class io.netty.util.collection.ByteObjectHashMap
-
- remove(byte) - Method in interface io.netty.util.collection.ByteObjectMap
-
Removes the entry with the specified key.
- remove(char) - Method in class io.netty.util.collection.CharObjectHashMap
-
- remove(Object) - Method in class io.netty.util.collection.CharObjectHashMap
-
- remove(char) - Method in interface io.netty.util.collection.CharObjectMap
-
Removes the entry with the specified key.
- remove(int) - Method in class io.netty.util.collection.IntObjectHashMap
-
- remove(Object) - Method in class io.netty.util.collection.IntObjectHashMap
-
- remove(int) - Method in interface io.netty.util.collection.IntObjectMap
-
Removes the entry with the specified key.
- remove(long) - Method in class io.netty.util.collection.LongObjectHashMap
-
- remove(Object) - Method in class io.netty.util.collection.LongObjectHashMap
-
- remove(long) - Method in interface io.netty.util.collection.LongObjectMap
-
Removes the entry with the specified key.
- remove(short) - Method in class io.netty.util.collection.ShortObjectHashMap
-
- remove(Object) - Method in class io.netty.util.collection.ShortObjectHashMap
-
- remove(short) - Method in interface io.netty.util.collection.ShortObjectMap
-
Removes the entry with the specified key.
- remove() - Method in class io.netty.util.concurrent.FastThreadLocal
-
Sets the value to uninitialized for the specified thread local map and returns the old value.
- remove(InternalThreadLocalMap) - Method in class io.netty.util.concurrent.FastThreadLocal
-
Sets the value to uninitialized for the specified thread local map.
- remove(Object) - Method in class io.netty.util.internal.ConcurrentSet
-
Deprecated.
- remove(Object) - Method in class io.netty.util.internal.DefaultPriorityQueue
-
- remove(Object) - Method in class io.netty.util.internal.EmptyPriorityQueue
-
- remove() - Method in class io.netty.util.internal.EmptyPriorityQueue
-
- remove() - Static method in class io.netty.util.internal.InternalThreadLocalMap
-
- remove() - Method in class io.netty.util.internal.ReadOnlyIterator
-
- removeAll() - Static method in class io.netty.util.concurrent.FastThreadLocal
-
- removeAll(Collection<?>) - Method in class io.netty.util.internal.EmptyPriorityQueue
-
- removeAndFail(Throwable) - Method in class io.netty.channel.PendingWriteQueue
-
Remove a pending write operation and fail it with the given
Throwable
.
- removeAndFailAll(Throwable) - Method in class io.netty.channel.PendingWriteQueue
-
Remove all pending write operation and fail them with the given
Throwable
.
- removeAndWrite() - Method in class io.netty.channel.PendingWriteQueue
-
- removeAndWriteAll() - Method in class io.netty.channel.PendingWriteQueue
-
- 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
ByteBuf
s 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
-
- removeDecoder(ChannelHandlerContext) - Method in class io.netty.handler.proxy.Socks4ProxyHandler
-
- removeDecoder(ChannelHandlerContext) - Method in class io.netty.handler.proxy.Socks5ProxyHandler
-
- removeEmptyValue() - Method in class io.netty.channel.AbstractCoalescingBufferQueue
-
- removeEmptyValue() - Method in class io.netty.channel.CoalescingBufferQueue
-
- removeEncoder(ChannelHandlerContext) - Method in class io.netty.handler.proxy.HttpProxyHandler
-
- removeEncoder(ChannelHandlerContext) - Method in class io.netty.handler.proxy.ProxyHandler
-
- removeEncoder(ChannelHandlerContext) - Method in class io.netty.handler.proxy.Socks4ProxyHandler
-
- removeEncoder(ChannelHandlerContext) - Method in class io.netty.handler.proxy.Socks5ProxyHandler
-
- removeFirst(ChannelPromise) - Method in class io.netty.channel.AbstractCoalescingBufferQueue
-
Remove the first
ByteBuf
from the queue.
- removeFirst() - Method in interface io.netty.channel.ChannelPipeline
-
- removeFirst() - Method in class io.netty.channel.DefaultChannelPipeline
-
- removeHeader(HttpMessage, String) - Static method in class io.netty.handler.codec.http.HttpHeaders
-
- removeHeader(HttpMessage, CharSequence) - Static method in class io.netty.handler.codec.http.HttpHeaders
-
- removeHttpDataFromClean(HttpRequest, InterfaceHttpData) - Method in class io.netty.handler.codec.http.multipart.DefaultHttpDataFactory
-
- removeHttpDataFromClean(HttpRequest, InterfaceHttpData) - Method in interface io.netty.handler.codec.http.multipart.HttpDataFactory
-
Remove the given InterfaceHttpData from clean list (will not delete the file, except if the file
is still a temporary one as setup at construction)
- removeHttpDataFromClean(InterfaceHttpData) - Method in class io.netty.handler.codec.http.multipart.HttpPostMultipartRequestDecoder
-
Remove the given FileUpload from the list of FileUploads to clean
- removeHttpDataFromClean(InterfaceHttpData) - Method in class io.netty.handler.codec.http.multipart.HttpPostRequestDecoder
-
- removeHttpDataFromClean(InterfaceHttpData) - Method in class io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder
-
Remove the given FileUpload from the list of FileUploads to clean
- removeHttpDataFromClean(InterfaceHttpData) - Method in interface io.netty.handler.codec.http.multipart.InterfaceHttpPostRequestDecoder
-
Remove the given FileUpload from the list of FileUploads to clean
- removeIfExists(String) - Method in class io.netty.channel.DefaultChannelPipeline
-
- removeIfExists(Class<T>) - Method in class io.netty.channel.DefaultChannelPipeline
-
- removeIfExists(ChannelHandler) - Method in class io.netty.channel.DefaultChannelPipeline
-
- removeInboundHandler() - Method in class io.netty.channel.CombinedChannelDuplexHandler
-
- removeIndexedVariable(int) - Method in class io.netty.util.internal.InternalThreadLocalMap
-
- removeLast() - Method in interface io.netty.channel.ChannelPipeline
-
- removeLast() - Method in class io.netty.channel.DefaultChannelPipeline
-
- removeListener(GenericFutureListener<? extends Future<? super Void>>) - Method in interface io.netty.channel.ChannelFuture
-
- removeListener(GenericFutureListener<? extends Future<? super Void>>) - Method in interface io.netty.channel.ChannelProgressiveFuture
-
- removeListener(GenericFutureListener<? extends Future<? super Void>>) - Method in interface io.netty.channel.ChannelProgressivePromise
-
- removeListener(GenericFutureListener<? extends Future<? super Void>>) - Method in interface io.netty.channel.ChannelPromise
-
- removeListener(GenericFutureListener<? extends Future<? super Void>>) - Method in class io.netty.channel.DefaultChannelProgressivePromise
-
- removeListener(GenericFutureListener<? extends Future<? super Void>>) - Method in class io.netty.channel.DefaultChannelPromise
-
- removeListener(GenericFutureListener<? extends Future<? super Void>>) - Method in class io.netty.channel.DelegatingChannelPromiseNotifier
-
- removeListener(GenericFutureListener<? extends Future<? super Void>>) - Method in interface io.netty.channel.group.ChannelGroupFuture
-
- removeListener(GenericFutureListener<? extends Future<? super Void>>) - Method in class io.netty.channel.VoidChannelPromise
-
- removeListener(Http2Connection.Listener) - Method in class io.netty.handler.codec.http2.DefaultHttp2Connection
-
- removeListener(Http2Connection.Listener) - Method in interface io.netty.handler.codec.http2.Http2Connection
-
Removes a listener of stream life-cycle events.
- removeListener(GenericFutureListener<? extends Future<? super V>>) - Method in class io.netty.util.concurrent.CompleteFuture
-
- removeListener(GenericFutureListener<? extends Future<? super V>>) - Method in class io.netty.util.concurrent.DefaultProgressivePromise
-
- removeListener(GenericFutureListener<? extends Future<? super V>>) - Method in class io.netty.util.concurrent.DefaultPromise
-
- removeListener(GenericFutureListener<? extends Future<? super V>>) - Method in interface io.netty.util.concurrent.Future
-
Removes the first occurrence of the specified listener from this future.
- removeListener(GenericFutureListener<? extends Future<? super V>>) - Method in interface io.netty.util.concurrent.ProgressiveFuture
-
- removeListener(GenericFutureListener<? extends Future<? super V>>) - Method in interface io.netty.util.concurrent.ProgressivePromise
-
- removeListener(GenericFutureListener<? extends Future<? super V>>) - Method in interface io.netty.util.concurrent.Promise
-
- removeListeners(GenericFutureListener<? extends Future<? super Void>>...) - Method in interface io.netty.channel.ChannelFuture
-
- removeListeners(GenericFutureListener<? extends Future<? super Void>>...) - Method in interface io.netty.channel.ChannelProgressiveFuture
-
- removeListeners(GenericFutureListener<? extends Future<? super Void>>...) - Method in interface io.netty.channel.ChannelProgressivePromise
-
- removeListeners(GenericFutureListener<? extends Future<? super Void>>...) - Method in interface io.netty.channel.ChannelPromise
-
- removeListeners(GenericFutureListener<? extends Future<? super Void>>...) - Method in class io.netty.channel.DefaultChannelProgressivePromise
-
- removeListeners(GenericFutureListener<? extends Future<? super Void>>...) - Method in class io.netty.channel.DefaultChannelPromise
-
- removeListeners(GenericFutureListener<? extends Future<? super Void>>...) - Method in class io.netty.channel.DelegatingChannelPromiseNotifier
-
- removeListeners(GenericFutureListener<? extends Future<? super Void>>...) - Method in interface io.netty.channel.group.ChannelGroupFuture
-
- removeListeners(GenericFutureListener<? extends Future<? super Void>>...) - Method in class io.netty.channel.VoidChannelPromise
-
- removeListeners(GenericFutureListener<? extends Future<? super V>>...) - Method in class io.netty.util.concurrent.CompleteFuture
-
- removeListeners(GenericFutureListener<? extends Future<? super V>>...) - Method in class io.netty.util.concurrent.DefaultProgressivePromise
-
- removeListeners(GenericFutureListener<? extends Future<? super V>>...) - Method in class io.netty.util.concurrent.DefaultPromise
-
- removeListeners(GenericFutureListener<? extends Future<? super V>>...) - Method in interface io.netty.util.concurrent.Future
-
Removes the first occurrence for each of the listeners from this future.
- removeListeners(GenericFutureListener<? extends Future<? super V>>...) - Method in interface io.netty.util.concurrent.ProgressiveFuture
-
- removeListeners(GenericFutureListener<? extends Future<? super V>>...) - Method in interface io.netty.util.concurrent.ProgressivePromise
-
- removeListeners(GenericFutureListener<? extends Future<? super V>>...) - Method in interface io.netty.util.concurrent.Promise
-
- removeMessage(Http2Stream, boolean) - Method in class io.netty.handler.codec.http2.InboundHttp2ToHttpAdapter
-
The stream is out of scope for the HTTP message flow and will no longer be tracked
- removeMessage(int) - Method in class io.netty.handler.codec.spdy.SpdyHttpDecoder
-
- removeOutboundHandler() - Method in class io.netty.channel.CombinedChannelDuplexHandler
-
- removeProperty(Http2Connection.PropertyKey) - Method in interface io.netty.handler.codec.http2.Http2Stream
-
Returns and removes application-defined data if any was associated with this stream.
- removeReadOp() - Method in class io.netty.channel.nio.AbstractNioChannel.AbstractNioUnsafe
-
- removeRecord(DnsSection, int) - Method in class io.netty.handler.codec.dns.AbstractDnsMessage
-
- removeRecord(DnsSection, int) - Method in interface io.netty.handler.codec.dns.DnsMessage
-
Removes the record at the specified index
of the specified section
from this DNS message.
- removeShutdownHook(Runnable) - Method in class io.netty.util.concurrent.SingleThreadEventExecutor
-
Remove a previous added
Runnable
as a shutdown hook
- removeTask(Runnable) - Method in class io.netty.util.concurrent.SingleThreadEventExecutor
-
- removeTransferEncodingChunked(HttpMessage) - Static method in class io.netty.handler.codec.http.HttpHeaders
-
- removeTyped(T) - Method in class io.netty.util.internal.DefaultPriorityQueue
-
- removeTyped(T) - Method in class io.netty.util.internal.EmptyPriorityQueue
-
- removeTyped(T) - Method in interface io.netty.util.internal.PriorityQueue
-
- removeValue(int) - Method in class io.netty.handler.codec.spdy.DefaultSpdySettingsFrame
-
- removeValue(int) - Method in interface io.netty.handler.codec.spdy.SpdySettingsFrame
-
Removes the value of the setting ID.
- renameTo(File) - Method in class io.netty.handler.codec.http.multipart.AbstractDiskHttpData
-
- renameTo(File) - Method in class io.netty.handler.codec.http.multipart.AbstractMemoryHttpData
-
- renameTo(File) - Method in interface io.netty.handler.codec.http.multipart.HttpData
-
A convenience getMethod to write an uploaded item to disk.
- renegotiate() - Method in class io.netty.handler.ssl.SslHandler
-
Performs TLS renegotiation.
- renegotiate(Promise<Channel>) - Method in class io.netty.handler.ssl.SslHandler
-
Performs TLS renegotiation.
- reordering() - Method in class io.netty.channel.epoll.EpollTcpInfo
-
- replace(ByteBuf) - Method in interface io.netty.buffer.ByteBufHolder
-
Returns a new
ByteBufHolder
which contains the specified
content
.
- replace(ByteBuf) - Method in class io.netty.buffer.DefaultByteBufHolder
-
Returns a new
ByteBufHolder
which contains the specified
content
.
- replace(ChannelHandler, String, ChannelHandler) - Method in interface io.netty.channel.ChannelPipeline
-
Replaces the specified
ChannelHandler
with a new handler in this pipeline.
- replace(String, String, ChannelHandler) - Method in interface io.netty.channel.ChannelPipeline
-
Replaces the
ChannelHandler
of the specified name with a new handler in this pipeline.
- replace(Class<T>, String, ChannelHandler) - Method in interface io.netty.channel.ChannelPipeline
-
Replaces the
ChannelHandler
of the specified type with a new handler in this pipeline.
- replace(ChannelHandler, String, ChannelHandler) - Method in class io.netty.channel.DefaultChannelPipeline
-
- replace(String, String, ChannelHandler) - Method in class io.netty.channel.DefaultChannelPipeline
-
- replace(Class<T>, String, ChannelHandler) - Method in class io.netty.channel.DefaultChannelPipeline
-
- replace(ByteBuf) - Method in class io.netty.channel.epoll.SegmentedDatagramPacket
-
Deprecated.
- replace(ByteBuf) - Method in class io.netty.channel.sctp.SctpMessage
-
- replace(ByteBuf) - Method in class io.netty.channel.socket.DatagramPacket
-
- replace(ByteBuf) - Method in class io.netty.channel.udt.UdtMessage
-
Deprecated.
- replace(ByteBuf) - Method in class io.netty.channel.unix.DomainDatagramPacket
-
- replace(ByteBuf) - Method in class io.netty.channel.unix.SegmentedDatagramPacket
-
- replace(ByteBuf) - Method in class io.netty.handler.codec.dns.DefaultDnsRawRecord
-
- replace(ByteBuf) - Method in interface io.netty.handler.codec.dns.DnsRawRecord
-
- replace(ByteBuf) - Method in class io.netty.handler.codec.haproxy.HAProxyTLV
-
- replace(ByteBuf) - Method in class io.netty.handler.codec.http.DefaultFullHttpRequest
-
- replace(ByteBuf) - Method in class io.netty.handler.codec.http.DefaultFullHttpResponse
-
- replace(ByteBuf) - Method in class io.netty.handler.codec.http.DefaultHttpContent
-
- replace(ByteBuf) - Method in class io.netty.handler.codec.http.DefaultLastHttpContent
-
- replace(ByteBuf) - Method in interface io.netty.handler.codec.http.FullHttpMessage
-
- replace(ByteBuf) - Method in interface io.netty.handler.codec.http.FullHttpRequest
-
- replace(ByteBuf) - Method in interface io.netty.handler.codec.http.FullHttpResponse
-
- replace(ByteBuf) - Method in interface io.netty.handler.codec.http.HttpContent
-
- replace(ByteBuf) - Method in interface io.netty.handler.codec.http.LastHttpContent
-
- replace(ByteBuf) - Method in interface io.netty.handler.codec.http.multipart.Attribute
-
- replace(ByteBuf) - Method in class io.netty.handler.codec.http.multipart.DiskAttribute
-
- replace(ByteBuf) - Method in class io.netty.handler.codec.http.multipart.DiskFileUpload
-
- replace(ByteBuf) - Method in interface io.netty.handler.codec.http.multipart.FileUpload
-
- replace(ByteBuf) - Method in interface io.netty.handler.codec.http.multipart.HttpData
-
- replace(ByteBuf) - Method in class io.netty.handler.codec.http.multipart.MemoryAttribute
-
- replace(ByteBuf) - Method in class io.netty.handler.codec.http.multipart.MemoryFileUpload
-
- replace(ByteBuf) - Method in class io.netty.handler.codec.http.multipart.MixedAttribute
-
- replace(ByteBuf) - Method in class io.netty.handler.codec.http.multipart.MixedFileUpload
-
- replace(ByteBuf) - Method in class io.netty.handler.codec.http.websocketx.BinaryWebSocketFrame
-
- replace(ByteBuf) - Method in class io.netty.handler.codec.http.websocketx.CloseWebSocketFrame
-
- replace(ByteBuf) - Method in class io.netty.handler.codec.http.websocketx.ContinuationWebSocketFrame
-
- replace(ByteBuf) - Method in class io.netty.handler.codec.http.websocketx.PingWebSocketFrame
-
- replace(ByteBuf) - Method in class io.netty.handler.codec.http.websocketx.PongWebSocketFrame
-
- replace(ByteBuf) - Method in class io.netty.handler.codec.http.websocketx.TextWebSocketFrame
-
- replace(ByteBuf) - Method in class io.netty.handler.codec.http.websocketx.WebSocketFrame
-
- replace(ByteBuf) - Method in class io.netty.handler.codec.http2.DefaultHttp2DataFrame
-
- replace(ByteBuf) - Method in class io.netty.handler.codec.http2.DefaultHttp2GoAwayFrame
-
- replace(ByteBuf) - Method in class io.netty.handler.codec.http2.DefaultHttp2UnknownFrame
-
- replace(ByteBuf) - Method in interface io.netty.handler.codec.http2.Http2DataFrame
-
- replace(ByteBuf) - Method in interface io.netty.handler.codec.http2.Http2GoAwayFrame
-
- replace(ByteBuf) - Method in interface io.netty.handler.codec.http2.Http2UnknownFrame
-
- REPLACE - Static variable in class io.netty.handler.codec.memcache.binary.BinaryMemcacheOpcodes
-
- replace(ByteBuf) - Method in class io.netty.handler.codec.memcache.binary.DefaultFullBinaryMemcacheRequest
-
- replace(ByteBuf) - Method in class io.netty.handler.codec.memcache.binary.DefaultFullBinaryMemcacheResponse
-
- replace(ByteBuf) - Method in interface io.netty.handler.codec.memcache.binary.FullBinaryMemcacheRequest
-
- replace(ByteBuf) - Method in interface io.netty.handler.codec.memcache.binary.FullBinaryMemcacheResponse
-
- replace(ByteBuf) - Method in class io.netty.handler.codec.memcache.DefaultLastMemcacheContent
-
- replace(ByteBuf) - Method in class io.netty.handler.codec.memcache.DefaultMemcacheContent
-
- replace(ByteBuf) - Method in interface io.netty.handler.codec.memcache.FullMemcacheMessage
-
- replace(ByteBuf) - Method in interface io.netty.handler.codec.memcache.LastMemcacheContent
-
- replace(ByteBuf) - Method in interface io.netty.handler.codec.memcache.MemcacheContent
-
- replace(ByteBuf) - Method in class io.netty.handler.codec.mqtt.MqttPublishMessage
-
- replace(ByteBuf) - Method in interface io.netty.handler.codec.redis.BulkStringRedisContent
-
- replace(ByteBuf) - Method in class io.netty.handler.codec.redis.DefaultBulkStringRedisContent
-
- replace(ByteBuf) - Method in class io.netty.handler.codec.redis.DefaultLastBulkStringRedisContent
-
- replace(ByteBuf) - Method in class io.netty.handler.codec.redis.FullBulkStringRedisMessage
-
- replace(ByteBuf) - Method in interface io.netty.handler.codec.redis.LastBulkStringRedisContent
-
- replace(ByteBuf) - Method in class io.netty.handler.codec.smtp.DefaultLastSmtpContent
-
- replace(ByteBuf) - Method in class io.netty.handler.codec.smtp.DefaultSmtpContent
-
- replace(ByteBuf) - Method in interface io.netty.handler.codec.smtp.LastSmtpContent
-
- replace(ByteBuf) - Method in interface io.netty.handler.codec.smtp.SmtpContent
-
- replace(ByteBuf) - Method in class io.netty.handler.codec.spdy.DefaultSpdyDataFrame
-
- replace(ByteBuf) - Method in class io.netty.handler.codec.spdy.DefaultSpdyUnknownFrame
-
- replace(ByteBuf) - Method in interface io.netty.handler.codec.spdy.SpdyDataFrame
-
- replace(ByteBuf) - Method in interface io.netty.handler.codec.spdy.SpdyUnknownFrame
-
- replace(ByteBuf) - Method in class io.netty.handler.codec.stomp.DefaultLastStompContentSubframe
-
- replace(ByteBuf) - Method in class io.netty.handler.codec.stomp.DefaultStompContentSubframe
-
- replace(ByteBuf) - Method in class io.netty.handler.codec.stomp.DefaultStompFrame
-
- replace(ByteBuf) - Method in interface io.netty.handler.codec.stomp.LastStompContentSubframe
-
- replace(ByteBuf) - Method in interface io.netty.handler.codec.stomp.StompContentSubframe
-
- replace(ByteBuf) - Method in interface io.netty.handler.codec.stomp.StompFrame
-
- replace(ByteBuf) - Method in class io.netty.handler.ssl.PemPrivateKey
-
- replace(ByteBuf) - Method in class io.netty.handler.ssl.PemX509Certificate
-
- replace(char, char) - Method in class io.netty.util.AsciiString
-
Copies this string replacing occurrences of the specified character with another character.
- replaceHandler(ChannelHandlerContext, String, SslContext) - Method in class io.netty.handler.ssl.SniHandler
-
The default implementation of this method will simply replace
this
SniHandler
instance with a
SslHandler
.
- REPLACEQ - Static variable in class io.netty.handler.codec.memcache.binary.BinaryMemcacheOpcodes
-
- 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.
- reportInstancesLeak(String) - Method in class io.netty.util.ResourceLeakDetector
-
- reportTracedLeak(String, String) - Method in class io.netty.util.ResourceLeakDetector
-
This method is called when a traced leak is detected.
- reportUntracedLeak(String) - Method in class io.netty.util.ResourceLeakDetector
-
This method is called when an untraced leak is detected.
- repositoryStatus() - Method in class io.netty.util.Version
-
- request() - Method in exception io.netty.handler.codec.http.websocketx.WebSocketServerHandshakeException
-
Returns a
request
if exception occurs during request validation otherwise
null
.
- 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
- requestHeaders() - Method in class io.netty.handler.codec.http.websocketx.WebSocketServerProtocolHandler.HandshakeComplete
-
- requestType() - Method in class io.netty.handler.codec.socks.SocksRequest
-
Returns socks request type
- requestUri() - Method in class io.netty.handler.codec.http.websocketx.WebSocketServerProtocolHandler.HandshakeComplete
-
- REQUIRE - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderNames
-
"require"
- REQUIRE - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Names
-
Deprecated.
"Require"
- requiredUpgradeHeaders() - Method in interface io.netty.handler.codec.http.HttpServerUpgradeHandler.UpgradeCodec
-
Gets all protocol-specific headers required by this protocol for a successful upgrade.
- requiredUpgradeHeaders() - Method in class io.netty.handler.codec.http2.Http2ServerUpgradeCodec
-
- reserveAndWriteUtf8(ByteBuf, CharSequence, int) - Static method in class io.netty.buffer.ByteBufUtil
-
- reserveAndWriteUtf8(ByteBuf, CharSequence, int, int, int) - Static method in class io.netty.buffer.ByteBufUtil
-
- 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.buffer.search.AhoCorasicSearchProcessorFactory.Processor
-
- reset() - Method in class io.netty.buffer.search.BitapSearchProcessorFactory.Processor
-
- reset() - Method in class io.netty.buffer.search.KmpSearchProcessorFactory.Processor
-
- reset() - Method in interface io.netty.buffer.search.SearchProcessor
-
Resets the state of SearchProcessor.
- reset(ChannelConfig) - Method in class io.netty.channel.DefaultMaxMessagesRecvByteBufAllocator.MaxMessageHandle
-
- reset(ChannelConfig) - Method in class io.netty.channel.RecvByteBufAllocator.DelegatingHandle
-
- reset(ChannelConfig) - Method in interface io.netty.channel.RecvByteBufAllocator.Handle
-
Deprecated.
Reset any counters that have accumulated and recommend how many messages/bytes should be read for the next
read loop.
- reset() - Method in class io.netty.handler.codec.compression.Lz4XXHash32
-
- reset() - Method in class io.netty.handler.codec.compression.Snappy
-
- reset() - Method in class io.netty.handler.codec.DateFormatter
-
- reset() - Method in class io.netty.handler.codec.http.HttpObjectDecoder
-
Resets the state of the decoder so that it is ready to decode a new message.
- reset() - Method in class io.netty.handler.codec.serialization.ObjectDecoderInputStream
-
Deprecated.
- reset() - Method in class io.netty.util.internal.AppendableCharSequence
-
- RESET_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
-
Deprecated.
- resetReadTimeout() - Method in class io.netty.handler.timeout.IdleStateHandler
-
Reset the read timeout.
- resetRefCnt() - Method in class io.netty.buffer.AbstractReferenceCountedByteBuf
-
An unsafe operation intended for use by a subclass that resets the reference count of the buffer to 1
- resetRefCnt(T) - Method in class io.netty.util.internal.ReferenceCountUpdater
-
Resets the reference count to 1
- resetSent() - Method in interface io.netty.handler.codec.http2.Http2Stream
-
Sets the flag indicating that a RST_STREAM
frame has been sent from the local endpoint
for this stream.
- resetStream(ChannelHandlerContext, int, long, ChannelPromise) - Method in class io.netty.handler.codec.http2.Http2ConnectionHandler
-
- resetStream(ChannelHandlerContext, int, long, ChannelPromise) - Method in interface io.netty.handler.codec.http2.Http2LifecycleManager
-
Ensure the stream identified by streamId
is reset.
- resetWriterIndex() - Method in class io.netty.buffer.AbstractByteBuf
-
- resetWriterIndex() - Method in class io.netty.buffer.ByteBuf
-
Repositions the current writerIndex
to the marked
writerIndex
in this buffer.
- resetWriterIndex() - Method in class io.netty.buffer.CompositeByteBuf
-
- resetWriterIndex() - Method in class io.netty.buffer.EmptyByteBuf
-
- resetWriterIndex() - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- resetWriteTimeout() - Method in class io.netty.handler.timeout.IdleStateHandler
-
Reset the write timeout.
- resolve(String) - Method in interface io.netty.handler.codec.serialization.ClassResolver
-
Deprecated.
- resolve(SocketAddress) - Method in class io.netty.resolver.AbstractAddressResolver
-
- resolve(SocketAddress, Promise<T>) - Method in class io.netty.resolver.AbstractAddressResolver
-
- resolve(SocketAddress) - Method in interface io.netty.resolver.AddressResolver
-
Resolves the specified address.
- resolve(SocketAddress, Promise<T>) - Method in interface io.netty.resolver.AddressResolver
-
Resolves the specified address.
- resolve(String, Iterable<DnsRecord>) - Method in class io.netty.resolver.dns.DnsNameResolver
-
Resolves the specified name into an address.
- resolve(String, Iterable<DnsRecord>, Promise<InetAddress>) - Method in class io.netty.resolver.dns.DnsNameResolver
-
Resolves the specified name into an address.
- resolve(String) - Method in interface io.netty.resolver.NameResolver
-
Resolves the specified name into an address.
- resolve(String, Promise<T>) - Method in interface io.netty.resolver.NameResolver
-
Resolves the specified name into an address.
- resolve(String) - Method in class io.netty.resolver.SimpleNameResolver
-
- resolve(String, Promise<T>) - Method in class io.netty.resolver.SimpleNameResolver
-
- ResolveAddressHandler - Class in io.netty.handler.address
-
- ResolveAddressHandler(AddressResolverGroup<? extends SocketAddress>) - Constructor for class io.netty.handler.address.ResolveAddressHandler
-
- resolveAll(SocketAddress) - Method in class io.netty.resolver.AbstractAddressResolver
-
- resolveAll(SocketAddress, Promise<List<T>>) - Method in class io.netty.resolver.AbstractAddressResolver
-
- resolveAll(SocketAddress) - Method in interface io.netty.resolver.AddressResolver
-
Resolves the specified address.
- resolveAll(SocketAddress, Promise<List<T>>) - Method in interface io.netty.resolver.AddressResolver
-
Resolves the specified address.
- resolveAll(String, Iterable<DnsRecord>) - Method in class io.netty.resolver.dns.DnsNameResolver
-
Resolves the specified host name and port into a list of address.
- resolveAll(String, Iterable<DnsRecord>, Promise<List<InetAddress>>) - Method in class io.netty.resolver.dns.DnsNameResolver
-
Resolves the specified host name and port into a list of address.
- resolveAll(DnsQuestion) - Method in class io.netty.resolver.dns.DnsNameResolver
-
- resolveAll(DnsQuestion, Iterable<DnsRecord>) - Method in class io.netty.resolver.dns.DnsNameResolver
-
- resolveAll(DnsQuestion, Iterable<DnsRecord>, Promise<List<DnsRecord>>) - Method in class io.netty.resolver.dns.DnsNameResolver
-
- resolveAll(String) - Method in interface io.netty.resolver.NameResolver
-
Resolves the specified host name and port into a list of address.
- resolveAll(String, Promise<List<T>>) - Method in interface io.netty.resolver.NameResolver
-
Resolves the specified host name and port into a list of address.
- resolveAll(String) - Method in class io.netty.resolver.SimpleNameResolver
-
- resolveAll(String, Promise<List<T>>) - Method in class io.netty.resolver.SimpleNameResolver
-
- resolveCache() - Method in class io.netty.resolver.dns.DnsNameResolver
-
Returns the resolution cache.
- resolveCache(DnsCache) - Method in class io.netty.resolver.dns.DnsNameResolverBuilder
-
Sets the cache for resolution results.
- resolvedAddressTypes() - Method in class io.netty.resolver.dns.DnsNameResolver
-
- resolvedAddressTypes(ResolvedAddressTypes) - Method in class io.netty.resolver.dns.DnsNameResolverBuilder
-
Sets the list of the protocol families of the address resolved.
- ResolvedAddressTypes - Enum in io.netty.resolver
-
Defined resolved address types.
- resolver(AddressResolverGroup<?>) - Method in class io.netty.bootstrap.Bootstrap
-
Sets the
NameResolver
which will resolve the address of the unresolved named address.
- resolver() - Method in class io.netty.bootstrap.BootstrapConfig
-
- 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(Class<?>, int) - Constructor for class io.netty.util.ResourceLeakDetector
-
- ResourceLeakDetector(String, int, long) - Constructor for class io.netty.util.ResourceLeakDetector
-
- ResourceLeakDetector.LeakListener - Interface in io.netty.util
-
- ResourceLeakDetector.Level - Enum in io.netty.util
-
Represents the level of resource leak detection.
- ResourceLeakDetectorFactory - Class in io.netty.util
-
- ResourceLeakDetectorFactory() - Constructor for class io.netty.util.ResourceLeakDetectorFactory
-
- ResourceLeakException - Exception in io.netty.util
-
- ResourceLeakException() - Constructor for exception io.netty.util.ResourceLeakException
-
Deprecated.
- ResourceLeakException(String) - Constructor for exception io.netty.util.ResourceLeakException
-
Deprecated.
- ResourceLeakException(String, Throwable) - Constructor for exception io.netty.util.ResourceLeakException
-
Deprecated.
- ResourceLeakException(Throwable) - Constructor for exception io.netty.util.ResourceLeakException
-
Deprecated.
- ResourceLeakHint - Interface in io.netty.util
-
A hint object that provides human-readable message for easier resource leak tracking.
- ResourceLeakTracker<T> - Interface in io.netty.util
-
- ResourcesUtil - Class in io.netty.util.internal
-
A utility class that provides various common operations and constants
related to loading resources
- respectMaybeMoreData(boolean) - Method in class io.netty.channel.AdaptiveRecvByteBufAllocator
-
- respectMaybeMoreData(boolean) - Method in class io.netty.channel.DefaultMaxMessagesRecvByteBufAllocator
-
- respectMaybeMoreData() - Method in class io.netty.channel.DefaultMaxMessagesRecvByteBufAllocator
-
- respectMaybeMoreData(boolean) - Method in class io.netty.channel.FixedRecvByteBufAllocator
-
- response() - Method in exception io.netty.handler.codec.http.websocketx.WebSocketClientHandshakeException
-
Returns a
response
if exception occurs during response validation otherwise
null
.
- response() - Method in class io.netty.handler.ssl.ocsp.OcspValidationEvent
-
- RESPONSE_MAGIC_BYTE - Static variable in class io.netty.handler.codec.memcache.binary.DefaultBinaryMemcacheResponse
-
Default magic byte for a request.
- responseInformation(String) - Method in class io.netty.handler.codec.mqtt.MqttMessageBuilders.ConnAckPropertiesBuilder
-
- responseType() - Method in class io.netty.handler.codec.socks.SocksResponse
-
Returns socks response type
- Result(String, EmbeddedChannel) - Constructor for class io.netty.handler.codec.http.HttpContentEncoder.Result
-
- ResumableX509ExtendedTrustManager - Interface in io.netty.handler.ssl
-
An interface that TrustManager
instances can implement, to be notified of resumed SSL sessions.
- resume() - Method in class io.netty.handler.pcap.PcapWriteHandler
-
- resumeClientTrusted(X509Certificate[], SSLEngine) - Method in interface io.netty.handler.ssl.ResumableX509ExtendedTrustManager
-
Given the partial or complete certificate chain recovered from the session ticket,
and the
SSLEngine
being used, restore the application state of the associated
SSL session.
- resumeServerTrusted(X509Certificate[], SSLEngine) - Method in interface io.netty.handler.ssl.ResumableX509ExtendedTrustManager
-
Given the partial or complete certificate chain recovered of the peer, and the
SSLEngine
being used, restore the application state of the associated SSL session.
- resumeTransfer() - Method in class io.netty.handler.stream.ChunkedWriteHandler
-
Continues to fetch the chunks from the input.
- retain() - Method in class io.netty.buffer.AbstractDerivedByteBuf
-
Deprecated.
- retain(int) - Method in class io.netty.buffer.AbstractDerivedByteBuf
-
Deprecated.
- retain() - Method in class io.netty.buffer.AbstractReferenceCountedByteBuf
-
- retain(int) - Method in class io.netty.buffer.AbstractReferenceCountedByteBuf
-
- retain(int) - Method in class io.netty.buffer.ByteBuf
-
- retain() - Method in class io.netty.buffer.ByteBuf
-
- retain() - Method in interface io.netty.buffer.ByteBufHolder
-
- retain(int) - Method in interface io.netty.buffer.ByteBufHolder
-
- retain(int) - Method in class io.netty.buffer.CompositeByteBuf
-
- retain() - Method in class io.netty.buffer.CompositeByteBuf
-
- retain() - Method in class io.netty.buffer.DefaultByteBufHolder
-
- retain(int) - Method in class io.netty.buffer.DefaultByteBufHolder
-
- retain() - Method in class io.netty.buffer.EmptyByteBuf
-
- retain(int) - Method in class io.netty.buffer.EmptyByteBuf
-
- retain() - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- retain(int) - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- retain() - 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 class io.netty.channel.epoll.SegmentedDatagramPacket
-
Deprecated.
- retain(int) - Method in class io.netty.channel.epoll.SegmentedDatagramPacket
-
Deprecated.
- 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
-
Deprecated.
- retain(int) - Method in class io.netty.channel.udt.UdtMessage
-
Deprecated.
- retain() - Method in class io.netty.channel.unix.DomainDatagramPacket
-
- retain(int) - Method in class io.netty.channel.unix.DomainDatagramPacket
-
- retain() - Method in class io.netty.channel.unix.SegmentedDatagramPacket
-
- retain(int) - Method in class io.netty.channel.unix.SegmentedDatagramPacket
-
- retain() - Method in class io.netty.handler.codec.dns.AbstractDnsMessage
-
- retain(int) - Method in class io.netty.handler.codec.dns.AbstractDnsMessage
-
- retain() - Method in class io.netty.handler.codec.dns.DatagramDnsQuery
-
- retain(int) - Method in class io.netty.handler.codec.dns.DatagramDnsQuery
-
- retain() - Method in class io.netty.handler.codec.dns.DatagramDnsResponse
-
- retain(int) - Method in class io.netty.handler.codec.dns.DatagramDnsResponse
-
- retain() - Method in class io.netty.handler.codec.dns.DefaultDnsQuery
-
- retain(int) - Method in class io.netty.handler.codec.dns.DefaultDnsQuery
-
- retain() - Method in class io.netty.handler.codec.dns.DefaultDnsRawRecord
-
- retain(int) - Method in class io.netty.handler.codec.dns.DefaultDnsRawRecord
-
- retain() - Method in class io.netty.handler.codec.dns.DefaultDnsResponse
-
- retain(int) - Method in class io.netty.handler.codec.dns.DefaultDnsResponse
-
- retain() - Method in interface io.netty.handler.codec.dns.DnsMessage
-
- retain(int) - Method in interface io.netty.handler.codec.dns.DnsMessage
-
- retain() - Method in interface io.netty.handler.codec.dns.DnsQuery
-
- retain(int) - Method in interface io.netty.handler.codec.dns.DnsQuery
-
- retain() - Method in interface io.netty.handler.codec.dns.DnsRawRecord
-
- retain(int) - Method in interface io.netty.handler.codec.dns.DnsRawRecord
-
- retain() - Method in interface io.netty.handler.codec.dns.DnsResponse
-
- retain(int) - Method in interface io.netty.handler.codec.dns.DnsResponse
-
- retain() - Method in class io.netty.handler.codec.haproxy.HAProxyMessage
-
- retain(int) - Method in class io.netty.handler.codec.haproxy.HAProxyMessage
-
- retain() - Method in class io.netty.handler.codec.haproxy.HAProxyTLV
-
- retain(int) - Method in class io.netty.handler.codec.haproxy.HAProxyTLV
-
- 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.http2.DefaultHttp2DataFrame
-
- retain(int) - Method in class io.netty.handler.codec.http2.DefaultHttp2DataFrame
-
- retain() - Method in class io.netty.handler.codec.http2.DefaultHttp2GoAwayFrame
-
- retain(int) - Method in class io.netty.handler.codec.http2.DefaultHttp2GoAwayFrame
-
- retain() - Method in class io.netty.handler.codec.http2.DefaultHttp2UnknownFrame
-
- retain(int) - Method in class io.netty.handler.codec.http2.DefaultHttp2UnknownFrame
-
- retain() - Method in interface io.netty.handler.codec.http2.Http2DataFrame
-
- retain(int) - Method in interface io.netty.handler.codec.http2.Http2DataFrame
-
- retain() - Method in interface io.netty.handler.codec.http2.Http2GoAwayFrame
-
- retain(int) - Method in interface io.netty.handler.codec.http2.Http2GoAwayFrame
-
- retain() - Method in interface io.netty.handler.codec.http2.Http2UnknownFrame
-
- retain(int) - Method in interface io.netty.handler.codec.http2.Http2UnknownFrame
-
- retain() - Method in class io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage
-
- retain(int) - Method in class io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage
-
- retain() - Method in interface io.netty.handler.codec.memcache.binary.BinaryMemcacheMessage
-
Increases the reference count by 1
.
- retain(int) - Method in interface io.netty.handler.codec.memcache.binary.BinaryMemcacheMessage
-
Increases the reference count by the specified increment
.
- retain() - Method in interface io.netty.handler.codec.memcache.binary.BinaryMemcacheRequest
-
- retain(int) - Method in interface io.netty.handler.codec.memcache.binary.BinaryMemcacheRequest
-
- retain() - Method in interface io.netty.handler.codec.memcache.binary.BinaryMemcacheResponse
-
- retain(int) - Method in interface io.netty.handler.codec.memcache.binary.BinaryMemcacheResponse
-
- retain() - Method in class io.netty.handler.codec.memcache.binary.DefaultBinaryMemcacheRequest
-
- retain(int) - Method in class io.netty.handler.codec.memcache.binary.DefaultBinaryMemcacheRequest
-
- retain() - Method in class io.netty.handler.codec.memcache.binary.DefaultBinaryMemcacheResponse
-
- retain(int) - Method in class io.netty.handler.codec.memcache.binary.DefaultBinaryMemcacheResponse
-
- retain() - Method in class io.netty.handler.codec.memcache.binary.DefaultFullBinaryMemcacheRequest
-
- retain(int) - Method in class io.netty.handler.codec.memcache.binary.DefaultFullBinaryMemcacheRequest
-
- retain() - Method in class io.netty.handler.codec.memcache.binary.DefaultFullBinaryMemcacheResponse
-
- retain(int) - Method in class io.netty.handler.codec.memcache.binary.DefaultFullBinaryMemcacheResponse
-
- retain(int) - Method in interface io.netty.handler.codec.memcache.binary.FullBinaryMemcacheRequest
-
- retain() - Method in interface io.netty.handler.codec.memcache.binary.FullBinaryMemcacheRequest
-
- retain(int) - Method in interface io.netty.handler.codec.memcache.binary.FullBinaryMemcacheResponse
-
- retain() - Method in interface io.netty.handler.codec.memcache.binary.FullBinaryMemcacheResponse
-
- retain() - Method in class io.netty.handler.codec.memcache.DefaultLastMemcacheContent
-
- retain(int) - Method in class io.netty.handler.codec.memcache.DefaultLastMemcacheContent
-
- retain() - Method in class io.netty.handler.codec.memcache.DefaultMemcacheContent
-
- retain(int) - Method in class io.netty.handler.codec.memcache.DefaultMemcacheContent
-
- retain(int) - Method in interface io.netty.handler.codec.memcache.FullMemcacheMessage
-
- retain() - Method in interface io.netty.handler.codec.memcache.FullMemcacheMessage
-
- retain(int) - Method in interface io.netty.handler.codec.memcache.LastMemcacheContent
-
- retain() - Method in interface io.netty.handler.codec.memcache.LastMemcacheContent
-
- retain() - Method in interface io.netty.handler.codec.memcache.MemcacheContent
-
- retain(int) - Method in interface io.netty.handler.codec.memcache.MemcacheContent
-
- retain() - Method in interface io.netty.handler.codec.memcache.MemcacheMessage
-
Increases the reference count by 1
.
- retain(int) - Method in interface io.netty.handler.codec.memcache.MemcacheMessage
-
Increases the reference count by the specified increment
.
- retain() - Method in class io.netty.handler.codec.mqtt.MqttPublishMessage
-
- retain(int) - Method in class io.netty.handler.codec.mqtt.MqttPublishMessage
-
- retain() - Method in interface io.netty.handler.codec.redis.BulkStringRedisContent
-
- retain(int) - Method in interface io.netty.handler.codec.redis.BulkStringRedisContent
-
- retain() - Method in class io.netty.handler.codec.redis.DefaultBulkStringRedisContent
-
- retain(int) - Method in class io.netty.handler.codec.redis.DefaultBulkStringRedisContent
-
- retain() - Method in class io.netty.handler.codec.redis.DefaultLastBulkStringRedisContent
-
- retain(int) - Method in class io.netty.handler.codec.redis.DefaultLastBulkStringRedisContent
-
- retain() - Method in class io.netty.handler.codec.redis.FullBulkStringRedisMessage
-
- retain(int) - Method in class io.netty.handler.codec.redis.FullBulkStringRedisMessage
-
- retain() - Method in interface io.netty.handler.codec.redis.LastBulkStringRedisContent
-
- retain(int) - Method in interface io.netty.handler.codec.redis.LastBulkStringRedisContent
-
- retain() - Method in class io.netty.handler.codec.smtp.DefaultLastSmtpContent
-
- retain(int) - Method in class io.netty.handler.codec.smtp.DefaultLastSmtpContent
-
- retain() - Method in class io.netty.handler.codec.smtp.DefaultSmtpContent
-
- retain(int) - Method in class io.netty.handler.codec.smtp.DefaultSmtpContent
-
- retain() - Method in interface io.netty.handler.codec.smtp.LastSmtpContent
-
- retain(int) - Method in interface io.netty.handler.codec.smtp.LastSmtpContent
-
- retain() - Method in interface io.netty.handler.codec.smtp.SmtpContent
-
- retain(int) - Method in interface io.netty.handler.codec.smtp.SmtpContent
-
- retain() - Method in class io.netty.handler.codec.spdy.DefaultSpdyDataFrame
-
- retain(int) - Method in class io.netty.handler.codec.spdy.DefaultSpdyDataFrame
-
- retain() - Method in class io.netty.handler.codec.spdy.DefaultSpdyUnknownFrame
-
- retain(int) - Method in class io.netty.handler.codec.spdy.DefaultSpdyUnknownFrame
-
- retain() - Method in interface io.netty.handler.codec.spdy.SpdyDataFrame
-
- retain(int) - Method in interface io.netty.handler.codec.spdy.SpdyDataFrame
-
- retain() - Method in interface io.netty.handler.codec.spdy.SpdyUnknownFrame
-
- retain(int) - Method in interface io.netty.handler.codec.spdy.SpdyUnknownFrame
-
- 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.handler.ssl.PemPrivateKey
-
- retain(int) - Method in class io.netty.handler.ssl.PemPrivateKey
-
- retain() - Method in class io.netty.handler.ssl.PemX509Certificate
-
- retain(int) - Method in class io.netty.handler.ssl.PemX509Certificate
-
- retain() - Method in class io.netty.handler.ssl.ReferenceCountedOpenSslContext
-
- retain(int) - Method in class io.netty.handler.ssl.ReferenceCountedOpenSslContext
-
- retain() - Method in class io.netty.handler.ssl.ReferenceCountedOpenSslEngine
-
- retain(int) - Method in class io.netty.handler.ssl.ReferenceCountedOpenSslEngine
-
- retain() - Method in class io.netty.util.AbstractReferenceCounted
-
- retain(int) - Method in class io.netty.util.AbstractReferenceCounted
-
- retain(T) - Method in class io.netty.util.internal.ReferenceCountUpdater
-
- retain(T, int) - Method in class io.netty.util.internal.ReferenceCountUpdater
-
- 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
-
- retain(T, int) - Static method in class io.netty.util.ReferenceCountUtil
-
- retainAll(Collection<?>) - Method in class io.netty.util.internal.EmptyPriorityQueue
-
- retainAvailable(boolean) - Method in class io.netty.handler.codec.mqtt.MqttMessageBuilders.ConnAckPropertiesBuilder
-
- retained(boolean) - Method in class io.netty.handler.codec.mqtt.MqttMessageBuilders.PublishBuilder
-
- retainedDuplicate() - Method in class io.netty.buffer.AbstractByteBuf
-
- retainedDuplicate() - Method in class io.netty.buffer.ByteBuf
-
Returns a retained buffer which shares the whole region of this buffer.
- retainedDuplicate() - Method in interface io.netty.buffer.ByteBufHolder
-
- retainedDuplicate() - Method in class io.netty.buffer.DefaultByteBufHolder
-
- retainedDuplicate() - Method in class io.netty.buffer.EmptyByteBuf
-
- retainedDuplicate() - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- retainedDuplicate() - Method in class io.netty.channel.epoll.SegmentedDatagramPacket
-
Deprecated.
- retainedDuplicate() - Method in class io.netty.channel.sctp.SctpMessage
-
- retainedDuplicate() - Method in class io.netty.channel.socket.DatagramPacket
-
- retainedDuplicate() - Method in class io.netty.channel.udt.UdtMessage
-
Deprecated.
- retainedDuplicate() - Method in class io.netty.channel.unix.DomainDatagramPacket
-
- retainedDuplicate() - Method in class io.netty.channel.unix.SegmentedDatagramPacket
-
- retainedDuplicate() - Method in class io.netty.handler.codec.dns.DefaultDnsRawRecord
-
- retainedDuplicate() - Method in interface io.netty.handler.codec.dns.DnsRawRecord
-
- retainedDuplicate() - Method in class io.netty.handler.codec.haproxy.HAProxyTLV
-
- retainedDuplicate() - Method in class io.netty.handler.codec.http.DefaultFullHttpRequest
-
- retainedDuplicate() - Method in class io.netty.handler.codec.http.DefaultFullHttpResponse
-
- retainedDuplicate() - Method in class io.netty.handler.codec.http.DefaultHttpContent
-
- retainedDuplicate() - Method in class io.netty.handler.codec.http.DefaultLastHttpContent
-
- retainedDuplicate() - Method in interface io.netty.handler.codec.http.FullHttpMessage
-
- retainedDuplicate() - Method in interface io.netty.handler.codec.http.FullHttpRequest
-
- retainedDuplicate() - Method in interface io.netty.handler.codec.http.FullHttpResponse
-
- retainedDuplicate() - Method in interface io.netty.handler.codec.http.HttpContent
-
- retainedDuplicate() - Method in interface io.netty.handler.codec.http.LastHttpContent
-
- retainedDuplicate() - Method in interface io.netty.handler.codec.http.multipart.Attribute
-
- retainedDuplicate() - Method in class io.netty.handler.codec.http.multipart.DiskAttribute
-
- retainedDuplicate() - Method in class io.netty.handler.codec.http.multipart.DiskFileUpload
-
- retainedDuplicate() - Method in interface io.netty.handler.codec.http.multipart.FileUpload
-
- retainedDuplicate() - Method in interface io.netty.handler.codec.http.multipart.HttpData
-
- retainedDuplicate() - Method in class io.netty.handler.codec.http.multipart.MemoryAttribute
-
- retainedDuplicate() - Method in class io.netty.handler.codec.http.multipart.MemoryFileUpload
-
- retainedDuplicate() - Method in class io.netty.handler.codec.http.multipart.MixedAttribute
-
- retainedDuplicate() - Method in class io.netty.handler.codec.http.multipart.MixedFileUpload
-
- retainedDuplicate() - Method in class io.netty.handler.codec.http.websocketx.BinaryWebSocketFrame
-
- retainedDuplicate() - Method in class io.netty.handler.codec.http.websocketx.CloseWebSocketFrame
-
- retainedDuplicate() - Method in class io.netty.handler.codec.http.websocketx.ContinuationWebSocketFrame
-
- retainedDuplicate() - Method in class io.netty.handler.codec.http.websocketx.PingWebSocketFrame
-
- retainedDuplicate() - Method in class io.netty.handler.codec.http.websocketx.PongWebSocketFrame
-
- retainedDuplicate() - Method in class io.netty.handler.codec.http.websocketx.TextWebSocketFrame
-
- retainedDuplicate() - Method in class io.netty.handler.codec.http.websocketx.WebSocketFrame
-
- retainedDuplicate() - Method in class io.netty.handler.codec.http2.DefaultHttp2DataFrame
-
- retainedDuplicate() - Method in class io.netty.handler.codec.http2.DefaultHttp2GoAwayFrame
-
- retainedDuplicate() - Method in class io.netty.handler.codec.http2.DefaultHttp2UnknownFrame
-
- retainedDuplicate() - Method in interface io.netty.handler.codec.http2.Http2DataFrame
-
- retainedDuplicate() - Method in interface io.netty.handler.codec.http2.Http2GoAwayFrame
-
- retainedDuplicate() - Method in interface io.netty.handler.codec.http2.Http2UnknownFrame
-
- retainedDuplicate() - Method in class io.netty.handler.codec.memcache.binary.DefaultFullBinaryMemcacheRequest
-
- retainedDuplicate() - Method in class io.netty.handler.codec.memcache.binary.DefaultFullBinaryMemcacheResponse
-
- retainedDuplicate() - Method in interface io.netty.handler.codec.memcache.binary.FullBinaryMemcacheRequest
-
- retainedDuplicate() - Method in interface io.netty.handler.codec.memcache.binary.FullBinaryMemcacheResponse
-
- retainedDuplicate() - Method in class io.netty.handler.codec.memcache.DefaultLastMemcacheContent
-
- retainedDuplicate() - Method in class io.netty.handler.codec.memcache.DefaultMemcacheContent
-
- retainedDuplicate() - Method in interface io.netty.handler.codec.memcache.FullMemcacheMessage
-
- retainedDuplicate() - Method in interface io.netty.handler.codec.memcache.LastMemcacheContent
-
- retainedDuplicate() - Method in interface io.netty.handler.codec.memcache.MemcacheContent
-
- retainedDuplicate() - Method in class io.netty.handler.codec.mqtt.MqttPublishMessage
-
- retainedDuplicate() - Method in interface io.netty.handler.codec.redis.BulkStringRedisContent
-
- retainedDuplicate() - Method in class io.netty.handler.codec.redis.DefaultBulkStringRedisContent
-
- retainedDuplicate() - Method in class io.netty.handler.codec.redis.DefaultLastBulkStringRedisContent
-
- retainedDuplicate() - Method in class io.netty.handler.codec.redis.FullBulkStringRedisMessage
-
- retainedDuplicate() - Method in interface io.netty.handler.codec.redis.LastBulkStringRedisContent
-
- retainedDuplicate() - Method in class io.netty.handler.codec.smtp.DefaultLastSmtpContent
-
- retainedDuplicate() - Method in class io.netty.handler.codec.smtp.DefaultSmtpContent
-
- retainedDuplicate() - Method in interface io.netty.handler.codec.smtp.LastSmtpContent
-
- retainedDuplicate() - Method in interface io.netty.handler.codec.smtp.SmtpContent
-
- retainedDuplicate() - Method in class io.netty.handler.codec.spdy.DefaultSpdyDataFrame
-
- retainedDuplicate() - Method in class io.netty.handler.codec.spdy.DefaultSpdyUnknownFrame
-
- retainedDuplicate() - Method in interface io.netty.handler.codec.spdy.SpdyDataFrame
-
- retainedDuplicate() - Method in interface io.netty.handler.codec.spdy.SpdyUnknownFrame
-
- retainedDuplicate() - Method in class io.netty.handler.codec.stomp.DefaultLastStompContentSubframe
-
- retainedDuplicate() - Method in class io.netty.handler.codec.stomp.DefaultStompContentSubframe
-
- retainedDuplicate() - Method in class io.netty.handler.codec.stomp.DefaultStompFrame
-
- retainedDuplicate() - Method in interface io.netty.handler.codec.stomp.LastStompContentSubframe
-
- retainedDuplicate() - Method in interface io.netty.handler.codec.stomp.StompContentSubframe
-
- retainedDuplicate() - Method in interface io.netty.handler.codec.stomp.StompFrame
-
- retainedDuplicate() - Method in class io.netty.handler.ssl.PemPrivateKey
-
- retainedDuplicate() - Method in class io.netty.handler.ssl.PemX509Certificate
-
- retainedSlice() - Method in class io.netty.buffer.AbstractByteBuf
-
- retainedSlice(int, int) - Method in class io.netty.buffer.AbstractByteBuf
-
- retainedSlice() - Method in class io.netty.buffer.ByteBuf
-
Returns a retained slice of this buffer's readable bytes.
- retainedSlice(int, int) - Method in class io.netty.buffer.ByteBuf
-
Returns a retained slice of this buffer's sub-region.
- retainedSlice() - Method in class io.netty.buffer.EmptyByteBuf
-
- retainedSlice(int, int) - Method in class io.netty.buffer.EmptyByteBuf
-
- retainedSlice() - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- retainedSlice(int, int) - Method in class io.netty.buffer.SwappedByteBuf
-
Deprecated.
- retainHandling() - Method in class io.netty.handler.codec.mqtt.MqttSubscriptionOption
-
- retrans() - Method in class io.netty.channel.epoll.EpollTcpInfo
-
- retransmits() - Method in class io.netty.channel.epoll.EpollTcpInfo
-
- RETRT_AFTER - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderNames
-
"retry-after"
- RETRT_AFTER - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Names
-
Deprecated.
"Retry-After"
- RETRY_AFTER - Static variable in class io.netty.handler.codec.http.HttpHeaderNames
-
"retry-after"
- RETRY_AFTER - Static variable in class io.netty.handler.codec.http.HttpHeaders.Names
-
Deprecated.
"Retry-After"
- returnCode(MqttConnectReturnCode) - Method in class io.netty.handler.codec.mqtt.MqttMessageBuilders.ConnAckBuilder
-
- rotational(Iterable<? extends InetSocketAddress>) - Static method in class io.netty.resolver.dns.DnsServerAddresses
-
Returns the
DnsServerAddresses
that yields the specified
addresses
in a rotational sequential
order.
- rotational(InetSocketAddress...) - Static method in class io.netty.resolver.dns.DnsServerAddresses
-
Returns the
DnsServerAddresses
that yields the specified
addresses
in a rotational sequential
order.
- RoundRobinDnsAddressResolverGroup - Class in io.netty.resolver.dns
-
- RoundRobinDnsAddressResolverGroup(DnsNameResolverBuilder) - Constructor for class io.netty.resolver.dns.RoundRobinDnsAddressResolverGroup
-
- RoundRobinDnsAddressResolverGroup(Class<? extends DatagramChannel>, DnsServerAddressStreamProvider) - Constructor for class io.netty.resolver.dns.RoundRobinDnsAddressResolverGroup
-
- RoundRobinDnsAddressResolverGroup(ChannelFactory<? extends DatagramChannel>, DnsServerAddressStreamProvider) - Constructor for class io.netty.resolver.dns.RoundRobinDnsAddressResolverGroup
-
- RoundRobinInetAddressResolver - Class in io.netty.resolver
-
- RoundRobinInetAddressResolver(EventExecutor, NameResolver<InetAddress>) - Constructor for class io.netty.resolver.RoundRobinInetAddressResolver
-
- RP - Static variable in class io.netty.handler.codec.dns.DnsRecordType
-
Responsible person record RFC 1183 Information about the responsible
person(s) for the domain.
- rp1 - Variable in class io.netty.util.internal.InternalThreadLocalMap
-
- rp2 - Variable in class io.netty.util.internal.InternalThreadLocalMap
-
- rp3 - Variable in class io.netty.util.internal.InternalThreadLocalMap
-
- rp4 - Variable in class io.netty.util.internal.InternalThreadLocalMap
-
- rp5 - Variable in class io.netty.util.internal.InternalThreadLocalMap
-
- rp6 - Variable in class io.netty.util.internal.InternalThreadLocalMap
-
- rp7 - Variable in class io.netty.util.internal.InternalThreadLocalMap
-
- rp8 - Variable in class io.netty.util.internal.InternalThreadLocalMap
-
- RRSIG - Static variable in class io.netty.handler.codec.dns.DnsRecordType
-
DNSSEC signature record RFC 4034 Signature for a DNSSEC-secured record
set.
- RSET - Static variable in class io.netty.handler.codec.smtp.SmtpCommand
-
- rset() - Static method in class io.netty.handler.codec.smtp.SmtpRequests
-
Creates a RSET
request.
- RST_STREAM - Static variable in class io.netty.handler.codec.http2.Http2FrameTypes
-
- RST_STREAM_FRAME_LENGTH - Static variable in class io.netty.handler.codec.http2.Http2CodecUtil
-
- rsv() - 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.RtspHeaders.Values
-
Deprecated.
"RTP"
- RTP - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderValues
-
"RTP"
- RTP_INFO - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderNames
-
"rtp-info"
- RTP_INFO - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Names
-
Deprecated.
"RTP-Info"
- RTPTIME - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Values
-
Deprecated.
"rtptime"
- RTPTIME - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderValues
-
"rtptime"
- RTS - Static variable in class io.netty.channel.rxtx.RxtxChannelOption
-
Deprecated.
- RTSP_1_0 - Static variable in class io.netty.handler.codec.rtsp.RtspVersions
-
RTSP/1.0
- RTSP_VERSION_NOT_SUPPORTED - Static variable in class io.netty.handler.codec.rtsp.RtspResponseStatuses
-
505 RTSP Version not supported
- RtspDecoder - Class in io.netty.handler.codec.rtsp
-
- RtspDecoder() - Constructor for class io.netty.handler.codec.rtsp.RtspDecoder
-
Creates a new instance with the default
maxInitialLineLength (4096)
, maxHeaderSize (8192)
, and
maxContentLength (8192)
.
- RtspDecoder(int, int, int) - Constructor for class io.netty.handler.codec.rtsp.RtspDecoder
-
Creates a new instance with the specified parameters.
- RtspDecoder(int, int, int, boolean) - Constructor for class io.netty.handler.codec.rtsp.RtspDecoder
-
- RtspDecoder(HttpDecoderConfig) - Constructor for class io.netty.handler.codec.rtsp.RtspDecoder
-
Creates a new instance with the specified configuration.
- RtspEncoder - Class in io.netty.handler.codec.rtsp
-
- RtspEncoder() - Constructor for class io.netty.handler.codec.rtsp.RtspEncoder
-
- RtspHeaderNames - Class in io.netty.handler.codec.rtsp
-
Standard RTSP header names.
- RtspHeaders - Class in io.netty.handler.codec.rtsp
-
- RtspHeaders.Names - Class in io.netty.handler.codec.rtsp
-
- RtspHeaders.Values - Class in io.netty.handler.codec.rtsp
-
- 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
-
- RtspObjectDecoder() - Constructor for class io.netty.handler.codec.rtsp.RtspObjectDecoder
-
Deprecated.
Creates a new instance with the default
maxInitialLineLength (4096)
, maxHeaderSize (8192)
, and
maxContentLength (8192)
.
- RtspObjectDecoder(int, int, int) - Constructor for class io.netty.handler.codec.rtsp.RtspObjectDecoder
-
Deprecated.
Creates a new instance with the specified parameters.
- RtspObjectDecoder(int, int, int, boolean) - Constructor for class io.netty.handler.codec.rtsp.RtspObjectDecoder
-
Deprecated.
- RtspObjectEncoder<H extends HttpMessage> - Class in io.netty.handler.codec.rtsp
-
- RtspObjectEncoder() - Constructor for class io.netty.handler.codec.rtsp.RtspObjectEncoder
-
Deprecated.
Creates a new instance.
- RtspRequestDecoder - Class in io.netty.handler.codec.rtsp
-
- RtspRequestDecoder() - Constructor for class io.netty.handler.codec.rtsp.RtspRequestDecoder
-
Deprecated.
- RtspRequestEncoder - Class in io.netty.handler.codec.rtsp
-
- RtspRequestEncoder() - Constructor for class io.netty.handler.codec.rtsp.RtspRequestEncoder
-
Deprecated.
- RtspResponseDecoder - Class in io.netty.handler.codec.rtsp
-
- RtspResponseDecoder() - Constructor for class io.netty.handler.codec.rtsp.RtspResponseDecoder
-
Deprecated.
- RtspResponseEncoder - Class in io.netty.handler.codec.rtsp
-
- RtspResponseEncoder() - Constructor for class io.netty.handler.codec.rtsp.RtspResponseEncoder
-
Deprecated.
- RtspResponseStatuses - Class in io.netty.handler.codec.rtsp
-
The getStatus code and its description of a RTSP response.
- RtspVersions - Class in io.netty.handler.codec.rtsp
-
The version of RTSP.
- rtt() - Method in class io.netty.channel.epoll.EpollTcpInfo
-
- rttvar() - Method in class io.netty.channel.epoll.EpollTcpInfo
-
- RuleBasedIpFilter - Class in io.netty.handler.ipfilter
-
This class allows one to filter new
Channel
s based on the
IpFilterRule
s passed to its constructor.
- RuleBasedIpFilter(IpFilterRule...) - Constructor for class io.netty.handler.ipfilter.RuleBasedIpFilter
-
Create new Instance of
RuleBasedIpFilter
and filter incoming connections
based on their IP address and
rules
applied.
- RuleBasedIpFilter(boolean, IpFilterRule...) - Constructor for class io.netty.handler.ipfilter.RuleBasedIpFilter
-
Create new Instance of
RuleBasedIpFilter
and filter incoming connections
based on their IP address and
rules
applied.
- 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.epoll.EpollEventLoop
-
- run() - Method in class io.netty.channel.nio.NioEventLoop
-
- run() - Method in class io.netty.channel.ThreadPerChannelEventLoop
-
Deprecated.
- run() - Method in class io.netty.util.concurrent.DefaultEventExecutor
-
- run() - Method in class io.netty.util.concurrent.SingleThreadEventExecutor
-
- run(Timeout) - Method in interface io.netty.util.TimerTask
-
- runAllTasks() - Method in class io.netty.util.concurrent.SingleThreadEventExecutor
-
Poll all tasks from the task queue and run them via
Runnable.run()
method.
- runAllTasks(long) - Method in class io.netty.util.concurrent.SingleThreadEventExecutor
-
Poll all tasks from the task queue and run them via
Runnable.run()
method.
- runAllTasksFrom(Queue<Runnable>) - Method in class io.netty.util.concurrent.SingleThreadEventExecutor
-
Runs all tasks from the passed taskQueue
.
- 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
- runScheduledAndExecutorTasks(int) - Method in class io.netty.util.concurrent.SingleThreadEventExecutor
-
Execute all expired scheduled tasks and all current tasks in the executor queue until both queues are empty,
or maxDrainAttempts
has been exceeded.
- runScheduledPendingTasks() - Method in class io.netty.channel.embedded.EmbeddedChannel
-
Run all pending scheduled tasks in the
EventLoop
for this
Channel
and return the
nanoseconds
when the next scheduled task is ready to run.
- runTask(Runnable) - Static method in class io.netty.util.concurrent.AbstractEventExecutor
-
- RxtxChannel - Class in io.netty.channel.rxtx
-
- RxtxChannel() - Constructor for class io.netty.channel.rxtx.RxtxChannel
-
Deprecated.
- RxtxChannelConfig - Interface in io.netty.channel.rxtx
-
- RxtxChannelConfig.Databits - Enum in io.netty.channel.rxtx
-
Deprecated.
- RxtxChannelConfig.Paritybit - Enum in io.netty.channel.rxtx
-
Deprecated.
- RxtxChannelConfig.Stopbits - Enum in io.netty.channel.rxtx
-
Deprecated.
- RxtxChannelOption<T> - Class in io.netty.channel.rxtx
-
- RxtxDeviceAddress - Class in io.netty.channel.rxtx
-
- RxtxDeviceAddress(String) - Constructor for class io.netty.channel.rxtx.RxtxDeviceAddress
-
Deprecated.
Creates a RxtxDeviceAddress representing the address of the serial port.
S
- S_MAXAGE - Static variable in class io.netty.handler.codec.http.HttpHeaders.Values
-
Deprecated.
"s-maxage"
- S_MAXAGE - Static variable in class io.netty.handler.codec.http.HttpHeaderValues
-
"s-maxage"
- sacked() - Method in class io.netty.channel.epoll.EpollTcpInfo
-
- safeExecute(Runnable) - Static method in class io.netty.util.concurrent.AbstractEventExecutor
-
- safeFindNextPositivePowerOfTwo(int) - Static method in class io.netty.util.internal.MathUtil
-
Fast method of finding the next power of 2 greater than or equal to the supplied value.
- safeRelease(Object) - Static method in class io.netty.util.ReferenceCountUtil
-
- safeRelease(Object, int) - Static method in class io.netty.util.ReferenceCountUtil
-
- 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.
- SAMESITE - Static variable in class io.netty.handler.codec.http.cookie.CookieHeaderNames
-
- sameSite() - Method in class io.netty.handler.codec.http.cookie.DefaultCookie
-
Checks to see if this
Cookie
can be sent along cross-site requests.
- sanitizeHeadersBeforeEncode(H, boolean) - Method in class io.netty.handler.codec.http.HttpObjectEncoder
-
Allows to sanitize headers of the message before encoding these.
- sanitizeHeadersBeforeEncode(HttpResponse, boolean) - Method in class io.netty.handler.codec.http.HttpResponseEncoder
-
- SASL_AUTH - Static variable in class io.netty.handler.codec.memcache.binary.BinaryMemcacheOpcodes
-
- SASL_LIST_MECHS - Static variable in class io.netty.handler.codec.memcache.binary.BinaryMemcacheOpcodes
-
- SASL_STEP - Static variable in class io.netty.handler.codec.memcache.binary.BinaryMemcacheOpcodes
-
- SCALE - Static variable in class io.netty.handler.codec.rtsp.RtspHeaderNames
-
"scale"
- SCALE - Static variable in class io.netty.handler.codec.rtsp.RtspHeaders.Names
-
Deprecated.
"Scale"
- schedule(Runnable, long, TimeUnit) - Method in class io.netty.util.concurrent.AbstractEventExecutor
-
- schedule(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
-
- schedule(Runnable, long, TimeUnit) - Method in class io.netty.util.concurrent.NonStickyEventExecutorGroup
-
- schedule(Callable<V>, long, TimeUnit) - Method in class io.netty.util.concurrent.NonStickyEventExecutorGroup
-
- schedule(Runnable, long, TimeUnit) - Method in class io.netty.util.concurrent.UnorderedThreadPoolEventExecutor
-
- schedule(Callable<V>, long, TimeUnit) - Method in class io.netty.util.concurrent.UnorderedThreadPoolEventExecutor
-
- scheduleAtFixedRate(Runnable, long, long, TimeUnit) - Method in class io.netty.util.concurrent.AbstractEventExecutor
-
- scheduleAtFixedRate(Runnable, long, long, TimeUnit) - Method in class io.netty.util.concurrent.AbstractEventExecutorGroup
-
- scheduleAtFixedRate(Runnable, long, long, TimeUnit) - Method in class io.netty.util.concurrent.AbstractScheduledEventExecutor
-
- scheduleAtFixedRate(Runnable, long, long, TimeUnit) - Method in interface io.netty.util.concurrent.EventExecutorGroup
-
- scheduleAtFixedRate(Runnable, long, long, TimeUnit) - Method in class io.netty.util.concurrent.NonStickyEventExecutorGroup
-
- scheduleAtFixedRate(Runnable, long, long, TimeUnit) - Method in class io.netty.util.concurrent.UnorderedThreadPoolEventExecutor
-
- ScheduledFuture<V> - Interface in io.netty.util.concurrent
-
The result of a scheduled asynchronous operation.
- scheduleWithFixedDelay(Runnable, long, long, TimeUnit) - Method in class io.netty.util.concurrent.AbstractEventExecutor
-
- scheduleWithFixedDelay(Runnable, long, long, TimeUnit) - Method in class io.netty.util.concurrent.AbstractEventExecutorGroup
-
- scheduleWithFixedDelay(Runnable, long, long, TimeUnit) - Method in class io.netty.util.concurrent.AbstractScheduledEventExecutor
-
- scheduleWithFixedDelay(Runnable, long, long, TimeUnit) - Method in interface io.netty.util.concurrent.EventExecutorGroup
-
- scheduleWithFixedDelay(Runnable, long, long, TimeUnit) - Method in class io.netty.util.concurrent.NonStickyEventExecutorGroup
-
- scheduleWithFixedDelay(Runnable, long, long, TimeUnit) - Method in class io.netty.util.concurrent.UnorderedThreadPoolEventExecutor
-
- scheme(CharSequence) - Method in class io.netty.handler.codec.http2.DefaultHttp2Headers
-
- scheme() - Method in class io.netty.handler.codec.http2.DefaultHttp2Headers
-
- scheme(CharSequence) - Method in class io.netty.handler.codec.http2.EmptyHttp2Headers
-
- scheme() - Method in class io.netty.handler.codec.http2.EmptyHttp2Headers
-
- scheme(CharSequence) - Method in interface io.netty.handler.codec.http2.Http2Headers
-
- scheme() - Method in interface io.netty.handler.codec.http2.Http2Headers
-
- scheme(CharSequence) - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
-
- scheme() - Method in class io.netty.handler.codec.http2.ReadOnlyHttp2Headers
-
- SCHEME - Static variable in class io.netty.handler.codec.spdy.SpdyHeaders.HttpNames
-
":scheme"
- SCHEME - Static variable in class io.netty.handler.codec.spdy.SpdyHttpHeaders.Names
-
"x-spdy-scheme"
- scopeId() - Method in class io.netty.channel.unix.NativeInetAddress
-
- scopePrefixLength() - Method in class io.netty.handler.codec.dns.DefaultDnsOptEcsRecord
-
- scopePrefixLength() - Method in interface io.netty.handler.codec.dns.DnsOptEcsRecord
-
Returns the leftmost number of significant bits of ADDRESS that the response covers.
- SCTP_DISABLE_FRAGMENTS - Static variable in class io.netty.channel.sctp.SctpChannelOption
-
- SCTP_EXPLICIT_COMPLETE - Static variable in class io.netty.channel.sctp.SctpChannelOption
-
- SCTP_FRAGMENT_INTERLEAVE - Static variable in class io.netty.channel.sctp.SctpChannelOption
-
- SCTP_INIT_MAXSTREAMS - Static variable in class io.netty.channel.sctp.SctpChannelOption
-
- SCTP_NODELAY - Static variable in class io.netty.channel.sctp.SctpChannelOption
-
- SCTP_PRIMARY_ADDR - Static variable in class io.netty.channel.sctp.SctpChannelOption
-
- SCTP_SET_PEER_PRIMARY_ADDR - Static variable in class io.netty.channel.sctp.SctpChannelOption
-
- SctpChannel - Interface in io.netty.channel.sctp
-
A SCTP/IP
Channel
interface for single SCTP association.
- SctpChannelConfig - Interface in io.netty.channel.sctp
-
- SctpChannelOption<T> - Class in io.netty.channel.sctp
-
Option for configuring the SCTP transport
- SctpInboundByteStreamHandler - Class in io.netty.handler.codec.sctp
-
A ChannelHandler which receives
SctpMessage
s which belong to a application protocol form a specific
SCTP Stream and decode it as
ByteBuf
.
- SctpInboundByteStreamHandler(int, int) - Constructor for class io.netty.handler.codec.sctp.SctpInboundByteStreamHandler
-
- SctpMessage - Class in io.netty.channel.sctp
-
Representation of SCTP Data Chunk
- SctpMessage(int, int, ByteBuf) - Constructor for class io.netty.channel.sctp.SctpMessage
-
Essential data that is being carried within SCTP Data Chunk
- SctpMessage(int, int, boolean, ByteBuf) - Constructor for class io.netty.channel.sctp.SctpMessage
-
Essential data that is being carried within SCTP Data Chunk
- SctpMessage(MessageInfo, ByteBuf) - Constructor for class io.netty.channel.sctp.SctpMessage
-
Essential data that is being carried within SCTP Data Chunk
- SctpMessageCompletionHandler - Class in io.netty.handler.codec.sctp
-
- 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
Notification
s by trigger a
Notification
user event in the
ChannelPipeline
of a
SctpChannel
.
- SctpNotificationHandler(SctpChannel) - Constructor for class io.netty.channel.sctp.SctpNotificationHandler
-
- SctpOutboundByteStreamHandler - Class in io.netty.handler.codec.sctp
-
A ChannelHandler which transform
ByteBuf
to
SctpMessage
and send it through a specific stream
with given protocol identifier.
- SctpOutboundByteStreamHandler(int, int) - Constructor for class io.netty.handler.codec.sctp.SctpOutboundByteStreamHandler
-
- SctpOutboundByteStreamHandler(int, int, boolean) - Constructor for class io.netty.handler.codec.sctp.SctpOutboundByteStreamHandler
-
- SctpServerChannel - Interface in io.netty.channel.sctp
-
A SCTP/IP
ServerChannel
which accepts incoming SCTP/IP associations.
- SctpServerChannelConfig - Interface in io.netty.channel.sctp
-
- searchDomains(Iterable<String>) - Method in class io.netty.resolver.dns.DnsNameResolverBuilder
-
Set the list of search domains of the resolver.
- SearchProcessor - Interface in io.netty.buffer.search
-
- SearchProcessorFactor