跳过导航链接
Netty 4.1.109.Final(2024/04/15)
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _ 

A

A - 类 中的静态变量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 - 类 中的静态变量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 - 类 中的静态变量io.netty.handler.codec.http.websocketx.WebSocketCloseStatus
 
absoluteUpgradeUrl() - 类 中的方法io.netty.handler.codec.http.websocketx.WebSocketClientProtocolConfig
 
absoluteUpgradeUrl(boolean) - 类 中的方法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 java.net.SocketAddress> - io.netty.resolver中的类
A skeletal AddressResolver implementation.
AbstractAddressResolver(EventExecutor) - 类 的构造器io.netty.resolver.AbstractAddressResolver
 
AbstractAddressResolver(EventExecutor, Class<? extends T>) - 类 的构造器io.netty.resolver.AbstractAddressResolver
 
AbstractBinaryMemcacheDecoder<M extends BinaryMemcacheMessage> - io.netty.handler.codec.memcache.binary中的类
AbstractBinaryMemcacheDecoder() - 类 的构造器io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheDecoder
Create a new AbstractBinaryMemcacheDecoder with default settings.
AbstractBinaryMemcacheDecoder(int) - 类 的构造器io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheDecoder
Create a new AbstractBinaryMemcacheDecoder with custom settings.
AbstractBinaryMemcacheEncoder<M extends BinaryMemcacheMessage> - io.netty.handler.codec.memcache.binary中的类
A MessageToByteEncoder that encodes binary memcache messages into bytes.
AbstractBinaryMemcacheEncoder() - 类 的构造器io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheEncoder
 
AbstractBinaryMemcacheMessage - io.netty.handler.codec.memcache.binary中的类
Default implementation of a BinaryMemcacheMessage.
AbstractBinaryMemcacheMessage(ByteBuf, ByteBuf) - 类 的构造器io.netty.handler.codec.memcache.binary.AbstractBinaryMemcacheMessage
Create a new instance with all properties set.
AbstractBootstrap<B extends AbstractBootstrap<B,C>,C extends Channel> - io.netty.bootstrap中的类
AbstractBootstrap is a helper class that makes it easy to bootstrap a Channel.
AbstractBootstrapConfig<B extends AbstractBootstrap<B,C>,C extends Channel> - io.netty.bootstrap中的类
Exposes the configuration of an AbstractBootstrap.
AbstractBootstrapConfig(B) - 类 的构造器io.netty.bootstrap.AbstractBootstrapConfig
 
AbstractByteBuf - io.netty.buffer中的类
A skeletal implementation of a buffer.
AbstractByteBuf(int) - 类 的构造器io.netty.buffer.AbstractByteBuf
 
AbstractByteBufAllocator - io.netty.buffer中的类
Skeletal ByteBufAllocator implementation to extend.
AbstractByteBufAllocator() - 类 的构造器io.netty.buffer.AbstractByteBufAllocator
Instance use heap buffers by default
AbstractByteBufAllocator(boolean) - 类 的构造器io.netty.buffer.AbstractByteBufAllocator
Create new instance
AbstractByteBufGetCharSequenceBenchmark - io.netty.buffer中的类
 
AbstractByteBufGetCharSequenceBenchmark() - 类 的构造器io.netty.buffer.AbstractByteBufGetCharSequenceBenchmark
 
AbstractByteBufGetCharSequenceBenchmark.ByteBufType - io.netty.buffer中的枚举
 
AbstractByteBufNoCleanerBenchmark - io.netty.buffer中的类
 
AbstractByteBufNoCleanerBenchmark() - 类 的构造器io.netty.buffer.AbstractByteBufNoCleanerBenchmark
 
AbstractByteBufNoCleanerBenchmark.ByteBufType - io.netty.buffer中的枚举
 
AbstractChannel - io.netty.channel中的类
A skeletal Channel implementation.
AbstractChannel(Channel) - 类 的构造器io.netty.channel.AbstractChannel
Creates a new instance.
AbstractChannel(Channel, ChannelId) - 类 的构造器io.netty.channel.AbstractChannel
Creates a new instance.
AbstractChannel.AbstractUnsafe - io.netty.channel中的类
Unsafe implementation which sub-classes must extend and use.
AbstractChannelPoolHandler - io.netty.channel.pool中的类
A skeletal ChannelPoolHandler implementation.
AbstractChannelPoolHandler() - 类 的构造器io.netty.channel.pool.AbstractChannelPoolHandler
 
AbstractChannelPoolMap<K,P extends ChannelPool> - io.netty.channel.pool中的类
A skeletal ChannelPoolMap implementation.
AbstractChannelPoolMap() - 类 的构造器io.netty.channel.pool.AbstractChannelPoolMap
 
AbstractClientSocketTest - io.netty.testsuite.transport.socket中的类
 
AbstractClientSocketTest() - 类 的构造器io.netty.testsuite.transport.socket.AbstractClientSocketTest
 
AbstractCoalescingBufferQueue - io.netty.channel中的类
 
AbstractCoalescingBufferQueue(Channel, int) - 类 的构造器io.netty.channel.AbstractCoalescingBufferQueue
Create a new instance.
AbstractComboTestsuiteTest<SB extends AbstractBootstrap<?,?>,CB extends AbstractBootstrap<?,?>> - io.netty.testsuite.transport中的类
 
AbstractComboTestsuiteTest() - 类 的构造器io.netty.testsuite.transport.AbstractComboTestsuiteTest
 
AbstractComboTestsuiteTest.Runner<SB extends AbstractBootstrap<?,?>,CB extends AbstractBootstrap<?,?>> - io.netty.testsuite.transport中的接口
 
AbstractConstant<T extends AbstractConstant<T>> - io.netty.util中的类
Base implementation of Constant.
AbstractConstant(int, String) - 类 的构造器io.netty.util.AbstractConstant
Creates a new instance.
AbstractDatagramTest - io.netty.testsuite.transport.socket中的类
 
AbstractDatagramTest() - 类 的构造器io.netty.testsuite.transport.socket.AbstractDatagramTest
 
AbstractDerivedByteBuf - io.netty.buffer中的类
已过时。
Do not use.
AbstractDerivedByteBuf(int) - 类 的构造器io.netty.buffer.AbstractDerivedByteBuf
已过时。
 
AbstractDiskHttpData - io.netty.handler.codec.http.multipart中的类
Abstract Disk HttpData implementation
AbstractDiskHttpData(String, Charset, long) - 类 的构造器io.netty.handler.codec.http.multipart.AbstractDiskHttpData
 
AbstractDnsMessage - io.netty.handler.codec.dns中的类
A skeletal implementation of DnsMessage.
AbstractDnsMessage(int) - 类 的构造器io.netty.handler.codec.dns.AbstractDnsMessage
Creates a new instance with the specified id and DnsOpCode.QUERY opCode.
AbstractDnsMessage(int, DnsOpCode) - 类 的构造器io.netty.handler.codec.dns.AbstractDnsMessage
Creates a new instance with the specified id and opCode.
AbstractDnsOptPseudoRrRecord - io.netty.handler.codec.dns中的类
An OPT RR record.
AbstractDnsOptPseudoRrRecord(int, int, int) - 类 的构造器io.netty.handler.codec.dns.AbstractDnsOptPseudoRrRecord
 
AbstractDnsOptPseudoRrRecord(int) - 类 的构造器io.netty.handler.codec.dns.AbstractDnsOptPseudoRrRecord
 
AbstractDnsRecord - io.netty.handler.codec.dns中的类
A skeletal implementation of DnsRecord.
AbstractDnsRecord(String, DnsRecordType, long) - 类 的构造器io.netty.handler.codec.dns.AbstractDnsRecord
Creates a new IN-class record.
AbstractDnsRecord(String, DnsRecordType, int, long) - 类 的构造器io.netty.handler.codec.dns.AbstractDnsRecord
Creates a new record.
AbstractEpollServerChannel - io.netty.channel.epoll中的类
 
AbstractEpollServerChannel(int) - 类 的构造器io.netty.channel.epoll.AbstractEpollServerChannel
 
AbstractEpollServerChannel(LinuxSocket) - 类 的构造器io.netty.channel.epoll.AbstractEpollServerChannel
 
AbstractEpollServerChannel(LinuxSocket, boolean) - 类 的构造器io.netty.channel.epoll.AbstractEpollServerChannel
 
AbstractEpollStreamChannel - io.netty.channel.epoll中的类
 
AbstractEpollStreamChannel(Channel, int) - 类 的构造器io.netty.channel.epoll.AbstractEpollStreamChannel
 
AbstractEpollStreamChannel(int) - 类 的构造器io.netty.channel.epoll.AbstractEpollStreamChannel
 
AbstractEpollStreamChannel(Channel, LinuxSocket, SocketAddress) - 类 的构造器io.netty.channel.epoll.AbstractEpollStreamChannel
 
AbstractEpollStreamChannel(LinuxSocket, boolean) - 类 的构造器io.netty.channel.epoll.AbstractEpollStreamChannel
 
AbstractEpollStreamChannel.SpliceInTask - io.netty.channel.epoll中的类
 
AbstractEventExecutor - io.netty.util.concurrent中的类
Abstract base class for EventExecutor implementations.
AbstractEventExecutor() - 类 的构造器io.netty.util.concurrent.AbstractEventExecutor
 
AbstractEventExecutor(EventExecutorGroup) - 类 的构造器io.netty.util.concurrent.AbstractEventExecutor
 
AbstractEventExecutor.LazyRunnable - io.netty.util.concurrent中的接口
已过时。
AbstractEventExecutorGroup - io.netty.util.concurrent中的类
Abstract base class for EventExecutorGroup implementations.
AbstractEventExecutorGroup() - 类 的构造器io.netty.util.concurrent.AbstractEventExecutorGroup
 
AbstractEventLoop - io.netty.channel中的类
Skeletal implementation of EventLoop.
AbstractEventLoop() - 类 的构造器io.netty.channel.AbstractEventLoop
 
AbstractEventLoop(EventLoopGroup) - 类 的构造器io.netty.channel.AbstractEventLoop
 
AbstractEventLoopGroup - io.netty.channel中的类
Skeletal implementation of EventLoopGroup.
AbstractEventLoopGroup() - 类 的构造器io.netty.channel.AbstractEventLoopGroup
 
AbstractFuture<V> - io.netty.util.concurrent中的类
Abstract Future implementation which does not allow for cancellation.
AbstractFuture() - 类 的构造器io.netty.util.concurrent.AbstractFuture
 
AbstractHttp2ConnectionHandlerBuilder<T extends Http2ConnectionHandler,B extends AbstractHttp2ConnectionHandlerBuilder<T,B>> - io.netty.handler.codec.http2中的类
Abstract base class which defines commonly used features required to build Http2ConnectionHandler instances.
AbstractHttp2ConnectionHandlerBuilder() - 类 的构造器io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
 
AbstractHttp2StreamFrame - io.netty.handler.codec.http2中的类
Abstract implementation of Http2StreamFrame.
AbstractHttp2StreamFrame() - 类 的构造器io.netty.handler.codec.http2.AbstractHttp2StreamFrame
 
AbstractHttpData - io.netty.handler.codec.http.multipart中的类
Abstract HttpData implementation
AbstractHttpData(String, Charset, long) - 类 的构造器io.netty.handler.codec.http.multipart.AbstractHttpData
 
AbstractInboundHttp2ToHttpAdapterBuilder<T extends InboundHttp2ToHttpAdapter,B extends AbstractInboundHttp2ToHttpAdapterBuilder<T,B>> - io.netty.handler.codec.http2中的类
A skeletal builder implementation of InboundHttp2ToHttpAdapter and its subtypes.
AbstractInboundHttp2ToHttpAdapterBuilder(Http2Connection) - 类 的构造器io.netty.handler.codec.http2.AbstractInboundHttp2ToHttpAdapterBuilder
Creates a new InboundHttp2ToHttpAdapter builder for the specified Http2Connection.
AbstractInternalLogger - io.netty.util.internal.logging中的类
A skeletal implementation of InternalLogger.
AbstractInternalLogger(String) - 类 的构造器io.netty.util.internal.logging.AbstractInternalLogger
Creates a new instance.
AbstractKQueueServerChannel - io.netty.channel.kqueue中的类
 
AbstractKQueueStreamChannel - io.netty.channel.kqueue中的类
 
AbstractMemcacheObject - io.netty.handler.codec.memcache中的类
The default MemcacheObject implementation.
AbstractMemcacheObject() - 类 的构造器io.netty.handler.codec.memcache.AbstractMemcacheObject
 
AbstractMemcacheObjectAggregator<H extends MemcacheMessage> - io.netty.handler.codec.memcache中的类
A ChannelHandler that aggregates an MemcacheMessage and its following MemcacheContents into a single MemcacheMessage with no following MemcacheContents.
AbstractMemcacheObjectAggregator(int) - 类 的构造器io.netty.handler.codec.memcache.AbstractMemcacheObjectAggregator
 
AbstractMemcacheObjectDecoder - io.netty.handler.codec.memcache中的类
Abstract super class for both ascii and binary decoders.
AbstractMemcacheObjectDecoder() - 类 的构造器io.netty.handler.codec.memcache.AbstractMemcacheObjectDecoder
 
AbstractMemcacheObjectEncoder<M extends MemcacheMessage> - io.netty.handler.codec.memcache中的类
A general purpose AbstractMemcacheObjectEncoder that encodes MemcacheMessages.
AbstractMemcacheObjectEncoder() - 类 的构造器io.netty.handler.codec.memcache.AbstractMemcacheObjectEncoder
 
AbstractMemoryHttpData - io.netty.handler.codec.http.multipart中的类
Abstract Memory HttpData implementation
AbstractMemoryHttpData(String, Charset, long) - 类 的构造器io.netty.handler.codec.http.multipart.AbstractMemoryHttpData
 
AbstractMultiSearchProcessorFactory - io.netty.buffer.search中的类
Base class for precomputed factories that create MultiSearchProcessors.
AbstractMultiSearchProcessorFactory() - 类 的构造器io.netty.buffer.search.AbstractMultiSearchProcessorFactory
 
AbstractNioByteChannel - io.netty.channel.nio中的类
AbstractNioChannel base class for Channels that operate on bytes.
AbstractNioByteChannel(Channel, SelectableChannel) - 类 的构造器io.netty.channel.nio.AbstractNioByteChannel
Create a new instance
AbstractNioByteChannel.NioByteUnsafe - io.netty.channel.nio中的类
 
AbstractNioChannel - io.netty.channel.nio中的类
Abstract base class for Channel implementations which use a Selector based approach.
AbstractNioChannel(Channel, SelectableChannel, int) - 类 的构造器io.netty.channel.nio.AbstractNioChannel
Create a new instance
AbstractNioChannel.AbstractNioUnsafe - io.netty.channel.nio中的类
 
AbstractNioChannel.NioUnsafe - io.netty.channel.nio中的接口
Special Unsafe sub-type which allows to access the underlying SelectableChannel
AbstractNioMessageChannel - io.netty.channel.nio中的类
AbstractNioChannel base class for Channels that operate on messages.
AbstractNioMessageChannel(Channel, SelectableChannel, int) - 类 的构造器io.netty.channel.nio.AbstractNioMessageChannel
 
AbstractNioUnsafe() - 类 的构造器io.netty.channel.nio.AbstractNioChannel.AbstractNioUnsafe
 
AbstractNotificationHandler<T> - com.sun.nio.sctp中的类
 
