- 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
-
- 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.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"
- 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
-
- 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.
- 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() - 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.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
-
- 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.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 - 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, 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).
- 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.