AbstractNotificationHandler() - 类 的构造器com.sun.nio.sctp.AbstractNotificationHandler
 
AbstractOioByteChannel - io.netty.channel.oio中的类
已过时。
use NIO / EPOLL / KQUEUE transport.
AbstractOioByteChannel(Channel) - 类 的构造器io.netty.channel.oio.AbstractOioByteChannel
已过时。
 
AbstractOioChannel - io.netty.channel.oio中的类
已过时。
use NIO / EPOLL / KQUEUE transport.
AbstractOioChannel(Channel) - 类 的构造器io.netty.channel.oio.AbstractOioChannel
已过时。
 
AbstractOioMessageChannel - io.netty.channel.oio中的类
已过时。
use NIO / EPOLL / KQUEUE transport.
AbstractOioMessageChannel(Channel) - 类 的构造器io.netty.channel.oio.AbstractOioMessageChannel
已过时。
 
AbstractReferenceCounted - io.netty.util中的类
Abstract base class for classes wants to implement ReferenceCounted.
AbstractReferenceCounted() - 类 的构造器io.netty.util.AbstractReferenceCounted
 
AbstractReferenceCountedByteBuf - io.netty.buffer中的类
Abstract base class for ByteBuf implementations that count references.
AbstractReferenceCountedByteBuf(int) - 类 的构造器io.netty.buffer.AbstractReferenceCountedByteBuf
 
AbstractReferenceCountedByteBufBenchmark - io.netty.buffer中的类
 
AbstractReferenceCountedByteBufBenchmark() - 类 的构造器io.netty.buffer.AbstractReferenceCountedByteBufBenchmark
 
AbstractRemoteAddressFilter<T extends java.net.SocketAddress> - io.netty.handler.ipfilter中的类
This class provides the functionality to either accept or reject new Channels based on their IP address.
AbstractRemoteAddressFilter() - 类 的构造器io.netty.handler.ipfilter.AbstractRemoteAddressFilter
 
AbstractScheduledEventExecutor - io.netty.util.concurrent中的类
Abstract base class for EventExecutors that want to support scheduling.
AbstractScheduledEventExecutor() - 类 的构造器io.netty.util.concurrent.AbstractScheduledEventExecutor
 
AbstractScheduledEventExecutor(EventExecutorGroup) - 类 的构造器io.netty.util.concurrent.AbstractScheduledEventExecutor
 
AbstractSctpTest - io.netty.testsuite.transport.sctp中的类
 
AbstractSctpTest() - 类 的构造器io.netty.testsuite.transport.sctp.AbstractSctpTest
 
AbstractSearchProcessorFactory - io.netty.buffer.search中的类
Base class for precomputed factories that create SearchProcessors.
AbstractSearchProcessorFactory() - 类 的构造器io.netty.buffer.search.AbstractSearchProcessorFactory
 
AbstractServerChannel - io.netty.channel中的类
A skeletal server-side Channel implementation.
AbstractServerChannel() - 类 的构造器io.netty.channel.AbstractServerChannel
Creates a new instance.
AbstractServerSocketTest - io.netty.testsuite.transport.socket中的类
 
AbstractServerSocketTest() - 类 的构造器io.netty.testsuite.transport.socket.AbstractServerSocketTest
 
AbstractSingleThreadEventLoopTest - io.netty.testsuite.transport中的类
 
AbstractSingleThreadEventLoopTest() - 类 的构造器io.netty.testsuite.transport.AbstractSingleThreadEventLoopTest
 
AbstractSniHandler<T> - io.netty.handler.ssl中的类
Enables SNI (Server Name Indication) extension for server side SSL.
AbstractSniHandler(long) - 类 的构造器io.netty.handler.ssl.AbstractSniHandler
 
AbstractSniHandler(int, long) - 类 的构造器io.netty.handler.ssl.AbstractSniHandler
 
AbstractSniHandler() - 类 的构造器io.netty.handler.ssl.AbstractSniHandler
 
AbstractSocketReuseFdTest - io.netty.testsuite.transport.socket中的类
 
AbstractSocketReuseFdTest() - 类 的构造器io.netty.testsuite.transport.socket.AbstractSocketReuseFdTest
 
AbstractSocketShutdownOutputByPeerTest<Socket> - io.netty.testsuite.transport.socket中的类
 
AbstractSocketShutdownOutputByPeerTest() - 类 的构造器io.netty.testsuite.transport.socket.AbstractSocketShutdownOutputByPeerTest
 
AbstractSocketTest - io.netty.testsuite.transport.socket中的类
 
AbstractSocketTest() - 类 的构造器io.netty.testsuite.transport.socket.AbstractSocketTest
 
AbstractSocks4Message - io.netty.handler.codec.socksx.v4中的类
An abstract Socks4Message.
AbstractSocks4Message() - 类 的构造器io.netty.handler.codec.socksx.v4.AbstractSocks4Message
 
AbstractSocks5Message - io.netty.handler.codec.socksx.v5中的类
An abstract Socks5Message.
AbstractSocks5Message() - 类 的构造器io.netty.handler.codec.socksx.v5.AbstractSocks5Message
 
AbstractSocksMessage - io.netty.handler.codec.socksx中的类
An abstract SocksMessage.
AbstractSocksMessage() - 类 的构造器io.netty.handler.codec.socksx.AbstractSocksMessage
 
AbstractStringRedisMessage - io.netty.handler.codec.redis中的类
Abstract class for Simple Strings or Errors.
AbstractTestsuiteTest<T extends AbstractBootstrap<?,?>> - io.netty.testsuite.transport中的类
 
AbstractTestsuiteTest() - 类 的构造器io.netty.testsuite.transport.AbstractTestsuiteTest
 
AbstractTestsuiteTest.Runner<CB extends AbstractBootstrap<?,?>> - io.netty.testsuite.transport中的接口
 
AbstractTrafficShapingHandler - io.netty.handler.traffic中的类
AbstractTrafficShapingHandler allows to limit the global bandwidth (see GlobalTrafficShapingHandler) or per session bandwidth (see ChannelTrafficShapingHandler), as traffic shaping.
AbstractTrafficShapingHandler(long, long, long, long) - 类 的构造器io.netty.handler.traffic.AbstractTrafficShapingHandler
 
AbstractTrafficShapingHandler(long, long, long) - 类 的构造器io.netty.handler.traffic.AbstractTrafficShapingHandler
Constructor using default max time as delay allowed value of 15000L ms.
AbstractTrafficShapingHandler(long, long) - 类 的构造器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() - 类 的构造器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) - 类 的构造器io.netty.handler.traffic.AbstractTrafficShapingHandler
Constructor using NO LIMIT and default max time as delay allowed value of 15000L ms.
AbstractUnsafe() - 类 的构造器io.netty.channel.AbstractChannel.AbstractUnsafe
 
accelerationFactor() - 类 中的方法io.netty.handler.traffic.GlobalChannelTrafficShapingHandler
 
accept() - 类 中的方法com.sun.nio.sctp.SctpServerChannel
 
accept(byte[]) - 类 中的方法io.netty.channel.unix.Socket
 
ACCEPT - 类 中的静态变量io.netty.handler.codec.http.HttpHeaderNames
"accept"
ACCEPT - 类 中的静态变量io.netty.handler.codec.http.HttpHeaders.Names
已过时。
"Accept"
ACCEPT - 类 中的静态变量io.netty.handler.codec.rtsp.RtspHeaderNames
"accept"
ACCEPT - 类 中的静态变量io.netty.handler.codec.rtsp.RtspHeaders.Names
已过时。
"Accept"
accept(ChannelHandlerContext, T) - 类 中的方法io.netty.handler.ipfilter.AbstractRemoteAddressFilter
This method is called immediately after a Channel gets registered.
accept(ChannelHandlerContext, InetSocketAddress) - 类 中的方法io.netty.handler.ipfilter.IpSubnetFilter
 
accept(ChannelHandlerContext, InetSocketAddress) - 类 中的方法io.netty.handler.ipfilter.RuleBasedIpFilter
 
accept(ChannelHandlerContext, InetSocketAddress) - 类 中的方法io.netty.handler.ipfilter.UniqueIpFilter
 
accept() - 类 中的方法io.netty.handler.ssl.OpenSslSessionStats
Returns the number of started SSL/TLS handshakes in server mode.
accept(SecretKey, SSLSession) - 类 中的方法io.netty.handler.ssl.SslMasterKeyHandler
Consume the master key for the session and the sessionId
accept(ServerSocketChannel) - 类 中的静态方法io.netty.util.internal.SocketUtils
 
ACCEPT_CHARSET - 类 中的静态变量io.netty.handler.codec.http.HttpHeaderNames
"accept-charset"
ACCEPT_CHARSET - 类 中的静态变量io.netty.handler.codec.http.HttpHeaders.Names
已过时。
"Accept-Charset"
ACCEPT_ENCODING - 类 中的静态变量io.netty.handler.codec.http.HttpHeaderNames
"accept-encoding"
ACCEPT_ENCODING - 类 中的静态变量io.netty.handler.codec.http.HttpHeaders.Names
已过时。
"Accept-Encoding"
ACCEPT_ENCODING - 类 中的静态变量io.netty.handler.codec.rtsp.RtspHeaderNames
"accept-encoding"
ACCEPT_ENCODING - 类 中的静态变量io.netty.handler.codec.rtsp.RtspHeaders.Names
已过时。
"Accept-Encoding"
ACCEPT_LANGUAGE - 类 中的静态变量io.netty.handler.codec.http.HttpHeaderNames
"accept-language"
ACCEPT_LANGUAGE - 类 中的静态变量io.netty.handler.codec.http.HttpHeaders.Names
已过时。
"Accept-Language"
ACCEPT_LANGUAGE - 类 中的静态变量io.netty.handler.codec.rtsp.RtspHeaderNames
"accept-language"
ACCEPT_LANGUAGE - 类 中的静态变量io.netty.handler.codec.rtsp.RtspHeaders.Names
已过时。
"Accept-Language"
ACCEPT_PATCH - 类 中的静态变量io.netty.handler.codec.http.HttpHeaderNames
"accept-patch"
ACCEPT_PATCH - 类 中的静态变量io.netty.handler.codec.http.HttpHeaders.Names
已过时。
"Accept-Patch"
ACCEPT_RANGES - 类 中的静态变量io.netty.handler.codec.http.HttpHeaderNames
"accept-ranges"
ACCEPT_RANGES - 类 中的静态变量io.netty.handler.codec.http.HttpHeaders.Names
已过时。
"Accept-Ranges"
ACCEPT_VERSION - 接口 中的静态变量io.netty.handler.codec.stomp.StompHeaders
 
ACCEPTED - 类 中的静态变量io.netty.handler.codec.http.HttpResponseStatus
202 Accepted
acceptEvent(Object) - 类 中的方法io.netty.channel.SimpleUserEventChannelHandler
Returns true if the given user event should be handled.
AcceptFilter - io.netty.channel.kqueue中的类
 
AcceptFilter(String, String) - 类 的构造器io.netty.channel.kqueue.AcceptFilter
 
acceptGood() - 类 中的方法io.netty.handler.ssl.OpenSslSessionStats
Returns the number of successfully established SSL/TLS sessions in server mode.
acceptInboundMessage(Object) - 类 中的方法io.netty.channel.SimpleChannelInboundHandler
Returns true if the given message should be handled.
acceptInboundMessage(Object) - 类 中的方法io.netty.handler.codec.DatagramPacketDecoder
 
acceptInboundMessage(Object) - 类 中的方法io.netty.handler.codec.http2.Http2StreamFrameToHttpObjectCodec
 
acceptInboundMessage(Object) - 类 中的方法io.netty.handler.codec.MessageAggregator
 
acceptInboundMessage(Object) - 类 中的方法io.netty.handler.codec.MessageToMessageCodec
Returns true if and only if the specified message can be decoded by this codec.
acceptInboundMessage(Object) - 类 中的方法io.netty.handler.codec.MessageToMessageDecoder
Returns true if the given message should be handled.
acceptInboundMessage(Object) - 类 中的方法io.netty.handler.codec.sctp.SctpInboundByteStreamHandler
 
acceptInboundMessage(SctpMessage) - 类 中的方法io.netty.handler.codec.sctp.SctpInboundByteStreamHandler
 
acceptInboundMessage(Object) - 类 中的方法io.netty.handler.codec.sctp.SctpMessageToMessageDecoder
 
acceptInboundMessage(Object) - 类 中的方法io.netty.handler.codec.spdy.SpdyHttpResponseStreamIdHandler
 
acceptMessage(HttpRequest) - 类 中的方法io.netty.handler.codec.http.HttpServerExpectContinueHandler
Produces a HttpResponse for HttpRequests which define an expectation.
acceptOutboundMessage(Object) - 类 中的方法io.netty.example.spdy.client.SpdyClientStreamIdHandler
 
acceptOutboundMessage(Object) - 类 中的方法io.netty.handler.codec.ByteToMessageCodec
Returns true if and only if the specified message can be encoded by this codec.
acceptOutboundMessage(Object) - 类 中的方法io.netty.handler.codec.DatagramPacketEncoder
 
acceptOutboundMessage(Object) - 类 中的方法io.netty.handler.codec.http.HttpContentEncoder
 
acceptOutboundMessage(Object) - 类 中的方法io.netty.handler.codec.http.HttpObjectEncoder
 
acceptOutboundMessage(Object) - 类 中的方法io.netty.handler.codec.http.HttpRequestEncoder
 
acceptOutboundMessage(Object) - 类 中的方法io.netty.handler.codec.http.HttpResponseEncoder
 
acceptOutboundMessage(Object) - 类 中的方法io.netty.handler.codec.memcache.AbstractMemcacheObjectEncoder
 
acceptOutboundMessage(Object) - 类 中的方法io.netty.handler.codec.MessageToByteEncoder
Returns true if the given message should be handled.
acceptOutboundMessage(Object) - 类 中的方法io.netty.handler.codec.MessageToMessageCodec
Returns true if and only if the specified message can be encoded by this codec.
acceptOutboundMessage(Object) - 类 中的方法io.netty.handler.codec.MessageToMessageEncoder
Returns true if the given message should be handled.
acceptOutboundMessage(Object) - 类 中的方法io.netty.handler.codec.rtsp.RtspEncoder
 
acceptOutboundMessage(Object) - 类 中的方法io.netty.handler.codec.rtsp.RtspObjectEncoder
已过时。
 
acceptOutboundMessage(Object) - 类 中的方法io.netty.handler.codec.smtp.SmtpRequestEncoder
 
acceptRenegotiate() - 类 中的方法io.netty.handler.ssl.OpenSslSessionStats
Returns the number of start renegotiations in server mode.
ACCESS_CONTROL_ALLOW_CREDENTIALS - 类 中的静态变量io.netty.handler.codec.http.HttpHeaderNames
"access-control-allow-credentials"
ACCESS_CONTROL_ALLOW_CREDENTIALS - 类 中的静态变量io.netty.handler.codec.http.HttpHeaders.Names
已过时。
"Access-Control-Allow-Credentials"
ACCESS_CONTROL_ALLOW_HEADERS - 类 中的静态变量io.netty.handler.codec.http.HttpHeaderNames
"access-control-allow-headers"
ACCESS_CONTROL_ALLOW_HEADERS - 类 中的静态变量io.netty.handler.codec.http.HttpHeaders.Names
已过时。
"Access-Control-Allow-Headers"
ACCESS_CONTROL_ALLOW_METHODS - 类 中的静态变量io.netty.handler.codec.http.HttpHeaderNames
"access-control-allow-methods"
ACCESS_CONTROL_ALLOW_METHODS - 类 中的静态变量io.netty.handler.codec.http.HttpHeaders.Names
已过时。
"Access-Control-Allow-Methods"
ACCESS_CONTROL_ALLOW_ORIGIN - 类 中的静态变量io.netty.handler.codec.http.HttpHeaderNames
"access-control-allow-origin"
ACCESS_CONTROL_ALLOW_ORIGIN - 类 中的静态变量io.netty.handler.codec.http.HttpHeaders.Names
已过时。
"Access-Control-Allow-Origin"
ACCESS_CONTROL_ALLOW_PRIVATE_NETWORK - 类 中的静态变量io.netty.handler.codec.http.HttpHeaderNames
"access-control-allow-origin"
ACCESS_CONTROL_EXPOSE_HEADERS - 类 中的静态变量io.netty.handler.codec.http.HttpHeaderNames
"access-control-expose-headers"
ACCESS_CONTROL_EXPOSE_HEADERS - 类 中的静态变量io.netty.handler.codec.http.HttpHeaders.Names
已过时。
"Access-Control-Expose-Headers"
ACCESS_CONTROL_MAX_AGE - 类 中的静态变量io.netty.handler.codec.http.HttpHeaderNames
"access-control-max-age"
ACCESS_CONTROL_MAX_AGE - 类 中的静态变量io.netty.handler.codec.http.HttpHeaders.Names
已过时。
"Access-Control-Max-Age"
ACCESS_CONTROL_REQUEST_HEADERS - 类 中的静态变量io.netty.handler.codec.http.HttpHeaderNames
"access-control-request-headers"
ACCESS_CONTROL_REQUEST_HEADERS - 类 中的静态变量io.netty.handler.codec.http.HttpHeaders.Names
已过时。
"Access-Control-Request-Headers"
ACCESS_CONTROL_REQUEST_METHOD - 类 中的静态变量io.netty.handler.codec.http.HttpHeaderNames
"access-control-request-method"
ACCESS_CONTROL_REQUEST_METHOD - 类 中的静态变量io.netty.handler.codec.http.HttpHeaders.Names
已过时。
"Access-Control-Request-Method"
ACCESS_CONTROL_REQUEST_PRIVATE_NETWORK - 类 中的静态变量io.netty.handler.codec.http.HttpHeaderNames
"access-control-request-private-network"
ack() - 类 中的方法io.netty.handler.codec.http2.DefaultHttp2PingFrame
 
ACK - 类 中的静态变量io.netty.handler.codec.http2.Http2Flags
 
ack() - 类 中的方法io.netty.handler.codec.http2.Http2Flags
Determines whether the flag is set indicating that this frame is an ACK.
ack(boolean) - 类 中的方法io.netty.handler.codec.http2.Http2Flags
Sets the Http2Flags.ACK flag.
ack() - 接口 中的方法io.netty.handler.codec.http2.Http2PingFrame
When true, indicates that this ping is a ping response.
ACK - 接口 中的静态变量io.netty.handler.codec.stomp.StompHeaders
 
acquire() - 接口 中的方法io.netty.channel.pool.ChannelPool
Acquire a Channel from this ChannelPool.
acquire(Promise<Channel>) - 接口 中的方法io.netty.channel.pool.ChannelPool
Acquire a Channel from this ChannelPool.
acquire(Promise<Channel>) - 类 中的方法io.netty.channel.pool.FixedChannelPool
 
acquire() - 类 中的方法io.netty.channel.pool.SimpleChannelPool
 
acquire(Promise<Channel>) - 类 中的方法io.netty.channel.pool.SimpleChannelPool
 
acquiredChannelCount() - 类 中的方法io.netty.channel.pool.FixedChannelPool
Returns the number of acquired channels that this pool thinks it has.
activate(InputStream, OutputStream) - 类 中的方法io.netty.channel.oio.OioByteStreamChannel
已过时。
Activate this instance.
ACTIVE - 接口 中的静态变量io.netty.channel.pool.ChannelHealthChecker
ChannelHealthChecker implementation that checks if Channel.isActive() returns true.
actualReadableBytes() - 类 中的方法io.netty.handler.codec.ByteToMessageDecoder
Returns the actual number of readable bytes in the internal cumulative buffer of this decoder.
actualSubprotocol() - 类 中的方法io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker
Returns the subprotocol response sent by the server.
AdaptiveRecvByteBufAllocator - io.netty.channel中的类
The RecvByteBufAllocator that automatically increases and decreases the predicted buffer size on feed back.
AdaptiveRecvByteBufAllocator() - 类 的构造器io.netty.channel.AdaptiveRecvByteBufAllocator
Creates a new predictor with the default parameters.
AdaptiveRecvByteBufAllocator(int, int, int) - 类 的构造器io.netty.channel.AdaptiveRecvByteBufAllocator
Creates a new predictor with the specified parameters.
add(ByteBuf) - 类 中的方法io.netty.channel.AbstractCoalescingBufferQueue
Add a buffer to the end of the queue.
add(ByteBuf, ChannelPromise) - 类 中的方法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) - 类 中的方法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) - 类 中的方法io.netty.channel.ChannelFlushPromiseNotifier
add(ChannelPromise, long) - 类 中的方法io.netty.channel.ChannelFlushPromiseNotifier
Add a ChannelPromise to this ChannelFlushPromiseNotifier which will be notified after the given pendingDataSize was reached.
add(Channel) - 类 中的方法io.netty.channel.group.DefaultChannelGroup
 
add(Object, ChannelPromise) - 类 中的方法io.netty.channel.PendingWriteQueue
Add the given msg and ChannelPromise.
add(ByteBuf) - 类 中的方法io.netty.channel.unix.IovArray
add(ByteBuf, int, int) - 类 中的方法io.netty.channel.unix.IovArray
 
add(K, V) - 类 中的方法io.netty.handler.codec.DefaultHeaders
 
add(K, Iterable<? extends V>) - 类 中的方法io.netty.handler.codec.DefaultHeaders
 
add(K, V...) - 类 中的方法io.netty.handler.codec.DefaultHeaders
 
add(Headers<? extends K, ? extends V, ?>) - 类 中的方法io.netty.handler.codec.DefaultHeaders
 
add(K, V) - 类 中的方法io.netty.handler.codec.EmptyHeaders
 
add(K, Iterable<? extends V>) - 类 中的方法io.netty.handler.codec.EmptyHeaders
 
add(K, V...) - 类 中的方法io.netty.handler.codec.EmptyHeaders
 
add(Headers<? extends K, ? extends V, ?>) - 类 中的方法io.netty.handler.codec.EmptyHeaders
 
add(K, V) - 接口 中的方法io.netty.handler.codec.Headers
Adds a new header with the specified name and value.
add(K, Iterable<? extends V>) - 接口 中的方法io.netty.handler.codec.Headers
Adds new headers with the specified name and values.
add(K, V...) - 接口 中的方法io.netty.handler.codec.Headers
Adds new headers with the specified name and values.
add(Headers<? extends K, ? extends V, ?>) - 接口 中的方法io.netty.handler.codec.Headers
Adds all header names and values of headers to this object.
add(HttpHeaders) - 类 中的方法io.netty.handler.codec.http.DefaultHttpHeaders
 
add(String, Object) - 类 中的方法io.netty.handler.codec.http.DefaultHttpHeaders
 
add(CharSequence, Object) - 类 中的方法io.netty.handler.codec.http.DefaultHttpHeaders
 
add(String, Iterable<?>) - 类 中的方法io.netty.handler.codec.http.DefaultHttpHeaders
 
add(CharSequence, Iterable<?>) - 类 中的方法io.netty.handler.codec.http.DefaultHttpHeaders
 
add(String, Object) - 类 中的方法io.netty.handler.codec.http.EmptyHttpHeaders
 
add(String, Iterable<?>) - 类 中的方法io.netty.handler.codec.http.EmptyHttpHeaders
 
add(String, Object) - 类 中的方法io.netty.handler.codec.http.HttpHeaders
 
add(CharSequence, Object) - 类 中的方法io.netty.handler.codec.http.HttpHeaders
Adds a new header with the specified name and value.
add(String, Iterable<?>) - 类 中的方法io.netty.handler.codec.http.HttpHeaders
 
add(CharSequence, Iterable<?>) - 类 中的方法io.netty.handler.codec.http.HttpHeaders
Adds a new header with the specified name and values.
add(HttpHeaders) - 类 中的方法io.netty.handler.codec.http.HttpHeaders
Adds all header entries of the specified headers.
add(String, Object) - 类 中的方法io.netty.handler.codec.http.ReadOnlyHttpHeaders
 
add(String, Iterable<?>) - 类 中的方法io.netty.handler.codec.http.ReadOnlyHttpHeaders
 
add(Http2Exception.StreamException) - 异常错误 中的方法io.netty.handler.codec.http2.Http2Exception.CompositeStreamException
 
add(CharSequence, CharSequence) - 类 中的方法io.netty.handler.codec.http2.ReadOnlyHttp2Headers
 
add(CharSequence, Iterable<? extends CharSequence>) - 类 中的方法io.netty.handler.codec.http2.ReadOnlyHttp2Headers
 
add(CharSequence, CharSequence...) - 类 中的方法io.netty.handler.codec.http2.ReadOnlyHttp2Headers
 
add(Headers<? extends CharSequence, ? extends CharSequence, ?>) - 类 中的方法io.netty.handler.codec.http2.ReadOnlyHttp2Headers
 
ADD - 类 中的静态变量io.netty.handler.codec.memcache.binary.BinaryMemcacheOpcodes
 
add(MqttProperties.MqttProperty) - 类 中的方法io.netty.handler.codec.mqtt.MqttProperties
 
add(MqttProperties.StringPair) - 类 中的方法io.netty.handler.codec.mqtt.MqttProperties.UserProperties
 
add(String, String) - 类 中的方法io.netty.handler.codec.mqtt.MqttProperties.UserProperties
 
add(Promise<V>...) - 类 中的方法io.netty.util.concurrent.PromiseAggregator
已过时。
Add the given Promises to the aggregator.
add(Promise) - 类 中的方法io.netty.util.concurrent.PromiseCombiner
已过时。
add(Future) - 类 中的方法io.netty.util.concurrent.PromiseCombiner
Adds a new future to be combined.
add(String, V) - 类 中的方法io.netty.util.DomainMappingBuilder
已过时。
Adds a mapping that maps the specified (optionally wildcard) host name to the specified output value.
add(String, V) - 类 中的方法io.netty.util.DomainNameMapping
已过时。
use DomainNameMappingBuilder to create and fill the mapping instead
add(String, V) - 类 中的方法io.netty.util.DomainNameMappingBuilder
已过时。
Adds a mapping that maps the specified (optionally wildcard) host name to the specified output value.
add(String, V) - 类 中的方法io.netty.util.DomainWildcardMappingBuilder
Adds a mapping that maps the specified (optionally wildcard) host name to the specified output value.
add(E) - 类 中的方法io.netty.util.internal.ConcurrentSet
已过时。
 
add(T) - 类 中的方法io.netty.util.internal.EmptyPriorityQueue
 
add(long) - 接口 中的方法io.netty.util.internal.LongCounter
 
add(Object) - 类 中的方法io.netty.util.internal.RecyclableArrayList
 
add(int, Object) - 类 中的方法io.netty.util.internal.RecyclableArrayList
 
addAfter(String, String, ChannelHandler) - 接口 中的方法io.netty.channel.ChannelPipeline
Inserts a ChannelHandler after an existing handler of this pipeline.
addAfter(EventExecutorGroup, String, String, ChannelHandler) - 接口 中的方法io.netty.channel.ChannelPipeline
Inserts a ChannelHandler after an existing handler of this pipeline.
addAfter(String, String, ChannelHandler) - 类 中的方法io.netty.channel.DefaultChannelPipeline
 
addAfter(EventExecutorGroup, String, String, ChannelHandler) - 类 中的方法io.netty.channel.DefaultChannelPipeline
 
addAlgorithm(OpenSslCertificateCompressionAlgorithm, OpenSslCertificateCompressionConfig.AlgorithmMode) - 类 中的方法io.netty.handler.ssl.OpenSslCertificateCompressionConfig.Builder
Adds a certificate compression algorithm.
addAll(Promise...) - 类 中的方法io.netty.util.concurrent.PromiseCombiner
已过时。
addAll(Future...) - 类 中的方法io.netty.util.concurrent.PromiseCombiner
Adds new futures to be combined.
addAll(Collection<? extends T>) - 类 中的方法io.netty.util.internal.EmptyPriorityQueue
 
addAll(Collection<?>) - 类 中的方法io.netty.util.internal.RecyclableArrayList
 
addAll(int, Collection<?>) - 类 中的方法io.netty.util.internal.RecyclableArrayList
 
addAllLocalTime(Iterable<? extends WorldClockProtocol.LocalTime>) - 类 中的方法io.netty.example.worldclock.WorldClockProtocol.LocalTimes.Builder
repeated .io.netty.example.worldclock.LocalTime localTime = 1;
addAllLocation(Iterable<? extends WorldClockProtocol.Location>) - 类 中的方法io.netty.example.worldclock.WorldClockProtocol.Locations.Builder
repeated .io.netty.example.worldclock.Location location = 1;
addAsciiStringInHttp2Headers(Blackhole) - 类 中的方法io.netty.handler.codec.http2.Http2PseudoHeadersLookupBenchmark
 
addBefore(String, String, ChannelHandler) - 接口 中的方法io.netty.channel.ChannelPipeline
Inserts a ChannelHandler before an existing handler of this pipeline.
addBefore(EventExecutorGroup, String, String, ChannelHandler) - 接口 中的方法io.netty.channel.ChannelPipeline
Inserts a ChannelHandler before an existing handler of this pipeline.
addBefore(String, String, ChannelHandler) - 类 中的方法io.netty.channel.DefaultChannelPipeline
 
addBefore(EventExecutorGroup, String, String, ChannelHandler) - 类 中的方法io.netty.channel.DefaultChannelPipeline
 
addBodyAttribute(String, String) - 类 中的方法io.netty.handler.codec.http.multipart.HttpPostRequestEncoder
Add a simple attribute in the body as Name=Value
addBodyFileUpload(String, File, String, boolean) - 类 中的方法io.netty.handler.codec.http.multipart.HttpPostRequestEncoder
Add a file as a FileUpload
addBodyFileUpload(String, String, File, String, boolean) - 类 中的方法io.netty.handler.codec.http.multipart.HttpPostRequestEncoder
Add a file as a FileUpload
addBodyFileUploads(String, File[], String[], boolean[]) - 类 中的方法io.netty.handler.codec.http.multipart.HttpPostRequestEncoder
Add a series of Files associated with one File parameter
addBodyHttpData(InterfaceHttpData) - 类 中的方法io.netty.handler.codec.http.multipart.HttpPostRequestEncoder
Add the InterfaceHttpData to the Body list
addBoolean(K, boolean) - 类 中的方法io.netty.handler.codec.DefaultHeaders
 
addBoolean(K, boolean) - 类 中的方法io.netty.handler.codec.EmptyHeaders
 
addBoolean(K, boolean) - 接口 中的方法io.netty.handler.codec.Headers
Adds a new header.
addBoolean(CharSequence, boolean) - 类 中的方法io.netty.handler.codec.http2.ReadOnlyHttp2Headers
 
addByte(K, byte) - 类 中的方法io.netty.handler.codec.DefaultHeaders
 
addByte(K, byte) - 类 中的方法io.netty.handler.codec.EmptyHeaders
 
addByte(K, byte) - 接口 中的方法io.netty.handler.codec.Headers
Adds a new header.
addByte(CharSequence, byte) - 类 中的方法io.netty.handler.codec.http2.ReadOnlyHttp2Headers
 
addChar(K, char) - 类 中的方法io.netty.handler.codec.DefaultHeaders
 
addChar(K, char) - 类 中的方法io.netty.handler.codec.EmptyHeaders
 
addChar(K, char) - 接口 中的方法io.netty.handler.codec.Headers
Adds a new header.
addChar(CharSequence, char) - 类 中的方法io.netty.handler.codec.http2.ReadOnlyHttp2Headers
 
addCodec(ChannelHandlerContext) - 类 中的方法io.netty.handler.proxy.HttpProxyHandler
 
addCodec(ChannelHandlerContext) - 类 中的方法io.netty.handler.proxy.ProxyHandler
Adds the codec handlers required to communicate with the proxy server.
addCodec(ChannelHandlerContext) - 类 中的方法io.netty.handler.proxy.Socks4ProxyHandler
 
addCodec(ChannelHandlerContext) - 类 中的方法io.netty.handler.proxy.Socks5ProxyHandler
 
addComponent(ByteBuf) - 类 中的方法io.netty.buffer.CompositeByteBuf
Add the given ByteBuf.
addComponent(int, ByteBuf) - 类 中的方法io.netty.buffer.CompositeByteBuf
Add the given ByteBuf on the specific index.
addComponent(boolean, ByteBuf) - 类 中的方法io.netty.buffer.CompositeByteBuf
Add the given ByteBuf and increase the writerIndex if increaseWriterIndex is true.
addComponent(boolean, int, ByteBuf) - 类 中的方法io.netty.buffer.CompositeByteBuf
Add the given ByteBuf on the specific index and increase the writerIndex if increaseWriterIndex is true.
addComponents(ByteBuf...) - 类 中的方法io.netty.buffer.CompositeByteBuf
Add the given ByteBufs.
addComponents(Iterable<ByteBuf>) - 类 中的方法io.netty.buffer.CompositeByteBuf
Add the given ByteBufs.
addComponents(boolean, ByteBuf...) - 类 中的方法io.netty.buffer.CompositeByteBuf
Add the given ByteBufs and increase the writerIndex if increaseWriterIndex is true.
addComponents(boolean, Iterable<ByteBuf>) - 类 中的方法io.netty.buffer.CompositeByteBuf
Add the given ByteBufs and increase the writerIndex if increaseWriterIndex is true.
addComponents(int, ByteBuf...) - 类 中的方法io.netty.buffer.CompositeByteBuf
Add the given ByteBufs on the specific index Be aware that this method does not increase the writerIndex of the CompositeByteBuf.
addComponents(int, Iterable<ByteBuf>) - 类 中的方法io.netty.buffer.CompositeByteBuf
Add the given ByteBufs on the specific index Be aware that this method does not increase the writerIndex of the CompositeByteBuf.
addContent(ByteBuf, boolean) - 类 中的方法io.netty.handler.codec.http.multipart.AbstractDiskHttpData
 
addContent(ByteBuf, boolean) - 类 中的方法io.netty.handler.codec.http.multipart.AbstractMemoryHttpData
 
addContent(ByteBuf, boolean) - 类 中的方法io.netty.handler.codec.http.multipart.DiskAttribute
 
addContent(ByteBuf, boolean) - 接口 中的方法io.netty.handler.codec.http.multipart.HttpData
Add the content from the ChannelBuffer ReferenceCounted.release() ownership of buffer is transferred to this HttpData.
addContent(ByteBuf, boolean) - 类 中的方法io.netty.handler.codec.http.multipart.MemoryAttribute
 
addDateHeader(HttpMessage, String, Date) - 类 中的静态方法io.netty.handler.codec.http.HttpHeaders
已过时。
addDateHeader(HttpMessage, CharSequence, Date) - 类 中的静态方法io.netty.handler.codec.http.HttpHeaders
已过时。
Use HttpHeaders.add(CharSequence, Object) instead. Adds a new date header with the specified name and value. The specified value is formatted as defined in RFC2616
addDouble(K, double) - 类 中的方法io.netty.handler.codec.DefaultHeaders
 
addDouble(K, double) - 类 中的方法io.netty.handler.codec.EmptyHeaders
 
addDouble(K, double) - 接口 中的方法io.netty.handler.codec.Headers
Adds a new header.
addDouble(CharSequence, double) - 类 中的方法io.netty.handler.codec.http2.ReadOnlyHttp2Headers
 
addExclusions(Class, String...) - 类 中的静态方法io.netty.util.ResourceLeakDetector
 
addFirst(ByteBuf, ChannelPromise) - 类 中的方法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) - 接口 中的方法io.netty.channel.ChannelPipeline
Inserts a ChannelHandler at the first position of this pipeline.
addFirst(EventExecutorGroup, String, ChannelHandler) - 接口 中的方法io.netty.channel.ChannelPipeline
Inserts a ChannelHandler at the first position of this pipeline.
addFirst(ChannelHandler...) - 接口 中的方法io.netty.channel.ChannelPipeline
Inserts ChannelHandlers at the first position of this pipeline.
addFirst(EventExecutorGroup, ChannelHandler...) - 接口 中的方法io.netty.channel.ChannelPipeline
Inserts ChannelHandlers at the first position of this pipeline.
addFirst(String, ChannelHandler) - 类 中的方法io.netty.channel.DefaultChannelPipeline
 
addFirst(EventExecutorGroup, String, ChannelHandler) - 类 中的方法io.netty.channel.DefaultChannelPipeline
 
addFirst(ChannelHandler) - 类 中的方法io.netty.channel.DefaultChannelPipeline
 
addFirst(ChannelHandler...) - 类 中的方法io.netty.channel.DefaultChannelPipeline
 
addFirst(EventExecutorGroup, ChannelHandler...) - 类 中的方法io.netty.channel.DefaultChannelPipeline
 
addFlattenedComponents(boolean, ByteBuf) - 类 中的方法io.netty.buffer.CompositeByteBuf
Add the given ByteBuf and increase the writerIndex if increaseWriterIndex is true.
addFloat(K, float) - 类 中的方法io.netty.handler.codec.DefaultHeaders
 
addFloat(K, float) - 类 中的方法io.netty.handler.codec.EmptyHeaders
 
addFloat(K, float) - 接口 中的方法io.netty.handler.codec.Headers
Adds a new header.
addFloat(CharSequence, float) - 类 中的方法io.netty.handler.codec.http2.ReadOnlyHttp2Headers
 
addFlowControlled(Http2Stream, Http2RemoteFlowController.FlowControlled) - 类 中的方法io.netty.handler.codec.http2.DefaultHttp2RemoteFlowController
 
addFlowControlled(Http2Stream, Http2RemoteFlowController.FlowControlled) - 接口 中的方法io.netty.handler.codec.http2.Http2RemoteFlowController
Queues a payload for transmission to the remote endpoint.
addFlush() - 类 中的方法io.netty.channel.ChannelOutboundBuffer
Add a flush to this ChannelOutboundBuffer.
addGrantedQos(MqttQoS) - 类 中的方法io.netty.handler.codec.mqtt.MqttMessageBuilders.SubAckBuilder
 
addGrantedQoses(MqttQoS...) - 类 中的方法io.netty.handler.codec.mqtt.MqttMessageBuilders.SubAckBuilder
 
addHeader(HttpMessage, String, Object) - 类 中的静态方法io.netty.handler.codec.http.HttpHeaders
已过时。
addHeader(HttpMessage, CharSequence, Object) - 类 中的静态方法io.netty.handler.codec.http.HttpHeaders
已过时。
Use HttpHeaders.add(CharSequence, Object) instead. Adds a new header with the specified name and value. If the specified value is not a String, it is converted into a String by Object.toString(), except for Date and Calendar which are formatted to the date format defined in RFC2616.
addHttp2ToHttpHeaders(int, Http2Headers, FullHttpMessage, boolean) - 类 中的静态方法io.netty.handler.codec.http2.HttpConversionUtil
Translate and add HTTP/2 headers to HTTP/1.x headers.
addHttp2ToHttpHeaders(int, Http2Headers, HttpHeaders, HttpVersion, boolean, boolean) - 类 中的静态方法io.netty.handler.codec.http2.HttpConversionUtil
Translate and add HTTP/2 headers to HTTP/1.x headers.
addHttpData(InterfaceHttpData) - 类 中的方法io.netty.handler.codec.http.multipart.HttpPostMultipartRequestDecoder
Utility function to add a new decoded data
addHttpData(InterfaceHttpData) - 类 中的方法io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder
Utility function to add a new decoded data
addImpl(Headers<? extends K, ? extends V, ?>) - 类 中的方法io.netty.handler.codec.DefaultHeaders
 
addInt(K, int) - 类 中的方法io.netty.handler.codec.DefaultHeaders
 
addInt(K, int) - 类 中的方法io.netty.handler.codec.EmptyHeaders
 
addInt(K, int) - 接口 中的方法io.netty.handler.codec.Headers
Adds a new header.
addInt(CharSequence, int) - 类 中的方法io.netty.handler.codec.http.DefaultHttpHeaders
 
addInt(CharSequence, int) - 类 中的方法io.netty.handler.codec.http.EmptyHttpHeaders
 
addInt(CharSequence, int) - 类 中的方法io.netty.handler.codec.http.HttpHeaders
Add the name to value.
addInt(CharSequence, int) - 类 中的方法io.netty.handler.codec.http.ReadOnlyHttpHeaders
 
addInt(CharSequence, int) - 类 中的方法io.netty.handler.codec.http2.ReadOnlyHttp2Headers
 
addIntHeader(HttpMessage, String, int) - 类 中的静态方法io.netty.handler.codec.http.HttpHeaders
已过时。
addIntHeader(HttpMessage, CharSequence, int) - 类 中的静态方法io.netty.handler.codec.http.HttpHeaders
已过时。
Use HttpHeaders.addInt(CharSequence, int) instead. Adds a new integer header with the specified name and value.
addLast(String, ChannelHandler) - 接口 中的方法io.netty.channel.ChannelPipeline
Appends a ChannelHandler at the last position of this pipeline.
addLast(EventExecutorGroup, String, ChannelHandler) - 接口 中的方法io.netty.channel.ChannelPipeline
Appends a ChannelHandler at the last position of this pipeline.
addLast(ChannelHandler...) - 接口 中的方法io.netty.channel.ChannelPipeline
Inserts ChannelHandlers at the last position of this pipeline.
addLast(EventExecutorGroup, ChannelHandler...) - 接口 中的方法io.netty.channel.ChannelPipeline
Inserts ChannelHandlers at the last position of this pipeline.
addLast(String, ChannelHandler) - 类 中的方法io.netty.channel.DefaultChannelPipeline
 
addLast(EventExecutorGroup, String, ChannelHandler) - 类 中的方法io.netty.channel.DefaultChannelPipeline
 
addLast(ChannelHandler) - 类 中的方法io.netty.channel.DefaultChannelPipeline
 
addLast(ChannelHandler...) - 类 中的方法io.netty.channel.DefaultChannelPipeline
 
addLast(EventExecutorGroup, ChannelHandler...) - 类 中的方法io.netty.channel.DefaultChannelPipeline
 
addListener(GenericFutureListener<? extends Future<? super Void>>) - 接口 中的方法io.netty.channel.ChannelFuture
 
addListener(GenericFutureListener<? extends Future<? super Void>>) - 接口 中的方法io.netty.channel.ChannelProgressiveFuture
 
addListener(GenericFutureListener<? extends Future<? super Void>>) - 接口 中的方法io.netty.channel.ChannelProgressivePromise
 
addListener(GenericFutureListener<? extends Future<? super Void>>) - 接口 中的方法io.netty.channel.ChannelPromise
 
addListener(GenericFutureListener<? extends Future<? super Void>>) - 类 中的方法io.netty.channel.DefaultChannelProgressivePromise
 
addListener(GenericFutureListener<? extends Future<? super Void>>) - 类 中的方法io.netty.channel.DefaultChannelPromise
 
addListener(GenericFutureListener<? extends Future<? super Void>>) - 类 中的方法io.netty.channel.DelegatingChannelPromiseNotifier
 
addListener(GenericFutureListener<? extends Future<? super Void>>) - 接口 中的方法io.netty.channel.group.ChannelGroupFuture
 
addListener(GenericFutureListener<? extends Future<? super Void>>) - 类 中的方法io.netty.channel.VoidChannelPromise
 
addListener(Http2Connection.Listener) - 类 中的方法io.netty.handler.codec.http2.DefaultHttp2Connection
 
addListener(Http2Connection.Listener) - 接口 中的方法io.netty.handler.codec.http2.Http2Connection
Adds a listener of stream life-cycle events.
addListener(GenericFutureListener<? extends Future<? super V>>) - 类 中的方法io.netty.util.concurrent.CompleteFuture
 
addListener(GenericFutureListener<? extends Future<? super V>>) - 类 中的方法io.netty.util.concurrent.DefaultProgressivePromise
 
addListener(GenericFutureListener<? extends Future<? super V>>) - 类 中的方法io.netty.util.concurrent.DefaultPromise
 
addListener(GenericFutureListener<? extends Future<? super V>>) - 接口 中的方法io.netty.util.concurrent.Future
Adds the specified listener to this future.
addListener(GenericFutureListener<? extends Future<? super V>>) - 接口 中的方法io.netty.util.concurrent.ProgressiveFuture
 
addListener(GenericFutureListener<? extends Future<? super V>>) - 接口 中的方法io.netty.util.concurrent.ProgressivePromise
 
addListener(GenericFutureListener<? extends Future<? super V>>) - 接口 中的方法io.netty.util.concurrent.Promise
 
addListeners(GenericFutureListener<? extends Future<? super Void>>...) - 接口 中的方法io.netty.channel.ChannelFuture
 
addListeners(GenericFutureListener<? extends Future<? super Void>>...) - 接口 中的方法io.netty.channel.ChannelProgressiveFuture
 
addListeners(GenericFutureListener<? extends Future<? super Void>>...) - 接口 中的方法io.netty.channel.ChannelProgressivePromise
 
addListeners(GenericFutureListener<? extends Future<? super Void>>...) - 接口 中的方法io.netty.channel.ChannelPromise
 
addListeners(GenericFutureListener<? extends Future<? super Void>>...) - 类 中的方法io.netty.channel.DefaultChannelProgressivePromise
 
addListeners(GenericFutureListener<? extends Future<? super Void>>...) - 类 中的方法io.netty.channel.DefaultChannelPromise
 
addListeners(GenericFutureListener<? extends Future<? super Void>>...) - 类 中的方法io.netty.channel.DelegatingChannelPromiseNotifier
 
addListeners(GenericFutureListener<? extends Future<? super Void>>...) - 接口 中的方法io.netty.channel.group.ChannelGroupFuture
 
addListeners(GenericFutureListener<? extends Future<? super Void>>...) - 类 中的方法io.netty.channel.VoidChannelPromise
 
addListeners(GenericFutureListener<? extends Future<? super V>>...) - 类 中的方法io.netty.util.concurrent.CompleteFuture
 
addListeners(GenericFutureListener<? extends Future<? super V>>...) - 类 中的方法io.netty.util.concurrent.DefaultProgressivePromise
 
addListeners(GenericFutureListener<? extends Future<? super V>>...) - 类 中的方法io.netty.util.concurrent.DefaultPromise
 
addListeners(GenericFutureListener<? extends Future<? super V>>...) - 接口 中的方法io.netty.util.concurrent.Future
Adds the specified listeners to this future.
addListeners(GenericFutureListener<? extends Future<? super V>>...) - 接口 中的方法io.netty.util.concurrent.ProgressiveFuture
 
addListeners(GenericFutureListener<? extends Future<? super V>>...) - 接口 中的方法io.netty.util.concurrent.ProgressivePromise
 
addListeners(GenericFutureListener<? extends Future<? super V>>...) - 接口 中的方法io.netty.util.concurrent.Promise
 
addLocalTime(WorldClockProtocol.LocalTime) - 类 中的方法io.netty.example.worldclock.WorldClockProtocol.LocalTimes.Builder
repeated .io.netty.example.worldclock.LocalTime localTime = 1;
addLocalTime(int, WorldClockProtocol.LocalTime) - 类 中的方法io.netty.example.worldclock.WorldClockProtocol.LocalTimes.Builder
repeated .io.netty.example.worldclock.LocalTime localTime = 1;
addLocalTime(WorldClockProtocol.LocalTime.Builder) - 类 中的方法io.netty.example.worldclock.WorldClockProtocol.LocalTimes.Builder
repeated .io.netty.example.worldclock.LocalTime localTime = 1;
addLocalTime(int, WorldClockProtocol.LocalTime.Builder) - 类 中的方法io.netty.example.worldclock.WorldClockProtocol.LocalTimes.Builder
repeated .io.netty.example.worldclock.LocalTime localTime = 1;
addLocalTimeBuilder() - 类 中的方法io.netty.example.worldclock.WorldClockProtocol.LocalTimes.Builder
repeated .io.netty.example.worldclock.LocalTime localTime = 1;
addLocalTimeBuilder(int) - 类 中的方法io.netty.example.worldclock.WorldClockProtocol.LocalTimes.Builder
repeated .io.netty.example.worldclock.LocalTime localTime = 1;
addLocation(WorldClockProtocol.Location) - 类 中的方法io.netty.example.worldclock.WorldClockProtocol.Locations.Builder
repeated .io.netty.example.worldclock.Location location = 1;
addLocation(int, WorldClockProtocol.Location) - 类 中的方法io.netty.example.worldclock.WorldClockProtocol.Locations.Builder
repeated .io.netty.example.worldclock.Location location = 1;
addLocation(WorldClockProtocol.Location.Builder) - 类 中的方法io.netty.example.worldclock.WorldClockProtocol.Locations.Builder
repeated .io.netty.example.worldclock.Location location = 1;
addLocation(int, WorldClockProtocol.Location.Builder) - 类 中的方法io.netty.example.worldclock.WorldClockProtocol.Locations.Builder
repeated .io.netty.example.worldclock.Location location = 1;
addLocationBuilder() - 类 中的方法io.netty.example.worldclock.WorldClockProtocol.Locations.Builder
repeated .io.netty.example.worldclock.Location location = 1;
addLocationBuilder(int) - 类 中的方法io.netty.example.worldclock.WorldClockProtocol.Locations.Builder
repeated .io.netty.example.worldclock.Location location = 1;
addLong(K, long) - 类 中的方法io.netty.handler.codec.DefaultHeaders
 
addLong(K, long) - 类 中的方法io.netty.handler.codec.EmptyHeaders
 
addLong(K, long) - 接口 中的方法io.netty.handler.codec.Headers
Adds a new header.
addLong(CharSequence, long) - 类 中的方法io.netty.handler.codec.http2.ReadOnlyHttp2Headers
 
addMessage(Object, int, ChannelPromise) - 类 中的方法io.netty.channel.ChannelOutboundBuffer
Add given message to this ChannelOutboundBuffer.
addObject(K, Object) - 类 中的方法io.netty.handler.codec.DefaultHeaders
 
addObject(K, Iterable<?>) - 类 中的方法io.netty.handler.codec.DefaultHeaders
 
addObject(K, Object...) - 类 中的方法io.netty.handler.codec.DefaultHeaders
 
addObject(K, Object) - 类 中的方法io.netty.handler.codec.EmptyHeaders
 
addObject(K, Iterable<?>) - 类 中的方法io.netty.handler.codec.EmptyHeaders
 
addObject(K, Object...) - 类 中的方法io.netty.handler.codec.EmptyHeaders
 
addObject(K, Object) - 接口 中的方法io.netty.handler.codec.Headers
Adds a new header.
addObject(K, Iterable<?>) - 接口 中的方法io.netty.handler.codec.Headers
Adds a new header with the specified name and values.
addObject(K, Object...) - 接口 中的方法io.netty.handler.codec.Headers
Adds a new header with the specified name and values.
addObject(CharSequence, Object) - 类 中的方法io.netty.handler.codec.http2.ReadOnlyHttp2Headers
 
addObject(CharSequence, Iterable<?>) - 类 中的方法io.netty.handler.codec.http2.ReadOnlyHttp2Headers
 
addObject(CharSequence, Object...) - 类 中的方法io.netty.handler.codec.http2.ReadOnlyHttp2Headers
 
addParam(String, String) - 类 中的方法io.netty.handler.codec.http.QueryStringEncoder
Adds a parameter with the specified name and value to this encoder.
ADDQ - 类 中的静态变量io.netty.handler.codec.memcache.binary.BinaryMemcacheOpcodes
 
addReasonCode(short) - 类 中的方法io.netty.handler.codec.mqtt.MqttMessageBuilders.UnsubAckBuilder
 
addReasonCodes(Short...) - 类 中的方法io.netty.handler.codec.mqtt.MqttMessageBuilders.UnsubAckBuilder
 
addRecord(DnsSection, DnsRecord) - 类 中的方法io.netty.handler.codec.dns.AbstractDnsMessage
 
addRecord(DnsSection, int, DnsRecord) - 类 中的方法io.netty.handler.codec.dns.AbstractDnsMessage
 
addRecord(DnsSection, DnsRecord) - 类 中的方法io.netty.handler.codec.dns.DatagramDnsQuery
 
addRecord(DnsSection, int, DnsRecord) - 类 中的方法io.netty.handler.codec.dns.DatagramDnsQuery
 
addRecord(DnsSection, DnsRecord) - 类 中的方法io.netty.handler.codec.dns.DatagramDnsResponse
 
addRecord(DnsSection, int, DnsRecord) - 类 中的方法io.netty.handler.codec.dns.DatagramDnsResponse
 
addRecord(DnsSection, DnsRecord) - 类 中的方法io.netty.handler.codec.dns.DefaultDnsQuery
 
addRecord(DnsSection, int, DnsRecord) - 类 中的方法io.netty.handler.codec.dns.DefaultDnsQuery
 
addRecord(DnsSection, DnsRecord) - 类 中的方法io.netty.handler.codec.dns.DefaultDnsResponse
 
addRecord(DnsSection, int, DnsRecord) - 类 中的方法io.netty.handler.codec.dns.DefaultDnsResponse
 
addRecord(DnsSection, DnsRecord) - 接口 中的方法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) - 接口 中的方法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) - 接口 中的方法io.netty.handler.codec.dns.DnsQuery
 
addRecord(DnsSection, int, DnsRecord) - 接口 中的方法io.netty.handler.codec.dns.DnsQuery
 
addRecord(DnsSection, DnsRecord) - 接口 中的方法io.netty.handler.codec.dns.DnsResponse
 
addRecord(DnsSection, int, DnsRecord) - 接口 中的方法io.netty.handler.codec.dns.DnsResponse
 
address() - 类 中的方法com.sun.nio.sctp.MessageInfo
 
address() - 类 中的方法io.netty.channel.unix.NativeInetAddress
 
address(byte[], int, int) - 类 中的静态方法io.netty.channel.unix.NativeInetAddress
 
address() - 类 中的方法io.netty.handler.codec.dns.DefaultDnsOptEcsRecord
 
address() - 接口 中的方法io.netty.handler.codec.dns.DnsOptEcsRecord
Returns the bytes of the InetAddress to use.
address(String, ResolvedAddressTypes) - 类 中的方法io.netty.resolver.DefaultHostsFileEntriesResolver
 
address() - 接口 中的方法io.netty.resolver.dns.DnsCacheEntry
Get the resolved address.
address(String, ResolvedAddressTypes) - 接口 中的方法io.netty.resolver.HostsFileEntriesResolver
Resolve the address of a hostname against the entries in a hosts file, depending on some address types.
ADDRESS_UNSUPPORTED - 类 中的静态变量io.netty.handler.codec.socksx.v5.Socks5CommandStatus
 
addressByName(String) - 类 中的静态方法io.netty.util.internal.SocketUtils
 
AddressedEnvelope<M,A extends java.net.SocketAddress> - io.netty.channel中的接口
A message that wraps another message with a sender address and a recipient address.
addressEncoder() - 类 中的方法io.netty.handler.codec.socksx.v5.Socks5ClientEncoder
Returns the Socks5AddressEncoder of this encoder.
addressEncoder() - 类 中的方法io.netty.handler.codec.socksx.v5.Socks5ServerEncoder
Returns the Socks5AddressEncoder of this encoder.
addresses(String, ResolvedAddressTypes) - 类 中的方法io.netty.resolver.DefaultHostsFileEntriesResolver
Resolves all addresses of a hostname against the entries in a hosts file, depending on the specified ResolvedAddressTypes.
addressesFromNetworkInterface(NetworkInterface) - 类 中的静态方法io.netty.util.internal.SocketUtils
 
addressFamily() - 枚举 中的方法io.netty.handler.codec.haproxy.HAProxyProxiedProtocol
Returns the HAProxyProxiedProtocol.AddressFamily of this protocol and address family.
addressNumber() - 枚举 中的方法io.netty.channel.socket.InternetProtocolFamily
Returns the address number of the family.
AddressResolver<T extends java.net.SocketAddress> - io.netty.resolver中的接口
Resolves a possibility unresolved SocketAddress.
AddressResolverGroup<T extends java.net.SocketAddress> - io.netty.resolver中的类
Creates and manages NameResolvers so that each EventExecutor has its own resolver instance.
AddressResolverGroup() - 类 的构造器io.netty.resolver.AddressResolverGroup
 
addressSize() - 类 中的静态方法io.netty.channel.unix.Buffer
Returns the size of a pointer.
addressSize() - 类 中的静态方法io.netty.util.internal.PlatformDependent
Return the address size of the OS. 4 (for 32 bits systems ) and 8 (for 64 bits systems).
addressType() - 枚举 中的方法io.netty.channel.socket.InternetProtocolFamily
Returns the address type of this protocol family.
addressType() - 类 中的方法io.netty.handler.codec.socks.SocksCmdRequest
Returns the SocksAddressType of this SocksCmdRequest
addressType() - 类 中的方法io.netty.handler.codec.socks.SocksCmdResponse
addShort(K, short) - 类 中的方法io.netty.handler.codec.DefaultHeaders
 
addShort(K, short) - 类 中的方法io.netty.handler.codec.EmptyHeaders
 
addShort(K, short) - 接口 中的方法io.netty.handler.codec.Headers
Adds a new header.
addShort(CharSequence, short) - 类 中的方法io.netty.handler.codec.http.DefaultHttpHeaders
 
addShort(CharSequence, short) - 类 中的方法io.netty.handler.codec.http.EmptyHttpHeaders
 
addShort(CharSequence, short) - 类 中的方法io.netty.handler.codec.http.HttpHeaders
Add the name to value.
addShort(CharSequence, short) - 类 中的方法io.netty.handler.codec.http.ReadOnlyHttpHeaders
 
addShort(CharSequence, short) - 类 中的方法io.netty.handler.codec.http2.ReadOnlyHttp2Headers
 
addShutdownHook(Runnable) - 类 中的方法io.netty.util.concurrent.SingleThreadEventExecutor
Add a Runnable which will be executed on shutdown of this instance
addStringInHttp2Headers(Blackhole) - 类 中的方法io.netty.handler.codec.http2.Http2PseudoHeadersLookupBenchmark
 
addSubscription(MqttQoS, String) - 类 中的方法io.netty.handler.codec.mqtt.MqttMessageBuilders.SubscribeBuilder
 
addSubscription(String, MqttSubscriptionOption) - 类 中的方法io.netty.handler.codec.mqtt.MqttMessageBuilders.SubscribeBuilder
 
addSuppressed(Throwable, Throwable) - 类 中的静态方法io.netty.util.internal.ThrowableUtil
 
addSuppressed(Throwable, List<Throwable>) - 类 中的静态方法io.netty.util.internal.ThrowableUtil
 
addSuppressedAndClear(Throwable, List<Throwable>) - 类 中的静态方法io.netty.util.internal.ThrowableUtil
 
addTask(Runnable) - 类 中的方法io.netty.util.concurrent.SingleThreadEventExecutor
Add a task to the task queue, or throws a RejectedExecutionException if this instance was shutdown before.
addTimeMillis(K, long) - 类 中的方法io.netty.handler.codec.DefaultHeaders
 
addTimeMillis(K, long) - 类 中的方法io.netty.handler.codec.EmptyHeaders
 
addTimeMillis(K, long) - 接口 中的方法io.netty.handler.codec.Headers
Adds a new header.
addTimeMillis(CharSequence, long) - 类 中的方法io.netty.handler.codec.http2.ReadOnlyHttp2Headers
 
addTopicFilter(String) - 类 中的方法io.netty.handler.codec.mqtt.MqttMessageBuilders.UnsubscribeBuilder
 
adjustMarkers(int) - 类 中的方法io.netty.buffer.AbstractByteBuf
 
AdvancedCodecOutputListBenchmark - io.netty.handler.codec中的类
 
AdvancedCodecOutputListBenchmark() - 类 的构造器io.netty.handler.codec.AdvancedCodecOutputListBenchmark
 
advanceTimeBy(long, TimeUnit) - 类 中的方法io.netty.channel.embedded.EmbeddedChannel
Advance the clock of the event loop of this channel by the given duration.
advmss() - 类 中的方法io.netty.channel.epoll.EpollTcpInfo
 
AES_KEY_SIZE - 类 中的静态变量io.netty.handler.ssl.OpenSslSessionTicketKey
Size of session ticket key AES key
aesKey() - 类 中的方法io.netty.handler.ssl.OpenSslSessionTicketKey
Get AES Key.
AFRICA_VALUE - 枚举 中的静态变量io.netty.example.worldclock.WorldClockProtocol.Continent
AFRICA = 0;
AFSDB - 类 中的静态变量io.netty.handler.codec.dns.DnsRecordType
AFS database record RFC 1183 Location of database servers of an AFS cell.
after - 类 中的变量io.netty.handler.codec.DefaultHeaders.HeaderEntry
Overall insertion order linked list
after() - 类 中的方法io.netty.handler.codec.DefaultHeaders.HeaderEntry
 
afterRunningAllTasks() - 类 中的方法io.netty.channel.SingleThreadEventLoop
 
afterRunningAllTasks() - 类 中的方法io.netty.util.concurrent.SingleThreadEventExecutor
afterScheduledTaskSubmitted(long) - 类 中的方法io.netty.channel.epoll.EpollEventLoop
 
afterScheduledTaskSubmitted(long) - 类 中的方法io.netty.channel.nio.NioEventLoop
 
afterScheduledTaskSubmitted(long) - 类 中的方法io.netty.util.concurrent.AbstractScheduledEventExecutor
AGE - 类 中的静态变量io.netty.handler.codec.http.HttpHeaderNames
"age"
AGE - 类 中的静态变量io.netty.handler.codec.http.HttpHeaders.Names
已过时。
"Age"
aggregate(FullHttpMessage, HttpContent) - 类 中的方法io.netty.handler.codec.http.HttpObjectAggregator
 
aggregate(O, C) - 类 中的方法io.netty.handler.codec.MessageAggregator
Transfers the information provided by the specified content message to the specified aggregated message.
AGGREGATE_OPERATION_NOT_ALLOWED - 类 中的静态变量io.netty.handler.codec.rtsp.RtspResponseStatuses
459 Aggregate operation not allowed
AhoCorasicSearchProcessorFactory - io.netty.buffer.search中的类
Implements Aho–Corasick string search algorithm.
AhoCorasicSearchProcessorFactory.Processor - io.netty.buffer.search中的类
 
algorithm() - 类 中的方法io.netty.handler.ssl.OpenSslCertificateCompressionConfig.AlgorithmConfig
algorithmId() - 接口 中的方法io.netty.handler.ssl.OpenSslCertificateCompressionAlgorithm
Return the ID for the compression algorithm provided for by a given implementation.
align(long, int) - 类 中的静态方法io.netty.util.internal.PlatformDependent
 
alignDirectBuffer(ByteBuffer, int) - 类 中的静态方法io.netty.util.internal.PlatformDependent
 
all() - 类 中的静态方法io.netty.channel.group.ChannelMatchers
Returns a ChannelMatcher that matches all Channels.
ALL_IDLE_STATE_EVENT - 类 中的静态变量io.netty.handler.timeout.IdleStateEvent
 
allAddressesByName(String) - 类 中的静态方法io.netty.util.internal.SocketUtils
 
allLocalAddresses() - 类 中的方法io.netty.channel.sctp.nio.NioSctpChannel
 
allLocalAddresses() - 类 中的方法io.netty.channel.sctp.nio.NioSctpServerChannel
 
allLocalAddresses() - 类 中的方法io.netty.channel.sctp.oio.OioSctpChannel
已过时。
 
allLocalAddresses() - 类 中的方法io.netty.channel.sctp.oio.OioSctpServerChannel
已过时。
 
allLocalAddresses() - 接口 中的方法io.netty.channel.sctp.SctpChannel
Return all local addresses of the SCTP channel.
allLocalAddresses() - 接口 中的方法io.netty.channel.sctp.SctpServerChannel
Return all local addresses of the SCTP server channel.
alloc() - 类 中的方法io.netty.buffer.ByteBuf
Returns the ByteBufAllocator which created this buffer.
alloc() - 类 中的方法io.netty.buffer.CompositeByteBuf
 
alloc() - 类 中的方法io.netty.buffer.DuplicatedByteBuf
已过时。
 
alloc() - 类 中的方法io.netty.buffer.EmptyByteBuf
 
alloc() - 类 中的方法io.netty.buffer.ReadOnlyByteBuf
已过时。
 
alloc() - 类 中的方法io.netty.buffer.SwappedByteBuf
已过时。
 
alloc() - 类 中的方法io.netty.buffer.UnpooledDirectByteBuf
 
alloc() - 类 中的方法io.netty.buffer.UnpooledHeapByteBuf
 
alloc() - 类 中的方法io.netty.channel.AbstractChannel
 
alloc() - 接口 中的方法io.netty.channel.Channel
Return the assigned ByteBufAllocator which will be used to allocate ByteBufs.
alloc() - 接口 中的方法io.netty.channel.ChannelHandlerContext
Return the assigned ByteBufAllocator which will be used to allocate ByteBufs.
alloc() - 类 中的方法io.netty.channel.unix.SocketWritableByteChannel
 
allocate(ByteBufAllocator) - 类 中的方法io.netty.channel.DefaultMaxMessagesRecvByteBufAllocator.MaxMessageHandle
 
allocate(ByteBufAllocator) - 类 中的方法io.netty.channel.RecvByteBufAllocator.DelegatingHandle
 
allocate(ByteBufAllocator) - 接口 中的方法io.netty.channel.RecvByteBufAllocator.Handle
已过时。
Creates a new receive buffer whose capacity is probably large enough to read all inbound data and small enough not to waste its space.
allocateArray(int) - 类 中的方法io.netty.buffer.UnpooledHeapByteBuf
 
allocateArray(int) - 类 中的方法io.netty.buffer.UnpooledUnsafeHeapByteBuf
 
allocateBuffer(ChannelHandlerContext, ByteBuf, boolean) - 类 中的方法io.netty.handler.codec.compression.BrotliEncoder
 
allocateBuffer(ChannelHandlerContext, ByteBuf, boolean) - 类 中的方法io.netty.handler.codec.compression.JdkZlibEncoder
 
allocateBuffer(ChannelHandlerContext, ByteBuf, boolean) - 类 中的方法io.netty.handler.codec.compression.Lz4FrameEncoder
 
allocateBuffer(ChannelHandlerContext, ByteBuf, boolean) - 类 中的方法io.netty.handler.codec.compression.LzmaFrameEncoder
 
allocateBuffer(ChannelHandlerContext, ByteBuf, boolean) - 类 中的方法io.netty.handler.codec.compression.ZstdEncoder
 
allocateBuffer(ChannelHandlerContext, AddressedEnvelope<DnsQuery, InetSocketAddress>) - 类 中的方法io.netty.handler.codec.dns.DatagramDnsQueryEncoder
Allocate a ByteBuf which will be used for constructing a datagram packet.
allocateBuffer(ChannelHandlerContext, AddressedEnvelope<DnsResponse, InetSocketAddress>) - 类 中的方法io.netty.handler.codec.dns.DatagramDnsResponseEncoder
Allocate a ByteBuf which will be used for constructing a datagram packet.
allocateBuffer(ChannelHandlerContext, DnsQuery, boolean) - 类 中的方法io.netty.handler.codec.dns.TcpDnsQueryEncoder
 
allocateBuffer(ChannelHandlerContext, I, boolean) - 类 中的方法io.netty.handler.codec.MessageToByteEncoder
Allocate a ByteBuf which will be used as argument of #encode(ChannelHandlerContext, I, ByteBuf).
allocateDirect(int) - 类 中的方法io.netty.buffer.UnpooledDirectByteBuf
Allocate a new direct ByteBuffer with the given initialCapacity.
allocateDirectNoCleaner(int) - 类 中的静态方法io.netty.util.internal.PlatformDependent
Allocate a new ByteBuffer with the given capacity.
allocateDirectWithNativeOrder(int) - 类 中的静态方法io.netty.channel.unix.Buffer
Returns a new ByteBuffer which has the same ByteOrder as the native order of the machine.
allocateMemory(long) - 类 中的静态方法io.netty.util.internal.PlatformDependent
 
allocateRelease() - 类 中的方法io.netty.buffer.ByteBufNoCleanerAllocReleaseBenchmark
 
allocateUninitializedArray(int) - 类 中的静态方法io.netty.util.internal.PlatformDependent
 
allocationQuantum(int) - 类 中的方法io.netty.handler.codec.http2.WeightedFairQueueByteDistributor
Sets the amount of bytes that will be allocated to each stream.
ALLOCATOR - 类 中的静态变量io.netty.channel.ChannelOption
 
allocator() - 类 中的静态方法io.netty.testsuite.transport.TestsuitePermutation
 
AllocatorAwareSslEngineWrapperFactory() - 类 的构造器io.netty.handler.ssl.JdkApplicationProtocolNegotiator.AllocatorAwareSslEngineWrapperFactory
已过时。
 
ALLOW - 类 中的静态变量io.netty.handler.codec.http.HttpHeaderNames
"allow"
ALLOW - 类 中的静态变量io.netty.handler.codec.http.HttpHeaders.Names
已过时。
"Allow"
ALLOW - 类 中的静态变量io.netty.handler.codec.rtsp.RtspHeaderNames
"allow"
ALLOW - 类 中的静态变量io.netty.handler.codec.rtsp.RtspHeaders.Names
已过时。
"Allow"
ALLOW_HALF_CLOSURE - 类 中的静态变量io.netty.channel.ChannelOption
 
allowCredentials() - 类 中的方法io.netty.handler.codec.http.cors.CorsConfig.Builder
已过时。
allowCredentials() - 类 中的方法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() - 类 中的方法io.netty.handler.codec.http.cors.CorsConfig
Returns the allowed set of Request Headers.
allowedRequestHeaders(String...) - 类 中的方法io.netty.handler.codec.http.cors.CorsConfig.Builder
allowedRequestHeaders(String...) - 类 中的方法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...) - 类 中的方法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() - 类 中的方法io.netty.handler.codec.http.cors.CorsConfig
Returns the allowed set of Request Methods.
allowedRequestMethods(HttpMethod...) - 类 中的方法io.netty.handler.codec.http.cors.CorsConfig.Builder
allowedRequestMethods(HttpMethod...) - 类 中的方法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() - 类 中的方法io.netty.handler.codec.http.websocketx.WebSocketClientProtocolConfig
 
allowExtensions(boolean) - 类 中的方法io.netty.handler.codec.http.websocketx.WebSocketClientProtocolConfig.Builder
Allow extensions to be used in the reserved bits of the web socket frame
allowExtensions() - 类 中的方法io.netty.handler.codec.http.websocketx.WebSocketDecoderConfig
 
allowExtensions(boolean) - 类 中的方法io.netty.handler.codec.http.websocketx.WebSocketDecoderConfig.Builder
 
allowExtensions(boolean) - 类 中的方法io.netty.handler.codec.http.websocketx.WebSocketServerProtocolConfig.Builder
 
allowMaskMismatch() - 类 中的方法io.netty.handler.codec.http.websocketx.WebSocketClientProtocolConfig
 
allowMaskMismatch(boolean) - 类 中的方法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() - 类 中的方法io.netty.handler.codec.http.websocketx.WebSocketDecoderConfig
 
allowMaskMismatch(boolean) - 类 中的方法io.netty.handler.codec.http.websocketx.WebSocketDecoderConfig.Builder
 
allowMaskMismatch(boolean) - 类 中的方法io.netty.handler.codec.http.websocketx.WebSocketServerProtocolConfig.Builder
 
allowNullOrigin() - 类 中的方法io.netty.handler.codec.http.cors.CorsConfig.Builder
已过时。
allowNullOrigin() - 类 中的方法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() - 类 中的方法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) - 接口 中的方法io.netty.handler.codec.http2.Http2Connection.Endpoint
This is the SETTINGS_ENABLE_PUSH value sent from the opposite endpoint.
allowPushTo() - 接口 中的方法io.netty.handler.codec.http2.Http2Connection.Endpoint
This is the SETTINGS_ENABLE_PUSH value sent from the opposite endpoint.
allRemoteAddresses() - 类 中的方法io.netty.channel.sctp.nio.NioSctpChannel
 
allRemoteAddresses() - 类 中的方法io.netty.channel.sctp.oio.OioSctpChannel
已过时。
 
allRemoteAddresses() - 接口 中的方法io.netty.channel.sctp.SctpChannel
Return all remote addresses of the SCTP server channel.
ALT_SVC - 类 中的静态变量io.netty.handler.codec.http.HttpHeaderNames
"alt-svc"
ALWAYS_SENSITIVE - 接口 中的静态变量io.netty.handler.codec.http2.Http2HeadersEncoder
ALWAYS_SKIP - 接口 中的静态变量io.netty.handler.codec.http.websocketx.extensions.WebSocketExtensionFilter
A WebSocketExtensionFilter that always skip the evaluation of an any given extensions WebSocketExtension.
ALWAYS_VERIFY - 接口 中的静态变量io.netty.handler.codec.http2.Http2PromisedRequestVerifier
A default implementation of Http2PromisedRequestVerifier which always returns positive responses for all verification challenges.
AMERICA_VALUE - 枚举 中的静态变量io.netty.example.worldclock.WorldClockProtocol.Continent
AMERICA = 1;
annotateConnectException(Throwable, SocketAddress) - 类 中的方法io.netty.channel.AbstractChannel.AbstractUnsafe
Appends the remote address to the message of the exceptions caused by connection attempt failure.
ANNOUNCE - 类 中的静态变量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.
ANTARCTICA_VALUE - 枚举 中的静态变量io.netty.example.worldclock.WorldClockProtocol.Continent
ANTARCTICA = 2;
ANY - 类 中的静态变量io.netty.channel.local.LocalAddress
 
ANY - 类 中的静态变量io.netty.handler.codec.dns.DnsRecordType
All cached records RFC 1035 Returns all records of all types known to the name server.
APL - 类 中的静态变量io.netty.handler.codec.dns.DnsRecordType
Address Prefix List record RFC 3123 Specify lists of address ranges, e.g.
append(Date, StringBuilder) - 类 中的静态方法io.netty.handler.codec.DateFormatter
Append a Date to a StringBuilder into RFC1123 format
APPEND - 类 中的静态变量io.netty.handler.codec.memcache.binary.BinaryMemcacheOpcodes
 
APPEND - 类 中的静态变量io.netty.handler.codec.rtsp.RtspHeaders.Values
已过时。
"append"
APPEND - 类 中的静态变量io.netty.handler.codec.rtsp.RtspHeaderValues
"append"
append(char) - 类 中的方法io.netty.util.internal.AppendableCharSequence
 
append(CharSequence) - 类 中的方法io.netty.util.internal.AppendableCharSequence
 
append(CharSequence, int, int) - 类 中的方法io.netty.util.internal.AppendableCharSequence
 
AppendableCharSequence - io.netty.util.internal中的类
 
AppendableCharSequence(int) - 类 的构造器io.netty.util.internal.AppendableCharSequence
 
appendHeaders(StringBuilder) - 类 中的方法io.netty.handler.codec.spdy.DefaultSpdyHeadersFrame
 
appendPrettyHexDump(StringBuilder, ByteBuf) - 类 中的静态方法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) - 类 中的静态方法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 - 类 中的静态变量io.netty.handler.codec.memcache.binary.BinaryMemcacheOpcodes
 
APPLICATION_JSON - 类 中的静态变量io.netty.handler.codec.http.HttpHeaders.Values
已过时。
"application/json"
APPLICATION_JSON - 类 中的静态变量io.netty.handler.codec.http.HttpHeaderValues
"application/json"
APPLICATION_OCTET_STREAM - 类 中的静态变量io.netty.handler.codec.http.HttpHeaderValues
"application/octet-stream"
APPLICATION_X_WWW_FORM_URLENCODED - 类 中的静态变量io.netty.handler.codec.http.HttpHeaders.Values
已过时。
"application/x-www-form-urlencoded"
APPLICATION_X_WWW_FORM_URLENCODED - 类 中的静态变量io.netty.handler.codec.http.HttpHeaderValues
"application/x-www-form-urlencoded"
APPLICATION_XHTML - 类 中的静态变量io.netty.handler.codec.http.HttpHeaderValues
"application/xhtml+xml"
APPLICATION_XML - 类 中的静态变量io.netty.handler.codec.http.HttpHeaderValues
"application/xml"
APPLICATION_ZSTD - 类 中的静态变量io.netty.handler.codec.http.HttpHeaderValues
"application/zstd"
applicationProtocol() - 类 中的方法io.netty.handler.ssl.SslHandler
Returns the name of the current application-level protocol.
ApplicationProtocolConfig - io.netty.handler.ssl中的类
Provides an SSLEngine agnostic way to configure a ApplicationProtocolNegotiator.
ApplicationProtocolConfig(ApplicationProtocolConfig.Protocol, ApplicationProtocolConfig.SelectorFailureBehavior, ApplicationProtocolConfig.SelectedListenerFailureBehavior, Iterable<String>) - 类 的构造器io.netty.handler.ssl.ApplicationProtocolConfig
Create a new instance.
ApplicationProtocolConfig(ApplicationProtocolConfig.Protocol, ApplicationProtocolConfig.SelectorFailureBehavior, ApplicationProtocolConfig.SelectedListenerFailureBehavior, String...) - 类 的构造器io.netty.handler.ssl.ApplicationProtocolConfig
Create a new instance.
applicationProtocolConfig(ApplicationProtocolConfig) - 类 中的方法io.netty.handler.ssl.SslContextBuilder
Application protocol negotiation configuration.
ApplicationProtocolConfig.Protocol - io.netty.handler.ssl中的枚举
Defines which application level protocol negotiation to use.
ApplicationProtocolConfig.SelectedListenerFailureBehavior - io.netty.handler.ssl中的枚举
Defines the most common behaviors for the peer which is notified of the selected protocol.
ApplicationProtocolConfig.SelectorFailureBehavior - io.netty.handler.ssl中的枚举
Defines the most common behaviors for the peer that selects the application protocol.
ApplicationProtocolNames - io.netty.handler.ssl中的类
Provides a set of protocol names used in ALPN and NPN.
ApplicationProtocolNegotiationHandler - io.netty.handler.ssl中的类
Configures a ChannelPipeline depending on the application-level protocol negotiation result of SslHandler.
ApplicationProtocolNegotiationHandler(String) - 类 的构造器io.netty.handler.ssl.ApplicationProtocolNegotiationHandler
Creates a new instance with the specified fallback protocol name.
ApplicationProtocolNegotiator - io.netty.handler.ssl中的接口
已过时。
applicationProtocolNegotiator() - 类 中的方法io.netty.handler.ssl.DelegatingSslContext
 
applicationProtocolNegotiator() - 类 中的方法io.netty.handler.ssl.JdkSslContext
 
applicationProtocolNegotiator() - 类 中的方法io.netty.handler.ssl.ReferenceCountedOpenSslContext
 
applicationProtocolNegotiator() - 类 中的方法io.netty.handler.ssl.SslContext
Returns the object responsible for negotiating application layer protocols for the TLS NPN/ALPN extensions.
apply(ChannelUDT) - 类 中的方法io.netty.channel.udt.DefaultUdtChannelConfig
已过时。
 
apply(ChannelUDT) - 类 中的方法io.netty.channel.udt.DefaultUdtServerChannelConfig
已过时。
 
apply(T) - 接口 中的方法io.netty.handler.codec.mqtt.MqttMessageBuilders.PropertiesInitializer
 
apply(Executor, EventExecutor) - 类 中的静态方法io.netty.util.internal.ThreadExecutorMap
Decorate the given Executor and ensure ThreadExecutorMap.currentExecutor() will return eventExecutor when called from within the Runnable during execution.
apply(Runnable, EventExecutor) - 类 中的静态方法io.netty.util.internal.ThreadExecutorMap
Decorate the given Runnable and ensure ThreadExecutorMap.currentExecutor() will return eventExecutor when called from within the Runnable during execution.
apply(ThreadFactory, EventExecutor) - 类 中的静态方法io.netty.util.internal.ThreadExecutorMap
Decorate the given ThreadFactory and ensure ThreadExecutorMap.currentExecutor() will return eventExecutor when called from within the Runnable during execution.
applyPattern(long, long) - 类 中的静态方法io.netty.util.internal.SWARUtil
Applies a compiled pattern to given word.
ARCTIC_VALUE - 枚举 中的静态变量io.netty.example.worldclock.WorldClockProtocol.Continent
ARCTIC = 3;
array() - 类 中的方法io.netty.buffer.ByteBuf
Returns the backing byte array of this buffer.
array() - 类 中的方法io.netty.buffer.CompositeByteBuf
 
array() - 类 中的方法io.netty.buffer.DuplicatedByteBuf
已过时。
 
array() - 类 中的方法io.netty.buffer.EmptyByteBuf
 
array() - 类 中的方法io.netty.buffer.ReadOnlyByteBuf
已过时。
 
array() - 类 中的方法io.netty.buffer.SwappedByteBuf
已过时。
 
array() - 类 中的方法io.netty.buffer.UnpooledDirectByteBuf
 
array() - 类 中的方法io.netty.buffer.UnpooledHeapByteBuf
 
array() - 类 中的方法io.netty.util.AsciiString
This gives direct access to the underlying storage array.
arrayChanged() - 类 中的方法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[]) - 类 中的静态方法io.netty.util.internal.logging.MessageFormatter
Same principle as the MessageFormatter.format(String, Object) and MessageFormatter.format(String, Object, Object) methods except that any number of arguments can be passed in an array.
ArrayHeaderRedisMessage - io.netty.handler.codec.redis中的类
Header of Redis Array Message.
ArrayHeaderRedisMessage(long) - 类 的构造器io.netty.handler.codec.redis.ArrayHeaderRedisMessage
Creates a ArrayHeaderRedisMessage for the given length.
arrayList() - 类 中的方法io.netty.handler.codec.CodecOutputListBenchmark
 
arrayList() - 类 中的方法io.netty.util.internal.InternalThreadLocalMap
 
arrayList(int) - 类 中的方法io.netty.util.internal.InternalThreadLocalMap
 
arrayOffset() - 类 中的方法io.netty.buffer.ByteBuf
Returns the offset of the first byte within the backing byte array of this buffer.
arrayOffset() - 类 中的方法io.netty.buffer.CompositeByteBuf
 
arrayOffset() - 类 中的方法io.netty.buffer.DuplicatedByteBuf
已过时。
 
arrayOffset() - 类 中的方法io.netty.buffer.EmptyByteBuf
 
arrayOffset() - 类 中的方法io.netty.buffer.ReadOnlyByteBuf
已过时。
 
arrayOffset() - 类 中的方法io.netty.buffer.SwappedByteBuf
已过时。
 
arrayOffset() - 类 中的方法io.netty.buffer.UnpooledDirectByteBuf
 
arrayOffset() - 类 中的方法io.netty.buffer.UnpooledHeapByteBuf
 
arrayOffset() - 类 中的方法io.netty.util.AsciiString
The offset into AsciiString.array() for which data for this ByteString begins.
ArrayRedisMessage - io.netty.handler.codec.redis中的类
Arrays of RESP.
ArrayRedisMessage(List<RedisMessage>) - 类 的构造器io.netty.handler.codec.redis.ArrayRedisMessage
Creates a ArrayRedisMessage for the given content.
arrayValueOf(int) - 类 中的静态方法io.netty.handler.codec.mqtt.MqttQoSValueOfBench
 
artifactId() - 类 中的方法io.netty.util.Version
 
artifactVersion() - 类 中的方法io.netty.util.Version
 
asAddressResolver() - 类 中的方法io.netty.resolver.InetNameResolver
Return a AddressResolver that will use this name resolver underneath.
asByteBuf() - 类 中的方法io.netty.buffer.ByteBuf
A ByteBuf can turn into itself.
asByteBuf() - 接口 中的方法io.netty.buffer.ByteBufConvertible
Turn this object into a ByteBuf.
AsciiHeadersEncoder - io.netty.handler.codec中的类
 
AsciiHeadersEncoder(ByteBuf) - 类 的构造器io.netty.handler.codec.AsciiHeadersEncoder
 
AsciiHeadersEncoder(ByteBuf, AsciiHeadersEncoder.SeparatorType, AsciiHeadersEncoder.NewlineType) - 类 的构造器io.netty.handler.codec.AsciiHeadersEncoder
 
AsciiHeadersEncoder.NewlineType - io.netty.handler.codec中的枚举
The newline characters to insert between header entries.
AsciiHeadersEncoder.SeparatorType - io.netty.handler.codec中的枚举
The separator characters to insert between a header name and a header value.
asciiName() - 类 中的方法io.netty.handler.codec.http.HttpMethod
Returns the name of this method.
AsciiString - 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[]) - 类 的构造器io.netty.util.AsciiString
Initialize this byte string based upon a byte array.
AsciiString(byte[], boolean) - 类 的构造器io.netty.util.AsciiString
Initialize this byte string based upon a byte array.
AsciiString(byte[], int, int, boolean) - 类 的构造器io.netty.util.AsciiString
Construct a new instance from a byte[] array.
AsciiString(ByteBuffer) - 类 的构造器io.netty.util.AsciiString
Create a copy of the underlying storage from value.
AsciiString(ByteBuffer, boolean) - 类 的构造器io.netty.util.AsciiString
Initialize an instance based upon the underlying storage from value.
AsciiString(ByteBuffer, int, int, boolean) - 类 的构造器io.netty.util.AsciiString
Initialize an AsciiString based upon the underlying storage from value.
AsciiString(char[]) - 类 的构造器io.netty.util.AsciiString
Create a copy of value into this instance assuming ASCII encoding.
AsciiString(char[], int, int) - 类 的构造器io.netty.util.AsciiString
Create a copy of value into this instance assuming ASCII encoding.
AsciiString(char[], Charset) - 类 的构造器io.netty.util.AsciiString
Create a copy of value into this instance using the encoding type of charset.
AsciiString(char[], Charset, int, int) - 类 的构造器io.netty.util.AsciiString
Create a copy of value into a this instance using the encoding type of charset.
AsciiString(CharSequence) - 类 的构造器io.netty.util.AsciiString
Create a copy of value into this instance assuming ASCII encoding.
AsciiString(CharSequence, int, int) - 类 的构造器io.netty.util.AsciiString
Create a copy of value into this instance assuming ASCII encoding.
AsciiString(CharSequence, Charset) - 类 的构造器io.netty.util.AsciiString
Create a copy of value into this instance using the encoding type of charset.
AsciiString(CharSequence, Charset, int, int) - 类 的构造器io.netty.util.AsciiString
Create a copy of value into this instance using the encoding type of charset.
AsciiStringCaseConversionBenchmark - io.netty.util中的类
 
AsciiStringCaseConversionBenchmark() - 类 的构造器io.netty.util.AsciiStringCaseConversionBenchmark
 
ASIA_VALUE - 枚举 中的静态变量io.netty.example.worldclock.WorldClockProtocol.Continent
ASIA = 4;
asLongText() - 接口 中的方法io.netty.channel.ChannelId
Returns the long yet globally unique string representation of the ChannelId.
asLongText() - 类 中的方法io.netty.channel.DefaultChannelId
 
asMap() - 类 中的方法io.netty.util.DomainNameMapping
已过时。
Returns a read-only Map of the domain mapping patterns and their associated value objects.
asReadOnly() - 类 中的方法io.netty.buffer.AbstractByteBuf
 
asReadOnly() - 类 中的方法io.netty.buffer.ByteBuf
Returns a read-only version of this buffer.
asReadOnly() - 类 中的方法io.netty.buffer.EmptyByteBuf
 
asReadOnly() - 类 中的方法io.netty.buffer.ReadOnlyByteBuf
已过时。
 
asReadOnly() - 类 中的方法io.netty.buffer.SwappedByteBuf
已过时。
 
assertAddress(SocketAddress) - 类 中的方法io.netty.testsuite.transport.socket.SocketAddressesTest
 
assertRstOnCloseException(IOException, Channel) - 类 中的方法io.netty.testsuite.transport.socket.SocketRstTest
 
asShortText() - 接口 中的方法io.netty.channel.ChannelId
Returns the short but globally non-unique string representation of the ChannelId.
asShortText() - 类 中的方法io.netty.channel.DefaultChannelId
 
assignedClientId(String) - 类 中的方法io.netty.handler.codec.mqtt.MqttMessageBuilders.ConnAckPropertiesBuilder
 
ASSOCIATED_TO_STREAM_ID - 类 中的静态变量io.netty.handler.codec.spdy.SpdyHttpHeaders.Names
"x-spdy-associated-to-stream-id"
associatedStreamId() - 类 中的方法io.netty.handler.codec.spdy.DefaultSpdySynStreamFrame
 
associatedStreamId() - 接口 中的方法io.netty.handler.codec.spdy.SpdySynStreamFrame
Returns the Associated-To-Stream-ID of this frame.
Association - com.sun.nio.sctp中的类
 
Association() - 类 的构造器com.sun.nio.sctp.Association
 
association() - 接口 中的方法com.sun.nio.sctp.Notification
 
association() - 类 中的方法com.sun.nio.sctp.SctpChannel
 
association() - 类 中的方法io.netty.channel.sctp.nio.NioSctpChannel
 
association() - 类 中的方法io.netty.channel.sctp.oio.OioSctpChannel
已过时。
 
association() - 接口 中的方法io.netty.channel.sctp.SctpChannel
Returns the underlying SCTP association.
AssociationChangeNotification - com.sun.nio.sctp中的类
 
AssociationChangeNotification() - 类 的构造器com.sun.nio.sctp.AssociationChangeNotification
 
assumeIpv6Supported() - 类 中的静态方法io.netty.testsuite.transport.socket.DatagramUnicastIPv6Test
 
assumeUdt() - 类 中的静态方法io.netty.testsuite.transport.udt.UDTClientServerConnectionTest
 
ASYNC_PRIVATE_KEY_METHOD - 类 中的静态变量io.netty.handler.ssl.OpenSslContextOption
AsyncMapping<IN,OUT> - io.netty.util中的接口
 
ATLANTIC_VALUE - 枚举 中的静态变量io.netty.example.worldclock.WorldClockProtocol.Continent
ATLANTIC = 5;
ato() - 类 中的方法io.netty.channel.epoll.EpollTcpInfo
 
ATTACHMENT - 类 中的静态变量io.netty.handler.codec.http.HttpHeaderValues
attemptedBytesRead() - 类 中的方法io.netty.channel.DefaultMaxMessagesRecvByteBufAllocator.MaxMessageHandle
 
attemptedBytesRead(int) - 类 中的方法io.netty.channel.DefaultMaxMessagesRecvByteBufAllocator.MaxMessageHandle
 
attemptedBytesRead() - 类 中的方法io.netty.channel.RecvByteBufAllocator.DelegatingHandle
 
attemptedBytesRead(int) - 类 中的方法io.netty.channel.RecvByteBufAllocator.DelegatingHandle
 
attemptedBytesRead(int) - 接口 中的方法io.netty.channel.RecvByteBufAllocator.Handle
已过时。
Set how many bytes the read operation will (or did) attempt to read.
attemptedBytesRead() - 接口 中的方法io.netty.channel.RecvByteBufAllocator.Handle
已过时。
Get how many bytes the read operation will (or did) attempt to read.
attr(AttributeKey<T>, T) - 类 中的方法io.netty.bootstrap.AbstractBootstrap
Allow to specify an initial attribute of the newly created Channel.
attr(AttributeKey<T>) - 接口 中的方法io.netty.channel.ChannelHandlerContext
attr(AttributeKey<T>, T) - 类 中的方法io.netty.handler.codec.http2.Http2StreamChannelBootstrap
Allow to specify an initial attribute of the newly created Http2StreamChannel.
attr(AttributeKey<T>) - 接口 中的方法io.netty.util.AttributeMap
Get the Attribute for the given AttributeKey.
attr(AttributeKey<T>) - 类 中的方法io.netty.util.DefaultAttributeMap
 
Attribute - io.netty.handler.codec.http.multipart中的接口
Attribute interface
Attribute<T> - io.netty.util中的接口
An attribute which allows to store a value reference.
AttributeKey<T> - io.netty.util中的类
Key which can be used to access Attribute out of the AttributeMap.
AttributeMap - io.netty.util中的接口
Holds Attributes which can be accessed via AttributeKey.
attributes() - 类 中的方法io.netty.handler.codec.xml.XmlElementStart
 
attributes() - 类 中的方法io.netty.handler.ssl.SslContext
Returns the AttributeMap that belongs to this SslContext .
attrs() - 类 中的方法io.netty.bootstrap.AbstractBootstrapConfig
Returns a copy of the configured attributes.
AUSTRALIA_VALUE - 枚举 中的静态变量io.netty.example.worldclock.WorldClockProtocol.Continent
AUSTRALIA = 6;
auth() - 类 中的静态方法io.netty.handler.codec.mqtt.MqttMessageBuilders
 
AUTH - 类 中的静态变量io.netty.handler.codec.smtp.SmtpCommand
 
auth(CharSequence...) - 类 中的静态方法io.netty.handler.codec.smtp.SmtpRequests
Creates a AUTH request.
AUTH_CONTINUE - 类 中的静态变量io.netty.handler.codec.memcache.binary.BinaryMemcacheResponseStatus
 
AUTH_ERROR - 类 中的静态变量io.netty.handler.codec.memcache.binary.BinaryMemcacheResponseStatus
 
authenticationData(byte[]) - 类 中的方法io.netty.handler.codec.mqtt.MqttMessageBuilders.ConnAckPropertiesBuilder
 
authenticationMethod(String) - 类 中的方法io.netty.handler.codec.mqtt.MqttMessageBuilders.ConnAckPropertiesBuilder
 
authMethod() - 类 中的方法io.netty.handler.codec.socksx.v5.DefaultSocks5InitialResponse
 
authMethod() - 接口 中的方法io.netty.handler.codec.socksx.v5.Socks5InitialResponse
Returns the METHOD field of this response.
authMethods() - 类 中的方法io.netty.handler.codec.socksx.v5.DefaultSocks5InitialRequest
 
authMethods() - 接口 中的方法io.netty.handler.codec.socksx.v5.Socks5InitialRequest
Returns the list of desired authentication methods.
AuthoritativeDnsServerCache - io.netty.resolver.dns中的接口
Cache which stores the nameservers that should be used to resolve a specific hostname.
authoritativeDnsServerCache() - 类 中的方法io.netty.resolver.dns.DnsNameResolver
Returns the cache used for authoritative DNS servers for a domain.
authoritativeDnsServerCache(DnsCache) - 类 中的方法io.netty.resolver.dns.DnsNameResolverBuilder
authoritativeDnsServerCache(AuthoritativeDnsServerCache) - 类 中的方法io.netty.resolver.dns.DnsNameResolverBuilder
Sets the cache for authoritative NS servers
authority(CharSequence) - 类 中的方法io.netty.handler.codec.http2.DefaultHttp2Headers
 
authority() - 类 中的方法io.netty.handler.codec.http2.DefaultHttp2Headers
 
authority(CharSequence) - 类 中的方法io.netty.handler.codec.http2.EmptyHttp2Headers
 
authority() - 类 中的方法io.netty.handler.codec.http2.EmptyHttp2Headers
 
authority(CharSequence) - 接口 中的方法io.netty.handler.codec.http2.Http2Headers
authority() - 接口 中的方法io.netty.handler.codec.http2.Http2Headers
Gets the Http2Headers.PseudoHeaderName.AUTHORITY header or null if there is no such header
authority(CharSequence) - 类 中的方法io.netty.handler.codec.http2.ReadOnlyHttp2Headers
 
authority() - 类 中的方法io.netty.handler.codec.http2.ReadOnlyHttp2Headers
 
AUTHORIZATION - 类 中的静态变量io.netty.handler.codec.http.HttpHeaderNames
"authorization"
AUTHORIZATION - 类 中的静态变量io.netty.handler.codec.http.HttpHeaders.Names
已过时。
"Authorization"
AUTHORIZATION - 类 中的静态变量io.netty.handler.codec.rtsp.RtspHeaderNames
"authorization"
AUTHORIZATION - 类 中的静态变量io.netty.handler.codec.rtsp.RtspHeaders.Names
已过时。
"Authorization"
authScheme() - 类 中的方法io.netty.handler.codec.socks.SocksInitResponse
authScheme() - 类 中的方法io.netty.handler.proxy.HttpProxyHandler
 
authScheme() - 类 中的方法io.netty.handler.proxy.ProxyConnectionEvent
Returns the name of the authentication scheme in use.
authScheme() - 类 中的方法io.netty.handler.proxy.ProxyHandler
Returns the name of the authentication scheme in use.
authScheme() - 类 中的方法io.netty.handler.proxy.Socks4ProxyHandler
 
authScheme() - 类 中的方法io.netty.handler.proxy.Socks5ProxyHandler
 
authSchemes() - 类 中的方法io.netty.handler.codec.socks.SocksInitRequest
Returns the List<SocksAuthScheme> of this SocksInitRequest
authStatus() - 类 中的方法io.netty.handler.codec.socks.SocksAuthResponse
AUTO_CLOSE - 类 中的静态变量io.netty.channel.ChannelOption
If true then the Channel is closed automatically and immediately on write failure.
AUTO_READ - 类 中的静态变量io.netty.channel.ChannelOption
 
autoAckPingFrame(boolean) - 类 中的方法io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
Determine if PING frame should automatically be acknowledged or not.
autoAckPingFrame(boolean) - 类 中的方法io.netty.handler.codec.http2.Http2FrameCodecBuilder
 
autoAckPingFrame(boolean) - 类 中的方法io.netty.handler.codec.http2.Http2MultiplexCodecBuilder
已过时。
 
autoAckSettingsFrame(boolean) - 类 中的方法io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
Determine if settings frame should automatically be acknowledged and applied.
autoAckSettingsFrame(boolean) - 类 中的方法io.netty.handler.codec.http2.Http2FrameCodecBuilder
 
autoAckSettingsFrame(boolean) - 类 中的方法io.netty.handler.codec.http2.Http2MultiplexCodecBuilder
已过时。
 
AutobahnServer - io.netty.testsuite.autobahn中的类
A Web Socket echo server for running the autobahn test suite
AutobahnServer(int) - 类 的构造器io.netty.testsuite.autobahn.AutobahnServer
 
AutobahnServerHandler - io.netty.testsuite.autobahn中的类
Handles handshakes and messages
AutobahnServerHandler() - 类 的构造器io.netty.testsuite.autobahn.AutobahnServerHandler
 
AutobahnServerInitializer - io.netty.testsuite.autobahn中的类
 
AutobahnServerInitializer() - 类 的构造器io.netty.testsuite.autobahn.AutobahnServerInitializer
 
autoReadCleared() - 类 中的方法io.netty.channel.DefaultChannelConfig
Is called once DefaultChannelConfig.setAutoRead(boolean) is called with false and DefaultChannelConfig.isAutoRead() was true before.
autoReadCleared() - 类 中的方法io.netty.channel.epoll.EpollChannelConfig
 
autoReadCleared() - 类 中的方法io.netty.channel.kqueue.KQueueChannelConfig
 
autoReadCleared() - 类 中的方法io.netty.channel.socket.oio.DefaultOioServerSocketChannelConfig
已过时。
 
autoReadCleared() - 类 中的方法io.netty.channel.socket.oio.DefaultOioSocketChannelConfig
已过时。
 
available() - 类 中的方法io.netty.buffer.ByteBufInputStream
 
available() - 类 中的方法io.netty.channel.oio.AbstractOioByteChannel
已过时。
Return the number of bytes ready to read from the underlying Socket.
available() - 类 中的方法io.netty.channel.oio.OioByteStreamChannel
已过时。
 
available() - 类 中的方法io.netty.handler.codec.serialization.ObjectDecoderInputStream
已过时。
 
availableCipherSuites() - 类 中的静态方法io.netty.handler.ssl.OpenSsl
availableJavaCipherSuites() - 类 中的静态方法io.netty.handler.ssl.OpenSsl
Returns all the available cipher suites (Java-style).
availableOpenSslCipherSuites() - 类 中的静态方法io.netty.handler.ssl.OpenSsl
Returns all the available OpenSSL cipher suites.
availableProcessors() - 类 中的静态方法io.netty.util.NettyRuntime
Get the configured number of available processors.
AVP - 类 中的静态变量io.netty.handler.codec.rtsp.RtspHeaders.Values
已过时。
"AVP"
AVP - 类 中的静态变量io.netty.handler.codec.rtsp.RtspHeaderValues
"AVP"
await() - 接口 中的方法io.netty.channel.ChannelFuture
 
await() - 接口 中的方法io.netty.channel.ChannelProgressiveFuture
 
await() - 接口 中的方法io.netty.channel.ChannelProgressivePromise
 
await() - 接口 中的方法io.netty.channel.ChannelPromise
 
await() - 类 中的方法io.netty.channel.DefaultChannelProgressivePromise
 
await() - 类 中的方法io.netty.channel.DefaultChannelPromise
 
await() - 类 中的方法io.netty.channel.DelegatingChannelPromiseNotifier
 
await(long, TimeUnit) - 类 中的方法io.netty.channel.DelegatingChannelPromiseNotifier
 
await(long) - 类 中的方法io.netty.channel.DelegatingChannelPromiseNotifier
 
await() - 接口 中的方法io.netty.channel.group.ChannelGroupFuture
 
await() - 类 中的方法io.netty.channel.VoidChannelPromise
 
await(long, TimeUnit) - 类 中的方法io.netty.channel.VoidChannelPromise
 
await(long) - 类 中的方法io.netty.channel.VoidChannelPromise
 
await() - 类 中的方法io.netty.util.concurrent.CompleteFuture
 
await(long, TimeUnit) - 类 中的方法io.netty.util.concurrent.CompleteFuture
 
await(long) - 类 中的方法io.netty.util.concurrent.CompleteFuture
 
await() - 类 中的方法io.netty.util.concurrent.DefaultProgressivePromise
 
await() - 类 中的方法io.netty.util.concurrent.DefaultPromise
 
await(long, TimeUnit) - 类 中的方法io.netty.util.concurrent.DefaultPromise
 
await(long) - 类 中的方法io.netty.util.concurrent.DefaultPromise
 
await() - 接口 中的方法io.netty.util.concurrent.Future
Waits for this future to be completed.
await(long, TimeUnit) - 接口 中的方法io.netty.util.concurrent.Future
Waits for this future to be completed within the specified time limit.
await(long) - 接口 中的方法io.netty.util.concurrent.Future
Waits for this future to be completed within the specified time limit.
await() - 接口 中的方法io.netty.util.concurrent.ProgressiveFuture
 
await() - 接口 中的方法io.netty.util.concurrent.ProgressivePromise
 
await() - 接口 中的方法io.netty.util.concurrent.Promise
 
awaitInactivity(long, TimeUnit) - 类 中的方法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) - 类 中的静态方法io.netty.util.ThreadDeathWatcher
已过时。
Waits until the thread of this watcher has no threads to watch and terminates itself.
awaitResponses(long, TimeUnit) - 类 中的方法io.netty.example.http2.helloworld.client.HttpResponseHandler
Wait (sequentially) for a time duration for each anticipated response
awaitSettings(long, TimeUnit) - 类 中的方法io.netty.example.http2.helloworld.client.Http2SettingsHandler
Wait for this handler to be added after the upgrade to HTTP/2, and for initial preface handshake to complete.
awaitTermination(long, TimeUnit) - 类 中的方法io.netty.channel.ThreadPerChannelEventLoopGroup
已过时。
 
awaitTermination(long, TimeUnit) - 类 中的方法io.netty.util.concurrent.GlobalEventExecutor
 
awaitTermination(long, TimeUnit) - 类 中的方法io.netty.util.concurrent.ImmediateEventExecutor
 
awaitTermination(long, TimeUnit) - 类 中的方法io.netty.util.concurrent.MultithreadEventExecutorGroup
 
awaitTermination(long, TimeUnit) - 类 中的方法io.netty.util.concurrent.NonStickyEventExecutorGroup
 
awaitTermination(long, TimeUnit) - 类 中的方法io.netty.util.concurrent.SingleThreadEventExecutor
 
awaitUninterruptibly() - 接口 中的方法io.netty.channel.ChannelFuture
 
awaitUninterruptibly() - 接口 中的方法io.netty.channel.ChannelProgressiveFuture
 
awaitUninterruptibly() - 接口 中的方法io.netty.channel.ChannelProgressivePromise
 
awaitUninterruptibly() - 接口 中的方法io.netty.channel.ChannelPromise
 
awaitUninterruptibly() - 类 中的方法io.netty.channel.DefaultChannelProgressivePromise
 
awaitUninterruptibly() - 类 中的方法io.netty.channel.DefaultChannelPromise
 
awaitUninterruptibly() - 类 中的方法io.netty.channel.DelegatingChannelPromiseNotifier
 
awaitUninterruptibly(long, TimeUnit) - 类 中的方法io.netty.channel.DelegatingChannelPromiseNotifier
 
awaitUninterruptibly(long) - 类 中的方法io.netty.channel.DelegatingChannelPromiseNotifier
 
awaitUninterruptibly() - 接口 中的方法io.netty.channel.group.ChannelGroupFuture
 
awaitUninterruptibly() - 类 中的方法io.netty.channel.VoidChannelPromise
 
awaitUninterruptibly(long, TimeUnit) - 类 中的方法io.netty.channel.VoidChannelPromise
 
awaitUninterruptibly(long) - 类 中的方法io.netty.channel.VoidChannelPromise
 
awaitUninterruptibly() - 类 中的方法io.netty.util.concurrent.CompleteFuture
 
awaitUninterruptibly(long, TimeUnit) - 类 中的方法io.netty.util.concurrent.CompleteFuture
 
awaitUninterruptibly(long) - 类 中的方法io.netty.util.concurrent.CompleteFuture
 
awaitUninterruptibly() - 类 中的方法io.netty.util.concurrent.DefaultProgressivePromise
 
awaitUninterruptibly() - 类 中的方法io.netty.util.concurrent.DefaultPromise
 
awaitUninterruptibly(long, TimeUnit) - 类 中的方法io.netty.util.concurrent.DefaultPromise
 
awaitUninterruptibly(long) - 类 中的方法io.netty.util.concurrent.DefaultPromise
 
awaitUninterruptibly() - 接口 中的方法io.netty.util.concurrent.Future
Waits for this future to be completed without interruption.
awaitUninterruptibly(long, TimeUnit) - 接口 中的方法io.netty.util.concurrent.Future
Waits for this future to be completed within the specified time limit without interruption.
awaitUninterruptibly(long) - 接口 中的方法io.netty.util.concurrent.Future
Waits for this future to be completed within the specified time limit without interruption.
awaitUninterruptibly() - 接口 中的方法io.netty.util.concurrent.ProgressiveFuture
 
awaitUninterruptibly() - 接口 中的方法io.netty.util.concurrent.ProgressivePromise
 
awaitUninterruptibly() - 接口 中的方法io.netty.util.concurrent.Promise
 
AXFR - 类 中的静态变量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.
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _ 
跳过导航链接
Netty 4.1.109.Final(2024/04/15)

Copyright © 2024 即时通讯网(52im.net) - 即时通讯开发者社区. All rights reserved.